@sap/ux-specification 1.96.46 → 1.96.48
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 +65 -1
- 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 +150 -138
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +26 -25
- package/dist/schemas/v2/AnalyticalListPageConfig.json +8 -16
- package/dist/schemas/v2/ApplicationV2.json +3 -4
- package/dist/schemas/v2/ListReportConfig.json +11 -25
- package/dist/schemas/v2/ObjectPageConfig.json +53 -70
- package/dist/schemas/v2/OverviewPageConfig.json +8 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +48 -34
- package/dist/schemas/v4/ObjectPageConfig.json +36 -33
- 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/distTagEvaluator.d.ts.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js +9 -2
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +13 -5
- 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 +23 -7
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +5 -2
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +20 -10
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +8 -7
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +16 -9
- 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 -4
- package/dist/src/sync/v2/export/controls/Fragment.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/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +13 -3
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.js +1 -1
- package/dist/src/sync/v2/export/manifest.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/v2/import/app/appProvider.d.ts +2 -2
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +41 -18
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +5 -6
- package/dist/src/sync/v2/import/common/index.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 +7 -28
- 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 +20 -31
- 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 +4 -30
- 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 +69 -5
- package/dist/src/sync/v2/import/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 +2 -3
- 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 +15 -11
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +71 -57
- package/dist/src/sync/v4/import/app/appProvider.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 +25 -22
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +24 -19
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +1 -1
- package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/import/utils.js +4 -4
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +1 -2
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +3 -3
- 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.96.
|
|
3
|
+
"version": "1.96.48",
|
|
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.23.
|
|
55
|
-
"@sap-ux/vocabularies-types": "0.9.
|
|
54
|
+
"@sap-ux/fe-fpm-writer": "0.23.5",
|
|
55
|
+
"@sap-ux/vocabularies-types": "0.9.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@sap-ux/annotation-converter": "0.7.
|
|
59
|
-
"@sap/ux-specification-types": "1.96.
|
|
58
|
+
"@sap-ux/annotation-converter": "0.7.4",
|
|
59
|
+
"@sap/ux-specification-types": "1.96.48",
|
|
60
60
|
"@sap-ux/edmx-parser": "0.6.0",
|
|
61
|
-
"@sapui5/ts-types-esm": "1.96.
|
|
61
|
+
"@sapui5/ts-types-esm": "1.96.25",
|
|
62
62
|
"@types/d3": "7.4.0",
|
|
63
|
-
"@types/jquery": "3.5.
|
|
63
|
+
"@types/jquery": "3.5.19",
|
|
64
64
|
"@types/mem-fs-editor": "7.0.3",
|
|
65
|
-
"@types/semver": "7.5.
|
|
65
|
+
"@types/semver": "7.5.2",
|
|
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": {
|
|
@@ -393,13 +391,13 @@
|
|
|
393
391
|
"controlType": "sap.m.Button"
|
|
394
392
|
},
|
|
395
393
|
"icon": {
|
|
396
|
-
"description": "
|
|
394
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
397
395
|
"type": "string",
|
|
398
396
|
"artifactType": "FlexChange",
|
|
399
397
|
"controlType": "sap.m.Button"
|
|
400
398
|
},
|
|
401
399
|
"activeIcon": {
|
|
402
|
-
"description": "
|
|
400
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
403
401
|
"type": "string",
|
|
404
402
|
"artifactType": "FlexChange",
|
|
405
403
|
"controlType": "sap.m.Button"
|
|
@@ -507,13 +505,13 @@
|
|
|
507
505
|
"controlType": "sap.m.Button"
|
|
508
506
|
},
|
|
509
507
|
"icon": {
|
|
510
|
-
"description": "
|
|
508
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
511
509
|
"type": "string",
|
|
512
510
|
"artifactType": "FlexChange",
|
|
513
511
|
"controlType": "sap.m.Button"
|
|
514
512
|
},
|
|
515
513
|
"activeIcon": {
|
|
516
|
-
"description": "
|
|
514
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
517
515
|
"type": "string",
|
|
518
516
|
"artifactType": "FlexChange",
|
|
519
517
|
"controlType": "sap.m.Button"
|
|
@@ -584,9 +582,7 @@
|
|
|
584
582
|
"description": "The UI5 control used for your extension",
|
|
585
583
|
"artifactType": "Manifest",
|
|
586
584
|
"type": "string",
|
|
587
|
-
"
|
|
588
|
-
"sap.ui.core.Fragment"
|
|
589
|
-
]
|
|
585
|
+
"const": "sap.ui.core.Fragment"
|
|
590
586
|
},
|
|
591
587
|
"fragmentName": {
|
|
592
588
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -635,9 +631,7 @@
|
|
|
635
631
|
"type": {
|
|
636
632
|
"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.",
|
|
637
633
|
"type": "string",
|
|
638
|
-
"
|
|
639
|
-
"GridTable"
|
|
640
|
-
],
|
|
634
|
+
"const": "GridTable",
|
|
641
635
|
"artifactType": "Manifest"
|
|
642
636
|
},
|
|
643
637
|
"qualifier": {
|
|
@@ -760,9 +754,7 @@
|
|
|
760
754
|
"type": {
|
|
761
755
|
"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.",
|
|
762
756
|
"type": "string",
|
|
763
|
-
"
|
|
764
|
-
"AnalyticalTable"
|
|
765
|
-
],
|
|
757
|
+
"const": "AnalyticalTable",
|
|
766
758
|
"artifactType": "Manifest"
|
|
767
759
|
},
|
|
768
760
|
"qualifier": {
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
"type": "string"
|
|
57
57
|
},
|
|
58
58
|
"flexEnabled": {
|
|
59
|
-
"description": "
|
|
59
|
+
"description": "Allows you to enable key user adaptation for an application.",
|
|
60
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
60
61
|
"type": "boolean"
|
|
61
62
|
}
|
|
62
63
|
},
|
|
@@ -102,9 +103,7 @@
|
|
|
102
103
|
"enabled": {
|
|
103
104
|
"description": "Allows applications to turn off the discard draft confirmation popup in various scenarios",
|
|
104
105
|
"type": "string",
|
|
105
|
-
"
|
|
106
|
-
"restricted"
|
|
107
|
-
]
|
|
106
|
+
"const": "restricted"
|
|
108
107
|
}
|
|
109
108
|
},
|
|
110
109
|
"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": {
|
|
@@ -189,9 +187,7 @@
|
|
|
189
187
|
"strategy": {
|
|
190
188
|
"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“.",
|
|
191
189
|
"type": "string",
|
|
192
|
-
"
|
|
193
|
-
"extension"
|
|
194
|
-
],
|
|
190
|
+
"const": "extension",
|
|
195
191
|
"artifactType": "Manifest"
|
|
196
192
|
}
|
|
197
193
|
},
|
|
@@ -404,13 +400,13 @@
|
|
|
404
400
|
"controlType": "sap.m.Button"
|
|
405
401
|
},
|
|
406
402
|
"icon": {
|
|
407
|
-
"description": "
|
|
403
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
408
404
|
"type": "string",
|
|
409
405
|
"artifactType": "FlexChange",
|
|
410
406
|
"controlType": "sap.m.Button"
|
|
411
407
|
},
|
|
412
408
|
"activeIcon": {
|
|
413
|
-
"description": "
|
|
409
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
414
410
|
"type": "string",
|
|
415
411
|
"artifactType": "FlexChange",
|
|
416
412
|
"controlType": "sap.m.Button"
|
|
@@ -518,13 +514,13 @@
|
|
|
518
514
|
"controlType": "sap.m.Button"
|
|
519
515
|
},
|
|
520
516
|
"icon": {
|
|
521
|
-
"description": "
|
|
517
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
522
518
|
"type": "string",
|
|
523
519
|
"artifactType": "FlexChange",
|
|
524
520
|
"controlType": "sap.m.Button"
|
|
525
521
|
},
|
|
526
522
|
"activeIcon": {
|
|
527
|
-
"description": "
|
|
523
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
528
524
|
"type": "string",
|
|
529
525
|
"artifactType": "FlexChange",
|
|
530
526
|
"controlType": "sap.m.Button"
|
|
@@ -595,9 +591,7 @@
|
|
|
595
591
|
"description": "The UI5 control used for your extension",
|
|
596
592
|
"artifactType": "Manifest",
|
|
597
593
|
"type": "string",
|
|
598
|
-
"
|
|
599
|
-
"sap.ui.core.Fragment"
|
|
600
|
-
]
|
|
594
|
+
"const": "sap.ui.core.Fragment"
|
|
601
595
|
},
|
|
602
596
|
"fragmentName": {
|
|
603
597
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -646,9 +640,7 @@
|
|
|
646
640
|
"type": {
|
|
647
641
|
"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.",
|
|
648
642
|
"type": "string",
|
|
649
|
-
"
|
|
650
|
-
"GridTable"
|
|
651
|
-
],
|
|
643
|
+
"const": "GridTable",
|
|
652
644
|
"artifactType": "Manifest"
|
|
653
645
|
},
|
|
654
646
|
"createWithFilters": {
|
|
@@ -750,9 +742,7 @@
|
|
|
750
742
|
"type": {
|
|
751
743
|
"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.",
|
|
752
744
|
"type": "string",
|
|
753
|
-
"
|
|
754
|
-
"TreeTable"
|
|
755
|
-
],
|
|
745
|
+
"const": "TreeTable",
|
|
756
746
|
"artifactType": "Manifest"
|
|
757
747
|
},
|
|
758
748
|
"multiSelect": {
|
|
@@ -854,9 +844,7 @@
|
|
|
854
844
|
"type": {
|
|
855
845
|
"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.",
|
|
856
846
|
"type": "string",
|
|
857
|
-
"
|
|
858
|
-
"ResponsiveTable"
|
|
859
|
-
],
|
|
847
|
+
"const": "ResponsiveTable",
|
|
860
848
|
"artifactType": "Manifest"
|
|
861
849
|
},
|
|
862
850
|
"includeItemInSelection": {
|
|
@@ -992,9 +980,7 @@
|
|
|
992
980
|
"type": {
|
|
993
981
|
"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.",
|
|
994
982
|
"type": "string",
|
|
995
|
-
"
|
|
996
|
-
"ResponsiveTable"
|
|
997
|
-
],
|
|
983
|
+
"const": "ResponsiveTable",
|
|
998
984
|
"artifactType": "Manifest"
|
|
999
985
|
},
|
|
1000
986
|
"includeItemInSelection": {
|