UNPKG

hana-cli

Version:
130 lines (128 loc) 2.75 kB
{ "_version": "1.33.0", "sap.app": { "id": "sap.hanacli.massConvert", "type": "application", "i18n": "i18n/i18n.properties", "applicationVersion": { "version": "1.0.0" }, "title": "{{appTitle}}", "description": "{{appDescription}}", "sourceTemplate": { "id": "html5moduletemplates.basicSAPUI5ApplicationProjectModule", "version": "1.40.12" } }, "sap.ui": { "technology": "UI5", "icons": { "icon": "/ui/common/images/favicon.ico", "favIcon": "/ui/common/images/favicon.ico", "phone": "", "phone@2": "", "tablet": "", "tablet@2": "" }, "deviceTypes": { "desktop": true, "tablet": true, "phone": true } }, "sap.ui5": { "resourceRoots": { "sap.hanacli.common": "../common" }, "flexEnabled": true, "rootView": { "viewName": "sap.hanacli.massConvert.view.App", "type": "XML", "async": true, "id": "App" }, "dependencies": { "minUI5Version": "1.91.0", "libs": { "sap.ui.core": {}, "sap.m": {}, "sap.ui.layout": {} } }, "contentDensities": { "compact": true, "cozy": true }, "models": { "promptsModel": { "type": "sap.ui.model.json.JSONModel", "settings": { "defaultBindingMode": "TwoWay" } }, "hanaModel": { "type": "sap.ui.model.json.JSONModel", "settings": { "defaultBindingMode": "TwoWay" } }, "outputModel": { "type": "sap.ui.model.json.JSONModel", "settings": { "defaultBindingMode": "TwoWay" } }, "logModel": { "type": "sap.ui.model.json.JSONModel", "settings": { "defaultBindingMode": "TwoWay" } }, "config": { "type": "sap.ui.model.json.JSONModel" }, "i18n": { "type": "sap.ui.model.resource.ResourceModel", "settings": { "bundleName": "sap.hanacli.massConvert.i18n.i18n" } }, "i18nReuse": { "type": "sap.ui.model.resource.ResourceModel", "settings": { "bundleUrl": "/i18n/messages.properties" } } }, "resources": { "css": [{ "uri": "../common/css/style.css" }] }, "routing": { "config": { "routerClass": "sap.m.routing.Router", "viewType": "XML", "async": true, "viewPath": "sap.hanacli.massConvert.view", "controlAggregation": "pages", "controlId": "app", "clearControlAggregation": false }, "routes": [{ "name": "RouteApp", "pattern": "RouteApp", "target": ["TargetApp"] }], "targets": { "TargetApp": { "viewType": "XML", "transition": "slide", "clearControlAggregation": false, "viewId": "App", "viewName": "App" } } } } }