vuetify 3.1.13 → 3.1.15

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 (128) hide show
  1. package/dist/json/attributes.json +173 -105
  2. package/dist/json/importMap.json +68 -68
  3. package/dist/json/tags.json +18 -1
  4. package/dist/json/web-types.json +518 -251
  5. package/dist/vuetify-labs.css +448 -420
  6. package/dist/vuetify-labs.d.ts +1066 -658
  7. package/dist/vuetify-labs.esm.js +261 -159
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +261 -159
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +63 -35
  12. package/dist/vuetify.d.ts +911 -562
  13. package/dist/vuetify.esm.js +189 -98
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +189 -98
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +745 -724
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.css +9 -0
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +55 -8
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
  24. package/lib/components/VAutocomplete/index.d.ts +67 -49
  25. package/lib/components/VCard/VCard.mjs.map +1 -1
  26. package/lib/components/VCard/index.d.ts +21 -16
  27. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  28. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  29. package/lib/components/VCheckbox/index.d.ts +36 -15
  30. package/lib/components/VChip/VChip.mjs +2 -2
  31. package/lib/components/VChip/VChip.mjs.map +1 -1
  32. package/lib/components/VChip/index.d.ts +14 -14
  33. package/lib/components/VCombobox/VCombobox.css +1 -1
  34. package/lib/components/VCombobox/VCombobox.mjs +12 -7
  35. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  36. package/lib/components/VCombobox/VCombobox.sass +1 -1
  37. package/lib/components/VCombobox/index.d.ts +67 -49
  38. package/lib/components/VField/VField.mjs +3 -3
  39. package/lib/components/VField/VField.mjs.map +1 -1
  40. package/lib/components/VField/index.d.ts +26 -20
  41. package/lib/components/VFileInput/VFileInput.mjs +13 -18
  42. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  43. package/lib/components/VFileInput/index.d.ts +118 -79
  44. package/lib/components/VImg/VImg.mjs +3 -3
  45. package/lib/components/VImg/VImg.mjs.map +1 -1
  46. package/lib/components/VImg/index.d.ts +19 -19
  47. package/lib/components/VInput/VInput.mjs +16 -9
  48. package/lib/components/VInput/VInput.mjs.map +1 -1
  49. package/lib/components/VInput/index.d.ts +36 -15
  50. package/lib/components/VList/VList.mjs +2 -1
  51. package/lib/components/VList/VList.mjs.map +1 -1
  52. package/lib/components/VList/VListItem.css +12 -0
  53. package/lib/components/VList/VListItem.mjs +2 -2
  54. package/lib/components/VList/VListItem.mjs.map +1 -1
  55. package/lib/components/VList/VListItem.sass +5 -0
  56. package/lib/components/VList/index.d.ts +14 -14
  57. package/lib/components/VOverlay/locationStrategies.mjs +9 -4
  58. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  59. package/lib/components/VOverlay/useActivator.mjs +1 -0
  60. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  61. package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
  62. package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
  63. package/lib/components/VProgressCircular/_variables.scss +1 -0
  64. package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
  65. package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
  66. package/lib/components/VProgressLinear/_variables.scss +1 -1
  67. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  68. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  69. package/lib/components/VRadioGroup/index.d.ts +36 -15
  70. package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
  71. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  72. package/lib/components/VRangeSlider/index.d.ts +36 -15
  73. package/lib/components/VSelect/VSelect.mjs +37 -2
  74. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  75. package/lib/components/VSelect/index.d.ts +70 -49
  76. package/lib/components/VSlider/VSlider.mjs +2 -2
  77. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  78. package/lib/components/VSlider/index.d.ts +36 -15
  79. package/lib/components/VSwitch/VSwitch.mjs +5 -3
  80. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  81. package/lib/components/VSwitch/index.d.ts +57 -15
  82. package/lib/components/VTextField/VTextField.mjs +6 -14
  83. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  84. package/lib/components/VTextField/index.d.ts +153 -99
  85. package/lib/components/VTextarea/VTextarea.mjs +12 -17
  86. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  87. package/lib/components/VTextarea/index.d.ts +117 -72
  88. package/lib/components/VToolbar/VToolbar.css +2 -0
  89. package/lib/components/VToolbar/VToolbar.sass +2 -0
  90. package/lib/components/VTreeview/_mixins.sass +0 -0
  91. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
  92. package/lib/components/VValidation/index.d.ts +10 -1
  93. package/lib/components/index.d.ts +891 -542
  94. package/lib/composables/focus.mjs +3 -2
  95. package/lib/composables/focus.mjs.map +1 -1
  96. package/lib/composables/items.mjs +7 -2
  97. package/lib/composables/items.mjs.map +1 -1
  98. package/lib/composables/proxiedModel.mjs +2 -1
  99. package/lib/composables/proxiedModel.mjs.map +1 -1
  100. package/lib/composables/theme.mjs +1 -1
  101. package/lib/composables/theme.mjs.map +1 -1
  102. package/lib/entry-bundler.mjs +1 -1
  103. package/lib/framework.mjs +1 -1
  104. package/lib/iconsets/mdi-svg.mjs +2 -2
  105. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  106. package/lib/index.d.ts +20 -20
  107. package/lib/labs/VDataTable/VDataTable.mjs +5 -5
  108. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  109. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  110. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  111. package/lib/labs/VDataTable/VDataTableRows.mjs +54 -48
  112. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  113. package/lib/labs/VDataTable/VDataTableServer.mjs +6 -4
  114. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  115. package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -4
  116. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  117. package/lib/labs/VDataTable/composables/options.mjs +2 -1
  118. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  119. package/lib/labs/VDataTable/index.d.ts +166 -107
  120. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +1 -0
  121. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  122. package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
  123. package/lib/labs/components.d.ts +175 -116
  124. package/lib/locale/el.mjs +0 -0
  125. package/lib/locale/index.mjs +0 -0
  126. package/lib/util/helpers.mjs +1 -1
  127. package/lib/util/helpers.mjs.map +1 -1
  128. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.13
2
+ * Vuetify v3.1.15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -15802,6 +15802,169 @@ html.overflow-y-hidden {
15802
15802
  font-weight: normal;
15803
15803
  padding: 0.2em 0.4rem;
15804
15804
  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));
15805
+ }.v-data-table {
15806
+ width: 100%;
15807
+ }
15808
+
15809
+ .v-data-table__table {
15810
+ width: 100%;
15811
+ border-collapse: separate;
15812
+ border-spacing: 0;
15813
+ }
15814
+
15815
+ .v-data-table__tr--focus {
15816
+ border: 1px dotted black;
15817
+ }
15818
+ .v-data-table__tr--clickable {
15819
+ cursor: pointer;
15820
+ }
15821
+
15822
+ .v-data-table .v-table__wrapper > table > thead > tr > td,
15823
+ .v-data-table .v-table__wrapper > table > thead > tr th,
15824
+ .v-data-table .v-table__wrapper > table tbody > tr > td,
15825
+ .v-data-table .v-table__wrapper > table tbody > tr th {
15826
+ background: rgb(var(--v-theme-surface));
15827
+ }
15828
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
15829
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
15830
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
15831
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
15832
+ text-align: end;
15833
+ }
15834
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
15835
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
15836
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
15837
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
15838
+ flex-direction: row-reverse;
15839
+ }
15840
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
15841
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
15842
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
15843
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
15844
+ text-align: center;
15845
+ }
15846
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
15847
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
15848
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
15849
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
15850
+ justify-content: center;
15851
+ }
15852
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
15853
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
15854
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
15855
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
15856
+ padding: 0 8px;
15857
+ }
15858
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
15859
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
15860
+ align-items: center;
15861
+ }
15862
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
15863
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
15864
+ cursor: pointer;
15865
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
15866
+ }
15867
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
15868
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
15869
+ opacity: 0;
15870
+ }
15871
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
15872
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
15873
+ opacity: 0.5;
15874
+ }
15875
+
15876
+ .v-data-table-column--fixed {
15877
+ position: sticky;
15878
+ z-index: 2;
15879
+ left: 0;
15880
+ }
15881
+
15882
+ .v-data-table-column--last-fixed {
15883
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
15884
+ }
15885
+
15886
+ .v-data-table-group-header-row td {
15887
+ background: lightgrey;
15888
+ }
15889
+ .v-data-table-group-header-row td > span {
15890
+ padding-left: 5px;
15891
+ }
15892
+
15893
+ .v-data-table--loading .v-data-table__td {
15894
+ opacity: 0.3;
15895
+ }
15896
+
15897
+ .v-data-table__progress th {
15898
+ position: relative;
15899
+ border: none !important;
15900
+ height: auto !important;
15901
+ }
15902
+
15903
+ .v-data-table-group-header-row__column {
15904
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
15905
+ }
15906
+
15907
+ .v-data-table-header__content {
15908
+ display: flex;
15909
+ align-items: center;
15910
+ }
15911
+
15912
+ .v-data-table-header__sort-badge {
15913
+ display: inline-flex;
15914
+ justify-content: center;
15915
+ align-items: center;
15916
+ font-size: 0.875rem;
15917
+ padding: 4px;
15918
+ border-radius: 50%;
15919
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
15920
+ min-width: 20px;
15921
+ min-height: 20px;
15922
+ width: 20px;
15923
+ height: 20px;
15924
+ }
15925
+
15926
+ .v-data-table-headers__loader {
15927
+ bottom: auto;
15928
+ top: 0;
15929
+ left: 0;
15930
+ position: absolute;
15931
+ right: 0;
15932
+ width: 100%;
15933
+ z-index: 1;
15934
+ }
15935
+
15936
+ .v-data-table-rows-no-data {
15937
+ text-align: center;
15938
+ }.v-data-table-footer {
15939
+ display: flex;
15940
+ align-items: center;
15941
+ flex-wrap: wrap;
15942
+ padding: 0 8px;
15943
+ justify-content: flex-end;
15944
+ }
15945
+
15946
+ .v-data-table-footer__items-per-page {
15947
+ padding-inline-end: 24px;
15948
+ display: flex;
15949
+ align-items: center;
15950
+ justify-content: space-between;
15951
+ }
15952
+ .v-data-table-footer__items-per-page > span {
15953
+ padding-inline-end: 24px;
15954
+ }
15955
+
15956
+ .v-data-table-footer__info {
15957
+ display: flex;
15958
+ padding-inline-end: 24px;
15959
+ }
15960
+
15961
+ .v-data-table-footer__pagination {
15962
+ display: flex;
15963
+ align-items: center;
15964
+ }
15965
+
15966
+ .v-data-table-footer__page {
15967
+ padding: 0 8px;
15805
15968
  }.v-skeleton-loader {
15806
15969
  align-items: center;
15807
15970
  background: rgb(var(--v-theme-surface));
@@ -16031,290 +16194,60 @@ html.overflow-y-hidden {
16031
16194
  }
16032
16195
  .v-virtual-scroll__container {
16033
16196
  display: block;
16034
- }.v-data-table {
16035
- width: 100%;
16036
- }
16037
-
16038
- .v-data-table__table {
16039
- width: 100%;
16040
- border-collapse: separate;
16041
- border-spacing: 0;
16197
+ }.v-application {
16198
+ display: flex;
16199
+ background: rgb(var(--v-theme-background));
16200
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
16042
16201
  }
16043
16202
 
16044
- .v-data-table__tr--focus {
16045
- border: 1px dotted black;
16046
- }
16047
- .v-data-table__tr--clickable {
16048
- cursor: pointer;
16203
+ .v-application__wrap {
16204
+ -webkit-backface-visibility: hidden;
16205
+ backface-visibility: hidden;
16206
+ display: flex;
16207
+ flex-direction: column;
16208
+ flex: 1 1 auto;
16209
+ max-width: 100%;
16210
+ min-height: 100vh;
16211
+ min-height: 100dvh;
16212
+ position: relative;
16213
+ }.v-app-bar {
16214
+ display: flex;
16049
16215
  }
16050
-
16051
- .v-data-table .v-table__wrapper > table > thead > tr > td,
16052
- .v-data-table .v-table__wrapper > table > thead > tr th,
16053
- .v-data-table .v-table__wrapper > table tbody > tr > td,
16054
- .v-data-table .v-table__wrapper > table tbody > tr th {
16216
+ .v-app-bar.v-toolbar {
16055
16217
  background: rgb(var(--v-theme-surface));
16218
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16056
16219
  }
16057
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
16058
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
16059
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
16060
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
16061
- text-align: end;
16220
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
16221
+ 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));
16062
16222
  }
16063
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
16064
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
16065
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
16066
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
16067
- flex-direction: row-reverse;
16223
+ .v-app-bar:not(.v-toolbar--absolute) {
16224
+ padding-inline-end: var(--v-scrollbar-offset);
16225
+ }.v-alert {
16226
+ display: grid;
16227
+ flex: 1 1;
16228
+ grid-template-areas: "prepend content append close" ". content . .";
16229
+ grid-template-columns: max-content auto max-content max-content;
16230
+ position: relative;
16231
+ padding: 16px;
16232
+ overflow: hidden;
16233
+ --v-border-color: currentColor;
16234
+ border-radius: 4px;
16068
16235
  }
16069
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
16070
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
16071
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
16072
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
16073
- text-align: center;
16236
+ .v-alert--absolute {
16237
+ position: absolute;
16074
16238
  }
16075
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
16076
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
16077
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
16078
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
16079
- justify-content: center;
16239
+ .v-alert--fixed {
16240
+ position: fixed;
16080
16241
  }
16081
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
16082
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
16083
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
16084
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
16085
- padding: 0 8px;
16242
+ .v-alert--sticky {
16243
+ position: sticky;
16086
16244
  }
16087
- .v-data-table .v-table__wrapper > table > thead > tr > th,
16088
- .v-data-table .v-table__wrapper > table tbody > tr > th {
16089
- align-items: center;
16245
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
16246
+ background: transparent;
16247
+ color: inherit;
16090
16248
  }
16091
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
16092
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
16093
- cursor: pointer;
16094
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16095
- }
16096
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
16097
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
16098
- opacity: 0;
16099
- }
16100
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
16101
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
16102
- opacity: 0.5;
16103
- }
16104
-
16105
- .v-data-table-column--fixed {
16106
- position: sticky;
16107
- z-index: 2;
16108
- left: 0;
16109
- }
16110
-
16111
- .v-data-table-column--last-fixed {
16112
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
16113
- }
16114
-
16115
- .v-data-table-group-header-row td {
16116
- background: lightgrey;
16117
- }
16118
- .v-data-table-group-header-row td > span {
16119
- padding-left: 5px;
16120
- }
16121
-
16122
- .v-data-table--loading .v-data-table__td {
16123
- opacity: 0.3;
16124
- }
16125
-
16126
- .v-data-table__progress th {
16127
- position: relative;
16128
- border: none !important;
16129
- height: auto !important;
16130
- }
16131
-
16132
- .v-data-table-group-header-row__column {
16133
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
16134
- }
16135
-
16136
- .v-data-table-header__content {
16137
- display: flex;
16138
- align-items: center;
16139
- }
16140
-
16141
- .v-data-table-header__sort-badge {
16142
- display: inline-flex;
16143
- justify-content: center;
16144
- align-items: center;
16145
- font-size: 0.875rem;
16146
- padding: 4px;
16147
- border-radius: 50%;
16148
- background: rgba(var(--v-border-color), var(--v-border-opacity));
16149
- min-width: 20px;
16150
- min-height: 20px;
16151
- width: 20px;
16152
- height: 20px;
16153
- }
16154
-
16155
- .v-data-table-headers__loader {
16156
- bottom: auto;
16157
- top: 0;
16158
- left: 0;
16159
- position: absolute;
16160
- right: 0;
16161
- width: 100%;
16162
- z-index: 1;
16163
- }
16164
-
16165
- .v-data-table-rows-no-data {
16166
- text-align: center;
16167
- }.v-data-table-footer {
16168
- display: flex;
16169
- align-items: center;
16170
- flex-wrap: wrap;
16171
- padding: 0 8px;
16172
- justify-content: flex-end;
16173
- }
16174
-
16175
- .v-data-table-footer__items-per-page {
16176
- padding-inline-end: 24px;
16177
- display: flex;
16178
- align-items: center;
16179
- justify-content: space-between;
16180
- }
16181
- .v-data-table-footer__items-per-page > span {
16182
- padding-inline-end: 24px;
16183
- }
16184
-
16185
- .v-data-table-footer__info {
16186
- display: flex;
16187
- padding-inline-end: 24px;
16188
- }
16189
-
16190
- .v-data-table-footer__pagination {
16191
- display: flex;
16192
- align-items: center;
16193
- }
16194
-
16195
- .v-data-table-footer__page {
16196
- padding: 0 8px;
16197
- }.v-app-bar {
16198
- display: flex;
16199
- }
16200
- .v-app-bar.v-toolbar {
16201
- background: rgb(var(--v-theme-surface));
16202
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16203
- }
16204
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
16205
- 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));
16206
- }
16207
- .v-app-bar:not(.v-toolbar--absolute) {
16208
- padding-inline-end: var(--v-scrollbar-offset);
16209
- }.v-input--density-default {
16210
- --autocomplete-chips-margin-bottom: 0px;
16211
- }
16212
-
16213
- .v-input--density-comfortable {
16214
- --autocomplete-chips-margin-bottom: 2px;
16215
- }
16216
-
16217
- .v-input--density-compact {
16218
- --autocomplete-chips-margin-bottom: 4px;
16219
- }
16220
-
16221
- .v-autocomplete .v-field .v-text-field__prefix,
16222
- .v-autocomplete .v-field .v-text-field__suffix,
16223
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
16224
- cursor: text;
16225
- }
16226
- .v-autocomplete .v-field .v-field__input > input {
16227
- align-self: flex-start;
16228
- flex: 1 1;
16229
- }
16230
- .v-autocomplete .v-field .v-field__append-inner > .v-icon {
16231
- margin-inline-start: 4px;
16232
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
16233
- }
16234
- .v-autocomplete .v-field:not(.v-field--focused) input {
16235
- min-width: 0;
16236
- }
16237
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
16238
- margin-inline-end: 2px;
16239
- }
16240
- .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
16241
- overflow: hidden;
16242
- text-overflow: ellipsis;
16243
- white-space: nowrap;
16244
- }
16245
-
16246
- .v-autocomplete__content {
16247
- overflow: hidden;
16248
- 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));
16249
- border-radius: 4px;
16250
- }
16251
- .v-autocomplete__mask {
16252
- background: rgb(var(--v-theme-on-surface-variant));
16253
- }
16254
- .v-autocomplete__selection {
16255
- display: inline-flex;
16256
- letter-spacing: inherit;
16257
- line-height: inherit;
16258
- max-width: 100%;
16259
- }
16260
- .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
16261
- opacity: var(--v-high-emphasis-opacity);
16262
- transform: rotate(180deg);
16263
- }
16264
- .v-autocomplete--chips .v-autocomplete__selection {
16265
- margin-top: 2px;
16266
- margin-bottom: var(--autocomplete-chips-margin-bottom);
16267
- }
16268
- .v-autocomplete--chips .v-autocomplete__selection:first-child {
16269
- margin-inline-start: 0;
16270
- }
16271
- .v-autocomplete--single.v-text-field input {
16272
- flex: 1 1;
16273
- position: absolute;
16274
- left: 0;
16275
- right: 0;
16276
- width: 100%;
16277
- padding-inline-start: inherit;
16278
- padding-inline-end: inherit;
16279
- }
16280
- .v-autocomplete--single .v-field--active input {
16281
- transition: none;
16282
- }
16283
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
16284
- opacity: 0;
16285
- }
16286
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
16287
- opacity: 0;
16288
- }
16289
- .v-autocomplete--selection-slot.v-text-field input {
16290
- position: relative;
16291
- padding-inline-start: 0;
16292
- }.v-alert {
16293
- display: grid;
16294
- flex: 1 1;
16295
- grid-template-areas: "prepend content append close" ". content . .";
16296
- grid-template-columns: max-content auto max-content max-content;
16297
- position: relative;
16298
- padding: 16px;
16299
- overflow: hidden;
16300
- --v-border-color: currentColor;
16301
- border-radius: 4px;
16302
- }
16303
- .v-alert--absolute {
16304
- position: absolute;
16305
- }
16306
- .v-alert--fixed {
16307
- position: fixed;
16308
- }
16309
- .v-alert--sticky {
16310
- position: sticky;
16311
- }
16312
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
16313
- background: transparent;
16314
- color: inherit;
16315
- }
16316
- .v-alert--variant-plain {
16317
- opacity: 0.62;
16249
+ .v-alert--variant-plain {
16250
+ opacity: 0.62;
16318
16251
  }
16319
16252
  .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
16320
16253
  opacity: 1;
@@ -16432,73 +16365,165 @@ html.overflow-y-hidden {
16432
16365
  flex: 0 1 auto;
16433
16366
  grid-area: close;
16434
16367
  }
16435
-
16436
- .v-alert__content {
16437
- align-self: center;
16438
- grid-area: content;
16439
- overflow: hidden;
16368
+
16369
+ .v-alert__content {
16370
+ align-self: center;
16371
+ grid-area: content;
16372
+ overflow: hidden;
16373
+ }
16374
+
16375
+ .v-alert__append,
16376
+ .v-alert__close {
16377
+ align-self: flex-start;
16378
+ margin-inline-start: 16px;
16379
+ }
16380
+
16381
+ .v-alert__append {
16382
+ align-self: flex-start;
16383
+ grid-area: append;
16384
+ }
16385
+ .v-alert__append + .v-alert__close {
16386
+ margin-inline-start: 16px;
16387
+ }
16388
+
16389
+ .v-alert__prepend {
16390
+ align-self: flex-start;
16391
+ display: flex;
16392
+ align-items: center;
16393
+ grid-area: prepend;
16394
+ margin-inline-end: 16px;
16395
+ }
16396
+ .v-alert--prominent .v-alert__prepend {
16397
+ align-self: center;
16398
+ }
16399
+
16400
+ .v-alert__underlay {
16401
+ grid-area: none;
16402
+ position: absolute;
16403
+ }
16404
+ .v-alert--border-start .v-alert__underlay {
16405
+ border-top-left-radius: 0;
16406
+ border-bottom-left-radius: 0;
16407
+ }
16408
+ .v-alert--border-end .v-alert__underlay {
16409
+ border-top-right-radius: 0;
16410
+ border-bottom-right-radius: 0;
16411
+ }
16412
+ .v-alert--border-top .v-alert__underlay {
16413
+ border-top-left-radius: 0;
16414
+ border-top-right-radius: 0;
16415
+ }
16416
+ .v-alert--border-bottom .v-alert__underlay {
16417
+ border-bottom-left-radius: 0;
16418
+ border-bottom-right-radius: 0;
16419
+ }
16420
+
16421
+ .v-alert-title {
16422
+ align-items: center;
16423
+ align-self: center;
16424
+ display: flex;
16425
+ font-size: 1.25rem;
16426
+ font-weight: 500;
16427
+ -webkit-hyphens: auto;
16428
+ hyphens: auto;
16429
+ letter-spacing: 0.0125em;
16430
+ line-height: 1.75rem;
16431
+ overflow-wrap: normal;
16432
+ text-transform: none;
16433
+ word-break: normal;
16434
+ word-wrap: break-word;
16435
+ }.v-input--density-default {
16436
+ --autocomplete-chips-margin-bottom: 0px;
16437
+ }
16438
+
16439
+ .v-input--density-comfortable {
16440
+ --autocomplete-chips-margin-bottom: 2px;
16441
+ }
16442
+
16443
+ .v-input--density-compact {
16444
+ --autocomplete-chips-margin-bottom: 4px;
16445
+ }
16446
+
16447
+ .v-autocomplete .v-field .v-text-field__prefix,
16448
+ .v-autocomplete .v-field .v-text-field__suffix,
16449
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
16450
+ cursor: text;
16451
+ }
16452
+ .v-autocomplete .v-field .v-field__input > input {
16453
+ align-self: flex-start;
16454
+ flex: 1 1;
16455
+ }
16456
+ .v-autocomplete .v-field .v-field__append-inner > .v-icon {
16457
+ margin-inline-start: 4px;
16458
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
16459
+ }
16460
+ .v-autocomplete .v-field:not(.v-field--focused) input {
16461
+ min-width: 0;
16462
+ }
16463
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
16464
+ margin-inline-end: 2px;
16465
+ }
16466
+ .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
16467
+ overflow: hidden;
16468
+ text-overflow: ellipsis;
16469
+ white-space: nowrap;
16470
+ }
16471
+
16472
+ .v-autocomplete__content {
16473
+ overflow: hidden;
16474
+ 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));
16475
+ border-radius: 4px;
16476
+ }
16477
+ .v-autocomplete__mask {
16478
+ background: rgb(var(--v-theme-on-surface-variant));
16479
+ }
16480
+ .v-autocomplete__selection {
16481
+ display: inline-flex;
16482
+ letter-spacing: inherit;
16483
+ line-height: inherit;
16484
+ max-width: 100%;
16485
+ }
16486
+ .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
16487
+ opacity: var(--v-high-emphasis-opacity);
16488
+ transform: rotate(180deg);
16440
16489
  }
16441
-
16442
- .v-alert__append,
16443
- .v-alert__close {
16444
- align-self: flex-start;
16445
- margin-inline-start: 16px;
16490
+ .v-autocomplete--chips .v-autocomplete__selection {
16491
+ margin-top: 2px;
16492
+ margin-bottom: var(--autocomplete-chips-margin-bottom);
16446
16493
  }
16447
-
16448
- .v-alert__append {
16449
- align-self: flex-start;
16450
- grid-area: append;
16494
+ .v-autocomplete--chips .v-autocomplete__selection:first-child {
16495
+ margin-inline-start: 0;
16451
16496
  }
16452
- .v-alert__append + .v-alert__close {
16453
- margin-inline-start: 16px;
16497
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
16498
+ opacity: var(--v-medium-emphasis-opacity);
16454
16499
  }
16455
-
16456
- .v-alert__prepend {
16457
- align-self: flex-start;
16458
- display: flex;
16459
- align-items: center;
16460
- grid-area: prepend;
16461
- margin-inline-end: 16px;
16500
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
16501
+ opacity: 1;
16462
16502
  }
16463
- .v-alert--prominent .v-alert__prepend {
16464
- align-self: center;
16503
+ .v-autocomplete--selecting-index .v-field__input > input {
16504
+ caret-color: transparent;
16465
16505
  }
16466
-
16467
- .v-alert__underlay {
16468
- grid-area: none;
16506
+ .v-autocomplete--single.v-text-field input {
16507
+ flex: 1 1;
16469
16508
  position: absolute;
16509
+ left: 0;
16510
+ right: 0;
16511
+ width: 100%;
16512
+ padding-inline-start: inherit;
16513
+ padding-inline-end: inherit;
16470
16514
  }
16471
- .v-alert--border-start .v-alert__underlay {
16472
- border-top-left-radius: 0;
16473
- border-bottom-left-radius: 0;
16474
- }
16475
- .v-alert--border-end .v-alert__underlay {
16476
- border-top-right-radius: 0;
16477
- border-bottom-right-radius: 0;
16515
+ .v-autocomplete--single .v-field--active input {
16516
+ transition: none;
16478
16517
  }
16479
- .v-alert--border-top .v-alert__underlay {
16480
- border-top-left-radius: 0;
16481
- border-top-right-radius: 0;
16518
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
16519
+ opacity: 0;
16482
16520
  }
16483
- .v-alert--border-bottom .v-alert__underlay {
16484
- border-bottom-left-radius: 0;
16485
- border-bottom-right-radius: 0;
16521
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
16522
+ opacity: 0;
16486
16523
  }
16487
-
16488
- .v-alert-title {
16489
- align-items: center;
16490
- align-self: center;
16491
- display: flex;
16492
- font-size: 1.25rem;
16493
- font-weight: 500;
16494
- -webkit-hyphens: auto;
16495
- hyphens: auto;
16496
- letter-spacing: 0.0125em;
16497
- line-height: 1.75rem;
16498
- overflow-wrap: normal;
16499
- text-transform: none;
16500
- word-break: normal;
16501
- word-wrap: break-word;
16524
+ .v-autocomplete--selection-slot.v-text-field input {
16525
+ position: relative;
16526
+ padding-inline-start: 0;
16502
16527
  }.v-avatar {
16503
16528
  flex: none;
16504
16529
  align-items: center;
@@ -17678,8 +17703,6 @@ html.overflow-y-hidden {
17678
17703
  pointer-events: none;
17679
17704
  opacity: 0;
17680
17705
  transition: opacity 0.2s ease-in-out;
17681
- }.v-checkbox .v-selection-control {
17682
- min-height: var(--v-input-control-height);
17683
17706
  }.v-carousel {
17684
17707
  overflow: hidden;
17685
17708
  position: relative;
@@ -17742,6 +17765,8 @@ html.overflow-y-hidden {
17742
17765
  flex-direction: column;
17743
17766
  height: 100% !important;
17744
17767
  width: 50px;
17768
+ }.v-checkbox .v-selection-control {
17769
+ min-height: var(--v-input-control-height);
17745
17770
  }.v-chip {
17746
17771
  align-items: center;
17747
17772
  cursor: default;
@@ -18248,7 +18273,7 @@ html.overflow-y-hidden {
18248
18273
  opacity: 1;
18249
18274
  }
18250
18275
  .v-combobox--selecting-index .v-field__input > input {
18251
- caret-color: transparent !important;
18276
+ caret-color: transparent;
18252
18277
  }
18253
18278
  .v-combobox--single.v-text-field input {
18254
18279
  flex: 1 1;
@@ -18267,11 +18292,6 @@ html.overflow-y-hidden {
18267
18292
  }
18268
18293
  .v-combobox--single .v-field--focused .v-combobox__selection {
18269
18294
  opacity: 0;
18270
- }.v-counter {
18271
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18272
- flex: 0 1 auto;
18273
- font-size: 12px;
18274
- transition-duration: 150ms;
18275
18295
  }.v-container {
18276
18296
  width: 100%;
18277
18297
  padding: 16px;
@@ -19153,6 +19173,11 @@ html.overflow-y-hidden {
19153
19173
  .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
19154
19174
  margin-right: 91.6666666667%;
19155
19175
  }
19176
+ }.v-counter {
19177
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19178
+ flex: 0 1 auto;
19179
+ font-size: 12px;
19180
+ transition-duration: 150ms;
19156
19181
  }.v-dialog {
19157
19182
  align-items: center;
19158
19183
  justify-content: center;
@@ -20130,6 +20155,11 @@ textarea.v-field__input::placeholder {
20130
20155
  .v-input__control {
20131
20156
  display: flex;
20132
20157
  grid-area: control;
20158
+ }.v-item-group {
20159
+ flex: 0 1 auto;
20160
+ max-width: 100%;
20161
+ position: relative;
20162
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20133
20163
  }.v-label {
20134
20164
  align-items: center;
20135
20165
  display: inline-flex;
@@ -20511,6 +20541,10 @@ textarea.v-field__input::placeholder {
20511
20541
  padding-top: 16px;
20512
20542
  padding-bottom: 16px;
20513
20543
  }
20544
+ .v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,
20545
+ .v-list-item--density-default.v-list-item--three-line .v-list-item__append {
20546
+ padding-top: 8px;
20547
+ }
20514
20548
  .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
20515
20549
  padding-inline-start: 16px;
20516
20550
  padding-inline-end: 16px;
@@ -20540,6 +20574,10 @@ textarea.v-field__input::placeholder {
20540
20574
  padding-top: 12px;
20541
20575
  padding-bottom: 12px;
20542
20576
  }
20577
+ .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,
20578
+ .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
20579
+ padding-top: 6px;
20580
+ }
20543
20581
  .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
20544
20582
  padding-inline-start: 16px;
20545
20583
  padding-inline-end: 16px;
@@ -20569,6 +20607,10 @@ textarea.v-field__input::placeholder {
20569
20607
  padding-top: 8px;
20570
20608
  padding-bottom: 8px;
20571
20609
  }
20610
+ .v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,
20611
+ .v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
20612
+ padding-top: 4px;
20613
+ }
20572
20614
  .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
20573
20615
  padding-inline-start: 16px;
20574
20616
  padding-inline-end: 16px;
@@ -20644,11 +20686,6 @@ textarea.v-field__input::placeholder {
20644
20686
  opacity: 0;
20645
20687
  }.v-locale-provider {
20646
20688
  display: contents;
20647
- }.v-item-group {
20648
- flex: 0 1 auto;
20649
- max-width: 100%;
20650
- position: relative;
20651
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20652
20689
  }.v-main {
20653
20690
  flex: 1 0 auto;
20654
20691
  max-width: 100%;
@@ -20797,67 +20834,6 @@ textarea.v-field__input::placeholder {
20797
20834
  opacity: 0.2;
20798
20835
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20799
20836
  z-index: 1;
20800
- }.v-overlay-container {
20801
- contain: layout;
20802
- left: 0;
20803
- pointer-events: none;
20804
- position: absolute;
20805
- top: 0;
20806
- display: contents;
20807
- }
20808
-
20809
- .v-overlay-scroll-blocked {
20810
- padding-inline-end: var(--v-scrollbar-offset);
20811
- overflow-y: hidden !important;
20812
- }
20813
- html.v-overlay-scroll-blocked {
20814
- position: fixed;
20815
- top: var(--v-body-scroll-y);
20816
- left: var(--v-body-scroll-x);
20817
- width: 100%;
20818
- height: 100%;
20819
- }
20820
-
20821
- .v-overlay {
20822
- border-radius: inherit;
20823
- display: flex;
20824
- left: 0;
20825
- pointer-events: none;
20826
- position: fixed;
20827
- top: 0;
20828
- bottom: 0;
20829
- right: 0;
20830
- }
20831
-
20832
- .v-overlay__content {
20833
- outline: none;
20834
- position: absolute;
20835
- pointer-events: auto;
20836
- contain: layout;
20837
- }
20838
-
20839
- .v-overlay__scrim {
20840
- pointer-events: auto;
20841
- background: rgb(var(--v-theme-on-surface));
20842
- border-radius: inherit;
20843
- bottom: 0;
20844
- left: 0;
20845
- opacity: 0.32;
20846
- position: fixed;
20847
- right: 0;
20848
- top: 0;
20849
- }
20850
-
20851
- .v-overlay--absolute {
20852
- position: absolute;
20853
- }
20854
-
20855
- .v-overlay--contained .v-overlay__scrim {
20856
- position: absolute;
20857
- }
20858
-
20859
- .v-overlay--scroll-blocked {
20860
- padding-inline-end: var(--v-scrollbar-offset);
20861
20837
  }.v-pagination__list {
20862
20838
  display: inline-flex;
20863
20839
  list-style-type: none;
@@ -20936,10 +20912,12 @@ html.v-overlay-scroll-blocked {
20936
20912
  transition: all 0.2s ease-in-out;
20937
20913
  }
20938
20914
  .v-progress-circular--indeterminate .v-progress-circular__overlay {
20939
- animation: progress-circular-dash 1.4s ease-in-out infinite;
20915
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
20940
20916
  stroke-dasharray: 25, 200;
20941
20917
  stroke-dashoffset: 0;
20942
20918
  stroke-linecap: round;
20919
+ transform-origin: center center;
20920
+ transform: rotate(-90deg);
20943
20921
  }
20944
20922
 
20945
20923
  .v-progress-circular--disable-shrink > svg {
@@ -20979,6 +20957,9 @@ html.v-overlay-scroll-blocked {
20979
20957
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20980
20958
  width: 100%;
20981
20959
  }
20960
+ .v-progress-linear--rounded {
20961
+ border-radius: 9999px;
20962
+ }
20982
20963
 
20983
20964
  .v-progress-linear__background {
20984
20965
  background: currentColor;
@@ -21083,7 +21064,7 @@ html.v-overlay-scroll-blocked {
21083
21064
  }
21084
21065
 
21085
21066
  .v-progress-linear--rounded {
21086
- border-radius: 4px;
21067
+ border-radius: 9999px;
21087
21068
  }
21088
21069
  .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
21089
21070
  .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
@@ -21107,7 +21088,7 @@ html.v-overlay-scroll-blocked {
21107
21088
  .v-progress-linear--rounded-bar .v-progress-linear__determinate,
21108
21089
  .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
21109
21090
  .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
21110
- border-radius: 4px;
21091
+ border-radius: 9999px;
21111
21092
  }
21112
21093
  .v-progress-linear--rounded-bar .v-progress-linear__determinate.v-locale--is-ltr, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
21113
21094
  border-top-left-radius: 0;
@@ -22655,6 +22636,7 @@ html.v-overlay-scroll-blocked {
22655
22636
  .v-toolbar__prepend,
22656
22637
  .v-toolbar__append {
22657
22638
  align-items: center;
22639
+ align-self: stretch;
22658
22640
  display: flex;
22659
22641
  }
22660
22642
 
@@ -22697,6 +22679,7 @@ html.v-overlay-scroll-blocked {
22697
22679
  .v-toolbar-items {
22698
22680
  display: flex;
22699
22681
  height: inherit;
22682
+ align-self: stretch;
22700
22683
  }
22701
22684
  .v-toolbar-items > .v-btn {
22702
22685
  border-radius: 0;
@@ -22790,22 +22773,67 @@ html.v-overlay-scroll-blocked {
22790
22773
  }
22791
22774
  .v-window-y-reverse-transition-leave-to {
22792
22775
  transform: translateY(100%);
22793
- }.v-application {
22794
- display: flex;
22795
- background: rgb(var(--v-theme-background));
22796
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
22776
+ }.v-overlay-container {
22777
+ contain: layout;
22778
+ left: 0;
22779
+ pointer-events: none;
22780
+ position: absolute;
22781
+ top: 0;
22782
+ display: contents;
22797
22783
  }
22798
22784
 
22799
- .v-application__wrap {
22800
- -webkit-backface-visibility: hidden;
22801
- backface-visibility: hidden;
22785
+ .v-overlay-scroll-blocked {
22786
+ padding-inline-end: var(--v-scrollbar-offset);
22787
+ overflow-y: hidden !important;
22788
+ }
22789
+ html.v-overlay-scroll-blocked {
22790
+ position: fixed;
22791
+ top: var(--v-body-scroll-y);
22792
+ left: var(--v-body-scroll-x);
22793
+ width: 100%;
22794
+ height: 100%;
22795
+ }
22796
+
22797
+ .v-overlay {
22798
+ border-radius: inherit;
22802
22799
  display: flex;
22803
- flex-direction: column;
22804
- flex: 1 1 auto;
22805
- max-width: 100%;
22806
- min-height: 100vh;
22807
- min-height: 100dvh;
22808
- position: relative;
22800
+ left: 0;
22801
+ pointer-events: none;
22802
+ position: fixed;
22803
+ top: 0;
22804
+ bottom: 0;
22805
+ right: 0;
22806
+ }
22807
+
22808
+ .v-overlay__content {
22809
+ outline: none;
22810
+ position: absolute;
22811
+ pointer-events: auto;
22812
+ contain: layout;
22813
+ }
22814
+
22815
+ .v-overlay__scrim {
22816
+ pointer-events: auto;
22817
+ background: rgb(var(--v-theme-on-surface));
22818
+ border-radius: inherit;
22819
+ bottom: 0;
22820
+ left: 0;
22821
+ opacity: 0.32;
22822
+ position: fixed;
22823
+ right: 0;
22824
+ top: 0;
22825
+ }
22826
+
22827
+ .v-overlay--absolute {
22828
+ position: absolute;
22829
+ }
22830
+
22831
+ .v-overlay--contained .v-overlay__scrim {
22832
+ position: absolute;
22833
+ }
22834
+
22835
+ .v-overlay--scroll-blocked {
22836
+ padding-inline-end: var(--v-scrollbar-offset);
22809
22837
  }.v-color-picker-canvas {
22810
22838
  display: flex;
22811
22839
  position: relative;