@sumaris-net/ngx-components 18.9.1 → 18.9.3

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.9.1",
4
+ "version": "18.9.3",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -27,6 +27,7 @@ export declare class EntitiesAsyncTableDataSource<T extends IEntity<T, ID>, F =
27
27
  protected _creating: boolean;
28
28
  protected _saving: boolean;
29
29
  protected _fetchMoreFn: FetchMoreFn<LoadResult<T>>;
30
+ protected _waitingNetworkResult: boolean;
30
31
  protected _stopWatchSubject: Subject<void>;
31
32
  loadingSubject: BehaviorSubject<boolean>;
32
33
  get watchAllOptions(): WO;
@@ -28,16 +28,9 @@ export declare class EntitiesTableDataSource<T extends IEntity<T, ID>, F = any,
28
28
  protected _creating: boolean;
29
29
  protected _saving: boolean;
30
30
  protected _fetchMoreFn: FetchMoreFn<LoadResult<T>>;
31
+ protected _waitingNetworkResult: boolean;
31
32
  protected _stopWatchSubject: Subject<void>;
32
33
  loadingSubject: BehaviorSubject<boolean>;
33
- /**
34
- * @deprecated Use watchAllOptions or saveAllOptions
35
- */
36
- get serviceOptions(): WO & SO;
37
- /**
38
- * @deprecated Use watchAllOptions or saveAllOptions
39
- */
40
- set serviceOptions(value: WO & SO);
41
34
  get watchAllOptions(): WO;
42
35
  set watchAllOptions(value: WO);
43
36
  get saveAllOptions(): SO;
@@ -17,7 +17,7 @@ export interface InputElement extends FocusableElement {
17
17
  }
18
18
  export declare function isInputElement(object: any): object is InputElement;
19
19
  export declare function asInputElement<T = any>(object: ElementRef<T>): InputElement | undefined;
20
- export declare function tabindexComparator(a: InputElement, b: InputElement): 0 | 1 | -1;
20
+ export declare function tabindexComparator(a: InputElement, b: InputElement): 1 | 0 | -1;
21
21
  export interface CanGainFocusOptions {
22
22
  minTabindex?: number;
23
23
  maxTabindex?: number;
@@ -33,6 +33,7 @@ export declare class InMemoryEntitiesService<T extends IEntity<T, ID>, F = any,
33
33
  private readonly _onSaveFn;
34
34
  private readonly _equalsFn;
35
35
  private readonly _filterFnFactory;
36
+ get defaultFetchPolicy(): 'cache-only';
36
37
  set value(data: T[]);
37
38
  get value(): T[];
38
39
  get saving(): boolean;
@@ -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.9.1",
5
+ "version": "18.9.3",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{