@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.
- package/client/pages/catalogue/products.js +5 -5
- package/client/pages/catalogue/warehouse-marketplace-auto-link-popup.js +1 -1
- package/client/pages/catalogue/warehouse-marketplace-link-popup.js +7 -7
- package/client/pages/catalogue/warehouse-products.js +5 -5
- package/client/pages/catalogue-variation/product-variations.js +5 -5
- package/client/pages/inventory/inventory-by-product.js +5 -5
- package/client/pages/order/logistics/batch-init-popup.js +5 -5
- package/client/pages/order/logistics/branch-logistics-popup.js +5 -5
- package/client/pages/order/logistics/lazada-order-init-batch-popup.js +5 -5
- package/client/pages/order/logistics/order-init-popup.js +2 -2
- package/client/pages/order/logistics/order-items.js +5 -5
- package/client/pages/order/logistics/order-shipping-items.js +5 -5
- package/client/pages/order/logistics/order-shipping.js +2 -2
- package/client/pages/order/logistics/pickup-logistics-popup.js +8 -8
- package/client/pages/order/logistics/request-ro-popup.js +4 -4
- package/client/pages/order/logistics/shopee-order-init-batch-popup.js +5 -5
- package/client/pages/order/order-by-store.js +5 -5
- package/client/pages/order/select-datetime-popup.js +1 -1
- package/client/pages/promotions/create-new-promotion.js +5 -5
- package/client/pages/promotions/promotions.js +4 -4
- package/client/pages/reports/sales-by-platform/lazada-sales-report.js +5 -5
- package/client/pages/reports/sales-by-platform/shopee-sales-report.js +5 -5
- package/client/pages/stock-replenishment/create-stock-replenishment.js +6 -6
- package/client/pages/stock-replenishment/stock-replenishment-detail.js +6 -6
- package/client/pages/stock-replenishment/stock-replenishment-list.js +6 -6
- package/client/themes/grist-theme-for-compatiblility.css +41 -0
- package/client/themes/grist-theme.css +198 -0
- package/client/themes/report-theme.css +47 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- 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.
|
|
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.
|
|
72
|
-
"@things-factory/attachment-base": "^6.
|
|
73
|
-
"@things-factory/auth-ui": "^6.
|
|
74
|
-
"@things-factory/biz-base": "^6.
|
|
75
|
-
"@things-factory/board-service": "^6.
|
|
76
|
-
"@things-factory/board-ui": "^6.
|
|
77
|
-
"@things-factory/code-ui": "^6.
|
|
78
|
-
"@things-factory/context-ui": "^6.
|
|
79
|
-
"@things-factory/dashboard": "^6.
|
|
80
|
-
"@things-factory/export-ui": "^6.
|
|
81
|
-
"@things-factory/export-ui-csv": "^6.
|
|
82
|
-
"@things-factory/export-ui-excel": "^6.
|
|
83
|
-
"@things-factory/geography": "^6.
|
|
84
|
-
"@things-factory/
|
|
85
|
-
"@things-factory/
|
|
86
|
-
"@things-factory/
|
|
87
|
-
"@things-factory/integration-
|
|
88
|
-
"@things-factory/
|
|
89
|
-
"@things-factory/
|
|
90
|
-
"@things-factory/
|
|
91
|
-
"@things-factory/
|
|
92
|
-
"@things-factory/
|
|
93
|
-
"@things-factory/
|
|
94
|
-
"@things-factory/
|
|
95
|
-
"@things-factory/
|
|
96
|
-
"@things-factory/
|
|
97
|
-
"@things-factory/
|
|
98
|
-
"@things-factory/
|
|
99
|
-
"@things-factory/
|
|
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
|
|
103
|
+
"@things-factory/builder": "^6.1.0",
|
|
104
104
|
"@types/node-fetch": "^2.5.7"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "6db355e12ac7580863fe1a0f4b6d6258b2cadead"
|
|
107
107
|
}
|