@sap/ux-specification 1.84.72 → 1.84.74

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 (116) hide show
  1. package/CHANGELOG.md +61 -1
  2. package/dist/documentation/runDocu-min.js +19 -15
  3. package/dist/documentation/runDocu-min.js.map +4 -4
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +18 -6
  5. package/dist/documentation/v2/v2-ApplicationV2.html +18 -6
  6. package/dist/documentation/v2/v2-ListReport.html +18 -6
  7. package/dist/documentation/v2/v2-ObjectPage.html +18 -6
  8. package/dist/documentation/v2/v2-OverviewPage.html +18 -6
  9. package/dist/documentation/v4/v4-ApplicationV4.html +18 -6
  10. package/dist/documentation/v4/v4-ListReport.html +18 -6
  11. package/dist/documentation/v4/v4-ObjectPage.html +18 -6
  12. package/dist/index-min.js +65 -55
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/package.json +25 -24
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +8 -16
  16. package/dist/schemas/v2/ApplicationV2.json +2 -1
  17. package/dist/schemas/v2/ListReportConfig.json +11 -25
  18. package/dist/schemas/v2/ObjectPageConfig.json +53 -70
  19. package/dist/schemas/v2/OverviewPageConfig.json +9 -27
  20. package/dist/schemas/v4/ApplicationV4.json +2 -1
  21. package/dist/schemas/v4/ListReportConfig.json +35 -22
  22. package/dist/schemas/v4/ObjectPageConfig.json +18 -19
  23. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  24. package/dist/src/sync/common/decoration/control.js +1 -0
  25. package/dist/src/sync/common/decoration/control.js.map +1 -1
  26. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  27. package/dist/src/sync/common/distTagEvaluator.js +9 -2
  28. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  29. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  30. package/dist/src/sync/common/generate/objectPage.js +13 -5
  31. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  32. package/dist/src/sync/common/generate/utils.d.ts +7 -0
  33. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  34. package/dist/src/sync/common/generate/utils.js +23 -7
  35. package/dist/src/sync/common/generate/utils.js.map +1 -1
  36. package/dist/src/sync/common/i18n.json +5 -2
  37. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  38. package/dist/src/sync/common/importProject.js +21 -12
  39. package/dist/src/sync/common/importProject.js.map +1 -1
  40. package/dist/src/sync/common/utils.d.ts +14 -7
  41. package/dist/src/sync/common/utils.d.ts.map +1 -1
  42. package/dist/src/sync/common/utils.js +26 -10
  43. package/dist/src/sync/common/utils.js.map +1 -1
  44. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  45. package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
  46. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  47. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
  48. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +2 -1
  49. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  50. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  51. package/dist/src/sync/v2/export/export.js +9 -1
  52. package/dist/src/sync/v2/export/export.js.map +1 -1
  53. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  54. package/dist/src/sync/v2/export/exportPage.js +13 -3
  55. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  56. package/dist/src/sync/v2/export/manifest.js +1 -1
  57. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  58. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  59. package/dist/src/sync/v2/generate/analyticalListReport.js +11 -0
  60. package/dist/src/sync/v2/generate/analyticalListReport.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 +1 -1
  63. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  64. package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  65. package/dist/src/sync/v2/generate/overviewPage.js +1 -1
  66. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  67. package/dist/src/sync/v2/generate/utils.d.ts +5 -3
  68. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  69. package/dist/src/sync/v2/generate/utils.js +37 -32
  70. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  71. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  72. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  73. package/dist/src/sync/v2/import/app/appProvider.js +41 -18
  74. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  75. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
  76. package/dist/src/sync/v2/import/common/index.js +5 -6
  77. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  78. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  79. package/dist/src/sync/v2/import/pages/analyticalListPage.js +7 -28
  80. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  81. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  82. package/dist/src/sync/v2/import/pages/listReport.js +18 -30
  83. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  84. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  85. package/dist/src/sync/v2/import/pages/objectPage.js +4 -30
  86. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  87. package/dist/src/sync/v2/import/utils.d.ts +14 -0
  88. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  89. package/dist/src/sync/v2/import/utils.js +68 -5
  90. package/dist/src/sync/v2/import/utils.js.map +1 -1
  91. package/dist/src/sync/v4/generate/generate.d.ts +1 -1
  92. package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
  93. package/dist/src/sync/v4/generate/generate.js +17 -1
  94. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  95. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  96. package/dist/src/sync/v4/generate/listReport.js +1 -2
  97. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  98. package/dist/src/sync/v4/generate/objectPage.d.ts +3 -2
  99. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  100. package/dist/src/sync/v4/generate/objectPage.js +13 -13
  101. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  102. package/dist/src/sync/v4/import/app/appProvider.d.ts +3 -2
  103. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  104. package/dist/src/sync/v4/import/app/appProvider.js +68 -55
  105. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  106. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  107. package/dist/src/sync/v4/import/pages/listReport.js +49 -33
  108. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  109. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  110. package/dist/src/sync/v4/import/pages/objectPage.js +52 -19
  111. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  112. package/dist/src/sync/v4/import/utils.d.ts +1 -1
  113. package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
  114. package/dist/src/sync/v4/import/utils.js +4 -4
  115. package/dist/src/sync/v4/import/utils.js.map +1 -1
  116. package/package.json +26 -25
@@ -24,9 +24,7 @@
24
24
  "defaultLayoutTypeIfExternalNavigation": {
25
25
  "description": "If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode.",
26
26
  "type": "string",
27
- "enum": [
28
- "MidColumnFullScreen"
29
- ],
27
+ "const": "MidColumnFullScreen",
30
28
  "artifactType": "Manifest"
31
29
  },
32
30
  "globalChartSettings": {
@@ -144,7 +142,7 @@
144
142
  "type": "string"
145
143
  }
146
144
  ],
147
- "description": "Whether the button should be visible on the screen.",
145
+ "description": "Allows you to define if the action button should be visible on the screen.",
148
146
  "artifactType": "FlexChange",
149
147
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
150
148
  },
@@ -156,13 +154,13 @@
156
154
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
157
155
  },
158
156
  "icon": {
159
- "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.",
157
+ "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.",
160
158
  "type": "string",
161
159
  "artifactType": "FlexChange",
162
160
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
163
161
  },
164
162
  "activeIcon": {
165
- "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.",
163
+ "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.",
166
164
  "type": "string",
167
165
  "artifactType": "FlexChange",
168
166
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
@@ -201,8 +199,21 @@
201
199
  "type": "object",
202
200
  "properties": {
203
201
  "showHeaderContent": {
202
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
203
+ "anyOf": [
204
+ {
205
+ "enum": [
206
+ false,
207
+ true,
208
+ "{ui>/editable}",
209
+ "{= !${ui>/editable}}"
210
+ ]
211
+ },
212
+ {
213
+ "type": "string"
214
+ }
215
+ ],
204
216
  "description": "showHeaderContent determines the visibility of the Header content.",
205
- "type": "boolean",
206
217
  "artifactType": "FlexChange",
207
218
  "controlType": "sap.uxap.ObjectPageLayout"
208
219
  },
@@ -275,7 +286,7 @@
275
286
  "type": "string"
276
287
  }
277
288
  ],
278
- "description": "Whether the section should be visible on the screen.",
289
+ "description": "Allows you to define if the section should be visible on the screen.",
279
290
  "artifactType": "FlexChange",
280
291
  "controlType": "sap.uxap.ObjectPageSection"
281
292
  }
@@ -305,7 +316,7 @@
305
316
  "type": "string"
306
317
  }
307
318
  ],
308
- "description": "Whether the section should be visible on the screen.",
319
+ "description": "Allows you to define if the section should be visible on the screen.",
309
320
  "artifactType": "FlexChange",
310
321
  "controlType": "sap.uxap.ObjectPageSection"
311
322
  }
@@ -352,7 +363,7 @@
352
363
  "type": "string"
353
364
  }
354
365
  ],
355
- "description": "Whether the field should be visible on the screen.",
366
+ "description": "Allows you to define if the field should be visible on the screen.",
356
367
  "artifactType": "FlexChange",
357
368
  "controlType": "sap.ui.comp.smartform.GroupElement"
358
369
  }
@@ -385,7 +396,7 @@
385
396
  "type": "string"
386
397
  }
387
398
  ],
388
- "description": "Whether the button should be visible on the screen.",
399
+ "description": "Allows you to define if the action button should be visible on the screen.",
389
400
  "artifactType": "FlexChange",
390
401
  "controlType": "sap.m.Button"
391
402
  },
@@ -397,13 +408,13 @@
397
408
  "controlType": "sap.m.Button"
398
409
  },
399
410
  "icon": {
400
- "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.",
411
+ "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.",
401
412
  "type": "string",
402
413
  "artifactType": "FlexChange",
403
414
  "controlType": "sap.m.Button"
404
415
  },
405
416
  "activeIcon": {
406
- "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.",
417
+ "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.",
407
418
  "type": "string",
408
419
  "artifactType": "FlexChange",
409
420
  "controlType": "sap.m.Button"
@@ -456,7 +467,7 @@
456
467
  "type": "string"
457
468
  }
458
469
  ],
459
- "description": "Whether the section should be visible on the screen.",
470
+ "description": "Allows you to define if the section should be visible on the screen.",
460
471
  "artifactType": "FlexChange",
461
472
  "controlType": "sap.uxap.ObjectPageSection"
462
473
  }
@@ -477,9 +488,7 @@
477
488
  "type": {
478
489
  "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
479
490
  "type": "string",
480
- "enum": [
481
- "ResponsiveTable"
482
- ],
491
+ "const": "ResponsiveTable",
483
492
  "artifactType": "Manifest"
484
493
  },
485
494
  "includeItemInSelection": {
@@ -549,9 +558,7 @@
549
558
  "createMode": {
550
559
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
551
560
  "type": "string",
552
- "enum": [
553
- "inline"
554
- ],
561
+ "const": "inline",
555
562
  "artifactType": "Manifest"
556
563
  },
557
564
  "disableDefaultInlineCreateSort": {
@@ -691,7 +698,7 @@
691
698
  "type": "string"
692
699
  }
693
700
  ],
694
- "description": "Whether the button should be visible on the screen.",
701
+ "description": "Allows you to define if the action button should be visible on the screen.",
695
702
  "artifactType": "FlexChange",
696
703
  "controlType": "sap.m.Button"
697
704
  },
@@ -703,13 +710,13 @@
703
710
  "controlType": "sap.m.Button"
704
711
  },
705
712
  "icon": {
706
- "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.",
713
+ "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.",
707
714
  "type": "string",
708
715
  "artifactType": "FlexChange",
709
716
  "controlType": "sap.m.Button"
710
717
  },
711
718
  "activeIcon": {
712
- "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.",
719
+ "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.",
713
720
  "type": "string",
714
721
  "artifactType": "FlexChange",
715
722
  "controlType": "sap.m.Button"
@@ -796,13 +803,13 @@
796
803
  "controlType": "sap.m.Button"
797
804
  },
798
805
  "icon": {
799
- "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.",
806
+ "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.",
800
807
  "type": "string",
801
808
  "artifactType": "FlexChange",
802
809
  "controlType": "sap.m.Button"
803
810
  },
804
811
  "activeIcon": {
805
- "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.",
812
+ "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.",
806
813
  "type": "string",
807
814
  "artifactType": "FlexChange",
808
815
  "controlType": "sap.m.Button"
@@ -873,9 +880,7 @@
873
880
  "description": "The UI5 control used for your extension",
874
881
  "artifactType": "Manifest",
875
882
  "type": "string",
876
- "enum": [
877
- "sap.ui.core.Fragment"
878
- ]
883
+ "const": "sap.ui.core.Fragment"
879
884
  },
880
885
  "fragmentName": {
881
886
  "description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
@@ -929,9 +934,7 @@
929
934
  "type": {
930
935
  "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
931
936
  "type": "string",
932
- "enum": [
933
- "ResponsiveTable"
934
- ],
937
+ "const": "ResponsiveTable",
935
938
  "artifactType": "Manifest"
936
939
  },
937
940
  "includeItemInSelection": {
@@ -1001,9 +1004,7 @@
1001
1004
  "createMode": {
1002
1005
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1003
1006
  "type": "string",
1004
- "enum": [
1005
- "inline"
1006
- ],
1007
+ "const": "inline",
1007
1008
  "artifactType": "Manifest"
1008
1009
  },
1009
1010
  "disableDefaultInlineCreateSort": {
@@ -1036,9 +1037,7 @@
1036
1037
  "type": {
1037
1038
  "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
1038
1039
  "type": "string",
1039
- "enum": [
1040
- "AnalyticalTable"
1041
- ],
1040
+ "const": "AnalyticalTable",
1042
1041
  "artifactType": "Manifest"
1043
1042
  },
1044
1043
  "condensedTableLayout": {
@@ -1092,9 +1091,7 @@
1092
1091
  "createMode": {
1093
1092
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1094
1093
  "type": "string",
1095
- "enum": [
1096
- "inline"
1097
- ],
1094
+ "const": "inline",
1098
1095
  "artifactType": "Manifest"
1099
1096
  },
1100
1097
  "disableDefaultInlineCreateSort": {
@@ -1127,9 +1124,7 @@
1127
1124
  "type": {
1128
1125
  "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
1129
1126
  "type": "string",
1130
- "enum": [
1131
- "GridTable"
1132
- ],
1127
+ "const": "GridTable",
1133
1128
  "artifactType": "Manifest"
1134
1129
  },
1135
1130
  "condensedTableLayout": {
@@ -1183,9 +1178,7 @@
1183
1178
  "createMode": {
1184
1179
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1185
1180
  "type": "string",
1186
- "enum": [
1187
- "inline"
1188
- ],
1181
+ "const": "inline",
1189
1182
  "artifactType": "Manifest"
1190
1183
  },
1191
1184
  "disableDefaultInlineCreateSort": {
@@ -1218,9 +1211,7 @@
1218
1211
  "type": {
1219
1212
  "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
1220
1213
  "type": "string",
1221
- "enum": [
1222
- "TreeTable"
1223
- ],
1214
+ "const": "TreeTable",
1224
1215
  "artifactType": "Manifest"
1225
1216
  },
1226
1217
  "condensedTableLayout": {
@@ -1274,9 +1265,7 @@
1274
1265
  "createMode": {
1275
1266
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1276
1267
  "type": "string",
1277
- "enum": [
1278
- "inline"
1279
- ],
1268
+ "const": "inline",
1280
1269
  "artifactType": "Manifest"
1281
1270
  },
1282
1271
  "disableDefaultInlineCreateSort": {
@@ -1323,7 +1312,7 @@
1323
1312
  "type": "string"
1324
1313
  }
1325
1314
  ],
1326
- "description": "Whether the section should be visible on the screen.",
1315
+ "description": "Allows you to define if the section should be visible on the screen.",
1327
1316
  "artifactType": "FlexChange",
1328
1317
  "controlType": "sap.uxap.ObjectPageSection"
1329
1318
  }
@@ -1368,7 +1357,7 @@
1368
1357
  "type": "string"
1369
1358
  }
1370
1359
  ],
1371
- "description": "Whether the section should be visible on the screen.",
1360
+ "description": "Allows you to define if the section should be visible on the screen.",
1372
1361
  "artifactType": "FlexChange",
1373
1362
  "controlType": "sap.uxap.ObjectPageSection"
1374
1363
  }
@@ -1400,7 +1389,7 @@
1400
1389
  "type": "string"
1401
1390
  }
1402
1391
  ],
1403
- "description": "Whether the section should be visible on the screen.",
1392
+ "description": "Allows you to define if the section should be visible on the screen.",
1404
1393
  "artifactType": "FlexChange",
1405
1394
  "controlType": "sap.uxap.ObjectPageSection"
1406
1395
  }
@@ -1430,7 +1419,7 @@
1430
1419
  "type": "string"
1431
1420
  }
1432
1421
  ],
1433
- "description": "Whether the section should be visible on the screen.",
1422
+ "description": "Allows you to define if the section should be visible on the screen.",
1434
1423
  "artifactType": "FlexChange",
1435
1424
  "controlType": "sap.uxap.ObjectPageSubSection"
1436
1425
  }
@@ -1484,7 +1473,7 @@
1484
1473
  "type": "string"
1485
1474
  }
1486
1475
  ],
1487
- "description": "Whether the section should be visible on the screen.",
1476
+ "description": "Allows you to define if the section should be visible on the screen.",
1488
1477
  "artifactType": "FlexChange",
1489
1478
  "controlType": "sap.uxap.ObjectPageSubSection"
1490
1479
  }
@@ -1516,7 +1505,7 @@
1516
1505
  "type": "string"
1517
1506
  }
1518
1507
  ],
1519
- "description": "Whether the section should be visible on the screen.",
1508
+ "description": "Allows you to define if the section should be visible on the screen.",
1520
1509
  "artifactType": "FlexChange",
1521
1510
  "controlType": "sap.uxap.ObjectPageSubSection"
1522
1511
  }
@@ -1551,9 +1540,7 @@
1551
1540
  "properties": {
1552
1541
  "className": {
1553
1542
  "type": "string",
1554
- "enum": [
1555
- "sap.ui.core.mvc.View"
1556
- ]
1543
+ "const": "sap.ui.core.mvc.View"
1557
1544
  },
1558
1545
  "viewName": {
1559
1546
  "type": "string"
@@ -1607,18 +1594,14 @@
1607
1594
  "properties": {
1608
1595
  "className": {
1609
1596
  "type": "string",
1610
- "enum": [
1611
- "sap.ui.core.Fragment"
1612
- ]
1597
+ "const": "sap.ui.core.Fragment"
1613
1598
  },
1614
1599
  "fragmentName": {
1615
1600
  "type": "string"
1616
1601
  },
1617
1602
  "type": {
1618
1603
  "type": "string",
1619
- "enum": [
1620
- "XML"
1621
- ]
1604
+ "const": "XML"
1622
1605
  },
1623
1606
  "relatedFacet": {
1624
1607
  "type": "string"
@@ -1679,7 +1662,7 @@
1679
1662
  "type": "string"
1680
1663
  }
1681
1664
  ],
1682
- "description": "Whether the button should be visible on the screen.",
1665
+ "description": "Allows you to define if the action button should be visible on the screen.",
1683
1666
  "artifactType": "FlexChange",
1684
1667
  "controlType": "sap.m.Button"
1685
1668
  },
@@ -1691,13 +1674,13 @@
1691
1674
  "controlType": "sap.m.Button"
1692
1675
  },
1693
1676
  "icon": {
1694
- "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.",
1677
+ "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.",
1695
1678
  "type": "string",
1696
1679
  "artifactType": "FlexChange",
1697
1680
  "controlType": "sap.m.Button"
1698
1681
  },
1699
1682
  "activeIcon": {
1700
- "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.",
1683
+ "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.",
1701
1684
  "type": "string",
1702
1685
  "artifactType": "FlexChange",
1703
1686
  "controlType": "sap.m.Button"
@@ -617,9 +617,7 @@
617
617
  ]
618
618
  },
619
619
  {
620
- "enum": [
621
- "auto"
622
- ],
620
+ "const": "auto",
623
621
  "type": "string"
624
622
  }
625
623
  ]
@@ -886,9 +884,7 @@
886
884
  ]
887
885
  },
888
886
  {
889
- "enum": [
890
- "auto"
891
- ],
887
+ "const": "auto",
892
888
  "type": "string"
893
889
  }
894
890
  ]
@@ -956,9 +952,7 @@
956
952
  "template": {
957
953
  "description": "Represents the Stack Card component path to use for this card.",
958
954
  "type": "string",
959
- "enum": [
960
- "sap.ovp.cards.stack"
961
- ],
955
+ "const": "sap.ovp.cards.stack",
962
956
  "artifactType": "Manifest"
963
957
  },
964
958
  "stackCardSettings": {
@@ -1065,9 +1059,7 @@
1065
1059
  ]
1066
1060
  },
1067
1061
  {
1068
- "enum": [
1069
- "auto"
1070
- ],
1062
+ "const": "auto",
1071
1063
  "type": "string"
1072
1064
  }
1073
1065
  ]
@@ -1113,9 +1105,7 @@
1113
1105
  "template": {
1114
1106
  "description": "Represents the Link list Card component path to use for this card.",
1115
1107
  "type": "string",
1116
- "enum": [
1117
- "sap.ovp.cards.linklist"
1118
- ],
1108
+ "const": "sap.ovp.cards.linklist",
1119
1109
  "artifactType": "Manifest"
1120
1110
  },
1121
1111
  "linkListCardSettings": {
@@ -1229,9 +1219,7 @@
1229
1219
  ]
1230
1220
  },
1231
1221
  {
1232
- "enum": [
1233
- "auto"
1234
- ],
1222
+ "const": "auto",
1235
1223
  "type": "string"
1236
1224
  }
1237
1225
  ]
@@ -1456,9 +1444,7 @@
1456
1444
  ]
1457
1445
  },
1458
1446
  {
1459
- "enum": [
1460
- "auto"
1461
- ],
1447
+ "const": "auto",
1462
1448
  "type": "string"
1463
1449
  }
1464
1450
  ]
@@ -1609,9 +1595,7 @@
1609
1595
  ]
1610
1596
  },
1611
1597
  {
1612
- "enum": [
1613
- "auto"
1614
- ],
1598
+ "const": "auto",
1615
1599
  "type": "string"
1616
1600
  }
1617
1601
  ]
@@ -1726,9 +1710,7 @@
1726
1710
  ]
1727
1711
  },
1728
1712
  {
1729
- "enum": [
1730
- "auto"
1731
- ],
1713
+ "const": "auto",
1732
1714
  "type": "string"
1733
1715
  }
1734
1716
  ]
@@ -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
  },