@sumaris-net/ngx-components 1.23.40 → 1.23.42

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.23.40",
4
+ "version": "1.23.42",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -101,6 +101,7 @@ export declare abstract class AppEditor<T = any, ID = number, O = any> implement
101
101
  get invalid(): boolean;
102
102
  get pending(): boolean;
103
103
  get loading(): boolean;
104
+ get loaded(): boolean;
104
105
  get touched(): boolean;
105
106
  get untouched(): boolean;
106
107
  get enabled(): boolean;