@vuetify/nightly 3.5.3-dev.2024-02-14 → 3.5.3-dev.2024-02-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.json +152 -152
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +1834 -1834
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +406 -406
- package/dist/vuetify.d.ts +44 -44
- 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/components/VLabel/VLabel.sass +1 -1
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.3-dev.2024-02-
|
|
2
|
+
* Vuetify v3.5.3-dev.2024-02-25
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1910,9 +1910,9 @@ else{const{mount:a}=e
|
|
|
1910
1910
|
e.mount=function(){const l=a(...arguments)
|
|
1911
1911
|
return t.nextTick((()=>c.update())),e.mount=a,l}}Ct.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:yp.call(this,ct),display:yp.call(this,sn),theme:yp.call(this,ta),icons:yp.call(this,Bl),locale:yp.call(this,Xt),date:yp.call(this,bu)})}}})}
|
|
1912
1912
|
return{install:g,defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function yp(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
|
1913
|
-
if(a&&e in a)return a[e]}hp.version="3.5.3-dev.2024-02-
|
|
1913
|
+
if(a&&e in a)return a[e]}hp.version="3.5.3-dev.2024-02-25"
|
|
1914
1914
|
const bp=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|
|
1915
|
-
return hp({components:up,directives:gp,...e})},Vp="3.5.3-dev.2024-02-
|
|
1915
|
+
return hp({components:up,directives:gp,...e})},Vp="3.5.3-dev.2024-02-25"
|
|
1916
1916
|
bp.version=Vp,e.components=up,e.createVuetify=bp,e.directives=gp,e.useDate=Su,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
|
1917
1917
|
const{props:a,provideSubDefaults:l}=mt(e,t)
|
|
1918
1918
|
return l(),a},e.useDisplay=mn,e.useGoTo=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|
package/lib/entry-bundler.mjs
CHANGED
|
@@ -15,7 +15,7 @@ export const createVuetify = function () {
|
|
|
15
15
|
...options
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
|
-
export const version = "3.5.3-dev.2024-02-
|
|
18
|
+
export const version = "3.5.3-dev.2024-02-25";
|
|
19
19
|
createVuetify.version = version;
|
|
20
20
|
export { components, directives };
|
|
21
21
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
|
@@ -517,75 +517,74 @@ declare module '@vue/runtime-core' {
|
|
|
517
517
|
|
|
518
518
|
export interface GlobalComponents {
|
|
519
519
|
VApp: typeof import('vuetify/components')['VApp']
|
|
520
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
521
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
522
520
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
523
521
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
524
522
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
523
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
524
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
525
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
526
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
527
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
525
528
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
526
529
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
527
530
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
528
|
-
|
|
529
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
531
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
530
532
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
531
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
532
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
533
533
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
534
534
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
535
535
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
536
|
-
|
|
536
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
537
537
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
538
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
539
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
538
540
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
541
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
542
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
543
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
539
544
|
VCard: typeof import('vuetify/components')['VCard']
|
|
540
545
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
541
546
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
542
547
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
543
548
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
544
549
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
545
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
546
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
547
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
548
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
549
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
550
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
551
550
|
VChip: typeof import('vuetify/components')['VChip']
|
|
551
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
552
552
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
553
553
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
554
554
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
555
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
556
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
557
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
558
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
559
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
560
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
561
555
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
562
556
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
563
557
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
564
558
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
565
559
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
566
560
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
567
|
-
|
|
561
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
562
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
563
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
564
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
565
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
566
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
568
567
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
568
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
569
569
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
570
570
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
571
571
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
572
572
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
573
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
574
573
|
VField: typeof import('vuetify/components')['VField']
|
|
575
574
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
575
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
576
576
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
577
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
577
578
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
578
579
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
579
580
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
580
581
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
581
582
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
582
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
583
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
584
583
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
584
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
585
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
585
586
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
586
587
|
VItem: typeof import('vuetify/components')['VItem']
|
|
587
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
588
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
589
588
|
VList: typeof import('vuetify/components')['VList']
|
|
590
589
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
591
590
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -595,45 +594,46 @@ declare module '@vue/runtime-core' {
|
|
|
595
594
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
596
595
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
597
596
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
597
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
598
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
598
599
|
VMain: typeof import('vuetify/components')['VMain']
|
|
599
600
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
600
|
-
|
|
601
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
601
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
602
602
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
603
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
603
604
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
604
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
605
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
606
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
607
605
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
606
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
608
607
|
VRating: typeof import('vuetify/components')['VRating']
|
|
609
|
-
|
|
608
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
610
609
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
611
|
-
|
|
612
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
610
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
613
611
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
614
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
615
612
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
616
613
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
614
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
615
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
616
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
617
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
618
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
617
619
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
618
620
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
619
621
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
620
622
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
621
623
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
622
624
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
623
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
624
625
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
626
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
627
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
625
628
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
626
629
|
VTab: typeof import('vuetify/components')['VTab']
|
|
627
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
628
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
629
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
630
630
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
631
631
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
632
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
633
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
632
634
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
633
635
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
634
636
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
635
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
636
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
637
637
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
638
638
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
639
639
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
@@ -644,18 +644,16 @@ declare module '@vue/runtime-core' {
|
|
|
644
644
|
VRow: typeof import('vuetify/components')['VRow']
|
|
645
645
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
646
646
|
VHover: typeof import('vuetify/components')['VHover']
|
|
647
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
647
648
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
648
649
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
649
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
650
650
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
651
651
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
652
652
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
653
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
654
653
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
654
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
655
655
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
656
656
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
657
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
658
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
659
657
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
660
658
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
661
659
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -672,6 +670,8 @@ declare module '@vue/runtime-core' {
|
|
|
672
670
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
673
671
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
674
672
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
673
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
674
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
675
675
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
676
676
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
677
677
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|