@things-factory/integration-fulfillment 9.2.5 → 10.0.0-beta.10
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,12 +1,10 @@
|
|
|
1
1
|
import gql from 'graphql-tag'
|
|
2
2
|
import { css, html } from 'lit'
|
|
3
|
-
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
4
|
-
|
|
5
3
|
import { client, PageView, store } from '@things-factory/shell'
|
|
6
4
|
|
|
7
5
|
import LOGO from '../../assets/images/operato-logo.jpeg'
|
|
8
6
|
|
|
9
|
-
class FulfillmentCenterOperato extends
|
|
7
|
+
class FulfillmentCenterOperato extends PageView {
|
|
10
8
|
static get styles() {
|
|
11
9
|
return css`
|
|
12
10
|
:host {
|
|
@@ -154,8 +152,6 @@ class FulfillmentCenterOperato extends connect(store)(PageView) {
|
|
|
154
152
|
`
|
|
155
153
|
}
|
|
156
154
|
|
|
157
|
-
stateChanged(state) {}
|
|
158
|
-
|
|
159
155
|
async pageUpdated(changes, after, before) {
|
|
160
156
|
if (this.active) {
|
|
161
157
|
this.id = this.lifecycle.resourceId
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-fulfillment",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0-beta.10",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
|
-
"browser": "client/index.
|
|
5
|
+
"browser": "client/index.ts",
|
|
6
6
|
"things-factory": true,
|
|
7
7
|
"author": "heartyoh <heartyoh@hatiolab.com>",
|
|
8
8
|
"description": "Module that handles API integration with WMS",
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"test": "DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/**/*spec.ts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@operato/data-grist": "^
|
|
29
|
-
"@things-factory/apptool-ui": "^
|
|
30
|
-
"@things-factory/auth-ui": "^
|
|
31
|
-
"@things-factory/biz-base": "^
|
|
32
|
-
"@things-factory/context-ui": "^
|
|
33
|
-
"@things-factory/i18n-base": "^
|
|
34
|
-
"@things-factory/integration-ui": "^
|
|
35
|
-
"@things-factory/more-ui": "^
|
|
36
|
-
"@things-factory/resource-ui": "^
|
|
37
|
-
"@things-factory/setting-ui": "^
|
|
28
|
+
"@operato/data-grist": "^10.0.0-beta.1",
|
|
29
|
+
"@things-factory/apptool-ui": "^10.0.0-beta.10",
|
|
30
|
+
"@things-factory/auth-ui": "^10.0.0-beta.10",
|
|
31
|
+
"@things-factory/biz-base": "^10.0.0-beta.10",
|
|
32
|
+
"@things-factory/context-ui": "^10.0.0-beta.10",
|
|
33
|
+
"@things-factory/i18n-base": "^10.0.0-beta.10",
|
|
34
|
+
"@things-factory/integration-ui": "^10.0.0-beta.10",
|
|
35
|
+
"@things-factory/more-ui": "^10.0.0-beta.10",
|
|
36
|
+
"@things-factory/resource-ui": "^10.0.0-beta.10",
|
|
37
|
+
"@things-factory/setting-ui": "^10.0.0-beta.10",
|
|
38
38
|
"debug": "^4.1.1",
|
|
39
39
|
"node-fetch": "^2.6.0"
|
|
40
40
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"nock": "^13.0.2",
|
|
49
49
|
"should": "^13.2.3"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "95acadd39e9a0ff3b2f34d9f7082142395903179"
|
|
52
52
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|