@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.macros/test/sap/fe/macros/jest/__snapshots__/SimpleFieldMacro.spec.ts.snap
CHANGED
|
@@ -5,6 +5,7 @@ exports[`MacroField - check control templating for ListReport / field with nowra
|
|
|
5
5
|
<!-- There is a default data field therefore we jump to it and run the same logic again -->
|
|
6
6
|
<Text
|
|
7
7
|
xmlns=\\"sap.m\\"
|
|
8
|
+
visible=\\"true\\"
|
|
8
9
|
text=\\"{parts:[{value: 'formatWithBrackets'},{path:'propWithTextText', targetType : 'any'},{path:'propWithText', type : 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}], formatter: 'sap.fe.core.formatters.ValueFormatter'}\\"
|
|
9
10
|
/>
|
|
10
11
|
</root>
|
|
@@ -13,28 +14,12 @@ exports[`MacroField - check control templating for ListReport / field with nowra
|
|
|
13
14
|
|
|
14
15
|
exports[`MacroField - check control templating for ListReport / field with nowrapper when there is a nowrapper for a field and analytics is true 1`] = `
|
|
15
16
|
"<root>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<control:FieldWrapper
|
|
23
|
-
xmlns:control=\\"sap.fe.core.controls\\"
|
|
24
|
-
emptyIndicatorTrigger=\\"inactive\\"
|
|
25
|
-
editMode=\\"Display\\"
|
|
26
|
-
visible=\\"{= (%{@$ui5.node.isExpanded} !== true || %{@$ui5.node.level} === 0)}\\"
|
|
27
|
-
required=\\"false\\"
|
|
28
|
-
width=\\"100%\\"
|
|
29
|
-
>
|
|
30
|
-
<control:contentDisplay>
|
|
31
|
-
<Text
|
|
32
|
-
xmlns=\\"sap.m\\"
|
|
33
|
-
text=\\"{parts:[{value: 'formatWithBrackets'},{path:'propWithTextText', targetType : 'any'},{path:'propWithText', type : 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}], formatter: 'sap.fe.core.formatters.ValueFormatter'}\\"
|
|
34
|
-
/>
|
|
35
|
-
</control:contentDisplay>
|
|
36
|
-
</control:FieldWrapper>
|
|
37
|
-
</macro:FieldAPI>
|
|
17
|
+
<!-- There is a default data field therefore we jump to it and run the same logic again -->
|
|
18
|
+
<Text
|
|
19
|
+
xmlns=\\"sap.m\\"
|
|
20
|
+
visible=\\"{= %{@$ui5.node.isExpanded} !== true || %{@$ui5.node.level} === 0}\\"
|
|
21
|
+
text=\\"{parts:[{value: 'formatWithBrackets'},{path:'propWithTextText', targetType : 'any'},{path:'propWithText', type : 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}], formatter: 'sap.fe.core.formatters.ValueFormatter'}\\"
|
|
22
|
+
/>
|
|
38
23
|
</root>
|
|
39
24
|
"
|
|
40
25
|
`;
|
|
@@ -85,7 +70,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
85
70
|
<control:contentDisplay>
|
|
86
71
|
<Text
|
|
87
72
|
xmlns=\\"sap.m\\"
|
|
88
|
-
text=\\"{path:'headerDate', type: 'sap.ui.model.odata.type.Date'}\\"
|
|
73
|
+
text=\\"{path: 'headerDate', type: 'sap.ui.model.odata.type.Date'}\\"
|
|
89
74
|
/>
|
|
90
75
|
</control:contentDisplay>
|
|
91
76
|
<control:contentEdit>
|
|
@@ -97,14 +82,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
97
82
|
ns2:id=\\"MacroInput\\"
|
|
98
83
|
xmlns:ns3=\\"http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1\\"
|
|
99
84
|
ns3:sourcePath=\\"/Items/headerDate\\"
|
|
100
|
-
value=\\"{path:'headerDate', type: 'sap.ui.model.odata.type.Date'}\\"
|
|
85
|
+
value=\\"{path: 'headerDate', type: 'sap.ui.model.odata.type.Date'}\\"
|
|
101
86
|
width=\\"100%\\"
|
|
102
87
|
editable=\\"{ui>/isEditable}\\"
|
|
103
88
|
enabled=\\"true\\"
|
|
104
89
|
required=\\"false\\"
|
|
105
90
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
106
91
|
textAlign=\\"Begin\\"
|
|
107
|
-
validateFieldGroup=\\".
|
|
92
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
108
93
|
/>
|
|
109
94
|
</control:contentEdit>
|
|
110
95
|
</control:FieldWrapper>
|
|
@@ -131,7 +116,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
131
116
|
<control:contentDisplay>
|
|
132
117
|
<Text
|
|
133
118
|
xmlns=\\"sap.m\\"
|
|
134
|
-
text=\\"{path:'usageCounter', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
119
|
+
text=\\"{path: 'usageCounter', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
135
120
|
/>
|
|
136
121
|
</control:contentDisplay>
|
|
137
122
|
<control:contentEdit>
|
|
@@ -143,14 +128,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
143
128
|
ns2:sourcePath=\\"/Items/usageCounter\\"
|
|
144
129
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
145
130
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
146
|
-
value=\\"{path:'usageCounter', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
131
|
+
value=\\"{path: 'usageCounter', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
147
132
|
width=\\"100%\\"
|
|
148
133
|
editable=\\"{ui>/isEditable}\\"
|
|
149
134
|
enabled=\\"true\\"
|
|
150
135
|
required=\\"false\\"
|
|
151
136
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
152
137
|
textAlign=\\"{= %{ui>/isEditable} ? 'End' : 'Begin'}\\"
|
|
153
|
-
validateFieldGroup=\\".
|
|
138
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
154
139
|
/>
|
|
155
140
|
</control:contentEdit>
|
|
156
141
|
</control:FieldWrapper>
|
|
@@ -177,7 +162,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
177
162
|
<control:contentDisplay>
|
|
178
163
|
<Text
|
|
179
164
|
xmlns=\\"sap.m\\"
|
|
180
|
-
text=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
165
|
+
text=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
181
166
|
/>
|
|
182
167
|
</control:contentDisplay>
|
|
183
168
|
<control:contentEdit>
|
|
@@ -189,14 +174,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
189
174
|
ns2:sourcePath=\\"/Items/name\\"
|
|
190
175
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
191
176
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
192
|
-
value=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
177
|
+
value=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
193
178
|
width=\\"100%\\"
|
|
194
179
|
editable=\\"{ui>/isEditable}\\"
|
|
195
180
|
enabled=\\"true\\"
|
|
196
181
|
required=\\"false\\"
|
|
197
182
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
198
183
|
textAlign=\\"Begin\\"
|
|
199
|
-
validateFieldGroup=\\".
|
|
184
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
200
185
|
/>
|
|
201
186
|
</control:contentEdit>
|
|
202
187
|
</control:FieldWrapper>
|
|
@@ -224,7 +209,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
224
209
|
<control:contentDisplay>
|
|
225
210
|
<Text
|
|
226
211
|
xmlns=\\"sap.m\\"
|
|
227
|
-
text=\\"{path:'isDigitSequence', type: 'sap.ui.model.odata.type.String',
|
|
212
|
+
text=\\"{path: 'isDigitSequence', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {isDigitSequence: true}}\\"
|
|
228
213
|
/>
|
|
229
214
|
</control:contentDisplay>
|
|
230
215
|
<control:contentEdit>
|
|
@@ -236,14 +221,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
236
221
|
ns2:sourcePath=\\"/Items/isDigitSequence\\"
|
|
237
222
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
238
223
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
239
|
-
value=\\"{path:'isDigitSequence', type: 'sap.ui.model.odata.type.String',
|
|
224
|
+
value=\\"{path: 'isDigitSequence', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {isDigitSequence: true}}\\"
|
|
240
225
|
width=\\"100%\\"
|
|
241
226
|
editable=\\"{ui>/isEditable}\\"
|
|
242
227
|
enabled=\\"true\\"
|
|
243
228
|
required=\\"false\\"
|
|
244
229
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
245
230
|
textAlign=\\"Begin\\"
|
|
246
|
-
validateFieldGroup=\\".
|
|
231
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
247
232
|
/>
|
|
248
233
|
</control:contentEdit>
|
|
249
234
|
</control:FieldWrapper>
|
|
@@ -270,7 +255,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
270
255
|
<control:contentDisplay>
|
|
271
256
|
<Text
|
|
272
257
|
xmlns=\\"sap.m\\"
|
|
273
|
-
text=\\"{path:'headerDate', type: 'sap.ui.model.odata.type.Date'}\\"
|
|
258
|
+
text=\\"{path: 'headerDate', type: 'sap.ui.model.odata.type.Date'}\\"
|
|
274
259
|
/>
|
|
275
260
|
</control:contentDisplay>
|
|
276
261
|
<control:contentEdit>
|
|
@@ -282,14 +267,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
282
267
|
ns2:id=\\"MacroInput\\"
|
|
283
268
|
xmlns:ns3=\\"http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1\\"
|
|
284
269
|
ns3:sourcePath=\\"/Items/headerDate\\"
|
|
285
|
-
value=\\"{path:'headerDate', type: 'sap.ui.model.odata.type.Date'}\\"
|
|
270
|
+
value=\\"{path: 'headerDate', type: 'sap.ui.model.odata.type.Date'}\\"
|
|
286
271
|
width=\\"100%\\"
|
|
287
272
|
editable=\\"{ui>/isEditable}\\"
|
|
288
273
|
enabled=\\"true\\"
|
|
289
274
|
required=\\"false\\"
|
|
290
275
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
291
|
-
textAlign=\\"
|
|
292
|
-
validateFieldGroup=\\".
|
|
276
|
+
textAlign=\\"Right\\"
|
|
277
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
293
278
|
/>
|
|
294
279
|
</control:contentEdit>
|
|
295
280
|
</control:FieldWrapper>
|
|
@@ -316,7 +301,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
316
301
|
<control:contentDisplay>
|
|
317
302
|
<Text
|
|
318
303
|
xmlns=\\"sap.m\\"
|
|
319
|
-
text=\\"{path:'usageProgress', type: 'sap.ui.model.odata.type.Decimal', constraints: {scale: 2, precision: 4}}\\"
|
|
304
|
+
text=\\"{path: 'usageProgress', type: 'sap.ui.model.odata.type.Decimal', constraints: {scale: 2, precision: 4}}\\"
|
|
320
305
|
/>
|
|
321
306
|
</control:contentDisplay>
|
|
322
307
|
<control:contentEdit>
|
|
@@ -328,14 +313,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
328
313
|
ns2:sourcePath=\\"/Items/usageProgress\\"
|
|
329
314
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
330
315
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
331
|
-
value=\\"{path:'usageProgress', type: 'sap.ui.model.odata.type.Decimal', constraints: {scale: 2, precision: 4}}\\"
|
|
316
|
+
value=\\"{path: 'usageProgress', type: 'sap.ui.model.odata.type.Decimal', constraints: {scale: 2, precision: 4}}\\"
|
|
332
317
|
width=\\"100%\\"
|
|
333
318
|
editable=\\"{ui>/isEditable}\\"
|
|
334
319
|
enabled=\\"true\\"
|
|
335
320
|
required=\\"false\\"
|
|
336
321
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
337
|
-
textAlign=\\"
|
|
338
|
-
validateFieldGroup=\\".
|
|
322
|
+
textAlign=\\"Right\\"
|
|
323
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
339
324
|
/>
|
|
340
325
|
</control:contentEdit>
|
|
341
326
|
</control:FieldWrapper>
|
|
@@ -362,7 +347,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
362
347
|
<control:contentDisplay>
|
|
363
348
|
<Text
|
|
364
349
|
xmlns=\\"sap.m\\"
|
|
365
|
-
text=\\"{path:'usageCoefficient', type: 'sap.ui.model.odata.type.Double', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
350
|
+
text=\\"{path: 'usageCoefficient', type: 'sap.ui.model.odata.type.Double', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
366
351
|
/>
|
|
367
352
|
</control:contentDisplay>
|
|
368
353
|
<control:contentEdit>
|
|
@@ -374,14 +359,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
374
359
|
ns2:sourcePath=\\"/Items/usageCoefficient\\"
|
|
375
360
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
376
361
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
377
|
-
value=\\"{path:'usageCoefficient', type: 'sap.ui.model.odata.type.Double', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
362
|
+
value=\\"{path: 'usageCoefficient', type: 'sap.ui.model.odata.type.Double', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
378
363
|
width=\\"100%\\"
|
|
379
364
|
editable=\\"{ui>/isEditable}\\"
|
|
380
365
|
enabled=\\"true\\"
|
|
381
366
|
required=\\"false\\"
|
|
382
367
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
383
|
-
textAlign=\\"
|
|
384
|
-
validateFieldGroup=\\".
|
|
368
|
+
textAlign=\\"Right\\"
|
|
369
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
385
370
|
/>
|
|
386
371
|
</control:contentEdit>
|
|
387
372
|
</control:FieldWrapper>
|
|
@@ -408,7 +393,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
408
393
|
<control:contentDisplay>
|
|
409
394
|
<Text
|
|
410
395
|
xmlns=\\"sap.m\\"
|
|
411
|
-
text=\\"{path:'usageCounter', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
396
|
+
text=\\"{path: 'usageCounter', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
412
397
|
/>
|
|
413
398
|
</control:contentDisplay>
|
|
414
399
|
<control:contentEdit>
|
|
@@ -420,14 +405,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
420
405
|
ns2:sourcePath=\\"/Items/usageCounter\\"
|
|
421
406
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
422
407
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
423
|
-
value=\\"{path:'usageCounter', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
408
|
+
value=\\"{path: 'usageCounter', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
424
409
|
width=\\"100%\\"
|
|
425
410
|
editable=\\"{ui>/isEditable}\\"
|
|
426
411
|
enabled=\\"true\\"
|
|
427
412
|
required=\\"false\\"
|
|
428
413
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
429
|
-
textAlign=\\"
|
|
430
|
-
validateFieldGroup=\\".
|
|
414
|
+
textAlign=\\"Right\\"
|
|
415
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
431
416
|
/>
|
|
432
417
|
</control:contentEdit>
|
|
433
418
|
</control:FieldWrapper>
|
|
@@ -457,8 +442,8 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
457
442
|
<!-- We use % to prevent ODataBinding automatically formatting the stringValue as a number-->
|
|
458
443
|
<u:Currency
|
|
459
444
|
xmlns:u=\\"sap.ui.unified\\"
|
|
460
|
-
stringValue=\\"{path:'amount1', targetType: 'any'}\\"
|
|
461
|
-
currency=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
445
|
+
stringValue=\\"{path: 'amount1', targetType: 'any'}\\"
|
|
446
|
+
currency=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
462
447
|
useSymbol=\\"false\\"
|
|
463
448
|
maxPrecision=\\"3\\"
|
|
464
449
|
/>
|
|
@@ -479,8 +464,8 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
479
464
|
enabled=\\"true\\"
|
|
480
465
|
required=\\"false\\"
|
|
481
466
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
482
|
-
textAlign=\\"
|
|
483
|
-
validateFieldGroup=\\".
|
|
467
|
+
textAlign=\\"Right\\"
|
|
468
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
484
469
|
/>
|
|
485
470
|
<Input
|
|
486
471
|
xmlns=\\"sap.m\\"
|
|
@@ -488,13 +473,13 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
488
473
|
ns3:sourcePath=\\"/Items/amount1\\"
|
|
489
474
|
xmlns:ns4=\\"sap.ui.core\\"
|
|
490
475
|
ns4:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
491
|
-
value=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
476
|
+
value=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
492
477
|
width=\\"30%\\"
|
|
493
478
|
editable=\\"true\\"
|
|
494
479
|
enabled=\\"true\\"
|
|
495
480
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
496
|
-
textAlign=\\"
|
|
497
|
-
validateFieldGroup=\\".
|
|
481
|
+
textAlign=\\"Right\\"
|
|
482
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
498
483
|
visible=\\"true\\"
|
|
499
484
|
/>
|
|
500
485
|
</control:contentEdit>
|
|
@@ -532,7 +517,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
532
517
|
ns1:sourcePath=\\"/Items/quantityWithStaticUnit\\"
|
|
533
518
|
xmlns:ns2=\\"sap.ui.core\\"
|
|
534
519
|
ns2:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
535
|
-
value=\\"{path:'quantityWithStaticUnit', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
520
|
+
value=\\"{path: 'quantityWithStaticUnit', type: 'sap.ui.model.odata.type.Int64', formatOptions: {parseAsString: false, emptyString: ''}}\\"
|
|
536
521
|
width=\\"100%\\"
|
|
537
522
|
fieldWidth=\\"70%\\"
|
|
538
523
|
description=\\"mass-gram\\"
|
|
@@ -540,8 +525,8 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
540
525
|
enabled=\\"true\\"
|
|
541
526
|
required=\\"false\\"
|
|
542
527
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
543
|
-
textAlign=\\"
|
|
544
|
-
validateFieldGroup=\\".
|
|
528
|
+
textAlign=\\"Right\\"
|
|
529
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
545
530
|
/>
|
|
546
531
|
</control:contentEdit>
|
|
547
532
|
</control:FieldWrapper>
|
|
@@ -586,8 +571,8 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
586
571
|
enabled=\\"true\\"
|
|
587
572
|
required=\\"false\\"
|
|
588
573
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
589
|
-
textAlign=\\"
|
|
590
|
-
validateFieldGroup=\\".
|
|
574
|
+
textAlign=\\"Right\\"
|
|
575
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
591
576
|
/>
|
|
592
577
|
<Input
|
|
593
578
|
xmlns=\\"sap.m\\"
|
|
@@ -595,13 +580,13 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
595
580
|
ns3:sourcePath=\\"/Items/quantity1\\"
|
|
596
581
|
xmlns:ns4=\\"sap.ui.core\\"
|
|
597
582
|
ns4:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
598
|
-
value=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
583
|
+
value=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
599
584
|
width=\\"30%\\"
|
|
600
585
|
editable=\\"true\\"
|
|
601
586
|
enabled=\\"true\\"
|
|
602
587
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
603
|
-
textAlign=\\"
|
|
604
|
-
validateFieldGroup=\\".
|
|
588
|
+
textAlign=\\"Right\\"
|
|
589
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
605
590
|
visible=\\"true\\"
|
|
606
591
|
/>
|
|
607
592
|
</control:contentEdit>
|
|
@@ -647,8 +632,8 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
647
632
|
enabled=\\"true\\"
|
|
648
633
|
required=\\"false\\"
|
|
649
634
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
650
|
-
textAlign=\\"
|
|
651
|
-
validateFieldGroup=\\".
|
|
635
|
+
textAlign=\\"Right\\"
|
|
636
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
652
637
|
/>
|
|
653
638
|
<Input
|
|
654
639
|
xmlns=\\"sap.m\\"
|
|
@@ -656,13 +641,13 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
656
641
|
ns3:sourcePath=\\"/Items/quantity2\\"
|
|
657
642
|
xmlns:ns4=\\"sap.ui.core\\"
|
|
658
643
|
ns4:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
659
|
-
value=\\"{path:'unit2', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
644
|
+
value=\\"{path: 'unit2', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
660
645
|
width=\\"30%\\"
|
|
661
646
|
editable=\\"true\\"
|
|
662
647
|
enabled=\\"true\\"
|
|
663
648
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
664
|
-
textAlign=\\"
|
|
665
|
-
validateFieldGroup=\\".
|
|
649
|
+
textAlign=\\"Right\\"
|
|
650
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
666
651
|
visible=\\"false\\"
|
|
667
652
|
/>
|
|
668
653
|
</control:contentEdit>
|
|
@@ -690,7 +675,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
690
675
|
<control:contentDisplay>
|
|
691
676
|
<Text
|
|
692
677
|
xmlns=\\"sap.m\\"
|
|
693
|
-
text=\\"{path:'usageStartTime', type: 'sap.ui.model.odata.type.TimeOfDay'}\\"
|
|
678
|
+
text=\\"{path: 'usageStartTime', type: 'sap.ui.model.odata.type.TimeOfDay'}\\"
|
|
694
679
|
/>
|
|
695
680
|
</control:contentDisplay>
|
|
696
681
|
<control:contentEdit>
|
|
@@ -702,14 +687,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
702
687
|
ns2:id=\\"MacroInput\\"
|
|
703
688
|
xmlns:ns3=\\"http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1\\"
|
|
704
689
|
ns3:sourcePath=\\"/Items/usageStartTime\\"
|
|
705
|
-
value=\\"{path:'usageStartTime', type: 'sap.ui.model.odata.type.TimeOfDay'}\\"
|
|
690
|
+
value=\\"{path: 'usageStartTime', type: 'sap.ui.model.odata.type.TimeOfDay'}\\"
|
|
706
691
|
width=\\"100%\\"
|
|
707
692
|
editable=\\"{ui>/isEditable}\\"
|
|
708
693
|
enabled=\\"true\\"
|
|
709
694
|
required=\\"false\\"
|
|
710
695
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
711
|
-
textAlign=\\"
|
|
712
|
-
validateFieldGroup=\\".
|
|
696
|
+
textAlign=\\"Right\\"
|
|
697
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
713
698
|
/>
|
|
714
699
|
</control:contentEdit>
|
|
715
700
|
</control:FieldWrapper>
|
|
@@ -736,7 +721,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
736
721
|
<control:contentDisplay>
|
|
737
722
|
<Text
|
|
738
723
|
xmlns=\\"sap.m\\"
|
|
739
|
-
text=\\"{path:'creationDate', type: 'sap.ui.model.odata.type.DateTimeOffset', constraints: {precision: 7}}\\"
|
|
724
|
+
text=\\"{path: 'creationDate', type: 'sap.ui.model.odata.type.DateTimeOffset', constraints: {precision: 7}}\\"
|
|
740
725
|
/>
|
|
741
726
|
</control:contentDisplay>
|
|
742
727
|
<control:contentEdit>
|
|
@@ -748,14 +733,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
748
733
|
ns2:id=\\"MacroInput\\"
|
|
749
734
|
xmlns:ns3=\\"http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1\\"
|
|
750
735
|
ns3:sourcePath=\\"/Items/creationDate\\"
|
|
751
|
-
value=\\"{path:'creationDate', type: 'sap.ui.model.odata.type.DateTimeOffset', constraints: {precision: 7}}\\"
|
|
736
|
+
value=\\"{path: 'creationDate', type: 'sap.ui.model.odata.type.DateTimeOffset', constraints: {precision: 7}}\\"
|
|
752
737
|
width=\\"100%\\"
|
|
753
738
|
editable=\\"{ui>/isEditable}\\"
|
|
754
739
|
enabled=\\"true\\"
|
|
755
740
|
required=\\"false\\"
|
|
756
741
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
757
|
-
textAlign=\\"
|
|
758
|
-
validateFieldGroup=\\".
|
|
742
|
+
textAlign=\\"Right\\"
|
|
743
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
759
744
|
/>
|
|
760
745
|
</control:contentEdit>
|
|
761
746
|
</control:FieldWrapper>
|
|
@@ -782,7 +767,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
782
767
|
<control:contentDisplay>
|
|
783
768
|
<Text
|
|
784
769
|
xmlns=\\"sap.m\\"
|
|
785
|
-
text=\\"{path:'preferredItem', type: 'sap.ui.model.odata.type.Boolean'}\\"
|
|
770
|
+
text=\\"{path: 'preferredItem', type: 'sap.ui.model.odata.type.Boolean'}\\"
|
|
786
771
|
/>
|
|
787
772
|
</control:contentDisplay>
|
|
788
773
|
<control:contentEdit>
|
|
@@ -794,11 +779,11 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
794
779
|
ns2:sourcePath=\\"/Items/preferredItem\\"
|
|
795
780
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
796
781
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
797
|
-
selected=\\"{path:'preferredItem', type: 'sap.ui.model.odata.type.Boolean'}\\"
|
|
782
|
+
selected=\\"{path: 'preferredItem', type: 'sap.ui.model.odata.type.Boolean'}\\"
|
|
798
783
|
editable=\\"{ui>/isEditable}\\"
|
|
799
784
|
enabled=\\"true\\"
|
|
800
785
|
select=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
801
|
-
validateFieldGroup=\\".
|
|
786
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
802
787
|
/>
|
|
803
788
|
</control:contentEdit>
|
|
804
789
|
</control:FieldWrapper>
|
|
@@ -825,7 +810,7 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
825
810
|
<control:contentDisplay>
|
|
826
811
|
<Text
|
|
827
812
|
xmlns=\\"sap.m\\"
|
|
828
|
-
text=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
813
|
+
text=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
829
814
|
/>
|
|
830
815
|
</control:contentDisplay>
|
|
831
816
|
<control:contentEdit>
|
|
@@ -837,14 +822,14 @@ exports[`MacroField - check control templating for basic types and input alignme
|
|
|
837
822
|
ns2:sourcePath=\\"/Items/name\\"
|
|
838
823
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
839
824
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
840
|
-
value=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
825
|
+
value=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
841
826
|
width=\\"100%\\"
|
|
842
827
|
editable=\\"{ui>/isEditable}\\"
|
|
843
828
|
enabled=\\"true\\"
|
|
844
829
|
required=\\"false\\"
|
|
845
830
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
846
831
|
textAlign=\\"Begin\\"
|
|
847
|
-
validateFieldGroup=\\".
|
|
832
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
848
833
|
/>
|
|
849
834
|
</control:contentEdit>
|
|
850
835
|
</control:FieldWrapper>
|
|
@@ -862,7 +847,7 @@ exports[`MacroField - check control templating for empty placeHolder trigger- w
|
|
|
862
847
|
>
|
|
863
848
|
<control:FieldWrapper
|
|
864
849
|
xmlns:control=\\"sap.fe.core.controls\\"
|
|
865
|
-
emptyIndicatorTrigger=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
850
|
+
emptyIndicatorTrigger=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
866
851
|
editMode=\\"{= %{ui>/isEditable} ? 'Editable' : 'Display'}\\"
|
|
867
852
|
visible=\\"true\\"
|
|
868
853
|
required=\\"false\\"
|
|
@@ -871,7 +856,7 @@ exports[`MacroField - check control templating for empty placeHolder trigger- w
|
|
|
871
856
|
<control:contentDisplay>
|
|
872
857
|
<Text
|
|
873
858
|
xmlns=\\"sap.m\\"
|
|
874
|
-
text=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
859
|
+
text=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
875
860
|
/>
|
|
876
861
|
</control:contentDisplay>
|
|
877
862
|
<control:contentEdit>
|
|
@@ -883,14 +868,14 @@ exports[`MacroField - check control templating for empty placeHolder trigger- w
|
|
|
883
868
|
ns2:sourcePath=\\"/Items/name\\"
|
|
884
869
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
885
870
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
886
|
-
value=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
871
|
+
value=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
887
872
|
width=\\"100%\\"
|
|
888
873
|
editable=\\"{ui>/isEditable}\\"
|
|
889
874
|
enabled=\\"true\\"
|
|
890
875
|
required=\\"false\\"
|
|
891
876
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
892
877
|
textAlign=\\"Begin\\"
|
|
893
|
-
validateFieldGroup=\\".
|
|
878
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
894
879
|
/>
|
|
895
880
|
</control:contentEdit>
|
|
896
881
|
</control:FieldWrapper>
|
|
@@ -930,14 +915,14 @@ exports[`MacroField - check control templating for empty placeHolder trigger- w
|
|
|
930
915
|
ns2:sourcePath=\\"/Items/propWithText\\"
|
|
931
916
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
932
917
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
933
|
-
value=\\"{path:'propWithText', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
918
|
+
value=\\"{path: 'propWithText', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
934
919
|
width=\\"100%\\"
|
|
935
920
|
editable=\\"{ui>/isEditable}\\"
|
|
936
921
|
enabled=\\"true\\"
|
|
937
922
|
required=\\"false\\"
|
|
938
923
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
939
924
|
textAlign=\\"Begin\\"
|
|
940
|
-
validateFieldGroup=\\".
|
|
925
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
941
926
|
/>
|
|
942
927
|
</control:contentEdit>
|
|
943
928
|
</control:FieldWrapper>
|
|
@@ -964,7 +949,7 @@ exports[`MacroField - check control templating for empty placeHolder trigger- w
|
|
|
964
949
|
<control:contentDisplay>
|
|
965
950
|
<Text
|
|
966
951
|
xmlns=\\"sap.m\\"
|
|
967
|
-
text=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
952
|
+
text=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
968
953
|
/>
|
|
969
954
|
</control:contentDisplay>
|
|
970
955
|
<control:contentEdit>
|
|
@@ -976,14 +961,14 @@ exports[`MacroField - check control templating for empty placeHolder trigger- w
|
|
|
976
961
|
ns2:sourcePath=\\"/Items/name\\"
|
|
977
962
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
978
963
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
979
|
-
value=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
964
|
+
value=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
980
965
|
width=\\"100%\\"
|
|
981
966
|
editable=\\"{ui>/isEditable}\\"
|
|
982
967
|
enabled=\\"true\\"
|
|
983
968
|
required=\\"false\\"
|
|
984
969
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
985
970
|
textAlign=\\"Begin\\"
|
|
986
|
-
validateFieldGroup=\\".
|
|
971
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
987
972
|
/>
|
|
988
973
|
</control:contentEdit>
|
|
989
974
|
</control:FieldWrapper>
|
|
@@ -1014,7 +999,7 @@ exports[`MacroField - dataField annotation- criticality 1`] = `
|
|
|
1014
999
|
ns1:id=\\"MacroDataFieldObjectStatus\\"
|
|
1015
1000
|
icon=\\"{= (%{usageCounter} === 'UI.CriticalityType/Negative' || %{usageCounter} === 1 || %{usageCounter} === '1') ? 'sap-icon://message-error' : ((%{usageCounter} === 'UI.CriticalityType/Critical' || %{usageCounter} === 2 || %{usageCounter} === '2') ? 'sap-icon://message-warning' : ((%{usageCounter} === 'UI.CriticalityType/Positive' || %{usageCounter} === 3 || %{usageCounter} === '3') ? 'sap-icon://message-success' : ((%{usageCounter} === 'UI.CriticalityType/Information' || %{usageCounter} === 5 || %{usageCounter} === '5') ? 'sap-icon://message-information' : '')))}\\"
|
|
1016
1001
|
state=\\"{= (%{usageCounter} === 'UI.CriticalityType/Negative' || %{usageCounter} === 1 || %{usageCounter} === '1') ? 'Error' : ((%{usageCounter} === 'UI.CriticalityType/Critical' || %{usageCounter} === 2 || %{usageCounter} === '2') ? 'Warning' : ((%{usageCounter} === 'UI.CriticalityType/Positive' || %{usageCounter} === 3 || %{usageCounter} === '3') ? 'Success' : ((%{usageCounter} === 'UI.CriticalityType/Information' || %{usageCounter} === 5 || %{usageCounter} === '5') ? 'Indication05' : 'None')))}\\"
|
|
1017
|
-
text=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1002
|
+
text=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1018
1003
|
/>
|
|
1019
1004
|
</control:contentDisplay>
|
|
1020
1005
|
<control:contentEdit>
|
|
@@ -1026,14 +1011,14 @@ exports[`MacroField - dataField annotation- criticality 1`] = `
|
|
|
1026
1011
|
ns3:sourcePath=\\"/Items/name\\"
|
|
1027
1012
|
xmlns:ns4=\\"sap.ui.core\\"
|
|
1028
1013
|
ns4:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1029
|
-
value=\\"{path:'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1014
|
+
value=\\"{path: 'name', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1030
1015
|
width=\\"100%\\"
|
|
1031
1016
|
editable=\\"{ui>/isEditable}\\"
|
|
1032
1017
|
enabled=\\"true\\"
|
|
1033
1018
|
required=\\"false\\"
|
|
1034
1019
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1035
1020
|
textAlign=\\"Begin\\"
|
|
1036
|
-
validateFieldGroup=\\".
|
|
1021
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1037
1022
|
/>
|
|
1038
1023
|
</control:contentEdit>
|
|
1039
1024
|
</control:FieldWrapper>
|
|
@@ -1061,7 +1046,7 @@ exports[`MacroField - when it uses directly a property - Boolean property 1`] =
|
|
|
1061
1046
|
<control:contentDisplay>
|
|
1062
1047
|
<Text
|
|
1063
1048
|
xmlns=\\"sap.m\\"
|
|
1064
|
-
text=\\"{path:'preferredItem', type: 'sap.ui.model.odata.type.Boolean'}\\"
|
|
1049
|
+
text=\\"{path: 'preferredItem', type: 'sap.ui.model.odata.type.Boolean'}\\"
|
|
1065
1050
|
/>
|
|
1066
1051
|
</control:contentDisplay>
|
|
1067
1052
|
<control:contentEdit>
|
|
@@ -1073,11 +1058,11 @@ exports[`MacroField - when it uses directly a property - Boolean property 1`] =
|
|
|
1073
1058
|
ns2:sourcePath=\\"/Items/preferredItem\\"
|
|
1074
1059
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
1075
1060
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1076
|
-
selected=\\"{path:'preferredItem', type: 'sap.ui.model.odata.type.Boolean'}\\"
|
|
1061
|
+
selected=\\"{path: 'preferredItem', type: 'sap.ui.model.odata.type.Boolean'}\\"
|
|
1077
1062
|
editable=\\"{ui>/isEditable}\\"
|
|
1078
1063
|
enabled=\\"true\\"
|
|
1079
1064
|
select=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1080
|
-
validateFieldGroup=\\".
|
|
1065
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1081
1066
|
/>
|
|
1082
1067
|
</control:contentEdit>
|
|
1083
1068
|
</control:FieldWrapper>
|
|
@@ -1117,14 +1102,14 @@ exports[`MacroField - when it uses directly a property - Property with text arr
|
|
|
1117
1102
|
ns2:sourcePath=\\"/Items/propWithText\\"
|
|
1118
1103
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
1119
1104
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1120
|
-
value=\\"{path:'propWithText', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1105
|
+
value=\\"{path: 'propWithText', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1121
1106
|
width=\\"100%\\"
|
|
1122
1107
|
editable=\\"{ui>/isEditable}\\"
|
|
1123
1108
|
enabled=\\"true\\"
|
|
1124
1109
|
required=\\"false\\"
|
|
1125
1110
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1126
1111
|
textAlign=\\"Begin\\"
|
|
1127
|
-
validateFieldGroup=\\".
|
|
1112
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1128
1113
|
/>
|
|
1129
1114
|
</control:contentEdit>
|
|
1130
1115
|
</control:FieldWrapper>
|
|
@@ -1152,7 +1137,7 @@ exports[`MacroField - when it uses directly a property - Property with text arr
|
|
|
1152
1137
|
<control:contentDisplay>
|
|
1153
1138
|
<Text
|
|
1154
1139
|
xmlns=\\"sap.m\\"
|
|
1155
|
-
text=\\"{path:'propWithText', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1140
|
+
text=\\"{path: 'propWithText', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1156
1141
|
/>
|
|
1157
1142
|
</control:contentDisplay>
|
|
1158
1143
|
<control:contentEdit>
|
|
@@ -1164,14 +1149,14 @@ exports[`MacroField - when it uses directly a property - Property with text arr
|
|
|
1164
1149
|
ns2:sourcePath=\\"/Items/propWithText\\"
|
|
1165
1150
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
1166
1151
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1167
|
-
value=\\"{path:'propWithText', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1152
|
+
value=\\"{path: 'propWithText', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1168
1153
|
width=\\"100%\\"
|
|
1169
1154
|
editable=\\"{ui>/isEditable}\\"
|
|
1170
1155
|
enabled=\\"true\\"
|
|
1171
1156
|
required=\\"false\\"
|
|
1172
1157
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1173
1158
|
textAlign=\\"Begin\\"
|
|
1174
|
-
validateFieldGroup=\\".
|
|
1159
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1175
1160
|
/>
|
|
1176
1161
|
</control:contentEdit>
|
|
1177
1162
|
</control:FieldWrapper>
|
|
@@ -1250,6 +1235,9 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1250
1235
|
/>
|
|
1251
1236
|
</control:contentDisplay>
|
|
1252
1237
|
<control:contentEdit>
|
|
1238
|
+
<HBox xmlns=\\"sap.m\\" visible=\\"false\\">
|
|
1239
|
+
<BusyIndicator />
|
|
1240
|
+
</HBox>
|
|
1253
1241
|
<HBox
|
|
1254
1242
|
xmlns=\\"sap.m\\"
|
|
1255
1243
|
alignItems=\\"Center\\"
|
|
@@ -1279,19 +1267,22 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1279
1267
|
sendXHR=\\"true\\"
|
|
1280
1268
|
useMultipart=\\"false\\"
|
|
1281
1269
|
sameFilenameAllowed=\\"true\\"
|
|
1270
|
+
typeMissmatch=\\"FIELDRUNTIME.handleTypeMissmatch\\"
|
|
1271
|
+
fileSizeExceed=\\"FIELDRUNTIME.handleFileSizeExceed\\"
|
|
1282
1272
|
uploadOnChange=\\"false\\"
|
|
1283
|
-
|
|
1284
|
-
uploadComplete=\\"FIELDRUNTIME.handleUploadComplete($event, '')\\"
|
|
1273
|
+
uploadComplete=\\"FIELDRUNTIME.handleUploadComplete($event, '', $controller)\\"
|
|
1285
1274
|
uploadUrl=\\"{imageURLStream}\\"
|
|
1286
1275
|
httpRequestMethod=\\"Put\\"
|
|
1287
|
-
change=\\"FIELDRUNTIME.uploadStream\\"
|
|
1276
|
+
change=\\"FIELDRUNTIME.uploadStream($controller, $event)\\"
|
|
1277
|
+
validateFieldGroup=\\"FIELDRUNTIME.onValidateFieldGroup($controller, $event)\\"
|
|
1288
1278
|
/>
|
|
1289
1279
|
<Button
|
|
1290
1280
|
icon=\\"sap-icon://sys-cancel\\"
|
|
1291
1281
|
type=\\"Transparent\\"
|
|
1292
|
-
press=\\"FIELDRUNTIME.removeStream($event, 'imageURLStream')\\"
|
|
1282
|
+
press=\\"FIELDRUNTIME.removeStream($event, 'imageURLStream', $controller)\\"
|
|
1293
1283
|
tooltip=\\"Delete file\\"
|
|
1294
1284
|
visible=\\"{ui>/isEditable}\\"
|
|
1285
|
+
validateFieldGroup=\\"FIELDRUNTIME.onValidateFieldGroup($controller, $event)\\"
|
|
1295
1286
|
/>
|
|
1296
1287
|
</HBox>
|
|
1297
1288
|
</HBox>
|
|
@@ -1346,7 +1337,7 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1346
1337
|
<control:contentDisplay>
|
|
1347
1338
|
<ExpandableText
|
|
1348
1339
|
xmlns=\\"sap.m\\"
|
|
1349
|
-
text=\\"{path:'multiline', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1340
|
+
text=\\"{path: 'multiline', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1350
1341
|
overflowMode=\\"Popover\\"
|
|
1351
1342
|
maxCharacters=\\"50\\"
|
|
1352
1343
|
/>
|
|
@@ -1360,7 +1351,7 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1360
1351
|
ns2:id=\\"MacroInput\\"
|
|
1361
1352
|
xmlns:ns3=\\"http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1\\"
|
|
1362
1353
|
ns3:sourcePath=\\"/Items/multiline\\"
|
|
1363
|
-
value=\\"{path:'multiline', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1354
|
+
value=\\"{path: 'multiline', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1364
1355
|
required=\\"false\\"
|
|
1365
1356
|
rows=\\"31\\"
|
|
1366
1357
|
growing=\\"true\\"
|
|
@@ -1369,7 +1360,7 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1369
1360
|
editable=\\"{ui>/isEditable}\\"
|
|
1370
1361
|
enabled=\\"true\\"
|
|
1371
1362
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1372
|
-
validateFieldGroup=\\".
|
|
1363
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1373
1364
|
/>
|
|
1374
1365
|
</control:contentEdit>
|
|
1375
1366
|
</control:FieldWrapper>
|
|
@@ -1399,8 +1390,8 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1399
1390
|
<!-- We use % to prevent ODataBinding automatically formatting the stringValue as a number-->
|
|
1400
1391
|
<u:Currency
|
|
1401
1392
|
xmlns:u=\\"sap.ui.unified\\"
|
|
1402
|
-
stringValue=\\"{path:'amount1', targetType: 'any'}\\"
|
|
1403
|
-
currency=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1393
|
+
stringValue=\\"{path: 'amount1', targetType: 'any'}\\"
|
|
1394
|
+
currency=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1404
1395
|
useSymbol=\\"false\\"
|
|
1405
1396
|
maxPrecision=\\"3\\"
|
|
1406
1397
|
/>
|
|
@@ -1421,8 +1412,8 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1421
1412
|
enabled=\\"true\\"
|
|
1422
1413
|
required=\\"false\\"
|
|
1423
1414
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1424
|
-
textAlign=\\"
|
|
1425
|
-
validateFieldGroup=\\".
|
|
1415
|
+
textAlign=\\"Right\\"
|
|
1416
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1426
1417
|
/>
|
|
1427
1418
|
<Input
|
|
1428
1419
|
xmlns=\\"sap.m\\"
|
|
@@ -1430,13 +1421,13 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1430
1421
|
ns3:sourcePath=\\"/Items/amount1\\"
|
|
1431
1422
|
xmlns:ns4=\\"sap.ui.core\\"
|
|
1432
1423
|
ns4:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1433
|
-
value=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1424
|
+
value=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1434
1425
|
width=\\"30%\\"
|
|
1435
1426
|
editable=\\"true\\"
|
|
1436
1427
|
enabled=\\"true\\"
|
|
1437
1428
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1438
|
-
textAlign=\\"
|
|
1439
|
-
validateFieldGroup=\\".
|
|
1429
|
+
textAlign=\\"Right\\"
|
|
1430
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1440
1431
|
visible=\\"true\\"
|
|
1441
1432
|
/>
|
|
1442
1433
|
</control:contentEdit>
|
|
@@ -1457,7 +1448,7 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1457
1448
|
xmlns:control=\\"sap.fe.core.controls\\"
|
|
1458
1449
|
emptyIndicatorTrigger=\\"inactive\\"
|
|
1459
1450
|
editMode=\\"{= %{ui>/isEditable} ? 'Editable' : 'Display'}\\"
|
|
1460
|
-
visible=\\"{=
|
|
1451
|
+
visible=\\"{= %{@$ui5.node.isExpanded} !== true || %{@$ui5.node.level} === 0}\\"
|
|
1461
1452
|
required=\\"false\\"
|
|
1462
1453
|
width=\\"100%\\"
|
|
1463
1454
|
>
|
|
@@ -1465,13 +1456,13 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1465
1456
|
<control:FormElementWrapper formDoNotAdjustWidth=\\"true\\">
|
|
1466
1457
|
<!-- if Analytical Table -->
|
|
1467
1458
|
<control:ConditionalWrapper
|
|
1468
|
-
condition=\\"{=
|
|
1459
|
+
condition=\\"{= !!%{unit1} || %{@$ui5.node.isTotal} !== true}\\"
|
|
1469
1460
|
>
|
|
1470
1461
|
<control:contentTrue>
|
|
1471
1462
|
<u:Currency
|
|
1472
1463
|
xmlns:u=\\"sap.ui.unified\\"
|
|
1473
|
-
stringValue=\\"{path:'amount1', targetType: 'any'}\\"
|
|
1474
|
-
currency=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1464
|
+
stringValue=\\"{path: 'amount1', targetType: 'any'}\\"
|
|
1465
|
+
currency=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1475
1466
|
useSymbol=\\"false\\"
|
|
1476
1467
|
maxPrecision=\\"3\\"
|
|
1477
1468
|
/>
|
|
@@ -1502,8 +1493,8 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1502
1493
|
enabled=\\"true\\"
|
|
1503
1494
|
required=\\"false\\"
|
|
1504
1495
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1505
|
-
textAlign=\\"
|
|
1506
|
-
validateFieldGroup=\\".
|
|
1496
|
+
textAlign=\\"Right\\"
|
|
1497
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1507
1498
|
/>
|
|
1508
1499
|
<Input
|
|
1509
1500
|
xmlns=\\"sap.m\\"
|
|
@@ -1511,13 +1502,13 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1511
1502
|
ns3:sourcePath=\\"/Items/amount1\\"
|
|
1512
1503
|
xmlns:ns4=\\"sap.ui.core\\"
|
|
1513
1504
|
ns4:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1514
|
-
value=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1505
|
+
value=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1515
1506
|
width=\\"30%\\"
|
|
1516
1507
|
editable=\\"true\\"
|
|
1517
1508
|
enabled=\\"true\\"
|
|
1518
1509
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1519
|
-
textAlign=\\"
|
|
1520
|
-
validateFieldGroup=\\".
|
|
1510
|
+
textAlign=\\"Right\\"
|
|
1511
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1521
1512
|
visible=\\"true\\"
|
|
1522
1513
|
/>
|
|
1523
1514
|
</control:contentEdit>
|
|
@@ -1538,13 +1529,13 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1538
1529
|
xmlns:control=\\"sap.fe.core.controls\\"
|
|
1539
1530
|
emptyIndicatorTrigger=\\"inactive\\"
|
|
1540
1531
|
editMode=\\"{= %{ui>/isEditable} ? 'Editable' : 'Display'}\\"
|
|
1541
|
-
visible=\\"{=
|
|
1532
|
+
visible=\\"{= %{@$ui5.node.isExpanded} !== true || %{@$ui5.node.level} === 0}\\"
|
|
1542
1533
|
required=\\"false\\"
|
|
1543
1534
|
width=\\"100%\\"
|
|
1544
1535
|
>
|
|
1545
1536
|
<control:contentDisplay>
|
|
1546
1537
|
<control:ConditionalWrapper
|
|
1547
|
-
condition=\\"{=
|
|
1538
|
+
condition=\\"{= !!%{unit1} || %{@$ui5.node.isTotal} !== true}\\"
|
|
1548
1539
|
>
|
|
1549
1540
|
<control:contentTrue>
|
|
1550
1541
|
<Text
|
|
@@ -1572,8 +1563,8 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1572
1563
|
enabled=\\"true\\"
|
|
1573
1564
|
required=\\"false\\"
|
|
1574
1565
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1575
|
-
textAlign=\\"
|
|
1576
|
-
validateFieldGroup=\\".
|
|
1566
|
+
textAlign=\\"Right\\"
|
|
1567
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1577
1568
|
/>
|
|
1578
1569
|
<Input
|
|
1579
1570
|
xmlns=\\"sap.m\\"
|
|
@@ -1581,13 +1572,13 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1581
1572
|
ns3:sourcePath=\\"/Items/quantity1\\"
|
|
1582
1573
|
xmlns:ns4=\\"sap.ui.core\\"
|
|
1583
1574
|
ns4:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1584
|
-
value=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1575
|
+
value=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1585
1576
|
width=\\"30%\\"
|
|
1586
1577
|
editable=\\"true\\"
|
|
1587
1578
|
enabled=\\"true\\"
|
|
1588
1579
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1589
|
-
textAlign=\\"
|
|
1590
|
-
validateFieldGroup=\\".
|
|
1580
|
+
textAlign=\\"Right\\"
|
|
1581
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1591
1582
|
visible=\\"true\\"
|
|
1592
1583
|
/>
|
|
1593
1584
|
</control:contentEdit>
|
|
@@ -1615,7 +1606,7 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1615
1606
|
<control:contentDisplay>
|
|
1616
1607
|
<Link
|
|
1617
1608
|
xmlns=\\"sap.m\\"
|
|
1618
|
-
text=\\"{path:'phoneNumber', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1609
|
+
text=\\"{path: 'phoneNumber', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1619
1610
|
href=\\"tel:{path:'phoneNumber',type:'sap.ui.model.odata.type.String',formatOptions:{'parseKeepsEmptyString':true}}\\"
|
|
1620
1611
|
/>
|
|
1621
1612
|
</control:contentDisplay>
|
|
@@ -1628,14 +1619,14 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1628
1619
|
ns2:sourcePath=\\"/Items/phoneNumber\\"
|
|
1629
1620
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
1630
1621
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1631
|
-
value=\\"{path:'phoneNumber', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1622
|
+
value=\\"{path: 'phoneNumber', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1632
1623
|
width=\\"100%\\"
|
|
1633
1624
|
editable=\\"{ui>/isEditable}\\"
|
|
1634
1625
|
enabled=\\"true\\"
|
|
1635
1626
|
required=\\"false\\"
|
|
1636
1627
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1637
1628
|
textAlign=\\"Begin\\"
|
|
1638
|
-
validateFieldGroup=\\".
|
|
1629
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1639
1630
|
/>
|
|
1640
1631
|
</control:contentEdit>
|
|
1641
1632
|
</control:FieldWrapper>
|
|
@@ -1662,7 +1653,7 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1662
1653
|
<control:contentDisplay>
|
|
1663
1654
|
<Link
|
|
1664
1655
|
xmlns=\\"sap.m\\"
|
|
1665
|
-
text=\\"{path:'emailAddress', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1656
|
+
text=\\"{path: 'emailAddress', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
1666
1657
|
href=\\"mailto:{path:'emailAddress',type:'sap.ui.model.odata.type.String',formatOptions:{'parseKeepsEmptyString':true}}\\"
|
|
1667
1658
|
/>
|
|
1668
1659
|
</control:contentDisplay>
|
|
@@ -1675,14 +1666,14 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1675
1666
|
ns2:sourcePath=\\"/Items/emailAddress\\"
|
|
1676
1667
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
1677
1668
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1678
|
-
value=\\"{path:'emailAddress', type: 'sap.fe.core.type.Email'}\\"
|
|
1669
|
+
value=\\"{path: 'emailAddress', type: 'sap.fe.core.type.Email'}\\"
|
|
1679
1670
|
width=\\"100%\\"
|
|
1680
1671
|
editable=\\"{ui>/isEditable}\\"
|
|
1681
1672
|
enabled=\\"true\\"
|
|
1682
1673
|
required=\\"false\\"
|
|
1683
1674
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1684
1675
|
textAlign=\\"Begin\\"
|
|
1685
|
-
validateFieldGroup=\\".
|
|
1676
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1686
1677
|
/>
|
|
1687
1678
|
</control:contentEdit>
|
|
1688
1679
|
</control:FieldWrapper>
|
|
@@ -1691,6 +1682,126 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1691
1682
|
"
|
|
1692
1683
|
`;
|
|
1693
1684
|
|
|
1685
|
+
exports[`MacroField - with annotations on the dataField's Value property (except semantic) Stream with mime type and file size restrictions 1`] = `
|
|
1686
|
+
"<root>
|
|
1687
|
+
<macro:FieldAPI
|
|
1688
|
+
xmlns:macro=\\"sap.fe.macros\\"
|
|
1689
|
+
required=\\"false\\"
|
|
1690
|
+
editable=\\"{ui>/isEditable}\\"
|
|
1691
|
+
>
|
|
1692
|
+
<control:FieldWrapper
|
|
1693
|
+
xmlns:control=\\"sap.fe.core.controls\\"
|
|
1694
|
+
emptyIndicatorTrigger=\\"inactive\\"
|
|
1695
|
+
editMode=\\"{= %{ui>/isEditable} ? 'Editable' : 'Display'}\\"
|
|
1696
|
+
visible=\\"true\\"
|
|
1697
|
+
required=\\"false\\"
|
|
1698
|
+
width=\\"100%\\"
|
|
1699
|
+
>
|
|
1700
|
+
<control:contentDisplay>
|
|
1701
|
+
<HBox
|
|
1702
|
+
xmlns=\\"sap.m\\"
|
|
1703
|
+
xmlns:ns1=\\"sap.ui.core\\"
|
|
1704
|
+
ns1:require=\\"{FIELDRUNTIME: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1705
|
+
>
|
|
1706
|
+
<HBox
|
|
1707
|
+
alignItems=\\"Center\\"
|
|
1708
|
+
visible=\\"{= %{streamWithTypeAndSizeRestriction@odata.mediaContentType} !== null }\\"
|
|
1709
|
+
>
|
|
1710
|
+
<ns1:Icon
|
|
1711
|
+
src=\\"{= FIELDRUNTIME.getIconForMimeType(%{streamWithTypeAndSizeRestriction@odata.mediaContentType})}\\"
|
|
1712
|
+
class=\\"sapUiSmallMarginEnd\\"
|
|
1713
|
+
/>
|
|
1714
|
+
<Link
|
|
1715
|
+
text=\\"Open File\\"
|
|
1716
|
+
target=\\"_blank\\"
|
|
1717
|
+
href=\\"{streamWithTypeAndSizeRestriction}\\"
|
|
1718
|
+
/>
|
|
1719
|
+
</HBox>
|
|
1720
|
+
<Text
|
|
1721
|
+
emptyIndicatorMode=\\"On\\"
|
|
1722
|
+
text=\\"\\"
|
|
1723
|
+
visible=\\"{= %{streamWithTypeAndSizeRestriction@odata.mediaContentType} === null }\\"
|
|
1724
|
+
/>
|
|
1725
|
+
</HBox>
|
|
1726
|
+
</control:contentDisplay>
|
|
1727
|
+
<control:contentEdit>
|
|
1728
|
+
<HBox xmlns=\\"sap.m\\" visible=\\"false\\">
|
|
1729
|
+
<BusyIndicator />
|
|
1730
|
+
</HBox>
|
|
1731
|
+
<HBox
|
|
1732
|
+
xmlns=\\"sap.m\\"
|
|
1733
|
+
alignItems=\\"Center\\"
|
|
1734
|
+
width=\\"100%\\"
|
|
1735
|
+
justifyContent=\\"SpaceBetween\\"
|
|
1736
|
+
wrap=\\"Wrap\\"
|
|
1737
|
+
xmlns:ns2=\\"sap.ui.core\\"
|
|
1738
|
+
ns2:require=\\"{FIELDRUNTIME: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1739
|
+
>
|
|
1740
|
+
<HBox
|
|
1741
|
+
ns2:require=\\"{FIELDRUNTIME: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1742
|
+
>
|
|
1743
|
+
<HBox
|
|
1744
|
+
alignItems=\\"Center\\"
|
|
1745
|
+
visible=\\"{= %{streamWithTypeAndSizeRestriction@odata.mediaContentType} !== null }\\"
|
|
1746
|
+
>
|
|
1747
|
+
<ns2:Icon
|
|
1748
|
+
src=\\"{= FIELDRUNTIME.getIconForMimeType(%{streamWithTypeAndSizeRestriction@odata.mediaContentType})}\\"
|
|
1749
|
+
class=\\"sapUiSmallMarginEnd\\"
|
|
1750
|
+
/>
|
|
1751
|
+
<Link
|
|
1752
|
+
text=\\"Open File\\"
|
|
1753
|
+
target=\\"_blank\\"
|
|
1754
|
+
href=\\"{streamWithTypeAndSizeRestriction}\\"
|
|
1755
|
+
/>
|
|
1756
|
+
</HBox>
|
|
1757
|
+
<Text
|
|
1758
|
+
emptyIndicatorMode=\\"On\\"
|
|
1759
|
+
text=\\"\\"
|
|
1760
|
+
visible=\\"{= %{streamWithTypeAndSizeRestriction@odata.mediaContentType} === null }\\"
|
|
1761
|
+
/>
|
|
1762
|
+
</HBox>
|
|
1763
|
+
<HBox alignItems=\\"Center\\">
|
|
1764
|
+
<u:FileUploader
|
|
1765
|
+
xmlns:u=\\"sap.ui.unified\\"
|
|
1766
|
+
name=\\"FEV4FileUpload\\"
|
|
1767
|
+
visible=\\"{ui>/isEditable}\\"
|
|
1768
|
+
buttonOnly=\\"true\\"
|
|
1769
|
+
iconOnly=\\"true\\"
|
|
1770
|
+
multiple=\\"false\\"
|
|
1771
|
+
tooltip=\\"Upload file\\"
|
|
1772
|
+
icon=\\"sap-icon://upload\\"
|
|
1773
|
+
style=\\"Transparent\\"
|
|
1774
|
+
sendXHR=\\"true\\"
|
|
1775
|
+
useMultipart=\\"false\\"
|
|
1776
|
+
sameFilenameAllowed=\\"true\\"
|
|
1777
|
+
mimeType=\\"{=odata.collection(['text/plain'])}\\"
|
|
1778
|
+
typeMissmatch=\\"FIELDRUNTIME.handleTypeMissmatch\\"
|
|
1779
|
+
maximumFileSize=\\"0.000977\\"
|
|
1780
|
+
fileSizeExceed=\\"FIELDRUNTIME.handleFileSizeExceed\\"
|
|
1781
|
+
uploadOnChange=\\"false\\"
|
|
1782
|
+
uploadComplete=\\"FIELDRUNTIME.handleUploadComplete($event, '', $controller)\\"
|
|
1783
|
+
uploadUrl=\\"{streamWithTypeAndSizeRestriction}\\"
|
|
1784
|
+
httpRequestMethod=\\"Put\\"
|
|
1785
|
+
change=\\"FIELDRUNTIME.uploadStream($controller, $event)\\"
|
|
1786
|
+
validateFieldGroup=\\"FIELDRUNTIME.onValidateFieldGroup($controller, $event)\\"
|
|
1787
|
+
/>
|
|
1788
|
+
<Button
|
|
1789
|
+
icon=\\"sap-icon://sys-cancel\\"
|
|
1790
|
+
type=\\"Transparent\\"
|
|
1791
|
+
press=\\"FIELDRUNTIME.removeStream($event, 'streamWithTypeAndSizeRestriction', $controller)\\"
|
|
1792
|
+
tooltip=\\"Delete file\\"
|
|
1793
|
+
visible=\\"{ui>/isEditable}\\"
|
|
1794
|
+
validateFieldGroup=\\"FIELDRUNTIME.onValidateFieldGroup($controller, $event)\\"
|
|
1795
|
+
/>
|
|
1796
|
+
</HBox>
|
|
1797
|
+
</HBox>
|
|
1798
|
+
</control:contentEdit>
|
|
1799
|
+
</control:FieldWrapper>
|
|
1800
|
+
</macro:FieldAPI>
|
|
1801
|
+
</root>
|
|
1802
|
+
"
|
|
1803
|
+
`;
|
|
1804
|
+
|
|
1694
1805
|
exports[`MacroField - with annotations on the dataField's Value property (except semantic) StreamNoImage renders Icon, Link and FileUploader 1`] = `
|
|
1695
1806
|
"<root>
|
|
1696
1807
|
<macro:FieldAPI
|
|
@@ -1730,6 +1841,9 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1730
1841
|
</HBox>
|
|
1731
1842
|
</control:contentDisplay>
|
|
1732
1843
|
<control:contentEdit>
|
|
1844
|
+
<HBox xmlns=\\"sap.m\\" visible=\\"false\\">
|
|
1845
|
+
<BusyIndicator />
|
|
1846
|
+
</HBox>
|
|
1733
1847
|
<HBox
|
|
1734
1848
|
xmlns=\\"sap.m\\"
|
|
1735
1849
|
alignItems=\\"Center\\"
|
|
@@ -1772,19 +1886,22 @@ exports[`MacroField - with annotations on the dataField's Value property (except
|
|
|
1772
1886
|
sendXHR=\\"true\\"
|
|
1773
1887
|
useMultipart=\\"false\\"
|
|
1774
1888
|
sameFilenameAllowed=\\"true\\"
|
|
1889
|
+
typeMissmatch=\\"FIELDRUNTIME.handleTypeMissmatch\\"
|
|
1890
|
+
fileSizeExceed=\\"FIELDRUNTIME.handleFileSizeExceed\\"
|
|
1775
1891
|
uploadOnChange=\\"false\\"
|
|
1776
|
-
|
|
1777
|
-
uploadComplete=\\"FIELDRUNTIME.handleUploadComplete($event, '')\\"
|
|
1892
|
+
uploadComplete=\\"FIELDRUNTIME.handleUploadComplete($event, '', $controller)\\"
|
|
1778
1893
|
uploadUrl=\\"{streamNoImage}\\"
|
|
1779
1894
|
httpRequestMethod=\\"Put\\"
|
|
1780
|
-
change=\\"FIELDRUNTIME.uploadStream\\"
|
|
1895
|
+
change=\\"FIELDRUNTIME.uploadStream($controller, $event)\\"
|
|
1896
|
+
validateFieldGroup=\\"FIELDRUNTIME.onValidateFieldGroup($controller, $event)\\"
|
|
1781
1897
|
/>
|
|
1782
1898
|
<Button
|
|
1783
1899
|
icon=\\"sap-icon://sys-cancel\\"
|
|
1784
1900
|
type=\\"Transparent\\"
|
|
1785
|
-
press=\\"FIELDRUNTIME.removeStream($event, 'streamNoImage')\\"
|
|
1901
|
+
press=\\"FIELDRUNTIME.removeStream($event, 'streamNoImage', $controller)\\"
|
|
1786
1902
|
tooltip=\\"Delete file\\"
|
|
1787
1903
|
visible=\\"{ui>/isEditable}\\"
|
|
1904
|
+
validateFieldGroup=\\"FIELDRUNTIME.onValidateFieldGroup($controller, $event)\\"
|
|
1788
1905
|
/>
|
|
1789
1906
|
</HBox>
|
|
1790
1907
|
</HBox>
|
|
@@ -1800,7 +1917,7 @@ exports[`MacroField Test the ReadOnly property On both properties - Dynamic Val
|
|
|
1800
1917
|
<macro:FieldAPI
|
|
1801
1918
|
xmlns:macro=\\"sap.fe.macros\\"
|
|
1802
1919
|
required=\\"{= %{fieldReadOnly} === 7 && %{ui>/editMode} === 'Editable'}\\"
|
|
1803
|
-
editable=\\"{= ((
|
|
1920
|
+
editable=\\"{= ((%{fieldReadOnly} === 1 || %{fieldReadOnly} === 0) ? (%{fieldReadOnly} !== 1 && %{fieldReadOnly} !== 0 && %{@$ui5.context.isTransient} === true) : %{ui>/isEditable}) && %{anotherReadOnly} !== 1 && %{anotherReadOnly} !== 0 && %{ui>/isEditable}}\\"
|
|
1804
1921
|
>
|
|
1805
1922
|
<control:FieldWrapper
|
|
1806
1923
|
xmlns:control=\\"sap.fe.core.controls\\"
|
|
@@ -1813,7 +1930,7 @@ exports[`MacroField Test the ReadOnly property On both properties - Dynamic Val
|
|
|
1813
1930
|
<control:contentDisplay>
|
|
1814
1931
|
<Text
|
|
1815
1932
|
xmlns=\\"sap.m\\"
|
|
1816
|
-
text=\\"{path:'PostalCode', type: 'sap.ui.model.odata.type.String',
|
|
1933
|
+
text=\\"{path: 'PostalCode', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {maxLength: 10}}\\"
|
|
1817
1934
|
/>
|
|
1818
1935
|
</control:contentDisplay>
|
|
1819
1936
|
<control:contentEdit>
|
|
@@ -1825,14 +1942,14 @@ exports[`MacroField Test the ReadOnly property On both properties - Dynamic Val
|
|
|
1825
1942
|
ns2:sourcePath=\\"/Items/PostalCode\\"
|
|
1826
1943
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
1827
1944
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1828
|
-
value=\\"{path:'PostalCode', type: 'sap.ui.model.odata.type.String',
|
|
1945
|
+
value=\\"{path: 'PostalCode', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {maxLength: 10}}\\"
|
|
1829
1946
|
width=\\"100%\\"
|
|
1830
|
-
editable=\\"{= ((
|
|
1831
|
-
enabled=\\"{=
|
|
1947
|
+
editable=\\"{= ((%{fieldReadOnly} === 1 || %{fieldReadOnly} === 0) ? (%{fieldReadOnly} !== 1 && %{fieldReadOnly} !== 0 && %{@$ui5.context.isTransient} === true) : %{ui>/isEditable}) && %{anotherReadOnly} !== 1 && %{anotherReadOnly} !== 0 && %{ui>/isEditable}}\\"
|
|
1948
|
+
enabled=\\"{= %{fieldReadOnly} !== 0 && %{anotherReadOnly} !== 0}\\"
|
|
1832
1949
|
required=\\"{= %{fieldReadOnly} === 7 && %{ui>/editMode} === 'Editable'}\\"
|
|
1833
1950
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1834
1951
|
textAlign=\\"Begin\\"
|
|
1835
|
-
validateFieldGroup=\\".
|
|
1952
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1836
1953
|
/>
|
|
1837
1954
|
</control:contentEdit>
|
|
1838
1955
|
</control:FieldWrapper>
|
|
@@ -1859,7 +1976,7 @@ exports[`MacroField Test the ReadOnly property On both properties - Static valu
|
|
|
1859
1976
|
<control:contentDisplay>
|
|
1860
1977
|
<Text
|
|
1861
1978
|
xmlns=\\"sap.m\\"
|
|
1862
|
-
text=\\"{path:'PostalCodeStatic', type: 'sap.ui.model.odata.type.String',
|
|
1979
|
+
text=\\"{path: 'PostalCodeStatic', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {maxLength: 10}}\\"
|
|
1863
1980
|
/>
|
|
1864
1981
|
</control:contentDisplay>
|
|
1865
1982
|
<control:contentEdit>
|
|
@@ -1871,14 +1988,14 @@ exports[`MacroField Test the ReadOnly property On both properties - Static valu
|
|
|
1871
1988
|
ns2:sourcePath=\\"/Items/PostalCodeStatic\\"
|
|
1872
1989
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
1873
1990
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1874
|
-
value=\\"{path:'PostalCodeStatic', type: 'sap.ui.model.odata.type.String',
|
|
1991
|
+
value=\\"{path: 'PostalCodeStatic', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {maxLength: 10}}\\"
|
|
1875
1992
|
width=\\"100%\\"
|
|
1876
1993
|
editable=\\"{ui>/isEditable}\\"
|
|
1877
1994
|
enabled=\\"true\\"
|
|
1878
1995
|
required=\\"false\\"
|
|
1879
1996
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1880
1997
|
textAlign=\\"Begin\\"
|
|
1881
|
-
validateFieldGroup=\\".
|
|
1998
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1882
1999
|
/>
|
|
1883
2000
|
</control:contentEdit>
|
|
1884
2001
|
</control:FieldWrapper>
|
|
@@ -1901,7 +2018,7 @@ exports[`MacroField Test the ReadOnly property On both properties - Static valu
|
|
|
1901
2018
|
<control:contentDisplay>
|
|
1902
2019
|
<Text
|
|
1903
2020
|
xmlns=\\"sap.m\\"
|
|
1904
|
-
text=\\"{path:'PostalCodeStatic', type: 'sap.ui.model.odata.type.String',
|
|
2021
|
+
text=\\"{path: 'PostalCodeStatic', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {maxLength: 10}}\\"
|
|
1905
2022
|
/>
|
|
1906
2023
|
</control:contentDisplay>
|
|
1907
2024
|
</control:FieldWrapper>
|
|
@@ -1915,7 +2032,7 @@ exports[`MacroField Test the ReadOnly property On the DataField property - Dyna
|
|
|
1915
2032
|
<macro:FieldAPI
|
|
1916
2033
|
xmlns:macro=\\"sap.fe.macros\\"
|
|
1917
2034
|
required=\\"{= %{fieldReadOnly} === 7 && %{ui>/editMode} === 'Editable'}\\"
|
|
1918
|
-
editable=\\"{= ((
|
|
2035
|
+
editable=\\"{= ((%{fieldReadOnly} === 1 || %{fieldReadOnly} === 0) ? (%{fieldReadOnly} !== 1 && %{fieldReadOnly} !== 0 && %{@$ui5.context.isTransient} === true) : %{ui>/isEditable}) && %{ui>/isEditable}}\\"
|
|
1919
2036
|
>
|
|
1920
2037
|
<control:FieldWrapper
|
|
1921
2038
|
xmlns:control=\\"sap.fe.core.controls\\"
|
|
@@ -1928,7 +2045,7 @@ exports[`MacroField Test the ReadOnly property On the DataField property - Dyna
|
|
|
1928
2045
|
<control:contentDisplay>
|
|
1929
2046
|
<Text
|
|
1930
2047
|
xmlns=\\"sap.m\\"
|
|
1931
|
-
text=\\"{path:'PostalCode', type: 'sap.ui.model.odata.type.String',
|
|
2048
|
+
text=\\"{path: 'PostalCode', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {maxLength: 10}}\\"
|
|
1932
2049
|
/>
|
|
1933
2050
|
</control:contentDisplay>
|
|
1934
2051
|
<control:contentEdit>
|
|
@@ -1940,14 +2057,14 @@ exports[`MacroField Test the ReadOnly property On the DataField property - Dyna
|
|
|
1940
2057
|
ns2:sourcePath=\\"/Items/PostalCode\\"
|
|
1941
2058
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
1942
2059
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1943
|
-
value=\\"{path:'PostalCode', type: 'sap.ui.model.odata.type.String',
|
|
2060
|
+
value=\\"{path: 'PostalCode', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {maxLength: 10}}\\"
|
|
1944
2061
|
width=\\"100%\\"
|
|
1945
|
-
editable=\\"{= ((
|
|
2062
|
+
editable=\\"{= ((%{fieldReadOnly} === 1 || %{fieldReadOnly} === 0) ? (%{fieldReadOnly} !== 1 && %{fieldReadOnly} !== 0 && %{@$ui5.context.isTransient} === true) : %{ui>/isEditable}) && %{ui>/isEditable}}\\"
|
|
1946
2063
|
enabled=\\"{= %{fieldReadOnly} !== 0}\\"
|
|
1947
2064
|
required=\\"{= %{fieldReadOnly} === 7 && %{ui>/editMode} === 'Editable'}\\"
|
|
1948
2065
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1949
2066
|
textAlign=\\"Begin\\"
|
|
1950
|
-
validateFieldGroup=\\".
|
|
2067
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1951
2068
|
/>
|
|
1952
2069
|
</control:contentEdit>
|
|
1953
2070
|
</control:FieldWrapper>
|
|
@@ -1974,7 +2091,7 @@ exports[`MacroField Test the ReadOnly property On the DataField property - Stat
|
|
|
1974
2091
|
<control:contentDisplay>
|
|
1975
2092
|
<Text
|
|
1976
2093
|
xmlns=\\"sap.m\\"
|
|
1977
|
-
text=\\"{path:'PostalCodeStatic', type: 'sap.ui.model.odata.type.String',
|
|
2094
|
+
text=\\"{path: 'PostalCodeStatic', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {maxLength: 10}}\\"
|
|
1978
2095
|
/>
|
|
1979
2096
|
</control:contentDisplay>
|
|
1980
2097
|
<control:contentEdit>
|
|
@@ -1986,14 +2103,14 @@ exports[`MacroField Test the ReadOnly property On the DataField property - Stat
|
|
|
1986
2103
|
ns2:sourcePath=\\"/Items/PostalCodeStatic\\"
|
|
1987
2104
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
1988
2105
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
1989
|
-
value=\\"{path:'PostalCodeStatic', type: 'sap.ui.model.odata.type.String',
|
|
2106
|
+
value=\\"{path: 'PostalCodeStatic', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}, constraints: {maxLength: 10}}\\"
|
|
1990
2107
|
width=\\"100%\\"
|
|
1991
2108
|
editable=\\"{ui>/isEditable}\\"
|
|
1992
2109
|
enabled=\\"true\\"
|
|
1993
2110
|
required=\\"false\\"
|
|
1994
2111
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
1995
2112
|
textAlign=\\"Begin\\"
|
|
1996
|
-
validateFieldGroup=\\".
|
|
2113
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
1997
2114
|
/>
|
|
1998
2115
|
</control:contentEdit>
|
|
1999
2116
|
</control:FieldWrapper>
|
|
@@ -2007,7 +2124,7 @@ exports[`MacroField Test the ReadOnly property On the annotation property - Dyn
|
|
|
2007
2124
|
<macro:FieldAPI
|
|
2008
2125
|
xmlns:macro=\\"sap.fe.macros\\"
|
|
2009
2126
|
required=\\"{= %{fieldReadOnly} === 7 && %{ui>/editMode} === 'Editable'}\\"
|
|
2010
|
-
editable=\\"{=
|
|
2127
|
+
editable=\\"{= %{ui>/isEditable} && %{fieldReadOnly} !== 1 && %{fieldReadOnly} !== 0}\\"
|
|
2011
2128
|
>
|
|
2012
2129
|
<control:FieldWrapper
|
|
2013
2130
|
xmlns:control=\\"sap.fe.core.controls\\"
|
|
@@ -2020,7 +2137,7 @@ exports[`MacroField Test the ReadOnly property On the annotation property - Dyn
|
|
|
2020
2137
|
<control:contentDisplay>
|
|
2021
2138
|
<Text
|
|
2022
2139
|
xmlns=\\"sap.m\\"
|
|
2023
|
-
text=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
2140
|
+
text=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
2024
2141
|
/>
|
|
2025
2142
|
</control:contentDisplay>
|
|
2026
2143
|
<control:contentEdit>
|
|
@@ -2032,14 +2149,14 @@ exports[`MacroField Test the ReadOnly property On the annotation property - Dyn
|
|
|
2032
2149
|
ns2:sourcePath=\\"/Items/unit1\\"
|
|
2033
2150
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
2034
2151
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
2035
|
-
value=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
2152
|
+
value=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
2036
2153
|
width=\\"100%\\"
|
|
2037
|
-
editable=\\"{=
|
|
2154
|
+
editable=\\"{= %{ui>/isEditable} && %{fieldReadOnly} !== 1 && %{fieldReadOnly} !== 0}\\"
|
|
2038
2155
|
enabled=\\"{= %{fieldReadOnly} !== 0}\\"
|
|
2039
2156
|
required=\\"false\\"
|
|
2040
2157
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
2041
2158
|
textAlign=\\"Begin\\"
|
|
2042
|
-
validateFieldGroup=\\".
|
|
2159
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
2043
2160
|
/>
|
|
2044
2161
|
</control:contentEdit>
|
|
2045
2162
|
</control:FieldWrapper>
|
|
@@ -2066,7 +2183,7 @@ exports[`MacroField Test the ReadOnly property On the annotation property - Sta
|
|
|
2066
2183
|
<control:contentDisplay>
|
|
2067
2184
|
<Text
|
|
2068
2185
|
xmlns=\\"sap.m\\"
|
|
2069
|
-
text=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
2186
|
+
text=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
2070
2187
|
/>
|
|
2071
2188
|
</control:contentDisplay>
|
|
2072
2189
|
<control:contentEdit>
|
|
@@ -2078,14 +2195,14 @@ exports[`MacroField Test the ReadOnly property On the annotation property - Sta
|
|
|
2078
2195
|
ns2:sourcePath=\\"/Items/unit1\\"
|
|
2079
2196
|
xmlns:ns3=\\"sap.ui.core\\"
|
|
2080
2197
|
ns3:require=\\"{FieldRuntime: 'sap/fe/macros/field/FieldRuntime'}\\"
|
|
2081
|
-
value=\\"{path:'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
2198
|
+
value=\\"{path: 'unit1', type: 'sap.ui.model.odata.type.String', formatOptions: {parseKeepsEmptyString: true}}\\"
|
|
2082
2199
|
width=\\"100%\\"
|
|
2083
2200
|
editable=\\"{ui>/isEditable}\\"
|
|
2084
2201
|
enabled=\\"true\\"
|
|
2085
2202
|
required=\\"false\\"
|
|
2086
2203
|
change=\\"FieldRuntime.handleChange($controller, $event)\\"
|
|
2087
2204
|
textAlign=\\"Begin\\"
|
|
2088
|
-
validateFieldGroup=\\".
|
|
2205
|
+
validateFieldGroup=\\"FieldRuntime.onValidateFieldGroup($controller, $event)\\"
|
|
2089
2206
|
/>
|
|
2090
2207
|
</control:contentEdit>
|
|
2091
2208
|
</control:FieldWrapper>
|