@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.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
|
*/
|
@@ -1251,6 +1251,9 @@
|
|
1251
1251
|
}, 'component');
|
1252
1252
|
|
1253
1253
|
// Utilities
|
1254
|
+
|
1255
|
+
// Types
|
1256
|
+
|
1254
1257
|
function getCurrentInstance(name, message) {
|
1255
1258
|
const vm = vue.getCurrentInstance();
|
1256
1259
|
if (!vm) {
|
@@ -1263,6 +1266,20 @@
|
|
1263
1266
|
const vm = getCurrentInstance(name).type;
|
1264
1267
|
return toKebabCase(vm?.aliasName || vm?.name);
|
1265
1268
|
}
|
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
|
+
};
|
1266
1283
|
|
1267
1284
|
// Utilities
|
1268
1285
|
|
@@ -2079,7 +2096,7 @@
|
|
2079
2096
|
function useLayoutItem(options) {
|
2080
2097
|
const layout = vue.inject(VuetifyLayoutKey);
|
2081
2098
|
if (!layout) throw new Error('[Vuetify] Could not find injected layout');
|
2082
|
-
const id = options.id ?? `layout-item-${
|
2099
|
+
const id = options.id ?? `layout-item-${getUid()}`;
|
2083
2100
|
const vm = getCurrentInstance('useLayoutItem');
|
2084
2101
|
vue.provide(VuetifyLayoutItemKey, {
|
2085
2102
|
id
|
@@ -3238,8 +3255,6 @@
|
|
3238
3255
|
}
|
3239
3256
|
}
|
3240
3257
|
|
3241
|
-
// Utilities
|
3242
|
-
|
3243
3258
|
// Types
|
3244
3259
|
|
3245
3260
|
const makeVDialogTransitionProps = propsFactory({
|
@@ -4586,7 +4601,7 @@
|
|
4586
4601
|
if (!vm) {
|
4587
4602
|
throw new Error('[Vuetify] useGroupItem composable must be used inside a component setup function');
|
4588
4603
|
}
|
4589
|
-
const id =
|
4604
|
+
const id = getUid();
|
4590
4605
|
vue.provide(Symbol.for(`${injectKey.description}:id`), id);
|
4591
4606
|
const group = vue.inject(injectKey, null);
|
4592
4607
|
if (!group) {
|
@@ -6358,7 +6373,7 @@
|
|
6358
6373
|
slots
|
6359
6374
|
} = _ref;
|
6360
6375
|
const modelValue = useProxiedModel(props, 'modelValue');
|
6361
|
-
const uid =
|
6376
|
+
const uid = getUid();
|
6362
6377
|
const id = vue.computed(() => props.id || `v-selection-control-group-${uid}`);
|
6363
6378
|
const name = vue.computed(() => props.name || id.value);
|
6364
6379
|
const updateHandlers = new Set();
|
@@ -6495,7 +6510,7 @@
|
|
6495
6510
|
backgroundColorStyles,
|
6496
6511
|
trueValue
|
6497
6512
|
} = useSelectionControl(props);
|
6498
|
-
const uid =
|
6513
|
+
const uid = getUid();
|
6499
6514
|
const isFocused = vue.shallowRef(false);
|
6500
6515
|
const isFocusVisible = vue.shallowRef(false);
|
6501
6516
|
const input = vue.ref();
|
@@ -6940,7 +6955,7 @@
|
|
6940
6955
|
}, 'validation');
|
6941
6956
|
function useValidation(props) {
|
6942
6957
|
let name = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstanceName();
|
6943
|
-
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] :
|
6958
|
+
let id = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : getUid();
|
6944
6959
|
const model = useProxiedModel(props, 'modelValue');
|
6945
6960
|
const validationModel = vue.computed(() => props.validationValue === undefined ? model.value : props.validationValue);
|
6946
6961
|
const form = useForm(props);
|
@@ -7132,7 +7147,7 @@
|
|
7132
7147
|
const {
|
7133
7148
|
InputIcon
|
7134
7149
|
} = useInputIcon(props);
|
7135
|
-
const uid =
|
7150
|
+
const uid = getUid();
|
7136
7151
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
7137
7152
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
7138
7153
|
const {
|
@@ -7240,7 +7255,7 @@
|
|
7240
7255
|
focus,
|
7241
7256
|
blur
|
7242
7257
|
} = useFocus(props);
|
7243
|
-
const uid =
|
7258
|
+
const uid = getUid();
|
7244
7259
|
const id = vue.computed(() => props.id || `checkbox-${uid}`);
|
7245
7260
|
useRender(() => {
|
7246
7261
|
const [rootAttrs, controlAttrs] = filterInputAttrs(attrs);
|
@@ -7980,7 +7995,6 @@
|
|
7980
7995
|
|
7981
7996
|
const VChipGroupSymbol = Symbol.for('vuetify:v-chip-group');
|
7982
7997
|
const makeVChipGroupProps = propsFactory({
|
7983
|
-
baseColor: String,
|
7984
7998
|
column: Boolean,
|
7985
7999
|
filter: Boolean,
|
7986
8000
|
valueComparator: {
|
@@ -8020,7 +8034,6 @@
|
|
8020
8034
|
} = useGroup(props, VChipGroupSymbol);
|
8021
8035
|
provideDefaults({
|
8022
8036
|
VChip: {
|
8023
|
-
baseColor: vue.toRef(props, 'baseColor'),
|
8024
8037
|
color: vue.toRef(props, 'color'),
|
8025
8038
|
disabled: vue.toRef(props, 'disabled'),
|
8026
8039
|
filter: vue.toRef(props, 'filter'),
|
@@ -8054,7 +8067,6 @@
|
|
8054
8067
|
activeClass: String,
|
8055
8068
|
appendAvatar: String,
|
8056
8069
|
appendIcon: IconValue,
|
8057
|
-
baseColor: String,
|
8058
8070
|
closable: Boolean,
|
8059
8071
|
closeIcon: {
|
8060
8072
|
type: IconValue,
|
@@ -8129,6 +8141,11 @@
|
|
8129
8141
|
const {
|
8130
8142
|
borderClasses
|
8131
8143
|
} = useBorder(props);
|
8144
|
+
const {
|
8145
|
+
colorClasses,
|
8146
|
+
colorStyles,
|
8147
|
+
variantClasses
|
8148
|
+
} = useVariant(props);
|
8132
8149
|
const {
|
8133
8150
|
densityClasses
|
8134
8151
|
} = useDensity(props);
|
@@ -8158,18 +8175,6 @@
|
|
8158
8175
|
emit('click:close', e);
|
8159
8176
|
}
|
8160
8177
|
}));
|
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);
|
8173
8178
|
function onClick(e) {
|
8174
8179
|
emit('click', e);
|
8175
8180
|
if (!isClickable.value) return;
|
@@ -8190,6 +8195,7 @@
|
|
8190
8195
|
const hasFilter = !!(slots.filter || props.filter) && group;
|
8191
8196
|
const hasPrependMedia = !!(props.prependIcon || props.prependAvatar);
|
8192
8197
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
8198
|
+
const hasColor = !group || group.isSelected.value;
|
8193
8199
|
return isActive.value && vue.withDirectives(vue.createVNode(Tag, vue.mergeProps({
|
8194
8200
|
"class": ['v-chip', {
|
8195
8201
|
'v-chip--disabled': props.disabled,
|
@@ -8198,8 +8204,8 @@
|
|
8198
8204
|
'v-chip--filter': hasFilter,
|
8199
8205
|
'v-chip--pill': props.pill,
|
8200
8206
|
[`${props.activeClass}`]: props.activeClass && link.isActive?.value
|
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],
|
8207
|
+
}, themeClasses.value, borderClasses.value, hasColor ? colorClasses.value : undefined, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
|
8208
|
+
"style": [hasColor ? colorStyles.value : undefined, props.style],
|
8203
8209
|
"disabled": props.disabled || undefined,
|
8204
8210
|
"draggable": props.draggable,
|
8205
8211
|
"tabindex": isClickable.value ? 0 : undefined,
|
@@ -8928,7 +8934,7 @@
|
|
8928
8934
|
};
|
8929
8935
|
const useNestedItem = (id, isGroup) => {
|
8930
8936
|
const parent = vue.inject(VNestedSymbol, emptyNested);
|
8931
|
-
const uidSymbol = Symbol(
|
8937
|
+
const uidSymbol = Symbol(getUid());
|
8932
8938
|
const computedId = vue.computed(() => id.value !== undefined ? id.value : uidSymbol);
|
8933
8939
|
const item = {
|
8934
8940
|
...parent,
|
@@ -11438,7 +11444,7 @@
|
|
11438
11444
|
const {
|
11439
11445
|
isRtl
|
11440
11446
|
} = useRtl();
|
11441
|
-
const uid =
|
11447
|
+
const uid = getUid();
|
11442
11448
|
const id = vue.computed(() => props.id || `v-menu-${uid}`);
|
11443
11449
|
const overlay = vue.ref();
|
11444
11450
|
const parent = vue.inject(VMenuSymbol, null);
|
@@ -11734,7 +11740,7 @@
|
|
11734
11740
|
} = useRtl();
|
11735
11741
|
const isActive = vue.computed(() => props.dirty || props.active);
|
11736
11742
|
const hasLabel = vue.computed(() => !props.singleLine && !!(props.label || slots.label));
|
11737
|
-
const uid =
|
11743
|
+
const uid = getUid();
|
11738
11744
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
11739
11745
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
11740
11746
|
const labelRef = vue.ref();
|
@@ -12394,7 +12400,7 @@
|
|
12394
12400
|
updateOffsets.immediate();
|
12395
12401
|
calculateVisibleItems();
|
12396
12402
|
}, {
|
12397
|
-
deep:
|
12403
|
+
deep: true
|
12398
12404
|
});
|
12399
12405
|
return {
|
12400
12406
|
calculateVisibleItems,
|
@@ -24895,7 +24901,7 @@
|
|
24895
24901
|
attrs,
|
24896
24902
|
slots
|
24897
24903
|
} = _ref;
|
24898
|
-
const uid =
|
24904
|
+
const uid = getUid();
|
24899
24905
|
const id = vue.computed(() => props.id || `radio-group-${uid}`);
|
24900
24906
|
const model = useProxiedModel(props, 'modelValue');
|
24901
24907
|
useRender(() => {
|
@@ -25258,8 +25264,7 @@
|
|
25258
25264
|
onClick
|
25259
25265
|
};
|
25260
25266
|
}));
|
25261
|
-
const
|
25262
|
-
const name = vue.computed(() => props.name ?? `v-rating-${uid}`);
|
25267
|
+
const name = vue.computed(() => props.name ?? `v-rating-${getUid()}`);
|
25263
25268
|
function VRatingItem(_ref2) {
|
25264
25269
|
let {
|
25265
25270
|
value,
|
@@ -25783,8 +25788,6 @@
|
|
25783
25788
|
}
|
25784
25789
|
}, 'Line');
|
25785
25790
|
|
25786
|
-
// Utilities
|
25787
|
-
|
25788
25791
|
// Types
|
25789
25792
|
|
25790
25793
|
const makeVBarlineProps = propsFactory({
|
@@ -25798,7 +25801,7 @@
|
|
25798
25801
|
let {
|
25799
25802
|
slots
|
25800
25803
|
} = _ref;
|
25801
|
-
const uid =
|
25804
|
+
const uid = getUid();
|
25802
25805
|
const id = vue.computed(() => props.id || `barline-${uid}`);
|
25803
25806
|
const autoDrawDuration = vue.computed(() => Number(props.autoDrawDuration) || 500);
|
25804
25807
|
const hasLabels = vue.computed(() => {
|
@@ -25981,8 +25984,6 @@
|
|
25981
25984
|
};
|
25982
25985
|
}
|
25983
25986
|
|
25984
|
-
// Utilities
|
25985
|
-
|
25986
25987
|
// Types
|
25987
25988
|
|
25988
25989
|
const makeVTrendlineProps = propsFactory({
|
@@ -25996,7 +25997,7 @@
|
|
25996
25997
|
let {
|
25997
25998
|
slots
|
25998
25999
|
} = _ref;
|
25999
|
-
const uid =
|
26000
|
+
const uid = getUid();
|
26000
26001
|
const id = vue.computed(() => props.id || `trendline-${uid}`);
|
26001
26002
|
const autoDrawDuration = vue.computed(() => Number(props.autoDrawDuration) || (props.fill ? 500 : 2000));
|
26002
26003
|
const lastLength = vue.ref(0);
|
@@ -26700,7 +26701,7 @@
|
|
26700
26701
|
const loaderColor = vue.computed(() => {
|
26701
26702
|
return typeof props.loading === 'string' && props.loading !== '' ? props.loading : props.color;
|
26702
26703
|
});
|
26703
|
-
const uid =
|
26704
|
+
const uid = getUid();
|
26704
26705
|
const id = vue.computed(() => props.id || `switch-${uid}`);
|
26705
26706
|
function onChange() {
|
26706
26707
|
if (indeterminate.value) {
|
@@ -27745,7 +27746,7 @@
|
|
27745
27746
|
const {
|
27746
27747
|
scopeId
|
27747
27748
|
} = useScopeId();
|
27748
|
-
const uid =
|
27749
|
+
const uid = getUid();
|
27749
27750
|
const id = vue.computed(() => props.id || `v-tooltip-${uid}`);
|
27750
27751
|
const overlay = vue.ref();
|
27751
27752
|
const location = vue.computed(() => {
|
@@ -28258,6 +28259,7 @@
|
|
28258
28259
|
};
|
28259
28260
|
}
|
28260
28261
|
}
|
28262
|
+
getUid.reset();
|
28261
28263
|
if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
|
28262
28264
|
app.mixin({
|
28263
28265
|
computed: {
|
@@ -28286,7 +28288,7 @@
|
|
28286
28288
|
goTo
|
28287
28289
|
};
|
28288
28290
|
}
|
28289
|
-
const version$1 = "3.7.6-
|
28291
|
+
const version$1 = "3.7.6-master.2024-12-18";
|
28290
28292
|
createVuetify$1.version = version$1;
|
28291
28293
|
|
28292
28294
|
// Vue's inject() can only be used in setup
|
@@ -28311,7 +28313,7 @@
|
|
28311
28313
|
...options
|
28312
28314
|
});
|
28313
28315
|
};
|
28314
|
-
const version = "3.7.6-
|
28316
|
+
const version = "3.7.6-master.2024-12-18";
|
28315
28317
|
createVuetify.version = version;
|
28316
28318
|
|
28317
28319
|
exports.blueprints = index;
|