@sap/ux-specification 1.84.31 → 1.84.36

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 (297) hide show
  1. package/CHANGELOG.md +78 -12
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  3. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  4. package/dist/documentation/v2/v2-ListReport.html +1 -1
  5. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  6. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  7. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  8. package/dist/documentation/v4/v4-ListReport.html +1 -1
  9. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  10. package/dist/index-min.js +1 -1
  11. package/dist/schemas/v2/ApplicationV2.json +11 -11
  12. package/dist/schemas/v4/ApplicationV4.json +9 -5
  13. package/dist/schemas/v4/ListReportConfig.json +570 -165
  14. package/dist/schemas/v4/ObjectPageConfig.json +6 -38
  15. package/dist/scripts/extractDocu.js.map +1 -1
  16. package/dist/scripts/runDocu.js +10 -40
  17. package/dist/scripts/runDocu.js.map +1 -1
  18. package/dist/scripts/spec.js.map +1 -1
  19. package/dist/scripts/to-json-schema.js.map +1 -1
  20. package/dist/specification/v2/index-min.js +1 -1
  21. package/dist/specification/v4/index-min.js +1 -1
  22. package/dist/src/api.d.ts +2 -2
  23. package/dist/src/api.js +11 -11
  24. package/dist/src/api.js.map +1 -1
  25. package/dist/src/apiTypes.d.ts +14 -18
  26. package/dist/src/apiTypes.js +0 -2
  27. package/dist/src/apiTypes.js.map +1 -1
  28. package/dist/src/extensionLogger.d.ts +1 -1
  29. package/dist/src/project.d.ts +1 -1
  30. package/dist/src/project.js +11 -3
  31. package/dist/src/project.js.map +1 -1
  32. package/dist/src/specification/common/Application.d.ts +24 -4
  33. package/dist/src/specification/common/page.d.ts +1 -1
  34. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +6 -6
  35. package/dist/src/specification/common/webapp/manifest/sapUi5.d.ts +1 -1
  36. package/dist/src/specification/schemaAccess.d.ts +1 -1
  37. package/dist/src/specification/schemaAccess.js +1 -2
  38. package/dist/src/specification/schemaAccess.js.map +1 -1
  39. package/dist/src/specification/v2/ApplicationV2.d.ts +3 -17
  40. package/dist/src/specification/v2/controls/Facets.d.ts +1 -1
  41. package/dist/src/specification/v2/controls/Footer.d.ts +2 -2
  42. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -1
  43. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
  44. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +2 -2
  45. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +2 -2
  46. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -1
  47. package/dist/src/specification/v2/controls/Table.d.ts +3 -3
  48. package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -1
  49. package/dist/src/specification/v2/page.d.ts +1 -1
  50. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +4 -4
  51. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -2
  52. package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +3 -3
  53. package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +3 -3
  54. package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -2
  55. package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -1
  56. package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +1 -1
  57. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +2 -2
  58. package/dist/src/specification/v4/ApplicationV4.d.ts +4 -14
  59. package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +1 -1
  60. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.d.ts +2 -14
  61. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +2 -2
  62. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -17
  63. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +1 -1
  64. package/dist/src/specification/v4/controls/Table.d.ts +144 -33
  65. package/dist/src/specification/v4/controls/Table.js +6 -0
  66. package/dist/src/specification/v4/controls/Table.js.map +1 -1
  67. package/dist/src/specification/v4/controls/ToolBar.d.ts +26 -1
  68. package/dist/src/specification/v4/page.d.ts +2 -2
  69. package/dist/src/specification/v4/pages/ListReportConfig.d.ts +22 -3
  70. package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +2 -2
  71. package/dist/src/specification/v4/pages/ObjectPageConfig.js.map +1 -1
  72. package/dist/src/specification/v4/pages/index.d.ts +0 -1
  73. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +77 -0
  74. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  75. package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +12 -3
  76. package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +1 -1
  77. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +21 -1
  78. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  79. package/dist/src/sync/common/appProvider.d.ts +6 -5
  80. package/dist/src/sync/common/appProvider.js.map +1 -1
  81. package/dist/src/sync/common/decoration/control.d.ts +1 -1
  82. package/dist/src/sync/common/decoration/control.js +1 -1
  83. package/dist/src/sync/common/decoration/control.js.map +1 -1
  84. package/dist/src/sync/common/decoration/decorators.d.ts +1 -1
  85. package/dist/src/sync/common/decoration/decorators.js.map +1 -1
  86. package/dist/src/sync/common/decoration/factory.d.ts +3 -3
  87. package/dist/src/sync/common/decoration/flex.d.ts +3 -3
  88. package/dist/src/sync/common/flexUtils.d.ts +4 -4
  89. package/dist/src/sync/common/flexUtils.js.map +1 -1
  90. package/dist/src/sync/common/generate/objectPage.d.ts +9 -7
  91. package/dist/src/sync/common/generate/objectPage.js +64 -68
  92. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  93. package/dist/src/sync/common/generate/utils.d.ts +23 -15
  94. package/dist/src/sync/common/generate/utils.js +54 -60
  95. package/dist/src/sync/common/generate/utils.js.map +1 -1
  96. package/dist/src/sync/common/import/utils.d.ts +4 -3
  97. package/dist/src/sync/common/import/utils.js +3 -2
  98. package/dist/src/sync/common/import/utils.js.map +1 -1
  99. package/dist/src/sync/common/importProject.d.ts +4 -4
  100. package/dist/src/sync/common/importProject.js +13 -22
  101. package/dist/src/sync/common/importProject.js.map +1 -1
  102. package/dist/src/sync/common/types.d.ts +60 -12
  103. package/dist/src/sync/common/types.js +59 -7
  104. package/dist/src/sync/common/types.js.map +1 -1
  105. package/dist/src/sync/common/utils.d.ts +18 -8
  106. package/dist/src/sync/common/utils.js +179 -65
  107. package/dist/src/sync/common/utils.js.map +1 -1
  108. package/dist/src/sync/i18n.d.ts +1 -1
  109. package/dist/src/sync/v2/application.d.ts +2 -2
  110. package/dist/src/sync/v2/application.js.map +1 -1
  111. package/dist/src/sync/v2/export/controls/Action.d.ts +1 -1
  112. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -1
  113. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  114. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +1 -1
  115. package/dist/src/sync/v2/export/controls/Card.d.ts +1 -1
  116. package/dist/src/sync/v2/export/controls/Field.d.ts +1 -1
  117. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +2 -1
  118. package/dist/src/sync/v2/export/controls/FormAction.d.ts +1 -1
  119. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  120. package/dist/src/sync/v2/export/controls/Fragment.d.ts +5 -11
  121. package/dist/src/sync/v2/export/controls/Fragment.js +110 -34
  122. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  123. package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +1 -1
  124. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +3 -3
  125. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  126. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +1 -1
  127. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  128. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -1
  129. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +1 -1
  130. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  131. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +1 -1
  132. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +6 -6
  133. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +14 -17
  134. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  135. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +3 -3
  136. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +1 -1
  137. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  138. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +1 -1
  139. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  140. package/dist/src/sync/v2/export/controls/Table.d.ts +3 -2
  141. package/dist/src/sync/v2/export/controls/Table.js +26 -25
  142. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  143. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +2 -2
  144. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  145. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +1 -1
  146. package/dist/src/sync/v2/export/export.d.ts +3 -3
  147. package/dist/src/sync/v2/export/export.js +6 -4
  148. package/dist/src/sync/v2/export/export.js.map +1 -1
  149. package/dist/src/sync/v2/export/exportPage.d.ts +2 -2
  150. package/dist/src/sync/v2/export/exportPage.js +2 -10
  151. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  152. package/dist/src/sync/v2/export/factory.d.ts +2 -1
  153. package/dist/src/sync/v2/export/factory.js.map +1 -1
  154. package/dist/src/sync/v2/export/manifest.d.ts +17 -1
  155. package/dist/src/sync/v2/export/manifest.js +29 -2
  156. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  157. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +4 -4
  158. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  159. package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -2
  160. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  161. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +3 -3
  162. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +2 -2
  163. package/dist/src/sync/v2/export/pages/OverviewPage.js +6 -3
  164. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  165. package/dist/src/sync/v2/export/view-controller-generator.d.ts +2 -2
  166. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  167. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +1 -1
  168. package/dist/src/sync/v2/generate/analyticalListReport.js +27 -36
  169. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  170. package/dist/src/sync/v2/generate/generate.d.ts +2 -2
  171. package/dist/src/sync/v2/generate/generate.js +3 -0
  172. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  173. package/dist/src/sync/v2/generate/listReport.d.ts +7 -4
  174. package/dist/src/sync/v2/generate/listReport.js +38 -36
  175. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  176. package/dist/src/sync/v2/generate/objectPage.d.ts +1 -1
  177. package/dist/src/sync/v2/generate/objectPage.js +83 -108
  178. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  179. package/dist/src/sync/v2/generate/overviewPage.d.ts +1 -1
  180. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  181. package/dist/src/sync/v2/generate/utils.d.ts +5 -5
  182. package/dist/src/sync/v2/generate/utils.js +34 -33
  183. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  184. package/dist/src/sync/v2/import/app/appProvider.d.ts +4 -4
  185. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  186. package/dist/src/sync/v2/import/app/ovpProvider.d.ts +3 -3
  187. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  188. package/dist/src/sync/v2/import/common/index.d.ts +6 -5
  189. package/dist/src/sync/v2/import/common/index.js +4 -17
  190. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  191. package/dist/src/sync/v2/import/controls/table.d.ts +1 -1
  192. package/dist/src/sync/v2/import/controls/table.js +1 -1
  193. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  194. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -2
  195. package/dist/src/sync/v2/import/pages/analyticalListPage.js +1 -9
  196. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  197. package/dist/src/sync/v2/import/pages/listReport.d.ts +2 -2
  198. package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
  199. package/dist/src/sync/v2/import/pages/objectPage.js +33 -20
  200. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  201. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -2
  202. package/dist/src/sync/v2/import/pages/overviewPage.js +1 -1
  203. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  204. package/dist/src/sync/v2/import/utils.d.ts +3 -2
  205. package/dist/src/sync/v2/import/utils.js +16 -2
  206. package/dist/src/sync/v2/import/utils.js.map +1 -1
  207. package/dist/src/sync/v2/types.d.ts +7 -7
  208. package/dist/src/sync/v4/application.d.ts +9 -5
  209. package/dist/src/sync/v4/application.js +23 -2
  210. package/dist/src/sync/v4/application.js.map +1 -1
  211. package/dist/src/sync/v4/export/controls/FilterBar.d.ts +1 -1
  212. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  213. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  214. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
  215. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
  216. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +3 -3
  217. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
  218. package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts +1 -1
  219. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  220. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +1 -1
  221. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +1 -1
  222. package/dist/src/sync/v4/export/controls/Table.d.ts +105 -8
  223. package/dist/src/sync/v4/export/controls/Table.js +361 -34
  224. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  225. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +52 -1
  226. package/dist/src/sync/v4/export/controls/TableColumn.js +246 -0
  227. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  228. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
  229. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +4 -1
  230. package/dist/src/sync/v4/export/controls/ToolBarAction.js +10 -0
  231. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  232. package/dist/src/sync/v4/export/export.d.ts +2 -2
  233. package/dist/src/sync/v4/export/export.js +317 -78
  234. package/dist/src/sync/v4/export/export.js.map +1 -1
  235. package/dist/src/sync/v4/export/factory.d.ts +2 -1
  236. package/dist/src/sync/v4/export/factory.js.map +1 -1
  237. package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts +1 -1
  238. package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  239. package/dist/src/sync/v4/export/manifest.d.ts +2 -2
  240. package/dist/src/sync/v4/export/manifest.js +28 -16
  241. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  242. package/dist/src/sync/v4/export/pages/ListReport.d.ts +9 -3
  243. package/dist/src/sync/v4/export/pages/ListReport.js +49 -0
  244. package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
  245. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
  246. package/dist/src/sync/v4/export/pages/index.d.ts +0 -1
  247. package/dist/src/sync/v4/export/pages/index.js +0 -1
  248. package/dist/src/sync/v4/export/pages/index.js.map +1 -1
  249. package/dist/src/sync/v4/export/types.d.ts +7 -5
  250. package/dist/src/sync/v4/export/utils.d.ts +1 -1
  251. package/dist/src/sync/v4/generate/generate.d.ts +5 -4
  252. package/dist/src/sync/v4/generate/generate.js +6 -3
  253. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  254. package/dist/src/sync/v4/generate/listReport.d.ts +2 -4
  255. package/dist/src/sync/v4/generate/listReport.js +406 -36
  256. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  257. package/dist/src/sync/v4/generate/objectPage.d.ts +1 -1
  258. package/dist/src/sync/v4/generate/objectPage.js +39 -19
  259. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  260. package/dist/src/sync/v4/import/app/appProvider.d.ts +6 -5
  261. package/dist/src/sync/v4/import/app/appProvider.js +15 -19
  262. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  263. package/dist/src/sync/v4/import/fragment.d.ts +2 -2
  264. package/dist/src/sync/v4/import/fragment.js.map +1 -1
  265. package/dist/src/sync/v4/import/index.d.ts +0 -1
  266. package/dist/src/sync/v4/import/index.js +0 -1
  267. package/dist/src/sync/v4/import/index.js.map +1 -1
  268. package/dist/src/sync/v4/import/pages/listReport.d.ts +8 -7
  269. package/dist/src/sync/v4/import/pages/listReport.js +120 -29
  270. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  271. package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
  272. package/dist/src/sync/v4/import/pages/objectPage.js +19 -19
  273. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  274. package/dist/src/sync/v4/import/utils.d.ts +2 -2
  275. package/dist/src/sync/v4/import/utils.js +2 -2
  276. package/dist/src/sync/v4/import/utils.js.map +1 -1
  277. package/dist/src/sync/v4/types.d.ts +2 -2
  278. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  279. package/dist/src/sync/v4/utils/utils.d.ts +17 -12
  280. package/dist/src/sync/v4/utils/utils.js +72 -25
  281. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  282. package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +1 -1
  283. package/dist/test/test-projects/index.d.ts +1 -1
  284. package/dist/test/test-utils/utils.d.ts +5 -4
  285. package/dist/test/unit/export/manifest.test.d.ts +1 -0
  286. package/package.json +18 -16
  287. package/dist/documentation/v4/v4-AnalyticalListPage.html +0 -49
  288. package/dist/schemas/v4/AnalyticalListPageConfig.json +0 -362
  289. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.d.ts +0 -13
  290. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js +0 -3
  291. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js.map +0 -1
  292. package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +0 -8
  293. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +0 -38
  294. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +0 -1
  295. package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +0 -11
  296. package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -60
  297. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +0 -1
@@ -1,22 +1,59 @@
1
- import { Table as TableConfig, TableTypeV4, TableCreationModeType, SelectionMode, AnnotationPathAsObject, AnnotationPathWithKey } from '../../../../specification/v4';
1
+ import type { TableSettings as TableSettingsIF, Table as TableInterface, TableCreationMode as TableCreationModeIF, ViewTableCreationMode as ViewTableCreationModeIF, QuickVariantSelectionV4 as QuickVariantSelectionV4IF, ALPChartView as ALPChartIF, LRChartView as LRChartViewIF, ALPTableView as ALPTableIF, LRTableView as LRTableViewIF, TableTypeV4, TableCreationModeType, ViewChartToolBar, SelectionMode, AnnotationPathAsObject, MultiTableModeV4 as MultiTableModeIF } from '../../../../specification/v4';
2
+ import type { ToolBar } from './ToolBar';
3
+ /**
4
+ * sync rule function for export of creationMode.name
5
+ * @param manifestSection - section in manifest comprising the table settings
6
+ * @param configObject - section in config.json describing the table settings
7
+ * @param key - key or property in config.json
8
+ * @param manifestKey - key or property in manifest
9
+ */
2
10
  export declare function exportCreationModeName(manifestSection: unknown, configObject: unknown, key: string, manifestKey: string): void;
11
+ /**
12
+ * sync rule function for the deletion of creationMode.name
13
+ * @param manifestSection - section in manifest comprising the table settings
14
+ * @param manifestKey - key or property in manifest
15
+ */
3
16
  export declare function deleteCreationModeName(manifestSection: unknown, manifestKey: string): void;
17
+ /**
18
+ * sync rule function for export of creationMode.createAtEnd
19
+ * @param manifestSection - section in manifest comprising the table settings
20
+ * @param configObject - section in config.json describing the table settings
21
+ * @param key - key or property in config.json
22
+ * @param manifestKey - key or property in manifest
23
+ */
4
24
  export declare function exportCreationModeCreateAtEnd(manifestSection: unknown, configObject: unknown, key: string, manifestKey: string): void;
25
+ /**
26
+ * sync rule function for the deletion of creationMode.createAtEnd
27
+ * @param manifestSection - section in manifest comprising the table settings
28
+ * @param manifestKey - key or property in manifest
29
+ */
5
30
  export declare function deleteCreationModeCreateAtEnd(manifestSection: unknown, manifestKey: string): void;
6
- export declare class TableCreationMode {
31
+ /**********************************
32
+ * Sync class for TableCreationMode
33
+ */
34
+ export declare class TableCreationMode implements TableCreationModeIF {
7
35
  name?: TableCreationModeType;
8
36
  createAtEnd?: boolean;
9
37
  }
10
- export declare class QuickVariantSelectionV4 {
38
+ /**********************************
39
+ * Sync class for TableCreationMode
40
+ */
41
+ export declare class ViewTableCreationMode implements ViewTableCreationModeIF {
42
+ name?: TableCreationModeType;
43
+ createAtEnd?: boolean;
44
+ }
45
+ /****************************************
46
+ * Sync class for QuickVariantSelectionV4
47
+ */
48
+ export declare class QuickVariantSelectionV4 implements QuickVariantSelectionV4IF {
11
49
  paths: AnnotationPathAsObject[];
12
50
  hideTableTitle?: boolean;
13
51
  showCounts?: boolean;
14
52
  }
15
- export declare class MultiTableModeV4 {
16
- paths: AnnotationPathWithKey[];
17
- showCounts?: boolean;
18
- }
19
- export declare class Table implements TableConfig {
53
+ /****************************************
54
+ * Sync class for TableSettings
55
+ */
56
+ export declare class TableSettings implements TableSettingsIF {
20
57
  type?: TableTypeV4;
21
58
  creationMode?: TableCreationMode;
22
59
  personalization?: boolean;
@@ -24,8 +61,68 @@ export declare class Table implements TableConfig {
24
61
  selectAll?: boolean;
25
62
  selectionLimit?: number;
26
63
  enableExport?: boolean;
64
+ quickVariantSelection?: QuickVariantSelectionV4;
27
65
  condensedTableLayout?: boolean;
66
+ }
67
+ /****************************************
68
+ * Sync class for ALPChartView (renamed due to indirection in app schema)
69
+ */
70
+ export declare class ALPChart implements ALPChartIF {
71
+ annotationPath: string;
72
+ toolBar?: ViewChartToolBar;
73
+ }
74
+ /****************************************
75
+ * Sync class for view table settings
76
+ */
77
+ export declare class TableViewSettings implements TableSettingsIF {
78
+ type?: TableTypeV4;
79
+ creationMode?: TableCreationMode;
80
+ personalization?: boolean;
81
+ selectionMode?: SelectionMode;
82
+ selectAll?: boolean;
83
+ selectionLimit?: number;
84
+ enableExport?: boolean;
28
85
  quickVariantSelection?: QuickVariantSelectionV4;
86
+ condensedTableLayout?: boolean;
87
+ }
88
+ /****************************************
89
+ * Sync class for ALPTableView (renamed due to indirection in app schema)
90
+ */
91
+ export declare class ALPTable extends TableViewSettings implements ALPTableIF {
92
+ annotationPath: string;
93
+ initialLoad?: boolean;
94
+ toolBar?: ToolBar;
95
+ }
96
+ /****************************************
97
+ * Sync class for LRChartView
98
+ */
99
+ export declare class LRChartView implements LRChartViewIF {
100
+ annotationPath: string;
101
+ entitySet?: string;
102
+ toolBar?: ViewChartToolBar;
103
+ }
104
+ /****************************************
105
+ * Sync class for LRTableView
106
+ */
107
+ export declare class LRTableView extends TableViewSettings implements LRTableViewIF {
108
+ annotationPath: string;
109
+ keepPreviousPersonalization?: boolean;
110
+ entitySet?: string;
111
+ toolBar?: ToolBar;
112
+ }
113
+ /**
114
+ * LR mulit-view: own class for properties on views' level
115
+ */
116
+ export declare class MultiTableModeV4 implements MultiTableModeIF {
117
+ [key: string]: LRTableView | LRChartView | boolean;
118
+ showCounts?: boolean;
119
+ }
120
+ /****************************************
121
+ * Sync class for Table
122
+ */
123
+ export declare class Table extends TableSettings implements TableInterface {
124
+ annotationPath?: string;
29
125
  views?: MultiTableModeV4;
30
126
  initialLoad?: boolean;
127
+ toolBar?: ToolBar;
31
128
  }
@@ -9,6 +9,72 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  const common_1 = require("../../../common");
10
10
  const decorators_1 = require("../../../common/decoration/decorators");
11
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 that calculates the path in manifest for table settings of a list report or ALP table view
36
+ * @param pageName - page name in manifest
37
+ * @param manifest - manifest (not used)
38
+ * @param targetAnnotationEncoded - encoded target annotation (not used)
39
+ * @param viewKey - view key (not used)
40
+ * @param targetAnnotation - target annotation, i.e. the line item (with or without qualifier)
41
+ * @returns - path as string
42
+ */
43
+ const getTableSettingsPathForView = (pageName, manifest, targetAnnotationEncoded, viewKey, targetAnnotation) => {
44
+ const annotationEncoded = targetAnnotation.replace(/\//gi, '??');
45
+ return application_1.getControlConfigurationPath(pageName) + `/${annotationEncoded}/tableSettings`;
46
+ };
47
+ /**
48
+ * Common function for determining the path in manifest of a list report view's path
49
+ * @param pageName - page name in manifest
50
+ * @param manifest - manifest.json
51
+ * @param targetAnnotationEncoded - target annotation (not used here)
52
+ * @param viewKey - value of the key property of the view
53
+ * @returns the path to the entry in manifest
54
+ */
55
+ function getSettingsPathForLRViewsPath(pageName, manifest, targetAnnotationEncoded, viewKey) {
56
+ const viewsPath = application_1.getSettingsPathForLRViewsPaths(pageName);
57
+ const manifestSection = getManifestSectionByPathV4(JSON.parse(JSON.stringify(manifest)), viewsPath);
58
+ let path;
59
+ for (let index = 0; index < manifestSection.length; index++) {
60
+ const view = manifestSection[index];
61
+ if (view && view[common_1.SchemaTag.key] === viewKey) {
62
+ path = `${viewsPath}/${index}`;
63
+ break;
64
+ }
65
+ }
66
+ if (!path) {
67
+ path = `${viewsPath}/[]`;
68
+ }
69
+ return path;
70
+ }
71
+ /**
72
+ * sync rule function for export of creationMode.name
73
+ * @param manifestSection - section in manifest comprising the table settings
74
+ * @param configObject - section in config.json describing the table settings
75
+ * @param key - key or property in config.json
76
+ * @param manifestKey - key or property in manifest
77
+ */
12
78
  function exportCreationModeName(manifestSection, configObject, key, manifestKey) {
13
79
  if (typeof manifestSection['creationMode'] === 'object') {
14
80
  manifestSection['creationMode'][manifestKey] = configObject[key];
@@ -18,6 +84,11 @@ function exportCreationModeName(manifestSection, configObject, key, manifestKey)
18
84
  }
19
85
  }
20
86
  exports.exportCreationModeName = exportCreationModeName;
87
+ /**
88
+ * sync rule function for the deletion of creationMode.name
89
+ * @param manifestSection - section in manifest comprising the table settings
90
+ * @param manifestKey - key or property in manifest
91
+ */
21
92
  function deleteCreationModeName(manifestSection, manifestKey) {
22
93
  if (typeof manifestSection['creationMode'] === 'object' &&
23
94
  manifestSection['creationMode'][manifestKey] !== undefined) {
@@ -28,6 +99,26 @@ function deleteCreationModeName(manifestSection, manifestKey) {
28
99
  }
29
100
  }
30
101
  exports.deleteCreationModeName = deleteCreationModeName;
102
+ /**
103
+ * sync rule deleting a view if the annotation path gets deleted
104
+ * @param manifestSection - manifest section of the given view
105
+ */
106
+ function deleteView(manifestSection) {
107
+ Object.keys(manifestSection).forEach((key) => delete manifestSection[key]);
108
+ }
109
+ /**
110
+ * sync rule for preventing the deletion of a property
111
+ */
112
+ function doNotDelete() {
113
+ return;
114
+ }
115
+ /**
116
+ * sync rule function for export of creationMode.createAtEnd
117
+ * @param manifestSection - section in manifest comprising the table settings
118
+ * @param configObject - section in config.json describing the table settings
119
+ * @param key - key or property in config.json
120
+ * @param manifestKey - key or property in manifest
121
+ */
31
122
  function exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey) {
32
123
  if (typeof manifestSection['creationMode'] === 'object') {
33
124
  manifestSection['creationMode'][manifestKey] = configObject[key];
@@ -41,6 +132,11 @@ function exportCreationModeCreateAtEnd(manifestSection, configObject, key, manif
41
132
  }
42
133
  }
43
134
  exports.exportCreationModeCreateAtEnd = exportCreationModeCreateAtEnd;
135
+ /**
136
+ * sync rule function for the deletion of creationMode.createAtEnd
137
+ * @param manifestSection - section in manifest comprising the table settings
138
+ * @param manifestKey - key or property in manifest
139
+ */
44
140
  function deleteCreationModeCreateAtEnd(manifestSection, manifestKey) {
45
141
  if (typeof manifestSection['creationMode'] === 'object' &&
46
142
  manifestSection['creationMode'][manifestKey] !== undefined) {
@@ -48,6 +144,25 @@ function deleteCreationModeCreateAtEnd(manifestSection, manifestKey) {
48
144
  }
49
145
  }
50
146
  exports.deleteCreationModeCreateAtEnd = deleteCreationModeCreateAtEnd;
147
+ /**
148
+ * sync rule for the import of creationMode, does an implicit conversion of the former string value to the new object representation
149
+ * @param tableSettings - table settings in manifest, to be analyzed
150
+ * @returns - object rpresenting the value(s) for the config file
151
+ */
152
+ function importCreationMode(tableSettings) {
153
+ const value = tableSettings['creationMode'];
154
+ if (typeof value === 'object') {
155
+ return value;
156
+ }
157
+ else if (typeof value === 'string') {
158
+ return {
159
+ name: value
160
+ };
161
+ }
162
+ }
163
+ /**********************************
164
+ * Sync class for TableCreationMode
165
+ */
51
166
  class TableCreationMode {
52
167
  }
53
168
  __decorate([
@@ -77,6 +192,41 @@ __decorate([
77
192
  })
78
193
  ], TableCreationMode.prototype, "createAtEnd", void 0);
79
194
  exports.TableCreationMode = TableCreationMode;
195
+ /**********************************
196
+ * Sync class for TableCreationMode
197
+ */
198
+ class ViewTableCreationMode {
199
+ }
200
+ __decorate([
201
+ decorators_1.syncRule({
202
+ manifest: {
203
+ path: getTableSettingsPathForView,
204
+ export: (manifestSection, configObject, key, manifestKey) => {
205
+ exportCreationModeName(manifestSection, configObject, key, manifestKey);
206
+ },
207
+ delete: (manifestSection, configObject, key, manifestKey) => {
208
+ deleteCreationModeName(manifestSection, manifestKey);
209
+ }
210
+ }
211
+ })
212
+ ], ViewTableCreationMode.prototype, "name", void 0);
213
+ __decorate([
214
+ decorators_1.syncRule({
215
+ manifest: {
216
+ path: getTableSettingsPathForView,
217
+ export: (manifestSection, configObject, key, manifestKey) => {
218
+ exportCreationModeCreateAtEnd(manifestSection, configObject, key, manifestKey);
219
+ },
220
+ delete: (manifestSection, configObject, key, manifestKey) => {
221
+ deleteCreationModeCreateAtEnd(manifestSection, manifestKey);
222
+ }
223
+ }
224
+ })
225
+ ], ViewTableCreationMode.prototype, "createAtEnd", void 0);
226
+ exports.ViewTableCreationMode = ViewTableCreationMode;
227
+ /****************************************
228
+ * Sync class for QuickVariantSelectionV4
229
+ */
80
230
  class QuickVariantSelectionV4 {
81
231
  }
82
232
  __decorate([
@@ -101,25 +251,32 @@ __decorate([
101
251
  })
102
252
  ], QuickVariantSelectionV4.prototype, "showCounts", void 0);
103
253
  exports.QuickVariantSelectionV4 = QuickVariantSelectionV4;
104
- class MultiTableModeV4 {
254
+ /****************************************
255
+ * Sync class for TableSettings
256
+ */
257
+ class TableSettings {
105
258
  }
106
259
  __decorate([
107
260
  decorators_1.syncRule({
108
261
  manifest: {
109
- path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views'
262
+ path: (entitySet) => application_1.getTableSettingsPathForLR(entitySet)
110
263
  }
264
+ }),
265
+ decorators_1.validity({
266
+ since: '1.84.0'
111
267
  })
112
- ], MultiTableModeV4.prototype, "paths", void 0);
268
+ ], TableSettings.prototype, "type", void 0);
113
269
  __decorate([
114
270
  decorators_1.syncRule({
115
271
  manifest: {
116
- path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views'
272
+ path: application_1.getTableSettingsPathForLR,
273
+ import: importCreationMode
117
274
  }
275
+ }),
276
+ decorators_1.validity({
277
+ since: '1.84.0'
118
278
  })
119
- ], MultiTableModeV4.prototype, "showCounts", void 0);
120
- exports.MultiTableModeV4 = MultiTableModeV4;
121
- class Table {
122
- }
279
+ ], TableSettings.prototype, "creationMode", void 0);
123
280
  __decorate([
124
281
  decorators_1.syncRule({
125
282
  manifest: {
@@ -127,30 +284,19 @@ __decorate([
127
284
  }
128
285
  }),
129
286
  decorators_1.validity({
130
- since: '1.84.0'
287
+ since: '1.86.0'
131
288
  })
132
- ], Table.prototype, "type", void 0);
289
+ ], TableSettings.prototype, "personalization", void 0);
133
290
  __decorate([
134
291
  decorators_1.syncRule({
135
292
  manifest: {
136
- path: (entitySet) => application_1.getTableSettingsPathForLR(entitySet),
137
- import: (tableSettings) => {
138
- const value = tableSettings['creationMode'];
139
- if (typeof value === 'object') {
140
- return value;
141
- }
142
- else if (typeof value === 'string') {
143
- return {
144
- name: value
145
- };
146
- }
147
- }
293
+ path: (entitySet) => application_1.getTableSettingsPathForLR(entitySet)
148
294
  }
149
295
  }),
150
296
  decorators_1.validity({
151
297
  since: '1.84.0'
152
298
  })
153
- ], Table.prototype, "creationMode", void 0);
299
+ ], TableSettings.prototype, "selectionMode", void 0);
154
300
  __decorate([
155
301
  decorators_1.syncRule({
156
302
  manifest: {
@@ -158,9 +304,9 @@ __decorate([
158
304
  }
159
305
  }),
160
306
  decorators_1.validity({
161
- since: '1.86.0'
307
+ since: '1.84.0'
162
308
  })
163
- ], Table.prototype, "personalization", void 0);
309
+ ], TableSettings.prototype, "selectAll", void 0);
164
310
  __decorate([
165
311
  decorators_1.syncRule({
166
312
  manifest: {
@@ -170,7 +316,7 @@ __decorate([
170
316
  decorators_1.validity({
171
317
  since: '1.84.0'
172
318
  })
173
- ], Table.prototype, "selectionMode", void 0);
319
+ ], TableSettings.prototype, "selectionLimit", void 0);
174
320
  __decorate([
175
321
  decorators_1.syncRule({
176
322
  manifest: {
@@ -180,7 +326,7 @@ __decorate([
180
326
  decorators_1.validity({
181
327
  since: '1.84.0'
182
328
  })
183
- ], Table.prototype, "selectAll", void 0);
329
+ ], TableSettings.prototype, "enableExport", void 0);
184
330
  __decorate([
185
331
  decorators_1.syncRule({
186
332
  manifest: {
@@ -190,7 +336,7 @@ __decorate([
190
336
  decorators_1.validity({
191
337
  since: '1.84.0'
192
338
  })
193
- ], Table.prototype, "selectionLimit", void 0);
339
+ ], TableSettings.prototype, "quickVariantSelection", void 0);
194
340
  __decorate([
195
341
  decorators_1.syncRule({
196
342
  manifest: {
@@ -200,27 +346,132 @@ __decorate([
200
346
  decorators_1.validity({
201
347
  since: '1.84.0'
202
348
  })
203
- ], Table.prototype, "enableExport", void 0);
349
+ ], TableSettings.prototype, "condensedTableLayout", void 0);
350
+ exports.TableSettings = TableSettings;
351
+ /****************************************
352
+ * Sync class for ALPChartView (renamed due to indirection in app schema)
353
+ */
354
+ class ALPChart {
355
+ }
204
356
  __decorate([
205
357
  decorators_1.syncRule({
206
358
  manifest: {
207
- path: (entitySet) => application_1.getTableSettingsPathForLR(entitySet)
359
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/primary/0',
360
+ delete: deleteView
361
+ }
362
+ })
363
+ ], ALPChart.prototype, "annotationPath", void 0);
364
+ exports.ALPChart = ALPChart;
365
+ /****************************************
366
+ * Sync class for view table settings
367
+ */
368
+ class TableViewSettings {
369
+ }
370
+ __decorate([
371
+ decorators_1.syncRule({
372
+ manifest: {
373
+ path: getTableSettingsPathForView
208
374
  }
209
375
  }),
210
376
  decorators_1.validity({
211
377
  since: '1.84.0'
212
378
  })
213
- ], Table.prototype, "condensedTableLayout", void 0);
379
+ ], TableViewSettings.prototype, "type", void 0);
214
380
  __decorate([
215
381
  decorators_1.syncRule({
216
382
  manifest: {
217
- path: (entitySet) => application_1.getTableSettingsPathForLR(entitySet)
383
+ path: getTableSettingsPathForView,
384
+ import: importCreationMode
218
385
  }
219
386
  }),
220
387
  decorators_1.validity({
221
388
  since: '1.84.0'
222
389
  })
223
- ], Table.prototype, "quickVariantSelection", void 0);
390
+ ], TableViewSettings.prototype, "creationMode", void 0);
391
+ __decorate([
392
+ decorators_1.syncRule({
393
+ manifest: {
394
+ path: getTableSettingsPathForView
395
+ }
396
+ }),
397
+ decorators_1.validity({
398
+ since: '1.86.0'
399
+ })
400
+ ], TableViewSettings.prototype, "personalization", void 0);
401
+ __decorate([
402
+ decorators_1.syncRule({
403
+ manifest: {
404
+ path: getTableSettingsPathForView
405
+ }
406
+ }),
407
+ decorators_1.validity({
408
+ since: '1.84.0'
409
+ })
410
+ ], TableViewSettings.prototype, "selectionMode", void 0);
411
+ __decorate([
412
+ decorators_1.syncRule({
413
+ manifest: {
414
+ path: getTableSettingsPathForView
415
+ }
416
+ }),
417
+ decorators_1.validity({
418
+ since: '1.84.0'
419
+ })
420
+ ], TableViewSettings.prototype, "selectAll", void 0);
421
+ __decorate([
422
+ decorators_1.syncRule({
423
+ manifest: {
424
+ path: getTableSettingsPathForView
425
+ }
426
+ }),
427
+ decorators_1.validity({
428
+ since: '1.84.0'
429
+ })
430
+ ], TableViewSettings.prototype, "selectionLimit", void 0);
431
+ __decorate([
432
+ decorators_1.syncRule({
433
+ manifest: {
434
+ path: getTableSettingsPathForView
435
+ }
436
+ }),
437
+ decorators_1.validity({
438
+ since: '1.84.0'
439
+ })
440
+ ], TableViewSettings.prototype, "enableExport", void 0);
441
+ __decorate([
442
+ decorators_1.syncRule({
443
+ manifest: {
444
+ path: getTableSettingsPathForView
445
+ }
446
+ }),
447
+ decorators_1.validity({
448
+ since: '1.84.0'
449
+ })
450
+ ], TableViewSettings.prototype, "quickVariantSelection", void 0);
451
+ __decorate([
452
+ decorators_1.syncRule({
453
+ manifest: {
454
+ path: getTableSettingsPathForView
455
+ }
456
+ }),
457
+ decorators_1.validity({
458
+ since: '1.84.0'
459
+ })
460
+ ], TableViewSettings.prototype, "condensedTableLayout", void 0);
461
+ exports.TableViewSettings = TableViewSettings;
462
+ /****************************************
463
+ * Sync class for ALPTableView (renamed due to indirection in app schema)
464
+ */
465
+ class ALPTable extends TableViewSettings {
466
+ }
467
+ __decorate([
468
+ decorators_1.syncRule({
469
+ manifest: {
470
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/secondary/0',
471
+ delete: doNotDelete
472
+ }
473
+ })
474
+ ], ALPTable.prototype, "annotationPath", void 0);
224
475
  __decorate([
225
476
  decorators_1.syncRule({
226
477
  manifest: {
@@ -230,7 +481,83 @@ __decorate([
230
481
  decorators_1.validity({
231
482
  since: '1.84.0'
232
483
  })
233
- ], Table.prototype, "views", void 0);
484
+ ], ALPTable.prototype, "initialLoad", void 0);
485
+ exports.ALPTable = ALPTable;
486
+ /****************************************
487
+ * Sync class for LRChartView
488
+ */
489
+ class LRChartView {
490
+ }
491
+ __decorate([
492
+ decorators_1.syncRule({
493
+ manifest: {
494
+ path: getSettingsPathForLRViewsPath,
495
+ delete: deleteView
496
+ }
497
+ })
498
+ ], LRChartView.prototype, "annotationPath", void 0);
499
+ __decorate([
500
+ decorators_1.syncRule({
501
+ manifest: {
502
+ path: getSettingsPathForLRViewsPath
503
+ }
504
+ })
505
+ ], LRChartView.prototype, "entitySet", void 0);
506
+ exports.LRChartView = LRChartView;
507
+ /****************************************
508
+ * Sync class for LRTableView
509
+ */
510
+ class LRTableView extends TableViewSettings {
511
+ }
512
+ __decorate([
513
+ decorators_1.syncRule({
514
+ manifest: {
515
+ path: getSettingsPathForLRViewsPath,
516
+ delete: deleteView
517
+ }
518
+ })
519
+ ], LRTableView.prototype, "annotationPath", void 0);
520
+ __decorate([
521
+ decorators_1.syncRule({
522
+ manifest: {
523
+ path: getSettingsPathForLRViewsPath
524
+ }
525
+ })
526
+ ], LRTableView.prototype, "keepPreviousPersonalization", void 0);
527
+ __decorate([
528
+ decorators_1.syncRule({
529
+ manifest: {
530
+ path: getSettingsPathForLRViewsPath
531
+ }
532
+ })
533
+ ], LRTableView.prototype, "entitySet", void 0);
534
+ exports.LRTableView = LRTableView;
535
+ /**
536
+ * LR mulit-view: own class for properties on views' level
537
+ */
538
+ class MultiTableModeV4 {
539
+ }
540
+ __decorate([
541
+ decorators_1.syncRule({
542
+ manifest: {
543
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views'
544
+ }
545
+ })
546
+ ], MultiTableModeV4.prototype, "showCounts", void 0);
547
+ exports.MultiTableModeV4 = MultiTableModeV4;
548
+ /****************************************
549
+ * Sync class for Table
550
+ */
551
+ class Table extends TableSettings {
552
+ }
553
+ __decorate([
554
+ decorators_1.syncRule({
555
+ manifest: {
556
+ path: (entitySet) => application_1.getSettingsPathForPage(entitySet) + '/views/paths/0/secondary/0',
557
+ delete: doNotDelete
558
+ }
559
+ })
560
+ ], Table.prototype, "annotationPath", void 0);
234
561
  __decorate([
235
562
  decorators_1.syncRule({
236
563
  manifest: {