@vuetify/nightly 3.6.5-master.2024-05-11 → 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 +12 -2
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +1536 -1796
- 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 +3 -3
- package/dist/vuetify.css +1020 -1280
- package/dist/vuetify.d.ts +46 -46
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +3 -3
- 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 +46 -46
- 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/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +0 -260
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73433,41 +73433,47 @@ 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']
|
73436
73438
|
VApp: typeof import('vuetify/components')['VApp']
|
73439
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73437
73440
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73438
73441
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73439
73442
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73440
73443
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73441
|
-
|
73442
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73443
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73444
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
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
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73449
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73450
73448
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73451
73449
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73452
73450
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73451
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73452
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73453
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73453
73454
|
VBtn: typeof import('vuetify/components')['VBtn']
|
73454
73455
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73456
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73457
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73455
73458
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73456
73459
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73457
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73458
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73459
73460
|
VCard: typeof import('vuetify/components')['VCard']
|
73460
73461
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73461
73462
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73462
73463
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73463
73464
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73464
73465
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73465
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73466
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73467
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73468
73466
|
VCode: typeof import('vuetify/components')['VCode']
|
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']
|
73476
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73471
73477
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73472
73478
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73473
73479
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73476,32 +73482,26 @@ declare module '@vue/runtime-core' {
|
|
73476
73482
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73477
73483
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73478
73484
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73479
|
-
|
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']
|
73485
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73485
73486
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73486
73487
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73487
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73488
|
-
VField: typeof import('vuetify/components')['VField']
|
73489
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73490
73488
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73491
|
-
|
73492
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
73489
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73493
73490
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73494
73491
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73495
73492
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73496
73493
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73494
|
+
VField: typeof import('vuetify/components')['VField']
|
73495
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
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
73507
|
VLabel: typeof import('vuetify/components')['VLabel']
|
@@ -73515,72 +73515,72 @@ 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
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73519
73518
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73520
|
-
|
73519
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73521
73520
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73522
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
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
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
73527
73528
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73528
73529
|
VRating: typeof import('vuetify/components')['VRating']
|
73529
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
73530
73530
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73531
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73531
73532
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73532
|
-
|
73533
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73533
73534
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73534
73535
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73535
|
-
|
73536
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73536
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73537
73537
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73538
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73539
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73540
73538
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73541
73539
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73542
73540
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73543
73541
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73544
73542
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73545
73543
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73544
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73545
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73546
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73546
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']
|
73551
|
-
|
73552
|
-
|
73553
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73554
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73555
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73553
73556
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73554
73557
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73555
73558
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73556
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73557
73559
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73558
73560
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73559
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73560
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
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
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73571
73570
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73572
73571
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73572
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
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
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
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
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73583
73582
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73583
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73584
73584
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73585
73585
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73586
73586
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73609,12 +73609,12 @@ declare module '@vue/runtime-core' {
|
|
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;
|