@smartbit4all/ng-client 3.3.22 → 3.3.24

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.
@@ -13,6 +13,7 @@ export declare class SmartFilterExpressionItemComponent implements OnInit {
13
13
  ngOnInit(): void;
14
14
  setOperatorTo(event: any, operationType: FilterExpressionBoolOperator): void;
15
15
  select(event: any, item: FilterExpressionField): void;
16
+ getDisplayValue(code: string): string;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartFilterExpressionItemComponent, never>;
17
18
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartFilterExpressionItemComponent, "app-expression-item", never, { "item": "item"; "hasNext": "hasNext"; "service": "service"; }, {}, never, never>;
18
19
  }
@@ -1,5 +1,4 @@
1
- import { AfterViewInit, ComponentRef, OnDestroy, OnInit, QueryList, ViewContainerRef } from '@angular/core';
2
- import { Subscription } from 'rxjs';
1
+ import { ComponentRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
3
2
  import { ComponentFactoryService } from '../../component-factory-service/component-factory-service.service';
4
3
  import { SmartformLayoutDefinitionService } from '../../smart-form/services/smartform.layout-definition.service';
5
4
  import { SmartformComponent } from '../../smart-form/smartform.component';
@@ -8,7 +7,7 @@ import { UiActionModel } from '../../view-context/smart-ui-action/ui-action.mode
8
7
  import { FilterExpressionBuilderUiModelTypeEnum } from '../api/model/filterExpressionBuilderUiModel';
9
8
  import { ISmartFilterEditorService } from '../smart-filter-editor.service';
10
9
  import * as i0 from "@angular/core";
11
- export declare class SmartFilterEditorContentComponent implements OnInit, OnDestroy, AfterViewInit {
10
+ export declare class SmartFilterEditorContentComponent implements OnInit, OnDestroy {
12
11
  private layoutService;
13
12
  private cfService;
14
13
  private _destroy$;
@@ -18,13 +17,10 @@ export declare class SmartFilterEditorContentComponent implements OnInit, OnDest
18
17
  vcRef?: ViewContainerRef;
19
18
  formCompRef?: ComponentRef<SmartformComponent>;
20
19
  smartForm?: SmartForm;
21
- simpleFilterFormChildren?: QueryList<SmartformComponent>;
22
- simpleFilterForm?: SmartForm;
23
- filterOnBlurSub: Subscription;
24
- filterValueChangeSub: Subscription;
20
+ simpleFilterVcRef?: ViewContainerRef;
21
+ simpleFilterRef?: ComponentRef<SmartformComponent>;
25
22
  type: typeof FilterExpressionBuilderUiModelTypeEnum;
26
23
  constructor(layoutService: SmartformLayoutDefinitionService, cfService: ComponentFactoryService);
27
- ngAfterViewInit(): void;
28
24
  private subsrcibeSimpleFormChildrenEvents;
29
25
  private subscribeEditorFormChildrenEvents;
30
26
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.22",
3
+ "version": "3.3.24",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file