mirror of
https://github.com/wassname/slider.git
synced 2026-09-10 12:38:09 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce755ecb4b | ||
|
|
9bc56e993d | ||
|
|
1e34b94d86 | ||
|
|
a678437462 | ||
|
|
a4c06c2509 | ||
|
|
ff9e68cd36 | ||
|
|
1adc68504a | ||
|
|
01174f3cb0 | ||
|
|
1ae39dd995 | ||
|
|
0b4b546e03 | ||
|
|
bc3883304d | ||
|
|
e2f9c508f3 | ||
|
|
ef5d136b14 | ||
|
|
f1637da046 | ||
|
|
ddcf32b094 | ||
|
|
025a9e7ea6 | ||
|
|
e4396ae4bd | ||
|
|
37b7f508da | ||
|
|
ecbb253986 | ||
|
|
f4a82e3fd1 | ||
|
|
0b1a421a71 | ||
|
|
0e6fed5c9b | ||
|
|
1ce8c3b117 | ||
|
|
ffdd062074 | ||
|
|
3b03957a54 | ||
|
|
e1be65a107 | ||
|
|
68d3efc7da | ||
|
|
806cb06d76 | ||
|
|
73b9953084 | ||
|
|
6347b6d0c6 | ||
|
|
6a5573b6ca | ||
|
|
e030ba9f9d | ||
|
|
daaea139b9 | ||
|
|
2641880783 | ||
|
|
d6e81a692c | ||
|
|
0512ee6ee0 | ||
|
|
613a2ae213 | ||
|
|
2cb0dbce6f | ||
|
|
f850dab6c4 | ||
|
|
f3c1d4bd3d | ||
|
|
4d795b01cc | ||
|
|
959007ed30 | ||
|
|
079469b765 | ||
|
|
ddb2bf670b | ||
|
|
4c57f3ecca | ||
|
|
24f3b755b2 | ||
|
|
867e252631 | ||
|
|
39de81dfa9 | ||
|
|
978d877323 | ||
|
|
a1ae3a8374 | ||
|
|
15f568283c | ||
|
|
e85d325542 | ||
|
|
395fa6c201 | ||
|
|
0329df0c5a | ||
|
|
7fa8dfdd03 | ||
|
|
555f5a0660 | ||
|
|
c232d62c86 | ||
|
|
1262a78638 | ||
|
|
e7d98e0ee4 | ||
|
|
5f9a65137a | ||
|
|
64296d4957 | ||
|
|
ee0dd09a4f |
@@ -1,6 +1,11 @@
|
|||||||
# History
|
# History
|
||||||
----
|
----
|
||||||
|
|
||||||
|
## 3.6.0 / 2016-04-01
|
||||||
|
|
||||||
|
[#18](https://github.com/react-component/slider/issues/18) add `vertical` props ([@wnlee](https://github.com/WNLee))
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
## 1.2.5 / 2015-07-13
|
## 1.2.5 / 2015-07-13
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
@@ -90,9 +90,9 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>marks</td>
|
<td>marks</td>
|
||||||
<td>object {number: string}</td>
|
<td>object{number: string} or object{number: object{ style, label }}</td>
|
||||||
<td>{}</td>
|
<td>{}</td>
|
||||||
<td>Mark on the slider. The key determines the position, and the value determines what will show.</td>
|
<td>Mark on the slider. The key determines the position, and the value determines what will show. If you want to set the style of a specific mark point, the value should be an object which contains `style` and `label` properties.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>step</td>
|
<td>step</td>
|
||||||
@@ -106,6 +106,18 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
<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.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>allowCross</td>
|
||||||
|
<td>boolean</td>
|
||||||
|
<td>true</td>
|
||||||
|
<td>When `range` is `true`, `allowCross` could be set as `true` to allow those two handles cross.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>vertical</td>
|
||||||
|
<td>boolean</td>
|
||||||
|
<td>false</td>
|
||||||
|
<td>If vertical is `true`, the slider will be vertical.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>defaultValue</td>
|
<td>defaultValue</td>
|
||||||
<td>number or [number, number]</td>
|
<td>number or [number, number]</td>
|
||||||
@@ -118,6 +130,12 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
<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>
|
||||||
|
<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>
|
||||||
<td>included</td>
|
<td>included</td>
|
||||||
<td>boolean</td>
|
<td>boolean</td>
|
||||||
@@ -138,9 +156,9 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>tipFormatter</td>
|
<td>tipFormatter</td>
|
||||||
<td>function</td>
|
<td>function or `null`</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Format the value of the tooltip if it shows.</td>
|
<td>Format the value of the tooltip if it shows. If `null` the tooltip will always be hidden.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>dots</td>
|
<td>dots</td>
|
||||||
@@ -148,6 +166,18 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
<td>false</td>
|
<td>false</td>
|
||||||
<td>When the `step` value is greater than 1, you can set the `dots` to `true` if you want to render the slider with dots.</td>
|
<td>When the `step` value is greater than 1, you can set the `dots` to `true` if you want to render the slider with dots.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>onChange</td>
|
||||||
|
<td>function</td>
|
||||||
|
<td>NOOP</td>
|
||||||
|
<td>`onChange` will be triggered while the value of Slider changing.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>onAfterChange</td>
|
||||||
|
<td>function</td>
|
||||||
|
<td>NOOP</td>
|
||||||
|
<td>`onAfterChange` will be triggered when `ontouchend` or `onmouseup` is triggered.</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
+40
-1
@@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
&-dot {
|
&-dot {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -2px;
|
bottom: -2px;
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
@@ -133,6 +133,45 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.@{prefixClass}-vertical {
|
||||||
|
width: 4px;
|
||||||
|
height: 100%;
|
||||||
|
.@{prefixClass} {
|
||||||
|
&-track {
|
||||||
|
bottom: 0;
|
||||||
|
width: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-handle {
|
||||||
|
position: absolute;
|
||||||
|
margin-left: -5px;
|
||||||
|
margin-bottom: -7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-mark {
|
||||||
|
top: 0;
|
||||||
|
left: 10px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-step {
|
||||||
|
height: 100%;
|
||||||
|
width: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-dot {
|
||||||
|
left: 2px;
|
||||||
|
margin-bottom: -4px;
|
||||||
|
&:first-child {
|
||||||
|
margin-bottom: -4px;
|
||||||
|
}
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: -4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.motion-common() {
|
.motion-common() {
|
||||||
animation-duration: .3s;
|
animation-duration: .3s;
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
|
|||||||
@@ -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',
|
||||||
|
zIndex: 3,
|
||||||
|
};
|
||||||
|
|
||||||
|
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'));
|
||||||
+16
-12
@@ -1,23 +1,27 @@
|
|||||||
'use strict';
|
|
||||||
|
|
||||||
require('rc-slider/assets/index.less');
|
require('rc-slider/assets/index.less');
|
||||||
|
|
||||||
var React = require('react');
|
const React = require('react');
|
||||||
var ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
var Slider = require('rc-slider');
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
var style = {width: 400, margin: 50};
|
const style = {width: 400, margin: 50};
|
||||||
var marks = {
|
const marks = {
|
||||||
'-10': '-10°C',
|
'-10': '-10°C',
|
||||||
0: '0°C',
|
0: <strong>0°C</strong>,
|
||||||
26: '26°C',
|
26: '26°C',
|
||||||
37: '37°C',
|
37: '37°C',
|
||||||
100: '100°C'
|
50: '50°C',
|
||||||
|
100: {
|
||||||
|
style: {
|
||||||
|
color: 'red',
|
||||||
|
},
|
||||||
|
label: <strong>100°C</strong>,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
var log = function(value) {
|
function log(value) {
|
||||||
console.log(value);
|
console.log(value);
|
||||||
};
|
}
|
||||||
|
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
<div>
|
<div>
|
||||||
@@ -27,7 +31,7 @@ ReactDOM.render(
|
|||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Slider with marks and steps</p>
|
<p>Slider with marks and steps</p>
|
||||||
<Slider min={-10} marks={marks} step={10} onChange={log} defaultValue={20} />
|
<Slider dots min={-10} marks={marks} step={10} onChange={log} defaultValue={20} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
|
|||||||
+81
-18
@@ -1,42 +1,101 @@
|
|||||||
'use strict';
|
/* eslint react/no-multi-comp: 0 */
|
||||||
|
|
||||||
require('rc-slider/assets/index.less');
|
require('rc-slider/assets/index.less');
|
||||||
|
|
||||||
var React = require('react');
|
const React = require('react');
|
||||||
var ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
var Slider = require('rc-slider');
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
var style = {width: 400, margin: 50};
|
const style = {width: 400, margin: 50};
|
||||||
var log = function(value) {
|
|
||||||
|
function log(value) {
|
||||||
console.log(value);
|
console.log(value);
|
||||||
};
|
}
|
||||||
|
|
||||||
var CustomizedRange = React.createClass({
|
const CustomizedRange = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
return {
|
return {
|
||||||
value: [20, 40]
|
lowerBound: 20,
|
||||||
}
|
upperBound: 40,
|
||||||
|
value: [20, 40],
|
||||||
|
};
|
||||||
},
|
},
|
||||||
onChange: function(value) {
|
onLowerBoundChange: function(e) {
|
||||||
|
this.setState({ lowerBound: +e.target.value });
|
||||||
|
},
|
||||||
|
onUpperBoundChange: function(e) {
|
||||||
|
this.setState({ upperBound: +e.target.value });
|
||||||
|
},
|
||||||
|
onSliderChange: function(value) {
|
||||||
log(value);
|
log(value);
|
||||||
this.setState({
|
this.setState({
|
||||||
value: value
|
value: value,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
handleApply: function() {
|
||||||
|
const { lowerBound, upperBound } = this.state;
|
||||||
|
this.setState({ value: [lowerBound, upperBound]});
|
||||||
|
},
|
||||||
|
render: function() {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<label>LowerBound: </label>
|
||||||
|
<input type="number" value={this.state.lowerBound} onChange={this.onLowerBoundChange} />
|
||||||
|
<br />
|
||||||
|
<label>UpperBound: </label>
|
||||||
|
<input type="number" value={this.state.upperBound} onChange={this.onUpperBoundChange} />
|
||||||
|
<br />
|
||||||
|
<button onClick={this.handleApply}>Apply</button>
|
||||||
|
<br /><br />
|
||||||
|
<Slider range allowCross={false} value={this.state.value} onChange={this.onSliderChange} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const DynamicBounds = React.createClass({
|
||||||
|
getInitialState() {
|
||||||
|
return {
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
onSliderChange: function(value) {
|
||||||
|
log(value);
|
||||||
|
},
|
||||||
|
onMinChange: function(e) {
|
||||||
|
this.setState({
|
||||||
|
min: +e.target.value || 0,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onMaxChange: function(e) {
|
||||||
|
this.setState({
|
||||||
|
max: +e.target.value || 100,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
render: function() {
|
render: function() {
|
||||||
return <Slider range value={this.state.value} onChange={this.onChange} />;
|
return (
|
||||||
}
|
<div>
|
||||||
|
<label>Min: </label>
|
||||||
|
<input type="number" value={this.state.min} onChange={this.onMinChange} />
|
||||||
|
<br />
|
||||||
|
<label>Max: </label>
|
||||||
|
<input type="number" value={this.state.max} onChange={this.onMaxChange} />
|
||||||
|
<br /><br />
|
||||||
|
<Slider range defaultValue={[20, 50]} min={this.state.min} max={this.state.max} onChange={this.onSliderChange} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
<div>
|
<div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Basic Range</p>
|
<p>Basic Range,`allowCross=false`</p>
|
||||||
<Slider range defaultValue={[0, 20]} onChange={log} />
|
<Slider range allowCross={false} defaultValue={[0, 20]} onChange={log} />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Basic Range,`step=20` </p>
|
<p>Basic Range,`step=20` </p>
|
||||||
<Slider range step={20} defaultValue={[20, 40]} onBeforeChange={log} />
|
<Slider range step={20} defaultValue={[20, 20]} onBeforeChange={log} />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Basic Range,`step=20, dots` </p>
|
<p>Basic Range,`step=20, dots` </p>
|
||||||
@@ -50,5 +109,9 @@ ReactDOM.render(
|
|||||||
<p>Customized Range</p>
|
<p>Customized Range</p>
|
||||||
<CustomizedRange />
|
<CustomizedRange />
|
||||||
</div>
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Range with dynamic `max` `min`</p>
|
||||||
|
<DynamicBounds />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
, document.getElementById('__react-content'));
|
, document.getElementById('__react-content'));
|
||||||
|
|||||||
+63
-17
@@ -1,43 +1,81 @@
|
|||||||
'use strict';
|
/* eslint react/no-multi-comp: 0 */
|
||||||
|
|
||||||
require('rc-slider/assets/index.less');
|
require('rc-slider/assets/index.less');
|
||||||
|
|
||||||
var React = require('react');
|
const React = require('react');
|
||||||
var ReactDOM = require('react-dom');
|
const ReactDOM = require('react-dom');
|
||||||
var Slider = require('rc-slider');
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
var style = {width: 400, margin: 50};
|
const style = {width: 400, margin: 50};
|
||||||
var log = function(value) {
|
|
||||||
|
function log(value) {
|
||||||
console.log(value);
|
console.log(value);
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
function percentFormatter(v) {
|
function percentFormatter(v) {
|
||||||
return v + ' %';
|
return v + ' %';
|
||||||
}
|
}
|
||||||
|
|
||||||
var CustomizedSlider = React.createClass({
|
const CustomizedSlider = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
return {
|
return {
|
||||||
value: 50
|
value: 50,
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
onChange: function(value) {
|
onSliderChange: function(value) {
|
||||||
log(value);
|
log(value);
|
||||||
this.setState({
|
this.setState({
|
||||||
value: value
|
value: value,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onAfterChange: function(value) {
|
||||||
|
console.log(value);
|
||||||
|
},
|
||||||
|
render: function() {
|
||||||
|
return <Slider value={this.state.value} onChange={this.onSliderChange} onAfterChange={this.onAfterChange} />;
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const DynamicBounds = React.createClass({
|
||||||
|
getInitialState: function() {
|
||||||
|
return {
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
onSliderChange: function(value) {
|
||||||
|
log(value);
|
||||||
|
},
|
||||||
|
onMinChange: function(e) {
|
||||||
|
this.setState({
|
||||||
|
min: +e.target.value || 0,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onMaxChange: function(e) {
|
||||||
|
this.setState({
|
||||||
|
max: +e.target.value || 100,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
render: function() {
|
render: function() {
|
||||||
return <Slider value={this.state.value} onChange={this.onChange} />;
|
return (
|
||||||
}
|
<div>
|
||||||
|
<label>Min: </label>
|
||||||
|
<input type="number" value={this.state.min} onChange={this.onMinChange} />
|
||||||
|
<br />
|
||||||
|
<label>Max: </label>
|
||||||
|
<input type="number" value={this.state.max} onChange={this.onMaxChange} />
|
||||||
|
<br /><br />
|
||||||
|
<Slider defaultValue={50} min={this.state.min} max={this.state.max} onChange={this.onSliderChange} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
<div>
|
<div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Basic Slider</p>
|
<p>Basic Slider</p>
|
||||||
<Slider tipTransitionName='rc-slider-tooltip-zoom-down' onChange={log} />
|
<Slider tipTransitionName="rc-slider-tooltip-zoom-down" onChange={log} />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Basic Slider,`step=20`</p>
|
<p>Basic Slider,`step=20`</p>
|
||||||
@@ -49,7 +87,11 @@ 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 style={style}>
|
||||||
|
<p>Basic Slider without tooltip</p>
|
||||||
|
<Slider tipFormatter={null} onChange={log} />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>Controlled Slider</p>
|
<p>Controlled Slider</p>
|
||||||
@@ -59,5 +101,9 @@ ReactDOM.render(
|
|||||||
<p>Customized Slider</p>
|
<p>Customized Slider</p>
|
||||||
<CustomizedSlider />
|
<CustomizedSlider />
|
||||||
</div>
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Slider with dynamic `min` `max`</p>
|
||||||
|
<DynamicBounds />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
, document.getElementById('__react-content'));
|
, document.getElementById('__react-content'));
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
placeholder
|
||||||
@@ -0,0 +1,55 @@
|
|||||||
|
require('rc-slider/assets/index.less');
|
||||||
|
|
||||||
|
const React = require('react');
|
||||||
|
const ReactDOM = require('react-dom');
|
||||||
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
|
const style = {float: 'left', width: 160, height: 400, marginBottom: 160, marginLeft: 50};
|
||||||
|
const parentStyle = {overflow: 'hidden'};
|
||||||
|
|
||||||
|
const marks = {
|
||||||
|
'-10': '-10°C',
|
||||||
|
0: <strong>0°C</strong>,
|
||||||
|
26: '26°C',
|
||||||
|
37: '37°C',
|
||||||
|
50: '50°C',
|
||||||
|
100: {
|
||||||
|
style: {
|
||||||
|
color: 'red',
|
||||||
|
},
|
||||||
|
label: <strong>100°C</strong>,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
function log(value) {
|
||||||
|
console.log(value);
|
||||||
|
}
|
||||||
|
|
||||||
|
ReactDOM.render(
|
||||||
|
<div style={parentStyle}>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Slider with marks, `step=null`</p>
|
||||||
|
<Slider vertical min={-10} marks={marks} step={null} onChange={log} defaultValue={20} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Slider with marks and steps</p>
|
||||||
|
<Slider vertical dots min={-10} marks={marks} step={10} onChange={log} defaultValue={20} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Slider with marks, `included=false`</p>
|
||||||
|
<Slider vertical min={-10} marks={marks} included={false} defaultValue={20} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Slider with marks and steps, `included=false`</p>
|
||||||
|
<Slider vertical min={-10} marks={marks} step={10} included={false} defaultValue={20} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Range with marks</p>
|
||||||
|
<Slider vertical min={-10} range marks={marks} onChange={log} defaultValue={[20, 40]} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Range with marks and steps</p>
|
||||||
|
<Slider vertical min={-10} range marks={marks} step={10} onChange={log} defaultValue={[20, 40]} />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
, document.getElementById('__react-content'));
|
||||||
@@ -0,0 +1,116 @@
|
|||||||
|
/* eslint react/no-multi-comp: 0 */
|
||||||
|
require('rc-slider/assets/index.less');
|
||||||
|
|
||||||
|
const React = require('react');
|
||||||
|
const ReactDOM = require('react-dom');
|
||||||
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
|
const style = {float: 'left', width: 180, height: 400, marginBottom: 160, marginLeft: 50};
|
||||||
|
const parentStyle = {overflow: 'hidden'};
|
||||||
|
|
||||||
|
function log(value) {
|
||||||
|
console.log(value);
|
||||||
|
}
|
||||||
|
|
||||||
|
const CustomizedRange = React.createClass({
|
||||||
|
getInitialState: function() {
|
||||||
|
return {
|
||||||
|
lowerBound: 20,
|
||||||
|
upperBound: 40,
|
||||||
|
value: [20, 40],
|
||||||
|
};
|
||||||
|
},
|
||||||
|
onLowerBoundChange: function(e) {
|
||||||
|
this.setState({ lowerBound: +e.target.value });
|
||||||
|
},
|
||||||
|
onUpperBoundChange: function(e) {
|
||||||
|
this.setState({ upperBound: +e.target.value });
|
||||||
|
},
|
||||||
|
onSliderChange: function(value) {
|
||||||
|
log(value);
|
||||||
|
this.setState({
|
||||||
|
value: value,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
handleApply: function() {
|
||||||
|
const { lowerBound, upperBound } = this.state;
|
||||||
|
this.setState({ value: [lowerBound, upperBound]});
|
||||||
|
},
|
||||||
|
render: function() {
|
||||||
|
return (
|
||||||
|
<div style={style}>
|
||||||
|
<Slider range vertical allowCross={false} value={this.state.value} onChange={this.onSliderChange} />
|
||||||
|
<label>LowerBound: </label>
|
||||||
|
<input type="number" value={this.state.lowerBound} onChange={this.onLowerBoundChange} />
|
||||||
|
<br />
|
||||||
|
<label>UpperBound: </label>
|
||||||
|
<input type="number" value={this.state.upperBound} onChange={this.onUpperBoundChange} />
|
||||||
|
<br />
|
||||||
|
<button onClick={this.handleApply}>Apply</button>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const DynamicBounds = React.createClass({
|
||||||
|
getInitialState() {
|
||||||
|
return {
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
onSliderChange: function(value) {
|
||||||
|
log(value);
|
||||||
|
},
|
||||||
|
onMinChange: function(e) {
|
||||||
|
this.setState({
|
||||||
|
min: +e.target.value || 0,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onMaxChange: function(e) {
|
||||||
|
this.setState({
|
||||||
|
max: +e.target.value || 100,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
render: function() {
|
||||||
|
return (
|
||||||
|
<div style={style}>
|
||||||
|
<Slider range vertical defaultValue={[20, 50]} min={this.state.min} max={this.state.max} onChange={this.onSliderChange} />
|
||||||
|
<label>Min: </label>
|
||||||
|
<input type="number" value={this.state.min} onChange={this.onMinChange} />
|
||||||
|
<br />
|
||||||
|
<label>Max: </label>
|
||||||
|
<input type="number" value={this.state.max} onChange={this.onMaxChange} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
ReactDOM.render(
|
||||||
|
<div style={parentStyle}>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Basic Range,`allowCross=false`</p>
|
||||||
|
<Slider range vertical allowCross={false} defaultValue={[0, 20]} onChange={log} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Basic Range,`step=20` </p>
|
||||||
|
<Slider range vertical step={20} defaultValue={[20, 40]} onBeforeChange={log} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Basic Range,`step=20, dots` </p>
|
||||||
|
<Slider range vertical dots step={20} defaultValue={[20, 40]} onAfterChange={log} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Controlled Range</p>
|
||||||
|
<Slider range vertical value={[20, 40]} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Customized Range</p>
|
||||||
|
<CustomizedRange />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Range with dynamic `max` `min`</p>
|
||||||
|
<DynamicBounds />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
, document.getElementById('__react-content'));
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
placeholder
|
||||||
@@ -0,0 +1,106 @@
|
|||||||
|
/* eslint react/no-multi-comp: 0 */
|
||||||
|
require('rc-slider/assets/index.less');
|
||||||
|
|
||||||
|
const React = require('react');
|
||||||
|
const ReactDOM = require('react-dom');
|
||||||
|
const Slider = require('rc-slider');
|
||||||
|
|
||||||
|
const style = {float: 'left', width: 200, height: 400, marginBottom: 160, marginLeft: 50};
|
||||||
|
const parentStyle = {overflow: 'hidden'};
|
||||||
|
|
||||||
|
function log(value) {
|
||||||
|
console.log(value);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function percentFormatter(v) {
|
||||||
|
return v + ' %';
|
||||||
|
}
|
||||||
|
|
||||||
|
const CustomizedSlider = React.createClass({
|
||||||
|
getInitialState: function() {
|
||||||
|
return {
|
||||||
|
value: 50,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
onSliderChange: function(value) {
|
||||||
|
log(value);
|
||||||
|
this.setState({
|
||||||
|
value: value,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
render: function() {
|
||||||
|
return <Slider vertical value={this.state.value} onChange={this.onSliderChange} />;
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const DynamicBounds = React.createClass({
|
||||||
|
getInitialState: function() {
|
||||||
|
return {
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
onSliderChange: function(value) {
|
||||||
|
log(value);
|
||||||
|
},
|
||||||
|
onMinChange: function(e) {
|
||||||
|
this.setState({
|
||||||
|
min: +e.target.value || 0,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onMaxChange: function(e) {
|
||||||
|
this.setState({
|
||||||
|
max: +e.target.value || 100,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
render: function() {
|
||||||
|
return (
|
||||||
|
<div style={style}>
|
||||||
|
<p>Slider with dynamic `min` `max`</p>
|
||||||
|
<Slider vertical defaultValue={50} min={this.state.min} max={this.state.max} onChange={this.onSliderChange} />
|
||||||
|
<label>Min: </label>
|
||||||
|
<input type="number" value={this.state.min} onChange={this.onMinChange} />
|
||||||
|
<br />
|
||||||
|
<label>Max: </label>
|
||||||
|
<input type="number" value={this.state.max} onChange={this.onMaxChange} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
ReactDOM.render(
|
||||||
|
<div style={parentStyle}>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Basic Slider</p>
|
||||||
|
<Slider vertical tipTransitionName="rc-slider-tooltip-zoom-down" onChange={log} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Basic Slider,`step=20`</p>
|
||||||
|
<Slider vertical step={20} defaultValue={50} onBeforeChange={log} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Basic Slider,`step=20, dots`</p>
|
||||||
|
<Slider vertical dots step={20} defaultValue={100} onAfterChange={log} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Basic Slider with `tipFormatter`</p>
|
||||||
|
<Slider vertical tipFormatter={percentFormatter} tipTransitionName="rc-slider-tooltip-zoom-down" onChange={log} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Basic Slider without tooltip</p>
|
||||||
|
<Slider vertical tipFormatter={null} onChange={log} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Controlled Slider</p>
|
||||||
|
<Slider vertical value={50} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>Customized Slider</p>
|
||||||
|
<CustomizedSlider />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<DynamicBounds />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
, document.getElementById('__react-content'));
|
||||||
+4
-3
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rc-slider",
|
"name": "rc-slider",
|
||||||
"version": "3.1.1",
|
"version": "3.7.3",
|
||||||
"description": "slider ui component for react",
|
"description": "slider ui component for react",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"expect.js": "0.3.x",
|
"expect.js": "0.3.x",
|
||||||
"jquery": "^1.11.2",
|
|
||||||
"pre-commit": "1.x",
|
"pre-commit": "1.x",
|
||||||
"rc-server": "3.x",
|
"rc-server": "3.x",
|
||||||
"rc-tools": "4.x",
|
"rc-tools": "4.x",
|
||||||
@@ -51,7 +50,9 @@
|
|||||||
"lint"
|
"lint"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"classnames": "^2.2.1",
|
||||||
"rc-tooltip": "3.x",
|
"rc-tooltip": "3.x",
|
||||||
"rc-util": "3.x"
|
"rc-util": "3.x",
|
||||||
|
"warning": "^2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,33 +0,0 @@
|
|||||||
import React from 'react';
|
|
||||||
import { classSet } from 'rc-util';
|
|
||||||
|
|
||||||
function calcPoints(marks, dots, step, min, max) {
|
|
||||||
const points = Object.keys(marks).map(parseFloat);
|
|
||||||
if (dots) {
|
|
||||||
for (let i = min; i <= max; i = i + step) {
|
|
||||||
points.push(i);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return points;
|
|
||||||
}
|
|
||||||
|
|
||||||
const Dots = ({prefixCls, marks, dots, step, included, lowerBound, upperBound, max, min}) => {
|
|
||||||
const range = max - min;
|
|
||||||
const elements = calcPoints(marks, dots, step, min, max).map((point) => {
|
|
||||||
const offset = (point - min) / range * 100 + '%';
|
|
||||||
const style = { left: offset };
|
|
||||||
|
|
||||||
const isActived = (!included && point === upperBound) ||
|
|
||||||
(included && point <= upperBound && point >= lowerBound);
|
|
||||||
const pointClassName = classSet({
|
|
||||||
[prefixCls + '-dot']: true,
|
|
||||||
[prefixCls + '-dot-active']: isActived,
|
|
||||||
});
|
|
||||||
|
|
||||||
return <span className={pointClassName} style={style} key={point} />;
|
|
||||||
});
|
|
||||||
|
|
||||||
return <div className={prefixCls + '-step'}>{elements}</div>;
|
|
||||||
};
|
|
||||||
|
|
||||||
export default Dots;
|
|
||||||
+4
-3
@@ -24,10 +24,10 @@ export default class Handle extends React.Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const props = this.props;
|
const props = this.props;
|
||||||
const {className, tipTransitionName, tipFormatter, offset, value} = props;
|
const {className, tipTransitionName, tipFormatter, vertical, offset, value} = props;
|
||||||
const {dragging, noTip} = props;
|
const {dragging, noTip} = props;
|
||||||
|
|
||||||
const style = { left: offset + '%' };
|
const style = vertical ? { bottom: offset + '%' } : { left: offset + '%' };
|
||||||
const handle = (<div className={className} style={style}
|
const handle = (<div className={className} style={style}
|
||||||
onMouseUp={this.showTooltip.bind(this)}
|
onMouseUp={this.showTooltip.bind(this)}
|
||||||
onMouseEnter={this.showTooltip.bind(this)}
|
onMouseEnter={this.showTooltip.bind(this)}
|
||||||
@@ -42,7 +42,7 @@ export default class Handle extends React.Component {
|
|||||||
prefixCls={className.replace('slider-handle', 'tooltip')}
|
prefixCls={className.replace('slider-handle', 'tooltip')}
|
||||||
placement="top"
|
placement="top"
|
||||||
visible={isTooltipVisible}
|
visible={isTooltipVisible}
|
||||||
overlay={<span>{tipFormatter ? tipFormatter(value) : value}</span>}
|
overlay={<span>{tipFormatter(value)}</span>}
|
||||||
delay={0}
|
delay={0}
|
||||||
transitionName={tipTransitionName}>
|
transitionName={tipTransitionName}>
|
||||||
{handle}
|
{handle}
|
||||||
@@ -52,6 +52,7 @@ export default class Handle extends React.Component {
|
|||||||
|
|
||||||
Handle.propTypes = {
|
Handle.propTypes = {
|
||||||
className: React.PropTypes.string,
|
className: React.PropTypes.string,
|
||||||
|
vertical: React.PropTypes.bool,
|
||||||
offset: React.PropTypes.number,
|
offset: React.PropTypes.number,
|
||||||
tipTransitionName: React.PropTypes.string,
|
tipTransitionName: React.PropTypes.string,
|
||||||
tipFormatter: React.PropTypes.func,
|
tipFormatter: React.PropTypes.func,
|
||||||
|
|||||||
+25
-8
@@ -1,26 +1,43 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import rcUtil from 'rc-util';
|
import classNames from 'classnames';
|
||||||
|
|
||||||
const Marks = ({className, 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);
|
||||||
const markWidth = unit * 0.9;
|
const markWidth = unit * 0.9;
|
||||||
|
|
||||||
const range = max - min;
|
const range = max - min;
|
||||||
const elements = marksKeys.map(parseFloat).map((point) => {
|
const elements = marksKeys.map(parseFloat).sort((a, b) => a - b).map((point) => {
|
||||||
const isActived = (!included && point === upperBound) ||
|
const isActived = (!included && point === upperBound) ||
|
||||||
(included && point <= upperBound && point >= lowerBound);
|
(included && point <= upperBound && point >= lowerBound);
|
||||||
const markClassName = rcUtil.classSet({
|
const markClassName = classNames({
|
||||||
[className + '-text']: true,
|
[className + '-text']: true,
|
||||||
[className + '-text-active']: isActived,
|
[className + '-text-active']: isActived,
|
||||||
});
|
});
|
||||||
|
|
||||||
const style = { width: markWidth + '%' };
|
const bottomStyle = {
|
||||||
style.left = (point - min) / range * 100 - markWidth / 2 + '%';
|
// height: markWidth + '%',
|
||||||
|
marginBottom: '-200' + '%',
|
||||||
|
bottom: (point - min) / range * 100 + '%',
|
||||||
|
};
|
||||||
|
|
||||||
return (<span className={markClassName} style={style} key={point}>
|
const leftStyle = {
|
||||||
{marks[point]}
|
width: markWidth + '%',
|
||||||
|
marginLeft: -markWidth / 2 + '%',
|
||||||
|
left: (point - min) / range * 100 + '%',
|
||||||
|
};
|
||||||
|
|
||||||
|
const style = vertical ? bottomStyle : leftStyle;
|
||||||
|
|
||||||
|
const markPoint = marks[point];
|
||||||
|
const markPointIsObject = typeof markPoint === 'object' &&
|
||||||
|
!React.isValidElement(markPoint);
|
||||||
|
const markLabel = markPointIsObject ? markPoint.label : markPoint;
|
||||||
|
const markStyle = markPointIsObject ?
|
||||||
|
{ ...style, ...markPoint.style } : style;
|
||||||
|
return (<span className={markClassName} style={markStyle} key={point}>
|
||||||
|
{markLabel}
|
||||||
</span>);
|
</span>);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
+125
-68
@@ -1,8 +1,9 @@
|
|||||||
import React from 'react';
|
import React, { cloneElement } from 'react';
|
||||||
import {Dom as DomUtils, classSet} from 'rc-util';
|
import addEventListener from 'rc-util/lib/Dom/addEventListener';
|
||||||
|
import classNames from 'classnames';
|
||||||
import Track from './Track';
|
import Track from './Track';
|
||||||
import Handle from './Handle';
|
import DefaultHandle from './Handle';
|
||||||
import Dots from './Dots';
|
import Steps from './Steps';
|
||||||
import Marks from './Marks';
|
import Marks from './Marks';
|
||||||
|
|
||||||
function noop() {
|
function noop() {
|
||||||
@@ -12,12 +13,12 @@ function isNotTouchEvent(e) {
|
|||||||
return e.touches.length > 1 || (e.type.toLowerCase() === 'touchend' && e.touches.length > 0);
|
return e.touches.length > 1 || (e.type.toLowerCase() === 'touchend' && e.touches.length > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getTouchPosition(e) {
|
function getTouchPosition(vertical, e) {
|
||||||
return e.touches[0].pageX;
|
return vertical ? e.touches[0].clientY : e.touches[0].pageX;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getMousePosition(e) {
|
function getMousePosition(vertical, e) {
|
||||||
return e.pageX;
|
return vertical ? e.clientY : e.pageX;
|
||||||
}
|
}
|
||||||
|
|
||||||
function pauseEvent(e) {
|
function pauseEvent(e) {
|
||||||
@@ -32,7 +33,7 @@ class Slider extends React.Component {
|
|||||||
const {range, min, max} = props;
|
const {range, min, max} = props;
|
||||||
const initialValue = range ? [min, min] : min;
|
const initialValue = range ? [min, min] : min;
|
||||||
const defaultValue = ('defaultValue' in props ? props.defaultValue : initialValue);
|
const defaultValue = ('defaultValue' in props ? props.defaultValue : initialValue);
|
||||||
const value = ('value' in props ? props.value : defaultValue);
|
const value = (props.value !== undefined ? props.value : defaultValue);
|
||||||
|
|
||||||
let upperBound;
|
let upperBound;
|
||||||
let lowerBound;
|
let lowerBound;
|
||||||
@@ -45,12 +46,7 @@ class Slider extends React.Component {
|
|||||||
|
|
||||||
let recent;
|
let recent;
|
||||||
if (props.range && upperBound === lowerBound) {
|
if (props.range && upperBound === lowerBound) {
|
||||||
if (lowerBound === max) {
|
recent = lowerBound === max ? 'lowerBound' : 'upperBound';
|
||||||
recent = 'lowerBound';
|
|
||||||
}
|
|
||||||
if (upperBound === min) {
|
|
||||||
recent = 'upperBound';
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
recent = 'upperBound';
|
recent = 'upperBound';
|
||||||
}
|
}
|
||||||
@@ -65,40 +61,54 @@ class Slider extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
componentWillReceiveProps(nextProps) {
|
componentWillReceiveProps(nextProps) {
|
||||||
|
if (!('value' in nextProps || 'min' in nextProps || 'max' in nextProps)) return;
|
||||||
|
|
||||||
|
const {lowerBound, upperBound} = this.state;
|
||||||
if (nextProps.range) {
|
if (nextProps.range) {
|
||||||
const value = nextProps.value;
|
const value = nextProps.value || [lowerBound, upperBound];
|
||||||
if (value) {
|
const nextUpperBound = this.trimAlignValue(value[1], nextProps);
|
||||||
this.setState({
|
const nextLowerBound = this.trimAlignValue(value[0], nextProps);
|
||||||
upperBound: value[1],
|
if (nextLowerBound === lowerBound && nextUpperBound === upperBound) return;
|
||||||
lowerBound: value[0],
|
|
||||||
});
|
|
||||||
}
|
|
||||||
} else if ('value' in nextProps) {
|
|
||||||
this.setState({
|
this.setState({
|
||||||
upperBound: nextProps.value,
|
upperBound: nextUpperBound,
|
||||||
|
lowerBound: nextLowerBound,
|
||||||
});
|
});
|
||||||
|
if (this.isValueOutOfBounds(upperBound, nextProps) ||
|
||||||
|
this.isValueOutOfBounds(lowerBound, nextProps)) {
|
||||||
|
this.props.onChange([nextLowerBound, nextUpperBound]);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
const value = nextProps.value !== undefined ? nextProps.value : upperBound;
|
||||||
|
const nextValue = this.trimAlignValue(value, nextProps);
|
||||||
|
if (nextValue === upperBound && lowerBound === nextProps.min) return;
|
||||||
|
|
||||||
|
this.setState({
|
||||||
|
upperBound: nextValue,
|
||||||
|
lowerBound: nextProps.min,
|
||||||
|
});
|
||||||
|
if (this.isValueOutOfBounds(upperBound, nextProps)) {
|
||||||
|
this.props.onChange(nextValue);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onChange(handle, value) {
|
onChange(state) {
|
||||||
const props = this.props;
|
const props = this.props;
|
||||||
const isNotControlled = !('value' in props);
|
const isNotControlled = !('value' in props);
|
||||||
if (isNotControlled) {
|
if (isNotControlled) {
|
||||||
this.setState({[handle]: value});
|
this.setState(state);
|
||||||
|
} else if (state.handle) {
|
||||||
|
this.setState({handle: state.handle});
|
||||||
}
|
}
|
||||||
|
|
||||||
const state = this.state;
|
const data = {...this.state, ...state};
|
||||||
const data = {
|
|
||||||
upperBound: state.upperBound,
|
|
||||||
lowerBound: state.lowerBound,
|
|
||||||
};
|
|
||||||
data[handle] = value;
|
|
||||||
const changedValue = props.range ? [data.lowerBound, data.upperBound] : data.upperBound;
|
const changedValue = props.range ? [data.lowerBound, data.upperBound] : data.upperBound;
|
||||||
props.onChange(changedValue);
|
props.onChange(changedValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
onMouseMove(e) {
|
onMouseMove(e) {
|
||||||
const position = getMousePosition(e);
|
const position = getMousePosition(this.props.vertical, e);
|
||||||
this.onMove(e, position);
|
this.onMove(e, position);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -108,7 +118,7 @@ class Slider extends React.Component {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const position = getTouchPosition(e);
|
const position = getTouchPosition(this.props.vertical, e);
|
||||||
this.onMove(e, position);
|
this.onMove(e, position);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -117,27 +127,48 @@ class Slider extends React.Component {
|
|||||||
const props = this.props;
|
const props = this.props;
|
||||||
const state = this.state;
|
const state = this.state;
|
||||||
|
|
||||||
const diffPosition = position - this.startPosition;
|
let diffPosition = position - this.startPosition;
|
||||||
|
diffPosition = this.props.vertical ? -diffPosition : diffPosition;
|
||||||
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[state.handle];
|
||||||
if (value === oldValue) return;
|
if (value === oldValue) return;
|
||||||
|
|
||||||
this.onChange(state.handle, value);
|
if (props.allowCross && value < state.lowerBound && state.handle === 'upperBound') {
|
||||||
|
this.onChange({
|
||||||
|
handle: 'lowerBound',
|
||||||
|
lowerBound: value,
|
||||||
|
upperBound: this.state.lowerBound,
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (props.allowCross && value > state.upperBound && state.handle === 'lowerBound') {
|
||||||
|
this.onChange({
|
||||||
|
handle: 'upperBound',
|
||||||
|
upperBound: value,
|
||||||
|
lowerBound: this.state.upperBound,
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.onChange({
|
||||||
|
[state.handle]: value,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
onTouchStart(e) {
|
onTouchStart(e) {
|
||||||
if (isNotTouchEvent(e)) return;
|
if (isNotTouchEvent(e)) return;
|
||||||
|
|
||||||
const position = getTouchPosition(e);
|
const position = getTouchPosition(this.props.vertical, e);
|
||||||
this.onStart(position);
|
this.onStart(position);
|
||||||
this.addDocumentEvents('touch');
|
this.addDocumentEvents('touch');
|
||||||
pauseEvent(e);
|
pauseEvent(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
onMouseDown(e) {
|
onMouseDown(e) {
|
||||||
const position = getMousePosition(e);
|
if (e.button !== 0) { return; }
|
||||||
|
const position = getMousePosition(this.props.vertical, e);
|
||||||
this.onStart(position);
|
this.onStart(position);
|
||||||
this.addDocumentEvents('mouse');
|
this.addDocumentEvents('mouse');
|
||||||
pauseEvent(e);
|
pauseEvent(e);
|
||||||
@@ -179,7 +210,9 @@ class Slider extends React.Component {
|
|||||||
const oldValue = state[valueNeedChanging];
|
const oldValue = state[valueNeedChanging];
|
||||||
if (value === oldValue) return;
|
if (value === oldValue) return;
|
||||||
|
|
||||||
this.onChange(valueNeedChanging, value);
|
this.onChange({
|
||||||
|
[valueNeedChanging]: value,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
getValue() {
|
getValue() {
|
||||||
@@ -193,20 +226,33 @@ class Slider extends React.Component {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return slider.clientWidth;
|
return this.props.vertical ? slider.clientHeight : slider.clientWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
getSliderStart() {
|
getSliderStart() {
|
||||||
const slider = this.refs.slider;
|
const slider = this.refs.slider;
|
||||||
const rect = slider.getBoundingClientRect();
|
const rect = slider.getBoundingClientRect();
|
||||||
|
|
||||||
return rect.left;
|
return this.props.vertical ? rect.top : rect.left;
|
||||||
}
|
}
|
||||||
|
|
||||||
trimAlignValue(v) {
|
getPrecision(step) {
|
||||||
|
const stepString = step.toString();
|
||||||
|
let precision = 0;
|
||||||
|
if (stepString.indexOf('.') >= 0) {
|
||||||
|
precision = stepString.length - stepString.indexOf('.') - 1;
|
||||||
|
}
|
||||||
|
return precision;
|
||||||
|
}
|
||||||
|
|
||||||
|
isValueOutOfBounds(value, props) {
|
||||||
|
return value < props.min || value > props.max;
|
||||||
|
}
|
||||||
|
|
||||||
|
trimAlignValue(v, nextProps) {
|
||||||
const state = this.state || {};
|
const state = this.state || {};
|
||||||
const {handle, lowerBound, upperBound} = state;
|
const {handle, lowerBound, upperBound} = state;
|
||||||
const {marks, step, min, max} = this.props;
|
const {marks, step, min, max, allowCross} = {...this.props, ...(nextProps || {})};
|
||||||
|
|
||||||
let val = v;
|
let val = v;
|
||||||
if (val <= min) {
|
if (val <= min) {
|
||||||
@@ -215,10 +261,10 @@ class Slider extends React.Component {
|
|||||||
if (val >= max) {
|
if (val >= max) {
|
||||||
val = max;
|
val = max;
|
||||||
}
|
}
|
||||||
if (handle === 'upperBound' && val <= lowerBound) {
|
if (!allowCross && handle === 'upperBound' && val <= lowerBound) {
|
||||||
val = lowerBound;
|
val = lowerBound;
|
||||||
}
|
}
|
||||||
if (handle === 'lowerBound' && val >= upperBound) {
|
if (!allowCross && handle === 'lowerBound' && val >= upperBound) {
|
||||||
val = upperBound;
|
val = upperBound;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -231,7 +277,7 @@ class Slider extends React.Component {
|
|||||||
const diffs = points.map((point) => Math.abs(val - point));
|
const diffs = points.map((point) => Math.abs(val - point));
|
||||||
const closestPoint = points[diffs.indexOf(Math.min.apply(Math, diffs))];
|
const closestPoint = points[diffs.indexOf(Math.min.apply(Math, diffs))];
|
||||||
|
|
||||||
return closestPoint;
|
return step !== null ? parseFloat(closestPoint.toFixed(this.getPrecision(step))) : closestPoint;
|
||||||
}
|
}
|
||||||
|
|
||||||
calcOffset(value) {
|
calcOffset(value) {
|
||||||
@@ -241,9 +287,10 @@ class Slider extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
calcValue(offset) {
|
calcValue(offset) {
|
||||||
const {min, max} = this.props;
|
const {vertical, min, max} = this.props;
|
||||||
const ratio = offset / this.getSliderLength();
|
const ratio = Math.abs(offset / this.getSliderLength());
|
||||||
return ratio * (max - min) + min;
|
const value = vertical ? (1 - ratio) * (max - min) + min : ratio * (max - min) + min;
|
||||||
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
calcValueByPos(position) {
|
calcValueByPos(position) {
|
||||||
@@ -255,11 +302,11 @@ 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 = addEventListener(document, 'touchmove', this.onTouchMove.bind(this));
|
||||||
this.onTouchUpListener = DomUtils.addEventListener(document, 'touchend', this.end.bind(this, 'touch'));
|
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 = addEventListener(document, 'mousemove', this.onMouseMove.bind(this));
|
||||||
this.onMouseUpListener = DomUtils.addEventListener(document, 'mouseup', this.end.bind(this, 'mouse'));
|
this.onMouseUpListener = addEventListener(document, 'mouseup', this.end.bind(this, 'mouse'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -281,30 +328,33 @@ class Slider extends React.Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const {handle, upperBound, lowerBound} = this.state;
|
const {handle, upperBound, lowerBound} = this.state;
|
||||||
const {className, prefixCls, disabled, dots, included, range, step,
|
const {className, prefixCls, disabled, vertical, dots, included, range, step,
|
||||||
marks, max, min, tipTransitionName, tipFormatter, children} = this.props;
|
marks, max, min, tipTransitionName, tipFormatter, children} = this.props;
|
||||||
|
|
||||||
|
const customHandle = this.props.handle;
|
||||||
|
|
||||||
const upperOffset = this.calcOffset(upperBound);
|
const upperOffset = this.calcOffset(upperBound);
|
||||||
const lowerOffset = this.calcOffset(lowerBound);
|
const lowerOffset = this.calcOffset(lowerBound);
|
||||||
|
|
||||||
const handleClassName = prefixCls + '-handle';
|
const handleClassName = prefixCls + '-handle';
|
||||||
const isNoTip = (step === null) && !tipFormatter;
|
const isNoTip = (step === null) || (tipFormatter === null);
|
||||||
|
|
||||||
const upper = (<Handle className={handleClassName}
|
const upper = cloneElement(customHandle, { className: handleClassName,
|
||||||
noTip={isNoTip} tipTransitionName={tipTransitionName} tipFormatter={tipFormatter}
|
noTip: isNoTip, tipTransitionName: tipTransitionName, tipFormatter: tipFormatter,
|
||||||
offset={upperOffset} value={upperBound} dragging={handle === 'upperBound'} />);
|
vertical: vertical, offset: upperOffset, value: upperBound, dragging: handle === 'upperBound' });
|
||||||
|
|
||||||
let lower = null;
|
let lower = null;
|
||||||
if (range) {
|
if (range) {
|
||||||
lower = (<Handle className={handleClassName}
|
lower = cloneElement(customHandle, { className: handleClassName,
|
||||||
noTip={isNoTip} tipTransitionName={tipTransitionName} tipFormatter={tipFormatter}
|
noTip: isNoTip, tipTransitionName: tipTransitionName, tipFormatter: tipFormatter,
|
||||||
offset={lowerOffset} value={lowerBound} dragging={handle === 'lowerBound'} />);
|
vertical: vertical, offset: lowerOffset, value: lowerBound, dragging: handle === 'lowerBound' });
|
||||||
}
|
}
|
||||||
|
|
||||||
const sliderClassName = classSet({
|
const sliderClassName = classNames({
|
||||||
[prefixCls]: true,
|
[prefixCls]: true,
|
||||||
[prefixCls + '-disabled']: disabled,
|
[prefixCls + '-disabled']: disabled,
|
||||||
[className]: !!className,
|
[className]: !!className,
|
||||||
|
[prefixCls + '-vertical']: this.props.vertical,
|
||||||
});
|
});
|
||||||
const isIncluded = included || range;
|
const isIncluded = included || range;
|
||||||
return (
|
return (
|
||||||
@@ -313,14 +363,14 @@ class Slider extends React.Component {
|
|||||||
onMouseDown={disabled ? noop : this.onMouseDown.bind(this)}>
|
onMouseDown={disabled ? noop : this.onMouseDown.bind(this)}>
|
||||||
{upper}
|
{upper}
|
||||||
{lower}
|
{lower}
|
||||||
<Track className={prefixCls + '-track'} included={isIncluded}
|
<Track className={prefixCls + '-track'} vertical = {vertical} included={isIncluded}
|
||||||
offset={lowerOffset} length={upperOffset - lowerOffset}/>
|
offset={lowerOffset} length={upperOffset - lowerOffset}/>
|
||||||
<Dots prefixCls={prefixCls} marks={marks} dots={dots} step={step}
|
<Steps prefixCls={prefixCls} vertical = {vertical} marks={marks} dots={dots} step={step}
|
||||||
included={isIncluded} lowerBound={lowerBound}
|
included={isIncluded} lowerBound={lowerBound}
|
||||||
upperBound={upperBound} max={max} min={min} />
|
upperBound={upperBound} max={max} min={min}/>
|
||||||
<Marks className={prefixCls + '-mark'} marks={marks}
|
<Marks className={prefixCls + '-mark'} vertical = {vertical} marks={marks}
|
||||||
included={isIncluded} lowerBound={lowerBound}
|
included={isIncluded} lowerBound={lowerBound}
|
||||||
upperBound={upperBound} max={max} min={min} />
|
upperBound={upperBound} max={max} min={min}/>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
@@ -348,10 +398,13 @@ Slider.propTypes = {
|
|||||||
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.bool,
|
||||||
|
vertical: React.PropTypes.bool,
|
||||||
|
allowCross: React.PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
Slider.defaultProps = {
|
Slider.defaultProps = {
|
||||||
@@ -362,13 +415,17 @@ 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,
|
||||||
|
tipFormatter: value => value,
|
||||||
included: true,
|
included: true,
|
||||||
disabled: false,
|
disabled: false,
|
||||||
dots: false,
|
dots: false,
|
||||||
range: false,
|
range: false,
|
||||||
|
vertical: false,
|
||||||
|
allowCross: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Slider;
|
export default Slider;
|
||||||
|
|||||||
@@ -0,0 +1,37 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import classNames from 'classnames';
|
||||||
|
import warning from 'warning';
|
||||||
|
|
||||||
|
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.');
|
||||||
|
const points = Object.keys(marks).map(parseFloat);
|
||||||
|
if (dots) {
|
||||||
|
for (let i = min; i <= max; i = i + step) {
|
||||||
|
if (points.indexOf(i) >= 0) continue;
|
||||||
|
points.push(i);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return points;
|
||||||
|
}
|
||||||
|
|
||||||
|
const Steps = ({prefixCls, vertical, marks, dots, step, included,
|
||||||
|
lowerBound, upperBound, max, min}) => {
|
||||||
|
const range = max - min;
|
||||||
|
const elements = calcPoints(vertical, marks, dots, step, min, max).map((point) => {
|
||||||
|
const offset = Math.abs(point - min) / range * 100 + '%';
|
||||||
|
const style = vertical ? { bottom: offset } : { left: offset };
|
||||||
|
|
||||||
|
const isActived = (!included && point === upperBound) ||
|
||||||
|
(included && point <= upperBound && point >= lowerBound);
|
||||||
|
const pointClassName = classNames({
|
||||||
|
[prefixCls + '-dot']: true,
|
||||||
|
[prefixCls + '-dot-active']: isActived,
|
||||||
|
});
|
||||||
|
|
||||||
|
return <span className={pointClassName} style={style} key={point} />;
|
||||||
|
});
|
||||||
|
|
||||||
|
return <div className={prefixCls + '-step'}>{elements}</div>;
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Steps;
|
||||||
+8
-3
@@ -1,11 +1,16 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
const Track = ({className, included, offset, length}) => {
|
const Track = ({className, included, vertical, offset, length}) => {
|
||||||
const style = {
|
const style = {
|
||||||
left: offset + '%',
|
|
||||||
width: length + '%',
|
|
||||||
visibility: included ? 'visible' : 'hidden',
|
visibility: included ? 'visible' : 'hidden',
|
||||||
};
|
};
|
||||||
|
if (vertical) {
|
||||||
|
style.bottom = offset + '%';
|
||||||
|
style.height = length + '%';
|
||||||
|
} else {
|
||||||
|
style.left = offset + '%';
|
||||||
|
style.width = length + '%';
|
||||||
|
}
|
||||||
return <div className={className} style={style} />;
|
return <div className={className} style={style} />;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+128
-63
@@ -1,83 +1,148 @@
|
|||||||
|
const expect = require('expect.js');
|
||||||
|
const React = require('react');
|
||||||
|
const ReactDOM = require('react-dom');
|
||||||
|
const ReactTestUtils = require('react-addons-test-utils');
|
||||||
|
const Slider = require('..');
|
||||||
|
|
||||||
var expect = require('expect.js');
|
|
||||||
var Slider = require('../index.js');
|
|
||||||
var React = require('react');
|
|
||||||
var ReactDOM = require('react-dom');
|
|
||||||
var TestUtils = require('react-addons-test-utils');
|
|
||||||
var Simulate = TestUtils.Simulate;
|
|
||||||
var $ = require('jquery');
|
|
||||||
require('../assets/index.less');
|
require('../assets/index.less');
|
||||||
|
|
||||||
describe('rc-slider', function () {
|
describe('rc-slider', function test() {
|
||||||
this.timeout(5000);
|
this.timeout(5000);
|
||||||
var div = document.createElement('div');
|
const div = document.createElement('div');
|
||||||
document.body.appendChild(div);
|
document.body.appendChild(div);
|
||||||
|
|
||||||
afterEach(function () {
|
afterEach(() => {
|
||||||
ReactDOM.unmountComponentAtNode(div);
|
ReactDOM.unmountComponentAtNode(div);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should render a simple slider with value correctly!', function () {
|
it('should render a Slider with correct DOM structure', () => {
|
||||||
var slider = ReactDOM.render(
|
const slider = ReactDOM.render(<Slider />, div);
|
||||||
<Slider className='rc-slider' defaultValue={40}/>,
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider').length).to.be(1);
|
||||||
div
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-handle').length).to.be(1);
|
||||||
);
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(slider, 'rc-slider-track').length).to.be(1);
|
||||||
var node = $(div);
|
|
||||||
expect(node.find('.rc-slider').length).to.be(1);
|
|
||||||
expect(node.find('.rc-slider-handle').length).to.be(1);
|
|
||||||
expect(node.find('.rc-slider-track').length).to.be(1);
|
|
||||||
expect(slider.state.upperBound).to.be(40);
|
|
||||||
var trackWidth = node.find('.rc-slider-track')[0].style.width;
|
|
||||||
expect(trackWidth).to.eql(node.find('.rc-slider-handle')[0].style.left);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should render a slider with correct numbers of step!', function () {
|
it('should render a Slider with default value correctly', () => {
|
||||||
var slider = ReactDOM.render(
|
const sliderWithDefaultValue = ReactDOM.render(<Slider defaultValue={50} />, div);
|
||||||
<Slider className='rc-slider' step={20}/>,
|
expect(sliderWithDefaultValue.state.upperBound).to.be(50);
|
||||||
div
|
expect(ReactTestUtils
|
||||||
);
|
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-handle')[0]
|
||||||
var node = $(div);
|
.style.cssText)
|
||||||
expect(node.find('.rc-slider').length).to.be(1);
|
.to.match(/left: 50%;/);
|
||||||
expect(node.find('.rc-slider-handle').length).to.be(1);
|
|
||||||
expect(node.find('.rc-slider-track').length).to.be(1);
|
|
||||||
expect(slider.state.upperBound).to.be(0);
|
|
||||||
|
|
||||||
var sliderWithDots = ReactDOM.render(
|
const trackStyle = ReactTestUtils
|
||||||
<Slider className='rc-slider' step={20} dots/>,
|
.scryRenderedDOMComponentsWithClass(sliderWithDefaultValue, 'rc-slider-track')[0]
|
||||||
div
|
.style.cssText;
|
||||||
);
|
expect(trackStyle).to.match(/left: 0%;/);
|
||||||
var node1 = $(div);
|
expect(trackStyle).to.match(/width: 50%;/);
|
||||||
expect(node1.find('.rc-slider-dot').length).to.be(6);
|
expect(trackStyle).to.match(/visibility: visible;/);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should render a slider with marks correctly!', function () {
|
it('should render a Slider with value corrently', () => {
|
||||||
var slider = ReactDOM.render(
|
const sliderWithValue = ReactDOM.render(<Slider value={50} />, div);
|
||||||
<Slider marks={{0: "一", 20: "二", 40: "三", 60: "四", 100: "五"}} defaultValue={40} />,
|
expect(sliderWithValue.state.upperBound).to.be(50);
|
||||||
div
|
expect(ReactTestUtils
|
||||||
);
|
.scryRenderedDOMComponentsWithClass(sliderWithValue, 'rc-slider-handle')[0]
|
||||||
var node = $(div);
|
.style.cssText)
|
||||||
expect(node.find('.rc-slider').length).to.be(1);
|
.to.match(/left: 50%;/);
|
||||||
expect(node.find('.rc-slider-handle').length).to.be(1);
|
|
||||||
expect(node.find('.rc-slider-track').length).to.be(1);
|
const trackStyle = ReactTestUtils
|
||||||
expect(node.find('.rc-slider-dot').length).to.be(Object.keys(slider.props.marks).length);
|
.scryRenderedDOMComponentsWithClass(sliderWithValue, 'rc-slider-track')[0]
|
||||||
expect(node.find('.rc-slider-mark').length).to.be(1);
|
.style.cssText;
|
||||||
expect(node.find('.rc-slider-mark-text').length).to.be(Object.keys(slider.props.marks).length);
|
expect(trackStyle).to.match(/left: 0%;/);
|
||||||
expect(slider.state.upperBound).to.be(40);
|
expect(trackStyle).to.match(/width: 50%;/);
|
||||||
|
expect(trackStyle).to.match(/visibility: visible;/);
|
||||||
});
|
});
|
||||||
|
|
||||||
// it('should mouseDown works!', function (done) {
|
it('should render a Range with correct DOM structure', () => {
|
||||||
// var slider = ReactDOM.render(
|
const range = ReactDOM.render(<Slider range />, div);
|
||||||
// <Slider marks={["一","二","三","四","五"]} />,
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(range, 'rc-slider').length).to.be(1);
|
||||||
// div
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(range, 'rc-slider-handle').length).to.be(2);
|
||||||
// );
|
expect(ReactTestUtils.scryRenderedDOMComponentsWithClass(range, 'rc-slider-track').length).to.be(1);
|
||||||
// var selectedStep = slider.refs.step3.getDOMNode();
|
});
|
||||||
|
|
||||||
// Simulate.mouseDown(selectedStep);
|
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%;/);
|
||||||
|
|
||||||
// setTimeout( function() {
|
const trackStyle = ReactTestUtils
|
||||||
// expect(slider.state.active).to.be('active');
|
.scryRenderedDOMComponentsWithClass(rangeWithDefaultValue, 'rc-slider-track')[0]
|
||||||
// done();
|
.style.cssText;
|
||||||
// }, 200);
|
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);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user