@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.
@@ -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.13",
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.26",
40
+ "@hatiolab/things-scene": "^2.7.27",
41
41
  "@material/mwc-checkbox": "^0.25.3",
42
- "@operato/data-grist": "^0.2.43",
43
- "@operato/ghost-print": "^0.2.43",
44
- "@operato/input": "^0.2.43",
45
- "@operato/ocr": "^0.2.43",
46
- "@operato/popup": "^0.2.43",
47
- "@operato/pull-to-refresh": "^0.2.43",
48
- "@operato/scene-chartjs": "^0.0.17",
49
- "@operato/scene-clock": "^0.0.17",
50
- "@operato/scene-gauge": "^0.0.17",
51
- "@operato/scene-indoor-map": "^0.0.17",
52
- "@operato/scene-progressbar": "^0.0.17",
53
- "@operato/scene-random": "^0.0.17",
54
- "@operato/scene-switch": "^0.0.17",
55
- "@things-factory/api": "^4.0.13",
56
- "@things-factory/apptool-ui": "^4.0.13",
57
- "@things-factory/auth-ui": "^4.0.13",
58
- "@things-factory/board-service": "^4.0.13",
59
- "@things-factory/board-ui": "^4.0.13",
60
- "@things-factory/context-ui": "^4.0.13",
61
- "@things-factory/dashboard": "^4.0.13",
62
- "@things-factory/export-ui": "^4.0.13",
63
- "@things-factory/export-ui-excel": "^4.0.13",
64
- "@things-factory/grist-ui": "^4.0.13",
65
- "@things-factory/help": "^4.0.13",
66
- "@things-factory/i18n-ui": "^4.0.13",
67
- "@things-factory/integration-ui": "^4.0.13",
68
- "@things-factory/lite-menu": "^4.0.13",
69
- "@things-factory/more-ui": "^4.0.13",
70
- "@things-factory/notification": "^4.0.13",
71
- "@things-factory/oauth2-client": "^4.0.13",
72
- "@things-factory/print-ui": "^4.0.13",
73
- "@things-factory/resource-ui": "^4.0.13",
74
- "@things-factory/scene-form": "^4.0.13",
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.13",
77
- "@things-factory/scene-tab": "^4.0.13",
78
- "@things-factory/setting-base": "^4.0.13",
79
- "@things-factory/setting-ui": "^4.0.13",
80
- "@things-factory/shell": "^4.0.13",
81
- "@things-factory/system-ui": "^4.0.13"
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.13"
84
+ "@things-factory/builder": "^4.0.14"
85
85
  },
86
- "gitHead": "a542fdd4e7c447c3b571fe91c92f5919561bdc2c"
86
+ "gitHead": "956c782b5b2a6ff4c4e18f4a1bdcf778814f1b52"
87
87
  }