@sap/ux-specification 1.139.8 → 1.139.10

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 (290) hide show
  1. package/CHANGELOG.md +71 -0
  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 +332 -325
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ListReportNewConfig.json +202 -7
  16. package/dist/schemas/v4/ApplicationV4.json +14 -0
  17. package/dist/schemas/v4/BuildingBlocksConfig.json +96 -18
  18. package/dist/schemas/v4/ObjectPageConfig.json +112 -728
  19. package/dist/specification/package.json +10 -10
  20. package/dist/specification/scripts/generate-validity-report.js +1 -1
  21. package/dist/specification/scripts/generate-validity-report.js.map +1 -1
  22. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  23. package/dist/specification/scripts/macros/corrections.js +48 -1
  24. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  25. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  26. package/dist/specification/scripts/macros/schema.js +36 -10
  27. package/dist/specification/scripts/macros/schema.js.map +1 -1
  28. package/dist/specification/scripts/schema/to-json-schema.js +1 -1
  29. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  30. package/dist/specification/src/api.d.ts.map +1 -1
  31. package/dist/specification/src/api.js +39 -3
  32. package/dist/specification/src/api.js.map +1 -1
  33. package/dist/specification/src/ftfs/ftfs.d.ts +8 -0
  34. package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
  35. package/dist/specification/src/ftfs/ftfs.js +1 -0
  36. package/dist/specification/src/ftfs/ftfs.js.map +1 -1
  37. package/dist/specification/src/ftfs/index.d.ts +1 -1
  38. package/dist/specification/src/ftfs/index.d.ts.map +1 -1
  39. package/dist/specification/src/ftfs/index.js +2 -1
  40. package/dist/specification/src/ftfs/index.js.map +1 -1
  41. package/dist/specification/src/ftfs/parser/model/TreeModel.d.ts.map +1 -1
  42. package/dist/specification/src/ftfs/parser/model/TreeModel.js +3 -1
  43. package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
  44. package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
  45. package/dist/specification/src/i18n/i18n.js +2 -1
  46. package/dist/specification/src/i18n/i18n.js.map +1 -1
  47. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +8 -1
  48. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
  49. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +10 -7
  50. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
  51. package/dist/specification/src/sync/common/decoration/Decorator.d.ts +91 -0
  52. package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +1 -0
  53. package/dist/specification/src/sync/common/decoration/Decorator.js +139 -0
  54. package/dist/specification/src/sync/common/decoration/Decorator.js.map +1 -0
  55. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +95 -0
  56. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +1 -0
  57. package/dist/specification/src/sync/common/decoration/condition-evaluator.js +210 -0
  58. package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +1 -0
  59. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +58 -22
  60. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  61. package/dist/specification/src/sync/common/decoration/decorator-paths.js +23 -1
  62. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  63. package/dist/specification/src/sync/common/decoration/decorators.d.ts +6 -48
  64. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  65. package/dist/specification/src/sync/common/decoration/decorators.js +26 -106
  66. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  67. package/dist/specification/src/sync/common/decoration/index.d.ts +4 -0
  68. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  69. package/dist/specification/src/sync/common/decoration/index.js +4 -0
  70. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  71. package/dist/specification/src/sync/common/decoration/interfaces.d.ts +38 -0
  72. package/dist/specification/src/sync/common/decoration/interfaces.d.ts.map +1 -0
  73. package/dist/specification/src/sync/common/decoration/interfaces.js +3 -0
  74. package/dist/specification/src/sync/common/decoration/interfaces.js.map +1 -0
  75. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts +18 -0
  76. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +1 -0
  77. package/dist/specification/src/sync/common/decoration/steps/Enums.js +50 -0
  78. package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +1 -0
  79. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts +18 -0
  80. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts.map +1 -0
  81. package/dist/specification/src/sync/common/decoration/steps/Hide.js +46 -0
  82. package/dist/specification/src/sync/common/decoration/steps/Hide.js.map +1 -0
  83. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts +26 -0
  84. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts.map +1 -0
  85. package/dist/specification/src/sync/common/decoration/steps/Message.js +77 -0
  86. package/dist/specification/src/sync/common/decoration/steps/Message.js.map +1 -0
  87. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts +18 -0
  88. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts.map +1 -0
  89. package/dist/specification/src/sync/common/decoration/steps/Readonly.js +43 -0
  90. package/dist/specification/src/sync/common/decoration/steps/Readonly.js.map +1 -0
  91. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts +18 -0
  92. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts.map +1 -0
  93. package/dist/specification/src/sync/common/decoration/steps/Validity.js +68 -0
  94. package/dist/specification/src/sync/common/decoration/steps/Validity.js.map +1 -0
  95. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts +19 -0
  96. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts.map +1 -0
  97. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js +48 -0
  98. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js.map +1 -0
  99. package/dist/specification/src/sync/common/decoration/steps/index.d.ts +6 -0
  100. package/dist/specification/src/sync/common/decoration/steps/index.d.ts.map +1 -0
  101. package/dist/specification/src/sync/common/decoration/steps/index.js +14 -0
  102. package/dist/specification/src/sync/common/decoration/steps/index.js.map +1 -0
  103. package/dist/specification/src/sync/common/i18n.json +28 -0
  104. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  105. package/dist/specification/src/sync/common/importProject.js +2 -0
  106. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  107. package/dist/specification/src/sync/common/rules.d.ts +25 -0
  108. package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
  109. package/dist/specification/src/sync/common/rules.js +27 -2
  110. package/dist/specification/src/sync/common/rules.js.map +1 -1
  111. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +4 -5
  112. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  113. package/dist/specification/src/sync/v2/export/controls/Fragment.js +29 -20
  114. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  115. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  116. package/dist/specification/src/sync/v2/export/export.js +3 -2
  117. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  118. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  119. package/dist/specification/src/sync/v2/export/exportPage.js +48 -19
  120. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  121. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
  122. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  123. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
  124. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  125. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +54 -6
  126. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  127. package/dist/specification/src/sync/v2/export/view-controller-generator.js +106 -12
  128. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  129. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +7 -7
  130. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  131. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  132. package/dist/specification/src/sync/v2/generate/objectPage.js +56 -2
  133. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  134. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
  135. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  136. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -4
  137. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +12 -0
  138. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +1 -0
  139. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +167 -0
  140. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +1 -0
  141. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
  142. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
  143. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +59 -2
  144. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  145. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +582 -7
  146. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  147. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  148. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  149. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  150. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  151. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  152. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +29 -6
  153. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  154. package/dist/specification/src/sync/v2/types.d.ts +2 -0
  155. package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
  156. package/dist/specification/src/sync/v2/types.js.map +1 -1
  157. package/dist/specification/src/sync/v2/utils.d.ts +25 -0
  158. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  159. package/dist/specification/src/sync/v2/utils.js +28 -4
  160. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  161. package/dist/specification/src/sync/v4/application.d.ts +12 -0
  162. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  163. package/dist/specification/src/sync/v4/application.js +28 -3
  164. package/dist/specification/src/sync/v4/application.js.map +1 -1
  165. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +1 -2
  166. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  167. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +1 -2
  168. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -5
  170. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  171. package/dist/specification/src/sync/v4/export/controls/Header.js +2 -7
  172. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  173. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +9 -3
  174. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  175. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +10 -6
  176. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  177. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -2
  178. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  179. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +1 -2
  180. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  181. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +11 -51
  182. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  183. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +95 -246
  184. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  185. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +6 -21
  186. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  187. package/dist/specification/src/sync/v4/export/controls/Table.js +46 -37
  188. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  189. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +1 -2
  190. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  191. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +3 -4
  192. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  193. package/dist/specification/src/sync/v4/export/factory.d.ts.map +1 -1
  194. package/dist/specification/src/sync/v4/export/factory.js +2 -4
  195. package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
  196. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +1 -0
  197. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  198. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +212 -46
  199. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  200. package/dist/specification/src/sync/v4/generate/app.d.ts +11 -0
  201. package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -0
  202. package/dist/specification/src/sync/v4/generate/app.js +31 -0
  203. package/dist/specification/src/sync/v4/generate/app.js.map +1 -0
  204. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +13 -0
  205. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  206. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +93 -13
  207. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  208. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  209. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +4 -3
  210. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  211. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  212. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +29 -27
  213. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  214. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  215. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +12 -3
  216. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  217. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +32 -13
  218. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  219. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +103 -78
  220. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  221. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +13 -6
  222. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  223. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +107 -108
  224. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  225. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -2
  226. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  227. package/dist/specification/src/sync/v4/generate/objectPage.js +162 -118
  228. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  229. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  230. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +20 -0
  231. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  232. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  233. package/dist/specification/src/sync/v4/import/pages/objectPage.js +4 -23
  234. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  235. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +2 -4
  236. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  237. package/dist/specification/src/sync/v4/sync-rules/App.js +2 -1
  238. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  239. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -1
  240. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  241. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +3 -1
  242. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  243. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +1 -302
  244. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  245. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +0 -753
  246. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  247. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +2 -4
  248. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  249. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  250. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  251. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +10 -4
  252. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  253. package/dist/specification/src/sync/v4/utils/macros.d.ts +19 -0
  254. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  255. package/dist/specification/src/sync/v4/utils/macros.js +34 -0
  256. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  257. package/dist/specification/src/sync/v4/utils/utils.d.ts +22 -2
  258. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  259. package/dist/specification/src/sync/v4/utils/utils.js +238 -41
  260. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  261. package/dist/specification/test/test-utils/utils.d.ts +1 -0
  262. package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
  263. package/dist/specification/test/test-utils/utils.js +11 -0
  264. package/dist/specification/test/test-utils/utils.js.map +1 -1
  265. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +2 -2
  266. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -1
  267. package/dist/specification/test/unit/decorators/validity-test-utils.js +6 -6
  268. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -1
  269. package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
  270. package/dist/templates/GridTableColumnsExtension.xml +3 -3
  271. package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
  272. package/dist/templates/TreeTableColumnsExtension.xml +4 -4
  273. package/dist/templates/fragment.xml +3 -3
  274. package/dist/templates/view.xml +3 -3
  275. package/dist/types/src/apiTypes.d.ts +15 -5
  276. package/dist/types/src/apiTypes.d.ts.map +1 -1
  277. package/dist/types/src/apiTypes.js +1 -0
  278. package/dist/types/src/apiTypes.js.map +1 -1
  279. package/dist/types/src/common/types.d.ts +11 -6
  280. package/dist/types/src/common/types.d.ts.map +1 -1
  281. package/dist/types/src/common/types.js +12 -7
  282. package/dist/types/src/common/types.js.map +1 -1
  283. package/dist/types/src/v4/application.d.ts +15 -0
  284. package/dist/types/src/v4/application.d.ts.map +1 -1
  285. package/dist/types/src/v4/application.js +10 -0
  286. package/dist/types/src/v4/application.js.map +1 -1
  287. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +86 -252
  288. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  289. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  290. package/package.json +11 -11
@@ -1,5 +1,5 @@
1
1
  import type { PopinLayout } from 'sap/m/library';
2
- import type { AnalyticalConfiguration, AnnotationPathAsObject, EnableMassEdit, RowCountable, TableSettings, TableTypeV4 } from '.';
2
+ import type { AnalyticalConfiguration, AnnotationPathAsObject, EnableMassEdit, RowCountMode, TableSettings, TableTypeV4 } from '.';
3
3
  import type { Placement, ObjectPageTableColumn as ObjectPageTableColumnIF, ObjectPageTableColumnAction, TableCustomColumn } from '../webapp/manifest/ManifestSettings';
4
4
  import type { ObjectPageToolBar } from './ObjectPageToolBar';
5
5
  export interface PositionOP {
@@ -24,84 +24,39 @@ export interface TableCustomColumnOP extends TableCustomColumn {
24
24
  */
25
25
  position?: PositionOP;
26
26
  }
27
- export type AnyObjectPageTableType = ObjectPageAnalyticalTableV4 | ObjectPageGridTableV4 | ObjectPageResponsiveTableV4 | ObjectPageTreeTableV4;
28
- /**
29
- * Table
30
- *
31
- * @isViewNode true
32
- * @controlProperty type
33
- */
34
- export interface ObjectPageGridTableV4 extends ObjectPageTable, RowCountable {
35
- /**
36
- * Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
37
- */
38
- type?: TableTypeV4.GridTable;
39
- /**
40
- * Defines the page behavior when a new record is created.
41
- */
42
- creationMode?: TableCreationModeInlineOPTable | TableCreationModeInlineCreationsRowsOPGridTable | TableCreationModeNewPageOPTable | TableCreationModeCreationDialogOPTable | TableCreationModeExternalOPTable;
43
- }
27
+ export type AnyObjectPageTableType = ObjectPageTable;
44
28
  export interface ObjectPageAnalyticalConfiguration extends AnalyticalConfiguration {
45
29
  }
46
30
  /**
47
31
  * Table
48
32
  *
49
33
  * @isViewNode true
50
- * @controlProperty type
51
34
  */
52
- export interface ObjectPageAnalyticalTableV4 extends ObjectPageTable, RowCountable {
53
- /**
54
- * Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
55
- */
56
- type?: TableTypeV4.AnalyticalTable;
57
- analyticalConfiguration?: ObjectPageAnalyticalConfiguration;
58
- }
59
- /**
60
- * Table
61
- *
62
- * @isViewNode true
63
- * @controlProperty type
64
- */
65
- export interface ObjectPageTreeTableV4 extends ObjectPageTable, RowCountable {
35
+ export interface ObjectPageTable extends TableSettingsOP {
66
36
  /**
67
37
  * Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
68
38
  */
69
- type?: TableTypeV4.TreeTable;
70
- /**
71
- * Defines the page behavior when a new record is created.
72
- */
73
- creationMode?: TableCreationModeNewPageOPTreeTable | TableCreationModeInlineOPTreeTable | TableCreationModeCreationDialogOPTreeTable;
74
- }
75
- /**
76
- * Table
77
- *
78
- * @isViewNode true
79
- * @controlProperty type
80
- * @defaultControlProperty true
81
- */
82
- export interface ObjectPageResponsiveTableV4 extends ObjectPageTable {
39
+ type?: TableTypeV4;
83
40
  /**
84
- * Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
41
+ * Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.
42
+ * - Fixed: The table always has as many rows as defined in the rowCount property.
43
+ * - Auto (default): The number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the rowCount property.
44
+ * - Interactive: The user can change the number of displayed rows by dragging a resize handle.
85
45
  */
86
- type?: TableTypeV4.ResponsiveTable;
46
+ rowCountMode?: RowCountMode;
87
47
  /**
88
- * Defines the page behavior when a new record is created.
48
+ * Number of rows to be displayed in the table.
49
+ *
50
+ * @minimum 0
89
51
  */
90
- creationMode?: TableCreationModeInlineOPTable | TableCreationModeInlineCreationsRowsOPResponsiveTable | TableCreationModeNewPageOPTable | TableCreationModeCreationDialogOPTable | TableCreationModeExternalOPTable;
52
+ rowCount?: number;
91
53
  /**
92
54
  * Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.
93
55
  *
94
56
  * @descriptionSrcURL https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html
95
57
  */
96
58
  popinLayout?: PopinLayout.Block | PopinLayout.GridSmall | PopinLayout.GridLarge;
97
- }
98
- /**
99
- * Table
100
- *
101
- * @isViewNode true
102
- * @controlProperty type
103
- */
104
- export interface ObjectPageTable extends TableSettingsOP {
59
+ analyticalConfiguration?: ObjectPageAnalyticalConfiguration;
105
60
  /**
106
61
  * Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.
107
62
  */
@@ -114,6 +69,11 @@ export interface ObjectPageTable extends TableSettingsOP {
114
69
  * Tool Bar
115
70
  */
116
71
  toolBar?: ObjectPageToolBar;
72
+ /**
73
+ * Defines the page behavior when a new record is created.
74
+ * Note: Not available for AnalyticalTable.
75
+ */
76
+ creationMode?: TableCreationModeOP;
117
77
  }
118
78
  /**
119
79
  * Table Section
@@ -131,81 +91,36 @@ export declare enum TableCreationModeType {
131
91
  External = "External"
132
92
  }
133
93
  /**
134
- * NewPage creation mode for TreeTable
135
- *
136
- * @defaultControlProperty true
137
- * @controlProperty name
94
+ * Creation mode configuration for Object Page tables.
95
+ * Visibility of specific properties is controlled by decorators in the specification package based on table type and creation mode.
138
96
  */
139
- export interface TableCreationModeNewPageOPTreeTable extends TableCreationModeOPTreeTable {
97
+ export interface TableCreationModeOP {
140
98
  /**
141
- * Defines the creation mode to be used by the tree table.
142
- * Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
143
- *
144
- * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
145
- * - Inline: The creation is performed inline.
146
- * - CreationDialog: The creation is performed in a table. There is a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
147
- *
148
- * If the 'name' property is not set:
149
- * If 'navigation' is defined, the default value is 'NewPage'. Otherwise, it is 'Inline'.
150
- */
151
- name?: TableCreationModeType.NewPage;
152
- }
153
- /**
154
- * Inline creation mode for TreeTable
155
- *
156
- * @controlProperty name
157
- */
158
- export interface TableCreationModeInlineOPTreeTable extends TableCreationModeOPTreeTable {
159
- /**
160
- * Defines the creation mode to be used by the tree table.
161
- * Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
99
+ * Defines the creation mode to be used by the table.
162
100
  *
163
- * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
164
- * - Inline: The creation is performed inline.
165
- * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
166
- *
167
- * If the 'name' property is not set:
168
- * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
169
- */
170
- name?: TableCreationModeType.Inline;
171
- }
172
- /**
173
- * CreationDialog creation mode for TreeTable
174
- *
175
- * @controlProperty name
176
- */
177
- export interface TableCreationModeCreationDialogOPTreeTable extends TableCreationModeOPTreeTable {
178
- /**
179
- * Defines the creation mode to be used by the tree table.
180
- * Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
101
+ * For tree tables, allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
102
+ * For responsive and grid tables, allowed values are 'NewPage', 'Inline', 'InlineCreationRows', 'External', or 'CreationDialog'.
181
103
  *
182
104
  * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
183
- * - Inline: The creation is performed inline.
105
+ * - Inline: The creation is performed inline
106
+ * - InlineCreationRows: The creation is performed inline with an empty row (not available for tree tables)
107
+ * - External: The creation is performed in a different application which is specified using the `outbound` parameter (not available for tree tables)
184
108
  * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
185
109
  *
186
110
  * If the 'name' property is not set:
187
111
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
188
112
  */
189
- name?: TableCreationModeType.CreationDialog;
113
+ name?: TableCreationModeType;
190
114
  /**
191
- * Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.
192
- * The value is a comma-separated list of property names.
115
+ * Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.
116
+ * The default value is `false`.
193
117
  */
194
- creationFields?: string[];
195
- }
196
- export interface TableCreationModeOPTreeTable {
118
+ createAtEnd?: boolean;
197
119
  /**
198
- * Defines the creation mode to be used by the tree table.
199
- * Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
200
- *
201
- * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
202
- * - Inline: The creation is performed inline.
203
- * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
204
- *
205
- * If the 'name' property is not set:
206
- * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
120
+ * Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.
121
+ * The default value is `false`.
207
122
  */
208
- name?: TableCreationModeType.NewPage | TableCreationModeType.Inline | TableCreationModeType.CreationDialog;
123
+ inlineCreationRowsHiddenInEditMode?: boolean;
209
124
  /**
210
125
  * Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).
211
126
  * The default value is `false`. When set to `false`, the new entry is placed as the first child below its parent.
@@ -215,153 +130,72 @@ export interface TableCreationModeOPTreeTable {
215
130
  * Defines the extension point to control the enablement of the "Create" button or "Create Menu" buttons.
216
131
  */
217
132
  isCreateEnabled?: string;
218
- }
219
- /**
220
- * Inline creation mode
221
- *
222
- * @controlProperty name
223
- */
224
- export interface TableCreationModeInlineOPTable {
225
133
  /**
226
- * Defines the creation mode to be used by the table.
227
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
228
- *
229
- * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
230
- * - Inline: The creation is performed inline
231
- * - InlineCreationsRows: The creation is performed inline with an empty row
232
- * - External: The creation is performed in a different application which is specified using the `outbound` parameter
233
- * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
234
- *
235
- * If the 'name' property is not set:
236
- * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
134
+ * Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.
135
+ * The value is a comma-separated list of property names.
237
136
  */
238
- name?: TableCreationModeType.Inline;
137
+ creationFields?: string[];
239
138
  /**
240
- * Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.
241
- * The default value is `false`.
139
+ * The navigation target where the document is created when `creationMode` is set to `External`.
242
140
  */
243
- createAtEnd?: boolean;
141
+ outbound?: string;
244
142
  }
245
143
  /**
246
- * InlineCreationsRows creation mode for the responsive table
247
- *
248
- * @controlProperty name
144
+ * @deprecated Use TableCreationModeOP instead
249
145
  */
250
- export interface TableCreationModeInlineCreationsRowsOPResponsiveTable {
251
- /**
252
- * Defines the creation mode to be used by the table.
253
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
254
- *
255
- * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
256
- * - Inline: The creation is performed inline
257
- * - InlineCreationsRows: The creation is performed inline with an empty row
258
- * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
259
- * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
260
- *
261
- * If the 'name' property is not set:
262
- * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
263
- */
264
- name?: TableCreationModeType.InlineCreationRows;
265
- /**
266
- * Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.
267
- * The default value is `false`.
268
- */
269
- inlineCreationRowsHiddenInEditMode?: boolean;
270
- }
146
+ export type TableCreationModeOPTreeTable = TableCreationModeOP;
271
147
  /**
272
- * InlineCreationsRows creation mode for the grid table
273
- *
274
- * @controlProperty name
148
+ * @deprecated Use TableCreationModeOP instead
275
149
  */
276
- export interface TableCreationModeInlineCreationsRowsOPGridTable {
277
- /**
278
- * Defines the creation mode to be used by the table.
279
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
280
- *
281
- * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
282
- * - Inline: The creation is performed inline
283
- * - InlineCreationsRows: The creation is performed inline with an empty row
284
- * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
285
- * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
286
- *
287
- * If the 'name' property is not set:
288
- * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
289
- */
290
- name?: TableCreationModeType.InlineCreationRows;
291
- }
150
+ export type TableCreationModeNewPageOPTreeTable = TableCreationModeOP;
292
151
  /**
293
- * NewPage creation mode
294
- *
295
- * @defaultControlProperty true
296
- * @controlProperty name
152
+ * @deprecated Use TableCreationModeOP instead
297
153
  */
298
- export interface TableCreationModeNewPageOPTable {
299
- /**
300
- * Defines the creation mode to be used by the table.
301
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
302
- *
303
- * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
304
- * - Inline: The creation is performed inline
305
- * - InlineCreationsRows: The creation is performed inline with an empty row
306
- * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
307
- * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
308
- *
309
- * If the 'name' property is not set:
310
- * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
311
- */
312
- name?: TableCreationModeType.NewPage;
313
- }
154
+ export type TableCreationModeInlineOPTreeTable = TableCreationModeOP;
314
155
  /**
315
- * CreationDialog creation mode
316
- *
317
- * @controlProperty name
156
+ * @deprecated Use TableCreationModeOP instead
318
157
  */
319
- export interface TableCreationModeCreationDialogOPTable {
320
- /**
321
- * Defines the creation mode to be used by the table.
322
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
323
- *
324
- * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
325
- * - Inline: The creation is performed inline
326
- * - InlineCreationsRows: The creation is performed inline with an empty row
327
- * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
328
- * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
329
- *
330
- * If the 'name' property is not set:
331
- * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
332
- */
333
- name?: TableCreationModeType.CreationDialog;
334
- /**
335
- * Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.
336
- * The value is a comma-separated list of property names.
337
- */
338
- creationFields?: string[];
339
- }
158
+ export type TableCreationModeCreationDialogOPTreeTable = TableCreationModeOP;
340
159
  /**
341
- * External creation mode
342
- *
343
- * @controlProperty name
160
+ * @deprecated Use TableCreationModeOP instead
344
161
  */
345
- export interface TableCreationModeExternalOPTable {
346
- /**
347
- * Defines the creation mode to be used by the table.
348
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
349
- *
350
- * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
351
- * - Inline: The creation is performed inline
352
- * - InlineCreationsRows: The creation is performed inline with an empty row
353
- * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
354
- * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
355
- *
356
- * If the 'name' property is not set:
357
- * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
358
- */
359
- name?: TableCreationModeType.External;
360
- /**
361
- * The navigation target where the document is created when `creationMode` is set to `External`.
362
- */
363
- outbound?: string;
364
- }
162
+ export type TableCreationModeInlineOPTable = TableCreationModeOP;
163
+ /**
164
+ * @deprecated Use TableCreationModeOP instead
165
+ */
166
+ export type TableCreationModeInlineCreationsRowsOPResponsiveTable = TableCreationModeOP;
167
+ /**
168
+ * @deprecated Use TableCreationModeOP instead
169
+ */
170
+ export type TableCreationModeInlineCreationsRowsOPGridTable = TableCreationModeOP;
171
+ /**
172
+ * @deprecated Use TableCreationModeOP instead
173
+ */
174
+ export type TableCreationModeNewPageOPTable = TableCreationModeOP;
175
+ /**
176
+ * @deprecated Use TableCreationModeOP instead
177
+ */
178
+ export type TableCreationModeCreationDialogOPTable = TableCreationModeOP;
179
+ /**
180
+ * @deprecated Use TableCreationModeOP instead
181
+ */
182
+ export type TableCreationModeExternalOPTable = TableCreationModeOP;
183
+ /**
184
+ * @deprecated Use ObjectPageTable instead
185
+ */
186
+ export type ObjectPageGridTableV4 = ObjectPageTable;
187
+ /**
188
+ * @deprecated Use ObjectPageTable instead
189
+ */
190
+ export type ObjectPageAnalyticalTableV4 = ObjectPageTable;
191
+ /**
192
+ * @deprecated Use ObjectPageTable instead
193
+ */
194
+ export type ObjectPageTreeTableV4 = ObjectPageTable;
195
+ /**
196
+ * @deprecated Use ObjectPageTable instead
197
+ */
198
+ export type ObjectPageResponsiveTableV4 = ObjectPageTable;
365
199
  export interface PersonalizationTypeOP {
366
200
  /**
367
201
  * Defines whether the user can add and remove columns to a given table.
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":";;;AAuKA,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAC7B,4CAAmB,CAAA;IACnB,kEAAyC,CAAA;IACzC,0CAAiB,CAAA;IACjB,0DAAiC,CAAA;IACjC,8CAAqB,CAAA;AACzB,CAAC,EANW,qBAAqB,qCAArB,qBAAqB,QAMhC"}
1
+ {"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":";;;AAyGA,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAC7B,4CAAmB,CAAA;IACnB,kEAAyC,CAAA;IACzC,0CAAiB,CAAA;IACjB,0DAAiC,CAAA;IACjC,8CAAqB,CAAA;AACzB,CAAC,EANW,qBAAqB,qCAArB,qBAAqB,QAMhC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.139.8",
3
+ "version": "1.139.10",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -27,8 +27,8 @@
27
27
  "build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
28
28
  "build:snap": "yarn build:dev && yarn update-snapshots",
29
29
  "create-json-schemas": "ts-node ./scripts/schema/index.ts ",
30
- "copy-json-schemas": "copyfiles \"./schemas/**\" ./dist",
31
- "copy-templates": "copyfiles --flat src/sync/v2/export/templates/** dist/templates",
30
+ "copy-json-schemas": "cpy \"schemas/**\" dist/schemas",
31
+ "copy-templates": "cpy \"src/sync/v2/export/templates/**\" dist/templates --flat",
32
32
  "deleteSnapshots": "rimraf **/_file_snapshots_",
33
33
  "docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
34
34
  "docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
@@ -42,7 +42,7 @@
42
42
  "lint:report:jslint": "eslint . -o reports/lint/eslint.jslint.xml -f jslint-xml",
43
43
  "macros": "ts-node ./scripts/macros/index.ts",
44
44
  "test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
45
- "test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
45
+ "test:ci": "node --max-old-space-size=4096 ./node_modules/.bin/jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
46
46
  "update-snapshots": "jest --updateSnapshot",
47
47
  "watch": "npm-run-all -l -s clean:before -p compile create-json-schemas macros copy-templates -p copy-json-schemas -s bundle:watch",
48
48
  "watch:doc": "npm-run-all -l -s clean:doc -s compile -s htmlV2 htmlV4 -s bundle:watch"
@@ -50,14 +50,14 @@
50
50
  "publisher": "SAPSE",
51
51
  "license": "SEE LICENSE IN LICENSE",
52
52
  "dependencies": {
53
- "@sap-ux/fe-fpm-writer": "0.43.7",
53
+ "@sap-ux/fe-fpm-writer": "0.43.21",
54
54
  "@sap-ux/vocabularies-types": "0.15.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@sap-ux/annotation-converter": "0.10.21",
58
58
  "@sap-ux/edmx-parser": "0.10.0",
59
- "@sap-ux/project-access": "1.35.10",
60
- "@sap/ux-specification-types": "1.139.8",
59
+ "@sap-ux/project-access": "1.35.20",
60
+ "@sap/ux-specification-types": "1.139.10",
61
61
  "@sapui5/types": "latest-1.139",
62
62
  "@types/d3": "7.4.3",
63
63
  "@types/jquery": "3.5.34",
@@ -67,14 +67,14 @@
67
67
  "@ui5/flexibility-utils": "0.1.3",
68
68
  "@xml-tools/ast": "5.0.5",
69
69
  "@xml-tools/parser": "1.0.11",
70
- "axios": "1.13.6",
71
- "copyfiles": "2.4.1",
70
+ "axios": "1.15.0",
71
+ "cpy-cli": "7.0.0",
72
72
  "d3": "7.9.0",
73
73
  "deepmerge": "4.3.1",
74
74
  "ejs": "3.1.10",
75
75
  "eslint-formatter-checkstyle": "9.0.1",
76
76
  "excel4node": "1.8.2",
77
- "i18next": "25.8.13",
77
+ "i18next": "25.8.18",
78
78
  "jquery": "3.7.1",
79
79
  "jsdom": "25.0.1",
80
80
  "jsonpath-plus": "10.4.0",
@@ -114,4 +114,4 @@
114
114
  }
115
115
  ]
116
116
  }
117
- }
117
+ }