@vuetify/nightly 3.6.5-master.2024-05-12 → 3.6.5-master.2024-05-13
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 +7 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +118 -118
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2029 -2029
- package/dist/vuetify-labs.d.ts +1 -1
- package/dist/vuetify-labs.esm.js +19 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +19 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4739 -4739
- package/dist/vuetify.d.ts +43 -43
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- 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/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73433,28 +73433,30 @@ declare module '@vue/runtime-core' {
|
|
73433
73433
|
}
|
73434
73434
|
|
73435
73435
|
export interface GlobalComponents {
|
73436
|
-
VApp: typeof import('vuetify/components')['VApp']
|
73437
73436
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73438
73437
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73439
|
-
|
73438
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73439
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73440
73440
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73441
73441
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73442
73442
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73443
|
-
|
73443
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73444
73444
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73445
73445
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73446
73446
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73447
73447
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73448
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73449
73448
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73450
73449
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73451
73450
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73451
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73452
73452
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73453
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73454
73453
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73454
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73455
73455
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73456
73456
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73457
73457
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73458
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73459
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73458
73460
|
VCard: typeof import('vuetify/components')['VCard']
|
73459
73461
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73460
73462
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -73462,12 +73464,15 @@ declare module '@vue/runtime-core' {
|
|
73462
73464
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73463
73465
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73464
73466
|
VCode: typeof import('vuetify/components')['VCode']
|
73465
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73466
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73467
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73468
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73469
73467
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73470
|
-
|
73468
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73469
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73470
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73471
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
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']
|
73471
73476
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73472
73477
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73473
73478
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
@@ -73476,34 +73481,30 @@ declare module '@vue/runtime-core' {
|
|
73476
73481
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73477
73482
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73478
73483
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73479
|
-
|
73480
|
-
|
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']
|
73485
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
73484
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73485
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73486
73486
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73487
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73488
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73489
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73487
73490
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73488
73491
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73489
73492
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73490
73493
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73491
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73492
73494
|
VField: typeof import('vuetify/components')['VField']
|
73493
73495
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73494
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73495
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73496
73496
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73497
73497
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73498
73498
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73499
73499
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73500
73500
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73501
73501
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73502
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73503
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73504
73502
|
VImg: typeof import('vuetify/components')['VImg']
|
73503
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73504
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73505
73505
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73506
73506
|
VItem: typeof import('vuetify/components')['VItem']
|
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,27 +73515,26 @@ 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
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73518
73518
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73519
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73520
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73521
73519
|
VMain: typeof import('vuetify/components')['VMain']
|
73522
|
-
|
73520
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73523
73521
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73522
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73524
73523
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73524
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73525
73525
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73526
73526
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73527
|
-
VRating: typeof import('vuetify/components')['VRating']
|
73528
73527
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73529
73528
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73529
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73530
73530
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73531
|
-
|
73531
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73532
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73533
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73532
73534
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73533
73535
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73534
|
-
|
73535
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
73536
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73536
73537
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73537
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73538
73538
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73539
73539
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73540
73540
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -73542,42 +73542,42 @@ declare module '@vue/runtime-core' {
|
|
73542
73542
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73543
73543
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73544
73544
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73545
|
-
|
73545
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73546
73546
|
VTable: typeof import('vuetify/components')['VTable']
|
73547
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73548
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73547
73549
|
VTab: typeof import('vuetify/components')['VTab']
|
73548
73550
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73549
73551
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73550
73552
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73553
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73551
73554
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73552
73555
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73553
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73554
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73555
73556
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73556
73557
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73557
73558
|
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']
|
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']
|
73577
73576
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73577
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
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']
|
@@ -73597,6 +73597,8 @@ 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']
|
73600
73602
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73601
73603
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73602
73604
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -73604,17 +73606,15 @@ declare module '@vue/runtime-core' {
|
|
73604
73606
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73605
73607
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73606
73608
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73607
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73608
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73609
73609
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73610
73610
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73611
73611
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73612
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73613
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73614
|
-
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
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73616
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73617
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
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-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -27994,7 +27994,7 @@ function createVuetify$1() {
|
|
27994
27994
|
goTo
|
27995
27995
|
};
|
27996
27996
|
}
|
27997
|
-
const version$1 = "3.6.5-master.2024-05-
|
27997
|
+
const version$1 = "3.6.5-master.2024-05-13";
|
27998
27998
|
createVuetify$1.version = version$1;
|
27999
27999
|
|
28000
28000
|
// Vue's inject() can only be used in setup
|
@@ -28019,7 +28019,7 @@ const createVuetify = function () {
|
|
28019
28019
|
...options
|
28020
28020
|
});
|
28021
28021
|
};
|
28022
|
-
const version = "3.6.5-master.2024-05-
|
28022
|
+
const version = "3.6.5-master.2024-05-13";
|
28023
28023
|
createVuetify.version = version;
|
28024
28024
|
|
28025
28025
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.5-master.2024-05-
|
2
|
+
* Vuetify v3.6.5-master.2024-05-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -27998,7 +27998,7 @@
|
|
27998
27998
|
goTo
|
27999
27999
|
};
|
28000
28000
|
}
|
28001
|
-
const version$1 = "3.6.5-master.2024-05-
|
28001
|
+
const version$1 = "3.6.5-master.2024-05-13";
|
28002
28002
|
createVuetify$1.version = version$1;
|
28003
28003
|
|
28004
28004
|
// Vue's inject() can only be used in setup
|
@@ -28023,7 +28023,7 @@
|
|
28023
28023
|
...options
|
28024
28024
|
});
|
28025
28025
|
};
|
28026
|
-
const version = "3.6.5-master.2024-05-
|
28026
|
+
const version = "3.6.5-master.2024-05-13";
|
28027
28027
|
createVuetify.version = version;
|
28028
28028
|
|
28029
28029
|
exports.blueprints = index;
|