@sap/generator-adaptation-project
Version:
Adaptation project allows you to create an app variant for an existing SAP Fiori elements-based or SAPUI5 freestyle application, without changing the original application.
17 lines (16 loc) • 718 B
TypeScript
import { Manifest } from "@sap/adp-common";
export default class AppIdentifier {
private appSync;
private static isV4AppInternalMode;
private static isSupportedAdpOverAdp;
private static isPartiallySupportedAdpOverAdp;
validateSelectedApplication(applicationData: any, checkForAdpOverAdpSupport: boolean, checkForAdpOverAdpPartialSupport: boolean, manifest: Manifest): Promise<void>;
private validateSmartTemplateApplication;
private setAdpOverAdpSupport;
private _checkForSyncLoadedViews;
appViewsLoadedSynchronously(): boolean;
isInternalMode(): boolean;
getIsV4InternalMode(): any;
getIsSupportedAdpOverAdp(): boolean;
getIsPartiallySupportedAdpOverAdp(): any;
}