@sapui5/sap.suite.ui.generic.template 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/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +62 -13
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n.properties +14 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_it.properties +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +13 -9
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartChart.fragment.xml +9 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +52 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +0 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +90 -10
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/Link.js +26 -26
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +16 -1
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/BaseNoDataHandler.js +108 -0
- package/src/sap/suite/ui/generic/template/lib/ChartNoDataHandler.js +37 -0
- package/src/sap/suite/ui/generic/template/lib/TableNoDataHandler.js +24 -101
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +26 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +4 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +3 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +3 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +6 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +3 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +4 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +2 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +7 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +6 -4
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +12 -3
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +11 -2
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/SmartChart.fragment.xml +11 -4
- package/src/sap/suite/ui/generic/template/themes/base/AnalyticalListPage.less +135 -98
- package/src/sap/suite/ui/generic/template/themes/base/ListReport.less +12 -5
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +254 -223
- package/src/sap/suite/ui/generic/template/themes/base/QuickCreate.less +31 -9
- package/src/sap/suite/ui/generic/template/themes/base/QuickView.less +42 -21
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3/ObjectPage.less +15 -11
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_dark/ObjectPage.less +13 -9
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/AnalyticalListPage.less +6 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/AnalyticalListPage.less +6 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_horizon/AnalyticalListPage.less +7 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon/ObjectPage.less +11 -11
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/AnalyticalListPage.less +7 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/ObjectPage.less +10 -10
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +4 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +4 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/ObjectPage.less +2 -2
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/* FE specific implementation of a Link that preserves whitespaces */
|
|
2
|
-
sap.ui.define([
|
|
3
|
-
"sap/m/Link",
|
|
4
|
-
"sap/
|
|
5
|
-
"sap/
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
},
|
|
20
|
-
onAfterRendering : function() {
|
|
21
|
-
SideEffectUtil.assignFieldGroupIdsToLinkField(this);
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
return FELink;
|
|
26
|
-
});
|
|
1
|
+
/* FE specific implementation of a Link that preserves whitespaces */
|
|
2
|
+
sap.ui.define([
|
|
3
|
+
"sap/m/Link",
|
|
4
|
+
"sap/base/strings/whitespaceReplacer",
|
|
5
|
+
"sap/suite/ui/generic/template/lib/SideEffectUtil"
|
|
6
|
+
], function (Link, whitespaceReplacer, SideEffectUtil){
|
|
7
|
+
"use strict";
|
|
8
|
+
|
|
9
|
+
var FELink = Link.extend("sap.suite.ui.generic.template.genericUtilities.Link", {
|
|
10
|
+
init: function(){
|
|
11
|
+
var setText = this.setText.bind(this);
|
|
12
|
+
this.setText = function(sText){
|
|
13
|
+
setText(whitespaceReplacer(sText));
|
|
14
|
+
};
|
|
15
|
+
},
|
|
16
|
+
renderer: {
|
|
17
|
+
// reuse the renderer of sap.m.Link
|
|
18
|
+
apiVersion: 2
|
|
19
|
+
},
|
|
20
|
+
onAfterRendering : function() {
|
|
21
|
+
SideEffectUtil.assignFieldGroupIdsToLinkField(this);
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
return FELink;
|
|
26
|
+
});
|
|
@@ -2165,7 +2165,7 @@ sap.ui.define(["sap/ui/model/odata/AnnotationHelper",
|
|
|
2165
2165
|
return sP13N;
|
|
2166
2166
|
},
|
|
2167
2167
|
|
|
2168
|
-
createP13N: function (oInterface, oContextSet, oContextProp, oDataField, mColumnWidthIncludingColumnHeader,
|
|
2168
|
+
createP13N: function (oInterface, oContextSet, oContextProp, oDataField, mColumnWidthIncludingColumnHeader, sTableType) {
|
|
2169
2169
|
var sP13N = "", aAdditionalProperties = [], sNavigation = "", sColumnIdentifier;
|
|
2170
2170
|
if (oDataField.RecordType === "com.sap.vocabularies.UI.v1.DataField" || oDataField.RecordType === "com.sap.vocabularies.UI.v1.DataFieldForAnnotation" ||
|
|
2171
2171
|
oDataField.RecordType === "com.sap.vocabularies.UI.v1.DataFieldWithUrl") {
|
|
@@ -2262,6 +2262,21 @@ sap.ui.define(["sap/ui/model/odata/AnnotationHelper",
|
|
|
2262
2262
|
}
|
|
2263
2263
|
var oContext = oInterface.getInterface(2);
|
|
2264
2264
|
var iColumnIndex = oAnnotationHelper._determineColumnIndex(oContext);
|
|
2265
|
+
var bIsDraftEnabled = !!(oContextSet && oContextSet["com.sap.vocabularies.Common.v1.DraftRoot"]);
|
|
2266
|
+
if (sTableType === "GridTable" && bIsDraftEnabled) {
|
|
2267
|
+
var sLineItemPath = oContext.getPath();
|
|
2268
|
+
var oModel = oContext.getModel();
|
|
2269
|
+
var sLineItemArrayPath = sLineItemPath.substring(0, sLineItemPath.lastIndexOf("/"));
|
|
2270
|
+
var oLineItemContext = oModel.createBindingContext(sLineItemArrayPath);
|
|
2271
|
+
var oLineItem = oModel.getObject(sLineItemArrayPath);
|
|
2272
|
+
var iDraftColumnIndex = oAnnotationHelper._determineColumnIndexForDraftColumn(
|
|
2273
|
+
oLineItemContext,
|
|
2274
|
+
oLineItem
|
|
2275
|
+
);
|
|
2276
|
+
if (iDraftColumnIndex && iColumnIndex >= iDraftColumnIndex) {
|
|
2277
|
+
iColumnIndex = iColumnIndex + 1;
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2265
2280
|
if (iColumnIndex >= 0) {
|
|
2266
2281
|
sP13N += '", "columnIndex":"' + iColumnIndex;
|
|
2267
2282
|
}
|
|
@@ -959,7 +959,7 @@ sap.ui.define([
|
|
|
959
959
|
* @public
|
|
960
960
|
* @extends sap.ui.core.UIComponent
|
|
961
961
|
* @author SAP SE
|
|
962
|
-
* @version 1.
|
|
962
|
+
* @version 1.146.0
|
|
963
963
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
964
964
|
*/
|
|
965
965
|
var oAppComponent = UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
sap.ui.define([
|
|
2
|
+
"sap/suite/ui/generic/template/genericUtilities/FeLogger"
|
|
3
|
+
], function (
|
|
4
|
+
FeLogger
|
|
5
|
+
) {
|
|
6
|
+
"use strict";
|
|
7
|
+
var oLogger = new FeLogger("lib.BaseNoDataHandler").getLogger();
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Base handler for setting no data messages on smart controls
|
|
11
|
+
* @param {object} oController - The controller instance
|
|
12
|
+
* @param {object} oTemplateUtils - Template utilities
|
|
13
|
+
* @param {object} oNoDataConfig - Configuration object mapping scenarios to i18n keys
|
|
14
|
+
* @param {object} parentMethods - Methods provided by subclass
|
|
15
|
+
* @returns {object} Public API with setNoDataMessage method
|
|
16
|
+
*/
|
|
17
|
+
function BaseNoDataHandler(oController, oTemplateUtils, oConfig) {
|
|
18
|
+
var sNoDataRepresentation = oController.getOwnerComponent().getAppComponent().getNoDataRepresentation();
|
|
19
|
+
var oNoDataConfig = oConfig.oNoDataConfig;
|
|
20
|
+
var parentMethods = oConfig.methods;
|
|
21
|
+
|
|
22
|
+
function fnSetNoDataMessage (oSmartCtrl, sScenario) {
|
|
23
|
+
if (sNoDataRepresentation === "textOnly" && !oConfig.isIllustrationOnlyMode) {
|
|
24
|
+
fnSetTextMessage(oSmartCtrl, sScenario);
|
|
25
|
+
} else if (["illustration", "illustrationWithFallback"].includes(sNoDataRepresentation) || oConfig.isIllustrationOnlyMode) {
|
|
26
|
+
fnSetIllustratedMessage(oSmartCtrl, sScenario);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// Sets "text" based no data message
|
|
31
|
+
function fnSetTextMessage (oSmartCtrl, sScenario) {
|
|
32
|
+
var sSmartCtrlId = oSmartCtrl.getId();
|
|
33
|
+
var sI18nKey = oNoDataConfig[sScenario].i18nKey;
|
|
34
|
+
var sNoDataText = oTemplateUtils.oCommonUtils.getContextText(sI18nKey, sSmartCtrlId);
|
|
35
|
+
oSmartCtrl.setNoData(sNoDataText);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Sets "illustration" based no data message
|
|
39
|
+
function fnSetIllustratedMessage (oSmartCtrl, sScenario) {
|
|
40
|
+
var sSmartCtrlId = oSmartCtrl.getId();
|
|
41
|
+
var sI18nPrefix = oNoDataConfig[sScenario].i18nKey;
|
|
42
|
+
// Derive title key from base key
|
|
43
|
+
var sTitleI18nKey = sI18nPrefix + "_ILLUSTRATION_TITLE";
|
|
44
|
+
// Get title from resource bundle.
|
|
45
|
+
var sTitle = oTemplateUtils.oCommonUtils.getContextText(sTitleI18nKey, sSmartCtrlId);
|
|
46
|
+
// Find description (this logic varies between "illustration" and "illustrationWithFallback")
|
|
47
|
+
var sDescription = fnDeriveIllustrationDescription(sI18nPrefix, sSmartCtrlId);
|
|
48
|
+
// Get illustration type from config
|
|
49
|
+
var sIllustrationType = oNoDataConfig[sScenario].illustrationType;
|
|
50
|
+
|
|
51
|
+
var oNoDataIllustratedMessage = parentMethods.getIllustratedMessage(oSmartCtrl);
|
|
52
|
+
// oSmartTable.getNoData should actually return an illustrated message.
|
|
53
|
+
//
|
|
54
|
+
// Sometimes, app changes the no data message into text message using custom coding.
|
|
55
|
+
// Hence, adding this type check as a safety measure.
|
|
56
|
+
if ( !(oNoDataIllustratedMessage?.isA?.("sap.m.IllustratedMessage")) ) {
|
|
57
|
+
oLogger.error(`Unable to update the no data message of smart control ${oSmartCtrl.getId()} as it's not an IllustratedMessage`);
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
// Table already has illustrated no data message. Just update the attributes
|
|
61
|
+
oNoDataIllustratedMessage.setIllustrationType(sIllustrationType);
|
|
62
|
+
oNoDataIllustratedMessage.setTitle(sTitle);
|
|
63
|
+
oNoDataIllustratedMessage.setDescription(sDescription);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Calculates the illustrated message's description based on the manifest flag "noDataRepresentation" value
|
|
68
|
+
* 1. If manifest flag is "illustration"
|
|
69
|
+
* - Just returns text for the new i18n key (legacy key + "_ILLUSTRATION_DESCRIPTION")
|
|
70
|
+
* - The text can be found on either app or FE
|
|
71
|
+
* 2. If flag is "illustrationWithFallback"
|
|
72
|
+
* a. Checks the app if customized text available for (legacy i18n key | ctrlId) (for e.g. "NOITEMS_LR_SMARTTABLE|C_SalesOrder")
|
|
73
|
+
* - If found, returns it.
|
|
74
|
+
* b. Checks the app if customized text available just for legacy i18n key (for e.g. "NOITEMS_LR_SMARTTABLE")
|
|
75
|
+
* - If found, returns it.
|
|
76
|
+
* c. Returns the text for the new i18n key (Same as "Case 1" above).
|
|
77
|
+
*/
|
|
78
|
+
function fnDeriveIllustrationDescription (sI18nPrefix, sSmartCtrlId) {
|
|
79
|
+
var sLatestDescriptionI18nKey = sI18nPrefix + "_ILLUSTRATION_DESCRIPTION";
|
|
80
|
+
var sLatestDescription = oTemplateUtils.oCommonUtils.getContextText(sLatestDescriptionI18nKey, sSmartCtrlId);
|
|
81
|
+
if (sNoDataRepresentation === "illustration" || (oConfig.isIllustrationOnlyMode && sNoDataRepresentation === "textOnly")) {
|
|
82
|
+
return sLatestDescription;
|
|
83
|
+
}
|
|
84
|
+
// Below logic is for noDataRepresentation = "illustrationWithFallback"
|
|
85
|
+
var sLegacyDescription = null;
|
|
86
|
+
var sLegacyI18nKey = sI18nPrefix;
|
|
87
|
+
var sCtrlSpecificI18nSuffix = oTemplateUtils.oCommonUtils.getSpecificI18nKeyForSmartControl(sSmartCtrlId);
|
|
88
|
+
sCtrlSpecificI18nSuffix = (sCtrlSpecificI18nSuffix === "|") ? "" : sCtrlSpecificI18nSuffix; // Omit the suffix "|"
|
|
89
|
+
// If table specific i18n key is available, get the customized text for that.
|
|
90
|
+
if (sCtrlSpecificI18nSuffix) {
|
|
91
|
+
sLegacyDescription = oTemplateUtils.oCommonUtils.getCustomizedTextFromApp(sLegacyI18nKey + "|" + sCtrlSpecificI18nSuffix);
|
|
92
|
+
}
|
|
93
|
+
// If the description is not yet found, get the customized text just for the generic i18n key.
|
|
94
|
+
if (!sLegacyDescription) {
|
|
95
|
+
sLegacyDescription = oTemplateUtils.oCommonUtils.getCustomizedTextFromApp(sLegacyI18nKey);
|
|
96
|
+
}
|
|
97
|
+
// If legacy text is found, return it.
|
|
98
|
+
// Otherwise, return the latest one.
|
|
99
|
+
return sLegacyDescription || sLatestDescription;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
return {
|
|
103
|
+
setNoDataMessage: fnSetNoDataMessage
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
return BaseNoDataHandler;
|
|
108
|
+
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
sap.ui.define([
|
|
2
|
+
"sap/base/util/extend",
|
|
3
|
+
"sap/ui/base/Object",
|
|
4
|
+
"sap/suite/ui/generic/template/lib/BaseNoDataHandler"
|
|
5
|
+
], function (
|
|
6
|
+
extend,
|
|
7
|
+
BaseObject,
|
|
8
|
+
BaseNoDataHandler
|
|
9
|
+
) {
|
|
10
|
+
"use strict";
|
|
11
|
+
|
|
12
|
+
function getMethods() {
|
|
13
|
+
function fnGetIllustratedMessage(oSmartCtrl) {
|
|
14
|
+
return oSmartCtrl.getNoDataIllustratedMessage();
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
return {
|
|
18
|
+
getIllustratedMessage: fnGetIllustratedMessage
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
return BaseObject.extend("sap.suite.ui.generic.template.lib.ChartNoDataHandler", {
|
|
23
|
+
constructor: function (oController, oTemplateUtils, oNoDataConfig) {
|
|
24
|
+
extend(this, new BaseNoDataHandler(oController, oTemplateUtils, {
|
|
25
|
+
oNoDataConfig: oNoDataConfig,
|
|
26
|
+
methods: getMethods(),
|
|
27
|
+
// SmartChart now only support no dato information with IllustratedMessage,
|
|
28
|
+
// only text messages are not possible to provide.
|
|
29
|
+
// Thats why is for SmartChart turned on illustration only mode.
|
|
30
|
+
// If it will be necessary to revert it back:
|
|
31
|
+
// 1) Switch isIllustrationOnlyMode:false
|
|
32
|
+
// 2) Add necessary messages to templates. See how it's impl. for SmartTable templates.
|
|
33
|
+
isIllustrationOnlyMode: true
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
});
|
|
@@ -1,107 +1,30 @@
|
|
|
1
1
|
sap.ui.define([
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
"sap/base/util/extend",
|
|
3
|
+
"sap/ui/base/Object",
|
|
4
|
+
"sap/suite/ui/generic/template/lib/BaseNoDataHandler"
|
|
5
5
|
], function (
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
extend,
|
|
7
|
+
BaseObject,
|
|
8
|
+
BaseNoDataHandler
|
|
9
9
|
) {
|
|
10
|
-
|
|
11
|
-
var oLogger = new FeLogger("lib.TableNoDataHandler").getLogger();
|
|
10
|
+
"use strict";
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
function getMethods() {
|
|
13
|
+
function fnGetIllustratedMessage(oSmartCtrl) {
|
|
14
|
+
return oSmartCtrl.getNoData();
|
|
15
|
+
}
|
|
15
16
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
fnSetIllustratedMessage(oSmartTable, sScenario);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
17
|
+
return {
|
|
18
|
+
getIllustratedMessage: fnGetIllustratedMessage
|
|
19
|
+
};
|
|
20
|
+
}
|
|
23
21
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
function fnSetIllustratedMessage (oSmartTable, sScenario) {
|
|
34
|
-
var sSmartTableId = oSmartTable.getId();
|
|
35
|
-
var sI18nPrefix = oNoDataConfig[sScenario].i18nKey;
|
|
36
|
-
// Derive title key from base key
|
|
37
|
-
var sTitleI18nKey = sI18nPrefix + "_ILLUSTRATION_TITLE";
|
|
38
|
-
// Get title from resource bundle.
|
|
39
|
-
var sTitle = oTemplateUtils.oCommonUtils.getContextText(sTitleI18nKey, sSmartTableId);
|
|
40
|
-
// Find description (this logic varies between "illustration" and "illustrationWithFallback")
|
|
41
|
-
var sDescription = fnDeriveIllustrationDescription(sI18nPrefix, sSmartTableId);
|
|
42
|
-
// Get illustration type from config
|
|
43
|
-
var sIllustrationType = oNoDataConfig[sScenario].illustrationType;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
var oNoDataIllustratedMessage = oSmartTable.getNoData();
|
|
47
|
-
// oSmartTable.getNoData should actually return an illustrated message.
|
|
48
|
-
//
|
|
49
|
-
// Sometimes, app changes the no data message into text message using custom coding.
|
|
50
|
-
// Hence, adding this type check as a safety measure.
|
|
51
|
-
if ( !(oNoDataIllustratedMessage?.isA?.("sap.m.IllustratedMessage")) ) {
|
|
52
|
-
oLogger.error(`Unable to update the no data message of smart table ${oSmartTable.getId()} as it's not an IllustratedMessage`);
|
|
53
|
-
return;
|
|
54
|
-
}
|
|
55
|
-
// Table already has illustrated no data message. Just update the attributes
|
|
56
|
-
oNoDataIllustratedMessage.setIllustrationType(sIllustrationType);
|
|
57
|
-
oNoDataIllustratedMessage.setTitle(sTitle);
|
|
58
|
-
oNoDataIllustratedMessage.setDescription(sDescription);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* Calculates the illustrated message's description based on the manifest flag "noDataRepresentation" value
|
|
63
|
-
* 1. If manifest flag is "illustration"
|
|
64
|
-
* - Just returns text for the new i18n key (legacy key + "_ILLUSTRATION_DESCRIPTION")
|
|
65
|
-
* - The text can be found on either app or FE
|
|
66
|
-
* 2. If flag is "illustrationWithFallback"
|
|
67
|
-
* a. Checks the app if customized text available for (legacy i18n key | tableId) (for e.g. "NOITEMS_LR_SMARTTABLE|C_SalesOrder")
|
|
68
|
-
* - If found, returns it.
|
|
69
|
-
* b. Checks the app if customized text available just for legacy i18n key (for e.g. "NOITEMS_LR_SMARTTABLE")
|
|
70
|
-
* - If found, returns it.
|
|
71
|
-
* c. Returns the text for the new i18n key (Same as "Case 1" above).
|
|
72
|
-
*/
|
|
73
|
-
function fnDeriveIllustrationDescription (sI18nPrefix, sSmartTableId) {
|
|
74
|
-
var sLatestDescriptionI18nKey = sI18nPrefix + "_ILLUSTRATION_DESCRIPTION";
|
|
75
|
-
var sLatestDescription = oTemplateUtils.oCommonUtils.getContextText(sLatestDescriptionI18nKey, sSmartTableId);
|
|
76
|
-
if (sNoDataRepresentation === "illustration") {
|
|
77
|
-
return sLatestDescription;
|
|
78
|
-
}
|
|
79
|
-
// Below logic is for noDataRepresentation = "illustrationWithFallback"
|
|
80
|
-
var sLegacyDescription = null;
|
|
81
|
-
var sLegacyI18nKey = sI18nPrefix;
|
|
82
|
-
var sTableSpecificI18nSuffix = oTemplateUtils.oCommonUtils.getSpecificI18nKeyForSmartControl(sSmartTableId);
|
|
83
|
-
sTableSpecificI18nSuffix = (sTableSpecificI18nSuffix === "|") ? "" : sTableSpecificI18nSuffix; // Omit the suffix "|"
|
|
84
|
-
// If table specific i18n key is available, get the customized text for that.
|
|
85
|
-
if (sTableSpecificI18nSuffix) {
|
|
86
|
-
sLegacyDescription = oTemplateUtils.oCommonUtils.getCustomizedTextFromApp(sLegacyI18nKey + "|" + sTableSpecificI18nSuffix);
|
|
87
|
-
}
|
|
88
|
-
// If the description is not yet found, get the customized text just for the generic i18n key.
|
|
89
|
-
if (!sLegacyDescription) {
|
|
90
|
-
sLegacyDescription = oTemplateUtils.oCommonUtils.getCustomizedTextFromApp(sLegacyI18nKey);
|
|
91
|
-
}
|
|
92
|
-
// If legacy text is found, return it.
|
|
93
|
-
// Otherwise, return the latest one.
|
|
94
|
-
return sLegacyDescription || sLatestDescription;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
return {
|
|
98
|
-
setNoDataMessage: fnSetNoDataMessage
|
|
99
|
-
};
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
return BaseObject.extend("sap.suite.ui.generic.template.lib.TableNoDataHandler", {
|
|
103
|
-
constructor: function (oController, oTemplateUtils, oNoDataConfig) {
|
|
104
|
-
extend(this, getMethods(oController, oTemplateUtils, oNoDataConfig));
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
});
|
|
22
|
+
return BaseObject.extend("sap.suite.ui.generic.template.lib.TableNoDataHandler", {
|
|
23
|
+
constructor: function (oController, oTemplateUtils, oNoDataConfig) {
|
|
24
|
+
extend(this, new BaseNoDataHandler(oController, oTemplateUtils, {
|
|
25
|
+
oNoDataConfig: oNoDataConfig,
|
|
26
|
+
methods: getMethods()
|
|
27
|
+
}));
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
});
|
|
@@ -433,15 +433,39 @@ NOITEMS_SMARTTABLE_WITH_FILTER_FOR_SEGMENTEDBUTTON_ILLUSTRATION_DESCRIPTION=Try
|
|
|
433
433
|
# XFLD,30: used in object page chart when no data found in and no filter applied.
|
|
434
434
|
NOITEMS_SMARTCHART=No data found
|
|
435
435
|
|
|
436
|
-
#
|
|
436
|
+
# XTIT,100: Title for illustrated message used in list report page chart when no data found in.
|
|
437
|
+
NOITEMS_SMARTCHART_ILLUSTRATION_TITLE=There are no entries yet
|
|
438
|
+
|
|
439
|
+
# XTXT,100: Description for illustrated message used in list report page chart when no data found in.
|
|
440
|
+
NOITEMS_SMARTCHART_ILLUSTRATION_DESCRIPTION=When there are, you\u2019ll see them here.
|
|
441
|
+
|
|
442
|
+
# XFLD,100: used in list report page chart when no data found for MultiView Application.
|
|
437
443
|
NOITEMS_LR_SMARTCHART=There is no data for the selected filter criteria and chart view.
|
|
438
444
|
|
|
445
|
+
# XTIT: Title for no data illustrated message on a multi view list report chart
|
|
446
|
+
NOITEMS_LR_SMARTCHART_ILLUSTRATION_TITLE=No results found
|
|
447
|
+
|
|
448
|
+
# XTXT: Description for no data illustrated message on a multi view list report chart
|
|
449
|
+
NOITEMS_LR_SMARTCHART_ILLUSTRATION_DESCRIPTION=Try changing the view or filter criteria.
|
|
450
|
+
|
|
439
451
|
# XFLD,80: used in object page chart when no data found in and filters applied.
|
|
440
452
|
NOITEMS_SMARTCHART_WITH_FILTER=No data found. Try adjusting the filter parameters.
|
|
441
453
|
|
|
454
|
+
# XTIT,80: Title for illustrated message used in object page chart when no data found in and filters applied.
|
|
455
|
+
NOITEMS_SMARTCHART_WITH_FILTER_ILLUSTRATION_TITLE=No results found
|
|
456
|
+
|
|
457
|
+
# XTXT,80: Description for illustrated message used in object page chart when no data found in and filters applied.
|
|
458
|
+
NOITEMS_SMARTCHART_WITH_FILTER_ILLUSTRATION_DESCRIPTION=Try changing your filter criteria.
|
|
459
|
+
|
|
442
460
|
# XFLD,80: used in list report page chart when chart is not initialized.
|
|
443
461
|
SMARTCHART_INITIAL_NODATA=To start, set the relevant filters and choose "Go".
|
|
444
462
|
|
|
463
|
+
# XTIT,80: used in list report page chart when chart is not initialized.
|
|
464
|
+
SMARTCHART_INITIAL_NODATA_ILLUSTRATION_TITLE=Let\u2019s get some results
|
|
465
|
+
|
|
466
|
+
# XTXT,80: used in list report page chart when chart is not initialized.
|
|
467
|
+
SMARTCHART_INITIAL_NODATA_ILLUSTRATION_DESCRIPTION=Start by providing your search or filter criteria.
|
|
468
|
+
|
|
445
469
|
# XFLD,30: used in list report page table when no data found in and no filter applied.
|
|
446
470
|
NOITEMS_LR_SMARTTABLE=No data found
|
|
447
471
|
|
|
@@ -751,7 +775,7 @@ EASY_FILL_TEXTAREA_PLACEHOLDER = Provide the required information using data sou
|
|
|
751
775
|
# XTIT: EasyFill initial Illustration title
|
|
752
776
|
EASY_FILL_ILLUSTRATION_TITLE_INITIAL = Let\u2019s fill in some fields
|
|
753
777
|
|
|
754
|
-
# XTXT: EasyFill initial Illustration description
|
|
778
|
+
# XTXT: EasyFill initial Illustration description
|
|
755
779
|
EASY_FILL_ILLUSTRATION_DESCRIPTION_INITIAL = Start by providing the required information to see the proposed results.
|
|
756
780
|
|
|
757
781
|
# XTIT: EasyFill no entries Illustration title
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=\u062A\u0643\u0648\u064A\u0646 \u0634\u0631\u
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=\u062A\u0643\u0648\u064A\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0643\u0627\u0626\u0646
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=\u0644\u0646 \u062A\u0643\u0648\u0646 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0645\u0631\u0626\u064A\u0629 \u0625\u0644\u0627 \u0628\u0639\u062F \u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=\u0625\u0644\u063A\u0627\u0621
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=\u062A\u0637\u0628\u064A\u0642
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0437\u0430 \u043E\u0431\u0435\u043A\u0442
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=\u041F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u0449\u0435 \u0431\u044A\u0434\u0430\u0442 \u0432\u0438\u0434\u0438\u043C\u0438 \u0441\u0430\u043C\u043E \u0441\u043B\u0435\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=\u041E\u0442\u043C\u044F\u043D\u0430
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=\u041F\u0440\u0438\u043B\u0430\u0433\u0430\u043D\u0435
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Configurar la barra de filtres
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Configurar p\u00E0gina d'objecte
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Les modificacions nom\u00E9s seran visibles despr\u00E9s de tornar a carregar l'aplicaci\u00F3.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Cancel\u00B7lar
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Aplicar
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfiguri\u0161i traku filtera
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Konfiguri\u0161i stranicu objekta
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Promjene \u0107e biti vidljive tek kada se aplikacija ponovo u\u010Dita.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Odustani
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Primijeni
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfigurovat panel filtrov\u00E1n\u00ED
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Konfigurovat str\u00E1nku objektu
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Zm\u011Bny budou viditeln\u00E9 a\u017E po op\u011Btovn\u00E9m na\u010Dten\u00ED aplikace.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Zru\u0161it
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Pou\u017E\u00EDt
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Ffurfweddu Bar Hidlo
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Ffurfweddu Tudalen Gwrthrych
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Dim ond ar \u00F4l i'r rhaglen ail-lwytho y bydd y newidiadau ar gael i'w gweld.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Canslo
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Rhoi ar waith
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfigurer filterlinje
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Konfigurer objektside
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=\u00C6ndringer vil f\u00F8rst v\u00E6re synlige, efter applikationen genindl\u00E6ses.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Annuller
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Anvend
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Filterleiste konfigurieren
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Objektseite konfigurieren
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=\u00C4nderungen sind erst sichtbar, nachdem die Anwendung neu geladen wurde.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Abbrechen
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=\u00DCbernehmen
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=\u0394\u03B9\u03B1\u03BC\u03CC\u03C1\u03C6\u0
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=\u0394\u03B9\u03B1\u03BC\u03CC\u03C1\u03C6\u03C9\u03C3\u03B7 \u03A3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2 \u0391\u03BD\u03C4\u03B9\u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=\u039F\u03B9 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 \u03B8\u03B1 \u03B5\u03BC\u03C6\u03B1\u03BD\u03B9\u03C3\u03C4\u03BF\u03CD\u03BD \u03BC\u03CC\u03BD\u03BF \u03BC\u03B5\u03C4\u03AC \u03C4\u03B7\u03BD \u03B5\u03C0\u03B1\u03BD\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Configure Filter Bar
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Configure Object Page
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Changes will only be visible after the application reloads.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Cancel
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Apply
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Configure Filter Bar
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Configure Object Page
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Changes will only be visible after the application reloads.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Cancel
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Apply
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Configurar barra de filtros
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Configurar p\u00E1gina de objeto
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Las modificaciones solo ser\u00E1n visibles al volver a cargar la aplicaci\u00F3n.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Cancelar
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Aplicar
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Configurar barra de filtros
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Configurar p\u00E1gina de objeto
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Los cambios solo estar\u00E1n visibles luego de que se vuelva a cargar la aplicaci\u00F3n.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Cancelar
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Aplicar
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Filtririba konfigureerimine
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Objektilehe konfigureerimine
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Muudatused on n\u00E4htavad alles p\u00E4rast rakenduse uuesti laadimist.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=T\u00FChista
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Rakenda
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfiguroi suodatinpalkki
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Konfiguroi objektisivu
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Muutokset n\u00E4kyv\u00E4t vasta sovelluksen uudelleenlatauksen j\u00E4lkeen.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Peruuta
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=K\u00E4yt\u00E4
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Configurer la barre de filtres
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Configurer une page d'objet
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Les modifications ne seront visibles qu'apr\u00E8s le rechargement de l'application.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Annuler
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Appliquer
|
|
@@ -360,7 +360,7 @@ ST_GENERIC_503_SOURCE_MESSAGE=Message source\u00A0\:
|
|
|
360
360
|
|
|
361
361
|
RTA_CONFIGURATION_TITLE_TABLE=Configurer le tableau
|
|
362
362
|
|
|
363
|
-
RTA_CONFIGURATION_TITLE_LIST_REPORT=Configurer
|
|
363
|
+
RTA_CONFIGURATION_TITLE_LIST_REPORT=Configurer le rapport de liste
|
|
364
364
|
|
|
365
365
|
RTA_CONFIGURATION_TITLE_ANALYTICAL_LIST_PAGE=Configurer la page Analytical List Page
|
|
366
366
|
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Configurer la barre de filtres
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Configurer une page d'objet
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Les modifications seront visibles uniquement apr\u00E8s avoir recharg\u00E9 l'application.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Annuler
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Appliquer
|
|
@@ -520,7 +522,7 @@ EASY_FILL_POPOVER_AI_TEXT_1=Contenu partiellement ou int\u00E9gralement g\u00E9n
|
|
|
520
522
|
|
|
521
523
|
EASY_FILL_POPOVER_AI_TEXT_2=Le contenu g\u00E9n\u00E9r\u00E9 par l'IA peut contenir des incoh\u00E9rences en raison de l'utilisation de plusieurs sources d'information. V\u00E9rifiez les r\u00E9sultats avant utilisation.
|
|
522
524
|
|
|
523
|
-
EASY_FILL_POPOVER_AI_TITLE=Cr\u00E9ation par l
|
|
525
|
+
EASY_FILL_POPOVER_AI_TITLE=Cr\u00E9ation par l'IA
|
|
524
526
|
|
|
525
527
|
EASYFILL_RESULT_FEEDBACK=Commentaires envoy\u00E9s
|
|
526
528
|
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=\u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=\u0911\u092C\u094D\u091C\u0947\u0915\u094D\u091F \u092A\u0943\u0937\u094D\u0920 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0947\u0902
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=\u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u0915\u0947\u0935\u0932 \u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 \u092A\u0941\u0928\u0903 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0939\u0940 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=\u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=\u0932\u093E\u0917\u0942 \u0915\u0930\u0947\u0902
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfiguriranje trake filtera
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Konfiguriranje stranice objekta
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=Promjene \u0107e biti vidljive samo nakon ponovnog u\u010Ditavanja aplikacije.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=Otka\u017Ei
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Primijeni
|
|
@@ -368,6 +368,8 @@ RTA_CONFIGURATION_TITLE_FILTER_BAR=Sz\u0171r\u0151s\u00E1v konfigur\u00E1l\u00E1
|
|
|
368
368
|
|
|
369
369
|
RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Objektumoldal konfigur\u00E1l\u00E1sa
|
|
370
370
|
|
|
371
|
+
RTA_CONFIGURATION_INFO_MESSAGE=A m\u00F3dos\u00EDt\u00E1sok csak az alkalmaz\u00E1s \u00FAjrat\u00F6lt\u00E9se ut\u00E1n lesznek l\u00E1that\u00F3k.
|
|
372
|
+
|
|
371
373
|
RTA_CONFIGURATION_CANCEL=M\u00E9gse
|
|
372
374
|
|
|
373
375
|
RTA_CONFIGURATION_APPLY=Alkalmaz
|