@sumaris-net/ngx-components 18.18.38 → 18.19.0

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": "18.18.38",
4
+ "version": "18.19.0",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -110,6 +110,10 @@ export declare class AppForm<T> implements IAppForm<T>, OnInit, OnDestroy, IForm
110
110
  onlySelf?: boolean;
111
111
  emitEvent?: boolean;
112
112
  }): void;
113
+ markAsNotReady(opts?: {
114
+ onlySelf?: boolean;
115
+ emitEvent?: boolean;
116
+ }): void;
113
117
  /**
114
118
  * Wait form is ready
115
119
  *
@@ -178,6 +178,9 @@ export declare abstract class AppAsyncTable<T extends IEntity<T, ID>, F = any, I
178
178
  markAsReady(opts?: {
179
179
  emitEvent?: boolean;
180
180
  }): void;
181
+ markAsNotReady(opts?: {
182
+ emitEvent?: boolean;
183
+ }): void;
181
184
  get loading(): boolean;
182
185
  get loaded(): boolean;
183
186
  enableSort(): void;
@@ -183,6 +183,9 @@ export declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = n
183
183
  markAsReady(opts?: {
184
184
  emitEvent?: boolean;
185
185
  }): void;
186
+ markAsNotReady(opts?: {
187
+ emitEvent?: boolean;
188
+ }): void;
186
189
  get loading(): boolean;
187
190
  get loaded(): boolean;
188
191
  enableSort(): void;
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "18.18.38",
5
+ "version": "18.19.0",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{