-
Notifications
You must be signed in to change notification settings - Fork 9k
feat: collapsible component and collapsible formitem #7809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 43 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
e421d9d
chore: update deps
xingyu4j 2930dcd
chore: typescript config is expired
xingyu4j 5eca357
feat(@vben/plugins): add tiptap rich text editor
xingyu4j c693c85
fix: extension-document
xingyu4j 7a60a08
chore: update deps
jinmao88 4a69c9e
perf: replace `onUnMounted` to `tryOnScopeDispose` (#7747)
caodachen b096e83
fix: make search case-insensitive (#7689) (#7755)
RanGuMo 8e0b65a
feat: fix oxlint error for oxlint upgrade (#7756)
HaroldZhangCode91 89349f8
fix: interface DropdownMenuProps don‘t have key prop (#7757)
caodachen c7b1bb3
fix(form): 修复表单示例中 switch 组件无法切换的问题 (#7636) (#7763)
RanGuMo 794b103
feat: Schema 中 componentProps 随注册组件联动类型提示
dullathanol 5ed39c0
fix: 函数式 componentProps 按已注册 component 的 Props 校验返回值
dullathanol cb5e7e0
refactor: 简化 componentProps 回调的类型写法
dullathanol 064a6a2
feat: 表单 Schema 支持组件 Props 映射泛型,同步适配VxeGrid
dullathanol f127357
fix: 修复部分情况 component 类型丢失问题
dullathanol e417a2c
fix: 修复 FormField 在 SFC 中的运行时异常
dullathanol 2013ba4
fix: 补全 ComponentPropsMap 与 Vxe 表格表单链路的类型
dullathanol e9bdbb6
chore: fix lint
jinmao88 02372f1
fix: 弹窗组件拖拽后全屏位置异常
dullathanol cc32ebe
feat: 支持 overflow 配置以允许拖拽超出可视区
dullathanol d0c1709
fix: 修正 Modal/Drawer 中 loading 属性注释
dullathanol 35e1166
chore: fix lint
jinmao88 feca014
Merge branch 'vbenjs:main' into main
dullathanol 185011e
fix: tailwindcss config
dullathanol 436a865
chore: 修正注释
dullathanol 92298ba
chore: update deps
jinmao88 7e8b9c2
fix: 配置 TypeScript 构建根目录
jinmao88 243456d
fix: ts config
xingyu4j d700b04
fix: tailwindcss lint
xingyu4j 4f7b396
chore: update deps
xingyu4j bd369df
fix: check deps
xingyu4j 093479b
chore: remove vite-plugin-html
xingyu4j 306739c
fix: lint
xingyu4j e023a08
fix: tailwindcss lint config
xingyu4j 93e23c6
chore: update deps
xingyu4j 37393e1
chore: fix actions error
jinmao88 0c8db0f
fix: 修复VITE_APP_TITLE变量替换语法
jinmao88 d779a39
fix: antdv-next message/notification 跟随暗色主题 (#7799)
dullathanol 2b1fcb0
feat(common-ui): add labelFn support to ApiComponent (#7801)
Caisin 46f3234
feat(form-ui): support schema valueFormat for getValues payload shapi…
Caisin 2a32715
feat: enable project-scoped preferences extension tabs (#7803)
Caisin 6f18718
feat: add collapsible 组件,form表单增加单项可折叠,支持schema配置默认关闭/开启
2yllll b7774fc
Merge branch 'main' into feature-collapsible-component
2yllll 4665a78
fix: collapsible component css fix
2yllll e808fe7
Merge branch 'feature-collapsible-component' of https://github.com/2y…
2yllll 12a81a7
fix: demo validator usage & types import
2yllll f30157f
fix: class
2yllll a096073
fix: lint
2yllll 991408b
fix: default precision error
2yllll File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,7 @@ export { | |
| ChevronDown, | ||
| ChevronLeft, | ||
| ChevronRight, | ||
| ChevronsDown, | ||
| ChevronsLeft, | ||
| ChevronsRight, | ||
| Circle, | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.