vuetify 3.5.8 → 3.5.9

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 (81) hide show
  1. package/dist/json/attributes.json +419 -7
  2. package/dist/json/importMap-labs.json +20 -8
  3. package/dist/json/importMap.json +150 -150
  4. package/dist/json/tags.json +118 -0
  5. package/dist/json/web-types.json +1315 -8
  6. package/dist/vuetify-labs.css +1437 -1420
  7. package/dist/vuetify-labs.d.ts +3021 -692
  8. package/dist/vuetify-labs.esm.js +790 -230
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +790 -230
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +592 -591
  13. package/dist/vuetify.d.ts +569 -68
  14. package/dist/vuetify.esm.js +220 -20
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +220 -20
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +486 -466
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -3
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/index.d.mts +138 -6
  24. package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
  25. package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
  26. package/lib/components/VColorPicker/_variables.scss +1 -0
  27. package/lib/components/VCombobox/VCombobox.mjs +5 -3
  28. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  29. package/lib/components/VCombobox/index.d.mts +138 -6
  30. package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
  31. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  32. package/lib/components/VList/VList.mjs +8 -2
  33. package/lib/components/VList/VList.mjs.map +1 -1
  34. package/lib/components/VList/VListGroup.mjs +3 -1
  35. package/lib/components/VList/VListGroup.mjs.map +1 -1
  36. package/lib/components/VList/VListItem.mjs +17 -4
  37. package/lib/components/VList/VListItem.mjs.map +1 -1
  38. package/lib/components/VList/index.d.mts +108 -6
  39. package/lib/components/VSelect/VSelect.mjs +5 -3
  40. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  41. package/lib/components/VSelect/index.d.mts +138 -6
  42. package/lib/components/index.d.mts +522 -24
  43. package/lib/composables/nested/activeStrategies.mjs +121 -0
  44. package/lib/composables/nested/activeStrategies.mjs.map +1 -0
  45. package/lib/composables/nested/nested.mjs +50 -1
  46. package/lib/composables/nested/nested.mjs.map +1 -1
  47. package/lib/composables/nested/selectStrategies.mjs +4 -2
  48. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  49. package/lib/entry-bundler.mjs +1 -1
  50. package/lib/framework.mjs +1 -1
  51. package/lib/iconsets/fa.mjs +2 -0
  52. package/lib/iconsets/fa.mjs.map +1 -1
  53. package/lib/iconsets/fa4.mjs +2 -0
  54. package/lib/iconsets/fa4.mjs.map +1 -1
  55. package/lib/iconsets/md.mjs +2 -0
  56. package/lib/iconsets/md.mjs.map +1 -1
  57. package/lib/iconsets/mdi-svg.mjs +2 -0
  58. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  59. package/lib/iconsets/mdi.mjs +2 -0
  60. package/lib/iconsets/mdi.mjs.map +1 -1
  61. package/lib/index.d.mts +47 -44
  62. package/lib/labs/VTreeview/VTreeview.mjs +154 -0
  63. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
  64. package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
  65. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
  66. package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
  67. package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
  68. package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
  69. package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
  70. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
  71. package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
  72. package/lib/labs/VTreeview/index.d.mts +1975 -0
  73. package/lib/labs/VTreeview/index.mjs +4 -0
  74. package/lib/labs/VTreeview/index.mjs.map +1 -0
  75. package/lib/labs/VTreeview/shared.mjs +4 -0
  76. package/lib/labs/VTreeview/shared.mjs.map +1 -0
  77. package/lib/labs/VTreeview/variables.scss +8 -0
  78. package/lib/labs/components.d.mts +3708 -1773
  79. package/lib/labs/components.mjs +3 -2
  80. package/lib/labs/components.mjs.map +1 -1
  81. package/package.json +2 -2
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.8
2
+ * Vuetify v3.5.9
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17057,87 +17057,6 @@ html.overflow-y-hidden {
17057
17057
  }
17058
17058
  .v-app-bar:not(.v-toolbar--absolute) {
17059
17059
  padding-inline-end: var(--v-scrollbar-offset);
17060
- }.v-autocomplete .v-field .v-text-field__prefix,
17061
- .v-autocomplete .v-field .v-text-field__suffix,
17062
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17063
- cursor: text;
17064
- }
17065
- .v-autocomplete .v-field .v-field__input > input {
17066
- flex: 1 1;
17067
- }
17068
- .v-autocomplete .v-field input {
17069
- min-width: 64px;
17070
- }
17071
- .v-autocomplete .v-field:not(.v-field--focused) input {
17072
- min-width: 0;
17073
- }
17074
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17075
- margin-inline-end: 2px;
17076
- }
17077
- .v-autocomplete .v-autocomplete__selection-text {
17078
- overflow: hidden;
17079
- text-overflow: ellipsis;
17080
- white-space: nowrap;
17081
- }
17082
-
17083
- .v-autocomplete__content {
17084
- overflow: hidden;
17085
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17086
- border-radius: 4px;
17087
- }
17088
- .v-autocomplete__mask {
17089
- background: rgb(var(--v-theme-surface-light));
17090
- }
17091
- .v-autocomplete__selection {
17092
- display: inline-flex;
17093
- align-items: center;
17094
- height: 1.5rem;
17095
- letter-spacing: inherit;
17096
- line-height: inherit;
17097
- max-width: calc(100% - 2px - 2px);
17098
- }
17099
- .v-autocomplete__selection:first-child {
17100
- margin-inline-start: 0;
17101
- }
17102
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17103
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17104
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17105
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17106
- top: 0px;
17107
- }
17108
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17109
- opacity: var(--v-medium-emphasis-opacity);
17110
- }
17111
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17112
- opacity: 1;
17113
- }
17114
- .v-autocomplete--selecting-index .v-field__input > input {
17115
- caret-color: transparent;
17116
- }
17117
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17118
- flex: 1 1;
17119
- position: absolute;
17120
- left: 0;
17121
- right: 0;
17122
- width: 100%;
17123
- padding-inline: inherit;
17124
- }
17125
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17126
- transition: none;
17127
- }
17128
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17129
- opacity: 0;
17130
- }
17131
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
17132
- opacity: 0;
17133
- }
17134
- .v-autocomplete__menu-icon {
17135
- margin-inline-start: 4px;
17136
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17137
- }
17138
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17139
- opacity: var(--v-high-emphasis-opacity);
17140
- transform: rotate(180deg);
17141
17060
  }.v-alert {
17142
17061
  display: grid;
17143
17062
  flex: 1 1;
@@ -17348,6 +17267,87 @@ html.overflow-y-hidden {
17348
17267
  text-transform: none;
17349
17268
  word-break: normal;
17350
17269
  word-wrap: break-word;
17270
+ }.v-autocomplete .v-field .v-text-field__prefix,
17271
+ .v-autocomplete .v-field .v-text-field__suffix,
17272
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17273
+ cursor: text;
17274
+ }
17275
+ .v-autocomplete .v-field .v-field__input > input {
17276
+ flex: 1 1;
17277
+ }
17278
+ .v-autocomplete .v-field input {
17279
+ min-width: 64px;
17280
+ }
17281
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17282
+ min-width: 0;
17283
+ }
17284
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17285
+ margin-inline-end: 2px;
17286
+ }
17287
+ .v-autocomplete .v-autocomplete__selection-text {
17288
+ overflow: hidden;
17289
+ text-overflow: ellipsis;
17290
+ white-space: nowrap;
17291
+ }
17292
+
17293
+ .v-autocomplete__content {
17294
+ overflow: hidden;
17295
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17296
+ border-radius: 4px;
17297
+ }
17298
+ .v-autocomplete__mask {
17299
+ background: rgb(var(--v-theme-surface-light));
17300
+ }
17301
+ .v-autocomplete__selection {
17302
+ display: inline-flex;
17303
+ align-items: center;
17304
+ height: 1.5rem;
17305
+ letter-spacing: inherit;
17306
+ line-height: inherit;
17307
+ max-width: calc(100% - 2px - 2px);
17308
+ }
17309
+ .v-autocomplete__selection:first-child {
17310
+ margin-inline-start: 0;
17311
+ }
17312
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17313
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17314
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17315
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17316
+ top: 0px;
17317
+ }
17318
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17319
+ opacity: var(--v-medium-emphasis-opacity);
17320
+ }
17321
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17322
+ opacity: 1;
17323
+ }
17324
+ .v-autocomplete--selecting-index .v-field__input > input {
17325
+ caret-color: transparent;
17326
+ }
17327
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17328
+ flex: 1 1;
17329
+ position: absolute;
17330
+ left: 0;
17331
+ right: 0;
17332
+ width: 100%;
17333
+ padding-inline: inherit;
17334
+ }
17335
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17336
+ transition: none;
17337
+ }
17338
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17339
+ opacity: 0;
17340
+ }
17341
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
17342
+ opacity: 0;
17343
+ }
17344
+ .v-autocomplete__menu-icon {
17345
+ margin-inline-start: 4px;
17346
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17347
+ }
17348
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17349
+ opacity: var(--v-high-emphasis-opacity);
17350
+ transform: rotate(180deg);
17351
17351
  }.v-avatar {
17352
17352
  flex: none;
17353
17353
  align-items: center;
@@ -17506,6 +17506,61 @@ html.overflow-y-hidden {
17506
17506
  display: inline-flex;
17507
17507
  justify-content: center;
17508
17508
  margin: 0 4px;
17509
+ }.v-bottom-navigation {
17510
+ display: flex;
17511
+ max-width: 100%;
17512
+ overflow: hidden;
17513
+ position: absolute;
17514
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17515
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17516
+ border-style: solid;
17517
+ border-width: 0;
17518
+ border-radius: 0;
17519
+ background: rgb(var(--v-theme-surface));
17520
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17521
+ }
17522
+ .v-bottom-navigation--border {
17523
+ border-width: thin;
17524
+ box-shadow: none;
17525
+ }
17526
+ .v-bottom-navigation--active {
17527
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17528
+ }
17529
+
17530
+ .v-bottom-navigation__content {
17531
+ display: flex;
17532
+ flex: none;
17533
+ font-size: 0.75rem;
17534
+ justify-content: center;
17535
+ transition: inherit;
17536
+ width: 100%;
17537
+ }
17538
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17539
+ font-size: inherit;
17540
+ height: 100%;
17541
+ max-width: 168px;
17542
+ min-width: 80px;
17543
+ text-transform: none;
17544
+ transition: inherit;
17545
+ width: auto;
17546
+ border-radius: 0;
17547
+ }
17548
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17549
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17550
+ transition: inherit;
17551
+ }
17552
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17553
+ font-size: 1.5rem;
17554
+ }
17555
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17556
+ flex-grow: 1;
17557
+ }
17558
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17559
+ transition: inherit;
17560
+ opacity: 0;
17561
+ }
17562
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17563
+ transform: translateY(0.5rem);
17509
17564
  }.v-banner {
17510
17565
  display: grid;
17511
17566
  flex: 1 1;
@@ -17663,61 +17718,6 @@ html.overflow-y-hidden {
17663
17718
  }
17664
17719
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
17665
17720
  align-self: flex-start;
17666
- }.v-bottom-navigation {
17667
- display: flex;
17668
- max-width: 100%;
17669
- overflow: hidden;
17670
- position: absolute;
17671
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17672
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17673
- border-style: solid;
17674
- border-width: 0;
17675
- border-radius: 0;
17676
- background: rgb(var(--v-theme-surface));
17677
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17678
- }
17679
- .v-bottom-navigation--border {
17680
- border-width: thin;
17681
- box-shadow: none;
17682
- }
17683
- .v-bottom-navigation--active {
17684
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17685
- }
17686
-
17687
- .v-bottom-navigation__content {
17688
- display: flex;
17689
- flex: none;
17690
- font-size: 0.75rem;
17691
- justify-content: center;
17692
- transition: inherit;
17693
- width: 100%;
17694
- }
17695
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17696
- font-size: inherit;
17697
- height: 100%;
17698
- max-width: 168px;
17699
- min-width: 80px;
17700
- text-transform: none;
17701
- transition: inherit;
17702
- width: auto;
17703
- border-radius: 0;
17704
- }
17705
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17706
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17707
- transition: inherit;
17708
- }
17709
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17710
- font-size: 1.5rem;
17711
- }
17712
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17713
- flex-grow: 1;
17714
- }
17715
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17716
- transition: inherit;
17717
- opacity: 0;
17718
- }
17719
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17720
- transform: translateY(0.5rem);
17721
17721
  }.bottom-sheet-transition-enter-from {
17722
17722
  transform: translateY(100%);
17723
17723
  }
@@ -19740,26 +19740,6 @@ html.overflow-y-hidden {
19740
19740
  .offset-xxl-11 {
19741
19741
  margin-inline-start: 91.6666666667%;
19742
19742
  }
19743
- }.v-color-picker {
19744
- align-self: flex-start;
19745
- contain: content;
19746
- }
19747
- .v-color-picker.v-sheet {
19748
- 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));
19749
- border-radius: 4px;
19750
- }
19751
-
19752
- .v-color-picker__controls {
19753
- display: flex;
19754
- flex-direction: column;
19755
- padding: 16px;
19756
- }
19757
-
19758
- .v-color-picker--flat {
19759
- 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));
19760
- }
19761
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19762
- 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));
19763
19743
  }.v-combobox .v-field .v-text-field__prefix,
19764
19744
  .v-combobox .v-field .v-text-field__suffix,
19765
19745
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -19841,6 +19821,26 @@ html.overflow-y-hidden {
19841
19821
  .v-combobox--active-menu .v-combobox__menu-icon {
19842
19822
  opacity: var(--v-high-emphasis-opacity);
19843
19823
  transform: rotate(180deg);
19824
+ }.v-color-picker {
19825
+ align-self: flex-start;
19826
+ contain: content;
19827
+ }
19828
+ .v-color-picker.v-sheet {
19829
+ 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));
19830
+ border-radius: 4px;
19831
+ }
19832
+
19833
+ .v-color-picker__controls {
19834
+ display: flex;
19835
+ flex-direction: column;
19836
+ padding: 16px;
19837
+ }
19838
+
19839
+ .v-color-picker--flat {
19840
+ 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));
19841
+ }
19842
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19843
+ 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));
19844
19844
  }.v-counter {
19845
19845
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19846
19846
  flex: 0 1 auto;
@@ -20080,6 +20080,61 @@ html.overflow-y-hidden {
20080
20080
  .date-picker-header-reverse-transition-leave-to {
20081
20081
  opacity: 0;
20082
20082
  transform: translate(0, 100%);
20083
+ }.v-date-picker-month {
20084
+ display: flex;
20085
+ justify-content: center;
20086
+ padding: 0 12px 8px;
20087
+ --v-date-picker-month-day-diff: 4px;
20088
+ }
20089
+
20090
+ .v-date-picker-month__weeks {
20091
+ display: grid;
20092
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20093
+ column-gap: 4px;
20094
+ font-size: 0.85rem;
20095
+ }
20096
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20097
+ grid-row-gap: 0;
20098
+ }
20099
+
20100
+ .v-date-picker-month__weekday {
20101
+ font-size: 0.85rem;
20102
+ }
20103
+
20104
+ .v-date-picker-month__days {
20105
+ display: grid;
20106
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20107
+ column-gap: 4px;
20108
+ flex: 1 1;
20109
+ justify-content: space-around;
20110
+ }
20111
+
20112
+ .v-date-picker-month__day {
20113
+ align-items: center;
20114
+ display: flex;
20115
+ justify-content: center;
20116
+ position: relative;
20117
+ height: 40px;
20118
+ width: 40px;
20119
+ }
20120
+ .v-date-picker-month__day--selected .v-btn {
20121
+ background-color: rgb(var(--v-theme-surface-variant));
20122
+ color: rgb(var(--v-theme-on-surface-variant));
20123
+ }
20124
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20125
+ --v-btn-height: 24px;
20126
+ --v-btn-size: 0.85rem;
20127
+ }
20128
+ .v-date-picker-month__day--week {
20129
+ font-size: var(--v-btn-size);
20130
+ }
20131
+
20132
+ .v-date-picker-month__day--adjacent {
20133
+ opacity: 0.5;
20134
+ }
20135
+
20136
+ .v-date-picker-month__day--hide-adjacent {
20137
+ opacity: 0;
20083
20138
  }.v-date-picker-controls {
20084
20139
  display: flex;
20085
20140
  align-items: center;
@@ -20106,91 +20161,36 @@ html.overflow-y-hidden {
20106
20161
  cursor: pointer;
20107
20162
  }
20108
20163
  .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20109
- opacity: 1;
20110
- }
20111
- .v-date-picker-controls .v-btn:last-child {
20112
- margin-inline-start: 4px;
20113
- }
20114
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20115
- transform: rotate(180deg);
20116
- }
20117
-
20118
- .v-date-picker-controls__date {
20119
- margin-inline-end: 4px;
20120
- }
20121
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20122
- margin: auto;
20123
- text-align: center;
20124
- }
20125
-
20126
- .v-date-picker-controls__month {
20127
- display: flex;
20128
- }
20129
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20130
- flex-direction: row-reverse;
20131
- }
20132
-
20133
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20134
- flex: 1 0 auto;
20135
- }
20136
-
20137
- .v-date-picker__title {
20138
- display: inline-block;
20139
- }.v-date-picker-month {
20140
- display: flex;
20141
- justify-content: center;
20142
- padding: 0 12px 8px;
20143
- --v-date-picker-month-day-diff: 4px;
20144
- }
20145
-
20146
- .v-date-picker-month__weeks {
20147
- display: grid;
20148
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20149
- column-gap: 4px;
20150
- font-size: 0.85rem;
20164
+ opacity: 1;
20151
20165
  }
20152
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20153
- grid-row-gap: 0;
20166
+ .v-date-picker-controls .v-btn:last-child {
20167
+ margin-inline-start: 4px;
20154
20168
  }
20155
-
20156
- .v-date-picker-month__weekday {
20157
- font-size: 0.85rem;
20169
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20170
+ transform: rotate(180deg);
20158
20171
  }
20159
20172
 
20160
- .v-date-picker-month__days {
20161
- display: grid;
20162
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20163
- column-gap: 4px;
20164
- flex: 1 1;
20165
- justify-content: space-around;
20173
+ .v-date-picker-controls__date {
20174
+ margin-inline-end: 4px;
20175
+ }
20176
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20177
+ margin: auto;
20178
+ text-align: center;
20166
20179
  }
20167
20180
 
20168
- .v-date-picker-month__day {
20169
- align-items: center;
20181
+ .v-date-picker-controls__month {
20170
20182
  display: flex;
20171
- justify-content: center;
20172
- position: relative;
20173
- height: 40px;
20174
- width: 40px;
20175
- }
20176
- .v-date-picker-month__day--selected .v-btn {
20177
- background-color: rgb(var(--v-theme-surface-variant));
20178
- color: rgb(var(--v-theme-on-surface-variant));
20179
- }
20180
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20181
- --v-btn-height: 24px;
20182
- --v-btn-size: 0.85rem;
20183
20183
  }
20184
- .v-date-picker-month__day--week {
20185
- font-size: var(--v-btn-size);
20184
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20185
+ flex-direction: row-reverse;
20186
20186
  }
20187
20187
 
20188
- .v-date-picker-month__day--adjacent {
20189
- opacity: 0.5;
20188
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20189
+ flex: 1 0 auto;
20190
20190
  }
20191
20191
 
20192
- .v-date-picker-month__day--hide-adjacent {
20193
- opacity: 0;
20192
+ .v-date-picker__title {
20193
+ display: inline-block;
20194
20194
  }.v-date-picker-months {
20195
20195
  height: 288px;
20196
20196
  }
@@ -21425,21 +21425,6 @@ textarea.v-field__input::placeholder {
21425
21425
  max-width: 100%;
21426
21426
  position: relative;
21427
21427
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21428
- }.v-layout-item {
21429
- position: absolute;
21430
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21431
- }
21432
-
21433
- .v-layout-item--absolute {
21434
- position: absolute;
21435
- }.v-layout {
21436
- --v-scrollbar-offset: 0px;
21437
- display: flex;
21438
- flex: 1 1 auto;
21439
- }
21440
- .v-layout--full-height {
21441
- --v-scrollbar-offset: inherit;
21442
- height: 100%;
21443
21428
  }.v-label {
21444
21429
  align-items: center;
21445
21430
  color: inherit;
@@ -21455,6 +21440,21 @@ textarea.v-field__input::placeholder {
21455
21440
 
21456
21441
  .v-label--clickable {
21457
21442
  cursor: pointer;
21443
+ }.v-layout-item {
21444
+ position: absolute;
21445
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21446
+ }
21447
+
21448
+ .v-layout-item--absolute {
21449
+ position: absolute;
21450
+ }.v-layout {
21451
+ --v-scrollbar-offset: 0px;
21452
+ display: flex;
21453
+ flex: 1 1 auto;
21454
+ }
21455
+ .v-layout--full-height {
21456
+ --v-scrollbar-offset: inherit;
21457
+ height: 100%;
21458
21458
  }.v-list {
21459
21459
  overflow: auto;
21460
21460
  padding: 8px 0;
@@ -22009,19 +22009,6 @@ textarea.v-field__input::placeholder {
22009
22009
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22010
22010
  }.v-locale-provider {
22011
22011
  display: contents;
22012
- }.v-menu > .v-overlay__content {
22013
- display: flex;
22014
- flex-direction: column;
22015
- border-radius: 4px;
22016
- }
22017
- .v-menu > .v-overlay__content > .v-card,
22018
- .v-menu > .v-overlay__content > .v-sheet,
22019
- .v-menu > .v-overlay__content > .v-list {
22020
- background: rgb(var(--v-theme-surface));
22021
- border-radius: inherit;
22022
- overflow: auto;
22023
- height: 100%;
22024
- 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));
22025
22012
  }.v-main {
22026
22013
  flex: 1 0 auto;
22027
22014
  max-width: 100%;
@@ -22050,6 +22037,19 @@ textarea.v-field__input::placeholder {
22050
22037
  --v-layout-right: 0px;
22051
22038
  --v-layout-top: 0px;
22052
22039
  --v-layout-bottom: 0px;
22040
+ }.v-menu > .v-overlay__content {
22041
+ display: flex;
22042
+ flex-direction: column;
22043
+ border-radius: 4px;
22044
+ }
22045
+ .v-menu > .v-overlay__content > .v-card,
22046
+ .v-menu > .v-overlay__content > .v-sheet,
22047
+ .v-menu > .v-overlay__content > .v-list {
22048
+ background: rgb(var(--v-theme-surface));
22049
+ border-radius: inherit;
22050
+ overflow: auto;
22051
+ height: 100%;
22052
+ 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));
22053
22053
  }.v-messages {
22054
22054
  flex: 1 1 auto;
22055
22055
  font-size: 12px;
@@ -22066,6 +22066,62 @@ textarea.v-field__input::placeholder {
22066
22066
  -webkit-hyphens: auto;
22067
22067
  hyphens: auto;
22068
22068
  transition-duration: 150ms;
22069
+ }.v-otp-input {
22070
+ border-radius: 4px;
22071
+ align-items: center;
22072
+ display: flex;
22073
+ justify-content: center;
22074
+ padding: 0.5rem 0;
22075
+ position: relative;
22076
+ }
22077
+ .v-otp-input .v-field {
22078
+ height: 100%;
22079
+ }
22080
+
22081
+ .v-otp-input__divider {
22082
+ margin: 0 8px;
22083
+ }
22084
+
22085
+ .v-otp-input__content {
22086
+ align-items: center;
22087
+ display: flex;
22088
+ gap: 0.5rem;
22089
+ height: 64px;
22090
+ padding: 0.5rem;
22091
+ justify-content: center;
22092
+ max-width: 320px;
22093
+ position: relative;
22094
+ border-radius: inherit;
22095
+ }
22096
+ .v-otp-input--divided .v-otp-input__content {
22097
+ max-width: 360px;
22098
+ }
22099
+
22100
+ .v-otp-input__field {
22101
+ color: inherit;
22102
+ font-size: 1.25rem;
22103
+ height: 100%;
22104
+ outline: none;
22105
+ text-align: center;
22106
+ width: 100%;
22107
+ }
22108
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22109
+ -webkit-appearance: none;
22110
+ margin: 0;
22111
+ }
22112
+ .v-otp-input__field[type=number] {
22113
+ -moz-appearance: textfield;
22114
+ }
22115
+
22116
+ .v-otp-input__loader {
22117
+ align-items: center;
22118
+ display: flex;
22119
+ height: 100%;
22120
+ justify-content: center;
22121
+ width: 100%;
22122
+ }
22123
+ .v-otp-input__loader .v-progress-linear {
22124
+ position: absolute;
22069
22125
  }.v-navigation-drawer {
22070
22126
  -webkit-overflow-scrolling: touch;
22071
22127
  background: rgb(var(--v-theme-surface));
@@ -22164,62 +22220,6 @@ textarea.v-field__input::placeholder {
22164
22220
  .v-navigation-drawer__append {
22165
22221
  flex: none;
22166
22222
  overflow: hidden;
22167
- }.v-otp-input {
22168
- border-radius: 4px;
22169
- align-items: center;
22170
- display: flex;
22171
- justify-content: center;
22172
- padding: 0.5rem 0;
22173
- position: relative;
22174
- }
22175
- .v-otp-input .v-field {
22176
- height: 100%;
22177
- }
22178
-
22179
- .v-otp-input__divider {
22180
- margin: 0 8px;
22181
- }
22182
-
22183
- .v-otp-input__content {
22184
- align-items: center;
22185
- display: flex;
22186
- gap: 0.5rem;
22187
- height: 64px;
22188
- padding: 0.5rem;
22189
- justify-content: center;
22190
- max-width: 320px;
22191
- position: relative;
22192
- border-radius: inherit;
22193
- }
22194
- .v-otp-input--divided .v-otp-input__content {
22195
- max-width: 360px;
22196
- }
22197
-
22198
- .v-otp-input__field {
22199
- color: inherit;
22200
- font-size: 1.25rem;
22201
- height: 100%;
22202
- outline: none;
22203
- text-align: center;
22204
- width: 100%;
22205
- }
22206
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22207
- -webkit-appearance: none;
22208
- margin: 0;
22209
- }
22210
- .v-otp-input__field[type=number] {
22211
- -moz-appearance: textfield;
22212
- }
22213
-
22214
- .v-otp-input__loader {
22215
- align-items: center;
22216
- display: flex;
22217
- height: 100%;
22218
- justify-content: center;
22219
- width: 100%;
22220
- }
22221
- .v-otp-input__loader .v-progress-linear {
22222
- position: absolute;
22223
22223
  }.v-overlay-container {
22224
22224
  contain: layout;
22225
22225
  left: 0;
@@ -22291,12 +22291,6 @@ html.v-overlay-scroll-blocked {
22291
22291
  }
22292
22292
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22293
22293
  margin: 0.3rem;
22294
- }.v-parallax {
22295
- position: relative;
22296
- overflow: hidden;
22297
- }
22298
- .v-parallax--active > .v-img__img {
22299
- will-change: transform;
22300
22294
  }.v-progress-circular {
22301
22295
  align-items: center;
22302
22296
  display: inline-flex;
@@ -22399,6 +22393,12 @@ html.v-overlay-scroll-blocked {
22399
22393
  100% {
22400
22394
  transform: rotate(270deg);
22401
22395
  }
22396
+ }.v-parallax {
22397
+ position: relative;
22398
+ overflow: hidden;
22399
+ }
22400
+ .v-parallax--active > .v-img__img {
22401
+ will-change: transform;
22402
22402
  }.v-progress-linear {
22403
22403
  background: transparent;
22404
22404
  overflow: hidden;
@@ -22658,52 +22658,26 @@ html.v-overlay-scroll-blocked {
22658
22658
  display: flex;
22659
22659
  align-items: center;
22660
22660
  }
22661
-
22662
- .v-slider.v-input--vertical {
22663
- justify-content: center;
22664
- margin-top: 12px;
22665
- margin-bottom: 12px;
22666
- }
22667
- .v-slider.v-input--vertical > .v-input__control {
22668
- min-height: 300px;
22669
- }
22670
-
22671
- .v-slider.v-input--disabled {
22672
- pointer-events: none;
22673
- }
22674
-
22675
- .v-slider--has-labels > .v-input__control {
22676
- margin-bottom: 4px;
22677
- }
22678
-
22679
- .v-slider__label {
22680
- margin-inline-end: 12px;
22681
- }.v-responsive {
22682
- display: flex;
22683
- flex: 1 0 auto;
22684
- max-height: 100%;
22685
- max-width: 100%;
22686
- overflow: hidden;
22687
- position: relative;
22661
+
22662
+ .v-slider.v-input--vertical {
22663
+ justify-content: center;
22664
+ margin-top: 12px;
22665
+ margin-bottom: 12px;
22688
22666
  }
22689
- .v-responsive--inline {
22690
- display: inline-flex;
22691
- flex: 0 0 auto;
22667
+ .v-slider.v-input--vertical > .v-input__control {
22668
+ min-height: 300px;
22692
22669
  }
22693
22670
 
22694
- .v-responsive__content {
22695
- flex: 1 0 0px;
22696
- max-width: 100%;
22671
+ .v-slider.v-input--disabled {
22672
+ pointer-events: none;
22697
22673
  }
22698
22674
 
22699
- .v-responsive__sizer ~ .v-responsive__content {
22700
- margin-inline-start: -100%;
22675
+ .v-slider--has-labels > .v-input__control {
22676
+ margin-bottom: 4px;
22701
22677
  }
22702
22678
 
22703
- .v-responsive__sizer {
22704
- flex: 1 0 0px;
22705
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22706
- pointer-events: none;
22679
+ .v-slider__label {
22680
+ margin-inline-end: 12px;
22707
22681
  }.v-rating {
22708
22682
  max-width: 100%;
22709
22683
  display: inline-flex;
@@ -22758,6 +22732,32 @@ html.v-overlay-scroll-blocked {
22758
22732
  opacity: 0;
22759
22733
  position: absolute;
22760
22734
  width: 0;
22735
+ }.v-responsive {
22736
+ display: flex;
22737
+ flex: 1 0 auto;
22738
+ max-height: 100%;
22739
+ max-width: 100%;
22740
+ overflow: hidden;
22741
+ position: relative;
22742
+ }
22743
+ .v-responsive--inline {
22744
+ display: inline-flex;
22745
+ flex: 0 0 auto;
22746
+ }
22747
+
22748
+ .v-responsive__content {
22749
+ flex: 1 0 0px;
22750
+ max-width: 100%;
22751
+ }
22752
+
22753
+ .v-responsive__sizer ~ .v-responsive__content {
22754
+ margin-inline-start: -100%;
22755
+ }
22756
+
22757
+ .v-responsive__sizer {
22758
+ flex: 1 0 0px;
22759
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22760
+ pointer-events: none;
22761
22761
  }.v-select .v-field .v-text-field__prefix,
22762
22762
  .v-select .v-field .v-text-field__suffix,
22763
22763
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -22907,14 +22907,6 @@ html.v-overlay-scroll-blocked {
22907
22907
  }
22908
22908
  .v-selection-control--focus-visible .v-selection-control__input::before {
22909
22909
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22910
- }.v-selection-control-group {
22911
- grid-area: control;
22912
- display: flex;
22913
- flex-direction: column;
22914
- }
22915
- .v-selection-control-group--inline {
22916
- flex-direction: row;
22917
- flex-wrap: wrap;
22918
22910
  }.v-sheet {
22919
22911
  display: block;
22920
22912
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -22943,6 +22935,14 @@ html.v-overlay-scroll-blocked {
22943
22935
  }
22944
22936
  .v-sheet--rounded {
22945
22937
  border-radius: 4px;
22938
+ }.v-selection-control-group {
22939
+ grid-area: control;
22940
+ display: flex;
22941
+ flex-direction: column;
22942
+ }
22943
+ .v-selection-control-group--inline {
22944
+ flex-direction: row;
22945
+ flex-wrap: wrap;
22946
22946
  }.v-skeleton-loader {
22947
22947
  align-items: center;
22948
22948
  background: rgb(var(--v-theme-surface));
@@ -23443,6 +23443,43 @@ html.v-overlay-scroll-blocked {
23443
23443
  }
23444
23444
  .v-stepper--mobile .v-stepper-item__subtitle {
23445
23445
  display: none;
23446
+ }.v-system-bar {
23447
+ align-items: center;
23448
+ display: flex;
23449
+ flex: 1 1 auto;
23450
+ height: 24px;
23451
+ justify-content: flex-end;
23452
+ max-width: 100%;
23453
+ padding-inline: 8px;
23454
+ position: relative;
23455
+ text-align: end;
23456
+ width: 100%;
23457
+ 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));
23458
+ background: rgba(var(--v-theme-surface-light));
23459
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23460
+ font-size: 0.75rem;
23461
+ font-weight: 400;
23462
+ letter-spacing: 0.0333333333em;
23463
+ line-height: 1.25rem;
23464
+ text-transform: none;
23465
+ }
23466
+ .v-system-bar .v-icon {
23467
+ opacity: var(--v-medium-emphasis-opacity);
23468
+ }
23469
+ .v-system-bar--absolute {
23470
+ position: absolute;
23471
+ }
23472
+ .v-system-bar--fixed {
23473
+ position: fixed;
23474
+ }
23475
+ .v-system-bar--rounded {
23476
+ border-radius: 0;
23477
+ }
23478
+ .v-system-bar--window {
23479
+ height: 32px;
23480
+ }
23481
+ .v-system-bar:not(.v-system-bar--absolute) {
23482
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23446
23483
  }.v-switch .v-label {
23447
23484
  padding-inline-start: 10px;
23448
23485
  }
@@ -23561,43 +23598,35 @@ html.v-overlay-scroll-blocked {
23561
23598
  }
23562
23599
  .v-switch.v-switch--inset .v-selection-control__wrapper {
23563
23600
  width: auto;
23564
- }.v-system-bar {
23565
- align-items: center;
23566
- display: flex;
23567
- flex: 1 1 auto;
23568
- height: 24px;
23569
- justify-content: flex-end;
23570
- max-width: 100%;
23571
- padding-inline: 8px;
23572
- position: relative;
23573
- text-align: end;
23574
- width: 100%;
23575
- 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));
23576
- background: rgba(var(--v-theme-surface-light));
23577
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23578
- font-size: 0.75rem;
23579
- font-weight: 400;
23580
- letter-spacing: 0.0333333333em;
23581
- line-height: 1.25rem;
23582
- text-transform: none;
23583
- }
23584
- .v-system-bar .v-icon {
23585
- opacity: var(--v-medium-emphasis-opacity);
23601
+ }.v-tab.v-tab.v-btn {
23602
+ height: var(--v-tabs-height);
23603
+ border-radius: 0;
23604
+ min-width: 90px;
23586
23605
  }
23587
- .v-system-bar--absolute {
23588
- position: absolute;
23606
+ .v-slide-group--horizontal .v-tab {
23607
+ max-width: 360px;
23589
23608
  }
23590
- .v-system-bar--fixed {
23591
- position: fixed;
23609
+ .v-slide-group--vertical .v-tab {
23610
+ justify-content: start;
23592
23611
  }
23593
- .v-system-bar--rounded {
23594
- border-radius: 0;
23612
+
23613
+ .v-tab__slider {
23614
+ position: absolute;
23615
+ bottom: 0;
23616
+ left: 0;
23617
+ height: 2px;
23618
+ width: 100%;
23619
+ background: currentColor;
23620
+ pointer-events: none;
23621
+ opacity: 0;
23595
23622
  }
23596
- .v-system-bar--window {
23597
- height: 32px;
23623
+ .v-tab--selected .v-tab__slider {
23624
+ opacity: 1;
23598
23625
  }
23599
- .v-system-bar:not(.v-system-bar--absolute) {
23600
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23626
+ .v-slide-group--vertical .v-tab__slider {
23627
+ top: 0;
23628
+ height: 100%;
23629
+ width: 2px;
23601
23630
  }.v-tabs {
23602
23631
  display: flex;
23603
23632
  height: var(--v-tabs-height);
@@ -23619,81 +23648,158 @@ html.v-overlay-scroll-blocked {
23619
23648
  .v-tabs--density-compact {
23620
23649
  --v-tabs-height: 36px;
23621
23650
  }
23622
- .v-tabs--density-compact.v-tabs--stacked {
23623
- --v-tabs-height: 60px;
23651
+ .v-tabs--density-compact.v-tabs--stacked {
23652
+ --v-tabs-height: 60px;
23653
+ }
23654
+
23655
+ .v-tabs.v-slide-group--vertical {
23656
+ height: auto;
23657
+ flex: none;
23658
+ --v-tabs-height: 48px;
23659
+ }
23660
+
23661
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23662
+ margin-inline-start: 42px;
23663
+ }
23664
+
23665
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23666
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23667
+ margin-inline-end: auto;
23668
+ }
23669
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23670
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23671
+ margin-inline-start: auto;
23672
+ }
23673
+
23674
+ .v-tabs--grow {
23675
+ flex-grow: 1;
23676
+ }
23677
+ .v-tabs--grow .v-tab {
23678
+ flex: 1 0 auto;
23679
+ max-width: none;
23680
+ }
23681
+
23682
+ .v-tabs--align-tabs-end .v-tab:first-child {
23683
+ margin-inline-start: auto;
23684
+ }
23685
+ .v-tabs--align-tabs-end .v-tab:last-child {
23686
+ margin-inline-end: 0;
23687
+ }
23688
+
23689
+ @media (max-width: 1279.98px) {
23690
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23691
+ margin-inline-start: 52px;
23692
+ }
23693
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23694
+ margin-inline-end: 52px;
23695
+ }
23696
+ }.v-textarea .v-field {
23697
+ --v-textarea-control-height: var(--v-input-control-height);
23698
+ }
23699
+ .v-textarea .v-field__field {
23700
+ --v-input-control-height: var(--v-textarea-control-height);
23701
+ }
23702
+ .v-textarea .v-field__input {
23703
+ flex: 1 1 auto;
23704
+ outline: none;
23705
+ -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));
23706
+ 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));
23707
+ }
23708
+ .v-textarea .v-field__input.v-textarea__sizer {
23709
+ visibility: hidden;
23710
+ position: absolute;
23711
+ top: 0;
23712
+ left: 0;
23713
+ height: 0 !important;
23714
+ min-height: 0 !important;
23715
+ pointer-events: none;
23716
+ }
23717
+ .v-textarea--no-resize .v-field__input {
23718
+ resize: none;
23719
+ }
23720
+ .v-textarea .v-field--no-label textarea,
23721
+ .v-textarea .v-field--active textarea {
23722
+ opacity: 1;
23723
+ }
23724
+ .v-textarea textarea {
23725
+ opacity: 0;
23726
+ flex: 1;
23727
+ min-width: 0;
23728
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23729
+ }
23730
+ .v-textarea textarea:focus, .v-textarea textarea:active {
23731
+ outline: none;
23732
+ }
23733
+ .v-textarea textarea:invalid {
23734
+ box-shadow: none;
23735
+ }/* region BLOCK */
23736
+ .v-text-field input {
23737
+ color: inherit;
23738
+ opacity: 0;
23739
+ flex: 1;
23740
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23741
+ min-width: 0;
23742
+ }
23743
+ .v-text-field input:focus, .v-text-field input:active {
23744
+ outline: none;
23745
+ }
23746
+ .v-text-field input:invalid {
23747
+ box-shadow: none;
23748
+ }
23749
+ .v-text-field .v-field {
23750
+ cursor: text;
23624
23751
  }
23625
-
23626
- .v-tabs.v-slide-group--vertical {
23627
- height: auto;
23628
- flex: none;
23629
- --v-tabs-height: 48px;
23752
+ .v-text-field--prefixed.v-text-field .v-field__input {
23753
+ --v-field-padding-start: 6px;
23630
23754
  }
23631
23755
 
23632
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23633
- margin-inline-start: 42px;
23756
+ .v-text-field--suffixed.v-text-field .v-field__input {
23757
+ --v-field-padding-end: 0;
23634
23758
  }
23635
23759
 
23636
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23637
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23638
- margin-inline-end: auto;
23760
+ .v-text-field .v-input__details {
23761
+ padding-inline: 16px;
23639
23762
  }
23640
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23641
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23642
- margin-inline-start: auto;
23763
+ .v-input--plain-underlined.v-text-field .v-input__details {
23764
+ padding-inline: 0;
23643
23765
  }
23644
23766
 
23645
- .v-tabs--grow {
23646
- flex-grow: 1;
23767
+ .v-text-field .v-field--no-label input,
23768
+ .v-text-field .v-field--active input {
23769
+ opacity: 1;
23647
23770
  }
23648
- .v-tabs--grow .v-tab {
23649
- flex: 1 0 auto;
23650
- max-width: none;
23771
+ .v-text-field .v-field--single-line input {
23772
+ transition: none;
23651
23773
  }
23652
23774
 
23653
- .v-tabs--align-tabs-end .v-tab:first-child {
23654
- margin-inline-start: auto;
23775
+ /* endregion */
23776
+ /* region ELEMENTS */
23777
+ .v-text-field__prefix, .v-text-field__suffix {
23778
+ align-items: center;
23779
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23780
+ cursor: default;
23781
+ display: flex;
23782
+ opacity: 0;
23783
+ transition: inherit;
23784
+ white-space: nowrap;
23785
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23786
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23787
+ padding-bottom: var(--v-field-padding-bottom, 6px);
23655
23788
  }
23656
- .v-tabs--align-tabs-end .v-tab:last-child {
23657
- margin-inline-end: 0;
23789
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23790
+ opacity: 1;
23658
23791
  }
23659
-
23660
- @media (max-width: 1279.98px) {
23661
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23662
- margin-inline-start: 52px;
23663
- }
23664
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23665
- margin-inline-end: 52px;
23666
- }
23667
- }.v-tab.v-tab.v-btn {
23668
- height: var(--v-tabs-height);
23669
- border-radius: 0;
23670
- min-width: 90px;
23792
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23793
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23671
23794
  }
23672
- .v-slide-group--horizontal .v-tab {
23673
- max-width: 360px;
23795
+ .v-text-field__prefix {
23796
+ padding-inline-start: var(--v-field-padding-start);
23674
23797
  }
23675
- .v-slide-group--vertical .v-tab {
23676
- justify-content: start;
23798
+ .v-text-field__suffix {
23799
+ padding-inline-end: var(--v-field-padding-end);
23677
23800
  }
23678
23801
 
23679
- .v-tab__slider {
23680
- position: absolute;
23681
- bottom: 0;
23682
- left: 0;
23683
- height: 2px;
23684
- width: 100%;
23685
- background: currentColor;
23686
- pointer-events: none;
23687
- opacity: 0;
23688
- }
23689
- .v-tab--selected .v-tab__slider {
23690
- opacity: 1;
23691
- }
23692
- .v-slide-group--vertical .v-tab__slider {
23693
- top: 0;
23694
- height: 100%;
23695
- width: 2px;
23696
- }.v-table {
23802
+ /* endregion */.v-table {
23697
23803
  background: rgb(var(--v-theme-surface));
23698
23804
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23699
23805
  font-size: 0.875rem;
@@ -23831,112 +23937,6 @@ html.v-overlay-scroll-blocked {
23831
23937
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23832
23938
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23833
23939
  border-top: 0px !important;
23834
- }/* region BLOCK */
23835
- .v-text-field input {
23836
- color: inherit;
23837
- opacity: 0;
23838
- flex: 1;
23839
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23840
- min-width: 0;
23841
- }
23842
- .v-text-field input:focus, .v-text-field input:active {
23843
- outline: none;
23844
- }
23845
- .v-text-field input:invalid {
23846
- box-shadow: none;
23847
- }
23848
- .v-text-field .v-field {
23849
- cursor: text;
23850
- }
23851
- .v-text-field--prefixed.v-text-field .v-field__input {
23852
- --v-field-padding-start: 6px;
23853
- }
23854
-
23855
- .v-text-field--suffixed.v-text-field .v-field__input {
23856
- --v-field-padding-end: 0;
23857
- }
23858
-
23859
- .v-text-field .v-input__details {
23860
- padding-inline: 16px;
23861
- }
23862
- .v-input--plain-underlined.v-text-field .v-input__details {
23863
- padding-inline: 0;
23864
- }
23865
-
23866
- .v-text-field .v-field--no-label input,
23867
- .v-text-field .v-field--active input {
23868
- opacity: 1;
23869
- }
23870
- .v-text-field .v-field--single-line input {
23871
- transition: none;
23872
- }
23873
-
23874
- /* endregion */
23875
- /* region ELEMENTS */
23876
- .v-text-field__prefix, .v-text-field__suffix {
23877
- align-items: center;
23878
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23879
- cursor: default;
23880
- display: flex;
23881
- opacity: 0;
23882
- transition: inherit;
23883
- white-space: nowrap;
23884
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23885
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23886
- padding-bottom: var(--v-field-padding-bottom, 6px);
23887
- }
23888
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23889
- opacity: 1;
23890
- }
23891
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23892
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23893
- }
23894
- .v-text-field__prefix {
23895
- padding-inline-start: var(--v-field-padding-start);
23896
- }
23897
- .v-text-field__suffix {
23898
- padding-inline-end: var(--v-field-padding-end);
23899
- }
23900
-
23901
- /* endregion */.v-textarea .v-field {
23902
- --v-textarea-control-height: var(--v-input-control-height);
23903
- }
23904
- .v-textarea .v-field__field {
23905
- --v-input-control-height: var(--v-textarea-control-height);
23906
- }
23907
- .v-textarea .v-field__input {
23908
- flex: 1 1 auto;
23909
- outline: none;
23910
- -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));
23911
- 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));
23912
- }
23913
- .v-textarea .v-field__input.v-textarea__sizer {
23914
- visibility: hidden;
23915
- position: absolute;
23916
- top: 0;
23917
- left: 0;
23918
- height: 0 !important;
23919
- min-height: 0 !important;
23920
- pointer-events: none;
23921
- }
23922
- .v-textarea--no-resize .v-field__input {
23923
- resize: none;
23924
- }
23925
- .v-textarea .v-field--no-label textarea,
23926
- .v-textarea .v-field--active textarea {
23927
- opacity: 1;
23928
- }
23929
- .v-textarea textarea {
23930
- opacity: 0;
23931
- flex: 1;
23932
- min-width: 0;
23933
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23934
- }
23935
- .v-textarea textarea:focus, .v-textarea textarea:active {
23936
- outline: none;
23937
- }
23938
- .v-textarea textarea:invalid {
23939
- box-shadow: none;
23940
23940
  }.v-theme-provider {
23941
23941
  background: rgb(var(--v-theme-background));
23942
23942
  color: rgb(var(--v-theme-on-background));
@@ -24607,34 +24607,6 @@ html.v-overlay-scroll-blocked {
24607
24607
  }
24608
24608
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24609
24609
  will-change: transform;
24610
- }.v-color-picker-edit {
24611
- display: flex;
24612
- margin-top: 24px;
24613
- }
24614
-
24615
- .v-color-picker-edit__input {
24616
- width: 100%;
24617
- display: flex;
24618
- flex-wrap: wrap;
24619
- justify-content: center;
24620
- text-align: center;
24621
- }
24622
- .v-color-picker-edit__input:not(:last-child) {
24623
- margin-inline-end: 8px;
24624
- }
24625
- .v-color-picker-edit__input input {
24626
- border-radius: 4px;
24627
- margin-bottom: 8px;
24628
- min-width: 0;
24629
- outline: none;
24630
- text-align: center;
24631
- width: 100%;
24632
- height: 32px;
24633
- background: rgba(var(--v-theme-surface-variant), 0.2);
24634
- color: rgba(var(--v-theme-on-surface));
24635
- }
24636
- .v-color-picker-edit__input span {
24637
- font-size: 0.75rem;
24638
24610
  }.v-color-picker-preview__alpha .v-slider-track__background {
24639
24611
  background-color: transparent !important;
24640
24612
  }
@@ -24662,6 +24634,7 @@ html.v-overlay-scroll-blocked {
24662
24634
  display: flex;
24663
24635
  flex: 1 0 auto;
24664
24636
  flex-direction: column;
24637
+ padding-inline-end: 16px;
24665
24638
  }
24666
24639
 
24667
24640
  .v-color-picker-preview__dot {
@@ -24704,6 +24677,34 @@ html.v-overlay-scroll-blocked {
24704
24677
  .v-color-picker-preview__eye-dropper {
24705
24678
  position: relative;
24706
24679
  margin-right: 12px;
24680
+ }.v-color-picker-edit {
24681
+ display: flex;
24682
+ margin-top: 24px;
24683
+ }
24684
+
24685
+ .v-color-picker-edit__input {
24686
+ width: 100%;
24687
+ display: flex;
24688
+ flex-wrap: wrap;
24689
+ justify-content: center;
24690
+ text-align: center;
24691
+ }
24692
+ .v-color-picker-edit__input:not(:last-child) {
24693
+ margin-inline-end: 8px;
24694
+ }
24695
+ .v-color-picker-edit__input input {
24696
+ border-radius: 4px;
24697
+ margin-bottom: 8px;
24698
+ min-width: 0;
24699
+ outline: none;
24700
+ text-align: center;
24701
+ width: 100%;
24702
+ height: 32px;
24703
+ background: rgba(var(--v-theme-surface-variant), 0.2);
24704
+ color: rgba(var(--v-theme-on-surface));
24705
+ }
24706
+ .v-color-picker-edit__input span {
24707
+ font-size: 0.75rem;
24707
24708
  }.v-color-picker-swatches {
24708
24709
  overflow-y: auto;
24709
24710
  }