@vuetify/nightly 3.8.1-master.2025-04-13 → 3.8.1-master.2025-04-15
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 +32 -27
- package/dist/json/attributes.json +3391 -3391
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +202 -202
- package/dist/json/web-types.json +6071 -6075
- package/dist/vuetify-labs.cjs +30 -26
- package/dist/vuetify-labs.css +4235 -4235
- package/dist/vuetify-labs.d.ts +104 -91
- package/dist/vuetify-labs.esm.js +30 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +30 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3224 -3224
- package/dist/vuetify.d.ts +94 -81
- package/dist/vuetify.esm.js +6 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/composables/calendar.d.ts +2 -2
- package/lib/composables/calendar.js +3 -5
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -70
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/package.json +44 -43
package/lib/framework.d.ts
CHANGED
@@ -2532,7 +2532,8 @@ declare namespace createVuetify {
|
|
2532
2532
|
}
|
2533
2533
|
declare const version: string;
|
2534
2534
|
|
2535
|
-
export {
|
2535
|
+
export { DateModule, createVuetify, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
2536
|
+
export type { ActiveStrategy, Anchor, Blueprint, CellPropsFunction as DataTableCellPropsFunction, DataTableCompareFunction, DataTableHeader, HeaderCellPropsFunction as DataTableHeaderCellPropsFunction, RowPropsFunction as DataTableRowPropsFunction, SortItem as DataTableSortItem, DateInstance, DateOptions, DefaultsInstance, DisplayBreakpoint, DisplayInstance, DisplayThresholds, FilterFunction, FilterMatch, GoToInstance, IconAliases, IconOptions, IconProps, IconSet, InternalItem, JSXComponent, LocaleInstance, LocaleMessages, LocaleOptions, LocationStrategyFunction, OpenStrategy, RtlInstance, RtlOptions, ScrollStrategyFunction, SelectStrategy, SnackbarMessage as SnackbarQueueMessage, SubmitEventPromise, ThemeDefinition, ThemeInstance, ValidationRule, VuetifyOptions };
|
2536
2537
|
|
2537
2538
|
/* eslint-disable local-rules/sort-imports */
|
2538
2539
|
|
@@ -2572,35 +2573,44 @@ declare module 'vue' {
|
|
2572
2573
|
VApp: typeof import('vuetify/components')['VApp']
|
2573
2574
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2574
2575
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2576
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2575
2577
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2578
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2579
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2576
2580
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2577
2581
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2578
2582
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2579
2583
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2580
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2581
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2582
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2583
2584
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2584
2585
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2585
2586
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2586
2587
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2587
|
-
|
2588
|
-
|
2588
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2589
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2590
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2591
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2592
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2593
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2594
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2589
2595
|
VCard: typeof import('vuetify/components')['VCard']
|
2590
2596
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2591
2597
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2592
2598
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2593
2599
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2594
2600
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2595
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2596
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2597
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2598
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2599
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2600
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2601
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2602
2601
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2602
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2603
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2604
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
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']
|
2609
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2610
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2603
2611
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2612
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2613
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2604
2614
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2605
2615
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2606
2616
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2608,39 +2618,29 @@ declare module 'vue' {
|
|
2608
2618
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2609
2619
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2610
2620
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2611
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2612
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2613
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2614
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2615
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2616
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2617
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2618
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2619
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2620
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2621
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2622
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2623
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2624
2621
|
VFab: typeof import('vuetify/components')['VFab']
|
2625
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2626
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2627
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2628
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2629
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2630
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2631
2622
|
VField: typeof import('vuetify/components')['VField']
|
2632
2623
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2624
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2625
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2633
2626
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2634
2627
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2635
2628
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2636
2629
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2637
2630
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2631
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2632
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2633
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2634
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2635
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2638
2636
|
VImg: typeof import('vuetify/components')['VImg']
|
2637
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2638
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2639
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2639
2640
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2640
2641
|
VItem: typeof import('vuetify/components')['VItem']
|
2641
2642
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2642
|
-
|
2643
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2643
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2644
2644
|
VList: typeof import('vuetify/components')['VList']
|
2645
2645
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2646
2646
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2650,53 +2650,46 @@ declare module 'vue' {
|
|
2650
2650
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2651
2651
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2652
2652
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2653
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2654
2653
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2655
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2656
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2657
2654
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2658
2655
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2656
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2657
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2659
2658
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2660
2659
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2661
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2662
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2663
2660
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2664
|
-
VRating: typeof import('vuetify/components')['VRating']
|
2665
2661
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2666
|
-
|
2667
|
-
|
2668
|
-
|
2669
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2662
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2663
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2664
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2670
2665
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2666
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2667
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2671
2668
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2672
2669
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2673
|
-
|
2674
|
-
|
2670
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2671
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2675
2672
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2673
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2674
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2675
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2676
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2677
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2676
2678
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2677
2679
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2678
2680
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2679
2681
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2680
2682
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2681
2683
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2682
|
-
VTab: typeof import('vuetify/components')['VTab']
|
2683
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2684
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2685
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2686
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2687
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2688
2684
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2689
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2690
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2691
2685
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2692
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2693
2686
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2694
2687
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2695
|
-
|
2696
|
-
|
2697
|
-
|
2698
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2688
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2689
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2690
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2699
2691
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2692
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2700
2693
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2701
2694
|
VForm: typeof import('vuetify/components')['VForm']
|
2702
2695
|
VContainer: typeof import('vuetify/components')['VContainer']
|
@@ -2706,19 +2699,20 @@ declare module 'vue' {
|
|
2706
2699
|
VHover: typeof import('vuetify/components')['VHover']
|
2707
2700
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2708
2701
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2709
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2710
2702
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2711
|
-
|
2712
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
2703
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2713
2704
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2714
2705
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2715
|
-
|
2716
|
-
|
2706
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2707
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
2717
2708
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2709
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2710
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2711
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2718
2712
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2719
2713
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2720
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2721
2714
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2715
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2722
2716
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2723
2717
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2724
2718
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2735,23 +2729,30 @@ declare module 'vue' {
|
|
2735
2729
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2736
2730
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2737
2731
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2738
|
-
|
2739
|
-
|
2732
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2733
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2734
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2735
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2736
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2737
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2738
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2740
2739
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2741
2740
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2742
2741
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2743
2742
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2744
2743
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2745
2744
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2745
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2746
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2746
2747
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2747
2748
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2749
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2750
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2751
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2748
2752
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2749
2753
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2750
2754
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2751
2755
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2752
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2753
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2754
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2755
2756
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2756
2757
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2757
2758
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/lib/framework.js
CHANGED
@@ -234,10 +234,10 @@ export declare const makeVCalendarProps: <Defaults extends {
|
|
234
234
|
};
|
235
235
|
firstDayOfWeek: unknown extends Defaults["firstDayOfWeek"] ? {
|
236
236
|
type: (StringConstructor | NumberConstructor)[];
|
237
|
-
default:
|
237
|
+
default: undefined;
|
238
238
|
} : Omit<{
|
239
239
|
type: (StringConstructor | NumberConstructor)[];
|
240
|
-
default:
|
240
|
+
default: undefined;
|
241
241
|
}, "type" | "default"> & {
|
242
242
|
type: import("vue").PropType<unknown extends Defaults["firstDayOfWeek"] ? string | number : string | number | Defaults["firstDayOfWeek"]>;
|
243
243
|
default: unknown extends Defaults["firstDayOfWeek"] ? string | number : NonNullable<string | number> | Defaults["firstDayOfWeek"];
|
@@ -273,7 +273,6 @@ export declare const VCalendar: {
|
|
273
273
|
showAdjacentMonths: boolean;
|
274
274
|
weekdays: import("../../composables/calendar.js").CalendarWeekdays[];
|
275
275
|
weeksInMonth: "static" | "dynamic";
|
276
|
-
firstDayOfWeek: string | number;
|
277
276
|
intervalDivisions: number;
|
278
277
|
intervalDuration: number;
|
279
278
|
intervalHeight: number;
|
@@ -290,6 +289,7 @@ export declare const VCalendar: {
|
|
290
289
|
year?: string | number | undefined;
|
291
290
|
events?: any[] | undefined;
|
292
291
|
modelValue?: unknown[] | undefined;
|
292
|
+
firstDayOfWeek?: string | number | undefined;
|
293
293
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
294
294
|
displayValue?: unknown;
|
295
295
|
dayIndex?: number | undefined;
|
@@ -433,7 +433,6 @@ export declare const VCalendar: {
|
|
433
433
|
showAdjacentMonths: boolean;
|
434
434
|
weekdays: import("../../composables/calendar.js").CalendarWeekdays[];
|
435
435
|
weeksInMonth: "static" | "dynamic";
|
436
|
-
firstDayOfWeek: string | number;
|
437
436
|
intervalDivisions: number;
|
438
437
|
intervalDuration: number;
|
439
438
|
intervalHeight: number;
|
@@ -450,6 +449,7 @@ export declare const VCalendar: {
|
|
450
449
|
year?: string | number | undefined;
|
451
450
|
events?: any[] | undefined;
|
452
451
|
modelValue?: unknown[] | undefined;
|
452
|
+
firstDayOfWeek?: string | number | undefined;
|
453
453
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
454
454
|
displayValue?: unknown;
|
455
455
|
dayIndex?: number | undefined;
|
@@ -577,7 +577,6 @@ export declare const VCalendar: {
|
|
577
577
|
showAdjacentMonths: boolean;
|
578
578
|
weekdays: import("../../composables/calendar.js").CalendarWeekdays[];
|
579
579
|
weeksInMonth: "static" | "dynamic";
|
580
|
-
firstDayOfWeek: string | number;
|
581
580
|
intervalDivisions: number;
|
582
581
|
intervalDuration: number;
|
583
582
|
intervalHeight: number;
|
@@ -594,6 +593,7 @@ export declare const VCalendar: {
|
|
594
593
|
year?: string | number | undefined;
|
595
594
|
events?: any[] | undefined;
|
596
595
|
modelValue?: unknown[] | undefined;
|
596
|
+
firstDayOfWeek?: string | number | undefined;
|
597
597
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
598
598
|
displayValue?: unknown;
|
599
599
|
dayIndex?: number | undefined;
|
@@ -805,7 +805,7 @@ export declare const VCalendar: {
|
|
805
805
|
};
|
806
806
|
firstDayOfWeek: {
|
807
807
|
type: (StringConstructor | NumberConstructor)[];
|
808
|
-
default:
|
808
|
+
default: undefined;
|
809
809
|
};
|
810
810
|
hideHeader: BooleanConstructor;
|
811
811
|
hideWeekNumber: BooleanConstructor;
|
@@ -895,7 +895,7 @@ export declare const VCalendar: {
|
|
895
895
|
};
|
896
896
|
firstDayOfWeek: {
|
897
897
|
type: (StringConstructor | NumberConstructor)[];
|
898
|
-
default:
|
898
|
+
default: undefined;
|
899
899
|
};
|
900
900
|
hideHeader: BooleanConstructor;
|
901
901
|
hideWeekNumber: BooleanConstructor;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { createVNode as _createVNode } from "vue";
|
1
|
+
import { resolveComponent as _resolveComponent, createVNode as _createVNode } from "vue";
|
2
2
|
// Styles
|
3
3
|
import "./VCalendarInterval.css";
|
4
4
|
|
@@ -73,37 +73,43 @@ export const VCalendarInterval = genericComponent()({
|
|
73
73
|
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
74
74
|
}, [_createVNode("div", {
|
75
75
|
"class": "v-calendar-day__row-label"
|
76
|
-
}, [_createVNode("slot", {
|
76
|
+
}, [_createVNode(_resolveComponent("slot"), {
|
77
77
|
"name": "intervalFormat",
|
78
78
|
"interval": interval.value
|
79
|
-
},
|
79
|
+
}, {
|
80
|
+
default: () => [props.index ? props.intervalFormat ? typeof props.intervalFormat === 'string' ? adapter.format(interval.value.start, 'hours12h') : props.intervalFormat(interval.value) : interval.value.label : '']
|
81
|
+
})]), _createVNode("div", {
|
80
82
|
"class": "v-calendar-day__row-hairline"
|
81
83
|
}, null), _createVNode("div", {
|
82
84
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
83
|
-
}, [_createVNode("slot", {
|
85
|
+
}, [_createVNode(_resolveComponent("slot"), {
|
84
86
|
"name": "intervalBody",
|
85
87
|
"interval": interval.value
|
86
|
-
},
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
88
|
+
}, {
|
89
|
+
default: () => [interval.value.events?.map(event => _createVNode(VCalendarIntervalEvent, {
|
90
|
+
"event": event,
|
91
|
+
"interval": interval.value,
|
92
|
+
"intervalDivisions": props.intervalDivisions,
|
93
|
+
"intervalDuration": props.intervalDuration,
|
94
|
+
"intervalHeight": props.intervalHeight
|
95
|
+
}, null))]
|
96
|
+
})])]) : _createVNode("div", {
|
93
97
|
"class": "v-calendar-day__row-without-label",
|
94
98
|
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
95
99
|
}, [_createVNode("div", {
|
96
100
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
97
|
-
}, [_createVNode("slot", {
|
101
|
+
}, [_createVNode(_resolveComponent("slot"), {
|
98
102
|
"name": "intervalBody",
|
99
103
|
"interval": interval.value
|
100
|
-
},
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
104
|
+
}, {
|
105
|
+
default: () => [interval.value.events?.filter(event => !event.allDay).map(event => _createVNode(VCalendarIntervalEvent, {
|
106
|
+
"event": event,
|
107
|
+
"interval": interval.value,
|
108
|
+
"intervalDivisions": props.intervalDivisions,
|
109
|
+
"intervalDuration": props.intervalDuration,
|
110
|
+
"intervalHeight": props.intervalHeight
|
111
|
+
}, null))]
|
112
|
+
})])]);
|
107
113
|
});
|
108
114
|
return {
|
109
115
|
interval
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VCalendarInterval.js","names":["VCalendarIntervalEvent","useDate","computed","convertToUnit","genericComponent","propsFactory","useRender","makeVCalendarIntervalProps","day","type","Object","default","dayIndex","Number","events","Array","intervalDivisions","intervalDuration","intervalHeight","intervalFormat","String","Function","intervalStart","VCalendarInterval","name","props","index","required","setup","_ref","emit","slots","adapter","interval","start","addMinutes","startOfDay","date","end","label","format","filter","e","allDay","isEqual","isWithinRange","map","first","last","_createVNode","value","some","event"],"sources":["../../../src/labs/VCalendar/VCalendarInterval.tsx"],"sourcesContent":["// Styles\nimport './VCalendarInterval.sass'\n\n// Components\nimport { VCalendarIntervalEvent } from './VCalendarIntervalEvent'\n\n// Composables\nimport { useDate } from '@/composables/date'\n\n// Utilities\nimport { computed } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\nexport const makeVCalendarIntervalProps = propsFactory({\n day: {\n type: Object,\n default: () => ({}),\n },\n dayIndex: Number,\n events: Array<any>,\n intervalDivisions: {\n type: Number,\n default: 2,\n },\n intervalDuration: {\n type: Number,\n default: 60,\n },\n intervalHeight: {\n type: Number,\n default: 48,\n },\n intervalFormat: {\n type: [String, Function],\n default: 'fullTime12h',\n },\n intervalStart: {\n type: Number,\n default: 0,\n },\n}, 'VCalendarInterval')\n\nexport const VCalendarInterval = genericComponent()({\n name: 'VCalendarInterval',\n\n props: {\n index: {\n type: Number,\n required: true,\n },\n\n ...makeVCalendarIntervalProps(),\n },\n\n setup (props, { emit, slots }) {\n const adapter = useDate()\n const interval = computed(() => {\n const start = adapter.addMinutes(adapter.startOfDay(props.day.date), (props.intervalDuration * (props.index + props.intervalStart)))\n const end = adapter.addMinutes(\n adapter.startOfDay(props.day.date),\n (props.intervalDuration * (props.index + props.intervalStart + 1)) - 1\n )\n return {\n ...props.day,\n label: adapter.format(start, 'fullTime24h'),\n start,\n end,\n events: props.events\n ? props.events\n .filter(e => !e.allDay &&\n (adapter.isEqual(start, e.start) ||\n adapter.isWithinRange(e.start, [start, end]) ||\n adapter.isWithinRange(start, [e.start, e.end]) ||\n adapter.isEqual(end, e.end))\n )\n .map(e => {\n return {\n ...e,\n first: adapter.isEqual(start, e.start) || adapter.isWithinRange(e.start, [start, end]),\n last: adapter.isEqual(end, e.end) || adapter.isWithinRange(e.end, [start, end]),\n }\n })\n : [],\n }\n })\n\n useRender(() => {\n return (\n props.dayIndex === 0 ? (\n <div class=\"v-calendar-day__row-with-label\" style={ `height: ${convertToUnit(props.intervalHeight)}` }>\n <div class=\"v-calendar-day__row-label\">\n <slot name=\"intervalFormat\" interval={ interval.value }>\n { props.index\n ? props.intervalFormat\n ? typeof props.intervalFormat === 'string'\n ? adapter.format(interval.value.start, 'hours12h')\n : props.intervalFormat(interval.value)\n : interval.value.label\n : ''\n }\n </slot>\n </div>\n <div class=\"v-calendar-day__row-hairline\"></div>\n <div class={['v-calendar-day__row-content', interval.value.events.some(e => !e.last)\n ? 'v-calendar-day__row-content-through'\n : '']}\n >\n <slot name=\"intervalBody\" interval={ interval.value }>\n { interval.value.events?.map(event => (\n <VCalendarIntervalEvent\n event={ event }\n interval={ interval.value }\n intervalDivisions={ props.intervalDivisions }\n intervalDuration={ props.intervalDuration }\n intervalHeight={ props.intervalHeight }\n />\n ))}\n </slot>\n </div>\n </div>\n ) : (\n <div class=\"v-calendar-day__row-without-label\" style={ `height: ${convertToUnit(props.intervalHeight)}` }>\n <div class={['v-calendar-day__row-content', interval.value.events.some(e => !e.last)\n ? 'v-calendar-day__row-content-through'\n : '']}\n >\n <slot name=\"intervalBody\" interval={ interval.value }>\n { interval.value.events?.filter(event => !event.allDay).map(event => (\n <VCalendarIntervalEvent\n event={ event }\n interval={ interval.value }\n intervalDivisions={ props.intervalDivisions }\n intervalDuration={ props.intervalDuration }\n intervalHeight={ props.intervalHeight }\n />\n ))}\n </slot>\n </div>\n </div>\n )\n )\n })\n\n return { interval }\n },\n})\n\nexport type VCalendarInterval = InstanceType<typeof VCalendarInterval>\n"],"mappings":"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
|
1
|
+
{"version":3,"file":"VCalendarInterval.js","names":["VCalendarIntervalEvent","useDate","computed","convertToUnit","genericComponent","propsFactory","useRender","makeVCalendarIntervalProps","day","type","Object","default","dayIndex","Number","events","Array","intervalDivisions","intervalDuration","intervalHeight","intervalFormat","String","Function","intervalStart","VCalendarInterval","name","props","index","required","setup","_ref","emit","slots","adapter","interval","start","addMinutes","startOfDay","date","end","label","format","filter","e","allDay","isEqual","isWithinRange","map","first","last","_createVNode","_resolveComponent","value","some","event"],"sources":["../../../src/labs/VCalendar/VCalendarInterval.tsx"],"sourcesContent":["// Styles\nimport './VCalendarInterval.sass'\n\n// Components\nimport { VCalendarIntervalEvent } from './VCalendarIntervalEvent'\n\n// Composables\nimport { useDate } from '@/composables/date'\n\n// Utilities\nimport { computed } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\nexport const makeVCalendarIntervalProps = propsFactory({\n day: {\n type: Object,\n default: () => ({}),\n },\n dayIndex: Number,\n events: Array<any>,\n intervalDivisions: {\n type: Number,\n default: 2,\n },\n intervalDuration: {\n type: Number,\n default: 60,\n },\n intervalHeight: {\n type: Number,\n default: 48,\n },\n intervalFormat: {\n type: [String, Function],\n default: 'fullTime12h',\n },\n intervalStart: {\n type: Number,\n default: 0,\n },\n}, 'VCalendarInterval')\n\nexport const VCalendarInterval = genericComponent()({\n name: 'VCalendarInterval',\n\n props: {\n index: {\n type: Number,\n required: true,\n },\n\n ...makeVCalendarIntervalProps(),\n },\n\n setup (props, { emit, slots }) {\n const adapter = useDate()\n const interval = computed(() => {\n const start = adapter.addMinutes(adapter.startOfDay(props.day.date), (props.intervalDuration * (props.index + props.intervalStart)))\n const end = adapter.addMinutes(\n adapter.startOfDay(props.day.date),\n (props.intervalDuration * (props.index + props.intervalStart + 1)) - 1\n )\n return {\n ...props.day,\n label: adapter.format(start, 'fullTime24h'),\n start,\n end,\n events: props.events\n ? props.events\n .filter(e => !e.allDay &&\n (adapter.isEqual(start, e.start) ||\n adapter.isWithinRange(e.start, [start, end]) ||\n adapter.isWithinRange(start, [e.start, e.end]) ||\n adapter.isEqual(end, e.end))\n )\n .map(e => {\n return {\n ...e,\n first: adapter.isEqual(start, e.start) || adapter.isWithinRange(e.start, [start, end]),\n last: adapter.isEqual(end, e.end) || adapter.isWithinRange(e.end, [start, end]),\n }\n })\n : [],\n }\n })\n\n useRender(() => {\n return (\n props.dayIndex === 0 ? (\n <div class=\"v-calendar-day__row-with-label\" style={ `height: ${convertToUnit(props.intervalHeight)}` }>\n <div class=\"v-calendar-day__row-label\">\n <slot name=\"intervalFormat\" interval={ interval.value }>\n { props.index\n ? props.intervalFormat\n ? typeof props.intervalFormat === 'string'\n ? adapter.format(interval.value.start, 'hours12h')\n : props.intervalFormat(interval.value)\n : interval.value.label\n : ''\n }\n </slot>\n </div>\n <div class=\"v-calendar-day__row-hairline\"></div>\n <div class={['v-calendar-day__row-content', interval.value.events.some(e => !e.last)\n ? 'v-calendar-day__row-content-through'\n : '']}\n >\n <slot name=\"intervalBody\" interval={ interval.value }>\n { interval.value.events?.map(event => (\n <VCalendarIntervalEvent\n event={ event }\n interval={ interval.value }\n intervalDivisions={ props.intervalDivisions }\n intervalDuration={ props.intervalDuration }\n intervalHeight={ props.intervalHeight }\n />\n ))}\n </slot>\n </div>\n </div>\n ) : (\n <div class=\"v-calendar-day__row-without-label\" style={ `height: ${convertToUnit(props.intervalHeight)}` }>\n <div class={['v-calendar-day__row-content', interval.value.events.some(e => !e.last)\n ? 'v-calendar-day__row-content-through'\n : '']}\n >\n <slot name=\"intervalBody\" interval={ interval.value }>\n { interval.value.events?.filter(event => !event.allDay).map(event => (\n <VCalendarIntervalEvent\n event={ event }\n interval={ interval.value }\n intervalDivisions={ props.intervalDivisions }\n intervalDuration={ props.intervalDuration }\n intervalHeight={ props.intervalHeight }\n />\n ))}\n </slot>\n </div>\n </div>\n )\n )\n })\n\n return { interval }\n },\n})\n\nexport type VCalendarInterval = InstanceType<typeof VCalendarInterval>\n"],"mappings":"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","ignoreList":[]}
|
@@ -387,10 +387,10 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
387
387
|
};
|
388
388
|
firstDayOfWeek: unknown extends Defaults["firstDayOfWeek"] ? {
|
389
389
|
type: (StringConstructor | NumberConstructor)[];
|
390
|
-
default:
|
390
|
+
default: undefined;
|
391
391
|
} : Omit<{
|
392
392
|
type: (StringConstructor | NumberConstructor)[];
|
393
|
-
default:
|
393
|
+
default: undefined;
|
394
394
|
}, "type" | "default"> & {
|
395
395
|
type: PropType<unknown extends Defaults["firstDayOfWeek"] ? string | number : string | number | Defaults["firstDayOfWeek"]>;
|
396
396
|
default: unknown extends Defaults["firstDayOfWeek"] ? string | number : NonNullable<string | number> | Defaults["firstDayOfWeek"];
|
@@ -824,7 +824,6 @@ export declare const VDateInput: {
|
|
824
824
|
showAdjacentMonths: boolean;
|
825
825
|
weekdays: import("../../composables/calendar.js").CalendarWeekdays[];
|
826
826
|
weeksInMonth: "static" | "dynamic";
|
827
|
-
firstDayOfWeek: string | number;
|
828
827
|
hideWeekdays: boolean;
|
829
828
|
showWeek: boolean;
|
830
829
|
} & {
|
@@ -878,6 +877,7 @@ export declare const VDateInput: {
|
|
878
877
|
suffix?: string | undefined;
|
879
878
|
counterValue?: number | ((value: any) => number) | undefined;
|
880
879
|
modelModifiers?: Record<string, boolean> | undefined;
|
880
|
+
firstDayOfWeek?: string | number | undefined;
|
881
881
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
882
882
|
displayFormat?: string | Function | undefined;
|
883
883
|
} & {
|
@@ -3015,7 +3015,6 @@ export declare const VDateInput: {
|
|
3015
3015
|
showAdjacentMonths: boolean;
|
3016
3016
|
weekdays: import("../../composables/calendar.js").CalendarWeekdays[];
|
3017
3017
|
weeksInMonth: "static" | "dynamic";
|
3018
|
-
firstDayOfWeek: string | number;
|
3019
3018
|
hideWeekdays: boolean;
|
3020
3019
|
showWeek: boolean;
|
3021
3020
|
} & {
|
@@ -3069,6 +3068,7 @@ export declare const VDateInput: {
|
|
3069
3068
|
suffix?: string | undefined;
|
3070
3069
|
counterValue?: number | ((value: any) => number) | undefined;
|
3071
3070
|
modelModifiers?: Record<string, boolean> | undefined;
|
3071
|
+
firstDayOfWeek?: string | number | undefined;
|
3072
3072
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
3073
3073
|
displayFormat?: string | Function | undefined;
|
3074
3074
|
} & {
|
@@ -5181,7 +5181,6 @@ export declare const VDateInput: {
|
|
5181
5181
|
showAdjacentMonths: boolean;
|
5182
5182
|
weekdays: import("../../composables/calendar.js").CalendarWeekdays[];
|
5183
5183
|
weeksInMonth: "static" | "dynamic";
|
5184
|
-
firstDayOfWeek: string | number;
|
5185
5184
|
hideWeekdays: boolean;
|
5186
5185
|
showWeek: boolean;
|
5187
5186
|
} & {
|
@@ -5235,6 +5234,7 @@ export declare const VDateInput: {
|
|
5235
5234
|
suffix?: string | undefined;
|
5236
5235
|
counterValue?: number | ((value: any) => number) | undefined;
|
5237
5236
|
modelModifiers?: Record<string, boolean> | undefined;
|
5237
|
+
firstDayOfWeek?: string | number | undefined;
|
5238
5238
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
5239
5239
|
displayFormat?: string | Function | undefined;
|
5240
5240
|
} & {
|
@@ -7411,7 +7411,7 @@ export declare const VDateInput: {
|
|
7411
7411
|
};
|
7412
7412
|
firstDayOfWeek: {
|
7413
7413
|
type: (StringConstructor | NumberConstructor)[];
|
7414
|
-
default:
|
7414
|
+
default: undefined;
|
7415
7415
|
};
|
7416
7416
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
7417
7417
|
hideWeekdays: BooleanConstructor;
|
@@ -7634,7 +7634,7 @@ export declare const VDateInput: {
|
|
7634
7634
|
};
|
7635
7635
|
firstDayOfWeek: {
|
7636
7636
|
type: (StringConstructor | NumberConstructor)[];
|
7637
|
-
default:
|
7637
|
+
default: undefined;
|
7638
7638
|
};
|
7639
7639
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
7640
7640
|
hideWeekdays: BooleanConstructor;
|