@vuetify/nightly 3.7.15-master.2025-03-06 → 3.7.15-master.2025-03-07

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 (92) hide show
  1. package/CHANGELOG.md +26 -3
  2. package/dist/json/attributes.json +3562 -3558
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +160 -160
  5. package/dist/json/tags.json +3 -2
  6. package/dist/json/web-types.json +6530 -6509
  7. package/dist/vuetify-labs.css +4798 -4798
  8. package/dist/vuetify-labs.d.ts +301 -129
  9. package/dist/vuetify-labs.esm.js +129 -106
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +128 -105
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +2139 -2139
  14. package/dist/vuetify.d.ts +260 -146
  15. package/dist/vuetify.esm.js +80 -51
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +79 -50
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +219 -217
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +15 -6
  23. package/lib/components/VAutocomplete/index.d.mts +2 -2
  24. package/lib/components/VBadge/VBadge.mjs +2 -2
  25. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  26. package/lib/components/VBtn/VBtn.mjs +6 -3
  27. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  28. package/lib/components/VBtn/index.d.mts +15 -6
  29. package/lib/components/VCard/VCard.mjs +12 -3
  30. package/lib/components/VCard/VCard.mjs.map +1 -1
  31. package/lib/components/VCard/VCardItem.mjs +11 -4
  32. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  33. package/lib/components/VCard/index.d.mts +75 -30
  34. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  35. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  36. package/lib/components/VChip/VChip.mjs +6 -3
  37. package/lib/components/VChip/VChip.mjs.map +1 -1
  38. package/lib/components/VChip/index.d.mts +15 -6
  39. package/lib/components/VCombobox/index.d.mts +2 -2
  40. package/lib/components/VDataTable/composables/headers.mjs +2 -2
  41. package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
  42. package/lib/components/VDataTable/composables/paginate.mjs +2 -2
  43. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  44. package/lib/components/VFab/index.d.mts +15 -6
  45. package/lib/components/VList/VListItem.mjs +11 -5
  46. package/lib/components/VList/VListItem.mjs.map +1 -1
  47. package/lib/components/VList/index.d.mts +32 -14
  48. package/lib/components/VPagination/VPagination.mjs +3 -3
  49. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  50. package/lib/components/VParallax/VParallax.mjs +1 -1
  51. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  52. package/lib/components/VRating/VRating.mjs +1 -1
  53. package/lib/components/VRating/VRating.mjs.map +1 -1
  54. package/lib/components/VSelect/index.d.mts +2 -2
  55. package/lib/components/VSlider/slider.mjs +1 -1
  56. package/lib/components/VSlider/slider.mjs.map +1 -1
  57. package/lib/components/VSparkline/VBarline.mjs +1 -1
  58. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  59. package/lib/components/VTabs/index.d.mts +39 -24
  60. package/lib/components/VTextarea/VTextarea.mjs +2 -2
  61. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  62. package/lib/components/index.d.mts +206 -92
  63. package/lib/composables/stack.mjs +2 -2
  64. package/lib/composables/stack.mjs.map +1 -1
  65. package/lib/composables/validation.mjs +2 -2
  66. package/lib/composables/validation.mjs.map +1 -1
  67. package/lib/entry-bundler.mjs +1 -1
  68. package/lib/framework.mjs +1 -1
  69. package/lib/index.d.mts +54 -54
  70. package/lib/labs/VFileUpload/VFileUpload.mjs +3 -2
  71. package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
  72. package/lib/labs/VFileUpload/index.d.mts +32 -14
  73. package/lib/labs/VNumberInput/VNumberInput.mjs +5 -5
  74. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  75. package/lib/labs/VTimePicker/VTimePicker.mjs +30 -31
  76. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  77. package/lib/labs/VTimePicker/VTimePickerControls.mjs +12 -13
  78. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  79. package/lib/labs/VTimePicker/index.d.mts +35 -13
  80. package/lib/labs/VTimePicker/shared.mjs +2 -0
  81. package/lib/labs/VTimePicker/shared.mjs.map +1 -0
  82. package/lib/labs/VTreeview/index.d.mts +32 -14
  83. package/lib/labs/components.d.mts +97 -39
  84. package/lib/locale/adapters/vuetify.mjs +1 -1
  85. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  86. package/lib/util/animation.mjs +8 -8
  87. package/lib/util/animation.mjs.map +1 -1
  88. package/lib/util/helpers.mjs +6 -4
  89. package/lib/util/helpers.mjs.map +1 -1
  90. package/package.json +1 -1
  91. package/lib/labs/VTimePicker/SelectingTimes.mjs +0 -10
  92. package/lib/labs/VTimePicker/SelectingTimes.mjs.map +0 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.15-master.2025-03-06
2
+ * Vuetify v3.7.15-master.2025-03-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,6 +17978,22 @@ html.overflow-y-hidden {
17978
17978
  .v-ripple__animation--out {
17979
17979
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17980
17980
  opacity: 0;
17981
+ }.v-application {
17982
+ display: flex;
17983
+ background: rgb(var(--v-theme-background));
17984
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17985
+ }
17986
+
17987
+ .v-application__wrap {
17988
+ -webkit-backface-visibility: hidden;
17989
+ backface-visibility: hidden;
17990
+ display: flex;
17991
+ flex-direction: column;
17992
+ flex: 1 1 auto;
17993
+ max-width: 100%;
17994
+ min-height: 100vh;
17995
+ min-height: 100dvh;
17996
+ position: relative;
17981
17997
  }.v-app-bar {
17982
17998
  display: flex;
17983
17999
  }
@@ -17990,189 +18006,6 @@ html.overflow-y-hidden {
17990
18006
  }
17991
18007
  .v-app-bar:not(.v-toolbar--absolute) {
17992
18008
  padding-inline-end: var(--v-scrollbar-offset);
17993
- }.v-avatar {
17994
- flex: none;
17995
- align-items: center;
17996
- display: inline-flex;
17997
- justify-content: center;
17998
- line-height: normal;
17999
- overflow: hidden;
18000
- position: relative;
18001
- text-align: center;
18002
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18003
- transition-property: width, height;
18004
- vertical-align: middle;
18005
- }
18006
- .v-avatar.v-avatar--size-x-small {
18007
- --v-avatar-height: 24px;
18008
- }
18009
- .v-avatar.v-avatar--size-small {
18010
- --v-avatar-height: 32px;
18011
- }
18012
- .v-avatar.v-avatar--size-default {
18013
- --v-avatar-height: 40px;
18014
- }
18015
- .v-avatar.v-avatar--size-large {
18016
- --v-avatar-height: 48px;
18017
- }
18018
- .v-avatar.v-avatar--size-x-large {
18019
- --v-avatar-height: 56px;
18020
- }
18021
- .v-avatar.v-avatar--density-default {
18022
- height: calc(var(--v-avatar-height) + 0px);
18023
- width: calc(var(--v-avatar-height) + 0px);
18024
- }
18025
- .v-avatar.v-avatar--density-comfortable {
18026
- height: calc(var(--v-avatar-height) + -4px);
18027
- width: calc(var(--v-avatar-height) + -4px);
18028
- }
18029
- .v-avatar.v-avatar--density-compact {
18030
- height: calc(var(--v-avatar-height) + -8px);
18031
- width: calc(var(--v-avatar-height) + -8px);
18032
- }
18033
- .v-avatar {
18034
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18035
- border-style: solid;
18036
- border-width: 0;
18037
- }
18038
- .v-avatar--border {
18039
- border-width: thin;
18040
- box-shadow: none;
18041
- }
18042
- .v-avatar {
18043
- border-radius: 50%;
18044
- }
18045
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18046
- background: transparent;
18047
- color: inherit;
18048
- }
18049
- .v-avatar--variant-plain {
18050
- opacity: 0.62;
18051
- }
18052
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18053
- opacity: 1;
18054
- }
18055
- .v-avatar--variant-plain .v-avatar__overlay {
18056
- display: none;
18057
- }
18058
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18059
- background: var(--v-theme-surface);
18060
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18061
- }
18062
- .v-avatar--variant-elevated {
18063
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18064
- }
18065
- .v-avatar--variant-flat {
18066
- 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));
18067
- }
18068
- .v-avatar--variant-outlined {
18069
- border: thin solid currentColor;
18070
- }
18071
- .v-avatar--variant-text .v-avatar__overlay {
18072
- background: currentColor;
18073
- }
18074
- .v-avatar--variant-tonal .v-avatar__underlay {
18075
- background: currentColor;
18076
- opacity: var(--v-activated-opacity);
18077
- border-radius: inherit;
18078
- top: 0;
18079
- right: 0;
18080
- bottom: 0;
18081
- left: 0;
18082
- pointer-events: none;
18083
- }
18084
- .v-avatar .v-avatar__underlay {
18085
- position: absolute;
18086
- }
18087
- .v-avatar--rounded {
18088
- border-radius: 4px;
18089
- }
18090
- .v-avatar--start {
18091
- margin-inline-end: 8px;
18092
- }
18093
- .v-avatar--end {
18094
- margin-inline-start: 8px;
18095
- }
18096
- .v-avatar .v-img {
18097
- height: 100%;
18098
- width: 100%;
18099
- }.v-badge {
18100
- display: inline-block;
18101
- line-height: 1;
18102
- }
18103
-
18104
- .v-badge__badge {
18105
- align-items: center;
18106
- display: inline-flex;
18107
- border-radius: 10px;
18108
- font-family: "Roboto", sans-serif;
18109
- font-size: 0.75rem;
18110
- font-weight: 500;
18111
- height: 1.25rem;
18112
- justify-content: center;
18113
- min-width: 20px;
18114
- padding: 4px 6px;
18115
- pointer-events: auto;
18116
- position: absolute;
18117
- text-align: center;
18118
- text-indent: 0;
18119
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18120
- white-space: nowrap;
18121
- }
18122
- .v-badge__badge {
18123
- background: rgb(var(--v-theme-surface-variant));
18124
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18125
- }
18126
- .v-badge__badge:has(.v-icon) {
18127
- padding: 4px 6px;
18128
- }
18129
- .v-badge--bordered .v-badge__badge::after {
18130
- border-radius: inherit;
18131
- border-style: solid;
18132
- border-width: 2px;
18133
- bottom: 0;
18134
- color: rgb(var(--v-theme-background));
18135
- content: "";
18136
- left: 0;
18137
- position: absolute;
18138
- right: 0;
18139
- top: 0;
18140
- transform: scale(1.05);
18141
- }
18142
- .v-badge--dot .v-badge__badge {
18143
- border-radius: 4.5px;
18144
- height: 9px;
18145
- min-width: 0;
18146
- padding: 0;
18147
- width: 9px;
18148
- }
18149
- .v-badge--dot .v-badge__badge::after {
18150
- border-width: 1.5px;
18151
- }
18152
- .v-badge--inline .v-badge__badge {
18153
- position: relative;
18154
- vertical-align: middle;
18155
- }
18156
- .v-badge__badge .v-icon {
18157
- color: inherit;
18158
- font-size: 0.75rem;
18159
- margin: 0 -2px;
18160
- }
18161
- .v-badge__badge img,
18162
- .v-badge__badge .v-img {
18163
- height: 100%;
18164
- width: 100%;
18165
- }
18166
-
18167
- .v-badge__wrapper {
18168
- display: flex;
18169
- position: relative;
18170
- }
18171
- .v-badge--inline .v-badge__wrapper {
18172
- align-items: center;
18173
- display: inline-flex;
18174
- justify-content: center;
18175
- margin: 0 4px;
18176
18009
  }.v-alert {
18177
18010
  display: grid;
18178
18011
  flex: 1 1;
@@ -18389,91 +18222,189 @@ html.overflow-y-hidden {
18389
18222
  text-transform: none;
18390
18223
  word-break: normal;
18391
18224
  word-wrap: break-word;
18392
- }.v-autocomplete .v-field .v-text-field__prefix,
18393
- .v-autocomplete .v-field .v-text-field__suffix,
18394
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18395
- cursor: text;
18396
- }
18397
- .v-autocomplete .v-field .v-field__input > input {
18398
- flex: 1 1;
18399
- }
18400
- .v-autocomplete .v-field input {
18401
- min-width: 64px;
18402
- }
18403
- .v-autocomplete .v-field:not(.v-field--focused) input {
18404
- min-width: 0;
18405
- }
18406
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18407
- margin-inline-end: 2px;
18408
- }
18409
- .v-autocomplete .v-autocomplete__selection-text {
18410
- overflow: hidden;
18411
- text-overflow: ellipsis;
18412
- white-space: nowrap;
18225
+ }.v-badge {
18226
+ display: inline-block;
18227
+ line-height: 1;
18413
18228
  }
18414
18229
 
18415
- .v-autocomplete__content {
18416
- overflow: hidden;
18417
- }
18418
- .v-autocomplete__content {
18419
- 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));
18230
+ .v-badge__badge {
18231
+ align-items: center;
18232
+ display: inline-flex;
18233
+ border-radius: 10px;
18234
+ font-family: "Roboto", sans-serif;
18235
+ font-size: 0.75rem;
18236
+ font-weight: 500;
18237
+ height: 1.25rem;
18238
+ justify-content: center;
18239
+ min-width: 20px;
18240
+ padding: 4px 6px;
18241
+ pointer-events: auto;
18242
+ position: absolute;
18243
+ text-align: center;
18244
+ text-indent: 0;
18245
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18246
+ white-space: nowrap;
18420
18247
  }
18421
- .v-autocomplete__content {
18422
- border-radius: 4px;
18248
+ .v-badge__badge {
18249
+ background: rgb(var(--v-theme-surface-variant));
18250
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18423
18251
  }
18424
- .v-autocomplete__mask {
18425
- background: rgb(var(--v-theme-surface-light));
18252
+ .v-badge__badge:has(.v-icon) {
18253
+ padding: 4px 6px;
18426
18254
  }
18427
- .v-autocomplete__selection {
18428
- display: inline-flex;
18255
+ .v-badge--bordered .v-badge__badge::after {
18256
+ border-radius: inherit;
18257
+ border-style: solid;
18258
+ border-width: 2px;
18259
+ bottom: 0;
18260
+ color: rgb(var(--v-theme-background));
18261
+ content: "";
18262
+ left: 0;
18263
+ position: absolute;
18264
+ right: 0;
18265
+ top: 0;
18266
+ transform: scale(1.05);
18267
+ }
18268
+ .v-badge--dot .v-badge__badge {
18269
+ border-radius: 4.5px;
18270
+ height: 9px;
18271
+ min-width: 0;
18272
+ padding: 0;
18273
+ width: 9px;
18274
+ }
18275
+ .v-badge--dot .v-badge__badge::after {
18276
+ border-width: 1.5px;
18277
+ }
18278
+ .v-badge--inline .v-badge__badge {
18279
+ position: relative;
18280
+ vertical-align: middle;
18281
+ }
18282
+ .v-badge__badge .v-icon {
18283
+ color: inherit;
18284
+ font-size: 0.75rem;
18285
+ margin: 0 -2px;
18286
+ }
18287
+ .v-badge__badge img,
18288
+ .v-badge__badge .v-img {
18289
+ height: 100%;
18290
+ width: 100%;
18291
+ }
18292
+
18293
+ .v-badge__wrapper {
18294
+ display: flex;
18295
+ position: relative;
18296
+ }
18297
+ .v-badge--inline .v-badge__wrapper {
18429
18298
  align-items: center;
18430
- height: 1.5rem;
18431
- letter-spacing: inherit;
18432
- line-height: inherit;
18433
- max-width: calc(100% - 2px - 2px);
18299
+ display: inline-flex;
18300
+ justify-content: center;
18301
+ margin: 0 4px;
18302
+ }.v-avatar {
18303
+ flex: none;
18304
+ align-items: center;
18305
+ display: inline-flex;
18306
+ justify-content: center;
18307
+ line-height: normal;
18308
+ overflow: hidden;
18309
+ position: relative;
18310
+ text-align: center;
18311
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18312
+ transition-property: width, height;
18313
+ vertical-align: middle;
18434
18314
  }
18435
- .v-autocomplete__selection:first-child {
18436
- margin-inline-start: 0;
18315
+ .v-avatar.v-avatar--size-x-small {
18316
+ --v-avatar-height: 24px;
18437
18317
  }
18438
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18439
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18440
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18441
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18442
- top: 0px;
18318
+ .v-avatar.v-avatar--size-small {
18319
+ --v-avatar-height: 32px;
18443
18320
  }
18444
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18445
- opacity: var(--v-medium-emphasis-opacity);
18321
+ .v-avatar.v-avatar--size-default {
18322
+ --v-avatar-height: 40px;
18446
18323
  }
18447
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18324
+ .v-avatar.v-avatar--size-large {
18325
+ --v-avatar-height: 48px;
18326
+ }
18327
+ .v-avatar.v-avatar--size-x-large {
18328
+ --v-avatar-height: 56px;
18329
+ }
18330
+ .v-avatar.v-avatar--density-default {
18331
+ height: calc(var(--v-avatar-height) + 0px);
18332
+ width: calc(var(--v-avatar-height) + 0px);
18333
+ }
18334
+ .v-avatar.v-avatar--density-comfortable {
18335
+ height: calc(var(--v-avatar-height) + -4px);
18336
+ width: calc(var(--v-avatar-height) + -4px);
18337
+ }
18338
+ .v-avatar.v-avatar--density-compact {
18339
+ height: calc(var(--v-avatar-height) + -8px);
18340
+ width: calc(var(--v-avatar-height) + -8px);
18341
+ }
18342
+ .v-avatar {
18343
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18344
+ border-style: solid;
18345
+ border-width: 0;
18346
+ }
18347
+ .v-avatar--border {
18348
+ border-width: thin;
18349
+ box-shadow: none;
18350
+ }
18351
+ .v-avatar {
18352
+ border-radius: 50%;
18353
+ }
18354
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18355
+ background: transparent;
18356
+ color: inherit;
18357
+ }
18358
+ .v-avatar--variant-plain {
18359
+ opacity: 0.62;
18360
+ }
18361
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18448
18362
  opacity: 1;
18449
18363
  }
18450
- .v-autocomplete--selecting-index .v-field__input > input {
18451
- caret-color: transparent;
18364
+ .v-avatar--variant-plain .v-avatar__overlay {
18365
+ display: none;
18452
18366
  }
18453
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18454
- flex: 1 1;
18455
- position: absolute;
18456
- left: 0;
18367
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
18368
+ background: var(--v-theme-surface);
18369
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18370
+ }
18371
+ .v-avatar--variant-elevated {
18372
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18373
+ }
18374
+ .v-avatar--variant-flat {
18375
+ 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));
18376
+ }
18377
+ .v-avatar--variant-outlined {
18378
+ border: thin solid currentColor;
18379
+ }
18380
+ .v-avatar--variant-text .v-avatar__overlay {
18381
+ background: currentColor;
18382
+ }
18383
+ .v-avatar--variant-tonal .v-avatar__underlay {
18384
+ background: currentColor;
18385
+ opacity: var(--v-activated-opacity);
18386
+ border-radius: inherit;
18387
+ top: 0;
18457
18388
  right: 0;
18458
- width: 100%;
18459
- padding-inline: inherit;
18389
+ bottom: 0;
18390
+ left: 0;
18391
+ pointer-events: none;
18460
18392
  }
18461
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18462
- transition: none;
18393
+ .v-avatar .v-avatar__underlay {
18394
+ position: absolute;
18463
18395
  }
18464
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18465
- opacity: 0;
18396
+ .v-avatar--rounded {
18397
+ border-radius: 4px;
18466
18398
  }
18467
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18468
- opacity: 0;
18399
+ .v-avatar--start {
18400
+ margin-inline-end: 8px;
18469
18401
  }
18470
- .v-autocomplete__menu-icon {
18471
- margin-inline-start: 4px;
18472
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18402
+ .v-avatar--end {
18403
+ margin-inline-start: 8px;
18473
18404
  }
18474
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18475
- opacity: var(--v-high-emphasis-opacity);
18476
- transform: rotate(180deg);
18405
+ .v-avatar .v-img {
18406
+ height: 100%;
18407
+ width: 100%;
18477
18408
  }.v-banner {
18478
18409
  display: grid;
18479
18410
  flex: 1 1;
@@ -18640,6 +18571,40 @@ html.overflow-y-hidden {
18640
18571
  }
18641
18572
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18642
18573
  align-self: flex-start;
18574
+ }.bottom-sheet-transition-enter-from {
18575
+ transform: translateY(100%);
18576
+ }
18577
+ .bottom-sheet-transition-leave-to {
18578
+ transform: translateY(100%);
18579
+ }
18580
+
18581
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18582
+ align-self: flex-end;
18583
+ border-radius: 0;
18584
+ flex: 0 1 auto;
18585
+ left: 0;
18586
+ right: 0;
18587
+ margin-inline: 0;
18588
+ margin-bottom: 0;
18589
+ transition-duration: 0.2s;
18590
+ width: 100%;
18591
+ max-width: 100%;
18592
+ overflow: visible;
18593
+ }
18594
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18595
+ 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));
18596
+ }
18597
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18598
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18599
+ border-radius: 0;
18600
+ }
18601
+ .v-bottom-sheet.v-bottom-sheet--inset {
18602
+ max-width: none;
18603
+ }
18604
+ @media (min-width: 600px) {
18605
+ .v-bottom-sheet.v-bottom-sheet--inset {
18606
+ max-width: 70%;
18607
+ }
18643
18608
  }.v-breadcrumbs {
18644
18609
  display: flex;
18645
18610
  align-items: center;
@@ -18761,215 +18726,36 @@ html.overflow-y-hidden {
18761
18726
  }
18762
18727
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18763
18728
  transform: translateY(0.5rem);
18764
- }.bottom-sheet-transition-enter-from {
18765
- transform: translateY(100%);
18766
- }
18767
- .bottom-sheet-transition-leave-to {
18768
- transform: translateY(100%);
18769
- }
18770
-
18771
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18772
- align-self: flex-end;
18773
- border-radius: 0;
18774
- flex: 0 1 auto;
18775
- left: 0;
18776
- right: 0;
18777
- margin-inline: 0;
18778
- margin-bottom: 0;
18779
- transition-duration: 0.2s;
18780
- width: 100%;
18729
+ }.v-btn {
18730
+ align-items: center;
18731
+ border-radius: 4px;
18732
+ display: inline-grid;
18733
+ grid-template-areas: "prepend content append";
18734
+ grid-template-columns: max-content auto max-content;
18735
+ font-weight: 500;
18736
+ justify-content: center;
18737
+ letter-spacing: 0.0892857143em;
18738
+ line-height: normal;
18781
18739
  max-width: 100%;
18782
- overflow: visible;
18740
+ outline: none;
18741
+ position: relative;
18742
+ text-decoration: none;
18743
+ text-indent: 0.0892857143em;
18744
+ text-transform: uppercase;
18745
+ transition-property: box-shadow, transform, opacity, background;
18746
+ transition-duration: 0.28s;
18747
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18748
+ -webkit-user-select: none;
18749
+ user-select: none;
18750
+ vertical-align: middle;
18751
+ flex-shrink: 0;
18783
18752
  }
18784
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18785
- 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));
18786
- }
18787
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18788
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18789
- border-radius: 0;
18790
- }
18791
- .v-bottom-sheet.v-bottom-sheet--inset {
18792
- max-width: none;
18793
- }
18794
- @media (min-width: 600px) {
18795
- .v-bottom-sheet.v-bottom-sheet--inset {
18796
- max-width: 70%;
18797
- }
18798
- }.v-btn-group {
18799
- display: inline-flex;
18800
- flex-wrap: nowrap;
18801
- max-width: 100%;
18802
- min-width: 0;
18803
- overflow: hidden;
18804
- vertical-align: middle;
18805
- }
18806
- .v-btn-group {
18807
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18808
- border-style: solid;
18809
- border-width: 0;
18810
- }
18811
- .v-btn-group--border {
18812
- border-width: thin;
18813
- box-shadow: none;
18814
- }
18815
- .v-btn-group {
18816
- 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));
18817
- }
18818
- .v-btn-group {
18819
- border-radius: 4px;
18820
- }
18821
- .v-btn-group {
18822
- background: transparent;
18823
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18824
- }
18825
- .v-btn-group--density-default.v-btn-group {
18826
- height: 48px;
18827
- }
18828
-
18829
- .v-btn-group--density-comfortable.v-btn-group {
18830
- height: 40px;
18831
- }
18832
-
18833
- .v-btn-group--density-compact.v-btn-group {
18834
- height: 36px;
18835
- }
18836
-
18837
- .v-btn-group .v-btn {
18838
- border-radius: 0;
18839
- border-color: inherit;
18840
- }
18841
- .v-btn-group .v-btn:not(:last-child) {
18842
- border-inline-end: none;
18843
- }
18844
- .v-btn-group .v-btn:not(:first-child) {
18845
- border-inline-start: none;
18846
- }
18847
- .v-btn-group .v-btn:first-child {
18848
- border-start-start-radius: inherit;
18849
- border-end-start-radius: inherit;
18850
- }
18851
- .v-btn-group .v-btn:last-child {
18852
- border-start-end-radius: inherit;
18853
- border-end-end-radius: inherit;
18854
- }
18855
- .v-btn-group--divided .v-btn:not(:last-child) {
18856
- border-inline-end-width: thin;
18857
- border-inline-end-style: solid;
18858
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18859
- }
18860
- .v-btn-group--tile {
18861
- border-radius: 0;
18862
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18863
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18864
- }
18865
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18866
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18867
- }
18868
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18869
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18870
- }
18871
- @supports not selector(:focus-visible) {
18872
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18873
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18874
- }
18875
- }
18876
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
18877
- opacity: 1;
18878
- }.v-carousel {
18879
- overflow: hidden;
18880
- position: relative;
18881
- width: 100%;
18882
- }
18883
- .v-carousel__controls {
18884
- align-items: center;
18885
- bottom: 0;
18886
- display: flex;
18887
- height: 50px;
18888
- justify-content: center;
18889
- list-style-type: none;
18890
- position: absolute;
18891
- width: 100%;
18892
- z-index: 1;
18893
- }
18894
- .v-carousel__controls {
18895
- background: rgba(var(--v-theme-surface-variant), 0.3);
18896
- color: rgb(var(--v-theme-on-surface-variant));
18897
- }
18898
- .v-carousel__controls > .v-item-group {
18899
- flex: 0 1 auto;
18900
- }
18901
- .v-carousel__controls__item {
18902
- margin: 0 8px;
18903
- }
18904
- .v-carousel__controls__item .v-icon {
18905
- opacity: 0.5;
18906
- }
18907
- .v-carousel__controls__item--active .v-icon {
18908
- opacity: 1;
18909
- vertical-align: middle;
18910
- }
18911
- .v-carousel__controls__item:hover {
18912
- background: none;
18913
- }
18914
- .v-carousel__controls__item:hover .v-icon {
18915
- opacity: 0.8;
18916
- }
18917
-
18918
- .v-carousel__progress {
18919
- margin: 0;
18920
- position: absolute;
18921
- bottom: 0;
18922
- left: 0;
18923
- right: 0;
18924
- }
18925
-
18926
- .v-carousel-item {
18927
- display: block;
18928
- height: inherit;
18929
- text-decoration: none;
18930
- }
18931
- .v-carousel-item > .v-img {
18932
- height: inherit;
18933
- }
18934
-
18935
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18936
- background: transparent;
18937
- }
18938
-
18939
- .v-carousel--vertical-delimiters .v-carousel__controls {
18940
- flex-direction: column;
18941
- height: 100% !important;
18942
- width: 50px;
18943
- }.v-btn {
18944
- align-items: center;
18945
- border-radius: 4px;
18946
- display: inline-grid;
18947
- grid-template-areas: "prepend content append";
18948
- grid-template-columns: max-content auto max-content;
18949
- font-weight: 500;
18950
- justify-content: center;
18951
- letter-spacing: 0.0892857143em;
18952
- line-height: normal;
18953
- max-width: 100%;
18954
- outline: none;
18955
- position: relative;
18956
- text-decoration: none;
18957
- text-indent: 0.0892857143em;
18958
- text-transform: uppercase;
18959
- transition-property: box-shadow, transform, opacity, background;
18960
- transition-duration: 0.28s;
18961
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18962
- -webkit-user-select: none;
18963
- user-select: none;
18964
- vertical-align: middle;
18965
- flex-shrink: 0;
18966
- }
18967
- .v-btn--size-x-small {
18968
- --v-btn-size: 0.625rem;
18969
- --v-btn-height: 20px;
18970
- font-size: var(--v-btn-size);
18971
- min-width: 36px;
18972
- padding: 0 8px;
18753
+ .v-btn--size-x-small {
18754
+ --v-btn-size: 0.625rem;
18755
+ --v-btn-height: 20px;
18756
+ font-size: var(--v-btn-size);
18757
+ min-width: 36px;
18758
+ padding: 0 8px;
18973
18759
  }
18974
18760
 
18975
18761
  .v-btn--size-small {
@@ -19672,63 +19458,159 @@ html.overflow-y-hidden {
19672
19458
  pointer-events: none;
19673
19459
  opacity: 0;
19674
19460
  transition: opacity 0.2s ease-in-out;
19675
- }.v-checkbox.v-input {
19676
- flex: 0 1 auto;
19461
+ }.v-autocomplete .v-field .v-text-field__prefix,
19462
+ .v-autocomplete .v-field .v-text-field__suffix,
19463
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
19464
+ cursor: text;
19677
19465
  }
19678
- .v-checkbox .v-selection-control {
19679
- min-height: var(--v-input-control-height);
19680
- }.v-chip {
19681
- align-items: center;
19682
- display: inline-flex;
19683
- font-weight: 400;
19684
- max-width: 100%;
19685
- min-width: 0;
19686
- overflow: hidden;
19687
- position: relative;
19688
- text-decoration: none;
19689
- white-space: nowrap;
19690
- vertical-align: middle;
19466
+ .v-autocomplete .v-field .v-field__input > input {
19467
+ flex: 1 1;
19691
19468
  }
19692
- .v-chip .v-icon {
19693
- --v-icon-size-multiplier: 0.8571428571;
19469
+ .v-autocomplete .v-field input {
19470
+ min-width: 64px;
19694
19471
  }
19695
- .v-chip.v-chip--size-x-small {
19696
- --v-chip-size: 0.625rem;
19697
- --v-chip-height: 20px;
19698
- font-size: 0.625rem;
19699
- padding: 0 8px;
19472
+ .v-autocomplete .v-field:not(.v-field--focused) input {
19473
+ min-width: 0;
19700
19474
  }
19701
- .v-chip.v-chip--size-x-small .v-avatar {
19702
- --v-avatar-height: 14px;
19475
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
19476
+ margin-inline-end: 2px;
19703
19477
  }
19704
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19705
- --v-avatar-height: 20px;
19478
+ .v-autocomplete .v-autocomplete__selection-text {
19479
+ overflow: hidden;
19480
+ text-overflow: ellipsis;
19481
+ white-space: nowrap;
19706
19482
  }
19707
19483
 
19708
- .v-chip.v-chip--size-x-small .v-avatar--start {
19709
- margin-inline-start: -5.6px;
19710
- margin-inline-end: 4px;
19711
- }
19712
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19713
- margin-inline-start: -8px;
19484
+ .v-autocomplete__content {
19485
+ overflow: hidden;
19714
19486
  }
19715
-
19716
- .v-chip.v-chip--size-x-small .v-avatar--end {
19717
- margin-inline-start: 4px;
19718
- margin-inline-end: -5.6px;
19487
+ .v-autocomplete__content {
19488
+ 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));
19719
19489
  }
19720
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19721
- margin-inline-end: -8px;
19490
+ .v-autocomplete__content {
19491
+ border-radius: 4px;
19722
19492
  }
19723
-
19724
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19725
- margin-inline-start: 12px;
19493
+ .v-autocomplete__mask {
19494
+ background: rgb(var(--v-theme-surface-light));
19726
19495
  }
19727
-
19728
- .v-chip.v-chip--size-x-small .v-icon--start,
19729
- .v-chip.v-chip--size-x-small .v-chip__filter {
19730
- margin-inline-start: -4px;
19731
- margin-inline-end: 4px;
19496
+ .v-autocomplete__selection {
19497
+ display: inline-flex;
19498
+ align-items: center;
19499
+ height: 1.5rem;
19500
+ letter-spacing: inherit;
19501
+ line-height: inherit;
19502
+ max-width: calc(100% - 2px - 2px);
19503
+ }
19504
+ .v-autocomplete__selection:first-child {
19505
+ margin-inline-start: 0;
19506
+ }
19507
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19508
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19509
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19510
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19511
+ top: 0px;
19512
+ }
19513
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
19514
+ opacity: var(--v-medium-emphasis-opacity);
19515
+ }
19516
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
19517
+ opacity: 1;
19518
+ }
19519
+ .v-autocomplete--selecting-index .v-field__input > input {
19520
+ caret-color: transparent;
19521
+ }
19522
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
19523
+ flex: 1 1;
19524
+ position: absolute;
19525
+ left: 0;
19526
+ right: 0;
19527
+ width: 100%;
19528
+ padding-inline: inherit;
19529
+ }
19530
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
19531
+ transition: none;
19532
+ }
19533
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
19534
+ opacity: 0;
19535
+ }
19536
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
19537
+ opacity: 0;
19538
+ }
19539
+ .v-autocomplete__menu-icon {
19540
+ margin-inline-start: 4px;
19541
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19542
+ }
19543
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
19544
+ opacity: var(--v-high-emphasis-opacity);
19545
+ transform: rotate(180deg);
19546
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19547
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19548
+ }
19549
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19550
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19551
+ }
19552
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19553
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19554
+ }
19555
+ @supports not selector(:focus-visible) {
19556
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19557
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19558
+ }
19559
+ }
19560
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19561
+ opacity: 1;
19562
+ }.v-chip {
19563
+ align-items: center;
19564
+ display: inline-flex;
19565
+ font-weight: 400;
19566
+ max-width: 100%;
19567
+ min-width: 0;
19568
+ overflow: hidden;
19569
+ position: relative;
19570
+ text-decoration: none;
19571
+ white-space: nowrap;
19572
+ vertical-align: middle;
19573
+ }
19574
+ .v-chip .v-icon {
19575
+ --v-icon-size-multiplier: 0.8571428571;
19576
+ }
19577
+ .v-chip.v-chip--size-x-small {
19578
+ --v-chip-size: 0.625rem;
19579
+ --v-chip-height: 20px;
19580
+ font-size: 0.625rem;
19581
+ padding: 0 8px;
19582
+ }
19583
+ .v-chip.v-chip--size-x-small .v-avatar {
19584
+ --v-avatar-height: 14px;
19585
+ }
19586
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19587
+ --v-avatar-height: 20px;
19588
+ }
19589
+
19590
+ .v-chip.v-chip--size-x-small .v-avatar--start {
19591
+ margin-inline-start: -5.6px;
19592
+ margin-inline-end: 4px;
19593
+ }
19594
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19595
+ margin-inline-start: -8px;
19596
+ }
19597
+
19598
+ .v-chip.v-chip--size-x-small .v-avatar--end {
19599
+ margin-inline-start: 4px;
19600
+ margin-inline-end: -5.6px;
19601
+ }
19602
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19603
+ margin-inline-end: -8px;
19604
+ }
19605
+
19606
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19607
+ margin-inline-start: 12px;
19608
+ }
19609
+
19610
+ .v-chip.v-chip--size-x-small .v-icon--start,
19611
+ .v-chip.v-chip--size-x-small .v-chip__filter {
19612
+ margin-inline-start: -4px;
19613
+ margin-inline-end: 4px;
19732
19614
  }
19733
19615
  .v-chip.v-chip--size-x-small .v-icon--end,
19734
19616
  .v-chip.v-chip--size-x-small .v-chip__close {
@@ -20095,6 +19977,75 @@ html.overflow-y-hidden {
20095
19977
 
20096
19978
  .v-chip--label {
20097
19979
  border-radius: 4px;
19980
+ }.v-btn-group {
19981
+ display: inline-flex;
19982
+ flex-wrap: nowrap;
19983
+ max-width: 100%;
19984
+ min-width: 0;
19985
+ overflow: hidden;
19986
+ vertical-align: middle;
19987
+ }
19988
+ .v-btn-group {
19989
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19990
+ border-style: solid;
19991
+ border-width: 0;
19992
+ }
19993
+ .v-btn-group--border {
19994
+ border-width: thin;
19995
+ box-shadow: none;
19996
+ }
19997
+ .v-btn-group {
19998
+ 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));
19999
+ }
20000
+ .v-btn-group {
20001
+ border-radius: 4px;
20002
+ }
20003
+ .v-btn-group {
20004
+ background: transparent;
20005
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20006
+ }
20007
+ .v-btn-group--density-default.v-btn-group {
20008
+ height: 48px;
20009
+ }
20010
+
20011
+ .v-btn-group--density-comfortable.v-btn-group {
20012
+ height: 40px;
20013
+ }
20014
+
20015
+ .v-btn-group--density-compact.v-btn-group {
20016
+ height: 36px;
20017
+ }
20018
+
20019
+ .v-btn-group .v-btn {
20020
+ border-radius: 0;
20021
+ border-color: inherit;
20022
+ }
20023
+ .v-btn-group .v-btn:not(:last-child) {
20024
+ border-inline-end: none;
20025
+ }
20026
+ .v-btn-group .v-btn:not(:first-child) {
20027
+ border-inline-start: none;
20028
+ }
20029
+ .v-btn-group .v-btn:first-child {
20030
+ border-start-start-radius: inherit;
20031
+ border-end-start-radius: inherit;
20032
+ }
20033
+ .v-btn-group .v-btn:last-child {
20034
+ border-start-end-radius: inherit;
20035
+ border-end-end-radius: inherit;
20036
+ }
20037
+ .v-btn-group--divided .v-btn:not(:last-child) {
20038
+ border-inline-end-width: thin;
20039
+ border-inline-end-style: solid;
20040
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
20041
+ }
20042
+ .v-btn-group--tile {
20043
+ border-radius: 0;
20044
+ }.v-checkbox.v-input {
20045
+ flex: 0 1 auto;
20046
+ }
20047
+ .v-checkbox .v-selection-control {
20048
+ min-height: var(--v-input-control-height);
20098
20049
  }.v-chip-group {
20099
20050
  display: flex;
20100
20051
  max-width: 100%;
@@ -20113,6 +20064,28 @@ html.overflow-y-hidden {
20113
20064
  white-space: normal;
20114
20065
  flex-wrap: wrap;
20115
20066
  max-width: 100%;
20067
+ }.v-color-picker {
20068
+ align-self: flex-start;
20069
+ contain: content;
20070
+ }
20071
+ .v-color-picker.v-sheet {
20072
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20073
+ }
20074
+ .v-color-picker.v-sheet {
20075
+ border-radius: 4px;
20076
+ }
20077
+
20078
+ .v-color-picker__controls {
20079
+ display: flex;
20080
+ flex-direction: column;
20081
+ padding: 16px;
20082
+ }
20083
+
20084
+ .v-color-picker--flat {
20085
+ 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));
20086
+ }
20087
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20088
+ 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));
20116
20089
  }.v-container {
20117
20090
  width: 100%;
20118
20091
  padding: 16px;
@@ -20870,30 +20843,109 @@ html.overflow-y-hidden {
20870
20843
  .v-combobox--active-menu .v-combobox__menu-icon {
20871
20844
  opacity: var(--v-high-emphasis-opacity);
20872
20845
  transform: rotate(180deg);
20873
- }.v-color-picker {
20874
- align-self: flex-start;
20875
- contain: content;
20846
+ }.v-counter {
20847
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20848
+ flex: 0 1 auto;
20849
+ font-size: 12px;
20850
+ transition-duration: 150ms;
20851
+ }.v-carousel {
20852
+ overflow: hidden;
20853
+ position: relative;
20854
+ width: 100%;
20876
20855
  }
20877
- .v-color-picker.v-sheet {
20878
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20856
+ .v-carousel__controls {
20857
+ align-items: center;
20858
+ bottom: 0;
20859
+ display: flex;
20860
+ height: 50px;
20861
+ justify-content: center;
20862
+ list-style-type: none;
20863
+ position: absolute;
20864
+ width: 100%;
20865
+ z-index: 1;
20879
20866
  }
20880
- .v-color-picker.v-sheet {
20881
- border-radius: 4px;
20867
+ .v-carousel__controls {
20868
+ background: rgba(var(--v-theme-surface-variant), 0.3);
20869
+ color: rgb(var(--v-theme-on-surface-variant));
20882
20870
  }
20883
-
20884
- .v-color-picker__controls {
20885
- display: flex;
20886
- flex-direction: column;
20887
- padding: 16px;
20871
+ .v-carousel__controls > .v-item-group {
20872
+ flex: 0 1 auto;
20888
20873
  }
20889
-
20890
- .v-color-picker--flat {
20891
- 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));
20874
+ .v-carousel__controls__item {
20875
+ margin: 0 8px;
20892
20876
  }
20893
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20894
- 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));
20895
- }.v-data-table {
20896
- width: 100%;
20877
+ .v-carousel__controls__item .v-icon {
20878
+ opacity: 0.5;
20879
+ }
20880
+ .v-carousel__controls__item--active .v-icon {
20881
+ opacity: 1;
20882
+ vertical-align: middle;
20883
+ }
20884
+ .v-carousel__controls__item:hover {
20885
+ background: none;
20886
+ }
20887
+ .v-carousel__controls__item:hover .v-icon {
20888
+ opacity: 0.8;
20889
+ }
20890
+
20891
+ .v-carousel__progress {
20892
+ margin: 0;
20893
+ position: absolute;
20894
+ bottom: 0;
20895
+ left: 0;
20896
+ right: 0;
20897
+ }
20898
+
20899
+ .v-carousel-item {
20900
+ display: block;
20901
+ height: inherit;
20902
+ text-decoration: none;
20903
+ }
20904
+ .v-carousel-item > .v-img {
20905
+ height: inherit;
20906
+ }
20907
+
20908
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
20909
+ background: transparent;
20910
+ }
20911
+
20912
+ .v-carousel--vertical-delimiters .v-carousel__controls {
20913
+ flex-direction: column;
20914
+ height: 100% !important;
20915
+ width: 50px;
20916
+ }.v-data-table-footer {
20917
+ align-items: center;
20918
+ display: flex;
20919
+ flex-wrap: wrap;
20920
+ justify-content: flex-end;
20921
+ padding: 8px 4px;
20922
+ }
20923
+ .v-data-table-footer__items-per-page {
20924
+ align-items: center;
20925
+ display: flex;
20926
+ justify-content: center;
20927
+ }
20928
+ .v-data-table-footer__items-per-page > span {
20929
+ padding-inline-end: 8px;
20930
+ }
20931
+ .v-data-table-footer__items-per-page > .v-select {
20932
+ width: 90px;
20933
+ }
20934
+ .v-data-table-footer__info {
20935
+ display: flex;
20936
+ justify-content: flex-end;
20937
+ min-width: 116px;
20938
+ padding: 0 16px;
20939
+ }
20940
+ .v-data-table-footer__paginationz {
20941
+ align-items: center;
20942
+ display: flex;
20943
+ margin-inline-start: 16px;
20944
+ }
20945
+ .v-data-table-footer__page {
20946
+ padding: 0 8px;
20947
+ }.v-data-table {
20948
+ width: 100%;
20897
20949
  }
20898
20950
 
20899
20951
  .v-data-table__table {
@@ -21079,42 +21131,6 @@ html.overflow-y-hidden {
21079
21131
  }
21080
21132
  .v-data-table__td-sort-icon-active {
21081
21133
  color: rgba(var(--v-theme-on-surface));
21082
- }.v-data-table-footer {
21083
- align-items: center;
21084
- display: flex;
21085
- flex-wrap: wrap;
21086
- justify-content: flex-end;
21087
- padding: 8px 4px;
21088
- }
21089
- .v-data-table-footer__items-per-page {
21090
- align-items: center;
21091
- display: flex;
21092
- justify-content: center;
21093
- }
21094
- .v-data-table-footer__items-per-page > span {
21095
- padding-inline-end: 8px;
21096
- }
21097
- .v-data-table-footer__items-per-page > .v-select {
21098
- width: 90px;
21099
- }
21100
- .v-data-table-footer__info {
21101
- display: flex;
21102
- justify-content: flex-end;
21103
- min-width: 116px;
21104
- padding: 0 16px;
21105
- }
21106
- .v-data-table-footer__paginationz {
21107
- align-items: center;
21108
- display: flex;
21109
- margin-inline-start: 16px;
21110
- }
21111
- .v-data-table-footer__page {
21112
- padding: 0 8px;
21113
- }.v-counter {
21114
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21115
- flex: 0 1 auto;
21116
- font-size: 12px;
21117
- transition-duration: 150ms;
21118
21134
  }.v-date-picker-controls {
21119
21135
  display: flex;
21120
21136
  align-items: center;
@@ -21177,61 +21193,6 @@ html.overflow-y-hidden {
21177
21193
  }
21178
21194
  .v-date-picker--show-week {
21179
21195
  width: 368px;
21180
- }.v-date-picker-month {
21181
- display: flex;
21182
- justify-content: center;
21183
- padding: 0 12px 8px;
21184
- --v-date-picker-month-day-diff: 4px;
21185
- }
21186
-
21187
- .v-date-picker-month__weeks {
21188
- display: grid;
21189
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21190
- column-gap: 4px;
21191
- font-size: 0.85rem;
21192
- }
21193
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21194
- grid-row-gap: 0;
21195
- }
21196
-
21197
- .v-date-picker-month__weekday {
21198
- font-size: 0.85rem;
21199
- }
21200
-
21201
- .v-date-picker-month__days {
21202
- display: grid;
21203
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21204
- column-gap: 4px;
21205
- flex: 1 1;
21206
- justify-content: space-around;
21207
- }
21208
-
21209
- .v-date-picker-month__day {
21210
- align-items: center;
21211
- display: flex;
21212
- justify-content: center;
21213
- position: relative;
21214
- height: 40px;
21215
- width: 40px;
21216
- }
21217
- .v-date-picker-month__day--selected .v-btn {
21218
- background-color: rgb(var(--v-theme-surface-variant));
21219
- color: rgb(var(--v-theme-on-surface-variant));
21220
- }
21221
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21222
- --v-btn-height: 24px;
21223
- --v-btn-size: 0.85rem;
21224
- }
21225
- .v-date-picker-month__day--week {
21226
- font-size: var(--v-btn-size);
21227
- }
21228
-
21229
- .v-date-picker-month__day--adjacent {
21230
- opacity: 0.5;
21231
- }
21232
-
21233
- .v-date-picker-month__day--hide-adjacent {
21234
- opacity: 0;
21235
21196
  }.v-date-picker-months {
21236
21197
  height: 288px;
21237
21198
  }
@@ -21251,21 +21212,6 @@ html.overflow-y-hidden {
21251
21212
  text-transform: none;
21252
21213
  padding-inline-start: 8px;
21253
21214
  padding-inline-end: 8px;
21254
- }.v-date-picker-years {
21255
- height: 288px;
21256
- overflow-y: scroll;
21257
- }
21258
-
21259
- .v-date-picker-years__content {
21260
- display: grid;
21261
- flex: 1 1;
21262
- justify-content: space-around;
21263
- grid-template-columns: repeat(3, 1fr);
21264
- gap: 8px 24px;
21265
- padding-inline: 32px;
21266
- }
21267
- .v-date-picker-years__content .v-btn {
21268
- padding-inline: 8px;
21269
21215
  }.v-date-picker-header {
21270
21216
  align-items: flex-end;
21271
21217
  height: 70px;
@@ -21326,6 +21272,76 @@ html.overflow-y-hidden {
21326
21272
  .date-picker-header-reverse-transition-leave-to {
21327
21273
  opacity: 0;
21328
21274
  transform: translate(0, 100%);
21275
+ }.v-date-picker-month {
21276
+ display: flex;
21277
+ justify-content: center;
21278
+ padding: 0 12px 8px;
21279
+ --v-date-picker-month-day-diff: 4px;
21280
+ }
21281
+
21282
+ .v-date-picker-month__weeks {
21283
+ display: grid;
21284
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21285
+ column-gap: 4px;
21286
+ font-size: 0.85rem;
21287
+ }
21288
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
21289
+ grid-row-gap: 0;
21290
+ }
21291
+
21292
+ .v-date-picker-month__weekday {
21293
+ font-size: 0.85rem;
21294
+ }
21295
+
21296
+ .v-date-picker-month__days {
21297
+ display: grid;
21298
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21299
+ column-gap: 4px;
21300
+ flex: 1 1;
21301
+ justify-content: space-around;
21302
+ }
21303
+
21304
+ .v-date-picker-month__day {
21305
+ align-items: center;
21306
+ display: flex;
21307
+ justify-content: center;
21308
+ position: relative;
21309
+ height: 40px;
21310
+ width: 40px;
21311
+ }
21312
+ .v-date-picker-month__day--selected .v-btn {
21313
+ background-color: rgb(var(--v-theme-surface-variant));
21314
+ color: rgb(var(--v-theme-on-surface-variant));
21315
+ }
21316
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21317
+ --v-btn-height: 24px;
21318
+ --v-btn-size: 0.85rem;
21319
+ }
21320
+ .v-date-picker-month__day--week {
21321
+ font-size: var(--v-btn-size);
21322
+ }
21323
+
21324
+ .v-date-picker-month__day--adjacent {
21325
+ opacity: 0.5;
21326
+ }
21327
+
21328
+ .v-date-picker-month__day--hide-adjacent {
21329
+ opacity: 0;
21330
+ }.v-date-picker-years {
21331
+ height: 288px;
21332
+ overflow-y: scroll;
21333
+ }
21334
+
21335
+ .v-date-picker-years__content {
21336
+ display: grid;
21337
+ flex: 1 1;
21338
+ justify-content: space-around;
21339
+ grid-template-columns: repeat(3, 1fr);
21340
+ gap: 8px 24px;
21341
+ padding-inline: 32px;
21342
+ }
21343
+ .v-date-picker-years__content .v-btn {
21344
+ padding-inline: 8px;
21329
21345
  }.v-dialog {
21330
21346
  align-items: center;
21331
21347
  justify-content: center;
@@ -21477,73 +21493,295 @@ html.overflow-y-hidden {
21477
21493
  }
21478
21494
  .v-divider__wrapper--vertical .v-divider {
21479
21495
  margin: 0 auto;
21480
- }.v-empty-state {
21481
- align-items: center;
21482
- display: flex;
21483
- flex-direction: column;
21484
- justify-content: center;
21485
- min-height: 100%;
21486
- padding: 16px;
21496
+ }.v-expansion-panel {
21497
+ background-color: rgb(var(--v-theme-surface));
21498
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21487
21499
  }
21488
- .v-empty-state--start {
21489
- align-items: flex-start;
21500
+ .v-expansion-panel:not(:first-child)::after {
21501
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21490
21502
  }
21491
- .v-empty-state--center {
21492
- align-items: center;
21503
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21504
+ color: rgba(var(--v-theme-on-surface), 0.26);
21493
21505
  }
21494
- .v-empty-state--end {
21495
- align-items: flex-end;
21506
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21507
+ opacity: 0.4615384615;
21496
21508
  }
21497
21509
 
21498
- .v-empty-state__media {
21499
- text-align: center;
21510
+ .v-expansion-panels {
21511
+ display: flex;
21512
+ flex-wrap: wrap;
21513
+ justify-content: center;
21514
+ list-style-type: none;
21515
+ padding: 0;
21500
21516
  width: 100%;
21517
+ position: relative;
21518
+ z-index: 1;
21501
21519
  }
21502
- .v-empty-state__media .v-icon {
21503
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21520
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21521
+ border-bottom-left-radius: 0 !important;
21522
+ border-bottom-right-radius: 0 !important;
21523
+ }
21524
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21525
+ border-top-left-radius: 0 !important;
21526
+ border-top-right-radius: 0 !important;
21527
+ }
21528
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21529
+ border-bottom-left-radius: 0 !important;
21530
+ border-bottom-right-radius: 0 !important;
21531
+ }
21532
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21533
+ border-top-left-radius: 0 !important;
21534
+ border-top-right-radius: 0 !important;
21535
+ }
21536
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
21537
+ border-bottom-left-radius: 0 !important;
21538
+ border-bottom-right-radius: 0 !important;
21539
+ }
21540
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
21541
+ border-top-left-radius: 0 !important;
21542
+ border-top-right-radius: 0 !important;
21543
+ }
21544
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
21545
+ border-bottom-left-radius: initial;
21546
+ border-bottom-right-radius: initial;
21547
+ }
21548
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
21549
+ border-radius: 0 !important;
21550
+ }
21551
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
21552
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
21504
21553
  }
21505
21554
 
21506
- .v-empty-state__headline {
21507
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21508
- font-size: 3.75rem;
21509
- font-weight: 300;
21555
+ .v-expansion-panel {
21556
+ flex: 1 0 100%;
21557
+ max-width: 100%;
21558
+ position: relative;
21559
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
21560
+ transition-property: margin-top, border-radius, border, max-width;
21561
+ border-radius: 4px;
21562
+ }
21563
+ .v-expansion-panel:not(:first-child)::after {
21564
+ border-top-style: solid;
21565
+ border-top-width: thin;
21566
+ content: "";
21567
+ left: 0;
21568
+ position: absolute;
21569
+ right: 0;
21570
+ top: 0;
21571
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
21572
+ }
21573
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21574
+ pointer-events: none;
21575
+ }
21576
+ .v-expansion-panel--active:not(:first-child),
21577
+ .v-expansion-panel--active + .v-expansion-panel {
21578
+ margin-top: 16px;
21579
+ }
21580
+ .v-expansion-panel--active:not(:first-child)::after,
21581
+ .v-expansion-panel--active + .v-expansion-panel::after {
21582
+ opacity: 0;
21583
+ }
21584
+ .v-expansion-panel--active > .v-expansion-panel-title {
21585
+ border-bottom-left-radius: 0;
21586
+ border-bottom-right-radius: 0;
21587
+ }
21588
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
21589
+ min-height: 64px;
21590
+ }
21591
+
21592
+ .v-expansion-panel__shadow {
21593
+ border-radius: inherit;
21594
+ z-index: -1;
21595
+ }
21596
+ .v-expansion-panel__shadow {
21597
+ position: absolute;
21598
+ top: 0;
21599
+ left: 0;
21600
+ width: 100%;
21601
+ height: 100%;
21602
+ }
21603
+ .v-expansion-panel__shadow {
21604
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21605
+ }
21606
+
21607
+ .v-expansion-panel-title {
21608
+ align-items: center;
21609
+ text-align: start;
21610
+ border-radius: inherit;
21611
+ display: flex;
21612
+ font-size: 0.9375rem;
21510
21613
  line-height: 1;
21511
- text-align: center;
21512
- margin-bottom: 8px;
21614
+ min-height: 48px;
21615
+ outline: none;
21616
+ padding: 16px 24px;
21617
+ position: relative;
21618
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
21619
+ width: 100%;
21620
+ justify-content: space-between;
21513
21621
  }
21514
- .v-empty-state--mobile .v-empty-state__headline {
21515
- font-size: 2.125rem;
21622
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
21623
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21624
+ }
21625
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
21626
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21627
+ }
21628
+ @supports not selector(:focus-visible) {
21629
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
21630
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21631
+ }
21632
+ }
21633
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
21634
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21635
+ }
21636
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
21637
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21638
+ }
21639
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
21640
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21641
+ }
21642
+ @supports not selector(:focus-visible) {
21643
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
21644
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21645
+ }
21516
21646
  }
21517
21647
 
21518
- .v-empty-state__title {
21519
- font-size: 1.25rem;
21520
- font-weight: 500;
21521
- line-height: 1.6;
21522
- margin-bottom: 4px;
21523
- text-align: center;
21648
+ .v-expansion-panel-title__overlay {
21649
+ background-color: currentColor;
21650
+ border-radius: inherit;
21651
+ opacity: 0;
21652
+ }
21653
+ .v-expansion-panel-title__overlay {
21654
+ position: absolute;
21655
+ top: 0;
21656
+ left: 0;
21657
+ width: 100%;
21658
+ height: 100%;
21524
21659
  }
21525
21660
 
21526
- .v-empty-state__text {
21527
- font-size: 0.875rem;
21528
- font-weight: 400;
21529
- line-height: 1.425;
21530
- padding: 0 16px;
21531
- text-align: center;
21661
+ .v-expansion-panel-title__icon {
21662
+ display: inline-flex;
21663
+ margin-bottom: -4px;
21664
+ margin-top: -4px;
21665
+ -webkit-user-select: none;
21666
+ user-select: none;
21667
+ margin-inline-start: auto;
21532
21668
  }
21533
21669
 
21534
- .v-empty-state__content {
21535
- padding: 24px 0;
21670
+ .v-expansion-panel-text {
21671
+ display: flex;
21672
+ }
21673
+ .v-expansion-panel-text__wrapper {
21674
+ padding: 8px 24px 16px;
21675
+ flex: 1 1 auto;
21676
+ max-width: 100%;
21536
21677
  }
21537
21678
 
21538
- .v-empty-state__actions {
21679
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21680
+ margin-top: 0;
21681
+ }
21682
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21683
+ opacity: 1;
21684
+ }
21685
+
21686
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21687
+ max-width: calc(100% - 32px);
21688
+ }
21689
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21690
+ max-width: calc(100% + 16px);
21691
+ }
21692
+
21693
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21694
+ max-width: 100%;
21695
+ }
21696
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21697
+ max-width: calc(100% - 32px);
21698
+ }
21699
+
21700
+ .v-expansion-panels--flat > .v-expansion-panel::after {
21701
+ border-top: none;
21702
+ }
21703
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
21704
+ display: none;
21705
+ }
21706
+
21707
+ .v-expansion-panels--tile {
21708
+ border-radius: 0;
21709
+ }
21710
+ .v-expansion-panels--tile > .v-expansion-panel {
21711
+ border-radius: 0;
21712
+ }.v-fab {
21713
+ align-items: center;
21714
+ display: inline-flex;
21715
+ flex: 1 1 auto;
21716
+ pointer-events: none;
21717
+ position: relative;
21718
+ transition-duration: 0.2s;
21719
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21720
+ vertical-align: middle;
21721
+ }
21722
+ .v-fab .v-btn {
21723
+ pointer-events: auto;
21724
+ }
21725
+ .v-fab .v-btn--variant-elevated {
21726
+ 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));
21727
+ }
21728
+ .v-fab--app, .v-fab--absolute {
21539
21729
  display: flex;
21540
- gap: 8px;
21541
- padding: 16px;
21730
+ }
21731
+ .v-fab--absolute {
21732
+ position: absolute;
21733
+ inset: 0;
21734
+ }
21735
+ .v-fab--start, .v-fab--left {
21736
+ justify-content: flex-start;
21737
+ }
21738
+ .v-fab--center {
21739
+ align-items: center;
21740
+ justify-content: center;
21741
+ }
21742
+ .v-fab--end, .v-fab--right {
21743
+ justify-content: flex-end;
21744
+ }
21745
+ .v-fab--bottom {
21746
+ align-items: flex-end;
21747
+ }
21748
+ .v-fab--top {
21749
+ align-items: flex-start;
21750
+ }
21751
+ .v-fab--extended .v-btn {
21752
+ border-radius: 9999px !important;
21542
21753
  }
21543
21754
 
21544
- .v-empty-state__action-btn.v-btn {
21545
- background-color: initial;
21546
- color: initial;
21755
+ .v-fab__container {
21756
+ align-self: center;
21757
+ display: inline-flex;
21758
+ vertical-align: middle;
21759
+ }
21760
+ .v-fab--app .v-fab__container {
21761
+ margin: 12px;
21762
+ position: fixed;
21763
+ }
21764
+ .v-fab--absolute .v-fab__container {
21765
+ position: absolute;
21766
+ z-index: 4;
21767
+ }
21768
+ .v-fab--offset.v-fab--top .v-fab__container {
21769
+ transform: translateY(-50%);
21770
+ }
21771
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21772
+ transform: translateY(50%);
21773
+ }
21774
+ .v-fab--top .v-fab__container {
21775
+ top: 0;
21776
+ }
21777
+ .v-fab--bottom .v-fab__container {
21778
+ bottom: 0;
21779
+ }
21780
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21781
+ left: 0;
21782
+ }
21783
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21784
+ right: 0;
21547
21785
  }/* region INPUT */
21548
21786
  .v-field {
21549
21787
  display: grid;
@@ -22121,345 +22359,239 @@ textarea.v-field__input::placeholder {
22121
22359
  .v-field--reverse .v-field__outline {
22122
22360
  flex-direction: row-reverse;
22123
22361
  }
22124
- .v-field--reverse .v-field__input, .v-field--reverse input {
22125
- text-align: end;
22126
- }
22127
-
22128
- .v-input--disabled .v-field--variant-filled .v-field__outline::before,
22129
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
22130
- 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;
22131
- }
22132
-
22133
- .v-field--loading .v-field__outline::after,
22134
- .v-field--loading .v-field__outline::before {
22135
- opacity: 0;
22136
- }
22137
-
22138
- /* endregion */.v-footer {
22139
- align-items: center;
22140
- display: flex;
22141
- flex: 1 1 auto;
22142
- padding: 8px 16px;
22143
- position: relative;
22144
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22145
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22146
- }
22147
- .v-footer {
22148
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22149
- border-style: solid;
22150
- border-width: 0;
22151
- }
22152
- .v-footer--border {
22153
- border-width: thin;
22154
- box-shadow: none;
22155
- }
22156
- .v-footer {
22157
- 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));
22158
- }
22159
- .v-footer--absolute {
22160
- position: absolute;
22161
- }
22162
- .v-footer--fixed {
22163
- position: fixed;
22164
- }
22165
- .v-footer {
22166
- border-radius: 0;
22167
- }
22168
- .v-footer {
22169
- background: rgb(var(--v-theme-surface));
22170
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22171
- }
22172
- .v-footer--rounded {
22173
- border-radius: 4px;
22174
- }.v-expansion-panel {
22175
- background-color: rgb(var(--v-theme-surface));
22176
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22177
- }
22178
- .v-expansion-panel:not(:first-child)::after {
22179
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22180
- }
22181
- .v-expansion-panel--disabled .v-expansion-panel-title {
22182
- color: rgba(var(--v-theme-on-surface), 0.26);
22183
- }
22184
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
22185
- opacity: 0.4615384615;
22186
- }
22187
-
22188
- .v-expansion-panels {
22189
- display: flex;
22190
- flex-wrap: wrap;
22191
- justify-content: center;
22192
- list-style-type: none;
22193
- padding: 0;
22194
- width: 100%;
22195
- position: relative;
22196
- z-index: 1;
22197
- }
22198
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22199
- border-bottom-left-radius: 0 !important;
22200
- border-bottom-right-radius: 0 !important;
22201
- }
22202
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22203
- border-top-left-radius: 0 !important;
22204
- border-top-right-radius: 0 !important;
22205
- }
22206
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22207
- border-bottom-left-radius: 0 !important;
22208
- border-bottom-right-radius: 0 !important;
22209
- }
22210
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22211
- border-top-left-radius: 0 !important;
22212
- border-top-right-radius: 0 !important;
22213
- }
22214
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
22215
- border-bottom-left-radius: 0 !important;
22216
- border-bottom-right-radius: 0 !important;
22217
- }
22218
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
22219
- border-top-left-radius: 0 !important;
22220
- border-top-right-radius: 0 !important;
22221
- }
22222
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
22223
- border-bottom-left-radius: initial;
22224
- border-bottom-right-radius: initial;
22225
- }
22226
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
22227
- border-radius: 0 !important;
22228
- }
22229
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
22230
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
22231
- }
22232
-
22233
- .v-expansion-panel {
22234
- flex: 1 0 100%;
22235
- max-width: 100%;
22236
- position: relative;
22237
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
22238
- transition-property: margin-top, border-radius, border, max-width;
22239
- border-radius: 4px;
22240
- }
22241
- .v-expansion-panel:not(:first-child)::after {
22242
- border-top-style: solid;
22243
- border-top-width: thin;
22244
- content: "";
22245
- left: 0;
22246
- position: absolute;
22247
- right: 0;
22248
- top: 0;
22249
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
22250
- }
22251
- .v-expansion-panel--disabled .v-expansion-panel-title {
22252
- pointer-events: none;
22362
+ .v-field--reverse .v-field__input, .v-field--reverse input {
22363
+ text-align: end;
22253
22364
  }
22254
- .v-expansion-panel--active:not(:first-child),
22255
- .v-expansion-panel--active + .v-expansion-panel {
22256
- margin-top: 16px;
22365
+
22366
+ .v-input--disabled .v-field--variant-filled .v-field__outline::before,
22367
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
22368
+ 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;
22257
22369
  }
22258
- .v-expansion-panel--active:not(:first-child)::after,
22259
- .v-expansion-panel--active + .v-expansion-panel::after {
22370
+
22371
+ .v-field--loading .v-field__outline::after,
22372
+ .v-field--loading .v-field__outline::before {
22260
22373
  opacity: 0;
22261
22374
  }
22262
- .v-expansion-panel--active > .v-expansion-panel-title {
22263
- border-bottom-left-radius: 0;
22264
- border-bottom-right-radius: 0;
22375
+
22376
+ /* endregion */.v-file-input--hide.v-input .v-field,
22377
+ .v-file-input--hide.v-input .v-input__control,
22378
+ .v-file-input--hide.v-input .v-input__details {
22379
+ display: none;
22265
22380
  }
22266
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
22267
- min-height: 64px;
22381
+ .v-file-input--hide.v-input .v-input__prepend {
22382
+ grid-area: control;
22383
+ margin: 0 auto;
22268
22384
  }
22269
-
22270
- .v-expansion-panel__shadow {
22271
- border-radius: inherit;
22272
- z-index: -1;
22385
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22386
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22387
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22388
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22389
+ top: 0px;
22273
22390
  }
22274
- .v-expansion-panel__shadow {
22391
+ .v-file-input input[type=file] {
22392
+ height: 100%;
22393
+ left: 0;
22394
+ opacity: 0;
22275
22395
  position: absolute;
22276
22396
  top: 0;
22277
- left: 0;
22278
22397
  width: 100%;
22279
- height: 100%;
22280
22398
  }
22281
- .v-expansion-panel__shadow {
22282
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22399
+ .v-file-input .v-input__details {
22400
+ padding-inline: 16px;
22283
22401
  }
22284
-
22285
- .v-expansion-panel-title {
22402
+ .v-input--plain-underlined.v-file-input .v-input__details {
22403
+ padding-inline: 0;
22404
+ }.v-footer {
22286
22405
  align-items: center;
22287
- text-align: start;
22288
- border-radius: inherit;
22289
22406
  display: flex;
22290
- font-size: 0.9375rem;
22291
- line-height: 1;
22292
- min-height: 48px;
22293
- outline: none;
22294
- padding: 16px 24px;
22407
+ flex: 1 1 auto;
22408
+ padding: 8px 16px;
22295
22409
  position: relative;
22296
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
22297
- width: 100%;
22298
- justify-content: space-between;
22299
- }
22300
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
22301
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22410
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22411
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22302
22412
  }
22303
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
22304
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22413
+ .v-footer {
22414
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22415
+ border-style: solid;
22416
+ border-width: 0;
22305
22417
  }
22306
- @supports not selector(:focus-visible) {
22307
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
22308
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22309
- }
22418
+ .v-footer--border {
22419
+ border-width: thin;
22420
+ box-shadow: none;
22310
22421
  }
22311
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
22312
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
22422
+ .v-footer {
22423
+ 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));
22313
22424
  }
22314
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
22315
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22425
+ .v-footer--absolute {
22426
+ position: absolute;
22316
22427
  }
22317
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
22318
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22428
+ .v-footer--fixed {
22429
+ position: fixed;
22319
22430
  }
22320
- @supports not selector(:focus-visible) {
22321
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
22322
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22323
- }
22431
+ .v-footer {
22432
+ border-radius: 0;
22324
22433
  }
22325
-
22326
- .v-expansion-panel-title__overlay {
22327
- background-color: currentColor;
22328
- border-radius: inherit;
22329
- opacity: 0;
22434
+ .v-footer {
22435
+ background: rgb(var(--v-theme-surface));
22436
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22330
22437
  }
22331
- .v-expansion-panel-title__overlay {
22332
- position: absolute;
22333
- top: 0;
22334
- left: 0;
22335
- width: 100%;
22336
- height: 100%;
22438
+ .v-footer--rounded {
22439
+ border-radius: 4px;
22440
+ }.v-empty-state {
22441
+ align-items: center;
22442
+ display: flex;
22443
+ flex-direction: column;
22444
+ justify-content: center;
22445
+ min-height: 100%;
22446
+ padding: 16px;
22337
22447
  }
22338
-
22339
- .v-expansion-panel-title__icon {
22340
- display: inline-flex;
22341
- margin-bottom: -4px;
22342
- margin-top: -4px;
22343
- -webkit-user-select: none;
22344
- user-select: none;
22345
- margin-inline-start: auto;
22448
+ .v-empty-state--start {
22449
+ align-items: flex-start;
22346
22450
  }
22347
-
22348
- .v-expansion-panel-text {
22349
- display: flex;
22451
+ .v-empty-state--center {
22452
+ align-items: center;
22350
22453
  }
22351
- .v-expansion-panel-text__wrapper {
22352
- padding: 8px 24px 16px;
22353
- flex: 1 1 auto;
22354
- max-width: 100%;
22454
+ .v-empty-state--end {
22455
+ align-items: flex-end;
22355
22456
  }
22356
22457
 
22357
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
22358
- margin-top: 0;
22458
+ .v-empty-state__media {
22459
+ text-align: center;
22460
+ width: 100%;
22359
22461
  }
22360
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
22361
- opacity: 1;
22462
+ .v-empty-state__media .v-icon {
22463
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22362
22464
  }
22363
22465
 
22364
- .v-expansion-panels--variant-popout > .v-expansion-panel {
22365
- max-width: calc(100% - 32px);
22466
+ .v-empty-state__headline {
22467
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22468
+ font-size: 3.75rem;
22469
+ font-weight: 300;
22470
+ line-height: 1;
22471
+ text-align: center;
22472
+ margin-bottom: 8px;
22366
22473
  }
22367
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
22368
- max-width: calc(100% + 16px);
22474
+ .v-empty-state--mobile .v-empty-state__headline {
22475
+ font-size: 2.125rem;
22369
22476
  }
22370
22477
 
22371
- .v-expansion-panels--variant-inset > .v-expansion-panel {
22372
- max-width: 100%;
22478
+ .v-empty-state__title {
22479
+ font-size: 1.25rem;
22480
+ font-weight: 500;
22481
+ line-height: 1.6;
22482
+ margin-bottom: 4px;
22483
+ text-align: center;
22373
22484
  }
22374
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
22375
- max-width: calc(100% - 32px);
22485
+
22486
+ .v-empty-state__text {
22487
+ font-size: 0.875rem;
22488
+ font-weight: 400;
22489
+ line-height: 1.425;
22490
+ padding: 0 16px;
22491
+ text-align: center;
22376
22492
  }
22377
22493
 
22378
- .v-expansion-panels--flat > .v-expansion-panel::after {
22379
- border-top: none;
22494
+ .v-empty-state__content {
22495
+ padding: 24px 0;
22380
22496
  }
22381
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
22382
- display: none;
22497
+
22498
+ .v-empty-state__actions {
22499
+ display: flex;
22500
+ gap: 8px;
22501
+ padding: 16px;
22383
22502
  }
22384
22503
 
22385
- .v-expansion-panels--tile {
22386
- border-radius: 0;
22504
+ .v-empty-state__action-btn.v-btn {
22505
+ background-color: initial;
22506
+ color: initial;
22507
+ }.v-img {
22508
+ --v-theme-overlay-multiplier: 3;
22509
+ z-index: 0;
22387
22510
  }
22388
- .v-expansion-panels--tile > .v-expansion-panel {
22389
- border-radius: 0;
22390
- }.v-fab {
22391
- align-items: center;
22392
- display: inline-flex;
22393
- flex: 1 1 auto;
22394
- pointer-events: none;
22395
- position: relative;
22396
- transition-duration: 0.2s;
22397
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22398
- vertical-align: middle;
22511
+ .v-img.v-img--absolute {
22512
+ height: 100%;
22513
+ left: 0;
22514
+ overflow: hidden;
22515
+ position: absolute;
22516
+ top: 0;
22517
+ width: 100%;
22518
+ z-index: -1;
22399
22519
  }
22400
- .v-fab .v-btn {
22401
- pointer-events: auto;
22520
+ .v-img--booting .v-responsive__sizer {
22521
+ transition: none;
22402
22522
  }
22403
- .v-fab .v-btn--variant-elevated {
22404
- 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));
22523
+ .v-img--rounded {
22524
+ border-radius: 4px;
22405
22525
  }
22406
- .v-fab--app, .v-fab--absolute {
22407
- display: flex;
22526
+
22527
+ .v-img__img,
22528
+ .v-img__picture,
22529
+ .v-img__gradient,
22530
+ .v-img__placeholder,
22531
+ .v-img__error {
22532
+ z-index: -1;
22408
22533
  }
22409
- .v-fab--absolute {
22534
+ .v-img__img,
22535
+ .v-img__picture,
22536
+ .v-img__gradient,
22537
+ .v-img__placeholder,
22538
+ .v-img__error {
22410
22539
  position: absolute;
22411
- inset: 0;
22412
- }
22413
- .v-fab--start, .v-fab--left {
22414
- justify-content: flex-start;
22415
- }
22416
- .v-fab--center {
22417
- align-items: center;
22418
- justify-content: center;
22419
- }
22420
- .v-fab--end, .v-fab--right {
22421
- justify-content: flex-end;
22540
+ top: 0;
22541
+ left: 0;
22542
+ width: 100%;
22543
+ height: 100%;
22422
22544
  }
22423
- .v-fab--bottom {
22424
- align-items: flex-end;
22545
+
22546
+ .v-img__img--preload {
22547
+ filter: blur(4px);
22425
22548
  }
22426
- .v-fab--top {
22427
- align-items: flex-start;
22549
+ .v-img__img--contain {
22550
+ object-fit: contain;
22428
22551
  }
22429
- .v-fab--extended .v-btn {
22430
- border-radius: 9999px !important;
22552
+ .v-img__img--cover {
22553
+ object-fit: cover;
22431
22554
  }
22432
22555
 
22433
- .v-fab__container {
22434
- align-self: center;
22435
- display: inline-flex;
22436
- vertical-align: middle;
22437
- }
22438
- .v-fab--app .v-fab__container {
22439
- margin: 12px;
22440
- position: fixed;
22556
+ .v-img__gradient {
22557
+ background-repeat: no-repeat;
22558
+ }.v-infinite-scroll--horizontal {
22559
+ display: flex;
22560
+ flex-direction: row;
22561
+ overflow-x: auto;
22441
22562
  }
22442
- .v-fab--absolute .v-fab__container {
22443
- position: absolute;
22444
- z-index: 4;
22563
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22564
+ height: 100%;
22565
+ width: var(--v-infinite-margin-size, 1px);
22445
22566
  }
22446
- .v-fab--offset.v-fab--top .v-fab__container {
22447
- transform: translateY(-50%);
22567
+
22568
+ .v-infinite-scroll--vertical {
22569
+ display: flex;
22570
+ flex-direction: column;
22571
+ overflow-y: auto;
22448
22572
  }
22449
- .v-fab--offset.v-fab--bottom .v-fab__container {
22450
- transform: translateY(50%);
22573
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22574
+ height: 1px;
22575
+ width: 100%;
22451
22576
  }
22452
- .v-fab--top .v-fab__container {
22453
- top: 0;
22577
+
22578
+ .v-infinite-scroll-intersect {
22579
+ pointer-events: none;
22580
+ margin-top: var(--v-infinite-margin);
22581
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22454
22582
  }
22455
- .v-fab--bottom .v-fab__container {
22456
- bottom: 0;
22583
+ .v-infinite-scroll-intersect:nth-child(2) {
22584
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22457
22585
  }
22458
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22459
- left: 0;
22586
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22587
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22460
22588
  }
22461
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22462
- right: 0;
22589
+
22590
+ .v-infinite-scroll__side {
22591
+ align-items: center;
22592
+ display: flex;
22593
+ justify-content: center;
22594
+ padding: 8px;
22463
22595
  }.v-icon {
22464
22596
  --v-icon-size-multiplier: 1;
22465
22597
  align-items: center;
@@ -22513,76 +22645,21 @@ textarea.v-field__input::placeholder {
22513
22645
 
22514
22646
  .v-icon--end {
22515
22647
  margin-inline-start: 8px;
22516
- }.v-file-input--hide.v-input .v-field,
22517
- .v-file-input--hide.v-input .v-input__control,
22518
- .v-file-input--hide.v-input .v-input__details {
22519
- display: none;
22520
- }
22521
- .v-file-input--hide.v-input .v-input__prepend {
22522
- grid-area: control;
22523
- margin: 0 auto;
22524
- }
22525
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22526
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22527
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22528
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22529
- top: 0px;
22530
- }
22531
- .v-file-input input[type=file] {
22532
- height: 100%;
22533
- left: 0;
22534
- opacity: 0;
22535
- position: absolute;
22536
- top: 0;
22537
- width: 100%;
22538
- }
22539
- .v-file-input .v-input__details {
22540
- padding-inline: 16px;
22541
- }
22542
- .v-input--plain-underlined.v-file-input .v-input__details {
22543
- padding-inline: 0;
22544
- }.v-infinite-scroll--horizontal {
22545
- display: flex;
22546
- flex-direction: row;
22547
- overflow-x: auto;
22548
- }
22549
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22550
- height: 100%;
22551
- width: var(--v-infinite-margin-size, 1px);
22552
- }
22553
-
22554
- .v-infinite-scroll--vertical {
22555
- display: flex;
22556
- flex-direction: column;
22557
- overflow-y: auto;
22558
- }
22559
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22560
- height: 1px;
22561
- width: 100%;
22562
- }
22563
-
22564
- .v-infinite-scroll-intersect {
22565
- pointer-events: none;
22566
- margin-top: var(--v-infinite-margin);
22567
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22568
- }
22569
- .v-infinite-scroll-intersect:nth-child(2) {
22570
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22571
- }
22572
- .v-infinite-scroll-intersect:nth-last-child(2) {
22573
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22648
+ }.v-label {
22649
+ align-items: center;
22650
+ color: inherit;
22651
+ display: inline-flex;
22652
+ font-size: 1rem;
22653
+ letter-spacing: 0.009375em;
22654
+ min-width: 0;
22655
+ opacity: var(--v-medium-emphasis-opacity);
22656
+ overflow: hidden;
22657
+ text-overflow: ellipsis;
22658
+ white-space: nowrap;
22574
22659
  }
22575
22660
 
22576
- .v-infinite-scroll__side {
22577
- align-items: center;
22578
- display: flex;
22579
- justify-content: center;
22580
- padding: 8px;
22581
- }.v-item-group {
22582
- flex: 0 1 auto;
22583
- max-width: 100%;
22584
- position: relative;
22585
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22661
+ .v-label--clickable {
22662
+ cursor: pointer;
22586
22663
  }.v-input {
22587
22664
  display: grid;
22588
22665
  flex: 1 1 auto;
@@ -22725,21 +22802,6 @@ textarea.v-field__input::placeholder {
22725
22802
 
22726
22803
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22727
22804
  padding-top: calc(var(--v-input-padding-top) + 0px);
22728
- }.v-label {
22729
- align-items: center;
22730
- color: inherit;
22731
- display: inline-flex;
22732
- font-size: 1rem;
22733
- letter-spacing: 0.009375em;
22734
- min-width: 0;
22735
- opacity: var(--v-medium-emphasis-opacity);
22736
- overflow: hidden;
22737
- text-overflow: ellipsis;
22738
- white-space: nowrap;
22739
- }
22740
-
22741
- .v-label--clickable {
22742
- cursor: pointer;
22743
22805
  }.v-layout {
22744
22806
  --v-scrollbar-offset: 0px;
22745
22807
  display: flex;
@@ -22755,6 +22817,8 @@ textarea.v-field__input::placeholder {
22755
22817
 
22756
22818
  .v-layout-item--absolute {
22757
22819
  position: absolute;
22820
+ }.v-locale-provider {
22821
+ display: contents;
22758
22822
  }.v-list {
22759
22823
  overflow: auto;
22760
22824
  padding: 8px 0;
@@ -23331,8 +23395,6 @@ textarea.v-field__input::placeholder {
23331
23395
  }
23332
23396
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23333
23397
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23334
- }.v-locale-provider {
23335
- display: contents;
23336
23398
  }.v-main {
23337
23399
  flex: 1 0 auto;
23338
23400
  max-width: 100%;
@@ -23363,22 +23425,6 @@ textarea.v-field__input::placeholder {
23363
23425
  --v-layout-right: 0px;
23364
23426
  --v-layout-top: 0px;
23365
23427
  --v-layout-bottom: 0px;
23366
- }.v-messages {
23367
- flex: 1 1 auto;
23368
- font-size: 12px;
23369
- min-height: 14px;
23370
- min-width: 1px;
23371
- opacity: var(--v-medium-emphasis-opacity);
23372
- position: relative;
23373
- }
23374
- .v-messages__message {
23375
- line-height: 12px;
23376
- word-break: break-word;
23377
- overflow-wrap: break-word;
23378
- word-wrap: break-word;
23379
- -webkit-hyphens: auto;
23380
- hyphens: auto;
23381
- transition-duration: 150ms;
23382
23428
  }.v-menu > .v-overlay__content {
23383
23429
  display: flex;
23384
23430
  flex-direction: column;
@@ -23502,6 +23548,27 @@ textarea.v-field__input::placeholder {
23502
23548
  .v-navigation-drawer__append {
23503
23549
  flex: none;
23504
23550
  overflow: hidden;
23551
+ }.v-messages {
23552
+ flex: 1 1 auto;
23553
+ font-size: 12px;
23554
+ min-height: 14px;
23555
+ min-width: 1px;
23556
+ opacity: var(--v-medium-emphasis-opacity);
23557
+ position: relative;
23558
+ }
23559
+ .v-messages__message {
23560
+ line-height: 12px;
23561
+ word-break: break-word;
23562
+ overflow-wrap: break-word;
23563
+ word-wrap: break-word;
23564
+ -webkit-hyphens: auto;
23565
+ hyphens: auto;
23566
+ transition-duration: 150ms;
23567
+ }.v-item-group {
23568
+ flex: 0 1 auto;
23569
+ max-width: 100%;
23570
+ position: relative;
23571
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23505
23572
  }.v-otp-input {
23506
23573
  align-items: center;
23507
23574
  display: flex;
@@ -23560,84 +23627,116 @@ textarea.v-field__input::placeholder {
23560
23627
  }
23561
23628
  .v-otp-input__loader .v-progress-linear {
23562
23629
  position: absolute;
23563
- }.v-overlay-container {
23564
- contain: layout;
23565
- left: 0;
23566
- pointer-events: none;
23630
+ }.v-pagination__list {
23631
+ display: inline-flex;
23632
+ list-style-type: none;
23633
+ justify-content: center;
23634
+ width: 100%;
23635
+ }
23636
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23637
+ margin: 0.3rem;
23638
+ }.v-progress-circular {
23639
+ align-items: center;
23640
+ display: inline-flex;
23641
+ justify-content: center;
23642
+ position: relative;
23643
+ vertical-align: middle;
23644
+ }
23645
+ .v-progress-circular > svg {
23646
+ width: 100%;
23647
+ height: 100%;
23648
+ margin: auto;
23567
23649
  position: absolute;
23568
23650
  top: 0;
23569
- display: contents;
23651
+ bottom: 0;
23652
+ left: 0;
23653
+ right: 0;
23654
+ z-index: 0;
23655
+ }
23656
+
23657
+ .v-progress-circular__content {
23658
+ align-items: center;
23659
+ display: flex;
23660
+ justify-content: center;
23661
+ }
23662
+
23663
+ .v-progress-circular__underlay {
23664
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23665
+ stroke: currentColor;
23666
+ z-index: 1;
23667
+ }
23668
+
23669
+ .v-progress-circular__overlay {
23670
+ stroke: currentColor;
23671
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23672
+ z-index: 2;
23673
+ }
23674
+
23675
+ .v-progress-circular--size-x-small {
23676
+ height: 16px;
23677
+ width: 16px;
23570
23678
  }
23571
-
23572
- .v-overlay-scroll-blocked {
23573
- padding-inline-end: var(--v-scrollbar-offset);
23679
+ .v-progress-circular--size-small {
23680
+ height: 24px;
23681
+ width: 24px;
23574
23682
  }
23575
- .v-overlay-scroll-blocked:not(html) {
23576
- overflow-y: hidden !important;
23683
+ .v-progress-circular--size-default {
23684
+ height: 32px;
23685
+ width: 32px;
23577
23686
  }
23578
- html.v-overlay-scroll-blocked {
23579
- position: fixed;
23580
- top: var(--v-body-scroll-y);
23581
- left: var(--v-body-scroll-x);
23582
- width: 100%;
23583
- height: 100%;
23687
+ .v-progress-circular--size-large {
23688
+ height: 48px;
23689
+ width: 48px;
23584
23690
  }
23585
-
23586
- .v-overlay {
23587
- --v-overlay-opacity: 0.32;
23588
- border-radius: inherit;
23589
- display: flex;
23590
- left: 0;
23591
- pointer-events: none;
23592
- position: fixed;
23593
- top: 0;
23594
- bottom: 0;
23595
- right: 0;
23691
+ .v-progress-circular--size-x-large {
23692
+ height: 64px;
23693
+ width: 64px;
23596
23694
  }
23597
23695
 
23598
- .v-overlay__content {
23599
- outline: none;
23600
- position: absolute;
23601
- pointer-events: auto;
23602
- contain: layout;
23696
+ .v-progress-circular--indeterminate > svg {
23697
+ animation: progress-circular-rotate 1.4s linear infinite;
23698
+ transform-origin: center center;
23699
+ transition: all 0.2s ease-in-out;
23603
23700
  }
23604
-
23605
- .v-overlay__scrim {
23606
- pointer-events: auto;
23607
- background: rgb(var(--v-theme-on-surface));
23608
- border-radius: inherit;
23609
- bottom: 0;
23610
- left: 0;
23611
- opacity: var(--v-overlay-opacity);
23612
- position: fixed;
23613
- right: 0;
23614
- top: 0;
23701
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23702
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23703
+ stroke-dasharray: 25, 200;
23704
+ stroke-dashoffset: 0;
23705
+ stroke-linecap: round;
23706
+ transform-origin: center center;
23707
+ transform: rotate(-90deg);
23615
23708
  }
23616
23709
 
23617
- .v-overlay--absolute {
23618
- position: absolute;
23710
+ .v-progress-circular--disable-shrink > svg {
23711
+ animation-duration: 0.7s;
23619
23712
  }
23620
-
23621
- .v-overlay--contained .v-overlay__scrim {
23622
- position: absolute;
23713
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23714
+ animation: none;
23623
23715
  }
23624
23716
 
23625
- .v-overlay--scroll-blocked {
23626
- padding-inline-end: var(--v-scrollbar-offset);
23627
- }.v-parallax {
23628
- position: relative;
23629
- overflow: hidden;
23717
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23718
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23719
+ animation-play-state: paused !important;
23630
23720
  }
23631
- .v-parallax--active > .v-img__img {
23632
- will-change: transform;
23633
- }.v-pagination__list {
23634
- display: inline-flex;
23635
- list-style-type: none;
23636
- justify-content: center;
23637
- width: 100%;
23721
+
23722
+ @keyframes progress-circular-dash {
23723
+ 0% {
23724
+ stroke-dasharray: 1, 200;
23725
+ stroke-dashoffset: 0px;
23726
+ }
23727
+ 50% {
23728
+ stroke-dasharray: 100, 200;
23729
+ stroke-dashoffset: -15px;
23730
+ }
23731
+ 100% {
23732
+ stroke-dasharray: 100, 200;
23733
+ stroke-dashoffset: -124px;
23734
+ }
23638
23735
  }
23639
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23640
- margin: 0.3rem;
23736
+ @keyframes progress-circular-rotate {
23737
+ 100% {
23738
+ transform: rotate(270deg);
23739
+ }
23641
23740
  }.v-progress-linear {
23642
23741
  background: transparent;
23643
23742
  overflow: hidden;
@@ -23773,258 +23872,105 @@ html.v-overlay-scroll-blocked {
23773
23872
  border-radius: 9999px;
23774
23873
  }
23775
23874
  .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
23776
- .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
23777
- border-radius: inherit;
23778
- }
23779
-
23780
- .v-progress-linear--striped .v-progress-linear__determinate {
23781
- animation: progress-linear-stripes 1s infinite linear;
23782
- background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
23783
- background-repeat: repeat;
23784
- background-size: var(--v-progress-linear-height);
23785
- }
23786
-
23787
- .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
23788
- animation-play-state: running;
23789
- }
23790
- .v-progress-linear--active .v-progress-linear__stream {
23791
- animation-play-state: running;
23792
- }
23793
-
23794
- .v-progress-linear--rounded-bar .v-progress-linear__determinate,
23795
- .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
23796
- .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
23797
- border-radius: 9999px;
23798
- }
23799
- .v-progress-linear--rounded-bar .v-progress-linear__determinate {
23800
- border-start-start-radius: 0;
23801
- border-end-start-radius: 0;
23802
- }
23803
-
23804
- @keyframes indeterminate-ltr {
23805
- 0% {
23806
- left: -90%;
23807
- right: 100%;
23808
- }
23809
- 60% {
23810
- left: -90%;
23811
- right: 100%;
23812
- }
23813
- 100% {
23814
- left: 100%;
23815
- right: -35%;
23816
- }
23817
- }
23818
- @keyframes indeterminate-rtl {
23819
- 0% {
23820
- left: 100%;
23821
- right: -90%;
23822
- }
23823
- 60% {
23824
- left: 100%;
23825
- right: -90%;
23826
- }
23827
- 100% {
23828
- left: -35%;
23829
- right: 100%;
23830
- }
23831
- }
23832
- @keyframes indeterminate-short-ltr {
23833
- 0% {
23834
- left: -200%;
23835
- right: 100%;
23836
- }
23837
- 60% {
23838
- left: 107%;
23839
- right: -8%;
23840
- }
23841
- 100% {
23842
- left: 107%;
23843
- right: -8%;
23844
- }
23845
- }
23846
- @keyframes indeterminate-short-rtl {
23847
- 0% {
23848
- left: 100%;
23849
- right: -200%;
23850
- }
23851
- 60% {
23852
- left: -8%;
23853
- right: 107%;
23854
- }
23855
- 100% {
23856
- left: -8%;
23857
- right: 107%;
23858
- }
23859
- }
23860
- @keyframes stream {
23861
- to {
23862
- transform: translateX(var(--v-progress-linear-stream-to));
23863
- }
23864
- }
23865
- @keyframes progress-linear-stripes {
23866
- 0% {
23867
- background-position-x: var(--v-progress-linear-height);
23868
- }
23869
- }.v-progress-circular {
23870
- align-items: center;
23871
- display: inline-flex;
23872
- justify-content: center;
23873
- position: relative;
23874
- vertical-align: middle;
23875
- }
23876
- .v-progress-circular > svg {
23877
- width: 100%;
23878
- height: 100%;
23879
- margin: auto;
23880
- position: absolute;
23881
- top: 0;
23882
- bottom: 0;
23883
- left: 0;
23884
- right: 0;
23885
- z-index: 0;
23886
- }
23887
-
23888
- .v-progress-circular__content {
23889
- align-items: center;
23890
- display: flex;
23891
- justify-content: center;
23892
- }
23893
-
23894
- .v-progress-circular__underlay {
23895
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23896
- stroke: currentColor;
23897
- z-index: 1;
23898
- }
23899
-
23900
- .v-progress-circular__overlay {
23901
- stroke: currentColor;
23902
- transition: all 0.2s ease-in-out, stroke-width 0s;
23903
- z-index: 2;
23904
- }
23905
-
23906
- .v-progress-circular--size-x-small {
23907
- height: 16px;
23908
- width: 16px;
23909
- }
23910
- .v-progress-circular--size-small {
23911
- height: 24px;
23912
- width: 24px;
23913
- }
23914
- .v-progress-circular--size-default {
23915
- height: 32px;
23916
- width: 32px;
23917
- }
23918
- .v-progress-circular--size-large {
23919
- height: 48px;
23920
- width: 48px;
23921
- }
23922
- .v-progress-circular--size-x-large {
23923
- height: 64px;
23924
- width: 64px;
23875
+ .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
23876
+ border-radius: inherit;
23925
23877
  }
23926
23878
 
23927
- .v-progress-circular--indeterminate > svg {
23928
- animation: progress-circular-rotate 1.4s linear infinite;
23929
- transform-origin: center center;
23930
- transition: all 0.2s ease-in-out;
23931
- }
23932
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23933
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23934
- stroke-dasharray: 25, 200;
23935
- stroke-dashoffset: 0;
23936
- stroke-linecap: round;
23937
- transform-origin: center center;
23938
- transform: rotate(-90deg);
23879
+ .v-progress-linear--striped .v-progress-linear__determinate {
23880
+ animation: progress-linear-stripes 1s infinite linear;
23881
+ background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
23882
+ background-repeat: repeat;
23883
+ background-size: var(--v-progress-linear-height);
23939
23884
  }
23940
23885
 
23941
- .v-progress-circular--disable-shrink > svg {
23942
- animation-duration: 0.7s;
23886
+ .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
23887
+ animation-play-state: running;
23943
23888
  }
23944
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23945
- animation: none;
23889
+ .v-progress-linear--active .v-progress-linear__stream {
23890
+ animation-play-state: running;
23946
23891
  }
23947
23892
 
23948
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23949
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23950
- animation-play-state: paused !important;
23893
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate,
23894
+ .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
23895
+ .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
23896
+ border-radius: 9999px;
23897
+ }
23898
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate {
23899
+ border-start-start-radius: 0;
23900
+ border-end-start-radius: 0;
23951
23901
  }
23952
23902
 
23953
- @keyframes progress-circular-dash {
23903
+ @keyframes indeterminate-ltr {
23954
23904
  0% {
23955
- stroke-dasharray: 1, 200;
23956
- stroke-dashoffset: 0px;
23905
+ left: -90%;
23906
+ right: 100%;
23957
23907
  }
23958
- 50% {
23959
- stroke-dasharray: 100, 200;
23960
- stroke-dashoffset: -15px;
23908
+ 60% {
23909
+ left: -90%;
23910
+ right: 100%;
23961
23911
  }
23962
23912
  100% {
23963
- stroke-dasharray: 100, 200;
23964
- stroke-dashoffset: -124px;
23913
+ left: 100%;
23914
+ right: -35%;
23965
23915
  }
23966
23916
  }
23967
- @keyframes progress-circular-rotate {
23917
+ @keyframes indeterminate-rtl {
23918
+ 0% {
23919
+ left: 100%;
23920
+ right: -90%;
23921
+ }
23922
+ 60% {
23923
+ left: 100%;
23924
+ right: -90%;
23925
+ }
23968
23926
  100% {
23969
- transform: rotate(270deg);
23927
+ left: -35%;
23928
+ right: 100%;
23970
23929
  }
23971
- }.v-slider .v-slider__container input {
23972
- cursor: default;
23973
- padding: 0;
23974
- width: 100%;
23975
- display: none;
23976
- }
23977
- .v-slider > .v-input__append,
23978
- .v-slider > .v-input__prepend {
23979
- padding: 0;
23980
- }
23981
-
23982
- .v-slider__container {
23983
- position: relative;
23984
- min-height: inherit;
23985
- width: 100%;
23986
- height: 100%;
23987
- display: flex;
23988
- justify-content: center;
23989
- align-items: center;
23990
- cursor: pointer;
23991
- }
23992
- .v-input--disabled .v-slider__container {
23993
- opacity: var(--v-disabled-opacity);
23994
- }
23995
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23996
- color: rgb(var(--v-theme-error));
23997
- }
23998
-
23999
- .v-slider.v-input--horizontal {
24000
- align-items: center;
24001
- margin-inline: 8px 8px;
24002
- }
24003
- .v-slider.v-input--horizontal > .v-input__control {
24004
- min-height: 32px;
24005
- display: flex;
24006
- align-items: center;
24007
23930
  }
24008
-
24009
- .v-slider.v-input--vertical {
24010
- justify-content: center;
24011
- margin-top: 12px;
24012
- margin-bottom: 12px;
23931
+ @keyframes indeterminate-short-ltr {
23932
+ 0% {
23933
+ left: -200%;
23934
+ right: 100%;
23935
+ }
23936
+ 60% {
23937
+ left: 107%;
23938
+ right: -8%;
23939
+ }
23940
+ 100% {
23941
+ left: 107%;
23942
+ right: -8%;
23943
+ }
24013
23944
  }
24014
- .v-slider.v-input--vertical > .v-input__control {
24015
- min-height: 300px;
23945
+ @keyframes indeterminate-short-rtl {
23946
+ 0% {
23947
+ left: 100%;
23948
+ right: -200%;
23949
+ }
23950
+ 60% {
23951
+ left: -8%;
23952
+ right: 107%;
23953
+ }
23954
+ 100% {
23955
+ left: -8%;
23956
+ right: 107%;
23957
+ }
24016
23958
  }
24017
-
24018
- .v-slider.v-input--disabled {
24019
- pointer-events: none;
23959
+ @keyframes stream {
23960
+ to {
23961
+ transform: translateX(var(--v-progress-linear-stream-to));
23962
+ }
24020
23963
  }
24021
-
24022
- .v-slider--has-labels > .v-input__control {
24023
- margin-bottom: 4px;
23964
+ @keyframes progress-linear-stripes {
23965
+ 0% {
23966
+ background-position-x: var(--v-progress-linear-height);
23967
+ }
23968
+ }.v-parallax {
23969
+ position: relative;
23970
+ overflow: hidden;
24024
23971
  }
24025
-
24026
- .v-slider__label {
24027
- margin-inline-end: 12px;
23972
+ .v-parallax--active > .v-img__img {
23973
+ will-change: transform;
24028
23974
  }.v-radio-group > .v-input__control {
24029
23975
  flex-direction: column;
24030
23976
  }
@@ -24037,40 +23983,6 @@ html.v-overlay-scroll-blocked {
24037
23983
  }
24038
23984
  .v-radio-group .v-input__details {
24039
23985
  padding-inline: 16px;
24040
- }.v-responsive {
24041
- display: flex;
24042
- flex: 1 0 auto;
24043
- max-height: 100%;
24044
- max-width: 100%;
24045
- overflow: hidden;
24046
- position: relative;
24047
- }
24048
- .v-responsive--inline {
24049
- display: inline-flex;
24050
- flex: 0 0 auto;
24051
- }
24052
-
24053
- .v-responsive__content {
24054
- flex: 1 0 0px;
24055
- max-width: 100%;
24056
- }
24057
-
24058
- .v-responsive__sizer ~ .v-responsive__content {
24059
- margin-inline-start: -100%;
24060
- }
24061
-
24062
- .v-responsive__sizer {
24063
- flex: 1 0 0px;
24064
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24065
- pointer-events: none;
24066
- }.v-selection-control-group {
24067
- grid-area: control;
24068
- display: flex;
24069
- flex-direction: column;
24070
- }
24071
- .v-selection-control-group--inline {
24072
- flex-direction: row;
24073
- flex-wrap: wrap;
24074
23986
  }.v-rating {
24075
23987
  max-width: 100%;
24076
23988
  display: inline-flex;
@@ -24109,21 +24021,85 @@ html.v-overlay-scroll-blocked {
24109
24021
  .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24110
24022
  transform: scale(1.25);
24111
24023
  }
24112
- .v-rating__item--half {
24113
- overflow: hidden;
24024
+ .v-rating__item--half {
24025
+ overflow: hidden;
24026
+ position: absolute;
24027
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24028
+ z-index: 1;
24029
+ }
24030
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24031
+ opacity: 0;
24032
+ }
24033
+
24034
+ .v-rating__hidden {
24035
+ height: 0;
24036
+ opacity: 0;
24037
+ position: absolute;
24038
+ width: 0;
24039
+ }.v-overlay-container {
24040
+ contain: layout;
24041
+ left: 0;
24042
+ pointer-events: none;
24043
+ position: absolute;
24044
+ top: 0;
24045
+ display: contents;
24046
+ }
24047
+
24048
+ .v-overlay-scroll-blocked {
24049
+ padding-inline-end: var(--v-scrollbar-offset);
24050
+ }
24051
+ .v-overlay-scroll-blocked:not(html) {
24052
+ overflow-y: hidden !important;
24053
+ }
24054
+ html.v-overlay-scroll-blocked {
24055
+ position: fixed;
24056
+ top: var(--v-body-scroll-y);
24057
+ left: var(--v-body-scroll-x);
24058
+ width: 100%;
24059
+ height: 100%;
24060
+ }
24061
+
24062
+ .v-overlay {
24063
+ --v-overlay-opacity: 0.32;
24064
+ border-radius: inherit;
24065
+ display: flex;
24066
+ left: 0;
24067
+ pointer-events: none;
24068
+ position: fixed;
24069
+ top: 0;
24070
+ bottom: 0;
24071
+ right: 0;
24072
+ }
24073
+
24074
+ .v-overlay__content {
24075
+ outline: none;
24076
+ position: absolute;
24077
+ pointer-events: auto;
24078
+ contain: layout;
24079
+ }
24080
+
24081
+ .v-overlay__scrim {
24082
+ pointer-events: auto;
24083
+ background: rgb(var(--v-theme-on-surface));
24084
+ border-radius: inherit;
24085
+ bottom: 0;
24086
+ left: 0;
24087
+ opacity: var(--v-overlay-opacity);
24088
+ position: fixed;
24089
+ right: 0;
24090
+ top: 0;
24091
+ }
24092
+
24093
+ .v-overlay--absolute {
24114
24094
  position: absolute;
24115
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24116
- z-index: 1;
24117
- }
24118
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24119
- opacity: 0;
24120
24095
  }
24121
24096
 
24122
- .v-rating__hidden {
24123
- height: 0;
24124
- opacity: 0;
24097
+ .v-overlay--contained .v-overlay__scrim {
24125
24098
  position: absolute;
24126
- width: 0;
24099
+ }
24100
+
24101
+ .v-overlay--scroll-blocked {
24102
+ padding-inline-end: var(--v-scrollbar-offset);
24127
24103
  }.v-select .v-field .v-text-field__prefix,
24128
24104
  .v-select .v-field .v-text-field__suffix,
24129
24105
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24176,6 +24152,40 @@ html.v-overlay-scroll-blocked {
24176
24152
  .v-select--active-menu .v-select__menu-icon {
24177
24153
  opacity: var(--v-high-emphasis-opacity);
24178
24154
  transform: rotate(180deg);
24155
+ }.v-selection-control-group {
24156
+ grid-area: control;
24157
+ display: flex;
24158
+ flex-direction: column;
24159
+ }
24160
+ .v-selection-control-group--inline {
24161
+ flex-direction: row;
24162
+ flex-wrap: wrap;
24163
+ }.v-responsive {
24164
+ display: flex;
24165
+ flex: 1 0 auto;
24166
+ max-height: 100%;
24167
+ max-width: 100%;
24168
+ overflow: hidden;
24169
+ position: relative;
24170
+ }
24171
+ .v-responsive--inline {
24172
+ display: inline-flex;
24173
+ flex: 0 0 auto;
24174
+ }
24175
+
24176
+ .v-responsive__content {
24177
+ flex: 1 0 0px;
24178
+ max-width: 100%;
24179
+ }
24180
+
24181
+ .v-responsive__sizer ~ .v-responsive__content {
24182
+ margin-inline-start: -100%;
24183
+ }
24184
+
24185
+ .v-responsive__sizer {
24186
+ flex: 1 0 0px;
24187
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24188
+ pointer-events: none;
24179
24189
  }.v-selection-control {
24180
24190
  align-items: center;
24181
24191
  contain: layout;
@@ -24313,61 +24323,6 @@ html.v-overlay-scroll-blocked {
24313
24323
  }
24314
24324
  .v-sheet--rounded {
24315
24325
  border-radius: 4px;
24316
- }.v-slide-group {
24317
- display: flex;
24318
- overflow: hidden;
24319
- }
24320
-
24321
- .v-slide-group__next,
24322
- .v-slide-group__prev {
24323
- align-items: center;
24324
- display: flex;
24325
- flex: 0 1 52px;
24326
- justify-content: center;
24327
- min-width: 52px;
24328
- cursor: pointer;
24329
- }
24330
- .v-slide-group__next--disabled,
24331
- .v-slide-group__prev--disabled {
24332
- pointer-events: none;
24333
- opacity: var(--v-disabled-opacity);
24334
- }
24335
-
24336
- .v-slide-group__content {
24337
- display: flex;
24338
- flex: 1 0 auto;
24339
- position: relative;
24340
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24341
- white-space: nowrap;
24342
- }
24343
- .v-slide-group__content > * {
24344
- white-space: initial;
24345
- }
24346
-
24347
- .v-slide-group__container {
24348
- contain: content;
24349
- display: flex;
24350
- flex: 1 1 auto;
24351
- overflow-x: auto;
24352
- overflow-y: hidden;
24353
- scrollbar-width: none;
24354
- scrollbar-color: rgba(0, 0, 0, 0);
24355
- }
24356
- .v-slide-group__container::-webkit-scrollbar {
24357
- display: none;
24358
- }
24359
-
24360
- .v-slide-group--vertical {
24361
- max-height: inherit;
24362
- }
24363
- .v-slide-group--vertical,
24364
- .v-slide-group--vertical .v-slide-group__container,
24365
- .v-slide-group--vertical .v-slide-group__content {
24366
- flex-direction: column;
24367
- }
24368
- .v-slide-group--vertical .v-slide-group__container {
24369
- overflow-x: hidden;
24370
- overflow-y: auto;
24371
24326
  }.v-skeleton-loader {
24372
24327
  align-items: center;
24373
24328
  background: rgb(var(--v-theme-surface));
@@ -24520,79 +24475,232 @@ html.v-overlay-scroll-blocked {
24520
24475
  .v-skeleton-loader__list-item {
24521
24476
  margin: 16px;
24522
24477
  }
24523
- .v-skeleton-loader__list-item .v-skeleton-loader__text {
24524
- margin: 0;
24478
+ .v-skeleton-loader__list-item .v-skeleton-loader__text {
24479
+ margin: 0;
24480
+ }
24481
+ .v-skeleton-loader__table-thead {
24482
+ justify-content: space-between;
24483
+ }
24484
+ .v-skeleton-loader__table-thead .v-skeleton-loader__heading {
24485
+ margin-top: 16px;
24486
+ max-width: 16px;
24487
+ }
24488
+ .v-skeleton-loader__table-tfoot {
24489
+ flex-wrap: nowrap;
24490
+ }
24491
+ .v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
24492
+ margin-top: 16px;
24493
+ }
24494
+ .v-skeleton-loader__table-row {
24495
+ align-items: baseline;
24496
+ margin: 0 8px;
24497
+ justify-content: space-evenly;
24498
+ flex-wrap: nowrap;
24499
+ }
24500
+ .v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
24501
+ margin-inline: 8px;
24502
+ }
24503
+ .v-skeleton-loader__table-row + .v-skeleton-loader__divider {
24504
+ margin: 0 16px;
24505
+ }
24506
+ .v-skeleton-loader__table-cell {
24507
+ align-items: center;
24508
+ display: flex;
24509
+ height: 48px;
24510
+ width: 88px;
24511
+ }
24512
+ .v-skeleton-loader__table-cell .v-skeleton-loader__text {
24513
+ margin-bottom: 0;
24514
+ }
24515
+ .v-skeleton-loader__subtitle {
24516
+ max-width: 70%;
24517
+ }
24518
+ .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
24519
+ height: 16px;
24520
+ border-radius: 8px;
24521
+ }
24522
+ .v-skeleton-loader__text {
24523
+ border-radius: 6px;
24524
+ margin: 16px;
24525
+ height: 12px;
24526
+ }
24527
+ .v-skeleton-loader__text + .v-skeleton-loader__text {
24528
+ margin-top: -8px;
24529
+ max-width: 50%;
24530
+ }
24531
+ .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
24532
+ max-width: 70%;
24533
+ }
24534
+ .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
24535
+ display: none;
24536
+ }
24537
+ .v-skeleton-loader--is-loading {
24538
+ overflow: hidden;
24539
+ }
24540
+ .v-skeleton-loader--tile {
24541
+ border-radius: 0;
24542
+ }
24543
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
24544
+ border-radius: 0;
24545
+ }
24546
+
24547
+ @keyframes loading {
24548
+ 100% {
24549
+ transform: translateX(100%);
24550
+ }
24551
+ }.v-slider .v-slider__container input {
24552
+ cursor: default;
24553
+ padding: 0;
24554
+ width: 100%;
24555
+ display: none;
24556
+ }
24557
+ .v-slider > .v-input__append,
24558
+ .v-slider > .v-input__prepend {
24559
+ padding: 0;
24560
+ }
24561
+
24562
+ .v-slider__container {
24563
+ position: relative;
24564
+ min-height: inherit;
24565
+ width: 100%;
24566
+ height: 100%;
24567
+ display: flex;
24568
+ justify-content: center;
24569
+ align-items: center;
24570
+ cursor: pointer;
24571
+ }
24572
+ .v-input--disabled .v-slider__container {
24573
+ opacity: var(--v-disabled-opacity);
24574
+ }
24575
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24576
+ color: rgb(var(--v-theme-error));
24577
+ }
24578
+
24579
+ .v-slider.v-input--horizontal {
24580
+ align-items: center;
24581
+ margin-inline: 8px 8px;
24582
+ }
24583
+ .v-slider.v-input--horizontal > .v-input__control {
24584
+ min-height: 32px;
24585
+ display: flex;
24586
+ align-items: center;
24587
+ }
24588
+
24589
+ .v-slider.v-input--vertical {
24590
+ justify-content: center;
24591
+ margin-top: 12px;
24592
+ margin-bottom: 12px;
24593
+ }
24594
+ .v-slider.v-input--vertical > .v-input__control {
24595
+ min-height: 300px;
24596
+ }
24597
+
24598
+ .v-slider.v-input--disabled {
24599
+ pointer-events: none;
24600
+ }
24601
+
24602
+ .v-slider--has-labels > .v-input__control {
24603
+ margin-bottom: 4px;
24604
+ }
24605
+
24606
+ .v-slider__label {
24607
+ margin-inline-end: 12px;
24608
+ }.v-slide-group {
24609
+ display: flex;
24610
+ overflow: hidden;
24611
+ }
24612
+
24613
+ .v-slide-group__next,
24614
+ .v-slide-group__prev {
24615
+ align-items: center;
24616
+ display: flex;
24617
+ flex: 0 1 52px;
24618
+ justify-content: center;
24619
+ min-width: 52px;
24620
+ cursor: pointer;
24621
+ }
24622
+ .v-slide-group__next--disabled,
24623
+ .v-slide-group__prev--disabled {
24624
+ pointer-events: none;
24625
+ opacity: var(--v-disabled-opacity);
24626
+ }
24627
+
24628
+ .v-slide-group__content {
24629
+ display: flex;
24630
+ flex: 1 0 auto;
24631
+ position: relative;
24632
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24633
+ white-space: nowrap;
24525
24634
  }
24526
- .v-skeleton-loader__table-thead {
24527
- justify-content: space-between;
24635
+ .v-slide-group__content > * {
24636
+ white-space: initial;
24528
24637
  }
24529
- .v-skeleton-loader__table-thead .v-skeleton-loader__heading {
24530
- margin-top: 16px;
24531
- max-width: 16px;
24638
+
24639
+ .v-slide-group__container {
24640
+ contain: content;
24641
+ display: flex;
24642
+ flex: 1 1 auto;
24643
+ overflow-x: auto;
24644
+ overflow-y: hidden;
24645
+ scrollbar-width: none;
24646
+ scrollbar-color: rgba(0, 0, 0, 0);
24532
24647
  }
24533
- .v-skeleton-loader__table-tfoot {
24534
- flex-wrap: nowrap;
24648
+ .v-slide-group__container::-webkit-scrollbar {
24649
+ display: none;
24535
24650
  }
24536
- .v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
24537
- margin-top: 16px;
24651
+
24652
+ .v-slide-group--vertical {
24653
+ max-height: inherit;
24538
24654
  }
24539
- .v-skeleton-loader__table-row {
24540
- align-items: baseline;
24541
- margin: 0 8px;
24542
- justify-content: space-evenly;
24543
- flex-wrap: nowrap;
24655
+ .v-slide-group--vertical,
24656
+ .v-slide-group--vertical .v-slide-group__container,
24657
+ .v-slide-group--vertical .v-slide-group__content {
24658
+ flex-direction: column;
24544
24659
  }
24545
- .v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
24546
- margin-inline: 8px;
24660
+ .v-slide-group--vertical .v-slide-group__container {
24661
+ overflow-x: hidden;
24662
+ overflow-y: auto;
24663
+ }.v-speed-dial__content {
24664
+ gap: 8px;
24547
24665
  }
24548
- .v-skeleton-loader__table-row + .v-skeleton-loader__divider {
24549
- margin: 0 16px;
24666
+ .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 {
24667
+ flex-direction: row;
24550
24668
  }
24551
- .v-skeleton-loader__table-cell {
24552
- align-items: center;
24553
- display: flex;
24554
- height: 48px;
24555
- width: 88px;
24669
+ .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 {
24670
+ flex-direction: row-reverse;
24556
24671
  }
24557
- .v-skeleton-loader__table-cell .v-skeleton-loader__text {
24558
- margin-bottom: 0;
24672
+ .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 {
24673
+ flex-direction: column-reverse;
24559
24674
  }
24560
- .v-skeleton-loader__subtitle {
24561
- max-width: 70%;
24675
+ .v-speed-dial__content > *:nth-child(1) {
24676
+ transition-delay: 0s;
24562
24677
  }
24563
- .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
24564
- height: 16px;
24565
- border-radius: 8px;
24678
+ .v-speed-dial__content > *:nth-child(2) {
24679
+ transition-delay: 0.05s;
24566
24680
  }
24567
- .v-skeleton-loader__text {
24568
- border-radius: 6px;
24569
- margin: 16px;
24570
- height: 12px;
24681
+ .v-speed-dial__content > *:nth-child(3) {
24682
+ transition-delay: 0.1s;
24571
24683
  }
24572
- .v-skeleton-loader__text + .v-skeleton-loader__text {
24573
- margin-top: -8px;
24574
- max-width: 50%;
24684
+ .v-speed-dial__content > *:nth-child(4) {
24685
+ transition-delay: 0.15s;
24575
24686
  }
24576
- .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
24577
- max-width: 70%;
24687
+ .v-speed-dial__content > *:nth-child(5) {
24688
+ transition-delay: 0.2s;
24578
24689
  }
24579
- .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
24580
- display: none;
24690
+ .v-speed-dial__content > *:nth-child(6) {
24691
+ transition-delay: 0.25s;
24581
24692
  }
24582
- .v-skeleton-loader--is-loading {
24583
- overflow: hidden;
24693
+ .v-speed-dial__content > *:nth-child(7) {
24694
+ transition-delay: 0.3s;
24584
24695
  }
24585
- .v-skeleton-loader--tile {
24586
- border-radius: 0;
24696
+ .v-speed-dial__content > *:nth-child(8) {
24697
+ transition-delay: 0.35s;
24587
24698
  }
24588
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
24589
- border-radius: 0;
24699
+ .v-speed-dial__content > *:nth-child(9) {
24700
+ transition-delay: 0.4s;
24590
24701
  }
24591
-
24592
- @keyframes loading {
24593
- 100% {
24594
- transform: translateX(100%);
24595
- }
24702
+ .v-speed-dial__content > *:nth-child(10) {
24703
+ transition-delay: 0.45s;
24596
24704
  }.v-snackbar {
24597
24705
  justify-content: center;
24598
24706
  z-index: 10000;
@@ -24733,6 +24841,62 @@ html.v-overlay-scroll-blocked {
24733
24841
  }
24734
24842
  .v-snackbar-transition-leave-to {
24735
24843
  opacity: 0;
24844
+ }.v-stepper.v-sheet {
24845
+ overflow: hidden;
24846
+ }
24847
+ .v-stepper.v-sheet {
24848
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24849
+ }
24850
+ .v-stepper.v-sheet {
24851
+ border-radius: 4px;
24852
+ }
24853
+ .v-stepper.v-sheet.v-stepper--flat {
24854
+ 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));
24855
+ }
24856
+
24857
+ .v-stepper-header {
24858
+ align-items: center;
24859
+ display: flex;
24860
+ position: relative;
24861
+ overflow-x: auto;
24862
+ justify-content: space-between;
24863
+ z-index: 1;
24864
+ }
24865
+ .v-stepper-header {
24866
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24867
+ }
24868
+ .v-stepper-header .v-divider {
24869
+ margin: 0 -16px;
24870
+ }
24871
+ .v-stepper-header .v-divider:last-child {
24872
+ margin-inline-end: 0;
24873
+ }
24874
+ .v-stepper-header .v-divider:first-child {
24875
+ margin-inline-start: 0;
24876
+ }
24877
+ .v-stepper--alt-labels .v-stepper-header {
24878
+ height: auto;
24879
+ }
24880
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24881
+ align-self: flex-start;
24882
+ margin: 35px -67px 0;
24883
+ }
24884
+
24885
+ .v-stepper-window {
24886
+ margin: 1.5rem;
24887
+ }
24888
+
24889
+ .v-stepper-actions {
24890
+ display: flex;
24891
+ align-items: center;
24892
+ justify-content: space-between;
24893
+ padding: 1rem;
24894
+ }
24895
+ .v-stepper .v-stepper-actions {
24896
+ padding: 0 1.5rem 1rem;
24897
+ }
24898
+ .v-stepper-window-item .v-stepper-actions {
24899
+ padding: 1.5rem 0 0;
24736
24900
  }.v-switch .v-label {
24737
24901
  padding-inline-start: 10px;
24738
24902
  }
@@ -24887,90 +25051,34 @@ html.v-overlay-scroll-blocked {
24887
25051
  }
24888
25052
  .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24889
25053
  background-color: highlight;
24890
- }
24891
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24892
- background-color: highlight;
24893
- }
24894
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24895
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24896
- color: highlight;
24897
- }
24898
- .v-switch.v-switch--inset .v-switch__track {
24899
- border-width: 2px;
24900
- }
24901
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24902
- background-color: highlighttext;
24903
- color: highlighttext;
24904
- }
24905
- .v-switch.v-input--disabled .v-switch__thumb {
24906
- background-color: graytext;
24907
- }
24908
- .v-switch.v-input--disabled .v-switch__track,
24909
- .v-switch.v-input--disabled .v-switch__thumb {
24910
- color: graytext;
24911
- }
24912
- .v-switch.v-switch--loading .v-switch__thumb {
24913
- background-color: canvas;
24914
- }
24915
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24916
- border-width: 0;
24917
- }
24918
- }.v-stepper.v-sheet {
24919
- overflow: hidden;
24920
- }
24921
- .v-stepper.v-sheet {
24922
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24923
- }
24924
- .v-stepper.v-sheet {
24925
- border-radius: 4px;
24926
- }
24927
- .v-stepper.v-sheet.v-stepper--flat {
24928
- 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));
24929
- }
24930
-
24931
- .v-stepper-header {
24932
- align-items: center;
24933
- display: flex;
24934
- position: relative;
24935
- overflow-x: auto;
24936
- justify-content: space-between;
24937
- z-index: 1;
24938
- }
24939
- .v-stepper-header {
24940
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24941
- }
24942
- .v-stepper-header .v-divider {
24943
- margin: 0 -16px;
24944
- }
24945
- .v-stepper-header .v-divider:last-child {
24946
- margin-inline-end: 0;
24947
- }
24948
- .v-stepper-header .v-divider:first-child {
24949
- margin-inline-start: 0;
24950
- }
24951
- .v-stepper--alt-labels .v-stepper-header {
24952
- height: auto;
24953
- }
24954
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24955
- align-self: flex-start;
24956
- margin: 35px -67px 0;
24957
- }
24958
-
24959
- .v-stepper-window {
24960
- margin: 1.5rem;
24961
- }
24962
-
24963
- .v-stepper-actions {
24964
- display: flex;
24965
- align-items: center;
24966
- justify-content: space-between;
24967
- padding: 1rem;
24968
- }
24969
- .v-stepper .v-stepper-actions {
24970
- padding: 0 1.5rem 1rem;
24971
- }
24972
- .v-stepper-window-item .v-stepper-actions {
24973
- padding: 1.5rem 0 0;
25054
+ }
25055
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25056
+ background-color: highlight;
25057
+ }
25058
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25059
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25060
+ color: highlight;
25061
+ }
25062
+ .v-switch.v-switch--inset .v-switch__track {
25063
+ border-width: 2px;
25064
+ }
25065
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25066
+ background-color: highlighttext;
25067
+ color: highlighttext;
25068
+ }
25069
+ .v-switch.v-input--disabled .v-switch__thumb {
25070
+ background-color: graytext;
25071
+ }
25072
+ .v-switch.v-input--disabled .v-switch__track,
25073
+ .v-switch.v-input--disabled .v-switch__thumb {
25074
+ color: graytext;
25075
+ }
25076
+ .v-switch.v-switch--loading .v-switch__thumb {
25077
+ background-color: canvas;
25078
+ }
25079
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25080
+ border-width: 0;
25081
+ }
24974
25082
  }.v-stepper-item {
24975
25083
  align-items: center;
24976
25084
  align-self: stretch;
@@ -25228,6 +25336,113 @@ html.v-overlay-scroll-blocked {
25228
25336
  }
25229
25337
  .v-system-bar:not(.v-system-bar--absolute) {
25230
25338
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25339
+ }/* region BLOCK */
25340
+ .v-text-field input {
25341
+ color: inherit;
25342
+ opacity: 0;
25343
+ flex: 1;
25344
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25345
+ min-width: 0;
25346
+ }
25347
+ .v-text-field input:focus, .v-text-field input:active {
25348
+ outline: none;
25349
+ }
25350
+ .v-text-field input:invalid {
25351
+ box-shadow: none;
25352
+ }
25353
+ .v-text-field .v-field {
25354
+ cursor: text;
25355
+ }
25356
+ .v-text-field--prefixed.v-text-field .v-field__input {
25357
+ --v-field-padding-start: 6px;
25358
+ }
25359
+
25360
+ .v-text-field--suffixed.v-text-field .v-field__input {
25361
+ --v-field-padding-end: 0;
25362
+ }
25363
+
25364
+ .v-text-field .v-input__details {
25365
+ padding-inline: 16px;
25366
+ }
25367
+ .v-input--plain-underlined.v-text-field .v-input__details {
25368
+ padding-inline: 0;
25369
+ }
25370
+
25371
+ .v-text-field .v-field--no-label input,
25372
+ .v-text-field .v-field--active input {
25373
+ opacity: 1;
25374
+ }
25375
+ .v-text-field .v-field--single-line input {
25376
+ transition: none;
25377
+ }
25378
+
25379
+ /* endregion */
25380
+ /* region ELEMENTS */
25381
+ .v-text-field__prefix, .v-text-field__suffix {
25382
+ align-items: center;
25383
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25384
+ cursor: default;
25385
+ display: flex;
25386
+ opacity: 0;
25387
+ transition: inherit;
25388
+ white-space: nowrap;
25389
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25390
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25391
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25392
+ }
25393
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25394
+ opacity: 1;
25395
+ }
25396
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25397
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25398
+ }
25399
+ .v-text-field__prefix {
25400
+ padding-inline-start: var(--v-field-padding-start);
25401
+ }
25402
+ .v-text-field__suffix {
25403
+ padding-inline-end: var(--v-field-padding-end);
25404
+ }
25405
+
25406
+ /* endregion */.v-textarea .v-field {
25407
+ --v-textarea-control-height: var(--v-input-control-height);
25408
+ }
25409
+ .v-textarea .v-field__field {
25410
+ --v-input-control-height: var(--v-textarea-control-height);
25411
+ }
25412
+ .v-textarea .v-field__input {
25413
+ flex: 1 1 auto;
25414
+ outline: none;
25415
+ -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));
25416
+ 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));
25417
+ }
25418
+ .v-textarea .v-field__input.v-textarea__sizer {
25419
+ visibility: hidden;
25420
+ position: absolute;
25421
+ top: 0;
25422
+ left: 0;
25423
+ height: 0 !important;
25424
+ min-height: 0 !important;
25425
+ pointer-events: none;
25426
+ }
25427
+ .v-textarea--no-resize .v-field__input {
25428
+ resize: none;
25429
+ }
25430
+ .v-textarea .v-field--no-label textarea,
25431
+ .v-textarea .v-field--active textarea {
25432
+ opacity: 1;
25433
+ }
25434
+ .v-textarea textarea {
25435
+ opacity: 0;
25436
+ flex: 1;
25437
+ min-width: 0;
25438
+ height: 100%;
25439
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25440
+ }
25441
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25442
+ outline: none;
25443
+ }
25444
+ .v-textarea textarea:invalid {
25445
+ box-shadow: none;
25231
25446
  }.v-table {
25232
25447
  font-size: 0.875rem;
25233
25448
  transition-duration: 0.28s;
@@ -25341,145 +25556,35 @@ html.v-overlay-scroll-blocked {
25341
25556
  .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25342
25557
  border-top-right-radius: 0;
25343
25558
  }
25344
-
25345
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25346
- border-bottom-left-radius: 0;
25347
- }
25348
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25349
- border-bottom-right-radius: 0;
25350
- }
25351
-
25352
- .v-table--fixed-height > .v-table__wrapper {
25353
- overflow-y: auto;
25354
- }
25355
-
25356
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25357
- position: sticky;
25358
- top: 0;
25359
- z-index: 2;
25360
- }
25361
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25362
- border-bottom: 0px !important;
25363
- }
25364
-
25365
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25366
- position: sticky;
25367
- bottom: 0;
25368
- z-index: 1;
25369
- }
25370
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25371
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25372
- border-top: 0px !important;
25373
- }.v-textarea .v-field {
25374
- --v-textarea-control-height: var(--v-input-control-height);
25375
- }
25376
- .v-textarea .v-field__field {
25377
- --v-input-control-height: var(--v-textarea-control-height);
25378
- }
25379
- .v-textarea .v-field__input {
25380
- flex: 1 1 auto;
25381
- outline: none;
25382
- -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));
25383
- 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));
25384
- }
25385
- .v-textarea .v-field__input.v-textarea__sizer {
25386
- visibility: hidden;
25387
- position: absolute;
25388
- top: 0;
25389
- left: 0;
25390
- height: 0 !important;
25391
- min-height: 0 !important;
25392
- pointer-events: none;
25393
- }
25394
- .v-textarea--no-resize .v-field__input {
25395
- resize: none;
25396
- }
25397
- .v-textarea .v-field--no-label textarea,
25398
- .v-textarea .v-field--active textarea {
25399
- opacity: 1;
25400
- }
25401
- .v-textarea textarea {
25402
- opacity: 0;
25403
- flex: 1;
25404
- min-width: 0;
25405
- height: 100%;
25406
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25407
- }
25408
- .v-textarea textarea:focus, .v-textarea textarea:active {
25409
- outline: none;
25410
- }
25411
- .v-textarea textarea:invalid {
25412
- box-shadow: none;
25413
- }/* region BLOCK */
25414
- .v-text-field input {
25415
- color: inherit;
25416
- opacity: 0;
25417
- flex: 1;
25418
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25419
- min-width: 0;
25420
- }
25421
- .v-text-field input:focus, .v-text-field input:active {
25422
- outline: none;
25423
- }
25424
- .v-text-field input:invalid {
25425
- box-shadow: none;
25426
- }
25427
- .v-text-field .v-field {
25428
- cursor: text;
25429
- }
25430
- .v-text-field--prefixed.v-text-field .v-field__input {
25431
- --v-field-padding-start: 6px;
25432
- }
25433
-
25434
- .v-text-field--suffixed.v-text-field .v-field__input {
25435
- --v-field-padding-end: 0;
25436
- }
25437
-
25438
- .v-text-field .v-input__details {
25439
- padding-inline: 16px;
25440
- }
25441
- .v-input--plain-underlined.v-text-field .v-input__details {
25442
- padding-inline: 0;
25443
- }
25444
-
25445
- .v-text-field .v-field--no-label input,
25446
- .v-text-field .v-field--active input {
25447
- opacity: 1;
25448
- }
25449
- .v-text-field .v-field--single-line input {
25450
- transition: none;
25451
- }
25452
-
25453
- /* endregion */
25454
- /* region ELEMENTS */
25455
- .v-text-field__prefix, .v-text-field__suffix {
25456
- align-items: center;
25457
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25458
- cursor: default;
25459
- display: flex;
25460
- opacity: 0;
25461
- transition: inherit;
25462
- white-space: nowrap;
25463
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25464
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25465
- padding-bottom: var(--v-field-padding-bottom, 6px);
25466
- }
25467
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25468
- opacity: 1;
25559
+
25560
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25561
+ border-bottom-left-radius: 0;
25469
25562
  }
25470
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25471
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25563
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25564
+ border-bottom-right-radius: 0;
25472
25565
  }
25473
- .v-text-field__prefix {
25474
- padding-inline-start: var(--v-field-padding-start);
25566
+
25567
+ .v-table--fixed-height > .v-table__wrapper {
25568
+ overflow-y: auto;
25475
25569
  }
25476
- .v-text-field__suffix {
25477
- padding-inline-end: var(--v-field-padding-end);
25570
+
25571
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25572
+ position: sticky;
25573
+ top: 0;
25574
+ z-index: 2;
25575
+ }
25576
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25577
+ border-bottom: 0px !important;
25478
25578
  }
25479
25579
 
25480
- /* endregion */.v-theme-provider {
25481
- background: rgb(var(--v-theme-background));
25482
- color: rgb(var(--v-theme-on-background));
25580
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25581
+ position: sticky;
25582
+ bottom: 0;
25583
+ z-index: 1;
25584
+ }
25585
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25586
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25587
+ border-top: 0px !important;
25483
25588
  }.v-timeline .v-timeline-divider__dot {
25484
25589
  background: rgb(var(--v-theme-surface-light));
25485
25590
  }
@@ -25898,6 +26003,9 @@ html.v-overlay-scroll-blocked {
25898
26003
 
25899
26004
  .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 {
25900
26005
  padding-inline-end: 0;
26006
+ }.v-theme-provider {
26007
+ background: rgb(var(--v-theme-background));
26008
+ color: rgb(var(--v-theme-on-background));
25901
26009
  }.v-tooltip > .v-overlay__content {
25902
26010
  background: rgb(var(--v-theme-surface-variant));
25903
26011
  color: rgb(var(--v-theme-on-surface-variant));
@@ -25929,117 +26037,6 @@ html.v-overlay-scroll-blocked {
25929
26037
  }
25930
26038
  .v-virtual-scroll__container {
25931
26039
  display: block;
25932
- }.v-window {
25933
- overflow: hidden;
25934
- }
25935
- .v-window__container {
25936
- display: flex;
25937
- flex-direction: column;
25938
- height: inherit;
25939
- position: relative;
25940
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25941
- }
25942
- .v-window__controls {
25943
- position: absolute;
25944
- left: 0;
25945
- top: 0;
25946
- width: 100%;
25947
- height: 100%;
25948
- display: flex;
25949
- align-items: center;
25950
- justify-content: space-between;
25951
- padding: 0 16px;
25952
- pointer-events: none;
25953
- }
25954
- .v-window__controls > * {
25955
- pointer-events: auto;
25956
- }
25957
- .v-window--show-arrows-on-hover {
25958
- overflow: hidden;
25959
- }
25960
- .v-window--show-arrows-on-hover .v-window__left {
25961
- transform: translateX(-200%);
25962
- }
25963
- .v-window--show-arrows-on-hover .v-window__right {
25964
- transform: translateX(200%);
25965
- }
25966
- .v-window--show-arrows-on-hover:hover .v-window__left,
25967
- .v-window--show-arrows-on-hover:hover .v-window__right {
25968
- transform: translateX(0);
25969
- }
25970
-
25971
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
25972
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25973
- }
25974
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
25975
- position: absolute !important;
25976
- top: 0;
25977
- width: 100%;
25978
- }
25979
- .v-window-x-transition-enter-from {
25980
- transform: translateX(100%);
25981
- }
25982
- .v-window-x-transition-leave-to {
25983
- transform: translateX(-100%);
25984
- }
25985
- .v-window-x-reverse-transition-enter-from {
25986
- transform: translateX(-100%);
25987
- }
25988
- .v-window-x-reverse-transition-leave-to {
25989
- transform: translateX(100%);
25990
- }
25991
- .v-window-y-transition-enter-from {
25992
- transform: translateY(100%);
25993
- }
25994
- .v-window-y-transition-leave-to {
25995
- transform: translateY(-100%);
25996
- }
25997
- .v-window-y-reverse-transition-enter-from {
25998
- transform: translateY(-100%);
25999
- }
26000
- .v-window-y-reverse-transition-leave-to {
26001
- transform: translateY(100%);
26002
- }.v-speed-dial__content {
26003
- gap: 8px;
26004
- }
26005
- .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 {
26006
- flex-direction: row;
26007
- }
26008
- .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 {
26009
- flex-direction: row-reverse;
26010
- }
26011
- .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 {
26012
- flex-direction: column-reverse;
26013
- }
26014
- .v-speed-dial__content > *:nth-child(1) {
26015
- transition-delay: 0s;
26016
- }
26017
- .v-speed-dial__content > *:nth-child(2) {
26018
- transition-delay: 0.05s;
26019
- }
26020
- .v-speed-dial__content > *:nth-child(3) {
26021
- transition-delay: 0.1s;
26022
- }
26023
- .v-speed-dial__content > *:nth-child(4) {
26024
- transition-delay: 0.15s;
26025
- }
26026
- .v-speed-dial__content > *:nth-child(5) {
26027
- transition-delay: 0.2s;
26028
- }
26029
- .v-speed-dial__content > *:nth-child(6) {
26030
- transition-delay: 0.25s;
26031
- }
26032
- .v-speed-dial__content > *:nth-child(7) {
26033
- transition-delay: 0.3s;
26034
- }
26035
- .v-speed-dial__content > *:nth-child(8) {
26036
- transition-delay: 0.35s;
26037
- }
26038
- .v-speed-dial__content > *:nth-child(9) {
26039
- transition-delay: 0.4s;
26040
- }
26041
- .v-speed-dial__content > *:nth-child(10) {
26042
- transition-delay: 0.45s;
26043
26040
  }.v-toolbar {
26044
26041
  align-items: flex-start;
26045
26042
  display: flex;
@@ -26183,95 +26180,76 @@ html.v-overlay-scroll-blocked {
26183
26180
  }
26184
26181
  .v-toolbar-items > .v-btn {
26185
26182
  border-radius: 0;
26186
- }.v-img {
26187
- --v-theme-overlay-multiplier: 3;
26188
- z-index: 0;
26189
- }
26190
- .v-img.v-img--absolute {
26191
- height: 100%;
26192
- left: 0;
26183
+ }.v-window {
26193
26184
  overflow: hidden;
26194
- position: absolute;
26195
- top: 0;
26196
- width: 100%;
26197
- z-index: -1;
26198
- }
26199
- .v-img--booting .v-responsive__sizer {
26200
- transition: none;
26201
- }
26202
- .v-img--rounded {
26203
- border-radius: 4px;
26204
26185
  }
26205
-
26206
- .v-img__img,
26207
- .v-img__picture,
26208
- .v-img__gradient,
26209
- .v-img__placeholder,
26210
- .v-img__error {
26211
- z-index: -1;
26186
+ .v-window__container {
26187
+ display: flex;
26188
+ flex-direction: column;
26189
+ height: inherit;
26190
+ position: relative;
26191
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26212
26192
  }
26213
- .v-img__img,
26214
- .v-img__picture,
26215
- .v-img__gradient,
26216
- .v-img__placeholder,
26217
- .v-img__error {
26193
+ .v-window__controls {
26218
26194
  position: absolute;
26219
- top: 0;
26220
26195
  left: 0;
26196
+ top: 0;
26221
26197
  width: 100%;
26222
26198
  height: 100%;
26199
+ display: flex;
26200
+ align-items: center;
26201
+ justify-content: space-between;
26202
+ padding: 0 16px;
26203
+ pointer-events: none;
26223
26204
  }
26224
-
26225
- .v-img__img--preload {
26226
- filter: blur(4px);
26205
+ .v-window__controls > * {
26206
+ pointer-events: auto;
26227
26207
  }
26228
- .v-img__img--contain {
26229
- object-fit: contain;
26208
+ .v-window--show-arrows-on-hover {
26209
+ overflow: hidden;
26230
26210
  }
26231
- .v-img__img--cover {
26232
- object-fit: cover;
26211
+ .v-window--show-arrows-on-hover .v-window__left {
26212
+ transform: translateX(-200%);
26233
26213
  }
26234
-
26235
- .v-img__gradient {
26236
- background-repeat: no-repeat;
26237
- }.v-application {
26238
- display: flex;
26239
- background: rgb(var(--v-theme-background));
26240
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
26214
+ .v-window--show-arrows-on-hover .v-window__right {
26215
+ transform: translateX(200%);
26216
+ }
26217
+ .v-window--show-arrows-on-hover:hover .v-window__left,
26218
+ .v-window--show-arrows-on-hover:hover .v-window__right {
26219
+ transform: translateX(0);
26241
26220
  }
26242
26221
 
26243
- .v-application__wrap {
26244
- -webkit-backface-visibility: hidden;
26245
- backface-visibility: hidden;
26246
- display: flex;
26247
- flex-direction: column;
26248
- flex: 1 1 auto;
26249
- max-width: 100%;
26250
- min-height: 100vh;
26251
- min-height: 100dvh;
26252
- position: relative;
26253
- }.v-color-picker-canvas {
26254
- display: flex;
26255
- position: relative;
26256
- overflow: hidden;
26257
- contain: content;
26258
- touch-action: none;
26222
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26223
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26259
26224
  }
26260
- .v-color-picker-canvas__dot {
26261
- position: absolute;
26225
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26226
+ position: absolute !important;
26262
26227
  top: 0;
26263
- left: 0;
26264
- width: 15px;
26265
- height: 15px;
26266
- background: transparent;
26267
- border-radius: 50%;
26268
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26228
+ width: 100%;
26229
+ }
26230
+ .v-window-x-transition-enter-from {
26231
+ transform: translateX(100%);
26232
+ }
26233
+ .v-window-x-transition-leave-to {
26234
+ transform: translateX(-100%);
26235
+ }
26236
+ .v-window-x-reverse-transition-enter-from {
26237
+ transform: translateX(-100%);
26238
+ }
26239
+ .v-window-x-reverse-transition-leave-to {
26240
+ transform: translateX(100%);
26269
26241
  }
26270
- .v-color-picker-canvas__dot--disabled {
26271
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26242
+ .v-window-y-transition-enter-from {
26243
+ transform: translateY(100%);
26272
26244
  }
26273
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26274
- will-change: transform;
26245
+ .v-window-y-transition-leave-to {
26246
+ transform: translateY(-100%);
26247
+ }
26248
+ .v-window-y-reverse-transition-enter-from {
26249
+ transform: translateY(-100%);
26250
+ }
26251
+ .v-window-y-reverse-transition-leave-to {
26252
+ transform: translateY(100%);
26275
26253
  }.v-color-picker-edit {
26276
26254
  display: flex;
26277
26255
  margin-top: 24px;
@@ -26300,41 +26278,6 @@ html.v-overlay-scroll-blocked {
26300
26278
  }
26301
26279
  .v-color-picker-edit__input span {
26302
26280
  font-size: 0.75rem;
26303
- }.v-color-picker-swatches {
26304
- overflow-y: auto;
26305
- }
26306
- .v-color-picker-swatches > div {
26307
- display: flex;
26308
- flex-wrap: wrap;
26309
- justify-content: center;
26310
- padding: 8px;
26311
- }
26312
-
26313
- .v-color-picker-swatches__swatch {
26314
- display: flex;
26315
- flex-direction: column;
26316
- margin-bottom: 10px;
26317
- }
26318
-
26319
- .v-color-picker-swatches__color {
26320
- position: relative;
26321
- height: 18px;
26322
- max-height: 18px;
26323
- width: 45px;
26324
- margin: 2px 4px;
26325
- border-radius: 2px;
26326
- -webkit-user-select: none;
26327
- user-select: none;
26328
- overflow: hidden;
26329
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26330
- cursor: pointer;
26331
- }
26332
- .v-color-picker-swatches__color > div {
26333
- display: flex;
26334
- align-items: center;
26335
- justify-content: center;
26336
- width: 100%;
26337
- height: 100%;
26338
26281
  }.v-color-picker-preview__alpha .v-slider-track__background {
26339
26282
  background-color: transparent !important;
26340
26283
  }
@@ -26402,66 +26345,282 @@ html.v-overlay-scroll-blocked {
26402
26345
  margin-bottom: 0;
26403
26346
  }
26404
26347
 
26405
- .v-color-picker-preview__eye-dropper {
26406
- position: relative;
26407
- margin-right: 12px;
26408
- }.v-picker.v-sheet {
26409
- display: grid;
26410
- grid-auto-rows: min-content;
26411
- grid-template-areas: "title" "header" "body";
26412
- overflow: hidden;
26348
+ .v-color-picker-preview__eye-dropper {
26349
+ position: relative;
26350
+ margin-right: 12px;
26351
+ }.v-color-picker-swatches {
26352
+ overflow-y: auto;
26353
+ }
26354
+ .v-color-picker-swatches > div {
26355
+ display: flex;
26356
+ flex-wrap: wrap;
26357
+ justify-content: center;
26358
+ padding: 8px;
26359
+ }
26360
+
26361
+ .v-color-picker-swatches__swatch {
26362
+ display: flex;
26363
+ flex-direction: column;
26364
+ margin-bottom: 10px;
26365
+ }
26366
+
26367
+ .v-color-picker-swatches__color {
26368
+ position: relative;
26369
+ height: 18px;
26370
+ max-height: 18px;
26371
+ width: 45px;
26372
+ margin: 2px 4px;
26373
+ border-radius: 2px;
26374
+ -webkit-user-select: none;
26375
+ user-select: none;
26376
+ overflow: hidden;
26377
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26378
+ cursor: pointer;
26379
+ }
26380
+ .v-color-picker-swatches__color > div {
26381
+ display: flex;
26382
+ align-items: center;
26383
+ justify-content: center;
26384
+ width: 100%;
26385
+ height: 100%;
26386
+ }.v-color-picker-canvas {
26387
+ display: flex;
26388
+ position: relative;
26389
+ overflow: hidden;
26390
+ contain: content;
26391
+ touch-action: none;
26392
+ }
26393
+ .v-color-picker-canvas__dot {
26394
+ position: absolute;
26395
+ top: 0;
26396
+ left: 0;
26397
+ width: 15px;
26398
+ height: 15px;
26399
+ background: transparent;
26400
+ border-radius: 50%;
26401
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26402
+ }
26403
+ .v-color-picker-canvas__dot--disabled {
26404
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26405
+ }
26406
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26407
+ will-change: transform;
26408
+ }.v-picker.v-sheet {
26409
+ display: grid;
26410
+ grid-auto-rows: min-content;
26411
+ grid-template-areas: "title" "header" "body";
26412
+ overflow: hidden;
26413
+ }
26414
+ .v-picker.v-sheet {
26415
+ 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));
26416
+ }
26417
+ .v-picker.v-sheet {
26418
+ border-radius: 4px;
26419
+ }
26420
+ .v-picker.v-sheet.v-picker--with-actions {
26421
+ grid-template-areas: "title" "header" "body" "actions";
26422
+ }
26423
+
26424
+ .v-picker__body {
26425
+ grid-area: body;
26426
+ overflow: hidden;
26427
+ position: relative;
26428
+ }
26429
+
26430
+ .v-picker__header {
26431
+ grid-area: header;
26432
+ }
26433
+
26434
+ .v-picker__actions {
26435
+ grid-area: actions;
26436
+ padding: 0 12px 12px;
26437
+ display: flex;
26438
+ align-items: center;
26439
+ justify-content: flex-end;
26440
+ }
26441
+ .v-picker__actions .v-btn {
26442
+ min-width: 48px;
26443
+ }
26444
+ .v-picker__actions .v-btn:not(:last-child) {
26445
+ margin-inline-end: 8px;
26446
+ }
26447
+
26448
+ .v-picker--landscape {
26449
+ grid-template-areas: "title" "header body" "header body";
26450
+ }
26451
+
26452
+ .v-picker--landscape.v-picker--with-actions {
26453
+ grid-template-areas: "title" "header body" "header actions";
26454
+ }
26455
+
26456
+ .v-picker-title {
26457
+ text-transform: uppercase;
26458
+ font-size: 0.75rem;
26459
+ grid-area: title;
26460
+ padding-inline: 24px 12px;
26461
+ padding-top: 16px;
26462
+ padding-bottom: 16px;
26463
+ font-weight: 400;
26464
+ letter-spacing: 0.1666666667em;
26465
+ }.v-slider-thumb {
26466
+ touch-action: none;
26467
+ color: rgb(var(--v-theme-surface-variant));
26468
+ }
26469
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26470
+ color: inherit;
26471
+ }
26472
+
26473
+ .v-slider-thumb__label {
26474
+ background: rgba(var(--v-theme-surface-variant), 0.7);
26475
+ color: rgb(var(--v-theme-on-surface-variant));
26476
+ }
26477
+ .v-slider-thumb__label::before {
26478
+ color: rgba(var(--v-theme-surface-variant), 0.7);
26479
+ }
26480
+
26481
+ .v-slider-thumb {
26482
+ outline: none;
26483
+ position: absolute;
26484
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26485
+ }
26486
+
26487
+ .v-slider-thumb__surface {
26488
+ cursor: pointer;
26489
+ width: var(--v-slider-thumb-size);
26490
+ height: var(--v-slider-thumb-size);
26491
+ border-radius: 50%;
26492
+ -webkit-user-select: none;
26493
+ user-select: none;
26494
+ background-color: currentColor;
26495
+ }
26496
+ @media (forced-colors: active) {
26497
+ .v-slider-thumb__surface {
26498
+ background-color: highlight;
26499
+ }
26500
+ }
26501
+ .v-slider-thumb__surface::before {
26502
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26503
+ content: "";
26504
+ color: inherit;
26505
+ top: 0;
26506
+ left: 0;
26507
+ width: 100%;
26508
+ height: 100%;
26509
+ border-radius: 50%;
26510
+ background: currentColor;
26511
+ position: absolute;
26512
+ pointer-events: none;
26513
+ opacity: 0;
26514
+ }
26515
+ .v-slider-thumb__surface::after {
26516
+ content: "";
26517
+ width: 42px;
26518
+ height: 42px;
26519
+ position: absolute;
26520
+ top: 50%;
26521
+ left: 50%;
26522
+ transform: translate(-50%, -50%);
26523
+ }
26524
+
26525
+ .v-slider-thumb__label-container {
26526
+ position: absolute;
26527
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26528
+ }
26529
+
26530
+ .v-slider-thumb__label {
26531
+ display: flex;
26532
+ align-items: center;
26533
+ justify-content: center;
26534
+ font-size: 0.75rem;
26535
+ min-width: 35px;
26536
+ height: 25px;
26537
+ border-radius: 4px;
26538
+ padding: 6px;
26539
+ position: absolute;
26540
+ -webkit-user-select: none;
26541
+ user-select: none;
26542
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26543
+ }
26544
+ .v-slider-thumb__label::before {
26545
+ content: "";
26546
+ width: 0;
26547
+ height: 0;
26548
+ position: absolute;
26549
+ }
26550
+
26551
+ .v-slider-thumb__ripple {
26552
+ position: absolute;
26553
+ left: calc(var(--v-slider-thumb-size) / -2);
26554
+ top: calc(var(--v-slider-thumb-size) / -2);
26555
+ width: calc(var(--v-slider-thumb-size) * 2);
26556
+ height: calc(var(--v-slider-thumb-size) * 2);
26557
+ background: inherit;
26558
+ }
26559
+
26560
+ .v-slider.v-input--horizontal .v-slider-thumb {
26561
+ top: 50%;
26562
+ transform: translateY(-50%);
26563
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26413
26564
  }
26414
- .v-picker.v-sheet {
26415
- 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));
26565
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26566
+ left: calc(var(--v-slider-thumb-size) / 2);
26567
+ top: 0;
26416
26568
  }
26417
- .v-picker.v-sheet {
26418
- border-radius: 4px;
26569
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
26570
+ bottom: calc(var(--v-slider-thumb-size) / 2);
26419
26571
  }
26420
- .v-picker.v-sheet.v-picker--with-actions {
26421
- grid-template-areas: "title" "header" "body" "actions";
26572
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
26573
+ transform: translateX(-50%);
26422
26574
  }
26423
26575
 
26424
- .v-picker__body {
26425
- grid-area: body;
26426
- overflow: hidden;
26427
- position: relative;
26576
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
26577
+ transform: translateX(50%);
26428
26578
  }
26429
26579
 
26430
- .v-picker__header {
26431
- grid-area: header;
26580
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26581
+ border-left: 6px solid transparent;
26582
+ border-right: 6px solid transparent;
26583
+ border-top: 6px solid currentColor;
26584
+ bottom: -6px;
26432
26585
  }
26433
26586
 
26434
- .v-picker__actions {
26435
- grid-area: actions;
26436
- padding: 0 12px 12px;
26437
- display: flex;
26438
- align-items: center;
26439
- justify-content: flex-end;
26587
+ .v-slider.v-input--vertical .v-slider-thumb {
26588
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26440
26589
  }
26441
- .v-picker__actions .v-btn {
26442
- min-width: 48px;
26590
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
26591
+ top: calc(var(--v-slider-thumb-size) / 2);
26592
+ right: 0;
26443
26593
  }
26444
- .v-picker__actions .v-btn:not(:last-child) {
26445
- margin-inline-end: 8px;
26594
+ .v-slider.v-input--vertical .v-slider-thumb__label {
26595
+ top: -12.5px;
26596
+ left: calc(var(--v-slider-thumb-size) / 2);
26597
+ }
26598
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
26599
+ border-right: 6px solid currentColor;
26600
+ border-top: 6px solid transparent;
26601
+ border-bottom: 6px solid transparent;
26602
+ left: -6px;
26446
26603
  }
26447
26604
 
26448
- .v-picker--landscape {
26449
- grid-template-areas: "title" "header body" "header body";
26605
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
26606
+ transform: scale(2);
26607
+ opacity: var(--v-focus-opacity);
26450
26608
  }
26451
26609
 
26452
- .v-picker--landscape.v-picker--with-actions {
26453
- grid-template-areas: "title" "header body" "header actions";
26610
+ .v-slider-thumb--pressed {
26611
+ transition: none;
26612
+ }
26613
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26614
+ opacity: var(--v-pressed-opacity);
26454
26615
  }
26455
26616
 
26456
- .v-picker-title {
26457
- text-transform: uppercase;
26458
- font-size: 0.75rem;
26459
- grid-area: title;
26460
- padding-inline: 24px 12px;
26461
- padding-top: 16px;
26462
- padding-bottom: 16px;
26463
- font-weight: 400;
26464
- letter-spacing: 0.1666666667em;
26617
+ @media (hover: hover) {
26618
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
26619
+ transform: scale(2);
26620
+ }
26621
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26622
+ opacity: var(--v-hover-opacity);
26623
+ }
26465
26624
  }.v-slider-track__background {
26466
26625
  background-color: rgb(var(--v-theme-surface-variant));
26467
26626
  }
@@ -26640,163 +26799,4 @@ html.v-overlay-scroll-blocked {
26640
26799
 
26641
26800
  .v-slider-track__background--opacity {
26642
26801
  opacity: 0.38;
26643
- }.v-slider-thumb {
26644
- touch-action: none;
26645
- color: rgb(var(--v-theme-surface-variant));
26646
- }
26647
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26648
- color: inherit;
26649
- }
26650
-
26651
- .v-slider-thumb__label {
26652
- background: rgba(var(--v-theme-surface-variant), 0.7);
26653
- color: rgb(var(--v-theme-on-surface-variant));
26654
- }
26655
- .v-slider-thumb__label::before {
26656
- color: rgba(var(--v-theme-surface-variant), 0.7);
26657
- }
26658
-
26659
- .v-slider-thumb {
26660
- outline: none;
26661
- position: absolute;
26662
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26663
- }
26664
-
26665
- .v-slider-thumb__surface {
26666
- cursor: pointer;
26667
- width: var(--v-slider-thumb-size);
26668
- height: var(--v-slider-thumb-size);
26669
- border-radius: 50%;
26670
- -webkit-user-select: none;
26671
- user-select: none;
26672
- background-color: currentColor;
26673
- }
26674
- @media (forced-colors: active) {
26675
- .v-slider-thumb__surface {
26676
- background-color: highlight;
26677
- }
26678
- }
26679
- .v-slider-thumb__surface::before {
26680
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26681
- content: "";
26682
- color: inherit;
26683
- top: 0;
26684
- left: 0;
26685
- width: 100%;
26686
- height: 100%;
26687
- border-radius: 50%;
26688
- background: currentColor;
26689
- position: absolute;
26690
- pointer-events: none;
26691
- opacity: 0;
26692
- }
26693
- .v-slider-thumb__surface::after {
26694
- content: "";
26695
- width: 42px;
26696
- height: 42px;
26697
- position: absolute;
26698
- top: 50%;
26699
- left: 50%;
26700
- transform: translate(-50%, -50%);
26701
- }
26702
-
26703
- .v-slider-thumb__label-container {
26704
- position: absolute;
26705
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26706
- }
26707
-
26708
- .v-slider-thumb__label {
26709
- display: flex;
26710
- align-items: center;
26711
- justify-content: center;
26712
- font-size: 0.75rem;
26713
- min-width: 35px;
26714
- height: 25px;
26715
- border-radius: 4px;
26716
- padding: 6px;
26717
- position: absolute;
26718
- -webkit-user-select: none;
26719
- user-select: none;
26720
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26721
- }
26722
- .v-slider-thumb__label::before {
26723
- content: "";
26724
- width: 0;
26725
- height: 0;
26726
- position: absolute;
26727
- }
26728
-
26729
- .v-slider-thumb__ripple {
26730
- position: absolute;
26731
- left: calc(var(--v-slider-thumb-size) / -2);
26732
- top: calc(var(--v-slider-thumb-size) / -2);
26733
- width: calc(var(--v-slider-thumb-size) * 2);
26734
- height: calc(var(--v-slider-thumb-size) * 2);
26735
- background: inherit;
26736
- }
26737
-
26738
- .v-slider.v-input--horizontal .v-slider-thumb {
26739
- top: 50%;
26740
- transform: translateY(-50%);
26741
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26742
- }
26743
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26744
- left: calc(var(--v-slider-thumb-size) / 2);
26745
- top: 0;
26746
- }
26747
- .v-slider.v-input--horizontal .v-slider-thumb__label {
26748
- bottom: calc(var(--v-slider-thumb-size) / 2);
26749
- }
26750
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
26751
- transform: translateX(-50%);
26752
- }
26753
-
26754
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
26755
- transform: translateX(50%);
26756
- }
26757
-
26758
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26759
- border-left: 6px solid transparent;
26760
- border-right: 6px solid transparent;
26761
- border-top: 6px solid currentColor;
26762
- bottom: -6px;
26763
- }
26764
-
26765
- .v-slider.v-input--vertical .v-slider-thumb {
26766
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26767
- }
26768
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
26769
- top: calc(var(--v-slider-thumb-size) / 2);
26770
- right: 0;
26771
- }
26772
- .v-slider.v-input--vertical .v-slider-thumb__label {
26773
- top: -12.5px;
26774
- left: calc(var(--v-slider-thumb-size) / 2);
26775
- }
26776
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
26777
- border-right: 6px solid currentColor;
26778
- border-top: 6px solid transparent;
26779
- border-bottom: 6px solid transparent;
26780
- left: -6px;
26781
- }
26782
-
26783
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
26784
- transform: scale(2);
26785
- opacity: var(--v-focus-opacity);
26786
- }
26787
-
26788
- .v-slider-thumb--pressed {
26789
- transition: none;
26790
- }
26791
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26792
- opacity: var(--v-pressed-opacity);
26793
- }
26794
-
26795
- @media (hover: hover) {
26796
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
26797
- transform: scale(2);
26798
- }
26799
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26800
- opacity: var(--v-hover-opacity);
26801
- }
26802
26802
  }