Commit Graph

2362 Commits

Author SHA1 Message Date
07akioni
7e851d2f06 docs(slider): disabled demo en title 2021-07-25 15:30:57 +08:00
07akioni
8f0b432c60 refactor(message-provider): rename max-visible to max 2021-07-25 15:28:52 +08:00
07akioni
ff3ba909b0 docs(mention): fix render label 2021-07-25 15:26:55 +08:00
07akioni
9bdab592cb fix(slider): bugs related to disabled prop 2021-07-25 15:10:34 +08:00
kalykun
a4cfbc839b
fix(slider): prop disabled doesn't work (#642)
* fix(slider): prop disabled doesn't work

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-25 14:59:39 +08:00
XieZongChen
403da07bff
feat(mention): add renderLabel prop (#627)
* feat(mention): NMention add renderLabel prop

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-25 14:54:17 +08:00
07akioni
301c6a0bb2 test(message): fix test 2021-07-25 14:45:06 +08:00
XieZongChen
995ef999af
test(mention): add mention test (#640) 2021-07-25 14:39:55 +08:00
Wanli Song
e52ab7a6dd
feat(message-provider): add duration & maxVisible props (#375)
Co-authored-by: wanli.song@tusimple.ai <wanli.song@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-25 14:37:42 +08:00
07akioni
c11fd7658d feat(popover): trigger prop support 'focus', closes #477 2021-07-25 14:34:13 +08:00
07akioni
a78c6de0d3 feat: n-select, n-tree-select, n-cascader pressing arrow down can open menu, ref #300 2021-07-25 14:11:01 +08:00
07akioni
7b7877b7b5 fix(layout-sider): width prop can't be string, closes #607 2021-07-25 13:57:02 +08:00
07akioni
b285b374b6 test(switch): update snapshot 2021-07-25 00:36:27 +08:00
doom-9
f66287b910
fix(carousel):arrow buttons cannot be displayed in a specific browser (#631)
* fix(carousel): issue 625

* fix(carousel): issue 625

* Update CHANGELOG.en-US.md

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-24 23:42:22 +08:00
07akioni
5957803022 feat(switch): add loading prop, closes #301 2021-07-24 23:38:27 +08:00
07akioni
6942dbe1cc feat(switch): add checked, unchecked slots 2021-07-24 22:49:44 +08:00
XieZongChen
ff061c53f2
fix(time-picker): optimization timePicker when outside step (#556)
* fix(timePicker): optimization timePicker when outside step

* feat: optimization

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-24 00:36:33 +08:00
kalykun
5833df0875
feat(date-picker): add close-on-select prop. (#577)
* feat(date-picker): add close-on-selected prop.

* feat(date-picker): fix code

* Revert "Merge branch 'main' into fix/541"

This reverts commit 6420680336, reversing
changes made to 2b0e637425.

* Revert "Revert "Merge branch 'main' into fix/541""

This reverts commit 23c20ac101.
2021-07-24 00:04:21 +08:00
qige2016
1898c28a4d
refactor: update omit type (#601) 2021-07-23 23:48:15 +08:00
Mr.Bai
036cff0c90
feat(time-picker): add actions prop (#463)
* feat(time-picker): add actions prop

* feat(time-picker): add confirm

* fix(change-log): time-picker zh

* Update CHANGELOG.en-US.md

* Update CHANGELOG.zh-CN.md

Co-authored-by: Jiwen Bai <56228105@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-23 23:26:55 +08:00
07akioni
9570c5629f 2.15.6 2021-07-23 02:34:12 +08:00
07akioni
2d0573f1b8 docs(menu): clean demos 2021-07-23 02:24:16 +08:00
07akioni
0243412ab4 docs(dialog): clean demos 2021-07-23 02:14:00 +08:00
07akioni
e1efddfebb
Merge pull request #597 from TuSimple/docs
Docs
2021-07-23 02:03:56 +08:00
jesi
e35aa5d2e5
feat(dialog): add prop action (#581)
* fix(data-table): cover container width by table content width

* feat(dialog): add prop action

* docs: add issue link in CHANGELOG

* fix(data-table): remove useless change

* fix(dialog): slot demo

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-23 02:01:13 +08:00
XieZongChen
a833d9cfee
feat(menu): add render-icon prop (#569)
* feat(menu): n-menu add render-icon prop

* feat: optimization
2021-07-23 01:58:16 +08:00
XieZongChen
5d7ae9ea18
feat(mention): In n-mention’s options prop, the label prop support ca… (#593)
* feat(mention): In n-mention’s options prop, the label prop support callback function.

* feat: optimization
2021-07-23 01:55:43 +08:00
ZenQuan
a2cf8c9420
fix(data-table): after scroll-x property is set, the table content width is not full of the container width (#575)
* fix(DataTable): fix after the DataTable scroll-x property is set, the table content width is not full of the container width

* fix(DataTable): fix after the DataTable scroll-x property is set, the table content width is not full of the container width

* fix(DataTable): fix after the DataTable scroll-x property is set, the table content width is not full of the container width

* fix(DataTable): fix after the DataTable scroll-x property is set, the table content width is not full of the container width
2021-07-23 01:49:15 +08:00
Yugang Cao
a4fbbacd69
feat(dialog): useDialog add onMaskClick (#561)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-23 01:46:30 +08:00
Yugang Cao
3c687c7d8e
fix(data-table): pagination endIndex (#589)
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-23 01:43:27 +08:00
Yugang Cao
7991169f08
fix(data-table): rowClassName does not work (#592)
* fix(n-data-table): rowClassName does not work

* Update CHANGELOG.zh-CN.md

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-23 01:31:46 +08:00
Mr. Will
e3d0740fef
docs(select): fix typo (#579) 2021-07-23 01:17:34 +08:00
songjianet
b4049466b7
docs(log): api table (#588) 2021-07-23 01:02:38 +08:00
songjianet
407c89ea81
docs(statistic): api table (#587)
* docs(statistic): 完善统计数据组件的说明文档

* docs(statistic): 更新一部分统计数据组件的参数文档
2021-07-23 00:59:43 +08:00
songjianet
7ac6d1ce90
docs(table): api table (#586)
* docs(table): 完善表格组件的说明文档

* docs(table): 更新一部分表格组件的参数文档

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-23 00:50:29 +08:00
Yugang Cao
e3a80ae139
docs(icon): api table (#595) 2021-07-23 00:32:47 +08:00
zoomdong
b674a8541c
feat(color-picker): action prop (#533)
* feat: color-picker support control

* chore: update code

* chore: update code

* chore: update code
2021-07-23 00:18:46 +08:00
gangG
8edc84e8b4
docs(checkbox): delete the VNodeChild attribute of label (#591)
* docs(checkbox): delete the VNodeChil attribute of label

* Update src/checkbox/demos/zhCN/index.demo-entry.md

* Update src/checkbox/demos/zhCN/index.demo-entry.md

Co-authored-by: gang.yang <gang.yang@tusimple.ai>
Co-authored-by: Yugang Cao <34439652+Talljack@users.noreply.github.com>
2021-07-23 00:12:07 +08:00
07akioni
7538b91e7b test(select): fix scrollTo warning 2021-07-23 00:05:30 +08:00
07akioni
16b8ae2ed3 docs(slider): format tooltip 2021-07-22 23:41:27 +08:00
Yugang Cao
9ae9db50cc
fix(dialog): dialog test failed (#578)
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-07-22 21:55:32 +08:00
07akioni
9c20c519fa test(space): update snapshot 2021-07-22 01:33:46 +08:00
07akioni
926386521e
Merge pull request #570 from TuSimple/docs
Docs
2021-07-22 01:26:24 +08:00
07akioni
180d802d1f docs(changelog): space justify prop 2021-07-22 01:21:41 +08:00
07akioni
1c82974e11 fix(space): type error 2021-07-22 01:16:10 +08:00
07akioni
a922ba5cc8
Merge branch 'main' into docs 2021-07-22 01:07:50 +08:00
07akioni
dab555da64 fix(dialog): display an empty button when positive-text is not set, fix #549 2021-07-22 01:06:46 +08:00
07akioni
b29f32fda7 chore(tag): clean codes 2021-07-22 01:06:46 +08:00
doom-9
661cf152c9
feat(carousel): add active transform style for button (#534) 2021-07-22 00:49:48 +08:00
df8186480d
feat(space): space justify center space- (#182)
* feat: space justify

* docs: en

* fix: space margin gap

* chore: docs

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-07-22 00:48:23 +08:00