Commit Graph

1588 Commits

Author SHA1 Message Date
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
init-qy
e25caadcef fix(components): [table] add missing append height (#12676) 2023-06-03 11:03:55 +08:00
wzc520pyfm
5d0fa75793 docs(components): [form] use new display tag (#13007)
* docs(components): [form] use new display tag

* refactor(components): [form] update boolean default of attribute
2023-06-03 10:57:02 +09:00
init-qy
1cde8d43d3 fix(components): [backtop] change default visible (#13069)
* fix(components): [backtop] change default visible

* fix(components): [backtop] handleScroll onMounted & add unit test
2023-06-03 06:58:56 +08:00
dopamine
8fd857aa8a fix(components): [steps] preserve the order of subcomponents (#12896)
* fix(components): [steps] preserve the order of subcomponents

* fix: remove unused type

* add test cases
2023-05-29 20:17:36 +08:00
Xc
015ac099cb fix(components): [table] maxHeight shark (#12349) 2023-05-29 20:16:31 +08:00
qiang
a99dbb3954 fix(components): [select] optimize the triggering of blur event (#11524)
* fix(components): [select] drop-down selection is not closed when blur

closed #10893, #10992

* fix(components): [select] optimize the triggering of blur event

* refactor(components): [select] optimize code
2023-05-28 17:31:25 +08:00
qiang
6222629007 refactor(components): [message-box] remove useRestoreActive (#11646) 2023-05-28 09:57:29 +08:00
btea
fe52138758 test: [notification] add zIndex test case (#12949) 2023-05-26 11:52:59 +08:00
wzc520pyfm
c51c686ed9 docs(components): [pagination] use new display tag (#12680)
* docs(components): [pagination] use new display tag

* docs(components): [pagination] update doc format

adjust attribute order

update default for attribute

update title

update description for attribute

* docs(components): [pagination] restores the order of attributes
2023-05-24 08:22:28 +08:00
onpaper
9b564c3497 fix(components): [notification] fix props.zIndex lose efficacy bug (#12474)
* fix(components): [notification] fix props.zIndex lose efficacy bug

* fix(components): [notification] fix props.zIndex lose efficacy bug

* fix(components): [notification] fix props.zIndex lose efficacy bug

* fix(components): [notification] fix props.zIndex lose efficacy bug
2023-05-24 08:06:43 +08:00
仿生狮子
f986b63a00 fix(components): [popper] prioritise user's popper-style (#12833)
* fix(components): [popper] prioritise users popper-style

fix: #12831

* test: fix packages/popper testcase
2023-05-21 20:46:24 +08:00
wzc520pyfm
3673d92a2e docs(components): [time-select] use new display tag (#12700) 2023-05-16 22:26:30 +08:00
wzc520pyfm
798d9d8739 docs(components): [page-header] use new display tag (#12665)
* docs(components): [page-header] use new display tag

* docs(components): [page-header] update title property doc
2023-05-16 09:10:03 +08:00
wzc520pyfm
84d331edae docs(components): [tree-select] use new display tag (#12663)
* docs(components): [tree-select] use new display tag

* docs(components): [tree-select] add cache option type
2023-05-16 09:08:47 +08:00
yujinpan
e82c5b36d4 fix(components): [tree-select] incorrect selection when using checkOnClickNode without checkbox (#12826) 2023-05-15 19:24:14 +08:00
yujinpan
7424a78e80 fix(components): [TreeSelect] checking node reset checked cache node (#12367)
* fix(components): [TreeSelect] checking node reset checked cache node

* refactor: remove unused variables and duplicate `onCheck` event
2023-05-15 10:37:21 +08:00
热爱vue的小菜鸟
cd306117ae feat(components): [carousel] If the carousel height is auto apply item height (#12388)
* fix(components): [carousel] :height is auto and card direction  vertical

* fix(components): [carousel] :height is auto and card direction vertical

* fix(components): [carousel] :height is auto and card direction 垂直

* feat(components): [carousel] height is adaptive when height is auto

* feat(components): [carousel] height is adaptive when height is auto

* fix(components): [carousel] :height is auto and card direction 垂直

* fix(components): [carousel] :height is auto and card direction 垂直

* fix(components): [carousel] :height is auto  test.tsx

* fix(components): [carousel] :height is auto and card direction

* fix: delete zIndex

* fix: delete ts type

* fix: add test

* fix: css modification

* fix: delete doc inside

* fix: Revise card width not adaptive

* fix: Modify calcCardTranslate

* fix: test

* fix: calcCardTranslate

* fix: remove redundant code
2023-05-14 17:47:43 +08:00
yujinpan
ce1499b98e fix(components): [TreeSelect] incorrect check event params (#12370) 2023-05-14 17:11:54 +08:00
sleepyShen1989
44376fa0c7 fix(components): [select] fix placeholder display (#11051)
closed # 11049
2023-05-13 12:55:35 +08:00
lyric-zemin
ea82d3f7c3 fix(components): [tree] Fix TreeOptionProps (#12511)
fix(components): fix TreeOptionProps

Co-authored-by: wu.zeMin <244@qq.com>
2023-05-13 13:12:25 +09:00
20savage
701940731a fix(components): [input-number] add Judging if the max is greater than the min (#12741)
fix(components): update Judging if the max is greater than the min

closed #12741
2023-05-13 11:15:52 +08:00
Xc
213fdfb51e fix(components): [menu] calc slice index remove comment node (#12472) 2023-05-09 22:10:29 +08:00
Gener
deba6c81fb fix(components): [upload] before-upload change data in promise (#12575)
* fix(components): [upload] befroe-upload change data in promise

closed #12340

* fix(components): [upload] befroe-upload change data in promise

closed #12340
2023-05-08 20:26:38 +08:00
wzc520pyfm
0d46d99022 docs(style): [tag] use new display tag (#12659)
* docs(style): [tag] use new display tag

* refactor(components): [check] updated doc and code to new display tag

* docs(components): [tag] update format of doc

* style(components): [tag] undo redundant changes

* style(components): [tag] undo redundant changes and update tag doc
2023-05-03 09:33:59 +08:00
wzc520pyfm
9627100b7c refactor(components): [steps] optomizate class in code (#12672)
style(components): [steps] optomizate class in code
2023-05-02 16:13:42 +08:00
Xc
66e74c8f1b fix(components): [table-v2] Adjust the expandable (#12519) 2023-05-01 16:18:18 +08:00
wzc520pyfm
1749e842bf docs(components): [skeleton] use new display tag (#12667) 2023-05-01 15:10:21 +09:00
SaKura丶
caae0d1a48 fix(components): [image] fixed lazyLoad scroll end not loading (#12596)
Co-authored-by: cicada <ruoheng@pinduoduo.com>
2023-05-01 10:55:16 +08:00