@things-factory/reference-app 5.0.0-zeta.21 → 5.0.0-zeta.24

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.
@@ -2,7 +2,7 @@ import './camera-capturer'
2
2
  import '@material/mwc-button'
3
3
  import '@operato/ocr/ox-ocr-helper.js'
4
4
 
5
- import { gql } from 'graphql-tag'
5
+ import gql from 'graphql-tag'
6
6
  import { css, html, LitElement } from 'lit'
7
7
 
8
8
  import { client } from '@things-factory/shell'
@@ -1,7 +1,7 @@
1
1
  import '@things-factory/form-ui'
2
2
  import '../components/camera-capturer'
3
3
 
4
- import { gql } from 'graphql-tag'
4
+ import gql from 'graphql-tag'
5
5
  import { css, html } from 'lit'
6
6
  import { connect } from 'pwa-helpers/connect-mixin.js'
7
7
 
@@ -1,7 +1,7 @@
1
1
  import '@material/mwc-linear-progress'
2
2
  import '@operato/help/ox-help-icon.js'
3
3
 
4
- import { gql } from 'graphql-tag'
4
+ import gql from 'graphql-tag'
5
5
  import { css, html } from 'lit'
6
6
  import { connect } from 'pwa-helpers/connect-mixin.js'
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '@operato/input/ox-input-file.js'
2
2
 
3
- import { gql } from 'graphql-tag'
3
+ import gql from 'graphql-tag'
4
4
  import { css, html } from 'lit'
5
5
  import { connect } from 'pwa-helpers/connect-mixin.js'
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "5.0.0-zeta.21",
3
+ "version": "5.0.0-zeta.24",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -38,63 +38,63 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@material/mwc-checkbox": "^0.26.1",
41
- "@operato/barcode": "^1.0.0-beta.48",
42
- "@operato/data-grist": "^1.0.0-beta.48",
43
- "@operato/ghost-print": "^1.0.0-beta.48",
44
- "@operato/graphql": "^1.0.0-beta.48",
45
- "@operato/help": "^1.0.0-beta.48",
46
- "@operato/i18n": "^1.0.0-beta.48",
47
- "@operato/input": "^1.0.0-beta.48",
48
- "@operato/layout": "^1.0.0-beta.48",
49
- "@operato/ocr": "^1.0.0-beta.48",
50
- "@operato/popup": "^1.0.0-beta.48",
51
- "@operato/pull-to-refresh": "^1.0.0-beta.48",
52
- "@operato/scene-chartjs": "^1.0.0-alpha.36",
53
- "@operato/scene-clock": "^1.0.0-alpha.36",
54
- "@operato/scene-form": "^1.0.0-alpha.36",
55
- "@operato/scene-gauge": "^1.0.0-alpha.36",
56
- "@operato/scene-half-roundrect": "^1.0.0-alpha.36",
57
- "@operato/scene-indoor-map": "^1.0.0-alpha.36",
58
- "@operato/scene-news-ticker": "^1.0.0-alpha.36",
59
- "@operato/scene-progressbar": "^1.0.0-alpha.36",
60
- "@operato/scene-random": "^1.0.0-alpha.36",
61
- "@operato/scene-switch": "^1.0.0-alpha.36",
62
- "@operato/scene-tab": "^1.0.0-alpha.36",
63
- "@operato/shell": "^1.0.0-beta.48",
64
- "@operato/utils": "^1.0.0-beta.48",
65
- "@things-factory/api": "^5.0.0-zeta.21",
66
- "@things-factory/apptool-ui": "^5.0.0-zeta.21",
67
- "@things-factory/attachment-base": "^5.0.0-zeta.21",
68
- "@things-factory/auth-ui": "^5.0.0-zeta.21",
69
- "@things-factory/board-service": "^5.0.0-zeta.21",
70
- "@things-factory/board-ui": "^5.0.0-zeta.21",
71
- "@things-factory/ccp": "^5.0.0-zeta.21",
72
- "@things-factory/context-ui": "^5.0.0-zeta.21",
73
- "@things-factory/dashboard": "^5.0.0-zeta.21",
74
- "@things-factory/dataset": "^5.0.0-zeta.21",
75
- "@things-factory/export-ui": "^5.0.0-zeta.21",
76
- "@things-factory/export-ui-excel": "^5.0.0-zeta.21",
77
- "@things-factory/grist-ui": "^5.0.0-zeta.21",
78
- "@things-factory/help": "^5.0.0-zeta.21",
79
- "@things-factory/integration-ui": "^5.0.0-zeta.21",
80
- "@things-factory/lite-menu": "^5.0.0-zeta.21",
81
- "@things-factory/more-ui": "^5.0.0-zeta.21",
82
- "@things-factory/notification": "^5.0.0-zeta.21",
83
- "@things-factory/oauth2-client": "^5.0.0-zeta.21",
84
- "@things-factory/print-ui": "^5.0.0-zeta.21",
85
- "@things-factory/product-base": "^5.0.0-zeta.21",
86
- "@things-factory/qc": "^5.0.0-zeta.21",
87
- "@things-factory/resource-ui": "^5.0.0-zeta.21",
88
- "@things-factory/routing-base": "^5.0.0-zeta.21",
89
- "@things-factory/setting-base": "^5.0.0-zeta.21",
90
- "@things-factory/setting-ui": "^5.0.0-zeta.21",
91
- "@things-factory/shell": "^5.0.0-zeta.21",
92
- "@things-factory/system-ui": "^5.0.0-zeta.21",
93
- "@things-factory/work-shift": "^5.0.0-zeta.21",
41
+ "@operato/barcode": "^1.0.0-beta.49",
42
+ "@operato/data-grist": "^1.0.0-beta.49",
43
+ "@operato/ghost-print": "^1.0.0-beta.49",
44
+ "@operato/graphql": "^1.0.0-beta.49",
45
+ "@operato/help": "^1.0.0-beta.49",
46
+ "@operato/i18n": "^1.0.0-beta.49",
47
+ "@operato/input": "^1.0.0-beta.49",
48
+ "@operato/layout": "^1.0.0-beta.49",
49
+ "@operato/ocr": "^1.0.0-beta.49",
50
+ "@operato/popup": "^1.0.0-beta.49",
51
+ "@operato/pull-to-refresh": "^1.0.0-beta.49",
52
+ "@operato/scene-chartjs": "^1.0.0-alpha.37",
53
+ "@operato/scene-clock": "^1.0.0-alpha.37",
54
+ "@operato/scene-form": "^1.0.0-alpha.37",
55
+ "@operato/scene-gauge": "^1.0.0-alpha.37",
56
+ "@operato/scene-half-roundrect": "^1.0.0-alpha.37",
57
+ "@operato/scene-indoor-map": "^1.0.0-alpha.37",
58
+ "@operato/scene-news-ticker": "^1.0.0-alpha.37",
59
+ "@operato/scene-progressbar": "^1.0.0-alpha.37",
60
+ "@operato/scene-random": "^1.0.0-alpha.37",
61
+ "@operato/scene-switch": "^1.0.0-alpha.37",
62
+ "@operato/scene-tab": "^1.0.0-alpha.37",
63
+ "@operato/shell": "^1.0.0-beta.49",
64
+ "@operato/utils": "^1.0.0-beta.49",
65
+ "@things-factory/api": "^5.0.0-zeta.23",
66
+ "@things-factory/apptool-ui": "^5.0.0-zeta.23",
67
+ "@things-factory/attachment-base": "^5.0.0-zeta.23",
68
+ "@things-factory/auth-ui": "^5.0.0-zeta.23",
69
+ "@things-factory/board-service": "^5.0.0-zeta.23",
70
+ "@things-factory/board-ui": "^5.0.0-zeta.23",
71
+ "@things-factory/ccp": "^5.0.0-zeta.23",
72
+ "@things-factory/context-ui": "^5.0.0-zeta.23",
73
+ "@things-factory/dashboard": "^5.0.0-zeta.23",
74
+ "@things-factory/dataset": "^5.0.0-zeta.23",
75
+ "@things-factory/export-ui": "^5.0.0-zeta.23",
76
+ "@things-factory/export-ui-excel": "^5.0.0-zeta.23",
77
+ "@things-factory/grist-ui": "^5.0.0-zeta.23",
78
+ "@things-factory/help": "^5.0.0-zeta.23",
79
+ "@things-factory/integration-ui": "^5.0.0-zeta.23",
80
+ "@things-factory/lite-menu": "^5.0.0-zeta.24",
81
+ "@things-factory/more-ui": "^5.0.0-zeta.23",
82
+ "@things-factory/notification": "^5.0.0-zeta.23",
83
+ "@things-factory/oauth2-client": "^5.0.0-zeta.23",
84
+ "@things-factory/print-ui": "^5.0.0-zeta.23",
85
+ "@things-factory/product-base": "^5.0.0-zeta.23",
86
+ "@things-factory/qc": "^5.0.0-zeta.23",
87
+ "@things-factory/resource-ui": "^5.0.0-zeta.23",
88
+ "@things-factory/routing-base": "^5.0.0-zeta.23",
89
+ "@things-factory/setting-base": "^5.0.0-zeta.23",
90
+ "@things-factory/setting-ui": "^5.0.0-zeta.23",
91
+ "@things-factory/shell": "^5.0.0-zeta.23",
92
+ "@things-factory/system-ui": "^5.0.0-zeta.23",
93
+ "@things-factory/work-shift": "^5.0.0-zeta.23",
94
94
  "random-words": "^1.2.0"
95
95
  },
96
96
  "devDependencies": {
97
- "@things-factory/builder": "^5.0.0-zeta.21"
97
+ "@things-factory/builder": "^5.0.0-zeta.23"
98
98
  },
99
- "gitHead": "a63dd238090dc87e77ea07dac34e818d31a277f2"
99
+ "gitHead": "9b9b3e05dae9a4dda393bc19132ed6f02cc8ef9d"
100
100
  }