Commit Graph

4885 Commits

Author SHA1 Message Date
fengmingjian
ec61c7b068
fix(components): [focus-trap] Fixed the function that removed the listener (#13158)
fix(components): [focus-trap]

correct-error-listening

closed #13128

Co-authored-by: fengmingjian <fmj@hanzhisoft.com>
2023-07-22 08:48:01 +08:00
qiang
22de9e06bd
docs(build): add required attribute to the tag plugin (#13691) 2023-07-22 08:38:38 +08:00
btea
6e2a13c93f
chore(docs): format message-box (#13676) 2023-07-21 10:52:21 +08:00
matto
493790f95f
fix(components): [tree] fix expand-icon.is-leaf prevent click event (#13616) 2023-07-20 20:22:16 +08:00
wzc520pyfm
77125639d3
docs(components): [dialog] use new display tag (#13499)
* docs(components): [dialog] use new display tag

* chore(components): [dialog] remove the incorrect deprecated comment
2023-07-20 20:09:07 +09:00
Kaine
d6da5ebdd4
fix(components): [collapse-transition] fixed transition canceled bug (#13358)
closed #13357
2023-07-20 18:57:22 +08:00
xy
972c8f4ef4
docs(components): [table-v2] update the type description for Events (#13362) 2023-07-20 16:25:33 +08:00
btea
c4d8270296
docs: [input] list the acceptable values of type (#13644) 2023-07-19 19:13:41 +09:00
Shigma
6bc7007dbb
fix(components): [input] fix textarea disabled box-shadow (#13632)
Update input.scss
2023-07-18 20:13:30 +08:00
btea
8fc38655b0
refactor(components): [input] extract InputInstance (#13620) 2023-07-18 17:37:21 +08:00
Element
499934c249
chore: Update changelog 2.3.8 (#13592)
chore: update changelog 2.3.8
2023-07-14 03:04:39 +00:00
qiang
704399fadd
fix(components): [input] lose focus when click suffix icon (#13264)
* feat(hooks): add useFocusController

* fix(components): [input] lose focus when click suffix icon

closed #13153, #13159

* refactor(hooks): use-focus-controller

* test: fix test

* test: update

* fix(theme-chalk): [input] add cursor style to the wrapper
2023-07-13 16:41:18 +08:00
Kaine
a1dd70eead
style(theme-chalk): [table] fix th font weight (#13556)
style(theme-chalk): [table] change th font weight to 600

style(theme-chalk): [table] remove tag style files

Co-authored-by: kaine <kainewan@163.com>
2023-07-13 10:36:04 +08:00
三咲智子 Kevin Deng
92ba6eeccc
chore: update renovate config (#13536) 2023-07-11 14:59:26 +08:00
kooriookami
445be31228
fix(components): [color-picker] fix incorrect cursor position (#13516)
fix(components): [color-picker] fix incorrect cursor position. Closes #12581 #12901
2023-07-08 07:12:52 +00:00
三咲智子 Kevin Deng
3ab31b4d60
fix: add more exports types (#13498) 2023-07-06 18:48:28 +00:00
Zhu Ying
75ab3af851
fix: types in exports (#13443) 2023-07-07 02:40:38 +08:00
zepeng
6256bde3a0
docs(components): [tree-v2] add some disabled nodes (#13484)
* docs(components): [tree-v2] add some disabled nodes

* docs(components): [tree-v2] add some disabled nodes
2023-07-06 20:06:34 +09:00
btea
a5970049d5
docs(components): [message-box] (#13470) 2023-07-05 21:17:47 +08:00
btea
2c605cb794
chore: format code (#13467) 2023-07-04 21:40:46 +08:00
btea
2e00d65568
docs: tooltip set max-width (#13462) 2023-07-04 17:47:33 +09:00
754664196
ff6db7dcf7
docs: [progress] remove useless style (#13465)
docs(docs):circular-progress-bar文档出现了多余的css信息

Co-authored-by: HeZhi <zhi.he@caijai.com>
2023-07-04 15:10:31 +08:00
云游君
5aa7693c71
fix: tree content checkbox height larger than item height, close #13396 (#13446) 2023-07-03 00:32:01 +08:00
xiaoming
4d141a2220
fix(style): [select] tooltip positioning is incorrect (#13424)
fix(style): [select] tooltip positioning is incorrect (#13251 #13422)
2023-07-02 17:30:29 +08:00
btea
6f4560e57a
fix(components): [table] multiple line ellipsis tooltip takes effect (#12805) 2023-07-02 17:26:19 +08:00
Xc
2f8f477e0d
fix(components): [checkbox] default after border color is transparent (#13402) 2023-07-02 17:24:27 +08:00
0song
fbc93807de
chore: update doc (#13440) 2023-07-01 04:01:32 +00:00
0song
e444af22ed
chore: update doc (#13435) 2023-06-30 17:40:15 +00:00
qiang
37e0b10e80
fix(theme-chalk): [form] remove default width of Input in inline form (#13375) 2023-06-30 21:56:03 +08:00
0song
0a358d6570
chore: update doc (#13434) 2023-06-30 20:28:52 +08:00
btea
8b1dfa48f5
fix(style): [progress] linecap value of track is consistent with path (#13395)
fix(style): [progress] linecap value of track is consistent with circle
2023-06-28 20:30:31 +08:00
init-qy
d46b3f3b2c
fix(components): [tree] fix node can drop inner (#9770) 2023-06-27 22:26:11 +08:00
wzc520pyfm
4e9fc0854c
refactor(components): [select] override the class using computed (#13302)
* refactor(components): [select] override the class using computed

* refactor(components): [select] shorthand class object
2023-06-26 17:55:23 +08:00
xy
5d2bedc867
fix(components): [virtual-list] Resetting the vertical scrollbar state (#13319) 2023-06-25 09:29:10 +08:00
Hefty
c6ab1804e4
fix(components): [date-picker] One input affect the other input (#12181)
* fix(components): [date-picker] One input affects the other input

* fix: check if minDate or maxDate is empty

* chore: remove debugger
2023-06-24 22:15:35 +08:00
vaebe
ce54791338
docs(components): [dialog] add description of props modal-class (#13122) 2023-06-23 11:23:30 +09:00
wonderl17
06f974b311
fix: correct sass map has-key parameter (#13132)
fix: correct map.has-key using
2023-06-22 15:55:50 +08:00
zepeng
8558957b28
docs(components): [image] update image slot viewer description (#13325) 2023-06-22 12:51:53 +08:00
btea
2b668bd815
test: [table] add show-overflow-tooltip to table and table-column (#13323) 2023-06-21 19:56:02 +08:00
Element
a05cb86ee8
chore: Update changelog 2.3.7 (#13321)
chore: update changelog 2.3.7
2023-06-21 05:45:22 +00:00
btea
74c2448ce4
fix(components): [table] adjust the showOverflowTooltip value logic (#13282)
* fix(components): [table] adjust the showOverflowTooltip value logic

* fix: set showOverflowTooltip default value to undefined
2023-06-20 16:04:26 +08:00
0song
1ff22aa97a
chore: update doc site (#13291) 2023-06-19 12:10:07 +00:00
yuyin
b9799a1914
feat(components): [Table] add show-overflow-tooltip props (#13169)
* feat(components): [Table] add show-overflow-tooltip props

* docs(components): [Table] add usage for show-overflow-tooltip

* fix(components): [TableColumn] props priority

* test(components): add unit test for table
2023-06-17 21:30:53 +08:00
btea
123c18fceb
feat(components): [upload] item add title attribute (#13231) 2023-06-16 15:37:01 +08:00
sleepyShen1989
340a9bb32c
test(components): [cascader] change way to get defineExpose data (#13227)
cascaderRef.value is undefined

closed #13226
2023-06-16 15:13:32 +08:00
zepeng
f6e2d3d342
fix(components): [tag] element vertically centered (#13235)
fix(components): [tag] fix bug #13229
2023-06-16 11:30:54 +08:00
Xc
40f70da95c
fix(components): [select] filter shake (#12106)
* fix(components): [select] filter shake

* fix(components): [select] filter shake

* fix(components): [select] filter shake

* fix(components): [select] filter shake

* fix(components): [select] remove tagInMultiLine
2023-06-16 08:01:12 +08:00
Wu Rui
e416826fae
fix(components): [calendar] improve types (#13165) 2023-06-15 01:10:36 +08:00
wuyadan
9921c64f7e
docs(components): [select-v2] correct the description of placeholder (#13200)
Co-authored-by: ut002528 <wuyadan@uniontech.com>
2023-06-14 20:53:55 +08:00
Wu Rui
01f74e7536
fix(components): [form] improve types (#12549)
* fix(components): [form] improve types

* fix(components): [form] improve FormRules type, support object and array

* fix(components): [form] improve FormRules type with comment

* fix(components): [form] allow number as key in FormRules type

* chore(components): [form] fix FormRules type example

* chore: remove extra import

* chore: update form/custom-validation and form/validation examples

* chore(components): [form] update example
2023-06-11 20:36:27 +08:00