7613 Commits

Author SHA1 Message Date
07akioni
c1c4f8cce5 fix(tree): check-on-click prop sometimes doesn't work 2022-07-27 23:15:09 +08:00
07akioni
40a451085e refactor(checkbox-group): update value api 2022-07-27 23:05:40 +08:00
07akioni
ed5be49732 fix(dialog): onEsc 2022-07-27 22:59:06 +08:00
07akioni
6a343873eb docs(changelog): fix 2022-07-27 22:55:44 +08:00
Sepush
58513a4d87
fix(dialog): on-esc (#3360)
Signed-off-by: Sepush <sepush@outlook.com>
2022-07-27 22:31:47 +08:00
07akioni
9a452489c9 chore(watermark): optimize image size 2022-07-27 01:30:29 +08:00
07akioni
8fde29e188 feat(watermark): add global-rotate prop 2022-07-27 01:22:39 +08:00
07akioni
a31592bb6e feat(dialog): useDialog supports onEsc prop 2022-07-27 01:22:39 +08:00
不见月
dc9e871996
fix(carousel): fix sequence layout carousel translate (#3356)
* fix(n-carousel): fix sequence layout carousel translate

* fix(n-carouse): fix can not grad on card effect
2022-07-27 01:19:29 +08:00
不见月
d1354b1444
fix(carousel): fix can not fix translate after dragging (#3355)
* fix(n-carousel): can not fix translate after dragging

* fix(n-carousel): can not click on card effect
2022-07-27 00:01:49 +08:00
OrbisK
ee448449f1
fix(de-DE): add missing translations (#3354) 2022-07-26 20:20:49 +08:00
07akioni
0345380ca1 docs: fix some typo 2022-07-26 01:53:58 +08:00
07akioni
ce5f84131f chore(row): clean code 2022-07-26 01:53:58 +08:00
Sepush
ad973bb189
chore: move lagacy-grid to legacy menu-options (#3335)
Signed-off-by: Sepush <sepush@outlook.com>
2022-07-26 01:38:38 +08:00
07akioni
e58f311873 refactor(notification): clean code 2022-07-26 01:29:16 +08:00
07akioni
6b8e994526 fix: all components' exported props type's prop is readonly 2022-07-26 01:16:43 +08:00
07akioni
cc0cdbecc1 refactor(carousel): clean code 2022-07-26 01:10:51 +08:00
07akioni
814e6908db refactor(code): show line numbers 2022-07-26 00:52:05 +08:00
07akioni
f6c04c411e refactor(scrollbar): clean code 2022-07-25 23:16:52 +08:00
07akioni
0510875769 fix: ci 2022-07-24 23:52:48 +08:00
Leila Ahmadi
dffff72469
feat(legacy-grid, statistic, thing): rtl (#3326)
* feat(tree): support rtl

* feat(legacy-grid): support rtl

* feat(statistic): support rtl

* feat(thing): support rtl

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-24 23:41:13 +08:00
07akioni
d2344265a8 refactor(input-number): clean code 2022-07-24 23:39:32 +08:00
吉仔
fd38567b6d
fix(input-button): register mouseup event multiple times when hold (#3333) 2022-07-24 23:37:46 +08:00
Sepush
73f06a24b8
chore: simplifying type declarations (#3332)
Signed-off-by: Sepush <sepush@outlook.com>
2022-07-24 23:07:37 +08:00
07akioni
2cf2a28213 feat(transfer): redesign 2022-07-24 22:14:15 +08:00
XieZongChen
3b64ef8fba
refactor(transfer): refactor styles and code (#2104)
* refactor(transfer): refactor styles and code

* refactor: optimization

* feat: optimize

* feat: optimize

* add renderLabel & renderSourceList

* feat: rebase and update changelog

* chore: fix ci error

* Update CHANGELOG.en-US.md

* Update CHANGELOG.en-US.md

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-24 16:45:32 +08:00
07akioni
9b260a3b16 refactor(transfer): move to legacy-transfer 2022-07-24 16:27:26 +08:00
07akioni
039f5ef2e7 fix(avatar): shows placeholder after load fails, closes #3315 2022-07-22 02:11:21 +08:00
07akioni
69da43bc0f chore(tree): explain children guard in expand watcher 2022-07-22 01:00:01 +08:00
07akioni
ea0310d48f fix(tree): may throw error on node selection expanded-keys, closes #3319 2022-07-22 00:54:44 +08:00
07akioni
1df7641b53 refactor(input): scrollTo 2022-07-22 00:40:13 +08:00
XieZongChen
d3c416fc7d
chore(contributing): add notes (#3321) 2022-07-21 23:06:59 +08:00
gp
1d91ee849c
fix(select): fix select focus loss (#3309)
* fix(select): fix select focus loss

* docs(changelog): closes #3247

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-20 00:12:09 +08:00
6dd4f999e6
feat(input): scroll to end input element (#3293)
* feat: scroll to end input element

Signed-off-by: Innei <tukon479@gmail.com>

* docs: add changelog

Signed-off-by: Innei <tukon479@gmail.com>

* feat: add scrollTo

Signed-off-by: Innei <tukon479@gmail.com>

* docs: update

Signed-off-by: Innei <tukon479@gmail.com>

* fix(input): remove expose scrollToEnd

Signed-off-by: Innei <tukon479@gmail.com>

* Update src/input/demos/zhCN/focus.demo.vue

* Update src/input/demos/zhCN/focus.demo.vue

* Update src/input/demos/zhCN/focus.demo.vue

* Update src/input/demos/enUS/focus.demo.vue

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-19 23:35:38 +08:00
不见月
b424af23dc
feat(carousel): support controlled current index (#3289)
* feat(Carousel): support controlled current index

* chore
2022-07-19 23:18:05 +08:00
Sepush
f1e4b04257
fix(carousel): can not stop the play onhover (#3308)
Signed-off-by: Sepush <sepush@outlook.com>
2022-07-19 23:14:31 +08:00
07akioni
6bf10fa3c9 fix(input): has is no indent at the prefix if type="textarea" and :autosize="true", closes #3238 2022-07-19 02:03:20 +08:00
Leila Ahmadi
a93c4e5bf2
feat(tree): support rtl (#3306) 2022-07-19 00:52:11 +08:00
XieZongChen
868a4f5247
feat(changelog): fix error (#3307) 2022-07-18 22:35:30 +08:00
07akioni
72d5be8a3f fix(select): placeholder may overflow if it's long 2022-07-18 02:00:49 +08:00
Sepush
3d03692654
feat(notification): add keepAliveOnHover prop (#3268)
* feat(notification): add `keepAliveOnHover` prop

Signed-off-by: Sepush <sepush@outlook.com>

* feat(notification): onMouseenter onMouseleave

Signed-off-by: Sepush <sepush@outlook.com>

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-18 01:39:05 +08:00
07akioni
13b13f1cd6 fix(upload): on-error & on-finish props don't allow () => void type, closes #3290 2022-07-18 01:27:48 +08:00
Sepush
eda7c56af7
chore: upgrade to vite3.0.0 (#3284)
Signed-off-by: Sepush <sepush@outlook.com>
2022-07-18 01:09:25 +08:00
07akioni
328090bb58 fix(button): focusable prop doesn't work, closes #3292 2022-07-18 01:02:26 +08:00
07akioni
58c23f6883 feat(checkbox-group): on-update:value prop adds trigger checkbox's value to params, closes #3277 2022-07-18 00:21:46 +08:00
07akioni
a369e11152 chore: remove useless code 2022-07-17 23:52:57 +08:00
07akioni
91edef4f62 fix(date-picker): will cancel selecting in range mode if click at disabled confirm button, closes #3254 2022-07-17 23:51:38 +08:00
不见月
a3e85fa41e
fix(carousel): simple code and fix bugs (#3235)
* fix(Carousel): #3078, #3106 and simple code

* fix(Carousel): fix slide level error on fade effect

* fix(Carousel): get exact size

* chore(Carousel): only use computed size when slides pre view multiple

* chore: reviewed

* chrome: revise demo

* fix(Carousel): fix the can not trigger touchstart on ios

* docs: changelog
2022-07-11 00:44:34 +08:00
Jonson Petard
93ba2b2f7a
feat(code): add line-number prop (#3242)
* feat(code): add line-numbers property

* chore(code): cleanup comments
2022-07-11 00:43:14 +08:00
Mohammad Amin Mokhtari
3aa0c8a6c2
feat(scrollbar): rtl (#3259)
* feat(scrollbar): rtl

* refactor(notification): rtl

* refactor(scrollbar): rtl

* fix(mixin): export useRtl
2022-07-11 00:41:46 +08:00