@vuetify/nightly 3.6.3-master.2024-05-03 → 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.json +110 -110
- package/dist/json/web-types.json +4 -4
- package/dist/vuetify-labs.css +2117 -1857
- 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 +2593 -2333
- package/dist/vuetify.d.ts +33 -33
- 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 +33 -33
- 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
@@ -73375,44 +73375,38 @@ declare module '@vue/runtime-core' {
|
|
73375
73375
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73376
73376
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73377
73377
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73378
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73379
73378
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73380
73379
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73381
73380
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73381
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73382
73382
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73383
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73384
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73385
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73386
73383
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73387
73384
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73388
73385
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73389
73386
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73390
73387
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73391
|
-
|
73388
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73389
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73390
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73392
73391
|
VBtn: typeof import('vuetify/components')['VBtn']
|
73393
|
-
|
73392
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73394
73393
|
VCard: typeof import('vuetify/components')['VCard']
|
73395
73394
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73396
73395
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73397
73396
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73398
73397
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73399
73398
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73400
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73401
73399
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73402
73400
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73403
73401
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73404
|
-
VCode: typeof import('vuetify/components')['VCode']
|
73405
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73406
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73407
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73408
73402
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73409
73403
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73410
|
-
|
73411
|
-
|
73412
|
-
|
73413
|
-
|
73414
|
-
|
73415
|
-
|
73404
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73405
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73406
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73407
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73408
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73409
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73416
73410
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73417
73411
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73418
73412
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73420,28 +73414,35 @@ declare module '@vue/runtime-core' {
|
|
73420
73414
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73421
73415
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73422
73416
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73423
|
-
|
73424
|
-
|
73417
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73418
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73419
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73420
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73421
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73422
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73425
73423
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73424
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73425
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73426
73426
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73427
73427
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73428
73428
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73429
73429
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73430
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
73431
73430
|
VFab: typeof import('vuetify/components')['VFab']
|
73432
73431
|
VField: typeof import('vuetify/components')['VField']
|
73433
73432
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73434
73433
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73434
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73435
73435
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73436
73436
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
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
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73440
73441
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73441
73442
|
VInput: typeof import('vuetify/components')['VInput']
|
73442
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73443
73443
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73444
73444
|
VItem: typeof import('vuetify/components')['VItem']
|
73445
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73445
73446
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73446
73447
|
VList: typeof import('vuetify/components')['VList']
|
73447
73448
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -73452,27 +73453,24 @@ declare module '@vue/runtime-core' {
|
|
73452
73453
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73453
73454
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73454
73455
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73455
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
73456
73456
|
VMain: typeof import('vuetify/components')['VMain']
|
73457
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73458
73457
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73458
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73459
73459
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73460
73460
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73461
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73462
73461
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73463
73462
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73463
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73464
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73464
73465
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73465
73466
|
VRating: typeof import('vuetify/components')['VRating']
|
73466
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73467
73467
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73468
73468
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73469
73469
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73470
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73470
73471
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73471
73472
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73472
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
73473
73473
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73474
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73475
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73476
73474
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73477
73475
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73478
73476
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -73480,16 +73478,17 @@ declare module '@vue/runtime-core' {
|
|
73480
73478
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73481
73479
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73482
73480
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73481
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73482
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73483
73483
|
VTab: typeof import('vuetify/components')['VTab']
|
73484
73484
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73485
73485
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73486
73486
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73487
73487
|
VTable: typeof import('vuetify/components')['VTable']
|
73488
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73489
73488
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73489
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73490
73490
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73491
73491
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73492
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73493
73492
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73494
73493
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73495
73494
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
@@ -73499,12 +73498,12 @@ declare module '@vue/runtime-core' {
|
|
73499
73498
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73500
73499
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73501
73500
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73501
|
+
VForm: typeof import('vuetify/components')['VForm']
|
73502
73502
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73503
73503
|
VCol: typeof import('vuetify/components')['VCol']
|
73504
73504
|
VRow: typeof import('vuetify/components')['VRow']
|
73505
73505
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73506
73506
|
VHover: typeof import('vuetify/components')['VHover']
|
73507
|
-
VForm: typeof import('vuetify/components')['VForm']
|
73508
73507
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73509
73508
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73510
73509
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -73514,10 +73513,11 @@ 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']
|
73520
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73521
73521
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73522
73522
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73523
73523
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73534,7 +73534,7 @@ declare module '@vue/runtime-core' {
|
|
73534
73534
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73535
73535
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73536
73536
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73537
|
-
|
73537
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73538
73538
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73539
73539
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73540
73540
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
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 };
|