@sap/ux-specification 1.90.19 → 1.96.4

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 (391) hide show
  1. package/CHANGELOG.md +17 -352
  2. package/README.md +1 -0
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  4. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  5. package/dist/documentation/v2/v2-ListReport.html +1 -1
  6. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  7. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  8. package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
  9. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  10. package/dist/documentation/v4/v4-ListReport.html +1 -1
  11. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  12. package/dist/index-min.js +1 -1
  13. package/dist/schemas/v2/ApplicationV2.json +31 -0
  14. package/dist/schemas/v4/AnalyticalListPageConfig.json +89 -0
  15. package/dist/schemas/v4/ListReportConfig.json +89 -0
  16. package/dist/schemas/v4/ObjectPageConfig.json +87 -0
  17. package/dist/specification/v2/index-min.js +1 -1
  18. package/dist/src/api.d.ts +9 -1
  19. package/dist/src/apiTypes.d.ts +16 -0
  20. package/dist/src/specification/v2/ApplicationV2.d.ts +21 -0
  21. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +18 -2
  22. package/dist/src/specification/v4/controls/Table.d.ts +2 -2
  23. package/dist/src/sync/common/generate/utils.d.ts +3 -1
  24. package/dist/src/sync/v2/application.d.ts +3 -1
  25. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +14 -1
  26. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +14 -1
  27. package/dist/src/sync/v4/export/exportCustomColumn.d.ts +13 -0
  28. package/dist/src/sync/v4/utils/utils.d.ts +20 -2
  29. package/package.json +19 -13
  30. package/dist/scripts/extractDocu.js +0 -488
  31. package/dist/scripts/extractDocu.js.map +0 -1
  32. package/dist/scripts/runDocu.js +0 -577
  33. package/dist/scripts/runDocu.js.map +0 -1
  34. package/dist/scripts/spec.js +0 -114
  35. package/dist/scripts/spec.js.map +0 -1
  36. package/dist/scripts/to-json-schema.js +0 -124
  37. package/dist/scripts/to-json-schema.js.map +0 -1
  38. package/dist/src/api.js +0 -167
  39. package/dist/src/api.js.map +0 -1
  40. package/dist/src/apiTypes.js +0 -5
  41. package/dist/src/apiTypes.js.map +0 -1
  42. package/dist/src/extensionLogger.js +0 -39
  43. package/dist/src/extensionLogger.js.map +0 -1
  44. package/dist/src/i18n/i18n.js +0 -25
  45. package/dist/src/i18n/i18n.js.map +0 -1
  46. package/dist/src/index.js +0 -12
  47. package/dist/src/index.js.map +0 -1
  48. package/dist/src/project.js +0 -143
  49. package/dist/src/project.js.map +0 -1
  50. package/dist/src/specification/common/Application.js +0 -3
  51. package/dist/src/specification/common/Application.js.map +0 -1
  52. package/dist/src/specification/common/i18n.json +0 -1
  53. package/dist/src/specification/common/index.js +0 -10
  54. package/dist/src/specification/common/index.js.map +0 -1
  55. package/dist/src/specification/common/page.js +0 -33
  56. package/dist/src/specification/common/page.js.map +0 -1
  57. package/dist/src/specification/common/types.js +0 -20
  58. package/dist/src/specification/common/types.js.map +0 -1
  59. package/dist/src/specification/common/webapp/manifest/Manifest.js +0 -17
  60. package/dist/src/specification/common/webapp/manifest/Manifest.js.map +0 -1
  61. package/dist/src/specification/common/webapp/manifest/index.js +0 -8
  62. package/dist/src/specification/common/webapp/manifest/index.js.map +0 -1
  63. package/dist/src/specification/common/webapp/manifest/sapOvp.js +0 -9
  64. package/dist/src/specification/common/webapp/manifest/sapOvp.js.map +0 -1
  65. package/dist/src/specification/common/webapp/manifest/sapUi5.js +0 -14
  66. package/dist/src/specification/common/webapp/manifest/sapUi5.js.map +0 -1
  67. package/dist/src/specification/schemaAccess.js +0 -63
  68. package/dist/src/specification/schemaAccess.js.map +0 -1
  69. package/dist/src/specification/v2/ApplicationV2.js +0 -9
  70. package/dist/src/specification/v2/ApplicationV2.js.map +0 -1
  71. package/dist/src/specification/v2/controls/Action.js +0 -3
  72. package/dist/src/specification/v2/controls/Action.js.map +0 -1
  73. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js +0 -36
  74. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js.map +0 -1
  75. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js +0 -3
  76. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js.map +0 -1
  77. package/dist/src/specification/v2/controls/Card.js +0 -72
  78. package/dist/src/specification/v2/controls/Card.js.map +0 -1
  79. package/dist/src/specification/v2/controls/Facets.js +0 -3
  80. package/dist/src/specification/v2/controls/Facets.js.map +0 -1
  81. package/dist/src/specification/v2/controls/Field.js +0 -3
  82. package/dist/src/specification/v2/controls/Field.js.map +0 -1
  83. package/dist/src/specification/v2/controls/FilterBar.js +0 -78
  84. package/dist/src/specification/v2/controls/FilterBar.js.map +0 -1
  85. package/dist/src/specification/v2/controls/Footer.js +0 -3
  86. package/dist/src/specification/v2/controls/Footer.js.map +0 -1
  87. package/dist/src/specification/v2/controls/ObjectPageChart.js +0 -3
  88. package/dist/src/specification/v2/controls/ObjectPageChart.js.map +0 -1
  89. package/dist/src/specification/v2/controls/ObjectPageForm.js +0 -3
  90. package/dist/src/specification/v2/controls/ObjectPageForm.js.map +0 -1
  91. package/dist/src/specification/v2/controls/ObjectPageHeader.js +0 -3
  92. package/dist/src/specification/v2/controls/ObjectPageHeader.js.map +0 -1
  93. package/dist/src/specification/v2/controls/ObjectPageLayout.js +0 -3
  94. package/dist/src/specification/v2/controls/ObjectPageLayout.js.map +0 -1
  95. package/dist/src/specification/v2/controls/ObjectPageSection.js +0 -13
  96. package/dist/src/specification/v2/controls/ObjectPageSection.js.map +0 -1
  97. package/dist/src/specification/v2/controls/ObjectPageTable.js +0 -7
  98. package/dist/src/specification/v2/controls/ObjectPageTable.js.map +0 -1
  99. package/dist/src/specification/v2/controls/ObjectPageToolBar.js +0 -3
  100. package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +0 -1
  101. package/dist/src/specification/v2/controls/Table.js +0 -42
  102. package/dist/src/specification/v2/controls/Table.js.map +0 -1
  103. package/dist/src/specification/v2/controls/ToolBar.js +0 -3
  104. package/dist/src/specification/v2/controls/ToolBar.js.map +0 -1
  105. package/dist/src/specification/v2/controls/index.js +0 -12
  106. package/dist/src/specification/v2/controls/index.js.map +0 -1
  107. package/dist/src/specification/v2/index.js +0 -10
  108. package/dist/src/specification/v2/index.js.map +0 -1
  109. package/dist/src/specification/v2/page.js +0 -3
  110. package/dist/src/specification/v2/page.js.map +0 -1
  111. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js +0 -3
  112. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js.map +0 -1
  113. package/dist/src/specification/v2/pages/ListReportConfig.js +0 -3
  114. package/dist/src/specification/v2/pages/ListReportConfig.js.map +0 -1
  115. package/dist/src/specification/v2/pages/ObjectPageConfig.js +0 -3
  116. package/dist/src/specification/v2/pages/ObjectPageConfig.js.map +0 -1
  117. package/dist/src/specification/v2/pages/OverviewPageConfig.js +0 -8
  118. package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +0 -1
  119. package/dist/src/specification/v2/pages/index.js +0 -7
  120. package/dist/src/specification/v2/pages/index.js.map +0 -1
  121. package/dist/src/specification/v2/webapp/index.js +0 -7
  122. package/dist/src/specification/v2/webapp/index.js.map +0 -1
  123. package/dist/src/specification/v2/webapp/manifest/index.js +0 -8
  124. package/dist/src/specification/v2/webapp/manifest/index.js.map +0 -1
  125. package/dist/src/specification/v2/webapp/manifest/sapUi.js +0 -3
  126. package/dist/src/specification/v2/webapp/manifest/sapUi.js.map +0 -1
  127. package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -10
  128. package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +0 -1
  129. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +0 -7
  130. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +0 -1
  131. package/dist/src/specification/v4/ApplicationV4.js +0 -3
  132. package/dist/src/specification/v4/ApplicationV4.js.map +0 -1
  133. package/dist/src/specification/v4/controls/FilterBar.js +0 -3
  134. package/dist/src/specification/v4/controls/FilterBar.js.map +0 -1
  135. package/dist/src/specification/v4/controls/ObjectPageFooter.js +0 -3
  136. package/dist/src/specification/v4/controls/ObjectPageFooter.js.map +0 -1
  137. package/dist/src/specification/v4/controls/ObjectPageHeader.js +0 -3
  138. package/dist/src/specification/v4/controls/ObjectPageHeader.js.map +0 -1
  139. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js +0 -7
  140. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js.map +0 -1
  141. package/dist/src/specification/v4/controls/ObjectPageLayout.js +0 -8
  142. package/dist/src/specification/v4/controls/ObjectPageLayout.js.map +0 -1
  143. package/dist/src/specification/v4/controls/ObjectPageSection.js +0 -12
  144. package/dist/src/specification/v4/controls/ObjectPageSection.js.map +0 -1
  145. package/dist/src/specification/v4/controls/ObjectPageTable.js +0 -3
  146. package/dist/src/specification/v4/controls/ObjectPageTable.js.map +0 -1
  147. package/dist/src/specification/v4/controls/ObjectPageToolBar.js +0 -3
  148. package/dist/src/specification/v4/controls/ObjectPageToolBar.js.map +0 -1
  149. package/dist/src/specification/v4/controls/Table.js +0 -30
  150. package/dist/src/specification/v4/controls/Table.js.map +0 -1
  151. package/dist/src/specification/v4/controls/ToolBar.js +0 -8
  152. package/dist/src/specification/v4/controls/ToolBar.js.map +0 -1
  153. package/dist/src/specification/v4/controls/index.js +0 -11
  154. package/dist/src/specification/v4/controls/index.js.map +0 -1
  155. package/dist/src/specification/v4/index.js +0 -9
  156. package/dist/src/specification/v4/index.js.map +0 -1
  157. package/dist/src/specification/v4/page.js +0 -3
  158. package/dist/src/specification/v4/page.js.map +0 -1
  159. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js +0 -3
  160. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js.map +0 -1
  161. package/dist/src/specification/v4/pages/ListReportConfig.js +0 -9
  162. package/dist/src/specification/v4/pages/ListReportConfig.js.map +0 -1
  163. package/dist/src/specification/v4/pages/ObjectPageConfig.js +0 -8
  164. package/dist/src/specification/v4/pages/ObjectPageConfig.js.map +0 -1
  165. package/dist/src/specification/v4/pages/index.js +0 -8
  166. package/dist/src/specification/v4/pages/index.js.map +0 -1
  167. package/dist/src/specification/v4/webapp/index.js +0 -7
  168. package/dist/src/specification/v4/webapp/index.js.map +0 -1
  169. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js +0 -22
  170. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +0 -1
  171. package/dist/src/specification/v4/webapp/manifest/index.js +0 -10
  172. package/dist/src/specification/v4/webapp/manifest/index.js.map +0 -1
  173. package/dist/src/specification/v4/webapp/manifest/sapUi5.js +0 -11
  174. package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +0 -1
  175. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js +0 -14
  176. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +0 -1
  177. package/dist/src/sync/common/appProvider.js +0 -57
  178. package/dist/src/sync/common/appProvider.js.map +0 -1
  179. package/dist/src/sync/common/decoration/control.js +0 -206
  180. package/dist/src/sync/common/decoration/control.js.map +0 -1
  181. package/dist/src/sync/common/decoration/decorators.js +0 -43
  182. package/dist/src/sync/common/decoration/decorators.js.map +0 -1
  183. package/dist/src/sync/common/decoration/factory.js +0 -48
  184. package/dist/src/sync/common/decoration/factory.js.map +0 -1
  185. package/dist/src/sync/common/decoration/flex.js +0 -8
  186. package/dist/src/sync/common/decoration/flex.js.map +0 -1
  187. package/dist/src/sync/common/decoration/index.js +0 -9
  188. package/dist/src/sync/common/decoration/index.js.map +0 -1
  189. package/dist/src/sync/common/flexUtils.js +0 -95
  190. package/dist/src/sync/common/flexUtils.js.map +0 -1
  191. package/dist/src/sync/common/generate/index.js +0 -8
  192. package/dist/src/sync/common/generate/index.js.map +0 -1
  193. package/dist/src/sync/common/generate/objectPage.js +0 -348
  194. package/dist/src/sync/common/generate/objectPage.js.map +0 -1
  195. package/dist/src/sync/common/generate/utils.js +0 -221
  196. package/dist/src/sync/common/generate/utils.js.map +0 -1
  197. package/dist/src/sync/common/i18n.json +0 -23
  198. package/dist/src/sync/common/import/utils.js +0 -86
  199. package/dist/src/sync/common/import/utils.js.map +0 -1
  200. package/dist/src/sync/common/importProject.js +0 -342
  201. package/dist/src/sync/common/importProject.js.map +0 -1
  202. package/dist/src/sync/common/index.js +0 -15
  203. package/dist/src/sync/common/index.js.map +0 -1
  204. package/dist/src/sync/common/types.js +0 -106
  205. package/dist/src/sync/common/types.js.map +0 -1
  206. package/dist/src/sync/common/utils.js +0 -1053
  207. package/dist/src/sync/common/utils.js.map +0 -1
  208. package/dist/src/sync/i18n.js +0 -15
  209. package/dist/src/sync/i18n.js.map +0 -1
  210. package/dist/src/sync/v2/application.js +0 -170
  211. package/dist/src/sync/v2/application.js.map +0 -1
  212. package/dist/src/sync/v2/export/controls/Action.js +0 -127
  213. package/dist/src/sync/v2/export/controls/Action.js.map +0 -1
  214. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +0 -72
  215. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +0 -1
  216. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +0 -56
  217. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +0 -1
  218. package/dist/src/sync/v2/export/controls/Card.js +0 -655
  219. package/dist/src/sync/v2/export/controls/Card.js.map +0 -1
  220. package/dist/src/sync/v2/export/controls/Field.js +0 -32
  221. package/dist/src/sync/v2/export/controls/Field.js.map +0 -1
  222. package/dist/src/sync/v2/export/controls/FilterBar.js +0 -236
  223. package/dist/src/sync/v2/export/controls/FilterBar.js.map +0 -1
  224. package/dist/src/sync/v2/export/controls/FormAction.js +0 -96
  225. package/dist/src/sync/v2/export/controls/FormAction.js.map +0 -1
  226. package/dist/src/sync/v2/export/controls/Fragment.js +0 -476
  227. package/dist/src/sync/v2/export/controls/Fragment.js.map +0 -1
  228. package/dist/src/sync/v2/export/controls/ObjectPageChart.js +0 -37
  229. package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +0 -1
  230. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +0 -110
  231. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +0 -1
  232. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +0 -62
  233. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +0 -1
  234. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +0 -60
  235. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +0 -1
  236. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +0 -62
  237. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +0 -1
  238. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +0 -59
  239. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +0 -1
  240. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +0 -144
  241. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +0 -1
  242. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +0 -335
  243. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +0 -1
  244. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +0 -61
  245. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +0 -1
  246. package/dist/src/sync/v2/export/controls/Table.js +0 -679
  247. package/dist/src/sync/v2/export/controls/Table.js.map +0 -1
  248. package/dist/src/sync/v2/export/controls/TableColumn.js +0 -166
  249. package/dist/src/sync/v2/export/controls/TableColumn.js.map +0 -1
  250. package/dist/src/sync/v2/export/controls/ToolBar.js +0 -6
  251. package/dist/src/sync/v2/export/controls/ToolBar.js.map +0 -1
  252. package/dist/src/sync/v2/export/controls/index.js +0 -26
  253. package/dist/src/sync/v2/export/controls/index.js.map +0 -1
  254. package/dist/src/sync/v2/export/export.js +0 -615
  255. package/dist/src/sync/v2/export/export.js.map +0 -1
  256. package/dist/src/sync/v2/export/exportPage.js +0 -312
  257. package/dist/src/sync/v2/export/exportPage.js.map +0 -1
  258. package/dist/src/sync/v2/export/factory.js +0 -59
  259. package/dist/src/sync/v2/export/factory.js.map +0 -1
  260. package/dist/src/sync/v2/export/manifest.js +0 -114
  261. package/dist/src/sync/v2/export/manifest.js.map +0 -1
  262. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +0 -44
  263. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +0 -1
  264. package/dist/src/sync/v2/export/pages/ListReport.js +0 -41
  265. package/dist/src/sync/v2/export/pages/ListReport.js.map +0 -1
  266. package/dist/src/sync/v2/export/pages/ObjectPage.js +0 -100
  267. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +0 -1
  268. package/dist/src/sync/v2/export/pages/OverviewPage.js +0 -178
  269. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +0 -1
  270. package/dist/src/sync/v2/export/pages/index.js +0 -10
  271. package/dist/src/sync/v2/export/pages/index.js.map +0 -1
  272. package/dist/src/sync/v2/export/view-controller-generator.js +0 -141
  273. package/dist/src/sync/v2/export/view-controller-generator.js.map +0 -1
  274. package/dist/src/sync/v2/generate/analyticalListReport.js +0 -92
  275. package/dist/src/sync/v2/generate/analyticalListReport.js.map +0 -1
  276. package/dist/src/sync/v2/generate/generate.js +0 -96
  277. package/dist/src/sync/v2/generate/generate.js.map +0 -1
  278. package/dist/src/sync/v2/generate/index.js +0 -14
  279. package/dist/src/sync/v2/generate/index.js.map +0 -1
  280. package/dist/src/sync/v2/generate/listReport.js +0 -118
  281. package/dist/src/sync/v2/generate/listReport.js.map +0 -1
  282. package/dist/src/sync/v2/generate/objectPage.js +0 -556
  283. package/dist/src/sync/v2/generate/objectPage.js.map +0 -1
  284. package/dist/src/sync/v2/generate/overviewPage.js +0 -73
  285. package/dist/src/sync/v2/generate/overviewPage.js.map +0 -1
  286. package/dist/src/sync/v2/generate/utils.js +0 -476
  287. package/dist/src/sync/v2/generate/utils.js.map +0 -1
  288. package/dist/src/sync/v2/import/app/appProvider.js +0 -122
  289. package/dist/src/sync/v2/import/app/appProvider.js.map +0 -1
  290. package/dist/src/sync/v2/import/app/ovpProvider.js +0 -33
  291. package/dist/src/sync/v2/import/app/ovpProvider.js.map +0 -1
  292. package/dist/src/sync/v2/import/common/index.js +0 -423
  293. package/dist/src/sync/v2/import/common/index.js.map +0 -1
  294. package/dist/src/sync/v2/import/controls/table.js +0 -32
  295. package/dist/src/sync/v2/import/controls/table.js.map +0 -1
  296. package/dist/src/sync/v2/import/getPageType.js +0 -1
  297. package/dist/src/sync/v2/import/getPageType.js.map +0 -1
  298. package/dist/src/sync/v2/import/index.js +0 -11
  299. package/dist/src/sync/v2/import/index.js.map +0 -1
  300. package/dist/src/sync/v2/import/pages/analyticalListPage.js +0 -126
  301. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +0 -1
  302. package/dist/src/sync/v2/import/pages/listReport.js +0 -124
  303. package/dist/src/sync/v2/import/pages/listReport.js.map +0 -1
  304. package/dist/src/sync/v2/import/pages/objectPage.js +0 -695
  305. package/dist/src/sync/v2/import/pages/objectPage.js.map +0 -1
  306. package/dist/src/sync/v2/import/pages/overviewPage.js +0 -113
  307. package/dist/src/sync/v2/import/pages/overviewPage.js.map +0 -1
  308. package/dist/src/sync/v2/import/utils.js +0 -124
  309. package/dist/src/sync/v2/import/utils.js.map +0 -1
  310. package/dist/src/sync/v2/types.js +0 -33
  311. package/dist/src/sync/v2/types.js.map +0 -1
  312. package/dist/src/sync/v4/application.js +0 -80
  313. package/dist/src/sync/v4/application.js.map +0 -1
  314. package/dist/src/sync/v4/export/controls/FilterBar.js +0 -6
  315. package/dist/src/sync/v4/export/controls/FilterBar.js.map +0 -1
  316. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +0 -136
  317. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +0 -1
  318. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +0 -55
  319. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +0 -1
  320. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +0 -65
  321. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +0 -1
  322. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +0 -24
  323. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +0 -1
  324. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +0 -245
  325. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +0 -1
  326. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +0 -64
  327. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +0 -1
  328. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +0 -21
  329. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +0 -1
  330. package/dist/src/sync/v4/export/controls/Table.js +0 -318
  331. package/dist/src/sync/v4/export/controls/Table.js.map +0 -1
  332. package/dist/src/sync/v4/export/controls/TableColumn.js +0 -64
  333. package/dist/src/sync/v4/export/controls/TableColumn.js.map +0 -1
  334. package/dist/src/sync/v4/export/controls/ToolBar.js +0 -9
  335. package/dist/src/sync/v4/export/controls/ToolBar.js.map +0 -1
  336. package/dist/src/sync/v4/export/controls/ToolBarAction.js +0 -21
  337. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +0 -1
  338. package/dist/src/sync/v4/export/controls/index.js +0 -18
  339. package/dist/src/sync/v4/export/controls/index.js.map +0 -1
  340. package/dist/src/sync/v4/export/export.js +0 -422
  341. package/dist/src/sync/v4/export/export.js.map +0 -1
  342. package/dist/src/sync/v4/export/factory.js +0 -44
  343. package/dist/src/sync/v4/export/factory.js.map +0 -1
  344. package/dist/src/sync/v4/export/flexibleColumnLayout.js +0 -114
  345. package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +0 -1
  346. package/dist/src/sync/v4/export/manifest.js +0 -208
  347. package/dist/src/sync/v4/export/manifest.js.map +0 -1
  348. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +0 -38
  349. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +0 -1
  350. package/dist/src/sync/v4/export/pages/ListReport.js +0 -33
  351. package/dist/src/sync/v4/export/pages/ListReport.js.map +0 -1
  352. package/dist/src/sync/v4/export/pages/ObjectPage.js +0 -39
  353. package/dist/src/sync/v4/export/pages/ObjectPage.js.map +0 -1
  354. package/dist/src/sync/v4/export/pages/index.js +0 -9
  355. package/dist/src/sync/v4/export/pages/index.js.map +0 -1
  356. package/dist/src/sync/v4/export/types.js +0 -3
  357. package/dist/src/sync/v4/export/types.js.map +0 -1
  358. package/dist/src/sync/v4/export/utils.js +0 -26
  359. package/dist/src/sync/v4/export/utils.js.map +0 -1
  360. package/dist/src/sync/v4/generate/generate.js +0 -56
  361. package/dist/src/sync/v4/generate/generate.js.map +0 -1
  362. package/dist/src/sync/v4/generate/index.js +0 -10
  363. package/dist/src/sync/v4/generate/index.js.map +0 -1
  364. package/dist/src/sync/v4/generate/listReport.js +0 -121
  365. package/dist/src/sync/v4/generate/listReport.js.map +0 -1
  366. package/dist/src/sync/v4/generate/objectPage.js +0 -376
  367. package/dist/src/sync/v4/generate/objectPage.js.map +0 -1
  368. package/dist/src/sync/v4/import/app/appProvider.js +0 -313
  369. package/dist/src/sync/v4/import/app/appProvider.js.map +0 -1
  370. package/dist/src/sync/v4/import/fragment.js +0 -130
  371. package/dist/src/sync/v4/import/fragment.js.map +0 -1
  372. package/dist/src/sync/v4/import/index.js +0 -9
  373. package/dist/src/sync/v4/import/index.js.map +0 -1
  374. package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -60
  375. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +0 -1
  376. package/dist/src/sync/v4/import/pages/listReport.js +0 -135
  377. package/dist/src/sync/v4/import/pages/listReport.js.map +0 -1
  378. package/dist/src/sync/v4/import/pages/objectPage.js +0 -236
  379. package/dist/src/sync/v4/import/pages/objectPage.js.map +0 -1
  380. package/dist/src/sync/v4/import/utils.js +0 -34
  381. package/dist/src/sync/v4/import/utils.js.map +0 -1
  382. package/dist/src/sync/v4/types.js +0 -3
  383. package/dist/src/sync/v4/types.js.map +0 -1
  384. package/dist/src/sync/v4/utils/StableIdHelper.js +0 -153
  385. package/dist/src/sync/v4/utils/StableIdHelper.js.map +0 -1
  386. package/dist/src/sync/v4/utils/utils.js +0 -170
  387. package/dist/src/sync/v4/utils/utils.js.map +0 -1
  388. package/dist/src/v2.js +0 -8
  389. package/dist/src/v2.js.map +0 -1
  390. package/dist/src/v4.js +0 -8
  391. package/dist/src/v4.js.map +0 -1
@@ -44,6 +44,6 @@
44
44
  var exports = {},
45
45
  floorPlanIcon = `<svg id="floorPlan-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
46
46
  <g><path fill-rule="evenodd" clip-rule="evenodd" fill="#C5C5C5"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"/></g></svg>`;
47
- var treeData = {"name":"ListReport","description":"SAP Fiori elements v2<br>Specification Version: 1.90.19","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"FlexChange","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":"table","children":[{"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":"type","children":[],"type":"string","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"FlexChange","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":"FlexChange","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows are rendered."},{"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":"showDraftToggle","children":[],"type":"boolean","artifact":"Manifest","description":"In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true."},{"name":"growingThreshold","children":[],"type":"number","artifact":"FlexChange","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":"createWithParameterDialog","children":[{"name":"fields","children":[{"name":"path","children":[],"type":"string","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":"FlexChange","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":"FlexChange","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","artifact":"FlexChange","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":"fitContainer","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smarttable.SmartTable","description":"Set to false if the table does not occupy the entire space available in the container."},{"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":"Instance (key = number)","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":"Instance (key = number)","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":"string","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"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, you cannot set a filter in the table personalization settings.\nTo enable filtering, 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":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","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":"FlexChange","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":"FlexChange","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"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":"filterBar","children":[{"name":"annotationPath","children":[],"type":"string","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":"FlexChange","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."},{"name":"fields","children":[{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","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","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","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","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","description":"You can set a default value for semantic date range."}],"type":"object","artifact":"Manifest","description":"For a fields' list you can define the set of standard date range values separately."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}]}]}]};
47
+ var treeData = {"name":"ListReport","description":"SAP Fiori elements v2<br>Specification Version: 1.96.4","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"FlexChange","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":"table","children":[{"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":"type","children":[],"type":"string","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"FlexChange","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":"FlexChange","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows are rendered."},{"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":"showDraftToggle","children":[],"type":"boolean","artifact":"Manifest","description":"In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true."},{"name":"growingThreshold","children":[],"type":"number","artifact":"FlexChange","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":"createWithParameterDialog","children":[{"name":"fields","children":[{"name":"path","children":[],"type":"string","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":"FlexChange","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":"FlexChange","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","artifact":"FlexChange","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":"fitContainer","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smarttable.SmartTable","description":"Set to false if the table does not occupy the entire space available in the container."},{"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":"Instance (key = number)","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":"Instance (key = number)","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":"string","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"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, you cannot set a filter in the table personalization settings.\nTo enable filtering, 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":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","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":"FlexChange","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":"FlexChange","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"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":"filterBar","children":[{"name":"annotationPath","children":[],"type":"string","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":"FlexChange","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."},{"name":"fields","children":[{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","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","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","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","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","description":"You can set a default value for semantic date range."}],"type":"object","artifact":"Manifest","description":"For a fields' list you can define the set of standard date range values separately."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}]}]}]};
48
48
  </script>
49
49
  <script type="module" src="./../runDocu-min.js"></script>
@@ -44,6 +44,6 @@
44
44
  var exports = {},
45
45
  floorPlanIcon = `<svg id="floorPlan-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
46
46
  <g><path fill-rule="evenodd" clip-rule="evenodd" fill="#C5C5C5"d="M9 13V14H6V13H9ZM9 11V12H6V11H9ZM13 9V10H10V9H13ZM9 9V10H6V9H9ZM5 9V10H2V9H5ZM14.989 7.996L14.988 14.989H1L1.001 7.996H14.989ZM3.998 2C5.1 2 5.996 2.896 5.996 3.998C5.996 5.1 5.1 5.996 3.998 5.996C2.896 5.996 2 5.1 2 3.998C2 2.896 2.896 2 3.998 2ZM14 4.0046V5.0046H8V4.0046H14ZM3.998 3C3.447 3 3 3.447 3 3.998C3 4.549 3.447 4.996 3.998 4.996C4.549 4.996 4.996 4.549 4.996 3.998C4.996 3.447 4.549 3 3.998 3ZM12.002 2V3H8V2H12.002ZM14.989 1.001V6.995H1.001V1L14.989 1.001ZM14.989 0H1.001C0.449 0 0 0.449 0 1.001V14.989C0 15.541 0.449 15.989 1.001 15.989H14.989C15.541 15.989 15.989 15.541 15.989 14.989V1.001C15.989 0.488429 15.6027 0.0646684 15.1056 0.00674636L14.989 0Z"/></g></svg>`;
47
- var treeData = {"name":"ObjectPage","description":"SAP Fiori elements v2<br>Specification Version: 1.90.19","type":"schema","children":[{"name":"showConfirmationOnDraftActivate","children":[],"type":"boolean","artifact":"Manifest","description":"Set showConfirmationOnDraftActivate to true to enable a confirmation before a save if you have pending warnings."},{"name":"hideChevronForUnauthorizedExtNav","children":[],"type":"boolean","artifact":"Manifest","description":"If you set this property to true, the navigation chevron is hidden in case the launchpad indicates that the user has no authorization to navigate."},{"name":"allowDeepLinking","children":[],"type":"boolean","artifact":"Manifest","description":"allowDeepLinking restricts deep linking to certain object page levels."},{"name":"navToListOnSave","children":[],"type":"boolean","artifact":"Manifest","description":"If you set navToListOnSave to true, the application will navigate back to the list on a save."},{"name":"defaultLayoutTypeIfExternalNavigation","children":[],"type":"string","artifact":"Manifest","description":"If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode."},{"name":"globalChartSettings","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}],"type":"object","artifact":"Manifest","description":"Settings for all charts on an object page"},{"name":"header","children":[{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"simpleHeaderFacets","children":[],"type":"boolean","artifact":"Manifest","description":"Set simpleHeaderFacets to true to use simpler header facets."},{"name":"displayShape","children":[],"type":"Circle|Square","artifact":"FlexChange","control":"sap.f.Avatar","description":"With displayShape you can define the shape of the avatar."},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Defines the Button type."}],"type":"object","description":"Set properties of actions on Object Page Header"}]},{"name":"layout","children":[{"name":"showHeaderContent","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.uxap.ObjectPageLayout","description":"showHeaderContent determines the visibility of the Header content."},{"name":"showAnchorBar","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.uxap.ObjectPageLayout","description":"showAnchorBar determines whether the navigation bar (anchor bar) is displayed."},{"name":"useIconTabBar","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.uxap.ObjectPageLayout","description":"useIconTabBar determines whether the navigation mode is tab-based instead of based on the default anchor bar."},{"name":"alwaysShowContentHeader","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.uxap.ObjectPageLayout","description":"alwaysShowContentHeader determines whether header content will always be expanded on desktop."}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.ui.comp.smartform.SmartGroup","description":"Whether the field should be visible on the screen."}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.uxap.ObjectPageSubSection","description":"Whether the section should be visible on the screen."},{"name":"table","children":[{"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":"type","children":[],"type":"string","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.m.Table","description":"Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set."},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"FlexChange","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows shall be rendered."},{"name":"growingThreshold","children":[],"type":"number","artifact":"FlexChange","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":"createWithParameterDialog","children":[{"name":"fields","children":[{"name":"path","children":[],"type":"string","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":"editable","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smarttable.SmartTable","description":"With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content."},{"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":"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":"Instance (key = number)","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 been added to your annotations before."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"FlexChange","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","artifact":"FlexChange","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":"createMode","children":[],"type":"string","artifact":"Manifest","description":"Use createMode 'inline' to enable inline creation of table entries for draft enabled applications."},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"If createMode is set to inline, you can use this setting to disable the default sort order."},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for a specific table on an object page."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","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":"FlexChange","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":"FlexChange","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true."}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}]},{"name":"subsections","children":[],"type":"object"}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}]}]}]};
47
+ var treeData = {"name":"ObjectPage","description":"SAP Fiori elements v2<br>Specification Version: 1.96.4","type":"schema","children":[{"name":"showConfirmationOnDraftActivate","children":[],"type":"boolean","artifact":"Manifest","description":"Set showConfirmationOnDraftActivate to true to enable a confirmation before a save if you have pending warnings."},{"name":"hideChevronForUnauthorizedExtNav","children":[],"type":"boolean","artifact":"Manifest","description":"If you set this property to true, the navigation chevron is hidden in case the launchpad indicates that the user has no authorization to navigate."},{"name":"allowDeepLinking","children":[],"type":"boolean","artifact":"Manifest","description":"allowDeepLinking restricts deep linking to certain object page levels."},{"name":"navToListOnSave","children":[],"type":"boolean","artifact":"Manifest","description":"If you set navToListOnSave to true, the application will navigate back to the list on a save."},{"name":"defaultLayoutTypeIfExternalNavigation","children":[],"type":"string","artifact":"Manifest","description":"If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode."},{"name":"globalChartSettings","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}],"type":"object","artifact":"Manifest","description":"Settings for all charts on an object page"},{"name":"header","children":[{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"simpleHeaderFacets","children":[],"type":"boolean","artifact":"Manifest","description":"Set simpleHeaderFacets to true to use simpler header facets."},{"name":"displayShape","children":[],"type":"Circle|Square","artifact":"FlexChange","control":"sap.f.Avatar","description":"With displayShape you can define the shape of the avatar."},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Defines the Button type."}],"type":"object","description":"Set properties of actions on Object Page Header"}]},{"name":"layout","children":[{"name":"showHeaderContent","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.uxap.ObjectPageLayout","description":"showHeaderContent determines the visibility of the Header content."},{"name":"showAnchorBar","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.uxap.ObjectPageLayout","description":"showAnchorBar determines whether the navigation bar (anchor bar) is displayed."},{"name":"useIconTabBar","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.uxap.ObjectPageLayout","description":"useIconTabBar determines whether the navigation mode is tab-based instead of based on the default anchor bar."},{"name":"alwaysShowContentHeader","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.uxap.ObjectPageLayout","description":"alwaysShowContentHeader determines whether header content will always be expanded on desktop."}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.ui.comp.smartform.SmartGroup","description":"Whether the field should be visible on the screen."}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.uxap.ObjectPageSubSection","description":"Whether the section should be visible on the screen."},{"name":"table","children":[{"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":"type","children":[],"type":"string","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.m.Table","description":"Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set."},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"FlexChange","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows shall be rendered."},{"name":"growingThreshold","children":[],"type":"number","artifact":"FlexChange","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":"createWithParameterDialog","children":[{"name":"fields","children":[{"name":"path","children":[],"type":"string","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":"editable","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smarttable.SmartTable","description":"With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content."},{"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":"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":"Instance (key = number)","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 been added to your annotations before."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"FlexChange","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","artifact":"FlexChange","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":"createMode","children":[],"type":"string","artifact":"Manifest","description":"Use createMode 'inline' to enable inline creation of table entries for draft enabled applications."},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"If createMode is set to inline, you can use this setting to disable the default sort order."},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for a specific table on an object page."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","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":"FlexChange","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":"FlexChange","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true."}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}]},{"name":"subsections","children":[],"type":"object"}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"FlexChange","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"FlexChange","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"FlexChange","control":"sap.m.Button","description":"Defines the Button type."}]}]}]};
48
48
  </script>
49
49
  <script type="module" src="./../runDocu-min.js"></script>
@@ -44,6 +44,6 @@
44
44
  var exports = {},
45
45
  floorPlanIcon = `<svg id="floorPlan-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
46
46
  <g><path fill-rule="evenodd" clip-rule="evenodd" fill="#C5C5C5"d="M14.988 15.488V14.988H14.989L14.988 15.488ZM14.988 14.988H1V1H14.988V14.988ZM14.988 0H1C0.448 0 0 0.448 0 1V14.988C0 15.54 0.448 15.988 1 15.988H14.988C15.54 15.988 15.988 15.54 15.988 14.988V1C15.988 0.448 15.54 0 14.988 0ZM2.9917 7.037H7.0147V3.014H2.9917V7.037ZM7.5147 2.013H2.4907C2.2147 2.013 1.9907 2.237 1.9907 2.513V7.537C1.9907 7.813 2.2147 8.037 2.4907 8.037H7.5147C7.7907 8.037 8.0147 7.813 8.0147 7.537V2.513C8.0147 2.237 7.7907 2.013 7.5147 2.013ZM7.0147 13.014H2.9917V10.034H7.0147V13.014ZM2.4907 9.034H7.5147C7.7907 9.034 8.0147 9.258 8.0147 9.534V13.514C8.0147 13.791 7.7907 14.014 7.5147 14.014H2.4907C2.2147 14.014 1.9907 13.791 1.9907 13.514V9.534C1.9907 9.258 2.2147 9.034 2.4907 9.034ZM9.9847 9.034H13.0217V3.013H9.9847V9.034ZM13.5217 2.013H9.4847C9.2087 2.013 8.9847 2.237 8.9847 2.513V9.534C8.9847 9.81 9.2087 10.034 9.4847 10.034H13.5217C13.7987 10.034 14.0217 9.81 14.0217 9.534V2.513C14.0217 2.237 13.7987 2.013 13.5217 2.013ZM13.0217 13.006H9.9847V12.021H13.0217V13.006ZM9.4847 11.02H13.5217C13.7987 11.02 14.0217 11.244 14.0217 11.52V13.506C14.0217 13.782 13.7987 14.006 13.5217 14.006H9.4847C9.2087 14.006 8.9847 13.782 8.9847 13.506V11.52C8.9847 11.244 9.2087 11.02 9.4847 11.02Z"/></g></svg>`;
47
- var treeData = {"name":"OverviewPage","description":"SAP Fiori elements v2<br>Specification Version: 1.90.19","type":"schema","children":[{"name":"globalFilterModel","children":[],"type":"string","artifact":"Manifest","description":"globalFilterModel defines the OData model that contains entity definitions relevant for global filters."},{"name":"globalFilterEntityType","children":[],"type":"string","artifact":"Manifest","description":"globalFilterEntityType defines the entity type to use as a global filter in the smart filter bar control."},{"name":"globalFilterEntitySet","children":[],"type":"string","artifact":"Manifest","description":"globalFilterEntitySet defines the entity set to use as global filter in the smart filter bar control."},{"name":"containerLayout","children":[],"type":"fixed|resizable","artifact":"Manifest","description":"containerLayout represents the layout of the card container, as fixed or resizable. The default value is fixed."},{"name":"smartVariantRequired","children":[],"type":"boolean","artifact":"Manifest","description":"Set smartVariantRequired to false to deactivate smart variant management in the global filters. The default value is true."},{"name":"showDateInRelativeFormat","children":[],"type":"boolean","artifact":"Manifest","description":"Set showDateInRelativeFormat to true to enable relative or normal date formatting in OVP applications."},{"name":"enableLiveFilter","children":[],"type":"boolean","artifact":"Manifest","description":"Set enableLiveFilter to true to activate a live update in the global filter. The default requires the user to click the Go button.."},{"name":"imageSupported","children":[],"type":"boolean","artifact":"Manifest","description":"imageSupported allows the condensed list card to show images or icons."},{"name":"considerAnalyticalParameters","children":[],"type":"boolean","artifact":"Manifest","description":"considerAnalyticalParameters enables analytical parameter support for the smart filter bar."},{"name":"refreshIntervalInMinutes","children":[],"type":"number","artifact":"Manifest","description":"refreshIntervalInMinutes represents the time interval in minutes to auto refresh the card models."},{"name":"useDateRangeType","children":[],"type":"boolean","artifact":"Manifest","description":"Set useDateRangeType to true to enable semantic date range control for the smart filter bar."},{"name":"chartSettings","children":[{"name":"showDataLabel","children":[],"type":"boolean","description":"Set the showDataLabel property to true to make data labels visible in analytical cards."}],"type":"object","artifact":"Manifest","description":"Define settings for analytical charts."},{"name":"filterSettings","children":[{"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."},{"name":"fields","children":[{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","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","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","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","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","description":"You can set a default value for semantic date range."}],"type":"object","artifact":"Manifest","description":"For a fields' list you can define the set of standard date range values separately."}],"type":"object","description":"You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar"}],"type":"object","artifact":"Manifest","description":"The global filter lets end users filter the data displayed on one or more cards."},{"name":"showBasicSearch","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if the basic search shall be part of the global filters."},{"name":"disableErrorPage","children":[],"type":"boolean","artifact":"Manifest","description":"Disables the error page of OVP. Error page in OVP appears only when all cards have failed."},{"name":"bHeaderExpanded","children":[],"type":"boolean","artifact":"Manifest","description":"Shows smart filter bar in expanded mode."},{"name":"cards","children":[{"name":"cardKey","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Represents the model for the Analytical Card"},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Represents the Analytical Card component path to use for this card."},{"name":"settings","children":[{"name":"itemText","children":[],"type":"string","description":"Represents the user defined string in placeholder card."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"staticContent","children":[],"type":"array","description":"Represents the static content that will be displayed in this card."},{"name":"listFlavor","children":[],"type":"string","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"string","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"sortBy","children":[],"type":"string","description":"Represents the sort key for the entity set."},{"name":"sortOrder","children":[],"type":"string","description":"Represents the sort order for the entity set."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"kpiAnnotationPath","children":[],"type":"string","description":"Represents the KPI annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","description":"Represents the selection presentation annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path."},{"name":"ignoreSapText","children":[],"type":"boolean","description":"Represents the flag to indicate priority of number formatting over sap text."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."}],"type":"object","description":"Represents the Object Stream properties - properties that are passed to the Object Stream cards."},{"name":"enableLocaleCurrencyFormatting","children":[],"type":"boolean","description":"Represents the flag to indicate the use of object number/smart field."},{"name":"navigation","children":[],"type":"chartNav|dataPointNav|headerNav|noHeaderNav","description":"Represents the configuration to alter the navigation mode in OVP Analytical Cards."},{"name":"showFilterInHeader","children":[],"type":"boolean","description":"Represents a switch to Show or Hide Filters in Cards Headers in OVP application."},{"name":"showSortingInHeader","children":[],"type":"boolean","description":"Represents a switch to Show or Hide Sorting in Cards Headers in OVP application."},{"name":"imageSupported","children":[],"type":"boolean","description":"Flag for enabling images in a condensed list card."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"showLabelText","children":[],"type":"boolean","description":"This property is responsible for showing and hiding text labels on the geo spots."},{"name":"customParams","children":[],"type":"string","description":"This property is responsible for passing custom parameters present in the entity set to the navigating application."},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the custom card."},{"name":"listCardSettings","children":[{"name":"listFlavor","children":[],"type":"bar|carousel|standard","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"condensed|extended","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"sortBy","children":[],"type":"string","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"Defines the sort order."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the list card."},{"name":"stackCardSettings","children":[{"name":"itemText","children":[],"type":"string","description":"Represents the user defined string in placeholder card."},{"name":"objectStreamCardsNavigationProperty","children":[],"type":"string","description":"The navigation property used to display information from a secondary entity set."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."}],"type":"object","description":"Configures additional settings for the cards displayed in the object stream."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the stack card."},{"name":"linkListCardSettings","children":[{"name":"targetUri","children":[],"type":"string","description":"The targetUri is a URI defining the link to a quick view, related application or external resource."},{"name":"listFlavor","children":[],"type":"carousel|standard","description":"listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"sortBy","children":[],"type":"string","description":"sortBy defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"sortOrder defines the sort order. Valid values are 'ascending' or 'descending'"},{"name":"headerAnnotationPath","children":[],"type":"string","description":"headerAnnotationPath represents the path to a HeaderInfo annotation."},{"name":"staticContent","children":[{"name":"title","children":[],"type":"string","description":"The language-dependent title of the StaticContent."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the StaticContent."},{"name":"imageUri","children":[],"type":"string","description":"The uri for the image of the StaticContent."},{"name":"targetUri","children":[],"type":"string","description":"The uri for the target of the StaticContent."},{"name":"imageAltText","children":[],"type":"string","description":"The alternative text for the image of the StaticContent."},{"name":"semanticObject","children":[],"type":"string","description":"Used to provide intent based navigation."},{"name":"action","children":[],"type":"string","description":"Used to provide intent based navigation."},{"name":"openInNewWindow","children":[],"type":"boolean","description":"Open static content in a new window."}],"type":"object","description":"staticContent represents the static content of a static link list card."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the link list card."},{"name":"tableCardSettings","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"listFlavor","children":[],"type":"bar|carousel|standard","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"condensed|extended","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","description":"Represents the selection presentation annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"sortBy","children":[],"type":"string","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"Defines the sort order."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the table card."},{"name":"disableTableCardFlexibility","children":[],"type":"boolean","artifact":"Manifest","description":"If you set disableTableCardFlexibility to true, then at runtime, DataField records are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.\nIf you set disableTableCardFlexibility to false, then at runtime, table columns are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry."},{"name":"analyticalCardSettings","children":[{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","description":"Represents the properties that are passed to the analytical card."}],"type":"object","description":"Cards"}]}]};
47
+ var treeData = {"name":"OverviewPage","description":"SAP Fiori elements v2<br>Specification Version: 1.96.4","type":"schema","children":[{"name":"globalFilterModel","children":[],"type":"string","artifact":"Manifest","description":"globalFilterModel defines the OData model that contains entity definitions relevant for global filters."},{"name":"globalFilterEntityType","children":[],"type":"string","artifact":"Manifest","description":"globalFilterEntityType defines the entity type to use as a global filter in the smart filter bar control."},{"name":"globalFilterEntitySet","children":[],"type":"string","artifact":"Manifest","description":"globalFilterEntitySet defines the entity set to use as global filter in the smart filter bar control."},{"name":"containerLayout","children":[],"type":"fixed|resizable","artifact":"Manifest","description":"containerLayout represents the layout of the card container, as fixed or resizable. The default value is fixed."},{"name":"smartVariantRequired","children":[],"type":"boolean","artifact":"Manifest","description":"Set smartVariantRequired to false to deactivate smart variant management in the global filters. The default value is true."},{"name":"showDateInRelativeFormat","children":[],"type":"boolean","artifact":"Manifest","description":"Set showDateInRelativeFormat to true to enable relative or normal date formatting in OVP applications."},{"name":"enableLiveFilter","children":[],"type":"boolean","artifact":"Manifest","description":"Set enableLiveFilter to true to activate a live update in the global filter. The default requires the user to click the Go button.."},{"name":"imageSupported","children":[],"type":"boolean","artifact":"Manifest","description":"imageSupported allows the condensed list card to show images or icons."},{"name":"considerAnalyticalParameters","children":[],"type":"boolean","artifact":"Manifest","description":"considerAnalyticalParameters enables analytical parameter support for the smart filter bar."},{"name":"refreshIntervalInMinutes","children":[],"type":"number","artifact":"Manifest","description":"refreshIntervalInMinutes represents the time interval in minutes to auto refresh the card models."},{"name":"useDateRangeType","children":[],"type":"boolean","artifact":"Manifest","description":"Set useDateRangeType to true to enable semantic date range control for the smart filter bar."},{"name":"chartSettings","children":[{"name":"showDataLabel","children":[],"type":"boolean","description":"Set the showDataLabel property to true to make data labels visible in analytical cards."}],"type":"object","artifact":"Manifest","description":"Define settings for analytical charts."},{"name":"filterSettings","children":[{"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."},{"name":"fields","children":[{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","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","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","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","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","description":"You can set a default value for semantic date range."}],"type":"object","artifact":"Manifest","description":"For a fields' list you can define the set of standard date range values separately."}],"type":"object","description":"You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar"}],"type":"object","artifact":"Manifest","description":"The global filter lets end users filter the data displayed on one or more cards."},{"name":"showBasicSearch","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if the basic search shall be part of the global filters."},{"name":"disableErrorPage","children":[],"type":"boolean","artifact":"Manifest","description":"Disables the error page of OVP. Error page in OVP appears only when all cards have failed."},{"name":"bHeaderExpanded","children":[],"type":"boolean","artifact":"Manifest","description":"Shows smart filter bar in expanded mode."},{"name":"cards","children":[{"name":"cardKey","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Represents the model for the Analytical Card"},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Represents the Analytical Card component path to use for this card."},{"name":"settings","children":[{"name":"itemText","children":[],"type":"string","description":"Represents the user defined string in placeholder card."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"staticContent","children":[],"type":"array","description":"Represents the static content that will be displayed in this card."},{"name":"listFlavor","children":[],"type":"string","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"string","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"sortBy","children":[],"type":"string","description":"Represents the sort key for the entity set."},{"name":"sortOrder","children":[],"type":"string","description":"Represents the sort order for the entity set."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"kpiAnnotationPath","children":[],"type":"string","description":"Represents the KPI annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","description":"Represents the selection presentation annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path."},{"name":"ignoreSapText","children":[],"type":"boolean","description":"Represents the flag to indicate priority of number formatting over sap text."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."}],"type":"object","description":"Represents the Object Stream properties - properties that are passed to the Object Stream cards."},{"name":"enableLocaleCurrencyFormatting","children":[],"type":"boolean","description":"Represents the flag to indicate the use of object number/smart field."},{"name":"navigation","children":[],"type":"chartNav|dataPointNav|headerNav|noHeaderNav","description":"Represents the configuration to alter the navigation mode in OVP Analytical Cards."},{"name":"showFilterInHeader","children":[],"type":"boolean","description":"Represents a switch to Show or Hide Filters in Cards Headers in OVP application."},{"name":"showSortingInHeader","children":[],"type":"boolean","description":"Represents a switch to Show or Hide Sorting in Cards Headers in OVP application."},{"name":"imageSupported","children":[],"type":"boolean","description":"Flag for enabling images in a condensed list card."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"showLabelText","children":[],"type":"boolean","description":"This property is responsible for showing and hiding text labels on the geo spots."},{"name":"customParams","children":[],"type":"string","description":"This property is responsible for passing custom parameters present in the entity set to the navigating application."},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the custom card."},{"name":"listCardSettings","children":[{"name":"listFlavor","children":[],"type":"bar|carousel|standard","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"condensed|extended","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"sortBy","children":[],"type":"string","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"Defines the sort order."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the list card."},{"name":"stackCardSettings","children":[{"name":"itemText","children":[],"type":"string","description":"Represents the user defined string in placeholder card."},{"name":"objectStreamCardsNavigationProperty","children":[],"type":"string","description":"The navigation property used to display information from a secondary entity set."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."}],"type":"object","description":"Configures additional settings for the cards displayed in the object stream."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the stack card."},{"name":"linkListCardSettings","children":[{"name":"targetUri","children":[],"type":"string","description":"The targetUri is a URI defining the link to a quick view, related application or external resource."},{"name":"listFlavor","children":[],"type":"carousel|standard","description":"listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"sortBy","children":[],"type":"string","description":"sortBy defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"sortOrder defines the sort order. Valid values are 'ascending' or 'descending'"},{"name":"headerAnnotationPath","children":[],"type":"string","description":"headerAnnotationPath represents the path to a HeaderInfo annotation."},{"name":"staticContent","children":[{"name":"title","children":[],"type":"string","description":"The language-dependent title of the StaticContent."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the StaticContent."},{"name":"imageUri","children":[],"type":"string","description":"The uri for the image of the StaticContent."},{"name":"targetUri","children":[],"type":"string","description":"The uri for the target of the StaticContent."},{"name":"imageAltText","children":[],"type":"string","description":"The alternative text for the image of the StaticContent."},{"name":"semanticObject","children":[],"type":"string","description":"Used to provide intent based navigation."},{"name":"action","children":[],"type":"string","description":"Used to provide intent based navigation."},{"name":"openInNewWindow","children":[],"type":"boolean","description":"Open static content in a new window."}],"type":"object","description":"staticContent represents the static content of a static link list card."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the link list card."},{"name":"tableCardSettings","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"listFlavor","children":[],"type":"bar|carousel|standard","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"condensed|extended","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","description":"Represents the selection presentation annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"sortBy","children":[],"type":"string","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"Defines the sort order."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the table card."},{"name":"disableTableCardFlexibility","children":[],"type":"boolean","artifact":"Manifest","description":"If you set disableTableCardFlexibility to true, then at runtime, DataField records are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.\nIf you set disableTableCardFlexibility to false, then at runtime, table columns are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry."},{"name":"analyticalCardSettings","children":[{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"auto","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","description":"Represents the properties that are passed to the analytical card."}],"type":"object","description":"Cards"}]}]};
48
48
  </script>
49
49
  <script type="module" src="./../runDocu-min.js"></script>