@sap/ux-specification 1.142.2 → 1.142.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +117 -43
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +288 -282
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +5 -5
- package/dist/schemas/v2/ListReportNewConfig.json +1 -1
- package/dist/schemas/v2/ObjectPageConfig.json +5 -5
- package/dist/schemas/v4/ApplicationV4.json +1 -1
- package/dist/schemas/v4/BuildingBlocksConfig.json +128 -42
- package/dist/schemas/v4/ListReportConfig.json +24 -6
- package/dist/schemas/v4/ObjectPageConfig.json +32 -8
- package/dist/specification/package.json +14 -12
- package/dist/specification/scripts/extractDocu.js +18 -1
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
- package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
- package/dist/specification/scripts/generate-validity-report.js +367 -0
- package/dist/specification/scripts/generate-validity-report.js.map +1 -0
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +36 -1
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +13 -0
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
- package/dist/specification/src/i18n/i18n.js +2 -1
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +8 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +10 -7
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +503 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +116 -24
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +308 -78
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +1 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +8 -3
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +3 -1
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +2 -1
- package/dist/specification/src/sync/common/rules.d.ts +25 -0
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +27 -2
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +22 -6
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +122 -18
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +9 -7
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +58 -2
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +37 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +12 -2
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +19 -2
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +31 -2
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +44 -4
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +32 -17
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +90 -60
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +4 -3
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +25 -3
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/actions.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +20 -12
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +10 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.js +1 -1
- package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +354 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +27 -16
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +194 -164
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +145 -44
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.js +5 -3
- package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +219 -96
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +557 -211
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
- package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/index.js +18 -0
- package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +17 -2
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
- package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
- package/dist/specification/test/test-utils/utils.d.ts +71 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
- package/dist/specification/test/test-utils/utils.js +400 -0
- package/dist/specification/test/test-utils/utils.js.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
- package/dist/types/src/apiTypes.d.ts +2 -3
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +119 -13
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +3 -3
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/package.json +14 -12
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -394
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
|
@@ -0,0 +1,550 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_version": "1.7.0",
|
|
3
|
+
"sap.app": {
|
|
4
|
+
"id": "v2sttaProdMan2",
|
|
5
|
+
"embeds": [
|
|
6
|
+
"reuseComponents/stateTest",
|
|
7
|
+
"reuseComponents/situationsTest",
|
|
8
|
+
"reuseComponents/tableTest"
|
|
9
|
+
],
|
|
10
|
+
"type": "application",
|
|
11
|
+
"i18n": "i18n/i18n.properties",
|
|
12
|
+
"applicationVersion": {
|
|
13
|
+
"version": "${project.version}"
|
|
14
|
+
},
|
|
15
|
+
"title": "{{appTitle}}",
|
|
16
|
+
"description": "{{appDescription}}",
|
|
17
|
+
"tags": {
|
|
18
|
+
"keywords": []
|
|
19
|
+
},
|
|
20
|
+
"ach": "BC-SRV-NWD-ST",
|
|
21
|
+
"dataSources": {
|
|
22
|
+
"mainService": {
|
|
23
|
+
"uri": "/sap/opu/odata/sap/STTA_PROD_MAN/",
|
|
24
|
+
"type": "OData",
|
|
25
|
+
"settings": {
|
|
26
|
+
"annotations": [
|
|
27
|
+
"STTA_PROD_MAN_ANNO_MDL",
|
|
28
|
+
"localAnnotations"
|
|
29
|
+
],
|
|
30
|
+
"localUri": "localService/metadata.xml"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"STTA_PROD_MAN_ANNO_MDL": {
|
|
34
|
+
"uri": "/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Annotations(TechnicalName='STTA_PROD_MAN_ANNO_MDL',Version='0001')/$value/",
|
|
35
|
+
"type": "ODataAnnotation",
|
|
36
|
+
"settings": {
|
|
37
|
+
"localUri": "localService/STTA_PROD_MAN_ANNO_MDL.xml"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"localAnnotations": {
|
|
41
|
+
"uri": "annotations/annotations.xml",
|
|
42
|
+
"type": "ODataAnnotation",
|
|
43
|
+
"settings": {
|
|
44
|
+
"localUri": "annotations/annotations.xml"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"offline": false,
|
|
49
|
+
"resources": "resources.json",
|
|
50
|
+
"sourceTemplate": {
|
|
51
|
+
"id": "ui5template.smarttemplate",
|
|
52
|
+
"version": "1.0.0"
|
|
53
|
+
},
|
|
54
|
+
"crossNavigation": {
|
|
55
|
+
"inbounds": {
|
|
56
|
+
"EPMProductSTTA": {
|
|
57
|
+
"semanticObject": "EPMProduct",
|
|
58
|
+
"action": "manage_st"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"outbounds": {
|
|
62
|
+
"EPMProductManage": {
|
|
63
|
+
"semanticObject": "EPMProduct",
|
|
64
|
+
"action": "manage",
|
|
65
|
+
"parameters": {
|
|
66
|
+
"preferredMode": {
|
|
67
|
+
"value": {
|
|
68
|
+
"value": "display",
|
|
69
|
+
"format": "plain"
|
|
70
|
+
},
|
|
71
|
+
"required": false
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"EPMSalesOrderDisplayBuPa": {
|
|
76
|
+
"semanticObject": "EPMSalesOrder",
|
|
77
|
+
"action": "display_sttabupa",
|
|
78
|
+
"parameters": {
|
|
79
|
+
"preferredMode": {
|
|
80
|
+
"value": {
|
|
81
|
+
"value": "display",
|
|
82
|
+
"format": "plain"
|
|
83
|
+
},
|
|
84
|
+
"required": false
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"EPMSalesOrder": {
|
|
89
|
+
"semanticObject": "EPMSalesOrder",
|
|
90
|
+
"action": "manage_sttasowd",
|
|
91
|
+
"parameters": {
|
|
92
|
+
"sap-ui-fe-variant-id": {
|
|
93
|
+
"value": {
|
|
94
|
+
"value": "id_1563440033646_352_page"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"sap-ui-fe-table-variant-id": {
|
|
98
|
+
"value": {
|
|
99
|
+
"value": "id_1563440112569_403_table"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"sap.ui": {
|
|
108
|
+
"technology": "UI5",
|
|
109
|
+
"icons": {
|
|
110
|
+
"icon": "",
|
|
111
|
+
"favIcon": "",
|
|
112
|
+
"phone": "",
|
|
113
|
+
"phone@2": "",
|
|
114
|
+
"tablet": "",
|
|
115
|
+
"tablet@2": ""
|
|
116
|
+
},
|
|
117
|
+
"deviceTypes": {
|
|
118
|
+
"desktop": true,
|
|
119
|
+
"tablet": true,
|
|
120
|
+
"phone": true
|
|
121
|
+
},
|
|
122
|
+
"supportedThemes": [
|
|
123
|
+
"sap_hcb",
|
|
124
|
+
"sap_bluecrystal"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
"sap.ui5": {
|
|
128
|
+
"resources": {
|
|
129
|
+
"js": [],
|
|
130
|
+
"css": []
|
|
131
|
+
},
|
|
132
|
+
"dependencies": {
|
|
133
|
+
"minUI5Version": "${sap.ui5.dist.version}",
|
|
134
|
+
"libs": {
|
|
135
|
+
"sap.ui.core": {},
|
|
136
|
+
"sap.ui.generic.app": {},
|
|
137
|
+
"sap.suite.ui.generic.template": {},
|
|
138
|
+
"sap.m": {
|
|
139
|
+
"lazy": false
|
|
140
|
+
},
|
|
141
|
+
"sap.ui.comp": {
|
|
142
|
+
"lazy": false
|
|
143
|
+
},
|
|
144
|
+
"sap.ui.layout": {
|
|
145
|
+
"lazy": true
|
|
146
|
+
},
|
|
147
|
+
"sap.ui.table": {
|
|
148
|
+
"lazy": false
|
|
149
|
+
},
|
|
150
|
+
"sap.suite.ui.microchart": {
|
|
151
|
+
"lazy": false
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"components": {}
|
|
155
|
+
},
|
|
156
|
+
"componentUsages": {
|
|
157
|
+
"stateTest": {
|
|
158
|
+
"name": "STTA_MP.reuseComponents.stateTest"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"models": {
|
|
162
|
+
"i18n": {
|
|
163
|
+
"type": "sap.ui.model.resource.ResourceModel",
|
|
164
|
+
"uri": "i18n/i18n.properties"
|
|
165
|
+
},
|
|
166
|
+
"@i18n": {
|
|
167
|
+
"type": "sap.ui.model.resource.ResourceModel",
|
|
168
|
+
"uri": "i18n/i18n.properties"
|
|
169
|
+
},
|
|
170
|
+
"i18n|sap.suite.ui.generic.template.ListReport|STTA_C_MP_Product": {
|
|
171
|
+
"type": "sap.ui.model.resource.ResourceModel",
|
|
172
|
+
"uri": "i18n/ListReport/STTA_C_MP_Product/i18n.properties"
|
|
173
|
+
},
|
|
174
|
+
"i18n|sap.suite.ui.generic.template.ObjectPage|STTA_C_MP_Product": {
|
|
175
|
+
"type": "sap.ui.model.resource.ResourceModel",
|
|
176
|
+
"uri": "i18n/ObjectPage/STTA_C_MP_Product/i18n.properties"
|
|
177
|
+
},
|
|
178
|
+
"i18n|sap.suite.ui.generic.template.ObjectPage|to_ProductText": {
|
|
179
|
+
"type": "sap.ui.model.resource.ResourceModel",
|
|
180
|
+
"uri": "i18n/ObjectPage/STTA_C_MP_ProductText/i18n.properties"
|
|
181
|
+
},
|
|
182
|
+
"i18n|sap.suite.ui.generic.template.ObjectPage|STTA_C_MP_ProductText": {
|
|
183
|
+
"type": "sap.ui.model.resource.ResourceModel",
|
|
184
|
+
"uri": "i18n/ObjectPage/STTA_C_MP_ProductText/i18n.properties"
|
|
185
|
+
},
|
|
186
|
+
"": {
|
|
187
|
+
"preload": true,
|
|
188
|
+
"dataSource": "mainService",
|
|
189
|
+
"settings": {
|
|
190
|
+
"defaultBindingMode": "TwoWay",
|
|
191
|
+
"defaultCountMode": "Inline",
|
|
192
|
+
"refreshAfterChange": false
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"extends": {
|
|
197
|
+
"extensions": {
|
|
198
|
+
"sap.ui.controllerExtensions": {
|
|
199
|
+
"sap.suite.ui.generic.template.ListReport.view.ListReport": {
|
|
200
|
+
"controllerName": "STTA_MP.ext.controller.ListReportExtension",
|
|
201
|
+
"sap.ui.generic.app": {
|
|
202
|
+
"STTA_C_MP_Product": {
|
|
203
|
+
"EntitySet": "STTA_C_MP_Product",
|
|
204
|
+
"Actions": {
|
|
205
|
+
"CreateExt": {
|
|
206
|
+
"id": "CreateExt",
|
|
207
|
+
"text": "Create (Ext)",
|
|
208
|
+
"press": "onCreateWithParameters",
|
|
209
|
+
"determining": true,
|
|
210
|
+
"requiresSelection": true,
|
|
211
|
+
"applicablePath": "IsActiveEntity"
|
|
212
|
+
},
|
|
213
|
+
"ChangePrice": {
|
|
214
|
+
"id": "ChangePrice",
|
|
215
|
+
"text": "Change price",
|
|
216
|
+
"press": "onChangePrice",
|
|
217
|
+
"requiresSelection": true
|
|
218
|
+
},
|
|
219
|
+
"CopyWithNewSupplier": {
|
|
220
|
+
"id": "CopyWithNewSupplier",
|
|
221
|
+
"text": "Copy with new Supplier",
|
|
222
|
+
"press": "onCopyWithNewSupplier"
|
|
223
|
+
},
|
|
224
|
+
"NavtoSalesOrderVariants": {
|
|
225
|
+
"id": "NavtoSalesOrderVariants",
|
|
226
|
+
"text": "Nav With Variants",
|
|
227
|
+
"press": "navToSalesOrderVariants"
|
|
228
|
+
},
|
|
229
|
+
"globalAction": {
|
|
230
|
+
"id": "GlobalAction",
|
|
231
|
+
"text": "Global Action",
|
|
232
|
+
"press": "onGlobalAction",
|
|
233
|
+
"global": true
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"sap.suite.ui.generic.template.ObjectPage.view.Details": {
|
|
240
|
+
"controllerName": "STTA_MP.ext.controller.DetailsExtension",
|
|
241
|
+
"sap.ui.generic.app": {
|
|
242
|
+
"STTA_C_MP_Product": {
|
|
243
|
+
"EntitySet": "STTA_C_MP_Product",
|
|
244
|
+
"Header": {
|
|
245
|
+
"Actions": {
|
|
246
|
+
"ObjectPageCustomAction": {
|
|
247
|
+
"id": "ObjectPageCustomAction",
|
|
248
|
+
"text": "My Custom Action",
|
|
249
|
+
"press": "onObjectPageCustomAction"
|
|
250
|
+
},
|
|
251
|
+
"ObjectPageCustomAction2": {
|
|
252
|
+
"id": "ObjectPageCustomAction2",
|
|
253
|
+
"text": "My Custom Action (Det)",
|
|
254
|
+
"press": "onObjectPageCustomAction",
|
|
255
|
+
"determining": true,
|
|
256
|
+
"applicablePath": "IsActiveEntity"
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"Sections": {
|
|
261
|
+
"to_ProductText::com.sap.vocabularies.UI.v1.LineItem": {
|
|
262
|
+
"id": "to_ProductText::com.sap.vocabularies.UI.v1.LineItem",
|
|
263
|
+
"Actions": {
|
|
264
|
+
"MySmartTableValidate": {
|
|
265
|
+
"id": "MySmartTableValidate",
|
|
266
|
+
"text": "Validate",
|
|
267
|
+
"press": "onMySmartTableValidation"
|
|
268
|
+
},
|
|
269
|
+
"ShowDetailsExt": {
|
|
270
|
+
"id": "ShowDetailsExt_OP",
|
|
271
|
+
"text": "Show Details (Ext)",
|
|
272
|
+
"press": "onShowDetailsExt",
|
|
273
|
+
"requiresSelection": true,
|
|
274
|
+
"applicablePath": "IsActiveEntity"
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"to_ProductSalesData::com.sap.vocabularies.UI.v1.Chart": {
|
|
279
|
+
"id": "to_ProductSalesData::com.sap.vocabularies.UI.v1.Chart",
|
|
280
|
+
"Actions": {
|
|
281
|
+
"MySmartTableValidate": {
|
|
282
|
+
"id": "MySmartChartAction",
|
|
283
|
+
"text": "Hello",
|
|
284
|
+
"press": "onMySmartChartHello"
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"com.sap.vocabularies.UI.v1.FieldGroup::GeneralInformation": {
|
|
289
|
+
"id": "com.sap.vocabularies.UI.v1.FieldGroup::GeneralInformation",
|
|
290
|
+
"Actions": {
|
|
291
|
+
"MyFormAction": {
|
|
292
|
+
"id": "MyFormAction",
|
|
293
|
+
"text": "Form Action (Ext)",
|
|
294
|
+
"press": "onFormButtonPressed"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"sap.ui.viewExtensions": {
|
|
304
|
+
"sap.suite.ui.generic.template.ObjectPage.view.Details": {
|
|
305
|
+
"ResponsiveTableColumnsExtension|to_ProductText|to_ProductText::com.sap.vocabularies.UI.v1.LineItem": {},
|
|
306
|
+
"ResponsiveTableCellsExtension|to_ProductText|to_ProductText::com.sap.vocabularies.UI.v1.LineItem": {},
|
|
307
|
+
"GridTableColumnsExtension|to_ProductText|to_ProductTextNavigation::com.sap.vocabularies.UI.v1.LineItem": {}
|
|
308
|
+
},
|
|
309
|
+
"sap.suite.ui.generic.template.ListReport.view.ListReport": {
|
|
310
|
+
"SmartFilterBarControlConfigurationExtension|STTA_C_MP_Product": {
|
|
311
|
+
"className": "sap.ui.core.Fragment",
|
|
312
|
+
"fragmentName": "STTA_MP.ext.fragments.CustomFilter",
|
|
313
|
+
"type": "XML"
|
|
314
|
+
},
|
|
315
|
+
"ResponsiveTableColumnsExtension|STTA_C_MP_Product": {
|
|
316
|
+
"className": "sap.ui.core.Fragment",
|
|
317
|
+
"fragmentName": "STTA_MP.ext.fragments.ListReportResponsiveTableColumns",
|
|
318
|
+
"type": "XML"
|
|
319
|
+
},
|
|
320
|
+
"ResponsiveTableCellsExtension|STTA_C_MP_Product": {
|
|
321
|
+
"className": "sap.ui.core.Fragment",
|
|
322
|
+
"fragmentName": "STTA_MP.ext.fragments.ListReportResponsiveTableCells",
|
|
323
|
+
"type": "XML"
|
|
324
|
+
},
|
|
325
|
+
"GridTableColumnsExtension|STTA_C_MP_Product": {
|
|
326
|
+
"className": "sap.ui.core.Fragment",
|
|
327
|
+
"fragmentName": "STTA_MP.ext.fragments.ListReportGridTableColumns",
|
|
328
|
+
"type": "XML"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"contentDensities": {
|
|
335
|
+
"compact": true,
|
|
336
|
+
"cozy": true
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
"sap.ui.generic.app": {
|
|
340
|
+
"_version": "1.3.0",
|
|
341
|
+
"settings": {
|
|
342
|
+
"forceGlobalRefresh": true,
|
|
343
|
+
"inboundParameters": {
|
|
344
|
+
"Supplier": {
|
|
345
|
+
"useForCreate": true
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"objectPageDynamicHeaderTitleWithVM": true,
|
|
349
|
+
"showDraftToggle": true
|
|
350
|
+
},
|
|
351
|
+
"pages": {
|
|
352
|
+
"ListReport|STTA_C_MP_Product": {
|
|
353
|
+
"entitySet": "STTA_C_MP_Product",
|
|
354
|
+
"component": {
|
|
355
|
+
"name": "sap.suite.ui.generic.template.ListReport",
|
|
356
|
+
"list": true,
|
|
357
|
+
"settings": {
|
|
358
|
+
"tableSettings": {
|
|
359
|
+
"type": "ResponsiveTable"
|
|
360
|
+
},
|
|
361
|
+
"createWithFilters": {
|
|
362
|
+
"strategy": "extension"
|
|
363
|
+
},
|
|
364
|
+
"multiSelect": true,
|
|
365
|
+
"smartVariantManagement": true,
|
|
366
|
+
"annotationPath": "com.sap.vocabularies.UI.v1.SelectionVariant#ProductTypePR",
|
|
367
|
+
"dataLoadSettings": {
|
|
368
|
+
"loadDataOnAppLaunch": "always"
|
|
369
|
+
},
|
|
370
|
+
"_quickVariantSelection": {
|
|
371
|
+
"variants": {
|
|
372
|
+
"0": {
|
|
373
|
+
"key": "_tab1",
|
|
374
|
+
"annotationPath": "com.sap.vocabularies.UI.v1.SelectionVariant#ProductTypePR"
|
|
375
|
+
},
|
|
376
|
+
"1": {
|
|
377
|
+
"key": "_tab2",
|
|
378
|
+
"annotationPath": "com.sap.vocabularies.UI.v1.SelectionVariant#ProductTypeAD"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"quickVariantSelectionX": {
|
|
383
|
+
"enableAutoBinding": true,
|
|
384
|
+
"showCounts": true,
|
|
385
|
+
"variants": {
|
|
386
|
+
"0": {
|
|
387
|
+
"annotationPath": "test",
|
|
388
|
+
"entitySet": "test",
|
|
389
|
+
"key": "0",
|
|
390
|
+
"showItemNavigationOnChart": false,
|
|
391
|
+
"tableSettings": {
|
|
392
|
+
"multiSelect": false,
|
|
393
|
+
"selectAll": false,
|
|
394
|
+
"selectionLimit": 10,
|
|
395
|
+
"type": "GridTable"
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
"pages": {
|
|
403
|
+
"ObjectPage|STTA_C_MP_Product": {
|
|
404
|
+
"entitySet": "STTA_C_MP_Product",
|
|
405
|
+
"component": {
|
|
406
|
+
"name": "sap.suite.ui.generic.template.ObjectPage",
|
|
407
|
+
"settings": {
|
|
408
|
+
"showRelatedApps": true,
|
|
409
|
+
"test": "not imported ✅",
|
|
410
|
+
"tableType": "ResponsiveTable",
|
|
411
|
+
"editableHeaderContent": true,
|
|
412
|
+
"showConfirmationOnDraftActivate": true,
|
|
413
|
+
"sections": {
|
|
414
|
+
"test": "not imported ✅",
|
|
415
|
+
"to_ProductText::com.sap.vocabularies.UI.v1.LineItem": {
|
|
416
|
+
"test": "not imported ✅",
|
|
417
|
+
"navigationProperty": "to_ProductText",
|
|
418
|
+
"entitySet": "STTA_C_MP_ProductText",
|
|
419
|
+
"multiSelect": true,
|
|
420
|
+
"createMode": "inline",
|
|
421
|
+
"tableSettings": {
|
|
422
|
+
"variantManagement": true,
|
|
423
|
+
"test": "not imported ✅"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"to_ProductSalesData::com.sap.vocabularies.UI.v1.Chart": {
|
|
427
|
+
"test": "not imported ✅",
|
|
428
|
+
"chartSettings": {
|
|
429
|
+
"variantManagement": true,
|
|
430
|
+
"test": "not imported ✅"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"to_ProductText::@com.sap.vocabularies.UI.v1.LineItem": {
|
|
434
|
+
"test": "not imported ✅",
|
|
435
|
+
"createMode": "inline"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"embeddedComponents": {
|
|
441
|
+
"stateTest": {
|
|
442
|
+
"id": "stateTest",
|
|
443
|
+
"componentUsage": "stateTest",
|
|
444
|
+
"title": "{{stateReuse}}",
|
|
445
|
+
"settings": {
|
|
446
|
+
"stRefreshTrigger": "{Price}"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"situationsTest": {
|
|
450
|
+
"id": "situationsTest",
|
|
451
|
+
"componentName": "STTA_MP.reuseComponents.situationsTest",
|
|
452
|
+
"title": "{{situationsReuse}}",
|
|
453
|
+
"settings": {
|
|
454
|
+
"productKey": "{Supplier}",
|
|
455
|
+
"stRefreshTrigger": "{myRefreshModel>/refreshTrigger}"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"tableTest": {
|
|
459
|
+
"id": "tableTest",
|
|
460
|
+
"componentName": "STTA_MP.reuseComponents.tableTest",
|
|
461
|
+
"title": "{{SalesPriceReuse}}",
|
|
462
|
+
"settings": {
|
|
463
|
+
"navigationProperty": "to_ProductSalesPrice",
|
|
464
|
+
"stRefreshTrigger": "{= ${Price}+${Supplier}}"
|
|
465
|
+
},
|
|
466
|
+
"leadingSectionIdOrPath": "GeneralInformation"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"pages": {
|
|
470
|
+
"ObjectPage|to_ProductText": {
|
|
471
|
+
"navigationProperty": "to_ProductText",
|
|
472
|
+
"entitySet": "STTA_C_MP_ProductText",
|
|
473
|
+
"component": {
|
|
474
|
+
"name": "sap.suite.ui.generic.template.ObjectPage"
|
|
475
|
+
},
|
|
476
|
+
"embeddedComponents": {
|
|
477
|
+
"stateTest": {
|
|
478
|
+
"id": "stateTest",
|
|
479
|
+
"componentName": "STTA_MP.reuseComponents.stateTest",
|
|
480
|
+
"title": "{{stateReuse}}"
|
|
481
|
+
},
|
|
482
|
+
"tableTest": {
|
|
483
|
+
"id": "tableTest",
|
|
484
|
+
"componentName": "STTA_MP.reuseComponents.tableTest",
|
|
485
|
+
"title": "{{SalesPriceReuse}}",
|
|
486
|
+
"settings": {
|
|
487
|
+
"stRefreshTrigger": "{Description}",
|
|
488
|
+
"navigationProperty": "to_ProductSalesPrice"
|
|
489
|
+
},
|
|
490
|
+
"leadingSectionIdOrPath": "GeneralInformation"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"ObjectPage|to_ProductSalesData": {
|
|
495
|
+
"navigationProperty": "to_ProductSalesData",
|
|
496
|
+
"entitySet": "STTA_C_MP_ProductSalesData",
|
|
497
|
+
"component": {
|
|
498
|
+
"name": "sap.suite.ui.generic.template.ObjectPage"
|
|
499
|
+
},
|
|
500
|
+
"navigation": {
|
|
501
|
+
"display": {
|
|
502
|
+
"path": "sap.app.crossNavigation.outbounds",
|
|
503
|
+
"target": "EPMProductManage"
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
"ObjectPage|to_ProductSalesPrice": {
|
|
508
|
+
"navigationProperty": "to_ProductSalesPrice",
|
|
509
|
+
"entitySet": "STTA_C_MP_ProductSalesPrice",
|
|
510
|
+
"component": {
|
|
511
|
+
"name": "sap.suite.ui.generic.template.ObjectPage"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
"ObjectPage|STTA_C_MP_ProductText": {
|
|
515
|
+
"component": {
|
|
516
|
+
"name": "sap.suite.ui.generic.template.ObjectPage"
|
|
517
|
+
},
|
|
518
|
+
"entitySet": "STTA_C_MP_ProductText",
|
|
519
|
+
"navigationProperty": "to_ProductText"
|
|
520
|
+
},
|
|
521
|
+
"ObjectPage|STTA_C_MP_ProductSalesData": {
|
|
522
|
+
"component": {
|
|
523
|
+
"name": "sap.suite.ui.generic.template.ObjectPage"
|
|
524
|
+
},
|
|
525
|
+
"entitySet": "STTA_C_MP_ProductSalesData",
|
|
526
|
+
"navigationProperty": "to_ProductSalesData"
|
|
527
|
+
},
|
|
528
|
+
"ObjectPage|STTA_C_MP_ProductSalesPrice": {
|
|
529
|
+
"component": {
|
|
530
|
+
"name": "sap.suite.ui.generic.template.ObjectPage"
|
|
531
|
+
},
|
|
532
|
+
"entitySet": "STTA_C_MP_ProductSalesPrice",
|
|
533
|
+
"navigationProperty": "to_ProductSalesPrice"
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
"sap.fiori": {
|
|
542
|
+
"_version": "1.1.0",
|
|
543
|
+
"registrationIds": [],
|
|
544
|
+
"archeType": "transactional"
|
|
545
|
+
},
|
|
546
|
+
"sap.platform.hcp": {
|
|
547
|
+
"_version": "1.2.0",
|
|
548
|
+
"uri": ""
|
|
549
|
+
}
|
|
550
|
+
}
|