@things-factory/operato-mms 7.0.44 → 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/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +31 -31
- package/views/auth-page.html +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
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,
|
|
@@ -70,38 +70,38 @@
|
|
|
70
70
|
"@operato/scene-timer": "^7.0.0",
|
|
71
71
|
"@operato/scene-visualizer": "^7.0.0",
|
|
72
72
|
"@operato/scene-wheel-sorter": "^7.0.0",
|
|
73
|
-
"@things-factory/apptool-ui": "^7.0.
|
|
74
|
-
"@things-factory/attachment-base": "^7.0.
|
|
75
|
-
"@things-factory/auth-ui": "^7.0.
|
|
76
|
-
"@things-factory/biz-base": "^7.0.
|
|
77
|
-
"@things-factory/board-service": "^7.0.
|
|
78
|
-
"@things-factory/board-ui": "^7.0.
|
|
79
|
-
"@things-factory/code-ui": "^7.0.
|
|
80
|
-
"@things-factory/context-ui": "^7.0.
|
|
81
|
-
"@things-factory/dashboard": "^7.0.
|
|
82
|
-
"@things-factory/export-ui": "^7.0.
|
|
83
|
-
"@things-factory/export-ui-csv": "^7.0.
|
|
84
|
-
"@things-factory/export-ui-excel": "^7.0.
|
|
85
|
-
"@things-factory/geography": "^7.0.
|
|
86
|
-
"@things-factory/help": "^7.0.
|
|
87
|
-
"@things-factory/i18n-base": "^7.0.
|
|
88
|
-
"@things-factory/integration-fulfillment": "^7.0.
|
|
89
|
-
"@things-factory/integration-lmd": "^7.0.
|
|
90
|
-
"@things-factory/lite-menu": "^7.0.
|
|
91
|
-
"@things-factory/marketplace-base": "^7.0.
|
|
92
|
-
"@things-factory/more-ui": "^7.0.
|
|
93
|
-
"@things-factory/notification": "^7.0.
|
|
94
|
-
"@things-factory/oauth2-client": "^7.0.
|
|
95
|
-
"@things-factory/pdf": "^7.0.
|
|
96
|
-
"@things-factory/product-base": "^7.0.
|
|
97
|
-
"@things-factory/resource-ui": "^7.0.
|
|
98
|
-
"@things-factory/setting-ui": "^7.0.
|
|
99
|
-
"@things-factory/system": "^7.0.
|
|
100
|
-
"@things-factory/warehouse-base": "^7.0.
|
|
73
|
+
"@things-factory/apptool-ui": "^7.0.48",
|
|
74
|
+
"@things-factory/attachment-base": "^7.0.48",
|
|
75
|
+
"@things-factory/auth-ui": "^7.0.48",
|
|
76
|
+
"@things-factory/biz-base": "^7.0.48",
|
|
77
|
+
"@things-factory/board-service": "^7.0.48",
|
|
78
|
+
"@things-factory/board-ui": "^7.0.48",
|
|
79
|
+
"@things-factory/code-ui": "^7.0.48",
|
|
80
|
+
"@things-factory/context-ui": "^7.0.48",
|
|
81
|
+
"@things-factory/dashboard": "^7.0.48",
|
|
82
|
+
"@things-factory/export-ui": "^7.0.48",
|
|
83
|
+
"@things-factory/export-ui-csv": "^7.0.48",
|
|
84
|
+
"@things-factory/export-ui-excel": "^7.0.48",
|
|
85
|
+
"@things-factory/geography": "^7.0.48",
|
|
86
|
+
"@things-factory/help": "^7.0.48",
|
|
87
|
+
"@things-factory/i18n-base": "^7.0.48",
|
|
88
|
+
"@things-factory/integration-fulfillment": "^7.0.48",
|
|
89
|
+
"@things-factory/integration-lmd": "^7.0.48",
|
|
90
|
+
"@things-factory/lite-menu": "^7.0.48",
|
|
91
|
+
"@things-factory/marketplace-base": "^7.0.48",
|
|
92
|
+
"@things-factory/more-ui": "^7.0.48",
|
|
93
|
+
"@things-factory/notification": "^7.0.48",
|
|
94
|
+
"@things-factory/oauth2-client": "^7.0.48",
|
|
95
|
+
"@things-factory/pdf": "^7.0.48",
|
|
96
|
+
"@things-factory/product-base": "^7.0.48",
|
|
97
|
+
"@things-factory/resource-ui": "^7.0.48",
|
|
98
|
+
"@things-factory/setting-ui": "^7.0.48",
|
|
99
|
+
"@things-factory/system": "^7.0.48",
|
|
100
|
+
"@things-factory/warehouse-base": "^7.0.48"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@things-factory/builder": "^7.0.
|
|
103
|
+
"@things-factory/builder": "^7.0.48",
|
|
104
104
|
"@types/node-fetch": "^2.5.7"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "516772ebee08900790bcc43477419d60adcb4dcd"
|
|
107
107
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<script type="text/javascript" src="//laz-g-cdn.alicdn.com/sj/securesdk/0.0.3/securesdk_lzd_v1.js" id="J_secure_sdk_v2" data-appkey="120961"></script>
|
|
95
95
|
<script src="<%- elementScript %>"></script>
|
|
96
96
|
<script src="/theme.js"></script>
|
|
97
|
-
<script>
|
|
97
|
+
<script nonce="<%= nonce %>">
|
|
98
98
|
var pageEl = document.querySelector('#page')
|
|
99
99
|
page.data = <%- JSON.stringify(data) %>
|
|
100
100
|
</script>
|