@etsoo/appscript 1.5.88 → 1.5.89

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
+ });
@@ -201,7 +201,7 @@
201
201
  "statusDeleted": "Deleted",
202
202
  "statusDoing": "Doing",
203
203
  "statusFlaged": "Flaged",
204
- "statusNormal": "Normla",
204
+ "statusNormal": "Normal",
205
205
  "statusInactivated": "Inactivated",
206
206
  "submit": "Submit",
207
207
  "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": "留言",
@@ -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": "留言",
@@ -201,7 +201,7 @@
201
201
  "statusDeleted": "Deleted",
202
202
  "statusDoing": "Doing",
203
203
  "statusFlaged": "Flaged",
204
- "statusNormal": "Normla",
204
+ "statusNormal": "Normal",
205
205
  "statusInactivated": "Inactivated",
206
206
  "submit": "Submit",
207
207
  "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": "留言",
@@ -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": "留言",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.5.88",
3
+ "version": "1.5.89",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@etsoo/notificationbase": "^1.1.55",
39
39
  "@etsoo/restclient": "^1.1.18",
40
- "@etsoo/shared": "^1.2.57",
40
+ "@etsoo/shared": "^1.2.58",
41
41
  "crypto-js": "^4.2.0"
42
42
  },
43
43
  "devDependencies": {
package/src/i18n/en.json CHANGED
@@ -201,7 +201,7 @@
201
201
  "statusDeleted": "Deleted",
202
202
  "statusDoing": "Doing",
203
203
  "statusFlaged": "Flaged",
204
- "statusNormal": "Normla",
204
+ "statusNormal": "Normal",
205
205
  "statusInactivated": "Inactivated",
206
206
  "submit": "Submit",
207
207
  "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": "留言",
@@ -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": "留言",