@vuetify/nightly 3.6.3-master.2024-05-05 → 3.6.3-master.2024-05-06
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/CHANGELOG.md +5 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +90 -90
- package/dist/json/web-types.json +4 -4
- package/dist/vuetify-labs.css +2336 -2076
- package/dist/vuetify-labs.esm.js +10 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -6
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +5953 -5693
- package/dist/vuetify.d.ts +30 -30
- package/dist/vuetify.esm.js +10 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +7 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +8 -3
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +5 -5
- package/lib/components/VToolbar/_variables.scss +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +30 -30
- package/lib/styles/generic/_colors.scss +1 -0
- package/lib/styles/main.css +260 -0
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73379,32 +73379,32 @@ declare module '@vue/runtime-core' {
|
|
73379
73379
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73380
73380
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73381
73381
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73382
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73382
73383
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73383
73384
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73384
73385
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73385
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73386
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73387
73386
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73387
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73388
73388
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73389
73389
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73390
73390
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73391
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73392
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73391
73393
|
VCard: typeof import('vuetify/components')['VCard']
|
73392
73394
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73393
73395
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73394
73396
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73395
73397
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73396
73398
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73397
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73398
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73399
73399
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73400
73400
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73401
73401
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73402
73402
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73403
73403
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73404
73404
|
VChip: typeof import('vuetify/components')['VChip']
|
73405
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73406
|
-
VCode: typeof import('vuetify/components')['VCode']
|
73407
73405
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73406
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73407
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73408
73408
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73409
73409
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73410
73410
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
@@ -73420,16 +73420,16 @@ declare module '@vue/runtime-core' {
|
|
73420
73420
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73421
73421
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73422
73422
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73423
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73424
73423
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73424
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73425
73425
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73426
|
-
VField: typeof import('vuetify/components')['VField']
|
73427
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73428
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73429
73426
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73430
73427
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73431
73428
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73432
73429
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73430
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73431
|
+
VField: typeof import('vuetify/components')['VField']
|
73432
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73433
73433
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73434
73434
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73435
73435
|
VIcon: typeof import('vuetify/components')['VIcon']
|
@@ -73437,14 +73437,13 @@ declare module '@vue/runtime-core' {
|
|
73437
73437
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73438
73438
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73439
73439
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73440
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73441
73440
|
VImg: typeof import('vuetify/components')['VImg']
|
73442
|
-
|
73441
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73442
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73443
73443
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73444
73444
|
VItem: typeof import('vuetify/components')['VItem']
|
73445
|
-
|
73445
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73446
73446
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73447
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73448
73447
|
VList: typeof import('vuetify/components')['VList']
|
73449
73448
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73450
73449
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73454,46 +73453,46 @@ declare module '@vue/runtime-core' {
|
|
73454
73453
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73455
73454
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73456
73455
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73456
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73457
73457
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73458
73458
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73459
73459
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73460
73460
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73461
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
73462
73461
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73463
|
-
|
73462
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
73464
73463
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73464
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73465
73465
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73466
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
73467
73466
|
VRating: typeof import('vuetify/components')['VRating']
|
73467
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
73468
73468
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73469
73469
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73470
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73471
73470
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73472
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73473
73471
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73474
73472
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73475
73473
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73476
|
-
|
73477
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73478
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73479
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73474
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73480
73475
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73481
73476
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73482
73477
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73483
73478
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73484
73479
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73485
73480
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73481
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73482
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73486
73483
|
VTab: typeof import('vuetify/components')['VTab']
|
73487
73484
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73488
73485
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73489
73486
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73487
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73488
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73490
73489
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73490
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73491
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73491
73492
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73492
73493
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73493
73494
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73494
73495
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73495
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73496
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73497
73496
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73498
73497
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73499
73498
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -73514,8 +73513,8 @@ declare module '@vue/runtime-core' {
|
|
73514
73513
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73515
73514
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73516
73515
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73517
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73518
73516
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73517
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73519
73518
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73520
73519
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73521
73520
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -73535,10 +73534,7 @@ declare module '@vue/runtime-core' {
|
|
73535
73534
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73536
73535
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73537
73536
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73538
|
-
|
73539
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73540
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73541
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73537
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73542
73538
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73543
73539
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73544
73540
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -73547,9 +73543,13 @@ declare module '@vue/runtime-core' {
|
|
73547
73543
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73548
73544
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73549
73545
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73546
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73550
73547
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73551
73548
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73552
73549
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73550
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73551
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73552
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73553
73553
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73554
73554
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73555
73555
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.3-master.2024-05-
|
2
|
+
* Vuetify v3.6.3-master.2024-05-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -26736,6 +26736,7 @@ const VTabs = genericComponent()({
|
|
26736
26736
|
},
|
26737
26737
|
setup(props, _ref) {
|
26738
26738
|
let {
|
26739
|
+
attrs,
|
26739
26740
|
slots
|
26740
26741
|
} = _ref;
|
26741
26742
|
const model = useProxiedModel(props, 'modelValue');
|
@@ -26747,6 +26748,9 @@ const VTabs = genericComponent()({
|
|
26747
26748
|
backgroundColorClasses,
|
26748
26749
|
backgroundColorStyles
|
26749
26750
|
} = useBackgroundColor(toRef(props, 'bgColor'));
|
26751
|
+
const {
|
26752
|
+
scopeId
|
26753
|
+
} = useScopeId();
|
26750
26754
|
provideDefaults({
|
26751
26755
|
VTab: {
|
26752
26756
|
color: toRef(props, 'color'),
|
@@ -26773,7 +26777,7 @@ const VTabs = genericComponent()({
|
|
26773
26777
|
}, backgroundColorStyles.value, props.style],
|
26774
26778
|
"role": "tablist",
|
26775
26779
|
"symbol": VTabsSymbol
|
26776
|
-
}), {
|
26780
|
+
}, scopeId, attrs), {
|
26777
26781
|
default: () => [slots.default?.() ?? items.value.map(item => slots.tab?.({
|
26778
26782
|
item
|
26779
26783
|
}) ?? createVNode(VTab, mergeProps(item, {
|
@@ -26784,11 +26788,11 @@ const VTabs = genericComponent()({
|
|
26784
26788
|
item
|
26785
26789
|
})
|
26786
26790
|
}))]
|
26787
|
-
}), hasWindow && createVNode(VTabsWindow, {
|
26791
|
+
}), hasWindow && createVNode(VTabsWindow, mergeProps({
|
26788
26792
|
"modelValue": model.value,
|
26789
26793
|
"onUpdate:modelValue": $event => model.value = $event,
|
26790
26794
|
"key": "tabs-window"
|
26791
|
-
}, {
|
26795
|
+
}, scopeId), {
|
26792
26796
|
default: () => [items.value.map(item => slots.item?.({
|
26793
26797
|
item
|
26794
26798
|
}) ?? createVNode(VTabsWindowItem, {
|
@@ -27924,7 +27928,7 @@ function createVuetify$1() {
|
|
27924
27928
|
goTo
|
27925
27929
|
};
|
27926
27930
|
}
|
27927
|
-
const version$1 = "3.6.3-master.2024-05-
|
27931
|
+
const version$1 = "3.6.3-master.2024-05-06";
|
27928
27932
|
createVuetify$1.version = version$1;
|
27929
27933
|
|
27930
27934
|
// Vue's inject() can only be used in setup
|
@@ -27949,7 +27953,7 @@ const createVuetify = function () {
|
|
27949
27953
|
...options
|
27950
27954
|
});
|
27951
27955
|
};
|
27952
|
-
const version = "3.6.3-master.2024-05-
|
27956
|
+
const version = "3.6.3-master.2024-05-06";
|
27953
27957
|
createVuetify.version = version;
|
27954
27958
|
|
27955
27959
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|