mirror of
https://github.com/wassname/slider.git
synced 2026-09-10 12:38:09 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18ddbb796c | ||
|
|
051fef6603 | ||
|
|
b325daef48 | ||
|
|
db47c3d27d | ||
|
|
f20014a9d4 | ||
|
|
6074d5fc43 | ||
|
|
34754440ed | ||
|
|
fac5a1b9f3 | ||
|
|
1b8e27e613 | ||
|
|
e438757a64 | ||
|
|
aad5fef20c | ||
|
|
1568019a59 | ||
|
|
abdb297c16 | ||
|
|
67b76953c6 | ||
|
|
b6d8f389ef | ||
|
|
d7e6b9d9be | ||
|
|
67a33126ec | ||
|
|
1a8331bcf1 | ||
|
|
f55b2ec283 | ||
|
|
cf45d688d9 | ||
|
|
bc2da18f46 | ||
|
|
8fd94b4eb1 | ||
|
|
4b2f6f27a4 | ||
|
|
36210b3634 | ||
|
|
9219927f8a | ||
|
|
826fd73c93 | ||
|
|
a4cf02cf75 | ||
|
|
d05761f396 | ||
|
|
926d5aeb91 | ||
|
|
b2ae1bc0fc | ||
|
|
80d4ee4794 | ||
|
|
e2504d99fe | ||
|
|
d4ae5a5298 | ||
|
|
ce755ecb4b | ||
|
|
9bc56e993d | ||
|
|
1e34b94d86 | ||
|
|
a678437462 | ||
|
|
a4c06c2509 | ||
|
|
ff9e68cd36 | ||
|
|
1adc68504a | ||
|
|
01174f3cb0 | ||
|
|
1ae39dd995 | ||
|
|
0b4b546e03 | ||
|
|
bc3883304d | ||
|
|
e2f9c508f3 | ||
|
|
ef5d136b14 | ||
|
|
f1637da046 |
+2
-1
@@ -23,4 +23,5 @@ node_modules
|
|||||||
dist
|
dist
|
||||||
assets/**/*.css
|
assets/**/*.css
|
||||||
build
|
build
|
||||||
lib
|
lib
|
||||||
|
/coverage
|
||||||
|
|||||||
+3
-3
@@ -29,8 +29,8 @@ script:
|
|||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- TEST_TYPE=lint
|
- TEST_TYPE=lint
|
||||||
- TEST_TYPE=browser-test
|
- TEST_TYPE=test
|
||||||
- TEST_TYPE=browser-test-cover
|
- TEST_TYPE=coverage
|
||||||
- TEST_TYPE=saucelabs
|
- TEST_TYPE=saucelabs
|
||||||
global:
|
global:
|
||||||
- secure: S1VwbaPzLnSH/IUT/wlJulxAX5VHRIDmSt53h/ycHcZsszUpWcLCJRQAe0fTVB2dAx5MdBbSZ+o+tr3tRwVB5TRAYm0oTCsYAkOZaWOB28RuUQtdGt3wf9xxTG1UiPiaLLUW3waX9zAaf3yqKBcJGf1op0RD8dksxbCFw/7xVbU=
|
- secure: S1VwbaPzLnSH/IUT/wlJulxAX5VHRIDmSt53h/ycHcZsszUpWcLCJRQAe0fTVB2dAx5MdBbSZ+o+tr3tRwVB5TRAYm0oTCsYAkOZaWOB28RuUQtdGt3wf9xxTG1UiPiaLLUW3waX9zAaf3yqKBcJGf1op0RD8dksxbCFw/7xVbU=
|
||||||
@@ -39,4 +39,4 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: "TEST_TYPE=saucelabs"
|
- env: "TEST_TYPE=saucelabs"
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
# History
|
# History
|
||||||
----
|
----
|
||||||
|
|
||||||
|
## 5.0.0 / 2016-09-12
|
||||||
|
|
||||||
|
[#147](https://github.com/react-component/slider/issues/147) fix style conflicts with rc-tooltip [@benjycui](https://github.com/benjycui)
|
||||||
|
[#145](https://github.com/react-component/slider/pull/145) fix `onChange` will be triggered while mousemove [@Fuzzyma](https://github.com/Fuzzyma)
|
||||||
|
|
||||||
|
## 4.0.0 / 2016-08-12
|
||||||
|
|
||||||
|
[#133](https://github.com/react-component/slider/pull/133) support multi-range ([@sosz](https://github.com/sosz))
|
||||||
|
|
||||||
## 3.6.0 / 2016-04-01
|
## 3.6.0 / 2016-04-01
|
||||||
|
|
||||||
[#18](https://github.com/react-component/slider/issues/18) add `vertical` props ([@wnlee](https://github.com/WNLee))
|
[#18](https://github.com/react-component/slider/issues/18) add `vertical` props ([@wnlee](https://github.com/WNLee))
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
|
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
@@ -34,6 +34,8 @@ slider ui component for react
|
|||||||
|
|
||||||
<img src="https://t.alipayobjects.com/images/T1wO8fXd4rXXXXXXXX.png" width="550"/>
|
<img src="https://t.alipayobjects.com/images/T1wO8fXd4rXXXXXXXX.png" width="550"/>
|
||||||
|
|
||||||
|
<img src="http://i.giphy.com/l46Cs36c9HrHMExoc.gif"/>
|
||||||
|
|
||||||
|
|
||||||
## Feature
|
## Feature
|
||||||
|
|
||||||
@@ -50,6 +52,8 @@ slider ui component for react
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
require('rc-slider/assets/index.css');
|
||||||
|
|
||||||
var React = require('react');
|
var React = require('react');
|
||||||
var ReactDOM = require('react-dom');
|
var ReactDOM = require('react-dom');
|
||||||
var Rcslider = require('rc-slider');
|
var Rcslider = require('rc-slider');
|
||||||
@@ -102,15 +106,21 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>range</td>
|
<td>range</td>
|
||||||
<td>boolean</td>
|
<td>boolean or number</td>
|
||||||
<td>false</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>
|
<td>Determines the type of slider. If range is `true`, two handles will be rendered in order to select a range. If range is a number, multiple handles will be rendered (number + 1). Using `range={true}` is equivalent to `range={1}`.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>allowCross</td>
|
<td>allowCross</td>
|
||||||
<td>boolean</td>
|
<td>boolean</td>
|
||||||
<td>true</td>
|
<td>true</td>
|
||||||
<td>When `range` is `true`, `allowCross` could be set as `true` to allow those two handles cross.</td>
|
<td>When `range` is `true`, `allowCross` could be set as `true` to allow those handles to cross.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>pushable</td>
|
||||||
|
<td>boolean or number</td>
|
||||||
|
<td>true</td>
|
||||||
|
<td>When `range` is `true`, `pushable` could be set as `true` to allow pushing of surrounding handles when moving an handle. When set to a number, the number will be the minimum ensured distance between handles. Example: <img src="http://i.giphy.com/l46Cs36c9HrHMExoc.gif"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>vertical</td>
|
<td>vertical</td>
|
||||||
@@ -120,15 +130,21 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>defaultValue</td>
|
<td>defaultValue</td>
|
||||||
<td>number or [number, number]</td>
|
<td>number or [number, number, ...]</td>
|
||||||
<td>0 or [0, 0]</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>
|
<td>Set initial positions of handles. If range is `false`, the type of `defaultValue` should be `number`. Otherwise, `[number, number, ...]`</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>value</td>
|
<td>value</td>
|
||||||
<td>number or [number, number]</td>
|
<td>number or [number, number, ...]</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Set current positions of handles. If range is `false`, the type of `defaultValue` should be `number`. Otherwise, `[number, number]`</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>handle</td>
|
||||||
|
<td>Component</td>
|
||||||
|
<td></td>
|
||||||
|
<td>Provide a custom Handle to use in the slider by passing a component. This component will have a `value` and `offset` props used to define custom styling/content.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>included</td>
|
<td>included</td>
|
||||||
|
|||||||
+22
-14
@@ -23,20 +23,25 @@
|
|||||||
|
|
||||||
.@{prefixClass} {
|
.@{prefixClass} {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 4px;
|
height: 14px;
|
||||||
|
padding: 5px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
background-color: #e9e9e9;
|
|
||||||
|
|
||||||
.borderBox();
|
.borderBox();
|
||||||
|
|
||||||
|
&-rail {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #e9e9e9;
|
||||||
|
height: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
&-track {
|
&-track {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
background-color: tint(@primary-color, 60%);
|
background-color: tint(@primary-color, 60%);
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-handle {
|
&-handle {
|
||||||
@@ -49,7 +54,6 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: solid 2px tint(@primary-color, 50%);
|
border: solid 2px tint(@primary-color, 50%);
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
z-index: 2;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: tint(@primary-color, 20%);
|
border-color: tint(@primary-color, 20%);
|
||||||
@@ -64,11 +68,10 @@
|
|||||||
|
|
||||||
&-mark {
|
&-mark {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 18px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
z-index: 3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-mark-text {
|
&-mark-text {
|
||||||
@@ -89,7 +92,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-dot {
|
&-dot {
|
||||||
@@ -134,23 +136,30 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.@{prefixClass}-vertical {
|
.@{prefixClass}-vertical {
|
||||||
width: 4px;
|
width: 14px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
padding: 0 5px;
|
||||||
|
|
||||||
.@{prefixClass} {
|
.@{prefixClass} {
|
||||||
|
&-rail {
|
||||||
|
height: 100%;
|
||||||
|
width: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
&-track {
|
&-track {
|
||||||
|
left: 5px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-handle {
|
&-handle {
|
||||||
position: absolute;
|
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
margin-bottom: -7px;
|
margin-bottom: -7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-mark {
|
&-mark {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 10px;
|
left: 18px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -232,11 +241,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rc-tooltip {
|
.@{prefixClass}-tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -9999px;
|
left: -9999px;
|
||||||
top: -9999px;
|
top: -9999px;
|
||||||
z-index: 4;
|
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
|
||||||
.borderBox();
|
.borderBox();
|
||||||
@@ -278,4 +286,4 @@
|
|||||||
border-width: @tooltip-arrow-width @tooltip-arrow-width 0;
|
border-width: @tooltip-arrow-width @tooltip-arrow-width 0;
|
||||||
border-top-color: @tooltip-arrow-color;
|
border-top-color: @tooltip-arrow-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
placeholder
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
require('rc-slider/assets/index.less');
|
||||||
|
|
||||||
|
const React = require('react');
|
||||||
|
const ReactDOM = require('react-dom');
|
||||||
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
|
const wrapperStyle = { width: 400, margin: 50 };
|
||||||
|
|
||||||
|
const handleStyle = {
|
||||||
|
position: 'absolute',
|
||||||
|
transform: 'translate(-50%, -50%)',
|
||||||
|
cursor: 'pointer',
|
||||||
|
padding: '2px',
|
||||||
|
border: '2px solid #abe2fb',
|
||||||
|
borderRadius: '3px',
|
||||||
|
background: '#fff',
|
||||||
|
fontSize: '14px',
|
||||||
|
textAlign: 'center',
|
||||||
|
};
|
||||||
|
|
||||||
|
const CustomHandle = props => {
|
||||||
|
const style = Object.assign({ left: `${props.offset}%` }, handleStyle);
|
||||||
|
return (
|
||||||
|
<div style={style}>val: {props.value}</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
CustomHandle.propTypes = {
|
||||||
|
value: React.PropTypes.any,
|
||||||
|
offset: React.PropTypes.number,
|
||||||
|
};
|
||||||
|
|
||||||
|
ReactDOM.render(
|
||||||
|
<div>
|
||||||
|
<div style={wrapperStyle}>
|
||||||
|
<p>Default slider</p>
|
||||||
|
<Slider min={0} max={20} defaultValue={3} />
|
||||||
|
</div>
|
||||||
|
<div style={wrapperStyle}>
|
||||||
|
<p>Slider with custom handle</p>
|
||||||
|
<Slider min={0} max={20} defaultValue={3} handle={<CustomHandle />} />
|
||||||
|
</div>
|
||||||
|
</div>,
|
||||||
|
document.getElementById('__react-content')
|
||||||
|
);
|
||||||
+1
-1
@@ -4,7 +4,7 @@ const React = require('react');
|
|||||||
const ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
const Slider = require('rc-slider');
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
const style = {width: 400, margin: 50};
|
const style = { width: 400, margin: 50 };
|
||||||
const marks = {
|
const marks = {
|
||||||
'-10': '-10°C',
|
'-10': '-10°C',
|
||||||
0: <strong>0°C</strong>,
|
0: <strong>0°C</strong>,
|
||||||
|
|||||||
+20
-14
@@ -5,37 +5,37 @@ const React = require('react');
|
|||||||
const ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
const Slider = require('rc-slider');
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
const style = {width: 400, margin: 50};
|
const style = { width: 400, margin: 50 };
|
||||||
|
|
||||||
function log(value) {
|
function log(value) {
|
||||||
console.log(value);
|
console.log(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
const CustomizedRange = React.createClass({
|
const CustomizedRange = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
lowerBound: 20,
|
lowerBound: 20,
|
||||||
upperBound: 40,
|
upperBound: 40,
|
||||||
value: [20, 40],
|
value: [20, 40],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLowerBoundChange: function(e) {
|
onLowerBoundChange(e) {
|
||||||
this.setState({ lowerBound: +e.target.value });
|
this.setState({ lowerBound: +e.target.value });
|
||||||
},
|
},
|
||||||
onUpperBoundChange: function(e) {
|
onUpperBoundChange(e) {
|
||||||
this.setState({ upperBound: +e.target.value });
|
this.setState({ upperBound: +e.target.value });
|
||||||
},
|
},
|
||||||
onSliderChange: function(value) {
|
onSliderChange(value) {
|
||||||
log(value);
|
log(value);
|
||||||
this.setState({
|
this.setState({
|
||||||
value: value,
|
value,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handleApply: function() {
|
handleApply() {
|
||||||
const { lowerBound, upperBound } = this.state;
|
const { lowerBound, upperBound } = this.state;
|
||||||
this.setState({ value: [lowerBound, upperBound]});
|
this.setState({ value: [lowerBound, upperBound] });
|
||||||
},
|
},
|
||||||
render: function() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<label>LowerBound: </label>
|
<label>LowerBound: </label>
|
||||||
@@ -59,20 +59,20 @@ const DynamicBounds = React.createClass({
|
|||||||
max: 100,
|
max: 100,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onSliderChange: function(value) {
|
onSliderChange(value) {
|
||||||
log(value);
|
log(value);
|
||||||
},
|
},
|
||||||
onMinChange: function(e) {
|
onMinChange(e) {
|
||||||
this.setState({
|
this.setState({
|
||||||
min: +e.target.value || 0,
|
min: +e.target.value || 0,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onMaxChange: function(e) {
|
onMaxChange(e) {
|
||||||
this.setState({
|
this.setState({
|
||||||
max: +e.target.value || 100,
|
max: +e.target.value || 100,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
render: function() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<label>Min: </label>
|
<label>Min: </label>
|
||||||
@@ -81,7 +81,9 @@ const DynamicBounds = React.createClass({
|
|||||||
<label>Max: </label>
|
<label>Max: </label>
|
||||||
<input type="number" value={this.state.max} onChange={this.onMaxChange} />
|
<input type="number" value={this.state.max} onChange={this.onMaxChange} />
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<Slider range defaultValue={[20, 50]} min={this.state.min} max={this.state.max} onChange={this.onSliderChange} />
|
<Slider range defaultValue={[20, 50]} min={this.state.min} max={this.state.max}
|
||||||
|
onChange={this.onSliderChange}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
@@ -105,6 +107,10 @@ ReactDOM.render(
|
|||||||
<p>Controlled Range</p>
|
<p>Controlled Range</p>
|
||||||
<Slider range value={[20, 40]} />
|
<Slider range value={[20, 40]} />
|
||||||
</div>
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Multi Range</p>
|
||||||
|
<Slider range={3} value={[20, 40, 60, 80]} />
|
||||||
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Customized Range</p>
|
<p>Customized Range</p>
|
||||||
<CustomizedRange />
|
<CustomizedRange />
|
||||||
|
|||||||
+25
-14
@@ -5,7 +5,7 @@ const React = require('react');
|
|||||||
const ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
const Slider = require('rc-slider');
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
const style = {width: 400, margin: 50};
|
const style = { width: 400, margin: 50 };
|
||||||
|
|
||||||
function log(value) {
|
function log(value) {
|
||||||
console.log(value);
|
console.log(value);
|
||||||
@@ -13,47 +13,54 @@ function log(value) {
|
|||||||
|
|
||||||
|
|
||||||
function percentFormatter(v) {
|
function percentFormatter(v) {
|
||||||
return v + ' %';
|
return `${v} %`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const CustomizedSlider = React.createClass({
|
const CustomizedSlider = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
value: 50,
|
value: 50,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onSliderChange: function(value) {
|
onSliderChange(value) {
|
||||||
log(value);
|
log(value);
|
||||||
this.setState({
|
this.setState({
|
||||||
value: value,
|
value,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
render: function() {
|
onAfterChange(value) {
|
||||||
return <Slider value={this.state.value} onChange={this.onSliderChange} />;
|
console.log(value);
|
||||||
|
},
|
||||||
|
render() {
|
||||||
|
return (
|
||||||
|
<Slider value={this.state.value}
|
||||||
|
onChange={this.onSliderChange} onAfterChange={this.onAfterChange}
|
||||||
|
/>
|
||||||
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const DynamicBounds = React.createClass({
|
const DynamicBounds = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 100,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onSliderChange: function(value) {
|
onSliderChange(value) {
|
||||||
log(value);
|
log(value);
|
||||||
},
|
},
|
||||||
onMinChange: function(e) {
|
onMinChange(e) {
|
||||||
this.setState({
|
this.setState({
|
||||||
min: +e.target.value || 0,
|
min: +e.target.value || 0,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onMaxChange: function(e) {
|
onMaxChange(e) {
|
||||||
this.setState({
|
this.setState({
|
||||||
max: +e.target.value || 100,
|
max: +e.target.value || 100,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
render: function() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<label>Min: </label>
|
<label>Min: </label>
|
||||||
@@ -62,7 +69,9 @@ const DynamicBounds = React.createClass({
|
|||||||
<label>Max: </label>
|
<label>Max: </label>
|
||||||
<input type="number" value={this.state.max} onChange={this.onMaxChange} />
|
<input type="number" value={this.state.max} onChange={this.onMaxChange} />
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<Slider defaultValue={50} min={this.state.min} max={this.state.max} onChange={this.onSliderChange} />
|
<Slider defaultValue={50} min={this.state.min} max={this.state.max}
|
||||||
|
onChange={this.onSliderChange}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
@@ -84,7 +93,9 @@ ReactDOM.render(
|
|||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Basic Slider with `tipFormatter`</p>
|
<p>Basic Slider with `tipFormatter`</p>
|
||||||
<Slider tipFormatter={percentFormatter} tipTransitionName="rc-slider-tooltip-zoom-down" onChange={log} />
|
<Slider tipFormatter={percentFormatter}
|
||||||
|
tipTransitionName="rc-slider-tooltip-zoom-down" onChange={log}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Basic Slider without tooltip</p>
|
<p>Basic Slider without tooltip</p>
|
||||||
|
|||||||
+5
-3
@@ -4,8 +4,8 @@ const React = require('react');
|
|||||||
const ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
const Slider = require('rc-slider');
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
const style = {float: 'left', width: 160, height: 400, marginBottom: 160, marginLeft: 50};
|
const style = { float: 'left', width: 160, height: 400, marginBottom: 160, marginLeft: 50 };
|
||||||
const parentStyle = {overflow: 'hidden'};
|
const parentStyle = { overflow: 'hidden' };
|
||||||
|
|
||||||
const marks = {
|
const marks = {
|
||||||
'-10': '-10°C',
|
'-10': '-10°C',
|
||||||
@@ -49,7 +49,9 @@ ReactDOM.render(
|
|||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Range with marks and steps</p>
|
<p>Range with marks and steps</p>
|
||||||
<Slider vertical min={-10} range marks={marks} step={10} onChange={log} defaultValue={[20, 40]} />
|
<Slider vertical min={-10} range marks={marks} step={10}
|
||||||
|
onChange={log} defaultValue={[20, 40]}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
, document.getElementById('__react-content'));
|
, document.getElementById('__react-content'));
|
||||||
|
|||||||
+20
-16
@@ -5,41 +5,43 @@ const React = require('react');
|
|||||||
const ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
const Slider = require('rc-slider');
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
const style = {float: 'left', width: 180, height: 400, marginBottom: 160, marginLeft: 50};
|
const style = { float: 'left', width: 180, height: 400, marginBottom: 160, marginLeft: 50 };
|
||||||
const parentStyle = {overflow: 'hidden'};
|
const parentStyle = { overflow: 'hidden' };
|
||||||
|
|
||||||
function log(value) {
|
function log(value) {
|
||||||
console.log(value);
|
console.log(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
const CustomizedRange = React.createClass({
|
const CustomizedRange = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
lowerBound: 20,
|
lowerBound: 20,
|
||||||
upperBound: 40,
|
upperBound: 40,
|
||||||
value: [20, 40],
|
value: [20, 40],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLowerBoundChange: function(e) {
|
onLowerBoundChange(e) {
|
||||||
this.setState({ lowerBound: +e.target.value });
|
this.setState({ lowerBound: +e.target.value });
|
||||||
},
|
},
|
||||||
onUpperBoundChange: function(e) {
|
onUpperBoundChange(e) {
|
||||||
this.setState({ upperBound: +e.target.value });
|
this.setState({ upperBound: +e.target.value });
|
||||||
},
|
},
|
||||||
onSliderChange: function(value) {
|
onSliderChange(value) {
|
||||||
log(value);
|
log(value);
|
||||||
this.setState({
|
this.setState({
|
||||||
value: value,
|
value,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handleApply: function() {
|
handleApply() {
|
||||||
const { lowerBound, upperBound } = this.state;
|
const { lowerBound, upperBound } = this.state;
|
||||||
this.setState({ value: [lowerBound, upperBound]});
|
this.setState({ value: [lowerBound, upperBound] });
|
||||||
},
|
},
|
||||||
render: function() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<Slider range vertical allowCross={false} value={this.state.value} onChange={this.onSliderChange} />
|
<Slider range vertical allowCross={false} value={this.state.value}
|
||||||
|
onChange={this.onSliderChange}
|
||||||
|
/>
|
||||||
<label>LowerBound: </label>
|
<label>LowerBound: </label>
|
||||||
<input type="number" value={this.state.lowerBound} onChange={this.onLowerBoundChange} />
|
<input type="number" value={this.state.lowerBound} onChange={this.onLowerBoundChange} />
|
||||||
<br />
|
<br />
|
||||||
@@ -59,23 +61,25 @@ const DynamicBounds = React.createClass({
|
|||||||
max: 100,
|
max: 100,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onSliderChange: function(value) {
|
onSliderChange(value) {
|
||||||
log(value);
|
log(value);
|
||||||
},
|
},
|
||||||
onMinChange: function(e) {
|
onMinChange(e) {
|
||||||
this.setState({
|
this.setState({
|
||||||
min: +e.target.value || 0,
|
min: +e.target.value || 0,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onMaxChange: function(e) {
|
onMaxChange(e) {
|
||||||
this.setState({
|
this.setState({
|
||||||
max: +e.target.value || 100,
|
max: +e.target.value || 100,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
render: function() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<Slider range vertical defaultValue={[20, 50]} min={this.state.min} max={this.state.max} onChange={this.onSliderChange} />
|
<Slider range vertical defaultValue={[20, 50]} min={this.state.min} max={this.state.max}
|
||||||
|
onChange={this.onSliderChange}
|
||||||
|
/>
|
||||||
<label>Min: </label>
|
<label>Min: </label>
|
||||||
<input type="number" value={this.state.min} onChange={this.onMinChange} />
|
<input type="number" value={this.state.min} onChange={this.onMinChange} />
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
+18
-14
@@ -5,8 +5,8 @@ const React = require('react');
|
|||||||
const ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
const Slider = require('rc-slider');
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
const style = {float: 'left', width: 200, height: 400, marginBottom: 160, marginLeft: 50};
|
const style = { float: 'left', width: 200, height: 400, marginBottom: 160, marginLeft: 50 };
|
||||||
const parentStyle = {overflow: 'hidden'};
|
const parentStyle = { overflow: 'hidden' };
|
||||||
|
|
||||||
function log(value) {
|
function log(value) {
|
||||||
console.log(value);
|
console.log(value);
|
||||||
@@ -14,51 +14,53 @@ function log(value) {
|
|||||||
|
|
||||||
|
|
||||||
function percentFormatter(v) {
|
function percentFormatter(v) {
|
||||||
return v + ' %';
|
return `${v} %`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const CustomizedSlider = React.createClass({
|
const CustomizedSlider = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
value: 50,
|
value: 50,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onSliderChange: function(value) {
|
onSliderChange(value) {
|
||||||
log(value);
|
log(value);
|
||||||
this.setState({
|
this.setState({
|
||||||
value: value,
|
value,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
render: function() {
|
render() {
|
||||||
return <Slider vertical value={this.state.value} onChange={this.onSliderChange} />;
|
return <Slider vertical value={this.state.value} onChange={this.onSliderChange} />;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const DynamicBounds = React.createClass({
|
const DynamicBounds = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 100,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onSliderChange: function(value) {
|
onSliderChange(value) {
|
||||||
log(value);
|
log(value);
|
||||||
},
|
},
|
||||||
onMinChange: function(e) {
|
onMinChange(e) {
|
||||||
this.setState({
|
this.setState({
|
||||||
min: +e.target.value || 0,
|
min: +e.target.value || 0,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onMaxChange: function(e) {
|
onMaxChange(e) {
|
||||||
this.setState({
|
this.setState({
|
||||||
max: +e.target.value || 100,
|
max: +e.target.value || 100,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
render: function() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Slider with dynamic `min` `max`</p>
|
<p>Slider with dynamic `min` `max`</p>
|
||||||
<Slider vertical defaultValue={50} min={this.state.min} max={this.state.max} onChange={this.onSliderChange} />
|
<Slider vertical defaultValue={50} min={this.state.min} max={this.state.max}
|
||||||
|
onChange={this.onSliderChange}
|
||||||
|
/>
|
||||||
<label>Min: </label>
|
<label>Min: </label>
|
||||||
<input type="number" value={this.state.min} onChange={this.onMinChange} />
|
<input type="number" value={this.state.min} onChange={this.onMinChange} />
|
||||||
<br />
|
<br />
|
||||||
@@ -85,7 +87,9 @@ ReactDOM.render(
|
|||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Basic Slider with `tipFormatter`</p>
|
<p>Basic Slider with `tipFormatter`</p>
|
||||||
<Slider vertical tipFormatter={percentFormatter} tipTransitionName="rc-slider-tooltip-zoom-down" onChange={log} />
|
<Slider vertical tipFormatter={percentFormatter}
|
||||||
|
tipTransitionName="rc-slider-tooltip-zoom-down" onChange={log}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Basic Slider without tooltip</p>
|
<p>Basic Slider without tooltip</p>
|
||||||
|
|||||||
+16
-14
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rc-slider",
|
"name": "rc-slider",
|
||||||
"version": "3.6.2",
|
"version": "5.2.0",
|
||||||
"description": "slider ui component for react",
|
"description": "slider ui component for react",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
@@ -23,36 +23,38 @@
|
|||||||
],
|
],
|
||||||
"licenses": "MIT",
|
"licenses": "MIT",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
|
"style": "./assets/index.css",
|
||||||
"config": {
|
"config": {
|
||||||
"port": 8005
|
"port": 8005
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rc-tools run build",
|
"build": "rc-tools run build",
|
||||||
"gh-pages": "rc-tools run gh-pages",
|
"gh-pages": "rc-tools run gh-pages",
|
||||||
"start": "rc-server",
|
"start": "rc-tools run server",
|
||||||
"pub": "rc-tools run pub",
|
"pub": "rc-tools run pub --babel-runtime",
|
||||||
"lint": "rc-tools run lint",
|
"lint": "rc-tools run lint",
|
||||||
"karma": "rc-tools run karma",
|
"karma": "rc-tools run karma",
|
||||||
"saucelabs": "rc-tools run saucelabs",
|
"saucelabs": "rc-tools run saucelabs",
|
||||||
"browser-test": "rc-tools run browser-test",
|
"test": "rc-tools run test",
|
||||||
"browser-test-cover": "rc-tools run browser-test-cover"
|
"chrome-test": "rc-tools run chrome-test",
|
||||||
|
"coverage": "rc-tools run coverage"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"expect.js": "0.3.x",
|
"expect.js": "0.3.x",
|
||||||
"pre-commit": "1.x",
|
"pre-commit": "1.x",
|
||||||
"rc-server": "3.x",
|
"rc-tools": "^5.6.8",
|
||||||
"rc-tools": "4.x",
|
"react": "^15.2.1",
|
||||||
"react": "~0.14.0",
|
"react-addons-test-utils": "^15.2.1",
|
||||||
"react-addons-test-utils": "^0.14.0",
|
"react-dom": "^15.2.1"
|
||||||
"react-dom": "~0.14.0"
|
|
||||||
},
|
},
|
||||||
"pre-commit": [
|
"pre-commit": [
|
||||||
"lint"
|
"lint"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"classnames": "^2.2.1",
|
"babel-runtime": "6.x",
|
||||||
"rc-tooltip": "3.x",
|
"classnames": "^2.2.5",
|
||||||
"rc-util": "3.x",
|
"rc-tooltip": "^3.4.2",
|
||||||
"warning": "^2.1.0"
|
"rc-util": "^3.2.1",
|
||||||
|
"warning": "^3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+34
-17
@@ -23,34 +23,51 @@ export default class Handle extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const props = this.props;
|
const {
|
||||||
const {className, tipTransitionName, tipFormatter, vertical, offset, value} = props;
|
prefixCls,
|
||||||
const {dragging, noTip} = props;
|
tooltipPrefixCls,
|
||||||
|
className,
|
||||||
|
tipTransitionName,
|
||||||
|
tipFormatter,
|
||||||
|
vertical,
|
||||||
|
offset,
|
||||||
|
value,
|
||||||
|
dragging,
|
||||||
|
noTip,
|
||||||
|
} = this.props;
|
||||||
|
|
||||||
const style = vertical ? { bottom: offset + '%' } : { left: offset + '%' };
|
const style = vertical ? { bottom: `${offset}%` } : { left: `${offset}%` };
|
||||||
const handle = (<div className={className} style={style}
|
const handle = (
|
||||||
onMouseUp={this.showTooltip.bind(this)}
|
<div className={className} style={style}
|
||||||
onMouseEnter={this.showTooltip.bind(this)}
|
onMouseUp={this.showTooltip.bind(this)}
|
||||||
onMouseLeave={this.hideTooltip.bind(this)}/>);
|
onMouseEnter={this.showTooltip.bind(this)}
|
||||||
|
onMouseLeave={this.hideTooltip.bind(this)}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
|
||||||
if (noTip) {
|
if (noTip) {
|
||||||
return handle;
|
return handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
const isTooltipVisible = dragging || this.state.isTooltipVisible;
|
const isTooltipVisible = dragging || this.state.isTooltipVisible;
|
||||||
return (<Tooltip
|
return (
|
||||||
prefixCls={className.replace('slider-handle', 'tooltip')}
|
<Tooltip
|
||||||
placement="top"
|
prefixCls={tooltipPrefixCls || `${prefixCls}-tooltip`}
|
||||||
visible={isTooltipVisible}
|
placement="top"
|
||||||
overlay={<span>{tipFormatter(value)}</span>}
|
visible={isTooltipVisible}
|
||||||
delay={0}
|
overlay={<span>{tipFormatter(value)}</span>}
|
||||||
transitionName={tipTransitionName}>
|
delay={0}
|
||||||
{handle}
|
transitionName={tipTransitionName}
|
||||||
</Tooltip>);
|
>
|
||||||
|
{handle}
|
||||||
|
</Tooltip>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Handle.propTypes = {
|
Handle.propTypes = {
|
||||||
|
prefixCls: React.PropTypes.string,
|
||||||
|
tooltipPrefixCls: React.PropTypes.string,
|
||||||
className: React.PropTypes.string,
|
className: React.PropTypes.string,
|
||||||
vertical: React.PropTypes.bool,
|
vertical: React.PropTypes.bool,
|
||||||
offset: React.PropTypes.number,
|
offset: React.PropTypes.number,
|
||||||
|
|||||||
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import classNames from 'classnames';
|
import classNames from 'classnames';
|
||||||
|
|
||||||
const Marks = ({className, vertical, marks, included, upperBound, lowerBound, max, min}) => {
|
const Marks = ({ className, vertical, marks, included, upperBound, lowerBound, max, min }) => {
|
||||||
const marksKeys = Object.keys(marks);
|
const marksKeys = Object.keys(marks);
|
||||||
const marksCount = marksKeys.length;
|
const marksCount = marksKeys.length;
|
||||||
const unit = 100 / (marksCount - 1);
|
const unit = 100 / (marksCount - 1);
|
||||||
@@ -12,20 +12,20 @@ const Marks = ({className, vertical, marks, included, upperBound, lowerBound, ma
|
|||||||
const isActived = (!included && point === upperBound) ||
|
const isActived = (!included && point === upperBound) ||
|
||||||
(included && point <= upperBound && point >= lowerBound);
|
(included && point <= upperBound && point >= lowerBound);
|
||||||
const markClassName = classNames({
|
const markClassName = classNames({
|
||||||
[className + '-text']: true,
|
[`${className}-text`]: true,
|
||||||
[className + '-text-active']: isActived,
|
[`${className}-text-active`]: isActived,
|
||||||
});
|
});
|
||||||
|
|
||||||
const bottomStyle = {
|
const bottomStyle = {
|
||||||
// height: markWidth + '%',
|
// height: markWidth + '%',
|
||||||
marginBottom: '-200' + '%',
|
marginBottom: '-50%',
|
||||||
bottom: (point - min) / range * 100 + '%',
|
bottom: `${(point - min) / range * 100}%`,
|
||||||
};
|
};
|
||||||
|
|
||||||
const leftStyle = {
|
const leftStyle = {
|
||||||
width: markWidth + '%',
|
width: `${markWidth}%`,
|
||||||
marginLeft: -markWidth / 2 + '%',
|
marginLeft: `${-markWidth / 2}%`,
|
||||||
left: (point - min) / range * 100 + '%',
|
left: `${(point - min) / range * 100}%`,
|
||||||
};
|
};
|
||||||
|
|
||||||
const style = vertical ? bottomStyle : leftStyle;
|
const style = vertical ? bottomStyle : leftStyle;
|
||||||
|
|||||||
+293
-121
@@ -1,10 +1,12 @@
|
|||||||
import React from 'react';
|
import { findDOMNode } from 'react-dom';
|
||||||
import {Dom as DomUtils} from 'rc-util';
|
import React, { cloneElement } from 'react';
|
||||||
|
import addEventListener from 'rc-util/lib/Dom/addEventListener';
|
||||||
import classNames from 'classnames';
|
import classNames from 'classnames';
|
||||||
import Track from './Track';
|
import Track from './Track';
|
||||||
import Handle from './Handle';
|
import DefaultHandle from './Handle';
|
||||||
import Steps from './Steps';
|
import Steps from './Steps';
|
||||||
import Marks from './Marks';
|
import Marks from './Marks';
|
||||||
|
import warning from 'warning';
|
||||||
|
|
||||||
function noop() {
|
function noop() {
|
||||||
}
|
}
|
||||||
@@ -21,6 +23,13 @@ function getMousePosition(vertical, e) {
|
|||||||
return vertical ? e.clientY : e.pageX;
|
return vertical ? e.clientY : e.pageX;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getHandleCenterPosition(vertical, handle) {
|
||||||
|
const coords = handle.getBoundingClientRect();
|
||||||
|
return vertical ?
|
||||||
|
coords.top + (coords.height * 0.5) :
|
||||||
|
coords.left + (coords.width * 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
function pauseEvent(e) {
|
function pauseEvent(e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
@@ -30,64 +39,58 @@ class Slider extends React.Component {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
||||||
const {range, min, max} = props;
|
const { range, min, max, step } = props;
|
||||||
const initialValue = range ? [min, min] : min;
|
const initialValue = range ? Array.apply(null, Array(range + 1)).map(() => min) : min;
|
||||||
const defaultValue = ('defaultValue' in props ? props.defaultValue : initialValue);
|
const defaultValue = ('defaultValue' in props ? props.defaultValue : initialValue);
|
||||||
const value = (props.value !== undefined ? props.value : defaultValue);
|
const value = (props.value !== undefined ? props.value : defaultValue);
|
||||||
|
|
||||||
let upperBound;
|
const bounds = (range ? value : [min, value]).map(v => this.trimAlignValue(v));
|
||||||
let lowerBound;
|
|
||||||
if (props.range) {
|
|
||||||
lowerBound = this.trimAlignValue(value[0]);
|
|
||||||
upperBound = this.trimAlignValue(value[1]);
|
|
||||||
} else {
|
|
||||||
upperBound = this.trimAlignValue(value);
|
|
||||||
}
|
|
||||||
|
|
||||||
let recent;
|
let recent;
|
||||||
if (props.range && upperBound === lowerBound) {
|
if (range && bounds[0] === bounds[bounds.length - 1] && bounds[0] === max) {
|
||||||
recent = lowerBound === max ? 'lowerBound' : 'upperBound';
|
recent = 0;
|
||||||
} else {
|
} else {
|
||||||
recent = 'upperBound';
|
recent = bounds.length - 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (process.env.NODE_ENV !== 'production' &&
|
||||||
|
step && Math.floor(step) === step &&
|
||||||
|
(max - min) % step !== 0) {
|
||||||
|
warning(
|
||||||
|
false,
|
||||||
|
'Slider[max] - Slider[min] (%s) should be a multiple of Slider[step] (%s)',
|
||||||
|
max - min,
|
||||||
|
step
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.state = {
|
this.state = {
|
||||||
handle: null,
|
handle: null,
|
||||||
recent: recent,
|
recent,
|
||||||
upperBound: upperBound,
|
bounds,
|
||||||
// If Slider is not range, set `lowerBound` equal to `min`.
|
|
||||||
lowerBound: (lowerBound || min),
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillReceiveProps(nextProps) {
|
componentWillReceiveProps(nextProps) {
|
||||||
if (!('value' in nextProps || 'min' in nextProps || 'max' in nextProps)) return;
|
if (!('value' in nextProps || 'min' in nextProps || 'max' in nextProps)) return;
|
||||||
|
|
||||||
const {lowerBound, upperBound} = this.state;
|
const { bounds } = this.state;
|
||||||
if (nextProps.range) {
|
if (nextProps.range) {
|
||||||
const value = nextProps.value || [lowerBound, upperBound];
|
const value = nextProps.value || bounds;
|
||||||
const nextUpperBound = this.trimAlignValue(value[1], nextProps);
|
const nextBounds = value.map(v => this.trimAlignValue(v, nextProps));
|
||||||
const nextLowerBound = this.trimAlignValue(value[0], nextProps);
|
if (nextBounds.every((v, i) => v === bounds[i])) return;
|
||||||
if (nextLowerBound === lowerBound && nextUpperBound === upperBound) return;
|
|
||||||
|
|
||||||
this.setState({
|
this.setState({ bounds: nextBounds });
|
||||||
upperBound: nextUpperBound,
|
if (bounds.some(v => this.isValueOutOfBounds(v, nextProps))) {
|
||||||
lowerBound: nextLowerBound,
|
this.props.onChange(nextBounds);
|
||||||
});
|
|
||||||
if (this.isValueOutOfBounds(upperBound, nextProps) ||
|
|
||||||
this.isValueOutOfBounds(lowerBound, nextProps)) {
|
|
||||||
this.props.onChange([nextLowerBound, nextUpperBound]);
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const value = nextProps.value !== undefined ? nextProps.value : upperBound;
|
const value = nextProps.value !== undefined ? nextProps.value : bounds[1];
|
||||||
const nextValue = this.trimAlignValue(value, nextProps);
|
const nextValue = this.trimAlignValue(value, nextProps);
|
||||||
if (nextValue === upperBound && lowerBound === nextProps.min) return;
|
if (nextValue === bounds[1] && bounds[0] === nextProps.min) return;
|
||||||
|
|
||||||
this.setState({
|
this.setState({ bounds: [nextProps.min, nextValue] });
|
||||||
upperBound: nextValue,
|
if (this.isValueOutOfBounds(bounds[1], nextProps)) {
|
||||||
lowerBound: nextProps.min,
|
|
||||||
});
|
|
||||||
if (this.isValueOutOfBounds(upperBound, nextProps)) {
|
|
||||||
this.props.onChange(nextValue);
|
this.props.onChange(nextValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -99,17 +102,17 @@ class Slider extends React.Component {
|
|||||||
if (isNotControlled) {
|
if (isNotControlled) {
|
||||||
this.setState(state);
|
this.setState(state);
|
||||||
} else if (state.handle) {
|
} else if (state.handle) {
|
||||||
this.setState({handle: state.handle});
|
this.setState({ handle: state.handle });
|
||||||
}
|
}
|
||||||
|
|
||||||
const data = {...this.state, ...state};
|
const data = { ...this.state, ...state };
|
||||||
const changedValue = props.range ? [data.lowerBound, data.upperBound] : data.upperBound;
|
const changedValue = props.range ? data.bounds : data.bounds[1];
|
||||||
props.onChange(changedValue);
|
props.onChange(changedValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
onMouseMove(e) {
|
onMouseMove(e) {
|
||||||
const position = getMousePosition(this.props.vertical, e);
|
const position = getMousePosition(this.props.vertical, e);
|
||||||
this.onMove(e, position);
|
this.onMove(e, position - this.dragOffset);
|
||||||
}
|
}
|
||||||
|
|
||||||
onTouchMove(e) {
|
onTouchMove(e) {
|
||||||
@@ -119,7 +122,7 @@ class Slider extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const position = getTouchPosition(this.props.vertical, e);
|
const position = getTouchPosition(this.props.vertical, e);
|
||||||
this.onMove(e, position);
|
this.onMove(e, position - this.dragOffset);
|
||||||
}
|
}
|
||||||
|
|
||||||
onMove(e, position) {
|
onMove(e, position) {
|
||||||
@@ -132,42 +135,52 @@ class Slider extends React.Component {
|
|||||||
const diffValue = diffPosition / this.getSliderLength() * (props.max - props.min);
|
const diffValue = diffPosition / this.getSliderLength() * (props.max - props.min);
|
||||||
|
|
||||||
const value = this.trimAlignValue(this.startValue + diffValue);
|
const value = this.trimAlignValue(this.startValue + diffValue);
|
||||||
const oldValue = state[state.handle];
|
const oldValue = state.bounds[state.handle];
|
||||||
if (value === oldValue) return;
|
if (value === oldValue) return;
|
||||||
|
|
||||||
if (props.allowCross && value < state.lowerBound && state.handle === 'upperBound') {
|
const nextBounds = [...state.bounds];
|
||||||
this.onChange({
|
nextBounds[state.handle] = value;
|
||||||
handle: 'lowerBound',
|
let nextHandle = state.handle;
|
||||||
lowerBound: value,
|
if (props.pushable !== false) {
|
||||||
upperBound: this.state.lowerBound,
|
const originalValue = state.bounds[nextHandle];
|
||||||
});
|
this.pushSurroundingHandles(nextBounds, nextHandle, originalValue);
|
||||||
return;
|
} else if (props.allowCross) {
|
||||||
|
nextBounds.sort((a, b) => a - b);
|
||||||
|
nextHandle = nextBounds.indexOf(value);
|
||||||
}
|
}
|
||||||
if (props.allowCross && value > state.upperBound && state.handle === 'lowerBound') {
|
|
||||||
this.onChange({
|
|
||||||
handle: 'upperBound',
|
|
||||||
upperBound: value,
|
|
||||||
lowerBound: this.state.upperBound,
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
this.onChange({
|
this.onChange({
|
||||||
[state.handle]: value,
|
handle: nextHandle,
|
||||||
|
bounds: nextBounds,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
onTouchStart(e) {
|
onTouchStart(e) {
|
||||||
if (isNotTouchEvent(e)) return;
|
if (isNotTouchEvent(e)) return;
|
||||||
|
|
||||||
const position = getTouchPosition(this.props.vertical, e);
|
let position = getTouchPosition(this.props.vertical, e);
|
||||||
|
if (!this.isEventFromHandle(e)) {
|
||||||
|
this.dragOffset = 0;
|
||||||
|
} else {
|
||||||
|
const handlePosition = getHandleCenterPosition(this.props.vertical, e.target);
|
||||||
|
this.dragOffset = position - handlePosition;
|
||||||
|
position = handlePosition;
|
||||||
|
}
|
||||||
this.onStart(position);
|
this.onStart(position);
|
||||||
this.addDocumentEvents('touch');
|
this.addDocumentEvents('touch');
|
||||||
pauseEvent(e);
|
pauseEvent(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
onMouseDown(e) {
|
onMouseDown(e) {
|
||||||
const position = getMousePosition(this.props.vertical, e);
|
if (e.button !== 0) { return; }
|
||||||
|
|
||||||
|
let position = getMousePosition(this.props.vertical, e);
|
||||||
|
if (!this.isEventFromHandle(e)) {
|
||||||
|
this.dragOffset = 0;
|
||||||
|
} else {
|
||||||
|
const handlePosition = getHandleCenterPosition(this.props.vertical, e.target);
|
||||||
|
this.dragOffset = position - handlePosition;
|
||||||
|
position = handlePosition;
|
||||||
|
}
|
||||||
this.onStart(position);
|
this.onStart(position);
|
||||||
this.addDocumentEvents('mouse');
|
this.addDocumentEvents('mouse');
|
||||||
pauseEvent(e);
|
pauseEvent(e);
|
||||||
@@ -182,22 +195,26 @@ class Slider extends React.Component {
|
|||||||
this.startPosition = position;
|
this.startPosition = position;
|
||||||
|
|
||||||
const state = this.state;
|
const state = this.state;
|
||||||
const {upperBound, lowerBound} = state;
|
const { bounds } = state;
|
||||||
|
|
||||||
let valueNeedChanging = 'upperBound';
|
let valueNeedChanging = 1;
|
||||||
if (this.props.range) {
|
if (this.props.range) {
|
||||||
const isLowerBoundCloser = Math.abs(upperBound - value) > Math.abs(lowerBound - value);
|
let closestBound = 0;
|
||||||
if (isLowerBoundCloser) {
|
for (let i = 1; i < bounds.length - 1; ++i) {
|
||||||
valueNeedChanging = 'lowerBound';
|
if (value > bounds[i]) { closestBound = i; }
|
||||||
}
|
}
|
||||||
|
if (Math.abs(bounds[closestBound + 1] - value) < Math.abs(bounds[closestBound] - value)) {
|
||||||
|
closestBound = closestBound + 1;
|
||||||
|
}
|
||||||
|
valueNeedChanging = closestBound;
|
||||||
|
|
||||||
const isAtTheSamePoint = (upperBound === lowerBound);
|
const isAtTheSamePoint = (bounds[closestBound + 1] === bounds[closestBound]);
|
||||||
if (isAtTheSamePoint) {
|
if (isAtTheSamePoint) {
|
||||||
valueNeedChanging = state.recent;
|
valueNeedChanging = state.recent;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isAtTheSamePoint && (value !== upperBound)) {
|
if (isAtTheSamePoint && (value !== bounds[closestBound + 1])) {
|
||||||
valueNeedChanging = value < upperBound ? 'lowerBound' : 'upperBound';
|
valueNeedChanging = value < bounds[closestBound + 1] ? closestBound : closestBound + 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -206,17 +223,17 @@ class Slider extends React.Component {
|
|||||||
recent: valueNeedChanging,
|
recent: valueNeedChanging,
|
||||||
});
|
});
|
||||||
|
|
||||||
const oldValue = state[valueNeedChanging];
|
const oldValue = state.bounds[valueNeedChanging];
|
||||||
if (value === oldValue) return;
|
if (value === oldValue) return;
|
||||||
|
|
||||||
this.onChange({
|
const nextBounds = [...state.bounds];
|
||||||
[valueNeedChanging]: value,
|
nextBounds[valueNeedChanging] = value;
|
||||||
});
|
this.onChange({ bounds: nextBounds });
|
||||||
}
|
}
|
||||||
|
|
||||||
getValue() {
|
getValue() {
|
||||||
const {lowerBound, upperBound} = this.state;
|
const { bounds } = this.state;
|
||||||
return this.props.range ? [lowerBound, upperBound] : upperBound;
|
return this.props.range ? bounds : bounds[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
getSliderLength() {
|
getSliderLength() {
|
||||||
@@ -244,14 +261,42 @@ class Slider extends React.Component {
|
|||||||
return precision;
|
return precision;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns an array of possible slider points, taking into account both
|
||||||
|
* `marks` and `step`. The result is cached.
|
||||||
|
*/
|
||||||
|
getPoints() {
|
||||||
|
const { marks, step, min, max } = this.props;
|
||||||
|
const cache = this._getPointsCache;
|
||||||
|
if (!cache || cache.marks !== marks || cache.step !== step) {
|
||||||
|
const pointsObject = { ...marks };
|
||||||
|
if (step !== null) {
|
||||||
|
for (let point = min; point <= max; point += step) {
|
||||||
|
pointsObject[point] = point;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const points = Object.keys(pointsObject).map(parseFloat);
|
||||||
|
points.sort((a, b) => a - b);
|
||||||
|
this._getPointsCache = { marks, step, points };
|
||||||
|
}
|
||||||
|
return this._getPointsCache.points;
|
||||||
|
}
|
||||||
|
|
||||||
|
isEventFromHandle(e) {
|
||||||
|
return this.state.bounds.some((x, i) => (
|
||||||
|
this.refs[`handle-${i}`] &&
|
||||||
|
e.target === findDOMNode(this.refs[`handle-${i}`])
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
isValueOutOfBounds(value, props) {
|
isValueOutOfBounds(value, props) {
|
||||||
return value < props.min || value > props.max;
|
return value < props.min || value > props.max;
|
||||||
}
|
}
|
||||||
|
|
||||||
trimAlignValue(v, nextProps) {
|
trimAlignValue(v, nextProps) {
|
||||||
const state = this.state || {};
|
const state = this.state || {};
|
||||||
const {handle, lowerBound, upperBound} = state;
|
const { handle, bounds } = state;
|
||||||
const {marks, step, min, max, allowCross} = {...this.props, ...(nextProps || {})};
|
const { marks, step, min, max, allowCross } = { ...this.props, ...(nextProps || {}) };
|
||||||
|
|
||||||
let val = v;
|
let val = v;
|
||||||
if (val <= min) {
|
if (val <= min) {
|
||||||
@@ -260,16 +305,18 @@ class Slider extends React.Component {
|
|||||||
if (val >= max) {
|
if (val >= max) {
|
||||||
val = max;
|
val = max;
|
||||||
}
|
}
|
||||||
if (!allowCross && handle === 'upperBound' && val <= lowerBound) {
|
/* eslint-disable eqeqeq */
|
||||||
val = lowerBound;
|
if (!allowCross && handle != null && handle > 0 && val <= bounds[handle - 1]) {
|
||||||
|
val = bounds[handle - 1];
|
||||||
}
|
}
|
||||||
if (!allowCross && handle === 'lowerBound' && val >= upperBound) {
|
if (!allowCross && handle != null && handle < bounds.length - 1 && val >= bounds[handle + 1]) {
|
||||||
val = upperBound;
|
val = bounds[handle + 1];
|
||||||
}
|
}
|
||||||
|
/* eslint-enable eqeqeq */
|
||||||
|
|
||||||
const points = Object.keys(marks).map(parseFloat);
|
const points = Object.keys(marks).map(parseFloat);
|
||||||
if (step !== null) {
|
if (step !== null) {
|
||||||
const closestStep = Math.round(val / step) * step;
|
const closestStep = (Math.round((val - min) / step) * step) + min;
|
||||||
points.push(closestStep);
|
points.push(closestStep);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -279,14 +326,72 @@ class Slider extends React.Component {
|
|||||||
return step !== null ? parseFloat(closestPoint.toFixed(this.getPrecision(step))) : closestPoint;
|
return step !== null ? parseFloat(closestPoint.toFixed(this.getPrecision(step))) : closestPoint;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pushHandleOnePoint(bounds, handle, direction) {
|
||||||
|
const points = this.getPoints();
|
||||||
|
const pointIndex = points.indexOf(bounds[handle]);
|
||||||
|
const nextPointIndex = pointIndex + direction;
|
||||||
|
if (nextPointIndex >= points.length || nextPointIndex < 0) {
|
||||||
|
// reached the minimum or maximum available point, can't push anymore
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
const nextHandle = handle + direction;
|
||||||
|
const nextValue = points[nextPointIndex];
|
||||||
|
const { pushable: threshold } = this.props;
|
||||||
|
const diffToNext = direction * (bounds[nextHandle] - nextValue);
|
||||||
|
if (!this.pushHandle(bounds, nextHandle, direction, threshold - diffToNext)) {
|
||||||
|
// couldn't push next handle, so we won't push this one either
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
// push the handle
|
||||||
|
bounds[handle] = nextValue;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
pushHandle(bounds, handle, direction, amount) {
|
||||||
|
const originalValue = bounds[handle];
|
||||||
|
let currentValue = bounds[handle];
|
||||||
|
while (direction * (currentValue - originalValue) < amount) {
|
||||||
|
if (!this.pushHandleOnePoint(bounds, handle, direction)) {
|
||||||
|
// can't push handle enough to create the needed `amount` gap, so we
|
||||||
|
// revert its position to the original value
|
||||||
|
bounds[handle] = originalValue;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
currentValue = bounds[handle];
|
||||||
|
}
|
||||||
|
// the handle was pushed enough to create the needed `amount` gap
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
pushSurroundingHandles(bounds, handle, originalValue) {
|
||||||
|
const { pushable: threshold } = this.props;
|
||||||
|
const value = bounds[handle];
|
||||||
|
|
||||||
|
let direction = 0;
|
||||||
|
if (bounds[handle + 1] - value < threshold) {
|
||||||
|
direction = +1;
|
||||||
|
} else if (value - bounds[handle - 1] < threshold) {
|
||||||
|
direction = -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (direction === 0) { return; }
|
||||||
|
|
||||||
|
const nextHandle = handle + direction;
|
||||||
|
const diffToNext = direction * (bounds[nextHandle] - value);
|
||||||
|
if (!this.pushHandle(bounds, nextHandle, direction, threshold - diffToNext)) {
|
||||||
|
// revert to original value if pushing is impossible
|
||||||
|
bounds[handle] = originalValue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
calcOffset(value) {
|
calcOffset(value) {
|
||||||
const {min, max} = this.props;
|
const { min, max } = this.props;
|
||||||
const ratio = (value - min) / (max - min);
|
const ratio = (value - min) / (max - min);
|
||||||
return ratio * 100;
|
return ratio * 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
calcValue(offset) {
|
calcValue(offset) {
|
||||||
const {vertical, min, max} = this.props;
|
const { vertical, min, max } = this.props;
|
||||||
const ratio = Math.abs(offset / this.getSliderLength());
|
const ratio = Math.abs(offset / this.getSliderLength());
|
||||||
const value = vertical ? (1 - ratio) * (max - min) + min : ratio * (max - min) + min;
|
const value = vertical ? (1 - ratio) * (max - min) + min : ratio * (max - min) + min;
|
||||||
return value;
|
return value;
|
||||||
@@ -301,11 +406,15 @@ class Slider extends React.Component {
|
|||||||
addDocumentEvents(type) {
|
addDocumentEvents(type) {
|
||||||
if (type === 'touch') {
|
if (type === 'touch') {
|
||||||
// just work for chrome iOS Safari and Android Browser
|
// just work for chrome iOS Safari and Android Browser
|
||||||
this.onTouchMoveListener = DomUtils.addEventListener(document, 'touchmove', this.onTouchMove.bind(this));
|
this.onTouchMoveListener =
|
||||||
this.onTouchUpListener = DomUtils.addEventListener(document, 'touchend', this.end.bind(this, 'touch'));
|
addEventListener(document, 'touchmove', this.onTouchMove.bind(this));
|
||||||
|
this.onTouchUpListener =
|
||||||
|
addEventListener(document, 'touchend', this.end.bind(this, 'touch'));
|
||||||
} else if (type === 'mouse') {
|
} else if (type === 'mouse') {
|
||||||
this.onMouseMoveListener = DomUtils.addEventListener(document, 'mousemove', this.onMouseMove.bind(this));
|
this.onMouseMoveListener =
|
||||||
this.onMouseUpListener = DomUtils.addEventListener(document, 'mouseup', this.end.bind(this, 'mouse'));
|
addEventListener(document, 'mousemove', this.onMouseMove.bind(this));
|
||||||
|
this.onMouseUpListener =
|
||||||
|
addEventListener(document, 'mouseup', this.end.bind(this, 'mouse'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -322,52 +431,104 @@ class Slider extends React.Component {
|
|||||||
end(type) {
|
end(type) {
|
||||||
this.removeEvents(type);
|
this.removeEvents(type);
|
||||||
this.props.onAfterChange(this.getValue());
|
this.props.onAfterChange(this.getValue());
|
||||||
this.setState({handle: null});
|
this.setState({ handle: null });
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const {handle, upperBound, lowerBound} = this.state;
|
const {
|
||||||
const {className, prefixCls, disabled, vertical, dots, included, range, step,
|
handle,
|
||||||
marks, max, min, tipTransitionName, tipFormatter, children} = this.props;
|
bounds,
|
||||||
|
} = this.state;
|
||||||
|
const {
|
||||||
|
className,
|
||||||
|
prefixCls,
|
||||||
|
tooltipPrefixCls,
|
||||||
|
disabled,
|
||||||
|
vertical,
|
||||||
|
dots,
|
||||||
|
included,
|
||||||
|
range,
|
||||||
|
step,
|
||||||
|
marks,
|
||||||
|
max, min,
|
||||||
|
tipTransitionName,
|
||||||
|
tipFormatter,
|
||||||
|
children,
|
||||||
|
} = this.props;
|
||||||
|
|
||||||
const upperOffset = this.calcOffset(upperBound);
|
const customHandle = this.props.handle;
|
||||||
const lowerOffset = this.calcOffset(lowerBound);
|
|
||||||
|
const offsets = bounds.map(v => this.calcOffset(v));
|
||||||
|
|
||||||
|
const handleClassName = `${prefixCls}-handle`;
|
||||||
|
|
||||||
|
const handlesClassNames = bounds.map((v, i) => classNames({
|
||||||
|
[handleClassName]: true,
|
||||||
|
[`${handleClassName}-${i + 1}`]: true,
|
||||||
|
[`${handleClassName}-lower`]: i === 0,
|
||||||
|
[`${handleClassName}-upper`]: i === bounds.length - 1,
|
||||||
|
}));
|
||||||
|
|
||||||
const handleClassName = prefixCls + '-handle';
|
|
||||||
const isNoTip = (step === null) || (tipFormatter === null);
|
const isNoTip = (step === null) || (tipFormatter === null);
|
||||||
|
|
||||||
const upper = (<Handle className={handleClassName}
|
const commonHandleProps = {
|
||||||
noTip={isNoTip} tipTransitionName={tipTransitionName} tipFormatter={tipFormatter}
|
prefixCls,
|
||||||
vertical = {vertical} offset={upperOffset} value={upperBound} dragging={handle === 'upperBound'}/>);
|
tooltipPrefixCls,
|
||||||
|
noTip: isNoTip,
|
||||||
|
tipTransitionName,
|
||||||
|
tipFormatter,
|
||||||
|
vertical,
|
||||||
|
};
|
||||||
|
|
||||||
let lower = null;
|
const handles = bounds.map((v, i) => cloneElement(customHandle, {
|
||||||
if (range) {
|
...commonHandleProps,
|
||||||
lower = (<Handle className={handleClassName}
|
className: handlesClassNames[i],
|
||||||
noTip={isNoTip} tipTransitionName={tipTransitionName} tipFormatter={tipFormatter}
|
value: v,
|
||||||
vertical = {vertical} offset={lowerOffset} value={lowerBound} dragging={handle === 'lowerBound'}/>);
|
offset: offsets[i],
|
||||||
|
dragging: handle === i,
|
||||||
|
key: i,
|
||||||
|
ref: `handle-${i}`,
|
||||||
|
}));
|
||||||
|
if (!range) { handles.shift(); }
|
||||||
|
|
||||||
|
const isIncluded = included || range;
|
||||||
|
|
||||||
|
const tracks = [];
|
||||||
|
for (let i = 1; i < bounds.length; ++i) {
|
||||||
|
const trackClassName = classNames({
|
||||||
|
[`${prefixCls}-track`]: true,
|
||||||
|
[`${prefixCls}-track-${i}`]: true,
|
||||||
|
});
|
||||||
|
tracks.push(
|
||||||
|
<Track className={trackClassName} vertical={vertical} included={isIncluded}
|
||||||
|
offset={offsets[i - 1]} length={offsets[i] - offsets[i - 1]} key={i}
|
||||||
|
/>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const sliderClassName = classNames({
|
const sliderClassName = classNames({
|
||||||
[prefixCls]: true,
|
[prefixCls]: true,
|
||||||
[prefixCls + '-disabled']: disabled,
|
[`${prefixCls}-disabled`]: disabled,
|
||||||
[className]: !!className,
|
[className]: !!className,
|
||||||
[prefixCls + '-vertical']: this.props.vertical,
|
[`${prefixCls}-vertical`]: this.props.vertical,
|
||||||
});
|
});
|
||||||
const isIncluded = included || range;
|
|
||||||
return (
|
return (
|
||||||
<div ref="slider" className={sliderClassName}
|
<div ref="slider" className={sliderClassName}
|
||||||
onTouchStart={disabled ? noop : this.onTouchStart.bind(this)}
|
onTouchStart={disabled ? noop : this.onTouchStart.bind(this)}
|
||||||
onMouseDown={disabled ? noop : this.onMouseDown.bind(this)}>
|
onMouseDown={disabled ? noop : this.onMouseDown.bind(this)}
|
||||||
{upper}
|
>
|
||||||
{lower}
|
<div className={`${prefixCls}-rail`} />
|
||||||
<Track className={prefixCls + '-track'} vertical = {vertical} included={isIncluded}
|
{tracks}
|
||||||
offset={lowerOffset} length={upperOffset - lowerOffset}/>
|
|
||||||
<Steps prefixCls={prefixCls} vertical = {vertical} marks={marks} dots={dots} step={step}
|
<Steps prefixCls={prefixCls} vertical = {vertical} marks={marks} dots={dots} step={step}
|
||||||
included={isIncluded} lowerBound={lowerBound}
|
included={isIncluded} lowerBound={bounds[0]}
|
||||||
upperBound={upperBound} max={max} min={min}/>
|
upperBound={bounds[bounds.length - 1]} max={max} min={min}
|
||||||
<Marks className={prefixCls + '-mark'} vertical = {vertical} marks={marks}
|
/>
|
||||||
included={isIncluded} lowerBound={lowerBound}
|
{handles}
|
||||||
upperBound={upperBound} max={max} min={min}/>
|
<Marks className={`${prefixCls}-mark`} vertical = {vertical} marks={marks}
|
||||||
|
included={isIncluded} lowerBound={bounds[0]}
|
||||||
|
upperBound={bounds[bounds.length - 1]} max={max} min={min}
|
||||||
|
/>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
@@ -390,17 +551,26 @@ Slider.propTypes = {
|
|||||||
included: React.PropTypes.bool,
|
included: React.PropTypes.bool,
|
||||||
className: React.PropTypes.string,
|
className: React.PropTypes.string,
|
||||||
prefixCls: React.PropTypes.string,
|
prefixCls: React.PropTypes.string,
|
||||||
|
tooltipPrefixCls: React.PropTypes.string,
|
||||||
disabled: React.PropTypes.bool,
|
disabled: React.PropTypes.bool,
|
||||||
children: React.PropTypes.any,
|
children: React.PropTypes.any,
|
||||||
onBeforeChange: React.PropTypes.func,
|
onBeforeChange: React.PropTypes.func,
|
||||||
onChange: React.PropTypes.func,
|
onChange: React.PropTypes.func,
|
||||||
onAfterChange: React.PropTypes.func,
|
onAfterChange: React.PropTypes.func,
|
||||||
|
handle: React.PropTypes.element,
|
||||||
tipTransitionName: React.PropTypes.string,
|
tipTransitionName: React.PropTypes.string,
|
||||||
tipFormatter: React.PropTypes.func,
|
tipFormatter: React.PropTypes.func,
|
||||||
dots: React.PropTypes.bool,
|
dots: React.PropTypes.bool,
|
||||||
range: React.PropTypes.bool,
|
range: React.PropTypes.oneOfType([
|
||||||
|
React.PropTypes.bool,
|
||||||
|
React.PropTypes.number,
|
||||||
|
]),
|
||||||
vertical: React.PropTypes.bool,
|
vertical: React.PropTypes.bool,
|
||||||
allowCross: React.PropTypes.bool,
|
allowCross: React.PropTypes.bool,
|
||||||
|
pushable: React.PropTypes.oneOfType([
|
||||||
|
React.PropTypes.bool,
|
||||||
|
React.PropTypes.number,
|
||||||
|
]),
|
||||||
};
|
};
|
||||||
|
|
||||||
Slider.defaultProps = {
|
Slider.defaultProps = {
|
||||||
@@ -411,6 +581,7 @@ Slider.defaultProps = {
|
|||||||
max: 100,
|
max: 100,
|
||||||
step: 1,
|
step: 1,
|
||||||
marks: {},
|
marks: {},
|
||||||
|
handle: <DefaultHandle />,
|
||||||
onBeforeChange: noop,
|
onBeforeChange: noop,
|
||||||
onChange: noop,
|
onChange: noop,
|
||||||
onAfterChange: noop,
|
onAfterChange: noop,
|
||||||
@@ -421,6 +592,7 @@ Slider.defaultProps = {
|
|||||||
range: false,
|
range: false,
|
||||||
vertical: false,
|
vertical: false,
|
||||||
allowCross: true,
|
allowCross: true,
|
||||||
|
pushable: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Slider;
|
export default Slider;
|
||||||
|
|||||||
+10
-7
@@ -3,7 +3,10 @@ import classNames from 'classnames';
|
|||||||
import warning from 'warning';
|
import warning from 'warning';
|
||||||
|
|
||||||
function calcPoints(vertical, marks, dots, step, min, max) {
|
function calcPoints(vertical, marks, dots, step, min, max) {
|
||||||
warning(dots ? step > 0 : true, '`Slider[step]` should be a positive number in order to make Slider[dots] work.');
|
warning(
|
||||||
|
dots ? step > 0 : true,
|
||||||
|
'`Slider[step]` should be a positive number in order to make Slider[dots] work.'
|
||||||
|
);
|
||||||
const points = Object.keys(marks).map(parseFloat);
|
const points = Object.keys(marks).map(parseFloat);
|
||||||
if (dots) {
|
if (dots) {
|
||||||
for (let i = min; i <= max; i = i + step) {
|
for (let i = min; i <= max; i = i + step) {
|
||||||
@@ -14,24 +17,24 @@ function calcPoints(vertical, marks, dots, step, min, max) {
|
|||||||
return points;
|
return points;
|
||||||
}
|
}
|
||||||
|
|
||||||
const Steps = ({prefixCls, vertical, marks, dots, step, included,
|
const Steps = ({ prefixCls, vertical, marks, dots, step, included,
|
||||||
lowerBound, upperBound, max, min}) => {
|
lowerBound, upperBound, max, min }) => {
|
||||||
const range = max - min;
|
const range = max - min;
|
||||||
const elements = calcPoints(vertical, marks, dots, step, min, max).map((point) => {
|
const elements = calcPoints(vertical, marks, dots, step, min, max).map((point) => {
|
||||||
const offset = Math.abs(point - min) / range * 100 + '%';
|
const offset = `${Math.abs(point - min) / range * 100}%`;
|
||||||
const style = vertical ? { bottom: offset } : { left: offset };
|
const style = vertical ? { bottom: offset } : { left: offset };
|
||||||
|
|
||||||
const isActived = (!included && point === upperBound) ||
|
const isActived = (!included && point === upperBound) ||
|
||||||
(included && point <= upperBound && point >= lowerBound);
|
(included && point <= upperBound && point >= lowerBound);
|
||||||
const pointClassName = classNames({
|
const pointClassName = classNames({
|
||||||
[prefixCls + '-dot']: true,
|
[`${prefixCls}-dot`]: true,
|
||||||
[prefixCls + '-dot-active']: isActived,
|
[`${prefixCls}-dot-active`]: isActived,
|
||||||
});
|
});
|
||||||
|
|
||||||
return <span className={pointClassName} style={style} key={point} />;
|
return <span className={pointClassName} style={style} key={point} />;
|
||||||
});
|
});
|
||||||
|
|
||||||
return <div className={prefixCls + '-step'}>{elements}</div>;
|
return <div className={`${prefixCls}-step`}>{elements}</div>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Steps;
|
export default Steps;
|
||||||
|
|||||||
+5
-5
@@ -1,15 +1,15 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
const Track = ({className, included, vertical, offset, length}) => {
|
const Track = ({ className, included, vertical, offset, length }) => {
|
||||||
const style = {
|
const style = {
|
||||||
visibility: included ? 'visible' : 'hidden',
|
visibility: included ? 'visible' : 'hidden',
|
||||||
};
|
};
|
||||||
if (vertical) {
|
if (vertical) {
|
||||||
style.bottom = offset + '%';
|
style.bottom = `${offset}%`;
|
||||||
style.height = length + '%';
|
style.height = `${length}%`;
|
||||||
} else {
|
} else {
|
||||||
style.left = offset + '%';
|
style.left = `${offset}%`;
|
||||||
style.width = length + '%';
|
style.width = `${length}%`;
|
||||||
}
|
}
|
||||||
return <div className={className} style={style} />;
|
return <div className={className} style={style} />;
|
||||||
};
|
};
|
||||||
|
|||||||
+343
@@ -0,0 +1,343 @@
|
|||||||
|
/* eslint-disable max-len */
|
||||||
|
const expect = require('expect.js');
|
||||||
|
const React = require('react');
|
||||||
|
const ReactDOM = require('react-dom');
|
||||||
|
const ReactTestUtils = require('react-addons-test-utils');
|
||||||
|
const Slider = require('..');
|
||||||
|
|
||||||
|
function createSliderWrapperComponent() {
|
||||||
|
return class SliderWrapper extends React.Component {
|
||||||
|
render() {
|
||||||
|
return (
|
||||||
|
<div style={{ position: `absolute`, width: `100px`, height: `10px` }}>
|
||||||
|
<Slider ref="slider"/>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
require('../assets/index.less');
|
||||||
|
|
||||||
|
describe('rc-slider', function test() {
|
||||||
|
this.timeout(5000);
|
||||||
|
const div = document.createElement('div');
|
||||||
|
document.body.appendChild(div);
|
||||||
|
|
||||||
|
afterEach(() => {
|
||||||
|
ReactDOM.unmountComponentAtNode(div);
|
||||||
|
});
|
||||||
|
|
||||||
|
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 default value correctly', () => {
|
||||||
|
const sliderWithDefaultValue = ReactDOM.render(<Slider defaultValue={50} />, div);
|
||||||
|
expect(sliderWithDefaultValue.state.bounds[1]).to.be(50);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-handle')[0]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 50%;/);
|
||||||
|
|
||||||
|
const trackStyle = ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-track')[0]
|
||||||
|
.style.cssText;
|
||||||
|
expect(trackStyle).to.match(/left: 0%;/);
|
||||||
|
expect(trackStyle).to.match(/width: 50%;/);
|
||||||
|
expect(trackStyle).to.match(/visibility: visible;/);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should render a Slider with value corrently', () => {
|
||||||
|
const sliderWithValue = ReactDOM.render(<Slider value={50} />, div);
|
||||||
|
expect(sliderWithValue.state.bounds[1]).to.be(50);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(sliderWithValue, 'rc-slider-handle')[0]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 50%;/);
|
||||||
|
|
||||||
|
const trackStyle = ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(sliderWithValue, 'rc-slider-track')[0]
|
||||||
|
.style.cssText;
|
||||||
|
expect(trackStyle).to.match(/left: 0%;/);
|
||||||
|
expect(trackStyle).to.match(/width: 50%;/);
|
||||||
|
expect(trackStyle).to.match(/visibility: visible;/);
|
||||||
|
});
|
||||||
|
|
||||||
|
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 render a Multi-Range with correct DOM structure', () => {
|
||||||
|
const multiRange = ReactDOM.render(<Slider range={3} />, div);
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider').length).to.be(1);
|
||||||
|
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider-handle').length).to.be(4);
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider-handle-1').length).to.be(1);
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider-handle-2').length).to.be(1);
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider-handle-3').length).to.be(1);
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider-handle-4').length).to.be(1);
|
||||||
|
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider-track').length).to.be(3);
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider-track-1').length).to.be(1);
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider-track-2').length).to.be(1);
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(multiRange, 'rc-slider-track-3').length).to.be(1);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should render a Range with default value correctly', () => {
|
||||||
|
const rangeWithDefaultValue = ReactDOM.render(<Slider range defaultValue={[0, 50]} />, div);
|
||||||
|
expect(rangeWithDefaultValue.state.bounds[0]).to.be(0);
|
||||||
|
expect(rangeWithDefaultValue.state.bounds[1]).to.be(50);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(rangeWithDefaultValue, 'rc-slider-handle')[0]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 0%;/);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(rangeWithDefaultValue, 'rc-slider-handle')[1]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 50%;/);
|
||||||
|
|
||||||
|
const trackStyle = ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(rangeWithDefaultValue, 'rc-slider-track')[0]
|
||||||
|
.style.cssText;
|
||||||
|
expect(trackStyle).to.match(/left: 0%;/);
|
||||||
|
expect(trackStyle).to.match(/width: 50%;/);
|
||||||
|
expect(trackStyle).to.match(/visibility: visible;/);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should render a Multi-Range with default value correctly', () => {
|
||||||
|
const multiRangeWithDefaultValue = ReactDOM.render(<Slider range={3} defaultValue={[0, 25, 50, 75]} />, div);
|
||||||
|
expect(multiRangeWithDefaultValue.state.bounds[0]).to.be(0);
|
||||||
|
expect(multiRangeWithDefaultValue.state.bounds[1]).to.be(25);
|
||||||
|
expect(multiRangeWithDefaultValue.state.bounds[2]).to.be(50);
|
||||||
|
expect(multiRangeWithDefaultValue.state.bounds[3]).to.be(75);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(multiRangeWithDefaultValue, 'rc-slider-handle')[0]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 0%;/);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(multiRangeWithDefaultValue, 'rc-slider-handle')[1]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 25%;/);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(multiRangeWithDefaultValue, 'rc-slider-handle')[2]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 50%;/);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(multiRangeWithDefaultValue, 'rc-slider-handle')[3]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 75%;/);
|
||||||
|
|
||||||
|
const track1Style = ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(multiRangeWithDefaultValue, 'rc-slider-track-1')[0]
|
||||||
|
.style.cssText;
|
||||||
|
expect(track1Style).to.match(/left: 0%;/);
|
||||||
|
expect(track1Style).to.match(/width: 25%;/);
|
||||||
|
expect(track1Style).to.match(/visibility: visible;/);
|
||||||
|
|
||||||
|
const track2Style = ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(multiRangeWithDefaultValue, 'rc-slider-track-2')[0]
|
||||||
|
.style.cssText;
|
||||||
|
expect(track2Style).to.match(/left: 25%;/);
|
||||||
|
expect(track2Style).to.match(/width: 25%;/);
|
||||||
|
expect(track2Style).to.match(/visibility: visible;/);
|
||||||
|
|
||||||
|
const track3Style = ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(multiRangeWithDefaultValue, 'rc-slider-track-3')[0]
|
||||||
|
.style.cssText;
|
||||||
|
expect(track3Style).to.match(/left: 50%;/);
|
||||||
|
expect(track3Style).to.match(/width: 25%;/);
|
||||||
|
expect(track3Style).to.match(/visibility: visible;/);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should render a Range with value correctly', () => {
|
||||||
|
const rangeWithValue = ReactDOM.render(<Slider range value={[50, 100]} />, div);
|
||||||
|
expect(rangeWithValue.state.bounds[0]).to.be(50);
|
||||||
|
expect(rangeWithValue.state.bounds[1]).to.be(100);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(rangeWithValue, 'rc-slider-handle')[0]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 50%;/);
|
||||||
|
expect(ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(rangeWithValue, 'rc-slider-handle')[1]
|
||||||
|
.style.cssText)
|
||||||
|
.to.match(/left: 100%;/);
|
||||||
|
|
||||||
|
const trackStyle = ReactTestUtils
|
||||||
|
.scryRenderedDOMComponentsWithClass(rangeWithValue, 'rc-slider-track')[0]
|
||||||
|
.style.cssText;
|
||||||
|
expect(trackStyle).to.match(/left: 50%;/);
|
||||||
|
expect(trackStyle).to.match(/width: 50%;/);
|
||||||
|
expect(trackStyle).to.match(/visibility: visible;/);
|
||||||
|
});
|
||||||
|
|
||||||
|
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={[0, 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.bounds[1]).to.be(10);
|
||||||
|
ReactDOM.unmountComponentAtNode(div);
|
||||||
|
|
||||||
|
const sliderWithMax = ReactDOM.render(<Slider value={100} max={90} />, div);
|
||||||
|
expect(sliderWithMax.state.bounds[1]).to.be(90);
|
||||||
|
ReactDOM.unmountComponentAtNode(div);
|
||||||
|
|
||||||
|
const range = ReactDOM.render(<Slider range value={[0, 100]} min={10} max={90} />, div);
|
||||||
|
expect(range.state.bounds[0]).to.be(10);
|
||||||
|
expect(range.state.bounds[1]).to.be(90);
|
||||||
|
ReactDOM.unmountComponentAtNode(div);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should render a vertical slider, when `vertical` is true', () => {
|
||||||
|
const slider = ReactDOM.render(<Slider vertical />, div);
|
||||||
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-vertical').length).to.be(1);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should not call onChange when value is the same', () => {
|
||||||
|
const values = [];
|
||||||
|
const handler = (e) => {
|
||||||
|
values.push(e);
|
||||||
|
};
|
||||||
|
|
||||||
|
ReactDOM.render(<Slider onChange={handler}/>, div);
|
||||||
|
const handle = div.querySelector('.rc-slider-handle');
|
||||||
|
|
||||||
|
const down = document.createEvent('MouseEvent');
|
||||||
|
down.initEvent('mousedown', true, true);
|
||||||
|
|
||||||
|
const move = document.createEvent('MouseEvent');
|
||||||
|
move.initEvent('mousemove', true, true);
|
||||||
|
|
||||||
|
const up = document.createEvent('MouseEvent');
|
||||||
|
up.initEvent('mouseup', true, true);
|
||||||
|
|
||||||
|
handle.dispatchEvent(down);
|
||||||
|
handle.dispatchEvent(move);
|
||||||
|
handle.dispatchEvent(up);
|
||||||
|
|
||||||
|
expect(values.length).to.be(0);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should set `dragOffset` to correct value when the left handle is clicked off-center', () => {
|
||||||
|
const slider = ReactDOM.render(<Slider />, div);
|
||||||
|
const leftHandle = ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-handle')[0];
|
||||||
|
slider.onMouseDown({
|
||||||
|
type: 'mousedown',
|
||||||
|
target: leftHandle,
|
||||||
|
pageX: 5, button: 0,
|
||||||
|
stopPropagation() {},
|
||||||
|
preventDefault() {},
|
||||||
|
});
|
||||||
|
expect(slider.dragOffset).to.be(5);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should respect `dragOffset` while dragging the handle via MouseEvents', () => {
|
||||||
|
const SliderWrapper = createSliderWrapperComponent();
|
||||||
|
const slider = ReactDOM.render(<SliderWrapper/>, div).refs.slider;
|
||||||
|
const leftHandle = ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-handle')[0];
|
||||||
|
slider.onMouseDown({
|
||||||
|
type: 'mousedown',
|
||||||
|
target: leftHandle,
|
||||||
|
pageX: 5, button: 0,
|
||||||
|
stopPropagation() {},
|
||||||
|
preventDefault() {},
|
||||||
|
});
|
||||||
|
expect(slider.dragOffset).to.be(5);
|
||||||
|
slider.onMouseMove({
|
||||||
|
type: 'mousemove',
|
||||||
|
target: leftHandle,
|
||||||
|
pageX: 14, button: 0,
|
||||||
|
stopPropagation() {},
|
||||||
|
preventDefault() {},
|
||||||
|
});
|
||||||
|
expect(slider.getValue()).to.be(9);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should set `dragOffset` to 0 when the MouseEvent target isn\'t a handle', () => {
|
||||||
|
const slider = ReactDOM.render(<Slider />, div);
|
||||||
|
const sliderTrack = ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-track')[0];
|
||||||
|
slider.onMouseDown({
|
||||||
|
type: 'mousedown',
|
||||||
|
target: sliderTrack,
|
||||||
|
pageX: 5, button: 0,
|
||||||
|
stopPropagation() {},
|
||||||
|
preventDefault() {},
|
||||||
|
});
|
||||||
|
expect(slider.dragOffset).to.be(0);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should set `dragOffset` to correct value when the left handle is touched off-center', () => {
|
||||||
|
const slider = ReactDOM.render(<Slider />, div);
|
||||||
|
const leftHandle = ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-handle')[0];
|
||||||
|
slider.onTouchStart({
|
||||||
|
type: 'touchstart',
|
||||||
|
target: leftHandle,
|
||||||
|
touches: [{ pageX: 5 }],
|
||||||
|
stopPropagation() {},
|
||||||
|
preventDefault() {},
|
||||||
|
});
|
||||||
|
expect(slider.dragOffset).to.be(5);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should respect `dragOffset` while dragging the handle via TouchEvents', () => {
|
||||||
|
const SliderWrapper = createSliderWrapperComponent();
|
||||||
|
const slider = ReactDOM.render(<SliderWrapper/>, div).refs.slider;
|
||||||
|
const leftHandle = ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-handle')[0];
|
||||||
|
slider.onTouchStart({
|
||||||
|
type: 'touchstart',
|
||||||
|
target: leftHandle,
|
||||||
|
touches: [{ pageX: 5 }],
|
||||||
|
stopPropagation() {},
|
||||||
|
preventDefault() {},
|
||||||
|
});
|
||||||
|
expect(slider.dragOffset).to.be(5);
|
||||||
|
slider.onTouchMove({
|
||||||
|
type: 'touchmove',
|
||||||
|
target: leftHandle,
|
||||||
|
touches: [{ pageX: 14 }],
|
||||||
|
stopPropagation() {},
|
||||||
|
preventDefault() {},
|
||||||
|
});
|
||||||
|
expect(slider.getValue()).to.be(9);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should set `dragOffset` to 0 when the TouchEvent target isn\'t a handle', () => {
|
||||||
|
const slider = ReactDOM.render(<Slider />, div);
|
||||||
|
const sliderTrack = ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-track')[0];
|
||||||
|
slider.onTouchStart({
|
||||||
|
type: 'touchstart',
|
||||||
|
target: sliderTrack,
|
||||||
|
touches: [{ pageX: 5 }],
|
||||||
|
stopPropagation() {},
|
||||||
|
preventDefault() {},
|
||||||
|
});
|
||||||
|
expect(slider.dragOffset).to.be(0);
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -1,148 +0,0 @@
|
|||||||
const expect = require('expect.js');
|
|
||||||
const React = require('react');
|
|
||||||
const ReactDOM = require('react-dom');
|
|
||||||
const ReactTestUtils = require('react-addons-test-utils');
|
|
||||||
const Slider = require('..');
|
|
||||||
|
|
||||||
require('../assets/index.less');
|
|
||||||
|
|
||||||
describe('rc-slider', function test() {
|
|
||||||
this.timeout(5000);
|
|
||||||
const div = document.createElement('div');
|
|
||||||
document.body.appendChild(div);
|
|
||||||
|
|
||||||
afterEach(() => {
|
|
||||||
ReactDOM.unmountComponentAtNode(div);
|
|
||||||
});
|
|
||||||
|
|
||||||
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 default value correctly', () => {
|
|
||||||
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.match(/left: 50%;/);
|
|
||||||
|
|
||||||
const trackStyle = ReactTestUtils
|
|
||||||
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-track')[0]
|
|
||||||
.style.cssText;
|
|
||||||
expect(trackStyle).to.match(/left: 0%;/);
|
|
||||||
expect(trackStyle).to.match(/width: 50%;/);
|
|
||||||
expect(trackStyle).to.match(/visibility: visible;/);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should render a Slider with value corrently', () => {
|
|
||||||
const sliderWithValue = ReactDOM.render(<Slider value={50} />, div);
|
|
||||||
expect(sliderWithValue.state.upperBound).to.be(50);
|
|
||||||
expect(ReactTestUtils
|
|
||||||
.scryRenderedDOMComponentsWithClass(sliderWithValue, 'rc-slider-handle')[0]
|
|
||||||
.style.cssText)
|
|
||||||
.to.match(/left: 50%;/);
|
|
||||||
|
|
||||||
const trackStyle = ReactTestUtils
|
|
||||||
.scryRenderedDOMComponentsWithClass(sliderWithValue, 'rc-slider-track')[0]
|
|
||||||
.style.cssText;
|
|
||||||
expect(trackStyle).to.match(/left: 0%;/);
|
|
||||||
expect(trackStyle).to.match(/width: 50%;/);
|
|
||||||
expect(trackStyle).to.match(/visibility: visible;/);
|
|
||||||
});
|
|
||||||
|
|
||||||
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 render a Range with default value correctly', () => {
|
|
||||||
const rangeWithDefaultValue = ReactDOM.render(<Slider range defaultValue={[0, 50]} />, div);
|
|
||||||
expect(rangeWithDefaultValue.state.lowerBound).to.be(0);
|
|
||||||
expect(rangeWithDefaultValue.state.upperBound).to.be(50);
|
|
||||||
expect(ReactTestUtils
|
|
||||||
.scryRenderedDOMComponentsWithClass(rangeWithDefaultValue, 'rc-slider-handle')[0]
|
|
||||||
.style.cssText)
|
|
||||||
.to.match(/left: 50%;/);
|
|
||||||
expect(ReactTestUtils
|
|
||||||
.scryRenderedDOMComponentsWithClass(rangeWithDefaultValue, 'rc-slider-handle')[1]
|
|
||||||
.style.cssText)
|
|
||||||
.to.match(/left: 0%;/);
|
|
||||||
|
|
||||||
const trackStyle = ReactTestUtils
|
|
||||||
.scryRenderedDOMComponentsWithClass(rangeWithDefaultValue, 'rc-slider-track')[0]
|
|
||||||
.style.cssText;
|
|
||||||
expect(trackStyle).to.match(/left: 0%;/);
|
|
||||||
expect(trackStyle).to.match(/width: 50%;/);
|
|
||||||
expect(trackStyle).to.match(/visibility: visible;/);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should render a Range with value correctly', () => {
|
|
||||||
const rangeWithValue = ReactDOM.render(<Slider range value={[50, 100]} />, div);
|
|
||||||
expect(rangeWithValue.state.lowerBound).to.be(50);
|
|
||||||
expect(rangeWithValue.state.upperBound).to.be(100);
|
|
||||||
expect(ReactTestUtils
|
|
||||||
.scryRenderedDOMComponentsWithClass(rangeWithValue, 'rc-slider-handle')[0]
|
|
||||||
.style.cssText)
|
|
||||||
.to.match(/left: 100%;/);
|
|
||||||
expect(ReactTestUtils
|
|
||||||
.scryRenderedDOMComponentsWithClass(rangeWithValue, 'rc-slider-handle')[1]
|
|
||||||
.style.cssText)
|
|
||||||
.to.match(/left: 50%;/);
|
|
||||||
|
|
||||||
const trackStyle = ReactTestUtils
|
|
||||||
.scryRenderedDOMComponentsWithClass(rangeWithValue, 'rc-slider-track')[0]
|
|
||||||
.style.cssText;
|
|
||||||
expect(trackStyle).to.match(/left: 50%;/);
|
|
||||||
expect(trackStyle).to.match(/width: 50%;/);
|
|
||||||
expect(trackStyle).to.match(/visibility: visible;/);
|
|
||||||
});
|
|
||||||
|
|
||||||
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={[0, 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);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should render a vertical slider, when `vertical` is true', () => {
|
|
||||||
const slider = ReactDOM.render(<Slider vertical />, div);
|
|
||||||
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-vertical').length).to.be(1);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
stub
|
|
||||||
Reference in New Issue
Block a user