@vuetify/nightly 3.8.0-master.2025-04-04 → 3.8.1-dev.2025-04-07
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 +5 -14
- package/dist/json/attributes.json +2907 -2907
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +5685 -5685
- package/dist/vuetify-labs.cjs +113 -86
- package/dist/vuetify-labs.css +5929 -5929
- package/dist/vuetify-labs.d.ts +53 -53
- package/dist/vuetify-labs.esm.js +113 -86
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +113 -86
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +113 -86
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5668 -5668
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +113 -86
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +113 -86
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +794 -791
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/theme.js +105 -83
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +53 -53
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/package.json +2 -2
package/lib/framework.d.ts
CHANGED
@@ -2567,45 +2567,40 @@ declare module 'vue' {
|
|
2567
2567
|
$children?: VNodeChild
|
2568
2568
|
}
|
2569
2569
|
export interface GlobalComponents {
|
2570
|
-
|
2570
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2571
2571
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2572
2572
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2573
2573
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2574
2574
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2575
|
-
|
2575
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2576
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2577
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2576
2578
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2577
2579
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2578
2580
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2579
2581
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2580
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
2581
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2582
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2583
2582
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2584
2583
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2585
2584
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2585
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2586
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2587
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2588
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2589
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2590
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2586
2591
|
VCard: typeof import('vuetify/components')['VCard']
|
2587
2592
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2588
2593
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2589
2594
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2590
2595
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2591
2596
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2592
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2593
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2594
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2595
2597
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2598
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2596
2599
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2597
2600
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2598
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2599
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2600
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2601
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2602
2601
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2603
|
-
|
2604
|
-
|
2605
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2606
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2607
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2608
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2602
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2603
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2609
2604
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2610
2605
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2611
2606
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2613,31 +2608,38 @@ declare module 'vue' {
|
|
2613
2608
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2614
2609
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2615
2610
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2616
|
-
|
2611
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2612
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2613
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2614
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2615
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2616
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2617
2617
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2618
|
-
|
2619
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2620
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2621
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2622
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2618
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2623
2619
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2620
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2624
2621
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2625
2622
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2626
2623
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2627
2624
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2625
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2626
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2628
2627
|
VField: typeof import('vuetify/components')['VField']
|
2629
2628
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2630
2629
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2630
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2631
2631
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2632
2632
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2633
2633
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2634
2634
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2635
2635
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2636
|
-
|
2636
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2637
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2638
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2637
2639
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2638
2640
|
VItem: typeof import('vuetify/components')['VItem']
|
2639
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2640
2641
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2642
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2641
2643
|
VList: typeof import('vuetify/components')['VList']
|
2642
2644
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2643
2645
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2647,35 +2649,33 @@ declare module 'vue' {
|
|
2647
2649
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2648
2650
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2649
2651
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2650
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2651
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2652
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2653
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2654
2652
|
VMain: typeof import('vuetify/components')['VMain']
|
2655
2653
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2656
|
-
|
2654
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2657
2655
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2658
2656
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2659
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2660
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2661
2657
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2658
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2659
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2660
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2662
2661
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2662
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2663
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2663
2664
|
VRating: typeof import('vuetify/components')['VRating']
|
2664
2665
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2665
2666
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2666
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2667
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2668
2667
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2669
2668
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2669
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2670
2670
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2671
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2671
2672
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2672
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2673
2673
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2674
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2675
2674
|
VTab: typeof import('vuetify/components')['VTab']
|
2676
2675
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2677
2676
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2678
2677
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2678
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2679
2679
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2680
2680
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2681
2681
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -2683,34 +2683,34 @@ declare module 'vue' {
|
|
2683
2683
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2684
2684
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2685
2685
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2686
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2686
2687
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2687
2688
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2688
2689
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2689
|
-
|
2690
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2690
2691
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2691
2692
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2692
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2693
2693
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2694
2694
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2695
|
-
|
2695
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2696
2696
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2697
2697
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2698
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2699
2698
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2699
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2700
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2700
2701
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2701
2702
|
VCol: typeof import('vuetify/components')['VCol']
|
2702
2703
|
VRow: typeof import('vuetify/components')['VRow']
|
2703
2704
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2704
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2705
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2706
2705
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2707
2706
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2707
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2708
2708
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2709
2709
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2710
2710
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2711
2711
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2712
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2713
2712
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2713
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2714
2714
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2715
2715
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2716
2716
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
@@ -2735,6 +2735,9 @@ declare module 'vue' {
|
|
2735
2735
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2736
2736
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2737
2737
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2738
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2739
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2740
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2738
2741
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2739
2742
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2740
2743
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -2742,18 +2745,15 @@ declare module 'vue' {
|
|
2742
2745
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2743
2746
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2744
2747
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2745
|
-
|
2746
|
-
|
2747
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2748
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2749
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2748
2750
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2749
2751
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2750
2752
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2751
|
-
|
2752
|
-
|
2753
|
-
|
2754
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2755
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2756
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2753
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2754
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2755
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2757
2756
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2757
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2758
2758
|
}
|
2759
2759
|
}
|
package/lib/framework.js
CHANGED
package/lib/framework.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"framework.js","names":["createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","createIcons","IconSymbol","createLocale","LocaleSymbol","createTheme","ThemeSymbol","effectScope","nextTick","reactive","defineComponent","IN_BROWSER","mergeDeep","createVuetify","vuetify","arguments","length","undefined","blueprint","rest","options","aliases","components","directives","scope","run","defaults","display","ssr","theme","icons","locale","date","goTo","install","app","key","directive","component","name","aliasName","appScope","onUnmount","stop","provide","instance","$nuxt","hook","update","mount","vm","__VUE_OPTIONS_API__","mixin","computed","$vuetify","inject","call","unmount","version","$","provides","parent","vnode","appContext"],"sources":["../src/framework.ts"],"sourcesContent":["// Composables\nimport { createDate, DateAdapterSymbol, DateOptionsSymbol } from '@/composables/date/date'\nimport { createDefaults, DefaultsSymbol } from '@/composables/defaults'\nimport { createDisplay, DisplaySymbol } from '@/composables/display'\nimport { createGoTo, GoToSymbol } from '@/composables/goto'\nimport { createIcons, IconSymbol } from '@/composables/icons'\nimport { createLocale, LocaleSymbol } from '@/composables/locale'\nimport { createTheme, ThemeSymbol } from '@/composables/theme'\n\n// Utilities\nimport { effectScope, nextTick, reactive } from 'vue'\nimport { defineComponent, IN_BROWSER, mergeDeep } from '@/util'\n\n// Types\nimport type { App, ComponentPublicInstance, InjectionKey } from 'vue'\nimport type { DateOptions } from '@/composables/date'\nimport type { DefaultsOptions } from '@/composables/defaults'\nimport type { DisplayOptions, SSROptions } from '@/composables/display'\nimport type { GoToOptions } from '@/composables/goto'\nimport type { IconOptions } from '@/composables/icons'\nimport type { LocaleOptions, RtlOptions } from '@/composables/locale'\nimport type { ThemeOptions } from '@/composables/theme'\n\n// Exports\nexport * from './composables'\nexport * from './types'\n\nexport interface VuetifyOptions {\n aliases?: Record<string, any>\n blueprint?: Blueprint\n components?: Record<string, any>\n date?: DateOptions\n directives?: Record<string, any>\n defaults?: DefaultsOptions\n display?: DisplayOptions\n goTo?: GoToOptions\n theme?: ThemeOptions\n icons?: IconOptions\n locale?: LocaleOptions & RtlOptions\n ssr?: SSROptions\n}\n\nexport interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {}\n\nexport function createVuetify (vuetify: VuetifyOptions = {}) {\n const { blueprint, ...rest } = vuetify\n const options: VuetifyOptions = mergeDeep(blueprint, rest)\n const {\n aliases = {},\n components = {},\n directives = {},\n } = options\n\n const scope = effectScope()\n return scope.run(() => {\n const defaults = createDefaults(options.defaults)\n const display = createDisplay(options.display, options.ssr)\n const theme = createTheme(options.theme)\n const icons = createIcons(options.icons)\n const locale = createLocale(options.locale)\n const date = createDate(options.date, locale)\n const goTo = createGoTo(options.goTo, locale)\n\n function install (app: App) {\n for (const key in directives) {\n app.directive(key, directives[key])\n }\n\n for (const key in components) {\n app.component(key, components[key])\n }\n\n for (const key in aliases) {\n app.component(key, defineComponent({\n ...aliases[key],\n name: key,\n aliasName: aliases[key].name,\n }))\n }\n\n const appScope = effectScope()\n appScope.run(() => {\n theme.install(app)\n })\n app.onUnmount(() => appScope.stop())\n\n app.provide(DefaultsSymbol, defaults)\n app.provide(DisplaySymbol, display)\n app.provide(ThemeSymbol, theme)\n app.provide(IconSymbol, icons)\n app.provide(LocaleSymbol, locale)\n app.provide(DateOptionsSymbol, date.options)\n app.provide(DateAdapterSymbol, date.instance)\n app.provide(GoToSymbol, goTo)\n\n if (IN_BROWSER && options.ssr) {\n if (app.$nuxt) {\n app.$nuxt.hook('app:suspense:resolve', () => {\n display.update()\n })\n } else {\n const { mount } = app\n app.mount = (...args) => {\n const vm = mount(...args)\n nextTick(() => display.update())\n app.mount = mount\n return vm\n }\n }\n }\n\n if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {\n app.mixin({\n computed: {\n $vuetify () {\n return reactive({\n defaults: inject.call(this, DefaultsSymbol),\n display: inject.call(this, DisplaySymbol),\n theme: inject.call(this, ThemeSymbol),\n icons: inject.call(this, IconSymbol),\n locale: inject.call(this, LocaleSymbol),\n date: inject.call(this, DateAdapterSymbol),\n })\n },\n },\n })\n }\n }\n\n function unmount () {\n scope.stop()\n }\n\n return {\n install,\n unmount,\n defaults,\n display,\n theme,\n icons,\n locale,\n date,\n goTo,\n }\n })!\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\n// Vue's inject() can only be used in setup\nfunction inject (this: ComponentPublicInstance, key: InjectionKey<any> | string) {\n const vm = this.$\n\n const provides = vm.parent?.provides ?? vm.vnode.appContext?.provides\n\n if (provides && (key as any) in provides) {\n return provides[(key as string)]\n }\n}\n"],"mappings":"AAAA;AAAA,SACSA,UAAU,EAAEC,iBAAiB,EAAEC,iBAAiB;AAAA,SAChDC,cAAc,EAAEC,cAAc;AAAA,SAC9BC,aAAa,EAAEC,aAAa;AAAA,SAC5BC,UAAU,EAAEC,UAAU;AAAA,SACtBC,WAAW,EAAEC,UAAU;AAAA,SACvBC,YAAY,EAAEC,YAAY;AAAA,SAC1BC,WAAW,EAAEC,WAAW,kCAEjC;AACA,SAASC,WAAW,EAAEC,QAAQ,EAAEC,QAAQ,QAAQ,KAAK;AAAA,SAC5CC,eAAe,EAAEC,UAAU,EAAEC,SAAS,2BAE/C;AAUA;AAAA;AAAA;AAqBA,OAAO,SAASC,aAAaA,CAAA,EAAgC;EAAA,IAA9BC,OAAuB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACzD,MAAM;IAAEG,SAAS;IAAE,GAAGC;EAAK,CAAC,GAAGL,OAAO;EACtC,MAAMM,OAAuB,GAAGR,SAAS,CAACM,SAAS,EAAEC,IAAI,CAAC;EAC1D,MAAM;IACJE,OAAO,GAAG,CAAC,CAAC;IACZC,UAAU,GAAG,CAAC,CAAC;IACfC,UAAU,GAAG,CAAC;EAChB,CAAC,GAAGH,OAAO;EAEX,MAAMI,KAAK,GAAGjB,WAAW,CAAC,CAAC;EAC3B,OAAOiB,KAAK,CAACC,GAAG,CAAC,MAAM;IACrB,MAAMC,QAAQ,GAAG/B,cAAc,CAACyB,OAAO,CAACM,QAAQ,CAAC;IACjD,MAAMC,OAAO,GAAG9B,aAAa,CAACuB,OAAO,CAACO,OAAO,EAAEP,OAAO,CAACQ,GAAG,CAAC;IAC3D,MAAMC,KAAK,GAAGxB,WAAW,CAACe,OAAO,CAACS,KAAK,CAAC;IACxC,MAAMC,KAAK,GAAG7B,WAAW,CAACmB,OAAO,CAACU,KAAK,CAAC;IACxC,MAAMC,MAAM,GAAG5B,YAAY,CAACiB,OAAO,CAACW,MAAM,CAAC;IAC3C,MAAMC,IAAI,GAAGxC,UAAU,CAAC4B,OAAO,CAACY,IAAI,EAAED,MAAM,CAAC;IAC7C,MAAME,IAAI,GAAGlC,UAAU,CAACqB,OAAO,CAACa,IAAI,EAAEF,MAAM,CAAC;IAE7C,SAASG,OAAOA,CAAEC,GAAQ,EAAE;MAC1B,KAAK,MAAMC,GAAG,IAAIb,UAAU,EAAE;QAC5BY,GAAG,CAACE,SAAS,CAACD,GAAG,EAAEb,UAAU,CAACa,GAAG,CAAC,CAAC;MACrC;MAEA,KAAK,MAAMA,GAAG,IAAId,UAAU,EAAE;QAC5Ba,GAAG,CAACG,SAAS,CAACF,GAAG,EAAEd,UAAU,CAACc,GAAG,CAAC,CAAC;MACrC;MAEA,KAAK,MAAMA,GAAG,IAAIf,OAAO,EAAE;QACzBc,GAAG,CAACG,SAAS,CAACF,GAAG,EAAE1B,eAAe,CAAC;UACjC,GAAGW,OAAO,CAACe,GAAG,CAAC;UACfG,IAAI,EAAEH,GAAG;UACTI,SAAS,EAAEnB,OAAO,CAACe,GAAG,CAAC,CAACG;QAC1B,CAAC,CAAC,CAAC;MACL;MAEA,MAAME,QAAQ,GAAGlC,WAAW,CAAC,CAAC;MAC9BkC,QAAQ,CAAChB,GAAG,CAAC,MAAM;QACjBI,KAAK,CAACK,OAAO,CAACC,GAAG,CAAC;MACpB,CAAC,CAAC;MACFA,GAAG,CAACO,SAAS,CAAC,MAAMD,QAAQ,CAACE,IAAI,CAAC,CAAC,CAAC;MAEpCR,GAAG,CAACS,OAAO,CAAChD,cAAc,EAAE8B,QAAQ,CAAC;MACrCS,GAAG,CAACS,OAAO,CAAC9C,aAAa,EAAE6B,OAAO,CAAC;MACnCQ,GAAG,CAACS,OAAO,CAACtC,WAAW,EAAEuB,KAAK,CAAC;MAC/BM,GAAG,CAACS,OAAO,CAAC1C,UAAU,EAAE4B,KAAK,CAAC;MAC9BK,GAAG,CAACS,OAAO,CAACxC,YAAY,EAAE2B,MAAM,CAAC;MACjCI,GAAG,CAACS,OAAO,CAAClD,iBAAiB,EAAEsC,IAAI,CAACZ,OAAO,CAAC;MAC5Ce,GAAG,CAACS,OAAO,CAACnD,iBAAiB,EAAEuC,IAAI,CAACa,QAAQ,CAAC;MAC7CV,GAAG,CAACS,OAAO,CAAC5C,UAAU,EAAEiC,IAAI,CAAC;MAE7B,IAAItB,UAAU,IAAIS,OAAO,CAACQ,GAAG,EAAE;QAC7B,IAAIO,GAAG,CAACW,KAAK,EAAE;UACbX,GAAG,CAACW,KAAK,CAACC,IAAI,CAAC,sBAAsB,EAAE,MAAM;YAC3CpB,OAAO,CAACqB,MAAM,CAAC,CAAC;UAClB,CAAC,CAAC;QACJ,CAAC,MAAM;UACL,MAAM;YAAEC;UAAM,CAAC,GAAGd,GAAG;UACrBA,GAAG,CAACc,KAAK,GAAG,YAAa;YACvB,MAAMC,EAAE,GAAGD,KAAK,CAAC,GAAAlC,SAAO,CAAC;YACzBP,QAAQ,CAAC,MAAMmB,OAAO,CAACqB,MAAM,CAAC,CAAC,CAAC;YAChCb,GAAG,CAACc,KAAK,GAAGA,KAAK;YACjB,OAAOC,EAAE;UACX,CAAC;QACH;MACF;MAEA,IAAI,OAAOC,mBAAmB,KAAK,SAAS,IAAIA,mBAAmB,EAAE;QACnEhB,GAAG,CAACiB,KAAK,CAAC;UACRC,QAAQ,EAAE;YACRC,QAAQA,CAAA,EAAI;cACV,OAAO7C,QAAQ,CAAC;gBACdiB,QAAQ,EAAE6B,MAAM,CAACC,IAAI,CAAC,IAAI,EAAE5D,cAAc,CAAC;gBAC3C+B,OAAO,EAAE4B,MAAM,CAACC,IAAI,CAAC,IAAI,EAAE1D,aAAa,CAAC;gBACzC+B,KAAK,EAAE0B,MAAM,CAACC,IAAI,CAAC,IAAI,EAAElD,WAAW,CAAC;gBACrCwB,KAAK,EAAEyB,MAAM,CAACC,IAAI,CAAC,IAAI,EAAEtD,UAAU,CAAC;gBACpC6B,MAAM,EAAEwB,MAAM,CAACC,IAAI,CAAC,IAAI,EAAEpD,YAAY,CAAC;gBACvC4B,IAAI,EAAEuB,MAAM,CAACC,IAAI,CAAC,IAAI,EAAE/D,iBAAiB;cAC3C,CAAC,CAAC;YACJ;UACF;QACF,CAAC,CAAC;MACJ;IACF;IAEA,SAASgE,OAAOA,CAAA,EAAI;MAClBjC,KAAK,CAACmB,IAAI,CAAC,CAAC;IACd;IAEA,OAAO;MACLT,OAAO;MACPuB,OAAO;MACP/B,QAAQ;MACRC,OAAO;MACPE,KAAK;MACLC,KAAK;MACLC,MAAM;MACNC,IAAI;MACJC;IACF,CAAC;EACH,CAAC,CAAC;AACJ;AAEA,OAAO,MAAMyB,OAAO,
|
1
|
+
{"version":3,"file":"framework.js","names":["createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","createIcons","IconSymbol","createLocale","LocaleSymbol","createTheme","ThemeSymbol","effectScope","nextTick","reactive","defineComponent","IN_BROWSER","mergeDeep","createVuetify","vuetify","arguments","length","undefined","blueprint","rest","options","aliases","components","directives","scope","run","defaults","display","ssr","theme","icons","locale","date","goTo","install","app","key","directive","component","name","aliasName","appScope","onUnmount","stop","provide","instance","$nuxt","hook","update","mount","vm","__VUE_OPTIONS_API__","mixin","computed","$vuetify","inject","call","unmount","version","$","provides","parent","vnode","appContext"],"sources":["../src/framework.ts"],"sourcesContent":["// Composables\nimport { createDate, DateAdapterSymbol, DateOptionsSymbol } from '@/composables/date/date'\nimport { createDefaults, DefaultsSymbol } from '@/composables/defaults'\nimport { createDisplay, DisplaySymbol } from '@/composables/display'\nimport { createGoTo, GoToSymbol } from '@/composables/goto'\nimport { createIcons, IconSymbol } from '@/composables/icons'\nimport { createLocale, LocaleSymbol } from '@/composables/locale'\nimport { createTheme, ThemeSymbol } from '@/composables/theme'\n\n// Utilities\nimport { effectScope, nextTick, reactive } from 'vue'\nimport { defineComponent, IN_BROWSER, mergeDeep } from '@/util'\n\n// Types\nimport type { App, ComponentPublicInstance, InjectionKey } from 'vue'\nimport type { DateOptions } from '@/composables/date'\nimport type { DefaultsOptions } from '@/composables/defaults'\nimport type { DisplayOptions, SSROptions } from '@/composables/display'\nimport type { GoToOptions } from '@/composables/goto'\nimport type { IconOptions } from '@/composables/icons'\nimport type { LocaleOptions, RtlOptions } from '@/composables/locale'\nimport type { ThemeOptions } from '@/composables/theme'\n\n// Exports\nexport * from './composables'\nexport * from './types'\n\nexport interface VuetifyOptions {\n aliases?: Record<string, any>\n blueprint?: Blueprint\n components?: Record<string, any>\n date?: DateOptions\n directives?: Record<string, any>\n defaults?: DefaultsOptions\n display?: DisplayOptions\n goTo?: GoToOptions\n theme?: ThemeOptions\n icons?: IconOptions\n locale?: LocaleOptions & RtlOptions\n ssr?: SSROptions\n}\n\nexport interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {}\n\nexport function createVuetify (vuetify: VuetifyOptions = {}) {\n const { blueprint, ...rest } = vuetify\n const options: VuetifyOptions = mergeDeep(blueprint, rest)\n const {\n aliases = {},\n components = {},\n directives = {},\n } = options\n\n const scope = effectScope()\n return scope.run(() => {\n const defaults = createDefaults(options.defaults)\n const display = createDisplay(options.display, options.ssr)\n const theme = createTheme(options.theme)\n const icons = createIcons(options.icons)\n const locale = createLocale(options.locale)\n const date = createDate(options.date, locale)\n const goTo = createGoTo(options.goTo, locale)\n\n function install (app: App) {\n for (const key in directives) {\n app.directive(key, directives[key])\n }\n\n for (const key in components) {\n app.component(key, components[key])\n }\n\n for (const key in aliases) {\n app.component(key, defineComponent({\n ...aliases[key],\n name: key,\n aliasName: aliases[key].name,\n }))\n }\n\n const appScope = effectScope()\n appScope.run(() => {\n theme.install(app)\n })\n app.onUnmount(() => appScope.stop())\n\n app.provide(DefaultsSymbol, defaults)\n app.provide(DisplaySymbol, display)\n app.provide(ThemeSymbol, theme)\n app.provide(IconSymbol, icons)\n app.provide(LocaleSymbol, locale)\n app.provide(DateOptionsSymbol, date.options)\n app.provide(DateAdapterSymbol, date.instance)\n app.provide(GoToSymbol, goTo)\n\n if (IN_BROWSER && options.ssr) {\n if (app.$nuxt) {\n app.$nuxt.hook('app:suspense:resolve', () => {\n display.update()\n })\n } else {\n const { mount } = app\n app.mount = (...args) => {\n const vm = mount(...args)\n nextTick(() => display.update())\n app.mount = mount\n return vm\n }\n }\n }\n\n if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {\n app.mixin({\n computed: {\n $vuetify () {\n return reactive({\n defaults: inject.call(this, DefaultsSymbol),\n display: inject.call(this, DisplaySymbol),\n theme: inject.call(this, ThemeSymbol),\n icons: inject.call(this, IconSymbol),\n locale: inject.call(this, LocaleSymbol),\n date: inject.call(this, DateAdapterSymbol),\n })\n },\n },\n })\n }\n }\n\n function unmount () {\n scope.stop()\n }\n\n return {\n install,\n unmount,\n defaults,\n display,\n theme,\n icons,\n locale,\n date,\n goTo,\n }\n })!\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\n// Vue's inject() can only be used in setup\nfunction inject (this: ComponentPublicInstance, key: InjectionKey<any> | string) {\n const vm = this.$\n\n const provides = vm.parent?.provides ?? vm.vnode.appContext?.provides\n\n if (provides && (key as any) in provides) {\n return provides[(key as string)]\n }\n}\n"],"mappings":"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","ignoreList":[]}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vuetify/nightly",
|
3
3
|
"description": "Vue Material Component Framework",
|
4
|
-
"version": "3.8.
|
4
|
+
"version": "3.8.1-dev.2025-04-07",
|
5
5
|
"author": {
|
6
6
|
"name": "John Leider",
|
7
7
|
"email": "john@vuetifyjs.com"
|
@@ -149,7 +149,7 @@
|
|
149
149
|
"@vitejs/plugin-vue": "^5.2.1",
|
150
150
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
151
151
|
"@vitest/browser": "^3.0.5",
|
152
|
-
"@vitest/coverage-
|
152
|
+
"@vitest/coverage-istanbul": "^3.0.5",
|
153
153
|
"@vitest/ui": "^3.0.5",
|
154
154
|
"@vue/babel-plugin-jsx": "^1.2.5",
|
155
155
|
"@vue/reactivity": "^3.5.13",
|