twmodule 0.0.93 → 0.0.96
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 +1 -0
- package/lib/twComp.common.js +78 -74
- package/lib/twComp.css +1 -1
- package/lib/twComp.umd.js +78 -74
- package/lib/twComp.umd.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -709,6 +709,7 @@ stepData:{
|
|
709
709
|
width: 180,
|
710
710
|
isEdit:{type:'radio',cellChange:true,cellFocus:true,cellBlur:true,minDate:'2023-04-01',maxDate:'2023-05-01',dataList:[{value: '111',name: '黄金糕'}, {value: '222',name: '双皮奶'}]},
|
711
711
|
//text,number,textarea,textBox,numberBox,textareaBox,select,radio,checkBox,switch,date
|
712
|
+
//twRadioDisabled:true,行数据有该字段时,该行radio禁用
|
712
713
|
},
|
713
714
|
{
|
714
715
|
title: 'checkBox',
|