@elite.framework/ng.core 1.0.47 → 1.0.49

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.
package/index.d.ts CHANGED
@@ -921,11 +921,12 @@ declare class GenericSelectorTypeComponent extends FieldType$1<FieldTypeConfig<G
921
921
  ngOnInit(): void;
922
922
  ngOnDestroy(): void;
923
923
  private loadDefaultValue;
924
- onSelect(val: any): void;
924
+ onSelect(event: any): void;
925
925
  onSelectionChange(val: any): void;
926
926
  private initOfflineSelection;
927
927
  private initOnlineSelection;
928
928
  getFixedFilters(): any;
929
+ onDropdownClick(event: any): void;
929
930
  search(event: {
930
931
  query: string;
931
932
  }): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elite.framework/ng.core",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"