@advidi-network/zod-to-reactive-form
Advanced tools
Comparing version 1.2.1 to 1.2.2
import { AsyncValidatorFn, ValidatorFn } from "@angular/forms"; | ||
import { GuardUndefined } from "./undefined-guard"; | ||
export interface FieldOptions<T> { | ||
value?: T; | ||
value?: GuardUndefined<T>; | ||
disabled?: boolean; | ||
@@ -5,0 +6,0 @@ validators?: ValidatorFn | ValidatorFn[] | null; |
{ | ||
"name": "@advidi-network/zod-to-reactive-form", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
183
32511