File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -466,6 +466,13 @@ export const db = {
466
466
optionalVal : "-" ,
467
467
default : "1000" ,
468
468
} ,
469
+ {
470
+ param : "beforeVisibleChange({nextVisible})" ,
471
+ desc : `The filter panel show or hides previous callback methods. If<code>false</code>is returned, show or hide is Intercept` ,
472
+ type : "<code>Function</code>" ,
473
+ optionalVal : "-" ,
474
+ default : "-" ,
475
+ } ,
469
476
] ,
470
477
columns : columnsType1 ,
471
478
} ,
@@ -486,6 +493,13 @@ export const db = {
486
493
optionalVal : "-" ,
487
494
default : "-" ,
488
495
} ,
496
+ {
497
+ param : "beforeVisibleChange({nextVisible})" ,
498
+ desc : `The filter panel show or hides previous callback methods. If<code>false</code>is returned, show or hide is Intercept` ,
499
+ type : "<code>Function</code>" ,
500
+ optionalVal : "-" ,
501
+ default : "-" ,
502
+ } ,
489
503
] ,
490
504
columns : columnsType1 ,
491
505
} ,
Original file line number Diff line number Diff line change @@ -460,6 +460,13 @@ export const db = {
460
460
optionalVal : "-" ,
461
461
default : "1000" ,
462
462
} ,
463
+ {
464
+ param : "beforeVisibleChange({nextVisible})" ,
465
+ desc : `filter 面板显示或者隐藏之前的回调方法,返回<code>false</code>则阻止显示或隐藏` ,
466
+ type : "<code>Function</code>" ,
467
+ optionalVal : "-" ,
468
+ default : "-" ,
469
+ } ,
463
470
] ,
464
471
columns : columnsType1 ,
465
472
} ,
@@ -480,6 +487,13 @@ export const db = {
480
487
optionalVal : "-" ,
481
488
default : "-" ,
482
489
} ,
490
+ {
491
+ param : "beforeVisibleChange({nextVisible})" ,
492
+ desc : `filter 面板显示或者隐藏之前的回调方法,返回<code>false</code>则阻止显示或隐藏` ,
493
+ type : "<code>Function</code>" ,
494
+ optionalVal : "-" ,
495
+ default : "-" ,
496
+ } ,
483
497
] ,
484
498
columns : columnsType1 ,
485
499
} ,
You can’t perform that action at this time.
0 commit comments