@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
|
-
{"!name":"sap.fe.core","!version":"1.21.1","!define":{"sap.fe.core.PageController":{"!description":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","!module":"sap/fe/core/PageController","!helpDescription":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","!proto":"sap.fe.core.BaseController","!category":"class"},"sap.fe.core.controllerextensions.ViewState_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.ViewState"},"sap.fe.core.fpm":{"!description":"Collection of classes provided by SAP Fiori elements for the Flexible Programming Model","!module":"sap/fe/core/library","viewName":{"!description":"Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","!category":"enum","!type":"String"},"!helpDescription":"Collection of classes provided by SAP Fiori elements for the Flexible Programming Model","!category":"namespace","Component":"sap.fe.core.fpm.Component_obj"},"sap.fe.core.BaseController_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.BaseController with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.Controller.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.BaseController"},"sap.fe.core.AppComponent_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.AppComponent with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.UIComponent.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.AppComponent"},"sap.fe.core.controllerextensions.Routing":{"!description":"A controller extension offering hooks into the routing flow of the application","navigate":{"!description":"Allows navigation to a specific context.","!static":false,"!category":"function","!type":"fn(oContext: sap.ui.model.odata.v4.Context)","parameters":{"oContext":"type: sap.ui.model.odata.v4.Context, description: Object containing the context to be navigated"}},"!module":"sap/fe/core/controllerextensions/Routing","onBeforeNavigation":{"!description":"This function can be used to intercept the routing event happening during the normal process of navigating from one page to another.\n\nIf declared as an extension, it allows you to intercept and change the normal navigation flow. If you decide to do your own navigation processing, you can return `true` to prevent the default routing behavior.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(mNavigationParameters: Object) -> Boolean","parameters":{"mNavigationParameters":"type: object, description: Object containing row context and page context"}},"!helpDescription":"A controller extension offering hooks into the routing flow of the application","!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class","onAfterBinding":{"!description":"This function is used to intercept the routing event after binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oContext: Object)","parameters":{"oContext":"type: object, description: Object containing the context to be navigated"}},"onBeforeBinding":{"!description":"This function is used to intercept the routing event before binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oContext: Object)","parameters":{"oContext":"type: object, description: Object containing the context for the navigation"}}},"sap.fe.core.controllerextensions.Paginator":{"!description":"Controller extension providing hooks for the navigation using paginators","extend":{"!description":"Creates a new subclass of class sap.fe.core.controllerextensions.Paginator with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.core.controllerextensions.Paginator.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!module":"sap/fe/core/controllerextensions/Paginator","!helpDescription":"Controller extension providing hooks for the navigation using paginators","!proto":"sap.ui.core.mvc.ControllerExtension","onContextUpdate":{"!description":"Returns the updated context after the paginator operation.","!static":false,"!category":"function","!type":"fn(oContext: String)","parameters":{"oContext":"type: string, description: Final context returned after the paginator action"}},"!category":"class","initialize":{"!description":"Initiates the paginator control.","!static":false,"!category":"function","!type":"fn(oBinding: String, oContext: Object)","parameters":{"oBinding":"type: string, description: ODataListBinding object","oContext":"type: object, description: Current context where the navigation is initiated"}}},"sap.fe.core.ExtensionAPI.intentBasedNavigation":{"!description":"ExtensionAPI for intent-based navigation","navigateOutbound":{"!description":"Navigates to an intent defined by an outbound definition in the manifest.","!static":"true","!category":"function","!type":"fn(sOutbound: String, mNavigationParameters: Object)"},"!module":"sap/fe/core/ExtensionAPI","!helpDescription":"ExtensionAPI for intent-based navigation","!category":"namespace"},"sap.fe":{"!description":"Root namespace for all the libraries related to SAP Fiori elements.","core":"sap.fe.core","!module":"sap/fe/core/library","!helpDescription":"Root namespace for all the libraries related to SAP Fiori elements.","!category":"namespace"},"sap.fe.core.controllerextensions.EditFlow_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.controllerextensions.EditFlow with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.controllerextensions.EditFlow"},"sap.fe.core.BaseController":{"!description":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","extend":{"!description":"Creates a new subclass of class sap.fe.core.BaseController with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.Controller.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getAppComponent":{"!description":"Returns the current app component.","!static":false,"!category":"function","!type":"fn() -> sap.fe.core.AppComponent"},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.core.BaseController.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!module":"sap/fe/core/BaseController","!helpDescription":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","!proto":"sap.ui.core.mvc.Controller","!category":"class"},"sap.fe.core.controllerextensions":{"IntentBasedNavigation":"sap.fe.core.controllerextensions.IntentBasedNavigation_obj","!description":"Collection of controller extensions used internally in SAP Fiori elements exposing a method that you can override to allow more flexibility.","MessageHandler":"sap.fe.core.controllerextensions.MessageHandler_obj","!module":"sap/fe/core/library","!helpDescription":"Collection of controller extensions used internally in SAP Fiori elements exposing a method that you can override to allow more flexibility.","EditFlow":"sap.fe.core.controllerextensions.EditFlow_obj","Routing":"sap.fe.core.controllerextensions.Routing_obj","ViewState":"sap.fe.core.controllerextensions.ViewState_obj","!category":"namespace","Share":"sap.fe.core.controllerextensions.Share_obj","Paginator":"sap.fe.core.controllerextensions.Paginator_obj"},"sap.fe.core.ExtensionAPI":{"!description":"Common Extension API for all pages of SAP Fiori elements for OData V4.","getModel":{"!description":"Get access to models managed by SAP Fiori elements.<br> The following models can be accessed: <ul> <li>undefined: the undefined model returns the SAPUI5 OData V4 model bound to this page<\/li> <li>i18n / further data models defined in the manifest<\/li> <li>ui: returns a SAPUI5 JSON model containing UI information. Only the following properties are public and supported: <ul> <li>editMode: contains either 'Editable' or 'Display'<\/li> <\/ul> <\/li> <\/ul>.","!static":false,"!category":"function","!type":"fn(sModelName: String) -> sap.ui.model.Model","parameters":{"sModelName":"type: string, description: Name of the model"}},"removeDependent":{"!description":"Remove a dependent control from this SAP Fiori elements page.","!static":false,"!category":"function","!type":"fn(oControl: sap.ui.core.Control)","parameters":{"oControl":"type: sap.ui.core.Control, description: Control to be added as a dependent control"}},"!proto":"sap.ui.base.Object","updateAppState":{"!description":"Triggers an update of the app state. Should be called if the state of a control, or any other state-relevant information, was changed.","!static":false,"!category":"function","!type":"fn() -> Promise"},"!category":"class","loadFragment":{"!description":"Load a fragment and go through the template preprocessor with the current page context.","!static":false,"!category":"function","!type":"fn(mSettings: Object) -> [Promise<(Element[] | sap.ui.core.Element]","parameters":{"mSettings":"type: object, description: The settings object"}},"setRouting":{"!description":"Sets the associated {@link #getRouting routing}.","!static":false,"!category":"function","!type":"fn(oRouting: sap.ui.core.ID | sap.fe.core.controllerextensions.Routing) -> sap.fe.core.ExtensionAPI","parameters":{"oRouting":"type: sap.ui.core.ID|sap.fe.core.controllerextensions.Routing, description: ID of an element which becomes the new target of this routing association; alternatively, an element instance may be given"}},"!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Associations\n<ul>\n<li>{@link #getEditFlow editFlow} : (sap.ui.core.ID | sap.fe.core.controllerextensions.EditFlow)<\/li>\n<li>{@link #getRouting routing} : (sap.ui.core.ID | sap.fe.core.controllerextensions.Routing)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.ui.base.Object#constructor sap.ui.base.Object}\ncan be used as well.","setEditFlow":{"!description":"Sets the associated {@link #getEditFlow editFlow}.","!static":false,"!category":"function","!type":"fn(oEditFlow: sap.ui.core.ID | sap.fe.core.controllerextensions.EditFlow) -> sap.fe.core.ExtensionAPI","parameters":{"oEditFlow":"type: sap.ui.core.ID|sap.fe.core.controllerextensions.EditFlow, description: ID of an element which becomes the new target of this editFlow association; alternatively, an element instance may be given"}},"!module":"sap/fe/core/ExtensionAPI","addDependent":{"!description":"Add any control as a dependent control to this SAP Fiori elements page.","!static":false,"!category":"function","!type":"fn(oControl: sap.ui.core.Control)","parameters":{"oControl":"type: sap.ui.core.Control, description: Control to be added as a dependent control"}},"getRouting":{"!description":"ID of the element which is the current target of the association {@link #getRouting routing}, or <code>null<\/code>.","!static":false,"!category":"function","!type":"fn() -> sap.ui.core.ID"},"!helpDescription":"Common Extension API for all pages of SAP Fiori elements for OData V4.","navigateToTarget":{"!description":"Navigate to another target.","!static":false,"!category":"function","!type":"fn(sTarget: String, oContext?: sap.ui.model.Context)","parameters":{"oContext":"type: sap.ui.model.Context, description: Context instance","sTarget":"type: string, description: Name of the target route"}},"getEditFlow":{"!description":"ID of the element which is the current target of the association {@link #getEditFlow editFlow}, or <code>null<\/code>.","!static":false,"!category":"function","!type":"fn() -> sap.ui.core.ID"}},"sap.fe.core.controllerextensions.EditFlow":{"!description":"A controller extension offering hooks into the edit flow of the application","editDocument":{"!description":"Creates a draft document for an existing active document.","!static":false,"!category":"function","!type":"fn(oContext: Object) -> Promise","parameters":{"oContext":"type: object, description: Context of the active document"}},"invokeAction":{"!description":"Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and show the updated data upon navigation.","!static":false,"!category":"function","!type":"fn(sActionName: String, mParameters?: map) -> Promise","parameters":{"sActionName":"type: string, description: The name of the action to be called","mParameters":"type: map, description: Contains the following attributes:"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.core.controllerextensions.EditFlow.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!proto":"sap.ui.core.mvc.ControllerExtension","syncTask":{"!description":"Performs a task in sync with other tasks created via this function. Returns the promise chain of the task.","!static":false,"!category":"function","!type":"fn(vTask?: Promise | fn()) -> Promise","parameters":{"vTask":"type: Promise|function, description: Optional, a promise or function to be executed synchronously"}},"!category":"class","createDocument":{"!description":"Creates a new document.","!static":false,"!category":"function","!type":"fn(vListBinding: sap.ui.model.odata.v4.ODataListBinding | String) -> Promise","parameters":{"vListBinding":"type: sap.ui.model.odata.v4.ODataListBinding|string, description: ODataListBinding object or the binding path for a temporary list binding"}},"extend":{"!description":"Creates a new subclass of class sap.fe.core.controllerextensions.EditFlow with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!module":"sap/fe/core/controllerextensions/EditFlow","!helpDescription":"A controller extension offering hooks into the edit flow of the application","cancelDocument":{"!description":"Discard the editable document.","!static":false,"!category":"function","!type":"fn(oContext: Object, mParameters?: map) -> Promise","parameters":{"oContext":"type: object, description: Context of the editable document","mParameters":"type: map, description: Can contain the following attributes:"}},"deleteDocument":{"!description":"Deletes the document.","!static":false,"!category":"function","!type":"fn(oContext: Object, mParameters?: map) -> Promise","parameters":{"oContext":"type: object, description: Context of the document","mParameters":"type: map, description: Optional, can contain the following attributes:"}},"securedExecution":{"!description":"Secured execution of the given function. Ensures that the function is only executed when certain conditions are fulfilled.","!static":false,"!category":"function","!type":"fn(fnFunction: fn(), mParameters?: map) -> Promise","parameters":{"fnFunction":"type: function, description: The function to be executed. Should return a promise that is settled after completion of the execution. If nothing is returned, immediate completion is assumed.","mParameters":"type: map, description: Definitions of the preconditions to be checked before execution"}},"applyDocument":{"!description":"Submit the current set of changes and navigate back.","!static":false,"!category":"function","!type":"fn(oContext: Object) -> Promise","parameters":{"oContext":"type: object, description: Context of the document"}},"saveDocument":{"!description":"Saves a new document after checking it.","!static":false,"!category":"function","!type":"fn(oContext: Object) -> Promise","parameters":{"oContext":"type: object, description: Context of the editable document"}},"updateDocument":{"!description":"Updates the draft status and displays the error messages if there are errors during an update.","!static":false,"!category":"function","!type":"fn(oContext: Object, oPromise: Object) -> Promise","parameters":{"oPromise":"type: object, description: Promise to determine when the update operation is completed. The promise should be resolved when the update operation is completed, so the draft status can be updated.","oContext":"type: object, description: Context of the updated field"}},"onBeforeSave":{"!description":"This function can be used to intercept the save action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the save action. If you reject the promise the save action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead}.","!static":false,"!category":"function","!type":"fn() -> Promise"}},"sap.fe.core.fpm.Component":{"!description":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n<\/pre>","extend":{"!description":"Creates a new subclass of class sap.fe.core.fpm.Component with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.fe.core.TemplateComponent.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.core.fpm.Component.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getViewName viewName} : string<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.core.TemplateComponent#constructor sap.fe.core.TemplateComponent}\ncan be used as well.","!module":"sap/fe/core/fpm/Component","setViewName":{"!description":"Sets a new value for property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.\n\nWhen called with a value of <code>null<\/code> or <code>undefined<\/code>, the default value of the property will be restored.","!static":false,"!category":"function","!type":"fn(sViewName: String) -> sap.fe.core.fpm.Component","parameters":{"sViewName":"type: string, description: New value for property <code>viewName<\/code>"}},"!helpDescription":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n<\/pre>","!proto":"sap.fe.core.TemplateComponent","getViewName":{"!description":"Gets current value of property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","!static":false,"!category":"function","!type":"fn() -> String"},"!category":"class"},"sap.fe.core":{"!description":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4.","controllerextensions":"sap.fe.core.controllerextensions","intentBasedNavigation":"sap.fe.core.ExtensionAPI.intentBasedNavigation","fpm":"sap.fe.core.fpm","PageController":"sap.fe.core.PageController_obj","!module":"sap/fe/core/library","!helpDescription":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4.","BaseController":"sap.fe.core.BaseController_obj","AppComponent":"sap.fe.core.AppComponent_obj","!category":"namespace","ExtensionAPI":"sap.fe.core.ExtensionAPI_obj","InitialLoadMode":"sap.fe.core.InitialLoadMode"},"sap.fe.core.controllerextensions.ViewState":{"!description":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","retrieveAdditionalStates":{"!description":"Extend the map of additional states (not control bound) to be added to the current view state of the given view.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(mAdditionalStates: Object)","parameters":{"mAdditionalStates":"type: object, description: The additional state"}},"applyAdditionalStates":{"!description":"Applying additional, not control related, states - is called only if navigation type is iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oViewState: Object, aPromises: Promise)","parameters":{"oViewState":"type: object, description: The current view state","aPromises":"type: Promise, description: Extensible array of promises to be resolved before continuing"}},"onAfterStateApplied":{"!description":"Hook to react when state for given view was applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(aPromises: Promise)","parameters":{"aPromises":"type: Promise, description: Extensible array of promises to be resolved before continuing"}},"!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class","retrieveViewState":{"!description":"Retrieve the view state of this extensions view. When this function is called more than once before finishing, all but the final response will resolve to <code>undefined<\/code>.","!static":false,"!category":"function","!type":"fn() -> Promise"},"applyInitialStateOnly":{"!description":"Defines whether the view state should only be applied once initially.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead}.\n\nImportant: You should only override this method for custom pages and not for the standard ListReportPage and ObjectPage!","!static":false,"!category":"function","!type":"fn() -> Boolean"},"applyViewState":{"!description":"Applies the given view state to this extensions view.","!static":false,"!category":"function","!type":"fn(oViewState: Object, oNavParameter: Object) -> Promise","parameters":{"oViewState":"type: object, description: The view state to apply (can be undefined)","oNavParameter":"type: object, description: The current navigation parameter"}},"!module":"sap/fe/core/controllerextensions/ViewState","!helpDescription":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","adaptControlStateHandler":{"!description":"Customize the <code>retrieve<\/code> and <code>apply<\/code> functions for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oControl: sap.ui.base.ManagedObject, aControlHandler: [Object])","parameters":{"aControlHandler":"type: object[], description: A list of plain objects with two functions: <code>retrieve<\/code> and <code>apply<\/code>","oControl":"type: sap.ui.base.ManagedObject, description: The control to get state handler for"}},"adaptStateControls":{"!description":"This function should add all controls for given view that should be considered for the state handling to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(aCollectedControls: [sap.ui.base.ManagedObject])","parameters":{"aCollectedControls":"type: sap.ui.base.ManagedObject[], description: The collected controls"}},"onBeforeStateApplied":{"!description":"Hook to react before a state for given view is applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(aPromises: Promise)","parameters":{"aPromises":"type: Promise, description: Extensible array of promises to be resolved before continuing"}},"adaptBindingRefreshHandler":{"!description":"Customize the <code>refreshBinding<\/code> function for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oControl: sap.ui.base.ManagedObject, oControlHandler: [Object])","parameters":{"oControlHandler":"type: object[], description: A plain object which can have one function: <code>refreshBinding<\/code>","oControl":"type: sap.ui.base.ManagedObject, description: The control for which the refresh handler is adapted."}},"adaptBindingRefreshControls":{"!description":"This function should add all controls relevant for refreshing to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(aCollectedControls: [sap.ui.base.ManagedObject])","parameters":{"aCollectedControls":"type: sap.ui.base.ManagedObject[], description: The collected controls"}},"applyNavigationParameters":{"!description":"Apply navigation parameters - is called only if navigation type is not iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oNavParameter: Object, aPromises: Promise)","parameters":{"aPromises":"type: Promise, description: Extensible array of promises to be resolved before continuing","oNavParameter":"type: object, description: The current navigation parameter"}},"onRestore":{"!description":"Called when the application is restored due to keep-alive mode.","!static":false,"!category":"function","!type":"fn()"},"onSuspend":{"!description":"Called when the application is suspended due to keep-alive mode.","!static":false,"!category":"function","!type":"fn()"}},"sap":{"sap":"sap","!category":"namespace","fe":"sap.fe"},"sap.fe.core.controllerextensions.Share_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.Share"},"sap.fe.core.InitialLoadMode":{"!description":"Possible initial load (first app startup) modes for a ListReport.","Auto":{"!description":"Data will be loaded initially if filters are set.","!category":"enum","!type":"String"},"!module":"sap/fe/core/library","Enabled":{"!description":"Data will be loaded initially.","!category":"enum","!type":"String"},"!category":"static class","Disabled":{"!description":"Data will not be loaded initially.","!category":"enum","!type":"String"}},"sap.fe.core.AppComponent":{"!description":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","extend":{"!description":"Creates a new subclass of class sap.fe.core.AppComponent with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.UIComponent.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getRouterProxy":{"!description":"Get a reference to the RouterProxy.","!static":false,"!category":"function","!type":"fn() -> oObject"},"!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n\nThis class does not have its own settings, but all settings applicable to the base type\n{@link sap.ui.core.UIComponent#constructor sap.ui.core.UIComponent} can be used.","getRootViewController":{"!description":"Get a reference to the nav/FCL Controller.","!static":false,"!category":"function","!type":"fn() -> oObject"},"!module":"sap/fe/core/AppComponent","!helpDescription":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","!proto":"sap.ui.core.UIComponent","!category":"class","getRootContainer":{"!description":"Get the NavContainer control or the FCL control.","!static":false,"!category":"function","!type":"fn() -> oObject"},"getAppStateHandler":{"!description":"Get a reference to the AppStateHandler.","!static":false,"!category":"function","!type":"fn() -> oObject"}},"sap.fe.core.controllerextensions.IntentBasedNavigation_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.IntentBasedNavigation"},"sap.fe.core.controllerextensions.Routing_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.Routing"},"sap.fe.core.controllerextensions.Share":{"!description":"A controller extension offering hooks into the Share functionalities of the application","adaptShareMetadata":{"!description":"Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'.","!static":false,"!category":"function","!type":"fn(oShareMetadata: Object) -> Object | Promise<object>","parameters":{"oShareMetadata":"type: object, description: Object containing the share metadata."}},"openShareSheet":{"!description":"Opens the share sheet.","!static":false,"!category":"function","!type":"fn(oControl: Object)","parameters":{"oControl":"type: object, description: The control to which the ActionSheet is opened."}},"!module":"sap/fe/core/controllerextensions/Share","!helpDescription":"A controller extension offering hooks into the Share functionalities of the application","!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class"},"sap.fe.core.PageController_obj":{"!type":"fn()","prototype":"sap.fe.core.PageController"},"sap.fe.core.fpm.Component_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.fpm.Component with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.fe.core.TemplateComponent.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.fpm.Component"},"sap.fe.core.controllerextensions.IntentBasedNavigation":{"!description":"Controller extension providing hooks for intent-based navigation","adaptNavigationContext":{"!description":"Provides a hook to customize the {@link sap.fe.navigation.SelectionVariant} related to the intent-based navigation.","!static":false,"!category":"function","!type":"fn(oSelectionVariant: sap.fe.navigation.SelectionVariant, oNavigationInfo: Object)","parameters":{"oSelectionVariant":"type: sap.fe.navigation.SelectionVariant, description: SelectionVariant provided by SAP Fiori elements.","oNavigationInfo":"type: object, description: Object containing intent-based navigation-related info"}},"!module":"sap/fe/core/controllerextensions/IntentBasedNavigation","!helpDescription":"Controller extension providing hooks for intent-based navigation","!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class"},"sap.fe.core.controllerextensions.MessageHandler":{"!description":"A controller extension offering message handling.","showMessageDialog":{"!description":"Shows a message dialog with transition messages if there are any. The message dialog is shown as a modal dialog. Once the user confirms the dialog, all transition messages are removed from the message model. If there is more than one message, a list of messages is shown. The user can filter on message types and can display details as well as the long text. If there is one message, the dialog immediately shows the details of the message. If there is just one success message, a message toast is shown instead.","!static":false,"!category":"function","!type":"fn() -> Promise"},"!module":"sap/fe/core/controllerextensions/MessageHandler","!helpDescription":"A controller extension offering message handling.","!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class"},"sap.fe.core.controllerextensions.Paginator_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.controllerextensions.Paginator with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.controllerextensions.Paginator"},"sap.fe.core.controllerextensions.MessageHandler_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.MessageHandler"},"sap.fe.core.ExtensionAPI_obj":{"!type":"fn()","prototype":"sap.fe.core.ExtensionAPI"}}}
|
|
1
|
+
{"!name":"sap.fe.core","!version":"1.21.1","!define":{"sap.fe.core.PageController":{"!description":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","!module":"sap/fe/core/PageController","!helpDescription":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","!proto":"sap.fe.core.BaseController","!category":"class"},"sap.fe.core.controllerextensions.ViewState_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.ViewState"},"sap.fe.core.fpm":{"!description":"Collection of classes provided by SAP Fiori elements for the Flexible Programming Model","!module":"sap/fe/core/library","viewName":{"!description":"Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","!category":"enum","!type":"String"},"!helpDescription":"Collection of classes provided by SAP Fiori elements for the Flexible Programming Model","!category":"namespace","Component":"sap.fe.core.fpm.Component_obj"},"sap.fe.core.BaseController_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.BaseController with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.Controller.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.BaseController"},"sap.fe.core.AppComponent_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.AppComponent with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.UIComponent.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.AppComponent"},"sap.fe.core.controllerextensions.Routing":{"!description":"A controller extension offering hooks into the routing flow of the application","navigate":{"!description":"Allows navigation to a specific context.","!static":false,"!category":"function","!type":"fn(oContext: sap.ui.model.odata.v4.Context)","parameters":{"oContext":"type: sap.ui.model.odata.v4.Context, description: Object containing the context to be navigated"}},"!module":"sap/fe/core/controllerextensions/Routing","onBeforeNavigation":{"!description":"This function can be used to intercept the routing event happening during the normal process of navigating from one page to another.\n\nIf declared as an extension, it allows you to intercept and change the normal navigation flow. If you decide to do your own navigation processing, you can return `true` to prevent the default routing behavior.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(mNavigationParameters: Object) -> Boolean","parameters":{"mNavigationParameters":"type: object, description: Object containing row context and page context"}},"!helpDescription":"A controller extension offering hooks into the routing flow of the application","!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class","onAfterBinding":{"!description":"This function is used to intercept the routing event after binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oContext: Object)","parameters":{"oContext":"type: object, description: Object containing the context to be navigated"}},"navigateToRoute":{"!description":"Navigates to a route.","!static":false,"!category":"function","!type":"fn(sTargetRouteName?: String, oRouteParameters?: Object) -> Promise","parameters":{"sTargetRouteName":"type: string, description: Name of the target route","oRouteParameters":"type: object, description: Parameters to be used with route to create the target hash"}},"onBeforeBinding":{"!description":"This function is used to intercept the routing event before binding a page.\n\nIf it is declared as an extension, it allows you to intercept and change the normal flow of binding.\n\nThis function is not called directly, but overridden separately by consuming controllers. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oContext: Object)","parameters":{"oContext":"type: object, description: Object containing the context for the navigation"}}},"sap.fe.core.controllerextensions.Paginator":{"!description":"Controller extension providing hooks for the navigation using paginators","extend":{"!description":"Creates a new subclass of class sap.fe.core.controllerextensions.Paginator with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.core.controllerextensions.Paginator.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!module":"sap/fe/core/controllerextensions/Paginator","!helpDescription":"Controller extension providing hooks for the navigation using paginators","!proto":"sap.ui.core.mvc.ControllerExtension","onContextUpdate":{"!description":"Returns the updated context after the paginator operation.","!static":false,"!category":"function","!type":"fn(oContext: String)","parameters":{"oContext":"type: string, description: Final context returned after the paginator action"}},"!category":"class","initialize":{"!description":"Initiates the paginator control.","!static":false,"!category":"function","!type":"fn(oBinding: String, oContext: Object)","parameters":{"oBinding":"type: string, description: ODataListBinding object","oContext":"type: object, description: Current context where the navigation is initiated"}}},"sap.fe.core.ExtensionAPI.intentBasedNavigation":{"!description":"ExtensionAPI for intent-based navigation","navigateOutbound":{"!description":"Navigates to an intent defined by an outbound definition in the manifest.","!static":"true","!category":"function","!type":"fn(sOutbound: String, mNavigationParameters: Object)"},"!module":"sap/fe/core/ExtensionAPI","!helpDescription":"ExtensionAPI for intent-based navigation","!category":"namespace"},"sap.fe":{"!description":"Root namespace for all the libraries related to SAP Fiori elements.","core":"sap.fe.core","!module":"sap/fe/core/library","!helpDescription":"Root namespace for all the libraries related to SAP Fiori elements.","!category":"namespace"},"sap.fe.core.controllerextensions.EditFlow_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.controllerextensions.EditFlow with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.controllerextensions.EditFlow"},"sap.fe.core.BaseController":{"!description":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","extend":{"!description":"Creates a new subclass of class sap.fe.core.BaseController with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.Controller.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getAppComponent":{"!description":"Returns the current app component.","!static":false,"!category":"function","!type":"fn() -> sap.fe.core.AppComponent"},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.core.BaseController.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!module":"sap/fe/core/BaseController","!helpDescription":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","!proto":"sap.ui.core.mvc.Controller","!category":"class"},"sap.fe.core.controllerextensions":{"IntentBasedNavigation":"sap.fe.core.controllerextensions.IntentBasedNavigation_obj","!description":"Collection of controller extensions used internally in SAP Fiori elements exposing a method that you can override to allow more flexibility.","MessageHandler":"sap.fe.core.controllerextensions.MessageHandler_obj","!module":"sap/fe/core/library","!helpDescription":"Collection of controller extensions used internally in SAP Fiori elements exposing a method that you can override to allow more flexibility.","EditFlow":"sap.fe.core.controllerextensions.EditFlow_obj","Routing":"sap.fe.core.controllerextensions.Routing_obj","ViewState":"sap.fe.core.controllerextensions.ViewState_obj","!category":"namespace","Share":"sap.fe.core.controllerextensions.Share_obj","Paginator":"sap.fe.core.controllerextensions.Paginator_obj"},"sap.fe.core.ExtensionAPI":{"!description":"Common Extension API for all pages of SAP Fiori elements for OData V4.","getModel":{"!description":"Get access to models managed by SAP Fiori elements.<br> The following models can be accessed: <ul> <li>undefined: the undefined model returns the SAPUI5 OData V4 model bound to this page<\/li> <li>i18n / further data models defined in the manifest<\/li> <li>ui: returns a SAPUI5 JSON model containing UI information. Only the following properties are public and supported: <ul> <li>editMode: contains either 'Editable' or 'Display'<\/li> <\/ul> <\/li> <\/ul>.","!static":false,"!category":"function","!type":"fn(sModelName: String) -> sap.ui.model.Model","parameters":{"sModelName":"type: string, description: Name of the model"}},"removeDependent":{"!description":"Remove a dependent control from this SAP Fiori elements page.","!static":false,"!category":"function","!type":"fn(oControl: sap.ui.core.Control)","parameters":{"oControl":"type: sap.ui.core.Control, description: Control to be added as a dependent control"}},"!proto":"sap.ui.base.Object","updateAppState":{"!description":"Triggers an update of the app state. Should be called if the state of a control, or any other state-relevant information, was changed.","!static":false,"!category":"function","!type":"fn() -> Promise"},"!category":"class","loadFragment":{"!description":"Load a fragment and go through the template preprocessor with the current page context.","!static":false,"!category":"function","!type":"fn(mSettings: Object) -> [Promise<(Element[] | sap.ui.core.Element]","parameters":{"mSettings":"type: object, description: The settings object"}},"setRouting":{"!description":"Sets the associated {@link #getRouting routing}.","!static":false,"!category":"function","!type":"fn(oRouting: sap.ui.core.ID | sap.fe.core.controllerextensions.Routing) -> sap.fe.core.ExtensionAPI","parameters":{"oRouting":"type: sap.ui.core.ID|sap.fe.core.controllerextensions.Routing, description: ID of an element which becomes the new target of this routing association; alternatively, an element instance may be given"}},"!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Associations\n<ul>\n<li>{@link #getEditFlow editFlow} : (sap.ui.core.ID | sap.fe.core.controllerextensions.EditFlow)<\/li>\n<li>{@link #getRouting routing} : (sap.ui.core.ID | sap.fe.core.controllerextensions.Routing)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.ui.base.Object#constructor sap.ui.base.Object}\ncan be used as well.","setEditFlow":{"!description":"Sets the associated {@link #getEditFlow editFlow}.","!static":false,"!category":"function","!type":"fn(oEditFlow: sap.ui.core.ID | sap.fe.core.controllerextensions.EditFlow) -> sap.fe.core.ExtensionAPI","parameters":{"oEditFlow":"type: sap.ui.core.ID|sap.fe.core.controllerextensions.EditFlow, description: ID of an element which becomes the new target of this editFlow association; alternatively, an element instance may be given"}},"!module":"sap/fe/core/ExtensionAPI","addDependent":{"!description":"Add any control as a dependent control to this SAP Fiori elements page.","!static":false,"!category":"function","!type":"fn(oControl: sap.ui.core.Control)","parameters":{"oControl":"type: sap.ui.core.Control, description: Control to be added as a dependent control"}},"getRouting":{"!description":"ID of the element which is the current target of the association {@link #getRouting routing}, or <code>null<\/code>.","!static":false,"!category":"function","!type":"fn() -> sap.ui.core.ID"},"!helpDescription":"Common Extension API for all pages of SAP Fiori elements for OData V4.","navigateToTarget":{"!description":"Navigate to another target.","!static":false,"!category":"function","!type":"fn(sTarget: String, oContext?: sap.ui.model.Context) -> Promise","parameters":{"oContext":"type: sap.ui.model.Context, description: Context instance","sTarget":"type: string, description: Name of the target route"}},"getEditFlow":{"!description":"ID of the element which is the current target of the association {@link #getEditFlow editFlow}, or <code>null<\/code>.","!static":false,"!category":"function","!type":"fn() -> sap.ui.core.ID"}},"sap.fe.core.controllerextensions.EditFlow":{"!description":"A controller extension offering hooks into the edit flow of the application","editDocument":{"!description":"Creates a draft document for an existing active document.","!static":false,"!category":"function","!type":"fn(oContext: Object, mParameters?: map) -> Promise","parameters":{"oContext":"type: object, description: Context of the active document","mParameters":"type: map, description: Contains the following attributes:"}},"invokeAction":{"!description":"Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and show the updated data upon navigation.","!static":false,"!category":"function","!type":"fn(sActionName: String, mParameters?: map) -> Promise","parameters":{"sActionName":"type: string, description: The name of the action to be called","mParameters":"type: map, description: Contains the following attributes:"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.core.controllerextensions.EditFlow.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!proto":"sap.ui.core.mvc.ControllerExtension","syncTask":{"!description":"Performs a task in sync with other tasks created via this function. Returns the promise chain of the task.","!static":false,"!category":"function","!type":"fn(vTask?: Promise | fn()) -> Promise","parameters":{"vTask":"type: Promise|function, description: Optional, a promise or function to be executed synchronously"}},"onBeforeCreate":{"!description":"This function can be used to intercept the 'Create' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Create' action. If you reject the promise, the 'Create' action is stopped.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(mParameters?: map) -> Promise","parameters":{"mParameters":"type: map, description: Object containing the parameters passed to onBeforeCreate"}},"!category":"class","onBeforeDiscard":{"!description":"This function can be used to intercept the 'Discard' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Discard' action. If you reject the promise, the 'Discard' action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(mParameters?: map) -> Promise","parameters":{"mParameters":"type: map, description: Object containing the parameters passed to onBeforeDiscard"}},"createDocument":{"!description":"Creates a new document.","!static":false,"!category":"function","!type":"fn(vListBinding: sap.ui.model.odata.v4.ODataListBinding | String, mParameters: map) -> Promise","parameters":{"vListBinding":"type: sap.ui.model.odata.v4.ODataListBinding|string, description: ODataListBinding object or the binding path for a temporary list binding","mParameters":"type: map, description: Contains the following attributes:"}},"extend":{"!description":"Creates a new subclass of class sap.fe.core.controllerextensions.EditFlow with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!module":"sap/fe/core/controllerextensions/EditFlow","!helpDescription":"A controller extension offering hooks into the edit flow of the application","cancelDocument":{"!description":"Discard the editable document.","!static":false,"!category":"function","!type":"fn(oContext: Object, mParameters: map) -> Promise","parameters":{"oContext":"type: object, description: Context of the editable document","mParameters":"type: map, description: Can contain the following attributes:"}},"onBeforeEdit":{"!description":"This function can be used to intercept the 'Edit' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Edit' action. If you reject the promise, the 'Edit' action is stopped and the user stays in display mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(mParameters?: map) -> Promise","parameters":{"mParameters":"type: map, description: Object containing the parameters passed to onBeforeEdit"}},"deleteDocument":{"!description":"Deletes the document.","!static":false,"!category":"function","!type":"fn(oContext: Object, mParameters: map) -> Promise","parameters":{"oContext":"type: object, description: Context of the document","mParameters":"type: map, description: Can contain the following attributes:"}},"securedExecution":{"!description":"Secured execution of the given function. Ensures that the function is only executed when certain conditions are fulfilled.","!static":false,"!category":"function","!type":"fn(fnFunction: fn(), mParameters?: map) -> Promise","parameters":{"fnFunction":"type: function, description: The function to be executed. Should return a promise that is settled after completion of the execution. If nothing is returned, immediate completion is assumed.","mParameters":"type: map, description: Definitions of the preconditions to be checked before execution"}},"onBeforeDelete":{"!description":"This function can be used to intercept the 'Delete' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Delete' action. If you reject the promise, the 'Delete' action is stopped.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(mParameters?: map) -> Promise","parameters":{"mParameters":"type: map, description: Object containing the parameters passed to onBeforeDelete"}},"applyDocument":{"!description":"Submit the current set of changes and navigate back.","!static":false,"!category":"function","!type":"fn(oContext: Object) -> Promise","parameters":{"oContext":"type: object, description: Context of the document"}},"saveDocument":{"!description":"Saves a new document after checking it.","!static":false,"!category":"function","!type":"fn(oContext: Object) -> Promise","parameters":{"oContext":"type: object, description: Context of the editable document"}},"updateDocument":{"!description":"Updates the draft status and displays the error messages if there are errors during an update.","!static":false,"!category":"function","!type":"fn(oContext: Object, oPromise: Object) -> Promise","parameters":{"oPromise":"type: object, description: Promise to determine when the update operation is completed. The promise should be resolved when the update operation is completed, so the draft status can be updated.","oContext":"type: object, description: Context of the updated field"}},"onBeforeSave":{"!description":"This function can be used to intercept the 'Save' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Save' action. If you reject the promise, the 'Save' action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(mParameters?: map) -> Promise","parameters":{"mParameters":"type: map, description: Object containing the parameters passed to onBeforeSave"}}},"sap.fe.core.fpm.Component":{"!description":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n<\/pre>","extend":{"!description":"Creates a new subclass of class sap.fe.core.fpm.Component with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.fe.core.TemplateComponent.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.core.fpm.Component.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getViewName viewName} : string<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.core.TemplateComponent#constructor sap.fe.core.TemplateComponent}\ncan be used as well.","!module":"sap/fe/core/fpm/Component","setViewName":{"!description":"Sets a new value for property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.\n\nWhen called with a value of <code>null<\/code> or <code>undefined<\/code>, the default value of the property will be restored.","!static":false,"!category":"function","!type":"fn(sViewName: String) -> sap.fe.core.fpm.Component","parameters":{"sViewName":"type: string, description: New value for property <code>viewName<\/code>"}},"!helpDescription":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n<\/pre>","!proto":"sap.fe.core.TemplateComponent","getViewName":{"!description":"Gets current value of property {@link #getViewName viewName}.\n\nName of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","!static":false,"!category":"function","!type":"fn() -> String"},"!category":"class"},"sap.fe.core":{"!description":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4.","controllerextensions":"sap.fe.core.controllerextensions","intentBasedNavigation":"sap.fe.core.ExtensionAPI.intentBasedNavigation","fpm":"sap.fe.core.fpm","PageController":"sap.fe.core.PageController_obj","!module":"sap/fe/core/library","!helpDescription":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4.","BaseController":"sap.fe.core.BaseController_obj","AppComponent":"sap.fe.core.AppComponent_obj","!category":"namespace","ExtensionAPI":"sap.fe.core.ExtensionAPI_obj","InitialLoadMode":"sap.fe.core.InitialLoadMode"},"sap.fe.core.controllerextensions.ViewState":{"!description":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","retrieveAdditionalStates":{"!description":"Extend the map of additional states (not control bound) to be added to the current view state of the given view.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(mAdditionalStates: Object)","parameters":{"mAdditionalStates":"type: object, description: The additional state"}},"applyAdditionalStates":{"!description":"Applying additional, not control related, states - is called only if navigation type is iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oViewState: Object, aPromises: Promise)","parameters":{"oViewState":"type: object, description: The current view state","aPromises":"type: Promise, description: Extensible array of promises to be resolved before continuing"}},"onAfterStateApplied":{"!description":"Hook to react when state for given view was applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(aPromises: Promise)","parameters":{"aPromises":"type: Promise, description: Extensible array of promises to be resolved before continuing"}},"!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class","retrieveViewState":{"!description":"Retrieve the view state of this extensions view. When this function is called more than once before finishing, all but the final response will resolve to <code>undefined<\/code>.","!static":false,"!category":"function","!type":"fn() -> Promise"},"applyInitialStateOnly":{"!description":"Defines whether the view state should only be applied once initially.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead}.\n\nImportant: You should only override this method for custom pages and not for the standard ListReportPage and ObjectPage!","!static":false,"!category":"function","!type":"fn() -> Boolean"},"applyViewState":{"!description":"Applies the given view state to this extensions view.","!static":false,"!category":"function","!type":"fn(oViewState: Object, oNavParameter: Object) -> Promise","parameters":{"oViewState":"type: object, description: The view state to apply (can be undefined)","oNavParameter":"type: object, description: The current navigation parameter"}},"!module":"sap/fe/core/controllerextensions/ViewState","!helpDescription":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","adaptControlStateHandler":{"!description":"Customize the <code>retrieve<\/code> and <code>apply<\/code> functions for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oControl: sap.ui.base.ManagedObject, aControlHandler: [Object])","parameters":{"aControlHandler":"type: object[], description: A list of plain objects with two functions: <code>retrieve<\/code> and <code>apply<\/code>","oControl":"type: sap.ui.base.ManagedObject, description: The control to get state handler for"}},"adaptStateControls":{"!description":"This function should add all controls for given view that should be considered for the state handling to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(aCollectedControls: [sap.ui.base.ManagedObject])","parameters":{"aCollectedControls":"type: sap.ui.base.ManagedObject[], description: The collected controls"}},"onBeforeStateApplied":{"!description":"Hook to react before a state for given view is applied.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(aPromises: Promise)","parameters":{"aPromises":"type: Promise, description: Extensible array of promises to be resolved before continuing"}},"adaptBindingRefreshHandler":{"!description":"Customize the <code>refreshBinding<\/code> function for a certain control.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oControl: sap.ui.base.ManagedObject, oControlHandler: [Object])","parameters":{"oControlHandler":"type: object[], description: A plain object which can have one function: <code>refreshBinding<\/code>","oControl":"type: sap.ui.base.ManagedObject, description: The control for which the refresh handler is adapted."}},"adaptBindingRefreshControls":{"!description":"This function should add all controls relevant for refreshing to the provided control array.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(aCollectedControls: [sap.ui.base.ManagedObject])","parameters":{"aCollectedControls":"type: sap.ui.base.ManagedObject[], description: The collected controls"}},"applyNavigationParameters":{"!description":"Apply navigation parameters - is called only if navigation type is not iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","!static":false,"!category":"function","!type":"fn(oNavParameter: Object, aPromises: Promise)","parameters":{"aPromises":"type: Promise, description: Extensible array of promises to be resolved before continuing","oNavParameter":"type: object, description: The current navigation parameter"}},"onRestore":{"!description":"Called when the application is restored due to keep-alive mode.","!static":false,"!category":"function","!type":"fn()"},"onSuspend":{"!description":"Called when the application is suspended due to keep-alive mode.","!static":false,"!category":"function","!type":"fn()"}},"sap":{"sap":"sap","!category":"namespace","fe":"sap.fe"},"sap.fe.core.controllerextensions.Share_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.Share"},"sap.fe.core.InitialLoadMode":{"!description":"Possible initial load (first app startup) modes for a ListReport.","Auto":{"!description":"Data will be loaded initially if filters are set.","!category":"enum","!type":"String"},"!module":"sap/fe/core/library","Enabled":{"!description":"Data will be loaded initially.","!category":"enum","!type":"String"},"!category":"static class","Disabled":{"!description":"Data will not be loaded initially.","!category":"enum","!type":"String"}},"sap.fe.core.AppComponent":{"!description":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","extend":{"!description":"Creates a new subclass of class sap.fe.core.AppComponent with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.UIComponent.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getRouterProxy":{"!description":"Get a reference to the RouterProxy.","!static":false,"!category":"function","!type":"fn() -> oObject"},"!constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n\nThis class does not have its own settings, but all settings applicable to the base type\n{@link sap.ui.core.UIComponent#constructor sap.ui.core.UIComponent} can be used.","getRootViewController":{"!description":"Get a reference to the nav/FCL Controller.","!static":false,"!category":"function","!type":"fn() -> oObject"},"!module":"sap/fe/core/AppComponent","!helpDescription":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","!proto":"sap.ui.core.UIComponent","!category":"class","getRootContainer":{"!description":"Get the NavContainer control or the FCL control.","!static":false,"!category":"function","!type":"fn() -> oObject"},"getAppStateHandler":{"!description":"Get a reference to the AppStateHandler.","!static":false,"!category":"function","!type":"fn() -> oObject"}},"sap.fe.core.controllerextensions.IntentBasedNavigation_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.IntentBasedNavigation"},"sap.fe.core.controllerextensions.Routing_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.Routing"},"sap.fe.core.controllerextensions.Share":{"!description":"A controller extension offering hooks into the Share functionalities of the application","adaptShareMetadata":{"!description":"Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'.","!static":false,"!category":"function","!type":"fn(oShareMetadata: Object) -> Object | Promise<object>","parameters":{"oShareMetadata":"type: object, description: Object containing the share metadata."}},"openShareSheet":{"!description":"Opens the share sheet.","!static":false,"!category":"function","!type":"fn(oControl: Object)","parameters":{"oControl":"type: object, description: The control to which the ActionSheet is opened."}},"!module":"sap/fe/core/controllerextensions/Share","!helpDescription":"A controller extension offering hooks into the Share functionalities of the application","!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class"},"sap.fe.core.PageController_obj":{"!type":"fn()","prototype":"sap.fe.core.PageController"},"sap.fe.core.fpm.Component_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.fpm.Component with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.fe.core.TemplateComponent.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.fpm.Component"},"sap.fe.core.controllerextensions.IntentBasedNavigation":{"!description":"Controller extension providing hooks for intent-based navigation","adaptNavigationContext":{"!description":"Provides a hook to customize the {@link sap.fe.navigation.SelectionVariant} related to the intent-based navigation.","!static":false,"!category":"function","!type":"fn(oSelectionVariant: sap.fe.navigation.SelectionVariant, oNavigationInfo: Object)","parameters":{"oSelectionVariant":"type: sap.fe.navigation.SelectionVariant, description: SelectionVariant provided by SAP Fiori elements.","oNavigationInfo":"type: object, description: Object containing intent-based navigation-related info"}},"!module":"sap/fe/core/controllerextensions/IntentBasedNavigation","!helpDescription":"Controller extension providing hooks for intent-based navigation","!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class"},"sap.fe.core.controllerextensions.MessageHandler":{"!description":"A controller extension offering message handling.","showMessageDialog":{"!description":"Shows a message dialog with transition messages if there are any. The message dialog is shown as a modal dialog. Once the user confirms the dialog, all transition messages are removed from the message model. If there is more than one message, a list of messages is shown. The user can filter on message types and can display details as well as the long text. If there is one message, the dialog immediately shows the details of the message. If there is just one success message, a message toast is shown instead.","!static":false,"!category":"function","!type":"fn() -> Promise"},"!module":"sap/fe/core/controllerextensions/MessageHandler","!helpDescription":"A controller extension offering message handling.","!proto":"sap.ui.core.mvc.ControllerExtension","!category":"class"},"sap.fe.core.controllerextensions.Paginator_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.core.controllerextensions.Paginator with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.core.controllerextensions.Paginator"},"sap.fe.core.controllerextensions.MessageHandler_obj":{"!type":"fn()","prototype":"sap.fe.core.controllerextensions.MessageHandler"},"sap.fe.core.ExtensionAPI_obj":{"!type":"fn()","prototype":"sap.fe.core.ExtensionAPI"}}}
|
package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.jstemplates.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"Templates":[{"template":"loadFragment(\n\t{\n\t\tid: \"${id}\", // string\n\t\tname: \"${name}\", // string\n\t\tcontroller: ${controller}, // object\n\t\tcontextPath: \"${contextPath}\", // string\n\t\tinitialBindingContext: ${initialBindingContext} // sap.ui.model.Context\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.ExtensionAPI.loadFragment","description":"loadFragment(mSettings) : Promise<(Element[]|sap.ui.core.Element[])>","helpDescription":"Load a fragment and go through the template preprocessor with the current page context.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"cancelDocument(\n\t\"${oContext}\", // object\n\t{\n\t\tcontrol: ${control} // object\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.cancelDocument","description":"cancelDocument(oContext, mParameters?) : Promise","helpDescription":"Discard the editable document.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"deleteDocument(\n\t\"${oContext}\", // object\n\t{\n\t\ttitle: \"${title}\", // string\n\t\tdescription: \"${description}\" // string\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.deleteDocument","description":"deleteDocument(oContext, mParameters?) : Promise","helpDescription":"Deletes the document.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"invokeAction(\n\t\"${sActionName}\", // string\n\t{\n\t\tcontexts: ${contexts}, // sap.ui.model.odata.v4.Context\n\t\tmodel: ${model}, // sap.ui.model.odata.v4.ODataModel\n\t\trequiresNavigation: ${bRequiresNavigation}, // boolean\n\t\tlabel: \"${label}\" // string\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.invokeAction","description":"invokeAction(sActionName, mParameters?) : Promise","helpDescription":"Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and show the updated data upon navigation.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"securedExecution(\n\t\"${fnFunction}\", // function\n\t{\n\t\tbusy: ${busy}, // object\n\t\tupdatesDocument: ${bUpdatesDocument} // boolean\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.securedExecution","description":"securedExecution(fnFunction, mParameters?) : Promise","helpDescription":"Secured execution of the given function. Ensures that the function is only executed when certain conditions are fulfilled.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"adaptNavigationContext(\n\t\"${oSelectionVariant}\", // sap.fe.navigation.SelectionVariant\n\t{\n\t\tsemanticObject: \"${semanticObject}\", // string\n\t\taction: \"${action}\" // string\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.IntentBasedNavigation.adaptNavigationContext","description":"adaptNavigationContext(oSelectionVariant, oNavigationInfo)","helpDescription":"Provides a hook to customize the {@link sap.fe.navigation.SelectionVariant} related to the intent-based navigation.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"onBeforeNavigation(\n\t{\n\t\tbindingContext: ${bindingContext} // sap.ui.model.odata.v4.Context\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.Routing.onBeforeNavigation","description":"onBeforeNavigation(mNavigationParameters) : boolean","helpDescription":"This function can be used to intercept the routing event happening during the normal process of navigating from one page to another.\n\nIf declared as an extension, it allows you to intercept and change the normal navigation flow. If you decide to do your own navigation processing, you can return `true` to prevent the default routing behavior.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"adaptShareMetadata(\n\t{\n\t\turl: \"${url}\", // string\n\t\ttitle: \"${title}\", // string\n\t\temail: ${email}, // object\n\t\tjam: ${jam}, // object\n\t\ttile: ${tile} // object\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.Share.adaptShareMetadata","description":"adaptShareMetadata(oShareMetadata) : object|Promise<object>","helpDescription":"Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"applyNavigationParameters(\n\t{\n\t\tnavigationType: ${navigationType}, // sap.fe.navigation.NavType\n\t\tselectionVariant: ${selectionVariant}, // object\n\t\tselectionVariantDefaults: ${selectionVariantDefaults}, // object\n\t\trequiresStandardVariant: ${bRequiresStandardVariant} // boolean\n\t},\n\t\"${aPromises}\" // Promise\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.ViewState.applyNavigationParameters","description":"applyNavigationParameters(oNavParameter, aPromises)","helpDescription":"Apply navigation parameters - is called only if navigation type is not iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"applyViewState(\n\t\"${oViewState}\", // object\n\t{\n\t\tnavigationType: ${navigationType}, // sap.fe.navigation.NavType\n\t\tselectionVariant: ${selectionVariant}, // object\n\t\tselectionVariantDefaults: ${selectionVariantDefaults}, // object\n\t\trequiresStandardVariant: ${bRequiresStandardVariant} // boolean\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.ViewState.applyViewState","description":"applyViewState(oViewState, oNavParameter) : Promise","helpDescription":"Applies the given view state to this extensions view.","category":"method","DeprecatedInfo":{"isDeprecated":false}}],"!version":"1.21.1"}
|
|
1
|
+
{"Templates":[{"template":"loadFragment(\n\t{\n\t\tid: \"${id}\", // string\n\t\tname: \"${name}\", // string\n\t\tcontroller: ${controller}, // object\n\t\tcontextPath: \"${contextPath}\", // string\n\t\tinitialBindingContext: ${initialBindingContext} // sap.ui.model.Context\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.ExtensionAPI.loadFragment","description":"loadFragment(mSettings) : Promise<(Element[]|sap.ui.core.Element[])>","helpDescription":"Load a fragment and go through the template preprocessor with the current page context.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"cancelDocument(\n\t\"${oContext}\", // object\n\t{\n\t\tcontrol: ${control}, // object\n\t\tskipDiscardPopover: ${bSkipDiscardPopover} // boolean\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.cancelDocument","description":"cancelDocument(oContext, mParameters) : Promise","helpDescription":"Discard the editable document.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"createDocument(\n\t\"${vListBinding}\", // sap.ui.model.odata.v4.ODataListBinding|string\n\t{\n\t\tcreationMode: \"${creationMode}\", // string\n\t\toutbound: \"${outbound}\", // string\n\t\tcreateAtEnd: ${bCreateAtEnd} // boolean\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.createDocument","description":"createDocument(vListBinding, mParameters) : Promise","helpDescription":"Creates a new document.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"deleteDocument(\n\t\"${oContext}\", // object\n\t{\n\t\ttitle: \"${title}\", // string\n\t\tdescription: \"${description}\" // string\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.deleteDocument","description":"deleteDocument(oContext, mParameters) : Promise","helpDescription":"Deletes the document.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"editDocument(\n\t\"${oContext}\", // object\n\t{\n\t\tprepareOnEdit: ${bPrepareOnEdit} // boolean\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.editDocument","description":"editDocument(oContext, mParameters?) : Promise","helpDescription":"Creates a draft document for an existing active document.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"invokeAction(\n\t\"${sActionName}\", // string\n\t{\n\t\tcontexts: ${contexts}, // sap.ui.model.odata.v4.Context\n\t\tmodel: ${model}, // sap.ui.model.odata.v4.ODataModel\n\t\trequiresNavigation: ${bRequiresNavigation}, // boolean\n\t\tlabel: \"${label}\", // string\n\t\tinvocationGrouping: \"${invocationGrouping}\" // string\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.invokeAction","description":"invokeAction(sActionName, mParameters?) : Promise","helpDescription":"Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and show the updated data upon navigation.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"onBeforeCreate(\n\t{\n\t\tcontextPath: \"${contextPath}\" // string\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.onBeforeCreate","description":"onBeforeCreate(mParameters?) : Promise","helpDescription":"This function can be used to intercept the 'Create' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Create' action. If you reject the promise, the 'Create' action is stopped.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"onBeforeDelete(\n\t{\n\t\tcontexts: ${contexts} // Array\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.onBeforeDelete","description":"onBeforeDelete(mParameters?) : Promise","helpDescription":"This function can be used to intercept the 'Delete' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Delete' action. If you reject the promise, the 'Delete' action is stopped.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"onBeforeDiscard(\n\t{\n\t\tcontext: ${context} // sap.ui.model.odata.v4.Context\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.onBeforeDiscard","description":"onBeforeDiscard(mParameters?) : Promise","helpDescription":"This function can be used to intercept the 'Discard' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Discard' action. If you reject the promise, the 'Discard' action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"onBeforeEdit(\n\t{\n\t\tcontext: ${context} // sap.ui.model.odata.v4.Context\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.onBeforeEdit","description":"onBeforeEdit(mParameters?) : Promise","helpDescription":"This function can be used to intercept the 'Edit' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Edit' action. If you reject the promise, the 'Edit' action is stopped and the user stays in display mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"onBeforeSave(\n\t{\n\t\tcontext: ${context} // sap.ui.model.odata.v4.Context\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.onBeforeSave","description":"onBeforeSave(mParameters?) : Promise","helpDescription":"This function can be used to intercept the 'Save' action. You can execute custom coding in this function. The framework waits for the returned promise to be resolved before continuing the 'Save' action. If you reject the promise, the 'Save' action is stopped and the user stays in edit mode.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"securedExecution(\n\t\"${fnFunction}\", // function\n\t{\n\t\tbusy: ${busy}, // object\n\t\tupdatesDocument: ${bUpdatesDocument} // boolean\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.EditFlow.securedExecution","description":"securedExecution(fnFunction, mParameters?) : Promise","helpDescription":"Secured execution of the given function. Ensures that the function is only executed when certain conditions are fulfilled.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"adaptNavigationContext(\n\t\"${oSelectionVariant}\", // sap.fe.navigation.SelectionVariant\n\t{\n\t\tsemanticObject: \"${semanticObject}\", // string\n\t\taction: \"${action}\" // string\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.IntentBasedNavigation.adaptNavigationContext","description":"adaptNavigationContext(oSelectionVariant, oNavigationInfo)","helpDescription":"Provides a hook to customize the {@link sap.fe.navigation.SelectionVariant} related to the intent-based navigation.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"onBeforeNavigation(\n\t{\n\t\tbindingContext: ${bindingContext} // sap.ui.model.odata.v4.Context\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.Routing.onBeforeNavigation","description":"onBeforeNavigation(mNavigationParameters) : boolean","helpDescription":"This function can be used to intercept the routing event happening during the normal process of navigating from one page to another.\n\nIf declared as an extension, it allows you to intercept and change the normal navigation flow. If you decide to do your own navigation processing, you can return `true` to prevent the default routing behavior.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"adaptShareMetadata(\n\t{\n\t\turl: \"${url}\", // string\n\t\ttitle: \"${title}\", // string\n\t\temail: ${email}, // object\n\t\tjam: ${jam}, // object\n\t\ttile: ${tile} // object\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.Share.adaptShareMetadata","description":"adaptShareMetadata(oShareMetadata) : object|Promise<object>","helpDescription":"Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as Tile'.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"applyNavigationParameters(\n\t{\n\t\tnavigationType: ${navigationType}, // sap.fe.navigation.NavType\n\t\tselectionVariant: ${selectionVariant}, // object\n\t\tselectionVariantDefaults: ${selectionVariantDefaults}, // object\n\t\trequiresStandardVariant: ${bRequiresStandardVariant} // boolean\n\t},\n\t\"${aPromises}\" // Promise\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.ViewState.applyNavigationParameters","description":"applyNavigationParameters(oNavParameter, aPromises)","helpDescription":"Apply navigation parameters - is called only if navigation type is not iAppState.\n\nThis function is meant to be individually overridden by consuming controllers, but not to be called directly. The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After}.","category":"method","DeprecatedInfo":{"isDeprecated":false}},{"template":"applyViewState(\n\t\"${oViewState}\", // object\n\t{\n\t\tnavigationType: ${navigationType}, // sap.fe.navigation.NavType\n\t\tselectionVariant: ${selectionVariant}, // object\n\t\tselectionVariantDefaults: ${selectionVariantDefaults}, // object\n\t\trequiresStandardVariant: ${bRequiresStandardVariant} // boolean\n\t}\n)\n","Deprecated":false,"prefix":"^withoutprefix","Experimental":false,"name":"sap.fe.core.controllerextensions.ViewState.applyViewState","description":"applyViewState(oViewState, oNavParameter) : Promise","helpDescription":"Applies the given view state to this extensions view.","category":"method","DeprecatedInfo":{"isDeprecated":false}}],"!version":"1.21.1"}
|
package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.xmlmeta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"enums":{"sap.fe.core.InitialLoadMode":{"Auto":{"Deprecated":false,"Experimental":false,"description":"Data will be loaded initially if filters are set.","helpDescription":"Data will be loaded initially if filters are set.","DeprecatedInfo":{"isDeprecated":false},"value":"Auto"},"Enabled":{"Deprecated":false,"Experimental":false,"description":"Data will be loaded initially.","helpDescription":"Data will be loaded initially.","DeprecatedInfo":{"isDeprecated":false},"value":"Enabled"},"Disabled":{"Deprecated":false,"Experimental":false,"description":"Data will not be loaded initially.","helpDescription":"Data will not be loaded initially.","DeprecatedInfo":{"isDeprecated":false},"value":"Disabled"}}},"metadatas":{"sap.fe.core.PageController":{"extend":"sap.fe.core.BaseController","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/PageController","description":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","helpDescription":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core":{"filetype":"library","types":["sap.fe.core.InitialLoadMode"],"typesWithClasses":["sap.fe.core.controllerextensions","sap.fe.core.fpm"],"module":"sap/fe/core/library","name":"sap.fe.core","description":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4.","helpDescription":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4.","version":"1.97.0"},"sap.fe.core.controllerextensions.ViewState":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/ViewState","description":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","helpDescription":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap":{"filetype":"library","types":["sap.fe"],"name":"sap","version":"1.97.0"},"sap.fe.core.controllerextensions.Routing":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/Routing","description":"A controller extension offering hooks into the routing flow of the application","helpDescription":"A controller extension offering hooks into the routing flow of the application","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.AppComponent":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/core/AppComponent","description":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n\nThis class does not have its own settings, but all settings applicable to the base type\n{@link sap.ui.core.UIComponent#constructor sap.ui.core.UIComponent} can be used.","extend":"sap.ui.core.UIComponent","Deprecated":false,"helpDescription":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{"rootControl":{"method":"#getRootControl,destroyRootControl,setRootControl","Deprecated":false,"Experimental":false,"multiple":"false","description":"The root control of the UIComponent.\n\nThe root control should be created inside the function {@link sap.ui.core.UIComponent#createContent}.","fullName":"sap.fe.core.AppComponent#rootControl","helpDescription":"The root control of the UIComponent.\n\nThe root control should be created inside the function {@link sap.ui.core.UIComponent#createContent}.","type":"sap.ui.core.Control","DeprecatedInfo":{"isDeprecated":false}}},"properties":{"models":{"defaultValue":{},"description":"A map of model instances to which the object should be attached. The models are keyed by their model name. For the default model, String(undefined) is expected.","fullName":"sap.fe.core.AppComponent#models","type":"object"},"objectBindings":{"defaultValue":{},"description":"A map of model instances to which the object should be attached. The models are keyed by their model name. For the default model, String(undefined) is expected.","fullName":"sap.fe.core.AppComponent#objectBindings","type":"object"},"componentData":{"defaultValue":"","fullName":"sap.fe.core.AppComponent#componentData","type":"any"},"id":{"defaultValue":"","description":"Unique ID of this instance. If not given, a so called autoID will be generated by the framework. AutoIDs use a unique prefix that must not be used for Ids that the application (or other code) creates. It can be configured option 'autoIDPrefix', see {@link sap.ui.core.Configuration}.","fullName":"sap.fe.core.AppComponent#id","type":"sap.ui.core.ID"},"bindingContexts":{"defaultValue":{},"description":"A map of model instances to which the object should be attached. The models are keyed by their model name. For the default model, String(undefined) is expected.","fullName":"sap.fe.core.AppComponent#bindingContexts","type":"object"},"metadataContexts":{"defaultValue":{},"description":"A map of model instances to which the object should be attached. The models are keyed by their model name. For the default model, String(undefined) is expected. The special setting is only for internal use.","fullName":"sap.fe.core.AppComponent#metadataContexts","type":"object"}},"events":{"formatError":{"method":"sap.fe.core.AppComponent#event:formatError","Deprecated":false,"Experimental":false,"name":"formatError","description":"Fired when a new value for a bound property should have been propagated from the model, but formatting the value failed with an exception.","fullName":"sap.fe.core.AppComponent#formatError","helpDescription":"Fired when a new value for a bound property should have been propagated from the model, but formatting the value failed with an exception.","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}},"parseError":{"method":"sap.fe.core.AppComponent#event:parseError","Deprecated":false,"Experimental":false,"name":"parseError","description":"Fired when a new value for a bound property should have been propagated to the model, but parsing the value failed with an exception.","fullName":"sap.fe.core.AppComponent#parseError","helpDescription":"Fired when a new value for a bound property should have been propagated to the model, but parsing the value failed with an exception.","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}},"validationSuccess":{"method":"sap.fe.core.AppComponent#event:validationSuccess","Deprecated":false,"Experimental":false,"name":"validationSuccess","description":"Fired after a new value for a bound property has been propagated to the model. Only fired, when the binding uses a data type.","fullName":"sap.fe.core.AppComponent#validationSuccess","helpDescription":"Fired after a new value for a bound property has been propagated to the model. Only fired, when the binding uses a data type.","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}},"modelContextChange":{"method":"sap.fe.core.AppComponent#event:modelContextChange","Deprecated":false,"Experimental":false,"name":"modelContextChange","description":"Fired when models or contexts are changed on this object (either by calling setModel/setBindingContext or due to propagation)","fullName":"sap.fe.core.AppComponent#modelContextChange","helpDescription":"Fired when models or contexts are changed on this object (either by calling setModel/setBindingContext or due to propagation)","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}},"validationError":{"method":"sap.fe.core.AppComponent#event:validationError","Deprecated":false,"Experimental":false,"name":"validationError","description":"Fired when a new value for a bound property should have been propagated to the model, but validating the value failed with an exception.","fullName":"sap.fe.core.AppComponent#validationError","helpDescription":"Fired when a new value for a bound property should have been propagated to the model, but validating the value failed with an exception.","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}}}},"sap.fe.core.controllerextensions.Paginator":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/Paginator","description":"Controller extension providing hooks for the navigation using paginators","helpDescription":"Controller extension providing hooks for the navigation using paginators","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.BaseController":{"extend":"sap.ui.core.mvc.Controller","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/BaseController","description":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","helpDescription":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.controllerextensions.Share":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/Share","description":"A controller extension offering hooks into the Share functionalities of the application","helpDescription":"A controller extension offering hooks into the Share functionalities of the application","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.controllerextensions.IntentBasedNavigation":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/IntentBasedNavigation","description":"Controller extension providing hooks for intent-based navigation","helpDescription":"Controller extension providing hooks for intent-based navigation","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.controllerextensions.MessageHandler":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/MessageHandler","description":"A controller extension offering message handling.","helpDescription":"A controller extension offering message handling.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.ExtensionAPI":{"associations":{"routing":{"method":"#getRouting,setRouting","Deprecated":false,"Experimental":false,"multiple":"false","description":"A controller extension offering hooks into the routing flow of the application.","fullName":"sap.fe.core.ExtensionAPI#routing","helpDescription":"A controller extension offering hooks into the routing flow of the application.","type":"sap.fe.core.controllerextensions.Routing","DeprecatedInfo":{"isDeprecated":false}},"editFlow":{"method":"#getEditFlow,setEditFlow","Deprecated":false,"Experimental":false,"multiple":"false","description":"A controller extension offering hooks into the edit flow of the application.","fullName":"sap.fe.core.ExtensionAPI#editFlow","helpDescription":"A controller extension offering hooks into the edit flow of the application.","type":"sap.fe.core.controllerextensions.EditFlow","DeprecatedInfo":{"isDeprecated":false}}},"filetype":"class","Experimental":false,"module":"sap/fe/core/ExtensionAPI","description":"Common Extension API for all pages of SAP Fiori elements for OData V4.","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Associations\n<ul>\n<li>{@link #getEditFlow editFlow} : (sap.ui.core.ID | sap.fe.core.controllerextensions.EditFlow)<\/li>\n<li>{@link #getRouting routing} : (sap.ui.core.ID | sap.fe.core.controllerextensions.Routing)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.ui.base.Object#constructor sap.ui.base.Object}\ncan be used as well.","extend":"sap.ui.base.Object","Deprecated":false,"helpDescription":"Common Extension API for all pages of SAP Fiori elements for OData V4.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.controllerextensions.EditFlow":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/EditFlow","description":"A controller extension offering hooks into the edit flow of the application","helpDescription":"A controller extension offering hooks into the edit flow of the application","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.fpm.Component":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/core/fpm/Component","description":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n<\/pre>","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getViewName viewName} : string<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.core.TemplateComponent#constructor sap.fe.core.TemplateComponent}\ncan be used as well.","extend":"sap.fe.core.TemplateComponent","Deprecated":false,"helpDescription":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n<\/pre>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{"viewName":{"method":"#getViewName,setViewName","Deprecated":false,"Experimental":false,"description":"Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","fullName":"sap.fe.core.fpm.Component#viewName","helpDescription":"Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","type":"string","DeprecatedInfo":{"isDeprecated":false}}},"events":{}}},"!version":"1.21.1"}
|
|
1
|
+
{"enums":{"sap.fe.core.InitialLoadMode":{"Auto":{"Deprecated":false,"Experimental":false,"description":"Data will be loaded initially if filters are set.","helpDescription":"Data will be loaded initially if filters are set.","DeprecatedInfo":{"isDeprecated":false},"value":"Auto"},"Enabled":{"Deprecated":false,"Experimental":false,"description":"Data will be loaded initially.","helpDescription":"Data will be loaded initially.","DeprecatedInfo":{"isDeprecated":false},"value":"Enabled"},"Disabled":{"Deprecated":false,"Experimental":false,"description":"Data will not be loaded initially.","helpDescription":"Data will not be loaded initially.","DeprecatedInfo":{"isDeprecated":false},"value":"Disabled"}}},"metadatas":{"sap.fe.core.PageController":{"extend":"sap.fe.core.BaseController","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/PageController","description":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","helpDescription":"Base controller class for your custom page used inside an SAP Fiori elements application.\n\nThis controller provides preconfigured extensions that will ensure you have the basic functionalities required to use the building blocks.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core":{"filetype":"library","types":["sap.fe.core.InitialLoadMode"],"typesWithClasses":["sap.fe.core.controllerextensions","sap.fe.core.fpm"],"module":"sap/fe/core/library","name":"sap.fe.core","description":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4.","helpDescription":"Library providing the core functionality of the runtime for SAP Fiori elements for OData V4.","version":"1.98.0"},"sap.fe.core.controllerextensions.ViewState":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/ViewState","description":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","helpDescription":"A controller extension offering hooks for state handling\n\nIf you need to maintain a specific state for your application, you can use the controller extension.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap":{"filetype":"library","types":["sap.fe"],"name":"sap","version":"1.98.0"},"sap.fe.core.controllerextensions.Routing":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/Routing","description":"A controller extension offering hooks into the routing flow of the application","helpDescription":"A controller extension offering hooks into the routing flow of the application","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.AppComponent":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/core/AppComponent","description":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n\nThis class does not have its own settings, but all settings applicable to the base type\n{@link sap.ui.core.UIComponent#constructor sap.ui.core.UIComponent} can be used.","extend":"sap.ui.core.UIComponent","Deprecated":false,"helpDescription":"Main class for components used for an application in SAP Fiori elements.\n\nApplication developers using the templates and building blocks provided by SAP Fiori elements should create their apps by extending this component. This ensures that all the necessary services that you need for the building blocks and templates to work properly are started.\n\nWhen you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori elements provides two options: <br/> - sap.fe.templates.RootContainer.view.NavContainer when using sap.m.routing.Router <br/> - sap.fe.templates.RootContainer.view.Fcl when using sap.f.routing.Router (FCL use case) <br/>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{"rootControl":{"method":"#getRootControl,destroyRootControl,setRootControl","Deprecated":false,"Experimental":false,"multiple":"false","description":"The root control of the UIComponent.\n\nThe root control should be created inside the function {@link sap.ui.core.UIComponent#createContent}.","fullName":"sap.fe.core.AppComponent#rootControl","helpDescription":"The root control of the UIComponent.\n\nThe root control should be created inside the function {@link sap.ui.core.UIComponent#createContent}.","type":"sap.ui.core.Control","DeprecatedInfo":{"isDeprecated":false}}},"properties":{"models":{"defaultValue":{},"description":"A map of model instances to which the object should be attached. The models are keyed by their model name. For the default model, String(undefined) is expected.","fullName":"sap.fe.core.AppComponent#models","type":"object"},"objectBindings":{"defaultValue":{},"description":"A map of model instances to which the object should be attached. The models are keyed by their model name. For the default model, String(undefined) is expected.","fullName":"sap.fe.core.AppComponent#objectBindings","type":"object"},"componentData":{"defaultValue":"","fullName":"sap.fe.core.AppComponent#componentData","type":"any"},"id":{"defaultValue":"","description":"Unique ID of this instance. If not given, a so called autoID will be generated by the framework. AutoIDs use a unique prefix that must not be used for Ids that the application (or other code) creates. It can be configured option 'autoIDPrefix', see {@link sap.ui.core.Configuration}.","fullName":"sap.fe.core.AppComponent#id","type":"sap.ui.core.ID"},"bindingContexts":{"defaultValue":{},"description":"A map of model instances to which the object should be attached. The models are keyed by their model name. For the default model, String(undefined) is expected.","fullName":"sap.fe.core.AppComponent#bindingContexts","type":"object"},"metadataContexts":{"defaultValue":{},"description":"A map of model instances to which the object should be attached. The models are keyed by their model name. For the default model, String(undefined) is expected. The special setting is only for internal use.","fullName":"sap.fe.core.AppComponent#metadataContexts","type":"object"}},"events":{"formatError":{"method":"sap.fe.core.AppComponent#event:formatError","Deprecated":false,"Experimental":false,"name":"formatError","description":"Fired when a new value for a bound property should have been propagated from the model, but formatting the value failed with an exception.","fullName":"sap.fe.core.AppComponent#formatError","helpDescription":"Fired when a new value for a bound property should have been propagated from the model, but formatting the value failed with an exception.","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}},"parseError":{"method":"sap.fe.core.AppComponent#event:parseError","Deprecated":false,"Experimental":false,"name":"parseError","description":"Fired when a new value for a bound property should have been propagated to the model, but parsing the value failed with an exception.","fullName":"sap.fe.core.AppComponent#parseError","helpDescription":"Fired when a new value for a bound property should have been propagated to the model, but parsing the value failed with an exception.","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}},"validationSuccess":{"method":"sap.fe.core.AppComponent#event:validationSuccess","Deprecated":false,"Experimental":false,"name":"validationSuccess","description":"Fired after a new value for a bound property has been propagated to the model. Only fired, when the binding uses a data type.","fullName":"sap.fe.core.AppComponent#validationSuccess","helpDescription":"Fired after a new value for a bound property has been propagated to the model. Only fired, when the binding uses a data type.","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}},"modelContextChange":{"method":"sap.fe.core.AppComponent#event:modelContextChange","Deprecated":false,"Experimental":false,"name":"modelContextChange","description":"Fired when models or contexts are changed on this object (either by calling setModel/setBindingContext or due to propagation)","fullName":"sap.fe.core.AppComponent#modelContextChange","helpDescription":"Fired when models or contexts are changed on this object (either by calling setModel/setBindingContext or due to propagation)","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}},"validationError":{"method":"sap.fe.core.AppComponent#event:validationError","Deprecated":false,"Experimental":false,"name":"validationError","description":"Fired when a new value for a bound property should have been propagated to the model, but validating the value failed with an exception.","fullName":"sap.fe.core.AppComponent#validationError","helpDescription":"Fired when a new value for a bound property should have been propagated to the model, but validating the value failed with an exception.","type":"fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]","DeprecatedInfo":{"isDeprecated":false}}}},"sap.fe.core.controllerextensions.Paginator":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/Paginator","description":"Controller extension providing hooks for the navigation using paginators","helpDescription":"Controller extension providing hooks for the navigation using paginators","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.BaseController":{"extend":"sap.ui.core.mvc.Controller","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/BaseController","description":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","helpDescription":"Internal base controller class for SAP Fiori elements application.\n\nIf you want to extend a base controller for your custom page, please use for sap.fe.core.PageController.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.controllerextensions.Share":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/Share","description":"A controller extension offering hooks into the Share functionalities of the application","helpDescription":"A controller extension offering hooks into the Share functionalities of the application","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.controllerextensions.IntentBasedNavigation":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/IntentBasedNavigation","description":"Controller extension providing hooks for intent-based navigation","helpDescription":"Controller extension providing hooks for intent-based navigation","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.controllerextensions.MessageHandler":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/MessageHandler","description":"A controller extension offering message handling.","helpDescription":"A controller extension offering message handling.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.ExtensionAPI":{"associations":{"routing":{"method":"#getRouting,setRouting","Deprecated":false,"Experimental":false,"multiple":"false","description":"A controller extension offering hooks into the routing flow of the application.","fullName":"sap.fe.core.ExtensionAPI#routing","helpDescription":"A controller extension offering hooks into the routing flow of the application.","type":"sap.fe.core.controllerextensions.Routing","DeprecatedInfo":{"isDeprecated":false}},"editFlow":{"method":"#getEditFlow,setEditFlow","Deprecated":false,"Experimental":false,"multiple":"false","description":"A controller extension offering hooks into the edit flow of the application.","fullName":"sap.fe.core.ExtensionAPI#editFlow","helpDescription":"A controller extension offering hooks into the edit flow of the application.","type":"sap.fe.core.controllerextensions.EditFlow","DeprecatedInfo":{"isDeprecated":false}}},"filetype":"class","Experimental":false,"module":"sap/fe/core/ExtensionAPI","description":"Common Extension API for all pages of SAP Fiori elements for OData V4.","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Associations\n<ul>\n<li>{@link #getEditFlow editFlow} : (sap.ui.core.ID | sap.fe.core.controllerextensions.EditFlow)<\/li>\n<li>{@link #getRouting routing} : (sap.ui.core.ID | sap.fe.core.controllerextensions.Routing)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.ui.base.Object#constructor sap.ui.base.Object}\ncan be used as well.","extend":"sap.ui.base.Object","Deprecated":false,"helpDescription":"Common Extension API for all pages of SAP Fiori elements for OData V4.","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.controllerextensions.EditFlow":{"extend":"sap.ui.core.mvc.ControllerExtension","associations":{},"filetype":"class","Deprecated":false,"Experimental":false,"module":"sap/fe/core/controllerextensions/EditFlow","description":"A controller extension offering hooks into the edit flow of the application","helpDescription":"A controller extension offering hooks into the edit flow of the application","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{},"events":{}},"sap.fe.core.fpm.Component":{"associations":{},"filetype":"class","Experimental":false,"module":"sap/fe/core/fpm/Component","description":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n<\/pre>","constructorDescription":"Accepts an object literal <code>mSettings<\/code> that defines initial\nproperty values, aggregated and associated objects as well as event handlers.\nSee {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object.\n<\/p><p>\nThe supported settings are:\n<ul>\n<li>Properties\n<ul>\n<li>{@link #getViewName viewName} : string<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\nIn addition, all settings applicable to the base type {@link sap.fe.core.TemplateComponent#constructor sap.fe.core.TemplateComponent}\ncan be used as well.","extend":"sap.fe.core.TemplateComponent","Deprecated":false,"helpDescription":"Component that can be used as a wrapper component for custom pages.\n\nThe component can be used in case you want to use SAP Fiori elements Building Blocks or XML template constructions. You can either extend the component and set the viewName and contextPath within your code or you can use it to wrap your custom XML view directly the manifest when you define your custom page under sapui5/routing/targets:\n\n<pre>\n\"myCustomPage\": {\n\t\"type\": \"Component\",\n\t\"id\": \"myCustomPage\",\n\t\"name\": \"sap.fe.core.fpm\",\n\t\"title\": \"My Custom Page\",\n\t\"options\": {\n\t\t\"settings\": {\n\t\t\t\"viewName\": \"myNamespace.myView\",\n\t\t\t\"contextPath\": \"/MyEntitySet\"\n\t\t\t}\n\t\t}\n\t}\n<\/pre>","DeprecatedInfo":{"isDeprecated":false},"aggregations":{},"properties":{"viewName":{"method":"#getViewName,setViewName","Deprecated":false,"Experimental":false,"description":"Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","fullName":"sap.fe.core.fpm.Component#viewName","helpDescription":"Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building Blocks and XML template constructions.","type":"string","DeprecatedInfo":{"isDeprecated":false}}},"events":{}}},"!version":"1.21.1"}
|
|
@@ -37,6 +37,11 @@ sap.ui.define(["sap/ui/model/json/JSONModel"], function(JSONModel) {
|
|
|
37
37
|
url: "/topics/controllerExtensions/basicExtensibility/localService/RootEntity.json",
|
|
38
38
|
name: "RootEntity.json",
|
|
39
39
|
key: "RootEntity.json"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
url: "/topics/controllerExtensions/basicExtensibility/localService/ChildEntity.json",
|
|
43
|
+
name: "ChildEntity.json",
|
|
44
|
+
key: "ChildEntity.json"
|
|
40
45
|
}
|
|
41
46
|
]
|
|
42
47
|
},
|
package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/model/CustomElementNavigationModel.js
CHANGED
|
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/model/json/JSONModel"], function(JSONModel) {
|
|
|
15
15
|
{
|
|
16
16
|
key: "customSectionContent",
|
|
17
17
|
title: "Custom Section",
|
|
18
|
-
hash: "
|
|
18
|
+
hash: "#CustomSection-Sample?&/RootEntity('1')",
|
|
19
19
|
experimental: false,
|
|
20
20
|
files: [
|
|
21
21
|
{
|
|
@@ -76,6 +76,49 @@ sap.ui.define(["sap/ui/model/json/JSONModel"], function(JSONModel) {
|
|
|
76
76
|
}
|
|
77
77
|
]
|
|
78
78
|
},
|
|
79
|
+
{
|
|
80
|
+
key: "customSubSectionContent",
|
|
81
|
+
title: "Custom Subsection",
|
|
82
|
+
hash: "/RootEntity('1')",
|
|
83
|
+
experimental: false,
|
|
84
|
+
files: [
|
|
85
|
+
{
|
|
86
|
+
url: "/topics/customElements/customSubSection/customSubSectionContent/manifest.json",
|
|
87
|
+
name: "manifest.json",
|
|
88
|
+
key: "manifest.json"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
url: "/topics/customElements/customSubSection/customSubSectionContent/CustomSubSection1.fragment.xml",
|
|
92
|
+
name: "CustomSubSection1.fragment.xml",
|
|
93
|
+
key: "CustomSubSection1.fragment.xml"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
url: "/topics/customElements/customSubSection/customSubSectionContent/CustomSubSection2.fragment.xml",
|
|
97
|
+
name: "CustomSubSection2.fragment.xml",
|
|
98
|
+
key: "CustomSubSection2.fragment.xml"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
url: "/topics/customElements/customSubSection/customSubSectionContent/CustomSubSection3.fragment.xml",
|
|
102
|
+
name: "CustomSubSection3.fragment.xml",
|
|
103
|
+
key: "CustomSubSection3.fragment.xml"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
url: "/topics/customElements/customSubSection/customSubSectionContent/localService/service.cds",
|
|
107
|
+
name: "service.cds",
|
|
108
|
+
key: "service.cds"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
url: "/topics/customElements/customSubSection/customSubSectionContent/localService/RootEntity.json",
|
|
112
|
+
name: "RootEntity.json",
|
|
113
|
+
key: "RootEntity.json"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
url: "/topics/customElements/customSubSection/customSubSectionContent/localService/ChildEntity.json",
|
|
117
|
+
name: "ChildEntity.json",
|
|
118
|
+
key: "ChildEntity.json"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
79
122
|
{
|
|
80
123
|
key: "customActionContent",
|
|
81
124
|
title: "Custom Action",
|
|
@@ -92,6 +135,11 @@ sap.ui.define(["sap/ui/model/json/JSONModel"], function(JSONModel) {
|
|
|
92
135
|
name: "CustomAction.js",
|
|
93
136
|
key: "CustomAction.js"
|
|
94
137
|
},
|
|
138
|
+
{
|
|
139
|
+
url: "/topics/customElements/customAction/customActionContent/extendOP.controller.js",
|
|
140
|
+
name: "extendOP.controller.js",
|
|
141
|
+
key: "extendOP.controller.js"
|
|
142
|
+
},
|
|
95
143
|
{
|
|
96
144
|
url: "/topics/customElements/customAction/customActionContent/localService/service.cds",
|
|
97
145
|
name: "service.cds",
|
|
@@ -130,6 +178,11 @@ sap.ui.define(["sap/ui/model/json/JSONModel"], function(JSONModel) {
|
|
|
130
178
|
name: "CustomColumnAdaptation.fragment.xml",
|
|
131
179
|
key: "CustomColumnAdaptation.fragment.xml"
|
|
132
180
|
},
|
|
181
|
+
{
|
|
182
|
+
url: "/topics/customElements/customColumn/customColumnContent/CustomColumnBuildingBlockField.fragment.xml",
|
|
183
|
+
name: "CustomColumnBuildingBlockField.fragment.xml",
|
|
184
|
+
key: "CustomColumnBuildingBlockField.fragment.xml"
|
|
185
|
+
},
|
|
133
186
|
{
|
|
134
187
|
url: "/topics/customElements/customColumn/customColumnContent/CustomColumn.js",
|
|
135
188
|
name: "CustomColumn.js",
|
|
@@ -195,15 +248,27 @@ sap.ui.define(["sap/ui/model/json/JSONModel"], function(JSONModel) {
|
|
|
195
248
|
},
|
|
196
249
|
{
|
|
197
250
|
url:
|
|
198
|
-
"/topics/customElements/customHeaderFacet/customHeaderFacetContent/
|
|
199
|
-
name: "
|
|
200
|
-
key: "
|
|
251
|
+
"/topics/customElements/customHeaderFacet/customHeaderFacetContent/CustomHeaderFacetBuildingBlockMicroChart.fragment.xml",
|
|
252
|
+
name: "CustomHeaderFacetBuildingBlockMicroChart.fragment.xml",
|
|
253
|
+
key: "CustomHeaderFacetBuildingBlockMicroChart.fragment.xml"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
url:
|
|
257
|
+
"/topics/customElements/customHeaderFacet/customHeaderFacetContent/CustomHeaderFacetBuildingBlockMicroChartEdit.fragment.xml",
|
|
258
|
+
name: "CustomHeaderFacetBuildingBlockMicroChartEdit.fragment.xml",
|
|
259
|
+
key: "CustomHeaderFacetBuildingBlockMicroChartEdit.fragment.xml"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
url:
|
|
263
|
+
"/topics/customElements/customHeaderFacet/customHeaderFacetContent/CustomHeaderFacetBuildingBlockFormElement.fragment.xml",
|
|
264
|
+
name: "CustomHeaderFacetBuildingBlockFormElement.fragment.xml",
|
|
265
|
+
key: "CustomHeaderFacetBuildingBlockFormElement.fragment.xml"
|
|
201
266
|
},
|
|
202
267
|
{
|
|
203
268
|
url:
|
|
204
|
-
"/topics/customElements/customHeaderFacet/customHeaderFacetContent/
|
|
205
|
-
name: "
|
|
206
|
-
key: "
|
|
269
|
+
"/topics/customElements/customHeaderFacet/customHeaderFacetContent/CustomHeaderFacetBuildingBlockFormElementEdit.fragment.xml",
|
|
270
|
+
name: "CustomHeaderFacetBuildingBlockFormElementEdit.fragment.xml",
|
|
271
|
+
key: "CustomHeaderFacetBuildingBlockFormElementEdit.fragment.xml"
|
|
207
272
|
},
|
|
208
273
|
{
|
|
209
274
|
url: "/topics/customElements/customHeaderFacet/customHeaderFacetContent/localService/service.cds",
|
|
@@ -217,6 +282,39 @@ sap.ui.define(["sap/ui/model/json/JSONModel"], function(JSONModel) {
|
|
|
217
282
|
}
|
|
218
283
|
]
|
|
219
284
|
},
|
|
285
|
+
{
|
|
286
|
+
key: "customFormElementContent",
|
|
287
|
+
title: "Custom Form Element",
|
|
288
|
+
hash: "/RootEntity('1')",
|
|
289
|
+
experimental: false,
|
|
290
|
+
files: [
|
|
291
|
+
{
|
|
292
|
+
url: "/topics/customElements/customFormElement/customFormElementContent/manifest.json",
|
|
293
|
+
name: "manifest.json",
|
|
294
|
+
key: "manifest.json"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
url: "/topics/customElements/customFormElement/customFormElementContent/CustomFormElement1.fragment.xml",
|
|
298
|
+
name: "CustomFormElement1.fragment.xml",
|
|
299
|
+
key: "CustomFormElement1.fragment.xml"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
url: "/topics/customElements/customFormElement/customFormElementContent/CustomFormElement2.fragment.xml",
|
|
303
|
+
name: "CustomFormElement2.fragment.xml",
|
|
304
|
+
key: "CustomFormElement2.fragment.xml"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
url: "/topics/customElements/customFormElement/customFormElementContent/localService/service.cds",
|
|
308
|
+
name: "service.cds",
|
|
309
|
+
key: "service.cds"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
url: "/topics/customElements/customFormElement/customFormElementContent/localService/RootEntity.json",
|
|
313
|
+
name: "RootEntity.json",
|
|
314
|
+
key: "RootEntity.json"
|
|
315
|
+
}
|
|
316
|
+
]
|
|
317
|
+
},
|
|
220
318
|
{
|
|
221
319
|
key: "customFilterContent",
|
|
222
320
|
title: "Custom Filter",
|