1616 Commits

Author SHA1 Message Date
init-qy
fe10f7edc0 fix(components): [select] clearIcon did not work with form statusIcon (#13533)
* fix(components): [select] clearIcon not effect with form statusIcon

* fix(components): [select] add computed value

* fix(components): [select] add comment message

* fix(components): [select] add missing import

* refactor: [select] place selectTagsStyle in useSelect

* fix: [select] remove unused export

* fix: compress code

* fix: fix error
2023-08-04 13:19:27 +08:00
qiang
0109ab6195 fix(components): [select] abnormal focus when click tags (#13699)
* fix(components): [select] abnormal focus when click tags

closed #13665

* fix(components): [select] clearable

* chore(components): [select] remove console

* fix: the setTimeout function may bring some side effects

* fix: remove role

* test(components): [select] add some test
2023-08-03 20:15:57 +08:00
acyza
69dcee0a51 fix(components): [cascader] checkbox sync error (#11462)
* fix(components): [cascader] sync error

* fix(components): [cascader] checkbox sync error
2023-08-02 19:22:36 +08:00
btea
18c1c77030 docs(components): [switch] add version tag & fix typo (#13771)
* docs(components): [switch] add version tag & fix typo

* chore: add tag
2023-07-31 18:21:42 +08:00
lxy030988
1bd75dd6c9 fix(components): [el-table] rangeWidth dealing with loss of precision (#12938)
* fix(components): [el-table] rangeWidth use Math.ceil

Closes #12687

* fix(components): [el-table] rangeWidth calculate

Closes 12938

* fix(components): [el-table] offsetWidth calculate

Closes #12938
2023-07-30 08:59:28 +08:00
btea
b765ebfa80 feat(components): [switch] add custom action icon prop (#13746) 2023-07-30 08:44:46 +08:00
Fl
4515023c40 test(components): [button] add test cases for using props of form and form-item (#13726)
test(components): add test cases for using props of form and form-item

add case for using size and disabled from form

add case for using size from form-item
2023-07-29 22:18:45 +08:00
btea
93b230166c fix(components): [date-picker] disable button if now is disabled (#13655)
* fix(components): [date-picker] disbale button if now is disabled

* fix: test

* chore: add test
2023-07-29 19:21:48 +08:00
dopamine
b0258f6c3e chore(components): [date-picker] export instasnce type (#13618)
* chore(components): [date-picker] export instasnce type

* move DatePickerInstance to instance.ts
2023-07-29 12:20:17 +09:00
Evan Liu
55272b51c3 chore(components): [input] fix inputStyle comment typo (#13768) 2023-07-29 08:55:02 +08:00
A pessimistic guide to living
0697a036f3 fix(components): [collapse-transition] remove redundant code (#13715)
fix(components): [collapse-transition]
2023-07-26 09:41:13 +08:00
井柏然
f93a9eb6cd fix(components): [cascader] reactive size change (#12294)
* fix(components): [cascader] reactive size change

* fix(components): [cascader] update style after calc

* fix(components): [cascader] add test

* fix(components): [cascader] mock offsetHeight

* fix(components): [cascader] size type

* fix(components): [cascader] spy on getter for height

* fix(components): [cascader] mock css var

* fix(components): [cascader] add comment
2023-07-23 20:30:23 +08:00
dopamine
ee705e5c2d chore: prevent warnings while running test cases (#12189)
* chore: prevent warnings while running test cases

* fix: overlook a test case
2023-07-22 23:19:33 +08:00
zepeng
49e6cc33c5 fix(components): [row] align="top" is not working properly (#13550)
* fix(components): [row] align='top' is not working properly

* fix(components): [row] align="top" is not working properly
2023-07-22 19:53:30 +08:00
qiang
9900f2aaeb refactor(components): [menu] adjust default value of fallbackPlacements (#13696)
closed #13682
2023-07-22 19:44:23 +08:00
xiaoming
05caa04966 fix(components): [select] fix for confusing click behaviour (#13664)
fix(components): [select] fix for confusing click behaviour (#13642)
2023-07-22 17:02:45 +08:00
YangtzeCoder
708f6ab5b8 refactor(components): [upload] fix the type of file (#13637)
change the type of UploadRequestOptions.file from File to UploadRawFile
2023-07-22 11:56:38 +09:00
init-qy
4e7f9b908b fix(components): [autocomplete] improve a11y (#12647)
* fix(components): [autocomplete] improve a11y

* fix(components): add a11y tests

* fix: lint
2023-07-22 08:52:57 +08:00
wonderl17
b1572a9c17 fix(components): [table] add filteredValue watcher (#13121) 2023-07-22 08:49:23 +08:00
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
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
btea
8fc38655b0 refactor(components): [input] extract InputInstance (#13620) 2023-07-18 17:37:21 +08: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
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
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
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
btea
2b668bd815 test: [table] add show-overflow-tooltip to table and table-column (#13323) 2023-06-21 19:56:02 +08: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
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
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
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
Masanori Doizaki
4218ef2594 fix(components): [table] fix clearFilter type (#13149) 2023-06-08 13:49:13 +00:00
Xc
d4d24eb9d7 docs(components): [dialog] add deprecated describe (#13143) 2023-06-08 21:46:58 +08:00
wzc520pyfm
6b8b0627db docs(components): [switch] use new display tag (#12678)
* docs(components): [switch] use new display tag

* style(components): [switch] update the batch deprecate

* docs(components): [switch] delete deprecated attributes
2023-06-06 08:10:47 +08:00
WeiJian
266b13eca8 perf(components): [select-v2] performance enhancement for initStates (#12390)
closed #12274

Co-authored-by: weijian <wudizhanche1000@gmail.com>
2023-06-04 14:26:07 +08:00
wzc520pyfm
03e2a15411 fix(components): [input] fix formatter and parse problem (#12622)
* fix(components): [input] fix formatter and parse problem

closed #12613

* fix(components): [input] fix input value problem

* fix(components): [input] update return value for input event emit

* test(components): [input] add test for formatter and parser
2023-06-04 13:51:44 +08:00
wzc520pyfm
bac64b4801 docs(components): [time-picker] use new display tag (#12691)
* docs(components): [time-picker] use new display tag

* docs(components): [time-picker] update default of attributes
2023-06-04 12:58:31 +08:00
20savage
3853845fc9 fix(components):[time-picker] add parseFloat to resolve TimePicker offset (#12837)
* fix(components): add parseFloat to resolve TimePicker offset

Height is calculated using offsetHeight, offsetHeight will be rounded off

closed #12835

* fix(components): import getStyle to optimize the code

closed #12835

* Delete useless statements

* add judgment

* Update basic-time-spinner.vue
2023-06-04 10:49:48 +08:00
dopamine
cb01089128 fix(components): [table] width of columns become 0 unexpectedly (#12920) 2023-06-03 21:07:58 +08:00
wzc520pyfm
abd6faecc3 docs(components): [image] update class by computed and new docs (#13024)
* docs(components): [image and image viewer] use new display tag

* refactor(components): [image | image-viewer] set class by computed

* docs(components): [image] update head of image viewer exposes
2023-06-03 20:54:43 +08:00