@sap/ux-specification 1.142.1 → 1.142.2

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 (175) hide show
  1. package/CHANGELOG.md +39 -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-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +253 -254
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v4/BuildingBlocksConfig.json +84 -41
  16. package/dist/schemas/v4/ListReportConfig.json +302 -44
  17. package/dist/schemas/v4/ObjectPageConfig.json +477 -186
  18. package/dist/specification/package.json +8 -8
  19. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  20. package/dist/specification/scripts/macros/corrections.js +17 -1
  21. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  22. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  23. package/dist/specification/scripts/macros/schema.js +10 -1
  24. package/dist/specification/scripts/macros/schema.js.map +1 -1
  25. package/dist/specification/scripts/macros/types.d.ts +1 -0
  26. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  27. package/dist/specification/src/api.d.ts.map +1 -1
  28. package/dist/specification/src/api.js +2 -1
  29. package/dist/specification/src/api.js.map +1 -1
  30. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +38 -8
  31. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -1
  32. package/dist/specification/src/sync/common/DataFieldStrategy.js +64 -11
  33. package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -1
  34. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +0 -4
  35. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
  36. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +0 -3
  37. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
  38. package/dist/specification/src/sync/common/appProvider.d.ts +0 -1
  39. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  40. package/dist/specification/src/sync/common/appProvider.js +0 -1
  41. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  42. package/dist/specification/src/sync/common/generate/objectPage.d.ts +0 -1
  43. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  44. package/dist/specification/src/sync/common/generate/objectPage.js +0 -3
  45. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  46. package/dist/specification/src/sync/common/generate/utils.d.ts +1 -2
  47. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  48. package/dist/specification/src/sync/common/generate/utils.js +1 -2
  49. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  50. package/dist/specification/src/sync/common/import/utils.d.ts +0 -1
  51. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  52. package/dist/specification/src/sync/common/import/utils.js +0 -1
  53. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  54. package/dist/specification/src/sync/common/rules.js +0 -1
  55. package/dist/specification/src/sync/common/rules.js.map +1 -1
  56. package/dist/specification/src/sync/common/utils.d.ts +13 -2
  57. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  58. package/dist/specification/src/sync/common/utils.js +84 -4
  59. package/dist/specification/src/sync/common/utils.js.map +1 -1
  60. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
  62. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  63. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  64. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +46 -0
  65. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  66. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  67. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
  68. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  69. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  70. package/dist/specification/src/sync/v2/import/importPage.js +5 -6
  71. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  72. package/dist/specification/src/sync/v4/application.d.ts +1 -1
  73. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  74. package/dist/specification/src/sync/v4/application.js +1 -1
  75. package/dist/specification/src/sync/v4/application.js.map +1 -1
  76. package/dist/specification/src/sync/v4/export/actions.d.ts +39 -0
  77. package/dist/specification/src/sync/v4/export/actions.d.ts.map +1 -0
  78. package/dist/specification/src/sync/v4/export/actions.js +99 -0
  79. package/dist/specification/src/sync/v4/export/actions.js.map +1 -0
  80. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +2 -1
  81. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  83. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +2 -6
  84. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +2 -44
  86. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
  87. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
  88. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  89. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  90. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +14 -3
  91. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  92. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +54 -11
  93. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  94. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +15 -3
  95. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  96. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +55 -12
  97. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  98. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +0 -3
  99. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  100. package/dist/specification/src/sync/v4/export/controls/Table.js +0 -3
  101. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  102. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +9 -2
  103. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  104. package/dist/specification/src/sync/v4/export/controls/ToolBar.js +39 -1
  105. package/dist/specification/src/sync/v4/export/controls/ToolBar.js.map +1 -1
  106. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +17 -4
  107. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  108. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +80 -23
  109. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  110. package/dist/specification/src/sync/v4/export/export.d.ts +7 -0
  111. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  112. package/dist/specification/src/sync/v4/export/export.js +100 -11
  113. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  114. package/dist/specification/src/sync/v4/export/types.d.ts +2 -0
  115. package/dist/specification/src/sync/v4/export/types.d.ts.map +1 -1
  116. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +1 -1
  117. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +19 -17
  118. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -1
  119. package/dist/specification/src/sync/v4/generate/actions.d.ts +35 -0
  120. package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -0
  121. package/dist/specification/src/sync/v4/generate/actions.js +112 -0
  122. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -0
  123. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +3 -3
  124. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  125. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +10 -2
  126. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  127. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +1 -1
  128. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  129. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +3 -2
  130. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  131. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  132. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +9 -2
  133. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  134. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -2
  135. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  136. package/dist/specification/src/sync/v4/generate/listReport.d.ts +25 -5
  137. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  138. package/dist/specification/src/sync/v4/generate/listReport.js +85 -263
  139. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  140. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +0 -1
  141. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  142. package/dist/specification/src/sync/v4/generate/objectPage.js +8 -14
  143. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  144. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  145. package/dist/specification/src/sync/v4/import/pages/objectPage.js +16 -3
  146. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  147. package/dist/specification/src/sync/v4/import/utils.d.ts +0 -1
  148. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  149. package/dist/specification/src/sync/v4/import/utils.js +0 -1
  150. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  151. package/dist/specification/src/sync/v4/utils/utils.d.ts +103 -26
  152. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  153. package/dist/specification/src/sync/v4/utils/utils.js +350 -64
  154. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  155. package/dist/types/src/apiTypes.d.ts +3 -2
  156. package/dist/types/src/apiTypes.d.ts.map +1 -1
  157. package/dist/types/src/apiTypes.js +1 -0
  158. package/dist/types/src/apiTypes.js.map +1 -1
  159. package/dist/types/src/common/types.d.ts +40 -1
  160. package/dist/types/src/common/types.d.ts.map +1 -1
  161. package/dist/types/src/common/types.js +39 -1
  162. package/dist/types/src/common/types.js.map +1 -1
  163. package/dist/types/src/v4/controls/Action.d.ts +2 -2
  164. package/dist/types/src/v4/controls/CustomAction.d.ts +133 -19
  165. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  166. package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
  167. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +2 -2
  168. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  169. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +22 -3
  170. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  171. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  172. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  173. package/dist/types/src/v4/controls/ToolBar.d.ts +10 -3
  174. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  175. package/package.json +8 -8
@@ -5,7 +5,7 @@
5
5
  <link href="../styleDocu.css" rel="stylesheet" />
6
6
  </head>
7
7
  <body>
8
- <div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.142.1</div>
8
+ <div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.142.2</div>
9
9
  <div id="button-container">
10
10
  <input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
11
11
  </div>
@@ -56,7 +56,7 @@
56
56
  <script src="./../runDocu-min.js"></script>
57
57
  <script>
58
58
  var floorPlanIcon = `<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)"d="M9 13V14H6V13H9ZM9 11V12H6V11H9ZM13 9V10H10V9H13ZM9 9V10H6V9H9ZM5 9V10H2V9H5ZM14.989 7.996L14.988 14.989H1L1.001 7.996H14.989ZM3.998 2C5.1 2 5.996 2.896 5.996 3.998C5.996 5.1 5.1 5.996 3.998 5.996C2.896 5.996 2 5.1 2 3.998C2 2.896 2.896 2 3.998 2ZM14 4.0046V5.0046H8V4.0046H14ZM3.998 3C3.447 3 3 3.447 3 3.998C3 4.549 3.447 4.996 3.998 4.996C4.549 4.996 4.996 4.549 4.996 3.998C4.996 3.447 4.549 3 3.998 3ZM12.002 2V3H8V2H12.002ZM14.989 1.001V6.995H1.001V1L14.989 1.001ZM14.989 0H1.001C0.449 0 0 0.449 0 1.001V14.989C0 15.541 0.449 15.989 1.001 15.989H14.989C15.541 15.989 15.989 15.541 15.989 14.989V1.001C15.989 0.488429 15.6027 0.0646684 15.1056 0.00674636L14.989 0Z"/>`;
59
- var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.142.1","type":"schema","children":[{"name":"header","children":[{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"visible","children":[],"type":"boolean","artifact":"Manifest","description":"Set visible to true to make the header visible."},{"name":"anchorBarVisible","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the anchor bar is displayed."},{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Defines the priority of the action. This determines ordering and whether the action is moved into overflow."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."},{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"additionalSemanticObjects","children":[{"name":"allowedActions","children":[],"type":"array","artifact":"Manifest","description":"Define the list of semantic object links displayed under the Related Apps button."},{"name":"unavailableActions","children":[],"type":"array","artifact":"Manifest","description":"Determines the navigation actions of the semantic object that are hidden from under the Related Apps button."},{"name":"mapping","children":[],"type":"object","artifact":"Manifest","description":"Mapping, defined for a semantic object, consists of key value pairs. The key defines the way in which the source application (object page) passes the context. The value represents the term used for the same entity in the target app."}],"type":"object","artifact":"Manifest","description":"Additional Semantic Objects."}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"stashed","children":[],"type":"boolean","artifact":"Manifest","description":"Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation."},{"name":"flexSettings","children":[{"name":"designtime","children":[],"type":"Default|not-adaptable|not-adaptable-tree|not-adaptable-visibility|not-removable","artifact":"Manifest","description":"Defines which settings are available for key user adaptation at design time."}],"type":"object","artifact":"Manifest","description":"Defines the key user adaptation behavior of the header facet."},{"name":"form","children":[],"type":"object","description":"Form"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"subTitle","children":[],"type":"string","artifact":"Manifest","description":"Subtitle of header section."},{"name":"templateEdit","children":[],"type":"string","artifact":"Manifest","description":"The fragment for the editable version of the header facet."},{"name":"requestGroupId","children":[],"type":"Decoration|Heroes|LongRunners|Workers","artifact":"Manifest","description":"Defines the loading behavior of the Object Page header."},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the header facet is displayed in the header area."},{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"relativePosition","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor section."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]}]},{"name":"layout","children":[{"name":"sectionLayout","children":[],"type":"Page|Tabs","artifact":"Manifest","description":"Defines the layout of the sections.\n- Page (default): In this mode, all the sections and subsections are added to the same page.\n- Tabs: In this mode, the sections are represented as tabs under the header facet."}]},{"name":"variantManagement","children":[],"type":"Control|None","artifact":"Manifest","description":"Determines whether variant management is enabled for tables:\n- None (default): Variant management is disabled.\n- Control: Variant management can be enabled individually for each control using personalization."},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead."},{"name":"analyticalConfiguration","children":[{"name":"aggregationOnLeafLevel","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, aggregation is based only on visible columns."}]},{"name":"enableFullScreen","children":[],"type":"boolean","artifact":"Manifest","description":"Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog."},{"name":"enablePaste","children":[],"type":"boolean","artifact":"Manifest","description":"In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Defines the priority of the action. This determines ordering and whether the action is moved into overflow."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]}],"type":"object","description":"Tool Bar"},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations."},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection, you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations."},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize"},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to the anchor column."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed."},{"name":"required","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether a custom column is required.\nIf set to true, an asterisk is displayed in the column header."},{"name":"importance","children":[],"type":"string","artifact":"Manifest","description":"The responsive table provides a feature where the table automatically moves columns to the pop-in area in the following order based on their importance:\n- Columns with \"Low\" importance are hidden first.\n- Columns with \"Medium\" importance are hidden next.\n- Columns with \"High\" importance are always displayed."},{"name":"tooltip","children":[],"type":"string","artifact":"Manifest","description":"The tooltip is shown on the header of a custom column when a user hovers over it."}]}]},{"name":"enableMassEdit","children":[{"name":"visibleFields","children":[],"type":"array","artifact":"Manifest","description":"The 'visibleFields' property lets you specify which fields are available in the mass edit dialog."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table."},{"name":"operationGroupingMode","children":[],"type":"ChangeSet|Isolated","description":"Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."}],"type":"boolean","artifact":"Manifest","description":"Mass editing allows end users to simultaneously change multiple objects that share the same editable properties."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","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."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"You can define how many items can be selected at a time using the selectionLimit."},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the Export button is displayed in the table toolbar. The default value is true."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the content density for ui.table is condensed."},{"name":"hierarchyQualifier","children":[],"type":"string","artifact":"Manifest","description":"Leading property that decides between either a recursive hierarchy or data aggregation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content."},{"name":"disableCopyToClipboard","children":[],"type":"boolean","artifact":"Manifest","description":"Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured."},{"name":"rowCountMode","children":[],"type":"Auto|Fixed|Interactive","artifact":"Manifest","description":"Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.\n - Fixed: The table always has as many rows as defined in the rowCount property.\n - Auto (default): The number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the rowCount property.\n - Interactive: The user can change the number of displayed rows by dragging a resize handle."},{"name":"rowCount","children":[],"type":"number","artifact":"Manifest","description":"Number of rows to be displayed in the table."},{"name":"creationMode","children":[{"name":"name","children":[],"type":"string","artifact":"Manifest","description":"Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.\nThe default value is `false`."},{"name":"creationFields","children":[],"type":"array","artifact":"Manifest","description":"Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names."},{"name":"outbound","children":[],"type":"string","artifact":"Manifest","description":"The navigation target where the document is created when `creationMode` is set to `External`."},{"name":"inlineCreationRowsHiddenInEditMode","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.\nThe default value is `false`."},{"name":"createInPlace","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is `false`. When set to `false`, the new entry is placed as the first child below its parent."},{"name":"isCreateEnabled","children":[],"type":"string","artifact":"Manifest","description":"Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons."}],"type":"object","description":"Defines the page behavior when a new record is created."},{"name":"popinLayout","children":[],"type":"string","artifact":"Manifest","description":"Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level."}]},{"name":"form","children":[{"name":"fields","children":[{"name":"label","children":[],"type":"string","artifact":"Manifest","description":"The label is shown on the form as the label of the field."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another field to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor field."}],"type":"object","artifact":"Manifest","description":"Defines the position of the field relative to other fields."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."}]},{"name":"actions","children":[{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Defines the priority of the action. This determines ordering and whether the action is moved into overflow."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."}]}],"type":"object","description":"Form"},{"name":"dataPoint","children":[],"type":"object","description":"Data Point"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"chart","children":[],"type":"object","description":"Chart"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]},{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Defines the priority of the action. This determines ordering and whether the action is moved into overflow."}]},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Defines the priority of the action. This determines ordering and whether the action is moved into overflow."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."}]}]}]};
59
+ var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.142.2","type":"schema","children":[{"name":"header","children":[{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"visible","children":[],"type":"boolean","artifact":"Manifest","description":"Set visible to true to make the header visible."},{"name":"anchorBarVisible","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the anchor bar is displayed."},{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action or action menu to be used as a placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Defines the placement of the action or action menu relative to the placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action or action menu."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"menu","children":[],"type":"array","artifact":"Manifest","description":"List of action names from the manifest."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button. This is typically a binding to an i18n entry."},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Determines if the action or action menu button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action or action menu is enabled. The default value is true."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."},{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"additionalSemanticObjects","children":[{"name":"allowedActions","children":[],"type":"array","artifact":"Manifest","description":"Define the list of semantic object links displayed under the Related Apps button."},{"name":"unavailableActions","children":[],"type":"array","artifact":"Manifest","description":"Determines the navigation actions of the semantic object that are hidden from under the Related Apps button."},{"name":"mapping","children":[],"type":"object","artifact":"Manifest","description":"Mapping, defined for a semantic object, consists of key value pairs. The key defines the way in which the source application (object page) passes the context. The value represents the term used for the same entity in the target app."}],"type":"object","artifact":"Manifest","description":"Additional Semantic Objects"},{"name":"actions","children":[],"type":"object","artifact":"Manifest","description":"List of actions."},{"name":"defaultAction","children":[],"type":"string","artifact":"Manifest","description":"The default action for a menu button."}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"stashed","children":[],"type":"boolean","artifact":"Manifest","description":"Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation."},{"name":"flexSettings","children":[{"name":"designtime","children":[],"type":"Default|not-adaptable|not-adaptable-tree|not-adaptable-visibility|not-removable","artifact":"Manifest","description":"Defines which settings are available for key user adaptation at design time."}],"type":"object","artifact":"Manifest","description":"Defines the key user adaptation behavior of the header facet."},{"name":"form","children":[],"type":"object","description":"Form"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"subTitle","children":[],"type":"string","artifact":"Manifest","description":"Subtitle of header section."},{"name":"templateEdit","children":[],"type":"string","artifact":"Manifest","description":"The fragment for the editable version of the header facet."},{"name":"requestGroupId","children":[],"type":"Decoration|Heroes|LongRunners|Workers","artifact":"Manifest","description":"Defines the loading behavior of the Object Page header."},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the header facet is displayed in the header area."},{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"relativePosition","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor section."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]}]},{"name":"layout","children":[{"name":"sectionLayout","children":[],"type":"Page|Tabs","artifact":"Manifest","description":"Defines the layout of the sections.\n- Page (default): In this mode, all the sections and subsections are added to the same page.\n- Tabs: In this mode, the sections are represented as tabs under the header facet."}]},{"name":"variantManagement","children":[],"type":"Control|None","artifact":"Manifest","description":"Determines whether variant management is enabled for tables:\n- None (default): Variant management is disabled.\n- Control: Variant management can be enabled individually for each control using personalization."},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead."},{"name":"analyticalConfiguration","children":[{"name":"aggregationOnLeafLevel","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, aggregation is based only on visible columns."}]},{"name":"enableFullScreen","children":[],"type":"boolean","artifact":"Manifest","description":"Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog."},{"name":"enablePaste","children":[],"type":"boolean","artifact":"Manifest","description":"In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action or action menu to be used as a placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"menu","children":[],"type":"array","artifact":"Manifest","description":"List of action names from the manifest."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button. This is typically a binding to an i18n entry."},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Determines if the action or action menu button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action or action menu is enabled. The default value is true."},{"name":"actions","children":[{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"menu","children":[],"type":"array","artifact":"Manifest","description":"List of action names from the manifest."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button. This is typically a binding to an i18n entry."},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Determines if the action or action menu button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action or action menu is enabled. The default value is true."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."}],"type":"object","artifact":"Manifest","description":"List of actions."},{"name":"defaultAction","children":[],"type":"string","artifact":"Manifest","description":"The default action for a menu button."}]}],"type":"object","description":"Tool Bar"},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations."},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection, you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations."},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize"},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to the anchor column."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed."},{"name":"required","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether a custom column is required.\nIf set to true, an asterisk is displayed in the column header."},{"name":"importance","children":[],"type":"string","artifact":"Manifest","description":"The responsive table provides a feature where the table automatically moves columns to the pop-in area in the following order based on their importance:\n- Columns with \"Low\" importance are hidden first.\n- Columns with \"Medium\" importance are hidden next.\n- Columns with \"High\" importance are always displayed."},{"name":"tooltip","children":[],"type":"string","artifact":"Manifest","description":"The tooltip is shown on the header of a custom column when a user hovers over it."}]}]},{"name":"enableMassEdit","children":[{"name":"visibleFields","children":[],"type":"array","artifact":"Manifest","description":"The 'visibleFields' property lets you specify which fields are available in the mass edit dialog."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table."},{"name":"operationGroupingMode","children":[],"type":"ChangeSet|Isolated","description":"Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."}],"type":"boolean","artifact":"Manifest","description":"Mass editing allows end users to simultaneously change multiple objects that share the same editable properties."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","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."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"You can define how many items can be selected at a time using the selectionLimit."},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the Export button is displayed in the table toolbar. The default value is true."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the content density for ui.table is condensed."},{"name":"hierarchyQualifier","children":[],"type":"string","artifact":"Manifest","description":"Leading property that decides between either a recursive hierarchy or data aggregation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content."},{"name":"disableCopyToClipboard","children":[],"type":"boolean","artifact":"Manifest","description":"Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured."},{"name":"rowCountMode","children":[],"type":"Auto|Fixed|Interactive","artifact":"Manifest","description":"Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.\n - Fixed: The table always has as many rows as defined in the rowCount property.\n - Auto (default): The number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the rowCount property.\n - Interactive: The user can change the number of displayed rows by dragging a resize handle."},{"name":"rowCount","children":[],"type":"number","artifact":"Manifest","description":"Number of rows to be displayed in the table."},{"name":"creationMode","children":[{"name":"name","children":[],"type":"string","artifact":"Manifest","description":"Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.\nThe default value is `false`."},{"name":"creationFields","children":[],"type":"array","artifact":"Manifest","description":"Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names."},{"name":"outbound","children":[],"type":"string","artifact":"Manifest","description":"The navigation target where the document is created when `creationMode` is set to `External`."},{"name":"inlineCreationRowsHiddenInEditMode","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.\nThe default value is `false`."},{"name":"createInPlace","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is `false`. When set to `false`, the new entry is placed as the first child below its parent."},{"name":"isCreateEnabled","children":[],"type":"string","artifact":"Manifest","description":"Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons."}],"type":"object","description":"Defines the page behavior when a new record is created."},{"name":"popinLayout","children":[],"type":"string","artifact":"Manifest","description":"Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level."}]},{"name":"form","children":[{"name":"fields","children":[{"name":"label","children":[],"type":"string","artifact":"Manifest","description":"The label is shown on the form as the label of the field."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another field to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor field."}],"type":"object","artifact":"Manifest","description":"Defines the position of the field relative to other fields."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."}]},{"name":"actions","children":[{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow."}]}],"type":"object","description":"Form"},{"name":"dataPoint","children":[],"type":"object","description":"Data Point"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"chart","children":[],"type":"object","description":"Chart"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]},{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action or action menu to be used as a placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action or action menu."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"menu","children":[],"type":"array","description":"List of action names from the manifest."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button. This is typically a binding to an i18n entry."},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Determines if the action or action menu button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action or action menu is enabled. The default value is true."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow."}]},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action or action menu to be used as a placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action or action menu."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"menu","children":[],"type":"array","description":"List of action names from the manifest."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button. This is typically a binding to an i18n entry."},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Determines if the action or action menu button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action or action menu is enabled. The default value is true."},{"name":"overflowGroup","children":[],"type":"integer","artifact":"Manifest","description":"Allows users to set the group for the action or action menu. When there's not enough space to display all grouped actions, they are moved together into overflow."},{"name":"priority","children":[],"type":"string","artifact":"Manifest","description":"Allows users to set the priority of the action or action menu. This determines ordering and whether the action or action menu is moved into overflow."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."}]}]}]};
60
60
 
61
61
  var initTreeDiagram = () => {
62
62
  if (!window.treeDiagram) {