@sap/ux-specification 1.108.14 → 1.108.15

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 (83) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +95 -95
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/package.json +8 -8
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -4
  16. package/dist/schemas/v2/ApplicationV2.json +2 -1
  17. package/dist/schemas/v2/ListReportConfig.json +4 -4
  18. package/dist/schemas/v2/ObjectPageConfig.json +24 -24
  19. package/dist/schemas/v4/ApplicationV4.json +2 -1
  20. package/dist/schemas/v4/ListReportConfig.json +50 -35
  21. package/dist/schemas/v4/ObjectPageConfig.json +33 -24
  22. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  23. package/dist/src/sync/common/distTagEvaluator.js +9 -2
  24. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  25. package/dist/src/sync/common/i18n.json +5 -2
  26. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  27. package/dist/src/sync/common/importProject.js +20 -10
  28. package/dist/src/sync/common/importProject.js.map +1 -1
  29. package/dist/src/sync/common/utils.d.ts +8 -7
  30. package/dist/src/sync/common/utils.d.ts.map +1 -1
  31. package/dist/src/sync/common/utils.js +16 -9
  32. package/dist/src/sync/common/utils.js.map +1 -1
  33. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  34. package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
  35. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  36. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  37. package/dist/src/sync/v2/export/exportPage.js +13 -3
  38. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  39. package/dist/src/sync/v2/export/manifest.js +1 -1
  40. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  41. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  42. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  43. package/dist/src/sync/v2/import/app/appProvider.js +41 -18
  44. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  45. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
  46. package/dist/src/sync/v2/import/common/index.js +5 -6
  47. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  48. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  49. package/dist/src/sync/v2/import/pages/analyticalListPage.js +7 -28
  50. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  51. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  52. package/dist/src/sync/v2/import/pages/listReport.js +20 -31
  53. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  54. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  55. package/dist/src/sync/v2/import/pages/objectPage.js +4 -30
  56. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  57. package/dist/src/sync/v2/import/utils.d.ts +15 -0
  58. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  59. package/dist/src/sync/v2/import/utils.js +69 -5
  60. package/dist/src/sync/v2/import/utils.js.map +1 -1
  61. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  62. package/dist/src/sync/v4/generate/listReport.js +2 -3
  63. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  64. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  65. package/dist/src/sync/v4/generate/objectPage.js +15 -11
  66. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  67. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  68. package/dist/src/sync/v4/import/app/appProvider.js +71 -57
  69. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  70. package/dist/src/sync/v4/import/pages/listReport.js +28 -22
  71. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  72. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  73. package/dist/src/sync/v4/import/pages/objectPage.js +24 -19
  74. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  75. package/dist/src/sync/v4/import/utils.d.ts +1 -1
  76. package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
  77. package/dist/src/sync/v4/import/utils.js +4 -4
  78. package/dist/src/sync/v4/import/utils.js.map +1 -1
  79. package/dist/src/sync/v4/utils/utils.d.ts +1 -2
  80. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  81. package/dist/src/sync/v4/utils/utils.js +1 -2
  82. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  83. package/package.json +8 -8
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.108.14",
3
+ "version": "1.108.15",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -51,18 +51,18 @@
51
51
  "publisher": "SAPSE",
52
52
  "license": "SEE LICENSE IN LICENSE",
53
53
  "dependencies": {
54
- "@sap-ux/fe-fpm-writer": "0.23.2",
55
- "@sap-ux/vocabularies-types": "0.9.2"
54
+ "@sap-ux/fe-fpm-writer": "0.23.5",
55
+ "@sap-ux/vocabularies-types": "0.9.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@sap-ux/annotation-converter": "0.7.3",
59
- "@sap/ux-specification-types": "1.108.14",
58
+ "@sap-ux/annotation-converter": "0.7.4",
59
+ "@sap/ux-specification-types": "1.108.15",
60
60
  "@sap-ux/edmx-parser": "0.6.0",
61
- "@sapui5/ts-types-esm": "1.108.21",
61
+ "@sapui5/ts-types-esm": "1.108.22",
62
62
  "@types/d3": "7.4.0",
63
- "@types/jquery": "3.5.18",
63
+ "@types/jquery": "3.5.19",
64
64
  "@types/mem-fs-editor": "7.0.3",
65
- "@types/semver": "7.5.1",
65
+ "@types/semver": "7.5.2",
66
66
  "@ui5/flexibility-utils": "0.1.3",
67
67
  "@xml-tools/ast": "5.0.5",
68
68
  "@xml-tools/parser": "1.0.11",
@@ -392,13 +392,13 @@
392
392
  "controlType": "sap.m.Button"
393
393
  },
394
394
  "icon": {
395
- "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.",
395
+ "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.",
396
396
  "type": "string",
397
397
  "artifactType": "FlexChange",
398
398
  "controlType": "sap.m.Button"
399
399
  },
400
400
  "activeIcon": {
401
- "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.",
401
+ "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.",
402
402
  "type": "string",
403
403
  "artifactType": "FlexChange",
404
404
  "controlType": "sap.m.Button"
@@ -506,13 +506,13 @@
506
506
  "controlType": "sap.m.Button"
507
507
  },
508
508
  "icon": {
509
- "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.",
509
+ "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.",
510
510
  "type": "string",
511
511
  "artifactType": "FlexChange",
512
512
  "controlType": "sap.m.Button"
513
513
  },
514
514
  "activeIcon": {
515
- "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.",
515
+ "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.",
516
516
  "type": "string",
517
517
  "artifactType": "FlexChange",
518
518
  "controlType": "sap.m.Button"
@@ -56,7 +56,8 @@
56
56
  "type": "string"
57
57
  },
58
58
  "flexEnabled": {
59
- "description": "To enable key user adaptation for the application, set the flexEnabled property to \"true\".",
59
+ "description": "Allows you to enable key user adaptation for an application.",
60
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
60
61
  "type": "boolean"
61
62
  }
62
63
  },
@@ -396,13 +396,13 @@
396
396
  "controlType": "sap.m.Button"
397
397
  },
398
398
  "icon": {
399
- "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.",
399
+ "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.",
400
400
  "type": "string",
401
401
  "artifactType": "FlexChange",
402
402
  "controlType": "sap.m.Button"
403
403
  },
404
404
  "activeIcon": {
405
- "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.",
405
+ "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.",
406
406
  "type": "string",
407
407
  "artifactType": "FlexChange",
408
408
  "controlType": "sap.m.Button"
@@ -510,13 +510,13 @@
510
510
  "controlType": "sap.m.Button"
511
511
  },
512
512
  "icon": {
513
- "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.",
513
+ "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.",
514
514
  "type": "string",
515
515
  "artifactType": "FlexChange",
516
516
  "controlType": "sap.m.Button"
517
517
  },
518
518
  "activeIcon": {
519
- "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.",
519
+ "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.",
520
520
  "type": "string",
521
521
  "artifactType": "FlexChange",
522
522
  "controlType": "sap.m.Button"
@@ -142,7 +142,7 @@
142
142
  "type": "string"
143
143
  }
144
144
  ],
145
- "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.",
146
146
  "artifactType": "FlexChange",
147
147
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
148
148
  },
@@ -154,13 +154,13 @@
154
154
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
155
155
  },
156
156
  "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.",
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.",
158
158
  "type": "string",
159
159
  "artifactType": "FlexChange",
160
160
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
161
161
  },
162
162
  "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.",
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.",
164
164
  "type": "string",
165
165
  "artifactType": "FlexChange",
166
166
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
@@ -287,7 +287,7 @@
287
287
  "type": "string"
288
288
  }
289
289
  ],
290
- "description": "Whether the section should be visible on the screen.",
290
+ "description": "Allows you to define if the section should be visible on the screen.",
291
291
  "artifactType": "FlexChange",
292
292
  "controlType": "sap.uxap.ObjectPageSection"
293
293
  }
@@ -317,7 +317,7 @@
317
317
  "type": "string"
318
318
  }
319
319
  ],
320
- "description": "Whether the section should be visible on the screen.",
320
+ "description": "Allows you to define if the section should be visible on the screen.",
321
321
  "artifactType": "FlexChange",
322
322
  "controlType": "sap.uxap.ObjectPageSection"
323
323
  }
@@ -364,7 +364,7 @@
364
364
  "type": "string"
365
365
  }
366
366
  ],
367
- "description": "Whether the field should be visible on the screen.",
367
+ "description": "Allows you to define if the field should be visible on the screen.",
368
368
  "artifactType": "FlexChange",
369
369
  "controlType": "sap.ui.comp.smartform.GroupElement"
370
370
  }
@@ -397,7 +397,7 @@
397
397
  "type": "string"
398
398
  }
399
399
  ],
400
- "description": "Whether the button should be visible on the screen.",
400
+ "description": "Allows you to define if the action button should be visible on the screen.",
401
401
  "artifactType": "FlexChange",
402
402
  "controlType": "sap.m.Button"
403
403
  },
@@ -409,13 +409,13 @@
409
409
  "controlType": "sap.m.Button"
410
410
  },
411
411
  "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.",
412
+ "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
413
  "type": "string",
414
414
  "artifactType": "FlexChange",
415
415
  "controlType": "sap.m.Button"
416
416
  },
417
417
  "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.",
418
+ "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
419
  "type": "string",
420
420
  "artifactType": "FlexChange",
421
421
  "controlType": "sap.m.Button"
@@ -468,7 +468,7 @@
468
468
  "type": "string"
469
469
  }
470
470
  ],
471
- "description": "Whether the section should be visible on the screen.",
471
+ "description": "Allows you to define if the section should be visible on the screen.",
472
472
  "artifactType": "FlexChange",
473
473
  "controlType": "sap.uxap.ObjectPageSection"
474
474
  }
@@ -708,7 +708,7 @@
708
708
  "type": "string"
709
709
  }
710
710
  ],
711
- "description": "Whether the button should be visible on the screen.",
711
+ "description": "Allows you to define if the action button should be visible on the screen.",
712
712
  "artifactType": "FlexChange",
713
713
  "controlType": "sap.m.Button"
714
714
  },
@@ -720,13 +720,13 @@
720
720
  "controlType": "sap.m.Button"
721
721
  },
722
722
  "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.",
723
+ "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
724
  "type": "string",
725
725
  "artifactType": "FlexChange",
726
726
  "controlType": "sap.m.Button"
727
727
  },
728
728
  "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.",
729
+ "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
730
  "type": "string",
731
731
  "artifactType": "FlexChange",
732
732
  "controlType": "sap.m.Button"
@@ -814,13 +814,13 @@
814
814
  "controlType": "sap.m.Button"
815
815
  },
816
816
  "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.",
817
+ "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
818
  "type": "string",
819
819
  "artifactType": "FlexChange",
820
820
  "controlType": "sap.m.Button"
821
821
  },
822
822
  "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.",
823
+ "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
824
  "type": "string",
825
825
  "artifactType": "FlexChange",
826
826
  "controlType": "sap.m.Button"
@@ -1319,7 +1319,7 @@
1319
1319
  "type": "string"
1320
1320
  }
1321
1321
  ],
1322
- "description": "Whether the section should be visible on the screen.",
1322
+ "description": "Allows you to define if the section should be visible on the screen.",
1323
1323
  "artifactType": "FlexChange",
1324
1324
  "controlType": "sap.uxap.ObjectPageSection"
1325
1325
  }
@@ -1364,7 +1364,7 @@
1364
1364
  "type": "string"
1365
1365
  }
1366
1366
  ],
1367
- "description": "Whether the section should be visible on the screen.",
1367
+ "description": "Allows you to define if the section should be visible on the screen.",
1368
1368
  "artifactType": "FlexChange",
1369
1369
  "controlType": "sap.uxap.ObjectPageSection"
1370
1370
  }
@@ -1396,7 +1396,7 @@
1396
1396
  "type": "string"
1397
1397
  }
1398
1398
  ],
1399
- "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.",
1400
1400
  "artifactType": "FlexChange",
1401
1401
  "controlType": "sap.uxap.ObjectPageSection"
1402
1402
  }
@@ -1426,7 +1426,7 @@
1426
1426
  "type": "string"
1427
1427
  }
1428
1428
  ],
1429
- "description": "Whether the section should be visible on the screen.",
1429
+ "description": "Allows you to define if the section should be visible on the screen.",
1430
1430
  "artifactType": "FlexChange",
1431
1431
  "controlType": "sap.uxap.ObjectPageSubSection"
1432
1432
  }
@@ -1480,7 +1480,7 @@
1480
1480
  "type": "string"
1481
1481
  }
1482
1482
  ],
1483
- "description": "Whether the section should be visible on the screen.",
1483
+ "description": "Allows you to define if the section should be visible on the screen.",
1484
1484
  "artifactType": "FlexChange",
1485
1485
  "controlType": "sap.uxap.ObjectPageSubSection"
1486
1486
  }
@@ -1512,7 +1512,7 @@
1512
1512
  "type": "string"
1513
1513
  }
1514
1514
  ],
1515
- "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.",
1516
1516
  "artifactType": "FlexChange",
1517
1517
  "controlType": "sap.uxap.ObjectPageSubSection"
1518
1518
  }
@@ -1668,7 +1668,7 @@
1668
1668
  "type": "string"
1669
1669
  }
1670
1670
  ],
1671
- "description": "Whether the button should be visible on the screen.",
1671
+ "description": "Allows you to define if the action button should be visible on the screen.",
1672
1672
  "artifactType": "FlexChange",
1673
1673
  "controlType": "sap.m.Button"
1674
1674
  },
@@ -1680,13 +1680,13 @@
1680
1680
  "controlType": "sap.m.Button"
1681
1681
  },
1682
1682
  "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.",
1683
+ "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
1684
  "type": "string",
1685
1685
  "artifactType": "FlexChange",
1686
1686
  "controlType": "sap.m.Button"
1687
1687
  },
1688
1688
  "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.",
1689
+ "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
1690
  "type": "string",
1691
1691
  "artifactType": "FlexChange",
1692
1692
  "controlType": "sap.m.Button"
@@ -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
  },