mirror of
https://github.com/wassname/slider.git
synced 2026-09-11 12:42:49 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a06b43dcd7 | ||
|
|
3e11978bfc | ||
|
|
48dab67950 | ||
|
|
ab494c9ca8 | ||
|
|
68bb3bcadb | ||
|
|
0f97361257 | ||
|
|
599771dc1a | ||
|
|
a109298acd | ||
|
|
6db366a0c5 | ||
|
|
2a5f28c60e | ||
|
|
c4f3f5d20d | ||
|
|
5e84fa0e1e | ||
|
|
8873210873 | ||
|
|
b96e4757ea | ||
|
|
df97e41d48 | ||
|
|
3519ba24c0 | ||
|
|
9d62c64784 | ||
|
|
305844e73c | ||
|
|
99b583aee9 | ||
|
|
256a7b3eb9 | ||
|
|
217701543b | ||
|
|
a3bd4db2f8 | ||
|
|
53df129611 | ||
|
|
afc3b57e23 | ||
|
|
9dccdb6c90 | ||
|
|
e909890b7a | ||
|
|
0b0271053a | ||
|
|
7991918a96 |
@@ -102,27 +102,15 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>defaultValue</td>
|
<td>defaultValue</td>
|
||||||
<td>number</td>
|
<td>number or [number, number]</td>
|
||||||
<td>0</td>
|
<td>0 or [0, 0]</td>
|
||||||
<td>If range is `false`, this prop will set the initial position of the handle.</td>
|
<td>Set initial positions of handles. If range is `false`, the type of `defaultValue` should be `number`. Otherwise, `[number, number]`</td>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>defaultValues</td>
|
|
||||||
<td>[number, number]</td>
|
|
||||||
<td>[0, 0]</td>
|
|
||||||
<td>If range is `true`, this prop will set initial positions of handles respectively.</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>value</td>
|
<td>value</td>
|
||||||
<td>number</td>
|
<td>number or [number, number]</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>If range is `false`, this prop will set the current position of the handle.</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>values</td>
|
|
||||||
<td>[number, number]</td>
|
|
||||||
<td></td>
|
|
||||||
<td>If range is `true`, this prop will set current positions of handles respectively.</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>marks</td>
|
<td>marks</td>
|
||||||
@@ -131,7 +119,7 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
<td>Mark every step for the slider, it will ignore the `step` parameter if it has been defined. Does not work with `range`</td>
|
<td>Mark every step for the slider, it will ignore the `step` parameter if it has been defined. Does not work with `range`</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>isIncluded</td>
|
<td>included</td>
|
||||||
<td>boolean</td>
|
<td>boolean</td>
|
||||||
<td>true</td>
|
<td>true</td>
|
||||||
<td>If the value is `true`, it means a continuous value interval, otherwise, it is a independent value.</td>
|
<td>If the value is `true`, it means a continuous value interval, otherwise, it is a independent value.</td>
|
||||||
@@ -161,10 +149,16 @@ ReactDOM.render(<Rcslider />, container);
|
|||||||
<td>Set the animation for tooltip if it shows.</td>
|
<td>Set the animation for tooltip if it shows.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>withDots</td>
|
<td>tipFormatter</td>
|
||||||
|
<td>func</td>
|
||||||
|
<td></td>
|
||||||
|
<td>Format the value of the tooltip if it shows.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>dots</td>
|
||||||
<td>bool</td>
|
<td>bool</td>
|
||||||
<td>false</td>
|
<td>false</td>
|
||||||
<td>For linear slider, when the `step` value is greater than 1, you can set the `withDots` to `true` if you want to render the slider bar with dots.</td>
|
<td>For linear slider, when the `step` value is greater than 1, you can set the `dots` to `true` if you want to render the slider bar with dots.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
+4
-4
@@ -146,13 +146,13 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-placement-points-bc-tc {
|
&-placement-top {
|
||||||
padding: @tooltip-arrow-width 0 @tooltip-distance 0;
|
padding: @tooltip-arrow-width 0 @tooltip-distance 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-inner {
|
&-inner {
|
||||||
padding: 6px 0;
|
padding: 6px 2px;
|
||||||
width: 24px;
|
min-width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-placement-points-bc-tc &-arrow {
|
&-placement-top &-arrow {
|
||||||
bottom: @tooltip-distance - @tooltip-arrow-width;
|
bottom: @tooltip-distance - @tooltip-arrow-width;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -@tooltip-arrow-width;
|
margin-left: -@tooltip-arrow-width;
|
||||||
|
|||||||
+24
-10
@@ -3,42 +3,56 @@
|
|||||||
require('rc-slider/assets/index.less');
|
require('rc-slider/assets/index.less');
|
||||||
|
|
||||||
var React = require('react');
|
var React = require('react');
|
||||||
|
var ReactDOM = require('react-dom');
|
||||||
var Slider = require('rc-slider');
|
var Slider = require('rc-slider');
|
||||||
var style = {width:400,margin:50};
|
var style = {width:400,margin:50};
|
||||||
|
|
||||||
function onChange(v) {
|
var log = console.log.bind(console);
|
||||||
console.log(v);
|
|
||||||
|
|
||||||
|
var marks = ["状态1","状态2","状态3","状态4"];
|
||||||
|
|
||||||
|
function percentFormatter(v) {
|
||||||
|
return v + " %";
|
||||||
}
|
}
|
||||||
|
|
||||||
React.render(
|
ReactDOM.render(
|
||||||
<div>
|
<div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>基础滑块</p>
|
<p>基础滑块</p>
|
||||||
<Slider onChange={onChange} tipTransitionName='rc-slider-tooltip-zoom-down' />
|
<Slider onChange={log} tipTransitionName='rc-slider-tooltip-zoom-down' />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>基础滑块,step=20</p>
|
<p>基础滑块,step=20</p>
|
||||||
<Slider step={20} />
|
<Slider step={20} />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>基础滑块,step=20 带原点</p>
|
<p>基础滑块,step=20 带圆点</p>
|
||||||
<Slider withDots step={20} />
|
<Slider dots step={20} />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>双滑块</p>
|
<p>双滑块</p>
|
||||||
<Slider range={true} min={10} max={90} values={[0, 30]} onChange={onChange} />
|
<Slider range min={10} max={90} defaultValue={[0, 30]} onChange={log} />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>双滑块,step=20 </p>
|
<p>双滑块,step=20 </p>
|
||||||
<Slider range={true} withDots step={20} values={[0, 30]} onChange={onChange} isIncluded={false} />
|
<Slider range dots step={20} defaultValue={[0, 30]} onAfterChange={log} included={false} />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>分段式滑块(包含关系)</p>
|
<p>分段式滑块(包含关系)</p>
|
||||||
<Slider marks={["状态1","状态2","状态3","状态4"]} defaultIndex={1} />
|
<Slider marks={marks} defaultIndex={1} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>分段式滑块 (双)</p>
|
||||||
|
<Slider range marks={marks} onChange={log} defaultIndex={[1,2]} />
|
||||||
</div>
|
</div>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<p>分段式滑块(并列关系)</p>
|
<p>分段式滑块(并列关系)</p>
|
||||||
<Slider marks={["状态1","状态2","状态3","状态4"]} isIncluded={false} defaultIndex={1} />
|
<Slider marks={marks} included={false} defaultIndex={1} />
|
||||||
|
</div>
|
||||||
|
<div style={style}>
|
||||||
|
<p>基础滑块</p>
|
||||||
|
<Slider onChange={log} tipFormatter={percentFormatter} tipTransitionName='rc-slider-tooltip-zoom-down' />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
, document.getElementById('__react-content'));
|
, document.getElementById('__react-content'));
|
||||||
|
|||||||
+5
-5
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rc-slider",
|
"name": "rc-slider",
|
||||||
"version": "1.6.0",
|
"version": "2.3.1",
|
||||||
"description": "slider ui component for react",
|
"description": "slider ui component for react",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
@@ -40,18 +40,18 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"expect.js": "0.3.x",
|
"expect.js": "0.3.x",
|
||||||
"jquery": "^1.11.2",
|
"jquery": "^1.11.2",
|
||||||
"precommit-hook": "^1.0.7",
|
"pre-commit": "1.x",
|
||||||
"rc-server": "3.x",
|
"rc-server": "3.x",
|
||||||
"rc-tools": "4.x",
|
"rc-tools": "4.x",
|
||||||
"react": "~0.14.0",
|
"react": "~0.14.0",
|
||||||
"react-addons-test-utils": "^0.14.0",
|
"react-addons-test-utils": "^0.14.0",
|
||||||
"react-dom": "~0.14.0"
|
"react-dom": "~0.14.0"
|
||||||
},
|
},
|
||||||
"precommit": [
|
"pre-commit": [
|
||||||
"lint"
|
"lint"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"rc-tooltip": "2.x",
|
"rc-tooltip": "3.x",
|
||||||
"rc-util": "2.x"
|
"rc-util": "3.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-3
@@ -24,7 +24,7 @@ export default class Handle extends React.Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const props = this.props;
|
const props = this.props;
|
||||||
const {className, tipTransitionName, offset, value} = props;
|
const {className, tipTransitionName, tipFormatter, offset, value} = props;
|
||||||
const {dragging, noTip} = props;
|
const {dragging, noTip} = props;
|
||||||
|
|
||||||
const style = { left: offset + '%' };
|
const style = { left: offset + '%' };
|
||||||
@@ -40,9 +40,9 @@ export default class Handle extends React.Component {
|
|||||||
const isTooltipVisible = dragging || this.state.isTooltipVisible;
|
const isTooltipVisible = dragging || this.state.isTooltipVisible;
|
||||||
return (<Tooltip
|
return (<Tooltip
|
||||||
prefixCls={className.replace('handle', 'tooltip')}
|
prefixCls={className.replace('handle', 'tooltip')}
|
||||||
placement={{points: ['bc', 'tc']}}
|
placement="top"
|
||||||
visible={isTooltipVisible}
|
visible={isTooltipVisible}
|
||||||
overlay={<span>{value}</span>}
|
overlay={<span>{tipFormatter ? tipFormatter(value) : value}</span>}
|
||||||
delay={0}
|
delay={0}
|
||||||
transitionName={tipTransitionName}>
|
transitionName={tipTransitionName}>
|
||||||
{handle}
|
{handle}
|
||||||
@@ -54,6 +54,7 @@ Handle.propTypes = {
|
|||||||
className: React.PropTypes.string,
|
className: React.PropTypes.string,
|
||||||
offset: React.PropTypes.number,
|
offset: React.PropTypes.number,
|
||||||
tipTransitionName: React.PropTypes.string,
|
tipTransitionName: React.PropTypes.string,
|
||||||
|
tipFormatter: React.PropTypes.func,
|
||||||
value: React.PropTypes.number,
|
value: React.PropTypes.number,
|
||||||
dragging: React.PropTypes.bool,
|
dragging: React.PropTypes.bool,
|
||||||
noTip: React.PropTypes.bool,
|
noTip: React.PropTypes.bool,
|
||||||
|
|||||||
+2
-2
@@ -1,14 +1,14 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import rcUtil from 'rc-util';
|
import rcUtil from 'rc-util';
|
||||||
|
|
||||||
const Marks = ({className, marks, index, isIncluded}) => {
|
const Marks = ({className, marks, index, included}) => {
|
||||||
const marksLen = marks.length;
|
const marksLen = marks.length;
|
||||||
const unit = 100 / (marksLen - 1);
|
const unit = 100 / (marksLen - 1);
|
||||||
const markWidth = unit / 2 + '%';
|
const markWidth = unit / 2 + '%';
|
||||||
|
|
||||||
const elements = [];
|
const elements = [];
|
||||||
for (let i = 0; i < marksLen; i++) {
|
for (let i = 0; i < marksLen; i++) {
|
||||||
const isActived = (isIncluded && i <= index) || (!isIncluded && i === index);
|
const isActived = (included && i <= index) || (!included && i === index);
|
||||||
const markClassName = rcUtil.classSet({
|
const markClassName = rcUtil.classSet({
|
||||||
[className + '-text']: true,
|
[className + '-text']: true,
|
||||||
[className + '-text-active']: isActived,
|
[className + '-text-active']: isActived,
|
||||||
|
|||||||
+116
-80
@@ -1,11 +1,12 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import rcUtil, {Dom as DomUtils} from 'rc-util';
|
import {Dom as DomUtils, classSet} from 'rc-util';
|
||||||
import Track from './Track';
|
import Track from './Track';
|
||||||
import Handle from './Handle';
|
import Handle from './Handle';
|
||||||
import Steps from './Steps';
|
import Steps from './Steps';
|
||||||
import Marks from './Marks';
|
import Marks from './Marks';
|
||||||
|
|
||||||
function noop() {}
|
function noop() {
|
||||||
|
}
|
||||||
|
|
||||||
function isNotTouchEvent(e) {
|
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);
|
||||||
@@ -16,18 +17,20 @@ function getTouchPosition(e) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getMousePosition(e) {
|
function getMousePosition(e) {
|
||||||
return e.pageX || (e.clientX + document.documentElement.scrollLeft); // to compat ie8
|
return e.pageX;
|
||||||
}
|
}
|
||||||
|
|
||||||
function pauseEvent(e) {
|
function pauseEvent(e) {
|
||||||
e.cancelBubble = true;
|
e.stopPropagation();
|
||||||
e.returnValue = false;
|
e.preventDefault();
|
||||||
if (e.stopPropagation) {
|
}
|
||||||
e.stopPropagation();
|
|
||||||
}
|
// This is an utility method, tries to get property, then defaultPropery with
|
||||||
if (e.preventDefault) {
|
// special check using 'in', because propery can be '0'
|
||||||
e.preventDefault();
|
function propOrDefault(props, name, fallback) {
|
||||||
}
|
const defaultName = 'default' + name.charAt(0).toUpperCase() + name.substring(1);
|
||||||
|
const defaultValue = (defaultName in props ? props[defaultName] : fallback);
|
||||||
|
return (name in props ? props[name] : defaultValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
class Slider extends React.Component {
|
class Slider extends React.Component {
|
||||||
@@ -36,17 +39,18 @@ class Slider extends React.Component {
|
|||||||
|
|
||||||
let upperBound;
|
let upperBound;
|
||||||
let lowerBound;
|
let lowerBound;
|
||||||
if (props.range) {
|
const initialValue = props.range ? [0, 0] : 0;
|
||||||
const values = (props.values || props.defaultValues);
|
if (props.marks.length > 0) {
|
||||||
upperBound = this.trimAlignValue(values[1]);
|
const index = propOrDefault(props, 'index', initialValue);
|
||||||
lowerBound = this.trimAlignValue(values[0]);
|
({lowerBound, upperBound} = this.getBoundsFromIndex(index, props));
|
||||||
} else if (props.marks.length > 0) {
|
|
||||||
upperBound = this.calcValueFromProps(props);
|
|
||||||
} else {
|
} else {
|
||||||
// Note: Maybe `value` is `0`.
|
const value = propOrDefault(props, 'value', initialValue);
|
||||||
// So, check the existence of `value` with `in`.
|
if (props.range) {
|
||||||
const value = ('value' in props ? props.value : props.defaultValue);
|
lowerBound = this.trimAlignValue(value[0]);
|
||||||
upperBound = this.trimAlignValue(value);
|
upperBound = this.trimAlignValue(value[1]);
|
||||||
|
} else {
|
||||||
|
upperBound = this.trimAlignValue(value);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let recent;
|
let recent;
|
||||||
@@ -72,11 +76,11 @@ class Slider extends React.Component {
|
|||||||
|
|
||||||
componentWillReceiveProps(nextProps) {
|
componentWillReceiveProps(nextProps) {
|
||||||
if (nextProps.range) {
|
if (nextProps.range) {
|
||||||
const values = nextProps.values;
|
const value = nextProps.value;
|
||||||
if (values) {
|
if (value) {
|
||||||
this.setState({
|
this.setState({
|
||||||
upperBound: values[1],
|
upperBound: value[1],
|
||||||
lowerBound: values[0],
|
lowerBound: value[0],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else if ('value' in nextProps) {
|
} else if ('value' in nextProps) {
|
||||||
@@ -84,9 +88,8 @@ class Slider extends React.Component {
|
|||||||
upperBound: nextProps.value,
|
upperBound: nextProps.value,
|
||||||
});
|
});
|
||||||
} else if ('index' in nextProps) {
|
} else if ('index' in nextProps) {
|
||||||
this.setState({
|
const index = ('index' in nextProps ? nextProps.index : nextProps.defaultIndex);
|
||||||
upperBound: this.calcValueFromProps(nextProps),
|
this.setState(this.getBoundsFromIndex(index, nextProps));
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,16 +121,9 @@ class Slider extends React.Component {
|
|||||||
if (value === oldValue) return;
|
if (value === oldValue) return;
|
||||||
|
|
||||||
if (!('value' in props) && !('index' in props)) {
|
if (!('value' in props) && !('index' in props)) {
|
||||||
this.setState({[state.handle]: value});
|
this.setState({[state.handle]: value}, () => {
|
||||||
}
|
this.triggerEvents('onChange', this.getValue());
|
||||||
|
});
|
||||||
if (props.range) {
|
|
||||||
// `this.state` will not be updated immediately after `this.setState`.
|
|
||||||
// So, create a similar object.
|
|
||||||
const data = Object.assign({}, state, {[state.handle]: value});
|
|
||||||
this.triggerEvents('onChange', [data.lowerBound, data.upperBound]);
|
|
||||||
} else {
|
|
||||||
this.triggerEvents('onChange', value);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -154,24 +150,38 @@ class Slider extends React.Component {
|
|||||||
this.startValue = value;
|
this.startValue = value;
|
||||||
this.startPosition = position;
|
this.startPosition = position;
|
||||||
|
|
||||||
const {upperBound, lowerBound} = this.state;
|
const state = this.state;
|
||||||
const isUpperBoundCloser = Math.abs(upperBound - value) < Math.abs(lowerBound - value);
|
const {upperBound, lowerBound} = state;
|
||||||
let valueNeedChanging = (!this.props.range || isUpperBoundCloser) ? 'upperBound' : 'lowerBound';
|
|
||||||
const isAtTheSamePoint = (upperBound === lowerBound);
|
let valueNeedChanging = 'upperBound';
|
||||||
valueNeedChanging = isAtTheSamePoint ? this.state.recent : valueNeedChanging;
|
if (this.props.range) {
|
||||||
|
const isLowerBoundCloser = Math.abs(upperBound - value) > Math.abs(lowerBound - value);
|
||||||
|
if (isLowerBoundCloser) {
|
||||||
|
valueNeedChanging = 'lowerBound';
|
||||||
|
}
|
||||||
|
|
||||||
|
const isAtTheSamePoint = (upperBound === lowerBound);
|
||||||
|
if (isAtTheSamePoint) {
|
||||||
|
valueNeedChanging = state.recent;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isAtTheSamePoint && (value !== upperBound)) {
|
||||||
|
valueNeedChanging = value < upperBound ? 'lowerBound' : 'upperBound';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
handle: valueNeedChanging,
|
handle: valueNeedChanging,
|
||||||
recent: valueNeedChanging,
|
recent: valueNeedChanging,
|
||||||
[valueNeedChanging]: value,
|
[valueNeedChanging]: value,
|
||||||
|
}, () => {
|
||||||
|
this.triggerEvents('onChange', this.getValue());
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
if (this.props.range) {
|
getValue() {
|
||||||
const data = Object.assign({}, this.state, {[valueNeedChanging]: value});
|
const {lowerBound, upperBound} = this.state;
|
||||||
this.triggerEvents('onChange', [data.lowerBound, data.upperBound]);
|
return this.props.range ? [lowerBound, upperBound] : upperBound;
|
||||||
} else {
|
|
||||||
this.triggerEvents('onChange', value);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getIndex(value) {
|
getIndex(value) {
|
||||||
@@ -184,6 +194,18 @@ class Slider extends React.Component {
|
|||||||
return Math.round(value / unit);
|
return Math.round(value / unit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getBoundsFromIndex(value, props) {
|
||||||
|
if (props.range) {
|
||||||
|
return {
|
||||||
|
lowerBound: this.calcValueFromIndex(value[0], props),
|
||||||
|
upperBound: this.calcValueFromIndex(value[1], props),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
upperBound: this.calcValueFromIndex(value, props),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
getSliderLength() {
|
getSliderLength() {
|
||||||
const slider = this.refs.slider;
|
const slider = this.refs.slider;
|
||||||
if (!slider) {
|
if (!slider) {
|
||||||
@@ -248,10 +270,9 @@ class Slider extends React.Component {
|
|||||||
return nextValue;
|
return nextValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
calcValueFromProps(props) {
|
calcValueFromIndex(index, props) {
|
||||||
const marksLen = props.marks.length;
|
const marksLen = props.marks.length;
|
||||||
if (marksLen > 0) {
|
if (marksLen > 0) {
|
||||||
const index = ('index' in props ? props.index : props.defaultIndex);
|
|
||||||
const value = ((props.max - props.min) / (marksLen - 1)) * (index);
|
const value = ((props.max - props.min) / (marksLen - 1)) * (index);
|
||||||
// `'1' / 1 => 1`, to make sure that the returned value is a `Number`.
|
// `'1' / 1 => 1`, to make sure that the returned value is a `Number`.
|
||||||
return value.toFixed(5) / 1;
|
return value.toFixed(5) / 1;
|
||||||
@@ -265,7 +286,11 @@ class Slider extends React.Component {
|
|||||||
if (props[event]) {
|
if (props[event]) {
|
||||||
let data;
|
let data;
|
||||||
if (hasMarks) {
|
if (hasMarks) {
|
||||||
data = this.getIndex(v);
|
if (props.range) {
|
||||||
|
data = v.map(bound => this.getIndex(bound));
|
||||||
|
} else {
|
||||||
|
data = this.getIndex(v);
|
||||||
|
}
|
||||||
} else if (v === undefined) {
|
} else if (v === undefined) {
|
||||||
data = this.state.value;
|
data = this.state.value;
|
||||||
} else {
|
} else {
|
||||||
@@ -298,18 +323,18 @@ class Slider extends React.Component {
|
|||||||
|
|
||||||
end(type) {
|
end(type) {
|
||||||
this.removeEventons(type);
|
this.removeEventons(type);
|
||||||
this.triggerEvents('onAfterChange');
|
this.triggerEvents('onAfterChange', this.getValue());
|
||||||
this.setState({ handle: null });
|
this.setState({handle: null});
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const {handle, upperBound, lowerBound} = this.state;
|
const {handle, upperBound, lowerBound} = this.state;
|
||||||
const props = this.props;
|
const props = this.props;
|
||||||
const {className, prefixCls, disabled, isIncluded, withDots, range} = props;
|
const {className, prefixCls, disabled, included, isIncluded, dots, range} = props;
|
||||||
const {marks, step, max, min, tipTransitionName, children} = props;
|
const {marks, step, max, min, tipTransitionName, tipFormatter, children} = props;
|
||||||
const marksLen = marks.length;
|
const marksLen = marks.length;
|
||||||
|
|
||||||
const sliderClassName = rcUtil.classSet({
|
const sliderClassName = classSet({
|
||||||
[prefixCls]: true,
|
[prefixCls]: true,
|
||||||
[prefixCls + '-disabled']: disabled,
|
[prefixCls + '-disabled']: disabled,
|
||||||
[className]: !!className,
|
[className]: !!className,
|
||||||
@@ -319,44 +344,44 @@ class Slider extends React.Component {
|
|||||||
const lowerOffset = this.calcOffset(lowerBound);
|
const lowerOffset = this.calcOffset(lowerBound);
|
||||||
|
|
||||||
let track = null;
|
let track = null;
|
||||||
if (isIncluded || range) {
|
if ((included && isIncluded) || range) {
|
||||||
const trackClassName = prefixCls + '-track';
|
const trackClassName = prefixCls + '-track';
|
||||||
track = <Track className={trackClassName} offset={lowerOffset} length={upperOffset - lowerOffset} />;
|
track = <Track className={trackClassName} offset={lowerOffset} length={upperOffset - lowerOffset}/>;
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleClassName = prefixCls + '-handle';
|
const handleClassName = prefixCls + '-handle';
|
||||||
const isNoTip = marksLen > 0;
|
const isNoTip = (marksLen > 0) && !tipFormatter;
|
||||||
const upper = (<Handle className={handleClassName} tipTransitionName={tipTransitionName} noTip={isNoTip}
|
const upper = (<Handle className={handleClassName} tipTransitionName={tipTransitionName} noTip={isNoTip} tipFormatter={tipFormatter}
|
||||||
offset={upperOffset} value={upperBound} dragging={handle === 'upperBound'} />);
|
offset={upperOffset} value={upperBound} dragging={handle === 'upperBound'} />);
|
||||||
|
|
||||||
let lower = null;
|
let lower = null;
|
||||||
if (range) {
|
if (range) {
|
||||||
lower = (<Handle className={handleClassName} tipTransitionName={tipTransitionName} noTip={isNoTip}
|
lower = (<Handle className={handleClassName} tipTransitionName={tipTransitionName} noTip={isNoTip} tipFormatter={tipFormatter}
|
||||||
offset={lowerOffset} value={lowerBound} dragging={handle === 'lowerBound'} />);
|
offset={lowerOffset} value={lowerBound} dragging={handle === 'lowerBound'} />);
|
||||||
}
|
}
|
||||||
|
|
||||||
const upperIndex = this.getIndex(upperBound);
|
const upperIndex = this.getIndex(upperBound);
|
||||||
|
|
||||||
let steps = null;
|
let steps = null;
|
||||||
if (marksLen > 0 || (step > 1 && withDots)) {
|
if (marksLen > 0 || (step > 1 && dots)) {
|
||||||
const stepsClassName = prefixCls + '-step';
|
const stepsClassName = prefixCls + '-step';
|
||||||
const stepNum = marksLen > 0 ? marksLen : Math.floor((max - min) / step) + 1;
|
const stepNum = marksLen > 0 ? marksLen : Math.floor((max - min) / step) + 1;
|
||||||
steps = (<Steps className={stepsClassName} stepNum={stepNum}
|
steps = (<Steps className={stepsClassName} stepNum={stepNum}
|
||||||
lowerIndex={this.getIndex(lowerBound)} upperIndex={upperIndex}
|
lowerIndex={this.getIndex(lowerBound)} upperIndex={upperIndex}
|
||||||
isIncluded={isIncluded || range} />);
|
included={(included && isIncluded) || range}/>);
|
||||||
}
|
}
|
||||||
|
|
||||||
let mark = null;
|
let mark = null;
|
||||||
if (marksLen > 0) {
|
if (marksLen > 0) {
|
||||||
const markClassName = prefixCls + '-mark';
|
const markClassName = prefixCls + '-mark';
|
||||||
mark = (<Marks className={markClassName} marks={marks}
|
mark = (<Marks className={markClassName} marks={marks}
|
||||||
index={upperIndex} isIncluded={isIncluded} />);
|
index={upperIndex} included={(included && isIncluded)}/>);
|
||||||
}
|
}
|
||||||
|
|
||||||
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.onSliderMouseDown.bind(this)}>
|
onMouseDown={disabled ? noop : this.onSliderMouseDown.bind(this)}>
|
||||||
{track}
|
{track}
|
||||||
{upper}
|
{upper}
|
||||||
{lower}
|
{lower}
|
||||||
@@ -372,14 +397,25 @@ Slider.propTypes = {
|
|||||||
min: React.PropTypes.number,
|
min: React.PropTypes.number,
|
||||||
max: React.PropTypes.number,
|
max: React.PropTypes.number,
|
||||||
step: React.PropTypes.number,
|
step: React.PropTypes.number,
|
||||||
defaultValue: React.PropTypes.number,
|
defaultValue: React.PropTypes.oneOfType([
|
||||||
defaultValues: React.PropTypes.arrayOf(React.PropTypes.number),
|
React.PropTypes.number,
|
||||||
defaultIndex: React.PropTypes.number,
|
React.PropTypes.arrayOf(React.PropTypes.number),
|
||||||
value: React.PropTypes.number,
|
]),
|
||||||
values: React.PropTypes.arrayOf(React.PropTypes.number),
|
defaultIndex: React.PropTypes.oneOfType([
|
||||||
index: React.PropTypes.number,
|
React.PropTypes.number,
|
||||||
|
React.PropTypes.arrayOf(React.PropTypes.number),
|
||||||
|
]),
|
||||||
|
value: React.PropTypes.oneOfType([
|
||||||
|
React.PropTypes.number,
|
||||||
|
React.PropTypes.arrayOf(React.PropTypes.number),
|
||||||
|
]),
|
||||||
|
index: React.PropTypes.oneOfType([
|
||||||
|
React.PropTypes.number,
|
||||||
|
React.PropTypes.arrayOf(React.PropTypes.number),
|
||||||
|
]),
|
||||||
marks: React.PropTypes.array,
|
marks: React.PropTypes.array,
|
||||||
isIncluded: React.PropTypes.bool,
|
isIncluded: React.PropTypes.bool, // @Deprecated
|
||||||
|
included: React.PropTypes.bool,
|
||||||
className: React.PropTypes.string,
|
className: React.PropTypes.string,
|
||||||
prefixCls: React.PropTypes.string,
|
prefixCls: React.PropTypes.string,
|
||||||
disabled: React.PropTypes.bool,
|
disabled: React.PropTypes.bool,
|
||||||
@@ -388,7 +424,8 @@ Slider.propTypes = {
|
|||||||
onChange: React.PropTypes.func,
|
onChange: React.PropTypes.func,
|
||||||
onAfterChange: React.PropTypes.func,
|
onAfterChange: React.PropTypes.func,
|
||||||
tipTransitionName: React.PropTypes.string,
|
tipTransitionName: React.PropTypes.string,
|
||||||
withDots: React.PropTypes.bool,
|
tipFormatter: React.PropTypes.func,
|
||||||
|
dots: React.PropTypes.bool,
|
||||||
range: React.PropTypes.bool,
|
range: React.PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -396,16 +433,15 @@ Slider.defaultProps = {
|
|||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 100,
|
||||||
step: 1,
|
step: 1,
|
||||||
defaultValue: 0,
|
|
||||||
defaultValues: [0, 0],
|
|
||||||
defaultIndex: 0,
|
defaultIndex: 0,
|
||||||
marks: [],
|
marks: [],
|
||||||
isIncluded: true,
|
isIncluded: true, // @Deprecated
|
||||||
|
included: true,
|
||||||
className: '',
|
className: '',
|
||||||
prefixCls: 'rc-slider',
|
prefixCls: 'rc-slider',
|
||||||
disabled: false,
|
disabled: false,
|
||||||
tipTransitionName: '',
|
tipTransitionName: '',
|
||||||
withDots: false,
|
dots: false,
|
||||||
range: false,
|
range: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import rcUtil from 'rc-util';
|
import rcUtil from 'rc-util';
|
||||||
|
|
||||||
const Steps = ({className, stepNum, isIncluded, lowerIndex, upperIndex}) => {
|
const Steps = ({className, stepNum, included, lowerIndex, upperIndex}) => {
|
||||||
const dotClassName = className.replace('step', 'dot');
|
const dotClassName = className.replace('step', 'dot');
|
||||||
const unit = 100 / (stepNum - 1);
|
const unit = 100 / (stepNum - 1);
|
||||||
|
|
||||||
@@ -10,8 +10,8 @@ const Steps = ({className, stepNum, isIncluded, lowerIndex, upperIndex}) => {
|
|||||||
const offset = unit * i + '%';
|
const offset = unit * i + '%';
|
||||||
const style = { left: offset };
|
const style = { left: offset };
|
||||||
|
|
||||||
const isActived = (isIncluded && i <= upperIndex && i >= lowerIndex ) ||
|
const isActived = (included && i <= upperIndex && i >= lowerIndex ) ||
|
||||||
(!isIncluded && i === upperIndex);
|
(!included && i === upperIndex);
|
||||||
const stepClassName = rcUtil.classSet({
|
const stepClassName = rcUtil.classSet({
|
||||||
[dotClassName]: true,
|
[dotClassName]: true,
|
||||||
[dotClassName + '-active']: isActived,
|
[dotClassName + '-active']: isActived,
|
||||||
|
|||||||
+2
-2
@@ -42,8 +42,8 @@ describe('rc-slider', function () {
|
|||||||
expect(node.find('.rc-slider-track').length).to.be(1);
|
expect(node.find('.rc-slider-track').length).to.be(1);
|
||||||
expect(slider.state.upperBound).to.be(0);
|
expect(slider.state.upperBound).to.be(0);
|
||||||
|
|
||||||
var sliderWithDots = React.render(
|
var sliderWithDots = ReactDOM.render(
|
||||||
<Slider className='rc-slider' step={20} withDots/>,
|
<Slider className='rc-slider' step={20} dots/>,
|
||||||
div
|
div
|
||||||
);
|
);
|
||||||
var node1 = $(div);
|
var node1 = $(div);
|
||||||
|
|||||||
Reference in New Issue
Block a user