@vuetify/nightly 3.7.4-master.2024-11-20 → 3.7.4-master.2024-11-24
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/attributes.json +3481 -3481
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +6184 -6184
- package/dist/vuetify-labs.css +2943 -2943
- 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 +908 -908
- 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.4-master.2024-11-
|
2
|
+
* Vuetify v3.7.4-master.2024-11-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2098,8 +2098,8 @@ if(d.install(e),e.provide(xt,u),e.provide(yn,c),e.provide(wa,d),e.provide(Lt,v),
|
|
2098
2098
|
else{const{mount:a}=e
|
2099
2099
|
e.mount=function(){const l=a(...arguments)
|
2100
2100
|
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
|
2101
|
-
if(a&&e in a)return a[e]}sf.version="3.7.4-master.2024-11-
|
2102
|
-
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.4-master.2024-11-
|
2101
|
+
if(a&&e in a)return a[e]}sf.version="3.7.4-master.2024-11-24"
|
2102
|
+
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.4-master.2024-11-24"
|
2103
2103
|
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
|
2104
2104
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2105
2105
|
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.4-master.2024-11-
|
19
|
+
export const version = "3.7.4-master.2024-11-24";
|
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,38 +486,42 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
+
VApp: typeof import('vuetify/components')['VApp']
|
489
490
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
491
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
492
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
493
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
494
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
492
495
|
VAlert: typeof import('vuetify/components')['VAlert']
|
493
496
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
494
|
-
|
495
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
497
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
498
|
VBanner: typeof import('vuetify/components')['VBanner']
|
497
499
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
498
500
|
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
501
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
505
502
|
VBtn: typeof import('vuetify/components')['VBtn']
|
506
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
507
503
|
VCard: typeof import('vuetify/components')['VCard']
|
508
504
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
509
505
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
510
506
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
511
507
|
VCardText: typeof import('vuetify/components')['VCardText']
|
512
508
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
513
|
-
|
514
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
509
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
515
510
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
516
|
-
|
511
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
512
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
513
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
517
514
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
518
515
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
519
516
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
517
|
+
VChip: typeof import('vuetify/components')['VChip']
|
518
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
519
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
520
520
|
VCode: typeof import('vuetify/components')['VCode']
|
521
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
522
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
523
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
524
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
521
525
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
522
526
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
523
527
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -525,11 +529,7 @@ declare module 'vue' {
|
|
525
529
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
526
530
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
527
531
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
528
|
-
|
529
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
530
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
531
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
532
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
532
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
533
533
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
534
534
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
535
535
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -537,27 +537,28 @@ declare module 'vue' {
|
|
537
537
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
538
538
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
539
539
|
VDialog: typeof import('vuetify/components')['VDialog']
|
540
|
-
|
541
|
-
VField: typeof import('vuetify/components')['VField']
|
542
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
540
|
+
VFab: typeof import('vuetify/components')['VFab']
|
543
541
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
544
542
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
545
543
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
546
544
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
547
|
-
VFab: typeof import('vuetify/components')['VFab']
|
548
545
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
546
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
549
547
|
VFooter: typeof import('vuetify/components')['VFooter']
|
550
548
|
VImg: typeof import('vuetify/components')['VImg']
|
549
|
+
VField: typeof import('vuetify/components')['VField']
|
550
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
551
551
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
552
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
553
|
-
VInput: typeof import('vuetify/components')['VInput']
|
554
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
555
|
-
VItem: typeof import('vuetify/components')['VItem']
|
556
552
|
VIcon: typeof import('vuetify/components')['VIcon']
|
557
553
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
558
554
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
559
555
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
560
556
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
557
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
558
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
559
|
+
VItem: typeof import('vuetify/components')['VItem']
|
560
|
+
VInput: typeof import('vuetify/components')['VInput']
|
561
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
561
562
|
VList: typeof import('vuetify/components')['VList']
|
562
563
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
563
564
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -567,72 +568,72 @@ declare module 'vue' {
|
|
567
568
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
568
569
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
569
570
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
570
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
571
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
572
|
-
VMain: typeof import('vuetify/components')['VMain']
|
573
571
|
VMenu: typeof import('vuetify/components')['VMenu']
|
574
|
-
|
572
|
+
VMain: typeof import('vuetify/components')['VMain']
|
575
573
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
576
|
-
|
574
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
577
575
|
VPagination: typeof import('vuetify/components')['VPagination']
|
578
|
-
|
579
|
-
|
580
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
576
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
577
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
581
578
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
582
|
-
|
579
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
580
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
583
581
|
VRating: typeof import('vuetify/components')['VRating']
|
584
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
585
582
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
586
|
-
|
587
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
588
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
583
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
589
584
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
590
585
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
586
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
587
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
588
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
589
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
591
590
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
591
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
592
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
594
593
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
595
594
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
596
595
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
|
-
|
598
|
-
VTable: typeof import('vuetify/components')['VTable']
|
596
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
599
597
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
598
|
+
VTable: typeof import('vuetify/components')['VTable']
|
599
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
600
600
|
VTab: typeof import('vuetify/components')['VTab']
|
601
601
|
VTabs: typeof import('vuetify/components')['VTabs']
|
602
602
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
603
603
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
604
604
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
605
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
605
606
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
606
607
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
607
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
608
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
609
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
610
608
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
611
609
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
612
610
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
613
|
-
|
614
|
-
|
611
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
612
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
613
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
615
614
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
615
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
|
+
VForm: typeof import('vuetify/components')['VForm']
|
617
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
618
619
|
VCol: typeof import('vuetify/components')['VCol']
|
619
620
|
VRow: typeof import('vuetify/components')['VRow']
|
620
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
621
|
-
VForm: typeof import('vuetify/components')['VForm']
|
622
622
|
VHover: typeof import('vuetify/components')['VHover']
|
623
623
|
VLazy: typeof import('vuetify/components')['VLazy']
|
624
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
625
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
626
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
627
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
629
628
|
VParallax: typeof import('vuetify/components')['VParallax']
|
630
|
-
|
631
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
629
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
632
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
631
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
633
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
635
|
VValidation: typeof import('vuetify/components')['VValidation']
|
636
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
636
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
637
638
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
638
639
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -649,25 +650,24 @@ declare module 'vue' {
|
|
649
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
650
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
651
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
652
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
653
653
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
654
654
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
655
655
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
656
656
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
657
657
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
658
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
660
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
661
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
662
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
663
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
664
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
665
659
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
666
660
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
667
661
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
662
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
663
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
664
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
668
665
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
669
666
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
670
667
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
668
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
669
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
670
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
671
671
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
672
672
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
673
673
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|