@sapui5/sap.fe.templates 1.145.0 → 1.146.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/src/sap/fe/templates/.library +2 -2
- package/src/sap/fe/templates/AnalyticalListPage/Component.js +1 -1
- package/src/sap/fe/templates/AnalyticalListPage/chart/FEChartDelegate.js +1 -1
- package/src/sap/fe/templates/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/fe/templates/ListComponent.js +1 -1
- package/src/sap/fe/templates/ListReport/Component.js +1 -1
- package/src/sap/fe/templates/ListReport/ExtendPageDefinition.js +1 -1
- package/src/sap/fe/templates/ListReport/ExtensionAPI.js +1 -1
- package/src/sap/fe/templates/ListReport/LRMessageStrip.js +1 -1
- package/src/sap/fe/templates/ListReport/ListReport.view.xml +8 -0
- package/src/sap/fe/templates/ListReport/ListReportController.controller.js +40 -8
- package/src/sap/fe/templates/ListReport/ListReportController.controller.ts +44 -7
- package/src/sap/fe/templates/ListReport/ListReportTemplating.js +1 -1
- package/src/sap/fe/templates/ListReport/controls/MultipleModeControl.js +1 -1
- package/src/sap/fe/templates/ListReport/designtime/ListReport.designtime.helper.js +1 -1
- package/src/sap/fe/templates/ListReport/designtime/ListReport.designtime.js +1 -1
- package/src/sap/fe/templates/ListReport/manifest.json +1 -1
- package/src/sap/fe/templates/ListReport/overrides/IntentBasedNavigation.js +1 -1
- package/src/sap/fe/templates/ListReport/overrides/MessageHandler.js +1 -1
- package/src/sap/fe/templates/ListReport/overrides/Share.js +1 -1
- package/src/sap/fe/templates/ListReport/overrides/SideEffects.js +1 -1
- package/src/sap/fe/templates/ListReport/overrides/ViewState.js +1 -1
- package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.block.js +1 -1
- package/src/sap/fe/templates/ObjectPage/Component.js +1 -1
- package/src/sap/fe/templates/ObjectPage/ExtendPageDefinition.js +1 -1
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js +1 -1
- package/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +5 -1
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +25 -12
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.ts +34 -12
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.js +1 -1
- package/src/sap/fe/templates/ObjectPage/card/AdaptiveCardContent.js +1 -1
- package/src/sap/fe/templates/ObjectPage/card/BaseCardContentProvider.js +1 -1
- package/src/sap/fe/templates/ObjectPage/card/Generator.js +1 -1
- package/src/sap/fe/templates/ObjectPage/card/actions/HeaderActions.js +1 -1
- package/src/sap/fe/templates/ObjectPage/card/facets/HeaderContent.js +1 -1
- package/src/sap/fe/templates/ObjectPage/card/facets/HeaderTitle.js +1 -1
- package/src/sap/fe/templates/ObjectPage/components/CollaborationDiscardDialog.js +1 -1
- package/src/sap/fe/templates/ObjectPage/components/CollaborationDraft.js +1 -1
- package/src/sap/fe/templates/ObjectPage/components/DraftToggle.js +1 -1
- package/src/sap/fe/templates/ObjectPage/controls/StashableHBox.js +1 -1
- package/src/sap/fe/templates/ObjectPage/controls/StashableVBox.js +1 -1
- package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.js +1 -1
- package/src/sap/fe/templates/ObjectPage/designtime/FlexBox.designtime.js +1 -1
- package/src/sap/fe/templates/ObjectPage/designtime/ObjectPage.designtime.helper.js +1 -1
- package/src/sap/fe/templates/ObjectPage/designtime/ObjectPage.designtime.js +1 -1
- package/src/sap/fe/templates/ObjectPage/designtime/StashableHBox.designtime.js +1 -1
- package/src/sap/fe/templates/ObjectPage/designtime/StashableVBox.designtime.js +1 -1
- package/src/sap/fe/templates/ObjectPage/flexibility/ScrollableHeaderContainer.flexibility.js +1 -1
- package/src/sap/fe/templates/ObjectPage/flexibility/StashControlAndDisconnect.js +1 -1
- package/src/sap/fe/templates/ObjectPage/flexibility/StashableHBox.flexibility.js +1 -1
- package/src/sap/fe/templates/ObjectPage/flexibility/StashableVBox.flexibility.js +1 -1
- package/src/sap/fe/templates/ObjectPage/flexibility/UnstashControlAndConnect.js +1 -1
- package/src/sap/fe/templates/ObjectPage/manifest.json +2 -2
- package/src/sap/fe/templates/ObjectPage/overrides/CollaborationManager.js +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/IntentBasedNavigation.js +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/InternalRouting.js +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/MessageHandler.js +7 -3
- package/src/sap/fe/templates/ObjectPage/overrides/MessageHandler.ts +6 -1
- package/src/sap/fe/templates/ObjectPage/overrides/Paginator.js +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/Share.js +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/ViewState.js +1 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +1 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/TransportSelection.js +1 -1
- package/src/sap/fe/templates/TableScroller.js +1 -1
- package/src/sap/fe/templates/library.js +2 -2
- package/src/sap/fe/templates/messagebundle_de.properties +7 -7
- package/src/sap/fe/templates/messagebundle_es.properties +2 -2
- package/src/sap/fe/templates/types/sap.fe.templates-auto-ext.d.js +1 -1
|
@@ -184,6 +184,8 @@ class ObjectPageController extends PageController {
|
|
|
184
184
|
|
|
185
185
|
private subSections?: { fe: SubSection[]; others: ObjectPageSubSection[] };
|
|
186
186
|
|
|
187
|
+
private previousBindingContextPath?: string;
|
|
188
|
+
|
|
187
189
|
@publicExtension()
|
|
188
190
|
@finalExtension()
|
|
189
191
|
getExtensionAPI(sId?: string): ExtensionAPI {
|
|
@@ -395,6 +397,7 @@ class ObjectPageController extends PageController {
|
|
|
395
397
|
|
|
396
398
|
_onBeforeBinding(oContext: ODataV4Context, mParameters: BindingParams = {}): void {
|
|
397
399
|
// TODO: we should check how this comes together with the transaction helper, same to the change in the afterBinding
|
|
400
|
+
this.previousBindingContextPath = this.getView().getBindingContext()?.getPath();
|
|
398
401
|
const aTables = this._findTables(),
|
|
399
402
|
oObjectPage = this._getObjectPageLayoutControl(),
|
|
400
403
|
oInternalModelContext = this.getView().getBindingContext("internal") as InternalModelContext,
|
|
@@ -551,21 +554,26 @@ class ObjectPageController extends PageController {
|
|
|
551
554
|
const aSubSections = oSection.getSubSections();
|
|
552
555
|
for (let iSubSection = 0; iSubSection < aSubSections.length; iSubSection++, iSkip--) {
|
|
553
556
|
// In IconTabBar mode keep the second section bound if there is an editable header and we are switching to display mode
|
|
554
|
-
|
|
557
|
+
const oSubSection = aSubSections[iSubSection];
|
|
555
558
|
const disableBindingContextCondition =
|
|
556
559
|
(this.getDisableObjectPageRequestOptimization() &&
|
|
557
560
|
(iSkip < 1 || (bUseIconTabBar && (iSection > 1 || (iSection === 1 && !bEditableHeader && !bIsInEditMode))))) ||
|
|
558
561
|
(!this.getDisableObjectPageRequestOptimization() &&
|
|
559
|
-
((!bUseIconTabBar &&
|
|
562
|
+
((!bUseIconTabBar && (iSkip < 1 || oSubSection.getBinding("visible"))) || //if we are not in IconTabBar mode, all section with index >=3 or with visibility binding should be disconnected
|
|
560
563
|
(!bUseIconTabBar && !firstVisibilityBinding && iSkip < 1) || // if no subsection has visibility binding and we are not in IconTabBar mode
|
|
561
564
|
(bUseIconTabBar && (iSection > 1 || (iSection === 1 && !bEditableHeader && !bIsInEditMode)))));
|
|
562
565
|
if (disableBindingContextCondition) {
|
|
563
|
-
const oSubSection = aSubSections[iSubSection];
|
|
564
566
|
// SubSection's binding is enabled.
|
|
565
567
|
oSubSection.setBindingContext(undefined);
|
|
566
|
-
const blocks = oSubSection.getBlocks()
|
|
568
|
+
const blocks = oSubSection.getBlocks();
|
|
567
569
|
// SubSection's contents binding is disabled.
|
|
568
|
-
blocks.forEach((block) =>
|
|
570
|
+
blocks.forEach((block) => {
|
|
571
|
+
if (block.isA<SubSectionBlock>("sap.fe.templates.ObjectPage.controls.SubSectionBlock")) {
|
|
572
|
+
block.content.setBindingContext?.(null);
|
|
573
|
+
} else {
|
|
574
|
+
block.setBindingContext(null);
|
|
575
|
+
}
|
|
576
|
+
});
|
|
569
577
|
oSubSection.getMoreBlocks().forEach((subBlock) => subBlock.setBindingContext(null));
|
|
570
578
|
oSubSection.getActions().forEach((actions) => actions.setBindingContext(null));
|
|
571
579
|
}
|
|
@@ -710,8 +718,14 @@ class ObjectPageController extends PageController {
|
|
|
710
718
|
if (oSubSection.isA<SubSection>("sap.fe.macros.controls.section.SubSection")) {
|
|
711
719
|
oSubSection.handleSubSectionCreated(this.getView());
|
|
712
720
|
}
|
|
713
|
-
const blocks = oSubSection.getBlocks()
|
|
714
|
-
blocks.forEach((block) =>
|
|
721
|
+
const blocks = oSubSection.getBlocks();
|
|
722
|
+
blocks.forEach((block) => {
|
|
723
|
+
if (block.isA<SubSectionBlock>("sap.fe.templates.ObjectPage.controls.SubSectionBlock")) {
|
|
724
|
+
block.content.setBindingContext?.(undefined);
|
|
725
|
+
} else {
|
|
726
|
+
block.setBindingContext(undefined);
|
|
727
|
+
}
|
|
728
|
+
});
|
|
715
729
|
oSubSection.getMoreBlocks().forEach((subBlock) => subBlock.setBindingContext(undefined));
|
|
716
730
|
oSubSection.getActions().forEach((actions) => actions.setBindingContext(undefined));
|
|
717
731
|
}
|
|
@@ -919,7 +933,12 @@ class ObjectPageController extends PageController {
|
|
|
919
933
|
const applyAppState = this.getAppComponent().getAppStateHandler().applyAppState(view);
|
|
920
934
|
this.pageReady.waitFor(applyAppState);
|
|
921
935
|
|
|
922
|
-
this.reconnectSubSectionVisibilityObservers(
|
|
936
|
+
this.reconnectSubSectionVisibilityObservers(
|
|
937
|
+
this.subSections,
|
|
938
|
+
oObjectPage,
|
|
939
|
+
applyAppState,
|
|
940
|
+
this.previousBindingContextPath !== this.getView().getBindingContext()?.getPath()
|
|
941
|
+
);
|
|
923
942
|
}
|
|
924
943
|
|
|
925
944
|
/**
|
|
@@ -928,15 +947,17 @@ class ObjectPageController extends PageController {
|
|
|
928
947
|
* @param subSectionInfo Subsections information retrieved during disconnection
|
|
929
948
|
* @param objectPageLayout Object Page Layout control
|
|
930
949
|
* @param waitForApplyAppstate Promise that resolves when the app state is applied
|
|
950
|
+
* @param waitForVisibilityBindings Boolean indicating whether to wait for visibility bindings to be resolved before reconnecting observers
|
|
931
951
|
* @returns A promise that resolves to true if the observers were reconnected, false otherwise
|
|
932
952
|
*/
|
|
933
953
|
async reconnectSubSectionVisibilityObservers(
|
|
934
954
|
subSectionInfo: { fe: SubSection[]; others: ObjectPageSubSection[] } | undefined,
|
|
935
955
|
objectPageLayout: ObjectPageLayout,
|
|
936
|
-
waitForApplyAppstate: Promise<unknown
|
|
956
|
+
waitForApplyAppstate: Promise<unknown>,
|
|
957
|
+
waitForVisibilityBindings = true
|
|
937
958
|
): Promise<boolean> {
|
|
938
959
|
if (!this.getDisableObjectPageRequestOptimization() && subSectionInfo) {
|
|
939
|
-
await Promise.all(this.waitForVisibilityBindings)
|
|
960
|
+
await Promise.all(waitForVisibilityBindings ? this.waitForVisibilityBindings : [])
|
|
940
961
|
.then(async () => {
|
|
941
962
|
objectPageLayout.setVisible(true);
|
|
942
963
|
try {
|
|
@@ -1168,7 +1189,9 @@ class ObjectPageController extends PageController {
|
|
|
1168
1189
|
if (!oObjectPageContext || pathsToResolve.length === 0) {
|
|
1169
1190
|
return Promise.resolve(build());
|
|
1170
1191
|
}
|
|
1171
|
-
await Promise.all(
|
|
1192
|
+
await Promise.all(
|
|
1193
|
+
pathsToResolve.map(async (p) => (oObjectPageContext as ODataV4Context).requestProperty(p).catch(() => undefined))
|
|
1194
|
+
);
|
|
1172
1195
|
return build();
|
|
1173
1196
|
}
|
|
1174
1197
|
|
|
@@ -1419,7 +1442,6 @@ class ObjectPageController extends PageController {
|
|
|
1419
1442
|
if (error !== RecommendationDialogDecision.Continue) {
|
|
1420
1443
|
messagePopoverErr = (error as string) ?? "";
|
|
1421
1444
|
}
|
|
1422
|
-
throw error;
|
|
1423
1445
|
}
|
|
1424
1446
|
} finally {
|
|
1425
1447
|
if (BusyLocker.isLocked(model)) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/base/BindingToolkit", "sap/fe/core/converters/ManifestSettings", "sap/fe/core/converters/MetaModelConverter", "sap/fe/core/helpers/BindingHelper", "sap/fe/core/helpers/ModelHelper", "sap/fe/core/helpers/StableIdHelper", "sap/fe/core/helpers/TitleHelper", "sap/fe/macros/CommonHelper", "sap/fe/macros/field/FieldTemplating", "sap/m/library", "sap/ui/base/BindingInfo", "sap/ui/core/Lib", "sap/ui/model/odata/v4/AnnotationHelper"], function (BindingToolkit, ManifestSettings, MetaModelConverter, BindingHelper, ModelHelper, StableIdHelper, TitleHelper, CommonHelper, FieldTemplating, mLibrary, BindingInfo, Library, ODataModelAnnotationHelper) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/base/BindingToolkit", "sap/fe/core/helpers/AdaptiveCardExpressionCompiler", "sap/fe/core/helpers/TypeGuards"], function (BindingToolkit, AdaptiveCardExpressionCompiler, TypeGuards) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/base/Log", "sap/fe/templates/ObjectPage/card/BaseCardContentProvider", "sap/fe/templates/ObjectPage/card/actions/HeaderActions", "sap/fe/templates/ObjectPage/card/facets/HeaderContent", "sap/fe/templates/ObjectPage/card/facets/HeaderTitle"], function (Log, BaseCardContentProvider, HeaderActions, HeaderContent, HeaderTitle) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/base/Log", "sap/fe/core/converters/helpers/ConfigurableObject", "sap/fe/core/helpers/StableIdHelper", "sap/fe/core/templating/ActionHelper", "sap/fe/core/templating/FieldControlHelper", "sap/fe/core/templating/PropertyHelper", "sap/fe/core/templating/UIFormatters", "sap/fe/templates/ObjectPage/card/BaseCardContentProvider"], function (Log, ConfigurableObject, StableIdHelper, ActionHelper, FieldControlHelper, PropertyHelper, UIFormatters, BaseCardContentProvider) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/base/Log", "sap/fe/base/BindingToolkit", "sap/fe/core/converters/helpers/ConfigurableObject", "sap/fe/core/converters/helpers/DataFieldHelper", "sap/fe/core/helpers/AdaptiveCardExpressionCompiler", "sap/fe/core/helpers/MetaPath", "sap/fe/core/helpers/StableIdHelper", "sap/fe/core/helpers/TypeGuards", "sap/fe/core/templating/CriticalityFormatters", "sap/fe/core/templating/DataFieldFormatters", "sap/fe/core/templating/UIFormatters", "sap/fe/templates/ObjectPage/card/AdaptiveCardContent", "sap/fe/templates/ObjectPage/card/BaseCardContentProvider"], function (Log, BindingToolkit, ConfigurableObject, DataFieldHelper, AdaptiveCardExpressionCompiler, MetaPath, StableIdHelper, TypeGuards, CriticalityFormatters, DataFieldFormatters, UIFormatters, AdaptiveCardContent, BaseCardContentProvider) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/base/Log", "sap/fe/core/helpers/MetaPath", "sap/fe/templates/ObjectPage/card/AdaptiveCardContent", "sap/fe/templates/ObjectPage/card/BaseCardContentProvider"], function (Log, MetaPath, AdaptiveCardContent, BaseCardContentProvider) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/core/CommonUtils", "sap/fe/core/controllerextensions/collaboration/CollaborationCommon", "sap/fe/core/helpers/ResourceModelHelper", "sap/fe/macros/CommonHelper", "sap/m/Avatar", "sap/m/Button", "sap/m/Dialog", "sap/m/HBox", "sap/m/ObjectIdentifier", "sap/m/ObjectStatus", "sap/m/Text", "sap/m/VBox", "sap/ui/core/Lib", "sap/ui/core/library", "sap/ui/model/Filter", "sap/fe/base/jsx-runtime/Fragment", "sap/fe/base/jsx-runtime/jsxs", "sap/fe/base/jsx-runtime/jsx"], function (CommonUtils, CollaborationCommon, ResourceModelHelper, CommonHelper, Avatar, Button, Dialog, HBox, ObjectIdentifier, ObjectStatus, Text, VBox, Lib, library, Filter, _Fragment, _jsxs, _jsx) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/base/BindingToolkit", "sap/fe/base/ClassSupport", "sap/fe/core/buildingBlocks/BuildingBlock", "sap/fe/core/controllerextensions/collaboration/CollaborationCommon", "sap/fe/core/formatters/CollaborationFormatter", "sap/fe/core/helpers/ModelHelper", "sap/fe/core/helpers/PromiseKeeper", "sap/fe/core/helpers/TypeGuards", "sap/fe/macros/CommonHelper", "sap/m/Avatar", "sap/m/Button", "sap/m/Dialog", "sap/m/HBox", "sap/m/Label", "sap/m/MessageStrip", "sap/m/MessageToast", "sap/m/ObjectStatus", "sap/m/ResponsivePopover", "sap/m/Text", "sap/m/VBox", "sap/ui/core/Lib", "sap/ui/core/library", "sap/ui/mdc/Field", "sap/ui/mdc/ValueHelp", "sap/ui/mdc/valuehelp/Dialog", "sap/ui/mdc/valuehelp/Popover", "sap/ui/mdc/valuehelp/content/MTable", "sap/fe/base/jsx-runtime/jsx", "sap/fe/base/jsx-runtime/jsxs", "sap/fe/base/jsx-runtime/Fragment"], function (BindingToolkit, ClassSupport, BuildingBlock, CollaborationCommon, collaborationFormatter, ModelHelper, PromiseKeeper, TypeGuards, CommonHelper, Avatar, Button, Dialog, HBox, Label, MessageStrip, MessageToast, ObjectStatus, ResponsivePopover, Text, VBox, Lib, library, Field, ValueHelp, MDCDialog, MDCPopover, MTable, _jsx, _jsxs, _Fragment) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/base/BindingToolkit", "sap/fe/base/ClassSupport", "sap/fe/core/CommonUtils", "sap/fe/core/buildingBlocks/BuildingBlock", "sap/fe/core/controls/CommandExecution", "sap/fe/core/converters/MetaModelConverter", "sap/fe/core/helpers/BindingHelper", "sap/m/Button", "sap/m/List", "sap/m/ResponsivePopover", "sap/m/StandardListItem", "sap/ui/core/InvisibleText", "../ObjectPageTemplating", "sap/fe/base/jsx-runtime/jsx", "sap/fe/base/jsx-runtime/jsxs"], function (BindingToolkit, ClassSupport, CommonUtils, BuildingBlock, CommandExecution, MetaModelConverter, BindingHelper, Button, List, ResponsivePopover, StandardListItem, InvisibleText, ObjectPageTemplating, _jsx, _jsxs) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/base/ClassSupport", "sap/m/HBox", "sap/ui/core/StashedControlSupport"], function (ClassSupport, HBox, StashedControlSupport) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/base/ClassSupport", "sap/m/VBox", "sap/ui/core/StashedControlSupport"], function (ClassSupport, VBox, StashedControlSupport) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/base/ClassSupport", "sap/uxap/BlockBase", "sap/uxap/library"], function (ClassSupport, BlockBase, uxapLib) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/core/CommonUtils", "sap/fe/core/designtime/AnnotationBasedChanges", "sap/fe/macros/designtime/Designtime.helper", "sap/fe/templates/ObjectPage/designtime/ObjectPage.designtime.helper", "sap/m/AvatarImageFitType"], function (CommonUtils, AnnotationBasedChanges, Designtime_helper, ObjectPage_designtime_helper, AvatarImageFitType) {
|
|
6
6
|
"use strict";
|
package/src/sap/fe/templates/ObjectPage/flexibility/ScrollableHeaderContainer.flexibility.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/ui/fl/changeHandler/MoveControls"], function (MoveControls) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/ui/fl/LayerUtils", "sap/ui/fl/changeHandler/StashControl"], function (LayerUtils, StashControl) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/ui/fl/changeHandler/BaseRename", "./StashControlAndDisconnect", "./UnstashControlAndConnect"], function (BaseRename, StashControlAndDisconnect, UnstashControlAndConnect) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/templates/ObjectPage/flexibility/StashControlAndDisconnect", "sap/fe/templates/ObjectPage/flexibility/UnstashControlAndConnect"], function (StashControlAndDisconnect, UnstashControlAndConnect) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/ui/fl/LayerUtils", "sap/ui/fl/changeHandler/UnstashControl"], function (LayerUtils, UnstashControl) {
|
|
6
6
|
"use strict";
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"id": "sap.fe.templates.ObjectPage",
|
|
5
5
|
"type": "component",
|
|
6
6
|
"applicationVersion": {
|
|
7
|
-
"version": "1.
|
|
7
|
+
"version": "1.146.0"
|
|
8
8
|
},
|
|
9
9
|
"title": "Object Page",
|
|
10
10
|
"tags": {
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
"SaveAndBack": {
|
|
109
109
|
"name": "SaveAndBack",
|
|
110
|
-
"shortcut": "
|
|
110
|
+
"shortcut": "Ctrl+F3",
|
|
111
111
|
"description": "{{SAVEANDBACK_SHORTCUT_DESCRIPTION}}"
|
|
112
112
|
},
|
|
113
113
|
"Share": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/base/Log", "sap/fe/core/CommonUtils", "sap/fe/macros/insights/CommonInsightsHelper"], function (Log, CommonUtils, CommonInsightsHelper) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/core/CommonUtils", "sap/fe/navigation/SelectionVariant"], function (CommonUtils, SelectionVariant) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/core/CommonUtils"], function (CommonUtils) {
|
|
6
6
|
"use strict";
|
|
@@ -14,7 +14,11 @@ sap.ui.define(["sap/fe/core/CommonUtils"], function (CommonUtils) {
|
|
|
14
14
|
const boundContextMessages = [];
|
|
15
15
|
transitionMessages?.forEach(message => {
|
|
16
16
|
if (message.getTargets().length === 1 && message.getTargets()[0] === context?.getPath() && message.getPersistent() === true) {
|
|
17
|
-
|
|
17
|
+
// Do not filter out ETag messages (412 with concurrent modification) as they are critical for user awareness
|
|
18
|
+
const technicalDetails = message.getTechnicalDetails();
|
|
19
|
+
if (!(technicalDetails?.httpStatus === 412 && technicalDetails?.isConcurrentModification)) {
|
|
20
|
+
boundContextMessages.push(message);
|
|
21
|
+
}
|
|
18
22
|
}
|
|
19
23
|
});
|
|
20
24
|
if (boundContextMessages.length === 1) {
|
|
@@ -27,4 +31,4 @@ sap.ui.define(["sap/fe/core/CommonUtils"], function (CommonUtils) {
|
|
|
27
31
|
};
|
|
28
32
|
return MessageHandlerExtension;
|
|
29
33
|
}, false);
|
|
30
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
34
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJNZXNzYWdlSGFuZGxlckV4dGVuc2lvbiIsImdldFNob3dCb3VuZE1lc3NhZ2VzSW5NZXNzYWdlRGlhbG9nIiwiQ29tbW9uVXRpbHMiLCJnZXRJc0VkaXRhYmxlIiwiYmFzZSIsImdldFZpZXciLCJnZXRCaW5kaW5nQ29udGV4dCIsImdldFByb3BlcnR5IiwiZmlsdGVyQ29udGV4dEJvdW5kTWVzc2FnZXMiLCJ0cmFuc2l0aW9uTWVzc2FnZXMiLCJjb250ZXh0IiwiYm91bmRDb250ZXh0TWVzc2FnZXMiLCJmb3JFYWNoIiwibWVzc2FnZSIsImdldFRhcmdldHMiLCJsZW5ndGgiLCJnZXRQYXRoIiwiZ2V0UGVyc2lzdGVudCIsInRlY2huaWNhbERldGFpbHMiLCJnZXRUZWNobmljYWxEZXRhaWxzIiwiaHR0cFN0YXR1cyIsImlzQ29uY3VycmVudE1vZGlmaWNhdGlvbiIsInB1c2giLCJmaWx0ZXIiXSwic291cmNlUm9vdCI6Ii4iLCJzb3VyY2VzIjpbIk1lc3NhZ2VIYW5kbGVyLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBDb21tb25VdGlscyBmcm9tIFwic2FwL2ZlL2NvcmUvQ29tbW9uVXRpbHNcIjtcbmltcG9ydCB0eXBlIE1lc3NhZ2VIYW5kbGVyIGZyb20gXCJzYXAvZmUvY29yZS9jb250cm9sbGVyZXh0ZW5zaW9ucy9NZXNzYWdlSGFuZGxlclwiO1xuaW1wb3J0IHR5cGUgeyBNZXNzYWdlVGVjaG5pY2FsRGV0YWlscyB9IGZyb20gXCJzYXAvZmUvY29yZS9jb250cm9sbGVyZXh0ZW5zaW9ucy9tZXNzYWdlSGFuZGxlci9tZXNzYWdlSGFuZGxpbmdcIjtcbmltcG9ydCB0eXBlIHsgSW50ZXJuYWxNb2RlbENvbnRleHQgfSBmcm9tIFwic2FwL2ZlL2NvcmUvaGVscGVycy9Nb2RlbEhlbHBlclwiO1xuaW1wb3J0IHR5cGUgTWVzc2FnZSBmcm9tIFwic2FwL3VpL2NvcmUvbWVzc2FnZS9NZXNzYWdlXCI7XG5pbXBvcnQgdHlwZSBDb250ZXh0IGZyb20gXCJzYXAvdWkvbW9kZWwvQ29udGV4dFwiO1xuXG5jb25zdCBNZXNzYWdlSGFuZGxlckV4dGVuc2lvbiA9IHtcblx0Z2V0U2hvd0JvdW5kTWVzc2FnZXNJbk1lc3NhZ2VEaWFsb2c6IGZ1bmN0aW9uICh0aGlzOiBNZXNzYWdlSGFuZGxlcik6IGJvb2xlYW4ge1xuXHRcdC8vIGluIGNhc2Ugb2YgZWRpdCBtb2RlIHdlIHNob3cgdGhlIG1lc3NhZ2VzIGluIHRoZSBtZXNzYWdlIHBvcG92ZXJcblx0XHRyZXR1cm4gKFxuXHRcdFx0IUNvbW1vblV0aWxzLmdldElzRWRpdGFibGUodGhpcy5iYXNlKSB8fFxuXHRcdFx0KHRoaXMuYmFzZS5nZXRWaWV3KCkuZ2V0QmluZGluZ0NvbnRleHQoXCJpbnRlcm5hbFwiKSBhcyBJbnRlcm5hbE1vZGVsQ29udGV4dCkuZ2V0UHJvcGVydHkoXCJpc09wZXJhdGlvbkRpYWxvZ09wZW5cIikgfHxcblx0XHRcdCh0aGlzLmJhc2UuZ2V0VmlldygpLmdldEJpbmRpbmdDb250ZXh0KFwiaW50ZXJuYWxcIikgYXMgSW50ZXJuYWxNb2RlbENvbnRleHQpLmdldFByb3BlcnR5KFwiZ2V0Qm91bmRNZXNzYWdlc0Zvck1hc3NFZGl0XCIpXG5cdFx0KTtcblx0fSxcblx0ZmlsdGVyQ29udGV4dEJvdW5kTWVzc2FnZXModHJhbnNpdGlvbk1lc3NhZ2VzOiBNZXNzYWdlW10sIGNvbnRleHQ6IENvbnRleHQpOiBNZXNzYWdlW10ge1xuXHRcdGNvbnN0IGJvdW5kQ29udGV4dE1lc3NhZ2VzOiBNZXNzYWdlW10gPSBbXTtcblx0XHR0cmFuc2l0aW9uTWVzc2FnZXM/LmZvckVhY2goKG1lc3NhZ2U6IE1lc3NhZ2UpID0+IHtcblx0XHRcdGlmIChtZXNzYWdlLmdldFRhcmdldHMoKS5sZW5ndGggPT09IDEgJiYgbWVzc2FnZS5nZXRUYXJnZXRzKClbMF0gPT09IGNvbnRleHQ/LmdldFBhdGgoKSAmJiBtZXNzYWdlLmdldFBlcnNpc3RlbnQoKSA9PT0gdHJ1ZSkge1xuXHRcdFx0XHQvLyBEbyBub3QgZmlsdGVyIG91dCBFVGFnIG1lc3NhZ2VzICg0MTIgd2l0aCBjb25jdXJyZW50IG1vZGlmaWNhdGlvbikgYXMgdGhleSBhcmUgY3JpdGljYWwgZm9yIHVzZXIgYXdhcmVuZXNzXG5cdFx0XHRcdGNvbnN0IHRlY2huaWNhbERldGFpbHMgPSBtZXNzYWdlLmdldFRlY2huaWNhbERldGFpbHMoKSBhcyBNZXNzYWdlVGVjaG5pY2FsRGV0YWlscztcblx0XHRcdFx0aWYgKCEodGVjaG5pY2FsRGV0YWlscz8uaHR0cFN0YXR1cyA9PT0gNDEyICYmIHRlY2huaWNhbERldGFpbHM/LmlzQ29uY3VycmVudE1vZGlmaWNhdGlvbikpIHtcblx0XHRcdFx0XHRib3VuZENvbnRleHRNZXNzYWdlcy5wdXNoKG1lc3NhZ2UpO1xuXHRcdFx0XHR9XG5cdFx0XHR9XG5cdFx0fSk7XG5cdFx0aWYgKGJvdW5kQ29udGV4dE1lc3NhZ2VzLmxlbmd0aCA9PT0gMSkge1xuXHRcdFx0dHJhbnNpdGlvbk1lc3NhZ2VzID0gdHJhbnNpdGlvbk1lc3NhZ2VzPy5maWx0ZXIoZnVuY3Rpb24gKG1lc3NhZ2U6IE1lc3NhZ2UpIHtcblx0XHRcdFx0cmV0dXJuIG1lc3NhZ2UgIT09IGJvdW5kQ29udGV4dE1lc3NhZ2VzWzBdO1xuXHRcdFx0fSk7XG5cdFx0fVxuXHRcdHJldHVybiB0cmFuc2l0aW9uTWVzc2FnZXM7XG5cdH1cbn07XG5cbmV4cG9ydCBkZWZhdWx0IE1lc3NhZ2VIYW5kbGVyRXh0ZW5zaW9uO1xuIl0sIm1hcHBpbmdzIjoiOzs7Ozs7O0VBT0EsTUFBTUEsdUJBQXVCLEdBQUc7SUFDL0JDLG1DQUFtQyxFQUFFLFNBQUFBLENBQUEsRUFBeUM7TUFDN0U7TUFDQSxPQUNDLENBQUNDLFdBQVcsQ0FBQ0MsYUFBYSxDQUFDLElBQUksQ0FBQ0MsSUFBSSxDQUFDLElBQ3BDLElBQUksQ0FBQ0EsSUFBSSxDQUFDQyxPQUFPLENBQUMsQ0FBQyxDQUFDQyxpQkFBaUIsQ0FBQyxVQUFVLENBQUMsQ0FBMEJDLFdBQVcsQ0FBQyx1QkFBdUIsQ0FBQyxJQUMvRyxJQUFJLENBQUNILElBQUksQ0FBQ0MsT0FBTyxDQUFDLENBQUMsQ0FBQ0MsaUJBQWlCLENBQUMsVUFBVSxDQUFDLENBQTBCQyxXQUFXLENBQUMsNkJBQTZCLENBQUM7SUFFeEgsQ0FBQztJQUNEQywwQkFBMEJBLENBQUNDLGtCQUE2QixFQUFFQyxPQUFnQixFQUFhO01BQ3RGLE1BQU1DLG9CQUErQixHQUFHLEVBQUU7TUFDMUNGLGtCQUFrQixFQUFFRyxPQUFPLENBQUVDLE9BQWdCLElBQUs7UUFDakQsSUFBSUEsT0FBTyxDQUFDQyxVQUFVLENBQUMsQ0FBQyxDQUFDQyxNQUFNLEtBQUssQ0FBQyxJQUFJRixPQUFPLENBQUNDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUtKLE9BQU8sRUFBRU0sT0FBTyxDQUFDLENBQUMsSUFBSUgsT0FBTyxDQUFDSSxhQUFhLENBQUMsQ0FBQyxLQUFLLElBQUksRUFBRTtVQUM1SDtVQUNBLE1BQU1DLGdCQUFnQixHQUFHTCxPQUFPLENBQUNNLG1CQUFtQixDQUFDLENBQTRCO1VBQ2pGLElBQUksRUFBRUQsZ0JBQWdCLEVBQUVFLFVBQVUsS0FBSyxHQUFHLElBQUlGLGdCQUFnQixFQUFFRyx3QkFBd0IsQ0FBQyxFQUFFO1lBQzFGVixvQkFBb0IsQ0FBQ1csSUFBSSxDQUFDVCxPQUFPLENBQUM7VUFDbkM7UUFDRDtNQUNELENBQUMsQ0FBQztNQUNGLElBQUlGLG9CQUFvQixDQUFDSSxNQUFNLEtBQUssQ0FBQyxFQUFFO1FBQ3RDTixrQkFBa0IsR0FBR0Esa0JBQWtCLEVBQUVjLE1BQU0sQ0FBQyxVQUFVVixPQUFnQixFQUFFO1VBQzNFLE9BQU9BLE9BQU8sS0FBS0Ysb0JBQW9CLENBQUMsQ0FBQyxDQUFDO1FBQzNDLENBQUMsQ0FBQztNQUNIO01BQ0EsT0FBT0Ysa0JBQWtCO0lBQzFCO0VBQ0QsQ0FBQztFQUFDLE9BRWFULHVCQUF1QjtBQUFBIiwiaWdub3JlTGlzdCI6W119
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import CommonUtils from "sap/fe/core/CommonUtils";
|
|
2
2
|
import type MessageHandler from "sap/fe/core/controllerextensions/MessageHandler";
|
|
3
|
+
import type { MessageTechnicalDetails } from "sap/fe/core/controllerextensions/messageHandler/messageHandling";
|
|
3
4
|
import type { InternalModelContext } from "sap/fe/core/helpers/ModelHelper";
|
|
4
5
|
import type Message from "sap/ui/core/message/Message";
|
|
5
6
|
import type Context from "sap/ui/model/Context";
|
|
@@ -17,7 +18,11 @@ const MessageHandlerExtension = {
|
|
|
17
18
|
const boundContextMessages: Message[] = [];
|
|
18
19
|
transitionMessages?.forEach((message: Message) => {
|
|
19
20
|
if (message.getTargets().length === 1 && message.getTargets()[0] === context?.getPath() && message.getPersistent() === true) {
|
|
20
|
-
|
|
21
|
+
// Do not filter out ETag messages (412 with concurrent modification) as they are critical for user awareness
|
|
22
|
+
const technicalDetails = message.getTechnicalDetails() as MessageTechnicalDetails;
|
|
23
|
+
if (!(technicalDetails?.httpStatus === 412 && technicalDetails?.isConcurrentModification)) {
|
|
24
|
+
boundContextMessages.push(message);
|
|
25
|
+
}
|
|
21
26
|
}
|
|
22
27
|
});
|
|
23
28
|
if (boundContextMessages.length === 1) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/base/Log", "sap/fe/core/CommonUtils", "sap/fe/core/converters/MetaModelConverter", "sap/fe/core/converters/helpers/ConfigurableObject", "sap/fe/core/helpers/ModelHelper", "sap/fe/core/helpers/SemanticKeyHelper", "sap/fe/templates/ObjectPage/card/Generator", "sap/ui/core/routing/HashChanger", "sap/ui/model/Filter", "sap/ui/model/FilterOperator"], function (Log, CommonUtils, MetaModelConverter, ConfigurableObject, ModelHelper, SemanticKeyHelper, AdaptiveCardGenerator, HashChanger, Filter, FilterOperator) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/base/Log", "sap/fe/core/CommonUtils", "sap/fe/core/helpers/KeepAliveHelper", "sap/fe/core/helpers/ModelHelper", "sap/fe/core/library"], function (Log, CommonUtils, KeepAliveHelper, ModelHelper, CoreLibrary) {
|
|
6
6
|
"use strict";
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
visible="{subSection>dataVisualizationTitleVisible}"
|
|
213
213
|
/>
|
|
214
214
|
</template:if>
|
|
215
|
-
<opcontrol:SubSectionBlock>
|
|
215
|
+
<opcontrol:SubSectionBlock visible="{subSection>visible}">
|
|
216
216
|
<opcontrol:content>
|
|
217
217
|
<template:if test="{= ${subSection>sideContent} !== undefined}">
|
|
218
218
|
<template:then>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/fe/base/BindingToolkit", "sap/fe/base/ClassSupport", "sap/fe/base/HookSupport", "sap/fe/core/buildingBlocks/BuildingBlock", "sap/fe/core/helpers/BindingHelper", "sap/fe/core/templating/DataModelPathHelper", "sap/fe/core/templating/FieldControlHelper", "sap/fe/core/templating/UIFormatters", "sap/fe/macros/field/FieldTemplating", "sap/m/Link", "sap/m/MessageStrip", "sap/ui/core/message/MessageType", "sap/fe/base/jsx-runtime/jsx"], function (BindingToolkit, ClassSupport, HookSupport, BuildingBlock, BindingHelper, DataModelPathHelper, FieldControlHelper, UIFormatters, FieldTemplating, Link, MessageStrip, MessageType, _jsx) {
|
|
6
6
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2026 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define(["sap/f/library", "sap/fe/core/library", "sap/fe/macros/library", "sap/fe/templates/ListReport/view/fragments/MultipleMode.block", "sap/ui/base/DataType", "sap/ui/core/Lib", "sap/ui/core/library", "sap/ui/fl/library"], function (_library, _library2, _library3, MultipleModeBlock, DataType, Library, _library4, _library5) {
|
|
6
6
|
"use strict";
|
|
@@ -36,7 +36,7 @@ sap.ui.define(["sap/f/library", "sap/fe/core/library", "sap/fe/macros/library",
|
|
|
36
36
|
controls: [],
|
|
37
37
|
elements: [],
|
|
38
38
|
// eslint-disable-next-line no-template-curly-in-string
|
|
39
|
-
version: "1.
|
|
39
|
+
version: "1.146.0",
|
|
40
40
|
noLibraryCSS: true
|
|
41
41
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
42
42
|
});
|
|
@@ -22,11 +22,11 @@ T_COMMON_OBJECT_PAGE_VALIDATE_DRAFT=Validieren
|
|
|
22
22
|
|
|
23
23
|
T_OP_OBJECT_PAGE_CREATE=Anlegen
|
|
24
24
|
|
|
25
|
-
T_OP_OBJECT_PAGE_CREATEANDBACK=
|
|
25
|
+
T_OP_OBJECT_PAGE_CREATEANDBACK=Anlegen und zur\u00FCck
|
|
26
26
|
|
|
27
27
|
T_OP_OBJECT_PAGE_SAVE=Sichern
|
|
28
28
|
|
|
29
|
-
T_OP_OBJECT_PAGE_SAVEANDBACK=
|
|
29
|
+
T_OP_OBJECT_PAGE_SAVEANDBACK=Sichern und zur\u00FCck
|
|
30
30
|
|
|
31
31
|
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Gesicherte Version
|
|
32
32
|
|
|
@@ -118,13 +118,13 @@ RTA_CONFIGURATION_OP_VM_ENUM_CONTROL=Control
|
|
|
118
118
|
|
|
119
119
|
RTA_CONFIGURATION_OP_VM_ENUM_NONE=Nicht aktiviert
|
|
120
120
|
|
|
121
|
-
RTA_CONFIGURATION_OP_AIFT_NAME=
|
|
121
|
+
RTA_CONFIGURATION_OP_AIFT_NAME=Passform des Avatarbilds
|
|
122
122
|
|
|
123
|
-
RTA_CONFIGURATION_OP_AIFT_DESC=
|
|
123
|
+
RTA_CONFIGURATION_OP_AIFT_DESC=Entscheiden, wie das Avatarbild in der Kopfzeile angezeigt wird
|
|
124
124
|
|
|
125
|
-
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER
|
|
125
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_COVER=\u00DCberdecken
|
|
126
126
|
|
|
127
|
-
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=
|
|
127
|
+
RTA_CONFIGURATION_OP_AIFT_ENUM_CONTAIN=Begrenzen
|
|
128
128
|
|
|
129
129
|
RTA_CONFIGURATION_OP_EHC_NAME=Bearbeitbare Kopfdaten
|
|
130
130
|
|
|
@@ -295,6 +295,6 @@ SHARE_SHORTCUT_DESCRIPTION=Teilen
|
|
|
295
295
|
|
|
296
296
|
SAVE_SHORTCUT_DESCRIPTION=Sichern
|
|
297
297
|
|
|
298
|
-
SAVEANDBACK_SHORTCUT_DESCRIPTION=
|
|
298
|
+
SAVEANDBACK_SHORTCUT_DESCRIPTION=Sichern und zur\u00FCck
|
|
299
299
|
|
|
300
300
|
EDIT_SHORTCUT_DESCRIPTION=Bearbeiten
|
|
@@ -236,7 +236,7 @@ T_ILLUSTRATED_MESSAGE_TITLE_NODATA=Todav\u00EDa no hay entradas
|
|
|
236
236
|
|
|
237
237
|
T_ILLUSTRATED_MESSAGE_TITLE_NOSEARCHRESULTS=No se han encontrado resultados
|
|
238
238
|
|
|
239
|
-
T_ILLUSTRATED_MESSAGE_TITLE_BEFORESEARCH=Obtengamos
|
|
239
|
+
T_ILLUSTRATED_MESSAGE_TITLE_BEFORESEARCH=Obtengamos\nresultados
|
|
240
240
|
|
|
241
241
|
T_TABLE_AND_CHART_NO_DATA_TEXT=Comience proporcionando los criterios de b\u00FAsqueda o de filtro.
|
|
242
242
|
|
|
@@ -258,7 +258,7 @@ T_TRANSPORT_SELECTION_SELECTED_TRANSPORT=Solicitud de transporte\:
|
|
|
258
258
|
|
|
259
259
|
HEADER_FORM_LABEL={0}\:
|
|
260
260
|
|
|
261
|
-
T_TABLE_AND_CHART_NO_DATA_TITLE_TEXT=Obtengamos
|
|
261
|
+
T_TABLE_AND_CHART_NO_DATA_TITLE_TEXT=Obtengamos\nresultados
|
|
262
262
|
|
|
263
263
|
|
|
264
264
|
FILTER_SEARCH_SHORTCUT_DESCRIPTION=Ir
|