清尘
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
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
JeremyWuuuuu
b66044db84
Finish unfinished test case
2021-07-05 08:50:36 +08:00
JeremyWuuuuu
5f8b25bc31
feat(hooks): add use-model-toggle hook
...
- Add use model hook to the hooks for toggleable model common logic
2021-07-05 08:50:36 +08:00
JeremyWuuuuu
d970108d16
feat(hooks): add use-transition-fallthrough-hook
...
- Add transition-fallthrough-hook to get common logic extracted.
2021-07-05 08:49:45 +08:00
kooriookami
af88436258
chore(virtual-list): remove useless line ( #2431 )
2021-07-03 22:30:23 +08:00
Herrington Darkholme
a7df202724
fix: remove duplicate cell-contextmenu ( #2426 )
...
duplicate commits
2021-07-03 19:04:27 +08:00
jeremywu
913aaafabb
feat(hooks): add use-teleport hook ( #2421 )
...
* feat(hooks) add use-teleport hook
- Add teleport hook for teleported components
- Add teleport hooks hepler methods
- Add coresponding testing cases
* - add use teleport to the exporting entry
2021-07-03 19:04:03 +08:00
kooriookami
f2e3dcb68e
feat(descriptions): add new feature for customized style ( #2358 )
...
* feat(descriptions): add new feature for customized style
add props: width, min-width, align, label-align, class-name, label-class-name
re #1976 #2353
* feat: update docs
* feat: update docs
* feat: update
* feat: separate type
2021-07-03 15:01:55 +08:00
msidolphin
dae1d88e51
fix: warning in console when cell-contextmenu triggered ( #2404 )
2021-07-02 19:18:42 +08:00
0song
90ebffbcb1
fix(table): add cell-contextmenu emit event ( #2074 )
2021-07-02 19:18:00 +08:00
msidolphin
012c432816
fix: table-column rendered other component in hidden-columns ( #2401 )
2021-07-02 19:14:39 +08:00
波比小金刚
4a8ead95dd
Update bar.vue
2021-07-02 19:08:45 +08:00
波比小金刚
4202e176c6
Update bar.vue
2021-07-02 19:08:45 +08:00
波比小金刚
721a3d2743
feat: add event type definition
2021-07-02 19:08:45 +08:00
msidolphin
e6c38e6d6f
fix: menu hover color not change when background is changed ( #2417 )
2021-07-02 19:05:36 +08:00
ioslh
e1b5a85127
fix(table): empty data render bug
2021-07-02 19:00:59 +08:00
kooriookami
7daac762a7
feat(form): label-width supports number type ( #2396 )
...
* feat(form): label-width supports number type
* perf: update
* feat: update
2021-07-02 17:30:15 +08:00
qige2016
8cc2ff6977
style(space): fix code space ( #2411 )
2021-07-02 16:09:03 +08:00
msidolphin
ea3b74e4c4
fix: select_v2 asynchronous binding issue ( #2368 ) ( #2378 )
2021-07-01 21:01:35 +08:00
kooriookami
1fe271549e
feat: add resize directive ( #2167 )
...
* feat: add resize directive
* fix: update
2021-07-01 09:29:00 +08:00
msidolphin
6700fbc855
docs: improve the document of form-item ( #2372 ) ( #2375 )
2021-07-01 08:44:52 +08:00
msidolphin
e10071a430
fix: checkbox label auto convert to bool when label is empty ( #2287 ) ( #2380 )
2021-07-01 08:12:47 +08:00
ioslh
eb5208efe4
feat(virtual-list): template string to render function ( #2388 )
2021-06-30 14:31:18 +08:00
kooriookami
de1e9bd5f8
fix(cascader): fix arrow position ( #2356 )
...
fix #2266
2021-06-28 18:41:38 +08:00
msidolphin
1347ee6360
fix: carousel not working when using v-show ( #2361 )
2021-06-28 18:41:12 +08:00
kooriookami
b3d92b8939
Revert "perf(scrollbar): scrollbar update when slot changed ( #2322 )" ( #2354 )
...
This reverts commit 87a23bbbbb
.
2021-06-28 18:34:06 +08:00
kooriookami
e373bb4f04
perf: remove useless test
2021-06-26 16:42:15 +08:00
kooriookami
b8dccdc884
docs(row): add flex update tip, and remove type prop
...
re #2319
2021-06-26 16:42:15 +08:00
vb
748278905a
fix(message-box): messageBox should close when press enter ( #2308 )
...
Co-authored-by: vb <vb@itech8.net>
2021-06-25 17:21:47 +08:00
kooriookami
87a23bbbbb
perf(scrollbar): scrollbar update when slot changed ( #2322 )
...
re #2293
2021-06-25 17:10:55 +08:00
netcon
93e50e147b
fix: can not binding multiple click-outside directives on a component ( #2327 )
...
* fix: can not binding multiple click-outside directives on a component
* test: add test for multiple click-outside directives
2021-06-25 17:10:29 +08:00
Simona
e93f6f6984
style: add no-multi-spaces rule ( #2345 )
...
* style: add no-multi-spaces rule
* style: remove extra spaces
2021-06-25 16:25:54 +08:00
Xing.Wu
b9aa9045ab
fix(popover): v-popover can't work ( #2341 )
...
* fix: v-popover cant work
* fix: fix popover repeated registration
Co-authored-by: xing.wu <wuxing@bjca.org.cn>
2021-06-25 16:13:36 +08:00
Simona
5c4a3cb27b
fix(cascader-panel): should not re-init when props's value not change ( #2344 )
...
* fix(cascader-panel): should not re-init when props's value not change
fix #2317 #1871
* style: extra space
2021-06-25 16:08:00 +08:00
Simona
98714cc3f1
Revert "fix: cascader panel expanded state revert ( #1871 ) ( #2298 )" ( #2325 )
...
This reverts commit a57727bfa4
.
2021-06-25 13:47:09 +08:00
qige2016
42ed0f1c74
fix(input-number): fix border color when disabled and hover over buttons ( #2334 )
2021-06-25 10:10:06 +08:00
Enoch Qin
77e64996e7
fix: @use "sass:math" repeat reference ( #2336 )
2021-06-25 09:39:06 +08:00
Simona
1fb35d43eb
fix(cascader-panel): default value doesn't work in lazy mode ( #2338 )
...
fix #2312
2021-06-25 09:38:09 +08:00
msidolphin
a57727bfa4
fix: cascader panel expanded state revert ( #1871 ) ( #2298 )
2021-06-24 14:38:21 +08:00
jeremywu
5d980505f2
fix(virtual-list): fix #2294 module resolve issue ( #2316 )
...
- Replace @element-plus with relative path to avoid bundling issue
fix #2294
Co-authored-by: jeremywuuuuu <jeremywuuuuu@no-reply.github.com>
2021-06-24 09:45:47 +08:00
jeremywu
e9ea4b4ee2
Fix/revert changes for fixing issue ( #2313 )
...
* Revert "fix(project): fix beta 49 build issue (#2310 )"
This reverts commit 7d39b37f00
.
* Revert "feat(hooks): feat: Encapsulate function for rendering teleport element"
This reverts commit 74ec002d23
.
* Revert "refactor(popper): refactor extract common props for props (#2300 )"
This reverts commit 45982cff8a
.
Co-authored-by: jeremywuuuuu <jeremywuuuuu@no-reply.github.com>
2021-06-23 21:08:31 +08:00
jeremywu
7d39b37f00
fix(project): fix beta 49 build issue ( #2310 )
...
- Fix the build issue caused by internal objects
Co-authored-by: jeremywuuuuu <jeremywuuuuu@no-reply.github.com>
2021-06-23 19:58:02 +08:00
jeremywuuuuu
74ec002d23
feat(hooks): feat: Encapsulate function for rendering teleport element
...
- Add new function for rendering teleport element.
2021-06-23 16:41:13 +08:00
Enoch Qin
a9d6fe062f
refactor: col different size style ( #2237 )
2021-06-23 14:57:44 +08:00
jeremywu
45982cff8a
refactor(popper): refactor extract common props for props ( #2300 )
...
- Extract some common props out of prop
Co-authored-by: jeremywuuuuu <jeremywuuuuu@no-reply.github.com>
2021-06-23 14:35:42 +08:00
msidolphin
f91f709cff
fix: descriptions not re-rendered when slots is updated ( #2275 )
2021-06-20 12:46:58 +08:00
yangyu8
9bce9ea2e7
fix: table index error issue ( #1919 )
2021-06-19 19:56:16 +08:00
kooriookami
09429fd69d
style(form): use flex layout
2021-06-19 16:39:00 +08:00
kooriookami
47e1fe91cb
perf: fix style
2021-06-19 15:41:16 +08:00
kooriookami
b2a78c1e50
fix: fix height
2021-06-19 15:41:16 +08:00
kooriookami
99db792df9
fix(cascader): fix style
2021-06-19 15:41:16 +08:00
kooriookami
3ea408216a
docs(docs): remove .native ( #2272 )
2021-06-19 02:33:00 +08:00
kooriookami
7c8ddf5167
perf(cascader): add fallback-placements in some components ( #2267 )
...
re #2259
2021-06-18 17:32:05 +08:00
云游君
7b58b4d3ff
style(message-box): rename some var --msgbox to --messagebox ( #2241 )
2021-06-15 15:19:07 +08:00
云游君
daa79d62f7
style(menu): add 569JNRXZghiklms-menu-border-color ( #2240 )
2021-06-15 15:18:11 +08:00
msidolphin
f9e4da734d
fix: Checkbox checked optional cannot control state issue ( #2046 ) ( #2122 )
...
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-06-14 20:20:02 +08:00
Herrington Darkholme
e2e3ace5db
WIP: refactor(table): refactor the test cases ( #2232 )
...
* fix(table): move common test util out of table
* refactor(table): move column test out of table
* refactor(table): remove unnecessary toArray
* refactor(table): use triggerEvent from test-util
* fix(utils): add types to triggerEvent
* fix(table): add commented test back
* refactor(table): remove done from async test
* refactor(table): remove unused expectArray
* fix(table): fix type error on triggerEvent
* refactor(table): use conciser array methods
2021-06-12 19:38:39 +08:00
yangyu8
e46e29c37f
fix: ElTable index calculation issue ( #2143 )
2021-06-12 17:15:35 +08:00
Herrington Darkholme
0287d1a2b6
Fix/table test ( #2229 )
...
* fix(table): remove unnecessary test lib
we can safely use jest.fn
* fix(build): cleanup unused deps
2021-06-12 17:10:24 +08:00
Map1en_
9dd3249f28
fix(date-picker): default-time does not work when type is datetime
...
fix #1915
2021-06-12 11:08:58 +08:00
jeremywu
6182fd3b96
fix(project): fix/remove-console-log-statement ( #2227 )
...
- Remove unnecessary console.log statement
2021-06-12 08:38:55 +08:00
kooriookami
dbfcdcf361
perf(rate): update change event ( #2181 )
...
* perf(rate): update change event
re #2178
* perf: add test
2021-06-11 18:28:50 +08:00
云游君
17a6ca4b5d
fix(popconfirm): import missing popover.scss ( #2207 )
2021-06-11 18:22:04 +08:00
jeremywu
8206e34a66
fix(project): fix/upgrade-to-vue-3-1-1-and-with-bug-fix ( #2220 )
...
- Upgrade Vue to 3.1.1 and fix the bug alone with the upgrade
2021-06-11 18:20:49 +08:00
Enoch Qin
c77e570d1c
fix: Input style use show-password and clearable ( #2168 ) ( #2169 )
...
* fix: Input style use show-password and clearable
* fix: replace Input classname
2021-06-08 14:37:38 +08:00
jeremywu
a99232f582
feat(select-v2): feat/integrate-virtual-list-with-select ( #1906 )
2021-06-08 14:12:16 +08:00
msidolphin
da622e10d1
fix: date picker support value-format ( #2120 )
...
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-06-03 20:35:48 +08:00
msidolphin
77631999d1
feat: add himBH-popover-border-radius variable (element-plus#2094) ( #2095 )
...
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-06-03 15:37:12 +08:00
msidolphin
e8fa016b46
fix: Cascader size issue when filterable and multiple are enabled ( #2123 )
...
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-06-03 13:10:49 +08:00
Ryan2128
a1953ef7af
feat(input): add input-style prop ( #2117 )
...
* feat(input): add input-style prop
* test(input): add test case
2021-06-03 13:08:50 +08:00
波比小金刚
2f8a579967
feat: use built-in throwError function. ( #2131 )
...
* feat: use built-in throwError function.
* Update index.vue
* Update index.vue
2021-06-03 12:56:52 +08:00
好多大米
1a1804fa31
fix: week translations for hr locale ( #2134 )
...
Co-authored-by: wp178491 <wp178491@alibaba-inc.com>
2021-06-03 12:56:20 +08:00
bastarder
57e6e751ce
fix: tabindex prop type ( #2130 )
...
Co-authored-by: Qian Jie <jie.qian@blockheaders.com>
2021-06-03 12:55:51 +08:00
神楽坂みずき
7b8c4853a9
fix(col): col should hidden when span is zero ( #1769 )
2021-06-02 19:11:02 +08:00
msidolphin
e4a2245258
fix: ImageViewer isLast attribute calculation error issue ( #1902 ) ( #2125 )
...
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-06-02 18:36:03 +08:00
msidolphin
f29b188c84
fix: fix popper in dialog isn't enough space to position problem ( #2102 )
...
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-05-31 14:29:25 +08:00
msidolphin
6cde2408f7
fix: hot reload ( #2077 ) ( #2097 )
...
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-05-31 14:06:25 +08:00
mistery-li
2e8ef5e14b
fix(scrollbar): add scrollbar type's defination ( #2057 )
2021-05-28 13:58:14 +08:00
波比小金刚
a6b1483aab
fix: add specific type declaration ( #1939 )
...
* fix: add specific type declaration
* fix: add an empty string tyoe
* feat: add an empty string defination
Co-authored-by: huangteng02 <huangteng02@meituan.com>
2021-05-27 16:39:56 +08:00
Bios Sun
eeedac6cf7
build: bump sass from 1.26.10 to 1.34.0 ( #2060 )
...
# Conflicts:
# packages/theme-chalk/src/common/var.scss
2021-05-27 16:39:04 +08:00
Xing.Wu
b7450ff21d
fix(pagination): bug #2025 ( #2062 )
...
* fix(pagination): fix parent #2025
* 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 ( #2072 )
...
fix #2035
2021-05-26 16:31:04 +08:00
kooriookami
0d29cc444c
perf(scrollbar): perf behavior of bar click ( #2066 )
...
re #2064
2021-05-25 19:15:12 +08:00
kooriookami
a5ac641c08
style(style): remove useless style ( #2058 )
2021-05-25 09:29:14 +08:00
BelinChung
0bb128315b
feat(click-outside): return mousedown event ( #2038 )
...
* 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
Zong
548eed72b1
fix(locale): translated ja ( #2050 )
2021-05-24 11:02:07 +08:00
ping
9ee93ddf81
fix(notification): fix notification component zIndex prop can not work ( #2021 )
...
fix notification component zIndex prop can not work
fix #2017
Co-authored-by: ping <1456687576@qq.com>
2021-05-24 09:58:59 +08:00
波比小金刚
42a4798976
feat: update the setCurrentName function. ( #2030 )
...
* 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. ( #1992 )
2021-05-21 16:29:31 +08:00
波比小金刚
f419b8c61c
fix: Remove unused type declarations ( #1991 )
2021-05-21 16:27:33 +08:00
mistery-li
980152c997
fix(button): fix: add button click type's defination ( #2026 )
...
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 ( #1988 )
2021-05-21 15:54:39 +08:00
波比小金刚
ce2a9b10c8
fix: use same throw error utils function. ( #2022 )
...
* 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
Enoch Qin
79876b9733
refactor(date-picker): attribute 'type' add ts declare ( #1979 )
...
* 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
Zong
3d7809cd75
fix(transfer): remove uesless button style ( #1975 )
2021-05-21 14:55:14 +08:00
justwiner
9b9eb65d44
fix(table): fix #1919 ( #1983 )
...
fix #1919
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 ( #2000 )
2021-05-21 14:45:46 +08:00
波比小金刚
b9db322037
fix: add tabs type's defination ( #2020 )
...
* 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 ( #2019 )
2021-05-21 14:42:33 +08:00
波比小金刚
24ef604db9
feat: remove meaningless parentheses ( #2033 )
2021-05-21 14:33:37 +08:00
Herrington Darkholme
8f519cfbef
fix: respect format props and default value ( #2034 )
...
* 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 ( #1998 )
2021-05-13 18:12:52 +08:00
justwiner
6e23b46289
refactor(table): refactored the type definition of table ( #1997 )
...
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 ( #1982 )
...
- Expose popper options API for date picker
2021-05-11 10:57:15 +08:00
jeremywu
05c17b9b52
fix(time-picker): fix/date-time-picker-positioning-issue ( #1980 )
...
* 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
Zong
f3b9ebf571
fix: use more reasonable type inference ( #1963 )
...
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 ( #1945 )
...
Co-authored-by: LAPTOP-IUOG0Q5G\chenq <chenqiang0620@gmail.com>
2021-05-09 10:45:51 +08:00
AndyLZC
955f7862d2
refactor(notification): avoid magic numbers ( #1928 )
...
* 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 ( #1966 )
...
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 ( #1937 )
...
close #1924
2021-05-09 10:36:16 +08:00
Genesis
b9212870d4
SCSS Variables: Add missing !default modifiers ( #1969 )
2021-05-09 10:35:56 +08:00
kooriookami
0e593a95c6
fix(icon): fix icons ( #1950 )
...
fix #1936
2021-05-09 10:34:32 +08:00
Zong
d5215ce242
fix(transfer): remove uesless button style ( #1953 )
2021-05-09 10:34:08 +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 ( #1932 )
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 ( #1940 )
2021-05-06 19:06:51 +08:00
Eyes22798
c790aeb19f
fix(rate): remove the confusing this ( #1910 )
2021-05-01 23:09:47 +08:00
hearsay
a87c8c3fe5
fix(image): fix image Add the dom of the preview picture to the body ( #1577 )
2021-04-26 11:54:22 +08:00
Summer
a1f521edec
switch: add beforeChange hook ( #1878 )
2021-04-26 11:53:09 +08:00
kooriookami
045ea5df41
fix(icon): fix icon ( #1896 )
2021-04-25 21:18:38 +08:00
kooriookami
c5e72c801b
feat(page-header): add icon props and slots ( #1882 )
2021-04-25 21:17:39 +08:00
kooriookami
b86b360a9b
feat(scrollbar): perf behavior of scrollbar ( #1869 )
...
* feat(scrollbar): perf behavior of scrollbar
when mousedown and move out of the scrollbar, the bar can still be scroll
* feat: add test
* feat: update test
2021-04-21 15:28:46 +08:00
Enoch Qin
2cef7566c1
refactor(Button): setup props add type ( #1879 )
...
* refactor(Button): setup props add type
* refactor(Button): IButtonProps type
2021-04-21 15:13:40 +08:00
滑威
9a577d65cb
feat(progress): indeterminate progress bar ( #1832 )
...
* feat: indeterminate-progress
* docs: 补充属性
* fix: 更新单元测试用例
* chore: 优化性能
* docs: Indeterminate progress other lang
* chore: progress bem classname && docs
* docs: speed -> duration
* docs: progress docs
2021-04-21 13:47:29 +08:00
inottn
63ac60a478
fix(upload): expose abort method ( #1877 )
2021-04-21 10:54:18 +08:00
kooriookami
7a1457bce0
feat(scrollbar): add docs and params ( #1859 )
...
* feat(scrollbar): add docs and params
* fix: fix wrapStyle
* feat: add test
* feat: update
2021-04-20 10:44:10 +08:00
kooriookami
0d676acbc2
fix(dropdown): fix click disabled still trigger ( #1865 )
...
fix #1864
2021-04-20 10:39:17 +08:00
kooriookami
f48c497703
Feat/descriptions ( #1856 )
...
* feat(descriptions): new component Descriptions
* feat: update
* feat: update
* feat: update
* feat: update
* fix: revert readme.md
* feat: update
* feat: update provide key
2021-04-19 18:05:48 +08:00
jeremywu
94b410b647
feat(virtual-list): enhance-virtual-list ( #1813 )
...
* feat(virtual-list): enhance-virtual-list
- Enhance virtual list with generic list generator and variable size list
* finish enhancement, tests awaits
* feat(virtual-list): - finalize the tests
2021-04-16 11:18:39 +08:00
jeremywu
68c8dc8e46
fix(space): fix/1839-el-space-string-spacer-style-issue ( #1845 )
...
- Fix the issue causing horizontal layout spacer styling weird
2021-04-15 11:33:52 +08:00
xiejiahe
f3bf10cffa
fix(Checkbox): activeStyle boxShadow error ( #1829 )
2021-04-14 15:49:00 +08:00
kooriookami
cb29649c7f
fix(table): fix variable spelling ( #1837 )
2021-04-14 11:47:37 +08:00
jeremywu
cc988f9ac1
fix(table): fix table column rerendered whenever table updates
...
- Fix table column rerendered whenever table updates
2021-04-14 11:21:04 +08:00
kooriookami
634448d756
feat(result): new componet Result ( #1818 )
...
* feat(result): new componet Result
re #1137
* feat: fix docs
* feat: perf slot
* feat: use svg icon
* feat: update variable name
* feat: update style
2021-04-14 10:18:29 +08:00
0song
041d36242d
fix: time picker change event bug ( #1828 )
2021-04-14 10:16:36 +08:00
xiejiahe
62cffd67a4
style: using 'Array.prototype.forEach()' ( #1826 )
2021-04-13 17:52:51 +08:00
xiejiahe
d2ce2604c8
style(date-picker): date-picker-com conditional judgment ( #1823 )
2021-04-13 15:03:40 +08:00
siam
834147c1cc
fix(date-picker): date-picker daterange panel clear value and view not update ( #1816 )
...
Co-authored-by: liao-zhi-peng <liaozhipeng@weis-inc.com>
2021-04-13 12:14:38 +08:00
xubo leng
3359d7b193
fix(image-viewer): fix image src attribute error #1791 ( #1819 )
...
Co-authored-by: Xubo Leng <xubo.leng@thoughtworks.com>
2021-04-13 10:40:03 +08:00
xiejiahe
ee7e9c0a00
fix(talbe): null check error ( #1807 )
2021-04-13 10:31:38 +08:00
张宇
6582b7cdbc
fix(avatar): fix src attributes default value ( #1770 )
2021-04-11 21:06:38 +08:00
Sleepy Five
4ef5439e77
fix(alert.scss carousel.scss switch.scss): v-enter(vue2) to v-enter(vue3) ( #1803 )
...
Co-authored-by: 709299853@qq.com <709299853@qq.com>
2021-04-11 21:01:57 +08:00
justwiner
44fbd9f39f
fix(table): fix: fix bug of table crash under complex data ( #1805 )
...
fix #1733
Co-authored-by: winerlu <winerlu@tencent.com>
2021-04-11 21:01:01 +08:00
inottn
77ab8ae0d8
fix(select): fix select with filterable has wrong dropdown options ( #1811 )
2021-04-11 20:58:58 +08:00
Mike Saprykin
fbf34667a6
fix(time-picker): added popperRef in picker to Fix issue #1809 ( #1812 )
...
Added usage of popperRef arg in clickoutside directive in picker to fix issue #1809
fix ##1809
2021-04-11 20:58:25 +08:00
justwiner
270a4f96ad
fix(table): fix: page resize event not monitor ( #1790 )
...
Monitor the page size change event, update the table layout
fix #1691
Co-authored-by: winerlu <winerlu@tencent.com>
2021-04-11 20:58:13 +08:00
0song
996c405b7f
fix: fix utils ( #1792 )
2021-04-09 13:45:21 +08:00
kooriookami
a17088d5eb
fix(slider): fix input event and style ( #1786 )
...
* fix(slider): fix input event and style
fix #1781
* fix: update
* fix: fix indent
2021-04-09 10:40:50 +08:00
jeremywu
06731d8e70
fix(project): fix/1778-import-on-demand-not-working ( #1788 )
...
* fix(project): fix/1778-import-on-demand-not-working
- Fix the issue that when building utils the functions are inlined
* - remove unnecessary variable
2021-04-09 10:00:21 +08:00
jeremywu
76f6a65a42
fix(input): fix/1754-input-prefix-icon-incorrect-height ( #1766 )
...
- Fix the incorrect style rule for input prefix icon
2021-04-07 10:46:24 +08:00
inottn
a35b7b5d1f
fix(select): fix filter method is not called when input first letter ( #1711 )
...
* fix(select): fix filter method is not called when input first letter
* chore(select): remove empty line
* test(select): add test case
2021-04-06 16:21:40 +08:00
0song
c81d8a30e8
fix: lint ( #1760 )
2021-04-06 15:56:01 +08:00
BeADre
1c4928890b
fix(picker): add focus ( #1475 )
2021-04-06 13:28:57 +08:00
HakurouKen
848265cb9c
fix(time-select): input value not changed with v-model bindings ( #1725 )
...
* fix(time-select): input value not changed with v-model bindings
fix#1724
* test(time-select): add v-model test cases
* test(time-select): add test case of value updates
2021-04-06 11:47:31 +08:00
Summer
5c897bbbb8
tooltip:fix tooltip component tabindex prop ( #1621 )
...
* tooltip:fix tabindex
* tooltip:fix tabindex
2021-04-06 11:41:53 +08:00
KeiSei
5b4e6df405
fix(select): fix type of modelValue incompatible ( #1719 )
...
Co-authored-by: 贾希琦 <xiqi.jia@imart360.local>
2021-04-06 11:41:44 +08:00
inottn
7380b8131c
fix(utils): fix isIE logic ( #1757 )
2021-04-06 11:27:30 +08:00
神楽坂みずき
fe3807b4f7
refactor(card): remove needless div tag ( #1732 )
...
fix #1717
2021-04-01 09:27:38 +08:00
inottn
a02737a78a
fix(input): add keydown event listener for textarea ( #1723 )
2021-03-31 16:24:42 +08:00
inottn
c3d1d14bdd
fix(time-picker): update oldValue when visible change ( #1635 )
...
* fix(time-picker): update oldValue when visible change
* chore(time-picker): extract common logic
2021-03-31 16:14:45 +08:00
jeremywu
55a702ca22
fix(drawer): fix drawer close button outline issue when focusing( #1727 )
...
- Fix drawer close button outline issue when focusing.
2021-03-31 16:14:12 +08:00
jeremywu
ac0612965f
build(project): project/bumping-vue-version ( #1702 )
...
* build(project): project/bumping-vue-version
- Bumping vue to 3.0.9
* remove unnecessary dependency
* restore @vue/compiler-sfc
2021-03-28 12:46:58 +08:00
kooriookami
4365ffb760
fix(notification): fix style of break word ( #1701 )
2021-03-28 10:34:45 +08:00
jeremywu
8f256b18f7
feat(tag): add new feature check-tag ( #1696 )
...
* feat(tag): add new feature check-tag
- Add new component `check-tag`
* feat(tag): - add check tag vetur support
2021-03-27 19:54:43 +08:00
Summer
3ac7c2c75f
fix (menu) component animation bug ( #1690 )
...
* fix: menu component animation bug
* fix: menu component animation bug
2021-03-27 19:19:10 +08:00
justwiner
ed3062d97d
fix(table): the current row render flashing when expanding line toggle ( #1654 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-27 19:12:10 +08:00
Ryan2128
25868c2446
fix(message-box): fix incompatible migration ( #1671 )
...
* fix(message-box): fix incompatible migration
* docs(message-box): add docs of buttonSize
2021-03-27 19:11:38 +08:00
Ryan2128
99451a1ef6
fix(select): fix error position of input and tags ( #1682 )
2021-03-27 19:08:33 +08:00
Ryan2128
f916bf0cf6
fix(upload): fix transition error trigger when fileList is static ( #1686 )
2021-03-27 19:07:50 +08:00
xiejiahe
e7bff99ece
fix(notification): css word break ( #1699 )
2021-03-27 18:11:15 +08:00