@things-factory/operato-mms 4.3.31 → 4.3.34

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.
@@ -410,7 +410,7 @@ class BatchInitPopup extends localize(i18next)(LitElement) {
410
410
  const marketplaceOrderShippings = response.data.marketplaceOrderShippingsForBatchInit.items || []
411
411
 
412
412
  return {
413
- total: marketplaceOrderShippings.length || 0,
413
+ total: response.data.marketplaceOrderShippingsForBatchInit.total || 0,
414
414
  records:
415
415
  marketplaceOrderShippings.map(itm => {
416
416
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "4.3.31",
3
+ "version": "4.3.34",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -60,50 +60,50 @@
60
60
  "@operato/scene-table": "^0.1.6",
61
61
  "@operato/scene-timer": "^0.1.6",
62
62
  "@operato/scene-wheel-sorter": "^0.1.6",
63
- "@things-factory/apptool-ui": "^4.3.27",
64
- "@things-factory/attachment-base": "^4.3.27",
65
- "@things-factory/auth-ui": "^4.3.27",
66
- "@things-factory/biz-base": "^4.3.27",
67
- "@things-factory/board-service": "^4.3.27",
68
- "@things-factory/board-ui": "^4.3.27",
69
- "@things-factory/code-ui": "^4.3.27",
70
- "@things-factory/context-ui": "^4.3.27",
71
- "@things-factory/dashboard": "^4.3.27",
72
- "@things-factory/export-ui": "^4.3.27",
73
- "@things-factory/export-ui-csv": "^4.3.27",
74
- "@things-factory/export-ui-excel": "^4.3.27",
75
- "@things-factory/geography": "^4.3.27",
76
- "@things-factory/grist-ui": "^4.3.27",
77
- "@things-factory/help": "^4.3.27",
78
- "@things-factory/i18n-base": "^4.3.27",
79
- "@things-factory/integration-fulfillment": "^4.3.31",
80
- "@things-factory/integration-lmd": "^4.3.27",
81
- "@things-factory/lite-menu": "^4.3.27",
82
- "@things-factory/marketplace-base": "^4.3.31",
83
- "@things-factory/more-ui": "^4.3.27",
84
- "@things-factory/notification": "^4.3.27",
85
- "@things-factory/oauth2-client": "^4.3.27",
86
- "@things-factory/pdf": "^4.3.27",
87
- "@things-factory/product-base": "^4.3.27",
88
- "@things-factory/resource-ui": "^4.3.27",
89
- "@things-factory/scene-data-transform": "^4.3.27",
90
- "@things-factory/scene-excel": "^4.3.27",
91
- "@things-factory/scene-firebase": "^4.3.27",
92
- "@things-factory/scene-form": "^4.3.27",
93
- "@things-factory/scene-google-map": "^4.3.27",
94
- "@things-factory/scene-graphql": "^4.3.27",
95
- "@things-factory/scene-label": "^4.3.27",
96
- "@things-factory/scene-marker": "^4.3.27",
97
- "@things-factory/scene-mqtt": "^4.3.27",
98
- "@things-factory/scene-restful": "^4.3.27",
99
- "@things-factory/scene-visualizer": "^4.3.27",
100
- "@things-factory/setting-ui": "^4.3.27",
101
- "@things-factory/system-ui": "^4.3.27",
102
- "@things-factory/warehouse-base": "^4.3.31"
63
+ "@things-factory/apptool-ui": "^4.3.32",
64
+ "@things-factory/attachment-base": "^4.3.32",
65
+ "@things-factory/auth-ui": "^4.3.32",
66
+ "@things-factory/biz-base": "^4.3.32",
67
+ "@things-factory/board-service": "^4.3.32",
68
+ "@things-factory/board-ui": "^4.3.32",
69
+ "@things-factory/code-ui": "^4.3.32",
70
+ "@things-factory/context-ui": "^4.3.32",
71
+ "@things-factory/dashboard": "^4.3.32",
72
+ "@things-factory/export-ui": "^4.3.32",
73
+ "@things-factory/export-ui-csv": "^4.3.32",
74
+ "@things-factory/export-ui-excel": "^4.3.32",
75
+ "@things-factory/geography": "^4.3.32",
76
+ "@things-factory/grist-ui": "^4.3.32",
77
+ "@things-factory/help": "^4.3.32",
78
+ "@things-factory/i18n-base": "^4.3.32",
79
+ "@things-factory/integration-fulfillment": "^4.3.33",
80
+ "@things-factory/integration-lmd": "^4.3.32",
81
+ "@things-factory/lite-menu": "^4.3.32",
82
+ "@things-factory/marketplace-base": "^4.3.34",
83
+ "@things-factory/more-ui": "^4.3.32",
84
+ "@things-factory/notification": "^4.3.32",
85
+ "@things-factory/oauth2-client": "^4.3.32",
86
+ "@things-factory/pdf": "^4.3.32",
87
+ "@things-factory/product-base": "^4.3.32",
88
+ "@things-factory/resource-ui": "^4.3.32",
89
+ "@things-factory/scene-data-transform": "^4.3.32",
90
+ "@things-factory/scene-excel": "^4.3.32",
91
+ "@things-factory/scene-firebase": "^4.3.32",
92
+ "@things-factory/scene-form": "^4.3.32",
93
+ "@things-factory/scene-google-map": "^4.3.32",
94
+ "@things-factory/scene-graphql": "^4.3.32",
95
+ "@things-factory/scene-label": "^4.3.32",
96
+ "@things-factory/scene-marker": "^4.3.32",
97
+ "@things-factory/scene-mqtt": "^4.3.32",
98
+ "@things-factory/scene-restful": "^4.3.32",
99
+ "@things-factory/scene-visualizer": "^4.3.32",
100
+ "@things-factory/setting-ui": "^4.3.32",
101
+ "@things-factory/system-ui": "^4.3.32",
102
+ "@things-factory/warehouse-base": "^4.3.34"
103
103
  },
104
104
  "devDependencies": {
105
- "@things-factory/builder": "^4.3.27",
105
+ "@things-factory/builder": "^4.3.32",
106
106
  "@types/node-fetch": "^2.5.7"
107
107
  },
108
- "gitHead": "fe90b785970aafd08592c0692df9879fb48b6b84"
108
+ "gitHead": "feaae0d28d92c8eccb6b1ae8dbedd43c460e2d32"
109
109
  }
@@ -24,6 +24,7 @@
24
24
  "button.initialise": "initialise",
25
25
  "button.link_product": "link product",
26
26
  "button.next": "next",
27
+ "button.ok": "ok",
27
28
  "button.order_init_batch": "order init batch",
28
29
  "button.prev": "prev",
29
30
  "button.print_label": "print label",
@@ -363,5 +363,6 @@
363
363
  "title.sync_marketplace_order": "[ko] sync marketplace order",
364
364
  "title.uploaded_images": "[ko] uploaded images",
365
365
  "title.vas": "[ko] vas",
366
- "title.warehouse_products": "[ko] warehouse products"
366
+ "title.warehouse_products": "[ko] warehouse products",
367
+ "button.ok": "[ko] ok"
367
368
  }
@@ -363,5 +363,6 @@
363
363
  "title.sync_marketplace_order": "[ms] sync marketplace order",
364
364
  "title.uploaded_images": "[ms] uploaded images",
365
365
  "title.vas": "[ms] vas",
366
- "title.warehouse_products": "[ms] warehouse products"
366
+ "title.warehouse_products": "[ms] warehouse products",
367
+ "button.ok": "[ms] ok"
367
368
  }
@@ -363,5 +363,6 @@
363
363
  "title.sync_marketplace_order": "[zh] sync marketplace order",
364
364
  "title.uploaded_images": "[zh] uploaded images",
365
365
  "title.vas": "[zh] vas",
366
- "title.warehouse_products": "[zh] warehouse products"
366
+ "title.warehouse_products": "[zh] warehouse products",
367
+ "button.ok": "[zh] ok"
367
368
  }