Commit Graph

1398 Commits

Author SHA1 Message Date
songjianet
0949006f74
docs(radio-ComponsitionApi): Update the documentation of the radio component (#2524)
* docs(radio): Update the documentation of the radio component

* docs(radio): Update code format
2021-07-16 10:53:22 +08:00
msidolphin
c8244b381b
feat(cascader): supports popper-append-to-body feature (#2544)
supports popper-append-to-body feature and improved documentation for cascader and select

fix #2500
2021-07-16 09:10:55 +08:00
云游君
47c40708b8
refactor(alert): replace all css var (#2545) 2021-07-16 09:00:30 +08:00
云游君
6e46c23000
refactor(color): css var for border-color & simplify border-color docs (#2540) 2021-07-15 21:06:30 +08:00
0song
2870e8e2a5
chore: update change log format (#2543) 2021-07-15 18:02:10 +08:00
Square Coin
d17d6a5b49
feat(menu): improve handleItemClick (#2514)
* feat(menu): improve handleItemClick function

* chore(menu): add description of handleItemClick

* feat(menu): better name

* Address comments

* Update doc for all languages

Co-authored-by: liik <linyunqianpp@126.com>
Co-authored-by: jeremywuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-07-15 15:18:02 +08:00
msidolphin
9999f2fd10
docs(other): missing style tag problem (#2539) 2021-07-15 14:26:17 +08:00
jeremywu
c28d7b3738
feat(hooks): redesign popper apis (#2529)
* feat(hooks): redesign popper apis

- Redesign use-popper APIs to make it more adaptable.

* - Reorganize the popper APIs
2021-07-15 14:08:13 +08:00
云游君
a99b20a8c1
refactor(typography): add css var for typography & simplify example code (#2531)
* refactor(typography): add css var for typography & simplify example code

* fix: add @use "sass:map" for _var.scss
2021-07-15 13:33:22 +08:00
云游君
ab8250d85a
refactor(container): header/footer/aside size by css variables (#2530) 2021-07-15 08:45:29 +08:00
Dinarte Jesus
b791aca744
feat(formItem): Change slot label formItem to scopedSlots (#2522)
* Change slot label from formItem to scoupedSlot

* Improve docs with scoped value

* Update documentation for scopedSlots on FormItem
2021-07-15 08:44:29 +08:00
msidolphin
270f4bc97a
refactor(container): header/footer/asdide size by css variables (#2526)
fix #2482
2021-07-14 22:00:15 +08:00
bastarder
5b52f21311
fix(tree): fix el-tree accordion attribute only takes effect on root nodes (#1996) (#2523)
Co-authored-by: Qian Jie <jie.qian@blockheaders.com>
2021-07-14 18:00:51 +08:00
msidolphin
d1dc55dc65
fix(select): filtered empty groups (#2507)
fix #2506
2021-07-14 15:01:00 +08:00
jeremywu
2e097605dc
feat(hooks): export popperjs common attributes (#2520)
- Export popperjs/core common attributes for reusing
2021-07-14 14:59:39 +08:00
msidolphin
08c60ed85b feat(checkbox): label supports object type
re #2509
2021-07-14 11:55:28 +08:00
云游君
37d3d778c1
chore(style): lint scss by prettier (#2515) 2021-07-14 09:27:52 +08:00
JeremyWuuuuu
a7a8f29a19 refactor(popper): use-popper-hook for popper
- Add new use popper hook into the codebase for replacing the current `use-popper`
2021-07-13 17:49:00 +08:00
清尘
8a9a0e38df
fix(select-v2): fix select-v2 inputWidth is not defined (#2510) 2021-07-13 17:35:49 +08:00
itreetree
10d24a76ab
fix(menu): fix el-menu activeIndex bug (#2468) 2021-07-13 16:57:05 +08:00
云游君
0074f334fe
refactor: generate color var by sass map (#2504) 2021-07-13 10:26:04 +08:00
msidolphin
c1770d8877
fix(select): hoverIndex has incorrect when popover is turned on again (#2469) 2021-07-13 09:42:13 +08:00
C.Y.Kun
f6b17cb79a
fix(option): selectemitter was not turned off when it was destroyed (#2450) 2021-07-13 09:25:37 +08:00
msidolphin
6305f7af80
fix(time-picker): model-value should sync when disable-attrs was updated (#2462) 2021-07-13 09:25:04 +08:00
BeADre
1e44af0b91
fix(table-column): parse width and minWidth (#2466)
* fix(table-column): parse width and minWidth

* fix: modify type of value
2021-07-12 18:15:17 +08:00
YiJie
1cdf7400db
feat(lading): custom loading svg (#2456)
* feat(loading): support customize svg

* feat(loading): unit test customize svg

* docs(loading): simple customize svg demo

* docs(loading): supplement composition api documents

* docs(loading): make the load SVG stop rotating

* docs(loading): prompt users to prevent XSS attacks

* docs(loading): i18n

* docs(loading): fix md code wrong

* docs(loading): fix md code wrong
2021-07-12 18:13:19 +08:00
云游君
4676be7c47
refactor: button/radio/input size by sass map (#2502) 2021-07-12 18:13:02 +08:00
qige2016
f560b39ce7
fix(form): fix no effect when label-width prop is auto (#2480)
* chore(form-item): fix code style

* fix(form): fix no effect when label-width prop is auto

* fix(form): fix does not work when set label-position to left

* test(form): add a test case

* fix(form): replace CSSStyleDeclaration with CSSProperties

* chore(form): fix types import
2021-07-12 15:19:27 +08:00
kooriookami
f651dca37b
fix(time-picker): fix missing blur methods and spelling error (#2457)
* fix(time-picker): fix missing blur methods and spelling error

* fix: update
2021-07-12 11:07:23 +08:00
msidolphin
abd902acd2
fix: upload file-list is updated but without re-rendered (#2405) (#2460) 2021-07-12 11:03:00 +08:00
msidolphin
e2f8f382c3
fix: more than one component in table_column.spec.js (#2461) 2021-07-12 11:01:47 +08:00
云游君
5faa7ec530
feat(style): migrate checkbox css3 var (#2493) 2021-07-12 09:27:49 +08:00
Summer
d49a0e13df
ElDynamicSizeList: fix horizontal scrollbar bug (#2494)
* ElDynamicSizeList: fix horizontal scrollbar bug

* Scrollbar: delete never used var
2021-07-12 09:19:17 +08:00
ioslh
d334142d0d
refactor(pagination): pagination internal logic refactored (#2491)
* refactor(pagination): pagination internal logic refactored

* improvement(pagination): improve pr by better naming and misc
2021-07-11 13:12:22 +08:00
kooriookami
78ef773b36
fix(form): add default value of label-width (#2492)
fix #2490
2021-07-10 21:33:14 +08:00
云游君
7dc55a7576
feat(style): use css3 var refactor base variable (#2478)
* feat: add basic css3 var

* feat(style): migrate base style z-index
2021-07-10 20:49:06 +08:00
kooriookami
f44211da86
fix(time-select): fix missing blur method (#2477)
fix #1925
2021-07-10 20:46:51 +08:00
0song
10d83ea631
chore: add changelog 55 (#2484) 2021-07-09 17:19:21 +08:00
qige2016
e96dc8ac65
chore(collapse): let -> const (#2459) 2021-07-07 19:27:09 +08:00
Zzm
3de8090628
chore: fix code style (#2463) 2021-07-07 15:28:51 +08:00
msidolphin
4622b12869
docs: improve description of date-picker value-format prop (#2416) (#2449) 2021-07-06 15:36:38 +08:00
kooriookami
3d161f785a
perf(descriptions): split type.ts file (#2447)
* perf(descriptions): split type.ts file

* fix: add type
2021-07-06 10:16:25 +08:00
qige2016
c34ffaa386
chore(avatar): let -> const (#2442)
* chore(avatar): let -> const

* fix(avatar): fix fit prop validator

* chore(avatar): remove fit prop validator
2021-07-06 10:10:59 +08:00
qige2016
7bc6baf495
refactor(breadcrumb): refactor the type definition of breadcrumb (#2443)
* refactor(breadcrumb): refactor the type definition of breadcrumb

* chore(breadcrumb): fix types import
2021-07-06 09:54:06 +08:00
jeremywu
6b4c04fd0a
feat(hooks): add use-timeout hook (#2439)
* feat(hooks): add use-timeout hook

- Add use timeout hook for register timeout callbacks
- Add test cases against add-timeout

* resolve linter issue
2021-07-06 07:49:49 +08:00
msidolphin
1989eed7f0
fix: add missing styles (#2423) (#2444) 2021-07-06 07:49:22 +08:00
msidolphin
627b1a941c
fix: table selectable callback index incorrect issue (#2393) 2021-07-05 10:47:08 +08:00
Hgwxxdd
1f6fc8c38b style(mixin): variable is assigned but never used 2021-07-05 10:17:03 +08:00
yanzhuang
4e9ddcdb53
Utils: fix isScroll (#2433) 2021-07-05 09:16:00 +08:00
kooriookami
e61d08ed29
feat(scrollbar): add always show props and control scrollbar methods (#2428)
* feat(scrollbar): add always show props and control scrollbar methods

re #1751 #2004

* feat: update for review
2021-07-05 09:10:50 +08:00