@vuetify/nightly 3.9.0-master.2025-07-12 → 3.9.0-master.2025-07-13
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 +4 -3
- package/dist/json/attributes.json +1847 -1847
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +3363 -3363
- package/dist/vuetify-labs.cjs +17 -9
- package/dist/vuetify-labs.css +4836 -4836
- package/dist/vuetify-labs.d.ts +55 -55
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2413 -2413
- package/dist/vuetify.d.ts +55 -55
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +14 -6
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-master.2025-07-
|
2
|
+
* Vuetify v3.9.0-master.2025-07-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2380,8 +2380,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(Nt,e),u.pro
|
|
2380
2380
|
else{const{mount:e}=u
|
2381
2381
|
u.mount=function(){const a=e(...arguments)
|
2382
2382
|
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:of.call(this,Nt),display:of.call(this,Bn),theme:of.call(this,xa),icons:of.call(this,jt),locale:of.call(this,ba),date:of.call(this,Fu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function of(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2383
|
-
if(a&&e in a)return a[e]}lf.version="3.9.0-master.2025-07-
|
2384
|
-
const nf=function(){return lf({components:qm,directives:af,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},rf="3.9.0-master.2025-07-
|
2383
|
+
if(a&&e in a)return a[e]}lf.version="3.9.0-master.2025-07-13"
|
2384
|
+
const nf=function(){return lf({components:qm,directives:af,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},rf="3.9.0-master.2025-07-13"
|
2385
2385
|
nf.version=rf,e.blueprints=ea,e.components=qm,e.createVuetify=nf,e.directives=af,e.useDate=Mu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2386
2386
|
const{props:a,provideSubDefaults:l}=It(e,t)
|
2387
2387
|
return l(),a},e.useDisplay=zn,e.useGoTo=Hn,e.useHotkey=function(e,l){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}
|
package/lib/entry-bundler.js
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.9.0-master.2025-07-
|
19
|
+
export const version = "3.9.0-master.2025-07-13";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2578,39 +2578,40 @@ declare module 'vue' {
|
|
2578
2578
|
}
|
2579
2579
|
export interface GlobalComponents {
|
2580
2580
|
VApp: typeof import('vuetify/components')['VApp']
|
2581
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2582
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
2583
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2584
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2581
2585
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2582
2586
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2583
2587
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2584
2588
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2585
2589
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2586
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2587
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2588
2590
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2589
2591
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2590
2592
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2591
2593
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2592
2594
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2593
2595
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2594
|
-
|
2595
|
-
|
2596
|
-
|
2597
|
-
|
2596
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2597
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2598
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2599
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2598
2600
|
VCard: typeof import('vuetify/components')['VCard']
|
2599
2601
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2600
2602
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2601
2603
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2602
2604
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2603
2605
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2604
|
-
|
2605
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2606
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2606
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2607
2607
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2608
2608
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2609
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2610
2609
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2610
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2611
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2611
2612
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2612
2613
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2613
|
-
|
2614
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2614
2615
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2615
2616
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2616
2617
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2618,37 +2619,39 @@ declare module 'vue' {
|
|
2618
2619
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2619
2620
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2620
2621
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2621
|
-
|
2622
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2622
2623
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2624
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2623
2625
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2624
2626
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2625
2627
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2626
2628
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2627
2629
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2628
2630
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2629
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2630
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2631
|
-
VField: typeof import('vuetify/components')['VField']
|
2632
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2633
2631
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2634
2632
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2635
2633
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2636
2634
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2637
2635
|
VFab: typeof import('vuetify/components')['VFab']
|
2638
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2639
2636
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2637
|
+
VField: typeof import('vuetify/components')['VField']
|
2638
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2639
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2640
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2640
2641
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2641
2642
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2642
2643
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2643
2644
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2644
2645
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2645
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2646
2646
|
VImg: typeof import('vuetify/components')['VImg']
|
2647
|
-
|
2647
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2648
2648
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2649
2649
|
VItem: typeof import('vuetify/components')['VItem']
|
2650
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2651
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2652
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2650
2653
|
VMain: typeof import('vuetify/components')['VMain']
|
2651
|
-
|
2654
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2652
2655
|
VList: typeof import('vuetify/components')['VList']
|
2653
2656
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2654
2657
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2658,79 +2661,78 @@ declare module 'vue' {
|
|
2658
2661
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2659
2662
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2660
2663
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2661
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2662
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2663
2664
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2665
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2666
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2664
2667
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2665
2668
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2666
|
-
|
2669
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2670
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2667
2671
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2668
2672
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2669
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2670
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2671
|
-
VRating: typeof import('vuetify/components')['VRating']
|
2672
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2673
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2674
2673
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2675
|
-
|
2676
|
-
|
2677
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2674
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2675
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2678
2676
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2679
|
-
|
2677
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2680
2678
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2681
|
-
|
2682
|
-
|
2683
|
-
VTab: typeof import('vuetify/components')['VTab']
|
2684
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2685
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2686
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2679
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2680
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2687
2681
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2688
2682
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2689
2683
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2690
2684
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2691
2685
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2692
2686
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2687
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2688
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2689
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2690
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2691
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2693
2692
|
VTable: typeof import('vuetify/components')['VTable']
|
2693
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2694
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2695
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2696
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2694
2697
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2695
2698
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2696
2699
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2697
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2698
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2699
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2700
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2701
2700
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2702
2701
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2703
2702
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2703
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2704
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2705
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2704
2706
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2705
2707
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2706
2708
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2707
2709
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2708
2710
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2709
2711
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2710
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2711
2712
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2712
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2713
2713
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2714
|
-
|
2714
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2715
2715
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2716
2716
|
VCol: typeof import('vuetify/components')['VCol']
|
2717
2717
|
VRow: typeof import('vuetify/components')['VRow']
|
2718
2718
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2719
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2719
2720
|
VHover: typeof import('vuetify/components')['VHover']
|
2720
2721
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2721
2722
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2722
2723
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2724
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2723
2725
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2726
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2724
2727
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2725
2728
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2726
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2727
2729
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2728
2730
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2729
2731
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2730
2732
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2731
2733
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2732
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2733
2734
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2735
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2734
2736
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2735
2737
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2736
2738
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2747,8 +2749,6 @@ declare module 'vue' {
|
|
2747
2749
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2748
2750
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2749
2751
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2750
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2751
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2752
2752
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2753
2753
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2754
2754
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -2756,17 +2756,17 @@ declare module 'vue' {
|
|
2756
2756
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2757
2757
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2758
2758
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2759
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2760
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2761
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2762
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2763
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2764
2759
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2765
2760
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2761
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2762
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2766
2763
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2767
2764
|
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2768
|
-
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2769
2765
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2766
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2767
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2768
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2769
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2770
2770
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2771
2771
|
}
|
2772
2772
|
export interface GlobalDirectives {
|
package/lib/framework.js
CHANGED
@@ -55,6 +55,9 @@ export const VColorInput = genericComponent()({
|
|
55
55
|
function onSave() {
|
56
56
|
menu.value = false;
|
57
57
|
}
|
58
|
+
function onCancel() {
|
59
|
+
menu.value = false;
|
60
|
+
}
|
58
61
|
useRender(() => {
|
59
62
|
const confirmEditProps = VConfirmEdit.filterProps(props);
|
60
63
|
const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'color']));
|
@@ -90,7 +93,8 @@ export const VColorInput = genericComponent()({
|
|
90
93
|
default: () => [_createVNode(VConfirmEdit, _mergeProps(confirmEditProps, {
|
91
94
|
"modelValue": model.value,
|
92
95
|
"onUpdate:modelValue": $event => model.value = $event,
|
93
|
-
"onSave": onSave
|
96
|
+
"onSave": onSave,
|
97
|
+
"onCancel": onCancel
|
94
98
|
}), {
|
95
99
|
default: _ref2 => {
|
96
100
|
let {
|
@@ -100,12 +104,16 @@ export const VColorInput = genericComponent()({
|
|
100
104
|
cancel,
|
101
105
|
isPristine
|
102
106
|
} = _ref2;
|
107
|
+
function onUpdateModel(value) {
|
108
|
+
if (!props.hideActions) {
|
109
|
+
proxyModel.value = value;
|
110
|
+
} else {
|
111
|
+
model.value = value;
|
112
|
+
}
|
113
|
+
}
|
103
114
|
return _createVNode(VColorPicker, _mergeProps(colorPickerProps, {
|
104
|
-
"modelValue": proxyModel.value,
|
105
|
-
"onUpdate:modelValue":
|
106
|
-
proxyModel.value = val;
|
107
|
-
model.value = val;
|
108
|
-
},
|
115
|
+
"modelValue": props.hideActions ? model.value : proxyModel.value,
|
116
|
+
"onUpdate:modelValue": value => onUpdateModel(value),
|
109
117
|
"onMousedown": e => e.preventDefault()
|
110
118
|
}), {
|
111
119
|
actions: !props.hideActions ? () => slots.actions?.({
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VColorInput.js","names":["makeVColorPickerProps","VColorPicker","makeVConfirmEditProps","VConfirmEdit","VIcon","VMenu","makeVTextFieldProps","VTextField","makeFocusProps","useProxiedModel","computed","shallowRef","genericComponent","omit","propsFactory","useRender","makeVColorInputProps","pip","Boolean","pipIcon","type","String","default","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","confirmEditProps","filterProps","colorPickerProps","textFieldProps","hasPrepend","prepend","_createVNode","_mergeProps","class","style","undefined","event","arg","_createElementVNode","_Fragment","$event","_ref2","actions","proxyModel","save","cancel","isPristine","hideActions"],"sources":["../../../src/labs/VColorInput/VColorInput.tsx"],"sourcesContent":["// Styles\nimport './VColorInput.sass'\n\n// Components\nimport { makeVColorPickerProps, VColorPicker } from '@/components/VColorPicker/VColorPicker'\nimport { makeVConfirmEditProps, VConfirmEdit } from '@/components/VConfirmEdit/VConfirmEdit'\nimport { VIcon } from '@/components/VIcon/VIcon'\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 { 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\nexport const makeVColorInputProps = propsFactory({\n pip: Boolean,\n pipIcon: {\n type: String,\n default: '$color',\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 useRender(() => {\n const confirmEditProps = VConfirmEdit.filterProps(props)\n const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'color']))\n const textFieldProps = VTextField.filterProps(omit(props, ['prependInnerIcon']))\n\n const hasPrepend = !!(slots.prepend || props.pipIcon)\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 prepend: props.pipIcon ? arg => (\n <>\n { hasPrepend && (\n <VIcon\n color={ props.pip ? model.value as string : undefined }\n icon={ props.pipIcon }\n />\n )}\n\n { slots.prepend?.(arg) }\n </>\n ) : undefined,\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 >\n {{\n default: ({ actions, model: proxyModel, save, cancel, isPristine }) => {\n return (\n <VColorPicker\n { ...colorPickerProps }\n modelValue={ proxyModel.value }\n onUpdate:modelValue={ val => {\n proxyModel.value = val\n model.value = val\n }}\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":["makeVColorPickerProps","VColorPicker","makeVConfirmEditProps","VConfirmEdit","VIcon","VMenu","makeVTextFieldProps","VTextField","makeFocusProps","useProxiedModel","computed","shallowRef","genericComponent","omit","propsFactory","useRender","makeVColorInputProps","pip","Boolean","pipIcon","type","String","default","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","hasPrepend","prepend","_createVNode","_mergeProps","class","style","undefined","event","arg","_createElementVNode","_Fragment","$event","_ref2","actions","proxyModel","save","cancel","isPristine","onUpdateModel","hideActions"],"sources":["../../../src/labs/VColorInput/VColorInput.tsx"],"sourcesContent":["// Styles\nimport './VColorInput.sass'\n\n// Components\nimport { makeVColorPickerProps, VColorPicker } from '@/components/VColorPicker/VColorPicker'\nimport { makeVConfirmEditProps, VConfirmEdit } from '@/components/VConfirmEdit/VConfirmEdit'\nimport { VIcon } from '@/components/VIcon/VIcon'\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 { 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\nexport const makeVColorInputProps = propsFactory({\n pip: Boolean,\n pipIcon: {\n type: String,\n default: '$color',\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(omit(props, ['prependInnerIcon']))\n\n const hasPrepend = !!(slots.prepend || props.pipIcon)\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 prepend: props.pipIcon ? arg => (\n <>\n { hasPrepend && (\n <VIcon\n color={ props.pip ? model.value as string : undefined }\n icon={ props.pipIcon }\n />\n )}\n\n { slots.prepend?.(arg) }\n </>\n ) : undefined,\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":";AAAA;AACA;;AAEA;AAAA,SACSA,qBAAqB,EAAEC,YAAY;AAAA,SACnCC,qBAAqB,EAAEC,YAAY;AAAA,SACnCC,KAAK;AAAA,SACLC,KAAK;AAAA,SACLC,mBAAmB,EAAEC,UAAU,qDAExC;AAAA,SACSC,cAAc;AAAA,SACdC,eAAe,6CAExB;AACA,SAASC,QAAQ,EAAEC,UAAU,QAAQ,KAAK;AAAA,SACjCC,gBAAgB,EAAEC,IAAI,EAAEC,YAAY,EAAEC,SAAS,+BAExD;AAcA,OAAO,MAAMC,oBAAoB,GAAGF,YAAY,CAAC;EAC/CG,GAAG,EAAEC,OAAO;EACZC,OAAO,EAAE;IACPC,IAAI,EAAEC,MAAM;IACZC,OAAO,EAAE;EACX,CAAC;EAED,GAAGd,cAAc,CAAC,CAAC;EACnB,GAAGN,qBAAqB,CAAC,CAAC;EAC1B,GAAGI,mBAAmB,CAAC,CAAC;EACxB,GAAGO,IAAI,CAACb,qBAAqB,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC;AAC5C,CAAC,EAAE,aAAa,CAAC;AAEjB,OAAO,MAAMuB,WAAW,GAAGX,gBAAgB,CAAmB,CAAC,CAAC;EAC9DY,IAAI,EAAE,aAAa;EAEnBC,KAAK,EAAET,oBAAoB,CAAC,CAAC;EAE7BU,KAAK,EAAE;IACL,mBAAmB,EAAGC,GAAW,IAAK;EACxC,CAAC;EAEDC,KAAKA,CAAEH,KAAK,EAAAI,IAAA,EAAa;IAAA,IAAX;MAAEC;IAAM,CAAC,GAAAD,IAAA;IACrB,MAAME,KAAK,GAAGtB,eAAe,CAACgB,KAAK,EAAE,YAAY,CAAC;IAClD,MAAMO,IAAI,GAAGrB,UAAU,CAAC,KAAK,CAAC;IAC9B,MAAMsB,SAAS,GAAGtB,UAAU,CAACc,KAAK,CAACS,OAAO,CAAC;IAE3C,MAAMC,aAAa,GAAGzB,QAAQ,CAAC,MAAM,CAACe,KAAK,CAACW,QAAQ,IAAI,CAACX,KAAK,CAACY,QAAQ,CAAC;IAExE,MAAMC,OAAO,GAAG5B,QAAQ,CAAC,MAAMqB,KAAK,CAACQ,KAAK,IAAI,IAAI,CAAC;IAEnD,SAASC,SAASA,CAAEC,CAAgB,EAAE;MACpC,IAAIA,CAAC,CAACC,GAAG,KAAK,OAAO,EAAE;MAEvB,IAAI,CAACV,IAAI,CAACO,KAAK,IAAI,CAACN,SAAS,CAACM,KAAK,EAAE;QACnCP,IAAI,CAACO,KAAK,GAAG,IAAI;QAEjB;MACF;MAEA,MAAMI,MAAM,GAAGF,CAAC,CAACE,MAA0B;MAE3CZ,KAAK,CAACQ,KAAK,GAAGI,MAAM,CAACJ,KAAK;IAC5B;IAEA,SAASK,OAAOA,CAAEH,CAAa,EAAE;MAC/BA,CAAC,CAACI,cAAc,CAAC,CAAC;MAClBJ,CAAC,CAACK,eAAe,CAAC,CAAC;MAEnBd,IAAI,CAACO,KAAK,GAAG,IAAI;IACnB;IAEA,SAASQ,MAAMA,CAAA,EAAI;MACjBf,IAAI,CAACO,KAAK,GAAG,KAAK;IACpB;IAEA,SAASS,QAAQA,CAAA,EAAI;MACnBhB,IAAI,CAACO,KAAK,GAAG,KAAK;IACpB;IAEAxB,SAAS,CAAC,MAAM;MACd,MAAMkC,gBAAgB,GAAG9C,YAAY,CAAC+C,WAAW,CAACzB,KAAK,CAAC;MACxD,MAAM0B,gBAAgB,GAAGlD,YAAY,CAACiD,WAAW,CAACrC,IAAI,CAACY,KAAK,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC;MACnF,MAAM2B,cAAc,GAAG7C,UAAU,CAAC2C,WAAW,CAACrC,IAAI,CAACY,KAAK,EAAE,CAAC,kBAAkB,CAAC,CAAC,CAAC;MAEhF,MAAM4B,UAAU,GAAG,CAAC,EAAEvB,KAAK,CAACwB,OAAO,IAAI7B,KAAK,CAACN,OAAO,CAAC;MAErD,OAAAoC,YAAA,CAAAhD,UAAA,EAAAiD,WAAA,CAESJ,cAAc;QAAA,SACZ,CACL,eAAe,EACf3B,KAAK,CAACgC,KAAK,CACZ;QAAA,SACOhC,KAAK,CAACiC,KAAK;QAAA,cACNpB,OAAO,CAACC,KAAK;QAAA,aACdJ,aAAa,CAACI,KAAK,GAAGC,SAAS,GAAGmB,SAAS;QAAA,WAC7C3B,IAAI,CAACO,KAAK,IAAIN,SAAS,CAACM,KAAK;QAAA,mBACrBJ,aAAa,CAACI,KAAK,GAAGK,OAAO,GAAGe,SAAS;QAAA,wBACpCxB,aAAa,CAACI,KAAK,GAAGK,OAAO,GAAGe,SAAS;QAAA,oBAC7CC,KAAK,IAAI3B,SAAS,CAACM,KAAK,GAAGqB,KAAK;QAAA,uBAC7BzB,aAAa,CAACI,KAAK,GAAGK,OAAO,GAAGe,SAAS;QAAA,uBACzChC,GAAG,IAAI;UAC3BI,KAAK,CAACQ,KAAK,GAAGZ,GAAG;QACnB;MAAC;QAGC,GAAGG,KAAK;QACRwB,OAAO,EAAE7B,KAAK,CAACN,OAAO,GAAG0C,GAAG,IAAAC,mBAAA,CAAAC,SAAA,SAEvBV,UAAU,IAAAE,YAAA,CAAAnD,KAAA;UAAA,SAECqB,KAAK,CAACR,GAAG,GAAGc,KAAK,CAACQ,KAAK,GAAaoB,SAAS;UAAA,QAC9ClC,KAAK,CAACN;QAAO,QAExB,EAEEW,KAAK,CAACwB,OAAO,GAAGO,GAAG,CAAC,EAEzB,GAAGF,SAAS;QACbrC,OAAO,EAAEA,CAAA,KAAAwC,mBAAA,CAAAC,SAAA,SAAAR,YAAA,CAAAlD,KAAA;UAAA,cAGO2B,IAAI,CAACO,KAAK;UAAA,uBAAAyB,MAAA,IAAVhC,IAAI,CAACO,KAAK,GAAAyB,MAAA;UAAA;UAAA;UAAA,uBAGE,KAAK;UAAA,eACb;QAAK;UAAA1C,OAAA,EAAAA,CAAA,MAAAiC,YAAA,CAAApD,YAAA,EAAAqD,WAAA,CAGZP,gBAAgB;YAAA,cACXlB,KAAK,CAACQ,KAAK;YAAA,uBAAAyB,MAAA,IAAXjC,KAAK,CAACQ,KAAK,GAAAyB,MAAA;YAAA,UACZjB,MAAM;YAAA,YACJC;UAAQ;YAGjB1B,OAAO,EAAE2C,KAAA,IAA8D;cAAA,IAA7D;gBAAEC,OAAO;gBAAEnC,KAAK,EAAEoC,UAAU;gBAAEC,IAAI;gBAAEC,MAAM;gBAAEC;cAAW,CAAC,GAAAL,KAAA;cAChE,SAASM,aAAaA,CAAEhC,KAAa,EAAE;gBACrC,IAAI,CAACd,KAAK,CAAC+C,WAAW,EAAE;kBACtBL,UAAU,CAAC5B,KAAK,GAAGA,KAAK;gBAC1B,CAAC,MAAM;kBACLR,KAAK,CAACQ,KAAK,GAAGA,KAAK;gBACrB;cACF;cAEA,OAAAgB,YAAA,CAAAtD,YAAA,EAAAuD,WAAA,CAESL,gBAAgB;gBAAA,cACR1B,KAAK,CAAC+C,WAAW,GAAGzC,KAAK,CAACQ,KAAK,GAAG4B,UAAU,CAAC5B,KAAK;gBAAA,uBACzCA,KAAK,IAAIgC,aAAa,CAAChC,KAAK,CAAC;gBAAA,eACpCE,CAAa,IAAKA,CAAC,CAACI,cAAc,CAAC;cAAC;gBAGjDqB,OAAO,EAAE,CAACzC,KAAK,CAAC+C,WAAW,GAAG,MAAM1C,KAAK,CAACoC,OAAO,GAAG;kBAAEE,IAAI;kBAAEC,MAAM;kBAAEC;gBAAW,CAAC,CAAC,IAAIJ,OAAO,CAAC,CAAC,GAAGP;cAAS;YAIlH;UAAC;QAAA,IAKL7B,KAAK,CAACR,OAAO,GAAG,CAAC;MAEtB;IAIT,CAAC,CAAC;EACJ;AACF,CAAC,CAAC","ignoreList":[]}
|