@things-factory/operato-wms 7.0.1-alpha.29 → 7.0.1-alpha.30

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.
Files changed (2) hide show
  1. package/client/bootstrap.js +2 -2
  2. package/package.json +14 -14
@@ -99,7 +99,7 @@ export default async function bootstrap() {
99
99
  store.dispatch({
100
100
  type: ADD_MORENDA,
101
101
  morenda: {
102
- icon: html` <mwc-icon>settings</mwc-icon> `,
102
+ icon: html` <md-icon>settings</md-icon> `,
103
103
  name: html` <ox-i18n msgid="label.setting"></ox-i18n> `,
104
104
  action: () => {
105
105
  navigate('setting')
@@ -126,7 +126,7 @@ export default async function bootstrap() {
126
126
  store.dispatch({
127
127
  type: ADD_MORENDA,
128
128
  morenda: {
129
- icon: html`<mwc-icon>help</mwc-icon>`,
129
+ icon: html`<md-icon>help</md-icon>`,
130
130
  name: html`<ox-i18n msgid="text.help"></ox-i18n>`,
131
131
  action: () => {
132
132
  navigate('help')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "7.0.1-alpha.29",
3
+ "version": "7.0.1-alpha.30",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -74,9 +74,9 @@
74
74
  "@operato/scene-visualizer": "^2.0.0-alpha.0",
75
75
  "@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
76
76
  "@things-factory/apptool-ui": "^7.0.1-alpha.29",
77
- "@things-factory/auth-ui": "^7.0.1-alpha.29",
77
+ "@things-factory/auth-ui": "^7.0.1-alpha.30",
78
78
  "@things-factory/barcode-ui": "^7.0.1-alpha.29",
79
- "@things-factory/biz-ui": "^7.0.1-alpha.29",
79
+ "@things-factory/biz-ui": "^7.0.1-alpha.30",
80
80
  "@things-factory/board-service": "^7.0.1-alpha.29",
81
81
  "@things-factory/board-ui": "^7.0.1-alpha.29",
82
82
  "@things-factory/code-ui": "^7.0.1-alpha.29",
@@ -93,22 +93,22 @@
93
93
  "@things-factory/id-rule-base": "^7.0.1-alpha.29",
94
94
  "@things-factory/import-ui": "^7.0.1-alpha.29",
95
95
  "@things-factory/import-ui-excel": "^7.0.1-alpha.29",
96
- "@things-factory/more-ui": "^7.0.1-alpha.29",
97
- "@things-factory/notification": "^7.0.1-alpha.29",
98
- "@things-factory/operato-tools": "^7.0.1-alpha.29",
96
+ "@things-factory/more-ui": "^7.0.1-alpha.30",
97
+ "@things-factory/notification": "^7.0.1-alpha.30",
98
+ "@things-factory/operato-tools": "^7.0.1-alpha.30",
99
99
  "@things-factory/pdf": "^7.0.1-alpha.29",
100
100
  "@things-factory/print-proxy-service": "^7.0.1-alpha.29",
101
101
  "@things-factory/print-service": "^7.0.1-alpha.29",
102
- "@things-factory/print-ui": "^7.0.1-alpha.29",
102
+ "@things-factory/print-ui": "^7.0.1-alpha.30",
103
103
  "@things-factory/product-base": "^7.0.1-alpha.29",
104
- "@things-factory/resource-ui": "^7.0.1-alpha.29",
105
- "@things-factory/sales-ui": "^7.0.1-alpha.29",
104
+ "@things-factory/resource-ui": "^7.0.1-alpha.30",
105
+ "@things-factory/sales-ui": "^7.0.1-alpha.30",
106
106
  "@things-factory/setting-ui": "^7.0.1-alpha.29",
107
- "@things-factory/system": "^7.0.1-alpha.29",
107
+ "@things-factory/system": "^7.0.1-alpha.30",
108
108
  "@things-factory/transport-base": "^7.0.1-alpha.29",
109
- "@things-factory/tutorial-ui": "^7.0.1-alpha.29",
110
- "@things-factory/warehouse-base": "^7.0.1-alpha.29",
111
- "@things-factory/worksheet-base": "^7.0.1-alpha.29"
109
+ "@things-factory/tutorial-ui": "^7.0.1-alpha.30",
110
+ "@things-factory/warehouse-base": "^7.0.1-alpha.30",
111
+ "@things-factory/worksheet-base": "^7.0.1-alpha.30"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@things-factory/builder": "^7.0.1-alpha.29",
@@ -117,5 +117,5 @@
117
117
  "cypress-localstorage-commands": "^1.6.1",
118
118
  "eslint-plugin-cypress": "^2.12.1"
119
119
  },
120
- "gitHead": "c6f1ac90f6de7a6ecf02a7c3e4615e116400fecc"
120
+ "gitHead": "5828e983eeebe3b3f38c1fbec0a1230240a340cd"
121
121
  }