@vuetify/nightly 3.7.5-master.2024-12-16 → 3.7.6-dev.2024-12-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/dist/json/attributes.json +925 -917
- package/dist/json/importMap-labs.json +42 -42
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +2000 -1982
- package/dist/vuetify-labs.css +4432 -4432
- package/dist/vuetify-labs.d.ts +3365 -14377
- package/dist/vuetify-labs.esm.js +58 -54
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -53
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2655 -2655
- package/dist/vuetify.d.ts +2726 -11900
- package/dist/vuetify.esm.js +58 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +57 -53
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +879 -884
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/index.d.mts +4 -20
- 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 +18 -154
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +11 -79
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +13 -33
- 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 +24 -190
- 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 +17 -95
- 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 +8 -90
- package/lib/components/VChip/VChip.mjs +16 -9
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +9 -105
- package/lib/components/VChipGroup/VChipGroup.mjs +3 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +24 -43
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- 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 +6 -13
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- 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 +36 -388
- 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 +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- 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 +143 -389
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +23 -159
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +15 -84
- 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 +11 -59
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.mjs +4 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +17 -74
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- 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 +15 -9
- package/lib/components/VList/VListItem.mjs.map +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 +48 -291
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.mjs +4 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.mjs +5 -4
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/index.d.mts +21 -77
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +3 -4
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +3 -4
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- 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 +24 -250
- package/lib/components/VSwitch/VSwitch.mjs +4 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/index.d.mts +4 -33
- 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 +105 -401
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- 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 +8 -75
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.mjs +4 -4
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +4 -15
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +15 -54
- package/lib/components/index.d.mts +2947 -12121
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- 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 +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +65 -65
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +8 -195
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- 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 +12 -227
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- 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 +18 -205
- package/lib/labs/components.d.mts +1116 -3200
- package/lib/util/getCurrentInstance.mjs +1 -15
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/package.json +5 -4
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.6-dev.2024-12-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -1257,9 +1257,6 @@
|
|
1257
1257
|
}
|
1258
1258
|
|
1259
1259
|
// Utilities
|
1260
|
-
|
1261
|
-
// Types
|
1262
|
-
|
1263
1260
|
function getCurrentInstance(name, message) {
|
1264
1261
|
const vm = vue.getCurrentInstance();
|
1265
1262
|
if (!vm) {
|
@@ -1272,20 +1269,6 @@
|
|
1272
1269
|
const vm = getCurrentInstance(name).type;
|
1273
1270
|
return toKebabCase(vm?.aliasName || vm?.name);
|
1274
1271
|
}
|
1275
|
-
let _uid = 0;
|
1276
|
-
let _map = new WeakMap();
|
1277
|
-
function getUid() {
|
1278
|
-
const vm = getCurrentInstance('getUid');
|
1279
|
-
if (_map.has(vm)) return _map.get(vm);else {
|
1280
|
-
const uid = _uid++;
|
1281
|
-
_map.set(vm, uid);
|
1282
|
-
return uid;
|
1283
|
-
}
|
1284
|
-
}
|
1285
|
-
getUid.reset = () => {
|
1286
|
-
_uid = 0;
|
1287
|
-
_map = new WeakMap();
|
1288
|
-
};
|
1289
1272
|
|
1290
1273
|
// Utilities
|
1291
1274
|
|
@@ -1655,7 +1638,7 @@
|
|
1655
1638
|
function useLayoutItem(options) {
|
1656
1639
|
const layout = vue.inject(VuetifyLayoutKey);
|
1657
1640
|
if (!layout) throw new Error('[Vuetify] Could not find injected layout');
|
1658
|
-
const id = options.id ?? `layout-item-${
|
1641
|
+
const id = options.id ?? `layout-item-${vue.useId()}`;
|
1659
1642
|
const vm = getCurrentInstance('useLayoutItem');
|
1660
1643
|
vue.provide(VuetifyLayoutItemKey, {
|
1661
1644
|
id
|
@@ -2814,6 +2797,8 @@
|
|
2814
2797
|
}
|
2815
2798
|
}
|
2816
2799
|
|
2800
|
+
// Utilities
|
2801
|
+
|
2817
2802
|
// Types
|
2818
2803
|
|
2819
2804
|
const makeVDialogTransitionProps = propsFactory({
|
@@ -4160,7 +4145,7 @@
|
|
4160
4145
|
if (!vm) {
|
4161
4146
|
throw new Error('[Vuetify] useGroupItem composable must be used inside a component setup function');
|
4162
4147
|
}
|
4163
|
-
const id =
|
4148
|
+
const id = vue.useId();
|
4164
4149
|
vue.provide(Symbol.for(`${injectKey.description}:id`), id);
|
4165
4150
|
const group = vue.inject(injectKey, null);
|
4166
4151
|
if (!group) {
|
@@ -6140,7 +6125,7 @@
|
|
6140
6125
|
slots
|
6141
6126
|
} = _ref;
|
6142
6127
|
const modelValue = useProxiedModel(props, 'modelValue');
|
6143
|
-
const uid =
|
6128
|
+
const uid = vue.useId();
|
6144
6129
|
const id = vue.computed(() => props.id || `v-selection-control-group-${uid}`);
|
6145
6130
|
const name = vue.computed(() => props.name || id.value);
|
6146
6131
|
const updateHandlers = new Set();
|
@@ -6277,7 +6262,7 @@
|
|
6277
6262
|
backgroundColorStyles,
|
6278
6263
|
trueValue
|
6279
6264
|
} = useSelectionControl(props);
|
6280
|
-
const uid =
|
6265
|
+
const uid = vue.useId();
|
6281
6266
|
const isFocused = vue.shallowRef(false);
|
6282
6267
|
const isFocusVisible = vue.shallowRef(false);
|
6283
6268
|
const input = vue.ref();
|
@@ -6722,7 +6707,7 @@
|
|
6722
6707
|
}, 'validation');
|
6723
6708
|
function useValidation(props) {
|
6724
6709
|
let name = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstanceName();
|
6725
|
-
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] :
|
6710
|
+
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : vue.useId();
|
6726
6711
|
const model = useProxiedModel(props, 'modelValue');
|
6727
6712
|
const validationModel = vue.computed(() => props.validationValue === undefined ? model.value : props.validationValue);
|
6728
6713
|
const form = useForm(props);
|
@@ -6914,7 +6899,7 @@
|
|
6914
6899
|
const {
|
6915
6900
|
InputIcon
|
6916
6901
|
} = useInputIcon(props);
|
6917
|
-
const uid =
|
6902
|
+
const uid = vue.useId();
|
6918
6903
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
6919
6904
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
6920
6905
|
const {
|
@@ -7022,7 +7007,7 @@
|
|
7022
7007
|
focus,
|
7023
7008
|
blur
|
7024
7009
|
} = useFocus(props);
|
7025
|
-
const uid =
|
7010
|
+
const uid = vue.useId();
|
7026
7011
|
const id = vue.computed(() => props.id || `checkbox-${uid}`);
|
7027
7012
|
useRender(() => {
|
7028
7013
|
const [rootAttrs, controlAttrs] = filterInputAttrs(attrs);
|
@@ -7762,6 +7747,7 @@
|
|
7762
7747
|
|
7763
7748
|
const VChipGroupSymbol = Symbol.for('vuetify:v-chip-group');
|
7764
7749
|
const makeVChipGroupProps = propsFactory({
|
7750
|
+
baseColor: String,
|
7765
7751
|
column: Boolean,
|
7766
7752
|
filter: Boolean,
|
7767
7753
|
valueComparator: {
|
@@ -7801,6 +7787,7 @@
|
|
7801
7787
|
} = useGroup(props, VChipGroupSymbol);
|
7802
7788
|
provideDefaults({
|
7803
7789
|
VChip: {
|
7790
|
+
baseColor: vue.toRef(props, 'baseColor'),
|
7804
7791
|
color: vue.toRef(props, 'color'),
|
7805
7792
|
disabled: vue.toRef(props, 'disabled'),
|
7806
7793
|
filter: vue.toRef(props, 'filter'),
|
@@ -7834,6 +7821,7 @@
|
|
7834
7821
|
activeClass: String,
|
7835
7822
|
appendAvatar: String,
|
7836
7823
|
appendIcon: IconValue,
|
7824
|
+
baseColor: String,
|
7837
7825
|
closable: Boolean,
|
7838
7826
|
closeIcon: {
|
7839
7827
|
type: IconValue,
|
@@ -7908,11 +7896,6 @@
|
|
7908
7896
|
const {
|
7909
7897
|
borderClasses
|
7910
7898
|
} = useBorder(props);
|
7911
|
-
const {
|
7912
|
-
colorClasses,
|
7913
|
-
colorStyles,
|
7914
|
-
variantClasses
|
7915
|
-
} = useVariant(props);
|
7916
7899
|
const {
|
7917
7900
|
densityClasses
|
7918
7901
|
} = useDensity(props);
|
@@ -7942,6 +7925,18 @@
|
|
7942
7925
|
emit('click:close', e);
|
7943
7926
|
}
|
7944
7927
|
}));
|
7928
|
+
const variantProps = vue.computed(() => {
|
7929
|
+
const showColor = !group || group.isSelected.value;
|
7930
|
+
return {
|
7931
|
+
color: showColor ? props.color ?? props.baseColor : props.baseColor,
|
7932
|
+
variant: props.variant
|
7933
|
+
};
|
7934
|
+
});
|
7935
|
+
const {
|
7936
|
+
colorClasses,
|
7937
|
+
colorStyles,
|
7938
|
+
variantClasses
|
7939
|
+
} = useVariant(variantProps);
|
7945
7940
|
function onClick(e) {
|
7946
7941
|
emit('click', e);
|
7947
7942
|
if (!isClickable.value) return;
|
@@ -7962,7 +7957,6 @@
|
|
7962
7957
|
const hasFilter = !!(slots.filter || props.filter) && group;
|
7963
7958
|
const hasPrependMedia = !!(props.prependIcon || props.prependAvatar);
|
7964
7959
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
7965
|
-
const hasColor = !group || group.isSelected.value;
|
7966
7960
|
return isActive.value && vue.withDirectives(vue.createVNode(Tag, vue.mergeProps({
|
7967
7961
|
"class": ['v-chip', {
|
7968
7962
|
'v-chip--disabled': props.disabled,
|
@@ -7971,8 +7965,8 @@
|
|
7971
7965
|
'v-chip--filter': hasFilter,
|
7972
7966
|
'v-chip--pill': props.pill,
|
7973
7967
|
[`${props.activeClass}`]: props.activeClass && link.isActive?.value
|
7974
|
-
}, themeClasses.value, borderClasses.value,
|
7975
|
-
"style": [
|
7968
|
+
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
|
7969
|
+
"style": [colorStyles.value, props.style],
|
7976
7970
|
"disabled": props.disabled || undefined,
|
7977
7971
|
"draggable": props.draggable,
|
7978
7972
|
"tabindex": isClickable.value ? 0 : undefined,
|
@@ -8701,7 +8695,7 @@
|
|
8701
8695
|
};
|
8702
8696
|
const useNestedItem = (id, isGroup) => {
|
8703
8697
|
const parent = vue.inject(VNestedSymbol, emptyNested);
|
8704
|
-
const uidSymbol = Symbol(
|
8698
|
+
const uidSymbol = Symbol('nested item');
|
8705
8699
|
const computedId = vue.computed(() => id.value !== undefined ? id.value : uidSymbol);
|
8706
8700
|
const item = {
|
8707
8701
|
...parent,
|
@@ -8954,16 +8948,22 @@
|
|
8954
8948
|
color: isActive.value ? color.value ?? props.baseColor : props.baseColor,
|
8955
8949
|
variant: props.variant
|
8956
8950
|
}));
|
8951
|
+
|
8952
|
+
// useNestedItem doesn't call register until beforeMount,
|
8953
|
+
// so this can't be an immediate watcher as we don't know parent yet
|
8957
8954
|
vue.watch(() => link.isActive?.value, val => {
|
8958
|
-
if (val
|
8955
|
+
if (!val) return;
|
8956
|
+
handleActiveLink();
|
8957
|
+
});
|
8958
|
+
vue.onBeforeMount(() => {
|
8959
|
+
if (link.isActive?.value) handleActiveLink();
|
8960
|
+
});
|
8961
|
+
function handleActiveLink() {
|
8962
|
+
if (parent.value != null) {
|
8959
8963
|
root.open(parent.value, true);
|
8960
8964
|
}
|
8961
|
-
|
8962
|
-
|
8963
|
-
}
|
8964
|
-
}, {
|
8965
|
-
immediate: true
|
8966
|
-
});
|
8965
|
+
openOnSelect(true);
|
8966
|
+
}
|
8967
8967
|
const {
|
8968
8968
|
themeClasses
|
8969
8969
|
} = provideTheme(props);
|
@@ -11205,7 +11205,7 @@
|
|
11205
11205
|
const {
|
11206
11206
|
isRtl
|
11207
11207
|
} = useRtl();
|
11208
|
-
const uid =
|
11208
|
+
const uid = vue.useId();
|
11209
11209
|
const id = vue.computed(() => props.id || `v-menu-${uid}`);
|
11210
11210
|
const overlay = vue.ref();
|
11211
11211
|
const parent = vue.inject(VMenuSymbol, null);
|
@@ -11501,7 +11501,7 @@
|
|
11501
11501
|
} = useRtl();
|
11502
11502
|
const isActive = vue.computed(() => props.dirty || props.active);
|
11503
11503
|
const hasLabel = vue.computed(() => !props.singleLine && !!(props.label || slots.label));
|
11504
|
-
const uid =
|
11504
|
+
const uid = vue.useId();
|
11505
11505
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
11506
11506
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
11507
11507
|
const labelRef = vue.ref();
|
@@ -12161,7 +12161,7 @@
|
|
12161
12161
|
updateOffsets.immediate();
|
12162
12162
|
calculateVisibleItems();
|
12163
12163
|
}, {
|
12164
|
-
deep:
|
12164
|
+
deep: 1
|
12165
12165
|
});
|
12166
12166
|
return {
|
12167
12167
|
calculateVisibleItems,
|
@@ -24662,7 +24662,7 @@
|
|
24662
24662
|
attrs,
|
24663
24663
|
slots
|
24664
24664
|
} = _ref;
|
24665
|
-
const uid =
|
24665
|
+
const uid = vue.useId();
|
24666
24666
|
const id = vue.computed(() => props.id || `radio-group-${uid}`);
|
24667
24667
|
const model = useProxiedModel(props, 'modelValue');
|
24668
24668
|
useRender(() => {
|
@@ -25025,7 +25025,8 @@
|
|
25025
25025
|
onClick
|
25026
25026
|
};
|
25027
25027
|
}));
|
25028
|
-
const
|
25028
|
+
const uid = vue.useId();
|
25029
|
+
const name = vue.computed(() => props.name ?? `v-rating-${uid}`);
|
25029
25030
|
function VRatingItem(_ref2) {
|
25030
25031
|
let {
|
25031
25032
|
value,
|
@@ -25549,6 +25550,8 @@
|
|
25549
25550
|
}
|
25550
25551
|
}, 'Line');
|
25551
25552
|
|
25553
|
+
// Utilities
|
25554
|
+
|
25552
25555
|
// Types
|
25553
25556
|
|
25554
25557
|
const makeVBarlineProps = propsFactory({
|
@@ -25562,7 +25565,7 @@
|
|
25562
25565
|
let {
|
25563
25566
|
slots
|
25564
25567
|
} = _ref;
|
25565
|
-
const uid =
|
25568
|
+
const uid = vue.useId();
|
25566
25569
|
const id = vue.computed(() => props.id || `barline-${uid}`);
|
25567
25570
|
const autoDrawDuration = vue.computed(() => Number(props.autoDrawDuration) || 500);
|
25568
25571
|
const hasLabels = vue.computed(() => {
|
@@ -25745,6 +25748,8 @@
|
|
25745
25748
|
};
|
25746
25749
|
}
|
25747
25750
|
|
25751
|
+
// Utilities
|
25752
|
+
|
25748
25753
|
// Types
|
25749
25754
|
|
25750
25755
|
const makeVTrendlineProps = propsFactory({
|
@@ -25758,7 +25763,7 @@
|
|
25758
25763
|
let {
|
25759
25764
|
slots
|
25760
25765
|
} = _ref;
|
25761
|
-
const uid =
|
25766
|
+
const uid = vue.useId();
|
25762
25767
|
const id = vue.computed(() => props.id || `trendline-${uid}`);
|
25763
25768
|
const autoDrawDuration = vue.computed(() => Number(props.autoDrawDuration) || (props.fill ? 500 : 2000));
|
25764
25769
|
const lastLength = vue.ref(0);
|
@@ -26462,7 +26467,7 @@
|
|
26462
26467
|
const loaderColor = vue.computed(() => {
|
26463
26468
|
return typeof props.loading === 'string' && props.loading !== '' ? props.loading : props.color;
|
26464
26469
|
});
|
26465
|
-
const uid =
|
26470
|
+
const uid = vue.useId();
|
26466
26471
|
const id = vue.computed(() => props.id || `switch-${uid}`);
|
26467
26472
|
function onChange() {
|
26468
26473
|
if (indeterminate.value) {
|
@@ -27507,7 +27512,7 @@
|
|
27507
27512
|
const {
|
27508
27513
|
scopeId
|
27509
27514
|
} = useScopeId();
|
27510
|
-
const uid =
|
27515
|
+
const uid = vue.useId();
|
27511
27516
|
const id = vue.computed(() => props.id || `v-tooltip-${uid}`);
|
27512
27517
|
const overlay = vue.ref();
|
27513
27518
|
const location = vue.computed(() => {
|
@@ -30715,7 +30720,6 @@
|
|
30715
30720
|
};
|
30716
30721
|
}
|
30717
30722
|
}
|
30718
|
-
getUid.reset();
|
30719
30723
|
if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
|
30720
30724
|
app.mixin({
|
30721
30725
|
computed: {
|
@@ -30744,7 +30748,7 @@
|
|
30744
30748
|
goTo
|
30745
30749
|
};
|
30746
30750
|
}
|
30747
|
-
const version$1 = "3.7.
|
30751
|
+
const version$1 = "3.7.6-dev.2024-12-18";
|
30748
30752
|
createVuetify$1.version = version$1;
|
30749
30753
|
|
30750
30754
|
// Vue's inject() can only be used in setup
|
@@ -30997,7 +31001,7 @@
|
|
30997
31001
|
|
30998
31002
|
/* eslint-disable local-rules/sort-imports */
|
30999
31003
|
|
31000
|
-
const version = "3.7.
|
31004
|
+
const version = "3.7.6-dev.2024-12-18";
|
31001
31005
|
|
31002
31006
|
/* eslint-disable local-rules/sort-imports */
|
31003
31007
|
|