Commit Graph

6031 Commits

Author SHA1 Message Date
XieZongChen
6742f634b4
test(table): update test (#1729) 2021-12-03 09:49:06 +08:00
07akioni
f30633cda1
Merge pull request #1728 from TuSimple/main
sync main
2021-12-03 05:25:45 +08:00
07akioni
82c3757ee9 2.21.3 2021-12-03 05:24:29 +08:00
07akioni
e0d8e602b9 docs(input-number): explain update-value-on-input 2021-12-03 05:21:26 +08:00
07akioni
9ec76e449b fix(image): pointer style when showError is true 2021-12-03 05:18:15 +08:00
07akioni
cdedb7a8b9
Merge pull request #1727 from TuSimple/docs
Docs
2021-12-03 05:13:09 +08:00
07akioni
2fedaf800f test(button): fix 2021-12-03 05:12:32 +08:00
07akioni
65e90cfe74 refactor(theme-editor): fix button theme error 2021-12-03 05:06:00 +08:00
Yugang Cao
14593407a7
fix(theme-editor): throw error when click button (#1711)
* fix: theme-editor throw error when click button

* fix: update fn name

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-12-03 05:02:42 +08:00
XieZongChen
7278df6717
fix(input): color is abnormal in Android WeChat (#1707)
* fix(input): color is abnormal in Android WeChat

* fix: optimization

* fix: optimization

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-12-03 04:57:12 +08:00
07akioni
b00ee4268e fix(data-table): header & body may have wrong border radius, closes #1712 2021-12-03 04:52:54 +08:00
Yugang Cao
c76925cde4
fix(input): borderHover does not work (#1706)
* fix(input): borderHover does not work

* Update CHANGELOG.en-US.md

Co-authored-by: XieZongChen <46394163+amadeus711@users.noreply.github.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: XieZongChen <46394163+amadeus711@users.noreply.github.com>

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: XieZongChen <46394163+amadeus711@users.noreply.github.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-12-03 04:15:58 +08:00
07akioni
c318990530 refactor(tree): watch-props prop fix & refactor 2021-12-03 04:10:53 +08:00
Yugang Cao
cc891a0d1b
feat(tree): add watch-props prop (#1719)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-12-03 04:05:23 +08:00
XieZongChen
4a6414a39c
fix(dialog): content style problem when use English (#1720)
* fix(dialog): content style problem when use English

* Update src/dialog/src/styles/index.cssr.ts

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-12-03 04:02:50 +08:00
07akioni
b3e41e9910 refactor(input-number): fix decimals 2021-12-03 04:01:07 +08:00
Yugang Cao
c316279a9d
fix(input-number): cannot input decimal value (#1722)
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-12-03 03:50:02 +08:00
07akioni
e371fa8819 test(image): fix 2021-12-03 03:48:35 +08:00
07akioni
e5f54e7d03 refactor(image): fallback-src 2021-12-03 03:46:31 +08:00
07akioni
5f8ede0595 refactor(switch): add rail-style prop 2021-12-03 02:48:30 +08:00
07akioni
a85782db14 docs(data-table): on-update:expanded-row-keys 2021-12-03 01:47:04 +08:00
居里栈栈
3884845c35
feat(image): add can-preview & on-load prop and add loading & errorbox slot (#1714)
* feat(n-input):add select methods, closes #1328

* Feat(image):add canPreview,onLoad,loading,errorbox

* del(image) show errorBox tests

* feat(switch):add activeColor`&inactiveColor&activeButtonColor&inactiveButtonColor

Co-authored-by: 勤劳上班的卑微小张 <jiazhan.zhang@ggimage.com>
2021-12-03 01:46:00 +08:00
0x009922
eff7472a6f
docs: fix type "Focus" label at focus trigger (#1725) 2021-12-02 22:24:38 +08:00
XieZongChen
195c94a0c3
test(table): update test (#1721) 2021-12-02 15:57:26 +08:00
XieZongChen
7350ec7561
test(table): update test (#1716) 2021-12-01 14:52:04 +08:00
XieZongChen
7ce4998dee
test(table): update test (#1713) 2021-12-01 09:45:09 +08:00
XieZongChen
b7182ba37a
test(table): update test (#1702) 2021-11-30 09:47:30 +08:00
XieZongChen
2e495d325b
docs(log): update trim prop docs (#1701) 2021-11-29 15:32:21 +08:00
XieZongChen
088319fc11
test(log): update test (#1700) 2021-11-29 11:12:42 +08:00
07akioni
3c9fc505e2
Merge pull request #1698 from TuSimple/main
sync main
2021-11-29 01:22:56 +08:00
07akioni
7c4dcd9873 2.21.2 2021-11-29 01:20:58 +08:00
07akioni
7642a62b25 feat(auto-complete): add prefix & suffix slots 2021-11-29 00:57:25 +08:00
07akioni
9e9dcca096
Merge pull request #1697 from TuSimple/docs
Docs
2021-11-29 00:53:07 +08:00
07akioni
d93985a34c
Merge branch 'main' into docs 2021-11-29 00:52:58 +08:00
07akioni
814ca77ceb fix(input-number): input value is not changed to a valid value if it exceeds min or max multiple times 2021-11-29 00:51:03 +08:00
07akioni
da13fcf152 feat(input-number): add update-value-on-input prop, closes #1664 2021-11-29 00:41:09 +08:00
07akioni
bb1682002f feat(popover): better flip, closes #1520, closes #1643 2021-11-29 00:12:37 +08:00
07akioni
9050fbccf0 fix(data-table): arrow vertical align 2021-11-28 23:40:30 +08:00
07akioni
b079e7d14c feat(data-table): add expanded-row-keys prop 2021-11-28 23:36:23 +08:00
07akioni
ddb2326651 refactor(upload): custom request 2021-11-28 23:35:00 +08:00
07akioni
989bcffb2a fix(popover): remove invalid line in style 2021-11-28 23:04:17 +08:00
Mr.Bai
9fcc91525b
feat(upload): support custom request (#1474)
* feat(upload): support custom request

* optimazitaion

* feat(upload): custom request finished

* feat(upload): update doc

* feat(upload): update changelog

* optimazition

* update change log

* optimazition

* update changelog

* update changelog

* update changelog

* Update src/upload/demos/enUS/index.demo-entry.md

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

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

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

Co-authored-by: Jiwen Bai <56228105@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-11-28 23:03:24 +08:00
XieZongChen
dd844bb048
fix(data-table): pagination onUpdatePage prop trigger twice (#1677)
* fix(data-table): pagination onUpdatePage prop trigger twice

* fix: Optimization

* Update src/data-table/src/use-table-data.ts

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-11-28 20:57:46 +08:00
Sepush
9a539f402a
fix(popover): onFocus (#1695)
* fix:(popover): onFocus

Signed-off-by: Sepush <sepush@outlook.com>

* docs(changelog): add changelog

Signed-off-by: Sepush <sepush@outlook.com>
2021-11-28 14:32:37 +08:00
不见月
49e3543aac
fix(scrollbar): judement error on mouse up away (#1694) 2021-11-28 13:07:50 +08:00
07akioni
cd71f9a85e fix(notification): errors when push notification syncly 2021-11-28 04:39:47 +08:00
07akioni
de18f6dc3f test: fix temporaly 2021-11-28 02:55:55 +08:00
07akioni
fb410474cf feat(layout-sider): add on-after-enter, on-after-leave props, closes #1241 2021-11-28 01:58:59 +08:00
07akioni
dfa846c3df fix(date-picker): throw error when time-picker input is empty, closes #1678 2021-11-28 01:24:46 +08:00
07akioni
15eb953bf0 refactor(notification): max 2021-11-28 01:03:31 +08:00