@smartbit4all/ng-client 3.3.82 → 3.3.84

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.
@@ -1,4 +1,4 @@
1
- import { ComponentRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
1
+ import { AfterViewInit, ComponentRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
2
2
  import { ComponentFactoryService } from '../../component-factory-service/component-factory-service.service';
3
3
  import { SmartformLayoutDefinitionService } from '../../smart-form/services/smartform.layout-definition.service';
4
4
  import { SmartformComponent } from '../../smart-form/smartform.component';
@@ -7,7 +7,7 @@ import { UiActionModel } from '../../view-context/smart-ui-action/ui-action.mode
7
7
  import { FilterExpressionBuilderUiModelTypeEnum } from '../api/model/filterExpressionBuilderUiModel';
8
8
  import { ISmartFilterEditorService } from '../smart-filter-editor.service';
9
9
  import * as i0 from "@angular/core";
10
- export declare class SmartFilterEditorContentComponent implements OnInit, OnDestroy {
10
+ export declare class SmartFilterEditorContentComponent implements OnInit, AfterViewInit, OnDestroy {
11
11
  private layoutService;
12
12
  private cfService;
13
13
  private _destroy$;
@@ -24,6 +24,7 @@ export declare class SmartFilterEditorContentComponent implements OnInit, OnDest
24
24
  private subsrcibeSimpleFormChildrenEvents;
25
25
  private subscribeEditorFormChildrenEvents;
26
26
  ngOnInit(): void;
27
+ ngAfterViewInit(): void;
27
28
  ngOnDestroy(): void;
28
29
  setupSimpleFilter(): void;
29
30
  private extractFilterFieldFromFormModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.82",
3
+ "version": "3.3.84",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file