Commit Graph

5138 Commits

Author SHA1 Message Date
Yugang Cao
8febb56c99
test(result): add result statue test (#812) 2021-08-08 22:51:08 +08:00
XieZongChen
018688cef1
test(NSpin): add spin test (#808) 2021-08-07 23:00:02 +08:00
Yugang Cao
aeb4f553ab
test(message): add message provider closable test (#806) 2021-08-07 20:37:09 +08:00
kalykun
b62bda5127
fix(data-table): When selectAll is selected, the state display of selectAll should not contain disabled rows (#781)
* fix(data-table): When selectAll is selected, the state display of selectAll should not contain disabled rows

* fix(data-table): code optimization

* fix(data-table): code optimization
2021-08-07 20:36:20 +08:00
07akioni
bf56a4c668 refactor(tree-select): show path 2021-08-07 20:33:49 +08:00
zoomdong
60448314c2
feat(tree-select): support showPath (#805)
* feat: treeSelect support showPath

* chore: add CHANGELOG

* chore: add test case

* chore: update doc

* chore: update code

* chore: update type

* chore: upadte code

* chore: add dots

* chore: adjust code

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-07 20:27:10 +08:00
07akioni
3f8e640f82 refactor(layout-sider): sider placement right 2021-08-07 17:35:11 +08:00
jesi
ccb0dedd1b
feat(layout): sider-position (#657)
* feat(layout): sider-position

* docs(layout): sider-position in en-US

* fix(layout): sider placement

* fix(layout): transform sider when sider is placed right

* fix(layout): set flex-direction of container

* fix(layout): remove useless computed property

* fix(layout): toggleBar, toggleButton style

* refactor(layout-sider): toggle style

* refactor(layout-sider): remove useless className

* fix(layout): transform width

* Update src/layout/src/styles/layout-sider.cssr.ts

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-07 16:35:02 +08:00
Mr.Bai
3d5daa517b
fix(select): filter break bug (#756)
* fix(select): filter break

* changelog update

* fix(select): use another way to solve this problem

* fix(select): optimization

Co-authored-by: Jiwen Bai <56228105@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-07 14:35:29 +08:00
07akioni
56edac00be feat: set -webkit-tap-highlight-color to transparent 2021-08-07 14:32:46 +08:00
07akioni
489a5b664e test(avatar): update snap 2021-08-07 14:29:50 +08:00
sudongyu
593f940f75
fix(avatar): scale value is incorrect (#796)
* fix(avatar): scale value is incorrect while use v-show

* chore(avatar): docs format & code clean

* chore

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-07 14:16:51 +08:00
Yugang Cao
8d04c9b37d
fix(menu): click menu show background on mobile (#800)
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-06 23:52:54 +08:00
07akioni
fbc12e0011 refactor(popconfirm): showing action's logic 2021-08-06 23:30:21 +08:00
jesi
079e0e25c6
feat(popconfirm): support no actions (#782)
* feat(popconfirm): add actions prop

* docs(popconfirm): remove useless props

* refactor(popconfirm): display actions  by judging positiveTest and negetiveTest
2021-08-06 23:22:29 +08:00
Yugang Cao
25cb8cb58c
feat(message-provider): add closable prop (#797)
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-08-06 23:09:02 +08:00
XieZongChen
9c187b9c1c
test(NSkeleton): add test (#804) 2021-08-06 22:35:45 +08:00
07akioni
648392b8c4 2.16.1 2021-08-06 02:38:28 +08:00
07akioni
9caa3ebc27
Merge pull request #791 from TuSimple/docs
Docs
2021-08-06 02:38:12 +08:00
07akioni
d129cf2476 docs(changelog): fixes 2021-08-06 02:28:51 +08:00
07akioni
4d926eecd4 fix(modal): can't be closed when using custom content, closes #788 2021-08-06 02:25:40 +08:00
小魔王
149481e420
fix(select): tag should hide close icon when option is disabled (#784)
* fix(select): tag should hide close icon when option is disabled

* fix(select): update log

* Update CHANGELOG.zh-CN.md

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-06 00:09:14 +08:00
Yugang Cao
76793a389c
docs(input): update input code docs (#774)
* docs(input): update input code docs

* fix: remove v-model

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-08-06 00:04:05 +08:00
XieZongChen
cf46ee4d8f
test(NProgress): add test (#790) 2021-08-05 23:19:32 +08:00
Wanli Song
af7fc160cd
Merge pull request #777 from songjianet/docs-dropdown
docs(dropdown): 下拉菜单组件增加针对图标使用的用例
2021-08-05 10:54:46 +08:00
songjian
77142dea58 docs(dropdown): 下拉菜单组件增加针对图标使用的用例 2021-08-05 09:46:05 +08:00
XieZongChen
2de677dd58
fix(progress): fix percentage prop exception in default (#767)
* fix(NProgress): fix percentage prop exception in default

* feat: optimize
2021-08-04 23:35:32 +08:00
XieZongChen
5ae1538ac4
feat(button): add text-color prop (#762)
* feat(NButton): add text-color prop

* feat: optimization

* feat: optimization

* feat: optimize

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-04 23:28:05 +08:00
Yugang Cao
cf38115b80
feat(form): export ValidationError (#755)
* feat(form): export ValidationError

* fix: export FormValidationError

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-08-04 23:23:33 +08:00
Spenser Black
6a2a5d6975
docs(anchor): Add show-rail & show-background (#771) 2021-08-04 22:58:53 +08:00
XieZongChen
12946303e9
test(NResult): add test (#773) 2021-08-04 14:28:49 +08:00
07akioni
9c68bdb748 docs(drawer): refactor custom content demo 2021-08-04 01:15:11 +08:00
Mr.Bai
05ef8cba49
fix(data-table): onUpdatePage and onUpdatePageSize not triggered in jsx (#768)
* fix(data-table): onUpdatePage and onUpdatePageSize not triggered

* update change log

* Update CHANGELOG.en-US.md

Co-authored-by: Jiwen Bai <56228105@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-04 00:39:52 +08:00
songjianet
e3485a42aa
docs(drawer): 增加抽屉组件对插槽使用的用例 (#766)
* docs(drawer): 增加抽屉组件对插槽使用的用例

* docs(drawer): 为用例增加一些实际的应用场景
2021-08-03 16:23:07 +08:00
07akioni
ca57743687 refactor(loading-bar): clean code, change loading-bar-style to object value 2021-08-03 01:23:27 +08:00
jesi
7802c788b1
feat(loading-bar): add start-color and end-color props (#683)
* feat(loading-bar): add start-color and end-color props

* refactor(loading-bar): add loading-bar-style prop

* refactor(loading-bar): inject style

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-03 01:05:58 +08:00
feng
85de0ec37b
fix(slider): fix floating point decimal precision (#750)
* fix(slider): fix floating point decimal precision

* Update src/slider/src/Slider.tsx

Co-authored-by: 07akioni <07akioni2@gmail.com>

* Update src/slider/src/Slider.tsx

Co-authored-by: 07akioni <07akioni2@gmail.com>

* Update src/slider/src/Slider.tsx

Co-authored-by: 07akioni <07akioni2@gmail.com>

* fix(slider): fix floating point decimal precision

* fix(slider): update changelog

* Update CHANGELOG.en-US.md

Co-authored-by: Yugang Cao <34439652+Talljack@users.noreply.github.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: Yugang Cao <34439652+Talljack@users.noreply.github.com>

Co-authored-by: 07akioni <07akioni2@gmail.com>
Co-authored-by: Yugang Cao <34439652+Talljack@users.noreply.github.com>
2021-08-03 00:24:40 +08:00
dependabot[bot]
b3e17cb160
chore(deps-dev): bump @vicons/ionicons4 from 0.10.0 to 0.11.0 (#760)
Bumps [@vicons/ionicons4](https://github.com/07akioni/xicons) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/07akioni/xicons/releases)
- [Changelog](https://github.com/07akioni/xicons/blob/main/CHANGELOG.md)
- [Commits](https://github.com/07akioni/xicons/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: "@vicons/ionicons4"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 23:53:32 +08:00
dependabot[bot]
16c4b3355a
chore(deps-dev): bump @vicons/ionicons5 from 0.10.0 to 0.11.0 (#759)
Bumps [@vicons/ionicons5](https://github.com/07akioni/xicons) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/07akioni/xicons/releases)
- [Changelog](https://github.com/07akioni/xicons/blob/main/CHANGELOG.md)
- [Commits](https://github.com/07akioni/xicons/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: "@vicons/ionicons5"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 23:48:44 +08:00
dependabot[bot]
32b7074f67
chore(deps-dev): bump @vicons/fluent from 0.10.0 to 0.11.0 (#761)
Bumps [@vicons/fluent](https://github.com/07akioni/xicons) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/07akioni/xicons/releases)
- [Changelog](https://github.com/07akioni/xicons/blob/main/CHANGELOG.md)
- [Commits](https://github.com/07akioni/xicons/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: "@vicons/fluent"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 23:46:55 +08:00
XieZongChen
ff5e302f0a
test(badge): add badge test (#757) 2021-08-02 16:30:34 +08:00
songjianet
be3c83e987
docs(divider): 统一分割线组件的中文说明文档 (#754) 2021-08-02 15:08:07 +08:00
07akioni
40e2d5bd60
Merge pull request #753 from TuSimple/main
sync main
2021-08-02 01:36:22 +08:00
07akioni
a1a353519a 2.16.0 2021-08-02 01:33:25 +08:00
07akioni
5af2b5010d fix(dropdown): doesn't show arrow by default 2021-08-02 01:31:21 +08:00
07akioni
a1eaa27da5 docs(changelog): fix 2021-08-02 01:25:28 +08:00
07akioni
00ba0f3f0d refactor(dropdown): implementation of show-arrow prop 2021-08-02 01:25:28 +08:00
07akioni
285bcbd213
Merge pull request #752 from TuSimple/docs
Docs
2021-08-02 01:24:30 +08:00
Yugang Cao
e38f4cef54
fix(modal): cannot add custom classes (#747)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-08-02 01:07:38 +08:00
Yugang Cao
12691a8946
docs(checkbox): update checkbox code docs (#746) 2021-08-02 01:06:44 +08:00