@things-factory/operato-mms 7.0.1-alpha.4 → 7.0.1-alpha.40
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 -6
- package/client/bootstrap.js +6 -8
- package/client/pages/catalogue/products.js +5 -11
- package/client/pages/catalogue/warehouse-marketplace-auto-link-popup.js +5 -11
- package/client/themes/app-theme.css +16 -3
- package/client/themes/grist-theme.css +3 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +32 -31
- package/views/auth-page.html +1 -0
- package/views/public/home.html +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.40",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"@material/mwc-radio": "^0.27.0",
|
|
44
44
|
"@operato/data-grist": "^2.0.0-alpha.0",
|
|
45
45
|
"@operato/ghost-print": "^2.0.0-alpha.0",
|
|
46
|
+
"@operato/oops": "^2.0.0-alpha.0",
|
|
46
47
|
"@operato/scene-chartjs": "^2.0.0-alpha.0",
|
|
47
48
|
"@operato/scene-clock": "^2.0.0-alpha.0",
|
|
48
49
|
"@operato/scene-clone": "^2.0.0-alpha.0",
|
|
@@ -70,38 +71,38 @@
|
|
|
70
71
|
"@operato/scene-timer": "^2.0.0-alpha.0",
|
|
71
72
|
"@operato/scene-visualizer": "^2.0.0-alpha.0",
|
|
72
73
|
"@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
|
|
73
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
74
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
75
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
76
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
77
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
78
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
79
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
80
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
81
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
|
82
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
83
|
-
"@things-factory/export-ui-csv": "^7.0.1-alpha.
|
|
84
|
-
"@things-factory/export-ui-excel": "^7.0.1-alpha.
|
|
85
|
-
"@things-factory/geography": "^7.0.1-alpha.
|
|
86
|
-
"@things-factory/help": "^7.0.1-alpha.
|
|
87
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
88
|
-
"@things-factory/integration-fulfillment": "^7.0.1-alpha.
|
|
89
|
-
"@things-factory/integration-lmd": "^7.0.1-alpha.
|
|
90
|
-
"@things-factory/lite-menu": "^7.0.1-alpha.
|
|
91
|
-
"@things-factory/marketplace-base": "^7.0.1-alpha.
|
|
92
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
93
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
|
94
|
-
"@things-factory/oauth2-client": "^7.0.1-alpha.
|
|
95
|
-
"@things-factory/pdf": "^7.0.1-alpha.
|
|
96
|
-
"@things-factory/product-base": "^7.0.1-alpha.
|
|
97
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
98
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
99
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
100
|
-
"@things-factory/warehouse-base": "^7.0.1-alpha.
|
|
74
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.37",
|
|
75
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.36",
|
|
76
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.36",
|
|
77
|
+
"@things-factory/biz-base": "^7.0.1-alpha.36",
|
|
78
|
+
"@things-factory/board-service": "^7.0.1-alpha.40",
|
|
79
|
+
"@things-factory/board-ui": "^7.0.1-alpha.36",
|
|
80
|
+
"@things-factory/code-ui": "^7.0.1-alpha.39",
|
|
81
|
+
"@things-factory/context-ui": "^7.0.1-alpha.36",
|
|
82
|
+
"@things-factory/dashboard": "^7.0.1-alpha.40",
|
|
83
|
+
"@things-factory/export-ui": "^7.0.1-alpha.36",
|
|
84
|
+
"@things-factory/export-ui-csv": "^7.0.1-alpha.36",
|
|
85
|
+
"@things-factory/export-ui-excel": "^7.0.1-alpha.36",
|
|
86
|
+
"@things-factory/geography": "^7.0.1-alpha.36",
|
|
87
|
+
"@things-factory/help": "^7.0.1-alpha.36",
|
|
88
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.36",
|
|
89
|
+
"@things-factory/integration-fulfillment": "^7.0.1-alpha.40",
|
|
90
|
+
"@things-factory/integration-lmd": "^7.0.1-alpha.40",
|
|
91
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.40",
|
|
92
|
+
"@things-factory/marketplace-base": "^7.0.1-alpha.40",
|
|
93
|
+
"@things-factory/more-ui": "^7.0.1-alpha.36",
|
|
94
|
+
"@things-factory/notification": "^7.0.1-alpha.36",
|
|
95
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.36",
|
|
96
|
+
"@things-factory/pdf": "^7.0.1-alpha.29",
|
|
97
|
+
"@things-factory/product-base": "^7.0.1-alpha.36",
|
|
98
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.39",
|
|
99
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.39",
|
|
100
|
+
"@things-factory/system": "^7.0.1-alpha.36",
|
|
101
|
+
"@things-factory/warehouse-base": "^7.0.1-alpha.40"
|
|
101
102
|
},
|
|
102
103
|
"devDependencies": {
|
|
103
|
-
"@things-factory/builder": "^7.0.1-alpha.
|
|
104
|
+
"@things-factory/builder": "^7.0.1-alpha.29",
|
|
104
105
|
"@types/node-fetch": "^2.5.7"
|
|
105
106
|
},
|
|
106
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "60e3e45c749b82e0d08c718dd79bbb13ba0b4bc5"
|
|
107
108
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
54
54
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
55
55
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
56
|
+
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
|
56
57
|
<link rel="stylesheet" href="/theme.css" />
|
|
57
58
|
|
|
58
59
|
<style>
|
package/views/public/home.html
CHANGED
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
53
53
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
54
54
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
55
|
+
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
|
55
56
|
<link rel="stylesheet" href="/theme.css" />
|
|
56
57
|
|
|
57
58
|
<style>
|