vuetify 3.5.12 → 3.5.14

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 (78) hide show
  1. package/dist/json/attributes.json +160 -160
  2. package/dist/json/importMap-labs.json +10 -10
  3. package/dist/json/importMap.json +124 -124
  4. package/dist/json/web-types.json +161 -161
  5. package/dist/vuetify-labs.css +2164 -2150
  6. package/dist/vuetify-labs.d.ts +993 -845
  7. package/dist/vuetify-labs.esm.js +91 -23
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +91 -23
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +745 -736
  12. package/dist/vuetify.d.ts +789 -669
  13. package/dist/vuetify.esm.js +86 -18
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +86 -18
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +122 -120
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +2 -0
  21. package/lib/blueprints/md1.d.mts +2 -0
  22. package/lib/blueprints/md2.d.mts +2 -0
  23. package/lib/blueprints/md3.d.mts +2 -0
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -0
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.mts +34 -28
  27. package/lib/components/VBtn/VBtn.mjs +2 -0
  28. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  29. package/lib/components/VChip/VChip.mjs +1 -0
  30. package/lib/components/VChip/VChip.mjs.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.mjs +6 -0
  32. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  33. package/lib/components/VCombobox/index.d.mts +34 -28
  34. package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
  35. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  36. package/lib/components/VDatePicker/VDatePicker.mjs +9 -2
  37. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  38. package/lib/components/VField/VField.mjs +29 -3
  39. package/lib/components/VField/VField.mjs.map +1 -1
  40. package/lib/components/VField/index.d.mts +9 -3
  41. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  42. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  43. package/lib/components/VFileInput/index.d.mts +51 -23
  44. package/lib/components/VList/VListItem.css +3 -0
  45. package/lib/components/VList/VListItem.sass +4 -0
  46. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  47. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  48. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -3
  49. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  50. package/lib/components/VSelect/VSelect.mjs +6 -0
  51. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  52. package/lib/components/VSelect/index.d.mts +34 -28
  53. package/lib/components/VSwitch/VSwitch.css +6 -0
  54. package/lib/components/VSwitch/VSwitch.sass +7 -0
  55. package/lib/components/VSwitch/_variables.scss +1 -0
  56. package/lib/components/VTextField/index.d.mts +88 -46
  57. package/lib/components/VTextarea/index.d.mts +54 -26
  58. package/lib/components/index.d.mts +764 -650
  59. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  60. package/lib/composables/date/adapters/vuetify.mjs +14 -0
  61. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  62. package/lib/composables/router.mjs +2 -2
  63. package/lib/composables/router.mjs.map +1 -1
  64. package/lib/entry-bundler.mjs +1 -1
  65. package/lib/framework.mjs +1 -1
  66. package/lib/index.d.mts +44 -38
  67. package/lib/labs/VEmptyState/VEmptyState.css +4 -0
  68. package/lib/labs/VEmptyState/VEmptyState.mjs +6 -1
  69. package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -1
  70. package/lib/labs/VEmptyState/VEmptyState.sass +4 -0
  71. package/lib/labs/VEmptyState/_variables.scss +1 -0
  72. package/lib/labs/VNumberInput/VNumberInput.css +1 -0
  73. package/lib/labs/VNumberInput/VNumberInput.mjs +0 -4
  74. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  75. package/lib/labs/VNumberInput/VNumberInput.sass +1 -0
  76. package/lib/labs/VNumberInput/index.d.mts +51 -23
  77. package/lib/labs/components.d.mts +50 -22
  78. package/package.json +2 -2
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.12
2
+ * Vuetify v3.5.14
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17756,63 +17756,6 @@ html.overflow-y-hidden {
17756
17756
  .v-bottom-sheet.v-bottom-sheet--inset {
17757
17757
  max-width: 70%;
17758
17758
  }
17759
- }.v-breadcrumbs {
17760
- display: flex;
17761
- align-items: center;
17762
- line-height: 1.375rem;
17763
- padding: 16px 12px;
17764
- }
17765
- .v-breadcrumbs--rounded {
17766
- border-radius: 4px;
17767
- }
17768
- .v-breadcrumbs--density-default {
17769
- padding-top: 16px;
17770
- padding-bottom: 16px;
17771
- }
17772
-
17773
- .v-breadcrumbs--density-comfortable {
17774
- padding-top: 12px;
17775
- padding-bottom: 12px;
17776
- }
17777
-
17778
- .v-breadcrumbs--density-compact {
17779
- padding-top: 8px;
17780
- padding-bottom: 8px;
17781
- }
17782
-
17783
- .v-breadcrumbs__prepend {
17784
- align-items: center;
17785
- display: inline-flex;
17786
- }
17787
-
17788
- .v-breadcrumbs-item {
17789
- align-items: center;
17790
- color: inherit;
17791
- display: inline-flex;
17792
- padding: 0 4px;
17793
- text-decoration: none;
17794
- vertical-align: middle;
17795
- }
17796
- .v-breadcrumbs-item--disabled {
17797
- opacity: var(--v-disabled-opacity);
17798
- pointer-events: none;
17799
- }
17800
- .v-breadcrumbs-item--link {
17801
- color: inherit;
17802
- text-decoration: none;
17803
- }
17804
- .v-breadcrumbs-item--link:hover {
17805
- text-decoration: underline;
17806
- }
17807
- .v-breadcrumbs-item .v-icon {
17808
- font-size: 1rem;
17809
- margin-inline: -4px 2px;
17810
- }
17811
-
17812
- .v-breadcrumbs-divider {
17813
- display: inline-block;
17814
- padding: 0 8px;
17815
- vertical-align: middle;
17816
17759
  }.v-btn {
17817
17760
  align-items: center;
17818
17761
  border-radius: 4px;
@@ -18216,6 +18159,63 @@ html.overflow-y-hidden {
18216
18159
  }
18217
18160
  .v-pagination__item--is-active .v-btn__overlay {
18218
18161
  opacity: var(--v-border-opacity);
18162
+ }.v-breadcrumbs {
18163
+ display: flex;
18164
+ align-items: center;
18165
+ line-height: 1.375rem;
18166
+ padding: 16px 12px;
18167
+ }
18168
+ .v-breadcrumbs--rounded {
18169
+ border-radius: 4px;
18170
+ }
18171
+ .v-breadcrumbs--density-default {
18172
+ padding-top: 16px;
18173
+ padding-bottom: 16px;
18174
+ }
18175
+
18176
+ .v-breadcrumbs--density-comfortable {
18177
+ padding-top: 12px;
18178
+ padding-bottom: 12px;
18179
+ }
18180
+
18181
+ .v-breadcrumbs--density-compact {
18182
+ padding-top: 8px;
18183
+ padding-bottom: 8px;
18184
+ }
18185
+
18186
+ .v-breadcrumbs__prepend {
18187
+ align-items: center;
18188
+ display: inline-flex;
18189
+ }
18190
+
18191
+ .v-breadcrumbs-item {
18192
+ align-items: center;
18193
+ color: inherit;
18194
+ display: inline-flex;
18195
+ padding: 0 4px;
18196
+ text-decoration: none;
18197
+ vertical-align: middle;
18198
+ }
18199
+ .v-breadcrumbs-item--disabled {
18200
+ opacity: var(--v-disabled-opacity);
18201
+ pointer-events: none;
18202
+ }
18203
+ .v-breadcrumbs-item--link {
18204
+ color: inherit;
18205
+ text-decoration: none;
18206
+ }
18207
+ .v-breadcrumbs-item--link:hover {
18208
+ text-decoration: underline;
18209
+ }
18210
+ .v-breadcrumbs-item .v-icon {
18211
+ font-size: 1rem;
18212
+ margin-inline: -4px 2px;
18213
+ }
18214
+
18215
+ .v-breadcrumbs-divider {
18216
+ display: inline-block;
18217
+ padding: 0 8px;
18218
+ vertical-align: middle;
18219
18219
  }.v-btn-group {
18220
18220
  display: inline-flex;
18221
18221
  flex-wrap: nowrap;
@@ -18285,6 +18285,69 @@ html.overflow-y-hidden {
18285
18285
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18286
18286
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18287
18287
  }
18288
+ }.v-carousel {
18289
+ overflow: hidden;
18290
+ position: relative;
18291
+ width: 100%;
18292
+ }
18293
+ .v-carousel__controls {
18294
+ align-items: center;
18295
+ bottom: 0;
18296
+ display: flex;
18297
+ height: 50px;
18298
+ justify-content: center;
18299
+ list-style-type: none;
18300
+ position: absolute;
18301
+ width: 100%;
18302
+ z-index: 1;
18303
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18304
+ color: rgb(var(--v-theme-on-surface-variant));
18305
+ }
18306
+ .v-carousel__controls > .v-item-group {
18307
+ flex: 0 1 auto;
18308
+ }
18309
+ .v-carousel__controls__item {
18310
+ margin: 0 8px;
18311
+ }
18312
+ .v-carousel__controls__item .v-icon {
18313
+ opacity: 0.5;
18314
+ }
18315
+ .v-carousel__controls__item--active .v-icon {
18316
+ opacity: 1;
18317
+ vertical-align: middle;
18318
+ }
18319
+ .v-carousel__controls__item:hover {
18320
+ background: none;
18321
+ }
18322
+ .v-carousel__controls__item:hover .v-icon {
18323
+ opacity: 0.8;
18324
+ }
18325
+
18326
+ .v-carousel__progress {
18327
+ margin: 0;
18328
+ position: absolute;
18329
+ bottom: 0;
18330
+ left: 0;
18331
+ right: 0;
18332
+ }
18333
+
18334
+ .v-carousel-item {
18335
+ display: block;
18336
+ height: inherit;
18337
+ text-decoration: none;
18338
+ }
18339
+ .v-carousel-item > .v-img {
18340
+ height: inherit;
18341
+ }
18342
+
18343
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
18344
+ background: transparent;
18345
+ }
18346
+
18347
+ .v-carousel--vertical-delimiters .v-carousel__controls {
18348
+ flex-direction: column;
18349
+ height: 100% !important;
18350
+ width: 50px;
18288
18351
  }.v-card {
18289
18352
  display: block;
18290
18353
  overflow: hidden;
@@ -18581,142 +18644,61 @@ html.overflow-y-hidden {
18581
18644
  pointer-events: none;
18582
18645
  opacity: 0;
18583
18646
  transition: opacity 0.2s ease-in-out;
18584
- }.v-carousel {
18647
+ }.v-checkbox.v-input {
18648
+ flex: 0 1 auto;
18649
+ }
18650
+ .v-checkbox .v-selection-control {
18651
+ min-height: var(--v-input-control-height);
18652
+ }.v-chip {
18653
+ align-items: center;
18654
+ display: inline-flex;
18655
+ font-weight: 400;
18656
+ max-width: 100%;
18657
+ min-width: 0;
18585
18658
  overflow: hidden;
18586
18659
  position: relative;
18587
- width: 100%;
18660
+ text-decoration: none;
18661
+ white-space: nowrap;
18662
+ vertical-align: middle;
18663
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18664
+ border-style: solid;
18665
+ border-width: 0;
18666
+ border-radius: 9999px;
18588
18667
  }
18589
- .v-carousel__controls {
18590
- align-items: center;
18591
- bottom: 0;
18592
- display: flex;
18593
- height: 50px;
18594
- justify-content: center;
18595
- list-style-type: none;
18596
- position: absolute;
18597
- width: 100%;
18598
- z-index: 1;
18599
- background: rgba(var(--v-theme-surface-variant), 0.3);
18600
- color: rgb(var(--v-theme-on-surface-variant));
18668
+ .v-chip .v-icon {
18669
+ --v-icon-size-multiplier: 0.8571428571;
18601
18670
  }
18602
- .v-carousel__controls > .v-item-group {
18603
- flex: 0 1 auto;
18671
+ .v-chip.v-chip--size-x-small {
18672
+ --v-chip-size: 0.625rem;
18673
+ --v-chip-height: 20px;
18674
+ font-size: 0.625rem;
18675
+ padding: 0 8px;
18604
18676
  }
18605
- .v-carousel__controls__item {
18606
- margin: 0 8px;
18677
+ .v-chip.v-chip--size-x-small .v-avatar {
18678
+ --v-avatar-height: 14px;
18607
18679
  }
18608
- .v-carousel__controls__item .v-icon {
18609
- opacity: 0.5;
18680
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
18681
+ --v-avatar-height: 20px;
18610
18682
  }
18611
- .v-carousel__controls__item--active .v-icon {
18612
- opacity: 1;
18613
- vertical-align: middle;
18683
+
18684
+ .v-chip.v-chip--size-x-small .v-avatar--start {
18685
+ margin-inline-start: -5.6px;
18686
+ margin-inline-end: 4px;
18614
18687
  }
18615
- .v-carousel__controls__item:hover {
18616
- background: none;
18688
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
18689
+ margin-inline-start: -8px;
18617
18690
  }
18618
- .v-carousel__controls__item:hover .v-icon {
18619
- opacity: 0.8;
18691
+
18692
+ .v-chip.v-chip--size-x-small .v-avatar--end {
18693
+ margin-inline-start: 4px;
18694
+ margin-inline-end: -5.6px;
18695
+ }
18696
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
18697
+ margin-inline-end: -8px;
18620
18698
  }
18621
18699
 
18622
- .v-carousel__progress {
18623
- margin: 0;
18624
- position: absolute;
18625
- bottom: 0;
18626
- left: 0;
18627
- right: 0;
18628
- }
18629
-
18630
- .v-carousel-item {
18631
- display: block;
18632
- height: inherit;
18633
- text-decoration: none;
18634
- }
18635
- .v-carousel-item > .v-img {
18636
- height: inherit;
18637
- }
18638
-
18639
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18640
- background: transparent;
18641
- }
18642
-
18643
- .v-carousel--vertical-delimiters .v-carousel__controls {
18644
- flex-direction: column;
18645
- height: 100% !important;
18646
- width: 50px;
18647
- }.v-checkbox.v-input {
18648
- flex: 0 1 auto;
18649
- }
18650
- .v-checkbox .v-selection-control {
18651
- min-height: var(--v-input-control-height);
18652
- }.v-chip-group {
18653
- display: flex;
18654
- max-width: 100%;
18655
- min-width: 0;
18656
- overflow-x: auto;
18657
- padding: 4px 0;
18658
- }
18659
- .v-chip-group .v-chip {
18660
- margin: 4px 8px 4px 0;
18661
- }
18662
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18663
- opacity: var(--v-activated-opacity);
18664
- }
18665
-
18666
- .v-chip-group--column .v-slide-group__content {
18667
- white-space: normal;
18668
- flex-wrap: wrap;
18669
- max-width: 100%;
18670
- }.v-chip {
18671
- align-items: center;
18672
- display: inline-flex;
18673
- font-weight: 400;
18674
- max-width: 100%;
18675
- min-width: 0;
18676
- overflow: hidden;
18677
- position: relative;
18678
- text-decoration: none;
18679
- white-space: nowrap;
18680
- vertical-align: middle;
18681
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18682
- border-style: solid;
18683
- border-width: 0;
18684
- border-radius: 9999px;
18685
- }
18686
- .v-chip .v-icon {
18687
- --v-icon-size-multiplier: 0.8571428571;
18688
- }
18689
- .v-chip.v-chip--size-x-small {
18690
- --v-chip-size: 0.625rem;
18691
- --v-chip-height: 20px;
18692
- font-size: 0.625rem;
18693
- padding: 0 8px;
18694
- }
18695
- .v-chip.v-chip--size-x-small .v-avatar {
18696
- --v-avatar-height: 14px;
18697
- }
18698
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
18699
- --v-avatar-height: 20px;
18700
- }
18701
-
18702
- .v-chip.v-chip--size-x-small .v-avatar--start {
18703
- margin-inline-start: -5.6px;
18704
- margin-inline-end: 4px;
18705
- }
18706
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
18707
- margin-inline-start: -8px;
18708
- }
18709
-
18710
- .v-chip.v-chip--size-x-small .v-avatar--end {
18711
- margin-inline-start: 4px;
18712
- margin-inline-end: -5.6px;
18713
- }
18714
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
18715
- margin-inline-end: -8px;
18716
- }
18717
-
18718
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
18719
- margin-inline-start: 12px;
18700
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
18701
+ margin-inline-start: 12px;
18720
18702
  }
18721
18703
 
18722
18704
  .v-chip.v-chip--size-x-small .v-icon--start,
@@ -19077,6 +19059,24 @@ html.overflow-y-hidden {
19077
19059
 
19078
19060
  .v-chip--label {
19079
19061
  border-radius: 4px;
19062
+ }.v-chip-group {
19063
+ display: flex;
19064
+ max-width: 100%;
19065
+ min-width: 0;
19066
+ overflow-x: auto;
19067
+ padding: 4px 0;
19068
+ }
19069
+ .v-chip-group .v-chip {
19070
+ margin: 4px 8px 4px 0;
19071
+ }
19072
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19073
+ opacity: var(--v-activated-opacity);
19074
+ }
19075
+
19076
+ .v-chip-group--column .v-slide-group__content {
19077
+ white-space: normal;
19078
+ flex-wrap: wrap;
19079
+ max-width: 100%;
19080
19080
  }.v-container {
19081
19081
  width: 100%;
19082
19082
  padding: 16px;
@@ -19850,180 +19850,72 @@ html.overflow-y-hidden {
19850
19850
  .v-combobox--active-menu .v-combobox__menu-icon {
19851
19851
  opacity: var(--v-high-emphasis-opacity);
19852
19852
  transform: rotate(180deg);
19853
- }.v-data-table {
19854
- width: 100%;
19855
- }
19856
-
19857
- .v-data-table__table {
19858
- width: 100%;
19859
- border-collapse: separate;
19860
- border-spacing: 0;
19861
- }
19862
-
19863
- .v-data-table__tr--focus {
19864
- border: 1px dotted black;
19865
- }
19866
- .v-data-table__tr--clickable {
19867
- cursor: pointer;
19868
- }
19869
-
19870
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19871
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19872
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19873
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19874
- text-align: end;
19875
- }
19876
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19877
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
19878
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19879
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
19880
- flex-direction: row-reverse;
19881
- }
19882
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
19883
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
19884
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
19885
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
19886
- text-align: center;
19853
+ }.v-counter {
19854
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19855
+ flex: 0 1 auto;
19856
+ font-size: 12px;
19857
+ transition-duration: 150ms;
19858
+ }.v-date-picker {
19859
+ overflow: hidden;
19860
+ width: 328px;
19887
19861
  }
19888
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19889
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
19890
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19891
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
19862
+ .v-date-picker--show-week {
19863
+ width: 368px;
19864
+ }.v-date-picker-month {
19865
+ display: flex;
19892
19866
  justify-content: center;
19893
- }
19894
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
19895
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
19896
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
19897
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
19898
- padding: 0 8px;
19899
- }
19900
- .v-data-table .v-table__wrapper > table > thead > tr > th,
19901
- .v-data-table .v-table__wrapper > table tbody > tr > th {
19902
- align-items: center;
19903
- }
19904
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
19905
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
19906
- position: sticky;
19907
- }
19908
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
19909
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
19910
- cursor: pointer;
19911
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19912
- }
19913
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
19914
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
19915
- opacity: 0;
19916
- }
19917
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
19918
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
19919
- opacity: 0.5;
19920
- }
19921
-
19922
- .v-data-table-column--fixed,
19923
- .v-data-table__th--sticky {
19924
- background: rgb(var(--v-theme-surface));
19925
- position: sticky !important;
19926
- left: 0;
19927
- z-index: 1;
19928
- }
19929
-
19930
- .v-data-table-column--last-fixed {
19931
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
19932
- }
19933
-
19934
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
19935
- z-index: 2;
19936
- }
19937
-
19938
- .v-data-table-group-header-row td {
19939
- background: rgba(var(--v-theme-surface));
19940
- color: rgba(var(--v-theme-on-surface));
19941
- }
19942
- .v-data-table-group-header-row td > span {
19943
- padding-left: 5px;
19944
- }
19945
-
19946
- .v-data-table--loading .v-data-table__td {
19947
- opacity: 0.3;
19948
- }
19949
-
19950
- .v-data-table-group-header-row__column {
19951
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
19867
+ padding: 0 12px 8px;
19868
+ --v-date-picker-month-day-diff: 4px;
19952
19869
  }
19953
19870
 
19954
- .v-data-table-header__content {
19955
- display: flex;
19956
- align-items: center;
19871
+ .v-date-picker-month__weeks {
19872
+ display: grid;
19873
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19874
+ column-gap: 4px;
19875
+ font-size: 0.85rem;
19957
19876
  }
19958
-
19959
- .v-data-table-header__sort-badge {
19960
- display: inline-flex;
19961
- justify-content: center;
19962
- align-items: center;
19963
- font-size: 0.875rem;
19964
- padding: 4px;
19965
- border-radius: 50%;
19966
- background: rgba(var(--v-border-color), var(--v-border-opacity));
19967
- min-width: 20px;
19968
- min-height: 20px;
19969
- width: 20px;
19970
- height: 20px;
19877
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
19878
+ grid-row-gap: 0;
19971
19879
  }
19972
19880
 
19973
- .v-data-table-progress > th {
19974
- border: none !important;
19975
- height: auto !important;
19976
- padding: 0 !important;
19881
+ .v-date-picker-month__weekday {
19882
+ font-size: 0.85rem;
19977
19883
  }
19978
19884
 
19979
- .v-data-table-progress__loader {
19980
- position: relative;
19885
+ .v-date-picker-month__days {
19886
+ display: grid;
19887
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19888
+ column-gap: 4px;
19889
+ flex: 1 1;
19890
+ justify-content: space-around;
19981
19891
  }
19982
19892
 
19983
- .v-data-table-rows-loading,
19984
- .v-data-table-rows-no-data {
19985
- text-align: center;
19986
- }.v-data-table-footer {
19987
- display: flex;
19893
+ .v-date-picker-month__day {
19988
19894
  align-items: center;
19989
- flex-wrap: wrap;
19990
- padding: 4px;
19991
- justify-content: flex-end;
19992
- }
19993
-
19994
- .v-data-table-footer__items-per-page {
19995
19895
  display: flex;
19996
- align-items: center;
19997
19896
  justify-content: center;
19897
+ position: relative;
19898
+ height: 40px;
19899
+ width: 40px;
19998
19900
  }
19999
- .v-data-table-footer__items-per-page > span {
20000
- padding-inline-end: 8px;
19901
+ .v-date-picker-month__day--selected .v-btn {
19902
+ background-color: rgb(var(--v-theme-surface-variant));
19903
+ color: rgb(var(--v-theme-on-surface-variant));
20001
19904
  }
20002
- .v-data-table-footer__items-per-page > .v-select {
20003
- width: 90px;
19905
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19906
+ --v-btn-height: 24px;
19907
+ --v-btn-size: 0.85rem;
20004
19908
  }
20005
-
20006
- .v-data-table-footer__info {
20007
- display: flex;
20008
- justify-content: flex-end;
20009
- min-width: 116px;
20010
- padding: 0 16px;
19909
+ .v-date-picker-month__day--week {
19910
+ font-size: var(--v-btn-size);
20011
19911
  }
20012
19912
 
20013
- .v-data-table-footer__pagination {
20014
- display: flex;
20015
- align-items: center;
20016
- margin-inline-start: 16px;
19913
+ .v-date-picker-month__day--adjacent {
19914
+ opacity: 0.5;
20017
19915
  }
20018
19916
 
20019
- .v-data-table-footer__page {
20020
- padding: 0 8px;
20021
- }.v-date-picker {
20022
- overflow: hidden;
20023
- width: 328px;
20024
- }
20025
- .v-date-picker--show-week {
20026
- width: 368px;
19917
+ .v-date-picker-month__day--hide-adjacent {
19918
+ opacity: 0;
20027
19919
  }.v-date-picker-controls {
20028
19920
  display: flex;
20029
19921
  align-items: center;
@@ -20080,6 +19972,25 @@ html.overflow-y-hidden {
20080
19972
 
20081
19973
  .v-date-picker__title {
20082
19974
  display: inline-block;
19975
+ }.v-date-picker-months {
19976
+ height: 288px;
19977
+ }
19978
+
19979
+ .v-date-picker-months__content {
19980
+ align-items: center;
19981
+ display: grid;
19982
+ flex: 1 1;
19983
+ height: inherit;
19984
+ justify-content: space-around;
19985
+ grid-template-columns: repeat(2, 1fr);
19986
+ grid-gap: 0px 24px;
19987
+ padding-inline-start: 36px;
19988
+ padding-inline-end: 36px;
19989
+ }
19990
+ .v-date-picker-months__content .v-btn {
19991
+ text-transform: none;
19992
+ padding-inline-start: 8px;
19993
+ padding-inline-end: 8px;
20083
19994
  }.v-date-picker-header {
20084
19995
  align-items: flex-end;
20085
19996
  height: 70px;
@@ -20140,124 +20051,189 @@ html.overflow-y-hidden {
20140
20051
  .date-picker-header-reverse-transition-leave-to {
20141
20052
  opacity: 0;
20142
20053
  transform: translate(0, 100%);
20143
- }.v-date-picker-month {
20144
- display: flex;
20145
- justify-content: center;
20146
- padding: 0 12px 8px;
20147
- --v-date-picker-month-day-diff: 4px;
20054
+ }.v-date-picker-years {
20055
+ height: 288px;
20056
+ overflow-y: scroll;
20148
20057
  }
20149
20058
 
20150
- .v-date-picker-month__weeks {
20059
+ .v-date-picker-years__content {
20151
20060
  display: grid;
20152
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20153
- column-gap: 4px;
20154
- font-size: 0.85rem;
20061
+ flex: 1 1;
20062
+ justify-content: space-around;
20063
+ grid-template-columns: repeat(3, 1fr);
20064
+ gap: 8px 24px;
20065
+ padding-inline: 32px;
20155
20066
  }
20156
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20157
- grid-row-gap: 0;
20067
+ .v-date-picker-years__content .v-btn {
20068
+ padding-inline: 8px;
20069
+ }.v-data-table {
20070
+ width: 100%;
20158
20071
  }
20159
20072
 
20160
- .v-date-picker-month__weekday {
20161
- font-size: 0.85rem;
20073
+ .v-data-table__table {
20074
+ width: 100%;
20075
+ border-collapse: separate;
20076
+ border-spacing: 0;
20162
20077
  }
20163
20078
 
20164
- .v-date-picker-month__days {
20165
- display: grid;
20166
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20167
- column-gap: 4px;
20168
- flex: 1 1;
20169
- justify-content: space-around;
20079
+ .v-data-table__tr--focus {
20080
+ border: 1px dotted black;
20081
+ }
20082
+ .v-data-table__tr--clickable {
20083
+ cursor: pointer;
20170
20084
  }
20171
20085
 
20172
- .v-date-picker-month__day {
20173
- align-items: center;
20174
- display: flex;
20086
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20087
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20088
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20089
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20090
+ text-align: end;
20091
+ }
20092
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20093
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20094
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20095
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20096
+ flex-direction: row-reverse;
20097
+ }
20098
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20099
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20100
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20101
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20102
+ text-align: center;
20103
+ }
20104
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20105
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20106
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20107
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20175
20108
  justify-content: center;
20176
- position: relative;
20177
- height: 40px;
20178
- width: 40px;
20179
20109
  }
20180
- .v-date-picker-month__day--selected .v-btn {
20181
- background-color: rgb(var(--v-theme-surface-variant));
20182
- color: rgb(var(--v-theme-on-surface-variant));
20110
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20111
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20112
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20113
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20114
+ padding: 0 8px;
20115
+ }
20116
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
20117
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20118
+ align-items: center;
20119
+ }
20120
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20121
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20122
+ position: sticky;
20123
+ }
20124
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20125
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20126
+ cursor: pointer;
20127
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20128
+ }
20129
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20130
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20131
+ opacity: 0;
20132
+ }
20133
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20134
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20135
+ opacity: 0.5;
20136
+ }
20137
+
20138
+ .v-data-table-column--fixed,
20139
+ .v-data-table__th--sticky {
20140
+ background: rgb(var(--v-theme-surface));
20141
+ position: sticky !important;
20142
+ left: 0;
20143
+ z-index: 1;
20144
+ }
20145
+
20146
+ .v-data-table-column--last-fixed {
20147
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20148
+ }
20149
+
20150
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20151
+ z-index: 2;
20152
+ }
20153
+
20154
+ .v-data-table-group-header-row td {
20155
+ background: rgba(var(--v-theme-surface));
20156
+ color: rgba(var(--v-theme-on-surface));
20157
+ }
20158
+ .v-data-table-group-header-row td > span {
20159
+ padding-left: 5px;
20183
20160
  }
20184
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20185
- --v-btn-height: 24px;
20186
- --v-btn-size: 0.85rem;
20161
+
20162
+ .v-data-table--loading .v-data-table__td {
20163
+ opacity: 0.3;
20187
20164
  }
20188
- .v-date-picker-month__day--week {
20189
- font-size: var(--v-btn-size);
20165
+
20166
+ .v-data-table-group-header-row__column {
20167
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20190
20168
  }
20191
20169
 
20192
- .v-date-picker-month__day--adjacent {
20193
- opacity: 0.5;
20170
+ .v-data-table-header__content {
20171
+ display: flex;
20172
+ align-items: center;
20194
20173
  }
20195
20174
 
20196
- .v-date-picker-month__day--hide-adjacent {
20197
- opacity: 0;
20198
- }.v-date-picker-years {
20199
- height: 288px;
20200
- overflow-y: scroll;
20175
+ .v-data-table-header__sort-badge {
20176
+ display: inline-flex;
20177
+ justify-content: center;
20178
+ align-items: center;
20179
+ font-size: 0.875rem;
20180
+ padding: 4px;
20181
+ border-radius: 50%;
20182
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
20183
+ min-width: 20px;
20184
+ min-height: 20px;
20185
+ width: 20px;
20186
+ height: 20px;
20201
20187
  }
20202
20188
 
20203
- .v-date-picker-years__content {
20204
- display: grid;
20205
- flex: 1 1;
20206
- justify-content: space-around;
20207
- grid-template-columns: repeat(3, 1fr);
20208
- gap: 8px 24px;
20209
- padding-inline: 32px;
20189
+ .v-data-table-progress > th {
20190
+ border: none !important;
20191
+ height: auto !important;
20192
+ padding: 0 !important;
20210
20193
  }
20211
- .v-date-picker-years__content .v-btn {
20212
- padding-inline: 8px;
20213
- }.v-date-picker-months {
20214
- height: 288px;
20194
+
20195
+ .v-data-table-progress__loader {
20196
+ position: relative;
20215
20197
  }
20216
20198
 
20217
- .v-date-picker-months__content {
20199
+ .v-data-table-rows-loading,
20200
+ .v-data-table-rows-no-data {
20201
+ text-align: center;
20202
+ }.v-data-table-footer {
20203
+ display: flex;
20218
20204
  align-items: center;
20219
- display: grid;
20220
- flex: 1 1;
20221
- height: inherit;
20222
- justify-content: space-around;
20223
- grid-template-columns: repeat(2, 1fr);
20224
- grid-gap: 0px 24px;
20225
- padding-inline-start: 36px;
20226
- padding-inline-end: 36px;
20205
+ flex-wrap: wrap;
20206
+ padding: 4px;
20207
+ justify-content: flex-end;
20227
20208
  }
20228
- .v-date-picker-months__content .v-btn {
20229
- text-transform: none;
20230
- padding-inline-start: 8px;
20209
+
20210
+ .v-data-table-footer__items-per-page {
20211
+ display: flex;
20212
+ align-items: center;
20213
+ justify-content: center;
20214
+ }
20215
+ .v-data-table-footer__items-per-page > span {
20231
20216
  padding-inline-end: 8px;
20232
- }.v-divider {
20233
- display: block;
20234
- flex: 1 1 100%;
20235
- height: 0px;
20236
- max-height: 0px;
20237
- opacity: var(--v-border-opacity);
20238
- transition: inherit;
20239
- border-style: solid;
20240
- border-width: thin 0 0 0;
20241
20217
  }
20242
- .v-divider--vertical {
20243
- align-self: stretch;
20244
- border-width: 0 thin 0 0;
20245
- display: inline-flex;
20246
- height: 100%;
20247
- margin-left: -1px;
20248
- max-height: 100%;
20249
- max-width: 0px;
20250
- vertical-align: text-bottom;
20251
- width: 0px;
20218
+ .v-data-table-footer__items-per-page > .v-select {
20219
+ width: 90px;
20252
20220
  }
20253
- .v-divider--inset:not(.v-divider--vertical) {
20254
- max-width: calc(100% - 72px);
20255
- margin-inline-start: 72px;
20221
+
20222
+ .v-data-table-footer__info {
20223
+ display: flex;
20224
+ justify-content: flex-end;
20225
+ min-width: 116px;
20226
+ padding: 0 16px;
20256
20227
  }
20257
- .v-divider--inset.v-divider--vertical {
20258
- margin-bottom: 8px;
20259
- margin-top: 8px;
20260
- max-height: calc(100% - 16px);
20228
+
20229
+ .v-data-table-footer__pagination {
20230
+ display: flex;
20231
+ align-items: center;
20232
+ margin-inline-start: 16px;
20233
+ }
20234
+
20235
+ .v-data-table-footer__page {
20236
+ padding: 0 8px;
20261
20237
  }.v-dialog {
20262
20238
  align-items: center;
20263
20239
  justify-content: center;
@@ -20346,6 +20322,35 @@ html.overflow-y-hidden {
20346
20322
  -webkit-backface-visibility: hidden;
20347
20323
  backface-visibility: hidden;
20348
20324
  overflow-y: auto;
20325
+ }.v-divider {
20326
+ display: block;
20327
+ flex: 1 1 100%;
20328
+ height: 0px;
20329
+ max-height: 0px;
20330
+ opacity: var(--v-border-opacity);
20331
+ transition: inherit;
20332
+ border-style: solid;
20333
+ border-width: thin 0 0 0;
20334
+ }
20335
+ .v-divider--vertical {
20336
+ align-self: stretch;
20337
+ border-width: 0 thin 0 0;
20338
+ display: inline-flex;
20339
+ height: 100%;
20340
+ margin-left: -1px;
20341
+ max-height: 100%;
20342
+ max-width: 0px;
20343
+ vertical-align: text-bottom;
20344
+ width: 0px;
20345
+ }
20346
+ .v-divider--inset:not(.v-divider--vertical) {
20347
+ max-width: calc(100% - 72px);
20348
+ margin-inline-start: 72px;
20349
+ }
20350
+ .v-divider--inset.v-divider--vertical {
20351
+ margin-bottom: 8px;
20352
+ margin-top: 8px;
20353
+ max-height: calc(100% - 16px);
20349
20354
  }.v-expansion-panel {
20350
20355
  background-color: rgb(var(--v-theme-surface));
20351
20356
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21414,158 +21419,57 @@ textarea.v-field__input::placeholder {
21414
21419
  margin: 0;
21415
21420
  }
21416
21421
  .v-input--hide-spin-buttons input[type=number] {
21417
- -moz-appearance: textfield;
21418
- }
21419
- .v-input--plain-underlined .v-input__prepend,
21420
- .v-input--plain-underlined .v-input__append {
21421
- align-items: flex-start;
21422
- }
21423
- .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
21424
- padding-top: calc(var(--v-input-padding-top) + 4px);
21425
- }
21426
-
21427
- .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
21428
- padding-top: calc(var(--v-input-padding-top) + 2px);
21429
- }
21430
-
21431
- .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21432
- padding-top: calc(var(--v-input-padding-top) + 0px);
21433
- }.v-item-group {
21434
- flex: 0 1 auto;
21435
- max-width: 100%;
21436
- position: relative;
21437
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21438
- }.v-label {
21439
- align-items: center;
21440
- color: inherit;
21441
- display: inline-flex;
21442
- font-size: 1rem;
21443
- letter-spacing: 0.009375em;
21444
- min-width: 0;
21445
- opacity: var(--v-medium-emphasis-opacity);
21446
- overflow: hidden;
21447
- text-overflow: ellipsis;
21448
- white-space: nowrap;
21449
- }
21450
-
21451
- .v-label--clickable {
21452
- cursor: pointer;
21453
- }.v-layout {
21454
- --v-scrollbar-offset: 0px;
21455
- display: flex;
21456
- flex: 1 1 auto;
21457
- }
21458
- .v-layout--full-height {
21459
- --v-scrollbar-offset: inherit;
21460
- height: 100%;
21461
- }.v-layout-item {
21462
- position: absolute;
21463
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21464
- }
21465
-
21466
- .v-layout-item--absolute {
21467
- position: absolute;
21468
- }.v-list {
21469
- overflow: auto;
21470
- padding: 8px 0;
21471
- position: relative;
21472
- outline: none;
21473
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21474
- border-style: solid;
21475
- border-width: 0;
21476
- 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));
21477
- border-radius: 0;
21478
- background: rgba(var(--v-theme-surface));
21479
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21480
- }
21481
- .v-list--border {
21482
- border-width: thin;
21483
- box-shadow: none;
21484
- }
21485
- .v-list--disabled {
21486
- pointer-events: none;
21487
- -webkit-user-select: none;
21488
- user-select: none;
21489
- }
21490
- .v-list--nav {
21491
- padding-inline: 8px;
21492
- }
21493
- .v-list--rounded {
21494
- border-radius: 4px;
21495
- }
21496
- .v-list--subheader {
21497
- padding-top: 0;
21498
- }
21499
-
21500
- .v-list-img {
21501
- border-radius: inherit;
21502
- display: flex;
21503
- height: 100%;
21504
- left: 0;
21505
- overflow: hidden;
21506
- position: absolute;
21507
- top: 0;
21508
- width: 100%;
21509
- z-index: -1;
21510
- }
21511
-
21512
- .v-list-subheader {
21513
- align-items: center;
21514
- background: inherit;
21515
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21516
- display: flex;
21517
- font-size: 0.875rem;
21518
- font-weight: 400;
21519
- line-height: 1.375rem;
21520
- padding-inline-end: 16px;
21521
- min-height: 40px;
21522
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
21422
+ -moz-appearance: textfield;
21523
21423
  }
21524
- .v-list-subheader__text {
21525
- overflow: hidden;
21526
- text-overflow: ellipsis;
21527
- white-space: nowrap;
21424
+ .v-input--plain-underlined .v-input__prepend,
21425
+ .v-input--plain-underlined .v-input__append {
21426
+ align-items: flex-start;
21528
21427
  }
21529
- .v-list--density-default .v-list-subheader {
21530
- min-height: 40px;
21531
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
21428
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
21429
+ padding-top: calc(var(--v-input-padding-top) + 4px);
21532
21430
  }
21533
21431
 
21534
- .v-list--density-comfortable .v-list-subheader {
21535
- min-height: 36px;
21536
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
21432
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
21433
+ padding-top: calc(var(--v-input-padding-top) + 2px);
21537
21434
  }
21538
21435
 
21539
- .v-list--density-compact .v-list-subheader {
21540
- min-height: 32px;
21541
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
21436
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21437
+ padding-top: calc(var(--v-input-padding-top) + 0px);
21438
+ }.v-item-group {
21439
+ flex: 0 1 auto;
21440
+ max-width: 100%;
21441
+ position: relative;
21442
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21443
+ }.v-label {
21444
+ align-items: center;
21445
+ color: inherit;
21446
+ display: inline-flex;
21447
+ font-size: 1rem;
21448
+ letter-spacing: 0.009375em;
21449
+ min-width: 0;
21450
+ opacity: var(--v-medium-emphasis-opacity);
21451
+ overflow: hidden;
21452
+ text-overflow: ellipsis;
21453
+ white-space: nowrap;
21542
21454
  }
21543
21455
 
21544
- .v-list-subheader--inset {
21545
- --indent-padding: 56px;
21546
- }
21547
- .v-list--nav .v-list-subheader {
21548
- font-size: 0.75rem;
21456
+ .v-label--clickable {
21457
+ cursor: pointer;
21458
+ }.v-layout {
21459
+ --v-scrollbar-offset: 0px;
21460
+ display: flex;
21461
+ flex: 1 1 auto;
21549
21462
  }
21550
- .v-list-subheader--sticky {
21551
- background: inherit;
21552
- left: 0;
21553
- position: sticky;
21554
- top: 0;
21555
- z-index: 1;
21463
+ .v-layout--full-height {
21464
+ --v-scrollbar-offset: inherit;
21465
+ height: 100%;
21466
+ }.v-layout-item {
21467
+ position: absolute;
21468
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21556
21469
  }
21557
21470
 
21558
- .v-list__overlay {
21559
- background-color: currentColor;
21560
- border-radius: inherit;
21561
- bottom: 0;
21562
- left: 0;
21563
- opacity: 0;
21564
- pointer-events: none;
21471
+ .v-layout-item--absolute {
21565
21472
  position: absolute;
21566
- right: 0;
21567
- top: 0;
21568
- transition: opacity 0.2s ease-in-out;
21569
21473
  }.v-list-item {
21570
21474
  align-items: center;
21571
21475
  display: grid;
@@ -21680,6 +21584,9 @@ textarea.v-field__input::placeholder {
21680
21584
  .v-list-item--active .v-list-item__append > .v-icon {
21681
21585
  opacity: 1;
21682
21586
  }
21587
+ .v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
21588
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21589
+ }
21683
21590
  .v-list-item--rounded {
21684
21591
  border-radius: 4px;
21685
21592
  }
@@ -22017,21 +21924,109 @@ textarea.v-field__input::placeholder {
22017
21924
  }
22018
21925
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22019
21926
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22020
- }.v-locale-provider {
22021
- display: contents;
22022
- }.v-menu > .v-overlay__content {
22023
- display: flex;
22024
- flex-direction: column;
21927
+ }.v-list {
21928
+ overflow: auto;
21929
+ padding: 8px 0;
21930
+ position: relative;
21931
+ outline: none;
21932
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21933
+ border-style: solid;
21934
+ border-width: 0;
21935
+ 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));
21936
+ border-radius: 0;
21937
+ background: rgba(var(--v-theme-surface));
21938
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21939
+ }
21940
+ .v-list--border {
21941
+ border-width: thin;
21942
+ box-shadow: none;
21943
+ }
21944
+ .v-list--disabled {
21945
+ pointer-events: none;
21946
+ -webkit-user-select: none;
21947
+ user-select: none;
21948
+ }
21949
+ .v-list--nav {
21950
+ padding-inline: 8px;
21951
+ }
21952
+ .v-list--rounded {
22025
21953
  border-radius: 4px;
22026
21954
  }
22027
- .v-menu > .v-overlay__content > .v-card,
22028
- .v-menu > .v-overlay__content > .v-sheet,
22029
- .v-menu > .v-overlay__content > .v-list {
22030
- background: rgb(var(--v-theme-surface));
21955
+ .v-list--subheader {
21956
+ padding-top: 0;
21957
+ }
21958
+
21959
+ .v-list-img {
22031
21960
  border-radius: inherit;
22032
- overflow: auto;
21961
+ display: flex;
22033
21962
  height: 100%;
22034
- 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));
21963
+ left: 0;
21964
+ overflow: hidden;
21965
+ position: absolute;
21966
+ top: 0;
21967
+ width: 100%;
21968
+ z-index: -1;
21969
+ }
21970
+
21971
+ .v-list-subheader {
21972
+ align-items: center;
21973
+ background: inherit;
21974
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21975
+ display: flex;
21976
+ font-size: 0.875rem;
21977
+ font-weight: 400;
21978
+ line-height: 1.375rem;
21979
+ padding-inline-end: 16px;
21980
+ min-height: 40px;
21981
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
21982
+ }
21983
+ .v-list-subheader__text {
21984
+ overflow: hidden;
21985
+ text-overflow: ellipsis;
21986
+ white-space: nowrap;
21987
+ }
21988
+ .v-list--density-default .v-list-subheader {
21989
+ min-height: 40px;
21990
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
21991
+ }
21992
+
21993
+ .v-list--density-comfortable .v-list-subheader {
21994
+ min-height: 36px;
21995
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
21996
+ }
21997
+
21998
+ .v-list--density-compact .v-list-subheader {
21999
+ min-height: 32px;
22000
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22001
+ }
22002
+
22003
+ .v-list-subheader--inset {
22004
+ --indent-padding: 56px;
22005
+ }
22006
+ .v-list--nav .v-list-subheader {
22007
+ font-size: 0.75rem;
22008
+ }
22009
+ .v-list-subheader--sticky {
22010
+ background: inherit;
22011
+ left: 0;
22012
+ position: sticky;
22013
+ top: 0;
22014
+ z-index: 1;
22015
+ }
22016
+
22017
+ .v-list__overlay {
22018
+ background-color: currentColor;
22019
+ border-radius: inherit;
22020
+ bottom: 0;
22021
+ left: 0;
22022
+ opacity: 0;
22023
+ pointer-events: none;
22024
+ position: absolute;
22025
+ right: 0;
22026
+ top: 0;
22027
+ transition: opacity 0.2s ease-in-out;
22028
+ }.v-locale-provider {
22029
+ display: contents;
22035
22030
  }.v-main {
22036
22031
  flex: 1 0 auto;
22037
22032
  max-width: 100%;
@@ -22060,6 +22055,19 @@ textarea.v-field__input::placeholder {
22060
22055
  --v-layout-right: 0px;
22061
22056
  --v-layout-top: 0px;
22062
22057
  --v-layout-bottom: 0px;
22058
+ }.v-menu > .v-overlay__content {
22059
+ display: flex;
22060
+ flex-direction: column;
22061
+ border-radius: 4px;
22062
+ }
22063
+ .v-menu > .v-overlay__content > .v-card,
22064
+ .v-menu > .v-overlay__content > .v-sheet,
22065
+ .v-menu > .v-overlay__content > .v-list {
22066
+ background: rgb(var(--v-theme-surface));
22067
+ border-radius: inherit;
22068
+ overflow: auto;
22069
+ height: 100%;
22070
+ 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));
22063
22071
  }.v-messages {
22064
22072
  flex: 1 1 auto;
22065
22073
  font-size: 12px;
@@ -22301,11 +22309,6 @@ html.v-overlay-scroll-blocked {
22301
22309
  }
22302
22310
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22303
22311
  margin: 0.3rem;
22304
- }.v-counter {
22305
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22306
- flex: 0 1 auto;
22307
- font-size: 12px;
22308
- transition-duration: 150ms;
22309
22312
  }.v-parallax {
22310
22313
  position: relative;
22311
22314
  overflow: hidden;
@@ -22629,12 +22632,69 @@ html.v-overlay-scroll-blocked {
22629
22632
  .v-radio-group > .v-input__control > .v-label {
22630
22633
  margin-inline-start: 16px;
22631
22634
  }
22632
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22633
- padding-inline-start: 6px;
22634
- margin-top: 8px;
22635
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22636
+ padding-inline-start: 6px;
22637
+ margin-top: 8px;
22638
+ }
22639
+ .v-radio-group .v-input__details {
22640
+ padding-inline: 16px;
22641
+ }.v-slider .v-slider__container input {
22642
+ cursor: default;
22643
+ padding: 0;
22644
+ width: 100%;
22645
+ display: none;
22646
+ }
22647
+ .v-slider > .v-input__append,
22648
+ .v-slider > .v-input__prepend {
22649
+ padding: 0;
22650
+ }
22651
+
22652
+ .v-slider__container {
22653
+ position: relative;
22654
+ min-height: inherit;
22655
+ width: 100%;
22656
+ height: 100%;
22657
+ display: flex;
22658
+ justify-content: center;
22659
+ align-items: center;
22660
+ cursor: pointer;
22661
+ }
22662
+ .v-input--disabled .v-slider__container {
22663
+ opacity: var(--v-disabled-opacity);
22664
+ }
22665
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
22666
+ color: rgb(var(--v-theme-error));
22667
+ }
22668
+
22669
+ .v-slider.v-input--horizontal {
22670
+ align-items: center;
22671
+ margin-inline: 8px 8px;
22672
+ }
22673
+ .v-slider.v-input--horizontal > .v-input__control {
22674
+ min-height: 32px;
22675
+ display: flex;
22676
+ align-items: center;
22677
+ }
22678
+
22679
+ .v-slider.v-input--vertical {
22680
+ justify-content: center;
22681
+ margin-top: 12px;
22682
+ margin-bottom: 12px;
22683
+ }
22684
+ .v-slider.v-input--vertical > .v-input__control {
22685
+ min-height: 300px;
22686
+ }
22687
+
22688
+ .v-slider.v-input--disabled {
22689
+ pointer-events: none;
22690
+ }
22691
+
22692
+ .v-slider--has-labels > .v-input__control {
22693
+ margin-bottom: 4px;
22635
22694
  }
22636
- .v-radio-group .v-input__details {
22637
- padding-inline: 16px;
22695
+
22696
+ .v-slider__label {
22697
+ margin-inline-end: 12px;
22638
22698
  }.v-rating {
22639
22699
  max-width: 100%;
22640
22700
  display: inline-flex;
@@ -22689,63 +22749,32 @@ html.v-overlay-scroll-blocked {
22689
22749
  opacity: 0;
22690
22750
  position: absolute;
22691
22751
  width: 0;
22692
- }.v-slider .v-slider__container input {
22693
- cursor: default;
22694
- padding: 0;
22695
- width: 100%;
22696
- display: none;
22697
- }
22698
- .v-slider > .v-input__append,
22699
- .v-slider > .v-input__prepend {
22700
- padding: 0;
22701
- }
22702
-
22703
- .v-slider__container {
22704
- position: relative;
22705
- min-height: inherit;
22706
- width: 100%;
22707
- height: 100%;
22752
+ }.v-responsive {
22708
22753
  display: flex;
22709
- justify-content: center;
22710
- align-items: center;
22711
- cursor: pointer;
22712
- }
22713
- .v-input--disabled .v-slider__container {
22714
- opacity: var(--v-disabled-opacity);
22754
+ flex: 1 0 auto;
22755
+ max-height: 100%;
22756
+ max-width: 100%;
22757
+ overflow: hidden;
22758
+ position: relative;
22715
22759
  }
22716
- .v-input--error:not(.v-input--disabled) .v-slider__container {
22717
- color: rgb(var(--v-theme-error));
22760
+ .v-responsive--inline {
22761
+ display: inline-flex;
22762
+ flex: 0 0 auto;
22718
22763
  }
22719
22764
 
22720
- .v-slider.v-input--horizontal {
22721
- align-items: center;
22722
- margin-inline: 8px 8px;
22723
- }
22724
- .v-slider.v-input--horizontal > .v-input__control {
22725
- min-height: 32px;
22726
- display: flex;
22727
- align-items: center;
22765
+ .v-responsive__content {
22766
+ flex: 1 0 0px;
22767
+ max-width: 100%;
22728
22768
  }
22729
22769
 
22730
- .v-slider.v-input--vertical {
22731
- justify-content: center;
22732
- margin-top: 12px;
22733
- margin-bottom: 12px;
22734
- }
22735
- .v-slider.v-input--vertical > .v-input__control {
22736
- min-height: 300px;
22770
+ .v-responsive__sizer ~ .v-responsive__content {
22771
+ margin-inline-start: -100%;
22737
22772
  }
22738
22773
 
22739
- .v-slider.v-input--disabled {
22774
+ .v-responsive__sizer {
22775
+ flex: 1 0 0px;
22776
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22740
22777
  pointer-events: none;
22741
- }
22742
-
22743
- .v-slider--has-labels > .v-input__control {
22744
- margin-bottom: 4px;
22745
- }
22746
-
22747
- .v-slider__label {
22748
- margin-inline-end: 12px;
22749
22778
  }.v-select .v-field .v-text-field__prefix,
22750
22779
  .v-select .v-field .v-text-field__suffix,
22751
22780
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -22794,32 +22823,6 @@ html.v-overlay-scroll-blocked {
22794
22823
  .v-select--active-menu .v-select__menu-icon {
22795
22824
  opacity: var(--v-high-emphasis-opacity);
22796
22825
  transform: rotate(180deg);
22797
- }.v-responsive {
22798
- display: flex;
22799
- flex: 1 0 auto;
22800
- max-height: 100%;
22801
- max-width: 100%;
22802
- overflow: hidden;
22803
- position: relative;
22804
- }
22805
- .v-responsive--inline {
22806
- display: inline-flex;
22807
- flex: 0 0 auto;
22808
- }
22809
-
22810
- .v-responsive__content {
22811
- flex: 1 0 0px;
22812
- max-width: 100%;
22813
- }
22814
-
22815
- .v-responsive__sizer ~ .v-responsive__content {
22816
- margin-inline-start: -100%;
22817
- }
22818
-
22819
- .v-responsive__sizer {
22820
- flex: 1 0 0px;
22821
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22822
- pointer-events: none;
22823
22826
  }.v-selection-control {
22824
22827
  align-items: center;
22825
22828
  contain: layout;
@@ -23575,6 +23578,12 @@ html.v-overlay-scroll-blocked {
23575
23578
  }
23576
23579
  .v-switch.v-switch--inset .v-selection-control__wrapper {
23577
23580
  width: auto;
23581
+ }
23582
+ .v-switch.v-input--vertical .v-label {
23583
+ min-width: max-content;
23584
+ }
23585
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
23586
+ transform: rotate(-90deg);
23578
23587
  }.v-system-bar {
23579
23588
  align-items: center;
23580
23589
  display: flex;
@@ -23845,45 +23854,6 @@ html.v-overlay-scroll-blocked {
23845
23854
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23846
23855
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23847
23856
  border-top: 0px !important;
23848
- }.v-textarea .v-field {
23849
- --v-textarea-control-height: var(--v-input-control-height);
23850
- }
23851
- .v-textarea .v-field__field {
23852
- --v-input-control-height: var(--v-textarea-control-height);
23853
- }
23854
- .v-textarea .v-field__input {
23855
- flex: 1 1 auto;
23856
- outline: none;
23857
- -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));
23858
- 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));
23859
- }
23860
- .v-textarea .v-field__input.v-textarea__sizer {
23861
- visibility: hidden;
23862
- position: absolute;
23863
- top: 0;
23864
- left: 0;
23865
- height: 0 !important;
23866
- min-height: 0 !important;
23867
- pointer-events: none;
23868
- }
23869
- .v-textarea--no-resize .v-field__input {
23870
- resize: none;
23871
- }
23872
- .v-textarea .v-field--no-label textarea,
23873
- .v-textarea .v-field--active textarea {
23874
- opacity: 1;
23875
- }
23876
- .v-textarea textarea {
23877
- opacity: 0;
23878
- flex: 1;
23879
- min-width: 0;
23880
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23881
- }
23882
- .v-textarea textarea:focus, .v-textarea textarea:active {
23883
- outline: none;
23884
- }
23885
- .v-textarea textarea:invalid {
23886
- box-shadow: none;
23887
23857
  }/* region BLOCK */
23888
23858
  .v-text-field input {
23889
23859
  color: inherit;
@@ -23951,7 +23921,46 @@ html.v-overlay-scroll-blocked {
23951
23921
  padding-inline-end: var(--v-field-padding-end);
23952
23922
  }
23953
23923
 
23954
- /* endregion */.v-theme-provider {
23924
+ /* endregion */.v-textarea .v-field {
23925
+ --v-textarea-control-height: var(--v-input-control-height);
23926
+ }
23927
+ .v-textarea .v-field__field {
23928
+ --v-input-control-height: var(--v-textarea-control-height);
23929
+ }
23930
+ .v-textarea .v-field__input {
23931
+ flex: 1 1 auto;
23932
+ outline: none;
23933
+ -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));
23934
+ 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));
23935
+ }
23936
+ .v-textarea .v-field__input.v-textarea__sizer {
23937
+ visibility: hidden;
23938
+ position: absolute;
23939
+ top: 0;
23940
+ left: 0;
23941
+ height: 0 !important;
23942
+ min-height: 0 !important;
23943
+ pointer-events: none;
23944
+ }
23945
+ .v-textarea--no-resize .v-field__input {
23946
+ resize: none;
23947
+ }
23948
+ .v-textarea .v-field--no-label textarea,
23949
+ .v-textarea .v-field--active textarea {
23950
+ opacity: 1;
23951
+ }
23952
+ .v-textarea textarea {
23953
+ opacity: 0;
23954
+ flex: 1;
23955
+ min-width: 0;
23956
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23957
+ }
23958
+ .v-textarea textarea:focus, .v-textarea textarea:active {
23959
+ outline: none;
23960
+ }
23961
+ .v-textarea textarea:invalid {
23962
+ box-shadow: none;
23963
+ }.v-theme-provider {
23955
23964
  background: rgb(var(--v-theme-background));
23956
23965
  color: rgb(var(--v-theme-on-background));
23957
23966
  }.v-timeline .v-timeline-divider__dot {
@@ -24521,6 +24530,15 @@ html.v-overlay-scroll-blocked {
24521
24530
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24522
24531
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24523
24532
  transition-duration: 75ms;
24533
+ }.v-virtual-scroll {
24534
+ display: block;
24535
+ flex: 1 1 auto;
24536
+ max-width: 100%;
24537
+ overflow: auto;
24538
+ position: relative;
24539
+ }
24540
+ .v-virtual-scroll__container {
24541
+ display: block;
24524
24542
  }.v-window {
24525
24543
  overflow: hidden;
24526
24544
  }
@@ -24590,15 +24608,34 @@ html.v-overlay-scroll-blocked {
24590
24608
  }
24591
24609
  .v-window-y-reverse-transition-leave-to {
24592
24610
  transform: translateY(100%);
24593
- }.v-virtual-scroll {
24594
- display: block;
24595
- flex: 1 1 auto;
24596
- max-width: 100%;
24597
- overflow: auto;
24598
- position: relative;
24611
+ }.v-color-picker-edit {
24612
+ display: flex;
24613
+ margin-top: 24px;
24599
24614
  }
24600
- .v-virtual-scroll__container {
24601
- display: block;
24615
+
24616
+ .v-color-picker-edit__input {
24617
+ width: 100%;
24618
+ display: flex;
24619
+ flex-wrap: wrap;
24620
+ justify-content: center;
24621
+ text-align: center;
24622
+ }
24623
+ .v-color-picker-edit__input:not(:last-child) {
24624
+ margin-inline-end: 8px;
24625
+ }
24626
+ .v-color-picker-edit__input input {
24627
+ border-radius: 4px;
24628
+ margin-bottom: 8px;
24629
+ min-width: 0;
24630
+ outline: none;
24631
+ text-align: center;
24632
+ width: 100%;
24633
+ height: 32px;
24634
+ background: rgba(var(--v-theme-surface-variant), 0.2);
24635
+ color: rgba(var(--v-theme-on-surface));
24636
+ }
24637
+ .v-color-picker-edit__input span {
24638
+ font-size: 0.75rem;
24602
24639
  }.v-color-picker-canvas {
24603
24640
  display: flex;
24604
24641
  position: relative;
@@ -24726,34 +24763,6 @@ html.v-overlay-scroll-blocked {
24726
24763
  justify-content: center;
24727
24764
  width: 100%;
24728
24765
  height: 100%;
24729
- }.v-color-picker-edit {
24730
- display: flex;
24731
- margin-top: 24px;
24732
- }
24733
-
24734
- .v-color-picker-edit__input {
24735
- width: 100%;
24736
- display: flex;
24737
- flex-wrap: wrap;
24738
- justify-content: center;
24739
- text-align: center;
24740
- }
24741
- .v-color-picker-edit__input:not(:last-child) {
24742
- margin-inline-end: 8px;
24743
- }
24744
- .v-color-picker-edit__input input {
24745
- border-radius: 4px;
24746
- margin-bottom: 8px;
24747
- min-width: 0;
24748
- outline: none;
24749
- text-align: center;
24750
- width: 100%;
24751
- height: 32px;
24752
- background: rgba(var(--v-theme-surface-variant), 0.2);
24753
- color: rgba(var(--v-theme-on-surface));
24754
- }
24755
- .v-color-picker-edit__input span {
24756
- font-size: 0.75rem;
24757
24766
  }.v-picker.v-sheet {
24758
24767
  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));
24759
24768
  border-radius: 4px;