@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
package/packages/sap.fe.core/test/sap/fe/core/jest/__snapshots__/TemplateConverter.spec.ts.snap
CHANGED
|
@@ -17403,12 +17403,15 @@ exports[`TemplateConverter UT can generate XML from CDS 1`] = `
|
|
|
17403
17403
|
<Schema Namespace=\\"foo.bar.C\\" xmlns=\\"http://docs.oasis-open.org/odata/ns/edm\\">
|
|
17404
17404
|
<EntityContainer Name=\\"EntityContainer\\">
|
|
17405
17405
|
<EntitySet Name=\\"B\\" EntityType=\\"foo.bar.C.B\\">
|
|
17406
|
-
<NavigationPropertyBinding Path=\\"toA\\" Target=\\"
|
|
17406
|
+
<NavigationPropertyBinding Path=\\"toA\\" Target=\\"A\\"/>
|
|
17407
17407
|
</EntitySet>
|
|
17408
17408
|
<EntitySet Name=\\"C\\" EntityType=\\"foo.bar.C.C\\">
|
|
17409
|
-
<NavigationPropertyBinding Path=\\"toA\\" Target=\\"
|
|
17409
|
+
<NavigationPropertyBinding Path=\\"toA\\" Target=\\"A\\"/>
|
|
17410
|
+
</EntitySet>
|
|
17411
|
+
<EntitySet Name=\\"A\\" EntityType=\\"foo.bar.C.AParameters\\">
|
|
17412
|
+
<NavigationPropertyBinding Path=\\"Set/toA\\" Target=\\"A\\"/>
|
|
17413
|
+
<NavigationPropertyBinding Path=\\"Set/Parameters\\" Target=\\"A\\"/>
|
|
17410
17414
|
</EntitySet>
|
|
17411
|
-
<EntitySet Name=\\"A\\" EntityType=\\"foo.bar.C.AParameters\\"/>
|
|
17412
17415
|
</EntityContainer>
|
|
17413
17416
|
<EntityType Name=\\"B\\">
|
|
17414
17417
|
<Key>
|
|
@@ -17486,7 +17489,7 @@ Object {
|
|
|
17486
17489
|
"enabled": true,
|
|
17487
17490
|
"key": "EditAction",
|
|
17488
17491
|
"type": "Primary",
|
|
17489
|
-
"visible": "{=
|
|
17492
|
+
"visible": "{= !%{ui>/isEditable} && (!%{HasDraftEntity} || (%{HasDraftEntity} && !%{DraftAdministrativeData/DraftIsCreatedByMe}))}",
|
|
17490
17493
|
},
|
|
17491
17494
|
Object {
|
|
17492
17495
|
"key": "SwitchToActiveObject",
|
|
@@ -17700,13 +17703,16 @@ Object {
|
|
|
17700
17703
|
},
|
|
17701
17704
|
],
|
|
17702
17705
|
"id": "FieldGroup::generalinfo",
|
|
17706
|
+
"isVisible": "true",
|
|
17703
17707
|
},
|
|
17704
17708
|
],
|
|
17705
17709
|
"hasFacetsNotPartOfPreview": false,
|
|
17706
17710
|
"id": "fe::Form::FieldGroup::generalinfo",
|
|
17711
|
+
"isVisible": "true",
|
|
17707
17712
|
"useFormContainerLabels": false,
|
|
17708
17713
|
},
|
|
17709
17714
|
"id": "fe::FacetSubSection::FieldGroup::generalinfo",
|
|
17715
|
+
"isVisibilityDynamic": false,
|
|
17710
17716
|
"key": "General Information",
|
|
17711
17717
|
"level": 1,
|
|
17712
17718
|
"sideContent": undefined,
|
|
@@ -17805,13 +17811,16 @@ Object {
|
|
|
17805
17811
|
},
|
|
17806
17812
|
],
|
|
17807
17813
|
"id": "FieldGroup::userprovideddata",
|
|
17814
|
+
"isVisible": "true",
|
|
17808
17815
|
},
|
|
17809
17816
|
],
|
|
17810
17817
|
"hasFacetsNotPartOfPreview": false,
|
|
17811
17818
|
"id": "fe::Form::FieldGroup::userprovideddata",
|
|
17819
|
+
"isVisible": "true",
|
|
17812
17820
|
"useFormContainerLabels": false,
|
|
17813
17821
|
},
|
|
17814
17822
|
"id": "fe::FacetSubSection::FieldGroup::userprovideddata",
|
|
17823
|
+
"isVisibilityDynamic": false,
|
|
17815
17824
|
"key": "User Provided Data",
|
|
17816
17825
|
"level": 1,
|
|
17817
17826
|
"sideContent": undefined,
|
|
@@ -17834,6 +17843,7 @@ Object {
|
|
|
17834
17843
|
Object {
|
|
17835
17844
|
"annotationPath": "/AccessRequests/@com.sap.vocabularies.UI.v1.Facets/2/Facets/0",
|
|
17836
17845
|
"id": "fe::FacetSubSection::rawData::LineItem",
|
|
17846
|
+
"isVisibilityDynamic": false,
|
|
17837
17847
|
"key": "Raw Data",
|
|
17838
17848
|
"level": 2,
|
|
17839
17849
|
"presentation": Object {
|
|
@@ -17862,7 +17872,6 @@ Object {
|
|
|
17862
17872
|
"id": "fe::table::rawData::LineItem",
|
|
17863
17873
|
"navigationPath": "rawData",
|
|
17864
17874
|
"p13nMode": "Sort,Column",
|
|
17865
|
-
"parentEntityDeleteEnabled": "true",
|
|
17866
17875
|
"row": Object {
|
|
17867
17876
|
"action": undefined,
|
|
17868
17877
|
"press": undefined,
|
|
@@ -17871,16 +17880,32 @@ Object {
|
|
|
17871
17880
|
},
|
|
17872
17881
|
"searchable": true,
|
|
17873
17882
|
"selectionMode": "Multi",
|
|
17874
|
-
"
|
|
17875
|
-
|
|
17876
|
-
"
|
|
17877
|
-
|
|
17878
|
-
|
|
17879
|
-
|
|
17883
|
+
"sortConditions": undefined,
|
|
17884
|
+
"standardActions": Object {
|
|
17885
|
+
"actions": Object {
|
|
17886
|
+
"create": Object {
|
|
17887
|
+
"enabled": "{= %{ui>/isEditable} !== false && %{ui>/editMode} === 'Editable'}",
|
|
17888
|
+
"isTemplated": "true",
|
|
17889
|
+
"visible": "{ui>/isEditable}",
|
|
17890
|
+
},
|
|
17891
|
+
"delete": Object {
|
|
17892
|
+
"enabled": "{= (%{ui>/editMode} === 'Editable') !== false && %{internal>numberOfSelectedContexts} !== 0}",
|
|
17893
|
+
"isTemplated": "true",
|
|
17894
|
+
"visible": "{= %{ui>/editMode} === 'Editable'}",
|
|
17895
|
+
},
|
|
17896
|
+
"massEdit": Object {
|
|
17897
|
+
"enabled": "false",
|
|
17898
|
+
"isTemplated": "false",
|
|
17899
|
+
"visible": "false",
|
|
17900
|
+
},
|
|
17901
|
+
"paste": Object {
|
|
17902
|
+
"enabled": "{= %{ui>/isEditable} === true}",
|
|
17903
|
+
"isTemplated": "true",
|
|
17904
|
+
"visible": "{= %{ui>/isEditable} === true}",
|
|
17905
|
+
},
|
|
17880
17906
|
},
|
|
17881
|
-
"
|
|
17907
|
+
"isInsertUpdateTemplated": true,
|
|
17882
17908
|
},
|
|
17883
|
-
"sortConditions": undefined,
|
|
17884
17909
|
"threshold": 10,
|
|
17885
17910
|
"title": "Raw Data",
|
|
17886
17911
|
"variantManagement": "None",
|
|
@@ -18676,12 +18701,14 @@ Object {
|
|
|
18676
18701
|
"showTitle": true,
|
|
18677
18702
|
"sideContent": undefined,
|
|
18678
18703
|
"title": "Raw Data",
|
|
18704
|
+
"titleVisible": "true",
|
|
18679
18705
|
"type": "DataVisualization",
|
|
18680
18706
|
"visible": "true",
|
|
18681
18707
|
},
|
|
18682
18708
|
Object {
|
|
18683
18709
|
"annotationPath": "/AccessRequests/@com.sap.vocabularies.UI.v1.Facets/2/Facets/1",
|
|
18684
18710
|
"id": "fe::FacetSubSection::details::LineItem",
|
|
18711
|
+
"isVisibilityDynamic": false,
|
|
18685
18712
|
"key": "Final reports",
|
|
18686
18713
|
"level": 2,
|
|
18687
18714
|
"presentation": Object {
|
|
@@ -18703,7 +18730,6 @@ Object {
|
|
|
18703
18730
|
"id": "fe::table::details::LineItem",
|
|
18704
18731
|
"navigationPath": "details",
|
|
18705
18732
|
"p13nMode": "Sort,Column",
|
|
18706
|
-
"parentEntityDeleteEnabled": "true",
|
|
18707
18733
|
"row": Object {
|
|
18708
18734
|
"action": "Navigation",
|
|
18709
18735
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'details', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -18712,16 +18738,32 @@ Object {
|
|
|
18712
18738
|
},
|
|
18713
18739
|
"searchable": true,
|
|
18714
18740
|
"selectionMode": "{= %{ui>/editMode} === 'Editable' ? 'Multi' : 'None'}",
|
|
18715
|
-
"
|
|
18716
|
-
|
|
18717
|
-
"
|
|
18718
|
-
|
|
18719
|
-
|
|
18720
|
-
|
|
18741
|
+
"sortConditions": undefined,
|
|
18742
|
+
"standardActions": Object {
|
|
18743
|
+
"actions": Object {
|
|
18744
|
+
"create": Object {
|
|
18745
|
+
"enabled": "{= %{ui>/isEditable} !== false && %{ui>/editMode} === 'Editable'}",
|
|
18746
|
+
"isTemplated": "true",
|
|
18747
|
+
"visible": "{ui>/isEditable}",
|
|
18748
|
+
},
|
|
18749
|
+
"delete": Object {
|
|
18750
|
+
"enabled": "{= (%{ui>/editMode} === 'Editable') !== false && %{internal>numberOfSelectedContexts} !== 0}",
|
|
18751
|
+
"isTemplated": "true",
|
|
18752
|
+
"visible": "{= %{ui>/editMode} === 'Editable'}",
|
|
18753
|
+
},
|
|
18754
|
+
"massEdit": Object {
|
|
18755
|
+
"enabled": "false",
|
|
18756
|
+
"isTemplated": "false",
|
|
18757
|
+
"visible": "false",
|
|
18758
|
+
},
|
|
18759
|
+
"paste": Object {
|
|
18760
|
+
"enabled": "{= %{ui>/isEditable} === true}",
|
|
18761
|
+
"isTemplated": "true",
|
|
18762
|
+
"visible": "{= %{ui>/isEditable} === true}",
|
|
18763
|
+
},
|
|
18721
18764
|
},
|
|
18722
|
-
"
|
|
18765
|
+
"isInsertUpdateTemplated": true,
|
|
18723
18766
|
},
|
|
18724
|
-
"sortConditions": undefined,
|
|
18725
18767
|
"threshold": 10,
|
|
18726
18768
|
"title": "Final Reports",
|
|
18727
18769
|
"variantManagement": "None",
|
|
@@ -19841,11 +19883,13 @@ Object {
|
|
|
19841
19883
|
"showTitle": true,
|
|
19842
19884
|
"sideContent": undefined,
|
|
19843
19885
|
"title": "Final reports",
|
|
19886
|
+
"titleVisible": "true",
|
|
19844
19887
|
"type": "DataVisualization",
|
|
19845
19888
|
"visible": "true",
|
|
19846
19889
|
},
|
|
19847
19890
|
],
|
|
19848
19891
|
"id": "fe::FacetSubSection::undefined",
|
|
19892
|
+
"isVisibilityDynamic": false,
|
|
19849
19893
|
"key": "Report Details",
|
|
19850
19894
|
"level": 1,
|
|
19851
19895
|
"sideContent": undefined,
|
|
@@ -19865,6 +19909,7 @@ Object {
|
|
|
19865
19909
|
Object {
|
|
19866
19910
|
"annotationPath": "/AccessRequests/@com.sap.vocabularies.UI.v1.Facets/3",
|
|
19867
19911
|
"id": "fe::FacetSubSection::dataSubjects::LineItem",
|
|
19912
|
+
"isVisibilityDynamic": false,
|
|
19868
19913
|
"key": "Data Subject",
|
|
19869
19914
|
"level": 1,
|
|
19870
19915
|
"presentation": Object {
|
|
@@ -19886,7 +19931,6 @@ Object {
|
|
|
19886
19931
|
"id": "fe::table::dataSubjects::LineItem",
|
|
19887
19932
|
"navigationPath": "dataSubjects",
|
|
19888
19933
|
"p13nMode": "Sort,Column",
|
|
19889
|
-
"parentEntityDeleteEnabled": "true",
|
|
19890
19934
|
"row": Object {
|
|
19891
19935
|
"action": "Navigation",
|
|
19892
19936
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'dataSubjects', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -19895,16 +19939,32 @@ Object {
|
|
|
19895
19939
|
},
|
|
19896
19940
|
"searchable": true,
|
|
19897
19941
|
"selectionMode": "{= %{ui>/editMode} === 'Editable' ? 'Multi' : 'None'}",
|
|
19898
|
-
"
|
|
19899
|
-
|
|
19900
|
-
"
|
|
19901
|
-
|
|
19902
|
-
|
|
19903
|
-
|
|
19942
|
+
"sortConditions": undefined,
|
|
19943
|
+
"standardActions": Object {
|
|
19944
|
+
"actions": Object {
|
|
19945
|
+
"create": Object {
|
|
19946
|
+
"enabled": "{= %{ui>/isEditable} !== false && %{ui>/editMode} === 'Editable'}",
|
|
19947
|
+
"isTemplated": "true",
|
|
19948
|
+
"visible": "{ui>/isEditable}",
|
|
19949
|
+
},
|
|
19950
|
+
"delete": Object {
|
|
19951
|
+
"enabled": "{= (%{ui>/editMode} === 'Editable') !== false && %{internal>numberOfSelectedContexts} !== 0}",
|
|
19952
|
+
"isTemplated": "true",
|
|
19953
|
+
"visible": "{= %{ui>/editMode} === 'Editable'}",
|
|
19954
|
+
},
|
|
19955
|
+
"massEdit": Object {
|
|
19956
|
+
"enabled": "false",
|
|
19957
|
+
"isTemplated": "false",
|
|
19958
|
+
"visible": "false",
|
|
19959
|
+
},
|
|
19960
|
+
"paste": Object {
|
|
19961
|
+
"enabled": "{= %{ui>/isEditable} === true}",
|
|
19962
|
+
"isTemplated": "true",
|
|
19963
|
+
"visible": "{= %{ui>/isEditable} === true}",
|
|
19964
|
+
},
|
|
19904
19965
|
},
|
|
19905
|
-
"
|
|
19966
|
+
"isInsertUpdateTemplated": true,
|
|
19906
19967
|
},
|
|
19907
|
-
"sortConditions": undefined,
|
|
19908
19968
|
"threshold": 10,
|
|
19909
19969
|
"title": "Data Subjects",
|
|
19910
19970
|
"variantManagement": "None",
|
|
@@ -20431,6 +20491,7 @@ Object {
|
|
|
20431
20491
|
"showTitle": true,
|
|
20432
20492
|
"sideContent": undefined,
|
|
20433
20493
|
"title": "Data Subject",
|
|
20494
|
+
"titleVisible": "true",
|
|
20434
20495
|
"type": "DataVisualization",
|
|
20435
20496
|
"visible": "true",
|
|
20436
20497
|
},
|
|
@@ -21156,7 +21217,6 @@ Object {
|
|
|
21156
21217
|
"id": "fe::table::tab1::LineItem",
|
|
21157
21218
|
"navigationPath": "",
|
|
21158
21219
|
"p13nMode": "Sort,Column,Filter",
|
|
21159
|
-
"parentEntityDeleteEnabled": undefined,
|
|
21160
21220
|
"row": Object {
|
|
21161
21221
|
"action": "Navigation",
|
|
21162
21222
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'SalesOrderManage', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -21165,16 +21225,32 @@ Object {
|
|
|
21165
21225
|
},
|
|
21166
21226
|
"searchable": true,
|
|
21167
21227
|
"selectionMode": "Multi",
|
|
21168
|
-
"
|
|
21169
|
-
|
|
21170
|
-
"
|
|
21171
|
-
|
|
21172
|
-
|
|
21173
|
-
|
|
21228
|
+
"sortConditions": undefined,
|
|
21229
|
+
"standardActions": Object {
|
|
21230
|
+
"actions": Object {
|
|
21231
|
+
"create": Object {
|
|
21232
|
+
"enabled": "true",
|
|
21233
|
+
"isTemplated": "true",
|
|
21234
|
+
"visible": "true",
|
|
21235
|
+
},
|
|
21236
|
+
"delete": Object {
|
|
21237
|
+
"enabled": "{= ((%{internal>deletableContexts} !== undefined && (%{internal>deletableContexts}.length) > 0) || (%{internal>unSavedContexts} !== undefined && (%{internal>unSavedContexts}.length) > 0)) && %{internal>deleteEnabled}}",
|
|
21238
|
+
"isTemplated": "true",
|
|
21239
|
+
"visible": "true",
|
|
21240
|
+
},
|
|
21241
|
+
"massEdit": Object {
|
|
21242
|
+
"enabled": "false",
|
|
21243
|
+
"isTemplated": "false",
|
|
21244
|
+
"visible": "false",
|
|
21245
|
+
},
|
|
21246
|
+
"paste": Object {
|
|
21247
|
+
"enabled": "false",
|
|
21248
|
+
"isTemplated": "false",
|
|
21249
|
+
"visible": "false",
|
|
21250
|
+
},
|
|
21174
21251
|
},
|
|
21175
|
-
"
|
|
21252
|
+
"isInsertUpdateTemplated": true,
|
|
21176
21253
|
},
|
|
21177
|
-
"sortConditions": undefined,
|
|
21178
21254
|
"threshold": 30,
|
|
21179
21255
|
"title": "Sales Orders",
|
|
21180
21256
|
"variantManagement": "Control",
|
|
@@ -22720,6 +22796,7 @@ Object {
|
|
|
22720
22796
|
"relativePath": "TransactionCurrency",
|
|
22721
22797
|
"semanticObjectPath": undefined,
|
|
22722
22798
|
"sortable": true,
|
|
22799
|
+
"tooltip": "SD document currency",
|
|
22723
22800
|
"type": "Annotation",
|
|
22724
22801
|
"typeConfig": Object {
|
|
22725
22802
|
"className": "Edm.String",
|
|
@@ -24397,6 +24474,7 @@ Object {
|
|
|
24397
24474
|
"relativePath": "_SoldToParty/@com.sap.vocabularies.Communication.v1.Contact",
|
|
24398
24475
|
"semanticObjectPath": undefined,
|
|
24399
24476
|
"sortable": true,
|
|
24477
|
+
"tooltip": "Name of Customer",
|
|
24400
24478
|
"type": "Annotation",
|
|
24401
24479
|
"typeConfig": Object {
|
|
24402
24480
|
"className": "Edm.String",
|
|
@@ -24554,6 +24632,7 @@ Object {
|
|
|
24554
24632
|
"relativePath": "_SalesOrderType/SalesOrderType_Text",
|
|
24555
24633
|
"semanticObjectPath": undefined,
|
|
24556
24634
|
"sortable": true,
|
|
24635
|
+
"tooltip": "Sales Document Type Description",
|
|
24557
24636
|
"type": "Annotation",
|
|
24558
24637
|
"typeConfig": Object {
|
|
24559
24638
|
"className": "Edm.String",
|
|
@@ -24644,6 +24723,7 @@ Object {
|
|
|
24644
24723
|
"relativePath": "_OverallSDProcessStatus/OverallSDProcessStatus_Text",
|
|
24645
24724
|
"semanticObjectPath": undefined,
|
|
24646
24725
|
"sortable": true,
|
|
24726
|
+
"tooltip": "Status Description",
|
|
24647
24727
|
"type": "Annotation",
|
|
24648
24728
|
"typeConfig": Object {
|
|
24649
24729
|
"className": "Edm.String",
|
|
@@ -24778,6 +24858,7 @@ Object {
|
|
|
24778
24858
|
"relativePath": "_SoldToParty/CustomerName",
|
|
24779
24859
|
"semanticObjectPath": undefined,
|
|
24780
24860
|
"sortable": true,
|
|
24861
|
+
"tooltip": "Name of Customer",
|
|
24781
24862
|
"type": "Annotation",
|
|
24782
24863
|
"typeConfig": Object {
|
|
24783
24864
|
"className": "Edm.String",
|
|
@@ -24868,6 +24949,7 @@ Object {
|
|
|
24868
24949
|
"relativePath": "_ShippingCondition/ShippingCondition_Text",
|
|
24869
24950
|
"semanticObjectPath": undefined,
|
|
24870
24951
|
"sortable": true,
|
|
24952
|
+
"tooltip": "Shipping Conditions Description",
|
|
24871
24953
|
"type": "Annotation",
|
|
24872
24954
|
"typeConfig": Object {
|
|
24873
24955
|
"className": "Edm.String",
|
|
@@ -25138,6 +25220,7 @@ Object {
|
|
|
25138
25220
|
"relativePath": "_CustomerPaymentTerms/CustomerPaymentTerms_Text",
|
|
25139
25221
|
"semanticObjectPath": undefined,
|
|
25140
25222
|
"sortable": true,
|
|
25223
|
+
"tooltip": "Description of terms of payment",
|
|
25141
25224
|
"type": "Annotation",
|
|
25142
25225
|
"typeConfig": Object {
|
|
25143
25226
|
"className": "Edm.String",
|
|
@@ -25251,7 +25334,6 @@ Object {
|
|
|
25251
25334
|
"id": "fe::table::tab2::LineItem",
|
|
25252
25335
|
"navigationPath": "",
|
|
25253
25336
|
"p13nMode": "Sort,Column,Filter",
|
|
25254
|
-
"parentEntityDeleteEnabled": undefined,
|
|
25255
25337
|
"row": Object {
|
|
25256
25338
|
"action": "Navigation",
|
|
25257
25339
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'SalesOrderManage', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -25260,16 +25342,32 @@ Object {
|
|
|
25260
25342
|
},
|
|
25261
25343
|
"searchable": true,
|
|
25262
25344
|
"selectionMode": "Multi",
|
|
25263
|
-
"
|
|
25264
|
-
|
|
25265
|
-
"
|
|
25266
|
-
|
|
25267
|
-
|
|
25268
|
-
|
|
25345
|
+
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false},{\\"name\\":\\"Property::SalesOrderType\\",\\"descending\\":true}]}",
|
|
25346
|
+
"standardActions": Object {
|
|
25347
|
+
"actions": Object {
|
|
25348
|
+
"create": Object {
|
|
25349
|
+
"enabled": "true",
|
|
25350
|
+
"isTemplated": "true",
|
|
25351
|
+
"visible": "true",
|
|
25352
|
+
},
|
|
25353
|
+
"delete": Object {
|
|
25354
|
+
"enabled": "{= ((%{internal>deletableContexts} !== undefined && (%{internal>deletableContexts}.length) > 0) || (%{internal>unSavedContexts} !== undefined && (%{internal>unSavedContexts}.length) > 0)) && %{internal>deleteEnabled}}",
|
|
25355
|
+
"isTemplated": "true",
|
|
25356
|
+
"visible": "true",
|
|
25357
|
+
},
|
|
25358
|
+
"massEdit": Object {
|
|
25359
|
+
"enabled": "false",
|
|
25360
|
+
"isTemplated": "false",
|
|
25361
|
+
"visible": "false",
|
|
25362
|
+
},
|
|
25363
|
+
"paste": Object {
|
|
25364
|
+
"enabled": "false",
|
|
25365
|
+
"isTemplated": "false",
|
|
25366
|
+
"visible": "false",
|
|
25367
|
+
},
|
|
25269
25368
|
},
|
|
25270
|
-
"
|
|
25369
|
+
"isInsertUpdateTemplated": true,
|
|
25271
25370
|
},
|
|
25272
|
-
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false},{\\"name\\":\\"Property::SalesOrderType\\",\\"descending\\":true}]}",
|
|
25273
25371
|
"threshold": 5,
|
|
25274
25372
|
"title": "Sales Orders",
|
|
25275
25373
|
"variantManagement": "Control",
|
|
@@ -26815,6 +26913,7 @@ Object {
|
|
|
26815
26913
|
"relativePath": "TransactionCurrency",
|
|
26816
26914
|
"semanticObjectPath": undefined,
|
|
26817
26915
|
"sortable": true,
|
|
26916
|
+
"tooltip": "SD document currency",
|
|
26818
26917
|
"type": "Annotation",
|
|
26819
26918
|
"typeConfig": Object {
|
|
26820
26919
|
"className": "Edm.String",
|
|
@@ -28492,6 +28591,7 @@ Object {
|
|
|
28492
28591
|
"relativePath": "_SoldToParty/@com.sap.vocabularies.Communication.v1.Contact",
|
|
28493
28592
|
"semanticObjectPath": undefined,
|
|
28494
28593
|
"sortable": true,
|
|
28594
|
+
"tooltip": "Name of Customer",
|
|
28495
28595
|
"type": "Annotation",
|
|
28496
28596
|
"typeConfig": Object {
|
|
28497
28597
|
"className": "Edm.String",
|
|
@@ -28649,6 +28749,7 @@ Object {
|
|
|
28649
28749
|
"relativePath": "_SalesOrderType/SalesOrderType_Text",
|
|
28650
28750
|
"semanticObjectPath": undefined,
|
|
28651
28751
|
"sortable": true,
|
|
28752
|
+
"tooltip": "Sales Document Type Description",
|
|
28652
28753
|
"type": "Annotation",
|
|
28653
28754
|
"typeConfig": Object {
|
|
28654
28755
|
"className": "Edm.String",
|
|
@@ -28739,6 +28840,7 @@ Object {
|
|
|
28739
28840
|
"relativePath": "_OverallSDProcessStatus/OverallSDProcessStatus_Text",
|
|
28740
28841
|
"semanticObjectPath": undefined,
|
|
28741
28842
|
"sortable": true,
|
|
28843
|
+
"tooltip": "Status Description",
|
|
28742
28844
|
"type": "Annotation",
|
|
28743
28845
|
"typeConfig": Object {
|
|
28744
28846
|
"className": "Edm.String",
|
|
@@ -28873,6 +28975,7 @@ Object {
|
|
|
28873
28975
|
"relativePath": "_SoldToParty/CustomerName",
|
|
28874
28976
|
"semanticObjectPath": undefined,
|
|
28875
28977
|
"sortable": true,
|
|
28978
|
+
"tooltip": "Name of Customer",
|
|
28876
28979
|
"type": "Annotation",
|
|
28877
28980
|
"typeConfig": Object {
|
|
28878
28981
|
"className": "Edm.String",
|
|
@@ -28963,6 +29066,7 @@ Object {
|
|
|
28963
29066
|
"relativePath": "_ShippingCondition/ShippingCondition_Text",
|
|
28964
29067
|
"semanticObjectPath": undefined,
|
|
28965
29068
|
"sortable": true,
|
|
29069
|
+
"tooltip": "Shipping Conditions Description",
|
|
28966
29070
|
"type": "Annotation",
|
|
28967
29071
|
"typeConfig": Object {
|
|
28968
29072
|
"className": "Edm.String",
|
|
@@ -29233,6 +29337,7 @@ Object {
|
|
|
29233
29337
|
"relativePath": "_CustomerPaymentTerms/CustomerPaymentTerms_Text",
|
|
29234
29338
|
"semanticObjectPath": undefined,
|
|
29235
29339
|
"sortable": true,
|
|
29340
|
+
"tooltip": "Description of terms of payment",
|
|
29236
29341
|
"type": "Annotation",
|
|
29237
29342
|
"typeConfig": Object {
|
|
29238
29343
|
"className": "Edm.String",
|
|
@@ -29326,7 +29431,6 @@ Object {
|
|
|
29326
29431
|
"id": "fe::table::tab3::LineItem",
|
|
29327
29432
|
"navigationPath": "",
|
|
29328
29433
|
"p13nMode": "Sort,Column,Filter",
|
|
29329
|
-
"parentEntityDeleteEnabled": undefined,
|
|
29330
29434
|
"row": Object {
|
|
29331
29435
|
"action": "Navigation",
|
|
29332
29436
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'SalesOrderManage', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -29335,16 +29439,32 @@ Object {
|
|
|
29335
29439
|
},
|
|
29336
29440
|
"searchable": true,
|
|
29337
29441
|
"selectionMode": "Multi",
|
|
29338
|
-
"
|
|
29339
|
-
|
|
29340
|
-
"
|
|
29341
|
-
|
|
29342
|
-
|
|
29343
|
-
|
|
29442
|
+
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false},{\\"name\\":\\"Property::SalesOrderType\\",\\"descending\\":true}]}",
|
|
29443
|
+
"standardActions": Object {
|
|
29444
|
+
"actions": Object {
|
|
29445
|
+
"create": Object {
|
|
29446
|
+
"enabled": "true",
|
|
29447
|
+
"isTemplated": "true",
|
|
29448
|
+
"visible": "true",
|
|
29449
|
+
},
|
|
29450
|
+
"delete": Object {
|
|
29451
|
+
"enabled": "{= ((%{internal>deletableContexts} !== undefined && (%{internal>deletableContexts}.length) > 0) || (%{internal>unSavedContexts} !== undefined && (%{internal>unSavedContexts}.length) > 0)) && %{internal>deleteEnabled}}",
|
|
29452
|
+
"isTemplated": "true",
|
|
29453
|
+
"visible": "true",
|
|
29454
|
+
},
|
|
29455
|
+
"massEdit": Object {
|
|
29456
|
+
"enabled": "false",
|
|
29457
|
+
"isTemplated": "false",
|
|
29458
|
+
"visible": "false",
|
|
29459
|
+
},
|
|
29460
|
+
"paste": Object {
|
|
29461
|
+
"enabled": "false",
|
|
29462
|
+
"isTemplated": "false",
|
|
29463
|
+
"visible": "false",
|
|
29464
|
+
},
|
|
29344
29465
|
},
|
|
29345
|
-
"
|
|
29466
|
+
"isInsertUpdateTemplated": true,
|
|
29346
29467
|
},
|
|
29347
|
-
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false},{\\"name\\":\\"Property::SalesOrderType\\",\\"descending\\":true}]}",
|
|
29348
29468
|
"threshold": 2,
|
|
29349
29469
|
"title": "Sales Orders",
|
|
29350
29470
|
"variantManagement": "Control",
|
|
@@ -30940,6 +31060,7 @@ Object {
|
|
|
30940
31060
|
"relativePath": "TransactionCurrency",
|
|
30941
31061
|
"semanticObjectPath": undefined,
|
|
30942
31062
|
"sortable": true,
|
|
31063
|
+
"tooltip": "SD document currency",
|
|
30943
31064
|
"type": "Annotation",
|
|
30944
31065
|
"typeConfig": Object {
|
|
30945
31066
|
"className": "Edm.String",
|
|
@@ -32570,6 +32691,7 @@ Object {
|
|
|
32570
32691
|
"relativePath": "_SoldToParty/@com.sap.vocabularies.Communication.v1.Contact",
|
|
32571
32692
|
"semanticObjectPath": undefined,
|
|
32572
32693
|
"sortable": true,
|
|
32694
|
+
"tooltip": "Name of Customer",
|
|
32573
32695
|
"type": "Annotation",
|
|
32574
32696
|
"typeConfig": Object {
|
|
32575
32697
|
"className": "Edm.String",
|
|
@@ -32727,6 +32849,7 @@ Object {
|
|
|
32727
32849
|
"relativePath": "_SalesOrderType/SalesOrderType_Text",
|
|
32728
32850
|
"semanticObjectPath": undefined,
|
|
32729
32851
|
"sortable": true,
|
|
32852
|
+
"tooltip": "Sales Document Type Description",
|
|
32730
32853
|
"type": "Annotation",
|
|
32731
32854
|
"typeConfig": Object {
|
|
32732
32855
|
"className": "Edm.String",
|
|
@@ -32817,6 +32940,7 @@ Object {
|
|
|
32817
32940
|
"relativePath": "_OverallSDProcessStatus/OverallSDProcessStatus_Text",
|
|
32818
32941
|
"semanticObjectPath": undefined,
|
|
32819
32942
|
"sortable": true,
|
|
32943
|
+
"tooltip": "Status Description",
|
|
32820
32944
|
"type": "Annotation",
|
|
32821
32945
|
"typeConfig": Object {
|
|
32822
32946
|
"className": "Edm.String",
|
|
@@ -32907,6 +33031,7 @@ Object {
|
|
|
32907
33031
|
"relativePath": "_SoldToParty/CustomerName",
|
|
32908
33032
|
"semanticObjectPath": undefined,
|
|
32909
33033
|
"sortable": true,
|
|
33034
|
+
"tooltip": "Name of Customer",
|
|
32910
33035
|
"type": "Annotation",
|
|
32911
33036
|
"typeConfig": Object {
|
|
32912
33037
|
"className": "Edm.String",
|
|
@@ -32997,6 +33122,7 @@ Object {
|
|
|
32997
33122
|
"relativePath": "_ShippingCondition/ShippingCondition_Text",
|
|
32998
33123
|
"semanticObjectPath": undefined,
|
|
32999
33124
|
"sortable": true,
|
|
33125
|
+
"tooltip": "Shipping Conditions Description",
|
|
33000
33126
|
"type": "Annotation",
|
|
33001
33127
|
"typeConfig": Object {
|
|
33002
33128
|
"className": "Edm.String",
|
|
@@ -33267,6 +33393,7 @@ Object {
|
|
|
33267
33393
|
"relativePath": "_CustomerPaymentTerms/CustomerPaymentTerms_Text",
|
|
33268
33394
|
"semanticObjectPath": undefined,
|
|
33269
33395
|
"sortable": true,
|
|
33396
|
+
"tooltip": "Description of terms of payment",
|
|
33270
33397
|
"type": "Annotation",
|
|
33271
33398
|
"typeConfig": Object {
|
|
33272
33399
|
"className": "Edm.String",
|
|
@@ -33442,7 +33569,6 @@ Object {
|
|
|
33442
33569
|
"id": "fe::table::SalesOrderManage::LineItem",
|
|
33443
33570
|
"navigationPath": "",
|
|
33444
33571
|
"p13nMode": "Sort,Column,Filter",
|
|
33445
|
-
"parentEntityDeleteEnabled": undefined,
|
|
33446
33572
|
"row": Object {
|
|
33447
33573
|
"action": "Navigation",
|
|
33448
33574
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'SalesOrderManage', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -33451,16 +33577,32 @@ Object {
|
|
|
33451
33577
|
},
|
|
33452
33578
|
"searchable": true,
|
|
33453
33579
|
"selectionMode": "Multi",
|
|
33454
|
-
"
|
|
33455
|
-
|
|
33456
|
-
"
|
|
33457
|
-
|
|
33458
|
-
|
|
33459
|
-
|
|
33580
|
+
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false}]}",
|
|
33581
|
+
"standardActions": Object {
|
|
33582
|
+
"actions": Object {
|
|
33583
|
+
"create": Object {
|
|
33584
|
+
"enabled": "true",
|
|
33585
|
+
"isTemplated": "true",
|
|
33586
|
+
"visible": "true",
|
|
33587
|
+
},
|
|
33588
|
+
"delete": Object {
|
|
33589
|
+
"enabled": "{= ((%{internal>deletableContexts} !== undefined && (%{internal>deletableContexts}.length) > 0) || (%{internal>unSavedContexts} !== undefined && (%{internal>unSavedContexts}.length) > 0)) && %{internal>deleteEnabled}}",
|
|
33590
|
+
"isTemplated": "true",
|
|
33591
|
+
"visible": "true",
|
|
33592
|
+
},
|
|
33593
|
+
"massEdit": Object {
|
|
33594
|
+
"enabled": "false",
|
|
33595
|
+
"isTemplated": "false",
|
|
33596
|
+
"visible": "false",
|
|
33597
|
+
},
|
|
33598
|
+
"paste": Object {
|
|
33599
|
+
"enabled": "false",
|
|
33600
|
+
"isTemplated": "false",
|
|
33601
|
+
"visible": "false",
|
|
33602
|
+
},
|
|
33460
33603
|
},
|
|
33461
|
-
"
|
|
33604
|
+
"isInsertUpdateTemplated": true,
|
|
33462
33605
|
},
|
|
33463
|
-
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false}]}",
|
|
33464
33606
|
"threshold": 3,
|
|
33465
33607
|
"title": "Sales Orders",
|
|
33466
33608
|
"variantManagement": "Control",
|
|
@@ -35006,6 +35148,7 @@ Object {
|
|
|
35006
35148
|
"relativePath": "TransactionCurrency",
|
|
35007
35149
|
"semanticObjectPath": undefined,
|
|
35008
35150
|
"sortable": true,
|
|
35151
|
+
"tooltip": "SD document currency",
|
|
35009
35152
|
"type": "Annotation",
|
|
35010
35153
|
"typeConfig": Object {
|
|
35011
35154
|
"className": "Edm.String",
|
|
@@ -36683,6 +36826,7 @@ Object {
|
|
|
36683
36826
|
"relativePath": "_SoldToParty/@com.sap.vocabularies.Communication.v1.Contact",
|
|
36684
36827
|
"semanticObjectPath": undefined,
|
|
36685
36828
|
"sortable": true,
|
|
36829
|
+
"tooltip": "Name of Customer",
|
|
36686
36830
|
"type": "Annotation",
|
|
36687
36831
|
"typeConfig": Object {
|
|
36688
36832
|
"className": "Edm.String",
|
|
@@ -36840,6 +36984,7 @@ Object {
|
|
|
36840
36984
|
"relativePath": "_SalesOrderType/SalesOrderType_Text",
|
|
36841
36985
|
"semanticObjectPath": undefined,
|
|
36842
36986
|
"sortable": true,
|
|
36987
|
+
"tooltip": "Sales Document Type Description",
|
|
36843
36988
|
"type": "Annotation",
|
|
36844
36989
|
"typeConfig": Object {
|
|
36845
36990
|
"className": "Edm.String",
|
|
@@ -36930,6 +37075,7 @@ Object {
|
|
|
36930
37075
|
"relativePath": "_OverallSDProcessStatus/OverallSDProcessStatus_Text",
|
|
36931
37076
|
"semanticObjectPath": undefined,
|
|
36932
37077
|
"sortable": true,
|
|
37078
|
+
"tooltip": "Status Description",
|
|
36933
37079
|
"type": "Annotation",
|
|
36934
37080
|
"typeConfig": Object {
|
|
36935
37081
|
"className": "Edm.String",
|
|
@@ -37064,6 +37210,7 @@ Object {
|
|
|
37064
37210
|
"relativePath": "_SoldToParty/CustomerName",
|
|
37065
37211
|
"semanticObjectPath": undefined,
|
|
37066
37212
|
"sortable": true,
|
|
37213
|
+
"tooltip": "Name of Customer",
|
|
37067
37214
|
"type": "Annotation",
|
|
37068
37215
|
"typeConfig": Object {
|
|
37069
37216
|
"className": "Edm.String",
|
|
@@ -37154,6 +37301,7 @@ Object {
|
|
|
37154
37301
|
"relativePath": "_ShippingCondition/ShippingCondition_Text",
|
|
37155
37302
|
"semanticObjectPath": undefined,
|
|
37156
37303
|
"sortable": true,
|
|
37304
|
+
"tooltip": "Shipping Conditions Description",
|
|
37157
37305
|
"type": "Annotation",
|
|
37158
37306
|
"typeConfig": Object {
|
|
37159
37307
|
"className": "Edm.String",
|
|
@@ -37424,6 +37572,7 @@ Object {
|
|
|
37424
37572
|
"relativePath": "_CustomerPaymentTerms/CustomerPaymentTerms_Text",
|
|
37425
37573
|
"semanticObjectPath": undefined,
|
|
37426
37574
|
"sortable": true,
|
|
37575
|
+
"tooltip": "Description of terms of payment",
|
|
37427
37576
|
"type": "Annotation",
|
|
37428
37577
|
"typeConfig": Object {
|
|
37429
37578
|
"className": "Edm.String",
|
|
@@ -38197,7 +38346,6 @@ Object {
|
|
|
38197
38346
|
"id": "fe::table::tab1::LineItem",
|
|
38198
38347
|
"navigationPath": "",
|
|
38199
38348
|
"p13nMode": "Sort,Column,Filter",
|
|
38200
|
-
"parentEntityDeleteEnabled": undefined,
|
|
38201
38349
|
"row": Object {
|
|
38202
38350
|
"action": "Navigation",
|
|
38203
38351
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'SalesOrderManage', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -38206,16 +38354,32 @@ Object {
|
|
|
38206
38354
|
},
|
|
38207
38355
|
"searchable": true,
|
|
38208
38356
|
"selectionMode": "Multi",
|
|
38209
|
-
"
|
|
38210
|
-
|
|
38211
|
-
"
|
|
38212
|
-
|
|
38213
|
-
|
|
38214
|
-
|
|
38357
|
+
"sortConditions": undefined,
|
|
38358
|
+
"standardActions": Object {
|
|
38359
|
+
"actions": Object {
|
|
38360
|
+
"create": Object {
|
|
38361
|
+
"enabled": "true",
|
|
38362
|
+
"isTemplated": "true",
|
|
38363
|
+
"visible": "true",
|
|
38364
|
+
},
|
|
38365
|
+
"delete": Object {
|
|
38366
|
+
"enabled": "{= ((%{internal>deletableContexts} !== undefined && (%{internal>deletableContexts}.length) > 0) || (%{internal>unSavedContexts} !== undefined && (%{internal>unSavedContexts}.length) > 0)) && %{internal>deleteEnabled}}",
|
|
38367
|
+
"isTemplated": "true",
|
|
38368
|
+
"visible": "true",
|
|
38369
|
+
},
|
|
38370
|
+
"massEdit": Object {
|
|
38371
|
+
"enabled": "false",
|
|
38372
|
+
"isTemplated": "false",
|
|
38373
|
+
"visible": "false",
|
|
38374
|
+
},
|
|
38375
|
+
"paste": Object {
|
|
38376
|
+
"enabled": "false",
|
|
38377
|
+
"isTemplated": "false",
|
|
38378
|
+
"visible": "false",
|
|
38379
|
+
},
|
|
38215
38380
|
},
|
|
38216
|
-
"
|
|
38381
|
+
"isInsertUpdateTemplated": true,
|
|
38217
38382
|
},
|
|
38218
|
-
"sortConditions": undefined,
|
|
38219
38383
|
"threshold": 30,
|
|
38220
38384
|
"title": "Sales Orders",
|
|
38221
38385
|
"variantManagement": "Control",
|
|
@@ -39761,6 +39925,7 @@ Object {
|
|
|
39761
39925
|
"relativePath": "TransactionCurrency",
|
|
39762
39926
|
"semanticObjectPath": undefined,
|
|
39763
39927
|
"sortable": true,
|
|
39928
|
+
"tooltip": "SD document currency",
|
|
39764
39929
|
"type": "Annotation",
|
|
39765
39930
|
"typeConfig": Object {
|
|
39766
39931
|
"className": "Edm.String",
|
|
@@ -41442,6 +41607,7 @@ Object {
|
|
|
41442
41607
|
"relativePath": "_SoldToParty/@com.sap.vocabularies.Communication.v1.Contact",
|
|
41443
41608
|
"semanticObjectPath": undefined,
|
|
41444
41609
|
"sortable": true,
|
|
41610
|
+
"tooltip": "Name of Customer",
|
|
41445
41611
|
"type": "Annotation",
|
|
41446
41612
|
"typeConfig": Object {
|
|
41447
41613
|
"className": "Edm.String",
|
|
@@ -41599,6 +41765,7 @@ Object {
|
|
|
41599
41765
|
"relativePath": "_SalesOrderType/SalesOrderType_Text",
|
|
41600
41766
|
"semanticObjectPath": undefined,
|
|
41601
41767
|
"sortable": true,
|
|
41768
|
+
"tooltip": "Sales Document Type Description",
|
|
41602
41769
|
"type": "Annotation",
|
|
41603
41770
|
"typeConfig": Object {
|
|
41604
41771
|
"className": "Edm.String",
|
|
@@ -41689,6 +41856,7 @@ Object {
|
|
|
41689
41856
|
"relativePath": "_OverallSDProcessStatus/OverallSDProcessStatus_Text",
|
|
41690
41857
|
"semanticObjectPath": undefined,
|
|
41691
41858
|
"sortable": true,
|
|
41859
|
+
"tooltip": "Status Description",
|
|
41692
41860
|
"type": "Annotation",
|
|
41693
41861
|
"typeConfig": Object {
|
|
41694
41862
|
"className": "Edm.String",
|
|
@@ -41823,6 +41991,7 @@ Object {
|
|
|
41823
41991
|
"relativePath": "_SoldToParty/CustomerName",
|
|
41824
41992
|
"semanticObjectPath": undefined,
|
|
41825
41993
|
"sortable": true,
|
|
41994
|
+
"tooltip": "Name of Customer",
|
|
41826
41995
|
"type": "Annotation",
|
|
41827
41996
|
"typeConfig": Object {
|
|
41828
41997
|
"className": "Edm.String",
|
|
@@ -41913,6 +42082,7 @@ Object {
|
|
|
41913
42082
|
"relativePath": "_ShippingCondition/ShippingCondition_Text",
|
|
41914
42083
|
"semanticObjectPath": undefined,
|
|
41915
42084
|
"sortable": true,
|
|
42085
|
+
"tooltip": "Shipping Conditions Description",
|
|
41916
42086
|
"type": "Annotation",
|
|
41917
42087
|
"typeConfig": Object {
|
|
41918
42088
|
"className": "Edm.String",
|
|
@@ -42183,6 +42353,7 @@ Object {
|
|
|
42183
42353
|
"relativePath": "_CustomerPaymentTerms/CustomerPaymentTerms_Text",
|
|
42184
42354
|
"semanticObjectPath": undefined,
|
|
42185
42355
|
"sortable": true,
|
|
42356
|
+
"tooltip": "Description of terms of payment",
|
|
42186
42357
|
"type": "Annotation",
|
|
42187
42358
|
"typeConfig": Object {
|
|
42188
42359
|
"className": "Edm.String",
|
|
@@ -42289,7 +42460,6 @@ Object {
|
|
|
42289
42460
|
"id": "fe::table::tab2::LineItem",
|
|
42290
42461
|
"navigationPath": "",
|
|
42291
42462
|
"p13nMode": "Sort,Column,Filter",
|
|
42292
|
-
"parentEntityDeleteEnabled": undefined,
|
|
42293
42463
|
"row": Object {
|
|
42294
42464
|
"action": "Navigation",
|
|
42295
42465
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'SalesOrderItem', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -42298,16 +42468,32 @@ Object {
|
|
|
42298
42468
|
},
|
|
42299
42469
|
"searchable": true,
|
|
42300
42470
|
"selectionMode": "Multi",
|
|
42301
|
-
"
|
|
42302
|
-
|
|
42303
|
-
"
|
|
42304
|
-
|
|
42305
|
-
|
|
42306
|
-
|
|
42471
|
+
"sortConditions": undefined,
|
|
42472
|
+
"standardActions": Object {
|
|
42473
|
+
"actions": Object {
|
|
42474
|
+
"create": Object {
|
|
42475
|
+
"enabled": "false",
|
|
42476
|
+
"isTemplated": "false",
|
|
42477
|
+
"visible": "false",
|
|
42478
|
+
},
|
|
42479
|
+
"delete": Object {
|
|
42480
|
+
"enabled": "{= ((%{internal>deletableContexts} !== undefined && (%{internal>deletableContexts}.length) > 0) || (%{internal>unSavedContexts} !== undefined && (%{internal>unSavedContexts}.length) > 0)) && %{internal>deleteEnabled}}",
|
|
42481
|
+
"isTemplated": "true",
|
|
42482
|
+
"visible": "true",
|
|
42483
|
+
},
|
|
42484
|
+
"massEdit": Object {
|
|
42485
|
+
"enabled": "false",
|
|
42486
|
+
"isTemplated": "false",
|
|
42487
|
+
"visible": "false",
|
|
42488
|
+
},
|
|
42489
|
+
"paste": Object {
|
|
42490
|
+
"enabled": "false",
|
|
42491
|
+
"isTemplated": "false",
|
|
42492
|
+
"visible": "false",
|
|
42493
|
+
},
|
|
42307
42494
|
},
|
|
42308
|
-
"
|
|
42495
|
+
"isInsertUpdateTemplated": false,
|
|
42309
42496
|
},
|
|
42310
|
-
"sortConditions": undefined,
|
|
42311
42497
|
"threshold": 5,
|
|
42312
42498
|
"title": "Sales Order Items",
|
|
42313
42499
|
"variantManagement": "Control",
|
|
@@ -45616,6 +45802,7 @@ Object {
|
|
|
45616
45802
|
"relativePath": "_RequestedQuantityUnit/UnitOfMeasure_Text",
|
|
45617
45803
|
"semanticObjectPath": undefined,
|
|
45618
45804
|
"sortable": true,
|
|
45805
|
+
"tooltip": "Unit of Measurement Text (Maximum 30 Characters)",
|
|
45619
45806
|
"type": "Annotation",
|
|
45620
45807
|
"typeConfig": Object {
|
|
45621
45808
|
"className": "Edm.String",
|
|
@@ -45797,7 +45984,6 @@ Object {
|
|
|
45797
45984
|
"id": "fe::table::tab3::LineItem",
|
|
45798
45985
|
"navigationPath": "",
|
|
45799
45986
|
"p13nMode": "Sort,Column,Filter",
|
|
45800
|
-
"parentEntityDeleteEnabled": undefined,
|
|
45801
45987
|
"row": Object {
|
|
45802
45988
|
"action": "Navigation",
|
|
45803
45989
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'SalesOrderManage', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -45806,16 +45992,32 @@ Object {
|
|
|
45806
45992
|
},
|
|
45807
45993
|
"searchable": true,
|
|
45808
45994
|
"selectionMode": "Multi",
|
|
45809
|
-
"
|
|
45810
|
-
|
|
45811
|
-
"
|
|
45812
|
-
|
|
45813
|
-
|
|
45814
|
-
|
|
45995
|
+
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false},{\\"name\\":\\"Property::SalesOrderType\\",\\"descending\\":true}]}",
|
|
45996
|
+
"standardActions": Object {
|
|
45997
|
+
"actions": Object {
|
|
45998
|
+
"create": Object {
|
|
45999
|
+
"enabled": "true",
|
|
46000
|
+
"isTemplated": "true",
|
|
46001
|
+
"visible": "true",
|
|
46002
|
+
},
|
|
46003
|
+
"delete": Object {
|
|
46004
|
+
"enabled": "{= ((%{internal>deletableContexts} !== undefined && (%{internal>deletableContexts}.length) > 0) || (%{internal>unSavedContexts} !== undefined && (%{internal>unSavedContexts}.length) > 0)) && %{internal>deleteEnabled}}",
|
|
46005
|
+
"isTemplated": "true",
|
|
46006
|
+
"visible": "true",
|
|
46007
|
+
},
|
|
46008
|
+
"massEdit": Object {
|
|
46009
|
+
"enabled": "false",
|
|
46010
|
+
"isTemplated": "false",
|
|
46011
|
+
"visible": "false",
|
|
46012
|
+
},
|
|
46013
|
+
"paste": Object {
|
|
46014
|
+
"enabled": "false",
|
|
46015
|
+
"isTemplated": "false",
|
|
46016
|
+
"visible": "false",
|
|
46017
|
+
},
|
|
45815
46018
|
},
|
|
45816
|
-
"
|
|
46019
|
+
"isInsertUpdateTemplated": true,
|
|
45817
46020
|
},
|
|
45818
|
-
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false},{\\"name\\":\\"Property::SalesOrderType\\",\\"descending\\":true}]}",
|
|
45819
46021
|
"threshold": 2,
|
|
45820
46022
|
"title": "Sales Orders",
|
|
45821
46023
|
"variantManagement": "Control",
|
|
@@ -47411,6 +47613,7 @@ Object {
|
|
|
47411
47613
|
"relativePath": "TransactionCurrency",
|
|
47412
47614
|
"semanticObjectPath": undefined,
|
|
47413
47615
|
"sortable": true,
|
|
47616
|
+
"tooltip": "SD document currency",
|
|
47414
47617
|
"type": "Annotation",
|
|
47415
47618
|
"typeConfig": Object {
|
|
47416
47619
|
"className": "Edm.String",
|
|
@@ -49045,6 +49248,7 @@ Object {
|
|
|
49045
49248
|
"relativePath": "_SoldToParty/@com.sap.vocabularies.Communication.v1.Contact",
|
|
49046
49249
|
"semanticObjectPath": undefined,
|
|
49047
49250
|
"sortable": true,
|
|
49251
|
+
"tooltip": "Name of Customer",
|
|
49048
49252
|
"type": "Annotation",
|
|
49049
49253
|
"typeConfig": Object {
|
|
49050
49254
|
"className": "Edm.String",
|
|
@@ -49202,6 +49406,7 @@ Object {
|
|
|
49202
49406
|
"relativePath": "_SalesOrderType/SalesOrderType_Text",
|
|
49203
49407
|
"semanticObjectPath": undefined,
|
|
49204
49408
|
"sortable": true,
|
|
49409
|
+
"tooltip": "Sales Document Type Description",
|
|
49205
49410
|
"type": "Annotation",
|
|
49206
49411
|
"typeConfig": Object {
|
|
49207
49412
|
"className": "Edm.String",
|
|
@@ -49292,6 +49497,7 @@ Object {
|
|
|
49292
49497
|
"relativePath": "_OverallSDProcessStatus/OverallSDProcessStatus_Text",
|
|
49293
49498
|
"semanticObjectPath": undefined,
|
|
49294
49499
|
"sortable": true,
|
|
49500
|
+
"tooltip": "Status Description",
|
|
49295
49501
|
"type": "Annotation",
|
|
49296
49502
|
"typeConfig": Object {
|
|
49297
49503
|
"className": "Edm.String",
|
|
@@ -49382,6 +49588,7 @@ Object {
|
|
|
49382
49588
|
"relativePath": "_SoldToParty/CustomerName",
|
|
49383
49589
|
"semanticObjectPath": undefined,
|
|
49384
49590
|
"sortable": true,
|
|
49591
|
+
"tooltip": "Name of Customer",
|
|
49385
49592
|
"type": "Annotation",
|
|
49386
49593
|
"typeConfig": Object {
|
|
49387
49594
|
"className": "Edm.String",
|
|
@@ -49472,6 +49679,7 @@ Object {
|
|
|
49472
49679
|
"relativePath": "_ShippingCondition/ShippingCondition_Text",
|
|
49473
49680
|
"semanticObjectPath": undefined,
|
|
49474
49681
|
"sortable": true,
|
|
49682
|
+
"tooltip": "Shipping Conditions Description",
|
|
49475
49683
|
"type": "Annotation",
|
|
49476
49684
|
"typeConfig": Object {
|
|
49477
49685
|
"className": "Edm.String",
|
|
@@ -49742,6 +49950,7 @@ Object {
|
|
|
49742
49950
|
"relativePath": "_CustomerPaymentTerms/CustomerPaymentTerms_Text",
|
|
49743
49951
|
"semanticObjectPath": undefined,
|
|
49744
49952
|
"sortable": true,
|
|
49953
|
+
"tooltip": "Description of terms of payment",
|
|
49745
49954
|
"type": "Annotation",
|
|
49746
49955
|
"typeConfig": Object {
|
|
49747
49956
|
"className": "Edm.String",
|
|
@@ -49917,7 +50126,6 @@ Object {
|
|
|
49917
50126
|
"id": "fe::table::SalesOrderManage::LineItem",
|
|
49918
50127
|
"navigationPath": "",
|
|
49919
50128
|
"p13nMode": "Sort,Column,Filter",
|
|
49920
|
-
"parentEntityDeleteEnabled": undefined,
|
|
49921
50129
|
"row": Object {
|
|
49922
50130
|
"action": "Navigation",
|
|
49923
50131
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: 'SalesOrderManage', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -49926,16 +50134,32 @@ Object {
|
|
|
49926
50134
|
},
|
|
49927
50135
|
"searchable": true,
|
|
49928
50136
|
"selectionMode": "Multi",
|
|
49929
|
-
"
|
|
49930
|
-
|
|
49931
|
-
"
|
|
49932
|
-
|
|
49933
|
-
|
|
49934
|
-
|
|
50137
|
+
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false}]}",
|
|
50138
|
+
"standardActions": Object {
|
|
50139
|
+
"actions": Object {
|
|
50140
|
+
"create": Object {
|
|
50141
|
+
"enabled": "true",
|
|
50142
|
+
"isTemplated": "true",
|
|
50143
|
+
"visible": "true",
|
|
50144
|
+
},
|
|
50145
|
+
"delete": Object {
|
|
50146
|
+
"enabled": "{= ((%{internal>deletableContexts} !== undefined && (%{internal>deletableContexts}.length) > 0) || (%{internal>unSavedContexts} !== undefined && (%{internal>unSavedContexts}.length) > 0)) && %{internal>deleteEnabled}}",
|
|
50147
|
+
"isTemplated": "true",
|
|
50148
|
+
"visible": "true",
|
|
50149
|
+
},
|
|
50150
|
+
"massEdit": Object {
|
|
50151
|
+
"enabled": "false",
|
|
50152
|
+
"isTemplated": "false",
|
|
50153
|
+
"visible": "false",
|
|
50154
|
+
},
|
|
50155
|
+
"paste": Object {
|
|
50156
|
+
"enabled": "false",
|
|
50157
|
+
"isTemplated": "false",
|
|
50158
|
+
"visible": "false",
|
|
50159
|
+
},
|
|
49935
50160
|
},
|
|
49936
|
-
"
|
|
50161
|
+
"isInsertUpdateTemplated": true,
|
|
49937
50162
|
},
|
|
49938
|
-
"sortConditions": "{\\"sorters\\":[{\\"name\\":\\"Property::ID\\",\\"descending\\":false}]}",
|
|
49939
50163
|
"threshold": 3,
|
|
49940
50164
|
"title": "Sales Orders",
|
|
49941
50165
|
"variantManagement": "Control",
|
|
@@ -51481,6 +51705,7 @@ Object {
|
|
|
51481
51705
|
"relativePath": "TransactionCurrency",
|
|
51482
51706
|
"semanticObjectPath": undefined,
|
|
51483
51707
|
"sortable": true,
|
|
51708
|
+
"tooltip": "SD document currency",
|
|
51484
51709
|
"type": "Annotation",
|
|
51485
51710
|
"typeConfig": Object {
|
|
51486
51711
|
"className": "Edm.String",
|
|
@@ -53162,6 +53387,7 @@ Object {
|
|
|
53162
53387
|
"relativePath": "_SoldToParty/@com.sap.vocabularies.Communication.v1.Contact",
|
|
53163
53388
|
"semanticObjectPath": undefined,
|
|
53164
53389
|
"sortable": true,
|
|
53390
|
+
"tooltip": "Name of Customer",
|
|
53165
53391
|
"type": "Annotation",
|
|
53166
53392
|
"typeConfig": Object {
|
|
53167
53393
|
"className": "Edm.String",
|
|
@@ -53319,6 +53545,7 @@ Object {
|
|
|
53319
53545
|
"relativePath": "_SalesOrderType/SalesOrderType_Text",
|
|
53320
53546
|
"semanticObjectPath": undefined,
|
|
53321
53547
|
"sortable": true,
|
|
53548
|
+
"tooltip": "Sales Document Type Description",
|
|
53322
53549
|
"type": "Annotation",
|
|
53323
53550
|
"typeConfig": Object {
|
|
53324
53551
|
"className": "Edm.String",
|
|
@@ -53409,6 +53636,7 @@ Object {
|
|
|
53409
53636
|
"relativePath": "_OverallSDProcessStatus/OverallSDProcessStatus_Text",
|
|
53410
53637
|
"semanticObjectPath": undefined,
|
|
53411
53638
|
"sortable": true,
|
|
53639
|
+
"tooltip": "Status Description",
|
|
53412
53640
|
"type": "Annotation",
|
|
53413
53641
|
"typeConfig": Object {
|
|
53414
53642
|
"className": "Edm.String",
|
|
@@ -53543,6 +53771,7 @@ Object {
|
|
|
53543
53771
|
"relativePath": "_SoldToParty/CustomerName",
|
|
53544
53772
|
"semanticObjectPath": undefined,
|
|
53545
53773
|
"sortable": true,
|
|
53774
|
+
"tooltip": "Name of Customer",
|
|
53546
53775
|
"type": "Annotation",
|
|
53547
53776
|
"typeConfig": Object {
|
|
53548
53777
|
"className": "Edm.String",
|
|
@@ -53633,6 +53862,7 @@ Object {
|
|
|
53633
53862
|
"relativePath": "_ShippingCondition/ShippingCondition_Text",
|
|
53634
53863
|
"semanticObjectPath": undefined,
|
|
53635
53864
|
"sortable": true,
|
|
53865
|
+
"tooltip": "Shipping Conditions Description",
|
|
53636
53866
|
"type": "Annotation",
|
|
53637
53867
|
"typeConfig": Object {
|
|
53638
53868
|
"className": "Edm.String",
|
|
@@ -53903,6 +54133,7 @@ Object {
|
|
|
53903
54133
|
"relativePath": "_CustomerPaymentTerms/CustomerPaymentTerms_Text",
|
|
53904
54134
|
"semanticObjectPath": undefined,
|
|
53905
54135
|
"sortable": true,
|
|
54136
|
+
"tooltip": "Description of terms of payment",
|
|
53906
54137
|
"type": "Annotation",
|
|
53907
54138
|
"typeConfig": Object {
|
|
53908
54139
|
"className": "Edm.String",
|
|
@@ -53994,7 +54225,7 @@ Object {
|
|
|
53994
54225
|
"enabled": "{= %{/SingletonOne/IsOperationAvailable} === true}",
|
|
53995
54226
|
"key": "EditAction",
|
|
53996
54227
|
"type": "Primary",
|
|
53997
|
-
"visible": "{=
|
|
54228
|
+
"visible": "{= !%{ui>/isEditable} && (!%{HasDraftEntity} || (%{HasDraftEntity} && !%{DraftAdministrativeData/DraftIsCreatedByMe}))}",
|
|
53998
54229
|
},
|
|
53999
54230
|
Object {
|
|
54000
54231
|
"enabled": "{= %{_ShipToParty/isVerified} === true}",
|
|
@@ -54432,6 +54663,7 @@ Object {
|
|
|
54432
54663
|
},
|
|
54433
54664
|
],
|
|
54434
54665
|
"id": "OrderData",
|
|
54666
|
+
"isVisible": "true",
|
|
54435
54667
|
},
|
|
54436
54668
|
Object {
|
|
54437
54669
|
"actions": undefined,
|
|
@@ -54510,6 +54742,7 @@ Object {
|
|
|
54510
54742
|
},
|
|
54511
54743
|
],
|
|
54512
54744
|
"id": "AddressData",
|
|
54745
|
+
"isVisible": "true",
|
|
54513
54746
|
},
|
|
54514
54747
|
Object {
|
|
54515
54748
|
"actions": undefined,
|
|
@@ -54588,13 +54821,16 @@ Object {
|
|
|
54588
54821
|
},
|
|
54589
54822
|
],
|
|
54590
54823
|
"id": "TermsConditions",
|
|
54824
|
+
"isVisible": "{= true !== %{Delivered}}",
|
|
54591
54825
|
},
|
|
54592
54826
|
],
|
|
54593
54827
|
"hasFacetsNotPartOfPreview": false,
|
|
54594
54828
|
"id": "fe::Form::GeneralInfo",
|
|
54829
|
+
"isVisible": "true",
|
|
54595
54830
|
"useFormContainerLabels": true,
|
|
54596
54831
|
},
|
|
54597
54832
|
"id": "fe::FacetSubSection::GeneralInfo",
|
|
54833
|
+
"isVisibilityDynamic": false,
|
|
54598
54834
|
"key": "GeneralInfo",
|
|
54599
54835
|
"level": 1,
|
|
54600
54836
|
"sideContent": undefined,
|
|
@@ -54605,6 +54841,7 @@ Object {
|
|
|
54605
54841
|
Object {
|
|
54606
54842
|
"annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.Facets/0/Facets/1",
|
|
54607
54843
|
"id": "fe::FacetSubSection::SalesOrderHeaderPartner",
|
|
54844
|
+
"isVisibilityDynamic": false,
|
|
54608
54845
|
"key": "SalesOrderHeaderPartner",
|
|
54609
54846
|
"level": 1,
|
|
54610
54847
|
"presentation": Object {
|
|
@@ -54639,7 +54876,6 @@ Object {
|
|
|
54639
54876
|
"id": "fe::table::_Partner::LineItem",
|
|
54640
54877
|
"navigationPath": "_Partner",
|
|
54641
54878
|
"p13nMode": undefined,
|
|
54642
|
-
"parentEntityDeleteEnabled": "false",
|
|
54643
54879
|
"row": Object {
|
|
54644
54880
|
"action": undefined,
|
|
54645
54881
|
"press": undefined,
|
|
@@ -54648,16 +54884,32 @@ Object {
|
|
|
54648
54884
|
},
|
|
54649
54885
|
"searchable": true,
|
|
54650
54886
|
"selectionMode": "Multi",
|
|
54651
|
-
"
|
|
54652
|
-
|
|
54653
|
-
"
|
|
54654
|
-
|
|
54655
|
-
|
|
54656
|
-
|
|
54887
|
+
"sortConditions": undefined,
|
|
54888
|
+
"standardActions": Object {
|
|
54889
|
+
"actions": Object {
|
|
54890
|
+
"create": Object {
|
|
54891
|
+
"enabled": "{= %{ui>/isEditable} !== false && %{ui>/editMode} === 'Editable'}",
|
|
54892
|
+
"isTemplated": "true",
|
|
54893
|
+
"visible": "{ui>/isEditable}",
|
|
54894
|
+
},
|
|
54895
|
+
"delete": Object {
|
|
54896
|
+
"enabled": "false",
|
|
54897
|
+
"isTemplated": "false",
|
|
54898
|
+
"visible": "false",
|
|
54899
|
+
},
|
|
54900
|
+
"massEdit": Object {
|
|
54901
|
+
"enabled": "false",
|
|
54902
|
+
"isTemplated": "false",
|
|
54903
|
+
"visible": "false",
|
|
54904
|
+
},
|
|
54905
|
+
"paste": Object {
|
|
54906
|
+
"enabled": "{= %{ui>/isEditable} === true}",
|
|
54907
|
+
"isTemplated": "true",
|
|
54908
|
+
"visible": "{= %{ui>/isEditable} === true}",
|
|
54909
|
+
},
|
|
54657
54910
|
},
|
|
54658
|
-
"
|
|
54911
|
+
"isInsertUpdateTemplated": true,
|
|
54659
54912
|
},
|
|
54660
|
-
"sortConditions": undefined,
|
|
54661
54913
|
"threshold": 10,
|
|
54662
54914
|
"title": undefined,
|
|
54663
54915
|
"variantManagement": "None",
|
|
@@ -55789,6 +56041,7 @@ Object {
|
|
|
55789
56041
|
"showTitle": true,
|
|
55790
56042
|
"sideContent": undefined,
|
|
55791
56043
|
"title": "Business Partners",
|
|
56044
|
+
"titleVisible": "true",
|
|
55792
56045
|
"type": "DataVisualization",
|
|
55793
56046
|
"visible": "true",
|
|
55794
56047
|
},
|
|
@@ -55804,6 +56057,7 @@ Object {
|
|
|
55804
56057
|
Object {
|
|
55805
56058
|
"annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.Facets/1",
|
|
55806
56059
|
"id": "fe::FacetSubSection::SalesOrderItems",
|
|
56060
|
+
"isVisibilityDynamic": false,
|
|
55807
56061
|
"key": "SalesOrderItems",
|
|
55808
56062
|
"level": 1,
|
|
55809
56063
|
"presentation": Object {
|
|
@@ -55898,7 +56152,6 @@ Object {
|
|
|
55898
56152
|
"id": "fe::table::_Item::LineItem",
|
|
55899
56153
|
"navigationPath": "_Item",
|
|
55900
56154
|
"p13nMode": "Column",
|
|
55901
|
-
"parentEntityDeleteEnabled": "%{isDeletable} === true",
|
|
55902
56155
|
"row": Object {
|
|
55903
56156
|
"action": "Navigation",
|
|
55904
56157
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: '_Item', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -55907,16 +56160,32 @@ Object {
|
|
|
55907
56160
|
},
|
|
55908
56161
|
"searchable": true,
|
|
55909
56162
|
"selectionMode": "Multi",
|
|
55910
|
-
"
|
|
55911
|
-
|
|
55912
|
-
"
|
|
55913
|
-
|
|
55914
|
-
|
|
55915
|
-
|
|
56163
|
+
"sortConditions": undefined,
|
|
56164
|
+
"standardActions": Object {
|
|
56165
|
+
"actions": Object {
|
|
56166
|
+
"create": Object {
|
|
56167
|
+
"enabled": "{= %{ui>/isEditable} !== false && %{owner/isVerified} === true && %{ui>/editMode} === 'Editable'}",
|
|
56168
|
+
"isTemplated": "false",
|
|
56169
|
+
"visible": "{ui>/isEditable}",
|
|
56170
|
+
},
|
|
56171
|
+
"delete": Object {
|
|
56172
|
+
"enabled": "{= (%{ui>/editMode} === 'Editable') !== false && %{internal>numberOfSelectedContexts} !== 0 && %{isDeletable} === true}",
|
|
56173
|
+
"isTemplated": "true",
|
|
56174
|
+
"visible": "{= %{ui>/editMode} === 'Editable'}",
|
|
56175
|
+
},
|
|
56176
|
+
"massEdit": Object {
|
|
56177
|
+
"enabled": "false",
|
|
56178
|
+
"isTemplated": "false",
|
|
56179
|
+
"visible": "false",
|
|
56180
|
+
},
|
|
56181
|
+
"paste": Object {
|
|
56182
|
+
"enabled": "false",
|
|
56183
|
+
"isTemplated": "false",
|
|
56184
|
+
"visible": "false",
|
|
56185
|
+
},
|
|
55916
56186
|
},
|
|
55917
|
-
"
|
|
56187
|
+
"isInsertUpdateTemplated": true,
|
|
55918
56188
|
},
|
|
55919
|
-
"sortConditions": undefined,
|
|
55920
56189
|
"threshold": 10,
|
|
55921
56190
|
"title": "Sales Order Items",
|
|
55922
56191
|
"variantManagement": "Control",
|
|
@@ -59225,6 +59494,7 @@ Object {
|
|
|
59225
59494
|
"relativePath": "_RequestedQuantityUnit/UnitOfMeasure_Text",
|
|
59226
59495
|
"semanticObjectPath": undefined,
|
|
59227
59496
|
"sortable": true,
|
|
59497
|
+
"tooltip": "Unit of Measurement Text (Maximum 30 Characters)",
|
|
59228
59498
|
"type": "Annotation",
|
|
59229
59499
|
"typeConfig": Object {
|
|
59230
59500
|
"className": "Edm.String",
|
|
@@ -59362,6 +59632,7 @@ Object {
|
|
|
59362
59632
|
"showTitle": true,
|
|
59363
59633
|
"sideContent": undefined,
|
|
59364
59634
|
"title": "Items",
|
|
59635
|
+
"titleVisible": "true",
|
|
59365
59636
|
"type": "DataVisualization",
|
|
59366
59637
|
"visible": "true",
|
|
59367
59638
|
},
|
|
@@ -59377,6 +59648,7 @@ Object {
|
|
|
59377
59648
|
Object {
|
|
59378
59649
|
"annotationPath": "/SalesOrderManage/@com.sap.vocabularies.UI.v1.Facets/2",
|
|
59379
59650
|
"id": "fe::FacetSubSection::SalesOrderItemsDelivered",
|
|
59651
|
+
"isVisibilityDynamic": false,
|
|
59380
59652
|
"key": "SalesOrderItemsDelivered",
|
|
59381
59653
|
"level": 1,
|
|
59382
59654
|
"presentation": Object {
|
|
@@ -59425,7 +59697,6 @@ Object {
|
|
|
59425
59697
|
"id": "fe::table::_Item::LineItem::DeliveredItems",
|
|
59426
59698
|
"navigationPath": "_Item",
|
|
59427
59699
|
"p13nMode": "Sort,Column,Filter",
|
|
59428
|
-
"parentEntityDeleteEnabled": "%{isDeletable} === true",
|
|
59429
59700
|
"row": Object {
|
|
59430
59701
|
"action": "Navigation",
|
|
59431
59702
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: '_Item', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -59434,16 +59705,32 @@ Object {
|
|
|
59434
59705
|
},
|
|
59435
59706
|
"searchable": true,
|
|
59436
59707
|
"selectionMode": "Multi",
|
|
59437
|
-
"
|
|
59438
|
-
|
|
59439
|
-
"
|
|
59440
|
-
|
|
59441
|
-
|
|
59442
|
-
|
|
59708
|
+
"sortConditions": undefined,
|
|
59709
|
+
"standardActions": Object {
|
|
59710
|
+
"actions": Object {
|
|
59711
|
+
"create": Object {
|
|
59712
|
+
"enabled": "{= %{ui>/isEditable} !== false && %{owner/isVerified} === true && %{ui>/editMode} === 'Editable'}",
|
|
59713
|
+
"isTemplated": "true",
|
|
59714
|
+
"visible": "{ui>/isEditable}",
|
|
59715
|
+
},
|
|
59716
|
+
"delete": Object {
|
|
59717
|
+
"enabled": "{= (%{ui>/editMode} === 'Editable') !== false && %{internal>numberOfSelectedContexts} !== 0 && %{isDeletable} === true}",
|
|
59718
|
+
"isTemplated": "true",
|
|
59719
|
+
"visible": "{= %{ui>/editMode} === 'Editable'}",
|
|
59720
|
+
},
|
|
59721
|
+
"massEdit": Object {
|
|
59722
|
+
"enabled": "false",
|
|
59723
|
+
"isTemplated": "false",
|
|
59724
|
+
"visible": "false",
|
|
59725
|
+
},
|
|
59726
|
+
"paste": Object {
|
|
59727
|
+
"enabled": "{= %{ui>/isEditable} === true && %{owner/isVerified} === true}",
|
|
59728
|
+
"isTemplated": "true",
|
|
59729
|
+
"visible": "{= %{ui>/isEditable} === true && %{owner/isVerified} === true}",
|
|
59730
|
+
},
|
|
59443
59731
|
},
|
|
59444
|
-
"
|
|
59732
|
+
"isInsertUpdateTemplated": true,
|
|
59445
59733
|
},
|
|
59446
|
-
"sortConditions": undefined,
|
|
59447
59734
|
"threshold": 10,
|
|
59448
59735
|
"title": "Sales Order Items",
|
|
59449
59736
|
"variantManagement": "Control",
|
|
@@ -62752,6 +63039,7 @@ Object {
|
|
|
62752
63039
|
"relativePath": "_RequestedQuantityUnit/UnitOfMeasure_Text",
|
|
62753
63040
|
"semanticObjectPath": undefined,
|
|
62754
63041
|
"sortable": true,
|
|
63042
|
+
"tooltip": "Unit of Measurement Text (Maximum 30 Characters)",
|
|
62755
63043
|
"type": "Annotation",
|
|
62756
63044
|
"typeConfig": Object {
|
|
62757
63045
|
"className": "Edm.String",
|
|
@@ -62889,6 +63177,7 @@ Object {
|
|
|
62889
63177
|
"showTitle": true,
|
|
62890
63178
|
"sideContent": undefined,
|
|
62891
63179
|
"title": "Items",
|
|
63180
|
+
"titleVisible": "true",
|
|
62892
63181
|
"type": "DataVisualization",
|
|
62893
63182
|
"visible": "true",
|
|
62894
63183
|
},
|
|
@@ -63025,13 +63314,16 @@ Object {
|
|
|
63025
63314
|
},
|
|
63026
63315
|
],
|
|
63027
63316
|
"id": "Identification::OrgData",
|
|
63317
|
+
"isVisible": "true",
|
|
63028
63318
|
},
|
|
63029
63319
|
],
|
|
63030
63320
|
"hasFacetsNotPartOfPreview": false,
|
|
63031
63321
|
"id": "fe::Form::Identification::OrgData",
|
|
63322
|
+
"isVisible": "true",
|
|
63032
63323
|
"useFormContainerLabels": false,
|
|
63033
63324
|
},
|
|
63034
63325
|
"id": "fe::FacetSubSection::Identification::OrgData",
|
|
63326
|
+
"isVisibilityDynamic": false,
|
|
63035
63327
|
"key": "Item Information",
|
|
63036
63328
|
"level": 1,
|
|
63037
63329
|
"sideContent": undefined,
|
|
@@ -63051,6 +63343,7 @@ Object {
|
|
|
63051
63343
|
Object {
|
|
63052
63344
|
"annotationPath": "/SalesOrderItem/@com.sap.vocabularies.UI.v1.Facets/1",
|
|
63053
63345
|
"id": "fe::FacetSubSection::MaterialDetailsFacet",
|
|
63346
|
+
"isVisibilityDynamic": false,
|
|
63054
63347
|
"key": "MaterialDetailsFacet",
|
|
63055
63348
|
"level": 1,
|
|
63056
63349
|
"presentation": Object {
|
|
@@ -63080,7 +63373,6 @@ Object {
|
|
|
63080
63373
|
"id": "fe::table::_MaterialDetails::LineItem",
|
|
63081
63374
|
"navigationPath": "_MaterialDetails",
|
|
63082
63375
|
"p13nMode": "Sort,Column",
|
|
63083
|
-
"parentEntityDeleteEnabled": "true",
|
|
63084
63376
|
"row": Object {
|
|
63085
63377
|
"action": "Navigation",
|
|
63086
63378
|
"press": "API.onTableRowPress($event, $controller, \${$parameters>bindingContext}, { callExtension: true, targetPath: '_MaterialDetails', editable : !\${$parameters>bindingContext}.getProperty('IsActiveEntity')})",
|
|
@@ -63089,16 +63381,32 @@ Object {
|
|
|
63089
63381
|
},
|
|
63090
63382
|
"searchable": true,
|
|
63091
63383
|
"selectionMode": "{= %{ui>/editMode} === 'Editable' ? 'Multi' : (%{owner/ReturnInProcess} === false ? 'Multi' : 'None')}",
|
|
63092
|
-
"
|
|
63093
|
-
|
|
63094
|
-
"
|
|
63095
|
-
|
|
63096
|
-
|
|
63097
|
-
|
|
63384
|
+
"sortConditions": undefined,
|
|
63385
|
+
"standardActions": Object {
|
|
63386
|
+
"actions": Object {
|
|
63387
|
+
"create": Object {
|
|
63388
|
+
"enabled": "{= %{ui>/isEditable} !== false && %{ui>/editMode} === 'Editable'}",
|
|
63389
|
+
"isTemplated": "true",
|
|
63390
|
+
"visible": "{ui>/isEditable}",
|
|
63391
|
+
},
|
|
63392
|
+
"delete": Object {
|
|
63393
|
+
"enabled": "{= (%{ui>/editMode} === 'Editable') !== false && %{internal>numberOfSelectedContexts} !== 0}",
|
|
63394
|
+
"isTemplated": "true",
|
|
63395
|
+
"visible": "{= %{ui>/editMode} === 'Editable'}",
|
|
63396
|
+
},
|
|
63397
|
+
"massEdit": Object {
|
|
63398
|
+
"enabled": "false",
|
|
63399
|
+
"isTemplated": "false",
|
|
63400
|
+
"visible": "false",
|
|
63401
|
+
},
|
|
63402
|
+
"paste": Object {
|
|
63403
|
+
"enabled": "{= %{ui>/isEditable} === true}",
|
|
63404
|
+
"isTemplated": "true",
|
|
63405
|
+
"visible": "{= %{ui>/isEditable} === true}",
|
|
63406
|
+
},
|
|
63098
63407
|
},
|
|
63099
|
-
"
|
|
63408
|
+
"isInsertUpdateTemplated": true,
|
|
63100
63409
|
},
|
|
63101
|
-
"sortConditions": undefined,
|
|
63102
63410
|
"threshold": 10,
|
|
63103
63411
|
"title": "Material Details",
|
|
63104
63412
|
"variantManagement": "None",
|
|
@@ -63948,6 +64256,7 @@ Object {
|
|
|
63948
64256
|
"showTitle": false,
|
|
63949
64257
|
"sideContent": undefined,
|
|
63950
64258
|
"title": "Material Details",
|
|
64259
|
+
"titleVisible": "true",
|
|
63951
64260
|
"type": "DataVisualization",
|
|
63952
64261
|
"visible": "true",
|
|
63953
64262
|
},
|