@things-factory/reference-app 4.0.13 → 4.0.14
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/client/pages/label-scan-page.js +3 -4
- package/package.json +43 -43
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import '@things-factory/barcode-ui'
|
|
2
|
-
import '@operato/input/dist/src/ox-input-barcode'
|
|
3
|
-
|
|
4
|
-
import { css, html } from 'lit-element'
|
|
5
|
-
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
2
|
+
import '@operato/input/dist/src/ox-input-barcode.js'
|
|
6
3
|
|
|
7
4
|
import { PageView, store } from '@things-factory/shell'
|
|
5
|
+
import { css, html } from 'lit-element'
|
|
8
6
|
|
|
7
|
+
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
9
8
|
import { referencePageStyles } from './reference-page-styles'
|
|
10
9
|
|
|
11
10
|
class LabelScanPage extends connect(store)(PageView) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.14",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -37,51 +37,51 @@
|
|
|
37
37
|
"docker:run": "docker run -it -p 4000:3000 hatiolab/reference-app:latest"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@hatiolab/things-scene": "^2.7.
|
|
40
|
+
"@hatiolab/things-scene": "^2.7.27",
|
|
41
41
|
"@material/mwc-checkbox": "^0.25.3",
|
|
42
|
-
"@operato/data-grist": "^0.2.
|
|
43
|
-
"@operato/ghost-print": "^0.2.
|
|
44
|
-
"@operato/input": "^0.2.
|
|
45
|
-
"@operato/ocr": "^0.2.
|
|
46
|
-
"@operato/popup": "^0.2.
|
|
47
|
-
"@operato/pull-to-refresh": "^0.2.
|
|
48
|
-
"@operato/scene-chartjs": "^0.0.
|
|
49
|
-
"@operato/scene-clock": "^0.0.
|
|
50
|
-
"@operato/scene-gauge": "^0.0.
|
|
51
|
-
"@operato/scene-indoor-map": "^0.0.
|
|
52
|
-
"@operato/scene-progressbar": "^0.0.
|
|
53
|
-
"@operato/scene-random": "^0.0.
|
|
54
|
-
"@operato/scene-switch": "^0.0.
|
|
55
|
-
"@things-factory/api": "^4.0.
|
|
56
|
-
"@things-factory/apptool-ui": "^4.0.
|
|
57
|
-
"@things-factory/auth-ui": "^4.0.
|
|
58
|
-
"@things-factory/board-service": "^4.0.
|
|
59
|
-
"@things-factory/board-ui": "^4.0.
|
|
60
|
-
"@things-factory/context-ui": "^4.0.
|
|
61
|
-
"@things-factory/dashboard": "^4.0.
|
|
62
|
-
"@things-factory/export-ui": "^4.0.
|
|
63
|
-
"@things-factory/export-ui-excel": "^4.0.
|
|
64
|
-
"@things-factory/grist-ui": "^4.0.
|
|
65
|
-
"@things-factory/help": "^4.0.
|
|
66
|
-
"@things-factory/i18n-ui": "^4.0.
|
|
67
|
-
"@things-factory/integration-ui": "^4.0.
|
|
68
|
-
"@things-factory/lite-menu": "^4.0.
|
|
69
|
-
"@things-factory/more-ui": "^4.0.
|
|
70
|
-
"@things-factory/notification": "^4.0.
|
|
71
|
-
"@things-factory/oauth2-client": "^4.0.
|
|
72
|
-
"@things-factory/print-ui": "^4.0.
|
|
73
|
-
"@things-factory/resource-ui": "^4.0.
|
|
74
|
-
"@things-factory/scene-form": "^4.0.
|
|
42
|
+
"@operato/data-grist": "^0.2.46",
|
|
43
|
+
"@operato/ghost-print": "^0.2.46",
|
|
44
|
+
"@operato/input": "^0.2.46",
|
|
45
|
+
"@operato/ocr": "^0.2.46",
|
|
46
|
+
"@operato/popup": "^0.2.46",
|
|
47
|
+
"@operato/pull-to-refresh": "^0.2.46",
|
|
48
|
+
"@operato/scene-chartjs": "^0.0.19",
|
|
49
|
+
"@operato/scene-clock": "^0.0.19",
|
|
50
|
+
"@operato/scene-gauge": "^0.0.19",
|
|
51
|
+
"@operato/scene-indoor-map": "^0.0.19",
|
|
52
|
+
"@operato/scene-progressbar": "^0.0.19",
|
|
53
|
+
"@operato/scene-random": "^0.0.19",
|
|
54
|
+
"@operato/scene-switch": "^0.0.19",
|
|
55
|
+
"@things-factory/api": "^4.0.14",
|
|
56
|
+
"@things-factory/apptool-ui": "^4.0.14",
|
|
57
|
+
"@things-factory/auth-ui": "^4.0.14",
|
|
58
|
+
"@things-factory/board-service": "^4.0.14",
|
|
59
|
+
"@things-factory/board-ui": "^4.0.14",
|
|
60
|
+
"@things-factory/context-ui": "^4.0.14",
|
|
61
|
+
"@things-factory/dashboard": "^4.0.14",
|
|
62
|
+
"@things-factory/export-ui": "^4.0.14",
|
|
63
|
+
"@things-factory/export-ui-excel": "^4.0.14",
|
|
64
|
+
"@things-factory/grist-ui": "^4.0.14",
|
|
65
|
+
"@things-factory/help": "^4.0.14",
|
|
66
|
+
"@things-factory/i18n-ui": "^4.0.14",
|
|
67
|
+
"@things-factory/integration-ui": "^4.0.14",
|
|
68
|
+
"@things-factory/lite-menu": "^4.0.14",
|
|
69
|
+
"@things-factory/more-ui": "^4.0.14",
|
|
70
|
+
"@things-factory/notification": "^4.0.14",
|
|
71
|
+
"@things-factory/oauth2-client": "^4.0.14",
|
|
72
|
+
"@things-factory/print-ui": "^4.0.14",
|
|
73
|
+
"@things-factory/resource-ui": "^4.0.14",
|
|
74
|
+
"@things-factory/scene-form": "^4.0.14",
|
|
75
75
|
"@things-factory/scene-half-roundrect": "^4.0.9",
|
|
76
|
-
"@things-factory/scene-news-ticker": "^4.0.
|
|
77
|
-
"@things-factory/scene-tab": "^4.0.
|
|
78
|
-
"@things-factory/setting-base": "^4.0.
|
|
79
|
-
"@things-factory/setting-ui": "^4.0.
|
|
80
|
-
"@things-factory/shell": "^4.0.
|
|
81
|
-
"@things-factory/system-ui": "^4.0.
|
|
76
|
+
"@things-factory/scene-news-ticker": "^4.0.14",
|
|
77
|
+
"@things-factory/scene-tab": "^4.0.14",
|
|
78
|
+
"@things-factory/setting-base": "^4.0.14",
|
|
79
|
+
"@things-factory/setting-ui": "^4.0.14",
|
|
80
|
+
"@things-factory/shell": "^4.0.14",
|
|
81
|
+
"@things-factory/system-ui": "^4.0.14"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@things-factory/builder": "^4.0.
|
|
84
|
+
"@things-factory/builder": "^4.0.14"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "956c782b5b2a6ff4c4e18f4a1bdcf778814f1b52"
|
|
87
87
|
}
|