@things-factory/operato-wms 6.2.30 → 6.2.31
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/_index.html +1 -0
- package/package.json +35 -35
- package/views/auth-page.html +2 -0
- package/views/public/home.html +1 -0
package/_index.html
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
|
+
<meta name="google" content="notranslate" />
|
|
5
6
|
<title>Operato WMS</title>
|
|
6
7
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
7
8
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-wms",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.31",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -72,43 +72,43 @@
|
|
|
72
72
|
"@operato/scene-table": "^1.0.0",
|
|
73
73
|
"@operato/scene-visualizer": "^1.0.0",
|
|
74
74
|
"@operato/scene-wheel-sorter": "^1.0.0",
|
|
75
|
-
"@things-factory/apptool-ui": "^6.2.
|
|
76
|
-
"@things-factory/auth-ui": "^6.2.
|
|
77
|
-
"@things-factory/barcode-ui": "^6.2.
|
|
78
|
-
"@things-factory/biz-ui": "^6.2.
|
|
79
|
-
"@things-factory/board-service": "^6.2.
|
|
80
|
-
"@things-factory/board-ui": "^6.2.
|
|
81
|
-
"@things-factory/code-ui": "^6.2.
|
|
82
|
-
"@things-factory/context-ui": "^6.2.
|
|
75
|
+
"@things-factory/apptool-ui": "^6.2.31",
|
|
76
|
+
"@things-factory/auth-ui": "^6.2.31",
|
|
77
|
+
"@things-factory/barcode-ui": "^6.2.31",
|
|
78
|
+
"@things-factory/biz-ui": "^6.2.31",
|
|
79
|
+
"@things-factory/board-service": "^6.2.31",
|
|
80
|
+
"@things-factory/board-ui": "^6.2.31",
|
|
81
|
+
"@things-factory/code-ui": "^6.2.31",
|
|
82
|
+
"@things-factory/context-ui": "^6.2.31",
|
|
83
83
|
"@things-factory/env": "^6.2.27",
|
|
84
|
-
"@things-factory/export-ui": "^6.2.
|
|
85
|
-
"@things-factory/export-ui-csv": "^6.2.
|
|
86
|
-
"@things-factory/export-ui-excel": "^6.2.
|
|
87
|
-
"@things-factory/fav-base": "^6.2.
|
|
84
|
+
"@things-factory/export-ui": "^6.2.31",
|
|
85
|
+
"@things-factory/export-ui-csv": "^6.2.31",
|
|
86
|
+
"@things-factory/export-ui-excel": "^6.2.31",
|
|
87
|
+
"@things-factory/fav-base": "^6.2.31",
|
|
88
88
|
"@things-factory/form-ui": "^6.2.27",
|
|
89
|
-
"@things-factory/geography": "^6.2.
|
|
90
|
-
"@things-factory/help": "^6.2.
|
|
91
|
-
"@things-factory/i18n-base": "^6.2.
|
|
92
|
-
"@things-factory/id-rule-base": "^6.2.
|
|
93
|
-
"@things-factory/import-ui": "^6.2.
|
|
94
|
-
"@things-factory/import-ui-excel": "^6.2.
|
|
95
|
-
"@things-factory/more-ui": "^6.2.
|
|
96
|
-
"@things-factory/notification": "^6.2.
|
|
97
|
-
"@things-factory/operato-tools": "^6.2.
|
|
89
|
+
"@things-factory/geography": "^6.2.31",
|
|
90
|
+
"@things-factory/help": "^6.2.31",
|
|
91
|
+
"@things-factory/i18n-base": "^6.2.31",
|
|
92
|
+
"@things-factory/id-rule-base": "^6.2.31",
|
|
93
|
+
"@things-factory/import-ui": "^6.2.31",
|
|
94
|
+
"@things-factory/import-ui-excel": "^6.2.31",
|
|
95
|
+
"@things-factory/more-ui": "^6.2.31",
|
|
96
|
+
"@things-factory/notification": "^6.2.31",
|
|
97
|
+
"@things-factory/operato-tools": "^6.2.31",
|
|
98
98
|
"@things-factory/pdf": "^6.2.27",
|
|
99
|
-
"@things-factory/print-proxy-service": "^6.2.
|
|
100
|
-
"@things-factory/print-service": "^6.2.
|
|
101
|
-
"@things-factory/print-ui": "^6.2.
|
|
102
|
-
"@things-factory/product-base": "^6.2.
|
|
103
|
-
"@things-factory/resource-ui": "^6.2.
|
|
104
|
-
"@things-factory/sales-ui": "^6.2.
|
|
99
|
+
"@things-factory/print-proxy-service": "^6.2.31",
|
|
100
|
+
"@things-factory/print-service": "^6.2.31",
|
|
101
|
+
"@things-factory/print-ui": "^6.2.31",
|
|
102
|
+
"@things-factory/product-base": "^6.2.31",
|
|
103
|
+
"@things-factory/resource-ui": "^6.2.31",
|
|
104
|
+
"@things-factory/sales-ui": "^6.2.31",
|
|
105
105
|
"@things-factory/scene-google-map": "^6.2.27",
|
|
106
|
-
"@things-factory/setting-ui": "^6.2.
|
|
107
|
-
"@things-factory/system-ui": "^6.2.
|
|
108
|
-
"@things-factory/transport-base": "^6.2.
|
|
109
|
-
"@things-factory/tutorial-ui": "^6.2.
|
|
110
|
-
"@things-factory/warehouse-base": "^6.2.
|
|
111
|
-
"@things-factory/worksheet-base": "^6.2.
|
|
106
|
+
"@things-factory/setting-ui": "^6.2.31",
|
|
107
|
+
"@things-factory/system-ui": "^6.2.31",
|
|
108
|
+
"@things-factory/transport-base": "^6.2.31",
|
|
109
|
+
"@things-factory/tutorial-ui": "^6.2.31",
|
|
110
|
+
"@things-factory/warehouse-base": "^6.2.31",
|
|
111
|
+
"@things-factory/worksheet-base": "^6.2.31"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@things-factory/builder": "^6.2.27",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"cypress-localstorage-commands": "^1.6.1",
|
|
118
118
|
"eslint-plugin-cypress": "^2.12.1"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "0e904fde521867b12fb95fc24f98ca5e6bd53e6e"
|
|
121
121
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
5
|
<title>OPERATO WMS</title>
|
|
6
|
+
|
|
6
7
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
7
8
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
8
9
|
<meta name="description" content="Reimagining Logistics" />
|
|
10
|
+
<meta name="google" content="notranslate"/>
|
|
9
11
|
|
|
10
12
|
<base href="/" />
|
|
11
13
|
|
package/views/public/home.html
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
|
+
<meta name="google" content="notranslate" />
|
|
5
6
|
<title>OPERATO WMS</title>
|
|
6
7
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
7
8
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|