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.
- package/dist/json/attributes.json +14 -10
- package/dist/json/importMap.json +76 -76
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +26 -24
- package/dist/vuetify-labs.css +127 -111
- package/dist/vuetify-labs.d.ts +178 -76
- package/dist/vuetify-labs.esm.js +486 -337
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +485 -336
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +36 -20
- package/dist/vuetify.d.ts +157 -93
- package/dist/vuetify.esm.js +469 -326
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +468 -325
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +688 -669
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +48 -35
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +28 -16
- package/lib/components/VCombobox/VCombobox.mjs +48 -35
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VField/VField.css +17 -6
- package/lib/components/VField/VField.sass +17 -6
- package/lib/components/VField/_variables.scss +2 -2
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.sass +1 -0
- package/lib/components/VImg/VImg.css +4 -2
- package/lib/components/VImg/VImg.mjs +4 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +3 -4
- package/lib/components/VOverlay/VOverlay.css +2 -0
- package/lib/components/VOverlay/VOverlay.sass +3 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -1
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +14 -8
- package/lib/components/VRadioGroup/index.d.mts +14 -8
- package/lib/components/VResponsive/VResponsive.css +6 -11
- package/lib/components/VResponsive/VResponsive.sass +5 -10
- package/lib/components/VSelect/VSelect.mjs +43 -31
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/useScrolling.mjs +69 -0
- package/lib/components/VSelect/useScrolling.mjs.map +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +14 -8
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +14 -8
- package/lib/components/VSwitch/index.d.mts +14 -8
- package/lib/components/VTextField/VTextField.css +5 -0
- package/lib/components/VTextField/VTextField.mjs +6 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +5 -0
- package/lib/components/VTextField/_variables.scss +1 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +50 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +13 -23
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +37 -15
- package/lib/components/index.d.mts +134 -70
- package/lib/composables/filter.mjs +9 -7
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +6 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/virtual.mjs +17 -17
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +23 -23
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +12 -10
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +6 -2
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +44 -6
- package/lib/labs/components.d.mts +44 -6
- package/lib/util/getScrollParent.mjs +7 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.7
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -19431,14 +19431,13 @@ html.overflow-y-hidden {
|
|
|
19431
19431
|
flex-wrap: wrap;
|
|
19432
19432
|
letter-spacing: 0.009375em;
|
|
19433
19433
|
opacity: var(--v-high-emphasis-opacity);
|
|
19434
|
-
min-height: calc(var(--v-field-input-
|
|
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);
|
|
19435
19435
|
padding-inline-start: var(--v-field-padding-start);
|
|
19436
19436
|
padding-inline-end: var(--v-field-padding-end);
|
|
19437
19437
|
padding-top: var(--v-field-input-padding-top);
|
|
19438
19438
|
padding-bottom: var(--v-field-input-padding-bottom);
|
|
19439
19439
|
position: relative;
|
|
19440
19440
|
width: 100%;
|
|
19441
|
-
--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));
|
|
19442
19441
|
}
|
|
19443
19442
|
.v-field__input input {
|
|
19444
19443
|
letter-spacing: inherit;
|
|
@@ -19685,10 +19684,16 @@ textarea.v-field__input::placeholder {
|
|
|
19685
19684
|
border-inline-start-width: var(--v-field-border-width);
|
|
19686
19685
|
}
|
|
19687
19686
|
.v-field--variant-outlined .v-field__outline__start.v-locale--is-ltr, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
|
|
19688
|
-
border-radius:
|
|
19687
|
+
border-top-left-radius: inherit;
|
|
19688
|
+
border-top-right-radius: 0;
|
|
19689
|
+
border-bottom-right-radius: 0;
|
|
19690
|
+
border-bottom-left-radius: inherit;
|
|
19689
19691
|
}
|
|
19690
19692
|
.v-field--variant-outlined .v-field__outline__start.v-locale--is-rtl, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
|
|
19691
|
-
border-radius: 0
|
|
19693
|
+
border-top-left-radius: 0;
|
|
19694
|
+
border-top-right-radius: inherit;
|
|
19695
|
+
border-bottom-right-radius: inherit;
|
|
19696
|
+
border-bottom-left-radius: 0;
|
|
19692
19697
|
}
|
|
19693
19698
|
.v-field--variant-outlined .v-field__outline__notch {
|
|
19694
19699
|
flex: none;
|
|
@@ -19722,10 +19727,16 @@ textarea.v-field__input::placeholder {
|
|
|
19722
19727
|
border-inline-end-width: var(--v-field-border-width);
|
|
19723
19728
|
}
|
|
19724
19729
|
.v-field--variant-outlined .v-field__outline__end.v-locale--is-ltr, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
|
|
19725
|
-
border-radius: 0
|
|
19730
|
+
border-top-left-radius: 0;
|
|
19731
|
+
border-top-right-radius: inherit;
|
|
19732
|
+
border-bottom-right-radius: inherit;
|
|
19733
|
+
border-bottom-left-radius: 0;
|
|
19726
19734
|
}
|
|
19727
19735
|
.v-field--variant-outlined .v-field__outline__end.v-locale--is-rtl, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
|
|
19728
|
-
border-radius:
|
|
19736
|
+
border-top-left-radius: inherit;
|
|
19737
|
+
border-top-right-radius: 0;
|
|
19738
|
+
border-bottom-right-radius: 0;
|
|
19739
|
+
border-bottom-left-radius: inherit;
|
|
19729
19740
|
}
|
|
19730
19741
|
|
|
19731
19742
|
/* endregion */
|
|
@@ -19867,6 +19878,7 @@ textarea.v-field__input::placeholder {
|
|
|
19867
19878
|
line-height: 1;
|
|
19868
19879
|
position: relative;
|
|
19869
19880
|
text-indent: 0;
|
|
19881
|
+
text-align: center;
|
|
19870
19882
|
-webkit-user-select: none;
|
|
19871
19883
|
user-select: none;
|
|
19872
19884
|
vertical-align: middle;
|
|
@@ -19916,8 +19928,10 @@ textarea.v-field__input::placeholder {
|
|
|
19916
19928
|
.v-img__gradient,
|
|
19917
19929
|
.v-img__placeholder,
|
|
19918
19930
|
.v-img__error {
|
|
19919
|
-
|
|
19920
|
-
|
|
19931
|
+
z-index: -1;
|
|
19932
|
+
position: absolute;
|
|
19933
|
+
top: 0;
|
|
19934
|
+
left: 0;
|
|
19921
19935
|
width: 100%;
|
|
19922
19936
|
height: 100%;
|
|
19923
19937
|
}
|
|
@@ -20776,6 +20790,8 @@ textarea.v-field__input::placeholder {
|
|
|
20776
20790
|
|
|
20777
20791
|
.v-overlay-scroll-blocked {
|
|
20778
20792
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
20793
|
+
}
|
|
20794
|
+
.v-overlay-scroll-blocked:not(html) {
|
|
20779
20795
|
overflow-y: hidden !important;
|
|
20780
20796
|
}
|
|
20781
20797
|
html.v-overlay-scroll-blocked {
|
|
@@ -21277,9 +21293,7 @@ html.v-overlay-scroll-blocked {
|
|
|
21277
21293
|
position: absolute;
|
|
21278
21294
|
width: 0;
|
|
21279
21295
|
}.v-responsive {
|
|
21280
|
-
display:
|
|
21281
|
-
grid-template-rows: minmax(100%, 1fr);
|
|
21282
|
-
grid-template-columns: 1fr;
|
|
21296
|
+
display: flex;
|
|
21283
21297
|
flex: 1 0 auto;
|
|
21284
21298
|
max-height: 100%;
|
|
21285
21299
|
max-width: 100%;
|
|
@@ -21287,7 +21301,7 @@ html.v-overlay-scroll-blocked {
|
|
|
21287
21301
|
position: relative;
|
|
21288
21302
|
}
|
|
21289
21303
|
.v-responsive--inline {
|
|
21290
|
-
display: inline-
|
|
21304
|
+
display: inline-flex;
|
|
21291
21305
|
flex: 0 0 auto;
|
|
21292
21306
|
}
|
|
21293
21307
|
|
|
@@ -21296,17 +21310,14 @@ html.v-overlay-scroll-blocked {
|
|
|
21296
21310
|
max-width: 100%;
|
|
21297
21311
|
}
|
|
21298
21312
|
|
|
21313
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
21314
|
+
margin-inline-start: -100%;
|
|
21315
|
+
}
|
|
21316
|
+
|
|
21299
21317
|
.v-responsive__sizer {
|
|
21300
21318
|
flex: 1 0 0px;
|
|
21301
21319
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21302
21320
|
pointer-events: none;
|
|
21303
|
-
}
|
|
21304
|
-
|
|
21305
|
-
.v-responsive__sizer,
|
|
21306
|
-
.v-responsive__content {
|
|
21307
|
-
position: relative;
|
|
21308
|
-
grid-row-start: 1;
|
|
21309
|
-
grid-column-start: 1;
|
|
21310
21321
|
}.v-select .v-field .v-text-field__prefix,
|
|
21311
21322
|
.v-select .v-field .v-text-field__suffix,
|
|
21312
21323
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -22077,9 +22088,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22077
22088
|
opacity: 0;
|
|
22078
22089
|
transition: inherit;
|
|
22079
22090
|
white-space: nowrap;
|
|
22091
|
+
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);
|
|
22080
22092
|
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
22081
22093
|
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
22082
22094
|
}
|
|
22095
|
+
.v-text-field__prefix__text, .v-text-field__suffix__text {
|
|
22096
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
22097
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22098
|
+
}
|
|
22083
22099
|
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
22084
22100
|
opacity: 1;
|
|
22085
22101
|
}
|