@sap/ux-specification 1.120.10 → 1.120.12

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 (123) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +102 -102
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/schemas/v2/ListReportConfig.json +3 -2
  15. package/dist/schemas/v2/ObjectPageConfig.json +50 -60
  16. package/dist/schemas/v4/BuildingBlocksConfig.json +163 -13
  17. package/dist/schemas/v4/ObjectPageConfig.json +74 -38
  18. package/dist/specification/package.json +8 -8
  19. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  20. package/dist/specification/src/sync/common/decoration/control.js +2 -4
  21. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  22. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +2 -1
  23. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  24. package/dist/specification/src/sync/common/distTagEvaluator.js +30 -8
  25. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  26. package/dist/specification/src/sync/common/generate/objectPage.d.ts +4 -4
  27. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  28. package/dist/specification/src/sync/common/generate/objectPage.js +6 -6
  29. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  30. package/dist/specification/src/sync/common/generate/utils.d.ts +0 -7
  31. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  32. package/dist/specification/src/sync/common/generate/utils.js +1 -13
  33. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  34. package/dist/specification/src/sync/common/i18n.json +5 -1
  35. package/dist/specification/src/sync/common/utils.js +2 -2
  36. package/dist/specification/src/sync/common/utils.js.map +1 -1
  37. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
  38. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +1 -0
  39. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  40. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts +0 -2
  41. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  42. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +0 -20
  43. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  44. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts +0 -1
  45. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +17 -29
  47. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  48. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  49. package/dist/specification/src/sync/v2/generate/listReport.js +109 -38
  50. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  51. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  52. package/dist/specification/src/sync/v2/generate/objectPage.js +21 -18
  53. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  54. package/dist/specification/src/sync/v2/generate/utils.d.ts +31 -2
  55. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  56. package/dist/specification/src/sync/v2/generate/utils.js +61 -1
  57. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  58. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  59. package/dist/specification/src/sync/v2/import/common/index.js +8 -9
  60. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  61. package/dist/specification/src/sync/v4/application.d.ts +1 -0
  62. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  63. package/dist/specification/src/sync/v4/application.js +5 -1
  64. package/dist/specification/src/sync/v4/application.js.map +1 -1
  65. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -4
  66. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  67. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +0 -74
  68. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  69. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +0 -1
  70. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  71. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js +0 -10
  72. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  73. package/dist/specification/src/sync/v4/export/controls/RelatedApps.d.ts +11 -0
  74. package/dist/specification/src/sync/v4/export/controls/RelatedApps.d.ts.map +1 -0
  75. package/dist/specification/src/sync/v4/export/controls/RelatedApps.js +68 -0
  76. package/dist/specification/src/sync/v4/export/controls/RelatedApps.js.map +1 -0
  77. package/dist/specification/src/sync/v4/export/controls/index.d.ts +14 -13
  78. package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v4/export/controls/index.js +14 -13
  80. package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -1
  81. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v4/export/export.js +9 -16
  83. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  84. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v4/export/manifest.js +0 -24
  86. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  87. package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
  88. package/dist/specification/src/sync/v4/export/utils.js +0 -3
  89. package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
  90. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  91. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +16 -13
  92. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  93. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v4/generate/objectPage.js +50 -81
  95. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  96. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  97. package/dist/specification/src/sync/v4/import/pages/objectPage.js +1 -2
  98. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  99. package/dist/specification/src/sync/v4/utils/utils.d.ts +1 -1
  100. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  101. package/dist/specification/src/sync/v4/utils/utils.js +11 -3
  102. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  103. package/dist/types/src/apiTypes.d.ts +2 -0
  104. package/dist/types/src/apiTypes.d.ts.map +1 -1
  105. package/dist/types/src/common/types.d.ts +1 -0
  106. package/dist/types/src/common/types.d.ts.map +1 -1
  107. package/dist/types/src/common/types.js +1 -0
  108. package/dist/types/src/common/types.js.map +1 -1
  109. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts +13 -7
  110. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -1
  111. package/dist/types/src/common/webapp/manifest/sapUi5.js.map +1 -1
  112. package/dist/types/src/v2/controls/FilterBar.d.ts +1 -1
  113. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +8 -8
  114. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  115. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +38 -5
  116. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  117. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +4 -8
  118. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  119. package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -1
  120. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +4 -7
  121. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -1
  122. package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -1
  123. package/package.json +8 -8
@@ -82,9 +82,10 @@
82
82
  "type": "object",
83
83
  "properties": {
84
84
  "annotationPath": {
85
- "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
85
+ "description": "Can be used to specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)",
86
86
  "type": "string",
87
- "artifactType": "Manifest"
87
+ "artifactType": "Manifest",
88
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/49a6ba5b8d6946208322a9f7e16837c2"
88
89
  },
89
90
  "smartVariantManagement": {
90
91
  "description": "Controls whether smart variant management is active. Default is true.",
@@ -90,16 +90,6 @@
90
90
  "type": "boolean",
91
91
  "artifactType": "Manifest"
92
92
  },
93
- "selectionLimit": {
94
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
95
- "type": "number",
96
- "artifactType": "Manifest"
97
- },
98
- "disableDefaultInlineCreateSort": {
99
- "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
100
- "type": "boolean",
101
- "artifactType": "Manifest"
102
- },
103
93
  "variantManagement": {
104
94
  "description": "Set this property to true to enable variant management for the table.",
105
95
  "type": "boolean",
@@ -739,6 +729,16 @@
739
729
  "artifactType": "Manifest",
740
730
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
741
731
  },
732
+ "selectionLimit": {
733
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
734
+ "type": "number",
735
+ "artifactType": "Manifest"
736
+ },
737
+ "disableDefaultInlineCreateSort": {
738
+ "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
739
+ "type": "boolean",
740
+ "artifactType": "Manifest"
741
+ },
742
742
  "useExportToExcel": {
743
743
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
744
744
  "type": "boolean",
@@ -792,16 +792,6 @@
792
792
  "type": "boolean",
793
793
  "artifactType": "Manifest"
794
794
  },
795
- "selectionLimit": {
796
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
797
- "type": "number",
798
- "artifactType": "Manifest"
799
- },
800
- "disableDefaultInlineCreateSort": {
801
- "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
802
- "type": "boolean",
803
- "artifactType": "Manifest"
804
- },
805
795
  "variantManagement": {
806
796
  "description": "Set this property to true to enable variant management for the table.",
807
797
  "type": "boolean",
@@ -1209,6 +1199,16 @@
1209
1199
  "artifactType": "Manifest",
1210
1200
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1211
1201
  },
1202
+ "selectionLimit": {
1203
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1204
+ "type": "number",
1205
+ "artifactType": "Manifest"
1206
+ },
1207
+ "disableDefaultInlineCreateSort": {
1208
+ "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
1209
+ "type": "boolean",
1210
+ "artifactType": "Manifest"
1211
+ },
1212
1212
  "useExportToExcel": {
1213
1213
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1214
1214
  "type": "boolean",
@@ -1262,16 +1262,6 @@
1262
1262
  "type": "boolean",
1263
1263
  "artifactType": "Manifest"
1264
1264
  },
1265
- "selectionLimit": {
1266
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1267
- "type": "number",
1268
- "artifactType": "Manifest"
1269
- },
1270
- "disableDefaultInlineCreateSort": {
1271
- "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
1272
- "type": "boolean",
1273
- "artifactType": "Manifest"
1274
- },
1275
1265
  "variantManagement": {
1276
1266
  "description": "Set this property to true to enable variant management for the table.",
1277
1267
  "type": "boolean",
@@ -1308,6 +1298,16 @@
1308
1298
  "artifactType": "Manifest",
1309
1299
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1310
1300
  },
1301
+ "selectionLimit": {
1302
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1303
+ "type": "number",
1304
+ "artifactType": "Manifest"
1305
+ },
1306
+ "disableDefaultInlineCreateSort": {
1307
+ "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
1308
+ "type": "boolean",
1309
+ "artifactType": "Manifest"
1310
+ },
1311
1311
  "useExportToExcel": {
1312
1312
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1313
1313
  "type": "boolean",
@@ -1361,16 +1361,6 @@
1361
1361
  "type": "boolean",
1362
1362
  "artifactType": "Manifest"
1363
1363
  },
1364
- "selectionLimit": {
1365
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1366
- "type": "number",
1367
- "artifactType": "Manifest"
1368
- },
1369
- "disableDefaultInlineCreateSort": {
1370
- "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
1371
- "type": "boolean",
1372
- "artifactType": "Manifest"
1373
- },
1374
1364
  "variantManagement": {
1375
1365
  "description": "Set this property to true to enable variant management for the table.",
1376
1366
  "type": "boolean",
@@ -1407,6 +1397,16 @@
1407
1397
  "artifactType": "Manifest",
1408
1398
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1409
1399
  },
1400
+ "selectionLimit": {
1401
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1402
+ "type": "number",
1403
+ "artifactType": "Manifest"
1404
+ },
1405
+ "disableDefaultInlineCreateSort": {
1406
+ "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
1407
+ "type": "boolean",
1408
+ "artifactType": "Manifest"
1409
+ },
1410
1410
  "useExportToExcel": {
1411
1411
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1412
1412
  "type": "boolean",
@@ -1460,16 +1460,6 @@
1460
1460
  "type": "boolean",
1461
1461
  "artifactType": "Manifest"
1462
1462
  },
1463
- "selectionLimit": {
1464
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1465
- "type": "number",
1466
- "artifactType": "Manifest"
1467
- },
1468
- "disableDefaultInlineCreateSort": {
1469
- "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
1470
- "type": "boolean",
1471
- "artifactType": "Manifest"
1472
- },
1473
1463
  "variantManagement": {
1474
1464
  "description": "Set this property to true to enable variant management for the table.",
1475
1465
  "type": "boolean",
@@ -1506,6 +1496,16 @@
1506
1496
  "artifactType": "Manifest",
1507
1497
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1508
1498
  },
1499
+ "selectionLimit": {
1500
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1501
+ "type": "number",
1502
+ "artifactType": "Manifest"
1503
+ },
1504
+ "disableDefaultInlineCreateSort": {
1505
+ "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
1506
+ "type": "boolean",
1507
+ "artifactType": "Manifest"
1508
+ },
1509
1509
  "useExportToExcel": {
1510
1510
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1511
1511
  "type": "boolean",
@@ -1559,16 +1559,6 @@
1559
1559
  "type": "boolean",
1560
1560
  "artifactType": "Manifest"
1561
1561
  },
1562
- "selectionLimit": {
1563
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1564
- "type": "number",
1565
- "artifactType": "Manifest"
1566
- },
1567
- "disableDefaultInlineCreateSort": {
1568
- "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
1569
- "type": "boolean",
1570
- "artifactType": "Manifest"
1571
- },
1572
1562
  "variantManagement": {
1573
1563
  "description": "Set this property to true to enable variant management for the table.",
1574
1564
  "type": "boolean",
@@ -4,7 +4,9 @@
4
4
  "namespaces": [
5
5
  "sap.fe.macros",
6
6
  "sap.fe.macros.chart",
7
+ "sap.fe.macros.controls",
7
8
  "sap.fe.macros.filterBar",
9
+ "sap.fe.macros.richtexteditor",
8
10
  "sap.fe.macros.share",
9
11
  "sap.fe.macros.table"
10
12
  ]
@@ -125,7 +127,7 @@
125
127
  "buttonGroups": {
126
128
  "type": "object",
127
129
  "additionalProperties": {
128
- "$ref": "#/definitions/sap.fe.macros.richtexteditor.buttonGroup"
130
+ "$ref": "#/definitions/sap.fe.macros.richtexteditor.ButtonGroup"
129
131
  },
130
132
  "isViewNode": true,
131
133
  "metadata": {
@@ -136,7 +138,7 @@
136
138
  "plugins": {
137
139
  "type": "object",
138
140
  "additionalProperties": {
139
- "$ref": "#/definitions/sap.fe.macros.richtexteditor.plugin"
141
+ "$ref": "#/definitions/sap.fe.macros.richtexteditor.Plugin"
140
142
  },
141
143
  "isViewNode": true,
142
144
  "metadata": {
@@ -414,6 +416,26 @@
414
416
  "type": "Control"
415
417
  }
416
418
  },
419
+ "sap.fe.macros.controls.BuildingBlockObjectProperty": {
420
+ "description": "Base class for building block complex object properties that can be serialized to XML.",
421
+ "isViewNode": true,
422
+ "type": "object",
423
+ "properties": {
424
+ "id": {
425
+ "type": "string",
426
+ "description": "Unique id of control",
427
+ "artifactType": "XMLProperty",
428
+ "metadata": {
429
+ "type": "Property"
430
+ }
431
+ }
432
+ },
433
+ "additionalProperties": false,
434
+ "metadata": {
435
+ "path": [],
436
+ "type": "Control"
437
+ }
438
+ },
417
439
  "sap.fe.macros.FlexibleColumnLayoutActions": {
418
440
  "description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macro:FlexibleColumnLayoutActions />\n\n",
419
441
  "isViewNode": true,
@@ -474,7 +496,7 @@
474
496
  },
475
497
  "semanticObject": {
476
498
  "type": "string",
477
- "description": "Option to add semantic objects to a field.\nValid options are either a single semantic object, a stringified array of semantic objects\nor a single binding expression returning either a single semantic object or an array of semantic objects",
499
+ "description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
478
500
  "artifactType": "XMLProperty",
479
501
  "metadata": {
480
502
  "type": "Property"
@@ -810,14 +832,6 @@
810
832
  "type": "Property"
811
833
  }
812
834
  },
813
- "press": {
814
- "type": "string",
815
- "description": "An event is triggered when the KPI is pressed.",
816
- "artifactType": "XMLProperty",
817
- "metadata": {
818
- "type": "Property"
819
- }
820
- },
821
835
  "showIcon": {
822
836
  "type": "boolean",
823
837
  "description": "Set it to `true` if the KPI should display its status icon.",
@@ -872,6 +886,14 @@
872
886
  "metadata": {
873
887
  "type": "Property"
874
888
  }
889
+ },
890
+ "press": {
891
+ "type": "string",
892
+ "description": "An event is triggered when the KPI is pressed.",
893
+ "artifactType": "XMLProperty",
894
+ "metadata": {
895
+ "type": "Event"
896
+ }
875
897
  }
876
898
  },
877
899
  "additionalProperties": false,
@@ -974,6 +996,94 @@
974
996
  "type": "Control"
975
997
  }
976
998
  },
999
+ "sap.fe.macros.richtexteditor.ButtonGroup": {
1000
+ "description": "Button configurations for the RichTextEditor.",
1001
+ "isViewNode": true,
1002
+ "type": "object",
1003
+ "properties": {
1004
+ "buttons": {
1005
+ "type": "string",
1006
+ "description": "The buttons to be displayed in the group.",
1007
+ "artifactType": "XMLProperty",
1008
+ "metadata": {
1009
+ "type": "Property"
1010
+ }
1011
+ },
1012
+ "customToolbarPriority": {
1013
+ "type": "string",
1014
+ "description": "The priority of the group in the custom toolbar.",
1015
+ "artifactType": "XMLProperty",
1016
+ "metadata": {
1017
+ "type": "Property"
1018
+ }
1019
+ },
1020
+ "name": {
1021
+ "type": "string",
1022
+ "description": "The name of the group.",
1023
+ "artifactType": "XMLProperty",
1024
+ "metadata": {
1025
+ "type": "Property"
1026
+ }
1027
+ },
1028
+ "priority": {
1029
+ "type": "string",
1030
+ "description": "The priority of the group.",
1031
+ "artifactType": "XMLProperty",
1032
+ "metadata": {
1033
+ "type": "Property"
1034
+ }
1035
+ },
1036
+ "visible": {
1037
+ "type": "string",
1038
+ "description": "Whether the group is visible.",
1039
+ "artifactType": "XMLProperty",
1040
+ "metadata": {
1041
+ "type": "Property"
1042
+ }
1043
+ },
1044
+ "id": {
1045
+ "type": "string",
1046
+ "description": "Unique id of control",
1047
+ "artifactType": "XMLProperty",
1048
+ "metadata": {
1049
+ "type": "Property"
1050
+ }
1051
+ }
1052
+ },
1053
+ "additionalProperties": false,
1054
+ "metadata": {
1055
+ "path": [],
1056
+ "type": "Control"
1057
+ }
1058
+ },
1059
+ "sap.fe.macros.richtexteditor.Plugin": {
1060
+ "description": "Represents a TinyMCE plugin.\nEach object has to contain a property \"name\" which then contains the plugin name/ID.",
1061
+ "isViewNode": true,
1062
+ "type": "object",
1063
+ "properties": {
1064
+ "name": {
1065
+ "type": "string",
1066
+ "description": "The plugin name.",
1067
+ "artifactType": "XMLProperty",
1068
+ "metadata": {
1069
+ "type": "Property"
1070
+ }
1071
+ },
1072
+ "id": {
1073
+ "type": "string",
1074
+ "description": "Unique id of control",
1075
+ "artifactType": "XMLProperty",
1076
+ "metadata": {
1077
+ "type": "Property"
1078
+ }
1079
+ }
1080
+ },
1081
+ "additionalProperties": false,
1082
+ "metadata": {
1083
+ "path": [],
1084
+ "type": "Control"
1085
+ }
1086
+ },
977
1087
  "sap.fe.macros.RichTextEditorWithMetadata": {
978
1088
  "description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
979
1089
  "isViewNode": true,
@@ -1353,6 +1463,14 @@
1353
1463
  "type": "Property"
1354
1464
  }
1355
1465
  },
1466
+ "disableCopyToClipboard": {
1467
+ "type": "boolean",
1468
+ "description": "Controls if the copy functionality of the table is disabled or not.",
1469
+ "artifactType": "XMLProperty",
1470
+ "metadata": {
1471
+ "type": "Property"
1472
+ }
1473
+ },
1356
1474
  "enableAutoColumnWidth": {
1357
1475
  "type": "boolean",
1358
1476
  "description": "Specifies if the column width is automatically calculated.",
@@ -1385,6 +1503,22 @@
1385
1503
  "type": "Property"
1386
1504
  }
1387
1505
  },
1506
+ "exportRequestSize": {
1507
+ "anyOf": [
1508
+ {
1509
+ "type": "number"
1510
+ },
1511
+ {
1512
+ "type": "string",
1513
+ "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
1514
+ }
1515
+ ],
1516
+ "description": "Maximum allowed number of records to be exported in one request.",
1517
+ "artifactType": "XMLProperty",
1518
+ "metadata": {
1519
+ "type": "Property"
1520
+ }
1521
+ },
1388
1522
  "filterBar": {
1389
1523
  "type": "string",
1390
1524
  "description": "ID of the FilterBar building block associated with the table.",
@@ -1394,7 +1528,15 @@
1394
1528
  }
1395
1529
  },
1396
1530
  "frozenColumnCount": {
1397
- "type": "number",
1531
+ "anyOf": [
1532
+ {
1533
+ "type": "number"
1534
+ },
1535
+ {
1536
+ "type": "string",
1537
+ "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
1538
+ }
1539
+ ],
1398
1540
  "description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
1399
1541
  "artifactType": "XMLProperty",
1400
1542
  "metadata": {
@@ -1457,7 +1599,15 @@
1457
1599
  }
1458
1600
  },
1459
1601
  "rowCount": {
1460
- "type": "number",
1602
+ "anyOf": [
1603
+ {
1604
+ "type": "number"
1605
+ },
1606
+ {
1607
+ "type": "string",
1608
+ "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
1609
+ }
1610
+ ],
1461
1611
  "description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
1462
1612
  "artifactType": "XMLProperty",
1463
1613
  "metadata": {
@@ -42,11 +42,6 @@
42
42
  "type": "boolean",
43
43
  "artifactType": "Manifest"
44
44
  },
45
- "showRelatedApps": {
46
- "description": "Set showRelatedApps to true to show the navigation button for related apps.",
47
- "type": "boolean",
48
- "artifactType": "Manifest"
49
- },
50
45
  "visible": {
51
46
  "description": "Set visible to true to make the header visible.",
52
47
  "type": "boolean",
@@ -75,6 +70,9 @@
75
70
  },
76
71
  {
77
72
  "$ref": "#/definitions/ObjectPageHeaderAction"
73
+ },
74
+ {
75
+ "$ref": "#/definitions/RelatedApps"
78
76
  }
79
77
  ]
80
78
  }
@@ -195,6 +193,70 @@
195
193
  },
196
194
  "additionalProperties": false
197
195
  },
196
+ "RelatedApps": {
197
+ "type": "object",
198
+ "properties": {
199
+ "showRelatedApps": {
200
+ "description": "Set showRelatedApps to true to show the navigation button for related apps.",
201
+ "type": "boolean",
202
+ "artifactType": "Manifest"
203
+ },
204
+ "additionalSemanticObjects": {
205
+ "$ref": "#/definitions/AdditionalSemanticObjects",
206
+ "description": "Additional Semantic Objects",
207
+ "artifactType": "Manifest"
208
+ }
209
+ },
210
+ "additionalProperties": false,
211
+ "required": [
212
+ "additionalSemanticObjects"
213
+ ]
214
+ },
215
+ "AdditionalSemanticObjects": {
216
+ "description": "You can add additional links under the \"Related Apps\" button by specifing additional semantic objects here.",
217
+ "isViewNode": true,
218
+ "type": "object",
219
+ "additionalProperties": {
220
+ "$ref": "#/definitions/AdditionalSemanticObject"
221
+ }
222
+ },
223
+ "AdditionalSemanticObject": {
224
+ "isViewNode": true,
225
+ "type": "object",
226
+ "properties": {
227
+ "allowedActions": {
228
+ "description": "You can use the allowedActions to define the exact list of semantic object links to be displayed under the Related Apps button",
229
+ "type": "array",
230
+ "items": {
231
+ "type": "string"
232
+ },
233
+ "artifactType": "Manifest",
234
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/8dcfe2e4555f49db8859cb6eb838692e"
235
+ },
236
+ "unavailableActions": {
237
+ "description": "The array of unavailable actions defined in the preceding settings denote those navigation actions of the semantic object which should not be displayed under the Related Apps button.",
238
+ "type": "array",
239
+ "items": {
240
+ "type": "string"
241
+ },
242
+ "artifactType": "Manifest",
243
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/8dcfe2e4555f49db8859cb6eb838692e"
244
+ },
245
+ "mapping": {
246
+ "$ref": "#/definitions/SemanticObjectPropertyMapping",
247
+ "description": "Mapping, defined for a semantic object, consists of key value pairs. The key defines the way in which the source application (object page) passes the context. The value represents the term used for the same entity in the target app.",
248
+ "artifactType": "Manifest",
249
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/8dcfe2e4555f49db8859cb6eb838692e"
250
+ }
251
+ },
252
+ "additionalProperties": false
253
+ },
254
+ "SemanticObjectPropertyMapping": {
255
+ "type": "object",
256
+ "additionalProperties": {
257
+ "type": "string"
258
+ }
259
+ },
198
260
  "HeaderSections": {
199
261
  "description": "Header Sections",
200
262
  "isViewNode": true,
@@ -1230,8 +1292,7 @@
1230
1292
  "$ref": "#/definitions/ObjectPageSubSections"
1231
1293
  },
1232
1294
  {
1233
- "$ref": "#/definitions/ObjectPageCustomSubSectionFragment",
1234
- "description": "Custom Sub Section"
1295
+ "$ref": "#/definitions/ObjectPageCustomSubSectionFragment"
1235
1296
  }
1236
1297
  ]
1237
1298
  }
@@ -1274,28 +1335,15 @@
1274
1335
  "description": "Custom Sections",
1275
1336
  "isViewNode": true,
1276
1337
  "type": "object",
1277
- "properties": {
1278
- "custom": {
1279
- "description": "Custom Sections",
1280
- "isViewNode": true,
1281
- "type": "array",
1282
- "items": {
1283
- "$ref": "#/definitions/ObjectPageCustomSectionFragment"
1284
- }
1285
- }
1286
- },
1287
- "additionalProperties": false
1338
+ "additionalProperties": {
1339
+ "$ref": "#/definitions/ObjectPageCustomSectionFragment"
1340
+ }
1288
1341
  },
1289
1342
  "ObjectPageCustomSectionFragment": {
1290
1343
  "description": "Fragment",
1291
1344
  "isViewNode": true,
1292
1345
  "type": "object",
1293
1346
  "properties": {
1294
- "className": {
1295
- "hidden": true,
1296
- "type": "string",
1297
- "const": "sap.ui.core.Fragment"
1298
- },
1299
1347
  "fragmentName": {
1300
1348
  "description": "The path to the XML template containing the section control.",
1301
1349
  "artifactType": "Manifest",
@@ -1309,17 +1357,8 @@
1309
1357
  },
1310
1358
  "relativePosition": {
1311
1359
  "$ref": "#/definitions/SectionPosition",
1312
- "description": "Define the placement, either before or after the anchor facet/section."
1313
- },
1314
- "id": {
1315
- "description": "The unique ID of a section.",
1316
- "artifactType": "Manifest",
1317
- "type": "string"
1318
- },
1319
- "type": {
1320
- "hidden": true,
1321
- "type": "string",
1322
- "const": "XML"
1360
+ "description": "Define the placement, either before or after the anchor facet/section.",
1361
+ "artifactType": "Manifest"
1323
1362
  },
1324
1363
  "title": {
1325
1364
  "description": "The label of a custom section, preferably as an i18n key.",
@@ -1330,11 +1369,8 @@
1330
1369
  },
1331
1370
  "additionalProperties": false,
1332
1371
  "required": [
1333
- "className",
1334
1372
  "fragmentName",
1335
- "id",
1336
- "title",
1337
- "type"
1373
+ "title"
1338
1374
  ]
1339
1375
  },
1340
1376
  "ObjectPageFooter<ObjectPageFooterActions>": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.120.10",
3
+ "version": "1.120.12",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -51,16 +51,16 @@
51
51
  "publisher": "SAPSE",
52
52
  "license": "SEE LICENSE IN LICENSE",
53
53
  "dependencies": {
54
- "@sap-ux/fe-fpm-writer": "0.24.10",
55
- "@sap-ux/vocabularies-types": "0.10.9"
54
+ "@sap-ux/fe-fpm-writer": "0.24.11",
55
+ "@sap-ux/vocabularies-types": "0.10.12"
56
56
  },
57
57
  "devDependencies": {
58
- "@sap-ux/annotation-converter": "0.8.10",
58
+ "@sap-ux/annotation-converter": "0.8.13",
59
59
  "@sap-ux/edmx-parser": "0.7.1",
60
- "@sap/ux-specification-types": "1.120.10",
60
+ "@sap/ux-specification-types": "1.120.12",
61
61
  "@sapui5/ts-types": "1.120.9",
62
62
  "@types/d3": "7.4.3",
63
- "@types/jquery": "3.5.29",
63
+ "@types/jquery": "3.5.30",
64
64
  "@types/mem-fs-editor": "7.0.7",
65
65
  "@ui5/flexibility-utils": "0.1.3",
66
66
  "@xml-tools/ast": "5.0.5",
@@ -71,14 +71,14 @@
71
71
  "deepmerge": "4.3.1",
72
72
  "ejs": "3.1.10",
73
73
  "excel4node": "1.8.2",
74
- "i18next": "23.11.2",
74
+ "i18next": "23.11.5",
75
75
  "jquery": "3.7.1",
76
76
  "jsdom": "24.0.0",
77
77
  "lodash.unset": "4.5.2",
78
78
  "mem-fs-editor": "9.7.0",
79
79
  "path": "0.12.7",
80
80
  "reflect-metadata": "0.2.2",
81
- "semver": "7.6.0",
81
+ "semver": "7.6.2",
82
82
  "typescript-json-schema": "0.57.0",
83
83
  "xml-js": "1.6.11"
84
84
  },