@smartbit4all/ng-client 3.3.180 → 3.3.182

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.
@@ -18,7 +18,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
18
18
  private detectChange;
19
19
  private _uuid?;
20
20
  private uuidOfPageHasBeenChangedSubscription?;
21
- private _ngAfterViewInitPerformed;
21
+ private componentModelLoaded;
22
22
  get uuid(): string | undefined;
23
23
  set uuid(uuid: string | undefined);
24
24
  private _model;
@@ -1,4 +1,4 @@
1
1
  export interface SmartFilterEditorConfig {
2
- uuid: string;
2
+ uuid?: string;
3
3
  identifier: string;
4
4
  }
@@ -23,7 +23,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
23
23
  private readonly defaultPageSizeOptions;
24
24
  private _destroy$;
25
25
  smartGrid?: SmartGrid;
26
- uuid: string;
26
+ uuid?: string;
27
27
  dev: boolean;
28
28
  vcRefTable?: ViewContainerRef;
29
29
  componentRefTable?: ComponentRef<SmarttableComponent>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.180",
3
+ "version": "3.3.182",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file