@etsoo/appscript 1.2.43 → 1.2.44

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.
@@ -14,6 +14,7 @@ export interface IBridgeHost {
14
14
  /**
15
15
  * Load application
16
16
  * @param name App name
17
+ * @param startUrl Start Url
17
18
  */
18
- loadApp(name: string): void;
19
+ loadApp(name: string, startUrl?: string): void;
19
20
  }
@@ -87,7 +87,7 @@
87
87
  "settings": "系统设置",
88
88
  "showIt": "显示",
89
89
  "signout": "退出",
90
- "smartERP": "司友云ERP",
90
+ "smartERP": "司友®云ERP",
91
91
  "sortTip": "拖拽项目进行排序",
92
92
  "status": "状态",
93
93
  "statusApproved": "已批准",
@@ -87,7 +87,7 @@
87
87
  "settings": "系統設置",
88
88
  "showIt": "顯示",
89
89
  "signout": "退出",
90
- "smartERP": "司友雲ERP",
90
+ "smartERP": "司友®雲ERP",
91
91
  "sortTip": "拖拽項目進行排序",
92
92
  "status": "狀態",
93
93
  "statusApproved": "已批准",
@@ -14,6 +14,7 @@ export interface IBridgeHost {
14
14
  /**
15
15
  * Load application
16
16
  * @param name App name
17
+ * @param startUrl Start Url
17
18
  */
18
- loadApp(name: string): void;
19
+ loadApp(name: string, startUrl?: string): void;
19
20
  }
@@ -87,7 +87,7 @@
87
87
  "settings": "系统设置",
88
88
  "showIt": "显示",
89
89
  "signout": "退出",
90
- "smartERP": "司友云ERP",
90
+ "smartERP": "司友®云ERP",
91
91
  "sortTip": "拖拽项目进行排序",
92
92
  "status": "状态",
93
93
  "statusApproved": "已批准",
@@ -87,7 +87,7 @@
87
87
  "settings": "系統設置",
88
88
  "showIt": "顯示",
89
89
  "signout": "退出",
90
- "smartERP": "司友雲ERP",
90
+ "smartERP": "司友®雲ERP",
91
91
  "sortTip": "拖拽項目進行排序",
92
92
  "status": "狀態",
93
93
  "statusApproved": "已批准",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.2.43",
3
+ "version": "1.2.44",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -16,6 +16,7 @@ export interface IBridgeHost {
16
16
  /**
17
17
  * Load application
18
18
  * @param name App name
19
+ * @param startUrl Start Url
19
20
  */
20
- loadApp(name: string): void;
21
+ loadApp(name: string, startUrl?: string): void;
21
22
  }
@@ -87,7 +87,7 @@
87
87
  "settings": "系统设置",
88
88
  "showIt": "显示",
89
89
  "signout": "退出",
90
- "smartERP": "司友云ERP",
90
+ "smartERP": "司友®云ERP",
91
91
  "sortTip": "拖拽项目进行排序",
92
92
  "status": "状态",
93
93
  "statusApproved": "已批准",
@@ -87,7 +87,7 @@
87
87
  "settings": "系統設置",
88
88
  "showIt": "顯示",
89
89
  "signout": "退出",
90
- "smartERP": "司友雲ERP",
90
+ "smartERP": "司友®雲ERP",
91
91
  "sortTip": "拖拽項目進行排序",
92
92
  "status": "狀態",
93
93
  "statusApproved": "已批准",