xingyu4j
fa190e0975
chore: checkpoint tailwind spacing updates
1 week ago
Jin Mao
a6a6efdf59
chore: release 5.7.0
- 更新 backend-mock 包版本
- 更新 web-antd 包版本
- 更新 web-antdv-next 包版本
- 更新 web-ele 包版本
- 更新 web-naive 包版本
- 更新 web-tdesign 包版本
- 更新 docs 包版本
- 更新 commitlint-config 包版本
- 更新 eslint-config 包版本
- 更新 oxfmt-config 包版本
- 更新 oxlint-config 包版本
- 更新 stylelint-config 包版本
- 更新 node-utils 包版本
- 更新 tsconfig 包版本
- 更新 vite-config 包版本
- 更新 @core/base/design 包版本
- 更新 @core/base/icons 包版本
- 更新 @core/base/shared 包版本
- 更新 @core/base/typings 包版本
- 更新 @core/composables 包版本
- 更新 @core/preferences 包版本
- 更新 @core/ui-kit/form-ui 包版本
- 更新 @core/ui-kit/layout-ui 包版本
- 更新 @core/ui-kit/menu-ui 包版本
- 更新 @core/ui-kit/popup-ui 包版本
- 更新 @core/ui-kit/shadcn-ui 包版本
- 更新 @core/ui-kit/tabs-ui 包版本
- 更新 constants 包版本
- 更新 access 包版本
- 更新 common-ui 包版本
- 更新 hooks 包版本
- 更新 layouts 包版本
- 更新 plugins 包版本
- 更新 request 包版本
- 更新 icons 包版本
- 更新 locales 包版本
- 更新 preferences 包版本
- 更新 stores 包版本
- 更新 styles 包版本
- 更新 types 包版本
- 更新 utils 包版本
- 更新 playground 包版本
- 更新 turbo-run 包版本
- 更新 vsh 包版本
- 更新根目录包版本
1 week ago
xingyu4j
443e4b04cd
chore: update vite 8
2 weeks ago
xingyu
a4736a49f8
feat: migrate to Tailwind CSS v4 ( #7614 )
* chore: update deps
* feat: use jsonc/x language
* chore: update eslint 10.0
* fix: no-useless-assignment
* feat: add CLAUDE.md
* chore: ignore
* feat: claude
* fix: lint
* chore: suppot eslint v10
* fix: lint
* fix: lint
* fix: type check
* fix: unit test
* fix: Suggested fix
* fix: unit test
* chore: update stylelint v17
* chore: update all major deps
* fix: echarts console warn
* chore: update vitest v4
* feat: add skills ignores
* chore: update deps
* chore: update deps
* fix: cspell
* chore: update deps
* chore: update tailwindcss v4
* chore: remove postcss config
* fix: no use catalog
* chore: tailwind v4 config
* fix: tailwindcss v4 sort
* feat: use eslint-plugin-better-tailwindcss
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix(lint): resolve prettier and better-tailwindcss formatting conflicts
* fix(tailwind): update theme references and lint sources
* style(format): normalize apps docs and playground vue files
* style(format): normalize core ui-kit components
* style(format): normalize effects ui and layout components
2 weeks ago
Jin Mao
8a215fbcc7
chore: release 5.6.0
1 month ago
xingyu
7680b33b99
fix : #7140 ( #7153 )
* chore: add yaml eslint validate
* chore: update deps
* fix: unused ts lint
* fix: 弹窗只能点击一次 #7140
* chore: update actions/checkout v6
* chore: update node version v22.22.0
2 months ago
yuhengshen
74381aa8c1
fix: 嵌套弹窗,错误 merge options ( #7126 )
2 months ago
xingyu4j
af3fe53ec8
fix: type error
3 months ago
panda7
b6edc5f574
fix: centered 为 true 时设置 draggable 无法拖拽 ( #6948 )
Co-authored-by: sqchen <chenshiqi@sshlx.com>
4 months ago
米山
cd7c11c7d0
fix: run 'pnpm format' update various components and improve layout structure
- Updated demo-preview and preview-group components for better error handling and layout.
- Enhanced drawer and modal components for improved auto-height functionality.
- Refactored layout components including header, footer, sidebar, and tabbar for better responsiveness and usability.
- Adjusted tooltip and help tooltip components for better user guidance.
- Fixed issues in various UI components to ensure consistent styling and functionality across the application.
4 months ago
xingyu4j
bed52983a0
fix: lint
4 months ago
zoumingjun
08b6e7713e
fix: 修复对话框modal组件方法名错误
5 months ago
panda7
2cc78f925f
fix: the bug in the lock method of the vbenModal component ( #6648 )
7 months ago
ming4762
5b75e5e917
perf: perf the control logic of `VbenModal` full screen and header ( #6566 )
* resolve the issue of header=false and full screen button display but not operable
8 months ago
panda7
1a9b0509d5
feat: add animation effects to VbenModal component
8 months ago
yuhengshen
2f7d1f009d
fix: 全屏状态下弹窗圆角优化 ( #6413 )
9 months ago
yuhengshen
946f91f387
feat: optimize modal dragging range( #6414 )
* 当弹窗指定了容器时,拖拽将被限制在容器范围内
9 months ago
Netfan
c0962fec18
fix: auto close popup on deactivated ( #6368 )
* 修复挂载到内容区域的弹窗和抽屉被意外关闭的问题
10 months ago
huanghezhen
feb96dc8ea
fix: resolve onClosed method failure in connectedComponent of useVbenModal ( #6309 )
10 months ago
Netfan
081d08a7f8
fix: alert width fixed in small screen ( #6312 )
10 months ago
LinaBell
8f4d3d418d
fix: when keepAlive is enabled, returning directly through browser buttons/gestures will not close pop ups ( #6113 )
11 months ago
Vben
17a18fc9ba
chore: close eslint object sorting ( #6101 )
11 months ago
Netfan
3e6d608a2f
fix: destroyOnClose incorrect default value, fixed #6092 ( #6093 )
11 months ago
Netfan
4545422ee0
fix: lock state will not change overflow style in drawer and modal ( #6067 )
* Modal和Drawer的锁定状态不再修改overflow样式
11 months ago
ming4762
0cc1cb5a7b
perf: improve destroyOnClose for VbenDrawer&VbenModal ( #6051 )
* fix: fix that the default value of modal destroyOnClose does not take effect
* perf: improve destroyOnClose for VbenDrawer
11 months ago
Netfan
14377705e7
fix: alert confirm state in beforeClose callback ( #6019 )
11 months ago
Netfan
79de6bcbf7
fix: alert send wrong confirm state to beforeClose ( #5991 )
* 修复alert在按下Esc或者点击遮罩关闭时,可能发送错误的isConfirm状态
11 months ago
Netfan
14bd6dd25d
fix: destroyOnClose works within connectedComponent ( #5989 )
* 修复destroyOnClose没能销毁connectedComponent自身的问题
11 months ago
ming4762
3318d76bab
perf: improve `destroyOnClose` for VbenModal ( #5964 )
11 months ago
LinaBell
8f3881eabf
perf: `beforeClose` of drawer support promise ( #5932 )
* perf: the beforeClose function of drawer is consistent with that of modal
* refactor: drawer test update
11 months ago
ming4762
3fb4fba1cb
fix: modal closing animation ( #5960 )
11 months ago
ming4762
c7e6210c8d
feat: `modal`&`drawer` support `center-footer` slot ( #5956 )
11 months ago
Netfan
bf7496f0d5
feat: add `useAlertContext` for Alert component ( #5947 )
* 新增Alert的子组件中获取弹窗上下文的能力
11 months ago
Netfan
f0e9e55af2
feat: alert support customize `footer` ( #5940 )
* Alert组件支持自定义footer
11 months ago
ming4762
afce9dc5c0
perf: improve `destroyOnClose` for `VbenModal` ( #5935 )
* perf: 优化Vben Modal destroyOnClose,解决destroyOnClose=false,Modal依旧会被销毁的问题
影响范围(重要):destroyOnClose默认为true,这会导致所有的modal都会默认渲染到body
radix-vue Dialog组件默认会销毁挂载的组件,所以即使destroyOnClose=false,Modal依旧会被销毁的问题
对于一些大表单重复渲染导致卡顿,ApiComponent也会频繁的加载数据
* fix: modal closing animation
---------
Co-authored-by: Netfan <netfan@foxmail.com>
11 months ago
Netfan
4a2c7b313f
fix: alert animation ( #5927 )
12 months ago
Netfan
9bd5a190c2
fix: alert action button focus, fixed #5921 ( #5922 )
* 修复Alert组件的按钮焦点切换问题
12 months ago
Netfan
71e8d12b70
fix: improve prompt component ( #5879 )
* fix: prompt component render fixed
* fix: alert buttonAlign default value
12 months ago
Netfan
ecf518bb02
fix: alert `beforeClose` callback arguments fixed ( #5845 )
12 months ago
Netfan
44138f578f
feat: add preset alert, confirm, prompt components that can be simple called ( #5843 )
* feat: add preset alert, confirm, prompt components that can be simple called
* fix: type define
12 months ago
Netfan
f86c9f90ad
fix: keepAlive not working for popup `appendToMain` ( #5666 )
* 修复弹窗和抽屉 `appendToMain` 时且启用`keepAlive` 时未能正确缓存的问题
1 year ago
Netfan
f380452ef0
feat: modal and drawer locking improve ( #5648 )
* feat: add `unlock` for modalApi
* fix: modal's close button style in locking
* fix: fix modal's close button disabled on locking
* feat: add `lock` and `unlock` for drawerApi
1 year ago
Netfan
86fdd6c93b
fix: drawer close icon placement default value
1 year ago
jinmao88
7a476372e1
fix: useDrawer中closeIconPlacement设置无效 ( #5624 )
1 year ago
Netfan
2d0859a727
fix: mouse events ignored on modal loading ( #5409 )
1 year ago
Netfan
8cc903c0e1
feat: modal state locked on submitting ( #5401 )
* feat: modal state locked on submitting
* docs: 更新modal文档
1 year ago
Netfan
e1c503e51e
feat: support set default props for drawer and modal ( #5390 )
* feat: support set default props for drawer and modal
* docs: fix typo
1 year ago
Netfan
6719e2679f
feat: popup component support overlay blur effect ( #5359 )
1 year ago
Netfan
1a04a05b79
perf: modal and drawer api support chain calls ( #5351 )
* perf: modal and drawer api support chain calls
* fix: typo
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago