@sap/ux-specification 1.71.92 → 1.71.94

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.
Files changed (81) hide show
  1. package/CHANGELOG.md +57 -1
  2. package/dist/documentation/runDocu-min.js +19 -15
  3. package/dist/documentation/runDocu-min.js.map +4 -4
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +18 -6
  5. package/dist/documentation/v2/v2-ApplicationV2.html +18 -6
  6. package/dist/documentation/v2/v2-ListReport.html +18 -6
  7. package/dist/documentation/v2/v2-ObjectPage.html +18 -6
  8. package/dist/documentation/v2/v2-OverviewPage.html +18 -6
  9. package/dist/index-min.js +58 -48
  10. package/dist/index-min.js.map +4 -4
  11. package/dist/package.json +22 -21
  12. package/dist/schemas/v2/AnalyticalListPageConfig.json +8 -16
  13. package/dist/schemas/v2/ListReportConfig.json +10 -22
  14. package/dist/schemas/v2/ObjectPageConfig.json +50 -61
  15. package/dist/schemas/v2/OverviewPageConfig.json +11 -33
  16. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  17. package/dist/src/sync/common/decoration/control.js +1 -0
  18. package/dist/src/sync/common/decoration/control.js.map +1 -1
  19. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  20. package/dist/src/sync/common/distTagEvaluator.js +9 -2
  21. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  22. package/dist/src/sync/common/generate/utils.d.ts +7 -0
  23. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  24. package/dist/src/sync/common/generate/utils.js +23 -7
  25. package/dist/src/sync/common/generate/utils.js.map +1 -1
  26. package/dist/src/sync/common/i18n.json +3 -1
  27. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  28. package/dist/src/sync/common/importProject.js +20 -10
  29. package/dist/src/sync/common/importProject.js.map +1 -1
  30. package/dist/src/sync/common/utils.d.ts +7 -6
  31. package/dist/src/sync/common/utils.d.ts.map +1 -1
  32. package/dist/src/sync/common/utils.js +12 -8
  33. package/dist/src/sync/common/utils.js.map +1 -1
  34. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  35. package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
  36. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  37. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
  38. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +2 -1
  39. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  40. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  41. package/dist/src/sync/v2/export/export.js +9 -1
  42. package/dist/src/sync/v2/export/export.js.map +1 -1
  43. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  44. package/dist/src/sync/v2/export/exportPage.js +13 -3
  45. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  46. package/dist/src/sync/v2/export/manifest.js +1 -1
  47. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  48. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  49. package/dist/src/sync/v2/generate/analyticalListReport.js +11 -0
  50. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  51. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  52. package/dist/src/sync/v2/generate/objectPage.js +1 -1
  53. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  54. package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  55. package/dist/src/sync/v2/generate/overviewPage.js +1 -1
  56. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  57. package/dist/src/sync/v2/generate/utils.d.ts +5 -3
  58. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  59. package/dist/src/sync/v2/generate/utils.js +37 -32
  60. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  61. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  62. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  63. package/dist/src/sync/v2/import/app/appProvider.js +41 -18
  64. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  65. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
  66. package/dist/src/sync/v2/import/common/index.js +5 -6
  67. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  68. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  69. package/dist/src/sync/v2/import/pages/analyticalListPage.js +7 -28
  70. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  71. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  72. package/dist/src/sync/v2/import/pages/listReport.js +21 -32
  73. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  74. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  75. package/dist/src/sync/v2/import/pages/objectPage.js +4 -30
  76. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  77. package/dist/src/sync/v2/import/utils.d.ts +14 -0
  78. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  79. package/dist/src/sync/v2/import/utils.js +68 -5
  80. package/dist/src/sync/v2/import/utils.js.map +1 -1
  81. package/package.json +23 -22
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.71.92",
3
+ "version": "1.71.94",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -20,41 +20,41 @@
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 -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",
26
+ "build:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 -s bundle",
27
27
  "build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
28
- "build:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle",
29
- "watch:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle:watch",
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",
32
+ "deleteSnapshots": "rimraf **/_file_snapshots_",
33
+ "docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
34
+ "htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
35
+ "iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
36
+ "lint": "eslint . --ext .ts",
37
+ "lint:summary": "eslint . --ext .ts -f summary",
38
+ "lint:fix": "eslint . --ext .ts --fix",
39
+ "lint:report": "eslint . --ext .ts -f multiple",
40
+ "lint:report:jslint": "eslint . --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
33
41
  "test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
34
42
  "test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
35
43
  "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",
42
- "docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
43
- "iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
44
- "htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
45
- "deleteSnapshots": "rimraf **/_file_snapshots_"
44
+ "watch": "npm-run-all -l -s clean:before -p compile create-json-schemas copy-templates -p copy-json-schemas -s bundle:watch",
45
+ "watch:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 -s bundle:watch"
46
46
  },
47
47
  "publisher": "SAPSE",
48
48
  "license": "SEE LICENSE IN LICENSE",
49
49
  "dependencies": {
50
- "@sap-ux/vocabularies-types": "0.9.1"
50
+ "@sap-ux/vocabularies-types": "0.9.3"
51
51
  },
52
52
  "devDependencies": {
53
- "@sap-ux/annotation-converter": "0.7.2",
54
- "@sap/ux-specification-types": "1.71.92",
53
+ "@sap-ux/annotation-converter": "0.7.4",
54
+ "@sap/ux-specification-types": "1.71.94",
55
55
  "@sap-ux/edmx-parser": "0.6.0",
56
56
  "@types/d3": "7.4.0",
57
- "@types/jquery": "3.5.16",
57
+ "@types/jquery": "3.5.19",
58
58
  "@ui5/flexibility-utils": "0.1.3",
59
59
  "ajv": "6.12.6",
60
60
  "axios": "0.27.2",
@@ -64,11 +64,12 @@
64
64
  "ejs": "3.1.9",
65
65
  "excel4node": "1.8.2",
66
66
  "i18next": "22.5.1",
67
- "jquery": "3.7.0",
67
+ "jquery": "3.7.1",
68
+ "jsdom": "22.1.0",
68
69
  "lodash.unset": "4.5.2",
69
70
  "path": "0.12.7",
70
71
  "reflect-metadata": "0.1.13",
71
- "typescript-json-schema": "0.56.0",
72
+ "typescript-json-schema": "0.57.0",
72
73
  "xml-js": "1.6.11"
73
74
  },
74
75
  "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
- "enum": [
56
- "ResponsiveTable"
57
- ],
55
+ "const": "ResponsiveTable",
58
56
  "artifactType": "Manifest"
59
57
  },
60
58
  "growingThreshold": {
@@ -316,13 +314,13 @@
316
314
  "controlType": "sap.m.Button"
317
315
  },
318
316
  "icon": {
319
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
317
+ "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.",
320
318
  "type": "string",
321
319
  "artifactType": "FlexChange",
322
320
  "controlType": "sap.m.Button"
323
321
  },
324
322
  "activeIcon": {
325
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
323
+ "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.",
326
324
  "type": "string",
327
325
  "artifactType": "FlexChange",
328
326
  "controlType": "sap.m.Button"
@@ -423,13 +421,13 @@
423
421
  "controlType": "sap.m.Button"
424
422
  },
425
423
  "icon": {
426
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
424
+ "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.",
427
425
  "type": "string",
428
426
  "artifactType": "FlexChange",
429
427
  "controlType": "sap.m.Button"
430
428
  },
431
429
  "activeIcon": {
432
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
430
+ "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.",
433
431
  "type": "string",
434
432
  "artifactType": "FlexChange",
435
433
  "controlType": "sap.m.Button"
@@ -500,9 +498,7 @@
500
498
  "description": "The UI5 control used for your extension",
501
499
  "artifactType": "Manifest",
502
500
  "type": "string",
503
- "enum": [
504
- "sap.ui.core.Fragment"
505
- ]
501
+ "const": "sap.ui.core.Fragment"
506
502
  },
507
503
  "fragmentName": {
508
504
  "description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
@@ -551,9 +547,7 @@
551
547
  "type": {
552
548
  "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.",
553
549
  "type": "string",
554
- "enum": [
555
- "GridTable"
556
- ],
550
+ "const": "GridTable",
557
551
  "artifactType": "Manifest"
558
552
  },
559
553
  "qualifier": {
@@ -667,9 +661,7 @@
667
661
  "type": {
668
662
  "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.",
669
663
  "type": "string",
670
- "enum": [
671
- "AnalyticalTable"
672
- ],
664
+ "const": "AnalyticalTable",
673
665
  "artifactType": "Manifest"
674
666
  },
675
667
  "qualifier": {
@@ -44,9 +44,7 @@
44
44
  "type": {
45
45
  "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.",
46
46
  "type": "string",
47
- "enum": [
48
- "AnalyticalTable"
49
- ],
47
+ "const": "AnalyticalTable",
50
48
  "artifactType": "Manifest"
51
49
  },
52
50
  "qualifier": {
@@ -177,9 +175,7 @@
177
175
  "strategy": {
178
176
  "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“.",
179
177
  "type": "string",
180
- "enum": [
181
- "extension"
182
- ],
178
+ "const": "extension",
183
179
  "artifactType": "Manifest"
184
180
  }
185
181
  },
@@ -324,13 +320,13 @@
324
320
  "controlType": "sap.m.Button"
325
321
  },
326
322
  "icon": {
327
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
323
+ "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.",
328
324
  "type": "string",
329
325
  "artifactType": "FlexChange",
330
326
  "controlType": "sap.m.Button"
331
327
  },
332
328
  "activeIcon": {
333
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
329
+ "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.",
334
330
  "type": "string",
335
331
  "artifactType": "FlexChange",
336
332
  "controlType": "sap.m.Button"
@@ -431,13 +427,13 @@
431
427
  "controlType": "sap.m.Button"
432
428
  },
433
429
  "icon": {
434
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
430
+ "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.",
435
431
  "type": "string",
436
432
  "artifactType": "FlexChange",
437
433
  "controlType": "sap.m.Button"
438
434
  },
439
435
  "activeIcon": {
440
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
436
+ "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.",
441
437
  "type": "string",
442
438
  "artifactType": "FlexChange",
443
439
  "controlType": "sap.m.Button"
@@ -508,9 +504,7 @@
508
504
  "description": "The UI5 control used for your extension",
509
505
  "artifactType": "Manifest",
510
506
  "type": "string",
511
- "enum": [
512
- "sap.ui.core.Fragment"
513
- ]
507
+ "const": "sap.ui.core.Fragment"
514
508
  },
515
509
  "fragmentName": {
516
510
  "description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
@@ -557,9 +551,7 @@
557
551
  "type": {
558
552
  "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.",
559
553
  "type": "string",
560
- "enum": [
561
- "ResponsiveTable"
562
- ],
554
+ "const": "ResponsiveTable",
563
555
  "artifactType": "Manifest"
564
556
  },
565
557
  "includeItemInSelection": {
@@ -691,9 +683,7 @@
691
683
  "type": {
692
684
  "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.",
693
685
  "type": "string",
694
- "enum": [
695
- "GridTable"
696
- ],
686
+ "const": "GridTable",
697
687
  "artifactType": "Manifest"
698
688
  },
699
689
  "createWithFilters": {
@@ -791,9 +781,7 @@
791
781
  "type": {
792
782
  "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.",
793
783
  "type": "string",
794
- "enum": [
795
- "TreeTable"
796
- ],
784
+ "const": "TreeTable",
797
785
  "artifactType": "Manifest"
798
786
  },
799
787
  "showDraftToggle": {
@@ -120,7 +120,7 @@
120
120
  "type": "string"
121
121
  }
122
122
  ],
123
- "description": "Whether the button should be visible on the screen.",
123
+ "description": "Allows you to define if the action button should be visible on the screen.",
124
124
  "artifactType": "FlexChange",
125
125
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
126
126
  },
@@ -132,13 +132,13 @@
132
132
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
133
133
  },
134
134
  "icon": {
135
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
135
+ "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.",
136
136
  "type": "string",
137
137
  "artifactType": "FlexChange",
138
138
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
139
139
  },
140
140
  "activeIcon": {
141
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
141
+ "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.",
142
142
  "type": "string",
143
143
  "artifactType": "FlexChange",
144
144
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
@@ -172,8 +172,21 @@
172
172
  "type": "object",
173
173
  "properties": {
174
174
  "showHeaderContent": {
175
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
176
+ "anyOf": [
177
+ {
178
+ "enum": [
179
+ false,
180
+ true,
181
+ "{ui>/editable}",
182
+ "{= !${ui>/editable}}"
183
+ ]
184
+ },
185
+ {
186
+ "type": "string"
187
+ }
188
+ ],
175
189
  "description": "showHeaderContent determines the visibility of the Header content.",
176
- "type": "boolean",
177
190
  "artifactType": "FlexChange",
178
191
  "controlType": "sap.uxap.ObjectPageLayout"
179
192
  },
@@ -246,7 +259,7 @@
246
259
  "type": "string"
247
260
  }
248
261
  ],
249
- "description": "Whether the section should be visible on the screen.",
262
+ "description": "Allows you to define if the section should be visible on the screen.",
250
263
  "artifactType": "FlexChange",
251
264
  "controlType": "sap.uxap.ObjectPageSection"
252
265
  }
@@ -276,7 +289,7 @@
276
289
  "type": "string"
277
290
  }
278
291
  ],
279
- "description": "Whether the section should be visible on the screen.",
292
+ "description": "Allows you to define if the section should be visible on the screen.",
280
293
  "artifactType": "FlexChange",
281
294
  "controlType": "sap.uxap.ObjectPageSection"
282
295
  }
@@ -323,7 +336,7 @@
323
336
  "type": "string"
324
337
  }
325
338
  ],
326
- "description": "Whether the field should be visible on the screen.",
339
+ "description": "Allows you to define if the field should be visible on the screen.",
327
340
  "artifactType": "FlexChange",
328
341
  "controlType": "sap.ui.comp.smartform.GroupElement"
329
342
  }
@@ -356,7 +369,7 @@
356
369
  "type": "string"
357
370
  }
358
371
  ],
359
- "description": "Whether the button should be visible on the screen.",
372
+ "description": "Allows you to define if the action button should be visible on the screen.",
360
373
  "artifactType": "FlexChange",
361
374
  "controlType": "sap.m.Button"
362
375
  },
@@ -368,13 +381,13 @@
368
381
  "controlType": "sap.m.Button"
369
382
  },
370
383
  "icon": {
371
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
384
+ "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.",
372
385
  "type": "string",
373
386
  "artifactType": "FlexChange",
374
387
  "controlType": "sap.m.Button"
375
388
  },
376
389
  "activeIcon": {
377
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
390
+ "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.",
378
391
  "type": "string",
379
392
  "artifactType": "FlexChange",
380
393
  "controlType": "sap.m.Button"
@@ -424,7 +437,7 @@
424
437
  "type": "string"
425
438
  }
426
439
  ],
427
- "description": "Whether the section should be visible on the screen.",
440
+ "description": "Allows you to define if the section should be visible on the screen.",
428
441
  "artifactType": "FlexChange",
429
442
  "controlType": "sap.uxap.ObjectPageSection"
430
443
  }
@@ -438,9 +451,7 @@
438
451
  "type": {
439
452
  "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.",
440
453
  "type": "string",
441
- "enum": [
442
- "ResponsiveTable"
443
- ],
454
+ "const": "ResponsiveTable",
444
455
  "artifactType": "Manifest"
445
456
  },
446
457
  "includeItemInSelection": {
@@ -510,9 +521,7 @@
510
521
  "createMode": {
511
522
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
512
523
  "type": "string",
513
- "enum": [
514
- "inline"
515
- ],
524
+ "const": "inline",
516
525
  "artifactType": "Manifest"
517
526
  },
518
527
  "disableDefaultInlineCreateSort": {
@@ -631,7 +640,7 @@
631
640
  "type": "string"
632
641
  }
633
642
  ],
634
- "description": "Whether the button should be visible on the screen.",
643
+ "description": "Allows you to define if the action button should be visible on the screen.",
635
644
  "artifactType": "FlexChange",
636
645
  "controlType": "sap.m.Button"
637
646
  },
@@ -643,13 +652,13 @@
643
652
  "controlType": "sap.m.Button"
644
653
  },
645
654
  "icon": {
646
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
655
+ "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.",
647
656
  "type": "string",
648
657
  "artifactType": "FlexChange",
649
658
  "controlType": "sap.m.Button"
650
659
  },
651
660
  "activeIcon": {
652
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
661
+ "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.",
653
662
  "type": "string",
654
663
  "artifactType": "FlexChange",
655
664
  "controlType": "sap.m.Button"
@@ -736,13 +745,13 @@
736
745
  "controlType": "sap.m.Button"
737
746
  },
738
747
  "icon": {
739
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
748
+ "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.",
740
749
  "type": "string",
741
750
  "artifactType": "FlexChange",
742
751
  "controlType": "sap.m.Button"
743
752
  },
744
753
  "activeIcon": {
745
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
754
+ "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.",
746
755
  "type": "string",
747
756
  "artifactType": "FlexChange",
748
757
  "controlType": "sap.m.Button"
@@ -813,9 +822,7 @@
813
822
  "description": "The UI5 control used for your extension",
814
823
  "artifactType": "Manifest",
815
824
  "type": "string",
816
- "enum": [
817
- "sap.ui.core.Fragment"
818
- ]
825
+ "const": "sap.ui.core.Fragment"
819
826
  },
820
827
  "fragmentName": {
821
828
  "description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
@@ -864,9 +871,7 @@
864
871
  "type": {
865
872
  "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.",
866
873
  "type": "string",
867
- "enum": [
868
- "AnalyticalTable"
869
- ],
874
+ "const": "AnalyticalTable",
870
875
  "artifactType": "Manifest"
871
876
  },
872
877
  "condensedTableLayout": {
@@ -915,9 +920,7 @@
915
920
  "createMode": {
916
921
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
917
922
  "type": "string",
918
- "enum": [
919
- "inline"
920
- ],
923
+ "const": "inline",
921
924
  "artifactType": "Manifest"
922
925
  },
923
926
  "disableDefaultInlineCreateSort": {
@@ -945,9 +948,7 @@
945
948
  "type": {
946
949
  "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.",
947
950
  "type": "string",
948
- "enum": [
949
- "GridTable"
950
- ],
951
+ "const": "GridTable",
951
952
  "artifactType": "Manifest"
952
953
  },
953
954
  "condensedTableLayout": {
@@ -996,9 +997,7 @@
996
997
  "createMode": {
997
998
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
998
999
  "type": "string",
999
- "enum": [
1000
- "inline"
1001
- ],
1000
+ "const": "inline",
1002
1001
  "artifactType": "Manifest"
1003
1002
  },
1004
1003
  "disableDefaultInlineCreateSort": {
@@ -1026,9 +1025,7 @@
1026
1025
  "type": {
1027
1026
  "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.",
1028
1027
  "type": "string",
1029
- "enum": [
1030
- "TreeTable"
1031
- ],
1028
+ "const": "TreeTable",
1032
1029
  "artifactType": "Manifest"
1033
1030
  },
1034
1031
  "condensedTableLayout": {
@@ -1077,9 +1074,7 @@
1077
1074
  "createMode": {
1078
1075
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1079
1076
  "type": "string",
1080
- "enum": [
1081
- "inline"
1082
- ],
1077
+ "const": "inline",
1083
1078
  "artifactType": "Manifest"
1084
1079
  },
1085
1080
  "disableDefaultInlineCreateSort": {
@@ -1121,7 +1116,7 @@
1121
1116
  "type": "string"
1122
1117
  }
1123
1118
  ],
1124
- "description": "Whether the section should be visible on the screen.",
1119
+ "description": "Allows you to define if the section should be visible on the screen.",
1125
1120
  "artifactType": "FlexChange",
1126
1121
  "controlType": "sap.uxap.ObjectPageSection"
1127
1122
  }
@@ -1165,7 +1160,7 @@
1165
1160
  "type": "string"
1166
1161
  }
1167
1162
  ],
1168
- "description": "Whether the section should be visible on the screen.",
1163
+ "description": "Allows you to define if the section should be visible on the screen.",
1169
1164
  "artifactType": "FlexChange",
1170
1165
  "controlType": "sap.uxap.ObjectPageSection"
1171
1166
  }
@@ -1197,7 +1192,7 @@
1197
1192
  "type": "string"
1198
1193
  }
1199
1194
  ],
1200
- "description": "Whether the section should be visible on the screen.",
1195
+ "description": "Allows you to define if the section should be visible on the screen.",
1201
1196
  "artifactType": "FlexChange",
1202
1197
  "controlType": "sap.uxap.ObjectPageSection"
1203
1198
  }
@@ -1227,7 +1222,7 @@
1227
1222
  "type": "string"
1228
1223
  }
1229
1224
  ],
1230
- "description": "Whether the section should be visible on the screen.",
1225
+ "description": "Allows you to define if the section should be visible on the screen.",
1231
1226
  "artifactType": "FlexChange",
1232
1227
  "controlType": "sap.uxap.ObjectPageSubSection"
1233
1228
  }
@@ -1281,7 +1276,7 @@
1281
1276
  "type": "string"
1282
1277
  }
1283
1278
  ],
1284
- "description": "Whether the section should be visible on the screen.",
1279
+ "description": "Allows you to define if the section should be visible on the screen.",
1285
1280
  "artifactType": "FlexChange",
1286
1281
  "controlType": "sap.uxap.ObjectPageSubSection"
1287
1282
  }
@@ -1313,7 +1308,7 @@
1313
1308
  "type": "string"
1314
1309
  }
1315
1310
  ],
1316
- "description": "Whether the section should be visible on the screen.",
1311
+ "description": "Allows you to define if the section should be visible on the screen.",
1317
1312
  "artifactType": "FlexChange",
1318
1313
  "controlType": "sap.uxap.ObjectPageSubSection"
1319
1314
  }
@@ -1348,9 +1343,7 @@
1348
1343
  "properties": {
1349
1344
  "className": {
1350
1345
  "type": "string",
1351
- "enum": [
1352
- "sap.ui.core.mvc.View"
1353
- ]
1346
+ "const": "sap.ui.core.mvc.View"
1354
1347
  },
1355
1348
  "viewName": {
1356
1349
  "type": "string"
@@ -1404,18 +1397,14 @@
1404
1397
  "properties": {
1405
1398
  "className": {
1406
1399
  "type": "string",
1407
- "enum": [
1408
- "sap.ui.core.Fragment"
1409
- ]
1400
+ "const": "sap.ui.core.Fragment"
1410
1401
  },
1411
1402
  "fragmentName": {
1412
1403
  "type": "string"
1413
1404
  },
1414
1405
  "type": {
1415
1406
  "type": "string",
1416
- "enum": [
1417
- "XML"
1418
- ]
1407
+ "const": "XML"
1419
1408
  },
1420
1409
  "relatedFacet": {
1421
1410
  "type": "string"
@@ -1476,7 +1465,7 @@
1476
1465
  "type": "string"
1477
1466
  }
1478
1467
  ],
1479
- "description": "Whether the button should be visible on the screen.",
1468
+ "description": "Allows you to define if the action button should be visible on the screen.",
1480
1469
  "artifactType": "FlexChange",
1481
1470
  "controlType": "sap.m.Button"
1482
1471
  },
@@ -1488,13 +1477,13 @@
1488
1477
  "controlType": "sap.m.Button"
1489
1478
  },
1490
1479
  "icon": {
1491
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
1480
+ "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.",
1492
1481
  "type": "string",
1493
1482
  "artifactType": "FlexChange",
1494
1483
  "controlType": "sap.m.Button"
1495
1484
  },
1496
1485
  "activeIcon": {
1497
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
1486
+ "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.",
1498
1487
  "type": "string",
1499
1488
  "artifactType": "FlexChange",
1500
1489
  "controlType": "sap.m.Button"