@vuetify/nightly 3.7.6-dev.2024-12-18 → 3.7.6-master.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 +2045 -2053
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +0 -2
- package/dist/json/web-types.json +4154 -4172
- package/dist/vuetify-labs.css +3035 -3035
- 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 +3397 -3397
- package/dist/vuetify.d.ts +11515 -2341
- 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 +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 +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.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.6-
|
2
|
+
* Vuetify v3.7.6-master.2024-12-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -1257,6 +1257,9 @@
|
|
1257
1257
|
}
|
1258
1258
|
|
1259
1259
|
// Utilities
|
1260
|
+
|
1261
|
+
// Types
|
1262
|
+
|
1260
1263
|
function getCurrentInstance(name, message) {
|
1261
1264
|
const vm = vue.getCurrentInstance();
|
1262
1265
|
if (!vm) {
|
@@ -1269,6 +1272,20 @@
|
|
1269
1272
|
const vm = getCurrentInstance(name).type;
|
1270
1273
|
return toKebabCase(vm?.aliasName || vm?.name);
|
1271
1274
|
}
|
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
|
+
};
|
1272
1289
|
|
1273
1290
|
// Utilities
|
1274
1291
|
|
@@ -1638,7 +1655,7 @@
|
|
1638
1655
|
function useLayoutItem(options) {
|
1639
1656
|
const layout = vue.inject(VuetifyLayoutKey);
|
1640
1657
|
if (!layout) throw new Error('[Vuetify] Could not find injected layout');
|
1641
|
-
const id = options.id ?? `layout-item-${
|
1658
|
+
const id = options.id ?? `layout-item-${getUid()}`;
|
1642
1659
|
const vm = getCurrentInstance('useLayoutItem');
|
1643
1660
|
vue.provide(VuetifyLayoutItemKey, {
|
1644
1661
|
id
|
@@ -2797,8 +2814,6 @@
|
|
2797
2814
|
}
|
2798
2815
|
}
|
2799
2816
|
|
2800
|
-
// Utilities
|
2801
|
-
|
2802
2817
|
// Types
|
2803
2818
|
|
2804
2819
|
const makeVDialogTransitionProps = propsFactory({
|
@@ -4145,7 +4160,7 @@
|
|
4145
4160
|
if (!vm) {
|
4146
4161
|
throw new Error('[Vuetify] useGroupItem composable must be used inside a component setup function');
|
4147
4162
|
}
|
4148
|
-
const id =
|
4163
|
+
const id = getUid();
|
4149
4164
|
vue.provide(Symbol.for(`${injectKey.description}:id`), id);
|
4150
4165
|
const group = vue.inject(injectKey, null);
|
4151
4166
|
if (!group) {
|
@@ -6125,7 +6140,7 @@
|
|
6125
6140
|
slots
|
6126
6141
|
} = _ref;
|
6127
6142
|
const modelValue = useProxiedModel(props, 'modelValue');
|
6128
|
-
const uid =
|
6143
|
+
const uid = getUid();
|
6129
6144
|
const id = vue.computed(() => props.id || `v-selection-control-group-${uid}`);
|
6130
6145
|
const name = vue.computed(() => props.name || id.value);
|
6131
6146
|
const updateHandlers = new Set();
|
@@ -6262,7 +6277,7 @@
|
|
6262
6277
|
backgroundColorStyles,
|
6263
6278
|
trueValue
|
6264
6279
|
} = useSelectionControl(props);
|
6265
|
-
const uid =
|
6280
|
+
const uid = getUid();
|
6266
6281
|
const isFocused = vue.shallowRef(false);
|
6267
6282
|
const isFocusVisible = vue.shallowRef(false);
|
6268
6283
|
const input = vue.ref();
|
@@ -6707,7 +6722,7 @@
|
|
6707
6722
|
}, 'validation');
|
6708
6723
|
function useValidation(props) {
|
6709
6724
|
let name = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstanceName();
|
6710
|
-
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] :
|
6725
|
+
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : getUid();
|
6711
6726
|
const model = useProxiedModel(props, 'modelValue');
|
6712
6727
|
const validationModel = vue.computed(() => props.validationValue === undefined ? model.value : props.validationValue);
|
6713
6728
|
const form = useForm(props);
|
@@ -6899,7 +6914,7 @@
|
|
6899
6914
|
const {
|
6900
6915
|
InputIcon
|
6901
6916
|
} = useInputIcon(props);
|
6902
|
-
const uid =
|
6917
|
+
const uid = getUid();
|
6903
6918
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
6904
6919
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
6905
6920
|
const {
|
@@ -7007,7 +7022,7 @@
|
|
7007
7022
|
focus,
|
7008
7023
|
blur
|
7009
7024
|
} = useFocus(props);
|
7010
|
-
const uid =
|
7025
|
+
const uid = getUid();
|
7011
7026
|
const id = vue.computed(() => props.id || `checkbox-${uid}`);
|
7012
7027
|
useRender(() => {
|
7013
7028
|
const [rootAttrs, controlAttrs] = filterInputAttrs(attrs);
|
@@ -7747,7 +7762,6 @@
|
|
7747
7762
|
|
7748
7763
|
const VChipGroupSymbol = Symbol.for('vuetify:v-chip-group');
|
7749
7764
|
const makeVChipGroupProps = propsFactory({
|
7750
|
-
baseColor: String,
|
7751
7765
|
column: Boolean,
|
7752
7766
|
filter: Boolean,
|
7753
7767
|
valueComparator: {
|
@@ -7787,7 +7801,6 @@
|
|
7787
7801
|
} = useGroup(props, VChipGroupSymbol);
|
7788
7802
|
provideDefaults({
|
7789
7803
|
VChip: {
|
7790
|
-
baseColor: vue.toRef(props, 'baseColor'),
|
7791
7804
|
color: vue.toRef(props, 'color'),
|
7792
7805
|
disabled: vue.toRef(props, 'disabled'),
|
7793
7806
|
filter: vue.toRef(props, 'filter'),
|
@@ -7821,7 +7834,6 @@
|
|
7821
7834
|
activeClass: String,
|
7822
7835
|
appendAvatar: String,
|
7823
7836
|
appendIcon: IconValue,
|
7824
|
-
baseColor: String,
|
7825
7837
|
closable: Boolean,
|
7826
7838
|
closeIcon: {
|
7827
7839
|
type: IconValue,
|
@@ -7896,6 +7908,11 @@
|
|
7896
7908
|
const {
|
7897
7909
|
borderClasses
|
7898
7910
|
} = useBorder(props);
|
7911
|
+
const {
|
7912
|
+
colorClasses,
|
7913
|
+
colorStyles,
|
7914
|
+
variantClasses
|
7915
|
+
} = useVariant(props);
|
7899
7916
|
const {
|
7900
7917
|
densityClasses
|
7901
7918
|
} = useDensity(props);
|
@@ -7925,18 +7942,6 @@
|
|
7925
7942
|
emit('click:close', e);
|
7926
7943
|
}
|
7927
7944
|
}));
|
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);
|
7940
7945
|
function onClick(e) {
|
7941
7946
|
emit('click', e);
|
7942
7947
|
if (!isClickable.value) return;
|
@@ -7957,6 +7962,7 @@
|
|
7957
7962
|
const hasFilter = !!(slots.filter || props.filter) && group;
|
7958
7963
|
const hasPrependMedia = !!(props.prependIcon || props.prependAvatar);
|
7959
7964
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
7965
|
+
const hasColor = !group || group.isSelected.value;
|
7960
7966
|
return isActive.value && vue.withDirectives(vue.createVNode(Tag, vue.mergeProps({
|
7961
7967
|
"class": ['v-chip', {
|
7962
7968
|
'v-chip--disabled': props.disabled,
|
@@ -7965,8 +7971,8 @@
|
|
7965
7971
|
'v-chip--filter': hasFilter,
|
7966
7972
|
'v-chip--pill': props.pill,
|
7967
7973
|
[`${props.activeClass}`]: props.activeClass && link.isActive?.value
|
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],
|
7974
|
+
}, themeClasses.value, borderClasses.value, hasColor ? colorClasses.value : undefined, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
|
7975
|
+
"style": [hasColor ? colorStyles.value : undefined, props.style],
|
7970
7976
|
"disabled": props.disabled || undefined,
|
7971
7977
|
"draggable": props.draggable,
|
7972
7978
|
"tabindex": isClickable.value ? 0 : undefined,
|
@@ -8695,7 +8701,7 @@
|
|
8695
8701
|
};
|
8696
8702
|
const useNestedItem = (id, isGroup) => {
|
8697
8703
|
const parent = vue.inject(VNestedSymbol, emptyNested);
|
8698
|
-
const uidSymbol = Symbol(
|
8704
|
+
const uidSymbol = Symbol(getUid());
|
8699
8705
|
const computedId = vue.computed(() => id.value !== undefined ? id.value : uidSymbol);
|
8700
8706
|
const item = {
|
8701
8707
|
...parent,
|
@@ -11205,7 +11211,7 @@
|
|
11205
11211
|
const {
|
11206
11212
|
isRtl
|
11207
11213
|
} = useRtl();
|
11208
|
-
const uid =
|
11214
|
+
const uid = getUid();
|
11209
11215
|
const id = vue.computed(() => props.id || `v-menu-${uid}`);
|
11210
11216
|
const overlay = vue.ref();
|
11211
11217
|
const parent = vue.inject(VMenuSymbol, null);
|
@@ -11501,7 +11507,7 @@
|
|
11501
11507
|
} = useRtl();
|
11502
11508
|
const isActive = vue.computed(() => props.dirty || props.active);
|
11503
11509
|
const hasLabel = vue.computed(() => !props.singleLine && !!(props.label || slots.label));
|
11504
|
-
const uid =
|
11510
|
+
const uid = getUid();
|
11505
11511
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
11506
11512
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
11507
11513
|
const labelRef = vue.ref();
|
@@ -12161,7 +12167,7 @@
|
|
12161
12167
|
updateOffsets.immediate();
|
12162
12168
|
calculateVisibleItems();
|
12163
12169
|
}, {
|
12164
|
-
deep:
|
12170
|
+
deep: true
|
12165
12171
|
});
|
12166
12172
|
return {
|
12167
12173
|
calculateVisibleItems,
|
@@ -24662,7 +24668,7 @@
|
|
24662
24668
|
attrs,
|
24663
24669
|
slots
|
24664
24670
|
} = _ref;
|
24665
|
-
const uid =
|
24671
|
+
const uid = getUid();
|
24666
24672
|
const id = vue.computed(() => props.id || `radio-group-${uid}`);
|
24667
24673
|
const model = useProxiedModel(props, 'modelValue');
|
24668
24674
|
useRender(() => {
|
@@ -25025,8 +25031,7 @@
|
|
25025
25031
|
onClick
|
25026
25032
|
};
|
25027
25033
|
}));
|
25028
|
-
const
|
25029
|
-
const name = vue.computed(() => props.name ?? `v-rating-${uid}`);
|
25034
|
+
const name = vue.computed(() => props.name ?? `v-rating-${getUid()}`);
|
25030
25035
|
function VRatingItem(_ref2) {
|
25031
25036
|
let {
|
25032
25037
|
value,
|
@@ -25550,8 +25555,6 @@
|
|
25550
25555
|
}
|
25551
25556
|
}, 'Line');
|
25552
25557
|
|
25553
|
-
// Utilities
|
25554
|
-
|
25555
25558
|
// Types
|
25556
25559
|
|
25557
25560
|
const makeVBarlineProps = propsFactory({
|
@@ -25565,7 +25568,7 @@
|
|
25565
25568
|
let {
|
25566
25569
|
slots
|
25567
25570
|
} = _ref;
|
25568
|
-
const uid =
|
25571
|
+
const uid = getUid();
|
25569
25572
|
const id = vue.computed(() => props.id || `barline-${uid}`);
|
25570
25573
|
const autoDrawDuration = vue.computed(() => Number(props.autoDrawDuration) || 500);
|
25571
25574
|
const hasLabels = vue.computed(() => {
|
@@ -25748,8 +25751,6 @@
|
|
25748
25751
|
};
|
25749
25752
|
}
|
25750
25753
|
|
25751
|
-
// Utilities
|
25752
|
-
|
25753
25754
|
// Types
|
25754
25755
|
|
25755
25756
|
const makeVTrendlineProps = propsFactory({
|
@@ -25763,7 +25764,7 @@
|
|
25763
25764
|
let {
|
25764
25765
|
slots
|
25765
25766
|
} = _ref;
|
25766
|
-
const uid =
|
25767
|
+
const uid = getUid();
|
25767
25768
|
const id = vue.computed(() => props.id || `trendline-${uid}`);
|
25768
25769
|
const autoDrawDuration = vue.computed(() => Number(props.autoDrawDuration) || (props.fill ? 500 : 2000));
|
25769
25770
|
const lastLength = vue.ref(0);
|
@@ -26467,7 +26468,7 @@
|
|
26467
26468
|
const loaderColor = vue.computed(() => {
|
26468
26469
|
return typeof props.loading === 'string' && props.loading !== '' ? props.loading : props.color;
|
26469
26470
|
});
|
26470
|
-
const uid =
|
26471
|
+
const uid = getUid();
|
26471
26472
|
const id = vue.computed(() => props.id || `switch-${uid}`);
|
26472
26473
|
function onChange() {
|
26473
26474
|
if (indeterminate.value) {
|
@@ -27512,7 +27513,7 @@
|
|
27512
27513
|
const {
|
27513
27514
|
scopeId
|
27514
27515
|
} = useScopeId();
|
27515
|
-
const uid =
|
27516
|
+
const uid = getUid();
|
27516
27517
|
const id = vue.computed(() => props.id || `v-tooltip-${uid}`);
|
27517
27518
|
const overlay = vue.ref();
|
27518
27519
|
const location = vue.computed(() => {
|
@@ -30720,6 +30721,7 @@
|
|
30720
30721
|
};
|
30721
30722
|
}
|
30722
30723
|
}
|
30724
|
+
getUid.reset();
|
30723
30725
|
if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
|
30724
30726
|
app.mixin({
|
30725
30727
|
computed: {
|
@@ -30748,7 +30750,7 @@
|
|
30748
30750
|
goTo
|
30749
30751
|
};
|
30750
30752
|
}
|
30751
|
-
const version$1 = "3.7.6-
|
30753
|
+
const version$1 = "3.7.6-master.2024-12-18";
|
30752
30754
|
createVuetify$1.version = version$1;
|
30753
30755
|
|
30754
30756
|
// Vue's inject() can only be used in setup
|
@@ -31001,7 +31003,7 @@
|
|
31001
31003
|
|
31002
31004
|
/* eslint-disable local-rules/sort-imports */
|
31003
31005
|
|
31004
|
-
const version = "3.7.6-
|
31006
|
+
const version = "3.7.6-master.2024-12-18";
|
31005
31007
|
|
31006
31008
|
/* eslint-disable local-rules/sort-imports */
|
31007
31009
|
|