@sap/ux-specification 1.84.72 → 1.84.74
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 +61 -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-ListReport.html +18 -6
- package/dist/documentation/v4/v4-ObjectPage.html +18 -6
- package/dist/index-min.js +65 -55
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +25 -24
- package/dist/schemas/v2/AnalyticalListPageConfig.json +8 -16
- package/dist/schemas/v2/ApplicationV2.json +2 -1
- package/dist/schemas/v2/ListReportConfig.json +11 -25
- package/dist/schemas/v2/ObjectPageConfig.json +53 -70
- package/dist/schemas/v2/OverviewPageConfig.json +9 -27
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +35 -22
- package/dist/schemas/v4/ObjectPageConfig.json +18 -19
- 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 +21 -12
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +14 -7
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +26 -10
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +2 -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 +18 -30
- 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 +14 -0
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +68 -5
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.js +17 -1
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +1 -2
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts +3 -2
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +13 -13
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +3 -2
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +68 -55
- 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 +49 -33
- 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 +52 -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/package.json +26 -25
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.74",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -20,45 +20,45 @@
|
|
|
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 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 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
|
-
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
35
|
-
"update-snapshots": "jest --updateSnapshot",
|
|
36
|
-
"build:snap": "yarn build:dev && yarn update-snapshots",
|
|
37
|
-
"lint": "eslint . --ext .ts",
|
|
38
|
-
"lint:summary": "eslint . --ext .ts -f summary",
|
|
39
|
-
"lint:fix": "eslint . --report-unused-disable-directives --ext .ts --fix",
|
|
40
|
-
"lint:report": "eslint . --report-unused-disable-directives --ext .ts -f multiple",
|
|
41
|
-
"lint:report:jslint": "eslint . --report-unused-disable-directives --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
32
|
+
"deleteSnapshots": "rimraf **/_file_snapshots_",
|
|
42
33
|
"docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
|
|
43
34
|
"docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
|
|
44
|
-
"iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
|
|
45
|
-
"iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
|
|
46
35
|
"htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
|
|
47
36
|
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
48
|
-
"
|
|
37
|
+
"iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
|
|
38
|
+
"iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
|
|
39
|
+
"lint": "eslint . --ext .ts",
|
|
40
|
+
"lint:summary": "eslint . --ext .ts -f summary",
|
|
41
|
+
"lint:fix": "eslint . --ext .ts --fix",
|
|
42
|
+
"lint:report": "eslint . --ext .ts -f multiple",
|
|
43
|
+
"lint:report:jslint": "eslint . --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
44
|
+
"test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
45
|
+
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
46
|
+
"update-snapshots": "jest --updateSnapshot",
|
|
47
|
+
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas copy-templates -p copy-json-schemas -s bundle:watch",
|
|
48
|
+
"watch:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle:watch"
|
|
49
49
|
},
|
|
50
50
|
"publisher": "SAPSE",
|
|
51
51
|
"license": "SEE LICENSE IN LICENSE",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@sap-ux/vocabularies-types": "0.9.
|
|
53
|
+
"@sap-ux/vocabularies-types": "0.9.3"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@sap-ux/annotation-converter": "0.7.
|
|
57
|
-
"@sap/ux-specification-types": "1.84.
|
|
56
|
+
"@sap-ux/annotation-converter": "0.7.4",
|
|
57
|
+
"@sap/ux-specification-types": "1.84.74",
|
|
58
58
|
"@sap-ux/edmx-parser": "0.6.0",
|
|
59
|
-
"@sapui5/ts-types": "1.84.
|
|
59
|
+
"@sapui5/ts-types": "1.84.37",
|
|
60
60
|
"@types/d3": "7.4.0",
|
|
61
|
-
"@types/jquery": "3.5.
|
|
61
|
+
"@types/jquery": "3.5.19",
|
|
62
62
|
"@ui5/flexibility-utils": "0.1.3",
|
|
63
63
|
"ajv": "6.12.6",
|
|
64
64
|
"axios": "0.27.2",
|
|
@@ -68,11 +68,12 @@
|
|
|
68
68
|
"ejs": "3.1.9",
|
|
69
69
|
"excel4node": "1.8.2",
|
|
70
70
|
"i18next": "22.5.1",
|
|
71
|
-
"jquery": "3.7.
|
|
71
|
+
"jquery": "3.7.1",
|
|
72
|
+
"jsdom": "22.1.0",
|
|
72
73
|
"lodash.unset": "4.5.2",
|
|
73
74
|
"path": "0.12.7",
|
|
74
75
|
"reflect-metadata": "0.1.13",
|
|
75
|
-
"typescript-json-schema": "0.
|
|
76
|
+
"typescript-json-schema": "0.57.0",
|
|
76
77
|
"xml-js": "1.6.11"
|
|
77
78
|
},
|
|
78
79
|
"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": {
|
|
@@ -392,13 +390,13 @@
|
|
|
392
390
|
"controlType": "sap.m.Button"
|
|
393
391
|
},
|
|
394
392
|
"icon": {
|
|
395
|
-
"description": "
|
|
393
|
+
"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.",
|
|
396
394
|
"type": "string",
|
|
397
395
|
"artifactType": "FlexChange",
|
|
398
396
|
"controlType": "sap.m.Button"
|
|
399
397
|
},
|
|
400
398
|
"activeIcon": {
|
|
401
|
-
"description": "
|
|
399
|
+
"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.",
|
|
402
400
|
"type": "string",
|
|
403
401
|
"artifactType": "FlexChange",
|
|
404
402
|
"controlType": "sap.m.Button"
|
|
@@ -504,13 +502,13 @@
|
|
|
504
502
|
"controlType": "sap.m.Button"
|
|
505
503
|
},
|
|
506
504
|
"icon": {
|
|
507
|
-
"description": "
|
|
505
|
+
"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.",
|
|
508
506
|
"type": "string",
|
|
509
507
|
"artifactType": "FlexChange",
|
|
510
508
|
"controlType": "sap.m.Button"
|
|
511
509
|
},
|
|
512
510
|
"activeIcon": {
|
|
513
|
-
"description": "
|
|
511
|
+
"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.",
|
|
514
512
|
"type": "string",
|
|
515
513
|
"artifactType": "FlexChange",
|
|
516
514
|
"controlType": "sap.m.Button"
|
|
@@ -581,9 +579,7 @@
|
|
|
581
579
|
"description": "The UI5 control used for your extension",
|
|
582
580
|
"artifactType": "Manifest",
|
|
583
581
|
"type": "string",
|
|
584
|
-
"
|
|
585
|
-
"sap.ui.core.Fragment"
|
|
586
|
-
]
|
|
582
|
+
"const": "sap.ui.core.Fragment"
|
|
587
583
|
},
|
|
588
584
|
"fragmentName": {
|
|
589
585
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -632,9 +628,7 @@
|
|
|
632
628
|
"type": {
|
|
633
629
|
"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.",
|
|
634
630
|
"type": "string",
|
|
635
|
-
"
|
|
636
|
-
"GridTable"
|
|
637
|
-
],
|
|
631
|
+
"const": "GridTable",
|
|
638
632
|
"artifactType": "Manifest"
|
|
639
633
|
},
|
|
640
634
|
"qualifier": {
|
|
@@ -757,9 +751,7 @@
|
|
|
757
751
|
"type": {
|
|
758
752
|
"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.",
|
|
759
753
|
"type": "string",
|
|
760
|
-
"
|
|
761
|
-
"AnalyticalTable"
|
|
762
|
-
],
|
|
754
|
+
"const": "AnalyticalTable",
|
|
763
755
|
"artifactType": "Manifest"
|
|
764
756
|
},
|
|
765
757
|
"qualifier": {
|
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
"type": "string"
|
|
49
49
|
},
|
|
50
50
|
"flexEnabled": {
|
|
51
|
-
"description": "
|
|
51
|
+
"description": "Allows you to enable key user adaptation for an application.",
|
|
52
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
52
53
|
"type": "boolean"
|
|
53
54
|
}
|
|
54
55
|
},
|
|
@@ -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
|
},
|
|
@@ -403,13 +399,13 @@
|
|
|
403
399
|
"controlType": "sap.m.Button"
|
|
404
400
|
},
|
|
405
401
|
"icon": {
|
|
406
|
-
"description": "
|
|
402
|
+
"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.",
|
|
407
403
|
"type": "string",
|
|
408
404
|
"artifactType": "FlexChange",
|
|
409
405
|
"controlType": "sap.m.Button"
|
|
410
406
|
},
|
|
411
407
|
"activeIcon": {
|
|
412
|
-
"description": "
|
|
408
|
+
"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.",
|
|
413
409
|
"type": "string",
|
|
414
410
|
"artifactType": "FlexChange",
|
|
415
411
|
"controlType": "sap.m.Button"
|
|
@@ -515,13 +511,13 @@
|
|
|
515
511
|
"controlType": "sap.m.Button"
|
|
516
512
|
},
|
|
517
513
|
"icon": {
|
|
518
|
-
"description": "
|
|
514
|
+
"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.",
|
|
519
515
|
"type": "string",
|
|
520
516
|
"artifactType": "FlexChange",
|
|
521
517
|
"controlType": "sap.m.Button"
|
|
522
518
|
},
|
|
523
519
|
"activeIcon": {
|
|
524
|
-
"description": "
|
|
520
|
+
"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.",
|
|
525
521
|
"type": "string",
|
|
526
522
|
"artifactType": "FlexChange",
|
|
527
523
|
"controlType": "sap.m.Button"
|
|
@@ -592,9 +588,7 @@
|
|
|
592
588
|
"description": "The UI5 control used for your extension",
|
|
593
589
|
"artifactType": "Manifest",
|
|
594
590
|
"type": "string",
|
|
595
|
-
"
|
|
596
|
-
"sap.ui.core.Fragment"
|
|
597
|
-
]
|
|
591
|
+
"const": "sap.ui.core.Fragment"
|
|
598
592
|
},
|
|
599
593
|
"fragmentName": {
|
|
600
594
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -643,9 +637,7 @@
|
|
|
643
637
|
"type": {
|
|
644
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.",
|
|
645
639
|
"type": "string",
|
|
646
|
-
"
|
|
647
|
-
"GridTable"
|
|
648
|
-
],
|
|
640
|
+
"const": "GridTable",
|
|
649
641
|
"artifactType": "Manifest"
|
|
650
642
|
},
|
|
651
643
|
"createWithFilters": {
|
|
@@ -747,9 +739,7 @@
|
|
|
747
739
|
"type": {
|
|
748
740
|
"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.",
|
|
749
741
|
"type": "string",
|
|
750
|
-
"
|
|
751
|
-
"TreeTable"
|
|
752
|
-
],
|
|
742
|
+
"const": "TreeTable",
|
|
753
743
|
"artifactType": "Manifest"
|
|
754
744
|
},
|
|
755
745
|
"multiSelect": {
|
|
@@ -851,9 +841,7 @@
|
|
|
851
841
|
"type": {
|
|
852
842
|
"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.",
|
|
853
843
|
"type": "string",
|
|
854
|
-
"
|
|
855
|
-
"ResponsiveTable"
|
|
856
|
-
],
|
|
844
|
+
"const": "ResponsiveTable",
|
|
857
845
|
"artifactType": "Manifest"
|
|
858
846
|
},
|
|
859
847
|
"includeItemInSelection": {
|
|
@@ -989,9 +977,7 @@
|
|
|
989
977
|
"type": {
|
|
990
978
|
"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.",
|
|
991
979
|
"type": "string",
|
|
992
|
-
"
|
|
993
|
-
"ResponsiveTable"
|
|
994
|
-
],
|
|
980
|
+
"const": "ResponsiveTable",
|
|
995
981
|
"artifactType": "Manifest"
|
|
996
982
|
},
|
|
997
983
|
"includeItemInSelection": {
|