@vuetify/nightly 3.9.4-master.2025-08-06 → 3.9.4-master.2025-08-08

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.4-master.2025-08-06
2
+ * Vuetify v3.9.4-master.2025-08-08
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2385,8 +2385,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(Ct,e),u.pro
2385
2385
  else{const{mount:e}=u
2386
2386
  u.mount=function(){const a=e(...arguments)
2387
2387
  return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:uf.call(this,Ct),display:uf.call(this,Bn),theme:uf.call(this,xa),icons:uf.call(this,jt),locale:uf.call(this,ba),date:uf.call(this,Mu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function uf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2388
- if(a&&e in a)return a[e]}sf.version="3.9.4-master.2025-08-06"
2389
- const cf=function(){return sf({components:Qm,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.9.4-master.2025-08-06"
2388
+ if(a&&e in a)return a[e]}sf.version="3.9.4-master.2025-08-08"
2389
+ const cf=function(){return sf({components:Qm,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.9.4-master.2025-08-08"
2390
2390
  cf.version=df,e.blueprints=ea,e.components=Qm,e.createVuetify=cf,e.directives=rf,e.useDate=Ou,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2391
2391
  const{props:a,provideSubDefaults:l}=_t(e,t)
2392
2392
  return l(),a},e.useDisplay=zn,e.useGoTo=Wn,e.useHotkey=function(e,l){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.9.4-master.2025-08-06";
19
+ export const version = "3.9.4-master.2025-08-08";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.js";
@@ -2605,22 +2605,24 @@ declare module 'vue' {
2605
2605
  $children?: VNodeChild
2606
2606
  }
2607
2607
  export interface GlobalComponents {
2608
+ VApp: typeof import('vuetify/components')['VApp']
2609
+ VAlert: typeof import('vuetify/components')['VAlert']
2610
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2611
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2608
2612
  VAppBar: typeof import('vuetify/components')['VAppBar']
2609
2613
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2610
2614
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2611
- VApp: typeof import('vuetify/components')['VApp']
2612
2615
  VAvatar: typeof import('vuetify/components')['VAvatar']
2613
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2614
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2615
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2616
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2616
2617
  VBanner: typeof import('vuetify/components')['VBanner']
2617
2618
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2618
2619
  VBannerText: typeof import('vuetify/components')['VBannerText']
2620
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2621
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2622
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2619
2623
  VBadge: typeof import('vuetify/components')['VBadge']
2620
2624
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2621
- VAlert: typeof import('vuetify/components')['VAlert']
2622
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2623
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2625
+ VBtn: typeof import('vuetify/components')['VBtn']
2624
2626
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2625
2627
  VCard: typeof import('vuetify/components')['VCard']
2626
2628
  VCardActions: typeof import('vuetify/components')['VCardActions']
@@ -2628,18 +2630,23 @@ declare module 'vue' {
2628
2630
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2629
2631
  VCardText: typeof import('vuetify/components')['VCardText']
2630
2632
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2631
- VCarousel: typeof import('vuetify/components')['VCarousel']
2632
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2633
2633
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2634
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2635
- VChip: typeof import('vuetify/components')['VChip']
2636
2634
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2637
2635
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2636
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2637
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2638
+ VChip: typeof import('vuetify/components')['VChip']
2639
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2638
2640
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
2639
- VCombobox: typeof import('vuetify/components')['VCombobox']
2640
2641
  VCounter: typeof import('vuetify/components')['VCounter']
2641
- VBtn: typeof import('vuetify/components')['VBtn']
2642
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2642
2643
  VCode: typeof import('vuetify/components')['VCode']
2644
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
2645
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2646
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2647
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2648
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2649
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2643
2650
  VDataTable: typeof import('vuetify/components')['VDataTable']
2644
2651
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2645
2652
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2647,36 +2654,31 @@ declare module 'vue' {
2647
2654
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2648
2655
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2649
2656
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2650
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
2651
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2652
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2653
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2654
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2655
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2657
+ VDivider: typeof import('vuetify/components')['VDivider']
2658
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2656
2659
  VDialog: typeof import('vuetify/components')['VDialog']
2657
2660
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2658
2661
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2659
2662
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2660
2663
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2661
- VDivider: typeof import('vuetify/components')['VDivider']
2662
2664
  VField: typeof import('vuetify/components')['VField']
2663
2665
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2664
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2665
- VFab: typeof import('vuetify/components')['VFab']
2666
- VFooter: typeof import('vuetify/components')['VFooter']
2667
2666
  VFileInput: typeof import('vuetify/components')['VFileInput']
2667
+ VFooter: typeof import('vuetify/components')['VFooter']
2668
+ VFab: typeof import('vuetify/components')['VFab']
2668
2669
  VIcon: typeof import('vuetify/components')['VIcon']
2669
2670
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2670
2671
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2671
2672
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2672
2673
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2673
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2674
- VInput: typeof import('vuetify/components')['VInput']
2675
2674
  VImg: typeof import('vuetify/components')['VImg']
2676
- VLabel: typeof import('vuetify/components')['VLabel']
2675
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2677
2676
  VKbd: typeof import('vuetify/components')['VKbd']
2678
2677
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2679
2678
  VItem: typeof import('vuetify/components')['VItem']
2679
+ VInput: typeof import('vuetify/components')['VInput']
2680
+ VMain: typeof import('vuetify/components')['VMain']
2681
+ VLabel: typeof import('vuetify/components')['VLabel']
2680
2682
  VList: typeof import('vuetify/components')['VList']
2681
2683
  VListGroup: typeof import('vuetify/components')['VListGroup']
2682
2684
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2686,46 +2688,46 @@ declare module 'vue' {
2686
2688
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2687
2689
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2688
2690
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2689
- VMain: typeof import('vuetify/components')['VMain']
2690
2691
  VMenu: typeof import('vuetify/components')['VMenu']
2692
+ VMessages: typeof import('vuetify/components')['VMessages']
2691
2693
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2692
2694
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2693
- VMessages: typeof import('vuetify/components')['VMessages']
2694
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
2695
2695
  VOverlay: typeof import('vuetify/components')['VOverlay']
2696
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
2697
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2696
2698
  VPagination: typeof import('vuetify/components')['VPagination']
2697
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2698
2699
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2699
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2700
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2700
2701
  VRating: typeof import('vuetify/components')['VRating']
2701
- VSelect: typeof import('vuetify/components')['VSelect']
2702
- VSheet: typeof import('vuetify/components')['VSheet']
2703
2702
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2703
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2704
+ VSelect: typeof import('vuetify/components')['VSelect']
2704
2705
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2705
2706
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2706
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
2707
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2708
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2707
+ VSheet: typeof import('vuetify/components')['VSheet']
2708
+ VSlider: typeof import('vuetify/components')['VSlider']
2709
2709
  VStepper: typeof import('vuetify/components')['VStepper']
2710
2710
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2711
2711
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2712
2712
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2713
2713
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2714
2714
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2715
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
2716
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2715
2717
  VSwitch: typeof import('vuetify/components')['VSwitch']
2716
2718
  VTab: typeof import('vuetify/components')['VTab']
2717
2719
  VTabs: typeof import('vuetify/components')['VTabs']
2718
2720
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2719
2721
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2720
- VSlider: typeof import('vuetify/components')['VSlider']
2722
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
2721
2723
  VTable: typeof import('vuetify/components')['VTable']
2722
- VTextField: typeof import('vuetify/components')['VTextField']
2723
2724
  VTextarea: typeof import('vuetify/components')['VTextarea']
2724
- VTimeline: typeof import('vuetify/components')['VTimeline']
2725
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2725
+ VTextField: typeof import('vuetify/components')['VTextField']
2726
2726
  VTimePicker: typeof import('vuetify/components')['VTimePicker']
2727
2727
  VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2728
2728
  VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2729
+ VTimeline: typeof import('vuetify/components')['VTimeline']
2730
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2729
2731
  VToolbar: typeof import('vuetify/components')['VToolbar']
2730
2732
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2731
2733
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
@@ -2753,10 +2755,9 @@ declare module 'vue' {
2753
2755
  VRadio: typeof import('vuetify/components')['VRadio']
2754
2756
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2755
2757
  VResponsive: typeof import('vuetify/components')['VResponsive']
2756
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2758
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2757
2759
  VSparkline: typeof import('vuetify/components')['VSparkline']
2758
2760
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2759
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2760
2761
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2761
2762
  VValidation: typeof import('vuetify/components')['VValidation']
2762
2763
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
@@ -2776,29 +2777,28 @@ declare module 'vue' {
2776
2777
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2777
2778
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2778
2779
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2779
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2780
+ VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2780
2781
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2781
2782
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2782
2783
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2783
2784
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2784
2785
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2785
2786
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2786
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2787
- VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2788
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2789
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2790
2787
  VPie: typeof import('vuetify/labs/components')['VPie']
2791
2788
  VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
2792
2789
  VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
2793
- VPicker: typeof import('vuetify/labs/components')['VPicker']
2794
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2790
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2791
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2795
2792
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2796
2793
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2797
2794
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2798
- VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2795
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2799
2796
  VVideo: typeof import('vuetify/labs/components')['VVideo']
2800
2797
  VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
2801
2798
  VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
2799
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
2800
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2801
+ VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2802
2802
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2803
2803
  VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
2804
2804
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.9.4-master.2025-08-06";
112
+ export const version = "3.9.4-master.2025-08-08";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
@@ -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/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.9.4-master.2025-08-06",
4
+ "version": "3.9.4-master.2025-08-08",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"