vuetify 3.3.15 → 3.3.17

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 (118) hide show
  1. package/dist/json/attributes.json +1415 -1399
  2. package/dist/json/tags.json +10 -6
  3. package/dist/json/web-types.json +2261 -2200
  4. package/dist/vuetify-labs.css +201 -162
  5. package/dist/vuetify-labs.d.ts +704 -602
  6. package/dist/vuetify-labs.esm.js +211 -192
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +211 -192
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +25 -22
  11. package/dist/vuetify.d.ts +99 -81
  12. package/dist/vuetify.esm.js +144 -154
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +144 -154
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +233 -231
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/blueprints/index.d.mts +2 -0
  20. package/lib/blueprints/md1.d.mts +2 -0
  21. package/lib/blueprints/md2.d.mts +2 -0
  22. package/lib/blueprints/md3.d.mts +2 -0
  23. package/lib/blueprints/md3.mjs +3 -0
  24. package/lib/blueprints/md3.mjs.map +1 -1
  25. package/lib/components/VApp/VApp.mjs +1 -2
  26. package/lib/components/VApp/VApp.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs +16 -26
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +40 -38
  30. package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -0
  31. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +28 -34
  32. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  33. package/lib/components/VColorPicker/VColorPickerCanvas.sass +1 -0
  34. package/lib/components/VCombobox/VCombobox.mjs +15 -25
  35. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  36. package/lib/components/VCombobox/index.d.mts +40 -38
  37. package/lib/components/VField/VField.css +3 -2
  38. package/lib/components/VField/VField.sass +3 -2
  39. package/lib/components/VLabel/VLabel.css +1 -0
  40. package/lib/components/VLabel/VLabel.sass +1 -0
  41. package/lib/components/VLabel/_variables.scss +1 -1
  42. package/lib/components/VList/index.d.mts +21 -3
  43. package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
  44. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  45. package/lib/components/VSelect/VSelect.mjs +9 -23
  46. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  47. package/lib/components/VSelect/index.d.mts +14 -11
  48. package/lib/components/VSelectionControl/VSelectionControl.css +0 -1
  49. package/lib/components/VSelectionControl/VSelectionControl.sass +0 -1
  50. package/lib/components/VSlider/VSlider.mjs +2 -2
  51. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  52. package/lib/components/VTabs/VTab.css +1 -0
  53. package/lib/components/VTabs/VTab.mjs +2 -3
  54. package/lib/components/VTabs/VTab.mjs.map +1 -1
  55. package/lib/components/VTabs/VTab.sass +1 -0
  56. package/lib/components/VTabs/VTabs.mjs +4 -4
  57. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  58. package/lib/components/VTabs/_variables.scss +1 -0
  59. package/lib/components/VTabs/index.d.mts +1 -1
  60. package/lib/components/index.d.mts +97 -81
  61. package/lib/composables/color.mjs +7 -4
  62. package/lib/composables/color.mjs.map +1 -1
  63. package/lib/composables/filter.mjs +4 -4
  64. package/lib/composables/filter.mjs.map +1 -1
  65. package/lib/composables/layout.mjs +1 -1
  66. package/lib/composables/layout.mjs.map +1 -1
  67. package/lib/composables/list-items.mjs +26 -15
  68. package/lib/composables/list-items.mjs.map +1 -1
  69. package/lib/composables/theme.mjs +0 -11
  70. package/lib/composables/theme.mjs.map +1 -1
  71. package/lib/entry-bundler.mjs +1 -1
  72. package/lib/framework.mjs +1 -1
  73. package/lib/index.d.mts +2 -0
  74. package/lib/labs/VBottomSheet/VBottomSheet.css +1 -0
  75. package/lib/labs/VBottomSheet/VBottomSheet.mjs +1 -1
  76. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -1
  77. package/lib/labs/VBottomSheet/VBottomSheet.sass +2 -0
  78. package/lib/labs/VBottomSheet/_variables.scss +1 -0
  79. package/lib/labs/VBottomSheet/index.d.mts +3 -11
  80. package/lib/labs/VDataIterator/index.d.mts +30 -26
  81. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  82. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  83. package/lib/labs/VDataTable/index.d.mts +43 -39
  84. package/lib/labs/VDataTable/types.mjs.map +1 -1
  85. package/lib/labs/VDatePicker/VDatePicker.mjs +20 -8
  86. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  87. package/lib/labs/VDatePicker/VDatePickerControls.css +29 -2
  88. package/lib/labs/VDatePicker/VDatePickerControls.mjs +22 -21
  89. package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
  90. package/lib/labs/VDatePicker/VDatePickerControls.sass +30 -2
  91. package/lib/labs/VDatePicker/VDatePickerHeader.css +10 -1
  92. package/lib/labs/VDatePicker/VDatePickerHeader.mjs +12 -4
  93. package/lib/labs/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  94. package/lib/labs/VDatePicker/VDatePickerHeader.sass +11 -1
  95. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +1 -2
  96. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  97. package/lib/labs/VDatePicker/VDatePickerYears.css +1 -1
  98. package/lib/labs/VDatePicker/VDatePickerYears.mjs +1 -1
  99. package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -1
  100. package/lib/labs/VDatePicker/VDatePickerYears.sass +1 -1
  101. package/lib/labs/VDatePicker/index.d.mts +208 -125
  102. package/lib/labs/VDateRangePicker/index.d.mts +75 -69
  103. package/lib/labs/VPicker/VPicker.css +0 -1
  104. package/lib/labs/VPicker/VPicker.mjs +16 -5
  105. package/lib/labs/VPicker/VPicker.mjs.map +1 -1
  106. package/lib/labs/VPicker/VPicker.sass +1 -1
  107. package/lib/labs/VPicker/index.d.mts +47 -35
  108. package/lib/labs/components.d.mts +1580 -1492
  109. package/lib/labs/date/DateAdapter.mjs.map +1 -1
  110. package/lib/labs/date/adapters/vuetify.d.mts +4 -0
  111. package/lib/labs/date/adapters/vuetify.mjs +18 -0
  112. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  113. package/lib/labs/date/index.d.mts +4 -0
  114. package/lib/locale/pl.mjs +14 -14
  115. package/lib/locale/pl.mjs.map +1 -1
  116. package/lib/util/colorUtils.mjs +11 -0
  117. package/lib/util/colorUtils.mjs.map +1 -1
  118. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.15
2
+ * Vuetify v3.3.17
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -15974,6 +15974,7 @@ html.overflow-y-hidden {
15974
15974
  width: 100%;
15975
15975
  max-width: 100%;
15976
15976
  overflow: visible;
15977
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
15977
15978
  }
15978
15979
  .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
15979
15980
  .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
@@ -16172,6 +16173,27 @@ html.overflow-y-hidden {
16172
16173
  --v-btn-height: 28px;
16173
16174
  --v-btn-size: 0.75rem;
16174
16175
  min-width: unset;
16176
+ }.v-date-picker__input {
16177
+ padding-top: 16px;
16178
+ padding-left: 24px;
16179
+ padding-right: 24px;
16180
+ }
16181
+
16182
+ .v-date-picker {
16183
+ overflow: hidden;
16184
+ }
16185
+
16186
+ .v-date-picker-month {
16187
+ padding: 0 12px 12px;
16188
+ }
16189
+
16190
+ .v-date-picker-month__day {
16191
+ height: 48px;
16192
+ width: 48px;
16193
+ }
16194
+ .v-date-picker-month__day .v-btn {
16195
+ --v-btn-height: 28px;
16196
+ --v-btn-size: 0.85rem;
16175
16197
  }.v-date-picker-controls {
16176
16198
  display: flex;
16177
16199
  align-items: center;
@@ -16182,12 +16204,31 @@ html.overflow-y-hidden {
16182
16204
  padding-bottom: 4px;
16183
16205
  padding-inline-end: 12px;
16184
16206
  }
16207
+ .v-date-picker-controls--variant-classic {
16208
+ padding-inline-start: 12px;
16209
+ }
16210
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
16211
+ opacity: 0.7;
16212
+ }
16213
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
16214
+ cursor: pointer;
16215
+ }
16216
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
16217
+ opacity: 1;
16218
+ }
16185
16219
  .v-date-picker-controls .v-btn:last-child {
16186
- margin-left: 4px;
16220
+ margin-inline-start: 4px;
16221
+ }
16222
+ .v-date-picker--year .v-date-picker-controls > .v-btn {
16223
+ transform: rotate(180deg);
16187
16224
  }
16188
16225
 
16189
16226
  .v-date-picker-controls__date {
16190
- margin-right: 4px;
16227
+ margin-inline-end: 4px;
16228
+ }
16229
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
16230
+ margin: auto;
16231
+ text-align: center;
16191
16232
  }
16192
16233
 
16193
16234
  .v-date-picker-controls__month {
@@ -16195,27 +16236,14 @@ html.overflow-y-hidden {
16195
16236
  }
16196
16237
  .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
16197
16238
  flex-direction: row-reverse;
16198
- }.v-date-picker__input {
16199
- padding-top: 16px;
16200
- padding-left: 24px;
16201
- padding-right: 24px;
16202
- }
16203
-
16204
- .v-date-picker {
16205
- overflow: hidden;
16206
16239
  }
16207
16240
 
16208
- .v-date-picker-month {
16209
- padding: 0 12px 12px;
16241
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
16242
+ flex: 1 0 auto;
16210
16243
  }
16211
16244
 
16212
- .v-date-picker-month__day {
16213
- height: 48px;
16214
- width: 48px;
16215
- }
16216
- .v-date-picker-month__day .v-btn {
16217
- --v-btn-height: 28px;
16218
- --v-btn-size: 0.85rem;
16245
+ .v-date-picker__title {
16246
+ display: inline-block;
16219
16247
  }.v-date-picker-header {
16220
16248
  display: grid;
16221
16249
  grid-template-areas: "prepend content append";
@@ -16237,12 +16265,21 @@ html.overflow-y-hidden {
16237
16265
 
16238
16266
  .v-date-picker-header__content {
16239
16267
  align-items: center;
16240
- display: flex;
16268
+ display: inline-flex;
16241
16269
  font-size: 32px;
16242
16270
  line-height: 40px;
16243
16271
  grid-area: content;
16244
16272
  justify-content: space-between;
16245
16273
  }
16274
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
16275
+ opacity: 0.7;
16276
+ }
16277
+ .v-date-picker--month .v-date-picker-header__content {
16278
+ opacity: 1;
16279
+ }
16280
+ .v-date-picker--year .v-date-picker-header__content {
16281
+ cursor: pointer;
16282
+ }
16246
16283
 
16247
16284
  .date-picker-header-transition-enter-active,
16248
16285
  .date-picker-header-reverse-transition-enter-active {
@@ -16345,7 +16382,7 @@ html.overflow-y-hidden {
16345
16382
  .v-date-picker-month__day--selected.v-date-picker-month__day--start.v-date-picker-month__day--week-end .v-date-picker-month__day--range {
16346
16383
  display: none;
16347
16384
  }.v-date-picker-years {
16348
- height: 308px;
16385
+ height: 320px;
16349
16386
  overflow-y: scroll;
16350
16387
  }
16351
16388
 
@@ -16361,31 +16398,6 @@ html.overflow-y-hidden {
16361
16398
  .v-date-picker-years__content .v-btn {
16362
16399
  padding-inline-start: 8px;
16363
16400
  padding-inline-end: 8px;
16364
- }.v-infinite-scroll--horizontal {
16365
- display: flex;
16366
- flex-direction: row;
16367
- overflow-x: auto;
16368
- }
16369
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
16370
- height: 100%;
16371
- width: 1px;
16372
- }
16373
-
16374
- .v-infinite-scroll--vertical {
16375
- display: flex;
16376
- flex-direction: column;
16377
- overflow-y: auto;
16378
- }
16379
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
16380
- height: 1px;
16381
- width: 100%;
16382
- }
16383
-
16384
- .v-infinite-scroll__side {
16385
- align-items: center;
16386
- display: flex;
16387
- justify-content: center;
16388
- padding: 8px;
16389
16401
  }.v-otp-input {
16390
16402
  border-radius: 4px;
16391
16403
  align-items: center;
@@ -16486,7 +16498,6 @@ html.overflow-y-hidden {
16486
16498
  text-transform: uppercase;
16487
16499
  font-size: 0.75rem;
16488
16500
  grid-area: title;
16489
- color: rgb(var(--v-theme-on-surface), var(--v-disabled-opacity));
16490
16501
  padding-inline-start: 24px;
16491
16502
  padding-inline-end: 12px;
16492
16503
  padding-top: 16px;
@@ -16820,6 +16831,31 @@ html.overflow-y-hidden {
16820
16831
  100% {
16821
16832
  transform: translateX(100%);
16822
16833
  }
16834
+ }.v-infinite-scroll--horizontal {
16835
+ display: flex;
16836
+ flex-direction: row;
16837
+ overflow-x: auto;
16838
+ }
16839
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
16840
+ height: 100%;
16841
+ width: 1px;
16842
+ }
16843
+
16844
+ .v-infinite-scroll--vertical {
16845
+ display: flex;
16846
+ flex-direction: column;
16847
+ overflow-y: auto;
16848
+ }
16849
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
16850
+ height: 1px;
16851
+ width: 100%;
16852
+ }
16853
+
16854
+ .v-infinite-scroll__side {
16855
+ align-items: center;
16856
+ display: flex;
16857
+ justify-content: center;
16858
+ padding: 8px;
16823
16859
  }.v-application {
16824
16860
  display: flex;
16825
16861
  background: rgb(var(--v-theme-background));
@@ -18817,6 +18853,24 @@ html.overflow-y-hidden {
18817
18853
 
18818
18854
  .v-chip--label {
18819
18855
  border-radius: 4px;
18856
+ }.v-chip-group {
18857
+ display: flex;
18858
+ max-width: 100%;
18859
+ min-width: 0;
18860
+ overflow-x: auto;
18861
+ padding: 4px 0;
18862
+ flex-wrap: wrap;
18863
+ }
18864
+ .v-chip-group .v-chip {
18865
+ margin: 4px 8px 4px 0;
18866
+ }
18867
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18868
+ opacity: var(--v-activated-opacity);
18869
+ }
18870
+
18871
+ .v-chip-group--column {
18872
+ flex-wrap: wrap;
18873
+ white-space: normal;
18820
18874
  }.v-color-picker {
18821
18875
  align-self: flex-start;
18822
18876
  contain: content;
@@ -18837,11 +18891,90 @@ html.overflow-y-hidden {
18837
18891
  }
18838
18892
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
18839
18893
  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));
18840
- }.v-counter {
18841
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18842
- flex: 0 1 auto;
18843
- font-size: 12px;
18844
- transition-duration: 150ms;
18894
+ }.v-combobox .v-field .v-text-field__prefix,
18895
+ .v-combobox .v-field .v-text-field__suffix,
18896
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
18897
+ cursor: text;
18898
+ }
18899
+ .v-combobox .v-field .v-field__input > input {
18900
+ align-self: flex-start;
18901
+ flex: 1 1;
18902
+ }
18903
+ .v-combobox .v-field input {
18904
+ min-width: 64px;
18905
+ }
18906
+ .v-combobox .v-field:not(.v-field--focused) input {
18907
+ min-width: 0;
18908
+ }
18909
+ .v-combobox .v-field--dirty .v-combobox__selection {
18910
+ margin-inline-end: 2px;
18911
+ }
18912
+ .v-combobox .v-combobox__selection-text {
18913
+ overflow: hidden;
18914
+ text-overflow: ellipsis;
18915
+ white-space: nowrap;
18916
+ }
18917
+
18918
+ .v-combobox__content {
18919
+ overflow: hidden;
18920
+ 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));
18921
+ border-radius: 4px;
18922
+ }
18923
+ .v-combobox__mask {
18924
+ background: rgb(var(--v-theme-on-surface-variant));
18925
+ }
18926
+ .v-combobox__selection {
18927
+ display: inline-flex;
18928
+ align-items: center;
18929
+ letter-spacing: inherit;
18930
+ line-height: inherit;
18931
+ max-width: 90%;
18932
+ }
18933
+ .v-combobox__selection {
18934
+ margin-top: var(--v-input-chips-margin-top);
18935
+ margin-bottom: var(--v-input-chips-margin-bottom);
18936
+ }
18937
+ .v-combobox__selection:first-child {
18938
+ margin-inline-start: 0;
18939
+ }
18940
+ .v-combobox--selecting-index .v-combobox__selection {
18941
+ opacity: var(--v-medium-emphasis-opacity);
18942
+ }
18943
+ .v-combobox--selecting-index .v-combobox__selection--selected {
18944
+ opacity: 1;
18945
+ }
18946
+ .v-combobox--selecting-index .v-field__input > input {
18947
+ caret-color: transparent;
18948
+ }
18949
+ .v-combobox--single.v-text-field input {
18950
+ flex: 1 1;
18951
+ position: absolute;
18952
+ left: 0;
18953
+ right: 0;
18954
+ width: 100%;
18955
+ padding-inline-start: inherit;
18956
+ padding-inline-end: inherit;
18957
+ }
18958
+ .v-combobox--single .v-field--variant-outlined input {
18959
+ top: 50%;
18960
+ transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
18961
+ }
18962
+ .v-combobox--single .v-field--active input {
18963
+ transition: none;
18964
+ }
18965
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
18966
+ opacity: 0;
18967
+ }
18968
+ .v-combobox--single .v-field--focused .v-combobox__selection {
18969
+ opacity: 0;
18970
+ }
18971
+ .v-combobox__menu-icon {
18972
+ margin-inline-start: 4px;
18973
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18974
+ }
18975
+ .v-combobox--active-menu .v-combobox__menu-icon {
18976
+ opacity: var(--v-high-emphasis-opacity);
18977
+ transform: rotate(180deg);
18845
18978
  }.v-container {
18846
18979
  width: 100%;
18847
18980
  padding: 16px;
@@ -19738,90 +19871,11 @@ html.overflow-y-hidden {
19738
19871
  .v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
19739
19872
  margin-right: 91.6666666667%;
19740
19873
  }
19741
- }.v-combobox .v-field .v-text-field__prefix,
19742
- .v-combobox .v-field .v-text-field__suffix,
19743
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19744
- cursor: text;
19745
- }
19746
- .v-combobox .v-field .v-field__input > input {
19747
- align-self: flex-start;
19748
- flex: 1 1;
19749
- }
19750
- .v-combobox .v-field input {
19751
- min-width: 64px;
19752
- }
19753
- .v-combobox .v-field:not(.v-field--focused) input {
19754
- min-width: 0;
19755
- }
19756
- .v-combobox .v-field--dirty .v-combobox__selection {
19757
- margin-inline-end: 2px;
19758
- }
19759
- .v-combobox .v-combobox__selection-text {
19760
- overflow: hidden;
19761
- text-overflow: ellipsis;
19762
- white-space: nowrap;
19763
- }
19764
-
19765
- .v-combobox__content {
19766
- overflow: hidden;
19767
- 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));
19768
- border-radius: 4px;
19769
- }
19770
- .v-combobox__mask {
19771
- background: rgb(var(--v-theme-on-surface-variant));
19772
- }
19773
- .v-combobox__selection {
19774
- display: inline-flex;
19775
- align-items: center;
19776
- letter-spacing: inherit;
19777
- line-height: inherit;
19778
- max-width: 90%;
19779
- }
19780
- .v-combobox__selection {
19781
- margin-top: var(--v-input-chips-margin-top);
19782
- margin-bottom: var(--v-input-chips-margin-bottom);
19783
- }
19784
- .v-combobox__selection:first-child {
19785
- margin-inline-start: 0;
19786
- }
19787
- .v-combobox--selecting-index .v-combobox__selection {
19788
- opacity: var(--v-medium-emphasis-opacity);
19789
- }
19790
- .v-combobox--selecting-index .v-combobox__selection--selected {
19791
- opacity: 1;
19792
- }
19793
- .v-combobox--selecting-index .v-field__input > input {
19794
- caret-color: transparent;
19795
- }
19796
- .v-combobox--single.v-text-field input {
19797
- flex: 1 1;
19798
- position: absolute;
19799
- left: 0;
19800
- right: 0;
19801
- width: 100%;
19802
- padding-inline-start: inherit;
19803
- padding-inline-end: inherit;
19804
- }
19805
- .v-combobox--single .v-field--variant-outlined input {
19806
- top: 50%;
19807
- transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
19808
- }
19809
- .v-combobox--single .v-field--active input {
19810
- transition: none;
19811
- }
19812
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19813
- opacity: 0;
19814
- }
19815
- .v-combobox--single .v-field--focused .v-combobox__selection {
19816
- opacity: 0;
19817
- }
19818
- .v-combobox__menu-icon {
19819
- margin-inline-start: 4px;
19820
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19821
- }
19822
- .v-combobox--active-menu .v-combobox__menu-icon {
19823
- opacity: var(--v-high-emphasis-opacity);
19824
- transform: rotate(180deg);
19874
+ }.v-counter {
19875
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19876
+ flex: 0 1 auto;
19877
+ font-size: 12px;
19878
+ transition-duration: 150ms;
19825
19879
  }.v-dialog {
19826
19880
  align-items: center;
19827
19881
  justify-content: center;
@@ -20417,7 +20471,7 @@ textarea.v-field__input::placeholder {
20417
20471
  transform: none;
20418
20472
  }
20419
20473
  .v-field.v-field--active .v-label.v-field-label--floating {
20420
- visibility: visible;
20474
+ visibility: unset;
20421
20475
  }
20422
20476
  .v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating {
20423
20477
  top: 7px;
@@ -20517,7 +20571,8 @@ textarea.v-field__input::placeholder {
20517
20571
  border-inline-start-width: var(--v-field-border-width);
20518
20572
  }
20519
20573
  .v-field--rounded.v-field--variant-outlined .v-field__outline__start,
20520
- [class^=rounded-].v-field--variant-outlined .v-field__outline__start {
20574
+ [class^=rounded-].v-field--variant-outlined .v-field__outline__start,
20575
+ [class*=" rounded-"].v-field--variant-outlined .v-field__outline__start {
20521
20576
  flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
20522
20577
  }
20523
20578
 
@@ -20696,24 +20751,6 @@ textarea.v-field__input::placeholder {
20696
20751
  .v-file-input .v-chip {
20697
20752
  margin-top: var(--v-input-chips-margin-top);
20698
20753
  margin-bottom: var(--v-input-chips-margin-bottom);
20699
- }.v-chip-group {
20700
- display: flex;
20701
- max-width: 100%;
20702
- min-width: 0;
20703
- overflow-x: auto;
20704
- padding: 4px 0;
20705
- flex-wrap: wrap;
20706
- }
20707
- .v-chip-group .v-chip {
20708
- margin: 4px 8px 4px 0;
20709
- }
20710
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20711
- opacity: var(--v-activated-opacity);
20712
- }
20713
-
20714
- .v-chip-group--column {
20715
- flex-wrap: wrap;
20716
- white-space: normal;
20717
20754
  }.v-footer {
20718
20755
  align-items: center;
20719
20756
  display: flex;
@@ -20962,6 +20999,7 @@ textarea.v-field__input::placeholder {
20962
20999
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20963
21000
  }.v-label {
20964
21001
  align-items: center;
21002
+ color: inherit;
20965
21003
  display: inline-flex;
20966
21004
  font-size: 1rem;
20967
21005
  letter-spacing: 0.009375em;
@@ -22279,7 +22317,6 @@ html.v-overlay-scroll-blocked {
22279
22317
  white-space: normal;
22280
22318
  word-break: break-word;
22281
22319
  height: 100%;
22282
- width: 100%;
22283
22320
  }
22284
22321
  .v-selection-control--disabled {
22285
22322
  opacity: var(--v-disabled-opacity);
@@ -22752,6 +22789,7 @@ html.v-overlay-scroll-blocked {
22752
22789
  }
22753
22790
  }.v-tab.v-tab {
22754
22791
  --v-btn-height: var(--v-tabs-height);
22792
+ border-radius: 0;
22755
22793
  min-width: 90px;
22756
22794
  }
22757
22795
  .v-slide-group--horizontal .v-tab {
@@ -23044,10 +23082,7 @@ html.v-overlay-scroll-blocked {
23044
23082
  padding-top: calc(var(--v-field-padding-top--plain-underlined) + var(--v-input-padding-top));
23045
23083
  }
23046
23084
 
23047
- /* endregion */.v-theme-provider {
23048
- background: rgb(var(--v-theme-background));
23049
- color: rgb(var(--v-theme-on-background));
23050
- }.v-timeline .v-timeline-divider__dot {
23085
+ /* endregion */.v-timeline .v-timeline-divider__dot {
23051
23086
  background: rgb(var(--v-theme-on-surface-variant));
23052
23087
  }
23053
23088
  .v-timeline .v-timeline-divider__inner-dot {
@@ -23642,6 +23677,9 @@ html.v-overlay-scroll-blocked {
23642
23677
  }
23643
23678
  .v-toolbar-items > .v-btn {
23644
23679
  border-radius: 0;
23680
+ }.v-theme-provider {
23681
+ background: rgb(var(--v-theme-background));
23682
+ color: rgb(var(--v-theme-on-background));
23645
23683
  }.v-tooltip > .v-overlay__content {
23646
23684
  background: rgb(var(--v-theme-surface-variant));
23647
23685
  color: rgb(var(--v-theme-on-surface-variant));
@@ -23746,6 +23784,7 @@ html.v-overlay-scroll-blocked {
23746
23784
  position: relative;
23747
23785
  overflow: hidden;
23748
23786
  contain: content;
23787
+ touch-action: none;
23749
23788
  }
23750
23789
  .v-color-picker-canvas__dot {
23751
23790
  position: absolute;