@etsoo/appscript 1.5.4 → 1.5.6

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.
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "Click for details",
16
16
  "city": "City",
17
17
  "clear": "Clear",
18
+ "clearInput": "Clear input",
18
19
  "close": "Close",
19
20
  "confirm": "Confirm",
20
21
  "confirmAction": "Are you sure you want to {0}?",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "点击查看详情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除输入",
18
19
  "close": "关闭",
19
20
  "confirm": "确认",
20
21
  "confirmAction": "确定要{0}吗?",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "點擊查看詳情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除輸入",
18
19
  "close": "關閉",
19
20
  "confirm": "確認",
20
21
  "confirmAction": "確定要{0}嗎?",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "Click for details",
16
16
  "city": "City",
17
17
  "clear": "Clear",
18
+ "clearInput": "Clear input",
18
19
  "close": "Close",
19
20
  "confirm": "Confirm",
20
21
  "confirmAction": "Are you sure you want to {0}?",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "点击查看详情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除输入",
18
19
  "close": "关闭",
19
20
  "confirm": "确认",
20
21
  "confirmAction": "确定要{0}吗?",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "點擊查看詳情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除輸入",
18
19
  "close": "關閉",
19
20
  "confirm": "確認",
20
21
  "confirmAction": "確定要{0}嗎?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "homepage": "https://github.com/ETSOO/AppScript#readme",
54
54
  "dependencies": {
55
- "@etsoo/notificationbase": "^1.1.46",
55
+ "@etsoo/notificationbase": "^1.1.47",
56
56
  "@etsoo/restclient": "^1.1.8",
57
57
  "@etsoo/shared": "^1.2.44",
58
58
  "crypto-js": "^4.2.0"
package/src/i18n/en.json CHANGED
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "Click for details",
16
16
  "city": "City",
17
17
  "clear": "Clear",
18
+ "clearInput": "Clear input",
18
19
  "close": "Close",
19
20
  "confirm": "Confirm",
20
21
  "confirmAction": "Are you sure you want to {0}?",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "点击查看详情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除输入",
18
19
  "close": "关闭",
19
20
  "confirm": "确认",
20
21
  "confirmAction": "确定要{0}吗?",
@@ -15,6 +15,7 @@
15
15
  "clickForDetails": "點擊查看詳情",
16
16
  "city": "城市",
17
17
  "clear": "清除",
18
+ "clearInput": "清除輸入",
18
19
  "close": "關閉",
19
20
  "confirm": "確認",
20
21
  "confirmAction": "確定要{0}嗎?",