element-plus/docs
虞金攀 904aa0e21b
feat(components): add tree select component (#6843)
* feat(ElTreeSelect): add tree select base component

* refactor(ElTreeSelect): use render function and move select/tree props to them self module

* fix(ElTreeSelect): init value not checked

* fix(ElTreeSelect): `toArray` ignores valid values

* fix(ElTreeSelect): expose not working when defined on mounted

* fix(ElTreeSelect): watch `modelValue` deep

* test(ElTreeSelect): add base unit test

* perf(ElTreeSelect): default slot should be a function

* fix(ElTreeSelect): `onNodeClick` can not call,

* test(ElTreeSelect): update unit test

* fix(ElTreeSelect): `onNodeClick` can not call,

* fix(ElTreeSelect): remove folder node when `checkStrictly` is false

* feat(ElTreeSelect): export `ElTreeSelect`

* fix(ElTreeSelect): `filterMethod` conflicts with `filterNodeMethod`

* docs(ElTreeSelect): add component docs

* fix(ElTreeSelect): fix lint

* docs(ElTreeSelect): fix lazy loading requires non-leaf nodes, and change mock labels

* docs(ElTreeSelect): the link address of the attributes is incorrect

* docs(ElTreeSelect): `dropdown` doesn't need the `-` symbol

* refactor(ElTreeSelect): use alias path and make sure vue is above to components

* refactor(ElTreeSelect): use a unified namespace for styles

* docs(ElTreeSelect): change option labels in default slots

* refactor(ElTreeSelect): import `ElOption` using unified entry and change the way to override the select click event

* style(ElTreeSelect): sort imports

* docs(ElTreeSelect): update the documentation for special codes

* refactor(ElTreeSelect): keep it consistent with the select style

* refactor(ElTreeSelect): use `isFunction` from `@element-plus/utils`

* refactor(ElTreeSelect): use single closing tag when no subset

* docs(ElTreeSelect): set `TreeSelect` promotion as `2.1.8`
2022-04-02 15:15:33 +08:00
..
.vitepress feat(components): add tree select component (#6843) 2022-04-02 15:15:33 +08:00
en-US feat(components): add tree select component (#6843) 2022-04-02 15:15:33 +08:00
examples feat(components): add tree select component (#6843) 2022-04-02 15:15:33 +08:00
public chore: update sponsor (#6891) 2022-03-29 22:49:54 +08:00
.eslintignore feat: extract eslint config to separate package (#6495) 2022-03-10 15:39:13 +08:00
.eslintrc.json chore(project): rename .eslint.js to .eslint.json (#6584) 2022-03-13 14:19:51 +08:00
.gitignore
components.d.ts docs: optimize deps when dev (#5434) 2022-01-18 06:33:53 +08:00
crowdin.yml
index.md fix(docs): build without window and Element error (#6656) 2022-03-15 22:13:01 +08:00
package.json chore: upgrade deps (#6937) 2022-04-01 10:33:16 +08:00
tsconfig.json fix(docs): improve component typings (#6524) 2022-03-10 22:34:59 +08:00
unocss.config.ts chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
vite.config.ts refactor(docs): switch to unocss (#6728) 2022-03-22 17:16:46 +08:00