hangzou
8394a64478
fix: Refactor dropdown ( #454 )
2020-11-04 11:24:36 +08:00
Weiqi Wu
2932ba0e12
feat(switch): add loading attribute ( #402 )
...
* chore: compiled failed(#230 )
* feat(switch): add loading attribute
* style: delete useless comment
2020-11-04 11:18:10 +08:00
hangzou
bb85d50cb4
feat(build): add build:locale & build:utils ( #538 )
2020-11-04 11:15:35 +08:00
Caaalabash
5e9c237d19
fix(autocomplete): useAttrs ( #531 )
2020-11-03 11:44:55 +08:00
SMJ
2d2ed23cd3
fix(select): fix the bug about clicking the select component ( #513 )
...
fix the bug about clicking the select component
fix #496
2020-11-02 17:03:09 +08:00
Simona
4e8ea7e4c1
feat: unify form event dispatch and global config ( #527 )
2020-11-02 11:05:08 +08:00
jeremywu
1dd58efdfd
fix(radio): fix cascader bug caused by radio also removed ElFormItemSize ( #521 )
2020-11-01 14:18:56 +08:00
JeremyWuuuuu
2163969059
refactor(radio): refactor radio components
2020-10-31 16:17:39 +08:00
hangzou
c408492b2b
build: build esm bundle & esm components ( #518 )
2020-10-30 23:26:57 +08:00
Simona
52ea214896
feat(cascader): refactor done ( #435 )
2020-10-30 23:26:33 +08:00
justwiner
66746333cb
fix(table): fix the filter panel of the table ( #509 )
2020-10-30 11:28:45 +08:00
justwiner
498f327e0f
fix(table): issue: #505 ( #508 )
...
fix #505
2020-10-30 11:27:56 +08:00
bastarder
aea6f4204f
fix: export component
2020-10-29 19:37:18 +08:00
hangzou
09418659e0
build: fix rollup build ( #500 )
2020-10-29 16:13:29 +08:00
zazzaz
0132bf5790
fix: alert emit close event ( #497 )
2020-10-29 13:34:51 +08:00
SMJ
a934fb76ff
style(container): fix spelling errors in container ( #499 )
...
fix spelling errors in container
fix #498
2020-10-29 13:34:11 +08:00
jeremywu
f01edb558e
fix(popper): fix components used popper with tabindex ( #495 )
2020-10-29 10:40:38 +08:00
zazzaz
51631051fb
fix: fix theme map error ( #489 )
...
fix #484
2020-10-28 13:54:57 +08:00
zazzaz
45b8986f5a
fix: remove useless picker hack ( #485 )
...
* fix: remove useless picker hack
* chore: remove ad
* chore: add loading
2020-10-28 11:21:39 +08:00
zazzaz
0ee70e64b5
fix: remove popper tabIndex ( #486 )
2020-10-28 11:20:41 +08:00
jeremywu
4454c75d63
fix(popper): fix popper tabindex error ( #472 )
...
- Move tabindex attr from trigger to popper
2020-10-27 14:36:41 +08:00
zazzaz
fc23a4ec04
Revert "fix(switch): fix switch has outline ( #469 )" ( #474 )
...
This reverts commit 3d7b298df3
.
2020-10-27 14:36:34 +08:00
Ther-su
3d7b298df3
fix(switch): fix switch has outline ( #469 )
...
fix switch has outline, the class el-switch need to add outline:none
fix #468
2020-10-27 11:09:14 +08:00
jeremywu
b06352a43b
fix(popper): - Remove popper mask and event attaching strategy ( #466 )
2020-10-26 17:14:26 +08:00
Ryan2128
42d53eead7
Feat/slider: Integrate InputNumber
( #451 )
...
* feat(slider): Integrate `InputNumber`
* test(slider): add test about `InputNumber`
* docs(slider): fix error about parsing render
2020-10-26 10:56:14 +08:00
bastarder
ee3b42fb09
feat(loading): add loading component ( #447 )
...
* refactor(loading): refactored loading component
* refactor(loading): use render & createVNode instead of createApp
Co-authored-by: Ryan <ryanzhao2128@gmail.com>
2020-10-23 10:15:49 +08:00
jeremywu
2d4348a827
fix(notification): export notification in the package ( #453 )
2020-10-22 14:31:15 +08:00
Caaalabash
b4c84cc00a
fix(autocomplete): popper usage ( #429 )
...
* fix(autocomplete): dropdownWidth
* fix: el-popper usage
* test: change test file
* fix: remove storybook doc dir
* test: sleep time
2020-10-22 14:02:28 +08:00
jeremywu
8e95db293c
fix(popper): remove clickouside listener when manual enabled ( #450 )
2020-10-22 14:00:33 +08:00
Mesamo
8d2d6be085
fix(message-box): binding confirmButtonDisabled property
2020-10-21 18:04:08 +08:00
zazzaz
2343ab1d90
fix: fix table type
2020-10-21 11:40:08 +08:00
hxp971130
c864b7d53e
fix(utils): isServer
judgment error ( #441 )
2020-10-20 13:50:29 +08:00
zazzaz
ceae92fe7c
fix: fix table tooltip ( #438 )
2020-10-20 11:47:02 +08:00
hangzou
e8c162ea72
fix: fix rollup module ( #434 )
...
* fix(build): fix some export & import path
* fix(build): build utils
* fix: fix error import
* fix(build): fix import error
* fix(build): remove useless dependent
* fix(build): fix build command error
2020-10-20 11:45:44 +08:00
justwiner
2985a71751
feat(table): table ( #407 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-10-20 10:31:47 +08:00
jeremywu
f4f81af246
fix(message-box): - fix message box unit test error ( #433 )
2020-10-19 15:05:37 +08:00
余林夕
c2951875b3
feat(message-box): migrate MessageBox ( #300 )
...
* feat(message-box): migrate MessageBox
* refactor(message-box): import sleep from test-utils
* refactor(message-box): optimize props
* refactor(message-box): optimize message-box
* refactor(message-box): optimize message-box
* refactor(message-box): optimize message-box
* refactor(message-box): remove `removeClass` & `addClass`
* refactor(message-box): replace 'HTMLElement' with 'HTMLButtonElement'
* refactor(message-box): review optimize
* refactor(message-box): __test__ optimize
* refactor(message-box): replace addEvent with on and off
* refactor(message-box): remove doc
* feat(message-box): jest add @babel/plugin-proposal-class-properties
Co-authored-by: YuLinXi <yumengyuan@klicen.com>
2020-10-19 13:50:22 +08:00
jeremywu
73fb527f49
feat/Popover ( #339 )
...
* init popover
* feat(popover): component almost done. next `directive`
* modifications
* code finished
* partial complete testing code
* feat(popover): popover component
* fix linter complains
2020-10-19 13:44:50 +08:00
xiaoeyu
43d2b23676
feat(popconfirm): add Popconfirm component ( #356 )
2020-10-16 11:14:45 +08:00
晓枫
2ee313ab61
feat(input-number): add input-number component ( #368 )
2020-10-16 10:37:35 +08:00
Roland
07f2c75b6e
fix(collapse): fix/collapse type question ( #394 )
...
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-10-16 10:34:10 +08:00
James Zhang
c396449ad3
fix(button): update prop 'size' type assertions to IButtonSize
...
fix(button): update prop 'size' type assertions to IButtonSize #420
2020-10-16 10:26:56 +08:00
Enguerrand des Vaux
fe79cd3061
fix: Scrollbar migration to TypeScript ( #397 )
2020-10-13 10:39:36 +08:00
zouhang
c6e8c5c45e
build(core): fix some type error
2020-10-09 20:24:53 +08:00
zouhang
a14afae7c9
fix: fix some comp type erro & add rollup build
2020-10-09 20:24:53 +08:00
jeremywu
20458b7779
fix(popper): fix popper modifier overriding issue ( #399 )
2020-10-09 15:29:36 +08:00
PannanaAlex
cc2ab5c417
feat: add pagination ( #195 )
...
* feat(component): add type 'pagination' for form usage #120
* feat(pagination): optimize pagination code
* fix(pagination): optimize code
* feat(component): add type 'pagination' for form usage #120
* feat(pagination): optimize pagination code
* fix(pagination): optimize code
* feat(pagination): update component
Co-authored-by: pannana <pannana@ucloud.cn>
Co-authored-by: zouhang <zouhang@didiglobal.com>
2020-10-09 12:04:25 +08:00
Enguerrand des Vaux
37a5a9156d
Fix time select lint issue ( #395 )
...
* fix(popper): re-create popper if destroyed when updating
* fix(time-select): remove unused ref
2020-10-09 10:51:28 +08:00
Herrington Darkholme
dda8b97ddb
Fix/lint ( #392 )
...
* chore(core): fix linting
* fix(message): fix test
* fix(message): fix message test
* fix(select): remove unused
* fix(select): fix concurrent select test case
* fix(style): remove redundant type annotation
* fix(other): linting
2020-10-05 12:50:34 +08:00
Enguerrand des Vaux
b5ed49ae93
feat/TimeSelect ( #329 )
...
* feat(time-select): start of migration
* feat(time-select): fix typo
* feat(time-select): minor change
* feat(time-select): working Vue.js 2 time-select
* feat(time-select): migration to v3
* feat(time-select): add select element
* feat(time-select): migrate v-model
* feat(time-select): add type definition
* feat(time-select): add default value for minTime
* feat(time-select): fix documentation
* feat(time-select): export select to use it
* feat(time-select): fix form
* feat(time-select): export time-select to see it in the website
* feat(time-select): fix updateOptions methods
* fix(popper): re-create popper if destroyed when updating
* fix(select): fix options query event
* fix(select): fix checkDefaultFirstOption function
* feat(time-select): add update:modelValue to emit function
* fix(select): better naming
* feat(time-select): deprecated defautl value
* feat(select): support clear icon
* feat(select): add clear-icon documetnation
2020-10-04 19:57:49 +08:00