@vuetify/nightly 3.7.11-master.2025-02-07 → 3.7.11-master.2025-02-08
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 -3
- package/dist/json/attributes.json +3366 -3366
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +170 -170
- package/dist/json/web-types.json +6055 -6055
- package/dist/vuetify-labs.css +5491 -5491
- 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 +4326 -4326
- package/dist/vuetify.d.ts +55 -55
- 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 +55 -55
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2113,8 +2113,8 @@ if(d.install(e),e.provide(xt,u),e.provide(yn,c),e.provide(wa,d),e.provide(Lt,v),
|
|
2113
2113
|
else{const{mount:a}=e
|
2114
2114
|
e.mount=function(){const l=a(...arguments)
|
2115
2115
|
return t.nextTick((()=>c.update())),e.mount=a,l}}kt.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:uf.call(this,xt),display:uf.call(this,yn),theme:uf.call(this,wa),icons:uf.call(this,Lt),locale:uf.call(this,ga),date:uf.call(this,gu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function uf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2116
|
-
if(a&&e in a)return a[e]}sf.version="3.7.11-master.2025-02-
|
2117
|
-
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.11-master.2025-02-
|
2116
|
+
if(a&&e in a)return a[e]}sf.version="3.7.11-master.2025-02-08"
|
2117
|
+
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.11-master.2025-02-08"
|
2118
2118
|
cf.version=df,e.blueprints=Qt,e.components=Qp,e.createVuetify=cf,e.directives=rf,e.useDate=yu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2119
2119
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2120
2120
|
return l(),a},e.useDisplay=Nn,e.useGoTo=Bn,e.useLayout=oa,e.useLocale=ya,e.useRtl=Va,e.useTheme=Na,e.version=df}))
|
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.11-master.2025-02-
|
19
|
+
export const version = "3.7.11-master.2025-02-08";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
@@ -486,49 +486,41 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
490
489
|
VApp: typeof import('vuetify/components')['VApp']
|
490
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
491
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
492
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
491
493
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
492
494
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
493
495
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
494
|
-
|
495
|
-
|
496
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
497
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
498
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
496
499
|
VBanner: typeof import('vuetify/components')['VBanner']
|
497
500
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
498
501
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
499
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
500
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
501
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
502
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
503
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
504
502
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
505
503
|
VBtn: typeof import('vuetify/components')['VBtn']
|
506
|
-
|
504
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
507
505
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
508
506
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
509
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
510
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
511
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
512
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
513
|
-
VCode: typeof import('vuetify/components')['VCode']
|
514
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
515
507
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
516
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
517
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
518
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
519
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
520
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
521
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
522
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
523
508
|
VCard: typeof import('vuetify/components')['VCard']
|
524
509
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
525
510
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
526
511
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
527
512
|
VCardText: typeof import('vuetify/components')['VCardText']
|
528
513
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
514
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
515
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
516
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
517
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
529
518
|
VChip: typeof import('vuetify/components')['VChip']
|
519
|
+
VCode: typeof import('vuetify/components')['VCode']
|
520
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
522
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
530
523
|
VCounter: typeof import('vuetify/components')['VCounter']
|
531
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
532
524
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
525
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
526
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -536,15 +528,23 @@ declare module 'vue' {
|
|
536
528
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
537
529
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
530
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
531
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
532
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
533
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
534
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
535
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
536
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
537
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
538
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
539
539
|
VDivider: typeof import('vuetify/components')['VDivider']
|
540
540
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
541
|
+
VField: typeof import('vuetify/components')['VField']
|
542
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
541
543
|
VFab: typeof import('vuetify/components')['VFab']
|
542
544
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
543
545
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
544
546
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
545
547
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
546
|
-
VField: typeof import('vuetify/components')['VField']
|
547
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
548
548
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
549
549
|
VFooter: typeof import('vuetify/components')['VFooter']
|
550
550
|
VIcon: typeof import('vuetify/components')['VIcon']
|
@@ -552,12 +552,10 @@ declare module 'vue' {
|
|
552
552
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
553
553
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
554
554
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
555
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
556
|
-
VItem: typeof import('vuetify/components')['VItem']
|
557
|
-
VInput: typeof import('vuetify/components')['VInput']
|
558
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
559
555
|
VImg: typeof import('vuetify/components')['VImg']
|
560
556
|
VLabel: typeof import('vuetify/components')['VLabel']
|
557
|
+
VInput: typeof import('vuetify/components')['VInput']
|
558
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
561
559
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
562
560
|
VList: typeof import('vuetify/components')['VList']
|
563
561
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -568,47 +566,49 @@ declare module 'vue' {
|
|
568
566
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
569
567
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
570
568
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
569
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
570
|
+
VItem: typeof import('vuetify/components')['VItem']
|
571
571
|
VMain: typeof import('vuetify/components')['VMain']
|
572
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
573
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
574
572
|
VMessages: typeof import('vuetify/components')['VMessages']
|
573
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
575
574
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
575
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
576
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
577
577
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
578
578
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
579
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
579
580
|
VRating: typeof import('vuetify/components')['VRating']
|
580
581
|
VPagination: typeof import('vuetify/components')['VPagination']
|
581
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
582
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
583
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
584
582
|
VSelect: typeof import('vuetify/components')['VSelect']
|
583
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
585
584
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
586
585
|
VSheet: typeof import('vuetify/components')['VSheet']
|
587
|
-
|
588
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
589
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
590
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
591
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
586
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
592
587
|
VStepper: typeof import('vuetify/components')['VStepper']
|
593
588
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
594
589
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
595
590
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
596
591
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
597
592
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
593
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
594
|
+
VTable: typeof import('vuetify/components')['VTable']
|
595
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
596
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
597
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
598
598
|
VTab: typeof import('vuetify/components')['VTab']
|
599
599
|
VTabs: typeof import('vuetify/components')['VTabs']
|
600
600
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
601
601
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
602
|
-
|
603
|
-
|
602
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
603
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
604
604
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
605
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
606
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
605
607
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
606
608
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
607
609
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
608
610
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
609
611
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
610
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
611
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
612
612
|
VWindow: typeof import('vuetify/components')['VWindow']
|
613
613
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
614
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -620,19 +620,18 @@ declare module 'vue' {
|
|
620
620
|
VRow: typeof import('vuetify/components')['VRow']
|
621
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
622
622
|
VHover: typeof import('vuetify/components')['VHover']
|
623
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
623
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
624
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
625
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
626
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
627
627
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
629
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
630
628
|
VRadio: typeof import('vuetify/components')['VRadio']
|
631
|
-
|
629
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
630
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
632
631
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
633
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
636
635
|
VValidation: typeof import('vuetify/components')['VValidation']
|
637
636
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
638
637
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -650,28 +649,29 @@ declare module 'vue' {
|
|
650
649
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
651
650
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
652
651
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
652
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
653
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
654
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
653
655
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
654
656
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
655
657
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
656
658
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
657
659
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
658
660
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
660
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
661
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
662
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
663
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
664
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
665
661
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
666
662
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
667
663
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
668
664
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
669
665
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
666
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
667
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
668
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
669
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
670
670
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
671
671
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
672
672
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
673
673
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
674
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
675
674
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
675
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
676
676
|
}
|
677
677
|
}
|
package/package.json
CHANGED