@codetectonics/mantle 2.0.10 → 2.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
|
@@ -896,6 +896,7 @@ interface FormPageService {
|
|
|
896
896
|
hideCancelButton?: boolean;
|
|
897
897
|
isCommitInProgress: boolean;
|
|
898
898
|
noun(): string;
|
|
899
|
+
setParentComponent(parentComponent: any): void;
|
|
899
900
|
getNew(params?: any): Observable<WebApiFormResponse>;
|
|
900
901
|
create(params: any): Observable<WebApiSaveResponse>;
|
|
901
902
|
getEdit(id: string): Observable<WebApiFormResponse>;
|
|
@@ -3561,7 +3562,7 @@ interface AuthorisableFeatureService {
|
|
|
3561
3562
|
}
|
|
3562
3563
|
|
|
3563
3564
|
declare class FeatureConfigService implements WebApiCrudAdapter, WebsocketAdapter, AuthorisableFeatureService {
|
|
3564
|
-
|
|
3565
|
+
protected parentComponent: any;
|
|
3565
3566
|
protected webApiBaseUrl: string;
|
|
3566
3567
|
protected webApiService: WebApiService;
|
|
3567
3568
|
private webRtcChannel;
|