@vuetify/nightly 3.8.10-dev.2025-06-18 → 3.8.10-dev.2025-06-19
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 +14 -4
- package/dist/_component-variables-labs.sass +1 -3
- package/dist/_component-variables.sass +2 -0
- package/dist/json/attributes.json +3889 -3885
- package/dist/json/importMap-labs.json +32 -56
- package/dist/json/importMap.json +180 -156
- package/dist/json/tags.json +7 -6
- package/dist/json/web-types.json +7006 -6996
- package/dist/vuetify-labs.cjs +3071 -3065
- package/dist/vuetify-labs.css +5691 -5661
- package/dist/vuetify-labs.d.ts +8142 -4681
- package/dist/vuetify-labs.esm.js +3071 -3065
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3071 -3065
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +1218 -160
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5014 -4715
- package/dist/vuetify.d.ts +6675 -1051
- package/dist/vuetify.esm.js +1218 -160
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1218 -160
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1224 -1143
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -18
- package/lib/components/VCarousel/VCarousel.d.ts +11 -1
- package/lib/components/VCheckbox/VCheckbox.d.ts +696 -3
- package/lib/components/VCheckbox/VCheckbox.js +5 -2
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +18 -18
- package/lib/components/VFileInput/VFileInput.d.ts +6 -6
- package/lib/components/VList/VListItem.d.ts +3 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +18 -18
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +696 -3
- package/lib/components/VRadioGroup/VRadioGroup.js +5 -2
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +696 -3
- package/lib/components/VRangeSlider/VRangeSlider.js +2 -1
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +18 -18
- package/lib/components/VSlider/VSlider.d.ts +696 -3
- package/lib/components/VSlider/VSlider.js +4 -1
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VStepper/VStepperWindow.d.ts +10 -0
- package/lib/components/VSwitch/VSwitch.d.ts +696 -3
- package/lib/components/VSwitch/VSwitch.js +4 -1
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VTabs/VTabsWindow.d.ts +10 -0
- package/lib/components/VTextField/VTextField.d.ts +6 -6
- package/lib/components/VTextarea/VTextarea.d.ts +6 -6
- package/lib/{labs → components}/VTimePicker/VTimePicker.d.ts +1 -14
- package/lib/{labs → components}/VTimePicker/VTimePicker.js +2 -4
- package/lib/components/VTimePicker/VTimePicker.js.map +1 -0
- package/lib/components/VTimePicker/VTimePickerClock.js.map +1 -0
- package/lib/{labs → components}/VTimePicker/VTimePickerControls.d.ts +0 -26
- package/lib/{labs → components}/VTimePicker/VTimePickerControls.js +3 -7
- package/lib/components/VTimePicker/VTimePickerControls.js.map +1 -0
- package/lib/{labs → components}/VTimePicker/_variables.scss +1 -1
- package/lib/components/VTimePicker/index.js.map +1 -0
- package/lib/components/VTimePicker/shared.js.map +1 -0
- package/lib/components/VTimePicker/util.js.map +1 -0
- package/lib/{labs → components}/VTreeview/VTreeview.d.ts +10 -10
- package/lib/{labs → components}/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -0
- package/lib/{labs → components}/VTreeview/VTreeviewChildren.d.ts +22 -22
- package/lib/{labs → components}/VTreeview/VTreeviewChildren.js +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -0
- package/lib/{labs → components}/VTreeview/VTreeviewGroup.js +2 -2
- package/lib/components/VTreeview/VTreeviewGroup.js.map +1 -0
- package/lib/{labs → components}/VTreeview/VTreeviewItem.d.ts +58 -58
- package/lib/{labs → components}/VTreeview/VTreeviewItem.js +4 -4
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -0
- package/lib/components/VTreeview/index.js.map +1 -0
- package/lib/components/VTreeview/shared.js.map +1 -0
- package/lib/components/VWindow/VWindow.css +15 -0
- package/lib/components/VWindow/VWindow.d.ts +10 -0
- package/lib/components/VWindow/VWindow.js +8 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/VWindow/VWindow.sass +17 -0
- package/lib/components/VWindow/_variables.scss +1 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +1 -1
- package/lib/composables/forwardRefs.d.ts +2 -2
- package/lib/composables/forwardRefs.js.map +1 -1
- package/lib/composables/icons.d.ts +1 -1
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/mask.d.ts +1 -1
- package/lib/composables/mask.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -1
- package/lib/composables/theme.js +2 -4
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +68 -68
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +24 -24
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +18 -18
- package/lib/labs/VMaskInput/VMaskInput.d.ts +18 -18
- package/lib/labs/components.d.ts +0 -2
- package/lib/labs/components.js +0 -2
- package/lib/labs/components.js.map +1 -1
- package/lib/styles/main.css +15 -0
- package/lib/styles/utilities/_index.sass +1 -0
- package/lib/styles/utilities/_pointer-events.sass +16 -0
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
- package/lib/labs/VTimePicker/VTimePicker.js.map +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +0 -1
- package/lib/labs/VTimePicker/VTimePickerControls.js.map +0 -1
- package/lib/labs/VTimePicker/index.js.map +0 -1
- package/lib/labs/VTimePicker/shared.js.map +0 -1
- package/lib/labs/VTimePicker/util.js.map +0 -1
- package/lib/labs/VTreeview/VTreeview.js.map +0 -1
- package/lib/labs/VTreeview/VTreeviewChildren.js.map +0 -1
- package/lib/labs/VTreeview/VTreeviewGroup.js.map +0 -1
- package/lib/labs/VTreeview/VTreeviewItem.js.map +0 -1
- package/lib/labs/VTreeview/index.js.map +0 -1
- package/lib/labs/VTreeview/shared.js.map +0 -1
- /package/lib/{labs → components}/VTimePicker/VTimePicker.css +0 -0
- /package/lib/{labs → components}/VTimePicker/VTimePicker.sass +0 -0
- /package/lib/{labs → components}/VTimePicker/VTimePickerClock.css +0 -0
- /package/lib/{labs → components}/VTimePicker/VTimePickerClock.d.ts +0 -0
- /package/lib/{labs → components}/VTimePicker/VTimePickerClock.js +0 -0
- /package/lib/{labs → components}/VTimePicker/VTimePickerClock.sass +0 -0
- /package/lib/{labs → components}/VTimePicker/VTimePickerControls.css +0 -0
- /package/lib/{labs → components}/VTimePicker/VTimePickerControls.sass +0 -0
- /package/lib/{labs → components}/VTimePicker/index.d.ts +0 -0
- /package/lib/{labs → components}/VTimePicker/index.js +0 -0
- /package/lib/{labs → components}/VTimePicker/shared.d.ts +0 -0
- /package/lib/{labs → components}/VTimePicker/shared.js +0 -0
- /package/lib/{labs → components}/VTimePicker/util.d.ts +0 -0
- /package/lib/{labs → components}/VTimePicker/util.js +0 -0
- /package/lib/{labs → components}/VTreeview/VTreeviewGroup.d.ts +0 -0
- /package/lib/{labs → components}/VTreeview/VTreeviewItem.css +0 -0
- /package/lib/{labs → components}/VTreeview/VTreeviewItem.sass +0 -0
- /package/lib/{labs → components}/VTreeview/_variables.scss +0 -0
- /package/lib/{labs → components}/VTreeview/index.d.ts +0 -0
- /package/lib/{labs → components}/VTreeview/index.js +0 -0
- /package/lib/{labs → components}/VTreeview/shared.d.ts +0 -0
- /package/lib/{labs → components}/VTreeview/shared.js +0 -0
|
@@ -412,7 +412,238 @@ export declare const VCheckbox: {
|
|
|
412
412
|
hideDetails?: boolean | "auto" | undefined;
|
|
413
413
|
} & {
|
|
414
414
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
415
|
-
},
|
|
415
|
+
}, Omit<Omit<{
|
|
416
|
+
$: import("vue").ComponentInternalInstance;
|
|
417
|
+
$data: {};
|
|
418
|
+
$props: Partial<{
|
|
419
|
+
error: boolean;
|
|
420
|
+
direction: "horizontal" | "vertical";
|
|
421
|
+
style: import("vue").StyleValue;
|
|
422
|
+
disabled: boolean | null;
|
|
423
|
+
readonly: boolean | null;
|
|
424
|
+
messages: string | readonly string[];
|
|
425
|
+
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)?])[];
|
|
426
|
+
focused: boolean;
|
|
427
|
+
errorMessages: string | readonly string[] | null;
|
|
428
|
+
maxErrors: string | number;
|
|
429
|
+
density: import("../../composables/density.js").Density;
|
|
430
|
+
centerAffix: boolean;
|
|
431
|
+
glow: boolean;
|
|
432
|
+
hideSpinButtons: boolean;
|
|
433
|
+
persistentHint: boolean;
|
|
434
|
+
}> & Omit<{
|
|
435
|
+
error: boolean;
|
|
436
|
+
direction: "horizontal" | "vertical";
|
|
437
|
+
style: import("vue").StyleValue;
|
|
438
|
+
disabled: boolean | null;
|
|
439
|
+
readonly: boolean | null;
|
|
440
|
+
messages: string | readonly string[];
|
|
441
|
+
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)?])[];
|
|
442
|
+
focused: boolean;
|
|
443
|
+
errorMessages: string | readonly string[] | null;
|
|
444
|
+
maxErrors: string | number;
|
|
445
|
+
density: import("../../composables/density.js").Density;
|
|
446
|
+
centerAffix: boolean;
|
|
447
|
+
glow: boolean;
|
|
448
|
+
hideSpinButtons: boolean;
|
|
449
|
+
persistentHint: boolean;
|
|
450
|
+
name?: string | undefined;
|
|
451
|
+
id?: string | undefined;
|
|
452
|
+
width?: string | number | undefined;
|
|
453
|
+
color?: string | undefined;
|
|
454
|
+
maxWidth?: string | number | undefined;
|
|
455
|
+
minWidth?: string | number | undefined;
|
|
456
|
+
label?: string | undefined;
|
|
457
|
+
class?: any;
|
|
458
|
+
theme?: string | undefined;
|
|
459
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
460
|
+
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;
|
|
461
|
+
validationValue?: any;
|
|
462
|
+
baseColor?: string | undefined;
|
|
463
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
464
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
465
|
+
iconColor?: string | boolean | undefined;
|
|
466
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
467
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
468
|
+
hint?: string | undefined;
|
|
469
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
470
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
471
|
+
$attrs: {
|
|
472
|
+
[x: string]: unknown;
|
|
473
|
+
};
|
|
474
|
+
$refs: {
|
|
475
|
+
[x: string]: unknown;
|
|
476
|
+
};
|
|
477
|
+
$slots: Readonly<{
|
|
478
|
+
default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
479
|
+
prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
480
|
+
append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
481
|
+
details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
482
|
+
message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
|
|
483
|
+
}>;
|
|
484
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
485
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
486
|
+
$host: Element | null;
|
|
487
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
488
|
+
$el: any;
|
|
489
|
+
$options: import("vue").ComponentOptionsBase<{
|
|
490
|
+
error: boolean;
|
|
491
|
+
direction: "horizontal" | "vertical";
|
|
492
|
+
style: import("vue").StyleValue;
|
|
493
|
+
disabled: boolean | null;
|
|
494
|
+
readonly: boolean | null;
|
|
495
|
+
messages: string | readonly string[];
|
|
496
|
+
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)?])[];
|
|
497
|
+
focused: boolean;
|
|
498
|
+
errorMessages: string | readonly string[] | null;
|
|
499
|
+
maxErrors: string | number;
|
|
500
|
+
density: import("../../composables/density.js").Density;
|
|
501
|
+
centerAffix: boolean;
|
|
502
|
+
glow: boolean;
|
|
503
|
+
hideSpinButtons: boolean;
|
|
504
|
+
persistentHint: boolean;
|
|
505
|
+
} & {
|
|
506
|
+
name?: string | undefined;
|
|
507
|
+
id?: string | undefined;
|
|
508
|
+
width?: string | number | undefined;
|
|
509
|
+
color?: string | undefined;
|
|
510
|
+
maxWidth?: string | number | undefined;
|
|
511
|
+
minWidth?: string | number | undefined;
|
|
512
|
+
label?: string | undefined;
|
|
513
|
+
class?: any;
|
|
514
|
+
theme?: string | undefined;
|
|
515
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
516
|
+
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;
|
|
517
|
+
validationValue?: any;
|
|
518
|
+
baseColor?: string | undefined;
|
|
519
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
520
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
521
|
+
iconColor?: string | boolean | undefined;
|
|
522
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
523
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
524
|
+
hint?: string | undefined;
|
|
525
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
526
|
+
} & {}, {
|
|
527
|
+
reset: () => Promise<void>;
|
|
528
|
+
resetValidation: () => Promise<void>;
|
|
529
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
530
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
|
531
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
|
532
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
|
533
|
+
'update:modelValue': (value: any) => true;
|
|
534
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
535
|
+
error: boolean;
|
|
536
|
+
direction: "horizontal" | "vertical";
|
|
537
|
+
style: import("vue").StyleValue;
|
|
538
|
+
disabled: boolean | null;
|
|
539
|
+
readonly: boolean | null;
|
|
540
|
+
messages: string | readonly string[];
|
|
541
|
+
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)?])[];
|
|
542
|
+
focused: boolean;
|
|
543
|
+
errorMessages: string | readonly string[] | null;
|
|
544
|
+
maxErrors: string | number;
|
|
545
|
+
density: import("../../composables/density.js").Density;
|
|
546
|
+
centerAffix: boolean;
|
|
547
|
+
glow: boolean;
|
|
548
|
+
hideSpinButtons: boolean;
|
|
549
|
+
persistentHint: boolean;
|
|
550
|
+
}, {}, string, import("vue").SlotsType<Partial<{
|
|
551
|
+
default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
552
|
+
prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
553
|
+
append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
554
|
+
details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
555
|
+
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
|
556
|
+
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
557
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
558
|
+
created?: (() => void) | (() => void)[];
|
|
559
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
560
|
+
mounted?: (() => void) | (() => void)[];
|
|
561
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
562
|
+
updated?: (() => void) | (() => void)[];
|
|
563
|
+
activated?: (() => void) | (() => void)[];
|
|
564
|
+
deactivated?: (() => void) | (() => void)[];
|
|
565
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
566
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
567
|
+
destroyed?: (() => void) | (() => void)[];
|
|
568
|
+
unmounted?: (() => void) | (() => void)[];
|
|
569
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
570
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
571
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
572
|
+
};
|
|
573
|
+
$forceUpdate: () => void;
|
|
574
|
+
$nextTick: typeof import("vue").nextTick;
|
|
575
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
576
|
+
} & Readonly<{
|
|
577
|
+
error: boolean;
|
|
578
|
+
direction: "horizontal" | "vertical";
|
|
579
|
+
style: import("vue").StyleValue;
|
|
580
|
+
disabled: boolean | null;
|
|
581
|
+
readonly: boolean | null;
|
|
582
|
+
messages: string | readonly string[];
|
|
583
|
+
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)?])[];
|
|
584
|
+
focused: boolean;
|
|
585
|
+
errorMessages: string | readonly string[] | null;
|
|
586
|
+
maxErrors: string | number;
|
|
587
|
+
density: import("../../composables/density.js").Density;
|
|
588
|
+
centerAffix: boolean;
|
|
589
|
+
glow: boolean;
|
|
590
|
+
hideSpinButtons: boolean;
|
|
591
|
+
persistentHint: boolean;
|
|
592
|
+
}> & Omit<{
|
|
593
|
+
error: boolean;
|
|
594
|
+
direction: "horizontal" | "vertical";
|
|
595
|
+
style: import("vue").StyleValue;
|
|
596
|
+
disabled: boolean | null;
|
|
597
|
+
readonly: boolean | null;
|
|
598
|
+
messages: string | readonly string[];
|
|
599
|
+
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)?])[];
|
|
600
|
+
focused: boolean;
|
|
601
|
+
errorMessages: string | readonly string[] | null;
|
|
602
|
+
maxErrors: string | number;
|
|
603
|
+
density: import("../../composables/density.js").Density;
|
|
604
|
+
centerAffix: boolean;
|
|
605
|
+
glow: boolean;
|
|
606
|
+
hideSpinButtons: boolean;
|
|
607
|
+
persistentHint: boolean;
|
|
608
|
+
} & {
|
|
609
|
+
name?: string | undefined;
|
|
610
|
+
id?: string | undefined;
|
|
611
|
+
width?: string | number | undefined;
|
|
612
|
+
color?: string | undefined;
|
|
613
|
+
maxWidth?: string | number | undefined;
|
|
614
|
+
minWidth?: string | number | undefined;
|
|
615
|
+
label?: string | undefined;
|
|
616
|
+
class?: any;
|
|
617
|
+
theme?: string | undefined;
|
|
618
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
619
|
+
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;
|
|
620
|
+
validationValue?: any;
|
|
621
|
+
baseColor?: string | undefined;
|
|
622
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
623
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
624
|
+
iconColor?: string | boolean | undefined;
|
|
625
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
626
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
627
|
+
hint?: string | undefined;
|
|
628
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
629
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
|
630
|
+
reset: () => Promise<void>;
|
|
631
|
+
resetValidation: () => Promise<void>;
|
|
632
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
633
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
|
634
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
|
635
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
|
636
|
+
modelValue?: unknown;
|
|
637
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
638
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
|
639
|
+
_allExposed: {
|
|
640
|
+
reset: () => Promise<void>;
|
|
641
|
+
resetValidation: () => Promise<void>;
|
|
642
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
643
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
|
644
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
|
645
|
+
} | {};
|
|
646
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
|
416
647
|
'update:modelValue': (value: any) => true;
|
|
417
648
|
'update:focused': (focused: boolean) => true;
|
|
418
649
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
@@ -516,7 +747,238 @@ export declare const VCheckbox: {
|
|
|
516
747
|
hideDetails?: boolean | "auto" | undefined;
|
|
517
748
|
} & {
|
|
518
749
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
519
|
-
}, {
|
|
750
|
+
}, Omit<Omit<{
|
|
751
|
+
$: import("vue").ComponentInternalInstance;
|
|
752
|
+
$data: {};
|
|
753
|
+
$props: Partial<{
|
|
754
|
+
error: boolean;
|
|
755
|
+
direction: "horizontal" | "vertical";
|
|
756
|
+
style: import("vue").StyleValue;
|
|
757
|
+
disabled: boolean | null;
|
|
758
|
+
readonly: boolean | null;
|
|
759
|
+
messages: string | readonly string[];
|
|
760
|
+
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)?])[];
|
|
761
|
+
focused: boolean;
|
|
762
|
+
errorMessages: string | readonly string[] | null;
|
|
763
|
+
maxErrors: string | number;
|
|
764
|
+
density: import("../../composables/density.js").Density;
|
|
765
|
+
centerAffix: boolean;
|
|
766
|
+
glow: boolean;
|
|
767
|
+
hideSpinButtons: boolean;
|
|
768
|
+
persistentHint: boolean;
|
|
769
|
+
}> & Omit<{
|
|
770
|
+
error: boolean;
|
|
771
|
+
direction: "horizontal" | "vertical";
|
|
772
|
+
style: import("vue").StyleValue;
|
|
773
|
+
disabled: boolean | null;
|
|
774
|
+
readonly: boolean | null;
|
|
775
|
+
messages: string | readonly string[];
|
|
776
|
+
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)?])[];
|
|
777
|
+
focused: boolean;
|
|
778
|
+
errorMessages: string | readonly string[] | null;
|
|
779
|
+
maxErrors: string | number;
|
|
780
|
+
density: import("../../composables/density.js").Density;
|
|
781
|
+
centerAffix: boolean;
|
|
782
|
+
glow: boolean;
|
|
783
|
+
hideSpinButtons: boolean;
|
|
784
|
+
persistentHint: boolean;
|
|
785
|
+
name?: string | undefined;
|
|
786
|
+
id?: string | undefined;
|
|
787
|
+
width?: string | number | undefined;
|
|
788
|
+
color?: string | undefined;
|
|
789
|
+
maxWidth?: string | number | undefined;
|
|
790
|
+
minWidth?: string | number | undefined;
|
|
791
|
+
label?: string | undefined;
|
|
792
|
+
class?: any;
|
|
793
|
+
theme?: string | undefined;
|
|
794
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
795
|
+
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;
|
|
796
|
+
validationValue?: any;
|
|
797
|
+
baseColor?: string | undefined;
|
|
798
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
799
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
800
|
+
iconColor?: string | boolean | undefined;
|
|
801
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
802
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
803
|
+
hint?: string | undefined;
|
|
804
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
805
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
806
|
+
$attrs: {
|
|
807
|
+
[x: string]: unknown;
|
|
808
|
+
};
|
|
809
|
+
$refs: {
|
|
810
|
+
[x: string]: unknown;
|
|
811
|
+
};
|
|
812
|
+
$slots: Readonly<{
|
|
813
|
+
default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
814
|
+
prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
815
|
+
append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
816
|
+
details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
817
|
+
message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
|
|
818
|
+
}>;
|
|
819
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
820
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
821
|
+
$host: Element | null;
|
|
822
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
823
|
+
$el: any;
|
|
824
|
+
$options: import("vue").ComponentOptionsBase<{
|
|
825
|
+
error: boolean;
|
|
826
|
+
direction: "horizontal" | "vertical";
|
|
827
|
+
style: import("vue").StyleValue;
|
|
828
|
+
disabled: boolean | null;
|
|
829
|
+
readonly: boolean | null;
|
|
830
|
+
messages: string | readonly string[];
|
|
831
|
+
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)?])[];
|
|
832
|
+
focused: boolean;
|
|
833
|
+
errorMessages: string | readonly string[] | null;
|
|
834
|
+
maxErrors: string | number;
|
|
835
|
+
density: import("../../composables/density.js").Density;
|
|
836
|
+
centerAffix: boolean;
|
|
837
|
+
glow: boolean;
|
|
838
|
+
hideSpinButtons: boolean;
|
|
839
|
+
persistentHint: boolean;
|
|
840
|
+
} & {
|
|
841
|
+
name?: string | undefined;
|
|
842
|
+
id?: string | undefined;
|
|
843
|
+
width?: string | number | undefined;
|
|
844
|
+
color?: string | undefined;
|
|
845
|
+
maxWidth?: string | number | undefined;
|
|
846
|
+
minWidth?: string | number | undefined;
|
|
847
|
+
label?: string | undefined;
|
|
848
|
+
class?: any;
|
|
849
|
+
theme?: string | undefined;
|
|
850
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
851
|
+
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;
|
|
852
|
+
validationValue?: any;
|
|
853
|
+
baseColor?: string | undefined;
|
|
854
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
855
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
856
|
+
iconColor?: string | boolean | undefined;
|
|
857
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
858
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
859
|
+
hint?: string | undefined;
|
|
860
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
861
|
+
} & {}, {
|
|
862
|
+
reset: () => Promise<void>;
|
|
863
|
+
resetValidation: () => Promise<void>;
|
|
864
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
865
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
|
866
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
|
867
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
|
868
|
+
'update:modelValue': (value: any) => true;
|
|
869
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
870
|
+
error: boolean;
|
|
871
|
+
direction: "horizontal" | "vertical";
|
|
872
|
+
style: import("vue").StyleValue;
|
|
873
|
+
disabled: boolean | null;
|
|
874
|
+
readonly: boolean | null;
|
|
875
|
+
messages: string | readonly string[];
|
|
876
|
+
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)?])[];
|
|
877
|
+
focused: boolean;
|
|
878
|
+
errorMessages: string | readonly string[] | null;
|
|
879
|
+
maxErrors: string | number;
|
|
880
|
+
density: import("../../composables/density.js").Density;
|
|
881
|
+
centerAffix: boolean;
|
|
882
|
+
glow: boolean;
|
|
883
|
+
hideSpinButtons: boolean;
|
|
884
|
+
persistentHint: boolean;
|
|
885
|
+
}, {}, string, import("vue").SlotsType<Partial<{
|
|
886
|
+
default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
887
|
+
prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
888
|
+
append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
889
|
+
details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
890
|
+
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
|
891
|
+
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
892
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
893
|
+
created?: (() => void) | (() => void)[];
|
|
894
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
895
|
+
mounted?: (() => void) | (() => void)[];
|
|
896
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
897
|
+
updated?: (() => void) | (() => void)[];
|
|
898
|
+
activated?: (() => void) | (() => void)[];
|
|
899
|
+
deactivated?: (() => void) | (() => void)[];
|
|
900
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
901
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
902
|
+
destroyed?: (() => void) | (() => void)[];
|
|
903
|
+
unmounted?: (() => void) | (() => void)[];
|
|
904
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
905
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
906
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
907
|
+
};
|
|
908
|
+
$forceUpdate: () => void;
|
|
909
|
+
$nextTick: typeof import("vue").nextTick;
|
|
910
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
911
|
+
} & Readonly<{
|
|
912
|
+
error: boolean;
|
|
913
|
+
direction: "horizontal" | "vertical";
|
|
914
|
+
style: import("vue").StyleValue;
|
|
915
|
+
disabled: boolean | null;
|
|
916
|
+
readonly: boolean | null;
|
|
917
|
+
messages: string | readonly string[];
|
|
918
|
+
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)?])[];
|
|
919
|
+
focused: boolean;
|
|
920
|
+
errorMessages: string | readonly string[] | null;
|
|
921
|
+
maxErrors: string | number;
|
|
922
|
+
density: import("../../composables/density.js").Density;
|
|
923
|
+
centerAffix: boolean;
|
|
924
|
+
glow: boolean;
|
|
925
|
+
hideSpinButtons: boolean;
|
|
926
|
+
persistentHint: boolean;
|
|
927
|
+
}> & Omit<{
|
|
928
|
+
error: boolean;
|
|
929
|
+
direction: "horizontal" | "vertical";
|
|
930
|
+
style: import("vue").StyleValue;
|
|
931
|
+
disabled: boolean | null;
|
|
932
|
+
readonly: boolean | null;
|
|
933
|
+
messages: string | readonly string[];
|
|
934
|
+
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)?])[];
|
|
935
|
+
focused: boolean;
|
|
936
|
+
errorMessages: string | readonly string[] | null;
|
|
937
|
+
maxErrors: string | number;
|
|
938
|
+
density: import("../../composables/density.js").Density;
|
|
939
|
+
centerAffix: boolean;
|
|
940
|
+
glow: boolean;
|
|
941
|
+
hideSpinButtons: boolean;
|
|
942
|
+
persistentHint: boolean;
|
|
943
|
+
} & {
|
|
944
|
+
name?: string | undefined;
|
|
945
|
+
id?: string | undefined;
|
|
946
|
+
width?: string | number | undefined;
|
|
947
|
+
color?: string | undefined;
|
|
948
|
+
maxWidth?: string | number | undefined;
|
|
949
|
+
minWidth?: string | number | undefined;
|
|
950
|
+
label?: string | undefined;
|
|
951
|
+
class?: any;
|
|
952
|
+
theme?: string | undefined;
|
|
953
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
954
|
+
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;
|
|
955
|
+
validationValue?: any;
|
|
956
|
+
baseColor?: string | undefined;
|
|
957
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
958
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
959
|
+
iconColor?: string | boolean | undefined;
|
|
960
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
961
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
962
|
+
hint?: string | undefined;
|
|
963
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
964
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
|
965
|
+
reset: () => Promise<void>;
|
|
966
|
+
resetValidation: () => Promise<void>;
|
|
967
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
968
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
|
969
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
|
970
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
|
971
|
+
modelValue?: unknown;
|
|
972
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
973
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
|
974
|
+
_allExposed: {
|
|
975
|
+
reset: () => Promise<void>;
|
|
976
|
+
resetValidation: () => Promise<void>;
|
|
977
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
978
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
|
979
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
|
980
|
+
} | {};
|
|
981
|
+
}, {}, {}, {}, {
|
|
520
982
|
error: boolean;
|
|
521
983
|
direction: "horizontal" | "vertical";
|
|
522
984
|
style: import("vue").StyleValue;
|
|
@@ -600,7 +1062,238 @@ export declare const VCheckbox: {
|
|
|
600
1062
|
hideDetails?: boolean | "auto" | undefined;
|
|
601
1063
|
} & {
|
|
602
1064
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
603
|
-
},
|
|
1065
|
+
}, Omit<Omit<{
|
|
1066
|
+
$: import("vue").ComponentInternalInstance;
|
|
1067
|
+
$data: {};
|
|
1068
|
+
$props: Partial<{
|
|
1069
|
+
error: boolean;
|
|
1070
|
+
direction: "horizontal" | "vertical";
|
|
1071
|
+
style: import("vue").StyleValue;
|
|
1072
|
+
disabled: boolean | null;
|
|
1073
|
+
readonly: boolean | null;
|
|
1074
|
+
messages: string | readonly string[];
|
|
1075
|
+
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)?])[];
|
|
1076
|
+
focused: boolean;
|
|
1077
|
+
errorMessages: string | readonly string[] | null;
|
|
1078
|
+
maxErrors: string | number;
|
|
1079
|
+
density: import("../../composables/density.js").Density;
|
|
1080
|
+
centerAffix: boolean;
|
|
1081
|
+
glow: boolean;
|
|
1082
|
+
hideSpinButtons: boolean;
|
|
1083
|
+
persistentHint: boolean;
|
|
1084
|
+
}> & Omit<{
|
|
1085
|
+
error: boolean;
|
|
1086
|
+
direction: "horizontal" | "vertical";
|
|
1087
|
+
style: import("vue").StyleValue;
|
|
1088
|
+
disabled: boolean | null;
|
|
1089
|
+
readonly: boolean | null;
|
|
1090
|
+
messages: string | readonly string[];
|
|
1091
|
+
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)?])[];
|
|
1092
|
+
focused: boolean;
|
|
1093
|
+
errorMessages: string | readonly string[] | null;
|
|
1094
|
+
maxErrors: string | number;
|
|
1095
|
+
density: import("../../composables/density.js").Density;
|
|
1096
|
+
centerAffix: boolean;
|
|
1097
|
+
glow: boolean;
|
|
1098
|
+
hideSpinButtons: boolean;
|
|
1099
|
+
persistentHint: boolean;
|
|
1100
|
+
name?: string | undefined;
|
|
1101
|
+
id?: string | undefined;
|
|
1102
|
+
width?: string | number | undefined;
|
|
1103
|
+
color?: string | undefined;
|
|
1104
|
+
maxWidth?: string | number | undefined;
|
|
1105
|
+
minWidth?: string | number | undefined;
|
|
1106
|
+
label?: string | undefined;
|
|
1107
|
+
class?: any;
|
|
1108
|
+
theme?: string | undefined;
|
|
1109
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1110
|
+
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;
|
|
1111
|
+
validationValue?: any;
|
|
1112
|
+
baseColor?: string | undefined;
|
|
1113
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
1114
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
1115
|
+
iconColor?: string | boolean | undefined;
|
|
1116
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1117
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1118
|
+
hint?: string | undefined;
|
|
1119
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1120
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
1121
|
+
$attrs: {
|
|
1122
|
+
[x: string]: unknown;
|
|
1123
|
+
};
|
|
1124
|
+
$refs: {
|
|
1125
|
+
[x: string]: unknown;
|
|
1126
|
+
};
|
|
1127
|
+
$slots: Readonly<{
|
|
1128
|
+
default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
1129
|
+
prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
1130
|
+
append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
1131
|
+
details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
|
1132
|
+
message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
|
|
1133
|
+
}>;
|
|
1134
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
1135
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
1136
|
+
$host: Element | null;
|
|
1137
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1138
|
+
$el: any;
|
|
1139
|
+
$options: import("vue").ComponentOptionsBase<{
|
|
1140
|
+
error: boolean;
|
|
1141
|
+
direction: "horizontal" | "vertical";
|
|
1142
|
+
style: import("vue").StyleValue;
|
|
1143
|
+
disabled: boolean | null;
|
|
1144
|
+
readonly: boolean | null;
|
|
1145
|
+
messages: string | readonly string[];
|
|
1146
|
+
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)?])[];
|
|
1147
|
+
focused: boolean;
|
|
1148
|
+
errorMessages: string | readonly string[] | null;
|
|
1149
|
+
maxErrors: string | number;
|
|
1150
|
+
density: import("../../composables/density.js").Density;
|
|
1151
|
+
centerAffix: boolean;
|
|
1152
|
+
glow: boolean;
|
|
1153
|
+
hideSpinButtons: boolean;
|
|
1154
|
+
persistentHint: boolean;
|
|
1155
|
+
} & {
|
|
1156
|
+
name?: string | undefined;
|
|
1157
|
+
id?: string | undefined;
|
|
1158
|
+
width?: string | number | undefined;
|
|
1159
|
+
color?: string | undefined;
|
|
1160
|
+
maxWidth?: string | number | undefined;
|
|
1161
|
+
minWidth?: string | number | undefined;
|
|
1162
|
+
label?: string | undefined;
|
|
1163
|
+
class?: any;
|
|
1164
|
+
theme?: string | undefined;
|
|
1165
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1166
|
+
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;
|
|
1167
|
+
validationValue?: any;
|
|
1168
|
+
baseColor?: string | undefined;
|
|
1169
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
1170
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
1171
|
+
iconColor?: string | boolean | undefined;
|
|
1172
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1173
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1174
|
+
hint?: string | undefined;
|
|
1175
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1176
|
+
} & {}, {
|
|
1177
|
+
reset: () => Promise<void>;
|
|
1178
|
+
resetValidation: () => Promise<void>;
|
|
1179
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1180
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
|
1181
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
|
1182
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
|
1183
|
+
'update:modelValue': (value: any) => true;
|
|
1184
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
1185
|
+
error: boolean;
|
|
1186
|
+
direction: "horizontal" | "vertical";
|
|
1187
|
+
style: import("vue").StyleValue;
|
|
1188
|
+
disabled: boolean | null;
|
|
1189
|
+
readonly: boolean | null;
|
|
1190
|
+
messages: string | readonly string[];
|
|
1191
|
+
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)?])[];
|
|
1192
|
+
focused: boolean;
|
|
1193
|
+
errorMessages: string | readonly string[] | null;
|
|
1194
|
+
maxErrors: string | number;
|
|
1195
|
+
density: import("../../composables/density.js").Density;
|
|
1196
|
+
centerAffix: boolean;
|
|
1197
|
+
glow: boolean;
|
|
1198
|
+
hideSpinButtons: boolean;
|
|
1199
|
+
persistentHint: boolean;
|
|
1200
|
+
}, {}, string, import("vue").SlotsType<Partial<{
|
|
1201
|
+
default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
1202
|
+
prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
1203
|
+
append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
1204
|
+
details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
|
1205
|
+
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
|
1206
|
+
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1207
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1208
|
+
created?: (() => void) | (() => void)[];
|
|
1209
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1210
|
+
mounted?: (() => void) | (() => void)[];
|
|
1211
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1212
|
+
updated?: (() => void) | (() => void)[];
|
|
1213
|
+
activated?: (() => void) | (() => void)[];
|
|
1214
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1215
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1216
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1217
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1218
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1219
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1220
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1221
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1222
|
+
};
|
|
1223
|
+
$forceUpdate: () => void;
|
|
1224
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1225
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1226
|
+
} & Readonly<{
|
|
1227
|
+
error: boolean;
|
|
1228
|
+
direction: "horizontal" | "vertical";
|
|
1229
|
+
style: import("vue").StyleValue;
|
|
1230
|
+
disabled: boolean | null;
|
|
1231
|
+
readonly: boolean | null;
|
|
1232
|
+
messages: string | readonly string[];
|
|
1233
|
+
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)?])[];
|
|
1234
|
+
focused: boolean;
|
|
1235
|
+
errorMessages: string | readonly string[] | null;
|
|
1236
|
+
maxErrors: string | number;
|
|
1237
|
+
density: import("../../composables/density.js").Density;
|
|
1238
|
+
centerAffix: boolean;
|
|
1239
|
+
glow: boolean;
|
|
1240
|
+
hideSpinButtons: boolean;
|
|
1241
|
+
persistentHint: boolean;
|
|
1242
|
+
}> & Omit<{
|
|
1243
|
+
error: boolean;
|
|
1244
|
+
direction: "horizontal" | "vertical";
|
|
1245
|
+
style: import("vue").StyleValue;
|
|
1246
|
+
disabled: boolean | null;
|
|
1247
|
+
readonly: boolean | null;
|
|
1248
|
+
messages: string | readonly string[];
|
|
1249
|
+
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)?])[];
|
|
1250
|
+
focused: boolean;
|
|
1251
|
+
errorMessages: string | readonly string[] | null;
|
|
1252
|
+
maxErrors: string | number;
|
|
1253
|
+
density: import("../../composables/density.js").Density;
|
|
1254
|
+
centerAffix: boolean;
|
|
1255
|
+
glow: boolean;
|
|
1256
|
+
hideSpinButtons: boolean;
|
|
1257
|
+
persistentHint: boolean;
|
|
1258
|
+
} & {
|
|
1259
|
+
name?: string | undefined;
|
|
1260
|
+
id?: string | undefined;
|
|
1261
|
+
width?: string | number | undefined;
|
|
1262
|
+
color?: string | undefined;
|
|
1263
|
+
maxWidth?: string | number | undefined;
|
|
1264
|
+
minWidth?: string | number | undefined;
|
|
1265
|
+
label?: string | undefined;
|
|
1266
|
+
class?: any;
|
|
1267
|
+
theme?: string | undefined;
|
|
1268
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1269
|
+
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;
|
|
1270
|
+
validationValue?: any;
|
|
1271
|
+
baseColor?: string | undefined;
|
|
1272
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
1273
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
|
1274
|
+
iconColor?: string | boolean | undefined;
|
|
1275
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1276
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1277
|
+
hint?: string | undefined;
|
|
1278
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1279
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
|
1280
|
+
reset: () => Promise<void>;
|
|
1281
|
+
resetValidation: () => Promise<void>;
|
|
1282
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1283
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
|
1284
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
|
1285
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
|
1286
|
+
modelValue?: unknown;
|
|
1287
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1288
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
|
1289
|
+
_allExposed: {
|
|
1290
|
+
reset: () => Promise<void>;
|
|
1291
|
+
resetValidation: () => Promise<void>;
|
|
1292
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1293
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
|
1294
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
|
1295
|
+
} | {};
|
|
1296
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
|
604
1297
|
'update:modelValue': (value: any) => true;
|
|
605
1298
|
'update:focused': (focused: boolean) => true;
|
|
606
1299
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|