@ebuilding/biz-comm 2.5.12 → 2.6.1

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.
@@ -5,6 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class DeonNzFieldLookUp extends FieldType<FieldTypeConfig> {
6
6
  dialogService: GramBaseDialogService;
7
7
  globalSrv: GramGlobalService;
8
+ private elementRef;
8
9
  defualtClass: string;
9
10
  defaultOptions: any;
10
11
  get selectType(): string;
@@ -13,7 +14,10 @@ export declare class DeonNzFieldLookUp extends FieldType<FieldTypeConfig> {
13
14
  get textValue(): any;
14
15
  placeholder: any;
15
16
  activeButton: ElementRef<HTMLElement> | undefined;
16
- constructor(dialogService: GramBaseDialogService, globalSrv: GramGlobalService);
17
+ constructor(dialogService: GramBaseDialogService, globalSrv: GramGlobalService, elementRef: ElementRef<HTMLElement>);
18
+ get lookupShowError(): boolean;
19
+ private get formSubmitted();
20
+ private get isRequiredEmpty();
17
21
  openLookPage(): void;
18
22
  setBackValue(res: any): void;
19
23
  setTextValue(): void;