@sap/open.fe 1.99.0 → 1.100.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 (969) 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 +1748 -1813
  5. package/packages/sap.fe.common/src/sap/fe/common/MessageButton.js +2 -3
  6. package/packages/sap.fe.common/src/sap/fe/common/MessageButton.ts +1801 -0
  7. package/packages/sap.fe.common/src/sap/fe/common/MessageFilter-dbg.js +77 -32
  8. package/packages/sap.fe.common/src/sap/fe/common/MessageFilter.js +2 -3
  9. package/packages/sap.fe.common/src/sap/fe/common/MessageFilter.ts +26 -0
  10. package/packages/sap.fe.common/src/sap/fe/common/MessagePopover-dbg.js +43 -53
  11. package/packages/sap.fe.common/src/sap/fe/common/MessagePopover.js +2 -3
  12. package/packages/sap.fe.common/src/sap/fe/common/MessagePopover.ts +39 -0
  13. package/packages/sap.fe.common/src/sap/fe/common/library-dbg.js +31 -38
  14. package/packages/sap.fe.common/src/sap/fe/common/library-h2-preload.js +8 -9
  15. package/packages/sap.fe.common/src/sap/fe/common/library-h2-preload.js.map +3 -3
  16. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js +23 -71
  17. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js.map +4 -4
  18. package/packages/sap.fe.common/src/sap/fe/common/library.js +4 -5
  19. package/packages/sap.fe.common/src/sap/fe/common/library.ts +35 -0
  20. package/packages/sap.fe.common/src/sap/fe/common/manifest.json +3 -3
  21. package/packages/sap.fe.common/src/sap/fe/common/resources.json +54 -32
  22. package/packages/sap.fe.common/test/sap/fe/common/designtime/api.json +1 -1
  23. package/packages/sap.fe.common/test/sap/fe/common/designtime/apiref/api.json +1 -1
  24. package/packages/sap.fe.common/test/sap/fe/common/designtime/codeassistance/Library.jsmeta.json +1 -1
  25. package/packages/sap.fe.common/test/sap/fe/common/designtime/codeassistance/Library.xmlmeta.json +1 -1
  26. package/packages/sap.fe.core/src/sap/fe/core/.library +1 -1
  27. package/packages/sap.fe.core/src/sap/fe/core/.theming +1 -1
  28. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper-dbg.js +1 -69
  29. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper.js +1 -1
  30. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper.ts +0 -70
  31. package/packages/sap.fe.core/src/sap/fe/core/AppComponent-dbg.js +388 -399
  32. package/packages/sap.fe.core/src/sap/fe/core/AppComponent.js +2 -3
  33. package/packages/sap.fe.core/src/sap/fe/core/AppComponent.ts +403 -0
  34. package/packages/sap.fe.core/src/sap/fe/core/AppStateHandler-dbg.js +127 -158
  35. package/packages/sap.fe.core/src/sap/fe/core/AppStateHandler.js +1 -1
  36. package/packages/sap.fe.core/src/sap/fe/core/BaseController-dbg.js +82 -58
  37. package/packages/sap.fe.core/src/sap/fe/core/BaseController.js +2 -3
  38. package/packages/sap.fe.core/src/sap/fe/core/BaseController.ts +68 -0
  39. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils-dbg.js +111 -20
  40. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils.js +1 -1
  41. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils.ts +131 -32
  42. package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI-dbg.js +278 -274
  43. package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI.js +2 -3
  44. package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI.ts +250 -0
  45. package/packages/sap.fe.core/src/sap/fe/core/PageController-dbg.js +157 -29
  46. package/packages/sap.fe.core/src/sap/fe/core/PageController.js +1 -1
  47. package/packages/sap.fe.core/src/sap/fe/core/PageController.ts +60 -32
  48. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy-dbg.js +694 -756
  49. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy.js +1 -1
  50. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy.ts +11 -9
  51. package/packages/sap.fe.core/src/sap/fe/core/Synchronization-dbg.js +21 -31
  52. package/packages/sap.fe.core/src/sap/fe/core/Synchronization.js +1 -1
  53. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent-dbg.js +1 -1
  54. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent.ts +10 -3
  55. package/packages/sap.fe.core/src/sap/fe/core/TemplateModel-dbg.js +20 -38
  56. package/packages/sap.fe.core/src/sap/fe/core/TemplateModel.js +1 -1
  57. package/packages/sap.fe.core/src/sap/fe/core/TemplateModel.ts +1 -1
  58. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper-dbg.js +1354 -1370
  59. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper.js +1 -1
  60. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper.ts +33 -22
  61. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ActivitySync-dbg.js +392 -0
  62. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ActivitySync.js +5 -0
  63. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ActivitySync.ts +355 -0
  64. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/CollaborationCommon-dbg.js +136 -0
  65. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/CollaborationCommon.js +5 -0
  66. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/CollaborationCommon.ts +119 -0
  67. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/Manage-dbg.js +262 -0
  68. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/Manage.js +5 -0
  69. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/Manage.ts +244 -0
  70. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ManageDialog.fragment.xml +103 -0
  71. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/UserDetails.fragment.xml +13 -0
  72. package/packages/sap.fe.core/src/sap/fe/core/actions/draft-dbg.js +30 -68
  73. package/packages/sap.fe.core/src/sap/fe/core/actions/draft.js +1 -1
  74. package/packages/sap.fe.core/src/sap/fe/core/actions/draft.ts +44 -71
  75. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling-dbg.js +55 -36
  76. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling.js +1 -1
  77. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling.ts +66 -46
  78. package/packages/sap.fe.core/src/sap/fe/core/actions/operations-dbg.js +34 -15
  79. package/packages/sap.fe.core/src/sap/fe/core/actions/operations.js +1 -1
  80. package/packages/sap.fe.core/src/sap/fe/core/actions/operations.ts +48 -18
  81. package/packages/sap.fe.core/src/sap/fe/core/actions/sticky-dbg.js +17 -4
  82. package/packages/sap.fe.core/src/sap/fe/core/actions/sticky.js +1 -1
  83. package/packages/sap.fe.core/src/sap/fe/core/actions/sticky.ts +21 -4
  84. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata-dbg.js +69 -66
  85. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata.js +2 -3
  86. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata.ts +65 -0
  87. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow-dbg.js +1593 -1669
  88. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow.js +2 -3
  89. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow.ts +1672 -0
  90. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/IntentBasedNavigation-dbg.js +79 -54
  91. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/IntentBasedNavigation.js +2 -3
  92. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/IntentBasedNavigation.ts +61 -0
  93. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow-dbg.js +718 -779
  94. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow.js +2 -3
  95. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow.ts +783 -0
  96. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation-dbg.js +796 -816
  97. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.js +2 -3
  98. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.ts +803 -0
  99. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting-dbg.js +1004 -1005
  100. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting.js +2 -3
  101. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting.ts +978 -0
  102. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement-dbg.js +487 -521
  103. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement.js +1 -1
  104. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement.ts +2 -2
  105. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit-dbg.js +141 -169
  106. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit.js +2 -3
  107. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit.ts +156 -0
  108. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler-dbg.js +233 -244
  109. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler.js +2 -3
  110. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler.ts +225 -0
  111. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady-dbg.js +301 -336
  112. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady.js +1 -1
  113. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady.ts +12 -10
  114. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator-dbg.js +188 -175
  115. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator.js +2 -3
  116. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator.ts +163 -0
  117. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder-dbg.js +157 -149
  118. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder.js +2 -3
  119. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder.ts +151 -0
  120. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing-dbg.js +144 -125
  121. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing.js +2 -3
  122. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing.ts +132 -0
  123. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/RoutingListener-dbg.js +7 -6
  124. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/RoutingListener.js +2 -3
  125. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/RoutingListener.ts +3 -0
  126. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share-dbg.js +230 -268
  127. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share.js +2 -3
  128. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share.ts +231 -0
  129. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects-dbg.js +592 -633
  130. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects.js +1 -1
  131. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects.ts +8 -7
  132. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState-dbg.js +788 -806
  133. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState.js +2 -3
  134. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState.ts +805 -0
  135. package/packages/sap.fe.core/src/sap/fe/core/controls/ActionParameterDialog.fragment.xml +2 -2
  136. package/packages/sap.fe.core/src/sap/fe/core/controls/ActionPartial.fragment.xml +2 -2
  137. package/packages/sap.fe.core/src/sap/fe/core/controls/CommandExecution-dbg.js +67 -66
  138. package/packages/sap.fe.core/src/sap/fe/core/controls/CommandExecution.js +2 -3
  139. package/packages/sap.fe.core/src/sap/fe/core/controls/CommandExecution.ts +72 -0
  140. package/packages/sap.fe.core/src/sap/fe/core/controls/ConditionalWrapper-dbg.js +90 -75
  141. package/packages/sap.fe.core/src/sap/fe/core/controls/ConditionalWrapper.js +2 -3
  142. package/packages/sap.fe.core/src/sap/fe/core/controls/ConditionalWrapper.ts +83 -0
  143. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage-dbg.js +130 -125
  144. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage.js +2 -3
  145. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage.ts +126 -0
  146. package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler-dbg.js +103 -112
  147. package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler.js +2 -3
  148. package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler.ts +101 -0
  149. package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper-dbg.js +122 -135
  150. package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper.js +2 -3
  151. package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper.ts +115 -0
  152. package/packages/sap.fe.core/src/sap/fe/core/controls/FilterBar-dbg.js +162 -159
  153. package/packages/sap.fe.core/src/sap/fe/core/controls/FilterBar.js +2 -3
  154. package/packages/sap.fe.core/src/sap/fe/core/controls/FilterBar.ts +143 -0
  155. package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper-dbg.js +45 -39
  156. package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper.js +2 -3
  157. package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper.ts +40 -0
  158. package/packages/sap.fe.core/src/sap/fe/core/controls/MultiValueParameterDelegate-dbg.js +37 -42
  159. package/packages/sap.fe.core/src/sap/fe/core/controls/MultiValueParameterDelegate.js +1 -2
  160. package/packages/sap.fe.core/src/sap/fe/core/controls/MultiValueParameterDelegate.ts +31 -0
  161. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/FilterContainer-dbg.js +126 -116
  162. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/FilterContainer.js +2 -3
  163. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/FilterContainer.ts +98 -0
  164. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilter-dbg.js +241 -255
  165. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilter.js +2 -3
  166. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilter.ts +245 -0
  167. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilterContainer-dbg.js +150 -141
  168. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilterContainer.js +2 -3
  169. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilterContainer.ts +125 -0
  170. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils-dbg.js +335 -322
  171. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils.js +2 -3
  172. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils.ts +337 -0
  173. package/packages/sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers-dbg.js +74 -74
  174. package/packages/sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers.js +2 -3
  175. package/packages/sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers.ts +70 -0
  176. package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext-dbg.js +348 -379
  177. package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext.js +1 -1
  178. package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext.ts +19 -16
  179. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings-dbg.js +12 -1
  180. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.js +1 -1
  181. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.ts +12 -1
  182. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper-dbg.js +354 -378
  183. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper.js +1 -1
  184. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper.ts +10 -0
  185. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter-dbg.js +6 -4
  186. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.js +1 -1
  187. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.ts +5 -2
  188. package/packages/sap.fe.core/src/sap/fe/core/converters/TemplateConverter-dbg.js +1 -1
  189. package/packages/sap.fe.core/src/sap/fe/core/converters/TemplateConverter.ts +2 -1
  190. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField-dbg.js +26 -12
  191. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.js +1 -1
  192. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.ts +37 -13
  193. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form-dbg.js +2 -2
  194. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.js +1 -1
  195. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.ts +4 -2
  196. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/KPI-dbg.js +1 -1
  197. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/KPI.ts +3 -2
  198. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table-dbg.js +130 -23
  199. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.js +1 -1
  200. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.ts +134 -29
  201. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions-dbg.js +118 -53
  202. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions.js +1 -1
  203. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions.ts +156 -93
  204. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar-dbg.js +161 -207
  205. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar.js +1 -1
  206. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar.ts +148 -206
  207. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Aggregation-dbg.js +115 -133
  208. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Aggregation.js +1 -1
  209. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/BindingHelper-dbg.js +20 -6
  210. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/BindingHelper.js +1 -1
  211. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/BindingHelper.ts +16 -4
  212. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ConfigurableObject-dbg.js +12 -1
  213. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ConfigurableObject.ts +11 -0
  214. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Key-dbg.js +42 -57
  215. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Key.js +1 -1
  216. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Key.ts +1 -1
  217. package/packages/sap.fe.core/src/sap/fe/core/converters/objectPage/HeaderAndFooterAction-dbg.js +25 -4
  218. package/packages/sap.fe.core/src/sap/fe/core/converters/objectPage/HeaderAndFooterAction.js +1 -1
  219. package/packages/sap.fe.core/src/sap/fe/core/converters/objectPage/HeaderAndFooterAction.ts +20 -3
  220. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter-dbg.js +10 -4
  221. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.js +1 -1
  222. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.ts +15 -4
  223. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ObjectPageConverter-dbg.js +7 -5
  224. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ObjectPageConverter.js +1 -1
  225. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ObjectPageConverter.ts +5 -1
  226. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent-dbg.designtime.js +92 -98
  227. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent.designtime.js +2 -3
  228. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent.designtime.ts +91 -0
  229. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js +2 -3
  230. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js.map +3 -3
  231. package/packages/sap.fe.core/src/sap/fe/core/formatters/CollaborationFormatter-dbg.js +104 -0
  232. package/packages/sap.fe.core/src/sap/fe/core/formatters/CollaborationFormatter.js +5 -0
  233. package/packages/sap.fe.core/src/sap/fe/core/formatters/CollaborationFormatter.ts +60 -0
  234. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter-dbg.js +53 -2
  235. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.js +1 -1
  236. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.ts +51 -0
  237. package/packages/sap.fe.core/src/sap/fe/core/fpm/Component-dbg.js +50 -54
  238. package/packages/sap.fe.core/src/sap/fe/core/fpm/Component.js +2 -3
  239. package/packages/sap.fe.core/src/sap/fe/core/fpm/Component.ts +48 -0
  240. package/packages/sap.fe.core/src/sap/fe/core/fpm/manifest.json +2 -2
  241. package/packages/sap.fe.core/src/sap/fe/core/fpm/resources.json +7 -3
  242. package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper-dbg.js +323 -309
  243. package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper.js +1 -1
  244. package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper.ts +363 -337
  245. package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression-dbg.js +7 -7
  246. package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression.js +1 -1
  247. package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression.ts +7 -7
  248. package/packages/sap.fe.core/src/sap/fe/core/helpers/ClassSupport-dbg.js +186 -62
  249. package/packages/sap.fe.core/src/sap/fe/core/helpers/ClassSupport.js +1 -1
  250. package/packages/sap.fe.core/src/sap/fe/core/helpers/ClassSupport.ts +168 -52
  251. package/packages/sap.fe.core/src/sap/fe/core/helpers/DynamicAnnotationPathHelper-dbg.js +5 -4
  252. package/packages/sap.fe.core/src/sap/fe/core/helpers/DynamicAnnotationPathHelper.js +1 -1
  253. package/packages/sap.fe.core/src/sap/fe/core/helpers/DynamicAnnotationPathHelper.ts +1 -5
  254. package/packages/sap.fe.core/src/sap/fe/core/helpers/FPMHelper-dbg.js +1 -1
  255. package/packages/sap.fe.core/src/sap/fe/core/helpers/FPMHelper.ts +1 -1
  256. package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper-dbg.js +601 -684
  257. package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper.js +2 -3
  258. package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper.ts +699 -0
  259. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper-dbg.js +25 -1
  260. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper.js +1 -1
  261. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper.ts +23 -0
  262. package/packages/sap.fe.core/src/sap/fe/core/helpers/SemanticDateOperators-dbg.js +5 -1
  263. package/packages/sap.fe.core/src/sap/fe/core/helpers/SemanticDateOperators.js +1 -1
  264. package/packages/sap.fe.core/src/sap/fe/core/helpers/SemanticDateOperators.ts +4 -0
  265. package/packages/sap.fe.core/src/sap/fe/core/library-dbg.js +426 -451
  266. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js +36 -32
  267. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js.map +3 -3
  268. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js +644 -738
  269. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js.map +4 -4
  270. package/packages/sap.fe.core/src/sap/fe/core/library-preload.support.js +24 -35
  271. package/packages/sap.fe.core/src/sap/fe/core/library-preload.support.js.map +2 -2
  272. package/packages/sap.fe.core/src/sap/fe/core/library.js +2 -3
  273. package/packages/sap.fe.core/src/sap/fe/core/library.support.js +22 -33
  274. package/packages/sap.fe.core/src/sap/fe/core/library.support.ts +23 -0
  275. package/packages/sap.fe.core/src/sap/fe/core/library.ts +420 -0
  276. package/packages/sap.fe.core/src/sap/fe/core/manifest.json +10 -10
  277. package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration-dbg.js +5 -3
  278. package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration.js +1 -1
  279. package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration.ts +4 -1
  280. package/packages/sap.fe.core/src/sap/fe/core/messagebundle.properties +22 -5
  281. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ar.properties +27 -7
  282. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_bg.properties +27 -7
  283. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ca.properties +27 -7
  284. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cs.properties +27 -7
  285. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cy.properties +27 -7
  286. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_da.properties +27 -7
  287. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_de.properties +27 -7
  288. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_el.properties +27 -7
  289. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en.properties +27 -7
  290. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_GB.properties +27 -7
  291. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_sappsd.properties +27 -7
  292. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saprigi.properties +27 -7
  293. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saptrc.properties +27 -7
  294. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es.properties +27 -7
  295. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es_MX.properties +27 -7
  296. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_et.properties +27 -7
  297. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fi.properties +28 -8
  298. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr.properties +28 -8
  299. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr_CA.properties +29 -9
  300. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hi.properties +27 -7
  301. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hr.properties +27 -7
  302. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hu.properties +27 -7
  303. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_id.properties +27 -7
  304. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_it.properties +27 -7
  305. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_iw.properties +27 -7
  306. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ja.properties +26 -6
  307. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_kk.properties +27 -7
  308. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ko.properties +27 -7
  309. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lt.properties +27 -7
  310. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lv.properties +28 -8
  311. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ms.properties +27 -7
  312. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_nl.properties +27 -7
  313. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_no.properties +27 -7
  314. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pl.properties +27 -7
  315. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt.properties +28 -8
  316. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt_PT.properties +27 -7
  317. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ro.properties +27 -7
  318. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ru.properties +27 -7
  319. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sh.properties +27 -7
  320. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sk.properties +27 -7
  321. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sl.properties +27 -7
  322. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sv.properties +27 -7
  323. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_th.properties +26 -6
  324. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_tr.properties +30 -10
  325. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_uk.properties +27 -7
  326. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_vi.properties +27 -7
  327. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_CN.properties +27 -7
  328. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_TW.properties +27 -7
  329. package/packages/sap.fe.core/src/sap/fe/core/resources.json +745 -384
  330. package/packages/sap.fe.core/src/sap/fe/core/services/AsyncComponentServiceFactory-dbg.js +45 -71
  331. package/packages/sap.fe.core/src/sap/fe/core/services/AsyncComponentServiceFactory.js +1 -1
  332. package/packages/sap.fe.core/src/sap/fe/core/services/CacheHandlerServiceFactory-dbg.js +154 -192
  333. package/packages/sap.fe.core/src/sap/fe/core/services/CacheHandlerServiceFactory.js +1 -1
  334. package/packages/sap.fe.core/src/sap/fe/core/services/CacheHandlerServiceFactory.ts +4 -4
  335. package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory-dbg.js +66 -92
  336. package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory.js +1 -1
  337. package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory.ts +1 -1
  338. package/packages/sap.fe.core/src/sap/fe/core/services/NavigationServiceFactory-dbg.js +284 -339
  339. package/packages/sap.fe.core/src/sap/fe/core/services/NavigationServiceFactory.js +1 -1
  340. package/packages/sap.fe.core/src/sap/fe/core/services/NavigationServiceFactory.ts +10 -13
  341. package/packages/sap.fe.core/src/sap/fe/core/services/ResourceModelServiceFactory-dbg.js +67 -102
  342. package/packages/sap.fe.core/src/sap/fe/core/services/ResourceModelServiceFactory.js +1 -1
  343. package/packages/sap.fe.core/src/sap/fe/core/services/ResourceModelServiceFactory.ts +5 -2
  344. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory-dbg.js +754 -814
  345. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory.js +1 -1
  346. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory.ts +13 -13
  347. package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory-dbg.js +649 -736
  348. package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory.js +1 -1
  349. package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory.ts +7 -4
  350. package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory-dbg.js +567 -592
  351. package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory.js +1 -1
  352. package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory.ts +22 -3
  353. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory-dbg.js +354 -386
  354. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory.js +1 -1
  355. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory.ts +21 -14
  356. package/packages/sap.fe.core/src/sap/fe/core/services/view/TemplatingErrorPage-dbg.controller.js +1 -1
  357. package/packages/sap.fe.core/src/sap/fe/core/services/view/TemplatingErrorPage.controller.ts +1 -1
  358. package/packages/sap.fe.core/src/sap/fe/core/support/CommonHelper-dbg.js +1 -1
  359. package/packages/sap.fe.core/src/sap/fe/core/support/CommonHelper.ts +1 -1
  360. package/packages/sap.fe.core/src/sap/fe/core/support/Diagnostics-dbg.js +36 -48
  361. package/packages/sap.fe.core/src/sap/fe/core/support/Diagnostics.js +1 -1
  362. package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper-dbg.js +93 -85
  363. package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper.js +1 -1
  364. package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper.ts +104 -95
  365. package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper-dbg.js +25 -32
  366. package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper.js +1 -1
  367. package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper.ts +36 -35
  368. package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper-dbg.js +2 -2
  369. package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper.js +1 -1
  370. package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper.ts +1 -1
  371. package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters-dbg.js +32 -26
  372. package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters.js +1 -1
  373. package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters.ts +37 -24
  374. package/packages/sap.fe.core/test/sap/fe/core/designtime/api.json +1664 -1
  375. package/packages/sap.fe.core/test/sap/fe/core/designtime/apiref/api.json +1 -1
  376. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.jsmeta.json +1 -1
  377. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.jstemplates.json +1 -1
  378. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.xmlmeta.json +1 -1
  379. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/model/MacroNavigationModel.js +59 -0
  380. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldDisplay/localService/RootEntity.json +1 -1
  381. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/Component.js +33 -0
  382. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/FieldMessages.controller.js +34 -0
  383. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/FieldMessages.view.xml +18 -0
  384. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/localService/Entities.json +6 -0
  385. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/localService/service.cds +6 -0
  386. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/manifest.json +68 -0
  387. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/fieldMessages.html +37 -0
  388. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/FilterBarSVandAnnotationDefaults.controller.js +1 -0
  389. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/Page.controller.js +7 -2
  390. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/Page.view.xml +9 -3
  391. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/localService/RootEntity.js +23 -0
  392. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/localService/RootEntity.ts +11 -0
  393. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/localService/service.cds +11 -23
  394. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/Component.js +40 -0
  395. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/TableMessages.controller.js +35 -0
  396. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/TableMessages.view.xml +21 -0
  397. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/localService/RootEntity.json +82 -0
  398. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/localService/service.cds +82 -0
  399. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/manifest.json +78 -0
  400. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/tableMessages.html +37 -0
  401. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/basicExtensibility/localService/ChildEntity.json +5 -4
  402. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/manifest.json +3 -0
  403. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/view/App.view.xml +1 -1
  404. package/packages/sap.fe.core/test/sap/fe/core/jest/AnnotationHelper.spec.js +1 -169
  405. package/packages/sap.fe.core/test/sap/fe/core/jest/AnnotationHelper.spec.ts +0 -212
  406. package/packages/sap.fe.core/test/sap/fe/core/jest/CommonUtils.spec.js +2305 -119
  407. package/packages/sap.fe.core/test/sap/fe/core/jest/CommonUtils.spec.ts +2206 -67
  408. package/packages/sap.fe.core/test/sap/fe/core/jest/FilterUtils.spec.js +40 -0
  409. package/packages/sap.fe.core/test/sap/fe/core/jest/FilterUtils.spec.ts +34 -0
  410. package/packages/sap.fe.core/test/sap/fe/core/jest/FlexibleColumnLayout.spec.js +114 -0
  411. package/packages/sap.fe.core/test/sap/fe/core/jest/FlexibleColumnLayout.spec.ts +114 -0
  412. package/packages/sap.fe.core/test/sap/fe/core/jest/Paginators.spec.js +113 -0
  413. package/packages/sap.fe.core/test/sap/fe/core/jest/Paginators.spec.ts +78 -0
  414. package/packages/sap.fe.core/test/sap/fe/core/jest/RouterProxy.spec.js +599 -1
  415. package/packages/sap.fe.core/test/sap/fe/core/jest/RouterProxy.spec.ts +614 -0
  416. package/packages/sap.fe.core/test/sap/fe/core/jest/TemplateConverter.spec.js +23 -5
  417. package/packages/sap.fe.core/test/sap/fe/core/jest/TemplateConverter.spec.ts +26 -14
  418. package/packages/sap.fe.core/test/sap/fe/core/jest/TransactionHelper.spec.js +87 -1
  419. package/packages/sap.fe.core/test/sap/fe/core/jest/TransactionHelper.spec.ts +82 -1
  420. package/packages/sap.fe.core/test/sap/fe/core/jest/VisualFilterUtils.spec.js +124 -0
  421. package/packages/sap.fe.core/test/sap/fe/core/jest/VisualFilterUtils.spec.ts +141 -0
  422. package/packages/sap.fe.core/test/sap/fe/core/jest/__snapshots__/TemplateConverter.spec.ts.snap +34768 -67
  423. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/ActivitySync.spec.js +170 -0
  424. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/ActivitySync.spec.ts +155 -0
  425. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/CollaborationCommon.spec.js +101 -0
  426. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/CollaborationCommon.spec.ts +94 -0
  427. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/Manage.spec.js +82 -0
  428. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/Manage.spec.ts +77 -0
  429. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/draft.spec.js +2 -2
  430. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/draft.spec.ts +1 -1
  431. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/messageHandling.spec.js +7 -2
  432. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/messageHandling.spec.ts +7 -0
  433. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/operations.spec.js +104 -2
  434. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/operations.spec.ts +96 -1
  435. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/sticky.spec.js +83 -0
  436. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/sticky.spec.ts +79 -0
  437. package/packages/sap.fe.core/test/sap/fe/core/jest/appcomponent.spec.js +72 -0
  438. package/packages/sap.fe.core/test/sap/fe/core/jest/appcomponent.spec.ts +64 -0
  439. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/EditFlow.spec.js +619 -3
  440. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/EditFlow.spec.ts +668 -5
  441. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalEditFlow.spec.js +297 -1
  442. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalEditFlow.spec.ts +276 -6
  443. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalIntentBasedNavigation.spec.js +149 -0
  444. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalIntentBasedNavigation.spec.ts +142 -0
  445. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalRouting.spec.js +776 -182
  446. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalRouting.spec.ts +181 -3
  447. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/KPIManagement.spec.js +19 -43
  448. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MassEdit.spec.js +2 -18
  449. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MassEdit.spec.ts +8 -6
  450. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.js +5 -27
  451. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.ts +1 -1
  452. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Routing.spec.js +1 -1
  453. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Routing.spec.ts +1 -1
  454. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Share.spec.js +86 -0
  455. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Share.spec.ts +80 -0
  456. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/SideEffects.spec.js +1 -1
  457. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/SideEffects.spec.ts +1 -1
  458. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.js +2 -18
  459. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.ts +1 -1
  460. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/DataLossOrDraftDiscardHandler.spec.js +45 -0
  461. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/DataLossOrDraftDiscardHandler.spec.ts +29 -0
  462. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/FilterBar.spec.js +51 -1
  463. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/FilterBar.spec.ts +47 -1
  464. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/__snapshots__/FilterBar.spec.ts.snap +3 -0
  465. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ConverterContext.spec.js +2 -2
  466. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ConverterContext.spec.ts +1 -1
  467. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Filter.spec.js +25 -36
  468. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Filter.spec.ts +26 -36
  469. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ListReportConverter.spec.js +3 -3
  470. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ListReportConverter.spec.ts +2 -2
  471. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/MetaModelConverter.spec.js +1 -1
  472. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/MetaModelConverter.spec.ts +6 -5
  473. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.js +133 -9
  474. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.ts +171 -8
  475. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/TableStandardActions.spec.js +174 -210
  476. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/TableStandardActions.spec.ts +294 -230
  477. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/__snapshots__/Filter.spec.ts.snap +3 -1
  478. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Chart.spec.js +237 -0
  479. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Chart.spec.ts +246 -0
  480. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/DataVisualization.spec.js +9993 -0
  481. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/DataVisualization.spec.ts +11352 -0
  482. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Table.spec.js +460 -0
  483. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Table.spec.ts +543 -0
  484. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/TableAnalytics.spec.js +616 -0
  485. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/TableAnalytics.spec.ts +711 -0
  486. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/manifest.json +887 -0
  487. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/objectPage/HeaderAndFooterAction.spec.js +393 -0
  488. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/objectPage/HeaderAndFooterAction.spec.ts +434 -0
  489. package/packages/sap.fe.core/test/sap/fe/core/jest/data/DataConverter.js +31 -0
  490. package/packages/sap.fe.core/test/sap/fe/core/jest/data/DataConverter.ts +12 -0
  491. package/packages/sap.fe.core/test/sap/fe/core/jest/data/Filter.cds +27 -0
  492. package/packages/sap.fe.core/test/sap/fe/core/jest/data/MassEditHelper.cds +12 -0
  493. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/manifest.json +150 -0
  494. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata.xml +365 -0
  495. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata_groupable_options.xml +96 -0
  496. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata_textArrangement.xml +102 -0
  497. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata_withPV.xml +359 -0
  498. package/packages/sap.fe.core/test/sap/fe/core/jest/data/Table.cds +89 -27
  499. package/packages/sap.fe.core/test/sap/fe/core/jest/data/TemplatingTestData.js +421 -0
  500. package/packages/sap.fe.core/test/sap/fe/core/jest/data/TemplatingTestData.ts +413 -0
  501. package/packages/sap.fe.core/test/sap/fe/core/jest/data/aggregatedSD/metadata.xml +3767 -0
  502. package/packages/sap.fe.core/test/sap/fe/core/jest/data/dsr/manifest.json +185 -0
  503. package/packages/sap.fe.core/test/sap/fe/core/jest/data/dsr/metadata.xml +1534 -0
  504. package/packages/sap.fe.core/test/sap/fe/core/jest/data/manifest.json +887 -0
  505. package/packages/sap.fe.core/test/sap/fe/core/jest/data/salesOrderMetadata_qunit.xml +4995 -0
  506. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/CollaborationFormatters.spec.js +48 -0
  507. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/CollaborationFormatters.spec.ts +48 -0
  508. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.js +131 -51
  509. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.ts +81 -31
  510. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/AppStartupHelper.spec.js +13 -7
  511. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/AppStartupHelper.spec.ts +12 -6
  512. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/MassEditHelper.spec.js +17 -3
  513. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/MassEditHelper.spec.ts +24 -7
  514. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/ModelHelper.spec.js +61 -1
  515. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/ModelHelper.spec.ts +59 -0
  516. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/PasteHelper.spec.js +3 -3
  517. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/PasteHelper.spec.ts +1 -2
  518. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/SemanticDateOperators.spec.js +4 -4
  519. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/SemanticDateOperators.spec.ts +6 -3
  520. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/StableIdHelper.spec.js +1 -1
  521. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/StableIdHelper.spec.ts +1 -1
  522. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/__snapshots__/AppStartupHelper.spec.ts.snap +19 -0
  523. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/__snapshots__/MassEditHelper.spec.ts.snap +0 -73
  524. package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/ChangePageConfiguration.spec.js +11 -1
  525. package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/ChangePageConfiguration.spec.ts +15 -0
  526. package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/__snapshots__/ChangePageConfiguration.spec.ts.snap +30 -0
  527. package/packages/sap.fe.core/test/sap/fe/core/jest/services/SideEffectsService.spec.js +49 -5
  528. package/packages/sap.fe.core/test/sap/fe/core/jest/services/SideEffectsService.spec.ts +60 -5
  529. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/DataModelPathHelper.spec.js +384 -0
  530. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/DataModelPathHelper.spec.ts +427 -0
  531. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/PropertyHelper.spec.js +132 -2
  532. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/PropertyHelper.spec.ts +156 -2
  533. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/UIFormatters.spec.js +273 -0
  534. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/UIFormatters.spec.ts +402 -0
  535. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/ValueHelpTemplating.spec.js +45 -0
  536. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/ValueHelpTemplating.spec.ts +40 -0
  537. package/packages/sap.fe.core/test/sap/fe/core/qunit/TemplatingExpressions.qunit.js +2 -1
  538. package/packages/sap.fe.core/test/sap/fe/core/qunit/apps/generalTests.json +0 -102
  539. package/packages/sap.fe.core/test/sap/fe/core/relnotes/changes-1.100.json +326 -0
  540. package/packages/sap.fe.core/test/sap/fe/core/relnotes/changes-1.99.json +0 -22
  541. package/packages/sap.fe.macros/src/sap/fe/macros/.library +1 -1
  542. package/packages/sap.fe.macros/src/sap/fe/macros/.theming +1 -1
  543. package/packages/sap.fe.macros/src/sap/fe/macros/Chart.metadata-dbg.js +2 -2
  544. package/packages/sap.fe.macros/src/sap/fe/macros/Chart.metadata.js +1 -1
  545. package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI-dbg.js +22 -43
  546. package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI.js +1 -1
  547. package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI.ts +3 -3
  548. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate-dbg.js +14 -24
  549. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate.js +1 -1
  550. package/packages/sap.fe.macros/src/sap/fe/macros/CommonHelper-dbg.js +1 -1
  551. package/packages/sap.fe.macros/src/sap/fe/macros/DraftIndicator.fragment.xml +3 -2
  552. package/packages/sap.fe.macros/src/sap/fe/macros/Field.fragment.xml +16 -18
  553. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI-dbg.js +162 -100
  554. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.js +1 -1
  555. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.ts +93 -16
  556. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.fragment.xml +2 -1
  557. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.metadata-dbg.js +16 -8
  558. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.metadata.js +1 -1
  559. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI-dbg.js +58 -83
  560. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.js +1 -1
  561. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.ts +16 -2
  562. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate-dbg.js +112 -192
  563. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate.js +1 -1
  564. package/packages/sap.fe.macros/src/sap/fe/macros/Form.metadata-dbg.js +1 -1
  565. package/packages/sap.fe.macros/src/sap/fe/macros/Form.metadata.js +1 -1
  566. package/packages/sap.fe.macros/src/sap/fe/macros/FormAPI-dbg.js +4 -20
  567. package/packages/sap.fe.macros/src/sap/fe/macros/FormAPI.js +1 -1
  568. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainer.fragment.xml +1 -1
  569. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainerAPI-dbg.js +10 -31
  570. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainerAPI.js +1 -1
  571. package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI-dbg.js +147 -162
  572. package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI.js +1 -1
  573. package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI.ts +32 -8
  574. package/packages/sap.fe.macros/src/sap/fe/macros/MacroMetadata-dbg.js +5 -0
  575. package/packages/sap.fe.macros/src/sap/fe/macros/MacroMetadata.js +1 -1
  576. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil-dbg.js +56 -74
  577. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil.js +1 -1
  578. package/packages/sap.fe.macros/src/sap/fe/macros/Table.fragment.xml +1 -1
  579. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata-dbg.js +90 -39
  580. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata.js +1 -1
  581. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI-dbg.js +284 -251
  582. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.js +1 -1
  583. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.ts +126 -14
  584. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper-dbg.js +38 -101
  585. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper.js +1 -1
  586. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime-dbg.js +68 -6
  587. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime.js +1 -1
  588. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating-dbg.js +72 -12
  589. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.js +1 -1
  590. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.ts +67 -10
  591. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate-dbg.js +5 -12
  592. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate.js +1 -1
  593. package/packages/sap.fe.macros/src/sap/fe/macros/filter/DraftEditState.fragment.xml +1 -1
  594. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterFieldHelper-dbg.js +1 -3
  595. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterFieldHelper.js +1 -1
  596. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterUtils-dbg.js +62 -39
  597. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterUtils.js +1 -1
  598. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/MultiValue-dbg.js +104 -50
  599. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/MultiValue.js +2 -3
  600. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/MultiValue.ts +68 -0
  601. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Range-dbg.js +83 -35
  602. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Range.js +2 -3
  603. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Range.ts +66 -0
  604. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Value-dbg.js +327 -216
  605. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Value.js +2 -3
  606. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Value.ts +303 -0
  607. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollaborationAvatar.fragment.xml +15 -0
  608. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata-dbg.js +14 -2
  609. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata.js +1 -1
  610. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata.ts +18 -2
  611. package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.fragment.xml +12 -29
  612. package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.metadata-dbg.js +9 -0
  613. package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.metadata.js +1 -1
  614. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.fragment.xml +1 -0
  615. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata-dbg.js +529 -533
  616. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata.js +2 -3
  617. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata.ts +568 -0
  618. package/packages/sap.fe.macros/src/sap/fe/macros/internal/FilterField.fragment.xml +0 -1
  619. package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator-dbg.js +3 -3
  620. package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator.js +1 -1
  621. package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator.ts +3 -2
  622. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/FieldContent.fragment.xml +3 -1
  623. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/FieldStructure.fragment.xml +13 -3
  624. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/DataPoint.fragment.xml +4 -1
  625. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/ExpandableText.fragment.xml +1 -0
  626. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LabelSemanticKey.fragment.xml +1 -0
  627. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/Link.fragment.xml +38 -4
  628. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LinkWithQuickViewForm.fragment.xml +2 -2
  629. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LinkWrapper.fragment.xml +3 -3
  630. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/MdcFieldWithValueHelp.fragment.xml +1 -2
  631. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/ObjectIdentifier.fragment.xml +55 -11
  632. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/SemanticKeyWithDraftIndicator.fragment.xml +1 -1
  633. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/Text.fragment.xml +3 -3
  634. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/DatePicker.fragment.xml +9 -2
  635. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/DateTimePicker.fragment.xml +9 -2
  636. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/Input.fragment.xml +12 -3
  637. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/InputWithUnit.fragment.xml +26 -5
  638. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/InputWithValueHelp.fragment.xml +10 -2
  639. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/RatingIndicator.fragment.xml +9 -2
  640. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/TimePicker.fragment.xml +9 -2
  641. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/fragments/ObjectIdentifierContent.fragment.xml +4 -0
  642. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating-dbg.js +31 -2
  643. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.js +1 -1
  644. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.ts +20 -0
  645. package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime-dbg.js +2 -2
  646. package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime.js +1 -1
  647. package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime.ts +7 -9
  648. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper-dbg.js +90 -118
  649. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper.js +1 -1
  650. package/packages/sap.fe.macros/src/sap/fe/macros/library-dbg.js +1 -1
  651. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js +13 -12
  652. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js.map +2 -2
  653. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js +185 -214
  654. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js.map +4 -4
  655. package/packages/sap.fe.macros/src/sap/fe/macros/library.js +1 -1
  656. package/packages/sap.fe.macros/src/sap/fe/macros/manifest.json +9 -9
  657. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle.properties +4 -1
  658. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ar.properties +3 -1
  659. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_bg.properties +3 -1
  660. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ca.properties +3 -1
  661. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cs.properties +3 -1
  662. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cy.properties +3 -1
  663. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_da.properties +3 -1
  664. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_de.properties +4 -2
  665. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_el.properties +3 -1
  666. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en.properties +3 -1
  667. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_GB.properties +3 -1
  668. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_sappsd.properties +3 -1
  669. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_saprigi.properties +3 -1
  670. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_saptrc.properties +3 -1
  671. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es.properties +3 -1
  672. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es_MX.properties +3 -1
  673. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_et.properties +3 -1
  674. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fi.properties +3 -1
  675. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr.properties +3 -1
  676. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr_CA.properties +3 -1
  677. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hi.properties +3 -1
  678. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hr.properties +3 -1
  679. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hu.properties +4 -2
  680. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_id.properties +4 -2
  681. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_it.properties +3 -1
  682. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_iw.properties +3 -1
  683. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ja.properties +3 -1
  684. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_kk.properties +3 -1
  685. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ko.properties +3 -1
  686. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lt.properties +3 -1
  687. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lv.properties +3 -1
  688. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ms.properties +3 -1
  689. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_nl.properties +3 -1
  690. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_no.properties +3 -1
  691. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pl.properties +3 -1
  692. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt.properties +3 -1
  693. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt_PT.properties +3 -1
  694. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ro.properties +3 -1
  695. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ru.properties +3 -1
  696. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sh.properties +3 -1
  697. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sk.properties +3 -1
  698. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sl.properties +3 -1
  699. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sv.properties +3 -1
  700. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_th.properties +3 -1
  701. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_tr.properties +3 -1
  702. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_uk.properties +3 -1
  703. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_vi.properties +3 -1
  704. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_CN.properties +3 -1
  705. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_TW.properties +3 -1
  706. package/packages/sap.fe.macros/src/sap/fe/macros/resources.json +273 -199
  707. package/packages/sap.fe.macros/src/sap/fe/macros/table/Actions.fragment.xml +1 -1
  708. package/packages/sap.fe.macros/src/sap/fe/macros/table/Column.fragment.xml +1 -1
  709. package/packages/sap.fe.macros/src/sap/fe/macros/table/ColumnContent.fragment.xml +2 -0
  710. package/packages/sap.fe.macros/src/sap/fe/macros/table/CreationRow.fragment.xml +13 -20
  711. package/packages/sap.fe.macros/src/sap/fe/macros/table/CustomColumn.fragment.xml +1 -0
  712. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper-dbg.js +5 -110
  713. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper.js +1 -1
  714. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate-dbg.js +98 -78
  715. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate.js +1 -1
  716. package/packages/sap.fe.macros/src/sap/fe/macros/valuehelp/ValueHelpFilterBar.metadata-dbg.js +1 -1
  717. package/packages/sap.fe.macros/src/sap/fe/macros/valuehelp/ValueHelpFilterBar.metadata.js +1 -1
  718. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/api.json +211 -10
  719. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/apiref/api.json +1 -1
  720. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.jsmeta.json +1 -1
  721. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.xmlmeta.json +1 -1
  722. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.js +1 -45
  723. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.ts +0 -60
  724. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldAPI.spec.js +78 -0
  725. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldAPI.spec.ts +71 -0
  726. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.js +35 -1
  727. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.ts +44 -0
  728. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarDelegate.spec.js +0 -76
  729. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarMacro.spec.js +27 -1
  730. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarMacro.spec.ts +28 -0
  731. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterFieldHelper.spec.js +10 -12
  732. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterFieldHelper.spec.ts +10 -10
  733. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterUtils.spec.js +129 -15
  734. package/packages/sap.fe.macros/test/sap/fe/macros/jest/MacroAPI.spec.js +13 -39
  735. package/packages/sap.fe.macros/test/sap/fe/macros/jest/MacroAPI.spec.ts +2 -2
  736. package/packages/sap.fe.macros/test/sap/fe/macros/jest/RetrieveTextFromValueList.spec.js +119 -0
  737. package/packages/sap.fe.macros/test/sap/fe/macros/jest/RetrieveTextFromValueList.spec.ts +113 -0
  738. package/packages/sap.fe.macros/test/sap/fe/macros/jest/Table.spec.js +166 -2
  739. package/packages/sap.fe.macros/test/sap/fe/macros/jest/Table.spec.ts +190 -3
  740. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableAPI.spec.js +457 -389
  741. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableAPI.spec.ts +504 -425
  742. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableMacro.spec.js +104 -2
  743. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableMacro.spec.ts +158 -1
  744. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/ChartDelegate.spec.ts.snap +0 -6
  745. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/DatapointMacro.spec.ts.snap +5 -5
  746. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroDataFieldTypes.spec.ts.snap +114 -25
  747. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroWithSemanticKey.spec.ts.snap +40 -40
  748. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroWithValueHelp.spec.ts.snap +4 -8
  749. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FilterBarMacro.spec.ts.snap +19 -19
  750. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FilterField.spec.ts.snap +3 -5
  751. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/QuickViewForm.spec.ts.snap +12 -0
  752. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/SimpleFieldMacro.spec.ts.snap +89 -90
  753. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/Table.spec.ts.snap +1314 -58
  754. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/TableMacro.spec.ts.snap +459 -0
  755. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FieldMacroDataFieldTypes.cds +18 -2
  756. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/QuickViewForm.cds +6 -1
  757. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/Table.cds +107 -106
  758. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/TableAPI.cds +197 -0
  759. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.js +33 -4
  760. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.ts +30 -4
  761. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldTemplating.spec.js +72 -29
  762. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldTemplating.spec.ts +86 -18
  763. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/__snapshots__/columnWidth.spec.ts.snap +51 -27
  764. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/columnWidth.spec.js +55 -9
  765. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/columnWidth.spec.ts +46 -6
  766. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/data/columnWidth.cds +28 -1
  767. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.js +170 -43
  768. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.ts +131 -15
  769. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/__snapshots__/TableDelegate.spec.ts.snap +90 -53
  770. package/packages/sap.fe.macros/test/sap/fe/macros/jest/tsx/TestTSX.spec.tsx +2 -1
  771. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/index.json +0 -5
  772. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FieldHelper.qunit.js +1 -99
  773. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormElementTemplating.qunit.js +1 -1
  774. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/MacroMetadata.qunit.js +4 -4
  775. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/TableHelper.qunit.js +4 -4
  776. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/ValueHelpTemplating.qunit.js +15 -0
  777. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/ValueListHelper.qunit.js +265 -106
  778. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/metadata/simpleMetadata.js +38 -0
  779. package/packages/sap.fe.macros/test/sap/fe/macros/relnotes/changes-1.100.json +372 -0
  780. package/packages/sap.fe.macros/test/sap/fe/macros/relnotes/changes-1.99.json +0 -11
  781. package/packages/sap.fe.navigation/src/sap/fe/navigation/.library +1 -1
  782. package/packages/sap.fe.navigation/src/sap/fe/navigation/.theming +1 -1
  783. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-dbg.js +1 -1
  784. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-h2-preload.js +2 -2
  785. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-h2-preload.js.map +2 -2
  786. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js +2 -2
  787. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js.map +2 -2
  788. package/packages/sap.fe.navigation/src/sap/fe/navigation/library.js +1 -1
  789. package/packages/sap.fe.navigation/src/sap/fe/navigation/manifest.json +3 -3
  790. package/packages/sap.fe.navigation/src/sap/fe/navigation/resources.json +8 -8
  791. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/api.json +1 -1
  792. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/apiref/api.json +1 -1
  793. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/codeassistance/Library.xmlmeta.json +1 -1
  794. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.library +1 -1
  795. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.theming +1 -1
  796. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-dbg.js +1 -1
  797. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-h2-preload.js +2 -2
  798. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-h2-preload.js.map +2 -2
  799. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js +2 -2
  800. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js.map +2 -2
  801. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library.js +1 -1
  802. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/manifest.json +3 -3
  803. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/resources.json +27 -27
  804. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/base/css_variables.source.less +316 -15
  805. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/base/resources.json +1 -1
  806. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize/css_variables.less +315 -14
  807. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize/css_variables.source.less +315 -14
  808. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize/resources.json +2 -2
  809. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcb/css_variables.less +316 -15
  810. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcb/css_variables.source.less +316 -15
  811. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcb/resources.json +2 -2
  812. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcw/css_variables.less +316 -15
  813. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcw/css_variables.source.less +316 -15
  814. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcw/resources.json +2 -2
  815. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_plus/css_variables.less +315 -14
  816. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_plus/css_variables.source.less +315 -14
  817. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_plus/resources.json +2 -2
  818. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3/css_variables.less +317 -16
  819. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3/css_variables.source.less +317 -16
  820. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3/resources.json +2 -2
  821. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_dark/css_variables.less +317 -16
  822. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_dark/css_variables.source.less +317 -16
  823. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_dark/resources.json +2 -2
  824. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcb/css_variables.less +316 -15
  825. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcb/css_variables.source.less +316 -15
  826. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcb/resources.json +2 -2
  827. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcw/css_variables.less +316 -15
  828. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcw/css_variables.source.less +316 -15
  829. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcw/resources.json +2 -2
  830. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_horizon/css_variables.less +400 -99
  831. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_horizon/css_variables.source.less +400 -99
  832. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_horizon/resources.json +2 -2
  833. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/api.json +1 -1
  834. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/apiref/api.json +1 -1
  835. package/packages/sap.fe.templates/src/sap/fe/templates/.library +1 -1
  836. package/packages/sap.fe.templates/src/sap/fe/templates/.theming +1 -1
  837. package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/manifest.json +2 -2
  838. package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/resources.json +1 -1
  839. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent-dbg.js +1 -1
  840. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent.js +1 -1
  841. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/Component-dbg.js +7 -1
  842. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/Component.js +1 -1
  843. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReport.view.xml +22 -21
  844. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController-dbg.controller.js +13 -18
  845. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController.controller.js +1 -1
  846. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/manifest.json +2 -2
  847. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/resources.json +7 -7
  848. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment.xml +3 -3
  849. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper-dbg.js +50 -9
  850. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +1 -1
  851. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component-dbg.js +1 -12
  852. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component.js +1 -1
  853. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +5 -1
  854. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController-dbg.controller.js +50 -17
  855. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +1 -1
  856. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox-dbg.js +7 -1
  857. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox.js +1 -1
  858. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/designtime/FlexBox-dbg.designtime.js +3 -0
  859. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/designtime/FlexBox.designtime.js +1 -1
  860. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/manifest.json +2 -2
  861. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/resources.json +19 -15
  862. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/CollaborationDraft.fragment.xml +36 -0
  863. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/EditableHeaderFacet.fragment.xml +1 -1
  864. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/HeaderFacet.fragment.xml +1 -0
  865. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/HeaderFacetCustomContainer.fragment.xml +1 -0
  866. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl-dbg.controller.js +3 -1
  867. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl.controller.js +1 -1
  868. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer-dbg.controller.js +3 -1
  869. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.js +1 -1
  870. package/packages/sap.fe.templates/src/sap/fe/templates/designtime/library-preload.designtime.js +1 -1
  871. package/packages/sap.fe.templates/src/sap/fe/templates/designtime/library-preload.designtime.js.map +2 -2
  872. package/packages/sap.fe.templates/src/sap/fe/templates/library-dbg.js +1 -1
  873. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js +4 -3
  874. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js.map +2 -2
  875. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js +22 -21
  876. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js.map +4 -4
  877. package/packages/sap.fe.templates/src/sap/fe/templates/library.js +1 -1
  878. package/packages/sap.fe.templates/src/sap/fe/templates/manifest.json +14 -14
  879. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ar.properties +0 -15
  880. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_bg.properties +0 -15
  881. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ca.properties +0 -15
  882. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_cs.properties +0 -15
  883. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_cy.properties +0 -15
  884. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_da.properties +0 -15
  885. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_de.properties +0 -15
  886. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_el.properties +0 -15
  887. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en.properties +0 -15
  888. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_GB.properties +0 -15
  889. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +0 -15
  890. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +0 -15
  891. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +0 -15
  892. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_es.properties +0 -15
  893. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_es_MX.properties +0 -15
  894. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_et.properties +0 -15
  895. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fi.properties +0 -15
  896. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fr.properties +0 -15
  897. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fr_CA.properties +0 -15
  898. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_hi.properties +0 -15
  899. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_hr.properties +0 -15
  900. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_hu.properties +0 -15
  901. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_id.properties +0 -15
  902. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_it.properties +0 -15
  903. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_iw.properties +0 -15
  904. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ja.properties +0 -15
  905. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_kk.properties +0 -15
  906. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ko.properties +0 -15
  907. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_lt.properties +0 -15
  908. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_lv.properties +0 -15
  909. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ms.properties +0 -15
  910. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_nl.properties +0 -15
  911. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_no.properties +0 -15
  912. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_pl.properties +0 -15
  913. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_pt.properties +0 -15
  914. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_pt_PT.properties +0 -15
  915. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ro.properties +0 -15
  916. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ru.properties +0 -15
  917. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sh.properties +0 -15
  918. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sk.properties +0 -15
  919. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sl.properties +0 -15
  920. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sv.properties +0 -15
  921. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_th.properties +0 -15
  922. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_tr.properties +0 -15
  923. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_uk.properties +0 -15
  924. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_vi.properties +0 -15
  925. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_zh_CN.properties +0 -15
  926. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_zh_TW.properties +0 -15
  927. package/packages/sap.fe.templates/src/sap/fe/templates/resources.json +115 -89
  928. package/packages/sap.fe.templates/test/sap/fe/templates/demokit/apps/itelo/webapp/manifest.json +1 -1
  929. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/api.json +353 -1
  930. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/apiref/api.json +1 -1
  931. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.jsmeta.json +1 -1
  932. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.xmlmeta.json +1 -1
  933. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/IntentBasedNavigation.spec.js +1 -1
  934. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/IntentBasedNavigation.spec.ts +3 -3
  935. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/Share.spec.js +1 -1
  936. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/Share.spec.ts +4 -4
  937. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/ViewState.spec.js +1 -1
  938. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/ViewState.spec.ts +2 -2
  939. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.js +2 -1
  940. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.ts +2 -1
  941. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/__snapshots__/HeaderFacet.spec.ts.snap +7 -7
  942. package/packages/sap.fe.templates/test/sap/fe/templates/jest/RootContainer/RootContainerBaseController.spec.js +30 -61
  943. package/packages/sap.fe.templates/test/sap/fe/templates/jest/RootContainer/RootContainerBaseController.spec.ts +1 -1
  944. package/packages/sap.fe.templates/test/sap/fe/templates/relnotes/changes-1.100.json +192 -0
  945. package/packages/sap.fe.templates/test/sap/fe/templates/relnotes/changes-1.99.json +0 -11
  946. package/packages/sap.fe.test/src/sap/fe/test/.library +1 -1
  947. package/packages/sap.fe.test/src/sap/fe/test/.theming +1 -1
  948. package/packages/sap.fe.test/src/sap/fe/test/FeMocks-dbg.js +1 -1
  949. package/packages/sap.fe.test/src/sap/fe/test/FeMocks.ts +8 -8
  950. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper-dbg.js +6 -4
  951. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.js +1 -1
  952. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.ts +10 -6
  953. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper-dbg.js +126 -203
  954. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.js +1 -1
  955. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.ts +17 -2
  956. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarAPI-dbg.js +9 -1
  957. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarAPI.js +1 -1
  958. package/packages/sap.fe.test/src/sap/fe/test/library-dbg.js +1 -1
  959. package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js +2 -2
  960. package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js.map +2 -2
  961. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js +9 -18
  962. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js.map +3 -3
  963. package/packages/sap.fe.test/src/sap/fe/test/library.js +1 -1
  964. package/packages/sap.fe.test/src/sap/fe/test/manifest.json +3 -3
  965. package/packages/sap.fe.test/src/sap/fe/test/resources.json +18 -18
  966. package/packages/sap.fe.test/test/sap/fe/test/designtime/api.json +1 -1
  967. package/packages/sap.fe.test/test/sap/fe/test/designtime/apiref/api.json +1 -1
  968. package/packages/sap.fe.test/test/sap/fe/test/designtime/codeassistance/Library.xmlmeta.json +1 -1
  969. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormTemplatingTs.qunit.js +0 -271
@@ -1 +1,1664 @@
1
- {"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.99.0","library":"sap.fe.core","symbols":[{"kind":"namespace","name":"sap.fe","basename":"fe","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","static":true,"visibility":"public","description":"Root namespace for all the libraries related to SAP Fiori elements."},{"kind":"namespace","name":"sap.fe.core","basename":"core","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"","static":true,"visibility":"public","description":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4."},{"kind":"class","name":"sap.fe.core.AppComponent","basename":"AppComponent","resource":"sap/fe/core/AppComponent.js","module":"sap/fe/core/AppComponent","export":"","static":true,"visibility":"public","extends":"sap.ui.core.UIComponent","implements":["sap.ui.core.IAsyncContentCreation"],"description":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","ui5-metadata":{"stereotype":"component","designtime":"sap/fe/core/designtime/AppComponent.designtime"},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.AppComponent with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.UIComponent.extend}."},{"name":"getAppStateHandler","visibility":"restricted","returnValue":{"type":"oObject","description":"A reference to the AppStateHandler"},"description":"Get a reference to the AppStateHandler."},{"name":"getRootContainer","visibility":"restricted","returnValue":{"type":"oObject","description":"A reference to NavContainer control or the FCL control"},"description":"Get the NavContainer control or the FCL control."},{"name":"getRootViewController","visibility":"restricted","returnValue":{"type":"oObject","description":"A reference to the FCL Controller"},"description":"Get a reference to the nav/FCL Controller."},{"name":"getRouterProxy","visibility":"restricted","returnValue":{"type":"oObject","description":"A Reference to the RouterProxy"},"description":"Get a reference to the RouterProxy."}]},{"kind":"class","name":"sap.fe.core.BaseController","basename":"BaseController","resource":"sap/fe/core/BaseController.js","module":"sap/fe/core/BaseController","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.ui.core.mvc.Controller","description":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.BaseController with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.mvc.Controller.extend}."},{"name":"getAppComponent","visibility":"public","since":"1.91.0","returnValue":{"type":"sap.fe.core.AppComponent","description":"The app component or, if not found, null"},"description":"Returns the current app component."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.BaseController."}]},{"kind":"namespace","name":"sap.fe.core.controllerextensions","basename":"controllerextensions","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"controllerextensions","static":true,"visibility":"public","description":"Collection of controller extensions used internally in SAP Fiori elements exposing a method that you can override to allow more flexibility."},{"kind":"class","name":"sap.fe.core.controllerextensions.EditFlow","basename":"EditFlow","resource":"sap/fe/core/controllerextensions/EditFlow.js","module":"sap/fe/core/controllerextensions/EditFlow","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks into the edit flow of the application","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"applyDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once the changes have been saved"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the document"}],"description":"Submit the current set of changes and navigate back."},{"name":"cancelDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once editable document has been discarded"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the editable document"},{"name":"mParameters","type":"Object<string,any>","optional":false,"parameterProperties":{"control":{"name":"control","type":"object","optional":false,"description":"This is the control used to open the discard popover"},"skipDiscardPopover":{"name":"skipDiscardPopover","type":"boolean","optional":true,"description":"Optional, supresses the discard popover and allows custom handling"}},"description":"Can contain the following attributes:"}],"description":"Discard the editable document."},{"name":"createDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once the object has been created"},"parameters":[{"name":"vListBinding","type":"sap.ui.model.odata.v4.ODataListBinding|string","optional":false,"description":"ODataListBinding object or the binding path for a temporary list binding"},{"name":"mParameters","type":"Object<string,any>","optional":false,"parameterProperties":{"creationMode":{"name":"creationMode","type":"string","optional":false,"description":"The creation mode using one of the following: NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used Inline - The creation is done inline (in a table) External - The creation is done in a different application specified via the parameter 'outbound'"},"outbound":{"name":"outbound","type":"string","optional":true,"description":"The navigation target where the document is created in case of creationMode 'External'"},"createAtEnd":{"name":"createAtEnd","type":"boolean","optional":true,"description":"Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'"}},"description":"Contains the following attributes:"}],"description":"Creates a new document."},{"name":"deleteDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once document has been deleted"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the document"},{"name":"mParameters","type":"Object<string,any>","optional":false,"parameterProperties":{"title":{"name":"title","type":"string","optional":false,"description":"Title of the object being deleted"},"description":{"name":"description","type":"string","optional":false,"description":"Description of the object being deleted"}},"description":"Can contain the following attributes:"}],"description":"Deletes the document."},{"name":"editDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once the editable document is available"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the active document"},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"prepareOnEdit":{"name":"prepareOnEdit","type":"boolean","optional":true,"description":"For a service with a prepare action, this parameter decides if the action is to be executed"}},"description":"Contains the following attributes:"}],"description":"Creates a draft document for an existing active document."},{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.controllerextensions.EditFlow with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.controllerextensions.EditFlow."},{"name":"invokeAction","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise"},"parameters":[{"name":"sActionName","type":"string","optional":false,"description":"The name of the action to be called"},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"contexts":{"name":"contexts","type":"sap.ui.model.odata.v4.Context","optional":true,"description":"For a bound action, a context or an array with contexts for which the action is to be called must be provided"},"model":{"name":"model","type":"sap.ui.model.odata.v4.ODataModel","optional":true,"description":"For an unbound action, an instance of an OData V4 model must be provided"},"requiresNavigation":{"name":"requiresNavigation","type":"boolean","optional":true,"description":"Boolean value indicating whether navigation is required after the action has been executed. Navigation takes place to the context returned by the action"},"label":{"name":"label","type":"string","optional":true,"description":"A human-readable label for the action. This is needed in case the action has a parameter and a parameter dialog is shown to the user. The label will be used for the title of the dialog and for the confirmation button"},"invocationGrouping":{"name":"invocationGrouping","type":"string","optional":true,"description":"Mode how actions are to be called: 'ChangeSet' to put all action calls into one changeset, 'Isolated' to put them into separate changesets"}},"description":"Contains the following attributes:"}],"description":"Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and show the updated data upon navigation."},{"name":"onBeforeCreate","visibility":"public","since":"1.98.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Create' action is triggered. If rejected, the 'Create' action is not triggered."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"contextPath":{"name":"contextPath","type":"string","optional":true,"description":"Path pointing to the context on which Create action is triggered"},"createParameters":{"name":"createParameters","type":"Array","optional":true,"description":"Array of values that are filled in the Action Parameter Dialog"}},"description":"Object containing the parameters passed to onBeforeCreate"}],"description":"This function can be used to intercept the 'Create' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Create' action. If you reject the promise, the 'Create' action is stopped.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.98.0"}},{"name":"onBeforeDelete","visibility":"public","since":"1.98.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Delete' action is triggered. If rejected, the 'Delete' action is not triggered."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"contexts":{"name":"contexts","type":"Array","optional":true,"description":"An array of contexts that are going to be deleted"}},"description":"Object containing the parameters passed to onBeforeDelete"}],"description":"This function can be used to intercept the 'Delete' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Delete' action. If you reject the promise, the 'Delete' action is stopped.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.98.0"}},{"name":"onBeforeDiscard","visibility":"public","since":"1.98.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Discard' action is triggered. If rejected, the 'Discard' action is not triggered and the user stays in edit mode."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"context":{"name":"context","type":"sap.ui.model.odata.v4.Context","optional":true,"description":"Page context that is going to be discarded."}},"description":"Object containing the parameters passed to onBeforeDiscard"}],"description":"This function can be used to intercept the 'Discard' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Discard' action. If you reject the promise, the 'Discard' action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.98.0"}},{"name":"onBeforeEdit","visibility":"public","since":"1.98.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Edit' action is triggered. If rejected, the 'Edit' action is not triggered and the user stays in display mode."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"context":{"name":"context","type":"sap.ui.model.odata.v4.Context","optional":true,"description":"Page context that is going to be edited."}},"description":"Object containing the parameters passed to onBeforeEdit"}],"description":"This function can be used to intercept the 'Edit' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Edit' action. If you reject the promise, the 'Edit' action is stopped and the user stays in display mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.98.0"}},{"name":"onBeforeSave","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Save' action is triggered. If rejected, the 'Save' action is not triggered and the user stays in edit mode."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"context":{"name":"context","type":"sap.ui.model.odata.v4.Context","optional":true,"description":"Page context that is going to be saved."}},"description":"Object containing the parameters passed to onBeforeSave"}],"description":"This function can be used to intercept the 'Save' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Save' action. If you reject the promise, the 'Save' action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.90.0"}},{"name":"saveDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once save is complete"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the editable document"}],"description":"Saves a new document after checking it."},{"name":"securedExecution","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"A promise that is rejected if the execution is prohibited and resolved by the promise returned by the fnFunction."},"parameters":[{"name":"fnFunction","type":"function","optional":false,"description":"The function to be executed. Should return a promise that is settled after completion of the execution. If nothing is returned, immediate completion is assumed."},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"busy":{"name":"busy","type":"object","optional":true,"parameterProperties":{"set":{"name":"set","type":"boolean","optional":true,"defaultValue":true,"description":"Triggers a busy indicator when the function is executed."},"check":{"name":"check","type":"boolean","optional":true,"defaultValue":true,"description":"Executes function only if application isn't busy."}},"description":"Defines the busy indicator"},"updatesDocument":{"name":"updatesDocument","type":"boolean","optional":true,"description":"This operation updates the current document without using the bound model and context. As a result, the draft status is updated if a draft document exists, and the user has to confirm the cancellation of the editing process."}},"description":"Definitions of the preconditions to be checked before execution"}],"description":"Secured execution of the given function. Ensures that the function is only executed when certain conditions are fulfilled.","experimental":{"since":"1.90.0"}},{"name":"syncTask","module":"sap/fe/core/controllerextensions/InternalEditFlow","visibility":"restricted","returnValue":{"type":"Promise","description":"Promise resolves once the task is completed"},"parameters":[{"name":"vTask","type":"Promise|function","optional":true,"description":"Optional, a promise or function to be executed synchronously"}],"description":"Performs a task in sync with other tasks created via this function. Returns the promise chain of the task.","resource":"sap/fe/core/controllerextensions/InternalEditFlow.js"},{"name":"updateDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once draft status has been updated"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the updated field"},{"name":"oPromise","type":"object","optional":false,"description":"Promise to determine when the update operation is completed. The promise should be resolved when the update operation is completed, so the draft status can be updated."}],"description":"Updates the draft status and displays the error messages if there are errors during an update."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.IntentBasedNavigation","basename":"IntentBasedNavigation","resource":"sap/fe/core/controllerextensions/IntentBasedNavigation.js","module":"sap/fe/core/controllerextensions/IntentBasedNavigation","export":"","static":true,"visibility":"public","since":"1.86.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"Controller extension providing hooks for intent-based navigation","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"adaptNavigationContext","visibility":"public","since":"1.86.0","parameters":[{"name":"oSelectionVariant","type":"sap.fe.navigation.SelectionVariant","optional":false,"description":"SelectionVariant provided by SAP Fiori elements."},{"name":"oNavigationInfo","type":"object","optional":false,"parameterProperties":{"semanticObject":{"name":"semanticObject","type":"string","optional":false,"description":"Semantic object related to the intent"},"action":{"name":"action","type":"string","optional":false,"description":"Action related to the intent"}},"description":"Object containing intent-based navigation-related info"}],"description":"Provides a hook to customize the {@link sap.fe.navigation.SelectionVariant} related to the intent-based navigation."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.MessageHandler","basename":"MessageHandler","resource":"sap/fe/core/controllerextensions/MessageHandler.js","module":"sap/fe/core/controllerextensions/MessageHandler","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering message handling.","experimental":{"since":"1.90.0"},"ui5-metadata":{"stereotype":"object","metadataClass":"sap.fe.core.controllerextensions.ControllerExtensionMetadata"},"methods":[{"name":"showMessageDialog","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"A promise that is resolved once the user closes the dialog. If there are no messages to be shown, the promise is resolved immediately"},"description":"Shows a message dialog with transition messages if there are any. The message dialog is shown as a modal dialog. Once the user confirms the dialog, all transition messages are removed from the message model. If there is more than one message, a list of messages is shown. The user can filter on message types and can display details as well as the long text. If there is one message, the dialog immediately shows the details of the message. If there is just one success message, a message toast is shown instead.","experimental":{"since":"1.90.0"}}]},{"kind":"class","name":"sap.fe.core.controllerextensions.Paginator","basename":"Paginator","resource":"sap/fe/core/controllerextensions/Paginator.js","module":"sap/fe/core/controllerextensions/Paginator","export":"","static":true,"visibility":"public","since":"1.94.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"Controller extension providing hooks for the navigation using paginators","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.controllerextensions.Paginator with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.controllerextensions.Paginator."},{"name":"initialize","visibility":"public","since":"1.94.0","parameters":[{"name":"oBinding","type":"string","optional":false,"description":"ODataListBinding object"},{"name":"oContext","type":"object","optional":false,"description":"Current context where the navigation is initiated"}],"description":"Initiates the paginator control."},{"name":"onContextUpdate","visibility":"public","since":"1.94.0","parameters":[{"name":"oContext","type":"string","optional":false,"description":"Final context returned after the paginator action"}],"description":"Returns the updated context after the paginator operation."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.Routing","basename":"Routing","resource":"sap/fe/core/controllerextensions/Routing.js","module":"sap/fe/core/controllerextensions/Routing","export":"","static":true,"visibility":"public","since":"1.86.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks into the routing flow of the application","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"navigate","visibility":"public","since":"1.90.0","parameters":[{"name":"oContext","type":"sap.ui.model.odata.v4.Context","optional":false,"description":"Object containing the context to be navigated"}],"description":"Allows navigation to a specific context."},{"name":"navigateToRoute","visibility":"public","returnValue":{"type":"Promise","description":"Promise that is resolved when the navigation is finalized"},"parameters":[{"name":"sTargetRouteName","type":"string","optional":false,"description":"Name of the target route"},{"name":"oParameters","type":"object","optional":true,"description":"Parameters to be used with route to create the target hash"}],"description":"Navigate to another target."},{"name":"onAfterBinding","visibility":"public","since":"1.90.0","parameters":[{"name":"oContext","type":"object","optional":false,"description":"Object containing the context to be navigated"}],"description":"This function is used to intercept the routing event after binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onBeforeBinding","visibility":"public","since":"1.90.0","parameters":[{"name":"oContext","type":"object","optional":false,"description":"Object containing the context for the navigation"}],"description":"This function is used to intercept the routing event before binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onBeforeNavigation","visibility":"public","since":"1.86.0","returnValue":{"type":"boolean","description":"`true` to prevent the default execution, false to keep the standard behavior"},"parameters":[{"name":"mNavigationParameters","type":"object","optional":false,"parameterProperties":{"bindingContext":{"name":"bindingContext","type":"sap.ui.model.odata.v4.Context","optional":false,"description":"The currently selected context"}},"description":"Object containing row context and page context"}],"description":"This function can be used to intercept the routing event happening during the normal process of navigating from one page to another.\n\nIf declared as an extension, it allows you to intercept and change the normal navigation flow. If you decide to do your own navigation processing, you can return `true` to prevent the default routing behavior.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.Share","basename":"Share","resource":"sap/fe/core/controllerextensions/Share.js","module":"sap/fe/core/controllerextensions/Share","export":"","static":true,"visibility":"public","since":"1.93.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks into the Share functionalities of the application","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"adaptShareMetadata","visibility":"public","since":"1.93.0","returnValue":{"type":"object|Promise<object>","description":"Share Metadata or a Promise resolving the Share Metadata"},"parameters":[{"name":"oShareMetadata","type":"object","optional":false,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"Default URL that will be used via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'"},"title":{"name":"title","type":"string","optional":false,"description":"Default title that will be used as 'email subject' in 'Send Email', 'share text' in 'Share in SAP Jam' and 'title' in 'Save as Tile'"},"email":{"name":"email","type":"object","optional":true,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"URL that will be used specifically for 'Send Email'. This takes precedence over oShareMetadata.url."},"title":{"name":"title","type":"string","optional":false,"description":"Title that will be used as \"email subject\" in 'Send Email'. This takes precedence over oShareMetadata.title."}},"description":"Email-specific metadata."},"jam":{"name":"jam","type":"object","optional":true,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"URL that will be used specifically for 'Share in SAP Jam'. This takes precedence over oShareMetadata.url."},"title":{"name":"title","type":"string","optional":false,"description":"Title that will be used as 'share text' in 'Share in SAP Jam'. This takes precedence over oShareMetadata.title."}},"description":"SAP Jam-specific metadata."},"tile":{"name":"tile","type":"object","optional":true,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"URL that will be used specifically for 'Save as Tile'. This takes precedence over oShareMetadata.url."},"title":{"name":"title","type":"string","optional":false,"description":"Title to be used for the tile. This takes precedence over oShareMetadata.title."},"subtitle":{"name":"subtitle","type":"string","optional":false,"description":"Subtitle to be used for the tile."},"icon":{"name":"icon","type":"string","optional":false,"description":"Icon to be used for the tile."},"queryUrl":{"name":"queryUrl","type":"string","optional":false,"description":"Query URL of an OData service from which data for a dynamic tile is read."}},"description":"Save as Tile-specific metadata."}},"description":"Object containing the share metadata."}],"description":"Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'."},{"name":"openShareSheet","visibility":"public","since":"1.93.0","parameters":[{"name":"oControl","type":"object","optional":false,"description":"The control to which the ActionSheet is opened."}],"description":"Opens the share sheet."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.ViewState","basename":"ViewState","resource":"sap/fe/core/controllerextensions/ViewState.js","module":"sap/fe/core/controllerextensions/ViewState","export":"","static":true,"visibility":"public","since":"1.85.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"adaptBindingRefreshControls","visibility":"protected","parameters":[{"name":"aCollectedControls","type":"sap.ui.base.ManagedObject[]","optional":false,"description":"The collected controls"}],"description":"This function should add all controls relevant for refreshing to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"adaptBindingRefreshHandler","visibility":"protected","parameters":[{"name":"oControl","type":"sap.ui.base.ManagedObject","optional":false,"description":"The control for which the refresh handler is adapted."},{"name":"oControlHandler","type":"object[]","optional":false,"description":"A plain object which can have one function: <code>refreshBinding</code>"}],"description":"Customize the <code>refreshBinding</code> function for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"adaptControlStateHandler","visibility":"protected","parameters":[{"name":"oControl","type":"sap.ui.base.ManagedObject","optional":false,"description":"The control to get state handler for"},{"name":"aControlHandler","type":"object[]","optional":false,"description":"A list of plain objects with two functions: <code>retrieve</code> and <code>apply</code>"}],"description":"Customize the <code>retrieve</code> and <code>apply</code> functions for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"adaptStateControls","visibility":"protected","parameters":[{"name":"aCollectedControls","type":"sap.ui.base.ManagedObject[]","optional":false,"description":"The collected controls"}],"description":"This function should add all controls for given view that should be considered for the state handling to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"applyAdditionalStates","visibility":"protected","parameters":[{"name":"oViewState","type":"object","optional":false,"description":"The current view state"},{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Applying additional, not control related, states - is called only if navigation type is iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"applyInitialStateOnly","visibility":"protected","returnValue":{"type":"boolean","description":"If <code>true</code>, only the initial view state is applied once, else any new view state is also applied on follow-up calls (default)"},"description":"Defines whether the view state should only be applied once initially.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead}.\n\nImportant: You should only override this method for custom pages and not for the standard ListReportPage and ObjectPage!"},{"name":"applyNavigationParameters","visibility":"protected","parameters":[{"name":"oNavParameter","type":"object","optional":false,"parameterProperties":{"navigationType":{"name":"navigationType","type":"sap.fe.navigation.NavType","optional":false,"description":"The actual navigation type"},"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"The selectionVariant from the navigation"},"selectionVariantDefaults":{"name":"selectionVariantDefaults","type":"object","optional":true,"description":"The selectionVariant defaults from the navigation"},"requiresStandardVariant":{"name":"requiresStandardVariant","type":"boolean","optional":true,"description":"Defines whether standard variant must be used in VM"}},"description":"The current navigation parameter"},{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Apply navigation parameters - is called only if navigation type is not iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"applyViewState","visibility":"public","returnValue":{"type":"Promise","description":"Promise for async state handling"},"parameters":[{"name":"oViewState","type":"object","optional":false,"description":"The view state to apply (can be undefined)"},{"name":"oNavParameter","type":"object","optional":false,"parameterProperties":{"navigationType":{"name":"navigationType","type":"sap.fe.navigation.NavType","optional":false,"description":"The actual navigation type"},"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"The selectionVariant from the navigation"},"selectionVariantDefaults":{"name":"selectionVariantDefaults","type":"object","optional":true,"description":"The selectionVariant defaults from the navigation"},"requiresStandardVariant":{"name":"requiresStandardVariant","type":"boolean","optional":true,"description":"Defines whether standard variant must be used in VM"}},"description":"The current navigation parameter"}],"description":"Applies the given view state to this extensions view."},{"name":"onAfterStateApplied","visibility":"protected","parameters":[{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Hook to react when state for given view was applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onBeforeStateApplied","visibility":"protected","parameters":[{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Hook to react before a state for given view is applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onRestore","visibility":"public","description":"Called when the application is restored due to keep-alive mode."},{"name":"onSuspend","visibility":"public","description":"Called when the application is suspended due to keep-alive mode."},{"name":"retrieveAdditionalStates","visibility":"protected","parameters":[{"name":"mAdditionalStates","type":"object","optional":false,"description":"The additional state"}],"description":"Extend the map of additional states (not control bound) to be added to the current view state of the given view.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"retrieveViewState","visibility":"public","returnValue":{"type":"Promise","description":"A promise resolving the view state"},"description":"Retrieve the view state of this extensions view. When this function is called more than once before finishing, all but the final response will resolve to <code>undefined</code>."}]},{"kind":"class","name":"sap.fe.core.ExtensionAPI","basename":"ExtensionAPI","resource":"sap/fe/core/ExtensionAPI.js","module":"sap/fe/core/ExtensionAPI","export":"","static":true,"visibility":"public","since":"1.79.0","extends":"sap.ui.base.Object","description":"Common Extension API for all pages of SAP Fiori elements for OData V4.","ui5-metadata":{"stereotype":"object","associations":[{"name":"editFlow","singularName":"editFlow","type":"sap.fe.core.controllerextensions.EditFlow","cardinality":"0..1","visibility":"public","description":"A controller extension offering hooks into the edit flow of the application.","methods":["getEditFlow","setEditFlow"]},{"name":"routing","singularName":"routing","type":"sap.fe.core.controllerextensions.Routing","cardinality":"0..1","visibility":"public","description":"A controller extension offering hooks into the routing flow of the application.","methods":["getRouting","setRouting"]}]},"methods":[{"name":"addDependent","visibility":"public","parameters":[{"name":"oControl","type":"sap.ui.core.Control","optional":false,"description":"Control to be added as a dependent control"}],"description":"Add any control as a dependent control to this SAP Fiori elements page."},{"name":"getEditFlow","visibility":"public","returnValue":{"type":"sap.ui.core.ID"},"description":"ID of the element which is the current target of the association {@link #getEditFlow editFlow}, or <code>null</code>."},{"name":"getModel","visibility":"public","returnValue":{"type":"sap.ui.model.Model","description":"The required model"},"parameters":[{"name":"sModelName","type":"string","optional":false,"description":"Name of the model"}],"description":"Get access to models managed by SAP Fiori elements.<br> The following models can be accessed: <ul> <li>undefined: the undefined model returns the SAPUI5 OData V4 model bound to this page</li> <li>i18n / further data models defined in the manifest</li> <li>ui: returns a SAPUI5 JSON model containing UI information. Only the following properties are public and supported: <ul> <li>editMode: contains either 'Editable' or 'Display'</li> </ul> </li> </ul>."},{"name":"getRouting","visibility":"public","returnValue":{"type":"sap.ui.core.ID"},"description":"ID of the element which is the current target of the association {@link #getRouting routing}, or <code>null</code>."},{"name":"loadFragment","visibility":"public","returnValue":{"type":"Promise<(Element[]|sap.ui.core.Element[])>","description":"The fragment definition"},"parameters":[{"name":"mSettings","type":"object","optional":false,"parameterProperties":{"id":{"name":"id","type":"string","optional":false,"description":"The ID of the fragment itself"},"name":{"name":"name","type":"string","optional":false,"description":"The name of the fragment to be loaded"},"controller":{"name":"controller","type":"object","optional":false,"description":"The controller to be attached to the fragment"},"contextPath":{"name":"contextPath","type":"string","optional":false,"description":"The contextPath to be used for the templating process"},"initialBindingContext":{"name":"initialBindingContext","type":"sap.ui.model.Context","optional":false,"description":"The initial binding context"}},"description":"The settings object"}],"description":"Load a fragment and go through the template preprocessor with the current page context."},{"name":"navigateToTarget","visibility":"public","returnValue":{"type":"Promise","description":"Promise that is resolved when the navigation is finalized"},"parameters":[{"name":"sTarget","type":"string","optional":false,"description":"Name of the target route"},{"name":"oContext","type":"sap.ui.model.Context","optional":true,"description":"Context instance"}],"description":"Navigate to another target."},{"name":"removeDependent","visibility":"public","parameters":[{"name":"oControl","type":"sap.ui.core.Control","optional":false,"description":"Control to be added as a dependent control"}],"description":"Remove a dependent control from this SAP Fiori elements page."},{"name":"setEditFlow","visibility":"public","returnValue":{"type":"this","description":"Reference to <code>this</code> in order to allow method chaining"},"parameters":[{"name":"oEditFlow","type":"sap.ui.core.ID|sap.fe.core.controllerextensions.EditFlow","optional":false,"description":"ID of an element which becomes the new target of this editFlow association; alternatively, an element instance may be given"}],"description":"Sets the associated {@link #getEditFlow editFlow}."},{"name":"setRouting","visibility":"public","returnValue":{"type":"this","description":"Reference to <code>this</code> in order to allow method chaining"},"parameters":[{"name":"oRouting","type":"sap.ui.core.ID|sap.fe.core.controllerextensions.Routing","optional":false,"description":"ID of an element which becomes the new target of this routing association; alternatively, an element instance may be given"}],"description":"Sets the associated {@link #getRouting routing}."},{"name":"updateAppState","visibility":"public","returnValue":{"type":"Promise","description":"A promise that resolves with the new app state object."},"description":"Triggers an update of the app state. Should be called if the state of a control, or any other state-relevant information, was changed."}]},{"kind":"namespace","name":"sap.fe.core.ExtensionAPI.intentBasedNavigation","basename":"intentBasedNavigation","resource":"sap/fe/core/ExtensionAPI.js","module":"sap/fe/core/ExtensionAPI","export":"intentBasedNavigation","static":true,"visibility":"public","since":"1.86.0","description":"ExtensionAPI for intent-based navigation","methods":[{"name":"navigateOutbound","visibility":"public","parameters":[{"name":"sOutbound","type":"string","optional":false,"description":"Identifier to locate the outbound definition in the manifest. This provides the semantic object and action for the intent-based navigation. Additionally, the outbound definition can be used to provide parameters for intent-based navigation. See {@link topic:be0cf40f61184b358b5faedaec98b2da Descriptor for Applications, Components, and Libraries} for more information."},{"name":"mNavigationParameters","type":"object","optional":false,"description":"Optional map containing key/value pairs to be passed to the intent. If mNavigationParameters are provided, the parameters provided in the outbound definition of the manifest are ignored."}],"description":"Navigates to an intent defined by an outbound definition in the manifest."}]},{"kind":"namespace","name":"sap.fe.core.fpm","basename":"fpm","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"fpm","static":true,"visibility":"public","description":"Collection of classes provided by SAP Fiori elements for the Flexible Programming Model"},{"kind":"class","name":"sap.fe.core.fpm.Component","basename":"Component","resource":"sap/fe/core/fpm/Component.js","module":"sap/fe/core/fpm/Component","export":"","static":true,"visibility":"public","since":"1.92.0","extends":"sap.fe.core.TemplateComponent","description":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n</pre>","experimental":{"since":"1.92.0"},"ui5-metadata":{"properties":[{"name":"viewName","type":"string","defaultValue":null,"group":"Misc","visibility":"public","description":"Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","methods":["getViewName","setViewName"]}]},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.fpm.Component with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.fe.core.TemplateComponent.extend}."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.fpm.Component."},{"name":"getViewName","visibility":"public","returnValue":{"type":"string","description":"Value of property <code>viewName</code>"},"description":"Gets current value of property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions."},{"name":"setViewName","visibility":"public","returnValue":{"type":"this","description":"Reference to <code>this</code> in order to allow method chaining"},"parameters":[{"name":"sViewName","type":"string","optional":false,"description":"New value for property <code>viewName</code>"}],"description":"Sets a new value for property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.\n\nWhen called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored."}]},{"kind":"enum","name":"sap.fe.core.InitialLoadMode","basename":"InitialLoadMode","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"InitialLoadMode","static":true,"visibility":"public","since":"1.86.0","description":"Possible initial load (first app startup) modes for a ListReport.","properties":[{"name":"Auto","visibility":"public","static":true,"type":"undefined","description":"Data will be loaded initially if filters are set."},{"name":"Disabled","visibility":"public","static":true,"type":"undefined","description":"Data will not be loaded initially."},{"name":"Enabled","visibility":"public","static":true,"type":"undefined","description":"Data will be loaded initially."}]},{"kind":"class","name":"sap.fe.core.PageController","basename":"PageController","resource":"sap/fe/core/PageController.js","module":"sap/fe/core/PageController","export":"","static":true,"visibility":"public","since":"1.88.0","extends":"sap.fe.core.BaseController","description":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","ui5-metadata":{"stereotype":"object"}}]}
1
+ {
2
+ "$schema-ref": "http://schemas.sap.com/sapui5/designtime/api.json/1.0",
3
+ "version": "1.100.0",
4
+ "library": "sap.fe.core",
5
+ "symbols": [
6
+ {
7
+ "kind": "namespace",
8
+ "name": "sap.fe",
9
+ "basename": "fe",
10
+ "resource": "sap/fe/core/library.js",
11
+ "module": "sap/fe/core/library",
12
+ "static": true,
13
+ "visibility": "public",
14
+ "description": "Root namespace for all the libraries related to SAP Fiori elements."
15
+ },
16
+ {
17
+ "kind": "namespace",
18
+ "name": "sap.fe.core",
19
+ "basename": "core",
20
+ "resource": "sap/fe/core/library.js",
21
+ "module": "sap/fe/core/library",
22
+ "export": "",
23
+ "static": true,
24
+ "visibility": "public",
25
+ "description": "Library providing the core functionality of the runtime for SAP Fiori elements for OData V4."
26
+ },
27
+ {
28
+ "kind": "namespace",
29
+ "name": "sap.fe.core.controllerextensions",
30
+ "basename": "controllerextensions",
31
+ "resource": "sap/fe/core/library.js",
32
+ "module": "sap/fe/core/library",
33
+ "export": "controllerextensions",
34
+ "static": true,
35
+ "visibility": "public",
36
+ "description": "Collection of controller extensions used internally in SAP Fiori elements exposing a method that you can override to allow more flexibility."
37
+ },
38
+ {
39
+ "kind": "namespace",
40
+ "name": "sap.fe.core.fpm",
41
+ "basename": "fpm",
42
+ "resource": "sap/fe/core/library.js",
43
+ "module": "sap/fe/core/library",
44
+ "export": "fpm",
45
+ "static": true,
46
+ "visibility": "public",
47
+ "description": "Collection of classes provided by SAP Fiori elements for the Flexible Programming Model"
48
+ },
49
+ {
50
+ "kind": "class",
51
+ "name": "sap.fe.core.fpm.Component",
52
+ "basename": "Component",
53
+ "resource": "sap/fe/core/fpm/Component.js",
54
+ "module": "sap/fe/core/fpm/Component",
55
+ "export": "",
56
+ "static": true,
57
+ "visibility": "public",
58
+ "since": "1.92.0",
59
+ "extends": "sap.fe.core.TemplateComponent",
60
+ "description": "Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n</pre>",
61
+ "experimental": {
62
+ "since": "1.92.0"
63
+ },
64
+ "ui5-metadata": {
65
+ "properties": [
66
+ {
67
+ "name": "viewName",
68
+ "type": "string",
69
+ "defaultValue": null,
70
+ "group": "Misc",
71
+ "visibility": "public",
72
+ "description": "Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.",
73
+ "methods": [
74
+ "getViewName",
75
+ "setViewName"
76
+ ]
77
+ }
78
+ ]
79
+ },
80
+ "methods": [
81
+ {
82
+ "name": "extend",
83
+ "visibility": "public",
84
+ "static": true,
85
+ "returnValue": {
86
+ "type": "function",
87
+ "description": "Created class / constructor function"
88
+ },
89
+ "parameters": [
90
+ {
91
+ "name": "sClassName",
92
+ "type": "string",
93
+ "optional": false,
94
+ "description": "Name of the class being created"
95
+ },
96
+ {
97
+ "name": "oClassInfo",
98
+ "type": "object",
99
+ "optional": true,
100
+ "description": "Object literal with information about the class"
101
+ },
102
+ {
103
+ "name": "FNMetaImpl",
104
+ "type": "function",
105
+ "optional": true,
106
+ "description": "Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"
107
+ }
108
+ ],
109
+ "description": "Creates a new subclass of class sap.fe.core.fpm.Component with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.fe.core.TemplateComponent.extend}."
110
+ },
111
+ {
112
+ "name": "getMetadata",
113
+ "visibility": "public",
114
+ "static": true,
115
+ "returnValue": {
116
+ "type": "sap.ui.base.Metadata",
117
+ "description": "Metadata object describing this class"
118
+ },
119
+ "description": "Returns a metadata object for class sap.fe.core.fpm.Component."
120
+ },
121
+ {
122
+ "name": "getViewName",
123
+ "visibility": "public",
124
+ "returnValue": {
125
+ "type": "string",
126
+ "description": "Value of property <code>viewName</code>"
127
+ },
128
+ "description": "Gets current value of property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions."
129
+ },
130
+ {
131
+ "name": "setViewName",
132
+ "visibility": "public",
133
+ "returnValue": {
134
+ "type": "this",
135
+ "description": "Reference to <code>this</code> in order to allow method chaining"
136
+ },
137
+ "parameters": [
138
+ {
139
+ "name": "sViewName",
140
+ "type": "string",
141
+ "optional": false,
142
+ "description": "New value for property <code>viewName</code>"
143
+ }
144
+ ],
145
+ "description": "Sets a new value for property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.\n\nWhen called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored."
146
+ }
147
+ ]
148
+ },
149
+ {
150
+ "kind": "enum",
151
+ "name": "sap.fe.core.InitialLoadMode",
152
+ "basename": "InitialLoadMode",
153
+ "resource": "sap/fe/core/library.js",
154
+ "module": "sap/fe/core/library",
155
+ "export": "InitialLoadMode",
156
+ "static": true,
157
+ "visibility": "public",
158
+ "since": "1.86.0",
159
+ "description": "Possible initial load (first app startup) modes for a ListReport.",
160
+ "properties": [
161
+ {
162
+ "name": "Auto",
163
+ "visibility": "public",
164
+ "static": true,
165
+ "type": "undefined",
166
+ "description": "Data will be loaded initially if filters are set."
167
+ },
168
+ {
169
+ "name": "Disabled",
170
+ "visibility": "public",
171
+ "static": true,
172
+ "type": "undefined",
173
+ "description": "Data will not be loaded initially."
174
+ },
175
+ {
176
+ "name": "Enabled",
177
+ "visibility": "public",
178
+ "static": true,
179
+ "type": "undefined",
180
+ "description": "Data will be loaded initially."
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "kind": "class",
186
+ "name": "sap.fe.core.AppComponent",
187
+ "basename": "AppComponent",
188
+ "resource": "sap/fe/core/AppComponent.ts",
189
+ "module": "sap/fe/core/AppComponent",
190
+ "static": true,
191
+ "visibility": "public",
192
+ "extends": "sap.ui.core.UIComponent",
193
+ "description": "Main class for components used for an application in SAP Fiori elements.<br/>Application developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component.\nThis ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/>\n - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/>\n - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>\n",
194
+ "ui5-metadata": {
195
+ "stereotype": "control",
196
+ "properties": [],
197
+ "aggregations": []
198
+ }
199
+ },
200
+ {
201
+ "kind": "class",
202
+ "name": "sap.fe.core.BaseController",
203
+ "basename": "BaseController",
204
+ "resource": "sap/fe/core/BaseController.ts",
205
+ "module": "sap/fe/core/BaseController",
206
+ "since": "1.90.0\n",
207
+ "static": true,
208
+ "visibility": "public",
209
+ "extends": "sap.ui.core.mvc.Controller",
210
+ "description": "Internal base controller class for SAP Fiori elements application.<br/>If you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.\n",
211
+ "ui5-metadata": {
212
+ "stereotype": "control",
213
+ "properties": [],
214
+ "aggregations": []
215
+ },
216
+ "methods": [
217
+ {
218
+ "name": "getAppComponent",
219
+ "visibility": "public",
220
+ "description": "Returns the current app component.",
221
+ "since": "1.91.0\n",
222
+ "parameters": [],
223
+ "returnValue": {
224
+ "type": "sap.fe.core.AppComponent",
225
+ "description": "The app component or, if not found, null"
226
+ }
227
+ },
228
+ {
229
+ "name": "getModel",
230
+ "visibility": "public",
231
+ "description": "Convenience method provided by SAP Fiori elements to enable applications to include the view model by name into each controller.",
232
+ "parameters": [
233
+ {
234
+ "name": "sName",
235
+ "description": "The model name",
236
+ "type": "string",
237
+ "optional": true
238
+ }
239
+ ],
240
+ "returnValue": {
241
+ "type": "sap.ui.model.Model",
242
+ "description": "The model instance\n"
243
+ }
244
+ },
245
+ {
246
+ "name": "setModel",
247
+ "visibility": "public",
248
+ "description": "Convenience method for setting the view model in every controller of the application.",
249
+ "parameters": [
250
+ {
251
+ "name": "oModel",
252
+ "description": "The model instance",
253
+ "type": "sap.ui.model.Model"
254
+ },
255
+ {
256
+ "name": "sName",
257
+ "description": "The model name",
258
+ "type": "string"
259
+ }
260
+ ],
261
+ "returnValue": {
262
+ "type": "sap.ui.core.mvc.View",
263
+ "description": "The view instance\n"
264
+ }
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "kind": "class",
270
+ "name": "sap.fe.core.ExtensionAPI",
271
+ "basename": "ExtensionAPI",
272
+ "resource": "sap/fe/core/ExtensionAPI.ts",
273
+ "module": "sap/fe/core/ExtensionAPI",
274
+ "since": "1.79.0\n",
275
+ "static": true,
276
+ "visibility": "public",
277
+ "extends": "sap.ui.base.Object",
278
+ "description": "Common Extension API for all pages of SAP Fiori elements for OData V4.",
279
+ "ui5-metadata": {
280
+ "stereotype": "control",
281
+ "properties": [
282
+ {
283
+ "name": "editFlow",
284
+ "bindable": true,
285
+ "description": "A controller extension offering hooks into the edit flow of the application.",
286
+ "group": "Misc",
287
+ "methods": [],
288
+ "type": "sap.fe.core.controllerextensions.EditFlow",
289
+ "visibility": "public"
290
+ },
291
+ {
292
+ "name": "intentBasedNavigation",
293
+ "bindable": true,
294
+ "description": "ExtensionAPI for intent-based navigation",
295
+ "group": "Misc",
296
+ "methods": [],
297
+ "type": "sap.fe.core.controllerextensions.IntentBasedNavigation",
298
+ "visibility": "public"
299
+ },
300
+ {
301
+ "name": "routing",
302
+ "bindable": true,
303
+ "description": "A controller extension offering hooks into the routing flow of the application.",
304
+ "group": "Misc",
305
+ "methods": [],
306
+ "type": "sap.fe.core.controllerextensions.Routing",
307
+ "visibility": "public"
308
+ }
309
+ ],
310
+ "aggregations": []
311
+ },
312
+ "methods": [
313
+ {
314
+ "name": "addDependent",
315
+ "visibility": "public",
316
+ "description": "Add any control as a dependent control to this SAP Fiori elements page.",
317
+ "parameters": [
318
+ {
319
+ "name": "oControl",
320
+ "description": "Control to be added as a dependent control\n",
321
+ "type": "sap.ui.core.Control"
322
+ }
323
+ ],
324
+ "returnValue": {
325
+ "type": "void"
326
+ }
327
+ },
328
+ {
329
+ "name": "getModel",
330
+ "visibility": "public",
331
+ "description": "Get access to models managed by SAP Fiori elements.<br>\nThe following models can be accessed:\n<ul>\n<li>undefined: the undefined model returns the SAPUI5 OData V4 model bound to this page</li>\n<li>i18n / further data models defined in the manifest</li>\n<li>ui: returns a SAPUI5 JSON model containing UI information.\nOnly the following properties are public and supported:\n\t<ul>\n <li>editMode: contains either 'Editable' or 'Display'</li>\n </ul>\n</li>\n</ul>.",
332
+ "parameters": [
333
+ {
334
+ "name": "sModelName",
335
+ "description": "Name of the model",
336
+ "type": "string",
337
+ "optional": true
338
+ }
339
+ ],
340
+ "returnValue": {
341
+ "type": "undefined | sap.ui.model.Model",
342
+ "description": "The required model\n"
343
+ }
344
+ },
345
+ {
346
+ "name": "loadFragment",
347
+ "visibility": "public",
348
+ "description": "Load a fragment and go through the template preprocessor with the current page context.",
349
+ "parameters": [
350
+ {
351
+ "name": "mSettings",
352
+ "description": "The settings object",
353
+ "type": "object",
354
+ "parameterProperties": {
355
+ "contextPath": {
356
+ "name": "contextPath",
357
+ "description": "The contextPath to be used for the templating process",
358
+ "type": "string"
359
+ },
360
+ "controller": {
361
+ "name": "controller",
362
+ "description": "The controller to be attached to the fragment",
363
+ "type": "object"
364
+ },
365
+ "id": {
366
+ "name": "id",
367
+ "description": "The ID of the fragment itself",
368
+ "type": "string"
369
+ },
370
+ "initialBindingContext": {
371
+ "name": "initialBindingContext",
372
+ "description": "The initial binding context",
373
+ "type": "sap.ui.model.Context"
374
+ },
375
+ "name": {
376
+ "name": "name",
377
+ "description": "The name of the fragment to be loaded",
378
+ "type": "string"
379
+ }
380
+ }
381
+ }
382
+ ],
383
+ "returnValue": {
384
+ "type": "Promise",
385
+ "description": "The fragment definition\n"
386
+ }
387
+ },
388
+ {
389
+ "name": "navigateToTarget",
390
+ "visibility": "public",
391
+ "description": "Navigate to another target.",
392
+ "parameters": [
393
+ {
394
+ "name": "sTarget",
395
+ "description": "Name of the target route",
396
+ "type": "string"
397
+ },
398
+ {
399
+ "name": "oContext",
400
+ "description": "Context instance",
401
+ "type": "sap.ui.model.Context"
402
+ }
403
+ ],
404
+ "returnValue": {
405
+ "type": "void"
406
+ }
407
+ },
408
+ {
409
+ "name": "removeDependent",
410
+ "visibility": "public",
411
+ "description": "Remove a dependent control from this SAP Fiori elements page.",
412
+ "parameters": [
413
+ {
414
+ "name": "oControl",
415
+ "description": "Control to be added as a dependent control\n",
416
+ "type": "sap.ui.core.Control"
417
+ }
418
+ ],
419
+ "returnValue": {
420
+ "type": "void"
421
+ }
422
+ },
423
+ {
424
+ "name": "updateAppState",
425
+ "visibility": "public",
426
+ "description": "Triggers an update of the app state.\nShould be called if the state of a control, or any other state-relevant information, was changed.",
427
+ "parameters": [],
428
+ "returnValue": {
429
+ "type": "undefined | Promise",
430
+ "description": "A promise that resolves with the new app state object.\n"
431
+ }
432
+ }
433
+ ]
434
+ },
435
+ {
436
+ "kind": "class",
437
+ "name": "sap.fe.core.PageController",
438
+ "basename": "PageController",
439
+ "resource": "sap/fe/core/PageController.ts",
440
+ "module": "sap/fe/core/PageController",
441
+ "since": "1.88.0\n",
442
+ "static": true,
443
+ "visibility": "public",
444
+ "extends": "sap.fe.core.BaseController",
445
+ "description": "Base controller class for your custom page used inside an SAP Fiori elements application.<br/>This controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.\n",
446
+ "ui5-metadata": {
447
+ "stereotype": "control",
448
+ "properties": [],
449
+ "aggregations": []
450
+ },
451
+ "methods": [
452
+ {
453
+ "name": "getAppComponent",
454
+ "visibility": "public",
455
+ "description": "Returns the current app component.",
456
+ "since": "1.91.0\n",
457
+ "parameters": [],
458
+ "returnValue": {
459
+ "type": "sap.fe.core.AppComponent",
460
+ "description": "The app component or, if not found, null"
461
+ }
462
+ },
463
+ {
464
+ "name": "getModel",
465
+ "visibility": "public",
466
+ "description": "Convenience method provided by SAP Fiori elements to enable applications to include the view model by name into each controller.",
467
+ "parameters": [
468
+ {
469
+ "name": "sName",
470
+ "description": "The model name",
471
+ "type": "string",
472
+ "optional": true
473
+ }
474
+ ],
475
+ "returnValue": {
476
+ "type": "sap.ui.model.Model",
477
+ "description": "The model instance\n"
478
+ }
479
+ },
480
+ {
481
+ "name": "setModel",
482
+ "visibility": "public",
483
+ "description": "Convenience method for setting the view model in every controller of the application.",
484
+ "parameters": [
485
+ {
486
+ "name": "oModel",
487
+ "description": "The model instance",
488
+ "type": "sap.ui.model.Model"
489
+ },
490
+ {
491
+ "name": "sName",
492
+ "description": "The model name",
493
+ "type": "string"
494
+ }
495
+ ],
496
+ "returnValue": {
497
+ "type": "sap.ui.core.mvc.View",
498
+ "description": "The view instance\n"
499
+ }
500
+ }
501
+ ]
502
+ },
503
+ {
504
+ "kind": "class",
505
+ "name": "sap.fe.core.controllerextensions.EditFlow",
506
+ "basename": "EditFlow",
507
+ "resource": "sap/fe/core/controllerextensions/EditFlow.ts",
508
+ "module": "sap/fe/core/controllerextensions/EditFlow",
509
+ "since": "1.90.0\n",
510
+ "static": true,
511
+ "visibility": "public",
512
+ "extends": "sap.ui.core.mvc.ControllerExtension",
513
+ "description": "A controller extension offering hooks into the edit flow of the application",
514
+ "ui5-metadata": {
515
+ "stereotype": "control",
516
+ "properties": [],
517
+ "aggregations": []
518
+ },
519
+ "methods": [
520
+ {
521
+ "name": "applyDocument",
522
+ "visibility": "public",
523
+ "description": "Submit the current set of changes and navigate back.",
524
+ "since": "1.90.0\n",
525
+ "parameters": [
526
+ {
527
+ "name": "oContext",
528
+ "description": "Context of the document",
529
+ "type": "object"
530
+ }
531
+ ],
532
+ "returnValue": {
533
+ "type": "Promise",
534
+ "description": "Promise resolves once the changes have been saved"
535
+ }
536
+ },
537
+ {
538
+ "name": "cancelDocument",
539
+ "visibility": "public",
540
+ "description": "Discard the editable document.",
541
+ "since": "1.90.0\n",
542
+ "parameters": [
543
+ {
544
+ "name": "oContext",
545
+ "description": "Context of the editable document",
546
+ "type": "object"
547
+ },
548
+ {
549
+ "name": "mParameters",
550
+ "description": "Can contain the following attributes:",
551
+ "type": "object",
552
+ "parameterProperties": {
553
+ "control": {
554
+ "name": "control",
555
+ "description": "This is the control used to open the discard popover",
556
+ "type": "object"
557
+ },
558
+ "skipDiscardPopover": {
559
+ "name": "skipDiscardPopover",
560
+ "description": "Optional, supresses the discard popover and allows custom handling",
561
+ "type": "boolean",
562
+ "optional": true
563
+ }
564
+ }
565
+ }
566
+ ],
567
+ "returnValue": {
568
+ "type": "Promise",
569
+ "description": "Promise resolves once editable document has been discarded"
570
+ }
571
+ },
572
+ {
573
+ "name": "createDocument",
574
+ "visibility": "public",
575
+ "description": "Creates a new document.",
576
+ "since": "1.90.0\n",
577
+ "parameters": [
578
+ {
579
+ "name": "vListBinding",
580
+ "description": "ODataListBinding object or the binding path for a temporary list binding",
581
+ "type": "string | sap.ui.model.odata.v4.ODataListBinding"
582
+ },
583
+ {
584
+ "name": "mInParameters",
585
+ "description": "Contains the following attributes:",
586
+ "type": "object",
587
+ "parameterProperties": {
588
+ "createAtEnd": {
589
+ "name": "createAtEnd",
590
+ "description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'",
591
+ "type": "boolean",
592
+ "optional": true
593
+ },
594
+ "creationMode": {
595
+ "name": "creationMode",
596
+ "description": "The creation mode using one of the following:\n NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\n Inline - The creation is done inline (in a table)\n External - The creation is done in a different application specified via the parameter 'outbound'",
597
+ "type": "string"
598
+ },
599
+ "outbound": {
600
+ "name": "outbound",
601
+ "description": "The navigation target where the document is created in case of creationMode 'External'",
602
+ "type": "string",
603
+ "optional": true
604
+ }
605
+ }
606
+ }
607
+ ],
608
+ "returnValue": {
609
+ "type": "Promise",
610
+ "description": "Promise resolves once the object has been created"
611
+ }
612
+ },
613
+ {
614
+ "name": "deleteDocument",
615
+ "visibility": "public",
616
+ "description": "Deletes the document.",
617
+ "since": "1.90.0\n",
618
+ "parameters": [
619
+ {
620
+ "name": "oContext",
621
+ "description": "Context of the document",
622
+ "type": "sap.ui.model.odata.v4.Context"
623
+ },
624
+ {
625
+ "name": "mInParameters",
626
+ "description": "Can contain the following attributes:",
627
+ "type": "object",
628
+ "parameterProperties": {
629
+ "description": {
630
+ "name": "description",
631
+ "description": "Description of the object being deleted",
632
+ "type": "string"
633
+ },
634
+ "title": {
635
+ "name": "title",
636
+ "description": "Title of the object being deleted",
637
+ "type": "string"
638
+ }
639
+ }
640
+ }
641
+ ],
642
+ "returnValue": {
643
+ "type": "Promise",
644
+ "description": "Promise resolves once document has been deleted"
645
+ }
646
+ },
647
+ {
648
+ "name": "editDocument",
649
+ "visibility": "public",
650
+ "description": "Creates a draft document for an existing active document.",
651
+ "since": "1.90.0\n",
652
+ "parameters": [
653
+ {
654
+ "name": "oContext",
655
+ "description": "Context of the active document",
656
+ "type": "sap.ui.model.odata.v4.Context"
657
+ }
658
+ ],
659
+ "returnValue": {
660
+ "type": "Promise",
661
+ "description": "Promise resolves once the editable document is available"
662
+ }
663
+ },
664
+ {
665
+ "name": "invokeAction",
666
+ "visibility": "public",
667
+ "description": "Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and show the updated data upon navigation.",
668
+ "since": "1.90.0",
669
+ "parameters": [
670
+ {
671
+ "name": "sActionName",
672
+ "description": "The name of the action to be called",
673
+ "type": "string"
674
+ },
675
+ {
676
+ "name": "mInParameters",
677
+ "description": "Contains the following attributes:",
678
+ "type": "object",
679
+ "optional": true,
680
+ "parameterProperties": {
681
+ "contexts": {
682
+ "name": "contexts",
683
+ "description": "For a bound action, a context or an array with contexts for which the action is to be called must be provided",
684
+ "type": "sap.ui.model.odata.v4.Context | sap.ui.model.odata.v4.Context[]",
685
+ "optional": true
686
+ },
687
+ "invocationGrouping": {
688
+ "name": "invocationGrouping",
689
+ "description": "Mode how actions are to be called: 'ChangeSet' to put all action calls into one changeset, 'Isolated' to put them into separate changesets",
690
+ "type": "string",
691
+ "optional": true
692
+ },
693
+ "label": {
694
+ "name": "label",
695
+ "description": "A human-readable label for the action. This is needed in case the action has a parameter and a parameter dialog is shown to the user. The label will be used for the title of the dialog and for the confirmation button",
696
+ "type": "string",
697
+ "optional": true
698
+ },
699
+ "model": {
700
+ "name": "model",
701
+ "description": "For an unbound action, an instance of an OData V4 model must be provided",
702
+ "type": "sap.ui.model.odata.v4.ODataModel",
703
+ "optional": true
704
+ },
705
+ "requiresNavigation": {
706
+ "name": "requiresNavigation",
707
+ "description": "Boolean value indicating whether navigation is required after the action has been executed. Navigation takes place to the context returned by the action",
708
+ "type": "boolean",
709
+ "optional": true
710
+ }
711
+ }
712
+ }
713
+ ],
714
+ "returnValue": {
715
+ "type": "Promise"
716
+ }
717
+ },
718
+ {
719
+ "name": "onBeforeCreate",
720
+ "visibility": "public",
721
+ "description": "This function can be used to intercept the 'Create' action. You can execute custom coding in this function.\nThe framework waits for the returned promise to be resolved before continuing the 'Create' action.\nIf you reject the promise, the 'Create' action is stopped.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.",
722
+ "experimental": {
723
+ "since": "1.98.0\n"
724
+ },
725
+ "since": "1.98.0\n",
726
+ "parameters": [
727
+ {
728
+ "name": "mParameters",
729
+ "description": "Object containing the parameters passed to onBeforeCreate",
730
+ "type": "object",
731
+ "optional": true,
732
+ "parameterProperties": {
733
+ "contextPath": {
734
+ "name": "contextPath",
735
+ "description": "Path pointing to the context on which Create action is triggered",
736
+ "type": "string",
737
+ "optional": true
738
+ },
739
+ "createParameters": {
740
+ "name": "createParameters",
741
+ "description": "Array of values that are filled in the Action Parameter Dialog",
742
+ "type": "any[]",
743
+ "optional": true
744
+ }
745
+ }
746
+ }
747
+ ],
748
+ "returnValue": {
749
+ "type": "Promise",
750
+ "description": "A promise to be returned by the overridden method. If resolved, the 'Create' action is triggered. If rejected, the 'Create' action is not triggered."
751
+ }
752
+ },
753
+ {
754
+ "name": "onBeforeDelete",
755
+ "visibility": "public",
756
+ "description": "This function can be used to intercept the 'Delete' action. You can execute custom coding in this function.\nThe framework waits for the returned promise to be resolved before continuing the 'Delete' action.\nIf you reject the promise, the 'Delete' action is stopped.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.",
757
+ "experimental": {
758
+ "since": "1.98.0\n"
759
+ },
760
+ "since": "1.98.0\n",
761
+ "parameters": [
762
+ {
763
+ "name": "mParameters",
764
+ "description": "Object containing the parameters passed to onBeforeDelete",
765
+ "type": "object",
766
+ "optional": true,
767
+ "parameterProperties": {
768
+ "contexts": {
769
+ "name": "contexts",
770
+ "description": "An array of contexts that are going to be deleted",
771
+ "type": "sap.ui.model.odata.v4.Context[]",
772
+ "optional": true
773
+ }
774
+ }
775
+ }
776
+ ],
777
+ "returnValue": {
778
+ "type": "Promise",
779
+ "description": "A promise to be returned by the overridden method. If resolved, the 'Delete' action is triggered. If rejected, the 'Delete' action is not triggered."
780
+ }
781
+ },
782
+ {
783
+ "name": "onBeforeDiscard",
784
+ "visibility": "public",
785
+ "description": "This function can be used to intercept the 'Discard' action. You can execute custom coding in this function.\nThe framework waits for the returned promise to be resolved before continuing the 'Discard' action.\nIf you reject the promise, the 'Discard' action is stopped and the user stays in edit mode.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.",
786
+ "experimental": {
787
+ "since": "1.98.0\n"
788
+ },
789
+ "since": "1.98.0\n",
790
+ "parameters": [
791
+ {
792
+ "name": "mParameters",
793
+ "description": "Object containing the parameters passed to onBeforeDiscard",
794
+ "type": "object",
795
+ "optional": true,
796
+ "parameterProperties": {
797
+ "context": {
798
+ "name": "context",
799
+ "description": "Page context that is going to be discarded.",
800
+ "type": "sap.ui.model.odata.v4.Context",
801
+ "optional": true
802
+ }
803
+ }
804
+ }
805
+ ],
806
+ "returnValue": {
807
+ "type": "Promise",
808
+ "description": "A promise to be returned by the overridden method. If resolved, the 'Discard' action is triggered. If rejected, the 'Discard' action is not triggered and the user stays in edit mode."
809
+ }
810
+ },
811
+ {
812
+ "name": "onBeforeEdit",
813
+ "visibility": "public",
814
+ "description": "This function can be used to intercept the 'Edit' action. You can execute custom coding in this function.\nThe framework waits for the returned promise to be resolved before continuing the 'Edit' action.\nIf you reject the promise, the 'Edit' action is stopped and the user stays in display mode.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.",
815
+ "experimental": {
816
+ "since": "1.98.0\n"
817
+ },
818
+ "since": "1.98.0\n",
819
+ "parameters": [
820
+ {
821
+ "name": "mParameters",
822
+ "description": "Object containing the parameters passed to onBeforeEdit",
823
+ "type": "object",
824
+ "optional": true,
825
+ "parameterProperties": {
826
+ "context": {
827
+ "name": "context",
828
+ "description": "Page context that is going to be edited.",
829
+ "type": "sap.ui.model.odata.v4.Context",
830
+ "optional": true
831
+ }
832
+ }
833
+ }
834
+ ],
835
+ "returnValue": {
836
+ "type": "Promise",
837
+ "description": "A promise to be returned by the overridden method. If resolved, the 'Edit' action is triggered. If rejected, the 'Edit' action is not triggered and the user stays in display mode."
838
+ }
839
+ },
840
+ {
841
+ "name": "onBeforeSave",
842
+ "visibility": "public",
843
+ "description": "This function can be used to intercept the 'Save' action. You can execute custom coding in this function.\nThe framework waits for the returned promise to be resolved before continuing the 'Save' action.\nIf you reject the promise, the 'Save' action is stopped and the user stays in edit mode.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.",
844
+ "experimental": {
845
+ "since": "1.90.0\n"
846
+ },
847
+ "since": "1.90.0\n",
848
+ "parameters": [
849
+ {
850
+ "name": "mParameters",
851
+ "description": "Object containing the parameters passed to onBeforeSave",
852
+ "type": "object",
853
+ "optional": true,
854
+ "parameterProperties": {
855
+ "context": {
856
+ "name": "context",
857
+ "description": "Page context that is going to be saved.",
858
+ "type": "sap.ui.model.odata.v4.Context",
859
+ "optional": true
860
+ }
861
+ }
862
+ }
863
+ ],
864
+ "returnValue": {
865
+ "type": "Promise",
866
+ "description": "A promise to be returned by the overridden method. If resolved, the 'Save' action is triggered. If rejected, the 'Save' action is not triggered and the user stays in edit mode."
867
+ }
868
+ },
869
+ {
870
+ "name": "saveDocument",
871
+ "visibility": "public",
872
+ "description": "Saves a new document after checking it.",
873
+ "since": "1.90.0\n",
874
+ "parameters": [
875
+ {
876
+ "name": "oContext",
877
+ "description": "Context of the editable document",
878
+ "type": "sap.ui.model.odata.v4.Context"
879
+ },
880
+ {
881
+ "name": "mParameters",
882
+ "description": "undefined",
883
+ "type": "any"
884
+ }
885
+ ],
886
+ "returnValue": {
887
+ "type": "Promise",
888
+ "description": "Promise resolves once save is complete"
889
+ }
890
+ },
891
+ {
892
+ "name": "securedExecution",
893
+ "visibility": "public",
894
+ "description": "Secured execution of the given function. Ensures that the function is only executed when certain conditions are fulfilled.",
895
+ "experimental": {
896
+ "since": "1.90.0\n"
897
+ },
898
+ "since": "1.90.0\n",
899
+ "parameters": [
900
+ {
901
+ "name": "fnFunction",
902
+ "description": "The function to be executed. Should return a promise that is settled after completion of the execution. If nothing is returned, immediate completion is assumed.",
903
+ "type": "Function"
904
+ },
905
+ {
906
+ "name": "mParameters",
907
+ "description": "Definitions of the preconditions to be checked before execution",
908
+ "type": "object",
909
+ "optional": true,
910
+ "parameterProperties": {
911
+ "busy": {
912
+ "name": "busy",
913
+ "description": "Defines the busy indicator",
914
+ "type": "object",
915
+ "optional": true,
916
+ "parameterProperties": {
917
+ "check": {
918
+ "name": "check",
919
+ "description": "Executes function only if application isn't busy.",
920
+ "type": "boolean",
921
+ "optional": true
922
+ },
923
+ "set": {
924
+ "name": "set",
925
+ "description": "Triggers a busy indicator when the function is executed.",
926
+ "type": "boolean",
927
+ "optional": true
928
+ }
929
+ }
930
+ },
931
+ "updatesDocument": {
932
+ "name": "updatesDocument",
933
+ "description": "This operation updates the current document without using the bound model and context. As a result, the draft status is updated if a draft document exists, and the user has to confirm the cancellation of the editing process.",
934
+ "type": "boolean",
935
+ "optional": true
936
+ }
937
+ }
938
+ }
939
+ ],
940
+ "returnValue": {
941
+ "type": "Promise",
942
+ "description": "A promise that is rejected if the execution is prohibited and resolved by the promise returned by the fnFunction."
943
+ }
944
+ },
945
+ {
946
+ "name": "updateDocument",
947
+ "visibility": "public",
948
+ "description": "Updates the draft status and displays the error messages if there are errors during an update.",
949
+ "since": "1.90.0\n",
950
+ "parameters": [
951
+ {
952
+ "name": "oContext",
953
+ "description": "Context of the updated field",
954
+ "type": "object"
955
+ },
956
+ {
957
+ "name": "oPromise",
958
+ "description": "Promise to determine when the update operation is completed. The promise should be resolved when the update operation is completed, so the draft status can be updated.",
959
+ "type": "Promise"
960
+ }
961
+ ],
962
+ "returnValue": {
963
+ "type": "Promise",
964
+ "description": "Promise resolves once draft status has been updated"
965
+ }
966
+ }
967
+ ]
968
+ },
969
+ {
970
+ "kind": "class",
971
+ "name": "sap.fe.core.controllerextensions.IntentBasedNavigation",
972
+ "basename": "IntentBasedNavigation",
973
+ "resource": "sap/fe/core/controllerextensions/IntentBasedNavigation.ts",
974
+ "module": "sap/fe/core/controllerextensions/IntentBasedNavigation",
975
+ "since": "1.86.0\n",
976
+ "static": true,
977
+ "visibility": "public",
978
+ "extends": "sap.ui.core.mvc.ControllerExtension",
979
+ "description": "Controller extension providing hooks for intent-based navigation",
980
+ "ui5-metadata": {
981
+ "stereotype": "control",
982
+ "properties": [],
983
+ "aggregations": []
984
+ },
985
+ "methods": [
986
+ {
987
+ "name": "adaptNavigationContext",
988
+ "visibility": "public",
989
+ "description": "Provides a hook to customize the {@link sap.fe.navigation.SelectionVariant} related to the intent-based navigation.",
990
+ "since": "1.86.0\n",
991
+ "parameters": [
992
+ {
993
+ "name": "oSelectionVariant",
994
+ "description": "SelectionVariant provided by SAP Fiori elements.",
995
+ "type": "sap.fe.core.sap.fe.navigation.SelectionVariant"
996
+ },
997
+ {
998
+ "name": "oNavigationInfo",
999
+ "description": "Object containing intent-based navigation-related info",
1000
+ "type": "object",
1001
+ "parameterProperties": {
1002
+ "action": {
1003
+ "name": "action",
1004
+ "description": "Action related to the intent",
1005
+ "type": "string"
1006
+ },
1007
+ "semanticObject": {
1008
+ "name": "semanticObject",
1009
+ "description": "Semantic object related to the intent",
1010
+ "type": "string"
1011
+ }
1012
+ }
1013
+ }
1014
+ ],
1015
+ "returnValue": {
1016
+ "type": "void"
1017
+ }
1018
+ },
1019
+ {
1020
+ "name": "navigateOutbound",
1021
+ "visibility": "public",
1022
+ "description": "Navigates to an intent defined by an outbound definition in the manifest.",
1023
+ "since": "1.86.0\n",
1024
+ "parameters": [
1025
+ {
1026
+ "name": "sOutbound",
1027
+ "description": "Identifier to locate the outbound definition in the manifest.\nThis provides the semantic object and action for the intent-based navigation.\nAdditionally, the outbound definition can be used to provide parameters for intent-based navigation.\nSee {@link topic:be0cf40f61184b358b5faedaec98b2da Descriptor for Applications, Components, and Libraries} for more information.",
1028
+ "type": "string"
1029
+ },
1030
+ {
1031
+ "name": "mNavigationParameters",
1032
+ "description": "Optional map containing key/value pairs to be passed to the intent.\nIf mNavigationParameters are provided, the parameters provided in the outbound definition of the manifest are ignored.",
1033
+ "type": "object"
1034
+ }
1035
+ ],
1036
+ "returnValue": {
1037
+ "type": "void"
1038
+ }
1039
+ }
1040
+ ]
1041
+ },
1042
+ {
1043
+ "kind": "class",
1044
+ "name": "sap.fe.core.controllerextensions.MessageHandler",
1045
+ "basename": "MessageHandler",
1046
+ "resource": "sap/fe/core/controllerextensions/MessageHandler.ts",
1047
+ "module": "sap/fe/core/controllerextensions/MessageHandler",
1048
+ "since": "1.90.0\n",
1049
+ "static": true,
1050
+ "visibility": "public",
1051
+ "extends": "sap.ui.core.mvc.ControllerExtension",
1052
+ "description": "A controller extension offering message handling.",
1053
+ "experimental": {
1054
+ "since": "1.90.0\n"
1055
+ },
1056
+ "ui5-metadata": {
1057
+ "stereotype": "control",
1058
+ "properties": [],
1059
+ "aggregations": []
1060
+ },
1061
+ "methods": [
1062
+ {
1063
+ "name": "showMessageDialog",
1064
+ "visibility": "public",
1065
+ "description": "Shows a message dialog with transition messages if there are any.\nThe message dialog is shown as a modal dialog. Once the user confirms the dialog, all transition messages\nare removed from the message model. If there is more than one message, a list of messages is shown. The user\ncan filter on message types and can display details as well as the long text. If there is one message,\nthe dialog immediately shows the details of the message. If there is just one success message, a message\ntoast is shown instead.",
1066
+ "experimental": {
1067
+ "since": "1.90.0\n"
1068
+ },
1069
+ "since": "1.90.0\n",
1070
+ "parameters": [],
1071
+ "returnValue": {
1072
+ "type": "Promise",
1073
+ "description": "A promise that is resolved once the user closes the dialog. If there are no messages\nto be shown, the promise is resolved immediately"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
1078
+ {
1079
+ "kind": "class",
1080
+ "name": "sap.fe.core.controllerextensions.Paginator",
1081
+ "basename": "Paginator",
1082
+ "resource": "sap/fe/core/controllerextensions/Paginator.ts",
1083
+ "module": "sap/fe/core/controllerextensions/Paginator",
1084
+ "since": "1.94.0\n",
1085
+ "static": true,
1086
+ "visibility": "public",
1087
+ "extends": "sap.ui.core.mvc.ControllerExtension",
1088
+ "description": "Controller extension providing hooks for the navigation using paginators",
1089
+ "ui5-metadata": {
1090
+ "stereotype": "control",
1091
+ "properties": [],
1092
+ "aggregations": []
1093
+ },
1094
+ "methods": [
1095
+ {
1096
+ "name": "initialize",
1097
+ "visibility": "public",
1098
+ "description": "Initiates the paginator control.",
1099
+ "since": "1.94.0\n",
1100
+ "parameters": [
1101
+ {
1102
+ "name": "oBinding",
1103
+ "description": "ODataListBinding object",
1104
+ "type": "any"
1105
+ },
1106
+ {
1107
+ "name": "oContext",
1108
+ "description": "Current context where the navigation is initiated",
1109
+ "type": "sap.ui.model.odata.v4.Context"
1110
+ }
1111
+ ],
1112
+ "returnValue": {
1113
+ "type": "void"
1114
+ }
1115
+ },
1116
+ {
1117
+ "name": "onContextUpdate",
1118
+ "visibility": "public",
1119
+ "description": "Returns the updated context after the paginator operation.",
1120
+ "since": "1.94.0\n",
1121
+ "parameters": [
1122
+ {
1123
+ "name": "oContext",
1124
+ "description": "Final context returned after the paginator action",
1125
+ "type": "sap.ui.model.odata.v4.Context"
1126
+ }
1127
+ ],
1128
+ "returnValue": {
1129
+ "type": "void"
1130
+ }
1131
+ }
1132
+ ]
1133
+ },
1134
+ {
1135
+ "kind": "class",
1136
+ "name": "sap.fe.core.controllerextensions.Routing",
1137
+ "basename": "Routing",
1138
+ "resource": "sap/fe/core/controllerextensions/Routing.ts",
1139
+ "module": "sap/fe/core/controllerextensions/Routing",
1140
+ "since": "1.86.0\n",
1141
+ "static": true,
1142
+ "visibility": "public",
1143
+ "extends": "sap.ui.core.mvc.ControllerExtension",
1144
+ "description": "A controller extension offering hooks into the routing flow of the application",
1145
+ "ui5-metadata": {
1146
+ "stereotype": "control",
1147
+ "properties": [],
1148
+ "aggregations": []
1149
+ },
1150
+ "methods": [
1151
+ {
1152
+ "name": "navigate",
1153
+ "visibility": "public",
1154
+ "description": "Allows navigation to a specific context.",
1155
+ "since": "1.90.0\n",
1156
+ "parameters": [
1157
+ {
1158
+ "name": "oContext",
1159
+ "description": "Object containing the context to be navigated",
1160
+ "type": "sap.ui.model.odata.v4.Context"
1161
+ }
1162
+ ],
1163
+ "returnValue": {
1164
+ "type": "void"
1165
+ }
1166
+ },
1167
+ {
1168
+ "name": "navigateToRoute",
1169
+ "visibility": "public",
1170
+ "description": "Navigate to another target.",
1171
+ "parameters": [
1172
+ {
1173
+ "name": "sTargetRouteName",
1174
+ "description": "Name of the target route",
1175
+ "type": "string"
1176
+ },
1177
+ {
1178
+ "name": "oParameters",
1179
+ "description": "Parameters to be used with route to create the target hash",
1180
+ "type": "any",
1181
+ "optional": true
1182
+ }
1183
+ ],
1184
+ "returnValue": {
1185
+ "type": "Promise",
1186
+ "description": "Promise that is resolved when the navigation is finalized\n"
1187
+ }
1188
+ },
1189
+ {
1190
+ "name": "onAfterBinding",
1191
+ "visibility": "public",
1192
+ "description": "This function is used to intercept the routing event after binding a page.<br/>If it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1193
+ "since": "1.90.0\n",
1194
+ "parameters": [
1195
+ {
1196
+ "name": "oContext",
1197
+ "description": "Object containing the context to be navigated",
1198
+ "type": "object"
1199
+ }
1200
+ ],
1201
+ "returnValue": {
1202
+ "type": "void"
1203
+ }
1204
+ },
1205
+ {
1206
+ "name": "onBeforeBinding",
1207
+ "visibility": "public",
1208
+ "description": "This function is used to intercept the routing event before binding a page.<br/>If it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1209
+ "since": "1.90.0\n",
1210
+ "parameters": [
1211
+ {
1212
+ "name": "oContext",
1213
+ "description": "Object containing the context for the navigation",
1214
+ "type": "object"
1215
+ }
1216
+ ],
1217
+ "returnValue": {
1218
+ "type": "void"
1219
+ }
1220
+ },
1221
+ {
1222
+ "name": "onBeforeNavigation",
1223
+ "visibility": "public",
1224
+ "description": "This function can be used to intercept the routing event happening during the normal process of navigating from one page to another.<br/>If declared as an extension, it allows you to intercept and change the normal navigation flow.\nIf you decide to do your own navigation processing, you can return `true` to prevent the default routing behavior.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1225
+ "since": "1.86.0\n",
1226
+ "parameters": [
1227
+ {
1228
+ "name": "mNavigationParameters",
1229
+ "description": "Object containing row context and page context",
1230
+ "type": "object",
1231
+ "parameterProperties": {
1232
+ "bindingContext": {
1233
+ "name": "bindingContext",
1234
+ "description": "The currently selected context",
1235
+ "type": "sap.ui.model.odata.v4.Context"
1236
+ }
1237
+ }
1238
+ }
1239
+ ],
1240
+ "returnValue": {
1241
+ "type": "boolean",
1242
+ "description": "`true` to prevent the default execution, false to keep the standard behavior"
1243
+ }
1244
+ }
1245
+ ]
1246
+ },
1247
+ {
1248
+ "kind": "class",
1249
+ "name": "sap.fe.core.controllerextensions.Share",
1250
+ "basename": "Share",
1251
+ "resource": "sap/fe/core/controllerextensions/Share.ts",
1252
+ "module": "sap/fe/core/controllerextensions/Share",
1253
+ "since": "1.86.0\n",
1254
+ "static": true,
1255
+ "visibility": "public",
1256
+ "extends": "sap.ui.core.mvc.ControllerExtension",
1257
+ "description": "A controller extension offering hooks into the routing flow of the application",
1258
+ "ui5-metadata": {
1259
+ "stereotype": "control",
1260
+ "properties": [],
1261
+ "aggregations": []
1262
+ },
1263
+ "methods": [
1264
+ {
1265
+ "name": "adaptShareMetadata",
1266
+ "visibility": "public",
1267
+ "description": "Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'.",
1268
+ "since": "1.93.0\n",
1269
+ "parameters": [
1270
+ {
1271
+ "name": "oShareMetadata",
1272
+ "description": "Object containing the share metadata.",
1273
+ "type": "object",
1274
+ "parameterProperties": {
1275
+ "email": {
1276
+ "name": "email",
1277
+ "description": "Email-specific metadata.",
1278
+ "type": "object",
1279
+ "optional": true,
1280
+ "parameterProperties": {
1281
+ "title": {
1282
+ "name": "title",
1283
+ "description": "Title that will be used as \"email subject\" in 'Send Email'. This takes precedence over oShareMetadata.title.",
1284
+ "type": "string"
1285
+ },
1286
+ "url": {
1287
+ "name": "url",
1288
+ "description": "URL that will be used specifically for 'Send Email'. This takes precedence over oShareMetadata.url.",
1289
+ "type": "string"
1290
+ }
1291
+ }
1292
+ },
1293
+ "jam": {
1294
+ "name": "jam",
1295
+ "description": "SAP Jam-specific metadata.",
1296
+ "type": "object",
1297
+ "optional": true,
1298
+ "parameterProperties": {
1299
+ "title": {
1300
+ "name": "title",
1301
+ "description": "Title that will be used as 'share text' in 'Share in SAP Jam'. This takes precedence over oShareMetadata.title.",
1302
+ "type": "string"
1303
+ },
1304
+ "url": {
1305
+ "name": "url",
1306
+ "description": "URL that will be used specifically for 'Share in SAP Jam'. This takes precedence over oShareMetadata.url.",
1307
+ "type": "string"
1308
+ }
1309
+ }
1310
+ },
1311
+ "tile": {
1312
+ "name": "tile",
1313
+ "description": "Save as Tile-specific metadata.",
1314
+ "type": "object",
1315
+ "optional": true,
1316
+ "parameterProperties": {
1317
+ "icon": {
1318
+ "name": "icon",
1319
+ "description": "Icon to be used for the tile.",
1320
+ "type": "string"
1321
+ },
1322
+ "queryUrl": {
1323
+ "name": "queryUrl",
1324
+ "description": "Query URL of an OData service from which data for a dynamic tile is read.",
1325
+ "type": "string"
1326
+ },
1327
+ "subtitle": {
1328
+ "name": "subtitle",
1329
+ "description": "Subtitle to be used for the tile.",
1330
+ "type": "string"
1331
+ },
1332
+ "title": {
1333
+ "name": "title",
1334
+ "description": "Title to be used for the tile. This takes precedence over oShareMetadata.title.",
1335
+ "type": "string"
1336
+ },
1337
+ "url": {
1338
+ "name": "url",
1339
+ "description": "URL that will be used specifically for 'Save as Tile'. This takes precedence over oShareMetadata.url.",
1340
+ "type": "string"
1341
+ }
1342
+ }
1343
+ },
1344
+ "title": {
1345
+ "name": "title",
1346
+ "description": "Default title that will be used as 'email subject' in 'Send Email', 'share text' in 'Share in SAP Jam' and 'title' in 'Save as Tile'",
1347
+ "type": "string"
1348
+ },
1349
+ "url": {
1350
+ "name": "url",
1351
+ "description": "Default URL that will be used via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'",
1352
+ "type": "string"
1353
+ }
1354
+ }
1355
+ }
1356
+ ],
1357
+ "returnValue": {
1358
+ "type": "object | Promise",
1359
+ "description": "Share Metadata or a Promise resolving the Share Metadata"
1360
+ }
1361
+ },
1362
+ {
1363
+ "name": "openShareSheet",
1364
+ "visibility": "public",
1365
+ "description": "Opens the share sheet.",
1366
+ "since": "1.93.0\n",
1367
+ "parameters": [
1368
+ {
1369
+ "name": "oControl",
1370
+ "description": "The control to which the ActionSheet is opened.",
1371
+ "type": "object"
1372
+ }
1373
+ ],
1374
+ "returnValue": {
1375
+ "type": "void"
1376
+ }
1377
+ }
1378
+ ]
1379
+ },
1380
+ {
1381
+ "kind": "class",
1382
+ "name": "sap.fe.core.controllerextensions.ViewState",
1383
+ "basename": "ViewState",
1384
+ "resource": "sap/fe/core/controllerextensions/ViewState.ts",
1385
+ "module": "sap/fe/core/controllerextensions/ViewState",
1386
+ "since": "1.85.0\n",
1387
+ "static": true,
1388
+ "visibility": "public",
1389
+ "extends": "sap.ui.core.mvc.ControllerExtension",
1390
+ "description": "A controller extension offering hooks for state handling<br/>If you need to maintain a specific state for your application, you can use the controller extension.\n",
1391
+ "ui5-metadata": {
1392
+ "stereotype": "control",
1393
+ "properties": [],
1394
+ "aggregations": []
1395
+ },
1396
+ "methods": [
1397
+ {
1398
+ "name": "adaptBindingRefreshControls",
1399
+ "visibility": "protected",
1400
+ "description": "This function should add all controls relevant for refreshing to the provided control array.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.",
1401
+ "parameters": [
1402
+ {
1403
+ "name": "aCollectedControls",
1404
+ "description": "The collected controls",
1405
+ "type": "sap.ui.base.ManagedObject[]"
1406
+ }
1407
+ ],
1408
+ "returnValue": {
1409
+ "type": "void"
1410
+ }
1411
+ },
1412
+ {
1413
+ "name": "adaptBindingRefreshHandler",
1414
+ "visibility": "protected",
1415
+ "description": "Customize the <code>refreshBinding</code> function for a certain control.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1416
+ "parameters": [
1417
+ {
1418
+ "name": "oControl",
1419
+ "description": "The control for which the refresh handler is adapted.",
1420
+ "type": "sap.ui.base.ManagedObject"
1421
+ },
1422
+ {
1423
+ "name": "oControlHandler",
1424
+ "description": "A plain object which can have one function: <code>refreshBinding</code>\n",
1425
+ "type": "any[]"
1426
+ }
1427
+ ],
1428
+ "returnValue": {
1429
+ "type": "void"
1430
+ }
1431
+ },
1432
+ {
1433
+ "name": "adaptControlStateHandler",
1434
+ "visibility": "protected",
1435
+ "description": "Customize the <code>retrieve</code> and <code>apply</code> functions for a certain control.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1436
+ "parameters": [
1437
+ {
1438
+ "name": "oControl",
1439
+ "description": "The control to get state handler for",
1440
+ "type": "sap.ui.base.ManagedObject"
1441
+ },
1442
+ {
1443
+ "name": "aControlHandler",
1444
+ "description": "A list of plain objects with two functions: <code>retrieve</code> and <code>apply</code>\n",
1445
+ "type": "object[]"
1446
+ }
1447
+ ],
1448
+ "returnValue": {
1449
+ "type": "void"
1450
+ }
1451
+ },
1452
+ {
1453
+ "name": "adaptStateControls",
1454
+ "visibility": "protected",
1455
+ "description": "This function should add all controls for given view that should be considered for the state handling to the provided control array.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.",
1456
+ "parameters": [
1457
+ {
1458
+ "name": "aCollectedControls",
1459
+ "description": "The collected controls",
1460
+ "type": "sap.ui.base.ManagedObject[]"
1461
+ }
1462
+ ],
1463
+ "returnValue": {
1464
+ "type": "void"
1465
+ }
1466
+ },
1467
+ {
1468
+ "name": "applyAdditionalStates",
1469
+ "visibility": "protected",
1470
+ "description": "Applying additional, not control related, states - is called only if navigation type is iAppState.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1471
+ "parameters": [
1472
+ {
1473
+ "name": "oViewState",
1474
+ "description": "The current view state",
1475
+ "type": "object"
1476
+ },
1477
+ {
1478
+ "name": "aPromises",
1479
+ "description": "Extensible array of promises to be resolved before continuing\n",
1480
+ "type": "Promise"
1481
+ }
1482
+ ],
1483
+ "returnValue": {
1484
+ "type": "void"
1485
+ }
1486
+ },
1487
+ {
1488
+ "name": "applyInitialStateOnly",
1489
+ "visibility": "protected",
1490
+ "description": "Defines whether the view state should only be applied once initially.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead}.\n\nImportant:\nYou should only override this method for custom pages and not for the standard ListReportPage and ObjectPage!\n",
1491
+ "parameters": [],
1492
+ "returnValue": {
1493
+ "type": "boolean",
1494
+ "description": "If <code>true</code>, only the initial view state is applied once,\nelse any new view state is also applied on follow-up calls (default)\n"
1495
+ }
1496
+ },
1497
+ {
1498
+ "name": "applyNavigationParameters",
1499
+ "visibility": "protected",
1500
+ "description": "Apply navigation parameters - is called only if navigation type is not iAppState.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1501
+ "parameters": [
1502
+ {
1503
+ "name": "oNavParameter",
1504
+ "description": "The current navigation parameter",
1505
+ "type": "object",
1506
+ "parameterProperties": {
1507
+ "navigationType": {
1508
+ "name": "navigationType",
1509
+ "description": "The actual navigation type",
1510
+ "type": "any"
1511
+ },
1512
+ "requiresStandardVariant": {
1513
+ "name": "requiresStandardVariant",
1514
+ "description": "Defines whether standard variant must be used in VM",
1515
+ "type": "boolean",
1516
+ "optional": true
1517
+ },
1518
+ "selectionVariant": {
1519
+ "name": "selectionVariant",
1520
+ "description": "The selectionVariant from the navigation",
1521
+ "type": "object",
1522
+ "optional": true
1523
+ },
1524
+ "selectionVariantDefaults": {
1525
+ "name": "selectionVariantDefaults",
1526
+ "description": "The selectionVariant defaults from the navigation",
1527
+ "type": "object",
1528
+ "optional": true
1529
+ }
1530
+ }
1531
+ },
1532
+ {
1533
+ "name": "aPromises",
1534
+ "description": "Extensible array of promises to be resolved before continuing\n",
1535
+ "type": "Promise"
1536
+ }
1537
+ ],
1538
+ "returnValue": {
1539
+ "type": "void"
1540
+ }
1541
+ },
1542
+ {
1543
+ "name": "applyViewState",
1544
+ "visibility": "public",
1545
+ "description": "Applies the given view state to this extensions view.",
1546
+ "parameters": [
1547
+ {
1548
+ "name": "oViewState",
1549
+ "description": "The view state to apply (can be undefined)",
1550
+ "type": "any"
1551
+ },
1552
+ {
1553
+ "name": "oNavParameter",
1554
+ "description": "The current navigation parameter",
1555
+ "type": "object",
1556
+ "parameterProperties": {
1557
+ "navigationType": {
1558
+ "name": "navigationType",
1559
+ "description": "The actual navigation type",
1560
+ "type": "any"
1561
+ },
1562
+ "requiresStandardVariant": {
1563
+ "name": "requiresStandardVariant",
1564
+ "description": "Defines whether standard variant must be used in VM\n",
1565
+ "type": "boolean",
1566
+ "optional": true
1567
+ },
1568
+ "selectionVariant": {
1569
+ "name": "selectionVariant",
1570
+ "description": "The selectionVariant from the navigation",
1571
+ "type": "object",
1572
+ "optional": true
1573
+ },
1574
+ "selectionVariantDefaults": {
1575
+ "name": "selectionVariantDefaults",
1576
+ "description": "The selectionVariant defaults from the navigation",
1577
+ "type": "object",
1578
+ "optional": true
1579
+ }
1580
+ }
1581
+ }
1582
+ ],
1583
+ "returnValue": {
1584
+ "type": "Promise",
1585
+ "description": "Promise for async state handling\n"
1586
+ }
1587
+ },
1588
+ {
1589
+ "name": "onAfterStateApplied",
1590
+ "visibility": "protected",
1591
+ "description": "Hook to react when state for given view was applied.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1592
+ "parameters": [
1593
+ {
1594
+ "name": "aPromises",
1595
+ "description": "Extensible array of promises to be resolved before continuing\n",
1596
+ "type": "Promise"
1597
+ }
1598
+ ],
1599
+ "returnValue": {
1600
+ "type": "void"
1601
+ }
1602
+ },
1603
+ {
1604
+ "name": "onBeforeStateApplied",
1605
+ "visibility": "protected",
1606
+ "description": "Hook to react before a state for given view is applied.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1607
+ "parameters": [
1608
+ {
1609
+ "name": "aPromises",
1610
+ "description": "Extensible array of promises to be resolved before continuing\n",
1611
+ "type": "Promise"
1612
+ }
1613
+ ],
1614
+ "returnValue": {
1615
+ "type": "void"
1616
+ }
1617
+ },
1618
+ {
1619
+ "name": "onRestore",
1620
+ "visibility": "public",
1621
+ "description": "Called when the application is restored due to keep-alive mode.",
1622
+ "parameters": [],
1623
+ "returnValue": {
1624
+ "type": "void"
1625
+ }
1626
+ },
1627
+ {
1628
+ "name": "onSuspend",
1629
+ "visibility": "public",
1630
+ "description": "Called when the application is suspended due to keep-alive mode.",
1631
+ "parameters": [],
1632
+ "returnValue": {
1633
+ "type": "void"
1634
+ }
1635
+ },
1636
+ {
1637
+ "name": "retrieveAdditionalStates",
1638
+ "visibility": "protected",
1639
+ "description": "Extend the map of additional states (not control bound) to be added to the current view state of the given view.<br/>This function is meant to be individually overridden by consuming controllers, but not to be called directly.\nThe override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.\n",
1640
+ "parameters": [
1641
+ {
1642
+ "name": "mAdditionalStates",
1643
+ "description": "The additional state\n",
1644
+ "type": "object"
1645
+ }
1646
+ ],
1647
+ "returnValue": {
1648
+ "type": "void"
1649
+ }
1650
+ },
1651
+ {
1652
+ "name": "retrieveViewState",
1653
+ "visibility": "public",
1654
+ "description": "Retrieve the view state of this extensions view.\nWhen this function is called more than once before finishing, all but the final response will resolve to <code>undefined</code>.",
1655
+ "parameters": [],
1656
+ "returnValue": {
1657
+ "type": "Promise",
1658
+ "description": "A promise resolving the view state\n"
1659
+ }
1660
+ }
1661
+ ]
1662
+ }
1663
+ ]
1664
+ }