twmodule 0.1.14 → 0.1.16
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/README.md +2 -0
- package/lib/twComp.common.js +106 -99
- package/lib/twComp.css +1 -1
- package/lib/twComp.umd.js +106 -99
- package/lib/twComp.umd.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -862,6 +862,8 @@ stepData:{
|
|
862
862
|
//树形结构选择 defaultProps:children与label都是必须替换的,不然默认就得是这2个字段。
|
863
863
|
{label:'金额区间',itemValue:'valueRange1',itemValueSec:'valueRange2',itemType:'valueRange',required:true,isNumber:true},
|
864
864
|
//itemValueSec用于承接第二个input的值
|
865
|
+
{label:'自定义',itemValue:'doSelf',itemType:'doSelf',inputType:'textarea',rows:6,required:true,mention:{text:'123123',width:'300',trigger:'click',
|
866
|
+
iconStyle:{color:'blue',fontSize:'18px'},textStyle:{color:'blue',fontSize:'18px'}}},
|
865
867
|
]
|
866
868
|
|
867
869
|
内置方法:
|