@elite.framework/ng.core 1.0.9 → 1.0.11

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
@@ -870,9 +870,11 @@ declare class GenericSelectorTypeComponent extends FieldType$1<FieldTypeConfig<G
870
870
  private _offlineList;
871
871
  api: BaseService | any;
872
872
  dialog: DialogService | any;
873
+ private valueChangeSubscription;
873
874
  constructor(svc: BaseService, injector: Injector);
874
875
  onSelectionChange(val: any): void;
875
876
  ngOnInit(): void;
877
+ ngOnDestroy(): void;
876
878
  private initOfflineSelection;
877
879
  private initOnlineSelection;
878
880
  search(event: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elite.framework/ng.core",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"