@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.navigation","symbols":[{"kind":"namespace","name":"sap.fe.navigation","basename":"navigation","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"","static":true,"visibility":"public","since":"1.83.0","description":"Common library for all cross-application navigation functions."},{"kind":"enum","name":"sap.fe.navigation.Mode","basename":"Mode","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"Mode","static":true,"visibility":"public","since":"1.83.0","description":"A static enumeration type which indicates the Odata version used for runnning the Navigation Handler.","properties":[{"name":"ODataV2","visibility":"public","static":true,"type":"undefined","description":"This is used for ODataV2 services to do some internal tasks like creation of appstate, removal of sensitive data etc.,"},{"name":"ODataV4","visibility":"public","static":true,"type":"undefined","description":"This is used for ODataV4 services to do some internal tasks like creation of appstate, removal of sensitive data etc.,"}]},{"kind":"class","name":"sap.fe.navigation.NavError","basename":"NavError","resource":"sap/fe/navigation/NavError.js","module":"sap/fe/navigation/NavError","export":"","static":true,"visibility":"public","since":"1.83.0","extends":"sap.ui.base.Object","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.NavError}.<br> An object that provides error handling information during runtime.","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"sErrorCode","type":"string","optional":false,"description":"The code for an internal error of a consumer that allows you to track the source locations"}],"description":"Accepts an object literal <code>mSettings</code> that defines initial property values, aggregated and associated objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n\nThis class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.Object#constructor sap.ui.base.Object} can be used."},"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.navigation.NavError 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.base.Object.extend}."},{"name":"getErrorCode","visibility":"public","returnValue":{"type":"string","description":"The error code of the error"},"description":"Returns the error code with which the instance has been created."},{"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.navigation.NavError."}]},{"kind":"class","name":"sap.fe.navigation.NavigationHandler","basename":"NavigationHandler","resource":"sap/fe/navigation/NavigationHandler.js","module":"sap/fe/navigation/NavigationHandler","export":"","static":true,"visibility":"public","since":"1.83.0","extends":"sap.ui.base.Object","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.NavigationHandler}.<br> Creates a new NavigationHandler class by providing the required environment. <br> The <code>NavigationHandler</code> supports the verification of sensitive information. All properties that are part of <code>selectionVariant</code> and <code>valueTexts</code> will be verified if they are annotated as <code>com.sap.vocabularies.PersonalData.v1.IsPotentiallySensitive</code> or <code>com.sap.vocabularies.UI.v1.ExcludeFromNavigationContext</code> and will be removed before the data is persisted as the app state.<br> Also, all properties annotated as <code>com.sap.vocabularies.Analytics.v1.Measure</code> will be removed from the data stored as the xapp state.<br> To verify the information to be removed, the <code>NavigationHandler</code> requires an unnamed model of type {@link sap.ui.model.odata.v2.ODataModel} on component level. It is possible to set such a model using the <code>setModel</code> method.<br> <b>Note:</b> The check for excluded data requires that the OData metadata has already been loaded completely.<br> If the OData metadata model has not been loaded completely, all properties are removed from the application context.<br> <b>Note:</b> This class requires that the UShell {@link sap.ushell.services.CrossApplicationNavigation} is available and initialized.","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"oController","type":"object","optional":false,"description":"UI5 controller that contains a router and a component; typically the main controller of your application, for example, a subclass of the sap.ca.scfld.md.controller.BaseFullscreenController if scaffolding is used"},{"name":"sMode","type":"string","optional":true,"defaultValue":"sap.fe.navigation.Mode.ODataV4","description":"Mode to be used to indicates the Odata version used for runnning the Navigation Handler, see {@link sap.fe.navigation.Mode}.<br> Note: Mode has to be sap.fe.navigation.Mode.ODataV2 whenever this constructor is used to initialize a OData V2 based service."},{"name":"sParamHandlingMode","type":"string","optional":true,"defaultValue":"SelVarWins","description":"Mode to be used to handle conflicts when merging URL parameters and the SelectionVariant class, see {@link sap.fe.navigation.ParamHandlingMode}"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr> <th align=\"left\">NavError code</th> <th align=\"left\">Description</th> </tr> <tr> <td>NavigationHandler.INVALID_INPUT</td> <td>Indicates that the input parameter is invalid</td> </tr> </table>","type":"undefined"}]},"methods":[{"name":"_getAppStateKeyAndUrlParameters","visibility":"restricted","static":true,"returnValue":{"type":"object","description":"A Promise object to monitor when all actions of the function have been executed; if the execution is successful, the semanticAttributes as well as the appStateKey are returned; if an error occurs, an error object of type {@link sap.fe.navigation.NavError} is returned <br>"},"parameters":[{"name":"sSelectionVariant","type":"string","optional":false,"description":"Stringified JSON object"}],"description":"Processes selectionVariant string and returns a Promise object (semanticAttributes and AppStateKey).","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\", \"sap/fe/navigation/SelectionVariant\"], function (NavigationHandler, SelectionVariant) {\n\t\tvar oSelectionVariant = new SelectionVariant();\n\t\toSelectionVariant.addSelectOption(\"CompanyCode\", \"I\", \"EQ\", \"0001\");\n\t\toSelectionVariant.addSelectOption(\"Customer\", \"I\", \"EQ\", \"C0001\");\n\t\tvar sSelectionVariant= oSelectionVariant.toJSONString();\n\n\t\tvar oNavigationHandler = new NavigationHandler(oController);\n\t\tvar oPromiseObject = oNavigationHandler._getAppStateKeyAndUrlParameters(sSelectionVariant);\n\n\t\toPromiseObject.done(function(oSemanticAttributes, sAppStateKey){\n\t\t\t// here you can add coding that should run after all app state and the semantic attributes have been returned.\n\t\t});\n\n\t\toPromiseObject.fail(function(oError){\n\t\t\t//some error handling\n\t\t});\n\t});\n</code>"}]},{"name":"constructContextUrl","visibility":"protected","static":true,"returnValue":{"type":"string","description":"The context url for the given entities"},"parameters":[{"name":"sEntitySetName","type":"string","optional":false,"description":"Used for url determination"},{"name":"oModel","type":"sap.ui.model.odata.v2.ODataModel","optional":true,"description":"Used for url determination. If omitted, the NavigationHandler model is used."}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of missing or wrong passed parameters","type":"undefined"}],"description":"The method creates a context url based on provided data. This context url can either be used as {@link sap.fe.navigation.NavigationHandler#setParameterContextUrl ParameterContextUrl} or {@link sap.fe.navigation.NavigationHandler#setFilterContextUrl FilterContextUrl}."},{"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.navigation.NavigationHandler 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.base.Object.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.navigation.NavigationHandler."},{"name":"getTechnicalParameters","visibility":"public","static":true,"returnValue":{"type":"Array","description":"Containing the technical parameters."},"description":"Gets the application specific technical parameters. Technical parameters will not be added to the selection variant passed to the application. As a default the following values are considered as technical parameters: <ul> <li><code>sap-system</code></li> <li><code>sap-ushell-defaultedParameterNames</code></li> <li><code>\"hcpApplicationId\"</code></li> </ul>."},{"name":"mixAttributesAndSelectionVariant","visibility":"public","static":true,"returnValue":{"type":"object","description":"Instance of {@link sap.fe.navigation.SelectionVariant}"},"parameters":[{"name":"vSemanticAttributes","type":"object|Array","optional":false,"description":"Object/(Array of Objects) containing key/value pairs"},{"name":"sSelectionVariant","type":"string","optional":false,"description":"The selection variant in string format as provided by the SmartFilterBar control"},{"name":"iSuppressionBehavior","type":"int","optional":true,"defaultValue":"sap.fe.navigation.SuppressionBehavior.standard","description":"Indicates whether semantic attributes with special values (see {@link sap.fe.navigation.SuppressionBehavior suppression behavior}) must be suppressed before they are combined with the selection variant; several {@link sap.fe.navigation.SuppressionBehavior suppression behaviors} can be combined with the bitwise OR operator (|)"}],"description":"Combines the given parameters and selection variant into a new selection variant containing properties from both, with the parameters overriding existing properties in the selection variant. The new selection variant does not contain any parameters. All parameters are merged into select options. The output of this function, converted to a JSON string, can be used for the {@link #.navigate NavigationHandler.navigate} method.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\", \"sap/fe/navigation/SelectionVariant\"], function (NavigationHandler, SelectionVariant) {\n\tvar vSemanticAttributes = { \"Customer\" : \"C0001\" };\n\tor\n\tvar vSemanticAttributes = [{ \"Customer\" : \"C0001\" },{ \"Customer\" : \"C0002\" }];\n\tvar sSelectionVariant = oSmartFilterBar.getDataSuiteFormat();\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar sNavigationSelectionVariant = oNavigationHandler.mixAttributesAndSelectionVariant(vSemanticAttributes, sSelectionVariant).toJSONString();\n\t// In case of an vSemanticAttributes being an array, the semanticAttributes are merged to a single SV and compared against the sSelectionVariant(second agrument).\n\t// Optionally, you can specify one or several suppression behaviors. Several suppression behaviors are combined with the bitwise OR operator, e.g.\n\t// var iSuppressionBehavior = sap.fe.navigation.SuppressionBehavior.raiseErrorOnNull | sap.fe.navigation.SuppressionBehavior.raiseErrorOnUndefined;\n\t// var sNavigationSelectionVariant = oNavigationHandler.mixAttributesAndSelectionVariant(mSemanticAttributes, sSelectionVariant, iSuppressionBehavior).toJSONString();\n\n\toNavigationHandler.navigate(\"SalesOrder\", \"create\", sNavigationSelectionVariant);\n});\n</code>"}]},{"name":"navigate","visibility":"public","static":true,"parameters":[{"name":"sSemanticObject","type":"string","optional":false,"description":"Name of the semantic object of the target app"},{"name":"sActionName","type":"string","optional":false,"description":"Name of the action of the target app"},{"name":"vNavigationParameters","type":"object|string","optional":true,"description":"Navigation parameters as an object with key/value pairs or as a string representation of such an object. If passed as an object, the properties are not checked against the <code>IsPotentialSensitive</code> or <code>Measure</code> type."},{"name":"oInnerAppData","type":"object","optional":true,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"string","optional":true,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the SmartFilterBar control"},"tableVariantId":{"name":"tableVariantId","type":"string","optional":true,"description":"ID of the SmartTable variant"},"customData":{"name":"customData","type":"object","optional":true,"description":"Object that can be used to store arbitrary data"},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui state of the app"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions"},"semanticDates":{"name":"semanticDates","type":"object","optional":true,"description":"Object containing semanticDates filter information"}},"description":"Object for storing current state of the app"},{"name":"fnOnError","type":"function","optional":true,"description":"Callback that is called if an error occurs during navigation <br>"},{"name":"oExternalAppData","type":"object","optional":false,"parameterProperties":{"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui state of the app which will be forwarded to the target component."},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions which will be forwarded to the target component."},"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"Stringified JSON object, which will be forwarded to the target component. If not provided the selectionVariant will be constructed based on the vNavigationParameters."}},"description":"Object for storing the state which will be forwarded to the target component."},{"name":"sNavMode","type":"string","optional":true,"description":"Argument is used to overwrite the FLP-configured target for opening a URL. If used, only the <code>explace</code> or <code>inplace</code> values are allowed. Any other value will lead to an exception <code>NavigationHandler.INVALID_NAV_MODE</code>."}],"description":"Triggers a cross-app navigation after saving the inner and the cross-app states. The navigation mode based on <code>sap-ushell-next-navmode</code> is taken into account. If set to <code>explace</code> the inner app state will not be changed. <b>Note:</b> The <code>sNavMode</code> argument can be used to overwrite the SAP Fiori launchpad default navigation for opening a URL in-place or ex-place.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\", \"sap/fe/navigation/SelectionVariant\"], function (NavigationHandler, SelectionVariant) {\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar sSemanticObject = \"SalesOrder\";\n\tvar sActionName = \"create\";\n\n\t//simple parameters as Object\n\tvar vNavigationParameters = {\n\t\tCompanyCode : \"0001\",\n\t\tCustomer : \"C0001\"\n\t};\n\n\t//or as selection variant\n\tvar oSelectionVariant = new SelectionVariant();\n\t oSelectionVariant.addSelectOption(\"CompanyCode\", \"I\", \"EQ\", \"0001\");\n\toSelectionVariant.addSelectOption(\"Customer\", \"I\", \"EQ\", \"C0001\");\n\tvNavigationParameters = oSelectionVariant.toJSONString();\n\n\t//or directly from SmartFilterBar\n\tvNavigationParameters = oSmartFilterBar.getDataSuiteFormat();\n\n\t//app state for back navigation\n\t var oInnerAppData = {\n\t\tselectionVariant : oSmartFilterBar.getDataSuiteFormat(),\n\t\ttableVariantId : oSmartTable.getCurrentVariantId(),\n\t\tcustomData : oMyCustomData\n\t};\n\n\t// callback function in case of errors\n\tvar fnOnError = function(oError){\n\t\tvar oi18n = oController.getView().getModel(\"i18n\").getResourceBundle();\n\t\toError.setUIText({oi18n : oi18n, sTextKey : \"OUTBOUND_NAV_ERROR\"});\n\t\toError.showMessageBox();\n\t};\n\n\toNavigationHandler.navigate(sSemanticObject, sActionName, vNavigationParameters, oInnerAppData, fnOnError);\n});\n</code>"}]},{"name":"parseNavigation","visibility":"public","static":true,"returnValue":{"type":"object","description":"A Promise object to monitor when all the actions of the function have been executed. If the execution is successful, the extracted app state, the startup parameters, and the type of navigation are returned, see also the example above. The app state is an object that contains the following information: <ul> <li><code>oAppData.oSelectionVariant</code>: An instance of {@link sap.fe.navigation.SelectionVariant} containing only parameters/select options that are related to navigation</li> <li><code>oAppData.selectionVariant</code>: The navigation-related selection variant as a JSON-formatted string</li> <li><code>oAppData.oDefaultedSelectionVariant</code>: An instance of {@link sap.fe.navigation.SelectionVariant} containing only the parameters/select options that are set by user default data</li> <li><code>oAppData.bNavSelVarHasDefaultsOnly</code>: A Boolean flag that indicates whether only defaulted parameters and no navigation parameters are present.<br> <b>Note:</b> If no navigation parameters are available, <code>bNavSelVarHasDefaultsOnly</code> is set to <code>true</code>, even though parameters without default might be available as well.</li> </ul> If the navigation-related selection variant is empty, it is replaced by a copy of the defaulted selection variant.<br> The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType} (possible values are initial, URLParams, xAppState, and iAppState).<br> <b>Note:</b> If the navigation type is {@link sap.fe.navigation.NavType.iAppState} oAppData has two additional properties <ul> <li><code>oAppData.tableVariantId</code></li> <li><code>oAppData.customData</code></li> </ul> which return the inner app data as stored in {@link #.navigate navigate} or {@link #.storeInnerAppState storeInnerAppState}. <code>oAppData.oDefaultedSelectionVariant</code> is an empty selection variant and <code>oAppData.bNavSelVarHasDefaultsOnly</code> is <code>false</code> in this case.<br> <b>Note:</b> If the navigation type is {@link sap.fe.navigation.NavType.initial} oAppData is an empty object!<br> If an error occurs, an error object of type {@link sap.fe.navigation.NavError}, URL parameters (if available) and the type of navigation are returned."},"description":"Parses the incoming URL and returns a Promise. If this method detects a back navigation, the inner app state is returned in the resolved Promise. Otherwise startup parameters will be merged into the app state provided by cross app navigation, and a combined app state will be returned. The conflict resolution can be influenced with sParamHandlingMode defined in the constructor.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\"], function (NavigationHandler) {\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar oParseNavigationPromise = oNavigationHandler.parseNavigation();\n\n\toParseNavigationPromise.done(function(oAppData, oStartupParameters, sNavType){\n\t\t\toSmartFilterBar.setDataSuiteFormat(oAppData.selectionVariant);\n\t\t\t// oAppData.oSelectionVariant can be used to manipulate the selection variant\n\t\t\t// oAppData.oDefaultedSelectionVariant contains the parameters which are set by user defaults\n\t\t\t// oAppData.bNavSelVarHasDefaultsOnly indicates whether only defaulted parameters and no navigation parameters are present\n\t});\n\toParseNavigationPromise.fail(function(oError, oURLParameters, sNavType){\n\t\t// if e.g. the xapp state could not be loaded, nevertheless there may be URL parameters available\n\t\t//some error handling\n\t});\n});\n</code>"}]},{"name":"processBeforeSmartLinkPopoverOpens","visibility":"public","static":true,"returnValue":{"type":"object","description":"A Promise object to monitor when all actions of the function have been executed; if the execution is successful, the modified oTableEventParameters is returned; if an error occurs, an error object of type {@link sap.fe.navigation.NavError} is returned"},"parameters":[{"name":"oTableEventParameters","type":"object","optional":false,"description":"The parameters made available by the SmartTable control when the SmartLink control has been clicked, an instance of a PopOver object"},{"name":"sSelectionVariant","type":"string","optional":false,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the SmartFilterBar control"},{"name":"mInnerAppData","type":"object","optional":true,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"string","optional":true,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the the SmartFilterBar control; if provided, the selection is merged into the semantic attributes"},"tableVariantId":{"name":"tableVariantId","type":"string","optional":true,"description":"ID of the SmartTable variant"},"customData":{"name":"customData","type":"object","optional":true,"description":"Object that can be used to store additional app-specific data"},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui presentationVariantof the app"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions"},"semanticDates":{"name":"semanticDates","type":"object","optional":true,"description":"Object containing semanticDates filter information"}},"description":"Object containing the current state of the app. If provided, opening the Popover is deferred until the inner app data is saved in a consistent way."},{"name":"oExternalAppData","type":"object","optional":true,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"Object containing selectionVariant, which will be passed to the target screen. If not set the sSelectionVariant will be used."},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui presentationVariant of the app, which will be passed to the target screen"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions, which will be passed to the target screen"}},"description":"Object containing the state which will be passed to the target screen."}],"description":"Processes navigation-related tasks related to beforePopoverOpens event handling for the SmartLink control and returns a Promise object. In particular, the following tasks are performed before the SmartLink popover can be opened: <ul> <li>If <code>mInnerAppData</code> is provided, this inner app state is saved for back navigation at a later time.</li> <li>The table event parameters (semantic attributes) and the selection variant data are combined by calling the method {@link #.mixAttributesAndSelectionVariant mixAttributesAndSelectionVariant}.</li> <li>The combined data is saved as the cross app state to be handed over to the target app, and the corresponding sap-xapp-state key is set in the URL.</li> <li>All single selections (\"including equal\") of the combined selection data are passed to the SmartLink popover as semantic attributes.</li> <li>The method <code>oTableEventParameters.open()</code> is called. Note that this does not really open the popover, but the SmartLink control proceeds with firing the event <code>navigationTargetsObtained</code>.</li> </ul>.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\", \"sap/fe/navigation/SelectionVariant\"], function (NavigationHandler, SelectionVariant) {\n\t//event handler for the smart link event \"beforePopoverOpens\"\n\t\tonBeforePopoverOpens: function(oEvent) {\n\t\t\tvar oTableEventParameters = oEvent.getParameters();\n\n\t\t\tvar mInnerAppData = {\n\t\t\t\tselectionVariant : oSmartFilterBar.getDataSuiteFormat(),\n\t\t\t\ttableVariantId : oSmartTable.getCurrentVariantId(),\n\t\t\t\tcustomData : oMyCustomData\n\t\t\t};\n\n\t\t\tvar oSelectionVariant = new SelectionVariant();\n\t\t\toSelectionVariant.addSelectOption(\"CompanyCode\", \"I\", \"EQ\", \"0001\");\n\t\t\toSelectionVariant.addSelectOption(\"Customer\", \"I\", \"EQ\", \"C0001\");\n\t\t\tvar sSelectionVariant= oSelectionVariant.toJSONString();\n\n\t\t\tvar oNavigationHandler = new NavigationHandler(oController);\n\t\t\tvar oSmartLinkPromise = oNavigationHandler.processBeforeSmartLinkPopoverOpens(oTableEventParameters, sSelectionVariant, mInnerAppData);\n\n\t\t\toSmartLinkPromise.done(function(oTableEventParameters){\n\t\t\t\t// here you can add coding that should run after all app states are saved and the semantic attributes are set\n\t\t\t});\n\n\t\t\toSmartLinkPromise.fail(function(oError){\n\t\t\t//some error handling\n\t\t\t});\n\t\t};\n\t});\n</code>"}]},{"name":"replaceHash","visibility":"public","static":true,"parameters":[{"name":"sAppStateKey","type":"string","optional":false,"description":"The new app state key."}],"description":"Changes the URL according to the current sAppStateKey. As an reaction route change event will be triggered."},{"name":"setModel","visibility":"public","static":true,"parameters":[{"name":"oModel","type":"sap.ui.model.odata.v2.ODataModel","optional":false,"description":"For checking sensitive information"}],"description":"Sets the model that is used for verification of sensitive information. If the model is not set, the unnamed component model is used for the verification of sensitive information."},{"name":"setTechnicalParameters","visibility":"public","static":true,"parameters":[{"name":"aTechnicalParameters","type":"Array","optional":false,"description":"List of parameter names to be considered as technical parameters. <code>null</code> or <code>undefined</code> may be used to reset the complete list."}],"description":"Sets the application specific technical parameters. Technical parameters will not be added to the selection variant passed to the application. As a default the following values are considered as technical parameters: <ul> <li><code>sap-system</code></li> <li><code>sap-ushell-defaultedParameterNames</code></li> <li><code>\"hcpApplicationId\"</code></li> </ul>."},{"name":"storeInnerAppState","visibility":"public","static":true,"returnValue":{"type":"object","description":"A Promise object to monitor when all the actions of the function have been executed; if the execution is successful, the app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError} is returned"},"parameters":[{"name":"mInnerAppData","type":"object","optional":false,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"string","optional":false,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the SmartFilterBar control"},"tableVariantId":{"name":"tableVariantId","type":"string","optional":true,"description":"ID of the SmartTable variant"},"customData":{"name":"customData","type":"object","optional":true,"description":"Object that can be used to store additional app-specific data"},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui state of the app"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions"},"semanticDates":{"name":"semanticDates","type":"object","optional":true,"description":"Object containing semanticDates filter information"}},"description":"Object containing the current state of the app"},{"name":"bImmediateHashReplace","type":"boolean","optional":true,"defaultValue":true,"description":"If set to false, the inner app hash will not be replaced until storing is successful; do not set to false if you cannot react to the resolution of the Promise, for example, when calling the beforeLinkPressed event"}],"description":"Changes the URL according to the current app state and stores the app state for later retrieval.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\"], function (NavigationHandler) {\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar mInnerAppData = {\n\t\tselectionVariant : oSmartFilterBar.getDataSuiteFormat(),\n\t\ttableVariantId : oSmartTable.getCurrentVariantId(),\n\t\tcustomData : oMyCustomData\n\t};\n\n\tvar oStoreInnerAppStatePromise = oNavigationHandler.storeInnerAppState(mInnerAppData);\n\n\toStoreInnerAppStatePromise.done(function(sAppStateKey){\n\t\t//your inner app state is saved now, sAppStateKey was added to URL\n\t\t//perform actions that must run after save\n\t});\n\n\toStoreInnerAppStatePromise.fail(function(oError){\n\t\t//some error handling\n\t});\n});\n</code>"}]},{"name":"storeInnerAppStateWithImmediateReturn","visibility":"public","static":true,"returnValue":{"type":"object","description":"An object containing the appStateId and a promise object to monitor when all the actions of the function have been executed; Please note that the appStateKey may be undefined or empty."},"parameters":[{"name":"mInnerAppData","type":"object","optional":false,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"string","optional":false,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the SmartFilterBar control"},"tableVariantId":{"name":"tableVariantId","type":"string","optional":true,"description":"ID of the SmartTable variant"},"customData":{"name":"customData","type":"object","optional":true,"description":"Object that can be used to store additional app-specific data"},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui state of the app"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions"},"semanticDates":{"name":"semanticDates","type":"object","optional":true,"description":"Object containing semanticDates filter information"}},"description":"Object containing the current state of the app"},{"name":"bImmediateHashReplace","type":"boolean","optional":true,"defaultValue":false,"description":"If set to false, the inner app hash will not be replaced until storing is successful; do not set to false if you cannot react to the resolution of the Promise, for example, when calling the beforeLinkPressed event. <b>Note:</b>If not provided it will be treated as set to false. <b>Note:</b>If set to true, the calling instance has to ensure that a follow-on call to <code>replaceHash</code> will take place!"}],"description":"Changes the URL according to the current app state and stores the app state for later retrieval.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\"], function (NavigationHandler) {\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar mInnerAppData = {\n\t\tselectionVariant : oSmartFilterBar.getDataSuiteFormat(),\n\t\ttableVariantId : oSmartTable.getCurrentVariantId(),\n\t\tcustomData : oMyCustomData\n\t};\n\n\tvar oStoreInnerAppState = storeInnerAppStateWithNonDelayedReturn(mInnerAppData);\n\tvar sAppStateKey = oStoreInnerAppState.appStateKey;\n\tif (!sAppStateKey) {\n // no appStateKey obtained...\n\t};\n\tvar oStoreInnerAppStatePromise = oStoreInnerAppState.promise;\n\n\toStoreInnerAppStatePromise.done(function(sAppStateKey){\n\t\t//your inner app state is saved now, sAppStateKey was added to URL\n\t\t//perform actions that must run after save\n\t});\n\n\toStoreInnerAppStatePromise.fail(function(oError){\n\t\t//some error handling\n\t});\n});\n</code>"}]}]},{"kind":"enum","name":"sap.fe.navigation.NavType","basename":"NavType","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"NavType","static":true,"visibility":"public","since":"1.83.0","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.NavType}.<br> A static enumeration type which indicates the type of inbound navigation.","properties":[{"name":"iAppState","visibility":"public","static":true,"type":"undefined","description":"Back navigation with sap-iapp-state parameter"},{"name":"initial","visibility":"public","static":true,"type":"undefined","description":"Initial startup without any navigation or default parameters"},{"name":"URLParams","visibility":"public","static":true,"type":"undefined","description":"Basic cross-app navigation with URL parameters only (without sap-xapp-state) or initial start with default parameters"},{"name":"xAppState","visibility":"public","static":true,"type":"undefined","description":"Cross-app navigation with sap-xapp-state parameter (and URL parameters), defaulted parameters may be added"}]},{"kind":"enum","name":"sap.fe.navigation.ParamHandlingMode","basename":"ParamHandlingMode","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"ParamHandlingMode","static":true,"visibility":"public","since":"1.83.0","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.ParamHandlingMode}.<br> A static enumeration type which indicates the conflict resolution method when merging URL parameters into select options.","properties":[{"name":"InsertInSelOpt","visibility":"public","static":true,"type":"undefined","description":"The conflict resolution adds URL parameters to the SelectionVariant"},{"name":"SelVarWins","visibility":"public","static":true,"type":"undefined","description":"The conflict resolution favors the SelectionVariant over URL parameters"},{"name":"URLParamWins","visibility":"public","static":true,"type":"undefined","description":"The conflict resolution favors the URL parameters over the SelectionVariant. Caution: In case of cross-app navigation a navigation parameter value from the source app is overwritten by a default, if a default is maintained in the launchpad designer for this parameter in the target app!"}]},{"kind":"class","name":"sap.fe.navigation.PresentationVariant","basename":"PresentationVariant","resource":"sap/fe/navigation/PresentationVariant.js","module":"sap/fe/navigation/PresentationVariant","export":"","static":true,"visibility":"public","since":"1.83.0","extends":"sap.ui.base.Object","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.PresentationVariant}.<br> Creates a new instance of a PresentationVariant class. If no parameter is passed, an new empty instance is created whose ID has been set to <code>\"\"</code>. Passing a JSON-serialized string complying to the Selection Variant Specification will parse it, and the newly created instance will contain the same information.","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"vPresentationVariant","type":"string|object","optional":true,"description":"If of type <code>string</code>, the selection variant is JSON-formatted; if of type <code>object</code>, the object represents a selection variant"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>PresentationVariant.INVALID_INPUT_TYPE</td><td>Indicates that the data format of the selection variant provided is inconsistent</td></tr> <tr><td>PresentationVariant.UNABLE_TO_PARSE_INPUT</td><td>Indicates that the provided string is not a JSON-formatted string</td></tr> <tr><td>PresentationVariant.INPUT_DOES_NOT_CONTAIN_SELECTIONVARIANT_ID</td><td>Indicates that the PresentationVariantID cannot be retrieved</td></tr> <tr><td>PresentationVariant.PARAMETER_WITHOUT_VALUE</td><td>Indicates that there was an attempt to specify a parameter, but without providing any value (not even an empty value)</td></tr> <tr><td>PresentationVariant.SELECT_OPTION_WITHOUT_PROPERTY_NAME</td><td>Indicates that a selection option has been defined, but the Ranges definition is missing</td></tr> <tr><td>PresentationVariant.SELECT_OPTION_RANGES_NOT_ARRAY</td><td>Indicates that the Ranges definition is not an array</td></tr> </table> These exceptions can only be thrown if the parameter <code>vPresentationVariant</code> has been provided.","type":"undefined"}]},"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.navigation.PresentationVariant 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.base.Object.extend}."},{"name":"getChartVisualization","visibility":"public","static":true,"returnValue":{"type":"Object<string,any>","description":"An object containing the properties to be used for the chart visualization."},"description":"Gets the chart visualization property."},{"name":"getContextUrl","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current context URL for the query"},"description":"Gets the current context URL intended for the query."},{"name":"getID","visibility":"public","static":true,"returnValue":{"type":"string","description":"The identification of the selection variant as made available during construction"},"description":"Returns the identification of the selection variant."},{"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.navigation.PresentationVariant."},{"name":"getProperties","visibility":"public","static":true,"returnValue":{"type":"Object<string,any>","description":"The current properties."},"description":"Gets the more trivial properties. Basically all properties with the exception of the Visualization."},{"name":"getTableVisualization","visibility":"public","static":true,"returnValue":{"type":"Object<string,any>","description":"An object containing the properties to be used for the table visualization."},"description":"Gets the table visualization property."},{"name":"getText","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current description of this selection variant."},"description":"Returns the current text / description of this selection variant."},{"name":"isEmpty","visibility":"public","static":true,"returnValue":{"type":"boolean","description":"If set to <code>true</code> there are no current properties set; <code>false</code> otherwise."},"description":"Returns <code>true</code> if the presentation variant does not contain any properties. nor ranges."},{"name":"setChartVisualization","visibility":"public","static":true,"parameters":[{"name":"mProperties","type":"Object<string,any>","optional":false,"description":"An object containing the properties to be used for the chart visualization."}],"description":"Sets the chart visualization property."},{"name":"setContextUrl","visibility":"public","static":true,"parameters":[{"name":"sURL","type":"string","optional":false,"description":"The URL of the context"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>PresentationVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the context URL."},{"name":"setID","visibility":"public","static":true,"parameters":[{"name":"sId","type":"string","optional":false,"description":"The new identification of the selection variant"}],"description":"Sets the identification of the selection variant."},{"name":"setProperties","visibility":"public","static":true,"parameters":[{"name":"mProperties","type":"Object<string,any>","optional":false,"description":"The properties to be used."}],"description":"Sets the more trivial properties. Basically all properties with the exception of the Visualization."},{"name":"setTableVisualization","visibility":"public","static":true,"parameters":[{"name":"mProperties","type":"Object<string,any>","optional":false,"description":"An object containing the properties to be used for the table visualization."}],"description":"Sets the table visualization property."},{"name":"setText","visibility":"public","static":true,"parameters":[{"name":"sNewText","type":"string","optional":false,"description":"The new description to be used"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>PresentationVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the text / description of the selection variant."},{"name":"toJSONObject","visibility":"public","static":true,"returnValue":{"type":"object","description":"The external representation of this instance as a JSON object"},"description":"Returns the external representation of the selection variant as JSON object."},{"name":"toJSONString","visibility":"public","static":true,"returnValue":{"type":"string","description":"The JSON-formatted representation of this instance in stringified format"},"description":"Serializes this instance into a JSON-formatted string."}]},{"kind":"class","name":"sap.fe.navigation.SelectionVariant","basename":"SelectionVariant","resource":"sap/fe/navigation/SelectionVariant.js","module":"sap/fe/navigation/SelectionVariant","export":"","static":true,"visibility":"public","since":"1.83.0","extends":"sap.ui.base.Object","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.SelectionVariant}.<br> Creates a new instance of a SelectionVariant class. If no parameter is passed, an new empty instance is created whose ID has been set to <code>\"\"</code>. Passing a JSON-serialized string complying to the Selection Variant Specification will parse it, and the newly created instance will contain the same information.","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"vSelectionVariant","type":"string|object","optional":true,"description":"If of type <code>string</code>, the selection variant is JSON-formatted; if of type <code>object</code>, the object represents a selection variant"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that the data format of the selection variant provided is inconsistent</td></tr> <tr><td>SelectionVariant.UNABLE_TO_PARSE_INPUT</td><td>Indicates that the provided string is not a JSON-formatted string</td></tr> <tr><td>SelectionVariant.INPUT_DOES_NOT_CONTAIN_SELECTIONVARIANT_ID</td><td>Indicates that the SelectionVariantID cannot be retrieved</td></tr> <tr><td>SelectionVariant.PARAMETER_WITHOUT_VALUE</td><td>Indicates that there was an attempt to specify a parameter, but without providing any value (not even an empty value)</td></tr> <tr><td>SelectionVariant.SELECT_OPTION_WITHOUT_PROPERTY_NAME</td><td>Indicates that a selection option has been defined, but the Ranges definition is missing</td></tr> <tr><td>SelectionVariant.SELECT_OPTION_RANGES_NOT_ARRAY</td><td>Indicates that the Ranges definition is not an array</td></tr> </table> These exceptions can only be thrown if the parameter <code>vSelectionVariant</code> has been provided.","type":"undefined"}]},"methods":[{"name":"addParameter","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the parameter to be set; the <code>null</code> value is not allowed"},{"name":"sValue","type":"string","optional":false,"description":"The value of the parameter to be set"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.PARAMETER_WITHOUT_NAME</td><td>Indicates that the name of the parameter has not been specified</td></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type or the value is set to <code>null</code></td></tr> <tr><td>SelectionVariant.PARAMETER_SELOPT_COLLISION</td><td>Indicates that another SelectOption with the same name as the parameter already exists</td></tr> </table>","type":"undefined"}],"description":"Sets the value of a parameter called <code>sName</code> to the new value <code>sValue</code>. If the parameter has already been set before, its value is overwritten."},{"name":"addSelectOption","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining."},"parameters":[{"name":"sPropertyName","type":"string","optional":false,"description":"The name of the property for which the selection range is added"},{"name":"sSign","type":"string","optional":false,"description":"The sign of the range (<b>I</b>nclude or <b>E</b>xclude)"},{"name":"sOption","type":"string","optional":false,"description":"The option of the range (<b>EQ</b> for \"equals\", <b>NE</b> for \"not equals\", <b>LE</b> for \"less or equals\", <b>GE</b> for \"greater or equals\", <b>LT</b> for \"less than\" (and not equals), <b>GT</b> for \"greater than\" (and not equals), <b>BT</b> for \"between\", or <b>CP</b> for \"contains pattern\" (ABAP-styled pattern matching with the asterisk as wildcard)"},{"name":"sLow","type":"string","optional":false,"description":"The single value or the lower boundary of the interval; the <code>null</code> value is not allowed"},{"name":"sHigh","type":"string","optional":true,"description":"Set only if sOption is <b>BT</b>: the upper boundary of the interval; must be <code>undefined</code> or <code>null</code> in all other cases"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_SIGN</td><td>Indicates that the sign is an invalid expression</td></tr> <tr><td>SelectionVariant.INVALID_OPTION</td><td>Indicates that the option is an invalid expression</td></tr> <tr><td>SelectionVariant.HIGH_PROVIDED_THOUGH_NOT_ALLOWED</td><td>Indicates that the upper boundary has been specified, even though the option is not 'BT'</td></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type or the value is set to <code>null</code></td></tr> <tr><td>SelectionVariant.INVALID_PROPERTY_NAME</td><td>Indicates that the property name is invalid, for example, it has not been specified</td></tr> <tr><td>SelectionVariant.PARAMETER_SELOPT_COLLISION</td><td>Indicates that another parameter with the same name as the property name already exists</td></tr> </table>","type":"undefined"}],"description":"Adds a new range to the list of select options for a given parameter."},{"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.navigation.SelectionVariant 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.base.Object.extend}."},{"name":"getFilterContextUrl","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current context URL for the filters"},"description":"Gets the current context URL intended for the filters."},{"name":"getID","visibility":"public","static":true,"returnValue":{"type":"string","description":"The identification of the selection variant as made available during construction"},"description":"Returns the identification of the selection variant."},{"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.navigation.SelectionVariant."},{"name":"getParameter","visibility":"public","static":true,"returnValue":{"type":"string","description":"The value of parameter <code>sName</code>; returning the value <code>null</code> not possible"},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the parameter to be returned"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Returns the value of the parameter called <code>sName</code> if it has been set. If the parameter has never been set or has been removed, <code>undefined</code> is returned."},{"name":"getParameterContextUrl","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current context URL for the parameters"},"description":"Gets the current context URL intended for the parameters."},{"name":"getParameterNames","visibility":"public","static":true,"returnValue":{"type":"Array","description":"The list of parameter names which are valid"},"description":"Returns the set of parameter names available in this selection variant."},{"name":"getPropertyNames","visibility":"public","static":true,"returnValue":{"type":"Array","description":"The list of parameter and select option property names available for this instance"},"description":"Returns the names of the parameter and select option properties available for this instance."},{"name":"getSelectOption","visibility":"public","static":true,"returnValue":{"type":"Array","description":"If <code>sPropertyName</code> is an invalid name of a property or no range exists, <code>undefined</code> is returned; otherwise, an immutable array of ranges is returned. Each entry of the array is an object with the following properties: <ul> <li><code>Sign</code>: The sign of the range</li> <li><code>Option</code>: The option of the range</li> <li><code>Low</code>: The low value of the range; returning value <code>null</code> is not possible</li> <li><code>High</code>: The high value of the range; if this value is not necessary, <code>null</code> is used</li> </ul> For further information about the meaning of the attributes, refer to method <code>addSelectOption</code>."},"parameters":[{"name":"sPropertyName","type":"string","optional":false,"description":"The name of the property for which the set of select options/ranges is returned"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> <tr><td>SelectionVariant.INVALID_PROPERTY_NAME</td><td>Indicates that the property name is invalid, for example, it has not been specified</td></tr> </table>","type":"undefined"}],"description":"Returns the set of select options/ranges available for a given property name."},{"name":"getSelectOptionsPropertyNames","visibility":"public","static":true,"returnValue":{"type":"Array","description":"The list of property names available for this instance"},"description":"Returns the names of the properties available for this instance."},{"name":"getText","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current description of this selection variant."},"description":"Returns the current text / description of this selection variant."},{"name":"getValue","visibility":"public","static":true,"returnValue":{"type":"Array","description":"The ranges in the select options for the specified property or a range-converted representation of a parameter is returned. If both lookups fail, <code>undefined</code> is returned. <br /> The returned ranges have the format: <ul> <li><code>Sign</code>: The sign of the range</li> <li><code>Option</code>: The option of the range</li> <li><code>Low</code>: The low value of the range; returning the value <code>null</code> is not possible</li> <li><code>High</code>: The high value of the range; if this value is not necessary, <code>null</code> (but does exist)</li> </ul> For further information on the meaning of the attributes, refer to method {@link #.addSelectOption addSelectOption}."},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the attribute for which the value is retrieved"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> <tr><td>SelectionVariant.INVALID_PROPERTY_NAME</td><td>Indicates that the property name is invalid, for example, it has not been specified</td></tr> </table>","type":"undefined"}],"description":"First tries to retrieve the set of select options/ranges available for <code>sName</code> as property name. If successful, this array of selections is being returned. If it fails, an attempt to find a parameter, whose name is <code>sName</code>, is made. If the latter succeeds, the single value is converted to fit into an array of selections to make it type compatible with ranges. This array is then returned. <br /> If neither a select option nor a parameter could be found, <code>undefined</code> is returned."},{"name":"isEmpty","visibility":"public","static":true,"returnValue":{"type":"boolean","description":"If set to <code>true</code> there are no parameters and no select options available in the selection variant; <code>false</code> otherwise."},"description":"Returns <code>true</code> if the selection variant does neither contain parameters nor ranges."},{"name":"massAddSelectOption","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sPropertyName","type":"string","optional":false,"description":"The name of the property for which the set of select options is added"},{"name":"aSelectOptions","type":"Array","optional":false,"description":"Set of select options to be added"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Adds a set of select options to the list of select options for a given parameter."},{"name":"removeParameter","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the parameter to be removed"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.PARAMETER_WITHOUT_NAME</td><td>Indicates that name of the parameter has not been specified</td></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Removes a parameter called <code>sName</code> from the selection variant."},{"name":"removeSelectOption","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining."},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the select option to be removed"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.SELOPT_WITHOUT_NAME</td><td>Indicates that name of the select option has not been specified</td></tr> <tr><td>SelectionVariant.SELOPT_WRONG_TYPE</td><td>Indicates that the name of the parameter <code>sName</code> has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Removes a select option called <code>sName</code> from the selection variant."},{"name":"renameParameter","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sNameOld","type":"string","optional":false,"description":"The current name of the parameter to be renamed"},{"name":"sNameNew","type":"string","optional":false,"description":"The new name of the parameter"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.PARAMETER_WITHOUT_NAME</td><td>Indicates that the name of a parameter has not been specified</td></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> <tr><td>SelectionVariant.PARAMETER_SELOPT_COLLISION</td><td>Indicates that another select option with the same new name already exists</td></tr> <tr><td>SelectionVariant.PARAMETER_COLLISION</td><td>Indicates that another parameter with the same new name already exists</td></tr> </table>","type":"undefined"}],"description":"Renames a parameter called <code>sNameOld</code> to <code>sNameNew</code>. If a parameter or a select option with the name <code>sNameNew</code> already exist, an error is thrown. If a parameter with the name <code>sNameOld</code> does not exist, nothing is changed."},{"name":"renameSelectOption","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sNameOld","type":"string","optional":false,"description":"The current name of the select option property to be renamed"},{"name":"sNameNew","type":"string","optional":false,"description":"The new name of the select option property"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.SELOPT_WITHOUT_NAME</td><td>Indicates that the name of a select option has not been specified</td></tr> <tr><td>SelectionVariant.SELOPT_WRONG_TYPE</td><td>Indicates that a select option has an invalid type</td></tr> <tr><td>SelectionVariant.PARAMETER_SELOPT_COLLISION</td><td>Indicates that another parameter with the same new name already exists</td></tr> <tr><td>SelectionVariant.SELOPT_COLLISION</td><td>Indicates that another select option with the same new name already exists</td></tr> </table>","type":"undefined"}],"description":"Renames a select option called <code>sNameOld</code> to <code>sNameNew</code>. If a select option or a parameter with the name <code>sNameNew</code> already exist, an error is thrown. If a select option with the name <code>sNameOld</code> does not exist, nothing is changed."},{"name":"setFilterContextUrl","visibility":"public","static":true,"parameters":[{"name":"sURL","type":"string","optional":false,"description":"The URL of the filters"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the context URL intended for the filters."},{"name":"setID","visibility":"public","static":true,"parameters":[{"name":"sId","type":"string","optional":false,"description":"The new identification of the selection variant"}],"description":"Sets the identification of the selection variant."},{"name":"setParameterContextUrl","visibility":"public","static":true,"parameters":[{"name":"sURL","type":"string","optional":false,"description":"The URL of the parameter context"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the context URL intended for the parameters."},{"name":"setText","visibility":"public","static":true,"parameters":[{"name":"sNewText","type":"string","optional":false,"description":"The new description to be used"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the text / description of the selection variant."},{"name":"toJSONObject","visibility":"public","static":true,"returnValue":{"type":"object","description":"The external representation of this instance as a JSON object"},"description":"Returns the external representation of the selection variant as JSON object."},{"name":"toJSONString","visibility":"public","static":true,"returnValue":{"type":"string","description":"The JSON-formatted representation of this instance in stringified format"},"description":"Serializes this instance into a JSON-formatted string."}]},{"kind":"enum","name":"sap.fe.navigation.SuppressionBehavior","basename":"SuppressionBehavior","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"SuppressionBehavior","static":true,"visibility":"public","since":"1.83.0","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.SuppressionBehavior}.<br> A static enumeration type which indicates whether semantic attributes with values <code>null</code>, <code>undefined</code> or <code>\"\"</code> (empty string) shall be suppressed, before they are mixed in to the selection variant in the method {@link sap.fe.navigation.NavigationHandler.mixAttributesAndSelectionVariant mixAttributesAndSelectionVariant} of the {@link sap.fe.navigation.NavigationHandler NavigationHandler}.","properties":[{"name":"ignoreEmptyString","visibility":"public","static":true,"type":"undefined","description":"Semantic attributes with an empty string are ignored, the remaining attributes are mixed in to the selection variant. Warning! Consider the impact on Boolean variable values!"},{"name":"raiseErrorOnNull","visibility":"public","static":true,"type":"undefined","description":"Semantic attributes with a <code>null</code> value lead to an {@link sap.fin.central.lib.error.Error error} of type NavigationHandler.INVALID_INPUT"},{"name":"raiseErrorOnUndefined","visibility":"public","static":true,"type":"undefined","description":"Semantic attributes with an <code>undefined</code> value lead to an {@link sap.fin.central.lib.error.Error error} of type NavigationHandler.INVALID_INPUT"},{"name":"standard","visibility":"public","static":true,"type":"undefined","description":"Standard suppression behavior: semantic attributes with a <code>null</code> or an <code>undefined</code> value are ignored, the remaining attributes are mixed in to the selection variant"}]}]}
|
|
1
|
+
{"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.98.0","library":"sap.fe.navigation","symbols":[{"kind":"namespace","name":"sap.fe.navigation","basename":"navigation","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"","static":true,"visibility":"public","since":"1.83.0","description":"Common library for all cross-application navigation functions."},{"kind":"enum","name":"sap.fe.navigation.Mode","basename":"Mode","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"Mode","static":true,"visibility":"public","since":"1.83.0","description":"A static enumeration type which indicates the Odata version used for runnning the Navigation Handler.","properties":[{"name":"ODataV2","visibility":"public","static":true,"type":"undefined","description":"This is used for ODataV2 services to do some internal tasks like creation of appstate, removal of sensitive data etc.,"},{"name":"ODataV4","visibility":"public","static":true,"type":"undefined","description":"This is used for ODataV4 services to do some internal tasks like creation of appstate, removal of sensitive data etc.,"}]},{"kind":"class","name":"sap.fe.navigation.NavError","basename":"NavError","resource":"sap/fe/navigation/NavError.js","module":"sap/fe/navigation/NavError","export":"","static":true,"visibility":"public","since":"1.83.0","extends":"sap.ui.base.Object","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.NavError}.<br> An object that provides error handling information during runtime.","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"sErrorCode","type":"string","optional":false,"description":"The code for an internal error of a consumer that allows you to track the source locations"}],"description":"Accepts an object literal <code>mSettings</code> that defines initial property values, aggregated and associated objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n\nThis class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.Object#constructor sap.ui.base.Object} can be used."},"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.navigation.NavError 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.base.Object.extend}."},{"name":"getErrorCode","visibility":"public","returnValue":{"type":"string","description":"The error code of the error"},"description":"Returns the error code with which the instance has been created."},{"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.navigation.NavError."}]},{"kind":"class","name":"sap.fe.navigation.NavigationHandler","basename":"NavigationHandler","resource":"sap/fe/navigation/NavigationHandler.js","module":"sap/fe/navigation/NavigationHandler","export":"","static":true,"visibility":"public","since":"1.83.0","extends":"sap.ui.base.Object","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.NavigationHandler}.<br> Creates a new NavigationHandler class by providing the required environment. <br> The <code>NavigationHandler</code> supports the verification of sensitive information. All properties that are part of <code>selectionVariant</code> and <code>valueTexts</code> will be verified if they are annotated as <code>com.sap.vocabularies.PersonalData.v1.IsPotentiallySensitive</code> or <code>com.sap.vocabularies.UI.v1.ExcludeFromNavigationContext</code> and will be removed before the data is persisted as the app state.<br> Also, all properties annotated as <code>com.sap.vocabularies.Analytics.v1.Measure</code> will be removed from the data stored as the xapp state.<br> To verify the information to be removed, the <code>NavigationHandler</code> requires an unnamed model of type {@link sap.ui.model.odata.v2.ODataModel} on component level. It is possible to set such a model using the <code>setModel</code> method.<br> <b>Note:</b> The check for excluded data requires that the OData metadata has already been loaded completely.<br> If the OData metadata model has not been loaded completely, all properties are removed from the application context.<br> <b>Note:</b> This class requires that the UShell {@link sap.ushell.services.CrossApplicationNavigation} is available and initialized.","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"oController","type":"object","optional":false,"description":"UI5 controller that contains a router and a component; typically the main controller of your application, for example, a subclass of the sap.ca.scfld.md.controller.BaseFullscreenController if scaffolding is used"},{"name":"sMode","type":"string","optional":true,"defaultValue":"sap.fe.navigation.Mode.ODataV4","description":"Mode to be used to indicates the Odata version used for runnning the Navigation Handler, see {@link sap.fe.navigation.Mode}.<br> Note: Mode has to be sap.fe.navigation.Mode.ODataV2 whenever this constructor is used to initialize a OData V2 based service."},{"name":"sParamHandlingMode","type":"string","optional":true,"defaultValue":"SelVarWins","description":"Mode to be used to handle conflicts when merging URL parameters and the SelectionVariant class, see {@link sap.fe.navigation.ParamHandlingMode}"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr> <th align=\"left\">NavError code</th> <th align=\"left\">Description</th> </tr> <tr> <td>NavigationHandler.INVALID_INPUT</td> <td>Indicates that the input parameter is invalid</td> </tr> </table>","type":"undefined"}]},"methods":[{"name":"_getAppStateKeyAndUrlParameters","visibility":"restricted","static":true,"returnValue":{"type":"object","description":"A Promise object to monitor when all actions of the function have been executed; if the execution is successful, the semanticAttributes as well as the appStateKey are returned; if an error occurs, an error object of type {@link sap.fe.navigation.NavError} is returned <br>"},"parameters":[{"name":"sSelectionVariant","type":"string","optional":false,"description":"Stringified JSON object"}],"description":"Processes selectionVariant string and returns a Promise object (semanticAttributes and AppStateKey).","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\", \"sap/fe/navigation/SelectionVariant\"], function (NavigationHandler, SelectionVariant) {\n\t\tvar oSelectionVariant = new SelectionVariant();\n\t\toSelectionVariant.addSelectOption(\"CompanyCode\", \"I\", \"EQ\", \"0001\");\n\t\toSelectionVariant.addSelectOption(\"Customer\", \"I\", \"EQ\", \"C0001\");\n\t\tvar sSelectionVariant= oSelectionVariant.toJSONString();\n\n\t\tvar oNavigationHandler = new NavigationHandler(oController);\n\t\tvar oPromiseObject = oNavigationHandler._getAppStateKeyAndUrlParameters(sSelectionVariant);\n\n\t\toPromiseObject.done(function(oSemanticAttributes, sAppStateKey){\n\t\t\t// here you can add coding that should run after all app state and the semantic attributes have been returned.\n\t\t});\n\n\t\toPromiseObject.fail(function(oError){\n\t\t\t//some error handling\n\t\t});\n\t});\n</code>"}]},{"name":"constructContextUrl","visibility":"protected","static":true,"returnValue":{"type":"string","description":"The context url for the given entities"},"parameters":[{"name":"sEntitySetName","type":"string","optional":false,"description":"Used for url determination"},{"name":"oModel","type":"sap.ui.model.odata.v2.ODataModel","optional":true,"description":"Used for url determination. If omitted, the NavigationHandler model is used."}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of missing or wrong passed parameters","type":"undefined"}],"description":"The method creates a context url based on provided data. This context url can either be used as {@link sap.fe.navigation.NavigationHandler#setParameterContextUrl ParameterContextUrl} or {@link sap.fe.navigation.NavigationHandler#setFilterContextUrl FilterContextUrl}."},{"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.navigation.NavigationHandler 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.base.Object.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.navigation.NavigationHandler."},{"name":"getTechnicalParameters","visibility":"public","static":true,"returnValue":{"type":"Array","description":"Containing the technical parameters."},"description":"Gets the application specific technical parameters. Technical parameters will not be added to the selection variant passed to the application. As a default the following values are considered as technical parameters: <ul> <li><code>sap-system</code></li> <li><code>sap-ushell-defaultedParameterNames</code></li> <li><code>\"hcpApplicationId\"</code></li> </ul>."},{"name":"mixAttributesAndSelectionVariant","visibility":"public","static":true,"returnValue":{"type":"object","description":"Instance of {@link sap.fe.navigation.SelectionVariant}"},"parameters":[{"name":"vSemanticAttributes","type":"object|Array","optional":false,"description":"Object/(Array of Objects) containing key/value pairs"},{"name":"sSelectionVariant","type":"string","optional":false,"description":"The selection variant in string format as provided by the SmartFilterBar control"},{"name":"iSuppressionBehavior","type":"int","optional":true,"defaultValue":"sap.fe.navigation.SuppressionBehavior.standard","description":"Indicates whether semantic attributes with special values (see {@link sap.fe.navigation.SuppressionBehavior suppression behavior}) must be suppressed before they are combined with the selection variant; several {@link sap.fe.navigation.SuppressionBehavior suppression behaviors} can be combined with the bitwise OR operator (|)"}],"description":"Combines the given parameters and selection variant into a new selection variant containing properties from both, with the parameters overriding existing properties in the selection variant. The new selection variant does not contain any parameters. All parameters are merged into select options. The output of this function, converted to a JSON string, can be used for the {@link #.navigate NavigationHandler.navigate} method.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\", \"sap/fe/navigation/SelectionVariant\"], function (NavigationHandler, SelectionVariant) {\n\tvar vSemanticAttributes = { \"Customer\" : \"C0001\" };\n\tor\n\tvar vSemanticAttributes = [{ \"Customer\" : \"C0001\" },{ \"Customer\" : \"C0002\" }];\n\tvar sSelectionVariant = oSmartFilterBar.getDataSuiteFormat();\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar sNavigationSelectionVariant = oNavigationHandler.mixAttributesAndSelectionVariant(vSemanticAttributes, sSelectionVariant).toJSONString();\n\t// In case of an vSemanticAttributes being an array, the semanticAttributes are merged to a single SV and compared against the sSelectionVariant(second agrument).\n\t// Optionally, you can specify one or several suppression behaviors. Several suppression behaviors are combined with the bitwise OR operator, e.g.\n\t// var iSuppressionBehavior = sap.fe.navigation.SuppressionBehavior.raiseErrorOnNull | sap.fe.navigation.SuppressionBehavior.raiseErrorOnUndefined;\n\t// var sNavigationSelectionVariant = oNavigationHandler.mixAttributesAndSelectionVariant(mSemanticAttributes, sSelectionVariant, iSuppressionBehavior).toJSONString();\n\n\toNavigationHandler.navigate(\"SalesOrder\", \"create\", sNavigationSelectionVariant);\n});\n</code>"}]},{"name":"navigate","visibility":"public","static":true,"parameters":[{"name":"sSemanticObject","type":"string","optional":false,"description":"Name of the semantic object of the target app"},{"name":"sActionName","type":"string","optional":false,"description":"Name of the action of the target app"},{"name":"vNavigationParameters","type":"object|string","optional":true,"description":"Navigation parameters as an object with key/value pairs or as a string representation of such an object. If passed as an object, the properties are not checked against the <code>IsPotentialSensitive</code> or <code>Measure</code> type."},{"name":"oInnerAppData","type":"object","optional":true,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"string","optional":true,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the SmartFilterBar control"},"tableVariantId":{"name":"tableVariantId","type":"string","optional":true,"description":"ID of the SmartTable variant"},"customData":{"name":"customData","type":"object","optional":true,"description":"Object that can be used to store arbitrary data"},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui state of the app"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions"},"semanticDates":{"name":"semanticDates","type":"object","optional":true,"description":"Object containing semanticDates filter information"}},"description":"Object for storing current state of the app"},{"name":"fnOnError","type":"function","optional":true,"description":"Callback that is called if an error occurs during navigation <br>"},{"name":"oExternalAppData","type":"object","optional":false,"parameterProperties":{"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui state of the app which will be forwarded to the target component."},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions which will be forwarded to the target component."},"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"Stringified JSON object, which will be forwarded to the target component. If not provided the selectionVariant will be constructed based on the vNavigationParameters."}},"description":"Object for storing the state which will be forwarded to the target component."},{"name":"sNavMode","type":"string","optional":true,"description":"Argument is used to overwrite the FLP-configured target for opening a URL. If used, only the <code>explace</code> or <code>inplace</code> values are allowed. Any other value will lead to an exception <code>NavigationHandler.INVALID_NAV_MODE</code>."}],"description":"Triggers a cross-app navigation after saving the inner and the cross-app states. The navigation mode based on <code>sap-ushell-next-navmode</code> is taken into account. If set to <code>explace</code> the inner app state will not be changed. <b>Note:</b> The <code>sNavMode</code> argument can be used to overwrite the SAP Fiori launchpad default navigation for opening a URL in-place or ex-place.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\", \"sap/fe/navigation/SelectionVariant\"], function (NavigationHandler, SelectionVariant) {\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar sSemanticObject = \"SalesOrder\";\n\tvar sActionName = \"create\";\n\n\t//simple parameters as Object\n\tvar vNavigationParameters = {\n\t\tCompanyCode : \"0001\",\n\t\tCustomer : \"C0001\"\n\t};\n\n\t//or as selection variant\n\tvar oSelectionVariant = new SelectionVariant();\n\t oSelectionVariant.addSelectOption(\"CompanyCode\", \"I\", \"EQ\", \"0001\");\n\toSelectionVariant.addSelectOption(\"Customer\", \"I\", \"EQ\", \"C0001\");\n\tvNavigationParameters = oSelectionVariant.toJSONString();\n\n\t//or directly from SmartFilterBar\n\tvNavigationParameters = oSmartFilterBar.getDataSuiteFormat();\n\n\t//app state for back navigation\n\t var oInnerAppData = {\n\t\tselectionVariant : oSmartFilterBar.getDataSuiteFormat(),\n\t\ttableVariantId : oSmartTable.getCurrentVariantId(),\n\t\tcustomData : oMyCustomData\n\t};\n\n\t// callback function in case of errors\n\tvar fnOnError = function(oError){\n\t\tvar oi18n = oController.getView().getModel(\"i18n\").getResourceBundle();\n\t\toError.setUIText({oi18n : oi18n, sTextKey : \"OUTBOUND_NAV_ERROR\"});\n\t\toError.showMessageBox();\n\t};\n\n\toNavigationHandler.navigate(sSemanticObject, sActionName, vNavigationParameters, oInnerAppData, fnOnError);\n});\n</code>"}]},{"name":"parseNavigation","visibility":"public","static":true,"returnValue":{"type":"object","description":"A Promise object to monitor when all the actions of the function have been executed. If the execution is successful, the extracted app state, the startup parameters, and the type of navigation are returned, see also the example above. The app state is an object that contains the following information: <ul> <li><code>oAppData.oSelectionVariant</code>: An instance of {@link sap.fe.navigation.SelectionVariant} containing only parameters/select options that are related to navigation</li> <li><code>oAppData.selectionVariant</code>: The navigation-related selection variant as a JSON-formatted string</li> <li><code>oAppData.oDefaultedSelectionVariant</code>: An instance of {@link sap.fe.navigation.SelectionVariant} containing only the parameters/select options that are set by user default data</li> <li><code>oAppData.bNavSelVarHasDefaultsOnly</code>: A Boolean flag that indicates whether only defaulted parameters and no navigation parameters are present.<br> <b>Note:</b> If no navigation parameters are available, <code>bNavSelVarHasDefaultsOnly</code> is set to <code>true</code>, even though parameters without default might be available as well.</li> </ul> If the navigation-related selection variant is empty, it is replaced by a copy of the defaulted selection variant.<br> The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType} (possible values are initial, URLParams, xAppState, and iAppState).<br> <b>Note:</b> If the navigation type is {@link sap.fe.navigation.NavType.iAppState} oAppData has two additional properties <ul> <li><code>oAppData.tableVariantId</code></li> <li><code>oAppData.customData</code></li> </ul> which return the inner app data as stored in {@link #.navigate navigate} or {@link #.storeInnerAppState storeInnerAppState}. <code>oAppData.oDefaultedSelectionVariant</code> is an empty selection variant and <code>oAppData.bNavSelVarHasDefaultsOnly</code> is <code>false</code> in this case.<br> <b>Note:</b> If the navigation type is {@link sap.fe.navigation.NavType.initial} oAppData is an empty object!<br> If an error occurs, an error object of type {@link sap.fe.navigation.NavError}, URL parameters (if available) and the type of navigation are returned."},"description":"Parses the incoming URL and returns a Promise. If this method detects a back navigation, the inner app state is returned in the resolved Promise. Otherwise startup parameters will be merged into the app state provided by cross app navigation, and a combined app state will be returned. The conflict resolution can be influenced with sParamHandlingMode defined in the constructor.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\"], function (NavigationHandler) {\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar oParseNavigationPromise = oNavigationHandler.parseNavigation();\n\n\toParseNavigationPromise.done(function(oAppData, oStartupParameters, sNavType){\n\t\t\toSmartFilterBar.setDataSuiteFormat(oAppData.selectionVariant);\n\t\t\t// oAppData.oSelectionVariant can be used to manipulate the selection variant\n\t\t\t// oAppData.oDefaultedSelectionVariant contains the parameters which are set by user defaults\n\t\t\t// oAppData.bNavSelVarHasDefaultsOnly indicates whether only defaulted parameters and no navigation parameters are present\n\t});\n\toParseNavigationPromise.fail(function(oError, oURLParameters, sNavType){\n\t\t// if e.g. the xapp state could not be loaded, nevertheless there may be URL parameters available\n\t\t//some error handling\n\t});\n});\n</code>"}]},{"name":"processBeforeSmartLinkPopoverOpens","visibility":"public","static":true,"returnValue":{"type":"object","description":"A Promise object to monitor when all actions of the function have been executed; if the execution is successful, the modified oTableEventParameters is returned; if an error occurs, an error object of type {@link sap.fe.navigation.NavError} is returned"},"parameters":[{"name":"oTableEventParameters","type":"object","optional":false,"description":"The parameters made available by the SmartTable control when the SmartLink control has been clicked, an instance of a PopOver object"},{"name":"sSelectionVariant","type":"string","optional":false,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the SmartFilterBar control"},{"name":"mInnerAppData","type":"object","optional":true,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"string","optional":true,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the the SmartFilterBar control; if provided, the selection is merged into the semantic attributes"},"tableVariantId":{"name":"tableVariantId","type":"string","optional":true,"description":"ID of the SmartTable variant"},"customData":{"name":"customData","type":"object","optional":true,"description":"Object that can be used to store additional app-specific data"},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui presentationVariantof the app"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions"},"semanticDates":{"name":"semanticDates","type":"object","optional":true,"description":"Object containing semanticDates filter information"}},"description":"Object containing the current state of the app. If provided, opening the Popover is deferred until the inner app data is saved in a consistent way."},{"name":"oExternalAppData","type":"object","optional":true,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"object","optional":true,"description":"Object containing selectionVariant, which will be passed to the target screen. If not set the sSelectionVariant will be used."},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui presentationVariant of the app, which will be passed to the target screen"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions, which will be passed to the target screen"}},"description":"Object containing the state which will be passed to the target screen."}],"description":"Processes navigation-related tasks related to beforePopoverOpens event handling for the SmartLink control and returns a Promise object. In particular, the following tasks are performed before the SmartLink popover can be opened: <ul> <li>If <code>mInnerAppData</code> is provided, this inner app state is saved for back navigation at a later time.</li> <li>The table event parameters (semantic attributes) and the selection variant data are combined by calling the method {@link #.mixAttributesAndSelectionVariant mixAttributesAndSelectionVariant}.</li> <li>The combined data is saved as the cross app state to be handed over to the target app, and the corresponding sap-xapp-state key is set in the URL.</li> <li>All single selections (\"including equal\") of the combined selection data are passed to the SmartLink popover as semantic attributes.</li> <li>The method <code>oTableEventParameters.open()</code> is called. Note that this does not really open the popover, but the SmartLink control proceeds with firing the event <code>navigationTargetsObtained</code>.</li> </ul>.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\", \"sap/fe/navigation/SelectionVariant\"], function (NavigationHandler, SelectionVariant) {\n\t//event handler for the smart link event \"beforePopoverOpens\"\n\t\tonBeforePopoverOpens: function(oEvent) {\n\t\t\tvar oTableEventParameters = oEvent.getParameters();\n\n\t\t\tvar mInnerAppData = {\n\t\t\t\tselectionVariant : oSmartFilterBar.getDataSuiteFormat(),\n\t\t\t\ttableVariantId : oSmartTable.getCurrentVariantId(),\n\t\t\t\tcustomData : oMyCustomData\n\t\t\t};\n\n\t\t\tvar oSelectionVariant = new SelectionVariant();\n\t\t\toSelectionVariant.addSelectOption(\"CompanyCode\", \"I\", \"EQ\", \"0001\");\n\t\t\toSelectionVariant.addSelectOption(\"Customer\", \"I\", \"EQ\", \"C0001\");\n\t\t\tvar sSelectionVariant= oSelectionVariant.toJSONString();\n\n\t\t\tvar oNavigationHandler = new NavigationHandler(oController);\n\t\t\tvar oSmartLinkPromise = oNavigationHandler.processBeforeSmartLinkPopoverOpens(oTableEventParameters, sSelectionVariant, mInnerAppData);\n\n\t\t\toSmartLinkPromise.done(function(oTableEventParameters){\n\t\t\t\t// here you can add coding that should run after all app states are saved and the semantic attributes are set\n\t\t\t});\n\n\t\t\toSmartLinkPromise.fail(function(oError){\n\t\t\t//some error handling\n\t\t\t});\n\t\t};\n\t});\n</code>"}]},{"name":"replaceHash","visibility":"public","static":true,"parameters":[{"name":"sAppStateKey","type":"string","optional":false,"description":"The new app state key."}],"description":"Changes the URL according to the current sAppStateKey. As an reaction route change event will be triggered."},{"name":"setModel","visibility":"public","static":true,"parameters":[{"name":"oModel","type":"sap.ui.model.odata.v2.ODataModel","optional":false,"description":"For checking sensitive information"}],"description":"Sets the model that is used for verification of sensitive information. If the model is not set, the unnamed component model is used for the verification of sensitive information."},{"name":"setTechnicalParameters","visibility":"public","static":true,"parameters":[{"name":"aTechnicalParameters","type":"Array","optional":false,"description":"List of parameter names to be considered as technical parameters. <code>null</code> or <code>undefined</code> may be used to reset the complete list."}],"description":"Sets the application specific technical parameters. Technical parameters will not be added to the selection variant passed to the application. As a default the following values are considered as technical parameters: <ul> <li><code>sap-system</code></li> <li><code>sap-ushell-defaultedParameterNames</code></li> <li><code>\"hcpApplicationId\"</code></li> </ul>."},{"name":"storeInnerAppState","visibility":"public","static":true,"returnValue":{"type":"object","description":"A Promise object to monitor when all the actions of the function have been executed; if the execution is successful, the app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError} is returned"},"parameters":[{"name":"mInnerAppData","type":"object","optional":false,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"string","optional":false,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the SmartFilterBar control"},"tableVariantId":{"name":"tableVariantId","type":"string","optional":true,"description":"ID of the SmartTable variant"},"customData":{"name":"customData","type":"object","optional":true,"description":"Object that can be used to store additional app-specific data"},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui state of the app"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions"},"semanticDates":{"name":"semanticDates","type":"object","optional":true,"description":"Object containing semanticDates filter information"}},"description":"Object containing the current state of the app"},{"name":"bImmediateHashReplace","type":"boolean","optional":true,"defaultValue":true,"description":"If set to false, the inner app hash will not be replaced until storing is successful; do not set to false if you cannot react to the resolution of the Promise, for example, when calling the beforeLinkPressed event"}],"description":"Changes the URL according to the current app state and stores the app state for later retrieval.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\"], function (NavigationHandler) {\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar mInnerAppData = {\n\t\tselectionVariant : oSmartFilterBar.getDataSuiteFormat(),\n\t\ttableVariantId : oSmartTable.getCurrentVariantId(),\n\t\tcustomData : oMyCustomData\n\t};\n\n\tvar oStoreInnerAppStatePromise = oNavigationHandler.storeInnerAppState(mInnerAppData);\n\n\toStoreInnerAppStatePromise.done(function(sAppStateKey){\n\t\t//your inner app state is saved now, sAppStateKey was added to URL\n\t\t//perform actions that must run after save\n\t});\n\n\toStoreInnerAppStatePromise.fail(function(oError){\n\t\t//some error handling\n\t});\n});\n</code>"}]},{"name":"storeInnerAppStateWithImmediateReturn","visibility":"public","static":true,"returnValue":{"type":"object","description":"An object containing the appStateId and a promise object to monitor when all the actions of the function have been executed; Please note that the appStateKey may be undefined or empty."},"parameters":[{"name":"mInnerAppData","type":"object","optional":false,"parameterProperties":{"selectionVariant":{"name":"selectionVariant","type":"string","optional":false,"description":"Stringified JSON object as returned, for example, from getDataSuiteFormat() of the SmartFilterBar control"},"tableVariantId":{"name":"tableVariantId","type":"string","optional":true,"description":"ID of the SmartTable variant"},"customData":{"name":"customData","type":"object","optional":true,"description":"Object that can be used to store additional app-specific data"},"presentationVariant":{"name":"presentationVariant","type":"object","optional":true,"description":"Object containing the current ui state of the app"},"valueTexts":{"name":"valueTexts","type":"object","optional":true,"description":"Object containing value descriptions"},"semanticDates":{"name":"semanticDates","type":"object","optional":true,"description":"Object containing semanticDates filter information"}},"description":"Object containing the current state of the app"},{"name":"bImmediateHashReplace","type":"boolean","optional":true,"defaultValue":false,"description":"If set to false, the inner app hash will not be replaced until storing is successful; do not set to false if you cannot react to the resolution of the Promise, for example, when calling the beforeLinkPressed event. <b>Note:</b>If not provided it will be treated as set to false. <b>Note:</b>If set to true, the calling instance has to ensure that a follow-on call to <code>replaceHash</code> will take place!"}],"description":"Changes the URL according to the current app state and stores the app state for later retrieval.","examples":[{"text":"<code>\nsap.ui.define([\"sap/fe/navigation/NavigationHandler\"], function (NavigationHandler) {\n\tvar oNavigationHandler = new NavigationHandler(oController);\n\tvar mInnerAppData = {\n\t\tselectionVariant : oSmartFilterBar.getDataSuiteFormat(),\n\t\ttableVariantId : oSmartTable.getCurrentVariantId(),\n\t\tcustomData : oMyCustomData\n\t};\n\n\tvar oStoreInnerAppState = storeInnerAppStateWithNonDelayedReturn(mInnerAppData);\n\tvar sAppStateKey = oStoreInnerAppState.appStateKey;\n\tif (!sAppStateKey) {\n // no appStateKey obtained...\n\t};\n\tvar oStoreInnerAppStatePromise = oStoreInnerAppState.promise;\n\n\toStoreInnerAppStatePromise.done(function(sAppStateKey){\n\t\t//your inner app state is saved now, sAppStateKey was added to URL\n\t\t//perform actions that must run after save\n\t});\n\n\toStoreInnerAppStatePromise.fail(function(oError){\n\t\t//some error handling\n\t});\n});\n</code>"}]}]},{"kind":"enum","name":"sap.fe.navigation.NavType","basename":"NavType","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"NavType","static":true,"visibility":"public","since":"1.83.0","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.NavType}.<br> A static enumeration type which indicates the type of inbound navigation.","properties":[{"name":"iAppState","visibility":"public","static":true,"type":"undefined","description":"Back navigation with sap-iapp-state parameter"},{"name":"initial","visibility":"public","static":true,"type":"undefined","description":"Initial startup without any navigation or default parameters"},{"name":"URLParams","visibility":"public","static":true,"type":"undefined","description":"Basic cross-app navigation with URL parameters only (without sap-xapp-state) or initial start with default parameters"},{"name":"xAppState","visibility":"public","static":true,"type":"undefined","description":"Cross-app navigation with sap-xapp-state parameter (and URL parameters), defaulted parameters may be added"}]},{"kind":"enum","name":"sap.fe.navigation.ParamHandlingMode","basename":"ParamHandlingMode","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"ParamHandlingMode","static":true,"visibility":"public","since":"1.83.0","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.ParamHandlingMode}.<br> A static enumeration type which indicates the conflict resolution method when merging URL parameters into select options.","properties":[{"name":"InsertInSelOpt","visibility":"public","static":true,"type":"undefined","description":"The conflict resolution adds URL parameters to the SelectionVariant"},{"name":"SelVarWins","visibility":"public","static":true,"type":"undefined","description":"The conflict resolution favors the SelectionVariant over URL parameters"},{"name":"URLParamWins","visibility":"public","static":true,"type":"undefined","description":"The conflict resolution favors the URL parameters over the SelectionVariant. Caution: In case of cross-app navigation a navigation parameter value from the source app is overwritten by a default, if a default is maintained in the launchpad designer for this parameter in the target app!"}]},{"kind":"class","name":"sap.fe.navigation.PresentationVariant","basename":"PresentationVariant","resource":"sap/fe/navigation/PresentationVariant.js","module":"sap/fe/navigation/PresentationVariant","export":"","static":true,"visibility":"public","since":"1.83.0","extends":"sap.ui.base.Object","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.PresentationVariant}.<br> Creates a new instance of a PresentationVariant class. If no parameter is passed, an new empty instance is created whose ID has been set to <code>\"\"</code>. Passing a JSON-serialized string complying to the Selection Variant Specification will parse it, and the newly created instance will contain the same information.","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"vPresentationVariant","type":"string|object","optional":true,"description":"If of type <code>string</code>, the selection variant is JSON-formatted; if of type <code>object</code>, the object represents a selection variant"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>PresentationVariant.INVALID_INPUT_TYPE</td><td>Indicates that the data format of the selection variant provided is inconsistent</td></tr> <tr><td>PresentationVariant.UNABLE_TO_PARSE_INPUT</td><td>Indicates that the provided string is not a JSON-formatted string</td></tr> <tr><td>PresentationVariant.INPUT_DOES_NOT_CONTAIN_SELECTIONVARIANT_ID</td><td>Indicates that the PresentationVariantID cannot be retrieved</td></tr> <tr><td>PresentationVariant.PARAMETER_WITHOUT_VALUE</td><td>Indicates that there was an attempt to specify a parameter, but without providing any value (not even an empty value)</td></tr> <tr><td>PresentationVariant.SELECT_OPTION_WITHOUT_PROPERTY_NAME</td><td>Indicates that a selection option has been defined, but the Ranges definition is missing</td></tr> <tr><td>PresentationVariant.SELECT_OPTION_RANGES_NOT_ARRAY</td><td>Indicates that the Ranges definition is not an array</td></tr> </table> These exceptions can only be thrown if the parameter <code>vPresentationVariant</code> has been provided.","type":"undefined"}]},"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.navigation.PresentationVariant 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.base.Object.extend}."},{"name":"getChartVisualization","visibility":"public","static":true,"returnValue":{"type":"Object<string,any>","description":"An object containing the properties to be used for the chart visualization."},"description":"Gets the chart visualization property."},{"name":"getContextUrl","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current context URL for the query"},"description":"Gets the current context URL intended for the query."},{"name":"getID","visibility":"public","static":true,"returnValue":{"type":"string","description":"The identification of the selection variant as made available during construction"},"description":"Returns the identification of the selection variant."},{"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.navigation.PresentationVariant."},{"name":"getProperties","visibility":"public","static":true,"returnValue":{"type":"Object<string,any>","description":"The current properties."},"description":"Gets the more trivial properties. Basically all properties with the exception of the Visualization."},{"name":"getTableVisualization","visibility":"public","static":true,"returnValue":{"type":"Object<string,any>","description":"An object containing the properties to be used for the table visualization."},"description":"Gets the table visualization property."},{"name":"getText","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current description of this selection variant."},"description":"Returns the current text / description of this selection variant."},{"name":"isEmpty","visibility":"public","static":true,"returnValue":{"type":"boolean","description":"If set to <code>true</code> there are no current properties set; <code>false</code> otherwise."},"description":"Returns <code>true</code> if the presentation variant does not contain any properties. nor ranges."},{"name":"setChartVisualization","visibility":"public","static":true,"parameters":[{"name":"mProperties","type":"Object<string,any>","optional":false,"description":"An object containing the properties to be used for the chart visualization."}],"description":"Sets the chart visualization property."},{"name":"setContextUrl","visibility":"public","static":true,"parameters":[{"name":"sURL","type":"string","optional":false,"description":"The URL of the context"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>PresentationVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the context URL."},{"name":"setID","visibility":"public","static":true,"parameters":[{"name":"sId","type":"string","optional":false,"description":"The new identification of the selection variant"}],"description":"Sets the identification of the selection variant."},{"name":"setProperties","visibility":"public","static":true,"parameters":[{"name":"mProperties","type":"Object<string,any>","optional":false,"description":"The properties to be used."}],"description":"Sets the more trivial properties. Basically all properties with the exception of the Visualization."},{"name":"setTableVisualization","visibility":"public","static":true,"parameters":[{"name":"mProperties","type":"Object<string,any>","optional":false,"description":"An object containing the properties to be used for the table visualization."}],"description":"Sets the table visualization property."},{"name":"setText","visibility":"public","static":true,"parameters":[{"name":"sNewText","type":"string","optional":false,"description":"The new description to be used"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>PresentationVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the text / description of the selection variant."},{"name":"toJSONObject","visibility":"public","static":true,"returnValue":{"type":"object","description":"The external representation of this instance as a JSON object"},"description":"Returns the external representation of the selection variant as JSON object."},{"name":"toJSONString","visibility":"public","static":true,"returnValue":{"type":"string","description":"The JSON-formatted representation of this instance in stringified format"},"description":"Serializes this instance into a JSON-formatted string."}]},{"kind":"class","name":"sap.fe.navigation.SelectionVariant","basename":"SelectionVariant","resource":"sap/fe/navigation/SelectionVariant.js","module":"sap/fe/navigation/SelectionVariant","export":"","static":true,"visibility":"public","since":"1.83.0","extends":"sap.ui.base.Object","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.SelectionVariant}.<br> Creates a new instance of a SelectionVariant class. If no parameter is passed, an new empty instance is created whose ID has been set to <code>\"\"</code>. Passing a JSON-serialized string complying to the Selection Variant Specification will parse it, and the newly created instance will contain the same information.","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"vSelectionVariant","type":"string|object","optional":true,"description":"If of type <code>string</code>, the selection variant is JSON-formatted; if of type <code>object</code>, the object represents a selection variant"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that the data format of the selection variant provided is inconsistent</td></tr> <tr><td>SelectionVariant.UNABLE_TO_PARSE_INPUT</td><td>Indicates that the provided string is not a JSON-formatted string</td></tr> <tr><td>SelectionVariant.INPUT_DOES_NOT_CONTAIN_SELECTIONVARIANT_ID</td><td>Indicates that the SelectionVariantID cannot be retrieved</td></tr> <tr><td>SelectionVariant.PARAMETER_WITHOUT_VALUE</td><td>Indicates that there was an attempt to specify a parameter, but without providing any value (not even an empty value)</td></tr> <tr><td>SelectionVariant.SELECT_OPTION_WITHOUT_PROPERTY_NAME</td><td>Indicates that a selection option has been defined, but the Ranges definition is missing</td></tr> <tr><td>SelectionVariant.SELECT_OPTION_RANGES_NOT_ARRAY</td><td>Indicates that the Ranges definition is not an array</td></tr> </table> These exceptions can only be thrown if the parameter <code>vSelectionVariant</code> has been provided.","type":"undefined"}]},"methods":[{"name":"addParameter","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the parameter to be set; the <code>null</code> value is not allowed"},{"name":"sValue","type":"string","optional":false,"description":"The value of the parameter to be set"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.PARAMETER_WITHOUT_NAME</td><td>Indicates that the name of the parameter has not been specified</td></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type or the value is set to <code>null</code></td></tr> <tr><td>SelectionVariant.PARAMETER_SELOPT_COLLISION</td><td>Indicates that another SelectOption with the same name as the parameter already exists</td></tr> </table>","type":"undefined"}],"description":"Sets the value of a parameter called <code>sName</code> to the new value <code>sValue</code>. If the parameter has already been set before, its value is overwritten."},{"name":"addSelectOption","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining."},"parameters":[{"name":"sPropertyName","type":"string","optional":false,"description":"The name of the property for which the selection range is added"},{"name":"sSign","type":"string","optional":false,"description":"The sign of the range (<b>I</b>nclude or <b>E</b>xclude)"},{"name":"sOption","type":"string","optional":false,"description":"The option of the range (<b>EQ</b> for \"equals\", <b>NE</b> for \"not equals\", <b>LE</b> for \"less or equals\", <b>GE</b> for \"greater or equals\", <b>LT</b> for \"less than\" (and not equals), <b>GT</b> for \"greater than\" (and not equals), <b>BT</b> for \"between\", or <b>CP</b> for \"contains pattern\" (ABAP-styled pattern matching with the asterisk as wildcard)"},{"name":"sLow","type":"string","optional":false,"description":"The single value or the lower boundary of the interval; the <code>null</code> value is not allowed"},{"name":"sHigh","type":"string","optional":true,"description":"Set only if sOption is <b>BT</b>: the upper boundary of the interval; must be <code>undefined</code> or <code>null</code> in all other cases"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_SIGN</td><td>Indicates that the sign is an invalid expression</td></tr> <tr><td>SelectionVariant.INVALID_OPTION</td><td>Indicates that the option is an invalid expression</td></tr> <tr><td>SelectionVariant.HIGH_PROVIDED_THOUGH_NOT_ALLOWED</td><td>Indicates that the upper boundary has been specified, even though the option is not 'BT'</td></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type or the value is set to <code>null</code></td></tr> <tr><td>SelectionVariant.INVALID_PROPERTY_NAME</td><td>Indicates that the property name is invalid, for example, it has not been specified</td></tr> <tr><td>SelectionVariant.PARAMETER_SELOPT_COLLISION</td><td>Indicates that another parameter with the same name as the property name already exists</td></tr> </table>","type":"undefined"}],"description":"Adds a new range to the list of select options for a given parameter."},{"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.navigation.SelectionVariant 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.base.Object.extend}."},{"name":"getFilterContextUrl","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current context URL for the filters"},"description":"Gets the current context URL intended for the filters."},{"name":"getID","visibility":"public","static":true,"returnValue":{"type":"string","description":"The identification of the selection variant as made available during construction"},"description":"Returns the identification of the selection variant."},{"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.navigation.SelectionVariant."},{"name":"getParameter","visibility":"public","static":true,"returnValue":{"type":"string","description":"The value of parameter <code>sName</code>; returning the value <code>null</code> not possible"},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the parameter to be returned"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Returns the value of the parameter called <code>sName</code> if it has been set. If the parameter has never been set or has been removed, <code>undefined</code> is returned."},{"name":"getParameterContextUrl","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current context URL for the parameters"},"description":"Gets the current context URL intended for the parameters."},{"name":"getParameterNames","visibility":"public","static":true,"returnValue":{"type":"Array","description":"The list of parameter names which are valid"},"description":"Returns the set of parameter names available in this selection variant."},{"name":"getPropertyNames","visibility":"public","static":true,"returnValue":{"type":"Array","description":"The list of parameter and select option property names available for this instance"},"description":"Returns the names of the parameter and select option properties available for this instance."},{"name":"getSelectOption","visibility":"public","static":true,"returnValue":{"type":"Array","description":"If <code>sPropertyName</code> is an invalid name of a property or no range exists, <code>undefined</code> is returned; otherwise, an immutable array of ranges is returned. Each entry of the array is an object with the following properties: <ul> <li><code>Sign</code>: The sign of the range</li> <li><code>Option</code>: The option of the range</li> <li><code>Low</code>: The low value of the range; returning value <code>null</code> is not possible</li> <li><code>High</code>: The high value of the range; if this value is not necessary, <code>null</code> is used</li> </ul> For further information about the meaning of the attributes, refer to method <code>addSelectOption</code>."},"parameters":[{"name":"sPropertyName","type":"string","optional":false,"description":"The name of the property for which the set of select options/ranges is returned"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> <tr><td>SelectionVariant.INVALID_PROPERTY_NAME</td><td>Indicates that the property name is invalid, for example, it has not been specified</td></tr> </table>","type":"undefined"}],"description":"Returns the set of select options/ranges available for a given property name."},{"name":"getSelectOptionsPropertyNames","visibility":"public","static":true,"returnValue":{"type":"Array","description":"The list of property names available for this instance"},"description":"Returns the names of the properties available for this instance."},{"name":"getText","visibility":"public","static":true,"returnValue":{"type":"string","description":"The current description of this selection variant."},"description":"Returns the current text / description of this selection variant."},{"name":"getValue","visibility":"public","static":true,"returnValue":{"type":"Array","description":"The ranges in the select options for the specified property or a range-converted representation of a parameter is returned. If both lookups fail, <code>undefined</code> is returned. <br /> The returned ranges have the format: <ul> <li><code>Sign</code>: The sign of the range</li> <li><code>Option</code>: The option of the range</li> <li><code>Low</code>: The low value of the range; returning the value <code>null</code> is not possible</li> <li><code>High</code>: The high value of the range; if this value is not necessary, <code>null</code> (but does exist)</li> </ul> For further information on the meaning of the attributes, refer to method {@link #.addSelectOption addSelectOption}."},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the attribute for which the value is retrieved"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> <tr><td>SelectionVariant.INVALID_PROPERTY_NAME</td><td>Indicates that the property name is invalid, for example, it has not been specified</td></tr> </table>","type":"undefined"}],"description":"First tries to retrieve the set of select options/ranges available for <code>sName</code> as property name. If successful, this array of selections is being returned. If it fails, an attempt to find a parameter, whose name is <code>sName</code>, is made. If the latter succeeds, the single value is converted to fit into an array of selections to make it type compatible with ranges. This array is then returned. <br /> If neither a select option nor a parameter could be found, <code>undefined</code> is returned."},{"name":"isEmpty","visibility":"public","static":true,"returnValue":{"type":"boolean","description":"If set to <code>true</code> there are no parameters and no select options available in the selection variant; <code>false</code> otherwise."},"description":"Returns <code>true</code> if the selection variant does neither contain parameters nor ranges."},{"name":"massAddSelectOption","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sPropertyName","type":"string","optional":false,"description":"The name of the property for which the set of select options is added"},{"name":"aSelectOptions","type":"Array","optional":false,"description":"Set of select options to be added"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Adds a set of select options to the list of select options for a given parameter."},{"name":"removeParameter","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the parameter to be removed"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.PARAMETER_WITHOUT_NAME</td><td>Indicates that name of the parameter has not been specified</td></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Removes a parameter called <code>sName</code> from the selection variant."},{"name":"removeSelectOption","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining."},"parameters":[{"name":"sName","type":"string","optional":false,"description":"The name of the select option to be removed"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.SELOPT_WITHOUT_NAME</td><td>Indicates that name of the select option has not been specified</td></tr> <tr><td>SelectionVariant.SELOPT_WRONG_TYPE</td><td>Indicates that the name of the parameter <code>sName</code> has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Removes a select option called <code>sName</code> from the selection variant."},{"name":"renameParameter","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sNameOld","type":"string","optional":false,"description":"The current name of the parameter to be renamed"},{"name":"sNameNew","type":"string","optional":false,"description":"The new name of the parameter"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.PARAMETER_WITHOUT_NAME</td><td>Indicates that the name of a parameter has not been specified</td></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> <tr><td>SelectionVariant.PARAMETER_SELOPT_COLLISION</td><td>Indicates that another select option with the same new name already exists</td></tr> <tr><td>SelectionVariant.PARAMETER_COLLISION</td><td>Indicates that another parameter with the same new name already exists</td></tr> </table>","type":"undefined"}],"description":"Renames a parameter called <code>sNameOld</code> to <code>sNameNew</code>. If a parameter or a select option with the name <code>sNameNew</code> already exist, an error is thrown. If a parameter with the name <code>sNameOld</code> does not exist, nothing is changed."},{"name":"renameSelectOption","visibility":"public","static":true,"returnValue":{"type":"object","description":"This instance to allow method chaining"},"parameters":[{"name":"sNameOld","type":"string","optional":false,"description":"The current name of the select option property to be renamed"},{"name":"sNameNew","type":"string","optional":false,"description":"The new name of the select option property"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.SELOPT_WITHOUT_NAME</td><td>Indicates that the name of a select option has not been specified</td></tr> <tr><td>SelectionVariant.SELOPT_WRONG_TYPE</td><td>Indicates that a select option has an invalid type</td></tr> <tr><td>SelectionVariant.PARAMETER_SELOPT_COLLISION</td><td>Indicates that another parameter with the same new name already exists</td></tr> <tr><td>SelectionVariant.SELOPT_COLLISION</td><td>Indicates that another select option with the same new name already exists</td></tr> </table>","type":"undefined"}],"description":"Renames a select option called <code>sNameOld</code> to <code>sNameNew</code>. If a select option or a parameter with the name <code>sNameNew</code> already exist, an error is thrown. If a select option with the name <code>sNameOld</code> does not exist, nothing is changed."},{"name":"setFilterContextUrl","visibility":"public","static":true,"parameters":[{"name":"sURL","type":"string","optional":false,"description":"The URL of the filters"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the context URL intended for the filters."},{"name":"setID","visibility":"public","static":true,"parameters":[{"name":"sId","type":"string","optional":false,"description":"The new identification of the selection variant"}],"description":"Sets the identification of the selection variant."},{"name":"setParameterContextUrl","visibility":"public","static":true,"parameters":[{"name":"sURL","type":"string","optional":false,"description":"The URL of the parameter context"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the context URL intended for the parameters."},{"name":"setText","visibility":"public","static":true,"parameters":[{"name":"sNewText","type":"string","optional":false,"description":"The new description to be used"}],"throws":[{"description":"An instance of {@link sap.fe.navigation.NavError} in case of input errors. Valid error codes are: <table> <tr><th>NavError code</th><th>Description</th></tr> <tr><td>SelectionVariant.INVALID_INPUT_TYPE</td><td>Indicates that an input parameter has an invalid type</td></tr> </table>","type":"undefined"}],"description":"Sets the text / description of the selection variant."},{"name":"toJSONObject","visibility":"public","static":true,"returnValue":{"type":"object","description":"The external representation of this instance as a JSON object"},"description":"Returns the external representation of the selection variant as JSON object."},{"name":"toJSONString","visibility":"public","static":true,"returnValue":{"type":"string","description":"The JSON-formatted representation of this instance in stringified format"},"description":"Serializes this instance into a JSON-formatted string."}]},{"kind":"enum","name":"sap.fe.navigation.SuppressionBehavior","basename":"SuppressionBehavior","resource":"sap/fe/navigation/library.js","module":"sap/fe/navigation/library","export":"SuppressionBehavior","static":true,"visibility":"public","since":"1.83.0","description":"This is the successor of {@link sap.ui.generic.app.navigation.service.SuppressionBehavior}.<br> A static enumeration type which indicates whether semantic attributes with values <code>null</code>, <code>undefined</code> or <code>\"\"</code> (empty string) shall be suppressed, before they are mixed in to the selection variant in the method {@link sap.fe.navigation.NavigationHandler.mixAttributesAndSelectionVariant mixAttributesAndSelectionVariant} of the {@link sap.fe.navigation.NavigationHandler NavigationHandler}.","properties":[{"name":"ignoreEmptyString","visibility":"public","static":true,"type":"undefined","description":"Semantic attributes with an empty string are ignored, the remaining attributes are mixed in to the selection variant. Warning! Consider the impact on Boolean variable values!"},{"name":"raiseErrorOnNull","visibility":"public","static":true,"type":"undefined","description":"Semantic attributes with a <code>null</code> value lead to an {@link sap.fin.central.lib.error.Error error} of type NavigationHandler.INVALID_INPUT"},{"name":"raiseErrorOnUndefined","visibility":"public","static":true,"type":"undefined","description":"Semantic attributes with an <code>undefined</code> value lead to an {@link sap.fin.central.lib.error.Error error} of type NavigationHandler.INVALID_INPUT"},{"name":"standard","visibility":"public","static":true,"type":"undefined","description":"Standard suppression behavior: semantic attributes with a <code>null</code> or an <code>undefined</code> value are ignored, the remaining attributes are mixed in to the selection variant"}]}]}
|