@sap/ux-specification 1.124.2 → 1.124.3

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 (210) 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-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +63 -63
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/schemas/v4/ApplicationV4.json +13 -0
  15. package/dist/schemas/v4/BuildingBlocksConfig.json +9 -0
  16. package/dist/specification/package.json +6 -6
  17. package/dist/specification/scripts/documentation/components/filter.js +1 -2
  18. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  19. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -1
  20. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +4 -4
  21. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -1
  22. package/dist/specification/scripts/documentation/components/ui/search.js +2 -3
  23. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  24. package/dist/specification/scripts/documentation/components/ui/toggle.js +4 -5
  25. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  26. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  27. package/dist/specification/scripts/documentation/components/ui/tooltip.js +4 -4
  28. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  29. package/dist/specification/scripts/documentation/components/ui/utils.js +6 -7
  30. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  31. package/dist/specification/scripts/macros/api.d.ts.map +1 -1
  32. package/dist/specification/scripts/macros/api.js +2 -2
  33. package/dist/specification/scripts/macros/api.js.map +1 -1
  34. package/dist/specification/scripts/macros/cmd.js +2 -2
  35. package/dist/specification/scripts/macros/cmd.js.map +1 -1
  36. package/dist/specification/scripts/macros/corrections.js +2 -2
  37. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  38. package/dist/specification/scripts/macros/i18n.js +1 -2
  39. package/dist/specification/scripts/macros/i18n.js.map +1 -1
  40. package/dist/specification/scripts/macros/schema.js +1 -2
  41. package/dist/specification/scripts/macros/schema.js.map +1 -1
  42. package/dist/specification/scripts/to-json-schema.d.ts.map +1 -1
  43. package/dist/specification/scripts/to-json-schema.js +3 -3
  44. package/dist/specification/scripts/to-json-schema.js.map +1 -1
  45. package/dist/specification/src/api.js +11 -11
  46. package/dist/specification/src/api.js.map +1 -1
  47. package/dist/specification/src/i18n/i18n.js +1 -2
  48. package/dist/specification/src/i18n/i18n.js.map +1 -1
  49. package/dist/specification/src/project.d.ts.map +1 -1
  50. package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
  51. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  52. package/dist/specification/src/sync/common/decoration/control.js +3 -3
  53. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  54. package/dist/specification/src/sync/common/decoration/decorators.js +3 -3
  55. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  56. package/dist/specification/src/sync/common/decoration/flex.js +1 -2
  57. package/dist/specification/src/sync/common/decoration/flex.js.map +1 -1
  58. package/dist/specification/src/sync/common/flexUtils.js +3 -4
  59. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  60. package/dist/specification/src/sync/common/generate/objectPage.js +7 -8
  61. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  62. package/dist/specification/src/sync/common/generate/utils.d.ts +1 -2
  63. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  64. package/dist/specification/src/sync/common/generate/utils.js +32 -33
  65. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  66. package/dist/specification/src/sync/common/import/utils.js +5 -6
  67. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  68. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  69. package/dist/specification/src/sync/common/importProject.js +4 -6
  70. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  71. package/dist/specification/src/sync/common/utils.d.ts +1 -1
  72. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  73. package/dist/specification/src/sync/common/utils.js +40 -41
  74. package/dist/specification/src/sync/common/utils.js.map +1 -1
  75. package/dist/specification/src/sync/i18n.js +1 -2
  76. package/dist/specification/src/sync/i18n.js.map +1 -1
  77. package/dist/specification/src/sync/v2/export/controls/Action.d.ts +0 -2
  78. package/dist/specification/src/sync/v2/export/controls/Action.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v2/export/controls/Card.js +3 -3
  80. package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
  81. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +3 -3
  82. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  83. package/dist/specification/src/sync/v2/export/controls/FormAction.d.ts +0 -2
  84. package/dist/specification/src/sync/v2/export/controls/FormAction.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  86. package/dist/specification/src/sync/v2/export/controls/Fragment.js +4 -4
  87. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  88. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +0 -2
  89. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.d.ts +0 -1
  91. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -1
  92. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +0 -2
  93. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts +0 -2
  95. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  96. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +0 -2
  97. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  98. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +0 -2
  99. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  100. package/dist/specification/src/sync/v2/export/controls/Table.js +5 -5
  101. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  102. package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts +0 -2
  103. package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
  104. package/dist/specification/src/sync/v2/export/export.js +3 -4
  105. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  106. package/dist/specification/src/sync/v2/export/exportPage.js +6 -7
  107. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  108. package/dist/specification/src/sync/v2/export/manifest.js +2 -2
  109. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  110. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js +4 -4
  111. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  112. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  113. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -2
  114. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  115. package/dist/specification/src/sync/v2/generate/generate.js +4 -5
  116. package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
  117. package/dist/specification/src/sync/v2/generate/listReport.js +2 -3
  118. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  119. package/dist/specification/src/sync/v2/generate/objectPage.js +1 -2
  120. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  121. package/dist/specification/src/sync/v2/generate/overviewPage.js +3 -4
  122. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  123. package/dist/specification/src/sync/v2/generate/utils.js +18 -19
  124. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  125. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -2
  126. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  127. package/dist/specification/src/sync/v2/import/common/index.js +7 -8
  128. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  129. package/dist/specification/src/sync/v2/import/controls/table.js +1 -2
  130. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  131. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -2
  132. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  133. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -2
  134. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  135. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -3
  136. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  137. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +1 -2
  138. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  139. package/dist/specification/src/sync/v2/import/utils.js +8 -9
  140. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  141. package/dist/specification/src/sync/v4/application.d.ts +1 -0
  142. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  143. package/dist/specification/src/sync/v4/application.js +7 -0
  144. package/dist/specification/src/sync/v4/application.js.map +1 -1
  145. package/dist/specification/src/sync/v4/export/controls/Table.js +7 -7
  146. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  147. package/dist/specification/src/sync/v4/export/export.d.ts +1 -1
  148. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  149. package/dist/specification/src/sync/v4/export/exportCustomColumn.js +1 -2
  150. package/dist/specification/src/sync/v4/export/exportCustomColumn.js.map +1 -1
  151. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
  152. package/dist/specification/src/sync/v4/export/manifest.js +2 -2
  153. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  154. package/dist/specification/src/sync/v4/export/utils.js +2 -3
  155. package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
  156. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +1 -2
  157. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  158. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +1 -2
  159. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  160. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js +1 -2
  161. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
  162. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -3
  163. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  164. package/dist/specification/src/sync/v4/generate/freestylePage.js +1 -2
  165. package/dist/specification/src/sync/v4/generate/freestylePage.js.map +1 -1
  166. package/dist/specification/src/sync/v4/generate/generate.js +4 -5
  167. package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
  168. package/dist/specification/src/sync/v4/generate/listReport.js +3 -4
  169. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  170. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  171. package/dist/specification/src/sync/v4/generate/objectPage.js +6 -2
  172. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  173. package/dist/specification/src/sync/v4/import/app/appProvider.js +5 -5
  174. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  175. package/dist/specification/src/sync/v4/import/fragment.js +4 -5
  176. package/dist/specification/src/sync/v4/import/fragment.js.map +1 -1
  177. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +3 -4
  178. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  179. package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -3
  180. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  181. package/dist/specification/src/sync/v4/import/pages/objectPage.js +3 -4
  182. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  183. package/dist/specification/src/sync/v4/import/utils.js +1 -2
  184. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  185. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  186. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +3 -3
  187. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  188. package/dist/specification/src/sync/v4/utils/macros.js +4 -5
  189. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  190. package/dist/specification/src/sync/v4/utils/utils.d.ts +7 -1
  191. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  192. package/dist/specification/src/sync/v4/utils/utils.js +54 -21
  193. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  194. package/dist/types/src/common/webapp/manifest/Manifest.d.ts +2 -1
  195. package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
  196. package/dist/types/src/common/webapp/manifest/Manifest.js +1 -0
  197. package/dist/types/src/common/webapp/manifest/Manifest.js.map +1 -1
  198. package/dist/types/src/v2/controls/Action.d.ts +0 -2
  199. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  200. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +0 -1
  201. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -1
  202. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +0 -2
  203. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  204. package/dist/types/src/v2/controls/Table.d.ts +0 -3
  205. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  206. package/dist/types/src/v4/application.d.ts +12 -0
  207. package/dist/types/src/v4/application.d.ts.map +1 -1
  208. package/dist/types/src/v4/application.js +10 -0
  209. package/dist/types/src/v4/application.js.map +1 -1
  210. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -8,6 +8,45 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
8
8
 
9
9
  [NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
10
10
 
11
+ ## [1.124.3] - 2024-10-04
12
+
13
+ ### Added
14
+
15
+ OData V4:
16
+
17
+ - added enum definition and values for `properties` of custom columns, list report and object page.
18
+ - Support of `cloudDevAdaptionStatus` internal setting.
19
+
20
+ ### Changed
21
+
22
+ ### Removed
23
+
24
+ ### Deprecated
25
+
26
+ ### Fixed
27
+
28
+ - OData V2: Flex change is removed if the facet ID contains a single hyphen.
29
+ - General: exception "No schema available for type: FreestylePage" when calling `importProject` for an app that does not have any pages defined (yet).
30
+
31
+ ### Quality
32
+
33
+ Upgrades:
34
+
35
+ - @sap-ux/fe-fpm-writer to 0.31.4
36
+ - eslint to 8.57.1
37
+ - npm-run-all2 to 6.2.3
38
+ - @types/jquery to 3.5.31
39
+ - @types/jest to 29.5.13
40
+ - jest-file-snapshot to 0.7.0
41
+ - ts-jest to 29.2.5
42
+ - i18next to 23.15.1
43
+ - @ui5/manifest to 1.67.0
44
+ - jsdom to 25.0.1
45
+ - tar to 7.0.0
46
+ - ini to 5.0.0
47
+ - uuid to 10.0.0
48
+ - typescript to 5.6.2
49
+
11
50
  ## [1.124.2] - 2024-09-18
12
51
 
13
52
  ### Added
@@ -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 V2<br />@sap/ux-specification 1.124.2</div>
8
+ <div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.3</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 13V14H6V13H9ZM5 13V14H2V13H5ZM13 13V14H10V13H13ZM9 11V12H6V11H9ZM5 11V12H2V11H5ZM13 11V12H10V11H13ZM5 9V10H2V9H5ZM9 9V10H6V9H9ZM13 9V10H10V9H13ZM3.986 1.998V6.024H1.965V1.998H3.986ZM6.99 4.01V6.01H4.99V4.01H6.99ZM10.008 3.019V6.01H8.008V3.019H10.008ZM13.005 1.998V6.011H11.005V1.998H13.005ZM1 14.988H14.988V7.995H1V14.988ZM1.001 6.994H14.989V1H1.001V6.994ZM1.00169 0C0.449309 0 0 0.448336 0 1.00075V14.9992C0 15.5517 0.449309 16 1.00169 16H14.9993C15.5517 16 16 15.5517 16 14.9992V1.00075C16 0.448336 15.5517 0 14.9993 0H1.00169Z"/>`;
59
- var treeData = {"name":"AnalyticalListPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.2","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed."},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the button is visible on the screen."}]}]}],"type":"object","description":"Header"},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Specifies the type of table"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier."},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"Determines the visualization of content area"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"Determines the filter mode that is used"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"Lets you define title for the content area"},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered."},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"All filter fields will be set as in parameter"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"The showTablePersonalisation attribute can be set to false to hide the table personalization button."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property."},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"Represents the entity set that will be displayed in this variant"},{"name":"multiSelect","children":[],"type":"boolean","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"selectAll","children":[],"type":"boolean","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"Specifies the type of table"},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"To enable navigation for charts, you have to set the property to \"true\" and maintain an internal navigation target in the manifest."},{"name":"inlineDelete","children":[],"type":"boolean","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."}],"type":"object","artifact":"Manifest","description":"Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true."},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting."}],"type":"object","artifact":"Manifest","description":"Change the default behavior for autoloading of data."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]}]},{"name":"filterBar","children":[{"name":"showGoButtonOnFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"Go button is displayed for compact filters when this is set to true"},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"Lets you to add default values for FilterBar using SelectionVariant annotation"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"Controls whether smart variant management is active. Default is true."},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"If liveMode is set, the search will be automatically triggered when a filter value is set."},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled."},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property."},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"chart","children":[{"name":"showLegendButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the legend button."},{"name":"showDownloadButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart download button."},{"name":"showChartTypeSelectionButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart type button."},{"name":"ignoredChartTypes","children":[],"type":"array","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Comma-separated value fields do not showup in the list of available chart types."},{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"Controls the visibility of the data label."}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"keyPerformanceIndicators","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Links to the item in \"models\" section which provides additional information"},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"EntitySet used for bringing up the details displayed within the KPI tag/card"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Refers to the UI.KPI annotation"},{"name":"filterable","children":[],"type":"boolean","artifact":"Manifest","description":"It ensures that KPI shows up as filterable"},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"Points to an element within \"outbound\" property of the \"crossNavigation\" section"},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"To achieve faster end-to-end response time within analytical list page, enable batching of KPI by defining groupId in the KPI section of the descriptor configuration file"}],"type":"object","description":"Key Performance Indicators"}]};
59
+ var treeData = {"name":"AnalyticalListPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.3","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed."},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the button is visible on the screen."}]}]}],"type":"object","description":"Header"},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Specifies the type of table"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier."},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"Determines the visualization of content area"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"Determines the filter mode that is used"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"Lets you define title for the content area"},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered."},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"All filter fields will be set as in parameter"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"The showTablePersonalisation attribute can be set to false to hide the table personalization button."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property."},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"Represents the entity set that will be displayed in this variant"},{"name":"multiSelect","children":[],"type":"boolean","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"selectAll","children":[],"type":"boolean","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"Specifies the type of table"},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"To enable navigation for charts, you have to set the property to \"true\" and maintain an internal navigation target in the manifest."},{"name":"inlineDelete","children":[],"type":"boolean","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."}],"type":"object","artifact":"Manifest","description":"Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true."},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting."}],"type":"object","artifact":"Manifest","description":"Change the default behavior for autoloading of data."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]}]},{"name":"filterBar","children":[{"name":"showGoButtonOnFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"Go button is displayed for compact filters when this is set to true"},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"Lets you to add default values for FilterBar using SelectionVariant annotation"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"Controls whether smart variant management is active. Default is true."},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"If liveMode is set, the search will be automatically triggered when a filter value is set."},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled."},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property."},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"chart","children":[{"name":"showLegendButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the legend button."},{"name":"showDownloadButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart download button."},{"name":"showChartTypeSelectionButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart type button."},{"name":"ignoredChartTypes","children":[],"type":"array","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Comma-separated value fields do not showup in the list of available chart types."},{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"Controls the visibility of the data label."}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"keyPerformanceIndicators","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Links to the item in \"models\" section which provides additional information"},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"EntitySet used for bringing up the details displayed within the KPI tag/card"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Refers to the UI.KPI annotation"},{"name":"filterable","children":[],"type":"boolean","artifact":"Manifest","description":"It ensures that KPI shows up as filterable"},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"Points to an element within \"outbound\" property of the \"crossNavigation\" section"},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"To achieve faster end-to-end response time within analytical list page, enable batching of KPI by defining groupId in the KPI section of the descriptor configuration file"}],"type":"object","description":"Key Performance Indicators"}]};
60
60
 
61
61
  var initTreeDiagram = () => {
62
62
  if (!window.treeDiagram) {
@@ -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 V2<br />@sap/ux-specification 1.124.2</div>
8
+ <div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.3</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="M3 3H13V4L14 4.5V3C14 2.44771 13.5523 2 13 2H3C2.44772 2 2 2.44771 2 3V13C2 13.5523 2.44772 14 3 14H4L3.5 13H3V6H6.79999L7 5H3V3Z"/><path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)" d="M8.28944 4.55013C8.08524 4.54527 7.90338 4.67855 7.84651 4.87473C7.72432 5.2963 7.6087 5.85047 7.57817 6.50159C7.55755 6.90136 7.57389 7.26774 7.6084 7.59183C7.14124 7.51867 6.56355 7.49155 5.9202 7.60389C5.53848 7.66768 5.21146 7.7753 4.94353 7.87882C4.77595 7.94356 4.66294 8.10177 4.65604 8.28128C4.64316 8.61616 4.66223 9.20756 4.94215 9.87157L4.9427 9.87287C5.10582 10.2564 5.31634 10.5678 5.52562 10.8133C5.04431 11.475 4.72674 12.3015 4.65154 13.2092C4.63368 13.4249 4.77178 13.6227 4.98034 13.6802C5.50707 13.8255 6.24965 13.9717 7.14457 13.9473C8.41699 13.9108 9.40314 13.5455 9.98776 13.2715C10.1669 13.1875 10.2702 12.9963 10.2422 12.8004C10.2245 12.6761 10.2147 12.5012 10.2427 12.2906C10.279 12.0236 10.3694 11.8204 10.4419 11.6889C10.5324 11.5249 10.5118 11.322 10.3902 11.1795C10.2686 11.037 10.0714 10.9847 9.89519 11.0482C9.57944 11.1621 9.05531 11.3087 8.4241 11.2734C7.97335 11.2478 7.62017 11.1448 7.49082 11.1017C7.25504 11.0231 7.0002 11.1506 6.92161 11.3863C6.84301 11.6221 6.97044 11.8769 7.20621 11.9555C7.38503 12.0151 7.81976 12.1405 8.37342 12.172C8.73572 12.1922 9.06814 12.165 9.35869 12.1164C9.35591 12.1341 9.35316 12.153 9.35071 12.1711C9.33105 12.3185 9.32406 12.4555 9.32528 12.5797C8.80396 12.7935 8.04887 13.0209 7.11923 13.0477C6.5294 13.0637 6.01468 12.9951 5.5973 12.9053C5.72067 12.2067 6.01582 11.6045 6.41153 11.1414C6.42714 11.1286 6.44207 11.1147 6.45621 11.0995C6.47511 11.0793 6.49179 11.0577 6.50624 11.0352C6.97818 10.5288 7.57578 10.2101 8.19028 10.1441C9.38946 10.0141 10.3214 10.869 10.4939 11.0359C10.6725 11.2087 10.9574 11.2041 11.1302 11.0255C11.3031 10.8469 11.2984 10.562 11.1198 10.3892C10.9385 10.2137 9.73609 9.07121 8.09326 9.24935C7.36648 9.32751 6.6927 9.647 6.13655 10.1389C6.00352 9.9691 5.87453 9.7641 5.7712 9.52132C5.62761 9.18046 5.57487 8.86423 5.559 8.61555C5.71656 8.56568 5.88655 8.52193 6.06996 8.49136L6.07355 8.49074C6.89742 8.34656 7.59518 8.48011 8.02817 8.60531C8.17937 8.64903 8.34242 8.61058 8.45815 8.50392C8.57388 8.39725 8.62547 8.23788 8.5942 8.08362C8.51409 7.68841 8.4452 7.16228 8.47702 6.54698L8.47713 6.54474C8.49589 6.14338 8.55165 5.7845 8.62004 5.47956C9.00004 5.53292 9.59947 5.68299 10.1451 6.1105C9.92078 6.41779 9.64801 6.86697 9.4904 7.41311C9.42847 7.62214 9.39189 7.82094 9.36997 7.97205C9.35889 8.04841 9.35139 8.11379 9.34627 8.16346C9.34372 8.18828 9.34176 8.2091 9.34032 8.22477L9.33859 8.24355L9.3381 8.24876C9.31065 8.49577 9.48864 8.71826 9.73565 8.74571C9.98266 8.77315 10.2051 8.59516 10.2326 8.34815C10.2335 8.3401 10.2345 8.32891 10.2359 8.31491C10.2458 8.21004 10.2705 7.94769 10.3537 7.66752L10.3547 7.66398C10.4535 7.321 10.6151 7.0216 10.7701 6.78769C10.9839 7.10354 11.2229 7.58086 11.2592 8.19734C11.274 8.49701 11.2593 8.96542 11.0381 9.53348C11.0178 9.58553 11.0075 9.6409 11.0075 9.69676C11.0075 10.008 11.0845 10.333 11.3818 10.4816C11.5368 10.5592 11.6889 10.5524 11.8033 10.5236C11.9034 10.4983 11.9905 10.4521 12.0438 10.4228C12.0784 10.4037 12.1094 10.386 12.1386 10.3692C12.219 10.3231 12.2867 10.2843 12.3824 10.2464L12.3885 10.2438C12.5093 10.1938 12.662 10.1525 12.8499 10.1525C13.0204 10.1525 13.1762 10.0562 13.2524 9.90371C13.4973 9.414 13.8461 8.56346 13.932 7.45511C14.0177 6.3884 13.8215 5.5248 13.6626 5.00534C13.615 4.84985 13.4873 4.73211 13.3284 4.69736C13.1079 4.64912 12.7116 4.59308 12.2434 4.6979C11.9079 4.77323 11.6521 4.89716 11.477 5.0022C11.2639 5.13007 11.1948 5.40648 11.3227 5.61959C11.4505 5.83271 11.727 5.90181 11.9401 5.77394C12.0504 5.70778 12.2169 5.62626 12.4406 5.57604C12.6027 5.53978 12.7522 5.53387 12.8781 5.54114C12.9929 5.99437 13.0954 6.63079 13.0348 7.38363L13.0347 7.38501C12.9726 8.18807 12.7503 8.83523 12.5554 9.27279C12.3596 9.30016 12.1899 9.35224 12.0475 9.41094L12.0214 9.42157C12.164 8.89507 12.1732 8.45471 12.158 8.15055L12.1578 8.14688C12.086 6.91328 11.4078 6.10954 11.1726 5.84339C11.1665 5.83646 11.1601 5.82972 11.1536 5.82318C11.1491 5.81872 11.1438 5.81292 11.1315 5.79923L11.1288 5.79622C11.1192 5.78543 11.1017 5.76577 11.0826 5.74653C9.98289 4.60991 8.55395 4.55643 8.28944 4.55013Z"/>`;
59
- var treeData = {"name":"ApplicationV2","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.2","type":"schema","children":[{"name":"settings","children":[{"name":"forceGlobalRefresh","children":[],"type":"boolean","description":"If forceGlobalRefresh is not explicitly set to false, a global model refresh is triggered when the annotated side effects are executed."},{"name":"flexibleColumnLayout","children":[],"type":"object","description":"The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas. For the overview page, this layout is not relevant."},{"name":"tableColumnVerticalAlignment","children":[],"type":"Bottom|Middle|Top","description":"tableColumnVerticalAlignment provides an option for vertical alignment for the whole responsive table."},{"name":"draftDiscardConfirmationSettings","children":[{"name":"enabled","children":[],"type":"string","description":"Allows applications to turn off the discard draft confirmation popup in various scenarios"}],"type":"object","description":"Allows applications to configure confirmation popups in various scenarios"},{"name":"statePreservationMode","children":[],"type":"discovery|persistence","description":"Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases."},{"name":"title","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as\n{{appTitle}} in the sap.app section of the manifest file."},{"name":"description","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description\nas {{appDescription}} in the sap.app section of the manifest file."},{"name":"flexEnabled","children":[],"type":"boolean","description":"Allows you to enable key user adaptation for an application."}]}]};
59
+ var treeData = {"name":"ApplicationV2","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.3","type":"schema","children":[{"name":"settings","children":[{"name":"forceGlobalRefresh","children":[],"type":"boolean","description":"If forceGlobalRefresh is not explicitly set to false, a global model refresh is triggered when the annotated side effects are executed."},{"name":"flexibleColumnLayout","children":[],"type":"object","description":"The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas. For the overview page, this layout is not relevant."},{"name":"tableColumnVerticalAlignment","children":[],"type":"Bottom|Middle|Top","description":"tableColumnVerticalAlignment provides an option for vertical alignment for the whole responsive table."},{"name":"draftDiscardConfirmationSettings","children":[{"name":"enabled","children":[],"type":"string","description":"Allows applications to turn off the discard draft confirmation popup in various scenarios"}],"type":"object","description":"Allows applications to configure confirmation popups in various scenarios"},{"name":"statePreservationMode","children":[],"type":"discovery|persistence","description":"Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases."},{"name":"title","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as\n{{appTitle}} in the sap.app section of the manifest file."},{"name":"description","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description\nas {{appDescription}} in the sap.app section of the manifest file."},{"name":"flexEnabled","children":[],"type":"boolean","description":"Allows you to enable key user adaptation for an application."}]}]};
60
60
 
61
61
  var initTreeDiagram = () => {
62
62
  if (!window.treeDiagram) {
@@ -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 V2<br />@sap/ux-specification 1.124.2</div>
8
+ <div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.3</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="M5 3.0028H2V2.0048H5V3.0028ZM6.0044 3.0028H9.0044V2.0048H6.0044V3.0028ZM10.0014 3.0028H13.0014V2.0048H10.0014V3.0028ZM1 14.993L0.997 4.995H14.988V14.988L1 14.993ZM14.988 0.995V3.994H0.996L0.995 1L14.988 0.995ZM14 7H10V6H14V7ZM11 9.0028H14V8.0048H11V9.0028ZM14 11H10V10H14V11ZM14 13.0028H11V12.0048H14V13.0028ZM6 12.999H9V12.001H6V12.999ZM9 10.999H6V10.001H9V10.999ZM6 8.999H9V8.001H6V8.999ZM9 6.999H6V6.001H9V6.999ZM2 12.999H5V12.001H2V12.999ZM5 11.0028H2V10.0048H5V11.0028ZM2 9.0028H5V8.0048H2V9.0028ZM5 6.999H2V6.001H5V6.999ZM14.993 0H0.995C0.446 0 0 0.446 0 0.995V14.993C0 15.542 0.446 15.988 0.995 15.988H14.993C15.542 15.988 15.988 15.542 15.988 14.993V0.995C15.988 0.446 15.542 0 14.993 0Z"/>`;
59
- var treeData = {"name":"ListReport","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.2","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed."},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the button is visible on the screen."}]}]}],"type":"object","description":"Header"},{"name":"filterBar","children":[{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"Can be used to specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"Controls whether smart variant management is active. Default is true."},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"If liveMode is set, the search will be automatically triggered when a filter value is set."},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled."},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property."},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Specifies the type of table"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier."},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"Determines the visualization of content area"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"Determines the filter mode that is used"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"Lets you define title for the content area"},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"All filter fields will be set as in parameter"},{"name":"createWithFilters","children":[{"name":"strategy","children":[],"type":"string","artifact":"Manifest","description":"For the new create action to use the filter settings as input, set strategy to \"extension\" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section “Prefilling Fields When Creating a New Entity Using an Extension Point“."}],"type":"object","artifact":"Manifest","description":"createWithFilters adds a new create action that uses the filter settings as input."},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"The showTablePersonalisation attribute can be set to false to hide the table personalization button."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property."},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"Represents the entity set that will be displayed in this variant"},{"name":"multiSelect","children":[],"type":"boolean","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"selectAll","children":[],"type":"boolean","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"Specifies the type of table"},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"To enable navigation for charts, you have to set the property to \"true\" and maintain an internal navigation target in the manifest."},{"name":"inlineDelete","children":[],"type":"boolean","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."}],"type":"object","artifact":"Manifest","description":"Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true."},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting."}],"type":"object","artifact":"Manifest","description":"Change the default behavior for autoloading of data."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set."},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows are rendered."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"multiEdit","children":[{"name":"enabled","children":[],"type":"boolean","artifact":"Manifest","description":"When multiEdit is enabled, by default the dialog displays editable fields corresponding to columns that are currently displayed in the table."},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"Use annotationPath to define a mass edit dialog that points to a FieldGroup annotation with a qualifier."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"You can choose to hide certain fields from being displayed in key user adaptation and restrict them from being added to the Mass Edit dialog."}],"type":"object","artifact":"Manifest","description":"Allows you to edit a single object or multiple objects using a dialog in the list report page."},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]}]};
59
+ var treeData = {"name":"ListReport","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.3","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed."},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the button is visible on the screen."}]}]}],"type":"object","description":"Header"},{"name":"filterBar","children":[{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"Can be used to specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"Controls whether smart variant management is active. Default is true."},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"If liveMode is set, the search will be automatically triggered when a filter value is set."},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled."},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property."},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Specifies the type of table"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier."},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"Determines the visualization of content area"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"Determines the filter mode that is used"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"Lets you define title for the content area"},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"All filter fields will be set as in parameter"},{"name":"createWithFilters","children":[{"name":"strategy","children":[],"type":"string","artifact":"Manifest","description":"For the new create action to use the filter settings as input, set strategy to \"extension\" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section “Prefilling Fields When Creating a New Entity Using an Extension Point“."}],"type":"object","artifact":"Manifest","description":"createWithFilters adds a new create action that uses the filter settings as input."},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"The showTablePersonalisation attribute can be set to false to hide the table personalization button."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property."},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"Represents the entity set that will be displayed in this variant"},{"name":"multiSelect","children":[],"type":"boolean","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"selectAll","children":[],"type":"boolean","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"Specifies the type of table"},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"To enable navigation for charts, you have to set the property to \"true\" and maintain an internal navigation target in the manifest."},{"name":"inlineDelete","children":[],"type":"boolean","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."}],"type":"object","artifact":"Manifest","description":"Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true."},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting."}],"type":"object","artifact":"Manifest","description":"Change the default behavior for autoloading of data."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set."},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows are rendered."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"multiEdit","children":[{"name":"enabled","children":[],"type":"boolean","artifact":"Manifest","description":"When multiEdit is enabled, by default the dialog displays editable fields corresponding to columns that are currently displayed in the table."},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"Use annotationPath to define a mass edit dialog that points to a FieldGroup annotation with a qualifier."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"You can choose to hide certain fields from being displayed in key user adaptation and restrict them from being added to the Mass Edit dialog."}],"type":"object","artifact":"Manifest","description":"Allows you to edit a single object or multiple objects using a dialog in the list report page."},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]}]};
60
60
 
61
61
  var initTreeDiagram = () => {
62
62
  if (!window.treeDiagram) {