@etsoo/smarterp-core 1.1.45 → 1.1.47
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 +3 -0
- package/lib/cjs/i18n/zh-Hans.json +3 -0
- package/lib/cjs/i18n/zh-Hant.json +3 -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 +3 -0
- package/lib/mjs/i18n/zh-Hans.json +3 -0
- package/lib/mjs/i18n/zh-Hant.json +3 -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 +3 -0
- package/src/i18n/zh-Hans.json +3 -0
- package/src/i18n/zh-Hant.json +3 -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",
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
"switchOrg": "Switch organization",
|
|
119
121
|
"subscribed": "Subscribed",
|
|
120
122
|
"systemTemplate": "System template",
|
|
123
|
+
"systemTemplateGuide": "Are you sure to use system template? Using system template will override current custom template",
|
|
121
124
|
"target": "Target",
|
|
122
125
|
"targetId": "Target id",
|
|
123
126
|
"template": "Template",
|
|
@@ -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": "首选名称",
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
"switchOrg": "切换机构",
|
|
119
121
|
"subscribed": "已订阅",
|
|
120
122
|
"systemTemplate": "系统模板",
|
|
123
|
+
"systemTemplateGuide": "确定要使用系统模板吗?使用系统模板将覆盖当前的自定义模板",
|
|
121
124
|
"target": "目标",
|
|
122
125
|
"targetId": "目标编号",
|
|
123
126
|
"template": "模板",
|
|
@@ -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": "首選名稱",
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
"switchOrg": "切換機構",
|
|
119
121
|
"subscribed": "已訂閱",
|
|
120
122
|
"systemTemplate": "系統模板",
|
|
123
|
+
"systemTemplateGuide": "確定要使用系統模板嗎?使用系統模板將覆蓋當前的自定義模板",
|
|
121
124
|
"target": "目標",
|
|
122
125
|
"targetId": "目標編號",
|
|
123
126
|
"template": "模板",
|
|
@@ -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",
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
"switchOrg": "Switch organization",
|
|
119
121
|
"subscribed": "Subscribed",
|
|
120
122
|
"systemTemplate": "System template",
|
|
123
|
+
"systemTemplateGuide": "Are you sure to use system template? Using system template will override current custom template",
|
|
121
124
|
"target": "Target",
|
|
122
125
|
"targetId": "Target id",
|
|
123
126
|
"template": "Template",
|
|
@@ -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": "首选名称",
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
"switchOrg": "切换机构",
|
|
119
121
|
"subscribed": "已订阅",
|
|
120
122
|
"systemTemplate": "系统模板",
|
|
123
|
+
"systemTemplateGuide": "确定要使用系统模板吗?使用系统模板将覆盖当前的自定义模板",
|
|
121
124
|
"target": "目标",
|
|
122
125
|
"targetId": "目标编号",
|
|
123
126
|
"template": "模板",
|
|
@@ -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": "首選名稱",
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
"switchOrg": "切換機構",
|
|
119
121
|
"subscribed": "已訂閱",
|
|
120
122
|
"systemTemplate": "系統模板",
|
|
123
|
+
"systemTemplateGuide": "確定要使用系統模板嗎?使用系統模板將覆蓋當前的自定義模板",
|
|
121
124
|
"target": "目標",
|
|
122
125
|
"targetId": "目標編號",
|
|
123
126
|
"template": "模板",
|
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",
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
"switchOrg": "Switch organization",
|
|
119
121
|
"subscribed": "Subscribed",
|
|
120
122
|
"systemTemplate": "System template",
|
|
123
|
+
"systemTemplateGuide": "Are you sure to use system template? Using system template will override current custom template",
|
|
121
124
|
"target": "Target",
|
|
122
125
|
"targetId": "Target id",
|
|
123
126
|
"template": "Template",
|
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": "首选名称",
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
"switchOrg": "切换机构",
|
|
119
121
|
"subscribed": "已订阅",
|
|
120
122
|
"systemTemplate": "系统模板",
|
|
123
|
+
"systemTemplateGuide": "确定要使用系统模板吗?使用系统模板将覆盖当前的自定义模板",
|
|
121
124
|
"target": "目标",
|
|
122
125
|
"targetId": "目标编号",
|
|
123
126
|
"template": "模板",
|
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": "首選名稱",
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
"switchOrg": "切換機構",
|
|
119
121
|
"subscribed": "已訂閱",
|
|
120
122
|
"systemTemplate": "系統模板",
|
|
123
|
+
"systemTemplateGuide": "確定要使用系統模板嗎?使用系統模板將覆蓋當前的自定義模板",
|
|
121
124
|
"target": "目標",
|
|
122
125
|
"targetId": "目標編號",
|
|
123
126
|
"template": "模板",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|