@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.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
|
*/
|
@@ -1251,9 +1251,6 @@
|
|
1251
1251
|
}, 'component');
|
1252
1252
|
|
1253
1253
|
// Utilities
|
1254
|
-
|
1255
|
-
// Types
|
1256
|
-
|
1257
1254
|
function getCurrentInstance(name, message) {
|
1258
1255
|
const vm = vue.getCurrentInstance();
|
1259
1256
|
if (!vm) {
|
@@ -1266,20 +1263,6 @@
|
|
1266
1263
|
const vm = getCurrentInstance(name).type;
|
1267
1264
|
return toKebabCase(vm?.aliasName || vm?.name);
|
1268
1265
|
}
|
1269
|
-
let _uid = 0;
|
1270
|
-
let _map = new WeakMap();
|
1271
|
-
function getUid() {
|
1272
|
-
const vm = getCurrentInstance('getUid');
|
1273
|
-
if (_map.has(vm)) return _map.get(vm);else {
|
1274
|
-
const uid = _uid++;
|
1275
|
-
_map.set(vm, uid);
|
1276
|
-
return uid;
|
1277
|
-
}
|
1278
|
-
}
|
1279
|
-
getUid.reset = () => {
|
1280
|
-
_uid = 0;
|
1281
|
-
_map = new WeakMap();
|
1282
|
-
};
|
1283
1266
|
|
1284
1267
|
// Utilities
|
1285
1268
|
|
@@ -2096,7 +2079,7 @@
|
|
2096
2079
|
function useLayoutItem(options) {
|
2097
2080
|
const layout = vue.inject(VuetifyLayoutKey);
|
2098
2081
|
if (!layout) throw new Error('[Vuetify] Could not find injected layout');
|
2099
|
-
const id = options.id ?? `layout-item-${
|
2082
|
+
const id = options.id ?? `layout-item-${vue.useId()}`;
|
2100
2083
|
const vm = getCurrentInstance('useLayoutItem');
|
2101
2084
|
vue.provide(VuetifyLayoutItemKey, {
|
2102
2085
|
id
|
@@ -3255,6 +3238,8 @@
|
|
3255
3238
|
}
|
3256
3239
|
}
|
3257
3240
|
|
3241
|
+
// Utilities
|
3242
|
+
|
3258
3243
|
// Types
|
3259
3244
|
|
3260
3245
|
const makeVDialogTransitionProps = propsFactory({
|
@@ -4601,7 +4586,7 @@
|
|
4601
4586
|
if (!vm) {
|
4602
4587
|
throw new Error('[Vuetify] useGroupItem composable must be used inside a component setup function');
|
4603
4588
|
}
|
4604
|
-
const id =
|
4589
|
+
const id = vue.useId();
|
4605
4590
|
vue.provide(Symbol.for(`${injectKey.description}:id`), id);
|
4606
4591
|
const group = vue.inject(injectKey, null);
|
4607
4592
|
if (!group) {
|
@@ -6373,7 +6358,7 @@
|
|
6373
6358
|
slots
|
6374
6359
|
} = _ref;
|
6375
6360
|
const modelValue = useProxiedModel(props, 'modelValue');
|
6376
|
-
const uid =
|
6361
|
+
const uid = vue.useId();
|
6377
6362
|
const id = vue.computed(() => props.id || `v-selection-control-group-${uid}`);
|
6378
6363
|
const name = vue.computed(() => props.name || id.value);
|
6379
6364
|
const updateHandlers = new Set();
|
@@ -6510,7 +6495,7 @@
|
|
6510
6495
|
backgroundColorStyles,
|
6511
6496
|
trueValue
|
6512
6497
|
} = useSelectionControl(props);
|
6513
|
-
const uid =
|
6498
|
+
const uid = vue.useId();
|
6514
6499
|
const isFocused = vue.shallowRef(false);
|
6515
6500
|
const isFocusVisible = vue.shallowRef(false);
|
6516
6501
|
const input = vue.ref();
|
@@ -6955,7 +6940,7 @@
|
|
6955
6940
|
}, 'validation');
|
6956
6941
|
function useValidation(props) {
|
6957
6942
|
let name = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstanceName();
|
6958
|
-
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] :
|
6943
|
+
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : vue.useId();
|
6959
6944
|
const model = useProxiedModel(props, 'modelValue');
|
6960
6945
|
const validationModel = vue.computed(() => props.validationValue === undefined ? model.value : props.validationValue);
|
6961
6946
|
const form = useForm(props);
|
@@ -7147,7 +7132,7 @@
|
|
7147
7132
|
const {
|
7148
7133
|
InputIcon
|
7149
7134
|
} = useInputIcon(props);
|
7150
|
-
const uid =
|
7135
|
+
const uid = vue.useId();
|
7151
7136
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
7152
7137
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
7153
7138
|
const {
|
@@ -7255,7 +7240,7 @@
|
|
7255
7240
|
focus,
|
7256
7241
|
blur
|
7257
7242
|
} = useFocus(props);
|
7258
|
-
const uid =
|
7243
|
+
const uid = vue.useId();
|
7259
7244
|
const id = vue.computed(() => props.id || `checkbox-${uid}`);
|
7260
7245
|
useRender(() => {
|
7261
7246
|
const [rootAttrs, controlAttrs] = filterInputAttrs(attrs);
|
@@ -7995,6 +7980,7 @@
|
|
7995
7980
|
|
7996
7981
|
const VChipGroupSymbol = Symbol.for('vuetify:v-chip-group');
|
7997
7982
|
const makeVChipGroupProps = propsFactory({
|
7983
|
+
baseColor: String,
|
7998
7984
|
column: Boolean,
|
7999
7985
|
filter: Boolean,
|
8000
7986
|
valueComparator: {
|
@@ -8034,6 +8020,7 @@
|
|
8034
8020
|
} = useGroup(props, VChipGroupSymbol);
|
8035
8021
|
provideDefaults({
|
8036
8022
|
VChip: {
|
8023
|
+
baseColor: vue.toRef(props, 'baseColor'),
|
8037
8024
|
color: vue.toRef(props, 'color'),
|
8038
8025
|
disabled: vue.toRef(props, 'disabled'),
|
8039
8026
|
filter: vue.toRef(props, 'filter'),
|
@@ -8067,6 +8054,7 @@
|
|
8067
8054
|
activeClass: String,
|
8068
8055
|
appendAvatar: String,
|
8069
8056
|
appendIcon: IconValue,
|
8057
|
+
baseColor: String,
|
8070
8058
|
closable: Boolean,
|
8071
8059
|
closeIcon: {
|
8072
8060
|
type: IconValue,
|
@@ -8141,11 +8129,6 @@
|
|
8141
8129
|
const {
|
8142
8130
|
borderClasses
|
8143
8131
|
} = useBorder(props);
|
8144
|
-
const {
|
8145
|
-
colorClasses,
|
8146
|
-
colorStyles,
|
8147
|
-
variantClasses
|
8148
|
-
} = useVariant(props);
|
8149
8132
|
const {
|
8150
8133
|
densityClasses
|
8151
8134
|
} = useDensity(props);
|
@@ -8175,6 +8158,18 @@
|
|
8175
8158
|
emit('click:close', e);
|
8176
8159
|
}
|
8177
8160
|
}));
|
8161
|
+
const variantProps = vue.computed(() => {
|
8162
|
+
const showColor = !group || group.isSelected.value;
|
8163
|
+
return {
|
8164
|
+
color: showColor ? props.color ?? props.baseColor : props.baseColor,
|
8165
|
+
variant: props.variant
|
8166
|
+
};
|
8167
|
+
});
|
8168
|
+
const {
|
8169
|
+
colorClasses,
|
8170
|
+
colorStyles,
|
8171
|
+
variantClasses
|
8172
|
+
} = useVariant(variantProps);
|
8178
8173
|
function onClick(e) {
|
8179
8174
|
emit('click', e);
|
8180
8175
|
if (!isClickable.value) return;
|
@@ -8195,7 +8190,6 @@
|
|
8195
8190
|
const hasFilter = !!(slots.filter || props.filter) && group;
|
8196
8191
|
const hasPrependMedia = !!(props.prependIcon || props.prependAvatar);
|
8197
8192
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
8198
|
-
const hasColor = !group || group.isSelected.value;
|
8199
8193
|
return isActive.value && vue.withDirectives(vue.createVNode(Tag, vue.mergeProps({
|
8200
8194
|
"class": ['v-chip', {
|
8201
8195
|
'v-chip--disabled': props.disabled,
|
@@ -8204,8 +8198,8 @@
|
|
8204
8198
|
'v-chip--filter': hasFilter,
|
8205
8199
|
'v-chip--pill': props.pill,
|
8206
8200
|
[`${props.activeClass}`]: props.activeClass && link.isActive?.value
|
8207
|
-
}, themeClasses.value, borderClasses.value,
|
8208
|
-
"style": [
|
8201
|
+
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
|
8202
|
+
"style": [colorStyles.value, props.style],
|
8209
8203
|
"disabled": props.disabled || undefined,
|
8210
8204
|
"draggable": props.draggable,
|
8211
8205
|
"tabindex": isClickable.value ? 0 : undefined,
|
@@ -8934,7 +8928,7 @@
|
|
8934
8928
|
};
|
8935
8929
|
const useNestedItem = (id, isGroup) => {
|
8936
8930
|
const parent = vue.inject(VNestedSymbol, emptyNested);
|
8937
|
-
const uidSymbol = Symbol(
|
8931
|
+
const uidSymbol = Symbol('nested item');
|
8938
8932
|
const computedId = vue.computed(() => id.value !== undefined ? id.value : uidSymbol);
|
8939
8933
|
const item = {
|
8940
8934
|
...parent,
|
@@ -9187,16 +9181,22 @@
|
|
9187
9181
|
color: isActive.value ? color.value ?? props.baseColor : props.baseColor,
|
9188
9182
|
variant: props.variant
|
9189
9183
|
}));
|
9184
|
+
|
9185
|
+
// useNestedItem doesn't call register until beforeMount,
|
9186
|
+
// so this can't be an immediate watcher as we don't know parent yet
|
9190
9187
|
vue.watch(() => link.isActive?.value, val => {
|
9191
|
-
if (val
|
9188
|
+
if (!val) return;
|
9189
|
+
handleActiveLink();
|
9190
|
+
});
|
9191
|
+
vue.onBeforeMount(() => {
|
9192
|
+
if (link.isActive?.value) handleActiveLink();
|
9193
|
+
});
|
9194
|
+
function handleActiveLink() {
|
9195
|
+
if (parent.value != null) {
|
9192
9196
|
root.open(parent.value, true);
|
9193
9197
|
}
|
9194
|
-
|
9195
|
-
|
9196
|
-
}
|
9197
|
-
}, {
|
9198
|
-
immediate: true
|
9199
|
-
});
|
9198
|
+
openOnSelect(true);
|
9199
|
+
}
|
9200
9200
|
const {
|
9201
9201
|
themeClasses
|
9202
9202
|
} = provideTheme(props);
|
@@ -11438,7 +11438,7 @@
|
|
11438
11438
|
const {
|
11439
11439
|
isRtl
|
11440
11440
|
} = useRtl();
|
11441
|
-
const uid =
|
11441
|
+
const uid = vue.useId();
|
11442
11442
|
const id = vue.computed(() => props.id || `v-menu-${uid}`);
|
11443
11443
|
const overlay = vue.ref();
|
11444
11444
|
const parent = vue.inject(VMenuSymbol, null);
|
@@ -11734,7 +11734,7 @@
|
|
11734
11734
|
} = useRtl();
|
11735
11735
|
const isActive = vue.computed(() => props.dirty || props.active);
|
11736
11736
|
const hasLabel = vue.computed(() => !props.singleLine && !!(props.label || slots.label));
|
11737
|
-
const uid =
|
11737
|
+
const uid = vue.useId();
|
11738
11738
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
11739
11739
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
11740
11740
|
const labelRef = vue.ref();
|
@@ -12394,7 +12394,7 @@
|
|
12394
12394
|
updateOffsets.immediate();
|
12395
12395
|
calculateVisibleItems();
|
12396
12396
|
}, {
|
12397
|
-
deep:
|
12397
|
+
deep: 1
|
12398
12398
|
});
|
12399
12399
|
return {
|
12400
12400
|
calculateVisibleItems,
|
@@ -24895,7 +24895,7 @@
|
|
24895
24895
|
attrs,
|
24896
24896
|
slots
|
24897
24897
|
} = _ref;
|
24898
|
-
const uid =
|
24898
|
+
const uid = vue.useId();
|
24899
24899
|
const id = vue.computed(() => props.id || `radio-group-${uid}`);
|
24900
24900
|
const model = useProxiedModel(props, 'modelValue');
|
24901
24901
|
useRender(() => {
|
@@ -25258,7 +25258,8 @@
|
|
25258
25258
|
onClick
|
25259
25259
|
};
|
25260
25260
|
}));
|
25261
|
-
const
|
25261
|
+
const uid = vue.useId();
|
25262
|
+
const name = vue.computed(() => props.name ?? `v-rating-${uid}`);
|
25262
25263
|
function VRatingItem(_ref2) {
|
25263
25264
|
let {
|
25264
25265
|
value,
|
@@ -25782,6 +25783,8 @@
|
|
25782
25783
|
}
|
25783
25784
|
}, 'Line');
|
25784
25785
|
|
25786
|
+
// Utilities
|
25787
|
+
|
25785
25788
|
// Types
|
25786
25789
|
|
25787
25790
|
const makeVBarlineProps = propsFactory({
|
@@ -25795,7 +25798,7 @@
|
|
25795
25798
|
let {
|
25796
25799
|
slots
|
25797
25800
|
} = _ref;
|
25798
|
-
const uid =
|
25801
|
+
const uid = vue.useId();
|
25799
25802
|
const id = vue.computed(() => props.id || `barline-${uid}`);
|
25800
25803
|
const autoDrawDuration = vue.computed(() => Number(props.autoDrawDuration) || 500);
|
25801
25804
|
const hasLabels = vue.computed(() => {
|
@@ -25978,6 +25981,8 @@
|
|
25978
25981
|
};
|
25979
25982
|
}
|
25980
25983
|
|
25984
|
+
// Utilities
|
25985
|
+
|
25981
25986
|
// Types
|
25982
25987
|
|
25983
25988
|
const makeVTrendlineProps = propsFactory({
|
@@ -25991,7 +25996,7 @@
|
|
25991
25996
|
let {
|
25992
25997
|
slots
|
25993
25998
|
} = _ref;
|
25994
|
-
const uid =
|
25999
|
+
const uid = vue.useId();
|
25995
26000
|
const id = vue.computed(() => props.id || `trendline-${uid}`);
|
25996
26001
|
const autoDrawDuration = vue.computed(() => Number(props.autoDrawDuration) || (props.fill ? 500 : 2000));
|
25997
26002
|
const lastLength = vue.ref(0);
|
@@ -26695,7 +26700,7 @@
|
|
26695
26700
|
const loaderColor = vue.computed(() => {
|
26696
26701
|
return typeof props.loading === 'string' && props.loading !== '' ? props.loading : props.color;
|
26697
26702
|
});
|
26698
|
-
const uid =
|
26703
|
+
const uid = vue.useId();
|
26699
26704
|
const id = vue.computed(() => props.id || `switch-${uid}`);
|
26700
26705
|
function onChange() {
|
26701
26706
|
if (indeterminate.value) {
|
@@ -27740,7 +27745,7 @@
|
|
27740
27745
|
const {
|
27741
27746
|
scopeId
|
27742
27747
|
} = useScopeId();
|
27743
|
-
const uid =
|
27748
|
+
const uid = vue.useId();
|
27744
27749
|
const id = vue.computed(() => props.id || `v-tooltip-${uid}`);
|
27745
27750
|
const overlay = vue.ref();
|
27746
27751
|
const location = vue.computed(() => {
|
@@ -28253,7 +28258,6 @@
|
|
28253
28258
|
};
|
28254
28259
|
}
|
28255
28260
|
}
|
28256
|
-
getUid.reset();
|
28257
28261
|
if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
|
28258
28262
|
app.mixin({
|
28259
28263
|
computed: {
|
@@ -28282,7 +28286,7 @@
|
|
28282
28286
|
goTo
|
28283
28287
|
};
|
28284
28288
|
}
|
28285
|
-
const version$1 = "3.7.
|
28289
|
+
const version$1 = "3.7.6-dev.2024-12-18";
|
28286
28290
|
createVuetify$1.version = version$1;
|
28287
28291
|
|
28288
28292
|
// Vue's inject() can only be used in setup
|
@@ -28307,7 +28311,7 @@
|
|
28307
28311
|
...options
|
28308
28312
|
});
|
28309
28313
|
};
|
28310
|
-
const version = "3.7.
|
28314
|
+
const version = "3.7.6-dev.2024-12-18";
|
28311
28315
|
createVuetify.version = version;
|
28312
28316
|
|
28313
28317
|
exports.blueprints = index;
|