米山
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.
5 months ago
xingyu4j
bed52983a0
fix: lint
6 months ago
Copilot
1e09fa4642
feat: migrate from Radix Vue to Reka UI ( #6870 )
* Initial plan
* Update dependencies and imports from radix-vue to reka-ui
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
* Fix type errors after reka-ui migration
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
* Run formatter to fix code style
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
6 months ago
panda7
1a9b0509d5
feat: add animation effects to VbenModal component
10 months ago
sqchen
243f3a201d
feat: add scrollToFirstError to the form component
10 months ago
panda7
a2bdcd6e49
feat: ellipsis text automatically displays tooltip based on ellipsis ( #6244 )
* feat: ellipsis text automatically displays tooltip based on ellipsis
* feat: ellipsis text automatically displays tooltip based on ellipsis
---------
Co-authored-by: sqchen <9110848@qq.com>
Co-authored-by: sqchen <chenshiqi@sshlx.com>
11 months ago
Netfan
bf7496f0d5
feat: add `useAlertContext` for Alert component ( #5947 )
* 新增Alert的子组件中获取弹窗上下文的能力
1 year ago
Netfan
f0e9e55af2
feat: alert support customize `footer` ( #5940 )
* Alert组件支持自定义footer
1 year ago
Netfan
2971ccc0b7
docs: docs modal z-index fixed, update alert docs ( #5930 )
1 year ago
Netfan
71e8d12b70
fix: improve prompt component ( #5879 )
* fix: prompt component render fixed
* fix: alert buttonAlign default value
1 year ago
Netfan
c623604ea9
docs: fix alert demo in docs
1 year 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
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
Netfan
4fe44611d3
docs: fix docs-link and add `EllipsisText` docs ( #5158 )
* docs: fix docs-link and add `EllipsisText` docs
* fix: ellipsisText docs link
1 year ago
Netfan
ed465d2b5b
feat: table search form visible control ( #5121 )
* feat: table search form visible control
* chore: fix docs and demo
* chore: type error fixed
1 year ago
Netfan
eec6f41f6a
refactor: `ApiComponent` with docs ( #5099 )
* refactor: `ApiComponent` with docs
* docs: remove invalid docs
* docs: remove duplicate prop docs
* docs: update `ApiComponent` docs
1 year ago
huangxiaomin
fe236ea929
feat: add submitOnChange props to vben form ( #5032 )
1 year ago
Vben
4e88ef0840
perf: improve the usage documentation of vben-vxe-table ( #4829 )
* perf: improve the usage documentation of vben-vxe-table
2 years ago
Arthur Darkstone
33ce4d3cf3
docs: add vxe-table doc ( #4807 )
* docs: init vxe-table demos
* style: fix vxe-table index.scss import error
* docs: fix vxe-table style & theme toggle problem
* docs: add rest demos
* docs: add vxe-table demo desc
* fix: add maximumFileSizeToCacheInBytes to fix build error
* fix: fix vxe-table set-theme build error
* docs: fix vitepress ssr render problem
* docs: add some tips for vitepress compatibility
2 years ago
dependabot[bot]
a0fbe0b21a
chore(deps): bump tailwindcss from 3.4.13 to 3.4.14 in the non-breaking-changes group ( #4650 )
* chore(deps): bump tailwindcss in the non-breaking-changes group
Bumps the non-breaking-changes group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss ).
Updates `tailwindcss` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
* chore: lint fix
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Vben
6c4a742627
refactor: remove the adapter bucket introduction pattern and improve potential introduction timing ( #4635 )
* refactor: remove the adapter bucket introduction pattern and improve potential introduction timing
* chore: update deps
2 years ago
Vben
2d019b3c8a
refactor: change the form button field from text to content to prevent conflicts with the frame ( #4586 )
* refactor: change the form button field from text to content to prevent conflicts with the frame
2 years ago
Vben
5ce3a18785
docs: update docs ( #4466 )
* chore: fixed known issues with form components
* docs: add vben form doc
2 years ago
Vben
36e7ca19a1
perf: improve modal and drawer component documentation and fix known problems ( #4264 )
* feat: improve modal and drawer component documentation and fix known problems
* chore: update ci
2 years ago
Vben
cbf601581d
feat( @vben/docs ): preview components are supported within documents ( #4250 )
2 years ago