@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
- private parentComponent;
3565
+ protected parentComponent: any;
3565
3566
  protected webApiBaseUrl: string;
3566
3567
  protected webApiService: WebApiService;
3567
3568
  private webRtcChannel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codetectonics/mantle",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "dependencies": {
5
5
  "@angular/animations": "^20",
6
6
  "@angular/cdk": "^20",