@vuetify/nightly 3.7.12-master.2025-02-15 → 3.7.12-master.2025-02-18
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/CHANGELOG.md +17 -3
- package/dist/json/attributes.json +3373 -3361
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +6346 -6318
- package/dist/vuetify-labs.css +3661 -3656
- package/dist/vuetify-labs.d.ts +190 -139
- package/dist/vuetify-labs.esm.js +135 -72
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +134 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3856 -3859
- package/dist/vuetify.d.ts +168 -156
- package/dist/vuetify.esm.js +36 -34
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +16 -16
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -1
- package/lib/blueprints/md1.d.mts +1 -1
- package/lib/blueprints/md2.d.mts +1 -1
- package/lib/blueprints/md3.d.mts +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +4 -4
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +5 -5
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +5 -5
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +5 -5
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +5 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +10 -10
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +4 -4
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +1 -1
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +12 -8
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +28 -16
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +5 -5
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +5 -5
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +20 -20
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +7 -7
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +109 -97
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/calendar.mjs +4 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +1 -1
- package/lib/iconsets/fa.d.mts +1 -1
- package/lib/iconsets/fa4.d.mts +1 -1
- package/lib/iconsets/md.d.mts +1 -1
- package/lib/iconsets/mdi-svg.d.mts +1 -1
- package/lib/iconsets/mdi.d.mts +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +8 -2
- package/lib/labs/VDateInput/VDateInput.mjs +4 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +8 -2
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +5 -5
- package/lib/labs/VNumberInput/VNumberInput.css +10 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs +94 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +12 -2
- package/lib/labs/VNumberInput/index.d.mts +59 -32
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +5 -5
- package/lib/labs/components.d.mts +85 -46
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/package.json +16 -15
package/dist/vuetify.esm.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.12-master.2025-02-
|
2
|
+
* Vuetify v3.7.12-master.2025-02-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
6
6
|
|
7
|
-
import { shallowRef,
|
7
|
+
import { shallowRef, reactive, computed, watchEffect, toRefs, capitalize, unref, Fragment, isVNode, Comment, warn, getCurrentInstance as getCurrentInstance$1, ref, provide, inject as inject$1, defineComponent as defineComponent$1, h, camelize, createVNode, mergeProps, onBeforeUnmount, watch, readonly, onMounted, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, TransitionGroup, Transition, isRef, toRef, onBeforeMount, nextTick, withDirectives, resolveDirective, vShow, onUpdated, Text, resolveDynamicComponent, markRaw, Teleport, cloneVNode, createTextVNode, onUnmounted, onBeforeUpdate, withModifiers, toDisplayString, vModelText, resolveComponent, render } from 'vue';
|
8
8
|
|
9
9
|
const IN_BROWSER = typeof window !== 'undefined';
|
10
10
|
const SUPPORTS_INTERSECTION = IN_BROWSER && 'IntersectionObserver' in window;
|
@@ -172,7 +172,7 @@ function pickWithRest(obj, paths, exclude) {
|
|
172
172
|
const found = Object.create(null);
|
173
173
|
const rest = Object.create(null);
|
174
174
|
for (const key in obj) {
|
175
|
-
if (paths.some(path => path instanceof RegExp ? path.test(key) : path === key) &&
|
175
|
+
if (paths.some(path => path instanceof RegExp ? path.test(key) : path === key) && true) {
|
176
176
|
found[key] = obj[key];
|
177
177
|
} else {
|
178
178
|
rest[key] = obj[key];
|
@@ -800,7 +800,7 @@ function APCAcontrast(text, background) {
|
|
800
800
|
// WoB should always return negative value.
|
801
801
|
|
802
802
|
const SAPC = (Ybg ** revBG - Ytxt ** revTXT) * scaleWoB;
|
803
|
-
outputContrast = SAPC > -
|
803
|
+
outputContrast = SAPC > -1e-3 ? 0.0 : SAPC > -0.078 ? SAPC - SAPC * loConFactor * loConOffset : SAPC + loConOffset;
|
804
804
|
}
|
805
805
|
return outputContrast * 100;
|
806
806
|
}
|
@@ -840,7 +840,7 @@ function toXYZ$1(lab) {
|
|
840
840
|
// Types
|
841
841
|
|
842
842
|
// For converting XYZ to sRGB
|
843
|
-
const srgbForwardMatrix = [[3.2406, -1.5372, -0.4986], [-0.9689, 1.8758, 0.0415], [0.0557, -0.
|
843
|
+
const srgbForwardMatrix = [[3.2406, -1.5372, -0.4986], [-0.9689, 1.8758, 0.0415], [0.0557, -0.204, 1.0570]];
|
844
844
|
|
845
845
|
// Forward gamma adjust
|
846
846
|
const srgbForwardTransform = C => C <= 0.0031308 ? C * 12.92 : 1.055 * C ** (1 / 2.4) - 0.055;
|
@@ -1259,7 +1259,7 @@ const makeComponentProps = propsFactory({
|
|
1259
1259
|
function getCurrentInstance(name, message) {
|
1260
1260
|
const vm = getCurrentInstance$1();
|
1261
1261
|
if (!vm) {
|
1262
|
-
throw new Error(`[Vuetify] ${name} ${
|
1262
|
+
throw new Error(`[Vuetify] ${name} ${'must be called from inside a setup function'}`);
|
1263
1263
|
}
|
1264
1264
|
return vm;
|
1265
1265
|
}
|
@@ -3259,6 +3259,8 @@ function ExpandTransitionGenerator () {
|
|
3259
3259
|
}
|
3260
3260
|
}
|
3261
3261
|
|
3262
|
+
// Utilities
|
3263
|
+
|
3262
3264
|
// Types
|
3263
3265
|
|
3264
3266
|
const makeVDialogTransitionProps = propsFactory({
|
@@ -4953,7 +4955,6 @@ function useIntersectionObserver(callback, options) {
|
|
4953
4955
|
const isIntersecting = shallowRef(false);
|
4954
4956
|
if (SUPPORTS_INTERSECTION) {
|
4955
4957
|
const observer = new IntersectionObserver(entries => {
|
4956
|
-
callback?.(entries, observer);
|
4957
4958
|
isIntersecting.value = !!entries.find(entry => entry.isIntersecting);
|
4958
4959
|
}, options);
|
4959
4960
|
onBeforeUnmount(() => {
|
@@ -18613,13 +18614,7 @@ function provideGroupBy(options) {
|
|
18613
18614
|
return [...new Set(arr)];
|
18614
18615
|
}
|
18615
18616
|
return dive({
|
18616
|
-
|
18617
|
-
items,
|
18618
|
-
id: 'dummy',
|
18619
|
-
key: 'dummy',
|
18620
|
-
value: 'dummy',
|
18621
|
-
depth: 0
|
18622
|
-
});
|
18617
|
+
items});
|
18623
18618
|
}
|
18624
18619
|
|
18625
18620
|
// onBeforeMount(() => {
|
@@ -19063,15 +19058,19 @@ function provideSort(options) {
|
|
19063
19058
|
})) ?? [];
|
19064
19059
|
const item = newSortBy.find(x => x.key === column.key);
|
19065
19060
|
if (!item) {
|
19066
|
-
if (multiSort.value)
|
19067
|
-
|
19068
|
-
|
19069
|
-
|
19070
|
-
|
19071
|
-
|
19072
|
-
|
19061
|
+
if (multiSort.value) {
|
19062
|
+
newSortBy.push({
|
19063
|
+
key: column.key,
|
19064
|
+
order: 'asc'
|
19065
|
+
});
|
19066
|
+
} else {
|
19067
|
+
newSortBy = [{
|
19068
|
+
key: column.key,
|
19069
|
+
order: 'asc'
|
19070
|
+
}];
|
19071
|
+
}
|
19073
19072
|
} else if (item.order === 'desc') {
|
19074
|
-
if (mustSort.value) {
|
19073
|
+
if (mustSort.value && newSortBy.length === 1) {
|
19075
19074
|
item.order = 'asc';
|
19076
19075
|
} else {
|
19077
19076
|
newSortBy = newSortBy.filter(x => x.key !== column.key);
|
@@ -21696,7 +21695,7 @@ const makeVDatePickerControlsProps = propsFactory({
|
|
21696
21695
|
},
|
21697
21696
|
disabled: {
|
21698
21697
|
type: [Boolean, String, Array],
|
21699
|
-
default:
|
21698
|
+
default: null
|
21700
21699
|
},
|
21701
21700
|
nextIcon: {
|
21702
21701
|
type: IconValue,
|
@@ -21878,7 +21877,10 @@ const VDatePickerHeader = genericComponent()({
|
|
21878
21877
|
// Composables
|
21879
21878
|
const makeCalendarProps = propsFactory({
|
21880
21879
|
allowedDates: [Array, Function],
|
21881
|
-
disabled:
|
21880
|
+
disabled: {
|
21881
|
+
type: Boolean,
|
21882
|
+
default: null
|
21883
|
+
},
|
21882
21884
|
displayValue: null,
|
21883
21885
|
modelValue: Array,
|
21884
21886
|
month: [Number, String],
|
@@ -23307,8 +23309,7 @@ const VFileInput = genericComponent()({
|
|
23307
23309
|
const fieldProps = filterFieldProps(props);
|
23308
23310
|
return createVNode(VInput, mergeProps({
|
23309
23311
|
"ref": vInputRef,
|
23310
|
-
"modelValue": model.value,
|
23311
|
-
"onUpdate:modelValue": $event => model.value = $event,
|
23312
|
+
"modelValue": props.multiple ? model.value : model.value[0],
|
23312
23313
|
"class": ['v-file-input', {
|
23313
23314
|
'v-file-input--chips': !!props.chips,
|
23314
23315
|
'v-file-input--hide': props.hideInput,
|
@@ -24147,7 +24148,7 @@ const HISTORY = 20; // number of samples to keep
|
|
24147
24148
|
/** @see https://android.googlesource.com/platform/frameworks/native/+/master/libs/input/VelocityTracker.cpp */
|
24148
24149
|
function kineticEnergyToVelocity(work) {
|
24149
24150
|
const sqrt2 = 1.41421356237;
|
24150
|
-
return (work < 0 ? -1
|
24151
|
+
return (work < 0 ? -1 : 1.0) * Math.sqrt(Math.abs(work)) * sqrt2;
|
24151
24152
|
}
|
24152
24153
|
|
24153
24154
|
/**
|
@@ -24529,7 +24530,6 @@ const VNavigationDrawer = genericComponent()({
|
|
24529
24530
|
const size = isTemporary.value ? 0 : props.rail && props.expandOnHover ? Number(props.railWidth) : width.value;
|
24530
24531
|
return isDragging.value ? size * dragProgress.value : size;
|
24531
24532
|
});
|
24532
|
-
const elementSize = computed(() => ['top', 'bottom'].includes(props.location) ? 0 : width.value);
|
24533
24533
|
const {
|
24534
24534
|
layoutItemStyles,
|
24535
24535
|
layoutItemScrimStyles
|
@@ -24538,7 +24538,7 @@ const VNavigationDrawer = genericComponent()({
|
|
24538
24538
|
order: computed(() => parseInt(props.order, 10)),
|
24539
24539
|
position: location,
|
24540
24540
|
layoutSize,
|
24541
|
-
elementSize,
|
24541
|
+
elementSize: width,
|
24542
24542
|
active: computed(() => isActive.value || isDragging.value),
|
24543
24543
|
disableTransitions: computed(() => isDragging.value),
|
24544
24544
|
absolute: computed(() =>
|
@@ -24584,9 +24584,7 @@ const VNavigationDrawer = genericComponent()({
|
|
24584
24584
|
'v-navigation-drawer--active': isActive.value,
|
24585
24585
|
'v-navigation-drawer--sticky': isSticky.value
|
24586
24586
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, displayClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
24587
|
-
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, stickyStyles.value, props.style
|
24588
|
-
height: 'auto'
|
24589
|
-
} : {}]
|
24587
|
+
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, stickyStyles.value, props.style]
|
24590
24588
|
}, scopeId, attrs), {
|
24591
24589
|
default: () => [hasImage && createVNode("div", {
|
24592
24590
|
"key": "image",
|
@@ -25906,6 +25904,8 @@ const makeLineProps = propsFactory({
|
|
25906
25904
|
}
|
25907
25905
|
}, 'Line');
|
25908
25906
|
|
25907
|
+
// Utilities
|
25908
|
+
|
25909
25909
|
// Types
|
25910
25910
|
|
25911
25911
|
const makeVBarlineProps = propsFactory({
|
@@ -26103,6 +26103,8 @@ function moveTo(to, from, radius) {
|
|
26103
26103
|
};
|
26104
26104
|
}
|
26105
26105
|
|
26106
|
+
// Utilities
|
26107
|
+
|
26106
26108
|
// Types
|
26107
26109
|
|
26108
26110
|
const makeVTrendlineProps = propsFactory({
|
@@ -28411,7 +28413,7 @@ function createVuetify$1() {
|
|
28411
28413
|
goTo
|
28412
28414
|
};
|
28413
28415
|
}
|
28414
|
-
const version$1 = "3.7.12-master.2025-02-
|
28416
|
+
const version$1 = "3.7.12-master.2025-02-18";
|
28415
28417
|
createVuetify$1.version = version$1;
|
28416
28418
|
|
28417
28419
|
// Vue's inject() can only be used in setup
|
@@ -28436,7 +28438,7 @@ const createVuetify = function () {
|
|
28436
28438
|
...options
|
28437
28439
|
});
|
28438
28440
|
};
|
28439
|
-
const version = "3.7.12-master.2025-02-
|
28441
|
+
const version = "3.7.12-master.2025-02-18";
|
28440
28442
|
createVuetify.version = version;
|
28441
28443
|
|
28442
28444
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|