@sap/ux-specification 1.102.26 → 1.102.28
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 +609 -0
- package/dist/documentation/runDocu-min.js +19 -18
- package/dist/documentation/runDocu-min.js.map +3 -3
- 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 +184 -171
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +28 -26
- package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -12
- package/dist/schemas/v2/ApplicationV2.json +1 -3
- package/dist/schemas/v2/ListReportConfig.json +8 -24
- package/dist/schemas/v2/ObjectPageConfig.json +10 -30
- package/dist/schemas/v2/OverviewPageConfig.json +8 -24
- package/dist/schemas/v4/BuildingBlocksConfig.json +436 -79
- package/dist/schemas/v4/ObjectPageConfig.json +3 -9
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +1 -0
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +64 -66
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +7 -0
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +29 -11
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +1 -1
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +17 -14
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +9 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js +1 -1
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +60 -62
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +11 -10
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +4 -27
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +15 -29
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +35 -25
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +15 -0
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +76 -8
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +44 -45
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +6 -2
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +2 -1
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +28 -26
package/dist/package.json
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.102.
|
|
3
|
+
"version": "1.102.28",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
+
"CHANGELOG.md",
|
|
8
9
|
"!dist/scripts"
|
|
9
10
|
],
|
|
10
11
|
"main": "dist/index-min.js",
|
|
11
12
|
"engines": {
|
|
12
|
-
"node": ">=
|
|
13
|
+
"node": ">= 18.0.0 < 19.0.0 || >= 20.0.0 < 21.0.0 || >= 22.0.0",
|
|
13
14
|
"yarn": ">=1.22.19 < 2"
|
|
14
15
|
},
|
|
15
16
|
"scripts": {
|
|
@@ -19,49 +20,49 @@
|
|
|
19
20
|
"compile:watch": "tsc --build ./tsconfig.build.json --pretty --watch",
|
|
20
21
|
"bundle": "node esbuild",
|
|
21
22
|
"bundle:dev": "node esbuild --minify=false",
|
|
22
|
-
"bundle:watch": "node esbuild --watch --minify=false",
|
|
23
|
+
"bundle:watch": "node esbuild --watch --stats --minify=false",
|
|
23
24
|
"build": "npm-run-all -l -s clean:before -s compile -p create-json-schemas macros copy-templates -p copy-json-schemas htmlV2 htmlV4 -s bundle",
|
|
24
25
|
"build:dev": "npm-run-all -l -s clean:before -s compile -p create-json-schemas copy-templates -s copy-json-schemas bundle:dev",
|
|
25
|
-
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas macros copy-templates -p copy-json-schemas -s bundle:watch",
|
|
26
|
-
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
27
26
|
"build:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle",
|
|
28
|
-
"
|
|
27
|
+
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
28
|
+
"build:snap": "yarn build:dev && yarn update-snapshots",
|
|
29
29
|
"create-json-schemas": "ts-node ./scripts/to-json-schema.ts ",
|
|
30
30
|
"copy-json-schemas": "cpy ./schemas/** dist --parents",
|
|
31
31
|
"copy-templates": "cpy src/sync/v2/export/templates/** dist/templates",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
32
|
+
"deleteSnapshots": "rimraf **/_file_snapshots_",
|
|
33
|
+
"docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
|
|
34
|
+
"docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
|
|
35
|
+
"htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
|
|
36
|
+
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
37
|
+
"iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
|
|
38
|
+
"iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
|
|
36
39
|
"lint": "eslint . --ext .ts",
|
|
37
40
|
"lint:summary": "eslint . --ext .ts -f summary",
|
|
38
41
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
39
42
|
"lint:report": "eslint . --ext .ts -f multiple",
|
|
40
43
|
"lint:report:jslint": "eslint . --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
41
44
|
"macros": "ts-node ./scripts/macros/index.ts",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
48
|
-
"deleteSnapshots": "rimraf **/_file_snapshots_"
|
|
45
|
+
"test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
46
|
+
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
47
|
+
"update-snapshots": "jest --updateSnapshot",
|
|
48
|
+
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas macros copy-templates -p copy-json-schemas -s bundle:watch",
|
|
49
|
+
"watch:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle:watch"
|
|
49
50
|
},
|
|
50
51
|
"publisher": "SAPSE",
|
|
51
52
|
"license": "SEE LICENSE IN LICENSE",
|
|
52
53
|
"dependencies": {
|
|
53
|
-
"@sap-ux/fe-fpm-writer": "0.
|
|
54
|
-
"@sap-ux/vocabularies-types": "0.9.
|
|
54
|
+
"@sap-ux/fe-fpm-writer": "0.23.1",
|
|
55
|
+
"@sap-ux/vocabularies-types": "0.9.1"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
58
|
"@sap-ux/annotation-converter": "0.5.22",
|
|
58
|
-
"@sap/ux-specification-types": "1.102.
|
|
59
|
+
"@sap/ux-specification-types": "1.102.28",
|
|
59
60
|
"@sap-ux/edmx-parser": "0.6.0",
|
|
60
61
|
"@sapui5/ts-types-esm": "1.102.19",
|
|
61
62
|
"@types/d3": "7.4.0",
|
|
62
|
-
"@types/jquery": "3.5.
|
|
63
|
+
"@types/jquery": "3.5.18",
|
|
63
64
|
"@types/mem-fs-editor": "7.0.3",
|
|
64
|
-
"@types/semver": "7.
|
|
65
|
+
"@types/semver": "7.5.1",
|
|
65
66
|
"@ui5/flexibility-utils": "0.1.3",
|
|
66
67
|
"@xml-tools/ast": "5.0.5",
|
|
67
68
|
"@xml-tools/parser": "1.0.11",
|
|
@@ -71,15 +72,16 @@
|
|
|
71
72
|
"d3": "7.8.4",
|
|
72
73
|
"deepmerge": "4.3.1",
|
|
73
74
|
"ejs": "3.1.9",
|
|
74
|
-
"excel4node": "1.8.
|
|
75
|
-
"i18next": "
|
|
76
|
-
"jquery": "3.
|
|
75
|
+
"excel4node": "1.8.2",
|
|
76
|
+
"i18next": "22.5.1",
|
|
77
|
+
"jquery": "3.7.1",
|
|
78
|
+
"jsdom": "22.1.0",
|
|
77
79
|
"lodash.unset": "4.5.2",
|
|
78
80
|
"mem-fs-editor": "9.7.0",
|
|
79
81
|
"path": "0.12.7",
|
|
80
82
|
"reflect-metadata": "0.1.13",
|
|
81
83
|
"semver": "7.5.4",
|
|
82
|
-
"typescript-json-schema": "0.
|
|
84
|
+
"typescript-json-schema": "0.57.0",
|
|
83
85
|
"xml-js": "1.6.11"
|
|
84
86
|
},
|
|
85
87
|
"husky": {
|
|
@@ -52,9 +52,7 @@
|
|
|
52
52
|
"type": {
|
|
53
53
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
54
54
|
"type": "string",
|
|
55
|
-
"
|
|
56
|
-
"ResponsiveTable"
|
|
57
|
-
],
|
|
55
|
+
"const": "ResponsiveTable",
|
|
58
56
|
"artifactType": "Manifest"
|
|
59
57
|
},
|
|
60
58
|
"growingThreshold": {
|
|
@@ -591,9 +589,7 @@
|
|
|
591
589
|
"description": "The UI5 control used for your extension",
|
|
592
590
|
"artifactType": "Manifest",
|
|
593
591
|
"type": "string",
|
|
594
|
-
"
|
|
595
|
-
"sap.ui.core.Fragment"
|
|
596
|
-
]
|
|
592
|
+
"const": "sap.ui.core.Fragment"
|
|
597
593
|
},
|
|
598
594
|
"fragmentName": {
|
|
599
595
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -641,9 +637,7 @@
|
|
|
641
637
|
"type": {
|
|
642
638
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
643
639
|
"type": "string",
|
|
644
|
-
"
|
|
645
|
-
"GridTable"
|
|
646
|
-
],
|
|
640
|
+
"const": "GridTable",
|
|
647
641
|
"artifactType": "Manifest"
|
|
648
642
|
},
|
|
649
643
|
"qualifier": {
|
|
@@ -766,9 +760,7 @@
|
|
|
766
760
|
"type": {
|
|
767
761
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
768
762
|
"type": "string",
|
|
769
|
-
"
|
|
770
|
-
"AnalyticalTable"
|
|
771
|
-
],
|
|
763
|
+
"const": "AnalyticalTable",
|
|
772
764
|
"artifactType": "Manifest"
|
|
773
765
|
},
|
|
774
766
|
"qualifier": {
|
|
@@ -102,9 +102,7 @@
|
|
|
102
102
|
"enabled": {
|
|
103
103
|
"description": "Allows applications to turn off the discard draft confirmation popup in various scenarios",
|
|
104
104
|
"type": "string",
|
|
105
|
-
"
|
|
106
|
-
"restricted"
|
|
107
|
-
]
|
|
105
|
+
"const": "restricted"
|
|
108
106
|
}
|
|
109
107
|
},
|
|
110
108
|
"additionalProperties": false,
|
|
@@ -47,9 +47,7 @@
|
|
|
47
47
|
"type": {
|
|
48
48
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
49
49
|
"type": "string",
|
|
50
|
-
"
|
|
51
|
-
"AnalyticalTable"
|
|
52
|
-
],
|
|
50
|
+
"const": "AnalyticalTable",
|
|
53
51
|
"artifactType": "Manifest"
|
|
54
52
|
},
|
|
55
53
|
"qualifier": {
|
|
@@ -184,9 +182,7 @@
|
|
|
184
182
|
"strategy": {
|
|
185
183
|
"description": "For the new create action to use the filter settings as input, set strategy to \"extension\" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section “Prefilling Fields When Creating a New Entity Using an Extension Point“.",
|
|
186
184
|
"type": "string",
|
|
187
|
-
"
|
|
188
|
-
"extension"
|
|
189
|
-
],
|
|
185
|
+
"const": "extension",
|
|
190
186
|
"artifactType": "Manifest"
|
|
191
187
|
}
|
|
192
188
|
},
|
|
@@ -597,9 +593,7 @@
|
|
|
597
593
|
"description": "The UI5 control used for your extension",
|
|
598
594
|
"artifactType": "Manifest",
|
|
599
595
|
"type": "string",
|
|
600
|
-
"
|
|
601
|
-
"sap.ui.core.Fragment"
|
|
602
|
-
]
|
|
596
|
+
"const": "sap.ui.core.Fragment"
|
|
603
597
|
},
|
|
604
598
|
"fragmentName": {
|
|
605
599
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -647,9 +641,7 @@
|
|
|
647
641
|
"type": {
|
|
648
642
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
649
643
|
"type": "string",
|
|
650
|
-
"
|
|
651
|
-
"GridTable"
|
|
652
|
-
],
|
|
644
|
+
"const": "GridTable",
|
|
653
645
|
"artifactType": "Manifest"
|
|
654
646
|
},
|
|
655
647
|
"createWithFilters": {
|
|
@@ -746,9 +738,7 @@
|
|
|
746
738
|
"type": {
|
|
747
739
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
748
740
|
"type": "string",
|
|
749
|
-
"
|
|
750
|
-
"TreeTable"
|
|
751
|
-
],
|
|
741
|
+
"const": "TreeTable",
|
|
752
742
|
"artifactType": "Manifest"
|
|
753
743
|
},
|
|
754
744
|
"multiSelect": {
|
|
@@ -845,9 +835,7 @@
|
|
|
845
835
|
"type": {
|
|
846
836
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
847
837
|
"type": "string",
|
|
848
|
-
"
|
|
849
|
-
"ResponsiveTable"
|
|
850
|
-
],
|
|
838
|
+
"const": "ResponsiveTable",
|
|
851
839
|
"artifactType": "Manifest"
|
|
852
840
|
},
|
|
853
841
|
"includeItemInSelection": {
|
|
@@ -987,9 +975,7 @@
|
|
|
987
975
|
"type": "array",
|
|
988
976
|
"items": {
|
|
989
977
|
"type": "string",
|
|
990
|
-
"
|
|
991
|
-
"GENERICPROPERTY"
|
|
992
|
-
]
|
|
978
|
+
"const": "GENERICPROPERTY"
|
|
993
979
|
},
|
|
994
980
|
"artifactType": "Manifest"
|
|
995
981
|
}
|
|
@@ -1010,9 +996,7 @@
|
|
|
1010
996
|
"type": {
|
|
1011
997
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1012
998
|
"type": "string",
|
|
1013
|
-
"
|
|
1014
|
-
"ResponsiveTable"
|
|
1015
|
-
],
|
|
999
|
+
"const": "ResponsiveTable",
|
|
1016
1000
|
"artifactType": "Manifest"
|
|
1017
1001
|
},
|
|
1018
1002
|
"includeItemInSelection": {
|
|
@@ -24,9 +24,7 @@
|
|
|
24
24
|
"defaultLayoutTypeIfExternalNavigation": {
|
|
25
25
|
"description": "If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode.",
|
|
26
26
|
"type": "string",
|
|
27
|
-
"
|
|
28
|
-
"MidColumnFullScreen"
|
|
29
|
-
],
|
|
27
|
+
"const": "MidColumnFullScreen",
|
|
30
28
|
"artifactType": "Manifest"
|
|
31
29
|
},
|
|
32
30
|
"globalChartSettings": {
|
|
@@ -478,9 +476,7 @@
|
|
|
478
476
|
"type": {
|
|
479
477
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
480
478
|
"type": "string",
|
|
481
|
-
"
|
|
482
|
-
"ResponsiveTable"
|
|
483
|
-
],
|
|
479
|
+
"const": "ResponsiveTable",
|
|
484
480
|
"artifactType": "Manifest"
|
|
485
481
|
},
|
|
486
482
|
"includeItemInSelection": {
|
|
@@ -881,9 +877,7 @@
|
|
|
881
877
|
"description": "The UI5 control used for your extension",
|
|
882
878
|
"artifactType": "Manifest",
|
|
883
879
|
"type": "string",
|
|
884
|
-
"
|
|
885
|
-
"sap.ui.core.Fragment"
|
|
886
|
-
]
|
|
880
|
+
"const": "sap.ui.core.Fragment"
|
|
887
881
|
},
|
|
888
882
|
"fragmentName": {
|
|
889
883
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -936,9 +930,7 @@
|
|
|
936
930
|
"type": {
|
|
937
931
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
938
932
|
"type": "string",
|
|
939
|
-
"
|
|
940
|
-
"ResponsiveTable"
|
|
941
|
-
],
|
|
933
|
+
"const": "ResponsiveTable",
|
|
942
934
|
"artifactType": "Manifest"
|
|
943
935
|
},
|
|
944
936
|
"includeItemInSelection": {
|
|
@@ -1040,9 +1032,7 @@
|
|
|
1040
1032
|
"type": {
|
|
1041
1033
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1042
1034
|
"type": "string",
|
|
1043
|
-
"
|
|
1044
|
-
"AnalyticalTable"
|
|
1045
|
-
],
|
|
1035
|
+
"const": "AnalyticalTable",
|
|
1046
1036
|
"artifactType": "Manifest"
|
|
1047
1037
|
},
|
|
1048
1038
|
"condensedTableLayout": {
|
|
@@ -1128,9 +1118,7 @@
|
|
|
1128
1118
|
"type": {
|
|
1129
1119
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1130
1120
|
"type": "string",
|
|
1131
|
-
"
|
|
1132
|
-
"GridTable"
|
|
1133
|
-
],
|
|
1121
|
+
"const": "GridTable",
|
|
1134
1122
|
"artifactType": "Manifest"
|
|
1135
1123
|
},
|
|
1136
1124
|
"condensedTableLayout": {
|
|
@@ -1216,9 +1204,7 @@
|
|
|
1216
1204
|
"type": {
|
|
1217
1205
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1218
1206
|
"type": "string",
|
|
1219
|
-
"
|
|
1220
|
-
"TreeTable"
|
|
1221
|
-
],
|
|
1207
|
+
"const": "TreeTable",
|
|
1222
1208
|
"artifactType": "Manifest"
|
|
1223
1209
|
},
|
|
1224
1210
|
"condensedTableLayout": {
|
|
@@ -1546,9 +1532,7 @@
|
|
|
1546
1532
|
"properties": {
|
|
1547
1533
|
"className": {
|
|
1548
1534
|
"type": "string",
|
|
1549
|
-
"
|
|
1550
|
-
"sap.ui.core.mvc.View"
|
|
1551
|
-
]
|
|
1535
|
+
"const": "sap.ui.core.mvc.View"
|
|
1552
1536
|
},
|
|
1553
1537
|
"viewName": {
|
|
1554
1538
|
"type": "string"
|
|
@@ -1601,18 +1585,14 @@
|
|
|
1601
1585
|
"properties": {
|
|
1602
1586
|
"className": {
|
|
1603
1587
|
"type": "string",
|
|
1604
|
-
"
|
|
1605
|
-
"sap.ui.core.Fragment"
|
|
1606
|
-
]
|
|
1588
|
+
"const": "sap.ui.core.Fragment"
|
|
1607
1589
|
},
|
|
1608
1590
|
"fragmentName": {
|
|
1609
1591
|
"type": "string"
|
|
1610
1592
|
},
|
|
1611
1593
|
"type": {
|
|
1612
1594
|
"type": "string",
|
|
1613
|
-
"
|
|
1614
|
-
"XML"
|
|
1615
|
-
]
|
|
1595
|
+
"const": "XML"
|
|
1616
1596
|
},
|
|
1617
1597
|
"relatedFacet": {
|
|
1618
1598
|
"type": "string"
|
|
@@ -661,9 +661,7 @@
|
|
|
661
661
|
]
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
|
-
"
|
|
665
|
-
"auto"
|
|
666
|
-
],
|
|
664
|
+
"const": "auto",
|
|
667
665
|
"type": "string"
|
|
668
666
|
}
|
|
669
667
|
]
|
|
@@ -930,9 +928,7 @@
|
|
|
930
928
|
]
|
|
931
929
|
},
|
|
932
930
|
{
|
|
933
|
-
"
|
|
934
|
-
"auto"
|
|
935
|
-
],
|
|
931
|
+
"const": "auto",
|
|
936
932
|
"type": "string"
|
|
937
933
|
}
|
|
938
934
|
]
|
|
@@ -1000,9 +996,7 @@
|
|
|
1000
996
|
"template": {
|
|
1001
997
|
"description": "Represents the Stack Card component path to use for this card.",
|
|
1002
998
|
"type": "string",
|
|
1003
|
-
"
|
|
1004
|
-
"sap.ovp.cards.stack"
|
|
1005
|
-
],
|
|
999
|
+
"const": "sap.ovp.cards.stack",
|
|
1006
1000
|
"artifactType": "Manifest"
|
|
1007
1001
|
},
|
|
1008
1002
|
"stackCardSettings": {
|
|
@@ -1109,9 +1103,7 @@
|
|
|
1109
1103
|
]
|
|
1110
1104
|
},
|
|
1111
1105
|
{
|
|
1112
|
-
"
|
|
1113
|
-
"auto"
|
|
1114
|
-
],
|
|
1106
|
+
"const": "auto",
|
|
1115
1107
|
"type": "string"
|
|
1116
1108
|
}
|
|
1117
1109
|
]
|
|
@@ -1274,9 +1266,7 @@
|
|
|
1274
1266
|
]
|
|
1275
1267
|
},
|
|
1276
1268
|
{
|
|
1277
|
-
"
|
|
1278
|
-
"auto"
|
|
1279
|
-
],
|
|
1269
|
+
"const": "auto",
|
|
1280
1270
|
"type": "string"
|
|
1281
1271
|
}
|
|
1282
1272
|
]
|
|
@@ -1501,9 +1491,7 @@
|
|
|
1501
1491
|
]
|
|
1502
1492
|
},
|
|
1503
1493
|
{
|
|
1504
|
-
"
|
|
1505
|
-
"auto"
|
|
1506
|
-
],
|
|
1494
|
+
"const": "auto",
|
|
1507
1495
|
"type": "string"
|
|
1508
1496
|
}
|
|
1509
1497
|
]
|
|
@@ -1654,9 +1642,7 @@
|
|
|
1654
1642
|
]
|
|
1655
1643
|
},
|
|
1656
1644
|
{
|
|
1657
|
-
"
|
|
1658
|
-
"auto"
|
|
1659
|
-
],
|
|
1645
|
+
"const": "auto",
|
|
1660
1646
|
"type": "string"
|
|
1661
1647
|
}
|
|
1662
1648
|
]
|
|
@@ -1771,9 +1757,7 @@
|
|
|
1771
1757
|
]
|
|
1772
1758
|
},
|
|
1773
1759
|
{
|
|
1774
|
-
"
|
|
1775
|
-
"auto"
|
|
1776
|
-
],
|
|
1760
|
+
"const": "auto",
|
|
1777
1761
|
"type": "string"
|
|
1778
1762
|
}
|
|
1779
1763
|
]
|