Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
},
data() {
const state = {
currentValue: this.$props.range ? [this.$props.range.start, this.$props.range.end] : [],
stats: [],
};
return state;
},
props: {
beforeValueChange: types.func,
className: VueTypes.string.def(''),
range: VueTypes.shape({
start: VueTypes.integer.def(0),
end: VueTypes.integer.def(10),
}),
rangeLabels: types.rangeLabels,
componentId: types.stringRequired,
customQuery: types.func,
data: types.data,
dataField: types.stringRequired,
defaultValue: types.range,
value: types.range,
filterLabel: types.string,
innerClass: types.style,
react: types.react,
showFilter: VueTypes.bool.def(true),
showCheckbox: VueTypes.bool.def(true),
title: types.title,
URLParams: VueTypes.bool.def(false),
sliderOptions: VueTypes.object.def({}),
from: 'theme_reactivesearch',
},
},
data() {
const state = {
currentValue: this.$props.range ? [this.$props.range.start, this.$props.range.end] : [],
stats: [],
};
return state;
},
props: {
beforeValueChange: types.func,
className: VueTypes.string.def(''),
range: VueTypes.shape({
start: VueTypes.integer.def(0),
end: VueTypes.integer.def(10),
}),
rangeLabels: types.rangeLabels,
componentId: types.stringRequired,
customQuery: types.func,
data: types.data,
dataField: types.stringRequired,
defaultValue: types.range,
value: types.range,
filterLabel: types.string,
innerClass: types.style,
react: types.react,
showFilter: VueTypes.bool.def(true),
showCheckbox: VueTypes.bool.def(true),
title: types.title,
URLParams: VueTypes.bool.def(false),