meraproject/content/modulebz/js/module/blocks/turnkeyAnnotationList.min.js

3 lines
791 B
JavaScript
Raw Normal View History

var TurnkeyAnnotationList;export default window.TurnkeyAnnotationList=TurnkeyAnnotationList=class extends React.Component{constructor(t){var e,a,n,r,o;for(super(t),e=[],n=0,r=(o=this.props.data).length;n<r;n++)(a=o[n]).text=a.annotation,a.ratio="2-3",a.column="c-1-3",e.push(a);this.state={data:e}}render(){var t;return this.state.data.length>0?React.createElement("div",null,React.createElement(Title,{title:"Разработка под ключ",more:"/turnkey/",more_text:"Смотреть все предложения"}),React.createElement("div",{className:"dashes"},function(){var e,a,n,r;for(r=[],e=0,a=(n=this.state.data).length;e<a;e++)t=n[e],r.push(React.createElement(AnnotationDash,{data:t}));return r}.call(this))):null}};
//# sourceMappingURL=TurnkeyAnnotationList.min.js.map