Leopoldthecoder
|
bb58f00746
|
Slider: change event only triggers on user input
|
2017-08-13 14:45:44 +08:00 |
|
Leopoldthecoder
|
d31b33a1f2
|
Slider: fix button jumping to 0 when clicked
|
2017-08-09 09:54:48 +08:00 |
|
Leopoldthecoder
|
f90bfa1362
|
Slider: reset size on resize
|
2017-08-05 16:37:03 +08:00 |
|
Leopoldthecoder
|
601bd6469b
|
add two warns
|
2017-06-18 18:07:48 +08:00 |
|
杨奕
|
beac09e5b2
|
Slider: update vertical mode (#4375)
|
2017-04-27 08:28:38 +08:00 |
|
devange
|
8e1d8329aa
|
Slider: add vertical mode
|
2017-04-21 14:13:59 +08:00 |
|
pengchongfu
|
48054d12a5
|
Slider: triggers validator when value changed, fixed #3968
|
2017-04-05 12:41:10 +08:00 |
|
liyl
|
6afa2ba690
|
Slider: feature - add format-tooltip prop (#3657)
* Slider: add format-tooltip prop
* Docs: update slider.md
* Docs: update slider.md
|
2017-04-04 15:40:39 +08:00 |
|
sunlei33
|
5eef48b97e
|
Form: 如果需要验证的fields为空,调用验证时立刻返回callback (#3944)
* Form: 如果需要验证的fields为空,调用验证时立刻返回callback
同时修复几个代码格式用来通过npm run dist
* fix travis
* fix travis
* fix travis
|
2017-04-01 14:06:23 +08:00 |
|
Gabriel Oliveira
|
adaec8199f
|
Slider: fix slider positioning
|
2017-03-23 12:33:09 +08:00 |
|
Gabriel Oliveira
|
4af6c854d0
|
Slider: precision is now a computed prop
|
2017-03-15 21:58:28 +08:00 |
|
Gabriel Oliveira
|
75e5b0ecea
|
Slider: fix step not updating precision
|
2017-03-15 21:58:28 +08:00 |
|
Gabriel Oliveira
|
f86427f25a
|
Slider: add show-tooltip prop
|
2017-03-15 13:49:56 +08:00 |
|
Leopoldthecoder
|
2a632f04e5
|
Slider: fix incorrect initial value when min>0 and showInput is true
|
2017-03-09 17:08:54 +08:00 |
|
Pan
|
411ddf92cc
|
Slider:Prevent text selection on mouse drag
|
2017-02-27 11:43:16 +08:00 |
|
杨奕
|
450cf81ded
|
Slider: add range support (#2751)
|
2017-02-17 19:09:59 +08:00 |
|
cinwell.li
|
9f5c08e6e6
|
Clean packages (#2345)
|
2017-01-23 14:06:01 +08:00 |
|
Leopoldthecoder
|
ab1c6fc0cc
|
Slider: add show-input-controls, fixed #2304
|
2017-01-10 10:48:09 +08:00 |
|
qingwei.li
|
a906a5fccb
|
Add vue-popup and dom helper
|
2016-12-26 11:41:15 +08:00 |
|
杨奕
|
8123ee1c48
|
Slider: fix change event (#1810)
|
2016-12-18 21:20:27 +08:00 |
|
baiyaaaaa
|
a5bdd2cabb
|
component README update and fix
|
2016-12-16 10:57:54 +08:00 |
|
zheng yu
|
0ee61e7296
|
fix: fixed losing focus when drag slider button fast or right click slider button. (#1723)
|
2016-12-13 23:12:43 +08:00 |
|
Leopoldthecoder
|
1c750dcec7
|
Slider: avoid clicking triggering right after dragend
|
2016-12-06 16:55:42 +08:00 |
|
Leopoldthecoder
|
9c301cdbe2
|
Slider: fix a decimal display bug
|
2016-12-01 22:57:46 +08:00 |
|
kingwl
|
932d6bdb6f
|
Slider: fix drag bug
|
2016-11-30 21:17:47 +08:00 |
|
杨奕
|
2e3ecd93e7
|
Slider: fix a NaN value bug (#1286)
|
2016-11-23 12:15:00 +08:00 |
|
Furybean
|
1f6cafebb1
|
Slider: fix can not drag when step < 1
|
2016-11-23 08:28:45 +08:00 |
|
qingwei.li
|
3c12100f52
|
Components: use es2015 export module, fixed #907
|
2016-11-08 15:01:00 +08:00 |
|
杨奕
|
6f55d6d9af
|
Slider: fix an inputValue initiation bug (#879)
|
2016-11-07 16:25:27 +08:00 |
|
qingwei.li
|
70307dfadb
|
fix package.json url
|
2016-11-06 12:26:14 +08:00 |
|
cinwell.li
|
4dd8b094cb
|
Update externals (#641)
|
2016-10-25 21:35:41 +08:00 |
|
杨奕
|
e51d753ffd
|
Slider: add disabled/use tooltip (#589)
|
2016-10-22 20:12:57 +08:00 |
|
杨奕
|
7bc214ce2f
|
Slider: improve test (#554)
|
2016-10-21 14:56:14 +08:00 |
|
cinwell.li
|
510034d2d2
|
Add istanbul ignore (#521)
|
2016-10-19 22:48:35 +08:00 |
|
Leopoldthecoder
|
66842c80e8
|
Slider: add test
|
2016-10-19 15:48:59 +08:00 |
|
qingwei.li
|
0cc28fb16a
|
Support publish component packages
|
2016-10-17 12:14:10 +08:00 |
|
qingwei.li
|
06392ade7b
|
Clear dependencies
|
2016-10-13 11:12:24 +08:00 |
|
cinwell.li
|
de696c78bc
|
Tooltip/Popover: adjust the element to body, fixed #296 (#300)
* Tooltip/Popover: adjust the element to body, fixed #296
* Popover: fix destroy popover
* Refactor vue-popper, #296
* Fix datepicker style
* Poppover: remove settimeout
* Select: fix click outside
* Fix popper zIndex
|
2016-10-12 17:41:49 +08:00 |
|
Leopoldthecoder
|
389d2bb7d8
|
replace classList with wind-dom
|
2016-10-11 19:03:33 +08:00 |
|
Leopoldthecoder
|
e00f5ac9ea
|
misc visual updates - round 2
|
2016-09-18 22:01:26 +08:00 |
|
Leopoldthecoder
|
de94e0c0bc
|
fix a slider bug
|
2016-09-09 14:27:49 +08:00 |
|
qingwei.li
|
a7c30b5148
|
package: add lint script & lock vue version
|
2016-09-09 11:51:28 +08:00 |
|
qingwei.li
|
3b539efb3a
|
Use cooking@1.0.0-rc.2
|
2016-09-06 11:51:08 +08:00 |
|
SkyAo
|
2e0a141943
|
fix encoding apostrophes/some components change to new template
|
2016-08-26 15:37:38 +08:00 |
|
qingwei.li
|
33e39cbacb
|
Update cooking config
update config
|
2016-08-22 14:32:04 +08:00 |
|
Leopoldthecoder
|
c641355e4f
|
update input-number and slider
|
2016-08-11 15:51:13 +08:00 |
|
qingwei.li
|
e320f43c2d
|
Initial commit
|
2016-07-27 14:15:02 +08:00 |
|