@sumaris-net/ngx-components 1.21.2 → 1.21.3

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.21.2",
4
+ "version": "1.21.3",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -176,6 +176,9 @@ export declare abstract class AppEditor<T = any, ID = number, O = any> implement
176
176
  protected setError(value: string, opts?: {
177
177
  emitEvent?: boolean;
178
178
  }): void;
179
+ protected resetError(opts?: {
180
+ emitEvent?: boolean;
181
+ }): void;
179
182
  protected markForCheck(): void;
180
183
  }
181
184
  export declare abstract class AppTabEditor<T = any, ID = number, O = any> extends AppEditor<T, ID, O> implements IAppTabEditor {