mirror of
https://github.com/wassname/slider.git
synced 2026-09-10 12:38:09 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c232d62c86 | ||
|
|
1262a78638 | ||
|
|
e7d98e0ee4 | ||
|
|
5f9a65137a | ||
|
|
64296d4957 | ||
|
|
ee0dd09a4f | ||
|
|
a5de9b0dbc | ||
|
|
37d32ae71c | ||
|
|
f339db494b | ||
|
|
c097b8f761 | ||
|
|
10244cf01b | ||
|
|
e8a86b91e2 | ||
|
|
05dafc0f10 | ||
|
|
5dbde43da8 | ||
|
|
0a23a67f31 | ||
|
|
6f39212df5 | ||
|
|
a7c2319949 | ||
|
|
ee71955e14 | ||
|
|
8448e80212 | ||
|
|
99e61001fc | ||
|
|
1546546040 | ||
|
|
d4e2aad482 | ||
|
|
7680347dfe | ||
|
|
e2530ad2bf | ||
|
|
0566e7f098 | ||
|
|
1e430ba694 | ||
|
|
f29894e690 | ||
|
|
fd6c393f66 | ||
|
|
e3ba1eee5b | ||
|
|
8dc66dd2a4 | ||
|
|
b9501ef414 | ||
|
|
a329b00347 | ||
|
|
ccf3803d20 | ||
|
|
b585f2fa1a | ||
|
|
6f0e618a30 | ||
|
|
ae4be7392d | ||
|
|
d5891c79df | ||
|
|
87442eac35 | ||
|
|
5e559a1555 | ||
|
|
315849a0f3 | ||
|
|
5f91e9a648 | ||
|
|
610531be12 | ||
|
|
a06b43dcd7 | ||
|
|
3e11978bfc | ||
|
|
48dab67950 | ||
|
|
ab494c9ca8 | ||
|
|
68bb3bcadb | ||
|
|
0f97361257 | ||
|
|
599771dc1a | ||
|
|
a109298acd | ||
|
|
6db366a0c5 | ||
|
|
2a5f28c60e | ||
|
|
c4f3f5d20d | ||
|
|
5e84fa0e1e | ||
|
|
8873210873 | ||
|
|
b96e4757ea | ||
|
|
df97e41d48 | ||
|
|
3519ba24c0 | ||
|
|
9d62c64784 | ||
|
|
305844e73c | ||
|
|
99b583aee9 | ||
|
|
256a7b3eb9 | ||
|
|
217701543b | ||
|
|
a3bd4db2f8 | ||
|
|
53df129611 | ||
|
|
afc3b57e23 | ||
|
|
9dccdb6c90 | ||
|
|
e909890b7a | ||
|
|
0b0271053a | ||
|
|
7991918a96 | ||
|
|
724245eb2a | ||
|
|
4b854b04e5 | ||
|
|
66eee7a2ef | ||
|
|
eb18232523 | ||
|
|
1326e1e565 | ||
|
|
3c86db909c | ||
|
|
040e0fef41 | ||
|
|
ffbc799455 | ||
|
|
33e2ee6e9a | ||
|
|
17d3f8ae54 | ||
|
|
a1dd641e70 | ||
|
|
5a7f9df3d5 | ||
|
|
2033c6ea32 | ||
|
|
4b4eb52147 | ||
|
|
d2e678b1e3 | ||
|
|
ebf27cc9ba | ||
|
|
314fc59d15 | ||
|
|
7bd951072f | ||
|
|
d6779510f9 | ||
|
|
2588a2b919 | ||
|
|
dd0a63dee3 | ||
|
|
8b414d510b |
+1
-2
@@ -7,7 +7,7 @@ notifications:
|
||||
- yiminghe@gmail.com
|
||||
|
||||
node_js:
|
||||
- 0.12
|
||||
- 4.0.0
|
||||
|
||||
before_install:
|
||||
- |
|
||||
@@ -16,7 +16,6 @@ before_install:
|
||||
echo "Only docs were updated, stopping build process."
|
||||
exit
|
||||
fi
|
||||
npm install mocha-phantomjs -g
|
||||
phantomjs --version
|
||||
|
||||
script:
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
slider ui component for react
|
||||
|
||||
[![NPM version][npm-image]][npm-url]
|
||||
[](http://spmjs.io/package/rc-slider)
|
||||
[![build status][travis-image]][travis-url]
|
||||
[![Test coverage][coveralls-image]][coveralls-url]
|
||||
[![gemnasium deps][gemnasium-image]][gemnasium-url]
|
||||
@@ -51,9 +50,10 @@ slider ui component for react
|
||||
## Usage
|
||||
|
||||
```js
|
||||
var Rcslider = require('rc-slider');
|
||||
var React = require('react');
|
||||
React.render(<Rcslider />, container);
|
||||
var ReactDOM = require('react-dom');
|
||||
var Rcslider = require('rc-slider');
|
||||
ReactDOM.render(<Rcslider />, container);
|
||||
```
|
||||
|
||||
## API
|
||||
@@ -74,7 +74,7 @@ React.render(<Rcslider />, container);
|
||||
<td>className</td>
|
||||
<td>String</td>
|
||||
<td>rc-slider</td>
|
||||
<td>additional css class of root dom node</td>
|
||||
<td>Additional css class for the root dom node</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>min</td>
|
||||
@@ -88,53 +88,47 @@ React.render(<Rcslider />, container);
|
||||
<td>100</td>
|
||||
<td>The maximum value of the slider</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>step</td>
|
||||
<td>number</td>
|
||||
<td>1</td>
|
||||
<td>Value to be added or subtracted on each step the slider makes. Must be greater than zero. max - min should be evenly divisible by the step value.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td>number</td>
|
||||
<td>0</td>
|
||||
<td>Determines the initial positions of the handles.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>value</td>
|
||||
<td>number</td>
|
||||
<td></td>
|
||||
<td>Determines the current positions of the handles.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>marks</td>
|
||||
<td>array</td>
|
||||
<td>[]</td>
|
||||
<td>mark every step for the slider, it will ignore the `step` parameter if it has been defined</td>
|
||||
<td>object {number: string}</td>
|
||||
<td>{}</td>
|
||||
<td>Mark on the slider. The key determines the position, and the value determines what will show.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>isIncluded</td>
|
||||
<td>step</td>
|
||||
<td>number or `null`</td>
|
||||
<td>1</td>
|
||||
<td>Value to be added or subtracted on each step the slider makes. Must be greater than zero. max - min should be evenly divisible by the step value. When `marks` is not an empty object, `step` can be set to `null`, to make marks as steps.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>range</td>
|
||||
<td>boolean</td>
|
||||
<td>false</td>
|
||||
<td>Determines the type of slider. If range is `true`, two handles will be rendered in order to select a range.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>defaultValue</td>
|
||||
<td>number or [number, number]</td>
|
||||
<td>0 or [0, 0]</td>
|
||||
<td>Set initial positions of handles. If range is `false`, the type of `defaultValue` should be `number`. Otherwise, `[number, number]`</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>value</td>
|
||||
<td>number or [number, number]</td>
|
||||
<td></td>
|
||||
<td>Set current positions of handles. If range is `false`, the type of `defaultValue` should be `number`. Otherwise, `[number, number]`</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>included</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>if the value is true, it means a continuous value interval, otherwise, it is a independent value.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>defaultIndex</td>
|
||||
<td>number</td>
|
||||
<td>0</td>
|
||||
<td>For step or marks slider, determine the initial positions of the handles.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>index</td>
|
||||
<td>number</td>
|
||||
<td></td>
|
||||
<td>For step or marks slider, determine current positions of the handles.</td>
|
||||
<td>If the value is `true`, it means a continuous value interval, otherwise, it is a independent value.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>disabled</td>
|
||||
<td>boolean</td>
|
||||
<td>false</td>
|
||||
<td>If true the handles can't be moved.</td>
|
||||
<td>If `true`, handles can't be moved.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tipTransitionName</td>
|
||||
@@ -142,6 +136,30 @@ React.render(<Rcslider />, container);
|
||||
<td>''</td>
|
||||
<td>Set the animation for tooltip if it shows.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tipFormatter</td>
|
||||
<td>function</td>
|
||||
<td></td>
|
||||
<td>Format the value of the tooltip if it shows.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dots</td>
|
||||
<td>bool</td>
|
||||
<td>false</td>
|
||||
<td>When the `step` value is greater than 1, you can set the `dots` to `true` if you want to render the slider with dots.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>onChange</td>
|
||||
<td>function</td>
|
||||
<td>NOOP</td>
|
||||
<td>`onChange` will be triggered while the value of Slider changing.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>onAfterChange</td>
|
||||
<td>function</td>
|
||||
<td>NOOP</td>
|
||||
<td>`onAfterChange` will be triggered when `ontouchend` or `onmouseup` is triggered.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
+53
-54
@@ -121,65 +121,16 @@
|
||||
background-color: @disabledColor;
|
||||
}
|
||||
|
||||
.@{prefixClass}-handle {
|
||||
.@{prefixClass}-handle, .@{prefixClass}-dot {
|
||||
border-color: @disabledColor;
|
||||
background-color: #fff;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.@{prefixClass}-mark-text, .dot {
|
||||
.@{prefixClass}-mark-text, .@{prefixClass}-dot {
|
||||
cursor: not-allowed!important;
|
||||
}
|
||||
}
|
||||
|
||||
// slider tooltip style
|
||||
&-tooltip {
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
top: -9999px;
|
||||
z-index: 4;
|
||||
visibility: visible;
|
||||
|
||||
.borderBox();
|
||||
|
||||
&-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&-placement-points-bc-tc {
|
||||
padding: @tooltip-arrow-width 0 @tooltip-distance 0;
|
||||
}
|
||||
|
||||
&-inner {
|
||||
padding: 6px 0;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
color: @tooltip-color;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
background-color: @tooltip-bg;
|
||||
border-radius: @border-radius-base;
|
||||
box-shadow: 0 0 4px #d9d9d9;
|
||||
}
|
||||
|
||||
&-arrow {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
&-placement-points-bc-tc &-arrow {
|
||||
bottom: @tooltip-distance - @tooltip-arrow-width;
|
||||
left: 50%;
|
||||
margin-left: -@tooltip-arrow-width;
|
||||
border-width: @tooltip-arrow-width @tooltip-arrow-width 0;
|
||||
border-top-color: @tooltip-arrow-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.motion-common() {
|
||||
@@ -216,9 +167,9 @@
|
||||
animation-timing-function: @ease-in-quint;
|
||||
}
|
||||
}
|
||||
.zoom-motion(rc-slider-tooltip-zoom-down, rcSliderTooltipZoomDownOut);
|
||||
.zoom-motion(rc-slider-tooltip-zoom-down, rcSliderTooltipZoomDown);
|
||||
|
||||
@keyframes rcSliderTooltipZoomDownOutIn {
|
||||
@keyframes rcSliderTooltipZoomDownIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform-origin: 50% 100%;
|
||||
@@ -230,7 +181,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rcSliderTooltipZoomDownOutOut {
|
||||
@keyframes rcSliderTooltipZoomDownOut {
|
||||
0% {
|
||||
transform-origin: 50% 100%;
|
||||
transform: scale(1, 1);
|
||||
@@ -240,4 +191,52 @@
|
||||
transform-origin: 50% 100%;
|
||||
transform: scale(0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.rc-tooltip {
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
top: -9999px;
|
||||
z-index: 4;
|
||||
visibility: visible;
|
||||
|
||||
.borderBox();
|
||||
|
||||
&-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&-placement-top {
|
||||
padding: @tooltip-arrow-width 0 @tooltip-distance 0;
|
||||
}
|
||||
|
||||
&-inner {
|
||||
padding: 6px 2px;
|
||||
min-width: 24px;
|
||||
height: 24px;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
color: @tooltip-color;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
background-color: @tooltip-bg;
|
||||
border-radius: @border-radius-base;
|
||||
box-shadow: 0 0 4px #d9d9d9;
|
||||
}
|
||||
|
||||
&-arrow {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
&-placement-top &-arrow {
|
||||
bottom: @tooltip-distance - @tooltip-arrow-width;
|
||||
left: 50%;
|
||||
margin-left: -@tooltip-arrow-width;
|
||||
border-width: @tooltip-arrow-width @tooltip-arrow-width 0;
|
||||
border-top-color: @tooltip-arrow-color;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
placeholder
|
||||
@@ -0,0 +1,49 @@
|
||||
require('rc-slider/assets/index.less');
|
||||
|
||||
const React = require('react');
|
||||
const ReactDOM = require('react-dom');
|
||||
const Slider = require('rc-slider');
|
||||
|
||||
const style = {width: 400, margin: 50};
|
||||
const marks = {
|
||||
'-10': '-10°C',
|
||||
0: '0°C',
|
||||
26: '26°C',
|
||||
37: '37°C',
|
||||
100: '100°C',
|
||||
};
|
||||
|
||||
function log(value) {
|
||||
console.log(value);
|
||||
}
|
||||
|
||||
ReactDOM.render(
|
||||
<div>
|
||||
<div style={style}>
|
||||
<p>Slider with marks, `step=null`</p>
|
||||
<Slider min={-10} marks={marks} step={null} onChange={log} defaultValue={20} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Slider with marks and steps</p>
|
||||
<Slider min={-10} marks={marks} step={10} onChange={log} defaultValue={20} />
|
||||
</div>
|
||||
|
||||
<div style={style}>
|
||||
<p>Slider with marks, `included=false`</p>
|
||||
<Slider min={-10} marks={marks} included={false} defaultValue={20} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Slider with marks and steps, `included=false`</p>
|
||||
<Slider min={-10} marks={marks} step={10} included={false} defaultValue={20} />
|
||||
</div>
|
||||
|
||||
<div style={style}>
|
||||
<p>Range with marks</p>
|
||||
<Slider min={-10} range marks={marks} onChange={log} defaultValue={[20, 40]} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Range with marks and steps</p>
|
||||
<Slider min={-10} range marks={marks} step={10} onChange={log} defaultValue={[20, 40]} />
|
||||
</div>
|
||||
</div>
|
||||
, document.getElementById('__react-content'));
|
||||
@@ -0,0 +1 @@
|
||||
placeholder
|
||||
@@ -0,0 +1,53 @@
|
||||
require('rc-slider/assets/index.less');
|
||||
|
||||
const React = require('react');
|
||||
const ReactDOM = require('react-dom');
|
||||
const Slider = require('rc-slider');
|
||||
|
||||
const style = {width: 400, margin: 50};
|
||||
|
||||
function log(value) {
|
||||
console.log(value);
|
||||
}
|
||||
|
||||
const CustomizedRange = React.createClass({
|
||||
getInitialState: function() {
|
||||
return {
|
||||
value: [20, 40],
|
||||
};
|
||||
},
|
||||
onChange: function(value) {
|
||||
log(value);
|
||||
this.setState({
|
||||
value: value,
|
||||
});
|
||||
},
|
||||
render: function() {
|
||||
return <Slider range value={this.state.value} onChange={this.onChange} />;
|
||||
},
|
||||
});
|
||||
|
||||
ReactDOM.render(
|
||||
<div>
|
||||
<div style={style}>
|
||||
<p>Basic Range</p>
|
||||
<Slider range defaultValue={[0, 20]} onChange={log} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Basic Range,`step=20` </p>
|
||||
<Slider range step={20} defaultValue={[20, 40]} onBeforeChange={log} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Basic Range,`step=20, dots` </p>
|
||||
<Slider range dots step={20} defaultValue={[20, 40]} onAfterChange={log} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Controlled Range</p>
|
||||
<Slider range value={[20, 40]} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Customized Range</p>
|
||||
<CustomizedRange />
|
||||
</div>
|
||||
</div>
|
||||
, document.getElementById('__react-content'));
|
||||
@@ -1,14 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
require('rc-slider/assets/index.less');
|
||||
|
||||
var Slider = require('rc-slider');
|
||||
var React = require('react');
|
||||
|
||||
function onChange(v){
|
||||
console.log(v);
|
||||
}
|
||||
|
||||
// React.render(<div style={{width:400,margin:100}}><Slider marks={["一","二","三","四","五"]} defaultIndex={2} /></div>, document.getElementById('__react-content'));
|
||||
// React.render(<div style={{width:400,margin:100}}><Slider className='rc-slider' step={20}/></div>, document.getElementById('__react-content'));
|
||||
React.render(<div style={{width:400,margin:100}}><Slider onChange={onChange} tipTransitionName='rc-slider-tooltip-zoom-down'/></div>, document.getElementById('__react-content'));
|
||||
@@ -0,0 +1,62 @@
|
||||
require('rc-slider/assets/index.less');
|
||||
|
||||
const React = require('react');
|
||||
const ReactDOM = require('react-dom');
|
||||
const Slider = require('rc-slider');
|
||||
|
||||
const style = {width: 400, margin: 50};
|
||||
|
||||
function log(value) {
|
||||
console.log(value);
|
||||
}
|
||||
|
||||
|
||||
function percentFormatter(v) {
|
||||
return v + ' %';
|
||||
}
|
||||
|
||||
const CustomizedSlider = React.createClass({
|
||||
getInitialState: function() {
|
||||
return {
|
||||
value: 50,
|
||||
};
|
||||
},
|
||||
onChange: function(value) {
|
||||
log(value);
|
||||
this.setState({
|
||||
value: value,
|
||||
});
|
||||
},
|
||||
render: function() {
|
||||
return <Slider value={this.state.value} onChange={this.onChange} />;
|
||||
},
|
||||
});
|
||||
|
||||
ReactDOM.render(
|
||||
<div>
|
||||
<div style={style}>
|
||||
<p>Basic Slider</p>
|
||||
<Slider tipTransitionName="rc-slider-tooltip-zoom-down" onChange={log} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Basic Slider,`step=20`</p>
|
||||
<Slider step={20} defaultValue={50} onBeforeChange={log} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Basic Slider,`step=20, dots`</p>
|
||||
<Slider dots step={20} defaultValue={100} onAfterChange={log} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Basic Slider with `tipFormatter`</p>
|
||||
<Slider tipFormatter={percentFormatter} tipTransitionName="rc-slider-tooltip-zoom-down" onChange={log} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Controlled Slider</p>
|
||||
<Slider value={50} />
|
||||
</div>
|
||||
<div style={style}>
|
||||
<p>Customized Slider</p>
|
||||
<CustomizedSlider />
|
||||
</div>
|
||||
</div>
|
||||
, document.getElementById('__react-content'));
|
||||
+9
-7
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rc-slider",
|
||||
"version": "1.5.0",
|
||||
"version": "3.1.3",
|
||||
"description": "slider ui component for react",
|
||||
"keywords": [
|
||||
"react",
|
||||
@@ -39,17 +39,19 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"expect.js": "0.3.x",
|
||||
"precommit-hook": "^1.0.7",
|
||||
"pre-commit": "1.x",
|
||||
"rc-server": "3.x",
|
||||
"rc-tools": "4.x",
|
||||
"react": "^0.13.x",
|
||||
"jquery": "^1.11.2"
|
||||
"react": "~0.14.0",
|
||||
"react-addons-test-utils": "^0.14.0",
|
||||
"react-dom": "~0.14.0"
|
||||
},
|
||||
"precommit": [
|
||||
"pre-commit": [
|
||||
"lint"
|
||||
],
|
||||
"dependencies": {
|
||||
"rc-tooltip": "2.x",
|
||||
"rc-util": "2.x"
|
||||
"classnames": "^2.2.1",
|
||||
"rc-tooltip": "3.x",
|
||||
"rc-util": "3.x"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
import React from 'react';
|
||||
import classNames from 'classnames';
|
||||
|
||||
function calcPoints(marks, dots, step, min, max) {
|
||||
const points = Object.keys(marks).map(parseFloat);
|
||||
if (dots) {
|
||||
for (let i = min; i <= max; i = i + step) {
|
||||
points.push(i);
|
||||
}
|
||||
}
|
||||
return points;
|
||||
}
|
||||
|
||||
const Dots = ({prefixCls, marks, dots, step, included, lowerBound, upperBound, max, min}) => {
|
||||
const range = max - min;
|
||||
const elements = calcPoints(marks, dots, step, min, max).map((point) => {
|
||||
const offset = (point - min) / range * 100 + '%';
|
||||
const style = { left: offset };
|
||||
|
||||
const isActived = (!included && point === upperBound) ||
|
||||
(included && point <= upperBound && point >= lowerBound);
|
||||
const pointClassName = classNames({
|
||||
[prefixCls + '-dot']: true,
|
||||
[prefixCls + '-dot-active']: isActived,
|
||||
});
|
||||
|
||||
return <span className={pointClassName} style={style} key={point} />;
|
||||
});
|
||||
|
||||
return <div className={prefixCls + '-step'}>{elements}</div>;
|
||||
};
|
||||
|
||||
export default Dots;
|
||||
@@ -0,0 +1,61 @@
|
||||
import React from 'react';
|
||||
import Tooltip from 'rc-tooltip';
|
||||
|
||||
export default class Handle extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
this.state = {
|
||||
isTooltipVisible: false,
|
||||
};
|
||||
}
|
||||
|
||||
showTooltip() {
|
||||
this.setState({
|
||||
isTooltipVisible: true,
|
||||
});
|
||||
}
|
||||
|
||||
hideTooltip() {
|
||||
this.setState({
|
||||
isTooltipVisible: false,
|
||||
});
|
||||
}
|
||||
|
||||
render() {
|
||||
const props = this.props;
|
||||
const {className, tipTransitionName, tipFormatter, offset, value} = props;
|
||||
const {dragging, noTip} = props;
|
||||
|
||||
const style = { left: offset + '%' };
|
||||
const handle = (<div className={className} style={style}
|
||||
onMouseUp={this.showTooltip.bind(this)}
|
||||
onMouseEnter={this.showTooltip.bind(this)}
|
||||
onMouseLeave={this.hideTooltip.bind(this)}/>);
|
||||
|
||||
if (noTip) {
|
||||
return handle;
|
||||
}
|
||||
|
||||
const isTooltipVisible = dragging || this.state.isTooltipVisible;
|
||||
return (<Tooltip
|
||||
prefixCls={className.replace('slider-handle', 'tooltip')}
|
||||
placement="top"
|
||||
visible={isTooltipVisible}
|
||||
overlay={<span>{tipFormatter ? tipFormatter(value) : value}</span>}
|
||||
delay={0}
|
||||
transitionName={tipTransitionName}>
|
||||
{handle}
|
||||
</Tooltip>);
|
||||
}
|
||||
}
|
||||
|
||||
Handle.propTypes = {
|
||||
className: React.PropTypes.string,
|
||||
offset: React.PropTypes.number,
|
||||
tipTransitionName: React.PropTypes.string,
|
||||
tipFormatter: React.PropTypes.func,
|
||||
value: React.PropTypes.number,
|
||||
dragging: React.PropTypes.bool,
|
||||
noTip: React.PropTypes.bool,
|
||||
};
|
||||
@@ -0,0 +1,30 @@
|
||||
import React from 'react';
|
||||
import classNames from 'classnames';
|
||||
|
||||
const Marks = ({className, marks, included, upperBound, lowerBound, max, min}) => {
|
||||
const marksKeys = Object.keys(marks);
|
||||
const marksCount = marksKeys.length;
|
||||
const unit = 100 / (marksCount - 1);
|
||||
const markWidth = unit * 0.9;
|
||||
|
||||
const range = max - min;
|
||||
const elements = marksKeys.map(parseFloat).map((point) => {
|
||||
const isActived = (!included && point === upperBound) ||
|
||||
(included && point <= upperBound && point >= lowerBound);
|
||||
const markClassName = classNames({
|
||||
[className + '-text']: true,
|
||||
[className + '-text-active']: isActived,
|
||||
});
|
||||
|
||||
const style = { width: markWidth + '%' };
|
||||
style.left = (point - min) / range * 100 - markWidth / 2 + '%';
|
||||
|
||||
return (<span className={markClassName} style={style} key={point}>
|
||||
{marks[point]}
|
||||
</span>);
|
||||
});
|
||||
|
||||
return <div className={className}>{elements}</div>;
|
||||
};
|
||||
|
||||
export default Marks;
|
||||
+289
-394
@@ -1,193 +1,192 @@
|
||||
import React from 'react';
|
||||
import Tooltip from 'rc-tooltip';
|
||||
import rcUtil, {Dom as DomUtils} from 'rc-util';
|
||||
import {Dom as DomUtils} from 'rc-util';
|
||||
import classNames from 'classnames';
|
||||
import Track from './Track';
|
||||
import Handle from './Handle';
|
||||
import Dots from './Dots';
|
||||
import Marks from './Marks';
|
||||
|
||||
function noop() {
|
||||
}
|
||||
|
||||
function isNotTouchEvent(e) {
|
||||
return e.touches.length > 1 || (e.type.toLowerCase() === 'touchend' && e.touches.length > 0);
|
||||
}
|
||||
|
||||
function getTouchPosition(e) {
|
||||
return e.touches[0].pageX;
|
||||
}
|
||||
|
||||
function getMousePosition(e) {
|
||||
return e.pageX;
|
||||
}
|
||||
|
||||
function pauseEvent(e) {
|
||||
e.cancelBubble = true;
|
||||
e.returnValue = false;
|
||||
if (e.stopPropagation) {
|
||||
e.stopPropagation();
|
||||
}
|
||||
if (e.preventDefault) {
|
||||
e.preventDefault();
|
||||
}
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
function prefixClsFn(prefixCls, ...args) {
|
||||
return args.map((s)=> {
|
||||
return prefixCls + '-' + s;
|
||||
}).join(' ');
|
||||
}
|
||||
class Slider extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
function getValueFromIndex(props) {
|
||||
let value;
|
||||
const marksLen = props.marks.length;
|
||||
let index;
|
||||
if ('index' in props) {
|
||||
index = props.index;
|
||||
} else {
|
||||
index = props.defaultIndex;
|
||||
}
|
||||
if (marksLen > 0) {
|
||||
value = ((props.max - props.min) / (marksLen - 1)) * (index);
|
||||
value = value.toFixed(5) / 1;
|
||||
}
|
||||
return value;
|
||||
}
|
||||
const {range, min, max} = props;
|
||||
const initialValue = range ? [min, min] : min;
|
||||
const defaultValue = ('defaultValue' in props ? props.defaultValue : initialValue);
|
||||
const value = ('value' in props ? props.value : defaultValue);
|
||||
|
||||
const Slider = React.createClass({
|
||||
propTypes: {
|
||||
min: React.PropTypes.number,
|
||||
max: React.PropTypes.number,
|
||||
step: React.PropTypes.number,
|
||||
defaultValue: React.PropTypes.number,
|
||||
defaultIndex: React.PropTypes.number,
|
||||
value: React.PropTypes.number,
|
||||
index: React.PropTypes.number,
|
||||
marks: React.PropTypes.array,
|
||||
isIncluded: React.PropTypes.bool,
|
||||
className: React.PropTypes.string,
|
||||
prefixCls: React.PropTypes.string,
|
||||
disabled: React.PropTypes.bool,
|
||||
children: React.PropTypes.any,
|
||||
onBeforeChange: React.PropTypes.func,
|
||||
onChange: React.PropTypes.func,
|
||||
onAfterChange: React.PropTypes.func,
|
||||
tipTransitionName: React.PropTypes.string,
|
||||
},
|
||||
|
||||
getDefaultProps() {
|
||||
return {
|
||||
min: 0,
|
||||
max: 100,
|
||||
step: 1,
|
||||
defaultValue: 0,
|
||||
marks: [],
|
||||
isIncluded: true,
|
||||
className: '',
|
||||
prefixCls: 'rc-slider',
|
||||
disabled: false,
|
||||
defaultIndex: 0,
|
||||
tipTransitionName: '',
|
||||
};
|
||||
},
|
||||
|
||||
getInitialState() {
|
||||
const props = this.props;
|
||||
let value = props.defaultValue;
|
||||
if ('value' in props) {
|
||||
value = props.value;
|
||||
let upperBound;
|
||||
let lowerBound;
|
||||
if (props.range) {
|
||||
lowerBound = this.trimAlignValue(value[0]);
|
||||
upperBound = this.trimAlignValue(value[1]);
|
||||
} else {
|
||||
upperBound = this.trimAlignValue(value);
|
||||
}
|
||||
value = this._trimAlignValue(value);
|
||||
const marksLen = props.marks.length;
|
||||
if (marksLen > 0) {
|
||||
value = getValueFromIndex(props);
|
||||
|
||||
let recent;
|
||||
if (props.range && upperBound === lowerBound) {
|
||||
if (lowerBound === max) {
|
||||
recent = 'lowerBound';
|
||||
}
|
||||
if (upperBound === min) {
|
||||
recent = 'upperBound';
|
||||
}
|
||||
} else {
|
||||
recent = 'upperBound';
|
||||
}
|
||||
return {
|
||||
dragging: false,
|
||||
showTooltip: false,
|
||||
value: value,
|
||||
|
||||
this.state = {
|
||||
handle: null,
|
||||
recent: recent,
|
||||
upperBound: upperBound,
|
||||
// If Slider is not range, set `lowerBound` equal to `min`.
|
||||
lowerBound: (lowerBound || min),
|
||||
};
|
||||
},
|
||||
}
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
if ('value' in nextProps) {
|
||||
if (nextProps.range) {
|
||||
const value = nextProps.value;
|
||||
if (value) {
|
||||
this.setState({
|
||||
upperBound: value[1],
|
||||
lowerBound: value[0],
|
||||
});
|
||||
}
|
||||
} else if ('value' in nextProps) {
|
||||
this.setState({
|
||||
value: nextProps.value,
|
||||
});
|
||||
} else if ('index' in nextProps) {
|
||||
this.setState({
|
||||
value: getValueFromIndex(nextProps),
|
||||
upperBound: nextProps.value,
|
||||
});
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
onMouseUp(e) {
|
||||
const m = e.target;
|
||||
const handleDom = React.findDOMNode(this.refs.handle);
|
||||
let showToolTip = false;
|
||||
if (m === handleDom) {
|
||||
showToolTip = true;
|
||||
onChange(handle, value) {
|
||||
const props = this.props;
|
||||
const isNotControlled = !('value' in props);
|
||||
if (isNotControlled) {
|
||||
this.setState({[handle]: value});
|
||||
}
|
||||
this._end('mouse', showToolTip);
|
||||
},
|
||||
|
||||
onTouchUp() {
|
||||
this._end('touch');
|
||||
},
|
||||
const state = this.state;
|
||||
const data = {
|
||||
upperBound: state.upperBound,
|
||||
lowerBound: state.lowerBound,
|
||||
};
|
||||
data[handle] = value;
|
||||
const changedValue = props.range ? [data.lowerBound, data.upperBound] : data.upperBound;
|
||||
props.onChange(changedValue);
|
||||
}
|
||||
|
||||
onMouseMove(e) {
|
||||
const position = e.pageX || (e.clientX + document.documentElement.scrollLeft); // to compat ie8
|
||||
const position = getMousePosition(e);
|
||||
this.onMove(e, position);
|
||||
},
|
||||
}
|
||||
|
||||
onTouchMove(e) {
|
||||
if (e.touches.length > 1 || (e.type === 'touchend' && e.touches.length > 0)) {
|
||||
this._end('touch');
|
||||
if (isNotTouchEvent(e)) {
|
||||
this.end('touch');
|
||||
return;
|
||||
}
|
||||
|
||||
const position = this._getTouchPosition(e);
|
||||
|
||||
const position = getTouchPosition(e);
|
||||
this.onMove(e, position);
|
||||
},
|
||||
}
|
||||
|
||||
onMove(e, position) {
|
||||
pauseEvent(e);
|
||||
const props = this.props;
|
||||
const state = this.state;
|
||||
|
||||
let value = state.value;
|
||||
const oldValue = value;
|
||||
|
||||
const diffPosition = position - this.startPosition;
|
||||
|
||||
const diffValue = diffPosition / this.getSliderLength() * (props.max - props.min);
|
||||
value = this._trimAlignValue(this.startValue + diffValue);
|
||||
|
||||
if (value !== oldValue && !('value' in props) && !('index' in props)) {
|
||||
this.setState({value: value});
|
||||
}
|
||||
if (value !== oldValue) {
|
||||
this._triggerEvents('onChange', value);
|
||||
}
|
||||
},
|
||||
const value = this.trimAlignValue(this.startValue + diffValue);
|
||||
const oldValue = state[state.handle];
|
||||
if (value === oldValue) return;
|
||||
|
||||
this.onChange(state.handle, value);
|
||||
}
|
||||
|
||||
onTouchStart(e) {
|
||||
if (e.touches.length > 1 || (e.type.toLowerCase() === 'touchend' && e.touches.length > 0)) {
|
||||
return;
|
||||
}
|
||||
if (isNotTouchEvent(e)) return;
|
||||
|
||||
const position = this._getTouchPosition(e);
|
||||
const value = this._calValueByPos(position);
|
||||
this._triggerEvents('onChange', value);
|
||||
this._start(position, value);
|
||||
this._addDocumentEvents('touch');
|
||||
const position = getTouchPosition(e);
|
||||
this.onStart(position);
|
||||
this.addDocumentEvents('touch');
|
||||
pauseEvent(e);
|
||||
},
|
||||
}
|
||||
|
||||
onSliderMouseDown(e) {
|
||||
const position = e.pageX || (e.clientX + document.documentElement.scrollLeft); // to compat ie8
|
||||
const value = this._calValueByPos(position);
|
||||
this._triggerEvents('onChange', value);
|
||||
this._start(position, value);
|
||||
this._addDocumentEvents('mouse');
|
||||
onMouseDown(e) {
|
||||
const position = getMousePosition(e);
|
||||
this.onStart(position);
|
||||
this.addDocumentEvents('mouse');
|
||||
pauseEvent(e);
|
||||
},
|
||||
}
|
||||
|
||||
getIndex(v) {
|
||||
onStart(position) {
|
||||
const props = this.props;
|
||||
const value = v === undefined ? this.state.value : v;
|
||||
props.onBeforeChange(this.getValue());
|
||||
|
||||
if (props.marks.length === 0) {
|
||||
return Math.floor((value - props.min) / props.step);
|
||||
const value = this.calcValueByPos(position);
|
||||
this.startValue = value;
|
||||
this.startPosition = position;
|
||||
|
||||
const state = this.state;
|
||||
const {upperBound, lowerBound} = state;
|
||||
|
||||
let valueNeedChanging = 'upperBound';
|
||||
if (this.props.range) {
|
||||
const isLowerBoundCloser = Math.abs(upperBound - value) > Math.abs(lowerBound - value);
|
||||
if (isLowerBoundCloser) {
|
||||
valueNeedChanging = 'lowerBound';
|
||||
}
|
||||
|
||||
const isAtTheSamePoint = (upperBound === lowerBound);
|
||||
if (isAtTheSamePoint) {
|
||||
valueNeedChanging = state.recent;
|
||||
}
|
||||
|
||||
if (isAtTheSamePoint && (value !== upperBound)) {
|
||||
valueNeedChanging = value < upperBound ? 'lowerBound' : 'upperBound';
|
||||
}
|
||||
}
|
||||
const unit = ((props.max - props.min) / (props.marks.length - 1)).toFixed(5);
|
||||
return Math.round(value / unit);
|
||||
},
|
||||
|
||||
this.setState({
|
||||
handle: valueNeedChanging,
|
||||
recent: valueNeedChanging,
|
||||
});
|
||||
|
||||
const oldValue = state[valueNeedChanging];
|
||||
if (value === oldValue) return;
|
||||
|
||||
this.onChange(valueNeedChanging, value);
|
||||
}
|
||||
|
||||
getValue() {
|
||||
const {lowerBound, upperBound} = this.state;
|
||||
return this.props.range ? [lowerBound, upperBound] : upperBound;
|
||||
}
|
||||
|
||||
getSliderLength() {
|
||||
const slider = this.refs.slider;
|
||||
@@ -195,270 +194,87 @@ const Slider = React.createClass({
|
||||
return 0;
|
||||
}
|
||||
|
||||
return slider.getDOMNode().clientWidth;
|
||||
},
|
||||
return slider.clientWidth;
|
||||
}
|
||||
|
||||
getSliderStart() {
|
||||
const slider = this.refs.slider.getDOMNode();
|
||||
const slider = this.refs.slider;
|
||||
const rect = slider.getBoundingClientRect();
|
||||
|
||||
return rect.left;
|
||||
},
|
||||
}
|
||||
|
||||
renderSteps() {
|
||||
getPrecision() {
|
||||
const props = this.props;
|
||||
const marksLen = props.marks.length;
|
||||
const stepNum = marksLen > 0 ? marksLen : Math.floor((props.max - props.min) / props.step) + 1;
|
||||
const unit = 100 / (stepNum - 1);
|
||||
|
||||
const prefixCls = props.prefixCls;
|
||||
const stepClassName = prefixClsFn(prefixCls, 'step');
|
||||
|
||||
const elements = [];
|
||||
for (let i = 0; i < stepNum; i++) {
|
||||
const offset = unit * i + '%';
|
||||
const style = {
|
||||
left: offset,
|
||||
};
|
||||
let className = prefixClsFn(prefixCls, 'dot');
|
||||
if (props.isIncluded) {
|
||||
if (i <= this.getIndex()) {
|
||||
className = prefixClsFn(prefixCls, 'dot', 'dot-active');
|
||||
}
|
||||
} else {
|
||||
className = (i === this.getIndex()) ? prefixClsFn(prefixCls, 'dot', 'dot-active') : className;
|
||||
}
|
||||
|
||||
elements[i] = (
|
||||
<span className={className} style={style} ref={'step' + i} key={'step' + i}></span>
|
||||
);
|
||||
const stepString = props.step.toString();
|
||||
let precision = 0;
|
||||
if (stepString.indexOf('.') >= 0) {
|
||||
precision = stepString.length - stepString.indexOf('.') - 1;
|
||||
}
|
||||
return precision;
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={stepClassName}>
|
||||
{elements}
|
||||
</div>
|
||||
);
|
||||
},
|
||||
trimAlignValue(v) {
|
||||
const state = this.state || {};
|
||||
const {handle, lowerBound, upperBound} = state;
|
||||
const {marks, step, min, max} = this.props;
|
||||
|
||||
renderMark(i) {
|
||||
const marks = this.props.marks;
|
||||
const marksLen = marks.length;
|
||||
const unit = 100 / (marksLen - 1);
|
||||
const offset = unit * i;
|
||||
|
||||
const style = {
|
||||
width: unit / 2 + '%',
|
||||
};
|
||||
|
||||
if (i === marksLen - 1) {
|
||||
style.right = -unit / 4 + '%';
|
||||
} else {
|
||||
style.left = i > 0 ? offset - unit / 4 + '%' : -unit / 4 + '%';
|
||||
}
|
||||
|
||||
const prefixCls = this.props.prefixCls;
|
||||
let className = prefixClsFn(prefixCls, 'mark-text');
|
||||
|
||||
if (this.props.isIncluded) {
|
||||
if (i <= this.getIndex()) {
|
||||
className = prefixClsFn(prefixCls, 'mark-text', 'mark-text-active');
|
||||
}
|
||||
} else {
|
||||
className = (i === this.getIndex()) ? prefixClsFn(prefixCls, 'mark-text', 'mark-text-active') : className;
|
||||
}
|
||||
|
||||
return (
|
||||
<span className={className} style={style} key={i}>{this.props.marks[i]}</span>
|
||||
);
|
||||
},
|
||||
|
||||
renderMarks() {
|
||||
const marks = this.props.marks;
|
||||
const marksLen = marks.length;
|
||||
const elements = [];
|
||||
for (let i = 0; i < marksLen; i++) {
|
||||
elements[i] = this.renderMark(i);
|
||||
}
|
||||
|
||||
const prefixCls = this.props.prefixCls;
|
||||
const className = prefixClsFn(prefixCls, 'mark');
|
||||
|
||||
return (
|
||||
<div className={className}>
|
||||
{elements}
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
||||
renderHandler(offset) {
|
||||
const onStyle = {
|
||||
left: offset,
|
||||
};
|
||||
|
||||
const prefixCls = this.props.prefixCls;
|
||||
const className = prefixClsFn(prefixCls, 'handle');
|
||||
|
||||
let events = {};
|
||||
|
||||
let tooltipVisible;
|
||||
|
||||
if (this.state.dragging) {
|
||||
tooltipVisible = true;
|
||||
} else {
|
||||
events = {
|
||||
onClick: this.showTooltip.bind(this, true),
|
||||
onMouseEnter: this.showTooltip.bind(this, true),
|
||||
onMouseLeave: this.showTooltip.bind(this, false),
|
||||
};
|
||||
tooltipVisible = this.state.showTooltip;
|
||||
}
|
||||
|
||||
const handle = (<div className={className}
|
||||
{...events}
|
||||
ref="handle"
|
||||
style={onStyle}></div>);
|
||||
|
||||
if (this.props.marks.length > 0) {
|
||||
return handle;
|
||||
}
|
||||
return (
|
||||
<Tooltip
|
||||
placement={{points: ['bc', 'tc']}}
|
||||
visible={tooltipVisible}
|
||||
overlay={<span>{this.state.value}</span>}
|
||||
delay={0}
|
||||
transitionName={this.props.tipTransitionName}
|
||||
prefixCls={prefixClsFn(prefixCls, 'tooltip')}>
|
||||
{handle}
|
||||
</Tooltip>
|
||||
);
|
||||
},
|
||||
|
||||
renderTrack(offset) {
|
||||
const style = {
|
||||
width: offset,
|
||||
};
|
||||
|
||||
const prefixCls = this.props.prefixCls;
|
||||
const trackClassName = prefixClsFn(prefixCls, 'track');
|
||||
|
||||
return (
|
||||
<div className={trackClassName} ref="track" style={style}></div>
|
||||
);
|
||||
},
|
||||
|
||||
render() {
|
||||
const state = this.state;
|
||||
const props = this.props;
|
||||
const value = state.value;
|
||||
const offset = this._calcOffset(value);
|
||||
const track = this.props.isIncluded ? this.renderTrack(offset) : null;
|
||||
const ons = this.renderHandler(offset);
|
||||
const steps = (props.step > 1 || props.marks.length > 0) ? this.renderSteps() : null;
|
||||
const sliderMarks = (props.marks.length > 0) ? this.renderMarks() : null;
|
||||
const prefixCls = props.prefixCls;
|
||||
const disabled = props.disabled;
|
||||
const sliderClassName = {
|
||||
[prefixCls]: 1,
|
||||
[props.className]: !!props.className,
|
||||
[`${prefixCls}-disabled`]: disabled,
|
||||
};
|
||||
|
||||
return (
|
||||
<div className={rcUtil.classSet(sliderClassName)} ref="slider"
|
||||
onTouchStart={disabled ? noop : this.onTouchStart}
|
||||
onMouseDown={disabled ? noop : this.onSliderMouseDown}>
|
||||
{track}
|
||||
{ons}
|
||||
{steps}
|
||||
{sliderMarks}
|
||||
{this.props.children}
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
||||
showTooltip(show) {
|
||||
this.setState({
|
||||
showTooltip: show,
|
||||
});
|
||||
},
|
||||
|
||||
_trimAlignValue(v, propsArg) {
|
||||
let val = v;
|
||||
const props = propsArg || this.props;
|
||||
const step = props.marks.length > 0 ? (props.max - props.min) / (props.marks.length - 1) : props.step;
|
||||
|
||||
if (val <= props.min) {
|
||||
val = props.min;
|
||||
if (val <= min) {
|
||||
val = min;
|
||||
}
|
||||
if (val >= props.max) {
|
||||
val = props.max;
|
||||
if (val >= max) {
|
||||
val = max;
|
||||
}
|
||||
if (handle === 'upperBound' && val <= lowerBound) {
|
||||
val = lowerBound;
|
||||
}
|
||||
if (handle === 'lowerBound' && val >= upperBound) {
|
||||
val = upperBound;
|
||||
}
|
||||
|
||||
const valModStep = (val - props.min) % step;
|
||||
let alignValue = val - valModStep;
|
||||
|
||||
if (Math.abs(valModStep) * 2 >= step) {
|
||||
alignValue += (valModStep > 0) ? step : (-step);
|
||||
const points = Object.keys(marks).map(parseFloat);
|
||||
if (step !== null) {
|
||||
const closestStep = Math.round(val / step) * step;
|
||||
points.push(closestStep);
|
||||
}
|
||||
|
||||
return parseFloat(alignValue.toFixed(5));
|
||||
},
|
||||
const diffs = points.map((point) => Math.abs(val - point));
|
||||
const closestPoint = points[diffs.indexOf(Math.min.apply(Math, diffs))];
|
||||
|
||||
_calcOffset(value) {
|
||||
const ratio = (value - this.props.min) / (this.props.max - this.props.min);
|
||||
return ratio * 100 + '%';
|
||||
},
|
||||
return step !== null ? parseFloat(closestPoint.toFixed(this.getPrecision())) : closestPoint;
|
||||
}
|
||||
|
||||
_calcValue(offset) {
|
||||
calcOffset(value) {
|
||||
const {min, max} = this.props;
|
||||
const ratio = (value - min) / (max - min);
|
||||
return ratio * 100;
|
||||
}
|
||||
|
||||
calcValue(offset) {
|
||||
const {min, max} = this.props;
|
||||
const ratio = offset / this.getSliderLength();
|
||||
return ratio * (this.props.max - this.props.min) + this.props.min;
|
||||
},
|
||||
return ratio * (max - min) + min;
|
||||
}
|
||||
|
||||
_calValueByPos(position) {
|
||||
calcValueByPos(position) {
|
||||
const pixelOffset = position - this.getSliderStart();
|
||||
// pixelOffset -= (this.state.onSize / 2);
|
||||
const nextValue = this._trimAlignValue(this._calcValue(pixelOffset));
|
||||
this.setState({
|
||||
value: nextValue,
|
||||
});
|
||||
const nextValue = this.trimAlignValue(this.calcValue(pixelOffset));
|
||||
return nextValue;
|
||||
},
|
||||
}
|
||||
|
||||
_getTouchPosition(e) {
|
||||
const touch = e.touches[0];
|
||||
return touch.pageX;
|
||||
},
|
||||
|
||||
_triggerEvents(event, v) {
|
||||
const props = this.props;
|
||||
const hasMarks = props.marks && props.marks.length > 0;
|
||||
if (props[event]) {
|
||||
let data;
|
||||
if (hasMarks) {
|
||||
data = this.getIndex(v);
|
||||
} else if (v === undefined) {
|
||||
data = this.state.value;
|
||||
} else {
|
||||
data = v;
|
||||
}
|
||||
props[event](data);
|
||||
}
|
||||
},
|
||||
|
||||
_addDocumentEvents(type) {
|
||||
addDocumentEvents(type) {
|
||||
if (type === 'touch') {
|
||||
// just work for chrome iOS Safari and Android Browser
|
||||
this.onTouchMoveListener = DomUtils.addEventListener(document, 'touchmove', this.onTouchMove);
|
||||
this.onTouchUpListener = DomUtils.addEventListener(document, 'touchend', this.onTouchUp);
|
||||
this.onTouchMoveListener = DomUtils.addEventListener(document, 'touchmove', this.onTouchMove.bind(this));
|
||||
this.onTouchUpListener = DomUtils.addEventListener(document, 'touchend', this.end.bind(this, 'touch'));
|
||||
} else if (type === 'mouse') {
|
||||
this.onMouseMoveListener = DomUtils.addEventListener(document, 'mousemove', this.onMouseMove);
|
||||
this.onMouseUpListener = DomUtils.addEventListener(document, 'mouseup', this.onMouseUp);
|
||||
this.onMouseMoveListener = DomUtils.addEventListener(document, 'mousemove', this.onMouseMove.bind(this));
|
||||
this.onMouseUpListener = DomUtils.addEventListener(document, 'mouseup', this.end.bind(this, 'mouse'));
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
_removeEventons(type) {
|
||||
removeEvents(type) {
|
||||
if (type === 'touch') {
|
||||
this.onTouchMoveListener.remove();
|
||||
this.onTouchUpListener.remove();
|
||||
@@ -466,25 +282,104 @@ const Slider = React.createClass({
|
||||
this.onMouseMoveListener.remove();
|
||||
this.onMouseUpListener.remove();
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
_start(position, value) {
|
||||
this._triggerEvents('onBeforeChange');
|
||||
this.startValue = value;
|
||||
this.startPosition = position;
|
||||
this.setState({
|
||||
dragging: true,
|
||||
});
|
||||
},
|
||||
end(type) {
|
||||
this.removeEvents(type);
|
||||
this.props.onAfterChange(this.getValue());
|
||||
this.setState({handle: null});
|
||||
}
|
||||
|
||||
_end(type, showToolTip) {
|
||||
this._removeEventons(type);
|
||||
this._triggerEvents('onAfterChange');
|
||||
this.setState({
|
||||
dragging: false,
|
||||
showTooltip: !!showToolTip,
|
||||
render() {
|
||||
const {handle, upperBound, lowerBound} = this.state;
|
||||
const {className, prefixCls, disabled, dots, included, range, step,
|
||||
marks, max, min, tipTransitionName, tipFormatter, children} = this.props;
|
||||
|
||||
const upperOffset = this.calcOffset(upperBound);
|
||||
const lowerOffset = this.calcOffset(lowerBound);
|
||||
|
||||
const handleClassName = prefixCls + '-handle';
|
||||
const isNoTip = (step === null) && !tipFormatter;
|
||||
|
||||
const upper = (<Handle className={handleClassName}
|
||||
noTip={isNoTip} tipTransitionName={tipTransitionName} tipFormatter={tipFormatter}
|
||||
offset={upperOffset} value={upperBound} dragging={handle === 'upperBound'} />);
|
||||
|
||||
let lower = null;
|
||||
if (range) {
|
||||
lower = (<Handle className={handleClassName}
|
||||
noTip={isNoTip} tipTransitionName={tipTransitionName} tipFormatter={tipFormatter}
|
||||
offset={lowerOffset} value={lowerBound} dragging={handle === 'lowerBound'} />);
|
||||
}
|
||||
|
||||
const sliderClassName = classNames({
|
||||
[prefixCls]: true,
|
||||
[prefixCls + '-disabled']: disabled,
|
||||
[className]: !!className,
|
||||
});
|
||||
},
|
||||
});
|
||||
const isIncluded = included || range;
|
||||
return (
|
||||
<div ref="slider" className={sliderClassName}
|
||||
onTouchStart={disabled ? noop : this.onTouchStart.bind(this)}
|
||||
onMouseDown={disabled ? noop : this.onMouseDown.bind(this)}>
|
||||
{upper}
|
||||
{lower}
|
||||
<Track className={prefixCls + '-track'} included={isIncluded}
|
||||
offset={lowerOffset} length={upperOffset - lowerOffset}/>
|
||||
<Dots prefixCls={prefixCls} marks={marks} dots={dots} step={step}
|
||||
included={isIncluded} lowerBound={lowerBound}
|
||||
upperBound={upperBound} max={max} min={min} />
|
||||
<Marks className={prefixCls + '-mark'} marks={marks}
|
||||
included={isIncluded} lowerBound={lowerBound}
|
||||
upperBound={upperBound} max={max} min={min} />
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Slider.propTypes = {
|
||||
min: React.PropTypes.number,
|
||||
max: React.PropTypes.number,
|
||||
step: React.PropTypes.number,
|
||||
defaultValue: React.PropTypes.oneOfType([
|
||||
React.PropTypes.number,
|
||||
React.PropTypes.arrayOf(React.PropTypes.number),
|
||||
]),
|
||||
value: React.PropTypes.oneOfType([
|
||||
React.PropTypes.number,
|
||||
React.PropTypes.arrayOf(React.PropTypes.number),
|
||||
]),
|
||||
marks: React.PropTypes.object,
|
||||
included: React.PropTypes.bool,
|
||||
className: React.PropTypes.string,
|
||||
prefixCls: React.PropTypes.string,
|
||||
disabled: React.PropTypes.bool,
|
||||
children: React.PropTypes.any,
|
||||
onBeforeChange: React.PropTypes.func,
|
||||
onChange: React.PropTypes.func,
|
||||
onAfterChange: React.PropTypes.func,
|
||||
tipTransitionName: React.PropTypes.string,
|
||||
tipFormatter: React.PropTypes.func,
|
||||
dots: React.PropTypes.bool,
|
||||
range: React.PropTypes.bool,
|
||||
};
|
||||
|
||||
Slider.defaultProps = {
|
||||
prefixCls: 'rc-slider',
|
||||
className: '',
|
||||
tipTransitionName: '',
|
||||
min: 0,
|
||||
max: 100,
|
||||
step: 1,
|
||||
marks: {},
|
||||
onBeforeChange: noop,
|
||||
onChange: noop,
|
||||
onAfterChange: noop,
|
||||
included: true,
|
||||
disabled: false,
|
||||
dots: false,
|
||||
range: false,
|
||||
};
|
||||
|
||||
export default Slider;
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
|
||||
const Track = ({className, included, offset, length}) => {
|
||||
const style = {
|
||||
left: offset + '%',
|
||||
width: length + '%',
|
||||
visibility: included ? 'visible' : 'hidden',
|
||||
};
|
||||
return <div className={className} style={style} />;
|
||||
};
|
||||
|
||||
export default Track;
|
||||
+110
-59
@@ -1,76 +1,127 @@
|
||||
const expect = require('expect.js');
|
||||
const React = require('react');
|
||||
const ReactDOM = require('react-dom');
|
||||
const ReactTestUtils = require('react-addons-test-utils');
|
||||
const Slider = require('..');
|
||||
|
||||
var expect = require('expect.js');
|
||||
var Slider = require('../index.js');
|
||||
var React = require('react/addons');
|
||||
var TestUtils = React.addons.TestUtils;
|
||||
var Simulate = TestUtils.Simulate;
|
||||
var $ = require('jquery');
|
||||
require('../assets/index.less');
|
||||
|
||||
describe('rc-slider', function () {
|
||||
describe('rc-slider', function() {
|
||||
this.timeout(5000);
|
||||
var div = document.createElement('div');
|
||||
const div = document.createElement('div');
|
||||
document.body.appendChild(div);
|
||||
|
||||
afterEach(function () {
|
||||
React.unmountComponentAtNode(div);
|
||||
afterEach(() => {
|
||||
ReactDOM.unmountComponentAtNode(div);
|
||||
});
|
||||
|
||||
it('should render a simple slider with value correctly!', function () {
|
||||
var slider = React.render(
|
||||
<Slider className='rc-slider' defaultValue={40}/>,
|
||||
div
|
||||
);
|
||||
var node = $(div);
|
||||
expect(node.find('.rc-slider').length).to.be(1);
|
||||
expect(node.find('.rc-slider-handle').length).to.be(1);
|
||||
expect(node.find('.rc-slider-track').length).to.be(1);
|
||||
expect(slider.state.value).to.be(40);
|
||||
var trackWidth = node.find('.rc-slider-track')[0].style.width;
|
||||
expect(trackWidth).to.eql(node.find('.rc-slider-handle')[0].style.left);
|
||||
it('should render a Slider with correct DOM structure', () => {
|
||||
const slider = ReactDOM.render(<Slider />, div);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider').length).to.be(1);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-handle').length).to.be(1);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-track').length).to.be(1);
|
||||
});
|
||||
|
||||
it('should render a slider with correct numbers of step!', function () {
|
||||
var slider = React.render(
|
||||
<Slider className='rc-slider' step={20}/>,
|
||||
div
|
||||
);
|
||||
var node = $(div);
|
||||
expect(node.find('.rc-slider').length).to.be(1);
|
||||
expect(node.find('.rc-slider-handle').length).to.be(1);
|
||||
expect(node.find('.rc-slider-track').length).to.be(1);
|
||||
expect(node.find('.rc-slider-dot').length).to.be(6);
|
||||
expect(slider.state.value).to.be(0);
|
||||
it('should render a Slider with correct value and CSS style', () => {
|
||||
const sliderWithDefaultValue = ReactDOM.render(<Slider defaultValue={50} />, div);
|
||||
expect(sliderWithDefaultValue.state.upperBound).to.be(50);
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-handle')[0]
|
||||
.style.cssText)
|
||||
.to.be('left: 50%; ');
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-track')[0]
|
||||
.style.cssText)
|
||||
.to.be('left: 0%; width: 50%; visibility: visible; ');
|
||||
|
||||
const sliderWithValue = ReactDOM.render(<Slider value={50} />, div);
|
||||
expect(sliderWithValue.state.upperBound).to.be(50);
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-handle')[0]
|
||||
.style.cssText)
|
||||
.to.be('left: 50%; ');
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-track')[0]
|
||||
.style.cssText)
|
||||
.to.be('left: 0%; width: 50%; visibility: visible; ');
|
||||
});
|
||||
|
||||
it('should render a slider with marks correctly!', function () {
|
||||
var slider = React.render(
|
||||
<Slider marks={["一","二","三","四","五"]} defaultIndex={3} />,
|
||||
div
|
||||
);
|
||||
var node = $(div);
|
||||
expect(node.find('.rc-slider').length).to.be(1);
|
||||
expect(node.find('.rc-slider-handle').length).to.be(1);
|
||||
expect(node.find('.rc-slider-track').length).to.be(1);
|
||||
expect(node.find('.rc-slider-dot').length).to.be(slider.props.marks.length);
|
||||
expect(node.find('.rc-slider-mark').length).to.be(1);
|
||||
expect(node.find('.rc-slider-mark-text').length).to.be(slider.props.marks.length);
|
||||
expect(slider.getIndex()).to.be(3);
|
||||
it('should render a Range with correct DOM structure', () => {
|
||||
const range = ReactDOM.render(<Slider range />, div);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(range, 'rc-slider').length).to.be(1);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(range, 'rc-slider-handle').length).to.be(2);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(range, 'rc-slider-track').length).to.be(1);
|
||||
});
|
||||
|
||||
// it('should mouseDown works!', function (done) {
|
||||
// var slider = React.render(
|
||||
// <Slider marks={["一","二","三","四","五"]} />,
|
||||
// div
|
||||
// );
|
||||
// var selectedStep = slider.refs.step3.getDOMNode();
|
||||
|
||||
// Simulate.mouseDown(selectedStep);
|
||||
it('should render a Range with correct value and CSS style', () => {
|
||||
const sliderWithDefaultValue = ReactDOM.render(<Slider range defaultValue={[0, 50]} />, div);
|
||||
expect(sliderWithDefaultValue.state.lowerBound).to.be(0);
|
||||
expect(sliderWithDefaultValue.state.upperBound).to.be(50);
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-handle')[0]
|
||||
.style.cssText)
|
||||
.to.be('left: 50%; ');
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-handle')[1]
|
||||
.style.cssText)
|
||||
.to.be('left: 0%; ');
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-track')[0]
|
||||
.style.cssText)
|
||||
.to.be('left: 0%; width: 50%; visibility: visible; ');
|
||||
|
||||
// setTimeout( function() {
|
||||
// expect(slider.state.active).to.be('active');
|
||||
// done();
|
||||
// }, 200);
|
||||
// });
|
||||
const sliderWithValue = ReactDOM.render(<Slider range value={[50, 100]} />, div);
|
||||
expect(sliderWithValue.state.lowerBound).to.be(50);
|
||||
expect(sliderWithValue.state.upperBound).to.be(100);
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-handle')[0]
|
||||
.style.cssText)
|
||||
.to.be('left: 100%; ');
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-handle')[1]
|
||||
.style.cssText)
|
||||
.to.be('left: 50%; ');
|
||||
expect(ReactTestUtils
|
||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-track')[0]
|
||||
.style.cssText)
|
||||
.to.be('width: 50%; visibility: visible; left: 50%; ');
|
||||
});
|
||||
|
||||
it('should render dots correctly when `dots=true`', () => {
|
||||
const slider = ReactDOM.render(<Slider value={50} step={10} dots />, div);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-dot').length).to.be(11);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-dot-active').length).to.be(6);
|
||||
|
||||
const range = ReactDOM.render(<Slider range value={[20, 50]} step={10} dots />, div);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(range, 'rc-slider-dot').length).to.be(11);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(range, 'rc-slider-dot-active').length).to.be(4);
|
||||
});
|
||||
|
||||
it('should render marks correctly when `marks` is not an empty object', () => {
|
||||
const marks = {0: '0', 30: '30', 100: '100'};
|
||||
|
||||
const slider = ReactDOM.render(<Slider value={30} marks={marks} />, div);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-mark-text').length).to.be(3);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-mark-text')[0].innerHTML).to.be('0');
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-mark-text')[1].innerHTML).to.be('30');
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-mark-text')[2].innerHTML).to.be('100');
|
||||
|
||||
const range = ReactDOM.render(<Slider range value={30} marks={marks} />, div);
|
||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(range, 'rc-slider-mark-text').length).to.be(3);
|
||||
});
|
||||
|
||||
it('should not set value greater than `max` or smaller `min`', () => {
|
||||
const sliderWithMin = ReactDOM.render(<Slider value={0} min={10} />, div);
|
||||
expect(sliderWithMin.state.upperBound).to.be(10);
|
||||
ReactDOM.unmountComponentAtNode(div);
|
||||
|
||||
const sliderWithMax = ReactDOM.render(<Slider value={100} max={90} />, div);
|
||||
expect(sliderWithMax.state.upperBound).to.be(90);
|
||||
ReactDOM.unmountComponentAtNode(div);
|
||||
|
||||
const range = ReactDOM.render(<Slider range value={[0, 100]} min={10} max={90} />, div);
|
||||
expect(range.state.lowerBound).to.be(10);
|
||||
expect(range.state.upperBound).to.be(90);
|
||||
ReactDOM.unmountComponentAtNode(div);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user