@vuetify/nightly 3.6.7-master.2024-05-25 → 3.6.7-master.2024-05-28
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 +4 -2
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2230 -2154
- package/dist/vuetify-labs.esm.js +9 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +714 -638
- package/dist/vuetify.d.ts +53 -53
- 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 +53 -53
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/styles/main.css +76 -0
- package/lib/styles/settings/_utilities.scss +5 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73559,41 +73559,42 @@ declare module '@vue/runtime-core' {
|
|
73559
73559
|
}
|
73560
73560
|
|
73561
73561
|
export interface GlobalComponents {
|
73562
|
-
|
73563
|
-
|
73562
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
73563
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73564
73564
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73565
73565
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73566
73566
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73567
|
-
|
73568
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73569
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73570
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73567
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73571
73568
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73569
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73570
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73571
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
73572
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73573
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73572
73574
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73575
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73576
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73577
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73578
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73579
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73580
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73573
73581
|
VCard: typeof import('vuetify/components')['VCard']
|
73574
73582
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73575
73583
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73576
73584
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73577
73585
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73578
73586
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73579
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73580
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73581
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73582
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73583
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
73584
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73585
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73586
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73587
73587
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73588
73588
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73589
73589
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73590
73590
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73591
73591
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73592
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73593
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73594
73592
|
VChip: typeof import('vuetify/components')['VChip']
|
73595
|
-
|
73593
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73596
73594
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73595
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73596
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73597
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73597
73598
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73598
73599
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73599
73600
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73601,8 +73602,6 @@ declare module '@vue/runtime-core' {
|
|
73601
73602
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73602
73603
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73603
73604
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73604
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73605
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73606
73605
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73607
73606
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73608
73607
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -73610,25 +73609,27 @@ declare module '@vue/runtime-core' {
|
|
73610
73609
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73611
73610
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73612
73611
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73612
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73613
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73613
73614
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73614
73615
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73615
73616
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73616
73617
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73617
73618
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73619
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73618
73620
|
VField: typeof import('vuetify/components')['VField']
|
73619
73621
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73620
73622
|
VFab: typeof import('vuetify/components')['VFab']
|
73621
|
-
|
73622
|
-
|
73623
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73624
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73623
73625
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73624
73626
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73625
73627
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73626
73628
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73627
73629
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73628
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73629
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73630
73630
|
VInput: typeof import('vuetify/components')['VInput']
|
73631
|
-
|
73631
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73632
|
+
VItem: typeof import('vuetify/components')['VItem']
|
73632
73633
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73633
73634
|
VList: typeof import('vuetify/components')['VList']
|
73634
73635
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -73639,74 +73640,73 @@ declare module '@vue/runtime-core' {
|
|
73639
73640
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73640
73641
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73641
73642
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73642
|
-
|
73643
|
-
VItem: typeof import('vuetify/components')['VItem']
|
73644
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73643
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73645
73644
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73646
|
-
|
73647
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73645
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73648
73646
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73647
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73648
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73649
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73649
73650
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73650
73651
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73651
73652
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73652
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73653
|
-
VRating: typeof import('vuetify/components')['VRating']
|
73654
73653
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73655
|
-
|
73654
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73656
73655
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73656
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73657
73657
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73658
73658
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73659
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73660
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73659
73661
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73660
73662
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73661
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73662
73663
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73663
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73664
73664
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73665
|
-
|
73666
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
73667
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73668
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73665
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73669
73666
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73670
73667
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73671
73668
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73672
73669
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73673
73670
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73674
73671
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73675
|
-
|
73676
|
-
|
73672
|
+
VTab: typeof import('vuetify/components')['VTab']
|
73673
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
73674
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73675
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73677
73676
|
VTable: typeof import('vuetify/components')['VTable']
|
73678
|
-
|
73679
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73680
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73681
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73677
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73682
73678
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73683
73679
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73680
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73684
73681
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73685
73682
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73686
73683
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73684
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73685
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73686
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73687
73687
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73688
73688
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73689
73689
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73690
73690
|
VForm: typeof import('vuetify/components')['VForm']
|
73691
|
+
VHover: typeof import('vuetify/components')['VHover']
|
73691
73692
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73692
73693
|
VCol: typeof import('vuetify/components')['VCol']
|
73693
73694
|
VRow: typeof import('vuetify/components')['VRow']
|
73694
73695
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73695
|
-
VHover: typeof import('vuetify/components')['VHover']
|
73696
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73697
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73698
73696
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73699
73697
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73698
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
73699
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73700
73700
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73701
73701
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73702
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73703
73702
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73703
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73704
73704
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73705
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73706
73705
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73706
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73707
73707
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73708
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
73709
73708
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73709
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
73710
73710
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73711
73711
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73712
73712
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73729,11 +73729,11 @@ declare module '@vue/runtime-core' {
|
|
73729
73729
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73730
73730
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73731
73731
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73732
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73733
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73734
73732
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73735
73733
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73736
73734
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73735
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73736
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73737
73737
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73738
73738
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73739
73739
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
@@ -73742,7 +73742,7 @@ declare module '@vue/runtime-core' {
|
|
73742
73742
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73743
73743
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73744
73744
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73745
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73746
73745
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73746
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73747
73747
|
}
|
73748
73748
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28039,7 +28039,7 @@ function createVuetify$1() {
|
|
28039
28039
|
goTo
|
28040
28040
|
};
|
28041
28041
|
}
|
28042
|
-
const version$1 = "3.6.7-master.2024-05-
|
28042
|
+
const version$1 = "3.6.7-master.2024-05-28";
|
28043
28043
|
createVuetify$1.version = version$1;
|
28044
28044
|
|
28045
28045
|
// Vue's inject() can only be used in setup
|
@@ -28064,7 +28064,7 @@ const createVuetify = function () {
|
|
28064
28064
|
...options
|
28065
28065
|
});
|
28066
28066
|
};
|
28067
|
-
const version = "3.6.7-master.2024-05-
|
28067
|
+
const version = "3.6.7-master.2024-05-28";
|
28068
28068
|
createVuetify.version = version;
|
28069
28069
|
|
28070
28070
|
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.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28043,7 +28043,7 @@
|
|
28043
28043
|
goTo
|
28044
28044
|
};
|
28045
28045
|
}
|
28046
|
-
const version$1 = "3.6.7-master.2024-05-
|
28046
|
+
const version$1 = "3.6.7-master.2024-05-28";
|
28047
28047
|
createVuetify$1.version = version$1;
|
28048
28048
|
|
28049
28049
|
// Vue's inject() can only be used in setup
|
@@ -28068,7 +28068,7 @@
|
|
28068
28068
|
...options
|
28069
28069
|
});
|
28070
28070
|
};
|
28071
|
-
const version = "3.6.7-master.2024-05-
|
28071
|
+
const version = "3.6.7-master.2024-05-28";
|
28072
28072
|
createVuetify.version = version;
|
28073
28073
|
|
28074
28074
|
exports.blueprints = index;
|