@sapui5/sap.ndc 1.142.0 → 1.143.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ndc",
3
- "version": "1.142.0",
3
+ "version": "1.143.0",
4
4
  "description": "SAPUI5 Library sap.ndc",
5
5
  "homepage": "https://ui5.github.io/cli/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2025 SAP SE. All rights reserved.</copyright>
8
- <version>1.142.0</version>
8
+ <version>1.143.0</version>
9
9
 
10
10
  <documentation>SAPUI5 library with controls with native device capabilities.</documentation>
11
11
 
@@ -220,6 +220,9 @@ sap.ui.define([
220
220
 
221
221
  BarcodeScannerButton.prototype._setTooltip = function () {
222
222
  var sTooltip = this.getTooltip_AsString();
223
+ if (!sTooltip) {
224
+ sTooltip = oResourceModel.getProperty("BARCODE_SCANNER_BUTTON_TOOLTIP");
225
+ }
223
226
  this.getAggregation("_btn").setTooltip(sTooltip);
224
227
  };
225
228
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  ],
34
34
  elements: [],
35
35
  noLibraryCSS: true,
36
- version: "1.142.0"
36
+ version: "1.143.0"
37
37
  });
38
38
 
39
39
  return thisLib;