@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 @@
1
- {"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.99.0","library":"sap.fe.macros","symbols":[{"kind":"namespace","name":"sap.fe.macros","basename":"macros","resource":"sap/fe/macros/library.js","module":"sap/fe/macros/library","export":"","static":true,"visibility":"public","description":"<p><p>Library containing the building blocks for SAP Fiori elements.</p></p>","displayName":"sap.fe.macros","nodes":[{"name":"sap.fe.macros.FlexibleColumnLayoutActions","description":"<p>Building block used specifically in an app using the flexible column layout to add the ‘expand’, ‘reduce’, and ‘close’ action buttons.\n</p>","href":"api/sap.fe.macros.FlexibleColumnLayoutActions"},{"name":"sap.fe.macros.FormElement","description":"<p>Building block used to create a form element containing a label and a field.</p>","href":"api/sap.fe.macros.FormElement"},{"name":"sap.fe.macros.MacroMetadata","description":"<p>Base class for all SAP Fiori elements building blocks. </p>","href":"api/sap.fe.macros.MacroMetadata"},{"name":"sap.fe.macros.MicroChart","description":"<p>Building block used to create a MicroChart based on the metadata provided by OData V4.</p>","href":"api/sap.fe.macros.MicroChart"},{"name":"sap.fe.macros.Paginator","description":"<p>Building block used to create a paginator control.\n</p>","href":"api/sap.fe.macros.Paginator"},{"name":"sap.fe.macros.Share","description":"<p>Building block used to create the ‘Share’ functionality. </p>","href":"api/sap.fe.macros.Share"},{"name":"sap.fe.macros.Chart","description":"<p>Building block used to create a chart based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.Chart"},{"name":"sap.fe.macros.Field","description":"<p>Building block for creating a field based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.Field"},{"name":"sap.fe.macros.FieldFormatOptions","description":"<p>Additional format options for the field.</p>","href":"api/sap.fe.macros.FieldFormatOptions"},{"name":"sap.fe.macros.FilterBar","description":"<p>Building block for creating a FilterBar based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.FilterBar"},{"name":"sap.fe.macros.FilterField","description":"<p>Definition of a custom filter to be used inside the FilterBar.<br/>The template for the FilterField has to be provided as the default aggregation\n</p>","href":"api/sap.fe.macros.FilterField"},{"name":"sap.fe.macros.Form","description":"<p>Building block for creating a Form based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.Form"},{"name":"sap.fe.macros.Table","description":"<p>Building block used to create a table based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.Table"},{"name":"sap.fe.macros.table","description":"","href":"api/sap.fe.macros.table"}],"title":"namespace sap.fe.macros","subTitle":""},{"kind":"class","name":"sap.fe.macros.FlexibleColumnLayoutActions","basename":"FlexibleColumnLayoutActions","resource":"sap/fe/macros/FlexibleColumnLayoutActions.metadata.js","module":"sap/fe/macros/FlexibleColumnLayoutActions.metadata","export":"","static":true,"visibility":"public","since":"1.93.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used specifically in an app using the flexible column layout to add the ‘expand’, ‘reduce’, and ‘close’ action buttons.</p><p>Usage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n</pre></p>","ui5-metadata":{"stereotype":"xmlmacro"},"displayName":"sap.fe.macros.FlexibleColumnLayoutActions","title":"class sap.fe.macros.FlexibleColumnLayoutActions","subTitle":""},{"kind":"class","name":"sap.fe.macros.FormElement","basename":"FormElement","resource":"sap/fe/macros/FormElement.metadata.js","module":"sap/fe/macros/FormElement.metadata","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used to create a form element containing a label and a field.</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","type":"sap.ui.model.Context","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Defines the path of the context used in the current page or block. This setting is defined by the framework.</p>","methods":["getContextPath","setContextPath"],"linkEnabled":true},{"name":"id","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>The identifier of the table control.</p>","methods":["getId","setId"]},{"name":"label","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Label shown for the field. If not set, the label from the annotations will be shown.</p>","methods":["getLabel","setLabel"]},{"name":"metaPath","type":"sap.ui.model.Context","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","methods":["getMetaPath","setMetaPath"],"linkEnabled":true},{"name":"visible","type":"boolean","defaultValue":"","group":"Misc","visibility":"public","description":"<p>If set to false, the FormElement is not rendered.</p>","methods":["getVisible","setVisible"]}],"aggregations":[{"name":"fields","singularName":"field","type":"sap.ui.core.Control","cardinality":"0..n","visibility":"public","description":"<p>Optional aggregation of controls that should be displayed inside the FormElement. If not set, a default Field Macro control will be rendered</p>","methods":["getFields","destroyFields","insertField","addField","removeField","indexOfField","removeAllFields"],"linkEnabled":true}]},"displayName":"sap.fe.macros.FormElement","title":"class sap.fe.macros.FormElement","subTitle":""},{"kind":"class","name":"sap.fe.macros.MacroMetadata","basename":"MacroMetadata","resource":"sap/fe/macros/MacroMetadata.js","module":"sap/fe/macros/MacroMetadata","export":"","static":true,"visibility":"public","since":"1.90.0","description":"<p>Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.</p>","displayName":"sap.fe.macros.MacroMetadata","title":"class sap.fe.macros.MacroMetadata","subTitle":""},{"kind":"class","name":"sap.fe.macros.MicroChart","basename":"MicroChart","resource":"sap/fe/macros/MicroChart.metadata.js","module":"sap/fe/macros/MicroChart.metadata","export":"","static":true,"visibility":"public","since":"1.93.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used to create a MicroChart based on the metadata provided by OData V4.</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"batchGroupId","type":"string","defaultValue":"empty string","group":"Misc","visibility":"public","description":"<p>Batch group ID along with which this call should be grouped.</p>","methods":["getBatchGroupId","setBatchGroupId"]},{"name":"contextPath","type":"sap.ui.model.Context","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Metadata path to the entitySet or navigationProperty.</p>","methods":["getContextPath","setContextPath"],"linkEnabled":true},{"name":"description","type":"string","defaultValue":"empty string","group":"Misc","visibility":"hidden","description":"<p>Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.</p>","methods":["getDescription","setDescription"]},{"name":"hideOnNoData","type":"boolean","defaultValue":false,"group":"Misc","visibility":"public","description":"<p>Show blank space in case there is no data in the chart</p>","methods":["getHideOnNoData","setHideOnNoData"]},{"name":"id","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>ID of the MicroChart.</p>","methods":["getId","setId"]},{"name":"isAnalytics","type":"boolean","defaultValue":false,"group":"Misc","visibility":"hidden","description":"<p>Defines whether the MicroChart is part of an analytical table</p>","methods":["getIsAnalytics","setIsAnalytics"]},{"name":"metaPath","type":"sap.ui.model.Context","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Metadata path to the Chart annotations.</p>","methods":["getMetaPath","setMetaPath"],"linkEnabled":true},{"name":"navigationType","type":"sap.fe.macros.NavigationType","defaultValue":"None","group":"Misc","visibility":"hidden","description":"<p>Type of navigation, that is, External or InPage</p>","methods":["getNavigationType","setNavigationType"],"linkEnabled":true},{"name":"onTitlePressed","type":"string","defaultValue":"","group":"Misc","visibility":"hidden","description":"<p>Event handler for onTitlePressed event</p>","methods":["getOnTitlePressed","setOnTitlePressed"]},{"name":"showOnlyChart","type":"boolean","defaultValue":false,"group":"Misc","visibility":"public","description":"<p>To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.</p>","methods":["getShowOnlyChart","setShowOnlyChart"]},{"name":"size","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Size of the MicroChart</p>","methods":["getSize","setSize"]},{"name":"title","type":"string","defaultValue":"empty string","group":"Misc","visibility":"hidden","description":"<p>Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.</p>","methods":["getTitle","setTitle"]}]},"displayName":"sap.fe.macros.MicroChart","title":"class sap.fe.macros.MicroChart","subTitle":""},{"kind":"class","name":"sap.fe.macros.Paginator","basename":"Paginator","resource":"sap/fe/macros/Paginator.metadata.js","module":"sap/fe/macros/Paginator.metadata","export":"","static":true,"visibility":"public","since":"1.94.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used to create a paginator control.</p><p>Usage example: <pre>\n&lt;macro:Paginator /&gt;\n</pre></p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"id","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>The identifier of the Paginator control.</p>","methods":["getId","setId"]},{"name":"templateResourceBundle","type":"boolean","defaultValue":true,"group":"Misc","visibility":"public","description":"<p>The identifier to get the tooltip for the paginator buttons</p>","methods":["getTemplateResourceBundle","setTemplateResourceBundle"]}]},"displayName":"sap.fe.macros.Paginator","title":"class sap.fe.macros.Paginator","subTitle":""},{"kind":"class","name":"sap.fe.macros.Share","basename":"Share","resource":"sap/fe/macros/Share.metadata.js","module":"sap/fe/macros/Share.metadata","export":"","static":true,"visibility":"public","since":"1.93.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used to create the ‘Share’ functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.</p><p>Usage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n</pre></p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"id","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>The identifier of the share control.</p>","methods":["getId","setId"]},{"name":"visible","type":"boolean","defaultValue":true,"group":"Misc","visibility":"public","description":"<p>Whether the share macro is visible or not.</p>","methods":["getVisible","setVisible"]}]},"displayName":"sap.fe.macros.Share","title":"class sap.fe.macros.Share","subTitle":""},{"kind":"class","name":"sap.fe.macros.Chart","basename":"Chart","resource":"sap/fe/macros/ChartAPI.ts","module":"sap/fe/macros/ChartAPI","static":true,"visibility":"public","description":"<p>Building block used to create a chart based on the metadata provided by OData V4.\n<br>\nUsually, a contextPath and metaPath is expected.<br/>Usage example:\n<pre>\n&lt;macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","bindable":true,"description":"<p>Metadata path to the entitySet or navigationProperty</p>","group":"Misc","methods":[],"type":"sap.ui.model.Context","visibility":"public","linkEnabled":true,"defaultValue":""},{"name":"filterBar","bindable":true,"description":"<p>Id of the FilterBar building block associated with the chart.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"id","bindable":true,"description":"<p>ID of the chart</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Metadata path to the presentation (UI.Chart w or w/o qualifier)</p>","group":"Misc","methods":[],"type":"sap.ui.model.Context","visibility":"public","linkEnabled":true,"defaultValue":""},{"name":"personalization","bindable":true,"description":"<p>Parameter which sets the personalization of the MDC chart</p>","group":"Misc","methods":[],"type":"boolean|string","visibility":"public","linkEnabled":true,"defaultValue":""},{"name":"selectionMode","bindable":true,"defaultValue":"MULTIPLE","description":"<p>Specifies the selection mode</p>","group":"Misc","methods":[],"type":"string","visibility":"public"}],"aggregations":[]},"events":[{"name":"selectionChange","description":"<p>An event triggered when chart selections are changed. The event contains information about the data selected/deselected and\nboolean flag that indicates whether data is selected or deselected.</p>","visibility":"public"}],"methods":[],"displayName":"sap.fe.macros.Chart","title":"class sap.fe.macros.Chart","subTitle":""},{"kind":"class","name":"sap.fe.macros.Field","basename":"Field","resource":"sap/fe/macros/FieldAPI.ts","module":"sap/fe/macros/FieldAPI","static":true,"visibility":"public","description":"<p>Building block for creating a field based on the metadata provided by OData V4.\n<br>\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.<br/>Usage example:\n<pre>\n&lt;macro:Field id=\"MyField\" metaPath=\"MyProperty\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","bindable":true,"description":"<p>Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"formatOptions","bindable":true,"description":"<p>A set of options that can be configured.</p>","group":"Misc","methods":[],"type":"sap.fe.macros.FieldFormatOptions","visibility":"public","linkEnabled":true,"defaultValue":""},{"name":"id","bindable":true,"description":"<p>The identifier of the Field control.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"readOnly","bindable":true,"description":"<p>An expression that allows you to control the read-only state of the field.<br/>If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public","defaultValue":""},{"name":"semanticObject","bindable":true,"description":"<p>Option to add semantic objects to a field.\nValid options are either a single semantic object, a stringified array of semantic objects\nor a single binding expression returning either a single semantic object or an array of semantic objects</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""}],"aggregations":[]},"events":[{"name":"change","description":"<p>An event containing details is triggered when the value of the field is changed.</p>","visibility":"public"}],"methods":[{"name":"getValue","visibility":"public","description":"<p>Retrieves the current value of the Field.</p>","parameters":[],"returnValue":{"type":"string | boolean","description":"<p>The current value of the field\n</p>","types":[{"value":"string ","href":"api/string ","linkEnabled":true},{"value":" boolean","href":"api/ boolean","linkEnabled":true}]},"href":"api/sap.fe.macros.Field#methods/getValue","code":"<pre>getValue() : string | boolean</pre>"}],"displayName":"sap.fe.macros.Field","title":"class sap.fe.macros.Field","subTitle":""},{"kind":"typedef","name":"sap.fe.macros.FieldFormatOptions","basename":"FieldFormatOptions","resource":"sap/fe/macros/FieldAPI.ts","module":"sap/fe/macros/FieldAPI","static":true,"visibility":"public","description":"<p><p>Additional format options for the field.</p></p>","properties":[{"name":"displayMode","description":"<p> Defines how the field value and associated text will be displayed together.<br/><br/> Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"measureDisplayMode","description":"<p>Defines if and how the field measure will be displayed.<br/><br/>Allowed values are \"Hidden\" and \"ReadOnly\"\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"textExpandBehaviorDisplay","description":"<p>Defines how the full text will be displayed.<br/><br/>Allowed values are \"InPlace\" and \"Popover\"\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"textLinesEdit","description":"<p>Maximum number of lines for multiline texts in edit mode.<br/></p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"number"}]},{"name":"textMaxCharactersDisplay","description":"<p>Maximum number of characters from the beginning of the text field that are shown initially.<br/></p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"number"}]},{"name":"textMaxLines","description":"<p>Maximum number of lines that multiline texts in edit mode can grow to.<br/></p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"number"}]}],"displayName":"sap.fe.macros.FieldFormatOptions","title":"typedef sap.fe.macros.FieldFormatOptions","subTitle":""},{"kind":"class","name":"sap.fe.macros.FilterBar","basename":"FilterBar","resource":"sap/fe/macros/FilterBarAPI.ts","module":"sap/fe/macros/FilterBarAPI","static":true,"visibility":"public","description":"<p>Building block for creating a FilterBar based on the metadata provided by OData V4.\n<br>\nUsually, a SelectionFields annotation is expected.<br/>Usage example:\n<pre>\n&lt;macro:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","bindable":true,"description":"<p>Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"id","bindable":true,"description":"<p>The identifier of the filterbar control.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""}],"aggregations":[]},"events":[{"name":"filterChanged","description":"<p>This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.</p>","visibility":"public"},{"name":"search","description":"<p>This event is fired when the Go button is pressed or after a condition change.</p>","visibility":"public"}],"methods":[{"name":"setFilterValues","visibility":"public","description":"<p>Set the filter values for the given property in the filter bar.\nThe filter values can be either a single value or an array of values.\nEach filter value must be represented as a string corresponding to the given operator.</p>","parameters":[],"returnValue":{"type":"any","description":"<p>A promise for asynchronous handling</p>","types":[{"value":"any"}]},"href":"api/sap.fe.macros.FilterBar#methods/setFilterValues","code":"<pre>setFilterValues() : any</pre>"}],"displayName":"sap.fe.macros.FilterBar","title":"class sap.fe.macros.FilterBar","subTitle":""},{"kind":"typedef","name":"sap.fe.macros.FilterField","basename":"FilterField","resource":"sap/fe/macros/FilterBarAPI.ts","module":"sap/fe/macros/FilterBarAPI","static":true,"visibility":"public","description":"<p><p>Definition of a custom filter to be used inside the FilterBar.<br/>The template for the FilterField has to be provided as the default aggregation\n</p></p>","properties":[{"name":"anchor","description":"<p>Reference to the key of another filter already displayed in the table to properly place this one</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"key","description":"<p>The property name of the FilterField</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"label","description":"<p>The text that will be displayed for this FilterField</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"placement","description":"<p>Defines where this filter should be placed relative to the defined anchor<br/>Allowed values are `Before` and `After`\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]}],"displayName":"sap.fe.macros.FilterField","title":"typedef sap.fe.macros.FilterField","subTitle":""},{"kind":"class","name":"sap.fe.macros.Form","basename":"Form","resource":"sap/fe/macros/FormAPI.ts","module":"sap/fe/macros/FormAPI","static":true,"visibility":"public","description":"<p>Building block for creating a Form based on the metadata provided by OData V4.\n<br>\nUsually, a ReferenceFacet or CollectionFacet is expected<br/>Usage example:\n<pre>\n&lt;macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.Facets/0\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","bindable":true,"description":"<p>Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"id","bindable":true,"description":"<p>The identifier of the form control.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""}],"aggregations":[]},"events":[],"methods":[],"displayName":"sap.fe.macros.Form","title":"class sap.fe.macros.Form","subTitle":""},{"kind":"class","name":"sap.fe.macros.Table","basename":"Table","resource":"sap/fe/macros/TableAPI.ts","module":"sap/fe/macros/TableAPI","static":true,"visibility":"public","description":"<p>Building block used to create a table based on the metadata provided by OData V4.\n<br>\nUsually, a LineItem or PresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.<br/>Usage example:\n<pre>\n&lt;macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"busy","bindable":true,"defaultValue":false,"description":"<p>An expression that allows you to control the 'busy' state of the table.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"contextPath","bindable":true,"description":"<p>Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"enableAutoColumnWidth","bindable":true,"defaultValue":false,"description":"<p>Specifies the header text that is shown in the table.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"enableExport","bindable":true,"defaultValue":true,"description":"<p>Controls if the export functionality of the table is enabled or not.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"enableFullScreen","bindable":true,"defaultValue":false,"description":"<p>Controls whether the table can be opened in fullscreen mode or not.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"enablePaste","bindable":true,"defaultValue":false,"description":"<p>Controls if the paste functionality of the table is enabled or not.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"filterBar","bindable":true,"description":"<p>Id of the FilterBar building block associated with the table.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"header","bindable":true,"description":"<p>Specifies the header text that is shown in the table.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"headerVisible","bindable":true,"defaultValue":true,"description":"<p>Controls if the header text should be shown or not.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"id","bindable":true,"description":"<p>The identifier of the table control.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"personalization","bindable":true,"defaultValue":true,"description":"<p>Controls which options should be enabled for the table personalization dialog.<br/>If it is set to `true`, all possible options for this kind of table are enabled.<br/>\nIf it is set to `false`, personalization is disabled.<br/>\n<br/>\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.<br/>\nAvailable options are:<br/>\n - Sort<br/>\n - Column<br/>\n - Filter<br/>\n</p>","group":"Misc","methods":[],"type":"boolean|string","visibility":"public","linkEnabled":true},{"name":"readOnly","bindable":true,"description":"<p>An expression that allows you to control the 'read-only' state of the table.<br/>If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public","defaultValue":""},{"name":"selectionMode","bindable":true,"description":"<p>Defines the selection mode to be used by the table.<br/>Allowed values are `None`, `Single`, `Multi` or `Auto`\n</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"type","bindable":true,"defaultValue":"ResponsiveTable","description":"<p>Defines the type of table that will be used by the macro to render the data.<br/>Allowed values are `GridTable` and `ResponsiveTable`\n</p>","group":"Misc","methods":[],"type":"string","visibility":"public"},{"name":"variantManagement","bindable":true,"description":"<p>Controls the kind of variant management that should be enabled for the table.<br/>Allowed values are `Page`, `Control` and `None`.<br/>\nIf the table is used within a SAP Fiori elements template, the default value will be taken from the current page variant management.<br/>\nOtherwise it's `None`.\n</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""}],"aggregations":[]},"events":[{"name":"rowPress","description":"<p>An event triggered when the user chooses a row; the event contains information about which row was chosen.<br/>You can set this in order to handle the navigation manually.\n</p>","visibility":"public"},{"name":"selectionChange","description":"<p>An event triggered when the selection in the table changes.</p>","visibility":"public"}],"methods":[{"name":"getSelectedContexts","visibility":"public","description":"<p>Gets contexts from the table that have been selected by the user.</p>","parameters":[],"returnValue":{"type":"[object Object][]","description":"<p>Contexts of the rows selected by the user\n</p>","types":[{"value":"[object Object][]"}]},"href":"api/sap.fe.macros.Table#methods/getSelectedContexts","code":"<pre>getSelectedContexts() : [object Object][]</pre>"}],"displayName":"sap.fe.macros.Table","title":"class sap.fe.macros.Table","subTitle":""},{"kind":"typedef","name":"sap.fe.macros.table.Action","basename":"Action","resource":"sap/fe/macros/TableAPI.ts","module":"sap/fe/macros/TableAPI","static":true,"visibility":"public","description":"<p><p>Definition of a custom action to be used inside the table toolbar</p></p>","properties":[{"name":"anchor","description":"<p>Reference to the key of another action already displayed in the toolbar to properly place this one</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"key","description":"<p>Unique identifier of the action</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"placement","description":"<p>Defines where this action should be placed relative to the defined anchor<br/>Allowed values are `Before` and `After`\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"press","description":"<p>Event handler to be called when the user chooses the action</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"text","description":"<p>The text that will be displayed for this action</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]}],"displayName":"sap.fe.macros.table.Action","title":"typedef sap.fe.macros.table.Action","subTitle":""},{"kind":"typedef","name":"sap.fe.macros.table.Column","basename":"Column","resource":"sap/fe/macros/TableAPI.ts","module":"sap/fe/macros/TableAPI","static":true,"visibility":"public","description":"<p><p>Definition of a custom column to be used inside the table.<br/>The template for the column has to be provided as the default aggregation\n</p></p>","properties":[{"name":"anchor","description":"<p>Reference to the key of another column already displayed in the table to properly place this one</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"header","description":"<p>The text that will be displayed for this column header</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"key","description":"<p>Unique identifier of the column</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"placement","description":"<p>Defines where this column should be placed relative to the defined anchor<br/>Allowed values are `Before` and `After`\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]}],"displayName":"sap.fe.macros.table.Column","title":"typedef sap.fe.macros.table.Column","subTitle":""},{"name":"sap","displayName":"sap","kind":"namespace","nodes":[{"name":"sap.fe","description":"","href":"api/sap.fe"}],"title":"namespace sap","subTitle":""},{"name":"sap.fe","displayName":"sap.fe","kind":"namespace","nodes":[{"name":"sap.fe.macros","description":"<p>Library containing the building blocks for SAP Fiori elements.</p>","href":"api/sap.fe.macros"}],"title":"namespace sap.fe","subTitle":""},{"name":"sap.fe.macros.table","displayName":"sap.fe.macros.table","kind":"namespace","nodes":[{"name":"sap.fe.macros.table.Action","description":"<p>Definition of a custom action to be used inside the table toolbar</p>","href":"api/sap.fe.macros.table.Action"},{"name":"sap.fe.macros.table.Column","description":"<p>Definition of a custom column to be used inside the table.<br/>The template for the column has to be provided as the default aggregation\n</p>","href":"api/sap.fe.macros.table.Column"}],"title":"namespace sap.fe.macros.table","subTitle":""}]}
1
+ {"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.100.0","library":"sap.fe.macros","symbols":[{"kind":"namespace","name":"sap.fe.macros","basename":"macros","resource":"sap/fe/macros/library.js","module":"sap/fe/macros/library","export":"","static":true,"visibility":"public","description":"<p><p>Library containing the building blocks for SAP Fiori elements.</p></p>","displayName":"sap.fe.macros","nodes":[{"name":"sap.fe.macros.FlexibleColumnLayoutActions","description":"<p>Building block used specifically in an app using the flexible column layout to add the ‘expand’, ‘reduce’, and ‘close’ action buttons.\n</p>","href":"api/sap.fe.macros.FlexibleColumnLayoutActions"},{"name":"sap.fe.macros.FormElement","description":"<p>Building block used to create a form element containing a label and a field.</p>","href":"api/sap.fe.macros.FormElement"},{"name":"sap.fe.macros.MacroMetadata","description":"<p>Base class for all SAP Fiori elements building blocks. </p>","href":"api/sap.fe.macros.MacroMetadata"},{"name":"sap.fe.macros.MicroChart","description":"<p>Building block used to create a MicroChart based on the metadata provided by OData V4.</p>","href":"api/sap.fe.macros.MicroChart"},{"name":"sap.fe.macros.Paginator","description":"<p>Building block used to create a paginator control.\n</p>","href":"api/sap.fe.macros.Paginator"},{"name":"sap.fe.macros.Share","description":"<p>Building block used to create the ‘Share’ functionality. </p>","href":"api/sap.fe.macros.Share"},{"name":"sap.fe.macros.Chart","description":"<p>Building block used to create a chart based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.Chart"},{"name":"sap.fe.macros.Field","description":"<p>Building block for creating a field based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.Field"},{"name":"sap.fe.macros.FieldFormatOptions","description":"<p>Additional format options for the field.</p>","href":"api/sap.fe.macros.FieldFormatOptions"},{"name":"sap.fe.macros.FilterBar","description":"<p>Building block for creating a FilterBar based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.FilterBar"},{"name":"sap.fe.macros.FilterField","description":"<p>Definition of a custom filter to be used inside the FilterBar.<br/>The template for the FilterField has to be provided as the default aggregation\n</p>","href":"api/sap.fe.macros.FilterField"},{"name":"sap.fe.macros.Form","description":"<p>Building block for creating a Form based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.Form"},{"name":"sap.fe.macros.MacroAPI","description":"<p>Base API control for macros.</p>","href":"api/sap.fe.macros.MacroAPI"},{"name":"sap.fe.macros.Table","description":"<p>Building block used to create a table based on the metadata provided by OData V4.\n</p>","href":"api/sap.fe.macros.Table"},{"name":"sap.fe.macros.table","description":"","href":"api/sap.fe.macros.table"}],"title":"namespace sap.fe.macros","subTitle":""},{"kind":"class","name":"sap.fe.macros.FlexibleColumnLayoutActions","basename":"FlexibleColumnLayoutActions","resource":"sap/fe/macros/FlexibleColumnLayoutActions.metadata.js","module":"sap/fe/macros/FlexibleColumnLayoutActions.metadata","export":"","static":true,"visibility":"public","since":"1.93.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used specifically in an app using the flexible column layout to add the ‘expand’, ‘reduce’, and ‘close’ action buttons.</p><p>Usage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n</pre></p>","ui5-metadata":{"stereotype":"xmlmacro"},"displayName":"sap.fe.macros.FlexibleColumnLayoutActions","title":"class sap.fe.macros.FlexibleColumnLayoutActions","subTitle":""},{"kind":"class","name":"sap.fe.macros.FormElement","basename":"FormElement","resource":"sap/fe/macros/FormElement.metadata.js","module":"sap/fe/macros/FormElement.metadata","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used to create a form element containing a label and a field.</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","type":"sap.ui.model.Context","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Defines the path of the context used in the current page or block. This setting is defined by the framework.</p>","methods":["getContextPath","setContextPath"],"linkEnabled":true},{"name":"id","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>The identifier of the table control.</p>","methods":["getId","setId"]},{"name":"label","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Label shown for the field. If not set, the label from the annotations will be shown.</p>","methods":["getLabel","setLabel"]},{"name":"metaPath","type":"sap.ui.model.Context","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","methods":["getMetaPath","setMetaPath"],"linkEnabled":true},{"name":"visible","type":"boolean","defaultValue":"","group":"Misc","visibility":"public","description":"<p>If set to false, the FormElement is not rendered.</p>","methods":["getVisible","setVisible"]}],"aggregations":[{"name":"fields","singularName":"field","type":"sap.ui.core.Control","cardinality":"0..n","visibility":"public","description":"<p>Optional aggregation of controls that should be displayed inside the FormElement. If not set, a default Field Macro control will be rendered</p>","methods":["getFields","destroyFields","insertField","addField","removeField","indexOfField","removeAllFields"],"linkEnabled":true}]},"displayName":"sap.fe.macros.FormElement","title":"class sap.fe.macros.FormElement","subTitle":""},{"kind":"class","name":"sap.fe.macros.MacroMetadata","basename":"MacroMetadata","resource":"sap/fe/macros/MacroMetadata.js","module":"sap/fe/macros/MacroMetadata","export":"","static":true,"visibility":"public","since":"1.90.0","description":"<p>Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.</p>","displayName":"sap.fe.macros.MacroMetadata","title":"class sap.fe.macros.MacroMetadata","subTitle":""},{"kind":"class","name":"sap.fe.macros.MicroChart","basename":"MicroChart","resource":"sap/fe/macros/MicroChart.metadata.js","module":"sap/fe/macros/MicroChart.metadata","export":"","static":true,"visibility":"public","since":"1.93.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used to create a MicroChart based on the metadata provided by OData V4.</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"batchGroupId","type":"string","defaultValue":"empty string","group":"Misc","visibility":"public","description":"<p>Batch group ID along with which this call should be grouped.</p>","methods":["getBatchGroupId","setBatchGroupId"]},{"name":"contextPath","type":"sap.ui.model.Context","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Metadata path to the entitySet or navigationProperty.</p>","methods":["getContextPath","setContextPath"],"linkEnabled":true},{"name":"description","type":"string","defaultValue":"empty string","group":"Misc","visibility":"hidden","description":"<p>Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.</p>","methods":["getDescription","setDescription"]},{"name":"hideOnNoData","type":"boolean","defaultValue":false,"group":"Misc","visibility":"public","description":"<p>Show blank space in case there is no data in the chart</p>","methods":["getHideOnNoData","setHideOnNoData"]},{"name":"id","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>ID of the MicroChart.</p>","methods":["getId","setId"]},{"name":"isAnalytics","type":"boolean","defaultValue":false,"group":"Misc","visibility":"hidden","description":"<p>Defines whether the MicroChart is part of an analytical table</p>","methods":["getIsAnalytics","setIsAnalytics"]},{"name":"metaPath","type":"sap.ui.model.Context","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Metadata path to the Chart annotations.</p>","methods":["getMetaPath","setMetaPath"],"linkEnabled":true},{"name":"navigationType","type":"sap.fe.macros.NavigationType","defaultValue":"None","group":"Misc","visibility":"hidden","description":"<p>Type of navigation, that is, External or InPage</p>","methods":["getNavigationType","setNavigationType"],"linkEnabled":true},{"name":"onTitlePressed","type":"string","defaultValue":"","group":"Misc","visibility":"hidden","description":"<p>Event handler for onTitlePressed event</p>","methods":["getOnTitlePressed","setOnTitlePressed"]},{"name":"showOnlyChart","type":"boolean","defaultValue":false,"group":"Misc","visibility":"public","description":"<p>To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.</p>","methods":["getShowOnlyChart","setShowOnlyChart"]},{"name":"size","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>Size of the MicroChart</p>","methods":["getSize","setSize"]},{"name":"title","type":"string","defaultValue":"empty string","group":"Misc","visibility":"hidden","description":"<p>Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.</p>","methods":["getTitle","setTitle"]}]},"displayName":"sap.fe.macros.MicroChart","title":"class sap.fe.macros.MicroChart","subTitle":""},{"kind":"class","name":"sap.fe.macros.Paginator","basename":"Paginator","resource":"sap/fe/macros/Paginator.metadata.js","module":"sap/fe/macros/Paginator.metadata","export":"","static":true,"visibility":"public","since":"1.94.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used to create a paginator control.</p><p>Usage example: <pre>\n&lt;macro:Paginator /&gt;\n</pre></p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"id","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>The identifier of the Paginator control.</p>","methods":["getId","setId"]},{"name":"templateResourceBundle","type":"boolean","defaultValue":true,"group":"Misc","visibility":"public","description":"<p>The identifier to get the tooltip for the paginator buttons</p>","methods":["getTemplateResourceBundle","setTemplateResourceBundle"]}]},"displayName":"sap.fe.macros.Paginator","title":"class sap.fe.macros.Paginator","subTitle":""},{"kind":"class","name":"sap.fe.macros.Share","basename":"Share","resource":"sap/fe/macros/Share.metadata.js","module":"sap/fe/macros/Share.metadata","export":"","static":true,"visibility":"public","since":"1.93.0","extends":"sap.fe.macros.MacroMetadata","description":"<p>Building block used to create the ‘Share’ functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.</p><p>Usage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n</pre></p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"id","type":"string","defaultValue":"","group":"Misc","visibility":"public","description":"<p>The identifier of the share control.</p>","methods":["getId","setId"]},{"name":"visible","type":"boolean","defaultValue":true,"group":"Misc","visibility":"public","description":"<p>Whether the share macro is visible or not.</p>","methods":["getVisible","setVisible"]}]},"displayName":"sap.fe.macros.Share","title":"class sap.fe.macros.Share","subTitle":""},{"kind":"class","name":"sap.fe.macros.Chart","basename":"Chart","resource":"sap/fe/macros/ChartAPI.ts","module":"sap/fe/macros/ChartAPI","static":true,"visibility":"public","extends":"sap.fe.macros.MacroAPI","description":"<p>Building block used to create a chart based on the metadata provided by OData V4.\n<br>\nUsually, a contextPath and metaPath is expected.<br/>Usage example:\n<pre>\n&lt;macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","bindable":true,"description":"<p>Metadata path to the entitySet or navigationProperty</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"filterBar","bindable":true,"description":"<p>Id of the FilterBar building block associated with the chart.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"id","bindable":true,"description":"<p>ID of the chart</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Metadata path to the presentation (UI.Chart w or w/o qualifier)</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"personalization","bindable":true,"description":"<p>Parameter which sets the personalization of the MDC chart</p>","group":"Misc","methods":[],"type":"boolean|string","visibility":"public","linkEnabled":true,"defaultValue":""},{"name":"selectionMode","bindable":true,"defaultValue":"MULTIPLE","description":"<p>Specifies the selection mode</p>","group":"Misc","methods":[],"type":"string","visibility":"public"}],"aggregations":[]},"events":[{"name":"selectionChange","description":"<p>An event triggered when chart selections are changed. The event contains information about the data selected/deselected and\nboolean flag that indicates whether data is selected or deselected.</p>","visibility":"public"}],"displayName":"sap.fe.macros.Chart","title":"class sap.fe.macros.Chart","subTitle":""},{"kind":"class","name":"sap.fe.macros.Field","basename":"Field","resource":"sap/fe/macros/FieldAPI.ts","module":"sap/fe/macros/FieldAPI","static":true,"visibility":"public","extends":"sap.fe.macros.MacroAPI","description":"<p>Building block for creating a field based on the metadata provided by OData V4.\n<br>\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.<br/>Usage example:\n<pre>\n&lt;macro:Field id=\"MyField\" metaPath=\"MyProperty\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","bindable":true,"description":"<p>Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"formatOptions","bindable":true,"description":"<p>A set of options that can be configured.</p>","group":"Misc","methods":[],"type":"sap.fe.macros.FieldFormatOptions","visibility":"public","linkEnabled":true,"defaultValue":""},{"name":"id","bindable":true,"description":"<p>The identifier of the Field control.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"readOnly","bindable":true,"description":"<p>An expression that allows you to control the read-only state of the field.<br/>If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public","defaultValue":""},{"name":"semanticObject","bindable":true,"description":"<p>Option to add semantic objects to a field.\nValid options are either a single semantic object, a stringified array of semantic objects\nor a single binding expression returning either a single semantic object or an array of semantic objects</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""}],"aggregations":[]},"events":[{"name":"change","description":"<p>An event containing details is triggered when the value of the field is changed.</p>","visibility":"public"}],"methods":[{"name":"addMessage","visibility":"public","description":"<p>Adds a message to the field.</p>","parameters":[{"name":"parameters","description":"<p>The parameters to create message</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"description","description":"<p>Message description</p>","optional":true,"depth":1,"types":[{"value":"string"}],"phoneName":"parameters.description","defaultValue":""},{"name":"message","description":"<p>Message text</p>","optional":true,"depth":1,"types":[{"value":"string"}],"phoneName":"parameters.message","defaultValue":""},{"name":"persistent","description":"<p>True if the message is persistent</p>","optional":true,"depth":1,"types":[{"value":"boolean"}],"phoneName":"parameters.persistent","defaultValue":""},{"name":"type","description":"<p>Type of the message</p>","optional":true,"depth":1,"types":[{"value":"sap.ui.core.library.MessageType","linkEnabled":true,"href":"api/sap.ui.core.library.MessageType"}],"phoneName":"parameters.type","defaultValue":""}],"returnValue":{"type":"string","description":"<p>The id of the message\n</p>","types":[{"value":"string"}]},"href":"api/sap.fe.macros.Field#methods/addMessage","code":"<pre>addMessage(parameters) : string</pre>"},{"name":"getValue","visibility":"public","description":"<p>Retrieves the current value of the Field.</p>","parameters":[],"returnValue":{"type":"string | boolean","description":"<p>The current value of the field\n</p>","types":[{"value":"string ","href":"api/string ","linkEnabled":true},{"value":" boolean","href":"api/ boolean","linkEnabled":true}]},"href":"api/sap.fe.macros.Field#methods/getValue","code":"<pre>getValue() : string | boolean</pre>"},{"name":"removeMessage","visibility":"public","description":"<p>Removes a message from the field.</p>","parameters":[{"name":"id","description":"<p>The id of the message\n</p>","types":[{"value":"string"}],"defaultValue":""}],"returnValue":{"type":"void","types":[{"value":"void","href":"api/void","linkEnabled":true}],"description":""},"href":"api/sap.fe.macros.Field#methods/removeMessage","code":"<pre>removeMessage(id) : void</pre>"}],"displayName":"sap.fe.macros.Field","title":"class sap.fe.macros.Field","subTitle":""},{"kind":"typedef","name":"sap.fe.macros.FieldFormatOptions","basename":"FieldFormatOptions","resource":"sap/fe/macros/FieldAPI.ts","module":"sap/fe/macros/FieldAPI","static":true,"visibility":"public","description":"<p><p>Additional format options for the field.</p></p>","properties":[{"name":"displayMode","description":"<p> Defines how the field value and associated text will be displayed together.<br/><br/> Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"measureDisplayMode","description":"<p>Defines if and how the field measure will be displayed.<br/><br/>Allowed values are \"Hidden\" and \"ReadOnly\"\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"textExpandBehaviorDisplay","description":"<p>Defines how the full text will be displayed.<br/><br/>Allowed values are \"InPlace\" and \"Popover\"\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"textLinesEdit","description":"<p>Maximum number of lines for multiline texts in edit mode.<br/></p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"number"}]},{"name":"textMaxCharactersDisplay","description":"<p>Maximum number of characters from the beginning of the text field that are shown initially.<br/></p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"number"}]},{"name":"textMaxLines","description":"<p>Maximum number of lines that multiline texts in edit mode can grow to.<br/></p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"number"}]}],"displayName":"sap.fe.macros.FieldFormatOptions","title":"typedef sap.fe.macros.FieldFormatOptions","subTitle":""},{"kind":"class","name":"sap.fe.macros.FilterBar","basename":"FilterBar","resource":"sap/fe/macros/FilterBarAPI.ts","module":"sap/fe/macros/FilterBarAPI","static":true,"visibility":"public","extends":"sap.fe.macros.MacroAPI","description":"<p>Building block for creating a FilterBar based on the metadata provided by OData V4.\n<br>\nUsually, a SelectionFields annotation is expected.<br/>Usage example:\n<pre>\n&lt;macro:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","bindable":true,"description":"<p>Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"id","bindable":true,"description":"<p>The identifier of the filterbar control.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""}],"aggregations":[]},"events":[{"name":"filterChanged","description":"<p>This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.</p>","visibility":"public"},{"name":"search","description":"<p>This event is fired when the Go button is pressed or after a condition change.</p>","visibility":"public"}],"methods":[{"name":"setFilterValues","visibility":"public","description":"<p>Set the filter values for the given property in the filter bar.\nThe filter values can be either a single value or an array of values.\nEach filter value must be represented as a string corresponding to the given operator.</p>","experimental":{},"parameters":[{"name":"sConditionPath","description":"<p>The path to the property as a condition path</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"sOperator","description":"<p>The operator to be used (optional) - if not set, the default operator (EQ) will be used</p>","types":[{"value":"any"}],"defaultValue":""},{"name":"vValues","description":"<p>The values to be applied\n</p>","types":[{"value":"any"}],"defaultValue":""}],"returnValue":{"type":"any","description":"<p>A promise for asynchronous handling</p>","types":[{"value":"any"}]},"href":"api/sap.fe.macros.FilterBar#methods/setFilterValues","code":"<pre>setFilterValues(sConditionPath, sOperator, vValues) : any</pre>"}],"displayName":"sap.fe.macros.FilterBar","title":"class sap.fe.macros.FilterBar","subTitle":""},{"kind":"typedef","name":"sap.fe.macros.FilterField","basename":"FilterField","resource":"sap/fe/macros/FilterBarAPI.ts","module":"sap/fe/macros/FilterBarAPI","static":true,"visibility":"public","description":"<p><p>Definition of a custom filter to be used inside the FilterBar.<br/>The template for the FilterField has to be provided as the default aggregation\n</p></p>","properties":[{"name":"anchor","description":"<p>Reference to the key of another filter already displayed in the table to properly place this one</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"key","description":"<p>The property name of the FilterField</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"label","description":"<p>The text that will be displayed for this FilterField</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"liveMode","description":"<p>If set the search will be automatically triggered, when a filter value was changed.</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"boolean"}]},{"name":"placement","description":"<p>Defines where this filter should be placed relative to the defined anchor<br/>Allowed values are `Before` and `After`\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"visible","description":"<p>Parameter which sets the visibility of the FilterBar building block</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"boolean"}]}],"displayName":"sap.fe.macros.FilterField","title":"typedef sap.fe.macros.FilterField","subTitle":""},{"kind":"class","name":"sap.fe.macros.Form","basename":"Form","resource":"sap/fe/macros/FormAPI.ts","module":"sap/fe/macros/FormAPI","static":true,"visibility":"public","extends":"sap.fe.macros.MacroAPI","description":"<p>Building block for creating a Form based on the metadata provided by OData V4.\n<br>\nUsually, a ReferenceFacet or CollectionFacet is expected<br/>Usage example:\n<pre>\n&lt;macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.Facets/0\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","bindable":true,"description":"<p>Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"id","bindable":true,"description":"<p>The identifier of the form control.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""}],"aggregations":[]},"displayName":"sap.fe.macros.Form","title":"class sap.fe.macros.Form","subTitle":""},{"kind":"class","name":"sap.fe.macros.MacroAPI","basename":"MacroAPI","resource":"sap/fe/macros/MacroAPI.ts","module":"sap/fe/macros/MacroAPI","static":true,"visibility":"public","extends":"sap.ui.core.Control","description":"<p>Base API control for macros.</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"contextPath","bindable":true,"description":"<p>Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""}],"aggregations":[]},"displayName":"sap.fe.macros.MacroAPI","title":"class sap.fe.macros.MacroAPI","subTitle":""},{"kind":"class","name":"sap.fe.macros.Table","basename":"Table","resource":"sap/fe/macros/TableAPI.ts","module":"sap/fe/macros/TableAPI","static":true,"visibility":"public","extends":"sap.fe.macros.MacroAPI","description":"<p>Building block used to create a table based on the metadata provided by OData V4.\n<br>\nUsually, a LineItem or PresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.<br/>Usage example:\n<pre>\n&lt;macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" /&gt;\n</pre>\n</p>","ui5-metadata":{"stereotype":"xmlmacro","properties":[{"name":"busy","bindable":true,"defaultValue":false,"description":"<p>An expression that allows you to control the 'busy' state of the table.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"contextPath","bindable":true,"description":"<p>Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"enableAutoColumnWidth","bindable":true,"defaultValue":false,"description":"<p>Specifies the header text that is shown in the table.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"enableExport","bindable":true,"defaultValue":true,"description":"<p>Controls if the export functionality of the table is enabled or not.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"enableFullScreen","bindable":true,"defaultValue":false,"description":"<p>Controls whether the table can be opened in fullscreen mode or not.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"enablePaste","bindable":true,"defaultValue":false,"description":"<p>Controls if the paste functionality of the table is enabled or not.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"filterBar","bindable":true,"description":"<p>Id of the FilterBar building block associated with the table.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"header","bindable":true,"description":"<p>Specifies the header text that is shown in the table.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"headerVisible","bindable":true,"defaultValue":true,"description":"<p>Controls if the header text should be shown or not.</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public"},{"name":"id","bindable":true,"description":"<p>The identifier of the table control.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"menu","bindable":true,"description":"<p>Groups menu actions by key.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"metaPath","bindable":true,"description":"<p>Defines the relative path of the property in the metamodel, based on the current contextPath.</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"personalization","bindable":true,"defaultValue":true,"description":"<p>Controls which options should be enabled for the table personalization dialog.<br/>If it is set to `true`, all possible options for this kind of table are enabled.<br/>\nIf it is set to `false`, personalization is disabled.<br/>\n<br/>\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.<br/>\nAvailable options are:<br/>\n - Sort<br/>\n - Column<br/>\n - Filter<br/>\n</p>","group":"Misc","methods":[],"type":"boolean|string","visibility":"public","linkEnabled":true},{"name":"readOnly","bindable":true,"description":"<p>An expression that allows you to control the 'read-only' state of the table.<br/>If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n</p>","group":"Misc","methods":[],"type":"boolean","visibility":"public","defaultValue":""},{"name":"selectionMode","bindable":true,"description":"<p>Defines the selection mode to be used by the table.<br/>Allowed values are `None`, `Single`, `Multi` or `Auto`\n</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""},{"name":"type","bindable":true,"defaultValue":"ResponsiveTable","description":"<p>Defines the type of table that will be used by the macro to render the data.<br/>Allowed values are `GridTable` and `ResponsiveTable`\n</p>","group":"Misc","methods":[],"type":"string","visibility":"public"},{"name":"variantManagement","bindable":true,"description":"<p>Controls the kind of variant management that should be enabled for the table.<br/>Allowed values are `Page`, `Control` and `None`.<br/>\nIf the table is used within a SAP Fiori elements template, the default value will be taken from the current page variant management.<br/>\nOtherwise it's `None`.\n</p>","group":"Misc","methods":[],"type":"string","visibility":"public","defaultValue":""}],"aggregations":[]},"events":[{"name":"rowPress","description":"<p>An event triggered when the user chooses a row; the event contains information about which row was chosen.<br/>You can set this in order to handle the navigation manually.\n</p>","visibility":"public"},{"name":"selectionChange","description":"<p>An event triggered when the selection in the table changes.</p>","visibility":"public"}],"methods":[{"name":"addMessage","visibility":"public","description":"<p>Adds a message to the table.<br/>The message applies to the whole table and not to an individual table row.\n</p>","parameters":[{"name":"parameters","description":"<p>The parameters to create the message</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"description","description":"<p>Message description</p>","optional":true,"depth":1,"types":[{"value":"string"}],"phoneName":"parameters.description","defaultValue":""},{"name":"message","description":"<p>Message text</p>","optional":true,"depth":1,"types":[{"value":"string"}],"phoneName":"parameters.message","defaultValue":""},{"name":"persistent","description":"<p>True if the message is persistent</p>","optional":true,"depth":1,"types":[{"value":"boolean"}],"phoneName":"parameters.persistent","defaultValue":""},{"name":"type","description":"<p>Message type</p>","optional":true,"depth":1,"types":[{"value":"sap.ui.core.library.MessageType","linkEnabled":true,"href":"api/sap.ui.core.library.MessageType"}],"phoneName":"parameters.type","defaultValue":""}],"returnValue":{"type":"string","description":"<p>The ID of the message\n</p>","types":[{"value":"string"}]},"href":"api/sap.fe.macros.Table#methods/addMessage","code":"<pre>addMessage(parameters) : string</pre>"},{"name":"getSelectedContexts","visibility":"public","description":"<p>Gets contexts from the table that have been selected by the user.</p>","parameters":[],"returnValue":{"type":"sap.ui.model.odata.v4.Context[]","description":"<p>Contexts of the rows selected by the user\n</p>","types":[{"value":"sap.ui.model.odata.v4.Context[]","href":"api/sap.ui.model.odata.v4.Context","linkEnabled":true}]},"href":"api/sap.fe.macros.Table#methods/getSelectedContexts","code":"<pre>getSelectedContexts() : sap.ui.model.odata.v4.Context[]</pre>"},{"name":"removeMessage","visibility":"public","description":"<p>Removes a message from the table.</p>","parameters":[{"name":"id","description":"<p>The id of the message\n</p>","types":[{"value":"string"}],"defaultValue":""}],"returnValue":{"type":"void","types":[{"value":"void","href":"api/void","linkEnabled":true}],"description":""},"href":"api/sap.fe.macros.Table#methods/removeMessage","code":"<pre>removeMessage(id) : void</pre>"}],"displayName":"sap.fe.macros.Table","title":"class sap.fe.macros.Table","subTitle":""},{"kind":"typedef","name":"sap.fe.macros.table.Action","basename":"Action","resource":"sap/fe/macros/TableAPI.ts","module":"sap/fe/macros/TableAPI","static":true,"visibility":"public","description":"<p><p>Definition of a custom action to be used inside the table toolbar</p></p>","properties":[{"name":"anchor","description":"<p>Reference to the key of another action already displayed in the toolbar to properly place this one</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"key","description":"<p>Unique identifier of the action</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"placement","description":"<p>Defines where this action should be placed relative to the defined anchor<br/>Allowed values are `Before` and `After`\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"press","description":"<p>Event handler to be called when the user chooses the action</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"requiresSelection","description":"<p>Defines if the action requires a selection.</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"boolean"}]},{"name":"text","description":"<p>The text that will be displayed for this action</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]}],"displayName":"sap.fe.macros.table.Action","title":"typedef sap.fe.macros.table.Action","subTitle":""},{"kind":"typedef","name":"sap.fe.macros.table.Column","basename":"Column","resource":"sap/fe/macros/TableAPI.ts","module":"sap/fe/macros/TableAPI","static":true,"visibility":"public","description":"<p><p>Definition of a custom column to be used inside the table.<br/>The template for the column has to be provided as the default aggregation\n</p></p>","properties":[{"name":"anchor","description":"<p>Reference to the key of another column already displayed in the table to properly place this one</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"header","description":"<p>The text that will be displayed for this column header</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"key","description":"<p>Unique identifier of the column</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]},{"name":"placement","description":"<p>Defines where this column should be placed relative to the defined anchor<br/>Allowed values are `Before` and `After`\n</p>","group":"Misc","methods":[],"visibility":"public","types":[{"value":"string"}]}],"displayName":"sap.fe.macros.table.Column","title":"typedef sap.fe.macros.table.Column","subTitle":""},{"name":"sap","displayName":"sap","kind":"namespace","nodes":[{"name":"sap.fe","description":"","href":"api/sap.fe"}],"title":"namespace sap","subTitle":""},{"name":"sap.fe","displayName":"sap.fe","kind":"namespace","nodes":[{"name":"sap.fe.macros","description":"<p>Library containing the building blocks for SAP Fiori elements.</p>","href":"api/sap.fe.macros"}],"title":"namespace sap.fe","subTitle":""},{"name":"sap.fe.macros.table","displayName":"sap.fe.macros.table","kind":"namespace","nodes":[{"name":"sap.fe.macros.table.Action","description":"<p>Definition of a custom action to be used inside the table toolbar</p>","href":"api/sap.fe.macros.table.Action"},{"name":"sap.fe.macros.table.Column","description":"<p>Definition of a custom column to be used inside the table.<br/>The template for the column has to be provided as the default aggregation\n</p>","href":"api/sap.fe.macros.table.Column"}],"title":"namespace sap.fe.macros.table","subTitle":""}]}
@@ -1 +1 @@
1
- {"!name":"sap.fe.macros","!version":"1.21.1","!define":{"sap.fe.macros":{"Form":{"!description":"Building block for creating a Form based on the metadata provided by OData V4. <br> Usually, a ReferenceFacet or CollectionFacet is expected\n\nUsage example: <pre>\n&lt;macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.Facets/0\" /&gt;\n<\/pre>","!module":"sap/fe/macros/FormAPI","!category":"enum","!type":"String"},"hideOnNoData":{"!description":"Show blank space in case there is no data in the chart","!category":"enum","!type":"Boolean"},"description":{"!description":"Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.","!category":"enum","!type":"String"},"!category":"namespace","title":{"!description":"Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.","!category":"enum","!type":"String"},"Paginator":"sap.fe.macros.Paginator_obj","Field":{"!description":"Building block for creating a field based on the metadata provided by OData V4. <br> Usually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\n\nUsage example: <pre>\n&lt;macro:Field id=\"MyField\" metaPath=\"MyProperty\" /&gt;\n<\/pre>","!module":"sap/fe/macros/FieldAPI","!category":"enum","!type":"String"},"MicroChart":"sap.fe.macros.MicroChart_obj","id":{"!description":"The identifier of the share control.","!category":"enum","!type":"String"},"navigationType":{"!description":"Type of navigation, that is, External or InPage","!category":"enum","!type":"sap.fe.macros.NavigationType"},"Chart":{"!description":"Building block used to create a chart based on the metadata provided by OData V4. <br> Usually, a contextPath and metaPath is expected.\n\nUsage example: <pre>\n&lt;macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" /&gt;\n<\/pre>","!module":"sap/fe/macros/ChartAPI","!category":"enum","!type":"String"},"!description":"Library containing the building blocks for SAP Fiori elements.","onTitlePressed":{"!description":"Event handler for onTitlePressed event","!category":"enum","!type":"String"},"Table":{"!description":"Building block used to create a table based on the metadata provided by OData V4. <br> Usually, a LineItem or PresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nUsage example: <pre>\n&lt;macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" /&gt;\n<\/pre>","!module":"sap/fe/macros/TableAPI","!category":"enum","!type":"String"},"visible":{"!description":"Whether the share macro is visible or not.","!category":"enum","!type":"Boolean"},"showOnlyChart":{"!description":"To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.","!category":"enum","!type":"Boolean"},"contextPath":{"!description":"Metadata path to the entitySet or navigationProperty.","!category":"enum","!type":"sap.ui.model.Context"},"MacroMetadata":"sap.fe.macros.MacroMetadata_obj","label":{"!description":"Label shown for the field. If not set, the label from the annotations will be shown.","!category":"enum","!type":"String"},"templateResourceBundle":{"!description":"The identifier to get the tooltip for the paginator buttons","!category":"enum","!type":"Boolean"},"FormElement":"sap.fe.macros.FormElement_obj","metaPath":{"!description":"Metadata path to the Chart annotations.","!category":"enum","!type":"sap.ui.model.Context"},"isAnalytics":{"!description":"Defines whether the MicroChart is part of an analytical table","!category":"enum","!type":"Boolean"},"FlexibleColumnLayoutActions":"sap.fe.macros.FlexibleColumnLayoutActions_obj","!module":"sap/fe/macros/library","size":{"!description":"Size of the MicroChart","!category":"enum","!type":"String"},"!helpDescription":"Library containing the building blocks for SAP Fiori elements.","batchGroupId":{"!description":"Batch group ID along with which this call should be grouped.","!category":"enum","!type":"String"},"Share":"sap.fe.macros.Share_obj"},"sap":{"sap":"sap","!category":"namespace","fe":"sap.fe"},"sap.fe.macros.MacroMetadata":{"!description":"Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.","!module":"sap/fe/macros/MacroMetadata","!helpDescription":"Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.","!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.macros.Paginator_obj":{"!type":"fn()","prototype":"sap.fe.macros.Paginator"},"sap.fe":{"macros":"sap.fe.macros","!category":"namespace"},"sap.fe.macros.FormElement_obj":{"!type":"fn()","prototype":"sap.fe.macros.FormElement"},"sap.fe.macros.MacroMetadata_obj":{"!type":"fn()","prototype":"sap.fe.macros.MacroMetadata"},"sap.fe.macros.Share":{"!description":"Building block used to create the \u2018Share\u2019 functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\n\nUsage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n<\/pre>","!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getVisible visible} : boolean (default: true)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","!module":"sap/fe/macros/Share.metadata","!helpDescription":"Building block used to create the \u2018Share\u2019 functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\n\nUsage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n<\/pre>","!proto":"sap.fe.macros.MacroMetadata","!category":"class"},"sap.fe.macros.FlexibleColumnLayoutActions":{"!description":"Building block used specifically in an app using the flexible column layout to add the \u2018expand\u2019, \u2018reduce\u2019, and \u2018close\u2019 action buttons.\n\nUsage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n<\/pre>","!module":"sap/fe/macros/FlexibleColumnLayoutActions.metadata","!helpDescription":"Building block used specifically in an app using the flexible column layout to add the \u2018expand\u2019, \u2018reduce\u2019, and \u2018close\u2019 action buttons.\n\nUsage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n<\/pre>","!proto":"sap.fe.macros.MacroMetadata","!category":"class"},"sap.fe.macros.Share_obj":{"!type":"fn()","prototype":"sap.fe.macros.Share"},"sap.fe.macros.FlexibleColumnLayoutActions_obj":{"!type":"fn()","prototype":"sap.fe.macros.FlexibleColumnLayoutActions"},"sap.fe.macros.Paginator":{"!description":"Building block used to create a paginator control.\n\nUsage example: <pre>\n&lt;macro:Paginator /&gt;\n<\/pre>","!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getTemplateResourceBundle templateResourceBundle} : boolean (default: true)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","!module":"sap/fe/macros/Paginator.metadata","!helpDescription":"Building block used to create a paginator control.\n\nUsage example: <pre>\n&lt;macro:Paginator /&gt;\n<\/pre>","!proto":"sap.fe.macros.MacroMetadata","!category":"class"},"sap.fe.macros.FormElement":{"!description":"Building block used to create a form element containing a label and a field.","!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getMetaPath metaPath} : sap.ui.model.Context<\/li>\n<li>{@link #getContextPath contextPath} : sap.ui.model.Context<\/li>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getLabel label} : string<\/li>\n<li>{@link #getVisible visible} : boolean<\/li>\n<\/ul>\n<\/li>\n<li>Aggregations\n<ul>\n<li>{@link #getFields fields} : sap.ui.core.Control[]<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","!module":"sap/fe/macros/FormElement.metadata","!helpDescription":"Building block used to create a form element containing a label and a field.","!proto":"sap.fe.macros.MacroMetadata","!category":"class"},"sap.fe.macros.MicroChart_obj":{"!type":"fn()","prototype":"sap.fe.macros.MicroChart"},"sap.fe.macros.MicroChart":{"!description":"Building block used to create a MicroChart based on the metadata provided by OData V4.","!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getContextPath contextPath} : sap.ui.model.Context<\/li>\n<li>{@link #getMetaPath metaPath} : sap.ui.model.Context<\/li>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getShowOnlyChart showOnlyChart} : boolean (default: false)<\/li>\n<li>{@link #getBatchGroupId batchGroupId} : string (default: \"\")<\/li>\n<li>{@link #getTitle title} : string (default: \"\")<\/li>\n<li>{@link #getHideOnNoData hideOnNoData} : boolean (default: false)<\/li>\n<li>{@link #getDescription description} : string (default: \"\")<\/li>\n<li>{@link #getNavigationType navigationType} : sap.fe.macros.NavigationType (default: \"None\")<\/li>\n<li>{@link #getOnTitlePressed onTitlePressed} : string<\/li>\n<li>{@link #getSize size} : string<\/li>\n<li>{@link #getIsAnalytics isAnalytics} : boolean (default: false)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","!module":"sap/fe/macros/MicroChart.metadata","!helpDescription":"Building block used to create a MicroChart based on the metadata provided by OData V4.","!proto":"sap.fe.macros.MacroMetadata","!category":"class"}}}
1
+ {"!name":"sap.fe.macros","!version":"1.21.1","!define":{"sap.fe.macros":{"Form":{"!description":"Building block for creating a Form based on the metadata provided by OData V4. <br> Usually, a ReferenceFacet or CollectionFacet is expected\n\nUsage example: <pre>\n&lt;macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.Facets/0\" /&gt;\n<\/pre>","!module":"sap/fe/macros/FormAPI","!category":"enum","!type":"String"},"hideOnNoData":{"!description":"Show blank space in case there is no data in the chart","!category":"enum","!type":"Boolean"},"description":{"!description":"Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.","!category":"enum","!type":"String"},"!category":"namespace","title":{"!description":"Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.","!category":"enum","!type":"String"},"Paginator":"sap.fe.macros.Paginator_obj","Field":{"!description":"Building block for creating a field based on the metadata provided by OData V4. <br> Usually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\n\nUsage example: <pre>\n&lt;macro:Field id=\"MyField\" metaPath=\"MyProperty\" /&gt;\n<\/pre>","!module":"sap/fe/macros/FieldAPI","!category":"enum","!type":"String"},"MicroChart":"sap.fe.macros.MicroChart_obj","id":{"!description":"The identifier of the share control.","!category":"enum","!type":"String"},"navigationType":{"!description":"Type of navigation, that is, External or InPage","!category":"enum","!type":"sap.fe.macros.NavigationType"},"Chart":{"!description":"Building block used to create a chart based on the metadata provided by OData V4. <br> Usually, a contextPath and metaPath is expected.\n\nUsage example: <pre>\n&lt;macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" /&gt;\n<\/pre>","!module":"sap/fe/macros/ChartAPI","!category":"enum","!type":"String"},"!description":"Library containing the building blocks for SAP Fiori elements.","onTitlePressed":{"!description":"Event handler for onTitlePressed event","!category":"enum","!type":"String"},"Table":{"!description":"Building block used to create a table based on the metadata provided by OData V4. <br> Usually, a LineItem or PresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nUsage example: <pre>\n&lt;macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" /&gt;\n<\/pre>","!module":"sap/fe/macros/TableAPI","!category":"enum","!type":"String"},"visible":{"!description":"Whether the share macro is visible or not.","!category":"enum","!type":"Boolean"},"showOnlyChart":{"!description":"To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.","!category":"enum","!type":"Boolean"},"contextPath":{"!description":"Metadata path to the entitySet or navigationProperty.","!category":"enum","!type":"sap.ui.model.Context"},"MacroMetadata":"sap.fe.macros.MacroMetadata_obj","label":{"!description":"Label shown for the field. If not set, the label from the annotations will be shown.","!category":"enum","!type":"String"},"templateResourceBundle":{"!description":"The identifier to get the tooltip for the paginator buttons","!category":"enum","!type":"Boolean"},"FormElement":"sap.fe.macros.FormElement_obj","MacroAPI":{"!description":"Base API control for macros.","!module":"sap/fe/macros/MacroAPI","!category":"enum","!type":"String"},"metaPath":{"!description":"Metadata path to the Chart annotations.","!category":"enum","!type":"sap.ui.model.Context"},"isAnalytics":{"!description":"Defines whether the MicroChart is part of an analytical table","!category":"enum","!type":"Boolean"},"FlexibleColumnLayoutActions":"sap.fe.macros.FlexibleColumnLayoutActions_obj","!module":"sap/fe/macros/library","size":{"!description":"Size of the MicroChart","!category":"enum","!type":"String"},"!helpDescription":"Library containing the building blocks for SAP Fiori elements.","batchGroupId":{"!description":"Batch group ID along with which this call should be grouped.","!category":"enum","!type":"String"},"Share":"sap.fe.macros.Share_obj"},"sap":{"sap":"sap","!category":"namespace","fe":"sap.fe"},"sap.fe.macros.MacroMetadata":{"!description":"Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.","!module":"sap/fe/macros/MacroMetadata","!helpDescription":"Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.","!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.macros.Paginator_obj":{"!type":"fn()","prototype":"sap.fe.macros.Paginator"},"sap.fe":{"macros":"sap.fe.macros","!category":"namespace"},"sap.fe.macros.FormElement_obj":{"!type":"fn()","prototype":"sap.fe.macros.FormElement"},"sap.fe.macros.MacroMetadata_obj":{"!type":"fn()","prototype":"sap.fe.macros.MacroMetadata"},"sap.fe.macros.Share":{"!description":"Building block used to create the \u2018Share\u2019 functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\n\nUsage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n<\/pre>","!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getVisible visible} : boolean (default: true)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","!module":"sap/fe/macros/Share.metadata","!helpDescription":"Building block used to create the \u2018Share\u2019 functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\n\nUsage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n<\/pre>","!proto":"sap.fe.macros.MacroMetadata","!category":"class"},"sap.fe.macros.FlexibleColumnLayoutActions":{"!description":"Building block used specifically in an app using the flexible column layout to add the \u2018expand\u2019, \u2018reduce\u2019, and \u2018close\u2019 action buttons.\n\nUsage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n<\/pre>","!module":"sap/fe/macros/FlexibleColumnLayoutActions.metadata","!helpDescription":"Building block used specifically in an app using the flexible column layout to add the \u2018expand\u2019, \u2018reduce\u2019, and \u2018close\u2019 action buttons.\n\nUsage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n<\/pre>","!proto":"sap.fe.macros.MacroMetadata","!category":"class"},"sap.fe.macros.Share_obj":{"!type":"fn()","prototype":"sap.fe.macros.Share"},"sap.fe.macros.FlexibleColumnLayoutActions_obj":{"!type":"fn()","prototype":"sap.fe.macros.FlexibleColumnLayoutActions"},"sap.fe.macros.Paginator":{"!description":"Building block used to create a paginator control.\n\nUsage example: <pre>\n&lt;macro:Paginator /&gt;\n<\/pre>","!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getTemplateResourceBundle templateResourceBundle} : boolean (default: true)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","!module":"sap/fe/macros/Paginator.metadata","!helpDescription":"Building block used to create a paginator control.\n\nUsage example: <pre>\n&lt;macro:Paginator /&gt;\n<\/pre>","!proto":"sap.fe.macros.MacroMetadata","!category":"class"},"sap.fe.macros.FormElement":{"!description":"Building block used to create a form element containing a label and a field.","!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getMetaPath metaPath} : sap.ui.model.Context<\/li>\n<li>{@link #getContextPath contextPath} : sap.ui.model.Context<\/li>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getLabel label} : string<\/li>\n<li>{@link #getVisible visible} : boolean<\/li>\n<\/ul>\n<\/li>\n<li>Aggregations\n<ul>\n<li>{@link #getFields fields} : sap.ui.core.Control[]<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","!module":"sap/fe/macros/FormElement.metadata","!helpDescription":"Building block used to create a form element containing a label and a field.","!proto":"sap.fe.macros.MacroMetadata","!category":"class"},"sap.fe.macros.MicroChart_obj":{"!type":"fn()","prototype":"sap.fe.macros.MicroChart"},"sap.fe.macros.MicroChart":{"!description":"Building block used to create a MicroChart based on the metadata provided by OData V4.","!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getContextPath contextPath} : sap.ui.model.Context<\/li>\n<li>{@link #getMetaPath metaPath} : sap.ui.model.Context<\/li>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getShowOnlyChart showOnlyChart} : boolean (default: false)<\/li>\n<li>{@link #getBatchGroupId batchGroupId} : string (default: \"\")<\/li>\n<li>{@link #getTitle title} : string (default: \"\")<\/li>\n<li>{@link #getHideOnNoData hideOnNoData} : boolean (default: false)<\/li>\n<li>{@link #getDescription description} : string (default: \"\")<\/li>\n<li>{@link #getNavigationType navigationType} : sap.fe.macros.NavigationType (default: \"None\")<\/li>\n<li>{@link #getOnTitlePressed onTitlePressed} : string<\/li>\n<li>{@link #getSize size} : string<\/li>\n<li>{@link #getIsAnalytics isAnalytics} : boolean (default: false)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","!module":"sap/fe/macros/MicroChart.metadata","!helpDescription":"Building block used to create a MicroChart based on the metadata provided by OData V4.","!proto":"sap.fe.macros.MacroMetadata","!category":"class"}}}
@@ -1 +1 @@
1
- {"enums":[],"metadatas":{"sap.fe.macros.Share":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/macros/Share.metadata","description":"Building block used to create the \u2018Share\u2019 functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\n\nUsage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n<\/pre>","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getVisible visible} : boolean (default: true)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","extend":"sap.fe.macros.MacroMetadata","Deprecated":false,"helpDescription":"Building block used to create the \u2018Share\u2019 functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\n\nUsage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n<\/pre>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{"visible":{"method":"#getVisible,setVisible","Deprecated":false,"defaultValue":"true","Experimental":false,"description":"Whether the share macro is visible or not.","fullName":"sap.fe.macros.Share#visible","helpDescription":"Whether the share macro is visible or not.","type":"boolean","DeprecatedInfo":{"isDeprecated":false}},"id":{"method":"#getId,setId","Deprecated":false,"Experimental":false,"description":"The identifier of the share control.","fullName":"sap.fe.macros.Share#id","helpDescription":"The identifier of the share control.","type":"string","DeprecatedInfo":{"isDeprecated":false}}},"events":{}},"sap":{"filetype":"library","types":["sap.fe"],"name":"sap","version":"1.99.0"},"sap.fe.macros.FlexibleColumnLayoutActions":{"extend":"sap.fe.macros.MacroMetadata","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/macros/FlexibleColumnLayoutActions.metadata","description":"Building block used specifically in an app using the flexible column layout to add the \u2018expand\u2019, \u2018reduce\u2019, and \u2018close\u2019 action buttons.\n\nUsage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n<\/pre>","helpDescription":"Building block used specifically in an app using the flexible column layout to add the \u2018expand\u2019, \u2018reduce\u2019, and \u2018close\u2019 action buttons.\n\nUsage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n<\/pre>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.macros.MacroMetadata":{"associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/macros/MacroMetadata","description":"Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.","helpDescription":"Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.macros.Paginator":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/macros/Paginator.metadata","description":"Building block used to create a paginator control.\n\nUsage example: <pre>\n&lt;macro:Paginator /&gt;\n<\/pre>","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getTemplateResourceBundle templateResourceBundle} : boolean (default: true)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","extend":"sap.fe.macros.MacroMetadata","Deprecated":false,"helpDescription":"Building block used to create a paginator control.\n\nUsage example: <pre>\n&lt;macro:Paginator /&gt;\n<\/pre>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{"id":{"method":"#getId,setId","Deprecated":false,"Experimental":false,"description":"The identifier of the Paginator control.","fullName":"sap.fe.macros.Paginator#id","helpDescription":"The identifier of the Paginator control.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"templateResourceBundle":{"method":"#getTemplateResourceBundle,setTemplateResourceBundle","Deprecated":false,"defaultValue":"true","Experimental":false,"description":"The identifier to get the tooltip for the paginator buttons","fullName":"sap.fe.macros.Paginator#templateResourceBundle","helpDescription":"The identifier to get the tooltip for the paginator buttons","type":"boolean","DeprecatedInfo":{"isDeprecated":false}}},"events":{}},"sap.fe.macros.FormElement":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/macros/FormElement.metadata","description":"Building block used to create a form element containing a label and a field.","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getMetaPath metaPath} : sap.ui.model.Context<\/li>\n<li>{@link #getContextPath contextPath} : sap.ui.model.Context<\/li>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getLabel label} : string<\/li>\n<li>{@link #getVisible visible} : boolean<\/li>\n<\/ul>\n<\/li>\n<li>Aggregations\n<ul>\n<li>{@link #getFields fields} : sap.ui.core.Control[]<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","extend":"sap.fe.macros.MacroMetadata","Deprecated":false,"helpDescription":"Building block used to create a form element containing a label and a field.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{"fields":{"method":"#getFields,destroyFields,insertField,addField,removeField,indexOfField,removeAllFields","Deprecated":false,"Experimental":false,"multiple":"true","description":"Optional aggregation of controls that should be displayed inside the FormElement. If not set, a default Field Macro control will be rendered","fullName":"sap.fe.macros.FormElement#fields","helpDescription":"Optional aggregation of controls that should be displayed inside the FormElement. If not set, a default Field Macro control will be rendered","type":"sap.ui.core.Control","DeprecatedInfo":{"isDeprecated":false}}},"properties":{"visible":{"method":"#getVisible,setVisible","Deprecated":false,"Experimental":false,"description":"If set to false, the FormElement is not rendered.","fullName":"sap.fe.macros.FormElement#visible","helpDescription":"If set to false, the FormElement is not rendered.","type":"boolean","DeprecatedInfo":{"isDeprecated":false}},"contextPath":{"method":"#getContextPath,setContextPath","Deprecated":false,"Experimental":false,"description":"Defines the path of the context used in the current page or block. This setting is defined by the framework.","fullName":"sap.fe.macros.FormElement#contextPath","helpDescription":"Defines the path of the context used in the current page or block. This setting is defined by the framework.","type":"sap.ui.model.Context","DeprecatedInfo":{"isDeprecated":false}},"id":{"method":"#getId,setId","Deprecated":false,"Experimental":false,"description":"The identifier of the table control.","fullName":"sap.fe.macros.FormElement#id","helpDescription":"The identifier of the table control.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"label":{"method":"#getLabel,setLabel","Deprecated":false,"Experimental":false,"description":"Label shown for the field. If not set, the label from the annotations will be shown.","fullName":"sap.fe.macros.FormElement#label","helpDescription":"Label shown for the field. If not set, the label from the annotations will be shown.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"metaPath":{"method":"#getMetaPath,setMetaPath","Deprecated":false,"Experimental":false,"description":"Defines the relative path of the property in the metamodel, based on the current contextPath.","fullName":"sap.fe.macros.FormElement#metaPath","helpDescription":"Defines the relative path of the property in the metamodel, based on the current contextPath.","type":"sap.ui.model.Context","DeprecatedInfo":{"isDeprecated":false}}},"events":{}},"sap.fe.macros.MicroChart":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/macros/MicroChart.metadata","description":"Building block used to create a MicroChart based on the metadata provided by OData V4.","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getContextPath contextPath} : sap.ui.model.Context<\/li>\n<li>{@link #getMetaPath metaPath} : sap.ui.model.Context<\/li>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getShowOnlyChart showOnlyChart} : boolean (default: false)<\/li>\n<li>{@link #getBatchGroupId batchGroupId} : string (default: \"\")<\/li>\n<li>{@link #getTitle title} : string (default: \"\")<\/li>\n<li>{@link #getHideOnNoData hideOnNoData} : boolean (default: false)<\/li>\n<li>{@link #getDescription description} : string (default: \"\")<\/li>\n<li>{@link #getNavigationType navigationType} : sap.fe.macros.NavigationType (default: \"None\")<\/li>\n<li>{@link #getOnTitlePressed onTitlePressed} : string<\/li>\n<li>{@link #getSize size} : string<\/li>\n<li>{@link #getIsAnalytics isAnalytics} : boolean (default: false)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","extend":"sap.fe.macros.MacroMetadata","Deprecated":false,"helpDescription":"Building block used to create a MicroChart based on the metadata provided by OData V4.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{"onTitlePressed":{"method":"#getOnTitlePressed,setOnTitlePressed","Deprecated":false,"Experimental":false,"description":"Event handler for onTitlePressed event","fullName":"sap.fe.macros.MicroChart#onTitlePressed","helpDescription":"Event handler for onTitlePressed event","type":"string","DeprecatedInfo":{"isDeprecated":false}},"size":{"method":"#getSize,setSize","Deprecated":false,"Experimental":false,"description":"Size of the MicroChart","fullName":"sap.fe.macros.MicroChart#size","helpDescription":"Size of the MicroChart","type":"string","DeprecatedInfo":{"isDeprecated":false}},"showOnlyChart":{"method":"#getShowOnlyChart,setShowOnlyChart","Deprecated":false,"defaultValue":"false","Experimental":false,"description":"To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.","fullName":"sap.fe.macros.MicroChart#showOnlyChart","helpDescription":"To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.","type":"boolean","DeprecatedInfo":{"isDeprecated":false}},"hideOnNoData":{"method":"#getHideOnNoData,setHideOnNoData","Deprecated":false,"defaultValue":"false","Experimental":false,"description":"Show blank space in case there is no data in the chart","fullName":"sap.fe.macros.MicroChart#hideOnNoData","helpDescription":"Show blank space in case there is no data in the chart","type":"boolean","DeprecatedInfo":{"isDeprecated":false}},"batchGroupId":{"method":"#getBatchGroupId,setBatchGroupId","Deprecated":false,"defaultValue":"\"\"","Experimental":false,"description":"Batch group ID along with which this call should be grouped.","fullName":"sap.fe.macros.MicroChart#batchGroupId","helpDescription":"Batch group ID along with which this call should be grouped.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"contextPath":{"method":"#getContextPath,setContextPath","Deprecated":false,"Experimental":false,"description":"Metadata path to the entitySet or navigationProperty.","fullName":"sap.fe.macros.MicroChart#contextPath","helpDescription":"Metadata path to the entitySet or navigationProperty.","type":"sap.ui.model.Context","DeprecatedInfo":{"isDeprecated":false}},"description":{"method":"#getDescription,setDescription","Deprecated":false,"defaultValue":"\"\"","Experimental":false,"description":"Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.","fullName":"sap.fe.macros.MicroChart#description","helpDescription":"Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"id":{"method":"#getId,setId","Deprecated":false,"Experimental":false,"description":"ID of the MicroChart.","fullName":"sap.fe.macros.MicroChart#id","helpDescription":"ID of the MicroChart.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"title":{"method":"#getTitle,setTitle","Deprecated":false,"defaultValue":"\"\"","Experimental":false,"description":"Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.","fullName":"sap.fe.macros.MicroChart#title","helpDescription":"Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"navigationType":{"method":"#getNavigationType,setNavigationType","Deprecated":false,"defaultValue":"\"None\"","Experimental":false,"description":"Type of navigation, that is, External or InPage","fullName":"sap.fe.macros.MicroChart#navigationType","helpDescription":"Type of navigation, that is, External or InPage","type":"sap.fe.macros.NavigationType","DeprecatedInfo":{"isDeprecated":false}},"metaPath":{"method":"#getMetaPath,setMetaPath","Deprecated":false,"Experimental":false,"description":"Metadata path to the Chart annotations.","fullName":"sap.fe.macros.MicroChart#metaPath","helpDescription":"Metadata path to the Chart annotations.","type":"sap.ui.model.Context","DeprecatedInfo":{"isDeprecated":false}},"isAnalytics":{"method":"#getIsAnalytics,setIsAnalytics","Deprecated":false,"defaultValue":"false","Experimental":false,"description":"Defines whether the MicroChart is part of an analytical table","fullName":"sap.fe.macros.MicroChart#isAnalytics","helpDescription":"Defines whether the MicroChart is part of an analytical table","type":"boolean","DeprecatedInfo":{"isDeprecated":false}}},"events":{}}},"!version":"1.21.1"}
1
+ {"enums":[],"metadatas":{"sap.fe.macros.Share":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/macros/Share.metadata","description":"Building block used to create the \u2018Share\u2019 functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\n\nUsage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n<\/pre>","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getVisible visible} : boolean (default: true)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","extend":"sap.fe.macros.MacroMetadata","Deprecated":false,"helpDescription":"Building block used to create the \u2018Share\u2019 functionality. <br> Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam. <br> If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\n\nUsage example: <pre>\n&lt;macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/&gt;\n<\/pre>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{"visible":{"method":"#getVisible,setVisible","Deprecated":false,"defaultValue":"true","Experimental":false,"description":"Whether the share macro is visible or not.","fullName":"sap.fe.macros.Share#visible","helpDescription":"Whether the share macro is visible or not.","type":"boolean","DeprecatedInfo":{"isDeprecated":false}},"id":{"method":"#getId,setId","Deprecated":false,"Experimental":false,"description":"The identifier of the share control.","fullName":"sap.fe.macros.Share#id","helpDescription":"The identifier of the share control.","type":"string","DeprecatedInfo":{"isDeprecated":false}}},"events":{}},"sap":{"filetype":"library","types":["sap.fe"],"name":"sap","version":"1.100.0"},"sap.fe.macros.FlexibleColumnLayoutActions":{"extend":"sap.fe.macros.MacroMetadata","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/macros/FlexibleColumnLayoutActions.metadata","description":"Building block used specifically in an app using the flexible column layout to add the \u2018expand\u2019, \u2018reduce\u2019, and \u2018close\u2019 action buttons.\n\nUsage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n<\/pre>","helpDescription":"Building block used specifically in an app using the flexible column layout to add the \u2018expand\u2019, \u2018reduce\u2019, and \u2018close\u2019 action buttons.\n\nUsage example: <pre>\n&lt;f:DynamicPageTitle id=\"incidentProcessFlowDynamicPageTitle\"&gt;\n\t &lt;f:navigationActions&gt;\n\t &lt;macros:FlexibleColumnLayoutActions /&gt;\n\t &lt;/f:navigationActions&gt;\n&lt;/f:DynamicPageTitle&gt;\n&lt;macro:FlexibleColumnLayoutActions /&gt;\n<\/pre>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.macros.MacroMetadata":{"associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/macros/MacroMetadata","description":"Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.","helpDescription":"Base class for all SAP Fiori elements building blocks. This class is not meant to be used as a stand-alone class.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.macros.Paginator":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/macros/Paginator.metadata","description":"Building block used to create a paginator control.\n\nUsage example: <pre>\n&lt;macro:Paginator /&gt;\n<\/pre>","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getTemplateResourceBundle templateResourceBundle} : boolean (default: true)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","extend":"sap.fe.macros.MacroMetadata","Deprecated":false,"helpDescription":"Building block used to create a paginator control.\n\nUsage example: <pre>\n&lt;macro:Paginator /&gt;\n<\/pre>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{"id":{"method":"#getId,setId","Deprecated":false,"Experimental":false,"description":"The identifier of the Paginator control.","fullName":"sap.fe.macros.Paginator#id","helpDescription":"The identifier of the Paginator control.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"templateResourceBundle":{"method":"#getTemplateResourceBundle,setTemplateResourceBundle","Deprecated":false,"defaultValue":"true","Experimental":false,"description":"The identifier to get the tooltip for the paginator buttons","fullName":"sap.fe.macros.Paginator#templateResourceBundle","helpDescription":"The identifier to get the tooltip for the paginator buttons","type":"boolean","DeprecatedInfo":{"isDeprecated":false}}},"events":{}},"sap.fe.macros.FormElement":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/macros/FormElement.metadata","description":"Building block used to create a form element containing a label and a field.","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getMetaPath metaPath} : sap.ui.model.Context<\/li>\n<li>{@link #getContextPath contextPath} : sap.ui.model.Context<\/li>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getLabel label} : string<\/li>\n<li>{@link #getVisible visible} : boolean<\/li>\n<\/ul>\n<\/li>\n<li>Aggregations\n<ul>\n<li>{@link #getFields fields} : sap.ui.core.Control[]<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","extend":"sap.fe.macros.MacroMetadata","Deprecated":false,"helpDescription":"Building block used to create a form element containing a label and a field.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{"fields":{"method":"#getFields,destroyFields,insertField,addField,removeField,indexOfField,removeAllFields","Deprecated":false,"Experimental":false,"multiple":"true","description":"Optional aggregation of controls that should be displayed inside the FormElement. If not set, a default Field Macro control will be rendered","fullName":"sap.fe.macros.FormElement#fields","helpDescription":"Optional aggregation of controls that should be displayed inside the FormElement. If not set, a default Field Macro control will be rendered","type":"sap.ui.core.Control","DeprecatedInfo":{"isDeprecated":false}}},"properties":{"visible":{"method":"#getVisible,setVisible","Deprecated":false,"Experimental":false,"description":"If set to false, the FormElement is not rendered.","fullName":"sap.fe.macros.FormElement#visible","helpDescription":"If set to false, the FormElement is not rendered.","type":"boolean","DeprecatedInfo":{"isDeprecated":false}},"contextPath":{"method":"#getContextPath,setContextPath","Deprecated":false,"Experimental":false,"description":"Defines the path of the context used in the current page or block. This setting is defined by the framework.","fullName":"sap.fe.macros.FormElement#contextPath","helpDescription":"Defines the path of the context used in the current page or block. This setting is defined by the framework.","type":"sap.ui.model.Context","DeprecatedInfo":{"isDeprecated":false}},"id":{"method":"#getId,setId","Deprecated":false,"Experimental":false,"description":"The identifier of the table control.","fullName":"sap.fe.macros.FormElement#id","helpDescription":"The identifier of the table control.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"label":{"method":"#getLabel,setLabel","Deprecated":false,"Experimental":false,"description":"Label shown for the field. If not set, the label from the annotations will be shown.","fullName":"sap.fe.macros.FormElement#label","helpDescription":"Label shown for the field. If not set, the label from the annotations will be shown.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"metaPath":{"method":"#getMetaPath,setMetaPath","Deprecated":false,"Experimental":false,"description":"Defines the relative path of the property in the metamodel, based on the current contextPath.","fullName":"sap.fe.macros.FormElement#metaPath","helpDescription":"Defines the relative path of the property in the metamodel, based on the current contextPath.","type":"sap.ui.model.Context","DeprecatedInfo":{"isDeprecated":false}}},"events":{}},"sap.fe.macros.MicroChart":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/macros/MicroChart.metadata","description":"Building block used to create a MicroChart based on the metadata provided by OData V4.","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getContextPath contextPath} : sap.ui.model.Context<\/li>\n<li>{@link #getMetaPath metaPath} : sap.ui.model.Context<\/li>\n<li>{@link #getId id} : string<\/li>\n<li>{@link #getShowOnlyChart showOnlyChart} : boolean (default: false)<\/li>\n<li>{@link #getBatchGroupId batchGroupId} : string (default: \"\")<\/li>\n<li>{@link #getTitle title} : string (default: \"\")<\/li>\n<li>{@link #getHideOnNoData hideOnNoData} : boolean (default: false)<\/li>\n<li>{@link #getDescription description} : string (default: \"\")<\/li>\n<li>{@link #getNavigationType navigationType} : sap.fe.macros.NavigationType (default: \"None\")<\/li>\n<li>{@link #getOnTitlePressed onTitlePressed} : string<\/li>\n<li>{@link #getSize size} : string<\/li>\n<li>{@link #getIsAnalytics isAnalytics} : boolean (default: false)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.macros.MacroMetadata#constructor sap.fe.macros.MacroMetadata}\ncan be used as well.","extend":"sap.fe.macros.MacroMetadata","Deprecated":false,"helpDescription":"Building block used to create a MicroChart based on the metadata provided by OData V4.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{"onTitlePressed":{"method":"#getOnTitlePressed,setOnTitlePressed","Deprecated":false,"Experimental":false,"description":"Event handler for onTitlePressed event","fullName":"sap.fe.macros.MicroChart#onTitlePressed","helpDescription":"Event handler for onTitlePressed event","type":"string","DeprecatedInfo":{"isDeprecated":false}},"size":{"method":"#getSize,setSize","Deprecated":false,"Experimental":false,"description":"Size of the MicroChart","fullName":"sap.fe.macros.MicroChart#size","helpDescription":"Size of the MicroChart","type":"string","DeprecatedInfo":{"isDeprecated":false}},"showOnlyChart":{"method":"#getShowOnlyChart,setShowOnlyChart","Deprecated":false,"defaultValue":"false","Experimental":false,"description":"To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.","fullName":"sap.fe.macros.MicroChart#showOnlyChart","helpDescription":"To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.","type":"boolean","DeprecatedInfo":{"isDeprecated":false}},"hideOnNoData":{"method":"#getHideOnNoData,setHideOnNoData","Deprecated":false,"defaultValue":"false","Experimental":false,"description":"Show blank space in case there is no data in the chart","fullName":"sap.fe.macros.MicroChart#hideOnNoData","helpDescription":"Show blank space in case there is no data in the chart","type":"boolean","DeprecatedInfo":{"isDeprecated":false}},"batchGroupId":{"method":"#getBatchGroupId,setBatchGroupId","Deprecated":false,"defaultValue":"\"\"","Experimental":false,"description":"Batch group ID along with which this call should be grouped.","fullName":"sap.fe.macros.MicroChart#batchGroupId","helpDescription":"Batch group ID along with which this call should be grouped.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"contextPath":{"method":"#getContextPath,setContextPath","Deprecated":false,"Experimental":false,"description":"Metadata path to the entitySet or navigationProperty.","fullName":"sap.fe.macros.MicroChart#contextPath","helpDescription":"Metadata path to the entitySet or navigationProperty.","type":"sap.ui.model.Context","DeprecatedInfo":{"isDeprecated":false}},"description":{"method":"#getDescription,setDescription","Deprecated":false,"defaultValue":"\"\"","Experimental":false,"description":"Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.","fullName":"sap.fe.macros.MicroChart#description","helpDescription":"Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"id":{"method":"#getId,setId","Deprecated":false,"Experimental":false,"description":"ID of the MicroChart.","fullName":"sap.fe.macros.MicroChart#id","helpDescription":"ID of the MicroChart.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"title":{"method":"#getTitle,setTitle","Deprecated":false,"defaultValue":"\"\"","Experimental":false,"description":"Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.","fullName":"sap.fe.macros.MicroChart#title","helpDescription":"Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.","type":"string","DeprecatedInfo":{"isDeprecated":false}},"navigationType":{"method":"#getNavigationType,setNavigationType","Deprecated":false,"defaultValue":"\"None\"","Experimental":false,"description":"Type of navigation, that is, External or InPage","fullName":"sap.fe.macros.MicroChart#navigationType","helpDescription":"Type of navigation, that is, External or InPage","type":"sap.fe.macros.NavigationType","DeprecatedInfo":{"isDeprecated":false}},"metaPath":{"method":"#getMetaPath,setMetaPath","Deprecated":false,"Experimental":false,"description":"Metadata path to the Chart annotations.","fullName":"sap.fe.macros.MicroChart#metaPath","helpDescription":"Metadata path to the Chart annotations.","type":"sap.ui.model.Context","DeprecatedInfo":{"isDeprecated":false}},"isAnalytics":{"method":"#getIsAnalytics,setIsAnalytics","Deprecated":false,"defaultValue":"false","Experimental":false,"description":"Defines whether the MicroChart is part of an analytical table","fullName":"sap.fe.macros.MicroChart#isAnalytics","helpDescription":"Defines whether the MicroChart is part of an analytical table","type":"boolean","DeprecatedInfo":{"isDeprecated":false}}},"events":{}}},"!version":"1.21.1"}