Commit Graph

75 Commits

Author SHA1 Message Date
杨奕
5ef3d0ec8d MessageBox: add distinguishCancelAndClose (#11831) 2018-07-03 12:02:21 +08:00
杨奕
0afa514e0a
MessageBox: add iconClass (#11499) 2018-06-06 12:19:24 +08:00
hetech
b79a98c7e0 MessageBox: wrap hashchange listener in nextTick (#11200) 2018-05-17 12:25:43 +08:00
hetech
63844fd845 Popup: lockScroll uses class instead of inline style, remove redundant code (#11114)
* Popup: when popup open, use a class to prevent body scroll

* popup,MessageBox,vue-popper: remove redundant code

* popup: use getStyle to get document body's paddingRight

* Update mixin.vue-popup.spec.js

* Update mixin.vue-popup.spec.js
2018-05-13 12:07:09 +08:00
杨奕
1ff01a77f9
Table: fix an undefined issue in ssr (#11109) 2018-05-10 17:03:03 +08:00
cnjs
f2988cd1bd MessageBox: fix invalid input border color when inputValidator returns string (#10729) 2018-04-16 18:29:56 +08:00
杨奕
e62c2f8b42
Chore: misc updates (#10370) 2018-03-26 17:38:17 +08:00
fisker Cheung
39ba058d0d MessageBox: allow showInput when message is empty (#10337)
* MessageBox: should allow showInput when message is empty

* MessageBox: no confirm when inputType === 'textarea'

* MessageBox: hide status when message is empty
2018-03-26 17:16:11 +08:00
Pocho
6ccca79c67 MessageBox: fix multiple instances with duplicate title (#10126) 2018-03-13 13:43:51 +08:00
杨奕
f681b4bded
MessageBox: listen for keydown instead of keyup (#9908) 2018-02-27 16:22:20 +08:00
阿林
ad07722aab Chore: replace var with let and const (#9774) 2018-02-11 16:37:58 +08:00
Daniel Chiang
abd2d7de36 call doClose() in the exposed close method 2017-11-26 15:38:41 +08:00
Leopoldthecoder
37f4ce0b30 MessageBox: ensure to get input element 2017-11-15 11:01:09 +08:00
Leopoldthecoder
917b8e78f2 theme-chalk tuning 2017-10-23 21:18:11 -05:00
Leopoldthecoder
96093927e9 MessageBox: fix missing icons 2017-10-22 21:54:33 -05:00
Leopoldthecoder
fa140dea9c Merge remote-tracking branch 'eleme/dev' into carbon
# Conflicts:
#	packages/input/src/calcTextareaHeight.js
#	packages/message-box/src/main.vue
#	packages/theme-default/src/menu.css
#	yarn.lock
2017-10-20 14:08:11 +08:00
Leopoldthecoder
2999279ae3 minor fixes for select, message-box and textarea 2017-10-18 18:38:13 +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
Black Wayne
7e365e244c MessageBox: add chalk theme (#7029)
* Message Box: add chalk theme

* Message Box: doc fix

* Message Box: change prop name into center
2017-09-14 21:15:44 -05:00
Leopoldthecoder
ef61460688 Merge branch 'carbon-1' into carbon 2017-09-01 10:56:25 +08:00
Leopoldthecoder
534f9923b7 MessageBox: support empty title 2017-08-18 16:25:38 +08:00
Leopoldthecoder
7d69d11ead Msgbox: add dangerouslyUseHTMLString 2017-08-05 16:37:58 +08:00
Leopoldthecoder
798bb8e75d Message: add closeOnHashChange, update docs 2017-08-01 19:05:45 +08:00
Leopoldthecoder
0137e5b80a MessageBox: reject all cancel actions 2017-07-10 11:58:00 +08:00
chikara-chan
d41c0c4ba9 feat: popup close button accessible with tab key 2017-06-03 18:13:50 +08:00
Leopoldthecoder
cce0061e56 some bug fixes 2017-05-14 16:10:41 +08:00
Leopoldthecoder
defd128f54 add .sync support for Dialog and Pagination 2017-05-03 15:20:57 +08:00
杨奕
fb4a786249 MessageBox: add 'message' support for VNode (#4550) 2017-05-02 14:59:55 +08:00
cinwell.li
47f72baa42 MessageBox: add enter event for prompt (#3867) 2017-03-30 11:11:28 +08:00
Leopoldthecoder
09761ca59b Msgbox: fix second param not passed to callback 2017-03-19 09:44:00 +08:00
杨奕
c4367604ab MessageBox: add inputValue (#2909) 2017-02-22 15:15:16 +08:00
cinwell.li
9f5c08e6e6 Clean packages (#2345) 2017-01-23 14:06:01 +08:00
Leopoldthecoder
90893a9532 MessageBox: add default customClass, fixed #2438 2017-01-17 17:53:02 +08:00
Leopoldthecoder
03d618973f add done parameter 2017-01-14 16:10:33 +08:00
Leopoldthecoder
900d7af019 MessageBox: add uid 2017-01-13 12:06:30 +08:00
Leopoldthecoder
35f102fa2c MessageBox: add beforeClose 2017-01-13 12:06:30 +08:00
kingwl
d5f4603f59 MessageBox: fix multi alert bug 2017-01-13 11:58:41 +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
杨奕
eeee584d56 MessageBox: add customClass (#1707) 2016-12-13 22:52:29 +08:00
qingwei.li
a13b49b609 Locale: fix dynamic change locale 2016-11-18 20:03:14 +08:00
杨奕
238f8625b1 MessageBox: swap 'message' and 'title' when called with 'this.$msgbox' (#1067) 2016-11-16 11:06:03 +08:00
qingwei.li
3c12100f52 Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
qingwei.li
47392d1e29 Locale: rename $t to t 2016-11-07 23:33:33 +08:00
qingwei.li
70307dfadb fix package.json url 2016-11-06 12:26:14 +08:00
Leopoldthecoder
d5eb9ac3b5 MessageBox: fix text blur due to translating half pixel 2016-11-06 10:12:04 +08:00
qingwei.li
4a224adaa3 Table/MessageBox/Tree: remove object-assign 2016-11-04 18:44:19 +08:00
Leopoldthecoder
2cce804eb8 MessageBox: autofocus confirm button 2016-10-30 20:48:17 +08:00
baiyaaaaa
2e77e5a50b support button autofocus && autofocus message box confirm button 2016-10-30 16:21:57 +08:00