@things-factory/operato-pms 6.0.25 → 6.0.28
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/client/bootstrap.js +1 -1
- package/client/component/block-selector-popup.js +1 -1
- package/client/component/driver-selector-popup.js +1 -1
- package/client/component/mill-selector-popup.js +1 -1
- package/client/component/tracked-plantation-setting.js +1 -1
- package/client/component/truck-selector-popup.js +1 -1
- package/client/pages/dispatchment/daily-dispatch-detail.js +1 -1
- package/client/pages/dispatchment/dispatchment-create-record.js +1 -1
- package/client/pages/dispatchment/dispatchment-list.js +1 -1
- package/client/pages/dispatchment/home.js +1 -1
- package/client/pages/harvesting/daily-harvesting-detail.js +1 -1
- package/client/pages/harvesting/edit-harvesting-record.js +1 -1
- package/client/pages/harvesting/harvesting-create-record.js +1 -1
- package/client/pages/harvesting/harvesting-list.js +1 -1
- package/client/pages/harvesting/home.js +65 -65
- package/client/pages/inventory/home.js +1 -1
- package/client/pages/inventory/inventory-field-bunches.js +1 -1
- package/client/pages/inventory/inventory-history-by-bunches.js +1 -1
- package/client/pages/inventory/inventory-history-by-tonnage.js +1 -1
- package/client/pages/inventory/inventory-ramp-tonnage.js +1 -1
- package/client/pages/loading/daily-loading-detail.js +1 -1
- package/client/pages/loading/edit-loading-record.js +1 -1
- package/client/pages/loading/home.js +65 -65
- package/client/pages/loading/loading-create-record.js +1 -1
- package/client/pages/loading/loading-list.js +1 -1
- package/client/pages/master/block.js +1 -1
- package/client/pages/master/company.js +1 -1
- package/client/pages/master/home.js +1 -1
- package/client/pages/master/pop-up/block-detail-popup.js +1 -1
- package/client/pages/master/ramp.js +1 -1
- package/client/pages/master/staff.js +1 -1
- package/client/pages/master/truck.js +1 -1
- package/client/pages/report/home.js +1 -1
- package/client/pages/report/report-daily-ffb-dispatch-and-production.js +1 -1
- package/client/pages/report/report-daily-production.js +1 -1
- package/client/pages/report/report-daily-staff-harvest.js +1 -1
- package/client/pages/report/report-ffb-tonnage-between-individual-block.js +1 -1
- package/client/pages/report/report-monthly-ffb-sale.js +1 -1
- package/client/pages/report/report-monthly-production.js +1 -1
- package/client/pages/report/report-yearly-production.js +1 -1
- package/client/pages/setting/home.js +1 -1
- package/client/pages/setting/plantation-setting.js +1 -1
- package/client/viewparts/user-circle.js +2 -4
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-pms",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.28",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -61,37 +61,37 @@
|
|
|
61
61
|
"@operato/scene-table": "^1.0.0",
|
|
62
62
|
"@operato/scene-visualizer": "^1.0.0",
|
|
63
63
|
"@operato/scene-wheel-sorter": "^1.0.0",
|
|
64
|
-
"@things-factory/apptool-ui": "^6.0.
|
|
65
|
-
"@things-factory/auth-ui": "^6.0.
|
|
66
|
-
"@things-factory/biz-base": "^6.0.
|
|
67
|
-
"@things-factory/board-service": "^6.0.
|
|
68
|
-
"@things-factory/board-ui": "^6.0.
|
|
69
|
-
"@things-factory/code-ui": "^6.0.
|
|
70
|
-
"@things-factory/context-ui": "^6.0.
|
|
71
|
-
"@things-factory/dashboard": "^6.0.
|
|
72
|
-
"@things-factory/document-template-ui": "^6.0.
|
|
73
|
-
"@things-factory/export-ui": "^6.0.
|
|
74
|
-
"@things-factory/export-ui-csv": "^6.0.
|
|
75
|
-
"@things-factory/export-ui-excel": "^6.0.
|
|
76
|
-
"@things-factory/fav-base": "^6.0.
|
|
64
|
+
"@things-factory/apptool-ui": "^6.0.28",
|
|
65
|
+
"@things-factory/auth-ui": "^6.0.28",
|
|
66
|
+
"@things-factory/biz-base": "^6.0.28",
|
|
67
|
+
"@things-factory/board-service": "^6.0.28",
|
|
68
|
+
"@things-factory/board-ui": "^6.0.28",
|
|
69
|
+
"@things-factory/code-ui": "^6.0.28",
|
|
70
|
+
"@things-factory/context-ui": "^6.0.28",
|
|
71
|
+
"@things-factory/dashboard": "^6.0.28",
|
|
72
|
+
"@things-factory/document-template-ui": "^6.0.28",
|
|
73
|
+
"@things-factory/export-ui": "^6.0.28",
|
|
74
|
+
"@things-factory/export-ui-csv": "^6.0.28",
|
|
75
|
+
"@things-factory/export-ui-excel": "^6.0.28",
|
|
76
|
+
"@things-factory/fav-base": "^6.0.28",
|
|
77
77
|
"@things-factory/form-ui": "^6.0.7",
|
|
78
|
-
"@things-factory/grist-ui": "^6.0.
|
|
79
|
-
"@things-factory/help": "^6.0.
|
|
80
|
-
"@things-factory/i18n-base": "^6.0.
|
|
81
|
-
"@things-factory/import-ui": "^6.0.
|
|
82
|
-
"@things-factory/import-ui-excel": "^6.0.
|
|
83
|
-
"@things-factory/lite-menu": "^6.0.
|
|
84
|
-
"@things-factory/more-ui": "^6.0.
|
|
85
|
-
"@things-factory/notification": "^6.0.
|
|
86
|
-
"@things-factory/print-ui": "^6.0.
|
|
87
|
-
"@things-factory/resource-ui": "^6.0.
|
|
78
|
+
"@things-factory/grist-ui": "^6.0.28",
|
|
79
|
+
"@things-factory/help": "^6.0.28",
|
|
80
|
+
"@things-factory/i18n-base": "^6.0.28",
|
|
81
|
+
"@things-factory/import-ui": "^6.0.28",
|
|
82
|
+
"@things-factory/import-ui-excel": "^6.0.28",
|
|
83
|
+
"@things-factory/lite-menu": "^6.0.28",
|
|
84
|
+
"@things-factory/more-ui": "^6.0.28",
|
|
85
|
+
"@things-factory/notification": "^6.0.28",
|
|
86
|
+
"@things-factory/print-ui": "^6.0.28",
|
|
87
|
+
"@things-factory/resource-ui": "^6.0.28",
|
|
88
88
|
"@things-factory/scene-google-map": "^6.0.7",
|
|
89
|
-
"@things-factory/setting-ui": "^6.0.
|
|
90
|
-
"@things-factory/shell": "^6.0.
|
|
91
|
-
"@things-factory/system-ui": "^6.0.
|
|
89
|
+
"@things-factory/setting-ui": "^6.0.28",
|
|
90
|
+
"@things-factory/shell": "^6.0.28",
|
|
91
|
+
"@things-factory/system-ui": "^6.0.28"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@things-factory/builder": "^6.0.24"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "8b4e03229444e38fc3f3487227a96837eef85099"
|
|
97
97
|
}
|