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