-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Conversation
👍 Thanks for this! Please review the labels and make any necessary changes. |
@@ -223,6 +228,17 @@ export default class PickerControl extends React.PureComponent< | |||
this.mounted = false; | |||
} | |||
|
|||
@autobind | |||
getCtx() { | |||
// 用于外围扩充,勿删 |
There was a problem hiding this comment.
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() { | |||
// 用于外部函数扩充参数 |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
起名为 removable
* fix: 修复textOverflow属性已知bug,调整链式下拉静态样式 * feat: 步骤条更改为新版配置面板 * feat: 列表选取新增选项可删除图标控制,配置面板调整 * feat: 修改部分变量名 * fix: 修改变量名 * fix: 更新picker的jest快照
* fix: 修复textOverflow属性已知bug,调整链式下拉静态样式 * feat: 步骤条更改为新版配置面板 * feat: 列表选取新增选项可删除图标控制,配置面板调整 * feat: 修改部分变量名 * fix: 修改变量名 * fix: 更新picker的jest快照
What
Why
How