Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan687 committed Jun 11, 2017
1 parent cde7d90 commit aa1e01c
Show file tree
Hide file tree
Showing 6 changed files with 26,734 additions and 30,094 deletions.
2 changes: 1 addition & 1 deletion dist/css/style.min.css

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions lib/sensors/GeoDistanceDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,10 @@ var GeoDistanceDropdown = function (_Component) {
value: {
queryType: this.type,
appbaseField: this.props.appbaseField,
customQuery: this.props.customQuery ? this.props.customQuery : this.customQuery
customQuery: this.props.customQuery ? this.props.customQuery : this.customQuery,
reactiveId: this.context.reactiveId,
allowFilter: this.props.allowFilter,
component: "GeoDistanceDropdown"
}
};
_reactivebase.AppbaseSensorHelper.selectedSensor.setSensorInfo(obj);
Expand Down Expand Up @@ -503,7 +506,8 @@ GeoDistanceDropdown.defaultProps = {
// context type
GeoDistanceDropdown.contextTypes = {
appbaseRef: _react2.default.PropTypes.any.isRequired,
type: _react2.default.PropTypes.any.isRequired
type: _react2.default.PropTypes.any.isRequired,
reactiveId: _react2.default.PropTypes.number
};

GeoDistanceDropdown.types = {
Expand Down
8 changes: 6 additions & 2 deletions lib/sensors/GeoDistanceSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@ var GeoDistanceSlider = function (_Component) {
value: {
queryType: this.type,
appbaseField: this.props.appbaseField,
customQuery: this.props.customQuery ? this.props.customQuery : this.customQuery
customQuery: this.props.customQuery ? this.props.customQuery : this.customQuery,
reactiveId: this.context.reactiveId,
allowFilter: this.props.allowFilter,
component: "GeoDistanceSlider"
}
};
_reactivebase.AppbaseSensorHelper.selectedSensor.setSensorInfo(obj);
Expand Down Expand Up @@ -518,7 +521,8 @@ GeoDistanceSlider.defaultProps = {
// context type
GeoDistanceSlider.contextTypes = {
appbaseRef: _react2.default.PropTypes.any.isRequired,
type: _react2.default.PropTypes.any.isRequired
type: _react2.default.PropTypes.any.isRequired,
reactiveId: _react2.default.PropTypes.number
};

GeoDistanceSlider.types = {
Expand Down
8 changes: 6 additions & 2 deletions lib/sensors/PlacesSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ var PlacesSearch = function (_Component) {
value: {
queryType: this.type,
inputData: this.props.appbaseField,
customQuery: this.props.customQuery ? this.props.customQuery : this.customQuery
customQuery: this.props.customQuery ? this.props.customQuery : this.customQuery,
reactiveId: this.context.reactiveId,
allowFilter: this.props.allowFilter,
component: "PlacesSearch"
}
};
_reactivebase.AppbaseSensorHelper.selectedSensor.setSensorInfo(obj);
Expand Down Expand Up @@ -421,7 +424,8 @@ PlacesSearch.defaultProps = {
// context type
PlacesSearch.contextTypes = {
appbaseRef: _react2.default.PropTypes.any.isRequired,
type: _react2.default.PropTypes.any.isRequired
type: _react2.default.PropTypes.any.isRequired,
reactiveId: _react2.default.PropTypes.number
};

PlacesSearch.types = {
Expand Down
2 changes: 1 addition & 1 deletion manual
Loading

0 comments on commit aa1e01c

Please sign in to comment.