@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.
18 lines (17 loc) • 1.03 kB
TypeScript
import { getVariant, getAdpConfig, ManifestService, generateChange, getPromptsForAddAnnotationsToOData } from "@sap-ux/adp-tooling";
import { getAnnotationNamespaces } from "@sap-ux/odata-service-writer";
import { createAbapServiceProvider } from "@sap-ux/system-access";
import { flpConfigurationExists } from "@sap-ux/adp-tooling";
export { AddAnnotationsAnswers, ChangeType, AnnotationFileSelectType, DescriptorVariant, ManifestService, AdpPreviewConfig } from "@sap-ux/adp-tooling";
export { NamespaceAlias } from "@sap-ux/odata-service-writer";
declare const _default: {
getVariant: typeof getVariant;
getAdpConfig: typeof getAdpConfig;
ManifestService: typeof ManifestService;
generateChange: typeof generateChange;
getPromptsForAddAnnotationsToOData: typeof getPromptsForAddAnnotationsToOData;
createAbapServiceProvider: typeof createAbapServiceProvider;
getAnnotationNamespaces: typeof getAnnotationNamespaces;
flpConfigurationExists: typeof flpConfigurationExists;
};
export default _default;