Files
Gnalvin d720e5c31c feat(components): [splitter] new component (#20145)
* feat(components): [splitter] new component

* docs(components): [splitter] update docs

* feat(components): [splitter] add export ElSplitter ElSplitterPanel types

* feat(components): [splitter] support touch even

* Update docs/.vitepress/crowdin/en-US/pages/component.json

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>

* docs: update

* docs: update

* chore: update docs & code

* chore: update docs & fix code type error

* fix: use slot show error

* refactor(components): [splitter] modify props use

* refactor(components): [splitter] use native event listener to drag

* fix(components): [splitter] panel bind attrs

* refactor: use `useOrderedChildren`

* chore: fix types

* feat: add icon

* chore: translate comments and add beta tag

* docs: add default-size api

* docs: remove demo lang="scss"

* refactor: remove default-size api

---------

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
Co-authored-by: warmthsea <2586244885@qq.com>
Co-authored-by: Dsaquel <291874700n@gmail.com>
Co-authored-by: kooriookami <bingshuanglingluo@163.com>
2025-06-03 23:01:28 +08:00

87 lines
2.2 KiB
TypeScript

export * from './affix'
export * from './alert'
export * from './autocomplete'
export * from './avatar'
export * from './backtop'
export * from './badge'
export * from './breadcrumb'
export * from './button'
export * from './calendar'
export * from './card'
export * from './carousel'
export * from './cascader'
export * from './cascader-panel'
export * from './check-tag'
export * from './checkbox'
export * from './col'
export * from './collapse'
export * from './collapse-transition'
export * from './color-picker'
export * from './config-provider'
export * from './container'
export * from './countdown'
export * from './date-picker'
export * from './descriptions'
export * from './dialog'
export * from './divider'
export * from './drawer'
export * from './dropdown'
export * from './empty'
export * from './form'
export * from './icon'
export * from './image'
export * from './image-viewer'
export * from './input'
export * from './input-number'
export * from './input-tag'
export * from './link'
export * from './menu'
export * from './overlay'
export * from './page-header'
export * from './pagination'
export * from './popconfirm'
export * from './popper'
export * from './progress'
export * from './radio'
export * from './rate'
export * from './result'
export * from './row'
export * from './scrollbar'
export * from './select'
export * from './select-v2'
export * from './skeleton'
export * from './slider'
export * from './space'
export * from './statistic'
export * from './steps'
export * from './switch'
export * from './table'
export * from './table-v2'
export * from './tabs'
export * from './tag'
export * from './text'
export * from './time-picker'
export * from './time-select'
export * from './timeline'
export * from './tooltip'
export * from './transfer'
export * from './tree'
export * from './tree-select'
export * from './tree-v2'
export * from './upload'
export * from './virtual-list'
export * from './watermark'
export * from './tour'
export * from './anchor'
export * from './segmented'
export * from './mention'
export * from './splitter'
// plugins
export * from './infinite-scroll'
export * from './loading'
export * from './message'
export * from './message-box'
export * from './notification'
export * from './popover'