vuetify 3.3.8 → 3.3.10

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 (94) hide show
  1. package/dist/json/attributes.json +2 -2
  2. package/dist/json/importMap.json +44 -44
  3. package/dist/json/web-types.json +152 -152
  4. package/dist/vuetify-labs.css +836 -887
  5. package/dist/vuetify-labs.d.ts +67 -65
  6. package/dist/vuetify-labs.esm.js +123 -26
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +123 -26
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +219 -276
  11. package/dist/vuetify.d.ts +13 -12
  12. package/dist/vuetify.esm.js +66 -13
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +66 -13
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +48 -39
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/VAutocomplete.css +2 -2
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -0
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.sass +2 -2
  23. package/lib/components/VColorPicker/VColorPickerEdit.css +1 -0
  24. package/lib/components/VColorPicker/VColorPickerEdit.sass +1 -0
  25. package/lib/components/VColorPicker/VColorPickerPreview.css +1 -1
  26. package/lib/components/VColorPicker/_variables.scss +2 -1
  27. package/lib/components/VCombobox/VCombobox.css +2 -2
  28. package/lib/components/VCombobox/VCombobox.sass +2 -2
  29. package/lib/components/VField/VField.css +7 -70
  30. package/lib/components/VField/VField.mjs +1 -1
  31. package/lib/components/VField/VField.mjs.map +1 -1
  32. package/lib/components/VField/VField.sass +4 -8
  33. package/lib/components/VField/_variables.scss +3 -3
  34. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  35. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  36. package/lib/components/VList/VListItem.css +3 -0
  37. package/lib/components/VList/VListItem.sass +10 -3
  38. package/lib/components/VNavigationDrawer/sticky.mjs +1 -1
  39. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  40. package/lib/components/VOverlay/locationStrategies.mjs +6 -0
  41. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  42. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
  43. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  44. package/lib/components/VSelect/VSelect.css +1 -0
  45. package/lib/components/VSelect/VSelect.mjs +13 -5
  46. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  47. package/lib/components/VSelect/VSelect.sass +1 -0
  48. package/lib/components/VTable/VTable.css +8 -4
  49. package/lib/components/VTable/VTable.sass +4 -4
  50. package/lib/components/VTextField/VTextField.css +1 -1
  51. package/lib/components/VTextarea/VTextarea.css +0 -3
  52. package/lib/components/VTextarea/VTextarea.sass +0 -4
  53. package/lib/composables/defaults.mjs.map +1 -1
  54. package/lib/composables/forwardRefs.mjs +14 -0
  55. package/lib/composables/forwardRefs.mjs.map +1 -1
  56. package/lib/entry-bundler.mjs +1 -1
  57. package/lib/entry-bundler.mjs.map +1 -1
  58. package/lib/framework.mjs +1 -1
  59. package/lib/framework.mjs.map +1 -1
  60. package/lib/index.d.mts +13 -12
  61. package/lib/labs/VDataIterator/index.d.mts +1 -0
  62. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  63. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  64. package/lib/labs/VDataTable/composables/items.mjs +1 -0
  65. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  66. package/lib/labs/VDataTable/index.d.mts +47 -46
  67. package/lib/labs/VDataTable/types.mjs.map +1 -1
  68. package/lib/labs/VDateInput/composables.mjs +1 -1
  69. package/lib/labs/VDateInput/composables.mjs.map +1 -1
  70. package/lib/labs/VDateInput/index.d.mts +16 -16
  71. package/lib/labs/VDatePicker/VDatePicker.mjs +8 -7
  72. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  73. package/lib/labs/VDatePicker/VDatePickerControls.css +7 -0
  74. package/lib/labs/VDatePicker/VDatePickerControls.mjs +1 -0
  75. package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
  76. package/lib/labs/VDatePicker/VDatePickerControls.sass +8 -0
  77. package/lib/labs/VDatePicker/composables.mjs +15 -2
  78. package/lib/labs/VDatePicker/composables.mjs.map +1 -1
  79. package/lib/labs/VDatePicker/index.d.mts +18 -18
  80. package/lib/labs/VDateRangePicker/VDateRangePicker.mjs +2 -4
  81. package/lib/labs/VDateRangePicker/VDateRangePicker.mjs.map +1 -1
  82. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +4 -5
  83. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +1 -1
  84. package/lib/labs/VDateRangePicker/index.d.mts +59 -51
  85. package/lib/labs/VPicker/VPicker.css +0 -1
  86. package/lib/labs/VPicker/VPicker.sass +0 -1
  87. package/lib/labs/components.d.mts +65 -64
  88. package/lib/labs/date/adapters/vuetify.mjs +14 -1
  89. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  90. package/lib/labs/date/date.mjs +3 -3
  91. package/lib/labs/date/date.mjs.map +1 -1
  92. package/lib/labs/date/index.d.mts +25 -1
  93. package/package.json +2 -2
  94. package/lib/components/VField/_mixins.sass +0 -7
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.8
2
+ * Vuetify v3.3.10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16257,8 +16257,8 @@ html.overflow-y-hidden {
16257
16257
  padding-inline-end: inherit;
16258
16258
  }
16259
16259
  .v-autocomplete--single .v-field--variant-outlined input {
16260
- top: calc(50% - var(--v-input-chips-margin-top));
16261
- transform: translateY(-50%);
16260
+ top: 50%;
16261
+ transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
16262
16262
  }
16263
16263
  .v-autocomplete--single .v-field--active input {
16264
16264
  transition: none;
@@ -17110,63 +17110,6 @@ html.overflow-y-hidden {
17110
17110
 
17111
17111
  .v-snackbar-actions .v-btn {
17112
17112
  padding: 0 8px;
17113
- }/** if false, disabled buttons will be greyed out */
17114
- .v-btn-group {
17115
- display: inline-flex;
17116
- flex-wrap: nowrap;
17117
- max-width: 100%;
17118
- min-width: 0;
17119
- overflow: hidden;
17120
- vertical-align: middle;
17121
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17122
- border-style: solid;
17123
- border-width: 0;
17124
- 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));
17125
- border-radius: 4px;
17126
- background: transparent;
17127
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17128
- }
17129
- .v-btn-group--border {
17130
- border-width: thin;
17131
- box-shadow: none;
17132
- }
17133
- .v-btn-group--density-default.v-btn-group {
17134
- height: 48px;
17135
- }
17136
-
17137
- .v-btn-group--density-comfortable.v-btn-group {
17138
- height: 40px;
17139
- }
17140
-
17141
- .v-btn-group--density-compact.v-btn-group {
17142
- height: 36px;
17143
- }
17144
-
17145
- .v-btn-group .v-btn {
17146
- border-radius: 0;
17147
- border-color: inherit;
17148
- }
17149
- .v-btn-group .v-btn:not(:last-child) {
17150
- border-inline-end: none;
17151
- }
17152
- .v-btn-group .v-btn:not(:first-child) {
17153
- border-inline-start: none;
17154
- }
17155
- .v-btn-group .v-btn:first-child {
17156
- border-start-start-radius: inherit;
17157
- border-end-start-radius: inherit;
17158
- }
17159
- .v-btn-group .v-btn:last-child {
17160
- border-start-end-radius: inherit;
17161
- border-end-end-radius: inherit;
17162
- }
17163
- .v-btn-group--divided .v-btn:not(:last-child) {
17164
- border-inline-end-width: thin;
17165
- border-inline-end-style: solid;
17166
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
17167
- }
17168
- .v-btn-group--tile {
17169
- border-radius: 0;
17170
17113
  }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17171
17114
  opacity: var(--v-activated-opacity);
17172
17115
  }.v-card {
@@ -17949,6 +17892,26 @@ html.overflow-y-hidden {
17949
17892
  .v-chip-group--column {
17950
17893
  flex-wrap: wrap;
17951
17894
  white-space: normal;
17895
+ }.v-color-picker {
17896
+ align-self: flex-start;
17897
+ contain: content;
17898
+ }
17899
+ .v-color-picker.v-sheet {
17900
+ 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));
17901
+ border-radius: 4px;
17902
+ }
17903
+
17904
+ .v-color-picker__controls {
17905
+ display: flex;
17906
+ flex-direction: column;
17907
+ padding: 16px;
17908
+ }
17909
+
17910
+ .v-color-picker--flat {
17911
+ 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));
17912
+ }
17913
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
17914
+ 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));
17952
17915
  }.v-container {
17953
17916
  width: 100%;
17954
17917
  padding: 16px;
@@ -18830,26 +18793,6 @@ html.overflow-y-hidden {
18830
18793
  .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
18831
18794
  margin-right: 91.6666666667%;
18832
18795
  }
18833
- }.v-color-picker {
18834
- align-self: flex-start;
18835
- contain: content;
18836
- }
18837
- .v-color-picker.v-sheet {
18838
- 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));
18839
- border-radius: 4px;
18840
- }
18841
-
18842
- .v-color-picker__controls {
18843
- display: flex;
18844
- flex-direction: column;
18845
- padding: 16px;
18846
- }
18847
-
18848
- .v-color-picker--flat {
18849
- 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));
18850
- }
18851
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
18852
- 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));
18853
18796
  }.v-combobox .v-field .v-text-field__prefix,
18854
18797
  .v-combobox .v-field .v-text-field__suffix,
18855
18798
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -18915,8 +18858,8 @@ html.overflow-y-hidden {
18915
18858
  padding-inline-end: inherit;
18916
18859
  }
18917
18860
  .v-combobox--single .v-field--variant-outlined input {
18918
- top: calc(50% - var(--v-input-chips-margin-top));
18919
- transform: translateY(-50%);
18861
+ top: 50%;
18862
+ transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
18920
18863
  }
18921
18864
  .v-combobox--single .v-field--active input {
18922
18865
  transition: none;
@@ -19294,47 +19237,17 @@ html.overflow-y-hidden {
19294
19237
  border-bottom-right-radius: 0;
19295
19238
  }
19296
19239
  .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
19297
- --v-input-control-height: 54px;
19298
- --v-field-padding-bottom: 5px;
19299
- }
19300
-
19301
- .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
19302
- --v-input-control-height: 52px;
19303
- --v-field-padding-bottom: 5px;
19304
- }
19305
-
19306
- .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
19307
- --v-input-control-height: 50px;
19240
+ --v-input-control-height: 56px;
19308
19241
  --v-field-padding-bottom: 5px;
19309
19242
  }
19310
19243
 
19311
19244
  .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
19312
- --v-input-control-height: 46px;
19313
- --v-field-padding-bottom: 1px;
19314
- }
19315
-
19316
- .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
19317
- --v-input-control-height: 44px;
19318
- --v-field-padding-bottom: 1px;
19319
- }
19320
-
19321
- .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
19322
- --v-input-control-height: 42px;
19245
+ --v-input-control-height: 48px;
19323
19246
  --v-field-padding-bottom: 1px;
19324
19247
  }
19325
19248
 
19326
19249
  .v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
19327
- --v-input-control-height: 38px;
19328
- --v-field-padding-bottom: 0px;
19329
- }
19330
-
19331
- .v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
19332
- --v-input-control-height: 36px;
19333
- --v-field-padding-bottom: 0px;
19334
- }
19335
-
19336
- .v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
19337
- --v-input-control-height: 34px;
19250
+ --v-input-control-height: 40px;
19338
19251
  --v-field-padding-bottom: 0px;
19339
19252
  }
19340
19253
 
@@ -19363,53 +19276,20 @@ html.overflow-y-hidden {
19363
19276
  --v-field-padding-top: var(--v-field-padding-top--plain-underlined, 6px);
19364
19277
  }
19365
19278
  .v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
19366
- --v-input-control-height: 46px;
19367
- --v-field-padding-bottom: 5px;
19368
- }
19369
-
19370
- .v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
19371
- --v-input-control-height: 44px;
19372
- --v-field-padding-bottom: 5px;
19373
- }
19374
-
19375
- .v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
19376
- --v-input-control-height: 42px;
19279
+ --v-input-control-height: 48px;
19377
19280
  --v-field-padding-bottom: 5px;
19378
19281
  }
19379
19282
 
19380
19283
  .v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
19381
- --v-input-control-height: 38px;
19382
- --v-field-padding-bottom: 1px;
19383
- }
19384
-
19385
- .v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
19386
- --v-input-control-height: 36px;
19387
- --v-field-padding-bottom: 1px;
19388
- }
19389
-
19390
- .v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
19391
- --v-input-control-height: 34px;
19284
+ --v-input-control-height: 40px;
19392
19285
  --v-field-padding-bottom: 1px;
19393
19286
  }
19394
19287
 
19395
19288
  .v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
19396
- --v-input-control-height: 30px;
19397
- --v-field-padding-bottom: 0px;
19398
- }
19399
-
19400
- .v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
19401
- --v-input-control-height: 28px;
19289
+ --v-input-control-height: 32px;
19402
19290
  --v-field-padding-bottom: 0px;
19403
19291
  }
19404
19292
 
19405
- .v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
19406
- --v-input-control-height: 26px;
19407
- --v-field-padding-bottom: 0px;
19408
- }
19409
-
19410
- .v-field--variant-outlined {
19411
- --v-input-chips-margin-bottom: 2px;
19412
- }
19413
19293
  .v-field--flat {
19414
19294
  box-shadow: none;
19415
19295
  }
@@ -19431,7 +19311,7 @@ html.overflow-y-hidden {
19431
19311
  flex-wrap: wrap;
19432
19312
  letter-spacing: 0.009375em;
19433
19313
  opacity: var(--v-high-emphasis-opacity);
19434
- min-height: calc(max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom)) + var(--v-input-chips-margin-bottom) + 2px);
19314
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px);
19435
19315
  min-width: 0;
19436
19316
  padding-inline-start: var(--v-field-padding-start);
19437
19317
  padding-inline-end: var(--v-field-padding-end);
@@ -19828,7 +19708,19 @@ textarea.v-field__input::placeholder {
19828
19708
  opacity: 0;
19829
19709
  }
19830
19710
 
19831
- /* endregion */.v-footer {
19711
+ /* endregion */.v-file-input input[type=file] {
19712
+ height: 100%;
19713
+ left: 0;
19714
+ opacity: 0;
19715
+ position: absolute;
19716
+ top: 0;
19717
+ width: 100%;
19718
+ z-index: 1;
19719
+ }
19720
+ .v-file-input .v-chip {
19721
+ margin-top: var(--v-input-chips-margin-top);
19722
+ margin-bottom: var(--v-input-chips-margin-bottom);
19723
+ }.v-footer {
19832
19724
  align-items: center;
19833
19725
  display: flex;
19834
19726
  flex: 1 1 auto;
@@ -19856,18 +19748,6 @@ textarea.v-field__input::placeholder {
19856
19748
  }
19857
19749
  .v-footer--rounded {
19858
19750
  border-radius: 4px;
19859
- }.v-file-input input[type=file] {
19860
- height: 100%;
19861
- left: 0;
19862
- opacity: 0;
19863
- position: absolute;
19864
- top: 0;
19865
- width: 100%;
19866
- z-index: 1;
19867
- }
19868
- .v-file-input .v-chip {
19869
- margin-top: var(--v-input-chips-margin-top);
19870
- margin-bottom: var(--v-input-chips-margin-bottom);
19871
19751
  }.v-icon {
19872
19752
  --v-icon-size-multiplier: 1;
19873
19753
  align-items: center;
@@ -20628,6 +20508,9 @@ textarea.v-field__input::placeholder {
20628
20508
 
20629
20509
  .v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
20630
20510
  opacity: 0;
20511
+ }
20512
+ .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
20513
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20631
20514
  }.v-locale-provider {
20632
20515
  display: contents;
20633
20516
  }.v-main {
@@ -21332,6 +21215,7 @@ html.v-overlay-scroll-blocked {
21332
21215
  width: 100%;
21333
21216
  transition: none;
21334
21217
  pointer-events: none;
21218
+ caret-color: transparent;
21335
21219
  }
21336
21220
  .v-select .v-field--dirty .v-select__selection {
21337
21221
  margin-inline-end: 2px;
@@ -21370,108 +21254,6 @@ html.v-overlay-scroll-blocked {
21370
21254
  .v-select--active-menu .v-select__menu-icon {
21371
21255
  opacity: var(--v-high-emphasis-opacity);
21372
21256
  transform: rotate(180deg);
21373
- }.v-selection-control {
21374
- align-items: center;
21375
- contain: layout;
21376
- display: flex;
21377
- flex: 1 0;
21378
- grid-area: control;
21379
- position: relative;
21380
- -webkit-user-select: none;
21381
- user-select: none;
21382
- }
21383
- .v-selection-control .v-label {
21384
- white-space: normal;
21385
- word-break: break-word;
21386
- height: 100%;
21387
- width: 100%;
21388
- }
21389
- .v-selection-control--disabled {
21390
- opacity: var(--v-disabled-opacity);
21391
- pointer-events: none;
21392
- }
21393
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
21394
- opacity: 1;
21395
- }
21396
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
21397
- color: rgb(var(--v-theme-error));
21398
- }
21399
- .v-selection-control--inline {
21400
- display: inline-flex;
21401
- flex: 0 0 auto;
21402
- min-width: 0;
21403
- max-width: 100%;
21404
- }
21405
- .v-selection-control--inline .v-label {
21406
- width: auto;
21407
- }
21408
- .v-selection-control--density-default {
21409
- --v-selection-control-size: 40px;
21410
- }
21411
-
21412
- .v-selection-control--density-comfortable {
21413
- --v-selection-control-size: 36px;
21414
- }
21415
-
21416
- .v-selection-control--density-compact {
21417
- --v-selection-control-size: 28px;
21418
- }
21419
-
21420
- .v-selection-control__wrapper {
21421
- width: var(--v-selection-control-size);
21422
- height: var(--v-selection-control-size);
21423
- display: inline-flex;
21424
- align-items: center;
21425
- position: relative;
21426
- justify-content: center;
21427
- flex: none;
21428
- }
21429
-
21430
- .v-selection-control__input {
21431
- width: var(--v-selection-control-size);
21432
- height: var(--v-selection-control-size);
21433
- align-items: center;
21434
- display: flex;
21435
- flex: none;
21436
- justify-content: center;
21437
- position: relative;
21438
- border-radius: 50%;
21439
- }
21440
- .v-selection-control__input input {
21441
- cursor: pointer;
21442
- position: absolute;
21443
- left: 0;
21444
- top: 0;
21445
- width: 100%;
21446
- height: 100%;
21447
- opacity: 0;
21448
- }
21449
- .v-selection-control__input::before {
21450
- content: "";
21451
- position: absolute;
21452
- top: 0;
21453
- left: 0;
21454
- width: 100%;
21455
- height: 100%;
21456
- border-radius: 100%;
21457
- background-color: currentColor;
21458
- opacity: 0;
21459
- pointer-events: none;
21460
- }
21461
- .v-selection-control__input:hover::before {
21462
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21463
- }
21464
- .v-selection-control__input > .v-icon {
21465
- opacity: var(--v-medium-emphasis-opacity);
21466
- }
21467
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
21468
- opacity: 1;
21469
- }
21470
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
21471
- color: rgb(var(--v-theme-error));
21472
- }
21473
- .v-selection-control--focus-visible .v-selection-control__input::before {
21474
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21475
21257
  }.v-selection-control-group {
21476
21258
  grid-area: control;
21477
21259
  display: flex;
@@ -21987,17 +21769,21 @@ html.v-overlay-scroll-blocked {
21987
21769
  overflow-y: auto;
21988
21770
  }
21989
21771
 
21990
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
21991
- border-bottom: 0px !important;
21772
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
21992
21773
  position: sticky;
21993
21774
  top: 0;
21994
21775
  }
21776
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
21777
+ border-bottom: 0px !important;
21778
+ }
21995
21779
 
21780
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
21781
+ position: sticky;
21782
+ bottom: 0;
21783
+ }
21996
21784
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
21997
21785
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
21998
21786
  border-top: 0px !important;
21999
- position: sticky;
22000
- bottom: 0;
22001
21787
  }.v-textarea .v-field {
22002
21788
  --v-textarea-control-height: var(--v-input-control-height);
22003
21789
  }
@@ -22019,9 +21805,6 @@ html.v-overlay-scroll-blocked {
22019
21805
  min-height: 0 !important;
22020
21806
  pointer-events: none;
22021
21807
  }
22022
- .v-textarea--auto-grow .v-field__input {
22023
- overflow: hidden;
22024
- }
22025
21808
  .v-textarea--no-resize .v-field__input {
22026
21809
  resize: none;
22027
21810
  }
@@ -22089,7 +21872,7 @@ html.v-overlay-scroll-blocked {
22089
21872
  opacity: 0;
22090
21873
  transition: inherit;
22091
21874
  white-space: nowrap;
22092
- min-height: calc(max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom)) + var(--v-input-chips-margin-bottom) + 2px);
21875
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px);
22093
21876
  padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
22094
21877
  padding-bottom: var(--v-field-padding-bottom, 6px);
22095
21878
  }
@@ -22805,6 +22588,165 @@ html.v-overlay-scroll-blocked {
22805
22588
  }
22806
22589
  .v-window-y-reverse-transition-leave-to {
22807
22590
  transform: translateY(100%);
22591
+ }/** if false, disabled buttons will be greyed out */
22592
+ .v-btn-group {
22593
+ display: inline-flex;
22594
+ flex-wrap: nowrap;
22595
+ max-width: 100%;
22596
+ min-width: 0;
22597
+ overflow: hidden;
22598
+ vertical-align: middle;
22599
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22600
+ border-style: solid;
22601
+ border-width: 0;
22602
+ 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));
22603
+ border-radius: 4px;
22604
+ background: transparent;
22605
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22606
+ }
22607
+ .v-btn-group--border {
22608
+ border-width: thin;
22609
+ box-shadow: none;
22610
+ }
22611
+ .v-btn-group--density-default.v-btn-group {
22612
+ height: 48px;
22613
+ }
22614
+
22615
+ .v-btn-group--density-comfortable.v-btn-group {
22616
+ height: 40px;
22617
+ }
22618
+
22619
+ .v-btn-group--density-compact.v-btn-group {
22620
+ height: 36px;
22621
+ }
22622
+
22623
+ .v-btn-group .v-btn {
22624
+ border-radius: 0;
22625
+ border-color: inherit;
22626
+ }
22627
+ .v-btn-group .v-btn:not(:last-child) {
22628
+ border-inline-end: none;
22629
+ }
22630
+ .v-btn-group .v-btn:not(:first-child) {
22631
+ border-inline-start: none;
22632
+ }
22633
+ .v-btn-group .v-btn:first-child {
22634
+ border-start-start-radius: inherit;
22635
+ border-end-start-radius: inherit;
22636
+ }
22637
+ .v-btn-group .v-btn:last-child {
22638
+ border-start-end-radius: inherit;
22639
+ border-end-end-radius: inherit;
22640
+ }
22641
+ .v-btn-group--divided .v-btn:not(:last-child) {
22642
+ border-inline-end-width: thin;
22643
+ border-inline-end-style: solid;
22644
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
22645
+ }
22646
+ .v-btn-group--tile {
22647
+ border-radius: 0;
22648
+ }.v-selection-control {
22649
+ align-items: center;
22650
+ contain: layout;
22651
+ display: flex;
22652
+ flex: 1 0;
22653
+ grid-area: control;
22654
+ position: relative;
22655
+ -webkit-user-select: none;
22656
+ user-select: none;
22657
+ }
22658
+ .v-selection-control .v-label {
22659
+ white-space: normal;
22660
+ word-break: break-word;
22661
+ height: 100%;
22662
+ width: 100%;
22663
+ }
22664
+ .v-selection-control--disabled {
22665
+ opacity: var(--v-disabled-opacity);
22666
+ pointer-events: none;
22667
+ }
22668
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22669
+ opacity: 1;
22670
+ }
22671
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
22672
+ color: rgb(var(--v-theme-error));
22673
+ }
22674
+ .v-selection-control--inline {
22675
+ display: inline-flex;
22676
+ flex: 0 0 auto;
22677
+ min-width: 0;
22678
+ max-width: 100%;
22679
+ }
22680
+ .v-selection-control--inline .v-label {
22681
+ width: auto;
22682
+ }
22683
+ .v-selection-control--density-default {
22684
+ --v-selection-control-size: 40px;
22685
+ }
22686
+
22687
+ .v-selection-control--density-comfortable {
22688
+ --v-selection-control-size: 36px;
22689
+ }
22690
+
22691
+ .v-selection-control--density-compact {
22692
+ --v-selection-control-size: 28px;
22693
+ }
22694
+
22695
+ .v-selection-control__wrapper {
22696
+ width: var(--v-selection-control-size);
22697
+ height: var(--v-selection-control-size);
22698
+ display: inline-flex;
22699
+ align-items: center;
22700
+ position: relative;
22701
+ justify-content: center;
22702
+ flex: none;
22703
+ }
22704
+
22705
+ .v-selection-control__input {
22706
+ width: var(--v-selection-control-size);
22707
+ height: var(--v-selection-control-size);
22708
+ align-items: center;
22709
+ display: flex;
22710
+ flex: none;
22711
+ justify-content: center;
22712
+ position: relative;
22713
+ border-radius: 50%;
22714
+ }
22715
+ .v-selection-control__input input {
22716
+ cursor: pointer;
22717
+ position: absolute;
22718
+ left: 0;
22719
+ top: 0;
22720
+ width: 100%;
22721
+ height: 100%;
22722
+ opacity: 0;
22723
+ }
22724
+ .v-selection-control__input::before {
22725
+ content: "";
22726
+ position: absolute;
22727
+ top: 0;
22728
+ left: 0;
22729
+ width: 100%;
22730
+ height: 100%;
22731
+ border-radius: 100%;
22732
+ background-color: currentColor;
22733
+ opacity: 0;
22734
+ pointer-events: none;
22735
+ }
22736
+ .v-selection-control__input:hover::before {
22737
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22738
+ }
22739
+ .v-selection-control__input > .v-icon {
22740
+ opacity: var(--v-medium-emphasis-opacity);
22741
+ }
22742
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
22743
+ opacity: 1;
22744
+ }
22745
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
22746
+ color: rgb(var(--v-theme-error));
22747
+ }
22748
+ .v-selection-control--focus-visible .v-selection-control__input::before {
22749
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22808
22750
  }.v-color-picker-canvas {
22809
22751
  display: flex;
22810
22752
  position: relative;
@@ -22828,6 +22770,7 @@ html.v-overlay-scroll-blocked {
22828
22770
  will-change: transform;
22829
22771
  }.v-color-picker-edit {
22830
22772
  display: flex;
22773
+ margin-top: 24px;
22831
22774
  }
22832
22775
 
22833
22776
  .v-color-picker-edit__input {
@@ -22921,7 +22864,7 @@ html.v-overlay-scroll-blocked {
22921
22864
  .v-color-picker-preview {
22922
22865
  align-items: center;
22923
22866
  display: flex;
22924
- margin-bottom: 24px;
22867
+ margin-bottom: 0;
22925
22868
  }.v-color-picker-swatches {
22926
22869
  overflow-y: auto;
22927
22870
  }