@sap/ux-specification 1.84.73 → 1.84.75

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 (109) hide show
  1. package/CHANGELOG.md +67 -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-ListReport.html +2 -2
  9. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  10. package/dist/index-min.js +46 -46
  11. package/dist/index-min.js.map +4 -4
  12. package/dist/package.json +7 -7
  13. package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -4
  14. package/dist/schemas/v2/ApplicationV2.json +2 -1
  15. package/dist/schemas/v2/ListReportConfig.json +560 -522
  16. package/dist/schemas/v2/ObjectPageConfig.json +92 -24
  17. package/dist/schemas/v4/ApplicationV4.json +2 -1
  18. package/dist/schemas/v4/ListReportConfig.json +35 -22
  19. package/dist/schemas/v4/ObjectPageConfig.json +27 -12
  20. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  21. package/dist/src/sync/common/distTagEvaluator.js +9 -2
  22. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  23. package/dist/src/sync/common/generate/objectPage.d.ts +6 -5
  24. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  25. package/dist/src/sync/common/generate/objectPage.js +117 -86
  26. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  27. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  28. package/dist/src/sync/common/generate/utils.js +6 -4
  29. package/dist/src/sync/common/generate/utils.js.map +1 -1
  30. package/dist/src/sync/common/i18n.json +5 -2
  31. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  32. package/dist/src/sync/common/importProject.js +20 -10
  33. package/dist/src/sync/common/importProject.js.map +1 -1
  34. package/dist/src/sync/common/utils.d.ts +15 -8
  35. package/dist/src/sync/common/utils.d.ts.map +1 -1
  36. package/dist/src/sync/common/utils.js +43 -24
  37. package/dist/src/sync/common/utils.js.map +1 -1
  38. package/dist/src/sync/v2/export/controls/Action.d.ts +21 -0
  39. package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -1
  40. package/dist/src/sync/v2/export/controls/Action.js +93 -1
  41. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  42. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  43. package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
  44. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  45. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  46. package/dist/src/sync/v2/export/exportPage.js +13 -3
  47. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  48. package/dist/src/sync/v2/export/manifest.js +1 -1
  49. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  50. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  51. package/dist/src/sync/v2/generate/analyticalListReport.js +2 -0
  52. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  53. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  54. package/dist/src/sync/v2/generate/listReport.js +5 -2
  55. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  56. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  57. package/dist/src/sync/v2/generate/objectPage.js +62 -63
  58. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  59. package/dist/src/sync/v2/generate/utils.d.ts +20 -0
  60. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  61. package/dist/src/sync/v2/generate/utils.js +62 -2
  62. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  63. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  64. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  65. package/dist/src/sync/v2/import/app/appProvider.js +41 -18
  66. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  67. package/dist/src/sync/v2/import/common/index.d.ts +9 -0
  68. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
  69. package/dist/src/sync/v2/import/common/index.js +44 -19
  70. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  71. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  72. package/dist/src/sync/v2/import/pages/analyticalListPage.js +6 -27
  73. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  74. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  75. package/dist/src/sync/v2/import/pages/listReport.js +17 -29
  76. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  77. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  78. package/dist/src/sync/v2/import/pages/objectPage.js +84 -62
  79. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  80. package/dist/src/sync/v2/import/utils.d.ts +14 -0
  81. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  82. package/dist/src/sync/v2/import/utils.js +68 -5
  83. package/dist/src/sync/v2/import/utils.js.map +1 -1
  84. package/dist/src/sync/v2/types.d.ts +6 -1
  85. package/dist/src/sync/v2/types.d.ts.map +1 -1
  86. package/dist/src/sync/v2/types.js +6 -1
  87. package/dist/src/sync/v2/types.js.map +1 -1
  88. package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
  89. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  90. package/dist/src/sync/v4/generate/listReport.js +45 -47
  91. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  92. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  93. package/dist/src/sync/v4/generate/objectPage.js +17 -3
  94. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  95. package/dist/src/sync/v4/import/app/appProvider.d.ts +3 -2
  96. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  97. package/dist/src/sync/v4/import/app/appProvider.js +68 -55
  98. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  99. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  100. package/dist/src/sync/v4/import/pages/listReport.js +49 -33
  101. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  102. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  103. package/dist/src/sync/v4/import/pages/objectPage.js +52 -19
  104. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  105. package/dist/src/sync/v4/import/utils.d.ts +1 -1
  106. package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
  107. package/dist/src/sync/v4/import/utils.js +4 -4
  108. package/dist/src/sync/v4/import/utils.js.map +1 -1
  109. package/package.json +7 -7
@@ -120,6 +120,14 @@
120
120
  "type": "object",
121
121
  "additionalProperties": {
122
122
  "$ref": "#/definitions/HeaderAction"
123
+ },
124
+ "properties": {
125
+ "UpAndDownNavigation": {
126
+ "$ref": "#/definitions/UpAndDownNavigationOP"
127
+ },
128
+ "Share": {
129
+ "$ref": "#/definitions/ShareOP"
130
+ }
123
131
  }
124
132
  },
125
133
  "HeaderAction": {
@@ -142,7 +150,7 @@
142
150
  "type": "string"
143
151
  }
144
152
  ],
145
- "description": "Whether the button should be visible on the screen.",
153
+ "description": "Allows you to define if the action button is visible on the screen.",
146
154
  "artifactType": "FlexChange",
147
155
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
148
156
  },
@@ -154,13 +162,13 @@
154
162
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
155
163
  },
156
164
  "icon": {
157
- "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.",
165
+ "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.",
158
166
  "type": "string",
159
167
  "artifactType": "FlexChange",
160
168
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
161
169
  },
162
170
  "activeIcon": {
163
- "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.",
171
+ "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.",
164
172
  "type": "string",
165
173
  "artifactType": "FlexChange",
166
174
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
@@ -193,6 +201,34 @@
193
201
  ],
194
202
  "type": "string"
195
203
  },
204
+ "UpAndDownNavigationOP": {
205
+ "description": "Up and Down Navigation",
206
+ "isViewNode": true,
207
+ "type": "object",
208
+ "properties": {
209
+ "visible": {
210
+ "description": "Allows you to define if the button is visible on the screen.",
211
+ "type": "boolean",
212
+ "artifactType": "FlexChange",
213
+ "controlType": "sap.m.Button"
214
+ }
215
+ },
216
+ "additionalProperties": false
217
+ },
218
+ "ShareOP": {
219
+ "description": "Share",
220
+ "isViewNode": true,
221
+ "type": "object",
222
+ "properties": {
223
+ "visible": {
224
+ "description": "Allows you to define if the button is visible on the screen.",
225
+ "type": "boolean",
226
+ "artifactType": "FlexChange",
227
+ "controlType": "sap.m.Button"
228
+ }
229
+ },
230
+ "additionalProperties": false
231
+ },
196
232
  "ObjectPageLayout": {
197
233
  "description": "Page Layout",
198
234
  "isViewNode": true,
@@ -286,7 +322,7 @@
286
322
  "type": "string"
287
323
  }
288
324
  ],
289
- "description": "Whether the section should be visible on the screen.",
325
+ "description": "Allows you to define if the section should be visible on the screen.",
290
326
  "artifactType": "FlexChange",
291
327
  "controlType": "sap.uxap.ObjectPageSection"
292
328
  }
@@ -316,7 +352,7 @@
316
352
  "type": "string"
317
353
  }
318
354
  ],
319
- "description": "Whether the section should be visible on the screen.",
355
+ "description": "Allows you to define if the section should be visible on the screen.",
320
356
  "artifactType": "FlexChange",
321
357
  "controlType": "sap.uxap.ObjectPageSection"
322
358
  }
@@ -363,7 +399,7 @@
363
399
  "type": "string"
364
400
  }
365
401
  ],
366
- "description": "Whether the field should be visible on the screen.",
402
+ "description": "Allows you to define if the field should be visible on the screen.",
367
403
  "artifactType": "FlexChange",
368
404
  "controlType": "sap.ui.comp.smartform.GroupElement"
369
405
  }
@@ -396,7 +432,7 @@
396
432
  "type": "string"
397
433
  }
398
434
  ],
399
- "description": "Whether the button should be visible on the screen.",
435
+ "description": "Allows you to define if the action button is visible on the screen.",
400
436
  "artifactType": "FlexChange",
401
437
  "controlType": "sap.m.Button"
402
438
  },
@@ -408,13 +444,13 @@
408
444
  "controlType": "sap.m.Button"
409
445
  },
410
446
  "icon": {
411
- "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.",
447
+ "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.",
412
448
  "type": "string",
413
449
  "artifactType": "FlexChange",
414
450
  "controlType": "sap.m.Button"
415
451
  },
416
452
  "activeIcon": {
417
- "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.",
453
+ "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.",
418
454
  "type": "string",
419
455
  "artifactType": "FlexChange",
420
456
  "controlType": "sap.m.Button"
@@ -467,7 +503,7 @@
467
503
  "type": "string"
468
504
  }
469
505
  ],
470
- "description": "Whether the section should be visible on the screen.",
506
+ "description": "Allows you to define if the section should be visible on the screen.",
471
507
  "artifactType": "FlexChange",
472
508
  "controlType": "sap.uxap.ObjectPageSection"
473
509
  }
@@ -698,7 +734,7 @@
698
734
  "type": "string"
699
735
  }
700
736
  ],
701
- "description": "Whether the button should be visible on the screen.",
737
+ "description": "Allows you to define if the action button is visible on the screen.",
702
738
  "artifactType": "FlexChange",
703
739
  "controlType": "sap.m.Button"
704
740
  },
@@ -710,13 +746,13 @@
710
746
  "controlType": "sap.m.Button"
711
747
  },
712
748
  "icon": {
713
- "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.",
749
+ "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.",
714
750
  "type": "string",
715
751
  "artifactType": "FlexChange",
716
752
  "controlType": "sap.m.Button"
717
753
  },
718
754
  "activeIcon": {
719
- "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.",
755
+ "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.",
720
756
  "type": "string",
721
757
  "artifactType": "FlexChange",
722
758
  "controlType": "sap.m.Button"
@@ -803,13 +839,13 @@
803
839
  "controlType": "sap.m.Button"
804
840
  },
805
841
  "icon": {
806
- "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.",
842
+ "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.",
807
843
  "type": "string",
808
844
  "artifactType": "FlexChange",
809
845
  "controlType": "sap.m.Button"
810
846
  },
811
847
  "activeIcon": {
812
- "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.",
848
+ "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.",
813
849
  "type": "string",
814
850
  "artifactType": "FlexChange",
815
851
  "controlType": "sap.m.Button"
@@ -1312,7 +1348,7 @@
1312
1348
  "type": "string"
1313
1349
  }
1314
1350
  ],
1315
- "description": "Whether the section should be visible on the screen.",
1351
+ "description": "Allows you to define if the section should be visible on the screen.",
1316
1352
  "artifactType": "FlexChange",
1317
1353
  "controlType": "sap.uxap.ObjectPageSection"
1318
1354
  }
@@ -1357,7 +1393,7 @@
1357
1393
  "type": "string"
1358
1394
  }
1359
1395
  ],
1360
- "description": "Whether the section should be visible on the screen.",
1396
+ "description": "Allows you to define if the section should be visible on the screen.",
1361
1397
  "artifactType": "FlexChange",
1362
1398
  "controlType": "sap.uxap.ObjectPageSection"
1363
1399
  }
@@ -1389,7 +1425,7 @@
1389
1425
  "type": "string"
1390
1426
  }
1391
1427
  ],
1392
- "description": "Whether the section should be visible on the screen.",
1428
+ "description": "Allows you to define if the section should be visible on the screen.",
1393
1429
  "artifactType": "FlexChange",
1394
1430
  "controlType": "sap.uxap.ObjectPageSection"
1395
1431
  }
@@ -1419,7 +1455,7 @@
1419
1455
  "type": "string"
1420
1456
  }
1421
1457
  ],
1422
- "description": "Whether the section should be visible on the screen.",
1458
+ "description": "Allows you to define if the section should be visible on the screen.",
1423
1459
  "artifactType": "FlexChange",
1424
1460
  "controlType": "sap.uxap.ObjectPageSubSection"
1425
1461
  }
@@ -1473,7 +1509,7 @@
1473
1509
  "type": "string"
1474
1510
  }
1475
1511
  ],
1476
- "description": "Whether the section should be visible on the screen.",
1512
+ "description": "Allows you to define if the section should be visible on the screen.",
1477
1513
  "artifactType": "FlexChange",
1478
1514
  "controlType": "sap.uxap.ObjectPageSubSection"
1479
1515
  }
@@ -1505,7 +1541,7 @@
1505
1541
  "type": "string"
1506
1542
  }
1507
1543
  ],
1508
- "description": "Whether the section should be visible on the screen.",
1544
+ "description": "Allows you to define if the section should be visible on the screen.",
1509
1545
  "artifactType": "FlexChange",
1510
1546
  "controlType": "sap.uxap.ObjectPageSubSection"
1511
1547
  }
@@ -1640,6 +1676,11 @@
1640
1676
  "type": "object",
1641
1677
  "additionalProperties": {
1642
1678
  "$ref": "#/definitions/ObjectPageFooterAction"
1679
+ },
1680
+ "properties": {
1681
+ "SaveAndEdit": {
1682
+ "$ref": "#/definitions/SaveAndEditOP"
1683
+ }
1643
1684
  }
1644
1685
  },
1645
1686
  "ObjectPageFooterAction": {
@@ -1662,7 +1703,7 @@
1662
1703
  "type": "string"
1663
1704
  }
1664
1705
  ],
1665
- "description": "Whether the button should be visible on the screen.",
1706
+ "description": "Allows you to define if the action button is visible on the screen.",
1666
1707
  "artifactType": "FlexChange",
1667
1708
  "controlType": "sap.m.Button"
1668
1709
  },
@@ -1674,13 +1715,13 @@
1674
1715
  "controlType": "sap.m.Button"
1675
1716
  },
1676
1717
  "icon": {
1677
- "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.",
1718
+ "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.",
1678
1719
  "type": "string",
1679
1720
  "artifactType": "FlexChange",
1680
1721
  "controlType": "sap.m.Button"
1681
1722
  },
1682
1723
  "activeIcon": {
1683
- "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.",
1724
+ "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.",
1684
1725
  "type": "string",
1685
1726
  "artifactType": "FlexChange",
1686
1727
  "controlType": "sap.m.Button"
@@ -1693,6 +1734,33 @@
1693
1734
  }
1694
1735
  },
1695
1736
  "additionalProperties": false
1737
+ },
1738
+ "SaveAndEditOP": {
1739
+ "description": "Save and Edit",
1740
+ "isViewNode": true,
1741
+ "type": "object",
1742
+ "properties": {
1743
+ "visible": {
1744
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
1745
+ "anyOf": [
1746
+ {
1747
+ "enum": [
1748
+ false,
1749
+ true,
1750
+ "{ui>/editable}",
1751
+ "{= !${ui>/editable}}"
1752
+ ]
1753
+ },
1754
+ {
1755
+ "type": "string"
1756
+ }
1757
+ ],
1758
+ "description": "Allows you to define if the button is visible on the screen.",
1759
+ "artifactType": "FlexChange",
1760
+ "controlType": "sap.m.Button"
1761
+ }
1762
+ },
1763
+ "additionalProperties": false
1696
1764
  }
1697
1765
  },
1698
1766
  "$schema": "http://json-schema.org/draft-07/schema#"
@@ -44,7 +44,8 @@
44
44
  "type": "string"
45
45
  },
46
46
  "flexEnabled": {
47
- "description": "To enable key user adaptation for the application, set the flexEnabled property to \"true\".",
47
+ "description": "Allows you to enable key user adaptation for an application.",
48
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
48
49
  "type": "boolean"
49
50
  }
50
51
  },
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "defaultPath": {
35
35
  "$ref": "#/definitions/DefaultPathType",
36
- "description": "defaultPath can be \"primary\", \"secondary\", or \"both\". If it is \"primary\", SAP Fiori elements loads the app in chart-only view. If it is \"secondary\", SAP Fiori elements loads the app in table-only view. If it is \"both\", SAP Fiori elements loads the app in hybrid view.",
36
+ "description": "Allows you to set the initial view mode\n\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view.",
37
37
  "artifactType": "Manifest"
38
38
  },
39
39
  "$schema": {
@@ -150,7 +150,7 @@
150
150
  "type": "string"
151
151
  },
152
152
  "initialLoad": {
153
- "description": "initialLoad defines whether or not the data in the table is automatically loaded.",
153
+ "description": "Allows you to define whether or not the data in the table is automatically loaded.",
154
154
  "type": "boolean"
155
155
  },
156
156
  "personalization": {
@@ -170,18 +170,19 @@
170
170
  },
171
171
  "selectionMode": {
172
172
  "$ref": "#/definitions/SelectionMode",
173
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode."
173
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar."
174
174
  },
175
175
  "selectAll": {
176
176
  "description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
177
177
  "type": "boolean"
178
178
  },
179
179
  "selectionLimit": {
180
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
180
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
181
181
  "type": "number"
182
182
  },
183
183
  "enableExport": {
184
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
184
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
185
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
185
186
  "type": "boolean"
186
187
  },
187
188
  "quickVariantSelection": {
@@ -189,7 +190,8 @@
189
190
  "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."
190
191
  },
191
192
  "condensedTableLayout": {
192
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
193
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
194
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
193
195
  "type": "boolean"
194
196
  }
195
197
  },
@@ -255,7 +257,8 @@
255
257
  "type": "object",
256
258
  "properties": {
257
259
  "width": {
258
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
260
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
261
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
259
262
  "type": "string",
260
263
  "artifactType": "Manifest"
261
264
  },
@@ -286,7 +289,8 @@
286
289
  "artifactType": "Manifest"
287
290
  },
288
291
  "width": {
289
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
292
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
293
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
290
294
  "type": "string",
291
295
  "artifactType": "Manifest"
292
296
  },
@@ -302,12 +306,13 @@
302
306
  "type": "object",
303
307
  "properties": {
304
308
  "navigateToInstance": {
305
- "description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
309
+ "description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
310
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
306
311
  "type": "boolean",
307
312
  "artifactType": "Manifest"
308
313
  },
309
314
  "enableAutoScroll": {
310
- "description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
315
+ "description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
311
316
  "type": "boolean",
312
317
  "artifactType": "Manifest"
313
318
  }
@@ -331,8 +336,9 @@
331
336
  "type": "string"
332
337
  },
333
338
  "width": {
334
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
339
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
335
340
  "artifactType": "Manifest",
341
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
336
342
  "type": "string"
337
343
  },
338
344
  "template": {
@@ -465,7 +471,8 @@
465
471
  "artifactType": "Manifest"
466
472
  },
467
473
  "initialLoad": {
468
- "description": "initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults).",
474
+ "description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.",
475
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4",
469
476
  "type": "boolean",
470
477
  "artifactType": "Manifest"
471
478
  },
@@ -491,7 +498,7 @@
491
498
  },
492
499
  "selectionMode": {
493
500
  "$ref": "#/definitions/SelectionMode",
494
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
501
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
495
502
  "artifactType": "Manifest"
496
503
  },
497
504
  "selectAll": {
@@ -500,12 +507,13 @@
500
507
  "artifactType": "Manifest"
501
508
  },
502
509
  "selectionLimit": {
503
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
510
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
504
511
  "type": "number",
505
512
  "artifactType": "Manifest"
506
513
  },
507
514
  "enableExport": {
508
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
515
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
516
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
509
517
  "type": "boolean",
510
518
  "artifactType": "Manifest"
511
519
  },
@@ -515,7 +523,8 @@
515
523
  "artifactType": "Manifest"
516
524
  },
517
525
  "condensedTableLayout": {
518
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
526
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
527
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
519
528
  "type": "boolean",
520
529
  "artifactType": "Manifest"
521
530
  }
@@ -617,7 +626,7 @@
617
626
  },
618
627
  "selectionMode": {
619
628
  "$ref": "#/definitions/SelectionMode",
620
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
629
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
621
630
  "artifactType": "Manifest"
622
631
  },
623
632
  "selectAll": {
@@ -626,12 +635,13 @@
626
635
  "artifactType": "Manifest"
627
636
  },
628
637
  "selectionLimit": {
629
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
638
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
630
639
  "type": "number",
631
640
  "artifactType": "Manifest"
632
641
  },
633
642
  "enableExport": {
634
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
643
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
644
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
635
645
  "type": "boolean",
636
646
  "artifactType": "Manifest"
637
647
  },
@@ -641,7 +651,8 @@
641
651
  "artifactType": "Manifest"
642
652
  },
643
653
  "condensedTableLayout": {
644
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
654
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
655
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
645
656
  "type": "boolean",
646
657
  "artifactType": "Manifest"
647
658
  }
@@ -777,7 +788,8 @@
777
788
  "type": "object",
778
789
  "properties": {
779
790
  "width": {
780
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
791
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
792
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
781
793
  "type": "string",
782
794
  "artifactType": "Manifest"
783
795
  },
@@ -800,7 +812,8 @@
800
812
  "artifactType": "Manifest"
801
813
  },
802
814
  "width": {
803
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
815
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
816
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
804
817
  "type": "string",
805
818
  "artifactType": "Manifest"
806
819
  },