fix(amis-editor): 补全编辑器遗漏的 theme 参数 #8099
Open
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.
What
🤖 Generated by Copilot at 936168b
This pull request adds the
themeprop to variousamisRenderfunction calls in the amis-editor package, which renders different components for editing amis schemas. This is to make the amis-editor support different themes and pass the theme information to the rendered components.🤖 Generated by Copilot at 936168b
Why
How
🤖 Generated by Copilot at 936168b
themeprop toamisRenderfunction calls in various components to pass theme information to rendered components (link, link, link, link, link, link, link, link)themeprop torenderfunction calls inTimelineItemControlcomponent to pass theme information to rendered components (link, link)themevariable from props inTimelineItemControlcomponent andrenderfunction of the same component to prepare for passing theme prop toamisRenderfunction calls (link, link)