@vuetify/nightly 3.8.5-master.2025-05-14 → 3.8.5-master.2025-05-15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -3
- package/dist/json/attributes.json +3103 -3103
- package/dist/json/importMap-labs.json +6 -6
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +5966 -5966
- package/dist/vuetify-labs.cjs +13 -31
- package/dist/vuetify-labs.css +3666 -3666
- package/dist/vuetify-labs.d.ts +590 -587
- package/dist/vuetify-labs.esm.js +13 -31
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -31
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +13 -31
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2923 -2923
- package/dist/vuetify.d.ts +502 -499
- package/dist/vuetify.esm.js +13 -31
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -31
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +570 -568
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +84 -84
- package/lib/components/VCheckbox/VCheckbox.d.ts +12 -12
- package/lib/components/VCombobox/VCombobox.d.ts +84 -84
- package/lib/components/VFileInput/VFileInput.d.ts +30 -30
- package/lib/components/VInput/VInput.d.ts +12 -12
- package/lib/components/VNumberInput/VNumberInput.d.ts +80 -80
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +12 -12
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
- package/lib/components/VSelect/VSelect.d.ts +84 -84
- package/lib/components/VSlider/VSlider.d.ts +12 -12
- package/lib/components/VSwitch/VSwitch.d.ts +12 -12
- package/lib/components/VTextField/VTextField.d.ts +30 -30
- package/lib/components/VTextarea/VTextarea.d.ts +30 -30
- package/lib/components/VValidation/VValidation.d.ts +8 -8
- package/lib/composables/validation.d.ts +6 -5
- package/lib/composables/validation.js +4 -29
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +44 -44
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +12 -12
- package/lib/labs/VDateInput/VDateInput.d.ts +84 -84
- package/lib/labs/rules/rules.d.ts +9 -5
- package/lib/labs/rules/rules.js +73 -51
- package/lib/labs/rules/rules.js.map +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -2539,24 +2539,25 @@ declare module 'vue' {
|
|
2539
2539
|
$children?: VNodeChild
|
2540
2540
|
}
|
2541
2541
|
export interface GlobalComponents {
|
2542
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2543
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2544
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2545
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2546
2542
|
VApp: typeof import('vuetify/components')['VApp']
|
2543
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2547
2544
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2548
2545
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2549
|
-
|
2550
|
-
|
2546
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2547
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2548
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2549
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2551
2550
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2552
2551
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2553
2552
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2553
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2554
2554
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2555
2555
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2556
2556
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2557
2557
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2558
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2559
2558
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2559
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2560
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2560
2561
|
VCard: typeof import('vuetify/components')['VCard']
|
2561
2562
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2562
2563
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -2565,16 +2566,12 @@ declare module 'vue' {
|
|
2565
2566
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2566
2567
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2567
2568
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2568
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2569
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2570
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2571
2569
|
VChip: typeof import('vuetify/components')['VChip']
|
2572
|
-
|
2573
|
-
|
2574
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2570
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2571
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2575
2572
|
VCode: typeof import('vuetify/components')['VCode']
|
2576
2573
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2577
|
-
|
2574
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2578
2575
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2579
2576
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2580
2577
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2582,34 +2579,36 @@ declare module 'vue' {
|
|
2582
2579
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2583
2580
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2584
2581
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2582
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2583
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2584
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2585
2585
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2586
2586
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2587
2587
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2588
2588
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2589
2589
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2590
2590
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2591
|
-
|
2592
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2593
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2594
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2595
|
-
VField: typeof import('vuetify/components')['VField']
|
2596
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2591
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2597
2592
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2598
2593
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2599
2594
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2600
2595
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2601
|
-
|
2596
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2597
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2602
2598
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2603
|
-
|
2599
|
+
VField: typeof import('vuetify/components')['VField']
|
2600
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2601
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2602
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2604
2603
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2605
2604
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2606
2605
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2607
2606
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2608
2607
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2609
2608
|
VImg: typeof import('vuetify/components')['VImg']
|
2610
|
-
|
2609
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2611
2610
|
VInput: typeof import('vuetify/components')['VInput']
|
2612
|
-
|
2611
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2613
2612
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2614
2613
|
VItem: typeof import('vuetify/components')['VItem']
|
2615
2614
|
VList: typeof import('vuetify/components')['VList']
|
@@ -2622,24 +2621,24 @@ declare module 'vue' {
|
|
2622
2621
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2623
2622
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2624
2623
|
VMain: typeof import('vuetify/components')['VMain']
|
2624
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2625
2625
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2626
2626
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2627
2627
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2628
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2629
2628
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2630
2629
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2630
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2631
2631
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2632
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2633
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2634
2632
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2635
2633
|
VRating: typeof import('vuetify/components')['VRating']
|
2636
2634
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2637
|
-
|
2635
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2636
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2638
2637
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2639
2638
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2640
2639
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2641
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2642
2640
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2641
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2643
2642
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2644
2643
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2645
2644
|
VStepper: typeof import('vuetify/components')['VStepper']
|
@@ -2648,46 +2647,48 @@ declare module 'vue' {
|
|
2648
2647
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2649
2648
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2650
2649
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2650
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2651
2651
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2652
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2653
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2654
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2655
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2652
2656
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2653
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2654
2657
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2655
2658
|
VTable: typeof import('vuetify/components')['VTable']
|
2656
2659
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2657
2660
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2658
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2659
2661
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2660
2662
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2661
2663
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2664
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2662
2665
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2663
2666
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2664
|
-
|
2665
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2666
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2667
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2667
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2668
2668
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2669
2669
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2670
2670
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2671
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2672
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2673
2671
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2674
2672
|
VCol: typeof import('vuetify/components')['VCol']
|
2675
2673
|
VRow: typeof import('vuetify/components')['VRow']
|
2676
2674
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2677
|
-
|
2675
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2678
2676
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2679
2677
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2678
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2680
2679
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2681
2680
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2682
2681
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2683
|
-
|
2682
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
2684
2683
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2684
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2685
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2685
2686
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2686
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2687
2687
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2688
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2688
2689
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2689
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2690
2690
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2691
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2691
2692
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2692
2693
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2693
2694
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2704,17 +2705,16 @@ declare module 'vue' {
|
|
2704
2705
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2705
2706
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2706
2707
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2707
|
-
|
2708
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2708
2709
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2709
2710
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2710
2711
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2711
2712
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2712
2713
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2713
2714
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2714
|
-
|
2715
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2715
2716
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2716
2717
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2717
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2718
2718
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2719
2719
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2720
2720
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
package/lib/framework.js
CHANGED
@@ -530,14 +530,14 @@ export declare const makeVColorInputProps: <Defaults extends {
|
|
530
530
|
default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
|
531
531
|
};
|
532
532
|
rules: unknown extends Defaults["rules"] ? {
|
533
|
-
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
533
|
+
type: import("vue").PropType<readonly (import("../../types.js").ValidationRule | import("../rules/index.js").ValidationAlias)[]>;
|
534
534
|
default: () => never[];
|
535
535
|
} : Omit<{
|
536
|
-
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
536
|
+
type: import("vue").PropType<readonly (import("../../types.js").ValidationRule | import("../rules/index.js").ValidationAlias)[]>;
|
537
537
|
default: () => never[];
|
538
538
|
}, "type" | "default"> & {
|
539
|
-
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
540
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
539
|
+
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] : readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] | Defaults["rules"]>;
|
540
|
+
default: unknown extends Defaults["rules"] ? readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] : readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] | Defaults["rules"];
|
541
541
|
};
|
542
542
|
validateOn: unknown extends Defaults["validateOn"] ? import("vue").PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined> : {
|
543
543
|
type: import("vue").PropType<unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | Defaults["validateOn"] | undefined>;
|
@@ -727,7 +727,7 @@ export declare const VColorInput: {
|
|
727
727
|
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
728
728
|
landscape: boolean;
|
729
729
|
messages: string | readonly string[];
|
730
|
-
rules: readonly import("../../
|
730
|
+
rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
|
731
731
|
focused: boolean;
|
732
732
|
errorMessages: string | readonly string[] | null;
|
733
733
|
maxErrors: string | number;
|
@@ -897,7 +897,7 @@ export declare const VColorInput: {
|
|
897
897
|
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
898
898
|
landscape: boolean;
|
899
899
|
messages: string | readonly string[];
|
900
|
-
rules: readonly import("../../
|
900
|
+
rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
|
901
901
|
focused: boolean;
|
902
902
|
errorMessages: string | readonly string[] | null;
|
903
903
|
maxErrors: string | number;
|
@@ -971,7 +971,7 @@ export declare const VColorInput: {
|
|
971
971
|
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
972
972
|
landscape: boolean;
|
973
973
|
messages: string | readonly string[];
|
974
|
-
rules: readonly import("../../
|
974
|
+
rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
|
975
975
|
focused: boolean;
|
976
976
|
errorMessages: string | readonly string[] | null;
|
977
977
|
maxErrors: string | number;
|
@@ -1139,7 +1139,7 @@ export declare const VColorInput: {
|
|
1139
1139
|
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
1140
1140
|
landscape: boolean;
|
1141
1141
|
messages: string | readonly string[];
|
1142
|
-
rules: readonly import("../../
|
1142
|
+
rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
|
1143
1143
|
focused: boolean;
|
1144
1144
|
errorMessages: string | readonly string[] | null;
|
1145
1145
|
maxErrors: string | number;
|
@@ -1192,7 +1192,7 @@ export declare const VColorInput: {
|
|
1192
1192
|
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
1193
1193
|
landscape: boolean;
|
1194
1194
|
messages: string | readonly string[];
|
1195
|
-
rules: readonly import("../../
|
1195
|
+
rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
|
1196
1196
|
focused: boolean;
|
1197
1197
|
errorMessages: string | readonly string[] | null;
|
1198
1198
|
maxErrors: string | number;
|
@@ -1362,7 +1362,7 @@ export declare const VColorInput: {
|
|
1362
1362
|
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
1363
1363
|
landscape: boolean;
|
1364
1364
|
messages: string | readonly string[];
|
1365
|
-
rules: readonly import("../../
|
1365
|
+
rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
|
1366
1366
|
focused: boolean;
|
1367
1367
|
errorMessages: string | readonly string[] | null;
|
1368
1368
|
maxErrors: string | number;
|
@@ -1531,7 +1531,7 @@ export declare const VColorInput: {
|
|
1531
1531
|
default: null;
|
1532
1532
|
};
|
1533
1533
|
rules: {
|
1534
|
-
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
1534
|
+
type: import("vue").PropType<readonly (import("../../types.js").ValidationRule | import("../rules/index.js").ValidationAlias)[]>;
|
1535
1535
|
default: () => never[];
|
1536
1536
|
};
|
1537
1537
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -1706,7 +1706,7 @@ export declare const VColorInput: {
|
|
1706
1706
|
default: null;
|
1707
1707
|
};
|
1708
1708
|
rules: {
|
1709
|
-
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
1709
|
+
type: import("vue").PropType<readonly (import("../../types.js").ValidationRule | import("../rules/index.js").ValidationAlias)[]>;
|
1710
1710
|
default: () => never[];
|
1711
1711
|
};
|
1712
1712
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|