@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.
@@ -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/SystemDocumentList";
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/SystemDocumentList"), exports);
28
+ __exportStar(require("./document/SystemDocumentTiplist"), exports);
29
29
  // org
30
30
  __exportStar(require("./org/ButtonApiServices"), exports);
31
31
  __exportStar(require("./org/OrgSwitchPopover"), exports);
@@ -33,4 +33,9 @@ export type SystemDocumentViewData = {
33
33
  * 刷新时间
34
34
  */
35
35
  refreshTime: Date | string;
36
+ /**
37
+ * Cultures
38
+ * 文化
39
+ */
40
+ cultures?: string[];
36
41
  };
@@ -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": "模板",
@@ -9,4 +9,9 @@ export type SystemDocumentListRQ = QueryRQ<number> & {
9
9
  * 类型
10
10
  */
11
11
  kind?: string;
12
+ /**
13
+ * Culture
14
+ * 语言文化
15
+ */
16
+ culture?: string;
12
17
  };
@@ -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/SystemDocumentList";
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/SystemDocumentList";
12
+ export * from "./document/SystemDocumentTiplist";
13
13
  // org
14
14
  export * from "./org/ButtonApiServices";
15
15
  export * from "./org/OrgSwitchPopover";
@@ -33,4 +33,9 @@ export type SystemDocumentViewData = {
33
33
  * 刷新时间
34
34
  */
35
35
  refreshTime: Date | string;
36
+ /**
37
+ * Cultures
38
+ * 文化
39
+ */
40
+ cultures?: string[];
36
41
  };
@@ -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": "模板",
@@ -9,4 +9,9 @@ export type SystemDocumentListRQ = QueryRQ<number> & {
9
9
  * 类型
10
10
  */
11
11
  kind?: string;
12
+ /**
13
+ * Culture
14
+ * 语言文化
15
+ */
16
+ culture?: string;
12
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/smarterp-core",
3
- "version": "1.1.45",
3
+ "version": "1.1.47",
4
4
  "description": "TypeScript APIs for SmartERP Core",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -11,7 +11,7 @@ export * from "./app/StatusList";
11
11
  export * from "./app/UserRoleList";
12
12
 
13
13
  // document
14
- export * from "./document/SystemDocumentList";
14
+ export * from "./document/SystemDocumentTiplist";
15
15
 
16
16
  // org
17
17
  export * from "./org/ButtonApiServices";
@@ -33,4 +33,10 @@ export type SystemDocumentViewData = {
33
33
  * 刷新时间
34
34
  */
35
35
  refreshTime: Date | string;
36
+
37
+ /**
38
+ * Cultures
39
+ * 文化
40
+ */
41
+ cultures?: string[];
36
42
  };
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",
@@ -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": "模板",
@@ -10,4 +10,10 @@ export type SystemDocumentListRQ = QueryRQ<number> & {
10
10
  * 类型
11
11
  */
12
12
  kind?: string;
13
+
14
+ /**
15
+ * Culture
16
+ * 语言文化
17
+ */
18
+ culture?: string;
13
19
  };