@sumaris-net/ngx-components 2.4.23 → 2.4.25-rc1

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.23",
4
+ "version": "2.4.25-rc1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -10,9 +10,9 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@noble/ed25519": "^1.7.1",
13
- "@rx-angular/cdk": "^1.0.0-rc.4",
13
+ "@rx-angular/cdk": "^1.0.0",
14
14
  "@rx-angular/state": "^1.7.0",
15
- "@rx-angular/template": "^1.0.0-rc.5",
15
+ "@rx-angular/template": "^1.0.0",
16
16
  "clone": "~2.1.2",
17
17
  "tslib": "~2.3.1"
18
18
  },
@@ -99,7 +99,7 @@ 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;
102
+ startListenChanges(): void;
103
103
  stopListenRemoteChanges(): void;
104
104
  updateView(data: T | null, opts?: {
105
105
  emitEvent?: boolean;
@@ -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;