@sap/ux-specification 1.96.20 → 1.96.24

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 (745) hide show
  1. package/dist/documentation/runDocu-min.js +5 -9623
  2. package/dist/documentation/runDocu-min.js.map +1 -1
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  4. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  5. package/dist/documentation/v2/v2-ListReport.html +1 -1
  6. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  7. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  8. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  9. package/dist/documentation/v4/v4-FreestylePage.html +1 -1
  10. package/dist/documentation/v4/v4-ListReport.html +1 -1
  11. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  12. package/dist/index-min.js +83 -30542
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +11 -8
  15. package/dist/schemas/v2/ListReportConfig.json +132 -129
  16. package/dist/schemas/v4/ApplicationV4.json +26 -0
  17. package/dist/schemas/v4/ListReportConfig.json +21 -22
  18. package/dist/schemas/v4/ObjectPageConfig.json +1 -2
  19. package/dist/scripts/extractDocu.d.ts +2 -0
  20. package/dist/scripts/extractDocu.d.ts.map +1 -0
  21. package/dist/scripts/extractDocu.js +507 -0
  22. package/dist/scripts/extractDocu.js.map +1 -0
  23. package/dist/scripts/runDocu.d.ts +2 -0
  24. package/dist/scripts/runDocu.d.ts.map +1 -0
  25. package/dist/scripts/runDocu.js +579 -0
  26. package/dist/scripts/runDocu.js.map +1 -0
  27. package/dist/scripts/spec.d.ts +2 -0
  28. package/dist/scripts/spec.d.ts.map +1 -0
  29. package/dist/scripts/spec.js +113 -0
  30. package/dist/scripts/spec.js.map +1 -0
  31. package/dist/scripts/to-json-schema.d.ts +11 -0
  32. package/dist/scripts/to-json-schema.d.ts.map +1 -0
  33. package/dist/scripts/to-json-schema.js +146 -0
  34. package/dist/scripts/to-json-schema.js.map +1 -0
  35. package/dist/{types → src}/api.d.ts +1 -1
  36. package/dist/{types → src}/api.d.ts.map +1 -1
  37. package/dist/src/api.js +191 -0
  38. package/dist/src/api.js.map +1 -0
  39. package/dist/{types → src}/apiTypes.d.ts +17 -21
  40. package/dist/src/apiTypes.d.ts.map +1 -0
  41. package/dist/src/apiTypes.js +25 -0
  42. package/dist/src/apiTypes.js.map +1 -0
  43. package/dist/{types → src}/extensionLogger.d.ts +1 -1
  44. package/dist/{types → src}/extensionLogger.d.ts.map +1 -1
  45. package/dist/src/extensionLogger.js +41 -0
  46. package/dist/src/extensionLogger.js.map +1 -0
  47. package/dist/{types → src}/i18n/i18n.d.ts +0 -0
  48. package/dist/{types → src}/i18n/i18n.d.ts.map +0 -0
  49. package/dist/src/i18n/i18n.js +26 -0
  50. package/dist/src/i18n/i18n.js.map +1 -0
  51. package/dist/{types → src}/index.d.ts +2 -2
  52. package/dist/src/index.d.ts.map +1 -0
  53. package/dist/src/index.js +20 -0
  54. package/dist/src/index.js.map +1 -0
  55. package/dist/{types → src}/project.d.ts +2 -1
  56. package/dist/src/project.d.ts.map +1 -0
  57. package/dist/src/project.js +153 -0
  58. package/dist/src/project.js.map +1 -0
  59. package/dist/{types → src}/specification/schemaAccess.d.ts +3 -13
  60. package/dist/src/specification/schemaAccess.d.ts.map +1 -0
  61. package/dist/src/specification/schemaAccess.js +63 -0
  62. package/dist/src/specification/schemaAccess.js.map +1 -0
  63. package/dist/{types → src}/sync/common/appProvider.d.ts +3 -5
  64. package/dist/src/sync/common/appProvider.d.ts.map +1 -0
  65. package/dist/src/sync/common/appProvider.js +124 -0
  66. package/dist/src/sync/common/appProvider.js.map +1 -0
  67. package/dist/{types → src}/sync/common/decoration/control.d.ts +2 -2
  68. package/dist/src/sync/common/decoration/control.d.ts.map +1 -0
  69. package/dist/src/sync/common/decoration/control.js +219 -0
  70. package/dist/src/sync/common/decoration/control.js.map +1 -0
  71. package/dist/{types → src}/sync/common/decoration/decorators.d.ts +0 -0
  72. package/dist/src/sync/common/decoration/decorators.d.ts.map +1 -0
  73. package/dist/src/sync/common/decoration/decorators.js +52 -0
  74. package/dist/src/sync/common/decoration/decorators.js.map +1 -0
  75. package/dist/{types → src}/sync/common/decoration/factory.d.ts +1 -1
  76. package/dist/{types → src}/sync/common/decoration/factory.d.ts.map +1 -1
  77. package/dist/src/sync/common/decoration/factory.js +49 -0
  78. package/dist/src/sync/common/decoration/factory.js.map +1 -0
  79. package/dist/src/sync/common/decoration/flex.d.ts +4 -0
  80. package/dist/src/sync/common/decoration/flex.d.ts.map +1 -0
  81. package/dist/src/sync/common/decoration/flex.js +9 -0
  82. package/dist/src/sync/common/decoration/flex.js.map +1 -0
  83. package/dist/{types → src}/sync/common/decoration/index.d.ts +0 -0
  84. package/dist/{types → src}/sync/common/decoration/index.d.ts.map +0 -0
  85. package/dist/src/sync/common/decoration/index.js +16 -0
  86. package/dist/src/sync/common/decoration/index.js.map +1 -0
  87. package/dist/{types → src}/sync/common/flexUtils.d.ts +2 -4
  88. package/dist/src/sync/common/flexUtils.d.ts.map +1 -0
  89. package/dist/src/sync/common/flexUtils.js +107 -0
  90. package/dist/src/sync/common/flexUtils.js.map +1 -0
  91. package/dist/{types → src}/sync/common/generate/index.d.ts +0 -0
  92. package/dist/{types → src}/sync/common/generate/index.d.ts.map +0 -0
  93. package/dist/src/sync/common/generate/index.js +15 -0
  94. package/dist/src/sync/common/generate/index.js.map +1 -0
  95. package/dist/{types → src}/sync/common/generate/objectPage.d.ts +1 -2
  96. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -0
  97. package/dist/src/sync/common/generate/objectPage.js +380 -0
  98. package/dist/src/sync/common/generate/objectPage.js.map +1 -0
  99. package/dist/{types → src}/sync/common/generate/utils.d.ts +2 -1
  100. package/dist/src/sync/common/generate/utils.d.ts.map +1 -0
  101. package/dist/src/sync/common/generate/utils.js +490 -0
  102. package/dist/src/sync/common/generate/utils.js.map +1 -0
  103. package/dist/src/sync/common/i18n.json +23 -0
  104. package/dist/{types → src}/sync/common/import/utils.d.ts +0 -0
  105. package/dist/{types → src}/sync/common/import/utils.d.ts.map +0 -0
  106. package/dist/src/sync/common/import/utils.js +107 -0
  107. package/dist/src/sync/common/import/utils.js.map +1 -0
  108. package/dist/{types → src}/sync/common/importProject.d.ts +0 -0
  109. package/dist/src/sync/common/importProject.d.ts.map +1 -0
  110. package/dist/src/sync/common/importProject.js +336 -0
  111. package/dist/src/sync/common/importProject.js.map +1 -0
  112. package/dist/{types → src}/sync/common/index.d.ts +0 -0
  113. package/dist/{types → src}/sync/common/index.d.ts.map +0 -0
  114. package/dist/src/sync/common/index.js +23 -0
  115. package/dist/src/sync/common/index.js.map +1 -0
  116. package/dist/{types → src}/sync/common/types.d.ts +6 -56
  117. package/dist/src/sync/common/types.d.ts.map +1 -0
  118. package/dist/src/sync/common/types.js +176 -0
  119. package/dist/src/sync/common/types.js.map +1 -0
  120. package/dist/{types → src}/sync/common/utils.d.ts +8 -10
  121. package/dist/src/sync/common/utils.d.ts.map +1 -0
  122. package/dist/src/sync/common/utils.js +1263 -0
  123. package/dist/src/sync/common/utils.js.map +1 -0
  124. package/dist/{types → src}/sync/i18n.d.ts +0 -0
  125. package/dist/{types → src}/sync/i18n.d.ts.map +0 -0
  126. package/dist/src/sync/i18n.js +28 -0
  127. package/dist/src/sync/i18n.js.map +1 -0
  128. package/dist/{types → src}/sync/v2/application.d.ts +7 -7
  129. package/dist/src/sync/v2/application.d.ts.map +1 -0
  130. package/dist/src/sync/v2/application.js +206 -0
  131. package/dist/src/sync/v2/application.js.map +1 -0
  132. package/dist/{types → src}/sync/v2/export/controls/Action.d.ts +4 -4
  133. package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -0
  134. package/dist/src/sync/v2/export/controls/Action.js +129 -0
  135. package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
  136. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +10 -0
  137. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -0
  138. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +75 -0
  139. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -0
  140. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +10 -0
  141. package/dist/{types → src}/sync/v2/export/controls/AnalyticalListPageKPI.d.ts.map +1 -1
  142. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +57 -0
  143. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +1 -0
  144. package/dist/{types → src}/sync/v2/export/controls/Card.d.ts +30 -30
  145. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -0
  146. package/dist/src/sync/v2/export/controls/Card.js +656 -0
  147. package/dist/src/sync/v2/export/controls/Card.js.map +1 -0
  148. package/dist/src/sync/v2/export/controls/Field.d.ts +5 -0
  149. package/dist/src/sync/v2/export/controls/Field.d.ts.map +1 -0
  150. package/dist/src/sync/v2/export/controls/Field.js +42 -0
  151. package/dist/src/sync/v2/export/controls/Field.js.map +1 -0
  152. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +41 -0
  153. package/dist/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -0
  154. package/dist/src/sync/v2/export/controls/FilterBar.js +289 -0
  155. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -0
  156. package/dist/{types → src}/sync/v2/export/controls/FormAction.d.ts +3 -3
  157. package/dist/src/sync/v2/export/controls/FormAction.d.ts.map +1 -0
  158. package/dist/src/sync/v2/export/controls/FormAction.js +97 -0
  159. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -0
  160. package/dist/{types → src}/sync/v2/export/controls/Fragment.d.ts +5 -5
  161. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -0
  162. package/dist/src/sync/v2/export/controls/Fragment.js +580 -0
  163. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -0
  164. package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +8 -0
  165. package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts.map +1 -0
  166. package/dist/src/sync/v2/export/controls/ObjectPageChart.js +38 -0
  167. package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -0
  168. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +18 -0
  169. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
  170. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +111 -0
  171. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -0
  172. package/dist/{types → src}/sync/v2/export/controls/ObjectPageFooterAction.d.ts +2 -2
  173. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
  174. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +63 -0
  175. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
  176. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +11 -0
  177. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -0
  178. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +62 -0
  179. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -0
  180. package/dist/{types → src}/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +2 -2
  181. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
  182. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +63 -0
  183. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -0
  184. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +8 -0
  185. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -0
  186. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +60 -0
  187. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -0
  188. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +45 -0
  189. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -0
  190. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +200 -0
  191. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -0
  192. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +52 -0
  193. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -0
  194. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +337 -0
  195. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -0
  196. package/dist/{types → src}/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +2 -2
  197. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
  198. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +62 -0
  199. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
  200. package/dist/{types → src}/sync/v2/export/controls/Table.d.ts +24 -24
  201. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -0
  202. package/dist/src/sync/v2/export/controls/Table.js +709 -0
  203. package/dist/src/sync/v2/export/controls/Table.js.map +1 -0
  204. package/dist/{types → src}/sync/v2/export/controls/TableColumn.d.ts +5 -6
  205. package/dist/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -0
  206. package/dist/src/sync/v2/export/controls/TableColumn.js +173 -0
  207. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -0
  208. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +5 -0
  209. package/dist/src/sync/v2/export/controls/ToolBar.d.ts.map +1 -0
  210. package/dist/src/sync/v2/export/controls/ToolBar.js +7 -0
  211. package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
  212. package/dist/{types → src}/sync/v2/export/controls/index.d.ts +0 -0
  213. package/dist/{types → src}/sync/v2/export/controls/index.d.ts.map +0 -0
  214. package/dist/src/sync/v2/export/controls/index.js +33 -0
  215. package/dist/src/sync/v2/export/controls/index.js.map +1 -0
  216. package/dist/{types → src}/sync/v2/export/export.d.ts +1 -1
  217. package/dist/{types → src}/sync/v2/export/export.d.ts.map +1 -1
  218. package/dist/src/sync/v2/export/export.js +678 -0
  219. package/dist/src/sync/v2/export/export.js.map +1 -0
  220. package/dist/{types → src}/sync/v2/export/exportPage.d.ts +2 -1
  221. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -0
  222. package/dist/src/sync/v2/export/exportPage.js +304 -0
  223. package/dist/src/sync/v2/export/exportPage.js.map +1 -0
  224. package/dist/{types → src}/sync/v2/export/factory.d.ts +0 -0
  225. package/dist/{types → src}/sync/v2/export/factory.d.ts.map +1 -1
  226. package/dist/src/sync/v2/export/factory.js +71 -0
  227. package/dist/src/sync/v2/export/factory.js.map +1 -0
  228. package/dist/{types → src}/sync/v2/export/manifest.d.ts +3 -3
  229. package/dist/src/sync/v2/export/manifest.d.ts.map +1 -0
  230. package/dist/src/sync/v2/export/manifest.js +159 -0
  231. package/dist/src/sync/v2/export/manifest.js.map +1 -0
  232. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +13 -0
  233. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -0
  234. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +43 -0
  235. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -0
  236. package/dist/src/sync/v2/export/pages/ListReport.d.ts +11 -0
  237. package/dist/src/sync/v2/export/pages/ListReport.d.ts.map +1 -0
  238. package/dist/src/sync/v2/export/pages/ListReport.js +40 -0
  239. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -0
  240. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +18 -0
  241. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -0
  242. package/dist/src/sync/v2/export/pages/ObjectPage.js +101 -0
  243. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -0
  244. package/dist/{types → src}/sync/v2/export/pages/OverviewPage.d.ts +7 -7
  245. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -0
  246. package/dist/src/sync/v2/export/pages/OverviewPage.js +214 -0
  247. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -0
  248. package/dist/{types → src}/sync/v2/export/pages/index.d.ts +0 -0
  249. package/dist/{types → src}/sync/v2/export/pages/index.d.ts.map +0 -0
  250. package/dist/src/sync/v2/export/pages/index.js +17 -0
  251. package/dist/src/sync/v2/export/pages/index.js.map +1 -0
  252. package/dist/{types → src}/sync/v2/export/view-controller-generator.d.ts +4 -4
  253. package/dist/src/sync/v2/export/view-controller-generator.d.ts.map +1 -0
  254. package/dist/src/sync/v2/export/view-controller-generator.js +149 -0
  255. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -0
  256. package/dist/{types → src}/sync/v2/generate/analyticalListReport.d.ts +1 -1
  257. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -0
  258. package/dist/src/sync/v2/generate/analyticalListReport.js +86 -0
  259. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -0
  260. package/dist/{types → src}/sync/v2/generate/generate.d.ts +1 -1
  261. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -0
  262. package/dist/src/sync/v2/generate/generate.js +100 -0
  263. package/dist/src/sync/v2/generate/generate.js.map +1 -0
  264. package/dist/{types → src}/sync/v2/generate/index.d.ts +0 -0
  265. package/dist/{types → src}/sync/v2/generate/index.d.ts.map +0 -0
  266. package/dist/src/sync/v2/generate/index.js +15 -0
  267. package/dist/src/sync/v2/generate/index.js.map +1 -0
  268. package/dist/{types → src}/sync/v2/generate/listReport.d.ts +2 -2
  269. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -0
  270. package/dist/src/sync/v2/generate/listReport.js +121 -0
  271. package/dist/src/sync/v2/generate/listReport.js.map +1 -0
  272. package/dist/{types → src}/sync/v2/generate/objectPage.d.ts +1 -1
  273. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -0
  274. package/dist/src/sync/v2/generate/objectPage.js +547 -0
  275. package/dist/src/sync/v2/generate/objectPage.js.map +1 -0
  276. package/dist/{types → src}/sync/v2/generate/overviewPage.d.ts +1 -1
  277. package/dist/{types → src}/sync/v2/generate/overviewPage.d.ts.map +1 -1
  278. package/dist/src/sync/v2/generate/overviewPage.js +71 -0
  279. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -0
  280. package/dist/{types → src}/sync/v2/generate/utils.d.ts +3 -4
  281. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -0
  282. package/dist/src/sync/v2/generate/utils.js +540 -0
  283. package/dist/src/sync/v2/generate/utils.js.map +1 -0
  284. package/dist/{types → src}/sync/v2/import/app/appProvider.d.ts +4 -4
  285. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -0
  286. package/dist/src/sync/v2/import/app/appProvider.js +142 -0
  287. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -0
  288. package/dist/{types → src}/sync/v2/import/app/ovpProvider.d.ts +1 -1
  289. package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -0
  290. package/dist/src/sync/v2/import/app/ovpProvider.js +33 -0
  291. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -0
  292. package/dist/{types → src}/sync/v2/import/common/index.d.ts +6 -9
  293. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -0
  294. package/dist/src/sync/v2/import/common/index.js +420 -0
  295. package/dist/src/sync/v2/import/common/index.js.map +1 -0
  296. package/dist/{types → src}/sync/v2/import/controls/table.d.ts +2 -2
  297. package/dist/src/sync/v2/import/controls/table.d.ts.map +1 -0
  298. package/dist/src/sync/v2/import/controls/table.js +34 -0
  299. package/dist/src/sync/v2/import/controls/table.js.map +1 -0
  300. package/dist/{types → src}/sync/v2/import/getPageType.d.ts +0 -0
  301. package/dist/{types → src}/sync/v2/import/getPageType.d.ts.map +0 -0
  302. package/dist/src/sync/v2/import/getPageType.js +1 -0
  303. package/dist/src/sync/v2/import/getPageType.js.map +1 -0
  304. package/dist/{types → src}/sync/v2/import/index.d.ts +0 -0
  305. package/dist/{types → src}/sync/v2/import/index.d.ts.map +0 -0
  306. package/dist/src/sync/v2/import/index.js +18 -0
  307. package/dist/src/sync/v2/import/index.js.map +1 -0
  308. package/dist/{types → src}/sync/v2/import/pages/analyticalListPage.d.ts +2 -2
  309. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -0
  310. package/dist/src/sync/v2/import/pages/analyticalListPage.js +129 -0
  311. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -0
  312. package/dist/{types → src}/sync/v2/import/pages/listReport.d.ts +2 -2
  313. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -0
  314. package/dist/src/sync/v2/import/pages/listReport.js +160 -0
  315. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -0
  316. package/dist/{types → src}/sync/v2/import/pages/objectPage.d.ts +3 -2
  317. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -0
  318. package/dist/src/sync/v2/import/pages/objectPage.js +746 -0
  319. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -0
  320. package/dist/{types → src}/sync/v2/import/pages/overviewPage.d.ts +2 -3
  321. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -0
  322. package/dist/src/sync/v2/import/pages/overviewPage.js +112 -0
  323. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -0
  324. package/dist/{types → src}/sync/v2/import/utils.d.ts +5 -5
  325. package/dist/src/sync/v2/import/utils.d.ts.map +1 -0
  326. package/dist/src/sync/v2/import/utils.js +169 -0
  327. package/dist/src/sync/v2/import/utils.js.map +1 -0
  328. package/dist/{types → src}/sync/v2/types.d.ts +5 -6
  329. package/dist/src/sync/v2/types.d.ts.map +1 -0
  330. package/dist/src/sync/v2/types.js +38 -0
  331. package/dist/src/sync/v2/types.js.map +1 -0
  332. package/dist/{types → src}/sync/v4/application.d.ts +6 -9
  333. package/dist/src/sync/v4/application.d.ts.map +1 -0
  334. package/dist/src/sync/v4/application.js +171 -0
  335. package/dist/src/sync/v4/application.js.map +1 -0
  336. package/dist/src/sync/v4/export/controls/FilterBar.d.ts +6 -0
  337. package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -0
  338. package/dist/src/sync/v4/export/controls/FilterBar.js +25 -0
  339. package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -0
  340. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +11 -0
  341. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
  342. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +136 -0
  343. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -0
  344. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +9 -0
  345. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -0
  346. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +55 -0
  347. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -0
  348. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +22 -0
  349. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -0
  350. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +66 -0
  351. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -0
  352. package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts +5 -0
  353. package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts.map +1 -0
  354. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +25 -0
  355. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +1 -0
  356. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +29 -0
  357. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -0
  358. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +234 -0
  359. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -0
  360. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +26 -0
  361. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -0
  362. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +161 -0
  363. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -0
  364. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +20 -0
  365. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
  366. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +114 -0
  367. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -0
  368. package/dist/{types → src}/sync/v4/export/controls/Table.d.ts +49 -35
  369. package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -0
  370. package/dist/src/sync/v4/export/controls/Table.js +847 -0
  371. package/dist/src/sync/v4/export/controls/Table.js.map +1 -0
  372. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +64 -0
  373. package/dist/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -0
  374. package/dist/src/sync/v4/export/controls/TableColumn.js +311 -0
  375. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -0
  376. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +9 -0
  377. package/dist/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -0
  378. package/dist/src/sync/v4/export/controls/ToolBar.js +10 -0
  379. package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -0
  380. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +38 -0
  381. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -0
  382. package/dist/src/sync/v4/export/controls/ToolBarAction.js +215 -0
  383. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -0
  384. package/dist/{types → src}/sync/v4/export/controls/index.d.ts +0 -0
  385. package/dist/{types → src}/sync/v4/export/controls/index.d.ts.map +0 -0
  386. package/dist/src/sync/v4/export/controls/index.js +25 -0
  387. package/dist/src/sync/v4/export/controls/index.js.map +1 -0
  388. package/dist/{types → src}/sync/v4/export/export.d.ts +3 -2
  389. package/dist/src/sync/v4/export/export.d.ts.map +1 -0
  390. package/dist/src/sync/v4/export/export.js +854 -0
  391. package/dist/src/sync/v4/export/export.js.map +1 -0
  392. package/dist/{types → src}/sync/v4/export/exportCustomColumn.d.ts +0 -0
  393. package/dist/{types → src}/sync/v4/export/exportCustomColumn.d.ts.map +0 -0
  394. package/dist/src/sync/v4/export/exportCustomColumn.js +59 -0
  395. package/dist/src/sync/v4/export/exportCustomColumn.js.map +1 -0
  396. package/dist/{types → src}/sync/v4/export/factory.d.ts +0 -0
  397. package/dist/{types → src}/sync/v4/export/factory.d.ts.map +0 -0
  398. package/dist/src/sync/v4/export/factory.js +57 -0
  399. package/dist/src/sync/v4/export/factory.js.map +1 -0
  400. package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts +9 -0
  401. package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -0
  402. package/dist/src/sync/v4/export/flexibleColumnLayout.js +126 -0
  403. package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -0
  404. package/dist/{types → src}/sync/v4/export/manifest.d.ts +2 -2
  405. package/dist/src/sync/v4/export/manifest.d.ts.map +1 -0
  406. package/dist/src/sync/v4/export/manifest.js +280 -0
  407. package/dist/src/sync/v4/export/manifest.js.map +1 -0
  408. package/dist/{types → src}/sync/v4/export/pages/FreestylePage.d.ts +0 -0
  409. package/dist/{types → src}/sync/v4/export/pages/FreestylePage.d.ts.map +0 -0
  410. package/dist/src/sync/v4/export/pages/FreestylePage.js +10 -0
  411. package/dist/src/sync/v4/export/pages/FreestylePage.js.map +1 -0
  412. package/dist/src/sync/v4/export/pages/ListReport.d.ts +14 -0
  413. package/dist/src/sync/v4/export/pages/ListReport.d.ts.map +1 -0
  414. package/dist/src/sync/v4/export/pages/ListReport.js +82 -0
  415. package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -0
  416. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +9 -0
  417. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts.map +1 -0
  418. package/dist/src/sync/v4/export/pages/ObjectPage.js +41 -0
  419. package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -0
  420. package/dist/{types → src}/sync/v4/export/pages/index.d.ts +0 -0
  421. package/dist/{types → src}/sync/v4/export/pages/index.d.ts.map +0 -0
  422. package/dist/src/sync/v4/export/pages/index.js +16 -0
  423. package/dist/src/sync/v4/export/pages/index.js.map +1 -0
  424. package/dist/{types → src}/sync/v4/export/types.d.ts +1 -1
  425. package/dist/{types → src}/sync/v4/export/types.d.ts.map +1 -1
  426. package/dist/src/sync/v4/export/types.js +3 -0
  427. package/dist/src/sync/v4/export/types.js.map +1 -0
  428. package/dist/{types → src}/sync/v4/export/utils.d.ts +2 -2
  429. package/dist/src/sync/v4/export/utils.d.ts.map +1 -0
  430. package/dist/src/sync/v4/export/utils.js +44 -0
  431. package/dist/src/sync/v4/export/utils.js.map +1 -0
  432. package/dist/{types → src}/sync/v4/generate/freestylePage.d.ts +0 -0
  433. package/dist/{types → src}/sync/v4/generate/freestylePage.d.ts.map +0 -0
  434. package/dist/src/sync/v4/generate/freestylePage.js +16 -0
  435. package/dist/src/sync/v4/generate/freestylePage.js.map +1 -0
  436. package/dist/{types → src}/sync/v4/generate/generate.d.ts +1 -1
  437. package/dist/src/sync/v4/generate/generate.d.ts.map +1 -0
  438. package/dist/src/sync/v4/generate/generate.js +82 -0
  439. package/dist/src/sync/v4/generate/generate.js.map +1 -0
  440. package/dist/{types → src}/sync/v4/generate/index.d.ts +0 -0
  441. package/dist/{types → src}/sync/v4/generate/index.d.ts.map +0 -0
  442. package/dist/src/sync/v4/generate/index.js +14 -0
  443. package/dist/src/sync/v4/generate/index.js.map +1 -0
  444. package/dist/{types → src}/sync/v4/generate/listReport.d.ts +0 -0
  445. package/dist/{types → src}/sync/v4/generate/listReport.d.ts.map +1 -1
  446. package/dist/src/sync/v4/generate/listReport.js +712 -0
  447. package/dist/src/sync/v4/generate/listReport.js.map +1 -0
  448. package/dist/{types → src}/sync/v4/generate/objectPage.d.ts +0 -0
  449. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -0
  450. package/dist/src/sync/v4/generate/objectPage.js +628 -0
  451. package/dist/src/sync/v4/generate/objectPage.js.map +1 -0
  452. package/dist/{types → src}/sync/v4/import/app/appProvider.d.ts +2 -2
  453. package/dist/{types → src}/sync/v4/import/app/appProvider.d.ts.map +1 -1
  454. package/dist/src/sync/v4/import/app/appProvider.js +11 -0
  455. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -0
  456. package/dist/{types → src}/sync/v4/import/app/baseAppProvider.d.ts +9 -9
  457. package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +1 -0
  458. package/dist/src/sync/v4/import/app/baseAppProvider.js +358 -0
  459. package/dist/src/sync/v4/import/app/baseAppProvider.js.map +1 -0
  460. package/dist/{types → src}/sync/v4/import/app/freestyleProvider.d.ts +2 -2
  461. package/dist/src/sync/v4/import/app/freestyleProvider.d.ts.map +1 -0
  462. package/dist/src/sync/v4/import/app/freestyleProvider.js +12 -0
  463. package/dist/src/sync/v4/import/app/freestyleProvider.js.map +1 -0
  464. package/dist/{types → src}/sync/v4/import/app/index.d.ts +0 -0
  465. package/dist/{types → src}/sync/v4/import/app/index.d.ts.map +0 -0
  466. package/dist/src/sync/v4/import/app/index.js +13 -0
  467. package/dist/src/sync/v4/import/app/index.js.map +1 -0
  468. package/dist/{types → src}/sync/v4/import/fragment.d.ts +1 -1
  469. package/dist/src/sync/v4/import/fragment.d.ts.map +1 -0
  470. package/dist/src/sync/v4/import/fragment.js +128 -0
  471. package/dist/src/sync/v4/import/fragment.js.map +1 -0
  472. package/dist/{types → src}/sync/v4/import/index.d.ts +0 -0
  473. package/dist/{types → src}/sync/v4/import/index.d.ts.map +0 -0
  474. package/dist/src/sync/v4/import/index.js +15 -0
  475. package/dist/src/sync/v4/import/index.js.map +1 -0
  476. package/dist/{types → src}/sync/v4/import/pages/listReport.d.ts +4 -4
  477. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -0
  478. package/dist/src/sync/v4/import/pages/listReport.js +287 -0
  479. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -0
  480. package/dist/{types → src}/sync/v4/import/pages/objectPage.d.ts +2 -2
  481. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -0
  482. package/dist/src/sync/v4/import/pages/objectPage.js +265 -0
  483. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -0
  484. package/dist/{types → src}/sync/v4/import/utils.d.ts +1 -1
  485. package/dist/{types → src}/sync/v4/import/utils.d.ts.map +1 -1
  486. package/dist/src/sync/v4/import/utils.js +35 -0
  487. package/dist/src/sync/v4/import/utils.js.map +1 -0
  488. package/dist/src/sync/v4/sync-rules/controllerExtensions.d.ts +9 -0
  489. package/dist/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -0
  490. package/dist/src/sync/v4/sync-rules/controllerExtensions.js +104 -0
  491. package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -0
  492. package/dist/{types → src}/sync/v4/types.d.ts +0 -0
  493. package/dist/{types → src}/sync/v4/types.d.ts.map +0 -0
  494. package/dist/src/sync/v4/types.js +3 -0
  495. package/dist/src/sync/v4/types.js.map +1 -0
  496. package/dist/{types → src}/sync/v4/utils/StableIdHelper.d.ts +1 -1
  497. package/dist/{types → src}/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  498. package/dist/src/sync/v4/utils/StableIdHelper.js +145 -0
  499. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -0
  500. package/dist/{types → src}/sync/v4/utils/utils.d.ts +23 -25
  501. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -0
  502. package/dist/src/sync/v4/utils/utils.js +432 -0
  503. package/dist/src/sync/v4/utils/utils.js.map +1 -0
  504. package/package.json +15 -15
  505. package/CHANGELOG.md +0 -458
  506. package/dist/types/apiTypes.d.ts.map +0 -1
  507. package/dist/types/index.d.ts.map +0 -1
  508. package/dist/types/project.d.ts.map +0 -1
  509. package/dist/types/specification/common/Application.d.ts +0 -37
  510. package/dist/types/specification/common/Application.d.ts.map +0 -1
  511. package/dist/types/specification/common/index.d.ts +0 -6
  512. package/dist/types/specification/common/index.d.ts.map +0 -1
  513. package/dist/types/specification/common/page.d.ts +0 -51
  514. package/dist/types/specification/common/page.d.ts.map +0 -1
  515. package/dist/types/specification/common/types.d.ts +0 -17
  516. package/dist/types/specification/common/types.d.ts.map +0 -1
  517. package/dist/types/specification/common/webapp/manifest/Manifest.d.ts +0 -50
  518. package/dist/types/specification/common/webapp/manifest/Manifest.d.ts.map +0 -1
  519. package/dist/types/specification/common/webapp/manifest/index.d.ts +0 -4
  520. package/dist/types/specification/common/webapp/manifest/index.d.ts.map +0 -1
  521. package/dist/types/specification/common/webapp/manifest/sapOvp.d.ts +0 -376
  522. package/dist/types/specification/common/webapp/manifest/sapOvp.d.ts.map +0 -1
  523. package/dist/types/specification/common/webapp/manifest/sapUi5.d.ts +0 -36
  524. package/dist/types/specification/common/webapp/manifest/sapUi5.d.ts.map +0 -1
  525. package/dist/types/specification/schemaAccess.d.ts.map +0 -1
  526. package/dist/types/specification/v2/ApplicationV2.d.ts +0 -47
  527. package/dist/types/specification/v2/ApplicationV2.d.ts.map +0 -1
  528. package/dist/types/specification/v2/controls/Action.d.ts +0 -74
  529. package/dist/types/specification/v2/controls/Action.d.ts.map +0 -1
  530. package/dist/types/specification/v2/controls/AnalyticalListPageChart.d.ts +0 -59
  531. package/dist/types/specification/v2/controls/AnalyticalListPageChart.d.ts.map +0 -1
  532. package/dist/types/specification/v2/controls/AnalyticalListPageKPI.d.ts +0 -31
  533. package/dist/types/specification/v2/controls/AnalyticalListPageKPI.d.ts.map +0 -1
  534. package/dist/types/specification/v2/controls/Card.d.ts +0 -658
  535. package/dist/types/specification/v2/controls/Card.d.ts.map +0 -1
  536. package/dist/types/specification/v2/controls/Facets.d.ts +0 -18
  537. package/dist/types/specification/v2/controls/Facets.d.ts.map +0 -1
  538. package/dist/types/specification/v2/controls/Field.d.ts +0 -11
  539. package/dist/types/specification/v2/controls/Field.d.ts.map +0 -1
  540. package/dist/types/specification/v2/controls/FilterBar.d.ts +0 -235
  541. package/dist/types/specification/v2/controls/FilterBar.d.ts.map +0 -1
  542. package/dist/types/specification/v2/controls/Footer.d.ts +0 -21
  543. package/dist/types/specification/v2/controls/Footer.d.ts.map +0 -1
  544. package/dist/types/specification/v2/controls/ObjectPageChart.d.ts +0 -17
  545. package/dist/types/specification/v2/controls/ObjectPageChart.d.ts.map +0 -1
  546. package/dist/types/specification/v2/controls/ObjectPageForm.d.ts +0 -16
  547. package/dist/types/specification/v2/controls/ObjectPageForm.d.ts.map +0 -1
  548. package/dist/types/specification/v2/controls/ObjectPageHeader.d.ts +0 -33
  549. package/dist/types/specification/v2/controls/ObjectPageHeader.d.ts.map +0 -1
  550. package/dist/types/specification/v2/controls/ObjectPageLayout.d.ts +0 -23
  551. package/dist/types/specification/v2/controls/ObjectPageLayout.d.ts.map +0 -1
  552. package/dist/types/specification/v2/controls/ObjectPageSection.d.ts +0 -121
  553. package/dist/types/specification/v2/controls/ObjectPageSection.d.ts.map +0 -1
  554. package/dist/types/specification/v2/controls/ObjectPageTable.d.ts +0 -187
  555. package/dist/types/specification/v2/controls/ObjectPageTable.d.ts.map +0 -1
  556. package/dist/types/specification/v2/controls/ObjectPageToolBar.d.ts +0 -16
  557. package/dist/types/specification/v2/controls/ObjectPageToolBar.d.ts.map +0 -1
  558. package/dist/types/specification/v2/controls/Table.d.ts +0 -483
  559. package/dist/types/specification/v2/controls/Table.d.ts.map +0 -1
  560. package/dist/types/specification/v2/controls/ToolBar.d.ts +0 -9
  561. package/dist/types/specification/v2/controls/ToolBar.d.ts.map +0 -1
  562. package/dist/types/specification/v2/controls/index.d.ts +0 -18
  563. package/dist/types/specification/v2/controls/index.d.ts.map +0 -1
  564. package/dist/types/specification/v2/index.d.ts +0 -6
  565. package/dist/types/specification/v2/index.d.ts.map +0 -1
  566. package/dist/types/specification/v2/page.d.ts +0 -8
  567. package/dist/types/specification/v2/page.d.ts.map +0 -1
  568. package/dist/types/specification/v2/pages/AnalyticalListPageConfig.d.ts +0 -22
  569. package/dist/types/specification/v2/pages/AnalyticalListPageConfig.d.ts.map +0 -1
  570. package/dist/types/specification/v2/pages/ListReportConfig.d.ts +0 -13
  571. package/dist/types/specification/v2/pages/ListReportConfig.d.ts.map +0 -1
  572. package/dist/types/specification/v2/pages/ObjectPageConfig.d.ts +0 -34
  573. package/dist/types/specification/v2/pages/ObjectPageConfig.d.ts.map +0 -1
  574. package/dist/types/specification/v2/pages/OverviewPageConfig.d.ts +0 -132
  575. package/dist/types/specification/v2/pages/OverviewPageConfig.d.ts.map +0 -1
  576. package/dist/types/specification/v2/pages/index.d.ts +0 -5
  577. package/dist/types/specification/v2/pages/index.d.ts.map +0 -1
  578. package/dist/types/specification/v2/webapp/index.d.ts +0 -2
  579. package/dist/types/specification/v2/webapp/index.d.ts.map +0 -1
  580. package/dist/types/specification/v2/webapp/manifest/index.d.ts +0 -3
  581. package/dist/types/specification/v2/webapp/manifest/index.d.ts.map +0 -1
  582. package/dist/types/specification/v2/webapp/manifest/sapUi.d.ts +0 -11
  583. package/dist/types/specification/v2/webapp/manifest/sapUi.d.ts.map +0 -1
  584. package/dist/types/specification/v2/webapp/manifest/sapUi5.d.ts +0 -99
  585. package/dist/types/specification/v2/webapp/manifest/sapUi5.d.ts.map +0 -1
  586. package/dist/types/specification/v2/webapp/manifest/sapUiPageV2.d.ts +0 -32
  587. package/dist/types/specification/v2/webapp/manifest/sapUiPageV2.d.ts.map +0 -1
  588. package/dist/types/specification/v4/ApplicationV4.d.ts +0 -36
  589. package/dist/types/specification/v4/ApplicationV4.d.ts.map +0 -1
  590. package/dist/types/specification/v4/controls/FilterBar.d.ts +0 -19
  591. package/dist/types/specification/v4/controls/FilterBar.d.ts.map +0 -1
  592. package/dist/types/specification/v4/controls/ObjectPageFooter.d.ts +0 -12
  593. package/dist/types/specification/v4/controls/ObjectPageFooter.d.ts.map +0 -1
  594. package/dist/types/specification/v4/controls/ObjectPageHeader.d.ts +0 -30
  595. package/dist/types/specification/v4/controls/ObjectPageHeader.d.ts.map +0 -1
  596. package/dist/types/specification/v4/controls/ObjectPageHeaderSection.d.ts +0 -47
  597. package/dist/types/specification/v4/controls/ObjectPageHeaderSection.d.ts.map +0 -1
  598. package/dist/types/specification/v4/controls/ObjectPageLayout.d.ts +0 -15
  599. package/dist/types/specification/v4/controls/ObjectPageLayout.d.ts.map +0 -1
  600. package/dist/types/specification/v4/controls/ObjectPageSection.d.ts +0 -99
  601. package/dist/types/specification/v4/controls/ObjectPageSection.d.ts.map +0 -1
  602. package/dist/types/specification/v4/controls/ObjectPageTable.d.ts +0 -107
  603. package/dist/types/specification/v4/controls/ObjectPageTable.d.ts.map +0 -1
  604. package/dist/types/specification/v4/controls/ObjectPageToolBar.d.ts +0 -38
  605. package/dist/types/specification/v4/controls/ObjectPageToolBar.d.ts.map +0 -1
  606. package/dist/types/specification/v4/controls/Table.d.ts +0 -352
  607. package/dist/types/specification/v4/controls/Table.d.ts.map +0 -1
  608. package/dist/types/specification/v4/controls/ToolBar.d.ts +0 -111
  609. package/dist/types/specification/v4/controls/ToolBar.d.ts.map +0 -1
  610. package/dist/types/specification/v4/controls/index.d.ts +0 -11
  611. package/dist/types/specification/v4/controls/index.d.ts.map +0 -1
  612. package/dist/types/specification/v4/index.d.ts +0 -6
  613. package/dist/types/specification/v4/index.d.ts.map +0 -1
  614. package/dist/types/specification/v4/page.d.ts +0 -21
  615. package/dist/types/specification/v4/page.d.ts.map +0 -1
  616. package/dist/types/specification/v4/pages/FreestylePageConfig.d.ts +0 -3
  617. package/dist/types/specification/v4/pages/FreestylePageConfig.d.ts.map +0 -1
  618. package/dist/types/specification/v4/pages/ListReportConfig.d.ts +0 -37
  619. package/dist/types/specification/v4/pages/ListReportConfig.d.ts.map +0 -1
  620. package/dist/types/specification/v4/pages/ObjectPageConfig.d.ts +0 -19
  621. package/dist/types/specification/v4/pages/ObjectPageConfig.d.ts.map +0 -1
  622. package/dist/types/specification/v4/pages/index.d.ts +0 -4
  623. package/dist/types/specification/v4/pages/index.d.ts.map +0 -1
  624. package/dist/types/specification/v4/webapp/index.d.ts +0 -2
  625. package/dist/types/specification/v4/webapp/index.d.ts.map +0 -1
  626. package/dist/types/specification/v4/webapp/manifest/ManifestSettings.d.ts +0 -225
  627. package/dist/types/specification/v4/webapp/manifest/ManifestSettings.d.ts.map +0 -1
  628. package/dist/types/specification/v4/webapp/manifest/index.d.ts +0 -5
  629. package/dist/types/specification/v4/webapp/manifest/index.d.ts.map +0 -1
  630. package/dist/types/specification/v4/webapp/manifest/sapUi5.d.ts +0 -110
  631. package/dist/types/specification/v4/webapp/manifest/sapUi5.d.ts.map +0 -1
  632. package/dist/types/specification/v4/webapp/manifest/sapUiPageV4.d.ts +0 -84
  633. package/dist/types/specification/v4/webapp/manifest/sapUiPageV4.d.ts.map +0 -1
  634. package/dist/types/sync/common/appProvider.d.ts.map +0 -1
  635. package/dist/types/sync/common/decoration/control.d.ts.map +0 -1
  636. package/dist/types/sync/common/decoration/decorators.d.ts.map +0 -1
  637. package/dist/types/sync/common/decoration/flex.d.ts +0 -7
  638. package/dist/types/sync/common/decoration/flex.d.ts.map +0 -1
  639. package/dist/types/sync/common/flexUtils.d.ts.map +0 -1
  640. package/dist/types/sync/common/generate/objectPage.d.ts.map +0 -1
  641. package/dist/types/sync/common/generate/utils.d.ts.map +0 -1
  642. package/dist/types/sync/common/importProject.d.ts.map +0 -1
  643. package/dist/types/sync/common/types.d.ts.map +0 -1
  644. package/dist/types/sync/common/utils.d.ts.map +0 -1
  645. package/dist/types/sync/v2/application.d.ts.map +0 -1
  646. package/dist/types/sync/v2/export/controls/Action.d.ts.map +0 -1
  647. package/dist/types/sync/v2/export/controls/AnalyticalListPageChart.d.ts +0 -10
  648. package/dist/types/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +0 -1
  649. package/dist/types/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +0 -10
  650. package/dist/types/sync/v2/export/controls/Card.d.ts.map +0 -1
  651. package/dist/types/sync/v2/export/controls/Field.d.ts +0 -5
  652. package/dist/types/sync/v2/export/controls/Field.d.ts.map +0 -1
  653. package/dist/types/sync/v2/export/controls/FilterBar.d.ts +0 -42
  654. package/dist/types/sync/v2/export/controls/FilterBar.d.ts.map +0 -1
  655. package/dist/types/sync/v2/export/controls/FormAction.d.ts.map +0 -1
  656. package/dist/types/sync/v2/export/controls/Fragment.d.ts.map +0 -1
  657. package/dist/types/sync/v2/export/controls/ObjectPageChart.d.ts +0 -8
  658. package/dist/types/sync/v2/export/controls/ObjectPageChart.d.ts.map +0 -1
  659. package/dist/types/sync/v2/export/controls/ObjectPageCustomSection.d.ts +0 -20
  660. package/dist/types/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +0 -1
  661. package/dist/types/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +0 -1
  662. package/dist/types/sync/v2/export/controls/ObjectPageHeader.d.ts +0 -11
  663. package/dist/types/sync/v2/export/controls/ObjectPageHeader.d.ts.map +0 -1
  664. package/dist/types/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +0 -1
  665. package/dist/types/sync/v2/export/controls/ObjectPageLayout.d.ts +0 -8
  666. package/dist/types/sync/v2/export/controls/ObjectPageLayout.d.ts.map +0 -1
  667. package/dist/types/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +0 -45
  668. package/dist/types/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +0 -1
  669. package/dist/types/sync/v2/export/controls/ObjectPageTable.d.ts +0 -53
  670. package/dist/types/sync/v2/export/controls/ObjectPageTable.d.ts.map +0 -1
  671. package/dist/types/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +0 -1
  672. package/dist/types/sync/v2/export/controls/Table.d.ts.map +0 -1
  673. package/dist/types/sync/v2/export/controls/TableColumn.d.ts.map +0 -1
  674. package/dist/types/sync/v2/export/controls/ToolBar.d.ts +0 -5
  675. package/dist/types/sync/v2/export/controls/ToolBar.d.ts.map +0 -1
  676. package/dist/types/sync/v2/export/exportPage.d.ts.map +0 -1
  677. package/dist/types/sync/v2/export/manifest.d.ts.map +0 -1
  678. package/dist/types/sync/v2/export/pages/AnalyticalListPage.d.ts +0 -15
  679. package/dist/types/sync/v2/export/pages/AnalyticalListPage.d.ts.map +0 -1
  680. package/dist/types/sync/v2/export/pages/ListReport.d.ts +0 -11
  681. package/dist/types/sync/v2/export/pages/ListReport.d.ts.map +0 -1
  682. package/dist/types/sync/v2/export/pages/ObjectPage.d.ts +0 -19
  683. package/dist/types/sync/v2/export/pages/ObjectPage.d.ts.map +0 -1
  684. package/dist/types/sync/v2/export/pages/OverviewPage.d.ts.map +0 -1
  685. package/dist/types/sync/v2/export/view-controller-generator.d.ts.map +0 -1
  686. package/dist/types/sync/v2/generate/analyticalListReport.d.ts.map +0 -1
  687. package/dist/types/sync/v2/generate/generate.d.ts.map +0 -1
  688. package/dist/types/sync/v2/generate/listReport.d.ts.map +0 -1
  689. package/dist/types/sync/v2/generate/objectPage.d.ts.map +0 -1
  690. package/dist/types/sync/v2/generate/utils.d.ts.map +0 -1
  691. package/dist/types/sync/v2/import/app/appProvider.d.ts.map +0 -1
  692. package/dist/types/sync/v2/import/app/ovpProvider.d.ts.map +0 -1
  693. package/dist/types/sync/v2/import/common/index.d.ts.map +0 -1
  694. package/dist/types/sync/v2/import/controls/table.d.ts.map +0 -1
  695. package/dist/types/sync/v2/import/pages/analyticalListPage.d.ts.map +0 -1
  696. package/dist/types/sync/v2/import/pages/listReport.d.ts.map +0 -1
  697. package/dist/types/sync/v2/import/pages/objectPage.d.ts.map +0 -1
  698. package/dist/types/sync/v2/import/pages/overviewPage.d.ts.map +0 -1
  699. package/dist/types/sync/v2/import/utils.d.ts.map +0 -1
  700. package/dist/types/sync/v2/types.d.ts.map +0 -1
  701. package/dist/types/sync/v4/application.d.ts.map +0 -1
  702. package/dist/types/sync/v4/export/controls/FilterBar.d.ts +0 -5
  703. package/dist/types/sync/v4/export/controls/FilterBar.d.ts.map +0 -1
  704. package/dist/types/sync/v4/export/controls/ObjectPageCustomSection.d.ts +0 -13
  705. package/dist/types/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +0 -1
  706. package/dist/types/sync/v4/export/controls/ObjectPageHeader.d.ts +0 -9
  707. package/dist/types/sync/v4/export/controls/ObjectPageHeader.d.ts.map +0 -1
  708. package/dist/types/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +0 -22
  709. package/dist/types/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +0 -1
  710. package/dist/types/sync/v4/export/controls/ObjectPageLayout.d.ts +0 -5
  711. package/dist/types/sync/v4/export/controls/ObjectPageLayout.d.ts.map +0 -1
  712. package/dist/types/sync/v4/export/controls/ObjectPageTable.d.ts +0 -29
  713. package/dist/types/sync/v4/export/controls/ObjectPageTable.d.ts.map +0 -1
  714. package/dist/types/sync/v4/export/controls/ObjectPageTableColumn.d.ts +0 -26
  715. package/dist/types/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +0 -1
  716. package/dist/types/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +0 -20
  717. package/dist/types/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +0 -1
  718. package/dist/types/sync/v4/export/controls/Table.d.ts.map +0 -1
  719. package/dist/types/sync/v4/export/controls/TableColumn.d.ts +0 -64
  720. package/dist/types/sync/v4/export/controls/TableColumn.d.ts.map +0 -1
  721. package/dist/types/sync/v4/export/controls/ToolBar.d.ts +0 -9
  722. package/dist/types/sync/v4/export/controls/ToolBar.d.ts.map +0 -1
  723. package/dist/types/sync/v4/export/controls/ToolBarAction.d.ts +0 -38
  724. package/dist/types/sync/v4/export/controls/ToolBarAction.d.ts.map +0 -1
  725. package/dist/types/sync/v4/export/export.d.ts.map +0 -1
  726. package/dist/types/sync/v4/export/flexibleColumnLayout.d.ts +0 -8
  727. package/dist/types/sync/v4/export/flexibleColumnLayout.d.ts.map +0 -1
  728. package/dist/types/sync/v4/export/manifest.d.ts.map +0 -1
  729. package/dist/types/sync/v4/export/pages/ListReport.d.ts +0 -14
  730. package/dist/types/sync/v4/export/pages/ListReport.d.ts.map +0 -1
  731. package/dist/types/sync/v4/export/pages/ObjectPage.d.ts +0 -9
  732. package/dist/types/sync/v4/export/pages/ObjectPage.d.ts.map +0 -1
  733. package/dist/types/sync/v4/export/utils.d.ts.map +0 -1
  734. package/dist/types/sync/v4/generate/generate.d.ts.map +0 -1
  735. package/dist/types/sync/v4/generate/objectPage.d.ts.map +0 -1
  736. package/dist/types/sync/v4/import/app/baseAppProvider.d.ts.map +0 -1
  737. package/dist/types/sync/v4/import/app/freestyleProvider.d.ts.map +0 -1
  738. package/dist/types/sync/v4/import/fragment.d.ts.map +0 -1
  739. package/dist/types/sync/v4/import/pages/listReport.d.ts.map +0 -1
  740. package/dist/types/sync/v4/import/pages/objectPage.d.ts.map +0 -1
  741. package/dist/types/sync/v4/utils/utils.d.ts.map +0 -1
  742. package/dist/types/v2.d.ts +0 -3
  743. package/dist/types/v2.d.ts.map +0 -1
  744. package/dist/types/v4.d.ts +0 -3
  745. package/dist/types/v4.d.ts.map +0 -1
@@ -0,0 +1,847 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.Table = exports.MultiTableModeV4 = exports.TableViewExtension = exports.LRTableView = exports.LRChartView = exports.ALPTable = exports.TableViewSettings = exports.CommonViewSettings = exports.ALPChart = exports.TableSettings = exports.QuickVariantSelectionV4 = exports.ViewPersonalizationType = exports.PersonalizationType = exports.ViewTableCreationMode = exports.TableCreationMode = exports.deleteCreationModeCreateAtEnd = exports.exportCreationModeCreateAtEnd = exports.deletePersonalizationProperty = exports.deleteCreationModeName = exports.exportPersonalizationProperty = exports.exportPersonalization = exports.checkViewOrder = exports.exportCreationModeName = void 0;
10
+ const common_1 = require("../../../common");
11
+ const decorators_1 = require("../../../common/decoration/decorators");
12
+ const application_1 = require("../../application");
13
+ /**
14
+ * Special edition of the global function getManifestSectionByPathV4 that initializes the views array if empty
15
+ * @param manifest - manifest.json
16
+ * @param path - path to the views array in manifest
17
+ * @param key - key of the view
18
+ * @returns the paths array of the views
19
+ */
20
+ const getManifestSectionByPathV4 = (manifest, path) => {
21
+ let manifestSection = manifest;
22
+ for (const element of path.split('/')) {
23
+ if (!manifestSection[element]) {
24
+ if (element === 'paths') {
25
+ manifestSection[element] = [];
26
+ }
27
+ else {
28
+ manifestSection[element] = {};
29
+ }
30
+ }
31
+ manifestSection = manifestSection[element];
32
+ }
33
+ return manifestSection;
34
+ };
35
+ /**
36
+ * Common function for determining the path in manifest of a list report view's path
37
+ * @param pageName - page name in manifest
38
+ * @param manifest - manifest.json
39
+ * @param _targetAnnotationEncoded - target annotation (not used here)
40
+ * @param viewKey - value of the key property of the view
41
+ * @returns the path to the entry in manifest
42
+ */
43
+ function getSettingsPathForLRViewsPath(pageName, manifest, _targetAnnotationEncoded, viewKey, _targetAnnotation, configObject) {
44
+ const viewsPath = application_1.getSettingsPathForLRViewsPaths(pageName);
45
+ const manifestSection = getManifestSectionByPathV4(JSON.parse(JSON.stringify(manifest)), viewsPath);
46
+ let path;
47
+ for (let index = 0; index < manifestSection.length; index++) {
48
+ const view = manifestSection[index];
49
+ if (view && (view[common_1.SchemaTag.key] === configObject?.['key'] || view[common_1.SchemaTag.key] === viewKey)) {
50
+ path = `${viewsPath}/${index}`;
51
+ break;
52
+ }
53
+ }
54
+ if (!path) {
55
+ path = `${viewsPath}/[]`;
56
+ }
57
+ return path;
58
+ }
59
+ /**
60
+ * sync rule function for export of creationMode.name
61
+ * @param manifestSection - section in manifest comprising the table settings
62
+ * @param configObject - section in config.json describing the table settings
63
+ * @param key - key or property in config.json
64
+ * @param manifestKey - key or property in manifest
65
+ */
66
+ function exportCreationModeName(manifestSection, configObject, key, manifestKey) {
67
+ if (typeof manifestSection['creationMode'] === 'string') {
68
+ manifestSection['creationMode'] = {};
69
+ }
70
+ manifestSection['creationMode'][manifestKey] = configObject[key];
71
+ }
72
+ exports.exportCreationModeName = exportCreationModeName;
73
+ /**
74
+ * Subroutine of checkViewOrder, fills the new list of views for the manifest
75
+ */
76
+ function fillNewlyOrderedViews(manifestSection, keyInConfig, newIndex, minIndex, maxIndex, direction) {
77
+ const newlyOrderedViews = JSON.parse(JSON.stringify(manifestSection));
78
+ const viewKeys = Object.keys(manifestSection);
79
+ for (const index of viewKeys) {
80
+ const indexInManifest = Number(index);
81
+ const view = manifestSection[index];
82
+ if (keyInConfig === view['key']) {
83
+ newlyOrderedViews[newIndex] = view;
84
+ }
85
+ else {
86
+ if (indexInManifest >= minIndex && indexInManifest <= maxIndex) {
87
+ newlyOrderedViews[Math.max(0, indexInManifest + direction)] = view;
88
+ }
89
+ else {
90
+ newlyOrderedViews[index] = view;
91
+ }
92
+ }
93
+ }
94
+ return newlyOrderedViews;
95
+ }
96
+ /**
97
+ * If a view index was changed we need to adapt the order of views in manifest
98
+ * @param manifestSection - section in manifest comprising the table settings
99
+ * @param configObject - section in config.json describing the table settings
100
+ */
101
+ function checkViewOrder(manifestSection, configObject) {
102
+ const keyInConfig = configObject['key'];
103
+ const oldIndex = manifestSection.findIndex((view) => {
104
+ return view?.['key'] === keyInConfig;
105
+ });
106
+ const newIndex = configObject['index'];
107
+ if (oldIndex > -1 && oldIndex !== newIndex) {
108
+ const direction = newIndex > oldIndex ? -1 : 1;
109
+ const minIndex = Math.min(Number(oldIndex), newIndex);
110
+ const maxIndex = Math.max(Number(oldIndex), newIndex);
111
+ const newlyOrderedViews = fillNewlyOrderedViews(manifestSection, keyInConfig, newIndex, minIndex, maxIndex, direction);
112
+ for (const index of Object.keys(newlyOrderedViews)) {
113
+ manifestSection[index] = newlyOrderedViews[index];
114
+ }
115
+ }
116
+ }
117
+ exports.checkViewOrder = checkViewOrder;
118
+ /**
119
+ * common sync rule function for export of creation for personalization object
120
+ * @param manifestSection - section in manifest comprising the table settings
121
+ * @param configObject - section in config.json describing the table settings
122
+ * @param key - key or property in config.json
123
+ * @param manifestKey - key or property in manifest
124
+ */
125
+ function exportPersonalization(manifestSection, configObject, key, manifestKey) {
126
+ if (!manifestSection[manifestKey] &&
127
+ typeof configObject[key] === 'object' &&
128
+ Object.keys(configObject[key]).length) {
129
+ // Create 'personalization' object only when config object is not empty
130
+ configObject[key] = {};
131
+ }
132
+ }
133
+ exports.exportPersonalization = exportPersonalization;
134
+ /**
135
+ * common sync rule function for export of personalization properties
136
+ * @param manifestSection - section in manifest comprising the table settings
137
+ * @param configObject - section in config.json describing the table settings
138
+ * @param key - key or property in config.json
139
+ * @param manifestKey - key or property in manifest
140
+ */
141
+ function exportPersonalizationProperty(manifestSection, configObject, key, manifestKey) {
142
+ if (typeof manifestSection['personalization'] === 'boolean' || !manifestSection['personalization']) {
143
+ manifestSection['personalization'] = {};
144
+ }
145
+ manifestSection['personalization'][manifestKey] = configObject[key];
146
+ }
147
+ exports.exportPersonalizationProperty = exportPersonalizationProperty;
148
+ /**
149
+ * sync rule function for the deletion of creationMode.name
150
+ * @param manifestSection - section in manifest comprising the table settings
151
+ * @param manifestKey - key or property in manifest
152
+ */
153
+ function deleteCreationModeName(manifestSection, manifestKey) {
154
+ if (typeof manifestSection['creationMode'] === 'object' &&
155
+ manifestSection['creationMode'][manifestKey] !== undefined) {
156
+ delete manifestSection['creationMode'][manifestKey];
157
+ }
158
+ else if (typeof manifestSection['creationMode'] === 'string' && manifestSection['creationMode'] !== undefined) {
159
+ delete manifestSection['creationMode'];
160
+ }
161
+ }
162
+ exports.deleteCreationModeName = deleteCreationModeName;
163
+ /**
164
+ * common sync rule function for the deletion of any property of personalization
165
+ * @param manifestSection - section in manifest comprising the table settings
166
+ * @param _configObject - page config object
167
+ * @param _key - key or property in page config object
168
+ * @param manifestKey - key or property in manifest
169
+ */
170
+ function deletePersonalizationProperty(manifestSection, _configObject, _key, manifestKey) {
171
+ if (typeof manifestSection['personalization'] === 'object' &&
172
+ manifestSection['personalization'][manifestKey] !== undefined) {
173
+ delete manifestSection['personalization'][manifestKey];
174
+ if (Object.keys(manifestSection['personalization']).length === 0) {
175
+ delete manifestSection['personalization'];
176
+ }
177
+ }
178
+ else if (typeof manifestSection['personalization'] === 'string' &&
179
+ manifestSection['personalization'] !== undefined) {
180
+ delete manifestSection['personalization'];
181
+ }
182
+ }
183
+ exports.deletePersonalizationProperty = deletePersonalizationProperty;
184
+ /**
185
+ * sync rule deleting a view if the index gets deleted
186
+ * @param manifestSection - manifest section of the given view
187
+ * @param configObject - section of the configration JSON
188
+ * @param syncRuleKey - key of the view
189
+ * @param config - the complete config JSON
190
+ */
191
+ function deleteView(manifestSection, configObject, _configPropertyKey, _manifestKey, syncRuleKey, config) {
192
+ let deletedViewIndex;
193
+ if (!configObject || Object.keys(configObject).length === 0) {
194
+ const viewsInManifest = manifestSection;
195
+ Object.keys(viewsInManifest).forEach((index) => {
196
+ if (viewsInManifest[index] && viewsInManifest[index].key === syncRuleKey) {
197
+ manifestSection[Number(index)] = {};
198
+ deletedViewIndex = index;
199
+ }
200
+ });
201
+ }
202
+ if (deletedViewIndex) {
203
+ const viewsInConfig = config['table']['views'];
204
+ for (const key in viewsInConfig) {
205
+ if (viewsInConfig[key].index > deletedViewIndex) {
206
+ viewsInConfig[key].index--;
207
+ }
208
+ }
209
+ }
210
+ }
211
+ /**
212
+ * sync rule for preventing the deletion of a property
213
+ */
214
+ function doNotDelete() {
215
+ return;
216
+ }
217
+ /**
218
+ * sync rule function for export of creationMode.createAtEnd
219
+ * @param manifestSection - section in manifest comprising the table settings
220
+ * @param configObject - section in config.json describing the table settings
221
+ * @param key - key or property in config.json
222
+ * @param manifestKey - key or property in manifest
223
+ */
224
+ function exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey) {
225
+ if (typeof manifestSection['creationMode'] === 'object') {
226
+ manifestSection['creationMode'][manifestKey] = configObject[key];
227
+ }
228
+ else if (typeof manifestSection['creationMode'] === 'string') {
229
+ // If createAtEnd property is defined in config, then we have to convert manifest property creationMode to an object
230
+ manifestSection['creationMode'] = {
231
+ name: configObject['name'],
232
+ [manifestKey]: configObject[key]
233
+ };
234
+ }
235
+ }
236
+ exports.exportCreationModeCreateAtEnd = exportCreationModeCreateAtEnd;
237
+ /**
238
+ * sync rule function for the deletion of creationMode.createAtEnd
239
+ * @param manifestSection - section in manifest comprising the table settings
240
+ * @param manifestKey - key or property in manifest
241
+ */
242
+ function deleteCreationModeCreateAtEnd(manifestSection, manifestKey) {
243
+ if (typeof manifestSection['creationMode'] === 'object' &&
244
+ manifestSection['creationMode'][manifestKey] !== undefined) {
245
+ delete manifestSection['creationMode'][manifestKey];
246
+ }
247
+ }
248
+ exports.deleteCreationModeCreateAtEnd = deleteCreationModeCreateAtEnd;
249
+ /**
250
+ * sync rule for the import of personalization, does an implicit conversion of the former boolean value to the new object representation
251
+ * @param tableSettings - table settings in manifest, to be analyzed
252
+ * @returns - object representing the value(s) for the config file
253
+ */
254
+ function importPersonalization(tableSettings) {
255
+ const value = tableSettings['personalization'];
256
+ if (typeof value === 'object') {
257
+ return value;
258
+ }
259
+ else if (typeof value === 'boolean') {
260
+ return {
261
+ column: value,
262
+ sort: value,
263
+ filter: value
264
+ };
265
+ }
266
+ }
267
+ /**
268
+ * sync rule for the import of creationMode, does an implicit conversion of the former string value to the new object representation
269
+ * @param tableSettings - table settings in manifest, to be analyzed
270
+ * @returns - object representing the value(s) for the config file
271
+ */
272
+ function importCreationMode(tableSettings) {
273
+ const value = tableSettings['creationMode'];
274
+ if (typeof value === 'object') {
275
+ return value;
276
+ }
277
+ else if (typeof value === 'string') {
278
+ return {
279
+ name: value
280
+ };
281
+ }
282
+ }
283
+ /**
284
+ * sync rule for the import of the index of a table view
285
+ * @param manifestSection - manifest section, as determined by synRule.path
286
+ * @param _sectionId - not used
287
+ * @param _propertyKey - not used
288
+ * @param breadcrumbs - list if breadcrumbs, includes the given view key
289
+ * @returns index of the view in manifest, undefined if not found
290
+ */
291
+ function determineIndexOfView(manifestSection, _sectionId, _propertyKey, breadcrumbs) {
292
+ const viewIndex = manifestSection.findIndex((view) => view['key'] === breadcrumbs[0]);
293
+ return viewIndex === -1 ? undefined : viewIndex;
294
+ }
295
+ /**********************************
296
+ * Sync class for TableCreationMode
297
+ */
298
+ class TableCreationMode {
299
+ }
300
+ __decorate([
301
+ decorators_1.syncRule({
302
+ manifest: {
303
+ path: application_1.getTableSettingsPathForLR,
304
+ export: (manifestSection, configObject, key, manifestKey) => {
305
+ exportCreationModeName(manifestSection, configObject, key, manifestKey);
306
+ },
307
+ delete: (manifestSection, _configObject, _key, manifestKey) => {
308
+ deleteCreationModeName(manifestSection, manifestKey);
309
+ }
310
+ }
311
+ })
312
+ ], TableCreationMode.prototype, "name", void 0);
313
+ __decorate([
314
+ decorators_1.syncRule({
315
+ manifest: {
316
+ path: application_1.getTableSettingsPathForLR,
317
+ export: (manifestSection, configObject, key, manifestKey) => {
318
+ exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey);
319
+ },
320
+ delete: (manifestSection, _configObject, _key, manifestKey) => {
321
+ deleteCreationModeCreateAtEnd(manifestSection, manifestKey);
322
+ }
323
+ }
324
+ })
325
+ ], TableCreationMode.prototype, "createAtEnd", void 0);
326
+ exports.TableCreationMode = TableCreationMode;
327
+ /**********************************
328
+ * Sync class for TableCreationMode
329
+ */
330
+ class ViewTableCreationMode {
331
+ }
332
+ __decorate([
333
+ decorators_1.syncRule({
334
+ manifest: {
335
+ path: application_1.getTableSettingsPathForView,
336
+ export: (manifestSection, configObject, key, manifestKey) => {
337
+ exportCreationModeName(manifestSection, configObject, key, manifestKey);
338
+ },
339
+ delete: (manifestSection, _configObject, _key, manifestKey) => {
340
+ deleteCreationModeName(manifestSection, manifestKey);
341
+ }
342
+ }
343
+ })
344
+ ], ViewTableCreationMode.prototype, "name", void 0);
345
+ __decorate([
346
+ decorators_1.syncRule({
347
+ manifest: {
348
+ path: application_1.getTableSettingsPathForView,
349
+ export: (manifestSection, configObject, key, manifestKey) => {
350
+ exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey);
351
+ },
352
+ delete: (manifestSection, _configObject, _key, manifestKey) => {
353
+ deleteCreationModeCreateAtEnd(manifestSection, manifestKey);
354
+ }
355
+ }
356
+ })
357
+ ], ViewTableCreationMode.prototype, "createAtEnd", void 0);
358
+ exports.ViewTableCreationMode = ViewTableCreationMode;
359
+ /************************************
360
+ * Sync class for PersonalizationType
361
+ */
362
+ class PersonalizationType {
363
+ }
364
+ __decorate([
365
+ decorators_1.syncRule({
366
+ manifest: {
367
+ path: application_1.getTableSettingsPathForLR,
368
+ export: exportPersonalizationProperty,
369
+ delete: deletePersonalizationProperty
370
+ }
371
+ })
372
+ ], PersonalizationType.prototype, "column", void 0);
373
+ __decorate([
374
+ decorators_1.syncRule({
375
+ manifest: {
376
+ path: application_1.getTableSettingsPathForLR,
377
+ export: exportPersonalizationProperty,
378
+ delete: deletePersonalizationProperty
379
+ }
380
+ })
381
+ ], PersonalizationType.prototype, "sort", void 0);
382
+ __decorate([
383
+ decorators_1.syncRule({
384
+ manifest: {
385
+ path: application_1.getTableSettingsPathForLR,
386
+ export: exportPersonalizationProperty,
387
+ delete: deletePersonalizationProperty
388
+ }
389
+ })
390
+ ], PersonalizationType.prototype, "filter", void 0);
391
+ exports.PersonalizationType = PersonalizationType;
392
+ class ViewPersonalizationType {
393
+ }
394
+ __decorate([
395
+ decorators_1.syncRule({
396
+ manifest: {
397
+ path: application_1.getTableSettingsPathForView,
398
+ export: exportPersonalizationProperty,
399
+ delete: deletePersonalizationProperty
400
+ }
401
+ })
402
+ ], ViewPersonalizationType.prototype, "column", void 0);
403
+ __decorate([
404
+ decorators_1.syncRule({
405
+ manifest: {
406
+ path: application_1.getTableSettingsPathForView,
407
+ export: exportPersonalizationProperty,
408
+ delete: deletePersonalizationProperty
409
+ }
410
+ })
411
+ ], ViewPersonalizationType.prototype, "sort", void 0);
412
+ __decorate([
413
+ decorators_1.syncRule({
414
+ manifest: {
415
+ path: application_1.getTableSettingsPathForLR,
416
+ export: exportPersonalizationProperty,
417
+ delete: deletePersonalizationProperty
418
+ }
419
+ })
420
+ ], ViewPersonalizationType.prototype, "filter", void 0);
421
+ exports.ViewPersonalizationType = ViewPersonalizationType;
422
+ /****************************************
423
+ * Sync class for QuickVariantSelectionV4
424
+ */
425
+ class QuickVariantSelectionV4 {
426
+ }
427
+ __decorate([
428
+ decorators_1.syncRule({
429
+ manifest: {
430
+ path: application_1.getQuickVariantPath
431
+ }
432
+ })
433
+ ], QuickVariantSelectionV4.prototype, "paths", void 0);
434
+ __decorate([
435
+ decorators_1.syncRule({
436
+ manifest: {
437
+ path: application_1.getQuickVariantPath
438
+ }
439
+ })
440
+ ], QuickVariantSelectionV4.prototype, "hideTableTitle", void 0);
441
+ __decorate([
442
+ decorators_1.syncRule({
443
+ manifest: {
444
+ path: application_1.getQuickVariantPath
445
+ }
446
+ })
447
+ ], QuickVariantSelectionV4.prototype, "showCounts", void 0);
448
+ exports.QuickVariantSelectionV4 = QuickVariantSelectionV4;
449
+ /****************************************
450
+ * Sync class for TableSettings
451
+ */
452
+ class TableSettings {
453
+ }
454
+ __decorate([
455
+ decorators_1.syncRule({
456
+ manifest: {
457
+ path: application_1.getTableSettingsPathForLR
458
+ }
459
+ }),
460
+ decorators_1.validity({
461
+ since: '1.84.0'
462
+ })
463
+ ], TableSettings.prototype, "type", void 0);
464
+ __decorate([
465
+ decorators_1.syncRule({
466
+ manifest: {
467
+ path: application_1.getTableSettingsPathForLR,
468
+ import: importCreationMode
469
+ }
470
+ }),
471
+ decorators_1.validity({
472
+ since: '1.84.0'
473
+ })
474
+ ], TableSettings.prototype, "creationMode", void 0);
475
+ __decorate([
476
+ decorators_1.syncRule({
477
+ manifest: {
478
+ path: application_1.getTableSettingsPathForLR,
479
+ import: importPersonalization
480
+ }
481
+ }),
482
+ decorators_1.validity({
483
+ since: '1.86.0'
484
+ })
485
+ ], TableSettings.prototype, "personalization", void 0);
486
+ __decorate([
487
+ decorators_1.syncRule({
488
+ manifest: {
489
+ path: application_1.getTableSettingsPathForLR
490
+ }
491
+ }),
492
+ decorators_1.validity({
493
+ since: '1.84.0'
494
+ })
495
+ ], TableSettings.prototype, "selectionMode", void 0);
496
+ __decorate([
497
+ decorators_1.syncRule({
498
+ manifest: {
499
+ path: application_1.getTableSettingsPathForLR
500
+ }
501
+ }),
502
+ decorators_1.validity({
503
+ since: '1.84.0'
504
+ })
505
+ ], TableSettings.prototype, "selectAll", void 0);
506
+ __decorate([
507
+ decorators_1.syncRule({
508
+ manifest: {
509
+ path: application_1.getTableSettingsPathForLR
510
+ }
511
+ }),
512
+ decorators_1.validity({
513
+ since: '1.84.0'
514
+ })
515
+ ], TableSettings.prototype, "selectionLimit", void 0);
516
+ __decorate([
517
+ decorators_1.syncRule({
518
+ manifest: {
519
+ path: application_1.getTableSettingsPathForLR
520
+ }
521
+ }),
522
+ decorators_1.validity({
523
+ since: '1.84.0'
524
+ })
525
+ ], TableSettings.prototype, "enableExport", void 0);
526
+ __decorate([
527
+ decorators_1.syncRule({
528
+ manifest: {
529
+ path: application_1.getTableSettingsPathForLR
530
+ }
531
+ }),
532
+ decorators_1.validity({
533
+ since: '1.84.0'
534
+ })
535
+ ], TableSettings.prototype, "quickVariantSelection", void 0);
536
+ __decorate([
537
+ decorators_1.syncRule({
538
+ manifest: {
539
+ path: application_1.getTableSettingsPathForLR
540
+ }
541
+ }),
542
+ decorators_1.validity({
543
+ since: '1.84.0'
544
+ })
545
+ ], TableSettings.prototype, "condensedTableLayout", void 0);
546
+ exports.TableSettings = TableSettings;
547
+ /****************************************
548
+ * Sync class for ALPChartView (renamed due to indirection in app schema)
549
+ */
550
+ class ALPChart {
551
+ }
552
+ __decorate([
553
+ decorators_1.syncRule({
554
+ manifest: {
555
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/primary/0',
556
+ delete: deleteView
557
+ }
558
+ })
559
+ ], ALPChart.prototype, "annotationPath", void 0);
560
+ exports.ALPChart = ALPChart;
561
+ class CommonViewSettings {
562
+ }
563
+ __decorate([
564
+ decorators_1.syncRule({
565
+ manifest: {
566
+ path: getSettingsPathForLRViewsPath,
567
+ delete: doNotDelete
568
+ }
569
+ })
570
+ ], CommonViewSettings.prototype, "key", void 0);
571
+ __decorate([
572
+ decorators_1.syncRule({
573
+ manifest: {
574
+ path: application_1.getSettingsPathForLRViewsPaths,
575
+ import: determineIndexOfView,
576
+ export: (manifestSection, configObject) => {
577
+ checkViewOrder(manifestSection, configObject);
578
+ },
579
+ delete: deleteView
580
+ }
581
+ })
582
+ ], CommonViewSettings.prototype, "index", void 0);
583
+ __decorate([
584
+ decorators_1.syncRule({
585
+ manifest: {
586
+ path: getSettingsPathForLRViewsPath,
587
+ delete: doNotDelete
588
+ }
589
+ })
590
+ ], CommonViewSettings.prototype, "annotationPath", void 0);
591
+ __decorate([
592
+ decorators_1.syncRule({
593
+ manifest: {
594
+ path: getSettingsPathForLRViewsPath
595
+ }
596
+ })
597
+ ], CommonViewSettings.prototype, "entitySet", void 0);
598
+ exports.CommonViewSettings = CommonViewSettings;
599
+ /****************************************
600
+ * Sync class for view table settings
601
+ */
602
+ class TableViewSettings extends CommonViewSettings {
603
+ }
604
+ __decorate([
605
+ decorators_1.syncRule({
606
+ manifest: {
607
+ path: application_1.getTableSettingsPathForView
608
+ }
609
+ }),
610
+ decorators_1.validity({
611
+ since: '1.84.0'
612
+ })
613
+ ], TableViewSettings.prototype, "type", void 0);
614
+ __decorate([
615
+ decorators_1.syncRule({
616
+ manifest: {
617
+ path: application_1.getTableSettingsPathForView,
618
+ import: importCreationMode
619
+ }
620
+ }),
621
+ decorators_1.validity({
622
+ since: '1.84.0'
623
+ })
624
+ ], TableViewSettings.prototype, "creationMode", void 0);
625
+ __decorate([
626
+ decorators_1.syncRule({
627
+ manifest: {
628
+ path: application_1.getTableSettingsPathForView,
629
+ import: importPersonalization
630
+ }
631
+ }),
632
+ decorators_1.validity({
633
+ since: '1.86.0'
634
+ })
635
+ ], TableViewSettings.prototype, "personalization", void 0);
636
+ __decorate([
637
+ decorators_1.syncRule({
638
+ manifest: {
639
+ path: application_1.getTableSettingsPathForView
640
+ }
641
+ }),
642
+ decorators_1.validity({
643
+ since: '1.84.0'
644
+ })
645
+ ], TableViewSettings.prototype, "selectionMode", void 0);
646
+ __decorate([
647
+ decorators_1.syncRule({
648
+ manifest: {
649
+ path: application_1.getTableSettingsPathForView
650
+ }
651
+ }),
652
+ decorators_1.validity({
653
+ since: '1.84.0'
654
+ })
655
+ ], TableViewSettings.prototype, "selectAll", void 0);
656
+ __decorate([
657
+ decorators_1.syncRule({
658
+ manifest: {
659
+ path: application_1.getTableSettingsPathForView
660
+ }
661
+ }),
662
+ decorators_1.validity({
663
+ since: '1.84.0'
664
+ })
665
+ ], TableViewSettings.prototype, "selectionLimit", void 0);
666
+ __decorate([
667
+ decorators_1.syncRule({
668
+ manifest: {
669
+ path: application_1.getTableSettingsPathForView
670
+ }
671
+ }),
672
+ decorators_1.validity({
673
+ since: '1.84.0'
674
+ })
675
+ ], TableViewSettings.prototype, "enableExport", void 0);
676
+ __decorate([
677
+ decorators_1.syncRule({
678
+ manifest: {
679
+ path: application_1.getTableSettingsPathForView
680
+ }
681
+ }),
682
+ decorators_1.validity({
683
+ since: '1.84.0'
684
+ })
685
+ ], TableViewSettings.prototype, "quickVariantSelection", void 0);
686
+ __decorate([
687
+ decorators_1.syncRule({
688
+ manifest: {
689
+ path: application_1.getTableSettingsPathForView
690
+ }
691
+ }),
692
+ decorators_1.validity({
693
+ since: '1.84.0'
694
+ })
695
+ ], TableViewSettings.prototype, "condensedTableLayout", void 0);
696
+ exports.TableViewSettings = TableViewSettings;
697
+ function getTableViewSettings(SuperClass) {
698
+ return TableViewSettings;
699
+ }
700
+ /****************************************
701
+ * Sync class for ALPTableView (renamed due to indirection in app schema)
702
+ */
703
+ class ALPTable extends TableViewSettings {
704
+ }
705
+ __decorate([
706
+ decorators_1.syncRule({
707
+ manifest: {
708
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/secondary/0',
709
+ delete: doNotDelete
710
+ }
711
+ })
712
+ ], ALPTable.prototype, "annotationPath", void 0);
713
+ __decorate([
714
+ decorators_1.syncRule({
715
+ manifest: {
716
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet)
717
+ }
718
+ }),
719
+ decorators_1.validity({
720
+ since: '1.84.0'
721
+ })
722
+ ], ALPTable.prototype, "initialLoad", void 0);
723
+ exports.ALPTable = ALPTable;
724
+ /****************************************
725
+ * Sync class for LRChartView
726
+ */
727
+ class LRChartView extends CommonViewSettings {
728
+ }
729
+ __decorate([
730
+ decorators_1.syncRule({
731
+ manifest: {
732
+ path: getSettingsPathForLRViewsPath
733
+ },
734
+ generate: common_1.addPatternForBindingChangeOfEnumLR
735
+ })
736
+ ], LRChartView.prototype, "visible", void 0);
737
+ exports.LRChartView = LRChartView;
738
+ /****************************************
739
+ * Sync class for LRTableView
740
+ */
741
+ class LRTableView extends getTableViewSettings(CommonViewSettings) {
742
+ }
743
+ __decorate([
744
+ decorators_1.syncRule({
745
+ manifest: {
746
+ path: getSettingsPathForLRViewsPath
747
+ }
748
+ })
749
+ ], LRTableView.prototype, "keepPreviousPersonalization", void 0);
750
+ __decorate([
751
+ decorators_1.syncRule({
752
+ manifest: {
753
+ path: getSettingsPathForLRViewsPath
754
+ }
755
+ })
756
+ ], LRTableView.prototype, "entitySet", void 0);
757
+ __decorate([
758
+ decorators_1.syncRule({
759
+ manifest: {
760
+ path: getSettingsPathForLRViewsPath
761
+ },
762
+ generate: common_1.addPatternForBindingChangeOfEnumLR
763
+ })
764
+ ], LRTableView.prototype, "visible", void 0);
765
+ exports.LRTableView = LRTableView;
766
+ class TableViewExtension {
767
+ }
768
+ __decorate([
769
+ decorators_1.syncRule({
770
+ manifest: {
771
+ path: getSettingsPathForLRViewsPath
772
+ }
773
+ })
774
+ ], TableViewExtension.prototype, "key", void 0);
775
+ __decorate([
776
+ decorators_1.syncRule({
777
+ manifest: {
778
+ path: application_1.getSettingsPathForLRViewsPaths,
779
+ import: determineIndexOfView,
780
+ export: (manifestSection, configObject) => {
781
+ checkViewOrder(manifestSection, configObject);
782
+ },
783
+ delete: deleteView
784
+ }
785
+ })
786
+ ], TableViewExtension.prototype, "index", void 0);
787
+ __decorate([
788
+ decorators_1.syncRule({
789
+ manifest: {
790
+ path: getSettingsPathForLRViewsPath
791
+ }
792
+ })
793
+ ], TableViewExtension.prototype, "label", void 0);
794
+ __decorate([
795
+ decorators_1.syncRule({
796
+ manifest: {
797
+ path: getSettingsPathForLRViewsPath
798
+ }
799
+ })
800
+ ], TableViewExtension.prototype, "template", void 0);
801
+ __decorate([
802
+ decorators_1.syncRule({
803
+ manifest: {
804
+ path: getSettingsPathForLRViewsPath
805
+ },
806
+ generate: common_1.addPatternForBindingChangeOfEnumLR
807
+ })
808
+ ], TableViewExtension.prototype, "visible", void 0);
809
+ exports.TableViewExtension = TableViewExtension;
810
+ /**
811
+ * LR multi-view: own class for properties on views' level
812
+ */
813
+ class MultiTableModeV4 {
814
+ }
815
+ __decorate([
816
+ decorators_1.syncRule({
817
+ manifest: {
818
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views'
819
+ }
820
+ })
821
+ ], MultiTableModeV4.prototype, "showCounts", void 0);
822
+ exports.MultiTableModeV4 = MultiTableModeV4;
823
+ /****************************************
824
+ * Sync class for Table
825
+ */
826
+ class Table extends TableSettings {
827
+ }
828
+ __decorate([
829
+ decorators_1.syncRule({
830
+ manifest: {
831
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/secondary/0',
832
+ delete: doNotDelete
833
+ }
834
+ })
835
+ ], Table.prototype, "annotationPath", void 0);
836
+ __decorate([
837
+ decorators_1.syncRule({
838
+ manifest: {
839
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet)
840
+ }
841
+ }),
842
+ decorators_1.validity({
843
+ since: '1.84.0'
844
+ })
845
+ ], Table.prototype, "initialLoad", void 0);
846
+ exports.Table = Table;
847
+ //# sourceMappingURL=Table.js.map