ngx-material-entity 16.0.6 → 16.0.7
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
|
@@ -43,6 +43,7 @@ export declare abstract class ValidationUtilities {
|
|
|
43
43
|
static getPropertyValidationError<EntityType extends BaseEntityType<EntityType>>(entity: EntityType, key: keyof EntityType, omit?: 'create' | 'update'): ValidationError | undefined;
|
|
44
44
|
private static getBooleanValidationError;
|
|
45
45
|
private static getStringValidationError;
|
|
46
|
+
private static getAutocompleteStringValidationError;
|
|
46
47
|
private static getTextboxValidationError;
|
|
47
48
|
private static getPasswordValidationError;
|
|
48
49
|
private static getNumberValidationError;
|