Commit graph

54 commits

Author SHA1 Message Date
debugIsFalse
d241b8fe7d
Merge pull request #6327 from demi798/2.0
fix bug #6326
2019-10-29 11:10:46 +08:00
shawn.han
226a1e71ee [建议]事件执行由用户决定 2019-10-17 13:38:17 +08:00
xinxin.li
e3801e6d70 eslint 2019-10-08 19:45:17 +08:00
msidolphin
9e694e9661
fix: typo 2019-08-23 21:46:45 +08:00
msidolphin
67ddfcb7ed fix: 解决了checkbox-group多层嵌套数据相互干扰的问题 2019-08-22 16:38:24 +08:00
梁灏
6e97df10d9 update default media queries breakpoints 2019-02-27 16:19:15 +08:00
梁灏
7bafe9d94c fixes #4453 #4480 #4462 2018-09-10 16:10:35 +08:00
梁灏
8df3390e41 update calcTextareaHeight 2018-07-18 12:06:47 +08:00
Lison
754eedf571
Merge branch '2.0' into anchor 2018-06-20 11:00:05 +08:00
zhigang.li
4c682092e3 udpate 2018-05-16 10:38:22 +08:00
zhigang.li
bb97877350 remove getCommonString function 2018-05-15 17:04:29 +08:00
zhigang.li
2b24fcceed change the way to handle submenu collapse when accordion is true 2018-05-15 16:59:53 +08:00
梁灏
ce7b39c204 fixed #3596 2018-05-14 11:46:11 +08:00
zhigang.li
43513f702c add anchor component 2018-04-12 17:49:55 +08:00
梁灏
444907c4ca update Vue 2018-03-13 18:37:16 +08:00
Graham Fairweather
e31d3b0578 Revert early Select periphery code. 2018-03-08 08:24:38 +01:00
Aresn
0fce118ef2
Merge pull request #3053 from Xotic750/reusable_enums
Common enums used in the project -DRY
2018-02-26 17:49:33 +08:00
Aresn
448fe88457
Merge pull request #3054 from Xotic750/event_name_constants
Common event name constants, used by $emit and $on - DRY
2018-02-26 17:45:26 +08:00
Aresn
7b71778db2
Merge pull request #3051 from Xotic750/utility_kabab_join
Kebab join utility for composing reusable constants from smaller parts
2018-02-26 17:23:34 +08:00
Aresn
c883f660a9
Merge pull request #3052 from Xotic750/composable_constants
Composable constants that are common in the project - DRY
2018-02-26 17:20:18 +08:00
Graham Fairweather
9c6dbcdcc4 Common event name constants, used by $emit and $on - DRY
This is not all of them, just those found during the select rework
2018-02-26 09:01:03 +01:00
Graham Fairweather
16bfce1652 Common enums used in the project -DRY
This is not all of them, just those found during the select rework.
2018-02-26 08:58:50 +01:00
Graham Fairweather
20eddc614d Composable contants that are common in the project - DRY
This is not all of them, just those that were found during the select rework.
2018-02-26 08:56:03 +01:00
Graham Fairweather
04991c13a6 Kebab join utility for composing reuseable contants from smaller parts 2018-02-26 08:53:24 +01:00
Graham Fairweather
f5671911bb Keyboard event key contants 2018-02-26 08:51:04 +01:00
zhigang.li
a163daa07a Add logical treatment to 'accordion' 2018-01-15 14:45:50 +08:00
zhigang.li
4bce764525 make menu support more than 2 levels 2018-01-15 13:17:58 +08:00
zhigang.li
d85e572645 create setMatchMedia in assist.js 2017-12-18 18:55:29 +08:00
zhigang.li
1a90ee6cb0 move dimensionMap from sider.vue to assist.js 2017-12-18 18:49:15 +08:00
Sergio Crisostomo
fb8479988c Improve export to CSV functionality
- added`callback`option so we can get CSV data in case we do not want
to download
 - added options:
    - `quoted` for cases when we have line breaks in content
    - `separator` for cases when we have commas in content
2017-10-17 10:13:54 +02:00
Aresn
3bba4f154e Merge pull request #2091 from SergioCrisostomo/refactor-findComponentDownwards
remove unused code, small refactor
2017-10-15 20:18:37 -05:00
Sergio Crisostomo
5ab32e9cf8 remove unused code, small refactor 2017-10-14 10:21:42 +02:00
梁灏
ed14d577c0 remove throttle and use depence 2017-10-13 11:06:46 +08:00
梁灏
e7893a68ed update ColorPicker 2017-08-17 17:25:38 +08:00
梁灏
228c87cd3b fixed some bug that not support SSR 2017-07-12 11:17:33 +08:00
梁灏
a68c11a565 support Nuxt.js 2017-07-10 15:36:09 +08:00
梁灏
2919aa362d update Affix & BackTop 2017-07-10 13:30:00 +08:00
Aresn
841cb1fe67 Menu support transition fixed #514 2017-06-02 14:23:34 +08:00
梁灏
67c9b1c8b9 fixed #591 2017-04-10 09:58:58 +08:00
梁灏
3f281d6ce0 update RadioGroup
update RadioGroup
2017-03-15 17:44:19 +08:00
梁灏
a9131058ab optimize Select event broadcast
optimize Select event broadcast
2017-03-13 19:33:52 +08:00
梁灏
21dad188c1 prevent dispatch form event
when component import an Input, prevent dispatch event from Input to
Form
2017-03-13 18:58:31 +08:00
梁灏
af713093ab update TimePicker
update TimePicker
2016-12-27 17:41:35 +08:00
梁灏
d70cad45ec update TimePicker
update TimePicker
2016-12-27 15:50:07 +08:00
梁灏
2d94873892 update TimePicker & BackTop
update TimePicker & BackTop
2016-12-27 12:00:45 +08:00
jingsam
b0893113b3 🎨 add eslint 2016-12-25 22:49:42 +08:00
梁灏
0f6778937c update DatePicker
update DatePicker
2016-12-12 20:34:28 +08:00
梁灏
43509ad876 Table support export .csv file
Table support export .csv file
2016-12-09 13:24:39 +08:00
梁灏
0d13646576 update Table
update Table
2016-11-24 15:27:46 +08:00
梁灏
2cb8a6d93e commit Table component
commit Table component
2016-11-23 16:27:17 +08:00