doway-coms 2.10.92 → 2.10.94

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "2.10.92",
3
+ "version": "2.10.94",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1387,7 +1387,8 @@ export default {
1387
1387
  return x.field==record.column.field
1388
1388
  })
1389
1389
  let row=null
1390
- switch (key) {
1390
+ console.log('keydownEvent',key)
1391
+ switch (key) {
1391
1392
  case 'ArrowUp':
1392
1393
  row= fullData[currentIndex-1]
1393
1394
  $grid.setEditCell(row,record.column)
@@ -2166,6 +2167,7 @@ export default {
2166
2167
  }
2167
2168
  if (originCol.controlType === controlType.select) {
2168
2169
  colParams['controlEdit'] = true
2170
+ colParams['allowClear'] = originCol.allowClear
2169
2171
  }
2170
2172
  if (originCol.controlType === controlType.checkbox) {
2171
2173
  colParams['controlEdit'] = true