@vuetify/nightly 3.6.5-master.2024-05-12 → 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 +10 -2
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +112 -112
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2465 -2421
- package/dist/vuetify-labs.d.ts +1 -1
- package/dist/vuetify-labs.esm.js +23 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4988 -4944
- package/dist/vuetify.d.ts +36 -36
- 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 +36 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs +16 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1 -1
- package/lib/labs/components.d.mts +1 -1
- 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
@@ -73434,41 +73434,41 @@ declare module '@vue/runtime-core' {
|
|
73434
73434
|
|
73435
73435
|
export interface GlobalComponents {
|
73436
73436
|
VApp: typeof import('vuetify/components')['VApp']
|
73437
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
73438
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73439
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
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
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
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']
|
73448
73449
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73450
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73449
73451
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73450
73452
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73451
73453
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73452
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73453
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73454
73454
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73455
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73456
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73457
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73458
73455
|
VCard: typeof import('vuetify/components')['VCard']
|
73459
73456
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73460
73457
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73461
73458
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73462
73459
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73463
73460
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73464
|
-
|
73461
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73462
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73463
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73464
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73465
73465
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73466
73466
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73467
73467
|
VChip: typeof import('vuetify/components')['VChip']
|
73468
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73468
73469
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73469
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73470
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73471
73470
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73471
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73472
73472
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73473
73473
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73474
73474
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73483,27 +73483,28 @@ declare module '@vue/runtime-core' {
|
|
73483
73483
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73484
73484
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73485
73485
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73486
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73486
73487
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73487
73488
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73488
73489
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73489
73490
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73490
73491
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73491
|
-
|
73492
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73492
73493
|
VField: typeof import('vuetify/components')['VField']
|
73493
73494
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73494
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73495
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
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73503
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73504
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73505
73504
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73506
73505
|
VItem: typeof import('vuetify/components')['VItem']
|
73506
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73507
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73507
73508
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73508
73509
|
VList: typeof import('vuetify/components')['VList']
|
73509
73510
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -73514,33 +73515,32 @@ declare module '@vue/runtime-core' {
|
|
73514
73515
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73515
73516
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73516
73517
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73517
|
-
|
73518
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73518
73519
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73519
73520
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73520
73521
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73521
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73522
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
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
73527
|
VRating: typeof import('vuetify/components')['VRating']
|
73528
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
73529
73528
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73530
|
-
|
73531
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73532
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73533
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73529
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
73534
73530
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73535
73531
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73536
|
-
|
73532
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73533
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73537
73534
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73535
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73538
73536
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73539
73537
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73540
73538
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
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
73545
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73546
73546
|
VTable: typeof import('vuetify/components')['VTable']
|
@@ -73548,10 +73548,10 @@ declare module '@vue/runtime-core' {
|
|
73548
73548
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73549
73549
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73550
73550
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73551
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73552
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73553
73551
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73554
73552
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73553
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73554
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73555
73555
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73556
73556
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73557
73557
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
@@ -73561,23 +73561,23 @@ declare module '@vue/runtime-core' {
|
|
73561
73561
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73562
73562
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73563
73563
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73564
|
+
VForm: typeof import('vuetify/components')['VForm']
|
73564
73565
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73565
73566
|
VCol: typeof import('vuetify/components')['VCol']
|
73566
73567
|
VRow: typeof import('vuetify/components')['VRow']
|
73567
73568
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73568
|
-
VForm: typeof import('vuetify/components')['VForm']
|
73569
73569
|
VHover: typeof import('vuetify/components')['VHover']
|
73570
73570
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73571
73571
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73572
73572
|
VLazy: typeof import('vuetify/components')['VLazy']
|
73573
73573
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73574
73574
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73575
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
73576
73575
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73576
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
73577
73577
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73578
73578
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73579
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73580
73579
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73580
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73581
73581
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73582
73582
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73583
73583
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -73606,15 +73606,15 @@ declare module '@vue/runtime-core' {
|
|
73606
73606
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73607
73607
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73608
73608
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73609
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73610
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73611
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73612
73609
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73613
73610
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73614
73611
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73615
73612
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73616
73613
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73617
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 };
|