@fugood/bricks-project 2.23.0-beta.15 → 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.15",
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": "e1a9d3f3559b1caca822ec29011b16b29232a034"
17
+ "gitHead": "932f9da3fb94d4b80ece8fa04f3d1a1f7b9a628d"
18
18
  }
@@ -701,7 +701,7 @@ Default property:
701
701
  - macOS: Recommended use M1+ chip device. Supported GPU acceleration by Metal.
702
702
  - Android: Recommended use Android 13+ system.
703
703
  - Supported GPU acceleration by OpenCL, currently only for Qualcomm Adreno 700+ GPUs, other GPUs are not supported.
704
- - Supported Hexagon NPU for Qualcomm Snapdragon 8 Gen 2+ GPUs.
704
+ - Supported Hexagon NPU for Qualcomm Snapdragon 8 Gen 1+ GPUs.
705
705
  - Linux / Windows [@nextline - Supported GPU acceleration, you can choose `vulkan` or `cuda` backend in Accel Variant property
706
706
  - Supported Hexagon NPU for Qualcomm Dragonwing IQ9 series+ (Linux) */
707
707
  export type GeneratorLLM = Generator &
@@ -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
  | {