WeiJian
20486bf545
fix(components): [menu] change declartion of ulStyle to setup function ( #12319 )
...
Co-authored-by: guoweijian <wudizhanche1000@gmail.com >
2023-04-15 09:48:31 +08:00
Brain777777
208160d993
fix(components): [date-picker] optimize props definition and export ( #12199 )
...
fix: Optimize props definition and export
2023-04-14 01:22:08 +08:00
井柏然
4ee6dfe7ab
fix(components): [select] delete key should not choose tag ( #12200 )
...
fix(components): [select] delete key choose tag
2023-04-14 01:19:42 +08:00
wzc520pyfm
c9895f8c24
feat(components): [progress] support set striped progress bar ( #12333 )
...
* feat(components): [progress] support set striped progress bar
* docs(components): [progress] add `striped` attribute
* refactor(components): [progress] update striped prop and `bg-size` style
* feat(components): [progress] add `striped-flow` attribute
use `striped-flow` to get the stripes to flow
* docs(components): [progress] add `striped-flow` attribute
add `striped-flow` attribute
update `duration` attribute description
* docs(components): [progress] refactor `striped-progress` example
* refactor(theme-chalk): [progress] refactor striped flow animation
2023-04-13 14:06:50 +08:00
qiang
b0709e1d83
feat(components): [button] add tag attribute ( #11853 )
...
* feat(components): [button] add tag attribute
* fix: typo
* docs: update
* refactor(components): [button] detach button props
* docs: update
2023-04-10 22:27:43 +08:00
Xc
f9094413d4
docs(components): [time-picker] ( #11657 )
...
* docs(components): [time-picker]
* Update time-picker docs with new syntax.
* docs(components): [time-picker]
2023-04-09 16:37:45 +08:00
ljf1834
d172535084
fix(components): [image] Display error content when picture loading fails ( #11600 )
...
* fix(components): [image] Add status attribute and set styles
* fix(components): [image] remove image wrapper container
* chore(components): [image] remove invalid test
* fix(components): [image] update
* chore(components): [image] Remove unwanted code and optimize code
* chore(components): [image] optimize code
2023-04-09 16:11:26 +08:00
Xc
8f4e8dc1ae
docs(components): [steps] ( #11854 )
...
* Update steps docs with new syntax.
2023-04-07 14:39:36 +08:00
Xc
e02c4c5605
docs(components): [notification] api ( #12293 )
...
* docs(components): [notification]
* docs(components): [notification]
2023-04-07 14:36:23 +08:00
Xc
430a167ec0
docs(components): [message] ( #12295 )
2023-04-07 00:46:20 +08:00
Xc
ff3b7b5b43
docs(components): [loading] ( #12296 )
2023-04-07 00:45:56 +08:00
Xc
c4fcb15288
Revert "fix(components): [popover] default trigger" ( #12341 )
...
Revert "fix(components): [popover] default trigger (#12321 )"
This reverts commit bda7d9a57c .
2023-04-06 22:16:59 +08:00
井柏然
bda7d9a57c
fix(components): [popover] default trigger ( #12321 )
2023-04-06 20:35:50 +09:00
Hefty
fc3be9dbdb
fix(components): [menu] Avoid call router when index is not provided ( #12206 )
...
closed #9945
2023-04-06 18:01:45 +08:00
Xc
66fc112dfd
feat(components): [date-picker] support numpadEnter ( #12323 )
2023-04-05 14:50:25 +08:00
Xc
c668a88ac1
fix(components): [upload] add before-upload test ( #12287 )
...
* fix(components): [upload] add before-upload test
* fix(components): [upload] add before-upload test
* fix(components): [upload] add before-upload test
* fix(components): [upload] Invalid ref in transfer test
* fix(components): [upload] Invalid ref in transfer test
2023-04-04 01:30:48 +08:00
井柏然
87e9348d8e
refactor(components): [table] remove useless brackets ( #12283 )
2023-04-01 21:24:46 +08:00
xiterjia
e6be1bc3cb
feat(components): [color-picker] add show hide expose ( #11942 )
...
* feat(components): [color-picker]
add handleTrigger expose
closed #11926
2023-04-01 21:24:03 +08:00
Jianjun Yu
cc68d3e924
fix: Upload data is not independent ( #12029 )
...
* fix: Upload data is not independent
* fix(components): [upload-content] copy data when beforeUpload
2023-03-31 17:56:53 +08:00
btea
128fe7026a
fix(components): [pagination] delete input value display empty string ( #12134 )
2023-03-25 18:18:35 +08:00
井柏然
d13c3d83e8
fix(components): [select] multiple disabled style ( #12015 )
...
* fix(components): [select] multiple disabled style
* fix(components): [select] multiple disabled not-allowd
2023-03-24 09:36:46 +08:00
井柏然
6c20f21831
fix(components): [input] textarea height calc ( #12087 )
2023-03-23 16:42:16 +00:00
류한경
eb88722841
feat(components): [form] scroll-into-view options ( #12164 )
2023-03-23 22:51:56 +09:00
Hefty
6026035c8e
fix(components): [input] scrollbar not hide after autosize ( #10137 )
...
* fix(components): [input] scrollbar not hide after autoresize
closed #8825
* chore: add note for force repaint
* chore: remove useless type
* fix: duplicate call calcTextareaHeight
2023-03-20 09:51:57 +08:00
btea
285f7c2195
fix(components): [select-v2] reset hoverindex when close dropdown list ( #12090 )
2023-03-20 09:51:16 +08:00
Mario34
b5bf0ebf30
fix(components): [input-number] modelValue incorrect update ( #12007 )
2023-03-16 00:22:37 +08:00
井柏然
9956249236
fix(components): [table-column] first default column set placeholder ( #11705 )
2023-03-14 12:30:29 +08:00
Xc
7059ed1fc7
fix(components): [cascader] clickoutside ( #11997 )
...
* fix(components): [cascader] clickoutside
* fix(components): [cascader] clickoutside
* fix(components): [cascader] clickoutside
* fix(components): [cascader] clickoutside
2023-03-14 00:19:05 +08:00
井柏然
c89cc2d3df
fix(components): [select] iOS keyboard not appear when focus ( #11498 )
...
* fix(components): [select] ios keyboard not appear when focus
2023-03-13 22:52:10 +08:00
gimjin
4f78411bb8
feat(components): add el-text component ( #11653 )
...
* test(components): [text] el-text unit test
* docs(components): [text] el-text website documentation
* feat(components): [text] el-text implementation
* fix(components): [text] prop 'as' rename 'tag'
* docs(components): [text] rename slot default, optimize document
* test(components): [text] render text & class change the execution order
* fix(components): [text] use template and render function together
2023-03-10 15:30:56 +08:00
Xc
dbb28cf1df
feat(components): [cascader] Adjust expose and typo ( #11781 )
...
* feat(components): [cascader] Adjust expose and typo
* feat(components): [cascader] instances rename
2023-03-10 15:29:30 +08:00
kooriookami
4ea9fb344f
feat(components): [select] Add max-collapse-tags prop ( #11378 )
...
* feat(components): [select] Add max-collapse-tags prop
closed #7429
* feat(components): [select]
* feat(components): update
* feat: update
* feat: update
* feat: update
2023-03-10 07:18:21 +00:00
kooriookami
b112830d54
feat(components): [select-v2] Add max-collapse-tags prop ( #11405 )
...
* feat(components): [select-v2] Add max-collapse-tags prop
* feat(components): update
* feat: update
* feat: update
2023-03-10 15:01:40 +08:00
Jeremy
8674619a2d
test(components): add tests for select options ( #11957 )
...
* test(components): [select] options
* test(components): [select] options component
* Add test for the newly added options component
2023-03-10 14:59:03 +08:00
btea
4390661bb9
fix(components): [loading] namespace config ( #11956 )
...
* fix(components): [loading] namespace config
* fix: use useGlobalComponentSettings
2023-03-10 14:55:17 +08:00
btea
b38607f53b
fix(components): [input] update input value length calculate ( #11816 )
...
* fix(components): [input] update input value length calculate
* fix: update test
2023-03-10 14:52:40 +08:00
qiang
02955a924c
chore(components): [pagination] accessibility improvement ( #11817 )
...
* chore(components): [pagination] accessibility improvement
closed #11730
* test(components): [pagination] fix test
* test: add test
2023-03-10 14:52:17 +08:00
Xc
67a72c3ed6
docs(components): [popconfirm] ( #11826 )
...
* docs(components): [popconfirm]
* Update popconfirm docs with new syntax.
* Supplement hide-after.
* Remove the event event from props.
* docs(components): [popconfirm]
* docs(components): [popconfirm]
2023-03-10 14:50:35 +08:00
井柏然
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
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
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
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