vuetify 3.3.6 → 3.3.7

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 (83) hide show
  1. package/dist/json/attributes.json +14 -10
  2. package/dist/json/importMap.json +76 -76
  3. package/dist/json/tags.json +1 -0
  4. package/dist/json/web-types.json +26 -24
  5. package/dist/vuetify-labs.css +127 -111
  6. package/dist/vuetify-labs.d.ts +178 -76
  7. package/dist/vuetify-labs.esm.js +486 -337
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +485 -336
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +36 -20
  12. package/dist/vuetify.d.ts +157 -93
  13. package/dist/vuetify.esm.js +469 -326
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +468 -325
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +688 -669
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +48 -35
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VBtn/VBtn.mjs +1 -1
  23. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  24. package/lib/components/VCheckbox/index.d.mts +28 -16
  25. package/lib/components/VCombobox/VCombobox.mjs +48 -35
  26. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  27. package/lib/components/VField/VField.css +17 -6
  28. package/lib/components/VField/VField.sass +17 -6
  29. package/lib/components/VField/_variables.scss +2 -2
  30. package/lib/components/VIcon/VIcon.css +1 -0
  31. package/lib/components/VIcon/VIcon.sass +1 -0
  32. package/lib/components/VImg/VImg.css +4 -2
  33. package/lib/components/VImg/VImg.mjs +4 -2
  34. package/lib/components/VImg/VImg.mjs.map +1 -1
  35. package/lib/components/VImg/VImg.sass +3 -4
  36. package/lib/components/VOverlay/VOverlay.css +2 -0
  37. package/lib/components/VOverlay/VOverlay.sass +3 -1
  38. package/lib/components/VOverlay/scrollStrategies.mjs +3 -1
  39. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  40. package/lib/components/VRadio/index.d.mts +14 -8
  41. package/lib/components/VRadioGroup/index.d.mts +14 -8
  42. package/lib/components/VResponsive/VResponsive.css +6 -11
  43. package/lib/components/VResponsive/VResponsive.sass +5 -10
  44. package/lib/components/VSelect/VSelect.mjs +43 -31
  45. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  46. package/lib/components/VSelect/useScrolling.mjs +69 -0
  47. package/lib/components/VSelect/useScrolling.mjs.map +1 -0
  48. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
  49. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  50. package/lib/components/VSelectionControl/index.d.mts +14 -8
  51. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
  52. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  53. package/lib/components/VSelectionControlGroup/index.d.mts +14 -8
  54. package/lib/components/VSwitch/index.d.mts +14 -8
  55. package/lib/components/VTextField/VTextField.css +5 -0
  56. package/lib/components/VTextField/VTextField.mjs +6 -2
  57. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  58. package/lib/components/VTextField/VTextField.sass +5 -0
  59. package/lib/components/VTextField/_variables.scss +1 -0
  60. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +50 -24
  61. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  62. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +13 -23
  63. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  64. package/lib/components/VVirtualScroll/index.d.mts +37 -15
  65. package/lib/components/index.d.mts +134 -70
  66. package/lib/composables/filter.mjs +9 -7
  67. package/lib/composables/filter.mjs.map +1 -1
  68. package/lib/composables/resizeObserver.mjs +6 -1
  69. package/lib/composables/resizeObserver.mjs.map +1 -1
  70. package/lib/composables/virtual.mjs +17 -17
  71. package/lib/composables/virtual.mjs.map +1 -1
  72. package/lib/entry-bundler.mjs +1 -1
  73. package/lib/framework.mjs +1 -1
  74. package/lib/index.d.mts +23 -23
  75. package/lib/labs/VDataTable/VDataTableVirtual.mjs +12 -10
  76. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  77. package/lib/labs/VDataTable/composables/headers.mjs +6 -2
  78. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  79. package/lib/labs/VDataTable/index.d.mts +44 -6
  80. package/lib/labs/components.d.mts +44 -6
  81. package/lib/util/getScrollParent.mjs +7 -1
  82. package/lib/util/getScrollParent.mjs.map +1 -1
  83. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.6
2
+ * Vuetify v3.3.7
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -20131,14 +20131,13 @@ html.overflow-y-hidden {
20131
20131
  flex-wrap: wrap;
20132
20132
  letter-spacing: 0.009375em;
20133
20133
  opacity: var(--v-high-emphasis-opacity);
20134
- min-height: calc(var(--v-field-input-min-height) + var(--v-input-chips-margin-bottom) + 2px);
20134
+ 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);
20135
20135
  padding-inline-start: var(--v-field-padding-start);
20136
20136
  padding-inline-end: var(--v-field-padding-end);
20137
20137
  padding-top: var(--v-field-input-padding-top);
20138
20138
  padding-bottom: var(--v-field-input-padding-bottom);
20139
20139
  position: relative;
20140
20140
  width: 100%;
20141
- --v-field-input-min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
20142
20141
  }
20143
20142
  .v-field__input input {
20144
20143
  letter-spacing: inherit;
@@ -20385,10 +20384,16 @@ textarea.v-field__input::placeholder {
20385
20384
  border-inline-start-width: var(--v-field-border-width);
20386
20385
  }
20387
20386
  .v-field--variant-outlined .v-field__outline__start.v-locale--is-ltr, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
20388
- border-radius: 4px 0 0 4px;
20387
+ border-top-left-radius: inherit;
20388
+ border-top-right-radius: 0;
20389
+ border-bottom-right-radius: 0;
20390
+ border-bottom-left-radius: inherit;
20389
20391
  }
20390
20392
  .v-field--variant-outlined .v-field__outline__start.v-locale--is-rtl, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
20391
- border-radius: 0 4px 4px 0;
20393
+ border-top-left-radius: 0;
20394
+ border-top-right-radius: inherit;
20395
+ border-bottom-right-radius: inherit;
20396
+ border-bottom-left-radius: 0;
20392
20397
  }
20393
20398
  .v-field--variant-outlined .v-field__outline__notch {
20394
20399
  flex: none;
@@ -20422,10 +20427,16 @@ textarea.v-field__input::placeholder {
20422
20427
  border-inline-end-width: var(--v-field-border-width);
20423
20428
  }
20424
20429
  .v-field--variant-outlined .v-field__outline__end.v-locale--is-ltr, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
20425
- border-radius: 0 4px 4px 0;
20430
+ border-top-left-radius: 0;
20431
+ border-top-right-radius: inherit;
20432
+ border-bottom-right-radius: inherit;
20433
+ border-bottom-left-radius: 0;
20426
20434
  }
20427
20435
  .v-field--variant-outlined .v-field__outline__end.v-locale--is-rtl, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
20428
- border-radius: 4px 0 0 4px;
20436
+ border-top-left-radius: inherit;
20437
+ border-top-right-radius: 0;
20438
+ border-bottom-right-radius: 0;
20439
+ border-bottom-left-radius: inherit;
20429
20440
  }
20430
20441
 
20431
20442
  /* endregion */
@@ -20567,6 +20578,7 @@ textarea.v-field__input::placeholder {
20567
20578
  line-height: 1;
20568
20579
  position: relative;
20569
20580
  text-indent: 0;
20581
+ text-align: center;
20570
20582
  -webkit-user-select: none;
20571
20583
  user-select: none;
20572
20584
  vertical-align: middle;
@@ -20616,8 +20628,10 @@ textarea.v-field__input::placeholder {
20616
20628
  .v-img__gradient,
20617
20629
  .v-img__placeholder,
20618
20630
  .v-img__error {
20619
- grid-row-start: 1;
20620
- grid-column-start: 1;
20631
+ z-index: -1;
20632
+ position: absolute;
20633
+ top: 0;
20634
+ left: 0;
20621
20635
  width: 100%;
20622
20636
  height: 100%;
20623
20637
  }
@@ -20784,21 +20798,6 @@ textarea.v-field__input::placeholder {
20784
20798
 
20785
20799
  .v-label--clickable {
20786
20800
  cursor: pointer;
20787
- }.v-layout {
20788
- --v-scrollbar-offset: 0px;
20789
- display: flex;
20790
- flex: 1 1 auto;
20791
- }
20792
- .v-layout--full-height {
20793
- --v-scrollbar-offset: inherit;
20794
- height: 100%;
20795
- }.v-layout-item {
20796
- position: absolute;
20797
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20798
- }
20799
-
20800
- .v-layout-item--absolute {
20801
- position: absolute;
20802
20801
  }.v-list {
20803
20802
  overflow: auto;
20804
20803
  padding: 8px 0;
@@ -21343,19 +21342,6 @@ textarea.v-field__input::placeholder {
21343
21342
  --v-layout-right: 0px;
21344
21343
  --v-layout-top: 0px;
21345
21344
  --v-layout-bottom: 0px;
21346
- }.v-menu > .v-overlay__content {
21347
- display: flex;
21348
- flex-direction: column;
21349
- border-radius: 4px;
21350
- }
21351
- .v-menu > .v-overlay__content > .v-card,
21352
- .v-menu > .v-overlay__content > .v-sheet,
21353
- .v-menu > .v-overlay__content > .v-list {
21354
- background: rgb(var(--v-theme-surface));
21355
- border-radius: inherit;
21356
- overflow: auto;
21357
- height: 100%;
21358
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21359
21345
  }.v-messages {
21360
21346
  flex: 1 1 auto;
21361
21347
  font-size: 12px;
@@ -21372,6 +21358,19 @@ textarea.v-field__input::placeholder {
21372
21358
  -webkit-hyphens: auto;
21373
21359
  hyphens: auto;
21374
21360
  transition-duration: 150ms;
21361
+ }.v-menu > .v-overlay__content {
21362
+ display: flex;
21363
+ flex-direction: column;
21364
+ border-radius: 4px;
21365
+ }
21366
+ .v-menu > .v-overlay__content > .v-card,
21367
+ .v-menu > .v-overlay__content > .v-sheet,
21368
+ .v-menu > .v-overlay__content > .v-list {
21369
+ background: rgb(var(--v-theme-surface));
21370
+ border-radius: inherit;
21371
+ overflow: auto;
21372
+ height: 100%;
21373
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21375
21374
  }.v-navigation-drawer {
21376
21375
  -webkit-overflow-scrolling: touch;
21377
21376
  background: rgb(var(--v-theme-surface));
@@ -21476,6 +21475,8 @@ textarea.v-field__input::placeholder {
21476
21475
 
21477
21476
  .v-overlay-scroll-blocked {
21478
21477
  padding-inline-end: var(--v-scrollbar-offset);
21478
+ }
21479
+ .v-overlay-scroll-blocked:not(html) {
21479
21480
  overflow-y: hidden !important;
21480
21481
  }
21481
21482
  html.v-overlay-scroll-blocked {
@@ -21976,37 +21977,6 @@ html.v-overlay-scroll-blocked {
21976
21977
  opacity: 0;
21977
21978
  position: absolute;
21978
21979
  width: 0;
21979
- }.v-responsive {
21980
- display: grid;
21981
- grid-template-rows: minmax(100%, 1fr);
21982
- grid-template-columns: 1fr;
21983
- flex: 1 0 auto;
21984
- max-height: 100%;
21985
- max-width: 100%;
21986
- overflow: hidden;
21987
- position: relative;
21988
- }
21989
- .v-responsive--inline {
21990
- display: inline-grid;
21991
- flex: 0 0 auto;
21992
- }
21993
-
21994
- .v-responsive__content {
21995
- flex: 1 0 0px;
21996
- max-width: 100%;
21997
- }
21998
-
21999
- .v-responsive__sizer {
22000
- flex: 1 0 0px;
22001
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22002
- pointer-events: none;
22003
- }
22004
-
22005
- .v-responsive__sizer,
22006
- .v-responsive__content {
22007
- position: relative;
22008
- grid-row-start: 1;
22009
- grid-column-start: 1;
22010
21980
  }.v-select .v-field .v-text-field__prefix,
22011
21981
  .v-select .v-field .v-text-field__suffix,
22012
21982
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -22058,6 +22028,32 @@ html.v-overlay-scroll-blocked {
22058
22028
  .v-select--active-menu .v-select__menu-icon {
22059
22029
  opacity: var(--v-high-emphasis-opacity);
22060
22030
  transform: rotate(180deg);
22031
+ }.v-responsive {
22032
+ display: flex;
22033
+ flex: 1 0 auto;
22034
+ max-height: 100%;
22035
+ max-width: 100%;
22036
+ overflow: hidden;
22037
+ position: relative;
22038
+ }
22039
+ .v-responsive--inline {
22040
+ display: inline-flex;
22041
+ flex: 0 0 auto;
22042
+ }
22043
+
22044
+ .v-responsive__content {
22045
+ flex: 1 0 0px;
22046
+ max-width: 100%;
22047
+ }
22048
+
22049
+ .v-responsive__sizer ~ .v-responsive__content {
22050
+ margin-inline-start: -100%;
22051
+ }
22052
+
22053
+ .v-responsive__sizer {
22054
+ flex: 1 0 0px;
22055
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22056
+ pointer-events: none;
22061
22057
  }.v-selection-control {
22062
22058
  align-items: center;
22063
22059
  contain: layout;
@@ -22686,48 +22682,6 @@ html.v-overlay-scroll-blocked {
22686
22682
  border-top: 0px !important;
22687
22683
  position: sticky;
22688
22684
  bottom: 0;
22689
- }.v-textarea .v-field {
22690
- --v-textarea-control-height: var(--v-input-control-height);
22691
- }
22692
- .v-textarea .v-field__field {
22693
- --v-input-control-height: var(--v-textarea-control-height);
22694
- }
22695
- .v-textarea .v-field__input {
22696
- flex: 1 1 auto;
22697
- outline: none;
22698
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22699
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22700
- }
22701
- .v-textarea .v-field__input.v-textarea__sizer {
22702
- visibility: hidden;
22703
- position: absolute;
22704
- top: 0;
22705
- left: 0;
22706
- height: 0 !important;
22707
- min-height: 0 !important;
22708
- pointer-events: none;
22709
- }
22710
- .v-textarea--auto-grow .v-field__input {
22711
- overflow: hidden;
22712
- }
22713
- .v-textarea--no-resize .v-field__input {
22714
- resize: none;
22715
- }
22716
- .v-textarea .v-field--no-label textarea,
22717
- .v-textarea .v-field--active textarea {
22718
- opacity: 1;
22719
- }
22720
- .v-textarea textarea {
22721
- opacity: 0;
22722
- flex: 1;
22723
- min-width: 0;
22724
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
22725
- }
22726
- .v-textarea textarea:focus, .v-textarea textarea:active {
22727
- outline: none;
22728
- }
22729
- .v-textarea textarea:invalid {
22730
- box-shadow: none;
22731
22685
  }/* region BLOCK */
22732
22686
  .v-text-field input {
22733
22687
  color: inherit;
@@ -22777,9 +22731,14 @@ html.v-overlay-scroll-blocked {
22777
22731
  opacity: 0;
22778
22732
  transition: inherit;
22779
22733
  white-space: nowrap;
22734
+ 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);
22780
22735
  padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
22781
22736
  padding-bottom: var(--v-field-padding-bottom, 6px);
22782
22737
  }
22738
+ .v-text-field__prefix__text, .v-text-field__suffix__text {
22739
+ margin-top: var(--v-input-chips-margin-top);
22740
+ margin-bottom: var(--v-input-chips-margin-bottom);
22741
+ }
22783
22742
  .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
22784
22743
  opacity: 1;
22785
22744
  }
@@ -22807,7 +22766,49 @@ html.v-overlay-scroll-blocked {
22807
22766
  padding-top: calc(var(--v-field-padding-top--plain-underlined) + var(--v-input-padding-top));
22808
22767
  }
22809
22768
 
22810
- /* endregion */.v-theme-provider {
22769
+ /* endregion */.v-textarea .v-field {
22770
+ --v-textarea-control-height: var(--v-input-control-height);
22771
+ }
22772
+ .v-textarea .v-field__field {
22773
+ --v-input-control-height: var(--v-textarea-control-height);
22774
+ }
22775
+ .v-textarea .v-field__input {
22776
+ flex: 1 1 auto;
22777
+ outline: none;
22778
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22779
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22780
+ }
22781
+ .v-textarea .v-field__input.v-textarea__sizer {
22782
+ visibility: hidden;
22783
+ position: absolute;
22784
+ top: 0;
22785
+ left: 0;
22786
+ height: 0 !important;
22787
+ min-height: 0 !important;
22788
+ pointer-events: none;
22789
+ }
22790
+ .v-textarea--auto-grow .v-field__input {
22791
+ overflow: hidden;
22792
+ }
22793
+ .v-textarea--no-resize .v-field__input {
22794
+ resize: none;
22795
+ }
22796
+ .v-textarea .v-field--no-label textarea,
22797
+ .v-textarea .v-field--active textarea {
22798
+ opacity: 1;
22799
+ }
22800
+ .v-textarea textarea {
22801
+ opacity: 0;
22802
+ flex: 1;
22803
+ min-width: 0;
22804
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
22805
+ }
22806
+ .v-textarea textarea:focus, .v-textarea textarea:active {
22807
+ outline: none;
22808
+ }
22809
+ .v-textarea textarea:invalid {
22810
+ box-shadow: none;
22811
+ }.v-theme-provider {
22811
22812
  background: rgb(var(--v-theme-background));
22812
22813
  color: rgb(var(--v-theme-on-background));
22813
22814
  }.v-timeline .v-timeline-divider__dot {
@@ -23488,6 +23489,21 @@ html.v-overlay-scroll-blocked {
23488
23489
  }
23489
23490
  .v-window-y-reverse-transition-leave-to {
23490
23491
  transform: translateY(100%);
23492
+ }.v-layout {
23493
+ --v-scrollbar-offset: 0px;
23494
+ display: flex;
23495
+ flex: 1 1 auto;
23496
+ }
23497
+ .v-layout--full-height {
23498
+ --v-scrollbar-offset: inherit;
23499
+ height: 100%;
23500
+ }.v-layout-item {
23501
+ position: absolute;
23502
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23503
+ }
23504
+
23505
+ .v-layout-item--absolute {
23506
+ position: absolute;
23491
23507
  }.v-color-picker-canvas {
23492
23508
  display: flex;
23493
23509
  position: relative;