优化渲染、修复 event.showMenu 无效问题、修复 auto-resize 报错问题、修复快捷菜单隐藏后样式问题

This commit is contained in:
xuliangzhan
2021-05-14 15:48:38 +08:00
parent 45029f0a7d
commit 3abf3bdbc8
218 changed files with 4761 additions and 4515 deletions

View File

@@ -1337,7 +1337,15 @@
},
"vxe-input/start-week": {
"type": "number | string",
"description": "只对 type=week 有效,设置起始周"
"description": "即将废弃,请使用 start-day"
},
"vxe-input/start-day": {
"type": "number | string",
"description": "设置每周的起始日期是星期几"
},
"vxe-input/select-day": {
"type": "number | string",
"description": "只对 type=week 有效,设置周视图选中后返回星期几"
},
"vxe-input/label-format": {
"type": "string",

View File

@@ -425,6 +425,8 @@
"min-date",
"max-date",
"start-week",
"start-day",
"select-day",
"label-format",
"value-format",
"editable",