@vuetify/nightly 3.6.5-master.2024-05-13 → 3.6.5-master.2024-05-14
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 +20 -20
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +1886 -1842
- package/dist/vuetify-labs.esm.js +7 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +925 -881
- package/dist/vuetify.d.ts +51 -51
- package/dist/vuetify.esm.js +7 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +1 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +44 -0
- package/lib/components/VSwitch/VSwitch.mjs +4 -3
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +55 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +51 -51
- package/lib/locale/hu.mjs +18 -18
- package/lib/locale/hu.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73433,47 +73433,42 @@ declare module '@vue/runtime-core' {
|
|
73433
73433
|
}
|
73434
73434
|
|
73435
73435
|
export interface GlobalComponents {
|
73436
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
73437
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73438
73436
|
VApp: typeof import('vuetify/components')['VApp']
|
73439
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73440
73437
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73441
73438
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73442
73439
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73443
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73444
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73445
73440
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73446
73441
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73447
73442
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73443
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73444
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
73445
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73446
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73447
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73448
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73449
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73450
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73448
73451
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73449
73452
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73450
73453
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73451
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73452
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73453
73454
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73454
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73455
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73456
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73457
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73458
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73459
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73460
73455
|
VCard: typeof import('vuetify/components')['VCard']
|
73461
73456
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73462
73457
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73463
73458
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73464
73459
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73465
73460
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73466
|
-
|
73461
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73462
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73463
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73467
73464
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73468
|
-
|
73465
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73466
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73469
73467
|
VChip: typeof import('vuetify/components')['VChip']
|
73470
|
-
|
73471
|
-
|
73472
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73473
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73474
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73475
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73468
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73469
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73476
73470
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73471
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73477
73472
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73478
73473
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73479
73474
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73481,29 +73476,34 @@ declare module '@vue/runtime-core' {
|
|
73481
73476
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73482
73477
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73483
73478
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73484
|
-
|
73485
|
-
|
73486
|
-
|
73479
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73480
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73481
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73482
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73483
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73484
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73487
73485
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73488
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73489
73486
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73487
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73490
73488
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73491
73489
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73492
73490
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73493
73491
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73492
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73494
73493
|
VField: typeof import('vuetify/components')['VField']
|
73495
73494
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73495
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73496
73496
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73497
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73498
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73497
73499
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73498
73500
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73499
73501
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73500
73502
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73501
73503
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73502
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73503
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73504
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73505
73504
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73506
73505
|
VItem: typeof import('vuetify/components')['VItem']
|
73506
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73507
73507
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73508
73508
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73509
73509
|
VList: typeof import('vuetify/components')['VList']
|
@@ -73515,25 +73515,23 @@ declare module '@vue/runtime-core' {
|
|
73515
73515
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73516
73516
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73517
73517
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73518
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
73519
73518
|
VMain: typeof import('vuetify/components')['VMain']
|
73519
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73520
73520
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73521
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73522
73521
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73523
|
-
|
73522
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73524
73523
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73525
73524
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73525
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
73526
73526
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73527
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
73528
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73529
73527
|
VRating: typeof import('vuetify/components')['VRating']
|
73530
|
-
|
73531
|
-
|
73528
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73529
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
73532
73530
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73533
|
-
|
73534
|
-
|
73535
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73531
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73532
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73536
73533
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73534
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73537
73535
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73538
73536
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73539
73537
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -73541,21 +73539,23 @@ declare module '@vue/runtime-core' {
|
|
73541
73539
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73542
73540
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73543
73541
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73542
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73543
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73544
73544
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73545
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73546
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73547
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73548
73545
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73546
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73549
73547
|
VTab: typeof import('vuetify/components')['VTab']
|
73550
73548
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73551
73549
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73552
73550
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73553
|
-
|
73551
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73552
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73554
73553
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73555
73554
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73556
73555
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73557
73556
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73558
73557
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73558
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73559
73559
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73560
73560
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73561
73561
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -73573,8 +73573,8 @@ declare module '@vue/runtime-core' {
|
|
73573
73573
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73574
73574
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73575
73575
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73576
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73577
73576
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73577
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73578
73578
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73579
73579
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73580
73580
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
@@ -73597,8 +73597,6 @@ declare module '@vue/runtime-core' {
|
|
73597
73597
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73598
73598
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73599
73599
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73600
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73601
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73602
73600
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73603
73601
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73604
73602
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -73606,15 +73604,17 @@ declare module '@vue/runtime-core' {
|
|
73606
73604
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73607
73605
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73608
73606
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73609
|
-
|
73610
|
-
|
73611
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73612
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73613
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73614
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73607
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73608
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73615
73609
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73616
73610
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73617
73611
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73612
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73613
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73614
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73615
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73616
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73617
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73618
73618
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73619
73619
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73620
73620
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.5-master.2024-05-
|
2
|
+
* Vuetify v3.6.5-master.2024-05-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -11371,6 +11371,7 @@ const VMenu = genericComponent()({
|
|
11371
11371
|
function onKeydown(e) {
|
11372
11372
|
if (props.disabled) return;
|
11373
11373
|
if (e.key === 'Tab' || e.key === 'Enter' && !props.closeOnContentClick) {
|
11374
|
+
if (e.key === 'Enter' && e.target instanceof HTMLTextAreaElement) return;
|
11374
11375
|
if (e.key === 'Enter') e.preventDefault();
|
11375
11376
|
const nextElement = getNextElement(focusableChildren(overlay.value?.contentEl, false), e.shiftKey ? 'prev' : 'next', el => el.tabIndex >= 0);
|
11376
11377
|
if (!nextElement) {
|
@@ -26405,6 +26406,7 @@ const VSwitch = genericComponent()({
|
|
26405
26406
|
blur
|
26406
26407
|
} = useFocus(props);
|
26407
26408
|
const control = ref();
|
26409
|
+
const isForcedColorsModeActive = IN_BROWSER && window.matchMedia('(forced-colors: active)').matches;
|
26408
26410
|
const loaderColor = computed(() => {
|
26409
26411
|
return typeof props.loading === 'string' && props.loading !== '' ? props.loading : props.color;
|
26410
26412
|
});
|
@@ -26473,7 +26475,7 @@ const VSwitch = genericComponent()({
|
|
26473
26475
|
backgroundColorStyles
|
26474
26476
|
} = _ref3;
|
26475
26477
|
return createVNode("div", {
|
26476
|
-
"class": ['v-switch__track',
|
26478
|
+
"class": ['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
|
26477
26479
|
"style": backgroundColorStyles.value,
|
26478
26480
|
"onClick": onTrackClick
|
26479
26481
|
}, [slots['track-true'] && createVNode("div", {
|
@@ -26494,7 +26496,7 @@ const VSwitch = genericComponent()({
|
|
26494
26496
|
return createVNode(Fragment, null, [inputNode, createVNode("div", {
|
26495
26497
|
"class": ['v-switch__thumb', {
|
26496
26498
|
'v-switch__thumb--filled': icon || props.loading
|
26497
|
-
}, props.inset ? undefined : backgroundColorClasses.value],
|
26499
|
+
}, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value],
|
26498
26500
|
"style": props.inset ? undefined : backgroundColorStyles.value
|
26499
26501
|
}, [slots.thumb ? createVNode(VDefaultsProvider, {
|
26500
26502
|
"defaults": {
|
@@ -27994,7 +27996,7 @@ function createVuetify$1() {
|
|
27994
27996
|
goTo
|
27995
27997
|
};
|
27996
27998
|
}
|
27997
|
-
const version$1 = "3.6.5-master.2024-05-
|
27999
|
+
const version$1 = "3.6.5-master.2024-05-14";
|
27998
28000
|
createVuetify$1.version = version$1;
|
27999
28001
|
|
28000
28002
|
// Vue's inject() can only be used in setup
|
@@ -28019,7 +28021,7 @@ const createVuetify = function () {
|
|
28019
28021
|
...options
|
28020
28022
|
});
|
28021
28023
|
};
|
28022
|
-
const version = "3.6.5-master.2024-05-
|
28024
|
+
const version = "3.6.5-master.2024-05-14";
|
28023
28025
|
createVuetify.version = version;
|
28024
28026
|
|
28025
28027
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|