Commit Graph

1063 Commits

Author SHA1 Message Date
Xing.Wu
b7450ff21d
fix(pagination): bug ()
* fix(pagination): fix parent 

* fix(pagination): add test case for pagination

Co-authored-by: xing.wu <wuxing@bjca.org.cn>
2021-05-27 16:38:54 +08:00
0song
35ae8f4a33
fix: allow clearable to control both of the clear button ()
fix 
2021-05-26 16:31:04 +08:00
kooriookami
0d29cc444c
perf(scrollbar): perf behavior of bar click ()
re 
2021-05-25 19:15:12 +08:00
Nur Muhammad
3ef01a9ee9
fix: algoliasearch wrong search parameter () 2021-05-25 19:14:46 +08:00
ioslh
1930905252 docs: value -> model-value in vue 3 2021-05-25 19:09:53 +08:00
kooriookami
a5ac641c08
style(style): remove useless style () 2021-05-25 09:29:14 +08:00
Black
27e8616739
docs: drawer.md add modal-class attribute () 2021-05-24 17:30:34 +08:00
BelinChung
0bb128315b
feat(click-outside): return mousedown event ()
* feat(click-outside):  return mousedown event

Return mousedown event for binding function.

* feat(click-outside): expose both mouseup and mousedown event

* feat(directives): add test cases for click-outside

* feat(directives):  clear the previously assigned event object
2021-05-24 17:29:19 +08:00
PengMingJiu
886f2a3075
docs(docs): update the 'value' property to 'ModelValue' ()
* docs(docs): update the 'value' property to 'ModelValue'

* docs: replace modelValue to model-value
2021-05-24 11:10:53 +08:00
Zong
548eed72b1
fix(locale): translated ja () 2021-05-24 11:02:07 +08:00
ping
9ee93ddf81
fix(notification): fix notification component zIndex prop can not work ()
fix notification component zIndex prop can not work

fix 

Co-authored-by: ping <1456687576@qq.com>
2021-05-24 09:58:59 +08:00
Wenfang Du
7377f8d8cb
docs: added dropdown disabled attribute for all languages () 2021-05-24 09:58:24 +08:00
波比小金刚
42a4798976
feat: update the setCurrentName function. ()
* feat: update the setCurrentName function.

* Update tabs.vue

* Update tabs.vue
2021-05-21 16:37:27 +08:00
波比小金刚
3846e2a8cd
fix: should test is-dot class existed. () 2021-05-21 16:29:31 +08:00
波比小金刚
f419b8c61c
fix: Remove unused type declarations () 2021-05-21 16:27:33 +08:00
mistery-li
980152c997
fix(button): fix: add button click type's defination ()
Co-authored-by: tujin_li <tujin.li@gshopper.com>
2021-05-21 16:23:09 +08:00
ioslh
116f5294f7
fix: v-if patch bug on el-table-column () 2021-05-21 15:54:39 +08:00
波比小金刚
ce2a9b10c8
fix: use same throw error utils function. ()
* fix: use same throw error utils function.

* Update tab-nav.vue

Update error message.

Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-05-21 15:47:54 +08:00
啝裳
aca8a21f79
fix: 'textContent' of undefined and text wrapping () 2021-05-21 15:34:14 +08:00
Enoch Qin
79876b9733
refactor(date-picker): attribute 'type' add ts declare ()
* refactor(date-picker): attribute 'type' add ts declare

* refactor(date-picker): add isValidDatePicktype utils

* style: date-picker code fix

* Update date-picker.ts

Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-05-21 15:30:12 +08:00
Tien Yu
c6f5b29ac7
fix: webpackChunkName of jp doc map. () 2021-05-21 15:09:47 +08:00
Zong
3d7809cd75
fix(transfer): remove uesless button style () 2021-05-21 14:55:14 +08:00
justwiner
9b9eb65d44
fix(table): fix ()
fix 

Co-authored-by: winerlu <winerlu@tencent.com>
2021-05-21 14:54:36 +08:00
波比小金刚
c23c57d2ba
feat: It should verify that text is inserted in the slot () 2021-05-21 14:45:46 +08:00
波比小金刚
b9db322037
fix: add tabs type's defination ()
* fix: add tabs type's defination

* feat: add tab's type, tab-position defination

* Update tabs.vue

* Update tabs.vue

* Update tab-nav.vue
2021-05-21 14:42:49 +08:00
波比小金刚
60fd5a3b5f
fix: Remove unused code () 2021-05-21 14:42:33 +08:00
波比小金刚
24ef604db9
feat: remove meaningless parentheses () 2021-05-21 14:33:37 +08:00
Herrington Darkholme
8f519cfbef
fix: respect format props and default value ()
* fix: respect format props and default value

Vue 3 props will always have all keys defined, regardless if users pass props when using the component.
So {format, ...props} will always overwrite the default format because props has format defined on it.
When users do not pass format, the code breaks.

* fix: null-coalescing operator(??) requires parens

* fix: capture reactivity
2021-05-20 16:15:40 +08:00
hangzou
83bc018598
fix: add addtional css in dropdown () 2021-05-13 18:12:52 +08:00
justwiner
6e23b46289
refactor(table): refactored the type definition of table ()
Co-authored-by: winerlu <winerlu@tencent.com>
2021-05-13 17:55:04 +08:00
jeremywu
962772ffe1
fix(date-picker): fix/date-picker-popper-options-expose ()
- Expose popper options API for date picker
2021-05-11 10:57:15 +08:00
jeremywu
214594100c
Fix/date time picker positioning issue () 2021-05-10 23:02:19 +08:00
jeremywu
05c17b9b52
fix(time-picker): fix/date-time-picker-positioning-issue ()
* fix(time-picker): fix/date-time-picker-positioning-issue

- Make time-picker accepting popper-options injection

* update the providing strategy
2021-05-10 22:52:23 +08:00
jeremywu
09902a75be
chore(project): release/beta-42 ()
- update changelogs for preparing new release
2021-05-09 11:07:13 +08:00
Zong
f3b9ebf571
fix: use more reasonable type inference ()
Use 'hasOwn' instead of 'hasOwnProperty' to complete more reasonable type inference and avoid possible bugs in the prototype chain.
2021-05-09 10:46:11 +08:00
kiloc
42ed6abbdf
fix(table): fixed checkbox not trigger oninput events in older browsers ()
Co-authored-by: LAPTOP-IUOG0Q5G\chenq <chenqiang0620@gmail.com>
2021-05-09 10:45:51 +08:00
AndyLZC
955f7862d2
refactor(notification): avoid magic numbers ()
* refactor(notification): avoid magic numbers

* refactor: refactor(pagination): simplify pagination logic

Co-authored-by: zc l <andylzce@gmail.com>
2021-05-09 10:40:33 +08:00
波比小金刚
fc95fc4c81
fix: judging by activeColor / inactiveColor ()
If I didn’t miss anything, it should be related to the existence of activeColor or inactiveColor
2021-05-09 10:40:18 +08:00
Map1en_
0d877688cd
fix(button): wrong style when hovering the plain button ()
close 
2021-05-09 10:36:16 +08:00
Genesis
b9212870d4
SCSS Variables: Add missing !default modifiers () 2021-05-09 10:35:56 +08:00
表弟
9ce9c3e8cc
docs(pagination): remove the deprecated .sync syntax () () 2021-05-09 10:35:49 +08:00
kooriookami
0e593a95c6
fix(icon): fix icons ()
fix 
2021-05-09 10:34:32 +08:00
Zong
d5215ce242
fix(transfer): remove uesless button style () 2021-05-09 10:34:08 +08:00
iamkun
653420e55d
chore: update ad () 2021-05-09 01:03:27 +08:00
zouhang
13cc5fd0e9 fix: add additional css in popover 2021-05-07 22:58:51 +08:00
Black
5844f9cd39
fix(drawer): add modal false div class () 2021-05-06 19:35:29 +08:00
Yexk_M
48299068e6 [fixed] validate types error
根据 `form/index.js` 源码 124行, 发现types类型声明错误。在此修正。
2021-05-06 19:20:54 +08:00
波比小金刚
58646285c7
fix: keep the same with property name () 2021-05-06 19:06:51 +08:00
Eyes22798
c790aeb19f
fix(rate): remove the confusing this () 2021-05-01 23:09:47 +08:00
0song
fbb3feaea8
chore: update changelog ()
* chore: update changelog

* chore: update changelog
2021-04-26 15:59:51 +08:00