vuetify 3.1.8 → 3.1.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 (107) hide show
  1. package/dist/json/attributes.json +7 -3
  2. package/dist/json/importMap.json +40 -40
  3. package/dist/json/tags.json +1 -0
  4. package/dist/json/web-types.json +51 -17
  5. package/dist/vuetify-labs.css +288 -268
  6. package/dist/vuetify-labs.d.ts +14 -7
  7. package/dist/vuetify-labs.esm.js +460 -250
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +460 -250
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1253 -1236
  12. package/dist/vuetify.d.ts +18 -13
  13. package/dist/vuetify.esm.js +306 -193
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +306 -193
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +411 -408
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.mjs +29 -15
  21. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  22. package/lib/components/VAlert/index.d.ts +2 -0
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -5
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VBanner/VBanner.mjs +19 -12
  26. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  27. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
  28. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  29. package/lib/components/VBtn/VBtn.mjs +25 -19
  30. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  31. package/lib/components/VCard/VCard.mjs +10 -6
  32. package/lib/components/VCard/VCard.mjs.map +1 -1
  33. package/lib/components/VCard/VCardItem.mjs +27 -23
  34. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  35. package/lib/components/VChip/VChip.css +110 -90
  36. package/lib/components/VChip/VChip.mjs +70 -48
  37. package/lib/components/VChip/VChip.mjs.map +1 -1
  38. package/lib/components/VChip/_mixins.scss +27 -23
  39. package/lib/components/VChip/index.d.ts +2 -2
  40. package/lib/components/VCombobox/VCombobox.mjs +11 -5
  41. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  42. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
  43. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  44. package/lib/components/VDefaultsProvider/index.d.ts +3 -0
  45. package/lib/components/VFooter/VFooter.css +2 -0
  46. package/lib/components/VFooter/VFooter.sass +2 -0
  47. package/lib/components/VFooter/_variables.scss +2 -0
  48. package/lib/components/VImg/VImg.mjs +2 -2
  49. package/lib/components/VImg/VImg.mjs.map +1 -1
  50. package/lib/components/VList/VListItem.mjs +23 -19
  51. package/lib/components/VList/VListItem.mjs.map +1 -1
  52. package/lib/components/VSelect/VSelect.mjs +11 -5
  53. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  54. package/lib/components/VSlider/VSliderTrack.mjs +1 -0
  55. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  56. package/lib/components/VSlider/slider.mjs +3 -1
  57. package/lib/components/VSlider/slider.mjs.map +1 -1
  58. package/lib/components/VSnackbar/VSnackbar.css +2 -7
  59. package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
  60. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  61. package/lib/components/VSnackbar/VSnackbar.sass +3 -8
  62. package/lib/components/VTabs/VTabs.mjs +23 -15
  63. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  64. package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
  65. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  66. package/lib/components/VToolbar/VToolbar.mjs +9 -5
  67. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  68. package/lib/components/index.d.ts +7 -2
  69. package/lib/composables/defaults.mjs +2 -0
  70. package/lib/composables/defaults.mjs.map +1 -1
  71. package/lib/entry-bundler.mjs +1 -1
  72. package/lib/framework.mjs +1 -1
  73. package/lib/index.d.ts +11 -11
  74. package/lib/labs/VDataTable/VDataTable.css +3 -0
  75. package/lib/labs/VDataTable/VDataTable.mjs +41 -17
  76. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  77. package/lib/labs/VDataTable/VDataTable.sass +3 -0
  78. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
  79. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  80. package/lib/labs/VDataTable/VDataTableRow.mjs +6 -2
  81. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  82. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  83. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  84. package/lib/labs/VDataTable/VDataTableServer.mjs +39 -17
  85. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  86. package/lib/labs/VDataTable/VDataTableVirtual.mjs +23 -12
  87. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  88. package/lib/labs/VDataTable/composables/expand.mjs +1 -1
  89. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  90. package/lib/labs/VDataTable/composables/group.mjs +12 -1
  91. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  92. package/lib/labs/VDataTable/composables/options.mjs +0 -12
  93. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  94. package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
  95. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  96. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  97. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  98. package/lib/labs/VDataTable/composables/sort.mjs +19 -3
  99. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  100. package/lib/labs/VDataTable/index.d.ts +7 -5
  101. package/lib/labs/components.d.ts +7 -5
  102. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  103. package/lib/locale/adapters/vue-i18n.mjs +1 -1
  104. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  105. package/lib/util/defineComponent.mjs +3 -2
  106. package/lib/util/defineComponent.mjs.map +1 -1
  107. package/package.json +5 -11
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.8
2
+ * Vuetify v3.1.9
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -15797,15 +15797,6 @@ html.overflow-y-hidden {
15797
15797
  font-weight: normal;
15798
15798
  padding: 0.2em 0.4rem;
15799
15799
  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-penumbra-opacity, rgba(0, 0, 0, 0.12));
15800
- }.v-virtual-scroll {
15801
- display: block;
15802
- flex: 1 1 auto;
15803
- max-width: 100%;
15804
- overflow: auto;
15805
- position: relative;
15806
- }
15807
- .v-virtual-scroll__container {
15808
- display: block;
15809
15800
  }.v-data-table {
15810
15801
  width: 100%;
15811
15802
  }
@@ -15819,6 +15810,9 @@ html.overflow-y-hidden {
15819
15810
  .v-data-table__tr--focus {
15820
15811
  border: 1px dotted black;
15821
15812
  }
15813
+ .v-data-table__tr--clickable {
15814
+ cursor: pointer;
15815
+ }
15822
15816
 
15823
15817
  .v-data-table .v-table__wrapper > table > thead > tr > td,
15824
15818
  .v-data-table .v-table__wrapper > table > thead > tr th,
@@ -15954,6 +15948,15 @@ html.overflow-y-hidden {
15954
15948
 
15955
15949
  .v-data-table-footer__page {
15956
15950
  padding: 0 8px;
15951
+ }.v-virtual-scroll {
15952
+ display: block;
15953
+ flex: 1 1 auto;
15954
+ max-width: 100%;
15955
+ overflow: auto;
15956
+ position: relative;
15957
+ }
15958
+ .v-virtual-scroll__container {
15959
+ display: block;
15957
15960
  }.v-application {
15958
15961
  display: flex;
15959
15962
  background: rgb(var(--v-theme-background));
@@ -16587,60 +16590,6 @@ html.overflow-y-hidden {
16587
16590
  }
16588
16591
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
16589
16592
  align-self: flex-start;
16590
- }.v-breadcrumbs {
16591
- display: flex;
16592
- align-items: center;
16593
- line-height: 1.375rem;
16594
- padding: 16px 12px;
16595
- }
16596
- .v-breadcrumbs--rounded {
16597
- border-radius: 4px;
16598
- }
16599
- .v-breadcrumbs--density-default {
16600
- padding-top: 16px;
16601
- padding-bottom: 16px;
16602
- }
16603
-
16604
- .v-breadcrumbs--density-comfortable {
16605
- padding-top: 12px;
16606
- padding-bottom: 12px;
16607
- }
16608
-
16609
- .v-breadcrumbs--density-compact {
16610
- padding-top: 8px;
16611
- padding-bottom: 8px;
16612
- }
16613
-
16614
- .v-breadcrumbs__prepend {
16615
- align-items: center;
16616
- display: inline-flex;
16617
- }
16618
-
16619
- .v-breadcrumbs-item {
16620
- align-items: center;
16621
- color: inherit;
16622
- display: inline-flex;
16623
- padding: 0 4px;
16624
- text-decoration: none;
16625
- vertical-align: middle;
16626
- }
16627
- .v-breadcrumbs-item--disabled {
16628
- opacity: var(--v-disabled-opacity);
16629
- pointer-events: none;
16630
- }
16631
- .v-breadcrumbs-item--link:hover {
16632
- text-decoration: underline;
16633
- }
16634
- .v-breadcrumbs-item .v-icon {
16635
- font-size: 1rem;
16636
- margin-inline-start: -4px;
16637
- margin-inline-end: 2px;
16638
- }
16639
-
16640
- .v-breadcrumbs-divider {
16641
- display: inline-block;
16642
- padding: 0 8px;
16643
- vertical-align: middle;
16644
16593
  }.v-bottom-navigation {
16645
16594
  display: flex;
16646
16595
  max-width: 100%;
@@ -16695,6 +16644,60 @@ html.overflow-y-hidden {
16695
16644
  }
16696
16645
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
16697
16646
  transform: translateY(0.5rem);
16647
+ }.v-breadcrumbs {
16648
+ display: flex;
16649
+ align-items: center;
16650
+ line-height: 1.375rem;
16651
+ padding: 16px 12px;
16652
+ }
16653
+ .v-breadcrumbs--rounded {
16654
+ border-radius: 4px;
16655
+ }
16656
+ .v-breadcrumbs--density-default {
16657
+ padding-top: 16px;
16658
+ padding-bottom: 16px;
16659
+ }
16660
+
16661
+ .v-breadcrumbs--density-comfortable {
16662
+ padding-top: 12px;
16663
+ padding-bottom: 12px;
16664
+ }
16665
+
16666
+ .v-breadcrumbs--density-compact {
16667
+ padding-top: 8px;
16668
+ padding-bottom: 8px;
16669
+ }
16670
+
16671
+ .v-breadcrumbs__prepend {
16672
+ align-items: center;
16673
+ display: inline-flex;
16674
+ }
16675
+
16676
+ .v-breadcrumbs-item {
16677
+ align-items: center;
16678
+ color: inherit;
16679
+ display: inline-flex;
16680
+ padding: 0 4px;
16681
+ text-decoration: none;
16682
+ vertical-align: middle;
16683
+ }
16684
+ .v-breadcrumbs-item--disabled {
16685
+ opacity: var(--v-disabled-opacity);
16686
+ pointer-events: none;
16687
+ }
16688
+ .v-breadcrumbs-item--link:hover {
16689
+ text-decoration: underline;
16690
+ }
16691
+ .v-breadcrumbs-item .v-icon {
16692
+ font-size: 1rem;
16693
+ margin-inline-start: -4px;
16694
+ margin-inline-end: 2px;
16695
+ }
16696
+
16697
+ .v-breadcrumbs-divider {
16698
+ display: inline-block;
16699
+ padding: 0 8px;
16700
+ vertical-align: middle;
16698
16701
  }/** if false, disabled buttons will be greyed out */
16699
16702
  .v-btn {
16700
16703
  align-items: center;
@@ -17550,35 +17553,39 @@ html.overflow-y-hidden {
17550
17553
  --v-avatar-height: 20px;
17551
17554
  }
17552
17555
 
17553
- .v-chip.v-chip--size-x-small .v-chip__filter,
17554
- .v-chip.v-chip--size-x-small .v-chip__prepend,
17555
- .v-chip.v-chip--size-x-small > .v-avatar--start,
17556
- .v-chip.v-chip--size-x-small > .v-icon--start {
17557
- margin-inline-end: 4px;
17558
- }
17559
- .v-chip.v-chip--size-x-small .v-chip__filter,
17560
- .v-chip.v-chip--size-x-small .v-chip__prepend,
17561
- .v-chip.v-chip--size-x-small .v-icon--start {
17562
- margin-inline-start: -4px;
17563
- }
17564
17556
  .v-chip.v-chip--size-x-small .v-avatar--start {
17565
17557
  margin-inline-start: -5.6px;
17558
+ margin-inline-end: 4px;
17566
17559
  }
17567
17560
  .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
17568
17561
  margin-inline-start: -8px;
17569
17562
  }
17570
17563
 
17571
- .v-chip.v-chip--size-x-small .v-chip__append,
17572
- .v-chip.v-chip--size-x-small .v-chip__close,
17573
- .v-chip.v-chip--size-x-small > .v-avatar--end,
17574
- .v-chip.v-chip--size-x-small > .v-icon--end {
17564
+ .v-chip.v-chip--size-x-small .v-avatar--end {
17575
17565
  margin-inline-start: 4px;
17576
- margin-inline-end: -4px;
17566
+ margin-inline-end: -5.6px;
17577
17567
  }
17578
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end {
17568
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
17579
17569
  margin-inline-end: -8px;
17580
17570
  }
17581
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close {
17571
+
17572
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
17573
+ margin-inline-start: 12px;
17574
+ }
17575
+
17576
+ .v-chip.v-chip--size-x-small .v-icon--start,
17577
+ .v-chip.v-chip--size-x-small .v-chip__filter {
17578
+ margin-inline-start: -4px;
17579
+ margin-inline-end: 4px;
17580
+ }
17581
+ .v-chip.v-chip--size-x-small .v-icon--end,
17582
+ .v-chip.v-chip--size-x-small .v-chip__close {
17583
+ margin-inline-start: 4px;
17584
+ margin-inline-end: -4px;
17585
+ }
17586
+ .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
17587
+ .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
17588
+ .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
17582
17589
  margin-inline-start: 8px;
17583
17590
  }
17584
17591
 
@@ -17595,35 +17602,39 @@ html.overflow-y-hidden {
17595
17602
  --v-avatar-height: 26px;
17596
17603
  }
17597
17604
 
17598
- .v-chip.v-chip--size-small .v-chip__filter,
17599
- .v-chip.v-chip--size-small .v-chip__prepend,
17600
- .v-chip.v-chip--size-small > .v-avatar--start,
17601
- .v-chip.v-chip--size-small > .v-icon--start {
17602
- margin-inline-end: 5px;
17603
- }
17604
- .v-chip.v-chip--size-small .v-chip__filter,
17605
- .v-chip.v-chip--size-small .v-chip__prepend,
17606
- .v-chip.v-chip--size-small .v-icon--start {
17607
- margin-inline-start: -5px;
17608
- }
17609
17605
  .v-chip.v-chip--size-small .v-avatar--start {
17610
17606
  margin-inline-start: -7px;
17607
+ margin-inline-end: 5px;
17611
17608
  }
17612
17609
  .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
17613
17610
  margin-inline-start: -10px;
17614
17611
  }
17615
17612
 
17616
- .v-chip.v-chip--size-small .v-chip__append,
17617
- .v-chip.v-chip--size-small .v-chip__close,
17618
- .v-chip.v-chip--size-small > .v-avatar--end,
17619
- .v-chip.v-chip--size-small > .v-icon--end {
17613
+ .v-chip.v-chip--size-small .v-avatar--end {
17620
17614
  margin-inline-start: 5px;
17621
- margin-inline-end: -5px;
17615
+ margin-inline-end: -7px;
17622
17616
  }
17623
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end {
17617
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
17624
17618
  margin-inline-end: -10px;
17625
17619
  }
17626
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end + .v-chip__close {
17620
+
17621
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
17622
+ margin-inline-start: 15px;
17623
+ }
17624
+
17625
+ .v-chip.v-chip--size-small .v-icon--start,
17626
+ .v-chip.v-chip--size-small .v-chip__filter {
17627
+ margin-inline-start: -5px;
17628
+ margin-inline-end: 5px;
17629
+ }
17630
+ .v-chip.v-chip--size-small .v-icon--end,
17631
+ .v-chip.v-chip--size-small .v-chip__close {
17632
+ margin-inline-start: 5px;
17633
+ margin-inline-end: -5px;
17634
+ }
17635
+ .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
17636
+ .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
17637
+ .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
17627
17638
  margin-inline-start: 10px;
17628
17639
  }
17629
17640
 
@@ -17640,35 +17651,39 @@ html.overflow-y-hidden {
17640
17651
  --v-avatar-height: 32px;
17641
17652
  }
17642
17653
 
17643
- .v-chip.v-chip--size-default .v-chip__filter,
17644
- .v-chip.v-chip--size-default .v-chip__prepend,
17645
- .v-chip.v-chip--size-default > .v-avatar--start,
17646
- .v-chip.v-chip--size-default > .v-icon--start {
17647
- margin-inline-end: 6px;
17648
- }
17649
- .v-chip.v-chip--size-default .v-chip__filter,
17650
- .v-chip.v-chip--size-default .v-chip__prepend,
17651
- .v-chip.v-chip--size-default .v-icon--start {
17652
- margin-inline-start: -6px;
17653
- }
17654
17654
  .v-chip.v-chip--size-default .v-avatar--start {
17655
17655
  margin-inline-start: -8.4px;
17656
+ margin-inline-end: 6px;
17656
17657
  }
17657
17658
  .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
17658
17659
  margin-inline-start: -12px;
17659
17660
  }
17660
17661
 
17661
- .v-chip.v-chip--size-default .v-chip__append,
17662
- .v-chip.v-chip--size-default .v-chip__close,
17663
- .v-chip.v-chip--size-default > .v-avatar--end,
17664
- .v-chip.v-chip--size-default > .v-icon--end {
17662
+ .v-chip.v-chip--size-default .v-avatar--end {
17665
17663
  margin-inline-start: 6px;
17666
- margin-inline-end: -6px;
17664
+ margin-inline-end: -8.4px;
17667
17665
  }
17668
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end {
17666
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
17669
17667
  margin-inline-end: -12px;
17670
17668
  }
17671
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end + .v-chip__close {
17669
+
17670
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
17671
+ margin-inline-start: 18px;
17672
+ }
17673
+
17674
+ .v-chip.v-chip--size-default .v-icon--start,
17675
+ .v-chip.v-chip--size-default .v-chip__filter {
17676
+ margin-inline-start: -6px;
17677
+ margin-inline-end: 6px;
17678
+ }
17679
+ .v-chip.v-chip--size-default .v-icon--end,
17680
+ .v-chip.v-chip--size-default .v-chip__close {
17681
+ margin-inline-start: 6px;
17682
+ margin-inline-end: -6px;
17683
+ }
17684
+ .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
17685
+ .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
17686
+ .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
17672
17687
  margin-inline-start: 12px;
17673
17688
  }
17674
17689
 
@@ -17685,35 +17700,39 @@ html.overflow-y-hidden {
17685
17700
  --v-avatar-height: 38px;
17686
17701
  }
17687
17702
 
17688
- .v-chip.v-chip--size-large .v-chip__filter,
17689
- .v-chip.v-chip--size-large .v-chip__prepend,
17690
- .v-chip.v-chip--size-large > .v-avatar--start,
17691
- .v-chip.v-chip--size-large > .v-icon--start {
17692
- margin-inline-end: 7px;
17693
- }
17694
- .v-chip.v-chip--size-large .v-chip__filter,
17695
- .v-chip.v-chip--size-large .v-chip__prepend,
17696
- .v-chip.v-chip--size-large .v-icon--start {
17697
- margin-inline-start: -7px;
17698
- }
17699
17703
  .v-chip.v-chip--size-large .v-avatar--start {
17700
17704
  margin-inline-start: -9.8px;
17705
+ margin-inline-end: 7px;
17701
17706
  }
17702
17707
  .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
17703
17708
  margin-inline-start: -14px;
17704
17709
  }
17705
17710
 
17706
- .v-chip.v-chip--size-large .v-chip__append,
17707
- .v-chip.v-chip--size-large .v-chip__close,
17708
- .v-chip.v-chip--size-large > .v-avatar--end,
17709
- .v-chip.v-chip--size-large > .v-icon--end {
17711
+ .v-chip.v-chip--size-large .v-avatar--end {
17710
17712
  margin-inline-start: 7px;
17711
- margin-inline-end: -7px;
17713
+ margin-inline-end: -9.8px;
17712
17714
  }
17713
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end {
17715
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
17714
17716
  margin-inline-end: -14px;
17715
17717
  }
17716
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end + .v-chip__close {
17718
+
17719
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
17720
+ margin-inline-start: 21px;
17721
+ }
17722
+
17723
+ .v-chip.v-chip--size-large .v-icon--start,
17724
+ .v-chip.v-chip--size-large .v-chip__filter {
17725
+ margin-inline-start: -7px;
17726
+ margin-inline-end: 7px;
17727
+ }
17728
+ .v-chip.v-chip--size-large .v-icon--end,
17729
+ .v-chip.v-chip--size-large .v-chip__close {
17730
+ margin-inline-start: 7px;
17731
+ margin-inline-end: -7px;
17732
+ }
17733
+ .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
17734
+ .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
17735
+ .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
17717
17736
  margin-inline-start: 14px;
17718
17737
  }
17719
17738
 
@@ -17730,35 +17749,39 @@ html.overflow-y-hidden {
17730
17749
  --v-avatar-height: 44px;
17731
17750
  }
17732
17751
 
17733
- .v-chip.v-chip--size-x-large .v-chip__filter,
17734
- .v-chip.v-chip--size-x-large .v-chip__prepend,
17735
- .v-chip.v-chip--size-x-large > .v-avatar--start,
17736
- .v-chip.v-chip--size-x-large > .v-icon--start {
17737
- margin-inline-end: 8.5px;
17738
- }
17739
- .v-chip.v-chip--size-x-large .v-chip__filter,
17740
- .v-chip.v-chip--size-x-large .v-chip__prepend,
17741
- .v-chip.v-chip--size-x-large .v-icon--start {
17742
- margin-inline-start: -8.5px;
17743
- }
17744
17752
  .v-chip.v-chip--size-x-large .v-avatar--start {
17745
17753
  margin-inline-start: -11.9px;
17754
+ margin-inline-end: 8.5px;
17746
17755
  }
17747
17756
  .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
17748
17757
  margin-inline-start: -17px;
17749
17758
  }
17750
17759
 
17751
- .v-chip.v-chip--size-x-large .v-chip__append,
17752
- .v-chip.v-chip--size-x-large .v-chip__close,
17753
- .v-chip.v-chip--size-x-large > .v-avatar--end,
17754
- .v-chip.v-chip--size-x-large > .v-icon--end {
17760
+ .v-chip.v-chip--size-x-large .v-avatar--end {
17755
17761
  margin-inline-start: 8.5px;
17756
- margin-inline-end: -8.5px;
17762
+ margin-inline-end: -11.9px;
17757
17763
  }
17758
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end {
17764
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
17759
17765
  margin-inline-end: -17px;
17760
17766
  }
17761
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close {
17767
+
17768
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
17769
+ margin-inline-start: 25.5px;
17770
+ }
17771
+
17772
+ .v-chip.v-chip--size-x-large .v-icon--start,
17773
+ .v-chip.v-chip--size-x-large .v-chip__filter {
17774
+ margin-inline-start: -8.5px;
17775
+ margin-inline-end: 8.5px;
17776
+ }
17777
+ .v-chip.v-chip--size-x-large .v-icon--end,
17778
+ .v-chip.v-chip--size-x-large .v-chip__close {
17779
+ margin-inline-start: 8.5px;
17780
+ margin-inline-end: -8.5px;
17781
+ }
17782
+ .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
17783
+ .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
17784
+ .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
17762
17785
  margin-inline-start: 17px;
17763
17786
  }
17764
17787
 
@@ -19675,6 +19698,8 @@ textarea.v-field__input::placeholder {
19675
19698
  flex: 1 1 auto;
19676
19699
  padding: 8px 16px;
19677
19700
  position: relative;
19701
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19702
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
19678
19703
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19679
19704
  border-style: solid;
19680
19705
  border-width: 0;
@@ -21323,12 +21348,9 @@ html.v-overlay-scroll-blocked {
21323
21348
  flex-direction: column;
21324
21349
  }.v-snackbar {
21325
21350
  justify-content: center;
21326
- padding-inline-end: var(--v-scrollbar-offset);
21327
- }
21328
- .v-snackbar:not(.v-snackbar--absolute) {
21329
- height: 100vh;
21330
- position: fixed;
21331
21351
  z-index: 10000;
21352
+ margin: 8px;
21353
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
21332
21354
  }
21333
21355
  .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
21334
21356
  align-items: flex-end;
@@ -21336,7 +21358,6 @@ html.v-overlay-scroll-blocked {
21336
21358
  .v-snackbar__wrapper {
21337
21359
  align-items: center;
21338
21360
  display: flex;
21339
- margin: 8px;
21340
21361
  max-width: 672px;
21341
21362
  min-height: 48px;
21342
21363
  min-width: 344px;
@@ -21405,7 +21426,6 @@ html.v-overlay-scroll-blocked {
21405
21426
  min-width: auto;
21406
21427
  }
21407
21428
  .v-snackbar--absolute {
21408
- height: 100%;
21409
21429
  position: absolute;
21410
21430
  z-index: 1;
21411
21431
  }
@@ -21436,81 +21456,6 @@ html.v-overlay-scroll-blocked {
21436
21456
  }
21437
21457
  .v-snackbar-transition-leave-to {
21438
21458
  opacity: 0;
21439
- }.v-switch .v-label {
21440
- padding-inline-start: 10px;
21441
- }
21442
-
21443
- .v-switch__loader {
21444
- display: flex;
21445
- }
21446
-
21447
- .v-switch__track,
21448
- .v-switch__thumb {
21449
- background-color: currentColor;
21450
- transition: none;
21451
- }
21452
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
21453
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
21454
- background-color: rgb(var(--v-theme-error));
21455
- }
21456
-
21457
- .v-switch__track {
21458
- border-radius: 8px;
21459
- height: 14px;
21460
- opacity: 0.6;
21461
- width: 36px;
21462
- cursor: pointer;
21463
- }
21464
- .v-switch--inset .v-switch__track {
21465
- border-radius: 14px;
21466
- height: 28px;
21467
- width: 48px;
21468
- }
21469
-
21470
- .v-switch__thumb {
21471
- align-items: center;
21472
- border-radius: 50%;
21473
- color: rgb(var(--v-theme-surface));
21474
- display: flex;
21475
- height: 20px;
21476
- justify-content: center;
21477
- width: 20px;
21478
- pointer-events: none;
21479
- transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
21480
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
21481
- }
21482
- .v-switch--inset .v-switch__thumb {
21483
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
21484
- }
21485
- .v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
21486
- display: none;
21487
- }
21488
-
21489
- .v-switch--loading .v-selection-control__input > .v-icon {
21490
- display: none;
21491
- }
21492
-
21493
- .v-switch .v-selection-control {
21494
- min-height: var(--v-input-control-height);
21495
- }
21496
- .v-switch .v-selection-control__wrapper {
21497
- width: auto;
21498
- }
21499
- .v-switch .v-selection-control__input {
21500
- border-radius: 50%;
21501
- transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
21502
- transform: translateX(-10px);
21503
- position: absolute;
21504
- }
21505
- .v-switch .v-selection-control--dirty .v-selection-control__input {
21506
- transform: translateX(10px);
21507
- }
21508
- .v-switch.v-switch--indeterminate .v-selection-control__input {
21509
- transform: scale(0.8);
21510
- }
21511
- .v-switch.v-switch--indeterminate .v-switch__thumb {
21512
- transform: scale(0.75);
21513
- box-shadow: none;
21514
21459
  }.v-system-bar {
21515
21460
  align-items: center;
21516
21461
  display: flex;
@@ -21549,34 +21494,6 @@ html.v-overlay-scroll-blocked {
21549
21494
  }
21550
21495
  .v-system-bar:not(.v-system-bar--absolute) {
21551
21496
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
21552
- }.v-tab.v-tab {
21553
- --v-btn-height: var(--v-tabs-height);
21554
- min-width: 90px;
21555
- }
21556
- .v-slide-group--horizontal .v-tab {
21557
- max-width: 360px;
21558
- }
21559
- .v-slide-group--vertical .v-tab {
21560
- justify-content: start;
21561
- }
21562
-
21563
- .v-tab__slider {
21564
- position: absolute;
21565
- bottom: 0;
21566
- left: 0;
21567
- height: 2px;
21568
- width: 100%;
21569
- background: currentColor;
21570
- pointer-events: none;
21571
- opacity: 0;
21572
- }
21573
- .v-tab--selected .v-tab__slider {
21574
- opacity: 1;
21575
- }
21576
- .v-slide-group--vertical .v-tab__slider {
21577
- top: 0;
21578
- height: 100%;
21579
- width: 2px;
21580
21497
  }.v-tabs {
21581
21498
  display: flex;
21582
21499
  height: var(--v-tabs-height);
@@ -21642,6 +21559,34 @@ html.v-overlay-scroll-blocked {
21642
21559
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
21643
21560
  margin-inline-end: 52px;
21644
21561
  }
21562
+ }.v-tab.v-tab {
21563
+ --v-btn-height: var(--v-tabs-height);
21564
+ min-width: 90px;
21565
+ }
21566
+ .v-slide-group--horizontal .v-tab {
21567
+ max-width: 360px;
21568
+ }
21569
+ .v-slide-group--vertical .v-tab {
21570
+ justify-content: start;
21571
+ }
21572
+
21573
+ .v-tab__slider {
21574
+ position: absolute;
21575
+ bottom: 0;
21576
+ left: 0;
21577
+ height: 2px;
21578
+ width: 100%;
21579
+ background: currentColor;
21580
+ pointer-events: none;
21581
+ opacity: 0;
21582
+ }
21583
+ .v-tab--selected .v-tab__slider {
21584
+ opacity: 1;
21585
+ }
21586
+ .v-slide-group--vertical .v-tab__slider {
21587
+ top: 0;
21588
+ height: 100%;
21589
+ width: 2px;
21645
21590
  }.v-table {
21646
21591
  background: rgb(var(--v-theme-surface));
21647
21592
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21880,10 +21825,7 @@ html.v-overlay-scroll-blocked {
21880
21825
  padding: 0;
21881
21826
  }
21882
21827
 
21883
- /* endregion */.v-theme-provider {
21884
- background: rgb(var(--v-theme-background));
21885
- color: rgb(var(--v-theme-on-background));
21886
- }.v-timeline .v-timeline-divider__dot {
21828
+ /* endregion */.v-timeline .v-timeline-divider__dot {
21887
21829
  background: rgb(var(--v-theme-on-surface-variant));
21888
21830
  }
21889
21831
  .v-timeline .v-timeline-divider__inner-dot {
@@ -22548,6 +22490,84 @@ html.v-overlay-scroll-blocked {
22548
22490
  }
22549
22491
  .v-window-y-reverse-transition-leave-to {
22550
22492
  transform: translateY(100%);
22493
+ }.v-theme-provider {
22494
+ background: rgb(var(--v-theme-background));
22495
+ color: rgb(var(--v-theme-on-background));
22496
+ }.v-switch .v-label {
22497
+ padding-inline-start: 10px;
22498
+ }
22499
+
22500
+ .v-switch__loader {
22501
+ display: flex;
22502
+ }
22503
+
22504
+ .v-switch__track,
22505
+ .v-switch__thumb {
22506
+ background-color: currentColor;
22507
+ transition: none;
22508
+ }
22509
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
22510
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
22511
+ background-color: rgb(var(--v-theme-error));
22512
+ }
22513
+
22514
+ .v-switch__track {
22515
+ border-radius: 8px;
22516
+ height: 14px;
22517
+ opacity: 0.6;
22518
+ width: 36px;
22519
+ cursor: pointer;
22520
+ }
22521
+ .v-switch--inset .v-switch__track {
22522
+ border-radius: 14px;
22523
+ height: 28px;
22524
+ width: 48px;
22525
+ }
22526
+
22527
+ .v-switch__thumb {
22528
+ align-items: center;
22529
+ border-radius: 50%;
22530
+ color: rgb(var(--v-theme-surface));
22531
+ display: flex;
22532
+ height: 20px;
22533
+ justify-content: center;
22534
+ width: 20px;
22535
+ pointer-events: none;
22536
+ transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
22537
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
22538
+ }
22539
+ .v-switch--inset .v-switch__thumb {
22540
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
22541
+ }
22542
+ .v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
22543
+ display: none;
22544
+ }
22545
+
22546
+ .v-switch--loading .v-selection-control__input > .v-icon {
22547
+ display: none;
22548
+ }
22549
+
22550
+ .v-switch .v-selection-control {
22551
+ min-height: var(--v-input-control-height);
22552
+ }
22553
+ .v-switch .v-selection-control__wrapper {
22554
+ width: auto;
22555
+ }
22556
+ .v-switch .v-selection-control__input {
22557
+ border-radius: 50%;
22558
+ transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
22559
+ transform: translateX(-10px);
22560
+ position: absolute;
22561
+ }
22562
+ .v-switch .v-selection-control--dirty .v-selection-control__input {
22563
+ transform: translateX(10px);
22564
+ }
22565
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
22566
+ transform: scale(0.8);
22567
+ }
22568
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
22569
+ transform: scale(0.75);
22570
+ box-shadow: none;
22551
22571
  }.v-color-picker-canvas {
22552
22572
  display: flex;
22553
22573
  position: relative;