@vuetify/nightly 3.7.3-master.2024-10-27 → 3.7.3-master.2024-10-29
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 +2849 -2849
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +142 -142
- package/dist/json/web-types.json +5554 -5554
- package/dist/vuetify-labs.css +2165 -2165
- 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 +1126 -1126
- package/dist/vuetify.d.ts +47 -47
- 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 +47 -47
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.3-master.2024-10-
|
2
|
+
* Vuetify v3.7.3-master.2024-10-29
|
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.3-master.2024-10-
|
2103
|
-
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.3-master.2024-10-
|
2102
|
+
if(a&&e in a)return a[e]}sf.version="3.7.3-master.2024-10-29"
|
2103
|
+
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.3-master.2024-10-29"
|
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.3-master.2024-10-
|
19
|
+
export const version = "3.7.3-master.2024-10-29";
|
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,24 +486,20 @@ 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']
|
492
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
493
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
494
493
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
495
494
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
|
-
VApp: typeof import('vuetify/components')['VApp']
|
497
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
498
495
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
499
|
-
|
500
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
501
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
502
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
496
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
503
497
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
504
498
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
505
499
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
500
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
506
501
|
VBtn: typeof import('vuetify/components')['VBtn']
|
502
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
507
503
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
508
504
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
509
505
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
@@ -513,21 +509,17 @@ declare module 'vue' {
|
|
513
509
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
514
510
|
VCardText: typeof import('vuetify/components')['VCardText']
|
515
511
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
516
|
-
|
517
|
-
|
518
|
-
VChip: typeof import('vuetify/components')['VChip']
|
512
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
513
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
519
514
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
520
515
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
521
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
522
516
|
VCode: typeof import('vuetify/components')['VCode']
|
523
|
-
|
524
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
525
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
526
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
527
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
528
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
529
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
517
|
+
VChip: typeof import('vuetify/components')['VChip']
|
530
518
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
519
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
520
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
521
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
522
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
531
523
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
532
524
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
533
525
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -537,27 +529,28 @@ declare module 'vue' {
|
|
537
529
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
538
530
|
VDialog: typeof import('vuetify/components')['VDialog']
|
539
531
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
540
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
541
532
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
542
533
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
543
534
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
544
535
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
545
536
|
VField: typeof import('vuetify/components')['VField']
|
546
537
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
547
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
548
|
-
VFab: typeof import('vuetify/components')['VFab']
|
549
|
-
VImg: typeof import('vuetify/components')['VImg']
|
550
538
|
VFooter: typeof import('vuetify/components')['VFooter']
|
551
|
-
|
539
|
+
VFab: typeof import('vuetify/components')['VFab']
|
540
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
552
541
|
VIcon: typeof import('vuetify/components')['VIcon']
|
553
542
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
554
543
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
555
544
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
556
545
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
546
|
+
VImg: typeof import('vuetify/components')['VImg']
|
547
|
+
VInput: typeof import('vuetify/components')['VInput']
|
548
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
557
549
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
558
550
|
VItem: typeof import('vuetify/components')['VItem']
|
559
551
|
VLabel: typeof import('vuetify/components')['VLabel']
|
560
|
-
|
552
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
553
|
+
VMain: typeof import('vuetify/components')['VMain']
|
561
554
|
VList: typeof import('vuetify/components')['VList']
|
562
555
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
563
556
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -567,70 +560,77 @@ declare module 'vue' {
|
|
567
560
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
568
561
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
569
562
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
570
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
571
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
572
|
-
VMain: typeof import('vuetify/components')['VMain']
|
573
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
574
563
|
VMenu: typeof import('vuetify/components')['VMenu']
|
564
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
575
565
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
566
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
567
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
576
568
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
569
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
577
570
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
578
571
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
579
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
580
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
581
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
582
572
|
VRating: typeof import('vuetify/components')['VRating']
|
583
573
|
VSelect: typeof import('vuetify/components')['VSelect']
|
584
574
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
575
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
576
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
577
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
585
578
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
586
579
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
587
|
-
|
588
|
-
|
589
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
580
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
581
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
590
582
|
VStepper: typeof import('vuetify/components')['VStepper']
|
591
583
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
592
584
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
593
585
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
594
586
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
595
587
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
596
|
-
|
597
|
-
|
598
|
-
|
588
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
589
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
590
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
591
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
592
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
593
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
594
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
595
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
596
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
597
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
598
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
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
|
-
|
604
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
605
605
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
606
606
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
607
607
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
608
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
609
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
610
608
|
VTextField: typeof import('vuetify/components')['VTextField']
|
611
609
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
610
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
611
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
612
612
|
VWindow: typeof import('vuetify/components')['VWindow']
|
613
613
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
614
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
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']
|
618
|
-
VHover: typeof import('vuetify/components')['VHover']
|
619
617
|
VContainer: typeof import('vuetify/components')['VContainer']
|
620
618
|
VCol: typeof import('vuetify/components')['VCol']
|
621
619
|
VRow: typeof import('vuetify/components')['VRow']
|
622
620
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
623
|
-
|
621
|
+
VHover: typeof import('vuetify/components')['VHover']
|
624
622
|
VLayout: typeof import('vuetify/components')['VLayout']
|
625
623
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
626
624
|
VLazy: typeof import('vuetify/components')['VLazy']
|
625
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
626
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
627
|
VParallax: typeof import('vuetify/components')['VParallax']
|
629
628
|
VRadio: typeof import('vuetify/components')['VRadio']
|
630
629
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
631
|
-
|
630
|
+
VForm: typeof import('vuetify/components')['VForm']
|
632
631
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
632
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
633
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
634
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
635
|
VValidation: typeof import('vuetify/components')['VValidation']
|
636
636
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -661,10 +661,10 @@ declare module 'vue' {
|
|
661
661
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
662
662
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
663
663
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
664
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
664
665
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
665
666
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
666
667
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
667
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
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']
|