jeremywu
2280dd5c5e
fix(project): fix/exporting-fix-for-volar ( #849 )
...
- Using `defineComponent` to wrap component up for Volar support, this should close #841
- Also made changes for some typing
- Removed `merge.ts` since `Object.assign` are now supported natively
2020-12-06 23:52:47 +08:00
Simona
e8a9074545
fix(cascader): render error of radio label ( #859 )
...
empty fragment will treat as invalid slot content since vue@3.0.4 which cause radio label renders
unexpectedly, so use span instead of fragment.
2020-12-06 22:52:13 +08:00
jeremywu
6bc5a5ee5a
fix(pagination): fix pagination known issues ( #811 )
...
* fix(pagination): fix pagination known issues
- Fix pagination emitting current change twice
* fix(pagination): add defaults for readability
* fix(pagination): - remove defaults
2020-12-05 22:14:38 +08:00
kooriookami
ab76b845f5
fix(select): fix error style of select-dropdown ( #838 )
...
n
fix #812
2020-12-05 21:46:58 +08:00
Simona
99dbe0e233
fix(popper): revert appendToBody from false to true ( #845 )
2020-12-05 12:30:15 +08:00
bastarder
ef35578a32
fix(form): fix form-item auto width bug ( #830 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-04 17:39:17 +08:00
leeleanlean
86f58c36be
Fix the problem that the value of popper border .is-light shows the dark style in the default state of the component "TimePicker/DatePicker/DateTimePicker" ( #829 )
2020-12-04 17:33:26 +08:00
zazzaz
fe42f4404e
fix: ts name error ( #813 )
...
* fix: ts name error
* chore: update
2020-12-04 17:07:26 +08:00
zazzaz
50bd5cf456
chore: fix typo ( #823 )
2020-12-04 16:59:07 +08:00
bastarder
b55e78b8d7
fix(select): Fix select height error bug ( #834 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-04 16:58:39 +08:00
jeremywu
790103596c
fix(select): fix select value did not match issue ( #808 )
...
* fix(select): fix select value did not match issue
- Fix when select's options were added after select is mounted, the value will not match
* fix: options.push cannot trigger watcher
Co-authored-by: 陈婉玉 <simonaliachen@gmail.com>
2020-12-04 13:39:01 +08:00
jeremywu
2455c3f605
fix(dialog): fix on demand importing dialog lacking overlay css ( #809 )
...
- Fix issue causing dialog unable to load overlay csss
2020-12-03 22:45:26 +08:00
jeremywu
b57fb4b4f5
fix(popover): fix popover positioning ( #796 )
...
* fix(popover): fix popover positioning
- Popover and popconfirm are now inserted to document.body by default
* fix(popper): remove key properties for readabilities
2020-12-03 22:43:18 +08:00
kooriookami
797b28abbb
feat(dropdown): remove outline ( #798 )
...
* feat(dropdown): remove outline
* feat(dropdown): remove outline
2020-12-03 22:39:55 +08:00
justwiner
a798508fff
fix(table): complete show-overflow-tooltip ( #736 )
...
* feat(table): complete show-overflow-tooltip
* fix(table): use $index instead of index_
fix #726
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-12-03 22:32:31 +08:00
Simona
5db2e9729c
fix: popper transition with 'el-zoom-in-top' ( #785 )
...
fix all picker's transition and styles, including select, autocomplete, timer-picker, date-picker
and so on, which transition should be 'el-zoom-in-top' and without duplication.
2020-12-02 22:33:26 +08:00
Simona
8f084d0e08
fix: destructing import from lodash cause dist too large in esm version ( #788 )
2020-12-02 18:14:33 +08:00
SuMingJiong
8718f2bb6e
fix(dialog): fix show-close is invalid ( #773 )
...
- Fix `show-close` flag cannot control the close button's visibility close #771
2020-12-02 17:14:10 +08:00
Ryan2128
6a83173598
fix(alert): Fix style errors when no description ( #782 )
2020-12-02 17:09:05 +08:00
Square Coin
4618f3786b
feat(menu): fix nested ref unwrap value problem ( #775 )
...
Co-authored-by: liik <linyunqianpp@126.com>
2020-12-02 15:53:25 +08:00
jeremywu
6de81654fa
fix(menu): fix navigation menu potential bug ( #768 )
...
- Fix navigation potential bug
2020-12-02 11:38:10 +08:00
jeremywu
a1621ecf72
fix(date-picker): fix date picker referencing issue ( #757 )
2020-12-01 21:27:41 +08:00
jeremywu
092c89036d
fix(pagination): fix pagination current-change event not emitting ( #756 )
...
- Fix the issue when total gets changed and the currentPage gets changed but `current-change` event
not emitting
2020-12-01 21:17:24 +08:00
Ryan2128
20db02efe9
fix(card): fix the bug that bodyStyle
can not accept Object and Array ( #754 )
...
* fix(card): fix the bug that `bodyStyle` can not accept Object and Array
* test(card): add 'bodyStyle' test case
2020-12-01 19:57:36 +08:00
Square Coin
0dc2388228
fix: fix the router behavior ( #745 )
...
* feat(menu): recover router logic
* fix(breadcrumb): correctly access $router
Co-authored-by: liik <linyunqianpp@126.com>
2020-12-01 17:34:03 +08:00
jeremywu
c938682dc5
fix(dropdown): fix dropdown incorrect style ( #741 )
...
- Making select insertion strategy defaults to document.body
2020-12-01 14:55:35 +08:00
jeremywu
de0696b4f6
core/bumping-dependency-vue-version ( #729 )
...
* bumping version
* build(core): bumping vue version
- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`
* Remove transition mock/Add before-enter and before-leave hook emitter for popper
2020-12-01 10:28:42 +08:00
kooriookami
84321952e0
doc: Fix and improve v-slot/slot ( #711 )
...
* style(slider): slider button style change
slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.
* style(slider): remove outline
* fix(docs): replace error v-slot/slot to correct
Replace all `v-slot` to `#default`, `v-slot:xxx` to `#xxx`, `slot="xxx"` to `#xxx`.
fix #704
* docs: v-slot can not bind on div
* fix: fix v-slot
2020-11-29 18:50:46 +08:00
zazzaz
e35d3f761c
chore: update build type
2020-11-27 11:19:13 +08:00
zazzaz
53dfce0903
chore: update type
2020-11-26 23:26:03 +08:00
kooriookami
62d727b567
style(slider): slider button style change ( #699 )
...
* style(slider): slider button style change
slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.
* style(slider): remove outline
2020-11-26 23:09:53 +08:00
zazzaz
b1bdb6de8b
build: add type ( #685 )
...
* build: add type
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-26 23:09:31 +08:00
jeremywu
79ce9ae5a2
fix(message): message covered by dialog ( #701 )
...
- Fix the bug that cause poppup-manager unable to use zIndex from global config
2020-11-26 19:56:10 +08:00
jeremywu
5bd50ac16e
fix(dialog): fix dialog not updating slots issue ( #686 )
...
- Remake dialog with templates instead of render function
2020-11-24 23:06:26 +08:00
jeremywu
de86098728
fix(image): fix image not showing error content error ( #679 )
2020-11-24 20:22:40 +08:00
zazzaz
857715564b
fix: to remove vue-router dep ( #670 )
2020-11-24 14:59:06 +08:00
zazzaz
a2a515024a
Build/full ( #668 )
...
* build: update build full
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-24 14:58:56 +08:00
JeremyWuuuuu
62d0e8def9
fix(cascader): fix cascader initial binding not working
2020-11-24 10:48:10 +08:00
jeremywu
41655b6847
chore(project): adding a script for upgrading vue version ( #660 )
...
* chore(project): adding a script for upgrading vue version
* Update locale.spec.ts
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-23 17:51:51 +08:00
zazzaz
fcc5ea27d3
docs: update import doc
2020-11-23 16:39:38 +08:00
justwiner
8a64310e3f
fix(table): fix the filter panel is covered ( #601 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-23 16:37:11 +08:00
zazzaz
20f595385e
build: update build theme
2020-11-23 15:07:53 +08:00
zazzaz
4240e1c66f
build: update theme build
2020-11-23 14:33:20 +08:00
zazzaz
5a424d4a43
Build/component ( #656 )
...
* build: update build conf
* chore: update
* chore: update
* chore: update
* fix: rm mixin
2020-11-23 13:55:48 +08:00
zazzaz
a84b72e8f1
build: update build version
2020-11-22 21:56:33 +08:00
Ryan2128
7897fa1ba4
Fix/message-box: messageBox prompt default value is null ( #642 )
...
* fix(message-box): fix validate failed style error
* fix(input): fix input's value is a 'null' string when modelValue is null
2020-11-22 19:02:33 +08:00
zazzaz
95d28d48ea
docs: update upload doc
2020-11-22 15:51:41 +08:00
jeremywu
35dc2332f9
fix(cascader): fix cascader panel disappear unexpectedly ( #649 )
...
Co-authored-by: Jeremy Wu <jeremywu@Jeremys-MacBook-Pro.local>
2020-11-22 15:46:49 +08:00
BeADre
9769966684
fix: fix #633 ( #634 )
2020-11-21 19:11:28 +08:00
Ryan2128
3eaa653fe8
fix(select): fix tag content error in multiple mode ( #641 )
2020-11-21 11:04:52 +08:00
Ryan2128
4569f7b1f2
fix(notification): fix animation error ( #640 )
2020-11-20 21:23:42 +08:00
zazzaz
b19d2fc374
fix: correct bundle export ( #630 )
...
* fix: correct bundle export
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-20 20:24:16 +08:00
jeremywu
8aaf0d989a
fix(popper): making popper z-index dynamical ( #632 )
2020-11-20 10:04:20 +08:00
Ryan2128
f4f1e80e6c
fix(pagination): fix page-size not update in UI when props changed ( #631 )
2020-11-19 21:44:22 +08:00
zazzaz
0b6c862f44
fix: correct locale name ( #628 )
...
* fix: correct locale name
* chore: update
* fix: add name
* fix: set correct dayjs locale
* chore: update
2020-11-19 15:58:25 +08:00
zazzaz
8181a08cf4
fix: locale update bug ( #611 )
2020-11-18 22:20:36 +08:00
SMJ
33e80d6e25
fix: fix the color picker can't colse on click twice and add z-index for the notification ( #619 )
...
* fix(select): fix the bug about clicking the select component
fix the bug about clicking the select component
fix #496
* docs: fix some bug in the docs of upload and infiniteScroll
fix some bug in the docs of upload and infiniteScroll
* docs: change the options api to composition api in the avatar docs
change the options api to composition api in the avatar docs
re #540
* Update avatar.md
* Revert update avatar.md
* fix(color-picker): fix the color picker can't colse on click twice
fix the color picker can't colse on click twice
fix #602
* fix(notification): fix notification does not have hight z-index
fix notification does not have hight z-index
fix #602
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-18 22:18:27 +08:00
Ryan2128
80e3de348b
fix(message): fix massage appear without animation ( #624 )
2020-11-18 22:17:42 +08:00
Ryan2128
ebf23ffbf4
fix(tag): fix tagSize class ( #622 )
2020-11-18 22:14:17 +08:00
Ryan2128
2ce421d62f
fix(slider): fix the z-index of slider button too large ( #623 )
2020-11-18 22:13:19 +08:00
bastarder
27cbf5fb6b
fix: fix tabs bug for 'v-for' ( #618 )
2020-11-18 16:02:53 +08:00
BeADre
533638dd1a
feat: add methods for message type ( #594 )
2020-11-17 09:44:44 +08:00
zazzaz
ed1b58a85a
fix: fix date picker mouse down bug
2020-11-16 11:25:36 +08:00
zazzaz
790d831c63
fix: fix color-picker popover popconfirm style ( #584 )
2020-11-16 11:07:57 +08:00
jeremywu
1d26a350b0
fix(popper): making popper accept mouse up & mouse down event ( #597 )
...
#569
2020-11-16 10:35:30 +08:00
FengXingyuan
9603c1223f
test(input-number): finish test ( #589 )
2020-11-15 00:01:21 +08:00
JeremyWuuuuu
2e9775de2d
fix(pagination): pagination-not-emitting-size-change
2020-11-13 14:15:22 +08:00
FengXingyuan
1871670172
fix(input-number): remove excess emits, add missing emit params ( #568 )
2020-11-13 11:01:27 +08:00
zazzaz
87ed1dbe49
fix: fix menu export ( #587 )
2020-11-13 10:39:03 +08:00
zazzaz
df9adc330d
fix: update mune folder structure
2020-11-12 16:17:21 +08:00
Square Coin
da81648df7
feat: add nav menu ( #572 )
2020-11-12 14:43:55 +08:00
zazzaz
21a4c841eb
Fix/picker style ( #567 )
...
* fix: update time-picker style
* fix: fix date-time-picker style
* fix: fix time picker popper arrow
* chore: update
* chore: update
2020-11-12 11:05:12 +08:00
jeremywu
f3d24d6109
fix(popper): fix popper related style ( #562 )
...
* fix(popper): fix popper related style
* fix(popper): restore `onMount` hook, rewrite `Teleport` usage
* fix(popper): fix failed tests due to change
* fix(popper): - Fix popper initialiation method
* fix(popper): - Replace unref with internal defined unwrap function
2020-11-10 14:55:03 +08:00
Simona
efe892109c
fix: el-zoom-in-top transition ( #565 )
...
adjust transform-origin when popper with el-zoom-in-top transition place in top
2020-11-10 14:25:29 +08:00
Simona
c5fc8b4e9a
build: optimize ( #560 )
...
* build: replace ts-loader with @babel/preset-typescript
2020-11-10 14:24:09 +08:00
hangzou
9a3d2911d7
feat(build): upgrade rollup-plugin-vue ( #563 )
2020-11-10 10:38:38 +08:00
zazzaz
b942890502
docs: update i18n ( #555 )
...
* docs: update i18n
* fix: format locale name
* chore: update
2020-11-09 14:53:43 +08:00
liuxs
dbdc642f77
fix(rate): fix bugs,allow-half not correct
2020-11-07 13:05:52 +08:00
liuxs
246a12b466
fix(rate): fix bugs,allow-half not correct #546
2020-11-07 13:05:52 +08:00
滑威
ee744e2925
fix: ElCollapseTransition isn't installed ( #558 )
2020-11-06 11:43:36 +08:00
jeremywu
ce42541755
fix(popover): fix popover unable to close issue & popconfirm style issue ( #557 )
2020-11-06 11:42:31 +08:00
zazzaz
6b69d0a457
build: fix build bundle ( #545 )
...
* chore: update
* chore: update
2020-11-05 19:11:04 +08:00
zazzaz
50a8372afe
fix: fix global locale issue
...
fix #551
2020-11-05 15:09:14 +08:00
hangzou
b45f084a72
fix(build): fix import module path ( #543 )
...
* fix(build): fix import module path
* fix: fix export constants & type
* fix(popover): fix exports and import
2020-11-04 16:30:42 +08:00
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
Herrington Darkholme
b5f08aa63a
fix flaky select test case ( #391 )
...
* chore(core): fix linting
* fix(message): fix test
* fix(message): fix message test
* fix(select): remove unused
* fix(select): fix concurrent select test case
2020-10-04 18:51:24 +08:00
Caaalabash
20728747c1
feat(autocomplete): add autocomplete component ( #389 )
...
* feat(autocomplete): add autocomplete component
* fix: package.json
2020-10-04 15:44:05 +08:00
Enguerrand des Vaux
1ffe913571
Select filtering is not working ( #388 )
...
* fix(popper): re-create popper if destroyed when updating
* fix(select): fix options query event
* fix(select): fix checkDefaultFirstOption function
* fix(select): better naming
* Update packages/select/src/useSelect.ts
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-10-04 14:50:05 +08:00
Herrington Darkholme
8844187da6
chore(core): fix linting ( #387 )
2020-10-04 14:49:39 +08:00
Bruno Santos
e900aac6ea
Feat/message ( #291 )
...
* feat(message): add message component
- [WIP] Messages component
- TODOs: tests, VNode Bug
re #101
* test(message): add tests for message component
* fix(message): fix message z-index
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-10-03 20:55:23 +08:00
Hades-li
47ebb19881
feat(color-picker): add color-picker component ( #375 )
...
* feat(color-picker): add color-picker component
finished component,unit tests
* fix: elment-plus/index.ts add color-picker
Co-authored-by: plus li <121318100@gmail.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-10-03 20:48:29 +08:00
Enguerrand des Vaux
bd2d9b44dc
fix(popper): re-create popper if destroyed when updating ( #385 )
2020-10-03 20:35:26 +08:00
Enguerrand des Vaux
c5042f6d4c
add wrap label name and form setup ( #383 )
...
* fix(form): fix label-wrap impor
* fix(form): add name to label wrap
* fix(form): add from initialisation
2020-10-03 20:17:40 +08:00
Enguerrand des Vaux
2f5507a34e
fix(form): fix label-wrap impor ( #382 )
2020-10-03 20:13:56 +08:00
zazzaz
355a778a2c
Feat/datepicker && datetimepicker ( #326 )
...
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* Feat/form (#342 )
* feat(form): add form component
fix #125
* test(form): add test code
* docs(form): add form doc
* feat: add uitls merge
* fix(form): fix style
* test(form): add form test code
* refactor(form): review changes
* test(form): use idiomatic vue-test-util methods
* feat(core): bump vue version
* feat(form): rewrite label wrap
* feat(form): fix tons of bugs
* fix(form): reuse ts extension
* refactor(form): move out label width computation
* fix(form): fix tons of bugs
* fix(form): test
Co-authored-by: 286506460 <286506460@qq.com>
* Feat/select (#381 )
* fix: resove conflict
* feat: select basic usage
* feat: select basic usage
* feat: select feature create item
* fix: fix option data insert
* refactor: select
* fix: fix parse error
* feat: select test
* fix: select add popper
* fix: update select option
* fix: add select dependency
* fix: add index.ts file
* fix(select): clean up
* fix(select): some refactor
* fix(select): some update
* fix(select): fix all test cases
Co-authored-by: helen <yinhelen.hlj@qq.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
Co-authored-by: 286506460 <286506460@qq.com>
Co-authored-by: helen <yinhelen.hlj@qq.com>
2020-10-03 20:13:19 +08:00
Herrington Darkholme
ff4d4d89da
Feat/select ( #381 )
...
* fix: resove conflict
* feat: select basic usage
* feat: select basic usage
* feat: select feature create item
* fix: fix option data insert
* refactor: select
* fix: fix parse error
* feat: select test
* fix: select add popper
* fix: update select option
* fix: add select dependency
* fix: add index.ts file
* fix(select): clean up
* fix(select): some refactor
* fix(select): some update
* fix(select): fix all test cases
Co-authored-by: helen <yinhelen.hlj@qq.com>
2020-10-03 19:07:02 +08:00
Herrington Darkholme
62f1135768
Feat/form ( #342 )
...
* feat(form): add form component
fix #125
* test(form): add test code
* docs(form): add form doc
* feat: add uitls merge
* fix(form): fix style
* test(form): add form test code
* refactor(form): review changes
* test(form): use idiomatic vue-test-util methods
* feat(core): bump vue version
* feat(form): rewrite label wrap
* feat(form): fix tons of bugs
* fix(form): reuse ts extension
* refactor(form): move out label width computation
* fix(form): fix tons of bugs
* fix(form): test
Co-authored-by: 286506460 <286506460@qq.com>
2020-10-03 16:02:53 +08:00
Caaalabash
128436214e
fix(tree): replace keyCode ( #369 )
...
* fix(tree): replace keyCode
* fix: loop error
2020-09-30 10:50:39 +08:00
jeremywu
9f8a1a4b8d
fix(popper): fix popper popsitioning error ( #373 )
2020-09-29 21:14:17 +08:00
jeremywu
55d368ccbe
fix: making use popper universal ( #371 )
...
* staging work
* refactor(popper): making usePopper portable
2020-09-29 16:44:48 +08:00
jeremywu
cce1b5a252
feat(upload): upload component ( #168 )
...
* feat(upload): upload component
* bump version
* fix(upload): fix typo & doc
\
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-09-27 12:10:36 +08:00