@sap/ux-specification 1.136.14 → 1.136.16

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 (322) hide show
  1. package/CHANGELOG.md +250 -146
  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 +269 -266
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
  16. package/dist/schemas/v2/ListReportConfig.json +5 -5
  17. package/dist/schemas/v2/ListReportNewConfig.json +1 -1
  18. package/dist/schemas/v2/ObjectPageConfig.json +5 -5
  19. package/dist/schemas/v4/ApplicationV4.json +1 -1
  20. package/dist/schemas/v4/BuildingBlocksConfig.json +120 -41
  21. package/dist/schemas/v4/ListReportConfig.json +275 -34
  22. package/dist/schemas/v4/ObjectPageConfig.json +417 -138
  23. package/dist/specification/package.json +13 -11
  24. package/dist/specification/scripts/extractDocu.js +18 -1
  25. package/dist/specification/scripts/extractDocu.js.map +1 -1
  26. package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
  27. package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
  28. package/dist/specification/scripts/generate-validity-report.js +367 -0
  29. package/dist/specification/scripts/generate-validity-report.js.map +1 -0
  30. package/dist/specification/scripts/macros/corrections.d.ts +40 -0
  31. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  32. package/dist/specification/scripts/macros/corrections.js +98 -7
  33. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  34. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  35. package/dist/specification/scripts/macros/schema.js +11 -2
  36. package/dist/specification/scripts/macros/schema.js.map +1 -1
  37. package/dist/specification/scripts/macros/types.d.ts +2 -0
  38. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  39. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  40. package/dist/specification/scripts/schema/to-json-schema.js +2 -13
  41. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  42. package/dist/specification/src/api.d.ts.map +1 -1
  43. package/dist/specification/src/api.js +2 -1
  44. package/dist/specification/src/api.js.map +1 -1
  45. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +38 -8
  46. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -1
  47. package/dist/specification/src/sync/common/DataFieldStrategy.js +64 -11
  48. package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -1
  49. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +0 -4
  50. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
  51. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +0 -3
  52. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
  53. package/dist/specification/src/sync/common/appProvider.d.ts +0 -1
  54. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  55. package/dist/specification/src/sync/common/appProvider.js +0 -1
  56. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  57. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +503 -0
  58. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  59. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  60. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  61. package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
  62. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  63. package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
  64. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  65. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  66. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  67. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  68. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  69. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  70. package/dist/specification/src/sync/common/generate/objectPage.d.ts +0 -1
  71. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  72. package/dist/specification/src/sync/common/generate/objectPage.js +0 -3
  73. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  74. package/dist/specification/src/sync/common/generate/utils.d.ts +3 -3
  75. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  76. package/dist/specification/src/sync/common/generate/utils.js +6 -3
  77. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  78. package/dist/specification/src/sync/common/i18n.json +2 -1
  79. package/dist/specification/src/sync/common/import/utils.d.ts +0 -1
  80. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  81. package/dist/specification/src/sync/common/import/utils.js +0 -1
  82. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  83. package/dist/specification/src/sync/common/rules.js +0 -1
  84. package/dist/specification/src/sync/common/rules.js.map +1 -1
  85. package/dist/specification/src/sync/common/utils.d.ts +35 -8
  86. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  87. package/dist/specification/src/sync/common/utils.js +206 -22
  88. package/dist/specification/src/sync/common/utils.js.map +1 -1
  89. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
  91. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  92. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +48 -0
  94. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  95. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  96. package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
  97. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  98. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  99. package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
  100. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  101. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
  102. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  103. package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
  104. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  105. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
  107. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  108. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  110. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  111. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  112. package/dist/specification/src/sync/v2/import/importPage.js +5 -6
  113. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  114. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
  115. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  116. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
  117. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  118. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
  119. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  120. package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
  121. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  122. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  123. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
  124. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  125. package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
  126. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  127. package/dist/specification/src/sync/v2/import/utils.js +37 -0
  128. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  129. package/dist/specification/src/sync/v2/utils.d.ts +12 -2
  130. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  131. package/dist/specification/src/sync/v2/utils.js +19 -2
  132. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  133. package/dist/specification/src/sync/v4/application.d.ts +21 -3
  134. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  135. package/dist/specification/src/sync/v4/application.js +28 -3
  136. package/dist/specification/src/sync/v4/application.js.map +1 -1
  137. package/dist/specification/src/sync/v4/export/actions.d.ts +39 -0
  138. package/dist/specification/src/sync/v4/export/actions.d.ts.map +1 -0
  139. package/dist/specification/src/sync/v4/export/actions.js +99 -0
  140. package/dist/specification/src/sync/v4/export/actions.js.map +1 -0
  141. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  142. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  143. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  144. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  145. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
  146. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  147. package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
  148. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  149. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  150. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  151. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
  152. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  153. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  154. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  155. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  156. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  157. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +2 -1
  158. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  159. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  160. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +2 -4
  161. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
  162. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +2 -21
  163. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
  164. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
  165. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  166. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  167. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +14 -3
  168. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +52 -9
  170. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  171. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  172. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  173. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
  174. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  175. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +15 -3
  176. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  177. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +53 -10
  178. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  179. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +24 -18
  180. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  181. package/dist/specification/src/sync/v4/export/controls/Table.js +40 -49
  182. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  183. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  184. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
  185. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  186. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +9 -2
  187. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  188. package/dist/specification/src/sync/v4/export/controls/ToolBar.js +39 -1
  189. package/dist/specification/src/sync/v4/export/controls/ToolBar.js.map +1 -1
  190. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +17 -4
  191. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  192. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +76 -19
  193. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  194. package/dist/specification/src/sync/v4/export/export.d.ts +7 -0
  195. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  196. package/dist/specification/src/sync/v4/export/export.js +125 -14
  197. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  198. package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
  199. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  200. package/dist/specification/src/sync/v4/export/types.d.ts +2 -0
  201. package/dist/specification/src/sync/v4/export/types.d.ts.map +1 -1
  202. package/dist/specification/src/sync/v4/generate/actions.d.ts +35 -0
  203. package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -0
  204. package/dist/specification/src/sync/v4/generate/actions.js +112 -0
  205. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -0
  206. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +3 -3
  207. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  208. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +11 -3
  209. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  210. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +1 -1
  211. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  212. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +3 -2
  213. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  214. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  215. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +25 -3
  216. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  217. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  218. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +11 -2
  219. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  220. package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
  221. package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
  222. package/dist/specification/src/sync/v4/generate/index.js +1 -1
  223. package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
  224. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
  225. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
  226. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +354 -0
  227. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
  228. package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +46 -19
  229. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
  230. package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +195 -316
  231. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
  232. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +0 -1
  233. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  234. package/dist/specification/src/sync/v4/generate/objectPage.js +148 -56
  235. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  236. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  237. package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
  238. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  239. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  240. package/dist/specification/src/sync/v4/import/pages/objectPage.js +16 -3
  241. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  242. package/dist/specification/src/sync/v4/import/utils.d.ts +0 -1
  243. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  244. package/dist/specification/src/sync/v4/import/utils.js +5 -4
  245. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  246. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
  247. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  248. package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
  249. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  250. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
  251. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  252. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
  253. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  254. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
  255. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  256. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
  257. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  258. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
  259. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  260. package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
  261. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  262. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
  263. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  264. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
  265. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  266. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
  267. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
  268. package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
  269. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
  270. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
  271. package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
  272. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  273. package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
  274. package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
  275. package/dist/specification/src/sync/v4/utils/index.js +18 -0
  276. package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
  277. package/dist/specification/src/sync/v4/utils/utils.d.ts +112 -26
  278. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  279. package/dist/specification/src/sync/v4/utils/utils.js +374 -46
  280. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  281. package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
  282. package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
  283. package/dist/specification/test/test-utils/utils.d.ts +71 -0
  284. package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
  285. package/dist/specification/test/test-utils/utils.js +400 -0
  286. package/dist/specification/test/test-utils/utils.js.map +1 -0
  287. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
  288. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
  289. package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
  290. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
  291. package/dist/types/src/apiTypes.d.ts +5 -5
  292. package/dist/types/src/apiTypes.d.ts.map +1 -1
  293. package/dist/types/src/apiTypes.js +1 -0
  294. package/dist/types/src/apiTypes.js.map +1 -1
  295. package/dist/types/src/common/types.d.ts +162 -15
  296. package/dist/types/src/common/types.d.ts.map +1 -1
  297. package/dist/types/src/common/types.js +41 -2
  298. package/dist/types/src/common/types.js.map +1 -1
  299. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
  300. package/dist/types/src/v2/controls/Table.d.ts +1 -1
  301. package/dist/types/src/v4/controls/CustomAction.d.ts +133 -19
  302. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  303. package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
  304. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +2 -2
  305. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  306. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +22 -3
  307. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  308. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
  309. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  310. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  311. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  312. package/dist/types/src/v4/controls/Table.d.ts +3 -3
  313. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  314. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  315. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  316. package/package.json +14 -12
  317. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
  318. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  319. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -392
  320. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  321. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  322. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
@@ -165,7 +165,7 @@
165
165
  },
166
166
  "exportType": {
167
167
  "$ref": "#/definitions/smarttable.ExportType",
168
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
168
+ "description": "Specifies the type of export to be used in the SmartTable control.",
169
169
  "artifactType": "FlexChange",
170
170
  "controlType": "sap.ui.comp.smarttable.SmartTable"
171
171
  },
@@ -740,7 +740,7 @@
740
740
  },
741
741
  "exportType": {
742
742
  "$ref": "#/definitions/smarttable.ExportType",
743
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
743
+ "description": "Specifies the type of export to be used in the SmartTable control.",
744
744
  "artifactType": "FlexChange",
745
745
  "controlType": "sap.ui.comp.smarttable.SmartTable"
746
746
  },
@@ -864,7 +864,7 @@
864
864
  },
865
865
  "exportType": {
866
866
  "$ref": "#/definitions/smarttable.ExportType",
867
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
867
+ "description": "Specifies the type of export to be used in the SmartTable control.",
868
868
  "artifactType": "FlexChange",
869
869
  "controlType": "sap.ui.comp.smarttable.SmartTable"
870
870
  },
@@ -519,7 +519,7 @@
519
519
  },
520
520
  "exportType": {
521
521
  "$ref": "#/definitions/smarttable.ExportType",
522
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
522
+ "description": "Specifies the type of export to be used in the SmartTable control.",
523
523
  "artifactType": "FlexChange",
524
524
  "controlType": "sap.ui.comp.smarttable.SmartTable"
525
525
  },
@@ -1084,7 +1084,7 @@
1084
1084
  },
1085
1085
  "exportType": {
1086
1086
  "$ref": "#/definitions/smarttable.ExportType",
1087
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1087
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1088
1088
  "artifactType": "FlexChange",
1089
1089
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1090
1090
  },
@@ -1177,7 +1177,7 @@
1177
1177
  },
1178
1178
  "exportType": {
1179
1179
  "$ref": "#/definitions/smarttable.ExportType",
1180
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1180
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1181
1181
  "artifactType": "FlexChange",
1182
1182
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1183
1183
  },
@@ -1306,7 +1306,7 @@
1306
1306
  },
1307
1307
  "exportType": {
1308
1308
  "$ref": "#/definitions/smarttable.ExportType",
1309
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1309
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1310
1310
  "artifactType": "FlexChange",
1311
1311
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1312
1312
  },
@@ -1469,7 +1469,7 @@
1469
1469
  },
1470
1470
  "exportType": {
1471
1471
  "$ref": "#/definitions/smarttable.ExportType",
1472
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1472
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1473
1473
  "artifactType": "FlexChange",
1474
1474
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1475
1475
  },
@@ -459,7 +459,7 @@
459
459
  },
460
460
  "exportType": {
461
461
  "$ref": "#/definitions/smarttable.ExportType",
462
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
462
+ "description": "Specifies the type of export to be used in the SmartTable control.",
463
463
  "artifactType": "FlexChange",
464
464
  "controlType": "sap.ui.comp.smarttable.SmartTable"
465
465
  },
@@ -755,7 +755,7 @@
755
755
  },
756
756
  "exportType": {
757
757
  "$ref": "#/definitions/smarttable.ExportType",
758
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
758
+ "description": "Specifies the type of export to be used in the SmartTable control.",
759
759
  "artifactType": "FlexChange",
760
760
  "controlType": "sap.ui.comp.smarttable.SmartTable"
761
761
  },
@@ -1226,7 +1226,7 @@
1226
1226
  },
1227
1227
  "exportType": {
1228
1228
  "$ref": "#/definitions/smarttable.ExportType",
1229
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1229
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1230
1230
  "artifactType": "FlexChange",
1231
1231
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1232
1232
  },
@@ -1326,7 +1326,7 @@
1326
1326
  },
1327
1327
  "exportType": {
1328
1328
  "$ref": "#/definitions/smarttable.ExportType",
1329
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1329
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1330
1330
  "artifactType": "FlexChange",
1331
1331
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1332
1332
  },
@@ -1426,7 +1426,7 @@
1426
1426
  },
1427
1427
  "exportType": {
1428
1428
  "$ref": "#/definitions/smarttable.ExportType",
1429
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1429
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1430
1430
  "artifactType": "FlexChange",
1431
1431
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1432
1432
  },
@@ -1526,7 +1526,7 @@
1526
1526
  },
1527
1527
  "exportType": {
1528
1528
  "$ref": "#/definitions/smarttable.ExportType",
1529
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1529
+ "description": "Specifies the type of export to be used in the SmartTable control.",
1530
1530
  "artifactType": "FlexChange",
1531
1531
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1532
1532
  },
@@ -43,7 +43,7 @@
43
43
  "controllerExtensions": {
44
44
  "$ref": "#/definitions/ControllerExtensions",
45
45
  "description": "Controller extensions allow users to extensiate default behaviour with custom controllers code.",
46
- "manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"].controllerExtensions"
46
+ "manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"]"
47
47
  },
48
48
  "dependencies": {
49
49
  "$ref": "#/definitions/Dependencies",
@@ -118,7 +118,8 @@
118
118
  "isViewNode": true,
119
119
  "metadata": {
120
120
  "path": [],
121
- "type": "Aggregation"
121
+ "type": "Aggregation",
122
+ "aggregationCardinality": "Multiple"
122
123
  }
123
124
  },
124
125
  "selectionChange": {
@@ -225,7 +226,8 @@
225
226
  "isViewNode": false,
226
227
  "metadata": {
227
228
  "path": [],
228
- "type": "Aggregation"
229
+ "type": "Aggregation",
230
+ "aggregationCardinality": "Single"
229
231
  }
230
232
  },
231
233
  "change": {
@@ -550,7 +552,8 @@
550
552
  "isViewNode": true,
551
553
  "metadata": {
552
554
  "path": [],
553
- "type": "Aggregation"
555
+ "type": "Aggregation",
556
+ "aggregationCardinality": "Multiple"
554
557
  }
555
558
  }
556
559
  },
@@ -642,7 +645,8 @@
642
645
  "isViewNode": true,
643
646
  "metadata": {
644
647
  "path": [],
645
- "type": "Aggregation"
648
+ "type": "Aggregation",
649
+ "aggregationCardinality": "Multiple"
646
650
  }
647
651
  },
648
652
  "plugins": {
@@ -653,7 +657,8 @@
653
657
  "isViewNode": false,
654
658
  "metadata": {
655
659
  "path": [],
656
- "type": "Aggregation"
660
+ "type": "Aggregation",
661
+ "aggregationCardinality": "Multiple"
657
662
  }
658
663
  }
659
664
  },
@@ -732,7 +737,8 @@
732
737
  "isViewNode": true,
733
738
  "metadata": {
734
739
  "path": [],
735
- "type": "Aggregation"
740
+ "type": "Aggregation",
741
+ "aggregationCardinality": "Multiple"
736
742
  }
737
743
  },
738
744
  "plugins": {
@@ -743,7 +749,8 @@
743
749
  "isViewNode": false,
744
750
  "metadata": {
745
751
  "path": [],
746
- "type": "Aggregation"
752
+ "type": "Aggregation",
753
+ "aggregationCardinality": "Multiple"
747
754
  }
748
755
  }
749
756
  },
@@ -774,7 +781,8 @@
774
781
  "isViewNode": false,
775
782
  "metadata": {
776
783
  "path": [],
777
- "type": "Aggregation"
784
+ "type": "Aggregation",
785
+ "aggregationCardinality": "Single"
778
786
  }
779
787
  }
780
788
  },
@@ -991,7 +999,8 @@
991
999
  "isViewNode": true,
992
1000
  "metadata": {
993
1001
  "path": [],
994
- "type": "Aggregation"
1002
+ "type": "Aggregation",
1003
+ "aggregationCardinality": "Multiple"
995
1004
  }
996
1005
  }
997
1006
  },
@@ -1092,7 +1101,8 @@
1092
1101
  "isViewNode": true,
1093
1102
  "metadata": {
1094
1103
  "path": [],
1095
- "type": "Aggregation"
1104
+ "type": "Aggregation",
1105
+ "aggregationCardinality": "Multiple"
1096
1106
  }
1097
1107
  },
1098
1108
  "selectionChange": {
@@ -1239,7 +1249,8 @@
1239
1249
  "isViewNode": false,
1240
1250
  "metadata": {
1241
1251
  "path": [],
1242
- "type": "Aggregation"
1252
+ "type": "Aggregation",
1253
+ "aggregationCardinality": "Single"
1243
1254
  }
1244
1255
  },
1245
1256
  "change": {
@@ -1372,7 +1383,7 @@
1372
1383
  ]
1373
1384
  },
1374
1385
  "textLinesEdit": {
1375
- "type": "number",
1386
+ "type": "any",
1376
1387
  "description": "Maximum number of lines for multiline texts in edit mode.\n",
1377
1388
  "artifactType": "XMLProperty",
1378
1389
  "metadata": {
@@ -1380,7 +1391,7 @@
1380
1391
  }
1381
1392
  },
1382
1393
  "textMaxCharactersDisplay": {
1383
- "type": "number",
1394
+ "type": "any",
1384
1395
  "description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
1385
1396
  "artifactType": "XMLProperty",
1386
1397
  "metadata": {
@@ -1388,7 +1399,7 @@
1388
1399
  }
1389
1400
  },
1390
1401
  "textMaxLength": {
1391
- "type": "number",
1402
+ "type": "any",
1392
1403
  "description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
1393
1404
  "artifactType": "XMLProperty",
1394
1405
  "metadata": {
@@ -1396,7 +1407,7 @@
1396
1407
  }
1397
1408
  },
1398
1409
  "textMaxLines": {
1399
- "type": "number",
1410
+ "type": "any",
1400
1411
  "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
1401
1412
  "artifactType": "XMLProperty",
1402
1413
  "metadata": {
@@ -1487,7 +1498,8 @@
1487
1498
  "isViewNode": true,
1488
1499
  "metadata": {
1489
1500
  "path": [],
1490
- "type": "Aggregation"
1501
+ "type": "Aggregation",
1502
+ "aggregationCardinality": "Multiple"
1491
1503
  }
1492
1504
  },
1493
1505
  "afterClear": {
@@ -1590,7 +1602,8 @@
1590
1602
  "isViewNode": true,
1591
1603
  "metadata": {
1592
1604
  "path": [],
1593
- "type": "Aggregation"
1605
+ "type": "Aggregation",
1606
+ "aggregationCardinality": "Multiple"
1594
1607
  }
1595
1608
  },
1596
1609
  "afterClear": {
@@ -1803,7 +1816,8 @@
1803
1816
  "isViewNode": false,
1804
1817
  "metadata": {
1805
1818
  "path": [],
1806
- "type": "Aggregation"
1819
+ "type": "Aggregation",
1820
+ "aggregationCardinality": "Single"
1807
1821
  }
1808
1822
  },
1809
1823
  "change": {
@@ -1892,7 +1906,37 @@
1892
1906
  "artifactType": "XMLProperty",
1893
1907
  "metadata": {
1894
1908
  "type": "Property"
1895
- }
1909
+ },
1910
+ "enum": [
1911
+ "bold",
1912
+ "italic",
1913
+ "underline",
1914
+ "strikethrough",
1915
+ "fontfamily",
1916
+ "fontsize",
1917
+ "forecolor",
1918
+ "backcolor",
1919
+ "cut",
1920
+ "copy",
1921
+ "paste",
1922
+ "bullist",
1923
+ "numlist",
1924
+ "outdent",
1925
+ "indent",
1926
+ "undo",
1927
+ "redo",
1928
+ "image",
1929
+ "emoticons",
1930
+ "link",
1931
+ "unlink",
1932
+ "alignleft",
1933
+ "aligncenter",
1934
+ "alignright",
1935
+ "alignjustify",
1936
+ "table",
1937
+ "styleselect"
1938
+ ],
1939
+ "multiSelect": true
1896
1940
  },
1897
1941
  "customToolbarPriority": {
1898
1942
  "type": "number",
@@ -1906,9 +1950,22 @@
1906
1950
  "type": "string",
1907
1951
  "description": "The name of the group.",
1908
1952
  "artifactType": "XMLProperty",
1953
+ "disabled": true,
1909
1954
  "metadata": {
1910
1955
  "type": "Property"
1911
- }
1956
+ },
1957
+ "enum": [
1958
+ "font-style",
1959
+ "font",
1960
+ "clipboard",
1961
+ "structure",
1962
+ "undo",
1963
+ "insert",
1964
+ "link",
1965
+ "text-align",
1966
+ "table",
1967
+ "styleselect"
1968
+ ]
1912
1969
  },
1913
1970
  "priority": {
1914
1971
  "type": "number",
@@ -1938,6 +1995,7 @@
1938
1995
  "type": "string",
1939
1996
  "description": "Unique id of control",
1940
1997
  "artifactType": "XMLProperty",
1998
+ "hidden": true,
1941
1999
  "metadata": {
1942
2000
  "type": "Property"
1943
2001
  }
@@ -2172,7 +2230,8 @@
2172
2230
  "isViewNode": true,
2173
2231
  "metadata": {
2174
2232
  "path": [],
2175
- "type": "Aggregation"
2233
+ "type": "Aggregation",
2234
+ "aggregationCardinality": "Multiple"
2176
2235
  }
2177
2236
  }
2178
2237
  },
@@ -2231,7 +2290,8 @@
2231
2290
  "isViewNode": true,
2232
2291
  "metadata": {
2233
2292
  "path": [],
2234
- "type": "Aggregation"
2293
+ "type": "Aggregation",
2294
+ "aggregationCardinality": "Multiple"
2235
2295
  }
2236
2296
  }
2237
2297
  },
@@ -2627,7 +2687,8 @@
2627
2687
  "isViewNode": false,
2628
2688
  "metadata": {
2629
2689
  "path": [],
2630
- "type": "Aggregation"
2690
+ "type": "Aggregation",
2691
+ "aggregationCardinality": "Single"
2631
2692
  }
2632
2693
  }
2633
2694
  },
@@ -2686,7 +2747,8 @@
2686
2747
  "isViewNode": false,
2687
2748
  "metadata": {
2688
2749
  "path": [],
2689
- "type": "Aggregation"
2750
+ "type": "Aggregation",
2751
+ "aggregationCardinality": "Single"
2690
2752
  }
2691
2753
  }
2692
2754
  },
@@ -3029,7 +3091,8 @@
3029
3091
  "isViewNode": true,
3030
3092
  "metadata": {
3031
3093
  "path": [],
3032
- "type": "Aggregation"
3094
+ "type": "Aggregation",
3095
+ "aggregationCardinality": "Multiple"
3033
3096
  }
3034
3097
  },
3035
3098
  "analyticalConfiguration": {
@@ -3040,7 +3103,8 @@
3040
3103
  "isViewNode": false,
3041
3104
  "metadata": {
3042
3105
  "path": [],
3043
- "type": "Aggregation"
3106
+ "type": "Aggregation",
3107
+ "aggregationCardinality": "Single"
3044
3108
  }
3045
3109
  },
3046
3110
  "columns": {
@@ -3051,7 +3115,8 @@
3051
3115
  "isViewNode": true,
3052
3116
  "metadata": {
3053
3117
  "path": [],
3054
- "type": "Aggregation"
3118
+ "type": "Aggregation",
3119
+ "aggregationCardinality": "Multiple"
3055
3120
  }
3056
3121
  },
3057
3122
  "massEdit": {
@@ -3062,7 +3127,8 @@
3062
3127
  "isViewNode": false,
3063
3128
  "metadata": {
3064
3129
  "path": [],
3065
- "type": "Aggregation"
3130
+ "type": "Aggregation",
3131
+ "aggregationCardinality": "Single"
3066
3132
  }
3067
3133
  },
3068
3134
  "beforeRebindTable": {
@@ -3389,7 +3455,8 @@
3389
3455
  "isViewNode": true,
3390
3456
  "metadata": {
3391
3457
  "path": [],
3392
- "type": "Aggregation"
3458
+ "type": "Aggregation",
3459
+ "aggregationCardinality": "Multiple"
3393
3460
  }
3394
3461
  },
3395
3462
  "analyticalConfiguration": {
@@ -3400,7 +3467,8 @@
3400
3467
  "isViewNode": false,
3401
3468
  "metadata": {
3402
3469
  "path": [],
3403
- "type": "Aggregation"
3470
+ "type": "Aggregation",
3471
+ "aggregationCardinality": "Single"
3404
3472
  }
3405
3473
  },
3406
3474
  "columns": {
@@ -3411,7 +3479,8 @@
3411
3479
  "isViewNode": true,
3412
3480
  "metadata": {
3413
3481
  "path": [],
3414
- "type": "Aggregation"
3482
+ "type": "Aggregation",
3483
+ "aggregationCardinality": "Multiple"
3415
3484
  }
3416
3485
  },
3417
3486
  "massEdit": {
@@ -3422,7 +3491,8 @@
3422
3491
  "isViewNode": false,
3423
3492
  "metadata": {
3424
3493
  "path": [],
3425
- "type": "Aggregation"
3494
+ "type": "Aggregation",
3495
+ "aggregationCardinality": "Single"
3426
3496
  }
3427
3497
  },
3428
3498
  "beforeRebindTable": {
@@ -3851,7 +3921,8 @@
3851
3921
  "isViewNode": true,
3852
3922
  "metadata": {
3853
3923
  "path": [],
3854
- "type": "Aggregation"
3924
+ "type": "Aggregation",
3925
+ "aggregationCardinality": "Multiple"
3855
3926
  }
3856
3927
  },
3857
3928
  "analyticalConfiguration": {
@@ -3862,7 +3933,8 @@
3862
3933
  "isViewNode": false,
3863
3934
  "metadata": {
3864
3935
  "path": [],
3865
- "type": "Aggregation"
3936
+ "type": "Aggregation",
3937
+ "aggregationCardinality": "Single"
3866
3938
  }
3867
3939
  },
3868
3940
  "columns": {
@@ -3873,7 +3945,8 @@
3873
3945
  "isViewNode": true,
3874
3946
  "metadata": {
3875
3947
  "path": [],
3876
- "type": "Aggregation"
3948
+ "type": "Aggregation",
3949
+ "aggregationCardinality": "Multiple"
3877
3950
  }
3878
3951
  },
3879
3952
  "massEdit": {
@@ -3884,7 +3957,8 @@
3884
3957
  "isViewNode": false,
3885
3958
  "metadata": {
3886
3959
  "path": [],
3887
- "type": "Aggregation"
3960
+ "type": "Aggregation",
3961
+ "aggregationCardinality": "Single"
3888
3962
  }
3889
3963
  },
3890
3964
  "beforeRebindTable": {
@@ -4246,7 +4320,8 @@
4246
4320
  "isViewNode": true,
4247
4321
  "metadata": {
4248
4322
  "path": [],
4249
- "type": "Aggregation"
4323
+ "type": "Aggregation",
4324
+ "aggregationCardinality": "Multiple"
4250
4325
  }
4251
4326
  },
4252
4327
  "analyticalConfiguration": {
@@ -4257,7 +4332,8 @@
4257
4332
  "isViewNode": false,
4258
4333
  "metadata": {
4259
4334
  "path": [],
4260
- "type": "Aggregation"
4335
+ "type": "Aggregation",
4336
+ "aggregationCardinality": "Single"
4261
4337
  }
4262
4338
  },
4263
4339
  "columns": {
@@ -4268,7 +4344,8 @@
4268
4344
  "isViewNode": true,
4269
4345
  "metadata": {
4270
4346
  "path": [],
4271
- "type": "Aggregation"
4347
+ "type": "Aggregation",
4348
+ "aggregationCardinality": "Multiple"
4272
4349
  }
4273
4350
  },
4274
4351
  "massEdit": {
@@ -4279,7 +4356,8 @@
4279
4356
  "isViewNode": false,
4280
4357
  "metadata": {
4281
4358
  "path": [],
4282
- "type": "Aggregation"
4359
+ "type": "Aggregation",
4360
+ "aggregationCardinality": "Single"
4283
4361
  }
4284
4362
  },
4285
4363
  "beforeRebindTable": {
@@ -4432,7 +4510,8 @@
4432
4510
  "isViewNode": true,
4433
4511
  "metadata": {
4434
4512
  "path": [],
4435
- "type": "Aggregation"
4513
+ "type": "Aggregation",
4514
+ "aggregationCardinality": "Multiple"
4436
4515
  }
4437
4516
  }
4438
4517
  },