xachary
d709dd67b5
fix: scroll back to top when tab switch ( #3498 ). resolve #3490
3 years ago
xachary
7ffe1726b9
fix(layout->menu): can`t hover when menu is colappsed ( #3499 ) resolve #3492
3 years ago
luocong2016
f0ca8d5a03
fix(component->markdown): 浏览器媒体获取兼容 ( #3470 )
3 years ago
xingyu
626c54504e
chore: update deps ( #3465 )
* chore: update deps
* fix: eslint
* chore: update deps
* chore: stylelint v16
* fix: stylelint
* fix: typecheck
* chore: node v18.12.0
* fix: type
* fix: style
* chore: up vue 3.4.3
* chore: prettier format
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
3 years ago
nullcache
6fbb57621e
fix: handleFormValues 不再将所有空字符串转换为undefined ( #3496 )
3 years ago
xachary
d88f455cd3
fix(BasicTable): showIndexColumn/showRowSelection cache should by route name ( #3489 )
3 years ago
xiaoMingTongXue
98e2e4c89a
fix(BasicForm): 修复 useComponentRegister 方法无法添加自定义的组件,添加时爆类型错误的问题 ( #3483 )
* types(component): 修复 useComponentRegister 方法无法添加自定义的组件,添加时爆类型错误的问题
* types(component): 修复 table 组件的 useTableForm 入参的 fetch 和 TableActionType 的 reload 类型定义报错的问题
---------
Co-authored-by: chengmingrui <chengmingrui@oneaiops.com>
3 years ago
xachary
78234e2ef0
style: fix basic tree style alignment ( #3487 )
3 years ago
xachary
2f921cfb88
fix(BasicTable): avoid select when edit cell ( #3484 )
3 years ago
xachary
816553bfcd
feat(demo->BasicTable): add TableSelectionBar and enable checkbox rowSelection demo ( #3477 )
* feat: add TableSelectionBar
* feat: enable TableSelectionBar for checkbox rowSelection demo
3 years ago
xachary
00b8d169cb
style(demo->iframe): fix double scroll when use iframe inner ( #3482 )
3 years ago
胤玄
dcbe5510d4
fix: Docker 打包逻辑改进,彻底解决缓存问题 ( #3473 )
* feat: update nginx.conf 使用固定编译入口可能导致浏览器使用缓存js文件,而此配置可以解决
* feat: 更新docker打包逻辑: 原本固定的entry是为了方便替换环境变量,同时在nginx配置内让每次获取js等资源都不走缓存。这样的问题是首次打开会很慢。
因此本次使用的解决方案,回归vben原本的hash+timestamp的入口文件名,但是在环境变量替换的时候使用模糊匹配。
大家有类似需要可以参考环境变量的方式做 单镜像打包多环境的适配。
3 years ago
zzc0217
3de22b44b1
chore: 表单使用updateSchema时只对更新的schema重设默认值
* fix: 修复搜索表单使用updateSchema时,如果使用fieldMapToTime引起的bug
* fix: set all schema to default value
---------
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
3 years ago
xachary
1e34d3e9e4
feat(layout->tabs): support insert new tab after current tab ( #3471 )
* feat: insert new tab after current tab
* fix: go params declare wrong
3 years ago
invalid w
182b4fc437
chore(dep): update dayjs version 1.11.9 to 1.11.10
3 years ago
xachary
b92c6c40fa
Fix the demo /comp/table/formTable about selection cross pages ( #3468 )
* fix: keep rowSelection onChange call outside
* fix: demo FormTable about seletion
3 years ago
xachary
fc002d3db3
fix: column setting index column sort ( #3463 )
* fix: keep rowSelection onChange call outside
* fix: ColumnSetting index column sort wrong
3 years ago
xiaoMingTongXue
141f3bdbd0
fix: 修复表单按钮的类型定义外部无法修改重置或者提交按钮的文字的问题
* 解决 eslint-plugin-vue 关于 v-show 无法在 template 中报错的问题
* fix: 修复表单按钮的类型定义外部无法修改重置或者提交按钮的文字的问题
* chore: remove type ButtonOptions
---------
Co-authored-by: chengmingrui <chengmingrui@oneaiops.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
3 years ago
xachary
cc97f06354
fix: modal open logic missing ( #3462 )
* fix: keep rowSelection onChange call outside
* fix: watch open logic lost after build (modal)
3 years ago
xachary
a7b2f14b90
fix(BasicTable): keep rowSelection onChange call outside ( #3461 ). resolve #3453
3 years ago
luocong2016
b57d9fc60d
feat(demo->useRequest): 更新useRequest 依赖 Effect 函数案例 ( #3460 )
3 years ago
苗大
1b763fceee
style: 优化滚动条深色模式样式 ( #3458 )
3 years ago
luocong2016
7fa2578e6d
feat(demo->useRequest): 更新错误重试示例 ( #3456 )
3 years ago
xachary
75f5b7ac4d
fix(BasicTable): index still show when set showIndexColumn false ( #3455 )
3 years ago
luocong2016
d6d1120d00
feat(demo): hooks useRequest 异步数据管理 ( #3447 )
3 years ago
likui628
9e055ad273
fix: FormItem won't render when a component is not provided
3 years ago
likui628
2db4cfbd33
chore: remove slot from ComponentFormSchema type
3 years ago
xk
6bb79180fc
feat(BasicForm): Improve ts types for BasicForm ( #3426 )
* fix(ApiCascader): Resolve api type conflict with labelField/valueField
* chore: Improve ts types for BasicForm
* fix(ApiCascader): Resolve API type error
* chore: Resolve type:check error
* chore: fix form type error
* fix(ApiRadioGroup): Resolve api type conflict with labelField/valueField
* fix(ApiTree): api type error
* chore(demo): form basic page schemas use FormSchemaAll
* chore: FormSchemaAll to FormSchema
* fix: ComponentFormSchemaType
* fix: Object literal may only specify known properties
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
3 years ago
xachary
65122ea1a5
fix(BasicTable): ColumnSetting about selectedRowKeys override ( #3446 )
3 years ago
xachary
86ecb2729e
fix(BasicTable): column setting about action fixed and default not cache ( #3441 )
3 years ago
松鼠
7ba83e71bf
fix(BasicTable): 滑动表格内容合计行不跟随滑动bug ( #3438 ) resolve #2166
3 years ago
苗大
b008c44246
perf(darkMode): 深色模式颜色定义以及切换方式优化 ( #3436 )
* perf(darkMode): 深色模式颜色定义以及切换方式优化
* perf: text-color rgb->rgba
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
3 years ago
苗大
2bc8981b4f
style(autofill): 修复深色模式输入框自动填充后样式异常; 修正登录页不恰当全局样式 ( #3435 )
* fix(autofill): 修复深色模式输入框自动填充后样式异常
* perf(Login): 去除登录页重复autofill样式;ant-divider-inner-text样式改为仅对登录页深色模式生效
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
3 years ago
xachary
089a98953e
fix: watch open logic lost after build ( #3421 )
* fix: watch open logic lost after build
* fix: drawer for better understand
3 years ago
xachary
404a4720b0
fix: EditableCell about checked/unChecked Value, getDisable, rowKey missing for updating ( #3418 ). resolve #3419
3 years ago
xiaoMingTongXue
d502e1d493
fix:修复气泡确认框的底部按钮换行的问题 ( #3413 )
* fix:修复气泡确认框的底部按钮换行的问题
* fix: 修复气泡确认框的底部按钮换行的问题
3 years ago
xachary
af6e73b83f
style: tabs bottom double line fix ( #3415 )
3 years ago
xachary
e23f29464b
feat(IconPicker): IconPicker could allowClear and readonly for form ( #3414 )
3 years ago
bowen
595b1ce680
fix(FormTable): Invert select bug ( #3412 )
3 years ago
invalid w
23b684977c
chore: 自定义组件默认rule校验默认触发逻辑为blur
3 years ago
invalid w
1296590e3a
chore(ApiRadioGroup): 移除多余的change事件
3 years ago
invalid w
ccf4027533
fix(ApiSelect): 修复监听不到params的变动
3 years ago
invalid w
fdde6f06b2
fix(BasicForm->ApiRadioGroup): when options click, duplicate requests. resolve #3387
3 years ago
luchanan
2828ed304a
Revert "feat: table搜索表单值发生改变可以触发reload ( #3378 )" ( #3407 )
This reverts commit 1ca3f7c2c0 .
3 years ago
xachary
fec67b4d53
fix(BasicTable): ColumnSetting mistake when use setColumns ( #3408 )
3 years ago
luocong2016
d3600daf5c
fix: navigator.clipboard 兼容问题 #3372 ( #3403 )
3 years ago
xachary
f4df2d5a4b
feat: ColumnSetting and SizeSetting persist ( #3398 )
3 years ago
bowen
57e6e4f004
fix(BasicDrawer): remove toRaw props ( #3399 )
3 years ago
jackhoo(胡彪)
0a1a5ffedc
feat(hooks): useWatermark添加水印防篡改功能( #3395 ) ( #3397 )
Co-authored-by: jackhoo_98 <jackhoo_98@foxmail.com>
3 years ago
xachary
20698c052c
fix: table height calc when fullcontent and footer visible change ( #3392 )
* fix: table height calc when fullcontent and footer visible change
* fix: useRootSetting dep path wrong
3 years ago