@things-factory/operato-pms 9.1.0 → 9.1.3
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.
|
@@ -8,8 +8,8 @@ export declare class NoGenerator {
|
|
|
8
8
|
static dailyLoadingDetail(): string;
|
|
9
9
|
static dailyDispatchDetail(): string;
|
|
10
10
|
static dailyLoadingRamp(): string;
|
|
11
|
-
static transactionHistoryName():
|
|
12
|
-
static rampTonnageHistoryName():
|
|
13
|
-
static fieldBunchName():
|
|
14
|
-
static rampTonnageName():
|
|
11
|
+
static transactionHistoryName(): any;
|
|
12
|
+
static rampTonnageHistoryName(): any;
|
|
13
|
+
static fieldBunchName(): any;
|
|
14
|
+
static rampTonnageName(): any;
|
|
15
15
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-pms",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.3",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"@things-factory/apptool-ui": "^9.1.0",
|
|
67
67
|
"@things-factory/auth-ui": "^9.1.0",
|
|
68
68
|
"@things-factory/biz-base": "^9.1.0",
|
|
69
|
-
"@things-factory/board-service": "^9.1.
|
|
69
|
+
"@things-factory/board-service": "^9.1.3",
|
|
70
70
|
"@things-factory/board-ui": "^9.1.0",
|
|
71
71
|
"@things-factory/code-ui": "^9.1.0",
|
|
72
72
|
"@things-factory/context-ui": "^9.1.0",
|
|
73
|
-
"@things-factory/dashboard": "^9.1.
|
|
73
|
+
"@things-factory/dashboard": "^9.1.3",
|
|
74
74
|
"@things-factory/document-template-ui": "^9.1.0",
|
|
75
75
|
"@things-factory/evaluation": "^9.1.0",
|
|
76
76
|
"@things-factory/export-ui": "^9.1.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@things-factory/i18n-base": "^9.1.0",
|
|
83
83
|
"@things-factory/import-ui": "^9.1.0",
|
|
84
84
|
"@things-factory/import-ui-excel": "^9.1.0",
|
|
85
|
-
"@things-factory/lite-menu": "^9.1.
|
|
85
|
+
"@things-factory/lite-menu": "^9.1.3",
|
|
86
86
|
"@things-factory/more-ui": "^9.1.0",
|
|
87
87
|
"@things-factory/notification": "^9.1.0",
|
|
88
88
|
"@things-factory/print-ui": "^9.1.0",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@things-factory/builder": "^9.1.0"
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "5a428255348783d7815b862be00a884af76841f4"
|
|
98
98
|
}
|