@sap/ux-specification 1.96.47 → 1.96.49

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 +68 -3
  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 +579 -541
  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 +122 -36
  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 +74 -49
  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 +61 -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
  }
@@ -700,7 +736,7 @@
700
736
  "type": "string"
701
737
  }
702
738
  ],
703
- "description": "Whether the button should be visible on the screen.",
739
+ "description": "Allows you to define if the action button is visible on the screen.",
704
740
  "artifactType": "FlexChange",
705
741
  "controlType": "sap.m.Button"
706
742
  },
@@ -712,13 +748,13 @@
712
748
  "controlType": "sap.m.Button"
713
749
  },
714
750
  "icon": {
715
- "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.",
751
+ "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.",
716
752
  "type": "string",
717
753
  "artifactType": "FlexChange",
718
754
  "controlType": "sap.m.Button"
719
755
  },
720
756
  "activeIcon": {
721
- "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.",
757
+ "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.",
722
758
  "type": "string",
723
759
  "artifactType": "FlexChange",
724
760
  "controlType": "sap.m.Button"
@@ -806,13 +842,13 @@
806
842
  "controlType": "sap.m.Button"
807
843
  },
808
844
  "icon": {
809
- "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.",
845
+ "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.",
810
846
  "type": "string",
811
847
  "artifactType": "FlexChange",
812
848
  "controlType": "sap.m.Button"
813
849
  },
814
850
  "activeIcon": {
815
- "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.",
851
+ "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.",
816
852
  "type": "string",
817
853
  "artifactType": "FlexChange",
818
854
  "controlType": "sap.m.Button"
@@ -1315,7 +1351,7 @@
1315
1351
  "type": "string"
1316
1352
  }
1317
1353
  ],
1318
- "description": "Whether the section should be visible on the screen.",
1354
+ "description": "Allows you to define if the section should be visible on the screen.",
1319
1355
  "artifactType": "FlexChange",
1320
1356
  "controlType": "sap.uxap.ObjectPageSection"
1321
1357
  }
@@ -1360,7 +1396,7 @@
1360
1396
  "type": "string"
1361
1397
  }
1362
1398
  ],
1363
- "description": "Whether the section should be visible on the screen.",
1399
+ "description": "Allows you to define if the section should be visible on the screen.",
1364
1400
  "artifactType": "FlexChange",
1365
1401
  "controlType": "sap.uxap.ObjectPageSection"
1366
1402
  }
@@ -1392,7 +1428,7 @@
1392
1428
  "type": "string"
1393
1429
  }
1394
1430
  ],
1395
- "description": "Whether the section should be visible on the screen.",
1431
+ "description": "Allows you to define if the section should be visible on the screen.",
1396
1432
  "artifactType": "FlexChange",
1397
1433
  "controlType": "sap.uxap.ObjectPageSection"
1398
1434
  }
@@ -1422,7 +1458,7 @@
1422
1458
  "type": "string"
1423
1459
  }
1424
1460
  ],
1425
- "description": "Whether the section should be visible on the screen.",
1461
+ "description": "Allows you to define if the section should be visible on the screen.",
1426
1462
  "artifactType": "FlexChange",
1427
1463
  "controlType": "sap.uxap.ObjectPageSubSection"
1428
1464
  }
@@ -1476,7 +1512,7 @@
1476
1512
  "type": "string"
1477
1513
  }
1478
1514
  ],
1479
- "description": "Whether the section should be visible on the screen.",
1515
+ "description": "Allows you to define if the section should be visible on the screen.",
1480
1516
  "artifactType": "FlexChange",
1481
1517
  "controlType": "sap.uxap.ObjectPageSubSection"
1482
1518
  }
@@ -1508,7 +1544,7 @@
1508
1544
  "type": "string"
1509
1545
  }
1510
1546
  ],
1511
- "description": "Whether the section should be visible on the screen.",
1547
+ "description": "Allows you to define if the section should be visible on the screen.",
1512
1548
  "artifactType": "FlexChange",
1513
1549
  "controlType": "sap.uxap.ObjectPageSubSection"
1514
1550
  }
@@ -1642,6 +1678,11 @@
1642
1678
  "type": "object",
1643
1679
  "additionalProperties": {
1644
1680
  "$ref": "#/definitions/ObjectPageFooterAction"
1681
+ },
1682
+ "properties": {
1683
+ "SaveAndEdit": {
1684
+ "$ref": "#/definitions/SaveAndEditOP"
1685
+ }
1645
1686
  }
1646
1687
  },
1647
1688
  "ObjectPageFooterAction": {
@@ -1664,7 +1705,7 @@
1664
1705
  "type": "string"
1665
1706
  }
1666
1707
  ],
1667
- "description": "Whether the button should be visible on the screen.",
1708
+ "description": "Allows you to define if the action button is visible on the screen.",
1668
1709
  "artifactType": "FlexChange",
1669
1710
  "controlType": "sap.m.Button"
1670
1711
  },
@@ -1676,13 +1717,13 @@
1676
1717
  "controlType": "sap.m.Button"
1677
1718
  },
1678
1719
  "icon": {
1679
- "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.",
1720
+ "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.",
1680
1721
  "type": "string",
1681
1722
  "artifactType": "FlexChange",
1682
1723
  "controlType": "sap.m.Button"
1683
1724
  },
1684
1725
  "activeIcon": {
1685
- "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.",
1726
+ "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.",
1686
1727
  "type": "string",
1687
1728
  "artifactType": "FlexChange",
1688
1729
  "controlType": "sap.m.Button"
@@ -1695,6 +1736,33 @@
1695
1736
  }
1696
1737
  },
1697
1738
  "additionalProperties": false
1739
+ },
1740
+ "SaveAndEditOP": {
1741
+ "description": "Save and Edit",
1742
+ "isViewNode": true,
1743
+ "type": "object",
1744
+ "properties": {
1745
+ "visible": {
1746
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
1747
+ "anyOf": [
1748
+ {
1749
+ "enum": [
1750
+ false,
1751
+ true,
1752
+ "{ui>/editable}",
1753
+ "{= !${ui>/editable}}"
1754
+ ]
1755
+ },
1756
+ {
1757
+ "type": "string"
1758
+ }
1759
+ ],
1760
+ "description": "Allows you to define if the button is visible on the screen.",
1761
+ "artifactType": "FlexChange",
1762
+ "controlType": "sap.m.Button"
1763
+ }
1764
+ },
1765
+ "additionalProperties": false
1698
1766
  }
1699
1767
  },
1700
1768
  "$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
  },