@etsoo/smarterp-core 1.0.39 → 1.0.40

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.
@@ -25,6 +25,7 @@
25
25
  "editLogo": "Edit logo",
26
26
  "expandMenu": "Expand menu",
27
27
  "expandNavMenuAriaLabel": "Expand navigation menu",
28
+ "fileName": "File name",
28
29
  "fullName": "Full name",
29
30
  "idCustomer": "Customer",
30
31
  "idSupplier": "Supplier",
@@ -25,6 +25,7 @@
25
25
  "editLogo": "修改图标",
26
26
  "expandMenu": "展开菜单",
27
27
  "expandNavMenuAriaLabel": "展开导航菜单",
28
+ "fileName": "文件名",
28
29
  "fullName": "全称",
29
30
  "idCustomer": "客户",
30
31
  "idSupplier": "供应商",
@@ -25,6 +25,7 @@
25
25
  "editLogo": "修改圖標",
26
26
  "expandMenu": "展開菜單",
27
27
  "expandNavMenuAriaLabel": "展開導航菜單",
28
+ "fileName": "文件名",
28
29
  "fullName": "全稱",
29
30
  "latinFamilyName": "姓氏(拼音)",
30
31
  "latinGivenName": "名(拼音)",
@@ -25,6 +25,7 @@
25
25
  "editLogo": "Edit logo",
26
26
  "expandMenu": "Expand menu",
27
27
  "expandNavMenuAriaLabel": "Expand navigation menu",
28
+ "fileName": "File name",
28
29
  "fullName": "Full name",
29
30
  "idCustomer": "Customer",
30
31
  "idSupplier": "Supplier",
@@ -25,6 +25,7 @@
25
25
  "editLogo": "修改图标",
26
26
  "expandMenu": "展开菜单",
27
27
  "expandNavMenuAriaLabel": "展开导航菜单",
28
+ "fileName": "文件名",
28
29
  "fullName": "全称",
29
30
  "idCustomer": "客户",
30
31
  "idSupplier": "供应商",
@@ -25,6 +25,7 @@
25
25
  "editLogo": "修改圖標",
26
26
  "expandMenu": "展開菜單",
27
27
  "expandNavMenuAriaLabel": "展開導航菜單",
28
+ "fileName": "文件名",
28
29
  "fullName": "全稱",
29
30
  "latinFamilyName": "姓氏(拼音)",
30
31
  "latinGivenName": "名(拼音)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/smarterp-core",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "TypeScript APIs for SmartERP Core",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -58,7 +58,7 @@
58
58
  "@etsoo/react": "^1.8.38",
59
59
  "@etsoo/shared": "^1.2.66",
60
60
  "@etsoo/toolpad": "^1.0.26",
61
- "@mui/material": "^7.0.1",
61
+ "@mui/material": "^7.0.2",
62
62
  "react": "^18.3.1",
63
63
  "react-dom": "^18.3.1"
64
64
  }
package/src/i18n/en.json CHANGED
@@ -25,6 +25,7 @@
25
25
  "editLogo": "Edit logo",
26
26
  "expandMenu": "Expand menu",
27
27
  "expandNavMenuAriaLabel": "Expand navigation menu",
28
+ "fileName": "File name",
28
29
  "fullName": "Full name",
29
30
  "idCustomer": "Customer",
30
31
  "idSupplier": "Supplier",
@@ -25,6 +25,7 @@
25
25
  "editLogo": "修改图标",
26
26
  "expandMenu": "展开菜单",
27
27
  "expandNavMenuAriaLabel": "展开导航菜单",
28
+ "fileName": "文件名",
28
29
  "fullName": "全称",
29
30
  "idCustomer": "客户",
30
31
  "idSupplier": "供应商",
@@ -25,6 +25,7 @@
25
25
  "editLogo": "修改圖標",
26
26
  "expandMenu": "展開菜單",
27
27
  "expandNavMenuAriaLabel": "展開導航菜單",
28
+ "fileName": "文件名",
28
29
  "fullName": "全稱",
29
30
  "latinFamilyName": "姓氏(拼音)",
30
31
  "latinGivenName": "名(拼音)",