@vuetify/nightly 3.7.4-master.2024-11-15 → 3.7.4-master.2024-11-20

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 (37) hide show
  1. package/dist/json/attributes.json +2164 -2164
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +178 -178
  4. package/dist/json/web-types.json +4432 -4432
  5. package/dist/vuetify-labs.css +2753 -2749
  6. package/dist/vuetify-labs.d.ts +3 -7
  7. package/dist/vuetify-labs.esm.js +15 -12
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +15 -12
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +982 -978
  12. package/dist/vuetify.d.ts +64 -68
  13. package/dist/vuetify.esm.js +14 -11
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +14 -11
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +9 -10
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VBadge/VBadge.css +4 -0
  21. package/lib/components/VBadge/VBadge.sass +4 -0
  22. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
  23. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  24. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  25. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  26. package/lib/components/VConfirmEdit/index.d.mts +3 -7
  27. package/lib/components/VList/VListItem.mjs +3 -2
  28. package/lib/components/VList/VListItem.mjs.map +1 -1
  29. package/lib/components/index.d.mts +3 -7
  30. package/lib/entry-bundler.mjs +1 -1
  31. package/lib/framework.mjs +1 -1
  32. package/lib/index.d.mts +61 -61
  33. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  34. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  35. package/lib/locale/fr.mjs +1 -1
  36. package/lib/locale/fr.mjs.map +1 -1
  37. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.4-master.2024-11-15
2
+ * Vuetify v3.7.4-master.2024-11-20
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18006,91 +18006,6 @@ html.overflow-y-hidden {
18006
18006
  }
18007
18007
  .v-app-bar:not(.v-toolbar--absolute) {
18008
18008
  padding-inline-end: var(--v-scrollbar-offset);
18009
- }.v-autocomplete .v-field .v-text-field__prefix,
18010
- .v-autocomplete .v-field .v-text-field__suffix,
18011
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18012
- cursor: text;
18013
- }
18014
- .v-autocomplete .v-field .v-field__input > input {
18015
- flex: 1 1;
18016
- }
18017
- .v-autocomplete .v-field input {
18018
- min-width: 64px;
18019
- }
18020
- .v-autocomplete .v-field:not(.v-field--focused) input {
18021
- min-width: 0;
18022
- }
18023
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18024
- margin-inline-end: 2px;
18025
- }
18026
- .v-autocomplete .v-autocomplete__selection-text {
18027
- overflow: hidden;
18028
- text-overflow: ellipsis;
18029
- white-space: nowrap;
18030
- }
18031
-
18032
- .v-autocomplete__content {
18033
- overflow: hidden;
18034
- }
18035
- .v-autocomplete__content {
18036
- 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));
18037
- }
18038
- .v-autocomplete__content {
18039
- border-radius: 4px;
18040
- }
18041
- .v-autocomplete__mask {
18042
- background: rgb(var(--v-theme-surface-light));
18043
- }
18044
- .v-autocomplete__selection {
18045
- display: inline-flex;
18046
- align-items: center;
18047
- height: 1.5rem;
18048
- letter-spacing: inherit;
18049
- line-height: inherit;
18050
- max-width: calc(100% - 2px - 2px);
18051
- }
18052
- .v-autocomplete__selection:first-child {
18053
- margin-inline-start: 0;
18054
- }
18055
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18056
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18057
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18058
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18059
- top: 0px;
18060
- }
18061
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18062
- opacity: var(--v-medium-emphasis-opacity);
18063
- }
18064
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18065
- opacity: 1;
18066
- }
18067
- .v-autocomplete--selecting-index .v-field__input > input {
18068
- caret-color: transparent;
18069
- }
18070
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18071
- flex: 1 1;
18072
- position: absolute;
18073
- left: 0;
18074
- right: 0;
18075
- width: 100%;
18076
- padding-inline: inherit;
18077
- }
18078
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18079
- transition: none;
18080
- }
18081
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18082
- opacity: 0;
18083
- }
18084
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18085
- opacity: 0;
18086
- }
18087
- .v-autocomplete__menu-icon {
18088
- margin-inline-start: 4px;
18089
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18090
- }
18091
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18092
- opacity: var(--v-high-emphasis-opacity);
18093
- transform: rotate(180deg);
18094
18009
  }.v-alert {
18095
18010
  display: grid;
18096
18011
  flex: 1 1;
@@ -18307,6 +18222,91 @@ html.overflow-y-hidden {
18307
18222
  text-transform: none;
18308
18223
  word-break: normal;
18309
18224
  word-wrap: break-word;
18225
+ }.v-autocomplete .v-field .v-text-field__prefix,
18226
+ .v-autocomplete .v-field .v-text-field__suffix,
18227
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18228
+ cursor: text;
18229
+ }
18230
+ .v-autocomplete .v-field .v-field__input > input {
18231
+ flex: 1 1;
18232
+ }
18233
+ .v-autocomplete .v-field input {
18234
+ min-width: 64px;
18235
+ }
18236
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18237
+ min-width: 0;
18238
+ }
18239
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18240
+ margin-inline-end: 2px;
18241
+ }
18242
+ .v-autocomplete .v-autocomplete__selection-text {
18243
+ overflow: hidden;
18244
+ text-overflow: ellipsis;
18245
+ white-space: nowrap;
18246
+ }
18247
+
18248
+ .v-autocomplete__content {
18249
+ overflow: hidden;
18250
+ }
18251
+ .v-autocomplete__content {
18252
+ 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));
18253
+ }
18254
+ .v-autocomplete__content {
18255
+ border-radius: 4px;
18256
+ }
18257
+ .v-autocomplete__mask {
18258
+ background: rgb(var(--v-theme-surface-light));
18259
+ }
18260
+ .v-autocomplete__selection {
18261
+ display: inline-flex;
18262
+ align-items: center;
18263
+ height: 1.5rem;
18264
+ letter-spacing: inherit;
18265
+ line-height: inherit;
18266
+ max-width: calc(100% - 2px - 2px);
18267
+ }
18268
+ .v-autocomplete__selection:first-child {
18269
+ margin-inline-start: 0;
18270
+ }
18271
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18272
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18273
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18274
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18275
+ top: 0px;
18276
+ }
18277
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18278
+ opacity: var(--v-medium-emphasis-opacity);
18279
+ }
18280
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18281
+ opacity: 1;
18282
+ }
18283
+ .v-autocomplete--selecting-index .v-field__input > input {
18284
+ caret-color: transparent;
18285
+ }
18286
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18287
+ flex: 1 1;
18288
+ position: absolute;
18289
+ left: 0;
18290
+ right: 0;
18291
+ width: 100%;
18292
+ padding-inline: inherit;
18293
+ }
18294
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18295
+ transition: none;
18296
+ }
18297
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18298
+ opacity: 0;
18299
+ }
18300
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18301
+ opacity: 0;
18302
+ }
18303
+ .v-autocomplete__menu-icon {
18304
+ margin-inline-start: 4px;
18305
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18306
+ }
18307
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
+ opacity: var(--v-high-emphasis-opacity);
18309
+ transform: rotate(180deg);
18310
18310
  }.v-avatar {
18311
18311
  flex: none;
18312
18312
  align-items: center;
@@ -18422,6 +18422,7 @@ html.overflow-y-hidden {
18422
18422
  align-items: center;
18423
18423
  display: inline-flex;
18424
18424
  border-radius: 10px;
18425
+ font-family: "Roboto", sans-serif;
18425
18426
  font-size: 0.75rem;
18426
18427
  font-weight: 500;
18427
18428
  height: 1.25rem;
@@ -18439,6 +18440,9 @@ html.overflow-y-hidden {
18439
18440
  background: rgb(var(--v-theme-surface-variant));
18440
18441
  color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18441
18442
  }
18443
+ .v-badge__badge:has(.v-icon) {
18444
+ padding: 4px 6px;
18445
+ }
18442
18446
  .v-badge--bordered .v-badge__badge::after {
18443
18447
  border-radius: inherit;
18444
18448
  border-style: solid;
@@ -18486,6 +18490,69 @@ html.overflow-y-hidden {
18486
18490
  display: inline-flex;
18487
18491
  justify-content: center;
18488
18492
  margin: 0 4px;
18493
+ }.v-bottom-navigation {
18494
+ display: flex;
18495
+ max-width: 100%;
18496
+ overflow: hidden;
18497
+ position: absolute;
18498
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18499
+ }
18500
+ .v-bottom-navigation {
18501
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18502
+ border-style: solid;
18503
+ border-width: 0;
18504
+ }
18505
+ .v-bottom-navigation--border {
18506
+ border-width: thin;
18507
+ box-shadow: none;
18508
+ }
18509
+ .v-bottom-navigation {
18510
+ border-radius: 0;
18511
+ }
18512
+ .v-bottom-navigation {
18513
+ background: rgb(var(--v-theme-surface));
18514
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18515
+ }
18516
+ .v-bottom-navigation--active {
18517
+ 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));
18518
+ }
18519
+
18520
+ .v-bottom-navigation__content {
18521
+ display: flex;
18522
+ flex: none;
18523
+ font-size: 0.75rem;
18524
+ justify-content: center;
18525
+ transition: inherit;
18526
+ width: 100%;
18527
+ }
18528
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18529
+ font-size: inherit;
18530
+ height: 100%;
18531
+ max-width: 168px;
18532
+ min-width: 80px;
18533
+ text-transform: none;
18534
+ transition: inherit;
18535
+ width: auto;
18536
+ }
18537
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18538
+ border-radius: 0;
18539
+ }
18540
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18541
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18542
+ transition: inherit;
18543
+ }
18544
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18545
+ font-size: 1.5rem;
18546
+ }
18547
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18548
+ flex-grow: 1;
18549
+ }
18550
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18551
+ transition: inherit;
18552
+ opacity: 0;
18553
+ }
18554
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18555
+ transform: translateY(0.5rem);
18489
18556
  }.v-banner {
18490
18557
  display: grid;
18491
18558
  flex: 1 1;
@@ -18652,77 +18719,14 @@ html.overflow-y-hidden {
18652
18719
  }
18653
18720
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18654
18721
  align-self: flex-start;
18655
- }.v-bottom-navigation {
18722
+ }.v-breadcrumbs {
18656
18723
  display: flex;
18657
- max-width: 100%;
18658
- overflow: hidden;
18659
- position: absolute;
18660
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18661
- }
18662
- .v-bottom-navigation {
18663
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18664
- border-style: solid;
18665
- border-width: 0;
18724
+ align-items: center;
18725
+ line-height: 1.6;
18726
+ padding: 16px 12px;
18666
18727
  }
18667
- .v-bottom-navigation--border {
18668
- border-width: thin;
18669
- box-shadow: none;
18670
- }
18671
- .v-bottom-navigation {
18672
- border-radius: 0;
18673
- }
18674
- .v-bottom-navigation {
18675
- background: rgb(var(--v-theme-surface));
18676
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18677
- }
18678
- .v-bottom-navigation--active {
18679
- 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));
18680
- }
18681
-
18682
- .v-bottom-navigation__content {
18683
- display: flex;
18684
- flex: none;
18685
- font-size: 0.75rem;
18686
- justify-content: center;
18687
- transition: inherit;
18688
- width: 100%;
18689
- }
18690
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18691
- font-size: inherit;
18692
- height: 100%;
18693
- max-width: 168px;
18694
- min-width: 80px;
18695
- text-transform: none;
18696
- transition: inherit;
18697
- width: auto;
18698
- }
18699
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18700
- border-radius: 0;
18701
- }
18702
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18703
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18704
- transition: inherit;
18705
- }
18706
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18707
- font-size: 1.5rem;
18708
- }
18709
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18710
- flex-grow: 1;
18711
- }
18712
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18713
- transition: inherit;
18714
- opacity: 0;
18715
- }
18716
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
- transform: translateY(0.5rem);
18718
- }.v-breadcrumbs {
18719
- display: flex;
18720
- align-items: center;
18721
- line-height: 1.6;
18722
- padding: 16px 12px;
18723
- }
18724
- .v-breadcrumbs--rounded {
18725
- border-radius: 4px;
18728
+ .v-breadcrumbs--rounded {
18729
+ border-radius: 4px;
18726
18730
  }
18727
18731
  .v-breadcrumbs--density-default {
18728
18732
  padding-top: 16px;
@@ -19294,22 +19298,6 @@ html.overflow-y-hidden {
19294
19298
  }
19295
19299
  .v-btn-group--tile {
19296
19300
  border-radius: 0;
19297
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19298
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19299
- }
19300
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19301
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19302
- }
19303
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19304
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19305
- }
19306
- @supports not selector(:focus-visible) {
19307
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19308
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19309
- }
19310
- }
19311
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19312
- opacity: 1;
19313
19301
  }.v-card {
19314
19302
  display: block;
19315
19303
  overflow: hidden;
@@ -19618,11 +19606,6 @@ html.overflow-y-hidden {
19618
19606
  pointer-events: none;
19619
19607
  opacity: 0;
19620
19608
  transition: opacity 0.2s ease-in-out;
19621
- }.v-checkbox.v-input {
19622
- flex: 0 1 auto;
19623
- }
19624
- .v-checkbox .v-selection-control {
19625
- min-height: var(--v-input-control-height);
19626
19609
  }.v-carousel {
19627
19610
  overflow: hidden;
19628
19611
  position: relative;
@@ -19688,6 +19671,27 @@ html.overflow-y-hidden {
19688
19671
  flex-direction: column;
19689
19672
  height: 100% !important;
19690
19673
  width: 50px;
19674
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19675
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19676
+ }
19677
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19678
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19679
+ }
19680
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19681
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19682
+ }
19683
+ @supports not selector(:focus-visible) {
19684
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19685
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19686
+ }
19687
+ }
19688
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19689
+ opacity: 1;
19690
+ }.v-checkbox.v-input {
19691
+ flex: 0 1 auto;
19692
+ }
19693
+ .v-checkbox .v-selection-control {
19694
+ min-height: var(--v-input-control-height);
19691
19695
  }.v-chip {
19692
19696
  align-items: center;
19693
19697
  display: inline-flex;
@@ -20231,6 +20235,11 @@ html.overflow-y-hidden {
20231
20235
  .v-combobox--active-menu .v-combobox__menu-icon {
20232
20236
  opacity: var(--v-high-emphasis-opacity);
20233
20237
  transform: rotate(180deg);
20238
+ }.v-counter {
20239
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20240
+ flex: 0 1 auto;
20241
+ font-size: 12px;
20242
+ transition-duration: 150ms;
20234
20243
  }.v-data-table {
20235
20244
  width: 100%;
20236
20245
  }
@@ -20455,6 +20464,62 @@ html.overflow-y-hidden {
20455
20464
  }
20456
20465
  .v-date-picker--show-week {
20457
20466
  width: 368px;
20467
+ }.v-date-picker-controls {
20468
+ display: flex;
20469
+ align-items: center;
20470
+ justify-content: space-between;
20471
+ font-size: 0.875rem;
20472
+ padding-top: 4px;
20473
+ padding-bottom: 4px;
20474
+ padding-inline-start: 6px;
20475
+ padding-inline-end: 12px;
20476
+ }
20477
+ .v-date-picker-controls > .v-btn:first-child {
20478
+ text-transform: none;
20479
+ font-weight: 400;
20480
+ line-height: initial;
20481
+ letter-spacing: initial;
20482
+ }
20483
+ .v-date-picker-controls--variant-classic {
20484
+ padding-inline-start: 12px;
20485
+ }
20486
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20487
+ opacity: 0.7;
20488
+ }
20489
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20490
+ cursor: pointer;
20491
+ }
20492
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20493
+ opacity: 1;
20494
+ }
20495
+ .v-date-picker-controls .v-btn:last-child {
20496
+ margin-inline-start: 4px;
20497
+ }
20498
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20499
+ transform: rotate(180deg);
20500
+ }
20501
+
20502
+ .v-date-picker-controls__date {
20503
+ margin-inline-end: 4px;
20504
+ }
20505
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20506
+ margin: auto;
20507
+ text-align: center;
20508
+ }
20509
+
20510
+ .v-date-picker-controls__month {
20511
+ display: flex;
20512
+ }
20513
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20514
+ flex-direction: row-reverse;
20515
+ }
20516
+
20517
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20518
+ flex: 1 0 auto;
20519
+ }
20520
+
20521
+ .v-date-picker__title {
20522
+ display: inline-block;
20458
20523
  }.v-date-picker-header {
20459
20524
  align-items: flex-end;
20460
20525
  height: 70px;
@@ -20515,62 +20580,25 @@ html.overflow-y-hidden {
20515
20580
  .date-picker-header-reverse-transition-leave-to {
20516
20581
  opacity: 0;
20517
20582
  transform: translate(0, 100%);
20518
- }.v-date-picker-controls {
20519
- display: flex;
20520
- align-items: center;
20521
- justify-content: space-between;
20522
- font-size: 0.875rem;
20523
- padding-top: 4px;
20524
- padding-bottom: 4px;
20525
- padding-inline-start: 6px;
20526
- padding-inline-end: 12px;
20527
- }
20528
- .v-date-picker-controls > .v-btn:first-child {
20529
- text-transform: none;
20530
- font-weight: 400;
20531
- line-height: initial;
20532
- letter-spacing: initial;
20533
- }
20534
- .v-date-picker-controls--variant-classic {
20535
- padding-inline-start: 12px;
20536
- }
20537
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20538
- opacity: 0.7;
20539
- }
20540
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20541
- cursor: pointer;
20542
- }
20543
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20544
- opacity: 1;
20545
- }
20546
- .v-date-picker-controls .v-btn:last-child {
20547
- margin-inline-start: 4px;
20548
- }
20549
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20550
- transform: rotate(180deg);
20551
- }
20552
-
20553
- .v-date-picker-controls__date {
20554
- margin-inline-end: 4px;
20555
- }
20556
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20557
- margin: auto;
20558
- text-align: center;
20559
- }
20560
-
20561
- .v-date-picker-controls__month {
20562
- display: flex;
20563
- }
20564
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20565
- flex-direction: row-reverse;
20583
+ }.v-date-picker-months {
20584
+ height: 288px;
20566
20585
  }
20567
20586
 
20568
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20569
- flex: 1 0 auto;
20587
+ .v-date-picker-months__content {
20588
+ align-items: center;
20589
+ display: grid;
20590
+ flex: 1 1;
20591
+ height: inherit;
20592
+ justify-content: space-around;
20593
+ grid-template-columns: repeat(2, 1fr);
20594
+ grid-gap: 0px 24px;
20595
+ padding-inline-start: 36px;
20596
+ padding-inline-end: 36px;
20570
20597
  }
20571
-
20572
- .v-date-picker__title {
20573
- display: inline-block;
20598
+ .v-date-picker-months__content .v-btn {
20599
+ text-transform: none;
20600
+ padding-inline-start: 8px;
20601
+ padding-inline-end: 8px;
20574
20602
  }.v-date-picker-month {
20575
20603
  display: flex;
20576
20604
  justify-content: center;
@@ -20641,81 +20669,10 @@ html.overflow-y-hidden {
20641
20669
  }
20642
20670
  .v-date-picker-years__content .v-btn {
20643
20671
  padding-inline: 8px;
20644
- }.v-date-picker-months {
20645
- height: 288px;
20646
- }
20647
-
20648
- .v-date-picker-months__content {
20672
+ }.v-dialog {
20649
20673
  align-items: center;
20650
- display: grid;
20651
- flex: 1 1;
20652
- height: inherit;
20653
- justify-content: space-around;
20654
- grid-template-columns: repeat(2, 1fr);
20655
- grid-gap: 0px 24px;
20656
- padding-inline-start: 36px;
20657
- padding-inline-end: 36px;
20658
- }
20659
- .v-date-picker-months__content .v-btn {
20660
- text-transform: none;
20661
- padding-inline-start: 8px;
20662
- padding-inline-end: 8px;
20663
- }.v-divider {
20664
- display: block;
20665
- flex: 1 1 100%;
20666
- height: 0px;
20667
- max-height: 0px;
20668
- opacity: var(--v-border-opacity);
20669
- transition: inherit;
20670
- }
20671
- .v-divider {
20672
- border-style: solid;
20673
- border-width: thin 0 0 0;
20674
- }
20675
- .v-divider--vertical {
20676
- align-self: stretch;
20677
- border-width: 0 thin 0 0;
20678
- display: inline-flex;
20679
- height: auto;
20680
- margin-left: -1px;
20681
- max-height: 100%;
20682
- max-width: 0px;
20683
- vertical-align: text-bottom;
20684
- width: 0px;
20685
- }
20686
- .v-divider--inset:not(.v-divider--vertical) {
20687
- max-width: calc(100% - 72px);
20688
- margin-inline-start: 72px;
20689
- }
20690
- .v-divider--inset.v-divider--vertical {
20691
- margin-bottom: 8px;
20692
- margin-top: 8px;
20693
- max-height: calc(100% - 16px);
20694
- }
20695
-
20696
- .v-divider__content {
20697
- padding: 0 16px;
20698
- text-wrap: nowrap;
20699
- }
20700
- .v-divider__wrapper--vertical .v-divider__content {
20701
- padding: 4px 0;
20702
- }
20703
-
20704
- .v-divider__wrapper {
20705
- display: flex;
20706
- align-items: center;
20707
- justify-content: center;
20708
- }
20709
- .v-divider__wrapper--vertical {
20710
- flex-direction: column;
20711
- height: 100%;
20712
- }
20713
- .v-divider__wrapper--vertical .v-divider {
20714
- margin: 0 auto;
20715
- }.v-dialog {
20716
- align-items: center;
20717
- justify-content: center;
20718
- margin: auto;
20674
+ justify-content: center;
20675
+ margin: auto;
20719
20676
  }
20720
20677
  .v-dialog > .v-overlay__content {
20721
20678
  max-height: calc(100% - 48px);
@@ -20808,6 +20765,58 @@ html.overflow-y-hidden {
20808
20765
  -webkit-backface-visibility: hidden;
20809
20766
  backface-visibility: hidden;
20810
20767
  overflow-y: auto;
20768
+ }.v-divider {
20769
+ display: block;
20770
+ flex: 1 1 100%;
20771
+ height: 0px;
20772
+ max-height: 0px;
20773
+ opacity: var(--v-border-opacity);
20774
+ transition: inherit;
20775
+ }
20776
+ .v-divider {
20777
+ border-style: solid;
20778
+ border-width: thin 0 0 0;
20779
+ }
20780
+ .v-divider--vertical {
20781
+ align-self: stretch;
20782
+ border-width: 0 thin 0 0;
20783
+ display: inline-flex;
20784
+ height: auto;
20785
+ margin-left: -1px;
20786
+ max-height: 100%;
20787
+ max-width: 0px;
20788
+ vertical-align: text-bottom;
20789
+ width: 0px;
20790
+ }
20791
+ .v-divider--inset:not(.v-divider--vertical) {
20792
+ max-width: calc(100% - 72px);
20793
+ margin-inline-start: 72px;
20794
+ }
20795
+ .v-divider--inset.v-divider--vertical {
20796
+ margin-bottom: 8px;
20797
+ margin-top: 8px;
20798
+ max-height: calc(100% - 16px);
20799
+ }
20800
+
20801
+ .v-divider__content {
20802
+ padding: 0 16px;
20803
+ text-wrap: nowrap;
20804
+ }
20805
+ .v-divider__wrapper--vertical .v-divider__content {
20806
+ padding: 4px 0;
20807
+ }
20808
+
20809
+ .v-divider__wrapper {
20810
+ display: flex;
20811
+ align-items: center;
20812
+ justify-content: center;
20813
+ }
20814
+ .v-divider__wrapper--vertical {
20815
+ flex-direction: column;
20816
+ height: 100%;
20817
+ }
20818
+ .v-divider__wrapper--vertical .v-divider {
20819
+ margin: 0 auto;
20811
20820
  }.v-empty-state {
20812
20821
  align-items: center;
20813
20822
  display: flex;
@@ -20875,6 +20884,75 @@ html.overflow-y-hidden {
20875
20884
  .v-empty-state__action-btn.v-btn {
20876
20885
  background-color: initial;
20877
20886
  color: initial;
20887
+ }.v-fab {
20888
+ align-items: center;
20889
+ display: inline-flex;
20890
+ flex: 1 1 auto;
20891
+ pointer-events: none;
20892
+ position: relative;
20893
+ transition-duration: 0.2s;
20894
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20895
+ vertical-align: middle;
20896
+ }
20897
+ .v-fab .v-btn {
20898
+ pointer-events: auto;
20899
+ }
20900
+ .v-fab .v-btn--variant-elevated {
20901
+ 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));
20902
+ }
20903
+ .v-fab--app, .v-fab--absolute {
20904
+ display: flex;
20905
+ }
20906
+ .v-fab--start, .v-fab--left {
20907
+ justify-content: flex-start;
20908
+ }
20909
+ .v-fab--center {
20910
+ align-items: center;
20911
+ justify-content: center;
20912
+ }
20913
+ .v-fab--end, .v-fab--right {
20914
+ justify-content: flex-end;
20915
+ }
20916
+ .v-fab--bottom {
20917
+ align-items: flex-end;
20918
+ }
20919
+ .v-fab--top {
20920
+ align-items: flex-start;
20921
+ }
20922
+ .v-fab--extended .v-btn {
20923
+ border-radius: 9999px !important;
20924
+ }
20925
+
20926
+ .v-fab__container {
20927
+ align-self: center;
20928
+ display: inline-flex;
20929
+ position: absolute;
20930
+ vertical-align: middle;
20931
+ }
20932
+ .v-fab--app .v-fab__container {
20933
+ margin: 12px;
20934
+ }
20935
+ .v-fab--absolute .v-fab__container {
20936
+ position: absolute;
20937
+ z-index: 4;
20938
+ }
20939
+ .v-fab--offset.v-fab--top .v-fab__container {
20940
+ transform: translateY(-50%);
20941
+ }
20942
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20943
+ transform: translateY(50%);
20944
+ }
20945
+ .v-fab--top .v-fab__container {
20946
+ top: 0;
20947
+ }
20948
+ .v-fab--bottom .v-fab__container {
20949
+ bottom: 0;
20950
+ }
20951
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20952
+ left: 0;
20953
+ }
20954
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20955
+ right: 0;
20878
20956
  }.v-expansion-panel {
20879
20957
  background-color: rgb(var(--v-theme-surface));
20880
20958
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21091,75 +21169,71 @@ html.overflow-y-hidden {
21091
21169
  }
21092
21170
  .v-expansion-panels--tile > .v-expansion-panel {
21093
21171
  border-radius: 0;
21094
- }.v-fab {
21095
- align-items: center;
21096
- display: inline-flex;
21097
- flex: 1 1 auto;
21098
- pointer-events: none;
21099
- position: relative;
21100
- transition-duration: 0.2s;
21101
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21102
- vertical-align: middle;
21172
+ }.v-file-input--hide.v-input .v-field,
21173
+ .v-file-input--hide.v-input .v-input__control,
21174
+ .v-file-input--hide.v-input .v-input__details {
21175
+ display: none;
21103
21176
  }
21104
- .v-fab .v-btn {
21105
- pointer-events: auto;
21177
+ .v-file-input--hide.v-input .v-input__prepend {
21178
+ grid-area: control;
21179
+ margin: 0 auto;
21106
21180
  }
21107
- .v-fab .v-btn--variant-elevated {
21108
- 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));
21181
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21182
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21183
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21184
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21185
+ top: 0px;
21109
21186
  }
21110
- .v-fab--app, .v-fab--absolute {
21111
- display: flex;
21187
+ .v-file-input input[type=file] {
21188
+ height: 100%;
21189
+ left: 0;
21190
+ opacity: 0;
21191
+ position: absolute;
21192
+ top: 0;
21193
+ width: 100%;
21194
+ z-index: 1;
21112
21195
  }
21113
- .v-fab--start, .v-fab--left {
21114
- justify-content: flex-start;
21196
+ .v-file-input .v-input__details {
21197
+ padding-inline: 16px;
21115
21198
  }
21116
- .v-fab--center {
21199
+ .v-input--plain-underlined.v-file-input .v-input__details {
21200
+ padding-inline: 0;
21201
+ }.v-footer {
21117
21202
  align-items: center;
21118
- justify-content: center;
21119
- }
21120
- .v-fab--end, .v-fab--right {
21121
- justify-content: flex-end;
21203
+ display: flex;
21204
+ flex: 1 1 auto;
21205
+ padding: 8px 16px;
21206
+ position: relative;
21207
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21208
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21122
21209
  }
21123
- .v-fab--bottom {
21124
- align-items: flex-end;
21210
+ .v-footer {
21211
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21212
+ border-style: solid;
21213
+ border-width: 0;
21125
21214
  }
21126
- .v-fab--top {
21127
- align-items: flex-start;
21215
+ .v-footer--border {
21216
+ border-width: thin;
21217
+ box-shadow: none;
21128
21218
  }
21129
- .v-fab--extended .v-btn {
21130
- border-radius: 9999px !important;
21219
+ .v-footer {
21220
+ 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));
21131
21221
  }
21132
-
21133
- .v-fab__container {
21134
- align-self: center;
21135
- display: inline-flex;
21222
+ .v-footer--absolute {
21136
21223
  position: absolute;
21137
- vertical-align: middle;
21138
21224
  }
21139
- .v-fab--app .v-fab__container {
21140
- margin: 12px;
21225
+ .v-footer--fixed {
21226
+ position: fixed;
21141
21227
  }
21142
- .v-fab--absolute .v-fab__container {
21143
- position: absolute;
21144
- z-index: 4;
21228
+ .v-footer {
21229
+ border-radius: 0;
21145
21230
  }
21146
- .v-fab--offset.v-fab--top .v-fab__container {
21147
- transform: translateY(-50%);
21231
+ .v-footer {
21232
+ background: rgb(var(--v-theme-surface));
21233
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21148
21234
  }
21149
- .v-fab--offset.v-fab--bottom .v-fab__container {
21150
- transform: translateY(50%);
21151
- }
21152
- .v-fab--top .v-fab__container {
21153
- top: 0;
21154
- }
21155
- .v-fab--bottom .v-fab__container {
21156
- bottom: 0;
21157
- }
21158
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21159
- left: 0;
21160
- }
21161
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21162
- right: 0;
21235
+ .v-footer--rounded {
21236
+ border-radius: 4px;
21163
21237
  }/* region INPUT */
21164
21238
  .v-field {
21165
21239
  display: grid;
@@ -21743,72 +21817,7 @@ textarea.v-field__input::placeholder {
21743
21817
  opacity: 0;
21744
21818
  }
21745
21819
 
21746
- /* endregion */.v-file-input--hide.v-input .v-field,
21747
- .v-file-input--hide.v-input .v-input__control,
21748
- .v-file-input--hide.v-input .v-input__details {
21749
- display: none;
21750
- }
21751
- .v-file-input--hide.v-input .v-input__prepend {
21752
- grid-area: control;
21753
- margin: 0 auto;
21754
- }
21755
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21756
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21757
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21758
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21759
- top: 0px;
21760
- }
21761
- .v-file-input input[type=file] {
21762
- height: 100%;
21763
- left: 0;
21764
- opacity: 0;
21765
- position: absolute;
21766
- top: 0;
21767
- width: 100%;
21768
- z-index: 1;
21769
- }
21770
- .v-file-input .v-input__details {
21771
- padding-inline: 16px;
21772
- }
21773
- .v-input--plain-underlined.v-file-input .v-input__details {
21774
- padding-inline: 0;
21775
- }.v-footer {
21776
- align-items: center;
21777
- display: flex;
21778
- flex: 1 1 auto;
21779
- padding: 8px 16px;
21780
- position: relative;
21781
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21782
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21783
- }
21784
- .v-footer {
21785
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21786
- border-style: solid;
21787
- border-width: 0;
21788
- }
21789
- .v-footer--border {
21790
- border-width: thin;
21791
- box-shadow: none;
21792
- }
21793
- .v-footer {
21794
- 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));
21795
- }
21796
- .v-footer--absolute {
21797
- position: absolute;
21798
- }
21799
- .v-footer--fixed {
21800
- position: fixed;
21801
- }
21802
- .v-footer {
21803
- border-radius: 0;
21804
- }
21805
- .v-footer {
21806
- background: rgb(var(--v-theme-surface));
21807
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21808
- }
21809
- .v-footer--rounded {
21810
- border-radius: 4px;
21811
- }.v-container {
21820
+ /* endregion */.v-container {
21812
21821
  width: 100%;
21813
21822
  padding: 16px;
21814
21823
  margin-right: auto;
@@ -22480,57 +22489,6 @@ textarea.v-field__input::placeholder {
22480
22489
  .offset-xxl-11 {
22481
22490
  margin-inline-start: 91.6666666667%;
22482
22491
  }
22483
- }.v-img {
22484
- --v-theme-overlay-multiplier: 3;
22485
- z-index: 0;
22486
- }
22487
- .v-img.v-img--absolute {
22488
- height: 100%;
22489
- left: 0;
22490
- overflow: hidden;
22491
- position: absolute;
22492
- top: 0;
22493
- width: 100%;
22494
- z-index: -1;
22495
- }
22496
- .v-img--booting .v-responsive__sizer {
22497
- transition: none;
22498
- }
22499
- .v-img--rounded {
22500
- border-radius: 4px;
22501
- }
22502
-
22503
- .v-img__img,
22504
- .v-img__picture,
22505
- .v-img__gradient,
22506
- .v-img__placeholder,
22507
- .v-img__error {
22508
- z-index: -1;
22509
- }
22510
- .v-img__img,
22511
- .v-img__picture,
22512
- .v-img__gradient,
22513
- .v-img__placeholder,
22514
- .v-img__error {
22515
- position: absolute;
22516
- top: 0;
22517
- left: 0;
22518
- width: 100%;
22519
- height: 100%;
22520
- }
22521
-
22522
- .v-img__img--preload {
22523
- filter: blur(4px);
22524
- }
22525
- .v-img__img--contain {
22526
- object-fit: contain;
22527
- }
22528
- .v-img__img--cover {
22529
- object-fit: cover;
22530
- }
22531
-
22532
- .v-img__gradient {
22533
- background-repeat: no-repeat;
22534
22492
  }.v-icon {
22535
22493
  --v-icon-size-multiplier: 1;
22536
22494
  align-items: center;
@@ -22584,6 +22542,43 @@ textarea.v-field__input::placeholder {
22584
22542
 
22585
22543
  .v-icon--end {
22586
22544
  margin-inline-start: 8px;
22545
+ }.v-infinite-scroll--horizontal {
22546
+ display: flex;
22547
+ flex-direction: row;
22548
+ overflow-x: auto;
22549
+ }
22550
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22551
+ height: 100%;
22552
+ width: var(--v-infinite-margin-size, 1px);
22553
+ }
22554
+
22555
+ .v-infinite-scroll--vertical {
22556
+ display: flex;
22557
+ flex-direction: column;
22558
+ overflow-y: auto;
22559
+ }
22560
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22561
+ height: 1px;
22562
+ width: 100%;
22563
+ }
22564
+
22565
+ .v-infinite-scroll-intersect {
22566
+ pointer-events: none;
22567
+ margin-top: var(--v-infinite-margin);
22568
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22569
+ }
22570
+ .v-infinite-scroll-intersect:nth-child(2) {
22571
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22572
+ }
22573
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22574
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22575
+ }
22576
+
22577
+ .v-infinite-scroll__side {
22578
+ align-items: center;
22579
+ display: flex;
22580
+ justify-content: center;
22581
+ padding: 8px;
22587
22582
  }.v-input {
22588
22583
  display: grid;
22589
22584
  flex: 1 1 auto;
@@ -22726,48 +22721,77 @@ textarea.v-field__input::placeholder {
22726
22721
 
22727
22722
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22728
22723
  padding-top: calc(var(--v-input-padding-top) + 0px);
22729
- }.v-infinite-scroll--horizontal {
22730
- display: flex;
22731
- flex-direction: row;
22732
- overflow-x: auto;
22724
+ }.v-img {
22725
+ --v-theme-overlay-multiplier: 3;
22726
+ z-index: 0;
22733
22727
  }
22734
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22728
+ .v-img.v-img--absolute {
22735
22729
  height: 100%;
22736
- width: var(--v-infinite-margin-size, 1px);
22730
+ left: 0;
22731
+ overflow: hidden;
22732
+ position: absolute;
22733
+ top: 0;
22734
+ width: 100%;
22735
+ z-index: -1;
22736
+ }
22737
+ .v-img--booting .v-responsive__sizer {
22738
+ transition: none;
22739
+ }
22740
+ .v-img--rounded {
22741
+ border-radius: 4px;
22737
22742
  }
22738
22743
 
22739
- .v-infinite-scroll--vertical {
22740
- display: flex;
22741
- flex-direction: column;
22742
- overflow-y: auto;
22744
+ .v-img__img,
22745
+ .v-img__picture,
22746
+ .v-img__gradient,
22747
+ .v-img__placeholder,
22748
+ .v-img__error {
22749
+ z-index: -1;
22743
22750
  }
22744
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22745
- height: 1px;
22751
+ .v-img__img,
22752
+ .v-img__picture,
22753
+ .v-img__gradient,
22754
+ .v-img__placeholder,
22755
+ .v-img__error {
22756
+ position: absolute;
22757
+ top: 0;
22758
+ left: 0;
22746
22759
  width: 100%;
22760
+ height: 100%;
22747
22761
  }
22748
22762
 
22749
- .v-infinite-scroll-intersect {
22750
- pointer-events: none;
22751
- margin-top: var(--v-infinite-margin);
22752
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22763
+ .v-img__img--preload {
22764
+ filter: blur(4px);
22753
22765
  }
22754
- .v-infinite-scroll-intersect:nth-child(2) {
22755
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22766
+ .v-img__img--contain {
22767
+ object-fit: contain;
22756
22768
  }
22757
- .v-infinite-scroll-intersect:nth-last-child(2) {
22758
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22769
+ .v-img__img--cover {
22770
+ object-fit: cover;
22759
22771
  }
22760
22772
 
22761
- .v-infinite-scroll__side {
22762
- align-items: center;
22763
- display: flex;
22764
- justify-content: center;
22765
- padding: 8px;
22773
+ .v-img__gradient {
22774
+ background-repeat: no-repeat;
22766
22775
  }.v-item-group {
22767
22776
  flex: 0 1 auto;
22768
22777
  max-width: 100%;
22769
22778
  position: relative;
22770
22779
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22780
+ }.v-layout {
22781
+ --v-scrollbar-offset: 0px;
22782
+ display: flex;
22783
+ flex: 1 1 auto;
22784
+ }
22785
+ .v-layout--full-height {
22786
+ --v-scrollbar-offset: inherit;
22787
+ height: 100%;
22788
+ }.v-layout-item {
22789
+ position: absolute;
22790
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22791
+ }
22792
+
22793
+ .v-layout-item--absolute {
22794
+ position: absolute;
22771
22795
  }.v-label {
22772
22796
  align-items: center;
22773
22797
  color: inherit;
@@ -22783,26 +22807,11 @@ textarea.v-field__input::placeholder {
22783
22807
 
22784
22808
  .v-label--clickable {
22785
22809
  cursor: pointer;
22786
- }.v-layout {
22787
- --v-scrollbar-offset: 0px;
22788
- display: flex;
22789
- flex: 1 1 auto;
22790
- }
22791
- .v-layout--full-height {
22792
- --v-scrollbar-offset: inherit;
22793
- height: 100%;
22794
- }.v-layout-item {
22795
- position: absolute;
22796
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22797
- }
22798
-
22799
- .v-layout-item--absolute {
22800
- position: absolute;
22801
- }.v-list {
22802
- overflow: auto;
22803
- padding: 8px 0;
22804
- position: relative;
22805
- outline: none;
22810
+ }.v-list {
22811
+ overflow: auto;
22812
+ padding: 8px 0;
22813
+ position: relative;
22814
+ outline: none;
22806
22815
  }
22807
22816
  .v-list {
22808
22817
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23376,25 +23385,6 @@ textarea.v-field__input::placeholder {
23376
23385
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23377
23386
  }.v-locale-provider {
23378
23387
  display: contents;
23379
- }.v-menu > .v-overlay__content {
23380
- display: flex;
23381
- flex-direction: column;
23382
- }
23383
- .v-menu > .v-overlay__content {
23384
- border-radius: 4px;
23385
- }
23386
- .v-menu > .v-overlay__content > .v-card,
23387
- .v-menu > .v-overlay__content > .v-sheet,
23388
- .v-menu > .v-overlay__content > .v-list {
23389
- background: rgb(var(--v-theme-surface));
23390
- border-radius: inherit;
23391
- overflow: auto;
23392
- height: 100%;
23393
- }
23394
- .v-menu > .v-overlay__content > .v-card,
23395
- .v-menu > .v-overlay__content > .v-sheet,
23396
- .v-menu > .v-overlay__content > .v-list {
23397
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23398
23388
  }.v-main {
23399
23389
  flex: 1 0 auto;
23400
23390
  max-width: 100%;
@@ -23425,6 +23415,25 @@ textarea.v-field__input::placeholder {
23425
23415
  --v-layout-right: 0px;
23426
23416
  --v-layout-top: 0px;
23427
23417
  --v-layout-bottom: 0px;
23418
+ }.v-menu > .v-overlay__content {
23419
+ display: flex;
23420
+ flex-direction: column;
23421
+ }
23422
+ .v-menu > .v-overlay__content {
23423
+ border-radius: 4px;
23424
+ }
23425
+ .v-menu > .v-overlay__content > .v-card,
23426
+ .v-menu > .v-overlay__content > .v-sheet,
23427
+ .v-menu > .v-overlay__content > .v-list {
23428
+ background: rgb(var(--v-theme-surface));
23429
+ border-radius: inherit;
23430
+ overflow: auto;
23431
+ height: 100%;
23432
+ }
23433
+ .v-menu > .v-overlay__content > .v-card,
23434
+ .v-menu > .v-overlay__content > .v-sheet,
23435
+ .v-menu > .v-overlay__content > .v-list {
23436
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23428
23437
  }.v-messages {
23429
23438
  flex: 1 1 auto;
23430
23439
  font-size: 12px;
@@ -23441,6 +23450,64 @@ textarea.v-field__input::placeholder {
23441
23450
  -webkit-hyphens: auto;
23442
23451
  hyphens: auto;
23443
23452
  transition-duration: 150ms;
23453
+ }.v-otp-input {
23454
+ align-items: center;
23455
+ display: flex;
23456
+ justify-content: center;
23457
+ padding: 0.5rem 0;
23458
+ position: relative;
23459
+ }
23460
+ .v-otp-input {
23461
+ border-radius: 4px;
23462
+ }
23463
+ .v-otp-input .v-field {
23464
+ height: 100%;
23465
+ }
23466
+
23467
+ .v-otp-input__divider {
23468
+ margin: 0 8px;
23469
+ }
23470
+
23471
+ .v-otp-input__content {
23472
+ align-items: center;
23473
+ display: flex;
23474
+ gap: 0.5rem;
23475
+ height: 64px;
23476
+ padding: 0.5rem;
23477
+ justify-content: center;
23478
+ max-width: 320px;
23479
+ position: relative;
23480
+ border-radius: inherit;
23481
+ }
23482
+ .v-otp-input--divided .v-otp-input__content {
23483
+ max-width: 360px;
23484
+ }
23485
+
23486
+ .v-otp-input__field {
23487
+ color: inherit;
23488
+ font-size: 1.25rem;
23489
+ height: 100%;
23490
+ outline: none;
23491
+ text-align: center;
23492
+ width: 100%;
23493
+ }
23494
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23495
+ -webkit-appearance: none;
23496
+ margin: 0;
23497
+ }
23498
+ .v-otp-input__field[type=number] {
23499
+ -moz-appearance: textfield;
23500
+ }
23501
+
23502
+ .v-otp-input__loader {
23503
+ align-items: center;
23504
+ display: flex;
23505
+ height: 100%;
23506
+ justify-content: center;
23507
+ width: 100%;
23508
+ }
23509
+ .v-otp-input__loader .v-progress-linear {
23510
+ position: absolute;
23444
23511
  }.v-navigation-drawer {
23445
23512
  -webkit-overflow-scrolling: touch;
23446
23513
  background: rgb(var(--v-theme-surface));
@@ -23549,64 +23616,6 @@ textarea.v-field__input::placeholder {
23549
23616
  .v-navigation-drawer__append {
23550
23617
  flex: none;
23551
23618
  overflow: hidden;
23552
- }.v-otp-input {
23553
- align-items: center;
23554
- display: flex;
23555
- justify-content: center;
23556
- padding: 0.5rem 0;
23557
- position: relative;
23558
- }
23559
- .v-otp-input {
23560
- border-radius: 4px;
23561
- }
23562
- .v-otp-input .v-field {
23563
- height: 100%;
23564
- }
23565
-
23566
- .v-otp-input__divider {
23567
- margin: 0 8px;
23568
- }
23569
-
23570
- .v-otp-input__content {
23571
- align-items: center;
23572
- display: flex;
23573
- gap: 0.5rem;
23574
- height: 64px;
23575
- padding: 0.5rem;
23576
- justify-content: center;
23577
- max-width: 320px;
23578
- position: relative;
23579
- border-radius: inherit;
23580
- }
23581
- .v-otp-input--divided .v-otp-input__content {
23582
- max-width: 360px;
23583
- }
23584
-
23585
- .v-otp-input__field {
23586
- color: inherit;
23587
- font-size: 1.25rem;
23588
- height: 100%;
23589
- outline: none;
23590
- text-align: center;
23591
- width: 100%;
23592
- }
23593
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23594
- -webkit-appearance: none;
23595
- margin: 0;
23596
- }
23597
- .v-otp-input__field[type=number] {
23598
- -moz-appearance: textfield;
23599
- }
23600
-
23601
- .v-otp-input__loader {
23602
- align-items: center;
23603
- display: flex;
23604
- height: 100%;
23605
- justify-content: center;
23606
- width: 100%;
23607
- }
23608
- .v-otp-input__loader .v-progress-linear {
23609
- position: absolute;
23610
23619
  }.v-overlay-container {
23611
23620
  contain: layout;
23612
23621
  left: 0;
@@ -23678,108 +23687,12 @@ html.v-overlay-scroll-blocked {
23678
23687
  }
23679
23688
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23680
23689
  margin: 0.3rem;
23681
- }.v-progress-circular {
23682
- align-items: center;
23683
- display: inline-flex;
23684
- justify-content: center;
23690
+ }.v-parallax {
23685
23691
  position: relative;
23686
- vertical-align: middle;
23687
- }
23688
- .v-progress-circular > svg {
23689
- width: 100%;
23690
- height: 100%;
23691
- margin: auto;
23692
- position: absolute;
23693
- top: 0;
23694
- bottom: 0;
23695
- left: 0;
23696
- right: 0;
23697
- z-index: 0;
23698
- }
23699
-
23700
- .v-progress-circular__content {
23701
- align-items: center;
23702
- display: flex;
23703
- justify-content: center;
23704
- }
23705
-
23706
- .v-progress-circular__underlay {
23707
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23708
- stroke: currentColor;
23709
- z-index: 1;
23710
- }
23711
-
23712
- .v-progress-circular__overlay {
23713
- stroke: currentColor;
23714
- transition: all 0.2s ease-in-out, stroke-width 0s;
23715
- z-index: 2;
23716
- }
23717
-
23718
- .v-progress-circular--size-x-small {
23719
- height: 16px;
23720
- width: 16px;
23721
- }
23722
- .v-progress-circular--size-small {
23723
- height: 24px;
23724
- width: 24px;
23725
- }
23726
- .v-progress-circular--size-default {
23727
- height: 32px;
23728
- width: 32px;
23729
- }
23730
- .v-progress-circular--size-large {
23731
- height: 48px;
23732
- width: 48px;
23733
- }
23734
- .v-progress-circular--size-x-large {
23735
- height: 64px;
23736
- width: 64px;
23737
- }
23738
-
23739
- .v-progress-circular--indeterminate > svg {
23740
- animation: progress-circular-rotate 1.4s linear infinite;
23741
- transform-origin: center center;
23742
- transition: all 0.2s ease-in-out;
23743
- }
23744
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23745
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23746
- stroke-dasharray: 25, 200;
23747
- stroke-dashoffset: 0;
23748
- stroke-linecap: round;
23749
- transform-origin: center center;
23750
- transform: rotate(-90deg);
23751
- }
23752
-
23753
- .v-progress-circular--disable-shrink > svg {
23754
- animation-duration: 0.7s;
23755
- }
23756
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23757
- animation: none;
23758
- }
23759
-
23760
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23761
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23762
- animation-play-state: paused !important;
23763
- }
23764
-
23765
- @keyframes progress-circular-dash {
23766
- 0% {
23767
- stroke-dasharray: 1, 200;
23768
- stroke-dashoffset: 0px;
23769
- }
23770
- 50% {
23771
- stroke-dasharray: 100, 200;
23772
- stroke-dashoffset: -15px;
23773
- }
23774
- 100% {
23775
- stroke-dasharray: 100, 200;
23776
- stroke-dashoffset: -124px;
23777
- }
23692
+ overflow: hidden;
23778
23693
  }
23779
- @keyframes progress-circular-rotate {
23780
- 100% {
23781
- transform: rotate(270deg);
23782
- }
23694
+ .v-parallax--active > .v-img__img {
23695
+ will-change: transform;
23783
23696
  }.v-progress-linear {
23784
23697
  background: transparent;
23785
23698
  overflow: hidden;
@@ -23933,87 +23846,183 @@ html.v-overlay-scroll-blocked {
23933
23846
  animation-play-state: running;
23934
23847
  }
23935
23848
 
23936
- .v-progress-linear--rounded-bar .v-progress-linear__determinate,
23937
- .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
23938
- .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
23939
- border-radius: 9999px;
23849
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate,
23850
+ .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
23851
+ .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
23852
+ border-radius: 9999px;
23853
+ }
23854
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate {
23855
+ border-start-start-radius: 0;
23856
+ border-end-start-radius: 0;
23857
+ }
23858
+
23859
+ @keyframes indeterminate-ltr {
23860
+ 0% {
23861
+ left: -90%;
23862
+ right: 100%;
23863
+ }
23864
+ 60% {
23865
+ left: -90%;
23866
+ right: 100%;
23867
+ }
23868
+ 100% {
23869
+ left: 100%;
23870
+ right: -35%;
23871
+ }
23872
+ }
23873
+ @keyframes indeterminate-rtl {
23874
+ 0% {
23875
+ left: 100%;
23876
+ right: -90%;
23877
+ }
23878
+ 60% {
23879
+ left: 100%;
23880
+ right: -90%;
23881
+ }
23882
+ 100% {
23883
+ left: -35%;
23884
+ right: 100%;
23885
+ }
23886
+ }
23887
+ @keyframes indeterminate-short-ltr {
23888
+ 0% {
23889
+ left: -200%;
23890
+ right: 100%;
23891
+ }
23892
+ 60% {
23893
+ left: 107%;
23894
+ right: -8%;
23895
+ }
23896
+ 100% {
23897
+ left: 107%;
23898
+ right: -8%;
23899
+ }
23900
+ }
23901
+ @keyframes indeterminate-short-rtl {
23902
+ 0% {
23903
+ left: 100%;
23904
+ right: -200%;
23905
+ }
23906
+ 60% {
23907
+ left: -8%;
23908
+ right: 107%;
23909
+ }
23910
+ 100% {
23911
+ left: -8%;
23912
+ right: 107%;
23913
+ }
23914
+ }
23915
+ @keyframes stream {
23916
+ to {
23917
+ transform: translateX(var(--v-progress-linear-stream-to));
23918
+ }
23919
+ }
23920
+ @keyframes progress-linear-stripes {
23921
+ 0% {
23922
+ background-position-x: var(--v-progress-linear-height);
23923
+ }
23924
+ }.v-progress-circular {
23925
+ align-items: center;
23926
+ display: inline-flex;
23927
+ justify-content: center;
23928
+ position: relative;
23929
+ vertical-align: middle;
23930
+ }
23931
+ .v-progress-circular > svg {
23932
+ width: 100%;
23933
+ height: 100%;
23934
+ margin: auto;
23935
+ position: absolute;
23936
+ top: 0;
23937
+ bottom: 0;
23938
+ left: 0;
23939
+ right: 0;
23940
+ z-index: 0;
23941
+ }
23942
+
23943
+ .v-progress-circular__content {
23944
+ align-items: center;
23945
+ display: flex;
23946
+ justify-content: center;
23947
+ }
23948
+
23949
+ .v-progress-circular__underlay {
23950
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23951
+ stroke: currentColor;
23952
+ z-index: 1;
23953
+ }
23954
+
23955
+ .v-progress-circular__overlay {
23956
+ stroke: currentColor;
23957
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23958
+ z-index: 2;
23959
+ }
23960
+
23961
+ .v-progress-circular--size-x-small {
23962
+ height: 16px;
23963
+ width: 16px;
23964
+ }
23965
+ .v-progress-circular--size-small {
23966
+ height: 24px;
23967
+ width: 24px;
23968
+ }
23969
+ .v-progress-circular--size-default {
23970
+ height: 32px;
23971
+ width: 32px;
23972
+ }
23973
+ .v-progress-circular--size-large {
23974
+ height: 48px;
23975
+ width: 48px;
23976
+ }
23977
+ .v-progress-circular--size-x-large {
23978
+ height: 64px;
23979
+ width: 64px;
23980
+ }
23981
+
23982
+ .v-progress-circular--indeterminate > svg {
23983
+ animation: progress-circular-rotate 1.4s linear infinite;
23984
+ transform-origin: center center;
23985
+ transition: all 0.2s ease-in-out;
23986
+ }
23987
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23988
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23989
+ stroke-dasharray: 25, 200;
23990
+ stroke-dashoffset: 0;
23991
+ stroke-linecap: round;
23992
+ transform-origin: center center;
23993
+ transform: rotate(-90deg);
23994
+ }
23995
+
23996
+ .v-progress-circular--disable-shrink > svg {
23997
+ animation-duration: 0.7s;
23940
23998
  }
23941
- .v-progress-linear--rounded-bar .v-progress-linear__determinate {
23942
- border-start-start-radius: 0;
23943
- border-end-start-radius: 0;
23999
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24000
+ animation: none;
23944
24001
  }
23945
24002
 
23946
- @keyframes indeterminate-ltr {
23947
- 0% {
23948
- left: -90%;
23949
- right: 100%;
23950
- }
23951
- 60% {
23952
- left: -90%;
23953
- right: 100%;
23954
- }
23955
- 100% {
23956
- left: 100%;
23957
- right: -35%;
23958
- }
23959
- }
23960
- @keyframes indeterminate-rtl {
23961
- 0% {
23962
- left: 100%;
23963
- right: -90%;
23964
- }
23965
- 60% {
23966
- left: 100%;
23967
- right: -90%;
23968
- }
23969
- 100% {
23970
- left: -35%;
23971
- right: 100%;
23972
- }
24003
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24004
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24005
+ animation-play-state: paused !important;
23973
24006
  }
23974
- @keyframes indeterminate-short-ltr {
24007
+
24008
+ @keyframes progress-circular-dash {
23975
24009
  0% {
23976
- left: -200%;
23977
- right: 100%;
24010
+ stroke-dasharray: 1, 200;
24011
+ stroke-dashoffset: 0px;
23978
24012
  }
23979
- 60% {
23980
- left: 107%;
23981
- right: -8%;
24013
+ 50% {
24014
+ stroke-dasharray: 100, 200;
24015
+ stroke-dashoffset: -15px;
23982
24016
  }
23983
24017
  100% {
23984
- left: 107%;
23985
- right: -8%;
24018
+ stroke-dasharray: 100, 200;
24019
+ stroke-dashoffset: -124px;
23986
24020
  }
23987
24021
  }
23988
- @keyframes indeterminate-short-rtl {
23989
- 0% {
23990
- left: 100%;
23991
- right: -200%;
23992
- }
23993
- 60% {
23994
- left: -8%;
23995
- right: 107%;
23996
- }
24022
+ @keyframes progress-circular-rotate {
23997
24023
  100% {
23998
- left: -8%;
23999
- right: 107%;
24000
- }
24001
- }
24002
- @keyframes stream {
24003
- to {
24004
- transform: translateX(var(--v-progress-linear-stream-to));
24005
- }
24006
- }
24007
- @keyframes progress-linear-stripes {
24008
- 0% {
24009
- background-position-x: var(--v-progress-linear-height);
24024
+ transform: rotate(270deg);
24010
24025
  }
24011
- }.v-parallax {
24012
- position: relative;
24013
- overflow: hidden;
24014
- }
24015
- .v-parallax--active > .v-img__img {
24016
- will-change: transform;
24017
24026
  }.v-radio-group > .v-input__control {
24018
24027
  flex-direction: column;
24019
24028
  }
@@ -24026,6 +24035,59 @@ html.v-overlay-scroll-blocked {
24026
24035
  }
24027
24036
  .v-radio-group .v-input__details {
24028
24037
  padding-inline: 16px;
24038
+ }.v-rating {
24039
+ max-width: 100%;
24040
+ display: inline-flex;
24041
+ white-space: nowrap;
24042
+ }
24043
+ .v-rating--readonly {
24044
+ pointer-events: none;
24045
+ }
24046
+
24047
+ .v-rating__wrapper {
24048
+ align-items: center;
24049
+ display: inline-flex;
24050
+ flex-direction: column;
24051
+ }
24052
+ .v-rating__wrapper--bottom {
24053
+ flex-direction: column-reverse;
24054
+ }
24055
+
24056
+ .v-rating__item {
24057
+ display: inline-flex;
24058
+ position: relative;
24059
+ }
24060
+ .v-rating__item label {
24061
+ cursor: pointer;
24062
+ }
24063
+ .v-rating__item .v-btn--variant-plain {
24064
+ opacity: 1;
24065
+ }
24066
+ .v-rating__item .v-btn {
24067
+ transition-property: transform;
24068
+ }
24069
+ .v-rating__item .v-btn .v-icon {
24070
+ transition: inherit;
24071
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24072
+ }
24073
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24074
+ transform: scale(1.25);
24075
+ }
24076
+ .v-rating__item--half {
24077
+ overflow: hidden;
24078
+ position: absolute;
24079
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24080
+ z-index: 1;
24081
+ }
24082
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24083
+ opacity: 0;
24084
+ }
24085
+
24086
+ .v-rating__hidden {
24087
+ height: 0;
24088
+ opacity: 0;
24089
+ position: absolute;
24090
+ width: 0;
24029
24091
  }.v-slider .v-slider__container input {
24030
24092
  cursor: default;
24031
24093
  padding: 0;
@@ -24083,59 +24145,6 @@ html.v-overlay-scroll-blocked {
24083
24145
 
24084
24146
  .v-slider__label {
24085
24147
  margin-inline-end: 12px;
24086
- }.v-rating {
24087
- max-width: 100%;
24088
- display: inline-flex;
24089
- white-space: nowrap;
24090
- }
24091
- .v-rating--readonly {
24092
- pointer-events: none;
24093
- }
24094
-
24095
- .v-rating__wrapper {
24096
- align-items: center;
24097
- display: inline-flex;
24098
- flex-direction: column;
24099
- }
24100
- .v-rating__wrapper--bottom {
24101
- flex-direction: column-reverse;
24102
- }
24103
-
24104
- .v-rating__item {
24105
- display: inline-flex;
24106
- position: relative;
24107
- }
24108
- .v-rating__item label {
24109
- cursor: pointer;
24110
- }
24111
- .v-rating__item .v-btn--variant-plain {
24112
- opacity: 1;
24113
- }
24114
- .v-rating__item .v-btn {
24115
- transition-property: transform;
24116
- }
24117
- .v-rating__item .v-btn .v-icon {
24118
- transition: inherit;
24119
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24120
- }
24121
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24122
- transform: scale(1.25);
24123
- }
24124
- .v-rating__item--half {
24125
- overflow: hidden;
24126
- position: absolute;
24127
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24128
- z-index: 1;
24129
- }
24130
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24131
- opacity: 0;
24132
- }
24133
-
24134
- .v-rating__hidden {
24135
- height: 0;
24136
- opacity: 0;
24137
- position: absolute;
24138
- width: 0;
24139
24148
  }.v-responsive {
24140
24149
  display: flex;
24141
24150
  flex: 1 0 auto;
@@ -24214,14 +24223,6 @@ html.v-overlay-scroll-blocked {
24214
24223
  .v-select--active-menu .v-select__menu-icon {
24215
24224
  opacity: var(--v-high-emphasis-opacity);
24216
24225
  transform: rotate(180deg);
24217
- }.v-selection-control-group {
24218
- grid-area: control;
24219
- display: flex;
24220
- flex-direction: column;
24221
- }
24222
- .v-selection-control-group--inline {
24223
- flex-direction: row;
24224
- flex-wrap: wrap;
24225
24226
  }.v-selection-control {
24226
24227
  align-items: center;
24227
24228
  contain: layout;
@@ -24325,6 +24326,14 @@ html.v-overlay-scroll-blocked {
24325
24326
  }
24326
24327
  .v-selection-control--focus-visible .v-selection-control__input::before {
24327
24328
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24329
+ }.v-selection-control-group {
24330
+ grid-area: control;
24331
+ display: flex;
24332
+ flex-direction: column;
24333
+ }
24334
+ .v-selection-control-group--inline {
24335
+ flex-direction: row;
24336
+ flex-wrap: wrap;
24328
24337
  }.v-sheet {
24329
24338
  display: block;
24330
24339
  }
@@ -24779,49 +24788,8 @@ html.v-overlay-scroll-blocked {
24779
24788
  .v-snackbar-transition-leave-active {
24780
24789
  transition-property: opacity;
24781
24790
  }
24782
- .v-snackbar-transition-leave-to {
24783
- opacity: 0;
24784
- }.v-speed-dial__content {
24785
- gap: 8px;
24786
- }
24787
- .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 {
24788
- flex-direction: row;
24789
- }
24790
- .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 {
24791
- flex-direction: row-reverse;
24792
- }
24793
- .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 {
24794
- flex-direction: column-reverse;
24795
- }
24796
- .v-speed-dial__content > *:nth-child(1) {
24797
- transition-delay: 0s;
24798
- }
24799
- .v-speed-dial__content > *:nth-child(2) {
24800
- transition-delay: 0.05s;
24801
- }
24802
- .v-speed-dial__content > *:nth-child(3) {
24803
- transition-delay: 0.1s;
24804
- }
24805
- .v-speed-dial__content > *:nth-child(4) {
24806
- transition-delay: 0.15s;
24807
- }
24808
- .v-speed-dial__content > *:nth-child(5) {
24809
- transition-delay: 0.2s;
24810
- }
24811
- .v-speed-dial__content > *:nth-child(6) {
24812
- transition-delay: 0.25s;
24813
- }
24814
- .v-speed-dial__content > *:nth-child(7) {
24815
- transition-delay: 0.3s;
24816
- }
24817
- .v-speed-dial__content > *:nth-child(8) {
24818
- transition-delay: 0.35s;
24819
- }
24820
- .v-speed-dial__content > *:nth-child(9) {
24821
- transition-delay: 0.4s;
24822
- }
24823
- .v-speed-dial__content > *:nth-child(10) {
24824
- transition-delay: 0.45s;
24791
+ .v-snackbar-transition-leave-to {
24792
+ opacity: 0;
24825
24793
  }.v-stepper.v-sheet {
24826
24794
  overflow: hidden;
24827
24795
  }
@@ -24997,6 +24965,47 @@ html.v-overlay-scroll-blocked {
24997
24965
  left: 0;
24998
24966
  width: 100%;
24999
24967
  height: 100%;
24968
+ }.v-speed-dial__content {
24969
+ gap: 8px;
24970
+ }
24971
+ .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 {
24972
+ flex-direction: row;
24973
+ }
24974
+ .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 {
24975
+ flex-direction: row-reverse;
24976
+ }
24977
+ .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 {
24978
+ flex-direction: column-reverse;
24979
+ }
24980
+ .v-speed-dial__content > *:nth-child(1) {
24981
+ transition-delay: 0s;
24982
+ }
24983
+ .v-speed-dial__content > *:nth-child(2) {
24984
+ transition-delay: 0.05s;
24985
+ }
24986
+ .v-speed-dial__content > *:nth-child(3) {
24987
+ transition-delay: 0.1s;
24988
+ }
24989
+ .v-speed-dial__content > *:nth-child(4) {
24990
+ transition-delay: 0.15s;
24991
+ }
24992
+ .v-speed-dial__content > *:nth-child(5) {
24993
+ transition-delay: 0.2s;
24994
+ }
24995
+ .v-speed-dial__content > *:nth-child(6) {
24996
+ transition-delay: 0.25s;
24997
+ }
24998
+ .v-speed-dial__content > *:nth-child(7) {
24999
+ transition-delay: 0.3s;
25000
+ }
25001
+ .v-speed-dial__content > *:nth-child(8) {
25002
+ transition-delay: 0.35s;
25003
+ }
25004
+ .v-speed-dial__content > *:nth-child(9) {
25005
+ transition-delay: 0.4s;
25006
+ }
25007
+ .v-speed-dial__content > *:nth-child(10) {
25008
+ transition-delay: 0.45s;
25000
25009
  }.v-switch .v-label {
25001
25010
  padding-inline-start: 10px;
25002
25011
  }
@@ -25179,6 +25188,49 @@ html.v-overlay-scroll-blocked {
25179
25188
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25180
25189
  border-width: 0;
25181
25190
  }
25191
+ }.v-system-bar {
25192
+ align-items: center;
25193
+ display: flex;
25194
+ flex: 1 1 auto;
25195
+ height: 24px;
25196
+ justify-content: flex-end;
25197
+ max-width: 100%;
25198
+ padding-inline: 8px;
25199
+ position: relative;
25200
+ text-align: end;
25201
+ width: 100%;
25202
+ }
25203
+ .v-system-bar .v-icon {
25204
+ opacity: var(--v-medium-emphasis-opacity);
25205
+ }
25206
+ .v-system-bar {
25207
+ 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));
25208
+ }
25209
+ .v-system-bar--absolute {
25210
+ position: absolute;
25211
+ }
25212
+ .v-system-bar--fixed {
25213
+ position: fixed;
25214
+ }
25215
+ .v-system-bar {
25216
+ background: rgba(var(--v-theme-surface-light));
25217
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25218
+ }
25219
+ .v-system-bar {
25220
+ font-size: 0.75rem;
25221
+ font-weight: 400;
25222
+ letter-spacing: 0.0333333333em;
25223
+ line-height: 1.667;
25224
+ text-transform: none;
25225
+ }
25226
+ .v-system-bar--rounded {
25227
+ border-radius: 0;
25228
+ }
25229
+ .v-system-bar--window {
25230
+ height: 32px;
25231
+ }
25232
+ .v-system-bar:not(.v-system-bar--absolute) {
25233
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25182
25234
  }.v-tab.v-tab.v-btn {
25183
25235
  height: var(--v-tabs-height);
25184
25236
  border-radius: 0;
@@ -25274,49 +25326,6 @@ html.v-overlay-scroll-blocked {
25274
25326
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25275
25327
  margin-inline-end: 52px;
25276
25328
  }
25277
- }.v-system-bar {
25278
- align-items: center;
25279
- display: flex;
25280
- flex: 1 1 auto;
25281
- height: 24px;
25282
- justify-content: flex-end;
25283
- max-width: 100%;
25284
- padding-inline: 8px;
25285
- position: relative;
25286
- text-align: end;
25287
- width: 100%;
25288
- }
25289
- .v-system-bar .v-icon {
25290
- opacity: var(--v-medium-emphasis-opacity);
25291
- }
25292
- .v-system-bar {
25293
- 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));
25294
- }
25295
- .v-system-bar--absolute {
25296
- position: absolute;
25297
- }
25298
- .v-system-bar--fixed {
25299
- position: fixed;
25300
- }
25301
- .v-system-bar {
25302
- background: rgba(var(--v-theme-surface-light));
25303
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25304
- }
25305
- .v-system-bar {
25306
- font-size: 0.75rem;
25307
- font-weight: 400;
25308
- letter-spacing: 0.0333333333em;
25309
- line-height: 1.667;
25310
- text-transform: none;
25311
- }
25312
- .v-system-bar--rounded {
25313
- border-radius: 0;
25314
- }
25315
- .v-system-bar--window {
25316
- height: 32px;
25317
- }
25318
- .v-system-bar:not(.v-system-bar--absolute) {
25319
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25320
25329
  }.v-table {
25321
25330
  font-size: 0.875rem;
25322
25331
  transition-duration: 0.28s;
@@ -25459,45 +25468,6 @@ html.v-overlay-scroll-blocked {
25459
25468
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25460
25469
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25461
25470
  border-top: 0px !important;
25462
- }.v-textarea .v-field {
25463
- --v-textarea-control-height: var(--v-input-control-height);
25464
- }
25465
- .v-textarea .v-field__field {
25466
- --v-input-control-height: var(--v-textarea-control-height);
25467
- }
25468
- .v-textarea .v-field__input {
25469
- flex: 1 1 auto;
25470
- outline: none;
25471
- -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));
25472
- 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));
25473
- }
25474
- .v-textarea .v-field__input.v-textarea__sizer {
25475
- visibility: hidden;
25476
- position: absolute;
25477
- top: 0;
25478
- left: 0;
25479
- height: 0 !important;
25480
- min-height: 0 !important;
25481
- pointer-events: none;
25482
- }
25483
- .v-textarea--no-resize .v-field__input {
25484
- resize: none;
25485
- }
25486
- .v-textarea .v-field--no-label textarea,
25487
- .v-textarea .v-field--active textarea {
25488
- opacity: 1;
25489
- }
25490
- .v-textarea textarea {
25491
- opacity: 0;
25492
- flex: 1;
25493
- min-width: 0;
25494
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25495
- }
25496
- .v-textarea textarea:focus, .v-textarea textarea:active {
25497
- outline: none;
25498
- }
25499
- .v-textarea textarea:invalid {
25500
- box-shadow: none;
25501
25471
  }/* region BLOCK */
25502
25472
  .v-text-field input {
25503
25473
  color: inherit;
@@ -25568,6 +25538,45 @@ html.v-overlay-scroll-blocked {
25568
25538
  /* endregion */.v-theme-provider {
25569
25539
  background: rgb(var(--v-theme-background));
25570
25540
  color: rgb(var(--v-theme-on-background));
25541
+ }.v-textarea .v-field {
25542
+ --v-textarea-control-height: var(--v-input-control-height);
25543
+ }
25544
+ .v-textarea .v-field__field {
25545
+ --v-input-control-height: var(--v-textarea-control-height);
25546
+ }
25547
+ .v-textarea .v-field__input {
25548
+ flex: 1 1 auto;
25549
+ outline: none;
25550
+ -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));
25551
+ 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));
25552
+ }
25553
+ .v-textarea .v-field__input.v-textarea__sizer {
25554
+ visibility: hidden;
25555
+ position: absolute;
25556
+ top: 0;
25557
+ left: 0;
25558
+ height: 0 !important;
25559
+ min-height: 0 !important;
25560
+ pointer-events: none;
25561
+ }
25562
+ .v-textarea--no-resize .v-field__input {
25563
+ resize: none;
25564
+ }
25565
+ .v-textarea .v-field--no-label textarea,
25566
+ .v-textarea .v-field--active textarea {
25567
+ opacity: 1;
25568
+ }
25569
+ .v-textarea textarea {
25570
+ opacity: 0;
25571
+ flex: 1;
25572
+ min-width: 0;
25573
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25574
+ }
25575
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25576
+ outline: none;
25577
+ }
25578
+ .v-textarea textarea:invalid {
25579
+ box-shadow: none;
25571
25580
  }.v-timeline .v-timeline-divider__dot {
25572
25581
  background: rgb(var(--v-theme-surface-light));
25573
25582
  }
@@ -26230,11 +26239,28 @@ html.v-overlay-scroll-blocked {
26230
26239
  }
26231
26240
  .v-window-y-reverse-transition-leave-to {
26232
26241
  transform: translateY(100%);
26233
- }.v-counter {
26234
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26235
- flex: 0 1 auto;
26236
- font-size: 12px;
26237
- transition-duration: 150ms;
26242
+ }.v-color-picker-canvas {
26243
+ display: flex;
26244
+ position: relative;
26245
+ overflow: hidden;
26246
+ contain: content;
26247
+ touch-action: none;
26248
+ }
26249
+ .v-color-picker-canvas__dot {
26250
+ position: absolute;
26251
+ top: 0;
26252
+ left: 0;
26253
+ width: 15px;
26254
+ height: 15px;
26255
+ background: transparent;
26256
+ border-radius: 50%;
26257
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26258
+ }
26259
+ .v-color-picker-canvas__dot--disabled {
26260
+ 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);
26261
+ }
26262
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26263
+ will-change: transform;
26238
26264
  }.v-color-picker-preview__alpha .v-slider-track__background {
26239
26265
  background-color: transparent !important;
26240
26266
  }
@@ -26333,28 +26359,6 @@ html.v-overlay-scroll-blocked {
26333
26359
  }
26334
26360
  .v-color-picker-edit__input span {
26335
26361
  font-size: 0.75rem;
26336
- }.v-color-picker-canvas {
26337
- display: flex;
26338
- position: relative;
26339
- overflow: hidden;
26340
- contain: content;
26341
- touch-action: none;
26342
- }
26343
- .v-color-picker-canvas__dot {
26344
- position: absolute;
26345
- top: 0;
26346
- left: 0;
26347
- width: 15px;
26348
- height: 15px;
26349
- background: transparent;
26350
- border-radius: 50%;
26351
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26352
- }
26353
- .v-color-picker-canvas__dot--disabled {
26354
- 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);
26355
- }
26356
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26357
- will-change: transform;
26358
26362
  }.v-color-picker-swatches {
26359
26363
  overflow-y: auto;
26360
26364
  }