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
@@ -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
  */
@@ -17061,61 +17061,6 @@ html.overflow-y-hidden {
17061
17061
  }
17062
17062
  .v-calendar-weekly .v-calendar__container.days__0 {
17063
17063
  grid-template-columns: repeat(1, 1fr);
17064
- }.v-calendar-header {
17065
- align-items: center;
17066
- display: flex;
17067
- min-height: 64px;
17068
- }
17069
-
17070
- .v-calendar-header__today {
17071
- margin-inline-end: 24px;
17072
- }
17073
-
17074
- .v-calendar-header__title {
17075
- font-size: 1.5rem;
17076
- margin-inline-start: 24px;
17077
- }.v-calendar-day__row-with-label {
17078
- display: grid;
17079
- grid-template-columns: 48px 8px 1fr;
17080
- border-right: thin solid #e0e0e0;
17081
- }
17082
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17083
- position: relative;
17084
- border-right: thin solid #e0e0e0;
17085
- }
17086
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17087
- content: "";
17088
- border-bottom: thin solid #e0e0e0;
17089
- position: absolute;
17090
- width: 100%;
17091
- margin-top: -1px;
17092
- z-index: 3;
17093
- pointer-events: none;
17094
- }
17095
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
17096
- font-size: 10px;
17097
- text-align: center;
17098
- position: relative;
17099
- top: -8px;
17100
- }
17101
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
17102
- border-bottom: thin solid #e0e0e0;
17103
- }
17104
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17105
- border-bottom: none;
17106
- }
17107
-
17108
- .v-calendar-day__row-without-label {
17109
- display: grid;
17110
- grid-template-columns: 1fr;
17111
- border-right: thin solid #e0e0e0;
17112
- }
17113
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
17114
- overflow: hidden;
17115
- border-bottom: thin solid #e0e0e0;
17116
- }
17117
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17118
- border-bottom: none;
17119
17064
  }.v-calendar-weekly {
17120
17065
  width: 100%;
17121
17066
  height: 100%;
@@ -17339,6 +17284,19 @@ html.overflow-y-hidden {
17339
17284
  }
17340
17285
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17341
17286
  border-right: none;
17287
+ }.v-calendar-header {
17288
+ align-items: center;
17289
+ display: flex;
17290
+ min-height: 64px;
17291
+ }
17292
+
17293
+ .v-calendar-header__today {
17294
+ margin-inline-end: 24px;
17295
+ }
17296
+
17297
+ .v-calendar-header__title {
17298
+ font-size: 1.5rem;
17299
+ margin-inline-start: 24px;
17342
17300
  }.v-calendar-month__day {
17343
17301
  position: relative;
17344
17302
  display: flex;
@@ -17402,6 +17360,106 @@ html.overflow-y-hidden {
17402
17360
 
17403
17361
  .v-calendar-weekly__day-alldayevents-container {
17404
17362
  min-height: 24px;
17363
+ }.v-calendar-internal-event {
17364
+ overflow: hidden;
17365
+ padding: 4px;
17366
+ text-overflow: ellipsis;
17367
+ white-space: nowrap;
17368
+ }.v-calendar-day__row-with-label {
17369
+ display: grid;
17370
+ grid-template-columns: 48px 8px 1fr;
17371
+ border-right: thin solid #e0e0e0;
17372
+ }
17373
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17374
+ position: relative;
17375
+ border-right: thin solid #e0e0e0;
17376
+ }
17377
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17378
+ content: "";
17379
+ border-bottom: thin solid #e0e0e0;
17380
+ position: absolute;
17381
+ width: 100%;
17382
+ margin-top: -1px;
17383
+ z-index: 3;
17384
+ pointer-events: none;
17385
+ }
17386
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
17387
+ font-size: 10px;
17388
+ text-align: center;
17389
+ position: relative;
17390
+ top: -8px;
17391
+ }
17392
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
17393
+ border-bottom: thin solid #e0e0e0;
17394
+ }
17395
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17396
+ border-bottom: none;
17397
+ }
17398
+
17399
+ .v-calendar-day__row-without-label {
17400
+ display: grid;
17401
+ grid-template-columns: 1fr;
17402
+ border-right: thin solid #e0e0e0;
17403
+ }
17404
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
17405
+ overflow: hidden;
17406
+ border-bottom: thin solid #e0e0e0;
17407
+ }
17408
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17409
+ border-bottom: none;
17410
+ }.v-speed-dial__content {
17411
+ gap: 8px;
17412
+ }.v-picker.v-sheet {
17413
+ 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));
17414
+ border-radius: 4px;
17415
+ display: grid;
17416
+ grid-auto-rows: min-content;
17417
+ grid-template-areas: "title" "header" "body";
17418
+ overflow: hidden;
17419
+ }
17420
+ .v-picker.v-sheet.v-picker--with-actions {
17421
+ grid-template-areas: "title" "header" "body" "actions";
17422
+ }
17423
+
17424
+ .v-picker__body {
17425
+ grid-area: body;
17426
+ }
17427
+
17428
+ .v-picker__header {
17429
+ grid-area: header;
17430
+ }
17431
+
17432
+ .v-picker__actions {
17433
+ grid-area: actions;
17434
+ padding: 0 12px 12px;
17435
+ display: flex;
17436
+ align-items: center;
17437
+ justify-content: flex-end;
17438
+ }
17439
+ .v-picker__actions .v-btn {
17440
+ min-width: 48px;
17441
+ }
17442
+ .v-picker__actions .v-btn:not(:last-child) {
17443
+ margin-inline-end: 8px;
17444
+ }
17445
+
17446
+ .v-picker--landscape {
17447
+ grid-template-areas: "title" "header body" "header body";
17448
+ }
17449
+
17450
+ .v-picker--landscape.v-picker--with-actions {
17451
+ grid-template-areas: "title" "header body" "header actions";
17452
+ }
17453
+
17454
+ .v-picker-title {
17455
+ text-transform: uppercase;
17456
+ font-size: 0.75rem;
17457
+ grid-area: title;
17458
+ padding-inline: 24px 12px;
17459
+ padding-top: 16px;
17460
+ padding-bottom: 16px;
17461
+ font-weight: 400;
17462
+ letter-spacing: 0.1666666667em;
17405
17463
  }.v-fab {
17406
17464
  align-items: center;
17407
17465
  display: inline-flex;
@@ -17470,62 +17528,6 @@ html.overflow-y-hidden {
17470
17528
  }
17471
17529
  .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
17472
17530
  right: 0;
17473
- }.v-calendar-internal-event {
17474
- overflow: hidden;
17475
- padding: 4px;
17476
- text-overflow: ellipsis;
17477
- white-space: nowrap;
17478
- }.v-picker.v-sheet {
17479
- 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));
17480
- border-radius: 4px;
17481
- display: grid;
17482
- grid-auto-rows: min-content;
17483
- grid-template-areas: "title" "header" "body";
17484
- overflow: hidden;
17485
- }
17486
- .v-picker.v-sheet.v-picker--with-actions {
17487
- grid-template-areas: "title" "header" "body" "actions";
17488
- }
17489
-
17490
- .v-picker__body {
17491
- grid-area: body;
17492
- }
17493
-
17494
- .v-picker__header {
17495
- grid-area: header;
17496
- }
17497
-
17498
- .v-picker__actions {
17499
- grid-area: actions;
17500
- padding: 0 12px 12px;
17501
- display: flex;
17502
- align-items: center;
17503
- justify-content: flex-end;
17504
- }
17505
- .v-picker__actions .v-btn {
17506
- min-width: 48px;
17507
- }
17508
- .v-picker__actions .v-btn:not(:last-child) {
17509
- margin-inline-end: 8px;
17510
- }
17511
-
17512
- .v-picker--landscape {
17513
- grid-template-areas: "title" "header body" "header body";
17514
- }
17515
-
17516
- .v-picker--landscape.v-picker--with-actions {
17517
- grid-template-areas: "title" "header body" "header actions";
17518
- }
17519
-
17520
- .v-picker-title {
17521
- text-transform: uppercase;
17522
- font-size: 0.75rem;
17523
- grid-area: title;
17524
- padding-inline: 24px 12px;
17525
- padding-top: 16px;
17526
- padding-bottom: 16px;
17527
- font-weight: 400;
17528
- letter-spacing: 0.1666666667em;
17529
17531
  }.v-empty-state {
17530
17532
  align-items: center;
17531
17533
  display: flex;
@@ -17584,8 +17586,38 @@ html.overflow-y-hidden {
17584
17586
  .v-empty-state__action-btn.v-btn {
17585
17587
  background-color: rgb(var(--v-theme-surface-variant));
17586
17588
  color: rgb(var(--v-theme-on-surface-variant));
17587
- }.v-speed-dial__content {
17588
- gap: 8px;
17589
+ }.v-treeview-item--filtered {
17590
+ display: none;
17591
+ }
17592
+
17593
+ .v-treeview {
17594
+ --indent-padding: 0px;
17595
+ }
17596
+
17597
+ .v-treeview-group.v-list-group {
17598
+ --list-indent-size: 16px;
17599
+ }
17600
+ .v-list--slim .v-treeview-group.v-list-group {
17601
+ --prepend-width: 16px;
17602
+ }
17603
+ .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
17604
+ padding-inline-start: calc(12px + var(--indent-padding)) !important;
17605
+ }.v-application {
17606
+ display: flex;
17607
+ background: rgb(var(--v-theme-background));
17608
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17609
+ }
17610
+
17611
+ .v-application__wrap {
17612
+ -webkit-backface-visibility: hidden;
17613
+ backface-visibility: hidden;
17614
+ display: flex;
17615
+ flex-direction: column;
17616
+ flex: 1 1 auto;
17617
+ max-width: 100%;
17618
+ min-height: 100vh;
17619
+ min-height: 100dvh;
17620
+ position: relative;
17589
17621
  }.v-alert {
17590
17622
  display: grid;
17591
17623
  flex: 1 1;
@@ -17796,23 +17828,7 @@ html.overflow-y-hidden {
17796
17828
  text-transform: none;
17797
17829
  word-break: normal;
17798
17830
  word-wrap: break-word;
17799
- }.v-application {
17800
- display: flex;
17801
- background: rgb(var(--v-theme-background));
17802
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17803
- }
17804
-
17805
- .v-application__wrap {
17806
- -webkit-backface-visibility: hidden;
17807
- backface-visibility: hidden;
17808
- display: flex;
17809
- flex-direction: column;
17810
- flex: 1 1 auto;
17811
- max-width: 100%;
17812
- min-height: 100vh;
17813
- min-height: 100dvh;
17814
- position: relative;
17815
- }.v-app-bar {
17831
+ }.v-app-bar {
17816
17832
  display: flex;
17817
17833
  }
17818
17834
  .v-app-bar.v-toolbar {
@@ -17824,6 +17840,87 @@ html.overflow-y-hidden {
17824
17840
  }
17825
17841
  .v-app-bar:not(.v-toolbar--absolute) {
17826
17842
  padding-inline-end: var(--v-scrollbar-offset);
17843
+ }.v-autocomplete .v-field .v-text-field__prefix,
17844
+ .v-autocomplete .v-field .v-text-field__suffix,
17845
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17846
+ cursor: text;
17847
+ }
17848
+ .v-autocomplete .v-field .v-field__input > input {
17849
+ flex: 1 1;
17850
+ }
17851
+ .v-autocomplete .v-field input {
17852
+ min-width: 64px;
17853
+ }
17854
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17855
+ min-width: 0;
17856
+ }
17857
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17858
+ margin-inline-end: 2px;
17859
+ }
17860
+ .v-autocomplete .v-autocomplete__selection-text {
17861
+ overflow: hidden;
17862
+ text-overflow: ellipsis;
17863
+ white-space: nowrap;
17864
+ }
17865
+
17866
+ .v-autocomplete__content {
17867
+ overflow: hidden;
17868
+ 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));
17869
+ border-radius: 4px;
17870
+ }
17871
+ .v-autocomplete__mask {
17872
+ background: rgb(var(--v-theme-surface-light));
17873
+ }
17874
+ .v-autocomplete__selection {
17875
+ display: inline-flex;
17876
+ align-items: center;
17877
+ height: 1.5rem;
17878
+ letter-spacing: inherit;
17879
+ line-height: inherit;
17880
+ max-width: calc(100% - 2px - 2px);
17881
+ }
17882
+ .v-autocomplete__selection:first-child {
17883
+ margin-inline-start: 0;
17884
+ }
17885
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17886
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17887
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17888
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17889
+ top: 0px;
17890
+ }
17891
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17892
+ opacity: var(--v-medium-emphasis-opacity);
17893
+ }
17894
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17895
+ opacity: 1;
17896
+ }
17897
+ .v-autocomplete--selecting-index .v-field__input > input {
17898
+ caret-color: transparent;
17899
+ }
17900
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17901
+ flex: 1 1;
17902
+ position: absolute;
17903
+ left: 0;
17904
+ right: 0;
17905
+ width: 100%;
17906
+ padding-inline: inherit;
17907
+ }
17908
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17909
+ transition: none;
17910
+ }
17911
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17912
+ opacity: 0;
17913
+ }
17914
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
17915
+ opacity: 0;
17916
+ }
17917
+ .v-autocomplete__menu-icon {
17918
+ margin-inline-start: 4px;
17919
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17920
+ }
17921
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17922
+ opacity: var(--v-high-emphasis-opacity);
17923
+ transform: rotate(180deg);
17827
17924
  }.v-avatar {
17828
17925
  flex: none;
17829
17926
  align-items: center;
@@ -17911,87 +18008,77 @@ html.overflow-y-hidden {
17911
18008
  .v-avatar .v-img {
17912
18009
  height: 100%;
17913
18010
  width: 100%;
17914
- }.v-autocomplete .v-field .v-text-field__prefix,
17915
- .v-autocomplete .v-field .v-text-field__suffix,
17916
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17917
- cursor: text;
17918
- }
17919
- .v-autocomplete .v-field .v-field__input > input {
17920
- flex: 1 1;
17921
- }
17922
- .v-autocomplete .v-field input {
17923
- min-width: 64px;
17924
- }
17925
- .v-autocomplete .v-field:not(.v-field--focused) input {
17926
- min-width: 0;
17927
- }
17928
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17929
- margin-inline-end: 2px;
17930
- }
17931
- .v-autocomplete .v-autocomplete__selection-text {
17932
- overflow: hidden;
17933
- text-overflow: ellipsis;
17934
- white-space: nowrap;
18011
+ }.v-badge {
18012
+ display: inline-block;
18013
+ line-height: 1;
17935
18014
  }
17936
18015
 
17937
- .v-autocomplete__content {
17938
- overflow: hidden;
17939
- 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));
17940
- border-radius: 4px;
17941
- }
17942
- .v-autocomplete__mask {
17943
- background: rgb(var(--v-theme-surface-light));
17944
- }
17945
- .v-autocomplete__selection {
17946
- display: inline-flex;
18016
+ .v-badge__badge {
17947
18017
  align-items: center;
17948
- height: 1.5rem;
17949
- letter-spacing: inherit;
17950
- line-height: inherit;
17951
- max-width: calc(100% - 2px - 2px);
18018
+ display: inline-flex;
18019
+ border-radius: 10px;
18020
+ font-size: 0.75rem;
18021
+ font-weight: 500;
18022
+ height: 1.25rem;
18023
+ justify-content: center;
18024
+ min-width: 20px;
18025
+ padding: 4px 6px;
18026
+ pointer-events: auto;
18027
+ position: absolute;
18028
+ text-align: center;
18029
+ text-indent: 0;
18030
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18031
+ white-space: nowrap;
18032
+ background: rgb(var(--v-theme-surface-variant));
18033
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17952
18034
  }
17953
- .v-autocomplete__selection:first-child {
17954
- margin-inline-start: 0;
18035
+ .v-badge--bordered .v-badge__badge::after {
18036
+ border-radius: inherit;
18037
+ border-style: solid;
18038
+ border-width: 2px;
18039
+ bottom: 0;
18040
+ color: rgb(var(--v-theme-background));
18041
+ content: "";
18042
+ left: 0;
18043
+ position: absolute;
18044
+ right: 0;
18045
+ top: 0;
18046
+ transform: scale(1.05);
17955
18047
  }
17956
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17957
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17958
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17959
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17960
- top: 0px;
18048
+ .v-badge--dot .v-badge__badge {
18049
+ border-radius: 4.5px;
18050
+ height: 9px;
18051
+ min-width: 0;
18052
+ padding: 0;
18053
+ width: 9px;
17961
18054
  }
17962
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17963
- opacity: var(--v-medium-emphasis-opacity);
18055
+ .v-badge--dot .v-badge__badge::after {
18056
+ border-width: 1.5px;
17964
18057
  }
17965
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17966
- opacity: 1;
18058
+ .v-badge--inline .v-badge__badge {
18059
+ position: relative;
18060
+ vertical-align: middle;
17967
18061
  }
17968
- .v-autocomplete--selecting-index .v-field__input > input {
17969
- caret-color: transparent;
18062
+ .v-badge__badge .v-icon {
18063
+ color: inherit;
18064
+ font-size: 0.75rem;
18065
+ margin: 0 -2px;
17970
18066
  }
17971
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17972
- flex: 1 1;
17973
- position: absolute;
17974
- left: 0;
17975
- right: 0;
18067
+ .v-badge__badge img,
18068
+ .v-badge__badge .v-img {
18069
+ height: 100%;
17976
18070
  width: 100%;
17977
- padding-inline: inherit;
17978
- }
17979
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17980
- transition: none;
17981
- }
17982
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17983
- opacity: 0;
17984
18071
  }
17985
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
17986
- opacity: 0;
17987
- }
17988
- .v-autocomplete__menu-icon {
17989
- margin-inline-start: 4px;
17990
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18072
+
18073
+ .v-badge__wrapper {
18074
+ display: flex;
18075
+ position: relative;
17991
18076
  }
17992
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17993
- opacity: var(--v-high-emphasis-opacity);
17994
- transform: rotate(180deg);
18077
+ .v-badge--inline .v-badge__wrapper {
18078
+ align-items: center;
18079
+ display: inline-flex;
18080
+ justify-content: center;
18081
+ margin: 0 4px;
17995
18082
  }.v-bottom-navigation {
17996
18083
  display: flex;
17997
18084
  max-width: 100%;
@@ -18047,251 +18134,23 @@ html.overflow-y-hidden {
18047
18134
  }
18048
18135
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18049
18136
  transform: translateY(0.5rem);
18050
- }.v-banner {
18051
- display: grid;
18052
- flex: 1 1;
18053
- font-size: 0.875rem;
18054
- grid-template-areas: "prepend content actions";
18055
- grid-template-columns: max-content auto max-content;
18056
- grid-template-rows: max-content max-content;
18137
+ }.v-breadcrumbs {
18138
+ display: flex;
18139
+ align-items: center;
18057
18140
  line-height: 1.375rem;
18058
- overflow: hidden;
18059
- padding-inline: 16px 8px;
18141
+ padding: 16px 12px;
18142
+ }
18143
+ .v-breadcrumbs--rounded {
18144
+ border-radius: 4px;
18145
+ }
18146
+ .v-breadcrumbs--density-default {
18060
18147
  padding-top: 16px;
18061
18148
  padding-bottom: 16px;
18062
- position: relative;
18063
- width: 100%;
18064
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18065
- border-style: solid;
18066
- border-width: 0 0 thin 0;
18067
- 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));
18068
- border-radius: 0;
18069
- background: rgb(var(--v-theme-surface));
18070
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18071
18149
  }
18072
- .v-banner--border {
18073
- border-width: thin;
18074
- box-shadow: none;
18075
- }
18076
- .v-banner--absolute {
18077
- position: absolute;
18078
- }
18079
- .v-banner--fixed {
18080
- position: fixed;
18081
- }
18082
- .v-banner--sticky {
18083
- position: sticky;
18084
- }
18085
- .v-banner--rounded {
18086
- border-radius: 4px;
18087
- }
18088
- .v-banner--stacked:not(.v-banner--one-line) {
18089
- grid-template-areas: "prepend content" ". actions";
18090
- }
18091
- .v-banner--stacked .v-banner-text {
18092
- padding-inline-end: 36px;
18093
- }
18094
- .v-banner--density-default .v-banner-actions {
18095
- margin-bottom: -8px;
18096
- }
18097
- .v-banner--density-default.v-banner--one-line {
18098
- padding-top: 8px;
18099
- padding-bottom: 8px;
18100
- }
18101
- .v-banner--density-default.v-banner--one-line .v-banner-actions {
18102
- margin-bottom: 0;
18103
- }
18104
- .v-banner--density-default.v-banner--one-line {
18105
- padding-top: 10px;
18106
- }
18107
- .v-banner--density-default.v-banner--two-line {
18108
- padding-top: 16px;
18109
- padding-bottom: 16px;
18110
- }
18111
- .v-banner--density-default.v-banner--three-line {
18112
- padding-top: 24px;
18113
- padding-bottom: 16px;
18114
- }
18115
- .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
18116
- margin-top: 20px;
18117
- }
18118
-
18119
- .v-banner--density-comfortable .v-banner-actions {
18120
- margin-bottom: -4px;
18121
- }
18122
- .v-banner--density-comfortable.v-banner--one-line {
18123
- padding-top: 4px;
18124
- padding-bottom: 4px;
18125
- }
18126
- .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
18127
- margin-bottom: 0;
18128
- }
18129
- .v-banner--density-comfortable.v-banner--two-line {
18130
- padding-top: 12px;
18131
- padding-bottom: 12px;
18132
- }
18133
- .v-banner--density-comfortable.v-banner--three-line {
18134
- padding-top: 20px;
18135
- padding-bottom: 12px;
18136
- }
18137
- .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
18138
- margin-top: 16px;
18139
- }
18140
-
18141
- .v-banner--density-compact .v-banner-actions {
18142
- margin-bottom: 0px;
18143
- }
18144
- .v-banner--density-compact.v-banner--one-line {
18145
- padding-top: 0px;
18146
- padding-bottom: 0px;
18147
- }
18148
- .v-banner--density-compact.v-banner--one-line .v-banner-actions {
18149
- margin-bottom: 0;
18150
- }
18151
- .v-banner--density-compact.v-banner--two-line {
18152
- padding-top: 8px;
18153
- padding-bottom: 8px;
18154
- }
18155
- .v-banner--density-compact.v-banner--three-line {
18156
- padding-top: 16px;
18157
- padding-bottom: 8px;
18158
- }
18159
- .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
18160
- margin-top: 12px;
18161
- }
18162
-
18163
- .v-banner--sticky {
18164
- top: 0;
18165
- }
18166
-
18167
- .v-banner__content {
18168
- align-items: center;
18169
- display: flex;
18170
- grid-area: content;
18171
- }
18172
-
18173
- .v-banner__prepend {
18174
- align-self: flex-start;
18175
- grid-area: prepend;
18176
- margin-inline-end: 24px;
18177
- }
18178
-
18179
- .v-banner-actions {
18180
- align-self: flex-end;
18181
- display: flex;
18182
- flex: 0 1;
18183
- grid-area: actions;
18184
- justify-content: flex-end;
18185
- }
18186
- .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
18187
- margin-top: 20px;
18188
- }
18189
-
18190
- .v-banner-text {
18191
- -webkit-box-orient: vertical;
18192
- display: -webkit-box;
18193
- padding-inline-end: 90px;
18194
- overflow: hidden;
18195
- }
18196
- .v-banner--one-line .v-banner-text {
18197
- -webkit-line-clamp: 1;
18198
- }
18199
- .v-banner--two-line .v-banner-text {
18200
- -webkit-line-clamp: 2;
18201
- }
18202
- .v-banner--three-line .v-banner-text {
18203
- -webkit-line-clamp: 3;
18204
- }
18205
- .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18206
- align-self: flex-start;
18207
- }.v-badge {
18208
- display: inline-block;
18209
- line-height: 1;
18210
- }
18211
-
18212
- .v-badge__badge {
18213
- align-items: center;
18214
- display: inline-flex;
18215
- border-radius: 10px;
18216
- font-size: 0.75rem;
18217
- font-weight: 500;
18218
- height: 1.25rem;
18219
- justify-content: center;
18220
- min-width: 20px;
18221
- padding: 4px 6px;
18222
- pointer-events: auto;
18223
- position: absolute;
18224
- text-align: center;
18225
- text-indent: 0;
18226
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18227
- white-space: nowrap;
18228
- background: rgb(var(--v-theme-surface-variant));
18229
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18230
- }
18231
- .v-badge--bordered .v-badge__badge::after {
18232
- border-radius: inherit;
18233
- border-style: solid;
18234
- border-width: 2px;
18235
- bottom: 0;
18236
- color: rgb(var(--v-theme-background));
18237
- content: "";
18238
- left: 0;
18239
- position: absolute;
18240
- right: 0;
18241
- top: 0;
18242
- transform: scale(1.05);
18243
- }
18244
- .v-badge--dot .v-badge__badge {
18245
- border-radius: 4.5px;
18246
- height: 9px;
18247
- min-width: 0;
18248
- padding: 0;
18249
- width: 9px;
18250
- }
18251
- .v-badge--dot .v-badge__badge::after {
18252
- border-width: 1.5px;
18253
- }
18254
- .v-badge--inline .v-badge__badge {
18255
- position: relative;
18256
- vertical-align: middle;
18257
- }
18258
- .v-badge__badge .v-icon {
18259
- color: inherit;
18260
- font-size: 0.75rem;
18261
- margin: 0 -2px;
18262
- }
18263
- .v-badge__badge img,
18264
- .v-badge__badge .v-img {
18265
- height: 100%;
18266
- width: 100%;
18267
- }
18268
-
18269
- .v-badge__wrapper {
18270
- display: flex;
18271
- position: relative;
18272
- }
18273
- .v-badge--inline .v-badge__wrapper {
18274
- align-items: center;
18275
- display: inline-flex;
18276
- justify-content: center;
18277
- margin: 0 4px;
18278
- }.v-breadcrumbs {
18279
- display: flex;
18280
- align-items: center;
18281
- line-height: 1.375rem;
18282
- padding: 16px 12px;
18283
- }
18284
- .v-breadcrumbs--rounded {
18285
- border-radius: 4px;
18286
- }
18287
- .v-breadcrumbs--density-default {
18288
- padding-top: 16px;
18289
- padding-bottom: 16px;
18290
- }
18291
-
18292
- .v-breadcrumbs--density-comfortable {
18293
- padding-top: 12px;
18294
- padding-bottom: 12px;
18150
+
18151
+ .v-breadcrumbs--density-comfortable {
18152
+ padding-top: 12px;
18153
+ padding-bottom: 12px;
18295
18154
  }
18296
18155
 
18297
18156
  .v-breadcrumbs--density-compact {
@@ -18767,90 +18626,34 @@ html.overflow-y-hidden {
18767
18626
  }
18768
18627
  .v-pagination__item--is-active .v-btn__overlay {
18769
18628
  opacity: var(--v-border-opacity);
18770
- }.v-btn-group {
18771
- display: inline-flex;
18772
- flex-wrap: nowrap;
18773
- max-width: 100%;
18774
- min-width: 0;
18629
+ }.v-card {
18630
+ display: block;
18775
18631
  overflow: hidden;
18776
- vertical-align: middle;
18632
+ overflow-wrap: break-word;
18633
+ position: relative;
18634
+ padding: 0;
18635
+ text-decoration: none;
18636
+ transition-duration: 0.28s;
18637
+ transition-property: box-shadow, opacity, background;
18638
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18639
+ z-index: 0;
18777
18640
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18778
18641
  border-style: solid;
18779
18642
  border-width: 0;
18780
- 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));
18781
18643
  border-radius: 4px;
18782
- background: transparent;
18783
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18784
18644
  }
18785
- .v-btn-group--border {
18645
+ .v-card--border {
18786
18646
  border-width: thin;
18787
18647
  box-shadow: none;
18788
18648
  }
18789
- .v-btn-group--density-default.v-btn-group {
18790
- height: 48px;
18649
+ .v-card--absolute {
18650
+ position: absolute;
18791
18651
  }
18792
-
18793
- .v-btn-group--density-comfortable.v-btn-group {
18794
- height: 40px;
18652
+ .v-card--fixed {
18653
+ position: fixed;
18795
18654
  }
18796
-
18797
- .v-btn-group--density-compact.v-btn-group {
18798
- height: 36px;
18799
- }
18800
-
18801
- .v-btn-group .v-btn {
18802
- border-radius: 0;
18803
- border-color: inherit;
18804
- }
18805
- .v-btn-group .v-btn:not(:last-child) {
18806
- border-inline-end: none;
18807
- }
18808
- .v-btn-group .v-btn:not(:first-child) {
18809
- border-inline-start: none;
18810
- }
18811
- .v-btn-group .v-btn:first-child {
18812
- border-start-start-radius: inherit;
18813
- border-end-start-radius: inherit;
18814
- }
18815
- .v-btn-group .v-btn:last-child {
18816
- border-start-end-radius: inherit;
18817
- border-end-end-radius: inherit;
18818
- }
18819
- .v-btn-group--divided .v-btn:not(:last-child) {
18820
- border-inline-end-width: thin;
18821
- border-inline-end-style: solid;
18822
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18823
- }
18824
- .v-btn-group--tile {
18825
- border-radius: 0;
18826
- }.v-card {
18827
- display: block;
18828
- overflow: hidden;
18829
- overflow-wrap: break-word;
18830
- position: relative;
18831
- padding: 0;
18832
- text-decoration: none;
18833
- transition-duration: 0.28s;
18834
- transition-property: box-shadow, opacity, background;
18835
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18836
- z-index: 0;
18837
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18838
- border-style: solid;
18839
- border-width: 0;
18840
- border-radius: 4px;
18841
- }
18842
- .v-card--border {
18843
- border-width: thin;
18844
- box-shadow: none;
18845
- }
18846
- .v-card--absolute {
18847
- position: absolute;
18848
- }
18849
- .v-card--fixed {
18850
- position: fixed;
18851
- }
18852
- .v-card:hover > .v-card__overlay {
18853
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18655
+ .v-card:hover > .v-card__overlay {
18656
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18854
18657
  }
18855
18658
  .v-card:focus-visible > .v-card__overlay {
18856
18659
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
@@ -19119,19 +18922,62 @@ html.overflow-y-hidden {
19119
18922
  pointer-events: none;
19120
18923
  opacity: 0;
19121
18924
  transition: opacity 0.2s ease-in-out;
19122
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19123
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18925
+ }.v-btn-group {
18926
+ display: inline-flex;
18927
+ flex-wrap: nowrap;
18928
+ max-width: 100%;
18929
+ min-width: 0;
18930
+ overflow: hidden;
18931
+ vertical-align: middle;
18932
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18933
+ border-style: solid;
18934
+ border-width: 0;
18935
+ 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));
18936
+ border-radius: 4px;
18937
+ background: transparent;
18938
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19124
18939
  }
19125
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19126
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18940
+ .v-btn-group--border {
18941
+ border-width: thin;
18942
+ box-shadow: none;
19127
18943
  }
19128
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19129
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18944
+ .v-btn-group--density-default.v-btn-group {
18945
+ height: 48px;
19130
18946
  }
19131
- @supports not selector(:focus-visible) {
19132
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19133
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19134
- }
18947
+
18948
+ .v-btn-group--density-comfortable.v-btn-group {
18949
+ height: 40px;
18950
+ }
18951
+
18952
+ .v-btn-group--density-compact.v-btn-group {
18953
+ height: 36px;
18954
+ }
18955
+
18956
+ .v-btn-group .v-btn {
18957
+ border-radius: 0;
18958
+ border-color: inherit;
18959
+ }
18960
+ .v-btn-group .v-btn:not(:last-child) {
18961
+ border-inline-end: none;
18962
+ }
18963
+ .v-btn-group .v-btn:not(:first-child) {
18964
+ border-inline-start: none;
18965
+ }
18966
+ .v-btn-group .v-btn:first-child {
18967
+ border-start-start-radius: inherit;
18968
+ border-end-start-radius: inherit;
18969
+ }
18970
+ .v-btn-group .v-btn:last-child {
18971
+ border-start-end-radius: inherit;
18972
+ border-end-end-radius: inherit;
18973
+ }
18974
+ .v-btn-group--divided .v-btn:not(:last-child) {
18975
+ border-inline-end-width: thin;
18976
+ border-inline-end-style: solid;
18977
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18978
+ }
18979
+ .v-btn-group--tile {
18980
+ border-radius: 0;
19135
18981
  }.v-carousel {
19136
18982
  overflow: hidden;
19137
18983
  position: relative;
@@ -19195,6 +19041,19 @@ html.overflow-y-hidden {
19195
19041
  flex-direction: column;
19196
19042
  height: 100% !important;
19197
19043
  width: 50px;
19044
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19045
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19046
+ }
19047
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19048
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19049
+ }
19050
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19051
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19052
+ }
19053
+ @supports not selector(:focus-visible) {
19054
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19055
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19056
+ }
19198
19057
  }.v-chip {
19199
19058
  align-items: center;
19200
19059
  display: inline-flex;
@@ -19602,11 +19461,110 @@ html.overflow-y-hidden {
19602
19461
 
19603
19462
  .v-chip--label {
19604
19463
  border-radius: 4px;
19464
+ }.v-combobox .v-field .v-text-field__prefix,
19465
+ .v-combobox .v-field .v-text-field__suffix,
19466
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19467
+ cursor: text;
19468
+ }
19469
+ .v-combobox .v-field .v-field__input > input {
19470
+ flex: 1 1;
19471
+ }
19472
+ .v-combobox .v-field input {
19473
+ min-width: 64px;
19474
+ }
19475
+ .v-combobox .v-field:not(.v-field--focused) input {
19476
+ min-width: 0;
19477
+ }
19478
+ .v-combobox .v-field--dirty .v-combobox__selection {
19479
+ margin-inline-end: 2px;
19480
+ }
19481
+ .v-combobox .v-combobox__selection-text {
19482
+ overflow: hidden;
19483
+ text-overflow: ellipsis;
19484
+ white-space: nowrap;
19485
+ }
19486
+
19487
+ .v-combobox__content {
19488
+ overflow: hidden;
19489
+ 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));
19490
+ border-radius: 4px;
19491
+ }
19492
+ .v-combobox__mask {
19493
+ background: rgb(var(--v-theme-surface-light));
19494
+ }
19495
+ .v-combobox__selection {
19496
+ display: inline-flex;
19497
+ align-items: center;
19498
+ height: 1.5rem;
19499
+ letter-spacing: inherit;
19500
+ line-height: inherit;
19501
+ max-width: calc(100% - 2px - 2px);
19502
+ }
19503
+ .v-combobox__selection:first-child {
19504
+ margin-inline-start: 0;
19505
+ }
19506
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19507
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19508
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19509
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19510
+ top: 0px;
19511
+ }
19512
+ .v-combobox--selecting-index .v-combobox__selection {
19513
+ opacity: var(--v-medium-emphasis-opacity);
19514
+ }
19515
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19516
+ opacity: 1;
19517
+ }
19518
+ .v-combobox--selecting-index .v-field__input > input {
19519
+ caret-color: transparent;
19520
+ }
19521
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
19522
+ flex: 1 1;
19523
+ position: absolute;
19524
+ left: 0;
19525
+ right: 0;
19526
+ width: 100%;
19527
+ padding-inline: inherit;
19528
+ }
19529
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
19530
+ transition: none;
19531
+ }
19532
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
19533
+ opacity: 0;
19534
+ }
19535
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
19536
+ opacity: 0;
19537
+ }
19538
+ .v-combobox__menu-icon {
19539
+ margin-inline-start: 4px;
19540
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19541
+ }
19542
+ .v-combobox--active-menu .v-combobox__menu-icon {
19543
+ opacity: var(--v-high-emphasis-opacity);
19544
+ transform: rotate(180deg);
19605
19545
  }.v-checkbox.v-input {
19606
19546
  flex: 0 1 auto;
19607
19547
  }
19608
19548
  .v-checkbox .v-selection-control {
19609
19549
  min-height: var(--v-input-control-height);
19550
+ }.v-chip-group {
19551
+ display: flex;
19552
+ max-width: 100%;
19553
+ min-width: 0;
19554
+ overflow-x: auto;
19555
+ padding: 4px 0;
19556
+ }
19557
+ .v-chip-group .v-chip {
19558
+ margin: 4px 8px 4px 0;
19559
+ }
19560
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19561
+ opacity: var(--v-activated-opacity);
19562
+ }
19563
+
19564
+ .v-chip-group--column .v-slide-group__content {
19565
+ white-space: normal;
19566
+ flex-wrap: wrap;
19567
+ max-width: 100%;
19610
19568
  }.v-color-picker {
19611
19569
  align-self: flex-start;
19612
19570
  contain: content;
@@ -19627,24 +19585,6 @@ html.overflow-y-hidden {
19627
19585
  }
19628
19586
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19629
19587
  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));
19630
- }.v-chip-group {
19631
- display: flex;
19632
- max-width: 100%;
19633
- min-width: 0;
19634
- overflow-x: auto;
19635
- padding: 4px 0;
19636
- }
19637
- .v-chip-group .v-chip {
19638
- margin: 4px 8px 4px 0;
19639
- }
19640
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19641
- opacity: var(--v-activated-opacity);
19642
- }
19643
-
19644
- .v-chip-group--column .v-slide-group__content {
19645
- white-space: normal;
19646
- flex-wrap: wrap;
19647
- max-width: 100%;
19648
19588
  }.v-container {
19649
19589
  width: 100%;
19650
19590
  padding: 16px;
@@ -20317,127 +20257,11 @@ html.overflow-y-hidden {
20317
20257
  .offset-xxl-11 {
20318
20258
  margin-inline-start: 91.6666666667%;
20319
20259
  }
20320
- }.v-combobox .v-field .v-text-field__prefix,
20321
- .v-combobox .v-field .v-text-field__suffix,
20322
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20323
- cursor: text;
20324
- }
20325
- .v-combobox .v-field .v-field__input > input {
20326
- flex: 1 1;
20327
- }
20328
- .v-combobox .v-field input {
20329
- min-width: 64px;
20330
- }
20331
- .v-combobox .v-field:not(.v-field--focused) input {
20332
- min-width: 0;
20333
- }
20334
- .v-combobox .v-field--dirty .v-combobox__selection {
20335
- margin-inline-end: 2px;
20336
- }
20337
- .v-combobox .v-combobox__selection-text {
20338
- overflow: hidden;
20339
- text-overflow: ellipsis;
20340
- white-space: nowrap;
20341
- }
20342
-
20343
- .v-combobox__content {
20344
- overflow: hidden;
20345
- 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));
20346
- border-radius: 4px;
20347
- }
20348
- .v-combobox__mask {
20349
- background: rgb(var(--v-theme-surface-light));
20350
- }
20351
- .v-combobox__selection {
20352
- display: inline-flex;
20353
- align-items: center;
20354
- height: 1.5rem;
20355
- letter-spacing: inherit;
20356
- line-height: inherit;
20357
- max-width: calc(100% - 2px - 2px);
20358
- }
20359
- .v-combobox__selection:first-child {
20360
- margin-inline-start: 0;
20361
- }
20362
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20363
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20364
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20365
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20366
- top: 0px;
20367
- }
20368
- .v-combobox--selecting-index .v-combobox__selection {
20369
- opacity: var(--v-medium-emphasis-opacity);
20370
- }
20371
- .v-combobox--selecting-index .v-combobox__selection--selected {
20372
- opacity: 1;
20373
- }
20374
- .v-combobox--selecting-index .v-field__input > input {
20375
- caret-color: transparent;
20376
- }
20377
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20378
- flex: 1 1;
20379
- position: absolute;
20380
- left: 0;
20381
- right: 0;
20382
- width: 100%;
20383
- padding-inline: inherit;
20384
- }
20385
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20386
- transition: none;
20387
- }
20388
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20389
- opacity: 0;
20390
- }
20391
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20392
- opacity: 0;
20393
- }
20394
- .v-combobox__menu-icon {
20395
- margin-inline-start: 4px;
20396
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20397
- }
20398
- .v-combobox--active-menu .v-combobox__menu-icon {
20399
- opacity: var(--v-high-emphasis-opacity);
20400
- transform: rotate(180deg);
20401
20260
  }.v-counter {
20402
20261
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20403
20262
  flex: 0 1 auto;
20404
20263
  font-size: 12px;
20405
20264
  transition-duration: 150ms;
20406
- }.v-data-table-footer {
20407
- display: flex;
20408
- align-items: center;
20409
- flex-wrap: wrap;
20410
- padding: 4px;
20411
- justify-content: flex-end;
20412
- }
20413
-
20414
- .v-data-table-footer__items-per-page {
20415
- display: flex;
20416
- align-items: center;
20417
- justify-content: center;
20418
- }
20419
- .v-data-table-footer__items-per-page > span {
20420
- padding-inline-end: 8px;
20421
- }
20422
- .v-data-table-footer__items-per-page > .v-select {
20423
- width: 90px;
20424
- }
20425
-
20426
- .v-data-table-footer__info {
20427
- display: flex;
20428
- justify-content: flex-end;
20429
- min-width: 116px;
20430
- padding: 0 16px;
20431
- }
20432
-
20433
- .v-data-table-footer__pagination {
20434
- display: flex;
20435
- align-items: center;
20436
- margin-inline-start: 16px;
20437
- }
20438
-
20439
- .v-data-table-footer__page {
20440
- padding: 0 8px;
20441
20265
  }.v-data-table {
20442
20266
  width: 100%;
20443
20267
  }
@@ -20571,94 +20395,41 @@ html.overflow-y-hidden {
20571
20395
  .v-data-table-rows-loading,
20572
20396
  .v-data-table-rows-no-data {
20573
20397
  text-align: center;
20574
- }.v-dialog {
20575
- align-items: center;
20576
- justify-content: center;
20577
- margin: auto;
20578
- }
20579
- .v-dialog > .v-overlay__content {
20580
- max-height: calc(100% - 48px);
20581
- width: calc(100% - 48px);
20582
- max-width: calc(100% - 48px);
20583
- margin: 24px;
20584
- }
20585
- .v-dialog > .v-overlay__content,
20586
- .v-dialog > .v-overlay__content > form {
20587
- display: flex;
20588
- flex-direction: column;
20589
- min-height: 0;
20590
- }
20591
- .v-dialog > .v-overlay__content > .v-card,
20592
- .v-dialog > .v-overlay__content > .v-sheet,
20593
- .v-dialog > .v-overlay__content > form > .v-card,
20594
- .v-dialog > .v-overlay__content > form > .v-sheet {
20595
- --v-scrollbar-offset: 0px;
20596
- border-radius: 4px;
20597
- overflow-y: auto;
20598
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20599
- }
20600
- .v-dialog > .v-overlay__content > .v-card,
20601
- .v-dialog > .v-overlay__content > form > .v-card {
20398
+ }.v-data-table-footer {
20602
20399
  display: flex;
20603
- flex-direction: column;
20604
- }
20605
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20606
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20607
- padding: 14px 24px 0;
20608
- }
20609
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20610
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20611
- padding-top: 10px;
20612
- }
20613
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20614
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20615
- font-size: inherit;
20616
- letter-spacing: 0.03125em;
20617
- line-height: inherit;
20618
- padding: 16px 24px 10px;
20400
+ align-items: center;
20401
+ flex-wrap: wrap;
20402
+ padding: 4px;
20403
+ justify-content: flex-end;
20619
20404
  }
20620
20405
 
20621
- .v-dialog--fullscreen {
20622
- --v-scrollbar-offset: 0px;
20406
+ .v-data-table-footer__items-per-page {
20407
+ display: flex;
20408
+ align-items: center;
20409
+ justify-content: center;
20623
20410
  }
20624
- .v-dialog--fullscreen > .v-overlay__content {
20625
- border-radius: 0;
20626
- margin: 0;
20627
- padding: 0;
20628
- width: 100%;
20629
- height: 100%;
20630
- max-width: 100%;
20631
- max-height: 100%;
20632
- overflow-y: auto;
20633
- top: 0;
20634
- left: 0;
20411
+ .v-data-table-footer__items-per-page > span {
20412
+ padding-inline-end: 8px;
20635
20413
  }
20636
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20637
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20638
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20639
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20640
- min-height: 100%;
20641
- min-width: 100%;
20642
- border-radius: 0;
20414
+ .v-data-table-footer__items-per-page > .v-select {
20415
+ width: 90px;
20643
20416
  }
20644
20417
 
20645
- .v-dialog--scrollable > .v-overlay__content,
20646
- .v-dialog--scrollable > .v-overlay__content > form {
20418
+ .v-data-table-footer__info {
20647
20419
  display: flex;
20420
+ justify-content: flex-end;
20421
+ min-width: 116px;
20422
+ padding: 0 16px;
20648
20423
  }
20649
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20650
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20424
+
20425
+ .v-data-table-footer__pagination {
20651
20426
  display: flex;
20652
- flex: 1 1 100%;
20653
- flex-direction: column;
20654
- max-height: 100%;
20655
- max-width: 100%;
20427
+ align-items: center;
20428
+ margin-inline-start: 16px;
20656
20429
  }
20657
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20658
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20659
- -webkit-backface-visibility: hidden;
20660
- backface-visibility: hidden;
20661
- overflow-y: auto;
20430
+
20431
+ .v-data-table-footer__page {
20432
+ padding: 0 8px;
20662
20433
  }.v-divider {
20663
20434
  display: block;
20664
20435
  flex: 1 1 100%;
@@ -20688,62 +20459,169 @@ html.overflow-y-hidden {
20688
20459
  margin-bottom: 8px;
20689
20460
  margin-top: 8px;
20690
20461
  max-height: calc(100% - 16px);
20691
- }.v-date-picker-controls {
20692
- display: flex;
20693
- align-items: center;
20694
- justify-content: space-between;
20462
+ }.v-banner {
20463
+ display: grid;
20464
+ flex: 1 1;
20695
20465
  font-size: 0.875rem;
20696
- padding-top: 4px;
20697
- padding-bottom: 4px;
20698
- padding-inline-start: 6px;
20699
- padding-inline-end: 12px;
20466
+ grid-template-areas: "prepend content actions";
20467
+ grid-template-columns: max-content auto max-content;
20468
+ grid-template-rows: max-content max-content;
20469
+ line-height: 1.375rem;
20470
+ overflow: hidden;
20471
+ padding-inline: 16px 8px;
20472
+ padding-top: 16px;
20473
+ padding-bottom: 16px;
20474
+ position: relative;
20475
+ width: 100%;
20476
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20477
+ border-style: solid;
20478
+ border-width: 0 0 thin 0;
20479
+ 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));
20480
+ border-radius: 0;
20481
+ background: rgb(var(--v-theme-surface));
20482
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20700
20483
  }
20701
- .v-date-picker-controls > .v-btn:first-child {
20702
- text-transform: none;
20703
- font-weight: 400;
20704
- line-height: initial;
20705
- letter-spacing: initial;
20484
+ .v-banner--border {
20485
+ border-width: thin;
20486
+ box-shadow: none;
20706
20487
  }
20707
- .v-date-picker-controls--variant-classic {
20708
- padding-inline-start: 12px;
20488
+ .v-banner--absolute {
20489
+ position: absolute;
20709
20490
  }
20710
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20711
- opacity: 0.7;
20491
+ .v-banner--fixed {
20492
+ position: fixed;
20712
20493
  }
20713
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20714
- cursor: pointer;
20494
+ .v-banner--sticky {
20495
+ position: sticky;
20715
20496
  }
20716
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20717
- opacity: 1;
20497
+ .v-banner--rounded {
20498
+ border-radius: 4px;
20718
20499
  }
20719
- .v-date-picker-controls .v-btn:last-child {
20720
- margin-inline-start: 4px;
20500
+ .v-banner--stacked:not(.v-banner--one-line) {
20501
+ grid-template-areas: "prepend content" ". actions";
20721
20502
  }
20722
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20723
- transform: rotate(180deg);
20503
+ .v-banner--stacked .v-banner-text {
20504
+ padding-inline-end: 36px;
20505
+ }
20506
+ .v-banner--density-default .v-banner-actions {
20507
+ margin-bottom: -8px;
20508
+ }
20509
+ .v-banner--density-default.v-banner--one-line {
20510
+ padding-top: 8px;
20511
+ padding-bottom: 8px;
20512
+ }
20513
+ .v-banner--density-default.v-banner--one-line .v-banner-actions {
20514
+ margin-bottom: 0;
20515
+ }
20516
+ .v-banner--density-default.v-banner--one-line {
20517
+ padding-top: 10px;
20518
+ }
20519
+ .v-banner--density-default.v-banner--two-line {
20520
+ padding-top: 16px;
20521
+ padding-bottom: 16px;
20522
+ }
20523
+ .v-banner--density-default.v-banner--three-line {
20524
+ padding-top: 24px;
20525
+ padding-bottom: 16px;
20526
+ }
20527
+ .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
20528
+ margin-top: 20px;
20724
20529
  }
20725
20530
 
20726
- .v-date-picker-controls__date {
20727
- margin-inline-end: 4px;
20531
+ .v-banner--density-comfortable .v-banner-actions {
20532
+ margin-bottom: -4px;
20728
20533
  }
20729
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20730
- margin: auto;
20731
- text-align: center;
20534
+ .v-banner--density-comfortable.v-banner--one-line {
20535
+ padding-top: 4px;
20536
+ padding-bottom: 4px;
20537
+ }
20538
+ .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
20539
+ margin-bottom: 0;
20540
+ }
20541
+ .v-banner--density-comfortable.v-banner--two-line {
20542
+ padding-top: 12px;
20543
+ padding-bottom: 12px;
20544
+ }
20545
+ .v-banner--density-comfortable.v-banner--three-line {
20546
+ padding-top: 20px;
20547
+ padding-bottom: 12px;
20548
+ }
20549
+ .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
20550
+ margin-top: 16px;
20732
20551
  }
20733
20552
 
20734
- .v-date-picker-controls__month {
20553
+ .v-banner--density-compact .v-banner-actions {
20554
+ margin-bottom: 0px;
20555
+ }
20556
+ .v-banner--density-compact.v-banner--one-line {
20557
+ padding-top: 0px;
20558
+ padding-bottom: 0px;
20559
+ }
20560
+ .v-banner--density-compact.v-banner--one-line .v-banner-actions {
20561
+ margin-bottom: 0;
20562
+ }
20563
+ .v-banner--density-compact.v-banner--two-line {
20564
+ padding-top: 8px;
20565
+ padding-bottom: 8px;
20566
+ }
20567
+ .v-banner--density-compact.v-banner--three-line {
20568
+ padding-top: 16px;
20569
+ padding-bottom: 8px;
20570
+ }
20571
+ .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
20572
+ margin-top: 12px;
20573
+ }
20574
+
20575
+ .v-banner--sticky {
20576
+ top: 0;
20577
+ }
20578
+
20579
+ .v-banner__content {
20580
+ align-items: center;
20735
20581
  display: flex;
20582
+ grid-area: content;
20736
20583
  }
20737
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20738
- flex-direction: row-reverse;
20584
+
20585
+ .v-banner__prepend {
20586
+ align-self: flex-start;
20587
+ grid-area: prepend;
20588
+ margin-inline-end: 24px;
20739
20589
  }
20740
20590
 
20741
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20742
- flex: 1 0 auto;
20591
+ .v-banner-actions {
20592
+ align-self: flex-end;
20593
+ display: flex;
20594
+ flex: 0 1;
20595
+ grid-area: actions;
20596
+ justify-content: flex-end;
20597
+ }
20598
+ .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
20599
+ margin-top: 20px;
20743
20600
  }
20744
20601
 
20745
- .v-date-picker__title {
20746
- display: inline-block;
20602
+ .v-banner-text {
20603
+ -webkit-box-orient: vertical;
20604
+ display: -webkit-box;
20605
+ padding-inline-end: 90px;
20606
+ overflow: hidden;
20607
+ }
20608
+ .v-banner--one-line .v-banner-text {
20609
+ -webkit-line-clamp: 1;
20610
+ }
20611
+ .v-banner--two-line .v-banner-text {
20612
+ -webkit-line-clamp: 2;
20613
+ }
20614
+ .v-banner--three-line .v-banner-text {
20615
+ -webkit-line-clamp: 3;
20616
+ }
20617
+ .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
20618
+ align-self: flex-start;
20619
+ }.v-date-picker {
20620
+ overflow: hidden;
20621
+ width: 328px;
20622
+ }
20623
+ .v-date-picker--show-week {
20624
+ width: 368px;
20747
20625
  }.v-date-picker-header {
20748
20626
  align-items: flex-end;
20749
20627
  height: 70px;
@@ -20804,6 +20682,62 @@ html.overflow-y-hidden {
20804
20682
  .date-picker-header-reverse-transition-leave-to {
20805
20683
  opacity: 0;
20806
20684
  transform: translate(0, 100%);
20685
+ }.v-date-picker-controls {
20686
+ display: flex;
20687
+ align-items: center;
20688
+ justify-content: space-between;
20689
+ font-size: 0.875rem;
20690
+ padding-top: 4px;
20691
+ padding-bottom: 4px;
20692
+ padding-inline-start: 6px;
20693
+ padding-inline-end: 12px;
20694
+ }
20695
+ .v-date-picker-controls > .v-btn:first-child {
20696
+ text-transform: none;
20697
+ font-weight: 400;
20698
+ line-height: initial;
20699
+ letter-spacing: initial;
20700
+ }
20701
+ .v-date-picker-controls--variant-classic {
20702
+ padding-inline-start: 12px;
20703
+ }
20704
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20705
+ opacity: 0.7;
20706
+ }
20707
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20708
+ cursor: pointer;
20709
+ }
20710
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20711
+ opacity: 1;
20712
+ }
20713
+ .v-date-picker-controls .v-btn:last-child {
20714
+ margin-inline-start: 4px;
20715
+ }
20716
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20717
+ transform: rotate(180deg);
20718
+ }
20719
+
20720
+ .v-date-picker-controls__date {
20721
+ margin-inline-end: 4px;
20722
+ }
20723
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20724
+ margin: auto;
20725
+ text-align: center;
20726
+ }
20727
+
20728
+ .v-date-picker-controls__month {
20729
+ display: flex;
20730
+ }
20731
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20732
+ flex-direction: row-reverse;
20733
+ }
20734
+
20735
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20736
+ flex: 1 0 auto;
20737
+ }
20738
+
20739
+ .v-date-picker__title {
20740
+ display: inline-block;
20807
20741
  }.v-date-picker-months {
20808
20742
  height: 288px;
20809
20743
  }
@@ -20823,12 +20757,21 @@ html.overflow-y-hidden {
20823
20757
  text-transform: none;
20824
20758
  padding-inline-start: 8px;
20825
20759
  padding-inline-end: 8px;
20826
- }.v-date-picker {
20827
- overflow: hidden;
20828
- width: 328px;
20760
+ }.v-date-picker-years {
20761
+ height: 288px;
20762
+ overflow-y: scroll;
20829
20763
  }
20830
- .v-date-picker--show-week {
20831
- width: 368px;
20764
+
20765
+ .v-date-picker-years__content {
20766
+ display: grid;
20767
+ flex: 1 1;
20768
+ justify-content: space-around;
20769
+ grid-template-columns: repeat(3, 1fr);
20770
+ gap: 8px 24px;
20771
+ padding-inline: 32px;
20772
+ }
20773
+ .v-date-picker-years__content .v-btn {
20774
+ padding-inline: 8px;
20832
20775
  }.v-date-picker-month {
20833
20776
  display: flex;
20834
20777
  justify-content: center;
@@ -20884,21 +20827,94 @@ html.overflow-y-hidden {
20884
20827
 
20885
20828
  .v-date-picker-month__day--hide-adjacent {
20886
20829
  opacity: 0;
20887
- }.v-date-picker-years {
20888
- height: 288px;
20889
- overflow-y: scroll;
20830
+ }.v-dialog {
20831
+ align-items: center;
20832
+ justify-content: center;
20833
+ margin: auto;
20834
+ }
20835
+ .v-dialog > .v-overlay__content {
20836
+ max-height: calc(100% - 48px);
20837
+ width: calc(100% - 48px);
20838
+ max-width: calc(100% - 48px);
20839
+ margin: 24px;
20840
+ }
20841
+ .v-dialog > .v-overlay__content,
20842
+ .v-dialog > .v-overlay__content > form {
20843
+ display: flex;
20844
+ flex-direction: column;
20845
+ min-height: 0;
20846
+ }
20847
+ .v-dialog > .v-overlay__content > .v-card,
20848
+ .v-dialog > .v-overlay__content > .v-sheet,
20849
+ .v-dialog > .v-overlay__content > form > .v-card,
20850
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20851
+ --v-scrollbar-offset: 0px;
20852
+ border-radius: 4px;
20853
+ overflow-y: auto;
20854
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20855
+ }
20856
+ .v-dialog > .v-overlay__content > .v-card,
20857
+ .v-dialog > .v-overlay__content > form > .v-card {
20858
+ display: flex;
20859
+ flex-direction: column;
20860
+ }
20861
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20862
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20863
+ padding: 14px 24px 0;
20864
+ }
20865
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20866
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20867
+ padding-top: 10px;
20868
+ }
20869
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20870
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20871
+ font-size: inherit;
20872
+ letter-spacing: 0.03125em;
20873
+ line-height: inherit;
20874
+ padding: 16px 24px 10px;
20875
+ }
20876
+
20877
+ .v-dialog--fullscreen {
20878
+ --v-scrollbar-offset: 0px;
20879
+ }
20880
+ .v-dialog--fullscreen > .v-overlay__content {
20881
+ border-radius: 0;
20882
+ margin: 0;
20883
+ padding: 0;
20884
+ width: 100%;
20885
+ height: 100%;
20886
+ max-width: 100%;
20887
+ max-height: 100%;
20888
+ overflow-y: auto;
20889
+ top: 0;
20890
+ left: 0;
20891
+ }
20892
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
20893
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20894
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20895
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20896
+ min-height: 100%;
20897
+ min-width: 100%;
20898
+ border-radius: 0;
20899
+ }
20900
+
20901
+ .v-dialog--scrollable > .v-overlay__content,
20902
+ .v-dialog--scrollable > .v-overlay__content > form {
20903
+ display: flex;
20890
20904
  }
20891
-
20892
- .v-date-picker-years__content {
20893
- display: grid;
20894
- flex: 1 1;
20895
- justify-content: space-around;
20896
- grid-template-columns: repeat(3, 1fr);
20897
- gap: 8px 24px;
20898
- padding-inline: 32px;
20905
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
20906
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20907
+ display: flex;
20908
+ flex: 1 1 100%;
20909
+ flex-direction: column;
20910
+ max-height: 100%;
20911
+ max-width: 100%;
20899
20912
  }
20900
- .v-date-picker-years__content .v-btn {
20901
- padding-inline: 8px;
20913
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20914
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20915
+ -webkit-backface-visibility: hidden;
20916
+ backface-visibility: hidden;
20917
+ overflow-y: auto;
20902
20918
  }.v-expansion-panel {
20903
20919
  background-color: rgb(var(--v-theme-surface));
20904
20920
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21725,116 +21741,6 @@ textarea.v-field__input::placeholder {
21725
21741
  }
21726
21742
  .v-input--plain-underlined.v-file-input .v-input__details {
21727
21743
  padding-inline: 0;
21728
- }.v-icon {
21729
- --v-icon-size-multiplier: 1;
21730
- align-items: center;
21731
- display: inline-flex;
21732
- font-feature-settings: "liga";
21733
- height: 1em;
21734
- justify-content: center;
21735
- letter-spacing: normal;
21736
- line-height: 1;
21737
- position: relative;
21738
- text-indent: 0;
21739
- text-align: center;
21740
- -webkit-user-select: none;
21741
- user-select: none;
21742
- vertical-align: middle;
21743
- width: 1em;
21744
- min-width: 1em;
21745
- }
21746
- .v-icon--clickable {
21747
- cursor: pointer;
21748
- }
21749
- .v-icon--size-x-small {
21750
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
21751
- }
21752
- .v-icon--size-small {
21753
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21754
- }
21755
- .v-icon--size-default {
21756
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21757
- }
21758
- .v-icon--size-large {
21759
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21760
- }
21761
- .v-icon--size-x-large {
21762
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
21763
- }
21764
-
21765
- .v-icon__svg {
21766
- fill: currentColor;
21767
- width: 100%;
21768
- height: 100%;
21769
- }
21770
-
21771
- .v-icon--start {
21772
- margin-inline-end: 8px;
21773
- }
21774
-
21775
- .v-icon--end {
21776
- margin-inline-start: 8px;
21777
- }.v-img {
21778
- --v-theme-overlay-multiplier: 3;
21779
- z-index: 0;
21780
- }
21781
- .v-img--booting .v-responsive__sizer {
21782
- transition: none;
21783
- }
21784
- .v-img--rounded {
21785
- border-radius: 4px;
21786
- }
21787
-
21788
- .v-img__img,
21789
- .v-img__picture,
21790
- .v-img__gradient,
21791
- .v-img__placeholder,
21792
- .v-img__error {
21793
- z-index: -1;
21794
- position: absolute;
21795
- top: 0;
21796
- left: 0;
21797
- width: 100%;
21798
- height: 100%;
21799
- }
21800
-
21801
- .v-img__img--preload {
21802
- filter: blur(4px);
21803
- }
21804
- .v-img__img--contain {
21805
- object-fit: contain;
21806
- }
21807
- .v-img__img--cover {
21808
- object-fit: cover;
21809
- }
21810
-
21811
- .v-img__gradient {
21812
- background-repeat: no-repeat;
21813
- }.v-infinite-scroll--horizontal {
21814
- display: flex;
21815
- flex-direction: row;
21816
- overflow-x: auto;
21817
- }
21818
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21819
- height: 100%;
21820
- width: 1px;
21821
- }
21822
-
21823
- .v-infinite-scroll--vertical {
21824
- display: flex;
21825
- flex-direction: column;
21826
- overflow-y: auto;
21827
- }
21828
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21829
- height: 1px;
21830
- width: 100%;
21831
- }
21832
-
21833
- .v-infinite-scroll__side {
21834
- align-items: center;
21835
- display: flex;
21836
- justify-content: center;
21837
- padding: 8px;
21838
21744
  }.v-input {
21839
21745
  display: grid;
21840
21746
  flex: 1 1 auto;
@@ -21970,25 +21876,145 @@ textarea.v-field__input::placeholder {
21970
21876
  .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
21971
21877
  padding-top: calc(var(--v-input-padding-top) + 4px);
21972
21878
  }
21973
-
21974
- .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
21975
- padding-top: calc(var(--v-input-padding-top) + 2px);
21879
+
21880
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
21881
+ padding-top: calc(var(--v-input-padding-top) + 2px);
21882
+ }
21883
+
21884
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21885
+ padding-top: calc(var(--v-input-padding-top) + 0px);
21886
+ }.v-icon {
21887
+ --v-icon-size-multiplier: 1;
21888
+ align-items: center;
21889
+ display: inline-flex;
21890
+ font-feature-settings: "liga";
21891
+ height: 1em;
21892
+ justify-content: center;
21893
+ letter-spacing: normal;
21894
+ line-height: 1;
21895
+ position: relative;
21896
+ text-indent: 0;
21897
+ text-align: center;
21898
+ -webkit-user-select: none;
21899
+ user-select: none;
21900
+ vertical-align: middle;
21901
+ width: 1em;
21902
+ min-width: 1em;
21903
+ }
21904
+ .v-icon--clickable {
21905
+ cursor: pointer;
21906
+ }
21907
+ .v-icon--size-x-small {
21908
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
21909
+ }
21910
+ .v-icon--size-small {
21911
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21912
+ }
21913
+ .v-icon--size-default {
21914
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21915
+ }
21916
+ .v-icon--size-large {
21917
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21918
+ }
21919
+ .v-icon--size-x-large {
21920
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
21921
+ }
21922
+
21923
+ .v-icon__svg {
21924
+ fill: currentColor;
21925
+ width: 100%;
21926
+ height: 100%;
21927
+ }
21928
+
21929
+ .v-icon--start {
21930
+ margin-inline-end: 8px;
21931
+ }
21932
+
21933
+ .v-icon--end {
21934
+ margin-inline-start: 8px;
21935
+ }.v-infinite-scroll--horizontal {
21936
+ display: flex;
21937
+ flex-direction: row;
21938
+ overflow-x: auto;
21939
+ }
21940
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21941
+ height: 100%;
21942
+ width: 1px;
21943
+ }
21944
+
21945
+ .v-infinite-scroll--vertical {
21946
+ display: flex;
21947
+ flex-direction: column;
21948
+ overflow-y: auto;
21949
+ }
21950
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21951
+ height: 1px;
21952
+ width: 100%;
21953
+ }
21954
+
21955
+ .v-infinite-scroll__side {
21956
+ align-items: center;
21957
+ display: flex;
21958
+ justify-content: center;
21959
+ padding: 8px;
21960
+ }.v-label {
21961
+ align-items: center;
21962
+ color: inherit;
21963
+ display: inline-flex;
21964
+ font-size: 1rem;
21965
+ letter-spacing: 0.009375em;
21966
+ min-width: 0;
21967
+ opacity: var(--v-medium-emphasis-opacity);
21968
+ overflow: hidden;
21969
+ text-overflow: ellipsis;
21970
+ white-space: nowrap;
21971
+ }
21972
+
21973
+ .v-label--clickable {
21974
+ cursor: pointer;
21975
+ }.v-img {
21976
+ --v-theme-overlay-multiplier: 3;
21977
+ z-index: 0;
21978
+ }
21979
+ .v-img--booting .v-responsive__sizer {
21980
+ transition: none;
21981
+ }
21982
+ .v-img--rounded {
21983
+ border-radius: 4px;
21984
+ }
21985
+
21986
+ .v-img__img,
21987
+ .v-img__picture,
21988
+ .v-img__gradient,
21989
+ .v-img__placeholder,
21990
+ .v-img__error {
21991
+ z-index: -1;
21992
+ position: absolute;
21993
+ top: 0;
21994
+ left: 0;
21995
+ width: 100%;
21996
+ height: 100%;
21997
+ }
21998
+
21999
+ .v-img__img--preload {
22000
+ filter: blur(4px);
22001
+ }
22002
+ .v-img__img--contain {
22003
+ object-fit: contain;
22004
+ }
22005
+ .v-img__img--cover {
22006
+ object-fit: cover;
21976
22007
  }
21977
22008
 
21978
- .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21979
- padding-top: calc(var(--v-input-padding-top) + 0px);
22009
+ .v-img__gradient {
22010
+ background-repeat: no-repeat;
21980
22011
  }.v-item-group {
21981
22012
  flex: 0 1 auto;
21982
22013
  max-width: 100%;
21983
22014
  position: relative;
21984
22015
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21985
- }.v-layout-item {
21986
- position: absolute;
21987
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21988
- }
21989
-
21990
- .v-layout-item--absolute {
21991
- position: absolute;
22016
+ }.v-locale-provider {
22017
+ display: contents;
21992
22018
  }.v-layout {
21993
22019
  --v-scrollbar-offset: 0px;
21994
22020
  display: flex;
@@ -21997,21 +22023,13 @@ textarea.v-field__input::placeholder {
21997
22023
  .v-layout--full-height {
21998
22024
  --v-scrollbar-offset: inherit;
21999
22025
  height: 100%;
22000
- }.v-label {
22001
- align-items: center;
22002
- color: inherit;
22003
- display: inline-flex;
22004
- font-size: 1rem;
22005
- letter-spacing: 0.009375em;
22006
- min-width: 0;
22007
- opacity: var(--v-medium-emphasis-opacity);
22008
- overflow: hidden;
22009
- text-overflow: ellipsis;
22010
- white-space: nowrap;
22026
+ }.v-layout-item {
22027
+ position: absolute;
22028
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22011
22029
  }
22012
22030
 
22013
- .v-label--clickable {
22014
- cursor: pointer;
22031
+ .v-layout-item--absolute {
22032
+ position: absolute;
22015
22033
  }.v-list {
22016
22034
  overflow: auto;
22017
22035
  padding: 8px 0;
@@ -22564,37 +22582,6 @@ textarea.v-field__input::placeholder {
22564
22582
  }
22565
22583
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22566
22584
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22567
- }.v-menu > .v-overlay__content {
22568
- display: flex;
22569
- flex-direction: column;
22570
- border-radius: 4px;
22571
- }
22572
- .v-menu > .v-overlay__content > .v-card,
22573
- .v-menu > .v-overlay__content > .v-sheet,
22574
- .v-menu > .v-overlay__content > .v-list {
22575
- background: rgb(var(--v-theme-surface));
22576
- border-radius: inherit;
22577
- overflow: auto;
22578
- height: 100%;
22579
- 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));
22580
- }.v-messages {
22581
- flex: 1 1 auto;
22582
- font-size: 12px;
22583
- min-height: 14px;
22584
- min-width: 1px;
22585
- opacity: var(--v-medium-emphasis-opacity);
22586
- position: relative;
22587
- }
22588
- .v-messages__message {
22589
- line-height: 12px;
22590
- word-break: break-word;
22591
- overflow-wrap: break-word;
22592
- word-wrap: break-word;
22593
- -webkit-hyphens: auto;
22594
- hyphens: auto;
22595
- transition-duration: 150ms;
22596
- }.v-locale-provider {
22597
- display: contents;
22598
22585
  }.v-main {
22599
22586
  flex: 1 0 auto;
22600
22587
  max-width: 100%;
@@ -22623,62 +22610,19 @@ textarea.v-field__input::placeholder {
22623
22610
  --v-layout-right: 0px;
22624
22611
  --v-layout-top: 0px;
22625
22612
  --v-layout-bottom: 0px;
22626
- }.v-otp-input {
22627
- border-radius: 4px;
22628
- align-items: center;
22613
+ }.v-menu > .v-overlay__content {
22629
22614
  display: flex;
22630
- justify-content: center;
22631
- padding: 0.5rem 0;
22632
- position: relative;
22633
- }
22634
- .v-otp-input .v-field {
22635
- height: 100%;
22636
- }
22637
-
22638
- .v-otp-input__divider {
22639
- margin: 0 8px;
22615
+ flex-direction: column;
22616
+ border-radius: 4px;
22640
22617
  }
22641
-
22642
- .v-otp-input__content {
22643
- align-items: center;
22644
- display: flex;
22645
- gap: 0.5rem;
22646
- height: 64px;
22647
- padding: 0.5rem;
22648
- justify-content: center;
22649
- max-width: 320px;
22650
- position: relative;
22618
+ .v-menu > .v-overlay__content > .v-card,
22619
+ .v-menu > .v-overlay__content > .v-sheet,
22620
+ .v-menu > .v-overlay__content > .v-list {
22621
+ background: rgb(var(--v-theme-surface));
22651
22622
  border-radius: inherit;
22652
- }
22653
- .v-otp-input--divided .v-otp-input__content {
22654
- max-width: 360px;
22655
- }
22656
-
22657
- .v-otp-input__field {
22658
- color: inherit;
22659
- font-size: 1.25rem;
22660
- height: 100%;
22661
- outline: none;
22662
- text-align: center;
22663
- width: 100%;
22664
- }
22665
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22666
- -webkit-appearance: none;
22667
- margin: 0;
22668
- }
22669
- .v-otp-input__field[type=number] {
22670
- -moz-appearance: textfield;
22671
- }
22672
-
22673
- .v-otp-input__loader {
22674
- align-items: center;
22675
- display: flex;
22623
+ overflow: auto;
22676
22624
  height: 100%;
22677
- justify-content: center;
22678
- width: 100%;
22679
- }
22680
- .v-otp-input__loader .v-progress-linear {
22681
- position: absolute;
22625
+ 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));
22682
22626
  }.v-navigation-drawer {
22683
22627
  -webkit-overflow-scrolling: touch;
22684
22628
  background: rgb(var(--v-theme-surface));
@@ -22777,6 +22721,22 @@ textarea.v-field__input::placeholder {
22777
22721
  .v-navigation-drawer__append {
22778
22722
  flex: none;
22779
22723
  overflow: hidden;
22724
+ }.v-messages {
22725
+ flex: 1 1 auto;
22726
+ font-size: 12px;
22727
+ min-height: 14px;
22728
+ min-width: 1px;
22729
+ opacity: var(--v-medium-emphasis-opacity);
22730
+ position: relative;
22731
+ }
22732
+ .v-messages__message {
22733
+ line-height: 12px;
22734
+ word-break: break-word;
22735
+ overflow-wrap: break-word;
22736
+ word-wrap: break-word;
22737
+ -webkit-hyphens: auto;
22738
+ hyphens: auto;
22739
+ transition-duration: 150ms;
22780
22740
  }.v-overlay-container {
22781
22741
  contain: layout;
22782
22742
  left: 0;
@@ -22840,122 +22800,68 @@ html.v-overlay-scroll-blocked {
22840
22800
 
22841
22801
  .v-overlay--scroll-blocked {
22842
22802
  padding-inline-end: var(--v-scrollbar-offset);
22843
- }.v-parallax {
22844
- position: relative;
22845
- overflow: hidden;
22846
- }
22847
- .v-parallax--active > .v-img__img {
22848
- will-change: transform;
22849
- }.v-pagination__list {
22850
- display: inline-flex;
22851
- list-style-type: none;
22852
- justify-content: center;
22853
- width: 100%;
22854
- }
22855
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22856
- margin: 0.3rem;
22857
- }.v-progress-circular {
22803
+ }.v-otp-input {
22804
+ border-radius: 4px;
22858
22805
  align-items: center;
22859
- display: inline-flex;
22806
+ display: flex;
22860
22807
  justify-content: center;
22808
+ padding: 0.5rem 0;
22861
22809
  position: relative;
22862
- vertical-align: middle;
22863
22810
  }
22864
- .v-progress-circular > svg {
22865
- width: 100%;
22811
+ .v-otp-input .v-field {
22866
22812
  height: 100%;
22867
- margin: auto;
22868
- position: absolute;
22869
- top: 0;
22870
- bottom: 0;
22871
- left: 0;
22872
- right: 0;
22873
- z-index: 0;
22874
- }
22875
-
22876
- .v-progress-circular__content {
22877
- align-items: center;
22878
- display: flex;
22879
- justify-content: center;
22880
22813
  }
22881
22814
 
22882
- .v-progress-circular__underlay {
22883
- color: rgba(var(--v-border-color), var(--v-border-opacity));
22884
- stroke: currentColor;
22885
- z-index: 1;
22886
- }
22887
-
22888
- .v-progress-circular__overlay {
22889
- stroke: currentColor;
22890
- transition: all 0.2s ease-in-out, stroke-width 0s;
22891
- z-index: 2;
22815
+ .v-otp-input__divider {
22816
+ margin: 0 8px;
22892
22817
  }
22893
22818
 
22894
- .v-progress-circular--size-x-small {
22895
- height: 16px;
22896
- width: 16px;
22897
- }
22898
- .v-progress-circular--size-small {
22899
- height: 24px;
22900
- width: 24px;
22901
- }
22902
- .v-progress-circular--size-default {
22903
- height: 32px;
22904
- width: 32px;
22905
- }
22906
- .v-progress-circular--size-large {
22907
- height: 48px;
22908
- width: 48px;
22909
- }
22910
- .v-progress-circular--size-x-large {
22819
+ .v-otp-input__content {
22820
+ align-items: center;
22821
+ display: flex;
22822
+ gap: 0.5rem;
22911
22823
  height: 64px;
22912
- width: 64px;
22913
- }
22914
-
22915
- .v-progress-circular--indeterminate > svg {
22916
- animation: progress-circular-rotate 1.4s linear infinite;
22917
- transform-origin: center center;
22918
- transition: all 0.2s ease-in-out;
22824
+ padding: 0.5rem;
22825
+ justify-content: center;
22826
+ max-width: 320px;
22827
+ position: relative;
22828
+ border-radius: inherit;
22919
22829
  }
22920
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
22921
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22922
- stroke-dasharray: 25, 200;
22923
- stroke-dashoffset: 0;
22924
- stroke-linecap: round;
22925
- transform-origin: center center;
22926
- transform: rotate(-90deg);
22830
+ .v-otp-input--divided .v-otp-input__content {
22831
+ max-width: 360px;
22927
22832
  }
22928
22833
 
22929
- .v-progress-circular--disable-shrink > svg {
22930
- animation-duration: 0.7s;
22834
+ .v-otp-input__field {
22835
+ color: inherit;
22836
+ font-size: 1.25rem;
22837
+ height: 100%;
22838
+ outline: none;
22839
+ text-align: center;
22840
+ width: 100%;
22931
22841
  }
22932
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22933
- animation: none;
22842
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22843
+ -webkit-appearance: none;
22844
+ margin: 0;
22934
22845
  }
22935
-
22936
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22937
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22938
- animation-play-state: paused !important;
22846
+ .v-otp-input__field[type=number] {
22847
+ -moz-appearance: textfield;
22939
22848
  }
22940
22849
 
22941
- @keyframes progress-circular-dash {
22942
- 0% {
22943
- stroke-dasharray: 1, 200;
22944
- stroke-dashoffset: 0px;
22945
- }
22946
- 50% {
22947
- stroke-dasharray: 100, 200;
22948
- stroke-dashoffset: -15px;
22949
- }
22950
- 100% {
22951
- stroke-dasharray: 100, 200;
22952
- stroke-dashoffset: -124px;
22953
- }
22850
+ .v-otp-input__loader {
22851
+ align-items: center;
22852
+ display: flex;
22853
+ height: 100%;
22854
+ justify-content: center;
22855
+ width: 100%;
22954
22856
  }
22955
- @keyframes progress-circular-rotate {
22956
- 100% {
22957
- transform: rotate(270deg);
22958
- }
22857
+ .v-otp-input__loader .v-progress-linear {
22858
+ position: absolute;
22859
+ }.v-parallax {
22860
+ position: relative;
22861
+ overflow: hidden;
22862
+ }
22863
+ .v-parallax--active > .v-img__img {
22864
+ will-change: transform;
22959
22865
  }.v-progress-linear {
22960
22866
  background: transparent;
22961
22867
  overflow: hidden;
@@ -23166,72 +23072,14 @@ html.v-overlay-scroll-blocked {
23166
23072
  0% {
23167
23073
  background-position-x: var(--v-progress-linear-height);
23168
23074
  }
23169
- }.v-radio-group > .v-input__control {
23170
- flex-direction: column;
23171
- }
23172
- .v-radio-group > .v-input__control > .v-label {
23173
- margin-inline-start: 16px;
23174
- }
23175
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23176
- padding-inline-start: 6px;
23177
- margin-top: 8px;
23178
- }
23179
- .v-radio-group .v-input__details {
23180
- padding-inline: 16px;
23181
- }.v-rating {
23182
- max-width: 100%;
23183
- display: inline-flex;
23184
- white-space: nowrap;
23185
- }
23186
- .v-rating--readonly {
23187
- pointer-events: none;
23188
- }
23189
-
23190
- .v-rating__wrapper {
23191
- align-items: center;
23192
- display: inline-flex;
23193
- flex-direction: column;
23194
- }
23195
- .v-rating__wrapper--bottom {
23196
- flex-direction: column-reverse;
23197
- }
23198
-
23199
- .v-rating__item {
23075
+ }.v-pagination__list {
23200
23076
  display: inline-flex;
23201
- position: relative;
23202
- }
23203
- .v-rating__item label {
23204
- cursor: pointer;
23205
- }
23206
- .v-rating__item .v-btn--variant-plain {
23207
- opacity: 1;
23208
- }
23209
- .v-rating__item .v-btn {
23210
- transition-property: transform;
23211
- }
23212
- .v-rating__item .v-btn .v-icon {
23213
- transition: inherit;
23214
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23215
- }
23216
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23217
- transform: scale(1.25);
23218
- }
23219
- .v-rating__item--half {
23220
- overflow: hidden;
23221
- position: absolute;
23222
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23223
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23224
- z-index: 1;
23225
- }
23226
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23227
- opacity: 0;
23077
+ list-style-type: none;
23078
+ justify-content: center;
23079
+ width: 100%;
23228
23080
  }
23229
-
23230
- .v-rating__hidden {
23231
- height: 0;
23232
- opacity: 0;
23233
- position: absolute;
23234
- width: 0;
23081
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23082
+ margin: 0.3rem;
23235
23083
  }.v-slider .v-slider__container input {
23236
23084
  cursor: default;
23237
23085
  padding: 0;
@@ -23289,32 +23137,72 @@ html.v-overlay-scroll-blocked {
23289
23137
 
23290
23138
  .v-slider__label {
23291
23139
  margin-inline-end: 12px;
23292
- }.v-responsive {
23293
- display: flex;
23294
- flex: 1 0 auto;
23295
- max-height: 100%;
23140
+ }.v-rating {
23296
23141
  max-width: 100%;
23297
- overflow: hidden;
23298
- position: relative;
23299
- }
23300
- .v-responsive--inline {
23301
23142
  display: inline-flex;
23302
- flex: 0 0 auto;
23143
+ white-space: nowrap;
23144
+ }
23145
+ .v-rating--readonly {
23146
+ pointer-events: none;
23303
23147
  }
23304
23148
 
23305
- .v-responsive__content {
23306
- flex: 1 0 0px;
23307
- max-width: 100%;
23149
+ .v-rating__wrapper {
23150
+ align-items: center;
23151
+ display: inline-flex;
23152
+ flex-direction: column;
23153
+ }
23154
+ .v-rating__wrapper--bottom {
23155
+ flex-direction: column-reverse;
23308
23156
  }
23309
23157
 
23310
- .v-responsive__sizer ~ .v-responsive__content {
23311
- margin-inline-start: -100%;
23158
+ .v-rating__item {
23159
+ display: inline-flex;
23160
+ position: relative;
23161
+ }
23162
+ .v-rating__item label {
23163
+ cursor: pointer;
23164
+ }
23165
+ .v-rating__item .v-btn--variant-plain {
23166
+ opacity: 1;
23167
+ }
23168
+ .v-rating__item .v-btn {
23169
+ transition-property: transform;
23170
+ }
23171
+ .v-rating__item .v-btn .v-icon {
23172
+ transition: inherit;
23173
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23174
+ }
23175
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23176
+ transform: scale(1.25);
23177
+ }
23178
+ .v-rating__item--half {
23179
+ overflow: hidden;
23180
+ position: absolute;
23181
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23182
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23183
+ z-index: 1;
23184
+ }
23185
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23186
+ opacity: 0;
23312
23187
  }
23313
23188
 
23314
- .v-responsive__sizer {
23315
- flex: 1 0 0px;
23316
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23317
- pointer-events: none;
23189
+ .v-rating__hidden {
23190
+ height: 0;
23191
+ opacity: 0;
23192
+ position: absolute;
23193
+ width: 0;
23194
+ }.v-radio-group > .v-input__control {
23195
+ flex-direction: column;
23196
+ }
23197
+ .v-radio-group > .v-input__control > .v-label {
23198
+ margin-inline-start: 16px;
23199
+ }
23200
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23201
+ padding-inline-start: 6px;
23202
+ margin-top: 8px;
23203
+ }
23204
+ .v-radio-group .v-input__details {
23205
+ padding-inline: 16px;
23318
23206
  }.v-selection-control {
23319
23207
  align-items: center;
23320
23208
  contain: layout;
@@ -23416,6 +23304,40 @@ html.v-overlay-scroll-blocked {
23416
23304
  }
23417
23305
  .v-selection-control--focus-visible .v-selection-control__input::before {
23418
23306
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23307
+ }.v-selection-control-group {
23308
+ grid-area: control;
23309
+ display: flex;
23310
+ flex-direction: column;
23311
+ }
23312
+ .v-selection-control-group--inline {
23313
+ flex-direction: row;
23314
+ flex-wrap: wrap;
23315
+ }.v-responsive {
23316
+ display: flex;
23317
+ flex: 1 0 auto;
23318
+ max-height: 100%;
23319
+ max-width: 100%;
23320
+ overflow: hidden;
23321
+ position: relative;
23322
+ }
23323
+ .v-responsive--inline {
23324
+ display: inline-flex;
23325
+ flex: 0 0 auto;
23326
+ }
23327
+
23328
+ .v-responsive__content {
23329
+ flex: 1 0 0px;
23330
+ max-width: 100%;
23331
+ }
23332
+
23333
+ .v-responsive__sizer ~ .v-responsive__content {
23334
+ margin-inline-start: -100%;
23335
+ }
23336
+
23337
+ .v-responsive__sizer {
23338
+ flex: 1 0 0px;
23339
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23340
+ pointer-events: none;
23419
23341
  }.v-select .v-field .v-text-field__prefix,
23420
23342
  .v-select .v-field .v-text-field__suffix,
23421
23343
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -23464,42 +23386,6 @@ html.v-overlay-scroll-blocked {
23464
23386
  .v-select--active-menu .v-select__menu-icon {
23465
23387
  opacity: var(--v-high-emphasis-opacity);
23466
23388
  transform: rotate(180deg);
23467
- }.v-selection-control-group {
23468
- grid-area: control;
23469
- display: flex;
23470
- flex-direction: column;
23471
- }
23472
- .v-selection-control-group--inline {
23473
- flex-direction: row;
23474
- flex-wrap: wrap;
23475
- }.v-sheet {
23476
- display: block;
23477
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23478
- border-style: solid;
23479
- border-width: 0;
23480
- 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));
23481
- border-radius: 0;
23482
- background: rgb(var(--v-theme-surface));
23483
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23484
- }
23485
- .v-sheet--border {
23486
- border-width: thin;
23487
- box-shadow: none;
23488
- }
23489
- .v-sheet--absolute {
23490
- position: absolute;
23491
- }
23492
- .v-sheet--fixed {
23493
- position: fixed;
23494
- }
23495
- .v-sheet--relative {
23496
- position: relative;
23497
- }
23498
- .v-sheet--sticky {
23499
- position: sticky;
23500
- }
23501
- .v-sheet--rounded {
23502
- border-radius: 4px;
23503
23389
  }.v-skeleton-loader {
23504
23390
  align-items: center;
23505
23391
  background: rgb(var(--v-theme-surface));
@@ -23723,48 +23609,34 @@ html.v-overlay-scroll-blocked {
23723
23609
  100% {
23724
23610
  transform: translateX(100%);
23725
23611
  }
23726
- }.v-slide-group {
23727
- display: flex;
23728
- overflow: hidden;
23612
+ }.v-sheet {
23613
+ display: block;
23614
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23615
+ border-style: solid;
23616
+ border-width: 0;
23617
+ 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));
23618
+ border-radius: 0;
23619
+ background: rgb(var(--v-theme-surface));
23620
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23729
23621
  }
23730
-
23731
- .v-slide-group__next,
23732
- .v-slide-group__prev {
23733
- align-items: center;
23734
- display: flex;
23735
- flex: 0 1 52px;
23736
- justify-content: center;
23737
- min-width: 52px;
23738
- cursor: pointer;
23622
+ .v-sheet--border {
23623
+ border-width: thin;
23624
+ box-shadow: none;
23739
23625
  }
23740
- .v-slide-group__next--disabled,
23741
- .v-slide-group__prev--disabled {
23742
- pointer-events: none;
23743
- opacity: var(--v-disabled-opacity);
23626
+ .v-sheet--absolute {
23627
+ position: absolute;
23744
23628
  }
23745
-
23746
- .v-slide-group__content {
23747
- display: flex;
23748
- flex: 1 0 auto;
23749
- position: relative;
23750
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23751
- white-space: nowrap;
23629
+ .v-sheet--fixed {
23630
+ position: fixed;
23752
23631
  }
23753
- .v-slide-group__content > * {
23754
- white-space: initial;
23632
+ .v-sheet--relative {
23633
+ position: relative;
23755
23634
  }
23756
-
23757
- .v-slide-group__container {
23758
- contain: content;
23759
- display: flex;
23760
- flex: 1 1 auto;
23761
- overflow: hidden;
23635
+ .v-sheet--sticky {
23636
+ position: sticky;
23762
23637
  }
23763
-
23764
- .v-slide-group--vertical,
23765
- .v-slide-group--vertical .v-slide-group__container,
23766
- .v-slide-group--vertical .v-slide-group__content {
23767
- flex-direction: column;
23638
+ .v-sheet--rounded {
23639
+ border-radius: 4px;
23768
23640
  }.v-snackbar {
23769
23641
  justify-content: center;
23770
23642
  z-index: 10000;
@@ -23884,6 +23756,48 @@ html.v-overlay-scroll-blocked {
23884
23756
  }
23885
23757
  .v-snackbar-transition-leave-to {
23886
23758
  opacity: 0;
23759
+ }.v-slide-group {
23760
+ display: flex;
23761
+ overflow: hidden;
23762
+ }
23763
+
23764
+ .v-slide-group__next,
23765
+ .v-slide-group__prev {
23766
+ align-items: center;
23767
+ display: flex;
23768
+ flex: 0 1 52px;
23769
+ justify-content: center;
23770
+ min-width: 52px;
23771
+ cursor: pointer;
23772
+ }
23773
+ .v-slide-group__next--disabled,
23774
+ .v-slide-group__prev--disabled {
23775
+ pointer-events: none;
23776
+ opacity: var(--v-disabled-opacity);
23777
+ }
23778
+
23779
+ .v-slide-group__content {
23780
+ display: flex;
23781
+ flex: 1 0 auto;
23782
+ position: relative;
23783
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23784
+ white-space: nowrap;
23785
+ }
23786
+ .v-slide-group__content > * {
23787
+ white-space: initial;
23788
+ }
23789
+
23790
+ .v-slide-group__container {
23791
+ contain: content;
23792
+ display: flex;
23793
+ flex: 1 1 auto;
23794
+ overflow: hidden;
23795
+ }
23796
+
23797
+ .v-slide-group--vertical,
23798
+ .v-slide-group--vertical .v-slide-group__container,
23799
+ .v-slide-group--vertical .v-slide-group__content {
23800
+ flex-direction: column;
23887
23801
  }.v-stepper.v-sheet {
23888
23802
  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));
23889
23803
  border-radius: 4px;
@@ -24037,74 +23951,7 @@ html.v-overlay-scroll-blocked {
24037
23951
  }
24038
23952
  .v-system-bar:not(.v-system-bar--absolute) {
24039
23953
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24040
- }/* region BLOCK */
24041
- .v-text-field input {
24042
- color: inherit;
24043
- opacity: 0;
24044
- flex: 1;
24045
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24046
- min-width: 0;
24047
- }
24048
- .v-text-field input:focus, .v-text-field input:active {
24049
- outline: none;
24050
- }
24051
- .v-text-field input:invalid {
24052
- box-shadow: none;
24053
- }
24054
- .v-text-field .v-field {
24055
- cursor: text;
24056
- }
24057
- .v-text-field--prefixed.v-text-field .v-field__input {
24058
- --v-field-padding-start: 6px;
24059
- }
24060
-
24061
- .v-text-field--suffixed.v-text-field .v-field__input {
24062
- --v-field-padding-end: 0;
24063
- }
24064
-
24065
- .v-text-field .v-input__details {
24066
- padding-inline: 16px;
24067
- }
24068
- .v-input--plain-underlined.v-text-field .v-input__details {
24069
- padding-inline: 0;
24070
- }
24071
-
24072
- .v-text-field .v-field--no-label input,
24073
- .v-text-field .v-field--active input {
24074
- opacity: 1;
24075
- }
24076
- .v-text-field .v-field--single-line input {
24077
- transition: none;
24078
- }
24079
-
24080
- /* endregion */
24081
- /* region ELEMENTS */
24082
- .v-text-field__prefix, .v-text-field__suffix {
24083
- align-items: center;
24084
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24085
- cursor: default;
24086
- display: flex;
24087
- opacity: 0;
24088
- transition: inherit;
24089
- white-space: nowrap;
24090
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24091
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24092
- padding-bottom: var(--v-field-padding-bottom, 6px);
24093
- }
24094
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24095
- opacity: 1;
24096
- }
24097
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24098
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24099
- }
24100
- .v-text-field__prefix {
24101
- padding-inline-start: var(--v-field-padding-start);
24102
- }
24103
- .v-text-field__suffix {
24104
- padding-inline-end: var(--v-field-padding-end);
24105
- }
24106
-
24107
- /* endregion */.v-switch .v-label {
23954
+ }.v-switch .v-label {
24108
23955
  padding-inline-start: 10px;
24109
23956
  }
24110
23957
 
@@ -24310,14 +24157,120 @@ html.v-overlay-scroll-blocked {
24310
24157
  pointer-events: none;
24311
24158
  opacity: 0;
24312
24159
  }
24313
- .v-tab--selected .v-tab__slider {
24160
+ .v-tab--selected .v-tab__slider {
24161
+ opacity: 1;
24162
+ }
24163
+ .v-slide-group--vertical .v-tab__slider {
24164
+ top: 0;
24165
+ height: 100%;
24166
+ width: 2px;
24167
+ }.v-textarea .v-field {
24168
+ --v-textarea-control-height: var(--v-input-control-height);
24169
+ }
24170
+ .v-textarea .v-field__field {
24171
+ --v-input-control-height: var(--v-textarea-control-height);
24172
+ }
24173
+ .v-textarea .v-field__input {
24174
+ flex: 1 1 auto;
24175
+ outline: none;
24176
+ -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));
24177
+ 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));
24178
+ }
24179
+ .v-textarea .v-field__input.v-textarea__sizer {
24180
+ visibility: hidden;
24181
+ position: absolute;
24182
+ top: 0;
24183
+ left: 0;
24184
+ height: 0 !important;
24185
+ min-height: 0 !important;
24186
+ pointer-events: none;
24187
+ }
24188
+ .v-textarea--no-resize .v-field__input {
24189
+ resize: none;
24190
+ }
24191
+ .v-textarea .v-field--no-label textarea,
24192
+ .v-textarea .v-field--active textarea {
24193
+ opacity: 1;
24194
+ }
24195
+ .v-textarea textarea {
24196
+ opacity: 0;
24197
+ flex: 1;
24198
+ min-width: 0;
24199
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24200
+ }
24201
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24202
+ outline: none;
24203
+ }
24204
+ .v-textarea textarea:invalid {
24205
+ box-shadow: none;
24206
+ }/* region BLOCK */
24207
+ .v-text-field input {
24208
+ color: inherit;
24209
+ opacity: 0;
24210
+ flex: 1;
24211
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24212
+ min-width: 0;
24213
+ }
24214
+ .v-text-field input:focus, .v-text-field input:active {
24215
+ outline: none;
24216
+ }
24217
+ .v-text-field input:invalid {
24218
+ box-shadow: none;
24219
+ }
24220
+ .v-text-field .v-field {
24221
+ cursor: text;
24222
+ }
24223
+ .v-text-field--prefixed.v-text-field .v-field__input {
24224
+ --v-field-padding-start: 6px;
24225
+ }
24226
+
24227
+ .v-text-field--suffixed.v-text-field .v-field__input {
24228
+ --v-field-padding-end: 0;
24229
+ }
24230
+
24231
+ .v-text-field .v-input__details {
24232
+ padding-inline: 16px;
24233
+ }
24234
+ .v-input--plain-underlined.v-text-field .v-input__details {
24235
+ padding-inline: 0;
24236
+ }
24237
+
24238
+ .v-text-field .v-field--no-label input,
24239
+ .v-text-field .v-field--active input {
24240
+ opacity: 1;
24241
+ }
24242
+ .v-text-field .v-field--single-line input {
24243
+ transition: none;
24244
+ }
24245
+
24246
+ /* endregion */
24247
+ /* region ELEMENTS */
24248
+ .v-text-field__prefix, .v-text-field__suffix {
24249
+ align-items: center;
24250
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24251
+ cursor: default;
24252
+ display: flex;
24253
+ opacity: 0;
24254
+ transition: inherit;
24255
+ white-space: nowrap;
24256
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24257
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24258
+ padding-bottom: var(--v-field-padding-bottom, 6px);
24259
+ }
24260
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24314
24261
  opacity: 1;
24315
24262
  }
24316
- .v-slide-group--vertical .v-tab__slider {
24317
- top: 0;
24318
- height: 100%;
24319
- width: 2px;
24320
- }.v-table {
24263
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24264
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24265
+ }
24266
+ .v-text-field__prefix {
24267
+ padding-inline-start: var(--v-field-padding-start);
24268
+ }
24269
+ .v-text-field__suffix {
24270
+ padding-inline-end: var(--v-field-padding-end);
24271
+ }
24272
+
24273
+ /* endregion */.v-table {
24321
24274
  background: rgb(var(--v-theme-surface));
24322
24275
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24323
24276
  font-size: 0.875rem;
@@ -24455,48 +24408,6 @@ html.v-overlay-scroll-blocked {
24455
24408
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24456
24409
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24457
24410
  border-top: 0px !important;
24458
- }.v-textarea .v-field {
24459
- --v-textarea-control-height: var(--v-input-control-height);
24460
- }
24461
- .v-textarea .v-field__field {
24462
- --v-input-control-height: var(--v-textarea-control-height);
24463
- }
24464
- .v-textarea .v-field__input {
24465
- flex: 1 1 auto;
24466
- outline: none;
24467
- -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));
24468
- 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));
24469
- }
24470
- .v-textarea .v-field__input.v-textarea__sizer {
24471
- visibility: hidden;
24472
- position: absolute;
24473
- top: 0;
24474
- left: 0;
24475
- height: 0 !important;
24476
- min-height: 0 !important;
24477
- pointer-events: none;
24478
- }
24479
- .v-textarea--no-resize .v-field__input {
24480
- resize: none;
24481
- }
24482
- .v-textarea .v-field--no-label textarea,
24483
- .v-textarea .v-field--active textarea {
24484
- opacity: 1;
24485
- }
24486
- .v-textarea textarea {
24487
- opacity: 0;
24488
- flex: 1;
24489
- min-width: 0;
24490
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24491
- }
24492
- .v-textarea textarea:focus, .v-textarea textarea:active {
24493
- outline: none;
24494
- }
24495
- .v-textarea textarea:invalid {
24496
- box-shadow: none;
24497
- }.v-theme-provider {
24498
- background: rgb(var(--v-theme-background));
24499
- color: rgb(var(--v-theme-on-background));
24500
24411
  }.v-timeline .v-timeline-divider__dot {
24501
24412
  background: rgb(var(--v-theme-surface-light));
24502
24413
  }
@@ -24913,6 +24824,31 @@ html.v-overlay-scroll-blocked {
24913
24824
 
24914
24825
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
24915
24826
  padding-inline-end: 0;
24827
+ }.v-theme-provider {
24828
+ background: rgb(var(--v-theme-background));
24829
+ color: rgb(var(--v-theme-on-background));
24830
+ }.v-tooltip > .v-overlay__content {
24831
+ background: rgb(var(--v-theme-surface-variant));
24832
+ color: rgb(var(--v-theme-on-surface-variant));
24833
+ border-radius: 4px;
24834
+ font-size: 0.875rem;
24835
+ line-height: 1.6;
24836
+ display: inline-block;
24837
+ padding: 5px 16px;
24838
+ text-transform: initial;
24839
+ width: auto;
24840
+ opacity: 1;
24841
+ pointer-events: none;
24842
+ transition-property: opacity, transform;
24843
+ overflow-wrap: break-word;
24844
+ }
24845
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
24846
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24847
+ transition-duration: 150ms;
24848
+ }
24849
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
24850
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24851
+ transition-duration: 75ms;
24916
24852
  }.v-toolbar {
24917
24853
  align-items: flex-start;
24918
24854
  display: flex;
@@ -25042,28 +24978,6 @@ html.v-overlay-scroll-blocked {
25042
24978
  }
25043
24979
  .v-toolbar-items > .v-btn {
25044
24980
  border-radius: 0;
25045
- }.v-tooltip > .v-overlay__content {
25046
- background: rgb(var(--v-theme-surface-variant));
25047
- color: rgb(var(--v-theme-on-surface-variant));
25048
- border-radius: 4px;
25049
- font-size: 0.875rem;
25050
- line-height: 1.6;
25051
- display: inline-block;
25052
- padding: 5px 16px;
25053
- text-transform: initial;
25054
- width: auto;
25055
- opacity: 1;
25056
- pointer-events: none;
25057
- transition-property: opacity, transform;
25058
- overflow-wrap: break-word;
25059
- }
25060
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25061
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25062
- transition-duration: 150ms;
25063
- }
25064
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25065
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25066
- transition-duration: 75ms;
25067
24981
  }.v-virtual-scroll {
25068
24982
  display: block;
25069
24983
  flex: 1 1 auto;
@@ -25142,6 +25056,108 @@ html.v-overlay-scroll-blocked {
25142
25056
  }
25143
25057
  .v-window-y-reverse-transition-leave-to {
25144
25058
  transform: translateY(100%);
25059
+ }.v-progress-circular {
25060
+ align-items: center;
25061
+ display: inline-flex;
25062
+ justify-content: center;
25063
+ position: relative;
25064
+ vertical-align: middle;
25065
+ }
25066
+ .v-progress-circular > svg {
25067
+ width: 100%;
25068
+ height: 100%;
25069
+ margin: auto;
25070
+ position: absolute;
25071
+ top: 0;
25072
+ bottom: 0;
25073
+ left: 0;
25074
+ right: 0;
25075
+ z-index: 0;
25076
+ }
25077
+
25078
+ .v-progress-circular__content {
25079
+ align-items: center;
25080
+ display: flex;
25081
+ justify-content: center;
25082
+ }
25083
+
25084
+ .v-progress-circular__underlay {
25085
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
25086
+ stroke: currentColor;
25087
+ z-index: 1;
25088
+ }
25089
+
25090
+ .v-progress-circular__overlay {
25091
+ stroke: currentColor;
25092
+ transition: all 0.2s ease-in-out, stroke-width 0s;
25093
+ z-index: 2;
25094
+ }
25095
+
25096
+ .v-progress-circular--size-x-small {
25097
+ height: 16px;
25098
+ width: 16px;
25099
+ }
25100
+ .v-progress-circular--size-small {
25101
+ height: 24px;
25102
+ width: 24px;
25103
+ }
25104
+ .v-progress-circular--size-default {
25105
+ height: 32px;
25106
+ width: 32px;
25107
+ }
25108
+ .v-progress-circular--size-large {
25109
+ height: 48px;
25110
+ width: 48px;
25111
+ }
25112
+ .v-progress-circular--size-x-large {
25113
+ height: 64px;
25114
+ width: 64px;
25115
+ }
25116
+
25117
+ .v-progress-circular--indeterminate > svg {
25118
+ animation: progress-circular-rotate 1.4s linear infinite;
25119
+ transform-origin: center center;
25120
+ transition: all 0.2s ease-in-out;
25121
+ }
25122
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
25123
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
25124
+ stroke-dasharray: 25, 200;
25125
+ stroke-dashoffset: 0;
25126
+ stroke-linecap: round;
25127
+ transform-origin: center center;
25128
+ transform: rotate(-90deg);
25129
+ }
25130
+
25131
+ .v-progress-circular--disable-shrink > svg {
25132
+ animation-duration: 0.7s;
25133
+ }
25134
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
25135
+ animation: none;
25136
+ }
25137
+
25138
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
25139
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
25140
+ animation-play-state: paused !important;
25141
+ }
25142
+
25143
+ @keyframes progress-circular-dash {
25144
+ 0% {
25145
+ stroke-dasharray: 1, 200;
25146
+ stroke-dashoffset: 0px;
25147
+ }
25148
+ 50% {
25149
+ stroke-dasharray: 100, 200;
25150
+ stroke-dashoffset: -15px;
25151
+ }
25152
+ 100% {
25153
+ stroke-dasharray: 100, 200;
25154
+ stroke-dashoffset: -124px;
25155
+ }
25156
+ }
25157
+ @keyframes progress-circular-rotate {
25158
+ 100% {
25159
+ transform: rotate(270deg);
25160
+ }
25145
25161
  }.v-color-picker-edit {
25146
25162
  display: flex;
25147
25163
  margin-top: 24px;
@@ -25170,6 +25186,28 @@ html.v-overlay-scroll-blocked {
25170
25186
  }
25171
25187
  .v-color-picker-edit__input span {
25172
25188
  font-size: 0.75rem;
25189
+ }.v-color-picker-canvas {
25190
+ display: flex;
25191
+ position: relative;
25192
+ overflow: hidden;
25193
+ contain: content;
25194
+ touch-action: none;
25195
+ }
25196
+ .v-color-picker-canvas__dot {
25197
+ position: absolute;
25198
+ top: 0;
25199
+ left: 0;
25200
+ width: 15px;
25201
+ height: 15px;
25202
+ background: transparent;
25203
+ border-radius: 50%;
25204
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25205
+ }
25206
+ .v-color-picker-canvas__dot--disabled {
25207
+ 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);
25208
+ }
25209
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25210
+ will-change: transform;
25173
25211
  }.v-color-picker-preview__alpha .v-slider-track__background {
25174
25212
  background-color: transparent !important;
25175
25213
  }
@@ -25197,6 +25235,7 @@ html.v-overlay-scroll-blocked {
25197
25235
  display: flex;
25198
25236
  flex: 1 0 auto;
25199
25237
  flex-direction: column;
25238
+ padding-inline-end: 16px;
25200
25239
  }
25201
25240
 
25202
25241
  .v-color-picker-preview__dot {
@@ -25239,28 +25278,6 @@ html.v-overlay-scroll-blocked {
25239
25278
  .v-color-picker-preview__eye-dropper {
25240
25279
  position: relative;
25241
25280
  margin-right: 12px;
25242
- }.v-color-picker-canvas {
25243
- display: flex;
25244
- position: relative;
25245
- overflow: hidden;
25246
- contain: content;
25247
- touch-action: none;
25248
- }
25249
- .v-color-picker-canvas__dot {
25250
- position: absolute;
25251
- top: 0;
25252
- left: 0;
25253
- width: 15px;
25254
- height: 15px;
25255
- background: transparent;
25256
- border-radius: 50%;
25257
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25258
- }
25259
- .v-color-picker-canvas__dot--disabled {
25260
- 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);
25261
- }
25262
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25263
- will-change: transform;
25264
25281
  }.v-color-picker-swatches {
25265
25282
  overflow-y: auto;
25266
25283
  }