@indigina/ui-kit 1.1.458 → 1.1.459
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/package.json
CHANGED
|
@@ -5116,7 +5116,9 @@ declare enum KitFormErrorCode {
|
|
|
5116
5116
|
Required = "required",
|
|
5117
5117
|
Email = "email",
|
|
5118
5118
|
MaxLength = "maxlength",
|
|
5119
|
-
Duplicate = "duplicate"
|
|
5119
|
+
Duplicate = "duplicate",
|
|
5120
|
+
MaxNumber = "max",
|
|
5121
|
+
MinNumber = "min"
|
|
5120
5122
|
}
|
|
5121
5123
|
|
|
5122
5124
|
type KitFormErrorMessageGetter = (errors: unknown) => string;
|