Commit Graph

5712 Commits

Author SHA1 Message Date
07akioni
a4563e4c4c refactor(tabs): rename display-directive show to show:lazy 2021-10-27 02:16:31 +08:00
XieZongChen
44fd457157
feat(data-table): refactor virtual-scroll (#1295)
* refactor(tabs): on-before-leave prop

* fix(tabs): typo

* fix(upload): file can't be removed when file count limit is reached, closes #1401

* 2.19.11

* test(dialog): Update dialog component test (#1404)

* test(data-table): update test (#1411)

* feat(data-table): restructure virtual-scroll

* feat(data-table): optimization

* feat: optimization

* feat(data-table): optimization expanded

* feat: optimization

* feat: optimization

* feat: optimization

* feat: optimization

* feat: optimization

* feat: add change log

* Update src/data-table/src/TableParts/Body.tsx

Co-authored-by: 张乐聪 <zhanglecong@bytedance.com>
Co-authored-by: songjianet <1778651752@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-10-27 02:15:36 +08:00
不见月
079b8f4ed0
feat(tabs): support tab-pane lazy load (#1423)
* feat(tabs): support `tab-pane` lazy load

* docs(tabs): update docs

* chore(tab-pane): revised name

* perf(tabs): reduce the number of patch

* docs(tabs): update docs

* test(tabs): add test

* refactor(tabs): refactor `lazyload` of `tab-pane`

* fix(tabs): avoid dependency loop

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-10-27 01:57:55 +08:00
07akioni
2efa2f2374 fix: lint 2021-10-27 01:38:05 +08:00
bjym
f826003544
feat(date-picker): shortcuts function value (#1415)
* feat(date-picker): shortcuts function value

* feat(date-picker): Shortcuts remove data parameter

* Apply suggestions from code review

Co-authored-by: aaronz <aaron.bjym1011@outlook.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-10-27 01:31:50 +08:00
Christopher Reeve
0e8486dadf
add idonesian locale (#1438) 2021-10-27 01:19:08 +08:00
XieZongChen
4def75153e
test(data-table): update test (#1431) 2021-10-25 18:19:41 +08:00
XieZongChen
334b87d475
test(loading-bar): fix error (#1434) 2021-10-25 18:10:57 +08:00
07akioni
f618ffc167 fix(loading-bar): will show once even if start is not called when loading-bar-style is set 2021-10-25 01:07:19 +08:00
07akioni
0cbb1730cb fix(log): font-size prop not working, closes #1416 2021-10-24 00:36:51 +08:00
07akioni
6be0929805 fix(loading-bar): loadingBarStyle accept string & function 2021-10-24 00:21:34 +08:00
songjianet
a41b19042b
test(drawer): Update drawer component test (#1419) 2021-10-22 15:23:20 +08:00
不见月
9978d92906
feat(color-picker): add show-color-preview prop (#1395)
* feat(color-picker): add `color-preview`

* docs(color-picker): add docs

* docs(color-picker): replace symbols

* feat(color-picker): `color-picker-swatches` support keyboard selection

* fix: guarantee test pass

* chore: use `toUpperCase`

* feat(color-picker): add `show-preview` prop

* chore(color-picker): public color convert function

* chore: keep uppercase

* docs(color-picker): document with color preview

* chore(color-picker): correct the variable name

* docs(color-picker): update docs

* refactor(tabs): on-before-leave prop

* fix(tabs): typo

* fix(upload): file can't be removed when file count limit is reached, closes #1401

* 2.19.11

* test(dialog): Update dialog component test (#1404)

* test(data-table): update test (#1411)

* chore: correct prop

Co-authored-by: 张乐聪 <zhanglecong@bytedance.com>
Co-authored-by: songjianet <1778651752@qq.com>
Co-authored-by: XieZongChen <46394163+amadeus711@users.noreply.github.com>
2021-10-22 00:59:38 +08:00
张乐聪
d33b2a8283 fix: type error 2021-10-22 00:41:58 +08:00
张乐聪
f28f8ebcd2 fix(tabs): scroll passive warning, closes #1413 2021-10-22 00:24:08 +08:00
张乐聪
a98528f2d7 feat(collapse-transition): add show-prop, deprecate collapsed prop, closes #1407 2021-10-22 00:07:59 +08:00
XieZongChen
d92e19b78a test(data-table): update test (#1411) 2021-10-21 23:48:24 +08:00
songjianet
aeb3e010d6 test(dialog): Update dialog component test (#1404) 2021-10-21 23:48:24 +08:00
07akioni
0449838329 2.19.11 2021-10-21 23:48:21 +08:00
07akioni
439f265667 fix(upload): file can't be removed when file count limit is reached, closes #1401 2021-10-21 23:48:16 +08:00
07akioni
151dbc1da6 fix(tabs): typo 2021-10-21 23:48:12 +08:00
07akioni
17d65cdfe3 refactor(tabs): on-before-leave prop 2021-10-21 23:48:03 +08:00
小魔王
2c530b56da
feat(tabs): add on-before-leave prop (#1394)
* feat(tabs): add on-before-leave prop

* feat: demo引入属性优化

* feat: 优化tab加载

* feat: 优化tab加载

* feat: 处理新tab打开中断旧导航

Co-authored-by: unknown <liyang@xiaoyouzi.com>
2021-10-20 23:22:40 +08:00
doom-9
7686b69e2a
feat(date-picker): month-picker i18n 2021-10-20 13:47:57 +08:00
songjianet
7b3b1c99c8
test(descriptions): Update descriptions component test (#1400) 2021-10-20 09:15:59 +08:00
07akioni
1db7127f70 test(carousel): flatten promise code 2021-10-19 00:16:00 +08:00
songjianet
68a804b426
test(carousel): update test (#1335)
* test(carousel): Update carousel component test

* test(carousel): Update carousel component test

* test(carousel): Update carousel component test
2021-10-19 00:04:34 +08:00
XieZongChen
710410cae8
test(data-table): update test (#1392) 2021-10-18 10:04:50 +08:00
songjianet
aff36db44c
test(collapse): Update collapse component test (#1362) 2021-10-18 09:17:02 +08:00
07akioni
06462b96fc docs(changelog): fix typo 2021-10-18 02:11:52 +08:00
07akioni
e511b8d413 2.19.9 2021-10-18 01:59:37 +08:00
07akioni
83af15dbc8 fix(upload): type error 2021-10-18 01:52:58 +08:00
07akioni
f5a550e123
Merge pull request #1390 from TuSimple/docs
Docs
2021-10-18 01:49:13 +08:00
07akioni
e271e63272 feat(config-provider): add breakpoints prop, closes #1379 2021-10-18 01:44:46 +08:00
07akioni
8f6a34d37e feat(input-number): focus & blur methods 2021-10-18 00:51:37 +08:00
07akioni
18e2938933 refactor(upload): max 2021-10-18 00:43:01 +08:00
07akioni
53027762e6 fix(cascader): separator prop doesn't appiled to filter select menu 2021-10-17 23:57:31 +08:00
Kev1nzh
f1360847bb
feat(upload): add max prop and fix disabled's style (#1363)
* feat(upload): add `max` prop and fix `disabled`'s style  (#1237)

* feat(upload): fix CHANGELOG

* feat(upload): add test

* feat(upload): fix disabled

* Update src/upload/src/Upload.tsx

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

* feat(upload): fix `upload-dragger` mergedDisabled

Co-authored-by: kev1nzh <kev1nzh@app-ark.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-10-17 23:55:46 +08:00
07akioni
9c61354dee refactor(cascader): filter fixing 2021-10-17 22:59:23 +08:00
XieZongChen
35693c8644
fix(cascader): fix filter prop lose efficacy (#1382) 2021-10-17 22:50:17 +08:00
07akioni
1661e2edd5 feat(time-picker): add use-12-hours prop, closes #547 2021-10-17 22:45:00 +08:00
07akioni
134aa49ecd fix(upload): file is set to null after upload failure, closes #1316 2021-10-17 19:43:56 +08:00
07akioni
23a7f24888 feat(input): add count slot, closes #1314 2021-10-17 19:20:58 +08:00
07akioni
4ac6be229a fix(dialog): close button will be overlayed with content, closes #1381 2021-10-17 18:56:21 +08:00
07akioni
5708554ee8 fix(collapse): change original expaned names 2021-10-17 18:53:52 +08:00
07akioni
e140e848d4 fix(collapse): expanded status is lost when using v-if with n-collapse-item, closes #1387 2021-10-17 18:51:47 +08:00
小魔王
15c97c5ca7
test(auto-complete): update test (#1365)
Co-authored-by: unknown <liyang@xiaoyouzi.com>
2021-10-16 16:11:30 +08:00
XieZongChen
a2e5f557cb
feat(dropdown): add dropdown-props prop (#1369)
* feat(dropdown): add dropdown-props prop

* feat: optimization
2021-10-16 16:10:57 +08:00
XieZongChen
be94d3d243
docs: fix link jump in docs (#1380) 2021-10-16 11:34:53 +08:00
songjianet
871e86ed75
test(date-picker): update test (#1376)
* test(date-picker): Update date-picker component test

* test(date-picker): Update date-picker component test

* test(date-picker): Update date-picker component test

* test(date-picker): Update date-picker component test
2021-10-16 01:58:44 +08:00