@things-factory/operato-wms 7.0.47 → 7.0.48
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 +2 -8
- package/_index.js +5 -0
- package/package.json +37 -37
- package/views/auth-page.html +1 -1
package/_index.html
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
78
78
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3B948P4EP1"></script>
|
|
79
|
-
<script>
|
|
79
|
+
<script nonce="<%= nonce %>">
|
|
80
80
|
window.dataLayer = window.dataLayer || []
|
|
81
81
|
function gtag() {
|
|
82
82
|
dataLayer.push(arguments)
|
|
@@ -86,13 +86,7 @@
|
|
|
86
86
|
gtag('config', 'G-3B948P4EP1')
|
|
87
87
|
</script>
|
|
88
88
|
|
|
89
|
-
<script>
|
|
90
|
-
if ('serviceWorker' in navigator) {
|
|
91
|
-
navigator.serviceWorker.register('/service-worker.js', {
|
|
92
|
-
scope: '/'
|
|
93
|
-
})
|
|
94
|
-
}
|
|
95
|
-
</script>
|
|
89
|
+
<script src="/index.js" defer></script>
|
|
96
90
|
</head>
|
|
97
91
|
<body class="light">
|
|
98
92
|
<things-app></things-app>
|
package/_index.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-wms",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.48",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -73,49 +73,49 @@
|
|
|
73
73
|
"@operato/scene-table": "^7.0.0",
|
|
74
74
|
"@operato/scene-visualizer": "^7.0.0",
|
|
75
75
|
"@operato/scene-wheel-sorter": "^7.0.0",
|
|
76
|
-
"@things-factory/apptool-ui": "^7.0.
|
|
77
|
-
"@things-factory/auth-ui": "^7.0.
|
|
78
|
-
"@things-factory/barcode-ui": "^7.0.
|
|
79
|
-
"@things-factory/biz-ui": "^7.0.
|
|
80
|
-
"@things-factory/board-service": "^7.0.
|
|
81
|
-
"@things-factory/board-ui": "^7.0.
|
|
82
|
-
"@things-factory/code-ui": "^7.0.
|
|
83
|
-
"@things-factory/context-ui": "^7.0.
|
|
76
|
+
"@things-factory/apptool-ui": "^7.0.48",
|
|
77
|
+
"@things-factory/auth-ui": "^7.0.48",
|
|
78
|
+
"@things-factory/barcode-ui": "^7.0.48",
|
|
79
|
+
"@things-factory/biz-ui": "^7.0.48",
|
|
80
|
+
"@things-factory/board-service": "^7.0.48",
|
|
81
|
+
"@things-factory/board-ui": "^7.0.48",
|
|
82
|
+
"@things-factory/code-ui": "^7.0.48",
|
|
83
|
+
"@things-factory/context-ui": "^7.0.48",
|
|
84
84
|
"@things-factory/env": "^7.0.33",
|
|
85
|
-
"@things-factory/export-ui": "^7.0.
|
|
86
|
-
"@things-factory/export-ui-csv": "^7.0.
|
|
87
|
-
"@things-factory/export-ui-excel": "^7.0.
|
|
88
|
-
"@things-factory/fav-base": "^7.0.
|
|
85
|
+
"@things-factory/export-ui": "^7.0.48",
|
|
86
|
+
"@things-factory/export-ui-csv": "^7.0.48",
|
|
87
|
+
"@things-factory/export-ui-excel": "^7.0.48",
|
|
88
|
+
"@things-factory/fav-base": "^7.0.48",
|
|
89
89
|
"@things-factory/form-ui": "^7.0.33",
|
|
90
|
-
"@things-factory/geography": "^7.0.
|
|
91
|
-
"@things-factory/help": "^7.0.
|
|
92
|
-
"@things-factory/i18n-base": "^7.0.
|
|
93
|
-
"@things-factory/id-rule-base": "^7.0.
|
|
94
|
-
"@things-factory/import-ui": "^7.0.
|
|
95
|
-
"@things-factory/import-ui-excel": "^7.0.
|
|
96
|
-
"@things-factory/more-ui": "^7.0.
|
|
97
|
-
"@things-factory/notification": "^7.0.
|
|
98
|
-
"@things-factory/operato-tools": "^7.0.
|
|
99
|
-
"@things-factory/pdf": "^7.0.
|
|
100
|
-
"@things-factory/print-proxy-service": "^7.0.
|
|
101
|
-
"@things-factory/print-service": "^7.0.
|
|
102
|
-
"@things-factory/print-ui": "^7.0.
|
|
103
|
-
"@things-factory/product-base": "^7.0.
|
|
104
|
-
"@things-factory/resource-ui": "^7.0.
|
|
105
|
-
"@things-factory/sales-ui": "^7.0.
|
|
106
|
-
"@things-factory/setting-ui": "^7.0.
|
|
107
|
-
"@things-factory/system": "^7.0.
|
|
108
|
-
"@things-factory/transport-base": "^7.0.
|
|
109
|
-
"@things-factory/tutorial-ui": "^7.0.
|
|
110
|
-
"@things-factory/warehouse-base": "^7.0.
|
|
111
|
-
"@things-factory/worksheet-base": "^7.0.
|
|
90
|
+
"@things-factory/geography": "^7.0.48",
|
|
91
|
+
"@things-factory/help": "^7.0.48",
|
|
92
|
+
"@things-factory/i18n-base": "^7.0.48",
|
|
93
|
+
"@things-factory/id-rule-base": "^7.0.48",
|
|
94
|
+
"@things-factory/import-ui": "^7.0.48",
|
|
95
|
+
"@things-factory/import-ui-excel": "^7.0.48",
|
|
96
|
+
"@things-factory/more-ui": "^7.0.48",
|
|
97
|
+
"@things-factory/notification": "^7.0.48",
|
|
98
|
+
"@things-factory/operato-tools": "^7.0.48",
|
|
99
|
+
"@things-factory/pdf": "^7.0.48",
|
|
100
|
+
"@things-factory/print-proxy-service": "^7.0.48",
|
|
101
|
+
"@things-factory/print-service": "^7.0.48",
|
|
102
|
+
"@things-factory/print-ui": "^7.0.48",
|
|
103
|
+
"@things-factory/product-base": "^7.0.48",
|
|
104
|
+
"@things-factory/resource-ui": "^7.0.48",
|
|
105
|
+
"@things-factory/sales-ui": "^7.0.48",
|
|
106
|
+
"@things-factory/setting-ui": "^7.0.48",
|
|
107
|
+
"@things-factory/system": "^7.0.48",
|
|
108
|
+
"@things-factory/transport-base": "^7.0.48",
|
|
109
|
+
"@things-factory/tutorial-ui": "^7.0.48",
|
|
110
|
+
"@things-factory/warehouse-base": "^7.0.48",
|
|
111
|
+
"@things-factory/worksheet-base": "^7.0.48"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@things-factory/builder": "^7.0.
|
|
114
|
+
"@things-factory/builder": "^7.0.48",
|
|
115
115
|
"cypress": "^9.4.1",
|
|
116
116
|
"cypress-file-upload": "^5.0.8",
|
|
117
117
|
"cypress-localstorage-commands": "^1.6.1",
|
|
118
118
|
"eslint-plugin-cypress": "^2.12.1"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "516772ebee08900790bcc43477419d60adcb4dcd"
|
|
121
121
|
}
|
package/views/auth-page.html
CHANGED