@sumaris-net/ngx-components 1.20.9 → 1.20.10

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.20.9",
4
+ "version": "1.20.10",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
package/public_api.d.ts CHANGED
@@ -187,6 +187,7 @@ export * from './src/app/shared/upload-file/testing/upload-file.testing.module';
187
187
  export * from './src/app/core/core.testing.module';
188
188
  export * from './src/app/core/services/testing/referential-filter.model';
189
189
  export * from './src/app/core/services/testing/referential.validator';
190
+ export * from './src/app/core/services/errors';
190
191
  export * from './src/app/core/table/testing/table.testing.module';
191
192
  export * from './src/app/core/table/testing/table.testing';
192
193
  export * from './src/app/core/text-popover/testing/text-popover.testing.module';
@@ -1,6 +1,6 @@
1
1
  export declare interface ServiceError {
2
2
  code: number;
3
- message: String;
3
+ message: string;
4
4
  reject?: (err: any) => void;
5
5
  }
6
6
  export declare const ErrorCodes: {