@etsoo/appscript 1.5.88 → 1.5.90

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.
@@ -0,0 +1,17 @@
1
+ import { UpdateModel } from "../../src";
2
+
3
+ test("Tests for UpdateModel", () => {
4
+ interface Entity extends UpdateModel {
5
+ name: string;
6
+ age: number;
7
+ }
8
+
9
+ const data: Entity = {
10
+ id: 1,
11
+ name: "Tom",
12
+ age: 20,
13
+ changedFields: ["name", "age"]
14
+ };
15
+
16
+ expect(data.id).toBe(1);
17
+ });
@@ -116,6 +116,7 @@
116
116
  "Dec."
117
117
  ],
118
118
  "more": "More",
119
+ "more1": "More...",
119
120
  "moreTag": "{0} more",
120
121
  "name": "Name",
121
122
  "nameB": "Name",
@@ -201,7 +202,7 @@
201
202
  "statusDeleted": "Deleted",
202
203
  "statusDoing": "Doing",
203
204
  "statusFlaged": "Flaged",
204
- "statusNormal": "Normla",
205
+ "statusNormal": "Normal",
205
206
  "statusInactivated": "Inactivated",
206
207
  "submit": "Submit",
207
208
  "success": "Success",
@@ -94,7 +94,7 @@
94
94
  "keywords": "关键词",
95
95
  "loading": "正在加载...",
96
96
  "login": "登录",
97
- "logo": "标志",
97
+ "logo": "图标",
98
98
  "me": "我",
99
99
  "menuHome": "首页",
100
100
  "message": "留言",
@@ -116,6 +116,7 @@
116
116
  "12月"
117
117
  ],
118
118
  "more": "更多",
119
+ "more1": "更多...",
119
120
  "moreTag": "({0}+)",
120
121
  "name": "姓名",
121
122
  "nameB": "名称",
@@ -94,7 +94,7 @@
94
94
  "keywords": "關鍵詞",
95
95
  "loading": "正在加載...",
96
96
  "login": "登錄",
97
- "logo": "標誌",
97
+ "logo": "圖標",
98
98
  "me": "我",
99
99
  "menuHome": "首頁",
100
100
  "message": "留言",
@@ -116,6 +116,7 @@
116
116
  "12月"
117
117
  ],
118
118
  "more": "更多",
119
+ "more1": "更多...",
119
120
  "moreTag": "({0}+)",
120
121
  "name": "姓名",
121
122
  "nameB": "名稱",
@@ -116,6 +116,7 @@
116
116
  "Dec."
117
117
  ],
118
118
  "more": "More",
119
+ "more1": "More...",
119
120
  "moreTag": "{0} more",
120
121
  "name": "Name",
121
122
  "nameB": "Name",
@@ -201,7 +202,7 @@
201
202
  "statusDeleted": "Deleted",
202
203
  "statusDoing": "Doing",
203
204
  "statusFlaged": "Flaged",
204
- "statusNormal": "Normla",
205
+ "statusNormal": "Normal",
205
206
  "statusInactivated": "Inactivated",
206
207
  "submit": "Submit",
207
208
  "success": "Success",
@@ -94,7 +94,7 @@
94
94
  "keywords": "关键词",
95
95
  "loading": "正在加载...",
96
96
  "login": "登录",
97
- "logo": "标志",
97
+ "logo": "图标",
98
98
  "me": "我",
99
99
  "menuHome": "首页",
100
100
  "message": "留言",
@@ -116,6 +116,7 @@
116
116
  "12月"
117
117
  ],
118
118
  "more": "更多",
119
+ "more1": "更多...",
119
120
  "moreTag": "({0}+)",
120
121
  "name": "姓名",
121
122
  "nameB": "名称",
@@ -94,7 +94,7 @@
94
94
  "keywords": "關鍵詞",
95
95
  "loading": "正在加載...",
96
96
  "login": "登錄",
97
- "logo": "標誌",
97
+ "logo": "圖標",
98
98
  "me": "我",
99
99
  "menuHome": "首頁",
100
100
  "message": "留言",
@@ -116,6 +116,7 @@
116
116
  "12月"
117
117
  ],
118
118
  "more": "更多",
119
+ "more1": "更多...",
119
120
  "moreTag": "({0}+)",
120
121
  "name": "姓名",
121
122
  "nameB": "名稱",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.5.88",
3
+ "version": "1.5.90",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "homepage": "https://github.com/ETSOO/AppScript#readme",
37
37
  "dependencies": {
38
- "@etsoo/notificationbase": "^1.1.55",
39
- "@etsoo/restclient": "^1.1.18",
40
- "@etsoo/shared": "^1.2.57",
38
+ "@etsoo/notificationbase": "^1.1.56",
39
+ "@etsoo/restclient": "^1.1.19",
40
+ "@etsoo/shared": "^1.2.58",
41
41
  "crypto-js": "^4.2.0"
42
42
  },
43
43
  "devDependencies": {
package/src/i18n/en.json CHANGED
@@ -116,6 +116,7 @@
116
116
  "Dec."
117
117
  ],
118
118
  "more": "More",
119
+ "more1": "More...",
119
120
  "moreTag": "{0} more",
120
121
  "name": "Name",
121
122
  "nameB": "Name",
@@ -201,7 +202,7 @@
201
202
  "statusDeleted": "Deleted",
202
203
  "statusDoing": "Doing",
203
204
  "statusFlaged": "Flaged",
204
- "statusNormal": "Normla",
205
+ "statusNormal": "Normal",
205
206
  "statusInactivated": "Inactivated",
206
207
  "submit": "Submit",
207
208
  "success": "Success",
@@ -94,7 +94,7 @@
94
94
  "keywords": "关键词",
95
95
  "loading": "正在加载...",
96
96
  "login": "登录",
97
- "logo": "标志",
97
+ "logo": "图标",
98
98
  "me": "我",
99
99
  "menuHome": "首页",
100
100
  "message": "留言",
@@ -116,6 +116,7 @@
116
116
  "12月"
117
117
  ],
118
118
  "more": "更多",
119
+ "more1": "更多...",
119
120
  "moreTag": "({0}+)",
120
121
  "name": "姓名",
121
122
  "nameB": "名称",
@@ -94,7 +94,7 @@
94
94
  "keywords": "關鍵詞",
95
95
  "loading": "正在加載...",
96
96
  "login": "登錄",
97
- "logo": "標誌",
97
+ "logo": "圖標",
98
98
  "me": "我",
99
99
  "menuHome": "首頁",
100
100
  "message": "留言",
@@ -116,6 +116,7 @@
116
116
  "12月"
117
117
  ],
118
118
  "more": "更多",
119
+ "more1": "更多...",
119
120
  "moreTag": "({0}+)",
120
121
  "name": "姓名",
121
122
  "nameB": "名稱",