@sapui5/sap.suite.ui.generic.template 1.124.7 → 1.124.8
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/VisualFilterDialogController.js +1 -1
- 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/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -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/lib/AppComponent.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +2 -2
- 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
|
@@ -433,7 +433,7 @@ sap.ui.define([
|
|
|
433
433
|
oVisualFilterDialogModelClone.setProperty('/filterCompList/' + idx + '/searchVisible', bVisible);
|
|
434
434
|
oVisualFilterDialogModel.setData(oVisualFilterDialogModelClone.getData());
|
|
435
435
|
//update config object when VFConfig model is updated
|
|
436
|
-
this.oConfig = oVisualFilterDialogModel.
|
|
436
|
+
this.oConfig = oVisualFilterDialogModel.getData();
|
|
437
437
|
//to enable Restore button on change of chart type, sort order, measure field and show in filter bar changes
|
|
438
438
|
this.oState.oSmartFilterbar._oVariantManagement.currentVariantSetModified(true);
|
|
439
439
|
},
|
|
@@ -920,7 +920,7 @@ sap.ui.define([
|
|
|
920
920
|
* @extends sap.ui.core.UIComponent
|
|
921
921
|
* @abstract
|
|
922
922
|
* @author SAP SE
|
|
923
|
-
* @version 1.124.
|
|
923
|
+
* @version 1.124.8
|
|
924
924
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
925
925
|
*/
|
|
926
926
|
var oAppComponent = UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -25,9 +25,9 @@ ST_SUCCESS=Con \u00E9xito
|
|
|
25
25
|
|
|
26
26
|
ST_CHANGES_APPLIED=Se han aplicado las modificaciones
|
|
27
27
|
|
|
28
|
-
DATA_LOSS_MESSAGE=
|
|
28
|
+
DATA_LOSS_MESSAGE=Sus entradas se perder\u00E1n al abandonar esta p\u00E1gina.
|
|
29
29
|
|
|
30
|
-
DATA_LOSS_GENERAL_MESSAGE=Si
|
|
30
|
+
DATA_LOSS_GENERAL_MESSAGE=Si contin\u00FAa se perder\u00E1n sus entradas.
|
|
31
31
|
|
|
32
32
|
PROCEED=Continuar
|
|
33
33
|
|
|
@@ -3149,7 +3149,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
3149
3149
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
3150
3150
|
* @public
|
|
3151
3151
|
* @extends sap.ui.base.Object
|
|
3152
|
-
* @version 1.124.
|
|
3152
|
+
* @version 1.124.8
|
|
3153
3153
|
* @since 1.30.0
|
|
3154
3154
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
3155
3155
|
*/
|