@sap/ux-specification 1.84.46 → 1.84.50

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