vuetify 3.8.10 → 3.8.11

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.
Files changed (46) hide show
  1. package/dist/json/attributes.json +3515 -3515
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +5782 -5782
  5. package/dist/vuetify-labs.cjs +30 -30
  6. package/dist/vuetify-labs.css +4326 -4332
  7. package/dist/vuetify-labs.d.ts +45 -45
  8. package/dist/vuetify-labs.esm.js +30 -30
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +30 -30
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.cjs +30 -30
  13. package/dist/vuetify.cjs.map +1 -1
  14. package/dist/vuetify.css +2049 -2055
  15. package/dist/vuetify.d.ts +45 -45
  16. package/dist/vuetify.esm.js +30 -30
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +30 -30
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +33 -33
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/components/VBtn/VBtn.sass +3 -1
  24. package/lib/components/VCarousel/VCarousel.css +0 -1
  25. package/lib/components/VCarousel/VCarousel.js +1 -0
  26. package/lib/components/VCarousel/VCarousel.js.map +1 -1
  27. package/lib/components/VCarousel/VCarousel.sass +0 -1
  28. package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
  29. package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
  30. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  31. package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
  32. package/lib/components/VField/VField.js +2 -10
  33. package/lib/components/VField/VField.js.map +1 -1
  34. package/lib/components/VList/VList.js +1 -1
  35. package/lib/components/VList/VList.js.map +1 -1
  36. package/lib/components/VNumberInput/VNumberInput.js +4 -10
  37. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  38. package/lib/components/VNumberInput/hold.js +4 -0
  39. package/lib/components/VNumberInput/hold.js.map +1 -1
  40. package/lib/composables/calendar.d.ts +1 -0
  41. package/lib/composables/calendar.js +7 -3
  42. package/lib/composables/calendar.js.map +1 -1
  43. package/lib/entry-bundler.js +1 -1
  44. package/lib/framework.d.ts +45 -45
  45. package/lib/framework.js +1 -1
  46. package/package.json +2 -2
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.10
2
+ * Vuetify v3.8.11
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18419,104 +18419,6 @@ html.overflow-y-hidden {
18419
18419
  .v-avatar .v-img {
18420
18420
  height: 100%;
18421
18421
  width: 100%;
18422
- }.v-bottom-navigation {
18423
- display: flex;
18424
- max-width: 100%;
18425
- overflow: hidden;
18426
- position: absolute;
18427
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18428
- }
18429
- .v-bottom-navigation {
18430
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18431
- border-style: solid;
18432
- border-width: 0;
18433
- }
18434
- .v-bottom-navigation--border {
18435
- border-width: thin;
18436
- box-shadow: none;
18437
- }
18438
- .v-bottom-navigation {
18439
- border-radius: 0;
18440
- }
18441
- .v-bottom-navigation {
18442
- background: rgb(var(--v-theme-surface));
18443
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18444
- }
18445
- .v-bottom-navigation--active {
18446
- 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));
18447
- }
18448
-
18449
- .v-bottom-navigation__content {
18450
- display: flex;
18451
- flex: none;
18452
- font-size: 0.75rem;
18453
- justify-content: center;
18454
- transition: inherit;
18455
- width: 100%;
18456
- }
18457
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18458
- font-size: inherit;
18459
- height: 100%;
18460
- max-width: 168px;
18461
- min-width: 80px;
18462
- text-transform: none;
18463
- transition: inherit;
18464
- width: auto;
18465
- }
18466
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18467
- border-radius: 0;
18468
- }
18469
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18470
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18471
- transition: inherit;
18472
- }
18473
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18474
- font-size: 1.5rem;
18475
- }
18476
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18477
- flex-basis: 0;
18478
- flex-grow: 1;
18479
- }
18480
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18481
- transition: inherit;
18482
- opacity: 0;
18483
- }
18484
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18485
- transform: translateY(0.5rem);
18486
- }.bottom-sheet-transition-enter-from {
18487
- transform: translateY(100%);
18488
- }
18489
- .bottom-sheet-transition-leave-to {
18490
- transform: translateY(100%);
18491
- }
18492
-
18493
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18494
- align-self: flex-end;
18495
- border-radius: 0;
18496
- flex: 0 1 auto;
18497
- left: 0;
18498
- right: 0;
18499
- margin-inline: auto;
18500
- margin-bottom: 0;
18501
- transition-duration: 0.2s;
18502
- width: 100%;
18503
- max-width: 100%;
18504
- overflow: visible;
18505
- }
18506
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18507
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18508
- }
18509
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18510
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18511
- border-radius: 0;
18512
- }
18513
- .v-bottom-sheet.v-bottom-sheet--inset {
18514
- max-width: none;
18515
- }
18516
- @media (min-width: 600px) {
18517
- .v-bottom-sheet.v-bottom-sheet--inset {
18518
- max-width: 70%;
18519
- }
18520
18422
  }.v-banner {
18521
18423
  display: grid;
18522
18424
  flex: 1 1;
@@ -18683,71 +18585,6 @@ html.overflow-y-hidden {
18683
18585
  }
18684
18586
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18685
18587
  align-self: flex-start;
18686
- }.v-btn-group {
18687
- display: inline-flex;
18688
- flex-wrap: nowrap;
18689
- max-width: 100%;
18690
- min-width: 0;
18691
- overflow-y: hidden;
18692
- overflow-x: auto;
18693
- vertical-align: middle;
18694
- }
18695
- .v-btn-group {
18696
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18697
- border-style: solid;
18698
- border-width: 0;
18699
- }
18700
- .v-btn-group--border {
18701
- border-width: thin;
18702
- box-shadow: none;
18703
- }
18704
- .v-btn-group {
18705
- 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));
18706
- }
18707
- .v-btn-group {
18708
- border-radius: 4px;
18709
- }
18710
- .v-btn-group {
18711
- background: transparent;
18712
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18713
- }
18714
- .v-btn-group--density-default.v-btn-group {
18715
- height: 48px;
18716
- }
18717
-
18718
- .v-btn-group--density-comfortable.v-btn-group {
18719
- height: 40px;
18720
- }
18721
-
18722
- .v-btn-group--density-compact.v-btn-group {
18723
- height: 36px;
18724
- }
18725
-
18726
- .v-btn-group .v-btn {
18727
- border-radius: 0;
18728
- border-color: inherit;
18729
- }
18730
- .v-btn-group .v-btn:not(:last-child) {
18731
- border-inline-end: none;
18732
- }
18733
- .v-btn-group .v-btn:not(:first-child) {
18734
- border-inline-start: none;
18735
- }
18736
- .v-btn-group .v-btn:first-child {
18737
- border-start-start-radius: inherit;
18738
- border-end-start-radius: inherit;
18739
- }
18740
- .v-btn-group .v-btn:last-child {
18741
- border-start-end-radius: inherit;
18742
- border-end-end-radius: inherit;
18743
- }
18744
- .v-btn-group--divided .v-btn:not(:last-child) {
18745
- border-inline-end-width: thin;
18746
- border-inline-end-style: solid;
18747
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18748
- }
18749
- .v-btn-group--tile {
18750
- border-radius: 0;
18751
18588
  }.v-btn {
18752
18589
  align-items: center;
18753
18590
  border-radius: 4px;
@@ -19200,88 +19037,231 @@ html.overflow-y-hidden {
19200
19037
  }
19201
19038
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
19202
19039
  opacity: var(--v-border-opacity);
19203
- }.v-badge {
19204
- display: inline-block;
19205
- line-height: 1;
19206
- }
19207
-
19208
- .v-badge__badge {
19209
- align-items: center;
19210
- display: inline-flex;
19211
- border-radius: 10px;
19212
- font-family: "Roboto", sans-serif;
19213
- font-size: 0.75rem;
19214
- font-weight: 500;
19215
- height: 1.25rem;
19216
- justify-content: center;
19217
- min-width: 20px;
19218
- padding: 4px 6px;
19219
- pointer-events: auto;
19040
+ }.v-bottom-navigation {
19041
+ display: flex;
19042
+ max-width: 100%;
19043
+ overflow: hidden;
19220
19044
  position: absolute;
19221
- text-align: center;
19222
- text-indent: 0;
19223
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19224
- white-space: nowrap;
19225
- }
19226
- .v-badge__badge {
19227
- background: rgb(var(--v-theme-surface-variant));
19228
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19229
- }
19230
- .v-badge__badge:has(.v-icon) {
19231
- padding: 4px 6px;
19045
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19232
19046
  }
19233
- .v-badge--bordered .v-badge__badge::after {
19234
- border-radius: inherit;
19047
+ .v-bottom-navigation {
19048
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19235
19049
  border-style: solid;
19236
- border-width: 2px;
19237
- bottom: 0;
19238
- color: rgb(var(--v-theme-background));
19239
- content: "";
19240
- left: 0;
19241
- position: absolute;
19242
- right: 0;
19243
- top: 0;
19244
- transform: scale(1.05);
19245
- }
19246
- .v-badge--dot .v-badge__badge {
19247
- border-radius: 4.5px;
19248
- height: 9px;
19249
- min-width: 0;
19250
- padding: 0;
19251
- width: 9px;
19050
+ border-width: 0;
19252
19051
  }
19253
- .v-badge--dot .v-badge__badge::after {
19254
- border-width: 1.5px;
19052
+ .v-bottom-navigation--border {
19053
+ border-width: thin;
19054
+ box-shadow: none;
19255
19055
  }
19256
- .v-badge--inline .v-badge__badge {
19257
- position: relative;
19258
- vertical-align: middle;
19056
+ .v-bottom-navigation {
19057
+ border-radius: 0;
19259
19058
  }
19260
- .v-badge__badge .v-icon {
19261
- color: inherit;
19262
- font-size: 0.75rem;
19263
- margin: 0 -2px;
19059
+ .v-bottom-navigation {
19060
+ background: rgb(var(--v-theme-surface));
19061
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19264
19062
  }
19265
- .v-badge__badge img,
19266
- .v-badge__badge .v-img {
19267
- height: 100%;
19268
- width: 100%;
19063
+ .v-bottom-navigation--active {
19064
+ 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));
19269
19065
  }
19270
19066
 
19271
- .v-badge__wrapper {
19067
+ .v-bottom-navigation__content {
19272
19068
  display: flex;
19273
- position: relative;
19274
- }
19275
- .v-badge--inline .v-badge__wrapper {
19276
- align-items: center;
19277
- display: inline-flex;
19069
+ flex: none;
19070
+ font-size: 0.75rem;
19278
19071
  justify-content: center;
19279
- margin: 0 4px;
19280
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19281
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19072
+ transition: inherit;
19073
+ width: 100%;
19282
19074
  }
19283
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19284
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19075
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19076
+ font-size: inherit;
19077
+ height: 100%;
19078
+ max-width: 168px;
19079
+ min-width: 80px;
19080
+ text-transform: none;
19081
+ transition: inherit;
19082
+ width: auto;
19083
+ }
19084
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19085
+ border-radius: 0;
19086
+ }
19087
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19088
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19089
+ transition: inherit;
19090
+ }
19091
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19092
+ font-size: 1.5rem;
19093
+ }
19094
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19095
+ flex-basis: 0;
19096
+ flex-grow: 1;
19097
+ }
19098
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19099
+ transition: inherit;
19100
+ opacity: 0;
19101
+ }
19102
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19103
+ transform: translateY(0.5rem);
19104
+ }.v-btn-group {
19105
+ display: inline-flex;
19106
+ flex-wrap: nowrap;
19107
+ max-width: 100%;
19108
+ min-width: 0;
19109
+ overflow-y: hidden;
19110
+ overflow-x: auto;
19111
+ vertical-align: middle;
19112
+ }
19113
+ .v-btn-group {
19114
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19115
+ border-style: solid;
19116
+ border-width: 0;
19117
+ }
19118
+ .v-btn-group--border {
19119
+ border-width: thin;
19120
+ box-shadow: none;
19121
+ }
19122
+ .v-btn-group {
19123
+ 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));
19124
+ }
19125
+ .v-btn-group {
19126
+ border-radius: 4px;
19127
+ }
19128
+ .v-btn-group {
19129
+ background: transparent;
19130
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19131
+ }
19132
+ .v-btn-group--density-default.v-btn-group {
19133
+ height: 48px;
19134
+ }
19135
+
19136
+ .v-btn-group--density-comfortable.v-btn-group {
19137
+ height: 40px;
19138
+ }
19139
+
19140
+ .v-btn-group--density-compact.v-btn-group {
19141
+ height: 36px;
19142
+ }
19143
+
19144
+ .v-btn-group .v-btn {
19145
+ border-radius: 0;
19146
+ border-color: inherit;
19147
+ }
19148
+ .v-btn-group .v-btn:not(:last-child) {
19149
+ border-inline-end: none;
19150
+ }
19151
+ .v-btn-group .v-btn:not(:first-child) {
19152
+ border-inline-start: none;
19153
+ }
19154
+ .v-btn-group .v-btn:first-child {
19155
+ border-start-start-radius: inherit;
19156
+ border-end-start-radius: inherit;
19157
+ }
19158
+ .v-btn-group .v-btn:last-child {
19159
+ border-start-end-radius: inherit;
19160
+ border-end-end-radius: inherit;
19161
+ }
19162
+ .v-btn-group--divided .v-btn:not(:last-child) {
19163
+ border-inline-end-width: thin;
19164
+ border-inline-end-style: solid;
19165
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19166
+ }
19167
+ .v-btn-group--tile {
19168
+ border-radius: 0;
19169
+ }.bottom-sheet-transition-enter-from {
19170
+ transform: translateY(100%);
19171
+ }
19172
+ .bottom-sheet-transition-leave-to {
19173
+ transform: translateY(100%);
19174
+ }
19175
+
19176
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19177
+ align-self: flex-end;
19178
+ border-radius: 0;
19179
+ flex: 0 1 auto;
19180
+ left: 0;
19181
+ right: 0;
19182
+ margin-inline: auto;
19183
+ margin-bottom: 0;
19184
+ transition-duration: 0.2s;
19185
+ width: 100%;
19186
+ max-width: 100%;
19187
+ overflow: visible;
19188
+ }
19189
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19190
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19191
+ }
19192
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19193
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19194
+ border-radius: 0;
19195
+ }
19196
+ .v-bottom-sheet.v-bottom-sheet--inset {
19197
+ max-width: none;
19198
+ }
19199
+ @media (min-width: 600px) {
19200
+ .v-bottom-sheet.v-bottom-sheet--inset {
19201
+ max-width: 70%;
19202
+ }
19203
+ }.v-breadcrumbs {
19204
+ display: flex;
19205
+ align-items: center;
19206
+ line-height: 1.6;
19207
+ padding: 16px 12px;
19208
+ }
19209
+ .v-breadcrumbs--rounded {
19210
+ border-radius: 4px;
19211
+ }
19212
+ .v-breadcrumbs--density-default {
19213
+ padding-top: 16px;
19214
+ padding-bottom: 16px;
19215
+ }
19216
+
19217
+ .v-breadcrumbs--density-comfortable {
19218
+ padding-top: 12px;
19219
+ padding-bottom: 12px;
19220
+ }
19221
+
19222
+ .v-breadcrumbs--density-compact {
19223
+ padding-top: 8px;
19224
+ padding-bottom: 8px;
19225
+ }
19226
+
19227
+ .v-breadcrumbs__prepend {
19228
+ align-items: center;
19229
+ display: inline-flex;
19230
+ }
19231
+
19232
+ .v-breadcrumbs-item {
19233
+ align-items: center;
19234
+ color: inherit;
19235
+ display: inline-flex;
19236
+ padding: 0 4px;
19237
+ text-decoration: none;
19238
+ vertical-align: middle;
19239
+ }
19240
+ .v-breadcrumbs-item--disabled {
19241
+ opacity: var(--v-disabled-opacity);
19242
+ pointer-events: none;
19243
+ }
19244
+ .v-breadcrumbs-item--link {
19245
+ color: inherit;
19246
+ text-decoration: none;
19247
+ }
19248
+ .v-breadcrumbs-item--link:hover {
19249
+ text-decoration: underline;
19250
+ }
19251
+ .v-breadcrumbs-item .v-icon {
19252
+ font-size: 1rem;
19253
+ margin-inline: -4px 2px;
19254
+ }
19255
+
19256
+ .v-breadcrumbs-divider {
19257
+ display: inline-block;
19258
+ padding: 0 8px;
19259
+ vertical-align: middle;
19260
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19261
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19262
+ }
19263
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19264
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19285
19265
  }
19286
19266
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19287
19267
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
@@ -19601,63 +19581,70 @@ html.overflow-y-hidden {
19601
19581
  pointer-events: none;
19602
19582
  opacity: 0;
19603
19583
  transition: opacity 0.2s ease-in-out;
19604
- }.v-breadcrumbs {
19605
- display: flex;
19606
- align-items: center;
19607
- line-height: 1.6;
19608
- padding: 16px 12px;
19584
+ }.v-carousel {
19585
+ overflow: hidden;
19586
+ position: relative;
19587
+ width: 100%;
19609
19588
  }
19610
- .v-breadcrumbs--rounded {
19611
- border-radius: 4px;
19589
+ .v-carousel__controls {
19590
+ align-items: center;
19591
+ bottom: 0;
19592
+ display: flex;
19593
+ height: 50px;
19594
+ justify-content: center;
19595
+ list-style-type: none;
19596
+ position: absolute;
19597
+ width: 100%;
19598
+ z-index: 1;
19612
19599
  }
19613
- .v-breadcrumbs--density-default {
19614
- padding-top: 16px;
19615
- padding-bottom: 16px;
19600
+ .v-carousel__controls {
19601
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19602
+ color: rgb(var(--v-theme-on-surface-variant));
19616
19603
  }
19617
-
19618
- .v-breadcrumbs--density-comfortable {
19619
- padding-top: 12px;
19620
- padding-bottom: 12px;
19604
+ .v-carousel__controls > .v-item-group {
19605
+ flex: 0 1 auto;
19621
19606
  }
19622
-
19623
- .v-breadcrumbs--density-compact {
19624
- padding-top: 8px;
19625
- padding-bottom: 8px;
19607
+ .v-carousel__controls__item {
19608
+ margin: 0 8px;
19626
19609
  }
19627
-
19628
- .v-breadcrumbs__prepend {
19629
- align-items: center;
19630
- display: inline-flex;
19610
+ .v-carousel__controls__item .v-icon {
19611
+ opacity: 0.5;
19631
19612
  }
19632
-
19633
- .v-breadcrumbs-item {
19634
- align-items: center;
19635
- color: inherit;
19636
- display: inline-flex;
19637
- padding: 0 4px;
19638
- text-decoration: none;
19613
+ .v-carousel__controls__item--active .v-icon {
19614
+ opacity: 1;
19639
19615
  vertical-align: middle;
19640
19616
  }
19641
- .v-breadcrumbs-item--disabled {
19642
- opacity: var(--v-disabled-opacity);
19643
- pointer-events: none;
19617
+ .v-carousel__controls__item:hover {
19618
+ background: none;
19644
19619
  }
19645
- .v-breadcrumbs-item--link {
19646
- color: inherit;
19647
- text-decoration: none;
19620
+ .v-carousel__controls__item:hover .v-icon {
19621
+ opacity: 0.8;
19648
19622
  }
19649
- .v-breadcrumbs-item--link:hover {
19650
- text-decoration: underline;
19623
+
19624
+ .v-carousel__progress {
19625
+ margin: 0;
19626
+ bottom: 0;
19627
+ left: 0;
19628
+ right: 0;
19651
19629
  }
19652
- .v-breadcrumbs-item .v-icon {
19653
- font-size: 1rem;
19654
- margin-inline: -4px 2px;
19630
+
19631
+ .v-carousel-item {
19632
+ display: block;
19633
+ height: inherit;
19634
+ text-decoration: none;
19635
+ }
19636
+ .v-carousel-item > .v-img {
19637
+ height: inherit;
19655
19638
  }
19656
19639
 
19657
- .v-breadcrumbs-divider {
19658
- display: inline-block;
19659
- padding: 0 8px;
19660
- vertical-align: middle;
19640
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19641
+ background: transparent;
19642
+ }
19643
+
19644
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19645
+ flex-direction: column;
19646
+ height: 100% !important;
19647
+ width: 50px;
19661
19648
  }.v-chip-group {
19662
19649
  display: flex;
19663
19650
  max-width: 100%;
@@ -20094,71 +20081,11 @@ html.overflow-y-hidden {
20094
20081
 
20095
20082
  .v-chip--label {
20096
20083
  border-radius: 4px;
20097
- }.v-carousel {
20098
- overflow: hidden;
20099
- position: relative;
20100
- width: 100%;
20101
- }
20102
- .v-carousel__controls {
20103
- align-items: center;
20104
- bottom: 0;
20105
- display: flex;
20106
- height: 50px;
20107
- justify-content: center;
20108
- list-style-type: none;
20109
- position: absolute;
20110
- width: 100%;
20111
- z-index: 1;
20112
- }
20113
- .v-carousel__controls {
20114
- background: rgba(var(--v-theme-surface-variant), 0.3);
20115
- color: rgb(var(--v-theme-on-surface-variant));
20116
- }
20117
- .v-carousel__controls > .v-item-group {
20084
+ }.v-checkbox.v-input {
20118
20085
  flex: 0 1 auto;
20119
20086
  }
20120
- .v-carousel__controls__item {
20121
- margin: 0 8px;
20122
- }
20123
- .v-carousel__controls__item .v-icon {
20124
- opacity: 0.5;
20125
- }
20126
- .v-carousel__controls__item--active .v-icon {
20127
- opacity: 1;
20128
- vertical-align: middle;
20129
- }
20130
- .v-carousel__controls__item:hover {
20131
- background: none;
20132
- }
20133
- .v-carousel__controls__item:hover .v-icon {
20134
- opacity: 0.8;
20135
- }
20136
-
20137
- .v-carousel__progress {
20138
- margin: 0;
20139
- position: absolute;
20140
- bottom: 0;
20141
- left: 0;
20142
- right: 0;
20143
- }
20144
-
20145
- .v-carousel-item {
20146
- display: block;
20147
- height: inherit;
20148
- text-decoration: none;
20149
- }
20150
- .v-carousel-item > .v-img {
20151
- height: inherit;
20152
- }
20153
-
20154
- .v-carousel--hide-delimiter-background .v-carousel__controls {
20155
- background: transparent;
20156
- }
20157
-
20158
- .v-carousel--vertical-delimiters .v-carousel__controls {
20159
- flex-direction: column;
20160
- height: 100% !important;
20161
- width: 50px;
20087
+ .v-checkbox .v-selection-control {
20088
+ min-height: var(--v-input-control-height);
20162
20089
  }.v-color-picker {
20163
20090
  align-self: flex-start;
20164
20091
  contain: content;
@@ -20182,6 +20109,90 @@ html.overflow-y-hidden {
20182
20109
  }
20183
20110
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20184
20111
  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));
20112
+ }.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20113
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20114
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20115
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20116
+ top: 0px;
20117
+ }
20118
+ .v-combobox .v-field .v-text-field__prefix,
20119
+ .v-combobox .v-field .v-text-field__suffix,
20120
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20121
+ cursor: text;
20122
+ }
20123
+ .v-combobox .v-field .v-field__input > input {
20124
+ flex: 1 1;
20125
+ }
20126
+ .v-combobox .v-field input {
20127
+ min-width: 64px;
20128
+ }
20129
+ .v-combobox .v-field:not(.v-field--focused) input {
20130
+ min-width: 0;
20131
+ }
20132
+ .v-combobox .v-field--dirty .v-combobox__selection {
20133
+ margin-inline-end: 2px;
20134
+ }
20135
+ .v-combobox .v-combobox__selection-text {
20136
+ overflow: hidden;
20137
+ text-overflow: ellipsis;
20138
+ white-space: nowrap;
20139
+ }
20140
+
20141
+ .v-combobox__content {
20142
+ overflow: hidden;
20143
+ }
20144
+ .v-combobox__content {
20145
+ 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));
20146
+ }
20147
+ .v-combobox__content {
20148
+ border-radius: 4px;
20149
+ }
20150
+ .v-combobox__mask {
20151
+ background: rgb(var(--v-theme-surface-light));
20152
+ }
20153
+ .v-combobox__selection {
20154
+ display: inline-flex;
20155
+ align-items: center;
20156
+ height: 1.5rem;
20157
+ letter-spacing: inherit;
20158
+ line-height: inherit;
20159
+ max-width: calc(100% - 2px - 2px);
20160
+ }
20161
+ .v-combobox__selection:first-child {
20162
+ margin-inline-start: 0;
20163
+ }
20164
+ .v-combobox--selecting-index .v-combobox__selection {
20165
+ opacity: var(--v-medium-emphasis-opacity);
20166
+ }
20167
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20168
+ opacity: 1;
20169
+ }
20170
+ .v-combobox--selecting-index .v-field__input > input {
20171
+ caret-color: transparent;
20172
+ }
20173
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20174
+ flex: 1 1;
20175
+ position: absolute;
20176
+ left: 0;
20177
+ right: 0;
20178
+ width: 100%;
20179
+ padding-inline: inherit;
20180
+ }
20181
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20182
+ transition: none;
20183
+ }
20184
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20185
+ opacity: 0;
20186
+ }
20187
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20188
+ opacity: 0;
20189
+ }
20190
+ .v-combobox__menu-icon {
20191
+ margin-inline-start: 4px;
20192
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20193
+ }
20194
+ .v-combobox--active-menu .v-combobox__menu-icon {
20195
+ transform: rotate(180deg);
20185
20196
  }.v-container {
20186
20197
  width: 100%;
20187
20198
  padding: 16px;
@@ -20859,251 +20870,39 @@ html.overflow-y-hidden {
20859
20870
  flex: 0 1 auto;
20860
20871
  font-size: 12px;
20861
20872
  transition-duration: 150ms;
20862
- }.v-date-picker-months {
20863
- height: 288px;
20873
+ }.v-data-table {
20874
+ width: 100%;
20864
20875
  }
20865
20876
 
20866
- .v-date-picker-months__content {
20867
- align-items: center;
20868
- display: grid;
20869
- flex: 1 1;
20870
- height: inherit;
20871
- justify-content: space-around;
20872
- grid-template-columns: repeat(2, 1fr);
20873
- grid-gap: 0px 24px;
20874
- padding-inline-start: 36px;
20875
- padding-inline-end: 36px;
20876
- }
20877
- .v-date-picker-months__content .v-btn {
20878
- text-transform: none;
20879
- padding-inline-start: 8px;
20880
- padding-inline-end: 8px;
20881
- }.v-date-picker-controls {
20882
- display: flex;
20883
- align-items: center;
20884
- justify-content: space-between;
20885
- font-size: 0.875rem;
20886
- height: var(--v-date-picker-controls-height, 56px);
20887
- padding-top: 4px;
20888
- padding-bottom: 4px;
20889
- padding-inline-start: 6px;
20890
- padding-inline-end: 12px;
20891
- }
20892
- .v-date-picker-controls > .v-btn:first-child {
20893
- text-transform: none;
20894
- font-weight: 400;
20895
- line-height: initial;
20896
- letter-spacing: initial;
20897
- }
20898
- .v-date-picker-controls--variant-classic {
20899
- padding-inline-start: 12px;
20877
+ .v-data-table__table {
20878
+ width: 100%;
20879
+ border-collapse: separate;
20880
+ border-spacing: 0;
20900
20881
  }
20901
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20902
- opacity: 0.7;
20882
+
20883
+ .v-data-table__tr--focus {
20884
+ border: 1px dotted black;
20903
20885
  }
20904
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20886
+ .v-data-table__tr--clickable {
20905
20887
  cursor: pointer;
20906
20888
  }
20907
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20908
- opacity: 1;
20909
- }
20910
- .v-date-picker-controls .v-btn:last-child {
20911
- margin-inline-start: 4px;
20912
- }
20913
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20914
- transform: rotate(180deg);
20915
- }
20916
20889
 
20917
- .v-date-picker-controls__date {
20918
- margin-inline-end: 4px;
20890
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20891
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20892
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20893
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20894
+ text-align: end;
20919
20895
  }
20920
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20921
- margin: auto;
20922
- text-align: center;
20923
- }
20924
-
20925
- .v-date-picker-controls__month {
20926
- display: flex;
20927
- }
20928
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20929
- flex-direction: row-reverse;
20930
- }
20931
-
20932
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20933
- flex: 1 0 auto;
20934
- }
20935
-
20936
- .v-date-picker__title {
20937
- display: inline-block;
20938
- }.v-date-picker-month {
20939
- display: flex;
20940
- justify-content: center;
20941
- padding: 0 12px 8px;
20942
- --v-date-picker-month-day-diff: 4px;
20943
- }
20944
-
20945
- .v-date-picker-month__weeks {
20946
- display: grid;
20947
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20948
- column-gap: 4px;
20949
- font-size: 0.85rem;
20950
- }
20951
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20952
- grid-row-gap: 0;
20953
- }
20954
-
20955
- .v-date-picker-month__weekday {
20956
- font-size: 0.85rem;
20957
- }
20958
-
20959
- .v-date-picker-month__days {
20960
- display: grid;
20961
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20962
- column-gap: 4px;
20963
- flex: 1 1;
20964
- justify-content: space-around;
20965
- }
20966
-
20967
- .v-date-picker-month__day {
20968
- align-items: center;
20969
- display: flex;
20970
- justify-content: center;
20971
- position: relative;
20972
- height: 40px;
20973
- width: 40px;
20974
- }
20975
- .v-date-picker-month__day--selected .v-btn {
20976
- background-color: rgb(var(--v-theme-surface-variant));
20977
- color: rgb(var(--v-theme-on-surface-variant));
20978
- }
20979
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20980
- --v-btn-height: 24px;
20981
- --v-btn-size: 0.85rem;
20982
- }
20983
- .v-date-picker-month__day--week {
20984
- font-size: var(--v-btn-size);
20985
- }
20986
-
20987
- .v-date-picker-month__day--adjacent {
20988
- opacity: 0.5;
20989
- }
20990
-
20991
- .v-date-picker-month__day--hide-adjacent {
20992
- opacity: 0;
20993
- }.v-date-picker-years {
20994
- height: 288px;
20995
- overflow-y: scroll;
20996
- }
20997
-
20998
- .v-date-picker-years__content {
20999
- display: grid;
21000
- flex: 1 1;
21001
- justify-content: space-around;
21002
- grid-template-columns: repeat(3, 1fr);
21003
- gap: 8px 24px;
21004
- padding-inline: 32px;
21005
- }
21006
- .v-date-picker-years__content .v-btn {
21007
- padding-inline: 8px;
21008
- }.v-date-picker {
21009
- overflow: hidden;
21010
- width: 328px;
21011
- }
21012
- .v-date-picker--show-week {
21013
- width: 368px;
21014
- }.v-date-picker-header {
21015
- align-items: flex-end;
21016
- height: 70px;
21017
- display: grid;
21018
- grid-template-areas: "prepend content append";
21019
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21020
- overflow: hidden;
21021
- padding-inline: 24px 12px;
21022
- padding-bottom: 12px;
21023
- }
21024
-
21025
- .v-date-picker-header__append {
21026
- grid-area: append;
21027
- }
21028
-
21029
- .v-date-picker-header__prepend {
21030
- grid-area: prepend;
21031
- padding-inline-start: 8px;
21032
- }
21033
-
21034
- .v-date-picker-header__content {
21035
- align-items: center;
21036
- display: inline-flex;
21037
- font-size: 32px;
21038
- line-height: 40px;
21039
- grid-area: content;
21040
- justify-content: space-between;
21041
- }
21042
- .v-date-picker-header--clickable .v-date-picker-header__content {
21043
- cursor: pointer;
21044
- }
21045
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21046
- opacity: 0.7;
21047
- }
21048
-
21049
- .date-picker-header-transition-enter-active,
21050
- .date-picker-header-reverse-transition-enter-active {
21051
- transition-duration: 0.3s;
21052
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21053
- }
21054
- .date-picker-header-transition-leave-active,
21055
- .date-picker-header-reverse-transition-leave-active {
21056
- transition-duration: 0.3s;
21057
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21058
- }
21059
-
21060
- .date-picker-header-transition-enter-from {
21061
- transform: translate(0, 100%);
21062
- }
21063
- .date-picker-header-transition-leave-to {
21064
- opacity: 0;
21065
- transform: translate(0, -100%);
21066
- }
21067
-
21068
- .date-picker-header-reverse-transition-enter-from {
21069
- transform: translate(0, -100%);
21070
- }
21071
- .date-picker-header-reverse-transition-leave-to {
21072
- opacity: 0;
21073
- transform: translate(0, 100%);
21074
- }.v-data-table {
21075
- width: 100%;
21076
- }
21077
-
21078
- .v-data-table__table {
21079
- width: 100%;
21080
- border-collapse: separate;
21081
- border-spacing: 0;
21082
- }
21083
-
21084
- .v-data-table__tr--focus {
21085
- border: 1px dotted black;
21086
- }
21087
- .v-data-table__tr--clickable {
21088
- cursor: pointer;
21089
- }
21090
-
21091
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
21092
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
21093
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
21094
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
21095
- text-align: end;
21096
- }
21097
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21098
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
21099
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21100
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
21101
- flex-direction: row-reverse;
21102
- }
21103
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
21104
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
21105
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
21106
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20896
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20897
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20898
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20899
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20900
+ flex-direction: row-reverse;
20901
+ }
20902
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20903
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20904
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20905
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
21107
20906
  text-align: center;
21108
20907
  }
21109
20908
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
@@ -21292,58 +21091,379 @@ html.overflow-y-hidden {
21292
21091
  }
21293
21092
  .v-data-table-footer__page {
21294
21093
  padding: 0 8px;
21295
- }.v-divider {
21296
- display: block;
21297
- flex: 1 1 100%;
21298
- height: 0px;
21299
- max-height: 0px;
21300
- opacity: var(--v-border-opacity);
21301
- transition: inherit;
21094
+ }.v-date-picker {
21095
+ overflow: hidden;
21096
+ width: 328px;
21302
21097
  }
21303
- .v-divider {
21304
- border-style: solid;
21305
- border-width: thin 0 0 0;
21098
+ .v-date-picker--show-week {
21099
+ width: 368px;
21100
+ }.v-date-picker-controls {
21101
+ display: flex;
21102
+ align-items: center;
21103
+ justify-content: space-between;
21104
+ font-size: 0.875rem;
21105
+ height: var(--v-date-picker-controls-height, 56px);
21106
+ padding-top: 4px;
21107
+ padding-bottom: 4px;
21108
+ padding-inline-start: 6px;
21109
+ padding-inline-end: 12px;
21306
21110
  }
21307
- .v-divider--vertical {
21308
- align-self: stretch;
21309
- border-width: 0 thin 0 0;
21310
- display: inline-flex;
21311
- height: auto;
21312
- margin-left: -1px;
21313
- max-height: 100%;
21314
- max-width: 0px;
21315
- vertical-align: text-bottom;
21316
- width: 0px;
21111
+ .v-date-picker-controls > .v-btn:first-child {
21112
+ text-transform: none;
21113
+ font-weight: 400;
21114
+ line-height: initial;
21115
+ letter-spacing: initial;
21317
21116
  }
21318
- .v-divider--inset:not(.v-divider--vertical) {
21319
- max-width: calc(100% - 72px);
21320
- margin-inline-start: 72px;
21117
+ .v-date-picker-controls--variant-classic {
21118
+ padding-inline-start: 12px;
21321
21119
  }
21322
- .v-divider--inset.v-divider--vertical {
21323
- margin-bottom: 8px;
21324
- margin-top: 8px;
21325
- max-height: calc(100% - 16px);
21120
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21121
+ opacity: 0.7;
21122
+ }
21123
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21124
+ cursor: pointer;
21125
+ }
21126
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21127
+ opacity: 1;
21128
+ }
21129
+ .v-date-picker-controls .v-btn:last-child {
21130
+ margin-inline-start: 4px;
21131
+ }
21132
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21133
+ transform: rotate(180deg);
21326
21134
  }
21327
21135
 
21328
- .v-divider__content {
21329
- padding: 0 16px;
21330
- text-wrap: nowrap;
21136
+ .v-date-picker-controls__date {
21137
+ margin-inline-end: 4px;
21331
21138
  }
21332
- .v-divider__wrapper--vertical .v-divider__content {
21333
- padding: 4px 0;
21139
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21140
+ margin: auto;
21141
+ text-align: center;
21334
21142
  }
21335
21143
 
21336
- .v-divider__wrapper {
21144
+ .v-date-picker-controls__month {
21337
21145
  display: flex;
21146
+ }
21147
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21148
+ flex-direction: row-reverse;
21149
+ }
21150
+
21151
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21152
+ flex: 1 0 auto;
21153
+ }
21154
+
21155
+ .v-date-picker__title {
21156
+ display: inline-block;
21157
+ }.v-date-picker-header {
21158
+ align-items: flex-end;
21159
+ height: 70px;
21160
+ display: grid;
21161
+ grid-template-areas: "prepend content append";
21162
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
21163
+ overflow: hidden;
21164
+ padding-inline: 24px 12px;
21165
+ padding-bottom: 12px;
21166
+ }
21167
+
21168
+ .v-date-picker-header__append {
21169
+ grid-area: append;
21170
+ }
21171
+
21172
+ .v-date-picker-header__prepend {
21173
+ grid-area: prepend;
21174
+ padding-inline-start: 8px;
21175
+ }
21176
+
21177
+ .v-date-picker-header__content {
21338
21178
  align-items: center;
21179
+ display: inline-flex;
21180
+ font-size: 32px;
21181
+ line-height: 40px;
21182
+ grid-area: content;
21183
+ justify-content: space-between;
21184
+ }
21185
+ .v-date-picker-header--clickable .v-date-picker-header__content {
21186
+ cursor: pointer;
21187
+ }
21188
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21189
+ opacity: 0.7;
21190
+ }
21191
+
21192
+ .date-picker-header-transition-enter-active,
21193
+ .date-picker-header-reverse-transition-enter-active {
21194
+ transition-duration: 0.3s;
21195
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21196
+ }
21197
+ .date-picker-header-transition-leave-active,
21198
+ .date-picker-header-reverse-transition-leave-active {
21199
+ transition-duration: 0.3s;
21200
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21201
+ }
21202
+
21203
+ .date-picker-header-transition-enter-from {
21204
+ transform: translate(0, 100%);
21205
+ }
21206
+ .date-picker-header-transition-leave-to {
21207
+ opacity: 0;
21208
+ transform: translate(0, -100%);
21209
+ }
21210
+
21211
+ .date-picker-header-reverse-transition-enter-from {
21212
+ transform: translate(0, -100%);
21213
+ }
21214
+ .date-picker-header-reverse-transition-leave-to {
21215
+ opacity: 0;
21216
+ transform: translate(0, 100%);
21217
+ }.v-date-picker-months {
21218
+ height: 288px;
21219
+ }
21220
+
21221
+ .v-date-picker-months__content {
21222
+ align-items: center;
21223
+ display: grid;
21224
+ flex: 1 1;
21225
+ height: inherit;
21226
+ justify-content: space-around;
21227
+ grid-template-columns: repeat(2, 1fr);
21228
+ grid-gap: 0px 24px;
21229
+ padding-inline-start: 36px;
21230
+ padding-inline-end: 36px;
21231
+ }
21232
+ .v-date-picker-months__content .v-btn {
21233
+ text-transform: none;
21234
+ padding-inline-start: 8px;
21235
+ padding-inline-end: 8px;
21236
+ }.v-date-picker-years {
21237
+ height: 288px;
21238
+ overflow-y: scroll;
21239
+ }
21240
+
21241
+ .v-date-picker-years__content {
21242
+ display: grid;
21243
+ flex: 1 1;
21244
+ justify-content: space-around;
21245
+ grid-template-columns: repeat(3, 1fr);
21246
+ gap: 8px 24px;
21247
+ padding-inline: 32px;
21248
+ }
21249
+ .v-date-picker-years__content .v-btn {
21250
+ padding-inline: 8px;
21251
+ }.v-date-picker-month {
21252
+ display: flex;
21339
21253
  justify-content: center;
21254
+ padding: 0 12px 8px;
21255
+ --v-date-picker-month-day-diff: 4px;
21340
21256
  }
21341
- .v-divider__wrapper--vertical {
21257
+
21258
+ .v-date-picker-month__weeks {
21259
+ display: flex;
21342
21260
  flex-direction: column;
21261
+ column-gap: 4px;
21262
+ font-size: 0.85rem;
21263
+ }
21264
+
21265
+ .v-date-picker-month__weekday {
21266
+ font-size: 0.85rem;
21267
+ }
21268
+
21269
+ .v-date-picker-month__days {
21270
+ display: grid;
21271
+ grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
21272
+ column-gap: 4px;
21273
+ }
21274
+
21275
+ .v-date-picker-month__day {
21276
+ align-items: center;
21277
+ display: flex;
21278
+ justify-content: center;
21279
+ position: relative;
21280
+ height: 40px;
21281
+ width: 40px;
21282
+ }
21283
+ .v-date-picker-month__day--selected .v-btn {
21284
+ background-color: rgb(var(--v-theme-surface-variant));
21285
+ color: rgb(var(--v-theme-on-surface-variant));
21286
+ }
21287
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21288
+ --v-btn-height: 24px;
21289
+ --v-btn-size: 0.85rem;
21290
+ }
21291
+ .v-date-picker-month__day--week {
21292
+ font-size: var(--v-btn-size);
21293
+ }
21294
+
21295
+ .v-date-picker-month__day--adjacent {
21296
+ opacity: 0.5;
21297
+ }
21298
+
21299
+ .v-date-picker-month__day--hide-adjacent {
21300
+ opacity: 0;
21301
+ }.v-dialog {
21302
+ align-items: center;
21303
+ justify-content: center;
21304
+ margin: auto;
21305
+ }
21306
+ .v-dialog > .v-overlay__content {
21307
+ max-height: calc(100% - 48px);
21308
+ width: calc(100% - 48px);
21309
+ max-width: calc(100% - 48px);
21310
+ margin: 24px;
21311
+ }
21312
+ .v-dialog > .v-overlay__content,
21313
+ .v-dialog > .v-overlay__content > form {
21314
+ display: flex;
21315
+ flex-direction: column;
21316
+ min-height: 0;
21317
+ }
21318
+ .v-dialog > .v-overlay__content > .v-card,
21319
+ .v-dialog > .v-overlay__content > .v-sheet,
21320
+ .v-dialog > .v-overlay__content > form > .v-card,
21321
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21322
+ --v-scrollbar-offset: 0px;
21323
+ border-radius: 4px;
21324
+ overflow-y: auto;
21325
+ flex: 1 1 100%;
21326
+ }
21327
+ .v-dialog > .v-overlay__content > .v-card,
21328
+ .v-dialog > .v-overlay__content > .v-sheet,
21329
+ .v-dialog > .v-overlay__content > form > .v-card,
21330
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21331
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21332
+ }
21333
+ .v-dialog > .v-overlay__content > .v-card,
21334
+ .v-dialog > .v-overlay__content > form > .v-card {
21335
+ display: flex;
21336
+ flex-direction: column;
21337
+ }
21338
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21339
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21340
+ padding: 16px 24px;
21341
+ }
21342
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21343
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21344
+ padding-top: 0;
21345
+ }
21346
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21347
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21348
+ font-size: inherit;
21349
+ letter-spacing: 0.03125em;
21350
+ line-height: inherit;
21351
+ padding: 16px 24px 24px;
21352
+ }
21353
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21354
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21355
+ justify-content: flex-end;
21356
+ }
21357
+
21358
+ .v-dialog--fullscreen {
21359
+ --v-scrollbar-offset: 0px;
21360
+ }
21361
+ .v-dialog--fullscreen > .v-overlay__content {
21362
+ border-radius: 0;
21363
+ margin: 0;
21364
+ padding: 0;
21365
+ width: 100%;
21343
21366
  height: 100%;
21367
+ max-width: 100%;
21368
+ max-height: 100%;
21369
+ overflow-y: auto;
21370
+ top: 0;
21371
+ left: 0;
21344
21372
  }
21345
- .v-divider__wrapper--vertical .v-divider {
21346
- margin: 0 auto;
21373
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21374
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21375
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21376
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21377
+ min-height: 100%;
21378
+ min-width: 100%;
21379
+ border-radius: 0;
21380
+ }
21381
+
21382
+ .v-dialog--scrollable > .v-overlay__content > form,
21383
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21384
+ max-height: 100%;
21385
+ max-width: 100%;
21386
+ }
21387
+ .v-dialog--scrollable > .v-overlay__content,
21388
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21389
+ .v-dialog--scrollable > .v-overlay__content > form,
21390
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21391
+ display: flex;
21392
+ flex: 1 1 100%;
21393
+ flex-direction: column;
21394
+ }
21395
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21396
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21397
+ -webkit-backface-visibility: hidden;
21398
+ backface-visibility: hidden;
21399
+ overflow-y: auto;
21400
+ }.v-empty-state {
21401
+ align-items: center;
21402
+ display: flex;
21403
+ flex-direction: column;
21404
+ justify-content: center;
21405
+ min-height: 100%;
21406
+ padding: 16px;
21407
+ }
21408
+ .v-empty-state--start {
21409
+ align-items: flex-start;
21410
+ }
21411
+ .v-empty-state--center {
21412
+ align-items: center;
21413
+ }
21414
+ .v-empty-state--end {
21415
+ align-items: flex-end;
21416
+ }
21417
+
21418
+ .v-empty-state__media {
21419
+ text-align: center;
21420
+ width: 100%;
21421
+ }
21422
+ .v-empty-state__media .v-icon {
21423
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21424
+ }
21425
+
21426
+ .v-empty-state__headline {
21427
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21428
+ font-size: 3.75rem;
21429
+ font-weight: 300;
21430
+ line-height: 1;
21431
+ text-align: center;
21432
+ margin-bottom: 8px;
21433
+ }
21434
+ .v-empty-state--mobile .v-empty-state__headline {
21435
+ font-size: 2.125rem;
21436
+ }
21437
+
21438
+ .v-empty-state__title {
21439
+ font-size: 1.25rem;
21440
+ font-weight: 500;
21441
+ line-height: 1.6;
21442
+ margin-bottom: 4px;
21443
+ text-align: center;
21444
+ }
21445
+
21446
+ .v-empty-state__text {
21447
+ font-size: 0.875rem;
21448
+ font-weight: 400;
21449
+ line-height: 1.425;
21450
+ padding: 0 16px;
21451
+ text-align: center;
21452
+ }
21453
+
21454
+ .v-empty-state__content {
21455
+ padding: 24px 0;
21456
+ }
21457
+
21458
+ .v-empty-state__actions {
21459
+ display: flex;
21460
+ gap: 8px;
21461
+ padding: 16px;
21462
+ }
21463
+
21464
+ .v-empty-state__action-btn.v-btn {
21465
+ background-color: initial;
21466
+ color: initial;
21347
21467
  }.v-expansion-panel {
21348
21468
  background-color: rgb(var(--v-theme-surface));
21349
21469
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21560,6 +21680,111 @@ html.overflow-y-hidden {
21560
21680
  }
21561
21681
  .v-expansion-panels--tile > .v-expansion-panel {
21562
21682
  border-radius: 0;
21683
+ }.v-fab {
21684
+ align-items: center;
21685
+ display: inline-flex;
21686
+ flex: 1 1 auto;
21687
+ pointer-events: none;
21688
+ position: relative;
21689
+ transition-duration: 0.2s;
21690
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21691
+ vertical-align: middle;
21692
+ }
21693
+ .v-fab .v-btn {
21694
+ pointer-events: auto;
21695
+ }
21696
+ .v-fab .v-btn--variant-elevated {
21697
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21698
+ }
21699
+ .v-fab--app, .v-fab--absolute {
21700
+ display: flex;
21701
+ }
21702
+ .v-fab--absolute {
21703
+ position: absolute;
21704
+ inset: 0;
21705
+ }
21706
+ .v-fab--start, .v-fab--left {
21707
+ justify-content: flex-start;
21708
+ }
21709
+ .v-fab--center {
21710
+ align-items: center;
21711
+ justify-content: center;
21712
+ }
21713
+ .v-fab--end, .v-fab--right {
21714
+ justify-content: flex-end;
21715
+ }
21716
+ .v-fab--bottom {
21717
+ align-items: flex-end;
21718
+ }
21719
+ .v-fab--top {
21720
+ align-items: flex-start;
21721
+ }
21722
+ .v-fab--extended .v-btn {
21723
+ border-radius: 9999px !important;
21724
+ }
21725
+
21726
+ .v-fab__container {
21727
+ align-self: center;
21728
+ display: inline-flex;
21729
+ vertical-align: middle;
21730
+ }
21731
+ .v-fab--app .v-fab__container {
21732
+ margin: 12px;
21733
+ position: fixed;
21734
+ }
21735
+ .v-fab--absolute .v-fab__container {
21736
+ position: absolute;
21737
+ z-index: 4;
21738
+ }
21739
+ .v-fab--offset.v-fab--top .v-fab__container {
21740
+ transform: translateY(-50%);
21741
+ }
21742
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21743
+ transform: translateY(50%);
21744
+ }
21745
+ .v-fab--top .v-fab__container {
21746
+ top: 0;
21747
+ }
21748
+ .v-fab--bottom .v-fab__container {
21749
+ bottom: 0;
21750
+ }
21751
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21752
+ left: 0;
21753
+ }
21754
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21755
+ right: 0;
21756
+ }.v-file-input--hide.v-input .v-field,
21757
+ .v-file-input--hide.v-input .v-input__control,
21758
+ .v-file-input--hide.v-input .v-input__details {
21759
+ display: none;
21760
+ }
21761
+ .v-file-input--hide.v-input .v-input__prepend {
21762
+ grid-area: control;
21763
+ margin: 0 auto;
21764
+ }
21765
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21766
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21767
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21768
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21769
+ top: 0px;
21770
+ }
21771
+ .v-file-input input[type=file] {
21772
+ height: 100%;
21773
+ left: 0;
21774
+ opacity: 0;
21775
+ position: absolute;
21776
+ top: 0;
21777
+ width: 100%;
21778
+ z-index: 0;
21779
+ }
21780
+ .v-file-input--dragging input[type=file] {
21781
+ z-index: 1;
21782
+ }
21783
+ .v-file-input .v-input__details {
21784
+ padding-inline: 16px;
21785
+ }
21786
+ .v-input--plain-underlined.v-file-input .v-input__details {
21787
+ padding-inline: 0;
21563
21788
  }/* region INPUT */
21564
21789
  .v-field {
21565
21790
  display: grid;
@@ -22103,130 +22328,57 @@ textarea.v-field__input::placeholder {
22103
22328
  }
22104
22329
 
22105
22330
  .v-field--variant-solo-filled .v-field__overlay {
22106
- background-color: currentColor;
22107
- opacity: 0.04;
22108
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
22109
- }
22110
- @media (hover: hover) {
22111
- .v-field--variant-solo-filled:hover .v-field__overlay {
22112
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22113
- }
22114
- }
22115
- .v-field--variant-solo-filled.v-field--focused .v-field__overlay {
22116
- opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22117
- }
22118
-
22119
- .v-field--variant-solo-inverted .v-field__overlay {
22120
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
22121
- }
22122
- .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
22123
- opacity: 0;
22124
- }
22125
- @media (hover: hover) {
22126
- .v-field--variant-solo-inverted:hover .v-field__overlay {
22127
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22128
- }
22129
- }
22130
- .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
22131
- background-color: rgb(var(--v-theme-surface-variant));
22132
- opacity: 1;
22133
- }
22134
-
22135
- /* endregion */
22136
- /* region MODIFIERS */
22137
- .v-field--reverse .v-field__field,
22138
- .v-field--reverse .v-field__input,
22139
- .v-field--reverse .v-field__outline {
22140
- flex-direction: row-reverse;
22141
- }
22142
- .v-field--reverse .v-field__input, .v-field--reverse input {
22143
- text-align: end;
22144
- }
22145
-
22146
- .v-input--disabled .v-field--variant-filled .v-field__outline::before,
22147
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
22148
- border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
22149
- }
22150
-
22151
- .v-field--loading .v-field__outline::after,
22152
- .v-field--loading .v-field__outline::before {
22153
- opacity: 0;
22154
- }
22155
-
22156
- /* endregion */.v-fab {
22157
- align-items: center;
22158
- display: inline-flex;
22159
- flex: 1 1 auto;
22160
- pointer-events: none;
22161
- position: relative;
22162
- transition-duration: 0.2s;
22163
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22164
- vertical-align: middle;
22165
- }
22166
- .v-fab .v-btn {
22167
- pointer-events: auto;
22168
- }
22169
- .v-fab .v-btn--variant-elevated {
22170
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22171
- }
22172
- .v-fab--app, .v-fab--absolute {
22173
- display: flex;
22174
- }
22175
- .v-fab--absolute {
22176
- position: absolute;
22177
- inset: 0;
22178
- }
22179
- .v-fab--start, .v-fab--left {
22180
- justify-content: flex-start;
22181
- }
22182
- .v-fab--center {
22183
- align-items: center;
22184
- justify-content: center;
22185
- }
22186
- .v-fab--end, .v-fab--right {
22187
- justify-content: flex-end;
22188
- }
22189
- .v-fab--bottom {
22190
- align-items: flex-end;
22331
+ background-color: currentColor;
22332
+ opacity: 0.04;
22333
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
22191
22334
  }
22192
- .v-fab--top {
22193
- align-items: flex-start;
22335
+ @media (hover: hover) {
22336
+ .v-field--variant-solo-filled:hover .v-field__overlay {
22337
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22338
+ }
22194
22339
  }
22195
- .v-fab--extended .v-btn {
22196
- border-radius: 9999px !important;
22340
+ .v-field--variant-solo-filled.v-field--focused .v-field__overlay {
22341
+ opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22197
22342
  }
22198
22343
 
22199
- .v-fab__container {
22200
- align-self: center;
22201
- display: inline-flex;
22202
- vertical-align: middle;
22344
+ .v-field--variant-solo-inverted .v-field__overlay {
22345
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
22203
22346
  }
22204
- .v-fab--app .v-fab__container {
22205
- margin: 12px;
22206
- position: fixed;
22347
+ .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
22348
+ opacity: 0;
22207
22349
  }
22208
- .v-fab--absolute .v-fab__container {
22209
- position: absolute;
22210
- z-index: 4;
22350
+ @media (hover: hover) {
22351
+ .v-field--variant-solo-inverted:hover .v-field__overlay {
22352
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22353
+ }
22211
22354
  }
22212
- .v-fab--offset.v-fab--top .v-fab__container {
22213
- transform: translateY(-50%);
22355
+ .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
22356
+ background-color: rgb(var(--v-theme-surface-variant));
22357
+ opacity: 1;
22214
22358
  }
22215
- .v-fab--offset.v-fab--bottom .v-fab__container {
22216
- transform: translateY(50%);
22359
+
22360
+ /* endregion */
22361
+ /* region MODIFIERS */
22362
+ .v-field--reverse .v-field__field,
22363
+ .v-field--reverse .v-field__input,
22364
+ .v-field--reverse .v-field__outline {
22365
+ flex-direction: row-reverse;
22217
22366
  }
22218
- .v-fab--top .v-fab__container {
22219
- top: 0;
22367
+ .v-field--reverse .v-field__input, .v-field--reverse input {
22368
+ text-align: end;
22220
22369
  }
22221
- .v-fab--bottom .v-fab__container {
22222
- bottom: 0;
22370
+
22371
+ .v-input--disabled .v-field--variant-filled .v-field__outline::before,
22372
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
22373
+ border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
22223
22374
  }
22224
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22225
- left: 0;
22375
+
22376
+ .v-field--loading .v-field__outline::after,
22377
+ .v-field--loading .v-field__outline::before {
22378
+ opacity: 0;
22226
22379
  }
22227
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22228
- right: 0;
22229
- }.v-footer {
22380
+
22381
+ /* endregion */.v-footer {
22230
22382
  align-items: center;
22231
22383
  display: flex;
22232
22384
  flex: 1 1 auto;
@@ -22262,196 +22414,43 @@ textarea.v-field__input::placeholder {
22262
22414
  }
22263
22415
  .v-footer--rounded {
22264
22416
  border-radius: 4px;
22265
- }.v-file-input--hide.v-input .v-field,
22266
- .v-file-input--hide.v-input .v-input__control,
22267
- .v-file-input--hide.v-input .v-input__details {
22268
- display: none;
22269
- }
22270
- .v-file-input--hide.v-input .v-input__prepend {
22271
- grid-area: control;
22272
- margin: 0 auto;
22273
- }
22274
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22275
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22276
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22277
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22278
- top: 0px;
22279
- }
22280
- .v-file-input input[type=file] {
22281
- height: 100%;
22282
- left: 0;
22283
- opacity: 0;
22284
- position: absolute;
22285
- top: 0;
22286
- width: 100%;
22287
- z-index: 0;
22288
- }
22289
- .v-file-input--dragging input[type=file] {
22290
- z-index: 1;
22291
- }
22292
- .v-file-input .v-input__details {
22293
- padding-inline: 16px;
22294
- }
22295
- .v-input--plain-underlined.v-file-input .v-input__details {
22296
- padding-inline: 0;
22297
- }.v-checkbox.v-input {
22298
- flex: 0 1 auto;
22299
- }
22300
- .v-checkbox .v-selection-control {
22301
- min-height: var(--v-input-control-height);
22302
- }.v-dialog {
22303
- align-items: center;
22304
- justify-content: center;
22305
- margin: auto;
22306
- }
22307
- .v-dialog > .v-overlay__content {
22308
- max-height: calc(100% - 48px);
22309
- width: calc(100% - 48px);
22310
- max-width: calc(100% - 48px);
22311
- margin: 24px;
22312
- }
22313
- .v-dialog > .v-overlay__content,
22314
- .v-dialog > .v-overlay__content > form {
22315
- display: flex;
22316
- flex-direction: column;
22317
- min-height: 0;
22318
- }
22319
- .v-dialog > .v-overlay__content > .v-card,
22320
- .v-dialog > .v-overlay__content > .v-sheet,
22321
- .v-dialog > .v-overlay__content > form > .v-card,
22322
- .v-dialog > .v-overlay__content > form > .v-sheet {
22323
- --v-scrollbar-offset: 0px;
22324
- border-radius: 4px;
22325
- overflow-y: auto;
22326
- flex: 1 1 100%;
22327
- }
22328
- .v-dialog > .v-overlay__content > .v-card,
22329
- .v-dialog > .v-overlay__content > .v-sheet,
22330
- .v-dialog > .v-overlay__content > form > .v-card,
22331
- .v-dialog > .v-overlay__content > form > .v-sheet {
22332
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22333
- }
22334
- .v-dialog > .v-overlay__content > .v-card,
22335
- .v-dialog > .v-overlay__content > form > .v-card {
22417
+ }.v-infinite-scroll--horizontal {
22336
22418
  display: flex;
22337
- flex-direction: column;
22338
- }
22339
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
22340
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
22341
- padding: 16px 24px;
22342
- }
22343
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
22344
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
22345
- padding-top: 0;
22346
- }
22347
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
22348
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
22349
- font-size: inherit;
22350
- letter-spacing: 0.03125em;
22351
- line-height: inherit;
22352
- padding: 16px 24px 24px;
22353
- }
22354
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
22355
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
22356
- justify-content: flex-end;
22357
- }
22358
-
22359
- .v-dialog--fullscreen {
22360
- --v-scrollbar-offset: 0px;
22419
+ flex-direction: row;
22420
+ overflow-x: auto;
22361
22421
  }
22362
- .v-dialog--fullscreen > .v-overlay__content {
22363
- border-radius: 0;
22364
- margin: 0;
22365
- padding: 0;
22366
- width: 100%;
22422
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22367
22423
  height: 100%;
22368
- max-width: 100%;
22369
- max-height: 100%;
22370
- overflow-y: auto;
22371
- top: 0;
22372
- left: 0;
22373
- }
22374
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
22375
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
22376
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
22377
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
22378
- min-height: 100%;
22379
- min-width: 100%;
22380
- border-radius: 0;
22424
+ width: var(--v-infinite-margin-size, 1px);
22381
22425
  }
22382
22426
 
22383
- .v-dialog--scrollable > .v-overlay__content > form,
22384
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
22385
- max-height: 100%;
22386
- max-width: 100%;
22387
- }
22388
- .v-dialog--scrollable > .v-overlay__content,
22389
- .v-dialog--scrollable > .v-overlay__content > .v-card,
22390
- .v-dialog--scrollable > .v-overlay__content > form,
22391
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
22427
+ .v-infinite-scroll--vertical {
22392
22428
  display: flex;
22393
- flex: 1 1 100%;
22394
22429
  flex-direction: column;
22395
- }
22396
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
22397
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
22398
- -webkit-backface-visibility: hidden;
22399
- backface-visibility: hidden;
22400
22430
  overflow-y: auto;
22401
- }.v-icon {
22402
- --v-icon-size-multiplier: 1;
22403
- align-items: center;
22404
- display: inline-flex;
22405
- font-feature-settings: "liga";
22406
- height: 1em;
22407
- justify-content: center;
22408
- letter-spacing: normal;
22409
- line-height: 1;
22410
- position: relative;
22411
- opacity: var(--v-icon-opacity, 1);
22412
- text-indent: 0;
22413
- text-align: center;
22414
- -webkit-user-select: none;
22415
- user-select: none;
22416
- vertical-align: middle;
22417
- width: 1em;
22418
- min-width: 1em;
22419
22431
  }
22420
- .v-icon--clickable {
22421
- cursor: pointer;
22432
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22433
+ height: 1px;
22434
+ width: 100%;
22422
22435
  }
22423
- .v-icon--disabled {
22436
+
22437
+ .v-infinite-scroll-intersect {
22424
22438
  pointer-events: none;
22425
- opacity: 0.38;
22426
- }
22427
- .v-icon--size-x-small {
22428
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
22429
- }
22430
- .v-icon--size-small {
22431
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22432
- }
22433
- .v-icon--size-default {
22434
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22435
- }
22436
- .v-icon--size-large {
22437
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22438
- }
22439
- .v-icon--size-x-large {
22440
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
22439
+ margin-top: var(--v-infinite-margin);
22440
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22441
22441
  }
22442
-
22443
- .v-icon__svg {
22444
- fill: currentColor;
22445
- width: 100%;
22446
- height: 100%;
22442
+ .v-infinite-scroll-intersect:nth-child(2) {
22443
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22447
22444
  }
22448
-
22449
- .v-icon--start {
22450
- margin-inline-end: 8px;
22445
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22446
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22451
22447
  }
22452
22448
 
22453
- .v-icon--end {
22454
- margin-inline-start: 8px;
22449
+ .v-infinite-scroll__side {
22450
+ align-items: center;
22451
+ display: flex;
22452
+ justify-content: center;
22453
+ padding: 8px;
22455
22454
  }.v-img {
22456
22455
  --v-theme-overlay-multiplier: 3;
22457
22456
  z-index: 0;
@@ -22503,48 +22502,60 @@ textarea.v-field__input::placeholder {
22503
22502
 
22504
22503
  .v-img__gradient {
22505
22504
  background-repeat: no-repeat;
22506
- }.v-item-group {
22507
- flex: 0 1 auto;
22508
- max-width: 100%;
22505
+ }.v-icon {
22506
+ --v-icon-size-multiplier: 1;
22507
+ align-items: center;
22508
+ display: inline-flex;
22509
+ font-feature-settings: "liga";
22510
+ height: 1em;
22511
+ justify-content: center;
22512
+ letter-spacing: normal;
22513
+ line-height: 1;
22509
22514
  position: relative;
22510
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22511
- }.v-infinite-scroll--horizontal {
22512
- display: flex;
22513
- flex-direction: row;
22514
- overflow-x: auto;
22515
+ opacity: var(--v-icon-opacity, 1);
22516
+ text-indent: 0;
22517
+ text-align: center;
22518
+ -webkit-user-select: none;
22519
+ user-select: none;
22520
+ vertical-align: middle;
22521
+ width: 1em;
22522
+ min-width: 1em;
22515
22523
  }
22516
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22517
- height: 100%;
22518
- width: var(--v-infinite-margin-size, 1px);
22524
+ .v-icon--clickable {
22525
+ cursor: pointer;
22519
22526
  }
22520
-
22521
- .v-infinite-scroll--vertical {
22522
- display: flex;
22523
- flex-direction: column;
22524
- overflow-y: auto;
22527
+ .v-icon--disabled {
22528
+ pointer-events: none;
22529
+ opacity: 0.38;
22525
22530
  }
22526
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22527
- height: 1px;
22528
- width: 100%;
22531
+ .v-icon--size-x-small {
22532
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22529
22533
  }
22530
-
22531
- .v-infinite-scroll-intersect {
22532
- pointer-events: none;
22533
- margin-top: var(--v-infinite-margin);
22534
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22534
+ .v-icon--size-small {
22535
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22535
22536
  }
22536
- .v-infinite-scroll-intersect:nth-child(2) {
22537
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22537
+ .v-icon--size-default {
22538
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22538
22539
  }
22539
- .v-infinite-scroll-intersect:nth-last-child(2) {
22540
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22540
+ .v-icon--size-large {
22541
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22542
+ }
22543
+ .v-icon--size-x-large {
22544
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22541
22545
  }
22542
22546
 
22543
- .v-infinite-scroll__side {
22544
- align-items: center;
22545
- display: flex;
22546
- justify-content: center;
22547
- padding: 8px;
22547
+ .v-icon__svg {
22548
+ fill: currentColor;
22549
+ width: 100%;
22550
+ height: 100%;
22551
+ }
22552
+
22553
+ .v-icon--start {
22554
+ margin-inline-end: 8px;
22555
+ }
22556
+
22557
+ .v-icon--end {
22558
+ margin-inline-start: 8px;
22548
22559
  }.v-input {
22549
22560
  display: grid;
22550
22561
  flex: 1 1 auto;
@@ -22692,36 +22703,11 @@ textarea.v-field__input::placeholder {
22692
22703
 
22693
22704
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22694
22705
  padding-top: calc(var(--v-input-padding-top) + 0px);
22695
- }.v-label {
22696
- align-items: center;
22697
- color: inherit;
22698
- display: inline-flex;
22699
- font-size: 1rem;
22700
- letter-spacing: 0.009375em;
22701
- min-width: 0;
22702
- opacity: var(--v-medium-emphasis-opacity);
22703
- overflow: hidden;
22704
- text-overflow: ellipsis;
22705
- white-space: nowrap;
22706
- }
22707
-
22708
- .v-label--clickable {
22709
- cursor: pointer;
22710
- }.v-layout {
22711
- --v-scrollbar-offset: 0px;
22712
- display: flex;
22713
- flex: 1 1 auto;
22714
- }
22715
- .v-layout--full-height {
22716
- --v-scrollbar-offset: inherit;
22717
- height: 100%;
22718
- }.v-layout-item {
22719
- position: absolute;
22706
+ }.v-item-group {
22707
+ flex: 0 1 auto;
22708
+ max-width: 100%;
22709
+ position: relative;
22720
22710
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22721
- }
22722
-
22723
- .v-layout-item--absolute {
22724
- position: absolute;
22725
22711
  }.v-list {
22726
22712
  overflow: auto;
22727
22713
  padding: 8px 0;
@@ -23300,27 +23286,36 @@ textarea.v-field__input::placeholder {
23300
23286
  }
23301
23287
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23302
23288
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23303
- }.v-locale-provider {
23304
- display: contents;
23305
- }.v-menu > .v-overlay__content {
23306
- display: flex;
23307
- flex-direction: column;
23289
+ }.v-layout-item {
23290
+ position: absolute;
23291
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23308
23292
  }
23309
- .v-menu > .v-overlay__content {
23310
- border-radius: 4px;
23293
+
23294
+ .v-layout-item--absolute {
23295
+ position: absolute;
23296
+ }.v-layout {
23297
+ --v-scrollbar-offset: 0px;
23298
+ display: flex;
23299
+ flex: 1 1 auto;
23311
23300
  }
23312
- .v-menu > .v-overlay__content > .v-card,
23313
- .v-menu > .v-overlay__content > .v-sheet,
23314
- .v-menu > .v-overlay__content > .v-list {
23315
- background: rgb(var(--v-theme-surface));
23316
- border-radius: inherit;
23317
- overflow: auto;
23301
+ .v-layout--full-height {
23302
+ --v-scrollbar-offset: inherit;
23318
23303
  height: 100%;
23304
+ }.v-label {
23305
+ align-items: center;
23306
+ color: inherit;
23307
+ display: inline-flex;
23308
+ font-size: 1rem;
23309
+ letter-spacing: 0.009375em;
23310
+ min-width: 0;
23311
+ opacity: var(--v-medium-emphasis-opacity);
23312
+ overflow: hidden;
23313
+ text-overflow: ellipsis;
23314
+ white-space: nowrap;
23319
23315
  }
23320
- .v-menu > .v-overlay__content > .v-card,
23321
- .v-menu > .v-overlay__content > .v-sheet,
23322
- .v-menu > .v-overlay__content > .v-list {
23323
- 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));
23316
+
23317
+ .v-label--clickable {
23318
+ cursor: pointer;
23324
23319
  }.v-main {
23325
23320
  flex: 1 0 auto;
23326
23321
  max-width: 100%;
@@ -23351,6 +23346,27 @@ textarea.v-field__input::placeholder {
23351
23346
  --v-layout-right: 0px;
23352
23347
  --v-layout-top: 0px;
23353
23348
  --v-layout-bottom: 0px;
23349
+ }.v-locale-provider {
23350
+ display: contents;
23351
+ }.v-menu > .v-overlay__content {
23352
+ display: flex;
23353
+ flex-direction: column;
23354
+ }
23355
+ .v-menu > .v-overlay__content {
23356
+ border-radius: 4px;
23357
+ }
23358
+ .v-menu > .v-overlay__content > .v-card,
23359
+ .v-menu > .v-overlay__content > .v-sheet,
23360
+ .v-menu > .v-overlay__content > .v-list {
23361
+ background: rgb(var(--v-theme-surface));
23362
+ border-radius: inherit;
23363
+ overflow: auto;
23364
+ height: 100%;
23365
+ }
23366
+ .v-menu > .v-overlay__content > .v-card,
23367
+ .v-menu > .v-overlay__content > .v-sheet,
23368
+ .v-menu > .v-overlay__content > .v-list {
23369
+ 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));
23354
23370
  }.v-messages {
23355
23371
  flex: 1 1 auto;
23356
23372
  font-size: 12px;
@@ -23656,6 +23672,14 @@ html.v-overlay-scroll-blocked {
23656
23672
  }
23657
23673
  .v-parallax--active > .v-img__img {
23658
23674
  will-change: transform;
23675
+ }.v-pagination__list {
23676
+ display: inline-flex;
23677
+ list-style-type: none;
23678
+ justify-content: center;
23679
+ width: 100%;
23680
+ }
23681
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23682
+ margin: 0.3rem;
23659
23683
  }.v-progress-circular {
23660
23684
  align-items: center;
23661
23685
  display: inline-flex;
@@ -23758,14 +23782,6 @@ html.v-overlay-scroll-blocked {
23758
23782
  100% {
23759
23783
  transform: rotate(270deg);
23760
23784
  }
23761
- }.v-pagination__list {
23762
- display: inline-flex;
23763
- list-style-type: none;
23764
- justify-content: center;
23765
- width: 100%;
23766
- }
23767
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23768
- margin: 0.3rem;
23769
23785
  }.v-progress-linear {
23770
23786
  background: transparent;
23771
23787
  overflow: hidden;
@@ -24050,72 +24066,15 @@ html.v-overlay-scroll-blocked {
24050
24066
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24051
24067
  z-index: 1;
24052
24068
  }
24053
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24054
- opacity: 0;
24055
- }
24056
-
24057
- .v-rating__hidden {
24058
- height: 0;
24059
- opacity: 0;
24060
- position: absolute;
24061
- width: 0;
24062
- }.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
24063
- .v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
24064
- .v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
24065
- .v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
24066
- top: 0px;
24067
- }
24068
- .v-select .v-field .v-text-field__prefix,
24069
- .v-select .v-field .v-text-field__suffix,
24070
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24071
- cursor: pointer;
24072
- }
24073
- .v-select .v-field .v-field__input > input {
24074
- align-self: flex-start;
24075
- opacity: 1;
24076
- flex: 0 0;
24077
- position: absolute;
24078
- width: 100%;
24079
- transition: none;
24080
- pointer-events: none;
24081
- caret-color: transparent;
24082
- }
24083
- .v-select .v-field--dirty .v-select__selection {
24084
- margin-inline-end: 2px;
24085
- }
24086
- .v-select .v-select__selection-text {
24087
- overflow: hidden;
24088
- text-overflow: ellipsis;
24089
- white-space: nowrap;
24090
- }
24091
- .v-select__content {
24092
- overflow: hidden;
24093
- }
24094
- .v-select__content {
24095
- 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));
24096
- }
24097
- .v-select__content {
24098
- border-radius: 4px;
24099
- }
24100
- .v-select__selection {
24101
- display: inline-flex;
24102
- align-items: center;
24103
- letter-spacing: inherit;
24104
- line-height: inherit;
24105
- max-width: 100%;
24106
- }
24107
- .v-select .v-select__selection:first-child {
24108
- margin-inline-start: 0;
24109
- }
24110
- .v-select--selected .v-field .v-field__input > input {
24111
- opacity: 0;
24112
- }
24113
- .v-select__menu-icon {
24114
- margin-inline-start: 4px;
24115
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24069
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24070
+ opacity: 0;
24116
24071
  }
24117
- .v-select--active-menu .v-select__menu-icon {
24118
- transform: rotate(180deg);
24072
+
24073
+ .v-rating__hidden {
24074
+ height: 0;
24075
+ opacity: 0;
24076
+ position: absolute;
24077
+ width: 0;
24119
24078
  }.v-responsive {
24120
24079
  display: flex;
24121
24080
  flex: 1 0 auto;
@@ -24142,6 +24101,71 @@ html.v-overlay-scroll-blocked {
24142
24101
  flex: 1 0 0px;
24143
24102
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24144
24103
  pointer-events: none;
24104
+ }.v-slider .v-slider__container input {
24105
+ cursor: default;
24106
+ padding: 0;
24107
+ width: 100%;
24108
+ display: none;
24109
+ }
24110
+ .v-slider > .v-input__append,
24111
+ .v-slider > .v-input__prepend {
24112
+ padding: 0;
24113
+ }
24114
+
24115
+ .v-slider__container {
24116
+ position: relative;
24117
+ min-height: inherit;
24118
+ width: 100%;
24119
+ height: 100%;
24120
+ display: flex;
24121
+ justify-content: center;
24122
+ align-items: center;
24123
+ cursor: pointer;
24124
+ }
24125
+ .v-input--disabled .v-slider__container {
24126
+ opacity: var(--v-disabled-opacity);
24127
+ }
24128
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24129
+ color: rgb(var(--v-theme-error));
24130
+ }
24131
+
24132
+ .v-slider.v-input--horizontal {
24133
+ align-items: center;
24134
+ margin-inline: 8px 8px;
24135
+ }
24136
+ .v-slider.v-input--horizontal > .v-input__control {
24137
+ min-height: 32px;
24138
+ display: flex;
24139
+ align-items: center;
24140
+ }
24141
+
24142
+ .v-slider.v-input--vertical {
24143
+ justify-content: center;
24144
+ margin-top: 12px;
24145
+ margin-bottom: 12px;
24146
+ }
24147
+ .v-slider.v-input--vertical > .v-input__control {
24148
+ min-height: 300px;
24149
+ }
24150
+
24151
+ .v-slider.v-input--disabled {
24152
+ pointer-events: none;
24153
+ }
24154
+
24155
+ .v-slider--has-labels > .v-input__control {
24156
+ margin-bottom: 4px;
24157
+ }
24158
+
24159
+ .v-slider__label {
24160
+ margin-inline-end: 12px;
24161
+ }.v-selection-control-group {
24162
+ grid-area: control;
24163
+ display: flex;
24164
+ flex-direction: column;
24165
+ }
24166
+ .v-selection-control-group--inline {
24167
+ flex-direction: row;
24168
+ flex-wrap: wrap;
24145
24169
  }.v-selection-control {
24146
24170
  align-items: center;
24147
24171
  contain: layout;
@@ -24199,283 +24223,159 @@ html.v-overlay-scroll-blocked {
24199
24223
  .v-selection-control__input {
24200
24224
  width: var(--v-selection-control-size);
24201
24225
  height: var(--v-selection-control-size);
24202
- align-items: center;
24203
- display: flex;
24204
- flex: none;
24205
- justify-content: center;
24206
- position: relative;
24207
- border-radius: 50%;
24208
- }
24209
- .v-selection-control__input input {
24210
- cursor: pointer;
24211
- position: absolute;
24212
- left: 0;
24213
- top: 0;
24214
- width: 100%;
24215
- height: 100%;
24216
- opacity: 0;
24217
- }
24218
- .v-selection-control__input::before {
24219
- border-radius: 100%;
24220
- background-color: currentColor;
24221
- opacity: 0;
24222
- pointer-events: none;
24223
- }
24224
- .v-selection-control__input::before {
24225
- content: "";
24226
- position: absolute;
24227
- top: 0;
24228
- left: 0;
24229
- width: 100%;
24230
- height: 100%;
24231
- }
24232
- .v-selection-control__input:hover::before {
24233
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24234
- }
24235
- .v-selection-control__input > .v-icon {
24236
- opacity: var(--v-medium-emphasis-opacity);
24237
- }
24238
- .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 {
24239
- opacity: 1;
24240
- }
24241
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24242
- color: rgb(var(--v-theme-error));
24243
- }
24244
- .v-selection-control--focus-visible .v-selection-control__input::before {
24245
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24246
- }.v-selection-control-group {
24247
- grid-area: control;
24248
- display: flex;
24249
- flex-direction: column;
24250
- }
24251
- .v-selection-control-group--inline {
24252
- flex-direction: row;
24253
- flex-wrap: wrap;
24254
- }.v-skeleton-loader {
24255
- align-items: center;
24256
- background: rgb(var(--v-theme-surface));
24257
- border-radius: 4px;
24258
- display: flex;
24259
- flex-wrap: wrap;
24260
- position: relative;
24261
- vertical-align: top;
24262
- }
24263
- .v-skeleton-loader__actions {
24264
- justify-content: end;
24265
- }
24266
- .v-skeleton-loader .v-skeleton-loader__ossein {
24267
- height: 100%;
24268
- }
24269
- .v-skeleton-loader .v-skeleton-loader__avatar,
24270
- .v-skeleton-loader .v-skeleton-loader__button,
24271
- .v-skeleton-loader .v-skeleton-loader__chip,
24272
- .v-skeleton-loader .v-skeleton-loader__divider,
24273
- .v-skeleton-loader .v-skeleton-loader__heading,
24274
- .v-skeleton-loader .v-skeleton-loader__image,
24275
- .v-skeleton-loader .v-skeleton-loader__ossein,
24276
- .v-skeleton-loader .v-skeleton-loader__text {
24277
- background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
24278
- }
24279
- .v-skeleton-loader .v-skeleton-loader__list-item,
24280
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar,
24281
- .v-skeleton-loader .v-skeleton-loader__list-item-text,
24282
- .v-skeleton-loader .v-skeleton-loader__list-item-two-line,
24283
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
24284
- .v-skeleton-loader .v-skeleton-loader__list-item-three-line,
24285
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
24286
- border-radius: 4px;
24287
- }
24288
- .v-skeleton-loader__bone {
24289
- align-items: center;
24290
- border-radius: inherit;
24291
- display: flex;
24292
- flex: 1 1 100%;
24293
- flex-wrap: wrap;
24294
- overflow: hidden;
24295
- position: relative;
24296
- }
24297
- .v-skeleton-loader__bone::after {
24298
- animation: loading 1.5s infinite;
24299
- background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
24300
- transform: translateX(-100%);
24301
- z-index: 1;
24302
- }
24303
- .v-skeleton-loader__bone::after {
24304
- content: "";
24305
- position: absolute;
24306
- top: 0;
24307
- left: 0;
24308
- width: 100%;
24309
- height: 100%;
24310
- }
24311
- .v-skeleton-loader__avatar {
24312
- border-radius: 50%;
24313
- flex: 0 1 auto;
24314
- margin: 8px 16px;
24315
- max-height: 48px;
24316
- min-height: 48px;
24317
- height: 48px;
24318
- max-width: 48px;
24319
- min-width: 48px;
24320
- width: 48px;
24321
- }
24322
- .v-skeleton-loader__avatar + .v-skeleton-loader__bone {
24323
- flex: 1 1 auto;
24324
- margin-inline-start: 0;
24325
- }
24326
- .v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
24327
- .v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
24328
- margin-inline-start: 0;
24329
- }
24330
- .v-skeleton-loader__button {
24331
- border-radius: 4px;
24332
- height: 36px;
24333
- margin: 16px;
24334
- max-width: 64px;
24335
- }
24336
- .v-skeleton-loader__button + .v-skeleton-loader__bone {
24337
- flex: 1 1 auto;
24338
- margin-inline-start: 0;
24339
- }
24340
- .v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
24341
- .v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
24342
- margin-inline-start: 0;
24343
- }
24344
- .v-skeleton-loader__chip {
24345
- border-radius: 16px;
24346
- margin: 16px;
24347
- height: 32px;
24348
- max-width: 96px;
24349
- }
24350
- .v-skeleton-loader__chip + .v-skeleton-loader__bone {
24351
- flex: 1 1 auto;
24352
- margin-inline-start: 0;
24353
- }
24354
- .v-skeleton-loader__chip + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
24355
- .v-skeleton-loader__chip + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
24356
- margin-inline-start: 0;
24357
- }
24358
- .v-skeleton-loader__date-picker {
24359
- border-radius: inherit;
24360
- }
24361
- .v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text {
24362
- max-width: 88px;
24363
- width: 20%;
24364
- }
24365
- .v-skeleton-loader__date-picker .v-skeleton-loader__heading {
24366
- max-width: 256px;
24367
- width: 40%;
24368
- }
24369
- .v-skeleton-loader__date-picker-days {
24370
- flex-wrap: wrap;
24371
- margin: 16px;
24372
- }
24373
- .v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar {
24374
- border-radius: 4px;
24375
- margin: 4px;
24376
- max-width: 100%;
24377
- }
24378
- .v-skeleton-loader__date-picker-options {
24379
- flex-wrap: nowrap;
24226
+ align-items: center;
24227
+ display: flex;
24228
+ flex: none;
24229
+ justify-content: center;
24230
+ position: relative;
24231
+ border-radius: 50%;
24380
24232
  }
24381
- .v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
24382
- flex: 1 1 auto;
24233
+ .v-selection-control__input input {
24234
+ cursor: pointer;
24235
+ position: absolute;
24236
+ left: 0;
24237
+ top: 0;
24238
+ width: 100%;
24239
+ height: 100%;
24240
+ opacity: 0;
24383
24241
  }
24384
- .v-skeleton-loader__divider {
24385
- border-radius: 1px;
24386
- height: 2px;
24242
+ .v-selection-control__input::before {
24243
+ border-radius: 100%;
24244
+ background-color: currentColor;
24245
+ opacity: 0;
24246
+ pointer-events: none;
24387
24247
  }
24388
- .v-skeleton-loader__heading {
24389
- border-radius: 12px;
24390
- margin: 16px;
24391
- height: 24px;
24248
+ .v-selection-control__input::before {
24249
+ content: "";
24250
+ position: absolute;
24251
+ top: 0;
24252
+ left: 0;
24253
+ width: 100%;
24254
+ height: 100%;
24392
24255
  }
24393
- .v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
24394
- margin-top: -16px;
24256
+ .v-selection-control__input:hover::before {
24257
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24395
24258
  }
24396
- .v-skeleton-loader__image {
24397
- height: 150px;
24398
- border-radius: 0;
24259
+ .v-selection-control__input > .v-icon {
24260
+ opacity: var(--v-medium-emphasis-opacity);
24399
24261
  }
24400
- .v-skeleton-loader__card .v-skeleton-loader__image {
24401
- border-radius: 0;
24262
+ .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 {
24263
+ opacity: 1;
24402
24264
  }
24403
- .v-skeleton-loader__list-item {
24404
- margin: 16px;
24265
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24266
+ color: rgb(var(--v-theme-error));
24405
24267
  }
24406
- .v-skeleton-loader__list-item .v-skeleton-loader__text {
24407
- margin: 0;
24268
+ .v-selection-control--focus-visible .v-selection-control__input::before {
24269
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24270
+ }.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
24271
+ .v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
24272
+ .v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
24273
+ .v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
24274
+ top: 0px;
24408
24275
  }
24409
- .v-skeleton-loader__table-thead {
24410
- justify-content: space-between;
24276
+ .v-select .v-field .v-text-field__prefix,
24277
+ .v-select .v-field .v-text-field__suffix,
24278
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24279
+ cursor: pointer;
24411
24280
  }
24412
- .v-skeleton-loader__table-thead .v-skeleton-loader__heading {
24413
- margin-top: 16px;
24414
- max-width: 16px;
24281
+ .v-select .v-field .v-field__input > input {
24282
+ align-self: flex-start;
24283
+ opacity: 1;
24284
+ flex: 0 0;
24285
+ position: absolute;
24286
+ width: 100%;
24287
+ transition: none;
24288
+ pointer-events: none;
24289
+ caret-color: transparent;
24415
24290
  }
24416
- .v-skeleton-loader__table-tfoot {
24417
- flex-wrap: nowrap;
24291
+ .v-select .v-field--dirty .v-select__selection {
24292
+ margin-inline-end: 2px;
24418
24293
  }
24419
- .v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
24420
- margin-top: 16px;
24294
+ .v-select .v-select__selection-text {
24295
+ overflow: hidden;
24296
+ text-overflow: ellipsis;
24297
+ white-space: nowrap;
24421
24298
  }
24422
- .v-skeleton-loader__table-row {
24423
- align-items: baseline;
24424
- margin: 0 8px;
24425
- justify-content: space-evenly;
24426
- flex-wrap: nowrap;
24299
+ .v-select__content {
24300
+ overflow: hidden;
24427
24301
  }
24428
- .v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
24429
- margin-inline: 8px;
24302
+ .v-select__content {
24303
+ 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));
24430
24304
  }
24431
- .v-skeleton-loader__table-row + .v-skeleton-loader__divider {
24432
- margin: 0 16px;
24305
+ .v-select__content {
24306
+ border-radius: 4px;
24433
24307
  }
24434
- .v-skeleton-loader__table-cell {
24308
+ .v-select__selection {
24309
+ display: inline-flex;
24435
24310
  align-items: center;
24436
- display: flex;
24437
- height: 48px;
24438
- width: 88px;
24311
+ letter-spacing: inherit;
24312
+ line-height: inherit;
24313
+ max-width: 100%;
24439
24314
  }
24440
- .v-skeleton-loader__table-cell .v-skeleton-loader__text {
24441
- margin-bottom: 0;
24315
+ .v-select .v-select__selection:first-child {
24316
+ margin-inline-start: 0;
24442
24317
  }
24443
- .v-skeleton-loader__subtitle {
24444
- max-width: 70%;
24318
+ .v-select--selected .v-field .v-field__input > input {
24319
+ opacity: 0;
24445
24320
  }
24446
- .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
24447
- height: 16px;
24448
- border-radius: 8px;
24321
+ .v-select__menu-icon {
24322
+ margin-inline-start: 4px;
24323
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24449
24324
  }
24450
- .v-skeleton-loader__text {
24451
- border-radius: 6px;
24452
- margin: 16px;
24453
- height: 12px;
24325
+ .v-select--active-menu .v-select__menu-icon {
24326
+ transform: rotate(180deg);
24327
+ }.v-divider {
24328
+ display: block;
24329
+ flex: 1 1 100%;
24330
+ height: 0px;
24331
+ max-height: 0px;
24332
+ opacity: var(--v-border-opacity);
24333
+ transition: inherit;
24454
24334
  }
24455
- .v-skeleton-loader__text + .v-skeleton-loader__text {
24456
- margin-top: -8px;
24457
- max-width: 50%;
24335
+ .v-divider {
24336
+ border-style: solid;
24337
+ border-width: thin 0 0 0;
24458
24338
  }
24459
- .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
24460
- max-width: 70%;
24339
+ .v-divider--vertical {
24340
+ align-self: stretch;
24341
+ border-width: 0 thin 0 0;
24342
+ display: inline-flex;
24343
+ height: auto;
24344
+ margin-left: -1px;
24345
+ max-height: 100%;
24346
+ max-width: 0px;
24347
+ vertical-align: text-bottom;
24348
+ width: 0px;
24461
24349
  }
24462
- .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
24463
- display: none;
24350
+ .v-divider--inset:not(.v-divider--vertical) {
24351
+ max-width: calc(100% - 72px);
24352
+ margin-inline-start: 72px;
24464
24353
  }
24465
- .v-skeleton-loader--is-loading {
24466
- overflow: hidden;
24354
+ .v-divider--inset.v-divider--vertical {
24355
+ margin-bottom: 8px;
24356
+ margin-top: 8px;
24357
+ max-height: calc(100% - 16px);
24467
24358
  }
24468
- .v-skeleton-loader--tile {
24469
- border-radius: 0;
24359
+
24360
+ .v-divider__content {
24361
+ padding: 0 16px;
24362
+ text-wrap: nowrap;
24470
24363
  }
24471
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
24472
- border-radius: 0;
24364
+ .v-divider__wrapper--vertical .v-divider__content {
24365
+ padding: 4px 0;
24473
24366
  }
24474
24367
 
24475
- @keyframes loading {
24476
- 100% {
24477
- transform: translateX(100%);
24478
- }
24368
+ .v-divider__wrapper {
24369
+ display: flex;
24370
+ align-items: center;
24371
+ justify-content: center;
24372
+ }
24373
+ .v-divider__wrapper--vertical {
24374
+ flex-direction: column;
24375
+ height: 100%;
24376
+ }
24377
+ .v-divider__wrapper--vertical .v-divider {
24378
+ margin: 0 auto;
24479
24379
  }.v-sheet {
24480
24380
  display: block;
24481
24381
  }
@@ -24562,68 +24462,11 @@ html.v-overlay-scroll-blocked {
24562
24462
  .v-slide-group--vertical,
24563
24463
  .v-slide-group--vertical .v-slide-group__container,
24564
24464
  .v-slide-group--vertical .v-slide-group__content {
24565
- flex-direction: column;
24566
- }
24567
- .v-slide-group--vertical .v-slide-group__container {
24568
- overflow-x: hidden;
24569
- overflow-y: auto;
24570
- }.v-slider .v-slider__container input {
24571
- cursor: default;
24572
- padding: 0;
24573
- width: 100%;
24574
- display: none;
24575
- }
24576
- .v-slider > .v-input__append,
24577
- .v-slider > .v-input__prepend {
24578
- padding: 0;
24579
- }
24580
-
24581
- .v-slider__container {
24582
- position: relative;
24583
- min-height: inherit;
24584
- width: 100%;
24585
- height: 100%;
24586
- display: flex;
24587
- justify-content: center;
24588
- align-items: center;
24589
- cursor: pointer;
24590
- }
24591
- .v-input--disabled .v-slider__container {
24592
- opacity: var(--v-disabled-opacity);
24593
- }
24594
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24595
- color: rgb(var(--v-theme-error));
24596
- }
24597
-
24598
- .v-slider.v-input--horizontal {
24599
- align-items: center;
24600
- margin-inline: 8px 8px;
24601
- }
24602
- .v-slider.v-input--horizontal > .v-input__control {
24603
- min-height: 32px;
24604
- display: flex;
24605
- align-items: center;
24606
- }
24607
-
24608
- .v-slider.v-input--vertical {
24609
- justify-content: center;
24610
- margin-top: 12px;
24611
- margin-bottom: 12px;
24612
- }
24613
- .v-slider.v-input--vertical > .v-input__control {
24614
- min-height: 300px;
24615
- }
24616
-
24617
- .v-slider.v-input--disabled {
24618
- pointer-events: none;
24619
- }
24620
-
24621
- .v-slider--has-labels > .v-input__control {
24622
- margin-bottom: 4px;
24623
- }
24624
-
24625
- .v-slider__label {
24626
- margin-inline-end: 12px;
24465
+ flex-direction: column;
24466
+ }
24467
+ .v-slide-group--vertical .v-slide-group__container {
24468
+ overflow-x: hidden;
24469
+ overflow-y: auto;
24627
24470
  }.v-snackbar {
24628
24471
  justify-content: center;
24629
24472
  z-index: 10000;
@@ -24764,6 +24607,229 @@ html.v-overlay-scroll-blocked {
24764
24607
  }
24765
24608
  .v-snackbar-transition-leave-to {
24766
24609
  opacity: 0;
24610
+ }.v-speed-dial__content {
24611
+ gap: 8px;
24612
+ }
24613
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24614
+ flex-direction: row;
24615
+ }
24616
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24617
+ flex-direction: row-reverse;
24618
+ }
24619
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24620
+ flex-direction: column-reverse;
24621
+ }
24622
+ .v-speed-dial__content > *:nth-child(1) {
24623
+ transition-delay: 0.001s;
24624
+ }
24625
+ .v-speed-dial__content > *:nth-child(2) {
24626
+ transition-delay: 0.05s;
24627
+ }
24628
+ .v-speed-dial__content > *:nth-child(3) {
24629
+ transition-delay: 0.1s;
24630
+ }
24631
+ .v-speed-dial__content > *:nth-child(4) {
24632
+ transition-delay: 0.15s;
24633
+ }
24634
+ .v-speed-dial__content > *:nth-child(5) {
24635
+ transition-delay: 0.2s;
24636
+ }
24637
+ .v-speed-dial__content > *:nth-child(6) {
24638
+ transition-delay: 0.25s;
24639
+ }
24640
+ .v-speed-dial__content > *:nth-child(7) {
24641
+ transition-delay: 0.3s;
24642
+ }
24643
+ .v-speed-dial__content > *:nth-child(8) {
24644
+ transition-delay: 0.35s;
24645
+ }
24646
+ .v-speed-dial__content > *:nth-child(9) {
24647
+ transition-delay: 0.4s;
24648
+ }
24649
+ .v-speed-dial__content > *:nth-child(10) {
24650
+ transition-delay: 0.45s;
24651
+ }.v-switch .v-label {
24652
+ padding-inline-start: 10px;
24653
+ }
24654
+
24655
+ .v-switch__loader {
24656
+ display: flex;
24657
+ }
24658
+ .v-switch__loader .v-progress-circular {
24659
+ color: rgb(var(--v-theme-surface));
24660
+ }
24661
+
24662
+ .v-switch__track,
24663
+ .v-switch__thumb {
24664
+ transition: none;
24665
+ }
24666
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24667
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24668
+ background-color: rgb(var(--v-theme-error));
24669
+ color: rgb(var(--v-theme-on-error));
24670
+ }
24671
+
24672
+ .v-switch__track-true {
24673
+ margin-inline-end: auto;
24674
+ }
24675
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24676
+ opacity: 0;
24677
+ }
24678
+
24679
+ .v-switch__track-false {
24680
+ margin-inline-start: auto;
24681
+ }
24682
+ .v-selection-control--dirty .v-switch__track-false {
24683
+ opacity: 0;
24684
+ }
24685
+
24686
+ .v-switch__track {
24687
+ display: inline-flex;
24688
+ align-items: center;
24689
+ font-size: 0.5rem;
24690
+ padding: 0 5px;
24691
+ background-color: rgb(var(--v-theme-surface-variant));
24692
+ border-radius: 9999px;
24693
+ height: 14px;
24694
+ opacity: 0.6;
24695
+ min-width: 36px;
24696
+ cursor: pointer;
24697
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24698
+ }
24699
+ .v-switch--inset .v-switch__track {
24700
+ border-radius: 9999px;
24701
+ font-size: 0.75rem;
24702
+ height: 32px;
24703
+ min-width: 52px;
24704
+ }
24705
+
24706
+ .v-switch__thumb {
24707
+ align-items: center;
24708
+ background-color: rgb(var(--v-theme-surface-bright));
24709
+ color: rgb(var(--v-theme-on-surface-bright));
24710
+ border-radius: 50%;
24711
+ display: flex;
24712
+ font-size: 0.75rem;
24713
+ height: 20px;
24714
+ justify-content: center;
24715
+ width: 20px;
24716
+ pointer-events: none;
24717
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24718
+ position: relative;
24719
+ overflow: hidden;
24720
+ }
24721
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
24722
+ 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));
24723
+ }
24724
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24725
+ background: rgb(var(--v-theme-surface-variant));
24726
+ color: rgb(var(--v-theme-on-surface-variant));
24727
+ }
24728
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24729
+ 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));
24730
+ }
24731
+ .v-switch--inset .v-switch__thumb {
24732
+ height: 24px;
24733
+ width: 24px;
24734
+ transform: scale(0.6666666667);
24735
+ }
24736
+ .v-switch--inset .v-switch__thumb--filled {
24737
+ transform: none;
24738
+ }
24739
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24740
+ transform: none;
24741
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24742
+ }
24743
+
24744
+ .v-switch.v-input {
24745
+ flex: 0 1 auto;
24746
+ }
24747
+ .v-switch .v-selection-control {
24748
+ min-height: var(--v-input-control-height);
24749
+ }
24750
+ .v-switch .v-selection-control__input {
24751
+ border-radius: 50%;
24752
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24753
+ position: absolute;
24754
+ }
24755
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24756
+ transform: translateX(-10px);
24757
+ }
24758
+
24759
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24760
+ transform: translateX(10px);
24761
+ }
24762
+
24763
+ .v-switch .v-selection-control__input .v-icon {
24764
+ position: absolute;
24765
+ }
24766
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
24767
+ transform: translateX(10px);
24768
+ }
24769
+
24770
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
24771
+ transform: translateX(-10px);
24772
+ }
24773
+
24774
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
24775
+ transform: scale(0.8);
24776
+ }
24777
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
24778
+ transform: scale(0.75);
24779
+ box-shadow: none;
24780
+ }
24781
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
24782
+ width: auto;
24783
+ }
24784
+ .v-switch.v-input--vertical .v-label {
24785
+ min-width: max-content;
24786
+ }
24787
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
24788
+ transform: rotate(-90deg);
24789
+ }
24790
+
24791
+ @media (forced-colors: active) {
24792
+ .v-switch .v-switch__loader .v-progress-circular {
24793
+ color: currentColor;
24794
+ }
24795
+ .v-switch .v-switch__thumb {
24796
+ background-color: buttontext;
24797
+ }
24798
+ .v-switch .v-switch__track,
24799
+ .v-switch .v-switch__thumb {
24800
+ border: 1px solid;
24801
+ color: buttontext;
24802
+ }
24803
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24804
+ background-color: highlight;
24805
+ }
24806
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24807
+ background-color: highlight;
24808
+ }
24809
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24810
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24811
+ color: highlight;
24812
+ }
24813
+ .v-switch.v-switch--inset .v-switch__track {
24814
+ border-width: 2px;
24815
+ }
24816
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24817
+ background-color: highlighttext;
24818
+ color: highlighttext;
24819
+ }
24820
+ .v-switch.v-input--disabled .v-switch__thumb {
24821
+ background-color: graytext;
24822
+ }
24823
+ .v-switch.v-input--disabled .v-switch__track,
24824
+ .v-switch.v-input--disabled .v-switch__thumb {
24825
+ color: graytext;
24826
+ }
24827
+ .v-switch.v-switch--loading .v-switch__thumb {
24828
+ background-color: canvas;
24829
+ }
24830
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24831
+ border-width: 0;
24832
+ }
24767
24833
  }.v-stepper.v-sheet {
24768
24834
  overflow: hidden;
24769
24835
  }
@@ -24932,56 +24998,42 @@ html.v-overlay-scroll-blocked {
24932
24998
  .v-stepper-item__underlay {
24933
24999
  pointer-events: none;
24934
25000
  }
24935
- .v-stepper-item__overlay,
24936
- .v-stepper-item__underlay {
24937
- position: absolute;
24938
- top: 0;
24939
- left: 0;
24940
- width: 100%;
24941
- height: 100%;
24942
- }.v-system-bar {
24943
- align-items: center;
24944
- display: flex;
24945
- flex: 1 1 auto;
24946
- height: 24px;
24947
- justify-content: flex-end;
24948
- max-width: 100%;
24949
- padding-inline: 8px;
24950
- position: relative;
24951
- text-align: end;
24952
- width: 100%;
24953
- }
24954
- .v-system-bar .v-icon {
24955
- opacity: var(--v-medium-emphasis-opacity);
24956
- }
24957
- .v-system-bar {
24958
- 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));
24959
- }
24960
- .v-system-bar--absolute {
24961
- position: absolute;
24962
- }
24963
- .v-system-bar--fixed {
24964
- position: fixed;
25001
+ .v-stepper-item__overlay,
25002
+ .v-stepper-item__underlay {
25003
+ position: absolute;
25004
+ top: 0;
25005
+ left: 0;
25006
+ width: 100%;
25007
+ height: 100%;
25008
+ }.v-tab.v-tab.v-btn {
25009
+ height: var(--v-tabs-height);
25010
+ border-radius: 0;
25011
+ min-width: 90px;
24965
25012
  }
24966
- .v-system-bar {
24967
- background: rgba(var(--v-theme-surface-light));
24968
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25013
+ .v-slide-group--horizontal .v-tab {
25014
+ max-width: 360px;
24969
25015
  }
24970
- .v-system-bar {
24971
- font-size: 0.75rem;
24972
- font-weight: 400;
24973
- letter-spacing: 0.0333333333em;
24974
- line-height: 1.667;
24975
- text-transform: none;
25016
+ .v-slide-group--vertical .v-tab {
25017
+ justify-content: start;
24976
25018
  }
24977
- .v-system-bar--rounded {
24978
- border-radius: 0;
25019
+
25020
+ .v-tab__slider {
25021
+ position: absolute;
25022
+ bottom: 0;
25023
+ left: 0;
25024
+ height: 2px;
25025
+ width: 100%;
25026
+ background: currentColor;
25027
+ pointer-events: none;
25028
+ opacity: 0;
24979
25029
  }
24980
- .v-system-bar--window {
24981
- height: 32px;
25030
+ .v-tab--selected .v-tab__slider {
25031
+ opacity: 1;
24982
25032
  }
24983
- .v-system-bar:not(.v-system-bar--absolute) {
24984
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25033
+ .v-slide-group--vertical .v-tab__slider {
25034
+ top: 0;
25035
+ height: 100%;
25036
+ width: 2px;
24985
25037
  }.v-tabs {
24986
25038
  display: flex;
24987
25039
  height: var(--v-tabs-height);
@@ -25048,298 +25100,187 @@ html.v-overlay-scroll-blocked {
25048
25100
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25049
25101
  margin-inline-end: 52px;
25050
25102
  }
25051
- }.v-speed-dial__content {
25052
- gap: 8px;
25053
- }
25054
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
25055
- flex-direction: row;
25056
- }
25057
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
25058
- flex-direction: row-reverse;
25059
- }
25060
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
25061
- flex-direction: column-reverse;
25062
- }
25063
- .v-speed-dial__content > *:nth-child(1) {
25064
- transition-delay: 0.001s;
25065
- }
25066
- .v-speed-dial__content > *:nth-child(2) {
25067
- transition-delay: 0.05s;
25068
- }
25069
- .v-speed-dial__content > *:nth-child(3) {
25070
- transition-delay: 0.1s;
25071
- }
25072
- .v-speed-dial__content > *:nth-child(4) {
25073
- transition-delay: 0.15s;
25074
- }
25075
- .v-speed-dial__content > *:nth-child(5) {
25076
- transition-delay: 0.2s;
25077
- }
25078
- .v-speed-dial__content > *:nth-child(6) {
25079
- transition-delay: 0.25s;
25080
- }
25081
- .v-speed-dial__content > *:nth-child(7) {
25082
- transition-delay: 0.3s;
25083
- }
25084
- .v-speed-dial__content > *:nth-child(8) {
25085
- transition-delay: 0.35s;
25086
- }
25087
- .v-speed-dial__content > *:nth-child(9) {
25088
- transition-delay: 0.4s;
25089
- }
25090
- .v-speed-dial__content > *:nth-child(10) {
25091
- transition-delay: 0.45s;
25092
- }.v-tab.v-tab.v-btn {
25093
- height: var(--v-tabs-height);
25094
- border-radius: 0;
25095
- min-width: 90px;
25096
- }
25097
- .v-slide-group--horizontal .v-tab {
25098
- max-width: 360px;
25099
- }
25100
- .v-slide-group--vertical .v-tab {
25101
- justify-content: start;
25102
- }
25103
-
25104
- .v-tab__slider {
25105
- position: absolute;
25106
- bottom: 0;
25107
- left: 0;
25108
- height: 2px;
25109
- width: 100%;
25110
- background: currentColor;
25111
- pointer-events: none;
25112
- opacity: 0;
25113
- }
25114
- .v-tab--selected .v-tab__slider {
25115
- opacity: 1;
25116
- }
25117
- .v-slide-group--vertical .v-tab__slider {
25118
- top: 0;
25119
- height: 100%;
25120
- width: 2px;
25121
- }.v-switch .v-label {
25122
- padding-inline-start: 10px;
25123
- }
25124
-
25125
- .v-switch__loader {
25103
+ }.v-system-bar {
25104
+ align-items: center;
25126
25105
  display: flex;
25106
+ flex: 1 1 auto;
25107
+ height: 24px;
25108
+ justify-content: flex-end;
25109
+ max-width: 100%;
25110
+ padding-inline: 8px;
25111
+ position: relative;
25112
+ text-align: end;
25113
+ width: 100%;
25127
25114
  }
25128
- .v-switch__loader .v-progress-circular {
25129
- color: rgb(var(--v-theme-surface));
25130
- }
25131
-
25132
- .v-switch__track,
25133
- .v-switch__thumb {
25134
- transition: none;
25135
- }
25136
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25137
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25138
- background-color: rgb(var(--v-theme-error));
25139
- color: rgb(var(--v-theme-on-error));
25140
- }
25141
-
25142
- .v-switch__track-true {
25143
- margin-inline-end: auto;
25144
- }
25145
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25146
- opacity: 0;
25115
+ .v-system-bar .v-icon {
25116
+ opacity: var(--v-medium-emphasis-opacity);
25147
25117
  }
25148
-
25149
- .v-switch__track-false {
25150
- margin-inline-start: auto;
25118
+ .v-system-bar {
25119
+ 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));
25151
25120
  }
25152
- .v-selection-control--dirty .v-switch__track-false {
25153
- opacity: 0;
25121
+ .v-system-bar--absolute {
25122
+ position: absolute;
25154
25123
  }
25155
-
25156
- .v-switch__track {
25157
- display: inline-flex;
25158
- align-items: center;
25159
- font-size: 0.5rem;
25160
- padding: 0 5px;
25161
- background-color: rgb(var(--v-theme-surface-variant));
25162
- border-radius: 9999px;
25163
- height: 14px;
25164
- opacity: 0.6;
25165
- min-width: 36px;
25166
- cursor: pointer;
25167
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25124
+ .v-system-bar--fixed {
25125
+ position: fixed;
25168
25126
  }
25169
- .v-switch--inset .v-switch__track {
25170
- border-radius: 9999px;
25171
- font-size: 0.75rem;
25172
- height: 32px;
25173
- min-width: 52px;
25127
+ .v-system-bar {
25128
+ background: rgba(var(--v-theme-surface-light));
25129
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25174
25130
  }
25175
-
25176
- .v-switch__thumb {
25177
- align-items: center;
25178
- background-color: rgb(var(--v-theme-surface-bright));
25179
- color: rgb(var(--v-theme-on-surface-bright));
25180
- border-radius: 50%;
25181
- display: flex;
25131
+ .v-system-bar {
25182
25132
  font-size: 0.75rem;
25183
- height: 20px;
25184
- justify-content: center;
25185
- width: 20px;
25186
- pointer-events: none;
25187
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25188
- position: relative;
25189
- overflow: hidden;
25190
- }
25191
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
25192
- 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));
25133
+ font-weight: 400;
25134
+ letter-spacing: 0.0333333333em;
25135
+ line-height: 1.667;
25136
+ text-transform: none;
25193
25137
  }
25194
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25195
- background: rgb(var(--v-theme-surface-variant));
25196
- color: rgb(var(--v-theme-on-surface-variant));
25138
+ .v-system-bar--rounded {
25139
+ border-radius: 0;
25197
25140
  }
25198
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25199
- 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));
25141
+ .v-system-bar--window {
25142
+ height: 32px;
25200
25143
  }
25201
- .v-switch--inset .v-switch__thumb {
25202
- height: 24px;
25203
- width: 24px;
25204
- transform: scale(0.6666666667);
25144
+ .v-system-bar:not(.v-system-bar--absolute) {
25145
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25146
+ }.v-table {
25147
+ font-size: 0.875rem;
25148
+ transition-duration: 0.28s;
25149
+ transition-property: box-shadow, opacity, background, height;
25150
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25205
25151
  }
25206
- .v-switch--inset .v-switch__thumb--filled {
25207
- transform: none;
25152
+ .v-table {
25153
+ background: rgb(var(--v-theme-surface));
25154
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25208
25155
  }
25209
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25210
- transform: none;
25211
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25156
+ .v-table .v-table-divider {
25157
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25212
25158
  }
25213
-
25214
- .v-switch.v-input {
25215
- flex: 0 1 auto;
25159
+ .v-table .v-table__wrapper > table > thead > tr > th {
25160
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25216
25161
  }
25217
- .v-switch .v-selection-control {
25218
- min-height: var(--v-input-control-height);
25162
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25163
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25164
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25219
25165
  }
25220
- .v-switch .v-selection-control__input {
25221
- border-radius: 50%;
25222
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25223
- position: absolute;
25166
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25167
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25168
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25224
25169
  }
25225
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25226
- transform: translateX(-10px);
25170
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25171
+ position: relative;
25227
25172
  }
25228
-
25229
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25230
- transform: translateX(10px);
25173
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25174
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25175
+ pointer-events: none;
25231
25176
  }
25232
-
25233
- .v-switch .v-selection-control__input .v-icon {
25177
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25178
+ content: "";
25234
25179
  position: absolute;
25180
+ top: 0;
25181
+ left: 0;
25182
+ width: 100%;
25183
+ height: 100%;
25235
25184
  }
25236
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25237
- transform: translateX(10px);
25185
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25186
+ background: rgb(var(--v-theme-surface));
25187
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25188
+ z-index: 1;
25238
25189
  }
25239
-
25240
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25241
- transform: translateX(-10px);
25190
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
25191
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
25192
+ background: rgb(var(--v-theme-surface));
25193
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25242
25194
  }
25243
25195
 
25244
- .v-switch.v-switch--indeterminate .v-selection-control__input {
25245
- transform: scale(0.8);
25196
+ .v-table {
25197
+ border-radius: inherit;
25198
+ line-height: 1.5;
25199
+ max-width: 100%;
25200
+ display: flex;
25201
+ flex-direction: column;
25246
25202
  }
25247
- .v-switch.v-switch--indeterminate .v-switch__thumb {
25248
- transform: scale(0.75);
25249
- box-shadow: none;
25203
+ .v-table > .v-table__wrapper > table {
25204
+ width: 100%;
25205
+ border-spacing: 0;
25250
25206
  }
25251
- .v-switch.v-switch--inset .v-selection-control__wrapper {
25252
- width: auto;
25207
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25208
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25209
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25210
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25211
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
25212
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25213
+ padding: 0 16px;
25214
+ transition-duration: 0.28s;
25215
+ transition-property: box-shadow, opacity, background, height;
25216
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25253
25217
  }
25254
- .v-switch.v-input--vertical .v-label {
25255
- min-width: max-content;
25218
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25219
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25220
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
25221
+ height: var(--v-table-row-height);
25256
25222
  }
25257
- .v-switch.v-input--vertical .v-selection-control__wrapper {
25258
- transform: rotate(-90deg);
25223
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25224
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25225
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25226
+ height: var(--v-table-header-height);
25227
+ font-weight: 500;
25228
+ -webkit-user-select: none;
25229
+ user-select: none;
25230
+ text-align: start;
25231
+ }
25232
+ .v-table--density-default {
25233
+ --v-table-header-height: 56px;
25234
+ --v-table-row-height: 52px;
25259
25235
  }
25260
25236
 
25261
- @media (forced-colors: active) {
25262
- .v-switch .v-switch__loader .v-progress-circular {
25263
- color: currentColor;
25264
- }
25265
- .v-switch .v-switch__thumb {
25266
- background-color: buttontext;
25267
- }
25268
- .v-switch .v-switch__track,
25269
- .v-switch .v-switch__thumb {
25270
- border: 1px solid;
25271
- color: buttontext;
25272
- }
25273
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25274
- background-color: highlight;
25275
- }
25276
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25277
- background-color: highlight;
25278
- }
25279
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25280
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25281
- color: highlight;
25282
- }
25283
- .v-switch.v-switch--inset .v-switch__track {
25284
- border-width: 2px;
25285
- }
25286
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25287
- background-color: highlighttext;
25288
- color: highlighttext;
25289
- }
25290
- .v-switch.v-input--disabled .v-switch__thumb {
25291
- background-color: graytext;
25292
- }
25293
- .v-switch.v-input--disabled .v-switch__track,
25294
- .v-switch.v-input--disabled .v-switch__thumb {
25295
- color: graytext;
25296
- }
25297
- .v-switch.v-switch--loading .v-switch__thumb {
25298
- background-color: canvas;
25299
- }
25300
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25301
- border-width: 0;
25302
- }
25303
- }.v-textarea .v-field {
25304
- --v-textarea-control-height: var(--v-input-control-height);
25237
+ .v-table--density-comfortable {
25238
+ --v-table-header-height: 48px;
25239
+ --v-table-row-height: 44px;
25305
25240
  }
25306
- .v-textarea .v-field__field {
25307
- --v-input-control-height: var(--v-textarea-control-height);
25241
+
25242
+ .v-table--density-compact {
25243
+ --v-table-header-height: 40px;
25244
+ --v-table-row-height: 36px;
25308
25245
  }
25309
- .v-textarea .v-field__input {
25246
+
25247
+ .v-table__wrapper {
25248
+ border-radius: inherit;
25249
+ overflow: auto;
25310
25250
  flex: 1 1 auto;
25311
- outline: none;
25312
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25313
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25314
25251
  }
25315
- .v-textarea .v-field__input.v-textarea__sizer {
25316
- visibility: hidden;
25317
- position: absolute;
25318
- top: 0;
25319
- left: 0;
25320
- height: 0 !important;
25321
- min-height: 0 !important;
25322
- pointer-events: none;
25252
+
25253
+ .v-table--has-top > .v-table__wrapper {
25254
+ border-top-left-radius: 0;
25255
+ border-top-right-radius: 0;
25323
25256
  }
25324
- .v-textarea--no-resize .v-field__input {
25325
- resize: none;
25257
+
25258
+ .v-table--has-bottom > .v-table__wrapper {
25259
+ border-bottom-left-radius: 0;
25260
+ border-bottom-right-radius: 0;
25326
25261
  }
25327
- .v-textarea .v-field--no-label textarea,
25328
- .v-textarea .v-field--active textarea {
25329
- opacity: 1;
25262
+
25263
+ .v-table--fixed-height > .v-table__wrapper {
25264
+ overflow-y: auto;
25330
25265
  }
25331
- .v-textarea textarea {
25332
- opacity: 0;
25333
- flex: 1;
25334
- min-width: 0;
25335
- height: 100%;
25336
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25266
+
25267
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25268
+ position: sticky;
25269
+ top: 0;
25270
+ z-index: 2;
25337
25271
  }
25338
- .v-textarea textarea:focus, .v-textarea textarea:active {
25339
- outline: none;
25272
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25273
+ border-bottom: 0px !important;
25340
25274
  }
25341
- .v-textarea textarea:invalid {
25342
- box-shadow: none;
25275
+
25276
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25277
+ position: sticky;
25278
+ bottom: 0;
25279
+ z-index: 1;
25280
+ }
25281
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25282
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25283
+ border-top: 0px !important;
25343
25284
  }/* region BLOCK */
25344
25285
  .v-text-field input {
25345
25286
  color: inherit;
@@ -25424,38 +25365,96 @@ html.v-overlay-scroll-blocked {
25424
25365
  padding-inline-start: var(--v-field-padding-start);
25425
25366
  }
25426
25367
 
25427
- /* endregion */.v-table {
25428
- font-size: 0.875rem;
25429
- transition-duration: 0.28s;
25430
- transition-property: box-shadow, opacity, background, height;
25431
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25368
+ /* endregion */.v-textarea .v-field {
25369
+ --v-textarea-control-height: var(--v-input-control-height);
25432
25370
  }
25433
- .v-table {
25371
+ .v-textarea .v-field__field {
25372
+ --v-input-control-height: var(--v-textarea-control-height);
25373
+ }
25374
+ .v-textarea .v-field__input {
25375
+ flex: 1 1 auto;
25376
+ outline: none;
25377
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25378
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25379
+ }
25380
+ .v-textarea .v-field__input.v-textarea__sizer {
25381
+ visibility: hidden;
25382
+ position: absolute;
25383
+ top: 0;
25384
+ left: 0;
25385
+ height: 0 !important;
25386
+ min-height: 0 !important;
25387
+ pointer-events: none;
25388
+ }
25389
+ .v-textarea--no-resize .v-field__input {
25390
+ resize: none;
25391
+ }
25392
+ .v-textarea .v-field--no-label textarea,
25393
+ .v-textarea .v-field--active textarea {
25394
+ opacity: 1;
25395
+ }
25396
+ .v-textarea textarea {
25397
+ opacity: 0;
25398
+ flex: 1;
25399
+ min-width: 0;
25400
+ height: 100%;
25401
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25402
+ }
25403
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25404
+ outline: none;
25405
+ }
25406
+ .v-textarea textarea:invalid {
25407
+ box-shadow: none;
25408
+ }.v-skeleton-loader {
25409
+ align-items: center;
25434
25410
  background: rgb(var(--v-theme-surface));
25435
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25411
+ border-radius: 4px;
25412
+ display: flex;
25413
+ flex-wrap: wrap;
25414
+ position: relative;
25415
+ vertical-align: top;
25436
25416
  }
25437
- .v-table .v-table-divider {
25438
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25417
+ .v-skeleton-loader__actions {
25418
+ justify-content: end;
25439
25419
  }
25440
- .v-table .v-table__wrapper > table > thead > tr > th {
25441
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25420
+ .v-skeleton-loader .v-skeleton-loader__ossein {
25421
+ height: 100%;
25442
25422
  }
25443
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25444
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25445
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25423
+ .v-skeleton-loader .v-skeleton-loader__avatar,
25424
+ .v-skeleton-loader .v-skeleton-loader__button,
25425
+ .v-skeleton-loader .v-skeleton-loader__chip,
25426
+ .v-skeleton-loader .v-skeleton-loader__divider,
25427
+ .v-skeleton-loader .v-skeleton-loader__heading,
25428
+ .v-skeleton-loader .v-skeleton-loader__image,
25429
+ .v-skeleton-loader .v-skeleton-loader__ossein,
25430
+ .v-skeleton-loader .v-skeleton-loader__text {
25431
+ background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
25446
25432
  }
25447
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25448
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25449
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25433
+ .v-skeleton-loader .v-skeleton-loader__list-item,
25434
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar,
25435
+ .v-skeleton-loader .v-skeleton-loader__list-item-text,
25436
+ .v-skeleton-loader .v-skeleton-loader__list-item-two-line,
25437
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
25438
+ .v-skeleton-loader .v-skeleton-loader__list-item-three-line,
25439
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
25440
+ border-radius: 4px;
25450
25441
  }
25451
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25442
+ .v-skeleton-loader__bone {
25443
+ align-items: center;
25444
+ border-radius: inherit;
25445
+ display: flex;
25446
+ flex: 1 1 100%;
25447
+ flex-wrap: wrap;
25448
+ overflow: hidden;
25452
25449
  position: relative;
25453
25450
  }
25454
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25455
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
25456
- pointer-events: none;
25451
+ .v-skeleton-loader__bone::after {
25452
+ animation: loading 1.5s infinite;
25453
+ background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
25454
+ transform: translateX(-100%);
25455
+ z-index: 1;
25457
25456
  }
25458
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25457
+ .v-skeleton-loader__bone::after {
25459
25458
  content: "";
25460
25459
  position: absolute;
25461
25460
  top: 0;
@@ -25463,273 +25462,174 @@ html.v-overlay-scroll-blocked {
25463
25462
  width: 100%;
25464
25463
  height: 100%;
25465
25464
  }
25466
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25467
- background: rgb(var(--v-theme-surface));
25468
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25469
- z-index: 1;
25470
- }
25471
- .v-table.v-table--fixed-footer > tfoot > tr > th,
25472
- .v-table.v-table--fixed-footer > tfoot > tr > td {
25473
- background: rgb(var(--v-theme-surface));
25474
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25475
- }
25476
-
25477
- .v-table {
25478
- border-radius: inherit;
25479
- line-height: 1.5;
25480
- max-width: 100%;
25481
- display: flex;
25482
- flex-direction: column;
25483
- }
25484
- .v-table > .v-table__wrapper > table {
25485
- width: 100%;
25486
- border-spacing: 0;
25465
+ .v-skeleton-loader__avatar {
25466
+ border-radius: 50%;
25467
+ flex: 0 1 auto;
25468
+ margin: 8px 16px;
25469
+ max-height: 48px;
25470
+ min-height: 48px;
25471
+ height: 48px;
25472
+ max-width: 48px;
25473
+ min-width: 48px;
25474
+ width: 48px;
25487
25475
  }
25488
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25489
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25490
- .v-table > .v-table__wrapper > table > thead > tr > td,
25491
- .v-table > .v-table__wrapper > table > thead > tr > th,
25492
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
25493
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25494
- padding: 0 16px;
25495
- transition-duration: 0.28s;
25496
- transition-property: box-shadow, opacity, background, height;
25497
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25476
+ .v-skeleton-loader__avatar + .v-skeleton-loader__bone {
25477
+ flex: 1 1 auto;
25478
+ margin-inline-start: 0;
25498
25479
  }
25499
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25500
- .v-table > .v-table__wrapper > table > thead > tr > td,
25501
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
25502
- height: var(--v-table-row-height);
25480
+ .v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
25481
+ .v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
25482
+ margin-inline-start: 0;
25503
25483
  }
25504
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25505
- .v-table > .v-table__wrapper > table > thead > tr > th,
25506
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25507
- height: var(--v-table-header-height);
25508
- font-weight: 500;
25509
- -webkit-user-select: none;
25510
- user-select: none;
25511
- text-align: start;
25484
+ .v-skeleton-loader__button {
25485
+ border-radius: 4px;
25486
+ height: 36px;
25487
+ margin: 16px;
25488
+ max-width: 64px;
25512
25489
  }
25513
- .v-table--density-default {
25514
- --v-table-header-height: 56px;
25515
- --v-table-row-height: 52px;
25490
+ .v-skeleton-loader__button + .v-skeleton-loader__bone {
25491
+ flex: 1 1 auto;
25492
+ margin-inline-start: 0;
25516
25493
  }
25517
-
25518
- .v-table--density-comfortable {
25519
- --v-table-header-height: 48px;
25520
- --v-table-row-height: 44px;
25494
+ .v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
25495
+ .v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
25496
+ margin-inline-start: 0;
25521
25497
  }
25522
-
25523
- .v-table--density-compact {
25524
- --v-table-header-height: 40px;
25525
- --v-table-row-height: 36px;
25498
+ .v-skeleton-loader__chip {
25499
+ border-radius: 16px;
25500
+ margin: 16px;
25501
+ height: 32px;
25502
+ max-width: 96px;
25526
25503
  }
25527
-
25528
- .v-table__wrapper {
25529
- border-radius: inherit;
25530
- overflow: auto;
25504
+ .v-skeleton-loader__chip + .v-skeleton-loader__bone {
25531
25505
  flex: 1 1 auto;
25506
+ margin-inline-start: 0;
25532
25507
  }
25533
-
25534
- .v-table--has-top > .v-table__wrapper {
25535
- border-top-left-radius: 0;
25536
- border-top-right-radius: 0;
25537
- }
25538
-
25539
- .v-table--has-bottom > .v-table__wrapper {
25540
- border-bottom-left-radius: 0;
25541
- border-bottom-right-radius: 0;
25508
+ .v-skeleton-loader__chip + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
25509
+ .v-skeleton-loader__chip + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
25510
+ margin-inline-start: 0;
25542
25511
  }
25543
-
25544
- .v-table--fixed-height > .v-table__wrapper {
25545
- overflow-y: auto;
25512
+ .v-skeleton-loader__date-picker {
25513
+ border-radius: inherit;
25546
25514
  }
25547
-
25548
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25549
- position: sticky;
25550
- top: 0;
25551
- z-index: 2;
25515
+ .v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text {
25516
+ max-width: 88px;
25517
+ width: 20%;
25552
25518
  }
25553
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25554
- border-bottom: 0px !important;
25519
+ .v-skeleton-loader__date-picker .v-skeleton-loader__heading {
25520
+ max-width: 256px;
25521
+ width: 40%;
25555
25522
  }
25556
-
25557
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25558
- position: sticky;
25559
- bottom: 0;
25560
- z-index: 1;
25523
+ .v-skeleton-loader__date-picker-days {
25524
+ flex-wrap: wrap;
25525
+ margin: 16px;
25561
25526
  }
25562
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25563
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25564
- border-top: 0px !important;
25565
- }.v-toolbar {
25566
- align-items: flex-start;
25567
- display: flex;
25568
- flex: none;
25569
- flex-direction: column;
25570
- justify-content: space-between;
25527
+ .v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar {
25528
+ border-radius: 4px;
25529
+ margin: 4px;
25571
25530
  max-width: 100%;
25572
- position: relative;
25573
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25574
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25575
- width: 100%;
25576
- }
25577
- .v-toolbar {
25578
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25579
- border-style: solid;
25580
- border-width: 0;
25581
- }
25582
- .v-toolbar--border {
25583
- border-width: thin;
25584
- box-shadow: none;
25585
25531
  }
25586
- .v-toolbar {
25587
- 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));
25588
- }
25589
- .v-toolbar {
25590
- border-radius: 0;
25532
+ .v-skeleton-loader__date-picker-options {
25533
+ flex-wrap: nowrap;
25591
25534
  }
25592
- .v-toolbar {
25593
- background: rgb(var(--v-theme-surface-light));
25594
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25535
+ .v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
25536
+ flex: 1 1 auto;
25595
25537
  }
25596
- .v-toolbar--absolute {
25597
- position: absolute;
25538
+ .v-skeleton-loader__divider {
25539
+ border-radius: 1px;
25540
+ height: 2px;
25598
25541
  }
25599
- .v-toolbar--collapse {
25600
- max-width: 112px;
25601
- overflow: hidden;
25602
- border-end-end-radius: 24px;
25542
+ .v-skeleton-loader__heading {
25543
+ border-radius: 12px;
25544
+ margin: 16px;
25545
+ height: 24px;
25603
25546
  }
25604
- .v-toolbar--collapse .v-toolbar-title {
25605
- display: none;
25547
+ .v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
25548
+ margin-top: -16px;
25606
25549
  }
25607
- .v-toolbar--flat {
25608
- 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));
25550
+ .v-skeleton-loader__image {
25551
+ height: 150px;
25552
+ border-radius: 0;
25609
25553
  }
25610
- .v-toolbar--floating {
25611
- display: inline-flex;
25612
- width: auto;
25554
+ .v-skeleton-loader__card .v-skeleton-loader__image {
25555
+ border-radius: 0;
25613
25556
  }
25614
- .v-toolbar--rounded {
25615
- border-radius: 4px;
25557
+ .v-skeleton-loader__list-item {
25558
+ margin: 16px;
25616
25559
  }
25617
-
25618
- .v-toolbar__content,
25619
- .v-toolbar__extension {
25620
- align-items: center;
25621
- display: flex;
25622
- flex: 0 0 auto;
25623
- position: relative;
25624
- transition: inherit;
25625
- width: 100%;
25560
+ .v-skeleton-loader__list-item .v-skeleton-loader__text {
25561
+ margin: 0;
25626
25562
  }
25627
-
25628
- .v-toolbar__content {
25629
- overflow: hidden;
25563
+ .v-skeleton-loader__table-thead {
25564
+ justify-content: space-between;
25630
25565
  }
25631
- .v-toolbar__content > .v-btn:first-child {
25632
- margin-inline-start: 4px;
25566
+ .v-skeleton-loader__table-thead .v-skeleton-loader__heading {
25567
+ margin-top: 16px;
25568
+ max-width: 16px;
25633
25569
  }
25634
- .v-toolbar__content > .v-btn:last-child {
25635
- margin-inline-end: 4px;
25570
+ .v-skeleton-loader__table-tfoot {
25571
+ flex-wrap: nowrap;
25636
25572
  }
25637
- .v-toolbar__content > .v-toolbar-title {
25638
- margin-inline-start: 20px;
25573
+ .v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
25574
+ margin-top: 16px;
25639
25575
  }
25640
- .v-toolbar--density-prominent .v-toolbar__content {
25641
- align-items: flex-start;
25576
+ .v-skeleton-loader__table-row {
25577
+ align-items: baseline;
25578
+ margin: 0 8px;
25579
+ justify-content: space-evenly;
25580
+ flex-wrap: nowrap;
25642
25581
  }
25643
-
25644
- .v-toolbar__image {
25645
- display: flex;
25646
- opacity: var(--v-toolbar-image-opacity, 1);
25647
- transition-property: opacity;
25582
+ .v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
25583
+ margin-inline: 8px;
25648
25584
  }
25649
- .v-toolbar__image {
25650
- position: absolute;
25651
- top: 0;
25652
- left: 0;
25653
- width: 100%;
25654
- height: 100%;
25585
+ .v-skeleton-loader__table-row + .v-skeleton-loader__divider {
25586
+ margin: 0 16px;
25655
25587
  }
25656
-
25657
- .v-toolbar__prepend,
25658
- .v-toolbar__append {
25588
+ .v-skeleton-loader__table-cell {
25659
25589
  align-items: center;
25660
- align-self: stretch;
25661
25590
  display: flex;
25591
+ height: 48px;
25592
+ width: 88px;
25662
25593
  }
25663
-
25664
- .v-toolbar__prepend {
25665
- margin-inline: 4px auto;
25594
+ .v-skeleton-loader__table-cell .v-skeleton-loader__text {
25595
+ margin-bottom: 0;
25666
25596
  }
25667
-
25668
- .v-toolbar__append {
25669
- margin-inline: auto 4px;
25597
+ .v-skeleton-loader__subtitle {
25598
+ max-width: 70%;
25670
25599
  }
25671
-
25672
- .v-toolbar-title {
25673
- flex: 1 1;
25674
- font-size: 1.25rem;
25675
- min-width: 0;
25600
+ .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
25601
+ height: 16px;
25602
+ border-radius: 8px;
25676
25603
  }
25677
- .v-toolbar-title {
25678
- font-size: 1.25rem;
25679
- font-weight: 400;
25680
- letter-spacing: 0;
25681
- line-height: 1.75rem;
25682
- text-transform: none;
25604
+ .v-skeleton-loader__text {
25605
+ border-radius: 6px;
25606
+ margin: 16px;
25607
+ height: 12px;
25683
25608
  }
25684
- .v-toolbar--density-prominent .v-toolbar-title {
25685
- align-self: flex-end;
25686
- padding-bottom: 6px;
25609
+ .v-skeleton-loader__text + .v-skeleton-loader__text {
25610
+ margin-top: -8px;
25611
+ max-width: 50%;
25687
25612
  }
25688
- .v-toolbar--density-prominent .v-toolbar-title {
25689
- font-size: 1.5rem;
25690
- font-weight: 400;
25691
- letter-spacing: 0;
25692
- line-height: 2.25rem;
25693
- text-transform: none;
25613
+ .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
25614
+ max-width: 70%;
25694
25615
  }
25695
-
25696
- .v-toolbar-title__placeholder {
25697
- overflow: hidden;
25698
- text-overflow: ellipsis;
25699
- white-space: nowrap;
25616
+ .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
25617
+ display: none;
25700
25618
  }
25701
-
25702
- .v-toolbar-items {
25703
- display: flex;
25704
- height: inherit;
25705
- align-self: stretch;
25619
+ .v-skeleton-loader--is-loading {
25620
+ overflow: hidden;
25706
25621
  }
25707
- .v-toolbar-items > .v-btn {
25622
+ .v-skeleton-loader--tile {
25708
25623
  border-radius: 0;
25709
- }.v-tooltip > .v-overlay__content {
25710
- background: rgb(var(--v-theme-surface-variant));
25711
- color: rgb(var(--v-theme-on-surface-variant));
25712
- border-radius: 4px;
25713
- font-size: 0.875rem;
25714
- line-height: 1.6;
25715
- display: inline-block;
25716
- padding: 5px 16px;
25717
- text-transform: initial;
25718
- width: auto;
25719
- opacity: 1;
25720
- transition-property: opacity, transform;
25721
- overflow-wrap: break-word;
25722
- }
25723
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25724
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25725
- transition-duration: 150ms;
25726
25624
  }
25727
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25728
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25729
- transition-duration: 75ms;
25625
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
25626
+ border-radius: 0;
25730
25627
  }
25731
- .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
25732
- pointer-events: none;
25628
+
25629
+ @keyframes loading {
25630
+ 100% {
25631
+ transform: translateX(100%);
25632
+ }
25733
25633
  }.v-theme-provider {
25734
25634
  background: rgb(var(--v-theme-background));
25735
25635
  color: rgb(var(--v-theme-on-background));
@@ -26144,31 +26044,190 @@ html.v-overlay-scroll-blocked {
26144
26044
  padding-block-start: 0;
26145
26045
  }
26146
26046
 
26147
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26148
- padding-inline-start: 0;
26047
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26048
+ padding-inline-start: 0;
26049
+ }
26050
+
26051
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26052
+ display: none;
26053
+ }
26054
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26055
+ --v-timeline-line-size-offset: 12px;
26056
+ }
26057
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26058
+ padding-block-end: 0;
26059
+ }
26060
+
26061
+ .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 {
26062
+ padding-inline-end: 0;
26063
+ }.v-toolbar {
26064
+ align-items: flex-start;
26065
+ display: flex;
26066
+ flex: none;
26067
+ flex-direction: column;
26068
+ justify-content: space-between;
26069
+ max-width: 100%;
26070
+ position: relative;
26071
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26072
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26073
+ width: 100%;
26074
+ }
26075
+ .v-toolbar {
26076
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26077
+ border-style: solid;
26078
+ border-width: 0;
26079
+ }
26080
+ .v-toolbar--border {
26081
+ border-width: thin;
26082
+ box-shadow: none;
26083
+ }
26084
+ .v-toolbar {
26085
+ 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));
26086
+ }
26087
+ .v-toolbar {
26088
+ border-radius: 0;
26089
+ }
26090
+ .v-toolbar {
26091
+ background: rgb(var(--v-theme-surface-light));
26092
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26093
+ }
26094
+ .v-toolbar--absolute {
26095
+ position: absolute;
26096
+ }
26097
+ .v-toolbar--collapse {
26098
+ max-width: 112px;
26099
+ overflow: hidden;
26100
+ border-end-end-radius: 24px;
26101
+ }
26102
+ .v-toolbar--collapse .v-toolbar-title {
26103
+ display: none;
26104
+ }
26105
+ .v-toolbar--flat {
26106
+ 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));
26107
+ }
26108
+ .v-toolbar--floating {
26109
+ display: inline-flex;
26110
+ width: auto;
26111
+ }
26112
+ .v-toolbar--rounded {
26113
+ border-radius: 4px;
26114
+ }
26115
+
26116
+ .v-toolbar__content,
26117
+ .v-toolbar__extension {
26118
+ align-items: center;
26119
+ display: flex;
26120
+ flex: 0 0 auto;
26121
+ position: relative;
26122
+ transition: inherit;
26123
+ width: 100%;
26124
+ }
26125
+
26126
+ .v-toolbar__content {
26127
+ overflow: hidden;
26128
+ }
26129
+ .v-toolbar__content > .v-btn:first-child {
26130
+ margin-inline-start: 4px;
26131
+ }
26132
+ .v-toolbar__content > .v-btn:last-child {
26133
+ margin-inline-end: 4px;
26134
+ }
26135
+ .v-toolbar__content > .v-toolbar-title {
26136
+ margin-inline-start: 20px;
26137
+ }
26138
+ .v-toolbar--density-prominent .v-toolbar__content {
26139
+ align-items: flex-start;
26140
+ }
26141
+
26142
+ .v-toolbar__image {
26143
+ display: flex;
26144
+ opacity: var(--v-toolbar-image-opacity, 1);
26145
+ transition-property: opacity;
26146
+ }
26147
+ .v-toolbar__image {
26148
+ position: absolute;
26149
+ top: 0;
26150
+ left: 0;
26151
+ width: 100%;
26152
+ height: 100%;
26153
+ }
26154
+
26155
+ .v-toolbar__prepend,
26156
+ .v-toolbar__append {
26157
+ align-items: center;
26158
+ align-self: stretch;
26159
+ display: flex;
26160
+ }
26161
+
26162
+ .v-toolbar__prepend {
26163
+ margin-inline: 4px auto;
26164
+ }
26165
+
26166
+ .v-toolbar__append {
26167
+ margin-inline: auto 4px;
26168
+ }
26169
+
26170
+ .v-toolbar-title {
26171
+ flex: 1 1;
26172
+ font-size: 1.25rem;
26173
+ min-width: 0;
26174
+ }
26175
+ .v-toolbar-title {
26176
+ font-size: 1.25rem;
26177
+ font-weight: 400;
26178
+ letter-spacing: 0;
26179
+ line-height: 1.75rem;
26180
+ text-transform: none;
26181
+ }
26182
+ .v-toolbar--density-prominent .v-toolbar-title {
26183
+ align-self: flex-end;
26184
+ padding-bottom: 6px;
26185
+ }
26186
+ .v-toolbar--density-prominent .v-toolbar-title {
26187
+ font-size: 1.5rem;
26188
+ font-weight: 400;
26189
+ letter-spacing: 0;
26190
+ line-height: 2.25rem;
26191
+ text-transform: none;
26192
+ }
26193
+
26194
+ .v-toolbar-title__placeholder {
26195
+ overflow: hidden;
26196
+ text-overflow: ellipsis;
26197
+ white-space: nowrap;
26149
26198
  }
26150
26199
 
26151
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26152
- display: none;
26200
+ .v-toolbar-items {
26201
+ display: flex;
26202
+ height: inherit;
26203
+ align-self: stretch;
26153
26204
  }
26154
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26155
- --v-timeline-line-size-offset: 12px;
26205
+ .v-toolbar-items > .v-btn {
26206
+ border-radius: 0;
26207
+ }.v-tooltip > .v-overlay__content {
26208
+ background: rgb(var(--v-theme-surface-variant));
26209
+ color: rgb(var(--v-theme-on-surface-variant));
26210
+ border-radius: 4px;
26211
+ font-size: 0.875rem;
26212
+ line-height: 1.6;
26213
+ display: inline-block;
26214
+ padding: 5px 16px;
26215
+ text-transform: initial;
26216
+ width: auto;
26217
+ opacity: 1;
26218
+ transition-property: opacity, transform;
26219
+ overflow-wrap: break-word;
26156
26220
  }
26157
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26158
- padding-block-end: 0;
26221
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26222
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26223
+ transition-duration: 150ms;
26159
26224
  }
26160
-
26161
- .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 {
26162
- padding-inline-end: 0;
26163
- }.v-virtual-scroll {
26164
- display: block;
26165
- flex: 1 1 auto;
26166
- max-width: 100%;
26167
- overflow: auto;
26168
- position: relative;
26225
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26226
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26227
+ transition-duration: 75ms;
26169
26228
  }
26170
- .v-virtual-scroll__container {
26171
- display: block;
26229
+ .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26230
+ pointer-events: none;
26172
26231
  }.v-window {
26173
26232
  overflow: hidden;
26174
26233
  }
@@ -26239,157 +26298,92 @@ html.v-overlay-scroll-blocked {
26239
26298
  }
26240
26299
  .v-window-y-reverse-transition-leave-to {
26241
26300
  transform: translateY(100%);
26242
- }.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
26243
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
26244
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
26245
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
26246
- top: 0px;
26247
- }
26248
- .v-combobox .v-field .v-text-field__prefix,
26249
- .v-combobox .v-field .v-text-field__suffix,
26250
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
26251
- cursor: text;
26252
- }
26253
- .v-combobox .v-field .v-field__input > input {
26254
- flex: 1 1;
26255
- }
26256
- .v-combobox .v-field input {
26257
- min-width: 64px;
26258
- }
26259
- .v-combobox .v-field:not(.v-field--focused) input {
26260
- min-width: 0;
26261
- }
26262
- .v-combobox .v-field--dirty .v-combobox__selection {
26263
- margin-inline-end: 2px;
26301
+ }.v-virtual-scroll {
26302
+ display: block;
26303
+ flex: 1 1 auto;
26304
+ max-width: 100%;
26305
+ overflow: auto;
26306
+ position: relative;
26264
26307
  }
26265
- .v-combobox .v-combobox__selection-text {
26266
- overflow: hidden;
26267
- text-overflow: ellipsis;
26268
- white-space: nowrap;
26308
+ .v-virtual-scroll__container {
26309
+ display: block;
26310
+ }.v-badge {
26311
+ display: inline-block;
26312
+ line-height: 1;
26269
26313
  }
26270
26314
 
26271
- .v-combobox__content {
26272
- overflow: hidden;
26273
- }
26274
- .v-combobox__content {
26275
- 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));
26276
- }
26277
- .v-combobox__content {
26278
- border-radius: 4px;
26279
- }
26280
- .v-combobox__mask {
26281
- background: rgb(var(--v-theme-surface-light));
26282
- }
26283
- .v-combobox__selection {
26284
- display: inline-flex;
26315
+ .v-badge__badge {
26285
26316
  align-items: center;
26286
- height: 1.5rem;
26287
- letter-spacing: inherit;
26288
- line-height: inherit;
26289
- max-width: calc(100% - 2px - 2px);
26290
- }
26291
- .v-combobox__selection:first-child {
26292
- margin-inline-start: 0;
26293
- }
26294
- .v-combobox--selecting-index .v-combobox__selection {
26295
- opacity: var(--v-medium-emphasis-opacity);
26317
+ display: inline-flex;
26318
+ border-radius: 10px;
26319
+ font-family: "Roboto", sans-serif;
26320
+ font-size: 0.75rem;
26321
+ font-weight: 500;
26322
+ height: 1.25rem;
26323
+ justify-content: center;
26324
+ min-width: 20px;
26325
+ padding: 4px 6px;
26326
+ pointer-events: auto;
26327
+ position: absolute;
26328
+ text-align: center;
26329
+ text-indent: 0;
26330
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
26331
+ white-space: nowrap;
26296
26332
  }
26297
- .v-combobox--selecting-index .v-combobox__selection--selected {
26298
- opacity: 1;
26333
+ .v-badge__badge {
26334
+ background: rgb(var(--v-theme-surface-variant));
26335
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
26299
26336
  }
26300
- .v-combobox--selecting-index .v-field__input > input {
26301
- caret-color: transparent;
26337
+ .v-badge__badge:has(.v-icon) {
26338
+ padding: 4px 6px;
26302
26339
  }
26303
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
26304
- flex: 1 1;
26305
- position: absolute;
26340
+ .v-badge--bordered .v-badge__badge::after {
26341
+ border-radius: inherit;
26342
+ border-style: solid;
26343
+ border-width: 2px;
26344
+ bottom: 0;
26345
+ color: rgb(var(--v-theme-background));
26346
+ content: "";
26306
26347
  left: 0;
26348
+ position: absolute;
26307
26349
  right: 0;
26308
- width: 100%;
26309
- padding-inline: inherit;
26310
- }
26311
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
26312
- transition: none;
26313
- }
26314
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
26315
- opacity: 0;
26316
- }
26317
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
26318
- opacity: 0;
26319
- }
26320
- .v-combobox__menu-icon {
26321
- margin-inline-start: 4px;
26322
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26350
+ top: 0;
26351
+ transform: scale(1.05);
26323
26352
  }
26324
- .v-combobox--active-menu .v-combobox__menu-icon {
26325
- transform: rotate(180deg);
26326
- }.v-empty-state {
26327
- align-items: center;
26328
- display: flex;
26329
- flex-direction: column;
26330
- justify-content: center;
26331
- min-height: 100%;
26332
- padding: 16px;
26353
+ .v-badge--dot .v-badge__badge {
26354
+ border-radius: 4.5px;
26355
+ height: 9px;
26356
+ min-width: 0;
26357
+ padding: 0;
26358
+ width: 9px;
26333
26359
  }
26334
- .v-empty-state--start {
26335
- align-items: flex-start;
26360
+ .v-badge--dot .v-badge__badge::after {
26361
+ border-width: 1.5px;
26336
26362
  }
26337
- .v-empty-state--center {
26338
- align-items: center;
26363
+ .v-badge--inline .v-badge__badge {
26364
+ position: relative;
26365
+ vertical-align: middle;
26339
26366
  }
26340
- .v-empty-state--end {
26341
- align-items: flex-end;
26367
+ .v-badge__badge .v-icon {
26368
+ color: inherit;
26369
+ font-size: 0.75rem;
26370
+ margin: 0 -2px;
26342
26371
  }
26343
-
26344
- .v-empty-state__media {
26345
- text-align: center;
26372
+ .v-badge__badge img,
26373
+ .v-badge__badge .v-img {
26374
+ height: 100%;
26346
26375
  width: 100%;
26347
26376
  }
26348
- .v-empty-state__media .v-icon {
26349
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26350
- }
26351
-
26352
- .v-empty-state__headline {
26353
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26354
- font-size: 3.75rem;
26355
- font-weight: 300;
26356
- line-height: 1;
26357
- text-align: center;
26358
- margin-bottom: 8px;
26359
- }
26360
- .v-empty-state--mobile .v-empty-state__headline {
26361
- font-size: 2.125rem;
26362
- }
26363
-
26364
- .v-empty-state__title {
26365
- font-size: 1.25rem;
26366
- font-weight: 500;
26367
- line-height: 1.6;
26368
- margin-bottom: 4px;
26369
- text-align: center;
26370
- }
26371
-
26372
- .v-empty-state__text {
26373
- font-size: 0.875rem;
26374
- font-weight: 400;
26375
- line-height: 1.425;
26376
- padding: 0 16px;
26377
- text-align: center;
26378
- }
26379
-
26380
- .v-empty-state__content {
26381
- padding: 24px 0;
26382
- }
26383
26377
 
26384
- .v-empty-state__actions {
26378
+ .v-badge__wrapper {
26385
26379
  display: flex;
26386
- gap: 8px;
26387
- padding: 16px;
26380
+ position: relative;
26388
26381
  }
26389
-
26390
- .v-empty-state__action-btn.v-btn {
26391
- background-color: initial;
26392
- color: initial;
26382
+ .v-badge--inline .v-badge__wrapper {
26383
+ align-items: center;
26384
+ display: inline-flex;
26385
+ justify-content: center;
26386
+ margin: 0 4px;
26393
26387
  }.v-color-picker-canvas {
26394
26388
  display: flex;
26395
26389
  position: relative;