@sumaris-net/ngx-components 2.4.24 → 2.4.25-rc2

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": "2.4.24",
4
+ "version": "2.4.25-rc2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -99,8 +99,8 @@ export declare abstract class AppEntityEditor<T extends Entity<T, ID>, S extends
99
99
  [key: string]: any;
100
100
  }): Promise<void>;
101
101
  canUserWrite(data: T, opts?: any): boolean;
102
- startListenRemoteChanges(): void;
103
- stopListenRemoteChanges(): void;
102
+ startListenChanges(): void;
103
+ stopListenChanges(): void;
104
104
  updateView(data: T | null, opts?: {
105
105
  emitEvent?: boolean;
106
106
  openTabIndex?: number;
@@ -8,6 +8,7 @@ export declare class Environment {
8
8
  version: string;
9
9
  production: boolean;
10
10
  baseUrl: string;
11
+ sameUrlPeer?: boolean;
11
12
  defaultPeer?: {
12
13
  host: string;
13
14
  port: number;