vuetify 3.9.4 → 3.9.5
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 +3433 -3433
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +134 -134
- package/dist/json/web-types.json +6551 -6551
- package/dist/vuetify-labs.cjs +6 -6
- package/dist/vuetify-labs.css +3853 -3850
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +6 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3166 -3163
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +5 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +5 -5
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +7 -4
- package/lib/components/VStepper/VStepperItem.sass +5 -7
- package/lib/components/VTextField/VTextField.js +1 -0
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/package.json +2 -2
package/lib/framework.d.ts
CHANGED
|
@@ -2605,27 +2605,25 @@ declare module 'vue' {
|
|
|
2605
2605
|
$children?: VNodeChild
|
|
2606
2606
|
}
|
|
2607
2607
|
export interface GlobalComponents {
|
|
2608
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2608
2609
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2609
2610
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2610
2611
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2611
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2612
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2613
2612
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2614
2613
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2615
2614
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2616
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2617
2615
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2618
|
-
|
|
2616
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2619
2617
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2620
2618
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2621
2619
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2622
|
-
|
|
2620
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2621
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2623
2622
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2624
2623
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2625
2624
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2625
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2626
2626
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2627
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2628
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2629
2627
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2630
2628
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2631
2629
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
@@ -2633,14 +2631,16 @@ declare module 'vue' {
|
|
|
2633
2631
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2634
2632
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2635
2633
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2634
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2635
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2639
2636
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2640
2637
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2641
2638
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2642
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2643
2639
|
VChip: typeof import('vuetify/components')['VChip']
|
|
2640
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2641
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2642
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2643
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2644
2644
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2645
2645
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2646
2646
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
@@ -2655,28 +2655,28 @@ declare module 'vue' {
|
|
|
2655
2655
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2656
2656
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2657
2657
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2658
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2659
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2658
2660
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2659
2661
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2660
2662
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2661
2663
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2662
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2663
2664
|
VFab: typeof import('vuetify/components')['VFab']
|
|
2664
|
-
|
|
2665
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2666
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2665
2667
|
VField: typeof import('vuetify/components')['VField']
|
|
2666
2668
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2667
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2668
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2669
2669
|
VImg: typeof import('vuetify/components')['VImg']
|
|
2670
2670
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2671
2671
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2672
2672
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2673
2673
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2674
2674
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2675
|
-
|
|
2675
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2676
2676
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2677
2677
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2678
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2678
2679
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2679
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2680
2680
|
VList: typeof import('vuetify/components')['VList']
|
|
2681
2681
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2682
2682
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2686,27 +2686,28 @@ declare module 'vue' {
|
|
|
2686
2686
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2687
2687
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2688
2688
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2689
|
-
|
|
2689
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2690
2690
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2691
2691
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2692
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
2693
2692
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2693
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2694
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2695
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2694
2696
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2695
2697
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2696
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2697
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2698
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2699
2698
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2700
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
2701
2699
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2702
|
-
|
|
2700
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2701
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
2702
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2703
2703
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2704
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2704
2705
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2705
2706
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2706
|
-
|
|
2707
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2708
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2707
2709
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2708
2710
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2709
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2710
2711
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2711
2712
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2712
2713
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
@@ -2714,51 +2715,50 @@ declare module 'vue' {
|
|
|
2714
2715
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2715
2716
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2716
2717
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2717
|
-
|
|
2718
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2719
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2720
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2718
2721
|
VTab: typeof import('vuetify/components')['VTab']
|
|
2719
2722
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2720
2723
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2721
2724
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2722
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2723
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2724
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2725
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2726
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2727
2725
|
VTable: typeof import('vuetify/components')['VTable']
|
|
2728
2726
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2729
2727
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2730
2728
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2729
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2730
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2731
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2731
2732
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2732
2733
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2733
2734
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2734
2735
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2735
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2736
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2737
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2738
2736
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2739
2737
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2740
2738
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2739
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2741
2740
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2741
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
2742
2742
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
2743
2743
|
VCol: typeof import('vuetify/components')['VCol']
|
|
2744
2744
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2745
2745
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2746
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2747
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
2748
2746
|
VHover: typeof import('vuetify/components')['VHover']
|
|
2749
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2750
2747
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2751
2748
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2749
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2752
2750
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2753
2751
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2754
2752
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2755
2753
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2756
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2757
2754
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2755
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2758
2756
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2759
2757
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2760
2758
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2761
2759
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2760
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2761
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2762
2762
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
2763
2763
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
2764
2764
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -2775,32 +2775,32 @@ declare module 'vue' {
|
|
|
2775
2775
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2776
2776
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2777
2777
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2778
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2779
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2781
2780
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
2782
2781
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
2783
2782
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
2784
2783
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
2785
2784
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
2786
2785
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
2786
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2787
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2787
2788
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2788
2789
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2789
|
-
|
|
2790
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2791
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2790
2792
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2791
2793
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2792
2794
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2793
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2794
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2795
2795
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2796
2796
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2797
2797
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
2798
|
+
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
|
2798
2799
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2799
2800
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2800
2801
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2801
|
-
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
|
2802
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2803
2802
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2803
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2804
2804
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
2805
2805
|
}
|
|
2806
2806
|
export interface GlobalDirectives {
|
package/lib/framework.js
CHANGED
|
@@ -128,8 +128,7 @@ export const VColorInput = genericComponent()({
|
|
|
128
128
|
}
|
|
129
129
|
return _createVNode(VColorPicker, _mergeProps(colorPickerProps, {
|
|
130
130
|
"modelValue": props.hideActions ? model.value : proxyModel.value,
|
|
131
|
-
"onUpdate:modelValue": value => onUpdateModel(value)
|
|
132
|
-
"onMousedown": e => e.preventDefault()
|
|
131
|
+
"onUpdate:modelValue": value => onUpdateModel(value)
|
|
133
132
|
}), {
|
|
134
133
|
actions: !props.hideActions ? () => slots.actions?.({
|
|
135
134
|
save,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VColorInput.js","names":["VAvatar","makeVColorPickerProps","VColorPicker","makeVConfirmEditProps","VConfirmEdit","VMenu","makeVTextFieldProps","VTextField","makeFocusProps","useProxiedModel","computed","shallowRef","genericComponent","omit","propsFactory","useRender","availablePipLocations","makeVColorInputProps","hidePip","Boolean","colorPip","pipIcon","type","String","default","pipLocation","validator","v","includes","pipVariant","VColorInput","name","props","emits","val","setup","_ref","slots","model","menu","isFocused","focused","isInteractive","disabled","readonly","display","value","onKeydown","e","key","target","onClick","preventDefault","stopPropagation","onSave","onCancel","confirmEditProps","filterProps","colorPickerProps","textFieldProps","slotWithPip","undefined","arg","_createElementVNode","_Fragment","_createVNode","_mergeProps","class","style","event","$event","_ref2","actions","proxyModel","save","cancel","isPristine","onUpdateModel","hideActions"],"sources":["../../../src/labs/VColorInput/VColorInput.tsx"],"sourcesContent":["// Styles\nimport './VColorInput.sass'\n\n// Components\nimport { VAvatar } from '@/components/VAvatar'\nimport { makeVColorPickerProps, VColorPicker } from '@/components/VColorPicker/VColorPicker'\nimport { makeVConfirmEditProps, VConfirmEdit } from '@/components/VConfirmEdit/VConfirmEdit'\nimport { VMenu } from '@/components/VMenu/VMenu'\nimport { makeVTextFieldProps, VTextField } from '@/components/VTextField/VTextField'\n\n// Composables\nimport { makeFocusProps } from '@/composables/focus'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed, shallowRef } from 'vue'\nimport { genericComponent, omit, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { VTextFieldSlots } from '@/components/VTextField/VTextField'\n\nexport type VColorInputActionsSlot = {\n save: () => void\n cancel: () => void\n isPristine: boolean\n}\n\nexport type VColorInputSlots = Omit<VTextFieldSlots, 'default'> & {\n actions: VColorInputActionsSlot\n default: never\n}\n\nconst availablePipLocations = ['prepend', 'prepend-inner', 'append', 'append-inner'] as const\nexport type PipLocation = typeof availablePipLocations[number]\n\nexport const makeVColorInputProps = propsFactory({\n hidePip: Boolean,\n colorPip: Boolean,\n pipIcon: {\n type: String,\n default: '$color',\n },\n pipLocation: {\n type: String as PropType<PipLocation>,\n default: 'prepend',\n validator: (v: any) => availablePipLocations.includes(v),\n },\n pipVariant: {\n type: String as PropType<VAvatar['$props']['variant']>,\n default: 'text',\n },\n\n ...makeFocusProps(),\n ...makeVConfirmEditProps(),\n ...makeVTextFieldProps(),\n ...omit(makeVColorPickerProps(), ['width']),\n}, 'VColorInput')\n\nexport const VColorInput = genericComponent<VColorInputSlots>()({\n name: 'VColorInput',\n\n props: makeVColorInputProps(),\n\n emits: {\n 'update:modelValue': (val: string) => true,\n },\n\n setup (props, { slots }) {\n const model = useProxiedModel(props, 'modelValue')\n const menu = shallowRef(false)\n const isFocused = shallowRef(props.focused)\n\n const isInteractive = computed(() => !props.disabled && !props.readonly)\n\n const display = computed(() => model.value || null)\n\n function onKeydown (e: KeyboardEvent) {\n if (e.key !== 'Enter') return\n\n if (!menu.value || !isFocused.value) {\n menu.value = true\n\n return\n }\n\n const target = e.target as HTMLInputElement\n\n model.value = target.value\n }\n\n function onClick (e: MouseEvent) {\n e.preventDefault()\n e.stopPropagation()\n\n menu.value = true\n }\n\n function onSave () {\n menu.value = false\n }\n\n function onCancel () {\n menu.value = false\n }\n\n useRender(() => {\n const confirmEditProps = VConfirmEdit.filterProps(props)\n const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'color']))\n const textFieldProps = VTextField.filterProps(props)\n\n const slotWithPip = props.hidePip\n ? undefined\n : {\n [props.pipLocation]: (arg: any) => (\n <>\n <VAvatar\n class=\"v-color-input__pip\"\n color={ props.colorPip ? model.value as string : undefined }\n variant={ props.pipVariant }\n icon={ props.pipIcon }\n />\n { slots[props.pipLocation]?.(arg) }\n </>\n ),\n }\n\n return (\n <VTextField\n { ...textFieldProps }\n class={[\n 'v-color-input',\n props.class,\n ]}\n style={ props.style }\n modelValue={ display.value }\n onKeydown={ isInteractive.value ? onKeydown : undefined }\n focused={ menu.value || isFocused.value }\n onClick:control={ isInteractive.value ? onClick : undefined }\n onClick:prependInner={ isInteractive.value ? onClick : undefined }\n onUpdate:focused={ event => isFocused.value = event }\n onClick:appendInner={ isInteractive.value ? onClick : undefined }\n onUpdate:modelValue={ val => {\n model.value = val\n }}\n >\n {{\n ...slots,\n ...slotWithPip,\n default: () => (\n <>\n <VMenu\n v-model={ menu.value }\n activator=\"parent\"\n minWidth=\"0\"\n closeOnContentClick={ false }\n openOnClick={ false }\n >\n <VConfirmEdit\n { ...confirmEditProps }\n v-model={ model.value }\n onSave={ onSave }\n onCancel={ onCancel }\n >\n {{\n default: ({ actions, model: proxyModel, save, cancel, isPristine }) => {\n function onUpdateModel (value: string) {\n if (!props.hideActions) {\n proxyModel.value = value\n } else {\n model.value = value\n }\n }\n\n return (\n <VColorPicker\n { ...colorPickerProps }\n modelValue={ props.hideActions ? model.value : proxyModel.value }\n onUpdate:modelValue={ value => onUpdateModel(value) }\n onMousedown={ (e: MouseEvent) => e.preventDefault() }\n >\n {{\n actions: !props.hideActions ? () => slots.actions?.({ save, cancel, isPristine }) ?? actions() : undefined,\n }}\n </VColorPicker>\n )\n },\n }}\n </VConfirmEdit>\n </VMenu>\n\n { slots.default?.() }\n </>\n ),\n }}\n </VTextField>\n )\n })\n },\n})\n\nexport type VColorInput = InstanceType<typeof VColorInput>\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"VColorInput.js","names":["VAvatar","makeVColorPickerProps","VColorPicker","makeVConfirmEditProps","VConfirmEdit","VMenu","makeVTextFieldProps","VTextField","makeFocusProps","useProxiedModel","computed","shallowRef","genericComponent","omit","propsFactory","useRender","availablePipLocations","makeVColorInputProps","hidePip","Boolean","colorPip","pipIcon","type","String","default","pipLocation","validator","v","includes","pipVariant","VColorInput","name","props","emits","val","setup","_ref","slots","model","menu","isFocused","focused","isInteractive","disabled","readonly","display","value","onKeydown","e","key","target","onClick","preventDefault","stopPropagation","onSave","onCancel","confirmEditProps","filterProps","colorPickerProps","textFieldProps","slotWithPip","undefined","arg","_createElementVNode","_Fragment","_createVNode","_mergeProps","class","style","event","$event","_ref2","actions","proxyModel","save","cancel","isPristine","onUpdateModel","hideActions"],"sources":["../../../src/labs/VColorInput/VColorInput.tsx"],"sourcesContent":["// Styles\nimport './VColorInput.sass'\n\n// Components\nimport { VAvatar } from '@/components/VAvatar'\nimport { makeVColorPickerProps, VColorPicker } from '@/components/VColorPicker/VColorPicker'\nimport { makeVConfirmEditProps, VConfirmEdit } from '@/components/VConfirmEdit/VConfirmEdit'\nimport { VMenu } from '@/components/VMenu/VMenu'\nimport { makeVTextFieldProps, VTextField } from '@/components/VTextField/VTextField'\n\n// Composables\nimport { makeFocusProps } from '@/composables/focus'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed, shallowRef } from 'vue'\nimport { genericComponent, omit, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { VTextFieldSlots } from '@/components/VTextField/VTextField'\n\nexport type VColorInputActionsSlot = {\n save: () => void\n cancel: () => void\n isPristine: boolean\n}\n\nexport type VColorInputSlots = Omit<VTextFieldSlots, 'default'> & {\n actions: VColorInputActionsSlot\n default: never\n}\n\nconst availablePipLocations = ['prepend', 'prepend-inner', 'append', 'append-inner'] as const\nexport type PipLocation = typeof availablePipLocations[number]\n\nexport const makeVColorInputProps = propsFactory({\n hidePip: Boolean,\n colorPip: Boolean,\n pipIcon: {\n type: String,\n default: '$color',\n },\n pipLocation: {\n type: String as PropType<PipLocation>,\n default: 'prepend',\n validator: (v: any) => availablePipLocations.includes(v),\n },\n pipVariant: {\n type: String as PropType<VAvatar['$props']['variant']>,\n default: 'text',\n },\n\n ...makeFocusProps(),\n ...makeVConfirmEditProps(),\n ...makeVTextFieldProps(),\n ...omit(makeVColorPickerProps(), ['width']),\n}, 'VColorInput')\n\nexport const VColorInput = genericComponent<VColorInputSlots>()({\n name: 'VColorInput',\n\n props: makeVColorInputProps(),\n\n emits: {\n 'update:modelValue': (val: string) => true,\n },\n\n setup (props, { slots }) {\n const model = useProxiedModel(props, 'modelValue')\n const menu = shallowRef(false)\n const isFocused = shallowRef(props.focused)\n\n const isInteractive = computed(() => !props.disabled && !props.readonly)\n\n const display = computed(() => model.value || null)\n\n function onKeydown (e: KeyboardEvent) {\n if (e.key !== 'Enter') return\n\n if (!menu.value || !isFocused.value) {\n menu.value = true\n\n return\n }\n\n const target = e.target as HTMLInputElement\n\n model.value = target.value\n }\n\n function onClick (e: MouseEvent) {\n e.preventDefault()\n e.stopPropagation()\n\n menu.value = true\n }\n\n function onSave () {\n menu.value = false\n }\n\n function onCancel () {\n menu.value = false\n }\n\n useRender(() => {\n const confirmEditProps = VConfirmEdit.filterProps(props)\n const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'color']))\n const textFieldProps = VTextField.filterProps(props)\n\n const slotWithPip = props.hidePip\n ? undefined\n : {\n [props.pipLocation]: (arg: any) => (\n <>\n <VAvatar\n class=\"v-color-input__pip\"\n color={ props.colorPip ? model.value as string : undefined }\n variant={ props.pipVariant }\n icon={ props.pipIcon }\n />\n { slots[props.pipLocation]?.(arg) }\n </>\n ),\n }\n\n return (\n <VTextField\n { ...textFieldProps }\n class={[\n 'v-color-input',\n props.class,\n ]}\n style={ props.style }\n modelValue={ display.value }\n onKeydown={ isInteractive.value ? onKeydown : undefined }\n focused={ menu.value || isFocused.value }\n onClick:control={ isInteractive.value ? onClick : undefined }\n onClick:prependInner={ isInteractive.value ? onClick : undefined }\n onUpdate:focused={ event => isFocused.value = event }\n onClick:appendInner={ isInteractive.value ? onClick : undefined }\n onUpdate:modelValue={ val => {\n model.value = val\n }}\n >\n {{\n ...slots,\n ...slotWithPip,\n default: () => (\n <>\n <VMenu\n v-model={ menu.value }\n activator=\"parent\"\n minWidth=\"0\"\n closeOnContentClick={ false }\n openOnClick={ false }\n >\n <VConfirmEdit\n { ...confirmEditProps }\n v-model={ model.value }\n onSave={ onSave }\n onCancel={ onCancel }\n >\n {{\n default: ({ actions, model: proxyModel, save, cancel, isPristine }) => {\n function onUpdateModel (value: string) {\n if (!props.hideActions) {\n proxyModel.value = value\n } else {\n model.value = value\n }\n }\n\n return (\n <VColorPicker\n { ...colorPickerProps }\n modelValue={ props.hideActions ? model.value : proxyModel.value }\n onUpdate:modelValue={ value => onUpdateModel(value) }\n >\n {{\n actions: !props.hideActions ? () => slots.actions?.({ save, cancel, isPristine }) ?? actions() : undefined,\n }}\n </VColorPicker>\n )\n },\n }}\n </VConfirmEdit>\n </VMenu>\n\n { slots.default?.() }\n </>\n ),\n }}\n </VTextField>\n )\n })\n },\n})\n\nexport type VColorInput = InstanceType<typeof VColorInput>\n"],"mappings":"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","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuetify",
|
|
3
3
|
"description": "Vue Material Component Framework",
|
|
4
|
-
"version": "3.9.
|
|
4
|
+
"version": "3.9.5",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John Leider",
|
|
7
7
|
"email": "john@vuetifyjs.com"
|
|
@@ -226,5 +226,5 @@
|
|
|
226
226
|
"attributes": "dist/json/attributes.json"
|
|
227
227
|
},
|
|
228
228
|
"web-types": "dist/json/web-types.json",
|
|
229
|
-
"gitHead": "
|
|
229
|
+
"gitHead": "a3dc7bf42ded34dffbe24d19f020582377a7f5ff"
|
|
230
230
|
}
|