@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.
Files changed (45) hide show
  1. package/client/bootstrap.js +1 -1
  2. package/client/component/block-selector-popup.js +1 -1
  3. package/client/component/driver-selector-popup.js +1 -1
  4. package/client/component/mill-selector-popup.js +1 -1
  5. package/client/component/tracked-plantation-setting.js +1 -1
  6. package/client/component/truck-selector-popup.js +1 -1
  7. package/client/pages/dispatchment/daily-dispatch-detail.js +1 -1
  8. package/client/pages/dispatchment/dispatchment-create-record.js +1 -1
  9. package/client/pages/dispatchment/dispatchment-list.js +1 -1
  10. package/client/pages/dispatchment/home.js +1 -1
  11. package/client/pages/harvesting/daily-harvesting-detail.js +1 -1
  12. package/client/pages/harvesting/edit-harvesting-record.js +1 -1
  13. package/client/pages/harvesting/harvesting-create-record.js +1 -1
  14. package/client/pages/harvesting/harvesting-list.js +1 -1
  15. package/client/pages/harvesting/home.js +65 -65
  16. package/client/pages/inventory/home.js +1 -1
  17. package/client/pages/inventory/inventory-field-bunches.js +1 -1
  18. package/client/pages/inventory/inventory-history-by-bunches.js +1 -1
  19. package/client/pages/inventory/inventory-history-by-tonnage.js +1 -1
  20. package/client/pages/inventory/inventory-ramp-tonnage.js +1 -1
  21. package/client/pages/loading/daily-loading-detail.js +1 -1
  22. package/client/pages/loading/edit-loading-record.js +1 -1
  23. package/client/pages/loading/home.js +65 -65
  24. package/client/pages/loading/loading-create-record.js +1 -1
  25. package/client/pages/loading/loading-list.js +1 -1
  26. package/client/pages/master/block.js +1 -1
  27. package/client/pages/master/company.js +1 -1
  28. package/client/pages/master/home.js +1 -1
  29. package/client/pages/master/pop-up/block-detail-popup.js +1 -1
  30. package/client/pages/master/ramp.js +1 -1
  31. package/client/pages/master/staff.js +1 -1
  32. package/client/pages/master/truck.js +1 -1
  33. package/client/pages/report/home.js +1 -1
  34. package/client/pages/report/report-daily-ffb-dispatch-and-production.js +1 -1
  35. package/client/pages/report/report-daily-production.js +1 -1
  36. package/client/pages/report/report-daily-staff-harvest.js +1 -1
  37. package/client/pages/report/report-ffb-tonnage-between-individual-block.js +1 -1
  38. package/client/pages/report/report-monthly-ffb-sale.js +1 -1
  39. package/client/pages/report/report-monthly-production.js +1 -1
  40. package/client/pages/report/report-yearly-production.js +1 -1
  41. package/client/pages/setting/home.js +1 -1
  42. package/client/pages/setting/plantation-setting.js +1 -1
  43. package/client/viewparts/user-circle.js +2 -4
  44. package/dist-server/tsconfig.tsbuildinfo +1 -1
  45. 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.25",
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.25",
65
- "@things-factory/auth-ui": "^6.0.25",
66
- "@things-factory/biz-base": "^6.0.25",
67
- "@things-factory/board-service": "^6.0.25",
68
- "@things-factory/board-ui": "^6.0.25",
69
- "@things-factory/code-ui": "^6.0.25",
70
- "@things-factory/context-ui": "^6.0.25",
71
- "@things-factory/dashboard": "^6.0.25",
72
- "@things-factory/document-template-ui": "^6.0.25",
73
- "@things-factory/export-ui": "^6.0.25",
74
- "@things-factory/export-ui-csv": "^6.0.25",
75
- "@things-factory/export-ui-excel": "^6.0.25",
76
- "@things-factory/fav-base": "^6.0.25",
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.25",
79
- "@things-factory/help": "^6.0.25",
80
- "@things-factory/i18n-base": "^6.0.25",
81
- "@things-factory/import-ui": "^6.0.25",
82
- "@things-factory/import-ui-excel": "^6.0.25",
83
- "@things-factory/lite-menu": "^6.0.25",
84
- "@things-factory/more-ui": "^6.0.25",
85
- "@things-factory/notification": "^6.0.25",
86
- "@things-factory/print-ui": "^6.0.25",
87
- "@things-factory/resource-ui": "^6.0.25",
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.25",
90
- "@things-factory/shell": "^6.0.25",
91
- "@things-factory/system-ui": "^6.0.25"
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": "8a987a42de944dc915b8cfddb047eb7bc0d4ba41"
96
+ "gitHead": "8b4e03229444e38fc3f3487227a96837eef85099"
97
97
  }