@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-30 → 3.6.1-dev.2024-05-01

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 (115) hide show
  1. package/CHANGELOG.md +2 -102
  2. package/dist/_component-variables-labs.sass +0 -2
  3. package/dist/_component-variables.sass +2 -0
  4. package/dist/json/importMap-labs.json +28 -48
  5. package/dist/json/importMap.json +152 -132
  6. package/dist/json/web-types.json +1 -1
  7. package/dist/vuetify-labs.css +2517 -2517
  8. package/dist/vuetify-labs.d.ts +4811 -4811
  9. package/dist/vuetify-labs.esm.js +10062 -10058
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +10062 -10058
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +978 -801
  14. package/dist/vuetify.d.ts +2858 -560
  15. package/dist/vuetify.esm.js +1724 -893
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +1724 -893
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +616 -561
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/{labs → components}/VConfirmEdit/VConfirmEdit.mjs +1 -1
  23. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -0
  24. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -0
  25. package/lib/components/VConfirmEdit/index.mjs.map +1 -0
  26. package/lib/components/VDatePicker/VDatePicker.mjs +4 -4
  27. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  28. package/lib/{labs → components}/VEmptyState/VEmptyState.mjs +4 -4
  29. package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -0
  30. package/lib/components/VEmptyState/index.mjs.map +1 -0
  31. package/lib/{labs → components}/VFab/VFab.mjs +1 -1
  32. package/lib/components/VFab/VFab.mjs.map +1 -0
  33. package/lib/components/VFab/index.mjs.map +1 -0
  34. package/lib/components/VSnackbar/VSnackbar.mjs +12 -5
  35. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  36. package/lib/components/VSparkline/VBarline.mjs.map +1 -0
  37. package/lib/components/VSparkline/VSparkline.mjs +44 -320
  38. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  39. package/lib/components/VSparkline/VTrendline.mjs.map +1 -0
  40. package/lib/components/VSparkline/index.mjs +1 -3
  41. package/lib/components/VSparkline/index.mjs.map +1 -1
  42. package/lib/components/VSparkline/util/line.mjs.map +1 -0
  43. package/lib/components/VSparkline/util/path.mjs.map +1 -0
  44. package/lib/components/VSpeedDial/VSpeedDial.mjs +68 -85
  45. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  46. package/lib/components/VSpeedDial/VSpeedDial.sass +20 -72
  47. package/lib/components/VSpeedDial/index.mjs +1 -3
  48. package/lib/components/VSpeedDial/index.mjs.map +1 -1
  49. package/lib/components/index.d.mts +2840 -547
  50. package/lib/components/index.mjs +6 -2
  51. package/lib/components/index.mjs.map +1 -1
  52. package/lib/composables/directiveComponent.mjs +1 -1
  53. package/lib/composables/directiveComponent.mjs.map +1 -1
  54. package/lib/entry-bundler.mjs +1 -1
  55. package/lib/entry-bundler.mjs.map +1 -1
  56. package/lib/framework.mjs +1 -1
  57. package/lib/framework.mjs.map +1 -1
  58. package/lib/index.d.mts +53 -53
  59. package/lib/labs/VDateInput/VDateInput.mjs +2 -2
  60. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  61. package/lib/labs/VDateInput/index.d.mts +14 -14
  62. package/lib/labs/components.d.mts +1628 -3945
  63. package/lib/labs/components.mjs +0 -5
  64. package/lib/labs/components.mjs.map +1 -1
  65. package/lib/locale/ko.mjs +8 -8
  66. package/lib/locale/ko.mjs.map +1 -1
  67. package/package.json +1 -1
  68. package/lib/components/VSparkline/helpers/core.mjs +0 -49
  69. package/lib/components/VSparkline/helpers/core.mjs.map +0 -1
  70. package/lib/components/VSparkline/helpers/math.mjs +0 -34
  71. package/lib/components/VSparkline/helpers/math.mjs.map +0 -1
  72. package/lib/components/VSparkline/helpers/path.mjs +0 -27
  73. package/lib/components/VSparkline/helpers/path.mjs.map +0 -1
  74. package/lib/components/VSpeedDial/_variables.scss +0 -5
  75. package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +0 -1
  76. package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
  77. package/lib/labs/VConfirmEdit/index.mjs.map +0 -1
  78. package/lib/labs/VEmptyState/VEmptyState.mjs.map +0 -1
  79. package/lib/labs/VEmptyState/index.mjs.map +0 -1
  80. package/lib/labs/VFab/VFab.mjs.map +0 -1
  81. package/lib/labs/VFab/index.mjs.map +0 -1
  82. package/lib/labs/VSparkline/VBarline.mjs.map +0 -1
  83. package/lib/labs/VSparkline/VSparkline.mjs +0 -49
  84. package/lib/labs/VSparkline/VSparkline.mjs.map +0 -1
  85. package/lib/labs/VSparkline/VTrendline.mjs.map +0 -1
  86. package/lib/labs/VSparkline/index.mjs +0 -2
  87. package/lib/labs/VSparkline/index.mjs.map +0 -1
  88. package/lib/labs/VSparkline/util/line.mjs.map +0 -1
  89. package/lib/labs/VSparkline/util/path.mjs.map +0 -1
  90. package/lib/labs/VSpeedDial/VSpeedDial.mjs +0 -77
  91. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +0 -1
  92. package/lib/labs/VSpeedDial/VSpeedDial.sass +0 -27
  93. package/lib/labs/VSpeedDial/index.mjs +0 -2
  94. package/lib/labs/VSpeedDial/index.mjs.map +0 -1
  95. /package/lib/{labs → components}/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -0
  96. /package/lib/{labs → components}/VConfirmEdit/index.d.mts +0 -0
  97. /package/lib/{labs → components}/VConfirmEdit/index.mjs +0 -0
  98. /package/lib/{labs → components}/VEmptyState/VEmptyState.css +0 -0
  99. /package/lib/{labs → components}/VEmptyState/VEmptyState.sass +0 -0
  100. /package/lib/{labs → components}/VEmptyState/_variables.scss +0 -0
  101. /package/lib/{labs → components}/VEmptyState/index.d.mts +0 -0
  102. /package/lib/{labs → components}/VEmptyState/index.mjs +0 -0
  103. /package/lib/{labs → components}/VFab/VFab.css +0 -0
  104. /package/lib/{labs → components}/VFab/VFab.sass +0 -0
  105. /package/lib/{labs → components}/VFab/_mixins.scss +0 -0
  106. /package/lib/{labs → components}/VFab/_variables.scss +0 -0
  107. /package/lib/{labs → components}/VFab/index.d.mts +0 -0
  108. /package/lib/{labs → components}/VFab/index.mjs +0 -0
  109. /package/lib/{labs → components}/VSparkline/VBarline.mjs +0 -0
  110. /package/lib/{labs → components}/VSparkline/VTrendline.mjs +0 -0
  111. /package/lib/{labs → components}/VSparkline/index.d.mts +0 -0
  112. /package/lib/{labs → components}/VSparkline/util/line.mjs +0 -0
  113. /package/lib/{labs → components}/VSparkline/util/path.mjs +0 -0
  114. /package/lib/{labs → components}/VSpeedDial/VSpeedDial.css +0 -0
  115. /package/lib/{labs → components}/VSpeedDial/index.d.mts +0 -0
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.0-alpha.2-dev.2024-04-30
2
+ * Vuetify v3.6.1-dev.2024-05-01
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17380,22 +17380,6 @@ html.overflow-y-hidden {
17380
17380
  .v-ripple__animation--out {
17381
17381
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17382
17382
  opacity: 0;
17383
- }.v-application {
17384
- display: flex;
17385
- background: rgb(var(--v-theme-background));
17386
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17387
- }
17388
-
17389
- .v-application__wrap {
17390
- -webkit-backface-visibility: hidden;
17391
- backface-visibility: hidden;
17392
- display: flex;
17393
- flex-direction: column;
17394
- flex: 1 1 auto;
17395
- max-width: 100%;
17396
- min-height: 100vh;
17397
- min-height: 100dvh;
17398
- position: relative;
17399
17383
  }.v-app-bar {
17400
17384
  display: flex;
17401
17385
  }
@@ -17792,6 +17776,77 @@ html.overflow-y-hidden {
17792
17776
  .v-avatar .v-img {
17793
17777
  height: 100%;
17794
17778
  width: 100%;
17779
+ }.v-badge {
17780
+ display: inline-block;
17781
+ line-height: 1;
17782
+ }
17783
+
17784
+ .v-badge__badge {
17785
+ align-items: center;
17786
+ display: inline-flex;
17787
+ border-radius: 10px;
17788
+ font-size: 0.75rem;
17789
+ font-weight: 500;
17790
+ height: 1.25rem;
17791
+ justify-content: center;
17792
+ min-width: 20px;
17793
+ padding: 4px 6px;
17794
+ pointer-events: auto;
17795
+ position: absolute;
17796
+ text-align: center;
17797
+ text-indent: 0;
17798
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17799
+ white-space: nowrap;
17800
+ background: rgb(var(--v-theme-surface-variant));
17801
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17802
+ }
17803
+ .v-badge--bordered .v-badge__badge::after {
17804
+ border-radius: inherit;
17805
+ border-style: solid;
17806
+ border-width: 2px;
17807
+ bottom: 0;
17808
+ color: rgb(var(--v-theme-background));
17809
+ content: "";
17810
+ left: 0;
17811
+ position: absolute;
17812
+ right: 0;
17813
+ top: 0;
17814
+ transform: scale(1.05);
17815
+ }
17816
+ .v-badge--dot .v-badge__badge {
17817
+ border-radius: 4.5px;
17818
+ height: 9px;
17819
+ min-width: 0;
17820
+ padding: 0;
17821
+ width: 9px;
17822
+ }
17823
+ .v-badge--dot .v-badge__badge::after {
17824
+ border-width: 1.5px;
17825
+ }
17826
+ .v-badge--inline .v-badge__badge {
17827
+ position: relative;
17828
+ vertical-align: middle;
17829
+ }
17830
+ .v-badge__badge .v-icon {
17831
+ color: inherit;
17832
+ font-size: 0.75rem;
17833
+ margin: 0 -2px;
17834
+ }
17835
+ .v-badge__badge img,
17836
+ .v-badge__badge .v-img {
17837
+ height: 100%;
17838
+ width: 100%;
17839
+ }
17840
+
17841
+ .v-badge__wrapper {
17842
+ display: flex;
17843
+ position: relative;
17844
+ }
17845
+ .v-badge--inline .v-badge__wrapper {
17846
+ align-items: center;
17847
+ display: inline-flex;
17848
+ justify-content: center;
17849
+ margin: 0 4px;
17795
17850
  }.v-banner {
17796
17851
  display: grid;
17797
17852
  flex: 1 1;
@@ -17949,77 +18004,6 @@ html.overflow-y-hidden {
17949
18004
  }
17950
18005
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
17951
18006
  align-self: flex-start;
17952
- }.v-badge {
17953
- display: inline-block;
17954
- line-height: 1;
17955
- }
17956
-
17957
- .v-badge__badge {
17958
- align-items: center;
17959
- display: inline-flex;
17960
- border-radius: 10px;
17961
- font-size: 0.75rem;
17962
- font-weight: 500;
17963
- height: 1.25rem;
17964
- justify-content: center;
17965
- min-width: 20px;
17966
- padding: 4px 6px;
17967
- pointer-events: auto;
17968
- position: absolute;
17969
- text-align: center;
17970
- text-indent: 0;
17971
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17972
- white-space: nowrap;
17973
- background: rgb(var(--v-theme-surface-variant));
17974
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17975
- }
17976
- .v-badge--bordered .v-badge__badge::after {
17977
- border-radius: inherit;
17978
- border-style: solid;
17979
- border-width: 2px;
17980
- bottom: 0;
17981
- color: rgb(var(--v-theme-background));
17982
- content: "";
17983
- left: 0;
17984
- position: absolute;
17985
- right: 0;
17986
- top: 0;
17987
- transform: scale(1.05);
17988
- }
17989
- .v-badge--dot .v-badge__badge {
17990
- border-radius: 4.5px;
17991
- height: 9px;
17992
- min-width: 0;
17993
- padding: 0;
17994
- width: 9px;
17995
- }
17996
- .v-badge--dot .v-badge__badge::after {
17997
- border-width: 1.5px;
17998
- }
17999
- .v-badge--inline .v-badge__badge {
18000
- position: relative;
18001
- vertical-align: middle;
18002
- }
18003
- .v-badge__badge .v-icon {
18004
- color: inherit;
18005
- font-size: 0.75rem;
18006
- margin: 0 -2px;
18007
- }
18008
- .v-badge__badge img,
18009
- .v-badge__badge .v-img {
18010
- height: 100%;
18011
- width: 100%;
18012
- }
18013
-
18014
- .v-badge__wrapper {
18015
- display: flex;
18016
- position: relative;
18017
- }
18018
- .v-badge--inline .v-badge__wrapper {
18019
- align-items: center;
18020
- display: inline-flex;
18021
- justify-content: center;
18022
- margin: 0 4px;
18023
18007
  }.v-bottom-navigation {
18024
18008
  display: flex;
18025
18009
  max-width: 100%;
@@ -20427,6 +20411,62 @@ html.overflow-y-hidden {
20427
20411
  }
20428
20412
  .v-data-table-footer__page {
20429
20413
  padding: 0 8px;
20414
+ }.v-date-picker-controls {
20415
+ display: flex;
20416
+ align-items: center;
20417
+ justify-content: space-between;
20418
+ font-size: 0.875rem;
20419
+ padding-top: 4px;
20420
+ padding-bottom: 4px;
20421
+ padding-inline-start: 6px;
20422
+ padding-inline-end: 12px;
20423
+ }
20424
+ .v-date-picker-controls > .v-btn:first-child {
20425
+ text-transform: none;
20426
+ font-weight: 400;
20427
+ line-height: initial;
20428
+ letter-spacing: initial;
20429
+ }
20430
+ .v-date-picker-controls--variant-classic {
20431
+ padding-inline-start: 12px;
20432
+ }
20433
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20434
+ opacity: 0.7;
20435
+ }
20436
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20437
+ cursor: pointer;
20438
+ }
20439
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20440
+ opacity: 1;
20441
+ }
20442
+ .v-date-picker-controls .v-btn:last-child {
20443
+ margin-inline-start: 4px;
20444
+ }
20445
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20446
+ transform: rotate(180deg);
20447
+ }
20448
+
20449
+ .v-date-picker-controls__date {
20450
+ margin-inline-end: 4px;
20451
+ }
20452
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20453
+ margin: auto;
20454
+ text-align: center;
20455
+ }
20456
+
20457
+ .v-date-picker-controls__month {
20458
+ display: flex;
20459
+ }
20460
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20461
+ flex-direction: row-reverse;
20462
+ }
20463
+
20464
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20465
+ flex: 1 0 auto;
20466
+ }
20467
+
20468
+ .v-date-picker__title {
20469
+ display: inline-block;
20430
20470
  }.v-date-picker {
20431
20471
  overflow: hidden;
20432
20472
  width: 328px;
@@ -20548,64 +20588,23 @@ html.overflow-y-hidden {
20548
20588
 
20549
20589
  .v-date-picker-month__day--hide-adjacent {
20550
20590
  opacity: 0;
20551
- }.v-date-picker-controls {
20552
- display: flex;
20553
- align-items: center;
20554
- justify-content: space-between;
20555
- font-size: 0.875rem;
20556
- padding-top: 4px;
20557
- padding-bottom: 4px;
20558
- padding-inline-start: 6px;
20559
- padding-inline-end: 12px;
20560
- }
20561
- .v-date-picker-controls > .v-btn:first-child {
20562
- text-transform: none;
20563
- font-weight: 400;
20564
- line-height: initial;
20565
- letter-spacing: initial;
20566
- }
20567
- .v-date-picker-controls--variant-classic {
20568
- padding-inline-start: 12px;
20569
- }
20570
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20571
- opacity: 0.7;
20591
+ }.v-date-picker-years {
20592
+ height: 288px;
20593
+ overflow-y: scroll;
20572
20594
  }
20573
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20574
- cursor: pointer;
20595
+
20596
+ .v-date-picker-years__content {
20597
+ display: grid;
20598
+ flex: 1 1;
20599
+ justify-content: space-around;
20600
+ grid-template-columns: repeat(3, 1fr);
20601
+ gap: 8px 24px;
20602
+ padding-inline: 32px;
20575
20603
  }
20576
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20577
- opacity: 1;
20578
- }
20579
- .v-date-picker-controls .v-btn:last-child {
20580
- margin-inline-start: 4px;
20581
- }
20582
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20583
- transform: rotate(180deg);
20584
- }
20585
-
20586
- .v-date-picker-controls__date {
20587
- margin-inline-end: 4px;
20588
- }
20589
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20590
- margin: auto;
20591
- text-align: center;
20592
- }
20593
-
20594
- .v-date-picker-controls__month {
20595
- display: flex;
20596
- }
20597
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20598
- flex-direction: row-reverse;
20599
- }
20600
-
20601
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20602
- flex: 1 0 auto;
20603
- }
20604
-
20605
- .v-date-picker__title {
20606
- display: inline-block;
20607
- }.v-date-picker-months {
20608
- height: 288px;
20604
+ .v-date-picker-years__content .v-btn {
20605
+ padding-inline: 8px;
20606
+ }.v-date-picker-months {
20607
+ height: 288px;
20609
20608
  }
20610
20609
 
20611
20610
  .v-date-picker-months__content {
@@ -20623,21 +20622,6 @@ html.overflow-y-hidden {
20623
20622
  text-transform: none;
20624
20623
  padding-inline-start: 8px;
20625
20624
  padding-inline-end: 8px;
20626
- }.v-date-picker-years {
20627
- height: 288px;
20628
- overflow-y: scroll;
20629
- }
20630
-
20631
- .v-date-picker-years__content {
20632
- display: grid;
20633
- flex: 1 1;
20634
- justify-content: space-around;
20635
- grid-template-columns: repeat(3, 1fr);
20636
- gap: 8px 24px;
20637
- padding-inline: 32px;
20638
- }
20639
- .v-date-picker-years__content .v-btn {
20640
- padding-inline: 8px;
20641
20625
  }.v-dialog {
20642
20626
  align-items: center;
20643
20627
  justify-content: center;
@@ -20730,6 +20714,73 @@ html.overflow-y-hidden {
20730
20714
  -webkit-backface-visibility: hidden;
20731
20715
  backface-visibility: hidden;
20732
20716
  overflow-y: auto;
20717
+ }.v-empty-state {
20718
+ align-items: center;
20719
+ display: flex;
20720
+ flex-direction: column;
20721
+ justify-content: center;
20722
+ min-height: 100%;
20723
+ padding: 16px;
20724
+ }
20725
+ .v-empty-state--start {
20726
+ align-items: flex-start;
20727
+ }
20728
+ .v-empty-state--center {
20729
+ align-items: center;
20730
+ }
20731
+ .v-empty-state--end {
20732
+ align-items: flex-end;
20733
+ }
20734
+
20735
+ .v-empty-state__media {
20736
+ text-align: center;
20737
+ width: 100%;
20738
+ }
20739
+ .v-empty-state__media .v-icon {
20740
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20741
+ }
20742
+
20743
+ .v-empty-state__headline {
20744
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20745
+ font-size: 3.75rem;
20746
+ font-weight: 300;
20747
+ line-height: 1;
20748
+ text-align: center;
20749
+ margin-bottom: 8px;
20750
+ }
20751
+ .v-empty-state--mobile .v-empty-state__headline {
20752
+ font-size: 2.125rem;
20753
+ }
20754
+
20755
+ .v-empty-state__title {
20756
+ font-size: 1.25rem;
20757
+ font-weight: 500;
20758
+ line-height: 1.6;
20759
+ margin-bottom: 4px;
20760
+ text-align: center;
20761
+ }
20762
+
20763
+ .v-empty-state__text {
20764
+ font-size: 0.875rem;
20765
+ font-weight: 400;
20766
+ line-height: 1.425;
20767
+ padding: 0 16px;
20768
+ text-align: center;
20769
+ }
20770
+
20771
+ .v-empty-state__content {
20772
+ padding: 24px 0;
20773
+ }
20774
+
20775
+ .v-empty-state__actions {
20776
+ display: flex;
20777
+ gap: 8px;
20778
+ padding: 16px;
20779
+ }
20780
+
20781
+ .v-empty-state__action-btn.v-btn {
20782
+ background-color: rgb(var(--v-theme-surface-variant));
20783
+ color: rgb(var(--v-theme-on-surface-variant));
20733
20784
  }.v-divider {
20734
20785
  display: block;
20735
20786
  flex: 1 1 100%;
@@ -20989,6 +21040,75 @@ html.overflow-y-hidden {
20989
21040
  }
20990
21041
  .v-expansion-panels--tile > .v-expansion-panel {
20991
21042
  border-radius: 0;
21043
+ }.v-fab {
21044
+ align-items: center;
21045
+ display: inline-flex;
21046
+ flex: 1 1 auto;
21047
+ pointer-events: none;
21048
+ position: relative;
21049
+ transition-duration: 0.2s;
21050
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21051
+ vertical-align: middle;
21052
+ }
21053
+ .v-fab .v-btn {
21054
+ pointer-events: auto;
21055
+ }
21056
+ .v-fab .v-btn--variant-elevated {
21057
+ 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));
21058
+ }
21059
+ .v-fab--app, .v-fab--absolute {
21060
+ display: flex;
21061
+ }
21062
+ .v-fab--start, .v-fab--left {
21063
+ justify-content: flex-start;
21064
+ }
21065
+ .v-fab--center {
21066
+ align-items: center;
21067
+ justify-content: center;
21068
+ }
21069
+ .v-fab--end, .v-fab--right {
21070
+ justify-content: flex-end;
21071
+ }
21072
+ .v-fab--bottom {
21073
+ align-items: flex-end;
21074
+ }
21075
+ .v-fab--top {
21076
+ align-items: flex-start;
21077
+ }
21078
+ .v-fab--extended .v-btn {
21079
+ border-radius: 9999px !important;
21080
+ }
21081
+
21082
+ .v-fab__container {
21083
+ align-self: center;
21084
+ display: inline-flex;
21085
+ position: absolute;
21086
+ vertical-align: middle;
21087
+ }
21088
+ .v-fab--app .v-fab__container {
21089
+ margin: 12px;
21090
+ }
21091
+ .v-fab--absolute .v-fab__container {
21092
+ position: absolute;
21093
+ z-index: 4;
21094
+ }
21095
+ .v-fab--offset.v-fab--top .v-fab__container {
21096
+ transform: translateY(-50%);
21097
+ }
21098
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21099
+ transform: translateY(50%);
21100
+ }
21101
+ .v-fab--top .v-fab__container {
21102
+ top: 0;
21103
+ }
21104
+ .v-fab--bottom .v-fab__container {
21105
+ bottom: 0;
21106
+ }
21107
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21108
+ left: 0;
21109
+ }
21110
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21111
+ right: 0;
20992
21112
  }/* region INPUT */
20993
21113
  .v-field {
20994
21114
  display: grid;
@@ -21559,36 +21679,7 @@ textarea.v-field__input::placeholder {
21559
21679
  opacity: 0;
21560
21680
  }
21561
21681
 
21562
- /* endregion */.v-file-input--hide.v-input .v-field,
21563
- .v-file-input--hide.v-input .v-input__control,
21564
- .v-file-input--hide.v-input .v-input__details {
21565
- display: none;
21566
- }
21567
- .v-file-input--hide.v-input .v-input__prepend {
21568
- grid-area: control;
21569
- margin: 0 auto;
21570
- }
21571
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21572
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21573
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21574
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21575
- top: 0px;
21576
- }
21577
- .v-file-input input[type=file] {
21578
- height: 100%;
21579
- left: 0;
21580
- opacity: 0;
21581
- position: absolute;
21582
- top: 0;
21583
- width: 100%;
21584
- z-index: 1;
21585
- }
21586
- .v-file-input .v-input__details {
21587
- padding-inline: 16px;
21588
- }
21589
- .v-input--plain-underlined.v-file-input .v-input__details {
21590
- padding-inline: 0;
21591
- }.v-footer {
21682
+ /* endregion */.v-footer {
21592
21683
  align-items: center;
21593
21684
  display: flex;
21594
21685
  flex: 1 1 auto;
@@ -21616,42 +21707,35 @@ textarea.v-field__input::placeholder {
21616
21707
  }
21617
21708
  .v-footer--rounded {
21618
21709
  border-radius: 4px;
21619
- }.v-img {
21620
- --v-theme-overlay-multiplier: 3;
21621
- z-index: 0;
21710
+ }.v-file-input--hide.v-input .v-field,
21711
+ .v-file-input--hide.v-input .v-input__control,
21712
+ .v-file-input--hide.v-input .v-input__details {
21713
+ display: none;
21622
21714
  }
21623
- .v-img--booting .v-responsive__sizer {
21624
- transition: none;
21715
+ .v-file-input--hide.v-input .v-input__prepend {
21716
+ grid-area: control;
21717
+ margin: 0 auto;
21625
21718
  }
21626
- .v-img--rounded {
21627
- border-radius: 4px;
21719
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21720
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21721
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21722
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21723
+ top: 0px;
21628
21724
  }
21629
-
21630
- .v-img__img,
21631
- .v-img__picture,
21632
- .v-img__gradient,
21633
- .v-img__placeholder,
21634
- .v-img__error {
21635
- z-index: -1;
21725
+ .v-file-input input[type=file] {
21726
+ height: 100%;
21727
+ left: 0;
21728
+ opacity: 0;
21636
21729
  position: absolute;
21637
21730
  top: 0;
21638
- left: 0;
21639
21731
  width: 100%;
21640
- height: 100%;
21641
- }
21642
-
21643
- .v-img__img--preload {
21644
- filter: blur(4px);
21645
- }
21646
- .v-img__img--contain {
21647
- object-fit: contain;
21732
+ z-index: 1;
21648
21733
  }
21649
- .v-img__img--cover {
21650
- object-fit: cover;
21734
+ .v-file-input .v-input__details {
21735
+ padding-inline: 16px;
21651
21736
  }
21652
-
21653
- .v-img__gradient {
21654
- background-repeat: no-repeat;
21737
+ .v-input--plain-underlined.v-file-input .v-input__details {
21738
+ padding-inline: 0;
21655
21739
  }.v-icon {
21656
21740
  --v-icon-size-multiplier: 1;
21657
21741
  align-items: center;
@@ -21705,31 +21789,42 @@ textarea.v-field__input::placeholder {
21705
21789
 
21706
21790
  .v-icon--end {
21707
21791
  margin-inline-start: 8px;
21708
- }.v-infinite-scroll--horizontal {
21709
- display: flex;
21710
- flex-direction: row;
21711
- overflow-x: auto;
21792
+ }.v-img {
21793
+ --v-theme-overlay-multiplier: 3;
21794
+ z-index: 0;
21712
21795
  }
21713
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21796
+ .v-img--booting .v-responsive__sizer {
21797
+ transition: none;
21798
+ }
21799
+ .v-img--rounded {
21800
+ border-radius: 4px;
21801
+ }
21802
+
21803
+ .v-img__img,
21804
+ .v-img__picture,
21805
+ .v-img__gradient,
21806
+ .v-img__placeholder,
21807
+ .v-img__error {
21808
+ z-index: -1;
21809
+ position: absolute;
21810
+ top: 0;
21811
+ left: 0;
21812
+ width: 100%;
21714
21813
  height: 100%;
21715
- width: 1px;
21716
21814
  }
21717
21815
 
21718
- .v-infinite-scroll--vertical {
21719
- display: flex;
21720
- flex-direction: column;
21721
- overflow-y: auto;
21816
+ .v-img__img--preload {
21817
+ filter: blur(4px);
21722
21818
  }
21723
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21724
- height: 1px;
21725
- width: 100%;
21819
+ .v-img__img--contain {
21820
+ object-fit: contain;
21821
+ }
21822
+ .v-img__img--cover {
21823
+ object-fit: cover;
21726
21824
  }
21727
21825
 
21728
- .v-infinite-scroll__side {
21729
- align-items: center;
21730
- display: flex;
21731
- justify-content: center;
21732
- padding: 8px;
21826
+ .v-img__gradient {
21827
+ background-repeat: no-repeat;
21733
21828
  }.v-input {
21734
21829
  display: grid;
21735
21830
  flex: 1 1 auto;
@@ -21877,6 +21972,31 @@ textarea.v-field__input::placeholder {
21877
21972
  max-width: 100%;
21878
21973
  position: relative;
21879
21974
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21975
+ }.v-infinite-scroll--horizontal {
21976
+ display: flex;
21977
+ flex-direction: row;
21978
+ overflow-x: auto;
21979
+ }
21980
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21981
+ height: 100%;
21982
+ width: 1px;
21983
+ }
21984
+
21985
+ .v-infinite-scroll--vertical {
21986
+ display: flex;
21987
+ flex-direction: column;
21988
+ overflow-y: auto;
21989
+ }
21990
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21991
+ height: 1px;
21992
+ width: 100%;
21993
+ }
21994
+
21995
+ .v-infinite-scroll__side {
21996
+ align-items: center;
21997
+ display: flex;
21998
+ justify-content: center;
21999
+ padding: 8px;
21880
22000
  }.v-label {
21881
22001
  align-items: center;
21882
22002
  color: inherit;
@@ -21892,13 +22012,6 @@ textarea.v-field__input::placeholder {
21892
22012
 
21893
22013
  .v-label--clickable {
21894
22014
  cursor: pointer;
21895
- }.v-layout-item {
21896
- position: absolute;
21897
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21898
- }
21899
-
21900
- .v-layout-item--absolute {
21901
- position: absolute;
21902
22015
  }.v-layout {
21903
22016
  --v-scrollbar-offset: 0px;
21904
22017
  display: flex;
@@ -21907,6 +22020,13 @@ textarea.v-field__input::placeholder {
21907
22020
  .v-layout--full-height {
21908
22021
  --v-scrollbar-offset: inherit;
21909
22022
  height: 100%;
22023
+ }.v-layout-item {
22024
+ position: absolute;
22025
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22026
+ }
22027
+
22028
+ .v-layout-item--absolute {
22029
+ position: absolute;
21910
22030
  }.v-list {
21911
22031
  overflow: auto;
21912
22032
  padding: 8px 0;
@@ -22464,6 +22584,19 @@ textarea.v-field__input::placeholder {
22464
22584
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22465
22585
  }.v-locale-provider {
22466
22586
  display: contents;
22587
+ }.v-menu > .v-overlay__content {
22588
+ display: flex;
22589
+ flex-direction: column;
22590
+ border-radius: 4px;
22591
+ }
22592
+ .v-menu > .v-overlay__content > .v-card,
22593
+ .v-menu > .v-overlay__content > .v-sheet,
22594
+ .v-menu > .v-overlay__content > .v-list {
22595
+ background: rgb(var(--v-theme-surface));
22596
+ border-radius: inherit;
22597
+ overflow: auto;
22598
+ height: 100%;
22599
+ 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));
22467
22600
  }.v-main {
22468
22601
  flex: 1 0 auto;
22469
22602
  max-width: 100%;
@@ -22492,19 +22625,6 @@ textarea.v-field__input::placeholder {
22492
22625
  --v-layout-right: 0px;
22493
22626
  --v-layout-top: 0px;
22494
22627
  --v-layout-bottom: 0px;
22495
- }.v-menu > .v-overlay__content {
22496
- display: flex;
22497
- flex-direction: column;
22498
- border-radius: 4px;
22499
- }
22500
- .v-menu > .v-overlay__content > .v-card,
22501
- .v-menu > .v-overlay__content > .v-sheet,
22502
- .v-menu > .v-overlay__content > .v-list {
22503
- background: rgb(var(--v-theme-surface));
22504
- border-radius: inherit;
22505
- overflow: auto;
22506
- height: 100%;
22507
- 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));
22508
22628
  }.v-messages {
22509
22629
  flex: 1 1 auto;
22510
22630
  font-size: 12px;
@@ -22756,108 +22876,6 @@ html.v-overlay-scroll-blocked {
22756
22876
  }
22757
22877
  .v-parallax--active > .v-img__img {
22758
22878
  will-change: transform;
22759
- }.v-progress-circular {
22760
- align-items: center;
22761
- display: inline-flex;
22762
- justify-content: center;
22763
- position: relative;
22764
- vertical-align: middle;
22765
- }
22766
- .v-progress-circular > svg {
22767
- width: 100%;
22768
- height: 100%;
22769
- margin: auto;
22770
- position: absolute;
22771
- top: 0;
22772
- bottom: 0;
22773
- left: 0;
22774
- right: 0;
22775
- z-index: 0;
22776
- }
22777
-
22778
- .v-progress-circular__content {
22779
- align-items: center;
22780
- display: flex;
22781
- justify-content: center;
22782
- }
22783
-
22784
- .v-progress-circular__underlay {
22785
- color: rgba(var(--v-border-color), var(--v-border-opacity));
22786
- stroke: currentColor;
22787
- z-index: 1;
22788
- }
22789
-
22790
- .v-progress-circular__overlay {
22791
- stroke: currentColor;
22792
- transition: all 0.2s ease-in-out, stroke-width 0s;
22793
- z-index: 2;
22794
- }
22795
-
22796
- .v-progress-circular--size-x-small {
22797
- height: 16px;
22798
- width: 16px;
22799
- }
22800
- .v-progress-circular--size-small {
22801
- height: 24px;
22802
- width: 24px;
22803
- }
22804
- .v-progress-circular--size-default {
22805
- height: 32px;
22806
- width: 32px;
22807
- }
22808
- .v-progress-circular--size-large {
22809
- height: 48px;
22810
- width: 48px;
22811
- }
22812
- .v-progress-circular--size-x-large {
22813
- height: 64px;
22814
- width: 64px;
22815
- }
22816
-
22817
- .v-progress-circular--indeterminate > svg {
22818
- animation: progress-circular-rotate 1.4s linear infinite;
22819
- transform-origin: center center;
22820
- transition: all 0.2s ease-in-out;
22821
- }
22822
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
22823
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22824
- stroke-dasharray: 25, 200;
22825
- stroke-dashoffset: 0;
22826
- stroke-linecap: round;
22827
- transform-origin: center center;
22828
- transform: rotate(-90deg);
22829
- }
22830
-
22831
- .v-progress-circular--disable-shrink > svg {
22832
- animation-duration: 0.7s;
22833
- }
22834
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22835
- animation: none;
22836
- }
22837
-
22838
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22839
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22840
- animation-play-state: paused !important;
22841
- }
22842
-
22843
- @keyframes progress-circular-dash {
22844
- 0% {
22845
- stroke-dasharray: 1, 200;
22846
- stroke-dashoffset: 0px;
22847
- }
22848
- 50% {
22849
- stroke-dasharray: 100, 200;
22850
- stroke-dashoffset: -15px;
22851
- }
22852
- 100% {
22853
- stroke-dasharray: 100, 200;
22854
- stroke-dashoffset: -124px;
22855
- }
22856
- }
22857
- @keyframes progress-circular-rotate {
22858
- 100% {
22859
- transform: rotate(270deg);
22860
- }
22861
22879
  }.v-progress-linear {
22862
22880
  background: transparent;
22863
22881
  overflow: hidden;
@@ -23069,79 +23087,181 @@ html.v-overlay-scroll-blocked {
23069
23087
  0% {
23070
23088
  background-position-x: var(--v-progress-linear-height);
23071
23089
  }
23072
- }.v-radio-group > .v-input__control {
23073
- flex-direction: column;
23074
- }
23075
- .v-radio-group > .v-input__control > .v-label {
23076
- margin-inline-start: 16px;
23077
- }
23078
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23079
- padding-inline-start: 6px;
23080
- margin-top: 8px;
23081
- }
23082
- .v-radio-group .v-input__details {
23083
- padding-inline: 16px;
23084
- }.v-slider .v-slider__container input {
23085
- cursor: default;
23086
- padding: 0;
23087
- width: 100%;
23088
- display: none;
23089
- }
23090
- .v-slider > .v-input__append,
23091
- .v-slider > .v-input__prepend {
23092
- padding: 0;
23093
- }
23094
-
23095
- .v-slider__container {
23090
+ }.v-progress-circular {
23091
+ align-items: center;
23092
+ display: inline-flex;
23093
+ justify-content: center;
23096
23094
  position: relative;
23097
- min-height: inherit;
23095
+ vertical-align: middle;
23096
+ }
23097
+ .v-progress-circular > svg {
23098
23098
  width: 100%;
23099
23099
  height: 100%;
23100
- display: flex;
23101
- justify-content: center;
23102
- align-items: center;
23103
- cursor: pointer;
23104
- }
23105
- .v-input--disabled .v-slider__container {
23106
- opacity: var(--v-disabled-opacity);
23107
- }
23108
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23109
- color: rgb(var(--v-theme-error));
23100
+ margin: auto;
23101
+ position: absolute;
23102
+ top: 0;
23103
+ bottom: 0;
23104
+ left: 0;
23105
+ right: 0;
23106
+ z-index: 0;
23110
23107
  }
23111
23108
 
23112
- .v-slider.v-input--horizontal {
23109
+ .v-progress-circular__content {
23113
23110
  align-items: center;
23114
- margin-inline: 8px 8px;
23115
- }
23116
- .v-slider.v-input--horizontal > .v-input__control {
23117
- min-height: 32px;
23118
23111
  display: flex;
23119
- align-items: center;
23120
- }
23121
-
23122
- .v-slider.v-input--vertical {
23123
23112
  justify-content: center;
23124
- margin-top: 12px;
23125
- margin-bottom: 12px;
23126
- }
23127
- .v-slider.v-input--vertical > .v-input__control {
23128
- min-height: 300px;
23129
23113
  }
23130
23114
 
23131
- .v-slider.v-input--disabled {
23132
- pointer-events: none;
23115
+ .v-progress-circular__underlay {
23116
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23117
+ stroke: currentColor;
23118
+ z-index: 1;
23133
23119
  }
23134
23120
 
23135
- .v-slider--has-labels > .v-input__control {
23136
- margin-bottom: 4px;
23121
+ .v-progress-circular__overlay {
23122
+ stroke: currentColor;
23123
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23124
+ z-index: 2;
23137
23125
  }
23138
23126
 
23139
- .v-slider__label {
23140
- margin-inline-end: 12px;
23141
- }.v-rating {
23142
- max-width: 100%;
23143
- display: inline-flex;
23144
- white-space: nowrap;
23127
+ .v-progress-circular--size-x-small {
23128
+ height: 16px;
23129
+ width: 16px;
23130
+ }
23131
+ .v-progress-circular--size-small {
23132
+ height: 24px;
23133
+ width: 24px;
23134
+ }
23135
+ .v-progress-circular--size-default {
23136
+ height: 32px;
23137
+ width: 32px;
23138
+ }
23139
+ .v-progress-circular--size-large {
23140
+ height: 48px;
23141
+ width: 48px;
23142
+ }
23143
+ .v-progress-circular--size-x-large {
23144
+ height: 64px;
23145
+ width: 64px;
23146
+ }
23147
+
23148
+ .v-progress-circular--indeterminate > svg {
23149
+ animation: progress-circular-rotate 1.4s linear infinite;
23150
+ transform-origin: center center;
23151
+ transition: all 0.2s ease-in-out;
23152
+ }
23153
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23154
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23155
+ stroke-dasharray: 25, 200;
23156
+ stroke-dashoffset: 0;
23157
+ stroke-linecap: round;
23158
+ transform-origin: center center;
23159
+ transform: rotate(-90deg);
23160
+ }
23161
+
23162
+ .v-progress-circular--disable-shrink > svg {
23163
+ animation-duration: 0.7s;
23164
+ }
23165
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23166
+ animation: none;
23167
+ }
23168
+
23169
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23170
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23171
+ animation-play-state: paused !important;
23172
+ }
23173
+
23174
+ @keyframes progress-circular-dash {
23175
+ 0% {
23176
+ stroke-dasharray: 1, 200;
23177
+ stroke-dashoffset: 0px;
23178
+ }
23179
+ 50% {
23180
+ stroke-dasharray: 100, 200;
23181
+ stroke-dashoffset: -15px;
23182
+ }
23183
+ 100% {
23184
+ stroke-dasharray: 100, 200;
23185
+ stroke-dashoffset: -124px;
23186
+ }
23187
+ }
23188
+ @keyframes progress-circular-rotate {
23189
+ 100% {
23190
+ transform: rotate(270deg);
23191
+ }
23192
+ }.v-radio-group > .v-input__control {
23193
+ flex-direction: column;
23194
+ }
23195
+ .v-radio-group > .v-input__control > .v-label {
23196
+ margin-inline-start: 16px;
23197
+ }
23198
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23199
+ padding-inline-start: 6px;
23200
+ margin-top: 8px;
23201
+ }
23202
+ .v-radio-group .v-input__details {
23203
+ padding-inline: 16px;
23204
+ }.v-slider .v-slider__container input {
23205
+ cursor: default;
23206
+ padding: 0;
23207
+ width: 100%;
23208
+ display: none;
23209
+ }
23210
+ .v-slider > .v-input__append,
23211
+ .v-slider > .v-input__prepend {
23212
+ padding: 0;
23213
+ }
23214
+
23215
+ .v-slider__container {
23216
+ position: relative;
23217
+ min-height: inherit;
23218
+ width: 100%;
23219
+ height: 100%;
23220
+ display: flex;
23221
+ justify-content: center;
23222
+ align-items: center;
23223
+ cursor: pointer;
23224
+ }
23225
+ .v-input--disabled .v-slider__container {
23226
+ opacity: var(--v-disabled-opacity);
23227
+ }
23228
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
23229
+ color: rgb(var(--v-theme-error));
23230
+ }
23231
+
23232
+ .v-slider.v-input--horizontal {
23233
+ align-items: center;
23234
+ margin-inline: 8px 8px;
23235
+ }
23236
+ .v-slider.v-input--horizontal > .v-input__control {
23237
+ min-height: 32px;
23238
+ display: flex;
23239
+ align-items: center;
23240
+ }
23241
+
23242
+ .v-slider.v-input--vertical {
23243
+ justify-content: center;
23244
+ margin-top: 12px;
23245
+ margin-bottom: 12px;
23246
+ }
23247
+ .v-slider.v-input--vertical > .v-input__control {
23248
+ min-height: 300px;
23249
+ }
23250
+
23251
+ .v-slider.v-input--disabled {
23252
+ pointer-events: none;
23253
+ }
23254
+
23255
+ .v-slider--has-labels > .v-input__control {
23256
+ margin-bottom: 4px;
23257
+ }
23258
+
23259
+ .v-slider__label {
23260
+ margin-inline-end: 12px;
23261
+ }.v-rating {
23262
+ max-width: 100%;
23263
+ display: inline-flex;
23264
+ white-space: nowrap;
23145
23265
  }
23146
23266
  .v-rating--readonly {
23147
23267
  pointer-events: none;
@@ -23266,14 +23386,6 @@ html.v-overlay-scroll-blocked {
23266
23386
  .v-select--active-menu .v-select__menu-icon {
23267
23387
  opacity: var(--v-high-emphasis-opacity);
23268
23388
  transform: rotate(180deg);
23269
- }.v-selection-control-group {
23270
- grid-area: control;
23271
- display: flex;
23272
- flex-direction: column;
23273
- }
23274
- .v-selection-control-group--inline {
23275
- flex-direction: row;
23276
- flex-wrap: wrap;
23277
23389
  }.v-selection-control {
23278
23390
  align-items: center;
23279
23391
  contain: layout;
@@ -23375,6 +23487,42 @@ html.v-overlay-scroll-blocked {
23375
23487
  }
23376
23488
  .v-selection-control--focus-visible .v-selection-control__input::before {
23377
23489
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23490
+ }.v-selection-control-group {
23491
+ grid-area: control;
23492
+ display: flex;
23493
+ flex-direction: column;
23494
+ }
23495
+ .v-selection-control-group--inline {
23496
+ flex-direction: row;
23497
+ flex-wrap: wrap;
23498
+ }.v-sheet {
23499
+ display: block;
23500
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23501
+ border-style: solid;
23502
+ border-width: 0;
23503
+ 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));
23504
+ border-radius: 0;
23505
+ background: rgb(var(--v-theme-surface));
23506
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23507
+ }
23508
+ .v-sheet--border {
23509
+ border-width: thin;
23510
+ box-shadow: none;
23511
+ }
23512
+ .v-sheet--absolute {
23513
+ position: absolute;
23514
+ }
23515
+ .v-sheet--fixed {
23516
+ position: fixed;
23517
+ }
23518
+ .v-sheet--relative {
23519
+ position: relative;
23520
+ }
23521
+ .v-sheet--sticky {
23522
+ position: sticky;
23523
+ }
23524
+ .v-sheet--rounded {
23525
+ border-radius: 4px;
23378
23526
  }.v-skeleton-loader {
23379
23527
  align-items: center;
23380
23528
  background: rgb(var(--v-theme-surface));
@@ -23598,34 +23746,6 @@ html.v-overlay-scroll-blocked {
23598
23746
  100% {
23599
23747
  transform: translateX(100%);
23600
23748
  }
23601
- }.v-sheet {
23602
- display: block;
23603
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23604
- border-style: solid;
23605
- border-width: 0;
23606
- 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));
23607
- border-radius: 0;
23608
- background: rgb(var(--v-theme-surface));
23609
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23610
- }
23611
- .v-sheet--border {
23612
- border-width: thin;
23613
- box-shadow: none;
23614
- }
23615
- .v-sheet--absolute {
23616
- position: absolute;
23617
- }
23618
- .v-sheet--fixed {
23619
- position: fixed;
23620
- }
23621
- .v-sheet--relative {
23622
- position: relative;
23623
- }
23624
- .v-sheet--sticky {
23625
- position: sticky;
23626
- }
23627
- .v-sheet--rounded {
23628
- border-radius: 4px;
23629
23749
  }.v-slide-group {
23630
23750
  display: flex;
23631
23751
  overflow: hidden;
@@ -23817,6 +23937,47 @@ html.v-overlay-scroll-blocked {
23817
23937
  }
23818
23938
  .v-snackbar-transition-leave-to {
23819
23939
  opacity: 0;
23940
+ }.v-speed-dial__content {
23941
+ gap: 8px;
23942
+ }
23943
+ .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 {
23944
+ flex-direction: row;
23945
+ }
23946
+ .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 {
23947
+ flex-direction: row-reverse;
23948
+ }
23949
+ .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 {
23950
+ flex-direction: column-reverse;
23951
+ }
23952
+ .v-speed-dial__content > *:nth-child(1) {
23953
+ transition-delay: 0s;
23954
+ }
23955
+ .v-speed-dial__content > *:nth-child(2) {
23956
+ transition-delay: 0.05s;
23957
+ }
23958
+ .v-speed-dial__content > *:nth-child(3) {
23959
+ transition-delay: 0.1s;
23960
+ }
23961
+ .v-speed-dial__content > *:nth-child(4) {
23962
+ transition-delay: 0.15s;
23963
+ }
23964
+ .v-speed-dial__content > *:nth-child(5) {
23965
+ transition-delay: 0.2s;
23966
+ }
23967
+ .v-speed-dial__content > *:nth-child(6) {
23968
+ transition-delay: 0.25s;
23969
+ }
23970
+ .v-speed-dial__content > *:nth-child(7) {
23971
+ transition-delay: 0.3s;
23972
+ }
23973
+ .v-speed-dial__content > *:nth-child(8) {
23974
+ transition-delay: 0.35s;
23975
+ }
23976
+ .v-speed-dial__content > *:nth-child(9) {
23977
+ transition-delay: 0.4s;
23978
+ }
23979
+ .v-speed-dial__content > *:nth-child(10) {
23980
+ transition-delay: 0.45s;
23820
23981
  }.v-stepper.v-sheet {
23821
23982
  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));
23822
23983
  border-radius: 4px;
@@ -23933,52 +24094,15 @@ html.v-overlay-scroll-blocked {
23933
24094
  }
23934
24095
  .v-stepper--mobile .v-stepper-item__subtitle {
23935
24096
  display: none;
23936
- }.v-system-bar {
23937
- align-items: center;
23938
- display: flex;
23939
- flex: 1 1 auto;
23940
- height: 24px;
23941
- justify-content: flex-end;
23942
- max-width: 100%;
23943
- padding-inline: 8px;
23944
- position: relative;
23945
- text-align: end;
23946
- width: 100%;
23947
- 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));
23948
- background: rgba(var(--v-theme-surface-light));
23949
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23950
- font-size: 0.75rem;
23951
- font-weight: 400;
23952
- letter-spacing: 0.0333333333em;
23953
- line-height: 1.667;
23954
- text-transform: none;
24097
+ }.v-switch .v-label {
24098
+ padding-inline-start: 10px;
23955
24099
  }
23956
- .v-system-bar .v-icon {
23957
- opacity: var(--v-medium-emphasis-opacity);
24100
+
24101
+ .v-switch__loader {
24102
+ display: flex;
23958
24103
  }
23959
- .v-system-bar--absolute {
23960
- position: absolute;
23961
- }
23962
- .v-system-bar--fixed {
23963
- position: fixed;
23964
- }
23965
- .v-system-bar--rounded {
23966
- border-radius: 0;
23967
- }
23968
- .v-system-bar--window {
23969
- height: 32px;
23970
- }
23971
- .v-system-bar:not(.v-system-bar--absolute) {
23972
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23973
- }.v-switch .v-label {
23974
- padding-inline-start: 10px;
23975
- }
23976
-
23977
- .v-switch__loader {
23978
- display: flex;
23979
- }
23980
- .v-switch__loader .v-progress-circular {
23981
- color: rgb(var(--v-theme-surface));
24104
+ .v-switch__loader .v-progress-circular {
24105
+ color: rgb(var(--v-theme-surface));
23982
24106
  }
23983
24107
 
23984
24108
  .v-switch__track,
@@ -24106,6 +24230,138 @@ html.v-overlay-scroll-blocked {
24106
24230
  }
24107
24231
  .v-switch.v-input--vertical .v-selection-control__wrapper {
24108
24232
  transform: rotate(-90deg);
24233
+ }.v-system-bar {
24234
+ align-items: center;
24235
+ display: flex;
24236
+ flex: 1 1 auto;
24237
+ height: 24px;
24238
+ justify-content: flex-end;
24239
+ max-width: 100%;
24240
+ padding-inline: 8px;
24241
+ position: relative;
24242
+ text-align: end;
24243
+ width: 100%;
24244
+ 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));
24245
+ background: rgba(var(--v-theme-surface-light));
24246
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24247
+ font-size: 0.75rem;
24248
+ font-weight: 400;
24249
+ letter-spacing: 0.0333333333em;
24250
+ line-height: 1.667;
24251
+ text-transform: none;
24252
+ }
24253
+ .v-system-bar .v-icon {
24254
+ opacity: var(--v-medium-emphasis-opacity);
24255
+ }
24256
+ .v-system-bar--absolute {
24257
+ position: absolute;
24258
+ }
24259
+ .v-system-bar--fixed {
24260
+ position: fixed;
24261
+ }
24262
+ .v-system-bar--rounded {
24263
+ border-radius: 0;
24264
+ }
24265
+ .v-system-bar--window {
24266
+ height: 32px;
24267
+ }
24268
+ .v-system-bar:not(.v-system-bar--absolute) {
24269
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24270
+ }.v-tab.v-tab.v-btn {
24271
+ height: var(--v-tabs-height);
24272
+ border-radius: 0;
24273
+ min-width: 90px;
24274
+ }
24275
+ .v-slide-group--horizontal .v-tab {
24276
+ max-width: 360px;
24277
+ }
24278
+ .v-slide-group--vertical .v-tab {
24279
+ justify-content: start;
24280
+ }
24281
+
24282
+ .v-tab__slider {
24283
+ position: absolute;
24284
+ bottom: 0;
24285
+ left: 0;
24286
+ height: 2px;
24287
+ width: 100%;
24288
+ background: currentColor;
24289
+ pointer-events: none;
24290
+ opacity: 0;
24291
+ }
24292
+ .v-tab--selected .v-tab__slider {
24293
+ opacity: 1;
24294
+ }
24295
+ .v-slide-group--vertical .v-tab__slider {
24296
+ top: 0;
24297
+ height: 100%;
24298
+ width: 2px;
24299
+ }.v-tabs {
24300
+ display: flex;
24301
+ height: var(--v-tabs-height);
24302
+ }
24303
+ .v-tabs--density-default {
24304
+ --v-tabs-height: 48px;
24305
+ }
24306
+ .v-tabs--density-default.v-tabs--stacked {
24307
+ --v-tabs-height: 72px;
24308
+ }
24309
+
24310
+ .v-tabs--density-comfortable {
24311
+ --v-tabs-height: 44px;
24312
+ }
24313
+ .v-tabs--density-comfortable.v-tabs--stacked {
24314
+ --v-tabs-height: 68px;
24315
+ }
24316
+
24317
+ .v-tabs--density-compact {
24318
+ --v-tabs-height: 36px;
24319
+ }
24320
+ .v-tabs--density-compact.v-tabs--stacked {
24321
+ --v-tabs-height: 60px;
24322
+ }
24323
+
24324
+ .v-tabs.v-slide-group--vertical {
24325
+ height: auto;
24326
+ flex: none;
24327
+ --v-tabs-height: 48px;
24328
+ }
24329
+
24330
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24331
+ margin-inline-start: 42px;
24332
+ }
24333
+
24334
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24335
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24336
+ margin-inline-end: auto;
24337
+ }
24338
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24339
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24340
+ margin-inline-start: auto;
24341
+ }
24342
+
24343
+ .v-tabs--grow {
24344
+ flex-grow: 1;
24345
+ }
24346
+ .v-tabs--grow .v-tab {
24347
+ flex: 1 0 auto;
24348
+ max-width: none;
24349
+ }
24350
+
24351
+ .v-tabs--align-tabs-end .v-tab:first-child {
24352
+ margin-inline-start: auto;
24353
+ }
24354
+ .v-tabs--align-tabs-end .v-tab:last-child {
24355
+ margin-inline-end: 0;
24356
+ }
24357
+
24358
+ @media (max-width: 1279.98px) {
24359
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24360
+ margin-inline-start: 52px;
24361
+ }
24362
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24363
+ margin-inline-end: 52px;
24364
+ }
24109
24365
  }.v-table {
24110
24366
  background: rgb(var(--v-theme-surface));
24111
24367
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24244,139 +24500,83 @@ html.v-overlay-scroll-blocked {
24244
24500
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24245
24501
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24246
24502
  border-top: 0px !important;
24247
- }.v-tab.v-tab.v-btn {
24248
- height: var(--v-tabs-height);
24249
- border-radius: 0;
24250
- min-width: 90px;
24503
+ }.v-textarea .v-field {
24504
+ --v-textarea-control-height: var(--v-input-control-height);
24251
24505
  }
24252
- .v-slide-group--horizontal .v-tab {
24253
- max-width: 360px;
24506
+ .v-textarea .v-field__field {
24507
+ --v-input-control-height: var(--v-textarea-control-height);
24254
24508
  }
24255
- .v-slide-group--vertical .v-tab {
24256
- justify-content: start;
24509
+ .v-textarea .v-field__input {
24510
+ flex: 1 1 auto;
24511
+ outline: none;
24512
+ -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));
24513
+ 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));
24257
24514
  }
24258
-
24259
- .v-tab__slider {
24515
+ .v-textarea .v-field__input.v-textarea__sizer {
24516
+ visibility: hidden;
24260
24517
  position: absolute;
24261
- bottom: 0;
24518
+ top: 0;
24262
24519
  left: 0;
24263
- height: 2px;
24264
- width: 100%;
24265
- background: currentColor;
24520
+ height: 0 !important;
24521
+ min-height: 0 !important;
24266
24522
  pointer-events: none;
24267
- opacity: 0;
24268
24523
  }
24269
- .v-tab--selected .v-tab__slider {
24524
+ .v-textarea--no-resize .v-field__input {
24525
+ resize: none;
24526
+ }
24527
+ .v-textarea .v-field--no-label textarea,
24528
+ .v-textarea .v-field--active textarea {
24270
24529
  opacity: 1;
24271
24530
  }
24272
- .v-slide-group--vertical .v-tab__slider {
24273
- top: 0;
24274
- height: 100%;
24275
- width: 2px;
24276
- }.v-tabs {
24277
- display: flex;
24278
- height: var(--v-tabs-height);
24531
+ .v-textarea textarea {
24532
+ opacity: 0;
24533
+ flex: 1;
24534
+ min-width: 0;
24535
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24279
24536
  }
24280
- .v-tabs--density-default {
24281
- --v-tabs-height: 48px;
24537
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24538
+ outline: none;
24282
24539
  }
24283
- .v-tabs--density-default.v-tabs--stacked {
24284
- --v-tabs-height: 72px;
24540
+ .v-textarea textarea:invalid {
24541
+ box-shadow: none;
24542
+ }/* region BLOCK */
24543
+ .v-text-field input {
24544
+ color: inherit;
24545
+ opacity: 0;
24546
+ flex: 1;
24547
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24548
+ min-width: 0;
24285
24549
  }
24286
-
24287
- .v-tabs--density-comfortable {
24288
- --v-tabs-height: 44px;
24550
+ .v-text-field input:focus, .v-text-field input:active {
24551
+ outline: none;
24289
24552
  }
24290
- .v-tabs--density-comfortable.v-tabs--stacked {
24291
- --v-tabs-height: 68px;
24553
+ .v-text-field input:invalid {
24554
+ box-shadow: none;
24292
24555
  }
24293
-
24294
- .v-tabs--density-compact {
24295
- --v-tabs-height: 36px;
24556
+ .v-text-field .v-field {
24557
+ cursor: text;
24296
24558
  }
24297
- .v-tabs--density-compact.v-tabs--stacked {
24298
- --v-tabs-height: 60px;
24559
+ .v-text-field--prefixed.v-text-field .v-field__input {
24560
+ --v-field-padding-start: 6px;
24299
24561
  }
24300
24562
 
24301
- .v-tabs.v-slide-group--vertical {
24302
- height: auto;
24303
- flex: none;
24304
- --v-tabs-height: 48px;
24563
+ .v-text-field--suffixed.v-text-field .v-field__input {
24564
+ --v-field-padding-end: 0;
24305
24565
  }
24306
24566
 
24307
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24308
- margin-inline-start: 42px;
24567
+ .v-text-field .v-input__details {
24568
+ padding-inline: 16px;
24569
+ }
24570
+ .v-input--plain-underlined.v-text-field .v-input__details {
24571
+ padding-inline: 0;
24309
24572
  }
24310
24573
 
24311
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24312
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24313
- margin-inline-end: auto;
24574
+ .v-text-field .v-field--no-label input,
24575
+ .v-text-field .v-field--active input {
24576
+ opacity: 1;
24314
24577
  }
24315
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24316
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24317
- margin-inline-start: auto;
24318
- }
24319
-
24320
- .v-tabs--grow {
24321
- flex-grow: 1;
24322
- }
24323
- .v-tabs--grow .v-tab {
24324
- flex: 1 0 auto;
24325
- max-width: none;
24326
- }
24327
-
24328
- .v-tabs--align-tabs-end .v-tab:first-child {
24329
- margin-inline-start: auto;
24330
- }
24331
- .v-tabs--align-tabs-end .v-tab:last-child {
24332
- margin-inline-end: 0;
24333
- }
24334
-
24335
- @media (max-width: 1279.98px) {
24336
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24337
- margin-inline-start: 52px;
24338
- }
24339
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24340
- margin-inline-end: 52px;
24341
- }
24342
- }/* region BLOCK */
24343
- .v-text-field input {
24344
- color: inherit;
24345
- opacity: 0;
24346
- flex: 1;
24347
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24348
- min-width: 0;
24349
- }
24350
- .v-text-field input:focus, .v-text-field input:active {
24351
- outline: none;
24352
- }
24353
- .v-text-field input:invalid {
24354
- box-shadow: none;
24355
- }
24356
- .v-text-field .v-field {
24357
- cursor: text;
24358
- }
24359
- .v-text-field--prefixed.v-text-field .v-field__input {
24360
- --v-field-padding-start: 6px;
24361
- }
24362
-
24363
- .v-text-field--suffixed.v-text-field .v-field__input {
24364
- --v-field-padding-end: 0;
24365
- }
24366
-
24367
- .v-text-field .v-input__details {
24368
- padding-inline: 16px;
24369
- }
24370
- .v-input--plain-underlined.v-text-field .v-input__details {
24371
- padding-inline: 0;
24372
- }
24373
-
24374
- .v-text-field .v-field--no-label input,
24375
- .v-text-field .v-field--active input {
24376
- opacity: 1;
24377
- }
24378
- .v-text-field .v-field--single-line input {
24379
- transition: none;
24578
+ .v-text-field .v-field--single-line input {
24579
+ transition: none;
24380
24580
  }
24381
24581
 
24382
24582
  /* endregion */
@@ -24406,46 +24606,7 @@ html.v-overlay-scroll-blocked {
24406
24606
  padding-inline-end: var(--v-field-padding-end);
24407
24607
  }
24408
24608
 
24409
- /* endregion */.v-textarea .v-field {
24410
- --v-textarea-control-height: var(--v-input-control-height);
24411
- }
24412
- .v-textarea .v-field__field {
24413
- --v-input-control-height: var(--v-textarea-control-height);
24414
- }
24415
- .v-textarea .v-field__input {
24416
- flex: 1 1 auto;
24417
- outline: none;
24418
- -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));
24419
- 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));
24420
- }
24421
- .v-textarea .v-field__input.v-textarea__sizer {
24422
- visibility: hidden;
24423
- position: absolute;
24424
- top: 0;
24425
- left: 0;
24426
- height: 0 !important;
24427
- min-height: 0 !important;
24428
- pointer-events: none;
24429
- }
24430
- .v-textarea--no-resize .v-field__input {
24431
- resize: none;
24432
- }
24433
- .v-textarea .v-field--no-label textarea,
24434
- .v-textarea .v-field--active textarea {
24435
- opacity: 1;
24436
- }
24437
- .v-textarea textarea {
24438
- opacity: 0;
24439
- flex: 1;
24440
- min-width: 0;
24441
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24442
- }
24443
- .v-textarea textarea:focus, .v-textarea textarea:active {
24444
- outline: none;
24445
- }
24446
- .v-textarea textarea:invalid {
24447
- box-shadow: none;
24448
- }.v-timeline .v-timeline-divider__dot {
24609
+ /* endregion */.v-timeline .v-timeline-divider__dot {
24449
24610
  background: rgb(var(--v-theme-surface-light));
24450
24611
  }
24451
24612
  .v-timeline .v-timeline-divider__inner-dot {
@@ -25094,6 +25255,22 @@ html.v-overlay-scroll-blocked {
25094
25255
  }
25095
25256
  .v-window-y-reverse-transition-leave-to {
25096
25257
  transform: translateY(100%);
25258
+ }.v-application {
25259
+ display: flex;
25260
+ background: rgb(var(--v-theme-background));
25261
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
25262
+ }
25263
+
25264
+ .v-application__wrap {
25265
+ -webkit-backface-visibility: hidden;
25266
+ backface-visibility: hidden;
25267
+ display: flex;
25268
+ flex-direction: column;
25269
+ flex: 1 1 auto;
25270
+ max-width: 100%;
25271
+ min-height: 100vh;
25272
+ min-height: 100dvh;
25273
+ position: relative;
25097
25274
  }.v-color-picker-edit {
25098
25275
  display: flex;
25099
25276
  margin-top: 24px;
@@ -25302,160 +25479,6 @@ html.v-overlay-scroll-blocked {
25302
25479
  padding-bottom: 16px;
25303
25480
  font-weight: 400;
25304
25481
  letter-spacing: 0.1666666667em;
25305
- }.v-slider-thumb {
25306
- touch-action: none;
25307
- color: rgb(var(--v-theme-surface-variant));
25308
- }
25309
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25310
- color: inherit;
25311
- }
25312
-
25313
- .v-slider-thumb__label {
25314
- background: rgba(var(--v-theme-surface-variant), 0.7);
25315
- color: rgb(var(--v-theme-on-surface-variant));
25316
- }
25317
- .v-slider-thumb__label::before {
25318
- color: rgba(var(--v-theme-surface-variant), 0.7);
25319
- }
25320
-
25321
- .v-slider-thumb {
25322
- outline: none;
25323
- position: absolute;
25324
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25325
- }
25326
-
25327
- .v-slider-thumb__surface {
25328
- cursor: pointer;
25329
- width: var(--v-slider-thumb-size);
25330
- height: var(--v-slider-thumb-size);
25331
- border-radius: 50%;
25332
- -webkit-user-select: none;
25333
- user-select: none;
25334
- background-color: currentColor;
25335
- }
25336
- .v-slider-thumb__surface::before {
25337
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25338
- content: "";
25339
- color: inherit;
25340
- top: 0;
25341
- left: 0;
25342
- width: 100%;
25343
- height: 100%;
25344
- border-radius: 50%;
25345
- background: currentColor;
25346
- position: absolute;
25347
- pointer-events: none;
25348
- opacity: 0;
25349
- }
25350
- .v-slider-thumb__surface::after {
25351
- content: "";
25352
- width: 42px;
25353
- height: 42px;
25354
- position: absolute;
25355
- top: 50%;
25356
- left: 50%;
25357
- transform: translate(-50%, -50%);
25358
- }
25359
-
25360
- .v-slider-thumb__label-container {
25361
- position: absolute;
25362
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25363
- }
25364
-
25365
- .v-slider-thumb__label {
25366
- display: flex;
25367
- align-items: center;
25368
- justify-content: center;
25369
- font-size: 0.75rem;
25370
- min-width: 35px;
25371
- height: 25px;
25372
- border-radius: 4px;
25373
- padding: 6px;
25374
- position: absolute;
25375
- -webkit-user-select: none;
25376
- user-select: none;
25377
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25378
- }
25379
- .v-slider-thumb__label::before {
25380
- content: "";
25381
- width: 0;
25382
- height: 0;
25383
- position: absolute;
25384
- }
25385
-
25386
- .v-slider-thumb__ripple {
25387
- position: absolute;
25388
- left: calc(var(--v-slider-thumb-size) / -2);
25389
- top: calc(var(--v-slider-thumb-size) / -2);
25390
- width: calc(var(--v-slider-thumb-size) * 2);
25391
- height: calc(var(--v-slider-thumb-size) * 2);
25392
- background: inherit;
25393
- }
25394
-
25395
- .v-slider.v-input--horizontal .v-slider-thumb {
25396
- top: 50%;
25397
- transform: translateY(-50%);
25398
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25399
- }
25400
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25401
- left: calc(var(--v-slider-thumb-size) / 2);
25402
- top: 0;
25403
- }
25404
- .v-slider.v-input--horizontal .v-slider-thumb__label {
25405
- bottom: calc(var(--v-slider-thumb-size) / 2);
25406
- }
25407
- .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 {
25408
- transform: translateX(-50%);
25409
- }
25410
-
25411
- .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 {
25412
- transform: translateX(50%);
25413
- }
25414
-
25415
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
25416
- border-left: 6px solid transparent;
25417
- border-right: 6px solid transparent;
25418
- border-top: 6px solid currentColor;
25419
- bottom: -6px;
25420
- }
25421
-
25422
- .v-slider.v-input--vertical .v-slider-thumb {
25423
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25424
- }
25425
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
25426
- top: calc(var(--v-slider-thumb-size) / 2);
25427
- right: 0;
25428
- }
25429
- .v-slider.v-input--vertical .v-slider-thumb__label {
25430
- top: -12.5px;
25431
- left: calc(var(--v-slider-thumb-size) / 2);
25432
- }
25433
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
25434
- border-right: 6px solid currentColor;
25435
- border-top: 6px solid transparent;
25436
- border-bottom: 6px solid transparent;
25437
- left: -6px;
25438
- }
25439
-
25440
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
25441
- transform: scale(2);
25442
- opacity: var(--v-focus-opacity);
25443
- }
25444
-
25445
- .v-slider-thumb--pressed {
25446
- transition: none;
25447
- }
25448
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
25449
- opacity: var(--v-pressed-opacity);
25450
- }
25451
-
25452
- @media (hover: hover) {
25453
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
25454
- transform: scale(2);
25455
- }
25456
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
25457
- opacity: var(--v-hover-opacity);
25458
- }
25459
25482
  }.v-slider-track__background {
25460
25483
  background-color: rgb(var(--v-theme-surface-variant));
25461
25484
  }
@@ -25619,4 +25642,158 @@ html.v-overlay-scroll-blocked {
25619
25642
 
25620
25643
  .v-slider-track__background--opacity {
25621
25644
  opacity: 0.38;
25645
+ }.v-slider-thumb {
25646
+ touch-action: none;
25647
+ color: rgb(var(--v-theme-surface-variant));
25648
+ }
25649
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25650
+ color: inherit;
25651
+ }
25652
+
25653
+ .v-slider-thumb__label {
25654
+ background: rgba(var(--v-theme-surface-variant), 0.7);
25655
+ color: rgb(var(--v-theme-on-surface-variant));
25656
+ }
25657
+ .v-slider-thumb__label::before {
25658
+ color: rgba(var(--v-theme-surface-variant), 0.7);
25659
+ }
25660
+
25661
+ .v-slider-thumb {
25662
+ outline: none;
25663
+ position: absolute;
25664
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25665
+ }
25666
+
25667
+ .v-slider-thumb__surface {
25668
+ cursor: pointer;
25669
+ width: var(--v-slider-thumb-size);
25670
+ height: var(--v-slider-thumb-size);
25671
+ border-radius: 50%;
25672
+ -webkit-user-select: none;
25673
+ user-select: none;
25674
+ background-color: currentColor;
25675
+ }
25676
+ .v-slider-thumb__surface::before {
25677
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25678
+ content: "";
25679
+ color: inherit;
25680
+ top: 0;
25681
+ left: 0;
25682
+ width: 100%;
25683
+ height: 100%;
25684
+ border-radius: 50%;
25685
+ background: currentColor;
25686
+ position: absolute;
25687
+ pointer-events: none;
25688
+ opacity: 0;
25689
+ }
25690
+ .v-slider-thumb__surface::after {
25691
+ content: "";
25692
+ width: 42px;
25693
+ height: 42px;
25694
+ position: absolute;
25695
+ top: 50%;
25696
+ left: 50%;
25697
+ transform: translate(-50%, -50%);
25698
+ }
25699
+
25700
+ .v-slider-thumb__label-container {
25701
+ position: absolute;
25702
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25703
+ }
25704
+
25705
+ .v-slider-thumb__label {
25706
+ display: flex;
25707
+ align-items: center;
25708
+ justify-content: center;
25709
+ font-size: 0.75rem;
25710
+ min-width: 35px;
25711
+ height: 25px;
25712
+ border-radius: 4px;
25713
+ padding: 6px;
25714
+ position: absolute;
25715
+ -webkit-user-select: none;
25716
+ user-select: none;
25717
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25718
+ }
25719
+ .v-slider-thumb__label::before {
25720
+ content: "";
25721
+ width: 0;
25722
+ height: 0;
25723
+ position: absolute;
25724
+ }
25725
+
25726
+ .v-slider-thumb__ripple {
25727
+ position: absolute;
25728
+ left: calc(var(--v-slider-thumb-size) / -2);
25729
+ top: calc(var(--v-slider-thumb-size) / -2);
25730
+ width: calc(var(--v-slider-thumb-size) * 2);
25731
+ height: calc(var(--v-slider-thumb-size) * 2);
25732
+ background: inherit;
25733
+ }
25734
+
25735
+ .v-slider.v-input--horizontal .v-slider-thumb {
25736
+ top: 50%;
25737
+ transform: translateY(-50%);
25738
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25739
+ }
25740
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25741
+ left: calc(var(--v-slider-thumb-size) / 2);
25742
+ top: 0;
25743
+ }
25744
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
25745
+ bottom: calc(var(--v-slider-thumb-size) / 2);
25746
+ }
25747
+ .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 {
25748
+ transform: translateX(-50%);
25749
+ }
25750
+
25751
+ .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 {
25752
+ transform: translateX(50%);
25753
+ }
25754
+
25755
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
25756
+ border-left: 6px solid transparent;
25757
+ border-right: 6px solid transparent;
25758
+ border-top: 6px solid currentColor;
25759
+ bottom: -6px;
25760
+ }
25761
+
25762
+ .v-slider.v-input--vertical .v-slider-thumb {
25763
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25764
+ }
25765
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
25766
+ top: calc(var(--v-slider-thumb-size) / 2);
25767
+ right: 0;
25768
+ }
25769
+ .v-slider.v-input--vertical .v-slider-thumb__label {
25770
+ top: -12.5px;
25771
+ left: calc(var(--v-slider-thumb-size) / 2);
25772
+ }
25773
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
25774
+ border-right: 6px solid currentColor;
25775
+ border-top: 6px solid transparent;
25776
+ border-bottom: 6px solid transparent;
25777
+ left: -6px;
25778
+ }
25779
+
25780
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
25781
+ transform: scale(2);
25782
+ opacity: var(--v-focus-opacity);
25783
+ }
25784
+
25785
+ .v-slider-thumb--pressed {
25786
+ transition: none;
25787
+ }
25788
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
25789
+ opacity: var(--v-pressed-opacity);
25790
+ }
25791
+
25792
+ @media (hover: hover) {
25793
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
25794
+ transform: scale(2);
25795
+ }
25796
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
25797
+ opacity: var(--v-hover-opacity);
25798
+ }
25622
25799
  }