vuetify 3.2.0 → 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.
- package/dist/json/attributes.json +775 -639
- package/dist/json/importMap.json +8 -8
- package/dist/json/tags.json +35 -1
- package/dist/json/web-types.json +1657 -1327
- package/dist/vuetify-labs.css +389 -383
- package/dist/vuetify-labs.d.ts +419 -89
- package/dist/vuetify-labs.esm.js +113 -98
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +112 -97
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +60 -54
- package/dist/vuetify.d.ts +522 -192
- package/dist/vuetify.esm.js +108 -98
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +49 -49
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +7 -11
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +394 -28
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VBtn/VBtn.mjs +7 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +28 -29
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +9 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTreeview/_mixins.sass +0 -0
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
- package/lib/components/index.d.ts +386 -53
- package/lib/composables/defaults.mjs +11 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/scroll.mjs +16 -17
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +4 -7
- package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/locale/el.mjs +0 -0
- package/lib/locale/index.mjs +0 -0
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.
|
|
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
|
|
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 {
|
|
@@ -21097,28 +21097,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21097
21097
|
|
|
21098
21098
|
.v-slider__label {
|
|
21099
21099
|
margin-inline-end: 12px;
|
|
21100
|
-
}.v-responsive {
|
|
21101
|
-
display: flex;
|
|
21102
|
-
flex: 1 0 auto;
|
|
21103
|
-
max-height: 100%;
|
|
21104
|
-
max-width: 100%;
|
|
21105
|
-
overflow: hidden;
|
|
21106
|
-
position: relative;
|
|
21107
|
-
}
|
|
21108
|
-
|
|
21109
|
-
.v-responsive__content {
|
|
21110
|
-
flex: 1 0 0px;
|
|
21111
|
-
max-width: 100%;
|
|
21112
|
-
}
|
|
21113
|
-
|
|
21114
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
21115
|
-
margin-inline-start: -100%;
|
|
21116
|
-
}
|
|
21117
|
-
|
|
21118
|
-
.v-responsive__sizer {
|
|
21119
|
-
flex: 1 0 0px;
|
|
21120
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21121
|
-
pointer-events: none;
|
|
21122
21100
|
}.v-rating {
|
|
21123
21101
|
max-width: 100%;
|
|
21124
21102
|
display: inline-flex;
|
|
@@ -21173,6 +21151,28 @@ html.v-overlay-scroll-blocked {
|
|
|
21173
21151
|
opacity: 0;
|
|
21174
21152
|
position: absolute;
|
|
21175
21153
|
width: 0;
|
|
21154
|
+
}.v-responsive {
|
|
21155
|
+
display: flex;
|
|
21156
|
+
flex: 1 0 auto;
|
|
21157
|
+
max-height: 100%;
|
|
21158
|
+
max-width: 100%;
|
|
21159
|
+
overflow: hidden;
|
|
21160
|
+
position: relative;
|
|
21161
|
+
}
|
|
21162
|
+
|
|
21163
|
+
.v-responsive__content {
|
|
21164
|
+
flex: 1 0 0px;
|
|
21165
|
+
max-width: 100%;
|
|
21166
|
+
}
|
|
21167
|
+
|
|
21168
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
21169
|
+
margin-inline-start: -100%;
|
|
21170
|
+
}
|
|
21171
|
+
|
|
21172
|
+
.v-responsive__sizer {
|
|
21173
|
+
flex: 1 0 0px;
|
|
21174
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21175
|
+
pointer-events: none;
|
|
21176
21176
|
}.v-input--density-default {
|
|
21177
21177
|
--select-chips-margin-bottom: 0px;
|
|
21178
21178
|
}
|
|
@@ -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
|
}
|