@smartbit4all/ng-client 3.3.134 → 3.3.136

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,6 +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
22
  get uuid(): string | undefined;
22
23
  set uuid(uuid: string | undefined);
23
24
  private _model;
@@ -46,6 +47,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
46
47
  _ngOnInit(): void;
47
48
  _ngOnDestroy(): void;
48
49
  _ngAfterViewInit(): void;
50
+ private setupGridServices;
49
51
  protected handleQueryListSimple<T>(ql: QueryList<T>, handler: () => void): void;
50
52
  protected handleQueryList<T>(ql: QueryList<T>, handler: (el: T) => void): void;
51
53
  protected abstract getSmartFormsQL(): QueryList<SmartformComponent> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.134",
3
+ "version": "3.3.136",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file