@sap/open.fe 1.96.0 → 1.97.0

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 (490) hide show
  1. package/package.json +1 -1
  2. package/packages/sap.fe.common/src/sap/fe/common/.library +1 -1
  3. package/packages/sap.fe.common/src/sap/fe/common/.theming +1 -1
  4. package/packages/sap.fe.common/src/sap/fe/common/MessageButton-dbg.js +57 -42
  5. package/packages/sap.fe.common/src/sap/fe/common/MessageButton.js +1 -1
  6. package/packages/sap.fe.common/src/sap/fe/common/library-dbg.js +1 -1
  7. package/packages/sap.fe.common/src/sap/fe/common/library-h2-preload.js +2 -2
  8. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js +4 -4
  9. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js.map +3 -3
  10. package/packages/sap.fe.common/src/sap/fe/common/library.js +1 -1
  11. package/packages/sap.fe.common/src/sap/fe/common/manifest.json +3 -3
  12. package/packages/sap.fe.common/src/sap/fe/common/resources.json +4 -4
  13. package/packages/sap.fe.common/test/sap/fe/common/designtime/api.json +1 -1
  14. package/packages/sap.fe.common/test/sap/fe/common/designtime/apiref/api.json +1 -1
  15. package/packages/sap.fe.common/test/sap/fe/common/designtime/codeassistance/Library.xmlmeta.json +1 -1
  16. package/packages/sap.fe.core/src/sap/fe/core/.library +1 -1
  17. package/packages/sap.fe.core/src/sap/fe/core/.theming +1 -1
  18. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper-dbg.js +2 -2
  19. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper.js +1 -1
  20. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils-dbg.js +59 -274
  21. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils.js +1 -1
  22. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy-dbg.js +52 -64
  23. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy.js +1 -1
  24. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent-dbg.js +2 -2
  25. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent.js +1 -1
  26. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper-dbg.js +18 -22
  27. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper.js +1 -1
  28. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling-dbg.js +80 -4
  29. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling.js +1 -1
  30. package/packages/sap.fe.core/src/sap/fe/core/actions/operations-dbg.js +42 -23
  31. package/packages/sap.fe.core/src/sap/fe/core/actions/operations.js +1 -1
  32. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow-dbg.js +36 -21
  33. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow.js +1 -1
  34. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation-dbg.js +9 -3
  35. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.js +1 -1
  36. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting-dbg.js +20 -50
  37. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting.js +1 -1
  38. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler-dbg.js +222 -102
  39. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler.js +1 -1
  40. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState-dbg.js +33 -6
  41. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState.js +1 -1
  42. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage-dbg.js +109 -111
  43. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage.js +1 -1
  44. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar.d-dbg.js +8 -0
  45. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar.d.js +5 -0
  46. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar.d.ts +0 -0
  47. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings-dbg.js +2 -1
  48. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.js +1 -1
  49. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.ts +4 -1
  50. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter-dbg.js +10 -1
  51. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.js +1 -1
  52. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.ts +9 -1
  53. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField-dbg.js +2 -2
  54. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.js +1 -1
  55. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.ts +1 -1
  56. package/packages/sap.fe.core/src/sap/fe/core/converters/common/AnnotationConverter-dbg.js +67 -40
  57. package/packages/sap.fe.core/src/sap/fe/core/converters/common/AnnotationConverter.js +1 -1
  58. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Action-dbg.js +6 -3
  59. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Action.js +1 -1
  60. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Action.ts +6 -3
  61. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form-dbg.js +57 -18
  62. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.js +1 -1
  63. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.ts +51 -13
  64. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table-dbg.js +130 -19
  65. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.js +1 -1
  66. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.ts +139 -18
  67. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ID-dbg.js +9 -1
  68. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ID.js +1 -1
  69. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ID.ts +4 -0
  70. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter-dbg.js +18 -7
  71. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.js +1 -1
  72. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.ts +17 -12
  73. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent-dbg.designtime.js +2 -1
  74. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent.designtime.js +1 -1
  75. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js +1 -1
  76. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js.map +2 -2
  77. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter-dbg.js +27 -4
  78. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.js +1 -1
  79. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.ts +20 -3
  80. package/packages/sap.fe.core/src/sap/fe/core/fpm/manifest.json +2 -2
  81. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveHelper-dbg.js +211 -0
  82. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveHelper.js +5 -0
  83. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveHelper.ts +202 -0
  84. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveRefreshTypes-dbg.js +32 -0
  85. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveRefreshTypes.js +5 -0
  86. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveRefreshTypes.ts +36 -0
  87. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper-dbg.js +51 -0
  88. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper.js +1 -1
  89. package/packages/sap.fe.core/src/sap/fe/core/library-dbg.js +1 -1
  90. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js +10 -9
  91. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js.map +1 -1
  92. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js +232 -228
  93. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js.map +4 -4
  94. package/packages/sap.fe.core/src/sap/fe/core/library.js +1 -1
  95. package/packages/sap.fe.core/src/sap/fe/core/manifest.json +10 -10
  96. package/packages/sap.fe.core/src/sap/fe/core/messagebundle.properties +15 -1
  97. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ar.properties +10 -0
  98. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_bg.properties +10 -0
  99. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ca.properties +10 -0
  100. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cs.properties +10 -0
  101. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cy.properties +10 -0
  102. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_da.properties +10 -0
  103. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_de.properties +10 -0
  104. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_el.properties +10 -0
  105. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en.properties +10 -0
  106. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_GB.properties +10 -0
  107. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_sappsd.properties +6 -0
  108. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saprigi.properties +11 -1
  109. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saptrc.properties +11 -1
  110. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es.properties +10 -0
  111. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es_MX.properties +10 -0
  112. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_et.properties +10 -0
  113. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fi.properties +10 -0
  114. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr.properties +10 -0
  115. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr_CA.properties +10 -0
  116. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hi.properties +10 -0
  117. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hr.properties +10 -0
  118. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hu.properties +10 -0
  119. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_id.properties +11 -1
  120. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_it.properties +10 -0
  121. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_iw.properties +10 -0
  122. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ja.properties +19 -9
  123. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_kk.properties +10 -0
  124. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ko.properties +10 -0
  125. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lt.properties +10 -0
  126. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lv.properties +10 -0
  127. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ms.properties +10 -0
  128. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_nl.properties +10 -0
  129. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_no.properties +10 -0
  130. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pl.properties +10 -0
  131. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt.properties +11 -1
  132. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt_PT.properties +10 -0
  133. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ro.properties +10 -0
  134. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ru.properties +10 -0
  135. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sh.properties +10 -0
  136. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sk.properties +10 -0
  137. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sl.properties +10 -0
  138. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sv.properties +10 -0
  139. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_th.properties +10 -0
  140. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_tr.properties +10 -0
  141. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_uk.properties +10 -0
  142. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_vi.properties +10 -0
  143. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_CN.properties +10 -0
  144. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_TW.properties +10 -0
  145. package/packages/sap.fe.core/src/sap/fe/core/resources.json +200 -121
  146. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory-dbg.js +30 -19
  147. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory.js +1 -1
  148. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory-dbg.js +1 -1
  149. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory.js +1 -1
  150. package/packages/sap.fe.core/src/sap/fe/core/templating/EntitySetHelper-dbg.js +80 -7
  151. package/packages/sap.fe.core/src/sap/fe/core/templating/EntitySetHelper.js +1 -1
  152. package/packages/sap.fe.core/src/sap/fe/core/templating/EntitySetHelper.ts +42 -2
  153. package/packages/sap.fe.core/test/sap/fe/core/designtime/api.json +1 -1
  154. package/packages/sap.fe.core/test/sap/fe/core/designtime/apiref/api.json +1 -1
  155. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.xmlmeta.json +1 -1
  156. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/buildingBlockOverview.md +4 -0
  157. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/chart/chartDefault/ChartDefault.view.xml +1 -0
  158. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/viewState/manifest.json +2 -2
  159. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/CustomColumnAdaptation.fragment.xml +13 -10
  160. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/CustomColumnButton.fragment.xml +7 -4
  161. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/localService/service.cds +1 -2
  162. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/manifest.json +1 -0
  163. package/packages/sap.fe.core/test/sap/fe/core/jest/CommonUtils.spec.js +119 -0
  164. package/packages/sap.fe.core/test/sap/fe/core/jest/__snapshots__/TemplateConverter.spec.ts.snap +285 -4
  165. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.js +121 -0
  166. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.ts +79 -0
  167. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.js +147 -0
  168. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.ts +96 -0
  169. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.js +51 -18
  170. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.ts +109 -17
  171. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/__snapshots__/MetaModelConverter.spec.ts.snap +66 -0
  172. package/packages/sap.fe.core/test/sap/fe/core/jest/data/EntitySetHelper.cds +33 -0
  173. package/packages/sap.fe.core/test/sap/fe/core/jest/data/EntitySetHelperMainEntitySortableFalse.cds +12 -0
  174. package/packages/sap.fe.core/test/sap/fe/core/jest/data/TableGetSelectionMode.cds +8 -8
  175. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.js +68 -0
  176. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.ts +38 -0
  177. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelper.spec.js +483 -0
  178. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelper.spec.ts +376 -0
  179. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/ControlRefreshStrategyTests.js +101 -0
  180. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/ControlRefreshStrategyTests.ts +105 -0
  181. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/ControlsForRefreshTests.js +103 -0
  182. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/ControlsForRefreshTests.ts +106 -0
  183. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/RefreshStrategyForIntentTests.js +118 -0
  184. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/RefreshStrategyForIntentTests.ts +118 -0
  185. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/StoreStrategyTests.js +101 -0
  186. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/StoreStrategyTests.ts +102 -0
  187. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/ModelHelper.spec.js +118 -1
  188. package/packages/sap.fe.core/test/sap/fe/core/jest/services/RoutingServiceFactory.spec.js +70 -0
  189. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/EntitySetHelper.spec.js +89 -0
  190. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/EntitySetHelper.spec.ts +73 -0
  191. package/packages/sap.fe.core/test/sap/fe/core/qunit/TemplatingExpressions.qunit.js +4 -2
  192. package/packages/sap.fe.core/test/sap/fe/core/qunit/apps/generalTests.json +6 -0
  193. package/packages/sap.fe.macros/src/sap/fe/macros/.library +1 -1
  194. package/packages/sap.fe.macros/src/sap/fe/macros/.theming +1 -1
  195. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate-dbg.js +15 -5
  196. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate.js +1 -1
  197. package/packages/sap.fe.macros/src/sap/fe/macros/CommonHelper-dbg.js +9 -5
  198. package/packages/sap.fe.macros/src/sap/fe/macros/CommonHelper.js +1 -1
  199. package/packages/sap.fe.macros/src/sap/fe/macros/DelegateUtil-dbg.js +30 -11
  200. package/packages/sap.fe.macros/src/sap/fe/macros/DelegateUtil.js +1 -1
  201. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI-dbg.js +3 -5
  202. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.js +1 -1
  203. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.ts +3 -5
  204. package/packages/sap.fe.macros/src/sap/fe/macros/FieldValueHelpDelegate-dbg.js +17 -3
  205. package/packages/sap.fe.macros/src/sap/fe/macros/FieldValueHelpDelegate.js +1 -1
  206. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI-dbg.js +1 -1
  207. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.ts +1 -2
  208. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate-dbg.js +4 -4
  209. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate.js +1 -1
  210. package/packages/sap.fe.macros/src/sap/fe/macros/FlexibleColumnLayoutActions.fragment.xml +6 -15
  211. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainer.fragment.xml +14 -12
  212. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil-dbg.js +1 -1
  213. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil.js +1 -1
  214. package/packages/sap.fe.macros/src/sap/fe/macros/Table.fragment.xml +2 -1
  215. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata-dbg.js +12 -1
  216. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata.js +1 -1
  217. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI-dbg.js +15 -8
  218. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.js +1 -1
  219. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.ts +10 -0
  220. package/packages/sap.fe.macros/src/sap/fe/macros/chart/ChartHelper-dbg.js +1 -1
  221. package/packages/sap.fe.macros/src/sap/fe/macros/chart/ChartHelper.js +1 -1
  222. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper-dbg.js +81 -9
  223. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper.js +1 -1
  224. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime-dbg.js +13 -3
  225. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime.js +1 -1
  226. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating-dbg.js +5 -5
  227. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.js +1 -1
  228. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.ts +4 -4
  229. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkContactContent.fragment.xml +1 -7
  230. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate-dbg.js +5 -3
  231. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate.js +1 -1
  232. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkForContact.fragment.xml +1 -1
  233. package/packages/sap.fe.macros/src/sap/fe/macros/formcontainer/FormContainerRuntime-dbg.js +46 -0
  234. package/packages/sap.fe.macros/src/sap/fe/macros/formcontainer/FormContainerRuntime.js +6 -0
  235. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.fragment.xml +17 -8
  236. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/FieldStructure.fragment.xml +26 -16
  237. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/File.fragment.xml +1 -0
  238. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating-dbg.js +4 -13
  239. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.js +1 -1
  240. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.ts +10 -10
  241. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/TableDelegate-dbg.js +5 -3
  242. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/TableDelegate.js +1 -1
  243. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper-dbg.js +72 -8
  244. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper.js +1 -1
  245. package/packages/sap.fe.macros/src/sap/fe/macros/library-dbg.js +1 -1
  246. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js +12 -11
  247. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js.map +1 -1
  248. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js +93 -91
  249. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js.map +4 -4
  250. package/packages/sap.fe.macros/src/sap/fe/macros/library.js +1 -1
  251. package/packages/sap.fe.macros/src/sap/fe/macros/manifest.json +9 -9
  252. package/packages/sap.fe.macros/src/sap/fe/macros/massedit/MassEditRuntime-dbg.js +1 -1
  253. package/packages/sap.fe.macros/src/sap/fe/macros/massedit/MassEditRuntime.js +1 -1
  254. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle.properties +5 -0
  255. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ar.properties +2 -2
  256. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_bg.properties +2 -2
  257. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ca.properties +2 -2
  258. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cs.properties +2 -2
  259. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cy.properties +2 -2
  260. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_da.properties +2 -2
  261. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_de.properties +2 -2
  262. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_el.properties +2 -2
  263. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en.properties +1 -1
  264. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_GB.properties +1 -1
  265. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_sappsd.properties +3 -0
  266. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es.properties +2 -2
  267. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es_MX.properties +2 -2
  268. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_et.properties +2 -2
  269. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fi.properties +2 -2
  270. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr.properties +2 -2
  271. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr_CA.properties +2 -2
  272. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hi.properties +2 -2
  273. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hr.properties +2 -2
  274. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hu.properties +2 -2
  275. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_id.properties +2 -2
  276. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_it.properties +2 -2
  277. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_iw.properties +2 -2
  278. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ja.properties +3 -3
  279. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_kk.properties +2 -2
  280. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ko.properties +2 -2
  281. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lt.properties +2 -2
  282. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lv.properties +2 -2
  283. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ms.properties +2 -2
  284. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_nl.properties +2 -2
  285. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_no.properties +2 -2
  286. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pl.properties +2 -2
  287. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt.properties +2 -2
  288. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt_PT.properties +2 -2
  289. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ro.properties +2 -2
  290. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ru.properties +2 -2
  291. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sh.properties +2 -2
  292. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sk.properties +2 -2
  293. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sl.properties +2 -2
  294. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sv.properties +2 -2
  295. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_th.properties +2 -2
  296. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_tr.properties +2 -2
  297. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_uk.properties +2 -2
  298. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_vi.properties +2 -2
  299. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_CN.properties +2 -2
  300. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_TW.properties +2 -2
  301. package/packages/sap.fe.macros/src/sap/fe/macros/microchart/fragments/MicroChartTitle.fragment.xml +21 -11
  302. package/packages/sap.fe.macros/src/sap/fe/macros/microchart/fragments/RadialMicroChart.fragment.xml +2 -1
  303. package/packages/sap.fe.macros/src/sap/fe/macros/resources.json +149 -110
  304. package/packages/sap.fe.macros/src/sap/fe/macros/table/Actions.fragment.xml +3 -0
  305. package/packages/sap.fe.macros/src/sap/fe/macros/table/ColumnContent.fragment.xml +70 -29
  306. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper-dbg.js +53 -36
  307. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper.js +1 -1
  308. package/packages/sap.fe.macros/src/sap/fe/macros/table/Utils-dbg.js +1 -1
  309. package/packages/sap.fe.macros/src/sap/fe/macros/table/Utils.js +1 -1
  310. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate-dbg.js +3 -4
  311. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate.js +1 -1
  312. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/api.json +2 -2
  313. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/apiref/api.json +1 -1
  314. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.xmlmeta.json +1 -1
  315. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.js +844 -0
  316. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.ts +833 -0
  317. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartHelper.spec.js +495 -0
  318. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartHelper.spec.ts +440 -0
  319. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartUtils.spec.js +469 -0
  320. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartUtils.spec.ts +448 -0
  321. package/packages/sap.fe.macros/test/sap/fe/macros/jest/CommonUtils.spec.js +94 -0
  322. package/packages/sap.fe.macros/test/sap/fe/macros/jest/CommonUtils.spec.ts +70 -0
  323. package/packages/sap.fe.macros/test/sap/fe/macros/jest/DatapointMacro.spec.js +12 -1
  324. package/packages/sap.fe.macros/test/sap/fe/macros/jest/DatapointMacro.spec.ts +11 -0
  325. package/packages/sap.fe.macros/test/sap/fe/macros/jest/DelegateUtil.spec.js +61 -0
  326. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldHelper.spec.js +46 -0
  327. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldHelper.spec.ts +30 -0
  328. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.js +13 -1
  329. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.ts +11 -0
  330. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FormElement.spec.js +66 -0
  331. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FormElement.spec.ts +35 -0
  332. package/packages/sap.fe.macros/test/sap/fe/macros/jest/SimpleFieldMacro.spec.js +48 -1
  333. package/packages/sap.fe.macros/test/sap/fe/macros/jest/SimpleFieldMacro.spec.ts +56 -0
  334. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableFieldLabel.spec.js +68 -0
  335. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableFieldLabel.spec.ts +65 -0
  336. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/ChartDelegate.spec.ts.snap +82 -0
  337. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/DatapointMacro.spec.ts.snap +23 -5
  338. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldHelper.spec.ts.snap +47 -0
  339. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroDataFieldTypes.spec.ts.snap +52 -3
  340. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FormElement.spec.ts.snap +25 -0
  341. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/QuickViewForm.spec.ts.snap +0 -3
  342. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/SimpleFieldMacro.spec.ts.snap +69 -0
  343. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/TableFieldLabel.spec.ts.snap +451 -0
  344. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FieldHelper.xml +68 -0
  345. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/Table.cds +13 -1
  346. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/TableFieldLabel.cds +152 -0
  347. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.js +116 -0
  348. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.ts +115 -0
  349. package/packages/sap.fe.macros/test/sap/fe/macros/jest/form/FormElement.spec.js +86 -0
  350. package/packages/sap.fe.macros/test/sap/fe/macros/jest/form/FormElement.spec.ts +54 -0
  351. package/packages/sap.fe.macros/test/sap/fe/macros/jest/form/__snapshots__/FormElement.spec.ts.snap +33 -0
  352. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/Actions.spec.js +154 -0
  353. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/Actions.spec.ts +128 -0
  354. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.js +7 -2
  355. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.ts +23 -12
  356. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/__snapshots__/TableDelegate.spec.ts.snap +1 -1
  357. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/index.json +0 -5
  358. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FieldHelperTemplate.qunit.js +1 -1
  359. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormElementTemplating.qunit.js +1 -1
  360. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/TableHelper.qunit.js +108 -1
  361. package/packages/sap.fe.navigation/src/sap/fe/navigation/.library +1 -1
  362. package/packages/sap.fe.navigation/src/sap/fe/navigation/.theming +1 -1
  363. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-dbg.js +1 -1
  364. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-h2-preload.js +2 -2
  365. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js +2 -2
  366. package/packages/sap.fe.navigation/src/sap/fe/navigation/library.js +1 -1
  367. package/packages/sap.fe.navigation/src/sap/fe/navigation/manifest.json +3 -3
  368. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/api.json +1 -1
  369. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/apiref/api.json +1 -1
  370. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/codeassistance/Library.xmlmeta.json +1 -1
  371. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.library +1 -1
  372. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.theming +1 -1
  373. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-dbg.js +1 -1
  374. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-h2-preload.js +2 -2
  375. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js +4 -4
  376. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js.map +1 -1
  377. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library.js +1 -1
  378. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/manifest.json +3 -3
  379. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/resources.json +3 -3
  380. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/view/PlaceholderALP.fragment.html +1 -1
  381. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/view/PlaceholderOVP.fragment.html +1 -1
  382. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/api.json +1 -1
  383. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/apiref/api.json +1 -1
  384. package/packages/sap.fe.templates/src/sap/fe/templates/.library +1 -1
  385. package/packages/sap.fe.templates/src/sap/fe/templates/.theming +1 -1
  386. package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/manifest.json +2 -2
  387. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent-dbg.js +1 -1
  388. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent.js +1 -1
  389. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReport.view.xml +2 -2
  390. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController-dbg.controller.js +91 -60
  391. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController.controller.js +1 -1
  392. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/manifest.json +2 -2
  393. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/ViewState-dbg.js +31 -5
  394. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/ViewState.js +1 -1
  395. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/resources.json +5 -5
  396. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper-dbg.js +2 -2
  397. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +1 -1
  398. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component-dbg.js +18 -1
  399. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component.js +1 -1
  400. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController-dbg.controller.js +114 -85
  401. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +1 -1
  402. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox-dbg.js +8 -0
  403. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox.js +1 -1
  404. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/manifest.json +2 -2
  405. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/ViewState-dbg.js +23 -3
  406. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/ViewState.js +1 -1
  407. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/resources.json +15 -15
  408. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating-dbg.js +6 -5
  409. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.js +1 -1
  410. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.ts +6 -4
  411. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/HeaderDataPointTitle.fragment.xml +26 -16
  412. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/ObjectPageHeaderForm.fragment.xml +5 -5
  413. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl-dbg.controller.js +63 -9
  414. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl.controller.js +1 -1
  415. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer-dbg.controller.js +54 -32
  416. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.js +1 -1
  417. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController-dbg.js +24 -21
  418. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController.js +1 -1
  419. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/view/Fcl.view.xml +2 -1
  420. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/view/NavContainer.view.xml +1 -1
  421. package/packages/sap.fe.templates/src/sap/fe/templates/controls/Table.fragment.xml +2 -0
  422. package/packages/sap.fe.templates/src/sap/fe/templates/library-dbg.js +1 -1
  423. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js +8 -9
  424. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js.map +1 -1
  425. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js +23 -30
  426. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js.map +4 -4
  427. package/packages/sap.fe.templates/src/sap/fe/templates/library.js +1 -1
  428. package/packages/sap.fe.templates/src/sap/fe/templates/manifest.json +13 -13
  429. package/packages/sap.fe.templates/src/sap/fe/templates/resources.json +51 -60
  430. package/packages/sap.fe.templates/test/sap/fe/templates/demokit/apps/itelo/webapp/manifest.json +1 -1
  431. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/api.json +1 -1
  432. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/apiref/api.json +1 -1
  433. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.xmlmeta.json +1 -1
  434. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/HeaderFacet.spec.js +95 -0
  435. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/HeaderFacet.spec.ts +66 -0
  436. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.js +134 -0
  437. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.ts +94 -0
  438. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/__snapshots__/HeaderFacet.spec.ts.snap +61 -0
  439. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/__snapshots__/ObjectPageHeaderForm.spec.ts.snap +53 -0
  440. package/packages/sap.fe.test/src/sap/fe/test/.library +1 -1
  441. package/packages/sap.fe.test/src/sap/fe/test/.theming +1 -1
  442. package/packages/sap.fe.test/src/sap/fe/test/FCLView-dbg.js +0 -6
  443. package/packages/sap.fe.test/src/sap/fe/test/FCLView.js +1 -1
  444. package/packages/sap.fe.test/src/sap/fe/test/Flexibility-dbg.js +14 -3
  445. package/packages/sap.fe.test/src/sap/fe/test/Flexibility.js +1 -1
  446. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper-dbg.js +85 -8
  447. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.js +1 -1
  448. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.ts +54 -2
  449. package/packages/sap.fe.test/src/sap/fe/test/ListReport-dbg.js +0 -11
  450. package/packages/sap.fe.test/src/sap/fe/test/ListReport.js +1 -1
  451. package/packages/sap.fe.test/src/sap/fe/test/ObjectPage-dbg.js +0 -38
  452. package/packages/sap.fe.test/src/sap/fe/test/ObjectPage.js +1 -1
  453. package/packages/sap.fe.test/src/sap/fe/test/TemplatePage-dbg.js +0 -12
  454. package/packages/sap.fe.test/src/sap/fe/test/TemplatePage.js +1 -1
  455. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper-dbg.js +22 -1
  456. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.js +1 -1
  457. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.ts +14 -0
  458. package/packages/sap.fe.test/src/sap/fe/test/api/BaseAPI-dbg.js +21 -0
  459. package/packages/sap.fe.test/src/sap/fe/test/api/DialogAPI-dbg.js +9 -5
  460. package/packages/sap.fe.test/src/sap/fe/test/api/DialogAPI.js +1 -1
  461. package/packages/sap.fe.test/src/sap/fe/test/api/DialogActions-dbg.js +18 -5
  462. package/packages/sap.fe.test/src/sap/fe/test/api/DialogActions.js +1 -1
  463. package/packages/sap.fe.test/src/sap/fe/test/api/DialogAssertions-dbg.js +25 -5
  464. package/packages/sap.fe.test/src/sap/fe/test/api/DialogAssertions.js +1 -1
  465. package/packages/sap.fe.test/src/sap/fe/test/api/EditState-dbg.js +9 -0
  466. package/packages/sap.fe.test/src/sap/fe/test/api/EditState.js +1 -1
  467. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarActions-dbg.js +38 -4
  468. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarActions.js +1 -1
  469. package/packages/sap.fe.test/src/sap/fe/test/api/FormAssertions-dbg.js +33 -4
  470. package/packages/sap.fe.test/src/sap/fe/test/api/FormAssertions.js +1 -1
  471. package/packages/sap.fe.test/src/sap/fe/test/api/TableActions-dbg.js +1 -1
  472. package/packages/sap.fe.test/src/sap/fe/test/library-dbg.js +1 -1
  473. package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js +3 -3
  474. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js +23 -16
  475. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js.map +3 -3
  476. package/packages/sap.fe.test/src/sap/fe/test/library.js +1 -1
  477. package/packages/sap.fe.test/src/sap/fe/test/manifest.json +3 -3
  478. package/packages/sap.fe.test/src/sap/fe/test/resources.json +36 -34
  479. package/packages/sap.fe.test/test/sap/fe/test/designtime/api.json +1 -1
  480. package/packages/sap.fe.test/test/sap/fe/test/designtime/apiref/api.json +1 -1
  481. package/packages/sap.fe.test/test/sap/fe/test/designtime/codeassistance/Library.jsmeta.json +1 -1
  482. package/packages/sap.fe.test/test/sap/fe/test/designtime/codeassistance/Library.xmlmeta.json +1 -1
  483. package/packages/sap.fe.common/test/sap/fe/common/relnotes/changes-1.96.json +0 -49
  484. package/packages/sap.fe.core/test/sap/fe/core/relnotes/changes-1.96.json +0 -189
  485. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FieldRuntime.qunit.js +0 -73
  486. package/packages/sap.fe.macros/test/sap/fe/macros/relnotes/changes-1.96.json +0 -160
  487. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/relnote/changes-1.96.json +0 -17
  488. package/packages/sap.fe.templates/src/sap/fe/templates/controls/OverflowToolbarButtonHover-dbg.js +0 -26
  489. package/packages/sap.fe.templates/src/sap/fe/templates/controls/OverflowToolbarButtonHover.js +0 -6
  490. package/packages/sap.fe.templates/test/sap/fe/templates/relnotes/changes-1.96.json +0 -153
@@ -17673,6 +17673,7 @@ Object {
17673
17673
  "formatOptions": Object {
17674
17674
  "textLinesEdit": 4,
17675
17675
  },
17676
+ "isPartOfPreview": true,
17676
17677
  "key": "DataField::externalRequestId",
17677
17678
  "semanticObjectPath": undefined,
17678
17679
  "type": "Annotation",
@@ -17682,6 +17683,7 @@ Object {
17682
17683
  "formatOptions": Object {
17683
17684
  "textLinesEdit": 4,
17684
17685
  },
17686
+ "isPartOfPreview": true,
17685
17687
  "key": "DataField::preferredCommunicationChannel_code",
17686
17688
  "semanticObjectPath": undefined,
17687
17689
  "type": "Annotation",
@@ -17691,6 +17693,7 @@ Object {
17691
17693
  "formatOptions": Object {
17692
17694
  "textLinesEdit": 4,
17693
17695
  },
17696
+ "isPartOfPreview": true,
17694
17697
  "key": "DataField::authenticationStatus_code",
17695
17698
  "semanticObjectPath": undefined,
17696
17699
  "type": "Annotation",
@@ -17735,6 +17738,7 @@ Object {
17735
17738
  "formatOptions": Object {
17736
17739
  "textLinesEdit": 4,
17737
17740
  },
17741
+ "isPartOfPreview": true,
17738
17742
  "key": "DataField::userFirstName",
17739
17743
  "semanticObjectPath": undefined,
17740
17744
  "type": "Annotation",
@@ -17744,6 +17748,7 @@ Object {
17744
17748
  "formatOptions": Object {
17745
17749
  "textLinesEdit": 4,
17746
17750
  },
17751
+ "isPartOfPreview": true,
17747
17752
  "key": "DataField::userLastName",
17748
17753
  "semanticObjectPath": undefined,
17749
17754
  "type": "Annotation",
@@ -17753,6 +17758,7 @@ Object {
17753
17758
  "formatOptions": Object {
17754
17759
  "textLinesEdit": 4,
17755
17760
  },
17761
+ "isPartOfPreview": true,
17756
17762
  "key": "DataField::userEMail",
17757
17763
  "semanticObjectPath": undefined,
17758
17764
  "type": "Annotation",
@@ -17762,6 +17768,7 @@ Object {
17762
17768
  "formatOptions": Object {
17763
17769
  "textLinesEdit": 4,
17764
17770
  },
17771
+ "isPartOfPreview": true,
17765
17772
  "key": "DataField::userStreet",
17766
17773
  "semanticObjectPath": undefined,
17767
17774
  "type": "Annotation",
@@ -17771,6 +17778,7 @@ Object {
17771
17778
  "formatOptions": Object {
17772
17779
  "textLinesEdit": 4,
17773
17780
  },
17781
+ "isPartOfPreview": true,
17774
17782
  "key": "DataField::userZipcode",
17775
17783
  "semanticObjectPath": undefined,
17776
17784
  "type": "Annotation",
@@ -17780,6 +17788,7 @@ Object {
17780
17788
  "formatOptions": Object {
17781
17789
  "textLinesEdit": 4,
17782
17790
  },
17791
+ "isPartOfPreview": true,
17783
17792
  "key": "DataField::userCity",
17784
17793
  "semanticObjectPath": undefined,
17785
17794
  "type": "Annotation",
@@ -17789,6 +17798,7 @@ Object {
17789
17798
  "formatOptions": Object {
17790
17799
  "textLinesEdit": 4,
17791
17800
  },
17801
+ "isPartOfPreview": true,
17792
17802
  "key": "DataField::userCountry_code",
17793
17803
  "semanticObjectPath": undefined,
17794
17804
  "type": "Annotation",
@@ -18282,6 +18292,7 @@ Object {
18282
18292
  "visualSettings": undefined,
18283
18293
  },
18284
18294
  Object {
18295
+ "FieldGroupHiddenExpressions": undefined,
18285
18296
  "additionalPropertyInfos": undefined,
18286
18297
  "annotationPath": "/AccessRequests/rawData/@com.sap.vocabularies.UI.v1.LineItem/0",
18287
18298
  "availability": "Default",
@@ -18310,6 +18321,7 @@ Object {
18310
18321
  ],
18311
18322
  "relativePath": "description",
18312
18323
  "semanticObjectPath": undefined,
18324
+ "showDataFieldsLabel": false,
18313
18325
  "sortable": true,
18314
18326
  "type": "Annotation",
18315
18327
  "typeConfig": Object {
@@ -18326,6 +18338,7 @@ Object {
18326
18338
  "width": undefined,
18327
18339
  },
18328
18340
  Object {
18341
+ "FieldGroupHiddenExpressions": undefined,
18329
18342
  "additionalPropertyInfos": undefined,
18330
18343
  "annotationPath": "/AccessRequests/rawData/@com.sap.vocabularies.UI.v1.LineItem/1",
18331
18344
  "availability": "Default",
@@ -18354,6 +18367,7 @@ Object {
18354
18367
  ],
18355
18368
  "relativePath": "collectedOn",
18356
18369
  "semanticObjectPath": undefined,
18370
+ "showDataFieldsLabel": false,
18357
18371
  "sortable": true,
18358
18372
  "type": "Annotation",
18359
18373
  "typeConfig": Object {
@@ -18370,6 +18384,7 @@ Object {
18370
18384
  "width": undefined,
18371
18385
  },
18372
18386
  Object {
18387
+ "FieldGroupHiddenExpressions": undefined,
18373
18388
  "additionalPropertyInfos": undefined,
18374
18389
  "annotationPath": "/AccessRequests/rawData/@com.sap.vocabularies.UI.v1.LineItem/2",
18375
18390
  "availability": "Default",
@@ -18398,6 +18413,7 @@ Object {
18398
18413
  ],
18399
18414
  "relativePath": "postProcessedBy",
18400
18415
  "semanticObjectPath": undefined,
18416
+ "showDataFieldsLabel": false,
18401
18417
  "sortable": true,
18402
18418
  "type": "Annotation",
18403
18419
  "typeConfig": Object {
@@ -18414,6 +18430,7 @@ Object {
18414
18430
  "width": undefined,
18415
18431
  },
18416
18432
  Object {
18433
+ "FieldGroupHiddenExpressions": undefined,
18417
18434
  "additionalPropertyInfos": undefined,
18418
18435
  "annotationPath": "/AccessRequests/rawData/@com.sap.vocabularies.UI.v1.LineItem/3",
18419
18436
  "availability": "Default",
@@ -18442,6 +18459,7 @@ Object {
18442
18459
  ],
18443
18460
  "relativePath": "postProcessedAt",
18444
18461
  "semanticObjectPath": undefined,
18462
+ "showDataFieldsLabel": false,
18445
18463
  "sortable": true,
18446
18464
  "type": "Annotation",
18447
18465
  "typeConfig": Object {
@@ -19030,6 +19048,7 @@ Object {
19030
19048
  "visualSettings": undefined,
19031
19049
  },
19032
19050
  Object {
19051
+ "FieldGroupHiddenExpressions": undefined,
19033
19052
  "additionalPropertyInfos": undefined,
19034
19053
  "annotationPath": "/AccessRequests/details/@com.sap.vocabularies.UI.v1.LineItem/0",
19035
19054
  "availability": "Default",
@@ -19039,7 +19058,7 @@ Object {
19039
19058
  "delimiter": false,
19040
19059
  "falseValue": undefined,
19041
19060
  "inputFormat": undefined,
19042
- "template": undefined,
19061
+ "template": "{0}",
19043
19062
  "trueValue": undefined,
19044
19063
  "type": "String",
19045
19064
  "wrap": undefined,
@@ -19053,9 +19072,12 @@ Object {
19053
19072
  "key": "DataFieldWithUrl::link",
19054
19073
  "label": "Link",
19055
19074
  "name": "link",
19056
- "propertyInfos": undefined,
19075
+ "propertyInfos": Array [
19076
+ "Property::link",
19077
+ ],
19057
19078
  "relativePath": "link",
19058
19079
  "semanticObjectPath": undefined,
19080
+ "showDataFieldsLabel": false,
19059
19081
  "sortable": true,
19060
19082
  "type": "Annotation",
19061
19083
  "typeConfig": Object {
@@ -19072,6 +19094,7 @@ Object {
19072
19094
  "width": undefined,
19073
19095
  },
19074
19096
  Object {
19097
+ "FieldGroupHiddenExpressions": undefined,
19075
19098
  "additionalPropertyInfos": undefined,
19076
19099
  "annotationPath": "/AccessRequests/details/@com.sap.vocabularies.UI.v1.LineItem/1",
19077
19100
  "availability": "Default",
@@ -19101,6 +19124,7 @@ Object {
19101
19124
  ],
19102
19125
  "relativePath": "type_code",
19103
19126
  "semanticObjectPath": undefined,
19127
+ "showDataFieldsLabel": false,
19104
19128
  "sortable": true,
19105
19129
  "type": "Annotation",
19106
19130
  "typeConfig": Object {
@@ -19121,6 +19145,7 @@ Object {
19121
19145
  "width": undefined,
19122
19146
  },
19123
19147
  Object {
19148
+ "FieldGroupHiddenExpressions": undefined,
19124
19149
  "additionalPropertyInfos": undefined,
19125
19150
  "annotationPath": "/AccessRequests/details/@com.sap.vocabularies.UI.v1.LineItem/2",
19126
19151
  "availability": "Default",
@@ -19149,6 +19174,7 @@ Object {
19149
19174
  ],
19150
19175
  "relativePath": "description",
19151
19176
  "semanticObjectPath": undefined,
19177
+ "showDataFieldsLabel": false,
19152
19178
  "sortable": true,
19153
19179
  "type": "Annotation",
19154
19180
  "typeConfig": Object {
@@ -19165,6 +19191,7 @@ Object {
19165
19191
  "width": undefined,
19166
19192
  },
19167
19193
  Object {
19194
+ "FieldGroupHiddenExpressions": undefined,
19168
19195
  "additionalPropertyInfos": undefined,
19169
19196
  "annotationPath": "/AccessRequests/details/@com.sap.vocabularies.UI.v1.LineItem/3",
19170
19197
  "availability": "Default",
@@ -19193,6 +19220,7 @@ Object {
19193
19220
  ],
19194
19221
  "relativePath": "toBeSent",
19195
19222
  "semanticObjectPath": undefined,
19223
+ "showDataFieldsLabel": false,
19196
19224
  "sortable": true,
19197
19225
  "type": "Annotation",
19198
19226
  "typeConfig": Object {
@@ -19209,6 +19237,7 @@ Object {
19209
19237
  "width": undefined,
19210
19238
  },
19211
19239
  Object {
19240
+ "FieldGroupHiddenExpressions": undefined,
19212
19241
  "additionalPropertyInfos": undefined,
19213
19242
  "annotationPath": "/AccessRequests/details/@com.sap.vocabularies.UI.v1.LineItem/4",
19214
19243
  "availability": "Default",
@@ -19237,6 +19266,7 @@ Object {
19237
19266
  ],
19238
19267
  "relativePath": "providedAt",
19239
19268
  "semanticObjectPath": undefined,
19269
+ "showDataFieldsLabel": false,
19240
19270
  "sortable": true,
19241
19271
  "type": "Annotation",
19242
19272
  "typeConfig": Object {
@@ -19253,6 +19283,7 @@ Object {
19253
19283
  "width": undefined,
19254
19284
  },
19255
19285
  Object {
19286
+ "FieldGroupHiddenExpressions": undefined,
19256
19287
  "additionalPropertyInfos": undefined,
19257
19288
  "annotationPath": "/AccessRequests/details/@com.sap.vocabularies.UI.v1.LineItem/5",
19258
19289
  "availability": "Default",
@@ -19281,6 +19312,7 @@ Object {
19281
19312
  ],
19282
19313
  "relativePath": "providedBy",
19283
19314
  "semanticObjectPath": undefined,
19315
+ "showDataFieldsLabel": false,
19284
19316
  "sortable": true,
19285
19317
  "type": "Annotation",
19286
19318
  "typeConfig": Object {
@@ -19297,6 +19329,7 @@ Object {
19297
19329
  "width": undefined,
19298
19330
  },
19299
19331
  Object {
19332
+ "FieldGroupHiddenExpressions": undefined,
19300
19333
  "additionalPropertyInfos": undefined,
19301
19334
  "annotationPath": "/AccessRequests/details/@com.sap.vocabularies.UI.v1.LineItem/6",
19302
19335
  "availability": "Default",
@@ -19325,6 +19358,7 @@ Object {
19325
19358
  ],
19326
19359
  "relativePath": "downloadedAt",
19327
19360
  "semanticObjectPath": undefined,
19361
+ "showDataFieldsLabel": false,
19328
19362
  "sortable": true,
19329
19363
  "type": "Annotation",
19330
19364
  "typeConfig": Object {
@@ -19340,6 +19374,49 @@ Object {
19340
19374
  "visualSettings": Object {},
19341
19375
  "width": undefined,
19342
19376
  },
19377
+ Object {
19378
+ "annotationPath": "/AccessRequests/details/link",
19379
+ "availability": "Hidden",
19380
+ "caseSensitive": true,
19381
+ "exportSettings": Object {
19382
+ "delimiter": false,
19383
+ "falseValue": undefined,
19384
+ "inputFormat": undefined,
19385
+ "scale": undefined,
19386
+ "trueValue": undefined,
19387
+ "type": "String",
19388
+ },
19389
+ "group": null,
19390
+ "groupLabel": null,
19391
+ "isDataPointFakeTargetProperty": false,
19392
+ "isGroupable": undefined,
19393
+ "isKey": undefined,
19394
+ "key": "Property::link",
19395
+ "label": "Link",
19396
+ "name": "Property::link",
19397
+ "relativePath": "link",
19398
+ "semanticObjectPath": undefined,
19399
+ "sortable": true,
19400
+ "type": "Annotation",
19401
+ "typeConfig": Object {
19402
+ "className": "Edm.String",
19403
+ "oConstraints": Object {
19404
+ "isDigitSequence": undefined,
19405
+ "maxLength": undefined,
19406
+ "maximum": undefined,
19407
+ "minimum": undefined,
19408
+ "nullable": undefined,
19409
+ "precision": undefined,
19410
+ "scale": undefined,
19411
+ },
19412
+ "oFormatOptions": Object {
19413
+ "emptyString": undefined,
19414
+ "parseAsString": undefined,
19415
+ "parseKeepsEmptyString": true,
19416
+ },
19417
+ },
19418
+ "visualSettings": undefined,
19419
+ },
19343
19420
  Object {
19344
19421
  "annotationPath": "/AccessRequests/details/type_code",
19345
19422
  "availability": "Hidden",
@@ -20059,6 +20136,7 @@ Object {
20059
20136
  "visualSettings": undefined,
20060
20137
  },
20061
20138
  Object {
20139
+ "FieldGroupHiddenExpressions": undefined,
20062
20140
  "additionalPropertyInfos": undefined,
20063
20141
  "annotationPath": "/AccessRequests/dataSubjects/@com.sap.vocabularies.UI.v1.LineItem/0",
20064
20142
  "availability": "Default",
@@ -20087,6 +20165,7 @@ Object {
20087
20165
  ],
20088
20166
  "relativePath": "dataSubject",
20089
20167
  "semanticObjectPath": undefined,
20168
+ "showDataFieldsLabel": false,
20090
20169
  "sortable": true,
20091
20170
  "type": "Annotation",
20092
20171
  "typeConfig": Object {
@@ -20103,6 +20182,7 @@ Object {
20103
20182
  "width": undefined,
20104
20183
  },
20105
20184
  Object {
20185
+ "FieldGroupHiddenExpressions": undefined,
20106
20186
  "additionalPropertyInfos": undefined,
20107
20187
  "annotationPath": "/AccessRequests/dataSubjects/@com.sap.vocabularies.UI.v1.LineItem/1",
20108
20188
  "availability": "Default",
@@ -20131,6 +20211,7 @@ Object {
20131
20211
  ],
20132
20212
  "relativePath": "sourceSystem",
20133
20213
  "semanticObjectPath": undefined,
20214
+ "showDataFieldsLabel": false,
20134
20215
  "sortable": true,
20135
20216
  "type": "Annotation",
20136
20217
  "typeConfig": Object {
@@ -20147,6 +20228,7 @@ Object {
20147
20228
  "width": undefined,
20148
20229
  },
20149
20230
  Object {
20231
+ "FieldGroupHiddenExpressions": undefined,
20150
20232
  "additionalPropertyInfos": undefined,
20151
20233
  "annotationPath": "/AccessRequests/dataSubjects/@com.sap.vocabularies.UI.v1.LineItem/2",
20152
20234
  "availability": "Default",
@@ -20175,6 +20257,7 @@ Object {
20175
20257
  ],
20176
20258
  "relativePath": "description",
20177
20259
  "semanticObjectPath": undefined,
20260
+ "showDataFieldsLabel": false,
20178
20261
  "sortable": true,
20179
20262
  "type": "Annotation",
20180
20263
  "typeConfig": Object {
@@ -21011,10 +21094,11 @@ Object {
21011
21094
  "showTabCounts": true,
21012
21095
  "singleChartId": "",
21013
21096
  "singleTableId": "fe::table::tab1::LineItem",
21097
+ "templateType": "ListReport",
21014
21098
  "useSemanticDateRange": true,
21015
21099
  "variantManagement": Object {
21016
21100
  "id": "fe::FilterBar::SalesOrderManage::VariantManagement",
21017
- "targetControlIds": "fe::FilterBar::SalesOrderManage,fe::table::tab1::LineItem,fe::table::tab2::LineItem,fe::table::tab3::LineItem,fe::table::SalesOrderManage::LineItem",
21101
+ "targetControlIds": "fe::FilterBar::SalesOrderManage,fe::TabMultipleMode",
21018
21102
  },
21019
21103
  "views": Array [
21020
21104
  Object {
@@ -23917,6 +24001,7 @@ Object {
23917
24001
  "visualSettings": undefined,
23918
24002
  },
23919
24003
  Object {
24004
+ "FieldGroupHiddenExpressions": undefined,
23920
24005
  "additionalPropertyInfos": undefined,
23921
24006
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/5",
23922
24007
  "availability": "Default",
@@ -23946,6 +24031,7 @@ Object {
23946
24031
  ],
23947
24032
  "relativePath": "ID",
23948
24033
  "semanticObjectPath": undefined,
24034
+ "showDataFieldsLabel": false,
23949
24035
  "sortable": true,
23950
24036
  "type": "Annotation",
23951
24037
  "typeConfig": Object {
@@ -23970,6 +24056,7 @@ Object {
23970
24056
  "width": "30em",
23971
24057
  },
23972
24058
  Object {
24059
+ "FieldGroupHiddenExpressions": undefined,
23973
24060
  "additionalPropertyInfos": undefined,
23974
24061
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/6",
23975
24062
  "availability": "Default",
@@ -23998,6 +24085,7 @@ Object {
23998
24085
  ],
23999
24086
  "relativePath": "ImageUrl",
24000
24087
  "semanticObjectPath": undefined,
24088
+ "showDataFieldsLabel": false,
24001
24089
  "sortable": true,
24002
24090
  "type": "Annotation",
24003
24091
  "typeConfig": Object {
@@ -24014,6 +24102,7 @@ Object {
24014
24102
  "width": undefined,
24015
24103
  },
24016
24104
  Object {
24105
+ "FieldGroupHiddenExpressions": "true",
24017
24106
  "additionalPropertyInfos": undefined,
24018
24107
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/7",
24019
24108
  "availability": "Default",
@@ -24045,6 +24134,7 @@ Object {
24045
24134
  ],
24046
24135
  "relativePath": "@com.sap.vocabularies.UI.v1.FieldGroup#multipleActionFields",
24047
24136
  "semanticObjectPath": undefined,
24137
+ "showDataFieldsLabel": false,
24048
24138
  "sortable": false,
24049
24139
  "type": "Annotation",
24050
24140
  "typeConfig": undefined,
@@ -24054,6 +24144,7 @@ Object {
24054
24144
  "width": undefined,
24055
24145
  },
24056
24146
  Object {
24147
+ "FieldGroupHiddenExpressions": undefined,
24057
24148
  "additionalPropertyInfos": undefined,
24058
24149
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/8",
24059
24150
  "availability": "Default",
@@ -24083,6 +24174,7 @@ Object {
24083
24174
  ],
24084
24175
  "relativePath": "SalesOrderType",
24085
24176
  "semanticObjectPath": undefined,
24177
+ "showDataFieldsLabel": false,
24086
24178
  "sortable": true,
24087
24179
  "type": "Annotation",
24088
24180
  "typeConfig": Object {
@@ -24099,6 +24191,7 @@ Object {
24099
24191
  "width": undefined,
24100
24192
  },
24101
24193
  Object {
24194
+ "FieldGroupHiddenExpressions": undefined,
24102
24195
  "additionalPropertyInfos": undefined,
24103
24196
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/9",
24104
24197
  "availability": "Default",
@@ -24128,6 +24221,7 @@ Object {
24128
24221
  ],
24129
24222
  "relativePath": "OverallSDProcessStatus",
24130
24223
  "semanticObjectPath": undefined,
24224
+ "showDataFieldsLabel": false,
24131
24225
  "sortable": true,
24132
24226
  "type": "Annotation",
24133
24227
  "typeConfig": Object {
@@ -24144,6 +24238,7 @@ Object {
24144
24238
  "width": undefined,
24145
24239
  },
24146
24240
  Object {
24241
+ "FieldGroupHiddenExpressions": undefined,
24147
24242
  "additionalPropertyInfos": undefined,
24148
24243
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/10",
24149
24244
  "availability": "Default",
@@ -24173,6 +24268,7 @@ Object {
24173
24268
  ],
24174
24269
  "relativePath": "TotalNetAmount",
24175
24270
  "semanticObjectPath": undefined,
24271
+ "showDataFieldsLabel": false,
24176
24272
  "sortable": true,
24177
24273
  "type": "Annotation",
24178
24274
  "typeConfig": Object {
@@ -28000,6 +28096,7 @@ Object {
28000
28096
  "visualSettings": undefined,
28001
28097
  },
28002
28098
  Object {
28099
+ "FieldGroupHiddenExpressions": undefined,
28003
28100
  "additionalPropertyInfos": undefined,
28004
28101
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/5",
28005
28102
  "availability": "Default",
@@ -28029,6 +28126,7 @@ Object {
28029
28126
  ],
28030
28127
  "relativePath": "ID",
28031
28128
  "semanticObjectPath": undefined,
28129
+ "showDataFieldsLabel": false,
28032
28130
  "sortable": true,
28033
28131
  "type": "Annotation",
28034
28132
  "typeConfig": Object {
@@ -28053,6 +28151,7 @@ Object {
28053
28151
  "width": "30em",
28054
28152
  },
28055
28153
  Object {
28154
+ "FieldGroupHiddenExpressions": undefined,
28056
28155
  "additionalPropertyInfos": undefined,
28057
28156
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/6",
28058
28157
  "availability": "Default",
@@ -28081,6 +28180,7 @@ Object {
28081
28180
  ],
28082
28181
  "relativePath": "ImageUrl",
28083
28182
  "semanticObjectPath": undefined,
28183
+ "showDataFieldsLabel": false,
28084
28184
  "sortable": true,
28085
28185
  "type": "Annotation",
28086
28186
  "typeConfig": Object {
@@ -28097,6 +28197,7 @@ Object {
28097
28197
  "width": undefined,
28098
28198
  },
28099
28199
  Object {
28200
+ "FieldGroupHiddenExpressions": "true",
28100
28201
  "additionalPropertyInfos": undefined,
28101
28202
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/7",
28102
28203
  "availability": "Default",
@@ -28128,6 +28229,7 @@ Object {
28128
28229
  ],
28129
28230
  "relativePath": "@com.sap.vocabularies.UI.v1.FieldGroup#multipleActionFields",
28130
28231
  "semanticObjectPath": undefined,
28232
+ "showDataFieldsLabel": false,
28131
28233
  "sortable": false,
28132
28234
  "type": "Annotation",
28133
28235
  "typeConfig": undefined,
@@ -28137,6 +28239,7 @@ Object {
28137
28239
  "width": undefined,
28138
28240
  },
28139
28241
  Object {
28242
+ "FieldGroupHiddenExpressions": undefined,
28140
28243
  "additionalPropertyInfos": undefined,
28141
28244
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/8",
28142
28245
  "availability": "Default",
@@ -28166,6 +28269,7 @@ Object {
28166
28269
  ],
28167
28270
  "relativePath": "SalesOrderType",
28168
28271
  "semanticObjectPath": undefined,
28272
+ "showDataFieldsLabel": false,
28169
28273
  "sortable": true,
28170
28274
  "type": "Annotation",
28171
28275
  "typeConfig": Object {
@@ -28182,6 +28286,7 @@ Object {
28182
28286
  "width": undefined,
28183
28287
  },
28184
28288
  Object {
28289
+ "FieldGroupHiddenExpressions": undefined,
28185
28290
  "additionalPropertyInfos": undefined,
28186
28291
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/9",
28187
28292
  "availability": "Default",
@@ -28211,6 +28316,7 @@ Object {
28211
28316
  ],
28212
28317
  "relativePath": "OverallSDProcessStatus",
28213
28318
  "semanticObjectPath": undefined,
28319
+ "showDataFieldsLabel": false,
28214
28320
  "sortable": true,
28215
28321
  "type": "Annotation",
28216
28322
  "typeConfig": Object {
@@ -28227,6 +28333,7 @@ Object {
28227
28333
  "width": undefined,
28228
28334
  },
28229
28335
  Object {
28336
+ "FieldGroupHiddenExpressions": undefined,
28230
28337
  "additionalPropertyInfos": undefined,
28231
28338
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/10",
28232
28339
  "availability": "Default",
@@ -28256,6 +28363,7 @@ Object {
28256
28363
  ],
28257
28364
  "relativePath": "TotalNetAmount",
28258
28365
  "semanticObjectPath": undefined,
28366
+ "showDataFieldsLabel": false,
28259
28367
  "sortable": true,
28260
28368
  "type": "Annotation",
28261
28369
  "typeConfig": Object {
@@ -32113,6 +32221,7 @@ Object {
32113
32221
  "visualSettings": undefined,
32114
32222
  },
32115
32223
  Object {
32224
+ "FieldGroupHiddenExpressions": undefined,
32116
32225
  "additionalPropertyInfos": undefined,
32117
32226
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/2",
32118
32227
  "availability": "Default",
@@ -32142,6 +32251,7 @@ Object {
32142
32251
  ],
32143
32252
  "relativePath": "ID",
32144
32253
  "semanticObjectPath": undefined,
32254
+ "showDataFieldsLabel": false,
32145
32255
  "sortable": true,
32146
32256
  "type": "Annotation",
32147
32257
  "typeConfig": Object {
@@ -32166,6 +32276,7 @@ Object {
32166
32276
  "width": "30em",
32167
32277
  },
32168
32278
  Object {
32279
+ "FieldGroupHiddenExpressions": undefined,
32169
32280
  "additionalPropertyInfos": undefined,
32170
32281
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/3",
32171
32282
  "availability": "Default",
@@ -32194,6 +32305,7 @@ Object {
32194
32305
  ],
32195
32306
  "relativePath": "ImageUrl",
32196
32307
  "semanticObjectPath": undefined,
32308
+ "showDataFieldsLabel": false,
32197
32309
  "sortable": true,
32198
32310
  "type": "Annotation",
32199
32311
  "typeConfig": Object {
@@ -32210,6 +32322,7 @@ Object {
32210
32322
  "width": undefined,
32211
32323
  },
32212
32324
  Object {
32325
+ "FieldGroupHiddenExpressions": "true",
32213
32326
  "additionalPropertyInfos": undefined,
32214
32327
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/4",
32215
32328
  "availability": "Default",
@@ -32241,6 +32354,7 @@ Object {
32241
32354
  ],
32242
32355
  "relativePath": "@com.sap.vocabularies.UI.v1.FieldGroup#multipleActionFields",
32243
32356
  "semanticObjectPath": undefined,
32357
+ "showDataFieldsLabel": false,
32244
32358
  "sortable": false,
32245
32359
  "type": "Annotation",
32246
32360
  "typeConfig": undefined,
@@ -32250,6 +32364,7 @@ Object {
32250
32364
  "width": undefined,
32251
32365
  },
32252
32366
  Object {
32367
+ "FieldGroupHiddenExpressions": undefined,
32253
32368
  "additionalPropertyInfos": undefined,
32254
32369
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/5",
32255
32370
  "availability": "Default",
@@ -32279,6 +32394,7 @@ Object {
32279
32394
  ],
32280
32395
  "relativePath": "SalesOrderType",
32281
32396
  "semanticObjectPath": undefined,
32397
+ "showDataFieldsLabel": false,
32282
32398
  "sortable": true,
32283
32399
  "type": "Annotation",
32284
32400
  "typeConfig": Object {
@@ -32295,6 +32411,7 @@ Object {
32295
32411
  "width": undefined,
32296
32412
  },
32297
32413
  Object {
32414
+ "FieldGroupHiddenExpressions": undefined,
32298
32415
  "additionalPropertyInfos": undefined,
32299
32416
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/6",
32300
32417
  "availability": "Default",
@@ -32324,6 +32441,7 @@ Object {
32324
32441
  ],
32325
32442
  "relativePath": "OverallSDProcessStatus",
32326
32443
  "semanticObjectPath": undefined,
32444
+ "showDataFieldsLabel": false,
32327
32445
  "sortable": true,
32328
32446
  "type": "Annotation",
32329
32447
  "typeConfig": Object {
@@ -36169,6 +36287,7 @@ Object {
36169
36287
  "visualSettings": undefined,
36170
36288
  },
36171
36289
  Object {
36290
+ "FieldGroupHiddenExpressions": undefined,
36172
36291
  "additionalPropertyInfos": undefined,
36173
36292
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/5",
36174
36293
  "availability": "Default",
@@ -36198,6 +36317,7 @@ Object {
36198
36317
  ],
36199
36318
  "relativePath": "ID",
36200
36319
  "semanticObjectPath": undefined,
36320
+ "showDataFieldsLabel": false,
36201
36321
  "sortable": true,
36202
36322
  "type": "Annotation",
36203
36323
  "typeConfig": Object {
@@ -36222,6 +36342,7 @@ Object {
36222
36342
  "width": "30em",
36223
36343
  },
36224
36344
  Object {
36345
+ "FieldGroupHiddenExpressions": undefined,
36225
36346
  "additionalPropertyInfos": undefined,
36226
36347
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/6",
36227
36348
  "availability": "Default",
@@ -36250,6 +36371,7 @@ Object {
36250
36371
  ],
36251
36372
  "relativePath": "ImageUrl",
36252
36373
  "semanticObjectPath": undefined,
36374
+ "showDataFieldsLabel": false,
36253
36375
  "sortable": true,
36254
36376
  "type": "Annotation",
36255
36377
  "typeConfig": Object {
@@ -36266,6 +36388,7 @@ Object {
36266
36388
  "width": undefined,
36267
36389
  },
36268
36390
  Object {
36391
+ "FieldGroupHiddenExpressions": "true",
36269
36392
  "additionalPropertyInfos": undefined,
36270
36393
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/7",
36271
36394
  "availability": "Default",
@@ -36297,6 +36420,7 @@ Object {
36297
36420
  ],
36298
36421
  "relativePath": "@com.sap.vocabularies.UI.v1.FieldGroup#multipleActionFields",
36299
36422
  "semanticObjectPath": undefined,
36423
+ "showDataFieldsLabel": false,
36300
36424
  "sortable": false,
36301
36425
  "type": "Annotation",
36302
36426
  "typeConfig": undefined,
@@ -36306,6 +36430,7 @@ Object {
36306
36430
  "width": undefined,
36307
36431
  },
36308
36432
  Object {
36433
+ "FieldGroupHiddenExpressions": undefined,
36309
36434
  "additionalPropertyInfos": undefined,
36310
36435
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/8",
36311
36436
  "availability": "Default",
@@ -36335,6 +36460,7 @@ Object {
36335
36460
  ],
36336
36461
  "relativePath": "SalesOrderType",
36337
36462
  "semanticObjectPath": undefined,
36463
+ "showDataFieldsLabel": false,
36338
36464
  "sortable": true,
36339
36465
  "type": "Annotation",
36340
36466
  "typeConfig": Object {
@@ -36351,6 +36477,7 @@ Object {
36351
36477
  "width": undefined,
36352
36478
  },
36353
36479
  Object {
36480
+ "FieldGroupHiddenExpressions": undefined,
36354
36481
  "additionalPropertyInfos": undefined,
36355
36482
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/9",
36356
36483
  "availability": "Default",
@@ -36380,6 +36507,7 @@ Object {
36380
36507
  ],
36381
36508
  "relativePath": "OverallSDProcessStatus",
36382
36509
  "semanticObjectPath": undefined,
36510
+ "showDataFieldsLabel": false,
36383
36511
  "sortable": true,
36384
36512
  "type": "Annotation",
36385
36513
  "typeConfig": Object {
@@ -36396,6 +36524,7 @@ Object {
36396
36524
  "width": undefined,
36397
36525
  },
36398
36526
  Object {
36527
+ "FieldGroupHiddenExpressions": undefined,
36399
36528
  "additionalPropertyInfos": undefined,
36400
36529
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/10",
36401
36530
  "availability": "Default",
@@ -36425,6 +36554,7 @@ Object {
36425
36554
  ],
36426
36555
  "relativePath": "TotalNetAmount",
36427
36556
  "semanticObjectPath": undefined,
36557
+ "showDataFieldsLabel": false,
36428
36558
  "sortable": true,
36429
36559
  "type": "Annotation",
36430
36560
  "typeConfig": Object {
@@ -38005,10 +38135,11 @@ Object {
38005
38135
  "showTabCounts": true,
38006
38136
  "singleChartId": "",
38007
38137
  "singleTableId": "fe::table::tab1::LineItem",
38138
+ "templateType": "ListReport",
38008
38139
  "useSemanticDateRange": true,
38009
38140
  "variantManagement": Object {
38010
38141
  "id": "fe::FilterBar::SalesOrderManage::VariantManagement",
38011
- "targetControlIds": "fe::FilterBar::SalesOrderManage,fe::table::tab1::LineItem,fe::table::tab2::LineItem,fe::table::tab3::LineItem,fe::table::SalesOrderManage::LineItem",
38142
+ "targetControlIds": "fe::FilterBar::SalesOrderManage,fe::TabMultipleMode",
38012
38143
  },
38013
38144
  "views": Array [
38014
38145
  Object {
@@ -40911,6 +41042,7 @@ Object {
40911
41042
  "visualSettings": undefined,
40912
41043
  },
40913
41044
  Object {
41045
+ "FieldGroupHiddenExpressions": undefined,
40914
41046
  "additionalPropertyInfos": undefined,
40915
41047
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/5",
40916
41048
  "availability": "Default",
@@ -40944,6 +41076,7 @@ Object {
40944
41076
  ],
40945
41077
  "relativePath": "ID",
40946
41078
  "semanticObjectPath": undefined,
41079
+ "showDataFieldsLabel": false,
40947
41080
  "sortable": true,
40948
41081
  "type": "Annotation",
40949
41082
  "typeConfig": Object {
@@ -40968,6 +41101,7 @@ Object {
40968
41101
  "width": undefined,
40969
41102
  },
40970
41103
  Object {
41104
+ "FieldGroupHiddenExpressions": undefined,
40971
41105
  "additionalPropertyInfos": undefined,
40972
41106
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/6",
40973
41107
  "availability": "Default",
@@ -40996,6 +41130,7 @@ Object {
40996
41130
  ],
40997
41131
  "relativePath": "ImageUrl",
40998
41132
  "semanticObjectPath": undefined,
41133
+ "showDataFieldsLabel": false,
40999
41134
  "sortable": true,
41000
41135
  "type": "Annotation",
41001
41136
  "typeConfig": Object {
@@ -41012,6 +41147,7 @@ Object {
41012
41147
  "width": undefined,
41013
41148
  },
41014
41149
  Object {
41150
+ "FieldGroupHiddenExpressions": "true",
41015
41151
  "additionalPropertyInfos": undefined,
41016
41152
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/7",
41017
41153
  "availability": "Default",
@@ -41043,6 +41179,7 @@ Object {
41043
41179
  ],
41044
41180
  "relativePath": "@com.sap.vocabularies.UI.v1.FieldGroup#multipleActionFields",
41045
41181
  "semanticObjectPath": undefined,
41182
+ "showDataFieldsLabel": undefined,
41046
41183
  "sortable": false,
41047
41184
  "type": "Annotation",
41048
41185
  "typeConfig": undefined,
@@ -41052,6 +41189,7 @@ Object {
41052
41189
  "width": undefined,
41053
41190
  },
41054
41191
  Object {
41192
+ "FieldGroupHiddenExpressions": undefined,
41055
41193
  "additionalPropertyInfos": undefined,
41056
41194
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/8",
41057
41195
  "availability": "Default",
@@ -41081,6 +41219,7 @@ Object {
41081
41219
  ],
41082
41220
  "relativePath": "SalesOrderType",
41083
41221
  "semanticObjectPath": undefined,
41222
+ "showDataFieldsLabel": false,
41084
41223
  "sortable": true,
41085
41224
  "type": "Annotation",
41086
41225
  "typeConfig": Object {
@@ -41097,6 +41236,7 @@ Object {
41097
41236
  "width": undefined,
41098
41237
  },
41099
41238
  Object {
41239
+ "FieldGroupHiddenExpressions": undefined,
41100
41240
  "additionalPropertyInfos": undefined,
41101
41241
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/9",
41102
41242
  "availability": "Default",
@@ -41126,6 +41266,7 @@ Object {
41126
41266
  ],
41127
41267
  "relativePath": "OverallSDProcessStatus",
41128
41268
  "semanticObjectPath": undefined,
41269
+ "showDataFieldsLabel": false,
41129
41270
  "sortable": true,
41130
41271
  "type": "Annotation",
41131
41272
  "typeConfig": Object {
@@ -41142,6 +41283,7 @@ Object {
41142
41283
  "width": undefined,
41143
41284
  },
41144
41285
  Object {
41286
+ "FieldGroupHiddenExpressions": undefined,
41145
41287
  "additionalPropertyInfos": undefined,
41146
41288
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/10",
41147
41289
  "availability": "Default",
@@ -41171,6 +41313,7 @@ Object {
41171
41313
  ],
41172
41314
  "relativePath": "TotalNetAmount",
41173
41315
  "semanticObjectPath": undefined,
41316
+ "showDataFieldsLabel": false,
41174
41317
  "sortable": true,
41175
41318
  "type": "Annotation",
41176
41319
  "typeConfig": Object {
@@ -44391,6 +44534,7 @@ Object {
44391
44534
  "visualSettings": undefined,
44392
44535
  },
44393
44536
  Object {
44537
+ "FieldGroupHiddenExpressions": undefined,
44394
44538
  "additionalPropertyInfos": undefined,
44395
44539
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/0",
44396
44540
  "availability": "Default",
@@ -44419,6 +44563,7 @@ Object {
44419
44563
  ],
44420
44564
  "relativePath": "SalesOrderItem",
44421
44565
  "semanticObjectPath": undefined,
44566
+ "showDataFieldsLabel": false,
44422
44567
  "sortable": false,
44423
44568
  "type": "Annotation",
44424
44569
  "typeConfig": Object {
@@ -44435,6 +44580,7 @@ Object {
44435
44580
  "width": undefined,
44436
44581
  },
44437
44582
  Object {
44583
+ "FieldGroupHiddenExpressions": undefined,
44438
44584
  "additionalPropertyInfos": undefined,
44439
44585
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/1",
44440
44586
  "availability": "Default",
@@ -44463,6 +44609,7 @@ Object {
44463
44609
  ],
44464
44610
  "relativePath": "HigherLevelItem",
44465
44611
  "semanticObjectPath": undefined,
44612
+ "showDataFieldsLabel": false,
44466
44613
  "sortable": true,
44467
44614
  "type": "Annotation",
44468
44615
  "typeConfig": Object {
@@ -44479,6 +44626,7 @@ Object {
44479
44626
  "width": undefined,
44480
44627
  },
44481
44628
  Object {
44629
+ "FieldGroupHiddenExpressions": undefined,
44482
44630
  "additionalPropertyInfos": undefined,
44483
44631
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/2",
44484
44632
  "availability": "Default",
@@ -44508,6 +44656,7 @@ Object {
44508
44656
  ],
44509
44657
  "relativePath": "Material",
44510
44658
  "semanticObjectPath": undefined,
44659
+ "showDataFieldsLabel": false,
44511
44660
  "sortable": true,
44512
44661
  "type": "Annotation",
44513
44662
  "typeConfig": Object {
@@ -44524,6 +44673,7 @@ Object {
44524
44673
  "width": undefined,
44525
44674
  },
44526
44675
  Object {
44676
+ "FieldGroupHiddenExpressions": undefined,
44527
44677
  "additionalPropertyInfos": undefined,
44528
44678
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/3",
44529
44679
  "availability": "Default",
@@ -44553,6 +44703,7 @@ Object {
44553
44703
  ],
44554
44704
  "relativePath": "RequestedQuantity",
44555
44705
  "semanticObjectPath": undefined,
44706
+ "showDataFieldsLabel": false,
44556
44707
  "sortable": true,
44557
44708
  "type": "Annotation",
44558
44709
  "typeConfig": Object {
@@ -44569,6 +44720,7 @@ Object {
44569
44720
  "width": undefined,
44570
44721
  },
44571
44722
  Object {
44723
+ "FieldGroupHiddenExpressions": undefined,
44572
44724
  "additionalPropertyInfos": undefined,
44573
44725
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/4",
44574
44726
  "availability": "Default",
@@ -44598,6 +44750,7 @@ Object {
44598
44750
  ],
44599
44751
  "relativePath": "SalesOrderItemCategory",
44600
44752
  "semanticObjectPath": undefined,
44753
+ "showDataFieldsLabel": false,
44601
44754
  "sortable": true,
44602
44755
  "type": "Annotation",
44603
44756
  "typeConfig": Object {
@@ -44614,6 +44767,7 @@ Object {
44614
44767
  "width": undefined,
44615
44768
  },
44616
44769
  Object {
44770
+ "FieldGroupHiddenExpressions": undefined,
44617
44771
  "additionalPropertyInfos": undefined,
44618
44772
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/5",
44619
44773
  "availability": "Default",
@@ -44642,6 +44796,7 @@ Object {
44642
44796
  ],
44643
44797
  "relativePath": "RequestedDeliveryDate",
44644
44798
  "semanticObjectPath": undefined,
44799
+ "showDataFieldsLabel": false,
44645
44800
  "sortable": true,
44646
44801
  "type": "Annotation",
44647
44802
  "typeConfig": Object {
@@ -44658,6 +44813,7 @@ Object {
44658
44813
  "width": undefined,
44659
44814
  },
44660
44815
  Object {
44816
+ "FieldGroupHiddenExpressions": undefined,
44661
44817
  "additionalPropertyInfos": undefined,
44662
44818
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/6",
44663
44819
  "availability": "Default",
@@ -44687,6 +44843,7 @@ Object {
44687
44843
  ],
44688
44844
  "relativePath": "NetAmount",
44689
44845
  "semanticObjectPath": undefined,
44846
+ "showDataFieldsLabel": false,
44690
44847
  "sortable": true,
44691
44848
  "type": "Annotation",
44692
44849
  "typeConfig": Object {
@@ -44703,6 +44860,7 @@ Object {
44703
44860
  "width": undefined,
44704
44861
  },
44705
44862
  Object {
44863
+ "FieldGroupHiddenExpressions": undefined,
44706
44864
  "additionalPropertyInfos": undefined,
44707
44865
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/7",
44708
44866
  "availability": "Default",
@@ -44732,6 +44890,7 @@ Object {
44732
44890
  ],
44733
44891
  "relativePath": "_Material/Material",
44734
44892
  "semanticObjectPath": undefined,
44893
+ "showDataFieldsLabel": false,
44735
44894
  "sortable": true,
44736
44895
  "type": "Annotation",
44737
44896
  "typeConfig": Object {
@@ -44748,6 +44907,7 @@ Object {
44748
44907
  "width": undefined,
44749
44908
  },
44750
44909
  Object {
44910
+ "FieldGroupHiddenExpressions": undefined,
44751
44911
  "additionalPropertyInfos": undefined,
44752
44912
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/8",
44753
44913
  "availability": "Default",
@@ -44776,6 +44936,7 @@ Object {
44776
44936
  ],
44777
44937
  "relativePath": "isVerified",
44778
44938
  "semanticObjectPath": undefined,
44939
+ "showDataFieldsLabel": false,
44779
44940
  "sortable": true,
44780
44941
  "type": "Annotation",
44781
44942
  "typeConfig": Object {
@@ -44792,6 +44953,7 @@ Object {
44792
44953
  "width": undefined,
44793
44954
  },
44794
44955
  Object {
44956
+ "FieldGroupHiddenExpressions": undefined,
44795
44957
  "additionalPropertyInfos": undefined,
44796
44958
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/9",
44797
44959
  "availability": "Default",
@@ -44818,6 +44980,7 @@ Object {
44818
44980
  "propertyInfos": undefined,
44819
44981
  "relativePath": "_ReferencedSalesOrder/SalesOrder",
44820
44982
  "semanticObjectPath": undefined,
44983
+ "showDataFieldsLabel": false,
44821
44984
  "sortable": false,
44822
44985
  "type": "Annotation",
44823
44986
  "typeConfig": undefined,
@@ -44827,6 +44990,7 @@ Object {
44827
44990
  "width": undefined,
44828
44991
  },
44829
44992
  Object {
44993
+ "FieldGroupHiddenExpressions": undefined,
44830
44994
  "additionalPropertyInfos": undefined,
44831
44995
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/14",
44832
44996
  "availability": "Default",
@@ -44853,6 +45017,7 @@ Object {
44853
45017
  "propertyInfos": undefined,
44854
45018
  "relativePath": "DataFieldForAction::com.c_salesordermanage_sd.DummyBoundAction",
44855
45019
  "semanticObjectPath": undefined,
45020
+ "showDataFieldsLabel": false,
44856
45021
  "sortable": false,
44857
45022
  "type": "Annotation",
44858
45023
  "typeConfig": undefined,
@@ -44862,6 +45027,7 @@ Object {
44862
45027
  "width": undefined,
44863
45028
  },
44864
45029
  Object {
45030
+ "FieldGroupHiddenExpressions": undefined,
44865
45031
  "additionalPropertyInfos": undefined,
44866
45032
  "annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.LineItem/15",
44867
45033
  "availability": "Default",
@@ -44888,6 +45054,7 @@ Object {
44888
45054
  "propertyInfos": undefined,
44889
45055
  "relativePath": "DataFieldForIntentBasedNavigation::SalesOrder::manageInline::RequiresContext",
44890
45056
  "semanticObjectPath": undefined,
45057
+ "showDataFieldsLabel": false,
44891
45058
  "sortable": false,
44892
45059
  "type": "Annotation",
44893
45060
  "typeConfig": undefined,
@@ -48525,6 +48692,7 @@ Object {
48525
48692
  "visualSettings": undefined,
48526
48693
  },
48527
48694
  Object {
48695
+ "FieldGroupHiddenExpressions": undefined,
48528
48696
  "additionalPropertyInfos": undefined,
48529
48697
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/2",
48530
48698
  "availability": "Default",
@@ -48558,6 +48726,7 @@ Object {
48558
48726
  ],
48559
48727
  "relativePath": "ID",
48560
48728
  "semanticObjectPath": undefined,
48729
+ "showDataFieldsLabel": false,
48561
48730
  "sortable": true,
48562
48731
  "type": "Annotation",
48563
48732
  "typeConfig": Object {
@@ -48582,6 +48751,7 @@ Object {
48582
48751
  "width": undefined,
48583
48752
  },
48584
48753
  Object {
48754
+ "FieldGroupHiddenExpressions": undefined,
48585
48755
  "additionalPropertyInfos": undefined,
48586
48756
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/3",
48587
48757
  "availability": "Default",
@@ -48610,6 +48780,7 @@ Object {
48610
48780
  ],
48611
48781
  "relativePath": "ImageUrl",
48612
48782
  "semanticObjectPath": undefined,
48783
+ "showDataFieldsLabel": false,
48613
48784
  "sortable": true,
48614
48785
  "type": "Annotation",
48615
48786
  "typeConfig": Object {
@@ -48626,6 +48797,7 @@ Object {
48626
48797
  "width": undefined,
48627
48798
  },
48628
48799
  Object {
48800
+ "FieldGroupHiddenExpressions": "true",
48629
48801
  "additionalPropertyInfos": undefined,
48630
48802
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/4",
48631
48803
  "availability": "Default",
@@ -48657,6 +48829,7 @@ Object {
48657
48829
  ],
48658
48830
  "relativePath": "@com.sap.vocabularies.UI.v1.FieldGroup#multipleActionFields",
48659
48831
  "semanticObjectPath": undefined,
48832
+ "showDataFieldsLabel": undefined,
48660
48833
  "sortable": false,
48661
48834
  "type": "Annotation",
48662
48835
  "typeConfig": undefined,
@@ -48666,6 +48839,7 @@ Object {
48666
48839
  "width": undefined,
48667
48840
  },
48668
48841
  Object {
48842
+ "FieldGroupHiddenExpressions": undefined,
48669
48843
  "additionalPropertyInfos": undefined,
48670
48844
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/5",
48671
48845
  "availability": "Default",
@@ -48695,6 +48869,7 @@ Object {
48695
48869
  ],
48696
48870
  "relativePath": "SalesOrderType",
48697
48871
  "semanticObjectPath": undefined,
48872
+ "showDataFieldsLabel": false,
48698
48873
  "sortable": true,
48699
48874
  "type": "Annotation",
48700
48875
  "typeConfig": Object {
@@ -48711,6 +48886,7 @@ Object {
48711
48886
  "width": undefined,
48712
48887
  },
48713
48888
  Object {
48889
+ "FieldGroupHiddenExpressions": undefined,
48714
48890
  "additionalPropertyInfos": undefined,
48715
48891
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem#Simplified/6",
48716
48892
  "availability": "Default",
@@ -48740,6 +48916,7 @@ Object {
48740
48916
  ],
48741
48917
  "relativePath": "OverallSDProcessStatus",
48742
48918
  "semanticObjectPath": undefined,
48919
+ "showDataFieldsLabel": false,
48743
48920
  "sortable": true,
48744
48921
  "type": "Annotation",
48745
48922
  "typeConfig": Object {
@@ -52585,6 +52762,7 @@ Object {
52585
52762
  "visualSettings": undefined,
52586
52763
  },
52587
52764
  Object {
52765
+ "FieldGroupHiddenExpressions": undefined,
52588
52766
  "additionalPropertyInfos": undefined,
52589
52767
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/5",
52590
52768
  "availability": "Default",
@@ -52618,6 +52796,7 @@ Object {
52618
52796
  ],
52619
52797
  "relativePath": "ID",
52620
52798
  "semanticObjectPath": undefined,
52799
+ "showDataFieldsLabel": false,
52621
52800
  "sortable": true,
52622
52801
  "type": "Annotation",
52623
52802
  "typeConfig": Object {
@@ -52642,6 +52821,7 @@ Object {
52642
52821
  "width": undefined,
52643
52822
  },
52644
52823
  Object {
52824
+ "FieldGroupHiddenExpressions": undefined,
52645
52825
  "additionalPropertyInfos": undefined,
52646
52826
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/6",
52647
52827
  "availability": "Default",
@@ -52670,6 +52850,7 @@ Object {
52670
52850
  ],
52671
52851
  "relativePath": "ImageUrl",
52672
52852
  "semanticObjectPath": undefined,
52853
+ "showDataFieldsLabel": false,
52673
52854
  "sortable": true,
52674
52855
  "type": "Annotation",
52675
52856
  "typeConfig": Object {
@@ -52686,6 +52867,7 @@ Object {
52686
52867
  "width": undefined,
52687
52868
  },
52688
52869
  Object {
52870
+ "FieldGroupHiddenExpressions": "true",
52689
52871
  "additionalPropertyInfos": undefined,
52690
52872
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/7",
52691
52873
  "availability": "Default",
@@ -52717,6 +52899,7 @@ Object {
52717
52899
  ],
52718
52900
  "relativePath": "@com.sap.vocabularies.UI.v1.FieldGroup#multipleActionFields",
52719
52901
  "semanticObjectPath": undefined,
52902
+ "showDataFieldsLabel": undefined,
52720
52903
  "sortable": false,
52721
52904
  "type": "Annotation",
52722
52905
  "typeConfig": undefined,
@@ -52726,6 +52909,7 @@ Object {
52726
52909
  "width": undefined,
52727
52910
  },
52728
52911
  Object {
52912
+ "FieldGroupHiddenExpressions": undefined,
52729
52913
  "additionalPropertyInfos": undefined,
52730
52914
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/8",
52731
52915
  "availability": "Default",
@@ -52755,6 +52939,7 @@ Object {
52755
52939
  ],
52756
52940
  "relativePath": "SalesOrderType",
52757
52941
  "semanticObjectPath": undefined,
52942
+ "showDataFieldsLabel": false,
52758
52943
  "sortable": true,
52759
52944
  "type": "Annotation",
52760
52945
  "typeConfig": Object {
@@ -52771,6 +52956,7 @@ Object {
52771
52956
  "width": undefined,
52772
52957
  },
52773
52958
  Object {
52959
+ "FieldGroupHiddenExpressions": undefined,
52774
52960
  "additionalPropertyInfos": undefined,
52775
52961
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/9",
52776
52962
  "availability": "Default",
@@ -52800,6 +52986,7 @@ Object {
52800
52986
  ],
52801
52987
  "relativePath": "OverallSDProcessStatus",
52802
52988
  "semanticObjectPath": undefined,
52989
+ "showDataFieldsLabel": false,
52803
52990
  "sortable": true,
52804
52991
  "type": "Annotation",
52805
52992
  "typeConfig": Object {
@@ -52816,6 +53003,7 @@ Object {
52816
53003
  "width": undefined,
52817
53004
  },
52818
53005
  Object {
53006
+ "FieldGroupHiddenExpressions": undefined,
52819
53007
  "additionalPropertyInfos": undefined,
52820
53008
  "annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.LineItem/10",
52821
53009
  "availability": "Default",
@@ -52845,6 +53033,7 @@ Object {
52845
53033
  ],
52846
53034
  "relativePath": "TotalNetAmount",
52847
53035
  "semanticObjectPath": undefined,
53036
+ "showDataFieldsLabel": false,
52848
53037
  "sortable": true,
52849
53038
  "type": "Annotation",
52850
53039
  "typeConfig": Object {
@@ -54186,6 +54375,7 @@ Object {
54186
54375
  "formatOptions": Object {
54187
54376
  "textLinesEdit": 4,
54188
54377
  },
54378
+ "isPartOfPreview": true,
54189
54379
  "key": "DataField::SoldToParty",
54190
54380
  "semanticObjectPath": "/SalesOrderManage/SoldToParty",
54191
54381
  "type": "Annotation",
@@ -54195,6 +54385,7 @@ Object {
54195
54385
  "formatOptions": Object {
54196
54386
  "textLinesEdit": 4,
54197
54387
  },
54388
+ "isPartOfPreview": true,
54198
54389
  "key": "DataField::PurchaseOrderByCustomer",
54199
54390
  "semanticObjectPath": undefined,
54200
54391
  "type": "Annotation",
@@ -54204,6 +54395,7 @@ Object {
54204
54395
  "formatOptions": Object {
54205
54396
  "textLinesEdit": 4,
54206
54397
  },
54398
+ "isPartOfPreview": true,
54207
54399
  "key": "DataField::SalesOrderDate",
54208
54400
  "semanticObjectPath": undefined,
54209
54401
  "type": "Annotation",
@@ -54213,6 +54405,7 @@ Object {
54213
54405
  "formatOptions": Object {
54214
54406
  "textLinesEdit": 4,
54215
54407
  },
54408
+ "isPartOfPreview": true,
54216
54409
  "key": "DataField::ShippingCondition",
54217
54410
  "semanticObjectPath": undefined,
54218
54411
  "type": "Annotation",
@@ -54222,6 +54415,7 @@ Object {
54222
54415
  "formatOptions": Object {
54223
54416
  "textLinesEdit": 4,
54224
54417
  },
54418
+ "isPartOfPreview": true,
54225
54419
  "key": "DataField::OverallSDProcessStatus",
54226
54420
  "semanticObjectPath": undefined,
54227
54421
  "type": "Annotation",
@@ -54231,6 +54425,7 @@ Object {
54231
54425
  "formatOptions": Object {
54232
54426
  "textLinesEdit": 4,
54233
54427
  },
54428
+ "isPartOfPreview": true,
54234
54429
  "key": "DataField::DescriptionFieldForOPACleanup",
54235
54430
  "semanticObjectPath": undefined,
54236
54431
  "type": "Annotation",
@@ -54248,6 +54443,7 @@ Object {
54248
54443
  "formatOptions": Object {
54249
54444
  "textLinesEdit": 4,
54250
54445
  },
54446
+ "isPartOfPreview": true,
54251
54447
  "key": "DataField::BusinessPartner",
54252
54448
  "semanticObjectPath": "/SalesOrderManage/_ShipToParty/BusinessPartner",
54253
54449
  "type": "Annotation",
@@ -54257,6 +54453,7 @@ Object {
54257
54453
  "formatOptions": Object {
54258
54454
  "textLinesEdit": 4,
54259
54455
  },
54456
+ "isPartOfPreview": true,
54260
54457
  "key": "DataField::StreetName",
54261
54458
  "semanticObjectPath": undefined,
54262
54459
  "type": "Annotation",
@@ -54266,6 +54463,7 @@ Object {
54266
54463
  "formatOptions": Object {
54267
54464
  "textLinesEdit": 4,
54268
54465
  },
54466
+ "isPartOfPreview": true,
54269
54467
  "key": "DataFieldWithUrl::Shell_Home",
54270
54468
  "semanticObjectPath": undefined,
54271
54469
  "type": "Annotation",
@@ -54275,6 +54473,7 @@ Object {
54275
54473
  "formatOptions": Object {
54276
54474
  "textLinesEdit": 4,
54277
54475
  },
54476
+ "isPartOfPreview": true,
54278
54477
  "key": "DataField::HouseNumber",
54279
54478
  "semanticObjectPath": undefined,
54280
54479
  "type": "Annotation",
@@ -54284,6 +54483,7 @@ Object {
54284
54483
  "formatOptions": Object {
54285
54484
  "textLinesEdit": 4,
54286
54485
  },
54486
+ "isPartOfPreview": true,
54287
54487
  "key": "DataField::PostalCode",
54288
54488
  "semanticObjectPath": undefined,
54289
54489
  "type": "Annotation",
@@ -54293,6 +54493,7 @@ Object {
54293
54493
  "formatOptions": Object {
54294
54494
  "textLinesEdit": 4,
54295
54495
  },
54496
+ "isPartOfPreview": true,
54296
54497
  "key": "DataField::CityName",
54297
54498
  "semanticObjectPath": undefined,
54298
54499
  "type": "Annotation",
@@ -54302,6 +54503,7 @@ Object {
54302
54503
  "formatOptions": Object {
54303
54504
  "textLinesEdit": 4,
54304
54505
  },
54506
+ "isPartOfPreview": true,
54305
54507
  "key": "DataField::Country",
54306
54508
  "semanticObjectPath": undefined,
54307
54509
  "type": "Annotation",
@@ -54319,6 +54521,7 @@ Object {
54319
54521
  "formatOptions": Object {
54320
54522
  "textLinesEdit": 4,
54321
54523
  },
54524
+ "isPartOfPreview": true,
54322
54525
  "key": "DataField::IncotermsClassification",
54323
54526
  "semanticObjectPath": undefined,
54324
54527
  "type": "Annotation",
@@ -54328,6 +54531,7 @@ Object {
54328
54531
  "formatOptions": Object {
54329
54532
  "textLinesEdit": 4,
54330
54533
  },
54534
+ "isPartOfPreview": true,
54331
54535
  "key": "DataField::IncotermsVersion",
54332
54536
  "semanticObjectPath": undefined,
54333
54537
  "type": "Annotation",
@@ -54337,6 +54541,7 @@ Object {
54337
54541
  "formatOptions": Object {
54338
54542
  "textLinesEdit": 4,
54339
54543
  },
54544
+ "isPartOfPreview": true,
54340
54545
  "key": "DataField::IncotermsLocation1",
54341
54546
  "semanticObjectPath": undefined,
54342
54547
  "type": "Annotation",
@@ -54346,6 +54551,7 @@ Object {
54346
54551
  "formatOptions": Object {
54347
54552
  "textLinesEdit": 4,
54348
54553
  },
54554
+ "isPartOfPreview": true,
54349
54555
  "key": "DataField::IncotermsLocation2",
54350
54556
  "semanticObjectPath": undefined,
54351
54557
  "type": "Annotation",
@@ -54355,6 +54561,7 @@ Object {
54355
54561
  "formatOptions": Object {
54356
54562
  "textLinesEdit": 4,
54357
54563
  },
54564
+ "isPartOfPreview": true,
54358
54565
  "key": "DataField::CustomerPaymentTerms",
54359
54566
  "semanticObjectPath": undefined,
54360
54567
  "type": "Annotation",
@@ -54364,6 +54571,7 @@ Object {
54364
54571
  "formatOptions": Object {
54365
54572
  "textLinesEdit": 4,
54366
54573
  },
54574
+ "isPartOfPreview": true,
54367
54575
  "key": "DataField::CompleteDeliveryIsDefined",
54368
54576
  "semanticObjectPath": undefined,
54369
54577
  "type": "Annotation",
@@ -54373,6 +54581,7 @@ Object {
54373
54581
  "formatOptions": Object {
54374
54582
  "textLinesEdit": 4,
54375
54583
  },
54584
+ "isPartOfPreview": true,
54376
54585
  "key": "DataField::PricingDate",
54377
54586
  "semanticObjectPath": undefined,
54378
54587
  "type": "Annotation",
@@ -55130,6 +55339,7 @@ Object {
55130
55339
  "visualSettings": undefined,
55131
55340
  },
55132
55341
  Object {
55342
+ "FieldGroupHiddenExpressions": "true",
55133
55343
  "additionalPropertyInfos": undefined,
55134
55344
  "annotationPath": "/SalesOrderManage/_Partner/@com.sap.vocabularies.UI.v1.LineItem/1",
55135
55345
  "availability": "Default",
@@ -55161,6 +55371,7 @@ Object {
55161
55371
  ],
55162
55372
  "relativePath": "@com.sap.vocabularies.UI.v1.FieldGroup#multipleActionFields",
55163
55373
  "semanticObjectPath": undefined,
55374
+ "showDataFieldsLabel": undefined,
55164
55375
  "sortable": false,
55165
55376
  "type": "Annotation",
55166
55377
  "typeConfig": undefined,
@@ -55170,6 +55381,7 @@ Object {
55170
55381
  "width": undefined,
55171
55382
  },
55172
55383
  Object {
55384
+ "FieldGroupHiddenExpressions": undefined,
55173
55385
  "additionalPropertyInfos": undefined,
55174
55386
  "annotationPath": "/SalesOrderManage/_Partner/@com.sap.vocabularies.UI.v1.LineItem/3",
55175
55387
  "availability": "Default",
@@ -55198,6 +55410,7 @@ Object {
55198
55410
  ],
55199
55411
  "relativePath": "@com.sap.vocabularies.Communication.v1.Contact",
55200
55412
  "semanticObjectPath": undefined,
55413
+ "showDataFieldsLabel": false,
55201
55414
  "sortable": false,
55202
55415
  "type": "Annotation",
55203
55416
  "typeConfig": Object {
@@ -55214,6 +55427,7 @@ Object {
55214
55427
  "width": undefined,
55215
55428
  },
55216
55429
  Object {
55430
+ "FieldGroupHiddenExpressions": undefined,
55217
55431
  "additionalPropertyInfos": undefined,
55218
55432
  "annotationPath": "/SalesOrderManage/_Partner/@com.sap.vocabularies.UI.v1.LineItem/4",
55219
55433
  "availability": "Default",
@@ -55242,6 +55456,7 @@ Object {
55242
55456
  ],
55243
55457
  "relativePath": "BusinessPartner",
55244
55458
  "semanticObjectPath": undefined,
55459
+ "showDataFieldsLabel": false,
55245
55460
  "sortable": true,
55246
55461
  "type": "Annotation",
55247
55462
  "typeConfig": Object {
@@ -55258,6 +55473,7 @@ Object {
55258
55473
  "width": undefined,
55259
55474
  },
55260
55475
  Object {
55476
+ "FieldGroupHiddenExpressions": undefined,
55261
55477
  "additionalPropertyInfos": undefined,
55262
55478
  "annotationPath": "/SalesOrderManage/_Partner/@com.sap.vocabularies.UI.v1.LineItem/5",
55263
55479
  "availability": "Default",
@@ -55286,6 +55502,7 @@ Object {
55286
55502
  ],
55287
55503
  "relativePath": "FullName",
55288
55504
  "semanticObjectPath": undefined,
55505
+ "showDataFieldsLabel": false,
55289
55506
  "sortable": true,
55290
55507
  "type": "Annotation",
55291
55508
  "typeConfig": Object {
@@ -55302,6 +55519,7 @@ Object {
55302
55519
  "width": undefined,
55303
55520
  },
55304
55521
  Object {
55522
+ "FieldGroupHiddenExpressions": undefined,
55305
55523
  "additionalPropertyInfos": undefined,
55306
55524
  "annotationPath": "/SalesOrderManage/_Partner/@com.sap.vocabularies.UI.v1.LineItem/6",
55307
55525
  "availability": "Default",
@@ -55330,6 +55548,7 @@ Object {
55330
55548
  ],
55331
55549
  "relativePath": "isVerified",
55332
55550
  "semanticObjectPath": undefined,
55551
+ "showDataFieldsLabel": false,
55333
55552
  "sortable": true,
55334
55553
  "type": "Annotation",
55335
55554
  "typeConfig": Object {
@@ -57924,6 +58143,7 @@ Object {
57924
58143
  "visualSettings": undefined,
57925
58144
  },
57926
58145
  Object {
58146
+ "FieldGroupHiddenExpressions": undefined,
57927
58147
  "additionalPropertyInfos": undefined,
57928
58148
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/0",
57929
58149
  "availability": "Default",
@@ -57952,6 +58172,7 @@ Object {
57952
58172
  ],
57953
58173
  "relativePath": "SalesOrderItem",
57954
58174
  "semanticObjectPath": undefined,
58175
+ "showDataFieldsLabel": false,
57955
58176
  "sortable": false,
57956
58177
  "type": "Annotation",
57957
58178
  "typeConfig": Object {
@@ -57968,6 +58189,7 @@ Object {
57968
58189
  "width": undefined,
57969
58190
  },
57970
58191
  Object {
58192
+ "FieldGroupHiddenExpressions": undefined,
57971
58193
  "additionalPropertyInfos": undefined,
57972
58194
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/1",
57973
58195
  "availability": "Default",
@@ -57996,6 +58218,7 @@ Object {
57996
58218
  ],
57997
58219
  "relativePath": "HigherLevelItem",
57998
58220
  "semanticObjectPath": undefined,
58221
+ "showDataFieldsLabel": false,
57999
58222
  "sortable": true,
58000
58223
  "type": "Annotation",
58001
58224
  "typeConfig": Object {
@@ -58012,6 +58235,7 @@ Object {
58012
58235
  "width": undefined,
58013
58236
  },
58014
58237
  Object {
58238
+ "FieldGroupHiddenExpressions": undefined,
58015
58239
  "additionalPropertyInfos": undefined,
58016
58240
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/2",
58017
58241
  "availability": "Default",
@@ -58041,6 +58265,7 @@ Object {
58041
58265
  ],
58042
58266
  "relativePath": "Material",
58043
58267
  "semanticObjectPath": undefined,
58268
+ "showDataFieldsLabel": false,
58044
58269
  "sortable": true,
58045
58270
  "type": "Annotation",
58046
58271
  "typeConfig": Object {
@@ -58057,6 +58282,7 @@ Object {
58057
58282
  "width": undefined,
58058
58283
  },
58059
58284
  Object {
58285
+ "FieldGroupHiddenExpressions": undefined,
58060
58286
  "additionalPropertyInfos": undefined,
58061
58287
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/3",
58062
58288
  "availability": "Default",
@@ -58086,6 +58312,7 @@ Object {
58086
58312
  ],
58087
58313
  "relativePath": "RequestedQuantity",
58088
58314
  "semanticObjectPath": undefined,
58315
+ "showDataFieldsLabel": false,
58089
58316
  "sortable": true,
58090
58317
  "type": "Annotation",
58091
58318
  "typeConfig": Object {
@@ -58102,6 +58329,7 @@ Object {
58102
58329
  "width": undefined,
58103
58330
  },
58104
58331
  Object {
58332
+ "FieldGroupHiddenExpressions": undefined,
58105
58333
  "additionalPropertyInfos": undefined,
58106
58334
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/4",
58107
58335
  "availability": "Default",
@@ -58131,6 +58359,7 @@ Object {
58131
58359
  ],
58132
58360
  "relativePath": "SalesOrderItemCategory",
58133
58361
  "semanticObjectPath": undefined,
58362
+ "showDataFieldsLabel": false,
58134
58363
  "sortable": true,
58135
58364
  "type": "Annotation",
58136
58365
  "typeConfig": Object {
@@ -58147,6 +58376,7 @@ Object {
58147
58376
  "width": undefined,
58148
58377
  },
58149
58378
  Object {
58379
+ "FieldGroupHiddenExpressions": undefined,
58150
58380
  "additionalPropertyInfos": undefined,
58151
58381
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/5",
58152
58382
  "availability": "Default",
@@ -58175,6 +58405,7 @@ Object {
58175
58405
  ],
58176
58406
  "relativePath": "RequestedDeliveryDate",
58177
58407
  "semanticObjectPath": undefined,
58408
+ "showDataFieldsLabel": false,
58178
58409
  "sortable": true,
58179
58410
  "type": "Annotation",
58180
58411
  "typeConfig": Object {
@@ -58191,6 +58422,7 @@ Object {
58191
58422
  "width": undefined,
58192
58423
  },
58193
58424
  Object {
58425
+ "FieldGroupHiddenExpressions": undefined,
58194
58426
  "additionalPropertyInfos": undefined,
58195
58427
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/6",
58196
58428
  "availability": "Default",
@@ -58220,6 +58452,7 @@ Object {
58220
58452
  ],
58221
58453
  "relativePath": "NetAmount",
58222
58454
  "semanticObjectPath": undefined,
58455
+ "showDataFieldsLabel": false,
58223
58456
  "sortable": true,
58224
58457
  "type": "Annotation",
58225
58458
  "typeConfig": Object {
@@ -58236,6 +58469,7 @@ Object {
58236
58469
  "width": undefined,
58237
58470
  },
58238
58471
  Object {
58472
+ "FieldGroupHiddenExpressions": undefined,
58239
58473
  "additionalPropertyInfos": undefined,
58240
58474
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/7",
58241
58475
  "availability": "Default",
@@ -58265,6 +58499,7 @@ Object {
58265
58499
  ],
58266
58500
  "relativePath": "_Material/Material",
58267
58501
  "semanticObjectPath": undefined,
58502
+ "showDataFieldsLabel": false,
58268
58503
  "sortable": true,
58269
58504
  "type": "Annotation",
58270
58505
  "typeConfig": Object {
@@ -58281,6 +58516,7 @@ Object {
58281
58516
  "width": undefined,
58282
58517
  },
58283
58518
  Object {
58519
+ "FieldGroupHiddenExpressions": undefined,
58284
58520
  "additionalPropertyInfos": undefined,
58285
58521
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/8",
58286
58522
  "availability": "Default",
@@ -58309,6 +58545,7 @@ Object {
58309
58545
  ],
58310
58546
  "relativePath": "isVerified",
58311
58547
  "semanticObjectPath": undefined,
58548
+ "showDataFieldsLabel": false,
58312
58549
  "sortable": true,
58313
58550
  "type": "Annotation",
58314
58551
  "typeConfig": Object {
@@ -58325,6 +58562,7 @@ Object {
58325
58562
  "width": undefined,
58326
58563
  },
58327
58564
  Object {
58565
+ "FieldGroupHiddenExpressions": undefined,
58328
58566
  "additionalPropertyInfos": undefined,
58329
58567
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/9",
58330
58568
  "availability": "Default",
@@ -58351,6 +58589,7 @@ Object {
58351
58589
  "propertyInfos": undefined,
58352
58590
  "relativePath": "_ReferencedSalesOrder/SalesOrder",
58353
58591
  "semanticObjectPath": undefined,
58592
+ "showDataFieldsLabel": false,
58354
58593
  "sortable": false,
58355
58594
  "type": "Annotation",
58356
58595
  "typeConfig": undefined,
@@ -58360,6 +58599,7 @@ Object {
58360
58599
  "width": undefined,
58361
58600
  },
58362
58601
  Object {
58602
+ "FieldGroupHiddenExpressions": undefined,
58363
58603
  "additionalPropertyInfos": undefined,
58364
58604
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/14",
58365
58605
  "availability": "Default",
@@ -58386,6 +58626,7 @@ Object {
58386
58626
  "propertyInfos": undefined,
58387
58627
  "relativePath": "DataFieldForAction::com.c_salesordermanage_sd.DummyBoundAction",
58388
58628
  "semanticObjectPath": undefined,
58629
+ "showDataFieldsLabel": false,
58389
58630
  "sortable": false,
58390
58631
  "type": "Annotation",
58391
58632
  "typeConfig": undefined,
@@ -58395,6 +58636,7 @@ Object {
58395
58636
  "width": undefined,
58396
58637
  },
58397
58638
  Object {
58639
+ "FieldGroupHiddenExpressions": undefined,
58398
58640
  "additionalPropertyInfos": undefined,
58399
58641
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem/15",
58400
58642
  "availability": "Default",
@@ -58421,6 +58663,7 @@ Object {
58421
58663
  "propertyInfos": undefined,
58422
58664
  "relativePath": "DataFieldForIntentBasedNavigation::SalesOrder::manageInline::RequiresContext",
58423
58665
  "semanticObjectPath": undefined,
58666
+ "showDataFieldsLabel": false,
58424
58667
  "sortable": false,
58425
58668
  "type": "Annotation",
58426
58669
  "typeConfig": undefined,
@@ -61427,6 +61670,7 @@ Object {
61427
61670
  "visualSettings": undefined,
61428
61671
  },
61429
61672
  Object {
61673
+ "FieldGroupHiddenExpressions": undefined,
61430
61674
  "additionalPropertyInfos": undefined,
61431
61675
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/0",
61432
61676
  "availability": "Default",
@@ -61455,6 +61699,7 @@ Object {
61455
61699
  ],
61456
61700
  "relativePath": "SalesOrderItem",
61457
61701
  "semanticObjectPath": undefined,
61702
+ "showDataFieldsLabel": false,
61458
61703
  "sortable": false,
61459
61704
  "type": "Annotation",
61460
61705
  "typeConfig": Object {
@@ -61471,6 +61716,7 @@ Object {
61471
61716
  "width": undefined,
61472
61717
  },
61473
61718
  Object {
61719
+ "FieldGroupHiddenExpressions": undefined,
61474
61720
  "additionalPropertyInfos": undefined,
61475
61721
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/1",
61476
61722
  "availability": "Default",
@@ -61499,6 +61745,7 @@ Object {
61499
61745
  ],
61500
61746
  "relativePath": "HigherLevelItem",
61501
61747
  "semanticObjectPath": undefined,
61748
+ "showDataFieldsLabel": false,
61502
61749
  "sortable": true,
61503
61750
  "type": "Annotation",
61504
61751
  "typeConfig": Object {
@@ -61515,6 +61762,7 @@ Object {
61515
61762
  "width": undefined,
61516
61763
  },
61517
61764
  Object {
61765
+ "FieldGroupHiddenExpressions": undefined,
61518
61766
  "additionalPropertyInfos": undefined,
61519
61767
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/2",
61520
61768
  "availability": "Default",
@@ -61544,6 +61792,7 @@ Object {
61544
61792
  ],
61545
61793
  "relativePath": "Material",
61546
61794
  "semanticObjectPath": undefined,
61795
+ "showDataFieldsLabel": false,
61547
61796
  "sortable": true,
61548
61797
  "type": "Annotation",
61549
61798
  "typeConfig": Object {
@@ -61560,6 +61809,7 @@ Object {
61560
61809
  "width": undefined,
61561
61810
  },
61562
61811
  Object {
61812
+ "FieldGroupHiddenExpressions": undefined,
61563
61813
  "additionalPropertyInfos": undefined,
61564
61814
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/3",
61565
61815
  "availability": "Default",
@@ -61589,6 +61839,7 @@ Object {
61589
61839
  ],
61590
61840
  "relativePath": "RequestedQuantity",
61591
61841
  "semanticObjectPath": undefined,
61842
+ "showDataFieldsLabel": false,
61592
61843
  "sortable": true,
61593
61844
  "type": "Annotation",
61594
61845
  "typeConfig": Object {
@@ -61605,6 +61856,7 @@ Object {
61605
61856
  "width": undefined,
61606
61857
  },
61607
61858
  Object {
61859
+ "FieldGroupHiddenExpressions": undefined,
61608
61860
  "additionalPropertyInfos": undefined,
61609
61861
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/4",
61610
61862
  "availability": "Default",
@@ -61634,6 +61886,7 @@ Object {
61634
61886
  ],
61635
61887
  "relativePath": "SalesOrderItemCategory",
61636
61888
  "semanticObjectPath": undefined,
61889
+ "showDataFieldsLabel": false,
61637
61890
  "sortable": true,
61638
61891
  "type": "Annotation",
61639
61892
  "typeConfig": Object {
@@ -61650,6 +61903,7 @@ Object {
61650
61903
  "width": undefined,
61651
61904
  },
61652
61905
  Object {
61906
+ "FieldGroupHiddenExpressions": undefined,
61653
61907
  "additionalPropertyInfos": undefined,
61654
61908
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/5",
61655
61909
  "availability": "Default",
@@ -61678,6 +61932,7 @@ Object {
61678
61932
  ],
61679
61933
  "relativePath": "RequestedDeliveryDate",
61680
61934
  "semanticObjectPath": undefined,
61935
+ "showDataFieldsLabel": false,
61681
61936
  "sortable": true,
61682
61937
  "type": "Annotation",
61683
61938
  "typeConfig": Object {
@@ -61694,6 +61949,7 @@ Object {
61694
61949
  "width": undefined,
61695
61950
  },
61696
61951
  Object {
61952
+ "FieldGroupHiddenExpressions": undefined,
61697
61953
  "additionalPropertyInfos": undefined,
61698
61954
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/6",
61699
61955
  "availability": "Default",
@@ -61723,6 +61979,7 @@ Object {
61723
61979
  ],
61724
61980
  "relativePath": "NetAmount",
61725
61981
  "semanticObjectPath": undefined,
61982
+ "showDataFieldsLabel": false,
61726
61983
  "sortable": true,
61727
61984
  "type": "Annotation",
61728
61985
  "typeConfig": Object {
@@ -61739,6 +61996,7 @@ Object {
61739
61996
  "width": undefined,
61740
61997
  },
61741
61998
  Object {
61999
+ "FieldGroupHiddenExpressions": undefined,
61742
62000
  "additionalPropertyInfos": undefined,
61743
62001
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/7",
61744
62002
  "availability": "Default",
@@ -61768,6 +62026,7 @@ Object {
61768
62026
  ],
61769
62027
  "relativePath": "_Material/Material",
61770
62028
  "semanticObjectPath": undefined,
62029
+ "showDataFieldsLabel": false,
61771
62030
  "sortable": true,
61772
62031
  "type": "Annotation",
61773
62032
  "typeConfig": Object {
@@ -61784,6 +62043,7 @@ Object {
61784
62043
  "width": undefined,
61785
62044
  },
61786
62045
  Object {
62046
+ "FieldGroupHiddenExpressions": undefined,
61787
62047
  "additionalPropertyInfos": undefined,
61788
62048
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/8",
61789
62049
  "availability": "Default",
@@ -61812,6 +62072,7 @@ Object {
61812
62072
  ],
61813
62073
  "relativePath": "isVerified",
61814
62074
  "semanticObjectPath": undefined,
62075
+ "showDataFieldsLabel": false,
61815
62076
  "sortable": true,
61816
62077
  "type": "Annotation",
61817
62078
  "typeConfig": Object {
@@ -61828,6 +62089,7 @@ Object {
61828
62089
  "width": undefined,
61829
62090
  },
61830
62091
  Object {
62092
+ "FieldGroupHiddenExpressions": undefined,
61831
62093
  "additionalPropertyInfos": undefined,
61832
62094
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/9",
61833
62095
  "availability": "Default",
@@ -61854,6 +62116,7 @@ Object {
61854
62116
  "propertyInfos": undefined,
61855
62117
  "relativePath": "_ReferencedSalesOrder/SalesOrder",
61856
62118
  "semanticObjectPath": undefined,
62119
+ "showDataFieldsLabel": false,
61857
62120
  "sortable": false,
61858
62121
  "type": "Annotation",
61859
62122
  "typeConfig": undefined,
@@ -61863,6 +62126,7 @@ Object {
61863
62126
  "width": undefined,
61864
62127
  },
61865
62128
  Object {
62129
+ "FieldGroupHiddenExpressions": undefined,
61866
62130
  "additionalPropertyInfos": undefined,
61867
62131
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/14",
61868
62132
  "availability": "Default",
@@ -61889,6 +62153,7 @@ Object {
61889
62153
  "propertyInfos": undefined,
61890
62154
  "relativePath": "DataFieldForAction::com.c_salesordermanage_sd.DummyBoundAction",
61891
62155
  "semanticObjectPath": undefined,
62156
+ "showDataFieldsLabel": false,
61892
62157
  "sortable": false,
61893
62158
  "type": "Annotation",
61894
62159
  "typeConfig": undefined,
@@ -61898,6 +62163,7 @@ Object {
61898
62163
  "width": undefined,
61899
62164
  },
61900
62165
  Object {
62166
+ "FieldGroupHiddenExpressions": undefined,
61901
62167
  "additionalPropertyInfos": undefined,
61902
62168
  "annotationPath": "/SalesOrderManage/_Item/@com.sap.vocabularies.UI.v1.LineItem#DeliveredItems/15",
61903
62169
  "availability": "Default",
@@ -61924,6 +62190,7 @@ Object {
61924
62190
  "propertyInfos": undefined,
61925
62191
  "relativePath": "DataFieldForIntentBasedNavigation::SalesOrder::manageInline::RequiresContext",
61926
62192
  "semanticObjectPath": undefined,
62193
+ "showDataFieldsLabel": false,
61927
62194
  "sortable": false,
61928
62195
  "type": "Annotation",
61929
62196
  "typeConfig": undefined,
@@ -62701,6 +62968,7 @@ Object {
62701
62968
  "formatOptions": Object {
62702
62969
  "textLinesEdit": 4,
62703
62970
  },
62971
+ "isPartOfPreview": true,
62704
62972
  "key": "DataFieldWithNavigationPath::_ReferencedSalesOrder::SalesOrder",
62705
62973
  "semanticObjectPath": undefined,
62706
62974
  "type": "Annotation",
@@ -62710,6 +62978,7 @@ Object {
62710
62978
  "formatOptions": Object {
62711
62979
  "textLinesEdit": 4,
62712
62980
  },
62981
+ "isPartOfPreview": true,
62713
62982
  "key": "DataField::SalesOrderItem",
62714
62983
  "semanticObjectPath": undefined,
62715
62984
  "type": "Annotation",
@@ -62719,6 +62988,7 @@ Object {
62719
62988
  "formatOptions": Object {
62720
62989
  "textLinesEdit": 4,
62721
62990
  },
62991
+ "isPartOfPreview": true,
62722
62992
  "key": "DataField::Material",
62723
62993
  "semanticObjectPath": undefined,
62724
62994
  "type": "Annotation",
@@ -62728,6 +62998,7 @@ Object {
62728
62998
  "formatOptions": Object {
62729
62999
  "textLinesEdit": 4,
62730
63000
  },
63001
+ "isPartOfPreview": true,
62731
63002
  "key": "DataField::RequestedQuantity",
62732
63003
  "semanticObjectPath": undefined,
62733
63004
  "type": "Annotation",
@@ -62737,6 +63008,7 @@ Object {
62737
63008
  "formatOptions": Object {
62738
63009
  "textLinesEdit": 4,
62739
63010
  },
63011
+ "isPartOfPreview": true,
62740
63012
  "key": "DataField::NetAmount",
62741
63013
  "semanticObjectPath": undefined,
62742
63014
  "type": "Annotation",
@@ -62746,6 +63018,7 @@ Object {
62746
63018
  "formatOptions": Object {
62747
63019
  "textLinesEdit": 4,
62748
63020
  },
63021
+ "isPartOfPreview": true,
62749
63022
  "key": "DataFieldWithNavigationPath::_ReferencedSalesOrderItem::SalesOrderItem",
62750
63023
  "semanticObjectPath": undefined,
62751
63024
  "type": "Annotation",
@@ -63147,6 +63420,7 @@ Object {
63147
63420
  "visualSettings": undefined,
63148
63421
  },
63149
63422
  Object {
63423
+ "FieldGroupHiddenExpressions": undefined,
63150
63424
  "additionalPropertyInfos": undefined,
63151
63425
  "annotationPath": "/SalesOrderItem/_MaterialDetails/@com.sap.vocabularies.UI.v1.LineItem/0",
63152
63426
  "availability": "Default",
@@ -63175,6 +63449,7 @@ Object {
63175
63449
  ],
63176
63450
  "relativePath": "ModelYear",
63177
63451
  "semanticObjectPath": undefined,
63452
+ "showDataFieldsLabel": false,
63178
63453
  "sortable": true,
63179
63454
  "type": "Annotation",
63180
63455
  "typeConfig": Object {
@@ -63191,6 +63466,7 @@ Object {
63191
63466
  "width": undefined,
63192
63467
  },
63193
63468
  Object {
63469
+ "FieldGroupHiddenExpressions": undefined,
63194
63470
  "additionalPropertyInfos": undefined,
63195
63471
  "annotationPath": "/SalesOrderItem/_MaterialDetails/@com.sap.vocabularies.UI.v1.LineItem/1",
63196
63472
  "availability": "Default",
@@ -63220,6 +63496,7 @@ Object {
63220
63496
  ],
63221
63497
  "relativePath": "WarrantyYear",
63222
63498
  "semanticObjectPath": undefined,
63499
+ "showDataFieldsLabel": false,
63223
63500
  "sortable": true,
63224
63501
  "type": "Annotation",
63225
63502
  "typeConfig": Object {
@@ -63236,6 +63513,7 @@ Object {
63236
63513
  "width": undefined,
63237
63514
  },
63238
63515
  Object {
63516
+ "FieldGroupHiddenExpressions": undefined,
63239
63517
  "additionalPropertyInfos": undefined,
63240
63518
  "annotationPath": "/SalesOrderItem/_MaterialDetails/@com.sap.vocabularies.UI.v1.LineItem/2",
63241
63519
  "availability": "Default",
@@ -63265,6 +63543,7 @@ Object {
63265
63543
  ],
63266
63544
  "relativePath": "BrandCategory",
63267
63545
  "semanticObjectPath": undefined,
63546
+ "showDataFieldsLabel": false,
63268
63547
  "sortable": true,
63269
63548
  "type": "Annotation",
63270
63549
  "typeConfig": Object {
@@ -63281,6 +63560,7 @@ Object {
63281
63560
  "width": undefined,
63282
63561
  },
63283
63562
  Object {
63563
+ "FieldGroupHiddenExpressions": undefined,
63284
63564
  "additionalPropertyInfos": undefined,
63285
63565
  "annotationPath": "/SalesOrderItem/_MaterialDetails/@com.sap.vocabularies.UI.v1.LineItem/3",
63286
63566
  "availability": "Default",
@@ -63310,6 +63590,7 @@ Object {
63310
63590
  ],
63311
63591
  "relativePath": "FabricationCountry",
63312
63592
  "semanticObjectPath": undefined,
63593
+ "showDataFieldsLabel": false,
63313
63594
  "sortable": true,
63314
63595
  "type": "Annotation",
63315
63596
  "typeConfig": Object {