@vuetify/nightly 3.7.1-master.2024-09-04 → 3.7.1-master.2024-09-05
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 +2 -2
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +102 -102
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2929 -2929
- 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 +2719 -2719
- package/dist/vuetify.d.ts +40 -40
- 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 +40 -40
- 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-05
|
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-05"
|
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-05"
|
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=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.1-master.2024-09-
|
19
|
+
export const version = "3.7.1-master.2024-09-05";
|
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
@@ -487,39 +487,41 @@ declare module 'vue' {
|
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
489
|
VApp: typeof import('vuetify/components')['VApp']
|
490
|
-
|
490
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
491
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
491
492
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
492
493
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
493
494
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
494
|
-
|
495
|
-
|
495
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
497
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
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
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
500
501
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
502
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
502
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
503
503
|
VBtn: typeof import('vuetify/components')['VBtn']
|
504
504
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
505
505
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
506
506
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
507
507
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
508
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
508
509
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
509
510
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
510
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
511
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
512
511
|
VCard: typeof import('vuetify/components')['VCard']
|
513
512
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
514
513
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
515
514
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
516
515
|
VCardText: typeof import('vuetify/components')['VCardText']
|
517
516
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
518
|
-
|
519
|
-
|
517
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
518
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
520
519
|
VChip: typeof import('vuetify/components')['VChip']
|
521
520
|
VCode: typeof import('vuetify/components')['VCode']
|
521
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
522
522
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
523
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
524
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
523
525
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
524
526
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
525
527
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -534,27 +536,29 @@ declare module 'vue' {
|
|
534
536
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
535
537
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
536
538
|
VDialog: typeof import('vuetify/components')['VDialog']
|
537
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
538
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
539
539
|
VDivider: typeof import('vuetify/components')['VDivider']
|
540
|
-
|
541
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
542
|
-
VFab: typeof import('vuetify/components')['VFab']
|
540
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
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']
|
545
|
+
VFab: typeof import('vuetify/components')['VFab']
|
546
|
+
VField: typeof import('vuetify/components')['VField']
|
547
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
547
548
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
548
549
|
VFooter: typeof import('vuetify/components')['VFooter']
|
549
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
550
|
-
VImg: typeof import('vuetify/components')['VImg']
|
551
|
-
VInput: typeof import('vuetify/components')['VInput']
|
552
550
|
VIcon: typeof import('vuetify/components')['VIcon']
|
553
551
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
554
552
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
555
553
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
556
554
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
555
|
+
VImg: typeof import('vuetify/components')['VImg']
|
556
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
557
|
+
VInput: typeof import('vuetify/components')['VInput']
|
558
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
559
|
+
VItem: typeof import('vuetify/components')['VItem']
|
557
560
|
VKbd: typeof import('vuetify/components')['VKbd']
|
561
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
558
562
|
VList: typeof import('vuetify/components')['VList']
|
559
563
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
560
564
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -564,53 +568,49 @@ declare module 'vue' {
|
|
564
568
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
565
569
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
566
570
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
567
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
568
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
569
|
-
VItem: typeof import('vuetify/components')['VItem']
|
570
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
571
571
|
VMain: typeof import('vuetify/components')['VMain']
|
572
|
-
|
572
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
573
573
|
VMessages: typeof import('vuetify/components')['VMessages']
|
574
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
574
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
575
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
576
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
576
577
|
VPagination: typeof import('vuetify/components')['VPagination']
|
577
578
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
578
579
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
579
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
580
580
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
581
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
582
581
|
VRating: typeof import('vuetify/components')['VRating']
|
582
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
583
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
583
584
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
585
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
586
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
584
587
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
585
588
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
586
589
|
VSlider: typeof import('vuetify/components')['VSlider']
|
587
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
588
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
589
590
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
590
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
591
591
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
592
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
593
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
594
594
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
595
595
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
596
596
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
|
-
|
597
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
598
598
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
599
599
|
VTab: typeof import('vuetify/components')['VTab']
|
600
600
|
VTabs: typeof import('vuetify/components')['VTabs']
|
601
601
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
602
602
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
603
603
|
VTable: typeof import('vuetify/components')['VTable']
|
604
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
604
605
|
VTextField: typeof import('vuetify/components')['VTextField']
|
605
606
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
606
607
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
607
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
608
608
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
609
609
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
610
610
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
611
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
611
612
|
VWindow: typeof import('vuetify/components')['VWindow']
|
612
613
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
613
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
614
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -650,24 +650,24 @@ declare module 'vue' {
|
|
650
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
651
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
652
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
653
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
654
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
655
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
656
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
657
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
658
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
659
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
660
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
661
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
653
662
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
654
663
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
655
664
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
656
665
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
657
666
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
658
667
|
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
668
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
664
669
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
665
670
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
666
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
667
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
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']
|