Commit Graph

5371 Commits

Author SHA1 Message Date
07akioni
0ba21868ba 2.17.2 2021-09-06 10:29:24 +08:00
07akioni
5b7935e336 fix: type error caused by vue 2021-09-06 10:26:12 +08:00
07akioni
95703aa04e docs(changelog): fix 2021-09-06 10:05:36 +08:00
07akioni
69219446c8
fix(tree): show path
Fix tree show path
2021-09-06 10:03:14 +08:00
07akioni
e732d62926 2.17.1 2021-09-06 09:59:42 +08:00
unknown
7d87ef7427 fix(tree-select): add log 2021-09-06 09:57:09 +08:00
07akioni
3380c7f521 fix(cascader): menu not showing correct checked keys 2021-09-06 09:56:19 +08:00
unknown
bb0843ff0e fix(tree-select): showPath fixed 2021-09-06 09:53:02 +08:00
07akioni
41f79ce285 2.17.0 2021-09-05 15:21:12 +08:00
07akioni
d1c9ac32bf docs: update api format 2021-09-05 15:05:09 +08:00
07akioni
36b8e0d906 fix(select): delete option has wrong type 2021-09-05 14:57:03 +08:00
07akioni
a40897b44d
Merge pull request #1093 from TuSimple/docs
Docs
2021-09-05 14:14:24 +08:00
kalykun
a4a0710972
test(checkbox): add some test case (#1090)
* test(checkbox): add some test case

* Update snapshots

* Code optimization
2021-09-05 14:13:23 +08:00
07akioni
70399bcd4b fix(calendar): text color of disabled date 2021-09-05 14:11:25 +08:00
07akioni
ec1efe318d fix(popselect): default placement & padding 2021-09-05 13:55:14 +08:00
07akioni
348fb0c805 feat(cascader): add children-field, label-field, value-field props 2021-09-05 13:53:11 +08:00
07akioni
8c39476046 feat(cascader): add check-strategy prop 2021-09-05 12:36:42 +08:00
zhenzhen
57b2b9133e
docs(data-table): add default-expanded-row-keys prop (#1091)
* docs(data-table):add default-expanded-row-keys prop

* fix doc

* docs(data-table):add default-expanded-row-keys prop
2021-09-05 11:40:40 +08:00
07akioni
fc1fdba064
refactor(upload): make list-type work (#1016)
* refactor(upload): picture type, wip

* refactor(upload): make list-type work

* fix(upload): remove useless prop

* chore(upload): clean code
2021-09-05 11:39:15 +08:00
kalykun
7d9477f978
docs(checkbox): add size prop (#1089)
* docs(checkbox): add size prop

* docs: format

* docs: format

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

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-05 02:05:52 +08:00
07akioni
829ded4727 feat(input): add show-password-on prop 2021-09-04 18:25:57 +08:00
07akioni
5f50b7982c refactor(collapse): header-extra slot 2021-09-04 17:40:55 +08:00
小魔王
98ccbaba15
feat(collapse): add header-extra slot (#1064)
* feat(collapse): add 'header-extra' slot

* feat(collapse): add test

* feat(collapse): 优化样式

* feat(collapse): 优化样式

* feat(collapse): 优化样式

* feat: add test

Co-authored-by: unknown <liyang@xiaoyouzi.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-04 16:52:07 +08:00
07akioni
286e29de37 refactor(message): keepAliveOnHover 2021-09-04 16:03:35 +08:00
07akioni
440dbb54b1 chore: update deps, marked@3.0.2 2021-09-04 15:13:24 +08:00
Mr.Bai
4ac6287697
feat(message): add keepAliveOnHover option (#1039)
* feat(message): hover message not auto close

* feat(message): update docs

* feat(n-message): optimization

* update changelog

* Apply suggestions from code review

Co-authored-by: Jiwen Bai <56228105@qq.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-04 15:07:49 +08:00
Ah jung
fc2fb773b3
docs(code): change import hljs example to javascript lang (#1079) 2021-09-04 14:49:09 +08:00
songjianet
57f68cd4f9
docs(transfer): composition api (#1078)
* docs(transfer): Upgrade the use case of transfer component to Composition API

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-04 14:46:03 +08:00
07akioni
986c0be876 refactor: sync type exports 2021-09-04 14:38:48 +08:00
equt
424f1cd1c0
feat: add missing export types in documentation (#1066)
* feat: export UploadFile

* doc(upload): update CHANGELOG

* feat(dropdown): export `DropdownDivider` type

* feat(cascader): alias CascaderOption option

* feat(mention): export `MentionOption` type

* feat(transfer): export `TransferOption` type

* feat(pagination): add `PaginationInfo` type

* feat(data-table): add `CreateSummary` type

* fix: export missing `DropdownDivider`

* feat(dropdown): add `DropdownGroup` & `DropdownSubmenu` type

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-04 14:12:34 +08:00
07akioni
b61363c882 refactor(code): clean codes 2021-09-04 14:11:46 +08:00
afocus
02b8d0ccad
feat(code): xadd inline prop (#1000)
* feat(code): options add inline prop

* fix(code): option inline default prop

* optimize code

* docs(code) Upgrade the use case of code component to Composition API

* docs(code) Upgrade the use case of code component to Composition API

* Apply suggestions from code review

* fix(code):修复非高亮下inline无效的问题,修复inline下css强制block的问题

* Apply suggestions from code review

Co-authored-by: wangyinliang <wangyinliang@parkingwang.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-04 14:01:30 +08:00
07akioni
4cde964fe8 docs(data-table): fix variable case 2021-09-04 13:56:56 +08:00
songjianet
d53d7db0bd
docs(data-table): composition api (#1067) 2021-09-04 13:49:52 +08:00
XieZongChen
a232eace77
docs(cascader): update demo (#1086) 2021-09-04 13:47:38 +08:00
07akioni
4b51a4629d refactor: flatten remove comment node by default 2021-09-04 13:43:14 +08:00
doom-9
25b8b9fde1
feat(description): remove warning on v-if (#1084) 2021-09-04 13:31:11 +08:00
doom-9
d2ecf5aa7d
feat(message): simplify the demo code (#1082)
* feat(message): Simplify the demo code

* feat: fix code
2021-09-04 13:27:49 +08:00
kalykun
73293192c2
test(steps): add some test case (#1065) 2021-09-04 10:43:47 +08:00
songjianet
71bfed23ee
docs(upload): Upgrade the use case of upload component to Composition API (#1077) 2021-09-04 10:40:53 +08:00
XieZongChen
8caa813c48
test(cascader): update test (#1085) 2021-09-04 10:24:59 +08:00
songjianet
2c74349a74
docs(code): Upgrade the use case of code component to Composition API (#1076) 2021-09-03 18:07:38 +08:00
Yugang Cao
36941c73a4
docs(space): update space docs (#1047)
* docs(space): update space docs

* docs: update

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-09-03 12:31:26 +08:00
XieZongChen
9e46d51879
test(cascader): add test (#1061) 2021-09-03 07:35:07 +08:00
07akioni
b51124d729 chore: update ts & vue 2021-09-03 03:19:34 +08:00
equt
29696c1913
chore: let eslint respect prettier config (#1058)
* chore: let eslint respect prettier config

* style: run code linting
2021-09-03 02:13:12 +08:00
dependabot[bot]
fb83c44619
chore(deps-dev): bump @types/jest from 26.0.24 to 27.0.1 (#866)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 27.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-03 02:05:05 +08:00
07akioni
140bbace41 fix(tree-select): clean code related to check strategy 2021-09-03 01:59:24 +08:00
小魔王
6ccbe869c1
feat(tree-select): add check-strategy prop (#758)
* feat(tree-select): 增加勾选指定中策略属性

* feat(tree-select): 更新日志

* feat(tree): update treemate to add check strategy

* feat(select): disabled option hide close iocn

* feat(tree): 兼容合并leaf-only与子策略属性

* feat: 回显值跟随策略优化

* feat: 优化回显结果

* Update TreeSelect.tsx

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-03 01:16:57 +08:00
07akioni
29577a22d2 refactor(table): clean code 2021-09-03 01:10:54 +08:00