@geotab/zenith 1.25.1 → 1.25.2
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.
|
@@ -181,13 +181,13 @@ exports.translations = {
|
|
|
181
181
|
"This quarter": "本季",
|
|
182
182
|
"This year": "今年",
|
|
183
183
|
"Last year": "去年",
|
|
184
|
-
"ShortMonday": "
|
|
185
|
-
"ShortTuesday": "
|
|
186
|
-
"ShortWednesday": "
|
|
187
|
-
"ShortThursday": "
|
|
188
|
-
"ShortFriday": "
|
|
189
|
-
"ShortSaturday": "
|
|
190
|
-
"ShortSunday": "
|
|
184
|
+
"ShortMonday": "週一",
|
|
185
|
+
"ShortTuesday": "週二",
|
|
186
|
+
"ShortWednesday": "週三",
|
|
187
|
+
"ShortThursday": "週四",
|
|
188
|
+
"ShortFriday": "週五",
|
|
189
|
+
"ShortSaturday": "週六",
|
|
190
|
+
"ShortSunday": "週日",
|
|
191
191
|
"Date range": "日期範圍",
|
|
192
192
|
"Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "搜尋特定群組時,請使用多個運算子。例如,若篩選屬於牽引機群組和多倫多群組的資產,則會顯示屬於多倫多分公司的牽引機清單。",
|
|
193
193
|
"Select columns": "選取欄",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geotab/zenith",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.2",
|
|
4
4
|
"description": "Zenith components library on React",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"**/react-chartjs/dateAdapter.ts"
|
|
11
11
|
],
|
|
12
12
|
"module": "dist/index.js",
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
13
16
|
"scripts": {
|
|
14
17
|
"test": "npm run clean && npm run test-build && jest",
|
|
15
18
|
"start": "npm run storybook --loglevel verbose",
|
|
@@ -47,8 +50,8 @@
|
|
|
47
50
|
"@storybook/manager-api": "^8.5.8",
|
|
48
51
|
"@storybook/react": "^8.5.8",
|
|
49
52
|
"@storybook/react-webpack5": "^8.5.8",
|
|
50
|
-
"@storybook/test": "^8.5.8",
|
|
51
53
|
"@storybook/theming": "^8.5.8",
|
|
54
|
+
"@storybook/test": "^8.5.8",
|
|
52
55
|
"@testing-library/react": "^16.0.1",
|
|
53
56
|
"@types/jest": "^29.5.12",
|
|
54
57
|
"@types/react": "^18.2.73",
|
|
@@ -97,8 +100,5 @@
|
|
|
97
100
|
"last 1 firefox version",
|
|
98
101
|
"last 1 safari version"
|
|
99
102
|
]
|
|
100
|
-
},
|
|
101
|
-
"publishConfig": {
|
|
102
|
-
"access": "public"
|
|
103
103
|
}
|
|
104
104
|
}
|