@sap/ux-specification 1.84.73 → 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 (79) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-ListReport.html +2 -2
  9. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  10. package/dist/index-min.js +33 -33
  11. package/dist/index-min.js.map +3 -3
  12. package/dist/package.json +6 -6
  13. package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -4
  14. package/dist/schemas/v2/ApplicationV2.json +2 -1
  15. package/dist/schemas/v2/ListReportConfig.json +4 -4
  16. package/dist/schemas/v2/ObjectPageConfig.json +24 -24
  17. package/dist/schemas/v4/ApplicationV4.json +2 -1
  18. package/dist/schemas/v4/ListReportConfig.json +35 -22
  19. package/dist/schemas/v4/ObjectPageConfig.json +15 -10
  20. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  21. package/dist/src/sync/common/distTagEvaluator.js +9 -2
  22. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  23. package/dist/src/sync/common/i18n.json +5 -2
  24. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  25. package/dist/src/sync/common/importProject.js +20 -10
  26. package/dist/src/sync/common/importProject.js.map +1 -1
  27. package/dist/src/sync/common/utils.d.ts +14 -7
  28. package/dist/src/sync/common/utils.d.ts.map +1 -1
  29. package/dist/src/sync/common/utils.js +26 -10
  30. package/dist/src/sync/common/utils.js.map +1 -1
  31. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  32. package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
  33. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  34. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  35. package/dist/src/sync/v2/export/exportPage.js +13 -3
  36. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  37. package/dist/src/sync/v2/export/manifest.js +1 -1
  38. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  39. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  40. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  41. package/dist/src/sync/v2/import/app/appProvider.js +41 -18
  42. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  43. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
  44. package/dist/src/sync/v2/import/common/index.js +5 -6
  45. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  46. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  47. package/dist/src/sync/v2/import/pages/analyticalListPage.js +7 -28
  48. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  49. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  50. package/dist/src/sync/v2/import/pages/listReport.js +18 -30
  51. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  52. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  53. package/dist/src/sync/v2/import/pages/objectPage.js +4 -30
  54. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  55. package/dist/src/sync/v2/import/utils.d.ts +14 -0
  56. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  57. package/dist/src/sync/v2/import/utils.js +68 -5
  58. package/dist/src/sync/v2/import/utils.js.map +1 -1
  59. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  60. package/dist/src/sync/v4/generate/listReport.js +1 -2
  61. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  62. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  63. package/dist/src/sync/v4/generate/objectPage.js +11 -1
  64. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  65. package/dist/src/sync/v4/import/app/appProvider.d.ts +3 -2
  66. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  67. package/dist/src/sync/v4/import/app/appProvider.js +68 -55
  68. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  69. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  70. package/dist/src/sync/v4/import/pages/listReport.js +49 -33
  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 +52 -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/package.json +6 -6
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.84.73",
3
+ "version": "1.84.74",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -50,15 +50,15 @@
50
50
  "publisher": "SAPSE",
51
51
  "license": "SEE LICENSE IN LICENSE",
52
52
  "dependencies": {
53
- "@sap-ux/vocabularies-types": "0.9.2"
53
+ "@sap-ux/vocabularies-types": "0.9.3"
54
54
  },
55
55
  "devDependencies": {
56
- "@sap-ux/annotation-converter": "0.7.3",
57
- "@sap/ux-specification-types": "1.84.73",
56
+ "@sap-ux/annotation-converter": "0.7.4",
57
+ "@sap/ux-specification-types": "1.84.74",
58
58
  "@sap-ux/edmx-parser": "0.6.0",
59
- "@sapui5/ts-types": "1.84.36",
59
+ "@sapui5/ts-types": "1.84.37",
60
60
  "@types/d3": "7.4.0",
61
- "@types/jquery": "3.5.18",
61
+ "@types/jquery": "3.5.19",
62
62
  "@ui5/flexibility-utils": "0.1.3",
63
63
  "ajv": "6.12.6",
64
64
  "axios": "0.27.2",
@@ -390,13 +390,13 @@
390
390
  "controlType": "sap.m.Button"
391
391
  },
392
392
  "icon": {
393
- "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.",
393
+ "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.",
394
394
  "type": "string",
395
395
  "artifactType": "FlexChange",
396
396
  "controlType": "sap.m.Button"
397
397
  },
398
398
  "activeIcon": {
399
- "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.",
399
+ "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.",
400
400
  "type": "string",
401
401
  "artifactType": "FlexChange",
402
402
  "controlType": "sap.m.Button"
@@ -502,13 +502,13 @@
502
502
  "controlType": "sap.m.Button"
503
503
  },
504
504
  "icon": {
505
- "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.",
505
+ "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.",
506
506
  "type": "string",
507
507
  "artifactType": "FlexChange",
508
508
  "controlType": "sap.m.Button"
509
509
  },
510
510
  "activeIcon": {
511
- "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.",
511
+ "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.",
512
512
  "type": "string",
513
513
  "artifactType": "FlexChange",
514
514
  "controlType": "sap.m.Button"
@@ -48,7 +48,8 @@
48
48
  "type": "string"
49
49
  },
50
50
  "flexEnabled": {
51
- "description": "To enable key user adaptation for the application, set the flexEnabled property to \"true\".",
51
+ "description": "Allows you to enable key user adaptation for an application.",
52
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
52
53
  "type": "boolean"
53
54
  }
54
55
  },
@@ -399,13 +399,13 @@
399
399
  "controlType": "sap.m.Button"
400
400
  },
401
401
  "icon": {
402
- "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.",
402
+ "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.",
403
403
  "type": "string",
404
404
  "artifactType": "FlexChange",
405
405
  "controlType": "sap.m.Button"
406
406
  },
407
407
  "activeIcon": {
408
- "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.",
408
+ "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.",
409
409
  "type": "string",
410
410
  "artifactType": "FlexChange",
411
411
  "controlType": "sap.m.Button"
@@ -511,13 +511,13 @@
511
511
  "controlType": "sap.m.Button"
512
512
  },
513
513
  "icon": {
514
- "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.",
514
+ "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.",
515
515
  "type": "string",
516
516
  "artifactType": "FlexChange",
517
517
  "controlType": "sap.m.Button"
518
518
  },
519
519
  "activeIcon": {
520
- "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.",
520
+ "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.",
521
521
  "type": "string",
522
522
  "artifactType": "FlexChange",
523
523
  "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"
@@ -286,7 +286,7 @@
286
286
  "type": "string"
287
287
  }
288
288
  ],
289
- "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.",
290
290
  "artifactType": "FlexChange",
291
291
  "controlType": "sap.uxap.ObjectPageSection"
292
292
  }
@@ -316,7 +316,7 @@
316
316
  "type": "string"
317
317
  }
318
318
  ],
319
- "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.",
320
320
  "artifactType": "FlexChange",
321
321
  "controlType": "sap.uxap.ObjectPageSection"
322
322
  }
@@ -363,7 +363,7 @@
363
363
  "type": "string"
364
364
  }
365
365
  ],
366
- "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.",
367
367
  "artifactType": "FlexChange",
368
368
  "controlType": "sap.ui.comp.smartform.GroupElement"
369
369
  }
@@ -396,7 +396,7 @@
396
396
  "type": "string"
397
397
  }
398
398
  ],
399
- "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.",
400
400
  "artifactType": "FlexChange",
401
401
  "controlType": "sap.m.Button"
402
402
  },
@@ -408,13 +408,13 @@
408
408
  "controlType": "sap.m.Button"
409
409
  },
410
410
  "icon": {
411
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
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.",
412
412
  "type": "string",
413
413
  "artifactType": "FlexChange",
414
414
  "controlType": "sap.m.Button"
415
415
  },
416
416
  "activeIcon": {
417
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
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.",
418
418
  "type": "string",
419
419
  "artifactType": "FlexChange",
420
420
  "controlType": "sap.m.Button"
@@ -467,7 +467,7 @@
467
467
  "type": "string"
468
468
  }
469
469
  ],
470
- "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.",
471
471
  "artifactType": "FlexChange",
472
472
  "controlType": "sap.uxap.ObjectPageSection"
473
473
  }
@@ -698,7 +698,7 @@
698
698
  "type": "string"
699
699
  }
700
700
  ],
701
- "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.",
702
702
  "artifactType": "FlexChange",
703
703
  "controlType": "sap.m.Button"
704
704
  },
@@ -710,13 +710,13 @@
710
710
  "controlType": "sap.m.Button"
711
711
  },
712
712
  "icon": {
713
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
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.",
714
714
  "type": "string",
715
715
  "artifactType": "FlexChange",
716
716
  "controlType": "sap.m.Button"
717
717
  },
718
718
  "activeIcon": {
719
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
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.",
720
720
  "type": "string",
721
721
  "artifactType": "FlexChange",
722
722
  "controlType": "sap.m.Button"
@@ -803,13 +803,13 @@
803
803
  "controlType": "sap.m.Button"
804
804
  },
805
805
  "icon": {
806
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
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.",
807
807
  "type": "string",
808
808
  "artifactType": "FlexChange",
809
809
  "controlType": "sap.m.Button"
810
810
  },
811
811
  "activeIcon": {
812
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
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.",
813
813
  "type": "string",
814
814
  "artifactType": "FlexChange",
815
815
  "controlType": "sap.m.Button"
@@ -1312,7 +1312,7 @@
1312
1312
  "type": "string"
1313
1313
  }
1314
1314
  ],
1315
- "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.",
1316
1316
  "artifactType": "FlexChange",
1317
1317
  "controlType": "sap.uxap.ObjectPageSection"
1318
1318
  }
@@ -1357,7 +1357,7 @@
1357
1357
  "type": "string"
1358
1358
  }
1359
1359
  ],
1360
- "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.",
1361
1361
  "artifactType": "FlexChange",
1362
1362
  "controlType": "sap.uxap.ObjectPageSection"
1363
1363
  }
@@ -1389,7 +1389,7 @@
1389
1389
  "type": "string"
1390
1390
  }
1391
1391
  ],
1392
- "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.",
1393
1393
  "artifactType": "FlexChange",
1394
1394
  "controlType": "sap.uxap.ObjectPageSection"
1395
1395
  }
@@ -1419,7 +1419,7 @@
1419
1419
  "type": "string"
1420
1420
  }
1421
1421
  ],
1422
- "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.",
1423
1423
  "artifactType": "FlexChange",
1424
1424
  "controlType": "sap.uxap.ObjectPageSubSection"
1425
1425
  }
@@ -1473,7 +1473,7 @@
1473
1473
  "type": "string"
1474
1474
  }
1475
1475
  ],
1476
- "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.",
1477
1477
  "artifactType": "FlexChange",
1478
1478
  "controlType": "sap.uxap.ObjectPageSubSection"
1479
1479
  }
@@ -1505,7 +1505,7 @@
1505
1505
  "type": "string"
1506
1506
  }
1507
1507
  ],
1508
- "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.",
1509
1509
  "artifactType": "FlexChange",
1510
1510
  "controlType": "sap.uxap.ObjectPageSubSection"
1511
1511
  }
@@ -1662,7 +1662,7 @@
1662
1662
  "type": "string"
1663
1663
  }
1664
1664
  ],
1665
- "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.",
1666
1666
  "artifactType": "FlexChange",
1667
1667
  "controlType": "sap.m.Button"
1668
1668
  },
@@ -1674,13 +1674,13 @@
1674
1674
  "controlType": "sap.m.Button"
1675
1675
  },
1676
1676
  "icon": {
1677
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
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.",
1678
1678
  "type": "string",
1679
1679
  "artifactType": "FlexChange",
1680
1680
  "controlType": "sap.m.Button"
1681
1681
  },
1682
1682
  "activeIcon": {
1683
- "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
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.",
1684
1684
  "type": "string",
1685
1685
  "artifactType": "FlexChange",
1686
1686
  "controlType": "sap.m.Button"
@@ -44,7 +44,8 @@
44
44
  "type": "string"
45
45
  },
46
46
  "flexEnabled": {
47
- "description": "To enable key user adaptation for the application, set the flexEnabled property to \"true\".",
47
+ "description": "Allows you to enable key user adaptation for an application.",
48
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
48
49
  "type": "boolean"
49
50
  }
50
51
  },
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "defaultPath": {
35
35
  "$ref": "#/definitions/DefaultPathType",
36
- "description": "defaultPath can be \"primary\", \"secondary\", or \"both\". If it is \"primary\", SAP Fiori elements loads the app in chart-only view. If it is \"secondary\", SAP Fiori elements loads the app in table-only view. If it is \"both\", SAP Fiori elements loads the app in hybrid view.",
36
+ "description": "Allows you to set the initial view mode\n\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view.",
37
37
  "artifactType": "Manifest"
38
38
  },
39
39
  "$schema": {
@@ -150,7 +150,7 @@
150
150
  "type": "string"
151
151
  },
152
152
  "initialLoad": {
153
- "description": "initialLoad defines whether or not the data in the table is automatically loaded.",
153
+ "description": "Allows you to define whether or not the data in the table is automatically loaded.",
154
154
  "type": "boolean"
155
155
  },
156
156
  "personalization": {
@@ -170,18 +170,19 @@
170
170
  },
171
171
  "selectionMode": {
172
172
  "$ref": "#/definitions/SelectionMode",
173
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode."
173
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar."
174
174
  },
175
175
  "selectAll": {
176
176
  "description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
177
177
  "type": "boolean"
178
178
  },
179
179
  "selectionLimit": {
180
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
180
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
181
181
  "type": "number"
182
182
  },
183
183
  "enableExport": {
184
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
184
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
185
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
185
186
  "type": "boolean"
186
187
  },
187
188
  "quickVariantSelection": {
@@ -189,7 +190,8 @@
189
190
  "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."
190
191
  },
191
192
  "condensedTableLayout": {
192
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
193
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
194
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
193
195
  "type": "boolean"
194
196
  }
195
197
  },
@@ -255,7 +257,8 @@
255
257
  "type": "object",
256
258
  "properties": {
257
259
  "width": {
258
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
260
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
261
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
259
262
  "type": "string",
260
263
  "artifactType": "Manifest"
261
264
  },
@@ -286,7 +289,8 @@
286
289
  "artifactType": "Manifest"
287
290
  },
288
291
  "width": {
289
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
292
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
293
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
290
294
  "type": "string",
291
295
  "artifactType": "Manifest"
292
296
  },
@@ -302,12 +306,13 @@
302
306
  "type": "object",
303
307
  "properties": {
304
308
  "navigateToInstance": {
305
- "description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
309
+ "description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
310
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
306
311
  "type": "boolean",
307
312
  "artifactType": "Manifest"
308
313
  },
309
314
  "enableAutoScroll": {
310
- "description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
315
+ "description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
311
316
  "type": "boolean",
312
317
  "artifactType": "Manifest"
313
318
  }
@@ -331,8 +336,9 @@
331
336
  "type": "string"
332
337
  },
333
338
  "width": {
334
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
339
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
335
340
  "artifactType": "Manifest",
341
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
336
342
  "type": "string"
337
343
  },
338
344
  "template": {
@@ -465,7 +471,8 @@
465
471
  "artifactType": "Manifest"
466
472
  },
467
473
  "initialLoad": {
468
- "description": "initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults).",
474
+ "description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.",
475
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4",
469
476
  "type": "boolean",
470
477
  "artifactType": "Manifest"
471
478
  },
@@ -491,7 +498,7 @@
491
498
  },
492
499
  "selectionMode": {
493
500
  "$ref": "#/definitions/SelectionMode",
494
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
501
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
495
502
  "artifactType": "Manifest"
496
503
  },
497
504
  "selectAll": {
@@ -500,12 +507,13 @@
500
507
  "artifactType": "Manifest"
501
508
  },
502
509
  "selectionLimit": {
503
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
510
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
504
511
  "type": "number",
505
512
  "artifactType": "Manifest"
506
513
  },
507
514
  "enableExport": {
508
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
515
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
516
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
509
517
  "type": "boolean",
510
518
  "artifactType": "Manifest"
511
519
  },
@@ -515,7 +523,8 @@
515
523
  "artifactType": "Manifest"
516
524
  },
517
525
  "condensedTableLayout": {
518
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
526
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
527
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
519
528
  "type": "boolean",
520
529
  "artifactType": "Manifest"
521
530
  }
@@ -617,7 +626,7 @@
617
626
  },
618
627
  "selectionMode": {
619
628
  "$ref": "#/definitions/SelectionMode",
620
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
629
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
621
630
  "artifactType": "Manifest"
622
631
  },
623
632
  "selectAll": {
@@ -626,12 +635,13 @@
626
635
  "artifactType": "Manifest"
627
636
  },
628
637
  "selectionLimit": {
629
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
638
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
630
639
  "type": "number",
631
640
  "artifactType": "Manifest"
632
641
  },
633
642
  "enableExport": {
634
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
643
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
644
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
635
645
  "type": "boolean",
636
646
  "artifactType": "Manifest"
637
647
  },
@@ -641,7 +651,8 @@
641
651
  "artifactType": "Manifest"
642
652
  },
643
653
  "condensedTableLayout": {
644
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
654
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
655
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
645
656
  "type": "boolean",
646
657
  "artifactType": "Manifest"
647
658
  }
@@ -777,7 +788,8 @@
777
788
  "type": "object",
778
789
  "properties": {
779
790
  "width": {
780
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
791
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
792
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
781
793
  "type": "string",
782
794
  "artifactType": "Manifest"
783
795
  },
@@ -800,7 +812,8 @@
800
812
  "artifactType": "Manifest"
801
813
  },
802
814
  "width": {
803
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
815
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
816
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
804
817
  "type": "string",
805
818
  "artifactType": "Manifest"
806
819
  },