@sap/ux-specification 1.142.5 → 1.144.1

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 (315) hide show
  1. package/CHANGELOG.md +26 -160
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +312 -317
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +18 -0
  16. package/dist/schemas/v2/ListReportConfig.json +30 -0
  17. package/dist/schemas/v2/ListReportNewConfig.json +7 -202
  18. package/dist/schemas/v2/ObjectPageConfig.json +30 -0
  19. package/dist/schemas/v4/ApplicationV4.json +5 -13
  20. package/dist/schemas/v4/BuildingBlocksConfig.json +2094 -1618
  21. package/dist/schemas/v4/ObjectPageConfig.json +734 -112
  22. package/dist/specification/package.json +10 -9
  23. package/dist/specification/scripts/generate-validity-report.js +1 -1
  24. package/dist/specification/scripts/generate-validity-report.js.map +1 -1
  25. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  26. package/dist/specification/scripts/macros/corrections.js +18 -24
  27. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  28. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  29. package/dist/specification/scripts/macros/schema.js +10 -23
  30. package/dist/specification/scripts/macros/schema.js.map +1 -1
  31. package/dist/specification/scripts/schema/to-json-schema.js +1 -1
  32. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  33. package/dist/specification/src/api.d.ts.map +1 -1
  34. package/dist/specification/src/api.js +9 -45
  35. package/dist/specification/src/api.js.map +1 -1
  36. package/dist/specification/src/ftfs/ftfs.d.ts +0 -8
  37. package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
  38. package/dist/specification/src/ftfs/ftfs.js +0 -1
  39. package/dist/specification/src/ftfs/ftfs.js.map +1 -1
  40. package/dist/specification/src/ftfs/index.d.ts +1 -1
  41. package/dist/specification/src/ftfs/index.d.ts.map +1 -1
  42. package/dist/specification/src/ftfs/index.js +1 -2
  43. package/dist/specification/src/ftfs/index.js.map +1 -1
  44. package/dist/specification/src/ftfs/parser/model/TreeModel.d.ts.map +1 -1
  45. package/dist/specification/src/ftfs/parser/model/TreeModel.js +1 -3
  46. package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
  47. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +22 -58
  48. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  49. package/dist/specification/src/sync/common/decoration/decorator-paths.js +1 -23
  50. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  51. package/dist/specification/src/sync/common/decoration/decorators.d.ts +8 -0
  52. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  53. package/dist/specification/src/sync/common/decoration/decorators.js +15 -0
  54. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  55. package/dist/specification/src/sync/common/decoration/index.d.ts +0 -4
  56. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  57. package/dist/specification/src/sync/common/decoration/index.js +0 -4
  58. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  59. package/dist/specification/src/sync/common/generate/objectPage.js +1 -0
  60. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  61. package/dist/specification/src/sync/common/i18n.json +0 -25
  62. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  63. package/dist/specification/src/sync/common/importProject.js +3 -3
  64. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  65. package/dist/specification/src/sync/common/rules.d.ts +1 -1
  66. package/dist/specification/src/sync/common/rules.js +1 -1
  67. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +5 -4
  68. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  69. package/dist/specification/src/sync/v2/export/controls/Fragment.js +20 -29
  70. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  71. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -0
  72. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  73. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +25 -40
  74. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  75. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +1 -0
  76. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  77. package/dist/specification/src/sync/v2/export/controls/Table.js +24 -34
  78. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  79. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  80. package/dist/specification/src/sync/v2/export/export.js +2 -3
  81. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  82. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  83. package/dist/specification/src/sync/v2/export/exportPage.js +19 -48
  84. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  85. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +0 -2
  86. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  87. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +6 -17
  88. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  89. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +6 -54
  90. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  91. package/dist/specification/src/sync/v2/export/view-controller-generator.js +12 -106
  92. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  93. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +15 -1
  95. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  96. package/dist/specification/src/sync/v2/generate/generate.d.ts +6 -3
  97. package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
  98. package/dist/specification/src/sync/v2/generate/generate.js +12 -7
  99. package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
  100. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  101. package/dist/specification/src/sync/v2/generate/listReport.js +2 -0
  102. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  103. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  104. package/dist/specification/src/sync/v2/generate/objectPage.js +20 -6
  105. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  106. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
  107. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  108. package/dist/specification/src/sync/v2/generate/utils.d.ts +19 -0
  109. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  110. package/dist/specification/src/sync/v2/generate/utils.js +75 -0
  111. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  112. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -4
  113. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
  114. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
  115. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +2 -59
  116. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  117. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +7 -582
  118. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  119. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +0 -1
  120. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  121. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +0 -1
  122. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  123. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  124. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +14 -29
  125. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  126. package/dist/specification/src/sync/v2/types.d.ts +0 -2
  127. package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
  128. package/dist/specification/src/sync/v2/types.js.map +1 -1
  129. package/dist/specification/src/sync/v2/utils.d.ts +0 -25
  130. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  131. package/dist/specification/src/sync/v2/utils.js +4 -28
  132. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  133. package/dist/specification/src/sync/v4/application.d.ts +1 -1
  134. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  135. package/dist/specification/src/sync/v4/application.js +2 -2
  136. package/dist/specification/src/sync/v4/application.js.map +1 -1
  137. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  138. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  139. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  140. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  141. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +5 -3
  142. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  143. package/dist/specification/src/sync/v4/export/controls/Header.js +7 -2
  144. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  145. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +3 -9
  146. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  147. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +6 -10
  148. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  149. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  150. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  151. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  152. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  153. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +51 -11
  154. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  155. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +246 -95
  156. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  157. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +27 -6
  158. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  159. package/dist/specification/src/sync/v4/export/controls/Table.js +38 -11
  160. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  161. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
  162. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  163. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +2 -1
  164. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  165. package/dist/specification/src/sync/v4/export/factory.d.ts.map +1 -1
  166. package/dist/specification/src/sync/v4/export/factory.js +4 -2
  167. package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
  168. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +0 -1
  169. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  170. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +46 -212
  171. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  172. package/dist/specification/src/sync/v4/export/pages/ObjectPage.d.ts +1 -0
  173. package/dist/specification/src/sync/v4/export/pages/ObjectPage.d.ts.map +1 -1
  174. package/dist/specification/src/sync/v4/export/pages/ObjectPage.js +11 -0
  175. package/dist/specification/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
  176. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +0 -13
  177. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  178. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +2 -74
  179. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  180. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +5 -5
  181. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  182. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  183. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +39 -29
  184. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  185. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  186. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +3 -12
  187. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  188. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +13 -32
  189. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  190. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +78 -103
  191. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  192. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +4 -7
  193. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  194. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +19 -34
  195. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  196. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +2 -1
  197. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  198. package/dist/specification/src/sync/v4/generate/objectPage.js +95 -136
  199. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  200. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  201. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +0 -20
  202. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  203. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  204. package/dist/specification/src/sync/v4/import/pages/objectPage.js +50 -11
  205. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  206. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +4 -2
  207. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  208. package/dist/specification/src/sync/v4/sync-rules/App.js +1 -2
  209. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  210. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +1 -2
  211. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  212. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +1 -3
  213. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  214. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +294 -1
  215. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  216. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +753 -0
  217. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  218. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +4 -2
  219. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  220. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  221. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  222. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +4 -10
  223. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  224. package/dist/specification/src/sync/v4/utils/macros.d.ts +0 -19
  225. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  226. package/dist/specification/src/sync/v4/utils/macros.js +0 -34
  227. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  228. package/dist/specification/src/sync/v4/utils/utils.d.ts +4 -24
  229. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  230. package/dist/specification/src/sync/v4/utils/utils.js +43 -240
  231. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  232. package/dist/specification/test/test-utils/utils.d.ts +1 -2
  233. package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
  234. package/dist/specification/test/test-utils/utils.js +18 -26
  235. package/dist/specification/test/test-utils/utils.js.map +1 -1
  236. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +2 -2
  237. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -1
  238. package/dist/specification/test/unit/decorators/validity-test-utils.js +6 -6
  239. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -1
  240. package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
  241. package/dist/templates/GridTableColumnsExtension.xml +3 -3
  242. package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
  243. package/dist/templates/TreeTableColumnsExtension.xml +4 -4
  244. package/dist/templates/fragment.xml +3 -3
  245. package/dist/templates/view.xml +3 -3
  246. package/dist/types/src/apiTypes.d.ts +9 -15
  247. package/dist/types/src/apiTypes.d.ts.map +1 -1
  248. package/dist/types/src/apiTypes.js +0 -1
  249. package/dist/types/src/apiTypes.js.map +1 -1
  250. package/dist/types/src/common/types.d.ts +13 -11
  251. package/dist/types/src/common/types.d.ts.map +1 -1
  252. package/dist/types/src/common/types.js +7 -12
  253. package/dist/types/src/common/types.js.map +1 -1
  254. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +4 -0
  255. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  256. package/dist/types/src/v2/controls/Table.d.ts +4 -0
  257. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  258. package/dist/types/src/v4/application.d.ts +4 -13
  259. package/dist/types/src/v4/application.d.ts.map +1 -1
  260. package/dist/types/src/v4/application.js +0 -10
  261. package/dist/types/src/v4/application.js.map +1 -1
  262. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +252 -86
  263. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  264. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  265. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +4 -0
  266. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  267. package/package.json +10 -9
  268. package/dist/specification/src/sync/common/decoration/Decorator.d.ts +0 -91
  269. package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +0 -1
  270. package/dist/specification/src/sync/common/decoration/Decorator.js +0 -139
  271. package/dist/specification/src/sync/common/decoration/Decorator.js.map +0 -1
  272. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +0 -95
  273. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +0 -1
  274. package/dist/specification/src/sync/common/decoration/condition-evaluator.js +0 -210
  275. package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +0 -1
  276. package/dist/specification/src/sync/common/decoration/interfaces.d.ts +0 -38
  277. package/dist/specification/src/sync/common/decoration/interfaces.d.ts.map +0 -1
  278. package/dist/specification/src/sync/common/decoration/interfaces.js +0 -3
  279. package/dist/specification/src/sync/common/decoration/interfaces.js.map +0 -1
  280. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts +0 -18
  281. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +0 -1
  282. package/dist/specification/src/sync/common/decoration/steps/Enums.js +0 -50
  283. package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +0 -1
  284. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts +0 -18
  285. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts.map +0 -1
  286. package/dist/specification/src/sync/common/decoration/steps/Hide.js +0 -46
  287. package/dist/specification/src/sync/common/decoration/steps/Hide.js.map +0 -1
  288. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts +0 -26
  289. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts.map +0 -1
  290. package/dist/specification/src/sync/common/decoration/steps/Message.js +0 -77
  291. package/dist/specification/src/sync/common/decoration/steps/Message.js.map +0 -1
  292. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts +0 -18
  293. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts.map +0 -1
  294. package/dist/specification/src/sync/common/decoration/steps/Readonly.js +0 -43
  295. package/dist/specification/src/sync/common/decoration/steps/Readonly.js.map +0 -1
  296. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts +0 -18
  297. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts.map +0 -1
  298. package/dist/specification/src/sync/common/decoration/steps/Validity.js +0 -68
  299. package/dist/specification/src/sync/common/decoration/steps/Validity.js.map +0 -1
  300. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts +0 -19
  301. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts.map +0 -1
  302. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js +0 -48
  303. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js.map +0 -1
  304. package/dist/specification/src/sync/common/decoration/steps/index.d.ts +0 -6
  305. package/dist/specification/src/sync/common/decoration/steps/index.d.ts.map +0 -1
  306. package/dist/specification/src/sync/common/decoration/steps/index.js +0 -14
  307. package/dist/specification/src/sync/common/decoration/steps/index.js.map +0 -1
  308. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +0 -12
  309. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +0 -1
  310. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +0 -167
  311. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +0 -1
  312. package/dist/specification/src/sync/v4/generate/app.d.ts +0 -11
  313. package/dist/specification/src/sync/v4/generate/app.d.ts.map +0 -1
  314. package/dist/specification/src/sync/v4/generate/app.js +0 -31
  315. package/dist/specification/src/sync/v4/generate/app.js.map +0 -1
@@ -2,16 +2,13 @@
2
2
  * @file This file contains the classes implementing the interfaces defined in the corresponding types file.
3
3
  * Note that the logic for dealing with the multi-table scenario is implemented in the sibling file MultiTable.ts.
4
4
  */
5
- import type { Definition } from 'typescript-json-schema';
6
5
  import type { smarttable } from 'sap/ui/comp/library';
7
- import type { PopinLayout } from 'sap/m/library';
8
6
  import type * as Edm from '@sap-ux/vocabularies-types/Edm';
9
- import type { AccessorPath, ConversionExit, ExtensionLogger, SchemaHandlingParams } from '@sap/ux-specification-types';
7
+ import type { ExtensionLogger } from '@sap/ux-specification-types';
10
8
  import * as v2 from '@sap/ux-specification-types/src/v2/genericSchemaHandling/controls/Table';
11
9
  import type { SapUiGenericAppPageSettings } from '@sap/ux-specification-types/src/common';
12
- import { type LineItemInfo } from '../../generate/utils';
10
+ import type { LineItemInfo } from '../../generate/utils';
13
11
  import type { MultiTableInfo } from './MultiTable';
14
- import { type Toolbar } from './Action';
15
12
  /**
16
13
  * Specific params applicable to the current table passed to the ProcessingRuleAdapter.
17
14
  *
@@ -37,13 +34,6 @@ export type TableParams = {
37
34
  * @returns the default table type for the given entity type
38
35
  */
39
36
  export declare function getDefaultTableType(entityTypeDefinition: Edm.EntityType): v2.TableTypeV2Enum;
40
- /**
41
- * Returns the table type valid for the artifact described by given parameters.
42
- *
43
- * @param tableParams - the parameters describing the table
44
- * @returns the table type for the given table
45
- */
46
- export declare function getTableType(tableParams: TableParams): v2.TableTypeV2Enum;
47
37
  /**
48
38
  * Checks whether a given table type is valid. Thereby undefined and empty string are also considered as valid (they represent the default table type).
49
39
  *
@@ -52,31 +42,6 @@ export declare function getTableType(tableParams: TableParams): v2.TableTypeV2En
52
42
  * @returns - information whether the tableType is valid
53
43
  */
54
44
  export declare function checkTableType(tableType: string | undefined, logger?: ExtensionLogger): boolean;
55
- /**
56
- * Helper functions for implementing a ProcessingRuleAdapter for a manifest-based property belonging to the tableSettings.
57
- * Returns the manifest path for the table settings for the specified table params (which may either be global or for a specific view in a multi-table scenario).
58
- *
59
- * @param schemaHandlingParams - the schema handling parameters passed to the ProcessingRuleAdapter
60
- * @param tableParams - the parameters describing the table
61
- * @returns the manifest path to the tableSettings of the specified table
62
- */
63
- export declare function getManifestPathForTableSettings(schemaHandlingParams: SchemaHandlingParams, tableParams: TableParams): AccessorPath;
64
- /**
65
- * Modifies a schema element such that the fields of the given entity type are added as enumeration values.
66
- *
67
- * @param element - the schema element to be modified
68
- * @param entityTypeDefinition - the entity type hosting the fields
69
- */
70
- export declare function addEntityTypeFieldsAsEnum(element: Definition, entityTypeDefinition: Edm.EntityType): void;
71
- export declare class DataLoadSettings {
72
- loadDataOnAppLaunch: v2.LoadDataOnAppLaunchSettingsEnum;
73
- }
74
- export declare class CreateWithFilters implements v2.CreateWithFilters {
75
- strategy: v2.StrategyEnum;
76
- }
77
- export declare class Fields4CreateWithParametersDialog implements v2.Fields4CreateWithParametersDialog {
78
- fields: string[];
79
- }
80
45
  export declare class Table implements v2.Table {
81
46
  entitySet?: string;
82
47
  annotationPath?: string;
@@ -86,27 +51,5 @@ export declare class Table implements v2.Table {
86
51
  showTablePersonalisation?: boolean;
87
52
  exportType?: smarttable.ExportType;
88
53
  useExportToExcel?: boolean;
89
- growingThreshold?: number;
90
- popinLayout?: PopinLayout;
91
- includeItemInSelection?: boolean;
92
- tableType?: v2.TableTypeV2Enum;
93
- type?: v2.TableTypeV2Enum;
94
- condensedTableLayout?: boolean;
95
- enableTableFilterInPageVariant?: boolean;
96
- inlineDelete?: boolean;
97
- multiSelect?: boolean;
98
- selectAll?: boolean;
99
- selectionLimit?: number;
100
- copy?: boolean;
101
- dataLoadSettings?: v2.DataLoadSettings;
102
- createWithFilters?: v2.CreateWithFilters;
103
- createWithParameterDialog?: v2.Fields4CreateWithParametersDialog;
104
- multiEdit?: v2.MultiEdit;
105
- toolbar?: Toolbar;
106
54
  }
107
- /**
108
- * ConversionExit for property createWithParameterDialog of Table control.
109
- * Converts between the manifest representation (object with field names as keys) and the config representation (object with array of field names).
110
- */
111
- export declare const CREATE_WITH_PARAMETER_DIALOG: ConversionExit;
112
55
  //# sourceMappingURL=Table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v2/genericSchemaHandling/controls/Table.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,KAAK,GAAG,MAAM,gCAAgC,CAAC;AAG3D,OAAO,KAAK,EACR,YAAY,EACZ,cAAc,EACd,eAAe,EAKf,oBAAoB,EAGvB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,yEAAyE,CAAC;AAC9F,OAAO,KAAK,EAAY,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AAGpG,OAAO,EAAmB,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAsBnD,OAAO,EAAiC,KAAK,OAAO,EAAE,MAAM,UAAU,CAAC;AAGvE;;;;;;;;;GASG;AACH,MAAM,MAAM,WAAW,GAAG;IACtB,QAAQ,CAAC,EAAE,2BAA2B,CAAC;IACvC,SAAS,EAAE,EAAE,CAAC,eAAe,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAC;CAE9B,CAAC;AA8BF;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,oBAAoB,EAAE,GAAG,CAAC,UAAU,GAAG,EAAE,CAAC,eAAe,CAG5F;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,WAAW,EAAE,WAAW,GAAG,EAAE,CAAC,eAAe,CAUzE;AA0DD;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,EAAE,MAAM,CAAC,EAAE,eAAe,GAAG,OAAO,CAe/F;AA2DD;;;;;;;GAOG;AACH,wBAAgB,+BAA+B,CAC3C,oBAAoB,EAAE,oBAAoB,EAC1C,WAAW,EAAE,WAAW,GACzB,YAAY,CAQd;AA+FD;;;;;GAKG;AACH,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,GAAG,CAAC,UAAU,GAAG,IAAI,CAMzG;AAED,qBAAa,gBAAgB;IAmBzB,mBAAmB,EAAE,EAAE,CAAC,+BAA+B,CAAC;CAC3D;AAED,qBAAa,iBAAkB,YAAW,EAAE,CAAC,iBAAiB;IAY1D,QAAQ,EAAE,EAAE,CAAC,YAAY,CAAC;CAC7B;AAED,qBAAa,iCAAkC,YAAW,EAAE,CAAC,iCAAiC;IAW1F,MAAM,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,KAAM,YAAW,EAAE,CAAC,KAAK;IAIlC,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAIpC,KAAK,CAAC,EAAE,EAAE,CAAC,oBAAoB,CAAC;IAIhC,qBAAqB,CAAC,EAAE,EAAE,CAAC,iBAAiB,CAAC;IAI7C,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAInC,UAAU,CAAC,EAAE,UAAU,CAAC,UAAU,CAAC;IAInC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAI3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,WAAW,CAAC,EAAE,WAAW,CAAC;IAI1B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAqBjC,SAAS,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC;IAgF/B,IAAI,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC;IAuB1B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAyB/B,8BAA8B,CAAC,EAAE,OAAO,CAAC;IA6BzC,YAAY,CAAC,EAAE,OAAO,CAAC;IAiCvB,WAAW,CAAC,EAAE,OAAO,CAAC;IAgCtB,SAAS,CAAC,EAAE,OAAO,CAAC;IAcpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAQxB,IAAI,CAAC,EAAE,OAAO,CAAC;IAIf,gBAAgB,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC;IAMvC,iBAAiB,CAAC,EAAE,EAAE,CAAC,iBAAiB,CAAC;IAgDzC,yBAAyB,CAAC,EAAE,EAAE,CAAC,iCAAiC,CAAC;IAQjE,SAAS,CAAC,EAAE,EAAE,CAAC,SAAS,CAAC;IAyBzB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE,cAuC1C,CAAC"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v2/genericSchemaHandling/controls/Table.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,KAAK,GAAG,MAAM,gCAAgC,CAAC;AAG3D,OAAO,KAAK,EAAE,eAAe,EAAkD,MAAM,6BAA6B,CAAC;AACnH,OAAO,KAAK,EAAE,MAAM,yEAAyE,CAAC;AAC9F,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AAG1F,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAInD;;;;;;;;;GASG;AACH,MAAM,MAAM,WAAW,GAAG;IACtB,QAAQ,CAAC,EAAE,2BAA2B,CAAC;IACvC,SAAS,EAAE,EAAE,CAAC,eAAe,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,UAAU,EAAE,GAAG,CAAC,UAAU,CAAC;CAE9B,CAAC;AAcF;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,oBAAoB,EAAE,GAAG,CAAC,UAAU,GAAG,EAAE,CAAC,eAAe,CAG5F;AAED;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,EAAE,MAAM,CAAC,EAAE,eAAe,GAAG,OAAO,CAe/F;AAuBD,qBAAa,KAAM,YAAW,EAAE,CAAC,KAAK;IAIlC,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAIpC,KAAK,CAAC,EAAE,EAAE,CAAC,oBAAoB,CAAC;IAIhC,qBAAqB,CAAC,EAAE,EAAE,CAAC,iBAAiB,CAAC;IAI7C,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAOnC,UAAU,CAAC,EAAE,UAAU,CAAC,UAAU,CAAC;IAInC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B"}