iamkun
264a5255eb
feat: add 'calendar-change' event to date-range datetime-range picker ( #2964 )
2021-08-18 08:49:19 +08:00
jeremywu
7c97bc5283
fix(project): node is not exporting issue ( #2827 )
...
- Fix issue that caused ts definition file not generating
2021-08-04 18:28:08 +08:00
jeremywu
07106da33a
fix(locale): dayjs related i18n issue ( #2678 )
...
- Fix dayjs related i18n issue.
2021-07-26 10:51:32 +08:00
jeremywu
c42f905c10
refactor: i18n implementation ( #2670 )
2021-07-26 00:24:30 +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
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
4622b12869
docs: improve description of date-picker value-format prop ( #2416 ) ( #2449 )
2021-07-06 15:36:38 +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
kooriookami
7c8ddf5167
perf(cascader): add fallback-placements in some components ( #2267 )
...
re #2259
2021-06-18 17:32:05 +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
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
msidolphin
da622e10d1
fix: date picker support value-format ( #2120 )
...
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-06-03 20:35:48 +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
0song
041d36242d
fix: time picker change event bug ( #1828 )
2021-04-14 10:16:36 +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
BeADre
1c4928890b
fix(picker): add focus ( #1475 )
2021-04-06 13:28:57 +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
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
qiang
272b8c76c8
fix: some components miss install type ( #1547 )
...
* fix: some components miss install type
* fix: some components miss install type
2021-03-09 21:24:22 +08:00
inottn
b9baa70680
fix(time-picker): replace test it.only
with it
in test ( #1586 )
2021-03-08 14:07:38 +08:00
Ryan2128
c550bcfd27
fix(popper): fix popper error cause by vue version update ( #1556 )
...
* chore: update vue version
* fix(infinite-scroll): fix test case error
* fix(popper): fix popper error cause by vue version update
2021-03-03 11:43:31 +08:00
iamkun
7170bdeacc
fix: fix date picker second clear not trigger change event ( #1438 )
...
fix #1359
2021-02-08 16:06:40 +08:00
iamkun
1d1b74c886
fix: fix date range picker input issue ( #1439 )
...
* fix: fix date range picker input issue
fix #1428
* chore: update
2021-02-08 15:28:05 +08:00
zazzaz
05f62fa75f
fix: Fix Datepicker bind attr to panel error ( #1277 )
...
* fix: Fix Datepicker bind attr to panel error
* fix: Fix Datepicker bind attr to panel error
2021-01-15 18:08:09 +08:00
zazzaz
f2f66b3e64
fix: fix time picker scroll bug ( #1227 )
...
* fix: fix time picker scroll bug
* chore: update
* chore: update
2021-01-11 10:33:23 +08:00
zazzaz
f15d61ddbc
fix: fix timepicker keyevent bug ( #1151 )
...
* fix: fix timepicker keyevent bug
fix #904
* chore: update
* chore: update
* chore: update
2020-12-31 11:12:52 +08:00
jeremywu
a58f0fab90
chore(project): chore/bumping-vue-version ( #1159 )
...
* chore(project): chore/bumping-vue-version
- Upgrade vue to 3.0.5
* chore(project): - revision dependencies
2020-12-31 11:11:45 +08:00
zazzaz
41c278fd24
fix: fix date-picker clear bug ( #1114 )
...
* fix: fix date-picker clear bug
* chore: update
* chore: update
2020-12-27 14:19:43 +08:00
iamkun
3585b6f1cd
fix: fix date-picker bind $attrs issue ( #1069 )
...
fix #1065
2020-12-21 22:10:29 +08:00
zazzaz
8d766dc80c
chore: update doc ( #1035 )
...
* chore: update doc
* chore: update
2020-12-18 10:57:47 +08:00
zazzaz
47002d64c8
fix: fix timepicker / datepicker fragment error ( #1009 )
2020-12-16 22:10:35 +08:00
wujieZ
1807eaa28d
style: arrow function ( #982 )
2020-12-12 22:33:46 +08:00
zazzaz
f5820de55c
fix: fix error PropType
2020-12-09 12:09:17 +08:00
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
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
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
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
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
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
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
zazzaz
ed1b58a85a
fix: fix date picker mouse down bug
2020-11-16 11:25:36 +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
zazzaz
6b69d0a457
build: fix build bundle ( #545 )
...
* chore: update
* chore: update
2020-11-05 19:11:04 +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
Simona
4e8ea7e4c1
feat: unify form event dispatch and global config ( #527 )
2020-11-02 11:05:08 +08:00
bastarder
aea6f4204f
fix: export component
2020-10-29 19:37:18 +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