vuetify 3.2.1 → 3.2.2

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 (64) hide show
  1. package/dist/json/attributes.json +775 -639
  2. package/dist/json/importMap.json +16 -16
  3. package/dist/json/tags.json +35 -1
  4. package/dist/json/web-types.json +1657 -1327
  5. package/dist/vuetify-labs.css +131 -125
  6. package/dist/vuetify-labs.d.ts +419 -86
  7. package/dist/vuetify-labs.esm.js +100 -95
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +100 -95
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +53 -47
  12. package/dist/vuetify.d.ts +524 -191
  13. package/dist/vuetify.esm.js +95 -95
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +95 -95
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +46 -48
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAppBar/VAppBar.mjs +7 -11
  21. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  22. package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
  23. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.ts +394 -28
  25. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  29. package/lib/components/VBtn/VBtn.mjs +7 -6
  30. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  31. package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
  32. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  33. package/lib/components/VCombobox/VCombobox.mjs +9 -2
  34. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  35. package/lib/components/VFileInput/VFileInput.mjs +2 -1
  36. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  37. package/lib/components/VIcon/VIcon.mjs +28 -29
  38. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  39. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
  40. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  41. package/lib/components/VSelect/VSelect.mjs +9 -2
  42. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  43. package/lib/components/VSheet/VSheet.css +6 -0
  44. package/lib/components/VSheet/_variables.scss +1 -1
  45. package/lib/components/VTextField/VTextField.mjs +1 -1
  46. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  47. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  48. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  49. package/lib/components/VTreeview/_mixins.sass +0 -0
  50. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
  51. package/lib/components/index.d.ts +386 -53
  52. package/lib/composables/icons.mjs +2 -2
  53. package/lib/composables/icons.mjs.map +1 -1
  54. package/lib/composables/scroll.mjs +16 -17
  55. package/lib/composables/scroll.mjs.map +1 -1
  56. package/lib/entry-bundler.mjs +1 -1
  57. package/lib/framework.mjs +1 -1
  58. package/lib/framework.mjs.map +1 -1
  59. package/lib/index.d.ts +5 -5
  60. package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
  61. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  62. package/lib/locale/el.mjs +0 -0
  63. package/lib/locale/index.mjs +0 -0
  64. package/package.json +2 -2
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.2.1
2
+ * Vuetify v3.2.2
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16278,7 +16278,7 @@ html.overflow-y-hidden {
16278
16278
  .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
16279
16279
  opacity: 0;
16280
16280
  }
16281
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
16281
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
16282
16282
  opacity: 0;
16283
16283
  }
16284
16284
  .v-autocomplete--selection-slot.v-text-field input {
@@ -19981,6 +19981,21 @@ textarea.v-field__input::placeholder {
19981
19981
 
19982
19982
  .v-label--clickable {
19983
19983
  cursor: pointer;
19984
+ }.v-layout {
19985
+ --v-scrollbar-offset: 0px;
19986
+ display: flex;
19987
+ flex: 1 1 auto;
19988
+ }
19989
+ .v-layout--full-height {
19990
+ --v-scrollbar-offset: inherit;
19991
+ height: 100%;
19992
+ }.v-layout-item {
19993
+ position: absolute;
19994
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19995
+ }
19996
+
19997
+ .v-layout-item--absolute {
19998
+ position: absolute;
19984
19999
  }.v-list {
19985
20000
  overflow: auto;
19986
20001
  padding: 8px 0;
@@ -20478,21 +20493,6 @@ textarea.v-field__input::placeholder {
20478
20493
  opacity: 0;
20479
20494
  }.v-locale-provider {
20480
20495
  display: contents;
20481
- }.v-layout {
20482
- --v-scrollbar-offset: 0px;
20483
- display: flex;
20484
- flex: 1 1 auto;
20485
- }
20486
- .v-layout--full-height {
20487
- --v-scrollbar-offset: inherit;
20488
- height: 100%;
20489
- }.v-layout-item {
20490
- position: absolute;
20491
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20492
- }
20493
-
20494
- .v-layout-item--absolute {
20495
- position: absolute;
20496
20496
  }.v-main {
20497
20497
  flex: 1 0 auto;
20498
20498
  max-width: 100%;
@@ -21365,6 +21365,12 @@ html.v-overlay-scroll-blocked {
21365
21365
  .v-sheet--fixed {
21366
21366
  position: fixed;
21367
21367
  }
21368
+ .v-sheet--relative {
21369
+ position: relative;
21370
+ }
21371
+ .v-sheet--sticky {
21372
+ position: sticky;
21373
+ }
21368
21374
  .v-sheet--rounded {
21369
21375
  border-radius: 4px;
21370
21376
  }.v-slide-group {
@@ -22669,36 +22675,6 @@ html.v-overlay-scroll-blocked {
22669
22675
  }
22670
22676
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
22671
22677
  will-change: transform;
22672
- }.v-color-picker-edit {
22673
- display: flex;
22674
- }
22675
-
22676
- .v-color-picker-edit__input {
22677
- width: 100%;
22678
- display: flex;
22679
- flex-wrap: wrap;
22680
- justify-content: center;
22681
- text-align: center;
22682
- }
22683
- .v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
22684
- margin-right: 8px;
22685
- }
22686
- .v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
22687
- margin-left: 8px;
22688
- }
22689
- .v-color-picker-edit__input input {
22690
- border-radius: 4px;
22691
- margin-bottom: 8px;
22692
- min-width: 0;
22693
- outline: none;
22694
- text-align: center;
22695
- width: 100%;
22696
- height: 32px;
22697
- background: rgba(var(--v-theme-surface-variant), 0.2);
22698
- color: rgba(var(--v-theme-on-surface));
22699
- }
22700
- .v-color-picker-edit__input span {
22701
- font-size: 0.75rem;
22702
22678
  }.v-color-picker-preview__alpha .v-slider-track__background {
22703
22679
  background-color: transparent !important;
22704
22680
  }
@@ -22765,6 +22741,36 @@ html.v-overlay-scroll-blocked {
22765
22741
  align-items: center;
22766
22742
  display: flex;
22767
22743
  margin-bottom: 24px;
22744
+ }.v-color-picker-edit {
22745
+ display: flex;
22746
+ }
22747
+
22748
+ .v-color-picker-edit__input {
22749
+ width: 100%;
22750
+ display: flex;
22751
+ flex-wrap: wrap;
22752
+ justify-content: center;
22753
+ text-align: center;
22754
+ }
22755
+ .v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
22756
+ margin-right: 8px;
22757
+ }
22758
+ .v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
22759
+ margin-left: 8px;
22760
+ }
22761
+ .v-color-picker-edit__input input {
22762
+ border-radius: 4px;
22763
+ margin-bottom: 8px;
22764
+ min-width: 0;
22765
+ outline: none;
22766
+ text-align: center;
22767
+ width: 100%;
22768
+ height: 32px;
22769
+ background: rgba(var(--v-theme-surface-variant), 0.2);
22770
+ color: rgba(var(--v-theme-on-surface));
22771
+ }
22772
+ .v-color-picker-edit__input span {
22773
+ font-size: 0.75rem;
22768
22774
  }.v-color-picker-swatches {
22769
22775
  overflow-y: auto;
22770
22776
  }