openui5-model-json-crud
Version:
An OpenUI5 library which extends JSONModel to support CRUD (Create, Read, Update, Delete) operations.
31 lines (30 loc) • 616 B
JSON
{
"sap.app": {
"id": "openui5.model.json.crud",
"type": "library",
"applicationVersion": {
"version": "0.0.15"
},
"title": "An OpenUI5 library which extends JSONModel to support CRUD (Create, Read, Update, Delete) operations using fetch."
},
"sap.ui": {
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120.0",
"libs": {
"sap.ui.core": {}
}
},
"contentDensities": {
"compact": true,
"cozy": true
}
}
}