7542 Commits

Author SHA1 Message Date
07akioni
1e7bb4a8f5 fix: all components' user-select style prop's effect on safari 2022-07-06 23:29:19 +08:00
07akioni
3c06a36588 fix(input): text color is too shallow with disabled state in Safari, closes #3241 2022-07-06 22:36:19 +08:00
07akioni
d9acc59450 docs(changelog): closes #2885 2022-07-06 22:10:02 +08:00
07akioni
f957c68d96 fix(radio-button): may not have correct cursor style in some versions of chrome, closes #3243 2022-07-06 22:07:31 +08:00
07akioni
ec0a0891a1 chore: jsx format 2022-07-06 22:04:08 +08:00
XieZongChen
b203e3ed2d
feat(countdown): add reset method (#3230)
* feat(countdown): add reset

* feat: optimize code

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-06 01:05:05 +08:00
07akioni
1c0536966b fix(drawer): clean code 2022-07-06 01:00:01 +08:00
07akioni
1c82bf9525 refactor(drawer): resizable 2022-07-06 00:56:20 +08:00
Jevon
3d9f4c2f6f
feat(drawer): add a new prop(adjustable) so that the drawer can adjust its width/height (#3234)
* feat(drawer): add a new prop(adjustable) so that the drawer can adjust its width/height

* docs: optimize doc
2022-07-05 23:13:03 +08:00
Dymitr
36be318d5a
fix: update Ukrainian locale (#3237) 2022-07-05 23:07:40 +08:00
07akioni
f4a7c0e224 fix(notification): animation 2022-07-05 00:49:37 +08:00
07akioni
50adfe99a2 feat(tree): support accrodion animation 2022-07-05 00:39:22 +08:00
07akioni
acfdca7cde feat(tree): adds accrodion prop, closes #3129 2022-07-05 00:11:50 +08:00
07akioni
f14058bbaa docs(changelog): tree check on click 2022-07-04 23:53:09 +08:00
07akioni
2916835e89 refactor(tree): check-on-click prop 2022-07-04 23:50:28 +08:00
07akioni
ed4003dde2 refactor(dropdown): menu class name 2022-07-04 23:36:33 +08:00
07akioni
0f08827ea5 fix(scrollbar): overflow 2022-07-04 23:36:33 +08:00
周顺顺
57eb213401
feat(tree): adds check-on-click prop (#3137)
* feat(tree):  adds `check-on-click` prop

* docs(entry.md): 修正入口文档格式

* docs(entry.md): 调整api位置,按字母排序

* fix(color-picker): fix can't set alpha value correctly manually (#3138)

* fix(grid): hydrate incorrectly (#3132)

* fix(grid): hydrate incorrectly

* fix(grid): optimized implementation

Co-authored-by: knight.chen <knightch@knx.com.cn>

* test(tree): add test (#3144)

* Update src/tree/src/Tree.tsx

Co-authored-by: dellen <37081481+dellenshang@users.noreply.github.com>
Co-authored-by: keuby <knightchen@knx.com.cn>
Co-authored-by: knight.chen <knightch@knx.com.cn>
Co-authored-by: XieZongChen <46394163+amadeus711@users.noreply.github.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-04 23:35:41 +08:00
07akioni
017568d37c refactor(data-table): column.single => column.multiple 2022-07-04 23:06:51 +08:00
Jevon
3de6814d1f
feat(data-table): add single prop to datatable #3056 (#3209)
* feat(datatable): add `single` prop to datatable #3056

* test(datatable): add `single` prop test case

* fix: `single` test case

* docs: add english changelog

* test(data-table): accomplish `single` prop test case

* feat: change checkout to radio

* Update src/data-table/src/TableParts/Body.tsx

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-04 22:47:28 +08:00
07akioni
6aa5ab1a08 feat(date-picker): disable confirm button if end date is not selected, closes #3226 2022-07-04 22:42:07 +08:00
07akioni
da00a3c193 refactor(upload): thumbnail url 2022-07-04 01:00:49 +08:00
VincentFong
4207226c1b
fix(upload): accept file.thumbnailUrl (#3216) 2022-07-04 00:56:40 +08:00
07akioni
9120cbf20d docs: explain preflight style 2022-07-04 00:35:03 +08:00
07akioni
b8f4e88739 docs: nuxt config update 2022-07-04 00:10:45 +08:00
07akioni
84dd9d049d docs: update known ssr issues 2022-07-04 00:07:09 +08:00
07akioni
ba808aae0c fix(dropdown): test 2022-07-03 23:02:05 +08:00
07akioni
6b85a67fe7 fix(dropdown): style 2022-07-03 22:42:36 +08:00
07akioni
6fab5f085e fix(dropdown): disabled option is hoverable 2022-07-03 22:42:35 +08:00
XieZongChen
474ae1f833
feat(date-picker): clearable prop can control action prop's clear when action prop's no clear set (#3168)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-03 22:23:55 +08:00
07akioni
4be92647d6 feat(dropdown): add menu props prop 2022-07-03 21:22:59 +08:00
Yhspehy
4388c109d2
fix(dropdown): scrollable prop not work (#3099)
* fix(dropdown): scrollable prop not work

* fix(dropdown): teleport to menu node when scrollable

* feat(dropdown): showSubmenu when hover scrollbar

* fix(dropdown): use popoverBody in teleport

* fix(docs): conflicts

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-03 20:23:37 +08:00
Sepush
1dd6f421f0
feat(popover): add footer slot and footer-style prop (#3208)
* feat(popover): add `footer` slot and `footer-style` prop

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

* refactor: clean code

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

* docs(popover): add conjunction

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

* refactor: remove  unnecessary function

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

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-03 20:09:07 +08:00
07akioni
470377fa3b fix(avatar): update snapshot 2022-07-03 19:58:19 +08:00
thinker-ljn
8ac46b121d
feat: export all component props definitions (#3214)
* feat: export all component props definitions

* feat: export props definitions from index file

* Update src/_internal/scrollbar/src/Scrollbar.tsx

* Update src/carousel/src/CarouselDots.tsx

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-03 19:54:43 +08:00
07akioni
bd68a5872d fix(notification): leave animation if content height overflows screen 2022-07-03 19:34:03 +08:00
Mohammad Amin Mokhtari
a78244eef9
feat(notification): rtl (#3215)
* feat(notification): rtl style

* Delete rtl-debug.demo copy.vue
2022-07-03 19:13:02 +08:00
YRMING
bd4d0b271a
feat(number-animation): add on-finish prop (#3224)
* feat(number-animation): add `on-finish` prop

* chore: update changelog
2022-07-03 19:11:24 +08:00
07akioni
675fb6b5d0 fix(image, avatar): lazy load 2022-07-03 13:56:29 +08:00
07akioni
ca8363820b fix(data-table): rowIndex of tree data 2022-07-03 13:37:22 +08:00
07akioni
065b62d4a9 fix(data-table): row index impl 2022-07-03 13:37:22 +08:00
d73d7ad061
feat(avatar): lazyload (#3154)
* feat: avatar lazyload

* chore: update docs

* chore: log update

* chore: docs version col

* refactor: use native lazy load image
2022-07-03 13:36:32 +08:00
XieZongChen
2c11c9c0b5
fix(data-table): column render prop's index param sequence exception when in expandable row (#3160)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-03 13:11:58 +08:00
07akioni
dd5fa45712 fix(date-picker): menu's quarter text isn't same having type="quarterrange" and type="quarter", closes #3217 2022-07-03 00:12:33 +08:00
07akioni
04960e9e38 fix(cascader): filter menu doesn't show option path, closes #3220 2022-07-03 00:03:28 +08:00
07akioni
37b4554cc5 fix(data-table): doesn't show summary row in virtual scroll mode, closes #3202 2022-07-02 23:25:40 +08:00
07akioni
e457993198 fix(data-table): colSpan doesn't work correctly in virtual scroll mode, closes #3052 2022-07-02 23:16:52 +08:00
07akioni
4e5a09c232 2.30.8 v2.30.8 2022-06-29 22:09:33 +08:00
07akioni
5efae9ce24 fix(select): menu transition style, closes #3211 2022-06-29 22:03:02 +08:00
07akioni
fe2dafe3c3 2.30.7 v2.30.7 2022-06-29 03:57:31 +08:00