@vuetify/nightly 3.6.7-master.2024-05-23 → 3.6.7-master.2024-05-25
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 +3 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2250 -2250
- package/dist/vuetify-labs.esm.js +7 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1401 -1401
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +7 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +2 -0
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73560,41 +73560,40 @@ declare module '@vue/runtime-core' {
|
|
73560
73560
|
|
73561
73561
|
export interface GlobalComponents {
|
73562
73562
|
VApp: typeof import('vuetify/components')['VApp']
|
73563
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73563
73564
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73564
73565
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73565
73566
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73566
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73567
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73568
73567
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73569
73568
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73570
|
-
|
73569
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73571
73570
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73572
|
-
|
73573
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
73574
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73575
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73571
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73576
73572
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73577
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73578
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73579
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73580
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73581
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73582
73573
|
VCard: typeof import('vuetify/components')['VCard']
|
73583
73574
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73584
73575
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73585
73576
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73586
73577
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73587
73578
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73588
|
-
|
73589
|
-
|
73590
|
-
|
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
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73591
73588
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73592
73589
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73593
|
-
|
73590
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73591
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73594
73592
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73595
73593
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73594
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73595
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73596
73596
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73597
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73598
73597
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73599
73598
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73600
73599
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73602,37 +73601,35 @@ declare module '@vue/runtime-core' {
|
|
73602
73601
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73603
73602
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73604
73603
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73604
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73605
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73605
73606
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73606
73607
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73607
73608
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73608
73609
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73609
73610
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73610
73611
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73611
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73612
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73613
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73614
73612
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73613
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73615
73614
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73616
73615
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73617
73616
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73618
73617
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73619
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73620
73618
|
VField: typeof import('vuetify/components')['VField']
|
73621
73619
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73620
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73621
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73622
73622
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73623
73623
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73624
73624
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73625
73625
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73626
73626
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73627
73627
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73628
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73629
73628
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73630
|
-
|
73631
|
-
|
73629
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73630
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73632
73631
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73633
73632
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73634
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73635
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73636
73633
|
VList: typeof import('vuetify/components')['VList']
|
73637
73634
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73638
73635
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73642,65 +73639,68 @@ declare module '@vue/runtime-core' {
|
|
73642
73639
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73643
73640
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73644
73641
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73642
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73643
|
+
VItem: typeof import('vuetify/components')['VItem']
|
73644
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73645
73645
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73646
73646
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73647
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73648
73647
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73649
|
-
|
73648
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73650
73649
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73651
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73652
73650
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73653
|
-
|
73651
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73652
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73654
73653
|
VRating: typeof import('vuetify/components')['VRating']
|
73654
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73655
73655
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73656
73656
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73657
73657
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73658
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73658
73659
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73659
73660
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73660
73661
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73661
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
73662
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73663
73662
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73663
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73664
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73665
|
+
VTab: typeof import('vuetify/components')['VTab']
|
73666
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
73667
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73668
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73664
73669
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73665
73670
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73666
73671
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73667
73672
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73668
73673
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73669
73674
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73670
|
-
VTab: typeof import('vuetify/components')['VTab']
|
73671
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
73672
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73673
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73674
73675
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73675
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73676
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73677
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73678
73676
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73679
|
-
|
73677
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73678
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73680
73679
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73681
73680
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73682
73681
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73683
73682
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73684
73683
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73684
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73685
73685
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73686
73686
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
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']
|
73692
73691
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73693
73692
|
VCol: typeof import('vuetify/components')['VCol']
|
73694
73693
|
VRow: typeof import('vuetify/components')['VRow']
|
73695
73694
|
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']
|
73696
73698
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73697
73699
|
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
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
73703
73702
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73703
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
73704
73704
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73705
73705
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73706
73706
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
@@ -73723,24 +73723,24 @@ declare module '@vue/runtime-core' {
|
|
73723
73723
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73724
73724
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73725
73725
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73726
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73727
73726
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73728
73727
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73729
73728
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73730
73729
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73731
73730
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73732
73731
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73732
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73733
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73733
73734
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73734
73735
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73735
73736
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73736
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73737
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73738
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73739
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73740
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73741
73737
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73742
73738
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73743
73739
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73740
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73741
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73742
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73743
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73744
73744
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73745
73745
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73746
73746
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
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-25
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -15756,6 +15756,7 @@ const makeVSliderThumbProps = propsFactory({
|
|
15756
15756
|
type: [Boolean, Object],
|
15757
15757
|
default: true
|
15758
15758
|
},
|
15759
|
+
name: String,
|
15759
15760
|
...makeComponentProps()
|
15760
15761
|
}, 'VSliderThumb');
|
15761
15762
|
const VSliderThumb = genericComponent()({
|
@@ -15852,6 +15853,7 @@ const VSliderThumb = genericComponent()({
|
|
15852
15853
|
}, props.style],
|
15853
15854
|
"role": "slider",
|
15854
15855
|
"tabindex": disabled.value ? -1 : 0,
|
15856
|
+
"aria-label": props.name,
|
15855
15857
|
"aria-valuemin": props.min,
|
15856
15858
|
"aria-valuemax": props.max,
|
15857
15859
|
"aria-valuenow": props.modelValue,
|
@@ -16128,7 +16130,8 @@ const VSlider = genericComponent()({
|
|
16128
16130
|
"elevation": props.elevation,
|
16129
16131
|
"onFocus": focus,
|
16130
16132
|
"onBlur": blur,
|
16131
|
-
"ripple": props.ripple
|
16133
|
+
"ripple": props.ripple,
|
16134
|
+
"name": props.name
|
16132
16135
|
}, {
|
16133
16136
|
'thumb-label': slots['thumb-label']
|
16134
16137
|
})]);
|
@@ -28036,7 +28039,7 @@ function createVuetify$1() {
|
|
28036
28039
|
goTo
|
28037
28040
|
};
|
28038
28041
|
}
|
28039
|
-
const version$1 = "3.6.7-master.2024-05-
|
28042
|
+
const version$1 = "3.6.7-master.2024-05-25";
|
28040
28043
|
createVuetify$1.version = version$1;
|
28041
28044
|
|
28042
28045
|
// Vue's inject() can only be used in setup
|
@@ -28061,7 +28064,7 @@ const createVuetify = function () {
|
|
28061
28064
|
...options
|
28062
28065
|
});
|
28063
28066
|
};
|
28064
|
-
const version = "3.6.7-master.2024-05-
|
28067
|
+
const version = "3.6.7-master.2024-05-25";
|
28065
28068
|
createVuetify.version = version;
|
28066
28069
|
|
28067
28070
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|