lzdjack
9217a12bcc
fix: 修复在windows下pnpm执行package.js里的脚本报错的问题 ( #1497 )
4 years ago
lzdjack
6b594aec53
fix: Fix the issue that clear verification does not take effect in the reset form ( #1498 )
4 years ago
CXM
fa33c6b0d7
fix: collapse canExpand ( #1501 )
* fix(type): fix ant-design-vue ->
* fix: fix base64 blob
* fix: fix CollapseContainer canExpan
4 years ago
lzdjack
a2b594c962
fix: Fix the problem that the table setting menu cannot be dragged ( #1503 )
4 years ago
wujieli0207
0dafaa5972
fix(function): Add defineProps reference ( #1505 )
4 years ago
vben
b0a0cbcd6a
fix: Fix context menu not working
4 years ago
Jiang
f6e27aee16
Update ColumnSetting.vue ( #1451 )
修复配置项中,拖拽后 点击 重置按钮 table 恢复还原,但 拖拽列表并未还原bug
4 years ago
Jiang
23b5538eae
修复 init 运行时机不正确 ( #1452 )
修复去掉checkList 后,移动配置中的table顺序后,调用tabel.setColum() 时触发 init() ,导致checkList 被重置bug
4 years ago
1sm
ab62739fd1
`ApiSelect` Add `alwaysLoad` option ( #1461 )
* fix(modal): 取消全屏功能后关闭图标颜色异常
* chore: move to pnpm
* fix: RangePicekr在表单项中占满分配的宽度
* chore: comment format
* Revert "fix: RangePicekr在表单项中占满分配的宽度"
This reverts commit cd70e41dac .
* feat(ApiSelect): 新增每次加载选项
Co-authored-by: liushiman <smliu@gk-estor.com>
4 years ago
XC
b70fade587
fix(treeHelper): 修复 listToTree 方法 parent 获取 children 问题 ( #1464 )
4 years ago
zuihou
05bad7b9dc
fix(BasicTree): 加了top参数,操作按钮会错位
4 years ago
zuihou
13d660bede
feat: 添加BasicTree使用 fieldNames 后,actionList 和 插槽 会失效的示例代码
4 years ago
zuihou
8523afd512
fix(BasicTree): 修复升级antdv3.x后产生的问题
1. BasicTree组件无法正确使用插槽的问题
2. 无法递归遍历的问题
Closes #1453
4 years ago
zuihou
8480454b73
fix(Form): 修复form宽度问题
4 years ago
vben
e024f6a6e7
fix: typo
4 years ago
vben
cb1759b257
perf(table): remove ExpandIcon
4 years ago
vben
81560fd3c6
fix(tree): fix display error
4 years ago
vben
170a4bceb1
fix(tree-select): replaceFields to fieldNames,close #1423
4 years ago
humanscrew
cfda62ef9c
fix: Fix Layout Page Tabs dragable ( #1433 )
* fix: pnpm install
* fix: Fix Tabs dragable
4 years ago
arika163
16cd2438dd
remove duplicate judgment ( #1432 )
Co-authored-by: zhangchao3 <zhangchao3@corp.netease.com>
4 years ago
JinMao
2a667c9e7f
fix: Fix depends @vue/shared @vue/runtime-core
4 years ago
vben
52257f061d
refactor(tree): Refactor tree to support antv3.0
4 years ago
vben
50cf2d0b8f
chore: update deps
5 years ago
vben
2aabbc788a
fix: Fix multi-language errors and installation errors
5 years ago
vben
bc18ecb277
fix: Fix github action running error
5 years ago
vben
413df9f5e1
Merge branch 'feat/antdv3.x'
5 years ago
vben
3fcfac1f37
wip: Upgrade ant-design-vue 3.0
5 years ago
1sm
5fca9ce2c5
chore: comment format ( #1398 )
* fix(modal): 取消全屏功能后关闭图标颜色异常
* chore: move to pnpm
* fix: RangePicekr在表单项中占满分配的宽度
* chore: comment format
* Revert "fix: RangePicekr在表单项中占满分配的宽度"
This reverts commit cd70e41dac .
Co-authored-by: liushiman <smliu@gk-estor.com>
5 years ago
Carson
dc4b05272f
refactor(dashboard): adjust the spacing of Card under the small screen ( #1399 )
Co-authored-by: huguangju <huguangju@wowkai.cn>
5 years ago
handsomeFu
b8411c9311
chore: fix typo ( #1384 )
5 years ago
西安十大杰出青年
4806aced85
Update TableAction.vue ( #1394 )
fix: 解决TableAction组件Dropdown因为权限导致分割线显示错误的问题.
5 years ago
nsk
3b3f6c903a
fix: some mistakes close #1349 , close #1250 close#1245 ( #1373 )
* fix(Loading): add theme prop, The repair background prop does not take effect
* fix(AppLogo): fix title line height
* fix(Table,Upload): fix #1349 #1250 #1245
5 years ago
Coderclc
b3c4002b69
fix: Fix setting hideMenu, bread bar jump problem ( #1358 )
5 years ago
handsomeFu
7e00488635
chore: Update extensions.json ( #1359 )
Use volar instead of vetur
5 years ago
vben
090d844014
fix: type, #1347
5 years ago
CXM
013cb7f16b
fix: fix base64 blob ( #1356 )
* fix(type): fix ant-design-vue ->
* fix: fix base64 blob
5 years ago
vben
c2b207dd51
fix: Fix stylelint does not support html files
5 years ago
vben
83921284a6
chore: update deps
5 years ago
HUCHAOQI
59b309aa7e
fix(table): 使用lodash 的merge来递归assign,优化在多对象嵌套情况下的结构 ( #1350 )
5 years ago
liweijie0812
49c890ebec
fix: Form appendSchemaByField移除hasInList判断 ( #1341 )
5 years ago
Joyboo
c8dd3b6c14
TableAction确认框增加placement属性 ( #1335 )
* chore: table size放到settings
* chore(TableAction): 操作确认框增加placement属性支持
5 years ago
1sm
9999650a9a
package.json yarn -> pnpm ( #1336 )
* fix(modal): 取消全屏功能后关闭图标颜色异常
* chore: move to pnpm
Co-authored-by: liushiman <smliu@gk-estor.com>
5 years ago
miofly
b5364fe546
chore:add rules ( #1340 )
5 years ago
vben
74b0dfd54f
chore: update pkg
5 years ago
vben
642d48870c
chore: release 2.8.0
5 years ago
vben
3b63e41b68
chore: move to pnpm
5 years ago
madlight-du
d6cdff97b6
fix: direct import for antdv subcomponents supported( 8b00112) ( #1322 )
* fix: direct import for antdv subcomponents supported
修复commit<8b00112>使用直接过滤部分antdv子组件的方式,导致build后刷新页面子组件样式会丢失的问题。
* Update styleImport.ts
* Update styleImport.ts
5 years ago
Jobin
97fe8e2058
feat(ApiCascader): add asynchronous cascader component ( #1321 )
5 years ago
zuihou
5c491a4258
fix(Menu): 左侧菜单混合模式 在动态更改路由时,左侧显示的菜单没有实时更新
5 years ago
zuihou
5225345496
fix: 全局日期格式化缺少秒(大多数场景日期格式都需要携带秒!)
5 years ago