@sap/open.fe 1.97.0 → 1.98.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.
- package/package.json +1 -1
- package/packages/sap.fe.common/src/sap/fe/common/.library +1 -1
- package/packages/sap.fe.common/src/sap/fe/common/.theming +1 -1
- package/packages/sap.fe.common/src/sap/fe/common/MessageButton-dbg.js +275 -62
- package/packages/sap.fe.common/src/sap/fe/common/MessageButton.js +1 -1
- package/packages/sap.fe.common/src/sap/fe/common/MessagePopover-dbg.js +1 -0
- package/packages/sap.fe.common/src/sap/fe/common/MessagePopover.js +1 -1
- package/packages/sap.fe.common/src/sap/fe/common/library-dbg.js +1 -1
- package/packages/sap.fe.common/src/sap/fe/common/library-h2-preload.js +3 -3
- package/packages/sap.fe.common/src/sap/fe/common/library-preload.js +51 -46
- package/packages/sap.fe.common/src/sap/fe/common/library-preload.js.map +3 -3
- package/packages/sap.fe.common/src/sap/fe/common/library.js +1 -1
- package/packages/sap.fe.common/src/sap/fe/common/manifest.json +3 -3
- package/packages/sap.fe.common/src/sap/fe/common/resources.json +16 -8
- package/packages/sap.fe.common/test/sap/fe/common/designtime/api.json +1 -1
- package/packages/sap.fe.common/test/sap/fe/common/designtime/apiref/api.json +1 -1
- package/packages/sap.fe.common/test/sap/fe/common/designtime/codeassistance/Library.xmlmeta.json +1 -1
- package/packages/sap.fe.common/test/sap/fe/common/relnotes/changes-1.98.json +18 -0
- package/packages/sap.fe.core/src/sap/fe/core/.library +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/.theming +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/AppComponent-dbg.js +3 -1
- package/packages/sap.fe.core/src/sap/fe/core/AppComponent.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/AppStateHandler-dbg.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/AppStateHandler.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/CommonUtils-dbg.js +35 -15
- package/packages/sap.fe.core/src/sap/fe/core/CommonUtils.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI-dbg.js +13 -5
- package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/PageController-dbg.js +8 -2
- package/packages/sap.fe.core/src/sap/fe/core/PageController.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/RouterProxy-dbg.js +26 -10
- package/packages/sap.fe.core/src/sap/fe/core/RouterProxy.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent-dbg.js +13 -4
- package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper-dbg.js +124 -39
- package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/actions/draft-dbg.js +49 -22
- package/packages/sap.fe.core/src/sap/fe/core/actions/draft.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling-dbg.js +11 -8
- package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/actions/operations-dbg.js +12 -8
- package/packages/sap.fe.core/src/sap/fe/core/actions/operations.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow-dbg.js +196 -70
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow-dbg.js +9 -2
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation-dbg.js +19 -17
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting-dbg.js +39 -8
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement-dbg.js +114 -25
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement.ts +112 -24
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit-dbg.js +80 -0
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit.js +6 -0
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler-dbg.js +5 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady-dbg.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator-dbg.js +34 -7
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder-dbg.js +5 -2
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing-dbg.js +16 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share-dbg.js +19 -6
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects-dbg.js +7 -7
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects.ts +6 -5
- package/packages/sap.fe.core/src/sap/fe/core/controls/ActionParameterDialog.fragment.xml +2 -1
- package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler-dbg.js +6 -3
- package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper-dbg.js +9 -3
- package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper-dbg.js +0 -5
- package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/controls/NonComputedVisibleKeyFieldsDialog.fragment.xml +1 -1
- package/packages/{sap.fe.macros/src/sap/fe/macros/massedit → sap.fe.core/src/sap/fe/core/controls/massEdit}/MassEditDialog.fragment.xml +6 -6
- package/packages/{sap.fe.macros/src/sap/fe/macros/massedit/MassEditRuntime-dbg.js → sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers-dbg.js} +2 -2
- package/packages/{sap.fe.macros/src/sap/fe/macros/massedit/MassEditRuntime.js → sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers.js} +0 -0
- package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext-dbg.js +13 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext.ts +10 -0
- package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings-dbg.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.ts +3 -0
- package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper-dbg.js +18 -7
- package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper.ts +15 -6
- package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter-dbg.js +62 -4
- package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.ts +60 -4
- package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField-dbg.js +3 -3
- package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.ts +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/common/AnnotationConverter-dbg.js +18 -10
- package/packages/sap.fe.core/src/sap/fe/core/converters/common/AnnotationConverter.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Action-dbg.js +10 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Action.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Action.ts +6 -0
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form-dbg.js +17 -9
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.ts +9 -3
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/KPI-dbg.js +69 -4
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/KPI.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/KPI.ts +72 -0
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table-dbg.js +172 -284
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.ts +228 -348
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions-dbg.js +468 -0
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions.js +5 -0
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions.ts +609 -0
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar-dbg.js +30 -13
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar.ts +31 -12
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/VisualFilters-dbg.js +2 -2
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/VisualFilters.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/VisualFilters.ts +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ObjectPage/SubSection-dbg.js +14 -6
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ObjectPage/SubSection.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ObjectPage/SubSection.ts +26 -5
- package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Aggregation-dbg.js +8 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Aggregation.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Aggregation.ts +9 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/IssueManager-dbg.js +4 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/IssueManager.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/IssueManager.ts +3 -0
- package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent-dbg.designtime.js +8 -0
- package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent.designtime.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js.map +3 -3
- package/packages/sap.fe.core/src/sap/fe/core/formatters/ValueFormatter-dbg.js +30 -5
- package/packages/sap.fe.core/src/sap/fe/core/formatters/ValueFormatter.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/formatters/ValueFormatter.ts +25 -3
- package/packages/sap.fe.core/src/sap/fe/core/fpm/manifest.json +2 -2
- package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper-dbg.js +359 -0
- package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper.js +5 -0
- package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper.ts +388 -0
- package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression-dbg.js +199 -111
- package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression.ts +193 -102
- package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveHelper-dbg.js +2 -2
- package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveHelper.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveHelper.ts +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper-dbg.js +679 -0
- package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper.js +6 -0
- package/packages/sap.fe.core/src/sap/fe/core/library-dbg.js +27 -1
- package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js +23 -14
- package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js.map +2 -2
- package/packages/sap.fe.core/src/sap/fe/core/library-preload.js +477 -411
- package/packages/sap.fe.core/src/sap/fe/core/library-preload.js.map +4 -4
- package/packages/sap.fe.core/src/sap/fe/core/library-preload.support.js +47 -3
- package/packages/sap.fe.core/src/sap/fe/core/library-preload.support.js.map +3 -3
- package/packages/sap.fe.core/src/sap/fe/core/library.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/library.support.js +9 -3
- package/packages/sap.fe.core/src/sap/fe/core/manifest.json +10 -10
- package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration-dbg.js +62 -0
- package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration.js +5 -0
- package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration.ts +68 -0
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle.properties +40 -5
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ar.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_bg.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ca.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cs.properties +25 -3
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cy.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_da.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_de.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_el.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en.properties +23 -1
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_GB.properties +23 -1
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_sappsd.properties +27 -1
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saprigi.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saptrc.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es_MX.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_et.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fi.properties +25 -3
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr.properties +25 -3
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr_CA.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hi.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hr.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hu.properties +25 -3
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_id.properties +26 -4
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_it.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_iw.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ja.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_kk.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ko.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lt.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lv.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ms.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_nl.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_no.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pl.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt.properties +25 -3
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt_PT.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ro.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ru.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sh.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sk.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sl.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sv.properties +25 -3
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_th.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_tr.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_uk.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_vi.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_CN.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_TW.properties +24 -2
- package/packages/sap.fe.core/src/sap/fe/core/resources.json +483 -235
- package/packages/sap.fe.core/src/sap/fe/core/services/AsyncComponentServiceFactory-dbg.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/services/AsyncComponentServiceFactory.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory-dbg.js +4 -3
- package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory.ts +3 -0
- package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory-dbg.js +93 -346
- package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory-dbg.js +31 -2
- package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory.ts +30 -1
- package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory-dbg.js +8 -5
- package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory.ts +11 -6
- package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory-dbg.js +12 -3
- package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/support/InvalidAnnotationColumnKey.support.js +38 -0
- package/packages/sap.fe.core/src/sap/fe/core/support/InvalidAnnotationColumnKey.support.ts +18 -0
- package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper-dbg.js +10 -48
- package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper.ts +14 -46
- package/packages/sap.fe.core/src/sap/fe/core/templating/DisplayModeFormatter-dbg.js +114 -0
- package/packages/sap.fe.core/src/sap/fe/core/templating/DisplayModeFormatter.js +5 -0
- package/packages/sap.fe.core/src/sap/fe/core/templating/DisplayModeFormatter.ts +86 -0
- package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper-dbg.js +10 -7
- package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper.ts +8 -6
- package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper-dbg.js +2 -2
- package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper.ts +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters-dbg.js +15 -110
- package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters.js +1 -1
- package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters.ts +6 -73
- package/packages/sap.fe.core/test/sap/fe/core/designtime/api.json +1 -1
- package/packages/sap.fe.core/test/sap/fe/core/designtime/apiref/api.json +1 -1
- package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.jsmeta.json +1 -1
- package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.jstemplates.json +1 -1
- package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.xmlmeta.json +1 -1
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/model/ControllerExtensionNavigationModel.js +5 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/model/CustomElementNavigationModel.js +105 -7
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/model/MacroNavigationModel.js +176 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/FCL/FclNavigationButtons/myViewTest.controller.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/chart/chartDefault/ChartDefault.controller.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/chart/chartDefault/ChartDefault.view.xml +0 -1
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/chart/chartQualifier/ChartQualifier.controller.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/chart/chartSelectionMode/ChartSelectionMode.controller.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldEdit/FieldEdit.controller.js +3 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldEvents/FieldEvents.controller.js +3 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldFormatOptions/FieldFormatOptions.controller.js +3 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldNavProp/FieldNavProp.controller.js +3 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarAnnotationDefaults/Component.js +36 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarAnnotationDefaults/FilterBarAnnotationDefaults.controller.js +35 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarAnnotationDefaults/FilterBarAnnotationDefaults.view.xml +58 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarAnnotationDefaults/localService/RootEntity.json +102 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarAnnotationDefaults/localService/ValueHelpEntity.js +11 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarAnnotationDefaults/localService/service.cds +97 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarAnnotationDefaults/manifest.json +72 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/Component.js +36 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/CustomFilter.js +36 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/CustomRatingFilter.fragment.xml +8 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/CustomRatingFilterOperator.fragment.xml +17 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/CustomRatingRangeFilter.fragment.xml +8 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/FilterBarCustoms.controller.js +42 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/FilterBarCustoms.view.xml +70 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/localService/RootEntity.json +107 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/localService/ValueHelpEntity.js +11 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/localService/service.cds +152 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarCustoms/manifest.json +72 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarDefault/FilterBarDefault.controller.js +13 -6
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarDefault/FilterBarDefault.view.xml +1 -1
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarDefault/localService/ChildEntity.json +15 -674
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarDefault/localService/MultiChildEntity.json +92 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarDefault/localService/RootEntity.json +10 -5
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarDefault/localService/service.cds +72 -19
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/Component.js +36 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/FilterBarSVandAnnotationDefaults.controller.js +35 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/FilterBarSVandAnnotationDefaults.view.xml +58 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/localService/RootEntity.json +102 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/localService/ValueHelpEntity.js +11 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/localService/service.cds +115 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/manifest.json +72 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBarAnnotationDefaults.html +37 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBarCustoms.html +37 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBarSVandAnnotationDefaults.html +37 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/Component.js +35 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/DetailPage.controller.js +5 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/DetailPage.view.xml +15 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/EntryPage.controller.js +43 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/EntryPage.view.xml +79 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/localService/ChildEntity.json +23 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/localService/RootEntity.json +41 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/localService/ValueHelpCurrencyEntity.json +5 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/localService/ValueHelpEntity.js +11 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/localService/service.cds +144 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/manifest.json +96 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/template/Component.js +9 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/template/EntryPage.controller.js +5 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidance/guidanceFreestyle/template/EntryPage.view.xml +14 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/guidanceFreestyle.html +69 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/i18n/i18n.properties +3 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/microchart/microChartDefault/MicroChartDefault.controller.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/microchart/microChartDynamicSize/MicroChartDynamicSize.controller.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/microchart/microChartHideOnNoData/MicroChartHideOnNoData.controller.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/microchart/microChartShowOnlyChart/MicroChartShowOnlyChart.controller.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/Page.controller.js +4 -3
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/Page.view.xml +36 -30
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableDefault/TableDefault.controller.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableEdit/TableEdit.controller.js +3 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableEdit/TableEdit.view.xml +30 -24
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/basicExtensibility/Component.js +3 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/basicExtensibility/OPExtend.controller.js +17 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/basicExtensibility/localService/ChildEntity.json +9 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/basicExtensibility/localService/service.cds +46 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/basicExtensibility/manifest.json +24 -1
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/basicExtensibility.html +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/CustomColumnAdaptation.fragment.xml +1 -1
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/CustomColumnBuildingBlockField.fragment.xml +3 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/CustomColumnButton.fragment.xml +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/localService/service.cds +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/manifest.json +7 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customElementsOverview.md +4 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customFormElement/customFormElementContent/Component.js +35 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customFormElement/customFormElementContent/CustomFormElement1.fragment.xml +3 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customFormElement/customFormElementContent/CustomFormElement2.fragment.xml +3 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customFormElement/customFormElementContent/localService/RootEntity.json +9 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customFormElement/customFormElementContent/localService/service.cds +136 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customFormElement/customFormElementContent/manifest.json +90 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customFormElementContent.html +36 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customHeaderFacet/customHeaderFacetContent/{CustomHeaderFacetFormElement.fragment.xml → CustomHeaderFacetBuildingBlockFormElement.fragment.xml} +0 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customHeaderFacet/customHeaderFacetContent/{CustomHeaderFacetFormElementEdit.fragment.xml → CustomHeaderFacetBuildingBlockFormElementEdit.fragment.xml} +1 -1
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customHeaderFacet/customHeaderFacetContent/CustomHeaderFacetBuildingBlockMicroChart.fragment.xml +10 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customHeaderFacet/customHeaderFacetContent/CustomHeaderFacetBuildingBlockMicroChartEdit.fragment.xml +5 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customHeaderFacet/customHeaderFacetContent/CustomHeaderFacetDataPointEdit.fragment.xml +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customHeaderFacet/customHeaderFacetContent/CustomHeaderFacetMicroChartEdit.fragment.xml +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customHeaderFacet/customHeaderFacetContent/localService/RootEntity.json +6 -1
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customHeaderFacet/customHeaderFacetContent/localService/service.cds +30 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customHeaderFacet/customHeaderFacetContent/manifest.json +13 -3
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customPage/customPageContent/CustomPage.view.xml +1 -2
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSection/customSectionContent/CustomSection.fragment.xml +1 -7
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSection/customSectionContent/CustomSectionFormElementAndTable.fragment.xml +0 -1
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSection/customSectionContent/CustomSectionNavigation.fragment.xml +1 -7
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSectionContent.html +60 -27
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSubSection/customSubSectionContent/Component.js +35 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSubSection/customSubSectionContent/CustomSubSection1.fragment.xml +3 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSubSection/customSubSectionContent/CustomSubSection2.fragment.xml +3 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSubSection/customSubSectionContent/CustomSubSection3.fragment.xml +11 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSubSection/customSubSectionContent/localService/ChildEntity.json +42 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSubSection/customSubSectionContent/localService/RootEntity.json +9 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSubSection/customSubSectionContent/localService/service.cds +139 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSubSection/customSubSectionContent/manifest.json +104 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customSubSectionContent.html +36 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/i18n/i18n.properties +3 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/BindingExpression-AnnotationExpression.spec.js +20 -6
- package/packages/sap.fe.core/test/sap/fe/core/jest/BindingExpression-AnnotationExpression.spec.ts +22 -6
- package/packages/sap.fe.core/test/sap/fe/core/jest/BindingExpression.spec.js +71 -23
- package/packages/sap.fe.core/test/sap/fe/core/jest/BindingExpression.spec.ts +97 -24
- package/packages/sap.fe.core/test/sap/fe/core/jest/TransactionHelper.spec.js +624 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/__snapshots__/TemplateConverter.spec.ts.snap +449 -140
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/EditFlow.spec.js +435 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/EditFlow.spec.ts +385 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/KPIManagement.spec.js +229 -2
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/KPIManagement.spec.ts +227 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.js +235 -63
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.ts +162 -40
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandling.spec.js +115 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandling.spec.ts +95 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/SideEffects.spec.js +1 -2
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/SideEffects.spec.ts +0 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.js +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.ts +2 -2
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ConverterContext.spec.js +11 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ConverterContext.spec.ts +9 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/HeaderFacet.spec.js +18 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/HeaderFacet.spec.ts +25 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/KPI.spec.js +64 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/KPI.spec.ts +66 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ListReportConverter.spec.js +261 -20
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ListReportConverter.spec.ts +329 -19
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/MetaModelConverter.spec.js +79 -8
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/MetaModelConverter.spec.ts +128 -8
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ObjectPageConverter.spec.js +7 -7
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ObjectPageConverter.spec.ts +6 -6
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/SubSection.spec.js +22 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/SubSection.spec.ts +26 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.js +136 -244
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.ts +156 -376
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/TableStandardActions.spec.js +1267 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/TableStandardActions.spec.ts +2150 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/__snapshots__/KPI.spec.ts.snap +306 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/__snapshots__/MetaModelConverter.spec.ts.snap +57 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/converters/__snapshots__/Table.spec.ts.snap +1 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/AnalyticalService.cds +137 -5
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/BindingExpression-AnnotationExpression.xml +13 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/HeaderFacets.cds +28 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/KPI.cds +191 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/MetaModelConverterContext.cds +20 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/ObjectPageConverter.cds +69 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/RoutingServiceFactory.cds +35 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/SideEffects.cds +26 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/Table.cds +98 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/TableNewActionOperationAvailableSticky.cds +22 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/data/TableTooltips.cds +43 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/ValueFormatters.spec.js +10 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/ValueFormatters.spec.ts +20 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/AppStartupHelper.spec.js +912 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/AppStartupHelper.spec.ts +981 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/__snapshots__/AppStartupHelper.spec.ts.snap +358 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/ChangePageConfiguration.spec.js +242 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/ChangePageConfiguration.spec.ts +297 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/__snapshots__/ChangePageConfiguration.spec.ts.snap +289 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/services/RoutingServiceFactory.spec.js +292 -366
- package/packages/sap.fe.core/test/sap/fe/core/jest/services/RoutingServiceFactory.spec.ts +247 -0
- package/packages/sap.fe.core/test/sap/fe/core/jest/services/SideEffectsService.spec.js +14 -1
- package/packages/sap.fe.core/test/sap/fe/core/jest/services/SideEffectsService.spec.ts +19 -0
- package/packages/sap.fe.core/test/sap/fe/core/qunit/apps/generalTests.json +0 -12
- package/packages/sap.fe.core/test/sap/fe/core/relnotes/changes-1.98.json +363 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/.library +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/.theming +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/Chart.fragment.xml +5 -5
- package/packages/sap.fe.macros/src/sap/fe/macros/Chart.metadata-dbg.js +0 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/Chart.metadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI-dbg.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate-dbg.js +4 -4
- package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/CommonHelper-dbg.js +26 -24
- package/packages/sap.fe.macros/src/sap/fe/macros/CommonHelper.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI-dbg.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/FieldBaseDelegate-dbg.js +90 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/FieldBaseDelegate.js +6 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.fragment.xml +7 -6
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.metadata-dbg.js +63 -8
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.metadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI-dbg.js +42 -4
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.ts +76 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate-dbg.js +49 -6
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterField-dbg.designtime.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/Form.fragment.xml +21 -17
- package/packages/sap.fe.macros/src/sap/fe/macros/Form.metadata-dbg.js +8 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/Form.metadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI-dbg.js +2 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/MacroMetadata-dbg.js +2 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/MacroMetadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil-dbg.js +8 -3
- package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/QuickViewForm.metadata-dbg.js +2 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/QuickViewForm.metadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/Share.metadata-dbg.js +11 -8
- package/packages/sap.fe.macros/src/sap/fe/macros/Share.metadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/SizeHelper-dbg.js +168 -35
- package/packages/sap.fe.macros/src/sap/fe/macros/SizeHelper.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/Table.fragment.xml +107 -109
- package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata-dbg.js +51 -65
- package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI-dbg.js +9 -4
- package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.ts +5 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/chart/ChartHelper-dbg.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/chart/ChartHelper.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/chart/ChartUtils-dbg.js +2 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/chart/ChartUtils.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper-dbg.js +101 -16
- package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime-dbg.js +273 -71
- package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating-dbg.js +128 -32
- package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.ts +110 -16
- package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkContactContent.fragment.xml +11 -4
- package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate-dbg.js +65 -84
- package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/filter/CustomFilter.fragment.xml +5 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterUtils-dbg.js +2 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterUtils.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/form/DataFieldCollection.fragment.xml +2 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/fpm/CustomFormElement.fragment.xml +5 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata-dbg.js +72 -12
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata.ts +43 -14
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.fragment.xml +13 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.metadata-dbg.js +55 -8
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.metadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.fragment.xml +1 -3
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata-dbg.js +38 -65
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/{FilterField.fragment.xml → internal/FilterField.fragment.xml} +2 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/{FilterField.metadata-dbg.js → internal/FilterField.metadata-dbg.js} +5 -5
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/FilterField.metadata.js +6 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator-dbg.js +96 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator.js +5 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator.ts +116 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/collectionField/MultiValueFieldDelegate-dbg.js +7 -15
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/collectionField/MultiValueFieldDelegate.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/FieldStructure.fragment.xml +4 -5
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/AmountWithCurrency.fragment.xml +5 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/DataPoint.fragment.xml +5 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/ExpandableText.fragment.xml +1 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/File.fragment.xml +2 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LabelSemanticKey.fragment.xml +5 -3
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/Link.fragment.xml +11 -3
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LinkWithQuickViewForm.fragment.xml +1 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LinkWrapper.fragment.xml +5 -4
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/MdcFieldWithValueHelp.fragment.xml +48 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/ObjectIdentifier.fragment.xml +140 -18
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/ObjectStatus.fragment.xml +1 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/SemanticKeyWithDraftIndicator.fragment.xml +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/Text.fragment.xml +6 -3
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/CheckBox.fragment.xml +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/DatePicker.fragment.xml +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/DateTimePicker.fragment.xml +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/File.fragment.xml +14 -4
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/Input.fragment.xml +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/InputWithUnit.fragment.xml +3 -3
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/InputWithValueHelp.fragment.xml +2 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/TextArea.fragment.xml +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/TimePicker.fragment.xml +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating-dbg.js +25 -9
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.ts +30 -16
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Formatter-dbg.js +154 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Formatter.js +5 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Formatter.ts +146 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime-dbg.js +204 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime.js +5 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime.ts +215 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/TableDelegate-dbg.js +29 -8
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/TableDelegate.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueHelp-dbg.designtime.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueHelpContent.fragment.xml +0 -10
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListDialogTable.fragment.xml +2 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper-dbg.js +151 -131
- package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/library-dbg.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js +24 -23
- package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js.map +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js +209 -188
- package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js.map +4 -4
- package/packages/sap.fe.macros/src/sap/fe/macros/library.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/macroLibrary-dbg.js +7 -4
- package/packages/sap.fe.macros/src/sap/fe/macros/macroLibrary.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/manifest.json +9 -9
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle.properties +36 -10
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ar.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_bg.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ca.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cs.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cy.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_da.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_de.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_el.properties +13 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_GB.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_sappsd.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_saprigi.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_saptrc.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es_MX.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_et.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fi.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr_CA.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hi.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hr.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hu.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_id.properties +14 -2
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_it.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_iw.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ja.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_kk.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ko.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lt.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lv.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ms.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_nl.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_no.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pl.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt.properties +13 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt_PT.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ro.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ru.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sh.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sk.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sl.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sv.properties +13 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_th.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_tr.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_uk.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_vi.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_CN.properties +13 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_TW.properties +12 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/resources.json +496 -354
- package/packages/sap.fe.macros/src/sap/fe/macros/table/Actions.fragment.xml +53 -57
- package/packages/sap.fe.macros/src/sap/fe/macros/table/Column.fragment.xml +1 -0
- package/packages/sap.fe.macros/src/sap/fe/macros/table/ColumnContent.fragment.xml +38 -32
- package/packages/sap.fe.macros/src/sap/fe/macros/table/QuickFilterContainer-dbg.js +12 -3
- package/packages/sap.fe.macros/src/sap/fe/macros/table/QuickFilterContainer.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper-dbg.js +17 -91
- package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/table/TableRuntime-dbg.js +4 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/table/TableRuntime.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/table/Utils-dbg.js +9 -4
- package/packages/sap.fe.macros/src/sap/fe/macros/table/Utils.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/ALPTableDelegateBaseMixin-dbg.js +3 -3
- package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/ALPTableDelegateBaseMixin.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate-dbg.js +198 -71
- package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate.js +1 -1
- package/packages/sap.fe.macros/src/sap/fe/macros/valuehelp/ValueHelpFilterBar.fragment.xml +4 -4
- package/packages/sap.fe.macros/test/sap/fe/macros/designtime/api.json +58 -15
- package/packages/sap.fe.macros/test/sap/fe/macros/designtime/apiref/api.json +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.jsmeta.json +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.xmlmeta.json +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.js +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.ts +1 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartHelper.spec.js +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartHelper.spec.ts +0 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartMacro.spec.js +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartMacro.spec.ts +0 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartUtils.spec.js +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartUtils.spec.ts +0 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/CollectionField.spec.js +21 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/CollectionField.spec.ts +20 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/CommonUtils.spec.js +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/CommonUtils.spec.ts +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/DatapointMacro.spec.js +19 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/DatapointMacro.spec.ts +12 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/DelegateUtil.spec.js +2 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldBaseDelegate.spec.js +111 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroWithSemanticKey.spec.js +67 -3
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroWithSemanticKey.spec.ts +81 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarDelegate.spec.js +4 -6
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarMacro.spec.js +52 -6
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarMacro.spec.ts +64 -7
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterField.spec.js +34 -4
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterField.spec.ts +46 -3
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/PhantomUtil.spec.js +43 -4
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/PhantomUtil.spec.ts +62 -3
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/QuickViewForm.spec.js +31 -5
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/QuickViewForm.spec.ts +25 -3
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/SimpleFieldMacro.spec.js +11 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/SimpleFieldMacro.spec.ts +9 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableMacro.spec.js +40 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableMacro.spec.ts +35 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/ChartMacro.spec.ts.snap +42 -42
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/CollectionField.spec.ts.snap +49 -7
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/DatapointMacro.spec.ts.snap +27 -11
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroDataFieldTypes.spec.ts.snap +50 -44
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroWithSemanticKey.spec.ts.snap +146 -56
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroWithValueHelp.spec.ts.snap +16 -16
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FilterBarMacro.spec.ts.snap +774 -11
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FilterField.spec.ts.snap +70 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/MicroChart.spec.ts.snap +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/PhantomUtil.spec.ts.snap +70 -165
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/QuickViewForm.spec.ts.snap +39 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/SimpleFieldMacro.spec.ts.snap +287 -170
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/TableFieldLabel.spec.ts.snap +369 -213
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/CollectionField.cds +11 -3
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FieldMacroDataFieldTypes.cds +5 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FieldMacroWithSemanticKey.cds +17 -12
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FilterBarMacro.cds +18 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FilterBarMacroWithDefaultAnnotation.cds +155 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FilterBarMacroWithSVandAnnotation.cds +155 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FilterFieldMacro.cds +13 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/QuickViewForm.cds +36 -11
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/TableFieldLabel.cds +22 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/simpleFieldMacro.cds +8 -3
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.js +252 -61
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.ts +277 -67
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldTemplating.cds +93 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldTemplating.spec.js +118 -16
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldTemplating.spec.ts +143 -16
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/__snapshots__/FieldTemplating.spec.ts.snap +31 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/fragments/MyTestFragment.xml +3 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/fragments/MyTestSubFragment.xml +10 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/Actions.spec.js +14 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/Actions.spec.ts +13 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/__snapshots__/columnWidth.spec.ts.snap +131 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/columnWidth.spec.js +264 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/columnWidth.spec.ts +244 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/data/columnWidth.cds +238 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.js +33 -6
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.ts +40 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/ValueHelpTableDelegate.spec.js +61 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/ValueHelpTableDelegate.spec.ts +64 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/__snapshots__/TableDelegate.spec.ts.snap +1287 -32
- package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/data/tabledelegate.cds +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/index.json +0 -5
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/CommonHelper.qunit.js +284 -159
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FieldHelper.qunit.js +9 -9
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FieldHelperTemplate.qunit.js +2 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormContainerTemplating.qunit.js +1 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormElementTemplating.qunit.js +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormTemplating.qunit.js +10 -5
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormTemplatingTs.qunit.js +2 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/MacroMetadata.qunit.js +5 -5
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/MicroChartContainer.qunit.js +29 -0
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/TableHelper.qunit.js +6 -26
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/TableHelperTemplate.qunit.js +3 -8
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/ValueListHelper.qunit.js +402 -18
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/fragments/FilterFieldMacro.fragment.xml +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/fragments/FilterFieldMacroMissingID.fragment.xml +1 -1
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/fragments/TableMacro.fragment.xml +0 -2
- package/packages/sap.fe.macros/test/sap/fe/macros/relnotes/changes-1.98.json +210 -0
- package/packages/sap.fe.navigation/src/sap/fe/navigation/.library +1 -1
- package/packages/sap.fe.navigation/src/sap/fe/navigation/.theming +1 -1
- package/packages/sap.fe.navigation/src/sap/fe/navigation/NavigationHandler-dbg.js +70 -29
- package/packages/sap.fe.navigation/src/sap/fe/navigation/NavigationHandler.js +1 -1
- package/packages/sap.fe.navigation/src/sap/fe/navigation/library-dbg.js +1 -1
- package/packages/sap.fe.navigation/src/sap/fe/navigation/library-h2-preload.js +2 -2
- package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js +6 -5
- package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js.map +3 -3
- package/packages/sap.fe.navigation/src/sap/fe/navigation/library.js +1 -1
- package/packages/sap.fe.navigation/src/sap/fe/navigation/manifest.json +3 -3
- package/packages/sap.fe.navigation/src/sap/fe/navigation/resources.json +5 -5
- package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/api.json +1 -1
- package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/apiref/api.json +1 -1
- package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/codeassistance/Library.xmlmeta.json +1 -1
- package/packages/sap.fe.navigation/test/sap/fe/navigation/qunit/navigation/NavigationHandlerTest.qunit.js +4 -12
- package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.library +1 -1
- package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.theming +1 -1
- package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-dbg.js +1 -1
- package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-h2-preload.js +2 -2
- package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js +2 -2
- package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library.js +1 -1
- package/packages/sap.fe.placeholder/src/sap/fe/placeholder/manifest.json +3 -3
- package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/api.json +1 -1
- package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/apiref/api.json +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/.library +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/.theming +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/chart/FEChartDelegate-dbg.js +2 -2
- package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/chart/FEChartDelegate.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/manifest.json +2 -2
- package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/resources.json +2 -2
- package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent-dbg.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ExtensionAPI-dbg.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ExtensionAPI.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReport.view.xml +2 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController-dbg.controller.js +85 -85
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController.controller.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/manifest.json +2 -2
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/IntentBasedNavigation-dbg.js +6 -2
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/IntentBasedNavigation.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/MassEdit-dbg.js +96 -0
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/MassEdit.js +6 -0
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/Share-dbg.js +36 -21
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/Share.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/ViewState-dbg.js +53 -31
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/ViewState.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/resources.json +20 -11
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper-dbg.js +20 -0
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component-dbg.js +16 -14
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ExtensionAPI-dbg.js +15 -0
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ExtensionAPI.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +103 -88
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController-dbg.controller.js +99 -72
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/manifest.json +2 -2
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/Paginator-dbg.js +12 -0
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/Paginator.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/Share-dbg.js +47 -43
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/Share.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/ViewState-dbg.js +0 -20
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/ViewState.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/resources.json +24 -24
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/Actions.fragment.xml +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/Section.fragment.xml +24 -5
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +1 -4
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/SectionContentLazyLoader.fragment.xml +181 -0
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/SectionFormContent.fragment.xml +1 -0
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/SectionMoreFormContent.fragment.xml +1 -0
- package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController-dbg.js +133 -123
- package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/controls/Table.fragment.xml +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/library-dbg.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js +8 -7
- package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js.map +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js +34 -32
- package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js.map +4 -4
- package/packages/sap.fe.templates/src/sap/fe/templates/library.js +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/manifest.json +13 -13
- package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle.properties +24 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_es.properties +8 -8
- package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fr.properties +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ja.properties +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_tr.properties +1 -1
- package/packages/sap.fe.templates/src/sap/fe/templates/resources.json +126 -66
- package/packages/sap.fe.templates/test/sap/fe/templates/demokit/apps/itelo/webapp/manifest.json +1 -1
- package/packages/sap.fe.templates/test/sap/fe/templates/designtime/api.json +1 -1
- package/packages/sap.fe.templates/test/sap/fe/templates/designtime/apiref/api.json +1 -1
- package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.jsmeta.json +1 -1
- package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.xmlmeta.json +1 -1
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/ViewState.spec.js +262 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/HeaderFacet.spec.js +2 -1
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/HeaderFacet.spec.ts +1 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/Sections.spec.js +132 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/Sections.spec.ts +131 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/__snapshots__/HeaderFacet.spec.ts.snap +1 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/__snapshots__/Sections.spec.ts.snap +52 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/RootContainer/RootContainerBaseController.spec.js +229 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/RootContainer/RootContainerBaseController.spec.ts +157 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/RootContainer/__snapshots__/RootContainerBaseController.spec.ts.snap +218 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/jest/data/RootContainerBaseController.cds +64 -0
- package/packages/sap.fe.templates/test/sap/fe/templates/relnotes/changes-1.98.json +201 -0
- package/packages/sap.fe.test/src/sap/fe/test/.library +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/.theming +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/JourneyRunner-dbg.js +8 -3
- package/packages/sap.fe.test/src/sap/fe/test/JourneyRunner.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/ListReport-dbg.js +8 -3
- package/packages/sap.fe.test/src/sap/fe/test/ListReport.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/ObjectPage-dbg.js +19 -11
- package/packages/sap.fe.test/src/sap/fe/test/ObjectPage.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/TemplatingTestUtils-dbg.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/TemplatingTestUtils.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper-dbg.js +211 -45
- package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.ts +103 -8
- package/packages/sap.fe.test/src/sap/fe/test/Utils-dbg.js +0 -12
- package/packages/sap.fe.test/src/sap/fe/test/Utils.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/api/BaseAPI-dbg.js +1 -7
- package/packages/sap.fe.test/src/sap/fe/test/api/BaseAPI.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/api/ChartAssertions-dbg.js +4 -4
- package/packages/sap.fe.test/src/sap/fe/test/api/ChartAssertions.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/api/KPICardActions-dbg.js +43 -0
- package/packages/sap.fe.test/src/sap/fe/test/api/KPICardActions.js +6 -0
- package/packages/sap.fe.test/src/sap/fe/test/api/KPICardAssertions-dbg.js +19 -15
- package/packages/sap.fe.test/src/sap/fe/test/api/KPICardAssertions.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/api/TableAssertions-dbg.js +11 -0
- package/packages/sap.fe.test/src/sap/fe/test/api/TableAssertions.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/builder/KPIBuilder-dbg.js +11 -2
- package/packages/sap.fe.test/src/sap/fe/test/builder/KPIBuilder.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/builder/MdcTableBuilder-dbg.js +22 -0
- package/packages/sap.fe.test/src/sap/fe/test/builder/MdcTableBuilder.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/library-dbg.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js +5 -4
- package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js.map +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/library-preload.js +37 -23
- package/packages/sap.fe.test/src/sap/fe/test/library-preload.js.map +4 -4
- package/packages/sap.fe.test/src/sap/fe/test/library.js +1 -1
- package/packages/sap.fe.test/src/sap/fe/test/manifest.json +3 -3
- package/packages/sap.fe.test/src/sap/fe/test/resources.json +59 -34
- package/packages/sap.fe.test/test/sap/fe/test/designtime/api.json +1 -1
- package/packages/sap.fe.test/test/sap/fe/test/designtime/apiref/api.json +1 -1
- package/packages/sap.fe.test/test/sap/fe/test/designtime/codeassistance/Library.xmlmeta.json +1 -1
- package/packages/sap.fe.test/test/sap/fe/test/mockserver/MockServer.js +98965 -71474
- package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar.d-dbg.js +0 -8
- package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar.d.js +0 -5
- package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar.d.ts +0 -0
- package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarDefault/localService/CreditLimitDetails.json +0 -154
- package/packages/sap.fe.core/test/sap/fe/core/qunit/TransactionHelper.qunit.js +0 -77
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarHelper-dbg.js +0 -48
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarHelper.js +0 -6
- package/packages/sap.fe.macros/src/sap/fe/macros/FilterField.metadata.js +0 -6
- package/packages/sap.fe.macros/src/sap/fe/macros/FormWrapper.fragment.xml +0 -26
- package/packages/sap.fe.macros/src/sap/fe/macros/massedit/MassEditHandler-dbg.js +0 -718
- package/packages/sap.fe.macros/src/sap/fe/macros/massedit/MassEditHandler.js +0 -6
- package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FilterBarHelper.qunit.js +0 -223
- package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/HeaderImage.fragment.xml +0 -24
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.97.0","library":"sap.fe.core","symbols":[{"kind":"namespace","name":"sap.fe","basename":"fe","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","static":true,"visibility":"public","description":"Root namespace for all the libraries related to SAP Fiori elements."},{"kind":"namespace","name":"sap.fe.core","basename":"core","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"","static":true,"visibility":"public","description":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4."},{"kind":"class","name":"sap.fe.core.AppComponent","basename":"AppComponent","resource":"sap/fe/core/AppComponent.js","module":"sap/fe/core/AppComponent","export":"","static":true,"visibility":"public","extends":"sap.ui.core.UIComponent","implements":["sap.ui.core.IAsyncContentCreation"],"description":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","ui5-metadata":{"stereotype":"component","designtime":"sap/fe/core/designtime/AppComponent.designtime"},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.AppComponent with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.UIComponent.extend}."},{"name":"getAppStateHandler","visibility":"restricted","returnValue":{"type":"oObject","description":"A reference to the AppStateHandler"},"description":"Get a reference to the AppStateHandler."},{"name":"getRootContainer","visibility":"restricted","returnValue":{"type":"oObject","description":"A reference to NavContainer control or the FCL control"},"description":"Get the NavContainer control or the FCL control."},{"name":"getRootViewController","visibility":"restricted","returnValue":{"type":"oObject","description":"A reference to the FCL Controller"},"description":"Get a reference to the nav/FCL Controller."},{"name":"getRouterProxy","visibility":"restricted","returnValue":{"type":"oObject","description":"A Reference to the RouterProxy"},"description":"Get a reference to the RouterProxy."}]},{"kind":"class","name":"sap.fe.core.BaseController","basename":"BaseController","resource":"sap/fe/core/BaseController.js","module":"sap/fe/core/BaseController","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.ui.core.mvc.Controller","description":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.BaseController with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.mvc.Controller.extend}."},{"name":"getAppComponent","visibility":"public","since":"1.91.0","returnValue":{"type":"sap.fe.core.AppComponent","description":"The app component or, if not found, null"},"description":"Returns the current app component."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.BaseController."}]},{"kind":"namespace","name":"sap.fe.core.controllerextensions","basename":"controllerextensions","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"controllerextensions","static":true,"visibility":"public","description":"Collection of controller extensions used internally in SAP Fiori elements exposing a method that you can override to allow more flexibility."},{"kind":"class","name":"sap.fe.core.controllerextensions.EditFlow","basename":"EditFlow","resource":"sap/fe/core/controllerextensions/EditFlow.js","module":"sap/fe/core/controllerextensions/EditFlow","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks into the edit flow of the application","experimental":{"since":"1.90.0"},"ui5-metadata":{"stereotype":"object"},"methods":[{"name":"applyDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once the changes have been saved"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the document"}],"description":"Submit the current set of changes and navigate back.","experimental":{"since":"1.90.0"}},{"name":"cancelDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once editable document has been discarded"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the editable document"},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"control":{"name":"control","type":"object","optional":false,"description":"This is the control used to open the Discard popover. It is mandatory."}},"description":"Can contain the following attributes:"}],"description":"Discard the editable document.","experimental":{"since":"1.90.0"}},{"name":"createDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once the object has been created"},"parameters":[{"name":"vListBinding","type":"sap.ui.model.odata.v4.ODataListBinding|string","optional":false,"description":"ODataListBinding object or the binding path for a temporary list binding"}],"description":"Creates a new document.","experimental":{"since":"1.90.0"}},{"name":"deleteDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once document has been deleted"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the document"},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"title":{"name":"title","type":"string","optional":false,"description":"Title of the object being deleted"},"description":{"name":"description","type":"string","optional":false,"description":"Description of the object being deleted"}},"description":"Optional, can contain the following attributes:"}],"description":"Deletes the document.","experimental":{"since":"1.90.0"}},{"name":"editDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once the editable document is available"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the active document"}],"description":"Creates a draft document for an existing active document.","experimental":{"since":"1.90.0"}},{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.controllerextensions.EditFlow with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.controllerextensions.EditFlow."},{"name":"invokeAction","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise"},"parameters":[{"name":"sActionName","type":"string","optional":false,"description":"The name of the action to be called"},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"contexts":{"name":"contexts","type":"sap.ui.model.odata.v4.Context","optional":true,"description":"For a bound action, a context or an array with contexts for which the action shall be called must be provided"},"model":{"name":"model","type":"sap.ui.model.odata.v4.ODataModel","optional":true,"description":"For an unbound action, an instance of an OData V4 model must be provided"},"requiresNavigation":{"name":"requiresNavigation","type":"boolean","optional":true,"description":"Boolean value indicating whether navigation is required after the action has been executed. Navigation takes place to the context returned by the action."},"label":{"name":"label","type":"string","optional":true,"description":"A human-readable label for the action. This is needed in case the action has a parameter and a parameter dialog is shown to the user."}},"description":"Contains the following attributes:"}],"description":"Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and show the updated data upon navigation.","experimental":{"since":"1.90.0"}},{"name":"onBeforeSave","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the save action is triggered. If rejected, the save action is not triggered and the user stays in edit mode."},"description":"This function can be used to intercept the save action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the save action. If you reject the promise the save action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead}.","experimental":{"since":"1.90.0"}},{"name":"saveDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once save is complete"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the editable document"}],"description":"Saves a new document after checking it.","experimental":{"since":"1.90.0"}},{"name":"securedExecution","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"A promise that is rejected if the execution is prohibited and resolved by the promise returned by the fnFunction."},"parameters":[{"name":"fnFunction","type":"function","optional":false,"description":"The function to be executed. Should return a promise that is settled after completion of the execution. If nothing is returned, immediate completion is assumed."},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"busy":{"name":"busy","type":"object","optional":true,"parameterProperties":{"set":{"name":"set","type":"boolean","optional":true,"defaultValue":true,"description":"Triggers a busy indicator when the function is executed."},"check":{"name":"check","type":"boolean","optional":true,"defaultValue":true,"description":"Executes function only if application isn't busy."}},"description":"Defines the busy indicator"},"updatesDocument":{"name":"updatesDocument","type":"boolean","optional":true,"description":"This operation updates the current document without using the bound model and context. As a result, the draft status is updated if a draft document exists, and the user has to confirm the cancellation of the editing process."}},"description":"Definitions of the preconditions to be checked before execution"}],"description":"Secured execution of the given function. Ensures that the function is only executed when certain conditions are fulfilled.","experimental":{"since":"1.90.0"}},{"name":"syncTask","module":"sap/fe/core/controllerextensions/InternalEditFlow","visibility":"restricted","returnValue":{"type":"Promise","description":"Promise resolves once the task is completed"},"parameters":[{"name":"vTask","type":"Promise|function","optional":true,"description":"Optional, a promise or function to be executed synchronously"}],"description":"Performs a task in sync with other tasks created via this function. Returns the promise chain of the task.","resource":"sap/fe/core/controllerextensions/InternalEditFlow.js"},{"name":"updateDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once draft status has been updated"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the updated field"},{"name":"oPromise","type":"object","optional":false,"description":"Promise to determine when the update operation is completed. The promise should be resolved when the update operation is completed, so the draft status can be updated."}],"description":"Updates the draft status and displays the error messages if there are errors during an update.","experimental":{"since":"1.90.0"}}]},{"kind":"class","name":"sap.fe.core.controllerextensions.IntentBasedNavigation","basename":"IntentBasedNavigation","resource":"sap/fe/core/controllerextensions/IntentBasedNavigation.js","module":"sap/fe/core/controllerextensions/IntentBasedNavigation","export":"","static":true,"visibility":"public","since":"1.86.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"Controller extension providing hooks for intent-based navigation","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"adaptNavigationContext","visibility":"public","since":"1.86.0","parameters":[{"name":"oSelectionVariant","type":"sap.fe.navigation.SelectionVariant","optional":false,"description":"SelectionVariant provided by SAP Fiori elements."},{"name":"oNavigationInfo","type":"object","optional":false,"parameterProperties":{"semanticObject":{"name":"semanticObject","type":"string","optional":false,"description":"Semantic object related to the intent"},"action":{"name":"action","type":"string","optional":false,"description":"Action related to the intent"}},"description":"Object containing intent-based navigation-related info"}],"description":"Provides a hook to customize the {@link sap.fe.navigation.SelectionVariant} related to the intent-based navigation."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.MessageHandler","basename":"MessageHandler","resource":"sap/fe/core/controllerextensions/MessageHandler.js","module":"sap/fe/core/controllerextensions/MessageHandler","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering message handling.","experimental":{"since":"1.90.0"},"ui5-metadata":{"stereotype":"object","metadataClass":"sap.fe.core.controllerextensions.ControllerExtensionMetadata"},"methods":[{"name":"showMessageDialog","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"A promise that is resolved once the user closes the dialog. If there are no messages to be shown, the promise is resolved immediately"},"description":"Shows a message dialog with transition messages if there are any. The message dialog is shown as a modal dialog. Once the user confirms the dialog, all transition messages are removed from the message model. If there is more than one message, a list of messages is shown. The user can filter on message types and can display details as well as the long text. If there is one message, the dialog immediately shows the details of the message. If there is just one success message, a message toast is shown instead.","experimental":{"since":"1.90.0"}}]},{"kind":"class","name":"sap.fe.core.controllerextensions.Paginator","basename":"Paginator","resource":"sap/fe/core/controllerextensions/Paginator.js","module":"sap/fe/core/controllerextensions/Paginator","export":"","static":true,"visibility":"public","since":"1.94.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"Controller extension providing hooks for the navigation using paginators","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.controllerextensions.Paginator with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.controllerextensions.Paginator."},{"name":"initialize","visibility":"public","since":"1.94.0","parameters":[{"name":"oBinding","type":"string","optional":false,"description":"ODataListBinding object"},{"name":"oContext","type":"object","optional":false,"description":"Current context where the navigation is initiated"}],"description":"Initiates the paginator control."},{"name":"onContextUpdate","visibility":"public","since":"1.94.0","parameters":[{"name":"oContext","type":"string","optional":false,"description":"Final context returned after the paginator action"}],"description":"Returns the updated context after the paginator operation."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.Routing","basename":"Routing","resource":"sap/fe/core/controllerextensions/Routing.js","module":"sap/fe/core/controllerextensions/Routing","export":"","static":true,"visibility":"public","since":"1.86.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks into the routing flow of the application","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"navigate","visibility":"public","since":"1.90.0","parameters":[{"name":"oContext","type":"sap.ui.model.odata.v4.Context","optional":false,"description":"Object containing the context to be navigated"}],"description":"Allows navigation to a specific context."},{"name":"onAfterBinding","visibility":"public","since":"1.90.0","parameters":[{"name":"oContext","type":"object","optional":false,"description":"Object containing the context to be navigated"}],"description":"This function is used to intercept the routing event after binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onBeforeBinding","visibility":"public","since":"1.90.0","parameters":[{"name":"oContext","type":"object","optional":false,"description":"Object containing the context for the navigation"}],"description":"This function is used to intercept the routing event before binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onBeforeNavigation","visibility":"public","since":"1.86.0","returnValue":{"type":"boolean","description":"`true` to prevent the default execution, false to keep the standard behavior"},"parameters":[{"name":"mNavigationParameters","type":"object","optional":false,"parameterProperties":{"bindingContext":{"name":"bindingContext","type":"sap.ui.model.odata.v4.Context","optional":false,"description":"The currently selected context"}},"description":"Object containing row context and page context"}],"description":"This function can be used to intercept the routing event happening during the normal process of navigating from one page to another.\n\nIf declared as an extension, it allows you to intercept and change the normal navigation flow. If you decide to do your own navigation processing, you can return `true` to prevent the default routing behavior.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.Share","basename":"Share","resource":"sap/fe/core/controllerextensions/Share.js","module":"sap/fe/core/controllerextensions/Share","export":"","static":true,"visibility":"public","since":"1.93.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks into the Share functionalities of the application","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"adaptShareMetadata","visibility":"public","since":"1.93.0","returnValue":{"type":"object|Promise<object>","description":"Share Metadata or a Promise resolving the Share Metadata"},"parameters":[{"name":"oShareMetadata","type":"object","optional":false,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"Default URL that will be used via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'"},"title":{"name":"title","type":"string","optional":false,"description":"Default title that will be used as 'email subject' in 'Send Email', 'share text' in 'Share in SAP Jam' and 'title' in 'Save as Tile'"},"email":{"name":"email","type":"object","optional":true,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"URL that will be used specifically for 'Send Email'. This takes precedence over oShareMetadata.url."},"title":{"name":"title","type":"string","optional":false,"description":"Title that will be used as \"email subject\" in 'Send Email'. This takes precedence over oShareMetadata.title."}},"description":"Email-specific metadata."},"jam":{"name":"jam","type":"object","optional":true,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"URL that will be used specifically for 'Share in SAP Jam'. This takes precedence over oShareMetadata.url."},"title":{"name":"title","type":"string","optional":false,"description":"Title that will be used as 'share text' in 'Share in SAP Jam'. This takes precedence over oShareMetadata.title."}},"description":"SAP Jam-specific metadata."},"tile":{"name":"tile","type":"object","optional":true,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"URL that will be used specifically for 'Save as Tile'. This takes precedence over oShareMetadata.url."},"title":{"name":"title","type":"string","optional":false,"description":"Title to be used for the tile. This takes precedence over oShareMetadata.title."},"subtitle":{"name":"subtitle","type":"string","optional":false,"description":"Subtitle to be used for the tile."},"icon":{"name":"icon","type":"string","optional":false,"description":"Icon to be used for the tile."},"queryUrl":{"name":"queryUrl","type":"string","optional":false,"description":"Query URL of an OData service from which data for a dynamic tile is read."}},"description":"Save as Tile-specific metadata."}},"description":"Object containing the share metadata."}],"description":"Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'."},{"name":"openShareSheet","visibility":"public","since":"1.93.0","parameters":[{"name":"oControl","type":"object","optional":false,"description":"The control to which the ActionSheet is opened."}],"description":"Opens the share sheet."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.ViewState","basename":"ViewState","resource":"sap/fe/core/controllerextensions/ViewState.js","module":"sap/fe/core/controllerextensions/ViewState","export":"","static":true,"visibility":"public","since":"1.85.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"adaptBindingRefreshControls","visibility":"protected","parameters":[{"name":"aCollectedControls","type":"sap.ui.base.ManagedObject[]","optional":false,"description":"The collected controls"}],"description":"This function should add all controls relevant for refreshing to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"adaptBindingRefreshHandler","visibility":"protected","parameters":[{"name":"oControl","type":"sap.ui.base.ManagedObject","optional":false,"description":"The control for which the refresh handler is adapted."},{"name":"oControlHandler","type":"object[]","optional":false,"description":"A plain object which can have one function: <code>refreshBinding</code>"}],"description":"Customize the <code>refreshBinding</code> function for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"adaptControlStateHandler","visibility":"protected","parameters":[{"name":"oControl","type":"sap.ui.base.ManagedObject","optional":false,"description":"The control to get state handler for"},{"name":"aControlHandler","type":"object[]","optional":false,"description":"A list of plain objects with two functions: <code>retrieve</code> and <code>apply</code>"}],"description":"Customize the <code>retrieve</code> and <code>apply</code> functions for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"adaptStateControls","visibility":"protected","parameters":[{"name":"aCollectedControls","type":"sap.ui.base.ManagedObject[]","optional":false,"description":"The collected controls"}],"description":"This function should add all controls for given view that should be considered for the state handling to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"applyAdditionalStates","visibility":"protected","parameters":[{"name":"oViewState","type":"object","optional":false,"description":"The current view state"},{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Applying additional, not control related, states - is called only if navigation type is iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"applyInitialStateOnly","visibility":"protected","returnValue":{"type":"boolean","description":"If <code>true</code>, only the initial view state is applied once, else any new view state is also applied on follow-up calls (default)"},"description":"Defines whether the view state should only be applied once initially.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead}.\n\nImportant: You should only override this method for custom pages and not for the standard ListReportPage and ObjectPage!"},{"name":"applyNavigationParameters","visibility":"protected","parameters":[{"name":"oNavParameter","type":"object","optional":false,"parameterProperties":{"navigationType":{"name":"navigationType","type":"sap.fe.navigation.NavType","optional":false,"description":"The actual navigation type"},"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"The selectionVariant from the navigation"},"selectionVariantDefaults":{"name":"selectionVariantDefaults","type":"object","optional":true,"description":"The selectionVariant defaults from the navigation"},"requiresStandardVariant":{"name":"requiresStandardVariant","type":"boolean","optional":true,"description":"Defines whether standard variant must be used in VM"}},"description":"The current navigation parameter"},{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Apply navigation parameters - is called only if navigation type is not iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"applyViewState","visibility":"public","returnValue":{"type":"Promise","description":"Promise for async state handling"},"parameters":[{"name":"oViewState","type":"object","optional":false,"description":"The view state to apply (can be undefined)"},{"name":"oNavParameter","type":"object","optional":false,"parameterProperties":{"navigationType":{"name":"navigationType","type":"sap.fe.navigation.NavType","optional":false,"description":"The actual navigation type"},"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"The selectionVariant from the navigation"},"selectionVariantDefaults":{"name":"selectionVariantDefaults","type":"object","optional":true,"description":"The selectionVariant defaults from the navigation"},"requiresStandardVariant":{"name":"requiresStandardVariant","type":"boolean","optional":true,"description":"Defines whether standard variant must be used in VM"}},"description":"The current navigation parameter"}],"description":"Applies the given view state to this extensions view."},{"name":"onAfterStateApplied","visibility":"protected","parameters":[{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Hook to react when state for given view was applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onBeforeStateApplied","visibility":"protected","parameters":[{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Hook to react before a state for given view is applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onRestore","visibility":"public","description":"Called when the application is restored due to keep-alive mode."},{"name":"onSuspend","visibility":"public","description":"Called when the application is suspended due to keep-alive mode."},{"name":"retrieveAdditionalStates","visibility":"protected","parameters":[{"name":"mAdditionalStates","type":"object","optional":false,"description":"The additional state"}],"description":"Extend the map of additional states (not control bound) to be added to the current view state of the given view.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"retrieveViewState","visibility":"public","returnValue":{"type":"Promise","description":"A promise resolving the view state"},"description":"Retrieve the view state of this extensions view. When this function is called more than once before finishing, all but the final response will resolve to <code>undefined</code>."}]},{"kind":"class","name":"sap.fe.core.ExtensionAPI","basename":"ExtensionAPI","resource":"sap/fe/core/ExtensionAPI.js","module":"sap/fe/core/ExtensionAPI","export":"","static":true,"visibility":"public","since":"1.79.0","extends":"sap.ui.base.Object","description":"Common Extension API for all pages of SAP Fiori elements for OData V4.","ui5-metadata":{"stereotype":"object","associations":[{"name":"editFlow","singularName":"editFlow","type":"sap.fe.core.controllerextensions.EditFlow","cardinality":"0..1","visibility":"public","description":"A controller extension offering hooks into the edit flow of the application.","methods":["getEditFlow","setEditFlow"]},{"name":"routing","singularName":"routing","type":"sap.fe.core.controllerextensions.Routing","cardinality":"0..1","visibility":"public","description":"A controller extension offering hooks into the routing flow of the application.","methods":["getRouting","setRouting"]}]},"methods":[{"name":"addDependent","visibility":"public","parameters":[{"name":"oControl","type":"sap.ui.core.Control","optional":false,"description":"Control to be added as a dependent control"}],"description":"Add any control as a dependent control to this SAP Fiori elements page."},{"name":"getEditFlow","visibility":"public","returnValue":{"type":"sap.ui.core.ID"},"description":"ID of the element which is the current target of the association {@link #getEditFlow editFlow}, or <code>null</code>."},{"name":"getModel","visibility":"public","returnValue":{"type":"sap.ui.model.Model","description":"The required model"},"parameters":[{"name":"sModelName","type":"string","optional":false,"description":"Name of the model"}],"description":"Get access to models managed by SAP Fiori elements.<br> The following models can be accessed: <ul> <li>undefined: the undefined model returns the SAPUI5 OData V4 model bound to this page</li> <li>i18n / further data models defined in the manifest</li> <li>ui: returns a SAPUI5 JSON model containing UI information. Only the following properties are public and supported: <ul> <li>editMode: contains either 'Editable' or 'Display'</li> </ul> </li> </ul>."},{"name":"getRouting","visibility":"public","returnValue":{"type":"sap.ui.core.ID"},"description":"ID of the element which is the current target of the association {@link #getRouting routing}, or <code>null</code>."},{"name":"loadFragment","visibility":"public","returnValue":{"type":"Promise<(Element[]|sap.ui.core.Element[])>","description":"The fragment definition"},"parameters":[{"name":"mSettings","type":"object","optional":false,"parameterProperties":{"id":{"name":"id","type":"string","optional":false,"description":"The ID of the fragment itself"},"name":{"name":"name","type":"string","optional":false,"description":"The name of the fragment to be loaded"},"controller":{"name":"controller","type":"object","optional":false,"description":"The controller to be attached to the fragment"},"contextPath":{"name":"contextPath","type":"string","optional":false,"description":"The contextPath to be used for the templating process"},"initialBindingContext":{"name":"initialBindingContext","type":"sap.ui.model.Context","optional":false,"description":"The initial binding context"}},"description":"The settings object"}],"description":"Load a fragment and go through the template preprocessor with the current page context."},{"name":"navigateToTarget","visibility":"public","parameters":[{"name":"sTarget","type":"string","optional":false,"description":"Name of the target route"},{"name":"oContext","type":"sap.ui.model.Context","optional":true,"description":"Context instance"}],"description":"Navigate to another target."},{"name":"removeDependent","visibility":"public","parameters":[{"name":"oControl","type":"sap.ui.core.Control","optional":false,"description":"Control to be added as a dependent control"}],"description":"Remove a dependent control from this SAP Fiori elements page."},{"name":"setEditFlow","visibility":"public","returnValue":{"type":"this","description":"Reference to <code>this</code> in order to allow method chaining"},"parameters":[{"name":"oEditFlow","type":"sap.ui.core.ID|sap.fe.core.controllerextensions.EditFlow","optional":false,"description":"ID of an element which becomes the new target of this editFlow association; alternatively, an element instance may be given"}],"description":"Sets the associated {@link #getEditFlow editFlow}."},{"name":"setRouting","visibility":"public","returnValue":{"type":"this","description":"Reference to <code>this</code> in order to allow method chaining"},"parameters":[{"name":"oRouting","type":"sap.ui.core.ID|sap.fe.core.controllerextensions.Routing","optional":false,"description":"ID of an element which becomes the new target of this routing association; alternatively, an element instance may be given"}],"description":"Sets the associated {@link #getRouting routing}."},{"name":"updateAppState","visibility":"public","returnValue":{"type":"Promise","description":"A promise that resolves with the new app state object."},"description":"Triggers an update of the app state. Should be called if the state of a control, or any other state-relevant information, was changed."}]},{"kind":"namespace","name":"sap.fe.core.ExtensionAPI.intentBasedNavigation","basename":"intentBasedNavigation","resource":"sap/fe/core/ExtensionAPI.js","module":"sap/fe/core/ExtensionAPI","export":"intentBasedNavigation","static":true,"visibility":"public","since":"1.86.0","description":"ExtensionAPI for intent-based navigation","methods":[{"name":"navigateOutbound","visibility":"public","parameters":[{"name":"sOutbound","type":"string","optional":false,"description":"Identifier to locate the outbound definition in the manifest. This provides the semantic object and action for the intent-based navigation. Additionally, the outbound definition can be used to provide parameters for intent-based navigation. See {@link topic:be0cf40f61184b358b5faedaec98b2da Descriptor for Applications, Components, and Libraries} for more information."},{"name":"mNavigationParameters","type":"object","optional":false,"description":"Optional map containing key/value pairs to be passed to the intent. If mNavigationParameters are provided, the parameters provided in the outbound definition of the manifest are ignored."}],"description":"Navigates to an intent defined by an outbound definition in the manifest."}]},{"kind":"namespace","name":"sap.fe.core.fpm","basename":"fpm","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"fpm","static":true,"visibility":"public","description":"Collection of classes provided by SAP Fiori elements for the Flexible Programming Model"},{"kind":"class","name":"sap.fe.core.fpm.Component","basename":"Component","resource":"sap/fe/core/fpm/Component.js","module":"sap/fe/core/fpm/Component","export":"","static":true,"visibility":"public","since":"1.92.0","extends":"sap.fe.core.TemplateComponent","description":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n</pre>","experimental":{"since":"1.92.0"},"ui5-metadata":{"properties":[{"name":"viewName","type":"string","defaultValue":null,"group":"Misc","visibility":"public","description":"Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","methods":["getViewName","setViewName"]}]},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.fpm.Component with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.fe.core.TemplateComponent.extend}."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.fpm.Component."},{"name":"getViewName","visibility":"public","returnValue":{"type":"string","description":"Value of property <code>viewName</code>"},"description":"Gets current value of property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions."},{"name":"setViewName","visibility":"public","returnValue":{"type":"this","description":"Reference to <code>this</code> in order to allow method chaining"},"parameters":[{"name":"sViewName","type":"string","optional":false,"description":"New value for property <code>viewName</code>"}],"description":"Sets a new value for property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.\n\nWhen called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored."}]},{"kind":"enum","name":"sap.fe.core.InitialLoadMode","basename":"InitialLoadMode","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"InitialLoadMode","static":true,"visibility":"public","since":"1.86.0","description":"Possible initial load (first app startup) modes for a ListReport.","properties":[{"name":"Auto","visibility":"public","static":true,"type":"undefined","description":"Data will be loaded initially if filters are set."},{"name":"Disabled","visibility":"public","static":true,"type":"undefined","description":"Data will not be loaded initially."},{"name":"Enabled","visibility":"public","static":true,"type":"undefined","description":"Data will be loaded initially."}]},{"kind":"class","name":"sap.fe.core.PageController","basename":"PageController","resource":"sap/fe/core/PageController.js","module":"sap/fe/core/PageController","export":"","static":true,"visibility":"public","since":"1.88.0","extends":"sap.fe.core.BaseController","description":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","ui5-metadata":{"stereotype":"object"}}]}
|
|
1
|
+
{"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.98.0","library":"sap.fe.core","symbols":[{"kind":"namespace","name":"sap.fe","basename":"fe","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","static":true,"visibility":"public","description":"Root namespace for all the libraries related to SAP Fiori elements."},{"kind":"namespace","name":"sap.fe.core","basename":"core","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"","static":true,"visibility":"public","description":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4."},{"kind":"class","name":"sap.fe.core.AppComponent","basename":"AppComponent","resource":"sap/fe/core/AppComponent.js","module":"sap/fe/core/AppComponent","export":"","static":true,"visibility":"public","extends":"sap.ui.core.UIComponent","implements":["sap.ui.core.IAsyncContentCreation"],"description":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","ui5-metadata":{"stereotype":"component","designtime":"sap/fe/core/designtime/AppComponent.designtime"},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.AppComponent with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.UIComponent.extend}."},{"name":"getAppStateHandler","visibility":"restricted","returnValue":{"type":"oObject","description":"A reference to the AppStateHandler"},"description":"Get a reference to the AppStateHandler."},{"name":"getRootContainer","visibility":"restricted","returnValue":{"type":"oObject","description":"A reference to NavContainer control or the FCL control"},"description":"Get the NavContainer control or the FCL control."},{"name":"getRootViewController","visibility":"restricted","returnValue":{"type":"oObject","description":"A reference to the FCL Controller"},"description":"Get a reference to the nav/FCL Controller."},{"name":"getRouterProxy","visibility":"restricted","returnValue":{"type":"oObject","description":"A Reference to the RouterProxy"},"description":"Get a reference to the RouterProxy."}]},{"kind":"class","name":"sap.fe.core.BaseController","basename":"BaseController","resource":"sap/fe/core/BaseController.js","module":"sap/fe/core/BaseController","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.ui.core.mvc.Controller","description":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.BaseController with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.mvc.Controller.extend}."},{"name":"getAppComponent","visibility":"public","since":"1.91.0","returnValue":{"type":"sap.fe.core.AppComponent","description":"The app component or, if not found, null"},"description":"Returns the current app component."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.BaseController."}]},{"kind":"namespace","name":"sap.fe.core.controllerextensions","basename":"controllerextensions","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"controllerextensions","static":true,"visibility":"public","description":"Collection of controller extensions used internally in SAP Fiori elements exposing a method that you can override to allow more flexibility."},{"kind":"class","name":"sap.fe.core.controllerextensions.EditFlow","basename":"EditFlow","resource":"sap/fe/core/controllerextensions/EditFlow.js","module":"sap/fe/core/controllerextensions/EditFlow","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks into the edit flow of the application","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"applyDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once the changes have been saved"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the document"}],"description":"Submit the current set of changes and navigate back."},{"name":"cancelDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once editable document has been discarded"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the editable document"},{"name":"mParameters","type":"Object<string,any>","optional":false,"parameterProperties":{"control":{"name":"control","type":"object","optional":false,"description":"This is the control used to open the discard popover"},"skipDiscardPopover":{"name":"skipDiscardPopover","type":"boolean","optional":true,"description":"Optional, supresses the discard popover and allows custom handling"}},"description":"Can contain the following attributes:"}],"description":"Discard the editable document."},{"name":"createDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once the object has been created"},"parameters":[{"name":"vListBinding","type":"sap.ui.model.odata.v4.ODataListBinding|string","optional":false,"description":"ODataListBinding object or the binding path for a temporary list binding"},{"name":"mParameters","type":"Object<string,any>","optional":false,"parameterProperties":{"creationMode":{"name":"creationMode","type":"string","optional":false,"description":"The creation mode using one of the following: NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used Inline - The creation is done inline (in a table) External - The creation is done in a different application specified via the parameter 'outbound'"},"outbound":{"name":"outbound","type":"string","optional":true,"description":"The navigation target where the document is created in case of creationMode 'External'"},"createAtEnd":{"name":"createAtEnd","type":"boolean","optional":true,"description":"Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'"}},"description":"Contains the following attributes:"}],"description":"Creates a new document."},{"name":"deleteDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once document has been deleted"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the document"},{"name":"mParameters","type":"Object<string,any>","optional":false,"parameterProperties":{"title":{"name":"title","type":"string","optional":false,"description":"Title of the object being deleted"},"description":{"name":"description","type":"string","optional":false,"description":"Description of the object being deleted"}},"description":"Can contain the following attributes:"}],"description":"Deletes the document."},{"name":"editDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once the editable document is available"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the active document"},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"prepareOnEdit":{"name":"prepareOnEdit","type":"boolean","optional":true,"description":"For a service with a prepare action, this parameter decides if the action is to be executed"}},"description":"Contains the following attributes:"}],"description":"Creates a draft document for an existing active document."},{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.controllerextensions.EditFlow with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.controllerextensions.EditFlow."},{"name":"invokeAction","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise"},"parameters":[{"name":"sActionName","type":"string","optional":false,"description":"The name of the action to be called"},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"contexts":{"name":"contexts","type":"sap.ui.model.odata.v4.Context","optional":true,"description":"For a bound action, a context or an array with contexts for which the action is to be called must be provided"},"model":{"name":"model","type":"sap.ui.model.odata.v4.ODataModel","optional":true,"description":"For an unbound action, an instance of an OData V4 model must be provided"},"requiresNavigation":{"name":"requiresNavigation","type":"boolean","optional":true,"description":"Boolean value indicating whether navigation is required after the action has been executed. Navigation takes place to the context returned by the action"},"label":{"name":"label","type":"string","optional":true,"description":"A human-readable label for the action. This is needed in case the action has a parameter and a parameter dialog is shown to the user. The label will be used for the title of the dialog and for the confirmation button"},"invocationGrouping":{"name":"invocationGrouping","type":"string","optional":true,"description":"Mode how actions are to be called: 'ChangeSet' to put all action calls into one changeset, 'Isolated' to put them into separate changesets"}},"description":"Contains the following attributes:"}],"description":"Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and show the updated data upon navigation."},{"name":"onBeforeCreate","visibility":"public","since":"1.98.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Create' action is triggered. If rejected, the 'Create' action is not triggered."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"contextPath":{"name":"contextPath","type":"string","optional":true,"description":"Path pointing to the context on which 'Create' action is triggered"}},"description":"Object containing the parameters passed to onBeforeCreate"}],"description":"This function can be used to intercept the 'Create' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Create' action. If you reject the promise, the 'Create' action is stopped.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.98.0"}},{"name":"onBeforeDelete","visibility":"public","since":"1.98.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Delete' action is triggered. If rejected, the 'Delete' action is not triggered."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"contexts":{"name":"contexts","type":"Array","optional":true,"description":"An array of contexts that are going to be deleted"}},"description":"Object containing the parameters passed to onBeforeDelete"}],"description":"This function can be used to intercept the 'Delete' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Delete' action. If you reject the promise, the 'Delete' action is stopped.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.98.0"}},{"name":"onBeforeDiscard","visibility":"public","since":"1.98.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Discard' action is triggered. If rejected, the 'Discard' action is not triggered and the user stays in edit mode."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"context":{"name":"context","type":"sap.ui.model.odata.v4.Context","optional":true,"description":"Page context that is going to be discarded."}},"description":"Object containing the parameters passed to onBeforeDiscard"}],"description":"This function can be used to intercept the 'Discard' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Discard' action. If you reject the promise, the 'Discard' action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.98.0"}},{"name":"onBeforeEdit","visibility":"public","since":"1.98.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Edit' action is triggered. If rejected, the 'Edit' action is not triggered and the user stays in display mode."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"context":{"name":"context","type":"sap.ui.model.odata.v4.Context","optional":true,"description":"Page context that is going to be edited."}},"description":"Object containing the parameters passed to onBeforeEdit"}],"description":"This function can be used to intercept the 'Edit' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Edit' action. If you reject the promise, the 'Edit' action is stopped and the user stays in display mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.98.0"}},{"name":"onBeforeSave","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"A promise to be returned by the overridden method. If resolved, the 'Save' action is triggered. If rejected, the 'Save' action is not triggered and the user stays in edit mode."},"parameters":[{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"context":{"name":"context","type":"sap.ui.model.odata.v4.Context","optional":true,"description":"Page context that is going to be saved."}},"description":"Object containing the parameters passed to onBeforeSave"}],"description":"This function can be used to intercept the 'Save' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Save' action. If you reject the promise, the 'Save' action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","experimental":{"since":"1.90.0"}},{"name":"saveDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once save is complete"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the editable document"}],"description":"Saves a new document after checking it."},{"name":"securedExecution","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"A promise that is rejected if the execution is prohibited and resolved by the promise returned by the fnFunction."},"parameters":[{"name":"fnFunction","type":"function","optional":false,"description":"The function to be executed. Should return a promise that is settled after completion of the execution. If nothing is returned, immediate completion is assumed."},{"name":"mParameters","type":"Object<string,any>","optional":true,"parameterProperties":{"busy":{"name":"busy","type":"object","optional":true,"parameterProperties":{"set":{"name":"set","type":"boolean","optional":true,"defaultValue":true,"description":"Triggers a busy indicator when the function is executed."},"check":{"name":"check","type":"boolean","optional":true,"defaultValue":true,"description":"Executes function only if application isn't busy."}},"description":"Defines the busy indicator"},"updatesDocument":{"name":"updatesDocument","type":"boolean","optional":true,"description":"This operation updates the current document without using the bound model and context. As a result, the draft status is updated if a draft document exists, and the user has to confirm the cancellation of the editing process."}},"description":"Definitions of the preconditions to be checked before execution"}],"description":"Secured execution of the given function. Ensures that the function is only executed when certain conditions are fulfilled.","experimental":{"since":"1.90.0"}},{"name":"syncTask","module":"sap/fe/core/controllerextensions/InternalEditFlow","visibility":"restricted","returnValue":{"type":"Promise","description":"Promise resolves once the task is completed"},"parameters":[{"name":"vTask","type":"Promise|function","optional":true,"description":"Optional, a promise or function to be executed synchronously"}],"description":"Performs a task in sync with other tasks created via this function. Returns the promise chain of the task.","resource":"sap/fe/core/controllerextensions/InternalEditFlow.js"},{"name":"updateDocument","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"Promise resolves once draft status has been updated"},"parameters":[{"name":"oContext","type":"object","optional":false,"description":"Context of the updated field"},{"name":"oPromise","type":"object","optional":false,"description":"Promise to determine when the update operation is completed. The promise should be resolved when the update operation is completed, so the draft status can be updated."}],"description":"Updates the draft status and displays the error messages if there are errors during an update."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.IntentBasedNavigation","basename":"IntentBasedNavigation","resource":"sap/fe/core/controllerextensions/IntentBasedNavigation.js","module":"sap/fe/core/controllerextensions/IntentBasedNavigation","export":"","static":true,"visibility":"public","since":"1.86.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"Controller extension providing hooks for intent-based navigation","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"adaptNavigationContext","visibility":"public","since":"1.86.0","parameters":[{"name":"oSelectionVariant","type":"sap.fe.navigation.SelectionVariant","optional":false,"description":"SelectionVariant provided by SAP Fiori elements."},{"name":"oNavigationInfo","type":"object","optional":false,"parameterProperties":{"semanticObject":{"name":"semanticObject","type":"string","optional":false,"description":"Semantic object related to the intent"},"action":{"name":"action","type":"string","optional":false,"description":"Action related to the intent"}},"description":"Object containing intent-based navigation-related info"}],"description":"Provides a hook to customize the {@link sap.fe.navigation.SelectionVariant} related to the intent-based navigation."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.MessageHandler","basename":"MessageHandler","resource":"sap/fe/core/controllerextensions/MessageHandler.js","module":"sap/fe/core/controllerextensions/MessageHandler","export":"","static":true,"visibility":"public","since":"1.90.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering message handling.","experimental":{"since":"1.90.0"},"ui5-metadata":{"stereotype":"object","metadataClass":"sap.fe.core.controllerextensions.ControllerExtensionMetadata"},"methods":[{"name":"showMessageDialog","visibility":"public","since":"1.90.0","returnValue":{"type":"Promise","description":"A promise that is resolved once the user closes the dialog. If there are no messages to be shown, the promise is resolved immediately"},"description":"Shows a message dialog with transition messages if there are any. The message dialog is shown as a modal dialog. Once the user confirms the dialog, all transition messages are removed from the message model. If there is more than one message, a list of messages is shown. The user can filter on message types and can display details as well as the long text. If there is one message, the dialog immediately shows the details of the message. If there is just one success message, a message toast is shown instead.","experimental":{"since":"1.90.0"}}]},{"kind":"class","name":"sap.fe.core.controllerextensions.Paginator","basename":"Paginator","resource":"sap/fe/core/controllerextensions/Paginator.js","module":"sap/fe/core/controllerextensions/Paginator","export":"","static":true,"visibility":"public","since":"1.94.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"Controller extension providing hooks for the navigation using paginators","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.controllerextensions.Paginator with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.controllerextensions.Paginator."},{"name":"initialize","visibility":"public","since":"1.94.0","parameters":[{"name":"oBinding","type":"string","optional":false,"description":"ODataListBinding object"},{"name":"oContext","type":"object","optional":false,"description":"Current context where the navigation is initiated"}],"description":"Initiates the paginator control."},{"name":"onContextUpdate","visibility":"public","since":"1.94.0","parameters":[{"name":"oContext","type":"string","optional":false,"description":"Final context returned after the paginator action"}],"description":"Returns the updated context after the paginator operation."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.Routing","basename":"Routing","resource":"sap/fe/core/controllerextensions/Routing.js","module":"sap/fe/core/controllerextensions/Routing","export":"","static":true,"visibility":"public","since":"1.86.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks into the routing flow of the application","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"navigate","visibility":"public","since":"1.90.0","parameters":[{"name":"oContext","type":"sap.ui.model.odata.v4.Context","optional":false,"description":"Object containing the context to be navigated"}],"description":"Allows navigation to a specific context."},{"name":"navigateToRoute","module":"sap/fe/core/services/RoutingServiceFactory","visibility":"restricted","returnValue":{"type":"Promise","description":"Promise that is resolved when the navigation is finalized"},"parameters":[{"name":"sTargetRouteName","type":"string","optional":true,"description":"Name of the target route"},{"name":"oRouteParameters","type":"object","optional":true,"description":"Parameters to be used with route to create the target hash"}],"description":"Navigates to a route.","resource":"sap/fe/core/services/RoutingServiceFactory.js"},{"name":"onAfterBinding","visibility":"public","since":"1.90.0","parameters":[{"name":"oContext","type":"object","optional":false,"description":"Object containing the context to be navigated"}],"description":"This function is used to intercept the routing event after binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onBeforeBinding","visibility":"public","since":"1.90.0","parameters":[{"name":"oContext","type":"object","optional":false,"description":"Object containing the context for the navigation"}],"description":"This function is used to intercept the routing event before binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onBeforeNavigation","visibility":"public","since":"1.86.0","returnValue":{"type":"boolean","description":"`true` to prevent the default execution, false to keep the standard behavior"},"parameters":[{"name":"mNavigationParameters","type":"object","optional":false,"parameterProperties":{"bindingContext":{"name":"bindingContext","type":"sap.ui.model.odata.v4.Context","optional":false,"description":"The currently selected context"}},"description":"Object containing row context and page context"}],"description":"This function can be used to intercept the routing event happening during the normal process of navigating from one page to another.\n\nIf declared as an extension, it allows you to intercept and change the normal navigation flow. If you decide to do your own navigation processing, you can return `true` to prevent the default routing behavior.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.Share","basename":"Share","resource":"sap/fe/core/controllerextensions/Share.js","module":"sap/fe/core/controllerextensions/Share","export":"","static":true,"visibility":"public","since":"1.93.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks into the Share functionalities of the application","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"adaptShareMetadata","visibility":"public","since":"1.93.0","returnValue":{"type":"object|Promise<object>","description":"Share Metadata or a Promise resolving the Share Metadata"},"parameters":[{"name":"oShareMetadata","type":"object","optional":false,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"Default URL that will be used via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'"},"title":{"name":"title","type":"string","optional":false,"description":"Default title that will be used as 'email subject' in 'Send Email', 'share text' in 'Share in SAP Jam' and 'title' in 'Save as Tile'"},"email":{"name":"email","type":"object","optional":true,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"URL that will be used specifically for 'Send Email'. This takes precedence over oShareMetadata.url."},"title":{"name":"title","type":"string","optional":false,"description":"Title that will be used as \"email subject\" in 'Send Email'. This takes precedence over oShareMetadata.title."}},"description":"Email-specific metadata."},"jam":{"name":"jam","type":"object","optional":true,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"URL that will be used specifically for 'Share in SAP Jam'. This takes precedence over oShareMetadata.url."},"title":{"name":"title","type":"string","optional":false,"description":"Title that will be used as 'share text' in 'Share in SAP Jam'. This takes precedence over oShareMetadata.title."}},"description":"SAP Jam-specific metadata."},"tile":{"name":"tile","type":"object","optional":true,"parameterProperties":{"url":{"name":"url","type":"string","optional":false,"description":"URL that will be used specifically for 'Save as Tile'. This takes precedence over oShareMetadata.url."},"title":{"name":"title","type":"string","optional":false,"description":"Title to be used for the tile. This takes precedence over oShareMetadata.title."},"subtitle":{"name":"subtitle","type":"string","optional":false,"description":"Subtitle to be used for the tile."},"icon":{"name":"icon","type":"string","optional":false,"description":"Icon to be used for the tile."},"queryUrl":{"name":"queryUrl","type":"string","optional":false,"description":"Query URL of an OData service from which data for a dynamic tile is read."}},"description":"Save as Tile-specific metadata."}},"description":"Object containing the share metadata."}],"description":"Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'."},{"name":"openShareSheet","visibility":"public","since":"1.93.0","parameters":[{"name":"oControl","type":"object","optional":false,"description":"The control to which the ActionSheet is opened."}],"description":"Opens the share sheet."}]},{"kind":"class","name":"sap.fe.core.controllerextensions.ViewState","basename":"ViewState","resource":"sap/fe/core/controllerextensions/ViewState.js","module":"sap/fe/core/controllerextensions/ViewState","export":"","static":true,"visibility":"public","since":"1.85.0","extends":"sap.ui.core.mvc.ControllerExtension","description":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","ui5-metadata":{"stereotype":"object"},"methods":[{"name":"adaptBindingRefreshControls","visibility":"protected","parameters":[{"name":"aCollectedControls","type":"sap.ui.base.ManagedObject[]","optional":false,"description":"The collected controls"}],"description":"This function should add all controls relevant for refreshing to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"adaptBindingRefreshHandler","visibility":"protected","parameters":[{"name":"oControl","type":"sap.ui.base.ManagedObject","optional":false,"description":"The control for which the refresh handler is adapted."},{"name":"oControlHandler","type":"object[]","optional":false,"description":"A plain object which can have one function: <code>refreshBinding</code>"}],"description":"Customize the <code>refreshBinding</code> function for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"adaptControlStateHandler","visibility":"protected","parameters":[{"name":"oControl","type":"sap.ui.base.ManagedObject","optional":false,"description":"The control to get state handler for"},{"name":"aControlHandler","type":"object[]","optional":false,"description":"A list of plain objects with two functions: <code>retrieve</code> and <code>apply</code>"}],"description":"Customize the <code>retrieve</code> and <code>apply</code> functions for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"adaptStateControls","visibility":"protected","parameters":[{"name":"aCollectedControls","type":"sap.ui.base.ManagedObject[]","optional":false,"description":"The collected controls"}],"description":"This function should add all controls for given view that should be considered for the state handling to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"applyAdditionalStates","visibility":"protected","parameters":[{"name":"oViewState","type":"object","optional":false,"description":"The current view state"},{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Applying additional, not control related, states - is called only if navigation type is iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"applyInitialStateOnly","visibility":"protected","returnValue":{"type":"boolean","description":"If <code>true</code>, only the initial view state is applied once, else any new view state is also applied on follow-up calls (default)"},"description":"Defines whether the view state should only be applied once initially.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead}.\n\nImportant: You should only override this method for custom pages and not for the standard ListReportPage and ObjectPage!"},{"name":"applyNavigationParameters","visibility":"protected","parameters":[{"name":"oNavParameter","type":"object","optional":false,"parameterProperties":{"navigationType":{"name":"navigationType","type":"sap.fe.navigation.NavType","optional":false,"description":"The actual navigation type"},"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"The selectionVariant from the navigation"},"selectionVariantDefaults":{"name":"selectionVariantDefaults","type":"object","optional":true,"description":"The selectionVariant defaults from the navigation"},"requiresStandardVariant":{"name":"requiresStandardVariant","type":"boolean","optional":true,"description":"Defines whether standard variant must be used in VM"}},"description":"The current navigation parameter"},{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Apply navigation parameters - is called only if navigation type is not iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"applyViewState","visibility":"public","returnValue":{"type":"Promise","description":"Promise for async state handling"},"parameters":[{"name":"oViewState","type":"object","optional":false,"description":"The view state to apply (can be undefined)"},{"name":"oNavParameter","type":"object","optional":false,"parameterProperties":{"navigationType":{"name":"navigationType","type":"sap.fe.navigation.NavType","optional":false,"description":"The actual navigation type"},"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"The selectionVariant from the navigation"},"selectionVariantDefaults":{"name":"selectionVariantDefaults","type":"object","optional":true,"description":"The selectionVariant defaults from the navigation"},"requiresStandardVariant":{"name":"requiresStandardVariant","type":"boolean","optional":true,"description":"Defines whether standard variant must be used in VM"}},"description":"The current navigation parameter"}],"description":"Applies the given view state to this extensions view."},{"name":"onAfterStateApplied","visibility":"protected","parameters":[{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Hook to react when state for given view was applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onBeforeStateApplied","visibility":"protected","parameters":[{"name":"aPromises","type":"Promise","optional":false,"description":"Extensible array of promises to be resolved before continuing"}],"description":"Hook to react before a state for given view is applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"onRestore","visibility":"public","description":"Called when the application is restored due to keep-alive mode."},{"name":"onSuspend","visibility":"public","description":"Called when the application is suspended due to keep-alive mode."},{"name":"retrieveAdditionalStates","visibility":"protected","parameters":[{"name":"mAdditionalStates","type":"object","optional":false,"description":"The additional state"}],"description":"Extend the map of additional states (not control bound) to be added to the current view state of the given view.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}."},{"name":"retrieveViewState","visibility":"public","returnValue":{"type":"Promise","description":"A promise resolving the view state"},"description":"Retrieve the view state of this extensions view. When this function is called more than once before finishing, all but the final response will resolve to <code>undefined</code>."}]},{"kind":"class","name":"sap.fe.core.ExtensionAPI","basename":"ExtensionAPI","resource":"sap/fe/core/ExtensionAPI.js","module":"sap/fe/core/ExtensionAPI","export":"","static":true,"visibility":"public","since":"1.79.0","extends":"sap.ui.base.Object","description":"Common Extension API for all pages of SAP Fiori elements for OData V4.","ui5-metadata":{"stereotype":"object","associations":[{"name":"editFlow","singularName":"editFlow","type":"sap.fe.core.controllerextensions.EditFlow","cardinality":"0..1","visibility":"public","description":"A controller extension offering hooks into the edit flow of the application.","methods":["getEditFlow","setEditFlow"]},{"name":"routing","singularName":"routing","type":"sap.fe.core.controllerextensions.Routing","cardinality":"0..1","visibility":"public","description":"A controller extension offering hooks into the routing flow of the application.","methods":["getRouting","setRouting"]}]},"methods":[{"name":"addDependent","visibility":"public","parameters":[{"name":"oControl","type":"sap.ui.core.Control","optional":false,"description":"Control to be added as a dependent control"}],"description":"Add any control as a dependent control to this SAP Fiori elements page."},{"name":"getEditFlow","visibility":"public","returnValue":{"type":"sap.ui.core.ID"},"description":"ID of the element which is the current target of the association {@link #getEditFlow editFlow}, or <code>null</code>."},{"name":"getModel","visibility":"public","returnValue":{"type":"sap.ui.model.Model","description":"The required model"},"parameters":[{"name":"sModelName","type":"string","optional":false,"description":"Name of the model"}],"description":"Get access to models managed by SAP Fiori elements.<br> The following models can be accessed: <ul> <li>undefined: the undefined model returns the SAPUI5 OData V4 model bound to this page</li> <li>i18n / further data models defined in the manifest</li> <li>ui: returns a SAPUI5 JSON model containing UI information. Only the following properties are public and supported: <ul> <li>editMode: contains either 'Editable' or 'Display'</li> </ul> </li> </ul>."},{"name":"getRouting","visibility":"public","returnValue":{"type":"sap.ui.core.ID"},"description":"ID of the element which is the current target of the association {@link #getRouting routing}, or <code>null</code>."},{"name":"loadFragment","visibility":"public","returnValue":{"type":"Promise<(Element[]|sap.ui.core.Element[])>","description":"The fragment definition"},"parameters":[{"name":"mSettings","type":"object","optional":false,"parameterProperties":{"id":{"name":"id","type":"string","optional":false,"description":"The ID of the fragment itself"},"name":{"name":"name","type":"string","optional":false,"description":"The name of the fragment to be loaded"},"controller":{"name":"controller","type":"object","optional":false,"description":"The controller to be attached to the fragment"},"contextPath":{"name":"contextPath","type":"string","optional":false,"description":"The contextPath to be used for the templating process"},"initialBindingContext":{"name":"initialBindingContext","type":"sap.ui.model.Context","optional":false,"description":"The initial binding context"}},"description":"The settings object"}],"description":"Load a fragment and go through the template preprocessor with the current page context."},{"name":"navigateToTarget","visibility":"public","returnValue":{"type":"Promise","description":"Promise that is resolved when the navigation is finalized"},"parameters":[{"name":"sTarget","type":"string","optional":false,"description":"Name of the target route"},{"name":"oContext","type":"sap.ui.model.Context","optional":true,"description":"Context instance"}],"description":"Navigate to another target."},{"name":"removeDependent","visibility":"public","parameters":[{"name":"oControl","type":"sap.ui.core.Control","optional":false,"description":"Control to be added as a dependent control"}],"description":"Remove a dependent control from this SAP Fiori elements page."},{"name":"setEditFlow","visibility":"public","returnValue":{"type":"this","description":"Reference to <code>this</code> in order to allow method chaining"},"parameters":[{"name":"oEditFlow","type":"sap.ui.core.ID|sap.fe.core.controllerextensions.EditFlow","optional":false,"description":"ID of an element which becomes the new target of this editFlow association; alternatively, an element instance may be given"}],"description":"Sets the associated {@link #getEditFlow editFlow}."},{"name":"setRouting","visibility":"public","returnValue":{"type":"this","description":"Reference to <code>this</code> in order to allow method chaining"},"parameters":[{"name":"oRouting","type":"sap.ui.core.ID|sap.fe.core.controllerextensions.Routing","optional":false,"description":"ID of an element which becomes the new target of this routing association; alternatively, an element instance may be given"}],"description":"Sets the associated {@link #getRouting routing}."},{"name":"updateAppState","visibility":"public","returnValue":{"type":"Promise","description":"A promise that resolves with the new app state object."},"description":"Triggers an update of the app state. Should be called if the state of a control, or any other state-relevant information, was changed."}]},{"kind":"namespace","name":"sap.fe.core.ExtensionAPI.intentBasedNavigation","basename":"intentBasedNavigation","resource":"sap/fe/core/ExtensionAPI.js","module":"sap/fe/core/ExtensionAPI","export":"intentBasedNavigation","static":true,"visibility":"public","since":"1.86.0","description":"ExtensionAPI for intent-based navigation","methods":[{"name":"navigateOutbound","visibility":"public","parameters":[{"name":"sOutbound","type":"string","optional":false,"description":"Identifier to locate the outbound definition in the manifest. This provides the semantic object and action for the intent-based navigation. Additionally, the outbound definition can be used to provide parameters for intent-based navigation. See {@link topic:be0cf40f61184b358b5faedaec98b2da Descriptor for Applications, Components, and Libraries} for more information."},{"name":"mNavigationParameters","type":"object","optional":false,"description":"Optional map containing key/value pairs to be passed to the intent. If mNavigationParameters are provided, the parameters provided in the outbound definition of the manifest are ignored."}],"description":"Navigates to an intent defined by an outbound definition in the manifest."}]},{"kind":"namespace","name":"sap.fe.core.fpm","basename":"fpm","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"fpm","static":true,"visibility":"public","description":"Collection of classes provided by SAP Fiori elements for the Flexible Programming Model"},{"kind":"class","name":"sap.fe.core.fpm.Component","basename":"Component","resource":"sap/fe/core/fpm/Component.js","module":"sap/fe/core/fpm/Component","export":"","static":true,"visibility":"public","since":"1.92.0","extends":"sap.fe.core.TemplateComponent","description":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n</pre>","experimental":{"since":"1.92.0"},"ui5-metadata":{"properties":[{"name":"viewName","type":"string","defaultValue":null,"group":"Misc","visibility":"public","description":"Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","methods":["getViewName","setViewName"]}]},"methods":[{"name":"extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"Created class / constructor function"},"parameters":[{"name":"sClassName","type":"string","optional":false,"description":"Name of the class being created"},{"name":"oClassInfo","type":"object","optional":true,"description":"Object literal with information about the class"},{"name":"FNMetaImpl","type":"function","optional":true,"description":"Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class"}],"description":"Creates a new subclass of class sap.fe.core.fpm.Component with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>.\n\n<code>oClassInfo</code> might contain the same kind of information as described in {@link sap.fe.core.TemplateComponent.extend}."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"Metadata object describing this class"},"description":"Returns a metadata object for class sap.fe.core.fpm.Component."},{"name":"getViewName","visibility":"public","returnValue":{"type":"string","description":"Value of property <code>viewName</code>"},"description":"Gets current value of property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions."},{"name":"setViewName","visibility":"public","returnValue":{"type":"this","description":"Reference to <code>this</code> in order to allow method chaining"},"parameters":[{"name":"sViewName","type":"string","optional":false,"description":"New value for property <code>viewName</code>"}],"description":"Sets a new value for property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.\n\nWhen called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored."}]},{"kind":"enum","name":"sap.fe.core.InitialLoadMode","basename":"InitialLoadMode","resource":"sap/fe/core/library.js","module":"sap/fe/core/library","export":"InitialLoadMode","static":true,"visibility":"public","since":"1.86.0","description":"Possible initial load (first app startup) modes for a ListReport.","properties":[{"name":"Auto","visibility":"public","static":true,"type":"undefined","description":"Data will be loaded initially if filters are set."},{"name":"Disabled","visibility":"public","static":true,"type":"undefined","description":"Data will not be loaded initially."},{"name":"Enabled","visibility":"public","static":true,"type":"undefined","description":"Data will be loaded initially."}]},{"kind":"class","name":"sap.fe.core.PageController","basename":"PageController","resource":"sap/fe/core/PageController.js","module":"sap/fe/core/PageController","export":"","static":true,"visibility":"public","since":"1.88.0","extends":"sap.fe.core.BaseController","description":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","ui5-metadata":{"stereotype":"object"}}]}
|