@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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 +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.14-master.2024-08-
|
2
|
+
* Vuetify v3.6.14-master.2024-08-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -10894,6 +10894,9 @@ function checkIsActive(e, binding) {
|
|
10894
10894
|
}
|
10895
10895
|
function directive(e, el, binding) {
|
10896
10896
|
const handler = typeof binding.value === 'function' ? binding.value : binding.value.handler;
|
10897
|
+
|
10898
|
+
// Clicks in the Shadow DOM change their target while using setTimeout, so the original target is saved here
|
10899
|
+
e.shadowTarget = e.target;
|
10897
10900
|
el._clickOutside.lastMousedownWasOutside && checkEvent(e, el, binding) && setTimeout(() => {
|
10898
10901
|
checkIsActive(e, binding) && handler && handler(e);
|
10899
10902
|
}, 0);
|
@@ -11017,6 +11020,7 @@ const VOverlay = genericComponent()({
|
|
11017
11020
|
attrs,
|
11018
11021
|
emit
|
11019
11022
|
} = _ref;
|
11023
|
+
const vm = getCurrentInstance('VOverlay');
|
11020
11024
|
const model = useProxiedModel(props, 'modelValue');
|
11021
11025
|
const isActive = computed({
|
11022
11026
|
get: () => model.value,
|
@@ -11061,7 +11065,7 @@ const VOverlay = genericComponent()({
|
|
11061
11065
|
} = useTeleport(() => {
|
11062
11066
|
const target = props.attach || props.contained;
|
11063
11067
|
if (target) return target;
|
11064
|
-
const rootNode = activatorEl?.value?.getRootNode();
|
11068
|
+
const rootNode = activatorEl?.value?.getRootNode() || vm.proxy?.$el?.getRootNode();
|
11065
11069
|
if (rootNode instanceof ShadowRoot) return rootNode;
|
11066
11070
|
return false;
|
11067
11071
|
});
|
@@ -11101,7 +11105,7 @@ const VOverlay = genericComponent()({
|
|
11101
11105
|
function closeConditional(e) {
|
11102
11106
|
return isActive.value && globalTop.value && (
|
11103
11107
|
// If using scrim, only close if clicking on it rather than anything opened on top
|
11104
|
-
!props.scrim || e.target === scrimEl.value);
|
11108
|
+
!props.scrim || e.target === scrimEl.value || e instanceof MouseEvent && e.shadowTarget === scrimEl.value);
|
11105
11109
|
}
|
11106
11110
|
IN_BROWSER && watch(isActive, val => {
|
11107
11111
|
if (val) {
|
@@ -22963,7 +22967,7 @@ const VFileInput = genericComponent()({
|
|
22963
22967
|
const {
|
22964
22968
|
t
|
22965
22969
|
} = useLocale();
|
22966
|
-
const model = useProxiedModel(props, 'modelValue', props.modelValue, val => wrapInArray(val), val => props.multiple
|
22970
|
+
const model = useProxiedModel(props, 'modelValue', props.modelValue, val => wrapInArray(val), val => !props.multiple && Array.isArray(val) ? val[0] : val);
|
22967
22971
|
const {
|
22968
22972
|
isFocused,
|
22969
22973
|
focus,
|
@@ -25509,6 +25513,9 @@ const VSnackbar = genericComponent()({
|
|
25509
25513
|
isActive.value = false;
|
25510
25514
|
}
|
25511
25515
|
}
|
25516
|
+
function onAfterLeave() {
|
25517
|
+
if (isHovering.value) onPointerleave();
|
25518
|
+
}
|
25512
25519
|
const locationClasses = computed(() => {
|
25513
25520
|
return props.location.split(' ').reduce((acc, loc) => {
|
25514
25521
|
acc[`v-snackbar--${loc}`] = true;
|
@@ -25542,7 +25549,8 @@ const VSnackbar = genericComponent()({
|
|
25542
25549
|
"scrollStrategy": "none",
|
25543
25550
|
"_disableGlobalStack": true,
|
25544
25551
|
"onTouchstartPassive": onTouchstart,
|
25545
|
-
"onTouchend": onTouchend
|
25552
|
+
"onTouchend": onTouchend,
|
25553
|
+
"onAfterLeave": onAfterLeave
|
25546
25554
|
}, scopeId), {
|
25547
25555
|
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && createVNode("div", {
|
25548
25556
|
"key": "timer",
|
@@ -26065,7 +26073,7 @@ const VSpeedDial = genericComponent()({
|
|
26065
26073
|
"onUpdate:modelValue": $event => model.value = $event,
|
26066
26074
|
"class": props.class,
|
26067
26075
|
"style": props.style,
|
26068
|
-
"contentClass": ['v-speed-dial__content', locationClasses.value],
|
26076
|
+
"contentClass": ['v-speed-dial__content', locationClasses.value, props.contentClass],
|
26069
26077
|
"location": location.value,
|
26070
26078
|
"ref": menuRef,
|
26071
26079
|
"transition": "fade-transition"
|
@@ -28138,7 +28146,7 @@ function createVuetify$1() {
|
|
28138
28146
|
goTo
|
28139
28147
|
};
|
28140
28148
|
}
|
28141
|
-
const version$1 = "3.6.14-master.2024-08-
|
28149
|
+
const version$1 = "3.6.14-master.2024-08-13";
|
28142
28150
|
createVuetify$1.version = version$1;
|
28143
28151
|
|
28144
28152
|
// Vue's inject() can only be used in setup
|
@@ -28163,7 +28171,7 @@ const createVuetify = function () {
|
|
28163
28171
|
...options
|
28164
28172
|
});
|
28165
28173
|
};
|
28166
|
-
const version = "3.6.14-master.2024-08-
|
28174
|
+
const version = "3.6.14-master.2024-08-13";
|
28167
28175
|
createVuetify.version = version;
|
28168
28176
|
|
28169
28177
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|