@elite.framework/ng.core 1.0.27 → 1.0.28
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
|
@@ -888,7 +888,7 @@ interface GenericSelectorProps extends FormlyFieldProps$1 {
|
|
|
888
888
|
defaultValue?: any;
|
|
889
889
|
defaultItem?: any;
|
|
890
890
|
}
|
|
891
|
-
declare class GenericSelectorTypeComponent extends FieldType$1<FieldTypeConfig<GenericSelectorProps>> implements OnInit {
|
|
891
|
+
declare class GenericSelectorTypeComponent extends FieldType$1<FieldTypeConfig<GenericSelectorProps>> implements OnInit, OnDestroy {
|
|
892
892
|
private svc;
|
|
893
893
|
private injector;
|
|
894
894
|
private cdr;
|