Commit Graph

5500 Commits

Author SHA1 Message Date
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
doom-9
a715dfd545
feat(data-table): support shiftKey check (#1026)
* feat:n-input Support hidden password

* feat(form): support require-mark-placement(#171)

* Revert "feat(form): support require-mark-placement(#171)"

This reverts commit 0627777693.

* Revert "feat:n-input Support hidden password"

This reverts commit ea6491783d.

* feat(data-table): wip

* feat: fix code

* feat: fix code

* feat: update changelog

* feat: update changelog

* feat: fix code

* feat: fix code
2021-09-03 01:00:20 +08:00
kalykun
bbddd13084
feat(tree, tree-select): add children-field prop (#1040)
* feat(tree&tree-select): add children-field prop

* chore: update docs & deps
2021-09-03 00:42:47 +08:00
songjianet
9c0c971560
docs(tree): upgrade the use case of tree component to composition api (#1034)
* docs(tree): Upgrade the use case of tree component to Composition API

* docs(tree): Upgrade data

* docs(tree): Upgrade remark
2021-09-03 00:40:43 +08:00
kalykun
69a30f10fe
test(progress): add some test case (#1059) 2021-09-03 00:01:20 +08:00
songjianet
1df92431ec
docs(statistic): Upgrade the use case of statistic component to Composition API (#1048) 2021-09-02 22:13:36 +08:00
songjianet
87d834a42c
docs(thing): Upgrade the use case of thing component to Composition API (#1044) 2021-09-02 22:12:10 +08:00
songjianet
5ca2fd39ba
docs(time): Upgrade the use case of time component to Composition API (#1042) 2021-09-02 22:11:24 +08:00
Yugang Cao
5dff16c411
test(code): add code test case (#1045)
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-09-02 22:10:00 +08:00
kalykun
c328991b31
test(skeleton): add some test case (#1056) 2021-09-02 22:07:17 +08:00
CJ
6250d128b6
type(select): update value type (#1051) 2021-09-02 19:43:59 +08:00
songjianet
cb4d8392df
docs(log): Upgrade the use case of log component to Composition API (#1053) 2021-09-02 19:43:11 +08:00
XieZongChen
174377efb9
test(popconfirm): update test (#1041) 2021-09-02 10:08:10 +08:00
07akioni
0c1bb8e825 refactor(dropdown): clean codes 2021-09-02 00:59:56 +08:00
jesi
499c9a1b7d
feat(dropdown): options add on-click prop (#951)
* feat(dropdown): options add onClick prop

* refactor(dropdown): options add props prop

* refactor(dropdown): add props prop to options

* fix(dropdown): changelog docs

* fix(dropdown): trigger both methods

* docs(dropdown): rename demo

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-02 00:50:18 +08:00
07akioni
3db73a53f5 fix(input): Chinese input method not correct while mouse leave the input in clearable is true, closes #905, closes #979 2021-09-02 00:40:47 +08:00
daipeng
5b65408400
fix(cascader): click tag to delete the sub option in multi selection mode, and the tree option is not updated (#1038)
* fix(cascader):fixed handleDeleteOption.the tree option is not updated

* Apply suggestions from code review

* Update CHANGELOG.zh-CN.md

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-09-02 00:26:36 +08:00
07akioni
c6e817dfab chore: fail to registered github sponsor, just keep the file here 2021-09-02 00:13:08 +08:00
07akioni
db0bc329bc chore 2021-09-01 23:06:13 +08:00
07akioni
329e2367de
Create FUNDING.yml 2021-09-01 23:04:41 +08:00
Mr.Bai
9884dbf643
docs(data-table): add async usage at top (#1032)
Co-authored-by: Jiwen Bai <56228105@qq.com>
2021-09-01 11:57:40 +08:00
XieZongChen
25d4a748e2
test(popconfirm): add test (#1031) 2021-09-01 09:54:39 +08:00