jeremywu
30f1947c47
fix(overlay): Fix overlay event triggering issue ( #1235 )
2021-01-14 17:01:37 +08:00
xyorz
1904aee48d
fix(dialog): fix date-picker is empty when dialog opened first time ( #1144 )
...
Fix date-picker in dialog is empty when dialog opened first time
fix #1021
2021-01-04 17:52:36 +08:00
jeremywu
cc8f825715
fix(dialog): fix/dialog-close-event ( #1164 )
...
* fix(dialog): fix/dialog-close-event
- Dialog now emits close event correctly
* fix overlay render error
2020-12-31 14:33:17 +08:00
jeremywu
9e3352c1fc
fix(dialog): fix/dialog-header-slot ( #997 )
...
- Rename the slot name from 'header' to title
2020-12-15 11:58:24 +08:00
hangzou
eb24622055
fix: fix some components import type ( #959 )
2020-12-11 15:37:09 +08:00
jeremywu
46a20e9e05
fix(dialog): fix dialog bouncing ( #955 )
...
- Change rendered before open dispatches to avoid bouncing
2020-12-10 16:17:12 +08:00
jeremywu
33cf09ad24
fix(drawer): fix drawer layout issue ( #924 )
...
- Fix the problem when `modal` set to false, the drawer will not be able to show.
2020-12-09 18:23:15 +08:00
jeremywu
9ad78debcf
fix(drawer): fix drawer implementation with hook ( #817 )
...
* fix(drawer): fix drawer implementation with hook
* fix(drawer): fix drawer implementation
- Make drawer implementation as the same as dialog
* chore(drawer): documentation updates
2020-12-07 00:13:05 +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
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
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
bastarder
aea6f4204f
fix: export component
2020-10-29 19:37:18 +08:00
jeremywu
8e95db293c
fix(popper): remove clickouside listener when manual enabled ( #450 )
2020-10-22 14:00:33 +08:00
shlroland
4b7f671774
fix(dialog): fix closeDelay ( #357 )
...
issue #352
fix #352
2020-09-27 11:30:04 +08:00
jeremywu
4019764625
fix(dialog): fix dialog exporting error ( #298 )
2020-09-10 10:43:15 +08:00
jeremywu
ef92b6c11c
### feat: add dialog ( #197 )
...
* Add overlay component; Dialog component almost done
* feat(dialog): add use-lockscreen
* feat(dialog): coding completed awaiting tests
* feat(dialog): finish writing test cases
* fix test failures
* Address PR comments
* fallback some changes
2020-09-09 21:18:08 +08:00