@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
@@ -392,7 +392,238 @@ export declare const VRadioGroup: {
|
|
392
392
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
393
393
|
hint?: string | undefined;
|
394
394
|
hideDetails?: boolean | "auto" | undefined;
|
395
|
-
} & {},
|
395
|
+
} & {}, Omit<Omit<{
|
396
|
+
$: import("vue").ComponentInternalInstance;
|
397
|
+
$data: {};
|
398
|
+
$props: Partial<{
|
399
|
+
error: boolean;
|
400
|
+
direction: "horizontal" | "vertical";
|
401
|
+
style: import("vue").StyleValue;
|
402
|
+
disabled: boolean | null;
|
403
|
+
readonly: boolean | null;
|
404
|
+
messages: string | readonly string[];
|
405
|
+
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)?])[];
|
406
|
+
focused: boolean;
|
407
|
+
errorMessages: string | readonly string[] | null;
|
408
|
+
maxErrors: string | number;
|
409
|
+
density: import("../../composables/density.js").Density;
|
410
|
+
centerAffix: boolean;
|
411
|
+
glow: boolean;
|
412
|
+
hideSpinButtons: boolean;
|
413
|
+
persistentHint: boolean;
|
414
|
+
}> & Omit<{
|
415
|
+
error: boolean;
|
416
|
+
direction: "horizontal" | "vertical";
|
417
|
+
style: import("vue").StyleValue;
|
418
|
+
disabled: boolean | null;
|
419
|
+
readonly: boolean | null;
|
420
|
+
messages: string | readonly string[];
|
421
|
+
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)?])[];
|
422
|
+
focused: boolean;
|
423
|
+
errorMessages: string | readonly string[] | null;
|
424
|
+
maxErrors: string | number;
|
425
|
+
density: import("../../composables/density.js").Density;
|
426
|
+
centerAffix: boolean;
|
427
|
+
glow: boolean;
|
428
|
+
hideSpinButtons: boolean;
|
429
|
+
persistentHint: boolean;
|
430
|
+
name?: string | undefined;
|
431
|
+
id?: string | undefined;
|
432
|
+
width?: string | number | undefined;
|
433
|
+
color?: string | undefined;
|
434
|
+
maxWidth?: string | number | undefined;
|
435
|
+
minWidth?: string | number | undefined;
|
436
|
+
label?: string | undefined;
|
437
|
+
class?: any;
|
438
|
+
theme?: string | undefined;
|
439
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
440
|
+
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;
|
441
|
+
validationValue?: any;
|
442
|
+
baseColor?: string | undefined;
|
443
|
+
prependIcon?: IconValue | undefined;
|
444
|
+
appendIcon?: IconValue | undefined;
|
445
|
+
iconColor?: string | boolean | undefined;
|
446
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
447
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
448
|
+
hint?: string | undefined;
|
449
|
+
hideDetails?: boolean | "auto" | undefined;
|
450
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
451
|
+
$attrs: {
|
452
|
+
[x: string]: unknown;
|
453
|
+
};
|
454
|
+
$refs: {
|
455
|
+
[x: string]: unknown;
|
456
|
+
};
|
457
|
+
$slots: Readonly<{
|
458
|
+
default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
459
|
+
prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
460
|
+
append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
461
|
+
details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
462
|
+
message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
|
463
|
+
}>;
|
464
|
+
$root: import("vue").ComponentPublicInstance | null;
|
465
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
466
|
+
$host: Element | null;
|
467
|
+
$emit: (event: string, ...args: any[]) => void;
|
468
|
+
$el: any;
|
469
|
+
$options: import("vue").ComponentOptionsBase<{
|
470
|
+
error: boolean;
|
471
|
+
direction: "horizontal" | "vertical";
|
472
|
+
style: import("vue").StyleValue;
|
473
|
+
disabled: boolean | null;
|
474
|
+
readonly: boolean | null;
|
475
|
+
messages: string | readonly string[];
|
476
|
+
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)?])[];
|
477
|
+
focused: boolean;
|
478
|
+
errorMessages: string | readonly string[] | null;
|
479
|
+
maxErrors: string | number;
|
480
|
+
density: import("../../composables/density.js").Density;
|
481
|
+
centerAffix: boolean;
|
482
|
+
glow: boolean;
|
483
|
+
hideSpinButtons: boolean;
|
484
|
+
persistentHint: boolean;
|
485
|
+
} & {
|
486
|
+
name?: string | undefined;
|
487
|
+
id?: string | undefined;
|
488
|
+
width?: string | number | undefined;
|
489
|
+
color?: string | undefined;
|
490
|
+
maxWidth?: string | number | undefined;
|
491
|
+
minWidth?: string | number | undefined;
|
492
|
+
label?: string | undefined;
|
493
|
+
class?: any;
|
494
|
+
theme?: string | undefined;
|
495
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
496
|
+
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;
|
497
|
+
validationValue?: any;
|
498
|
+
baseColor?: string | undefined;
|
499
|
+
prependIcon?: IconValue | undefined;
|
500
|
+
appendIcon?: IconValue | undefined;
|
501
|
+
iconColor?: string | boolean | undefined;
|
502
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
503
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
504
|
+
hint?: string | undefined;
|
505
|
+
hideDetails?: boolean | "auto" | undefined;
|
506
|
+
} & {}, {
|
507
|
+
reset: () => Promise<void>;
|
508
|
+
resetValidation: () => Promise<void>;
|
509
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
510
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
511
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
512
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
513
|
+
'update:modelValue': (value: any) => true;
|
514
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
515
|
+
error: boolean;
|
516
|
+
direction: "horizontal" | "vertical";
|
517
|
+
style: import("vue").StyleValue;
|
518
|
+
disabled: boolean | null;
|
519
|
+
readonly: boolean | null;
|
520
|
+
messages: string | readonly string[];
|
521
|
+
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)?])[];
|
522
|
+
focused: boolean;
|
523
|
+
errorMessages: string | readonly string[] | null;
|
524
|
+
maxErrors: string | number;
|
525
|
+
density: import("../../composables/density.js").Density;
|
526
|
+
centerAffix: boolean;
|
527
|
+
glow: boolean;
|
528
|
+
hideSpinButtons: boolean;
|
529
|
+
persistentHint: boolean;
|
530
|
+
}, {}, string, import("vue").SlotsType<Partial<{
|
531
|
+
default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
532
|
+
prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
533
|
+
append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
534
|
+
details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
535
|
+
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
536
|
+
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
537
|
+
beforeCreate?: (() => void) | (() => void)[];
|
538
|
+
created?: (() => void) | (() => void)[];
|
539
|
+
beforeMount?: (() => void) | (() => void)[];
|
540
|
+
mounted?: (() => void) | (() => void)[];
|
541
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
542
|
+
updated?: (() => void) | (() => void)[];
|
543
|
+
activated?: (() => void) | (() => void)[];
|
544
|
+
deactivated?: (() => void) | (() => void)[];
|
545
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
546
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
547
|
+
destroyed?: (() => void) | (() => void)[];
|
548
|
+
unmounted?: (() => void) | (() => void)[];
|
549
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
550
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
551
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
552
|
+
};
|
553
|
+
$forceUpdate: () => void;
|
554
|
+
$nextTick: typeof import("vue").nextTick;
|
555
|
+
$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;
|
556
|
+
} & Readonly<{
|
557
|
+
error: boolean;
|
558
|
+
direction: "horizontal" | "vertical";
|
559
|
+
style: import("vue").StyleValue;
|
560
|
+
disabled: boolean | null;
|
561
|
+
readonly: boolean | null;
|
562
|
+
messages: string | readonly string[];
|
563
|
+
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)?])[];
|
564
|
+
focused: boolean;
|
565
|
+
errorMessages: string | readonly string[] | null;
|
566
|
+
maxErrors: string | number;
|
567
|
+
density: import("../../composables/density.js").Density;
|
568
|
+
centerAffix: boolean;
|
569
|
+
glow: boolean;
|
570
|
+
hideSpinButtons: boolean;
|
571
|
+
persistentHint: boolean;
|
572
|
+
}> & Omit<{
|
573
|
+
error: boolean;
|
574
|
+
direction: "horizontal" | "vertical";
|
575
|
+
style: import("vue").StyleValue;
|
576
|
+
disabled: boolean | null;
|
577
|
+
readonly: boolean | null;
|
578
|
+
messages: string | readonly string[];
|
579
|
+
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)?])[];
|
580
|
+
focused: boolean;
|
581
|
+
errorMessages: string | readonly string[] | null;
|
582
|
+
maxErrors: string | number;
|
583
|
+
density: import("../../composables/density.js").Density;
|
584
|
+
centerAffix: boolean;
|
585
|
+
glow: boolean;
|
586
|
+
hideSpinButtons: boolean;
|
587
|
+
persistentHint: boolean;
|
588
|
+
} & {
|
589
|
+
name?: string | undefined;
|
590
|
+
id?: string | undefined;
|
591
|
+
width?: string | number | undefined;
|
592
|
+
color?: string | undefined;
|
593
|
+
maxWidth?: string | number | undefined;
|
594
|
+
minWidth?: string | number | undefined;
|
595
|
+
label?: string | undefined;
|
596
|
+
class?: any;
|
597
|
+
theme?: string | undefined;
|
598
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
599
|
+
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;
|
600
|
+
validationValue?: any;
|
601
|
+
baseColor?: string | undefined;
|
602
|
+
prependIcon?: IconValue | undefined;
|
603
|
+
appendIcon?: IconValue | undefined;
|
604
|
+
iconColor?: string | boolean | undefined;
|
605
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
606
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
607
|
+
hint?: string | undefined;
|
608
|
+
hideDetails?: boolean | "auto" | undefined;
|
609
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
610
|
+
reset: () => Promise<void>;
|
611
|
+
resetValidation: () => Promise<void>;
|
612
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
613
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
614
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
615
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
616
|
+
modelValue?: unknown;
|
617
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
618
|
+
}, 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}`> & {
|
619
|
+
_allExposed: {
|
620
|
+
reset: () => Promise<void>;
|
621
|
+
resetValidation: () => Promise<void>;
|
622
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
623
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
624
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
625
|
+
} | {};
|
626
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
396
627
|
'update:modelValue': (value: any) => true;
|
397
628
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:label" | "v-slot:message" | "v-slot:details">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
398
629
|
type: string;
|
@@ -485,7 +716,238 @@ export declare const VRadioGroup: {
|
|
485
716
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
486
717
|
hint?: string | undefined;
|
487
718
|
hideDetails?: boolean | "auto" | undefined;
|
488
|
-
} & {}, {
|
719
|
+
} & {}, Omit<Omit<{
|
720
|
+
$: import("vue").ComponentInternalInstance;
|
721
|
+
$data: {};
|
722
|
+
$props: Partial<{
|
723
|
+
error: boolean;
|
724
|
+
direction: "horizontal" | "vertical";
|
725
|
+
style: import("vue").StyleValue;
|
726
|
+
disabled: boolean | null;
|
727
|
+
readonly: boolean | null;
|
728
|
+
messages: string | readonly string[];
|
729
|
+
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)?])[];
|
730
|
+
focused: boolean;
|
731
|
+
errorMessages: string | readonly string[] | null;
|
732
|
+
maxErrors: string | number;
|
733
|
+
density: import("../../composables/density.js").Density;
|
734
|
+
centerAffix: boolean;
|
735
|
+
glow: boolean;
|
736
|
+
hideSpinButtons: boolean;
|
737
|
+
persistentHint: boolean;
|
738
|
+
}> & Omit<{
|
739
|
+
error: boolean;
|
740
|
+
direction: "horizontal" | "vertical";
|
741
|
+
style: import("vue").StyleValue;
|
742
|
+
disabled: boolean | null;
|
743
|
+
readonly: boolean | null;
|
744
|
+
messages: string | readonly string[];
|
745
|
+
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)?])[];
|
746
|
+
focused: boolean;
|
747
|
+
errorMessages: string | readonly string[] | null;
|
748
|
+
maxErrors: string | number;
|
749
|
+
density: import("../../composables/density.js").Density;
|
750
|
+
centerAffix: boolean;
|
751
|
+
glow: boolean;
|
752
|
+
hideSpinButtons: boolean;
|
753
|
+
persistentHint: boolean;
|
754
|
+
name?: string | undefined;
|
755
|
+
id?: string | undefined;
|
756
|
+
width?: string | number | undefined;
|
757
|
+
color?: string | undefined;
|
758
|
+
maxWidth?: string | number | undefined;
|
759
|
+
minWidth?: string | number | undefined;
|
760
|
+
label?: string | undefined;
|
761
|
+
class?: any;
|
762
|
+
theme?: string | undefined;
|
763
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
764
|
+
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;
|
765
|
+
validationValue?: any;
|
766
|
+
baseColor?: string | undefined;
|
767
|
+
prependIcon?: IconValue | undefined;
|
768
|
+
appendIcon?: IconValue | undefined;
|
769
|
+
iconColor?: string | boolean | undefined;
|
770
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
771
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
772
|
+
hint?: string | undefined;
|
773
|
+
hideDetails?: boolean | "auto" | undefined;
|
774
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
775
|
+
$attrs: {
|
776
|
+
[x: string]: unknown;
|
777
|
+
};
|
778
|
+
$refs: {
|
779
|
+
[x: string]: unknown;
|
780
|
+
};
|
781
|
+
$slots: Readonly<{
|
782
|
+
default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
783
|
+
prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
784
|
+
append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
785
|
+
details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
786
|
+
message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
|
787
|
+
}>;
|
788
|
+
$root: import("vue").ComponentPublicInstance | null;
|
789
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
790
|
+
$host: Element | null;
|
791
|
+
$emit: (event: string, ...args: any[]) => void;
|
792
|
+
$el: any;
|
793
|
+
$options: import("vue").ComponentOptionsBase<{
|
794
|
+
error: boolean;
|
795
|
+
direction: "horizontal" | "vertical";
|
796
|
+
style: import("vue").StyleValue;
|
797
|
+
disabled: boolean | null;
|
798
|
+
readonly: boolean | null;
|
799
|
+
messages: string | readonly string[];
|
800
|
+
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)?])[];
|
801
|
+
focused: boolean;
|
802
|
+
errorMessages: string | readonly string[] | null;
|
803
|
+
maxErrors: string | number;
|
804
|
+
density: import("../../composables/density.js").Density;
|
805
|
+
centerAffix: boolean;
|
806
|
+
glow: boolean;
|
807
|
+
hideSpinButtons: boolean;
|
808
|
+
persistentHint: boolean;
|
809
|
+
} & {
|
810
|
+
name?: string | undefined;
|
811
|
+
id?: string | undefined;
|
812
|
+
width?: string | number | undefined;
|
813
|
+
color?: string | undefined;
|
814
|
+
maxWidth?: string | number | undefined;
|
815
|
+
minWidth?: string | number | undefined;
|
816
|
+
label?: string | undefined;
|
817
|
+
class?: any;
|
818
|
+
theme?: string | undefined;
|
819
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
820
|
+
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;
|
821
|
+
validationValue?: any;
|
822
|
+
baseColor?: string | undefined;
|
823
|
+
prependIcon?: IconValue | undefined;
|
824
|
+
appendIcon?: IconValue | undefined;
|
825
|
+
iconColor?: string | boolean | undefined;
|
826
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
827
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
828
|
+
hint?: string | undefined;
|
829
|
+
hideDetails?: boolean | "auto" | undefined;
|
830
|
+
} & {}, {
|
831
|
+
reset: () => Promise<void>;
|
832
|
+
resetValidation: () => Promise<void>;
|
833
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
834
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
835
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
836
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
837
|
+
'update:modelValue': (value: any) => true;
|
838
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
839
|
+
error: boolean;
|
840
|
+
direction: "horizontal" | "vertical";
|
841
|
+
style: import("vue").StyleValue;
|
842
|
+
disabled: boolean | null;
|
843
|
+
readonly: boolean | null;
|
844
|
+
messages: string | readonly string[];
|
845
|
+
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)?])[];
|
846
|
+
focused: boolean;
|
847
|
+
errorMessages: string | readonly string[] | null;
|
848
|
+
maxErrors: string | number;
|
849
|
+
density: import("../../composables/density.js").Density;
|
850
|
+
centerAffix: boolean;
|
851
|
+
glow: boolean;
|
852
|
+
hideSpinButtons: boolean;
|
853
|
+
persistentHint: boolean;
|
854
|
+
}, {}, string, import("vue").SlotsType<Partial<{
|
855
|
+
default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
856
|
+
prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
857
|
+
append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
858
|
+
details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
859
|
+
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
860
|
+
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
861
|
+
beforeCreate?: (() => void) | (() => void)[];
|
862
|
+
created?: (() => void) | (() => void)[];
|
863
|
+
beforeMount?: (() => void) | (() => void)[];
|
864
|
+
mounted?: (() => void) | (() => void)[];
|
865
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
866
|
+
updated?: (() => void) | (() => void)[];
|
867
|
+
activated?: (() => void) | (() => void)[];
|
868
|
+
deactivated?: (() => void) | (() => void)[];
|
869
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
870
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
871
|
+
destroyed?: (() => void) | (() => void)[];
|
872
|
+
unmounted?: (() => void) | (() => void)[];
|
873
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
874
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
875
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
876
|
+
};
|
877
|
+
$forceUpdate: () => void;
|
878
|
+
$nextTick: typeof import("vue").nextTick;
|
879
|
+
$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;
|
880
|
+
} & Readonly<{
|
881
|
+
error: boolean;
|
882
|
+
direction: "horizontal" | "vertical";
|
883
|
+
style: import("vue").StyleValue;
|
884
|
+
disabled: boolean | null;
|
885
|
+
readonly: boolean | null;
|
886
|
+
messages: string | readonly string[];
|
887
|
+
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)?])[];
|
888
|
+
focused: boolean;
|
889
|
+
errorMessages: string | readonly string[] | null;
|
890
|
+
maxErrors: string | number;
|
891
|
+
density: import("../../composables/density.js").Density;
|
892
|
+
centerAffix: boolean;
|
893
|
+
glow: boolean;
|
894
|
+
hideSpinButtons: boolean;
|
895
|
+
persistentHint: boolean;
|
896
|
+
}> & Omit<{
|
897
|
+
error: boolean;
|
898
|
+
direction: "horizontal" | "vertical";
|
899
|
+
style: import("vue").StyleValue;
|
900
|
+
disabled: boolean | null;
|
901
|
+
readonly: boolean | null;
|
902
|
+
messages: string | readonly string[];
|
903
|
+
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)?])[];
|
904
|
+
focused: boolean;
|
905
|
+
errorMessages: string | readonly string[] | null;
|
906
|
+
maxErrors: string | number;
|
907
|
+
density: import("../../composables/density.js").Density;
|
908
|
+
centerAffix: boolean;
|
909
|
+
glow: boolean;
|
910
|
+
hideSpinButtons: boolean;
|
911
|
+
persistentHint: boolean;
|
912
|
+
} & {
|
913
|
+
name?: string | undefined;
|
914
|
+
id?: string | undefined;
|
915
|
+
width?: string | number | undefined;
|
916
|
+
color?: string | undefined;
|
917
|
+
maxWidth?: string | number | undefined;
|
918
|
+
minWidth?: string | number | undefined;
|
919
|
+
label?: string | undefined;
|
920
|
+
class?: any;
|
921
|
+
theme?: string | undefined;
|
922
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
923
|
+
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;
|
924
|
+
validationValue?: any;
|
925
|
+
baseColor?: string | undefined;
|
926
|
+
prependIcon?: IconValue | undefined;
|
927
|
+
appendIcon?: IconValue | undefined;
|
928
|
+
iconColor?: string | boolean | undefined;
|
929
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
930
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
931
|
+
hint?: string | undefined;
|
932
|
+
hideDetails?: boolean | "auto" | undefined;
|
933
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
934
|
+
reset: () => Promise<void>;
|
935
|
+
resetValidation: () => Promise<void>;
|
936
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
937
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
938
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
939
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
940
|
+
modelValue?: unknown;
|
941
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
942
|
+
}, 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}`> & {
|
943
|
+
_allExposed: {
|
944
|
+
reset: () => Promise<void>;
|
945
|
+
resetValidation: () => Promise<void>;
|
946
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
947
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
948
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
949
|
+
} | {};
|
950
|
+
}, {}, {}, {}, {
|
489
951
|
type: string;
|
490
952
|
inline: boolean;
|
491
953
|
error: boolean;
|
@@ -563,7 +1025,238 @@ export declare const VRadioGroup: {
|
|
563
1025
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
564
1026
|
hint?: string | undefined;
|
565
1027
|
hideDetails?: boolean | "auto" | undefined;
|
566
|
-
} & {},
|
1028
|
+
} & {}, Omit<Omit<{
|
1029
|
+
$: import("vue").ComponentInternalInstance;
|
1030
|
+
$data: {};
|
1031
|
+
$props: Partial<{
|
1032
|
+
error: boolean;
|
1033
|
+
direction: "horizontal" | "vertical";
|
1034
|
+
style: import("vue").StyleValue;
|
1035
|
+
disabled: boolean | null;
|
1036
|
+
readonly: boolean | null;
|
1037
|
+
messages: string | readonly string[];
|
1038
|
+
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)?])[];
|
1039
|
+
focused: boolean;
|
1040
|
+
errorMessages: string | readonly string[] | null;
|
1041
|
+
maxErrors: string | number;
|
1042
|
+
density: import("../../composables/density.js").Density;
|
1043
|
+
centerAffix: boolean;
|
1044
|
+
glow: boolean;
|
1045
|
+
hideSpinButtons: boolean;
|
1046
|
+
persistentHint: boolean;
|
1047
|
+
}> & Omit<{
|
1048
|
+
error: boolean;
|
1049
|
+
direction: "horizontal" | "vertical";
|
1050
|
+
style: import("vue").StyleValue;
|
1051
|
+
disabled: boolean | null;
|
1052
|
+
readonly: boolean | null;
|
1053
|
+
messages: string | readonly string[];
|
1054
|
+
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)?])[];
|
1055
|
+
focused: boolean;
|
1056
|
+
errorMessages: string | readonly string[] | null;
|
1057
|
+
maxErrors: string | number;
|
1058
|
+
density: import("../../composables/density.js").Density;
|
1059
|
+
centerAffix: boolean;
|
1060
|
+
glow: boolean;
|
1061
|
+
hideSpinButtons: boolean;
|
1062
|
+
persistentHint: boolean;
|
1063
|
+
name?: string | undefined;
|
1064
|
+
id?: string | undefined;
|
1065
|
+
width?: string | number | undefined;
|
1066
|
+
color?: string | undefined;
|
1067
|
+
maxWidth?: string | number | undefined;
|
1068
|
+
minWidth?: string | number | undefined;
|
1069
|
+
label?: string | undefined;
|
1070
|
+
class?: any;
|
1071
|
+
theme?: string | undefined;
|
1072
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1073
|
+
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;
|
1074
|
+
validationValue?: any;
|
1075
|
+
baseColor?: string | undefined;
|
1076
|
+
prependIcon?: IconValue | undefined;
|
1077
|
+
appendIcon?: IconValue | undefined;
|
1078
|
+
iconColor?: string | boolean | undefined;
|
1079
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1080
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1081
|
+
hint?: string | undefined;
|
1082
|
+
hideDetails?: boolean | "auto" | undefined;
|
1083
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
1084
|
+
$attrs: {
|
1085
|
+
[x: string]: unknown;
|
1086
|
+
};
|
1087
|
+
$refs: {
|
1088
|
+
[x: string]: unknown;
|
1089
|
+
};
|
1090
|
+
$slots: Readonly<{
|
1091
|
+
default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
1092
|
+
prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
1093
|
+
append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
1094
|
+
details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
|
1095
|
+
message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
|
1096
|
+
}>;
|
1097
|
+
$root: import("vue").ComponentPublicInstance | null;
|
1098
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
1099
|
+
$host: Element | null;
|
1100
|
+
$emit: (event: string, ...args: any[]) => void;
|
1101
|
+
$el: any;
|
1102
|
+
$options: import("vue").ComponentOptionsBase<{
|
1103
|
+
error: boolean;
|
1104
|
+
direction: "horizontal" | "vertical";
|
1105
|
+
style: import("vue").StyleValue;
|
1106
|
+
disabled: boolean | null;
|
1107
|
+
readonly: boolean | null;
|
1108
|
+
messages: string | readonly string[];
|
1109
|
+
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)?])[];
|
1110
|
+
focused: boolean;
|
1111
|
+
errorMessages: string | readonly string[] | null;
|
1112
|
+
maxErrors: string | number;
|
1113
|
+
density: import("../../composables/density.js").Density;
|
1114
|
+
centerAffix: boolean;
|
1115
|
+
glow: boolean;
|
1116
|
+
hideSpinButtons: boolean;
|
1117
|
+
persistentHint: boolean;
|
1118
|
+
} & {
|
1119
|
+
name?: string | undefined;
|
1120
|
+
id?: string | undefined;
|
1121
|
+
width?: string | number | undefined;
|
1122
|
+
color?: string | undefined;
|
1123
|
+
maxWidth?: string | number | undefined;
|
1124
|
+
minWidth?: string | number | undefined;
|
1125
|
+
label?: string | undefined;
|
1126
|
+
class?: any;
|
1127
|
+
theme?: string | undefined;
|
1128
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1129
|
+
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;
|
1130
|
+
validationValue?: any;
|
1131
|
+
baseColor?: string | undefined;
|
1132
|
+
prependIcon?: IconValue | undefined;
|
1133
|
+
appendIcon?: IconValue | undefined;
|
1134
|
+
iconColor?: string | boolean | undefined;
|
1135
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1136
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1137
|
+
hint?: string | undefined;
|
1138
|
+
hideDetails?: boolean | "auto" | undefined;
|
1139
|
+
} & {}, {
|
1140
|
+
reset: () => Promise<void>;
|
1141
|
+
resetValidation: () => Promise<void>;
|
1142
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1143
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
1144
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
1145
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
1146
|
+
'update:modelValue': (value: any) => true;
|
1147
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
1148
|
+
error: boolean;
|
1149
|
+
direction: "horizontal" | "vertical";
|
1150
|
+
style: import("vue").StyleValue;
|
1151
|
+
disabled: boolean | null;
|
1152
|
+
readonly: boolean | null;
|
1153
|
+
messages: string | readonly string[];
|
1154
|
+
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)?])[];
|
1155
|
+
focused: boolean;
|
1156
|
+
errorMessages: string | readonly string[] | null;
|
1157
|
+
maxErrors: string | number;
|
1158
|
+
density: import("../../composables/density.js").Density;
|
1159
|
+
centerAffix: boolean;
|
1160
|
+
glow: boolean;
|
1161
|
+
hideSpinButtons: boolean;
|
1162
|
+
persistentHint: boolean;
|
1163
|
+
}, {}, string, import("vue").SlotsType<Partial<{
|
1164
|
+
default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
1165
|
+
prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
1166
|
+
append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
1167
|
+
details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
1168
|
+
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
1169
|
+
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
1170
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1171
|
+
created?: (() => void) | (() => void)[];
|
1172
|
+
beforeMount?: (() => void) | (() => void)[];
|
1173
|
+
mounted?: (() => void) | (() => void)[];
|
1174
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1175
|
+
updated?: (() => void) | (() => void)[];
|
1176
|
+
activated?: (() => void) | (() => void)[];
|
1177
|
+
deactivated?: (() => void) | (() => void)[];
|
1178
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1179
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1180
|
+
destroyed?: (() => void) | (() => void)[];
|
1181
|
+
unmounted?: (() => void) | (() => void)[];
|
1182
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1183
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1184
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1185
|
+
};
|
1186
|
+
$forceUpdate: () => void;
|
1187
|
+
$nextTick: typeof import("vue").nextTick;
|
1188
|
+
$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;
|
1189
|
+
} & Readonly<{
|
1190
|
+
error: boolean;
|
1191
|
+
direction: "horizontal" | "vertical";
|
1192
|
+
style: import("vue").StyleValue;
|
1193
|
+
disabled: boolean | null;
|
1194
|
+
readonly: boolean | null;
|
1195
|
+
messages: string | readonly string[];
|
1196
|
+
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)?])[];
|
1197
|
+
focused: boolean;
|
1198
|
+
errorMessages: string | readonly string[] | null;
|
1199
|
+
maxErrors: string | number;
|
1200
|
+
density: import("../../composables/density.js").Density;
|
1201
|
+
centerAffix: boolean;
|
1202
|
+
glow: boolean;
|
1203
|
+
hideSpinButtons: boolean;
|
1204
|
+
persistentHint: boolean;
|
1205
|
+
}> & Omit<{
|
1206
|
+
error: boolean;
|
1207
|
+
direction: "horizontal" | "vertical";
|
1208
|
+
style: import("vue").StyleValue;
|
1209
|
+
disabled: boolean | null;
|
1210
|
+
readonly: boolean | null;
|
1211
|
+
messages: string | readonly string[];
|
1212
|
+
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)?])[];
|
1213
|
+
focused: boolean;
|
1214
|
+
errorMessages: string | readonly string[] | null;
|
1215
|
+
maxErrors: string | number;
|
1216
|
+
density: import("../../composables/density.js").Density;
|
1217
|
+
centerAffix: boolean;
|
1218
|
+
glow: boolean;
|
1219
|
+
hideSpinButtons: boolean;
|
1220
|
+
persistentHint: boolean;
|
1221
|
+
} & {
|
1222
|
+
name?: string | undefined;
|
1223
|
+
id?: string | undefined;
|
1224
|
+
width?: string | number | undefined;
|
1225
|
+
color?: string | undefined;
|
1226
|
+
maxWidth?: string | number | undefined;
|
1227
|
+
minWidth?: string | number | undefined;
|
1228
|
+
label?: string | undefined;
|
1229
|
+
class?: any;
|
1230
|
+
theme?: string | undefined;
|
1231
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1232
|
+
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;
|
1233
|
+
validationValue?: any;
|
1234
|
+
baseColor?: string | undefined;
|
1235
|
+
prependIcon?: IconValue | undefined;
|
1236
|
+
appendIcon?: IconValue | undefined;
|
1237
|
+
iconColor?: string | boolean | undefined;
|
1238
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1239
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1240
|
+
hint?: string | undefined;
|
1241
|
+
hideDetails?: boolean | "auto" | undefined;
|
1242
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
1243
|
+
reset: () => Promise<void>;
|
1244
|
+
resetValidation: () => Promise<void>;
|
1245
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1246
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
1247
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
1248
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
1249
|
+
modelValue?: unknown;
|
1250
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1251
|
+
}, 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}`> & {
|
1252
|
+
_allExposed: {
|
1253
|
+
reset: () => Promise<void>;
|
1254
|
+
resetValidation: () => Promise<void>;
|
1255
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1256
|
+
isValid: import("vue").ComputedRef<boolean | null>;
|
1257
|
+
errorMessages: import("vue").ComputedRef<string[]>;
|
1258
|
+
} | {};
|
1259
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
567
1260
|
'update:modelValue': (value: any) => true;
|
568
1261
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
569
1262
|
type: string;
|