Skip to content
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

feat:调整静态样式,更新步骤条配置面板。列表选取新增选项可删除图标控制,配置面板调整 #11301

Merged
merged 6 commits into from
Dec 4, 2024

Conversation

F-jianchao
Copy link
Collaborator

What

Why

How

Copy link

github-actions bot commented Dec 2, 2024

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

@github-actions github-actions bot added the feat label Dec 2, 2024
@@ -223,6 +228,17 @@ export default class PickerControl extends React.PureComponent<
this.mounted = false;
}

@autobind
getCtx() {
// 用于外围扩充,勿删
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

重新确认一下用户的场景,实在需要改的话,这里补充场景的描述避免后续以往

@@ -689,6 +705,12 @@ export default class PickerControl extends React.PureComponent<
);
}

@autobind
otherParams() {
// 用于外部函数扩充参数
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里补充场景的描述避免后续遗忘,名称overrideCRUDProps,外围可覆盖的口子,一律起名为overrideXXX吧

/**
* 选中项可删除,默认为true
*/
itemCanDelete?: boolean;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

起名为 removable

@qkiroc qkiroc merged commit 0a9527f into baidu:master Dec 4, 2024
3 checks passed
lqPrototype pushed a commit to lqPrototype/amis that referenced this pull request Dec 5, 2024
* fix: 修复textOverflow属性已知bug,调整链式下拉静态样式

* feat: 步骤条更改为新版配置面板

* feat: 列表选取新增选项可删除图标控制,配置面板调整

* feat: 修改部分变量名

* fix: 修改变量名

* fix: 更新picker的jest快照
allenve pushed a commit to allenve/amis that referenced this pull request Dec 13, 2024
* fix: 修复textOverflow属性已知bug,调整链式下拉静态样式

* feat: 步骤条更改为新版配置面板

* feat: 列表选取新增选项可删除图标控制,配置面板调整

* feat: 修改部分变量名

* fix: 修改变量名

* fix: 更新picker的jest快照
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants