@vuetify/nightly 3.7.1-master.2024-09-02 → 3.7.1-master.2024-09-04

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 (134) hide show
  1. package/dist/json/importMap-labs.json +14 -14
  2. package/dist/json/importMap.json +118 -118
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +4238 -4235
  5. package/dist/vuetify-labs.d.ts +999 -999
  6. package/dist/vuetify-labs.esm.js +42 -55
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +42 -55
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +731 -728
  11. package/dist/vuetify.d.ts +851 -851
  12. package/dist/vuetify.esm.js +34 -31
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +34 -31
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +267 -267
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAlert/index.d.mts +10 -10
  20. package/lib/components/VAppBar/index.d.mts +18 -18
  21. package/lib/components/VAutocomplete/index.d.mts +109 -109
  22. package/lib/components/VAvatar/index.d.mts +4 -4
  23. package/lib/components/VBadge/index.d.mts +4 -4
  24. package/lib/components/VBanner/index.d.mts +14 -14
  25. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  26. package/lib/components/VBottomSheet/index.d.mts +11 -11
  27. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
  28. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  29. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  30. package/lib/components/VBtn/VBtn.mjs +3 -4
  31. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  32. package/lib/components/VBtn/index.d.mts +14 -14
  33. package/lib/components/VBtnGroup/index.d.mts +4 -4
  34. package/lib/components/VBtnToggle/index.d.mts +4 -4
  35. package/lib/components/VCard/VCard.mjs +3 -4
  36. package/lib/components/VCard/VCard.mjs.map +1 -1
  37. package/lib/components/VCard/index.d.mts +14 -14
  38. package/lib/components/VCarousel/index.d.mts +13 -13
  39. package/lib/components/VCheckbox/index.d.mts +4 -4
  40. package/lib/components/VChip/VChip.mjs +2 -3
  41. package/lib/components/VChip/VChip.mjs.map +1 -1
  42. package/lib/components/VChip/index.d.mts +8 -8
  43. package/lib/components/VChipGroup/index.d.mts +4 -4
  44. package/lib/components/VColorPicker/index.d.mts +22 -22
  45. package/lib/components/VCombobox/index.d.mts +109 -109
  46. package/lib/components/VDataTable/index.d.mts +14 -14
  47. package/lib/components/VDatePicker/index.d.mts +12 -12
  48. package/lib/components/VDialog/VDialog.css +4 -1
  49. package/lib/components/VDialog/VDialog.mjs +1 -2
  50. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  51. package/lib/components/VDialog/VDialog.sass +2 -1
  52. package/lib/components/VDialog/index.d.mts +50 -50
  53. package/lib/components/VEmptyState/index.d.mts +8 -8
  54. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  55. package/lib/components/VFab/index.d.mts +18 -18
  56. package/lib/components/VFileInput/index.d.mts +6 -6
  57. package/lib/components/VFooter/index.d.mts +4 -4
  58. package/lib/components/VIcon/index.d.mts +4 -4
  59. package/lib/components/VInput/index.d.mts +2 -2
  60. package/lib/components/VItemGroup/index.d.mts +4 -4
  61. package/lib/components/VLabel/index.d.mts +4 -4
  62. package/lib/components/VList/VListItem.mjs +3 -4
  63. package/lib/components/VList/VListItem.mjs.map +1 -1
  64. package/lib/components/VList/index.d.mts +23 -23
  65. package/lib/components/VMenu/index.d.mts +50 -50
  66. package/lib/components/VMessages/index.d.mts +8 -8
  67. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  68. package/lib/components/VOtpInput/index.d.mts +4 -4
  69. package/lib/components/VOverlay/index.d.mts +11 -11
  70. package/lib/components/VPagination/index.d.mts +4 -4
  71. package/lib/components/VProgressCircular/index.d.mts +4 -4
  72. package/lib/components/VRadioGroup/index.d.mts +2 -2
  73. package/lib/components/VRangeSlider/index.d.mts +8 -8
  74. package/lib/components/VSelect/index.d.mts +109 -109
  75. package/lib/components/VSheet/index.d.mts +10 -10
  76. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  77. package/lib/components/VSlider/index.d.mts +8 -8
  78. package/lib/components/VSnackbar/index.d.mts +62 -62
  79. package/lib/components/VSpeedDial/index.d.mts +11 -11
  80. package/lib/components/VStepper/index.d.mts +12 -12
  81. package/lib/components/VSwitch/index.d.mts +2 -2
  82. package/lib/components/VSystemBar/index.d.mts +4 -4
  83. package/lib/components/VTabs/index.d.mts +53 -53
  84. package/lib/components/VTextField/index.d.mts +13 -13
  85. package/lib/components/VTextarea/index.d.mts +10 -10
  86. package/lib/components/VTimeline/index.d.mts +4 -4
  87. package/lib/components/VToolbar/index.d.mts +4 -4
  88. package/lib/components/VTooltip/index.d.mts +45 -45
  89. package/lib/components/VWindow/index.d.mts +6 -6
  90. package/lib/components/index.d.mts +810 -810
  91. package/lib/composables/directiveComponent.mjs +1 -1
  92. package/lib/composables/directiveComponent.mjs.map +1 -1
  93. package/lib/composables/router.mjs +19 -9
  94. package/lib/composables/router.mjs.map +1 -1
  95. package/lib/directives/tooltip/index.mjs +1 -1
  96. package/lib/directives/tooltip/index.mjs.map +1 -1
  97. package/lib/entry-bundler.mjs +1 -1
  98. package/lib/framework.mjs +1 -1
  99. package/lib/index.d.mts +41 -41
  100. package/lib/labs/VDateInput/index.d.mts +12 -12
  101. package/lib/labs/VNumberInput/index.d.mts +67 -67
  102. package/lib/labs/VPicker/index.d.mts +10 -10
  103. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  104. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  105. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  106. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  107. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  108. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  109. package/lib/labs/VTimePicker/index.d.mts +26 -26
  110. package/lib/labs/VTimePicker/util.mjs +5 -0
  111. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  112. package/lib/labs/VTreeview/index.d.mts +40 -40
  113. package/lib/labs/components.d.mts +256 -256
  114. package/package.json +6 -8
  115. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  116. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  117. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  118. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  119. package/lib/components/VDatePicker/util/index.mjs +0 -9
  120. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  121. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  122. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  123. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  124. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  125. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  126. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  127. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  128. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  129. package/lib/services/goto/easing-patterns.mjs +0 -27
  130. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  131. package/lib/services/goto/index.mjs +0 -73
  132. package/lib/services/goto/index.mjs.map +0 -1
  133. package/lib/services/goto/util.mjs +0 -39
  134. package/lib/services/goto/util.mjs.map +0 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.1-master.2024-09-02
2
+ * Vuetify v3.7.1-master.2024-09-04
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,6 +17978,18 @@ html.overflow-y-hidden {
17978
17978
  .v-ripple__animation--out {
17979
17979
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17980
17980
  opacity: 0;
17981
+ }.v-app-bar {
17982
+ display: flex;
17983
+ }
17984
+ .v-app-bar.v-toolbar {
17985
+ background: rgb(var(--v-theme-surface));
17986
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17987
+ }
17988
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17989
+ 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));
17990
+ }
17991
+ .v-app-bar:not(.v-toolbar--absolute) {
17992
+ padding-inline-end: var(--v-scrollbar-offset);
17981
17993
  }.v-application {
17982
17994
  display: flex;
17983
17995
  background: rgb(var(--v-theme-background));
@@ -17994,18 +18006,6 @@ html.overflow-y-hidden {
17994
18006
  min-height: 100vh;
17995
18007
  min-height: 100dvh;
17996
18008
  position: relative;
17997
- }.v-app-bar {
17998
- display: flex;
17999
- }
18000
- .v-app-bar.v-toolbar {
18001
- background: rgb(var(--v-theme-surface));
18002
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18003
- }
18004
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18005
- 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));
18006
- }
18007
- .v-app-bar:not(.v-toolbar--absolute) {
18008
- padding-inline-end: var(--v-scrollbar-offset);
18009
18009
  }.v-alert {
18010
18010
  display: grid;
18011
18011
  flex: 1 1;
@@ -18413,79 +18413,6 @@ html.overflow-y-hidden {
18413
18413
  .v-avatar .v-img {
18414
18414
  height: 100%;
18415
18415
  width: 100%;
18416
- }.v-badge {
18417
- display: inline-block;
18418
- line-height: 1;
18419
- }
18420
-
18421
- .v-badge__badge {
18422
- align-items: center;
18423
- display: inline-flex;
18424
- border-radius: 10px;
18425
- font-size: 0.75rem;
18426
- font-weight: 500;
18427
- height: 1.25rem;
18428
- justify-content: center;
18429
- min-width: 20px;
18430
- padding: 4px 6px;
18431
- pointer-events: auto;
18432
- position: absolute;
18433
- text-align: center;
18434
- text-indent: 0;
18435
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18436
- white-space: nowrap;
18437
- }
18438
- .v-badge__badge {
18439
- background: rgb(var(--v-theme-surface-variant));
18440
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18441
- }
18442
- .v-badge--bordered .v-badge__badge::after {
18443
- border-radius: inherit;
18444
- border-style: solid;
18445
- border-width: 2px;
18446
- bottom: 0;
18447
- color: rgb(var(--v-theme-background));
18448
- content: "";
18449
- left: 0;
18450
- position: absolute;
18451
- right: 0;
18452
- top: 0;
18453
- transform: scale(1.05);
18454
- }
18455
- .v-badge--dot .v-badge__badge {
18456
- border-radius: 4.5px;
18457
- height: 9px;
18458
- min-width: 0;
18459
- padding: 0;
18460
- width: 9px;
18461
- }
18462
- .v-badge--dot .v-badge__badge::after {
18463
- border-width: 1.5px;
18464
- }
18465
- .v-badge--inline .v-badge__badge {
18466
- position: relative;
18467
- vertical-align: middle;
18468
- }
18469
- .v-badge__badge .v-icon {
18470
- color: inherit;
18471
- font-size: 0.75rem;
18472
- margin: 0 -2px;
18473
- }
18474
- .v-badge__badge img,
18475
- .v-badge__badge .v-img {
18476
- height: 100%;
18477
- width: 100%;
18478
- }
18479
-
18480
- .v-badge__wrapper {
18481
- display: flex;
18482
- position: relative;
18483
- }
18484
- .v-badge--inline .v-badge__wrapper {
18485
- align-items: center;
18486
- display: inline-flex;
18487
- justify-content: center;
18488
- margin: 0 4px;
18489
18416
  }.v-banner {
18490
18417
  display: grid;
18491
18418
  flex: 1 1;
@@ -18715,6 +18642,79 @@ html.overflow-y-hidden {
18715
18642
  }
18716
18643
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
18644
  transform: translateY(0.5rem);
18645
+ }.v-badge {
18646
+ display: inline-block;
18647
+ line-height: 1;
18648
+ }
18649
+
18650
+ .v-badge__badge {
18651
+ align-items: center;
18652
+ display: inline-flex;
18653
+ border-radius: 10px;
18654
+ font-size: 0.75rem;
18655
+ font-weight: 500;
18656
+ height: 1.25rem;
18657
+ justify-content: center;
18658
+ min-width: 20px;
18659
+ padding: 4px 6px;
18660
+ pointer-events: auto;
18661
+ position: absolute;
18662
+ text-align: center;
18663
+ text-indent: 0;
18664
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18665
+ white-space: nowrap;
18666
+ }
18667
+ .v-badge__badge {
18668
+ background: rgb(var(--v-theme-surface-variant));
18669
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18670
+ }
18671
+ .v-badge--bordered .v-badge__badge::after {
18672
+ border-radius: inherit;
18673
+ border-style: solid;
18674
+ border-width: 2px;
18675
+ bottom: 0;
18676
+ color: rgb(var(--v-theme-background));
18677
+ content: "";
18678
+ left: 0;
18679
+ position: absolute;
18680
+ right: 0;
18681
+ top: 0;
18682
+ transform: scale(1.05);
18683
+ }
18684
+ .v-badge--dot .v-badge__badge {
18685
+ border-radius: 4.5px;
18686
+ height: 9px;
18687
+ min-width: 0;
18688
+ padding: 0;
18689
+ width: 9px;
18690
+ }
18691
+ .v-badge--dot .v-badge__badge::after {
18692
+ border-width: 1.5px;
18693
+ }
18694
+ .v-badge--inline .v-badge__badge {
18695
+ position: relative;
18696
+ vertical-align: middle;
18697
+ }
18698
+ .v-badge__badge .v-icon {
18699
+ color: inherit;
18700
+ font-size: 0.75rem;
18701
+ margin: 0 -2px;
18702
+ }
18703
+ .v-badge__badge img,
18704
+ .v-badge__badge .v-img {
18705
+ height: 100%;
18706
+ width: 100%;
18707
+ }
18708
+
18709
+ .v-badge__wrapper {
18710
+ display: flex;
18711
+ position: relative;
18712
+ }
18713
+ .v-badge--inline .v-badge__wrapper {
18714
+ align-items: center;
18715
+ display: inline-flex;
18716
+ justify-content: center;
18717
+ margin: 0 4px;
18718
18718
  }.bottom-sheet-transition-enter-from {
18719
18719
  transform: translateY(100%);
18720
18720
  }
@@ -19230,6 +19230,19 @@ html.overflow-y-hidden {
19230
19230
  }
19231
19231
  .v-pagination__item--is-active .v-btn__overlay {
19232
19232
  opacity: var(--v-border-opacity);
19233
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19234
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19235
+ }
19236
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19237
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19238
+ }
19239
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19240
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19241
+ }
19242
+ @supports not selector(:focus-visible) {
19243
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19244
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19245
+ }
19233
19246
  }.v-btn-group {
19234
19247
  display: inline-flex;
19235
19248
  flex-wrap: nowrap;
@@ -19294,19 +19307,6 @@ html.overflow-y-hidden {
19294
19307
  }
19295
19308
  .v-btn-group--tile {
19296
19309
  border-radius: 0;
19297
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19298
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19299
- }
19300
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19301
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19302
- }
19303
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19304
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19305
- }
19306
- @supports not selector(:focus-visible) {
19307
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19308
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19309
- }
19310
19310
  }.v-card {
19311
19311
  display: block;
19312
19312
  overflow: hidden;
@@ -20233,42 +20233,253 @@ html.overflow-y-hidden {
20233
20233
  flex: 0 1 auto;
20234
20234
  font-size: 12px;
20235
20235
  transition-duration: 150ms;
20236
- }.v-data-table {
20237
- width: 100%;
20236
+ }.v-date-picker {
20237
+ overflow: hidden;
20238
+ width: 328px;
20238
20239
  }
20239
-
20240
- .v-data-table__table {
20241
- width: 100%;
20242
- border-collapse: separate;
20243
- border-spacing: 0;
20240
+ .v-date-picker--show-week {
20241
+ width: 368px;
20242
+ }.v-date-picker-controls {
20243
+ display: flex;
20244
+ align-items: center;
20245
+ justify-content: space-between;
20246
+ font-size: 0.875rem;
20247
+ padding-top: 4px;
20248
+ padding-bottom: 4px;
20249
+ padding-inline-start: 6px;
20250
+ padding-inline-end: 12px;
20244
20251
  }
20245
-
20246
- .v-data-table__tr--focus {
20247
- border: 1px dotted black;
20252
+ .v-date-picker-controls > .v-btn:first-child {
20253
+ text-transform: none;
20254
+ font-weight: 400;
20255
+ line-height: initial;
20256
+ letter-spacing: initial;
20248
20257
  }
20249
- .v-data-table__tr--clickable {
20258
+ .v-date-picker-controls--variant-classic {
20259
+ padding-inline-start: 12px;
20260
+ }
20261
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20262
+ opacity: 0.7;
20263
+ }
20264
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20250
20265
  cursor: pointer;
20251
20266
  }
20252
-
20253
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20254
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20255
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20256
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20257
- text-align: end;
20267
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20268
+ opacity: 1;
20258
20269
  }
20259
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20260
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20261
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20262
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20263
- flex-direction: row-reverse;
20270
+ .v-date-picker-controls .v-btn:last-child {
20271
+ margin-inline-start: 4px;
20264
20272
  }
20265
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20266
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20267
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20268
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20269
- text-align: center;
20273
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20274
+ transform: rotate(180deg);
20270
20275
  }
20271
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20276
+
20277
+ .v-date-picker-controls__date {
20278
+ margin-inline-end: 4px;
20279
+ }
20280
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20281
+ margin: auto;
20282
+ text-align: center;
20283
+ }
20284
+
20285
+ .v-date-picker-controls__month {
20286
+ display: flex;
20287
+ }
20288
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20289
+ flex-direction: row-reverse;
20290
+ }
20291
+
20292
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20293
+ flex: 1 0 auto;
20294
+ }
20295
+
20296
+ .v-date-picker__title {
20297
+ display: inline-block;
20298
+ }.v-date-picker-months {
20299
+ height: 288px;
20300
+ }
20301
+
20302
+ .v-date-picker-months__content {
20303
+ align-items: center;
20304
+ display: grid;
20305
+ flex: 1 1;
20306
+ height: inherit;
20307
+ justify-content: space-around;
20308
+ grid-template-columns: repeat(2, 1fr);
20309
+ grid-gap: 0px 24px;
20310
+ padding-inline-start: 36px;
20311
+ padding-inline-end: 36px;
20312
+ }
20313
+ .v-date-picker-months__content .v-btn {
20314
+ text-transform: none;
20315
+ padding-inline-start: 8px;
20316
+ padding-inline-end: 8px;
20317
+ }.v-date-picker-header {
20318
+ align-items: flex-end;
20319
+ height: 70px;
20320
+ display: grid;
20321
+ grid-template-areas: "prepend content append";
20322
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20323
+ overflow: hidden;
20324
+ padding-inline: 24px 12px;
20325
+ padding-bottom: 12px;
20326
+ }
20327
+
20328
+ .v-date-picker-header__append {
20329
+ grid-area: append;
20330
+ }
20331
+
20332
+ .v-date-picker-header__prepend {
20333
+ grid-area: prepend;
20334
+ padding-inline-start: 8px;
20335
+ }
20336
+
20337
+ .v-date-picker-header__content {
20338
+ align-items: center;
20339
+ display: inline-flex;
20340
+ font-size: 32px;
20341
+ line-height: 40px;
20342
+ grid-area: content;
20343
+ justify-content: space-between;
20344
+ }
20345
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20346
+ cursor: pointer;
20347
+ }
20348
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20349
+ opacity: 0.7;
20350
+ }
20351
+
20352
+ .date-picker-header-transition-enter-active,
20353
+ .date-picker-header-reverse-transition-enter-active {
20354
+ transition-duration: 0.3s;
20355
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20356
+ }
20357
+ .date-picker-header-transition-leave-active,
20358
+ .date-picker-header-reverse-transition-leave-active {
20359
+ transition-duration: 0.3s;
20360
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20361
+ }
20362
+
20363
+ .date-picker-header-transition-enter-from {
20364
+ transform: translate(0, 100%);
20365
+ }
20366
+ .date-picker-header-transition-leave-to {
20367
+ opacity: 0;
20368
+ transform: translate(0, -100%);
20369
+ }
20370
+
20371
+ .date-picker-header-reverse-transition-enter-from {
20372
+ transform: translate(0, -100%);
20373
+ }
20374
+ .date-picker-header-reverse-transition-leave-to {
20375
+ opacity: 0;
20376
+ transform: translate(0, 100%);
20377
+ }.v-date-picker-month {
20378
+ display: flex;
20379
+ justify-content: center;
20380
+ padding: 0 12px 8px;
20381
+ --v-date-picker-month-day-diff: 4px;
20382
+ }
20383
+
20384
+ .v-date-picker-month__weeks {
20385
+ display: grid;
20386
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20387
+ column-gap: 4px;
20388
+ font-size: 0.85rem;
20389
+ }
20390
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20391
+ grid-row-gap: 0;
20392
+ }
20393
+
20394
+ .v-date-picker-month__weekday {
20395
+ font-size: 0.85rem;
20396
+ }
20397
+
20398
+ .v-date-picker-month__days {
20399
+ display: grid;
20400
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20401
+ column-gap: 4px;
20402
+ flex: 1 1;
20403
+ justify-content: space-around;
20404
+ }
20405
+
20406
+ .v-date-picker-month__day {
20407
+ align-items: center;
20408
+ display: flex;
20409
+ justify-content: center;
20410
+ position: relative;
20411
+ height: 40px;
20412
+ width: 40px;
20413
+ }
20414
+ .v-date-picker-month__day--selected .v-btn {
20415
+ background-color: rgb(var(--v-theme-surface-variant));
20416
+ color: rgb(var(--v-theme-on-surface-variant));
20417
+ }
20418
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20419
+ --v-btn-height: 24px;
20420
+ --v-btn-size: 0.85rem;
20421
+ }
20422
+ .v-date-picker-month__day--week {
20423
+ font-size: var(--v-btn-size);
20424
+ }
20425
+
20426
+ .v-date-picker-month__day--adjacent {
20427
+ opacity: 0.5;
20428
+ }
20429
+
20430
+ .v-date-picker-month__day--hide-adjacent {
20431
+ opacity: 0;
20432
+ }.v-date-picker-years {
20433
+ height: 288px;
20434
+ overflow-y: scroll;
20435
+ }
20436
+
20437
+ .v-date-picker-years__content {
20438
+ display: grid;
20439
+ flex: 1 1;
20440
+ justify-content: space-around;
20441
+ grid-template-columns: repeat(3, 1fr);
20442
+ gap: 8px 24px;
20443
+ padding-inline: 32px;
20444
+ }
20445
+ .v-date-picker-years__content .v-btn {
20446
+ padding-inline: 8px;
20447
+ }.v-data-table {
20448
+ width: 100%;
20449
+ }
20450
+
20451
+ .v-data-table__table {
20452
+ width: 100%;
20453
+ border-collapse: separate;
20454
+ border-spacing: 0;
20455
+ }
20456
+
20457
+ .v-data-table__tr--focus {
20458
+ border: 1px dotted black;
20459
+ }
20460
+ .v-data-table__tr--clickable {
20461
+ cursor: pointer;
20462
+ }
20463
+
20464
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20465
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20466
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20467
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20468
+ text-align: end;
20469
+ }
20470
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20471
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20472
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20473
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20474
+ flex-direction: row-reverse;
20475
+ }
20476
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20477
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20478
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20479
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20480
+ text-align: center;
20481
+ }
20482
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20272
20483
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20273
20484
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20274
20485
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
@@ -20362,306 +20573,95 @@ html.overflow-y-hidden {
20362
20573
  display: inline-flex;
20363
20574
  justify-content: center;
20364
20575
  align-items: center;
20365
- font-size: 0.875rem;
20366
- padding: 4px;
20367
- border-radius: 50%;
20368
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20369
- min-width: 20px;
20370
- min-height: 20px;
20371
- width: 20px;
20372
- height: 20px;
20373
- }
20374
-
20375
- .v-data-table-progress > th {
20376
- border: none !important;
20377
- height: auto !important;
20378
- padding: 0 !important;
20379
- }
20380
-
20381
- .v-data-table-progress__loader {
20382
- position: relative;
20383
- }
20384
-
20385
- .v-data-table-rows-loading,
20386
- .v-data-table-rows-no-data {
20387
- text-align: center;
20388
- }
20389
-
20390
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20391
- grid-template-columns: 0;
20392
- justify-content: center;
20393
- }
20394
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
20395
- grid-template-columns: 0;
20396
- justify-content: end;
20397
- }
20398
- .v-data-table__tr--mobile > td {
20399
- align-items: center;
20400
- column-gap: 4px;
20401
- display: grid;
20402
- grid-template-columns: repeat(2, 1fr);
20403
- min-height: var(--v-table-row-height);
20404
- }
20405
- .v-data-table__tr--mobile > td:not(:last-child) {
20406
- border-bottom: 0 !important;
20407
- }
20408
-
20409
- .v-data-table__td-title {
20410
- font-weight: 500;
20411
- text-align: left;
20412
- }
20413
-
20414
- .v-data-table__td-value {
20415
- text-align: right;
20416
- }
20417
-
20418
- .v-data-table__td-sort-icon {
20419
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20420
- }
20421
- .v-data-table__td-sort-icon-active {
20422
- color: rgba(var(--v-theme-on-surface));
20423
- }.v-data-table-footer {
20424
- align-items: center;
20425
- display: flex;
20426
- flex-wrap: wrap;
20427
- justify-content: flex-end;
20428
- padding: 8px 4px;
20429
- }
20430
- .v-data-table-footer__items-per-page {
20431
- align-items: center;
20432
- display: flex;
20433
- justify-content: center;
20434
- }
20435
- .v-data-table-footer__items-per-page > span {
20436
- padding-inline-end: 8px;
20437
- }
20438
- .v-data-table-footer__items-per-page > .v-select {
20439
- width: 90px;
20440
- }
20441
- .v-data-table-footer__info {
20442
- display: flex;
20443
- justify-content: flex-end;
20444
- min-width: 116px;
20445
- padding: 0 16px;
20446
- }
20447
- .v-data-table-footer__paginationz {
20448
- align-items: center;
20449
- display: flex;
20450
- margin-inline-start: 16px;
20451
- }
20452
- .v-data-table-footer__page {
20453
- padding: 0 8px;
20454
- }.v-date-picker {
20455
- overflow: hidden;
20456
- width: 328px;
20457
- }
20458
- .v-date-picker--show-week {
20459
- width: 368px;
20460
- }.v-date-picker-controls {
20461
- display: flex;
20462
- align-items: center;
20463
- justify-content: space-between;
20464
- font-size: 0.875rem;
20465
- padding-top: 4px;
20466
- padding-bottom: 4px;
20467
- padding-inline-start: 6px;
20468
- padding-inline-end: 12px;
20469
- }
20470
- .v-date-picker-controls > .v-btn:first-child {
20471
- text-transform: none;
20472
- font-weight: 400;
20473
- line-height: initial;
20474
- letter-spacing: initial;
20475
- }
20476
- .v-date-picker-controls--variant-classic {
20477
- padding-inline-start: 12px;
20478
- }
20479
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20480
- opacity: 0.7;
20481
- }
20482
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20483
- cursor: pointer;
20484
- }
20485
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20486
- opacity: 1;
20487
- }
20488
- .v-date-picker-controls .v-btn:last-child {
20489
- margin-inline-start: 4px;
20490
- }
20491
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20492
- transform: rotate(180deg);
20493
- }
20494
-
20495
- .v-date-picker-controls__date {
20496
- margin-inline-end: 4px;
20497
- }
20498
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20499
- margin: auto;
20500
- text-align: center;
20501
- }
20502
-
20503
- .v-date-picker-controls__month {
20504
- display: flex;
20505
- }
20506
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20507
- flex-direction: row-reverse;
20508
- }
20509
-
20510
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20511
- flex: 1 0 auto;
20512
- }
20513
-
20514
- .v-date-picker__title {
20515
- display: inline-block;
20516
- }.v-date-picker-header {
20517
- align-items: flex-end;
20518
- height: 70px;
20519
- display: grid;
20520
- grid-template-areas: "prepend content append";
20521
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20522
- overflow: hidden;
20523
- padding-inline: 24px 12px;
20524
- padding-bottom: 12px;
20525
- }
20526
-
20527
- .v-date-picker-header__append {
20528
- grid-area: append;
20529
- }
20530
-
20531
- .v-date-picker-header__prepend {
20532
- grid-area: prepend;
20533
- padding-inline-start: 8px;
20534
- }
20535
-
20536
- .v-date-picker-header__content {
20537
- align-items: center;
20538
- display: inline-flex;
20539
- font-size: 32px;
20540
- line-height: 40px;
20541
- grid-area: content;
20542
- justify-content: space-between;
20543
- }
20544
- .v-date-picker-header--clickable .v-date-picker-header__content {
20545
- cursor: pointer;
20546
- }
20547
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20548
- opacity: 0.7;
20549
- }
20550
-
20551
- .date-picker-header-transition-enter-active,
20552
- .date-picker-header-reverse-transition-enter-active {
20553
- transition-duration: 0.3s;
20554
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20555
- }
20556
- .date-picker-header-transition-leave-active,
20557
- .date-picker-header-reverse-transition-leave-active {
20558
- transition-duration: 0.3s;
20559
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20560
- }
20561
-
20562
- .date-picker-header-transition-enter-from {
20563
- transform: translate(0, 100%);
20564
- }
20565
- .date-picker-header-transition-leave-to {
20566
- opacity: 0;
20567
- transform: translate(0, -100%);
20568
- }
20569
-
20570
- .date-picker-header-reverse-transition-enter-from {
20571
- transform: translate(0, -100%);
20572
- }
20573
- .date-picker-header-reverse-transition-leave-to {
20574
- opacity: 0;
20575
- transform: translate(0, 100%);
20576
- }.v-date-picker-month {
20577
- display: flex;
20578
- justify-content: center;
20579
- padding: 0 12px 8px;
20580
- --v-date-picker-month-day-diff: 4px;
20576
+ font-size: 0.875rem;
20577
+ padding: 4px;
20578
+ border-radius: 50%;
20579
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
20580
+ min-width: 20px;
20581
+ min-height: 20px;
20582
+ width: 20px;
20583
+ height: 20px;
20581
20584
  }
20582
20585
 
20583
- .v-date-picker-month__weeks {
20584
- display: grid;
20585
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20586
- column-gap: 4px;
20587
- font-size: 0.85rem;
20588
- }
20589
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20590
- grid-row-gap: 0;
20586
+ .v-data-table-progress > th {
20587
+ border: none !important;
20588
+ height: auto !important;
20589
+ padding: 0 !important;
20591
20590
  }
20592
20591
 
20593
- .v-date-picker-month__weekday {
20594
- font-size: 0.85rem;
20592
+ .v-data-table-progress__loader {
20593
+ position: relative;
20595
20594
  }
20596
20595
 
20597
- .v-date-picker-month__days {
20598
- display: grid;
20599
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20600
- column-gap: 4px;
20601
- flex: 1 1;
20602
- justify-content: space-around;
20596
+ .v-data-table-rows-loading,
20597
+ .v-data-table-rows-no-data {
20598
+ text-align: center;
20603
20599
  }
20604
20600
 
20605
- .v-date-picker-month__day {
20606
- align-items: center;
20607
- display: flex;
20601
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20602
+ grid-template-columns: 0;
20608
20603
  justify-content: center;
20609
- position: relative;
20610
- height: 40px;
20611
- width: 40px;
20612
20604
  }
20613
- .v-date-picker-month__day--selected .v-btn {
20614
- background-color: rgb(var(--v-theme-surface-variant));
20615
- color: rgb(var(--v-theme-on-surface-variant));
20605
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
20606
+ grid-template-columns: 0;
20607
+ justify-content: end;
20616
20608
  }
20617
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20618
- --v-btn-height: 24px;
20619
- --v-btn-size: 0.85rem;
20609
+ .v-data-table__tr--mobile > td {
20610
+ align-items: center;
20611
+ column-gap: 4px;
20612
+ display: grid;
20613
+ grid-template-columns: repeat(2, 1fr);
20614
+ min-height: var(--v-table-row-height);
20620
20615
  }
20621
- .v-date-picker-month__day--week {
20622
- font-size: var(--v-btn-size);
20616
+ .v-data-table__tr--mobile > td:not(:last-child) {
20617
+ border-bottom: 0 !important;
20623
20618
  }
20624
20619
 
20625
- .v-date-picker-month__day--adjacent {
20626
- opacity: 0.5;
20620
+ .v-data-table__td-title {
20621
+ font-weight: 500;
20622
+ text-align: left;
20627
20623
  }
20628
20624
 
20629
- .v-date-picker-month__day--hide-adjacent {
20630
- opacity: 0;
20631
- }.v-date-picker-months {
20632
- height: 288px;
20625
+ .v-data-table__td-value {
20626
+ text-align: right;
20633
20627
  }
20634
20628
 
20635
- .v-date-picker-months__content {
20629
+ .v-data-table__td-sort-icon {
20630
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20631
+ }
20632
+ .v-data-table__td-sort-icon-active {
20633
+ color: rgba(var(--v-theme-on-surface));
20634
+ }.v-data-table-footer {
20636
20635
  align-items: center;
20637
- display: grid;
20638
- flex: 1 1;
20639
- height: inherit;
20640
- justify-content: space-around;
20641
- grid-template-columns: repeat(2, 1fr);
20642
- grid-gap: 0px 24px;
20643
- padding-inline-start: 36px;
20644
- padding-inline-end: 36px;
20636
+ display: flex;
20637
+ flex-wrap: wrap;
20638
+ justify-content: flex-end;
20639
+ padding: 8px 4px;
20645
20640
  }
20646
- .v-date-picker-months__content .v-btn {
20647
- text-transform: none;
20648
- padding-inline-start: 8px;
20641
+ .v-data-table-footer__items-per-page {
20642
+ align-items: center;
20643
+ display: flex;
20644
+ justify-content: center;
20645
+ }
20646
+ .v-data-table-footer__items-per-page > span {
20649
20647
  padding-inline-end: 8px;
20650
- }.v-date-picker-years {
20651
- height: 288px;
20652
- overflow-y: scroll;
20653
20648
  }
20654
-
20655
- .v-date-picker-years__content {
20656
- display: grid;
20657
- flex: 1 1;
20658
- justify-content: space-around;
20659
- grid-template-columns: repeat(3, 1fr);
20660
- gap: 8px 24px;
20661
- padding-inline: 32px;
20649
+ .v-data-table-footer__items-per-page > .v-select {
20650
+ width: 90px;
20662
20651
  }
20663
- .v-date-picker-years__content .v-btn {
20664
- padding-inline: 8px;
20652
+ .v-data-table-footer__info {
20653
+ display: flex;
20654
+ justify-content: flex-end;
20655
+ min-width: 116px;
20656
+ padding: 0 16px;
20657
+ }
20658
+ .v-data-table-footer__paginationz {
20659
+ align-items: center;
20660
+ display: flex;
20661
+ margin-inline-start: 16px;
20662
+ }
20663
+ .v-data-table-footer__page {
20664
+ padding: 0 8px;
20665
20665
  }.v-dialog {
20666
20666
  align-items: center;
20667
20667
  justify-content: center;
@@ -20726,13 +20726,16 @@ html.overflow-y-hidden {
20726
20726
  margin: 0;
20727
20727
  padding: 0;
20728
20728
  width: 100%;
20729
- height: 100%;
20730
20729
  max-width: 100%;
20731
20730
  max-height: 100%;
20732
20731
  overflow-y: auto;
20733
20732
  top: 0;
20734
20733
  left: 0;
20735
20734
  }
20735
+ .v-dialog--fullscreen > .v-overlay__content,
20736
+ .v-dialog--fullscreen > .v-overlay__content > form {
20737
+ height: 100%;
20738
+ }
20736
20739
  .v-dialog--fullscreen > .v-overlay__content > .v-card,
20737
20740
  .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20738
20741
  .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
@@ -20759,6 +20762,58 @@ html.overflow-y-hidden {
20759
20762
  -webkit-backface-visibility: hidden;
20760
20763
  backface-visibility: hidden;
20761
20764
  overflow-y: auto;
20765
+ }.v-divider {
20766
+ display: block;
20767
+ flex: 1 1 100%;
20768
+ height: 0px;
20769
+ max-height: 0px;
20770
+ opacity: var(--v-border-opacity);
20771
+ transition: inherit;
20772
+ }
20773
+ .v-divider {
20774
+ border-style: solid;
20775
+ border-width: thin 0 0 0;
20776
+ }
20777
+ .v-divider--vertical {
20778
+ align-self: stretch;
20779
+ border-width: 0 thin 0 0;
20780
+ display: inline-flex;
20781
+ height: auto;
20782
+ margin-left: -1px;
20783
+ max-height: 100%;
20784
+ max-width: 0px;
20785
+ vertical-align: text-bottom;
20786
+ width: 0px;
20787
+ }
20788
+ .v-divider--inset:not(.v-divider--vertical) {
20789
+ max-width: calc(100% - 72px);
20790
+ margin-inline-start: 72px;
20791
+ }
20792
+ .v-divider--inset.v-divider--vertical {
20793
+ margin-bottom: 8px;
20794
+ margin-top: 8px;
20795
+ max-height: calc(100% - 16px);
20796
+ }
20797
+
20798
+ .v-divider__content {
20799
+ padding: 0 16px;
20800
+ text-wrap: nowrap;
20801
+ }
20802
+ .v-divider__wrapper--vertical .v-divider__content {
20803
+ padding: 4px 0;
20804
+ }
20805
+
20806
+ .v-divider__wrapper {
20807
+ display: flex;
20808
+ align-items: center;
20809
+ justify-content: center;
20810
+ }
20811
+ .v-divider__wrapper--vertical {
20812
+ flex-direction: column;
20813
+ height: 100%;
20814
+ }
20815
+ .v-divider__wrapper--vertical .v-divider {
20816
+ margin: 0 auto;
20762
20817
  }.v-empty-state {
20763
20818
  align-items: center;
20764
20819
  display: flex;
@@ -20826,58 +20881,6 @@ html.overflow-y-hidden {
20826
20881
  .v-empty-state__action-btn.v-btn {
20827
20882
  background-color: initial;
20828
20883
  color: initial;
20829
- }.v-divider {
20830
- display: block;
20831
- flex: 1 1 100%;
20832
- height: 0px;
20833
- max-height: 0px;
20834
- opacity: var(--v-border-opacity);
20835
- transition: inherit;
20836
- }
20837
- .v-divider {
20838
- border-style: solid;
20839
- border-width: thin 0 0 0;
20840
- }
20841
- .v-divider--vertical {
20842
- align-self: stretch;
20843
- border-width: 0 thin 0 0;
20844
- display: inline-flex;
20845
- height: auto;
20846
- margin-left: -1px;
20847
- max-height: 100%;
20848
- max-width: 0px;
20849
- vertical-align: text-bottom;
20850
- width: 0px;
20851
- }
20852
- .v-divider--inset:not(.v-divider--vertical) {
20853
- max-width: calc(100% - 72px);
20854
- margin-inline-start: 72px;
20855
- }
20856
- .v-divider--inset.v-divider--vertical {
20857
- margin-bottom: 8px;
20858
- margin-top: 8px;
20859
- max-height: calc(100% - 16px);
20860
- }
20861
-
20862
- .v-divider__content {
20863
- padding: 0 16px;
20864
- text-wrap: nowrap;
20865
- }
20866
- .v-divider__wrapper--vertical .v-divider__content {
20867
- padding: 4px 0;
20868
- }
20869
-
20870
- .v-divider__wrapper {
20871
- display: flex;
20872
- align-items: center;
20873
- justify-content: center;
20874
- }
20875
- .v-divider__wrapper--vertical {
20876
- flex-direction: column;
20877
- height: 100%;
20878
- }
20879
- .v-divider__wrapper--vertical .v-divider {
20880
- margin: 0 auto;
20881
20884
  }.v-expansion-panel {
20882
20885
  background-color: rgb(var(--v-theme-surface));
20883
20886
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21737,45 +21740,16 @@ textarea.v-field__input::placeholder {
21737
21740
  }
21738
21741
 
21739
21742
  .v-input--disabled .v-field--variant-filled .v-field__outline::before,
21740
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
21741
- border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
21742
- }
21743
-
21744
- .v-field--loading .v-field__outline::after,
21745
- .v-field--loading .v-field__outline::before {
21746
- opacity: 0;
21747
- }
21748
-
21749
- /* endregion */.v-file-input--hide.v-input .v-field,
21750
- .v-file-input--hide.v-input .v-input__control,
21751
- .v-file-input--hide.v-input .v-input__details {
21752
- display: none;
21753
- }
21754
- .v-file-input--hide.v-input .v-input__prepend {
21755
- grid-area: control;
21756
- margin: 0 auto;
21757
- }
21758
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21759
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21760
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21761
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21762
- top: 0px;
21743
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
21744
+ border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
21763
21745
  }
21764
- .v-file-input input[type=file] {
21765
- height: 100%;
21766
- left: 0;
21746
+
21747
+ .v-field--loading .v-field__outline::after,
21748
+ .v-field--loading .v-field__outline::before {
21767
21749
  opacity: 0;
21768
- position: absolute;
21769
- top: 0;
21770
- width: 100%;
21771
- z-index: 1;
21772
21750
  }
21773
- .v-file-input .v-input__details {
21774
- padding-inline: 16px;
21775
- }
21776
- .v-input--plain-underlined.v-file-input .v-input__details {
21777
- padding-inline: 0;
21778
- }.v-footer {
21751
+
21752
+ /* endregion */.v-footer {
21779
21753
  align-items: center;
21780
21754
  display: flex;
21781
21755
  flex: 1 1 auto;
@@ -21811,6 +21785,35 @@ textarea.v-field__input::placeholder {
21811
21785
  }
21812
21786
  .v-footer--rounded {
21813
21787
  border-radius: 4px;
21788
+ }.v-file-input--hide.v-input .v-field,
21789
+ .v-file-input--hide.v-input .v-input__control,
21790
+ .v-file-input--hide.v-input .v-input__details {
21791
+ display: none;
21792
+ }
21793
+ .v-file-input--hide.v-input .v-input__prepend {
21794
+ grid-area: control;
21795
+ margin: 0 auto;
21796
+ }
21797
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21798
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21799
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21800
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21801
+ top: 0px;
21802
+ }
21803
+ .v-file-input input[type=file] {
21804
+ height: 100%;
21805
+ left: 0;
21806
+ opacity: 0;
21807
+ position: absolute;
21808
+ top: 0;
21809
+ width: 100%;
21810
+ z-index: 1;
21811
+ }
21812
+ .v-file-input .v-input__details {
21813
+ padding-inline: 16px;
21814
+ }
21815
+ .v-input--plain-underlined.v-file-input .v-input__details {
21816
+ padding-inline: 0;
21814
21817
  }.v-container {
21815
21818
  width: 100%;
21816
21819
  padding: 16px;
@@ -22536,6 +22539,43 @@ textarea.v-field__input::placeholder {
22536
22539
 
22537
22540
  .v-icon--end {
22538
22541
  margin-inline-start: 8px;
22542
+ }.v-infinite-scroll--horizontal {
22543
+ display: flex;
22544
+ flex-direction: row;
22545
+ overflow-x: auto;
22546
+ }
22547
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22548
+ height: 100%;
22549
+ width: var(--v-infinite-margin-size, 1px);
22550
+ }
22551
+
22552
+ .v-infinite-scroll--vertical {
22553
+ display: flex;
22554
+ flex-direction: column;
22555
+ overflow-y: auto;
22556
+ }
22557
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22558
+ height: 1px;
22559
+ width: 100%;
22560
+ }
22561
+
22562
+ .v-infinite-scroll-intersect {
22563
+ pointer-events: none;
22564
+ margin-top: var(--v-infinite-margin);
22565
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22566
+ }
22567
+ .v-infinite-scroll-intersect:nth-child(2) {
22568
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22569
+ }
22570
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22571
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22572
+ }
22573
+
22574
+ .v-infinite-scroll__side {
22575
+ align-items: center;
22576
+ display: flex;
22577
+ justify-content: center;
22578
+ padding: 8px;
22539
22579
  }.v-img {
22540
22580
  --v-theme-overlay-multiplier: 3;
22541
22581
  z-index: 0;
@@ -22587,43 +22627,6 @@ textarea.v-field__input::placeholder {
22587
22627
 
22588
22628
  .v-img__gradient {
22589
22629
  background-repeat: no-repeat;
22590
- }.v-infinite-scroll--horizontal {
22591
- display: flex;
22592
- flex-direction: row;
22593
- overflow-x: auto;
22594
- }
22595
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22596
- height: 100%;
22597
- width: var(--v-infinite-margin-size, 1px);
22598
- }
22599
-
22600
- .v-infinite-scroll--vertical {
22601
- display: flex;
22602
- flex-direction: column;
22603
- overflow-y: auto;
22604
- }
22605
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22606
- height: 1px;
22607
- width: 100%;
22608
- }
22609
-
22610
- .v-infinite-scroll-intersect {
22611
- pointer-events: none;
22612
- margin-top: var(--v-infinite-margin);
22613
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22614
- }
22615
- .v-infinite-scroll-intersect:nth-child(2) {
22616
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22617
- }
22618
- .v-infinite-scroll-intersect:nth-last-child(2) {
22619
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22620
- }
22621
-
22622
- .v-infinite-scroll__side {
22623
- align-items: center;
22624
- display: flex;
22625
- justify-content: center;
22626
- padding: 8px;
22627
22630
  }.v-input {
22628
22631
  display: grid;
22629
22632
  flex: 1 1 auto;
@@ -23680,12 +23683,6 @@ html.v-overlay-scroll-blocked {
23680
23683
  }
23681
23684
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23682
23685
  margin: 0.3rem;
23683
- }.v-parallax {
23684
- position: relative;
23685
- overflow: hidden;
23686
- }
23687
- .v-parallax--active > .v-img__img {
23688
- will-change: transform;
23689
23686
  }.v-progress-circular {
23690
23687
  align-items: center;
23691
23688
  display: inline-flex;
@@ -23788,6 +23785,12 @@ html.v-overlay-scroll-blocked {
23788
23785
  100% {
23789
23786
  transform: rotate(270deg);
23790
23787
  }
23788
+ }.v-parallax {
23789
+ position: relative;
23790
+ overflow: hidden;
23791
+ }
23792
+ .v-parallax--active > .v-img__img {
23793
+ will-change: transform;
23791
23794
  }.v-progress-linear {
23792
23795
  background: transparent;
23793
23796
  overflow: hidden;
@@ -24164,58 +24167,6 @@ html.v-overlay-scroll-blocked {
24164
24167
  flex: 1 0 0px;
24165
24168
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24166
24169
  pointer-events: none;
24167
- }.v-select .v-field .v-text-field__prefix,
24168
- .v-select .v-field .v-text-field__suffix,
24169
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24170
- cursor: pointer;
24171
- }
24172
- .v-select .v-field .v-field__input > input {
24173
- align-self: flex-start;
24174
- opacity: 1;
24175
- flex: 0 0;
24176
- position: absolute;
24177
- width: 100%;
24178
- transition: none;
24179
- pointer-events: none;
24180
- caret-color: transparent;
24181
- }
24182
- .v-select .v-field--dirty .v-select__selection {
24183
- margin-inline-end: 2px;
24184
- }
24185
- .v-select .v-select__selection-text {
24186
- overflow: hidden;
24187
- text-overflow: ellipsis;
24188
- white-space: nowrap;
24189
- }
24190
- .v-select__content {
24191
- overflow: hidden;
24192
- }
24193
- .v-select__content {
24194
- 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));
24195
- }
24196
- .v-select__content {
24197
- border-radius: 4px;
24198
- }
24199
- .v-select__selection {
24200
- display: inline-flex;
24201
- align-items: center;
24202
- letter-spacing: inherit;
24203
- line-height: inherit;
24204
- max-width: 100%;
24205
- }
24206
- .v-select .v-select__selection:first-child {
24207
- margin-inline-start: 0;
24208
- }
24209
- .v-select--selected .v-field .v-field__input > input {
24210
- opacity: 0;
24211
- }
24212
- .v-select__menu-icon {
24213
- margin-inline-start: 4px;
24214
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24215
- }
24216
- .v-select--active-menu .v-select__menu-icon {
24217
- opacity: var(--v-high-emphasis-opacity);
24218
- transform: rotate(180deg);
24219
24170
  }.v-selection-control {
24220
24171
  align-items: center;
24221
24172
  contain: layout;
@@ -24999,49 +24950,6 @@ html.v-overlay-scroll-blocked {
24999
24950
  left: 0;
25000
24951
  width: 100%;
25001
24952
  height: 100%;
25002
- }.v-system-bar {
25003
- align-items: center;
25004
- display: flex;
25005
- flex: 1 1 auto;
25006
- height: 24px;
25007
- justify-content: flex-end;
25008
- max-width: 100%;
25009
- padding-inline: 8px;
25010
- position: relative;
25011
- text-align: end;
25012
- width: 100%;
25013
- }
25014
- .v-system-bar .v-icon {
25015
- opacity: var(--v-medium-emphasis-opacity);
25016
- }
25017
- .v-system-bar {
25018
- 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));
25019
- }
25020
- .v-system-bar--absolute {
25021
- position: absolute;
25022
- }
25023
- .v-system-bar--fixed {
25024
- position: fixed;
25025
- }
25026
- .v-system-bar {
25027
- background: rgba(var(--v-theme-surface-light));
25028
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25029
- }
25030
- .v-system-bar {
25031
- font-size: 0.75rem;
25032
- font-weight: 400;
25033
- letter-spacing: 0.0333333333em;
25034
- line-height: 1.667;
25035
- text-transform: none;
25036
- }
25037
- .v-system-bar--rounded {
25038
- border-radius: 0;
25039
- }
25040
- .v-system-bar--window {
25041
- height: 32px;
25042
- }
25043
- .v-system-bar:not(.v-system-bar--absolute) {
25044
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25045
24953
  }.v-switch .v-label {
25046
24954
  padding-inline-start: 10px;
25047
24955
  }
@@ -25224,6 +25132,49 @@ html.v-overlay-scroll-blocked {
25224
25132
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25225
25133
  border-width: 0;
25226
25134
  }
25135
+ }.v-system-bar {
25136
+ align-items: center;
25137
+ display: flex;
25138
+ flex: 1 1 auto;
25139
+ height: 24px;
25140
+ justify-content: flex-end;
25141
+ max-width: 100%;
25142
+ padding-inline: 8px;
25143
+ position: relative;
25144
+ text-align: end;
25145
+ width: 100%;
25146
+ }
25147
+ .v-system-bar .v-icon {
25148
+ opacity: var(--v-medium-emphasis-opacity);
25149
+ }
25150
+ .v-system-bar {
25151
+ 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));
25152
+ }
25153
+ .v-system-bar--absolute {
25154
+ position: absolute;
25155
+ }
25156
+ .v-system-bar--fixed {
25157
+ position: fixed;
25158
+ }
25159
+ .v-system-bar {
25160
+ background: rgba(var(--v-theme-surface-light));
25161
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25162
+ }
25163
+ .v-system-bar {
25164
+ font-size: 0.75rem;
25165
+ font-weight: 400;
25166
+ letter-spacing: 0.0333333333em;
25167
+ line-height: 1.667;
25168
+ text-transform: none;
25169
+ }
25170
+ .v-system-bar--rounded {
25171
+ border-radius: 0;
25172
+ }
25173
+ .v-system-bar--window {
25174
+ height: 32px;
25175
+ }
25176
+ .v-system-bar:not(.v-system-bar--absolute) {
25177
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25227
25178
  }.v-tab.v-tab.v-btn {
25228
25179
  height: var(--v-tabs-height);
25229
25180
  border-radius: 0;
@@ -25461,6 +25412,45 @@ html.v-overlay-scroll-blocked {
25461
25412
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25462
25413
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25463
25414
  border-top: 0px !important;
25415
+ }.v-textarea .v-field {
25416
+ --v-textarea-control-height: var(--v-input-control-height);
25417
+ }
25418
+ .v-textarea .v-field__field {
25419
+ --v-input-control-height: var(--v-textarea-control-height);
25420
+ }
25421
+ .v-textarea .v-field__input {
25422
+ flex: 1 1 auto;
25423
+ outline: none;
25424
+ -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));
25425
+ 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));
25426
+ }
25427
+ .v-textarea .v-field__input.v-textarea__sizer {
25428
+ visibility: hidden;
25429
+ position: absolute;
25430
+ top: 0;
25431
+ left: 0;
25432
+ height: 0 !important;
25433
+ min-height: 0 !important;
25434
+ pointer-events: none;
25435
+ }
25436
+ .v-textarea--no-resize .v-field__input {
25437
+ resize: none;
25438
+ }
25439
+ .v-textarea .v-field--no-label textarea,
25440
+ .v-textarea .v-field--active textarea {
25441
+ opacity: 1;
25442
+ }
25443
+ .v-textarea textarea {
25444
+ opacity: 0;
25445
+ flex: 1;
25446
+ min-width: 0;
25447
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25448
+ }
25449
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25450
+ outline: none;
25451
+ }
25452
+ .v-textarea textarea:invalid {
25453
+ box-shadow: none;
25464
25454
  }/* region BLOCK */
25465
25455
  .v-text-field input {
25466
25456
  color: inherit;
@@ -25528,46 +25518,7 @@ html.v-overlay-scroll-blocked {
25528
25518
  padding-inline-end: var(--v-field-padding-end);
25529
25519
  }
25530
25520
 
25531
- /* endregion */.v-textarea .v-field {
25532
- --v-textarea-control-height: var(--v-input-control-height);
25533
- }
25534
- .v-textarea .v-field__field {
25535
- --v-input-control-height: var(--v-textarea-control-height);
25536
- }
25537
- .v-textarea .v-field__input {
25538
- flex: 1 1 auto;
25539
- outline: none;
25540
- -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));
25541
- 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));
25542
- }
25543
- .v-textarea .v-field__input.v-textarea__sizer {
25544
- visibility: hidden;
25545
- position: absolute;
25546
- top: 0;
25547
- left: 0;
25548
- height: 0 !important;
25549
- min-height: 0 !important;
25550
- pointer-events: none;
25551
- }
25552
- .v-textarea--no-resize .v-field__input {
25553
- resize: none;
25554
- }
25555
- .v-textarea .v-field--no-label textarea,
25556
- .v-textarea .v-field--active textarea {
25557
- opacity: 1;
25558
- }
25559
- .v-textarea textarea {
25560
- opacity: 0;
25561
- flex: 1;
25562
- min-width: 0;
25563
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25564
- }
25565
- .v-textarea textarea:focus, .v-textarea textarea:active {
25566
- outline: none;
25567
- }
25568
- .v-textarea textarea:invalid {
25569
- box-shadow: none;
25570
- }.v-theme-provider {
25521
+ /* endregion */.v-theme-provider {
25571
25522
  background: rgb(var(--v-theme-background));
25572
25523
  color: rgb(var(--v-theme-on-background));
25573
25524
  }.v-timeline .v-timeline-divider__dot {
@@ -26232,6 +26183,58 @@ html.v-overlay-scroll-blocked {
26232
26183
  }
26233
26184
  .v-window-y-reverse-transition-leave-to {
26234
26185
  transform: translateY(100%);
26186
+ }.v-select .v-field .v-text-field__prefix,
26187
+ .v-select .v-field .v-text-field__suffix,
26188
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
26189
+ cursor: pointer;
26190
+ }
26191
+ .v-select .v-field .v-field__input > input {
26192
+ align-self: flex-start;
26193
+ opacity: 1;
26194
+ flex: 0 0;
26195
+ position: absolute;
26196
+ width: 100%;
26197
+ transition: none;
26198
+ pointer-events: none;
26199
+ caret-color: transparent;
26200
+ }
26201
+ .v-select .v-field--dirty .v-select__selection {
26202
+ margin-inline-end: 2px;
26203
+ }
26204
+ .v-select .v-select__selection-text {
26205
+ overflow: hidden;
26206
+ text-overflow: ellipsis;
26207
+ white-space: nowrap;
26208
+ }
26209
+ .v-select__content {
26210
+ overflow: hidden;
26211
+ }
26212
+ .v-select__content {
26213
+ 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));
26214
+ }
26215
+ .v-select__content {
26216
+ border-radius: 4px;
26217
+ }
26218
+ .v-select__selection {
26219
+ display: inline-flex;
26220
+ align-items: center;
26221
+ letter-spacing: inherit;
26222
+ line-height: inherit;
26223
+ max-width: 100%;
26224
+ }
26225
+ .v-select .v-select__selection:first-child {
26226
+ margin-inline-start: 0;
26227
+ }
26228
+ .v-select--selected .v-field .v-field__input > input {
26229
+ opacity: 0;
26230
+ }
26231
+ .v-select__menu-icon {
26232
+ margin-inline-start: 4px;
26233
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26234
+ }
26235
+ .v-select--active-menu .v-select__menu-icon {
26236
+ opacity: var(--v-high-emphasis-opacity);
26237
+ transform: rotate(180deg);
26235
26238
  }.v-color-picker-edit {
26236
26239
  display: flex;
26237
26240
  margin-top: 24px;
@@ -26260,6 +26263,63 @@ html.v-overlay-scroll-blocked {
26260
26263
  }
26261
26264
  .v-color-picker-edit__input span {
26262
26265
  font-size: 0.75rem;
26266
+ }.v-color-picker-canvas {
26267
+ display: flex;
26268
+ position: relative;
26269
+ overflow: hidden;
26270
+ contain: content;
26271
+ touch-action: none;
26272
+ }
26273
+ .v-color-picker-canvas__dot {
26274
+ position: absolute;
26275
+ top: 0;
26276
+ left: 0;
26277
+ width: 15px;
26278
+ height: 15px;
26279
+ background: transparent;
26280
+ border-radius: 50%;
26281
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26282
+ }
26283
+ .v-color-picker-canvas__dot--disabled {
26284
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26285
+ }
26286
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26287
+ will-change: transform;
26288
+ }.v-color-picker-swatches {
26289
+ overflow-y: auto;
26290
+ }
26291
+ .v-color-picker-swatches > div {
26292
+ display: flex;
26293
+ flex-wrap: wrap;
26294
+ justify-content: center;
26295
+ padding: 8px;
26296
+ }
26297
+
26298
+ .v-color-picker-swatches__swatch {
26299
+ display: flex;
26300
+ flex-direction: column;
26301
+ margin-bottom: 10px;
26302
+ }
26303
+
26304
+ .v-color-picker-swatches__color {
26305
+ position: relative;
26306
+ height: 18px;
26307
+ max-height: 18px;
26308
+ width: 45px;
26309
+ margin: 2px 4px;
26310
+ border-radius: 2px;
26311
+ -webkit-user-select: none;
26312
+ user-select: none;
26313
+ overflow: hidden;
26314
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26315
+ cursor: pointer;
26316
+ }
26317
+ .v-color-picker-swatches__color > div {
26318
+ display: flex;
26319
+ align-items: center;
26320
+ justify-content: center;
26321
+ width: 100%;
26322
+ height: 100%;
26263
26323
  }.v-color-picker-preview__alpha .v-slider-track__background {
26264
26324
  background-color: transparent !important;
26265
26325
  }
@@ -26330,63 +26390,6 @@ html.v-overlay-scroll-blocked {
26330
26390
  .v-color-picker-preview__eye-dropper {
26331
26391
  position: relative;
26332
26392
  margin-right: 12px;
26333
- }.v-color-picker-swatches {
26334
- overflow-y: auto;
26335
- }
26336
- .v-color-picker-swatches > div {
26337
- display: flex;
26338
- flex-wrap: wrap;
26339
- justify-content: center;
26340
- padding: 8px;
26341
- }
26342
-
26343
- .v-color-picker-swatches__swatch {
26344
- display: flex;
26345
- flex-direction: column;
26346
- margin-bottom: 10px;
26347
- }
26348
-
26349
- .v-color-picker-swatches__color {
26350
- position: relative;
26351
- height: 18px;
26352
- max-height: 18px;
26353
- width: 45px;
26354
- margin: 2px 4px;
26355
- border-radius: 2px;
26356
- -webkit-user-select: none;
26357
- user-select: none;
26358
- overflow: hidden;
26359
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26360
- cursor: pointer;
26361
- }
26362
- .v-color-picker-swatches__color > div {
26363
- display: flex;
26364
- align-items: center;
26365
- justify-content: center;
26366
- width: 100%;
26367
- height: 100%;
26368
- }.v-color-picker-canvas {
26369
- display: flex;
26370
- position: relative;
26371
- overflow: hidden;
26372
- contain: content;
26373
- touch-action: none;
26374
- }
26375
- .v-color-picker-canvas__dot {
26376
- position: absolute;
26377
- top: 0;
26378
- left: 0;
26379
- width: 15px;
26380
- height: 15px;
26381
- background: transparent;
26382
- border-radius: 50%;
26383
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26384
- }
26385
- .v-color-picker-canvas__dot--disabled {
26386
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26387
- }
26388
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26389
- will-change: transform;
26390
26393
  }.v-picker.v-sheet {
26391
26394
  display: grid;
26392
26395
  grid-auto-rows: min-content;