@sapui5/sap.fe.templates 1.100.0 → 1.102.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 +4 -5
- package/src/sap/fe/templates/.library +1 -2
- package/src/sap/fe/templates/AnalyticalListPage/Component.js +24 -12
- package/src/sap/fe/templates/AnalyticalListPage/Component.ts +6 -0
- package/src/sap/fe/templates/AnalyticalListPage/chart/FEChartDelegate.js +30 -32
- package/src/sap/fe/templates/AnalyticalListPage/chart/FEChartDelegate.ts +25 -0
- package/src/sap/fe/templates/Feedback.js +80 -0
- package/src/sap/fe/templates/Feedback.ts +67 -0
- package/src/sap/fe/templates/ListComponent.js +156 -118
- package/src/sap/fe/templates/ListComponent.ts +105 -0
- package/src/sap/fe/templates/ListReport/Component.js +82 -53
- package/src/sap/fe/templates/ListReport/Component.ts +39 -0
- package/src/sap/fe/templates/ListReport/ExtensionAPI.js +126 -112
- package/src/sap/fe/templates/ListReport/ExtensionAPI.ts +106 -0
- package/src/sap/fe/templates/ListReport/ListReport.view.xml +106 -58
- package/src/sap/fe/templates/ListReport/ListReportController.controller.js +1196 -1081
- package/src/sap/fe/templates/ListReport/ListReportController.controller.ts +1088 -0
- package/src/sap/fe/templates/ListReport/ListReportTemplating.js +45 -0
- package/src/sap/fe/templates/ListReport/ListReportTemplating.ts +30 -0
- package/src/sap/fe/templates/ListReport/overrides/IntentBasedNavigation.js +54 -53
- package/src/sap/fe/templates/ListReport/overrides/IntentBasedNavigation.ts +55 -0
- package/src/sap/fe/templates/ListReport/overrides/Share.js +137 -137
- package/src/sap/fe/templates/ListReport/overrides/Share.ts +135 -0
- package/src/sap/fe/templates/ListReport/overrides/ViewState.js +451 -428
- package/src/sap/fe/templates/ListReport/overrides/ViewState.ts +419 -0
- package/src/sap/fe/templates/ListReport/view/fragments/CollectionVisualization.fragment.xml +25 -25
- package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment.js +72 -0
- package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment.ts +62 -0
- package/src/sap/fe/templates/ListReport/view/fragments/{MultipleMode.fragment.xml → MultipleModeOld.fragment.xml} +24 -23
- package/src/sap/fe/templates/ObjectPage/Component.js +169 -138
- package/src/sap/fe/templates/ObjectPage/Component.ts +131 -0
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js +140 -142
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.ts +116 -0
- package/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +162 -22
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +1534 -1447
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.ts +1454 -0
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.js +872 -0
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.ts +837 -0
- package/src/sap/fe/templates/ObjectPage/controls/StashableHBox.js +136 -101
- package/src/sap/fe/templates/ObjectPage/controls/StashableHBox.ts +84 -0
- package/src/sap/fe/templates/ObjectPage/controls/StashableVBox.js +24 -21
- package/src/sap/fe/templates/ObjectPage/controls/StashableVBox.ts +10 -0
- package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.js +98 -53
- package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.ts +50 -0
- package/src/sap/fe/templates/ObjectPage/designtime/FlexBox.designtime.js +20 -19
- package/src/sap/fe/templates/ObjectPage/designtime/FlexBox.designtime.ts +15 -0
- package/src/sap/fe/templates/ObjectPage/designtime/StashableHBox.designtime.js +50 -47
- package/src/sap/fe/templates/ObjectPage/designtime/StashableHBox.designtime.ts +47 -0
- package/src/sap/fe/templates/ObjectPage/designtime/StashableVBox.designtime.js +34 -34
- package/src/sap/fe/templates/ObjectPage/designtime/StashableVBox.designtime.ts +34 -0
- package/src/sap/fe/templates/ObjectPage/flexibility/StashableHBox.flexibility.js +15 -15
- package/src/sap/fe/templates/ObjectPage/flexibility/StashableHBox.flexibility.ts +13 -0
- package/src/sap/fe/templates/ObjectPage/flexibility/StashableVBox.flexibility.js +11 -11
- package/src/sap/fe/templates/ObjectPage/flexibility/StashableVBox.flexibility.ts +7 -0
- package/src/sap/fe/templates/ObjectPage/overrides/IntentBasedNavigation.js +55 -52
- package/src/sap/fe/templates/ObjectPage/overrides/IntentBasedNavigation.ts +57 -0
- package/src/sap/fe/templates/ObjectPage/overrides/InternalRouting.js +15 -17
- package/src/sap/fe/templates/ObjectPage/overrides/InternalRouting.ts +13 -0
- package/src/sap/fe/templates/ObjectPage/overrides/MessageHandler.js +13 -17
- package/src/sap/fe/templates/ObjectPage/overrides/MessageHandler.ts +14 -0
- package/src/sap/fe/templates/ObjectPage/overrides/Paginator.js +23 -21
- package/src/sap/fe/templates/ObjectPage/overrides/Paginator.ts +21 -0
- package/src/sap/fe/templates/ObjectPage/overrides/Share.js +310 -317
- package/src/sap/fe/templates/ObjectPage/overrides/Share.ts +316 -0
- package/src/sap/fe/templates/ObjectPage/overrides/ViewState.js +66 -57
- package/src/sap/fe/templates/ObjectPage/overrides/ViewState.ts +65 -0
- package/src/sap/fe/templates/ObjectPage/view/fragments/Actions.fragment.xml +26 -33
- package/src/sap/fe/templates/ObjectPage/view/fragments/CollaborationDraft.fragment.xml +11 -10
- package/src/sap/fe/templates/ObjectPage/view/fragments/EditableHeaderFacet.fragment.xml +15 -15
- package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.fragment.xml +31 -27
- package/src/sap/fe/templates/ObjectPage/view/fragments/FormActionButtons.fragment.xml +15 -16
- package/src/sap/fe/templates/ObjectPage/view/fragments/FormActions.fragment.xml +1 -5
- package/src/sap/fe/templates/ObjectPage/view/fragments/HeaderDataPoint.fragment.xml +1 -2
- package/src/sap/fe/templates/ObjectPage/view/fragments/HeaderDataPointTitle.fragment.xml +1 -3
- package/src/sap/fe/templates/ObjectPage/view/fragments/HeaderFacet.fragment.xml +3 -4
- package/src/sap/fe/templates/ObjectPage/view/fragments/Heading.fragment.xml +16 -17
- package/src/sap/fe/templates/ObjectPage/view/fragments/HeadingTitle.fragment.xml +3 -3
- package/src/sap/fe/templates/ObjectPage/view/fragments/ObjectPageHeaderForm.fragment.xml +3 -3
- package/src/sap/fe/templates/ObjectPage/view/fragments/RelatedApps.fragment.xml +7 -4
- package/src/sap/fe/templates/ObjectPage/view/fragments/Section.fragment.xml +71 -6
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +114 -94
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContentLazyLoader.fragment.xml +127 -107
- package/src/sap/fe/templates/ObjectPage/view/fragments/SwitchDraftAndActiveObjectPopOver.fragment.xml +27 -0
- package/src/sap/fe/templates/RootContainer/controller/Fcl.controller.js +899 -817
- package/src/sap/fe/templates/RootContainer/controller/Fcl.controller.ts +833 -0
- package/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.js +205 -189
- package/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.ts +178 -0
- package/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController.js +484 -459
- package/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController.ts +438 -0
- package/src/sap/fe/templates/RootContainer/overrides/EditFlow.js +16 -14
- package/src/sap/fe/templates/RootContainer/overrides/EditFlow.ts +20 -0
- package/src/sap/fe/templates/TableScroller.js +45 -53
- package/src/sap/fe/templates/TableScroller.ts +48 -0
- package/src/sap/fe/templates/controls/Chart.fragment.xml +18 -17
- package/src/sap/fe/templates/controls/MacroChart.fragment.xml +23 -0
- package/src/sap/fe/templates/controls/Table.fragment.xml +3 -4
- package/src/sap/fe/templates/library.js +49 -63
- package/src/sap/fe/templates/library.ts +57 -0
- package/src/sap/fe/templates/messagebundle.properties +19 -7
- package/src/sap/fe/templates/messagebundle_ar.properties +12 -4
- package/src/sap/fe/templates/messagebundle_bg.properties +12 -4
- package/src/sap/fe/templates/messagebundle_ca.properties +12 -4
- package/src/sap/fe/templates/messagebundle_cs.properties +12 -4
- package/src/sap/fe/templates/messagebundle_cy.properties +12 -4
- package/src/sap/fe/templates/messagebundle_da.properties +12 -4
- package/src/sap/fe/templates/messagebundle_de.properties +12 -4
- package/src/sap/fe/templates/messagebundle_el.properties +12 -4
- package/src/sap/fe/templates/messagebundle_en.properties +12 -4
- package/src/sap/fe/templates/messagebundle_en_GB.properties +12 -4
- package/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +13 -5
- package/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +13 -5
- package/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +13 -5
- package/src/sap/fe/templates/messagebundle_es.properties +12 -4
- package/src/sap/fe/templates/messagebundle_es_MX.properties +12 -4
- package/src/sap/fe/templates/messagebundle_et.properties +12 -4
- package/src/sap/fe/templates/messagebundle_fi.properties +12 -4
- package/src/sap/fe/templates/messagebundle_fr.properties +12 -4
- package/src/sap/fe/templates/messagebundle_fr_CA.properties +12 -4
- package/src/sap/fe/templates/messagebundle_hi.properties +12 -4
- package/src/sap/fe/templates/messagebundle_hr.properties +12 -4
- package/src/sap/fe/templates/messagebundle_hu.properties +12 -4
- package/src/sap/fe/templates/messagebundle_id.properties +12 -4
- package/src/sap/fe/templates/messagebundle_it.properties +12 -4
- package/src/sap/fe/templates/messagebundle_iw.properties +12 -4
- package/src/sap/fe/templates/messagebundle_ja.properties +12 -4
- package/src/sap/fe/templates/messagebundle_kk.properties +12 -4
- package/src/sap/fe/templates/messagebundle_ko.properties +12 -4
- package/src/sap/fe/templates/messagebundle_lt.properties +12 -4
- package/src/sap/fe/templates/messagebundle_lv.properties +12 -4
- package/src/sap/fe/templates/messagebundle_ms.properties +12 -4
- package/src/sap/fe/templates/messagebundle_nl.properties +12 -4
- package/src/sap/fe/templates/messagebundle_no.properties +12 -4
- package/src/sap/fe/templates/messagebundle_pl.properties +12 -4
- package/src/sap/fe/templates/messagebundle_pt.properties +13 -5
- package/src/sap/fe/templates/messagebundle_pt_PT.properties +12 -4
- package/src/sap/fe/templates/messagebundle_ro.properties +12 -4
- package/src/sap/fe/templates/messagebundle_ru.properties +12 -4
- package/src/sap/fe/templates/messagebundle_sh.properties +12 -4
- package/src/sap/fe/templates/messagebundle_sk.properties +12 -4
- package/src/sap/fe/templates/messagebundle_sl.properties +12 -4
- package/src/sap/fe/templates/messagebundle_sv.properties +12 -4
- package/src/sap/fe/templates/messagebundle_th.properties +12 -4
- package/src/sap/fe/templates/messagebundle_tr.properties +12 -4
- package/src/sap/fe/templates/messagebundle_uk.properties +12 -4
- package/src/sap/fe/templates/messagebundle_vi.properties +12 -4
- package/src/sap/fe/templates/messagebundle_zh_CN.properties +12 -4
- package/src/sap/fe/templates/messagebundle_zh_TW.properties +12 -4
- package/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +0 -518
- package/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.js +0 -120
- package/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.ts +0 -138
|
@@ -3,22 +3,23 @@
|
|
|
3
3
|
xmlns="sap.m"
|
|
4
4
|
xmlns:macro="sap.fe.macros.internal"
|
|
5
5
|
xmlns:core="sap.ui.core"
|
|
6
|
-
template:require="{
|
|
7
|
-
HELPER: 'sap/fe/macros/chart/ChartHelper'
|
|
8
|
-
}"
|
|
9
6
|
>
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
7
|
+
<template:if test="{= ${converterContext>template} === 'ObjectPage'}">
|
|
8
|
+
<template:then>
|
|
9
|
+
<VBox fitContainer="true" alignItems="Stretch" alignContent="Stretch" justifyContent="Start" renderType="Div">
|
|
10
|
+
<MessageStrip
|
|
11
|
+
text="{sap.fe.i18n>C_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA}"
|
|
12
|
+
type="Information"
|
|
13
|
+
showIcon="true"
|
|
14
|
+
showCloseButton="true"
|
|
15
|
+
class="sapUiSmallMargin"
|
|
16
|
+
visible="{='{= ${internal>controls/showMessageStrip/' + (${visualizationDefinition>entityName}) + (${visualizationDefinition>type}) + '} }' }"
|
|
17
|
+
/>
|
|
18
|
+
<core:Fragment fragmentName="sap.fe.templates.controls.MacroChart" type="XML" />
|
|
19
|
+
</VBox>
|
|
20
|
+
</template:then>
|
|
21
|
+
<template:else>
|
|
22
|
+
<core:Fragment fragmentName="sap.fe.templates.controls.MacroChart" type="XML" />
|
|
23
|
+
</template:else>
|
|
24
|
+
</template:if>
|
|
24
25
|
</core:FragmentDefinition>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<core:FragmentDefinition
|
|
2
|
+
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
3
|
+
xmlns="sap.m"
|
|
4
|
+
xmlns:macro="sap.fe.macros.internal"
|
|
5
|
+
xmlns:core="sap.ui.core"
|
|
6
|
+
template:require="{
|
|
7
|
+
HELPER: 'sap/fe/macros/chart/ChartHelper'
|
|
8
|
+
}"
|
|
9
|
+
>
|
|
10
|
+
<macro:Chart
|
|
11
|
+
id="{visualizationDefinition>id}"
|
|
12
|
+
_applyIdToContent="true"
|
|
13
|
+
contextPath="{visualizationDefinition>collection}"
|
|
14
|
+
metaPath="{presentationContext>annotationPath}"
|
|
15
|
+
chartDefinition="{visualizationDefinition>}"
|
|
16
|
+
selectionMode="Multiple"
|
|
17
|
+
personalization="{visualizationDefinition>personalization}"
|
|
18
|
+
chartDelegate="{= '{name: \'sap/fe/templates/AnalyticalListPage/chart/FEChartDelegate\', payload: { contextPath: \'' + HELPER.getCollectionName(${visualizationDefinition>collection}) + '\', parameters:{$$groupId:\'$auto.Workers\'}, selectionMode: \'Multiple\' } }' }"
|
|
19
|
+
selectionChange=".handlers.onChartSelectionChanged"
|
|
20
|
+
noDataText="{= ${converterContext>template} === 'ObjectPage' ? undefined : ${sap.fe.i18n>T_TABLE_AND_CHART_NO_DATA_TEXT} }"
|
|
21
|
+
stateChange="{= ${converterContext>template} === 'ObjectPage' ? undefined : '.handlers.onStateChange'}"
|
|
22
|
+
/>
|
|
23
|
+
</core:FragmentDefinition>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
tableDefinition="{visualizationDefinition>}"
|
|
11
11
|
contextPath="{fullContextPath>}"
|
|
12
12
|
filterBarId="{= ${converterContext>filterBarId} ? ${converterContext>filterBarId} : undefined}"
|
|
13
|
-
noDataText="{= ${converterContext>template} === 'ObjectPage' ? undefined : ${sap.fe.i18n>
|
|
13
|
+
noDataText="{= ${converterContext>template} === 'ObjectPage' ? undefined : ${sap.fe.i18n>T_TABLE_AND_CHART_NO_DATA_TEXT} }"
|
|
14
14
|
busy='{= ${converterContext>template} === "ObjectPage" ? "{ui>/busyLocal/"+${visualizationDefinition>annotation/id}+"}" : "{ui>/busy}"}'
|
|
15
15
|
onContextChange="{= ${converterContext>template} === 'ObjectPage' ? '.handlers.onTableContextChange' : null }"
|
|
16
16
|
variantSelected=".handlers.onVariantSelected"
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
visible="{= ${converterContext>hasMultiVisualizations} ? '{= ${pageInternal>alpContentView} !== \'Chart\'}' : 'true' }"
|
|
21
21
|
tabTitle="{view>title}"
|
|
22
22
|
fieldMode='{= ${converterContext>templateType} === "ListReport" ? "nowrapper" : ""}'
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</macro:Table>
|
|
23
|
+
stateChange='{= ${converterContext>template} !== "ObjectPage" ? ".handlers.onStateChange" : undefined}'
|
|
24
|
+
/>
|
|
26
25
|
</core:FragmentDefinition>
|
|
@@ -1,72 +1,58 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
* (c) Copyright 2009-2021 SAP SE. All rights reserved
|
|
5
4
|
*/
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
*/
|
|
9
|
-
sap.ui.define(
|
|
10
|
-
[
|
|
11
|
-
"sap/ui/core/Core", // implicit dependency, provides sap.ui.getCore()
|
|
12
|
-
"sap/ui/core/library", // library dependency
|
|
13
|
-
"sap/fe/core/library", // library dependency
|
|
14
|
-
"sap/f/library", // library dependency
|
|
15
|
-
"sap/fe/macros/library", // library dependency
|
|
16
|
-
"sap/fe/common/library" // library dependency
|
|
17
|
-
],
|
|
18
|
-
function() {
|
|
19
|
-
"use strict";
|
|
5
|
+
sap.ui.define(["sap/f/library", "sap/fe/common/library", "sap/fe/core/library", "sap/fe/macros/library", "sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment", "sap/ui/core/Core", "sap/ui/core/library"], function (_library, _library2, _library3, _library4, MultipleMode, Core, _library5) {
|
|
6
|
+
"use strict";
|
|
20
7
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
8
|
+
/**
|
|
9
|
+
* Library providing the official templates supported by SAP Fiori elements.
|
|
10
|
+
*
|
|
11
|
+
* @namespace
|
|
12
|
+
* @name sap.fe.templates
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
28
15
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
16
|
+
/**
|
|
17
|
+
* @namespace
|
|
18
|
+
* @name sap.fe.templates.ListReport
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
34
21
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
22
|
+
/**
|
|
23
|
+
* @namespace
|
|
24
|
+
* @name sap.fe.templates.ObjectPage
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
var thisLib = Core.initLibrary({
|
|
28
|
+
name: "sap.fe.templates",
|
|
29
|
+
dependencies: ["sap.ui.core", "sap.fe.core", "sap.fe.macros", "sap.fe.common", "sap.f"],
|
|
30
|
+
types: ["sap.fe.templates.ObjectPage.SectionLayout"],
|
|
31
|
+
interfaces: [],
|
|
32
|
+
controls: [],
|
|
33
|
+
elements: [],
|
|
34
|
+
version: "1.102.0",
|
|
35
|
+
noLibraryCSS: true
|
|
36
|
+
});
|
|
40
37
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
name: "sap.fe.templates",
|
|
45
|
-
dependencies: ["sap.ui.core", "sap.fe.core", "sap.fe.macros", "sap.fe.common", "sap.f"],
|
|
46
|
-
types: ["sap.fe.templates.ObjectPage.SectionLayout"],
|
|
47
|
-
interfaces: [],
|
|
48
|
-
controls: [],
|
|
49
|
-
elements: [],
|
|
50
|
-
version: "1.100.0",
|
|
51
|
-
noLibraryCSS: true
|
|
52
|
-
});
|
|
53
|
-
if (!sap.fe.templates.ObjectPage) {
|
|
54
|
-
sap.fe.templates.ObjectPage = {};
|
|
55
|
-
}
|
|
56
|
-
sap.fe.templates.ObjectPage.SectionLayout = {
|
|
57
|
-
/**
|
|
58
|
-
* All sections are shown in one page
|
|
59
|
-
* @public
|
|
60
|
-
*/
|
|
61
|
-
Page: "Page",
|
|
38
|
+
if (!thisLib.ObjectPage) {
|
|
39
|
+
thisLib.ObjectPage = {};
|
|
40
|
+
}
|
|
62
41
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
42
|
+
thisLib.ObjectPage.SectionLayout = {
|
|
43
|
+
/**
|
|
44
|
+
* All sections are shown in one page
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
Page: "Page",
|
|
69
48
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
49
|
+
/**
|
|
50
|
+
* All top-level sections are shown in an own tab
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
Tabs: "Tabs"
|
|
54
|
+
};
|
|
55
|
+
MultipleMode.register();
|
|
56
|
+
return thisLib;
|
|
57
|
+
}, false);
|
|
58
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnJhcnkudHMiXSwibmFtZXMiOlsidGhpc0xpYiIsIkNvcmUiLCJpbml0TGlicmFyeSIsIm5hbWUiLCJkZXBlbmRlbmNpZXMiLCJ0eXBlcyIsImludGVyZmFjZXMiLCJjb250cm9scyIsImVsZW1lbnRzIiwidmVyc2lvbiIsIm5vTGlicmFyeUNTUyIsIk9iamVjdFBhZ2UiLCJTZWN0aW9uTGF5b3V0IiwiUGFnZSIsIlRhYnMiLCJNdWx0aXBsZU1vZGUiLCJyZWdpc3RlciJdLCJtYXBwaW5ncyI6IjtBQUFBO0FBQ0E7QUFDQTs7OztBQUtBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQU1BLE9BQU8sR0FBR0MsSUFBSSxDQUFDQyxXQUFMLENBQWlCO0FBQ2hDQyxJQUFBQSxJQUFJLEVBQUUsa0JBRDBCO0FBRWhDQyxJQUFBQSxZQUFZLEVBQUUsQ0FBQyxhQUFELEVBQWdCLGFBQWhCLEVBQStCLGVBQS9CLEVBQWdELGVBQWhELEVBQWlFLE9BQWpFLENBRmtCO0FBR2hDQyxJQUFBQSxLQUFLLEVBQUUsQ0FBQywyQ0FBRCxDQUh5QjtBQUloQ0MsSUFBQUEsVUFBVSxFQUFFLEVBSm9CO0FBS2hDQyxJQUFBQSxRQUFRLEVBQUUsRUFMc0I7QUFNaENDLElBQUFBLFFBQVEsRUFBRSxFQU5zQjtBQU9oQ0MsSUFBQUEsT0FBTyxFQUFFLFlBUHVCO0FBUWhDQyxJQUFBQSxZQUFZLEVBQUU7QUFSa0IsR0FBakIsQ0FBaEI7O0FBV0EsTUFBSSxDQUFDVixPQUFPLENBQUNXLFVBQWIsRUFBeUI7QUFDeEJYLElBQUFBLE9BQU8sQ0FBQ1csVUFBUixHQUFxQixFQUFyQjtBQUNBOztBQUNEWCxFQUFBQSxPQUFPLENBQUNXLFVBQVIsQ0FBbUJDLGFBQW5CLEdBQW1DO0FBQ2xDO0FBQ0Q7QUFDQTtBQUNBO0FBQ0NDLElBQUFBLElBQUksRUFBRSxNQUw0Qjs7QUFPbEM7QUFDRDtBQUNBO0FBQ0E7QUFDQ0MsSUFBQUEsSUFBSSxFQUFFO0FBWDRCLEdBQW5DO0FBY0FDLEVBQUFBLFlBQVksQ0FBQ0MsUUFBYjtTQUVlaEIsTyIsInNvdXJjZVJvb3QiOiIuIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFwic2FwL2YvbGlicmFyeVwiO1xuaW1wb3J0IFwic2FwL2ZlL2NvbW1vbi9saWJyYXJ5XCI7XG5pbXBvcnQgXCJzYXAvZmUvY29yZS9saWJyYXJ5XCI7XG5pbXBvcnQgXCJzYXAvZmUvbWFjcm9zL2xpYnJhcnlcIjtcbmltcG9ydCBNdWx0aXBsZU1vZGUgZnJvbSBcInNhcC9mZS90ZW1wbGF0ZXMvTGlzdFJlcG9ydC92aWV3L2ZyYWdtZW50cy9NdWx0aXBsZU1vZGUuZnJhZ21lbnRcIjtcbmltcG9ydCBDb3JlIGZyb20gXCJzYXAvdWkvY29yZS9Db3JlXCI7XG5pbXBvcnQgXCJzYXAvdWkvY29yZS9saWJyYXJ5XCI7XG4vKipcbiAqIExpYnJhcnkgcHJvdmlkaW5nIHRoZSBvZmZpY2lhbCB0ZW1wbGF0ZXMgc3VwcG9ydGVkIGJ5IFNBUCBGaW9yaSBlbGVtZW50cy5cbiAqXG4gKiBAbmFtZXNwYWNlXG4gKiBAbmFtZSBzYXAuZmUudGVtcGxhdGVzXG4gKiBAcHVibGljXG4gKi9cblxuLyoqXG4gKiBAbmFtZXNwYWNlXG4gKiBAbmFtZSBzYXAuZmUudGVtcGxhdGVzLkxpc3RSZXBvcnRcbiAqIEBwdWJsaWNcbiAqL1xuXG4vKipcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXMuT2JqZWN0UGFnZVxuICogQHB1YmxpY1xuICovXG5jb25zdCB0aGlzTGliID0gQ29yZS5pbml0TGlicmFyeSh7XG5cdG5hbWU6IFwic2FwLmZlLnRlbXBsYXRlc1wiLFxuXHRkZXBlbmRlbmNpZXM6IFtcInNhcC51aS5jb3JlXCIsIFwic2FwLmZlLmNvcmVcIiwgXCJzYXAuZmUubWFjcm9zXCIsIFwic2FwLmZlLmNvbW1vblwiLCBcInNhcC5mXCJdLFxuXHR0eXBlczogW1wic2FwLmZlLnRlbXBsYXRlcy5PYmplY3RQYWdlLlNlY3Rpb25MYXlvdXRcIl0sXG5cdGludGVyZmFjZXM6IFtdLFxuXHRjb250cm9sczogW10sXG5cdGVsZW1lbnRzOiBbXSxcblx0dmVyc2lvbjogXCIke3ZlcnNpb259XCIsXG5cdG5vTGlicmFyeUNTUzogdHJ1ZVxufSkgYXMgYW55O1xuXG5pZiAoIXRoaXNMaWIuT2JqZWN0UGFnZSkge1xuXHR0aGlzTGliLk9iamVjdFBhZ2UgPSB7fTtcbn1cbnRoaXNMaWIuT2JqZWN0UGFnZS5TZWN0aW9uTGF5b3V0ID0ge1xuXHQvKipcblx0ICogQWxsIHNlY3Rpb25zIGFyZSBzaG93biBpbiBvbmUgcGFnZVxuXHQgKiBAcHVibGljXG5cdCAqL1xuXHRQYWdlOiBcIlBhZ2VcIixcblxuXHQvKipcblx0ICogQWxsIHRvcC1sZXZlbCBzZWN0aW9ucyBhcmUgc2hvd24gaW4gYW4gb3duIHRhYlxuXHQgKiBAcHVibGljXG5cdCAqL1xuXHRUYWJzOiBcIlRhYnNcIlxufTtcblxuTXVsdGlwbGVNb2RlLnJlZ2lzdGVyKCk7XG5cbmV4cG9ydCBkZWZhdWx0IHRoaXNMaWI7XG4iXX0=
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import "sap/f/library";
|
|
2
|
+
import "sap/fe/common/library";
|
|
3
|
+
import "sap/fe/core/library";
|
|
4
|
+
import "sap/fe/macros/library";
|
|
5
|
+
import MultipleMode from "sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment";
|
|
6
|
+
import Core from "sap/ui/core/Core";
|
|
7
|
+
import "sap/ui/core/library";
|
|
8
|
+
/**
|
|
9
|
+
* Library providing the official templates supported by SAP Fiori elements.
|
|
10
|
+
*
|
|
11
|
+
* @namespace
|
|
12
|
+
* @name sap.fe.templates
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @namespace
|
|
18
|
+
* @name sap.fe.templates.ListReport
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @namespace
|
|
24
|
+
* @name sap.fe.templates.ObjectPage
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
const thisLib = Core.initLibrary({
|
|
28
|
+
name: "sap.fe.templates",
|
|
29
|
+
dependencies: ["sap.ui.core", "sap.fe.core", "sap.fe.macros", "sap.fe.common", "sap.f"],
|
|
30
|
+
types: ["sap.fe.templates.ObjectPage.SectionLayout"],
|
|
31
|
+
interfaces: [],
|
|
32
|
+
controls: [],
|
|
33
|
+
elements: [],
|
|
34
|
+
version: "${version}",
|
|
35
|
+
noLibraryCSS: true
|
|
36
|
+
}) as any;
|
|
37
|
+
|
|
38
|
+
if (!thisLib.ObjectPage) {
|
|
39
|
+
thisLib.ObjectPage = {};
|
|
40
|
+
}
|
|
41
|
+
thisLib.ObjectPage.SectionLayout = {
|
|
42
|
+
/**
|
|
43
|
+
* All sections are shown in one page
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
Page: "Page",
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* All top-level sections are shown in an own tab
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
Tabs: "Tabs"
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
MultipleMode.register();
|
|
56
|
+
|
|
57
|
+
export default thisLib;
|
|
@@ -39,11 +39,17 @@ T_OP_OBJECT_PAGE_CREATE=Create
|
|
|
39
39
|
# XBUT,15: Text for the 'Save' Button for Draft Handling
|
|
40
40
|
T_OP_OBJECT_PAGE_SAVE=Save
|
|
41
41
|
|
|
42
|
-
# XBUT,45: Text for the '
|
|
43
|
-
|
|
42
|
+
# XBUT,45: Text for the 'Saved Version' Button
|
|
43
|
+
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Saved Version
|
|
44
44
|
|
|
45
|
-
# XBUT,15: Text for the '
|
|
46
|
-
|
|
45
|
+
# XBUT,15: Text for the 'Draft' Button
|
|
46
|
+
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Draft
|
|
47
|
+
|
|
48
|
+
# XMIT,45: Text for the 'Saved Version' list entry in the popover
|
|
49
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_SAVED_VERSION_MIT=Saved Version
|
|
50
|
+
|
|
51
|
+
# XMIT,15: Text for the 'Draft' Button list entry in the popover
|
|
52
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_DRAFT_MIT=Draft
|
|
47
53
|
|
|
48
54
|
# XTIT, 15: Title of Section for Header in Edit Mode
|
|
49
55
|
T_COMMON_OBJECT_PAGE_HEADER_SECTION=Header
|
|
@@ -163,7 +169,7 @@ C_LR_MULTITABLES_MULTI_IGNORED_FILTER_SMALL=You can''t use the following filters
|
|
|
163
169
|
#-------------List Report Multi Viz Messages -------------------------
|
|
164
170
|
|
|
165
171
|
# YMSG: Text for messageStrip when a single filter from the FilterBar is not applicable to a chart in desktop
|
|
166
|
-
C_LR_MULTIVIZ_CHART_SINGLE_IGNORED_FILTER_LARGE=The filter \"{0}\"
|
|
172
|
+
C_LR_MULTIVIZ_CHART_SINGLE_IGNORED_FILTER_LARGE=The filter \"{0}\" is not relevant for this chart. Setting this filter has no effect on the results.
|
|
167
173
|
|
|
168
174
|
# YMSG: Text for messageStrip when a single filter from the FilterBar is not applicable to a chart in mobile/tablet
|
|
169
175
|
C_LR_MULTIVIZ_CHART_SINGLE_IGNORED_FILTER_SMALL=You can''t filter by \"{0}\".
|
|
@@ -174,6 +180,12 @@ C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_LARGE=Some of the filters aren''t relev
|
|
|
174
180
|
# YMSG: Text for messageStrip when several filters from the FilterBar are not applicable to a chart in mobile/tablet
|
|
175
181
|
C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_SMALL=You can''t use the following filters \: \"{0}\"
|
|
176
182
|
|
|
183
|
+
# YMSG: Text for messageStrip when Chart entitySet is draft based and search is not supported
|
|
184
|
+
C_LR_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA_AND_SEARCH=Draft data and search settings aren''t reflected in the chart view.
|
|
185
|
+
|
|
186
|
+
# YMSG: Text for messageStrip when Chart entitySet is draft based and search is supported
|
|
187
|
+
C_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA=Draft data isn''t reflected in the chart view.
|
|
188
|
+
|
|
177
189
|
#------------Keyboard shortcut tooltips-----------------
|
|
178
190
|
# XTOL,25
|
|
179
191
|
T_KEYBOARD_SHORTCUT_SHARE_WIN = Shift+CTRL+S
|
|
@@ -202,11 +214,11 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC = CMD+S
|
|
|
202
214
|
|
|
203
215
|
|
|
204
216
|
# XMSG,100: No Data Text when no filters are applied for the table and chart in the List Report
|
|
205
|
-
|
|
217
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT=To start, set the relevant filters.
|
|
206
218
|
|
|
207
219
|
|
|
208
220
|
# XMSG,100: No Data Text when filters applied for the table and chart in the List Report and Object Page
|
|
209
|
-
|
|
221
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=No data found. Try adjusting search or filter criteria.
|
|
210
222
|
|
|
211
223
|
|
|
212
224
|
#------------Visual Filters -----------------
|
|
@@ -24,9 +24,13 @@ T_OP_OBJECT_PAGE_CREATE=\u0625\u0646\u0634\u0627\u0621
|
|
|
24
24
|
|
|
25
25
|
T_OP_OBJECT_PAGE_SAVE=\u062D\u0641\u0638
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=\u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u062D\u0641\u0648\u0638
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
C_COMMON_OBJECT_PAGE_DRAFT_BUT=\u0627\u0644\u0645\u0633\u0648\u062F\u0629
|
|
30
|
+
|
|
31
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_SAVED_VERSION_MIT=\u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u062D\u0641\u0648\u0638
|
|
32
|
+
|
|
33
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_DRAFT_MIT=\u0627\u0644\u0645\u0633\u0648\u062F\u0629
|
|
30
34
|
|
|
31
35
|
T_COMMON_OBJECT_PAGE_HEADER_SECTION=\u0627\u0644\u0645\u0642\u062F\u0645\u0629
|
|
32
36
|
|
|
@@ -109,6 +113,10 @@ C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_LARGE=\u0628\u0639\u0636 \u0639\u0648\u
|
|
|
109
113
|
|
|
110
114
|
C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_SMALL=\u0644\u0627 \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629\: "{0}"
|
|
111
115
|
|
|
116
|
+
C_LR_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA_AND_SEARCH=\u0644\u0627 \u062A\u0646\u0639\u0643\u0633 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0628\u062D\u062B \u0648\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0645\u062E\u0637\u0637.
|
|
117
|
+
|
|
118
|
+
C_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA=\u0644\u0627 \u062A\u0646\u0639\u0643\u0633 \u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0645\u062E\u0637\u0637.
|
|
119
|
+
|
|
112
120
|
T_KEYBOARD_SHORTCUT_SHARE_WIN=Shift+CTRL+S
|
|
113
121
|
|
|
114
122
|
T_KEYBOARD_SHORTCUT_SHARE_MAC=Shift+CMD+S
|
|
@@ -127,10 +135,10 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
|
|
|
127
135
|
|
|
128
136
|
|
|
129
137
|
|
|
130
|
-
|
|
138
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT=\u0644\u0644\u0628\u062F\u0621\u060C \u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0630\u0627\u062A \u0627\u0644\u0635\u0644\u0629.
|
|
131
139
|
|
|
132
140
|
|
|
133
|
-
|
|
141
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0628\u064A\u0627\u0646\u0627\u062A. \u062D\u0627\u0648\u0644 \u062A\u0639\u062F\u064A\u0644 \u0645\u0639\u0627\u064A\u064A\u0631 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0623\u0648 \u0627\u0644\u0628\u062D\u062B.
|
|
134
142
|
|
|
135
143
|
|
|
136
144
|
T_SEGMENTED_BUTTON_TOOLTIP_VISUAL=\u0639\u0648\u0627\u0645\u0644 \u062A\u0635\u0641\u064A\u0629 \u0645\u0631\u0626\u064A\u0629
|
|
@@ -24,9 +24,13 @@ T_OP_OBJECT_PAGE_CREATE=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435
|
|
|
24
24
|
|
|
25
25
|
T_OP_OBJECT_PAGE_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=\u0417\u0430\u043F\u0430\u0437\u0435\u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
C_COMMON_OBJECT_PAGE_DRAFT_BUT=\u0427\u0435\u0440\u043D\u043E\u0432\u0430
|
|
30
|
+
|
|
31
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_SAVED_VERSION_MIT=\u0417\u0430\u043F\u0430\u0437\u0435\u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
|
|
32
|
+
|
|
33
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_DRAFT_MIT=\u0427\u0435\u0440\u043D\u043E\u0432\u0430
|
|
30
34
|
|
|
31
35
|
T_COMMON_OBJECT_PAGE_HEADER_SECTION=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
32
36
|
|
|
@@ -109,6 +113,10 @@ C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_LARGE=\u041D\u044F\u043A\u043E\u0438 \u
|
|
|
109
113
|
|
|
110
114
|
C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_SMALL=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438\: "{0}"
|
|
111
115
|
|
|
116
|
+
C_LR_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA_AND_SEARCH=\u0414\u0430\u043D\u043D\u0438 \u0437\u0430 \u0447\u0435\u0440\u043D\u043E\u0432\u0430 \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0437\u0430 \u0442\u044A\u0440\u0441\u0435\u043D\u0435 \u043D\u0435 \u0441\u0435 \u043E\u0442\u0440\u0430\u0437\u044F\u0432\u0430\u0442 \u0432 \u0438\u0437\u0433\u043B\u0435\u0434\u0430 \u043D\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043C\u0430\u0442\u0430.
|
|
117
|
+
|
|
118
|
+
C_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA=\u0414\u0430\u043D\u043D\u0438 \u0437\u0430 \u0447\u0435\u0440\u043D\u043E\u0432\u0430 \u043D\u0435 \u0441\u0435 \u043E\u0442\u0440\u0430\u0437\u044F\u0432\u0430\u0442 \u0432 \u0438\u0437\u0433\u043B\u0435\u0434\u0430 \u043D\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043C\u0430\u0442\u0430.
|
|
119
|
+
|
|
112
120
|
T_KEYBOARD_SHORTCUT_SHARE_WIN=Shift+CTRL+S
|
|
113
121
|
|
|
114
122
|
T_KEYBOARD_SHORTCUT_SHARE_MAC=Shift+CMD+S
|
|
@@ -127,10 +135,10 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
|
|
|
127
135
|
|
|
128
136
|
|
|
129
137
|
|
|
130
|
-
|
|
138
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT=\u0417\u0430 \u0434\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0442\u0435, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438.
|
|
131
139
|
|
|
132
140
|
|
|
133
|
-
|
|
141
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=\u041D\u044F\u043C\u0430 \u043D\u0430\u043C\u0435\u0440\u0435\u043D\u0438 \u0434\u0430\u043D\u043D\u0438. \u041E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u0434\u0430 \u043A\u043E\u0440\u0438\u0433\u0438\u0440\u0430\u0442\u0435 \u0442\u044A\u0440\u0441\u0435\u043D\u0435\u0442\u043E \u0438\u043B\u0438 \u043A\u0440\u0438\u0442\u0435\u0440\u0438\u0438\u0442\u0435 \u0437\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435.
|
|
134
142
|
|
|
135
143
|
|
|
136
144
|
T_SEGMENTED_BUTTON_TOOLTIP_VISUAL=\u0412\u0438\u0437\u0443\u0430\u043B\u043D\u0438 \u0444\u0438\u043B\u0442\u0440\u0438
|
|
@@ -24,9 +24,13 @@ T_OP_OBJECT_PAGE_CREATE=Crear
|
|
|
24
24
|
|
|
25
25
|
T_OP_OBJECT_PAGE_SAVE=Desar
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Versi\u00F3 desada
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Esborrany
|
|
30
|
+
|
|
31
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_SAVED_VERSION_MIT=Versi\u00F3 desada
|
|
32
|
+
|
|
33
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_DRAFT_MIT=Esborrany
|
|
30
34
|
|
|
31
35
|
T_COMMON_OBJECT_PAGE_HEADER_SECTION=Cap\u00E7alera
|
|
32
36
|
|
|
@@ -109,6 +113,10 @@ C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_LARGE=Alguns filtres no s\u00F3n rellev
|
|
|
109
113
|
|
|
110
114
|
C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_SMALL=No podeu utilitzar els seg\u00FCents filtres\: "{0}"
|
|
111
115
|
|
|
116
|
+
C_LR_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA_AND_SEARCH=Les dades d'esborrany i les opcions de cerca no es reflecteixen a la vista del gr\u00E0fic.
|
|
117
|
+
|
|
118
|
+
C_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA=Les dades d'esborrany no es reflecteixen a la vista del gr\u00E0fic.
|
|
119
|
+
|
|
112
120
|
T_KEYBOARD_SHORTCUT_SHARE_WIN=Maj\u00FAs+CTRL+S
|
|
113
121
|
|
|
114
122
|
T_KEYBOARD_SHORTCUT_SHARE_MAC=Maj\u00FAs+CMD+S
|
|
@@ -127,10 +135,10 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
|
|
|
127
135
|
|
|
128
136
|
|
|
129
137
|
|
|
130
|
-
|
|
138
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT=Per comen\u00E7ar, definiu els filtres rellevants.
|
|
131
139
|
|
|
132
140
|
|
|
133
|
-
|
|
141
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=No s\u2019han trobat dades. Intenteu ajustar els criteris de cerca o de filtre.
|
|
134
142
|
|
|
135
143
|
|
|
136
144
|
T_SEGMENTED_BUTTON_TOOLTIP_VISUAL=Filtres visuals
|
|
@@ -24,9 +24,13 @@ T_OP_OBJECT_PAGE_CREATE=Vytvo\u0159it
|
|
|
24
24
|
|
|
25
25
|
T_OP_OBJECT_PAGE_SAVE=Ulo\u017Eit
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Ulo\u017Een\u00E1 verze
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
C_COMMON_OBJECT_PAGE_DRAFT_BUT=N\u00E1vrh
|
|
30
|
+
|
|
31
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_SAVED_VERSION_MIT=Ulo\u017Een\u00E1 verze
|
|
32
|
+
|
|
33
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_DRAFT_MIT=N\u00E1vrh
|
|
30
34
|
|
|
31
35
|
T_COMMON_OBJECT_PAGE_HEADER_SECTION=Hlavi\u010Dka
|
|
32
36
|
|
|
@@ -109,6 +113,10 @@ C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_LARGE=N\u011Bkter\u00E9 z filtr\u016F n
|
|
|
109
113
|
|
|
110
114
|
C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_SMALL=Nem\u016F\u017Eete pou\u017E\u00EDt n\u00E1sleduj\u00EDc\u00ED filtry\: "{0}"
|
|
111
115
|
|
|
116
|
+
C_LR_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA_AND_SEARCH=Data n\u00E1vrhu a nastaven\u00ED hled\u00E1n\u00ED nejsou zohledn\u011Bna v pohledu grafu.
|
|
117
|
+
|
|
118
|
+
C_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA=Data n\u00E1vrhu nejsou zohledn\u011Bna v pohledu grafu.
|
|
119
|
+
|
|
112
120
|
T_KEYBOARD_SHORTCUT_SHARE_WIN=Shift+CTRL+S
|
|
113
121
|
|
|
114
122
|
T_KEYBOARD_SHORTCUT_SHARE_MAC=Shift+CMD+S
|
|
@@ -127,10 +135,10 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
|
|
|
127
135
|
|
|
128
136
|
|
|
129
137
|
|
|
130
|
-
|
|
138
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT=Pro spu\u0161t\u011Bn\u00ED nastavte relevantn\u00ED filtry.
|
|
131
139
|
|
|
132
140
|
|
|
133
|
-
|
|
141
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Data nenalezena. Upravte krit\u00E9ria hled\u00E1n\u00ED nebo filtru.
|
|
134
142
|
|
|
135
143
|
|
|
136
144
|
T_SEGMENTED_BUTTON_TOOLTIP_VISUAL=Vizu\u00E1ln\u00ED filtry
|
|
@@ -24,9 +24,13 @@ T_OP_OBJECT_PAGE_CREATE=Creu
|
|
|
24
24
|
|
|
25
25
|
T_OP_OBJECT_PAGE_SAVE=Cadw
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Fersiwn wedi'i Chadw
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Drafft
|
|
30
|
+
|
|
31
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_SAVED_VERSION_MIT=Fersiwn wedi'i Chadw
|
|
32
|
+
|
|
33
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_DRAFT_MIT=Drafft
|
|
30
34
|
|
|
31
35
|
T_COMMON_OBJECT_PAGE_HEADER_SECTION=Pennyn
|
|
32
36
|
|
|
@@ -109,6 +113,10 @@ C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_LARGE=Dydy rhai o\u2019r hidlyddion ddi
|
|
|
109
113
|
|
|
110
114
|
C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_SMALL=Chewch chi ddim defnyddio''r hidlyddion canlynol\: "{0}"
|
|
111
115
|
|
|
116
|
+
C_LR_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA_AND_SEARCH=Dydy gosodiadau chwilio a data drafft ddim yn cael eu hadlewyrchu yn y wedd siart.
|
|
117
|
+
|
|
118
|
+
C_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA=Dydy data drafft ddim yn cael ei adlewyrchu yn y wedd siart.
|
|
119
|
+
|
|
112
120
|
T_KEYBOARD_SHORTCUT_SHARE_WIN=Shift+CTRL+S
|
|
113
121
|
|
|
114
122
|
T_KEYBOARD_SHORTCUT_SHARE_MAC=Shift+CMD+S
|
|
@@ -127,10 +135,10 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
|
|
|
127
135
|
|
|
128
136
|
|
|
129
137
|
|
|
130
|
-
|
|
138
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT=I gychwyn, gosodwch yr hidlyddion perthnasol.
|
|
131
139
|
|
|
132
140
|
|
|
133
|
-
|
|
141
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Heb ddod o hyd i ddata. Ceisiwch addasu\u2019r meini prawf chwilio neu hidlo.
|
|
134
142
|
|
|
135
143
|
|
|
136
144
|
T_SEGMENTED_BUTTON_TOOLTIP_VISUAL=Hidlyddion Gweledol
|
|
@@ -24,9 +24,13 @@ T_OP_OBJECT_PAGE_CREATE=Opret
|
|
|
24
24
|
|
|
25
25
|
T_OP_OBJECT_PAGE_SAVE=Gem
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Gemt version
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Udkast
|
|
30
|
+
|
|
31
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_SAVED_VERSION_MIT=Gemt version
|
|
32
|
+
|
|
33
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_DRAFT_MIT=Udkast
|
|
30
34
|
|
|
31
35
|
T_COMMON_OBJECT_PAGE_HEADER_SECTION=Top
|
|
32
36
|
|
|
@@ -109,6 +113,10 @@ C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_LARGE=Nogle af filtrene er ikke relevan
|
|
|
109
113
|
|
|
110
114
|
C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_SMALL=Du kan ikke anvende f\u00F8lgende filtre\: "{0}"
|
|
111
115
|
|
|
116
|
+
C_LR_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA_AND_SEARCH=Udkastdata og s\u00F8geindstillinger vises ikke i diagramviewet.
|
|
117
|
+
|
|
118
|
+
C_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA=Udkastdata vises ikke i diagramviewet.
|
|
119
|
+
|
|
112
120
|
T_KEYBOARD_SHORTCUT_SHARE_WIN=Skift+CTRL+S
|
|
113
121
|
|
|
114
122
|
T_KEYBOARD_SHORTCUT_SHARE_MAC=Skift+CMD+S
|
|
@@ -127,10 +135,10 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
|
|
|
127
135
|
|
|
128
136
|
|
|
129
137
|
|
|
130
|
-
|
|
138
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT=Indstil de relevante filtre for at starte.
|
|
131
139
|
|
|
132
140
|
|
|
133
|
-
|
|
141
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Ingen data fundet. Pr\u00F8v at tilpasse s\u00F8gning eller filterkriterier.
|
|
134
142
|
|
|
135
143
|
|
|
136
144
|
T_SEGMENTED_BUTTON_TOOLTIP_VISUAL=Visuelle filtre
|
|
@@ -24,9 +24,13 @@ T_OP_OBJECT_PAGE_CREATE=Anlegen
|
|
|
24
24
|
|
|
25
25
|
T_OP_OBJECT_PAGE_SAVE=Sichern
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
C_COMMON_OBJECT_PAGE_SAVED_VERSION_BUT=Gesicherte Version
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
C_COMMON_OBJECT_PAGE_DRAFT_BUT=Entwurf
|
|
30
|
+
|
|
31
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_SAVED_VERSION_MIT=Gesicherte Version
|
|
32
|
+
|
|
33
|
+
C_COMMON_OBJECT_PAGE_DISPLAY_DRAFT_MIT=Entwurf
|
|
30
34
|
|
|
31
35
|
T_COMMON_OBJECT_PAGE_HEADER_SECTION=Kopfzeile
|
|
32
36
|
|
|
@@ -109,6 +113,10 @@ C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_LARGE=Einige Filter sind f\u00FCr diese
|
|
|
109
113
|
|
|
110
114
|
C_LR_MULTIVIZ_CHART_MULTI_IGNORED_FILTER_SMALL=Sie k\u00F6nnen folgende Filter nicht verwenden\: "{0}".
|
|
111
115
|
|
|
116
|
+
C_LR_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA_AND_SEARCH=Entwurfsdaten und Sucheinstellungen werden in der Diagrammansicht nicht ber\u00FCcksichtigt.
|
|
117
|
+
|
|
118
|
+
C_MULTIVIZ_CHART_IGNORED_FILTER_DRAFT_DATA=Entwurfsdaten werden in der Diagrammansicht nicht angezeigt.
|
|
119
|
+
|
|
112
120
|
T_KEYBOARD_SHORTCUT_SHARE_WIN=UMSCHALT+STRG+S
|
|
113
121
|
|
|
114
122
|
T_KEYBOARD_SHORTCUT_SHARE_MAC=UMSCHALT+CMD+S
|
|
@@ -127,10 +135,10 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
|
|
|
127
135
|
|
|
128
136
|
|
|
129
137
|
|
|
130
|
-
|
|
138
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT=Um zu starten, setzen Sie die entsprechenden Filter.
|
|
131
139
|
|
|
132
140
|
|
|
133
|
-
|
|
141
|
+
T_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Keine Daten gefunden. Passen Sie die Such- oder Filterkriterien an.
|
|
134
142
|
|
|
135
143
|
|
|
136
144
|
T_SEGMENTED_BUTTON_TOOLTIP_VISUAL=Visuelle Filter
|