@etsoo/smarterp-core 1.0.67 → 1.0.69

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.
@@ -34,6 +34,7 @@
34
34
  "idContact": "Contact",
35
35
  "idCustomer": "Customer",
36
36
  "idDept": "Department",
37
+ "idNone": "None",
37
38
  "idOrg": "Organization",
38
39
  "idSupplier": "Supplier",
39
40
  "idUser": "User",
@@ -34,6 +34,7 @@
34
34
  "idContact": "联系人",
35
35
  "idCustomer": "客户",
36
36
  "idDept": "部门",
37
+ "idNone": "无",
37
38
  "idOrg": "机构",
38
39
  "idSupplier": "供应商",
39
40
  "idUser": "用户",
@@ -37,6 +37,7 @@
37
37
  "idContact": "聯絡人",
38
38
  "idCustomer": "客戶",
39
39
  "idDept": "部門",
40
+ "idNone": "無",
40
41
  "idOrg": "機構",
41
42
  "idSupplier": "供應商",
42
43
  "idUser": "用户",
@@ -34,6 +34,7 @@
34
34
  "idContact": "Contact",
35
35
  "idCustomer": "Customer",
36
36
  "idDept": "Department",
37
+ "idNone": "None",
37
38
  "idOrg": "Organization",
38
39
  "idSupplier": "Supplier",
39
40
  "idUser": "User",
@@ -34,6 +34,7 @@
34
34
  "idContact": "联系人",
35
35
  "idCustomer": "客户",
36
36
  "idDept": "部门",
37
+ "idNone": "无",
37
38
  "idOrg": "机构",
38
39
  "idSupplier": "供应商",
39
40
  "idUser": "用户",
@@ -37,6 +37,7 @@
37
37
  "idContact": "聯絡人",
38
38
  "idCustomer": "客戶",
39
39
  "idDept": "部門",
40
+ "idNone": "無",
40
41
  "idOrg": "機構",
41
42
  "idSupplier": "供應商",
42
43
  "idUser": "用户",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/smarterp-core",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "description": "TypeScript APIs for SmartERP Core",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@etsoo/appscript": "^1.6.36",
57
- "@etsoo/materialui": "^1.5.50",
57
+ "@etsoo/materialui": "^1.5.51",
58
58
  "@etsoo/react": "^1.8.45",
59
59
  "@etsoo/shared": "^1.2.74",
60
60
  "@etsoo/toolpad": "^1.0.39",
package/src/i18n/en.json CHANGED
@@ -34,6 +34,7 @@
34
34
  "idContact": "Contact",
35
35
  "idCustomer": "Customer",
36
36
  "idDept": "Department",
37
+ "idNone": "None",
37
38
  "idOrg": "Organization",
38
39
  "idSupplier": "Supplier",
39
40
  "idUser": "User",
@@ -34,6 +34,7 @@
34
34
  "idContact": "联系人",
35
35
  "idCustomer": "客户",
36
36
  "idDept": "部门",
37
+ "idNone": "无",
37
38
  "idOrg": "机构",
38
39
  "idSupplier": "供应商",
39
40
  "idUser": "用户",
@@ -37,6 +37,7 @@
37
37
  "idContact": "聯絡人",
38
38
  "idCustomer": "客戶",
39
39
  "idDept": "部門",
40
+ "idNone": "無",
40
41
  "idOrg": "機構",
41
42
  "idSupplier": "供應商",
42
43
  "idUser": "用户",