@things-factory/barcode-ui 4.0.41 → 4.0.45
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.
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { css, html, LitElement } from 'lit-element'
|
|
2
|
+
|
|
3
|
+
import { openPopup } from '@operato/layout'
|
|
2
4
|
import { BrowserMultiFormatReader } from '@zxing/library'
|
|
3
5
|
|
|
4
6
|
import barcodeIcon from '../../assets/images/barcode.png'
|
|
5
|
-
import { openPopup } from '@things-factory/layout-base'
|
|
6
7
|
|
|
7
8
|
class ScanCameraTemplate extends LitElement {
|
|
8
9
|
get video() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/barcode-ui",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.45",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -24,8 +24,9 @@
|
|
|
24
24
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@
|
|
27
|
+
"@operato/layout": "^0.3.28",
|
|
28
|
+
"@things-factory/shell": "^4.0.45",
|
|
28
29
|
"bwip-js": "^2.0.11"
|
|
29
30
|
},
|
|
30
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "6c37578551d77fed098e5eed4cd2cc9eb9c0dd4b"
|
|
31
32
|
}
|