@vuetify/nightly 3.7.6-dev.2024-12-18 → 3.7.6-master.2024-12-26
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 +3084 -3092
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +170 -170
- package/dist/json/tags.json +0 -2
- package/dist/json/web-types.json +5816 -5834
- package/dist/vuetify-labs.css +3582 -3582
- package/dist/vuetify-labs.d.ts +14357 -3345
- package/dist/vuetify-labs.esm.js +47 -45
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +46 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4113 -4113
- package/dist/vuetify.d.ts +11917 -2743
- package/dist/vuetify.esm.js +47 -45
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +46 -44
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +883 -878
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +86 -8
- package/lib/components/VApp/index.d.mts +20 -4
- 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 +154 -18
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1380 -221
- package/lib/components/VAvatar/index.d.mts +31 -4
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +41 -4
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +88 -12
- package/lib/components/VBottomNavigation/index.d.mts +32 -4
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +88 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +65 -12
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +79 -11
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +28 -4
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +33 -13
- 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 +190 -24
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +95 -17
- package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +90 -8
- package/lib/components/VChip/VChip.mjs +9 -16
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +105 -9
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -3
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +43 -24
- package/lib/components/VCode/index.d.mts +18 -4
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +68 -4
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +1380 -221
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +13 -6
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +31 -9
- package/lib/components/VDataIterator/index.d.mts +56 -12
- 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/index.d.mts +388 -36
- package/lib/components/VDatePicker/VDatePicker.mjs +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 +276 -24
- package/lib/components/VDefaultsProvider/index.d.mts +20 -4
- 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 +389 -143
- package/lib/components/VDivider/index.d.mts +24 -4
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +66 -4
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +159 -23
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +84 -15
- package/lib/components/VField/VField.mjs +4 -4
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +59 -11
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +256 -71
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +29 -4
- package/lib/components/VForm/index.d.mts +175 -267
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +118 -16
- package/lib/components/VHover/index.d.mts +33 -4
- package/lib/components/VIcon/index.d.mts +75 -17
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +74 -19
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +46 -4
- package/lib/components/VInput/VInput.mjs +4 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +37 -4
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +74 -17
- package/lib/components/VKbd/index.d.mts +18 -4
- package/lib/components/VLabel/index.d.mts +20 -4
- package/lib/components/VLayout/index.d.mts +48 -8
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +31 -4
- 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 +291 -48
- package/lib/components/VLocaleProvider/index.d.mts +21 -4
- package/lib/components/VMain/index.d.mts +25 -4
- package/lib/components/VMenu/VMenu.mjs +4 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +397 -155
- package/lib/components/VMessages/index.d.mts +27 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +62 -7
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +52 -7
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +101 -19
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +64 -4
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +27 -4
- package/lib/components/VProgressCircular/index.d.mts +34 -4
- package/lib/components/VProgressLinear/index.d.mts +54 -4
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +68 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +48 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +107 -4
- package/lib/components/VRating/VRating.mjs +4 -5
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +42 -4
- package/lib/components/VResponsive/index.d.mts +29 -4
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +1372 -220
- package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +37 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +32 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +28 -4
- package/lib/components/VSlideGroup/index.d.mts +77 -21
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +106 -4
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +398 -152
- package/lib/components/VSparkline/VBarline.mjs +4 -3
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +4 -3
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +49 -4
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +85 -4
- 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 +250 -24
- package/lib/components/VSwitch/VSwitch.mjs +4 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +59 -4
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +28 -4
- package/lib/components/VTable/index.d.mts +33 -4
- 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 +401 -105
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +374 -152
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +244 -71
- package/lib/components/VThemeProvider/index.d.mts +20 -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 +75 -8
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +90 -12
- package/lib/components/VTooltip/VTooltip.mjs +4 -4
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +386 -147
- package/lib/components/VValidation/index.d.mts +24 -10
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +15 -4
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +54 -15
- package/lib/components/index.d.mts +11736 -2562
- package/lib/components/transitions/dialog-transition.mjs +2 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +309 -64
- package/lib/composables/group.mjs +3 -3
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +3 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +62 -62
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +211 -24
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +115 -4
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +195 -8
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1267 -564
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +63 -8
- package/lib/labs/VPullToRefresh/index.d.mts +35 -4
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
- 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 +227 -12
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +122 -12
- 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 +205 -18
- package/lib/labs/components.d.mts +3056 -972
- package/lib/util/getCurrentInstance.mjs +15 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/package.json +4 -5
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.6-
|
2
|
+
* Vuetify v3.7.6-master.2024-12-26
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
6
6
|
|
7
|
-
import { shallowRef, Fragment, reactive, computed, watchEffect, toRefs, capitalize, isVNode, Comment, unref, warn, getCurrentInstance as getCurrentInstance$1, ref, provide, inject as inject$1, defineComponent as defineComponent$1, camelize, h, onBeforeUnmount, watch, readonly,
|
7
|
+
import { shallowRef, Fragment, reactive, computed, watchEffect, toRefs, capitalize, isVNode, Comment, unref, warn, getCurrentInstance as getCurrentInstance$1, ref, provide, inject as inject$1, defineComponent as defineComponent$1, camelize, h, onBeforeUnmount, watch, readonly, onDeactivated, onActivated, onMounted, onScopeDispose, effectScope, toRaw, createVNode, TransitionGroup, Transition, mergeProps, 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
|
// Types
|
10
10
|
// eslint-disable-line vue/prefer-import-from-vue
|
@@ -1253,6 +1253,9 @@ function getForeground(color) {
|
|
1253
1253
|
}
|
1254
1254
|
|
1255
1255
|
// Utilities
|
1256
|
+
|
1257
|
+
// Types
|
1258
|
+
|
1256
1259
|
function getCurrentInstance(name, message) {
|
1257
1260
|
const vm = getCurrentInstance$1();
|
1258
1261
|
if (!vm) {
|
@@ -1265,6 +1268,20 @@ function getCurrentInstanceName() {
|
|
1265
1268
|
const vm = getCurrentInstance(name).type;
|
1266
1269
|
return toKebabCase(vm?.aliasName || vm?.name);
|
1267
1270
|
}
|
1271
|
+
let _uid = 0;
|
1272
|
+
let _map = new WeakMap();
|
1273
|
+
function getUid() {
|
1274
|
+
const vm = getCurrentInstance('getUid');
|
1275
|
+
if (_map.has(vm)) return _map.get(vm);else {
|
1276
|
+
const uid = _uid++;
|
1277
|
+
_map.set(vm, uid);
|
1278
|
+
return uid;
|
1279
|
+
}
|
1280
|
+
}
|
1281
|
+
getUid.reset = () => {
|
1282
|
+
_uid = 0;
|
1283
|
+
_map = new WeakMap();
|
1284
|
+
};
|
1268
1285
|
|
1269
1286
|
// Utilities
|
1270
1287
|
|
@@ -1634,7 +1651,7 @@ function useLayout() {
|
|
1634
1651
|
function useLayoutItem(options) {
|
1635
1652
|
const layout = inject$1(VuetifyLayoutKey);
|
1636
1653
|
if (!layout) throw new Error('[Vuetify] Could not find injected layout');
|
1637
|
-
const id = options.id ?? `layout-item-${
|
1654
|
+
const id = options.id ?? `layout-item-${getUid()}`;
|
1638
1655
|
const vm = getCurrentInstance('useLayoutItem');
|
1639
1656
|
provide(VuetifyLayoutItemKey, {
|
1640
1657
|
id
|
@@ -2793,8 +2810,6 @@ function ExpandTransitionGenerator () {
|
|
2793
2810
|
}
|
2794
2811
|
}
|
2795
2812
|
|
2796
|
-
// Utilities
|
2797
|
-
|
2798
2813
|
// Types
|
2799
2814
|
|
2800
2815
|
const makeVDialogTransitionProps = propsFactory({
|
@@ -4141,7 +4156,7 @@ function useGroupItem(props, injectKey) {
|
|
4141
4156
|
if (!vm) {
|
4142
4157
|
throw new Error('[Vuetify] useGroupItem composable must be used inside a component setup function');
|
4143
4158
|
}
|
4144
|
-
const id =
|
4159
|
+
const id = getUid();
|
4145
4160
|
provide(Symbol.for(`${injectKey.description}:id`), id);
|
4146
4161
|
const group = inject$1(injectKey, null);
|
4147
4162
|
if (!group) {
|
@@ -6121,7 +6136,7 @@ const VSelectionControlGroup = genericComponent()({
|
|
6121
6136
|
slots
|
6122
6137
|
} = _ref;
|
6123
6138
|
const modelValue = useProxiedModel(props, 'modelValue');
|
6124
|
-
const uid =
|
6139
|
+
const uid = getUid();
|
6125
6140
|
const id = computed(() => props.id || `v-selection-control-group-${uid}`);
|
6126
6141
|
const name = computed(() => props.name || id.value);
|
6127
6142
|
const updateHandlers = new Set();
|
@@ -6258,7 +6273,7 @@ const VSelectionControl = genericComponent()({
|
|
6258
6273
|
backgroundColorStyles,
|
6259
6274
|
trueValue
|
6260
6275
|
} = useSelectionControl(props);
|
6261
|
-
const uid =
|
6276
|
+
const uid = getUid();
|
6262
6277
|
const isFocused = shallowRef(false);
|
6263
6278
|
const isFocusVisible = shallowRef(false);
|
6264
6279
|
const input = ref();
|
@@ -6703,7 +6718,7 @@ const makeValidationProps = propsFactory({
|
|
6703
6718
|
}, 'validation');
|
6704
6719
|
function useValidation(props) {
|
6705
6720
|
let name = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstanceName();
|
6706
|
-
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] :
|
6721
|
+
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : getUid();
|
6707
6722
|
const model = useProxiedModel(props, 'modelValue');
|
6708
6723
|
const validationModel = computed(() => props.validationValue === undefined ? model.value : props.validationValue);
|
6709
6724
|
const form = useForm(props);
|
@@ -6895,7 +6910,7 @@ const VInput = genericComponent()({
|
|
6895
6910
|
const {
|
6896
6911
|
InputIcon
|
6897
6912
|
} = useInputIcon(props);
|
6898
|
-
const uid =
|
6913
|
+
const uid = getUid();
|
6899
6914
|
const id = computed(() => props.id || `input-${uid}`);
|
6900
6915
|
const messagesId = computed(() => `${id.value}-messages`);
|
6901
6916
|
const {
|
@@ -7003,7 +7018,7 @@ const VCheckbox = genericComponent()({
|
|
7003
7018
|
focus,
|
7004
7019
|
blur
|
7005
7020
|
} = useFocus(props);
|
7006
|
-
const uid =
|
7021
|
+
const uid = getUid();
|
7007
7022
|
const id = computed(() => props.id || `checkbox-${uid}`);
|
7008
7023
|
useRender(() => {
|
7009
7024
|
const [rootAttrs, controlAttrs] = filterInputAttrs(attrs);
|
@@ -7743,7 +7758,6 @@ const VSlideGroup = genericComponent()({
|
|
7743
7758
|
|
7744
7759
|
const VChipGroupSymbol = Symbol.for('vuetify:v-chip-group');
|
7745
7760
|
const makeVChipGroupProps = propsFactory({
|
7746
|
-
baseColor: String,
|
7747
7761
|
column: Boolean,
|
7748
7762
|
filter: Boolean,
|
7749
7763
|
valueComparator: {
|
@@ -7783,7 +7797,6 @@ const VChipGroup = genericComponent()({
|
|
7783
7797
|
} = useGroup(props, VChipGroupSymbol);
|
7784
7798
|
provideDefaults({
|
7785
7799
|
VChip: {
|
7786
|
-
baseColor: toRef(props, 'baseColor'),
|
7787
7800
|
color: toRef(props, 'color'),
|
7788
7801
|
disabled: toRef(props, 'disabled'),
|
7789
7802
|
filter: toRef(props, 'filter'),
|
@@ -7817,7 +7830,6 @@ const makeVChipProps = propsFactory({
|
|
7817
7830
|
activeClass: String,
|
7818
7831
|
appendAvatar: String,
|
7819
7832
|
appendIcon: IconValue,
|
7820
|
-
baseColor: String,
|
7821
7833
|
closable: Boolean,
|
7822
7834
|
closeIcon: {
|
7823
7835
|
type: IconValue,
|
@@ -7892,6 +7904,11 @@ const VChip = genericComponent()({
|
|
7892
7904
|
const {
|
7893
7905
|
borderClasses
|
7894
7906
|
} = useBorder(props);
|
7907
|
+
const {
|
7908
|
+
colorClasses,
|
7909
|
+
colorStyles,
|
7910
|
+
variantClasses
|
7911
|
+
} = useVariant(props);
|
7895
7912
|
const {
|
7896
7913
|
densityClasses
|
7897
7914
|
} = useDensity(props);
|
@@ -7921,18 +7938,6 @@ const VChip = genericComponent()({
|
|
7921
7938
|
emit('click:close', e);
|
7922
7939
|
}
|
7923
7940
|
}));
|
7924
|
-
const variantProps = computed(() => {
|
7925
|
-
const showColor = !group || group.isSelected.value;
|
7926
|
-
return {
|
7927
|
-
color: showColor ? props.color ?? props.baseColor : props.baseColor,
|
7928
|
-
variant: props.variant
|
7929
|
-
};
|
7930
|
-
});
|
7931
|
-
const {
|
7932
|
-
colorClasses,
|
7933
|
-
colorStyles,
|
7934
|
-
variantClasses
|
7935
|
-
} = useVariant(variantProps);
|
7936
7941
|
function onClick(e) {
|
7937
7942
|
emit('click', e);
|
7938
7943
|
if (!isClickable.value) return;
|
@@ -7953,6 +7958,7 @@ const VChip = genericComponent()({
|
|
7953
7958
|
const hasFilter = !!(slots.filter || props.filter) && group;
|
7954
7959
|
const hasPrependMedia = !!(props.prependIcon || props.prependAvatar);
|
7955
7960
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
7961
|
+
const hasColor = !group || group.isSelected.value;
|
7956
7962
|
return isActive.value && withDirectives(createVNode(Tag, mergeProps({
|
7957
7963
|
"class": ['v-chip', {
|
7958
7964
|
'v-chip--disabled': props.disabled,
|
@@ -7961,8 +7967,8 @@ const VChip = genericComponent()({
|
|
7961
7967
|
'v-chip--filter': hasFilter,
|
7962
7968
|
'v-chip--pill': props.pill,
|
7963
7969
|
[`${props.activeClass}`]: props.activeClass && link.isActive?.value
|
7964
|
-
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
|
7965
|
-
"style": [colorStyles.value, props.style],
|
7970
|
+
}, themeClasses.value, borderClasses.value, hasColor ? colorClasses.value : undefined, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
|
7971
|
+
"style": [hasColor ? colorStyles.value : undefined, props.style],
|
7966
7972
|
"disabled": props.disabled || undefined,
|
7967
7973
|
"draggable": props.draggable,
|
7968
7974
|
"tabindex": isClickable.value ? 0 : undefined,
|
@@ -8691,7 +8697,7 @@ const useNested = props => {
|
|
8691
8697
|
};
|
8692
8698
|
const useNestedItem = (id, isGroup) => {
|
8693
8699
|
const parent = inject$1(VNestedSymbol, emptyNested);
|
8694
|
-
const uidSymbol = Symbol(
|
8700
|
+
const uidSymbol = Symbol(getUid());
|
8695
8701
|
const computedId = computed(() => id.value !== undefined ? id.value : uidSymbol);
|
8696
8702
|
const item = {
|
8697
8703
|
...parent,
|
@@ -11201,7 +11207,7 @@ const VMenu = genericComponent()({
|
|
11201
11207
|
const {
|
11202
11208
|
isRtl
|
11203
11209
|
} = useRtl();
|
11204
|
-
const uid =
|
11210
|
+
const uid = getUid();
|
11205
11211
|
const id = computed(() => props.id || `v-menu-${uid}`);
|
11206
11212
|
const overlay = ref();
|
11207
11213
|
const parent = inject$1(VMenuSymbol, null);
|
@@ -11497,7 +11503,7 @@ const VField = genericComponent()({
|
|
11497
11503
|
} = useRtl();
|
11498
11504
|
const isActive = computed(() => props.dirty || props.active);
|
11499
11505
|
const hasLabel = computed(() => !props.singleLine && !!(props.label || slots.label));
|
11500
|
-
const uid =
|
11506
|
+
const uid = getUid();
|
11501
11507
|
const id = computed(() => props.id || `input-${uid}`);
|
11502
11508
|
const messagesId = computed(() => `${id.value}-messages`);
|
11503
11509
|
const labelRef = ref();
|
@@ -12157,7 +12163,7 @@ function useVirtual(props, items) {
|
|
12157
12163
|
updateOffsets.immediate();
|
12158
12164
|
calculateVisibleItems();
|
12159
12165
|
}, {
|
12160
|
-
deep:
|
12166
|
+
deep: true
|
12161
12167
|
});
|
12162
12168
|
return {
|
12163
12169
|
calculateVisibleItems,
|
@@ -24658,7 +24664,7 @@ const VRadioGroup = genericComponent()({
|
|
24658
24664
|
attrs,
|
24659
24665
|
slots
|
24660
24666
|
} = _ref;
|
24661
|
-
const uid =
|
24667
|
+
const uid = getUid();
|
24662
24668
|
const id = computed(() => props.id || `radio-group-${uid}`);
|
24663
24669
|
const model = useProxiedModel(props, 'modelValue');
|
24664
24670
|
useRender(() => {
|
@@ -25021,8 +25027,7 @@ const VRating = genericComponent()({
|
|
25021
25027
|
onClick
|
25022
25028
|
};
|
25023
25029
|
}));
|
25024
|
-
const
|
25025
|
-
const name = computed(() => props.name ?? `v-rating-${uid}`);
|
25030
|
+
const name = computed(() => props.name ?? `v-rating-${getUid()}`);
|
25026
25031
|
function VRatingItem(_ref2) {
|
25027
25032
|
let {
|
25028
25033
|
value,
|
@@ -25546,8 +25551,6 @@ const makeLineProps = propsFactory({
|
|
25546
25551
|
}
|
25547
25552
|
}, 'Line');
|
25548
25553
|
|
25549
|
-
// Utilities
|
25550
|
-
|
25551
25554
|
// Types
|
25552
25555
|
|
25553
25556
|
const makeVBarlineProps = propsFactory({
|
@@ -25561,7 +25564,7 @@ const VBarline = genericComponent()({
|
|
25561
25564
|
let {
|
25562
25565
|
slots
|
25563
25566
|
} = _ref;
|
25564
|
-
const uid =
|
25567
|
+
const uid = getUid();
|
25565
25568
|
const id = computed(() => props.id || `barline-${uid}`);
|
25566
25569
|
const autoDrawDuration = computed(() => Number(props.autoDrawDuration) || 500);
|
25567
25570
|
const hasLabels = computed(() => {
|
@@ -25744,8 +25747,6 @@ function moveTo(to, from, radius) {
|
|
25744
25747
|
};
|
25745
25748
|
}
|
25746
25749
|
|
25747
|
-
// Utilities
|
25748
|
-
|
25749
25750
|
// Types
|
25750
25751
|
|
25751
25752
|
const makeVTrendlineProps = propsFactory({
|
@@ -25759,7 +25760,7 @@ const VTrendline = genericComponent()({
|
|
25759
25760
|
let {
|
25760
25761
|
slots
|
25761
25762
|
} = _ref;
|
25762
|
-
const uid =
|
25763
|
+
const uid = getUid();
|
25763
25764
|
const id = computed(() => props.id || `trendline-${uid}`);
|
25764
25765
|
const autoDrawDuration = computed(() => Number(props.autoDrawDuration) || (props.fill ? 500 : 2000));
|
25765
25766
|
const lastLength = ref(0);
|
@@ -26463,7 +26464,7 @@ const VSwitch = genericComponent()({
|
|
26463
26464
|
const loaderColor = computed(() => {
|
26464
26465
|
return typeof props.loading === 'string' && props.loading !== '' ? props.loading : props.color;
|
26465
26466
|
});
|
26466
|
-
const uid =
|
26467
|
+
const uid = getUid();
|
26467
26468
|
const id = computed(() => props.id || `switch-${uid}`);
|
26468
26469
|
function onChange() {
|
26469
26470
|
if (indeterminate.value) {
|
@@ -27508,7 +27509,7 @@ const VTooltip = genericComponent()({
|
|
27508
27509
|
const {
|
27509
27510
|
scopeId
|
27510
27511
|
} = useScopeId();
|
27511
|
-
const uid =
|
27512
|
+
const uid = getUid();
|
27512
27513
|
const id = computed(() => props.id || `v-tooltip-${uid}`);
|
27513
27514
|
const overlay = ref();
|
27514
27515
|
const location = computed(() => {
|
@@ -30716,6 +30717,7 @@ function createVuetify$1() {
|
|
30716
30717
|
};
|
30717
30718
|
}
|
30718
30719
|
}
|
30720
|
+
getUid.reset();
|
30719
30721
|
if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
|
30720
30722
|
app.mixin({
|
30721
30723
|
computed: {
|
@@ -30744,7 +30746,7 @@ function createVuetify$1() {
|
|
30744
30746
|
goTo
|
30745
30747
|
};
|
30746
30748
|
}
|
30747
|
-
const version$1 = "3.7.6-
|
30749
|
+
const version$1 = "3.7.6-master.2024-12-26";
|
30748
30750
|
createVuetify$1.version = version$1;
|
30749
30751
|
|
30750
30752
|
// Vue's inject() can only be used in setup
|
@@ -30997,7 +30999,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30997
30999
|
|
30998
31000
|
/* eslint-disable local-rules/sort-imports */
|
30999
31001
|
|
31000
|
-
const version = "3.7.6-
|
31002
|
+
const version = "3.7.6-master.2024-12-26";
|
31001
31003
|
|
31002
31004
|
/* eslint-disable local-rules/sort-imports */
|
31003
31005
|
|