Package-level declarations
Types
Represents validation errors for a form field.
Represents multiple error messages in the field.
A type alias for a set of field names.
Configuration options for field-level validation behavior.
A passthrough adapter that performs no type conversion.
Represents the settings for field-related policies, such as validation behavior.
An adapter interface for converting between different type representations of a field value.
Enumerates the timings when field validation is performed.
Represents the settings for delayed execution of field validation.
Defines when field validation should be triggered.
Defines a strategy for determining when field validation should occur.
Represents the timings that trigger field validation.
A type alias for field validation functions.
Configuration options for form-level validation behavior.
Represents the settings for the overall form policy.
Exception used for handling validation errors during the submission process.
A submission represents the submission control of a form.
Represents the settings for submission-related policies, such as pre-validation behavior.
Represents the settings for delayed execution of pre-validation.
Properties
Functions
Creates error messages for a field.
Creates a FieldOptions instance with the specified configuration.
Creates a field validation strategy with the specified initial mode and transition logic.
Creates a field validator using a validation rule builder.
Creates a FormOptions instance with the specified configuration.