@sapui5/sap.fe.templates 1.145.1 → 1.147.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 +2 -2
- package/src/sap/fe/templates/ListReport/ExtensionAPI.ts +1 -1
- package/src/sap/fe/templates/ListReport/LRMessageStrip.js +1 -1
- package/src/sap/fe/templates/ListReport/ListReport.view.xml +53 -10
- package/src/sap/fe/templates/ListReport/ListReportController.controller.js +78 -10
- package/src/sap/fe/templates/ListReport/ListReportController.controller.ts +92 -10
- package/src/sap/fe/templates/ListReport/ListReportTemplating.js +40 -4
- package/src/sap/fe/templates/ListReport/ListReportTemplating.ts +35 -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 +4 -3
- package/src/sap/fe/templates/ListReport/overrides/MessageHandler.ts +2 -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 +26 -5
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.ts +26 -3
- package/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +5 -1
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +90 -30
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.ts +111 -33
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.js +25 -14
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.ts +32 -27
- 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 +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/Paginator.js +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/Share.js +3 -3
- package/src/sap/fe/templates/ObjectPage/overrides/Share.ts +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/ViewState.js +1 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/Actions.fragment.xml +12 -2
- package/src/sap/fe/templates/ObjectPage/view/fragments/EmphasizedFirstHeaderAction.fragment.xml +181 -0
- package/src/sap/fe/templates/ObjectPage/view/fragments/Section.fragment.xml +2 -0
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +18 -12
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionFormContent.fragment.xml +2 -0
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionMoreFormContent.fragment.xml +2 -0
- 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.properties +1 -1
- package/src/sap/fe/templates/messagebundle_ar.properties +1 -1
- package/src/sap/fe/templates/messagebundle_bg.properties +1 -1
- package/src/sap/fe/templates/messagebundle_ca.properties +1 -1
- package/src/sap/fe/templates/messagebundle_cnr.properties +1 -1
- package/src/sap/fe/templates/messagebundle_cs.properties +1 -1
- package/src/sap/fe/templates/messagebundle_cy.properties +1 -1
- package/src/sap/fe/templates/messagebundle_da.properties +1 -1
- package/src/sap/fe/templates/messagebundle_de.properties +8 -8
- package/src/sap/fe/templates/messagebundle_el.properties +1 -1
- package/src/sap/fe/templates/messagebundle_en.properties +1 -1
- package/src/sap/fe/templates/messagebundle_en_GB.properties +1 -1
- package/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +1 -1
- package/src/sap/fe/templates/messagebundle_es.properties +3 -3
- package/src/sap/fe/templates/messagebundle_es_MX.properties +1 -1
- package/src/sap/fe/templates/messagebundle_et.properties +1 -1
- package/src/sap/fe/templates/messagebundle_fi.properties +1 -1
- package/src/sap/fe/templates/messagebundle_fr.properties +1 -1
- package/src/sap/fe/templates/messagebundle_fr_CA.properties +1 -1
- package/src/sap/fe/templates/messagebundle_hi.properties +1 -1
- package/src/sap/fe/templates/messagebundle_hr.properties +1 -1
- package/src/sap/fe/templates/messagebundle_hu.properties +1 -1
- package/src/sap/fe/templates/messagebundle_id.properties +1 -1
- package/src/sap/fe/templates/messagebundle_it.properties +1 -1
- package/src/sap/fe/templates/messagebundle_iw.properties +2 -2
- package/src/sap/fe/templates/messagebundle_ja.properties +1 -1
- package/src/sap/fe/templates/messagebundle_kk.properties +1 -1
- package/src/sap/fe/templates/messagebundle_ko.properties +1 -1
- package/src/sap/fe/templates/messagebundle_lt.properties +1 -1
- package/src/sap/fe/templates/messagebundle_lv.properties +1 -1
- package/src/sap/fe/templates/messagebundle_mk.properties +1 -1
- package/src/sap/fe/templates/messagebundle_ms.properties +1 -1
- package/src/sap/fe/templates/messagebundle_nl.properties +1 -1
- package/src/sap/fe/templates/messagebundle_no.properties +1 -1
- package/src/sap/fe/templates/messagebundle_pl.properties +1 -1
- package/src/sap/fe/templates/messagebundle_pt.properties +1 -1
- package/src/sap/fe/templates/messagebundle_pt_PT.properties +1 -1
- package/src/sap/fe/templates/messagebundle_ro.properties +1 -1
- package/src/sap/fe/templates/messagebundle_ru.properties +1 -1
- package/src/sap/fe/templates/messagebundle_sh.properties +1 -1
- package/src/sap/fe/templates/messagebundle_sk.properties +1 -1
- package/src/sap/fe/templates/messagebundle_sl.properties +1 -1
- package/src/sap/fe/templates/messagebundle_sr.properties +1 -1
- package/src/sap/fe/templates/messagebundle_sv.properties +1 -1
- package/src/sap/fe/templates/messagebundle_th.properties +1 -1
- package/src/sap/fe/templates/messagebundle_tr.properties +1 -1
- package/src/sap/fe/templates/messagebundle_uk.properties +3 -3
- package/src/sap/fe/templates/messagebundle_vi.properties +1 -1
- package/src/sap/fe/templates/messagebundle_zh_CN.properties +1 -1
- package/src/sap/fe/templates/messagebundle_zh_TW.properties +1 -1
- package/src/sap/fe/templates/types/sap.fe.templates-auto-ext.d.js +1 -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/helpers/KeepAliveHelper", "sap/fe/core/helpers/ModelHelper", "sap/fe/core/library"], function (Log, CommonUtils, KeepAliveHelper, ModelHelper, CoreLibrary) {
|
|
6
6
|
"use strict";
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
FE_MODEL: 'sap/fe/core/helpers/ModelHelper'
|
|
24
24
|
}"
|
|
25
25
|
>
|
|
26
|
+
<template:if test="{= !!${converterContext>header/emphasizedFirstActions} && !${converterContext>isDraftEnabled} }">
|
|
27
|
+
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.EmphasizedFirstHeaderAction" type="XML" />
|
|
28
|
+
</template:if>
|
|
26
29
|
<template:if test="{converterContext>header/actions}">
|
|
27
30
|
<template:repeat list="{converterContext>header/actions}" var="headerAction">
|
|
28
31
|
<template:if
|
|
@@ -43,6 +46,13 @@
|
|
|
43
46
|
<components:CollaborationDraft contextPath="{entitySet>@@COMMON.getMetaPath}" id="fe::CollaborationDraft" />
|
|
44
47
|
</template:if>
|
|
45
48
|
<ToolbarSpacer />
|
|
49
|
+
|
|
50
|
+
<!-- Render emphasized-first action AFTER the flexible spacer in draft mode (prevents large gap). -->
|
|
51
|
+
<template:if
|
|
52
|
+
test="{= !!${converterContext>header/emphasizedFirstActions} && ${converterContext>isDraftEnabled} }"
|
|
53
|
+
>
|
|
54
|
+
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.EmphasizedFirstHeaderAction" type="XML" />
|
|
55
|
+
</template:if>
|
|
46
56
|
</template:elseif>
|
|
47
57
|
<template:elseif test="{= ${headerAction>type} === 'Separator'}">
|
|
48
58
|
<ToolbarSeparator>
|
|
@@ -153,7 +163,7 @@
|
|
|
153
163
|
<Button
|
|
154
164
|
id="fe::StandardAction::Edit"
|
|
155
165
|
dt:designtime="not-adaptable"
|
|
156
|
-
type="{
|
|
166
|
+
type="{headerAction>buttonType}"
|
|
157
167
|
text="{sap.fe.i18n>C_COMMON_OBJECT_PAGE_EDIT}"
|
|
158
168
|
enabled="{headerAction>enabled}"
|
|
159
169
|
visible="{headerAction>visible}"
|
|
@@ -206,7 +216,7 @@
|
|
|
206
216
|
press="{= ${headerAction>command} ? ('cmd:' + ${headerAction>command}) : OP.getPressExpressionForEdit(${dataField>}, ${entitySet>@sapui.name}, ${headerAction>}) }"
|
|
207
217
|
visible="{headerAction>visible}"
|
|
208
218
|
enabled="{headerAction>enabled}"
|
|
209
|
-
type="{= CRIT.buildExpressionForCriticalityButtonType(${dataField>@@UI.getDataModelObjectPath}) }"
|
|
219
|
+
type="{= ${headerAction>buttonType} ? ${headerAction>buttonType} : CRIT.buildExpressionForCriticalityButtonType(${dataField>@@UI.getDataModelObjectPath}) }"
|
|
210
220
|
ariaHasPopup="{= DATAFIELDANNOTATIONS.isDataModelObjectPathForActionWithDialog(${actionContext>@@UI.getDataModelObjectPath})}"
|
|
211
221
|
macrodata:annotatedActionIdentifier="{= ID.generate([${dataField>@@UI.getDataModelObjectPath}]) }"
|
|
212
222
|
icon="{= ${headerAction>isAIOperation} ? COMMON.getAIIcon() : undefined }"
|
package/src/sap/fe/templates/ObjectPage/view/fragments/EmphasizedFirstHeaderAction.fragment.xml
ADDED
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
<core:FragmentDefinition
|
|
2
|
+
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
3
|
+
xmlns:macrodata="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1"
|
|
4
|
+
xmlns="sap.m"
|
|
5
|
+
xmlns:core="sap.ui.core"
|
|
6
|
+
xmlns:customData="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1"
|
|
7
|
+
xmlns:dt="sap.ui.dt"
|
|
8
|
+
template:require="{
|
|
9
|
+
ID: 'sap/fe/core/helpers/StableIdHelper',
|
|
10
|
+
OP: 'sap/fe/templates/ObjectPage/ObjectPageTemplating',
|
|
11
|
+
COMMON: 'sap/fe/macros/CommonHelper',
|
|
12
|
+
DATAFIELDANNOTATIONS : 'sap/fe/core/converters/annotations/DataField',
|
|
13
|
+
DEFAULTACTIONHANDLER: 'sap/fe/macros/internal/helpers/DefaultActionHandler'
|
|
14
|
+
}"
|
|
15
|
+
>
|
|
16
|
+
<!--
|
|
17
|
+
Renders the *active* emphasized-first instances of all emphasized header actions.
|
|
18
|
+
Supports multiple emphasized actions with dynamic visibility (UI.Hidden) via cascading priority.
|
|
19
|
+
The caller (Actions.fragment.xml) is responsible for placing this fragment at the desired position.
|
|
20
|
+
-->
|
|
21
|
+
<template:repeat list="{converterContext>header/emphasizedFirstActions}" var="emphHeaderAction">
|
|
22
|
+
<template:if test="{= ${emphHeaderAction>type} === 'ForNavigation' }">
|
|
23
|
+
<template:with path="emphHeaderAction>annotationPath" var="dataField">
|
|
24
|
+
<Button
|
|
25
|
+
id="{= ID.generate(['fe', ${dataField>@@UI.getDataModelObjectPath}, 'EmphasizedFirst']) }"
|
|
26
|
+
dt:designtime="not-adaptable"
|
|
27
|
+
text="{emphHeaderAction>text}"
|
|
28
|
+
press="{= ${emphHeaderAction>command} ? ('cmd:' + ${emphHeaderAction>command}) : ${emphHeaderAction>press}}"
|
|
29
|
+
visible="{emphHeaderAction>emphFirstVisible}"
|
|
30
|
+
enabled="{emphHeaderAction>enabled}"
|
|
31
|
+
type="Emphasized"
|
|
32
|
+
macrodata:IBNData="{emphHeaderAction>customData}"
|
|
33
|
+
macrodata:fePrimaryActionShortcut="true"
|
|
34
|
+
>
|
|
35
|
+
<layoutData>
|
|
36
|
+
<OverflowToolbarLayoutData
|
|
37
|
+
priority="{= ${emphHeaderAction>priority} ? ${emphHeaderAction>priority} : 'Low' }"
|
|
38
|
+
group="{= ${emphHeaderAction>overflowGroup} || ${emphHeaderAction>group} }"
|
|
39
|
+
/>
|
|
40
|
+
</layoutData>
|
|
41
|
+
</Button>
|
|
42
|
+
</template:with>
|
|
43
|
+
</template:if>
|
|
44
|
+
|
|
45
|
+
<template:if test="{= (${emphHeaderAction>type} === 'ForAction' || ${emphHeaderAction>type} === 'Copy') }">
|
|
46
|
+
<template:with path="emphHeaderAction>annotationPath" var="dataField">
|
|
47
|
+
<template:if
|
|
48
|
+
test="{= ${dataField>$Type} === 'com.sap.vocabularies.UI.v1.DataFieldForAction' && ${dataField>Determining} !== true }"
|
|
49
|
+
>
|
|
50
|
+
<template:with path="dataField>Action" helper="COMMON.getActionContext" var="actionContext">
|
|
51
|
+
<Button
|
|
52
|
+
id="{= ID.generate(['fe', ${dataField>@@UI.getDataModelObjectPath}, 'EmphasizedFirst']) }"
|
|
53
|
+
dt:designtime="not-adaptable"
|
|
54
|
+
text="{= ${emphHeaderAction>text} ? ${emphHeaderAction>text} : ${dataField>Label} }"
|
|
55
|
+
press="{= ${emphHeaderAction>command} ? ('cmd:' + ${emphHeaderAction>command}) : OP.getPressExpressionForEdit(${dataField>}, ${entitySet>@sapui.name}, ${emphHeaderAction>}) }"
|
|
56
|
+
visible="{emphHeaderAction>emphFirstVisible}"
|
|
57
|
+
enabled="{emphHeaderAction>enabled}"
|
|
58
|
+
type="Emphasized"
|
|
59
|
+
ariaHasPopup="{= DATAFIELDANNOTATIONS.isDataModelObjectPathForActionWithDialog(${actionContext>@@UI.getDataModelObjectPath})}"
|
|
60
|
+
macrodata:annotatedActionIdentifier="{= ID.generate([${dataField>@@UI.getDataModelObjectPath}]) }"
|
|
61
|
+
icon="{= ${emphHeaderAction>isAIOperation} ? COMMON.getAIIcon() : undefined }"
|
|
62
|
+
ariaDescribedBy="{= ${emphHeaderAction>isAIOperation} === true ? 'fe::AiAction::AriaText' : undefined}"
|
|
63
|
+
macrodata:fePrimaryActionShortcut="true"
|
|
64
|
+
>
|
|
65
|
+
<layoutData>
|
|
66
|
+
<OverflowToolbarLayoutData
|
|
67
|
+
priority="{= ${emphHeaderAction>priority} ? ${emphHeaderAction>priority} : 'Low' }"
|
|
68
|
+
group="{emphHeaderAction>group}"
|
|
69
|
+
/>
|
|
70
|
+
</layoutData>
|
|
71
|
+
</Button>
|
|
72
|
+
</template:with>
|
|
73
|
+
</template:if>
|
|
74
|
+
</template:with>
|
|
75
|
+
</template:if>
|
|
76
|
+
|
|
77
|
+
<template:if test="{= OP.isManifestAction(${emphHeaderAction>}) }">
|
|
78
|
+
<!-- Manifest Menu: place MenuButton first and emphasize it; defaultAction stays the menu defaultAction -->
|
|
79
|
+
<template:if test="{= ${emphHeaderAction>type} === 'Menu' }">
|
|
80
|
+
<template:repeat list="{converterContext>header/actions}" var="matchedHeaderAction">
|
|
81
|
+
<template:if test="{= ${matchedHeaderAction>id} === ${emphHeaderAction>id} }">
|
|
82
|
+
<template:then>
|
|
83
|
+
<template:with path="matchedHeaderAction>defaultAction/annotationPath" var="dataFieldForDefaultAction">
|
|
84
|
+
<template:with
|
|
85
|
+
path="dataFieldForDefaultAction>Action"
|
|
86
|
+
helper="COMMON.getActionContext"
|
|
87
|
+
var="defaultActionContext"
|
|
88
|
+
>
|
|
89
|
+
<MenuButton
|
|
90
|
+
core:require="{FPM: 'sap/fe/core/helpers/FPMHelper'}"
|
|
91
|
+
text="{matchedHeaderAction>text}"
|
|
92
|
+
type="Emphasized"
|
|
93
|
+
menuPosition="BeginBottom"
|
|
94
|
+
id="{= ID.generate(['fe', ${matchedHeaderAction>id}, 'EmphasizedFirst'])}"
|
|
95
|
+
dt:designtime="not-adaptable"
|
|
96
|
+
visible="{emphHeaderAction>emphFirstVisible}"
|
|
97
|
+
enabled="{matchedHeaderAction>enabled}"
|
|
98
|
+
useDefaultActionOnly="{= DEFAULTACTIONHANDLER.getUseDefaultActionOnly(${matchedHeaderAction>})}"
|
|
99
|
+
buttonMode="{= DEFAULTACTIONHANDLER.getButtonMode(${matchedHeaderAction>})}"
|
|
100
|
+
defaultAction="{= OP.getDefaultActionHandler(${converterContext>header}, ${matchedHeaderAction>}, ${dataFieldForDefaultAction>}, ${entitySet>@sapui.name})}"
|
|
101
|
+
icon="{= ${matchedHeaderAction>isAIOperation} ? COMMON.getAIIcon() : undefined }"
|
|
102
|
+
ariaDescribedBy="{= ${matchedHeaderAction>isAIOperation} === true ? 'fe::AiAction::AriaText' : undefined}"
|
|
103
|
+
macrodata:fePrimaryActionShortcut="true"
|
|
104
|
+
>
|
|
105
|
+
<layoutData>
|
|
106
|
+
<OverflowToolbarLayoutData
|
|
107
|
+
priority="{= ${matchedHeaderAction>priority} ? ${matchedHeaderAction>priority} : 'Low' }"
|
|
108
|
+
group="{matchedHeaderAction>group}"
|
|
109
|
+
/>
|
|
110
|
+
</layoutData>
|
|
111
|
+
<menu>
|
|
112
|
+
<Menu>
|
|
113
|
+
<template:repeat list="{matchedHeaderAction>menu}" var="menuItemAction">
|
|
114
|
+
<template:with path="menuItemAction>annotationPath" var="dataField">
|
|
115
|
+
<template:if test="{= ${menuItemAction>type} === 'ForAction'}">
|
|
116
|
+
<template:then>
|
|
117
|
+
<MenuItem
|
|
118
|
+
id="{= ID.generate(['fe', ${matchedHeaderAction>id}, ${dataField>@@UI.getDataModelObjectPath}, 'EmphasizedFirst']) }"
|
|
119
|
+
text="{dataField>Label}"
|
|
120
|
+
press="{= ${menuItemAction>command} ? ('cmd:' + ${menuItemAction>command}) : OP.getPressExpressionForEdit(${dataField>}, ${entitySet>@sapui.name}, ${matchedHeaderAction>}) }"
|
|
121
|
+
visible="{menuItemAction>visible}"
|
|
122
|
+
enabled="{menuItemAction>enabled}"
|
|
123
|
+
macrodata:annotatedActionIdentifier="{= ID.generate([${dataField>@@UI.getDataModelObjectPath}]) }"
|
|
124
|
+
/>
|
|
125
|
+
</template:then>
|
|
126
|
+
<template:elseif test="{= ${menuItemAction>type} === 'ForNavigation'}">
|
|
127
|
+
<MenuItem
|
|
128
|
+
id="{= ID.generate(['fe', ${matchedHeaderAction>id}, ${dataField>@@UI.getDataModelObjectPath}, 'EmphasizedFirst']) }"
|
|
129
|
+
text="{dataField>Label}"
|
|
130
|
+
press="{= ${menuItemAction>command} ? ('cmd:' + ${menuItemAction>command}) : ${menuItemAction>press}}"
|
|
131
|
+
enabled="{menuItemAction>enabled}"
|
|
132
|
+
visible="{menuItemAction>visible}"
|
|
133
|
+
macrodata:IBNData="{menuItemAction>customData}"
|
|
134
|
+
/>
|
|
135
|
+
</template:elseif>
|
|
136
|
+
<template:else>
|
|
137
|
+
<MenuItem
|
|
138
|
+
id="{= ID.generate(['fe', ${matchedHeaderAction>id}, ${menuItemAction>id}, 'EmphasizedFirst'])}"
|
|
139
|
+
text="{menuItemAction>text}"
|
|
140
|
+
press="{= ${menuItemAction>command} ? ('cmd:' + ${menuItemAction>command}) : COMMON.buildActionWrapper(${menuItemAction>}, ${converterContext>header})}"
|
|
141
|
+
visible="{menuItemAction>visible}"
|
|
142
|
+
enabled="{menuItemAction>enabled}"
|
|
143
|
+
/>
|
|
144
|
+
</template:else>
|
|
145
|
+
</template:if>
|
|
146
|
+
</template:with>
|
|
147
|
+
</template:repeat>
|
|
148
|
+
</Menu>
|
|
149
|
+
</menu>
|
|
150
|
+
</MenuButton>
|
|
151
|
+
</template:with>
|
|
152
|
+
</template:with>
|
|
153
|
+
</template:then>
|
|
154
|
+
</template:if>
|
|
155
|
+
</template:repeat>
|
|
156
|
+
</template:if>
|
|
157
|
+
|
|
158
|
+
<template:if test="{= ${emphHeaderAction>type} !== 'Menu' }">
|
|
159
|
+
<Button
|
|
160
|
+
id="{= ID.generate(['fe', (${emphHeaderAction>id} ? ${emphHeaderAction>id} : ${emphHeaderAction>key}), 'EmphasizedFirst']) }"
|
|
161
|
+
dt:designtime="not-adaptable"
|
|
162
|
+
text="{emphHeaderAction>text}"
|
|
163
|
+
press="{= ${emphHeaderAction>command} ? ('cmd:' + ${emphHeaderAction>command}) : COMMON.buildActionWrapper(${emphHeaderAction>}, ${converterContext>header}) }"
|
|
164
|
+
visible="{emphHeaderAction>emphFirstVisible}"
|
|
165
|
+
enabled="{emphHeaderAction>enabled}"
|
|
166
|
+
type="Emphasized"
|
|
167
|
+
icon="{= ${emphHeaderAction>isAIOperation} ? COMMON.getAIIcon() : undefined }"
|
|
168
|
+
ariaDescribedBy="{= ${emphHeaderAction>isAIOperation} === true ? 'fe::AiAction::AriaText' : undefined}"
|
|
169
|
+
macrodata:fePrimaryActionShortcut="true"
|
|
170
|
+
>
|
|
171
|
+
<layoutData>
|
|
172
|
+
<OverflowToolbarLayoutData
|
|
173
|
+
priority="{= ${emphHeaderAction>priority} ? ${emphHeaderAction>priority} : 'Low' }"
|
|
174
|
+
group="{emphHeaderAction>group}"
|
|
175
|
+
/>
|
|
176
|
+
</layoutData>
|
|
177
|
+
</Button>
|
|
178
|
+
</template:if>
|
|
179
|
+
</template:if>
|
|
180
|
+
</template:repeat>
|
|
181
|
+
</core:FragmentDefinition>
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
showTitle="{section>showTitle}"
|
|
49
49
|
titleUppercase="false"
|
|
50
50
|
visible="{section>visible}"
|
|
51
|
+
dt:designtime="{= ${section>flexSettings/designtime} === 'Default' ? 'sap/uxap/designtime/ObjectPageSection.designtime' : ${section>flexSettings/designtime}}"
|
|
51
52
|
onSectionLoaded="{section>onSectionLoaded}"
|
|
52
53
|
useSingleTextAreaFieldAsNotes="{section>useSingleTextAreaFieldAsNotes}"
|
|
53
54
|
applyStateHandler="{section>applyState}"
|
|
@@ -62,6 +63,7 @@
|
|
|
62
63
|
showTitle="{subSection>showSubSectionTitle}"
|
|
63
64
|
visible="{subSection>visible}"
|
|
64
65
|
class="{subSection>class}"
|
|
66
|
+
dt:designtime="{= ${subSection>flexSettings/designtime} === 'Default' ? 'sap/uxap/designtime/ObjectPageSubSection.designtime' : ${subSection>flexSettings/designtime}}"
|
|
65
67
|
applyStateHandler="{subSection>applyState}"
|
|
66
68
|
retrieveStateHandler="{subSection>retrieveState}"
|
|
67
69
|
subSectionCreated="{subSection>subSectionCreated}"
|
|
@@ -34,8 +34,9 @@
|
|
|
34
34
|
<layout:DynamicSideContent
|
|
35
35
|
id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
|
|
36
36
|
showMainContent="true"
|
|
37
|
-
showSideContent="
|
|
38
|
-
sideContentFallDown="
|
|
37
|
+
showSideContent="false"
|
|
38
|
+
sideContentFallDown="OnMinimumWidth"
|
|
39
|
+
sideContentVisibility="ShowAboveS"
|
|
39
40
|
containerQuery="true"
|
|
40
41
|
equalSplit="{subSection>sideContent/equalSplit}"
|
|
41
42
|
>
|
|
@@ -74,8 +75,9 @@
|
|
|
74
75
|
<layout:DynamicSideContent
|
|
75
76
|
id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
|
|
76
77
|
showMainContent="true"
|
|
77
|
-
showSideContent="
|
|
78
|
-
sideContentFallDown="
|
|
78
|
+
showSideContent="false"
|
|
79
|
+
sideContentFallDown="OnMinimumWidth"
|
|
80
|
+
sideContentVisibility="ShowAboveS"
|
|
79
81
|
containerQuery="true"
|
|
80
82
|
equalSplit="{subSection>sideContent/equalSplit}"
|
|
81
83
|
>
|
|
@@ -124,8 +126,9 @@
|
|
|
124
126
|
<layout:DynamicSideContent
|
|
125
127
|
id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
|
|
126
128
|
showMainContent="true"
|
|
127
|
-
showSideContent="
|
|
128
|
-
sideContentFallDown="
|
|
129
|
+
showSideContent="false"
|
|
130
|
+
sideContentFallDown="OnMinimumWidth"
|
|
131
|
+
sideContentVisibility="ShowAboveS"
|
|
129
132
|
containerQuery="true"
|
|
130
133
|
equalSplit="{subSection>sideContent/equalSplit}"
|
|
131
134
|
>
|
|
@@ -168,8 +171,9 @@
|
|
|
168
171
|
<layout:DynamicSideContent
|
|
169
172
|
id="{= ID.generate(['fe', ${subSection>key}, 'MoreSideContentLayout'])}"
|
|
170
173
|
showMainContent="true"
|
|
171
|
-
showSideContent="
|
|
172
|
-
sideContentFallDown="
|
|
174
|
+
showSideContent="false"
|
|
175
|
+
sideContentFallDown="OnMinimumWidth"
|
|
176
|
+
sideContentVisibility="ShowAboveS"
|
|
173
177
|
containerQuery="true"
|
|
174
178
|
equalSplit="{subSection>sideContent/equalSplit}"
|
|
175
179
|
>
|
|
@@ -219,8 +223,9 @@
|
|
|
219
223
|
<layout:DynamicSideContent
|
|
220
224
|
id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
|
|
221
225
|
showMainContent="true"
|
|
222
|
-
showSideContent="
|
|
223
|
-
sideContentFallDown="
|
|
226
|
+
showSideContent="false"
|
|
227
|
+
sideContentFallDown="OnMinimumWidth"
|
|
228
|
+
sideContentVisibility="ShowAboveS"
|
|
224
229
|
containerQuery="true"
|
|
225
230
|
equalSplit="{subSection>sideContent/equalSplit}"
|
|
226
231
|
>
|
|
@@ -267,8 +272,9 @@
|
|
|
267
272
|
<layout:DynamicSideContent
|
|
268
273
|
id="{= ID.generate(['fe', ${subSection>key}, 'MoreSideContentLayout'])}"
|
|
269
274
|
showMainContent="true"
|
|
270
|
-
showSideContent="
|
|
271
|
-
sideContentFallDown="
|
|
275
|
+
showSideContent="false"
|
|
276
|
+
sideContentFallDown="OnMinimumWidth"
|
|
277
|
+
sideContentVisibility="ShowAboveS"
|
|
272
278
|
containerQuery="true"
|
|
273
279
|
equalSplit="{subSection>sideContent/equalSplit}"
|
|
274
280
|
>
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
xmlns:core="sap.ui.core"
|
|
3
3
|
xmlns:macro="sap.fe.macros"
|
|
4
4
|
xmlns="sap.m"
|
|
5
|
+
xmlns:dt="sap.ui.dt"
|
|
5
6
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
6
7
|
template:require="{
|
|
7
8
|
ID: 'sap/fe/core/helpers/StableIdHelper'
|
|
@@ -16,6 +17,7 @@
|
|
|
16
17
|
partOfPreview="true"
|
|
17
18
|
formContainers="{subSection>formDefinition/formContainers}"
|
|
18
19
|
visible="{subSection>formDefinition/isVisible}"
|
|
20
|
+
dt:designtime="{subSection>formDefinition/flexSettings/designtime}"
|
|
19
21
|
titleLevel="{= ${section>subSections}.length > 1 ? 'H5' : 'H4'}"
|
|
20
22
|
ariaLabelledBy="{= ID.generate([${subSection>id}, 'AriaText']) }"
|
|
21
23
|
/>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<core:FragmentDefinition
|
|
2
2
|
xmlns:core="sap.ui.core"
|
|
3
3
|
xmlns="sap.m"
|
|
4
|
+
xmlns:dt="sap.ui.dt"
|
|
4
5
|
xmlns:macro="sap.fe.macros"
|
|
5
6
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
6
7
|
template:require="{
|
|
@@ -16,6 +17,7 @@
|
|
|
16
17
|
partOfPreview="false"
|
|
17
18
|
formContainers="{subSection>formDefinition/formContainers}"
|
|
18
19
|
visible="{subSection>formDefinition/isVisible}"
|
|
20
|
+
dt:designtime="{subSection>formDefinition/flexSettings/designtime}"
|
|
19
21
|
titleLevel="{= ${section>subSections}.length > 1 ? (${subSection>level} === 2 ? 'H6': 'H5') : (${subSection>level} === 2 ? 'H5': 'H4')}"
|
|
20
22
|
ariaLabelledBy="{= ID.generate([${subSection>id}, 'AriaText']) }"
|
|
21
23
|
/>
|
|
@@ -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.147.0",
|
|
40
40
|
noLibraryCSS: true
|
|
41
41
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
42
42
|
});
|
|
@@ -440,7 +440,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Move to Previous Tab
|
|
|
440
440
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Open Details in Message Box
|
|
441
441
|
|
|
442
442
|
# XFLD: Description for the shortcut for the 'Move to next tab' button
|
|
443
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
443
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Execute Primary Action
|
|
444
444
|
|
|
445
445
|
# XFLD: Description for the shortcut for the 'Delete' button
|
|
446
446
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Delete
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=\u0641\u062A\u062D \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u0641\u064A \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0631\u0633\u0627\u0626\u0644
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=\u062A\
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=\u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0623\u0633\u0627\u0633\u064A
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=\u062D\u0630\u0641
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=\u041F\u0440\u0435\u043C\u0438\u043D\u0430\u04
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=\u041E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438 \u0432 \u043F\u043E\u043B\u0435\u0442\u043E \u0437\u0430 \u0441\u044A\u043E\u0431\u0449\u0435\u043D\u0438\u044F
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=\
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=\u0418\u0437\u043F\u044A\u043B\u043D\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u043E \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Anar a la pestanya anterior
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Obrir detalls a quadre de missatge
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Executar acci\u00F3 principal
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Suprimir
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Pomjeri na prethodnu karticu
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Otvori detalje u okviru poruke
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Izvr\u0161i primarnu radnju
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Izbri\u0161i
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=P\u0159ej\u00EDt k p\u0159edchoz\u00ED z\u00E1
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Otev\u0159\u00EDt detaily v poli zpr\u00E1v
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Prov\u00E9st prim\u00E1rn\u00ED akci
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Odstranit
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Symud i'r Tab Blaenorol
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Agor Manylion yn y Blwch Neges
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Rhoi Prif Weithred ar Waith
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Dileu
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Flyt til forrige fane
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=\u00C5bn detaljer i meddelelsesfeltet
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Udf\u00F8r prim\u00E6r handling
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Slet
|
|
291
291
|
|
|
@@ -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
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=In vorherige Registerkarte verschieben
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Details in Meldungsfenster \u00F6ffnen
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Prim\u00E4raktion
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Prim\u00E4raktion ausf\u00FChren
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=L\u00F6schen
|
|
291
291
|
|
|
@@ -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
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=\u0386\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03B5\u03C1\u03B5\u03B9\u03CE\u03BD \u03C3\u03B5 \u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF \u039C\u03B7\u03BD\u03CD\u03BC\u03B1\u03C4\u03BF\u03C2
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=\
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=\u0395\u03BA\u03C4\u03AD\u03BB\u03B5\u03C3\u03B7 \u03A0\u03C1\u03C9\u03C4\u03B1\u03C1\u03C7\u03B9\u03BA\u03AE\u03C2 \u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1\u03C2
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Move to Previous Tab
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Open Details in Message Box
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Execute Primary Action
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Delete
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Move to Previous Tab
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Open Details in Message Box
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Execute Primary Action
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Delete
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u20
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=\u206A\u206A\u206A\u200C\u200C\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200C\u200B\u206AOpen Details in Message Box\u206A\u206A
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=\u206A\u206A\u206A\u200D\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200B\
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=\u206A\u206A\u206A\u200D\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u206AExecute Primary Action\u206A\u206A
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=\u206A\u206A\u206A\u200C\u200C\u200D\u200D\u200C\u200D\u200D\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200B\u206ADelete\u206A\u206A
|
|
291
291
|
|
|
@@ -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
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Ir a la pesta\u00F1a anterior
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Abrir detalles en cuadro de mensaje
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Ejecutar acci\u00F3n principal
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Eliminar
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Mover a pesta\u00F1a anterior
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Abrir detalles en cuadro de mensaje
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Ejecutar acci\u00F3n principal
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Eliminar
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Mine eelmisele vahekaardile
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Ava \u00FCksikasjad teateboksis
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=K\u00E4ivita p\u00F5hitoiming
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Kustuta
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Siirr\u00E4 edelliseen v\u00E4liehteen
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Avaa lis\u00E4tiedot viestiruudussa
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Suorita ensisijainen toimi
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Poista
|
|
291
291
|
|
|
@@ -285,7 +285,7 @@ PREVIOUS_TAB_SHORTCUT_DESCRIPTION=Passer \u00E0 l'onglet pr\u00E9c\u00E9dent
|
|
|
285
285
|
|
|
286
286
|
OPEN_MESSAGE_BUTTON_MENU_SHORTCUT_DESCRIPTION=Ouvrir les d\u00E9tails dans la zone de message
|
|
287
287
|
|
|
288
|
-
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=
|
|
288
|
+
PRIMARY_ACTION_SHORTCUT_DESCRIPTION=Ex\u00E9cuter l'action principale
|
|
289
289
|
|
|
290
290
|
DELETE_OBJECT_SHORTCUT_DESCRIPTION=Supprimer
|
|
291
291
|
|