@etsoo/smarterp-core 1.1.45 → 1.1.46
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.
- package/lib/cjs/components/index.d.ts +1 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/dto/document/SystemDocumentViewData.d.ts +5 -0
- package/lib/cjs/i18n/en.json +2 -0
- package/lib/cjs/i18n/zh-Hans.json +2 -0
- package/lib/cjs/i18n/zh-Hant.json +2 -0
- package/lib/cjs/rq/document/SystemDocumentListRQ.d.ts +5 -0
- package/lib/mjs/components/index.d.ts +1 -1
- package/lib/mjs/components/index.js +1 -1
- package/lib/mjs/dto/document/SystemDocumentViewData.d.ts +5 -0
- package/lib/mjs/i18n/en.json +2 -0
- package/lib/mjs/i18n/zh-Hans.json +2 -0
- package/lib/mjs/i18n/zh-Hant.json +2 -0
- package/lib/mjs/rq/document/SystemDocumentListRQ.d.ts +5 -0
- package/package.json +1 -1
- package/src/components/index.ts +1 -1
- package/src/dto/document/SystemDocumentViewData.ts +6 -0
- package/src/i18n/en.json +2 -0
- package/src/i18n/zh-Hans.json +2 -0
- package/src/i18n/zh-Hant.json +2 -0
- package/src/rq/document/SystemDocumentListRQ.ts +6 -0
- /package/lib/cjs/components/document/{SystemDocumentList.d.ts → SystemDocumentTiplist.d.ts} +0 -0
- /package/lib/cjs/components/document/{SystemDocumentList.js → SystemDocumentTiplist.js} +0 -0
- /package/lib/mjs/components/document/{SystemDocumentList.d.ts → SystemDocumentTiplist.d.ts} +0 -0
- /package/lib/mjs/components/document/{SystemDocumentList.js → SystemDocumentTiplist.js} +0 -0
- /package/src/components/document/{SystemDocumentList.tsx → SystemDocumentTiplist.tsx} +0 -0
|
@@ -6,7 +6,7 @@ export * from "./app/IdentityTypeList";
|
|
|
6
6
|
export * from "./app/SearchDays";
|
|
7
7
|
export * from "./app/StatusList";
|
|
8
8
|
export * from "./app/UserRoleList";
|
|
9
|
-
export * from "./document/
|
|
9
|
+
export * from "./document/SystemDocumentTiplist";
|
|
10
10
|
export * from "./org/ButtonApiServices";
|
|
11
11
|
export * from "./org/OrgSwitchPopover";
|
|
12
12
|
export * from "./org/OrgTiplist";
|
|
@@ -25,7 +25,7 @@ __exportStar(require("./app/SearchDays"), exports);
|
|
|
25
25
|
__exportStar(require("./app/StatusList"), exports);
|
|
26
26
|
__exportStar(require("./app/UserRoleList"), exports);
|
|
27
27
|
// document
|
|
28
|
-
__exportStar(require("./document/
|
|
28
|
+
__exportStar(require("./document/SystemDocumentTiplist"), exports);
|
|
29
29
|
// org
|
|
30
30
|
__exportStar(require("./org/ButtonApiServices"), exports);
|
|
31
31
|
__exportStar(require("./org/OrgSwitchPopover"), exports);
|
package/lib/cjs/i18n/en.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"buy": "Buy",
|
|
26
26
|
"collapseMenu": "Collapse menu",
|
|
27
27
|
"collapseNavMenuAriaLabel": "Collapse navigation menu",
|
|
28
|
+
"cultures": "Cultures",
|
|
28
29
|
"companyNo": "Company No.",
|
|
29
30
|
"completeExecution": "Complete execution",
|
|
30
31
|
"currentOrg": "Current organization",
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
"orgPin": "Org No.",
|
|
79
80
|
"orgs": "Organizations",
|
|
80
81
|
"owner": "Owner",
|
|
82
|
+
"parameters": "Parameters",
|
|
81
83
|
"parentOrg": "Parent org",
|
|
82
84
|
"pin": "ID",
|
|
83
85
|
"preferredName": "Preferred name",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"buy": "购买",
|
|
26
26
|
"collapseMenu": "折叠菜单",
|
|
27
27
|
"collapseNavMenuAriaLabel": "折叠导航菜单",
|
|
28
|
+
"cultures": "语言/文化",
|
|
28
29
|
"companyNo": "机构编号",
|
|
29
30
|
"completeExecution": "完成执行",
|
|
30
31
|
"currentOrg": "当前机构",
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
"orgPin": "机构编号",
|
|
79
80
|
"orgs": "机构",
|
|
80
81
|
"owner": "所有者",
|
|
82
|
+
"parameters": "参数",
|
|
81
83
|
"parentOrg": "上级机构",
|
|
82
84
|
"pin": "身份证号码",
|
|
83
85
|
"preferredName": "首选名称",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"buy": "購買",
|
|
26
26
|
"collapseMenu": "折疊菜單",
|
|
27
27
|
"collapseNavMenuAriaLabel": "折疊導航菜單",
|
|
28
|
+
"cultures": "語言/文化",
|
|
28
29
|
"companyNo": "機構編號",
|
|
29
30
|
"completeExecution": "完成執行",
|
|
30
31
|
"currentOrg": "當前機構",
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
"orgPin": "機構編號",
|
|
79
80
|
"orgs": "機構",
|
|
80
81
|
"owner": "所有者",
|
|
82
|
+
"parameters": "參數",
|
|
81
83
|
"parentOrg": "上級機構",
|
|
82
84
|
"pin": "身份證號碼",
|
|
83
85
|
"preferredName": "首選名稱",
|
|
@@ -6,7 +6,7 @@ export * from "./app/IdentityTypeList";
|
|
|
6
6
|
export * from "./app/SearchDays";
|
|
7
7
|
export * from "./app/StatusList";
|
|
8
8
|
export * from "./app/UserRoleList";
|
|
9
|
-
export * from "./document/
|
|
9
|
+
export * from "./document/SystemDocumentTiplist";
|
|
10
10
|
export * from "./org/ButtonApiServices";
|
|
11
11
|
export * from "./org/OrgSwitchPopover";
|
|
12
12
|
export * from "./org/OrgTiplist";
|
|
@@ -9,7 +9,7 @@ export * from "./app/SearchDays";
|
|
|
9
9
|
export * from "./app/StatusList";
|
|
10
10
|
export * from "./app/UserRoleList";
|
|
11
11
|
// document
|
|
12
|
-
export * from "./document/
|
|
12
|
+
export * from "./document/SystemDocumentTiplist";
|
|
13
13
|
// org
|
|
14
14
|
export * from "./org/ButtonApiServices";
|
|
15
15
|
export * from "./org/OrgSwitchPopover";
|
package/lib/mjs/i18n/en.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"buy": "Buy",
|
|
26
26
|
"collapseMenu": "Collapse menu",
|
|
27
27
|
"collapseNavMenuAriaLabel": "Collapse navigation menu",
|
|
28
|
+
"cultures": "Cultures",
|
|
28
29
|
"companyNo": "Company No.",
|
|
29
30
|
"completeExecution": "Complete execution",
|
|
30
31
|
"currentOrg": "Current organization",
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
"orgPin": "Org No.",
|
|
79
80
|
"orgs": "Organizations",
|
|
80
81
|
"owner": "Owner",
|
|
82
|
+
"parameters": "Parameters",
|
|
81
83
|
"parentOrg": "Parent org",
|
|
82
84
|
"pin": "ID",
|
|
83
85
|
"preferredName": "Preferred name",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"buy": "购买",
|
|
26
26
|
"collapseMenu": "折叠菜单",
|
|
27
27
|
"collapseNavMenuAriaLabel": "折叠导航菜单",
|
|
28
|
+
"cultures": "语言/文化",
|
|
28
29
|
"companyNo": "机构编号",
|
|
29
30
|
"completeExecution": "完成执行",
|
|
30
31
|
"currentOrg": "当前机构",
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
"orgPin": "机构编号",
|
|
79
80
|
"orgs": "机构",
|
|
80
81
|
"owner": "所有者",
|
|
82
|
+
"parameters": "参数",
|
|
81
83
|
"parentOrg": "上级机构",
|
|
82
84
|
"pin": "身份证号码",
|
|
83
85
|
"preferredName": "首选名称",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"buy": "購買",
|
|
26
26
|
"collapseMenu": "折疊菜單",
|
|
27
27
|
"collapseNavMenuAriaLabel": "折疊導航菜單",
|
|
28
|
+
"cultures": "語言/文化",
|
|
28
29
|
"companyNo": "機構編號",
|
|
29
30
|
"completeExecution": "完成執行",
|
|
30
31
|
"currentOrg": "當前機構",
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
"orgPin": "機構編號",
|
|
79
80
|
"orgs": "機構",
|
|
80
81
|
"owner": "所有者",
|
|
82
|
+
"parameters": "參數",
|
|
81
83
|
"parentOrg": "上級機構",
|
|
82
84
|
"pin": "身份證號碼",
|
|
83
85
|
"preferredName": "首選名稱",
|
package/package.json
CHANGED
package/src/components/index.ts
CHANGED
package/src/i18n/en.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"buy": "Buy",
|
|
26
26
|
"collapseMenu": "Collapse menu",
|
|
27
27
|
"collapseNavMenuAriaLabel": "Collapse navigation menu",
|
|
28
|
+
"cultures": "Cultures",
|
|
28
29
|
"companyNo": "Company No.",
|
|
29
30
|
"completeExecution": "Complete execution",
|
|
30
31
|
"currentOrg": "Current organization",
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
"orgPin": "Org No.",
|
|
79
80
|
"orgs": "Organizations",
|
|
80
81
|
"owner": "Owner",
|
|
82
|
+
"parameters": "Parameters",
|
|
81
83
|
"parentOrg": "Parent org",
|
|
82
84
|
"pin": "ID",
|
|
83
85
|
"preferredName": "Preferred name",
|
package/src/i18n/zh-Hans.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"buy": "购买",
|
|
26
26
|
"collapseMenu": "折叠菜单",
|
|
27
27
|
"collapseNavMenuAriaLabel": "折叠导航菜单",
|
|
28
|
+
"cultures": "语言/文化",
|
|
28
29
|
"companyNo": "机构编号",
|
|
29
30
|
"completeExecution": "完成执行",
|
|
30
31
|
"currentOrg": "当前机构",
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
"orgPin": "机构编号",
|
|
79
80
|
"orgs": "机构",
|
|
80
81
|
"owner": "所有者",
|
|
82
|
+
"parameters": "参数",
|
|
81
83
|
"parentOrg": "上级机构",
|
|
82
84
|
"pin": "身份证号码",
|
|
83
85
|
"preferredName": "首选名称",
|
package/src/i18n/zh-Hant.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"buy": "購買",
|
|
26
26
|
"collapseMenu": "折疊菜單",
|
|
27
27
|
"collapseNavMenuAriaLabel": "折疊導航菜單",
|
|
28
|
+
"cultures": "語言/文化",
|
|
28
29
|
"companyNo": "機構編號",
|
|
29
30
|
"completeExecution": "完成執行",
|
|
30
31
|
"currentOrg": "當前機構",
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
"orgPin": "機構編號",
|
|
79
80
|
"orgs": "機構",
|
|
80
81
|
"owner": "所有者",
|
|
82
|
+
"parameters": "參數",
|
|
81
83
|
"parentOrg": "上級機構",
|
|
82
84
|
"pin": "身份證號碼",
|
|
83
85
|
"preferredName": "首選名稱",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|