@things-factory/product-ui 4.3.318 → 4.3.326

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.
@@ -422,20 +422,6 @@ class ProductList extends localize(i18next)(PageView) {
422
422
  sortable: true,
423
423
  width: 140
424
424
  },
425
- {
426
- type: 'integer',
427
- name: 'productShelfLife',
428
- record: { editable: true, options: { min: 0 } },
429
- imex: {
430
- header: i18next.t('field.product_shelf_life'),
431
- key: 'productShelfLife',
432
- width: 30,
433
- type: 'integer'
434
- },
435
- header: i18next.t('field.product_shelf_life'),
436
- sortable: true,
437
- width: 140
438
- },
439
425
  {
440
426
  type: 'boolean',
441
427
  name: 'isRequiredCheckExpiry',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/product-ui",
3
- "version": "4.3.318",
3
+ "version": "4.3.326",
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.318",
32
32
  "@things-factory/shell": "^4.3.281"
33
33
  },
34
- "gitHead": "e9cb9910147c1f9eb4e353a1491392fe29828ae5"
34
+ "gitHead": "9cf676447c169fe7bff053c193ed30962ad177cc"
35
35
  }