@smartbit4all/ng-client 3.3.226 → 3.3.228

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.
@@ -43,12 +43,14 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
43
43
  sendModelOnWidgetAction: boolean;
44
44
  dataChangeKeys: string[];
45
45
  protected dataChangeActionHandlers: Map<SmartformComponent, Subscription>;
46
+ protected filterModelChangeSubjects: Map<string, Subject<void>>;
46
47
  protected changeDetector?: ChangeDetectorRef;
47
48
  constructor(inject: Injector, auth: SmartAuthenticationServiceInterface, pageName?: string | undefined, _componentName?: string | undefined, element?: ElementRef<any> | undefined, renderer?: Renderer2 | undefined);
48
49
  _ngOnInit(): void;
49
50
  _ngOnDestroy(): void;
50
51
  _ngAfterViewInit(): void;
51
52
  private setupGridServices;
53
+ private setupFilterServices;
52
54
  protected handleQueryListSimple<T>(ql: QueryList<T>, handler: () => void): void;
53
55
  protected handleQueryList<T>(ql: QueryList<T>, handler: (el: T) => void): void;
54
56
  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.226",
3
+ "version": "3.3.228",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file