@operato/data-grist 10.3.3 → 10.3.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/data-grist",
3
- "version": "10.3.3",
3
+ "version": "10.3.4",
4
4
  "description": "User interface for grid (desktop) and list (mobile)",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -69,7 +69,7 @@
69
69
  "dependencies": {
70
70
  "@material/web": "^2.0.0",
71
71
  "@operato/headroom": "^10.0.0",
72
- "@operato/input": "^10.3.3",
72
+ "@operato/input": "^10.3.4",
73
73
  "@operato/p13n": "^10.3.3",
74
74
  "@operato/popup": "^10.3.3",
75
75
  "@operato/pull-to-refresh": "^10.0.0",
@@ -114,5 +114,5 @@
114
114
  "prettier --write"
115
115
  ]
116
116
  },
117
- "gitHead": "34848ab355ce7d7853071c45cda0eb278c719315"
117
+ "gitHead": "64532106e8f28a3a691b84515814fcb199f84abe"
118
118
  }
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "button.save": "save",
3
3
  "button.delete": "delete",
4
-
5
4
  "label.accumulator_sum": "sum",
6
5
  "label.accumulator_avg": "avg",
7
6
  "label.accumulator_count": "cnt",
@@ -14,5 +13,7 @@
14
13
  "text.input-secret-placeholder": "enter secret information",
15
14
  "text.input-secret-show": "show",
16
15
  "text.input-secret-hide": "hide",
17
- "text.input-secret-toggle": "show/hide"
16
+ "text.input-secret-toggle": "show/hide",
17
+ "text.grid-no-records": "nothing to show",
18
+ "text.grid-total-records": "{total} in total"
18
19
  }
@@ -13,5 +13,7 @@
13
13
  "text.input-secret-placeholder": "機密情報を入力",
14
14
  "text.input-secret-show": "表示",
15
15
  "text.input-secret-hide": "非表示",
16
- "text.input-secret-toggle": "表示/非表示"
16
+ "text.input-secret-toggle": "表示/非表示",
17
+ "text.grid-no-records": "該当するものがありません",
18
+ "text.grid-total-records": "全 {total} 件"
17
19
  }
@@ -14,5 +14,7 @@
14
14
  "text.input-secret-show": "보기",
15
15
  "text.input-secret-hide": "숨기기",
16
16
  "text.input-secret-toggle": "보기/숨기기",
17
- "label.filter": "필터"
17
+ "label.filter": "필터",
18
+ "text.grid-no-records": "해당하는 것이 없습니다",
19
+ "text.grid-total-records": "모두 {total}건"
18
20
  }
@@ -13,5 +13,7 @@
13
13
  "text.input-secret-placeholder": "Masukkan maklumat rahsia",
14
14
  "text.input-secret-show": "Tunjuk",
15
15
  "text.input-secret-hide": "Sembunyi",
16
- "text.input-secret-toggle": "Tunjuk/Sembunyi"
16
+ "text.input-secret-toggle": "Tunjuk/Sembunyi",
17
+ "text.grid-no-records": "tiada apa-apa untuk dipaparkan",
18
+ "text.grid-total-records": "{total} kesemuanya"
17
19
  }
@@ -13,5 +13,7 @@
13
13
  "text.input-secret-placeholder": "输入机密信息",
14
14
  "text.input-secret-show": "显示",
15
15
  "text.input-secret-hide": "隐藏",
16
- "text.input-secret-toggle": "显示/隐藏"
16
+ "text.input-secret-toggle": "显示/隐藏",
17
+ "text.grid-no-records": "没有符合条件的记录",
18
+ "text.grid-total-records": "共 {total} 条"
17
19
  }