@fugood/bricks-project 2.23.0-beta.16 → 2.23.0-beta.18

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": "@fugood/bricks-project",
3
- "version": "2.23.0-beta.16",
3
+ "version": "2.23.0-beta.18",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "node scripts/build.js"
@@ -14,5 +14,5 @@
14
14
  "lodash": "^4.17.4",
15
15
  "uuid": "^8.3.1"
16
16
  },
17
- "gitHead": "6acf704e7354e4bd8fc56020d8bb41e71a242c9b"
17
+ "gitHead": "932f9da3fb94d4b80ece8fa04f3d1a1f7b9a628d"
18
18
  }
@@ -252,6 +252,13 @@ Default property:
252
252
  manuallyStart?: boolean | DataLink
253
253
  recordDuration?: number | DataLink
254
254
  }
255
+ codeScanOptions?:
256
+ | DataLink
257
+ | {
258
+ inputSource?: 'camera' | 'hid-barcode-scanner' | DataLink
259
+ hidFlushMode?: 'enter-key' | 'timeout' | DataLink
260
+ hidFlushTimeout?: number | DataLink
261
+ }
255
262
  messageOptions?:
256
263
  | DataLink
257
264
  | {