@etsoo/smarterp-core 1.1.39 → 1.1.41

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.
@@ -42,6 +42,7 @@
42
42
  "fullName": "Full name",
43
43
  "gridItemProps": "Grid item props",
44
44
  "helperText": "Helper text",
45
+ "history": "History",
45
46
  "idCustomer": "Customer",
46
47
  "idDept": "Department",
47
48
  "idNone": "Contact",
@@ -42,6 +42,7 @@
42
42
  "fullName": "全称",
43
43
  "gridItemProps": "网格项属性",
44
44
  "helperText": "帮助文本",
45
+ "history": "历史记录",
45
46
  "idCustomer": "客户",
46
47
  "idDept": "部门",
47
48
  "idNone": "联系人",
@@ -47,6 +47,7 @@
47
47
  "lightMode": "淺色模式",
48
48
  "mainSlotProps": "主控屬性",
49
49
  "helperText": "幫助文本",
50
+ "history": "歷史記錄",
50
51
  "idCustomer": "客戶",
51
52
  "idDept": "部門",
52
53
  "idNone": "聯絡人",
@@ -42,6 +42,7 @@
42
42
  "fullName": "Full name",
43
43
  "gridItemProps": "Grid item props",
44
44
  "helperText": "Helper text",
45
+ "history": "History",
45
46
  "idCustomer": "Customer",
46
47
  "idDept": "Department",
47
48
  "idNone": "Contact",
@@ -42,6 +42,7 @@
42
42
  "fullName": "全称",
43
43
  "gridItemProps": "网格项属性",
44
44
  "helperText": "帮助文本",
45
+ "history": "历史记录",
45
46
  "idCustomer": "客户",
46
47
  "idDept": "部门",
47
48
  "idNone": "联系人",
@@ -47,6 +47,7 @@
47
47
  "lightMode": "淺色模式",
48
48
  "mainSlotProps": "主控屬性",
49
49
  "helperText": "幫助文本",
50
+ "history": "歷史記錄",
50
51
  "idCustomer": "客戶",
51
52
  "idDept": "部門",
52
53
  "idNone": "聯絡人",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/smarterp-core",
3
- "version": "1.1.39",
3
+ "version": "1.1.41",
4
4
  "description": "TypeScript APIs for SmartERP Core",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -60,7 +60,7 @@
60
60
  "@etsoo/materialui": "^1.6.57",
61
61
  "@etsoo/react": "^1.8.89",
62
62
  "@etsoo/shared": "^1.2.84",
63
- "@etsoo/toolpad": "^1.0.48",
63
+ "@etsoo/toolpad": "^1.0.49",
64
64
  "@mui/material": "^9.0.1",
65
65
  "ajv": "^8.20.0",
66
66
  "ajv-formats": "^3.0.1",
package/src/i18n/en.json CHANGED
@@ -42,6 +42,7 @@
42
42
  "fullName": "Full name",
43
43
  "gridItemProps": "Grid item props",
44
44
  "helperText": "Helper text",
45
+ "history": "History",
45
46
  "idCustomer": "Customer",
46
47
  "idDept": "Department",
47
48
  "idNone": "Contact",
@@ -42,6 +42,7 @@
42
42
  "fullName": "全称",
43
43
  "gridItemProps": "网格项属性",
44
44
  "helperText": "帮助文本",
45
+ "history": "历史记录",
45
46
  "idCustomer": "客户",
46
47
  "idDept": "部门",
47
48
  "idNone": "联系人",
@@ -47,6 +47,7 @@
47
47
  "lightMode": "淺色模式",
48
48
  "mainSlotProps": "主控屬性",
49
49
  "helperText": "幫助文本",
50
+ "history": "歷史記錄",
50
51
  "idCustomer": "客戶",
51
52
  "idDept": "部門",
52
53
  "idNone": "聯絡人",