@sap/ux-specification 1.102.14 → 1.102.15
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/dist/documentation/runDocu-min.js.map +1 -1
- 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-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 +104 -104
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +7 -6
- package/dist/schemas/v2/ApplicationV2.json +5 -2
- package/dist/schemas/v2/ListReportConfig.json +0 -25
- package/dist/schemas/v2/ObjectPageConfig.json +4 -4
- package/dist/schemas/v4/ApplicationV4.json +16 -13
- package/dist/schemas/v4/BuildingBlocksConfig.json +50 -30
- package/dist/schemas/v4/ListReportConfig.json +195 -27
- package/dist/schemas/v4/ObjectPageConfig.json +9 -9
- package/dist/src/api.d.ts.map +1 -1
- package/dist/src/api.js +9 -9
- package/dist/src/api.js.map +1 -1
- package/dist/src/sync/common/appProvider.d.ts +1 -0
- package/dist/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/src/sync/common/appProvider.js +5 -3
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/factory.d.ts +7 -7
- package/dist/src/sync/common/decoration/factory.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/factory.js +2 -2
- package/dist/src/sync/common/decoration/factory.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +3 -3
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +9 -2
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +28 -3
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +2 -1
- package/dist/src/sync/common/importProject.d.ts +15 -2
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +71 -35
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +8 -8
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +10 -10
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +2 -1
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +8 -8
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +0 -4
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +0 -40
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/export.js +2 -2
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +10 -9
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/factory.js +4 -4
- package/dist/src/sync/v2/export/factory.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.d.ts.map +1 -1
- package/dist/src/sync/v2/export/manifest.js +2 -2
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +20 -27
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts +12 -12
- package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/generate.js +61 -45
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +1 -3
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js +5 -11
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +1 -2
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +68 -81
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +2 -2
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +2 -2
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js +2 -2
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +2 -2
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +3 -3
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +12 -12
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +9 -9
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +16 -16
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +3 -3
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +3 -3
- package/dist/src/sync/v2/types.d.ts.map +1 -1
- package/dist/src/sync/v2/types.js +1 -1
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/application.d.ts +2 -0
- package/dist/src/sync/v4/application.d.ts.map +1 -1
- package/dist/src/sync/v4/application.js +10 -2
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts +8 -1
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js +56 -2
- package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Header.d.ts +9 -0
- package/dist/src/sync/v4/export/controls/Header.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/Header.js +10 -0
- package/dist/src/sync/v4/export/controls/Header.js.map +1 -0
- package/dist/src/sync/v4/export/controls/HeaderAction.d.ts +16 -0
- package/dist/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/HeaderAction.js +94 -0
- package/dist/src/sync/v4/export/controls/HeaderAction.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +3 -3
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +5 -6
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js +11 -29
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +6 -6
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/controls/index.d.ts +2 -0
- package/dist/src/sync/v4/export/controls/index.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/index.js +2 -0
- package/dist/src/sync/v4/export/controls/index.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts +1 -1
- package/dist/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/src/sync/v4/export/export.js +63 -35
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/factory.js +3 -3
- package/dist/src/sync/v4/export/factory.js.map +1 -1
- package/dist/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/src/sync/v4/export/fpmCustomPage.js +5 -5
- package/dist/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.d.ts +1 -1
- package/dist/src/sync/v4/export/manifest.d.ts.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +40 -30
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ListReport.d.ts +2 -1
- package/dist/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
- package/dist/src/sync/v4/export/pages/ListReport.js +7 -4
- package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.js +1 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +2 -2
- package/dist/src/sync/v4/export/types.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +17 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js +71 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +11 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js +169 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts +13 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -0
- package/dist/src/sync/v4/generate/{fpmCustomPage.js → fpm-custom-page/generator.js} +57 -33
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.d.ts +3 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.js +8 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -0
- package/dist/src/sync/v4/generate/generate.d.ts +3 -3
- package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.js +19 -10
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/index.d.ts +1 -1
- package/dist/src/sync/v4/generate/index.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/index.js +2 -2
- package/dist/src/sync/v4/generate/index.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +13 -3
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +146 -24
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts +2 -2
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +18 -28
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts +1 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.js +5 -7
- package/dist/src/sync/v4/import/app/baseAppProvider.js.map +1 -1
- package/dist/src/sync/v4/import/pages/fpmCustomPage.js +3 -3
- package/dist/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +57 -0
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +8 -8
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js +3 -3
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/src/sync/v4/types.d.ts +9 -0
- package/dist/src/sync/v4/types.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +26 -4
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +50 -17
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +8 -7
- package/dist/scripts/extractDocu.d.ts +0 -2
- package/dist/scripts/extractDocu.d.ts.map +0 -1
- package/dist/scripts/extractDocu.js +0 -514
- package/dist/scripts/extractDocu.js.map +0 -1
- package/dist/scripts/macros/api.d.ts +0 -9
- package/dist/scripts/macros/api.d.ts.map +0 -1
- package/dist/scripts/macros/api.js +0 -161
- package/dist/scripts/macros/api.js.map +0 -1
- package/dist/scripts/macros/cmd.d.ts +0 -7
- package/dist/scripts/macros/cmd.d.ts.map +0 -1
- package/dist/scripts/macros/cmd.js +0 -49
- package/dist/scripts/macros/cmd.js.map +0 -1
- package/dist/scripts/macros/corrections.d.ts +0 -18
- package/dist/scripts/macros/corrections.d.ts.map +0 -1
- package/dist/scripts/macros/corrections.js +0 -188
- package/dist/scripts/macros/corrections.js.map +0 -1
- package/dist/scripts/macros/index.d.ts +0 -2
- package/dist/scripts/macros/index.d.ts.map +0 -1
- package/dist/scripts/macros/index.js +0 -8
- package/dist/scripts/macros/index.js.map +0 -1
- package/dist/scripts/macros/schema.d.ts +0 -9
- package/dist/scripts/macros/schema.d.ts.map +0 -1
- package/dist/scripts/macros/schema.js +0 -201
- package/dist/scripts/macros/schema.js.map +0 -1
- package/dist/scripts/macros/types.d.ts +0 -77
- package/dist/scripts/macros/types.d.ts.map +0 -1
- package/dist/scripts/macros/types.js +0 -14
- package/dist/scripts/macros/types.js.map +0 -1
- package/dist/scripts/runDocu.d.ts +0 -2
- package/dist/scripts/runDocu.d.ts.map +0 -1
- package/dist/scripts/runDocu.js +0 -581
- package/dist/scripts/runDocu.js.map +0 -1
- package/dist/scripts/spec.d.ts +0 -2
- package/dist/scripts/spec.d.ts.map +0 -1
- package/dist/scripts/spec.js +0 -113
- package/dist/scripts/spec.js.map +0 -1
- package/dist/scripts/to-json-schema.d.ts +0 -11
- package/dist/scripts/to-json-schema.d.ts.map +0 -1
- package/dist/scripts/to-json-schema.js +0 -154
- package/dist/scripts/to-json-schema.js.map +0 -1
- package/dist/src/sync/v4/generate/fpmCustomPage.d.ts +0 -10
- package/dist/src/sync/v4/generate/fpmCustomPage.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/fpmCustomPage.js.map +0 -1
package/dist/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.102.
|
|
3
|
+
"version": "1.102.15",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
7
|
-
"dist"
|
|
7
|
+
"dist",
|
|
8
|
+
"!dist/scripts"
|
|
8
9
|
],
|
|
9
10
|
"main": "dist/index-min.js",
|
|
10
11
|
"engines": {
|
|
@@ -43,17 +44,18 @@
|
|
|
43
44
|
"iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
|
|
44
45
|
"iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
|
|
45
46
|
"htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
|
|
46
|
-
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html"
|
|
47
|
+
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
48
|
+
"deleteSnapshots": "rimraf **/_file_snapshots_"
|
|
47
49
|
},
|
|
48
50
|
"publisher": "SAPSE",
|
|
49
51
|
"license": "SEE LICENSE IN LICENSE",
|
|
50
52
|
"dependencies": {
|
|
51
|
-
"@sap-ux/fe-fpm-writer": "0.
|
|
53
|
+
"@sap-ux/fe-fpm-writer": "0.18.3",
|
|
52
54
|
"@sap-ux/vocabularies-types": "0.6.8"
|
|
53
55
|
},
|
|
54
56
|
"devDependencies": {
|
|
55
57
|
"@sap-ux/annotation-converter": "0.5.20",
|
|
56
|
-
"@sap/ux-specification-types": "1.102.
|
|
58
|
+
"@sap/ux-specification-types": "1.102.15",
|
|
57
59
|
"@sap-ux/edmx-parser": "0.5.13",
|
|
58
60
|
"@sapui5/ts-types-esm": "1.100.2",
|
|
59
61
|
"@types/d3": "7.1.0",
|
|
@@ -79,7 +81,6 @@
|
|
|
79
81
|
"reflect-metadata": "0.1.13",
|
|
80
82
|
"sax": "1.2.4",
|
|
81
83
|
"semver": "7.3.5",
|
|
82
|
-
"ts-json-schema-generator": "0.96.0",
|
|
83
84
|
"typescript-json-schema": "0.53.0",
|
|
84
85
|
"xml-js": "1.6.11"
|
|
85
86
|
},
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"type": "object",
|
|
130
130
|
"properties": {
|
|
131
131
|
"pageType": {
|
|
132
|
-
"$ref": "#/definitions/
|
|
132
|
+
"$ref": "#/definitions/PageTypeV2"
|
|
133
133
|
},
|
|
134
134
|
"name": {
|
|
135
135
|
"type": "string"
|
|
@@ -137,6 +137,9 @@
|
|
|
137
137
|
"entitySet": {
|
|
138
138
|
"type": "string"
|
|
139
139
|
},
|
|
140
|
+
"contextPath": {
|
|
141
|
+
"type": "string"
|
|
142
|
+
},
|
|
140
143
|
"navigationProperty": {
|
|
141
144
|
"type": "string"
|
|
142
145
|
},
|
|
@@ -167,7 +170,7 @@
|
|
|
167
170
|
},
|
|
168
171
|
"additionalProperties": false
|
|
169
172
|
},
|
|
170
|
-
"
|
|
173
|
+
"PageTypeV2": {
|
|
171
174
|
"enum": [
|
|
172
175
|
"AnalyticalListPage",
|
|
173
176
|
"CustomPage",
|
|
@@ -88,11 +88,6 @@
|
|
|
88
88
|
"type": "boolean",
|
|
89
89
|
"artifactType": "Manifest"
|
|
90
90
|
},
|
|
91
|
-
"showDraftToggle": {
|
|
92
|
-
"description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
|
|
93
|
-
"type": "boolean",
|
|
94
|
-
"artifactType": "Manifest"
|
|
95
|
-
},
|
|
96
91
|
"createWithParameterDialog": {
|
|
97
92
|
"$ref": "#/definitions/Fields4Dialog",
|
|
98
93
|
"description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
|
|
@@ -666,11 +661,6 @@
|
|
|
666
661
|
"type": "boolean",
|
|
667
662
|
"artifactType": "Manifest"
|
|
668
663
|
},
|
|
669
|
-
"showDraftToggle": {
|
|
670
|
-
"description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
|
|
671
|
-
"type": "boolean",
|
|
672
|
-
"artifactType": "Manifest"
|
|
673
|
-
},
|
|
674
664
|
"createWithParameterDialog": {
|
|
675
665
|
"$ref": "#/definitions/Fields4Dialog",
|
|
676
666
|
"description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
|
|
@@ -765,11 +755,6 @@
|
|
|
765
755
|
"type": "boolean",
|
|
766
756
|
"artifactType": "Manifest"
|
|
767
757
|
},
|
|
768
|
-
"showDraftToggle": {
|
|
769
|
-
"description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
|
|
770
|
-
"type": "boolean",
|
|
771
|
-
"artifactType": "Manifest"
|
|
772
|
-
},
|
|
773
758
|
"createWithParameterDialog": {
|
|
774
759
|
"$ref": "#/definitions/Fields4Dialog",
|
|
775
760
|
"description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
|
|
@@ -889,11 +874,6 @@
|
|
|
889
874
|
"description": "createWithFilters adds a new create action that uses the filter settings as input.",
|
|
890
875
|
"artifactType": "Manifest"
|
|
891
876
|
},
|
|
892
|
-
"showDraftToggle": {
|
|
893
|
-
"description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
|
|
894
|
-
"type": "boolean",
|
|
895
|
-
"artifactType": "Manifest"
|
|
896
|
-
},
|
|
897
877
|
"growingThreshold": {
|
|
898
878
|
"description": "growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
|
|
899
879
|
"type": "number",
|
|
@@ -1059,11 +1039,6 @@
|
|
|
1059
1039
|
"description": "createWithFilters adds a new create action that uses the filter settings as input.",
|
|
1060
1040
|
"artifactType": "Manifest"
|
|
1061
1041
|
},
|
|
1062
|
-
"showDraftToggle": {
|
|
1063
|
-
"description": "In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.",
|
|
1064
|
-
"type": "boolean",
|
|
1065
|
-
"artifactType": "Manifest"
|
|
1066
|
-
},
|
|
1067
1042
|
"growingThreshold": {
|
|
1068
1043
|
"description": "growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
|
|
1069
1044
|
"type": "number",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"controlType": "sap.f.Avatar"
|
|
106
106
|
},
|
|
107
107
|
"actions": {
|
|
108
|
-
"$ref": "#/definitions/
|
|
108
|
+
"$ref": "#/definitions/ObjectPageHeaderActions",
|
|
109
109
|
"description": "Set properties of actions on Object Page Header"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -118,13 +118,13 @@
|
|
|
118
118
|
],
|
|
119
119
|
"type": "string"
|
|
120
120
|
},
|
|
121
|
-
"
|
|
121
|
+
"ObjectPageHeaderActions": {
|
|
122
122
|
"type": "object",
|
|
123
123
|
"additionalProperties": {
|
|
124
|
-
"$ref": "#/definitions/
|
|
124
|
+
"$ref": "#/definitions/ObjectPageHeaderAction"
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
-
"
|
|
127
|
+
"ObjectPageHeaderAction": {
|
|
128
128
|
"description": "Header Action",
|
|
129
129
|
"isViewNode": true,
|
|
130
130
|
"type": "object",
|
|
@@ -126,15 +126,18 @@
|
|
|
126
126
|
"PageV4": {
|
|
127
127
|
"type": "object",
|
|
128
128
|
"properties": {
|
|
129
|
-
"pageType": {
|
|
130
|
-
"$ref": "#/definitions/PageTypeV4"
|
|
131
|
-
},
|
|
132
129
|
"view": {
|
|
133
130
|
"$ref": "#/definitions/PageView"
|
|
134
131
|
},
|
|
135
132
|
"controlAggregation": {
|
|
136
133
|
"$ref": "#/definitions/FlexibleColumnLayoutAggregations"
|
|
137
134
|
},
|
|
135
|
+
"pageType": {
|
|
136
|
+
"$ref": "#/definitions/PageTypeV4"
|
|
137
|
+
},
|
|
138
|
+
"contextPath": {
|
|
139
|
+
"type": "string"
|
|
140
|
+
},
|
|
138
141
|
"name": {
|
|
139
142
|
"type": "string"
|
|
140
143
|
},
|
|
@@ -171,16 +174,6 @@
|
|
|
171
174
|
},
|
|
172
175
|
"additionalProperties": false
|
|
173
176
|
},
|
|
174
|
-
"PageTypeV4": {
|
|
175
|
-
"enum": [
|
|
176
|
-
"AnalyticalListPage",
|
|
177
|
-
"CustomPage",
|
|
178
|
-
"FPMCustomPage",
|
|
179
|
-
"ListReport",
|
|
180
|
-
"ObjectPage"
|
|
181
|
-
],
|
|
182
|
-
"type": "string"
|
|
183
|
-
},
|
|
184
177
|
"PageView": {
|
|
185
178
|
"type": "object",
|
|
186
179
|
"properties": {
|
|
@@ -214,6 +207,16 @@
|
|
|
214
207
|
],
|
|
215
208
|
"type": "string"
|
|
216
209
|
},
|
|
210
|
+
"PageTypeV4": {
|
|
211
|
+
"enum": [
|
|
212
|
+
"AnalyticalListPage",
|
|
213
|
+
"CustomPage",
|
|
214
|
+
"FPMCustomPage",
|
|
215
|
+
"ListReport",
|
|
216
|
+
"ObjectPage"
|
|
217
|
+
],
|
|
218
|
+
"type": "string"
|
|
219
|
+
},
|
|
217
220
|
"PageConfig": {
|
|
218
221
|
"type": "object",
|
|
219
222
|
"properties": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"sap.fe.macros.Chart": {
|
|
86
|
-
"description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected
|
|
86
|
+
"description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
|
|
87
87
|
"isViewNode": true,
|
|
88
88
|
"type": "object",
|
|
89
89
|
"properties": {
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
"sap.fe.macros.Field": {
|
|
154
|
-
"description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type
|
|
154
|
+
"description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nUsage example:\n\n<macro:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
|
|
155
155
|
"isViewNode": true,
|
|
156
156
|
"type": "object",
|
|
157
157
|
"properties": {
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
},
|
|
187
187
|
"readOnly": {
|
|
188
188
|
"type": "boolean",
|
|
189
|
-
"description": "An expression that allows you to control the read-only state of the field
|
|
189
|
+
"description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
190
190
|
"metadata": {
|
|
191
191
|
"type": "Property"
|
|
192
192
|
}
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
}
|
|
214
214
|
},
|
|
215
215
|
"sap.fe.macros.FilterBar": {
|
|
216
|
-
"description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\n\nUsually, a SelectionFields annotation is expected
|
|
216
|
+
"description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macro:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
|
|
217
217
|
"isViewNode": true,
|
|
218
218
|
"type": "object",
|
|
219
219
|
"properties": {
|
|
@@ -238,6 +238,17 @@
|
|
|
238
238
|
"type": "Property"
|
|
239
239
|
}
|
|
240
240
|
},
|
|
241
|
+
"filterFields": {
|
|
242
|
+
"type": "object",
|
|
243
|
+
"additionalProperties": {
|
|
244
|
+
"$ref": "#/definitions/sap.fe.macros.FilterField"
|
|
245
|
+
},
|
|
246
|
+
"isViewNode": true,
|
|
247
|
+
"metadata": {
|
|
248
|
+
"path": [],
|
|
249
|
+
"type": "Aggregation"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
241
252
|
"filterChanged": {
|
|
242
253
|
"type": "string",
|
|
243
254
|
"description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
|
|
@@ -260,7 +271,7 @@
|
|
|
260
271
|
}
|
|
261
272
|
},
|
|
262
273
|
"sap.fe.macros.Form": {
|
|
263
|
-
"description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a
|
|
274
|
+
"description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a CollectionFacet\nUsage example:\n\n<macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
|
|
264
275
|
"isViewNode": true,
|
|
265
276
|
"type": "object",
|
|
266
277
|
"properties": {
|
|
@@ -300,7 +311,7 @@
|
|
|
300
311
|
}
|
|
301
312
|
},
|
|
302
313
|
"sap.fe.macros.Table": {
|
|
303
|
-
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem or PresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet
|
|
314
|
+
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem or PresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\nUsage example:\n\n<macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
|
|
304
315
|
"isViewNode": true,
|
|
305
316
|
"type": "object",
|
|
306
317
|
"properties": {
|
|
@@ -404,35 +415,35 @@
|
|
|
404
415
|
"type": "string"
|
|
405
416
|
}
|
|
406
417
|
],
|
|
407
|
-
"description": "Controls which options should be enabled for the table personalization dialog
|
|
418
|
+
"description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\n\nIf it is set to `false`, personalization is disabled.\n\n\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\n\nAvailable options are:\n\n - Sort\n\n - Column\n\n - Filter\n\n",
|
|
408
419
|
"metadata": {
|
|
409
420
|
"type": "Property"
|
|
410
421
|
}
|
|
411
422
|
},
|
|
412
423
|
"readOnly": {
|
|
413
424
|
"type": "boolean",
|
|
414
|
-
"description": "An expression that allows you to control the 'read-only' state of the table
|
|
425
|
+
"description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
415
426
|
"metadata": {
|
|
416
427
|
"type": "Property"
|
|
417
428
|
}
|
|
418
429
|
},
|
|
419
430
|
"selectionMode": {
|
|
420
431
|
"type": "string",
|
|
421
|
-
"description": "Defines the selection mode to be used by the table
|
|
432
|
+
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto`\n",
|
|
422
433
|
"metadata": {
|
|
423
434
|
"type": "Property"
|
|
424
435
|
}
|
|
425
436
|
},
|
|
426
437
|
"type": {
|
|
427
438
|
"type": "string",
|
|
428
|
-
"description": "Defines the type of table that will be used by the building block to render the data
|
|
439
|
+
"description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable` and `ResponsiveTable`\n",
|
|
429
440
|
"metadata": {
|
|
430
441
|
"type": "Property"
|
|
431
442
|
}
|
|
432
443
|
},
|
|
433
444
|
"variantManagement": {
|
|
434
445
|
"type": "string",
|
|
435
|
-
"description": "Controls the kind of variant management that should be enabled for the table
|
|
446
|
+
"description": "Controls the kind of variant management that should be enabled for the table.\nAllowed values are `Page`, `Control` and `None`.\n\nIf the table is used within a SAP Fiori elements template, the default value will be taken from the current page variant management.\n\nOtherwise it's `None`.\n",
|
|
436
447
|
"metadata": {
|
|
437
448
|
"type": "Property"
|
|
438
449
|
}
|
|
@@ -445,7 +456,6 @@
|
|
|
445
456
|
}
|
|
446
457
|
},
|
|
447
458
|
"actions": {
|
|
448
|
-
"description": "actions",
|
|
449
459
|
"type": "object",
|
|
450
460
|
"additionalProperties": {
|
|
451
461
|
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
@@ -457,7 +467,6 @@
|
|
|
457
467
|
}
|
|
458
468
|
},
|
|
459
469
|
"columns": {
|
|
460
|
-
"description": "columns",
|
|
461
470
|
"type": "object",
|
|
462
471
|
"additionalProperties": {
|
|
463
472
|
"$ref": "#/definitions/sap.fe.macros.table.Column"
|
|
@@ -470,7 +479,7 @@
|
|
|
470
479
|
},
|
|
471
480
|
"rowPress": {
|
|
472
481
|
"type": "string",
|
|
473
|
-
"description": "An event triggered when the user chooses a row; the event contains information about which row was chosen
|
|
482
|
+
"description": "An event triggered when the user chooses a row; the event contains information about which row was chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
474
483
|
"metadata": {
|
|
475
484
|
"type": "Event"
|
|
476
485
|
}
|
|
@@ -516,7 +525,6 @@
|
|
|
516
525
|
}
|
|
517
526
|
},
|
|
518
527
|
"actions": {
|
|
519
|
-
"description": "actions",
|
|
520
528
|
"type": "object",
|
|
521
529
|
"additionalProperties": {
|
|
522
530
|
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
@@ -541,42 +549,42 @@
|
|
|
541
549
|
"properties": {
|
|
542
550
|
"displayMode": {
|
|
543
551
|
"type": "string",
|
|
544
|
-
"description": " Defines how the field value and associated text will be displayed together
|
|
552
|
+
"description": " Defines how the field value and associated text will be displayed together.\n\n Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n",
|
|
545
553
|
"metadata": {
|
|
546
554
|
"type": "Property"
|
|
547
555
|
}
|
|
548
556
|
},
|
|
549
557
|
"measureDisplayMode": {
|
|
550
558
|
"type": "string",
|
|
551
|
-
"description": "Defines if and how the field measure will be displayed
|
|
559
|
+
"description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
|
|
552
560
|
"metadata": {
|
|
553
561
|
"type": "Property"
|
|
554
562
|
}
|
|
555
563
|
},
|
|
556
564
|
"textExpandBehaviorDisplay": {
|
|
557
565
|
"type": "string",
|
|
558
|
-
"description": "Defines how the full text will be displayed
|
|
566
|
+
"description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
|
|
559
567
|
"metadata": {
|
|
560
568
|
"type": "Property"
|
|
561
569
|
}
|
|
562
570
|
},
|
|
563
571
|
"textLinesEdit": {
|
|
564
572
|
"type": "number",
|
|
565
|
-
"description": "Maximum number of lines for multiline texts in edit mode
|
|
573
|
+
"description": "Maximum number of lines for multiline texts in edit mode.\n",
|
|
566
574
|
"metadata": {
|
|
567
575
|
"type": "Property"
|
|
568
576
|
}
|
|
569
577
|
},
|
|
570
578
|
"textMaxCharactersDisplay": {
|
|
571
579
|
"type": "number",
|
|
572
|
-
"description": "Maximum number of characters from the beginning of the text field that are shown initially
|
|
580
|
+
"description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
|
|
573
581
|
"metadata": {
|
|
574
582
|
"type": "Property"
|
|
575
583
|
}
|
|
576
584
|
},
|
|
577
585
|
"textMaxLines": {
|
|
578
586
|
"type": "number",
|
|
579
|
-
"description": "Maximum number of lines that multiline texts in edit mode can grow to
|
|
587
|
+
"description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
|
|
580
588
|
"metadata": {
|
|
581
589
|
"type": "Property"
|
|
582
590
|
}
|
|
@@ -589,7 +597,7 @@
|
|
|
589
597
|
}
|
|
590
598
|
},
|
|
591
599
|
"sap.fe.macros.FilterField": {
|
|
592
|
-
"description": "Definition of a custom filter to be used inside the FilterBar
|
|
600
|
+
"description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\n",
|
|
593
601
|
"isViewNode": true,
|
|
594
602
|
"type": "object",
|
|
595
603
|
"properties": {
|
|
@@ -623,10 +631,14 @@
|
|
|
623
631
|
},
|
|
624
632
|
"placement": {
|
|
625
633
|
"type": "string",
|
|
626
|
-
"description": "Defines where this filter should be placed relative to the defined
|
|
634
|
+
"description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
627
635
|
"metadata": {
|
|
628
636
|
"type": "Property"
|
|
629
|
-
}
|
|
637
|
+
},
|
|
638
|
+
"enum": [
|
|
639
|
+
"After",
|
|
640
|
+
"Before"
|
|
641
|
+
]
|
|
630
642
|
},
|
|
631
643
|
"showMessages": {
|
|
632
644
|
"type": "boolean",
|
|
@@ -677,10 +689,14 @@
|
|
|
677
689
|
},
|
|
678
690
|
"placement": {
|
|
679
691
|
"type": "string",
|
|
680
|
-
"description": "Defines where this action should be placed relative to the defined
|
|
692
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
681
693
|
"metadata": {
|
|
682
694
|
"type": "Property"
|
|
683
|
-
}
|
|
695
|
+
},
|
|
696
|
+
"enum": [
|
|
697
|
+
"After",
|
|
698
|
+
"Before"
|
|
699
|
+
]
|
|
684
700
|
},
|
|
685
701
|
"press": {
|
|
686
702
|
"type": "string",
|
|
@@ -711,7 +727,7 @@
|
|
|
711
727
|
}
|
|
712
728
|
},
|
|
713
729
|
"sap.fe.macros.table.Column": {
|
|
714
|
-
"description": "Definition of a custom column to be used inside the table
|
|
730
|
+
"description": "Definition of a custom column to be used inside the table.\nThe template for the column has to be provided as the default aggregation\n",
|
|
715
731
|
"isViewNode": true,
|
|
716
732
|
"type": "object",
|
|
717
733
|
"properties": {
|
|
@@ -731,7 +747,7 @@
|
|
|
731
747
|
},
|
|
732
748
|
"importance": {
|
|
733
749
|
"type": "string",
|
|
734
|
-
"description": "Defines the column
|
|
750
|
+
"description": "Defines the column importance\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
|
|
735
751
|
"metadata": {
|
|
736
752
|
"type": "Property"
|
|
737
753
|
}
|
|
@@ -745,10 +761,14 @@
|
|
|
745
761
|
},
|
|
746
762
|
"placement": {
|
|
747
763
|
"type": "string",
|
|
748
|
-
"description": "Defines where this column should be placed relative to the defined
|
|
764
|
+
"description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
749
765
|
"metadata": {
|
|
750
766
|
"type": "Property"
|
|
751
|
-
}
|
|
767
|
+
},
|
|
768
|
+
"enum": [
|
|
769
|
+
"After",
|
|
770
|
+
"Before"
|
|
771
|
+
]
|
|
752
772
|
}
|
|
753
773
|
},
|
|
754
774
|
"additionalProperties": false,
|