mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
feat[InputNumber]: deprecated addon* attribute (#55505)
* feat[InputNumber]: deprecated addon* attribute * test: update snap * Update components/form/demo/register.tsx Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * test: update form snap * update * update * feat: change Search addon* * test: demo add annotation * update Search * feat: add Space.Addon * test: use addon in demos * feat: Space.Addon -> Space.CompactCell * test: update compactCell snap * feat: fix style lint * test: update compact-middle class snap * chore: update logic * test: delete if (!button) return input * chore: fix logic * update test snap * update test snap * update test snap * update test snap * test: update test * test: update snap * chore: fix search * revert test * test: update * test: update * feat: add description for CompactCell * feat: change description * docs: add api Version * test: change search style * test: update snap * test: update snap * feat: searchButton text color * fix: border is null whenhover search Button * Update components/space/index.zh-CN.md Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * Update components/space/index.zh-CN.md Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * Update components/space/index.en-US.md Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * Update components/space/index.en-US.md Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * docs: change Compact description * Update components/space/index.zh-CN.md Signed-off-by: lijianan <574980606@qq.com> * feat: compactCell -> compactAddon * feat: compactAddon -> Addon * docs: Remove component name quotation marks from the document * refactor: Refactoring Space.Addon style and class name * chore: add css var * feat[InputNumber]: deprecated addon* attribute * test: update snap * Update components/form/demo/register.tsx Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * test: update form snap * update * update * feat: change Search addon* * test: demo add annotation * update Search * feat: add Space.Addon * test: use addon in demos * feat: Space.Addon -> Space.CompactCell * test: update compactCell snap * feat: fix style lint * test: update compact-middle class snap * chore: update logic * test: delete if (!button) return input * chore: fix logic * update test snap * update test snap * update test snap * update test snap * test: update test * test: update snap * chore: fix search * revert test * test: update * test: update * feat: add description for CompactCell * feat: change description * docs: add api Version * test: change search style * test: update snap * test: update snap * feat: searchButton text color * fix: border is null whenhover search Button * Update components/space/index.zh-CN.md Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * Update components/space/index.zh-CN.md Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * Update components/space/index.en-US.md Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * Update components/space/index.en-US.md Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> * docs: change Compact description * Update components/space/index.zh-CN.md Signed-off-by: lijianan <574980606@qq.com> * feat: compactCell -> compactAddon * feat: compactAddon -> Addon * docs: Remove component name quotation marks from the document * refactor: Refactoring Space.Addon style and class name * chore: add css var * chore: adjust style * docs: back * docs: update demo * test: update snapshot * refactor: Restore Search using Compact * refactor: Remove unused wrapCSSVar * test: update snap * test:update snap * refactor: Remove non addon modifications --------- Signed-off-by: EmilyyyLiu <100924403+EmilyyyLiu@users.noreply.github.com> Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: 刘欢 <lh01217311@antgroup.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: lijianan <574980606@qq.com> Co-authored-by: 二货机器人 <smith3816@gmail.com>
This commit is contained in:
@@ -200,9 +200,9 @@ exports[`site test Component components/slider en Page 1`] = `4`;
|
||||
|
||||
exports[`site test Component components/slider zh Page 1`] = `4`;
|
||||
|
||||
exports[`site test Component components/space en Page 1`] = `2`;
|
||||
exports[`site test Component components/space en Page 1`] = `3`;
|
||||
|
||||
exports[`site test Component components/space zh Page 1`] = `2`;
|
||||
exports[`site test Component components/space zh Page 1`] = `3`;
|
||||
|
||||
exports[`site test Component components/spin en Page 1`] = `1`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user