@sap/ux-specification 1.108.14 → 1.108.16

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 (141) hide show
  1. package/CHANGELOG.md +67 -2
  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 +138 -138
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/package.json +10 -10
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -4
  16. package/dist/schemas/v2/ApplicationV2.json +2 -1
  17. package/dist/schemas/v2/ListReportConfig.json +578 -540
  18. package/dist/schemas/v2/ObjectPageConfig.json +92 -24
  19. package/dist/schemas/v4/ApplicationV4.json +2 -1
  20. package/dist/schemas/v4/ListReportConfig.json +124 -37
  21. package/dist/schemas/v4/ObjectPageConfig.json +176 -42
  22. package/dist/src/api.d.ts.map +1 -1
  23. package/dist/src/api.js +6 -3
  24. package/dist/src/api.js.map +1 -1
  25. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  26. package/dist/src/sync/common/distTagEvaluator.js +9 -2
  27. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  28. package/dist/src/sync/common/generate/objectPage.d.ts +4 -3
  29. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  30. package/dist/src/sync/common/generate/objectPage.js +99 -68
  31. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  32. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  33. package/dist/src/sync/common/generate/utils.js +6 -4
  34. package/dist/src/sync/common/generate/utils.js.map +1 -1
  35. package/dist/src/sync/common/i18n.json +5 -2
  36. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  37. package/dist/src/sync/common/importProject.js +21 -11
  38. package/dist/src/sync/common/importProject.js.map +1 -1
  39. package/dist/src/sync/common/utils.d.ts +17 -8
  40. package/dist/src/sync/common/utils.d.ts.map +1 -1
  41. package/dist/src/sync/common/utils.js +84 -28
  42. package/dist/src/sync/common/utils.js.map +1 -1
  43. package/dist/src/sync/v2/export/controls/Action.d.ts +21 -0
  44. package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -1
  45. package/dist/src/sync/v2/export/controls/Action.js +93 -1
  46. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  47. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  48. package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
  49. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  50. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  51. package/dist/src/sync/v2/export/exportPage.js +13 -3
  52. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  53. package/dist/src/sync/v2/export/manifest.js +1 -1
  54. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  55. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  56. package/dist/src/sync/v2/generate/analyticalListReport.js +2 -0
  57. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  58. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  59. package/dist/src/sync/v2/generate/listReport.js +5 -2
  60. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  61. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  62. package/dist/src/sync/v2/generate/objectPage.js +62 -63
  63. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  64. package/dist/src/sync/v2/generate/utils.d.ts +20 -0
  65. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  66. package/dist/src/sync/v2/generate/utils.js +59 -2
  67. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  68. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  69. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  70. package/dist/src/sync/v2/import/app/appProvider.js +41 -18
  71. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  72. package/dist/src/sync/v2/import/common/index.d.ts +9 -0
  73. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
  74. package/dist/src/sync/v2/import/common/index.js +44 -19
  75. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  76. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  77. package/dist/src/sync/v2/import/pages/analyticalListPage.js +6 -27
  78. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  79. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  80. package/dist/src/sync/v2/import/pages/listReport.js +17 -29
  81. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  82. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  83. package/dist/src/sync/v2/import/pages/objectPage.js +84 -62
  84. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  85. package/dist/src/sync/v2/import/utils.d.ts +15 -0
  86. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  87. package/dist/src/sync/v2/import/utils.js +69 -5
  88. package/dist/src/sync/v2/import/utils.js.map +1 -1
  89. package/dist/src/sync/v2/types.d.ts +6 -1
  90. package/dist/src/sync/v2/types.d.ts.map +1 -1
  91. package/dist/src/sync/v2/types.js +6 -1
  92. package/dist/src/sync/v2/types.js.map +1 -1
  93. package/dist/src/sync/v4/application.d.ts +10 -0
  94. package/dist/src/sync/v4/application.d.ts.map +1 -1
  95. package/dist/src/sync/v4/application.js +21 -1
  96. package/dist/src/sync/v4/application.js.map +1 -1
  97. package/dist/src/sync/v4/export/controls/FilterBar.d.ts +11 -0
  98. package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  99. package/dist/src/sync/v4/export/controls/FilterBar.js +77 -1
  100. package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  101. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts +18 -0
  102. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts.map +1 -0
  103. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js +158 -0
  104. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js.map +1 -0
  105. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +3 -2
  106. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  107. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
  108. package/dist/src/sync/v4/export/controls/index.d.ts +1 -0
  109. package/dist/src/sync/v4/export/controls/index.d.ts.map +1 -1
  110. package/dist/src/sync/v4/export/controls/index.js +1 -0
  111. package/dist/src/sync/v4/export/controls/index.js.map +1 -1
  112. package/dist/src/sync/v4/export/export.d.ts.map +1 -1
  113. package/dist/src/sync/v4/export/export.js +33 -34
  114. package/dist/src/sync/v4/export/export.js.map +1 -1
  115. package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js +4 -4
  116. package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  117. package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
  118. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  119. package/dist/src/sync/v4/generate/listReport.js +38 -15
  120. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  121. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  122. package/dist/src/sync/v4/generate/objectPage.js +60 -38
  123. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  124. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  125. package/dist/src/sync/v4/import/app/appProvider.js +71 -57
  126. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  127. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  128. package/dist/src/sync/v4/import/pages/listReport.js +64 -22
  129. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  130. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  131. package/dist/src/sync/v4/import/pages/objectPage.js +56 -19
  132. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  133. package/dist/src/sync/v4/import/utils.d.ts +1 -1
  134. package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
  135. package/dist/src/sync/v4/import/utils.js +4 -4
  136. package/dist/src/sync/v4/import/utils.js.map +1 -1
  137. package/dist/src/sync/v4/utils/utils.d.ts +15 -8
  138. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  139. package/dist/src/sync/v4/utils/utils.js +65 -13
  140. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  141. package/package.json +10 -10
@@ -120,6 +120,14 @@
120
120
  "type": "object",
121
121
  "additionalProperties": {
122
122
  "$ref": "#/definitions/ObjectPageHeaderAction"
123
+ },
124
+ "properties": {
125
+ "UpAndDownNavigation": {
126
+ "$ref": "#/definitions/UpAndDownNavigationOP"
127
+ },
128
+ "Share": {
129
+ "$ref": "#/definitions/ShareOP"
130
+ }
123
131
  }
124
132
  },
125
133
  "ObjectPageHeaderAction": {
@@ -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"
@@ -194,6 +202,34 @@
194
202
  ],
195
203
  "type": "string"
196
204
  },
205
+ "UpAndDownNavigationOP": {
206
+ "description": "Up and Down Navigation",
207
+ "isViewNode": true,
208
+ "type": "object",
209
+ "properties": {
210
+ "visible": {
211
+ "description": "Allows you to define if the button is visible on the screen.",
212
+ "type": "boolean",
213
+ "artifactType": "FlexChange",
214
+ "controlType": "sap.m.Button"
215
+ }
216
+ },
217
+ "additionalProperties": false
218
+ },
219
+ "ShareOP": {
220
+ "description": "Share",
221
+ "isViewNode": true,
222
+ "type": "object",
223
+ "properties": {
224
+ "visible": {
225
+ "description": "Allows you to define if the button is visible on the screen.",
226
+ "type": "boolean",
227
+ "artifactType": "FlexChange",
228
+ "controlType": "sap.m.Button"
229
+ }
230
+ },
231
+ "additionalProperties": false
232
+ },
197
233
  "ObjectPageLayout": {
198
234
  "description": "Page Layout",
199
235
  "isViewNode": true,
@@ -287,7 +323,7 @@
287
323
  "type": "string"
288
324
  }
289
325
  ],
290
- "description": "Whether the section should be visible on the screen.",
326
+ "description": "Allows you to define if the section should be visible on the screen.",
291
327
  "artifactType": "FlexChange",
292
328
  "controlType": "sap.uxap.ObjectPageSection"
293
329
  }
@@ -317,7 +353,7 @@
317
353
  "type": "string"
318
354
  }
319
355
  ],
320
- "description": "Whether the section should be visible on the screen.",
356
+ "description": "Allows you to define if the section should be visible on the screen.",
321
357
  "artifactType": "FlexChange",
322
358
  "controlType": "sap.uxap.ObjectPageSection"
323
359
  }
@@ -364,7 +400,7 @@
364
400
  "type": "string"
365
401
  }
366
402
  ],
367
- "description": "Whether the field should be visible on the screen.",
403
+ "description": "Allows you to define if the field should be visible on the screen.",
368
404
  "artifactType": "FlexChange",
369
405
  "controlType": "sap.ui.comp.smartform.GroupElement"
370
406
  }
@@ -397,7 +433,7 @@
397
433
  "type": "string"
398
434
  }
399
435
  ],
400
- "description": "Whether the button should be visible on the screen.",
436
+ "description": "Allows you to define if the action button is visible on the screen.",
401
437
  "artifactType": "FlexChange",
402
438
  "controlType": "sap.m.Button"
403
439
  },
@@ -409,13 +445,13 @@
409
445
  "controlType": "sap.m.Button"
410
446
  },
411
447
  "icon": {
412
- "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.",
448
+ "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.",
413
449
  "type": "string",
414
450
  "artifactType": "FlexChange",
415
451
  "controlType": "sap.m.Button"
416
452
  },
417
453
  "activeIcon": {
418
- "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.",
454
+ "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.",
419
455
  "type": "string",
420
456
  "artifactType": "FlexChange",
421
457
  "controlType": "sap.m.Button"
@@ -468,7 +504,7 @@
468
504
  "type": "string"
469
505
  }
470
506
  ],
471
- "description": "Whether the section should be visible on the screen.",
507
+ "description": "Allows you to define if the section should be visible on the screen.",
472
508
  "artifactType": "FlexChange",
473
509
  "controlType": "sap.uxap.ObjectPageSection"
474
510
  }
@@ -708,7 +744,7 @@
708
744
  "type": "string"
709
745
  }
710
746
  ],
711
- "description": "Whether the button should be visible on the screen.",
747
+ "description": "Allows you to define if the action button is visible on the screen.",
712
748
  "artifactType": "FlexChange",
713
749
  "controlType": "sap.m.Button"
714
750
  },
@@ -720,13 +756,13 @@
720
756
  "controlType": "sap.m.Button"
721
757
  },
722
758
  "icon": {
723
- "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.",
759
+ "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.",
724
760
  "type": "string",
725
761
  "artifactType": "FlexChange",
726
762
  "controlType": "sap.m.Button"
727
763
  },
728
764
  "activeIcon": {
729
- "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.",
765
+ "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.",
730
766
  "type": "string",
731
767
  "artifactType": "FlexChange",
732
768
  "controlType": "sap.m.Button"
@@ -814,13 +850,13 @@
814
850
  "controlType": "sap.m.Button"
815
851
  },
816
852
  "icon": {
817
- "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.",
853
+ "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.",
818
854
  "type": "string",
819
855
  "artifactType": "FlexChange",
820
856
  "controlType": "sap.m.Button"
821
857
  },
822
858
  "activeIcon": {
823
- "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.",
859
+ "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.",
824
860
  "type": "string",
825
861
  "artifactType": "FlexChange",
826
862
  "controlType": "sap.m.Button"
@@ -1319,7 +1355,7 @@
1319
1355
  "type": "string"
1320
1356
  }
1321
1357
  ],
1322
- "description": "Whether the section should be visible on the screen.",
1358
+ "description": "Allows you to define if the section should be visible on the screen.",
1323
1359
  "artifactType": "FlexChange",
1324
1360
  "controlType": "sap.uxap.ObjectPageSection"
1325
1361
  }
@@ -1364,7 +1400,7 @@
1364
1400
  "type": "string"
1365
1401
  }
1366
1402
  ],
1367
- "description": "Whether the section should be visible on the screen.",
1403
+ "description": "Allows you to define if the section should be visible on the screen.",
1368
1404
  "artifactType": "FlexChange",
1369
1405
  "controlType": "sap.uxap.ObjectPageSection"
1370
1406
  }
@@ -1396,7 +1432,7 @@
1396
1432
  "type": "string"
1397
1433
  }
1398
1434
  ],
1399
- "description": "Whether the section should be visible on the screen.",
1435
+ "description": "Allows you to define if the section should be visible on the screen.",
1400
1436
  "artifactType": "FlexChange",
1401
1437
  "controlType": "sap.uxap.ObjectPageSection"
1402
1438
  }
@@ -1426,7 +1462,7 @@
1426
1462
  "type": "string"
1427
1463
  }
1428
1464
  ],
1429
- "description": "Whether the section should be visible on the screen.",
1465
+ "description": "Allows you to define if the section should be visible on the screen.",
1430
1466
  "artifactType": "FlexChange",
1431
1467
  "controlType": "sap.uxap.ObjectPageSubSection"
1432
1468
  }
@@ -1480,7 +1516,7 @@
1480
1516
  "type": "string"
1481
1517
  }
1482
1518
  ],
1483
- "description": "Whether the section should be visible on the screen.",
1519
+ "description": "Allows you to define if the section should be visible on the screen.",
1484
1520
  "artifactType": "FlexChange",
1485
1521
  "controlType": "sap.uxap.ObjectPageSubSection"
1486
1522
  }
@@ -1512,7 +1548,7 @@
1512
1548
  "type": "string"
1513
1549
  }
1514
1550
  ],
1515
- "description": "Whether the section should be visible on the screen.",
1551
+ "description": "Allows you to define if the section should be visible on the screen.",
1516
1552
  "artifactType": "FlexChange",
1517
1553
  "controlType": "sap.uxap.ObjectPageSubSection"
1518
1554
  }
@@ -1646,6 +1682,11 @@
1646
1682
  "type": "object",
1647
1683
  "additionalProperties": {
1648
1684
  "$ref": "#/definitions/ObjectPageFooterAction"
1685
+ },
1686
+ "properties": {
1687
+ "SaveAndEdit": {
1688
+ "$ref": "#/definitions/SaveAndEditOP"
1689
+ }
1649
1690
  }
1650
1691
  },
1651
1692
  "ObjectPageFooterAction": {
@@ -1668,7 +1709,7 @@
1668
1709
  "type": "string"
1669
1710
  }
1670
1711
  ],
1671
- "description": "Whether the button should be visible on the screen.",
1712
+ "description": "Allows you to define if the action button is visible on the screen.",
1672
1713
  "artifactType": "FlexChange",
1673
1714
  "controlType": "sap.m.Button"
1674
1715
  },
@@ -1680,13 +1721,13 @@
1680
1721
  "controlType": "sap.m.Button"
1681
1722
  },
1682
1723
  "icon": {
1683
- "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.",
1724
+ "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.",
1684
1725
  "type": "string",
1685
1726
  "artifactType": "FlexChange",
1686
1727
  "controlType": "sap.m.Button"
1687
1728
  },
1688
1729
  "activeIcon": {
1689
- "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.",
1730
+ "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.",
1690
1731
  "type": "string",
1691
1732
  "artifactType": "FlexChange",
1692
1733
  "controlType": "sap.m.Button"
@@ -1699,6 +1740,33 @@
1699
1740
  }
1700
1741
  },
1701
1742
  "additionalProperties": false
1743
+ },
1744
+ "SaveAndEditOP": {
1745
+ "description": "Save and Edit",
1746
+ "isViewNode": true,
1747
+ "type": "object",
1748
+ "properties": {
1749
+ "visible": {
1750
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
1751
+ "anyOf": [
1752
+ {
1753
+ "enum": [
1754
+ false,
1755
+ true,
1756
+ "{ui>/editable}",
1757
+ "{= !${ui>/editable}}"
1758
+ ]
1759
+ },
1760
+ {
1761
+ "type": "string"
1762
+ }
1763
+ ],
1764
+ "description": "Allows you to define if the button is visible on the screen.",
1765
+ "artifactType": "FlexChange",
1766
+ "controlType": "sap.m.Button"
1767
+ }
1768
+ },
1769
+ "additionalProperties": false
1702
1770
  }
1703
1771
  },
1704
1772
  "$schema": "http://json-schema.org/draft-07/schema#"
@@ -52,7 +52,8 @@
52
52
  "type": "string"
53
53
  },
54
54
  "flexEnabled": {
55
- "description": "To enable key user adaptation for the application, set the flexEnabled property to \"true\".",
55
+ "description": "Allows you to enable key user adaptation for an application.",
56
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
56
57
  "type": "boolean"
57
58
  }
58
59
  },