@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/CHANGELOG.md +9 -0
- package/dist/src/data-card/data-card.js +2 -1
- package/dist/src/data-card/data-card.js.map +1 -1
- package/dist/src/data-grid/data-grid-footer.js +2 -1
- package/dist/src/data-grid/data-grid-footer.js.map +1 -1
- package/dist/src/data-grid/data-grid.js +2 -1
- package/dist/src/data-grid/data-grid.js.map +1 -1
- package/dist/src/data-list/data-list.js +2 -1
- package/dist/src/data-list/data-list.js.map +1 -1
- package/dist/src/data-report.js +1 -1
- package/dist/src/data-report.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/translations/en.json +3 -2
- package/translations/ja.json +3 -1
- package/translations/ko.json +3 -1
- package/translations/ms.json +3 -1
- package/translations/zh.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/data-grist",
|
|
3
|
-
"version": "10.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.
|
|
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": "
|
|
117
|
+
"gitHead": "64532106e8f28a3a691b84515814fcb199f84abe"
|
|
118
118
|
}
|
package/translations/en.json
CHANGED
|
@@ -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
|
}
|
package/translations/ja.json
CHANGED
|
@@ -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
|
}
|
package/translations/ko.json
CHANGED
package/translations/ms.json
CHANGED
|
@@ -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
|
}
|
package/translations/zh.json
CHANGED
|
@@ -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
|
}
|