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
theme
prop to variousamisRender
function 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
theme
prop toamisRender
function calls in various components to pass theme information to rendered components (link, link, link, link, link, link, link, link)theme
prop torender
function calls inTimelineItemControl
component to pass theme information to rendered components (link, link)theme
variable from props inTimelineItemControl
component andrender
function of the same component to prepare for passing theme prop toamisRender
function calls (link, link)