@sap/ux-specification 1.71.65 → 1.71.67

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 (439) hide show
  1. package/dist/documentation/runDocu-min.js +27 -2
  2. package/dist/documentation/runDocu-min.js.map +7 -0
  3. package/dist/documentation/styleDocu.css +32 -28
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +20 -8
  5. package/dist/documentation/v2/v2-ApplicationV2.html +20 -8
  6. package/dist/documentation/v2/v2-ListReport.html +20 -8
  7. package/dist/documentation/v2/v2-ObjectPage.html +20 -8
  8. package/dist/documentation/v2/v2-OverviewPage.html +20 -8
  9. package/dist/index-min.js +123 -2
  10. package/dist/index-min.js.map +7 -0
  11. package/dist/schemas/v2/ListReportConfig.json +83 -83
  12. package/dist/schemas/v2/ObjectPageConfig.json +1 -1
  13. package/dist/scripts/extractDocu.d.ts +1 -0
  14. package/dist/scripts/extractDocu.d.ts.map +1 -0
  15. package/dist/scripts/extractDocu.js +47 -38
  16. package/dist/scripts/extractDocu.js.map +1 -1
  17. package/dist/scripts/runDocu.d.ts +1 -0
  18. package/dist/scripts/runDocu.d.ts.map +1 -0
  19. package/dist/scripts/runDocu.js +59 -50
  20. package/dist/scripts/runDocu.js.map +1 -1
  21. package/dist/scripts/spec.d.ts +1 -0
  22. package/dist/scripts/spec.d.ts.map +1 -0
  23. package/dist/scripts/to-json-schema.d.ts +2 -1
  24. package/dist/scripts/to-json-schema.d.ts.map +1 -0
  25. package/dist/scripts/to-json-schema.js +27 -19
  26. package/dist/scripts/to-json-schema.js.map +1 -1
  27. package/dist/src/api.d.ts +3 -2
  28. package/dist/src/api.d.ts.map +1 -0
  29. package/dist/src/api.js +25 -26
  30. package/dist/src/api.js.map +1 -1
  31. package/dist/src/apiTypes.d.ts +12 -13
  32. package/dist/src/apiTypes.d.ts.map +1 -0
  33. package/dist/src/extensionLogger.d.ts +1 -0
  34. package/dist/src/extensionLogger.d.ts.map +1 -0
  35. package/dist/src/i18n/i18n.d.ts +1 -0
  36. package/dist/src/i18n/i18n.d.ts.map +1 -0
  37. package/dist/src/i18n/i18n.js +2 -2
  38. package/dist/src/i18n/i18n.js.map +1 -1
  39. package/dist/src/index.d.ts +3 -2
  40. package/dist/src/index.d.ts.map +1 -0
  41. package/dist/src/index.js +2 -2
  42. package/dist/src/index.js.map +1 -1
  43. package/dist/src/project.d.ts +3 -1
  44. package/dist/src/project.d.ts.map +1 -0
  45. package/dist/src/project.js +12 -14
  46. package/dist/src/project.js.map +1 -1
  47. package/dist/src/specification/schemaAccess.d.ts +7 -9
  48. package/dist/src/specification/schemaAccess.d.ts.map +1 -0
  49. package/dist/src/specification/schemaAccess.js +19 -21
  50. package/dist/src/specification/schemaAccess.js.map +1 -1
  51. package/dist/src/sync/common/appProvider.d.ts +5 -5
  52. package/dist/src/sync/common/appProvider.d.ts.map +1 -0
  53. package/dist/src/sync/common/appProvider.js +5 -5
  54. package/dist/src/sync/common/appProvider.js.map +1 -1
  55. package/dist/src/sync/common/decoration/control.d.ts +1 -0
  56. package/dist/src/sync/common/decoration/control.d.ts.map +1 -0
  57. package/dist/src/sync/common/decoration/decorators.d.ts +1 -0
  58. package/dist/src/sync/common/decoration/decorators.d.ts.map +1 -0
  59. package/dist/src/sync/common/decoration/factory.d.ts +2 -1
  60. package/dist/src/sync/common/decoration/factory.d.ts.map +1 -0
  61. package/dist/src/sync/common/decoration/flex.d.ts +2 -3
  62. package/dist/src/sync/common/decoration/flex.d.ts.map +1 -0
  63. package/dist/src/sync/common/decoration/flex.js.map +1 -1
  64. package/dist/src/sync/common/decoration/index.d.ts +1 -0
  65. package/dist/src/sync/common/decoration/index.d.ts.map +1 -0
  66. package/dist/src/sync/common/flexUtils.d.ts +3 -3
  67. package/dist/src/sync/common/flexUtils.d.ts.map +1 -0
  68. package/dist/src/sync/common/flexUtils.js.map +1 -1
  69. package/dist/src/sync/common/generate/index.d.ts +1 -0
  70. package/dist/src/sync/common/generate/index.d.ts.map +1 -0
  71. package/dist/src/sync/common/generate/objectPage.d.ts +4 -3
  72. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -0
  73. package/dist/src/sync/common/generate/objectPage.js +14 -14
  74. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  75. package/dist/src/sync/common/generate/utils.d.ts +3 -1
  76. package/dist/src/sync/common/generate/utils.d.ts.map +1 -0
  77. package/dist/src/sync/common/generate/utils.js +2 -1
  78. package/dist/src/sync/common/generate/utils.js.map +1 -1
  79. package/dist/src/sync/common/import/utils.d.ts +1 -0
  80. package/dist/src/sync/common/import/utils.d.ts.map +1 -0
  81. package/dist/src/sync/common/importProject.d.ts +1 -0
  82. package/dist/src/sync/common/importProject.d.ts.map +1 -0
  83. package/dist/src/sync/common/importProject.js +26 -31
  84. package/dist/src/sync/common/importProject.js.map +1 -1
  85. package/dist/src/sync/common/index.d.ts +1 -0
  86. package/dist/src/sync/common/index.d.ts.map +1 -0
  87. package/dist/src/sync/common/types.d.ts +7 -54
  88. package/dist/src/sync/common/types.d.ts.map +1 -0
  89. package/dist/src/sync/common/types.js +1 -49
  90. package/dist/src/sync/common/types.js.map +1 -1
  91. package/dist/src/sync/common/utils.d.ts +8 -8
  92. package/dist/src/sync/common/utils.d.ts.map +1 -0
  93. package/dist/src/sync/common/utils.js +33 -35
  94. package/dist/src/sync/common/utils.js.map +1 -1
  95. package/dist/src/sync/i18n.d.ts +1 -0
  96. package/dist/src/sync/i18n.d.ts.map +1 -0
  97. package/dist/src/sync/v2/application.d.ts +7 -6
  98. package/dist/src/sync/v2/application.d.ts.map +1 -0
  99. package/dist/src/sync/v2/application.js +13 -14
  100. package/dist/src/sync/v2/application.js.map +1 -1
  101. package/dist/src/sync/v2/export/controls/Action.d.ts +14 -13
  102. package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -0
  103. package/dist/src/sync/v2/export/controls/Action.js +3 -3
  104. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  105. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +4 -3
  106. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -0
  107. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +5 -4
  108. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  109. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +3 -2
  110. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts.map +1 -0
  111. package/dist/src/sync/v2/export/controls/Card.d.ts +31 -30
  112. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -0
  113. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  114. package/dist/src/sync/v2/export/controls/Field.d.ts +3 -2
  115. package/dist/src/sync/v2/export/controls/Field.d.ts.map +1 -0
  116. package/dist/src/sync/v2/export/controls/Field.js +15 -6
  117. package/dist/src/sync/v2/export/controls/Field.js.map +1 -1
  118. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +4 -3
  119. package/dist/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -0
  120. package/dist/src/sync/v2/export/controls/FilterBar.js +3 -3
  121. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  122. package/dist/src/sync/v2/export/controls/FormAction.d.ts +10 -9
  123. package/dist/src/sync/v2/export/controls/FormAction.d.ts.map +1 -0
  124. package/dist/src/sync/v2/export/controls/FormAction.js +12 -12
  125. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  126. package/dist/src/sync/v2/export/controls/Fragment.d.ts +6 -5
  127. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -0
  128. package/dist/src/sync/v2/export/controls/Fragment.js +5 -5
  129. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  130. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +7 -8
  131. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
  132. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +2 -2
  133. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  134. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +6 -5
  135. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
  136. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +3 -3
  137. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  138. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +4 -3
  139. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -0
  140. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +2 -1
  141. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  142. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -5
  143. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
  144. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +3 -3
  145. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  146. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +3 -2
  147. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -0
  148. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +5 -5
  149. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  150. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +14 -13
  151. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -0
  152. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +13 -12
  153. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  154. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +15 -16
  155. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -0
  156. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +48 -48
  157. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  158. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +6 -5
  159. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
  160. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +2 -2
  161. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  162. package/dist/src/sync/v2/export/controls/Table.d.ts +23 -23
  163. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -0
  164. package/dist/src/sync/v2/export/controls/Table.js +33 -33
  165. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  166. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +15 -15
  167. package/dist/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -0
  168. package/dist/src/sync/v2/export/controls/TableColumn.js +5 -5
  169. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  170. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -3
  171. package/dist/src/sync/v2/export/controls/ToolBar.d.ts.map +1 -0
  172. package/dist/src/sync/v2/export/controls/index.d.ts +1 -0
  173. package/dist/src/sync/v2/export/controls/index.d.ts.map +1 -0
  174. package/dist/src/sync/v2/export/export.d.ts +2 -1
  175. package/dist/src/sync/v2/export/export.d.ts.map +1 -0
  176. package/dist/src/sync/v2/export/export.js +11 -12
  177. package/dist/src/sync/v2/export/export.js.map +1 -1
  178. package/dist/src/sync/v2/export/exportPage.d.ts +3 -1
  179. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -0
  180. package/dist/src/sync/v2/export/exportPage.js +28 -29
  181. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  182. package/dist/src/sync/v2/export/factory.d.ts +1 -0
  183. package/dist/src/sync/v2/export/factory.d.ts.map +1 -0
  184. package/dist/src/sync/v2/export/factory.js +12 -13
  185. package/dist/src/sync/v2/export/factory.js.map +1 -1
  186. package/dist/src/sync/v2/export/manifest.d.ts +3 -2
  187. package/dist/src/sync/v2/export/manifest.d.ts.map +1 -0
  188. package/dist/src/sync/v2/export/manifest.js +4 -5
  189. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  190. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +7 -8
  191. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -0
  192. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +4 -6
  193. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  194. package/dist/src/sync/v2/export/pages/ListReport.d.ts +5 -4
  195. package/dist/src/sync/v2/export/pages/ListReport.d.ts.map +1 -0
  196. package/dist/src/sync/v2/export/pages/ListReport.js +5 -7
  197. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  198. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +6 -6
  199. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -0
  200. package/dist/src/sync/v2/export/pages/ObjectPage.js +3 -3
  201. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  202. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +4 -3
  203. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -0
  204. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  205. package/dist/src/sync/v2/export/pages/index.d.ts +1 -0
  206. package/dist/src/sync/v2/export/pages/index.d.ts.map +1 -0
  207. package/dist/src/sync/v2/export/view-controller-generator.d.ts +5 -4
  208. package/dist/src/sync/v2/export/view-controller-generator.d.ts.map +1 -0
  209. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  210. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +2 -1
  211. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -0
  212. package/dist/src/sync/v2/generate/analyticalListReport.js +6 -6
  213. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  214. package/dist/src/sync/v2/generate/generate.d.ts +2 -1
  215. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -0
  216. package/dist/src/sync/v2/generate/generate.js +4 -4
  217. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  218. package/dist/src/sync/v2/generate/index.d.ts +1 -0
  219. package/dist/src/sync/v2/generate/index.d.ts.map +1 -0
  220. package/dist/src/sync/v2/generate/listReport.d.ts +2 -1
  221. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -0
  222. package/dist/src/sync/v2/generate/listReport.js +6 -6
  223. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  224. package/dist/src/sync/v2/generate/objectPage.d.ts +2 -1
  225. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -0
  226. package/dist/src/sync/v2/generate/objectPage.js +47 -47
  227. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  228. package/dist/src/sync/v2/generate/overviewPage.d.ts +2 -1
  229. package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -0
  230. package/dist/src/sync/v2/generate/utils.d.ts +4 -4
  231. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -0
  232. package/dist/src/sync/v2/generate/utils.js +10 -9
  233. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  234. package/dist/src/sync/v2/import/app/appProvider.d.ts +5 -4
  235. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -0
  236. package/dist/src/sync/v2/import/app/appProvider.js +12 -21
  237. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  238. package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -1
  239. package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -0
  240. package/dist/src/sync/v2/import/app/ovpProvider.js +10 -11
  241. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  242. package/dist/src/sync/v2/import/common/index.d.ts +7 -9
  243. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -0
  244. package/dist/src/sync/v2/import/common/index.js +22 -24
  245. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  246. package/dist/src/sync/v2/import/controls/table.d.ts +3 -2
  247. package/dist/src/sync/v2/import/controls/table.d.ts.map +1 -0
  248. package/dist/src/sync/v2/import/controls/table.js +2 -1
  249. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  250. package/dist/src/sync/v2/import/getPageType.d.ts +1 -0
  251. package/dist/src/sync/v2/import/getPageType.d.ts.map +1 -0
  252. package/dist/src/sync/v2/import/index.d.ts +1 -0
  253. package/dist/src/sync/v2/import/index.d.ts.map +1 -0
  254. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -2
  255. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -0
  256. package/dist/src/sync/v2/import/pages/analyticalListPage.js +28 -28
  257. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  258. package/dist/src/sync/v2/import/pages/listReport.d.ts +3 -2
  259. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -0
  260. package/dist/src/sync/v2/import/pages/listReport.js +26 -26
  261. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  262. package/dist/src/sync/v2/import/pages/objectPage.d.ts +4 -2
  263. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -0
  264. package/dist/src/sync/v2/import/pages/objectPage.js +57 -58
  265. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  266. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +3 -3
  267. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -0
  268. package/dist/src/sync/v2/import/pages/overviewPage.js +21 -24
  269. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  270. package/dist/src/sync/v2/import/utils.d.ts +6 -5
  271. package/dist/src/sync/v2/import/utils.d.ts.map +1 -0
  272. package/dist/src/sync/v2/import/utils.js +56 -34
  273. package/dist/src/sync/v2/import/utils.js.map +1 -1
  274. package/dist/src/sync/v2/types.d.ts +6 -6
  275. package/dist/src/sync/v2/types.d.ts.map +1 -0
  276. package/dist/src/sync/v2/types.js.map +1 -1
  277. package/dist/src/sync/v4/utils/StableIdHelper.d.ts +1 -0
  278. package/dist/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -0
  279. package/package.json +24 -27
  280. package/CHANGELOG.md +0 -1050
  281. package/dist/documentation/runDocu-min.js.LICENSE.txt +0 -24
  282. package/dist/index-min.js.LICENSE.txt +0 -26
  283. package/dist/specification/v2/index-min.js +0 -1
  284. package/dist/src/specification/common/Application.d.ts +0 -15
  285. package/dist/src/specification/common/Application.js +0 -3
  286. package/dist/src/specification/common/Application.js.map +0 -1
  287. package/dist/src/specification/common/i18n.json +0 -1
  288. package/dist/src/specification/common/index.d.ts +0 -5
  289. package/dist/src/specification/common/index.js +0 -10
  290. package/dist/src/specification/common/index.js.map +0 -1
  291. package/dist/src/specification/common/page.d.ts +0 -41
  292. package/dist/src/specification/common/page.js +0 -26
  293. package/dist/src/specification/common/page.js.map +0 -1
  294. package/dist/src/specification/common/types.d.ts +0 -20
  295. package/dist/src/specification/common/types.js +0 -25
  296. package/dist/src/specification/common/types.js.map +0 -1
  297. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +0 -48
  298. package/dist/src/specification/common/webapp/manifest/Manifest.js +0 -17
  299. package/dist/src/specification/common/webapp/manifest/Manifest.js.map +0 -1
  300. package/dist/src/specification/common/webapp/manifest/index.d.ts +0 -3
  301. package/dist/src/specification/common/webapp/manifest/index.js +0 -8
  302. package/dist/src/specification/common/webapp/manifest/index.js.map +0 -1
  303. package/dist/src/specification/common/webapp/manifest/sapOvp.d.ts +0 -375
  304. package/dist/src/specification/common/webapp/manifest/sapOvp.js +0 -9
  305. package/dist/src/specification/common/webapp/manifest/sapOvp.js.map +0 -1
  306. package/dist/src/specification/common/webapp/manifest/sapUi5.d.ts +0 -33
  307. package/dist/src/specification/common/webapp/manifest/sapUi5.js +0 -14
  308. package/dist/src/specification/common/webapp/manifest/sapUi5.js.map +0 -1
  309. package/dist/src/specification/v2/ApplicationV2.d.ts +0 -30
  310. package/dist/src/specification/v2/ApplicationV2.js +0 -3
  311. package/dist/src/specification/v2/ApplicationV2.js.map +0 -1
  312. package/dist/src/specification/v2/controls/Action.d.ts +0 -82
  313. package/dist/src/specification/v2/controls/Action.js +0 -15
  314. package/dist/src/specification/v2/controls/Action.js.map +0 -1
  315. package/dist/src/specification/v2/controls/AnalyticalListPageChart.d.ts +0 -54
  316. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js +0 -36
  317. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js.map +0 -1
  318. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.d.ts +0 -30
  319. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js +0 -3
  320. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js.map +0 -1
  321. package/dist/src/specification/v2/controls/Card.d.ts +0 -625
  322. package/dist/src/specification/v2/controls/Card.js +0 -53
  323. package/dist/src/specification/v2/controls/Card.js.map +0 -1
  324. package/dist/src/specification/v2/controls/Facets.d.ts +0 -17
  325. package/dist/src/specification/v2/controls/Facets.js +0 -3
  326. package/dist/src/specification/v2/controls/Facets.js.map +0 -1
  327. package/dist/src/specification/v2/controls/Field.d.ts +0 -10
  328. package/dist/src/specification/v2/controls/Field.js +0 -3
  329. package/dist/src/specification/v2/controls/Field.js.map +0 -1
  330. package/dist/src/specification/v2/controls/FilterBar.d.ts +0 -80
  331. package/dist/src/specification/v2/controls/FilterBar.js +0 -3
  332. package/dist/src/specification/v2/controls/FilterBar.js.map +0 -1
  333. package/dist/src/specification/v2/controls/Footer.d.ts +0 -20
  334. package/dist/src/specification/v2/controls/Footer.js +0 -3
  335. package/dist/src/specification/v2/controls/Footer.js.map +0 -1
  336. package/dist/src/specification/v2/controls/ObjectPageChart.d.ts +0 -16
  337. package/dist/src/specification/v2/controls/ObjectPageChart.js +0 -3
  338. package/dist/src/specification/v2/controls/ObjectPageChart.js.map +0 -1
  339. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +0 -15
  340. package/dist/src/specification/v2/controls/ObjectPageForm.js +0 -3
  341. package/dist/src/specification/v2/controls/ObjectPageForm.js.map +0 -1
  342. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +0 -34
  343. package/dist/src/specification/v2/controls/ObjectPageHeader.js +0 -8
  344. package/dist/src/specification/v2/controls/ObjectPageHeader.js.map +0 -1
  345. package/dist/src/specification/v2/controls/ObjectPageLayout.d.ts +0 -22
  346. package/dist/src/specification/v2/controls/ObjectPageLayout.js +0 -3
  347. package/dist/src/specification/v2/controls/ObjectPageLayout.js.map +0 -1
  348. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +0 -120
  349. package/dist/src/specification/v2/controls/ObjectPageSection.js +0 -13
  350. package/dist/src/specification/v2/controls/ObjectPageSection.js.map +0 -1
  351. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +0 -130
  352. package/dist/src/specification/v2/controls/ObjectPageTable.js +0 -7
  353. package/dist/src/specification/v2/controls/ObjectPageTable.js.map +0 -1
  354. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +0 -15
  355. package/dist/src/specification/v2/controls/ObjectPageToolBar.js +0 -3
  356. package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +0 -1
  357. package/dist/src/specification/v2/controls/Table.d.ts +0 -401
  358. package/dist/src/specification/v2/controls/Table.js +0 -51
  359. package/dist/src/specification/v2/controls/Table.js.map +0 -1
  360. package/dist/src/specification/v2/controls/ToolBar.d.ts +0 -8
  361. package/dist/src/specification/v2/controls/ToolBar.js +0 -3
  362. package/dist/src/specification/v2/controls/ToolBar.js.map +0 -1
  363. package/dist/src/specification/v2/controls/index.d.ts +0 -17
  364. package/dist/src/specification/v2/controls/index.js +0 -13
  365. package/dist/src/specification/v2/controls/index.js.map +0 -1
  366. package/dist/src/specification/v2/index.d.ts +0 -5
  367. package/dist/src/specification/v2/index.js +0 -9
  368. package/dist/src/specification/v2/index.js.map +0 -1
  369. package/dist/src/specification/v2/page.d.ts +0 -7
  370. package/dist/src/specification/v2/page.js +0 -3
  371. package/dist/src/specification/v2/page.js.map +0 -1
  372. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +0 -21
  373. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js +0 -3
  374. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js.map +0 -1
  375. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +0 -12
  376. package/dist/src/specification/v2/pages/ListReportConfig.js +0 -3
  377. package/dist/src/specification/v2/pages/ListReportConfig.js.map +0 -1
  378. package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +0 -24
  379. package/dist/src/specification/v2/pages/ObjectPageConfig.js +0 -3
  380. package/dist/src/specification/v2/pages/ObjectPageConfig.js.map +0 -1
  381. package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +0 -82
  382. package/dist/src/specification/v2/pages/OverviewPageConfig.js +0 -8
  383. package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +0 -1
  384. package/dist/src/specification/v2/pages/index.d.ts +0 -4
  385. package/dist/src/specification/v2/pages/index.js +0 -7
  386. package/dist/src/specification/v2/pages/index.js.map +0 -1
  387. package/dist/src/specification/v2/webapp/index.d.ts +0 -1
  388. package/dist/src/specification/v2/webapp/index.js +0 -7
  389. package/dist/src/specification/v2/webapp/index.js.map +0 -1
  390. package/dist/src/specification/v2/webapp/manifest/index.d.ts +0 -2
  391. package/dist/src/specification/v2/webapp/manifest/index.js +0 -8
  392. package/dist/src/specification/v2/webapp/manifest/index.js.map +0 -1
  393. package/dist/src/specification/v2/webapp/manifest/sapUi.d.ts +0 -10
  394. package/dist/src/specification/v2/webapp/manifest/sapUi.js +0 -3
  395. package/dist/src/specification/v2/webapp/manifest/sapUi.js.map +0 -1
  396. package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +0 -98
  397. package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -9
  398. package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +0 -1
  399. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +0 -31
  400. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +0 -7
  401. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +0 -1
  402. package/dist/src/v2.d.ts +0 -2
  403. package/dist/src/v2.js +0 -8
  404. package/dist/src/v2.js.map +0 -1
  405. package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +0 -7
  406. package/dist/test/test-projects/index.d.ts +0 -2
  407. package/dist/test/test-utils/utils.d.ts +0 -33
  408. package/dist/test/unit/customSections/exportV2.test.d.ts +0 -1
  409. package/dist/test/unit/customSections/generateFacetsSchemaV2.test.d.ts +0 -1
  410. package/dist/test/unit/customSections/importV2.test.d.ts +0 -1
  411. package/dist/test/unit/export/exportALPV2.test.d.ts +0 -1
  412. package/dist/test/unit/export/exportAppV2.test.d.ts +0 -1
  413. package/dist/test/unit/export/exportLRPV2.test.d.ts +0 -1
  414. package/dist/test/unit/export/exportLRPV2CustomColumns.test.d.ts +0 -1
  415. package/dist/test/unit/export/exportOVPV2.test.d.ts +0 -1
  416. package/dist/test/unit/export/exportObjectPageV2.test.d.ts +0 -1
  417. package/dist/test/unit/export/flexUtils.test.d.ts +0 -1
  418. package/dist/test/unit/export/manifest.test.d.ts +0 -1
  419. package/dist/test/unit/fcl/exportV2.test.d.ts +0 -1
  420. package/dist/test/unit/fcl/importV2.test.d.ts +0 -1
  421. package/dist/test/unit/generateAppSchema/generateAppSchemaALPV2.test.d.ts +0 -1
  422. package/dist/test/unit/generateAppSchema/generateAppSchemaLRV2.test.d.ts +0 -1
  423. package/dist/test/unit/generateAppSchema/generateAppSchemaOPV2.test.d.ts +0 -1
  424. package/dist/test/unit/generateAppSchema/generateAppSchemaOVPV2.test.d.ts +0 -1
  425. package/dist/test/unit/generateGenericSchema/generateGenericSchemaAppV2.test.d.ts +0 -1
  426. package/dist/test/unit/generateGenericSchema/generateGenericSchemaLRV2.test.d.ts +0 -1
  427. package/dist/test/unit/generateGenericSchema/generateGenericSchemaOPV2.test.d.ts +0 -1
  428. package/dist/test/unit/generateGenericSchema/generateI18nV2.test.d.ts +0 -1
  429. package/dist/test/unit/generateGenericSchema/genericSchemas.test.d.ts +0 -1
  430. package/dist/test/unit/import/importALPV2.test.d.ts +0 -1
  431. package/dist/test/unit/import/importAppV2.test.d.ts +0 -1
  432. package/dist/test/unit/import/importLRPV2.test.d.ts +0 -1
  433. package/dist/test/unit/import/importOPV2.test.d.ts +0 -1
  434. package/dist/test/unit/import/importOVPV2.test.d.ts +0 -1
  435. package/dist/test/unit/index.test.d.ts +0 -1
  436. package/dist/test/unit/projects.test.d.ts +0 -1
  437. package/dist/test/unit/schemaAccess.test.d.ts +0 -1
  438. package/dist/test/unit/utils.test.d.ts +0 -1
  439. package/dist/test/unit/view-controller-generator.test.d.ts +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"ObjectPageToolBar.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ObjectPageToolBar.ts"],"names":[],"mappings":""}
@@ -1,401 +0,0 @@
1
- import type { ExportType } from '../../common/types';
2
- import type { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
3
- import type { ToolBar } from './ToolBar';
4
- import type { Action } from './Action';
5
- export declare enum HAlign {
6
- initial = "Initial",
7
- left = "Left",
8
- center = "Center",
9
- right = "Right",
10
- begin = "Begin",
11
- end = "End"
12
- }
13
- /**
14
- * Column
15
- * @isViewNode true
16
- */
17
- export interface TableColumn {
18
- /**
19
- * The width property defines the width of the column.
20
- */
21
- width?: string;
22
- /**
23
- * The hAlign property defines the horizontal alignment of the column content.
24
- */
25
- hAlign?: HAlign;
26
- }
27
- /**
28
- * Column Action
29
- * @isViewNode true
30
- */
31
- export interface TableColumnAction extends Action, TableColumn {
32
- }
33
- /**
34
- * Custom Column
35
- * @isViewNode true
36
- */
37
- export interface TableCustomColumn {
38
- /**
39
- * In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.
40
- */
41
- id?: string;
42
- /**
43
- * The label of the custom column, preferably as an i18n key.
44
- * @i18nClassification COL: Custom column header text
45
- */
46
- text?: string;
47
- /**
48
- * The column key
49
- */
50
- columnKey: string;
51
- /**
52
- * The index of the column in the overall collection; if undefined, the custom column will be added at the end of the table.
53
- * @minimum 0
54
- * @hidden true
55
- */
56
- columnIndex?: number;
57
- /**
58
- * If the content of your custom column refers to a property (such as{Price}), you need to include a corresponding 'leadingProperty' entry in the column definition.
59
- */
60
- leadingProperty?: string;
61
- /**
62
- * The UI5 control used for your extension
63
- */
64
- className: typeof SAPUI5_FRAGMENT_CLASS;
65
- /**
66
- * The relative path to your fragment with path segments separated by '.'. The first element is the app ID.
67
- */
68
- fragmentName: string;
69
- /**
70
- * In case of a responsive table, you additionally need to specify a fragment for the table cells.
71
- */
72
- cellsFragmentName?: string;
73
- /**
74
- * If you use QuickVariantSelectionX, you need to define the extensions per tab. 'tabKey' is the key provided when defining the QuickVariantSelectionX.
75
- */
76
- tabKey?: string;
77
- /**
78
- * Type of custom column view extension.
79
- */
80
- extensionType: TableColumnExtensionTypeV2;
81
- }
82
- export declare enum customColumnViewTypes {
83
- XML = "XML"
84
- }
85
- export declare enum TableTypeV2 {
86
- ResponsiveTable = "ResponsiveTable",
87
- GridTable = "GridTable",
88
- AnalyticalTable = "AnalyticalTable",
89
- TreeTable = "TreeTable"
90
- }
91
- export declare enum TableColumnExtensionTypeV2 {
92
- ResponsiveTableColumnsExtension = "ResponsiveTableColumnsExtension",
93
- AnalyticalTableColumnsExtension = "AnalyticalTableColumnsExtension",
94
- TreeTableColumnsExtension = "TreeTableColumnsExtension",
95
- GridTableColumnsExtension = "GridTableColumnsExtension"
96
- }
97
- /**
98
- * Custom Columns
99
- * @isViewNode true
100
- */
101
- export declare type TableCustomColumns = Array<TableCustomColumn>;
102
- export interface GenericColumns {
103
- [key: string]: TableColumn | TableCustomColumns | TableColumnAction;
104
- }
105
- export declare enum PopinLayout {
106
- Block = "Block",
107
- GridLarge = "GridLarge",
108
- GridSmall = "GridSmall"
109
- }
110
- export interface QuickVariant {
111
- /**
112
- * A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.
113
- */
114
- key: string;
115
- /**
116
- * Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation.
117
- */
118
- annotationPath: string;
119
- }
120
- export interface QuickVariantX extends QuickVariant {
121
- /**
122
- * Represents the entity set that will be displayed in this variant
123
- */
124
- entitySet: string;
125
- /**
126
- * To enable navigation for charts, you have to set the property to "true" and maintain an internal navigation target in the manifest.
127
- */
128
- showItemNavigationOnChart?: boolean;
129
- }
130
- export interface QuickVariantSelection {
131
- /**
132
- * To show the number of records available, set showCounts to true.
133
- */
134
- showCounts?: boolean;
135
- /**
136
- * The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.
137
- */
138
- variants: {
139
- [key: number]: QuickVariant;
140
- };
141
- }
142
- export interface QuickVariantSelectionX extends QuickVariantSelection {
143
- /**
144
- * When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property.
145
- */
146
- enableAutoBinding?: boolean;
147
- /**
148
- * The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.
149
- */
150
- variants: {
151
- [key: number]: QuickVariantX;
152
- };
153
- }
154
- export interface CreateWithFilters {
155
- /**
156
- * For the new create action to use the filter settings as input, set strategy to "extension" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section “Prefilling Fields When Creating a New Entity Using an Extension Point“.
157
- */
158
- strategy: Strategy;
159
- }
160
- export declare enum Strategy {
161
- extension = "extension"
162
- }
163
- export declare enum DefaultContentView {
164
- charttable = "charttable",
165
- chart = "chart",
166
- table = "table"
167
- }
168
- export declare enum DefaultFilterMode {
169
- visual = "visual",
170
- compact = "compact"
171
- }
172
- export interface CommonTableSettings<COLS = GenericColumns> {
173
- /**
174
- * Single selection in tables is enabled by default. If you want, you can enable multi-select.
175
- */
176
- multiSelect?: boolean;
177
- /**
178
- * The 'Select All' button is disabled by default. To enable it, set selectAll to true.
179
- */
180
- selectAll?: boolean;
181
- /**
182
- * If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.
183
- */
184
- selectionLimit?: number;
185
- /**
186
- * The showTablePersonalisation attribute can be set to false to hide the table personalization button.
187
- */
188
- showTablePersonalisation?: boolean;
189
- /**
190
- * useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.
191
- */
192
- useExportToExcel?: boolean;
193
- /**
194
- * Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.
195
- */
196
- exportType?: ExportType;
197
- /**
198
- * Set to false if the table does not occupy the entire space available in the container.
199
- */
200
- fitContainer?: boolean;
201
- /**
202
- * With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.
203
- */
204
- quickVariantSelection?: QuickVariantSelection;
205
- /**
206
- * Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.
207
- */
208
- quickVariantSelectionX?: QuickVariantSelectionX;
209
- /**
210
- * When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property.
211
- */
212
- enableAutoBinding?: boolean;
213
- /**
214
- * For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.
215
- */
216
- condensedTableLayout?: boolean;
217
- /**
218
- * If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.
219
- * To enable filtering, set the enableTableFilterInPageVariant property to true.
220
- */
221
- enableTableFilterInPageVariant?: boolean;
222
- /**
223
- * Tool Bar
224
- */
225
- toolBar?: ToolBar;
226
- /**
227
- * Columns
228
- * @isViewNode true
229
- */
230
- columns?: COLS;
231
- }
232
- /**
233
- * @isViewNode true
234
- */
235
- export interface ResponsiveTable extends CommonTableSettings {
236
- /**
237
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
238
- */
239
- type?: TableTypeV2.ResponsiveTable;
240
- /**
241
- * Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.
242
- */
243
- includeItemInSelection?: boolean;
244
- /**
245
- * popinLayout defines the layout in which the table pop-in rows are rendered.
246
- */
247
- popinLayout?: PopinLayout;
248
- /**
249
- * createWithFilters adds a new create action that uses the filter settings as input.
250
- */
251
- createWithFilters?: CreateWithFilters;
252
- /**
253
- * In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.
254
- */
255
- showDraftToggle?: boolean;
256
- /**
257
- * growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
258
- */
259
- growingThreshold?: number;
260
- }
261
- /**
262
- * Table
263
- * @isViewNode true
264
- * @controlProperty type
265
- */
266
- export interface TreeTable extends CommonTableSettings {
267
- /**
268
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
269
- */
270
- type?: TableTypeV2.TreeTable;
271
- /**
272
- * In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.
273
- */
274
- showDraftToggle?: boolean;
275
- }
276
- /**
277
- * Table
278
- * @isViewNode true
279
- * @controlProperty type
280
- */
281
- export interface AnalyticalTable extends CommonTableSettings {
282
- /**
283
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
284
- */
285
- type?: TableTypeV2.AnalyticalTable;
286
- /**
287
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
288
- */
289
- qualifier?: string;
290
- /**
291
- * Determines the visualization of content area
292
- */
293
- defaultContentView?: DefaultContentView;
294
- /**
295
- * Determines the filter mode that is used
296
- */
297
- defaultFilterMode?: DefaultFilterMode;
298
- /**
299
- * Lets you define title for the content area
300
- * @i18nClassification TIT: Title for the content area
301
- */
302
- contentTitle?: string;
303
- /**
304
- * createWithFilters adds a new create action that uses the filter settings as input.
305
- */
306
- createWithFilters?: CreateWithFilters;
307
- /**
308
- * In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.
309
- */
310
- showDraftToggle?: boolean;
311
- }
312
- /**
313
- * Table
314
- * @isViewNode true
315
- * @controlProperty type
316
- */
317
- export interface TableALPCommonSettings extends CommonTableSettings {
318
- /**
319
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
320
- */
321
- qualifier?: string;
322
- /**
323
- * Determines the visualization of content area
324
- */
325
- defaultContentView?: DefaultContentView;
326
- /**
327
- * Determines the filter mode that is used
328
- */
329
- defaultFilterMode?: DefaultFilterMode;
330
- /**
331
- * Lets you define title for the content area
332
- * @i18nClassification TIT: Title for the content area
333
- */
334
- contentTitle?: string;
335
- /**
336
- * This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered.
337
- */
338
- autoHide?: boolean;
339
- }
340
- /**
341
- * Table
342
- * @isViewNode true
343
- * @controlProperty type
344
- */
345
- export interface ALPResponsiveTable extends TableALPCommonSettings {
346
- /**
347
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
348
- */
349
- type?: TableTypeV2.ResponsiveTable;
350
- /**
351
- * growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
352
- */
353
- growingThreshold?: number;
354
- }
355
- /**
356
- * Table
357
- * @isViewNode true
358
- * @controlProperty type
359
- */
360
- export interface ALPGridTable extends TableALPCommonSettings {
361
- /**
362
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
363
- */
364
- type?: TableTypeV2.GridTable;
365
- }
366
- /**
367
- * Table
368
- * @isViewNode true
369
- * @controlProperty type
370
- */
371
- export interface ALPAnalyticalTable extends TableALPCommonSettings {
372
- /**
373
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
374
- */
375
- type?: TableTypeV2.AnalyticalTable;
376
- }
377
- export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalyticalTable {
378
- /**
379
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
380
- */
381
- type?: TableTypeV2.ResponsiveTable & TableTypeV2.GridTable & TableTypeV2.AnalyticalTable;
382
- }
383
- /**
384
- * Table
385
- * @isViewNode true
386
- * @controlProperty type
387
- */
388
- export interface GridTable extends CommonTableSettings {
389
- /**
390
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
391
- */
392
- type?: TableTypeV2.GridTable;
393
- /**
394
- * createWithFilters adds a new create action that uses the filter settings as input.
395
- */
396
- createWithFilters?: CreateWithFilters;
397
- /**
398
- * In the list report and on the object page, you can enable buttons to display and hide draft values. By default, these buttons are hidden. To enable them, set the showDraftToggle flag to true.
399
- */
400
- showDraftToggle?: boolean;
401
- }
@@ -1,51 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- var HAlign;
4
- (function (HAlign) {
5
- HAlign["initial"] = "Initial";
6
- HAlign["left"] = "Left";
7
- HAlign["center"] = "Center";
8
- HAlign["right"] = "Right";
9
- HAlign["begin"] = "Begin";
10
- HAlign["end"] = "End";
11
- })(HAlign = exports.HAlign || (exports.HAlign = {}));
12
- var customColumnViewTypes;
13
- (function (customColumnViewTypes) {
14
- customColumnViewTypes["XML"] = "XML";
15
- })(customColumnViewTypes = exports.customColumnViewTypes || (exports.customColumnViewTypes = {}));
16
- var TableTypeV2;
17
- (function (TableTypeV2) {
18
- TableTypeV2["ResponsiveTable"] = "ResponsiveTable";
19
- TableTypeV2["GridTable"] = "GridTable";
20
- TableTypeV2["AnalyticalTable"] = "AnalyticalTable";
21
- TableTypeV2["TreeTable"] = "TreeTable";
22
- })(TableTypeV2 = exports.TableTypeV2 || (exports.TableTypeV2 = {}));
23
- var TableColumnExtensionTypeV2;
24
- (function (TableColumnExtensionTypeV2) {
25
- TableColumnExtensionTypeV2["ResponsiveTableColumnsExtension"] = "ResponsiveTableColumnsExtension";
26
- TableColumnExtensionTypeV2["AnalyticalTableColumnsExtension"] = "AnalyticalTableColumnsExtension";
27
- TableColumnExtensionTypeV2["TreeTableColumnsExtension"] = "TreeTableColumnsExtension";
28
- TableColumnExtensionTypeV2["GridTableColumnsExtension"] = "GridTableColumnsExtension";
29
- })(TableColumnExtensionTypeV2 = exports.TableColumnExtensionTypeV2 || (exports.TableColumnExtensionTypeV2 = {}));
30
- var PopinLayout;
31
- (function (PopinLayout) {
32
- PopinLayout["Block"] = "Block";
33
- PopinLayout["GridLarge"] = "GridLarge";
34
- PopinLayout["GridSmall"] = "GridSmall";
35
- })(PopinLayout = exports.PopinLayout || (exports.PopinLayout = {}));
36
- var Strategy;
37
- (function (Strategy) {
38
- Strategy["extension"] = "extension";
39
- })(Strategy = exports.Strategy || (exports.Strategy = {}));
40
- var DefaultContentView;
41
- (function (DefaultContentView) {
42
- DefaultContentView["charttable"] = "charttable";
43
- DefaultContentView["chart"] = "chart";
44
- DefaultContentView["table"] = "table";
45
- })(DefaultContentView = exports.DefaultContentView || (exports.DefaultContentView = {}));
46
- var DefaultFilterMode;
47
- (function (DefaultFilterMode) {
48
- DefaultFilterMode["visual"] = "visual";
49
- DefaultFilterMode["compact"] = "compact";
50
- })(DefaultFilterMode = exports.DefaultFilterMode || (exports.DefaultFilterMode = {}));
51
- //# sourceMappingURL=Table.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/Table.ts"],"names":[],"mappings":";;AAKA,IAAY,MAOX;AAPD,WAAY,MAAM;IACd,6BAAmB,CAAA;IACnB,uBAAa,CAAA;IACb,2BAAiB,CAAA;IACjB,yBAAe,CAAA;IACf,yBAAe,CAAA;IACf,qBAAW,CAAA;AACf,CAAC,EAPW,MAAM,GAAN,cAAM,KAAN,cAAM,QAOjB;AAyED,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,oCAAW,CAAA;AACf,CAAC,EAFW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAEhC;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;AAC3B,CAAC,EALW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAKtB;AAED,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,iGAAmE,CAAA;IACnE,iGAAmE,CAAA;IACnE,qFAAuD,CAAA;IACvD,qFAAuD,CAAA;AAC3D,CAAC,EALW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAKrC;AAYD,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,8BAAe,CAAA;IACf,sCAAuB,CAAA;IACvB,sCAAuB,CAAA;AAC3B,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB;AAyDD,IAAY,QAEX;AAFD,WAAY,QAAQ;IAChB,mCAAuB,CAAA;AAC3B,CAAC,EAFW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAEnB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,+CAAyB,CAAA;IACzB,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;AACvB,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B"}
@@ -1,8 +0,0 @@
1
- import type { Actions } from '.';
2
- /**
3
- * Toolbar
4
- * @isViewNode true
5
- */
6
- export interface ToolBar {
7
- actions: Actions;
8
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ToolBar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToolBar.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/ToolBar.ts"],"names":[],"mappings":""}
@@ -1,17 +0,0 @@
1
- export * from './Action';
2
- export * from './Card';
3
- export * from './Facets';
4
- export * from './Field';
5
- export * from './FilterBar';
6
- export * from './Table';
7
- export * from './ToolBar';
8
- export * from './Footer';
9
- export * from './AnalyticalListPageChart';
10
- export * from './AnalyticalListPageKPI';
11
- export * from './ObjectPageHeader';
12
- export * from './ObjectPageLayout';
13
- export * from './ObjectPageSection';
14
- export * from './ObjectPageChart';
15
- export * from './ObjectPageForm';
16
- export * from './ObjectPageTable';
17
- export * from './ObjectPageToolBar';
@@ -1,13 +0,0 @@
1
- "use strict";
2
- function __export(m) {
3
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4
- }
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- __export(require("./Action"));
7
- __export(require("./Card"));
8
- __export(require("./Table"));
9
- __export(require("./AnalyticalListPageChart"));
10
- __export(require("./ObjectPageHeader"));
11
- __export(require("./ObjectPageSection"));
12
- __export(require("./ObjectPageTable"));
13
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/index.ts"],"names":[],"mappings":";;;;;AAAA,8BAAyB;AACzB,4BAAuB;AAIvB,6BAAwB;AAGxB,+CAA0C;AAE1C,wCAAmC;AAEnC,yCAAoC;AAGpC,uCAAkC"}
@@ -1,5 +0,0 @@
1
- export * from './pages';
2
- export * from './controls';
3
- export * from './webapp';
4
- export * from './ApplicationV2';
5
- export * from './page';
@@ -1,9 +0,0 @@
1
- "use strict";
2
- function __export(m) {
3
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4
- }
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- __export(require("./pages"));
7
- __export(require("./controls"));
8
- __export(require("./webapp"));
9
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/specification/v2/index.ts"],"names":[],"mappings":";;;;;AAAA,6BAAwB;AACxB,gCAA2B;AAC3B,8BAAyB"}
@@ -1,7 +0,0 @@
1
- import type { PagesBase, PageBase, PageType } from '../common';
2
- export interface Page extends PageBase {
3
- pageType?: PageType;
4
- }
5
- export interface Pages extends PagesBase {
6
- [key: string]: Page;
7
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=page.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"page.js","sourceRoot":"","sources":["../../../../src/specification/v2/page.ts"],"names":[],"mappings":""}
@@ -1,21 +0,0 @@
1
- import type { AnalyticalListPageFilterBar, ALPAnalyticalTable, ALPGridTable, ALPResponsiveTable, GenericFooter } from '../controls';
2
- import type { PageConfig } from '../../common/page';
3
- import type { ChartSettings } from '../../../specification/v2/controls';
4
- import type { KPISettings } from '../../../specification/v2/controls/AnalyticalListPageKPI';
5
- export interface AnalyticalListPageConfig extends PageConfig {
6
- /**
7
- * Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed.
8
- */
9
- fitContent?: boolean;
10
- table?: ALPResponsiveTable | ALPGridTable | ALPAnalyticalTable;
11
- filterBar?: AnalyticalListPageFilterBar;
12
- chart?: ChartSettings;
13
- footer?: GenericFooter;
14
- /**
15
- * Key Performance Indicators
16
- * @isViewNode true
17
- */
18
- keyPerformanceIndicators?: {
19
- [k: string]: KPISettings;
20
- };
21
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=AnalyticalListPageConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnalyticalListPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v2/pages/AnalyticalListPageConfig.ts"],"names":[],"mappings":""}
@@ -1,12 +0,0 @@
1
- import type { TreeTable, ListReportFilterBar, GenericFooter, AnalyticalTable, GridTable, ResponsiveTable } from '../controls';
2
- import type { PageConfig } from '../../common/page';
3
- export declare type ListReportTableTypeV2 = ResponsiveTable | TreeTable | AnalyticalTable | GridTable;
4
- export interface ListReportConfig extends PageConfig {
5
- /**
6
- * Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed.
7
- */
8
- fitContent?: boolean;
9
- table?: ListReportTableTypeV2;
10
- filterBar?: ListReportFilterBar;
11
- footer?: GenericFooter;
12
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ListReportConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ListReportConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v2/pages/ListReportConfig.ts"],"names":[],"mappings":""}
@@ -1,24 +0,0 @@
1
- import type { ObjectPageHeader, GenericSections, ObjectPageLayout, CustomSections, ObjectPageFooter } from '../controls';
2
- import type { PageConfig } from '../../common/page';
3
- export interface ObjectPageConfig extends PageConfig {
4
- /**
5
- * Set showConfirmationOnDraftActivate to true to enable a confirmation before a save if you have pending warnings.
6
- */
7
- showConfirmationOnDraftActivate?: boolean;
8
- /**
9
- * If you set this property to true, the navigation chevron is hidden in case the launchpad indicates that the user has no authorization to navigate.
10
- */
11
- hideChevronForUnauthorizedExtNav?: boolean;
12
- /**
13
- * allowDeepLinking restricts deep linking to certain object page levels.
14
- */
15
- allowDeepLinking?: boolean;
16
- /**
17
- * If you set navToListOnSave to true, the application will navigate back to the list on a save.
18
- */
19
- navToListOnSave?: boolean;
20
- header?: ObjectPageHeader;
21
- layout?: ObjectPageLayout;
22
- sections?: GenericSections | CustomSections;
23
- footer?: ObjectPageFooter;
24
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ObjectPageConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ObjectPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v2/pages/ObjectPageConfig.ts"],"names":[],"mappings":""}