File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lowcoder-comps" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lowcoder-sdk" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 2.4.3 " ,
4
4
"type" : " module" ,
5
5
"files" : [
6
6
" src" ,
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ export var uiCompMap: Registry = {
179
179
"description" : trans ( "uiComp.radarChartCompDesc" ) ,
180
180
"categories" : [ "dashboards" ] ,
181
181
"icon" : IconCompIcon ,
182
- "keywords" : trans ( "uiComp.radarChartKeywords " ) ,
182
+ "keywords" : trans ( "uiComp.radarChartCompKeywords " ) ,
183
183
"comp" : remoteComp ( { ...builtInRemoteComps , compName : "radarChart" } ) ,
184
184
"layoutInfo" : {
185
185
"w" : 12 ,
Original file line number Diff line number Diff line change @@ -442,6 +442,8 @@ export const en = {
442
442
"countdownDesc" : "Triggers on Countdown ends" ,
443
443
"reset" : "Reset ends" ,
444
444
"resetDesc" : "Triggers on Reset timer" ,
445
+ "refresh" : "Refresh" ,
446
+ "refreshDesc" : "Triggers on Refresh" ,
445
447
} ,
446
448
"themeDetail" : {
447
449
"primary" : "Brand Color" ,
You can’t perform that action at this time.
0 commit comments