Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6009284

Browse files
raheeliftikhar5ludomikula
authored andcommitted
fix stringExposingStateControl exposed methods
1 parentcc90511 commit6009284

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎client/packages/lowcoder/src/comps/comps/tabs/tabbedContainerComp.tsx‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ const getStyle = (
7272
headerStyle:ContainerHeaderStyleType,
7373
bodyStyle:ContainerBodyStyleType,
7474
)=>{
75-
console.log("🚀 ~ style:",style)
7675
returncss`
7776
&.ant-tabs {
7877
overflow: hidden;

‎client/packages/lowcoder/src/comps/controls/codeStateControl.tsx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function stateControlMethodExposing<T extends ExposeMethodCompConstructor<Abstra
210210
returnwithMethodExposingBase(VariantComp,[
211211
{
212212
method:{
213-
name:trans("eventHandler.set")+_.upperFirst(param.name),
213+
name:"set"+_.upperFirst(param.name),
214214
description:trans("exportMethod.setDesc",{property:param.name}),
215215
params:[param],
216216
},
@@ -222,7 +222,7 @@ function stateControlMethodExposing<T extends ExposeMethodCompConstructor<Abstra
222222
},
223223
{
224224
method:{
225-
name:trans("eventHandler.clear")+_.upperFirst(param.name),
225+
name:"clear"+_.upperFirst(param.name),
226226
description:trans("exportMethod.clearDesc",{property:param.name}),
227227
params:[],
228228
},
@@ -233,7 +233,7 @@ function stateControlMethodExposing<T extends ExposeMethodCompConstructor<Abstra
233233
},
234234
{
235235
method:{
236-
name:trans("eventHandler.reset")+_.upperFirst(param.name),
236+
name:"reset"+_.upperFirst(param.name),
237237
description:trans("exportMethod.resetDesc",{property:param.name}),
238238
params:[],
239239
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp