@things-factory/product-ui 4.3.607 → 4.3.631

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.
@@ -1358,6 +1358,7 @@ class ProductList extends localize(i18next)(PageView) {
1358
1358
  name
1359
1359
  type
1360
1360
  packingType
1361
+ packingSize
1361
1362
  uom
1362
1363
  uomValue
1363
1364
  productBarcodes {
@@ -1460,9 +1461,10 @@ class ProductList extends localize(i18next)(PageView) {
1460
1461
  return {
1461
1462
  ...product,
1462
1463
  packingType: pd.packingType,
1464
+ packingSize: pd.packingSize,
1463
1465
  uom: pd.uom,
1464
1466
  uomValue: pd.uomValue,
1465
- gtin: gtin
1467
+ gtin: gtin,
1466
1468
  }
1467
1469
  })
1468
1470
  flattenedList.push(...pds)
@@ -1475,6 +1477,7 @@ class ProductList extends localize(i18next)(PageView) {
1475
1477
  platformFee: item.platformFee,
1476
1478
  serviceFee: item.serviceFee,
1477
1479
  transactionFee: item.transactionFee,
1480
+ packingSize: item.packingSize,
1478
1481
  gtin: item.gtin,
1479
1482
  ...this.productGristConfig.columns
1480
1483
  .filter(column => column.type !== 'gutter' && column.record !== undefined && column.imex !== undefined)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/product-ui",
3
- "version": "4.3.607",
3
+ "version": "4.3.631",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -31,5 +31,5 @@
31
31
  "@things-factory/product-base": "^4.3.595",
32
32
  "@things-factory/shell": "^4.3.591"
33
33
  },
34
- "gitHead": "897591abbc6716566a0f675b53fe5bc9d1025e76"
34
+ "gitHead": "c6f91170d443086dcd3bfd691113fcf08a2f1b89"
35
35
  }