@sap/ux-specification 1.108.55 → 1.108.57

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 (536) hide show
  1. package/CHANGELOG.md +52 -1
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/runDocu-min.js.map +2 -2
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ListReportNew.html +73 -0
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +116 -116
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/schemas/v2/ApplicationV2.json +2 -1
  18. package/dist/schemas/v2/ListReportNewConfig.json +16 -0
  19. package/dist/schemas/v4/ApplicationV4.json +6 -1
  20. package/dist/schemas/v4/ListReportConfig.json +18 -0
  21. package/dist/schemas/v4/ObjectPageConfig.json +27 -0
  22. package/dist/specification/package.json +6 -6
  23. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts +21 -0
  24. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts.map +1 -1
  25. package/dist/specification/scripts/documentation/components/TreeDiagram.js +21 -0
  26. package/dist/specification/scripts/documentation/components/TreeDiagram.js.map +1 -1
  27. package/dist/specification/scripts/documentation/components/filter.d.ts +7 -0
  28. package/dist/specification/scripts/documentation/components/filter.d.ts.map +1 -1
  29. package/dist/specification/scripts/documentation/components/filter.js +30 -0
  30. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  31. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts +70 -0
  32. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
  33. package/dist/specification/scripts/documentation/components/ui/TreeUI.js +70 -3
  34. package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
  35. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts +17 -0
  36. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -1
  37. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +23 -0
  38. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -1
  39. package/dist/specification/scripts/documentation/components/ui/search.d.ts +12 -0
  40. package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
  41. package/dist/specification/scripts/documentation/components/ui/search.js +78 -8
  42. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  43. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts +21 -0
  44. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
  45. package/dist/specification/scripts/documentation/components/ui/toggle.js +23 -6
  46. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  47. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts +24 -0
  48. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  49. package/dist/specification/scripts/documentation/components/ui/tooltip.js +24 -3
  50. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  51. package/dist/specification/scripts/documentation/components/ui/utils.d.ts +36 -0
  52. package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
  53. package/dist/specification/scripts/documentation/components/ui/utils.js +36 -4
  54. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  55. package/dist/specification/scripts/extractDocu.js +49 -5
  56. package/dist/specification/scripts/extractDocu.js.map +1 -1
  57. package/dist/specification/scripts/macros/api.d.ts +4 -1
  58. package/dist/specification/scripts/macros/api.d.ts.map +1 -1
  59. package/dist/specification/scripts/macros/api.js +9 -1
  60. package/dist/specification/scripts/macros/api.js.map +1 -1
  61. package/dist/specification/scripts/macros/cmd.d.ts +1 -0
  62. package/dist/specification/scripts/macros/cmd.d.ts.map +1 -1
  63. package/dist/specification/scripts/macros/cmd.js +1 -0
  64. package/dist/specification/scripts/macros/cmd.js.map +1 -1
  65. package/dist/specification/scripts/macros/corrections.d.ts +1 -0
  66. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  67. package/dist/specification/scripts/macros/corrections.js +5 -0
  68. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  69. package/dist/specification/scripts/macros/i18n.d.ts +1 -0
  70. package/dist/specification/scripts/macros/i18n.d.ts.map +1 -1
  71. package/dist/specification/scripts/macros/i18n.js +1 -0
  72. package/dist/specification/scripts/macros/i18n.js.map +1 -1
  73. package/dist/specification/scripts/macros/schema.d.ts +1 -0
  74. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  75. package/dist/specification/scripts/macros/schema.js +18 -5
  76. package/dist/specification/scripts/macros/schema.js.map +1 -1
  77. package/dist/specification/scripts/schema/to-json-schema.d.ts +13 -5
  78. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  79. package/dist/specification/scripts/schema/to-json-schema.js +57 -6
  80. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  81. package/dist/specification/scripts/spec.js +19 -9
  82. package/dist/specification/scripts/spec.js.map +1 -1
  83. package/dist/specification/src/api.d.ts +20 -12
  84. package/dist/specification/src/api.d.ts.map +1 -1
  85. package/dist/specification/src/api.js +24 -15
  86. package/dist/specification/src/api.js.map +1 -1
  87. package/dist/specification/src/extensionLogger.d.ts +3 -2
  88. package/dist/specification/src/extensionLogger.d.ts.map +1 -1
  89. package/dist/specification/src/extensionLogger.js +3 -2
  90. package/dist/specification/src/extensionLogger.js.map +1 -1
  91. package/dist/specification/src/i18n/i18n.d.ts +5 -0
  92. package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
  93. package/dist/specification/src/i18n/i18n.js +5 -0
  94. package/dist/specification/src/i18n/i18n.js.map +1 -1
  95. package/dist/specification/src/project.d.ts +3 -1
  96. package/dist/specification/src/project.d.ts.map +1 -1
  97. package/dist/specification/src/project.js +3 -1
  98. package/dist/specification/src/project.js.map +1 -1
  99. package/dist/specification/src/specification/schemaAccess.d.ts +6 -2
  100. package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
  101. package/dist/specification/src/specification/schemaAccess.js +10 -4
  102. package/dist/specification/src/specification/schemaAccess.js.map +1 -1
  103. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +63 -0
  104. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -0
  105. package/dist/specification/src/sync/common/DataFieldStrategy.js +357 -0
  106. package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -0
  107. package/dist/specification/src/sync/common/appProvider.d.ts +17 -6
  108. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  109. package/dist/specification/src/sync/common/appProvider.js +33 -17
  110. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  111. package/dist/specification/src/sync/common/decoration/control.d.ts +26 -10
  112. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  113. package/dist/specification/src/sync/common/decoration/control.js +32 -13
  114. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  115. package/dist/specification/src/sync/common/decoration/decorators.d.ts +14 -0
  116. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  117. package/dist/specification/src/sync/common/decoration/decorators.js +14 -0
  118. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  119. package/dist/specification/src/sync/common/decoration/factory.d.ts +12 -3
  120. package/dist/specification/src/sync/common/decoration/factory.d.ts.map +1 -1
  121. package/dist/specification/src/sync/common/decoration/factory.js +6 -3
  122. package/dist/specification/src/sync/common/decoration/factory.js.map +1 -1
  123. package/dist/specification/src/sync/common/decoration/flex.d.ts +7 -0
  124. package/dist/specification/src/sync/common/decoration/flex.d.ts.map +1 -1
  125. package/dist/specification/src/sync/common/decoration/flex.js +7 -0
  126. package/dist/specification/src/sync/common/decoration/flex.js.map +1 -1
  127. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +6 -3
  128. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  129. package/dist/specification/src/sync/common/distTagEvaluator.js +6 -3
  130. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  131. package/dist/specification/src/sync/common/flexUtils.d.ts +11 -10
  132. package/dist/specification/src/sync/common/flexUtils.d.ts.map +1 -1
  133. package/dist/specification/src/sync/common/flexUtils.js +11 -10
  134. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  135. package/dist/specification/src/sync/common/generate/objectPage.d.ts +89 -19
  136. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  137. package/dist/specification/src/sync/common/generate/objectPage.js +223 -89
  138. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  139. package/dist/specification/src/sync/common/generate/utils.d.ts +84 -38
  140. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  141. package/dist/specification/src/sync/common/generate/utils.js +112 -37
  142. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  143. package/dist/specification/src/sync/common/i18n.json +2 -1
  144. package/dist/specification/src/sync/common/import/utils.d.ts +9 -3
  145. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  146. package/dist/specification/src/sync/common/import/utils.js +9 -3
  147. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  148. package/dist/specification/src/sync/common/importProject.d.ts +17 -6
  149. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  150. package/dist/specification/src/sync/common/importProject.js +60 -30
  151. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  152. package/dist/specification/src/sync/common/index.d.ts +1 -0
  153. package/dist/specification/src/sync/common/index.d.ts.map +1 -1
  154. package/dist/specification/src/sync/common/index.js +1 -0
  155. package/dist/specification/src/sync/common/index.js.map +1 -1
  156. package/dist/specification/src/sync/common/utils.d.ts +152 -56
  157. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  158. package/dist/specification/src/sync/common/utils.js +264 -150
  159. package/dist/specification/src/sync/common/utils.js.map +1 -1
  160. package/dist/specification/src/sync/i18n.d.ts +5 -0
  161. package/dist/specification/src/sync/i18n.d.ts.map +1 -1
  162. package/dist/specification/src/sync/i18n.js +5 -0
  163. package/dist/specification/src/sync/i18n.js.map +1 -1
  164. package/dist/specification/src/sync/v2/export/controls/Action.d.ts +3 -3
  165. package/dist/specification/src/sync/v2/export/controls/Action.js +15 -15
  166. package/dist/specification/src/sync/v2/export/controls/Card.d.ts +14 -0
  167. package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  168. package/dist/specification/src/sync/v2/export/controls/Card.js +20 -0
  169. package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
  170. package/dist/specification/src/sync/v2/export/controls/Field.js +5 -5
  171. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +13 -0
  172. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
  173. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +21 -0
  174. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  175. package/dist/specification/src/sync/v2/export/controls/FormAction.js +4 -4
  176. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +10 -5
  177. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  178. package/dist/specification/src/sync/v2/export/controls/Fragment.js +62 -25
  179. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  180. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +6 -6
  181. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +6 -6
  182. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  183. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +20 -16
  184. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  185. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
  186. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
  187. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +6 -6
  188. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +24 -0
  189. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  190. package/dist/specification/src/sync/v2/export/controls/Table.js +48 -3
  191. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  192. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +10 -10
  193. package/dist/specification/src/sync/v2/export/export.d.ts +7 -3
  194. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  195. package/dist/specification/src/sync/v2/export/export.js +133 -44
  196. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  197. package/dist/specification/src/sync/v2/export/exportPage.d.ts +28 -11
  198. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  199. package/dist/specification/src/sync/v2/export/exportPage.js +43 -22
  200. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  201. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +6 -3
  202. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  203. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +27 -17
  204. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  205. package/dist/specification/src/sync/v2/export/manifest.d.ts +5 -2
  206. package/dist/specification/src/sync/v2/export/manifest.d.ts.map +1 -1
  207. package/dist/specification/src/sync/v2/export/manifest.js +30 -6
  208. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  209. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts +21 -0
  210. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  211. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js +36 -2
  212. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  213. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +25 -15
  214. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  215. package/dist/specification/src/sync/v2/export/view-controller-generator.js +27 -16
  216. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  217. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts +2 -0
  218. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  219. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +6 -0
  220. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  221. package/dist/specification/src/sync/v2/generate/generate.d.ts +5 -9
  222. package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
  223. package/dist/specification/src/sync/v2/generate/generate.js +14 -14
  224. package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
  225. package/dist/specification/src/sync/v2/generate/index.d.ts +1 -1
  226. package/dist/specification/src/sync/v2/generate/index.d.ts.map +1 -1
  227. package/dist/specification/src/sync/v2/generate/index.js +5 -2
  228. package/dist/specification/src/sync/v2/generate/index.js.map +1 -1
  229. package/dist/specification/src/sync/v2/generate/listReport.d.ts +5 -3
  230. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  231. package/dist/specification/src/sync/v2/generate/listReport.js +25 -8
  232. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  233. package/dist/specification/src/sync/v2/generate/objectPage.d.ts +2 -2
  234. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  235. package/dist/specification/src/sync/v2/generate/objectPage.js +75 -43
  236. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  237. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +2 -2
  238. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  239. package/dist/specification/src/sync/v2/generate/overviewPage.js +2 -2
  240. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  241. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +5 -2
  242. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  243. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +4 -4
  244. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  245. package/dist/specification/src/sync/v2/generate/utils.d.ts +47 -22
  246. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  247. package/dist/specification/src/sync/v2/generate/utils.js +92 -33
  248. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  249. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +27 -0
  250. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -0
  251. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +60 -0
  252. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -0
  253. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts +84 -0
  254. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -0
  255. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +262 -0
  256. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -0
  257. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts +7 -0
  258. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  259. package/dist/specification/src/sync/v2/import/app/appProvider.js +26 -6
  260. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  261. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts +4 -0
  262. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
  263. package/dist/specification/src/sync/v2/import/app/ovpProvider.js +4 -0
  264. package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  265. package/dist/specification/src/sync/v2/import/common/index.d.ts +28 -15
  266. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  267. package/dist/specification/src/sync/v2/import/common/index.js +91 -35
  268. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  269. package/dist/specification/src/sync/v2/import/controls/table.d.ts +6 -2
  270. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  271. package/dist/specification/src/sync/v2/import/controls/table.js +6 -2
  272. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  273. package/dist/specification/src/sync/v2/import/importPage.d.ts +3 -2
  274. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  275. package/dist/specification/src/sync/v2/import/importPage.js +4 -5
  276. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  277. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -3
  278. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  279. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +9 -10
  280. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  281. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +8 -7
  282. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  283. package/dist/specification/src/sync/v2/import/pages/listReport.js +28 -24
  284. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  285. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts +3 -3
  286. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  287. package/dist/specification/src/sync/v2/import/pages/objectPage.js +107 -76
  288. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  289. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
  290. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  291. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +27 -12
  292. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  293. package/dist/specification/src/sync/v2/import/utils.d.ts +18 -9
  294. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  295. package/dist/specification/src/sync/v2/import/utils.js +27 -15
  296. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  297. package/dist/specification/src/sync/v2/utils.d.ts +27 -2
  298. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  299. package/dist/specification/src/sync/v2/utils.js +46 -0
  300. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  301. package/dist/specification/src/sync/v4/application.d.ts +7 -5
  302. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  303. package/dist/specification/src/sync/v4/application.js +7 -5
  304. package/dist/specification/src/sync/v4/application.js.map +1 -1
  305. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  306. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +8 -0
  307. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  308. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
  309. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -1
  310. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +4 -1
  311. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  312. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +4 -1
  313. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  314. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
  315. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  316. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  317. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +3 -0
  318. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  319. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +4 -1
  320. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  321. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
  322. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  323. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +6 -0
  324. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  325. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +7 -1
  326. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  327. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +14 -9
  328. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  329. package/dist/specification/src/sync/v4/export/controls/Table.js +44 -17
  330. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  331. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  332. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  333. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +2 -2
  334. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  335. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +6 -0
  336. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  337. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +7 -1
  338. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  339. package/dist/specification/src/sync/v4/export/export.d.ts +6 -4
  340. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  341. package/dist/specification/src/sync/v4/export/export.js +147 -59
  342. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  343. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts +6 -4
  344. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts.map +1 -1
  345. package/dist/specification/src/sync/v4/export/exportCustomColumn.js +6 -4
  346. package/dist/specification/src/sync/v4/export/exportCustomColumn.js.map +1 -1
  347. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts +3 -2
  348. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
  349. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js +13 -9
  350. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  351. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +6 -4
  352. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  353. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +9 -4
  354. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  355. package/dist/specification/src/sync/v4/export/manifest.d.ts +6 -2
  356. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  357. package/dist/specification/src/sync/v4/export/manifest.js +46 -17
  358. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  359. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  360. package/dist/specification/src/sync/v4/export/pages/ListReport.js +4 -3
  361. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  362. package/dist/specification/src/sync/v4/export/utils.d.ts +6 -4
  363. package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
  364. package/dist/specification/src/sync/v4/export/utils.js +6 -4
  365. package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
  366. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  367. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +6 -1
  368. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  369. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +5 -3
  370. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  371. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +14 -5
  372. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  373. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts +1 -0
  374. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  375. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +18 -0
  376. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  377. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts +1 -1
  378. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -1
  379. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js +2 -1
  380. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
  381. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +2 -0
  382. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  383. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -0
  384. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  385. package/dist/specification/src/sync/v4/generate/freestylePage.d.ts +2 -2
  386. package/dist/specification/src/sync/v4/generate/freestylePage.js +2 -2
  387. package/dist/specification/src/sync/v4/generate/generate.d.ts +13 -11
  388. package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -1
  389. package/dist/specification/src/sync/v4/generate/generate.js +13 -11
  390. package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
  391. package/dist/specification/src/sync/v4/generate/listReport.d.ts +10 -7
  392. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  393. package/dist/specification/src/sync/v4/generate/listReport.js +124 -78
  394. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  395. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +22 -1
  396. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  397. package/dist/specification/src/sync/v4/generate/objectPage.js +247 -187
  398. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  399. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts +18 -4
  400. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  401. package/dist/specification/src/sync/v4/import/app/appProvider.js +56 -24
  402. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  403. package/dist/specification/src/sync/v4/import/fragment.d.ts +29 -4
  404. package/dist/specification/src/sync/v4/import/fragment.d.ts.map +1 -1
  405. package/dist/specification/src/sync/v4/import/fragment.js +46 -7
  406. package/dist/specification/src/sync/v4/import/fragment.js.map +1 -1
  407. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts +3 -2
  408. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  409. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +7 -2
  410. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  411. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts +12 -10
  412. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  413. package/dist/specification/src/sync/v4/import/pages/listReport.js +83 -51
  414. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  415. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts +7 -6
  416. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  417. package/dist/specification/src/sync/v4/import/pages/objectPage.js +82 -71
  418. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  419. package/dist/specification/src/sync/v4/import/utils.d.ts +4 -2
  420. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  421. package/dist/specification/src/sync/v4/import/utils.js +4 -2
  422. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  423. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  424. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +5 -2
  425. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  426. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts +33 -0
  427. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  428. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +42 -53
  429. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  430. package/dist/specification/src/sync/v4/utils/macros.d.ts +4 -0
  431. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  432. package/dist/specification/src/sync/v4/utils/macros.js +17 -1
  433. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  434. package/dist/specification/src/sync/v4/utils/utils.d.ts +109 -22
  435. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  436. package/dist/specification/src/sync/v4/utils/utils.js +372 -159
  437. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  438. package/dist/types/src/common/Application.d.ts +6 -0
  439. package/dist/types/src/common/Application.d.ts.map +1 -1
  440. package/dist/types/src/common/Application.js +4 -0
  441. package/dist/types/src/common/Application.js.map +1 -1
  442. package/dist/types/src/common/types.d.ts +56 -2
  443. package/dist/types/src/common/types.d.ts.map +1 -1
  444. package/dist/types/src/common/types.js +7 -1
  445. package/dist/types/src/common/types.js.map +1 -1
  446. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts +3 -2
  447. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -1
  448. package/dist/types/src/common/webapp/manifest/sapUi5.js +3 -2
  449. package/dist/types/src/common/webapp/manifest/sapUi5.js.map +1 -1
  450. package/dist/types/src/v2/application.d.ts +1 -1
  451. package/dist/types/src/v2/controls/Action.d.ts +12 -0
  452. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  453. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts +1 -0
  454. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts.map +1 -1
  455. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +1 -0
  456. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts.map +1 -1
  457. package/dist/types/src/v2/controls/Card.d.ts +13 -0
  458. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  459. package/dist/types/src/v2/controls/Card.js.map +1 -1
  460. package/dist/types/src/v2/controls/Field.d.ts +1 -0
  461. package/dist/types/src/v2/controls/Field.d.ts.map +1 -1
  462. package/dist/types/src/v2/controls/FilterBar.d.ts +6 -0
  463. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  464. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  465. package/dist/types/src/v2/controls/Header.d.ts +1 -0
  466. package/dist/types/src/v2/controls/Header.d.ts.map +1 -1
  467. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +1 -0
  468. package/dist/types/src/v2/controls/ObjectPageChart.d.ts.map +1 -1
  469. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts +2 -0
  470. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts.map +1 -1
  471. package/dist/types/src/v2/controls/ObjectPageForm.d.ts +1 -0
  472. package/dist/types/src/v2/controls/ObjectPageForm.d.ts.map +1 -1
  473. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +1 -0
  474. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -1
  475. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +3 -0
  476. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  477. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +1 -0
  478. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts.map +1 -1
  479. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +13 -0
  480. package/dist/types/src/v2/controls/ObjectPageSection.d.ts.map +1 -1
  481. package/dist/types/src/v2/controls/ObjectPageSection.js.map +1 -1
  482. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +6 -0
  483. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  484. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts +2 -0
  485. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts.map +1 -1
  486. package/dist/types/src/v2/controls/Table.d.ts +28 -0
  487. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  488. package/dist/types/src/v2/controls/Table.js.map +1 -1
  489. package/dist/types/src/v2/controls/ToolBar.d.ts +1 -0
  490. package/dist/types/src/v2/controls/ToolBar.d.ts.map +1 -1
  491. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts +1 -0
  492. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts.map +1 -1
  493. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +4 -0
  494. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts.map +1 -1
  495. package/dist/types/src/v4/application.d.ts +1 -1
  496. package/dist/types/src/v4/controls/CustomAction.d.ts +10 -0
  497. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  498. package/dist/types/src/v4/controls/FilterBar.d.ts +11 -0
  499. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  500. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  501. package/dist/types/src/v4/controls/Header.d.ts +1 -0
  502. package/dist/types/src/v4/controls/Header.d.ts.map +1 -1
  503. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -0
  504. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
  505. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +5 -1
  506. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  507. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -1
  508. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  509. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +6 -0
  510. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  511. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -0
  512. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  513. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +17 -0
  514. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  515. package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -1
  516. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +5 -0
  517. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  518. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  519. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +8 -1
  520. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  521. package/dist/types/src/v4/controls/Table.d.ts +15 -0
  522. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  523. package/dist/types/src/v4/controls/ToolBar.d.ts +17 -2
  524. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  525. package/dist/types/src/v4/page.d.ts +4 -0
  526. package/dist/types/src/v4/page.d.ts.map +1 -1
  527. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +22 -0
  528. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  529. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +3 -0
  530. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -1
  531. package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -1
  532. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +1 -1
  533. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -1
  534. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js +2 -2
  535. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  536. package/package.json +7 -7
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "flexibleColumnLayout": {
33
33
  "$ref": "#/definitions/FlexibleColumnLayout",
34
- "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."
34
+ "description": "The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas."
35
35
  },
36
36
  "tableColumnVerticalAlignment": {
37
37
  "$ref": "#/definitions/TableColumnVerticalAlignment",
@@ -68,6 +68,7 @@
68
68
  "additionalProperties": false
69
69
  },
70
70
  "FlexibleColumnLayout": {
71
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/e762257125b34513b0859faa1610b09e",
71
72
  "type": "object",
72
73
  "properties": {
73
74
  "defaultTwoColumnLayoutType": {
@@ -0,0 +1,16 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "fitContent": {
5
+ "description": "Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed.",
6
+ "type": "boolean",
7
+ "artifactType": "FlexChange",
8
+ "controlType": "sap.f.DynamicPage"
9
+ },
10
+ "$schema": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "additionalProperties": false,
15
+ "$schema": "http://json-schema.org/draft-07/schema#"
16
+ }
@@ -27,7 +27,7 @@
27
27
  "properties": {
28
28
  "flexibleColumnLayout": {
29
29
  "$ref": "#/definitions/FlexibleColumnLayoutV4",
30
- "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."
30
+ "description": "The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas."
31
31
  },
32
32
  "path": {
33
33
  "description": "Represents a prefix that is prepended in front of the viewName",
@@ -68,6 +68,7 @@
68
68
  "additionalProperties": false
69
69
  },
70
70
  "FlexibleColumnLayoutV4": {
71
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/e762257125b34513b0859faa1610b09e",
71
72
  "type": "object",
72
73
  "properties": {
73
74
  "limitFCLToTwoColumns": {
@@ -195,6 +196,10 @@
195
196
  "entityType": {
196
197
  "type": "string"
197
198
  },
199
+ "template": {
200
+ "description": "Full template name from `manifest.json`.",
201
+ "type": "string"
202
+ },
198
203
  "name": {
199
204
  "type": "string"
200
205
  },
@@ -375,6 +375,9 @@
375
375
  "type": "object",
376
376
  "additionalProperties": {
377
377
  "anyOf": [
378
+ {
379
+ "$ref": "#/definitions/ViewToolBarActionGroup"
380
+ },
378
381
  {
379
382
  "$ref": "#/definitions/ViewToolBarAction"
380
383
  },
@@ -388,6 +391,12 @@
388
391
  ]
389
392
  }
390
393
  },
394
+ "ViewToolBarActionGroup": {
395
+ "type": "object",
396
+ "additionalProperties": {
397
+ "$ref": "#/definitions/ViewToolBarAction"
398
+ }
399
+ },
391
400
  "ViewToolBarAction": {
392
401
  "description": "Action",
393
402
  "isViewNode": true,
@@ -635,6 +644,9 @@
635
644
  {
636
645
  "$ref": "#/definitions/ToolBarAction"
637
646
  },
647
+ {
648
+ "$ref": "#/definitions/ToolBarActionGroup"
649
+ },
638
650
  {
639
651
  "$ref": "#/definitions/CustomTableAction"
640
652
  }
@@ -659,6 +671,12 @@
659
671
  },
660
672
  "additionalProperties": false
661
673
  },
674
+ "ToolBarActionGroup": {
675
+ "type": "object",
676
+ "additionalProperties": {
677
+ "$ref": "#/definitions/ToolBarAction"
678
+ }
679
+ },
662
680
  "CustomTableAction": {
663
681
  "type": "object",
664
682
  "properties": {
@@ -73,6 +73,9 @@
73
73
  },
74
74
  {
75
75
  "$ref": "#/definitions/RelatedApps"
76
+ },
77
+ {
78
+ "$ref": "#/definitions/ObjectPageHeaderActionGroup"
76
79
  }
77
80
  ]
78
81
  }
@@ -257,6 +260,12 @@
257
260
  "type": "string"
258
261
  }
259
262
  },
263
+ "ObjectPageHeaderActionGroup": {
264
+ "type": "object",
265
+ "additionalProperties": {
266
+ "$ref": "#/definitions/ObjectPageHeaderAction"
267
+ }
268
+ },
260
269
  "HeaderSections": {
261
270
  "description": "Header Sections",
262
271
  "isViewNode": true,
@@ -658,6 +667,9 @@
658
667
  },
659
668
  {
660
669
  "$ref": "#/definitions/CustomTableActionOP"
670
+ },
671
+ {
672
+ "$ref": "#/definitions/ObjectPageToolBarActionGroup"
661
673
  }
662
674
  ]
663
675
  }
@@ -768,6 +780,12 @@
768
780
  "placement"
769
781
  ]
770
782
  },
783
+ "ObjectPageToolBarActionGroup": {
784
+ "type": "object",
785
+ "additionalProperties": {
786
+ "$ref": "#/definitions/ObjectPageToolBarAction"
787
+ }
788
+ },
771
789
  "TableCreationModeOP": {
772
790
  "type": "object",
773
791
  "properties": {
@@ -1061,6 +1079,9 @@
1061
1079
  },
1062
1080
  {
1063
1081
  "$ref": "#/definitions/FormAction"
1082
+ },
1083
+ {
1084
+ "$ref": "#/definitions/ObjectPageFormActionGroup"
1064
1085
  }
1065
1086
  ]
1066
1087
  }
@@ -1155,6 +1176,12 @@
1155
1176
  },
1156
1177
  "additionalProperties": false
1157
1178
  },
1179
+ "ObjectPageFormActionGroup": {
1180
+ "type": "object",
1181
+ "additionalProperties": {
1182
+ "$ref": "#/definitions/FormAction"
1183
+ }
1184
+ },
1158
1185
  "ObjectPageSectionDataPoint": {
1159
1186
  "type": "object",
1160
1187
  "properties": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.108.55",
3
+ "version": "1.108.57",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "main": "dist/index-min.js",
12
12
  "engines": {
13
- "node": ">= 18.0.0 < 19.0.0 || >= 20.0.0 < 21.0.0 || >= 22.0.0",
13
+ "node": ">=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0",
14
14
  "yarn": ">=1.22.19 < 2"
15
15
  },
16
16
  "scripts": {
@@ -49,13 +49,13 @@
49
49
  "publisher": "SAPSE",
50
50
  "license": "SEE LICENSE IN LICENSE",
51
51
  "dependencies": {
52
- "@sap-ux/fe-fpm-writer": "0.33.28",
53
- "@sap-ux/vocabularies-types": "0.12.0"
52
+ "@sap-ux/fe-fpm-writer": "0.35.5",
53
+ "@sap-ux/vocabularies-types": "0.13.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@sap-ux/annotation-converter": "0.10.3",
57
57
  "@sap-ux/edmx-parser": "0.8.2",
58
- "@sap/ux-specification-types": "1.108.55",
58
+ "@sap/ux-specification-types": "1.108.57",
59
59
  "@sapui5/ts-types-esm": "latest-1.108",
60
60
  "@types/d3": "7.4.3",
61
61
  "@types/jquery": "3.5.32",
@@ -63,7 +63,7 @@
63
63
  "@ui5/flexibility-utils": "0.1.3",
64
64
  "@xml-tools/ast": "5.0.5",
65
65
  "@xml-tools/parser": "1.0.11",
66
- "axios": "1.9.0",
66
+ "axios": "1.10.0",
67
67
  "copyfiles": "2.4.1",
68
68
  "d3": "7.9.0",
69
69
  "deepmerge": "4.3.1",
@@ -1,10 +1,31 @@
1
1
  import type { TreeData } from './types';
2
+ /**
3
+ * TreeDiagram class that handles the visualization and interaction of tree data.
4
+ *
5
+ */
2
6
  export declare class TreeDiagram {
3
7
  private TreeUI;
4
8
  private treeData;
5
9
  constructor();
10
+ /**
11
+ * Displays the tree diagram in the specified container.
12
+ *
13
+ * @param container - The ID of the container element to render the tree.
14
+ * @param data - The tree data to display.
15
+ * @param icon - The icon to use for the tree nodes.
16
+ */
6
17
  show(container: string, data: TreeData, icon: string): void;
18
+ /**
19
+ * Sends a message to the parent window.
20
+ *
21
+ * @param message - The message to send.
22
+ */
7
23
  private sendMessage;
24
+ /**
25
+ * Handles incoming messages from the parent window.
26
+ *
27
+ * @param event - The message event containing the data.
28
+ */
8
29
  messageHandler(event: MessageEvent): void;
9
30
  }
10
31
  //# sourceMappingURL=TreeDiagram.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TreeDiagram.d.ts","sourceRoot":"","sources":["../../../../../scripts/documentation/components/TreeDiagram.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAY,QAAQ,EAAE,MAAM,SAAS,CAAC;AAGlD,qBAAa,WAAW;IACpB,OAAO,CAAC,MAAM,CAAwB;IACtC,OAAO,CAAC,QAAQ,CAAW;;IAIpB,IAAI,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM;IAI3D,OAAO,CAAC,WAAW;IAGZ,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG,IAAI;CA6BnD"}
1
+ {"version":3,"file":"TreeDiagram.d.ts","sourceRoot":"","sources":["../../../../../scripts/documentation/components/TreeDiagram.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAY,QAAQ,EAAE,MAAM,SAAS,CAAC;AAGlD;;;GAGG;AACH,qBAAa,WAAW;IACpB,OAAO,CAAC,MAAM,CAAwB;IACtC,OAAO,CAAC,QAAQ,CAAW;;IAI3B;;;;;;OAMG;IACI,IAAI,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM;IAI3D;;;;OAIG;IACH,OAAO,CAAC,WAAW;IAGnB;;;;OAIG;IACI,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG,IAAI;CA6BnD"}
@@ -4,18 +4,39 @@ exports.TreeDiagram = void 0;
4
4
  const filter_1 = require("./filter");
5
5
  const types_1 = require("./types");
6
6
  const ui_1 = require("./ui");
7
+ /**
8
+ * TreeDiagram class that handles the visualization and interaction of tree data.
9
+ *
10
+ */
7
11
  class TreeDiagram {
8
12
  constructor() {
9
13
  this.TreeUI = new ui_1.TreeUI();
10
14
  window.addEventListener('message', (event) => this.messageHandler(event));
11
15
  }
16
+ /**
17
+ * Displays the tree diagram in the specified container.
18
+ *
19
+ * @param container - The ID of the container element to render the tree.
20
+ * @param data - The tree data to display.
21
+ * @param icon - The icon to use for the tree nodes.
22
+ */
12
23
  show(container, data, icon) {
13
24
  this.treeData = data;
14
25
  this.TreeUI.render(container, data, icon);
15
26
  }
27
+ /**
28
+ * Sends a message to the parent window.
29
+ *
30
+ * @param message - The message to send.
31
+ */
16
32
  sendMessage(message) {
17
33
  window.postMessage(message, document.location.origin);
18
34
  }
35
+ /**
36
+ * Handles incoming messages from the parent window.
37
+ *
38
+ * @param event - The message event containing the data.
39
+ */
19
40
  messageHandler(event) {
20
41
  const { data = {} } = event;
21
42
  const { type } = data;
@@ -1 +1 @@
1
- {"version":3,"file":"TreeDiagram.js","sourceRoot":"","sources":["../../../../../scripts/documentation/components/TreeDiagram.ts"],"names":[],"mappings":";;;AAAA,qCAAkC;AAElC,mCAAiD;AACjD,6BAA8B;AAC9B,MAAa,WAAW;IAGpB;QAFQ,WAAM,GAAW,IAAI,WAAM,EAAE,CAAC;QAGlC,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;IAC9E,CAAC;IACM,IAAI,CAAC,SAAiB,EAAE,IAAc,EAAE,IAAY;QACvD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;QACrB,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;IAC9C,CAAC;IACO,WAAW,CAAC,OAAiB;QACjC,MAAM,CAAC,WAAW,CAAC,OAAO,EAAE,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC1D,CAAC;IACM,cAAc,CAAC,KAAmB;QACrC,MAAM,EAAE,IAAI,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;QAC5B,MAAM,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;QACtB,QAAQ,IAAI,EAAE,CAAC;YACX,KAAK,0BAA0B,CAAC,CAAC,CAAC;gBAC9B,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBAC/B,MAAM,gBAAgB,GAAG,IAAA,eAAM,EAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;gBACtD,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,gBAAgB,EAAE,KAAK,KAAK,EAAE,CAAC,CAAC;gBACxD,MAAM;YACV,CAAC;YACD,KAAK,0BAA0B,CAAC,CAAC,CAAC;gBAC9B,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBAChC,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;gBACpC,MAAM;YACV,CAAC;YACD,KAAK,wBAAwB,CAAC,CAAC,CAAC;gBAC5B,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBACvC,MAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;gBACrD,IAAI,QAAQ,KAAK,KAAK,EAAE,CAAC;oBACrB,sBAAsB;oBACtB,IAAI,CAAC,WAAW,CAAC;wBACb,IAAI,EAAE,8BAAsB;wBAC5B,KAAK,EAAE,QAAQ;qBAClB,CAAC,CAAC;gBACP,CAAC;gBACD,MAAM;YACV,CAAC;QACL,CAAC;IACL,CAAC;CACJ;AA1CD,kCA0CC"}
1
+ {"version":3,"file":"TreeDiagram.js","sourceRoot":"","sources":["../../../../../scripts/documentation/components/TreeDiagram.ts"],"names":[],"mappings":";;;AAAA,qCAAkC;AAElC,mCAAiD;AACjD,6BAA8B;AAC9B;;;GAGG;AACH,MAAa,WAAW;IAGpB;QAFQ,WAAM,GAAW,IAAI,WAAM,EAAE,CAAC;QAGlC,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;IAC9E,CAAC;IACD;;;;;;OAMG;IACI,IAAI,CAAC,SAAiB,EAAE,IAAc,EAAE,IAAY;QACvD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;QACrB,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;IAC9C,CAAC;IACD;;;;OAIG;IACK,WAAW,CAAC,OAAiB;QACjC,MAAM,CAAC,WAAW,CAAC,OAAO,EAAE,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC1D,CAAC;IACD;;;;OAIG;IACI,cAAc,CAAC,KAAmB;QACrC,MAAM,EAAE,IAAI,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;QAC5B,MAAM,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;QACtB,QAAQ,IAAI,EAAE,CAAC;YACX,KAAK,0BAA0B,CAAC,CAAC,CAAC;gBAC9B,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBAC/B,MAAM,gBAAgB,GAAG,IAAA,eAAM,EAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;gBACtD,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,gBAAgB,EAAE,KAAK,KAAK,EAAE,CAAC,CAAC;gBACxD,MAAM;YACV,CAAC;YACD,KAAK,0BAA0B,CAAC,CAAC,CAAC;gBAC9B,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBAChC,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;gBACpC,MAAM;YACV,CAAC;YACD,KAAK,wBAAwB,CAAC,CAAC,CAAC;gBAC5B,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC;gBACvC,MAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;gBACrD,IAAI,QAAQ,KAAK,KAAK,EAAE,CAAC;oBACrB,sBAAsB;oBACtB,IAAI,CAAC,WAAW,CAAC;wBACb,IAAI,EAAE,8BAAsB;wBAC5B,KAAK,EAAE,QAAQ;qBAClB,CAAC,CAAC;gBACP,CAAC;gBACD,MAAM;YACV,CAAC;QACL,CAAC;IACL,CAAC;CACJ;AA3DD,kCA2DC"}
@@ -1,5 +1,12 @@
1
1
  import type { TreeData } from './types';
2
2
  type SearchTreeData = TreeData;
3
+ /**
4
+ * Filters a tree structure based on a search term.
5
+ *
6
+ * @param input - The root of the tree structure to filter.
7
+ * @param searchTerm - The term to search for in the tree nodes.
8
+ * @returns The filtered tree structure if matches are found, otherwise undefined.
9
+ */
3
10
  export declare function filter(input: TreeData, searchTerm: string): SearchTreeData | undefined;
4
11
  export {};
5
12
  //# sourceMappingURL=filter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../../../../scripts/documentation/components/filter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAExC,KAAK,cAAc,GAAG,QAAQ,CAAC;AAsC/B,wBAAgB,MAAM,CAAC,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAWtF"}
1
+ {"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../../../../scripts/documentation/components/filter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAExC,KAAK,cAAc,GAAG,QAAQ,CAAC;AA6D/B;;;;;;GAMG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAWtF"}
@@ -1,10 +1,25 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.filter = filter;
4
+ /**
5
+ * Checks if a tree node matches the given search term.
6
+ *
7
+ * @param child - The tree node to check.
8
+ * @param searchTerm - The term to search for in the node's name.
9
+ * @returns True if the node matches the search term, otherwise false.
10
+ */
4
11
  function isNodeMatching(child, searchTerm) {
5
12
  const { name } = child;
6
13
  return name.toLowerCase().includes(searchTerm);
7
14
  }
15
+ /**
16
+ * Filters a tree node and its children based on the search term.
17
+ *
18
+ * @param result - The array to store the filtered nodes.
19
+ * @param innerChild - The current tree node being checked.
20
+ * @param searchTerm - The term to search for in the node's name.
21
+ * @returns True if the node or any of its children match the search term, otherwise false.
22
+ */
8
23
  function filterNode(result, innerChild, searchTerm) {
9
24
  let found = false;
10
25
  let childClone = { ...innerChild, children: [] };
@@ -25,6 +40,14 @@ function filterNode(result, innerChild, searchTerm) {
25
40
  }
26
41
  return found;
27
42
  }
43
+ /**
44
+ * Filters the children of a tree node based on the search term.
45
+ *
46
+ * @param result - The array to store the filtered nodes.
47
+ * @param child - The current tree node whose children are being checked.
48
+ * @param searchTerm - The term to search for in the children's names.
49
+ * @returns True if any of the children match the search term, otherwise false.
50
+ */
28
51
  function filterNodes(result, child, searchTerm) {
29
52
  let found = false;
30
53
  for (const innerChild of child.children) {
@@ -32,6 +55,13 @@ function filterNodes(result, child, searchTerm) {
32
55
  }
33
56
  return found;
34
57
  }
58
+ /**
59
+ * Filters a tree structure based on a search term.
60
+ *
61
+ * @param input - The root of the tree structure to filter.
62
+ * @param searchTerm - The term to search for in the tree nodes.
63
+ * @returns The filtered tree structure if matches are found, otherwise undefined.
64
+ */
35
65
  function filter(input, searchTerm) {
36
66
  const resultNodes = [];
37
67
  // Case insensitive search
@@ -1 +1 @@
1
- {"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../../../scripts/documentation/components/filter.ts"],"names":[],"mappings":";;AAwCA,wBAWC;AA/CD,SAAS,cAAc,CAAC,KAAe,EAAE,UAAkB;IACvD,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;IACvB,OAAO,IAAI,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;AACnD,CAAC;AAED,SAAS,UAAU,CAAC,MAAwB,EAAE,UAAoB,EAAE,UAAkB;IAClF,IAAI,KAAK,GAAG,KAAK,CAAC;IAClB,IAAI,UAAU,GAAmB,EAAE,GAAG,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC;IAEjE,MAAM,aAAa,GAAG,cAAc,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;IAC7D,IAAI,aAAa,EAAE,CAAC;QAChB,KAAK,GAAG,IAAI,CAAC;IACjB,CAAC;IAED,MAAM,UAAU,GAAG,WAAW,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC;IAC5E,IAAI,UAAU,EAAE,CAAC;QACb,KAAK,GAAG,IAAI,CAAC;QACb,UAAU,GAAG;YACT,GAAG,UAAU;YACb,QAAQ,EAAE,UAAU,CAAC,QAAQ;SAChC,CAAC;IACN,CAAC;IACD,IAAI,aAAa,IAAI,UAAU,EAAE,CAAC;QAC9B,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,SAAS,WAAW,CAAC,MAAwB,EAAE,KAAe,EAAE,UAAkB;IAC9E,IAAI,KAAK,GAAG,KAAK,CAAC;IAClB,KAAK,MAAM,UAAU,IAAI,KAAK,CAAC,QAAQ,EAAE,CAAC;QACtC,KAAK,GAAG,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,UAAU,CAAC,IAAI,KAAK,CAAC;IAChE,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,SAAgB,MAAM,CAAC,KAAe,EAAE,UAAkB;IACtD,MAAM,WAAW,GAAqB,EAAE,CAAC;IACzC,0BAA0B;IAC1B,UAAU,GAAG,UAAU,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;IAChE,IAAI,CAAC,UAAU,EAAE,CAAC;QACd,eAAe;QACf,OAAO,SAAS,CAAC;IACrB,CAAC;IACD,eAAe;IACf,MAAM,KAAK,GAAG,UAAU,CAAC,WAAW,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC;IACzD,OAAO,KAAK,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AAC9C,CAAC"}
1
+ {"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../../../scripts/documentation/components/filter.ts"],"names":[],"mappings":";;AAsEA,wBAWC;AA7ED;;;;;;GAMG;AACH,SAAS,cAAc,CAAC,KAAe,EAAE,UAAkB;IACvD,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;IACvB,OAAO,IAAI,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;AACnD,CAAC;AAED;;;;;;;GAOG;AACH,SAAS,UAAU,CAAC,MAAwB,EAAE,UAAoB,EAAE,UAAkB;IAClF,IAAI,KAAK,GAAG,KAAK,CAAC;IAClB,IAAI,UAAU,GAAmB,EAAE,GAAG,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC;IAEjE,MAAM,aAAa,GAAG,cAAc,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;IAC7D,IAAI,aAAa,EAAE,CAAC;QAChB,KAAK,GAAG,IAAI,CAAC;IACjB,CAAC;IAED,MAAM,UAAU,GAAG,WAAW,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC;IAC5E,IAAI,UAAU,EAAE,CAAC;QACb,KAAK,GAAG,IAAI,CAAC;QACb,UAAU,GAAG;YACT,GAAG,UAAU;YACb,QAAQ,EAAE,UAAU,CAAC,QAAQ;SAChC,CAAC;IACN,CAAC;IACD,IAAI,aAAa,IAAI,UAAU,EAAE,CAAC;QAC9B,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED;;;;;;;GAOG;AACH,SAAS,WAAW,CAAC,MAAwB,EAAE,KAAe,EAAE,UAAkB;IAC9E,IAAI,KAAK,GAAG,KAAK,CAAC;IAClB,KAAK,MAAM,UAAU,IAAI,KAAK,CAAC,QAAQ,EAAE,CAAC;QACtC,KAAK,GAAG,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,UAAU,CAAC,IAAI,KAAK,CAAC;IAChE,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED;;;;;;GAMG;AACH,SAAgB,MAAM,CAAC,KAAe,EAAE,UAAkB;IACtD,MAAM,WAAW,GAAqB,EAAE,CAAC;IACzC,0BAA0B;IAC1B,UAAU,GAAG,UAAU,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;IAChE,IAAI,CAAC,UAAU,EAAE,CAAC;QACd,eAAe;QACf,OAAO,SAAS,CAAC;IACrB,CAAC;IACD,eAAe;IACf,MAAM,KAAK,GAAG,UAAU,CAAC,WAAW,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC;IACzD,OAAO,KAAK,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AAC9C,CAAC"}
@@ -22,20 +22,90 @@ export declare class TreeUI {
22
22
  private zoomListener;
23
23
  private canvasOffset;
24
24
  constructor();
25
+ /**
26
+ * Renders the tree in the specified container with the provided data and icon.
27
+ *
28
+ * @param container - The CSS selector for the container element where the tree will be rendered.
29
+ * @param data - The hierarchical tree data to be rendered.
30
+ * @param icon - The icon to be displayed for the root node.
31
+ */
25
32
  render(container: string, data: TreeData, icon: string): void;
33
+ /**
34
+ * Toggles the expand/collapse state of all nodes in the tree.
35
+ *
36
+ * @param expand - A boolean indicating whether to expand (true) or collapse (false) all nodes in the tree.
37
+ */
26
38
  toggleExpandAll(expand: boolean): void;
39
+ /**
40
+ * Applies the filter to the tree based on the updated tree data.
41
+ *
42
+ * @param updatedTreeData - The updated hierarchical tree data to apply the filter.
43
+ * @param clear - A boolean indicating whether to clear the filter (true) or not (false).
44
+ */
27
45
  applyFilter(updatedTreeData: TreeData, clear: boolean): void;
46
+ /**
47
+ * Zooms the tree based on the zoom event.
48
+ *
49
+ * @param event - The zoom event containing transformation details.
50
+ */
28
51
  private zoom;
52
+ /**
53
+ * Zooms the tree to a specified scale value and optionally centers it.
54
+ *
55
+ * @param value - The zoom scale value. If 0, fits the tree to the canvas.
56
+ * @param center - Whether to center the tree after zooming.
57
+ * @returns The applied zoom scale value.
58
+ */
29
59
  zoomTree(value: number, center?: boolean): number;
60
+ /**
61
+ * Fits the tree to the canvas by adjusting the zoom scale and position.
62
+ *
63
+ * @returns The applied zoom scale value.
64
+ */
30
65
  private fitToCanvas;
66
+ /**
67
+ * Centers the tree or a specific node in the tree.
68
+ *
69
+ * @param source - The source node to center in the tree.
70
+ * @param ratio - The ratio used to calculate the position for centering the node.
71
+ */
31
72
  private centerNode;
32
73
  private centerTree;
33
74
  private updateCanvasSize;
75
+ /**
76
+ * Creates the root hierarchy for the tree structure based on the provided tree data.
77
+ *
78
+ * @param rootData - The hierarchical tree data used to create the root hierarchy.
79
+ * @returns The root hierarchy node of the tree.
80
+ */
34
81
  private createRootHierarchy;
35
82
  private setupEventListeners;
83
+ /**
84
+ * Attaches event listeners to a node element and invokes a callback on specific events.
85
+ *
86
+ * @param element - The D3 selection of the node element to attach events to.
87
+ * @param cb - The callback function to execute on click or keydown events.
88
+ * @returns The updated D3 selection with event listeners attached.
89
+ */
36
90
  private handleEventOnNode;
91
+ /**
92
+ * Updates the tree structure and repositions nodes and links based on the provided source node.
93
+ *
94
+ * @param source - The source node from which the tree update starts.
95
+ */
37
96
  private updateTree;
97
+ /**
98
+ * Calculates and returns the content height of the tree based on the number of levels.
99
+ *
100
+ * @returns The calculated content height in pixels.
101
+ */
38
102
  private getContentHeight;
103
+ /**
104
+ * Toggles the expand or collapse state of a tree node based on the event.
105
+ *
106
+ * @param event - The event triggering the toggle action (e.g., click or keydown).
107
+ * @param d - The tree node to be toggled.
108
+ */
39
109
  private toggleExpandOrCollapse;
40
110
  }
41
111
  //# sourceMappingURL=TreeUI.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TreeUI.d.ts","sourceRoot":"","sources":["../../../../../../scripts/documentation/components/ui/TreeUI.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAc,kBAAkB,EAAsB,aAAa,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AACvG,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAsB,MAAM,UAAU,CAAC;AAOvE,qBAAa,MAAM;IACf,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,UAAU,CAAW;IAC7B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,QAAQ,CAAS;IAEzB,OAAO,CAAC,WAAW,CAAW;IACvB,IAAI,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAC9B,QAAQ,EAAE,kBAAkB,CAAC,QAAQ,CAAC,CAAC;IAC9C,OAAO,CAAC,QAAQ,CAAS;IAEzB,OAAO,CAAC,qBAAqB,CAAc;IAC3C,OAAO,CAAC,eAAe,CAAc;IAE9B,gBAAgB,EAAE,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,CAAC,CAAC;IACtE,YAAY,EAAE,SAAS,CAAC,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,CAAC,CAAC;IACvE,OAAO,CAAC,OAAO,CAAuD;IACtE,OAAO,CAAC,UAAU,CAAuB;IAEzC,OAAO,CAAC,KAAK,CAAiC;IAC9C,OAAO,CAAC,KAAK,CAAiC;IAE9C,OAAO,CAAC,YAAY,CAA2C;IAE/D,OAAO,CAAC,YAAY,CAGlB;;IAWK,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM;IA4CtD,eAAe,CAAC,MAAM,EAAE,OAAO,GAAG,IAAI;IAetC,WAAW,CAAC,eAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI;IAuBnE,OAAO,CAAC,IAAI;IAKL,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM;IAYxD,OAAO,CAAC,WAAW;IAmCnB,OAAO,CAAC,UAAU;IAalB,OAAO,CAAC,UAAU;IAUlB,OAAO,CAAC,gBAAgB;IAWxB,OAAO,CAAC,mBAAmB;IA2B3B,OAAO,CAAC,mBAAmB;IAiC3B,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,UAAU;IA2PlB,OAAO,CAAC,gBAAgB;IAOxB,OAAO,CAAC,sBAAsB;CAUjC"}
1
+ {"version":3,"file":"TreeUI.d.ts","sourceRoot":"","sources":["../../../../../../scripts/documentation/components/ui/TreeUI.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAc,kBAAkB,EAAsB,aAAa,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AACvG,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAsB,MAAM,UAAU,CAAC;AAOvE,qBAAa,MAAM;IACf,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,UAAU,CAAW;IAC7B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,QAAQ,CAAS;IAEzB,OAAO,CAAC,WAAW,CAAW;IACvB,IAAI,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAC9B,QAAQ,EAAE,kBAAkB,CAAC,QAAQ,CAAC,CAAC;IAC9C,OAAO,CAAC,QAAQ,CAAS;IAEzB,OAAO,CAAC,qBAAqB,CAAc;IAC3C,OAAO,CAAC,eAAe,CAAc;IAE9B,gBAAgB,EAAE,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,CAAC,CAAC;IACtE,YAAY,EAAE,SAAS,CAAC,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,CAAC,CAAC;IACvE,OAAO,CAAC,OAAO,CAAuD;IACtE,OAAO,CAAC,UAAU,CAAuB;IAEzC,OAAO,CAAC,KAAK,CAAiC;IAC9C,OAAO,CAAC,KAAK,CAAiC;IAE9C,OAAO,CAAC,YAAY,CAA2C;IAE/D,OAAO,CAAC,YAAY,CAGlB;;IAWF;;;;;;OAMG;IACI,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM;IA4C7D;;;;OAIG;IACI,eAAe,CAAC,MAAM,EAAE,OAAO,GAAG,IAAI;IAc7C;;;;;OAKG;IACI,WAAW,CAAC,eAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI;IAuBnE;;;;OAIG;IACH,OAAO,CAAC,IAAI;IAKZ;;;;;;OAMG;IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM;IAYxD;;;;OAIG;IACH,OAAO,CAAC,WAAW;IAkCnB;;;;;OAKG;IACH,OAAO,CAAC,UAAU;IAalB,OAAO,CAAC,UAAU;IAUlB,OAAO,CAAC,gBAAgB;IAWxB;;;;;OAKG;IACH,OAAO,CAAC,mBAAmB;IA2B3B,OAAO,CAAC,mBAAmB;IAiC3B;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;IAazB;;;;OAIG;IACH,OAAO,CAAC,UAAU;IA2PlB;;;;OAIG;IACH,OAAO,CAAC,gBAAgB;IAMxB;;;;;OAKG;IACH,OAAO,CAAC,sBAAsB;CAUjC"}
@@ -23,6 +23,13 @@ class TreeUI {
23
23
  this.buttonContainer = document.querySelector('#button-container');
24
24
  window.addEventListener('resize', () => this.updateCanvasSize());
25
25
  }
26
+ /**
27
+ * Renders the tree in the specified container with the provided data and icon.
28
+ *
29
+ * @param container - The CSS selector for the container element where the tree will be rendered.
30
+ * @param data - The hierarchical tree data to be rendered.
31
+ * @param icon - The icon to be displayed for the root node.
32
+ */
26
33
  render(container, data, icon) {
27
34
  this.countID = 0;
28
35
  this.rawTreeData = data;
@@ -62,6 +69,11 @@ class TreeUI {
62
69
  this.updateCanvasSize();
63
70
  }
64
71
  }
72
+ /**
73
+ * Toggles the expand/collapse state of all nodes in the tree.
74
+ *
75
+ * @param expand - A boolean indicating whether to expand (true) or collapse (false) all nodes in the tree.
76
+ */
65
77
  toggleExpandAll(expand) {
66
78
  let ratio;
67
79
  if (expand) {
@@ -76,7 +88,12 @@ class TreeUI {
76
88
  this.updateTree(this.rootNode);
77
89
  this.centerNode(this.rootNode, ratio);
78
90
  }
79
- // function to filter the items in search list
91
+ /**
92
+ * Applies the filter to the tree based on the updated tree data.
93
+ *
94
+ * @param updatedTreeData - The updated hierarchical tree data to apply the filter.
95
+ * @param clear - A boolean indicating whether to clear the filter (true) or not (false).
96
+ */
80
97
  applyFilter(updatedTreeData, clear) {
81
98
  this.countID = 0;
82
99
  const originalDuration = this.duration;
@@ -101,10 +118,22 @@ class TreeUI {
101
118
  this.centerNode(this.rootNode, ratio);
102
119
  this.duration = originalDuration;
103
120
  }
121
+ /**
122
+ * Zooms the tree based on the zoom event.
123
+ *
124
+ * @param event - The zoom event containing transformation details.
125
+ */
104
126
  zoom(event) {
105
127
  this.svgTreeGroup.attr('transform', event.transform);
106
128
  (0, tooltip_1.removeTooltip)(this.toolTip);
107
129
  }
130
+ /**
131
+ * Zooms the tree to a specified scale value and optionally centers it.
132
+ *
133
+ * @param value - The zoom scale value. If 0, fits the tree to the canvas.
134
+ * @param center - Whether to center the tree after zooming.
135
+ * @returns The applied zoom scale value.
136
+ */
108
137
  zoomTree(value, center) {
109
138
  if (value === 0) {
110
139
  return this.fitToCanvas();
@@ -117,6 +146,11 @@ class TreeUI {
117
146
  }
118
147
  return value;
119
148
  }
149
+ /**
150
+ * Fits the tree to the canvas by adjusting the zoom scale and position.
151
+ *
152
+ * @returns The applied zoom scale value.
153
+ */
120
154
  fitToCanvas() {
121
155
  const offset = 100;
122
156
  let scaleFactor = 1;
@@ -145,7 +179,12 @@ class TreeUI {
145
179
  .call(this.zoomListener.transform, d3_1.zoomIdentity.translate(newX, newY).scale(scaleFactor));
146
180
  return scaleFactor;
147
181
  }
148
- // function to center the tree or specific node
182
+ /**
183
+ * Centers the tree or a specific node in the tree.
184
+ *
185
+ * @param source - The source node to center in the tree.
186
+ * @param ratio - The ratio used to calculate the position for centering the node.
187
+ */
149
188
  centerNode(source, ratio) {
150
189
  const r = ratio || 2, node = (0, d3_1.zoomTransform)(this.svgTreeContainer.node());
151
190
  let x = -source.data.y0, y = -source.data.x0;
@@ -175,6 +214,12 @@ class TreeUI {
175
214
  this.svgTreeContainer.attr('height', this.innerHeight);
176
215
  }
177
216
  }
217
+ /**
218
+ * Creates the root hierarchy for the tree structure based on the provided tree data.
219
+ *
220
+ * @param rootData - The hierarchical tree data used to create the root hierarchy.
221
+ * @returns The root hierarchy node of the tree.
222
+ */
178
223
  createRootHierarchy(rootData) {
179
224
  const stringifyedData = JSON.parse(JSON.stringify(rootData));
180
225
  // assigns and calculates the data required for the nodes and links
@@ -225,6 +270,13 @@ class TreeUI {
225
270
  }
226
271
  });
227
272
  }
273
+ /**
274
+ * Attaches event listeners to a node element and invokes a callback on specific events.
275
+ *
276
+ * @param element - The D3 selection of the node element to attach events to.
277
+ * @param cb - The callback function to execute on click or keydown events.
278
+ * @returns The updated D3 selection with event listeners attached.
279
+ */
228
280
  handleEventOnNode(element, cb) {
229
281
  return element
230
282
  .on('click', (event, d) => {
@@ -234,6 +286,11 @@ class TreeUI {
234
286
  cb(event, d);
235
287
  });
236
288
  }
289
+ /**
290
+ * Updates the tree structure and repositions nodes and links based on the provided source node.
291
+ *
292
+ * @param source - The source node from which the tree update starts.
293
+ */
237
294
  updateTree(source) {
238
295
  this.treeLayout.size([this.getContentHeight(), this.innerWidth])(this.rootNode);
239
296
  // assign the nodes and links
@@ -462,12 +519,22 @@ class TreeUI {
462
519
  d.data.y0 = d.y;
463
520
  });
464
521
  }
522
+ /**
523
+ * Calculates and returns the content height of the tree based on the number of levels.
524
+ *
525
+ * @returns The calculated content height in pixels.
526
+ */
465
527
  getContentHeight() {
466
528
  this.levelWidth = [1];
467
529
  (0, utils_1.childCount)(this.levelWidth, 0, this.rootNode);
468
530
  return (0, d3_1.max)(this.levelWidth) >= 10 ? (0, d3_1.max)(this.levelWidth) * 60 : (0, d3_1.max)(this.levelWidth) * 45; // pixels per line
469
531
  }
470
- // toggle children on toggleExpandOrCollapse
532
+ /**
533
+ * Toggles the expand or collapse state of a tree node based on the event.
534
+ *
535
+ * @param event - The event triggering the toggle action (e.g., click or keydown).
536
+ * @param d - The tree node to be toggled.
537
+ */
471
538
  toggleExpandOrCollapse(event, d) {
472
539
  // toggleExpandOrCollapse suppressed
473
540
  if (event.defaultPrevented) {