@vuetify/nightly 3.6.14-master.2024-08-13 → 3.6.15-master.2024-08-15
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 +28 -28
- package/dist/json/importMap.json +108 -108
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +3082 -3082
- 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 +1065 -1065
- package/dist/vuetify.d.ts +39 -39
- 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 +39 -39
- 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 +10 -9
package/dist/vuetify.d.ts
CHANGED
@@ -66448,39 +66448,39 @@ declare global {
|
|
66448
66448
|
}
|
66449
66449
|
}
|
66450
66450
|
interface _GlobalComponents {
|
66451
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66452
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66453
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
66454
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66455
66451
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66456
66452
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66457
66453
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66454
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66455
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66456
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66458
66457
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66459
|
-
|
66458
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66460
66459
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66461
66460
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66462
66461
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66462
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66463
66463
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66464
66464
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66465
66465
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66466
66466
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66467
|
-
|
66467
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66468
66468
|
VBtn: typeof import('vuetify/components')['VBtn']
|
66469
|
-
|
66470
|
-
|
66471
|
-
VChip: typeof import('vuetify/components')['VChip']
|
66472
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66473
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66469
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66470
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
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
|
-
|
66481
|
-
|
66482
|
-
|
66477
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66478
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66479
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66480
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66481
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66483
66482
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66483
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66484
66484
|
VCode: typeof import('vuetify/components')['VCode']
|
66485
66485
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66486
66486
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
@@ -66490,6 +66490,7 @@ interface _GlobalComponents {
|
|
66490
66490
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66491
66491
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66492
66492
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66493
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66493
66494
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66494
66495
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66495
66496
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66498,15 +66499,15 @@ interface _GlobalComponents {
|
|
66498
66499
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66499
66500
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66500
66501
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66501
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
66502
66502
|
VDivider: typeof import('vuetify/components')['VDivider']
|
66503
|
-
VFab: typeof import('vuetify/components')['VFab']
|
66504
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
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
|
+
VInput: typeof import('vuetify/components')['VInput']
|
66510
66511
|
VField: typeof import('vuetify/components')['VField']
|
66511
66512
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66512
66513
|
VIcon: typeof import('vuetify/components')['VIcon']
|
@@ -66514,17 +66515,14 @@ interface _GlobalComponents {
|
|
66514
66515
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
66515
66516
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
66516
66517
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
66517
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66518
|
-
VItem: typeof import('vuetify/components')['VItem']
|
66519
66518
|
VImg: typeof import('vuetify/components')['VImg']
|
66520
|
-
VInput: typeof import('vuetify/components')['VInput']
|
66521
66519
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66522
66520
|
VKbd: typeof import('vuetify/components')['VKbd']
|
66521
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66522
|
+
VItem: typeof import('vuetify/components')['VItem']
|
66523
66523
|
VLabel: typeof import('vuetify/components')['VLabel']
|
66524
66524
|
VMenu: typeof import('vuetify/components')['VMenu']
|
66525
66525
|
VMain: typeof import('vuetify/components')['VMain']
|
66526
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66527
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
66528
66526
|
VList: typeof import('vuetify/components')['VList']
|
66529
66527
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
66530
66528
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -66534,6 +66532,8 @@ interface _GlobalComponents {
|
|
66534
66532
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
66535
66533
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
66536
66534
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
66535
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
66536
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66537
66537
|
VPagination: typeof import('vuetify/components')['VPagination']
|
66538
66538
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
66539
66539
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
@@ -66541,14 +66541,15 @@ interface _GlobalComponents {
|
|
66541
66541
|
VRating: typeof import('vuetify/components')['VRating']
|
66542
66542
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
66543
66543
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66544
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
66545
66544
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
66546
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66547
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66548
66545
|
VSelect: typeof import('vuetify/components')['VSelect']
|
66549
|
-
|
66546
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
66547
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66550
66548
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
66551
66549
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
66550
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
66551
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66552
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66552
66553
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
66553
66554
|
VStepper: typeof import('vuetify/components')['VStepper']
|
66554
66555
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -66556,35 +66557,34 @@ interface _GlobalComponents {
|
|
66556
66557
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
66557
66558
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
66558
66559
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
66559
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66560
66560
|
VTab: typeof import('vuetify/components')['VTab']
|
66561
66561
|
VTabs: typeof import('vuetify/components')['VTabs']
|
66562
66562
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
66563
66563
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66564
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
66564
66565
|
VTable: typeof import('vuetify/components')['VTable']
|
66566
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66567
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
66565
66568
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
66566
66569
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
66567
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
66568
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66569
66570
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
66570
66571
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
66571
66572
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
66572
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
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
66577
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66578
66578
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
66579
|
-
VHover: typeof import('vuetify/components')['VHover']
|
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
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
66585
66586
|
VLayout: typeof import('vuetify/components')['VLayout']
|
66586
66587
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
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']
|
@@ -66612,27 +66612,27 @@ interface _GlobalComponents {
|
|
66612
66612
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
66613
66613
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
66614
66614
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
66615
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
66616
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
66617
|
-
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
66615
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
66622
66616
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
66623
66617
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
66624
66618
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
66625
66619
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
66626
66620
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
66621
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
66622
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
66623
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
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']
|
66633
66633
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
66634
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
66635
66634
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
66635
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
66636
66636
|
}
|
66637
66637
|
declare module 'vue' {
|
66638
66638
|
export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.15-master.2024-08-15
|
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.
|
28149
|
+
const version$1 = "3.6.15-master.2024-08-15";
|
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.
|
28174
|
+
const version = "3.6.15-master.2024-08-15";
|
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.
|
2
|
+
* Vuetify v3.6.15-master.2024-08-15
|
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.
|
28153
|
+
const version$1 = "3.6.15-master.2024-08-15";
|
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.
|
28178
|
+
const version = "3.6.15-master.2024-08-15";
|
28179
28179
|
createVuetify.version = version;
|
28180
28180
|
|
28181
28181
|
exports.blueprints = index;
|