Commit Graph

4528 Commits

Author SHA1 Message Date
井柏然
406ac68fc8
fix(components): [table-v2] endReached triggered twice when first (#11928) 2023-03-10 14:49:20 +08:00
Dave
a99bc4fb49
fix(components): [popover | tooltip] keep autoClose prop (#11833)
* feat(hooks): [use-delayed-toggle] add autoClose option

* fix(components): [tooltip] keep autoClose prop
2023-03-10 14:48:12 +08:00
qiang
a4063fd8d2
docs: accessibility improvement (#11825)
* docs: accessibility improvement for navbar

* docs: accessibility improvement for demo

* refactor: replace ElPopover with ElDropdown

* docs: accessibility improvement for nav-full

* docs: accessibility improvement for back-to-top

* feat: add skip link that jump to the content
2023-03-10 14:43:22 +08:00
Xc
a67b52ccce
docs(components): [tooltip] (#11850)
* docs(components): [tooltip]
* Update popconfirm docs with new syntax.
* Remove tabindex and manual api

* docs(components): [tooltip]
* add Exposes

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]
2023-03-10 14:42:46 +08:00
Jeremy
69746e6f36
fix: [message-box] lock scroll (#11921)
* Closes #11919
2023-03-09 10:13:46 +08:00
Element
1969eaa052
chore: Update changelog 2.2.36 (#11913)
chore: update changelog 2.2.36
2023-03-08 15:29:33 +00:00
Jeremy
ff673f72b8
fix(components): [global-config] global injection (#11899)
* fix(components): [global-config] global injection

* Fix global injection cannot receive configs

* chore: fix formats

* fix: implementation defect
2023-03-08 23:12:17 +08:00
Travis
6a977d3df1
fix(components): [select] filter all ElOption item labels (#11909)
* fix(components): [select] filter all ElOption item labels

Include children of ElOptionGroup

closed #11903

* refactor(components): [select] use isFunction instead
2023-03-08 15:06:44 +00:00
Mario34
da73213549
fix(components): [table] useZIndex is called outside setup (#11895) (#11900) 2023-03-08 22:30:43 +08:00
qiang
6b983e1215
chore(components): [table-v2] accessibility improvement (#11891) 2023-03-08 15:14:06 +08:00
Travis
8d752c74b9
fix(components): [select] Filter duplicate emits of "update options" (#11884)
* fix(components): [select] Filter duplicate emits of "update options"

* perf(components): [select] Code standardization
2023-03-08 07:13:15 +00:00
Element
a83fd9b6d6
chore: Update changelog 2.2.35 (#11883)
chore: update changelog 2.2.35
2023-03-07 15:01:24 +00:00
Jeremy
3eda7fc603
fix(components): [overlay] namespace issue (#11881)
* Fix namespace issue on global components overlay.
* Closes #11877
2023-03-07 22:51:31 +08:00
Jeremy
b29d0b9869
fix(components): [global-config] (#11866)
* fix(components): [global-config]

* Fix size injection for global components.

* chore: remove unused
2023-03-07 21:40:29 +08:00
Jeremy
5ca063628a
fix(components): [select] console warning (#11868)
* fix(components): [select] console warning

* Move rendering related logic into render functions.

* chore: fix warnings

* fix: keyboard navigation issue
2023-03-07 20:00:55 +08:00
Element
0d8884b461
chore: Update changelog 2.2.34 (#11852)
chore: update changelog 2.2.34
2023-03-06 23:39:33 +08:00
Jeremy
c2710d97d0
fix(components): [global-config] (#11847)
* fix(components): [loading]

* Remove inappropriate way of using injection in directives.

* chore: rewrite implementation

* fix(components): [global-config]

* Fix global config injection in global components.

* chore: fix format

* chore: remove .only modifier

* chore: fix failing tests
2023-03-06 23:20:21 +08:00
qiang
df600f2bed
docs: fix the nav menu overlap (#11822) 2023-03-05 22:03:09 +08:00
yujinpan
e31533e8fe
fix(components): [tree-select] cache data update incorrect (#11225) 2023-03-05 07:24:25 +08:00
qiang
2734d50967
fix(components): [table-v2] class of column is not valid (#11815)
closed #11810
2023-03-04 21:45:28 +08:00
qiang
85338b41f5
docs(components): [icon] using shallowRef instead of ref (#11809) 2023-03-04 12:45:13 +09:00
iamkun
829c3dfe60
Revert "docs: error when frontmatter does not exist" (#11807)
Revert "docs: error when frontmatter does not exist (#10561)"

This reverts commit c88c6cdb8f.
2023-03-03 15:42:53 +00:00
Element
19b2f76394
chore: Update changelog 2.2.33 (#11806)
chore: update changelog 2.2.33
2023-03-03 12:19:50 +00:00
0song
17d3b9e87c
chore: update doc padding (#11797) 2023-03-03 05:57:20 +00:00
btea
7804bd89e1
chore(ci): update issue-labled.yml link (#11792)
chore: update issue-labled.yml link
2023-03-02 20:38:31 +09:00
dopamine
18644cf373
fix(theme-chalk): [tab] correct padding of card item on hover (#11283)
* fix(theme-chalk): [tab] correct padding of card item on hover
2023-03-01 22:49:25 +08:00
guizo
0c694f47c8
docs(components): Adds tip about disabling validator trigger (#11745)
* docs(components): Adds tip about disabling validator trigger

* docs(components): Include other input type components on tip
2023-03-01 10:05:36 +00:00
Jeremy
4c27822ef0
fix(components): circular referencing issue (#11777)
* fix(components): circular referencing issue

* Move sizes related into hooks.
* Remove size definitions in forms only re-exports.

* chore: fix failing tests
2023-03-01 16:44:09 +08:00
Simon He
a0dbd37226
refactor(components): [steps] (#10427) 2023-03-01 15:13:37 +08:00
qiang
5633dfe54b
fix(components): [autocomplete] the blur event is not triggered (#10091)
* fix(components): [autocomplete] the blur event is not triggered

closed #9183

* test(components): [autocomplete] add event:focus

* test(components): [autocomplete] add event:focus

* refactor(components): [autocomplete] optimize code
2023-03-01 14:48:39 +08:00
Jeremy
105d41799e
refactor(components): [color-picker] alpha-slider (#10332)
* refactor(components): [color-picker] alpha-slider

* Extract logic code out of color-picker/alpha-slider

* fix: exposing methods

* chore: expose refs

---------

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2023-03-01 14:32:26 +08:00
洪布斯
c88c6cdb8f
docs: error when frontmatter does not exist (#10561) 2023-03-01 14:23:44 +08:00
Jeremy
a30ae9d103
refactor(project): removing packages/tokens (#11769)
* refactor(tokens): remove tokens

* Remove tokens/breadcrumb.

* refactor(tokens): remove tokens/button

* refactor(tokens): remove tokens/carousel

* refactor(tokens): removing tokens/checkbox

* refactor(tokens): removing tokens/collapse

* refactor(tokens): removing tokens/dialog

* refactor(tokens): removing tokens/pagination

* refactor(tokens): removing tokens/radio

* refactor(tokens): removing tokens/row

* refactor(tokens): removing tokens/scrollbar

* refactor(tokens): removing tokens/slider

* refactor(tokens): removing tokens/tabs

* refactor(tokens): removing tokens/upload

* refactor(tokens): removing tokens/popper

* refactor(tokens): removing tokens/tooltip

* refactor(tokens): removing tokens/tooltip-v2

* refactor(tokens): removing tokens/date-picker

* refactor(project): removing tokens/experimentals

* Remove tokens/experimentals
* Remove package/tokens
* Remove tokens related parts

* refactor(project): removing packages/tokens completely

* chore: update import statement
2023-03-01 13:59:21 +08:00
Lck6de1p
61fb319315
refactor(tooltip): replace any to OnlyChildExpose (#11660)
feat(tooltip): replace  any to OnlyChildExpose
2023-02-28 23:21:03 +08:00
Travis
be0ed4de68
fix(components): [tabs] tab-bar need to adapt to tabs width change (#11731)
* fix(components): [tabs] tab-bar need to adapt to tabs width change

closed #11722

* perf(components): [tabs] tabBar -> tabBarRef
2023-02-28 13:19:19 +08:00
Jeremy
d58149f4bb
refactor(components): [config-provider] (#11749)
* refactor(components): [config-provider]

* Port useConfigProviders and tokens to components/.

* refactor(hooks): [global-config]

* Reimplement a few coupled hooks.
* Remove hooks/globa-config and tokens/&.
* Update import paths based on the changes.

* chore: fix a failing test case
2023-02-28 10:35:56 +08:00
井柏然
2f5629a2f8
fix(components): [select] support custom height (#10840) (#10847)
* fix(components): [select] support custom height (#10840)

fix(components): [select] support custom height (#10840)

* fix(components): [select] support custom height (#10840)
2023-02-27 22:05:14 +08:00
류한경
8de2c9c450
fix(components): [select] add popper-options prop (#11734) 2023-02-27 19:20:18 +09:00
Jeremy
11925c8231
refactor(tokens) - [form] (#11743)
* refactor(tokens): [form] - remove tokens/form

* Move content in tokens/form to components/form.
* Replace token imports in components/form.

* chore: remove form/tokens and replace imports

* refactor(components): [form/form-item]

* Move `useForm` related hooks to components/form
* Replace references to reduce circular dependencies.
2023-02-27 13:19:20 +08:00
qiang
3a1b683ee3
fix(components): [tabs] add deep attribute to watch (#11724) 2023-02-26 01:35:46 +08:00
btea
842fb2b286
fix(components): [select] fix the hoverIndex display error (#11297)
* fix(components): [select] fix the hoverIndex display error

* fix: update useSelect
2023-02-25 16:43:40 +08:00
Xc
df6074f8b8
style(components): [breadcrumb] item use inline-flex (#11683)
style(components): [breadcrumb] item use inline-felx
2023-02-25 15:50:40 +08:00
Xc
2726dc5c98
fix(components): adjust menu close api (#11682)
*When calling externally, you should only need to pass the index, and you don't need to execute emit.
2023-02-25 15:17:38 +08:00
jiangyeka
ce79ee1abe
docs: [form] add FormRules type assertion (#11711)
* feat(docs): [form] 完善文档的案例规则类型

* feat(docs): [form] 修改类型位置

---------

Co-authored-by: jinpeng <jinpeng@mbse.com.cn>
2023-02-24 19:14:51 +08:00
wonderl17
be9ef049f9
fix(docs): [search] fix navigate error when enter pressed (#11718) 2023-02-24 18:04:36 +08:00
wonderl17
8280a0b322
chore(components): [table] fix table config typo (#11700) 2023-02-24 18:36:23 +09:00
richex-cn
e46fd703a3
fix(components): [autocomplete] clearable and disabled props not working (#11714)
* fix(components): [autocomplete] clearable and disabled props not working

* fix(components): [autocomplete] add name props to input (#11714)
2023-02-24 15:14:04 +08:00
btea
a5e09ca178
docs(components): [date-picker] add popper-options prop (#11555)
* docs(components): [date-picker] add popper-options prop

* chore: format
2023-02-24 10:49:56 +09:00
btea
5ea5c88b90
chore: update contributing.md (#11708) 2023-02-24 10:40:47 +09:00
acyza
1b634705c8
fix(components): [tooltip] display tooltip correctly (#11643)
* fix(components): [tooltip] display tooltip correctly

* Update packages/hooks/use-popper/index.ts

Co-authored-by: Jeremy <15975785+jw-foss@users.noreply.github.com>

---------

Co-authored-by: Jeremy <15975785+jw-foss@users.noreply.github.com>
2023-02-22 12:27:48 +00:00