@sap/ux-specification 1.96.17 → 1.96.20

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 (461) hide show
  1. package/CHANGELOG.md +100 -2
  2. package/dist/documentation/runDocu-min.js +9645 -2
  3. package/dist/documentation/runDocu-min.js.map +7 -0
  4. package/dist/documentation/styleDocu.css +32 -28
  5. package/dist/documentation/v2/v2-AnalyticalListPage.html +20 -8
  6. package/dist/documentation/v2/v2-ApplicationV2.html +20 -8
  7. package/dist/documentation/v2/v2-ListReport.html +20 -8
  8. package/dist/documentation/v2/v2-ObjectPage.html +20 -8
  9. package/dist/documentation/v2/v2-OverviewPage.html +20 -8
  10. package/dist/documentation/v4/v4-ApplicationV4.html +20 -8
  11. package/dist/documentation/v4/v4-FreestylePage.html +20 -8
  12. package/dist/documentation/v4/v4-ListReport.html +20 -8
  13. package/dist/documentation/v4/v4-ObjectPage.html +20 -8
  14. package/dist/index-min.js +30582 -2
  15. package/dist/index-min.js.map +7 -0
  16. package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -3
  17. package/dist/schemas/v2/ApplicationV2.json +10 -1
  18. package/dist/schemas/v2/ListReportConfig.json +6 -5
  19. package/dist/schemas/v2/ObjectPageConfig.json +22 -22
  20. package/dist/schemas/v4/ApplicationV4.json +32 -2
  21. package/dist/schemas/v4/FreestylePageConfig.json +3 -0
  22. package/dist/schemas/v4/ListReportConfig.json +313 -38
  23. package/dist/schemas/v4/ObjectPageConfig.json +101 -1
  24. package/dist/{src → types}/api.d.ts +2 -1
  25. package/dist/types/api.d.ts.map +1 -0
  26. package/dist/{src → types}/apiTypes.d.ts +10 -4
  27. package/dist/types/apiTypes.d.ts.map +1 -0
  28. package/dist/{src → types}/extensionLogger.d.ts +1 -0
  29. package/dist/types/extensionLogger.d.ts.map +1 -0
  30. package/dist/{src → types}/i18n/i18n.d.ts +1 -0
  31. package/dist/types/i18n/i18n.d.ts.map +1 -0
  32. package/dist/{src → types}/index.d.ts +1 -0
  33. package/dist/types/index.d.ts.map +1 -0
  34. package/dist/{src → types}/project.d.ts +1 -0
  35. package/dist/types/project.d.ts.map +1 -0
  36. package/dist/{src → types}/specification/common/Application.d.ts +1 -0
  37. package/dist/types/specification/common/Application.d.ts.map +1 -0
  38. package/dist/{src → types}/specification/common/index.d.ts +1 -0
  39. package/dist/types/specification/common/index.d.ts.map +1 -0
  40. package/dist/{src → types}/specification/common/page.d.ts +5 -1
  41. package/dist/types/specification/common/page.d.ts.map +1 -0
  42. package/dist/{src → types}/specification/common/types.d.ts +1 -0
  43. package/dist/types/specification/common/types.d.ts.map +1 -0
  44. package/dist/{src → types}/specification/common/webapp/manifest/Manifest.d.ts +1 -0
  45. package/dist/types/specification/common/webapp/manifest/Manifest.d.ts.map +1 -0
  46. package/dist/{src → types}/specification/common/webapp/manifest/index.d.ts +1 -0
  47. package/dist/types/specification/common/webapp/manifest/index.d.ts.map +1 -0
  48. package/dist/{src → types}/specification/common/webapp/manifest/sapOvp.d.ts +1 -0
  49. package/dist/types/specification/common/webapp/manifest/sapOvp.d.ts.map +1 -0
  50. package/dist/{src → types}/specification/common/webapp/manifest/sapUi5.d.ts +4 -1
  51. package/dist/types/specification/common/webapp/manifest/sapUi5.d.ts.map +1 -0
  52. package/dist/{src → types}/specification/schemaAccess.d.ts +7 -0
  53. package/dist/types/specification/schemaAccess.d.ts.map +1 -0
  54. package/dist/{src → types}/specification/v2/ApplicationV2.d.ts +1 -0
  55. package/dist/types/specification/v2/ApplicationV2.d.ts.map +1 -0
  56. package/dist/{src → types}/specification/v2/controls/Action.d.ts +1 -0
  57. package/dist/types/specification/v2/controls/Action.d.ts.map +1 -0
  58. package/dist/{src → types}/specification/v2/controls/AnalyticalListPageChart.d.ts +1 -0
  59. package/dist/types/specification/v2/controls/AnalyticalListPageChart.d.ts.map +1 -0
  60. package/dist/{src → types}/specification/v2/controls/AnalyticalListPageKPI.d.ts +1 -0
  61. package/dist/types/specification/v2/controls/AnalyticalListPageKPI.d.ts.map +1 -0
  62. package/dist/{src → types}/specification/v2/controls/Card.d.ts +1 -0
  63. package/dist/types/specification/v2/controls/Card.d.ts.map +1 -0
  64. package/dist/{src → types}/specification/v2/controls/Facets.d.ts +1 -0
  65. package/dist/types/specification/v2/controls/Facets.d.ts.map +1 -0
  66. package/dist/{src → types}/specification/v2/controls/Field.d.ts +1 -0
  67. package/dist/types/specification/v2/controls/Field.d.ts.map +1 -0
  68. package/dist/{src → types}/specification/v2/controls/FilterBar.d.ts +1 -0
  69. package/dist/types/specification/v2/controls/FilterBar.d.ts.map +1 -0
  70. package/dist/{src → types}/specification/v2/controls/Footer.d.ts +1 -0
  71. package/dist/types/specification/v2/controls/Footer.d.ts.map +1 -0
  72. package/dist/{src → types}/specification/v2/controls/ObjectPageChart.d.ts +1 -0
  73. package/dist/types/specification/v2/controls/ObjectPageChart.d.ts.map +1 -0
  74. package/dist/{src → types}/specification/v2/controls/ObjectPageForm.d.ts +1 -0
  75. package/dist/types/specification/v2/controls/ObjectPageForm.d.ts.map +1 -0
  76. package/dist/{src → types}/specification/v2/controls/ObjectPageHeader.d.ts +1 -0
  77. package/dist/types/specification/v2/controls/ObjectPageHeader.d.ts.map +1 -0
  78. package/dist/{src → types}/specification/v2/controls/ObjectPageLayout.d.ts +1 -0
  79. package/dist/types/specification/v2/controls/ObjectPageLayout.d.ts.map +1 -0
  80. package/dist/{src → types}/specification/v2/controls/ObjectPageSection.d.ts +1 -0
  81. package/dist/types/specification/v2/controls/ObjectPageSection.d.ts.map +1 -0
  82. package/dist/{src → types}/specification/v2/controls/ObjectPageTable.d.ts +1 -0
  83. package/dist/types/specification/v2/controls/ObjectPageTable.d.ts.map +1 -0
  84. package/dist/{src → types}/specification/v2/controls/ObjectPageToolBar.d.ts +1 -0
  85. package/dist/types/specification/v2/controls/ObjectPageToolBar.d.ts.map +1 -0
  86. package/dist/{src → types}/specification/v2/controls/Table.d.ts +2 -0
  87. package/dist/types/specification/v2/controls/Table.d.ts.map +1 -0
  88. package/dist/{src → types}/specification/v2/controls/ToolBar.d.ts +1 -0
  89. package/dist/types/specification/v2/controls/ToolBar.d.ts.map +1 -0
  90. package/dist/{src → types}/specification/v2/controls/index.d.ts +1 -0
  91. package/dist/types/specification/v2/controls/index.d.ts.map +1 -0
  92. package/dist/{src → types}/specification/v2/index.d.ts +1 -0
  93. package/dist/types/specification/v2/index.d.ts.map +1 -0
  94. package/dist/{src → types}/specification/v2/page.d.ts +1 -0
  95. package/dist/types/specification/v2/page.d.ts.map +1 -0
  96. package/dist/{src → types}/specification/v2/pages/AnalyticalListPageConfig.d.ts +1 -0
  97. package/dist/types/specification/v2/pages/AnalyticalListPageConfig.d.ts.map +1 -0
  98. package/dist/{src → types}/specification/v2/pages/ListReportConfig.d.ts +1 -0
  99. package/dist/types/specification/v2/pages/ListReportConfig.d.ts.map +1 -0
  100. package/dist/{src → types}/specification/v2/pages/ObjectPageConfig.d.ts +1 -0
  101. package/dist/types/specification/v2/pages/ObjectPageConfig.d.ts.map +1 -0
  102. package/dist/{src → types}/specification/v2/pages/OverviewPageConfig.d.ts +1 -0
  103. package/dist/types/specification/v2/pages/OverviewPageConfig.d.ts.map +1 -0
  104. package/dist/{src → types}/specification/v2/pages/index.d.ts +1 -0
  105. package/dist/types/specification/v2/pages/index.d.ts.map +1 -0
  106. package/dist/types/specification/v2/webapp/index.d.ts +2 -0
  107. package/dist/types/specification/v2/webapp/index.d.ts.map +1 -0
  108. package/dist/{src → types}/specification/v2/webapp/manifest/index.d.ts +1 -0
  109. package/dist/types/specification/v2/webapp/manifest/index.d.ts.map +1 -0
  110. package/dist/{src → types}/specification/v2/webapp/manifest/sapUi.d.ts +1 -0
  111. package/dist/types/specification/v2/webapp/manifest/sapUi.d.ts.map +1 -0
  112. package/dist/{src → types}/specification/v2/webapp/manifest/sapUi5.d.ts +1 -0
  113. package/dist/types/specification/v2/webapp/manifest/sapUi5.d.ts.map +1 -0
  114. package/dist/{src → types}/specification/v2/webapp/manifest/sapUiPageV2.d.ts +1 -0
  115. package/dist/types/specification/v2/webapp/manifest/sapUiPageV2.d.ts.map +1 -0
  116. package/dist/{src → types}/specification/v4/ApplicationV4.d.ts +7 -2
  117. package/dist/types/specification/v4/ApplicationV4.d.ts.map +1 -0
  118. package/dist/{src → types}/specification/v4/controls/FilterBar.d.ts +1 -0
  119. package/dist/types/specification/v4/controls/FilterBar.d.ts.map +1 -0
  120. package/dist/{src → types}/specification/v4/controls/ObjectPageFooter.d.ts +1 -0
  121. package/dist/types/specification/v4/controls/ObjectPageFooter.d.ts.map +1 -0
  122. package/dist/{src → types}/specification/v4/controls/ObjectPageHeader.d.ts +1 -0
  123. package/dist/types/specification/v4/controls/ObjectPageHeader.d.ts.map +1 -0
  124. package/dist/{src → types}/specification/v4/controls/ObjectPageHeaderSection.d.ts +1 -0
  125. package/dist/types/specification/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -0
  126. package/dist/{src → types}/specification/v4/controls/ObjectPageLayout.d.ts +1 -0
  127. package/dist/types/specification/v4/controls/ObjectPageLayout.d.ts.map +1 -0
  128. package/dist/{src → types}/specification/v4/controls/ObjectPageSection.d.ts +1 -0
  129. package/dist/types/specification/v4/controls/ObjectPageSection.d.ts.map +1 -0
  130. package/dist/{src → types}/specification/v4/controls/ObjectPageTable.d.ts +1 -0
  131. package/dist/types/specification/v4/controls/ObjectPageTable.d.ts.map +1 -0
  132. package/dist/types/specification/v4/controls/ObjectPageToolBar.d.ts +38 -0
  133. package/dist/types/specification/v4/controls/ObjectPageToolBar.d.ts.map +1 -0
  134. package/dist/{src → types}/specification/v4/controls/Table.d.ts +55 -1
  135. package/dist/types/specification/v4/controls/Table.d.ts.map +1 -0
  136. package/dist/types/specification/v4/controls/ToolBar.d.ts +111 -0
  137. package/dist/types/specification/v4/controls/ToolBar.d.ts.map +1 -0
  138. package/dist/{src → types}/specification/v4/controls/index.d.ts +1 -0
  139. package/dist/types/specification/v4/controls/index.d.ts.map +1 -0
  140. package/dist/{src → types}/specification/v4/index.d.ts +1 -0
  141. package/dist/types/specification/v4/index.d.ts.map +1 -0
  142. package/dist/{src → types}/specification/v4/page.d.ts +5 -1
  143. package/dist/types/specification/v4/page.d.ts.map +1 -0
  144. package/dist/types/specification/v4/pages/FreestylePageConfig.d.ts +3 -0
  145. package/dist/types/specification/v4/pages/FreestylePageConfig.d.ts.map +1 -0
  146. package/dist/{src → types}/specification/v4/pages/ListReportConfig.d.ts +1 -0
  147. package/dist/types/specification/v4/pages/ListReportConfig.d.ts.map +1 -0
  148. package/dist/{src → types}/specification/v4/pages/ObjectPageConfig.d.ts +1 -0
  149. package/dist/types/specification/v4/pages/ObjectPageConfig.d.ts.map +1 -0
  150. package/dist/{src → types}/specification/v4/pages/index.d.ts +1 -0
  151. package/dist/types/specification/v4/pages/index.d.ts.map +1 -0
  152. package/dist/types/specification/v4/webapp/index.d.ts +2 -0
  153. package/dist/types/specification/v4/webapp/index.d.ts.map +1 -0
  154. package/dist/{src → types}/specification/v4/webapp/manifest/ManifestSettings.d.ts +1 -0
  155. package/dist/types/specification/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -0
  156. package/dist/{src → types}/specification/v4/webapp/manifest/index.d.ts +1 -0
  157. package/dist/types/specification/v4/webapp/manifest/index.d.ts.map +1 -0
  158. package/dist/{src → types}/specification/v4/webapp/manifest/sapUi5.d.ts +14 -8
  159. package/dist/types/specification/v4/webapp/manifest/sapUi5.d.ts.map +1 -0
  160. package/dist/{src → types}/specification/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
  161. package/dist/types/specification/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -0
  162. package/dist/{src → types}/sync/common/appProvider.d.ts +2 -1
  163. package/dist/types/sync/common/appProvider.d.ts.map +1 -0
  164. package/dist/{src → types}/sync/common/decoration/control.d.ts +1 -0
  165. package/dist/types/sync/common/decoration/control.d.ts.map +1 -0
  166. package/dist/{src → types}/sync/common/decoration/decorators.d.ts +1 -0
  167. package/dist/types/sync/common/decoration/decorators.d.ts.map +1 -0
  168. package/dist/{src → types}/sync/common/decoration/factory.d.ts +1 -0
  169. package/dist/types/sync/common/decoration/factory.d.ts.map +1 -0
  170. package/dist/{src → types}/sync/common/decoration/flex.d.ts +1 -0
  171. package/dist/types/sync/common/decoration/flex.d.ts.map +1 -0
  172. package/dist/{src → types}/sync/common/decoration/index.d.ts +1 -0
  173. package/dist/types/sync/common/decoration/index.d.ts.map +1 -0
  174. package/dist/{src → types}/sync/common/flexUtils.d.ts +1 -0
  175. package/dist/types/sync/common/flexUtils.d.ts.map +1 -0
  176. package/dist/{src → types}/sync/common/generate/index.d.ts +1 -0
  177. package/dist/types/sync/common/generate/index.d.ts.map +1 -0
  178. package/dist/{src → types}/sync/common/generate/objectPage.d.ts +3 -1
  179. package/dist/types/sync/common/generate/objectPage.d.ts.map +1 -0
  180. package/dist/{src → types}/sync/common/generate/utils.d.ts +24 -2
  181. package/dist/types/sync/common/generate/utils.d.ts.map +1 -0
  182. package/dist/{src → types}/sync/common/import/utils.d.ts +1 -0
  183. package/dist/types/sync/common/import/utils.d.ts.map +1 -0
  184. package/dist/{src → types}/sync/common/importProject.d.ts +1 -0
  185. package/dist/types/sync/common/importProject.d.ts.map +1 -0
  186. package/dist/{src → types}/sync/common/index.d.ts +1 -0
  187. package/dist/types/sync/common/index.d.ts.map +1 -0
  188. package/dist/{src → types}/sync/common/types.d.ts +13 -3
  189. package/dist/types/sync/common/types.d.ts.map +1 -0
  190. package/dist/{src → types}/sync/common/utils.d.ts +8 -1
  191. package/dist/types/sync/common/utils.d.ts.map +1 -0
  192. package/dist/{src → types}/sync/i18n.d.ts +1 -0
  193. package/dist/types/sync/i18n.d.ts.map +1 -0
  194. package/dist/{src → types}/sync/v2/application.d.ts +1 -0
  195. package/dist/types/sync/v2/application.d.ts.map +1 -0
  196. package/dist/{src → types}/sync/v2/export/controls/Action.d.ts +1 -0
  197. package/dist/types/sync/v2/export/controls/Action.d.ts.map +1 -0
  198. package/dist/{src → types}/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -0
  199. package/dist/types/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -0
  200. package/dist/{src → types}/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +1 -0
  201. package/dist/types/sync/v2/export/controls/AnalyticalListPageKPI.d.ts.map +1 -0
  202. package/dist/{src → types}/sync/v2/export/controls/Card.d.ts +1 -0
  203. package/dist/types/sync/v2/export/controls/Card.d.ts.map +1 -0
  204. package/dist/{src → types}/sync/v2/export/controls/Field.d.ts +1 -0
  205. package/dist/types/sync/v2/export/controls/Field.d.ts.map +1 -0
  206. package/dist/{src → types}/sync/v2/export/controls/FilterBar.d.ts +1 -0
  207. package/dist/types/sync/v2/export/controls/FilterBar.d.ts.map +1 -0
  208. package/dist/{src → types}/sync/v2/export/controls/FormAction.d.ts +1 -0
  209. package/dist/types/sync/v2/export/controls/FormAction.d.ts.map +1 -0
  210. package/dist/{src → types}/sync/v2/export/controls/Fragment.d.ts +1 -0
  211. package/dist/types/sync/v2/export/controls/Fragment.d.ts.map +1 -0
  212. package/dist/{src → types}/sync/v2/export/controls/ObjectPageChart.d.ts +1 -0
  213. package/dist/types/sync/v2/export/controls/ObjectPageChart.d.ts.map +1 -0
  214. package/dist/{src → types}/sync/v2/export/controls/ObjectPageCustomSection.d.ts +1 -0
  215. package/dist/types/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
  216. package/dist/{src → types}/sync/v2/export/controls/ObjectPageFooterAction.d.ts +1 -0
  217. package/dist/types/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
  218. package/dist/{src → types}/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -0
  219. package/dist/types/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -0
  220. package/dist/{src → types}/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +1 -0
  221. package/dist/types/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
  222. package/dist/{src → types}/sync/v2/export/controls/ObjectPageLayout.d.ts +1 -0
  223. package/dist/types/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -0
  224. package/dist/{src → types}/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -0
  225. package/dist/types/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -0
  226. package/dist/{src → types}/sync/v2/export/controls/ObjectPageTable.d.ts +1 -0
  227. package/dist/types/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -0
  228. package/dist/{src → types}/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +1 -0
  229. package/dist/types/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
  230. package/dist/{src → types}/sync/v2/export/controls/Table.d.ts +1 -0
  231. package/dist/types/sync/v2/export/controls/Table.d.ts.map +1 -0
  232. package/dist/{src → types}/sync/v2/export/controls/TableColumn.d.ts +1 -0
  233. package/dist/types/sync/v2/export/controls/TableColumn.d.ts.map +1 -0
  234. package/dist/{src → types}/sync/v2/export/controls/ToolBar.d.ts +1 -0
  235. package/dist/types/sync/v2/export/controls/ToolBar.d.ts.map +1 -0
  236. package/dist/{src → types}/sync/v2/export/controls/index.d.ts +1 -0
  237. package/dist/types/sync/v2/export/controls/index.d.ts.map +1 -0
  238. package/dist/{src → types}/sync/v2/export/export.d.ts +1 -0
  239. package/dist/types/sync/v2/export/export.d.ts.map +1 -0
  240. package/dist/{src → types}/sync/v2/export/exportPage.d.ts +1 -0
  241. package/dist/types/sync/v2/export/exportPage.d.ts.map +1 -0
  242. package/dist/{src → types}/sync/v2/export/factory.d.ts +1 -0
  243. package/dist/types/sync/v2/export/factory.d.ts.map +1 -0
  244. package/dist/{src → types}/sync/v2/export/manifest.d.ts +1 -0
  245. package/dist/types/sync/v2/export/manifest.d.ts.map +1 -0
  246. package/dist/{src → types}/sync/v2/export/pages/AnalyticalListPage.d.ts +1 -0
  247. package/dist/types/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -0
  248. package/dist/{src → types}/sync/v2/export/pages/ListReport.d.ts +1 -0
  249. package/dist/types/sync/v2/export/pages/ListReport.d.ts.map +1 -0
  250. package/dist/{src → types}/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  251. package/dist/types/sync/v2/export/pages/ObjectPage.d.ts.map +1 -0
  252. package/dist/{src → types}/sync/v2/export/pages/OverviewPage.d.ts +1 -0
  253. package/dist/types/sync/v2/export/pages/OverviewPage.d.ts.map +1 -0
  254. package/dist/{src → types}/sync/v2/export/pages/index.d.ts +1 -0
  255. package/dist/types/sync/v2/export/pages/index.d.ts.map +1 -0
  256. package/dist/{src → types}/sync/v2/export/view-controller-generator.d.ts +1 -1
  257. package/dist/types/sync/v2/export/view-controller-generator.d.ts.map +1 -0
  258. package/dist/{src → types}/sync/v2/generate/analyticalListReport.d.ts +1 -0
  259. package/dist/types/sync/v2/generate/analyticalListReport.d.ts.map +1 -0
  260. package/dist/{src → types}/sync/v2/generate/generate.d.ts +1 -0
  261. package/dist/types/sync/v2/generate/generate.d.ts.map +1 -0
  262. package/dist/{src → types}/sync/v2/generate/index.d.ts +1 -0
  263. package/dist/types/sync/v2/generate/index.d.ts.map +1 -0
  264. package/dist/{src → types}/sync/v2/generate/listReport.d.ts +1 -0
  265. package/dist/types/sync/v2/generate/listReport.d.ts.map +1 -0
  266. package/dist/{src → types}/sync/v2/generate/objectPage.d.ts +1 -0
  267. package/dist/types/sync/v2/generate/objectPage.d.ts.map +1 -0
  268. package/dist/{src → types}/sync/v2/generate/overviewPage.d.ts +1 -0
  269. package/dist/types/sync/v2/generate/overviewPage.d.ts.map +1 -0
  270. package/dist/{src → types}/sync/v2/generate/utils.d.ts +1 -0
  271. package/dist/types/sync/v2/generate/utils.d.ts.map +1 -0
  272. package/dist/{src → types}/sync/v2/import/app/appProvider.d.ts +1 -0
  273. package/dist/types/sync/v2/import/app/appProvider.d.ts.map +1 -0
  274. package/dist/{src → types}/sync/v2/import/app/ovpProvider.d.ts +1 -0
  275. package/dist/types/sync/v2/import/app/ovpProvider.d.ts.map +1 -0
  276. package/dist/{src → types}/sync/v2/import/common/index.d.ts +1 -0
  277. package/dist/types/sync/v2/import/common/index.d.ts.map +1 -0
  278. package/dist/{src → types}/sync/v2/import/controls/table.d.ts +1 -0
  279. package/dist/types/sync/v2/import/controls/table.d.ts.map +1 -0
  280. package/dist/types/sync/v2/import/getPageType.d.ts +1 -0
  281. package/dist/types/sync/v2/import/getPageType.d.ts.map +1 -0
  282. package/dist/{src → types}/sync/v2/import/index.d.ts +1 -0
  283. package/dist/types/sync/v2/import/index.d.ts.map +1 -0
  284. package/dist/{src → types}/sync/v2/import/pages/analyticalListPage.d.ts +1 -0
  285. package/dist/types/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -0
  286. package/dist/{src → types}/sync/v2/import/pages/listReport.d.ts +1 -0
  287. package/dist/types/sync/v2/import/pages/listReport.d.ts.map +1 -0
  288. package/dist/{src → types}/sync/v2/import/pages/objectPage.d.ts +1 -0
  289. package/dist/types/sync/v2/import/pages/objectPage.d.ts.map +1 -0
  290. package/dist/{src → types}/sync/v2/import/pages/overviewPage.d.ts +1 -0
  291. package/dist/types/sync/v2/import/pages/overviewPage.d.ts.map +1 -0
  292. package/dist/{src → types}/sync/v2/import/utils.d.ts +1 -0
  293. package/dist/types/sync/v2/import/utils.d.ts.map +1 -0
  294. package/dist/{src → types}/sync/v2/types.d.ts +1 -0
  295. package/dist/types/sync/v2/types.d.ts.map +1 -0
  296. package/dist/{src → types}/sync/v4/application.d.ts +4 -1
  297. package/dist/types/sync/v4/application.d.ts.map +1 -0
  298. package/dist/{src → types}/sync/v4/export/controls/FilterBar.d.ts +1 -0
  299. package/dist/types/sync/v4/export/controls/FilterBar.d.ts.map +1 -0
  300. package/dist/{src → types}/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -0
  301. package/dist/types/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
  302. package/dist/{src → types}/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -0
  303. package/dist/types/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -0
  304. package/dist/{src → types}/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -0
  305. package/dist/types/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -0
  306. package/dist/{src → types}/sync/v4/export/controls/ObjectPageLayout.d.ts +1 -0
  307. package/dist/types/sync/v4/export/controls/ObjectPageLayout.d.ts.map +1 -0
  308. package/dist/{src → types}/sync/v4/export/controls/ObjectPageTable.d.ts +1 -0
  309. package/dist/types/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -0
  310. package/dist/{src → types}/sync/v4/export/controls/ObjectPageTableColumn.d.ts +1 -0
  311. package/dist/types/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -0
  312. package/dist/types/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +20 -0
  313. package/dist/types/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
  314. package/dist/{src → types}/sync/v4/export/controls/Table.d.ts +13 -2
  315. package/dist/types/sync/v4/export/controls/Table.d.ts.map +1 -0
  316. package/dist/{src → types}/sync/v4/export/controls/TableColumn.d.ts +1 -0
  317. package/dist/types/sync/v4/export/controls/TableColumn.d.ts.map +1 -0
  318. package/dist/{src → types}/sync/v4/export/controls/ToolBar.d.ts +3 -2
  319. package/dist/types/sync/v4/export/controls/ToolBar.d.ts.map +1 -0
  320. package/dist/types/sync/v4/export/controls/ToolBarAction.d.ts +38 -0
  321. package/dist/types/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -0
  322. package/dist/{src → types}/sync/v4/export/controls/index.d.ts +1 -0
  323. package/dist/types/sync/v4/export/controls/index.d.ts.map +1 -0
  324. package/dist/{src → types}/sync/v4/export/export.d.ts +1 -0
  325. package/dist/types/sync/v4/export/export.d.ts.map +1 -0
  326. package/dist/{src → types}/sync/v4/export/exportCustomColumn.d.ts +1 -0
  327. package/dist/types/sync/v4/export/exportCustomColumn.d.ts.map +1 -0
  328. package/dist/{src → types}/sync/v4/export/factory.d.ts +1 -0
  329. package/dist/types/sync/v4/export/factory.d.ts.map +1 -0
  330. package/dist/{src → types}/sync/v4/export/flexibleColumnLayout.d.ts +1 -0
  331. package/dist/types/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -0
  332. package/dist/{src → types}/sync/v4/export/manifest.d.ts +1 -0
  333. package/dist/types/sync/v4/export/manifest.d.ts.map +1 -0
  334. package/dist/{src → types}/sync/v4/export/pages/FreestylePage.d.ts +1 -0
  335. package/dist/types/sync/v4/export/pages/FreestylePage.d.ts.map +1 -0
  336. package/dist/{src → types}/sync/v4/export/pages/ListReport.d.ts +1 -0
  337. package/dist/types/sync/v4/export/pages/ListReport.d.ts.map +1 -0
  338. package/dist/{src → types}/sync/v4/export/pages/ObjectPage.d.ts +1 -0
  339. package/dist/types/sync/v4/export/pages/ObjectPage.d.ts.map +1 -0
  340. package/dist/{src → types}/sync/v4/export/pages/index.d.ts +1 -0
  341. package/dist/types/sync/v4/export/pages/index.d.ts.map +1 -0
  342. package/dist/{src → types}/sync/v4/export/types.d.ts +1 -0
  343. package/dist/types/sync/v4/export/types.d.ts.map +1 -0
  344. package/dist/{src → types}/sync/v4/export/utils.d.ts +1 -0
  345. package/dist/types/sync/v4/export/utils.d.ts.map +1 -0
  346. package/dist/{src → types}/sync/v4/generate/freestylePage.d.ts +1 -0
  347. package/dist/types/sync/v4/generate/freestylePage.d.ts.map +1 -0
  348. package/dist/{src → types}/sync/v4/generate/generate.d.ts +2 -1
  349. package/dist/types/sync/v4/generate/generate.d.ts.map +1 -0
  350. package/dist/{src → types}/sync/v4/generate/index.d.ts +1 -0
  351. package/dist/types/sync/v4/generate/index.d.ts.map +1 -0
  352. package/dist/{src → types}/sync/v4/generate/listReport.d.ts +1 -0
  353. package/dist/types/sync/v4/generate/listReport.d.ts.map +1 -0
  354. package/dist/{src → types}/sync/v4/generate/objectPage.d.ts +1 -0
  355. package/dist/types/sync/v4/generate/objectPage.d.ts.map +1 -0
  356. package/dist/{src → types}/sync/v4/import/app/appProvider.d.ts +1 -0
  357. package/dist/types/sync/v4/import/app/appProvider.d.ts.map +1 -0
  358. package/dist/{src → types}/sync/v4/import/app/baseAppProvider.d.ts +2 -1
  359. package/dist/types/sync/v4/import/app/baseAppProvider.d.ts.map +1 -0
  360. package/dist/{src → types}/sync/v4/import/app/freestyleProvider.d.ts +1 -0
  361. package/dist/types/sync/v4/import/app/freestyleProvider.d.ts.map +1 -0
  362. package/dist/{src → types}/sync/v4/import/app/index.d.ts +1 -0
  363. package/dist/types/sync/v4/import/app/index.d.ts.map +1 -0
  364. package/dist/{src → types}/sync/v4/import/fragment.d.ts +1 -0
  365. package/dist/types/sync/v4/import/fragment.d.ts.map +1 -0
  366. package/dist/{src → types}/sync/v4/import/index.d.ts +1 -0
  367. package/dist/types/sync/v4/import/index.d.ts.map +1 -0
  368. package/dist/{src → types}/sync/v4/import/pages/listReport.d.ts +1 -0
  369. package/dist/types/sync/v4/import/pages/listReport.d.ts.map +1 -0
  370. package/dist/{src → types}/sync/v4/import/pages/objectPage.d.ts +1 -0
  371. package/dist/types/sync/v4/import/pages/objectPage.d.ts.map +1 -0
  372. package/dist/{src → types}/sync/v4/import/utils.d.ts +1 -0
  373. package/dist/types/sync/v4/import/utils.d.ts.map +1 -0
  374. package/dist/{src → types}/sync/v4/types.d.ts +1 -0
  375. package/dist/types/sync/v4/types.d.ts.map +1 -0
  376. package/dist/{src → types}/sync/v4/utils/StableIdHelper.d.ts +1 -0
  377. package/dist/types/sync/v4/utils/StableIdHelper.d.ts.map +1 -0
  378. package/dist/{src → types}/sync/v4/utils/utils.d.ts +19 -1
  379. package/dist/types/sync/v4/utils/utils.d.ts.map +1 -0
  380. package/dist/{src → types}/v2.d.ts +1 -0
  381. package/dist/types/v2.d.ts.map +1 -0
  382. package/dist/{src → types}/v4.d.ts +1 -0
  383. package/dist/types/v4.d.ts.map +1 -0
  384. package/package.json +18 -23
  385. package/dist/documentation/runDocu-min.js.LICENSE.txt +0 -24
  386. package/dist/index-min.js.LICENSE.txt +0 -26
  387. package/dist/scripts/extractDocu.d.ts +0 -1
  388. package/dist/scripts/runDocu.d.ts +0 -1
  389. package/dist/scripts/spec.d.ts +0 -1
  390. package/dist/scripts/to-json-schema.d.ts +0 -10
  391. package/dist/specification/v2/index-min.js +0 -1
  392. package/dist/specification/v4/index-min.js +0 -1
  393. package/dist/src/specification/v2/webapp/index.d.ts +0 -1
  394. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +0 -25
  395. package/dist/src/specification/v4/controls/ToolBar.d.ts +0 -53
  396. package/dist/src/specification/v4/pages/FreestylePageConfig.d.ts +0 -2
  397. package/dist/src/specification/v4/webapp/index.d.ts +0 -1
  398. package/dist/src/sync/v2/import/getPageType.d.ts +0 -0
  399. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +0 -4
  400. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +0 -7
  401. package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +0 -7
  402. package/dist/test/test-projects/index.d.ts +0 -2
  403. package/dist/test/test-utils/utils.d.ts +0 -32
  404. package/dist/test/unit/customSections/exportV2.test.d.ts +0 -1
  405. package/dist/test/unit/customSections/exportV4.test.d.ts +0 -1
  406. package/dist/test/unit/customSections/generateFacetsSchemaV2.test.d.ts +0 -1
  407. package/dist/test/unit/customSections/generateFacetsSchemaV4.test.d.ts +0 -1
  408. package/dist/test/unit/customSections/importV2.test.d.ts +0 -1
  409. package/dist/test/unit/customSections/importV4.test.d.ts +0 -1
  410. package/dist/test/unit/export/exportALPV2.test.d.ts +0 -1
  411. package/dist/test/unit/export/exportALPV4.test.d.ts +0 -1
  412. package/dist/test/unit/export/exportAppV2.test.d.ts +0 -1
  413. package/dist/test/unit/export/exportAppV4.test.d.ts +0 -1
  414. package/dist/test/unit/export/exportFormPageV4.test.d.ts +0 -1
  415. package/dist/test/unit/export/exportLRPV2.test.d.ts +0 -1
  416. package/dist/test/unit/export/exportLRPV2CustomColumns.test.d.ts +0 -1
  417. package/dist/test/unit/export/exportLRPV4.test.d.ts +0 -1
  418. package/dist/test/unit/export/exportOVPV2.test.d.ts +0 -1
  419. package/dist/test/unit/export/exportObjectPageV2.test.d.ts +0 -1
  420. package/dist/test/unit/export/exportObjectPageV4.test.d.ts +0 -1
  421. package/dist/test/unit/export/flexUtils.test.d.ts +0 -1
  422. package/dist/test/unit/export/manifest.test.d.ts +0 -1
  423. package/dist/test/unit/fcl/exportV2.test.d.ts +0 -1
  424. package/dist/test/unit/fcl/exportV4.test.d.ts +0 -1
  425. package/dist/test/unit/fcl/importV2.test.d.ts +0 -1
  426. package/dist/test/unit/fcl/importV4.test.d.ts +0 -1
  427. package/dist/test/unit/generateAppSchema/generateAppSchemaALPV2.test.d.ts +0 -1
  428. package/dist/test/unit/generateAppSchema/generateAppSchemaALPV4.test.d.ts +0 -1
  429. package/dist/test/unit/generateAppSchema/generateAppSchemaFFV4.test.d.ts +0 -1
  430. package/dist/test/unit/generateAppSchema/generateAppSchemaFPV4.test.d.ts +0 -1
  431. package/dist/test/unit/generateAppSchema/generateAppSchemaLRV2.test.d.ts +0 -1
  432. package/dist/test/unit/generateAppSchema/generateAppSchemaLRV4.test.d.ts +0 -1
  433. package/dist/test/unit/generateAppSchema/generateAppSchemaOPV2.test.d.ts +0 -1
  434. package/dist/test/unit/generateAppSchema/generateAppSchemaOPV4.test.d.ts +0 -1
  435. package/dist/test/unit/generateAppSchema/generateAppSchemaOVPV2.test.d.ts +0 -1
  436. package/dist/test/unit/generateGenericSchema/generateGenericSchemaAppV2.test.d.ts +0 -1
  437. package/dist/test/unit/generateGenericSchema/generateGenericSchemaAppV4.test.d.ts +0 -1
  438. package/dist/test/unit/generateGenericSchema/generateGenericSchemaFFV4.test.d.ts +0 -1
  439. package/dist/test/unit/generateGenericSchema/generateGenericSchemaLRV2.test.d.ts +0 -1
  440. package/dist/test/unit/generateGenericSchema/generateGenericSchemaLRV4.test.d.ts +0 -1
  441. package/dist/test/unit/generateGenericSchema/generateGenericSchemaOPV2.test.d.ts +0 -1
  442. package/dist/test/unit/generateGenericSchema/generateGenericSchemaOPV4.test.d.ts +0 -1
  443. package/dist/test/unit/generateGenericSchema/generateI18nV2.test.d.ts +0 -1
  444. package/dist/test/unit/generateGenericSchema/generateI18nV4.test.d.ts +0 -1
  445. package/dist/test/unit/generateGenericSchema/genericSchemas.test.d.ts +0 -1
  446. package/dist/test/unit/import/fragment.test.d.ts +0 -1
  447. package/dist/test/unit/import/importALPV2.test.d.ts +0 -1
  448. package/dist/test/unit/import/importALPV4.test.d.ts +0 -1
  449. package/dist/test/unit/import/importAppV2.test.d.ts +0 -1
  450. package/dist/test/unit/import/importAppV4.test.d.ts +0 -1
  451. package/dist/test/unit/import/importFPV4.test.d.ts +0 -1
  452. package/dist/test/unit/import/importLRPV2.test.d.ts +0 -1
  453. package/dist/test/unit/import/importLRPV4.test.d.ts +0 -1
  454. package/dist/test/unit/import/importOPV2.test.d.ts +0 -1
  455. package/dist/test/unit/import/importOPV4.test.d.ts +0 -1
  456. package/dist/test/unit/import/importOVPV2.test.d.ts +0 -1
  457. package/dist/test/unit/index.test.d.ts +0 -1
  458. package/dist/test/unit/projects.test.d.ts +0 -1
  459. package/dist/test/unit/schemaAccess.test.d.ts +0 -1
  460. package/dist/test/unit/utils.test.d.ts +0 -1
  461. package/dist/test/unit/view-controller-generator.test.d.ts +0 -1
@@ -23,9 +23,6 @@
23
23
  input {
24
24
  all: unset;
25
25
  }
26
- *:focus {
27
- outline: transparent;
28
- }
29
26
  body {
30
27
  left: 0;
31
28
  right: 0;
@@ -72,16 +69,18 @@ body {
72
69
  flex-direction: column;
73
70
  width: 350px;
74
71
  height: auto;
75
- padding: 20px 20px;
72
+ padding: 10px 20px;
76
73
  background: var(--vscode-editorWidget-background);
77
74
  box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.3);
75
+ overflow-wrap: break-word;
76
+ word-break: break-word;
78
77
  }
79
78
  .tip_type-container {
80
79
  display: flex;
81
80
  flex-flow: row wrap;
82
81
  }
83
82
  .tip_prop {
84
- margin-top: -10px;
83
+ margin-top: -5px;
85
84
  padding-bottom: 10px;
86
85
  font-style: normal;
87
86
  font-weight: bold;
@@ -97,10 +96,8 @@ body {
97
96
  }
98
97
  .tip_type,
99
98
  .tip_enums {
100
- margin-bottom: 10px;
101
- margin-right: 10px;
102
- padding-left: 10px;
103
- padding-right: 10px;
99
+ margin: 0px 10px 10px 0px;
100
+ padding: 0px 10px 0px 10px;
104
101
  font-style: normal;
105
102
  font-weight: bold;
106
103
  font-size: 10px;
@@ -108,31 +105,25 @@ body {
108
105
  color: var(--vscode-editorWidget-background);
109
106
  background: var(--vscode-foreground);
110
107
  border-radius: 10px;
111
- flex-basis: content;
112
108
  }
113
109
  .tip_control {
114
110
  margin-bottom: 10px;
115
- margin-right: 10px;
116
111
  font-style: normal;
117
112
  font-weight: bold;
118
113
  font-size: 11px;
119
114
  line-height: 18px;
120
- flex-basis: content;
121
115
  }
122
- #b1 {
116
+ #tooltip_close-button {
123
117
  margin-right: -10px;
124
118
  margin-left: auto;
125
- margin-top: -10px;
126
119
  padding: 3px;
127
120
  width: 16px;
128
121
  height: 16px;
129
- display: block;
130
- text-align: center;
131
122
  font-family: Arial, Helvetica, sans-serif;
132
123
  cursor: pointer;
133
124
  border-radius: 4px;
134
125
  }
135
- #b1:hover {
126
+ #tooltip_close-button:hover {
136
127
  background: var(--vscode-menubar-selectionBackground);
137
128
  }
138
129
  #search-container {
@@ -144,23 +135,30 @@ body {
144
135
  background-color: var(--vscode-input-background);
145
136
  color: var(--vscode-input-placeholderForeground);
146
137
  overflow-x: hidden;
147
- font-size: 11px;
138
+ font-size: 12px;
148
139
  }
149
140
  #search-input-container {
150
- display: inline-flex;
151
- width: 200px;
152
- flex: 1;
141
+ display: flex;
142
+ flex-direction: row;
143
+ padding: 3px;
153
144
  }
154
- #search-container:hover, #search-container:focus {
145
+ #search-container:hover,
146
+ #search-container:focus {
155
147
  border: 1px solid var(--vscode-focusBorder);
156
148
  }
157
149
  #search-icon {
158
- padding: 3px 3.5px 3px 3.5px;
150
+ margin: auto;
151
+ padding-left: 3px;
152
+ padding-right: 5px;
153
+ }
154
+ #search-close-icon {
155
+ margin: auto;
156
+ cursor: pointer;
157
+ display: none;
159
158
  }
160
159
  #search-input {
161
- border: 0;
162
- padding: 3px 3px 3px 3px;
163
- width: 200px;
160
+ padding-left: 5px;
161
+ flex: 1;
164
162
  }
165
163
  #search-result {
166
164
  max-height: 100px;
@@ -171,6 +169,7 @@ body {
171
169
  background-color: var(--vscode-dropdown-background);
172
170
  list-style: none;
173
171
  overflow-y: auto;
172
+ display: none;
174
173
  }
175
174
  li {
176
175
  padding: 3.5px;
@@ -181,7 +180,7 @@ li:hover {
181
180
  background-color: var(--vscode-list-activeSelectionBackground);
182
181
  }
183
182
  ::-webkit-search-cancel-button {
184
- left: auto;
183
+ -webkit-appearance: none;
185
184
  }
186
185
  ::-webkit-scrollbar {
187
186
  width: 3px;
@@ -203,7 +202,7 @@ li:hover {
203
202
  width: 90px;
204
203
  text-align: center;
205
204
  padding: 3px 0px;
206
- font-size: 11px;
205
+ font-size: 12px;
207
206
  cursor: pointer;
208
207
  }
209
208
  #resetTree:hover,
@@ -217,3 +216,8 @@ li:hover {
217
216
  #expandTree {
218
217
  margin-left: 10px;
219
218
  }
219
+ input#search-input:focus,
220
+ input#resetTree:focus,
221
+ input#expandTree:focus {
222
+ outline: none;
223
+ }
@@ -15,18 +15,31 @@
15
15
  height="14"
16
16
  viewBox="0 0 16 16"
17
17
  fill="none"
18
- xmlns="http://www.w3.org/2000/svg"
19
- >
18
+ xmlns="http://www.w3.org/2000/svg">
20
19
  <g>
21
20
  <path
22
21
  fill-rule="evenodd"
23
22
  clip-rule="evenodd"
24
23
  d="M9.50249 10C7.02149 10 5.00249 7.981 5.00249 5.5C5.00249 3.019 7.02149 1 9.50249 1C11.9835 1 14.0025 3.019 14.0025 5.5C14.0025 7.981 11.9835 10 9.50249 10ZM9.50249 0C6.47049 0 4.00249 2.468 4.00249 5.5C4.00249 6.947 4.56849 8.261 5.48549 9.244L0.000488281 15.331L0.743488 16.001L6.23149 9.911C7.14749 10.592 8.27649 11 9.50249 11C12.5355 11 15.0025 8.532 15.0025 5.5C15.0025 2.468 12.5355 0 9.50249 0Z"
25
- fill="#C5C5C5"
26
- />
24
+ fill="#C5C5C5" />
25
+ </g>
26
+ </svg>
27
+ <input type="search" data-type="search" placeholder="Search properties" id="search-input" />
28
+ <svg
29
+ id="search-close-icon"
30
+ width="14"
31
+ height="14"
32
+ viewBox="0 0 16 16"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg">
35
+ <g>
36
+ <path
37
+ fill-rule="evenodd"
38
+ clip-rule="evenodd"
39
+ d="M3.71313 3L3.00699 3.7049L6.79636 7.497L3 11.2941L3.70714 12L7.5025 8.20391L11.2939 11.996L12 11.2901L8.20863 7.497L11.994 3.71089L11.2869 3.00499L7.5025 6.7901L3.71313 3Z"
40
+ fill="#C5C5C5" />
27
41
  </g>
28
42
  </svg>
29
- <input type="search" data-type="search" placeholder="Search" id="search-input" />
30
43
  </div>
31
44
  <ul
32
45
  id="search-result"
@@ -34,8 +47,7 @@
34
47
  data-filter="true"
35
48
  data-filter-reveal="true"
36
49
  data-input="#search-input"
37
- data-inset="true"
38
- ></ul>
50
+ data-inset="true"></ul>
39
51
  </div>
40
52
  <svg id="tree-container"></svg>
41
53
  </body>
@@ -44,6 +56,6 @@
44
56
  var exports = {},
45
57
  floorPlanIcon = `<svg id="floorPlan-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
46
58
  <g><path fill-rule="evenodd" clip-rule="evenodd" fill="#C5C5C5"d="M9 13V14H6V13H9ZM5 13V14H2V13H5ZM13 13V14H10V13H13ZM9 11V12H6V11H9ZM5 11V12H2V11H5ZM13 11V12H10V11H13ZM5 9V10H2V9H5ZM9 9V10H6V9H9ZM13 9V10H10V9H13ZM3.986 1.998V6.024H1.965V1.998H3.986ZM6.99 4.01V6.01H4.99V4.01H6.99ZM10.008 3.019V6.01H8.008V3.019H10.008ZM13.005 1.998V6.011H11.005V1.998H13.005ZM1 14.988H14.988V7.995H1V14.988ZM1.001 6.994H14.989V1H1.001V6.994ZM1.00169 0C0.449309 0 0 0.448336 0 1.00075V14.9992C0 15.5517 0.449309 16 1.00169 16H14.9993C15.5517 16 16 15.5517 16 14.9992V1.00075C16 0.448336 15.5517 0 14.9993 0H1.00169Z"/></g></svg>`;
47
- var treeData = {"name":"AnalyticalListPage","description":"SAP Fiori elements v2<br>Specification Version: 1.96.17","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":"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":"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":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier."},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"Determines the visualization of content area"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"Determines the filter mode that is used"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"Lets you define title for the content area"},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered."},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"All filter fields will be set as in parameter"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[{"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":"filterBar","children":[{"name":"showGoButtonOnFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"Go button is displayed for compact filters when this is set to true"},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"Lets you to add default values for FilterBar using SelectionVariant annotation"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"Controls whether smart variant management is active. Default is true."},{"name":"liveMode","children":[],"type":"boolean","artifact":"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."}],"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":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"chart","children":[{"name":"showLegendButton","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the legend button."},{"name":"showDownloadButton","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart download button."},{"name":"showChartTypeSelectionButton","children":[],"type":"boolean","artifact":"FlexChange","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart type button."},{"name":"ignoredChartTypes","children":[],"type":"array","artifact":"FlexChange","control":"sap.ui.comp.smartchart.SmartChart","description":"Comma-separated value fields do not showup in the list of available chart types."},{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"Controls the visibility of the data label."}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"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":"keyPerformanceIndicators","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Links to the item in \"models\" section which provides additional information"},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"EntitySet used for bringing up the details displayed within the KPI tag/card"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Refers to the UI.KPI annotation"},{"name":"filterable","children":[],"type":"boolean","artifact":"Manifest","description":"It ensures that KPI shows up as filterable"},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"Points to an element within \"outbound\" property of the \"crossNavigation\" section"},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"To achieve faster end-to-end response time within analytical list page, enable batching of KPI by defining groupId in the KPI section of the descriptor configuration file"}],"type":"object","description":"Key Performance Indicators"}]};
59
+ var treeData = {"name":"AnalyticalListPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.96.20","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed."},{"name":"table","children":[{"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":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier."},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"Determines the visualization of content area"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"Determines the filter mode that is used"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"Lets you define title for the content area"},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered."},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"All filter fields will be set as in parameter"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[{"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":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"The showTablePersonalisation attribute can be set to false to hide the table personalization button."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"fitContainer","children":[],"type":"boolean","artifact":"UI5 flexibility","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":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"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":"UI5 flexibility","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":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"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":"UI5 flexibility","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":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]}]},{"name":"filterBar","children":[{"name":"showGoButtonOnFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"Go button is displayed for compact filters when this is set to true"},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"Lets you to add default values for FilterBar using SelectionVariant annotation"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"Controls whether smart variant management is active. Default is true."},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"If liveMode is set, the search will be automatically triggered when a filter value is set."},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled."},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property."},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"chart","children":[{"name":"showLegendButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the legend button."},{"name":"showDownloadButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart download button."},{"name":"showChartTypeSelectionButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart type button."},{"name":"ignoredChartTypes","children":[],"type":"array","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Comma-separated value fields do not showup in the list of available chart types."},{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"Controls the visibility of the data label."}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"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":"UI5 flexibility","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":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"keyPerformanceIndicators","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Links to the item in \"models\" section which provides additional information"},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"EntitySet used for bringing up the details displayed within the KPI tag/card"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Refers to the UI.KPI annotation"},{"name":"filterable","children":[],"type":"boolean","artifact":"Manifest","description":"It ensures that KPI shows up as filterable"},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"Points to an element within \"outbound\" property of the \"crossNavigation\" section"},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"To achieve faster end-to-end response time within analytical list page, enable batching of KPI by defining groupId in the KPI section of the descriptor configuration file"}],"type":"object","description":"Key Performance Indicators"}]};
48
60
  </script>
49
61
  <script type="module" src="./../runDocu-min.js"></script>
@@ -15,18 +15,31 @@
15
15
  height="14"
16
16
  viewBox="0 0 16 16"
17
17
  fill="none"
18
- xmlns="http://www.w3.org/2000/svg"
19
- >
18
+ xmlns="http://www.w3.org/2000/svg">
20
19
  <g>
21
20
  <path
22
21
  fill-rule="evenodd"
23
22
  clip-rule="evenodd"
24
23
  d="M9.50249 10C7.02149 10 5.00249 7.981 5.00249 5.5C5.00249 3.019 7.02149 1 9.50249 1C11.9835 1 14.0025 3.019 14.0025 5.5C14.0025 7.981 11.9835 10 9.50249 10ZM9.50249 0C6.47049 0 4.00249 2.468 4.00249 5.5C4.00249 6.947 4.56849 8.261 5.48549 9.244L0.000488281 15.331L0.743488 16.001L6.23149 9.911C7.14749 10.592 8.27649 11 9.50249 11C12.5355 11 15.0025 8.532 15.0025 5.5C15.0025 2.468 12.5355 0 9.50249 0Z"
25
- fill="#C5C5C5"
26
- />
24
+ fill="#C5C5C5" />
25
+ </g>
26
+ </svg>
27
+ <input type="search" data-type="search" placeholder="Search properties" id="search-input" />
28
+ <svg
29
+ id="search-close-icon"
30
+ width="14"
31
+ height="14"
32
+ viewBox="0 0 16 16"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg">
35
+ <g>
36
+ <path
37
+ fill-rule="evenodd"
38
+ clip-rule="evenodd"
39
+ d="M3.71313 3L3.00699 3.7049L6.79636 7.497L3 11.2941L3.70714 12L7.5025 8.20391L11.2939 11.996L12 11.2901L8.20863 7.497L11.994 3.71089L11.2869 3.00499L7.5025 6.7901L3.71313 3Z"
40
+ fill="#C5C5C5" />
27
41
  </g>
28
42
  </svg>
29
- <input type="search" data-type="search" placeholder="Search" id="search-input" />
30
43
  </div>
31
44
  <ul
32
45
  id="search-result"
@@ -34,8 +47,7 @@
34
47
  data-filter="true"
35
48
  data-filter-reveal="true"
36
49
  data-input="#search-input"
37
- data-inset="true"
38
- ></ul>
50
+ data-inset="true"></ul>
39
51
  </div>
40
52
  <svg id="tree-container"></svg>
41
53
  </body>
@@ -43,6 +55,6 @@
43
55
  // placeholder for data
44
56
  var exports = {},
45
57
  floorPlanIcon;
46
- var treeData = {"name":"ApplicationV2","description":"SAP Fiori elements v2<br>Specification Version: 1.96.17","type":"schema","children":[{"name":"settings","children":[{"name":"forceGlobalRefresh","children":[],"type":"boolean","description":"If forceGlobalRefresh is not explicitly set to false, a global model refresh is triggered when the annotated side effects are executed."},{"name":"flexibleColumnLayout","children":[],"type":"object","description":"The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas. For the overview page, this layout is not relevant."},{"name":"tableColumnVerticalAlignment","children":[],"type":"Bottom|Middle|Top","description":"tableColumnVerticalAlignment provides an option for vertical alignment for the whole responsive table."},{"name":"draftDiscardConfirmationSettings","children":[{"name":"enabled","children":[],"type":"string","description":"Allows applications to turn off the discard draft confirmation popup in various scenarios"}],"type":"object","description":"Allows applications to configure confirmation popups in various scenarios"},{"name":"statePreservationMode","children":[],"type":"discovery|persistence","description":"Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases."},{"name":"title","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as\n{{appTitle}} in the sap.app section of the manifest file."},{"name":"description","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description\nas {{appDescription}} in the sap.app section of the manifest file."},{"name":"flexEnabled","children":[],"type":"boolean","description":"To enable key user adaptation for the application, set the flexEnabled property to \"true\"."}]}]};
58
+ var treeData = {"name":"ApplicationV2","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.96.20","type":"schema","children":[{"name":"settings","children":[{"name":"forceGlobalRefresh","children":[],"type":"boolean","description":"If forceGlobalRefresh is not explicitly set to false, a global model refresh is triggered when the annotated side effects are executed."},{"name":"flexibleColumnLayout","children":[],"type":"object","description":"The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas. For the overview page, this layout is not relevant."},{"name":"tableColumnVerticalAlignment","children":[],"type":"Bottom|Middle|Top","description":"tableColumnVerticalAlignment provides an option for vertical alignment for the whole responsive table."},{"name":"draftDiscardConfirmationSettings","children":[{"name":"enabled","children":[],"type":"string","description":"Allows applications to turn off the discard draft confirmation popup in various scenarios"}],"type":"object","description":"Allows applications to configure confirmation popups in various scenarios"},{"name":"statePreservationMode","children":[],"type":"discovery|persistence","description":"Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases."},{"name":"title","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as\n{{appTitle}} in the sap.app section of the manifest file."},{"name":"description","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description\nas {{appDescription}} in the sap.app section of the manifest file."},{"name":"flexEnabled","children":[],"type":"boolean","description":"To enable key user adaptation for the application, set the flexEnabled property to \"true\"."}]}]};
47
59
  </script>
48
60
  <script type="module" src="./../runDocu-min.js"></script>
@@ -15,18 +15,31 @@
15
15
  height="14"
16
16
  viewBox="0 0 16 16"
17
17
  fill="none"
18
- xmlns="http://www.w3.org/2000/svg"
19
- >
18
+ xmlns="http://www.w3.org/2000/svg">
20
19
  <g>
21
20
  <path
22
21
  fill-rule="evenodd"
23
22
  clip-rule="evenodd"
24
23
  d="M9.50249 10C7.02149 10 5.00249 7.981 5.00249 5.5C5.00249 3.019 7.02149 1 9.50249 1C11.9835 1 14.0025 3.019 14.0025 5.5C14.0025 7.981 11.9835 10 9.50249 10ZM9.50249 0C6.47049 0 4.00249 2.468 4.00249 5.5C4.00249 6.947 4.56849 8.261 5.48549 9.244L0.000488281 15.331L0.743488 16.001L6.23149 9.911C7.14749 10.592 8.27649 11 9.50249 11C12.5355 11 15.0025 8.532 15.0025 5.5C15.0025 2.468 12.5355 0 9.50249 0Z"
25
- fill="#C5C5C5"
26
- />
24
+ fill="#C5C5C5" />
25
+ </g>
26
+ </svg>
27
+ <input type="search" data-type="search" placeholder="Search properties" id="search-input" />
28
+ <svg
29
+ id="search-close-icon"
30
+ width="14"
31
+ height="14"
32
+ viewBox="0 0 16 16"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg">
35
+ <g>
36
+ <path
37
+ fill-rule="evenodd"
38
+ clip-rule="evenodd"
39
+ d="M3.71313 3L3.00699 3.7049L6.79636 7.497L3 11.2941L3.70714 12L7.5025 8.20391L11.2939 11.996L12 11.2901L8.20863 7.497L11.994 3.71089L11.2869 3.00499L7.5025 6.7901L3.71313 3Z"
40
+ fill="#C5C5C5" />
27
41
  </g>
28
42
  </svg>
29
- <input type="search" data-type="search" placeholder="Search" id="search-input" />
30
43
  </div>
31
44
  <ul
32
45
  id="search-result"
@@ -34,8 +47,7 @@
34
47
  data-filter="true"
35
48
  data-filter-reveal="true"
36
49
  data-input="#search-input"
37
- data-inset="true"
38
- ></ul>
50
+ data-inset="true"></ul>
39
51
  </div>
40
52
  <svg id="tree-container"></svg>
41
53
  </body>
@@ -44,6 +56,6 @@
44
56
  var exports = {},
45
57
  floorPlanIcon = `<svg id="floorPlan-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
46
58
  <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.96.17","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."}],"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":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"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."}]}]}]};
59
+ var treeData = {"name":"ListReport","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.96.20","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed."},{"name":"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":"UI5 flexibility","control":"sap.m.Table","description":"Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set."},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows are rendered."},{"name":"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":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"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":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"The showTablePersonalisation attribute can be set to false to hide the table personalization button."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"fitContainer","children":[],"type":"boolean","artifact":"UI5 flexibility","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":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"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":"UI5 flexibility","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":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"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":"UI5 flexibility","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":"UI5 flexibility","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":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"If liveMode is set, the search will be automatically triggered when a filter value is set."},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled."},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property."},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"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":"UI5 flexibility","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":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]}]};
48
60
  </script>
49
61
  <script type="module" src="./../runDocu-min.js"></script>