@things-factory/import-ui 4.3.790 → 4.3.823

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.
@@ -183,7 +183,9 @@ async firstUpdated() {
183
183
  uomValue
184
184
  packQty
185
185
  palletQty
186
+ palletId
186
187
  manufactureDate
188
+ expDate
187
189
  batchId
188
190
  batchIdRef
189
191
  unitPrice
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/import-ui",
3
- "version": "4.3.790",
3
+ "version": "4.3.823",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -23,11 +23,11 @@
23
23
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
24
24
  },
25
25
  "dependencies": {
26
- "@things-factory/context-base": "^4.3.767",
27
- "@things-factory/grist-ui": "^4.3.770",
28
- "@things-factory/i18n-base": "^4.3.767",
29
- "@things-factory/import-base": "^4.3.767",
30
- "@things-factory/layout-base": "^4.3.767"
26
+ "@things-factory/context-base": "^4.3.815",
27
+ "@things-factory/grist-ui": "^4.3.815",
28
+ "@things-factory/i18n-base": "^4.3.815",
29
+ "@things-factory/import-base": "^4.3.815",
30
+ "@things-factory/layout-base": "^4.3.815"
31
31
  },
32
- "gitHead": "aac8be0c440911f309204b31d37d0b9fabd0c451"
32
+ "gitHead": "701b5d8d38c9df8d482dc6dac012950c151b83b2"
33
33
  }