RJW
2486d92d25
fix(components): [dropdown] fix visible-change event delay trigger ( #8602 )
2022-07-04 11:12:13 +08:00
kooriookami
ae96aedf3c
feat(components): [autocomplete] fit input width ( #8596 )
...
* feat(components): [autocomplete] Add fitInputWidth prop
* feat(components): [autocomplete]
* feat: add docs
* feat(components): [autocomplete]
2022-07-03 17:54:40 +08:00
LIUCHAO
819c0fa01f
refactor(components): [steps] use JSX in Unit test ( #8259 )
2022-07-03 18:15:42 +09:00
bqy_fe
a4e6105827
fix(components): [dialog] make modelValue be an optional property ( #8598 )
2022-07-03 16:24:23 +08:00
류한경
e9b50baf7d
fix(components): [dialog] remove not used style props ( #8325 )
2022-07-03 09:37:28 +08:00
qiang
97ad78924b
fix(components): [autocomplete] error message ( #8591 )
2022-07-03 01:06:36 +08:00
wangzi
26cc00480b
fix(components): [date-picker] fix type of year disabled failure ( #8568 )
...
* fix(components): [date-picker]
fix date-picker's type of year disabled failure
closed #8554
* fix(components): [date-picker] fix type of year disabled failure
fix date-picker's type of year disabled failure
closed #8554
Co-authored-by: guowanzi <8750640+guowanzi@user.noreply.gitee.com>
2022-07-02 22:10:53 +08:00
qiang
59392fa194
refactor(components): [tabs] add deprecated mark to activeName ( #8590 )
2022-07-02 22:06:40 +08:00
류한경
5678464c57
fix(components): [time-picker] Ignore key down if readonly ( #8283 )
...
* fix(components): [time-picker] Ignore key down if readonly
* fix(components): [time-picker] Ignore key if readonly
2022-07-02 22:05:22 +08:00
Hefty
72d0bc2177
fix(components): add validate-event for form types component ( #8173 )
...
* fix(components): add validate-event for form types component
* chore: format code
2022-07-02 21:01:05 +08:00
sorry
d20e58ecbb
fix(components): [input-number] Fix value decimals miss prop precision ( #8587 )
...
* fix(components): [input-number] Fix value decimals miss prop precision
2022-07-02 15:38:07 +08:00
yujinpan
4fe9c2bd6c
fix(components): [TreeSelect] checkbox interaction ( #8102 )
...
* fix(components): [TreeSelect] check child when parent checked
* refactor(components): [TreeSelect] move utility functions to utils.ts
* fix(components): [TreeSelect] exclude check event from click node
* fix(components): [TreeSelect] handle dup when `checkOnClickNode`
* feat(components): [TreeSelect] `treeFind` support find parent node
* fix(components): [TreeSelect] show current selected node only first time
* fix(components): [TreeSelect] incorrect node selection condition
* docs(components): [TreeSelect] update checkbox examples and tips
* fix(components): [TreeSelect] incorrect label when data modify
2022-07-02 14:49:21 +08:00
ParkerFiend
609ee571b4
fix(components): [menu] fix infinite flicker after choosing subMenu ( #8533 )
...
* fix(components): [menu] fix infinite flicker after choosing subMenu
closed #8525 , #8487
2022-07-01 22:01:35 +08:00
三咲智子
2d951a2af7
fix(components): [message] fix z-index & offset ( #8582 )
2022-07-01 20:19:43 +08:00
zz
b922b9ea01
fix(components): [radio] fix typo ( #8556 )
2022-07-01 16:16:10 +08:00
Xc
08e02042b7
fix(components): [tabs] name is number 0 become a string ( #8469 )
2022-06-29 09:11:40 +08:00
Xc
2d8a9e4256
fix(components): [radio] Divide attrs into label and input ( #8476 )
...
* fix(components): [radio] the id attribute acts on the input
* fix(components): [radio] labelAttrs save listeners
* fix(components): [radio] the id attribute acts on the input
2022-06-28 22:57:18 +08:00
btea
920f1fc5ee
fix(components): [color-picker] can't select predefine value ( #8205 )
2022-06-28 21:17:41 +08:00
zz
a894fbf990
refactor(components): [transfer] switch to script-setup syntax ( #8343 )
...
* refactor(components): [transfer] switch to script-setup syntax
* chore: improve code
* chore: improve type
* fix: lost reactivity
* chore: fix data error
* chore: simplify code
2022-06-27 22:08:03 +08:00
qiang
598f3ab5cd
feat(components): [autocomplete] expose blur event ( #8364 )
...
* feat(components): [autocomplete] expose blur event
* docs(components): [autocomplete] update
2022-06-27 13:39:25 +09:00
류한경
9c154e9228
refactor(components): [only-child] simplify conditions ( #8480 )
2022-06-27 11:04:25 +09:00
云游君
5d88f628bb
feat(components): [message-box] add autofocus attribute ( #8445 )
...
* feat(components): [message-box] add autofocus attribute
* fix: autofocus to be true by default
* docs: message-box autofocus default value
* chore: remove useless comment
* fix: focusStartRef value el
2022-06-26 04:32:05 +08:00
Cheerwhy
5383ef9a0e
fix(components): [select-v2] fix select-v2 dropdown width ( #8442 )
...
Co-authored-by: qinzz <qinzz@chint.com>
2022-06-24 22:24:22 +08:00
류한경
272c2e6291
refactor(components): [drawer] replace with addUnit ( #8463 )
2022-06-24 21:29:39 +08:00
Cheerwhy
4abd29c597
fix(components): [select] fix select dropdown width ( #8396 ) ( #8435 )
2022-06-24 21:26:10 +08:00
류한경
c6b43df7b3
refactor(components): [popconfirm] changed button type ( #8436 )
...
* refactor(components): [popconfirm] changed button type
* docs: changes to attribute kebab case, add accepted values
* fix: remove del tag
* fix: remove del tag
2022-06-24 13:58:51 +09:00
zz
6c752f6676
refactor(components): [space] use JSX in Unit test ( #8433 )
2022-06-23 22:51:10 +08:00
Xc
2b71f2c561
fix(components): [select] multiple init height ( #8423 )
2022-06-23 01:34:05 +08:00
Lete
65d198f0a0
feat(components): close all messages of the specified type ( #8415 )
2022-06-22 19:57:43 +08:00
zz
f2e48c1835
perf(components): remove unnecessary const assertions ( #8407 )
2022-06-22 14:30:13 +08:00
三咲智子
37ed7a15ee
fix(components): [message]: offset ( #8379 )
...
* fix(components): [message]: offset
closes #7217 , #8368
2022-06-22 09:01:23 +08:00
Hefty
8f0341b310
fix(components): [space] missing empty string size ( #8039 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-22 00:23:25 +00:00
三咲智子
7097940f4a
refactor: add ts-nocheck and check all files ( #8401 )
2022-06-22 08:04:42 +08:00
zz
ed174ff73f
refactor(components): [popover] switch to script-setup syntax ( #8273 )
2022-06-22 01:01:11 +08:00
zz
518db1e240
refactor(components): [slider] use JSX in Unit test ( #8225 )
2022-06-22 00:43:43 +08:00
zz
b2ad0e823e
refactor(components): [space] refactor ( #8386 )
2022-06-22 00:42:25 +08:00
Xc
ecadb2f903
refactor(components): [switch] switch to script-setup syntax ( #7792 )
2022-06-22 00:16:51 +08:00
zz
12396923f0
style(components): [transfer] modify import order ( #8345 )
2022-06-21 22:38:30 +08:00
小孩可可爱爱
f582165c27
fix(components): [tooltip] not disappear when <keep-alive> change ( #8301 )
...
el-tooltip does not disappear when the reference element is in <keep-alive>
closed #8287
2022-06-21 22:34:58 +08:00
三咲智子
786360b7dd
refactor(components): [message] fix typings and switch to script setup ( #8378 )
2022-06-21 19:50:16 +08:00
류한경
40fa4a4b3e
refactor(components): [descriptions] use JSX in Unit test ( #8351 )
2022-06-21 02:01:22 +08:00
qiang
bc230e5c23
fix(components): [autocomplete] the popup still appears after select ( #8350 )
2022-06-19 23:32:20 +08:00
LinZhanMing
9da7564856
fix(components): [message-box] the focus error when used ElMessageBox ( #8336 )
...
* fix: issue #8292 MessageBox Customization error focus
* perf: boxType exclude prompt
2022-06-19 12:02:10 +08:00
Xc
d536b7cb7a
fix(components): [select] collapse-tags-tooltip drop first item ( #8344 )
...
* fix(components): [select] collapse-tag-tooltip drop first item
* fix(components): [select] collapse-tags-tooltip drop first item test
2022-06-18 18:38:15 +08:00
三咲智子
85226512e1
refactor(components): [upload] use JSX in Unit test ( #8268 )
2022-06-18 13:48:27 +08:00
三咲智子
10cad1d072
refactor(components): [switch] deprecate value prop ( #8335 )
2022-06-18 13:48:02 +08:00
류한경
4ac10cfb97
refactor(components): [dialog] using addUnit in the use-dialog ( #8304 )
2022-06-17 23:25:25 +08:00
xiahouwei
1299d4a88f
fix(components): [tabs] fix change acitve cannot scroll in view ( #8332 )
...
fix change active cannot scroll in view
closed #8114
2022-06-17 22:27:54 +08:00
류한경
cf9339567b
refactor(components): [image-viewer] simplify emits type checking ( #8329 )
2022-06-17 21:37:30 +08:00
LIUCHAO
32b68cccef
fix(components): DOM update finished calculating navOffset ( #8221 )
...
closed #7672
2022-06-17 15:29:54 +08:00
三咲智子
73f48ae7a7
fix(components): [upload] two-way binding fileList ( #8258 )
2022-06-17 15:01:30 +08:00
류한경
efbd80ff80
refactor(components): [scrollbar] simplify emits type checking ( #8281 )
2022-06-16 05:15:37 +08:00
류한경
eace0489ea
fix(components): [pagination] tab enable error if disabled ( #8222 )
2022-06-16 00:34:09 +08:00
gjfei
7cb0b45d42
refactor(components): [visual-hidden] visual-hidden ( #8192 )
...
* refactor(components): [visual-hidden] visual-hidden
* refactor(components): [visual-hidden] visual-hidden
2022-06-15 21:51:15 +08:00
qiang
73cb5508fb
refactor(components): [collapse-transition] type error ( #8247 )
2022-06-15 19:59:05 +08:00
renovate[bot]
4a8277ceb3
chore(deps): update all non-major dependencies ( #8236 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-15 01:48:52 +08:00
류한경
b5887caf44
refactor(components): [page-header] use JSX in Unit test ( #8263 )
2022-06-15 01:40:09 +08:00
LIUCHAO
04c9ee0523
refactor(components): [skeleton] use JSX in Unit test ( #8265 )
2022-06-15 01:31:56 +08:00
Flare
3374ab9a1c
fix(components): [virtual-list] fix namespace in virtual-list ( #8255 )
...
Co-authored-by: 迪恩 <dien@yottastudios.com>
2022-06-14 20:59:56 +08:00
류한경
810c561f59
refactor(components): [divider] use JSX in Unit test ( #8248 )
2022-06-14 18:02:41 +08:00
LIUCHAO
93f56832a3
refactor(components): [empty] use JSX in Unit test ( #8245 )
2022-06-14 18:02:21 +08:00
류한경
674f0f3ced
refactor(components): [icon] use JSX in Unit test ( #8249 )
2022-06-14 14:55:22 +08:00
ytx
12b6d443c6
fix(components): [checkbox-group] fix Wrong type checking ( #8195 )
...
el-checkbox-group uses the emit type of el-checkbox,
resulting in a type check error in the console during development
2022-06-13 21:32:25 +08:00
Hefty
cef95d24cc
fix(components): [date-picker] validateEvent prop not work ( #8194 )
2022-06-13 20:02:04 +08:00
류한경
3b315b384d
refactor(components): [tag] use JSX in Unit test ( #8233 )
2022-06-13 15:02:36 +08:00
류한경
2f51379756
refactor(components): [overlay] use JSX in Unit test ( #8227 )
2022-06-13 14:58:41 +08:00
류한경
39f122228b
refactor(components): [result] use JSX in Unit test ( #8230 )
2022-06-13 14:57:29 +08:00
LIUCHAO
932ff0c064
fix(components): [time-picker] template type assertion ( #8237 )
2022-06-13 14:56:01 +08:00
btea
bf2d671142
refactor(components): [input] fix ts error ( #8200 )
2022-06-13 14:49:18 +08:00
qiang
d0cbc1f387
refactor(components): [carousel] complete optional values ( #8231 )
2022-06-13 09:12:41 +08:00
Carter Li
1aa9d43129
refactor(components): [switch] Simplify color handling ( #8199 )
...
1. Use CSS variables to set `(in)activeColor` in order not to modify DOM
2. Deprecate property `(in)activeColor` in favor of CSS variables
2022-06-12 22:40:53 +08:00
webfansplz
ab88ec505a
fix(components): [table-v2] column's min-width
should work normal ( #8226 )
2022-06-12 11:39:00 +08:00
zz
1975aa24fe
refactor(components): [slider] switch to script-setup syntax ( #8008 )
2022-06-12 08:32:54 +08:00
gjfei
a920e1577c
fix(components): [date-picker] valid value error ( #8187 )
2022-06-11 22:26:01 +08:00
류한경
df5ba0fffd
fix(components): [pagination] improved keyboard accessibility ( #8107 )
...
* fix(components): [pagination] improved keyboard accessibility
* refactor(components): [pagination] change arguments type
* refactor(components): [pagination] change camel case
2022-06-11 19:52:35 +08:00
Jeremy
4ef054488a
Refactor/time picker refactor to setup ( #8191 )
...
* chore: refine code
* chore(build): [time/date-picker] type unsafe
* Remove `time/date-picker` entry from typing list.
* refactor(components): [time-picker] utilities
* Refine typing for utilities.
* Extract common props.
* chore: fix typing
* chore: fix typing
* chore: refine code
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-11 19:27:36 +08:00
qiang
d10b02b422
fix(components): [image] position styles error when used slots ( #8109 )
...
* fix(components): [image] position styles error when used slots
* feat(components): [image] hide image on load
* feat(components): [image] load emit
2022-06-09 10:23:58 +08:00
沐林森13
50efff225c
fix(components): [table] fix namespace in table's expand icon ( #8162 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-09 02:08:37 +08:00
Jeremy
640842bbe0
refactor(components): [time-picker] constants ( #8170 )
...
* refactor(components): [time-picker] constants
* Relocate the constants and utils.
* chore: remove expression `instanceof`
* chore: refine code
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-08 16:20:45 +08:00
LIUCHAO
9a961425b5
fix(components): picker-panel not pop up when disabled/readonly ( #8139 )
...
closed #8139
2022-06-08 16:13:45 +08:00
gjfei
884b0d71b7
fix(components): [time-picker] filter invalid value ( #8119 )
2022-06-08 11:16:44 +08:00
류한경
470286097f
fix(components): [collapse-item] If disabled, no focus ( #8081 )
2022-06-08 09:33:09 +08:00
류한경
94808e8ec9
fix(components): [input] hide eye icon if no value ( #8096 )
2022-06-08 09:24:15 +08:00
류한경
4c34660c59
fix(components): [switch] tabindex property doesn't work ( #8101 )
2022-06-08 09:23:49 +08:00
류한경
53ace00e11
fix(components): [tag] awrong disable-transitions condition ( #8161 )
2022-06-08 09:23:02 +08:00
Jeremy
5b233da008
refactor(components): [time-picker] time-picker ( #8160 )
...
* refactor(components): [time-picker] time-picker
* Refactor `time-picker` to tsx.
* chore: refactor to script setup
* chore: fix typing issue in `picker`
* chore: fix API exposing
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-08 09:17:23 +08:00
Hefty
6b6c5a4a87
fix(components): [form] catch validation error when changing rules ( #8154 )
2022-06-08 02:42:31 +08:00
Carter Li
8413f8ea31
refactor(components): use useResizeObserver
( #8124 )
2022-06-08 02:04:48 +08:00
류한경
339f9680b3
refactor(components): [alert] delete unnecessary code ( #8129 )
2022-06-07 21:53:30 +08:00
qiang
740f829acd
fix(components): import dayjs by a more compatible way ( #8144 )
2022-06-07 21:53:05 +08:00
Jeremy
9f5aae64ea
fix(components): [select-v2] remove private API ( #8145 )
...
* fix(components): [select-v2] remove private API
* Refactor `select-menu` to `tsx`.
* Remove usage for `h` renderer
* Fix write operation for readonly computed.
* chore: make select-dropdown as tsx
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-07 17:23:12 +08:00
Faizal Andyka
b34ca0fb0c
refactor(components): [link] use JSX in Unit test ( #8140 )
2022-06-07 13:08:21 +08:00
Jeremy
80c6eebd12
refactor(components): [time-picker] basic-time-spinner ( #8132 )
...
* refactor(components): [time-picker] basic-time-spinner
* Refactor `basic-time-spinner` to script setup.
* refactor(components): [time-picker] basic-time-spinner
* Resolve typing issues in `basic-time-spinner`.
* Extract code from `basic-time-spinner`.
* chore: remove parallel
* chore: set node space size
* chore: remove parallel jobs
* chore: update pr-docs-build.yml
* chore: revert remove parallel
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-06 22:02:56 +08:00
Jeremy
beacaf6ce4
refactor(components): [time-picker] script setup ( #8128 )
...
* refactor(components): [time-picker] panel-time-range
* Refactor `panel-time-range` to script setup.
* refactor(components): [time-picker] panel-time-range
* Fix typing issues in `panel-time-range`.
* Extract common code to `use-time-panel`.
* refactor(components): [time-picker] panel-time-picker
* Replace duplicated logic with `use-time-panel`.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-06 17:35:10 +08:00
Jeremy
207baf89c4
refactor(components): [time-picker] panel-time-pick ( #8115 )
...
* Refactor `panel-time-pick` to script setup.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-06 11:53:56 +08:00
Jeremy
364014a35a
refactor(components): [time-picker] props ( #8108 )
...
* Extract props to separate files.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-06 09:05:41 +08:00
Jeremy
6cde29f559
refactor(components): [date-picker] basic-date-table ( #8095 )
...
* Refactor `basic-date-table` to script setup.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-05 21:03:24 +08:00
Xc
68d858faa0
fix(components): [date-picker] circular dependency ( #8093 )
2022-06-05 00:38:06 +08:00
Jeremy
4662a37bbe
refactor(components): [date-picker] basic-month-table ( #8053 )
...
* Refactor `basic-month-table` to script setup.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-04 21:40:52 +08:00
Jeremy
074c94ff3b
fix(components): [time-picker] picker missing ( #8082 )
...
* Fix picker went missing when clear date.
* Add test for changes.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-04 21:40:09 +08:00
류한경
ec498d38b5
refactor(components): [badge] remove unnecessary condition ( #8073 )
2022-06-04 15:30:31 +08:00
류한경
c62730071e
refactor(components): [tag] add event modifier ( #8075 )
2022-06-04 15:29:44 +08:00
류한경
a8897ebce9
fix(components): [timeline-item] props validation ( #8083 )
2022-06-04 15:29:12 +08:00
Giwayume
1758b12c7d
Fix/focus trap datepicker pick ( #8085 )
...
* fix(components): [focus-trap] escape while trapped
* fix(components): [date-picker] click to reopen while focused input
Co-authored-by: OpenGraphica <opengraphica@gmail.com>
2022-06-04 14:58:01 +08:00
三咲智子
b750aa87e7
fix(components): [upload] beforeUpload hook ( #8079 )
2022-06-04 10:50:17 +08:00
btea
25f037338d
fix(components): [loading] fix typo ( #8074 )
2022-06-04 10:03:54 +08:00
一昂
18891d79e9
test(components): [checkbox] add data type ( #8077 )
2022-06-03 22:41:26 +08:00
Xc
936a20d3a2
fix(components): [form] resetFields object error ( #8067 )
2022-06-03 12:08:45 +08:00
Jeremy
6e8ea0c44a
fix(components): [popper] contextual menu ( #8054 )
...
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-03 09:03:03 +08:00
류한경
90702b591e
test(components): [card] correct shadow props ( #8059 )
2022-06-03 09:01:47 +08:00
류한경
f7d24cbc0b
refactor(components): [radio] separate hooks ( #8065 )
2022-06-03 08:59:39 +08:00
류한경
63cbc59e2a
test(components): [card] add optional chaining ( #8058 )
2022-06-03 01:40:44 +08:00
류한경
86ef8abbb7
refactor(components): [input-number] convert to a constant ( #8066 )
2022-06-03 01:39:00 +08:00
Jeremy
2b915c7457
refactor(components): [date-picker] basic-year-table ( #8045 )
...
* Refactor `basic-year-table` to script setup.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-02 03:26:42 +00:00
msidolphin
742bc0d192
fix(components): [el-table] hide tooltip when table is scrolling ( #8012 )
2022-06-02 10:58:44 +08:00
LIUCHAO
e0821baa8d
test: add property "testData" on instance ( #8037 )
2022-06-02 02:54:54 +00:00
Jeremy
809923ceb1
refactor(components): [date-picker] panel-date-pick ( #8043 )
...
* Simplify code.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-02 10:54:31 +08:00
류한경
cffae110ae
refactor(components): [avatar] use JSX in Unit test ( #8021 )
2022-06-01 17:32:23 +08:00
zz
b4a89eba0c
fix(components): [scrollbar] expose wrap ref ( #8035 )
2022-06-01 16:48:43 +08:00
opengraphica
6359538a45
fix(components): [focus-trap] popper input focus ( #8025 )
...
* fix(components): [focus-trap] fix reclaim focus for paused layer
* fix(components): [focus-trap] remove async
2022-06-01 15:05:36 +08:00
qiang
60cd22b890
feat(components): [image] support native lazy loading ( #7968 )
2022-06-01 13:21:05 +08:00
류한경
19aa8ca424
refactor(components): [layout] use JSX in Unit test ( #8020 )
2022-06-01 13:08:19 +08:00
Xc
40fb6b8303
refactor(components): [radio] use JSX in Unit test ( #8019 )
2022-06-01 13:08:01 +08:00
류한경
f6094a918e
refactor(components): [progress] use JSX in Unit test ( #8022 )
2022-06-01 13:05:32 +08:00
류한경
a9766220a6
refactor(components): [button] use JSX in Unit test ( #8024 )
2022-06-01 13:02:18 +08:00
Xc
4339802fed
fix(components): [select] input height is 2px more ( #7958 )
...
* fix(components): [select] input height is 2px more
* fix(components): [select] inner input height
* fix(components): [select] inner input height
2022-05-31 23:41:36 +08:00
Jeremy
97eae00e65
refactor(components): [date-picker] panel-date-pick ( #8011 )
...
* refactor(components): [date-picker] panel-date-pick
* Enhance typing.
* chore: restore handle shortcut click
* chore: fix format
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-05-31 16:40:19 +08:00
opengraphica
cced377628
fix(components): [picker] Click to focus fires emit ( #8001 )
2022-05-31 10:04:45 +08:00
zz
54efcfbdfd
refactor(components): [scrollbar] switch to script-setup syntax ( #7986 )
2022-05-31 07:55:03 +08:00
zz
eb9d7c99a5
refactor(components): [scrollbar] use JSX in Unit test ( #7987 )
2022-05-31 05:42:28 +08:00
Jeremy
efd6c2b2a7
refactor(components): [date-picker] panel-date-pick ( #7998 )
...
- Refactor `defineComponent` to script `setup`.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-05-30 21:22:03 +08:00
Jeremy
eb599f8f65
refactor(components): [date-picker] range picker ( #7994 )
...
- Encapsulate shared code to reduce duplication.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-05-30 20:15:04 +08:00
Hefty
889a440a58
refactor(components): [row] switch to script-setup syntax ( #7961 )
...
* refactor(components):[row] switch to script-setup syntax
* refactor(components): [row] export const type
2022-05-30 16:35:18 +08:00
류한경
72bc196adf
refactor(components): [steps] validate values and export values ( #7947 )
2022-05-30 11:57:41 +08:00
opengraphica
af732b124b
feat(components): [dropdown] a11y ( #7946 )
...
* feat(components): [dropdown] always use button trigger
* feat(components): [dropdown] a11y unit tests
* feat(components): [dropdown] pr comments
2022-05-30 11:51:25 +08:00
Hefty
57ac1e605e
refactor(components): [col] switch to script-setup syntax ( #7971 )
2022-05-30 11:14:58 +08:00
三咲智子
6e60279753
fix(image-viewer): typescript error ( #7938 )
2022-05-30 10:45:07 +08:00
zz
286786e348
refactor(components): [config-provider] use JSX in Unit test ( #7980 )
2022-05-30 10:36:10 +08:00
zz
ac31116c3b
refactor(components): [config-provider] export component instance type ( #7979 )
2022-05-30 10:33:49 +08:00
三咲智子
20317b9c02
fix(components): [collection] type error ( #7940 )
2022-05-30 10:27:16 +08:00
Xc
a9842c26c2
refactor(components): [popconfirm] use JSX in Unit test ( #7969 )
2022-05-30 09:39:31 +08:00
Xc
903c20335a
refactor(components): [popconfirm] export instance type ( #7967 )
2022-05-30 09:39:12 +08:00
Xc
25313f1075
refactor(components): [badge] use JSX in Unit test ( #7972 )
2022-05-30 09:38:54 +08:00
Xc
01e5225798
refactor(components): [alert] use JSX in Unit test ( #7973 )
2022-05-30 09:38:12 +08:00
opengraphica
652333e395
fix(components): [tree] remove form item context ( #7956 )
2022-05-30 09:15:45 +08:00
Jeremy
39e273fbdb
refactor(components): [date-picker] month range ( #7948 )
...
- Use composable `use-range-picker`.
- Remove duplicated code.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-05-30 09:03:05 +08:00
qiang
21a1c24f58
fix(components): [table] the scrollbar not change ( #7905 )
2022-05-30 08:35:28 +08:00
三咲智子
3adb0f2077
refactor(component): improve code ( #7959 )
2022-05-29 09:42:31 +08:00
류한경
e757409852
refactor(components): [affix] props and emits validation ( #7945 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-05-29 06:24:45 +08:00
banbri
07cae24985
fix(components): [date-picker] Make shortcuts reactive ( #7698 )
2022-05-28 20:14:43 +00:00