@things-factory/operato-pms 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 +1 -0
- package/client/bootstrap.js +5 -7
- package/client/themes/app-theme.css +14 -1
- package/client/themes/grist-theme.css +3 -1
- package/dist-server/entities/block-detail.js +2 -2
- package/dist-server/entities/block-detail.js.map +1 -1
- package/dist-server/entities/daily-block-detail.js +2 -2
- package/dist-server/entities/daily-block-detail.js.map +1 -1
- package/dist-server/entities/daily-dispatch.js +2 -2
- package/dist-server/entities/daily-dispatch.js.map +1 -1
- package/dist-server/entities/daily-harvest-detail.js +2 -2
- package/dist-server/entities/daily-harvest-detail.js.map +1 -1
- package/dist-server/entities/daily-harvest.js +5 -5
- package/dist-server/entities/daily-harvest.js.map +1 -1
- package/dist-server/entities/daily-loading-detail.js +1 -1
- package/dist-server/entities/daily-loading-detail.js.map +1 -1
- package/dist-server/entities/daily-loading-ramp.js +1 -1
- package/dist-server/entities/daily-loading-ramp.js.map +1 -1
- package/dist-server/entities/daily-loading.js +1 -1
- package/dist-server/entities/daily-loading.js.map +1 -1
- package/dist-server/entities/plantation-inventory.js +2 -2
- package/dist-server/entities/plantation-inventory.js.map +1 -1
- package/dist-server/entities/record-transaction.js +2 -2
- package/dist-server/entities/record-transaction.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +29 -29
- 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-pms",
|
|
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,
|
|
@@ -65,35 +65,35 @@
|
|
|
65
65
|
"@operato/scene-table": "^2.0.0-alpha.0",
|
|
66
66
|
"@operato/scene-visualizer": "^2.0.0-alpha.0",
|
|
67
67
|
"@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
|
|
68
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
69
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
70
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
71
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
72
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
73
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
74
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
75
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
|
76
|
-
"@things-factory/document-template-ui": "^7.0.1-alpha.
|
|
77
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
78
|
-
"@things-factory/export-ui-csv": "^7.0.1-alpha.
|
|
79
|
-
"@things-factory/export-ui-excel": "^7.0.1-alpha.
|
|
80
|
-
"@things-factory/fav-base": "^7.0.1-alpha.
|
|
81
|
-
"@things-factory/form-ui": "^7.0.1-alpha.
|
|
82
|
-
"@things-factory/help": "^7.0.1-alpha.
|
|
83
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
84
|
-
"@things-factory/import-ui": "^7.0.1-alpha.
|
|
85
|
-
"@things-factory/import-ui-excel": "^7.0.1-alpha.
|
|
86
|
-
"@things-factory/lite-menu": "^7.0.1-alpha.
|
|
87
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
88
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
|
89
|
-
"@things-factory/print-ui": "^7.0.1-alpha.
|
|
90
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
91
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
92
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
|
93
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
68
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.37",
|
|
69
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.36",
|
|
70
|
+
"@things-factory/biz-base": "^7.0.1-alpha.36",
|
|
71
|
+
"@things-factory/board-service": "^7.0.1-alpha.40",
|
|
72
|
+
"@things-factory/board-ui": "^7.0.1-alpha.36",
|
|
73
|
+
"@things-factory/code-ui": "^7.0.1-alpha.39",
|
|
74
|
+
"@things-factory/context-ui": "^7.0.1-alpha.36",
|
|
75
|
+
"@things-factory/dashboard": "^7.0.1-alpha.40",
|
|
76
|
+
"@things-factory/document-template-ui": "^7.0.1-alpha.39",
|
|
77
|
+
"@things-factory/export-ui": "^7.0.1-alpha.36",
|
|
78
|
+
"@things-factory/export-ui-csv": "^7.0.1-alpha.36",
|
|
79
|
+
"@things-factory/export-ui-excel": "^7.0.1-alpha.36",
|
|
80
|
+
"@things-factory/fav-base": "^7.0.1-alpha.36",
|
|
81
|
+
"@things-factory/form-ui": "^7.0.1-alpha.39",
|
|
82
|
+
"@things-factory/help": "^7.0.1-alpha.36",
|
|
83
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.36",
|
|
84
|
+
"@things-factory/import-ui": "^7.0.1-alpha.36",
|
|
85
|
+
"@things-factory/import-ui-excel": "^7.0.1-alpha.36",
|
|
86
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.40",
|
|
87
|
+
"@things-factory/more-ui": "^7.0.1-alpha.36",
|
|
88
|
+
"@things-factory/notification": "^7.0.1-alpha.36",
|
|
89
|
+
"@things-factory/print-ui": "^7.0.1-alpha.36",
|
|
90
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.39",
|
|
91
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.39",
|
|
92
|
+
"@things-factory/shell": "^7.0.1-alpha.36",
|
|
93
|
+
"@things-factory/system": "^7.0.1-alpha.36"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@things-factory/builder": "^7.0.1-alpha.
|
|
96
|
+
"@things-factory/builder": "^7.0.1-alpha.29"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "60e3e45c749b82e0d08c718dd79bbb13ba0b4bc5"
|
|
99
99
|
}
|
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>
|