@sap/ux-specification 1.96.20 → 1.96.21

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