@vuetify/nightly 3.6.3-dev.2024-05-03 → 3.6.3-master.2024-05-03

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/CHANGELOG.md +3 -2
  2. package/dist/json/attributes.json +105 -105
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +136 -136
  5. package/dist/json/web-types.json +202 -202
  6. package/dist/vuetify-labs.css +2288 -2288
  7. package/dist/vuetify-labs.d.ts +129 -123
  8. package/dist/vuetify-labs.esm.js +7 -5
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +7 -5
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +830 -830
  13. package/dist/vuetify.d.ts +177 -171
  14. package/dist/vuetify.esm.js +7 -5
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +7 -5
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VBanner/index.d.mts +11 -11
  22. package/lib/components/VChipGroup/index.d.mts +11 -11
  23. package/lib/components/VDataTable/index.d.mts +66 -66
  24. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
  25. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  26. package/lib/components/VNavigationDrawer/index.d.mts +19 -13
  27. package/lib/components/VSlideGroup/index.d.mts +11 -11
  28. package/lib/components/VTabs/index.d.mts +11 -11
  29. package/lib/components/index.d.mts +129 -123
  30. package/lib/composables/display.mjs +1 -1
  31. package/lib/composables/display.mjs.map +1 -1
  32. package/lib/entry-bundler.mjs +1 -1
  33. package/lib/entry-bundler.mjs.map +1 -1
  34. package/lib/framework.mjs +1 -1
  35. package/lib/framework.mjs.map +1 -1
  36. package/lib/index.d.mts +48 -48
  37. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.3-dev.2024-05-03
2
+ * Vuetify v3.6.3-master.2024-05-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17396,18 +17396,6 @@ html.overflow-y-hidden {
17396
17396
  min-height: 100vh;
17397
17397
  min-height: 100dvh;
17398
17398
  position: relative;
17399
- }.v-app-bar {
17400
- display: flex;
17401
- }
17402
- .v-app-bar.v-toolbar {
17403
- background: rgb(var(--v-theme-surface));
17404
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17405
- }
17406
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17407
- 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));
17408
- }
17409
- .v-app-bar:not(.v-toolbar--absolute) {
17410
- padding-inline-end: var(--v-scrollbar-offset);
17411
17399
  }.v-alert {
17412
17400
  display: grid;
17413
17401
  flex: 1 1;
@@ -17620,101 +17608,18 @@ html.overflow-y-hidden {
17620
17608
  text-transform: none;
17621
17609
  word-break: normal;
17622
17610
  word-wrap: break-word;
17623
- }.v-avatar {
17624
- flex: none;
17625
- align-items: center;
17626
- display: inline-flex;
17627
- justify-content: center;
17628
- line-height: normal;
17629
- overflow: hidden;
17630
- position: relative;
17631
- text-align: center;
17632
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17633
- transition-property: width, height;
17634
- vertical-align: middle;
17635
- border-radius: 50%;
17636
- }
17637
- .v-avatar.v-avatar--size-x-small {
17638
- --v-avatar-height: 24px;
17639
- }
17640
- .v-avatar.v-avatar--size-small {
17641
- --v-avatar-height: 32px;
17642
- }
17643
- .v-avatar.v-avatar--size-default {
17644
- --v-avatar-height: 40px;
17645
- }
17646
- .v-avatar.v-avatar--size-large {
17647
- --v-avatar-height: 48px;
17648
- }
17649
- .v-avatar.v-avatar--size-x-large {
17650
- --v-avatar-height: 56px;
17651
- }
17652
- .v-avatar.v-avatar--density-default {
17653
- height: calc(var(--v-avatar-height) + 0px);
17654
- width: calc(var(--v-avatar-height) + 0px);
17655
- }
17656
- .v-avatar.v-avatar--density-comfortable {
17657
- height: calc(var(--v-avatar-height) + -4px);
17658
- width: calc(var(--v-avatar-height) + -4px);
17659
- }
17660
- .v-avatar.v-avatar--density-compact {
17661
- height: calc(var(--v-avatar-height) + -8px);
17662
- width: calc(var(--v-avatar-height) + -8px);
17663
- }
17664
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
17665
- background: transparent;
17666
- color: inherit;
17667
- }
17668
- .v-avatar--variant-plain {
17669
- opacity: 0.62;
17670
- }
17671
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
17672
- opacity: 1;
17673
- }
17674
- .v-avatar--variant-plain .v-avatar__overlay {
17675
- display: none;
17676
- }
17677
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
17678
- background: var(--v-theme-surface);
17679
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17680
- }
17681
- .v-avatar--variant-elevated {
17682
- 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));
17683
- }
17684
- .v-avatar--variant-flat {
17685
- 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));
17686
- }
17687
- .v-avatar--variant-outlined {
17688
- border: thin solid currentColor;
17689
- }
17690
- .v-avatar--variant-text .v-avatar__overlay {
17691
- background: currentColor;
17692
- }
17693
- .v-avatar--variant-tonal .v-avatar__underlay {
17694
- background: currentColor;
17695
- opacity: var(--v-activated-opacity);
17696
- border-radius: inherit;
17697
- top: 0;
17698
- right: 0;
17699
- bottom: 0;
17700
- left: 0;
17701
- pointer-events: none;
17702
- }
17703
- .v-avatar .v-avatar__underlay {
17704
- position: absolute;
17705
- }
17706
- .v-avatar--rounded {
17707
- border-radius: 4px;
17611
+ }.v-app-bar {
17612
+ display: flex;
17708
17613
  }
17709
- .v-avatar--start {
17710
- margin-inline-end: 8px;
17614
+ .v-app-bar.v-toolbar {
17615
+ background: rgb(var(--v-theme-surface));
17616
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17711
17617
  }
17712
- .v-avatar--end {
17713
- margin-inline-start: 8px;
17618
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17619
+ 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));
17714
17620
  }
17715
- .v-avatar .v-img {
17716
- height: 100%;
17717
- width: 100%;
17621
+ .v-app-bar:not(.v-toolbar--absolute) {
17622
+ padding-inline-end: var(--v-scrollbar-offset);
17718
17623
  }.v-autocomplete .v-field .v-text-field__prefix,
17719
17624
  .v-autocomplete .v-field .v-text-field__suffix,
17720
17625
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -17796,77 +17701,101 @@ html.overflow-y-hidden {
17796
17701
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17797
17702
  opacity: var(--v-high-emphasis-opacity);
17798
17703
  transform: rotate(180deg);
17799
- }.v-badge {
17800
- display: inline-block;
17801
- line-height: 1;
17802
- }
17803
-
17804
- .v-badge__badge {
17704
+ }.v-avatar {
17705
+ flex: none;
17805
17706
  align-items: center;
17806
17707
  display: inline-flex;
17807
- border-radius: 10px;
17808
- font-size: 0.75rem;
17809
- font-weight: 500;
17810
- height: 1.25rem;
17811
17708
  justify-content: center;
17812
- min-width: 20px;
17813
- padding: 4px 6px;
17814
- pointer-events: auto;
17815
- position: absolute;
17709
+ line-height: normal;
17710
+ overflow: hidden;
17711
+ position: relative;
17816
17712
  text-align: center;
17817
- text-indent: 0;
17818
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17819
- white-space: nowrap;
17820
- background: rgb(var(--v-theme-surface-variant));
17821
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17713
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17714
+ transition-property: width, height;
17715
+ vertical-align: middle;
17716
+ border-radius: 50%;
17822
17717
  }
17823
- .v-badge--bordered .v-badge__badge::after {
17718
+ .v-avatar.v-avatar--size-x-small {
17719
+ --v-avatar-height: 24px;
17720
+ }
17721
+ .v-avatar.v-avatar--size-small {
17722
+ --v-avatar-height: 32px;
17723
+ }
17724
+ .v-avatar.v-avatar--size-default {
17725
+ --v-avatar-height: 40px;
17726
+ }
17727
+ .v-avatar.v-avatar--size-large {
17728
+ --v-avatar-height: 48px;
17729
+ }
17730
+ .v-avatar.v-avatar--size-x-large {
17731
+ --v-avatar-height: 56px;
17732
+ }
17733
+ .v-avatar.v-avatar--density-default {
17734
+ height: calc(var(--v-avatar-height) + 0px);
17735
+ width: calc(var(--v-avatar-height) + 0px);
17736
+ }
17737
+ .v-avatar.v-avatar--density-comfortable {
17738
+ height: calc(var(--v-avatar-height) + -4px);
17739
+ width: calc(var(--v-avatar-height) + -4px);
17740
+ }
17741
+ .v-avatar.v-avatar--density-compact {
17742
+ height: calc(var(--v-avatar-height) + -8px);
17743
+ width: calc(var(--v-avatar-height) + -8px);
17744
+ }
17745
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
17746
+ background: transparent;
17747
+ color: inherit;
17748
+ }
17749
+ .v-avatar--variant-plain {
17750
+ opacity: 0.62;
17751
+ }
17752
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
17753
+ opacity: 1;
17754
+ }
17755
+ .v-avatar--variant-plain .v-avatar__overlay {
17756
+ display: none;
17757
+ }
17758
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
17759
+ background: var(--v-theme-surface);
17760
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17761
+ }
17762
+ .v-avatar--variant-elevated {
17763
+ 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));
17764
+ }
17765
+ .v-avatar--variant-flat {
17766
+ 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));
17767
+ }
17768
+ .v-avatar--variant-outlined {
17769
+ border: thin solid currentColor;
17770
+ }
17771
+ .v-avatar--variant-text .v-avatar__overlay {
17772
+ background: currentColor;
17773
+ }
17774
+ .v-avatar--variant-tonal .v-avatar__underlay {
17775
+ background: currentColor;
17776
+ opacity: var(--v-activated-opacity);
17824
17777
  border-radius: inherit;
17825
- border-style: solid;
17826
- border-width: 2px;
17778
+ top: 0;
17779
+ right: 0;
17827
17780
  bottom: 0;
17828
- color: rgb(var(--v-theme-background));
17829
- content: "";
17830
17781
  left: 0;
17831
- position: absolute;
17832
- right: 0;
17833
- top: 0;
17834
- transform: scale(1.05);
17782
+ pointer-events: none;
17835
17783
  }
17836
- .v-badge--dot .v-badge__badge {
17837
- border-radius: 4.5px;
17838
- height: 9px;
17839
- min-width: 0;
17840
- padding: 0;
17841
- width: 9px;
17784
+ .v-avatar .v-avatar__underlay {
17785
+ position: absolute;
17842
17786
  }
17843
- .v-badge--dot .v-badge__badge::after {
17844
- border-width: 1.5px;
17787
+ .v-avatar--rounded {
17788
+ border-radius: 4px;
17845
17789
  }
17846
- .v-badge--inline .v-badge__badge {
17847
- position: relative;
17848
- vertical-align: middle;
17790
+ .v-avatar--start {
17791
+ margin-inline-end: 8px;
17849
17792
  }
17850
- .v-badge__badge .v-icon {
17851
- color: inherit;
17852
- font-size: 0.75rem;
17853
- margin: 0 -2px;
17793
+ .v-avatar--end {
17794
+ margin-inline-start: 8px;
17854
17795
  }
17855
- .v-badge__badge img,
17856
- .v-badge__badge .v-img {
17796
+ .v-avatar .v-img {
17857
17797
  height: 100%;
17858
17798
  width: 100%;
17859
- }
17860
-
17861
- .v-badge__wrapper {
17862
- display: flex;
17863
- position: relative;
17864
- }
17865
- .v-badge--inline .v-badge__wrapper {
17866
- align-items: center;
17867
- display: inline-flex;
17868
- justify-content: center;
17869
- margin: 0 4px;
17870
17799
  }.v-banner {
17871
17800
  display: grid;
17872
17801
  flex: 1 1;
@@ -18024,13 +17953,84 @@ html.overflow-y-hidden {
18024
17953
  }
18025
17954
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18026
17955
  align-self: flex-start;
18027
- }.v-bottom-navigation {
18028
- display: flex;
18029
- max-width: 100%;
18030
- overflow: hidden;
18031
- position: absolute;
18032
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18033
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17956
+ }.v-badge {
17957
+ display: inline-block;
17958
+ line-height: 1;
17959
+ }
17960
+
17961
+ .v-badge__badge {
17962
+ align-items: center;
17963
+ display: inline-flex;
17964
+ border-radius: 10px;
17965
+ font-size: 0.75rem;
17966
+ font-weight: 500;
17967
+ height: 1.25rem;
17968
+ justify-content: center;
17969
+ min-width: 20px;
17970
+ padding: 4px 6px;
17971
+ pointer-events: auto;
17972
+ position: absolute;
17973
+ text-align: center;
17974
+ text-indent: 0;
17975
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17976
+ white-space: nowrap;
17977
+ background: rgb(var(--v-theme-surface-variant));
17978
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17979
+ }
17980
+ .v-badge--bordered .v-badge__badge::after {
17981
+ border-radius: inherit;
17982
+ border-style: solid;
17983
+ border-width: 2px;
17984
+ bottom: 0;
17985
+ color: rgb(var(--v-theme-background));
17986
+ content: "";
17987
+ left: 0;
17988
+ position: absolute;
17989
+ right: 0;
17990
+ top: 0;
17991
+ transform: scale(1.05);
17992
+ }
17993
+ .v-badge--dot .v-badge__badge {
17994
+ border-radius: 4.5px;
17995
+ height: 9px;
17996
+ min-width: 0;
17997
+ padding: 0;
17998
+ width: 9px;
17999
+ }
18000
+ .v-badge--dot .v-badge__badge::after {
18001
+ border-width: 1.5px;
18002
+ }
18003
+ .v-badge--inline .v-badge__badge {
18004
+ position: relative;
18005
+ vertical-align: middle;
18006
+ }
18007
+ .v-badge__badge .v-icon {
18008
+ color: inherit;
18009
+ font-size: 0.75rem;
18010
+ margin: 0 -2px;
18011
+ }
18012
+ .v-badge__badge img,
18013
+ .v-badge__badge .v-img {
18014
+ height: 100%;
18015
+ width: 100%;
18016
+ }
18017
+
18018
+ .v-badge__wrapper {
18019
+ display: flex;
18020
+ position: relative;
18021
+ }
18022
+ .v-badge--inline .v-badge__wrapper {
18023
+ align-items: center;
18024
+ display: inline-flex;
18025
+ justify-content: center;
18026
+ margin: 0 4px;
18027
+ }.v-bottom-navigation {
18028
+ display: flex;
18029
+ max-width: 100%;
18030
+ overflow: hidden;
18031
+ position: absolute;
18032
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18033
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18034
18034
  border-style: solid;
18035
18035
  border-width: 0;
18036
18036
  border-radius: 0;
@@ -18649,69 +18649,6 @@ html.overflow-y-hidden {
18649
18649
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18650
18650
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18651
18651
  }
18652
- }.v-carousel {
18653
- overflow: hidden;
18654
- position: relative;
18655
- width: 100%;
18656
- }
18657
- .v-carousel__controls {
18658
- align-items: center;
18659
- bottom: 0;
18660
- display: flex;
18661
- height: 50px;
18662
- justify-content: center;
18663
- list-style-type: none;
18664
- position: absolute;
18665
- width: 100%;
18666
- z-index: 1;
18667
- background: rgba(var(--v-theme-surface-variant), 0.3);
18668
- color: rgb(var(--v-theme-on-surface-variant));
18669
- }
18670
- .v-carousel__controls > .v-item-group {
18671
- flex: 0 1 auto;
18672
- }
18673
- .v-carousel__controls__item {
18674
- margin: 0 8px;
18675
- }
18676
- .v-carousel__controls__item .v-icon {
18677
- opacity: 0.5;
18678
- }
18679
- .v-carousel__controls__item--active .v-icon {
18680
- opacity: 1;
18681
- vertical-align: middle;
18682
- }
18683
- .v-carousel__controls__item:hover {
18684
- background: none;
18685
- }
18686
- .v-carousel__controls__item:hover .v-icon {
18687
- opacity: 0.8;
18688
- }
18689
-
18690
- .v-carousel__progress {
18691
- margin: 0;
18692
- position: absolute;
18693
- bottom: 0;
18694
- left: 0;
18695
- right: 0;
18696
- }
18697
-
18698
- .v-carousel-item {
18699
- display: block;
18700
- height: inherit;
18701
- text-decoration: none;
18702
- }
18703
- .v-carousel-item > .v-img {
18704
- height: inherit;
18705
- }
18706
-
18707
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18708
- background: transparent;
18709
- }
18710
-
18711
- .v-carousel--vertical-delimiters .v-carousel__controls {
18712
- flex-direction: column;
18713
- height: 100% !important;
18714
- width: 50px;
18715
18652
  }.v-card {
18716
18653
  display: block;
18717
18654
  overflow: hidden;
@@ -19011,6 +18948,69 @@ html.overflow-y-hidden {
19011
18948
  pointer-events: none;
19012
18949
  opacity: 0;
19013
18950
  transition: opacity 0.2s ease-in-out;
18951
+ }.v-carousel {
18952
+ overflow: hidden;
18953
+ position: relative;
18954
+ width: 100%;
18955
+ }
18956
+ .v-carousel__controls {
18957
+ align-items: center;
18958
+ bottom: 0;
18959
+ display: flex;
18960
+ height: 50px;
18961
+ justify-content: center;
18962
+ list-style-type: none;
18963
+ position: absolute;
18964
+ width: 100%;
18965
+ z-index: 1;
18966
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18967
+ color: rgb(var(--v-theme-on-surface-variant));
18968
+ }
18969
+ .v-carousel__controls > .v-item-group {
18970
+ flex: 0 1 auto;
18971
+ }
18972
+ .v-carousel__controls__item {
18973
+ margin: 0 8px;
18974
+ }
18975
+ .v-carousel__controls__item .v-icon {
18976
+ opacity: 0.5;
18977
+ }
18978
+ .v-carousel__controls__item--active .v-icon {
18979
+ opacity: 1;
18980
+ vertical-align: middle;
18981
+ }
18982
+ .v-carousel__controls__item:hover {
18983
+ background: none;
18984
+ }
18985
+ .v-carousel__controls__item:hover .v-icon {
18986
+ opacity: 0.8;
18987
+ }
18988
+
18989
+ .v-carousel__progress {
18990
+ margin: 0;
18991
+ position: absolute;
18992
+ bottom: 0;
18993
+ left: 0;
18994
+ right: 0;
18995
+ }
18996
+
18997
+ .v-carousel-item {
18998
+ display: block;
18999
+ height: inherit;
19000
+ text-decoration: none;
19001
+ }
19002
+ .v-carousel-item > .v-img {
19003
+ height: inherit;
19004
+ }
19005
+
19006
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19007
+ background: transparent;
19008
+ }
19009
+
19010
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19011
+ flex-direction: column;
19012
+ height: 100% !important;
19013
+ width: 50px;
19014
19014
  }.v-checkbox.v-input {
19015
19015
  flex: 0 1 auto;
19016
19016
  }
@@ -20437,87 +20437,33 @@ html.overflow-y-hidden {
20437
20437
  }
20438
20438
  .v-data-table-footer__page {
20439
20439
  padding: 0 8px;
20440
- }.v-date-picker-header {
20441
- align-items: flex-end;
20442
- height: 70px;
20443
- display: grid;
20444
- grid-template-areas: "prepend content append";
20445
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20440
+ }.v-date-picker {
20446
20441
  overflow: hidden;
20447
- padding-inline: 24px 12px;
20448
- padding-bottom: 12px;
20449
- }
20450
-
20451
- .v-date-picker-header__append {
20452
- grid-area: append;
20453
- }
20454
-
20455
- .v-date-picker-header__prepend {
20456
- grid-area: prepend;
20457
- padding-inline-start: 8px;
20442
+ width: 328px;
20458
20443
  }
20459
-
20460
- .v-date-picker-header__content {
20444
+ .v-date-picker--show-week {
20445
+ width: 368px;
20446
+ }.v-date-picker-controls {
20447
+ display: flex;
20461
20448
  align-items: center;
20462
- display: inline-flex;
20463
- font-size: 32px;
20464
- line-height: 40px;
20465
- grid-area: content;
20466
20449
  justify-content: space-between;
20450
+ font-size: 0.875rem;
20451
+ padding-top: 4px;
20452
+ padding-bottom: 4px;
20453
+ padding-inline-start: 6px;
20454
+ padding-inline-end: 12px;
20467
20455
  }
20468
- .v-date-picker-header--clickable .v-date-picker-header__content {
20469
- cursor: pointer;
20456
+ .v-date-picker-controls > .v-btn:first-child {
20457
+ text-transform: none;
20458
+ font-weight: 400;
20459
+ line-height: initial;
20460
+ letter-spacing: initial;
20470
20461
  }
20471
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20472
- opacity: 0.7;
20462
+ .v-date-picker-controls--variant-classic {
20463
+ padding-inline-start: 12px;
20473
20464
  }
20474
-
20475
- .date-picker-header-transition-enter-active,
20476
- .date-picker-header-reverse-transition-enter-active {
20477
- transition-duration: 0.3s;
20478
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20479
- }
20480
- .date-picker-header-transition-leave-active,
20481
- .date-picker-header-reverse-transition-leave-active {
20482
- transition-duration: 0.3s;
20483
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20484
- }
20485
-
20486
- .date-picker-header-transition-enter-from {
20487
- transform: translate(0, 100%);
20488
- }
20489
- .date-picker-header-transition-leave-to {
20490
- opacity: 0;
20491
- transform: translate(0, -100%);
20492
- }
20493
-
20494
- .date-picker-header-reverse-transition-enter-from {
20495
- transform: translate(0, -100%);
20496
- }
20497
- .date-picker-header-reverse-transition-leave-to {
20498
- opacity: 0;
20499
- transform: translate(0, 100%);
20500
- }.v-date-picker-controls {
20501
- display: flex;
20502
- align-items: center;
20503
- justify-content: space-between;
20504
- font-size: 0.875rem;
20505
- padding-top: 4px;
20506
- padding-bottom: 4px;
20507
- padding-inline-start: 6px;
20508
- padding-inline-end: 12px;
20509
- }
20510
- .v-date-picker-controls > .v-btn:first-child {
20511
- text-transform: none;
20512
- font-weight: 400;
20513
- line-height: initial;
20514
- letter-spacing: initial;
20515
- }
20516
- .v-date-picker-controls--variant-classic {
20517
- padding-inline-start: 12px;
20518
- }
20519
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20520
- opacity: 0.7;
20465
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20466
+ opacity: 0.7;
20521
20467
  }
20522
20468
  .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20523
20469
  cursor: pointer;
@@ -20553,31 +20499,6 @@ html.overflow-y-hidden {
20553
20499
 
20554
20500
  .v-date-picker__title {
20555
20501
  display: inline-block;
20556
- }.v-date-picker {
20557
- overflow: hidden;
20558
- width: 328px;
20559
- }
20560
- .v-date-picker--show-week {
20561
- width: 368px;
20562
- }.v-date-picker-months {
20563
- height: 288px;
20564
- }
20565
-
20566
- .v-date-picker-months__content {
20567
- align-items: center;
20568
- display: grid;
20569
- flex: 1 1;
20570
- height: inherit;
20571
- justify-content: space-around;
20572
- grid-template-columns: repeat(2, 1fr);
20573
- grid-gap: 0px 24px;
20574
- padding-inline-start: 36px;
20575
- padding-inline-end: 36px;
20576
- }
20577
- .v-date-picker-months__content .v-btn {
20578
- text-transform: none;
20579
- padding-inline-start: 8px;
20580
- padding-inline-end: 8px;
20581
20502
  }.v-date-picker-month {
20582
20503
  display: flex;
20583
20504
  justify-content: center;
@@ -20633,6 +20554,85 @@ html.overflow-y-hidden {
20633
20554
 
20634
20555
  .v-date-picker-month__day--hide-adjacent {
20635
20556
  opacity: 0;
20557
+ }.v-date-picker-header {
20558
+ align-items: flex-end;
20559
+ height: 70px;
20560
+ display: grid;
20561
+ grid-template-areas: "prepend content append";
20562
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20563
+ overflow: hidden;
20564
+ padding-inline: 24px 12px;
20565
+ padding-bottom: 12px;
20566
+ }
20567
+
20568
+ .v-date-picker-header__append {
20569
+ grid-area: append;
20570
+ }
20571
+
20572
+ .v-date-picker-header__prepend {
20573
+ grid-area: prepend;
20574
+ padding-inline-start: 8px;
20575
+ }
20576
+
20577
+ .v-date-picker-header__content {
20578
+ align-items: center;
20579
+ display: inline-flex;
20580
+ font-size: 32px;
20581
+ line-height: 40px;
20582
+ grid-area: content;
20583
+ justify-content: space-between;
20584
+ }
20585
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20586
+ cursor: pointer;
20587
+ }
20588
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20589
+ opacity: 0.7;
20590
+ }
20591
+
20592
+ .date-picker-header-transition-enter-active,
20593
+ .date-picker-header-reverse-transition-enter-active {
20594
+ transition-duration: 0.3s;
20595
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20596
+ }
20597
+ .date-picker-header-transition-leave-active,
20598
+ .date-picker-header-reverse-transition-leave-active {
20599
+ transition-duration: 0.3s;
20600
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20601
+ }
20602
+
20603
+ .date-picker-header-transition-enter-from {
20604
+ transform: translate(0, 100%);
20605
+ }
20606
+ .date-picker-header-transition-leave-to {
20607
+ opacity: 0;
20608
+ transform: translate(0, -100%);
20609
+ }
20610
+
20611
+ .date-picker-header-reverse-transition-enter-from {
20612
+ transform: translate(0, -100%);
20613
+ }
20614
+ .date-picker-header-reverse-transition-leave-to {
20615
+ opacity: 0;
20616
+ transform: translate(0, 100%);
20617
+ }.v-date-picker-months {
20618
+ height: 288px;
20619
+ }
20620
+
20621
+ .v-date-picker-months__content {
20622
+ align-items: center;
20623
+ display: grid;
20624
+ flex: 1 1;
20625
+ height: inherit;
20626
+ justify-content: space-around;
20627
+ grid-template-columns: repeat(2, 1fr);
20628
+ grid-gap: 0px 24px;
20629
+ padding-inline-start: 36px;
20630
+ padding-inline-end: 36px;
20631
+ }
20632
+ .v-date-picker-months__content .v-btn {
20633
+ text-transform: none;
20634
+ padding-inline-start: 8px;
20635
+ padding-inline-end: 8px;
20636
20636
  }.v-date-picker-years {
20637
20637
  height: 288px;
20638
20638
  overflow-y: scroll;
@@ -22038,13 +22038,6 @@ textarea.v-field__input::placeholder {
22038
22038
 
22039
22039
  .v-label--clickable {
22040
22040
  cursor: pointer;
22041
- }.v-layout-item {
22042
- position: absolute;
22043
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22044
- }
22045
-
22046
- .v-layout-item--absolute {
22047
- position: absolute;
22048
22041
  }.v-layout {
22049
22042
  --v-scrollbar-offset: 0px;
22050
22043
  display: flex;
@@ -22053,6 +22046,13 @@ textarea.v-field__input::placeholder {
22053
22046
  .v-layout--full-height {
22054
22047
  --v-scrollbar-offset: inherit;
22055
22048
  height: 100%;
22049
+ }.v-layout-item {
22050
+ position: absolute;
22051
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22052
+ }
22053
+
22054
+ .v-layout-item--absolute {
22055
+ position: absolute;
22056
22056
  }.v-list {
22057
22057
  overflow: auto;
22058
22058
  padding: 8px 0;
@@ -22640,19 +22640,6 @@ textarea.v-field__input::placeholder {
22640
22640
  --v-layout-right: 0px;
22641
22641
  --v-layout-top: 0px;
22642
22642
  --v-layout-bottom: 0px;
22643
- }.v-menu > .v-overlay__content {
22644
- display: flex;
22645
- flex-direction: column;
22646
- border-radius: 4px;
22647
- }
22648
- .v-menu > .v-overlay__content > .v-card,
22649
- .v-menu > .v-overlay__content > .v-sheet,
22650
- .v-menu > .v-overlay__content > .v-list {
22651
- background: rgb(var(--v-theme-surface));
22652
- border-radius: inherit;
22653
- overflow: auto;
22654
- height: 100%;
22655
- 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));
22656
22643
  }.v-messages {
22657
22644
  flex: 1 1 auto;
22658
22645
  font-size: 12px;
@@ -22669,6 +22656,19 @@ textarea.v-field__input::placeholder {
22669
22656
  -webkit-hyphens: auto;
22670
22657
  hyphens: auto;
22671
22658
  transition-duration: 150ms;
22659
+ }.v-menu > .v-overlay__content {
22660
+ display: flex;
22661
+ flex-direction: column;
22662
+ border-radius: 4px;
22663
+ }
22664
+ .v-menu > .v-overlay__content > .v-card,
22665
+ .v-menu > .v-overlay__content > .v-sheet,
22666
+ .v-menu > .v-overlay__content > .v-list {
22667
+ background: rgb(var(--v-theme-surface));
22668
+ border-radius: inherit;
22669
+ overflow: auto;
22670
+ height: 100%;
22671
+ 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));
22672
22672
  }.v-navigation-drawer {
22673
22673
  -webkit-overflow-scrolling: touch;
22674
22674
  background: rgb(var(--v-theme-surface));
@@ -22771,62 +22771,6 @@ textarea.v-field__input::placeholder {
22771
22771
  .v-navigation-drawer__append {
22772
22772
  flex: none;
22773
22773
  overflow: hidden;
22774
- }.v-otp-input {
22775
- border-radius: 4px;
22776
- align-items: center;
22777
- display: flex;
22778
- justify-content: center;
22779
- padding: 0.5rem 0;
22780
- position: relative;
22781
- }
22782
- .v-otp-input .v-field {
22783
- height: 100%;
22784
- }
22785
-
22786
- .v-otp-input__divider {
22787
- margin: 0 8px;
22788
- }
22789
-
22790
- .v-otp-input__content {
22791
- align-items: center;
22792
- display: flex;
22793
- gap: 0.5rem;
22794
- height: 64px;
22795
- padding: 0.5rem;
22796
- justify-content: center;
22797
- max-width: 320px;
22798
- position: relative;
22799
- border-radius: inherit;
22800
- }
22801
- .v-otp-input--divided .v-otp-input__content {
22802
- max-width: 360px;
22803
- }
22804
-
22805
- .v-otp-input__field {
22806
- color: inherit;
22807
- font-size: 1.25rem;
22808
- height: 100%;
22809
- outline: none;
22810
- text-align: center;
22811
- width: 100%;
22812
- }
22813
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22814
- -webkit-appearance: none;
22815
- margin: 0;
22816
- }
22817
- .v-otp-input__field[type=number] {
22818
- -moz-appearance: textfield;
22819
- }
22820
-
22821
- .v-otp-input__loader {
22822
- align-items: center;
22823
- display: flex;
22824
- height: 100%;
22825
- justify-content: center;
22826
- width: 100%;
22827
- }
22828
- .v-otp-input__loader .v-progress-linear {
22829
- position: absolute;
22830
22774
  }.v-overlay-container {
22831
22775
  contain: layout;
22832
22776
  left: 0;
@@ -22890,17 +22834,73 @@ html.v-overlay-scroll-blocked {
22890
22834
 
22891
22835
  .v-overlay--scroll-blocked {
22892
22836
  padding-inline-end: var(--v-scrollbar-offset);
22893
- }.v-pagination__list {
22894
- display: inline-flex;
22895
- list-style-type: none;
22837
+ }.v-otp-input {
22838
+ border-radius: 4px;
22839
+ align-items: center;
22840
+ display: flex;
22896
22841
  justify-content: center;
22897
- width: 100%;
22898
- }
22899
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22900
- margin: 0.3rem;
22901
- }.v-parallax {
22842
+ padding: 0.5rem 0;
22902
22843
  position: relative;
22903
- overflow: hidden;
22844
+ }
22845
+ .v-otp-input .v-field {
22846
+ height: 100%;
22847
+ }
22848
+
22849
+ .v-otp-input__divider {
22850
+ margin: 0 8px;
22851
+ }
22852
+
22853
+ .v-otp-input__content {
22854
+ align-items: center;
22855
+ display: flex;
22856
+ gap: 0.5rem;
22857
+ height: 64px;
22858
+ padding: 0.5rem;
22859
+ justify-content: center;
22860
+ max-width: 320px;
22861
+ position: relative;
22862
+ border-radius: inherit;
22863
+ }
22864
+ .v-otp-input--divided .v-otp-input__content {
22865
+ max-width: 360px;
22866
+ }
22867
+
22868
+ .v-otp-input__field {
22869
+ color: inherit;
22870
+ font-size: 1.25rem;
22871
+ height: 100%;
22872
+ outline: none;
22873
+ text-align: center;
22874
+ width: 100%;
22875
+ }
22876
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22877
+ -webkit-appearance: none;
22878
+ margin: 0;
22879
+ }
22880
+ .v-otp-input__field[type=number] {
22881
+ -moz-appearance: textfield;
22882
+ }
22883
+
22884
+ .v-otp-input__loader {
22885
+ align-items: center;
22886
+ display: flex;
22887
+ height: 100%;
22888
+ justify-content: center;
22889
+ width: 100%;
22890
+ }
22891
+ .v-otp-input__loader .v-progress-linear {
22892
+ position: absolute;
22893
+ }.v-pagination__list {
22894
+ display: inline-flex;
22895
+ list-style-type: none;
22896
+ justify-content: center;
22897
+ width: 100%;
22898
+ }
22899
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22900
+ margin: 0.3rem;
22901
+ }.v-parallax {
22902
+ position: relative;
22903
+ overflow: hidden;
22904
22904
  }
22905
22905
  .v-parallax--active > .v-img__img {
22906
22906
  will-change: transform;
@@ -23217,6 +23217,60 @@ html.v-overlay-scroll-blocked {
23217
23217
  0% {
23218
23218
  background-position-x: var(--v-progress-linear-height);
23219
23219
  }
23220
+ }.v-rating {
23221
+ max-width: 100%;
23222
+ display: inline-flex;
23223
+ white-space: nowrap;
23224
+ }
23225
+ .v-rating--readonly {
23226
+ pointer-events: none;
23227
+ }
23228
+
23229
+ .v-rating__wrapper {
23230
+ align-items: center;
23231
+ display: inline-flex;
23232
+ flex-direction: column;
23233
+ }
23234
+ .v-rating__wrapper--bottom {
23235
+ flex-direction: column-reverse;
23236
+ }
23237
+
23238
+ .v-rating__item {
23239
+ display: inline-flex;
23240
+ position: relative;
23241
+ }
23242
+ .v-rating__item label {
23243
+ cursor: pointer;
23244
+ }
23245
+ .v-rating__item .v-btn--variant-plain {
23246
+ opacity: 1;
23247
+ }
23248
+ .v-rating__item .v-btn {
23249
+ transition-property: transform;
23250
+ }
23251
+ .v-rating__item .v-btn .v-icon {
23252
+ transition: inherit;
23253
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23254
+ }
23255
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23256
+ transform: scale(1.25);
23257
+ }
23258
+ .v-rating__item--half {
23259
+ overflow: hidden;
23260
+ position: absolute;
23261
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23262
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23263
+ z-index: 1;
23264
+ }
23265
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23266
+ opacity: 0;
23267
+ }
23268
+
23269
+ .v-rating__hidden {
23270
+ height: 0;
23271
+ opacity: 0;
23272
+ position: absolute;
23273
+ width: 0;
23220
23274
  }.v-radio-group > .v-input__control {
23221
23275
  flex-direction: column;
23222
23276
  }
@@ -23286,60 +23340,6 @@ html.v-overlay-scroll-blocked {
23286
23340
 
23287
23341
  .v-slider__label {
23288
23342
  margin-inline-end: 12px;
23289
- }.v-rating {
23290
- max-width: 100%;
23291
- display: inline-flex;
23292
- white-space: nowrap;
23293
- }
23294
- .v-rating--readonly {
23295
- pointer-events: none;
23296
- }
23297
-
23298
- .v-rating__wrapper {
23299
- align-items: center;
23300
- display: inline-flex;
23301
- flex-direction: column;
23302
- }
23303
- .v-rating__wrapper--bottom {
23304
- flex-direction: column-reverse;
23305
- }
23306
-
23307
- .v-rating__item {
23308
- display: inline-flex;
23309
- position: relative;
23310
- }
23311
- .v-rating__item label {
23312
- cursor: pointer;
23313
- }
23314
- .v-rating__item .v-btn--variant-plain {
23315
- opacity: 1;
23316
- }
23317
- .v-rating__item .v-btn {
23318
- transition-property: transform;
23319
- }
23320
- .v-rating__item .v-btn .v-icon {
23321
- transition: inherit;
23322
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23323
- }
23324
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23325
- transform: scale(1.25);
23326
- }
23327
- .v-rating__item--half {
23328
- overflow: hidden;
23329
- position: absolute;
23330
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23331
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23332
- z-index: 1;
23333
- }
23334
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23335
- opacity: 0;
23336
- }
23337
-
23338
- .v-rating__hidden {
23339
- height: 0;
23340
- opacity: 0;
23341
- position: absolute;
23342
- width: 0;
23343
23343
  }.v-responsive {
23344
23344
  display: flex;
23345
23345
  flex: 1 0 auto;
@@ -23515,14 +23515,6 @@ html.v-overlay-scroll-blocked {
23515
23515
  }
23516
23516
  .v-selection-control--focus-visible .v-selection-control__input::before {
23517
23517
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23518
- }.v-selection-control-group {
23519
- grid-area: control;
23520
- display: flex;
23521
- flex-direction: column;
23522
- }
23523
- .v-selection-control-group--inline {
23524
- flex-direction: row;
23525
- flex-wrap: wrap;
23526
23518
  }.v-sheet {
23527
23519
  display: block;
23528
23520
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23551,6 +23543,14 @@ html.v-overlay-scroll-blocked {
23551
23543
  }
23552
23544
  .v-sheet--rounded {
23553
23545
  border-radius: 4px;
23546
+ }.v-selection-control-group {
23547
+ grid-area: control;
23548
+ display: flex;
23549
+ flex-direction: column;
23550
+ }
23551
+ .v-selection-control-group--inline {
23552
+ flex-direction: row;
23553
+ flex-wrap: wrap;
23554
23554
  }.v-skeleton-loader {
23555
23555
  align-items: center;
23556
23556
  background: rgb(var(--v-theme-surface));
@@ -23967,47 +23967,6 @@ html.v-overlay-scroll-blocked {
23967
23967
  }
23968
23968
  .v-snackbar-transition-leave-to {
23969
23969
  opacity: 0;
23970
- }.v-speed-dial__content {
23971
- gap: 8px;
23972
- }
23973
- .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 {
23974
- flex-direction: row;
23975
- }
23976
- .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 {
23977
- flex-direction: row-reverse;
23978
- }
23979
- .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 {
23980
- flex-direction: column-reverse;
23981
- }
23982
- .v-speed-dial__content > *:nth-child(1) {
23983
- transition-delay: 0s;
23984
- }
23985
- .v-speed-dial__content > *:nth-child(2) {
23986
- transition-delay: 0.05s;
23987
- }
23988
- .v-speed-dial__content > *:nth-child(3) {
23989
- transition-delay: 0.1s;
23990
- }
23991
- .v-speed-dial__content > *:nth-child(4) {
23992
- transition-delay: 0.15s;
23993
- }
23994
- .v-speed-dial__content > *:nth-child(5) {
23995
- transition-delay: 0.2s;
23996
- }
23997
- .v-speed-dial__content > *:nth-child(6) {
23998
- transition-delay: 0.25s;
23999
- }
24000
- .v-speed-dial__content > *:nth-child(7) {
24001
- transition-delay: 0.3s;
24002
- }
24003
- .v-speed-dial__content > *:nth-child(8) {
24004
- transition-delay: 0.35s;
24005
- }
24006
- .v-speed-dial__content > *:nth-child(9) {
24007
- transition-delay: 0.4s;
24008
- }
24009
- .v-speed-dial__content > *:nth-child(10) {
24010
- transition-delay: 0.45s;
24011
23970
  }.v-stepper.v-sheet {
24012
23971
  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));
24013
23972
  border-radius: 4px;
@@ -24124,31 +24083,72 @@ html.v-overlay-scroll-blocked {
24124
24083
  }
24125
24084
  .v-stepper--mobile .v-stepper-item__subtitle {
24126
24085
  display: none;
24127
- }.v-switch .v-label {
24128
- padding-inline-start: 10px;
24086
+ }.v-speed-dial__content {
24087
+ gap: 8px;
24129
24088
  }
24130
-
24131
- .v-switch__loader {
24132
- display: flex;
24089
+ .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 {
24090
+ flex-direction: row;
24133
24091
  }
24134
- .v-switch__loader .v-progress-circular {
24135
- color: rgb(var(--v-theme-surface));
24092
+ .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 {
24093
+ flex-direction: row-reverse;
24136
24094
  }
24137
-
24138
- .v-switch__track,
24139
- .v-switch__thumb {
24140
- transition: none;
24095
+ .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 {
24096
+ flex-direction: column-reverse;
24141
24097
  }
24142
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24143
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24144
- background-color: rgb(var(--v-theme-error));
24145
- color: rgb(var(--v-theme-on-error));
24098
+ .v-speed-dial__content > *:nth-child(1) {
24099
+ transition-delay: 0s;
24146
24100
  }
24147
-
24148
- .v-switch__track-true {
24149
- margin-inline-end: auto;
24101
+ .v-speed-dial__content > *:nth-child(2) {
24102
+ transition-delay: 0.05s;
24150
24103
  }
24151
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24104
+ .v-speed-dial__content > *:nth-child(3) {
24105
+ transition-delay: 0.1s;
24106
+ }
24107
+ .v-speed-dial__content > *:nth-child(4) {
24108
+ transition-delay: 0.15s;
24109
+ }
24110
+ .v-speed-dial__content > *:nth-child(5) {
24111
+ transition-delay: 0.2s;
24112
+ }
24113
+ .v-speed-dial__content > *:nth-child(6) {
24114
+ transition-delay: 0.25s;
24115
+ }
24116
+ .v-speed-dial__content > *:nth-child(7) {
24117
+ transition-delay: 0.3s;
24118
+ }
24119
+ .v-speed-dial__content > *:nth-child(8) {
24120
+ transition-delay: 0.35s;
24121
+ }
24122
+ .v-speed-dial__content > *:nth-child(9) {
24123
+ transition-delay: 0.4s;
24124
+ }
24125
+ .v-speed-dial__content > *:nth-child(10) {
24126
+ transition-delay: 0.45s;
24127
+ }.v-switch .v-label {
24128
+ padding-inline-start: 10px;
24129
+ }
24130
+
24131
+ .v-switch__loader {
24132
+ display: flex;
24133
+ }
24134
+ .v-switch__loader .v-progress-circular {
24135
+ color: rgb(var(--v-theme-surface));
24136
+ }
24137
+
24138
+ .v-switch__track,
24139
+ .v-switch__thumb {
24140
+ transition: none;
24141
+ }
24142
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24143
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24144
+ background-color: rgb(var(--v-theme-error));
24145
+ color: rgb(var(--v-theme-on-error));
24146
+ }
24147
+
24148
+ .v-switch__track-true {
24149
+ margin-inline-end: auto;
24150
+ }
24151
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24152
24152
  opacity: 0;
24153
24153
  }
24154
24154
 
@@ -24297,6 +24297,35 @@ html.v-overlay-scroll-blocked {
24297
24297
  }
24298
24298
  .v-system-bar:not(.v-system-bar--absolute) {
24299
24299
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24300
+ }.v-tab.v-tab.v-btn {
24301
+ height: var(--v-tabs-height);
24302
+ border-radius: 0;
24303
+ min-width: 90px;
24304
+ }
24305
+ .v-slide-group--horizontal .v-tab {
24306
+ max-width: 360px;
24307
+ }
24308
+ .v-slide-group--vertical .v-tab {
24309
+ justify-content: start;
24310
+ }
24311
+
24312
+ .v-tab__slider {
24313
+ position: absolute;
24314
+ bottom: 0;
24315
+ left: 0;
24316
+ height: 2px;
24317
+ width: 100%;
24318
+ background: currentColor;
24319
+ pointer-events: none;
24320
+ opacity: 0;
24321
+ }
24322
+ .v-tab--selected .v-tab__slider {
24323
+ opacity: 1;
24324
+ }
24325
+ .v-slide-group--vertical .v-tab__slider {
24326
+ top: 0;
24327
+ height: 100%;
24328
+ width: 2px;
24300
24329
  }.v-tabs {
24301
24330
  display: flex;
24302
24331
  height: var(--v-tabs-height);
@@ -24363,74 +24392,6 @@ html.v-overlay-scroll-blocked {
24363
24392
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24364
24393
  margin-inline-end: 52px;
24365
24394
  }
24366
- }.v-tab.v-tab.v-btn {
24367
- height: var(--v-tabs-height);
24368
- border-radius: 0;
24369
- min-width: 90px;
24370
- }
24371
- .v-slide-group--horizontal .v-tab {
24372
- max-width: 360px;
24373
- }
24374
- .v-slide-group--vertical .v-tab {
24375
- justify-content: start;
24376
- }
24377
-
24378
- .v-tab__slider {
24379
- position: absolute;
24380
- bottom: 0;
24381
- left: 0;
24382
- height: 2px;
24383
- width: 100%;
24384
- background: currentColor;
24385
- pointer-events: none;
24386
- opacity: 0;
24387
- }
24388
- .v-tab--selected .v-tab__slider {
24389
- opacity: 1;
24390
- }
24391
- .v-slide-group--vertical .v-tab__slider {
24392
- top: 0;
24393
- height: 100%;
24394
- width: 2px;
24395
- }.v-textarea .v-field {
24396
- --v-textarea-control-height: var(--v-input-control-height);
24397
- }
24398
- .v-textarea .v-field__field {
24399
- --v-input-control-height: var(--v-textarea-control-height);
24400
- }
24401
- .v-textarea .v-field__input {
24402
- flex: 1 1 auto;
24403
- outline: none;
24404
- -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));
24405
- 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));
24406
- }
24407
- .v-textarea .v-field__input.v-textarea__sizer {
24408
- visibility: hidden;
24409
- position: absolute;
24410
- top: 0;
24411
- left: 0;
24412
- height: 0 !important;
24413
- min-height: 0 !important;
24414
- pointer-events: none;
24415
- }
24416
- .v-textarea--no-resize .v-field__input {
24417
- resize: none;
24418
- }
24419
- .v-textarea .v-field--no-label textarea,
24420
- .v-textarea .v-field--active textarea {
24421
- opacity: 1;
24422
- }
24423
- .v-textarea textarea {
24424
- opacity: 0;
24425
- flex: 1;
24426
- min-width: 0;
24427
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24428
- }
24429
- .v-textarea textarea:focus, .v-textarea textarea:active {
24430
- outline: none;
24431
- }
24432
- .v-textarea textarea:invalid {
24433
- box-shadow: none;
24434
24395
  }/* region BLOCK */
24435
24396
  .v-text-field input {
24436
24397
  color: inherit;
@@ -24498,7 +24459,46 @@ html.v-overlay-scroll-blocked {
24498
24459
  padding-inline-end: var(--v-field-padding-end);
24499
24460
  }
24500
24461
 
24501
- /* endregion */.v-table {
24462
+ /* endregion */.v-textarea .v-field {
24463
+ --v-textarea-control-height: var(--v-input-control-height);
24464
+ }
24465
+ .v-textarea .v-field__field {
24466
+ --v-input-control-height: var(--v-textarea-control-height);
24467
+ }
24468
+ .v-textarea .v-field__input {
24469
+ flex: 1 1 auto;
24470
+ outline: none;
24471
+ -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));
24472
+ 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));
24473
+ }
24474
+ .v-textarea .v-field__input.v-textarea__sizer {
24475
+ visibility: hidden;
24476
+ position: absolute;
24477
+ top: 0;
24478
+ left: 0;
24479
+ height: 0 !important;
24480
+ min-height: 0 !important;
24481
+ pointer-events: none;
24482
+ }
24483
+ .v-textarea--no-resize .v-field__input {
24484
+ resize: none;
24485
+ }
24486
+ .v-textarea .v-field--no-label textarea,
24487
+ .v-textarea .v-field--active textarea {
24488
+ opacity: 1;
24489
+ }
24490
+ .v-textarea textarea {
24491
+ opacity: 0;
24492
+ flex: 1;
24493
+ min-width: 0;
24494
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24495
+ }
24496
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24497
+ outline: none;
24498
+ }
24499
+ .v-textarea textarea:invalid {
24500
+ box-shadow: none;
24501
+ }.v-table {
24502
24502
  background: rgb(var(--v-theme-surface));
24503
24503
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24504
24504
  font-size: 0.875rem;
@@ -25307,6 +25307,69 @@ html.v-overlay-scroll-blocked {
25307
25307
  }
25308
25308
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25309
25309
  will-change: transform;
25310
+ }.v-color-picker-edit {
25311
+ display: flex;
25312
+ margin-top: 24px;
25313
+ }
25314
+
25315
+ .v-color-picker-edit__input {
25316
+ width: 100%;
25317
+ display: flex;
25318
+ flex-wrap: wrap;
25319
+ justify-content: center;
25320
+ text-align: center;
25321
+ }
25322
+ .v-color-picker-edit__input:not(:last-child) {
25323
+ margin-inline-end: 8px;
25324
+ }
25325
+ .v-color-picker-edit__input input {
25326
+ border-radius: 4px;
25327
+ margin-bottom: 8px;
25328
+ min-width: 0;
25329
+ outline: none;
25330
+ text-align: center;
25331
+ width: 100%;
25332
+ height: 32px;
25333
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25334
+ color: rgba(var(--v-theme-on-surface));
25335
+ }
25336
+ .v-color-picker-edit__input span {
25337
+ font-size: 0.75rem;
25338
+ }.v-color-picker-swatches {
25339
+ overflow-y: auto;
25340
+ }
25341
+ .v-color-picker-swatches > div {
25342
+ display: flex;
25343
+ flex-wrap: wrap;
25344
+ justify-content: center;
25345
+ padding: 8px;
25346
+ }
25347
+
25348
+ .v-color-picker-swatches__swatch {
25349
+ display: flex;
25350
+ flex-direction: column;
25351
+ margin-bottom: 10px;
25352
+ }
25353
+
25354
+ .v-color-picker-swatches__color {
25355
+ position: relative;
25356
+ height: 18px;
25357
+ max-height: 18px;
25358
+ width: 45px;
25359
+ margin: 2px 4px;
25360
+ border-radius: 2px;
25361
+ -webkit-user-select: none;
25362
+ user-select: none;
25363
+ overflow: hidden;
25364
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25365
+ cursor: pointer;
25366
+ }
25367
+ .v-color-picker-swatches__color > div {
25368
+ display: flex;
25369
+ align-items: center;
25370
+ justify-content: center;
25371
+ width: 100%;
25372
+ height: 100%;
25310
25373
  }.v-color-picker-preview__alpha .v-slider-track__background {
25311
25374
  background-color: transparent !important;
25312
25375
  }
@@ -25377,76 +25440,13 @@ html.v-overlay-scroll-blocked {
25377
25440
  .v-color-picker-preview__eye-dropper {
25378
25441
  position: relative;
25379
25442
  margin-right: 12px;
25380
- }.v-color-picker-edit {
25381
- display: flex;
25382
- margin-top: 24px;
25383
- }
25384
-
25385
- .v-color-picker-edit__input {
25386
- width: 100%;
25387
- display: flex;
25388
- flex-wrap: wrap;
25389
- justify-content: center;
25390
- text-align: center;
25391
- }
25392
- .v-color-picker-edit__input:not(:last-child) {
25393
- margin-inline-end: 8px;
25394
- }
25395
- .v-color-picker-edit__input input {
25396
- border-radius: 4px;
25397
- margin-bottom: 8px;
25398
- min-width: 0;
25399
- outline: none;
25400
- text-align: center;
25401
- width: 100%;
25402
- height: 32px;
25403
- background: rgba(var(--v-theme-surface-variant), 0.2);
25404
- color: rgba(var(--v-theme-on-surface));
25405
- }
25406
- .v-color-picker-edit__input span {
25407
- font-size: 0.75rem;
25408
- }.v-color-picker-swatches {
25409
- overflow-y: auto;
25410
- }
25411
- .v-color-picker-swatches > div {
25412
- display: flex;
25413
- flex-wrap: wrap;
25414
- justify-content: center;
25415
- padding: 8px;
25416
- }
25417
-
25418
- .v-color-picker-swatches__swatch {
25419
- display: flex;
25420
- flex-direction: column;
25421
- margin-bottom: 10px;
25422
- }
25423
-
25424
- .v-color-picker-swatches__color {
25425
- position: relative;
25426
- height: 18px;
25427
- max-height: 18px;
25428
- width: 45px;
25429
- margin: 2px 4px;
25430
- border-radius: 2px;
25431
- -webkit-user-select: none;
25432
- user-select: none;
25433
- overflow: hidden;
25434
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25435
- cursor: pointer;
25436
- }
25437
- .v-color-picker-swatches__color > div {
25438
- display: flex;
25439
- align-items: center;
25440
- justify-content: center;
25441
- width: 100%;
25442
- height: 100%;
25443
- }.v-picker.v-sheet {
25444
- 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));
25445
- border-radius: 4px;
25446
- display: grid;
25447
- grid-auto-rows: min-content;
25448
- grid-template-areas: "title" "header" "body";
25449
- overflow: hidden;
25443
+ }.v-picker.v-sheet {
25444
+ 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));
25445
+ border-radius: 4px;
25446
+ display: grid;
25447
+ grid-auto-rows: min-content;
25448
+ grid-template-areas: "title" "header" "body";
25449
+ overflow: hidden;
25450
25450
  }
25451
25451
  .v-picker.v-sheet.v-picker--with-actions {
25452
25452
  grid-template-areas: "title" "header" "body" "actions";
@@ -25493,160 +25493,6 @@ html.v-overlay-scroll-blocked {
25493
25493
  padding-bottom: 16px;
25494
25494
  font-weight: 400;
25495
25495
  letter-spacing: 0.1666666667em;
25496
- }.v-slider-thumb {
25497
- touch-action: none;
25498
- color: rgb(var(--v-theme-surface-variant));
25499
- }
25500
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25501
- color: inherit;
25502
- }
25503
-
25504
- .v-slider-thumb__label {
25505
- background: rgba(var(--v-theme-surface-variant), 0.7);
25506
- color: rgb(var(--v-theme-on-surface-variant));
25507
- }
25508
- .v-slider-thumb__label::before {
25509
- color: rgba(var(--v-theme-surface-variant), 0.7);
25510
- }
25511
-
25512
- .v-slider-thumb {
25513
- outline: none;
25514
- position: absolute;
25515
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25516
- }
25517
-
25518
- .v-slider-thumb__surface {
25519
- cursor: pointer;
25520
- width: var(--v-slider-thumb-size);
25521
- height: var(--v-slider-thumb-size);
25522
- border-radius: 50%;
25523
- -webkit-user-select: none;
25524
- user-select: none;
25525
- background-color: currentColor;
25526
- }
25527
- .v-slider-thumb__surface::before {
25528
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25529
- content: "";
25530
- color: inherit;
25531
- top: 0;
25532
- left: 0;
25533
- width: 100%;
25534
- height: 100%;
25535
- border-radius: 50%;
25536
- background: currentColor;
25537
- position: absolute;
25538
- pointer-events: none;
25539
- opacity: 0;
25540
- }
25541
- .v-slider-thumb__surface::after {
25542
- content: "";
25543
- width: 42px;
25544
- height: 42px;
25545
- position: absolute;
25546
- top: 50%;
25547
- left: 50%;
25548
- transform: translate(-50%, -50%);
25549
- }
25550
-
25551
- .v-slider-thumb__label-container {
25552
- position: absolute;
25553
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25554
- }
25555
-
25556
- .v-slider-thumb__label {
25557
- display: flex;
25558
- align-items: center;
25559
- justify-content: center;
25560
- font-size: 0.75rem;
25561
- min-width: 35px;
25562
- height: 25px;
25563
- border-radius: 4px;
25564
- padding: 6px;
25565
- position: absolute;
25566
- -webkit-user-select: none;
25567
- user-select: none;
25568
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25569
- }
25570
- .v-slider-thumb__label::before {
25571
- content: "";
25572
- width: 0;
25573
- height: 0;
25574
- position: absolute;
25575
- }
25576
-
25577
- .v-slider-thumb__ripple {
25578
- position: absolute;
25579
- left: calc(var(--v-slider-thumb-size) / -2);
25580
- top: calc(var(--v-slider-thumb-size) / -2);
25581
- width: calc(var(--v-slider-thumb-size) * 2);
25582
- height: calc(var(--v-slider-thumb-size) * 2);
25583
- background: inherit;
25584
- }
25585
-
25586
- .v-slider.v-input--horizontal .v-slider-thumb {
25587
- top: 50%;
25588
- transform: translateY(-50%);
25589
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25590
- }
25591
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25592
- left: calc(var(--v-slider-thumb-size) / 2);
25593
- top: 0;
25594
- }
25595
- .v-slider.v-input--horizontal .v-slider-thumb__label {
25596
- bottom: calc(var(--v-slider-thumb-size) / 2);
25597
- }
25598
- .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 {
25599
- transform: translateX(-50%);
25600
- }
25601
-
25602
- .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 {
25603
- transform: translateX(50%);
25604
- }
25605
-
25606
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
25607
- border-left: 6px solid transparent;
25608
- border-right: 6px solid transparent;
25609
- border-top: 6px solid currentColor;
25610
- bottom: -6px;
25611
- }
25612
-
25613
- .v-slider.v-input--vertical .v-slider-thumb {
25614
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25615
- }
25616
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
25617
- top: calc(var(--v-slider-thumb-size) / 2);
25618
- right: 0;
25619
- }
25620
- .v-slider.v-input--vertical .v-slider-thumb__label {
25621
- top: -12.5px;
25622
- left: calc(var(--v-slider-thumb-size) / 2);
25623
- }
25624
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
25625
- border-right: 6px solid currentColor;
25626
- border-top: 6px solid transparent;
25627
- border-bottom: 6px solid transparent;
25628
- left: -6px;
25629
- }
25630
-
25631
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
25632
- transform: scale(2);
25633
- opacity: var(--v-focus-opacity);
25634
- }
25635
-
25636
- .v-slider-thumb--pressed {
25637
- transition: none;
25638
- }
25639
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
25640
- opacity: var(--v-pressed-opacity);
25641
- }
25642
-
25643
- @media (hover: hover) {
25644
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
25645
- transform: scale(2);
25646
- }
25647
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
25648
- opacity: var(--v-hover-opacity);
25649
- }
25650
25496
  }.v-slider-track__background {
25651
25497
  background-color: rgb(var(--v-theme-surface-variant));
25652
25498
  }
@@ -25810,4 +25656,158 @@ html.v-overlay-scroll-blocked {
25810
25656
 
25811
25657
  .v-slider-track__background--opacity {
25812
25658
  opacity: 0.38;
25659
+ }.v-slider-thumb {
25660
+ touch-action: none;
25661
+ color: rgb(var(--v-theme-surface-variant));
25662
+ }
25663
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25664
+ color: inherit;
25665
+ }
25666
+
25667
+ .v-slider-thumb__label {
25668
+ background: rgba(var(--v-theme-surface-variant), 0.7);
25669
+ color: rgb(var(--v-theme-on-surface-variant));
25670
+ }
25671
+ .v-slider-thumb__label::before {
25672
+ color: rgba(var(--v-theme-surface-variant), 0.7);
25673
+ }
25674
+
25675
+ .v-slider-thumb {
25676
+ outline: none;
25677
+ position: absolute;
25678
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25679
+ }
25680
+
25681
+ .v-slider-thumb__surface {
25682
+ cursor: pointer;
25683
+ width: var(--v-slider-thumb-size);
25684
+ height: var(--v-slider-thumb-size);
25685
+ border-radius: 50%;
25686
+ -webkit-user-select: none;
25687
+ user-select: none;
25688
+ background-color: currentColor;
25689
+ }
25690
+ .v-slider-thumb__surface::before {
25691
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25692
+ content: "";
25693
+ color: inherit;
25694
+ top: 0;
25695
+ left: 0;
25696
+ width: 100%;
25697
+ height: 100%;
25698
+ border-radius: 50%;
25699
+ background: currentColor;
25700
+ position: absolute;
25701
+ pointer-events: none;
25702
+ opacity: 0;
25703
+ }
25704
+ .v-slider-thumb__surface::after {
25705
+ content: "";
25706
+ width: 42px;
25707
+ height: 42px;
25708
+ position: absolute;
25709
+ top: 50%;
25710
+ left: 50%;
25711
+ transform: translate(-50%, -50%);
25712
+ }
25713
+
25714
+ .v-slider-thumb__label-container {
25715
+ position: absolute;
25716
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25717
+ }
25718
+
25719
+ .v-slider-thumb__label {
25720
+ display: flex;
25721
+ align-items: center;
25722
+ justify-content: center;
25723
+ font-size: 0.75rem;
25724
+ min-width: 35px;
25725
+ height: 25px;
25726
+ border-radius: 4px;
25727
+ padding: 6px;
25728
+ position: absolute;
25729
+ -webkit-user-select: none;
25730
+ user-select: none;
25731
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25732
+ }
25733
+ .v-slider-thumb__label::before {
25734
+ content: "";
25735
+ width: 0;
25736
+ height: 0;
25737
+ position: absolute;
25738
+ }
25739
+
25740
+ .v-slider-thumb__ripple {
25741
+ position: absolute;
25742
+ left: calc(var(--v-slider-thumb-size) / -2);
25743
+ top: calc(var(--v-slider-thumb-size) / -2);
25744
+ width: calc(var(--v-slider-thumb-size) * 2);
25745
+ height: calc(var(--v-slider-thumb-size) * 2);
25746
+ background: inherit;
25747
+ }
25748
+
25749
+ .v-slider.v-input--horizontal .v-slider-thumb {
25750
+ top: 50%;
25751
+ transform: translateY(-50%);
25752
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25753
+ }
25754
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25755
+ left: calc(var(--v-slider-thumb-size) / 2);
25756
+ top: 0;
25757
+ }
25758
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
25759
+ bottom: calc(var(--v-slider-thumb-size) / 2);
25760
+ }
25761
+ .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 {
25762
+ transform: translateX(-50%);
25763
+ }
25764
+
25765
+ .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 {
25766
+ transform: translateX(50%);
25767
+ }
25768
+
25769
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
25770
+ border-left: 6px solid transparent;
25771
+ border-right: 6px solid transparent;
25772
+ border-top: 6px solid currentColor;
25773
+ bottom: -6px;
25774
+ }
25775
+
25776
+ .v-slider.v-input--vertical .v-slider-thumb {
25777
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25778
+ }
25779
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
25780
+ top: calc(var(--v-slider-thumb-size) / 2);
25781
+ right: 0;
25782
+ }
25783
+ .v-slider.v-input--vertical .v-slider-thumb__label {
25784
+ top: -12.5px;
25785
+ left: calc(var(--v-slider-thumb-size) / 2);
25786
+ }
25787
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
25788
+ border-right: 6px solid currentColor;
25789
+ border-top: 6px solid transparent;
25790
+ border-bottom: 6px solid transparent;
25791
+ left: -6px;
25792
+ }
25793
+
25794
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
25795
+ transform: scale(2);
25796
+ opacity: var(--v-focus-opacity);
25797
+ }
25798
+
25799
+ .v-slider-thumb--pressed {
25800
+ transition: none;
25801
+ }
25802
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
25803
+ opacity: var(--v-pressed-opacity);
25804
+ }
25805
+
25806
+ @media (hover: hover) {
25807
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
25808
+ transform: scale(2);
25809
+ }
25810
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
25811
+ opacity: var(--v-hover-opacity);
25812
+ }
25813
25813
  }