()
| 60680 | } |
| 60681 | } |
| 60682 | class OperationSummaryPath extends Re.PureComponent { |
| 60683 | render() { |
| 60684 | let { getComponent: s, operationProps: o } = this.props, |
| 60685 | { |
| 60686 | deprecated: i, |
| 60687 | isShown: a, |
| 60688 | path: u, |
| 60689 | tag: _, |
| 60690 | operationId: w, |
| 60691 | isDeepLinkingEnabled: x, |
| 60692 | } = o.toJS() |
| 60693 | const C = u.split(/(?=\/)/g) |
| 60694 | for (let s = 1; s < C.length; s += 2) |
| 60695 | C.splice(s, 0, Re.createElement('wbr', { key: s })) |
| 60696 | const j = s('DeepLink') |
| 60697 | return Re.createElement( |
| 60698 | 'span', |
| 60699 | { |
| 60700 | className: i ? 'opblock-summary-path__deprecated' : 'opblock-summary-path', |
| 60701 | 'data-path': u, |
| 60702 | }, |
| 60703 | Re.createElement(j, { |
| 60704 | enabled: x, |
| 60705 | isShown: a, |
| 60706 | path: createDeepLinkPath(`${_}/${w}`), |
| 60707 | text: C, |
| 60708 | }) |
| 60709 | ) |
| 60710 | } |
| 60711 | } |
| 60712 | const operation_extensions = ({ extensions: s, getComponent: o }) => { |
nothing calls this directly
no test coverage detected