@things-factory/operato-mms 6.0.151 → 6.1.1

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 (30) hide show
  1. package/client/pages/catalogue/products.js +5 -5
  2. package/client/pages/catalogue/warehouse-marketplace-auto-link-popup.js +1 -1
  3. package/client/pages/catalogue/warehouse-marketplace-link-popup.js +7 -7
  4. package/client/pages/catalogue/warehouse-products.js +5 -5
  5. package/client/pages/catalogue-variation/product-variations.js +5 -5
  6. package/client/pages/inventory/inventory-by-product.js +5 -5
  7. package/client/pages/order/logistics/batch-init-popup.js +5 -5
  8. package/client/pages/order/logistics/branch-logistics-popup.js +5 -5
  9. package/client/pages/order/logistics/lazada-order-init-batch-popup.js +5 -5
  10. package/client/pages/order/logistics/order-init-popup.js +2 -2
  11. package/client/pages/order/logistics/order-items.js +5 -5
  12. package/client/pages/order/logistics/order-shipping-items.js +5 -5
  13. package/client/pages/order/logistics/order-shipping.js +2 -2
  14. package/client/pages/order/logistics/pickup-logistics-popup.js +8 -8
  15. package/client/pages/order/logistics/request-ro-popup.js +4 -4
  16. package/client/pages/order/logistics/shopee-order-init-batch-popup.js +5 -5
  17. package/client/pages/order/order-by-store.js +5 -5
  18. package/client/pages/order/select-datetime-popup.js +1 -1
  19. package/client/pages/promotions/create-new-promotion.js +5 -5
  20. package/client/pages/promotions/promotions.js +4 -4
  21. package/client/pages/reports/sales-by-platform/lazada-sales-report.js +5 -5
  22. package/client/pages/reports/sales-by-platform/shopee-sales-report.js +5 -5
  23. package/client/pages/stock-replenishment/create-stock-replenishment.js +6 -6
  24. package/client/pages/stock-replenishment/stock-replenishment-detail.js +6 -6
  25. package/client/pages/stock-replenishment/stock-replenishment-list.js +6 -6
  26. package/client/themes/grist-theme-for-compatiblility.css +41 -0
  27. package/client/themes/grist-theme.css +198 -0
  28. package/client/themes/report-theme.css +47 -0
  29. package/dist-server/tsconfig.tsbuildinfo +1 -1
  30. package/package.json +33 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "6.0.151",
3
+ "version": "6.1.1",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -41,6 +41,7 @@
41
41
  "@material/mwc-formfield": "^0.27.0",
42
42
  "@material/mwc-linear-progress": "^0.27.0",
43
43
  "@material/mwc-radio": "^0.27.0",
44
+ "@operato/data-grist": "^1.3.5",
44
45
  "@operato/ghost-print": "^1.0.0",
45
46
  "@operato/scene-chartjs": "^1.0.0",
46
47
  "@operato/scene-clock": "^1.0.0",
@@ -68,40 +69,39 @@
68
69
  "@operato/scene-timer": "^1.0.0",
69
70
  "@operato/scene-visualizer": "^1.0.0",
70
71
  "@operato/scene-wheel-sorter": "^1.0.0",
71
- "@things-factory/apptool-ui": "^6.0.145",
72
- "@things-factory/attachment-base": "^6.0.145",
73
- "@things-factory/auth-ui": "^6.0.145",
74
- "@things-factory/biz-base": "^6.0.145",
75
- "@things-factory/board-service": "^6.0.145",
76
- "@things-factory/board-ui": "^6.0.145",
77
- "@things-factory/code-ui": "^6.0.150",
78
- "@things-factory/context-ui": "^6.0.145",
79
- "@things-factory/dashboard": "^6.0.145",
80
- "@things-factory/export-ui": "^6.0.145",
81
- "@things-factory/export-ui-csv": "^6.0.145",
82
- "@things-factory/export-ui-excel": "^6.0.145",
83
- "@things-factory/geography": "^6.0.145",
84
- "@things-factory/grist-ui": "^6.0.145",
85
- "@things-factory/help": "^6.0.145",
86
- "@things-factory/i18n-base": "^6.0.145",
87
- "@things-factory/integration-fulfillment": "^6.0.150",
88
- "@things-factory/integration-lmd": "^6.0.150",
89
- "@things-factory/lite-menu": "^6.0.145",
90
- "@things-factory/marketplace-base": "^6.0.151",
91
- "@things-factory/more-ui": "^6.0.145",
92
- "@things-factory/notification": "^6.0.145",
93
- "@things-factory/oauth2-client": "^6.0.145",
94
- "@things-factory/pdf": "^6.0.145",
95
- "@things-factory/product-base": "^6.0.151",
96
- "@things-factory/resource-ui": "^6.0.145",
97
- "@things-factory/scene-google-map": "^6.0.145",
98
- "@things-factory/setting-ui": "^6.0.145",
99
- "@things-factory/system-ui": "^6.0.145",
100
- "@things-factory/warehouse-base": "^6.0.151"
72
+ "@things-factory/apptool-ui": "^6.1.1",
73
+ "@things-factory/attachment-base": "^6.1.1",
74
+ "@things-factory/auth-ui": "^6.1.1",
75
+ "@things-factory/biz-base": "^6.1.1",
76
+ "@things-factory/board-service": "^6.1.1",
77
+ "@things-factory/board-ui": "^6.1.1",
78
+ "@things-factory/code-ui": "^6.1.1",
79
+ "@things-factory/context-ui": "^6.1.1",
80
+ "@things-factory/dashboard": "^6.1.1",
81
+ "@things-factory/export-ui": "^6.1.1",
82
+ "@things-factory/export-ui-csv": "^6.1.1",
83
+ "@things-factory/export-ui-excel": "^6.1.1",
84
+ "@things-factory/geography": "^6.1.1",
85
+ "@things-factory/help": "^6.1.1",
86
+ "@things-factory/i18n-base": "^6.1.1",
87
+ "@things-factory/integration-fulfillment": "^6.1.1",
88
+ "@things-factory/integration-lmd": "^6.1.1",
89
+ "@things-factory/lite-menu": "^6.1.1",
90
+ "@things-factory/marketplace-base": "^6.1.1",
91
+ "@things-factory/more-ui": "^6.1.1",
92
+ "@things-factory/notification": "^6.1.1",
93
+ "@things-factory/oauth2-client": "^6.1.1",
94
+ "@things-factory/pdf": "^6.1.0",
95
+ "@things-factory/product-base": "^6.1.1",
96
+ "@things-factory/resource-ui": "^6.1.1",
97
+ "@things-factory/scene-google-map": "^6.1.0",
98
+ "@things-factory/setting-ui": "^6.1.1",
99
+ "@things-factory/system-ui": "^6.1.1",
100
+ "@things-factory/warehouse-base": "^6.1.1"
101
101
  },
102
102
  "devDependencies": {
103
- "@things-factory/builder": "^6.0.145",
103
+ "@things-factory/builder": "^6.1.0",
104
104
  "@types/node-fetch": "^2.5.7"
105
105
  },
106
- "gitHead": "aed6e532c98fff71ea56ade617de2ed68f1602d9"
106
+ "gitHead": "6db355e12ac7580863fe1a0f4b6d6258b2cadead"
107
107
  }