wangyuhuiever
ada447b695
rename variable ( #10503 )
...
In version 2.2.17, use currentPage can't bind variable to current page.
2022-11-08 15:34:48 +08:00
tinyfind
9285109a0c
fix(components): [table] fixed column supported in grouped header ( #10096 )
...
* fix(components): [table] fixed column supported in grouped header
* fix(components): [table] fixed column supported in grouped header
* fix(components): [table] fixed column supported in grouped header
* fix(components): [table] fixed column supported in grouped header
2022-10-23 19:56:20 +08:00
Cully Fung
79982b8610
style(docs): [dialog] format ( #10147 )
...
* style(docs): [dialog] format
* style(docs): [dialog] format
2022-10-19 22:07:48 +08:00
zz
efed80666d
docs: update table-v2 demo ( #10059 )
2022-10-12 08:15:06 +00:00
Hefty
31f713bf1b
feat(components): [rate] add clearable attribute ( #10031 )
...
feat(components): [rate] add clearable attribute
2022-10-11 10:21:19 +08:00
Xc
817ec60b71
feat(components): [select] Simplified API ( #9994 )
2022-10-09 16:04:11 +08:00
zz
0381465719
docs(components): [select-v2] improve demo ( #9815 )
2022-09-18 18:40:15 +08:00
Benleie
af7f629138
docs(components): [popover] remove 'v-model' in example ( #9201 ) ( #9801 )
...
avoid confusing users
2022-09-17 21:57:08 +08:00
pany
e9666db99a
docs(components): [date-picker] attribute type description ( #9357 )
...
* docs(components): fix 'date-picker' attribute type description
* docs(components): revert 'date-picker' attribute description
* docs(components): fix 'datetime-picker' attribute type description
* docs(components): fix 'time-picker' attribute type description
* docs(components): format
* docs(components): fix type, optimization description
2022-09-08 19:22:47 +08:00
Xc
e8817aae06
feat(components): [select] enhanced suffix ( #9619 )
...
* feat(components): [select] enhanced suffix
* docs: remove useless characters
* docs(components): [select] add remote suffix demo
2022-09-06 23:12:52 +08:00
zz
6eded0bae8
feat(components): [message-box] allow pass function to message
option ( #9405 )
...
* feat(components): [message-box] allow pass function to `message` option
* chore: update docs
* chore: update docs
2022-09-04 20:38:18 +08:00
qiang
1e6dbd8558
refactor(components): [calendar] rename slot dateCell to date-cell ( #9590 )
...
* refactor(components): [calendar] rename slot dateCell to date-cell
closed 9565
* docs: update
* fix(components): [calendar] avoid slots taking effect at the same time
2022-09-03 23:23:10 +08:00
Alan Wang
1854891bce
docs: [select-v2] add demo of how to use value-key ( #7175 )
...
* docs: [el-select] add demo of how to use value-key
* docs: [selectV2] add demo of how to use value-key
* Update use-valueKey.vue
Co-authored-by: RealityBoy <1923740402@qq.com>
2022-08-31 16:46:01 +08:00
hfutsora
adfe2444db
feat(components): [dialog] add align center prop ( #8947 )
2022-08-29 02:58:54 +00:00
MARIOMARUI
6a5336638f
docs(components): [date-picker] update example ( #9386 )
2022-08-20 23:47:48 +08:00
Jeremy
9230af7976
feat(components): [page-header] enhancement ( #9215 )
...
* feat(components): [page-header] enhancement
* Add new slot `extra` for page header.
* Add addtional documentations for page header.
* chore: update doc
* feat: add default slot
* chore: add a11y support for back button
* chore: update examples
* chore: enhancements
* chore: example enhancement
* chore: restore previous actions for back button
* chore: address PR comments
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-08-20 21:41:49 +08:00
btea
a1834a4151
style(docs): change the example mask and overlay z-index ( #9356 )
...
* style(docs): change navbar z-index
* style: change the example mask and overlay z-index
2022-08-20 10:36:12 +09:00
feiyu
ccbecf3973
fix(components): [docs] menu example code menu name error ( #9355 )
2022-08-18 11:10:43 +08:00
feiyu
6d41ca467a
docs(components): [menu] typo ( #9319 )
2022-08-16 13:30:12 +08:00
愧怍
a25f0eef0f
docs: remove chinese button ( #9153 )
2022-08-02 14:20:44 +08:00
Kim Yang
201953f19b
fix(docs): fix table v2 filter demo style error ( #8847 )
...
* fix(docs): fix table v2 filter demo style error
* fix(docs): update by v-bind
2022-07-20 08:43:53 +09:00
Xc
ef22e5db62
feat(components): [tooltip] adjust controlled mode ( #8762 )
...
* feat(components): [tooltip] adjust controlled mode
2022-07-17 23:14:51 +08:00
류한경
5b817d3008
feat(components): [slider] placement ( #8561 )
...
* feat(components): [slider] placement
feat: add fallback placements
feat: rename tooltip-placement
refactor: test code
docs: add placement attribute
docs: prettier
* docs: example placement
2022-07-04 22:35:53 +08:00
zz
e09c0dbc39
docs(components): [transfer] improve and complete examples ( #8471 )
2022-07-04 21:39:53 +08:00
liu
63c038a071
fix(components): [table] table-column expand nested table wrong style ( #8522 )
...
* fix(components): [table] table-column expand nested table wrong style
* docs: update table component expandable row example
2022-07-04 12:03:08 +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
三咲智子
77fa19b45a
fix(docs): config-provider example ( #8534 )
2022-06-30 22:43:55 +08:00
Xc
dc5ea2319d
docs(components): [tree] custom node content button margin ( #8539 )
2022-06-30 22:42:53 +08: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
小孩可可爱爱
29fd3eb217
docs: [tag] add tag theme example ( #8413 )
2022-06-22 19:43:08 +08:00
LIUCHAO
63847a981f
docs(components): [message-box] add customized icon for examples ( #8381 )
2022-06-22 01:29:27 +00:00
0song
1706dfb6c5
docs: add autocomplete doc ( #8320 )
2022-06-17 16:20:04 +08:00
三咲智子
73f48ae7a7
fix(components): [upload] two-way binding fileList ( #8258 )
2022-06-17 15:01:30 +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
Xc
4484d07d76
docs(components): [layout] bg-color caused by unocss cover ( #8175 )
...
* docs(components): [layout] unocss cover
* docs(components): [layout] unocss cover
2022-06-08 07:09:35 +00:00
云游君
92b2007d82
docs(components): [menu] add left and right example ( #8094 )
2022-06-05 09:51:58 +08:00
Xc
6d73349cc5
fix(components): [button] link style and docs ( #7996 )
...
* fix(components): [button] link style and docs
* fix(components): [button] link style
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
2022-05-30 21:38:18 +08:00
류한경
c59a4a84ed
docs(components): [form] delete unused variables ( #7944 )
2022-05-28 13:20:12 +08:00
Xc
61e9be07f9
fix(components): [select-v2] status-icon position ( #7835 )
...
* fix(components): [select] status-icon position
* fix(components): [select-v2] status-icon position
* fix(components): [select-v2] status-icon position
2022-05-25 23:02:57 +08:00
云游君
ca58f2beb3
fix(theme-chalk): [date-picker] basic & range height size ( #7831 )
2022-05-25 21:42:21 +08:00
renovate[bot]
b77753c854
fix(deps): update dependency eslint-plugin-vue to v9 ( #7848 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-05-24 09:41:11 +00:00
赵朋朋Eddie
437f10abae
fix(docs): [infinite-scroll] fix error when use directive ( #7855 )
2022-05-24 09:48:08 +08:00
SignDawn
9ae57642db
Update basic.vue ( #7722 )
...
文档说的一千条,实际只有 200 条
2022-05-16 22:39:42 +08:00
JeremyWuuuuu
f3a8856c63
improvement(theme-chalk): visual enhancement ( #7563 )
...
* improvement(theme-chalk): visual enhancement
- Add visual enhancement for keyboard nagivation on form items.
* Fix linter issue
* Fix switch active text issue
* Fix bordered radio demo issue
2022-05-16 21:01:41 +08:00
JeremyWuuuuu
5d2daca248
docs(components): [button] link button ( #7694 )
...
- Update docs for link button.
- Update vp-translation wrong usage of button.
- Update doc show cases examples.
- Update commit hash value for `link button`
2022-05-14 12:58:09 +08:00
Xc
ad3d998752
feat(components): [button] add link api ( #7652 )
...
* feat: button add link type
* fix: code lint
* feat: button add link api
* docs: edit word
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
2022-05-14 12:20:02 +08:00
opengraphica
9c51dab123
feat(components): [dialog] a11y and focus trap on dialog components ( #7550 )
...
* feat(components): [dialog] a11y and focus trap on dialog components
* feat(components): [dialog] remove default browser focus style
* feat(components): [dialog] clean up async and comment
2022-05-10 17:58:18 +08:00
kooriookami
c20634529f
fix(docs): fix Cross hovering ( #7558 )
2022-05-08 13:42:39 +08:00
JeremyWuuuuu
16abb4ca41
improvement(components): [virtual-table] ( #7557 )
...
- Add method `scrollToRow` to VirtualTable.
- Restore missing `cellProps` attribute.
- Add example for **Manual Scroll**.
- Add example for **Cross Hovering**.
- Update documentation accordingly.
2022-05-07 19:06:57 +08:00
JeremyWuuuuu
9b3a88811d
improvement(components): [virtual-table] ( #7548 )
...
- Add example for selection.
- Add example for inline editing.
2022-05-07 11:47:52 +08:00
JeremyWuuuuu
090706250b
feat(components): [auto-resizer] new component ( #7541 )
...
* feat(components): [auto-resizer] new component
- Add new component AutoResizer for skip passing width/height.
- Update documentation for AutoResizer.
- Update FAQs for TableV2.
- Update interfaces for TableV2.
* Fix linter error
* Fix linter issue
2022-05-07 09:47:32 +08:00
JeremyWuuuuu
52a528fde7
fix(components): [virtual-table] horizontal scroll ( #7538 )
2022-05-06 21:28:57 +08:00
류한경
0c583d0967
docs: fix custom thumbnail upload example preview img ( #7516 )
2022-05-06 18:29:59 +08:00
JeremyWuuuuu
e97fe719c4
chore(docs): update text button type ( #7533 )
...
- Update button's type in examples per changes for button
2022-05-06 17:33:52 +08:00
JeremyWuuuuu
a4aad5a9c0
feat(components): [button] update text button ( #7515 )
2022-05-05 23:53:47 +08:00
opengraphica
7173e402b7
feat(components): [form-item] auto attach labels to inputs ( #7450 )
...
* feat(components): [form-item] auto attach labels to inputs
* feat(components): [form-item] auto-attach up through select
* feat(components): [form-item] auto id complete for all inputs
* feat(components): [form-item] fix lint, remove unused usePopper hook
* feat(components): [form-item] PR comments
2022-05-05 22:04:32 +08:00
云游君
7b9fce4a11
docs: fix upload example images ( #7511 )
2022-05-05 16:56:49 +08:00
JeremyWuuuuu
14cfb0500f
docs(components): [virtualized-table] finishing leftovers ( #7496 )
...
- Finishing the documentation examples
- Add APIs to the documentation
- Fix some issue while updating the documentations
2022-05-05 00:54:49 +08:00
云游君
8a4bf644ad
fix(theme-chalk): dark mode details ( #7460 )
2022-05-03 14:02:56 +08:00
JeremyWuuuuu
46d04c7ddd
docs(components): [virtual-table] spans ( #7441 )
2022-04-29 17:57:39 +08:00
JeremyWuuuuu
dc98974db9
docs(components): [virtual-table] filtering ( #7401 )
...
- Add example for adding filter.
- Export header cell slot renderer interface.
2022-04-27 15:41:22 +08:00
JeremyWuuuuu
1037eb75b4
docs(components): [virtual-table] grouping header ( #7397 )
2022-04-26 19:21:12 +08:00
JeremyWuuuuu
2d4c52e352
docs(components): [virtual-table] documentations ( #7386 )
...
* docs(components): [virtual-table] documentations
- Add examples for `sticky-rows`.
- Add examples for `fixed-columns`.
* Remove style language marking
2022-04-26 14:16:46 +08:00
iamkun
bea17ea84a
chore: update typography images ( #7360 )
...
* chore: update typography images
* chore: update typography images style
2022-04-25 20:21:18 +08:00
JeremyWuuuuu
915e1ffe26
docs(components): [virtual-table] custom cell & row class ( #7370 )
...
- Add example for customizing cell
- Add example for customize row class
2022-04-25 17:53:49 +08:00
JeremyWuuuuu
77c7225a9d
docs(components): [virtual-table] basic usage ( #7352 )
...
- Add entry for table-v2
- Add basic usage for table-v2
2022-04-24 13:44:40 +08:00
Serendipity96
9b23b1c9ec
feat(components): [input] add input formatter ( #6876 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-04-23 22:48:21 +08:00
iamkun
d26fa73420
docs: update typography to support dark mode ( #7342 )
2022-04-23 22:22:39 +08:00
云游君
60d38a464f
docs: dark palette when toggle & fix autocomplete bg ( #7317 )
2022-04-23 08:39:21 +08:00
Zhongxiang Wang
d2810c867e
fix(components): [input] fix status icon gap ( #7228 )
2022-04-19 12:39:08 +08:00
云游君
2b47933c8f
fix(theme-chalk): components details when dark ( #7229 )
...
* fix(theme-chalk): components details when dark
* fix(theme-chalk): remove step icon bg color
2022-04-19 12:38:12 +08:00
achin797
da88218821
docs: [form] add FormRules type assertion ( #7192 )
2022-04-17 17:43:23 +08:00
云游君
9e083ff79d
fix: tag bg color & other dark details ( #7138 )
...
* fix: tag bg color & other dark details
* chore: use 0 instead of 0px
2022-04-13 14:40:01 +08:00
云游君
33859cca5d
feat: add dark for custom button & adjust details ( #7086 )
2022-04-10 23:58:20 +08:00
云游君
ae365d5bc6
docs: change bg color for layout container ( #7077 )
2022-04-10 13:50:27 +08:00
云游君
ee91b01400
feat(theme-chalk): dark bg color overlay for components ( #7005 )
...
* feat(theme-chalk): dark bg color overlay for components
* fix(theme-chalk): details of components
* fix(theme-chalk): box-shadow
2022-04-10 13:47:19 +08:00
三咲智子
851242e317
feat(docs): add source and contributors ( #6044 )
...
* feat(docs): add source and contributors
closes #6038
* feat(docs): ignore contributor when dev
* ci: add github token
* fix: lint
* fix: page
* fix: placeholder
* ci: remove preview
2022-04-08 00:40:25 +08:00
Xc
0bdd0fa7ea
docs: [tree-select] clean redundant code ( #7029 )
...
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
2022-04-07 21:07:40 +08:00
云游君
0529352776
feat(theme-chalk): card support dark ( #6975 )
...
* feat(theme-chalk): card support dark
* refactor: move dark css-vars to one file
2022-04-04 13:33:39 +08:00
虞金攀
904aa0e21b
feat(components): add tree select component ( #6843 )
...
* feat(ElTreeSelect): add tree select base component
* refactor(ElTreeSelect): use render function and move select/tree props to them self module
* fix(ElTreeSelect): init value not checked
* fix(ElTreeSelect): `toArray` ignores valid values
* fix(ElTreeSelect): expose not working when defined on mounted
* fix(ElTreeSelect): watch `modelValue` deep
* test(ElTreeSelect): add base unit test
* perf(ElTreeSelect): default slot should be a function
* fix(ElTreeSelect): `onNodeClick` can not call,
* test(ElTreeSelect): update unit test
* fix(ElTreeSelect): `onNodeClick` can not call,
* fix(ElTreeSelect): remove folder node when `checkStrictly` is false
* feat(ElTreeSelect): export `ElTreeSelect`
* fix(ElTreeSelect): `filterMethod` conflicts with `filterNodeMethod`
* docs(ElTreeSelect): add component docs
* fix(ElTreeSelect): fix lint
* docs(ElTreeSelect): fix lazy loading requires non-leaf nodes, and change mock labels
* docs(ElTreeSelect): the link address of the attributes is incorrect
* docs(ElTreeSelect): `dropdown` doesn't need the `-` symbol
* refactor(ElTreeSelect): use alias path and make sure vue is above to components
* refactor(ElTreeSelect): use a unified namespace for styles
* docs(ElTreeSelect): change option labels in default slots
* refactor(ElTreeSelect): import `ElOption` using unified entry and change the way to override the select click event
* style(ElTreeSelect): sort imports
* docs(ElTreeSelect): update the documentation for special codes
* refactor(ElTreeSelect): keep it consistent with the select style
* refactor(ElTreeSelect): use `isFunction` from `@element-plus/utils`
* refactor(ElTreeSelect): use single closing tag when no subset
* docs(ElTreeSelect): set `TreeSelect` promotion as `2.1.8`
2022-04-02 15:15:33 +08:00
JeremyWuuuuu
337622ed95
feat(components): [tag] add new API for rounded
...
- Add new api `round` for rounded tag.
- Add documentation for rounded tag.
- Update document styles.
2022-03-31 17:27:49 +08:00
云游君
5d0ee3ab34
fix: remove default size warn by set componetSizes ( #6908 )
...
* fix: remove default size warn by set componetSizes
* fix: default avatar size
2022-03-31 10:12:52 +08:00
bqy_fe
c05bc511a8
fix(components): [autocomplete] can not fetch suggestions after clear ( #6847 )
...
* fix(components): [autocomplete] can not fetch suggestions after clear
* style: define valuePresented constant
2022-03-29 15:48:50 +08:00
JeremyWuuuuu
f576d5a57b
feat(components): [tooltip-v2] documentation ( #6870 )
...
- Add tooltip-v2 documentation
- Complete tooltip-v2 implementation
2022-03-29 15:12:10 +08:00
云游君
19a4e2d7ac
refactor(theme-chalk): overlay/mask/box-shadow css vars ( #6848 )
2022-03-27 23:23:14 +08:00
三咲智子
184facdb4c
chore: add eslint rule sort imports ( #6823 )
2022-03-25 15:35:56 +08:00
三咲智子
9c029b414d
docs: [upload] improve typings ( #6764 )
2022-03-23 18:50:36 +08:00
云游君
e4c6f6d0d9
refactor(theme-chalk): use css var instead of component hex colors ( #6727 )
...
* refactor(theme-chalk): use css var instead of component hex colors
* refactor(theme-chalk): hex colors to css var & use mixin as namespace
2022-03-21 21:41:33 +08:00
长喆
12c4ceb856
fix(docs): update tabs click prop type ( #6709 )
...
* fix(docs): update tabs click prop type
* fix(docs): import type
2022-03-18 21:54:25 +08:00
JeremyWuuuuu
6aeb2d7aab
feat(components): [el-result] warn users using subTitle as slots ( #6651 )
...
* feat(components): [el-result] warn users using subTitle as slots
- Add deprecation warning for el-result sub-title slots
- Update documentation with a slotted sub title
* Fix useDeprecated typing issue
2022-03-15 19:50:50 +08:00
云游君
93aa1d621e
fix(docs): border-color css var ( #6620 )
2022-03-14 19:41:41 +08:00
三咲智子
5d85fba20c
chore: self closing vue tag ( #6603 )
2022-03-13 16:16:11 -04:00
msidolphin
d435a6a6fc
feat(components): [el-table] exposes scroll methods ( #6539 )
...
* feat(components): [el-table] exposes scroll methods
* chore: improve code
2022-03-13 23:00:58 +08:00
云游君
d8a52cfe85
refactor(theme-chalk): dark.scss to css vars & migrate fill-color-blank ( #6597 )
2022-03-13 22:42:57 +08:00
云游君
06f6844509
refactor(theme-chalk): rewrite palette & remove -base suffix ( #6593 )
...
* refactor(theme-chalk): rewrite palette & remove -base suffix
* refactor(theme-chalk): container as default bg-color
* refactor(theme-chalk): add fill-color-blank
* fix(docs): fill-color-light for code-bg
2022-03-13 20:10:07 +08:00
JeremyWuuuuu
8a8f0d64e7
chore(project): rename .eslint.js to .eslint.json ( #6584 )
2022-03-13 14:19:51 +08:00
云游君
2db400c73a
refactor(components): [link] dynamic css vars & fix inner align ( #6557 )
2022-03-12 16:59:07 +08:00
云游君
93ee392932
fix(components): [upload] photo-wall wrap ( #6546 )
...
* fix(components): upload photo-wall wrap
* refactor(components): upload conent with props by tsx
* fix: type generate for upload sfc tsx
* Revert "fix: type generate for upload sfc tsx"
This reverts commit beeb9fb164
.
* Revert "refactor(components): upload conent with props by tsx"
This reverts commit 425e4a9f34
.
* fix: upload content type by as any
* refactor: extract uploadContentProps to object
* refactor(components): upload use tamplate instead of h
* Update packages/components/upload/src/upload.vue
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
* refactor(components): remove useless key in upload-content
* refactor(components): fix type
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-03-12 16:57:48 +08:00
Alan Wang
103bb1b104
feat(components): [cascader]add collapse-tags-tooltip ( #6331 )
2022-03-11 15:58:00 +08:00
Alan Wang
a3e3acc0fc
feat(components): [select-v2]add collapse-tags-tooltip ( #6532 )
...
* feat(components): [select-v2]add collapse-tags-tooltip
* feat(components): [select-v2]set fallback-placements
* feat(components): [select-v2]add collapse-tags-tooltip
* feat(components): [select-v2]set fallback-placements
* feat(components): [select-v2]add v-if on tooltip
2022-03-11 15:56:35 +08:00
Alan Wang
57d08f9a78
feat(components): [select]add collapse-tags-tooltip ( #6245 )
...
* feat(components): [select]add collapse-tags-tooltip
* feat(components): [select] collapse-tags-tooltip set width
* feat(components): [select] collapse-tags-tooltip set fallback-placements
* feat(components): [select] resolve conflicts
* feat(components): [select] add v-if on tooltip
2022-03-11 15:56:23 +08:00
云游君
195224f745
docs: separate layout examples ( #6526 )
2022-03-11 00:13:29 +08:00
云游君
8929151b85
refactor(theme-chalk): [upload] use bem rewrite upload scss & fix bugs ( #6508 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-03-10 23:52:13 +08:00
云游君
6b7bc4fd94
refactor(theme-chalk): message css var & add getCssVarName ( #6488 )
...
* refactor(theme-chalk): message css var & add getCssVarName
* Update closable.vue
2022-03-08 21:08:19 +08:00
三咲智子
b8c38a9fe5
chore: enhance eslint rules ( #6476 )
...
* chore: enhance eslint rules
* chore: enhance eslint rules
2022-03-08 14:03:32 +08:00
msidolphin
166c5944d0
fix(components): [el-select] optimize prefix size & selected style ( #6267 )
...
* fix(components): [el-select] optimize prefix size & selected style
* fix: implement icon by mask
* chore: adjust multiple demo width
2022-03-07 16:13:05 +08:00
三咲智子
c72679e4e9
refactor(components)!: refactor form ( #5401 )
...
* refactor(components): refactor form
* refactor: resolve PR comments
* refactor(components): refactor isNested
* refactor: resolve PR comments
2022-03-06 22:20:56 +08:00
C.Y.Kun
13ffea1114
refactor(components): refactor upload ( #6014 )
...
* refactor(components): refactor ElUpload
* refactor(components): refactor upload
* test: use jsx
* refactor: resolve review comments
* fix: ts error
* refactor: re-order imports
* refactor: rename
* fix: infinity watch
* refactor: rename
* refactor: address PR comments
Co-authored-by: Kevin <sxzz@sxzz.moe>
2022-03-05 23:09:31 +08:00
msidolphin
6c5668a4d3
fix(components): [tabs] optimize new icon style ( #6327 )
2022-03-02 15:29:15 +08:00
Sanjay Soundarajan
31bed90a2e
docs: add tab name for the card style tabs ( #6310 )
2022-03-01 19:17:11 +08:00
paul
f68aa3cf05
feat(components): [el-row] enhancement for supporting space-evenly ( #6223 )
...
Co-authored-by: gp5251 <gp5251@qq.com>
2022-02-23 10:46:06 +08:00
云游君
496398ce38
refactor(theme-chalk): use scss list & map generate type css var ( #6221 )
...
* refactor(theme-chalk): use scss list & map generate type css var
* chore(theme-chalk): remove quote for var
* refactor(theme-chalk): use light-7 for check button
* refactor(theme-chalk): use light var for check-tag
* refactor(theme-chalk): use css var for tag color
* refactor(theme-chalk): remove tag-color in scss var
2022-02-23 10:09:32 +08:00
云游君
f0e4b3a184
fix(docs): remove fixed variables & add color palette ( #6216 )
2022-02-22 16:42:54 +08:00
JeremyWuuuuu
d2e9de9511
feat(components): [el-dialog] enhancement for dialog a11y ( #6087 )
...
* feat(components): [el-dialog] enhancement for dialog a11y
- Refactor dialog to script setup
* Separates dialog and its content into different components
* Remove unused code & fix a potential bug in focus-trap component
* Update dialog-content.vue
Co-authored-by: bqy <1743369777@qq.com>
2022-02-22 12:49:28 +08:00
啝裳
87617892e9
docs: [el-popover] add trigger=contextmenu
、before-enter
、before-leave
( #6108 )
...
* docs: [el-popover] add before-enter、before-leave
* docs: [el-popover] add `trigger=contextmenu`
* docs: update
2022-02-21 17:10:55 +08:00
msidolphin
6e8a0016eb
refactor(components): [el-input] use box-shadow to implement border ( #6031 )
...
* refactor(components): [el-input] use box-shadow to implement border
* fix: select position
2022-02-21 09:31:18 +08:00
msidolphin
04ed04effd
feat(components): [el-table] support tableLayout ( #5860 )
...
* feat(components): [el-table] support tableLayout
* fix: typo
* fix: remove unused var
* fix: optimize code
* fix: typo
2022-02-10 09:35:29 +08:00
ioslh
a8a8cd8f08
fix(docs): [pagination] example bugfix according to new usage ( #5833 )
2022-02-09 18:28:39 +08:00
啝裳
ea90c4c148
docs: fix all style contamination ( #5656 )
...
* docs: fix all style contamination
* fix: update
2022-02-06 09:18:11 +08:00
kooriookami
fb50b4ff8d
fix(components): [Dialog & MessageBox] support draggable ( #5369 )
...
* feat: add use-draggable
* feat: msgbox add draggable
* feat: update
* feat: update
* feat: update
* feat: update
* feat: update
* feat: update
2022-02-03 21:04:25 +08:00
C.Y.Kun
b46bdae9e6
docs(components): check docs before stable ( #5740 )
2022-01-31 23:43:56 +08:00
kooriookami
e89804196b
style: fix popper style ( #5736 )
2022-01-31 22:59:06 +08:00
kooriookami
eb6553bedf
fix(components): [image-viewer] fix some bugs and improve style ( #5673 )
...
* fix: fix ElImageViewer
* fix: update
* perf: perf zoomRate
2022-01-28 15:21:43 +08:00
msidolphin
8322bcf843
refactor(components): [el-pagination] optimize component style ( #5666 )
2022-01-27 16:52:45 +08:00
啝裳
12caac28eb
docs: test style contamination ( #5648 )
2022-01-26 15:56:56 +08:00
msidolphin
77a3d5c7c1
refactor(components): [el-pagination] adjust component size ( #5640 )
...
* refactor(components): [el-pagination] adjust component size
* fix: background size
* chore: improve doc style
2022-01-26 14:29:48 +08:00
msidolphin
043d20403f
fix(components): [el-table] fix invalid maxHeight issue ( #5584 )
...
* fix(components): [el-table] fix invalid maxHeight issue
fix #5580
* fix: remove native scrollbar
2022-01-26 14:05:35 +08:00
kooriookami
7032e75721
style&doc(components): [el-tooltip] improve style and doc ( #5598 )
...
* style: change style
* style: remove useless style
* style: update
* docs: update
2022-01-25 16:10:49 +08:00
msidolphin
2f521c419c
refactor(components): [el-table] use namespace ( #5528 )
2022-01-22 10:37:59 +08:00
msidolphin
13de0524eb
feat(components): [el-button] support for customize loading component ( #5505 )
2022-01-21 23:11:35 -03:00
weidehai
47fdd4f542
chore(docs): fix tooltip document ( #5421 )
2022-01-20 15:28:18 +08:00
Alan Wang
260e491011
docs: [el-select]change default of reserve-keyword ( #5355 )
2022-01-19 15:17:19 +08:00
Alan Wang
db41ec5d5e
feat(components): [el-dropdown]add handleOpen and handleClose methods ( #5444 )
...
* feat(components): [el-dropdown]add handleOpen and handleClose methods
* feat(components): [el-dropdown]add handleOpen and handleClose methods
* feat(components): [el-dropdown]add handleOpen and handleClose methods
2022-01-19 15:04:44 +08:00
Alan Wang
4f9f27d40d
feat: [el-select-v2]add reserve-keyword and change docs ( #5308 )
...
* feat: [el-select-v2]add reserve-keyword and change docs
* fix(components): [el-select-v2]add test case
2022-01-18 11:24:54 +08:00
Alan Wang
984e0c2578
feat(components): [el-drawer] add footer slot ( #5404 )
...
* feat: [el-drawer]add footer slot
* feat(components): [el-drawer]add footer slot
* feat(components): [el-drawer]add cancel and confirm function
2022-01-17 14:58:06 +08:00
Alan Wang
2cf215e3c4
feat(components): [el-time-select] support custom format (e.g. 12-hour) ( #5309 )
2022-01-12 11:11:43 +08:00
iamkun
71a7755527
docs: update timepicker doc ( #5326 )
2022-01-12 08:43:21 +08:00
jeremywu
60487af6ba
docs(components): [el-tooltip] enhance el-tooltip documentations ( #5298 )
...
- Add APIs that are already in the code to the documentation
- Enhance some documentation to notice users about the feature
2022-01-11 14:34:40 +08:00
kooriookami
57e0d1d1bb
fix(style): [el-dropdown] fix doc style ( #5266 )
...
* fix: update style
* style: update
* feat: update test
2022-01-11 10:29:25 +08:00
btea
70fa3e7f26
feat(components): [el-message] config-provider message max attr ( #5063 )
...
* feat(components): [el-message] config-provider message max attr
* chore: update test
* feat: update test and message-method
* chore: format config-provider.md
* test: add multiple config-provider
* test: config-provider nesting
2022-01-08 20:03:13 +08:00
msidolphin
b5ae3e80bb
fix(components): [el-transfer] improve styles ( #5139 )
2022-01-08 19:53:52 +08:00
kooriookami
f5b7e3accc
fix(components): [el-form] fix form style ( #5145 )
...
* style: fix form style
* feat: update
* feat: update
* feat: update
* feat: update spell
* feat: update
2022-01-08 19:34:09 +08:00
kooriookami
b33fed911b
feat(components): [el-slider] slider add size prop ( #5091 )
...
* feat: slider add size
* feat: update
* feat: update
* feat: update
2022-01-07 15:44:43 +08:00
kooriookami
fb76382dd1
feat(components): [el-switch] switch add size prop ( #5101 )
...
* feat: switch add size
* feat: update
* feat: update
2022-01-07 15:43:53 +08:00
kooriookami
9e53873742
feat(components): [el-rate] rate add size prop ( #5102 )
...
* feat: rate add size
* feat: update test
* feat: update
2022-01-07 15:43:38 +08:00
msidolphin
d8fb83c0f4
refactor(components): [layout] optimize performance ( #4600 )
2022-01-04 15:06:18 +08:00
Alan Wang
a6ef40d1de
docs: [datetimePicker]add guide of value-format ( #5082 )
2022-01-04 10:56:55 +08:00
jeremywu
dd19cae2bc
refactor(components): popper composables ( #5035 )
...
* refactor(components): popper composables
- Refactor popper composables
* updates
* updates for tooltip
* Updates for popper. TODO: fix controlled tooltip animation
* Fix controlled mode popper animation issue
* Add new feature for customizing tooltip theme
* Fix popover and popconfirm error
* - Add Collection component for wrapping a collection of component
- Add FocusTrap component for trap focus for popups
- Add RovingFocus component for roving focus component type
- Adjust dropdown component based on these newly added components
- Add popper-trigger component for placing the trigger
- TODO: Finish current dropdown component, and all component's tests plus documents
* Refactor popper
* Complete organizing popper
* Almost finish dropdown
* Update popper tests
* update only-child test
* Finish focus trap component test
* Finish tooltip content test
* Finish tooltip trigger tests
* Finish tooltip tests
* finish tests for Collection and RovingFocusGroup
* Fix test cases for timeselect & select & popover
* Fix popover, popconfirm, menu bug and test cases
* Fix select-v2 test error caused by updating popper
* Fix date-picker test issue for updating popper
* fix test cases
* Fix eslint
* Rebase dev & fix tests
* Remove unused code
2022-01-04 09:15:15 +08:00
云游君
59759c9546
refactor(docs): add spacing for switch example ( #5092 )
2021-12-31 21:34:55 +08:00
云游君
2f146e8624
fix(theme-chalk): input-number controls increase/decrease height ( #5088 )
2021-12-31 17:24:38 +08:00