Leopoldthecoder
|
6280336ca2
|
Message: add content right padding when closable
|
2018-01-14 10:57:21 +08:00 |
|
Leopoldthecoder
|
9f2ea7eab0
|
Chore: doc updates
|
2017-11-09 15:19:09 +08:00 |
|
maranran
|
363a80b184
|
Accessibility for Popover, Tooltip, Message & Notification (#8009)
* Accessibility for Tooltip & Popover
* Accessibility for message & notification
* fixbug for popover with nodeType
|
2017-11-09 11:21:20 +08:00 |
|
Leopoldthecoder
|
194874b3b2
|
Message: restore focus only when target in viewport
|
2017-11-01 17:42:25 +08:00 |
|
maranran
|
542deb779b
|
Accessibility for message & message-box & tabs (#7424)
* add accessibility for message & message-box & tabs
* Update message-box.md
|
2017-10-15 23:13:10 -05:00 |
|
Leopoldthecoder
|
553e89568b
|
TimePicker: add arrow-control
|
2017-10-11 05:34:08 -05:00 |
|
Leopoldthecoder
|
1e57f25d19
|
Loading: add custom spinner and background
|
2017-10-09 04:39:40 -05:00 |
|
Leopoldthecoder
|
a1e8c52d9f
|
Message: add chalk theme
|
2017-09-06 13:39:44 +08:00 |
|
Leopoldthecoder
|
f477390c79
|
Message: add dangerouslyUseHTMLString
|
2017-08-05 17:52:53 +08:00 |
|
Leopoldthecoder
|
50e2f23436
|
Message: refactor icon
|
2017-08-05 17:52:53 +08:00 |
|
Jerre Baumeister
|
933b2e83af
|
Message: add 'message' support for VNode
|
2017-06-23 14:52:52 +08:00 |
|
pengchongfu
|
9e32cccc73
|
Message: add ability to close all Messages #3941 (#3966)
|
2017-04-04 18:00:01 +08:00 |
|
杨奕
|
77c20d67ca
|
Message: fix content not vertically aligned (#2904)
|
2017-02-20 15:44:26 +08:00 |
|
cinwell.li
|
9f5c08e6e6
|
Clean packages (#2345)
|
2017-01-23 14:06:01 +08:00 |
|
qingwei.li
|
a906a5fccb
|
Add vue-popup and dom helper
|
2016-12-26 11:41:15 +08:00 |
|
qingwei.li
|
daec90af9f
|
SSR feature
|
2016-12-26 10:45:20 +08:00 |
|
baiyaaaaa
|
a5bdd2cabb
|
component README update and fix
|
2016-12-16 10:57:54 +08:00 |
|
杨奕
|
d7d8257516
|
Message & Notification: add iconClass and customClass, fixed #1664 (#1671)
|
2016-12-14 13:43:14 +08:00 |
|
杨奕
|
c08c6f1769
|
Notification/Message: return instance for manual close (#1033)
|
2016-11-13 20:03:17 +08:00 |
|
qingwei.li
|
3c12100f52
|
Components: use es2015 export module, fixed #907
|
2016-11-08 15:01:00 +08:00 |
|
qingwei.li
|
70307dfadb
|
fix package.json url
|
2016-11-06 12:26:14 +08:00 |
|
Leopoldthecoder
|
5ee53016f7
|
Message/Notification: manage z-index with PopupManager
|
2016-11-04 17:36:14 +08:00 |
|
b1anker
|
13bfb39e9b
|
Message, Notification: fix transitionend bug
问题描述:
如果我在组件中加入不同的transition或者transition: all
duration的形式,那么this.$el.addEventListener(‘transitioned’,
handeler)就会监听到多次事件,从而导致多次删除,因为节点已经从dom中删除,
所以最后报错:
’main.vue?8f52:44
Uncaught TypeError: Cannot read property 'removeChild' of null’。
解决办法:
就是在第一次监听到动画结束事件时,将监听器移除即可。
|
2016-11-03 15:36:57 +08:00 |
|
Leopoldthecoder
|
63daf2c989
|
Message: add test
|
2016-10-21 11:22:59 +08:00 |
|
cinwell.li
|
510034d2d2
|
Add istanbul ignore (#521)
|
2016-10-19 22:48:35 +08:00 |
|
qingwei.li
|
0cc28fb16a
|
Support publish component packages
|
2016-10-17 12:14:10 +08:00 |
|
Leopoldthecoder
|
3d60efd468
|
add .type on Notification and Message
|
2016-10-04 19:22:04 +08:00 |
|
baiyaaaaa
|
8c3b57afdc
|
Merge pull request #10 from QingWei-Li/master
Use cooking@1.0.0-rc.2
|
2016-09-06 16:33:06 +08:00 |
|
qingwei.li
|
3b539efb3a
|
Use cooking@1.0.0-rc.2
|
2016-09-06 11:51:08 +08:00 |
|
Leopoldthecoder
|
95b40b739e
|
update Message icon style
|
2016-09-05 20:11:11 +08:00 |
|
Leopoldthecoder
|
d2bad291af
|
update Message animation and Rate/Switch doc
|
2016-09-05 15:34:53 +08:00 |
|
Leopoldthecoder
|
eb03154839
|
DatePicker/DatetimePicker doc update
|
2016-08-29 19:04:31 +08:00 |
|
Leopoldthecoder
|
1a2566117d
|
Rate/Slider/Message doc update
|
2016-08-27 16:06:22 +08:00 |
|
SkyAo
|
066c8f727f
|
finish documents of basic & fix bug
|
2016-08-19 14:45:08 +08:00 |
|
Leopoldthecoder
|
557a09c647
|
add message
|
2016-08-15 16:10:12 +08:00 |
|
Leopoldthecoder
|
7e05dab840
|
init message
|
2016-08-15 11:51:25 +08:00 |
|