Commit Graph

4546 Commits

Author SHA1 Message Date
Jeremy
c7b8cf7e54
refactor(components): [calendar] (#10155)
* refactor(components): [calendar]

* Extract date-table logic code into a dedicated file.

* chore: add an alias type export
2022-10-20 12:03:02 +00:00
Jeremy
4150baa7a3
refactor(components): [button] (#10152)
* refactor(components): [button]

* Extract logic code out of component.
* Reorganize code for better readabilities.

* chore: remove export of button group instance
2022-10-20 17:14:02 +08:00
Jeremy
84a867f847
refactor(components): [backtop] (#10151)
* refactor(components): [backtop]

* Extract logic code from component itself.
* Reorganize code for better readability.

* chore: remove handleScrollThrottled from being returned
2022-10-20 14:02:56 +08:00
Cully Fung
79982b8610
style(docs): [dialog] format (#10147)
* style(docs): [dialog] format

* style(docs): [dialog] format
2022-10-19 22:07:48 +08:00
Xc
aafdafa555
fix(components): [cascader] modelValue update problem (#10119)
* fix(components): [cascader] modelValue update problem

* fix(components): [cascader-panel] modelValue update

* fix(components): [cascader] use cloneDeep
2022-10-19 15:27:17 +08:00
Simon He
36b6106eff
fix(components): [switch] clipped text (#10081)
Co-authored-by: holazz <2418184580@qq.com>
2022-10-19 05:03:46 +00:00
tinyfind
2fb99b01e1
fix(components): [table] fix merge cell cannot show side shadow (#10095) 2022-10-19 10:15:59 +08:00
Danny Hebert
04820a4dcf
feat(components): [message-box] add append-to option (#10071) 2022-10-18 21:47:26 +08:00
qiang
01ce124940
fix(components): [autocomplete] optimize the select event type (#10105)
closed #8787
2022-10-18 18:46:52 +08:00
zz
ed03cd42bb
docs: fix dialog demo display error (#10136) 2022-10-18 15:21:26 +08:00
Simon He
bae2a62ba0
fix(component): [table] row-key due to current-change trigger (#10060)
fix: table row-key due to current-change trigger
2022-10-18 12:23:29 +08:00
LIUCHAO
48b40a5f27
fix(components): [table-v2] fix scroll to bottom (#9959)
closed 9953
2022-10-18 12:15:21 +08:00
ntnyq
cc8bfa128c
fix(components): [date-picker] fix readonly picker can be triggered (#9931)
fix(components): [date-picker] fix readonly pick can be triggered
2022-10-18 12:10:18 +08:00
mewcoder
c5799df0e4
docs(style): change DocSearch colors (#10117) 2022-10-18 11:16:35 +08:00
Qiang
f6157c7312
docs: fix a typo (#10115) 2022-10-17 20:58:24 +08:00
c0dedance
b053af67c2
docs: update messsage (#10094)
Update message.md
2022-10-15 12:09:51 +08:00
Hefty
8dafd0aa53
perf(components): [input] remove useless calculation (#10092)
No need to calculate icon offset after change to the `flex` layout
2022-10-14 18:16:48 +08:00
Hefty
2d69499935
fix(components): [input] missing native form attribute (#10093)
* fix(components): [input] missing native form attribute

closed #9827

* fix: change form prop default value to undefined
2022-10-14 18:15:57 +08:00
0song
359d2f6587
docs: fix doc tag (#10083) 2022-10-13 16:24:50 +00:00
0song
1f16d3acb4
docs: fix missing title (#10082) 2022-10-13 09:00:41 +00:00
Element
3745616265
chore: Update changelog 2.2.18 (#10079)
chore: update changelog 2.2.18
2022-10-13 07:18:41 +00:00
Giwayume
8f1285f880
fix(components): [time-picker] fix popup not showing (#9941)
* fix(components): [time-picker] fix popup not showing

* fix(components): [focus-trap] track last active element automatically

* fix(components): linting

* fix(components): add preventDefault to focusout-prevented

* fix(components): sSR and typecheck

* fix(components): focus trap attach document events in mount

* fix(components): remove document undefined check

* fix(components): [select] fix click scrollbar closes popup

* fix(components): allow focus-trap to refocus after pick

Co-authored-by: OpenGraphica <opengraphica@gmail.com>
2022-10-13 14:42:27 +08:00
Xingjian Zhang
2985bd5188
fix(components): [tabs] fix typo of PaneName (#10006) 2022-10-13 11:20:30 +08:00
LIUCHAO
730135f4f1
fix(components): [cascader] placeholder disappear when resetForm (#10036) 2022-10-13 11:05:33 +08:00
YangLGggggggggg
6a53793c6f
feat: export type TableInstance TableColumnInstance (#10021) 2022-10-13 10:58:56 +08:00
zz
efed80666d
docs: update table-v2 demo (#10059) 2022-10-12 08:15:06 +00:00
Hefty
31f713bf1b
feat(components): [rate] add clearable attribute (#10031)
feat(components): [rate] add clearable attribute
2022-10-11 10:21:19 +08:00
btea
0efa33f3c4
fix(components): [tooltip] update popper after content change (#10044) 2022-10-11 09:28:47 +08:00
Qiang
7641f2455c
fix(components): the label causes the click event to trigger twice (#9991)
Co-authored-by: qiang <itaco@qq.com>
2022-10-10 19:30:00 +08:00
vinksz
4be2c3b320
fix(locale): update estonian translations (#10004) 2022-10-10 02:56:09 +00:00
Xc
6a9fe5dadb
fix(components): [dropdown] button group style missing (#10029) 2022-10-09 16:06:18 +08:00
Xc
817ec60b71
feat(components): [select] Simplified API (#9994) 2022-10-09 16:04:11 +08:00
qiang
ec65bf9626
refactor(build): optimize the conversion of attributes in documents (#9970) 2022-10-05 10:36:53 +00:00
qiang
ae67a610bd
docs: optimize the format of some types in the document (#9998) 2022-10-05 18:21:36 +08:00
btea
5fa82dbc3d
fix(components): [form-item] do not validate without prop property (#9993)
* fix(components): [form-item] do not validate without `prop` property

* fix: update normalizeRules

* fix: update validate logic

* fix: remove redundant judgments

* chore: update
2022-10-05 12:06:29 +08:00
frank
532f33d4e1
fix(build): fix Window build locale (#9995)
build: fix Window build locale
2022-10-04 16:58:08 +08:00
init-qy
b9173bb658
fix(components): [table] wrong hover style in nested tables (#9932)
* fix(components): [table] wrong hover style in nested tables

* fix(components): [table] fix wrong hover style in nested tables

Co-authored-by: init-qy <953218204@qq.com>
2022-10-04 16:06:02 +08:00
dopamine
268d87a03b
fix(components): [tabs] prevent scroll tab into view after focusing it (#9990)
closed #9980
2022-10-04 09:51:57 +08:00
btea
95c69fe88e
fix(components): [select-v2] dynamic update popper (#9888)
* fix(components): [select-v2] dynamic update popper

* chore: update type
2022-10-03 15:21:28 +09:00
btea
5497f0c234
fix(components): [el-form] adjust the warn about label (#9889) 2022-10-03 14:26:41 +09:00
btea
e582a2f4cf
fix(components): [tabs] arrow icon centered horizontally (#9989) 2022-10-02 19:16:42 +08:00
Xc
7b2f1c5bb9
fix(components): [input] memory leak (#9965) 2022-10-02 09:23:53 +08:00
dopamine
a03cf125fd
fix(components): [carousel] improper active item (#8904)
* fix(components): [carousel] none of active item

closed #8891

* fix: ts error

* fix: guarantee items order when reusing carousel-item component

* style: code format

* fix: test fail

* chore: correct type

* fix: sorting failed in some cases

* better implementation

better implementation

* impove code accroding to review comment
2022-10-02 08:44:40 +08:00
btea
30a5e52630
docs(components): [table-v2] add row-expand event (#9979) 2022-10-01 12:18:49 +08:00
Xc
91f1c63e6a
fix(components): [select] click label only focus in form (#9798) 2022-09-30 14:35:09 +00:00
aei
88faef2763
fix(components): [select-v2] Test file code misspelled (#9978) 2022-09-30 17:24:08 +08:00
btea
ede0736b1c
refactor(docs): filter bot in contributors list (#9967) 2022-09-29 11:15:38 +08:00
BTB
19bd02b6bb
fix: withInstallDirective type error (#9946)
Co-authored-by: zz <2418184580@qq.com>
2022-09-28 16:46:14 +08:00
Qiang
cc8b816bd9
fix(components): [form] no margin when there is no label (#9940) 2022-09-27 14:54:00 +00:00
yeya
7d1ecb6285
fix(locale): added missing strings for Hebrew (#9871)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-09-27 06:08:55 +00:00