@sap/ux-specification 1.108.12 → 1.108.14
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 +46 -10
- package/dist/documentation/runDocu-min.js +19 -15
- package/dist/documentation/runDocu-min.js.map +4 -4
- package/dist/documentation/v2/v2-AnalyticalListPage.html +18 -6
- package/dist/documentation/v2/v2-ApplicationV2.html +18 -6
- package/dist/documentation/v2/v2-ListReport.html +18 -6
- package/dist/documentation/v2/v2-ObjectPage.html +18 -6
- package/dist/documentation/v2/v2-OverviewPage.html +18 -6
- package/dist/documentation/v4/v4-ApplicationV4.html +18 -6
- package/dist/documentation/v4/v4-BuildingBlocks.html +18 -6
- package/dist/documentation/v4/v4-FreestylePage.html +18 -6
- package/dist/documentation/v4/v4-ListReport.html +18 -6
- package/dist/documentation/v4/v4-ObjectPage.html +18 -6
- package/dist/index-min.js +181 -180
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +26 -25
- 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 +24 -31
- package/dist/schemas/v2/OverviewPageConfig.json +8 -24
- package/dist/schemas/v4/BuildingBlocksConfig.json +220 -9
- package/dist/schemas/v4/ObjectPageConfig.json +3 -9
- package/dist/src/api.js +1 -1
- 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 +16 -8
- 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 +24 -10
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +12 -0
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +23 -1
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.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/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +11 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +1 -1
- 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 +5 -3
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +37 -32
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +4 -19
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +2 -6
- package/dist/src/sync/v4/utils/StableIdHelper.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 +27 -26
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.108.
|
|
3
|
+
"version": "1.108.14",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -20,49 +20,49 @@
|
|
|
20
20
|
"compile:watch": "tsc --build ./tsconfig.build.json --pretty --watch",
|
|
21
21
|
"bundle": "node esbuild",
|
|
22
22
|
"bundle:dev": "node esbuild --minify=false",
|
|
23
|
-
"bundle:watch": "node esbuild --watch --minify=false",
|
|
23
|
+
"bundle:watch": "node esbuild --watch --stats --minify=false",
|
|
24
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",
|
|
25
25
|
"build:dev": "npm-run-all -l -s clean:before -s compile -p create-json-schemas copy-templates -s copy-json-schemas bundle:dev",
|
|
26
|
-
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas macros copy-templates -p copy-json-schemas -s bundle:watch",
|
|
27
|
-
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
28
26
|
"build:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle",
|
|
29
|
-
"
|
|
27
|
+
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
28
|
+
"build:snap": "yarn build:dev && yarn update-snapshots",
|
|
30
29
|
"create-json-schemas": "ts-node ./scripts/to-json-schema.ts ",
|
|
31
30
|
"copy-json-schemas": "cpy ./schemas/** dist --parents",
|
|
32
31
|
"copy-templates": "cpy src/sync/v2/export/templates/** dist/templates",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
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",
|
|
37
39
|
"lint": "eslint . --ext .ts",
|
|
38
40
|
"lint:summary": "eslint . --ext .ts -f summary",
|
|
39
41
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
40
42
|
"lint:report": "eslint . --ext .ts -f multiple",
|
|
41
43
|
"lint:report:jslint": "eslint . --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
42
44
|
"macros": "ts-node ./scripts/macros/index.ts",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
49
|
-
"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"
|
|
50
50
|
},
|
|
51
51
|
"publisher": "SAPSE",
|
|
52
52
|
"license": "SEE LICENSE IN LICENSE",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@sap-ux/fe-fpm-writer": "0.
|
|
55
|
-
"@sap-ux/vocabularies-types": "0.9.
|
|
54
|
+
"@sap-ux/fe-fpm-writer": "0.23.2",
|
|
55
|
+
"@sap-ux/vocabularies-types": "0.9.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@sap-ux/annotation-converter": "0.
|
|
59
|
-
"@sap/ux-specification-types": "1.108.
|
|
58
|
+
"@sap-ux/annotation-converter": "0.7.3",
|
|
59
|
+
"@sap/ux-specification-types": "1.108.14",
|
|
60
60
|
"@sap-ux/edmx-parser": "0.6.0",
|
|
61
|
-
"@sapui5/ts-types-esm": "1.108.
|
|
61
|
+
"@sapui5/ts-types-esm": "1.108.21",
|
|
62
62
|
"@types/d3": "7.4.0",
|
|
63
|
-
"@types/jquery": "3.5.
|
|
63
|
+
"@types/jquery": "3.5.18",
|
|
64
64
|
"@types/mem-fs-editor": "7.0.3",
|
|
65
|
-
"@types/semver": "7.5.
|
|
65
|
+
"@types/semver": "7.5.1",
|
|
66
66
|
"@ui5/flexibility-utils": "0.1.3",
|
|
67
67
|
"@xml-tools/ast": "5.0.5",
|
|
68
68
|
"@xml-tools/parser": "1.0.11",
|
|
@@ -74,13 +74,14 @@
|
|
|
74
74
|
"ejs": "3.1.9",
|
|
75
75
|
"excel4node": "1.8.2",
|
|
76
76
|
"i18next": "22.5.1",
|
|
77
|
-
"jquery": "3.7.
|
|
77
|
+
"jquery": "3.7.1",
|
|
78
|
+
"jsdom": "22.1.0",
|
|
78
79
|
"lodash.unset": "4.5.2",
|
|
79
80
|
"mem-fs-editor": "9.7.0",
|
|
80
81
|
"path": "0.12.7",
|
|
81
82
|
"reflect-metadata": "0.1.13",
|
|
82
83
|
"semver": "7.5.4",
|
|
83
|
-
"typescript-json-schema": "0.
|
|
84
|
+
"typescript-json-schema": "0.57.0",
|
|
84
85
|
"xml-js": "1.6.11"
|
|
85
86
|
},
|
|
86
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": {
|
|
@@ -585,9 +583,7 @@
|
|
|
585
583
|
"description": "The UI5 control used for your extension",
|
|
586
584
|
"artifactType": "Manifest",
|
|
587
585
|
"type": "string",
|
|
588
|
-
"
|
|
589
|
-
"sap.ui.core.Fragment"
|
|
590
|
-
]
|
|
586
|
+
"const": "sap.ui.core.Fragment"
|
|
591
587
|
},
|
|
592
588
|
"fragmentName": {
|
|
593
589
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -636,9 +632,7 @@
|
|
|
636
632
|
"type": {
|
|
637
633
|
"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.",
|
|
638
634
|
"type": "string",
|
|
639
|
-
"
|
|
640
|
-
"GridTable"
|
|
641
|
-
],
|
|
635
|
+
"const": "GridTable",
|
|
642
636
|
"artifactType": "Manifest"
|
|
643
637
|
},
|
|
644
638
|
"qualifier": {
|
|
@@ -761,9 +755,7 @@
|
|
|
761
755
|
"type": {
|
|
762
756
|
"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.",
|
|
763
757
|
"type": "string",
|
|
764
|
-
"
|
|
765
|
-
"AnalyticalTable"
|
|
766
|
-
],
|
|
758
|
+
"const": "AnalyticalTable",
|
|
767
759
|
"artifactType": "Manifest"
|
|
768
760
|
},
|
|
769
761
|
"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
|
},
|
|
@@ -591,9 +587,7 @@
|
|
|
591
587
|
"description": "The UI5 control used for your extension",
|
|
592
588
|
"artifactType": "Manifest",
|
|
593
589
|
"type": "string",
|
|
594
|
-
"
|
|
595
|
-
"sap.ui.core.Fragment"
|
|
596
|
-
]
|
|
590
|
+
"const": "sap.ui.core.Fragment"
|
|
597
591
|
},
|
|
598
592
|
"fragmentName": {
|
|
599
593
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -642,9 +636,7 @@
|
|
|
642
636
|
"type": {
|
|
643
637
|
"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.",
|
|
644
638
|
"type": "string",
|
|
645
|
-
"
|
|
646
|
-
"GridTable"
|
|
647
|
-
],
|
|
639
|
+
"const": "GridTable",
|
|
648
640
|
"artifactType": "Manifest"
|
|
649
641
|
},
|
|
650
642
|
"createWithFilters": {
|
|
@@ -741,9 +733,7 @@
|
|
|
741
733
|
"type": {
|
|
742
734
|
"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.",
|
|
743
735
|
"type": "string",
|
|
744
|
-
"
|
|
745
|
-
"TreeTable"
|
|
746
|
-
],
|
|
736
|
+
"const": "TreeTable",
|
|
747
737
|
"artifactType": "Manifest"
|
|
748
738
|
},
|
|
749
739
|
"multiSelect": {
|
|
@@ -840,9 +830,7 @@
|
|
|
840
830
|
"type": {
|
|
841
831
|
"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.",
|
|
842
832
|
"type": "string",
|
|
843
|
-
"
|
|
844
|
-
"ResponsiveTable"
|
|
845
|
-
],
|
|
833
|
+
"const": "ResponsiveTable",
|
|
846
834
|
"artifactType": "Manifest"
|
|
847
835
|
},
|
|
848
836
|
"includeItemInSelection": {
|
|
@@ -982,9 +970,7 @@
|
|
|
982
970
|
"type": "array",
|
|
983
971
|
"items": {
|
|
984
972
|
"type": "string",
|
|
985
|
-
"
|
|
986
|
-
"GENERICPROPERTY"
|
|
987
|
-
]
|
|
973
|
+
"const": "GENERICPROPERTY"
|
|
988
974
|
},
|
|
989
975
|
"artifactType": "Manifest"
|
|
990
976
|
}
|
|
@@ -1005,9 +991,7 @@
|
|
|
1005
991
|
"type": {
|
|
1006
992
|
"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.",
|
|
1007
993
|
"type": "string",
|
|
1008
|
-
"
|
|
1009
|
-
"ResponsiveTable"
|
|
1010
|
-
],
|
|
994
|
+
"const": "ResponsiveTable",
|
|
1011
995
|
"artifactType": "Manifest"
|
|
1012
996
|
},
|
|
1013
997
|
"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": {
|
|
@@ -202,8 +200,21 @@
|
|
|
202
200
|
"type": "object",
|
|
203
201
|
"properties": {
|
|
204
202
|
"showHeaderContent": {
|
|
203
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
204
|
+
"anyOf": [
|
|
205
|
+
{
|
|
206
|
+
"enum": [
|
|
207
|
+
false,
|
|
208
|
+
true,
|
|
209
|
+
"{ui>/editable}",
|
|
210
|
+
"{= !${ui>/editable}}"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"type": "string"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
205
217
|
"description": "showHeaderContent determines the visibility of the Header content.",
|
|
206
|
-
"type": "boolean",
|
|
207
218
|
"artifactType": "FlexChange",
|
|
208
219
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
209
220
|
},
|
|
@@ -478,9 +489,7 @@
|
|
|
478
489
|
"type": {
|
|
479
490
|
"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
491
|
"type": "string",
|
|
481
|
-
"
|
|
482
|
-
"ResponsiveTable"
|
|
483
|
-
],
|
|
492
|
+
"const": "ResponsiveTable",
|
|
484
493
|
"artifactType": "Manifest"
|
|
485
494
|
},
|
|
486
495
|
"includeItemInSelection": {
|
|
@@ -882,9 +891,7 @@
|
|
|
882
891
|
"description": "The UI5 control used for your extension",
|
|
883
892
|
"artifactType": "Manifest",
|
|
884
893
|
"type": "string",
|
|
885
|
-
"
|
|
886
|
-
"sap.ui.core.Fragment"
|
|
887
|
-
]
|
|
894
|
+
"const": "sap.ui.core.Fragment"
|
|
888
895
|
},
|
|
889
896
|
"fragmentName": {
|
|
890
897
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -938,9 +945,7 @@
|
|
|
938
945
|
"type": {
|
|
939
946
|
"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.",
|
|
940
947
|
"type": "string",
|
|
941
|
-
"
|
|
942
|
-
"ResponsiveTable"
|
|
943
|
-
],
|
|
948
|
+
"const": "ResponsiveTable",
|
|
944
949
|
"artifactType": "Manifest"
|
|
945
950
|
},
|
|
946
951
|
"includeItemInSelection": {
|
|
@@ -1042,9 +1047,7 @@
|
|
|
1042
1047
|
"type": {
|
|
1043
1048
|
"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.",
|
|
1044
1049
|
"type": "string",
|
|
1045
|
-
"
|
|
1046
|
-
"AnalyticalTable"
|
|
1047
|
-
],
|
|
1050
|
+
"const": "AnalyticalTable",
|
|
1048
1051
|
"artifactType": "Manifest"
|
|
1049
1052
|
},
|
|
1050
1053
|
"condensedTableLayout": {
|
|
@@ -1130,9 +1133,7 @@
|
|
|
1130
1133
|
"type": {
|
|
1131
1134
|
"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.",
|
|
1132
1135
|
"type": "string",
|
|
1133
|
-
"
|
|
1134
|
-
"GridTable"
|
|
1135
|
-
],
|
|
1136
|
+
"const": "GridTable",
|
|
1136
1137
|
"artifactType": "Manifest"
|
|
1137
1138
|
},
|
|
1138
1139
|
"condensedTableLayout": {
|
|
@@ -1218,9 +1219,7 @@
|
|
|
1218
1219
|
"type": {
|
|
1219
1220
|
"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.",
|
|
1220
1221
|
"type": "string",
|
|
1221
|
-
"
|
|
1222
|
-
"TreeTable"
|
|
1223
|
-
],
|
|
1222
|
+
"const": "TreeTable",
|
|
1224
1223
|
"artifactType": "Manifest"
|
|
1225
1224
|
},
|
|
1226
1225
|
"condensedTableLayout": {
|
|
@@ -1548,9 +1547,7 @@
|
|
|
1548
1547
|
"properties": {
|
|
1549
1548
|
"className": {
|
|
1550
1549
|
"type": "string",
|
|
1551
|
-
"
|
|
1552
|
-
"sap.ui.core.mvc.View"
|
|
1553
|
-
]
|
|
1550
|
+
"const": "sap.ui.core.mvc.View"
|
|
1554
1551
|
},
|
|
1555
1552
|
"viewName": {
|
|
1556
1553
|
"type": "string"
|
|
@@ -1603,18 +1600,14 @@
|
|
|
1603
1600
|
"properties": {
|
|
1604
1601
|
"className": {
|
|
1605
1602
|
"type": "string",
|
|
1606
|
-
"
|
|
1607
|
-
"sap.ui.core.Fragment"
|
|
1608
|
-
]
|
|
1603
|
+
"const": "sap.ui.core.Fragment"
|
|
1609
1604
|
},
|
|
1610
1605
|
"fragmentName": {
|
|
1611
1606
|
"type": "string"
|
|
1612
1607
|
},
|
|
1613
1608
|
"type": {
|
|
1614
1609
|
"type": "string",
|
|
1615
|
-
"
|
|
1616
|
-
"XML"
|
|
1617
|
-
]
|
|
1610
|
+
"const": "XML"
|
|
1618
1611
|
},
|
|
1619
1612
|
"relatedFacet": {
|
|
1620
1613
|
"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
|
]
|