tuain-ng-forms-lib 13.0.13 → 13.0.14

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.
@@ -42,6 +42,8 @@ export declare class BasicFormComponent {
42
42
  formSubject: string | null;
43
43
  _errorType: string;
44
44
  errorCode: string;
45
+ errorFullCode: string;
46
+ errorName: string;
45
47
  errorMessage: string;
46
48
  errorDetail: string;
47
49
  visible: boolean;
@@ -206,6 +208,8 @@ export declare class BasicFormComponent {
206
208
  getErrorType(): string;
207
209
  getErrorMessage(): string;
208
210
  getErrorDetail(): string;
211
+ getErrorName(): string;
212
+ getErrorFullCode(): string;
209
213
  getErrorCode(): string;
210
214
  getFormParameter(name: string): string;
211
215
  preocessInputParams(params: any): string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "13.0.13",
3
+ "version": "13.0.14",
4
4
  "description": "Componentes y Clases Angular para la gestión de formularios TUAIN",
5
5
  "author": "Mauricio Méndez, Imix Consulting",
6
6
  "license": "MIT",