@sap/ux-specification 1.96.29 → 1.96.31
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 +114 -114
- 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/ObjectPageConfig.json +4 -4
- package/dist/schemas/v4/ApplicationV4.json +16 -13
- package/dist/schemas/v4/BuildingBlocksConfig.json +37 -22
- package/dist/schemas/v4/ListReportConfig.json +192 -24
- 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 +16 -8
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +26 -11
- 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.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/export.js +1 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +9 -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 +22 -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 +7 -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 +70 -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 -2
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js +48 -4
- 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 +62 -34
- 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 +148 -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 +20 -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 +7 -6
- 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.96.
|
|
3
|
+
"version": "1.96.31",
|
|
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.4",
|
|
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.96.
|
|
58
|
+
"@sap/ux-specification-types": "1.96.31",
|
|
57
59
|
"@sap-ux/edmx-parser": "0.5.13",
|
|
58
60
|
"@sapui5/ts-types-esm": "1.96.8",
|
|
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",
|
|
@@ -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": {
|
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"fields": {
|
|
69
|
-
"description": "fields",
|
|
70
69
|
"type": "object",
|
|
71
70
|
"additionalProperties": {
|
|
72
71
|
"$ref": "#/definitions/sap.ui.core.Control"
|
|
@@ -254,7 +253,7 @@
|
|
|
254
253
|
}
|
|
255
254
|
},
|
|
256
255
|
"sap.fe.macros.Chart": {
|
|
257
|
-
"description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected
|
|
256
|
+
"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",
|
|
258
257
|
"isViewNode": true,
|
|
259
258
|
"type": "object",
|
|
260
259
|
"properties": {
|
|
@@ -317,7 +316,7 @@
|
|
|
317
316
|
}
|
|
318
317
|
},
|
|
319
318
|
"sap.fe.macros.Field": {
|
|
320
|
-
"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
|
|
319
|
+
"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",
|
|
321
320
|
"isViewNode": true,
|
|
322
321
|
"type": "object",
|
|
323
322
|
"properties": {
|
|
@@ -352,7 +351,7 @@
|
|
|
352
351
|
},
|
|
353
352
|
"readOnly": {
|
|
354
353
|
"type": "boolean",
|
|
355
|
-
"description": "An expression that allows you to control the read-only state of the field
|
|
354
|
+
"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",
|
|
356
355
|
"metadata": {
|
|
357
356
|
"type": "Property"
|
|
358
357
|
}
|
|
@@ -379,7 +378,7 @@
|
|
|
379
378
|
}
|
|
380
379
|
},
|
|
381
380
|
"sap.fe.macros.FilterBar": {
|
|
382
|
-
"description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\n\nUsually, a SelectionFields annotation is expected
|
|
381
|
+
"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",
|
|
383
382
|
"isViewNode": true,
|
|
384
383
|
"type": "object",
|
|
385
384
|
"properties": {
|
|
@@ -404,6 +403,17 @@
|
|
|
404
403
|
"type": "Property"
|
|
405
404
|
}
|
|
406
405
|
},
|
|
406
|
+
"filterFields": {
|
|
407
|
+
"type": "object",
|
|
408
|
+
"additionalProperties": {
|
|
409
|
+
"$ref": "#/definitions/sap.fe.macros.FilterField"
|
|
410
|
+
},
|
|
411
|
+
"isViewNode": true,
|
|
412
|
+
"metadata": {
|
|
413
|
+
"path": [],
|
|
414
|
+
"type": "Aggregation"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
407
417
|
"filterChanged": {
|
|
408
418
|
"type": "string",
|
|
409
419
|
"description": "This event is fired after either a filter value or the visibility of a filter item has been changed.\nThe event contains conditions that will be used as filters.",
|
|
@@ -426,7 +436,7 @@
|
|
|
426
436
|
}
|
|
427
437
|
},
|
|
428
438
|
"sap.fe.macros.Table": {
|
|
429
|
-
"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
|
|
439
|
+
"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",
|
|
430
440
|
"isViewNode": true,
|
|
431
441
|
"type": "object",
|
|
432
442
|
"properties": {
|
|
@@ -509,35 +519,35 @@
|
|
|
509
519
|
"type": "string"
|
|
510
520
|
}
|
|
511
521
|
],
|
|
512
|
-
"description": "Controls which options should be enabled for the table personalization dialog
|
|
522
|
+
"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",
|
|
513
523
|
"metadata": {
|
|
514
524
|
"type": "Property"
|
|
515
525
|
}
|
|
516
526
|
},
|
|
517
527
|
"readOnly": {
|
|
518
528
|
"type": "boolean",
|
|
519
|
-
"description": "An expression that allows you to control the 'read-only' state of the table
|
|
529
|
+
"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",
|
|
520
530
|
"metadata": {
|
|
521
531
|
"type": "Property"
|
|
522
532
|
}
|
|
523
533
|
},
|
|
524
534
|
"selectionMode": {
|
|
525
535
|
"type": "string",
|
|
526
|
-
"description": "Defines the selection mode to be used by the table
|
|
536
|
+
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto`\n",
|
|
527
537
|
"metadata": {
|
|
528
538
|
"type": "Property"
|
|
529
539
|
}
|
|
530
540
|
},
|
|
531
541
|
"type": {
|
|
532
542
|
"type": "string",
|
|
533
|
-
"description": "Defines the type of table that will be used by the macro to render the data
|
|
543
|
+
"description": "Defines the type of table that will be used by the macro to render the data.\nAllowed values are `GridTable` and `ResponsiveTable`\n",
|
|
534
544
|
"metadata": {
|
|
535
545
|
"type": "Property"
|
|
536
546
|
}
|
|
537
547
|
},
|
|
538
548
|
"variantManagement": {
|
|
539
549
|
"type": "string",
|
|
540
|
-
"description": "Controls the kind of variant management that should be enabled for the table
|
|
550
|
+
"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",
|
|
541
551
|
"metadata": {
|
|
542
552
|
"type": "Property"
|
|
543
553
|
}
|
|
@@ -550,7 +560,6 @@
|
|
|
550
560
|
}
|
|
551
561
|
},
|
|
552
562
|
"actions": {
|
|
553
|
-
"description": "actions",
|
|
554
563
|
"type": "object",
|
|
555
564
|
"additionalProperties": {
|
|
556
565
|
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
@@ -562,7 +571,6 @@
|
|
|
562
571
|
}
|
|
563
572
|
},
|
|
564
573
|
"columns": {
|
|
565
|
-
"description": "columns",
|
|
566
574
|
"type": "object",
|
|
567
575
|
"additionalProperties": {
|
|
568
576
|
"$ref": "#/definitions/sap.fe.macros.table.Column"
|
|
@@ -575,7 +583,7 @@
|
|
|
575
583
|
},
|
|
576
584
|
"rowPress": {
|
|
577
585
|
"type": "string",
|
|
578
|
-
"description": "An event triggered when the user chooses a row; the event contains information about which row was chosen
|
|
586
|
+
"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",
|
|
579
587
|
"metadata": {
|
|
580
588
|
"type": "Event"
|
|
581
589
|
}
|
|
@@ -614,7 +622,6 @@
|
|
|
614
622
|
}
|
|
615
623
|
},
|
|
616
624
|
"actions": {
|
|
617
|
-
"description": "actions",
|
|
618
625
|
"type": "object",
|
|
619
626
|
"additionalProperties": {
|
|
620
627
|
"$ref": "#/definitions/sap.fe.macros.table.Action"
|
|
@@ -639,14 +646,14 @@
|
|
|
639
646
|
"properties": {
|
|
640
647
|
"displayMode": {
|
|
641
648
|
"type": "string",
|
|
642
|
-
"description": " Defines how the field value and associated text will be displayed together
|
|
649
|
+
"description": " Defines how the field value and associated text will be displayed together.\n\n Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n",
|
|
643
650
|
"metadata": {
|
|
644
651
|
"type": "Property"
|
|
645
652
|
}
|
|
646
653
|
},
|
|
647
654
|
"measureDisplayMode": {
|
|
648
655
|
"type": "string",
|
|
649
|
-
"description": "Defines if and how the field measure will be displayed
|
|
656
|
+
"description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
|
|
650
657
|
"metadata": {
|
|
651
658
|
"type": "Property"
|
|
652
659
|
}
|
|
@@ -679,10 +686,14 @@
|
|
|
679
686
|
},
|
|
680
687
|
"placement": {
|
|
681
688
|
"type": "string",
|
|
682
|
-
"description": "Defines where this action should be placed relative to the defined
|
|
689
|
+
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
683
690
|
"metadata": {
|
|
684
691
|
"type": "Property"
|
|
685
|
-
}
|
|
692
|
+
},
|
|
693
|
+
"enum": [
|
|
694
|
+
"After",
|
|
695
|
+
"Before"
|
|
696
|
+
]
|
|
686
697
|
},
|
|
687
698
|
"press": {
|
|
688
699
|
"type": "string",
|
|
@@ -706,7 +717,7 @@
|
|
|
706
717
|
}
|
|
707
718
|
},
|
|
708
719
|
"sap.fe.macros.table.Column": {
|
|
709
|
-
"description": "Definition of a custom column to be used inside the table
|
|
720
|
+
"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",
|
|
710
721
|
"isViewNode": true,
|
|
711
722
|
"type": "object",
|
|
712
723
|
"properties": {
|
|
@@ -733,10 +744,14 @@
|
|
|
733
744
|
},
|
|
734
745
|
"placement": {
|
|
735
746
|
"type": "string",
|
|
736
|
-
"description": "Defines where this column should be placed relative to the defined
|
|
747
|
+
"description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
737
748
|
"metadata": {
|
|
738
749
|
"type": "Property"
|
|
739
|
-
}
|
|
750
|
+
},
|
|
751
|
+
"enum": [
|
|
752
|
+
"After",
|
|
753
|
+
"Before"
|
|
754
|
+
]
|
|
740
755
|
}
|
|
741
756
|
},
|
|
742
757
|
"additionalProperties": false,
|
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
"description": "variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control.",
|
|
7
7
|
"artifactType": "Manifest"
|
|
8
8
|
},
|
|
9
|
+
"header": {
|
|
10
|
+
"$ref": "#/definitions/Header",
|
|
11
|
+
"description": "Header"
|
|
12
|
+
},
|
|
9
13
|
"filterBar": {
|
|
10
14
|
"$ref": "#/definitions/FilterBar",
|
|
11
15
|
"description": "Filter Bar"
|
|
@@ -50,13 +54,135 @@
|
|
|
50
54
|
],
|
|
51
55
|
"type": "string"
|
|
52
56
|
},
|
|
57
|
+
"Header": {
|
|
58
|
+
"description": "Header",
|
|
59
|
+
"isViewNode": true,
|
|
60
|
+
"type": "object",
|
|
61
|
+
"properties": {
|
|
62
|
+
"actions": {
|
|
63
|
+
"$ref": "#/definitions/HeaderActions"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"additionalProperties": false
|
|
67
|
+
},
|
|
68
|
+
"HeaderActions": {
|
|
69
|
+
"type": "object",
|
|
70
|
+
"additionalProperties": {
|
|
71
|
+
"$ref": "#/definitions/CustomHeaderAction"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"CustomHeaderAction": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"properties": {
|
|
77
|
+
"position": {
|
|
78
|
+
"$ref": "#/definitions/CustomHeaderActionPosition",
|
|
79
|
+
"description": "Defines the position of the action relative to other actions.",
|
|
80
|
+
"artifactType": "Manifest"
|
|
81
|
+
},
|
|
82
|
+
"text": {
|
|
83
|
+
"description": "The text that is displayed on the button (typically a binding to an i18n entry).",
|
|
84
|
+
"i18nClassification": "COL: Custom action text",
|
|
85
|
+
"artifactType": "Manifest",
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"press": {
|
|
89
|
+
"description": "Relevant for extension actions; allows the definition of a target action handler.",
|
|
90
|
+
"artifactType": "Manifest",
|
|
91
|
+
"type": "string"
|
|
92
|
+
},
|
|
93
|
+
"visible": {
|
|
94
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
95
|
+
"anyOf": [
|
|
96
|
+
{
|
|
97
|
+
"enum": [
|
|
98
|
+
false,
|
|
99
|
+
true
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"type": "string"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"description": "Whether the action button should be visible on the screen.",
|
|
107
|
+
"artifactType": "Manifest"
|
|
108
|
+
},
|
|
109
|
+
"enabled": {
|
|
110
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
111
|
+
"anyOf": [
|
|
112
|
+
{
|
|
113
|
+
"enum": [
|
|
114
|
+
false,
|
|
115
|
+
true
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"type": "string"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"description": "Whether the action button should be enabled. Default value is `true`.",
|
|
123
|
+
"artifactType": "Manifest"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"additionalProperties": false,
|
|
127
|
+
"required": [
|
|
128
|
+
"press",
|
|
129
|
+
"text"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"CustomHeaderActionPosition": {
|
|
133
|
+
"type": "object",
|
|
134
|
+
"properties": {
|
|
135
|
+
"anchor": {
|
|
136
|
+
"description": "The key of another action to be used as placement anchor.",
|
|
137
|
+
"artifactType": "Manifest",
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
140
|
+
"placement": {
|
|
141
|
+
"$ref": "#/definitions/ActionPlacement",
|
|
142
|
+
"description": "Define the placement, either before or after the anchor action.",
|
|
143
|
+
"artifactType": "Manifest"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"additionalProperties": false,
|
|
147
|
+
"required": [
|
|
148
|
+
"placement"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"ActionPlacement": {
|
|
152
|
+
"enum": [
|
|
153
|
+
"After",
|
|
154
|
+
"Before"
|
|
155
|
+
],
|
|
156
|
+
"type": "string"
|
|
157
|
+
},
|
|
53
158
|
"FilterBar": {
|
|
54
159
|
"description": "Filter Bar",
|
|
55
160
|
"isViewNode": true,
|
|
56
161
|
"type": "object",
|
|
57
162
|
"properties": {
|
|
58
163
|
"selectionFields": {
|
|
59
|
-
"
|
|
164
|
+
"isViewNode": true,
|
|
165
|
+
"anyOf": [
|
|
166
|
+
{
|
|
167
|
+
"$ref": "#/definitions/SelectionFields"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"$ref": "#/definitions/CompactFilters"
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
"visualFilters": {
|
|
175
|
+
"$ref": "#/definitions/VisualFilters"
|
|
176
|
+
},
|
|
177
|
+
"initialLayout": {
|
|
178
|
+
"$ref": "#/definitions/InitialLayoutType",
|
|
179
|
+
"description": "Specifies the default filter mode on initial load. Possible values: \"Visual\" and \"Compact\"",
|
|
180
|
+
"artifactType": "Manifest"
|
|
181
|
+
},
|
|
182
|
+
"layout": {
|
|
183
|
+
"$ref": "#/definitions/LayoutType",
|
|
184
|
+
"description": "Possible Values: \"Compact\" (if only compact filter is present) and \"CompactVisual\" if both compact and visual filters are present",
|
|
185
|
+
"artifactType": "Manifest"
|
|
60
186
|
}
|
|
61
187
|
},
|
|
62
188
|
"additionalProperties": false
|
|
@@ -67,10 +193,67 @@
|
|
|
67
193
|
"type": "object",
|
|
68
194
|
"additionalProperties": {
|
|
69
195
|
"type": "object",
|
|
70
|
-
"properties": {}
|
|
71
|
-
|
|
196
|
+
"properties": {}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"CompactFilters": {
|
|
200
|
+
"description": "Compact Filters",
|
|
201
|
+
"isViewNode": true,
|
|
202
|
+
"type": "object",
|
|
203
|
+
"additionalProperties": {
|
|
204
|
+
"type": "object",
|
|
205
|
+
"properties": {}
|
|
72
206
|
}
|
|
73
207
|
},
|
|
208
|
+
"VisualFilters": {
|
|
209
|
+
"description": "Visual Filters",
|
|
210
|
+
"isViewNode": true,
|
|
211
|
+
"type": "object",
|
|
212
|
+
"additionalProperties": {
|
|
213
|
+
"$ref": "#/definitions/VisualFilter"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"VisualFilter": {
|
|
217
|
+
"description": "Visual Filter",
|
|
218
|
+
"isViewNode": true,
|
|
219
|
+
"type": "object",
|
|
220
|
+
"properties": {
|
|
221
|
+
"availability": {
|
|
222
|
+
"$ref": "#/definitions/Availability",
|
|
223
|
+
"description": "Defines where the selection field should be shown.\nDefault: it will be shown by default.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the selection field is neither available in the table nor in adaptation.",
|
|
224
|
+
"artifactType": "Manifest"
|
|
225
|
+
},
|
|
226
|
+
"visualFilterValueList": {
|
|
227
|
+
"description": "The valuelist annotation corresponding to the visual filter representation.",
|
|
228
|
+
"artifactType": "Manifest",
|
|
229
|
+
"hidden": true,
|
|
230
|
+
"type": "string"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"additionalProperties": false
|
|
234
|
+
},
|
|
235
|
+
"Availability": {
|
|
236
|
+
"enum": [
|
|
237
|
+
"Adaptation",
|
|
238
|
+
"Default",
|
|
239
|
+
"Hidden"
|
|
240
|
+
],
|
|
241
|
+
"type": "string"
|
|
242
|
+
},
|
|
243
|
+
"InitialLayoutType": {
|
|
244
|
+
"enum": [
|
|
245
|
+
"Compact",
|
|
246
|
+
"Visual"
|
|
247
|
+
],
|
|
248
|
+
"type": "string"
|
|
249
|
+
},
|
|
250
|
+
"LayoutType": {
|
|
251
|
+
"enum": [
|
|
252
|
+
"Compact",
|
|
253
|
+
"CompactVisual"
|
|
254
|
+
],
|
|
255
|
+
"type": "string"
|
|
256
|
+
},
|
|
74
257
|
"ALPChartView": {
|
|
75
258
|
"description": "Chart View",
|
|
76
259
|
"isViewNode": true,
|
|
@@ -245,13 +428,6 @@
|
|
|
245
428
|
"placement"
|
|
246
429
|
]
|
|
247
430
|
},
|
|
248
|
-
"ActionPlacement": {
|
|
249
|
-
"enum": [
|
|
250
|
-
"After",
|
|
251
|
-
"Before"
|
|
252
|
-
],
|
|
253
|
-
"type": "string"
|
|
254
|
-
},
|
|
255
431
|
"ALPTableView": {
|
|
256
432
|
"description": "Table View",
|
|
257
433
|
"isViewNode": true,
|
|
@@ -524,20 +700,12 @@
|
|
|
524
700
|
},
|
|
525
701
|
"availability": {
|
|
526
702
|
"$ref": "#/definitions/Availability",
|
|
527
|
-
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
703
|
+
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
528
704
|
"artifactType": "Manifest"
|
|
529
705
|
}
|
|
530
706
|
},
|
|
531
707
|
"additionalProperties": false
|
|
532
708
|
},
|
|
533
|
-
"Availability": {
|
|
534
|
-
"enum": [
|
|
535
|
-
"Adaptation",
|
|
536
|
-
"Default",
|
|
537
|
-
"Hidden"
|
|
538
|
-
],
|
|
539
|
-
"type": "string"
|
|
540
|
-
},
|
|
541
709
|
"ViewTableColumnAction": {
|
|
542
710
|
"description": "Inline Action",
|
|
543
711
|
"isViewNode": true,
|
|
@@ -555,7 +723,7 @@
|
|
|
555
723
|
},
|
|
556
724
|
"availability": {
|
|
557
725
|
"$ref": "#/definitions/Availability",
|
|
558
|
-
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
726
|
+
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
559
727
|
"artifactType": "Manifest"
|
|
560
728
|
}
|
|
561
729
|
},
|
|
@@ -610,7 +778,7 @@
|
|
|
610
778
|
},
|
|
611
779
|
"availability": {
|
|
612
780
|
"$ref": "#/definitions/Availability",
|
|
613
|
-
"description": "Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation",
|
|
781
|
+
"description": "Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not be shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation",
|
|
614
782
|
"artifactType": "Manifest"
|
|
615
783
|
},
|
|
616
784
|
"properties": {
|
|
@@ -1097,7 +1265,7 @@
|
|
|
1097
1265
|
},
|
|
1098
1266
|
"availability": {
|
|
1099
1267
|
"$ref": "#/definitions/Availability",
|
|
1100
|
-
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
1268
|
+
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
1101
1269
|
"artifactType": "Manifest"
|
|
1102
1270
|
}
|
|
1103
1271
|
},
|
|
@@ -1120,7 +1288,7 @@
|
|
|
1120
1288
|
},
|
|
1121
1289
|
"availability": {
|
|
1122
1290
|
"$ref": "#/definitions/Availability",
|
|
1123
|
-
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
1291
|
+
"description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
|
|
1124
1292
|
"artifactType": "Manifest"
|
|
1125
1293
|
}
|
|
1126
1294
|
},
|
|
@@ -1159,7 +1327,7 @@
|
|
|
1159
1327
|
},
|
|
1160
1328
|
"availability": {
|
|
1161
1329
|
"$ref": "#/definitions/Availability",
|
|
1162
|
-
"description": "Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation",
|
|
1330
|
+
"description": "Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not be shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation",
|
|
1163
1331
|
"artifactType": "Manifest"
|
|
1164
1332
|
},
|
|
1165
1333
|
"properties": {
|