@etsoo/appscript 1.6.26 → 1.6.27

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.
@@ -19,6 +19,7 @@
19
19
  "city": "City",
20
20
  "clear": "Clear",
21
21
  "clearInput": "Clear input",
22
+ "clickToChoose": "Click to choose",
22
23
  "close": "Close",
23
24
  "confirm": "Confirm",
24
25
  "confirmAction": "Are you sure you want to {0}?",
@@ -19,6 +19,7 @@
19
19
  "city": "城市",
20
20
  "clear": "清除",
21
21
  "clearInput": "清除输入",
22
+ "clickToChoose": "点击选择",
22
23
  "close": "关闭",
23
24
  "confirm": "确认",
24
25
  "confirmAction": "确定要{0}吗?",
@@ -19,6 +19,7 @@
19
19
  "city": "城市",
20
20
  "clear": "清除",
21
21
  "clearInput": "清除輸入",
22
+ "clickToChoose": "點擊選擇",
22
23
  "close": "關閉",
23
24
  "confirm": "確認",
24
25
  "confirmAction": "確定要{0}嗎?",
@@ -19,6 +19,7 @@
19
19
  "city": "City",
20
20
  "clear": "Clear",
21
21
  "clearInput": "Clear input",
22
+ "clickToChoose": "Click to choose",
22
23
  "close": "Close",
23
24
  "confirm": "Confirm",
24
25
  "confirmAction": "Are you sure you want to {0}?",
@@ -19,6 +19,7 @@
19
19
  "city": "城市",
20
20
  "clear": "清除",
21
21
  "clearInput": "清除输入",
22
+ "clickToChoose": "点击选择",
22
23
  "close": "关闭",
23
24
  "confirm": "确认",
24
25
  "confirmAction": "确定要{0}吗?",
@@ -19,6 +19,7 @@
19
19
  "city": "城市",
20
20
  "clear": "清除",
21
21
  "clearInput": "清除輸入",
22
+ "clickToChoose": "點擊選擇",
22
23
  "close": "關閉",
23
24
  "confirm": "確認",
24
25
  "confirmAction": "確定要{0}嗎?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.6.26",
3
+ "version": "1.6.27",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -50,6 +50,6 @@
50
50
  "@vitejs/plugin-react": "^4.4.1",
51
51
  "jsdom": "^26.1.0",
52
52
  "typescript": "^5.8.3",
53
- "vitest": "^3.1.1"
53
+ "vitest": "^3.1.2"
54
54
  }
55
55
  }
package/src/i18n/en.json CHANGED
@@ -19,6 +19,7 @@
19
19
  "city": "City",
20
20
  "clear": "Clear",
21
21
  "clearInput": "Clear input",
22
+ "clickToChoose": "Click to choose",
22
23
  "close": "Close",
23
24
  "confirm": "Confirm",
24
25
  "confirmAction": "Are you sure you want to {0}?",
@@ -19,6 +19,7 @@
19
19
  "city": "城市",
20
20
  "clear": "清除",
21
21
  "clearInput": "清除输入",
22
+ "clickToChoose": "点击选择",
22
23
  "close": "关闭",
23
24
  "confirm": "确认",
24
25
  "confirmAction": "确定要{0}吗?",
@@ -19,6 +19,7 @@
19
19
  "city": "城市",
20
20
  "clear": "清除",
21
21
  "clearInput": "清除輸入",
22
+ "clickToChoose": "點擊選擇",
22
23
  "close": "關閉",
23
24
  "confirm": "確認",
24
25
  "confirmAction": "確定要{0}嗎?",