Advertisement
Cristian-Paolini

Untitled

Nov 15th, 2022
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.05 KB | None | 0 0
  1. {
  2.     "_version": "1.28.0",
  3.     "sap.app": {
  4.         "id": "sala.medica.sala.medica",
  5.         "type": "application",
  6.         "i18n": "i18n/i18n.properties",
  7.         "applicationVersion": {
  8.             "version": "0.0.1"
  9.         },
  10.         "title": "{{appTitle}}",
  11.         "description": "{{appDescription}}",
  12.         "resources": "resources.json",
  13.         "sourceTemplate": {
  14.             "id": "@sap/generator-fiori:basic",
  15.             "version": "1.7.1",
  16.             "toolsId": "bd774130-7ede-4a13-9515-6f1442c42d76"
  17.         },
  18.         "dataSources": {
  19.             "mainService": {
  20.                 "uri": "/sap/opu/odata/sap/ZOS_SM_SALA_MEDICA_SRV/",
  21.                 "type": "OData",
  22.                 "settings": {
  23.                     "annotations": [],
  24.                     "localUri": "localService/metadata.xml",
  25.                     "odataVersion": "2.0"
  26.                 }
  27.             }
  28.         },
  29.         "crossNavigation": {
  30.             "inbounds": {
  31.                 "sala-medica-sala-medica-inbound": {
  32.                     "signature": {
  33.                         "parameters": {},
  34.                         "additionalParameters": "allowed"
  35.                     },
  36.                     "semanticObject": "SalaMedica",
  37.                     "action": "Display",
  38.                     "title": "{{flpTitle}}",
  39.                     "subTitle": "{{flpSubtitle}}",
  40.                     "icon": ""
  41.                 }
  42.             }
  43.         }
  44.     },
  45.     "sap.ui": {
  46.         "fullWidth": true,
  47.         "technology": "UI5",
  48.         "icons": {
  49.             "icon": "",
  50.             "favIcon": "",
  51.             "phone": "",
  52.             "phone@2": "",
  53.             "tablet": "",
  54.             "tablet@2": ""
  55.         },
  56.         "deviceTypes": {
  57.             "desktop": true,
  58.             "tablet": true,
  59.             "phone": true
  60.         }
  61.     },
  62.     "sap.ui5": {
  63.         "flexEnabled": false,
  64.         "dependencies": {
  65.             "minUI5Version": "1.84.1",
  66.             "libs": {
  67.                 "sap.m": {},
  68.                 "sap.ui.core": {},
  69.                 "sap.f": {},
  70.                 "sap.suite.ui.generic.template": {},
  71.                 "sap.ui.comp": {},
  72.                 "sap.ui.generic.app": {},
  73.                 "sap.ui.table": {},
  74.                 "sap.ushell": {}
  75.             }
  76.         },
  77.         "contentDensities": {
  78.             "compact": true,
  79.             "cozy": true
  80.         },
  81.         "models": {
  82.             "i18n": {
  83.                 "type": "sap.ui.model.resource.ResourceModel",
  84.                 "settings": {
  85.                     "bundleName": "sala.medica.sala.medica.i18n.i18n"
  86.                 }
  87.             },
  88.             "": {
  89.                 "dataSource": "mainService",
  90.                 "preload": true,
  91.                 "settings": {}
  92.             }
  93.         },
  94.         "resources": {
  95.             "css": [
  96.                 {
  97.                     "uri": "css/style.css"
  98.                 }
  99.             ]
  100.         },
  101.         "routing": {
  102.             "config": {
  103.                 "routerClass": "sap.m.routing.Router",
  104.                 "viewType": "XML",
  105.                 "async": true,
  106.                 "viewPath": "sala.medica.sala.medica.view",
  107.                 "controlAggregation": "pages",
  108.                 "controlId": "app",
  109.                 "clearControlAggregation": false
  110.             },
  111.             "routes": [
  112.                 {
  113.                     "name": "RouteView1",
  114.                     "pattern": ":?query:",
  115.                     "target": [
  116.                         "TargetView1"
  117.                     ]
  118.                 },
  119.                 {
  120.                     "name": "FichaView",
  121.                     "pattern": "Ficha/{NroPersonal}",
  122.                     "target": [
  123.                         "FichaView"
  124.                     ]
  125.                 },
  126.                 {
  127.                     "name": "Form",
  128.                     "pattern": "Form/{Empleado}",
  129.                     "target": [
  130.                         "FormView"
  131.                     ]
  132.                 }
  133.             ],
  134.             "targets": {
  135.                 "TargetView1": {
  136.                     "viewType": "XML",
  137.                     "transition": "slide",
  138.                     "clearControlAggregation": false,
  139.                     "viewId": "View1",
  140.                     "viewName": "View1"
  141.                 },
  142.                 "FichaView": {
  143.                     "viewType": "XML",
  144.                     "transition": "slide",
  145.                     "clearControlAggregation": false,
  146.                     "viewName": "FichaMedica"
  147.                 },
  148.                 "FormView": {
  149.                     "viewType": "XML",
  150.                     "transition": "slide",
  151.                     "clearControlAggregation": false,
  152.                     "viewName": "Form"
  153.                 }
  154.             }
  155.         },
  156.         "rootView": {
  157.             "viewName": "sala.medica.sala.medica.view.App",
  158.             "type": "XML",
  159.             "async": true,
  160.             "id": "App"
  161.         }
  162.     },
  163.     "sap.cloud": {
  164.         "public": true,
  165.         "service": "sala-medica-sala-medica"
  166.     }
  167. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement