@vuetify/nightly 3.6.14-master.2024-08-13 → 3.6.14-master.2024-08-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/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +3028 -3028
- package/dist/vuetify-labs.d.ts +5010 -369
- package/dist/vuetify-labs.esm.js +4 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1123 -1123
- package/dist/vuetify.d.ts +52 -52
- 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 +52 -52
- package/lib/labs/VNumberInput/VNumberInput.mjs +2 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +4719 -30
- package/lib/labs/components.d.mts +4850 -186
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66448,48 +66448,45 @@ declare global {
|
|
66448
66448
|
}
|
66449
66449
|
}
|
66450
66450
|
interface _GlobalComponents {
|
66451
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66452
66451
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66453
|
-
|
66454
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66452
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66455
66453
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66456
66454
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66457
66455
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66458
66456
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66459
|
-
|
66457
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66458
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66460
66459
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66461
66460
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66462
66461
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66463
66462
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66464
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66465
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66466
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66467
66463
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66468
|
-
|
66464
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66469
66465
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66466
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66467
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66470
66468
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66469
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66471
66470
|
VChip: typeof import('vuetify/components')['VChip']
|
66472
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66473
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66474
66471
|
VCard: typeof import('vuetify/components')['VCard']
|
66475
66472
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66476
66473
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66477
66474
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66478
66475
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66479
66476
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66480
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66481
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66482
66477
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66483
66478
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66484
|
-
|
66485
|
-
|
66479
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66480
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66486
66481
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66482
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
66487
66483
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66488
66484
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66489
66485
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66490
66486
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66491
66487
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66492
66488
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66489
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66493
66490
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66494
66491
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66495
66492
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66497,34 +66494,33 @@ interface _GlobalComponents {
|
|
66497
66494
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66498
66495
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66499
66496
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66500
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66501
66497
|
VDialog: typeof import('vuetify/components')['VDialog']
|
66498
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66499
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66500
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66502
66501
|
VDivider: typeof import('vuetify/components')['VDivider']
|
66503
|
-
|
66504
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
66502
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66505
66503
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66506
66504
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66507
66505
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
66508
66506
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
66507
|
+
VFab: typeof import('vuetify/components')['VFab']
|
66509
66508
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
66509
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
66510
66510
|
VField: typeof import('vuetify/components')['VField']
|
66511
66511
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66512
|
+
VImg: typeof import('vuetify/components')['VImg']
|
66512
66513
|
VIcon: typeof import('vuetify/components')['VIcon']
|
66513
66514
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
66514
66515
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
66515
66516
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
66516
66517
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
66518
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66519
|
+
VInput: typeof import('vuetify/components')['VInput']
|
66517
66520
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66518
66521
|
VItem: typeof import('vuetify/components')['VItem']
|
66519
|
-
VImg: typeof import('vuetify/components')['VImg']
|
66520
|
-
VInput: typeof import('vuetify/components')['VInput']
|
66521
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66522
66522
|
VKbd: typeof import('vuetify/components')['VKbd']
|
66523
66523
|
VLabel: typeof import('vuetify/components')['VLabel']
|
66524
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
66525
|
-
VMain: typeof import('vuetify/components')['VMain']
|
66526
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66527
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
66528
66524
|
VList: typeof import('vuetify/components')['VList']
|
66529
66525
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
66530
66526
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -66534,68 +66530,70 @@ interface _GlobalComponents {
|
|
66534
66530
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
66535
66531
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
66536
66532
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
66537
|
-
|
66538
|
-
|
66533
|
+
VMain: typeof import('vuetify/components')['VMain']
|
66534
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
66535
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
66536
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66539
66537
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
66538
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66539
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
66540
66540
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
66541
|
-
VRating: typeof import('vuetify/components')['VRating']
|
66542
66541
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
66543
|
-
|
66544
|
-
|
66542
|
+
VRating: typeof import('vuetify/components')['VRating']
|
66543
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
66544
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
66545
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66546
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66545
66547
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
66546
66548
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66547
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66548
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
66549
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
66550
66549
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
66551
66550
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
66552
|
-
|
66551
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
66552
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
66553
|
+
VTab: typeof import('vuetify/components')['VTab']
|
66554
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
66555
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
66556
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66557
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66553
66558
|
VStepper: typeof import('vuetify/components')['VStepper']
|
66554
66559
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
66555
66560
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
66556
66561
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
66557
66562
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
66558
66563
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
66559
|
-
|
66560
|
-
|
66561
|
-
|
66562
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
66563
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66564
|
-
VTable: typeof import('vuetify/components')['VTable']
|
66564
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
66565
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
66566
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
66565
66567
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
66566
66568
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
66567
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
66568
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66569
66569
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
66570
66570
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
66571
66571
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
66572
|
-
|
66572
|
+
VTable: typeof import('vuetify/components')['VTable']
|
66573
66573
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
66574
66574
|
VWindow: typeof import('vuetify/components')['VWindow']
|
66575
66575
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
66576
66576
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
66577
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66578
66577
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
66579
|
-
|
66578
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66580
66579
|
VForm: typeof import('vuetify/components')['VForm']
|
66581
66580
|
VContainer: typeof import('vuetify/components')['VContainer']
|
66582
66581
|
VCol: typeof import('vuetify/components')['VCol']
|
66583
66582
|
VRow: typeof import('vuetify/components')['VRow']
|
66584
66583
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
66584
|
+
VHover: typeof import('vuetify/components')['VHover']
|
66585
66585
|
VLayout: typeof import('vuetify/components')['VLayout']
|
66586
66586
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
66587
66587
|
VLazy: typeof import('vuetify/components')['VLazy']
|
66588
66588
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
66589
66589
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
66590
66590
|
VParallax: typeof import('vuetify/components')['VParallax']
|
66591
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
66592
66591
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
66592
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
66593
66593
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
66594
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
66595
66594
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
66595
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
66596
66596
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
66597
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
66598
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
66599
66597
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
66600
66598
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
66601
66599
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -66612,21 +66610,23 @@ interface _GlobalComponents {
|
|
66612
66610
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
66613
66611
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
66614
66612
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
66615
|
-
|
66613
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
66614
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
66616
66615
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
66617
66616
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
66618
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
66619
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
66620
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
66621
66617
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
66622
66618
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
66623
66619
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
66624
66620
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
66625
66621
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
66626
66622
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
66623
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
66627
66624
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
66628
66625
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
66629
66626
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
66627
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
66628
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
66629
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
66630
66630
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
66631
66631
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
66632
66632
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.14-master.2024-08-
|
2
|
+
* Vuetify v3.6.14-master.2024-08-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28146,7 +28146,7 @@ function createVuetify$1() {
|
|
28146
28146
|
goTo
|
28147
28147
|
};
|
28148
28148
|
}
|
28149
|
-
const version$1 = "3.6.14-master.2024-08-
|
28149
|
+
const version$1 = "3.6.14-master.2024-08-14";
|
28150
28150
|
createVuetify$1.version = version$1;
|
28151
28151
|
|
28152
28152
|
// Vue's inject() can only be used in setup
|
@@ -28171,7 +28171,7 @@ const createVuetify = function () {
|
|
28171
28171
|
...options
|
28172
28172
|
});
|
28173
28173
|
};
|
28174
|
-
const version = "3.6.14-master.2024-08-
|
28174
|
+
const version = "3.6.14-master.2024-08-14";
|
28175
28175
|
createVuetify.version = version;
|
28176
28176
|
|
28177
28177
|
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.14-master.2024-08-
|
2
|
+
* Vuetify v3.6.14-master.2024-08-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28150,7 +28150,7 @@
|
|
28150
28150
|
goTo
|
28151
28151
|
};
|
28152
28152
|
}
|
28153
|
-
const version$1 = "3.6.14-master.2024-08-
|
28153
|
+
const version$1 = "3.6.14-master.2024-08-14";
|
28154
28154
|
createVuetify$1.version = version$1;
|
28155
28155
|
|
28156
28156
|
// Vue's inject() can only be used in setup
|
@@ -28175,7 +28175,7 @@
|
|
28175
28175
|
...options
|
28176
28176
|
});
|
28177
28177
|
};
|
28178
|
-
const version = "3.6.14-master.2024-08-
|
28178
|
+
const version = "3.6.14-master.2024-08-14";
|
28179
28179
|
createVuetify.version = version;
|
28180
28180
|
|
28181
28181
|
exports.blueprints = index;
|