| 60501 | ? s.requestResolvedSubtree(a.toJS()) |
| 60502 | : s.requestResolvedSubtree(['paths', o, i]) |
| 60503 | } |
| 60504 | render() { |
| 60505 | let { |
| 60506 | op: s, |
| 60507 | tag: o, |
| 60508 | path: i, |
| 60509 | method: a, |
| 60510 | security: u, |
| 60511 | isAuthorized: _, |
| 60512 | operationId: w, |
| 60513 | showSummary: x, |
| 60514 | isShown: C, |
| 60515 | jumpToKey: j, |
| 60516 | allowTryItOut: L, |
| 60517 | response: B, |
| 60518 | request: $, |
| 60519 | displayOperationId: U, |
| 60520 | displayRequestDuration: V, |
| 60521 | isDeepLinkingEnabled: z, |
| 60522 | specPath: Y, |
| 60523 | specSelectors: Z, |
| 60524 | specActions: ee, |
| 60525 | getComponent: ie, |
| 60526 | getConfigs: ae, |
| 60527 | layoutSelectors: ce, |
| 60528 | layoutActions: le, |
| 60529 | authActions: pe, |
| 60530 | authSelectors: de, |
| 60531 | oas3Actions: fe, |
| 60532 | oas3Selectors: ye, |
| 60533 | fn: be, |
| 60534 | } = this.props |
| 60535 | const _e = ie('operation'), |
| 60536 | Se = this.getResolvedSubtree() || (0, ze.Map)(), |
| 60537 | we = (0, ze.fromJS)({ |
| 60538 | op: Se, |
| 60539 | tag: o, |
| 60540 | path: i, |
| 60541 | summary: s.getIn(['operation', 'summary']) || '', |
| 60542 | deprecated: Se.get('deprecated') || s.getIn(['operation', 'deprecated']) || !1, |
| 60543 | method: a, |
| 60544 | security: u, |
| 60545 | isAuthorized: _, |
| 60546 | operationId: w, |
| 60547 | originalOperationId: Se.getIn(['operation', '__originalOperationId']), |
| 60548 | showSummary: x, |
| 60549 | isShown: C, |
| 60550 | jumpToKey: j, |
| 60551 | allowTryItOut: L, |
| 60552 | request: $, |
| 60553 | displayOperationId: U, |
| 60554 | displayRequestDuration: V, |
| 60555 | isDeepLinkingEnabled: z, |
| 60556 | executeInProgress: this.state.executeInProgress, |
| 60557 | tryItOutEnabled: this.state.tryItOutEnabled, |
| 60558 | }) |
| 60559 | return Re.createElement(_e, { |
| 60560 | operation: we, |