FIORI App gegenereerd
This commit is contained in:
146
app/incidents/webapp/manifest.json
Normal file
146
app/incidents/webapp/manifest.json
Normal file
@@ -0,0 +1,146 @@
|
||||
{
|
||||
"_version": "1.86.0",
|
||||
"sap.app": {
|
||||
"id": "ns.incidents",
|
||||
"type": "application",
|
||||
"i18n": "i18n/i18n.properties",
|
||||
"applicationVersion": {
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"title": "{{appTitle}}",
|
||||
"description": "{{appDescription}}",
|
||||
"resources": "resources.json",
|
||||
"sourceTemplate": {
|
||||
"id": "@sap/generator-fiori:lrop",
|
||||
"version": "1.29.0",
|
||||
"toolsId": "d69300f8-995f-4063-9130-f16037ee2ff5"
|
||||
},
|
||||
"dataSources": {
|
||||
"mainService": {
|
||||
"uri": "/odata/v4/processor/",
|
||||
"type": "OData",
|
||||
"settings": {
|
||||
"annotations": [],
|
||||
"odataVersion": "4.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sap.ui": {
|
||||
"technology": "UI5",
|
||||
"icons": {
|
||||
"icon": "",
|
||||
"favIcon": "",
|
||||
"phone": "",
|
||||
"phone@2": "",
|
||||
"tablet": "",
|
||||
"tablet@2": ""
|
||||
},
|
||||
"deviceTypes": {
|
||||
"desktop": true,
|
||||
"tablet": true,
|
||||
"phone": true
|
||||
}
|
||||
},
|
||||
"sap.ui5": {
|
||||
"flexEnabled": true,
|
||||
"dependencies": {
|
||||
"minUI5Version": "1.150.0",
|
||||
"libs": {
|
||||
"sap.m": {},
|
||||
"sap.ui.core": {},
|
||||
"sap.fe.templates": {}
|
||||
}
|
||||
},
|
||||
"contentDensities": {
|
||||
"compact": true,
|
||||
"cozy": true
|
||||
},
|
||||
"models": {
|
||||
"i18n": {
|
||||
"type": "sap.ui.model.resource.ResourceModel",
|
||||
"settings": {
|
||||
"bundleName": "ns.incidents.i18n.i18n"
|
||||
}
|
||||
},
|
||||
"": {
|
||||
"dataSource": "mainService",
|
||||
"preload": true,
|
||||
"settings": {
|
||||
"operationMode": "Server",
|
||||
"autoExpandSelect": true,
|
||||
"earlyRequests": true
|
||||
}
|
||||
},
|
||||
"@i18n": {
|
||||
"type": "sap.ui.model.resource.ResourceModel",
|
||||
"uri": "i18n/i18n.properties"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"css": []
|
||||
},
|
||||
"routing": {
|
||||
"config": {},
|
||||
"routes": [
|
||||
{
|
||||
"pattern": ":?query:",
|
||||
"name": "IncidentsList",
|
||||
"target": "IncidentsList"
|
||||
},
|
||||
{
|
||||
"pattern": "Incidents({key}):?query:",
|
||||
"name": "IncidentsObjectPage",
|
||||
"target": "IncidentsObjectPage"
|
||||
}
|
||||
],
|
||||
"targets": {
|
||||
"IncidentsList": {
|
||||
"type": "Component",
|
||||
"id": "IncidentsList",
|
||||
"name": "sap.fe.templates.ListReport",
|
||||
"options": {
|
||||
"settings": {
|
||||
"contextPath": "/Incidents",
|
||||
"variantManagement": "Page",
|
||||
"navigation": {
|
||||
"Incidents": {
|
||||
"detail": {
|
||||
"route": "IncidentsObjectPage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"controlConfiguration": {
|
||||
"@com.sap.vocabularies.UI.v1.LineItem": {
|
||||
"tableSettings": {
|
||||
"type": "ResponsiveTable"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"IncidentsObjectPage": {
|
||||
"type": "Component",
|
||||
"id": "IncidentsObjectPage",
|
||||
"name": "sap.fe.templates.ObjectPage",
|
||||
"options": {
|
||||
"settings": {
|
||||
"editableHeaderContent": false,
|
||||
"contextPath": "/Incidents"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sap.fiori": {
|
||||
"registrationIds": [],
|
||||
"archeType": "transactional"
|
||||
},
|
||||
"sap.fe": {
|
||||
"app": {
|
||||
"enableLazyLoading": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user