@sapui5/sap.suite.ui.generic.template 1.108.51 → 1.108.52
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/i18n/i18n_fr_CA.properties +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartFilterBarWrapper.js +8 -0
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
- package/src/sap/suite/ui/generic/template/library.js +1 -1
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@ KPI_TOOLTIP_CRITICAL={0} {1}\nStatut\: risque
|
|
|
23
23
|
|
|
24
24
|
KPI_DETERMINING_ERROR={0}\nImpossible de d\u00E9terminer la valeur
|
|
25
25
|
|
|
26
|
-
KPI_DETERMINING_WARNING={0}\nDonn\u00E9es
|
|
26
|
+
KPI_DETERMINING_WARNING={0}\nDonn\u00E9es invalides ou introuvables
|
|
27
27
|
|
|
28
28
|
KPI_AUTHORIZATION_ISSUE=Probl\u00E8me d'autorisation
|
|
29
29
|
|
|
@@ -186,7 +186,7 @@ TECHNICAL_ISSUES_OVERLAY_MESSAGE=Impossible de r\u00E9cup\u00E9rer les donn\u00E
|
|
|
186
186
|
|
|
187
187
|
HIDDEN_MEASURE_OVERLAY_MESSAGE=Impossible de charger le filtre visuel \u00E0 cause d'une mesure masqu\u00E9e.
|
|
188
188
|
|
|
189
|
-
INVALID_MEASURE_DONUT_MESSAGE=Mesure
|
|
189
|
+
INVALID_MEASURE_DONUT_MESSAGE=Mesure invalide trouv\u00E9e pour graphique en anneaux. La mesure doit \u00EAtre cumulative et positive.
|
|
190
190
|
|
|
191
191
|
SHARE=Partager
|
|
192
192
|
|
|
@@ -74,6 +74,13 @@ sap.ui.define([
|
|
|
74
74
|
// Here the event is afterVariantLoad, as the variant content known to SVM/SFB has first to be applied to the SFB, which will also pass the custom data accordingly. Only
|
|
75
75
|
// after this has happened, we can get the custom data from SFB.
|
|
76
76
|
oSmartFilterBar.attachAfterVariantLoad(function(){
|
|
77
|
+
// Suppress state change events while restoring extension filter values from variant.
|
|
78
|
+
// Without this, restoring custom filters (e.g. DynamicDateRange, MultiComboBox) triggers
|
|
79
|
+
// filterChange events that mark the variant as dirty (modified=true) immediately after load.
|
|
80
|
+
// This causes the iAppState to be captured with modified=true, which on next app entry
|
|
81
|
+
// leads to SmartVariantManagementWrapper.setState setting the Standard variant instead of
|
|
82
|
+
// the user's default variant.
|
|
83
|
+
bIsApplying = true;
|
|
77
84
|
var oCustomData = oSmartFilterBar.getCustomFilterData();
|
|
78
85
|
// variant stored with 1.103 or later: all customFilter data stored in property customFilters
|
|
79
86
|
// legacy variant stored with 1.102 or earlier: customFilters (from storing point of view) separated according to their origin
|
|
@@ -85,6 +92,7 @@ sap.ui.define([
|
|
|
85
92
|
aBasicFilters = oSmartFilterBar.getAllFilterItems(true);
|
|
86
93
|
mParams.oCustomFiltersWrapper.setState(oCustomFiltersState);
|
|
87
94
|
oSVMWrapperCallbacks.setManagedControlStates(oCustomData[dataPropertyNameGeneric]);
|
|
95
|
+
bIsApplying = false;
|
|
88
96
|
});
|
|
89
97
|
|
|
90
98
|
}
|
|
@@ -856,7 +856,7 @@ sap.ui.define([
|
|
|
856
856
|
* @extends sap.ui.core.UIComponent
|
|
857
857
|
* @abstract
|
|
858
858
|
* @author SAP SE
|
|
859
|
-
* @version 1.108.
|
|
859
|
+
* @version 1.108.52
|
|
860
860
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
861
861
|
*/
|
|
862
862
|
return UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -49,7 +49,7 @@ ST_DRAFT_OWNER=par {0}
|
|
|
49
49
|
|
|
50
50
|
ST_DRAFT_ANOTHER_USER=par un autre utilisateur
|
|
51
51
|
|
|
52
|
-
DATA_PASTE_ERROR_MESSAGE=Impossible de coller. {0} \u00E9l\u00E9ments contiennent des donn\u00E9es
|
|
52
|
+
DATA_PASTE_ERROR_MESSAGE=Impossible de coller. {0} \u00E9l\u00E9ments contiennent des donn\u00E9es invalides.
|
|
53
53
|
|
|
54
54
|
DATA_PASTE_ERROR_CORRECTION_MESSAGE=Veuillez corriger les valeurs indiqu\u00E9es ci-dessous dans votre fichier source.
|
|
55
55
|
|
|
@@ -53,7 +53,7 @@ DATA_PASTE_ERROR_MESSAGE=Lijepljenje nije mogu\u0107e. {0} stavki sadr\u017Ei ne
|
|
|
53
53
|
|
|
54
54
|
DATA_PASTE_ERROR_CORRECTION_MESSAGE=Ispravite ni\u017Ee navedene vrijednosti u svojoj izvornoj datoteci.
|
|
55
55
|
|
|
56
|
-
DATA_PASTE_ERROR_CORRECTION_NOTE=(
|
|
56
|
+
DATA_PASTE_ERROR_CORRECTION_NOTE=(Bilje\u0161ka\: red/stupac odnose se na poziciju u skupu podataka koji ste kopirali.)
|
|
57
57
|
|
|
58
58
|
DATA_PASTE_UNSUPPORTED_FORMAT_MESSAGE=Lijepljenje nije mogu\u0107e za ovu tabelu.
|
|
59
59
|
|
|
@@ -53,7 +53,7 @@ DATA_PASTE_ERROR_MESSAGE=Plakken niet mogelijk. {0} posities bevatten ongeldige
|
|
|
53
53
|
|
|
54
54
|
DATA_PASTE_ERROR_CORRECTION_MESSAGE=Corrigeer de waarden die hieronder worden vermeld in uw bronbestand.
|
|
55
55
|
|
|
56
|
-
DATA_PASTE_ERROR_CORRECTION_NOTE=(Opmerking\:
|
|
56
|
+
DATA_PASTE_ERROR_CORRECTION_NOTE=(Opmerking\: regel/kolom verwijst naar de positie in de door u gekopieerde gegevensset.)
|
|
57
57
|
|
|
58
58
|
DATA_PASTE_UNSUPPORTED_FORMAT_MESSAGE=Plakken is niet beschikbaar voor deze tabel.
|
|
59
59
|
|
|
@@ -2981,7 +2981,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
2981
2981
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
2982
2982
|
* @public
|
|
2983
2983
|
* @extends sap.ui.base.Object
|
|
2984
|
-
* @version 1.108.
|
|
2984
|
+
* @version 1.108.52
|
|
2985
2985
|
* @since 1.30.0
|
|
2986
2986
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
2987
2987
|
*/
|
|
@@ -38,7 +38,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library','sap/fe/placeholder/lib
|
|
|
38
38
|
interfaces: [],
|
|
39
39
|
controls: [],
|
|
40
40
|
elements: [],
|
|
41
|
-
version: "1.108.
|
|
41
|
+
version: "1.108.52",
|
|
42
42
|
extensions: {
|
|
43
43
|
//Configuration used for rule loading of Support Assistant
|
|
44
44
|
"sap.ui.support": {
|