@operato/scene-label 2.0.0-alpha.0 → 2.0.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.0-alpha.6](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-03-24)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * translation ([266d423](https://github.com/things-scene/operato-scene/commit/266d423d9d6992464f45a437acc90ccf8ed33bf6))
12
+
13
+
14
+
15
+ ## [2.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-03-21)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * 컴포넌트 명 다국어 ([64e1f08](https://github.com/things-scene/operato-scene/commit/64e1f08af32d2ac193c3d31b0025f8d06f569ca4))
21
+
22
+
23
+
6
24
  ## [2.0.0-alpha.0](https://github.com/things-scene/operato-scene/compare/v1.3.9...v2.0.0-alpha.0) (2024-01-14)
7
25
 
8
26
 
@@ -11,24 +11,29 @@
11
11
  입력이 완료되면, 입력값은 data에 적용되어 데이타 스프레드로 데이타바인딩을 할 수 있다.
12
12
 
13
13
  브라우저에서 카메라 장치를 사용하므로, HTTPS 로 연결된 경우에만 카메라를 이용한 바코드 스캔 기능이 작동한다.
14
- (단, 호스트가 localhost인 경우에는 예외적으로 출력기능이 작동한다.)
14
+ (단, 호스트가 localhost인 경우에는 예외적으로 스캔 기능이 작동한다.)
15
15
 
16
16
  ## 바코드 호환성
17
17
 
18
- 이 기능은 [ZXing ("zebra crossing") 라이브러리](https://github.com/zxing/zxing) 를 활용하므로,
18
+ 이 기능은 [zbar-wasm ("A WebAssembly build of the ZBar Bar Code Reader") 라이브러리](https://github.com/undecaf/zbar-wasm) 를 활용하므로,
19
19
  다음의 바코드 형식을 스캔할 수 있다.
20
20
 
21
21
  ### 지원되는 바코드 형식
22
22
 
23
- | 1D product | 1D industrial | 2D |
24
- | :-------------------- | :------------ | :----------- |
25
- | UPC-A | Code 39 | QR Code |
26
- | UPC-E | Code 93 | Data Matrix |
27
- | EAN-8 | Code 128 | Aztec |
28
- | EAN-13 | Codabar | PDF 417 |
29
- | UPC/EAN Extension 2/5 | ITF | MaxiCode |
30
- | | | RSS-14 |
31
- | | | RSS-Expanded |
23
+ | 1D product | 1D industrial | 2D |
24
+ | :--------------- | :----------------------- | :------ |
25
+ | UPC-A | Code 39 | QR Code |
26
+ | UPC-E | Code 93 | |
27
+ | EAN-5 | Code 128 | |
28
+ | EAN-8 | Codabar | |
29
+ | EAN-13 | ITF (Interleaved 2 of 5) | |
30
+ | GTIN-5 | | |
31
+ | GTIN-8 | | |
32
+ | GTIN-13 | | |
33
+ | ISBN-10/13 | | |
34
+ | ISBN-13+2 | | |
35
+ | ISBN-13+5 | | |
36
+ | Databar/Expanded | | |
32
37
 
33
38
  ### 속성
34
39
 
@@ -11,24 +11,29 @@ You can start the camera input mode by clicking or touching the icon.
11
11
  When the input is complete, the input value is applied to the data so that data can be bound with a data spread.
12
12
 
13
13
  Since the browser uses the camera device, the barcode scanning function using the camera works only when connected via HTTPS.
14
- (if the host is localhost, the output function works exceptionally.)
14
+ (if the host is localhost, the barcode scanning function works exceptionally.)
15
15
 
16
16
  ## 바코드 호환성
17
17
 
18
- This function utilizes [ZXing ("zebra crossing") library](https://github.com/zxing/zxing),
18
+ This function utilizes [zbar-wasm ("A WebAssembly build of the ZBar Bar Code Reader")](https://github.com/undecaf/zbar-wasm),
19
19
  The following barcode formats can be scanned.
20
20
 
21
21
  ### Supported Formats
22
22
 
23
- | 1D product | 1D industrial | 2D |
24
- | :-------------------- | :------------ | :----------- |
25
- | UPC-A | Code 39 | QR Code |
26
- | UPC-E | Code 93 | Data Matrix |
27
- | EAN-8 | Code 128 | Aztec |
28
- | EAN-13 | Codabar | PDF 417 |
29
- | UPC/EAN Extension 2/5 | ITF | MaxiCode |
30
- | | | RSS-14 |
31
- | | | RSS-Expanded |
23
+ | 1D product | 1D industrial | 2D |
24
+ | :--------------- | :----------------------- | :------ |
25
+ | UPC-A | Code 39 | QR Code |
26
+ | UPC-E | Code 93 | |
27
+ | EAN-5 | Code 128 | |
28
+ | EAN-8 | Codabar | |
29
+ | EAN-13 | ITF (Interleaved 2 of 5) | |
30
+ | GTIN-5 | | |
31
+ | GTIN-8 | | |
32
+ | GTIN-13 | | |
33
+ | ISBN-10/13 | | |
34
+ | ISBN-13+2 | | |
35
+ | ISBN-13+5 | | |
36
+ | Databar/Expanded | | |
32
37
 
33
38
  ### properties
34
39
 
@@ -11,24 +11,29 @@
11
11
  输入完成后,会将输入值应用于数据,以便可以将数据与数据散布绑定。
12
12
 
13
13
  如果通过浏览器使用摄像头设备,因此使用摄像头的条形码扫描功能仅在通过 HTTPS 连接时有效。
14
- (所以,如果主机是 localhost,则输出功能会异常工作。)
14
+ (所以,如果主机是 localhost,则条形码扫描功能会异常工作。)
15
15
 
16
16
  ## 条形码兼容性
17
17
 
18
- 此功能利用 [ZXing ("zebra crossing") Library](https://github.com/zxing/zxing)
18
+ 此功能利用 [zbar-wasm ("A WebAssembly build of the ZBar Bar Code Reader")](https://github.com/undecaf/zbar-wasm),
19
19
  可以扫描以下条形码格式。
20
20
 
21
21
  ### Supported Formats
22
22
 
23
- | 1D product | 1D industrial | 2D |
24
- | :-------------------- | :------------ | :----------- |
25
- | UPC-A | Code 39 | QR Code |
26
- | UPC-E | Code 93 | Data Matrix |
27
- | EAN-8 | Code 128 | Aztec |
28
- | EAN-13 | Codabar | PDF 417 |
29
- | UPC/EAN Extension 2/5 | ITF | MaxiCode |
30
- | | | RSS-14 |
31
- | | | RSS-Expanded |
23
+ | 1D product | 1D industrial | 2D |
24
+ | :--------------- | :----------------------- | :------ |
25
+ | UPC-A | Code 39 | QR Code |
26
+ | UPC-E | Code 93 | |
27
+ | EAN-5 | Code 128 | |
28
+ | EAN-8 | Codabar | |
29
+ | EAN-13 | ITF (Interleaved 2 of 5) | |
30
+ | GTIN-5 | | |
31
+ | GTIN-8 | | |
32
+ | GTIN-13 | | |
33
+ | ISBN-10/13 | | |
34
+ | ISBN-13+2 | | |
35
+ | ISBN-13+5 | | |
36
+ | Databar/Expanded | | |
32
37
 
33
38
  ## properties
34
39
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-label",
3
3
  "description": "Barcode Label component for things-scene",
4
- "version": "2.0.0-alpha.0",
4
+ "version": "2.0.0-alpha.6",
5
5
  "license": "MIT",
6
6
  "things-scene": true,
7
7
  "main": "dist/index.js",
@@ -62,5 +62,5 @@
62
62
  "prettier --write"
63
63
  ]
64
64
  },
65
- "gitHead": "2268fc7a750dda9a342677a6acf4ef99afe1b90c"
65
+ "gitHead": "4b495a98c769d6c4194904a62a1cd7a5e37593db"
66
66
  }