|
| 1 | +{ |
| 2 | + "_version": "1.8.0", |
| 3 | + "sap.app": { |
| 4 | + "id": "genres", |
| 5 | + "type": "application", |
| 6 | + "title": "{{appTitle}}", |
| 7 | + "description": "{{appDescription}}", |
| 8 | + "applicationVersion": { |
| 9 | + "version": "1.0.0" |
| 10 | + }, |
| 11 | + "dataSources": { |
| 12 | + "AdminService": { |
| 13 | + "uri": "/api/admin/", |
| 14 | + "type": "OData", |
| 15 | + "settings": { |
| 16 | + "odataVersion": "4.0" |
| 17 | + } |
| 18 | + } |
| 19 | + }, |
| 20 | + "-sourceTemplate": { |
| 21 | + "id": "ui5template.basicSAPUI5ApplicationProject", |
| 22 | + "-id": "ui5template.smartTemplate", |
| 23 | + "-version": "1.40.12" |
| 24 | + }, |
| 25 | + "crossNavigation": { |
| 26 | + "inbounds": { |
| 27 | + "Genres-show": { |
| 28 | + "signature": { |
| 29 | + "parameters": {}, |
| 30 | + "additionalParameters": "allowed" |
| 31 | + }, |
| 32 | + "semanticObject": "GenreHierarchy", |
| 33 | + "action": "show" |
| 34 | + } |
| 35 | + } |
| 36 | + } |
| 37 | + }, |
| 38 | + "sap.ui5": { |
| 39 | + "dependencies": { |
| 40 | + "minUI5Version": "1.122.0", |
| 41 | + "libs": { |
| 42 | + "sap.fe.templates": {} |
| 43 | + } |
| 44 | + }, |
| 45 | + "models": { |
| 46 | + "i18n": { |
| 47 | + "type": "sap.ui.model.resource.ResourceModel", |
| 48 | + "uri": "i18n/i18n.properties" |
| 49 | + }, |
| 50 | + "": { |
| 51 | + "dataSource": "AdminService", |
| 52 | + "settings": { |
| 53 | + "synchronizationMode": "None", |
| 54 | + "operationMode": "Server", |
| 55 | + "autoExpandSelect" : true, |
| 56 | + "earlyRequests": true, |
| 57 | + "groupProperties": { |
| 58 | + "default": { |
| 59 | + "submit": "Auto" |
| 60 | + } |
| 61 | + } |
| 62 | + } |
| 63 | + } |
| 64 | + }, |
| 65 | + "routing": { |
| 66 | + "routes": [ |
| 67 | + { |
| 68 | + "pattern": ":?query:", |
| 69 | + "name": "GenreHierarchyList", |
| 70 | + "target": "GenreHierarchyList" |
| 71 | + }, |
| 72 | + { |
| 73 | + "pattern": "GenreHierarchy({key}):?query:", |
| 74 | + "name": "GenreHierarchyDetails", |
| 75 | + "target": "GenreHierarchyDetails" |
| 76 | + } |
| 77 | + ], |
| 78 | + "targets": { |
| 79 | + "GenreHierarchyList": { |
| 80 | + "type": "Component", |
| 81 | + "id": "GenreHierarchyList", |
| 82 | + "name": "sap.fe.templates.ListReport", |
| 83 | + "options": { |
| 84 | + "settings" : { |
| 85 | + "entitySet" : "GenreHierarchy", |
| 86 | + "navigation" : { |
| 87 | + "GenreHierarchy" : { |
| 88 | + "detail" : { |
| 89 | + "route" : "GenreHierarchyDetails" |
| 90 | + } |
| 91 | + } |
| 92 | + }, |
| 93 | + "controlConfiguration": { |
| 94 | + "@com.sap.vocabularies.UI.v1.LineItem": { |
| 95 | + "tableSettings": { |
| 96 | + "hierarchyQualifier": "GenreHierarchy", |
| 97 | + "type": "TreeTable" |
| 98 | + } |
| 99 | + } |
| 100 | + } |
| 101 | + } |
| 102 | + } |
| 103 | + }, |
| 104 | + "GenreHierarchyDetails": { |
| 105 | + "type": "Component", |
| 106 | + "id": "GenreHierarchyDetails", |
| 107 | + "name": "sap.fe.templates.ObjectPage", |
| 108 | + "options": { |
| 109 | + "settings" : { |
| 110 | + "entitySet": "GenreHierarchy" |
| 111 | + } |
| 112 | + } |
| 113 | + } |
| 114 | + } |
| 115 | + }, |
| 116 | + "contentDensities": { |
| 117 | + "compact": true, |
| 118 | + "cozy": true |
| 119 | + } |
| 120 | + }, |
| 121 | + "sap.ui": { |
| 122 | + "technology": "UI5", |
| 123 | + "fullWidth": false |
| 124 | + }, |
| 125 | + "sap.fiori": { |
| 126 | + "registrationIds": [], |
| 127 | + "archeType": "transactional" |
| 128 | + } |
| 129 | +} |
0 commit comments