@sapui5/sap.ndc 1.112.0 → 1.113.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.112.0",
3
+ "version": "1.113.0",
4
4
  "description": "SAPUI5 Library sap.ndc",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/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 2009-2023 SAP SE. All rights reserved.</copyright>
8
- <version>1.112.0</version>
8
+ <version>1.113.0</version>
9
9
 
10
10
  <documentation>SAPUI5 library with controls with native device capabilities.</documentation>
11
11
 
@@ -70,6 +70,8 @@ sap.ui.define([
70
70
  * );
71
71
  * });
72
72
  * </pre>
73
+ * The Barcode Scanner control can open the flashlight of Android devices if supported.
74
+ * The Barcode Scanner control can also scan the barcode from a selected image file in gallery, or a photo taking by System Camera App directly.
73
75
  *
74
76
  * The Barcode Scanner control integrates with the laser scanner when the page is loaded in the Enterprise Browser on a Zebra device. To enable laser scanning with a Zebra device, two JavaScript files (ebapi.js and eb.barcode.js) need to be loaded during runtime by the Enterprise Browser.
75
77
  * <ul>
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  ],
33
33
  elements: [],
34
34
  noLibraryCSS: true,
35
- version: "1.112.0"
35
+ version: "1.113.0"
36
36
  });
37
37
 
38
38
  return thisLib;
package/ui5.yaml CHANGED
@@ -11,3 +11,6 @@ builder:
11
11
  minification:
12
12
  excludes:
13
13
  - "sap/ndc/thirdparty/*.js"
14
+ jsdoc:
15
+ excludes:
16
+ - "sap/ndc/thirdparty/**"