| 34684 | var wn = __webpack_require__(2209), |
| 34685 | xn = __webpack_require__.n(wn) |
| 34686 | const operation_wrapper = (s, o) => |
| 34687 | class OperationWrapper extends Re.Component { |
| 34688 | onLoad = (s) => { |
| 34689 | const { operation: i } = this.props, |
| 34690 | { tag: a, operationId: u } = i.toObject() |
| 34691 | let { isShownKey: _ } = i.toObject() |
| 34692 | ;((_ = _ || ['operations', a, u]), o.layoutActions.readyToScroll(_, s)) |
| 34693 | } |
| 34694 | render() { |
| 34695 | return Re.createElement( |
| 34696 | 'span', |
| 34697 | { ref: this.onLoad }, |
| 34698 | Re.createElement(s, this.props) |
| 34699 | ) |
| 34700 | } |
| 34701 | }, |
| 34702 | operation_tag_wrapper = (s, o) => |
| 34703 | class OperationTagWrapper extends Re.Component { |