You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add applyCapUpdates from @sap-ux/cap-config-writer directly to generate function of FE/FF writers.
Enhance the FioriElementsApp and FioriApp interfaces by:
Extend the service property to accommodate CapServiceCdsInfo alongside OdataService.
Add enableNPMWorkspaces to the appOptions interface for workspace handling.
importtype{CapServiceCdsInfo}from'@sap-ux/cap-config-writer';exportinterfaceFioriElementsApp<T>extendsUi5App{template: Template<T>;service: Omit<OdataService,'model'>&{capService?: CapServiceCdsInfo;// Optional CapService};app: FioriApp;appOptions: Partial<AppOptions>&{/** * Generate OPA-based tests, if applicable to the specified template. * This will eventually move up to {@link Ui5App.appOptions} */addTests?: boolean;enableNPMWorkspaces?: boolean;};}
call applyCapUpdates from @sap-ux/cap-config-writer directly in generate function of writers.
Add
applyCapUpdates
from@sap-ux/cap-config-writer
directly to generate function of FE/FF writers.Enhance the
FioriElementsApp
andFioriApp
interfaces by:service
property to accommodateCapServiceCdsInfo
alongsideOdataService
.enableNPMWorkspaces
to theappOptions
interface for workspace handling.applyCapUpdates
from@sap-ux/cap-config-writer
directly in generate function of writers.Tasks
The text was updated successfully, but these errors were encountered: