forked from morrning/hesabixCore
1826 lines
888 KiB
JavaScript
1826 lines
888 KiB
JavaScript
|
/*! For license information please see redoc.standalone.js.LICENSE.txt */
|
|||
|
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("null")):"function"==typeof define&&define.amd?define(["null"],t):"object"==typeof exports?exports.Redoc=t(require("null")):e.Redoc=t(e.null)}(this,(function(e){return function(){var t={3675:function(e,t,n){"use strict";var r=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(i,o){function a(e){try{l(r.next(e))}catch(e){o(e)}}function s(e){try{l(r.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}l((r=r.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0}),t.mapTypeToComponent=t.bundleDocument=t.bundleFromString=t.bundle=t.OasVersion=void 0;const i=n(2307),o=n(4182),a=n(8065),s=n(5220),l=n(9443),c=n(1510),u=n(7468),p=n(5030),d=n(348),f=n(771),h=n(1094),m=n(4508),g=n(6350);var y;function b(e){return r(this,void 0,void 0,(function*(){const{document:t,config:n,customTypes:r,externalRefResolver:i,dereference:u=!1,skipRedoclyRegistryRefs:d=!1,removeUnusedComponents:f=!1,keepUrlRefs:h=!1}=e,y=(0,c.detectSpec)(t.parsed),b=(0,c.getMajorSpecVersion)(y),v=n.getRulesForOasVersion(b),w=(0,s.normalizeTypes)(n.extendTypes(null!=r?r:(0,c.getTypes)(y),y),n),k=(0,p.initRules)(v,n,"preprocessors",y),S=(0,p.initRules)(v,n,"decorators",y),O={problems:[],oasVersion:y,refTypes:new Map,visitorsData:{}};f&&S.push({severity:"error",ruleId:"remove-unused-components",visitor:b===c.SpecMajorVersion.OAS2?(0,m.RemoveUnusedComponents)({}):(0,g.RemoveUnusedComponents)({})});let E=yield(0,o.resolveDocument)({rootDocument:t,rootType:w.Root,externalRefResolver:i});k.length>0&&((0,l.walkDocument)({document:t,rootType:w.Root,normalizedVisitors:(0,a.normalizeVisitors)(k,w),resolvedRefMap:E,ctx:O}),E=yield(0,o.resolveDocument)({rootDocument:t,rootType:w.Root,externalRefResolver:i}));const _=(0,a.normalizeVisitors)([{severity:"error",ruleId:"bundler",visitor:x(b,u,d,t,E,h)},...S],w);return(0,l.walkDocument)({document:t,rootType:w.Root,normalizedVisitors:_,resolvedRefMap:E,ctx:O}),{bundle:t,problems:O.problems.map((e=>n.addProblemToIgnore(e))),fileDependencies:i.getFiles(),rootType:w.Root,refTypes:O.refTypes,visitorsData:O.visitorsData}}))}function v(e,t){switch(t){case c.SpecMajorVersion.OAS3:switch(e){case"Schema":return"schemas";case"Parameter":return"parameters";case"Response":return"responses";case"Example":return"examples";case"RequestBody":return"requestBodies";case"Header":return"headers";case"SecuritySchema":return"securitySchemes";case"Link":return"links";case"Callback":return"callbacks";default:return null}case c.SpecMajorVersion.OAS2:switch(e){case"Schema":return"definitions";case"Parameter":return"parameters";case"Response":return"responses";default:return null}case c.SpecMajorVersion.Async2:switch(e){case"Schema":return"schemas";case"Parameter":return"parameters";default:return null}}}function x(e,t,n,r,a,s){let l,p;const m={ref:{leave(i,l,c){if(!c.location||void 0===c.node)return void(0,d.reportUnresolvedRef)(c,l.report,l.location);if(c.location.source===r.source&&c.location.source===l.location.source&&"scalar"!==l.type.name&&!t)return;if(n&&(0,h.isRedoclyRegistryURL)(i.$ref))return;if(s&&(0,u.isAbsoluteUrl)(i.$ref))return;const p=v(l.type.name,e);p?t?(y(p,c,l),g(i,c,l)):(i.$ref=y(p,c,l),function(e,t,n){const i=(0,o.makeRefId)(n.location.source.absoluteRef,e.$ref);a.set(i,{document:r,isRemote:!1,node:t.node,nodePointer:e.$ref,resolved:!0})}(i,c,l)):g(i,c,l)}},Root:{enter(t,n){p=n.location,e===c.SpecMajorVersion.OAS3?l=t.components=t.components||{}:e===c.SpecMajorVersion.OAS2&&(l=t)}}};function g(e,t,n){if((0,f.isPlainObject)(t.node)){delete e.$ref;const n=Object.assign({},t.node,e);Object.assign(e,n)}else n.parent[n.key]=t.node}function y(t,n,r){l[t]=l[t]||{};const i=function(e,t,n){const[r,i]=[e.location.source.absoluteRef,e.location.pointer],o=l[t];let a="";const s=i.slice(2).split("/").filter(f.isTruthy);for(;s.length>0;)if(a=s.pop()+(a?`-${a}`:""),!o||!o[a]||b(o[a],e,n))return a;if(a=(0,u.refBaseName)(r)+(a?`_${a}`:""),!o[a]||b
|
|||
|
@media ${t?"print, ":""} screen and (max-width: ${t=>t.theme.breakpoints[e]}) ${n||""} {
|
|||
|
${ma(...r)};
|
|||
|
}
|
|||
|
`},greaterThan(e){return(...t)=>ma`
|
|||
|
@media (min-width: ${t=>t.theme.breakpoints[e]}) {
|
|||
|
${ma(...t)};
|
|||
|
}
|
|||
|
`},between(e,t){return(...n)=>ma`
|
|||
|
@media (min-width: ${t=>t.theme.breakpoints[e]}) and (max-width: ${e=>e.theme.breakpoints[t]}) {
|
|||
|
${ma(...n)};
|
|||
|
}
|
|||
|
`}};var xa=ha;function wa(e){return t=>{if(t.theme.extensionsHook)return t.theme.extensionsHook(e,t)}}const ka=xa.div`
|
|||
|
padding: 20px;
|
|||
|
color: red;
|
|||
|
`;class Sa extends n.Component{constructor(e){super(e),this.state={error:void 0}}componentDidCatch(e){return this.setState({error:e}),!1}render(){return this.state.error?n.createElement(ka,null,n.createElement("h1",null,"Something went wrong..."),n.createElement("small",null," ",this.state.error.message," "),n.createElement("p",null,n.createElement("details",null,n.createElement("summary",null,"Stack trace"),n.createElement("pre",null,this.state.error.stack))),n.createElement("small",null," ReDoc Version: ","2.2.0")," ",n.createElement("br",null),n.createElement("small",null," Commit: ","4736c54")):n.createElement(n.Fragment,null,n.Children.only(this.props.children))}}const Oa=ya`
|
|||
|
0% {
|
|||
|
transform: rotate(0deg); }
|
|||
|
100% {
|
|||
|
transform: rotate(360deg);
|
|||
|
}
|
|||
|
`,Ea=xa((e=>n.createElement("svg",{className:e.className,version:"1.1",width:"512",height:"512",viewBox:"0 0 512 512"},n.createElement("path",{d:"M275.682 147.999c0 10.864-8.837 19.661-19.682 19.661v0c-10.875 0-19.681-8.796-19.681-19.661v-96.635c0-10.885 8.806-19.661 19.681-19.661v0c10.844 0 19.682 8.776 19.682 19.661v96.635z"}),n.createElement("path",{d:"M275.682 460.615c0 10.865-8.837 19.682-19.682 19.682v0c-10.875 0-19.681-8.817-19.681-19.682v-96.604c0-10.885 8.806-19.681 19.681-19.681v0c10.844 0 19.682 8.796 19.682 19.682v96.604z"}),n.createElement("path",{d:"M147.978 236.339c10.885 0 19.681 8.755 19.681 19.641v0c0 10.885-8.796 19.702-19.681 19.702h-96.624c-10.864 0-19.661-8.817-19.661-19.702v0c0-10.885 8.796-19.641 19.661-19.641h96.624z"}),n.createElement("path",{d:"M460.615 236.339c10.865 0 19.682 8.755 19.682 19.641v0c0 10.885-8.817 19.702-19.682 19.702h-96.584c-10.885 0-19.722-8.817-19.722-19.702v0c0-10.885 8.837-19.641 19.722-19.641h96.584z"}),n.createElement("path",{d:"M193.546 165.703c7.69 7.66 7.68 20.142 0 27.822v0c-7.701 7.701-20.162 7.701-27.853 0.020l-68.311-68.322c-7.68-7.701-7.68-20.142 0-27.863v0c7.68-7.68 20.121-7.68 27.822 0l68.342 68.342z"}),n.createElement("path",{d:"M414.597 386.775c7.7 7.68 7.7 20.163 0.021 27.863v0c-7.7 7.659-20.142 7.659-27.843-0.062l-68.311-68.26c-7.68-7.7-7.68-20.204 0-27.863v0c7.68-7.7 20.163-7.7 27.842 0l68.291 68.322z"}),n.createElement("path",{d:"M165.694 318.464c7.69-7.7 20.153-7.7 27.853 0v0c7.68 7.659 7.69 20.163 0 27.863l-68.342 68.322c-7.67 7.659-20.142 7.659-27.822-0.062v0c-7.68-7.68-7.68-20.122 0-27.801l68.311-68.322z"}),n.createElement("path",{d:"M386.775 97.362c7.7-7.68 20.142-7.68 27.822 0v0c7.7 7.68 7.7 20.183 0.021 27.863l-68.322 68.311c-7.68 7.68-20.163 7.68-27.843-0.020v0c-7.68-7.68-7.68-20.162 0-27.822l68.322-68.332z"}))))`
|
|||
|
animation: 2s ${Oa} linear infinite;
|
|||
|
width: 50px;
|
|||
|
height: 50px;
|
|||
|
content: '';
|
|||
|
display: inline-block;
|
|||
|
margin-left: -25px;
|
|||
|
|
|||
|
path {
|
|||
|
fill: ${e=>e.color};
|
|||
|
}
|
|||
|
`,_a=xa.div`
|
|||
|
font-family: helvetica, sans;
|
|||
|
width: 100%;
|
|||
|
text-align: center;
|
|||
|
font-size: 25px;
|
|||
|
margin: 30px 0 20px 0;
|
|||
|
color: ${e=>e.color};
|
|||
|
`;class Aa extends n.PureComponent{render(){return n.createElement("div",{style:{textAlign:"center"}},n.createElement(_a,{color:this.props.color},"Loading ..."),n.createElement(Ea,{color:this.props.color}))}}var ja=r(5697);const Ca=n.createContext(new Pi({})),Pa=Ca.Provider,Ta=Ca.Consumer;var Ia=r(3675),Ra=r(3777),Na=r(8925),$a=(e,t,n)=>new Promise(((r,i)=>{var o=e=>{try{s(n.next(e))}catch(e){i(e)}},a=e=>{try{s(n.throw(e))}catch(e){i(e)}},s=e=>e.done?r(e.value):Promise.resolve(e.value).then(o,a);s((n=n.apply(e,t)).next())}));var La=r(1851),Da=r(6729),Ma=r(3573),Fa=r.n(Ma);const za=Ma.parse;class Ua{static baseName(e,t=1){const n=Ua.parse(e);return n[n.length-t]}static dirName(e,t=1){const n=Ua.parse(e);return Ma.compile(n.slice(0,n.length-t))}static relative(e,t){const n=Ua.parse(e);return Ua.parse(t).slice(n.length)}static parse(e){let t=e;return"#"===t.charAt(0)&&(t=t.substring(1)),za(t)}static join(e,t){const n=Ua.parse(e).concat(t);return Ma.compile(n)}static get(e,t){return Ma.get(e,t)}static compile(e){return Ma.compile(e)}static escape(e){return Ma.escape(e)}}Ma.parse=Ua.parse,Object.assign(Ua,Ma);var Ba=r(6470),qa=r(3578),Wa=Object.defineProperty,Va=Object.defineProperties,Ha=Object.getOwnPropertyDescriptors,Ya=Object.getOwnPropertySymbols,Ga=Object.prototype.hasOwnProperty,Qa=Object.prototype.propertyIsEnumerable,Xa=(e,t,n)=>t in e?Wa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ka=(e,t)=>{for(var n in t||(t={}))Ga.call(t,n)&&Xa(e,n,t[n]);if(Ya)for(var n of Ya(t))Qa.call(t,n)&&Xa(e,n,t[n]);return e},Za=(e,t)=>Va(e,Ha(t));function Ja(e){return"string"==typeof e&&/\dxx/i.test(e)}function es(e,t=!1){if("default"===e)return t?"error":"success";let n="string"==typeof e?parseInt(e,10):e;if(Ja(e)&&(n*=100),n<100||n>599)throw new Error("invalid HTTP code");let r="success";return n>=300&&n<400?r="redirect":n>=400?r="error":n<200&&(r="info"),r}const ts={get:!0,post:!0,put:!0,head:!0,patch:!0,delete:!0,options:!0,$ref:!0};function ns(e){return e in ts}const rs={multipleOf:"number",maximum:"number",exclusiveMaximum:"number",minimum:"number",exclusiveMinimum:"number",maxLength:"string",minLength:"string",pattern:"string",contentEncoding:"string",contentMediaType:"string",items:"array",maxItems:"array",minItems:"array",uniqueItems:"array",maxProperties:"object",minProperties:"object",required:"object",additionalProperties:"object",unevaluatedProperties:"object",properties:"object",patternProperties:"object"};function is(e,t=e.type){if(e["x-circular-ref"])return!0;if(void 0!==e.oneOf||void 0!==e.anyOf)return!1;if(e.if&&e.then||e.if&&e.else)return!1;let n=!0;const r=mi(t);return("object"===t||r&&(null==t?void 0:t.includes("object")))&&(n=void 0!==e.properties?0===Object.keys(e.properties).length:void 0===e.additionalProperties&&void 0===e.unevaluatedProperties&&void 0===e.patternProperties),!mi(e.items)&&!mi(e.prefixItems)&&(void 0!==e.items&&!gi(e.items)&&("array"===t||r&&(null==t?void 0:t.includes("array")))&&(n=is(e.items,e.items.type)),n)}function os(e){return-1!==e.search(/json/i)}function as(e,t,n){return mi(e)?e.map((e=>e.toString())).join(n):"object"==typeof e?Object.keys(e).map((t=>`${t}${n}${e[t]}`)).join(n):t+"="+e.toString()}function ss(e,t){return mi(e)?(console.warn("deepObject style cannot be used with array value:"+e.toString()),""):"object"==typeof e?Object.keys(e).map((n=>`${t}[${n}]=${e[n]}`)).join("&"):(console.warn("deepObject style cannot be used with non-object value:"+e.toString()),"")}function ls(e,t,n){const r="__redoc_param_name__",i=t?"*":"";return qa.parse(`{?${r}${i}}`).expand({[r]:n}).substring(1).replace(/__redoc_param_name__/g,e)}function cs(e,t){return os(t)?JSON.stringify(e):(console.warn(`Parameter serialization as ${t} is not supported`),"")}function us(e,t){return e.in?decodeURIComponent(function(e,t){const{name:n,style:r,explode:i=!1,serializationMime:o}=e;if(o)switch(e.in){case"path":case"header":return cs(t,o);case"cookie":case"query":return`${n}=${cs(t,o)}`;default:return console.warn("Unexpected parameter location: "+e.in),""}if(!r)return console.warn(`Missing style
|
|||
|
width: calc(100% - ${e=>e.theme.rightPanel.width});
|
|||
|
padding: 0 ${e=>e.theme.spacing.sectionHorizontal}px;
|
|||
|
|
|||
|
${({$compact:e,theme:t})=>va.lessThan("medium",!0)`
|
|||
|
width: 100%;
|
|||
|
padding: ${`${e?0:t.spacing.sectionVertical}px ${t.spacing.sectionHorizontal}px`};
|
|||
|
`};
|
|||
|
`,Ru=xa.div.attrs((e=>({[bf]:e.id})))`
|
|||
|
padding: ${e=>e.theme.spacing.sectionVertical}px 0;
|
|||
|
|
|||
|
&:last-child {
|
|||
|
min-height: calc(100vh + 1px);
|
|||
|
}
|
|||
|
|
|||
|
& > &:last-child {
|
|||
|
min-height: initial;
|
|||
|
}
|
|||
|
|
|||
|
${va.lessThan("medium",!0)`
|
|||
|
padding: 0;
|
|||
|
`}
|
|||
|
${({$underlined:e})=>e?"\n position: relative;\n\n &:not(:last-of-type):after {\n position: absolute;\n bottom: 0;\n width: 100%;\n display: block;\n content: '';\n border-bottom: 1px solid rgba(0, 0, 0, 0.2);\n }\n ":""}
|
|||
|
`,Nu=xa.div`
|
|||
|
width: ${e=>e.theme.rightPanel.width};
|
|||
|
color: ${({theme:e})=>e.rightPanel.textColor};
|
|||
|
background-color: ${e=>e.theme.rightPanel.backgroundColor};
|
|||
|
padding: 0 ${e=>e.theme.spacing.sectionHorizontal}px;
|
|||
|
|
|||
|
${va.lessThan("medium",!0)`
|
|||
|
width: 100%;
|
|||
|
padding: ${e=>`${e.theme.spacing.sectionVertical}px ${e.theme.spacing.sectionHorizontal}px`};
|
|||
|
`};
|
|||
|
`,$u=xa(Nu)`
|
|||
|
background-color: ${e=>e.theme.rightPanel.backgroundColor};
|
|||
|
`,Lu=xa.div`
|
|||
|
display: flex;
|
|||
|
width: 100%;
|
|||
|
padding: 0;
|
|||
|
|
|||
|
${va.lessThan("medium",!0)`
|
|||
|
flex-direction: column;
|
|||
|
`};
|
|||
|
`,Du={1:"1.85714em",2:"1.57143em",3:"1.27em"},Mu=e=>ma`
|
|||
|
font-family: ${({theme:e})=>e.typography.headings.fontFamily};
|
|||
|
font-weight: ${({theme:e})=>e.typography.headings.fontWeight};
|
|||
|
font-size: ${Du[e]};
|
|||
|
line-height: ${({theme:e})=>e.typography.headings.lineHeight};
|
|||
|
`,Fu=xa.h1`
|
|||
|
${Mu(1)};
|
|||
|
color: ${({theme:e})=>e.colors.text.primary};
|
|||
|
|
|||
|
${wa("H1")};
|
|||
|
`,zu=xa.h2`
|
|||
|
${Mu(2)};
|
|||
|
color: ${({theme:e})=>e.colors.text.primary};
|
|||
|
margin: 0 0 20px;
|
|||
|
|
|||
|
${wa("H2")};
|
|||
|
`,Uu=xa.h2`
|
|||
|
${Mu(3)};
|
|||
|
color: ${({theme:e})=>e.colors.text.primary};
|
|||
|
|
|||
|
${wa("H3")};
|
|||
|
`,Bu=xa.h3`
|
|||
|
color: ${({theme:e})=>e.rightPanel.textColor};
|
|||
|
|
|||
|
${wa("RightPanelHeader")};
|
|||
|
`,qu=xa.h5`
|
|||
|
border-bottom: 1px solid rgba(38, 50, 56, 0.3);
|
|||
|
margin: 1em 0 1em 0;
|
|||
|
color: rgba(38, 50, 56, 0.5);
|
|||
|
font-weight: normal;
|
|||
|
text-transform: uppercase;
|
|||
|
font-size: 0.929em;
|
|||
|
line-height: 20px;
|
|||
|
|
|||
|
${wa("UnderlinedHeader")};
|
|||
|
`,Wu=(0,n.createContext)(void 0),{Provider:Vu,Consumer:Hu}=Wu;function Yu(e){const{spec:t,specUrl:i,options:o,onLoaded:a,children:s}=e,[l,c]=n.useState(null),[u,p]=n.useState(null);if(u)throw u;n.useEffect((()=>{!function(){return e=this,null,n=function*(){if(t||i){c(null);try{const e=yield function(e){return $a(this,null,(function*(){const t=new Ra.Config({}),n={config:t,base:ei?window.location.href:process.cwd()};ei&&(t.resolve.http.customFetch=r.g.fetch),"object"==typeof e&&null!==e?n.doc={source:{absoluteRef:""},parsed:e}:n.ref=e;const{bundle:{parsed:i}}=yield(0,Ia.bundle)(n);return void 0!==i.swagger?(o=i,console.warn("[ReDoc Compatibility mode]: Converting OpenAPI 2.0 to OpenAPI 3.0"),new Promise(((e,t)=>(0,Na.convertObj)(o,{patch:!0,warnOnly:!0,text:"{}",anchors:!0},((n,r)=>{if(n)return t(n);e(r&&r.openapi)}))))):i;var o}))}(t||i);c(e)}catch(e){throw a&&a(e),p(e),e}}},new Promise(((t,r)=>{var i=e=>{try{a(n.next(e))}catch(e){r(e)}},o=e=>{try{a(n.throw(e))}catch(e){r(e)}},a=e=>e.done?t(e.value):Promise.resolve(e.value).then(i,o);a((n=n.apply(e,null)).next())}));var e,n}()}),[t,i]);const d=n.useMemo((()=>{if(!l)return null;try{return new Xg(l,i,o)}catch(e){throw a&&a(e),e}}),[l,i,o]);return n.useEffect((()=>{d&&a&&a()}),[d,a]),s({loading:!d,store:d})}const Gu=e=>ma`
|
|||
|
${e} {
|
|||
|
cursor: pointer;
|
|||
|
margin-left: -20px;
|
|||
|
padding: 0;
|
|||
|
line-height: 1;
|
|||
|
width: 20px;
|
|||
|
display: inline-block;
|
|||
|
outline: 0;
|
|||
|
}
|
|||
|
${e}:before {
|
|||
|
content: '';
|
|||
|
width: 15px;
|
|||
|
height: 15px;
|
|||
|
background-size: contain;
|
|||
|
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==');
|
|||
|
opacity: 0.5;
|
|||
|
visibility: hidden;
|
|||
|
display: inline-block;
|
|||
|
vertical-align: middle;
|
|||
|
}
|
|||
|
|
|||
|
h1:hover > ${e}::before, h2:hover > ${e}::before, ${e}:hover::before {
|
|||
|
visibility: visible;
|
|||
|
}
|
|||
|
`,Qu=xa((function(e){const t=n.useContext(Wu),r=n.useCallback((n=>{t&&function(e,t,n){t.defaultPrevented||0!==t.button||(e=>!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey))(t)||(t.preventDefault(),e.replace(encodeURI(n)))}(t.menu.history,n,e.to)}),[t,e.to]);return t?n.createElement("a",{className:e.className,href:t.menu.history.linkForId(e.to),onClick:r,"aria-label":e.to},e.children):null}))`
|
|||
|
${Gu("&")};
|
|||
|
`;function Xu(e){return n.createElement(Qu,{to:e.to})}const Ku={left:"90deg",right:"-90deg",up:"-180deg",down:"0"},Zu=xa((e=>n.createElement("svg",{className:e.className,style:e.style,version:"1.1",viewBox:"0 0 24 24",x:"0",xmlns:"http://www.w3.org/2000/svg",y:"0","aria-hidden":"true"},n.createElement("polygon",{points:"17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "}))))`
|
|||
|
height: ${e=>e.size||"18px"};
|
|||
|
width: ${e=>e.size||"18px"};
|
|||
|
min-width: ${e=>e.size||"18px"};
|
|||
|
vertical-align: middle;
|
|||
|
float: ${e=>e.float||""};
|
|||
|
transition: transform 0.2s ease-out;
|
|||
|
transform: rotateZ(${e=>Ku[e.direction||"down"]});
|
|||
|
|
|||
|
polygon {
|
|||
|
fill: ${({color:e,theme:t})=>e&&t.colors.responses[e]&&t.colors.responses[e].color||e};
|
|||
|
}
|
|||
|
`,Ju=xa.span`
|
|||
|
display: inline-block;
|
|||
|
padding: 2px 8px;
|
|||
|
margin: 0;
|
|||
|
background-color: ${e=>e.color||e.theme.colors[e.type].main};
|
|||
|
color: ${e=>e.theme.colors[e.type].contrastText};
|
|||
|
font-size: ${e=>e.theme.typography.code.fontSize};
|
|||
|
vertical-align: middle;
|
|||
|
line-height: 1.6;
|
|||
|
border-radius: 4px;
|
|||
|
font-weight: ${({theme:e})=>e.typography.fontWeightBold};
|
|||
|
font-size: 12px;
|
|||
|
+ span[type] {
|
|||
|
margin-left: 4px;
|
|||
|
}
|
|||
|
`,ep=ma`
|
|||
|
text-decoration: line-through;
|
|||
|
color: #707070;
|
|||
|
`,tp=xa.caption`
|
|||
|
text-align: right;
|
|||
|
font-size: 0.9em;
|
|||
|
font-weight: normal;
|
|||
|
color: ${e=>e.theme.colors.text.secondary};
|
|||
|
`,np=xa.td`
|
|||
|
border-left: 1px solid ${e=>e.theme.schema.linesColor};
|
|||
|
box-sizing: border-box;
|
|||
|
position: relative;
|
|||
|
padding: 10px 10px 10px 0;
|
|||
|
|
|||
|
${va.lessThan("small")`
|
|||
|
display: block;
|
|||
|
overflow: hidden;
|
|||
|
`}
|
|||
|
|
|||
|
tr:first-of-type > &,
|
|||
|
tr.last > & {
|
|||
|
border-left-width: 0;
|
|||
|
background-position: top left;
|
|||
|
background-repeat: no-repeat;
|
|||
|
background-size: 1px 100%;
|
|||
|
}
|
|||
|
|
|||
|
tr:first-of-type > & {
|
|||
|
background-image: linear-gradient(
|
|||
|
to bottom,
|
|||
|
transparent 0%,
|
|||
|
transparent 22px,
|
|||
|
${e=>e.theme.schema.linesColor} 22px,
|
|||
|
${e=>e.theme.schema.linesColor} 100%
|
|||
|
);
|
|||
|
}
|
|||
|
|
|||
|
tr.last > & {
|
|||
|
background-image: linear-gradient(
|
|||
|
to bottom,
|
|||
|
${e=>e.theme.schema.linesColor} 0%,
|
|||
|
${e=>e.theme.schema.linesColor} 22px,
|
|||
|
transparent 22px,
|
|||
|
transparent 100%
|
|||
|
);
|
|||
|
}
|
|||
|
|
|||
|
tr.last + tr > & {
|
|||
|
border-left-color: transparent;
|
|||
|
}
|
|||
|
|
|||
|
tr.last:first-child > & {
|
|||
|
background: none;
|
|||
|
border-left-color: transparent;
|
|||
|
}
|
|||
|
`,rp=xa(np)`
|
|||
|
padding: 0;
|
|||
|
`,ip=xa(np)`
|
|||
|
vertical-align: top;
|
|||
|
line-height: 20px;
|
|||
|
white-space: nowrap;
|
|||
|
font-size: 13px;
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
|
|||
|
&.deprecated {
|
|||
|
${ep};
|
|||
|
}
|
|||
|
|
|||
|
${({kind:e})=>"patternProperties"===e&&ma`
|
|||
|
> span.property-name {
|
|||
|
display: inline-table;
|
|||
|
white-space: break-spaces;
|
|||
|
margin-right: 20px;
|
|||
|
|
|||
|
::before,
|
|||
|
::after {
|
|||
|
content: '/';
|
|||
|
filter: opacity(0.2);
|
|||
|
}
|
|||
|
}
|
|||
|
`}
|
|||
|
|
|||
|
${({kind:e=""})=>["field","additionalProperties","patternProperties"].includes(e)?"":"font-style: italic"};
|
|||
|
|
|||
|
${wa("PropertyNameCell")};
|
|||
|
`,op=xa.td`
|
|||
|
border-bottom: 1px solid #9fb4be;
|
|||
|
padding: 10px 0;
|
|||
|
width: ${e=>e.theme.schema.defaultDetailsWidth};
|
|||
|
box-sizing: border-box;
|
|||
|
|
|||
|
tr.expanded & {
|
|||
|
border-bottom: none;
|
|||
|
}
|
|||
|
|
|||
|
${va.lessThan("small")`
|
|||
|
padding: 0 20px;
|
|||
|
border-bottom: none;
|
|||
|
border-left: 1px solid ${e=>e.theme.schema.linesColor};
|
|||
|
|
|||
|
tr.last > & {
|
|||
|
border-left: none;
|
|||
|
}
|
|||
|
`}
|
|||
|
|
|||
|
${wa("PropertyDetailsCell")};
|
|||
|
`,ap=xa.span`
|
|||
|
color: ${e=>e.theme.schema.linesColor};
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
margin-right: 10px;
|
|||
|
|
|||
|
&::before {
|
|||
|
content: '';
|
|||
|
display: inline-block;
|
|||
|
vertical-align: middle;
|
|||
|
width: 10px;
|
|||
|
height: 1px;
|
|||
|
background: ${e=>e.theme.schema.linesColor};
|
|||
|
}
|
|||
|
|
|||
|
&::after {
|
|||
|
content: '';
|
|||
|
display: inline-block;
|
|||
|
vertical-align: middle;
|
|||
|
width: 1px;
|
|||
|
background: ${e=>e.theme.schema.linesColor};
|
|||
|
height: 7px;
|
|||
|
}
|
|||
|
`,sp=xa.div`
|
|||
|
padding: ${({theme:e})=>e.schema.nestingSpacing};
|
|||
|
`,lp=xa.table`
|
|||
|
border-collapse: separate;
|
|||
|
border-radius: 3px;
|
|||
|
font-size: ${e=>e.theme.typography.fontSize};
|
|||
|
|
|||
|
border-spacing: 0;
|
|||
|
width: 100%;
|
|||
|
|
|||
|
> tr {
|
|||
|
vertical-align: middle;
|
|||
|
}
|
|||
|
|
|||
|
${va.lessThan("small")`
|
|||
|
display: block;
|
|||
|
> tr, > tbody > tr {
|
|||
|
display: block;
|
|||
|
}
|
|||
|
`}
|
|||
|
|
|||
|
${va.lessThan("small",!1," and (-ms-high-contrast:none)")`
|
|||
|
td {
|
|||
|
float: left;
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
`}
|
|||
|
|
|||
|
&
|
|||
|
${sp},
|
|||
|
&
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp},
|
|||
|
&
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp} {
|
|||
|
margin: ${({theme:e})=>e.schema.nestingSpacing};
|
|||
|
margin-right: 0;
|
|||
|
background: ${({theme:e})=>e.schema.nestedBackground};
|
|||
|
}
|
|||
|
|
|||
|
&
|
|||
|
${sp}
|
|||
|
${sp},
|
|||
|
&
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp},
|
|||
|
&
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp}
|
|||
|
${sp} {
|
|||
|
background: #ffffff;
|
|||
|
}
|
|||
|
`,cp=xa.div`
|
|||
|
margin: 0 0 3px 0;
|
|||
|
display: inline-block;
|
|||
|
`,up=xa.span`
|
|||
|
font-size: 0.9em;
|
|||
|
margin-right: 10px;
|
|||
|
color: ${e=>e.theme.colors.primary.main};
|
|||
|
font-family: ${e=>e.theme.typography.headings.fontFamily};
|
|||
|
}
|
|||
|
`,pp=xa.button`
|
|||
|
display: inline-block;
|
|||
|
margin-right: 10px;
|
|||
|
margin-bottom: 5px;
|
|||
|
font-size: 0.8em;
|
|||
|
cursor: pointer;
|
|||
|
border: 1px solid ${e=>e.theme.colors.primary.main};
|
|||
|
padding: 2px 10px;
|
|||
|
line-height: 1.5em;
|
|||
|
outline: none;
|
|||
|
&:focus {
|
|||
|
box-shadow: 0 0 0 1px ${e=>e.theme.colors.primary.main};
|
|||
|
}
|
|||
|
|
|||
|
${({$deprecated:e})=>e&&ep||""};
|
|||
|
|
|||
|
${e=>e.$active?`\n color: white;\n background-color: ${e.theme.colors.primary.main};\n &:focus {\n box-shadow: none;\n background-color: ${Ur(.15,e.theme.colors.primary.main)};\n }\n `:`\n color: ${e.theme.colors.primary.main};\n background-color: white;\n `}
|
|||
|
`,dp=xa.div`
|
|||
|
font-size: 0.9em;
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
&::after {
|
|||
|
content: ' [';
|
|||
|
}
|
|||
|
`,fp=xa.div`
|
|||
|
font-size: 0.9em;
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
&::after {
|
|||
|
content: ']';
|
|||
|
}
|
|||
|
`;function hp(e){return t=>!!t.type&&t.type.tabsRole===e}const mp=hp("Tab"),gp=hp("TabList"),yp=hp("TabPanel");function bp(e,t){return n.Children.map(e,(e=>null===e?null:function(e){return mp(e)||gp(e)||yp(e)}(e)?t(e):e.props&&e.props.children&&"object"==typeof e.props.children?(0,n.cloneElement)(e,{...e.props,children:bp(e.props.children,t)}):e))}function vp(e,t){return n.Children.forEach(e,(e=>{null!==e&&(mp(e)||yp(e)?t(e):e.props&&e.props.children&&"object"==typeof e.props.children&&(gp(e)&&t(e),vp(e.props.children,t)))}))}function xp(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=xp(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}var wp=function(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=xp(e))&&(r&&(r+=" "),r+=t);return r};function kp(e){let t=0;return vp(e,(e=>{mp(e)&&t++})),t}function Sp(e){return e&&"getAttribute"in e}function Op(e){return Sp(e)&&e.getAttribute("data-rttab")}function Ep(e){return Sp(e)&&"true"===e.getAttribute("aria-disabled")}let _p;const Ap={className:"react-tabs",focus:!1},jp=e=>{let t=(0,n.useRef)([]),r=(0,n.useRef)([]);const i=(0,n.useRef)();function o(t,n){if(t<0||t>=l())return;const{onSelect:r,selectedIndex:i}=e;r(t,i,n)}function a(e){const t=l();for(let n=e+1;n<t;n++)if(!Ep(c(n)))return n;for(let t=0;t<e;t++)if(!Ep(c(t)))return t;return e}function s(e){let t=e;for(;t--;)if(!Ep(c(t)))return t;for(t=l();t-- >e;)if(!Ep(c(t)))return t;return e}function l(){const{children:t}=e;return kp(t)}function c(e){return t.current[`tabs-${e}`]}function u(e){let t=e.target;do{if(p(t)){if(Ep(t))return;return void o([].slice.call(t.parentNode.children).filter(Op).indexOf(t),e)}}while(null!=(t=t.parentNode))}function p(e){if(!Op(e))return!1;let t=e.parentElement;do{if(t===i.current)return!0;if(t.getAttribute("data-rttabs"))break;t=t.parentElement}while(t);return!1}const{children:d,className:f,disabledTabClassName:h,domRef:m,focus:g,forceRenderTabPanel:y,onSelect:b,selectedIndex:v,selectedTabClassName:x,selectedTabPanelClassName:w,environment:k,disableUpDownKeys:S,disableLeftRightKeys:O,...E}={...Ap,...e};return n.createElement("div",Object.assign({},E,{className:wp(f),onClick:u,onKeyDown:function(t){const{direction:n,disableUpDownKeys:r,disableLeftRightKeys:i}=e;if(p(t.target)){let{selectedIndex:p}=e,d=!1,f=!1;"Space"!==t.code&&32!==t.keyCode&&"Enter"!==t.code&&13!==t.keyCode||(d=!0,f=!1,u(t)),(i||37!==t.keyCode&&"ArrowLeft"!==t.code)&&(r||38!==t.keyCode&&"ArrowUp"!==t.code)?(i||39!==t.keyCode&&"ArrowRight"!==t.code)&&(r||40!==t.keyCode&&"ArrowDown"!==t.code)?35===t.keyCode||"End"===t.code?(p=function(){let e=l();for(;e--;)if(!Ep(c(e)))return e;return null}(),d=!0,f=!0):36!==t.keyCode&&"Home"!==t.code||(p=function(){const e=l();for(let t=0;t<e;t++)if(!Ep(c(t)))return t;return null}(),d=!0,f=!0):(p="rtl"===n?s(p):a(p),d=!0,f=!0):(p="rtl"===n?a(p):s(p),d=!0,f=!0),d&&t.preventDefault(),f&&o(p,t)}},ref:e=>{i.current=e,m&&m(e)},"data-rttabs":!0}),function(){let i=0;const{children:o,disabledTabClassName:a,focus:s,forceRenderTabPanel:u,selectedIndex:p,selectedTabClassName:d,selectedTabPanelClassName:f,environment:h}=e;r.current=r.current||[];let m=r.current.length-l();const g=(0,n.useId)();for(;m++<0;)r.current.push(`${g}${r.current.length}`);return bp(o,(e=>{let o=e;if(gp(e)){let i=0,l=!1;null==_p&&function(e){const t=e||("undefined"!=typeof window?window:void 0);try{_p=!(void 0===t||!t.document||!t.document.activeElement)}catch(e){_p=!1}}(h);const u=h||("undefined"!=typeof window?window:void 0);_p&&u&&(l=n.Children.toArray(e.props.children).filter(mp).some(((e,t)=>u.document.activeElement===c(t)))),o=(0,n.cloneElement)(e,{children:bp(e.props.children,(e=>{const o=`tabs-${i}`,c=p===i,u={tabRef:e=>{t.current[o]=e},id:r.current[i],selected:c,focus:c&&(s||l)};return d&&(u.selectedClassName=d),a&&(u.disabledClassName=a),i++,(0,n.cloneElement)(e,u)}))})}else if(yp(e)){const t={id:r.current[i],selected:p===i};u&&(t.forceRender=u),f&&(t.selectedClassName=f),i++,
|
|||
|
> ul {
|
|||
|
list-style: none;
|
|||
|
padding: 0;
|
|||
|
margin: 0;
|
|||
|
margin: 0 -5px;
|
|||
|
|
|||
|
> li {
|
|||
|
padding: 5px 10px;
|
|||
|
display: inline-block;
|
|||
|
|
|||
|
background-color: ${({theme:e})=>e.codeBlock.backgroundColor};
|
|||
|
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
|
|||
|
cursor: pointer;
|
|||
|
text-align: center;
|
|||
|
outline: none;
|
|||
|
color: ${({theme:e})=>Ur(e.colors.tonalOffset,e.rightPanel.textColor)};
|
|||
|
margin: 0
|
|||
|
${({theme:e})=>`${e.spacing.unit}px ${e.spacing.unit}px ${e.spacing.unit}px`};
|
|||
|
border: 1px solid ${({theme:e})=>Ur(.05,e.codeBlock.backgroundColor)};
|
|||
|
border-radius: 5px;
|
|||
|
min-width: 60px;
|
|||
|
font-size: 0.9em;
|
|||
|
font-weight: bold;
|
|||
|
|
|||
|
&.react-tabs__tab--selected {
|
|||
|
color: ${e=>e.theme.colors.text.primary};
|
|||
|
background: ${({theme:e})=>e.rightPanel.textColor};
|
|||
|
&:focus {
|
|||
|
outline: auto;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
&:only-child {
|
|||
|
flex: none;
|
|||
|
min-width: 100px;
|
|||
|
}
|
|||
|
|
|||
|
&.tab-success {
|
|||
|
color: ${e=>e.theme.colors.responses.success.tabTextColor};
|
|||
|
}
|
|||
|
|
|||
|
&.tab-redirect {
|
|||
|
color: ${e=>e.theme.colors.responses.redirect.tabTextColor};
|
|||
|
}
|
|||
|
|
|||
|
&.tab-info {
|
|||
|
color: ${e=>e.theme.colors.responses.info.tabTextColor};
|
|||
|
}
|
|||
|
|
|||
|
&.tab-error {
|
|||
|
color: ${e=>e.theme.colors.responses.error.tabTextColor};
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
> .react-tabs__tab-panel {
|
|||
|
background: ${({theme:e})=>e.codeBlock.backgroundColor};
|
|||
|
& > div,
|
|||
|
& > pre {
|
|||
|
padding: ${e=>4*e.theme.spacing.unit}px;
|
|||
|
margin: 0;
|
|||
|
}
|
|||
|
|
|||
|
& > div > pre {
|
|||
|
padding: 0;
|
|||
|
}
|
|||
|
}
|
|||
|
`,Vp=(xa(Wp)`
|
|||
|
> ul {
|
|||
|
display: block;
|
|||
|
> li {
|
|||
|
padding: 2px 5px;
|
|||
|
min-width: auto;
|
|||
|
margin: 0 15px 0 0;
|
|||
|
font-size: 13px;
|
|||
|
font-weight: normal;
|
|||
|
border-bottom: 1px dashed;
|
|||
|
color: ${({theme:e})=>Ur(e.colors.tonalOffset,e.rightPanel.textColor)};
|
|||
|
border-radius: 0;
|
|||
|
background: none;
|
|||
|
|
|||
|
&:last-child {
|
|||
|
margin-right: 0;
|
|||
|
}
|
|||
|
|
|||
|
&.react-tabs__tab--selected {
|
|||
|
color: ${({theme:e})=>e.rightPanel.textColor};
|
|||
|
background: none;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
> .react-tabs__tab-panel {
|
|||
|
& > div,
|
|||
|
& > pre {
|
|||
|
padding: ${e=>2*e.theme.spacing.unit}px 0;
|
|||
|
}
|
|||
|
}
|
|||
|
`,xa.div`
|
|||
|
/**
|
|||
|
* Based on prism-dark.css
|
|||
|
*/
|
|||
|
|
|||
|
code[class*='language-'],
|
|||
|
pre[class*='language-'] {
|
|||
|
/* color: white;
|
|||
|
background: none; */
|
|||
|
text-shadow: 0 -0.1em 0.2em black;
|
|||
|
text-align: left;
|
|||
|
white-space: pre;
|
|||
|
word-spacing: normal;
|
|||
|
word-break: normal;
|
|||
|
word-wrap: normal;
|
|||
|
line-height: 1.5;
|
|||
|
|
|||
|
-moz-tab-size: 4;
|
|||
|
-o-tab-size: 4;
|
|||
|
tab-size: 4;
|
|||
|
|
|||
|
-webkit-hyphens: none;
|
|||
|
-moz-hyphens: none;
|
|||
|
-ms-hyphens: none;
|
|||
|
hyphens: none;
|
|||
|
}
|
|||
|
|
|||
|
@media print {
|
|||
|
code[class*='language-'],
|
|||
|
pre[class*='language-'] {
|
|||
|
text-shadow: none;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/* Code blocks */
|
|||
|
pre[class*='language-'] {
|
|||
|
padding: 1em;
|
|||
|
margin: 0.5em 0;
|
|||
|
overflow: auto;
|
|||
|
}
|
|||
|
|
|||
|
.token.comment,
|
|||
|
.token.prolog,
|
|||
|
.token.doctype,
|
|||
|
.token.cdata {
|
|||
|
color: hsl(30, 20%, 50%);
|
|||
|
}
|
|||
|
|
|||
|
.token.punctuation {
|
|||
|
opacity: 0.7;
|
|||
|
}
|
|||
|
|
|||
|
.namespace {
|
|||
|
opacity: 0.7;
|
|||
|
}
|
|||
|
|
|||
|
.token.property,
|
|||
|
.token.tag,
|
|||
|
.token.number,
|
|||
|
.token.constant,
|
|||
|
.token.symbol {
|
|||
|
color: #4a8bb3;
|
|||
|
}
|
|||
|
|
|||
|
.token.boolean {
|
|||
|
color: #e64441;
|
|||
|
}
|
|||
|
|
|||
|
.token.selector,
|
|||
|
.token.attr-name,
|
|||
|
.token.string,
|
|||
|
.token.char,
|
|||
|
.token.builtin,
|
|||
|
.token.inserted {
|
|||
|
color: #a0fbaa;
|
|||
|
& + a,
|
|||
|
& + a:visited {
|
|||
|
color: #4ed2ba;
|
|||
|
text-decoration: underline;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.token.property.string {
|
|||
|
color: white;
|
|||
|
}
|
|||
|
|
|||
|
.token.operator,
|
|||
|
.token.entity,
|
|||
|
.token.url,
|
|||
|
.token.variable {
|
|||
|
color: hsl(40, 90%, 60%);
|
|||
|
}
|
|||
|
|
|||
|
.token.atrule,
|
|||
|
.token.attr-value,
|
|||
|
.token.keyword {
|
|||
|
color: hsl(350, 40%, 70%);
|
|||
|
}
|
|||
|
|
|||
|
.token.regex,
|
|||
|
.token.important {
|
|||
|
color: #e90;
|
|||
|
}
|
|||
|
|
|||
|
.token.important,
|
|||
|
.token.bold {
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.token.italic {
|
|||
|
font-style: italic;
|
|||
|
}
|
|||
|
|
|||
|
.token.entity {
|
|||
|
cursor: help;
|
|||
|
}
|
|||
|
|
|||
|
.token.deleted {
|
|||
|
color: red;
|
|||
|
}
|
|||
|
|
|||
|
${wa("Prism")};
|
|||
|
`),Hp=xa.div`
|
|||
|
opacity: 0.7;
|
|||
|
transition: opacity 0.3s ease;
|
|||
|
text-align: right;
|
|||
|
&:focus-within {
|
|||
|
opacity: 1;
|
|||
|
}
|
|||
|
> button {
|
|||
|
background-color: transparent;
|
|||
|
border: 0;
|
|||
|
color: inherit;
|
|||
|
padding: 2px 10px;
|
|||
|
font-family: ${({theme:e})=>e.typography.fontFamily};
|
|||
|
font-size: ${({theme:e})=>e.typography.fontSize};
|
|||
|
line-height: ${({theme:e})=>e.typography.lineHeight};
|
|||
|
cursor: pointer;
|
|||
|
outline: 0;
|
|||
|
|
|||
|
:hover,
|
|||
|
:focus {
|
|||
|
background: rgba(255, 255, 255, 0.1);
|
|||
|
}
|
|||
|
}
|
|||
|
`,Yp=xa.div`
|
|||
|
&:hover ${Hp} {
|
|||
|
opacity: 1;
|
|||
|
}
|
|||
|
`,Gp=xa(Vp).attrs({as:"pre"})`
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
font-size: ${e=>e.theme.typography.code.fontSize};
|
|||
|
overflow-x: auto;
|
|||
|
margin: 0;
|
|||
|
|
|||
|
white-space: ${({theme:e})=>e.typography.code.wrap?"pre-wrap":"pre"};
|
|||
|
`;function Qp(e){return getComputedStyle(e)}function Xp(e,t){for(var n in t){var r=t[n];"number"==typeof r&&(r+="px"),e.style[n]=r}return e}function Kp(e){var t=document.createElement("div");return t.className=e,t}var Zp="undefined"!=typeof Element&&(Element.prototype.matches||Element.prototype.webkitMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector);function Jp(e,t){if(!Zp)throw new Error("No element matching method supported");return Zp.call(e,t)}function ed(e){e.remove?e.remove():e.parentNode&&e.parentNode.removeChild(e)}function td(e,t){return Array.prototype.filter.call(e.children,(function(e){return Jp(e,t)}))}var nd={main:"ps",rtl:"ps__rtl",element:{thumb:function(e){return"ps__thumb-"+e},rail:function(e){return"ps__rail-"+e},consuming:"ps__child--consume"},state:{focus:"ps--focus",clicking:"ps--clicking",active:function(e){return"ps--active-"+e},scrolling:function(e){return"ps--scrolling-"+e}}},rd={x:null,y:null};function id(e,t){var n=e.element.classList,r=nd.state.scrolling(t);n.contains(r)?clearTimeout(rd[t]):n.add(r)}function od(e,t){rd[t]=setTimeout((function(){return e.isAlive&&e.element.classList.remove(nd.state.scrolling(t))}),e.settings.scrollingThreshold)}var ad=function(e){this.element=e,this.handlers={}},sd={isEmpty:{configurable:!0}};ad.prototype.bind=function(e,t){void 0===this.handlers[e]&&(this.handlers[e]=[]),this.handlers[e].push(t),this.element.addEventListener(e,t,!1)},ad.prototype.unbind=function(e,t){var n=this;this.handlers[e]=this.handlers[e].filter((function(r){return!(!t||r===t)||(n.element.removeEventListener(e,r,!1),!1)}))},ad.prototype.unbindAll=function(){for(var e in this.handlers)this.unbind(e)},sd.isEmpty.get=function(){var e=this;return Object.keys(this.handlers).every((function(t){return 0===e.handlers[t].length}))},Object.defineProperties(ad.prototype,sd);var ld=function(){this.eventElements=[]};function cd(e){if("function"==typeof window.CustomEvent)return new CustomEvent(e);var t=document.createEvent("CustomEvent");return t.initCustomEvent(e,!1,!1,void 0),t}function ud(e,t,n,r,i){var o;if(void 0===r&&(r=!0),void 0===i&&(i=!1),"top"===t)o=["contentHeight","containerHeight","scrollTop","y","up","down"];else{if("left"!==t)throw new Error("A proper axis should be provided");o=["contentWidth","containerWidth","scrollLeft","x","left","right"]}!function(e,t,n,r,i){var o=n[0],a=n[1],s=n[2],l=n[3],c=n[4],u=n[5];void 0===r&&(r=!0),void 0===i&&(i=!1);var p=e.element;e.reach[l]=null,p[s]<1&&(e.reach[l]="start"),p[s]>e[o]-e[a]-1&&(e.reach[l]="end"),t&&(p.dispatchEvent(cd("ps-scroll-"+l)),t<0?p.dispatchEvent(cd("ps-scroll-"+c)):t>0&&p.dispatchEvent(cd("ps-scroll-"+u)),r&&function(e,t){id(e,t),od(e,t)}(e,l)),e.reach[l]&&(t||i)&&p.dispatchEvent(cd("ps-"+l+"-reach-"+e.reach[l]))}(e,n,o,r,i)}function pd(e){return parseInt(e,10)||0}ld.prototype.eventElement=function(e){var t=this.eventElements.filter((function(t){return t.element===e}))[0];return t||(t=new ad(e),this.eventElements.push(t)),t},ld.prototype.bind=function(e,t,n){this.eventElement(e).bind(t,n)},ld.prototype.unbind=function(e,t,n){var r=this.eventElement(e);r.unbind(t,n),r.isEmpty&&this.eventElements.splice(this.eventElements.indexOf(r),1)},ld.prototype.unbindAll=function(){this.eventElements.forEach((function(e){return e.unbindAll()})),this.eventElements=[]},ld.prototype.once=function(e,t,n){var r=this.eventElement(e),i=function(e){r.unbind(t,i),n(e)};r.bind(t,i)};var dd={isWebKit:"undefined"!=typeof document&&"WebkitAppearance"in document.documentElement.style,supportsTouch:"undefined"!=typeof window&&("ontouchstart"in window||"maxTouchPoints"in window.navigator&&window.navigator.maxTouchPoints>0||window.DocumentTouch&&document instanceof window.DocumentTouch),supportsIePointer:"undefined"!=typeof navigator&&navigator.msMaxTouchPoints,isChrome:"undefined"!=typeof navigator&&/Chrome/i.test(navigator&&navigator.userAgent)};function fd(e){var t=e.element,n=Math.floor(t.scrollTop),r=t.getBoundingClientRect();e.containerWidth=Math.round(r.width),e.containerHeight=Math.round(r.height),e.contentW
|
|||
|
position: relative;
|
|||
|
`;class jd extends n.Component{constructor(){super(...arguments),this.handleRef=e=>{this._container=e}}componentDidMount(){const e=this._container.parentElement&&this._container.parentElement.scrollTop||0;this.inst=new Od(this._container,this.props.options||{}),this._container.scrollTo&&this._container.scrollTo(0,e)}componentDidUpdate(){this.inst.update()}componentWillUnmount(){this.inst.destroy()}render(){const{children:e,className:t,updateFn:r}=this.props;return r&&r(this.componentDidUpdate.bind(this)),n.createElement(n.Fragment,null,Ed&&n.createElement(_d,null),n.createElement(Ad,{className:`scrollbar-container ${t}`,ref:this.handleRef},e))}}function Cd(e){return n.createElement(Ca.Consumer,null,(t=>t.nativeScrollbars?n.createElement("div",{style:{overflow:"auto",overscrollBehavior:"contain",msOverflowStyle:"-ms-autohiding-scrollbar"}},e.children):n.createElement(jd,((e,t)=>{for(var n in t||(t={}))wd.call(t,n)&&Sd(e,n,t[n]);if(xd)for(var n of xd(t))kd.call(t,n)&&Sd(e,n,t[n]);return e})({},e),e.children)))}const Pd=xa((({className:e,style:t})=>n.createElement("svg",{className:e,style:t,xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},n.createElement("polyline",{points:"6 9 12 15 18 9"}))))`
|
|||
|
position: absolute;
|
|||
|
pointer-events: none;
|
|||
|
z-index: 1;
|
|||
|
top: 50%;
|
|||
|
-webkit-transform: translateY(-50%);
|
|||
|
-ms-transform: translateY(-50%);
|
|||
|
transform: translateY(-50%);
|
|||
|
right: 8px;
|
|||
|
margin: auto;
|
|||
|
text-align: center;
|
|||
|
polyline {
|
|||
|
color: ${e=>"dark"===e.variant&&"white"};
|
|||
|
}
|
|||
|
`,Td=n.memo((e=>{const{options:t,onChange:r,placeholder:i,value:o="",variant:a,className:s}=e;return n.createElement("div",{className:s},n.createElement(Pd,{variant:a}),n.createElement("select",{onChange:e=>{const{selectedIndex:n}=e.target;r(t[i?n-1:n])},value:o,className:"dropdown-select"},i&&n.createElement("option",{disabled:!0,hidden:!0,value:i},i),t.map((({idx:e,value:t,title:r},i)=>n.createElement("option",{key:e||t+i,value:t},r||t)))),n.createElement("label",null,o))})),Id=fa(Td)`
|
|||
|
label {
|
|||
|
box-sizing: border-box;
|
|||
|
min-width: 100px;
|
|||
|
outline: none;
|
|||
|
display: inline-block;
|
|||
|
font-family: ${e=>e.theme.typography.headings.fontFamily};
|
|||
|
color: ${({theme:e})=>e.colors.text.primary};
|
|||
|
vertical-align: bottom;
|
|||
|
width: ${({fullWidth:e})=>e?"100%":"auto"};
|
|||
|
text-transform: none;
|
|||
|
padding: 0 22px 0 4px;
|
|||
|
|
|||
|
font-size: 0.929em;
|
|||
|
line-height: 1.5em;
|
|||
|
font-family: inherit;
|
|||
|
text-overflow: ellipsis;
|
|||
|
overflow: hidden;
|
|||
|
white-space: nowrap;
|
|||
|
}
|
|||
|
.dropdown-select {
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
left: 0;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
opacity: 0;
|
|||
|
border: none;
|
|||
|
appearance: none;
|
|||
|
cursor: pointer;
|
|||
|
|
|||
|
color: ${({theme:e})=>e.colors.text.primary};
|
|||
|
line-height: inherit;
|
|||
|
font-family: inherit;
|
|||
|
}
|
|||
|
box-sizing: border-box;
|
|||
|
min-width: 100px;
|
|||
|
outline: none;
|
|||
|
display: inline-block;
|
|||
|
border-radius: 2px;
|
|||
|
border: 1px solid rgba(38, 50, 56, 0.5);
|
|||
|
vertical-align: bottom;
|
|||
|
padding: 2px 0px 2px 6px;
|
|||
|
position: relative;
|
|||
|
width: auto;
|
|||
|
background: white;
|
|||
|
color: #263238;
|
|||
|
font-family: ${e=>e.theme.typography.headings.fontFamily};
|
|||
|
font-size: 0.929em;
|
|||
|
line-height: 1.5em;
|
|||
|
cursor: pointer;
|
|||
|
transition: border 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
|
|||
|
|
|||
|
&:hover,
|
|||
|
&:focus-within {
|
|||
|
border: 1px solid ${e=>e.theme.colors.primary.main};
|
|||
|
color: ${e=>e.theme.colors.primary.main};
|
|||
|
box-shadow: 0px 0px 0px 1px ${e=>e.theme.colors.primary.main};
|
|||
|
}
|
|||
|
`,Rd=fa(Id)`
|
|||
|
margin-left: 10px;
|
|||
|
text-transform: none;
|
|||
|
font-size: 0.969em;
|
|||
|
|
|||
|
font-size: 1em;
|
|||
|
border: none;
|
|||
|
padding: 0 1.2em 0 0;
|
|||
|
background: transparent;
|
|||
|
|
|||
|
&:hover,
|
|||
|
&:focus-within {
|
|||
|
border: none;
|
|||
|
box-shadow: none;
|
|||
|
label {
|
|||
|
color: ${e=>e.theme.colors.primary.main};
|
|||
|
text-shadow: 0px 0px 0px ${e=>e.theme.colors.primary.main};
|
|||
|
}
|
|||
|
}
|
|||
|
`,Nd=fa.span`
|
|||
|
margin-left: 10px;
|
|||
|
text-transform: none;
|
|||
|
font-size: 0.929em;
|
|||
|
color: black;
|
|||
|
`;var $d=Object.defineProperty,Ld=Object.defineProperties,Dd=Object.getOwnPropertyDescriptors,Md=Object.getOwnPropertySymbols,Fd=Object.prototype.hasOwnProperty,zd=Object.prototype.propertyIsEnumerable,Ud=(e,t,n)=>t in e?$d(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Bd=(e,t)=>{for(var n in t||(t={}))Fd.call(t,n)&&Ud(e,n,t[n]);if(Md)for(var n of Md(t))zd.call(t,n)&&Ud(e,n,t[n]);return e},qd=(e,t)=>Ld(e,Dd(t));class Wd{constructor(e,t,n){this.operations=[];const{resolved:r}=e.deref(n||{});this.initWebhooks(e,r,t)}initWebhooks(e,t,n){for(const r of Object.keys(t)){const i=t[r],o=Object.keys(i).filter(ns);for(const t of o){const r=i[t];if(i.$ref){const r=e.deref(i||{});this.initWebhooks(e,{[t]:r},n)}if(!r)continue;const o=new Tu(e,qd(Bd({},r),{httpVerb:t}),void 0,n,!1);this.operations.push(o)}}}}class Vd{constructor(e,t,n){const{resolved:r}=e.deref(n);this.id=t,this.sectionId=vs+t,this.type=r.type,this.displayName=r["x-displayName"]||t,this.description=r.description||"","apiKey"===r.type&&(this.apiKey={name:r.name,in:r.in}),"http"===r.type&&(this.http={scheme:r.scheme,bearerFormat:r.bearerFormat}),"openIdConnect"===r.type&&(this.openId={connectUrl:r.openIdConnectUrl}),"oauth2"===r.type&&r.flows&&(this.flows=r.flows)}}class Hd{constructor(e){const t=e.spec.components&&e.spec.components.securitySchemes||{};this.schemes=Object.keys(t).map((n=>new Vd(e,n,t[n])))}}var Yd=Object.defineProperty,Gd=Object.getOwnPropertySymbols,Qd=Object.prototype.hasOwnProperty,Xd=Object.prototype.propertyIsEnumerable,Kd=(e,t,n)=>t in e?Yd(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Zd=(e,t)=>{for(var n in t||(t={}))Qd.call(t,n)&&Kd(e,n,t[n]);if(Gd)for(var n of Gd(t))Xd.call(t,n)&&Kd(e,n,t[n]);return e};class Jd{constructor(e,t,n){var r,i,o;this.options=n,this.parser=new vc(e,t,n),this.info=new zl(this.parser,this.options),this.externalDocs=this.parser.spec.externalDocs,this.contentItems=hf.buildStructure(this.parser,this.options),this.securitySchemes=new Hd(this.parser);const a=Zd(Zd({},null==(i=null==(r=this.parser)?void 0:r.spec)?void 0:i["x-webhooks"]),null==(o=this.parser)?void 0:o.spec.webhooks);this.webhooks=new Wd(this.parser,n,a)}}var ef=Object.defineProperty,tf=Object.getOwnPropertyDescriptor,nf=(e,t,n,r)=>{for(var i,o=r>1?void 0:r?tf(t,n):t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&ef(t,n,o),o};class rf{constructor(e,t,n){this.items=[],this.active=!1,this.expanded=!1,on(this),this.id=t.id||e+"/"+di(t.name),this.type=e,this.name=t["x-displayName"]||t.name,this.level=t.level||1,this.sidebarLabel=this.name,this.description=t.description||"";const r=t.items;r&&r.length&&(this.description=Ml.getTextBeforeHading(this.description,r[0].name)),this.parent=n,this.externalDocs=t.externalDocs,"group"===this.type&&(this.expanded=!0)}activate(){this.active=!0}expand(){this.parent&&this.parent.expand(),this.expanded=!0}collapse(){"group"!==this.type&&(this.expanded=!1)}deactivate(){this.active=!1}}nf([Te],rf.prototype,"active",2),nf([Te],rf.prototype,"expanded",2),nf([Pt],rf.prototype,"activate",1),nf([Pt],rf.prototype,"expand",1),nf([Pt],rf.prototype,"collapse",1),nf([Pt],rf.prototype,"deactivate",1);var of=Object.defineProperty,af=Object.defineProperties,sf=Object.getOwnPropertyDescriptors,lf=Object.getOwnPropertySymbols,cf=Object.prototype.hasOwnProperty,uf=Object.prototype.propertyIsEnumerable,pf=(e,t,n)=>t in e?of(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,df=(e,t)=>{for(var n in t||(t={}))cf.call(t,n)&&pf(e,n,t[n]);if(lf)for(var n of lf(t))uf.call(t,n)&&pf(e,n,t[n]);return e},ff=(e,t)=>af(e,sf(t));class hf{static buildStructure(e,t){const n=e.spec,r=[],i=hf.getTagsWithOperations(e,n);return r.push(...hf.addMarkdownItems(n.info.description||"",void 0,1,t)),n["x-tagGroups"]&&n["x-tagGroups"].length>0?r.push(...hf.getTagGroupsItems(e,void 0,n["x-tagGroups"],i,t)):r.push(...hf.getTagsItems(e,i,void 0,void 0,t)),r}static addMarkdownItems(e,t,n,r){const i=new Ml(r,null==t?void 0:t.id).extractHeadings(e||"");i.length&&t&&t.description&&(t.description=Ml.getTextBefo
|
|||
|
a {
|
|||
|
text-decoration: ${e=>e.theme.typography.links.textDecoration};
|
|||
|
color: ${e=>e.theme.typography.links.color};
|
|||
|
|
|||
|
&:visited {
|
|||
|
color: ${e=>e.theme.typography.links.visited};
|
|||
|
}
|
|||
|
|
|||
|
&:hover {
|
|||
|
color: ${e=>e.theme.typography.links.hover};
|
|||
|
text-decoration: ${e=>e.theme.typography.links.hoverTextDecoration};
|
|||
|
}
|
|||
|
}
|
|||
|
`,Nf=xa(Vp)`
|
|||
|
font-family: ${e=>e.theme.typography.fontFamily};
|
|||
|
font-weight: ${e=>e.theme.typography.fontWeightRegular};
|
|||
|
line-height: ${e=>e.theme.typography.lineHeight};
|
|||
|
|
|||
|
p {
|
|||
|
&:last-child {
|
|||
|
margin-bottom: 0;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
${({$compact:e})=>e&&"\n p:first-child {\n margin-top: 0;\n }\n p:last-child {\n margin-bottom: 0;\n }\n "}
|
|||
|
|
|||
|
${({$inline:e})=>e&&" p {\n display: inline-block;\n }"}
|
|||
|
|
|||
|
h1 {
|
|||
|
${Mu(1)};
|
|||
|
color: ${e=>e.theme.colors.primary.main};
|
|||
|
margin-top: 0;
|
|||
|
}
|
|||
|
|
|||
|
h2 {
|
|||
|
${Mu(2)};
|
|||
|
color: ${e=>e.theme.colors.text.primary};
|
|||
|
}
|
|||
|
|
|||
|
code {
|
|||
|
color: ${({theme:e})=>e.typography.code.color};
|
|||
|
background-color: ${({theme:e})=>e.typography.code.backgroundColor};
|
|||
|
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
border-radius: 2px;
|
|||
|
border: 1px solid rgba(38, 50, 56, 0.1);
|
|||
|
padding: 0 ${({theme:e})=>e.spacing.unit}px;
|
|||
|
font-size: ${e=>e.theme.typography.code.fontSize};
|
|||
|
font-weight: ${({theme:e})=>e.typography.code.fontWeight};
|
|||
|
|
|||
|
word-break: break-word;
|
|||
|
}
|
|||
|
|
|||
|
pre {
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
white-space: ${({theme:e})=>e.typography.code.wrap?"pre-wrap":"pre"};
|
|||
|
background-color: ${({theme:e})=>e.codeBlock.backgroundColor};
|
|||
|
color: white;
|
|||
|
padding: ${e=>4*e.theme.spacing.unit}px;
|
|||
|
overflow-x: auto;
|
|||
|
line-height: normal;
|
|||
|
border-radius: 0;
|
|||
|
border: 1px solid rgba(38, 50, 56, 0.1);
|
|||
|
|
|||
|
code {
|
|||
|
background-color: transparent;
|
|||
|
color: white;
|
|||
|
padding: 0;
|
|||
|
|
|||
|
&:before,
|
|||
|
&:after {
|
|||
|
content: none;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
blockquote {
|
|||
|
margin: 0;
|
|||
|
margin-bottom: 1em;
|
|||
|
padding: 0 15px;
|
|||
|
color: #777;
|
|||
|
border-left: 4px solid #ddd;
|
|||
|
}
|
|||
|
|
|||
|
img {
|
|||
|
max-width: 100%;
|
|||
|
box-sizing: content-box;
|
|||
|
}
|
|||
|
|
|||
|
ul,
|
|||
|
ol {
|
|||
|
padding-left: 2em;
|
|||
|
margin: 0;
|
|||
|
margin-bottom: 1em;
|
|||
|
|
|||
|
ul,
|
|||
|
ol {
|
|||
|
margin-bottom: 0;
|
|||
|
margin-top: 0;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
table {
|
|||
|
display: block;
|
|||
|
width: 100%;
|
|||
|
overflow: auto;
|
|||
|
word-break: normal;
|
|||
|
word-break: keep-all;
|
|||
|
border-collapse: collapse;
|
|||
|
border-spacing: 0;
|
|||
|
margin-top: 1.5em;
|
|||
|
margin-bottom: 1.5em;
|
|||
|
}
|
|||
|
|
|||
|
table tr {
|
|||
|
background-color: #fff;
|
|||
|
border-top: 1px solid #ccc;
|
|||
|
|
|||
|
&:nth-child(2n) {
|
|||
|
background-color: ${({theme:e})=>e.schema.nestedBackground};
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
table th,
|
|||
|
table td {
|
|||
|
padding: 6px 13px;
|
|||
|
border: 1px solid #ddd;
|
|||
|
}
|
|||
|
|
|||
|
table th {
|
|||
|
text-align: left;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
|
|||
|
${Gu(".share-link")};
|
|||
|
|
|||
|
${Rf}
|
|||
|
|
|||
|
${wa("Markdown")};
|
|||
|
`;var $f=Object.defineProperty,Lf=Object.defineProperties,Df=Object.getOwnPropertyDescriptors,Mf=Object.getOwnPropertySymbols,Ff=Object.prototype.hasOwnProperty,zf=Object.prototype.propertyIsEnumerable,Uf=(e,t,n)=>t in e?$f(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Bf=(e,t)=>{for(var n in t||(t={}))Ff.call(t,n)&&Uf(e,n,t[n]);if(Mf)for(var n of Mf(t))zf.call(t,n)&&Uf(e,n,t[n]);return e};const qf=fa((e=>n.createElement(Nf,Bf({},e))))`
|
|||
|
display: inline;
|
|||
|
`;function Wf(e){var t=e,{inline:r,compact:i}=t,o=((e,t)=>{var n={};for(var r in e)Ff.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&Mf)for(var r of Mf(e))t.indexOf(r)<0&&zf.call(e,r)&&(n[r]=e[r]);return n})(t,["inline","compact"]);const a=r?qf:Nf;return n.createElement(Ta,null,(e=>{return n.createElement(a,((e,t)=>Lf(e,Df(t)))(Bf({className:"redoc-markdown "+(o.className||""),dangerouslySetInnerHTML:{__html:(t=e.untrustedSpec,s=o.html,t?If.sanitize(s):s)},"data-role":o["data-role"]},o),{$inline:r,$compact:i}));var t,s}))}class Vf extends n.Component{render(){const{source:e,inline:t,compact:r,className:i,"data-role":o}=this.props,a=new Ml;return n.createElement(Wf,{html:a.renderMd(e),inline:t,compact:r,className:i,"data-role":o})}}const Hf=xa.div`
|
|||
|
position: relative;
|
|||
|
`,Yf=xa.div`
|
|||
|
position: absolute;
|
|||
|
min-width: 80px;
|
|||
|
max-width: 500px;
|
|||
|
background: #fff;
|
|||
|
bottom: 100%;
|
|||
|
left: 50%;
|
|||
|
margin-bottom: 10px;
|
|||
|
transform: translateX(-50%);
|
|||
|
|
|||
|
border-radius: 4px;
|
|||
|
padding: 0.3em 0.6em;
|
|||
|
text-align: center;
|
|||
|
box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
|
|||
|
`,Gf=xa.div`
|
|||
|
background: #fff;
|
|||
|
color: #000;
|
|||
|
display: inline;
|
|||
|
font-size: 0.85em;
|
|||
|
white-space: nowrap;
|
|||
|
`,Qf=xa.div`
|
|||
|
position: absolute;
|
|||
|
width: 0;
|
|||
|
height: 0;
|
|||
|
bottom: -5px;
|
|||
|
left: 50%;
|
|||
|
margin-left: -5px;
|
|||
|
border-left: solid transparent 5px;
|
|||
|
border-right: solid transparent 5px;
|
|||
|
border-top: solid #fff 5px;
|
|||
|
`,Xf=xa.div`
|
|||
|
position: absolute;
|
|||
|
width: 100%;
|
|||
|
height: 20px;
|
|||
|
bottom: -20px;
|
|||
|
`;class Kf extends n.Component{render(){const{open:e,title:t,children:r}=this.props;return n.createElement(Hf,null,r,e&&n.createElement(Yf,null,n.createElement(Gf,null,t),n.createElement(Qf,null),n.createElement(Xf,null)))}}const Zf="undefined"!=typeof document&&document.queryCommandSupported&&document.queryCommandSupported("copy");class Jf{static isSupported(){return Zf}static selectElement(e){let t,n;document.body.createTextRange?(t=document.body.createTextRange(),t.moveToElementText(e),t.select()):document.createRange&&window.getSelection&&(n=window.getSelection(),t=document.createRange(),t.selectNodeContents(e),n.removeAllRanges(),n.addRange(t))}static deselect(){if(document.selection)document.selection.empty();else if(window.getSelection){const e=window.getSelection();e&&e.removeAllRanges()}}static copySelected(){let e;try{e=document.execCommand("copy")}catch(t){e=!1}return e}static copyElement(e){Jf.selectElement(e);const t=Jf.copySelected();return t&&Jf.deselect(),t}static copyCustom(e){const t=document.createElement("textarea");t.style.position="fixed",t.style.top="0",t.style.left="0",t.style.width="2em",t.style.height="2em",t.style.padding="0",t.style.border="none",t.style.outline="none",t.style.boxShadow="none",t.style.background="transparent",t.value=e,document.body.appendChild(t),t.select();const n=Jf.copySelected();return document.body.removeChild(t),n}}const eh=e=>{const[t,r]=n.useState(!1),i=()=>{const t="string"==typeof e.data?e.data:JSON.stringify(e.data,null,2);Jf.copyCustom(t),o()},o=()=>{r(!0),setTimeout((()=>{r(!1)}),1500)};return e.children({renderCopyButton:()=>n.createElement("button",{onClick:i},n.createElement(Kf,{title:Jf.isSupported()?"Copied":"Not supported in your browser",open:t},"Copy"))})};let th=1;function nh(e,t){th=1;let n="";return n+='<div class="redoc-json">',n+="<code>",n+=sh(e,t),n+="</code>",n+="</div>",n}function rh(e){return void 0!==e?e.toString().replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"):""}function ih(e){return JSON.stringify(e).slice(1,-1)}function oh(e,t){return'<span class="'+t+'">'+rh(e)+"</span>"}function ah(e){return'<span class="token punctuation">'+e+"</span>"}function sh(e,t){const n=typeof e;let r="";return null==e?r+=oh("null","token keyword"):e&&e.constructor===Array?(th++,r+=function(e,t){const n=th>t?"collapsed":"";let r=`<button class="collapser" aria-label="${th>t+1?"expand":"collapse"}"></button>${ah("[")}<span class="ellipsis"></span><ul class="array collapsible">`,i=!1;const o=e.length;for(let a=0;a<o;a++)i=!0,r+='<li><div class="hoverable '+n+'">',r+=sh(e[a],t),a<o-1&&(r+=","),r+="</div></li>";return r+=`</ul>${ah("]")}`,i||(r=ah("[ ]")),r}(e,t),th--):e&&e.constructor===Date?r+=oh('"'+e.toISOString()+'"',"token string"):"object"===n?(th++,r+=function(e,t){const n=th>t?"collapsed":"",r=Object.keys(e),i=r.length;let o=`<button class="collapser" aria-label="${th>t+1?"expand":"collapse"}"></button>${ah("{")}<span class="ellipsis"></span><ul class="obj collapsible">`,a=!1;for(let s=0;s<i;s++){const l=r[s];a=!0,o+='<li><div class="hoverable '+n+'">',o+='<span class="property token string">"'+rh(l)+'"</span>: ',o+=sh(e[l],t),s<i-1&&(o+=ah(",")),o+="</div></li>"}return o+=`</ul>${ah("}")}`,a||(o=ah("{ }")),o}(e,t),th--):"number"===n?r+=oh(e,"token number"):"string"===n?/^(http|https):\/\/[^\s]+$/.test(e)?r+=oh('"',"token string")+'<a href="'+encodeURI(e)+'">'+rh(ih(e))+"</a>"+oh('"',"token string"):r+=oh('"'+ih(e)+'"',"token string"):"boolean"===n&&(r+=oh(e,"token boolean")),r}const lh=ma`
|
|||
|
.redoc-json code > .collapser {
|
|||
|
display: none;
|
|||
|
pointer-events: none;
|
|||
|
}
|
|||
|
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
font-size: ${e=>e.theme.typography.code.fontSize};
|
|||
|
|
|||
|
white-space: ${({theme:e})=>e.typography.code.wrap?"pre-wrap":"pre"};
|
|||
|
contain: content;
|
|||
|
overflow-x: auto;
|
|||
|
|
|||
|
.callback-function {
|
|||
|
color: gray;
|
|||
|
}
|
|||
|
|
|||
|
.collapser:after {
|
|||
|
content: '-';
|
|||
|
cursor: pointer;
|
|||
|
}
|
|||
|
|
|||
|
.collapsed > .collapser:after {
|
|||
|
content: '+';
|
|||
|
cursor: pointer;
|
|||
|
}
|
|||
|
|
|||
|
.ellipsis:after {
|
|||
|
content: ' … ';
|
|||
|
}
|
|||
|
|
|||
|
.collapsible {
|
|||
|
margin-left: 2em;
|
|||
|
}
|
|||
|
|
|||
|
.hoverable {
|
|||
|
padding-top: 1px;
|
|||
|
padding-bottom: 1px;
|
|||
|
padding-left: 2px;
|
|||
|
padding-right: 2px;
|
|||
|
border-radius: 2px;
|
|||
|
}
|
|||
|
|
|||
|
.hovered {
|
|||
|
background-color: rgba(235, 238, 249, 1);
|
|||
|
}
|
|||
|
|
|||
|
.collapser {
|
|||
|
background-color: transparent;
|
|||
|
border: 0;
|
|||
|
color: #fff;
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
font-size: ${e=>e.theme.typography.code.fontSize};
|
|||
|
padding-right: 6px;
|
|||
|
padding-left: 6px;
|
|||
|
padding-top: 0;
|
|||
|
padding-bottom: 0;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
width: 15px;
|
|||
|
height: 15px;
|
|||
|
position: absolute;
|
|||
|
top: 4px;
|
|||
|
left: -1.5em;
|
|||
|
cursor: default;
|
|||
|
user-select: none;
|
|||
|
-webkit-user-select: none;
|
|||
|
padding: 2px;
|
|||
|
&:focus {
|
|||
|
outline-color: #fff;
|
|||
|
outline-style: dotted;
|
|||
|
outline-width: 1px;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
ul {
|
|||
|
list-style-type: none;
|
|||
|
padding: 0px;
|
|||
|
margin: 0px 0px 0px 26px;
|
|||
|
}
|
|||
|
|
|||
|
li {
|
|||
|
position: relative;
|
|||
|
display: block;
|
|||
|
}
|
|||
|
|
|||
|
.hoverable {
|
|||
|
display: inline-block;
|
|||
|
}
|
|||
|
|
|||
|
.selected {
|
|||
|
outline-style: solid;
|
|||
|
outline-width: 1px;
|
|||
|
outline-style: dotted;
|
|||
|
}
|
|||
|
|
|||
|
.collapsed > .collapsible {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
|
|||
|
.ellipsis {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
|
|||
|
.collapsed > .ellipsis {
|
|||
|
display: inherit;
|
|||
|
}
|
|||
|
`,ch=xa.div`
|
|||
|
&:hover > ${Hp} {
|
|||
|
opacity: 1;
|
|||
|
}
|
|||
|
`,uh=xa((e=>{const[t,r]=n.useState(),i=({renderCopyButton:t})=>{const i=e.data&&Object.values(e.data).some((e=>"object"==typeof e&&null!==e));return n.createElement(ch,null,n.createElement(Hp,null,t(),i&&n.createElement(n.Fragment,null,n.createElement("button",{onClick:o}," Expand all "),n.createElement("button",{onClick:a}," Collapse all "))),n.createElement(Ca.Consumer,null,(t=>n.createElement(Vp,{className:e.className,ref:e=>r(e),dangerouslySetInnerHTML:{__html:nh(e.data,t.jsonSampleExpandLevel)}}))))},o=()=>{const e=null==t?void 0:t.getElementsByClassName("collapsible");for(const t of Array.prototype.slice.call(e)){const e=t.parentNode;e.classList.remove("collapsed"),e.querySelector(".collapser").setAttribute("aria-label","collapse")}},a=()=>{const e=null==t?void 0:t.getElementsByClassName("collapsible"),n=Array.prototype.slice.call(e,1);for(const e of n){const t=e.parentNode;t.classList.add("collapsed"),t.querySelector(".collapser").setAttribute("aria-label","expand")}},s=e=>{let t;"collapser"===e.className&&(t=e.parentElement.getElementsByClassName("collapsible")[0],t.parentElement.classList.contains("collapsed")?(t.parentElement.classList.remove("collapsed"),e.setAttribute("aria-label","collapse")):(t.parentElement.classList.add("collapsed"),e.setAttribute("aria-label","expand")))},l=n.useCallback((e=>{s(e.target)}),[]),c=n.useCallback((e=>{"Enter"===e.key&&s(e.target)}),[]);return n.useEffect((()=>(null==t||t.addEventListener("click",l),null==t||t.addEventListener("focus",c),()=>{null==t||t.removeEventListener("click",l),null==t||t.removeEventListener("focus",c)})),[l,c,t]),n.createElement(eh,{data:e.data},i)}))`
|
|||
|
${lh};
|
|||
|
`,ph=e=>{const{source:t,lang:r}=e;return n.createElement(Gp,{dangerouslySetInnerHTML:{__html:Os(t,r)}})},dh=e=>{const{source:t,lang:r}=e;return n.createElement(eh,{data:t},(({renderCopyButton:e})=>n.createElement(Yp,null,n.createElement(Hp,null,e()),n.createElement(ph,{lang:r,source:t}))))};function fh({value:e,mimeType:t}){return os(t)?n.createElement(uh,{data:e}):("object"==typeof e&&(e=JSON.stringify(e,null,2)),n.createElement(dh,{lang:(r=t,-1!==r.search(/xml/i)?"xml":-1!==r.search(/csv/i)?"csv":-1!==r.search(/plain/i)?"tex":"clike"),source:e}));var r}var hh=(e,t,n)=>new Promise(((r,i)=>{var o=e=>{try{s(n.next(e))}catch(e){i(e)}},a=e=>{try{s(n.throw(e))}catch(e){i(e)}},s=e=>e.done?r(e.value):Promise.resolve(e.value).then(o,a);s((n=n.apply(e,t)).next())}));function mh({example:e,mimeType:t}){return void 0===e.value&&e.externalValueUrl?n.createElement(gh,{example:e,mimeType:t}):n.createElement(fh,{value:e.value,mimeType:t})}function gh({example:e,mimeType:t}){const r=function(e,t){const[,r]=(0,n.useState)(!0),i=(0,n.useRef)(void 0),o=(0,n.useRef)(void 0);return o.current!==e&&(i.current=void 0),o.current=e,(0,n.useEffect)((()=>{(()=>{hh(this,null,(function*(){r(!0);try{i.current=yield e.getExternalValue(t)}catch(e){i.current=e}r(!1)}))})()}),[e,t]),i.current}(e,t);return void 0===r?n.createElement("span",null,"Loading..."):r instanceof Error?n.createElement(Gp,null,"Error loading external example: ",n.createElement("br",null),n.createElement("a",{className:"token string",href:e.externalValueUrl,target:"_blank",rel:"noopener noreferrer"},e.externalValueUrl)):n.createElement(fh,{value:r,mimeType:t})}const yh=xa.div`
|
|||
|
padding: 0.9em;
|
|||
|
background-color: ${({theme:e})=>Kr(.6,e.rightPanel.backgroundColor)};
|
|||
|
margin: 0 0 10px 0;
|
|||
|
display: block;
|
|||
|
font-family: ${({theme:e})=>e.typography.headings.fontFamily};
|
|||
|
font-size: 0.929em;
|
|||
|
line-height: 1.5em;
|
|||
|
`,bh=xa.span`
|
|||
|
font-family: ${({theme:e})=>e.typography.headings.fontFamily};
|
|||
|
font-size: 12px;
|
|||
|
position: absolute;
|
|||
|
z-index: 1;
|
|||
|
top: -11px;
|
|||
|
left: 12px;
|
|||
|
font-weight: ${({theme:e})=>e.typography.fontWeightBold};
|
|||
|
color: ${({theme:e})=>Kr(.3,e.rightPanel.textColor)};
|
|||
|
`,vh=xa.div`
|
|||
|
position: relative;
|
|||
|
`,xh=xa(Id)`
|
|||
|
label {
|
|||
|
color: ${({theme:e})=>e.rightPanel.textColor};
|
|||
|
text-overflow: ellipsis;
|
|||
|
white-space: nowrap;
|
|||
|
overflow: hidden;
|
|||
|
font-size: 1em;
|
|||
|
text-transform: none;
|
|||
|
border: none;
|
|||
|
}
|
|||
|
margin: 0 0 10px 0;
|
|||
|
display: block;
|
|||
|
background-color: ${({theme:e})=>Kr(.6,e.rightPanel.backgroundColor)};
|
|||
|
border: none;
|
|||
|
padding: 0.9em 1.6em 0.9em 0.9em;
|
|||
|
box-shadow: none;
|
|||
|
&:hover,
|
|||
|
&:focus-within {
|
|||
|
border: none;
|
|||
|
box-shadow: none;
|
|||
|
background-color: ${({theme:e})=>Kr(.3,e.rightPanel.backgroundColor)};
|
|||
|
}
|
|||
|
`,wh=xa.div`
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
font-size: 12px;
|
|||
|
color: #ee807f;
|
|||
|
`;class kh extends n.Component{constructor(){super(...arguments),this.state={activeIdx:0},this.switchMedia=({idx:e})=>{void 0!==e&&this.setState({activeIdx:e})}}render(){const{activeIdx:e}=this.state,t=this.props.mediaType.examples||{},r=this.props.mediaType.name,i=n.createElement(wh,null,"No sample"),o=Object.keys(t);if(0===o.length)return i;if(o.length>1){const i=o.map(((e,n)=>({value:t[e].summary||e,idx:n}))),a=t[o[e]],s=a.description;return n.createElement(Sh,null,n.createElement(vh,null,n.createElement(bh,null,"Example"),this.props.renderDropdown({value:i[e].value,options:i,onChange:this.switchMedia,ariaLabel:"Example"})),n.createElement("div",null,s&&n.createElement(Vf,{source:s}),n.createElement(mh,{example:a,mimeType:r})))}{const e=t[o[0]];return n.createElement(Sh,null,e.description&&n.createElement(Vf,{source:e.description}),n.createElement(mh,{example:e,mimeType:r}))}}}const Sh=xa.div`
|
|||
|
margin-top: 15px;
|
|||
|
`;if(!n.useState)throw new Error("mobx-react-lite requires React with Hooks support");if(!on)throw new Error("mobx-react-lite@3 requires mobx at least version 6 to be available");var Oh=r(3935);function Eh(e){e()}function _h(e){return zt(Qn(e,t));var t}var Ah=!1;function jh(){return Ah}var Ch,Ph,Th=function(){function e(e){var t=this;Object.defineProperty(this,"finalize",{enumerable:!0,configurable:!0,writable:!0,value:e}),Object.defineProperty(this,"registrations",{enumerable:!0,configurable:!0,writable:!0,value:new Map}),Object.defineProperty(this,"sweepTimeout",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"sweep",{enumerable:!0,configurable:!0,writable:!0,value:function(e){void 0===e&&(e=1e4),clearTimeout(t.sweepTimeout),t.sweepTimeout=void 0;var n=Date.now();t.registrations.forEach((function(r,i){n-r.registeredAt>=e&&(t.finalize(r.value),t.registrations.delete(i))})),t.registrations.size>0&&t.scheduleSweep()}}),Object.defineProperty(this,"finalizeAllImmediately",{enumerable:!0,configurable:!0,writable:!0,value:function(){t.sweep(0)}})}return Object.defineProperty(e.prototype,"register",{enumerable:!1,configurable:!0,writable:!0,value:function(e,t,n){this.registrations.set(n,{value:t,registeredAt:Date.now()}),this.scheduleSweep()}}),Object.defineProperty(e.prototype,"unregister",{enumerable:!1,configurable:!0,writable:!0,value:function(e){this.registrations.delete(e)}}),Object.defineProperty(e.prototype,"scheduleSweep",{enumerable:!1,configurable:!0,writable:!0,value:function(){void 0===this.sweepTimeout&&(this.sweepTimeout=setTimeout(this.sweep,1e4))}}),e}(),Ih=new("undefined"!=typeof FinalizationRegistry?FinalizationRegistry:Th)((function(e){var t;null===(t=e.reaction)||void 0===t||t.dispose(),e.reaction=null})),Rh=r(1688);function Nh(e){e.reaction=new yt("observer".concat(e.name),(function(){var t;e.stateVersion=Symbol(),null===(t=e.onStoreChange)||void 0===t||t.call(e)}))}var $h="function"==typeof Symbol&&Symbol.for,Lh=null!==(Ph=null===(Ch=Object.getOwnPropertyDescriptor((function(){}),"name"))||void 0===Ch?void 0:Ch.configurable)&&void 0!==Ph&&Ph,Dh=$h?Symbol.for("react.forward_ref"):"function"==typeof n.forwardRef&&(0,n.forwardRef)((function(e){return null})).$$typeof,Mh=$h?Symbol.for("react.memo"):"function"==typeof n.memo&&(0,n.memo)((function(e){return null})).$$typeof;function Fh(e,t){var r;if(Mh&&e.$$typeof===Mh)throw new Error("[mobx-react-lite] You are trying to use `observer` on a function component wrapped in either another `observer` or `React.memo`. The observer already applies 'React.memo' for you.");if(jh())return e;var i=null!==(r=null==t?void 0:t.forwardRef)&&void 0!==r&&r,o=e,a=e.displayName||e.name;if(Dh&&e.$$typeof===Dh&&(i=!0,"function"!=typeof(o=e.render)))throw new Error("[mobx-react-lite] `render` property of ForwardRef was not a function");var s,l,c=function(e,t){return function(e,t){if(void 0===t&&(t="observed"),jh())return e();var r=n.useRef(null);if(!r.current){var i={reaction:null,onStoreChange:null,stateVersion:Symbol(),name:t,subscribe:function(e){return Ih.unregister(i),i.onStoreChange=e,i.reaction||(Nh(i),i.stateVersion=Symbol()),function(){var e;i.onStoreChange=null,null===(e=i.reaction)||void 0===e||e.dispose(),i.reaction=null}},getSnapshot:function(){return i.stateVersion}};r.current=i}var o,a,s=r.current;if(s.reaction||(Nh(s),Ih.register(r,s,s)),n.useDebugValue(s.reaction,_h),(0,Rh.useSyncExternalStore)(s.subscribe,s.getSnapshot,s.getSnapshot),s.reaction.track((function(){try{o=e()}catch(e){a=e}})),a)throw a;return o}((function(){return o(e,t)}),a)};return c.displayName=e.displayName,Lh&&Object.defineProperty(c,"name",{value:e.name,writable:!0,configurable:!0}),e.contextTypes&&(c.contextTypes=e.contextTypes),i&&(c=(0,n.forwardRef)(c)),c=(0,n.memo)(c),s=e,l=c,Object.keys(s).forEach((function(e){zh[e]||Object.defineProperty(l,e,Object.getOwnPropertyDescriptor(s,e))})),c}var zh={$$typeof:!0,render:!0,compare:!0,type:!0,displayName:!0};function Uh(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}!function(e){e||(e=Eh),Ft({reactionScheduler:e})}
|
|||
|
&.deprecated {
|
|||
|
span.property-name {
|
|||
|
${ep}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
button {
|
|||
|
background-color: transparent;
|
|||
|
border: 0;
|
|||
|
outline: 0;
|
|||
|
font-size: 13px;
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
cursor: pointer;
|
|||
|
padding: 0;
|
|||
|
color: ${e=>e.theme.colors.text.primary};
|
|||
|
&:focus {
|
|||
|
font-weight: ${({theme:e})=>e.typography.fontWeightBold};
|
|||
|
}
|
|||
|
${({kind:e})=>"patternProperties"===e&&ma`
|
|||
|
display: inline-flex;
|
|||
|
margin-right: 20px;
|
|||
|
|
|||
|
> span.property-name {
|
|||
|
white-space: break-spaces;
|
|||
|
text-align: left;
|
|||
|
|
|||
|
::before,
|
|||
|
::after {
|
|||
|
content: '/';
|
|||
|
filter: opacity(0.2);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
> svg {
|
|||
|
align-self: center;
|
|||
|
}
|
|||
|
`}
|
|||
|
}
|
|||
|
${Zu} {
|
|||
|
height: ${({theme:e})=>e.schema.arrow.size};
|
|||
|
width: ${({theme:e})=>e.schema.arrow.size};
|
|||
|
polygon {
|
|||
|
fill: ${({theme:e})=>e.schema.arrow.color};
|
|||
|
}
|
|||
|
}
|
|||
|
`,nm=xa.span`
|
|||
|
vertical-align: middle;
|
|||
|
font-size: ${({theme:e})=>e.typography.code.fontSize};
|
|||
|
line-height: 20px;
|
|||
|
`,rm=xa(nm)`
|
|||
|
color: ${e=>Kr(.1,e.theme.schema.typeNameColor)};
|
|||
|
`,im=xa(nm)`
|
|||
|
color: ${e=>e.theme.schema.typeNameColor};
|
|||
|
`,om=xa(nm)`
|
|||
|
color: ${e=>e.theme.schema.typeTitleColor};
|
|||
|
word-break: break-word;
|
|||
|
`,am=im,sm=xa(nm).attrs({as:"div"})`
|
|||
|
color: ${e=>e.theme.schema.requireLabelColor};
|
|||
|
font-size: ${e=>e.theme.schema.labelsTextSize};
|
|||
|
font-weight: normal;
|
|||
|
margin-left: 20px;
|
|||
|
line-height: 1;
|
|||
|
`,lm=xa(sm)`
|
|||
|
color: ${e=>e.theme.colors.primary.light};
|
|||
|
`,cm=xa(nm)`
|
|||
|
color: ${({theme:e})=>e.colors.warning.main};
|
|||
|
font-size: 13px;
|
|||
|
`,um=xa(nm)`
|
|||
|
color: #0e7c86;
|
|||
|
&::before,
|
|||
|
&::after {
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
`,pm=xa(nm)`
|
|||
|
border-radius: 2px;
|
|||
|
word-break: break-word;
|
|||
|
${({theme:e})=>`\n background-color: ${Kr(.95,e.colors.text.primary)};\n color: ${Kr(.1,e.colors.text.primary)};\n\n padding: 0 ${e.spacing.unit}px;\n border: 1px solid ${Kr(.9,e.colors.text.primary)};\n font-family: ${e.typography.code.fontFamily};\n}`};
|
|||
|
& + & {
|
|||
|
margin-left: 0;
|
|||
|
}
|
|||
|
${wa("ExampleValue")};
|
|||
|
`,dm=xa(pm)``,fm=xa(nm)`
|
|||
|
border-radius: 2px;
|
|||
|
${({theme:e})=>`\n background-color: ${Kr(.95,e.colors.primary.light)};\n color: ${Kr(.1,e.colors.primary.main)};\n\n margin: 0 ${e.spacing.unit}px;\n padding: 0 ${e.spacing.unit}px;\n border: 1px solid ${Kr(.9,e.colors.primary.main)};\n}`};
|
|||
|
& + & {
|
|||
|
margin-left: 0;
|
|||
|
}
|
|||
|
${wa("ConstraintItem")};
|
|||
|
`,hm=xa.button`
|
|||
|
background-color: transparent;
|
|||
|
border: 0;
|
|||
|
color: ${({theme:e})=>e.colors.text.secondary};
|
|||
|
margin-left: ${({theme:e})=>e.spacing.unit}px;
|
|||
|
border-radius: 2px;
|
|||
|
cursor: pointer;
|
|||
|
outline-color: ${({theme:e})=>e.colors.text.secondary};
|
|||
|
font-size: 12px;
|
|||
|
`;Object.defineProperty,Object.getOwnPropertyDescriptor;const mm=xa.div`
|
|||
|
${Rf};
|
|||
|
${({$compact:e})=>e?"":"margin: 1em 0"}
|
|||
|
`;let gm=class extends n.Component{render(){const{externalDocs:e}=this.props;return e&&e.url?n.createElement(mm,{$compact:this.props.compact},n.createElement("a",{href:e.url},e.description||e.url)):null}};gm=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],gm);class ym extends n.PureComponent{constructor(){super(...arguments),this.state={collapsed:!0}}toggle(){this.setState({collapsed:!this.state.collapsed})}render(){const{values:e,isArrayType:t}=this.props,{collapsed:r}=this.state,{enumSkipQuotes:i,maxDisplayedEnumValues:o}=this.context;if(!e.length)return null;const a=this.state.collapsed&&o?e.slice(0,o):e,s=!!o&&e.length>o,l=o?r?`… ${e.length-o} more`:"Hide":"";return n.createElement("div",null,n.createElement(nm,null,t?bi("enumArray"):""," ",1===e.length?bi("enumSingleValue"):bi("enum"),":")," ",a.map(((e,t)=>{const r=i?String(e):JSON.stringify(e);return n.createElement(n.Fragment,{key:t},n.createElement(pm,null,r)," ")})),s?n.createElement(bm,{onClick:()=>{this.toggle()}},l):null)}}ym.contextType=Ca;const bm=xa.span`
|
|||
|
color: ${e=>e.theme.colors.primary.main};
|
|||
|
vertical-align: middle;
|
|||
|
font-size: 13px;
|
|||
|
line-height: 20px;
|
|||
|
padding: 0 5px;
|
|||
|
cursor: pointer;
|
|||
|
`,vm=xa(Nf)`
|
|||
|
margin: 2px 0;
|
|||
|
`;class xm extends n.PureComponent{render(){const e=this.props.extensions;return n.createElement(Ca.Consumer,null,(t=>n.createElement(n.Fragment,null,t.showExtensions&&Object.keys(e).map((t=>n.createElement(vm,{key:t},n.createElement(nm,null," ",t.substring(2),": ")," ",n.createElement(dm,null,"string"==typeof e[t]?e[t]:JSON.stringify(e[t]))))))))}}function wm({field:e}){return e.examples?n.createElement(n.Fragment,null,n.createElement(nm,null," ",bi("examples"),": "),mi(e.examples)?e.examples.map(((t,r)=>{const i=us(e,t),o=e.in?String(i):JSON.stringify(i);return n.createElement(n.Fragment,{key:r},n.createElement(pm,null,o)," ")})):n.createElement(km,null,Object.values(e.examples).map(((t,r)=>n.createElement("li",{key:r+t.value},n.createElement(pm,null,us(e,t.value))," -"," ",t.summary||t.description))))):null}const km=xa.ul`
|
|||
|
margin-top: 1em;
|
|||
|
list-style-position: outside;
|
|||
|
`;class Sm extends n.PureComponent{render(){return 0===this.props.constraints.length?null:n.createElement("span",null," ",this.props.constraints.map((e=>n.createElement(fm,{key:e}," ",e," "))))}}const Om=n.memo((function({value:e,label:t,raw:r}){if(void 0===e)return null;const i=r?String(e):JSON.stringify(e);return n.createElement("div",null,n.createElement(nm,null," ",t," ")," ",n.createElement(pm,null,i))})),Em=45;function _m(e){const t=e.schema.pattern,{hideSchemaPattern:r}=n.useContext(Ca),[i,o]=n.useState(!1),a=n.useCallback((()=>o(!i)),[i]);return!t||r?null:n.createElement(n.Fragment,null,n.createElement(um,null,i||t.length<Em?t:`${t.substr(0,Em)}...`),t.length>Em&&n.createElement(hm,{onClick:a},i?"Hide pattern":"Show pattern"))}function Am({schema:e}){var t;const{hideSchemaPattern:r}=n.useContext(Ca);return e&&((null==e?void 0:e.pattern)&&!r||e.items||e.displayFormat||(null==(t=e.constraints)?void 0:t.length))?"string"===e.type&&e.pattern?n.createElement(jm,null,"[",n.createElement(_m,{schema:e}),"]"):n.createElement(jm,null,"[ items",e.displayFormat&&n.createElement(am,null," <",e.displayFormat," >"),n.createElement(Sm,{constraints:e.constraints}),n.createElement(_m,{schema:e}),e.items&&n.createElement(Am,{schema:e.items})," ]"):null}const jm=xa(rm)`
|
|||
|
margin: 0 5px;
|
|||
|
vertical-align: text-top;
|
|||
|
`;var Cm=Object.defineProperty,Pm=Object.getOwnPropertySymbols,Tm=Object.prototype.hasOwnProperty,Im=Object.prototype.propertyIsEnumerable,Rm=(e,t,n)=>t in e?Cm(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Nm=(e,t)=>{for(var n in t||(t={}))Tm.call(t,n)&&Rm(e,n,t[n]);if(Pm)for(var n of Pm(t))Im.call(t,n)&&Rm(e,n,t[n]);return e};const $m=em((e=>{const{enumSkipQuotes:t,hideSchemaTitles:r}=n.useContext(Ca),{showExamples:i,field:o,renderDiscriminatorSwitch:a}=e,{schema:s,description:l,deprecated:c,extensions:u,in:p,const:d}=o,f="array"===s.type,h=t||"header"===p,m=n.useMemo((()=>!i||void 0===o.example&&void 0===o.examples?null:void 0!==o.examples?n.createElement(wm,{field:o}):n.createElement(Om,{label:bi("example")+":",value:us(o,o.example),raw:Boolean(o.in)})),[o,i]),g=ui(s.default)&&o.in?us(o,s.default).replace(`${o.name}=`,""):s.default;return n.createElement("div",null,n.createElement("div",null,n.createElement(rm,null,s.typePrefix),n.createElement(im,null,s.displayType),s.displayFormat&&n.createElement(am,null," ","<",s.displayFormat,">"," "),s.contentEncoding&&n.createElement(am,null," ","<",s.contentEncoding,">"," "),s.contentMediaType&&n.createElement(am,null," ","<",s.contentMediaType,">"," "),s.title&&!r&&n.createElement(om,null," (",s.title,") "),n.createElement(Sm,{constraints:s.constraints}),n.createElement(_m,{schema:s}),s.isCircular&&n.createElement(cm,null," ",bi("recursive")," "),f&&s.items&&n.createElement(Am,{schema:s.items})),c&&n.createElement("div",null,n.createElement(Ju,{type:"warning"}," ",bi("deprecated")," ")),n.createElement(Om,{raw:h,label:bi("default")+":",value:g}),!a&&n.createElement(ym,{isArrayType:f,values:s.enum})," ",m,n.createElement(xm,{extensions:Nm(Nm({},u),s.extensions)}),n.createElement("div",null,n.createElement(Vf,{compact:!0,source:l})),s.externalDocs&&n.createElement(gm,{externalDocs:s.externalDocs,compact:!0}),a&&a(e)||null,d&&n.createElement(Om,{label:bi("const")+":",value:d})||null)})),Lm=n.memo($m);var Dm=Object.defineProperty,Mm=(Object.getOwnPropertyDescriptor,Object.getOwnPropertySymbols),Fm=Object.prototype.hasOwnProperty,zm=Object.prototype.propertyIsEnumerable,Um=(e,t,n)=>t in e?Dm(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let Bm=class extends n.Component{constructor(){super(...arguments),this.toggle=()=>{void 0===this.props.field.expanded&&this.props.expandByDefault?this.props.field.collapse():this.props.field.toggle()},this.handleKeyPress=e=>{"Enter"===e.key&&(e.preventDefault(),this.toggle())}}render(){const{className:e="",field:t,isLast:r,expandByDefault:i}=this.props,{name:o,deprecated:a,required:s,kind:l}=t,c=!t.schema.isPrimitive&&!t.schema.isCircular,u=void 0===t.expanded?i:t.expanded,p=n.createElement(n.Fragment,null,"additionalProperties"===l&&n.createElement(lm,null,"additional property"),"patternProperties"===l&&n.createElement(lm,null,"pattern property"),s&&n.createElement(sm,null,"required")),d=c?n.createElement(tm,{className:a?"deprecated":"",kind:l,title:o},n.createElement(ap,null),n.createElement("button",{onClick:this.toggle,onKeyPress:this.handleKeyPress,"aria-label":`expand ${o}`},n.createElement("span",{className:"property-name"},o),n.createElement(Zu,{direction:u?"down":"right"})),p):n.createElement(ip,{className:a?"deprecated":void 0,kind:l,title:o},n.createElement(ap,null),n.createElement("span",{className:"property-name"},o),p);return n.createElement(n.Fragment,null,n.createElement("tr",{className:r?"last "+e:e},d,n.createElement(op,null,n.createElement(Lm,((e,t)=>{for(var n in t||(t={}))Fm.call(t,n)&&Um(e,n,t[n]);if(Mm)for(var n of Mm(t))zm.call(t,n)&&Um(e,n,t[n]);return e})({},this.props)))),u&&c&&n.createElement("tr",{key:t.name+"inner"},n.createElement(rp,{colSpan:2},n.createElement(sp,null,n.createElement(Sg,{schema:t.schema,skipReadOnly:this.props.skipReadOnly,skipWriteOnly:this.props.skipWriteOnly,showTitle:this.props.showTitle,level:this.props.level})))))}};Bm=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],Bm);Object.defineProperty,Object.getOwnPropertyDescr
|
|||
|
padding-left: ${({theme:e})=>2*e.spacing.unit}px;
|
|||
|
`;class tg extends n.PureComponent{render(){const e=this.props.schema,t=e.items,r=void 0===e.minItems&&void 0===e.maxItems?"":`(${ms(e)})`;return e.fields?n.createElement(Wm,Jm(Zm({},this.props),{level:this.props.level})):!e.displayType||t||r.length?n.createElement("div",null,n.createElement(dp,null," Array ",r),n.createElement(eg,null,n.createElement(Sg,Jm(Zm({},this.props),{schema:t}))),n.createElement(fp,null)):n.createElement("div",null,n.createElement(im,null,e.displayType))}}var ng=Object.defineProperty,rg=Object.defineProperties,ig=Object.getOwnPropertyDescriptor,og=Object.getOwnPropertyDescriptors,ag=Object.getOwnPropertySymbols,sg=Object.prototype.hasOwnProperty,lg=Object.prototype.propertyIsEnumerable,cg=(e,t,n)=>t in e?ng(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ug=(e,t,n,r)=>{for(var i,o=r>1?void 0:r?ig(t,n):t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&ng(t,n,o),o};let pg=class extends n.Component{constructor(){super(...arguments),this.activateOneOf=()=>{this.props.schema.activateOneOf(this.props.idx)}}render(){const{idx:e,schema:t,subSchema:r}=this.props;return n.createElement(pp,{$deprecated:r.deprecated,$active:e===t.activeOneOf,onClick:this.activateOneOf},r.title||r.typePrefix+r.displayType)}};pg=ug([em],pg);let dg=class extends n.Component{render(){const{schema:{oneOf:e},schema:t}=this.props;if(void 0===e)return null;const r=e[t.activeOneOf];return n.createElement("div",null,n.createElement(up,null," ",t.oneOfType," "),n.createElement(cp,null,e.map(((e,r)=>n.createElement(pg,{key:e.pointer,schema:t,subSchema:e,idx:r})))),n.createElement("div",null,e[t.activeOneOf].deprecated&&n.createElement(Ju,{type:"warning"},"Deprecated")),n.createElement(Sm,{constraints:r.constraints}),n.createElement(Sg,((e,t)=>rg(e,og(t)))(((e,t)=>{for(var n in t||(t={}))sg.call(t,n)&&cg(e,n,t[n]);if(ag)for(var n of ag(t))lg.call(t,n)&&cg(e,n,t[n]);return e})({},this.props),{schema:r})))}};dg=ug([em],dg);const fg=em((({schema:e})=>n.createElement("div",null,n.createElement(im,null,e.displayType),e.title&&n.createElement(om,null," ",e.title," "),n.createElement(cm,null," ",bi("recursive")," "))));var hg=Object.defineProperty,mg=Object.defineProperties,gg=(Object.getOwnPropertyDescriptor,Object.getOwnPropertyDescriptors),yg=Object.getOwnPropertySymbols,bg=Object.prototype.hasOwnProperty,vg=Object.prototype.propertyIsEnumerable,xg=(e,t,n)=>t in e?hg(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,wg=(e,t)=>{for(var n in t||(t={}))bg.call(t,n)&&xg(e,n,t[n]);if(yg)for(var n of yg(t))vg.call(t,n)&&xg(e,n,t[n]);return e},kg=(e,t)=>mg(e,gg(t));let Sg=class extends n.Component{render(){var e;const t=this.props,{schema:r}=t,i=((e,t)=>{var n={};for(var r in e)bg.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&yg)for(var r of yg(e))t.indexOf(r)<0&&vg.call(e,r)&&(n[r]=e[r]);return n})(t,["schema"]),o=(i.level||0)+1;if(!r)return n.createElement("em",null," Schema not provided ");const{type:a,oneOf:s,discriminatorProp:l,isCircular:c}=r;if(c)return n.createElement(fg,{schema:r});if(void 0!==l){if(!s||!s.length)return console.warn(`Looks like you are using discriminator wrong: you don't have any definition inherited from the ${r.title}`),null;const e=s[r.activeOneOf];return e.isCircular?n.createElement(fg,{schema:e}):n.createElement(Wm,kg(wg({},i),{level:o,schema:e,discriminator:{fieldName:l,parentSchema:r}}))}if(void 0!==s)return n.createElement(dg,wg({schema:r},i));const u=mi(a)?a:[a];if(u.includes("object")){if(null==(e=r.fields)?void 0:e.length)return n.createElement(Wm,kg(wg({},this.props),{level:o}))}else if(u.includes("array"))return n.createElement(tg,kg(wg({},this.props),{level:o}));const p={schema:r,name:"",required:!1,description:r.description,externalDocs:r.externalDocs,deprecated:!1,toggle:()=>null,expanded:!1};return n.createElement("div",null,n.createElement(Lm,{field:p}))}};Sg=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],Sg);var Og=Object.defineProperty,Eg=Object.defineProperties,_g=Object.getOwnPropertyDescriptors,Ag=Obje
|
|||
|
background: ${({theme:e})=>e.codeBlock.backgroundColor};
|
|||
|
& > div,
|
|||
|
& > pre {
|
|||
|
padding: ${e=>4*e.theme.spacing.unit}px;
|
|||
|
margin: 0;
|
|||
|
}
|
|||
|
|
|||
|
& > div > pre {
|
|||
|
padding: 0;
|
|||
|
}
|
|||
|
`,Rg=(fa.div`
|
|||
|
background-color: #e4e7eb;
|
|||
|
`,fa.ul`
|
|||
|
display: inline;
|
|||
|
list-style: none;
|
|||
|
padding: 0;
|
|||
|
|
|||
|
li {
|
|||
|
display: inherit;
|
|||
|
|
|||
|
&:after {
|
|||
|
content: ',';
|
|||
|
}
|
|||
|
&:last-child:after {
|
|||
|
content: none;
|
|||
|
}
|
|||
|
}
|
|||
|
`,fa.code`
|
|||
|
font-size: ${e=>e.theme.typography.code.fontSize};
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
margin: 0 3px;
|
|||
|
padding: 0.2em;
|
|||
|
display: inline-block;
|
|||
|
line-height: 1;
|
|||
|
|
|||
|
&:after {
|
|||
|
content: ',';
|
|||
|
font-weight: normal;
|
|||
|
}
|
|||
|
|
|||
|
&:last-child:after {
|
|||
|
content: none;
|
|||
|
}
|
|||
|
`),Ng=fa.span`
|
|||
|
&:after {
|
|||
|
content: ' and ';
|
|||
|
font-weight: normal;
|
|||
|
}
|
|||
|
|
|||
|
&:last-child:after {
|
|||
|
content: none;
|
|||
|
}
|
|||
|
|
|||
|
${Rf};
|
|||
|
`,$g=fa.span`
|
|||
|
${e=>!e.$expanded&&"white-space: nowrap;"}
|
|||
|
&:after {
|
|||
|
content: ' or ';
|
|||
|
${e=>e.$expanded&&"content: ' or \\a';"}
|
|||
|
white-space: pre;
|
|||
|
}
|
|||
|
|
|||
|
&:last-child:after,
|
|||
|
&:only-child:after {
|
|||
|
content: none;
|
|||
|
}
|
|||
|
|
|||
|
${Rf};
|
|||
|
`,Lg=fa.div`
|
|||
|
flex: 1 1 auto;
|
|||
|
cursor: pointer;
|
|||
|
`,Dg=fa.div`
|
|||
|
width: ${e=>e.theme.schema.defaultDetailsWidth};
|
|||
|
text-overflow: ellipsis;
|
|||
|
border-radius: 4px;
|
|||
|
overflow: hidden;
|
|||
|
${e=>e.$expanded&&`background: ${e.theme.colors.gray[100]};\n padding: 8px 9.6px;\n margin: 20px 0;\n width: 100%;\n `};
|
|||
|
${va.lessThan("small")`
|
|||
|
margin-top: 10px;
|
|||
|
`}
|
|||
|
`,Mg=fa(qu)`
|
|||
|
display: inline-block;
|
|||
|
margin: 0;
|
|||
|
`,Fg=fa.div`
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
margin: 1em 0;
|
|||
|
flex-direction: ${e=>e.$expanded?"column":"row"};
|
|||
|
${va.lessThan("small")`
|
|||
|
flex-direction: column;
|
|||
|
`}
|
|||
|
`,zg=fa.div`
|
|||
|
margin: 0.5em 0;
|
|||
|
`,Ug=fa.div`
|
|||
|
border-bottom: 1px solid ${({theme:e})=>e.colors.border.dark};
|
|||
|
margin-bottom: 1.5em;
|
|||
|
padding-bottom: 0.7em;
|
|||
|
|
|||
|
h5 {
|
|||
|
line-height: 1em;
|
|||
|
margin: 0 0 0.6em;
|
|||
|
font-size: ${({theme:e})=>e.typography.fontSize};
|
|||
|
}
|
|||
|
|
|||
|
.redoc-markdown p:first-child {
|
|||
|
display: inline;
|
|||
|
}
|
|||
|
`;function Bg({children:e,height:t}){const r=n.createRef(),[i,o]=n.useState(!1),[a,s]=n.useState(!1);return n.useEffect((()=>{r.current&&r.current.clientHeight+20<r.current.scrollHeight&&s(!0)}),[r]),n.createElement(n.Fragment,null,n.createElement(qg,{ref:r,className:i?"":"container",style:{height:i?"auto":t}},e),n.createElement(Wg,{$dimmed:!i},a&&n.createElement(Vg,{onClick:()=>{o(!i)}},i?"See less":"See more")))}const qg=fa.div`
|
|||
|
overflow-y: hidden;
|
|||
|
`,Wg=fa.div`
|
|||
|
text-align: center;
|
|||
|
line-height: 1.5em;
|
|||
|
${({$dimmed:e})=>e&&"background-image: linear-gradient(to bottom, transparent,rgb(255 255 255));\n position: relative;\n top: -0.5em;\n padding-top: 0.5em;\n background-position-y: -1em;\n "}
|
|||
|
`,Vg=fa.a`
|
|||
|
cursor: pointer;
|
|||
|
`,Hg=n.memo((function(e){const{type:t,flow:r,RequiredScopes:i}=e,o=Object.keys((null==r?void 0:r.scopes)||{});return n.createElement(n.Fragment,null,n.createElement(zg,null,n.createElement("b",null,"Flow type: "),n.createElement("code",null,t," ")),("implicit"===t||"authorizationCode"===t)&&n.createElement(zg,null,n.createElement("strong",null," Authorization URL: "),n.createElement("code",null,n.createElement("a",{target:"_blank",rel:"noopener noreferrer",href:r.authorizationUrl},r.authorizationUrl))),("password"===t||"clientCredentials"===t||"authorizationCode"===t)&&n.createElement(zg,null,n.createElement("b",null," Token URL: "),n.createElement("code",null,r.tokenUrl)),r.refreshUrl&&n.createElement(zg,null,n.createElement("strong",null," Refresh URL: "),n.createElement("code",null,r.refreshUrl)),!!o.length&&n.createElement(n.Fragment,null,i||null,n.createElement(zg,null,n.createElement("b",null," Scopes: ")),n.createElement(Bg,{height:"4em"},n.createElement("ul",null,o.map((e=>n.createElement("li",{key:e},n.createElement("code",null,e)," -"," ",n.createElement(Vf,{className:"redoc-markdown",inline:!0,source:r.scopes[e]||""}))))))))}));function Yg(e){const{RequiredScopes:t,scheme:r}=e;return n.createElement(Nf,null,r.apiKey?n.createElement(n.Fragment,null,n.createElement(zg,null,n.createElement("b",null,(i=r.apiKey.in||"").charAt(0).toUpperCase()+i.slice(1)," parameter name: "),n.createElement("code",null,r.apiKey.name)),t):r.http?n.createElement(n.Fragment,null,n.createElement(zg,null,n.createElement("b",null,"HTTP Authorization Scheme: "),n.createElement("code",null,r.http.scheme)),n.createElement(zg,null,"bearer"===r.http.scheme&&r.http.bearerFormat&&n.createElement(n.Fragment,null,n.createElement("b",null,"Bearer format: "),n.createElement("code",null,r.http.bearerFormat))),t):r.openId?n.createElement(n.Fragment,null,n.createElement(zg,null,n.createElement("b",null,"Connect URL: "),n.createElement("code",null,n.createElement("a",{target:"_blank",rel:"noopener noreferrer",href:r.openId.connectUrl},r.openId.connectUrl))),t):r.flows?Object.keys(r.flows).map((e=>n.createElement(Hg,{key:e,type:e,RequiredScopes:t,flow:r.flows[e]}))):null);var i}const Gg={oauth2:"OAuth2",apiKey:"API Key",http:"HTTP",openIdConnect:"OpenID Connect"};class Qg extends n.PureComponent{render(){return this.props.securitySchemes.schemes.map((e=>n.createElement(Ru,{id:e.sectionId,key:e.id},n.createElement(Lu,null,n.createElement(Iu,null,n.createElement(zu,null,n.createElement(Xu,{to:e.sectionId}),e.displayName),n.createElement(Vf,{source:e.description||""}),n.createElement(Ug,null,n.createElement(zg,null,n.createElement("b",null,"Security Scheme Type: "),n.createElement("span",null,Gg[e.type]||e.type)),n.createElement(Yg,{scheme:e})))))))}}class Xg{constructor(e,t,n={},r=!0){var i,o,a,s;this.marker=new qs,this.disposer=null,this.rawOptions=n,this.options=new Pi(n,Kg),this.scroll=new Sf(this.options),vf.updateOnHistory(Us.currentId,this.scroll),this.spec=new Jd(e,t,this.options),this.menu=new vf(this.spec,this.scroll,Us),this.options.disableSearch||(this.search=new Of,r&&this.search.indexItems(this.menu.items),this.disposer=(i=this.menu,o="activeItemIdx",x(a=e=>{this.updateMarkOnMenu(e.newValue)})?function(e,t,n,r){return Xn(e,t).observe_(n,r)}(i,o,a,s):function(e,t,n){return Xn(e).observe_(t,n)}(i,o,a)))}static fromJS(e){const t=new Xg(e.spec.data,e.spec.url,e.options,!1);return t.menu.activeItemIdx=e.menu.activeItemIdx||0,t.menu.activate(t.menu.flatItems[t.menu.activeItemIdx]),t.options.disableSearch||t.search.load(e.searchIndex),t}onDidMount(){this.menu.updateOnHistory(),this.updateMarkOnMenu(this.menu.activeItemIdx)}dispose(){this.scroll.dispose(),this.menu.dispose(),this.search&&this.search.dispose(),null!=this.disposer&&this.disposer()}toJS(){return e=this,t=null,n=function*(){return{menu:{activeItemIdx:this.menu.activeItemIdx},spec:{url:this.spec.parser.specUrl,data:this.spec.parser.spec},searchIndex:this.search?yield this.search.toJS():void 0,options:this.rawOptions}},new Promise(((r,i)=>{var o=e=>{try{s(n.next(e))}catch(e){i(e)}},a=e=>{
|
|||
|
margin-top: 0;
|
|||
|
margin-bottom: 0.5em;
|
|||
|
|
|||
|
${wa("ApiHeader")};
|
|||
|
`,Jg=xa.a`
|
|||
|
border: 1px solid ${e=>e.theme.colors.primary.main};
|
|||
|
color: ${e=>e.theme.colors.primary.main};
|
|||
|
font-weight: normal;
|
|||
|
margin-left: 0.5em;
|
|||
|
padding: 4px 8px 4px;
|
|||
|
display: inline-block;
|
|||
|
text-decoration: none;
|
|||
|
cursor: pointer;
|
|||
|
|
|||
|
${wa("DownloadButton")};
|
|||
|
`,ey=xa.span`
|
|||
|
&::before {
|
|||
|
content: '|';
|
|||
|
display: inline-block;
|
|||
|
opacity: 0.5;
|
|||
|
width: ${15}px;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
|
|||
|
&:last-child::after {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
`,ty=xa.div`
|
|||
|
overflow: hidden;
|
|||
|
`,ny=xa.div`
|
|||
|
display: flex;
|
|||
|
flex-wrap: wrap;
|
|||
|
// hide separator on new lines: idea from https://stackoverflow.com/a/31732902/1749888
|
|||
|
margin-left: -${15}px;
|
|||
|
`;Object.defineProperty,Object.getOwnPropertyDescriptor;let ry=class extends n.Component{constructor(){super(...arguments),this.handleDownloadClick=e=>{e.target.href||(e.target.href=this.props.store.spec.info.downloadLink)}}render(){const{store:e}=this.props,{info:t,externalDocs:r}=e.spec,i=e.options.hideDownloadButton,o=t.downloadFileName,a=t.downloadLink,s=t.license&&n.createElement(ey,null,"License:"," ",t.license.identifier?t.license.identifier:n.createElement("a",{href:t.license.url},t.license.name))||null,l=t.contact&&t.contact.url&&n.createElement(ey,null,"URL: ",n.createElement("a",{href:t.contact.url},t.contact.url))||null,c=t.contact&&t.contact.email&&n.createElement(ey,null,t.contact.name||"E-mail",":"," ",n.createElement("a",{href:"mailto:"+t.contact.email},t.contact.email))||null,u=t.termsOfService&&n.createElement(ey,null,n.createElement("a",{href:t.termsOfService},"Terms of Service"))||null,p=t.version&&n.createElement("span",null,"(",t.version,")")||null;return n.createElement(Ru,null,n.createElement(Lu,null,n.createElement(Iu,{className:"api-info"},n.createElement(Zg,null,t.title," ",p),!i&&n.createElement("p",null,bi("downloadSpecification"),":",n.createElement(Jg,{download:o||!0,target:"_blank",href:a,onClick:this.handleDownloadClick},bi("download"))),n.createElement(Nf,null,(t.license||t.contact||t.termsOfService)&&n.createElement(ty,null,n.createElement(ny,null,c," ",l," ",s," ",u))||null),n.createElement(Vf,{source:e.spec.info.summary,"data-role":"redoc-summary"}),n.createElement(Vf,{source:e.spec.info.description,"data-role":"redoc-description"}),r&&n.createElement(gm,{externalDocs:r}))))}};ry=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],ry);const iy=xa.img`
|
|||
|
max-height: ${e=>e.theme.logo.maxHeight};
|
|||
|
max-width: ${e=>e.theme.logo.maxWidth};
|
|||
|
padding: ${e=>e.theme.logo.gutter};
|
|||
|
width: 100%;
|
|||
|
display: block;
|
|||
|
`,oy=xa.div`
|
|||
|
text-align: center;
|
|||
|
`,ay=xa.a`
|
|||
|
display: inline-block;
|
|||
|
`;Object.defineProperty,Object.getOwnPropertyDescriptor;let sy=class extends n.Component{render(){const{info:e}=this.props,t=e["x-logo"];if(!t||!t.url)return null;const r=t.href||e.contact&&e.contact.url,i=t.altText?t.altText:"logo",o=n.createElement(iy,{src:t.url,alt:i});return n.createElement(oy,{style:{backgroundColor:t.backgroundColor}},r?(a=r,e=>n.createElement(ay,{href:a},e))(o):o);var a}};sy=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],sy);var ly=Object.defineProperty,cy=Object.getOwnPropertySymbols,uy=Object.prototype.hasOwnProperty,py=Object.prototype.propertyIsEnumerable,dy=(e,t,n)=>t in e?ly(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fy=(e,t)=>{for(var n in t||(t={}))uy.call(t,n)&&dy(e,n,t[n]);if(cy)for(var n of cy(t))py.call(t,n)&&dy(e,n,t[n]);return e};class hy extends n.Component{render(){return n.createElement(Ta,null,(e=>n.createElement(Hu,null,(t=>this.renderWithOptionsAndStore(e,t)))))}renderWithOptionsAndStore(e,t){const{source:r,htmlWrap:i=(e=>e)}=this.props;if(!t)throw new Error("When using components in markdown, store prop must be provided");const o=new Ml(e,this.props.parentId).renderMdWithComponents(r);return o.length?o.map(((e,r)=>{if("string"==typeof e)return n.cloneElement(i(n.createElement(Wf,{html:e,inline:!1,compact:!1})),{key:r});const o=e.component;return n.createElement(o,fy({key:r},fy(fy({},e.props),e.propsSelector(t))))})):null}}var my=r(4184);const gy=xa.span.attrs((e=>({className:`operation-type ${e.type}`})))`
|
|||
|
width: 9ex;
|
|||
|
display: inline-block;
|
|||
|
height: ${e=>e.theme.typography.code.fontSize};
|
|||
|
line-height: ${e=>e.theme.typography.code.fontSize};
|
|||
|
background-color: ${e=>e.color||"#333"};
|
|||
|
border-radius: 3px;
|
|||
|
background-repeat: no-repeat;
|
|||
|
background-position: 6px 4px;
|
|||
|
font-size: 7px;
|
|||
|
font-family: Verdana, sans-serif; // web-safe
|
|||
|
color: white;
|
|||
|
text-transform: uppercase;
|
|||
|
text-align: center;
|
|||
|
font-weight: bold;
|
|||
|
vertical-align: middle;
|
|||
|
margin-right: 6px;
|
|||
|
margin-top: 2px;
|
|||
|
|
|||
|
&.get {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.get};
|
|||
|
}
|
|||
|
|
|||
|
&.post {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.post};
|
|||
|
}
|
|||
|
|
|||
|
&.put {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.put};
|
|||
|
}
|
|||
|
|
|||
|
&.options {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.options};
|
|||
|
}
|
|||
|
|
|||
|
&.patch {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.patch};
|
|||
|
}
|
|||
|
|
|||
|
&.delete {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.delete};
|
|||
|
}
|
|||
|
|
|||
|
&.basic {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.basic};
|
|||
|
}
|
|||
|
|
|||
|
&.link {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.link};
|
|||
|
}
|
|||
|
|
|||
|
&.head {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.head};
|
|||
|
}
|
|||
|
|
|||
|
&.hook {
|
|||
|
background-color: ${({theme:e})=>e.colors.primary.main};
|
|||
|
}
|
|||
|
|
|||
|
&.schema {
|
|||
|
background-color: ${({theme:e})=>e.colors.http.basic};
|
|||
|
}
|
|||
|
`;function yy(e,{theme:t},n){return e>1?t.sidebar.level1Items[n]:1===e?t.sidebar.groupItems[n]:""}const by=xa.ul`
|
|||
|
margin: 0;
|
|||
|
padding: 0;
|
|||
|
|
|||
|
&:first-child {
|
|||
|
padding-bottom: 32px;
|
|||
|
}
|
|||
|
|
|||
|
& & {
|
|||
|
font-size: 0.929em;
|
|||
|
}
|
|||
|
|
|||
|
${e=>e.$expanded?"":"display: none;"};
|
|||
|
`,vy=xa.li`
|
|||
|
list-style: none inside none;
|
|||
|
overflow: hidden;
|
|||
|
text-overflow: ellipsis;
|
|||
|
padding: 0;
|
|||
|
${e=>0===e.depth?"margin-top: 15px":""};
|
|||
|
`,xy={0:ma`
|
|||
|
opacity: 0.7;
|
|||
|
text-transform: ${({theme:e})=>e.sidebar.groupItems.textTransform};
|
|||
|
font-size: 0.8em;
|
|||
|
padding-bottom: 0;
|
|||
|
cursor: default;
|
|||
|
`,1:ma`
|
|||
|
font-size: 0.929em;
|
|||
|
text-transform: ${({theme:e})=>e.sidebar.level1Items.textTransform};
|
|||
|
`},wy=xa.label.attrs((e=>({className:my("-depth"+e.$depth,{active:e.$active})})))`
|
|||
|
cursor: pointer;
|
|||
|
color: ${e=>e.$active?yy(e.$depth,e,"activeTextColor"):e.theme.sidebar.textColor};
|
|||
|
margin: 0;
|
|||
|
padding: 12.5px ${e=>4*e.theme.spacing.unit}px;
|
|||
|
${({$depth:e,$type:t,theme:n})=>"section"===t&&e>1&&"padding-left: "+8*n.spacing.unit+"px;"||""}
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
font-family: ${e=>e.theme.typography.headings.fontFamily};
|
|||
|
${e=>xy[e.$depth]};
|
|||
|
background-color: ${e=>e.$active?yy(e.$depth,e,"activeBackgroundColor"):e.theme.sidebar.backgroundColor};
|
|||
|
|
|||
|
${e=>e.$deprecated&&ep||""};
|
|||
|
|
|||
|
&:hover {
|
|||
|
color: ${e=>yy(e.$depth,e,"activeTextColor")};
|
|||
|
background-color: ${e=>yy(e.$depth,e,"activeBackgroundColor")};
|
|||
|
}
|
|||
|
|
|||
|
${Zu} {
|
|||
|
height: ${({theme:e})=>e.sidebar.arrow.size};
|
|||
|
width: ${({theme:e})=>e.sidebar.arrow.size};
|
|||
|
polygon {
|
|||
|
fill: ${({theme:e})=>e.sidebar.arrow.color};
|
|||
|
}
|
|||
|
}
|
|||
|
`,ky=xa.span`
|
|||
|
display: inline-block;
|
|||
|
vertical-align: middle;
|
|||
|
width: ${e=>e.width?e.width:"auto"};
|
|||
|
overflow: hidden;
|
|||
|
text-overflow: ellipsis;
|
|||
|
`,Sy=xa.div`
|
|||
|
${({theme:e})=>ma`
|
|||
|
font-size: 0.8em;
|
|||
|
margin-top: ${2*e.spacing.unit}px;
|
|||
|
text-align: center;
|
|||
|
position: fixed;
|
|||
|
width: ${e.sidebar.width};
|
|||
|
bottom: 0;
|
|||
|
background: ${e.sidebar.backgroundColor};
|
|||
|
|
|||
|
a,
|
|||
|
a:visited,
|
|||
|
a:hover {
|
|||
|
color: ${e.sidebar.textColor} !important;
|
|||
|
padding: ${e.spacing.unit}px 0;
|
|||
|
border-top: 1px solid ${Ur(.1,e.sidebar.backgroundColor)};
|
|||
|
text-decoration: none;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
}
|
|||
|
`};
|
|||
|
img {
|
|||
|
width: 15px;
|
|||
|
margin-right: 5px;
|
|||
|
}
|
|||
|
|
|||
|
${va.lessThan("small")`
|
|||
|
width: 100%;
|
|||
|
`};
|
|||
|
`,Oy=xa.button`
|
|||
|
border: 0;
|
|||
|
width: 100%;
|
|||
|
text-align: left;
|
|||
|
& > * {
|
|||
|
vertical-align: middle;
|
|||
|
}
|
|||
|
|
|||
|
${Zu} {
|
|||
|
polygon {
|
|||
|
fill: ${({theme:e})=>Ur(e.colors.tonalOffset,e.colors.gray[100])};
|
|||
|
}
|
|||
|
}
|
|||
|
`,Ey=xa.span`
|
|||
|
text-decoration: ${e=>e.$deprecated?"line-through":"none"};
|
|||
|
margin-right: 8px;
|
|||
|
`,_y=xa(gy)`
|
|||
|
margin: 0 5px 0 0;
|
|||
|
`,Ay=xa((e=>{const{name:t,opened:r,className:i,onClick:o,httpVerb:a,deprecated:s}=e;return n.createElement(Oy,{className:i,onClick:o||void 0},n.createElement(_y,{type:a},xs(a)),n.createElement(Zu,{size:"1.5em",direction:r?"down":"right",float:"left"}),n.createElement(Ey,{$deprecated:s},t),s?n.createElement(Ju,{type:"warning"}," ",bi("deprecated")," "):null)}))`
|
|||
|
padding: 10px;
|
|||
|
border-radius: 2px;
|
|||
|
margin-bottom: 4px;
|
|||
|
line-height: 1.5em;
|
|||
|
background-color: ${({theme:e})=>e.colors.gray[100]};
|
|||
|
cursor: pointer;
|
|||
|
outline-color: ${({theme:e})=>Ur(e.colors.tonalOffset,e.colors.gray[100])};
|
|||
|
`,jy=xa.div`
|
|||
|
padding: 10px 25px;
|
|||
|
background-color: ${({theme:e})=>e.colors.gray[50]};
|
|||
|
margin-bottom: 5px;
|
|||
|
margin-top: 5px;
|
|||
|
`;class Cy extends n.PureComponent{constructor(){super(...arguments),this.selectElement=()=>{Jf.selectElement(this.child)}}render(){const{children:e}=this.props;return n.createElement("div",{ref:e=>this.child=e,onClick:this.selectElement,onFocus:this.selectElement,tabIndex:0,role:"button"},e)}}const Py=xa.div`
|
|||
|
cursor: pointer;
|
|||
|
position: relative;
|
|||
|
margin-bottom: 5px;
|
|||
|
`,Ty=xa.span`
|
|||
|
font-family: ${e=>e.theme.typography.code.fontFamily};
|
|||
|
margin-left: 10px;
|
|||
|
flex: 1;
|
|||
|
overflow-x: hidden;
|
|||
|
text-overflow: ellipsis;
|
|||
|
`,Iy=xa.button`
|
|||
|
outline: 0;
|
|||
|
color: inherit;
|
|||
|
width: 100%;
|
|||
|
text-align: left;
|
|||
|
cursor: pointer;
|
|||
|
padding: 10px 30px 10px ${e=>e.$inverted?"10px":"20px"};
|
|||
|
border-radius: ${e=>e.$inverted?"0":"4px 4px 0 0"};
|
|||
|
background-color: ${e=>e.$inverted?"transparent":e.theme.codeBlock.backgroundColor};
|
|||
|
display: flex;
|
|||
|
white-space: nowrap;
|
|||
|
align-items: center;
|
|||
|
border: ${e=>e.$inverted?"0":"1px solid transparent"};
|
|||
|
border-bottom: ${e=>e.$inverted?"1px solid #ccc":"0"};
|
|||
|
transition: border-color 0.25s ease;
|
|||
|
|
|||
|
${e=>e.$expanded&&!e.$inverted&&`border-color: ${e.theme.colors.border.dark};`||""}
|
|||
|
|
|||
|
.${Ty} {
|
|||
|
color: ${e=>e.$inverted?e.theme.colors.text.primary:"#ffffff"};
|
|||
|
}
|
|||
|
&:focus {
|
|||
|
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.45), 0 2px 0 rgba(128, 128, 128, 0.25);
|
|||
|
}
|
|||
|
`,Ry=xa.span.attrs((e=>({className:`http-verb ${e.type}`})))`
|
|||
|
font-size: ${e=>e.$compact?"0.8em":"0.929em"};
|
|||
|
line-height: ${e=>e.$compact?"18px":"20px"};
|
|||
|
background-color: ${e=>e.theme.colors.http[e.type]||"#999999"};
|
|||
|
color: #ffffff;
|
|||
|
padding: ${e=>e.$compact?"2px 8px":"3px 10px"};
|
|||
|
text-transform: uppercase;
|
|||
|
font-family: ${e=>e.theme.typography.headings.fontFamily};
|
|||
|
margin: 0;
|
|||
|
`,Ny=xa.div`
|
|||
|
position: absolute;
|
|||
|
width: 100%;
|
|||
|
z-index: 100;
|
|||
|
background: ${e=>e.theme.rightPanel.servers.overlay.backgroundColor};
|
|||
|
color: ${e=>e.theme.rightPanel.servers.overlay.textColor};
|
|||
|
box-sizing: border-box;
|
|||
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
|
|||
|
overflow: hidden;
|
|||
|
border-bottom-left-radius: 4px;
|
|||
|
border-bottom-right-radius: 4px;
|
|||
|
transition: all 0.25s ease;
|
|||
|
visibility: hidden;
|
|||
|
${e=>e.$expanded?"visibility: visible;":"transform: translateY(-50%) scaleY(0);"}
|
|||
|
`,$y=xa.div`
|
|||
|
padding: 10px;
|
|||
|
`,Ly=xa.div`
|
|||
|
padding: 5px;
|
|||
|
border: 1px solid #ccc;
|
|||
|
background: ${e=>e.theme.rightPanel.servers.url.backgroundColor};
|
|||
|
word-break: break-all;
|
|||
|
color: ${e=>e.theme.colors.primary.main};
|
|||
|
> span {
|
|||
|
color: ${e=>e.theme.colors.text.primary};
|
|||
|
}
|
|||
|
`;class Dy extends n.Component{constructor(e){super(e),this.toggle=()=>{this.setState({expanded:!this.state.expanded})},this.state={expanded:!1}}render(){const{operation:e,inverted:t,hideHostname:r}=this.props,{expanded:i}=this.state;return n.createElement(Ca.Consumer,null,(o=>n.createElement(Py,null,n.createElement(Iy,{onClick:this.toggle,$expanded:i,$inverted:t},n.createElement(Ry,{type:e.httpVerb,$compact:this.props.compact},e.httpVerb),n.createElement(Ty,null,e.path),n.createElement(Zu,{float:"right",color:t?"black":"white",size:"20px",direction:i?"up":"down",style:{marginRight:"-25px"}})),n.createElement(Ny,{$expanded:i,"aria-hidden":!i},e.servers.map((t=>{const i=o.expandDefaultServerVariables?function(e,t={}){return e.replace(/(?:{)([\w-.]+)(?:})/g,((e,n)=>t[n]&&t[n].default||e))}(t.url,t.variables):t.url,a=function(e){try{return fi(e).pathname}catch(t){return e}}(i);return n.createElement($y,{key:i},n.createElement(Vf,{source:t.description||"",compact:!0}),n.createElement(Cy,null,n.createElement(Ly,null,n.createElement("span",null,r||o.hideHostname?"/"===a?"":a:i),e.path)))}))))))}}class My extends n.PureComponent{render(){const{place:e,parameters:t}=this.props;return t&&t.length?n.createElement("div",{key:e},n.createElement(qu,null,e," Parameters"),n.createElement(lp,null,n.createElement("tbody",null,oi(t,((e,t)=>n.createElement(Bm,{key:e.name,isLast:t,field:e,showExamples:!0})))))):null}}Object.defineProperty,Object.getOwnPropertyDescriptor;let Fy=class extends n.Component{constructor(){super(...arguments),this.switchMedia=({idx:e})=>{this.props.content&&void 0!==e&&this.props.content.activate(e)}}render(){const{content:e}=this.props;if(!e||!e.mediaTypes||!e.mediaTypes.length)return null;const t=e.activeMimeIdx,r=e.mediaTypes.map(((e,t)=>({value:e.name,idx:t}))),i=({children:e})=>this.props.withLabel?n.createElement(vh,null,n.createElement(bh,null,"Content type"),e):e;return n.createElement(n.Fragment,null,n.createElement(i,null,this.props.renderDropdown({value:r[t].value,options:r,onChange:this.switchMedia,ariaLabel:"Content type"})),this.props.children(e.active))}};Fy=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],Fy);var zy=Object.defineProperty,Uy=Object.getOwnPropertySymbols,By=Object.prototype.hasOwnProperty,qy=Object.prototype.propertyIsEnumerable,Wy=(e,t,n)=>t in e?zy(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Vy=(e,t)=>{for(var n in t||(t={}))By.call(t,n)&&Wy(e,n,t[n]);if(Uy)for(var n of Uy(t))qy.call(t,n)&&Wy(e,n,t[n]);return e},Hy=(e,t)=>{var n={};for(var r in e)By.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&Uy)for(var r of Uy(e))t.indexOf(r)<0&&qy.call(e,r)&&(n[r]=e[r]);return n};const Yy=["path","query","cookie","header"];class Gy extends n.PureComponent{orderParams(e){const t={};return e.forEach((e=>{var n,r,i;i=e,(n=t)[r=e.in]||(n[r]=[]),n[r].push(i)})),t}render(){const{body:e,parameters:t=[]}=this.props;if(void 0===e&&void 0===t)return null;const r=this.orderParams(t),i=t.length>0?Yy:[],o=e&&e.content,a=e&&e.description,s=e&&e.required;return n.createElement(n.Fragment,null,i.map((e=>n.createElement(My,{key:e,place:e,parameters:r[e]}))),o&&n.createElement(Xy,{content:o,description:a,bodyRequired:s}))}}function Qy(e){var t=e,{bodyRequired:r}=t,i=Hy(t,["bodyRequired"]);const o="boolean"==typeof r&&!!r,a="boolean"==typeof r&&!r;return n.createElement(qu,{key:"header"},"Request Body schema: ",n.createElement(Tf,Vy({},i)),o&&n.createElement(Zy,null,"required"),a&&n.createElement(Jy,null,"optional"))}function Xy(e){const{content:t,description:r,bodyRequired:i}=e,{isRequestType:o}=t;return n.createElement(Fy,{content:t,renderDropdown:e=>n.createElement(Qy,Vy({bodyRequired:i},e))},(({schema:e})=>n.createElement(n.Fragment,null,void 0!==r&&n.createElement(Vf,{source:r}),"object"===(null==e?void 0:e.type)&&n.createElement(Sm,{constraints:(null==e?void 0:e.constraints)||[]}),n.createElement(Sg,{skipReadOnly:o,skipWriteOnly:!o,key:"schema",schema:e}))))}const Ky="\n text-transform: lowercase;\n margin-left: 0;\n line-height: 1.5em;\n",Z
|
|||
|
${Ky}
|
|||
|
`,Jy=xa("div")`
|
|||
|
${Ky}
|
|||
|
color: ${({theme:e})=>e.colors.text.secondary};
|
|||
|
font-size: ${e=>e.theme.schema.labelsTextSize};
|
|||
|
`,eb=xa(n.memo((function({title:e,type:t,empty:r,code:i,opened:o,className:a,onClick:s}){return n.createElement("button",{className:a,onClick:!r&&s||void 0,"aria-expanded":o,disabled:r},!r&&n.createElement(Zu,{size:"1.5em",color:t,direction:o?"down":"right",float:"left"}),n.createElement(rb,null,i," "),n.createElement(Vf,{compact:!0,inline:!0,source:e}))})))`
|
|||
|
display: block;
|
|||
|
border: 0;
|
|||
|
width: 100%;
|
|||
|
text-align: left;
|
|||
|
padding: 10px;
|
|||
|
border-radius: 2px;
|
|||
|
margin-bottom: 4px;
|
|||
|
line-height: 1.5em;
|
|||
|
cursor: pointer;
|
|||
|
|
|||
|
color: ${e=>e.theme.colors.responses[e.type].color};
|
|||
|
background-color: ${e=>e.theme.colors.responses[e.type].backgroundColor};
|
|||
|
&:focus {
|
|||
|
outline: auto ${e=>e.theme.colors.responses[e.type].color};
|
|||
|
}
|
|||
|
${e=>e.empty?'\ncursor: default;\n&::before {\n content: "—";\n font-weight: bold;\n width: 1.5em;\n text-align: center;\n display: inline-block;\n vertical-align: top;\n}\n&:focus {\n outline: 0;\n}\n':""};
|
|||
|
`,tb=xa.div`
|
|||
|
padding: 10px;
|
|||
|
`,nb=xa(qu).attrs({as:"caption"})`
|
|||
|
text-align: left;
|
|||
|
margin-top: 1em;
|
|||
|
caption-side: top;
|
|||
|
`,rb=xa.strong`
|
|||
|
vertical-align: top;
|
|||
|
`;class ib extends n.PureComponent{render(){const{headers:e}=this.props;return void 0===e||0===e.length?null:n.createElement(lp,null,n.createElement(nb,null," Response Headers "),n.createElement("tbody",null,oi(e,((e,t)=>n.createElement(Bm,{isLast:t,key:e.name,field:e,showExamples:!0})))))}}var ob=Object.defineProperty,ab=Object.getOwnPropertySymbols,sb=Object.prototype.hasOwnProperty,lb=Object.prototype.propertyIsEnumerable,cb=(e,t,n)=>t in e?ob(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;class ub extends n.PureComponent{constructor(){super(...arguments),this.renderDropdown=e=>n.createElement(qu,{key:"header"},"Response Schema: ",n.createElement(Tf,((e,t)=>{for(var n in t||(t={}))sb.call(t,n)&&cb(e,n,t[n]);if(ab)for(var n of ab(t))lb.call(t,n)&&cb(e,n,t[n]);return e})({},e)))}render(){const{description:e,extensions:t,headers:r,content:i}=this.props.response;return n.createElement(n.Fragment,null,e&&n.createElement(Vf,{source:e}),n.createElement(xm,{extensions:t}),n.createElement(ib,{headers:r}),n.createElement(Fy,{content:i,renderDropdown:this.renderDropdown},(({schema:e})=>n.createElement(n.Fragment,null,"object"===(null==e?void 0:e.type)&&n.createElement(Sm,{constraints:(null==e?void 0:e.constraints)||[]}),n.createElement(Sg,{skipWriteOnly:!0,key:"schema",schema:e})))))}}const pb=em((({response:e})=>{const{extensions:t,headers:r,type:i,summary:o,description:a,code:s,expanded:l,content:c}=e,u=n.useMemo((()=>void 0===c?[]:c.mediaTypes.filter((e=>void 0!==e.schema))),[c]),p=n.useMemo((()=>!(t&&0!==Object.keys(t).length||0!==r.length||0!==u.length||a)),[t,r,u,a]);return n.createElement("div",null,n.createElement(eb,{onClick:()=>e.toggle(),type:i,empty:p,title:o||"",code:s,opened:l}),l&&!p&&n.createElement(tb,null,n.createElement(ub,{response:e})))})),db=xa.h3`
|
|||
|
font-size: 1.3em;
|
|||
|
padding: 0.2em 0;
|
|||
|
margin: 3em 0 1.1em;
|
|||
|
color: ${({theme:e})=>e.colors.text.primary};
|
|||
|
font-weight: normal;
|
|||
|
`;class fb extends n.PureComponent{render(){const{responses:e,isCallback:t}=this.props;return e&&0!==e.length?n.createElement("div",null,n.createElement(db,null,bi(t?"callbackResponses":"responses")),e.map((e=>n.createElement(pb,{key:e.code,response:e})))):null}}function hb(e){const{security:t,showSecuritySchemeType:r,expanded:i}=e,o=t.schemes.length>1;return 0===t.schemes.length?n.createElement($g,{$expanded:i},"None"):n.createElement($g,{$expanded:i},o&&"(",t.schemes.map((e=>n.createElement(Ng,{key:e.id},r&&`${Gg[e.type]||e.type}: `,n.createElement("i",null,e.displayName),i&&e.scopes.length?[" (",e.scopes.map((e=>n.createElement(Rg,{key:e},e))),") "]:null))),o&&") ")}const mb=({scopes:e})=>e.length?n.createElement("div",null,n.createElement("b",null,"Required scopes: "),e.map(((e,t)=>n.createElement(n.Fragment,{key:t},n.createElement("code",null,e)," ")))):null;function gb(e){const t=(0,n.useContext)(Wu),r=null==t?void 0:t.options.showSecuritySchemeType,[i,o]=(0,n.useState)(!1),{securities:a}=e;if(!(null==a?void 0:a.length)||(null==t?void 0:t.options.hideSecuritySection))return null;const s=null==t?void 0:t.spec.securitySchemes.schemes.filter((({id:e})=>a.find((t=>t.schemes.find((t=>t.id===e))))));return n.createElement(n.Fragment,null,n.createElement(Fg,{$expanded:i},n.createElement(Lg,{onClick:()=>o(!i)},n.createElement(Mg,null,"Authorizations:"),n.createElement(Zu,{size:"1.3em",direction:i?"down":"right"})),n.createElement(Dg,{$expanded:i},a.map(((e,t)=>n.createElement(hb,{key:t,expanded:i,showSecuritySchemeType:r,security:e}))))),i&&!!(null==s?void 0:s.length)&&s.map(((e,t)=>n.createElement(Ug,{key:t},n.createElement("h5",null,n.createElement(yb,null)," ",Gg[e.type]||e.type,": ",e.id),n.createElement(Vf,{source:e.description||""}),n.createElement(Yg,{key:e.id,scheme:e,RequiredScopes:n.createElement(mb,{scopes:bb(e.id,a)})})))))}const yb=()=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"11",height:"11"},n.createElement("path",{fill:"currentColor",d:"M18 10V6A6 6 0 0 0 6 6v4H3v14h18V10h-3zM8 6c0-2.206 1.794-4 4-4s4 1.794 4 4v4H8V6zm11 16H5V12h14v10z"}));function bb(e,t){const n=[];let r=t.length;for(;r--;){const i=t[r];let o=i.schemes.length;for(;o--;){const t=i.schemes[o];t.id===e&&Array.isArray(t.scopes)&&n.push(...t.scopes)}}return Array.from(new Set(n))}Object.defineProperty,Object.getOwnPropertyDescriptor;let vb=class extends n.Component{render(){const{operation:e}=this.props,{description:t,externalDocs:r}=e,i=!(!t&&!r);return n.createElement(jy,null,i&&n.createElement(xb,null,void 0!==t&&n.createElement(Vf,{source:t}),r&&n.createElement(gm,{externalDocs:r})),n.createElement(Dy,{operation:this.props.operation,inverted:!0,compact:!0}),n.createElement(xm,{extensions:e.extensions}),n.createElement(gb,{securities:e.security}),n.createElement(Gy,{parameters:e.parameters,body:e.requestBody}),n.createElement(fb,{responses:e.responses,isCallback:e.isCallback}))}};vb=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],vb);const xb=xa.div`
|
|||
|
margin-bottom: ${({theme:e})=>3*e.spacing.unit}px;
|
|||
|
`;Object.defineProperty,Object.getOwnPropertyDescriptor;let wb=class extends n.Component{constructor(){super(...arguments),this.toggle=()=>{this.props.callbackOperation.toggle()}}render(){const{name:e,expanded:t,httpVerb:r,deprecated:i}=this.props.callbackOperation;return n.createElement(n.Fragment,null,n.createElement(Ay,{onClick:this.toggle,name:e,opened:t,httpVerb:r,deprecated:i}),t&&n.createElement(vb,{operation:this.props.callbackOperation}))}};wb=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],wb);class kb extends n.PureComponent{render(){const{callbacks:e}=this.props;return e&&0!==e.length?n.createElement("div",null,n.createElement(Sb,null," Callbacks "),e.map((e=>e.operations.map(((t,r)=>n.createElement(wb,{key:`${e.name}_${r}`,callbackOperation:t})))))):null}}const Sb=xa.h3`
|
|||
|
font-size: 1.3em;
|
|||
|
padding: 0.2em 0;
|
|||
|
margin: 3em 0 1.1em;
|
|||
|
color: ${({theme:e})=>e.colors.text.primary};
|
|||
|
font-weight: normal;
|
|||
|
`;Object.defineProperty,Object.getOwnPropertyDescriptor;let Ob=class extends n.Component{constructor(e){super(e),this.switchItem=({idx:e})=>{this.props.items&&void 0!==e&&this.setState({activeItemIdx:e})},this.state={activeItemIdx:0}}render(){const{items:e}=this.props;if(!e||!e.length)return null;const t=({children:e})=>this.props.label?n.createElement(vh,null,n.createElement(bh,null,this.props.label),e):e;return n.createElement(n.Fragment,null,n.createElement(t,null,this.props.renderDropdown({value:this.props.options[this.state.activeItemIdx].value,options:this.props.options,onChange:this.switchItem,ariaLabel:this.props.label||"Callback"})),this.props.children(e[this.state.activeItemIdx]))}};Ob=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],Ob);var Eb=Object.defineProperty,_b=Object.defineProperties,Ab=(Object.getOwnPropertyDescriptor,Object.getOwnPropertyDescriptors),jb=Object.getOwnPropertySymbols,Cb=Object.prototype.hasOwnProperty,Pb=Object.prototype.propertyIsEnumerable,Tb=(e,t,n)=>t in e?Eb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let Ib=class extends n.Component{constructor(){super(...arguments),this.renderDropdown=e=>{return n.createElement(Tf,(t=((e,t)=>{for(var n in t||(t={}))Cb.call(t,n)&&Tb(e,n,t[n]);if(jb)for(var n of jb(t))Pb.call(t,n)&&Tb(e,n,t[n]);return e})({Label:yh,Dropdown:xh},e),_b(t,Ab({variant:"dark"}))));var t}}render(){const e=this.props.content;return void 0===e?null:n.createElement(Fy,{content:e,renderDropdown:this.renderDropdown,withLabel:!0},(e=>n.createElement(kh,{key:"samples",mediaType:e,renderDropdown:this.renderDropdown})))}};Ib=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],Ib);class Rb extends n.Component{render(){const e=this.props.callback.codeSamples.find((e=>Cu(e)));return e?n.createElement(Nb,null,n.createElement(Ib,{content:e.requestBodyContent})):null}}const Nb=xa.div`
|
|||
|
margin-top: 15px;
|
|||
|
`;var $b=Object.defineProperty,Lb=Object.defineProperties,Db=(Object.getOwnPropertyDescriptor,Object.getOwnPropertyDescriptors),Mb=Object.getOwnPropertySymbols,Fb=Object.prototype.hasOwnProperty,zb=Object.prototype.propertyIsEnumerable,Ub=(e,t,n)=>t in e?$b(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let Bb=class extends n.Component{constructor(){super(...arguments),this.renderDropdown=e=>{return n.createElement(Tf,(t=((e,t)=>{for(var n in t||(t={}))Fb.call(t,n)&&Ub(e,n,t[n]);if(Mb)for(var n of Mb(t))zb.call(t,n)&&Ub(e,n,t[n]);return e})({Label:yh,Dropdown:xh},e),Lb(t,Db({variant:"dark"}))));var t}}render(){const{callbacks:e}=this.props;if(!e||0===e.length)return null;const t=e.map((e=>e.operations.map((e=>e)))).reduce(((e,t)=>e.concat(t)),[]);if(!t.some((e=>e.codeSamples.length>0)))return null;const r=t.map(((e,t)=>({value:`${e.httpVerb.toUpperCase()}: ${e.name}`,idx:t})));return n.createElement("div",null,n.createElement(Bu,null," Callback payload samples "),n.createElement(qb,null,n.createElement(Ob,{items:t,renderDropdown:this.renderDropdown,label:"Callback",options:r},(e=>n.createElement(Rb,{key:"callbackPayloadSample",callback:e,renderDropdown:this.renderDropdown})))))}};Bb.contextType=Ca,Bb=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],Bb);const qb=xa.div`
|
|||
|
background: ${({theme:e})=>e.codeBlock.backgroundColor};
|
|||
|
padding: ${e=>4*e.theme.spacing.unit}px;
|
|||
|
`;Object.defineProperty,Object.getOwnPropertyDescriptor;let Wb=class extends n.Component{render(){const{operation:e}=this.props,t=e.codeSamples,r=t.length>0,i=1===t.length&&this.context.hideSingleRequestSampleTab;return r&&n.createElement("div",null,n.createElement(Bu,null," ",bi("requestSamples")," "),n.createElement(Wp,{defaultIndex:0},n.createElement($p,{hidden:i},t.map((e=>n.createElement(Fp,{key:e.lang+"_"+(e.label||"")},void 0!==e.label?e.label:e.lang)))),t.map((e=>n.createElement(qp,{key:e.lang+"_"+(e.label||"")},Cu(e)?n.createElement("div",null,n.createElement(Ib,{content:e.requestBodyContent})):n.createElement(dh,{lang:e.lang,source:e.source}))))))||null}};Wb.contextType=Ca,Wb=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],Wb);Object.defineProperty,Object.getOwnPropertyDescriptor;let Vb=class extends n.Component{render(){const{operation:e}=this.props,t=e.responses.filter((e=>e.content&&e.content.hasSample));return t.length>0&&n.createElement("div",null,n.createElement(Bu,null," ",bi("responseSamples")," "),n.createElement(Wp,{defaultIndex:0},n.createElement($p,null,t.map((e=>n.createElement(Fp,{className:"tab-"+e.type,key:e.code},e.code)))),t.map((e=>n.createElement(qp,{key:e.code},n.createElement("div",null,n.createElement(Ib,{content:e.content})))))))||null}};Vb=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],Vb);var Hb=Object.defineProperty,Yb=Object.defineProperties,Gb=Object.getOwnPropertyDescriptors,Qb=Object.getOwnPropertySymbols,Xb=Object.prototype.hasOwnProperty,Kb=Object.prototype.propertyIsEnumerable,Zb=(e,t,n)=>t in e?Hb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;const Jb=xa.div`
|
|||
|
margin-bottom: ${({theme:e})=>6*e.spacing.unit}px;
|
|||
|
`,ev=em((({operation:e})=>{const{name:t,description:r,deprecated:i,externalDocs:o,isWebhook:a,httpVerb:s,badges:l}=e,c=!(!r&&!o),{showWebhookVerb:u}=n.useContext(Ca),p=l.filter((({position:e})=>"before"===e)),d=l.filter((({position:e})=>"after"===e));return n.createElement(Ca.Consumer,null,(l=>n.createElement(Lu,((e,t)=>Yb(e,Gb(t)))(((e,t)=>{for(var n in t||(t={}))Xb.call(t,n)&&Zb(e,n,t[n]);if(Qb)for(var n of Qb(t))Kb.call(t,n)&&Zb(e,n,t[n]);return e})({},{[bf]:e.operationHash}),{id:e.operationHash}),n.createElement(Iu,null,n.createElement(zu,null,n.createElement(Xu,{to:e.id}),p.map((({name:e,color:t})=>n.createElement(Ju,{type:"primary",key:e,color:t},e))),t," ",i&&n.createElement(Ju,{type:"warning"}," Deprecated "),a&&n.createElement(Ju,{type:"primary"}," ","Webhook ",u&&s&&"| "+s.toUpperCase()),d.map((({name:e,color:t})=>n.createElement(Ju,{type:"primary",key:e,color:t},e)))),l.pathInMiddlePanel&&!a&&n.createElement(Dy,{operation:e,inverted:!0}),c&&n.createElement(Jb,null,void 0!==r&&n.createElement(Vf,{source:r}),o&&n.createElement(gm,{externalDocs:o})),n.createElement(xm,{extensions:e.extensions}),n.createElement(gb,{securities:e.security}),n.createElement(Gy,{parameters:e.parameters,body:e.requestBody}),n.createElement(fb,{responses:e.responses}),n.createElement(kb,{callbacks:e.callbacks})),n.createElement($u,null,!l.pathInMiddlePanel&&!a&&n.createElement(Dy,{operation:e}),n.createElement(Wb,{operation:e}),n.createElement(Vb,{operation:e}),n.createElement(Bb,{callbacks:e.callbacks})))))}));var tv=Object.defineProperty,nv=Object.getOwnPropertyDescriptor,rv=Object.getOwnPropertySymbols,iv=Object.prototype.hasOwnProperty,ov=Object.prototype.propertyIsEnumerable,av=(e,t,n)=>t in e?tv(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,sv=(e,t,n,r)=>{for(var i,o=r>1?void 0:r?nv(t,n):t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&tv(t,n,o),o};let lv=class extends n.Component{render(){const e=this.props.items;return 0===e.length?null:e.map((e=>n.createElement(cv,{key:e.id,item:e})))}};lv=sv([em],lv);let cv=class extends n.Component{render(){const e=this.props.item;let t;const{type:r}=e;switch(r){case"group":t=null;break;case"tag":case"section":default:t=n.createElement(pv,((e,t)=>{for(var n in t||(t={}))iv.call(t,n)&&av(e,n,t[n]);if(rv)for(var n of rv(t))ov.call(t,n)&&av(e,n,t[n]);return e})({},this.props));break;case"operation":t=n.createElement(dv,{item:e})}return n.createElement(n.Fragment,null,t&&n.createElement(Ru,{id:e.id,$underlined:"operation"===e.type},t),e.items&&n.createElement(lv,{items:e.items}))}};cv=sv([em],cv);const uv=e=>n.createElement(Iu,{$compact:!0},e);let pv=class extends n.Component{render(){const{name:e,description:t,externalDocs:r,level:i}=this.props.item,o=2===i?Uu:zu;return n.createElement(n.Fragment,null,n.createElement(Lu,null,n.createElement(Iu,{$compact:!1},n.createElement(o,null,n.createElement(Xu,{to:this.props.item.id}),e))),n.createElement(hy,{parentId:this.props.item.id,source:t||"",htmlWrap:uv}),r&&n.createElement(Lu,null,n.createElement(Iu,null,n.createElement(gm,{externalDocs:r}))))}};pv=sv([em],pv);let dv=class extends n.Component{render(){return n.createElement(ev,{operation:this.props.item})}};dv=sv([em],dv);var fv=Object.defineProperty,hv=Object.defineProperties,mv=(Object.getOwnPropertyDescriptor,Object.getOwnPropertyDescriptors),gv=Object.getOwnPropertySymbols,yv=Object.prototype.hasOwnProperty,bv=Object.prototype.propertyIsEnumerable,vv=(e,t,n)=>t in e?fv(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let xv=class extends n.Component{constructor(){super(...arguments),this.ref=n.createRef(),this.activate=e=>{this.props.onActivate(this.props.item),e.stopPropagation()}}componentDidMount(){this.scrollIntoViewIfActive()}componentDidUpdate(){this.scrollIntoViewIfActive()}scrollIntoViewIfActive(){this.props.item.active&&this.ref.current&&ni(this.ref.current)}render(){const{item:e,withoutChildren:t}=this.props;return n.createElement(vy,{tabIndex:0,onClick:this.activate,depth:e.depth,"data-item-id":e.id,role:"menuitem"},"operation"
|
|||
|
user-select: none;
|
|||
|
width: 20px;
|
|||
|
height: 20px;
|
|||
|
align-self: center;
|
|||
|
display: flex;
|
|||
|
flex-direction: column;
|
|||
|
color: ${e=>e.theme.colors.primary.main};
|
|||
|
`;Object.defineProperty,Object.getOwnPropertyDescriptor;let Rv;ei&&(Rv=r(5114));const Nv=Rv&&Rv(),$v=xa.div`
|
|||
|
width: ${e=>e.theme.sidebar.width};
|
|||
|
background-color: ${e=>e.theme.sidebar.backgroundColor};
|
|||
|
overflow: hidden;
|
|||
|
display: flex;
|
|||
|
flex-direction: column;
|
|||
|
|
|||
|
backface-visibility: hidden;
|
|||
|
/* contain: strict; TODO: breaks layout since Chrome 80*/
|
|||
|
|
|||
|
height: 100vh;
|
|||
|
position: sticky;
|
|||
|
position: -webkit-sticky;
|
|||
|
top: 0;
|
|||
|
|
|||
|
${va.lessThan("small")`
|
|||
|
position: fixed;
|
|||
|
z-index: 20;
|
|||
|
width: 100%;
|
|||
|
background: ${({theme:e})=>e.sidebar.backgroundColor};
|
|||
|
display: ${e=>e.$open?"flex":"none"};
|
|||
|
`};
|
|||
|
|
|||
|
@media print {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
`,Lv=xa.div`
|
|||
|
outline: none;
|
|||
|
user-select: none;
|
|||
|
background-color: ${({theme:e})=>e.fab.backgroundColor};
|
|||
|
color: ${e=>e.theme.colors.primary.main};
|
|||
|
display: none;
|
|||
|
cursor: pointer;
|
|||
|
position: fixed;
|
|||
|
right: 20px;
|
|||
|
z-index: 100;
|
|||
|
border-radius: 50%;
|
|||
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
|||
|
${va.lessThan("small")`
|
|||
|
display: flex;
|
|||
|
`};
|
|||
|
|
|||
|
bottom: 44px;
|
|||
|
|
|||
|
width: 60px;
|
|||
|
height: 60px;
|
|||
|
padding: 0 20px;
|
|||
|
svg {
|
|||
|
color: ${({theme:e})=>e.fab.color};
|
|||
|
}
|
|||
|
|
|||
|
@media print {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
`;let Dv=class extends n.Component{constructor(){super(...arguments),this.state={offsetTop:"0px"},this.toggleNavMenu=()=>{this.props.menu.toggleSidebar()}}componentDidMount(){Nv&&Nv.add(this.stickyElement),this.setState({offsetTop:this.getScrollYOffset(this.context)})}componentWillUnmount(){Nv&&Nv.remove(this.stickyElement)}getScrollYOffset(e){let t;return t=void 0!==this.props.scrollYOffset?Pi.normalizeScrollYOffset(this.props.scrollYOffset)():e.scrollYOffset(),t+"px"}render(){const e=this.props.menu.sideBarOpened,t=this.state.offsetTop;return n.createElement(n.Fragment,null,n.createElement($v,{$open:e,className:this.props.className,style:{top:t,height:`calc(100vh - ${t})`},ref:e=>{this.stickyElement=e}},this.props.children),!this.context.hideFab&&n.createElement(Lv,{onClick:this.toggleNavMenu},n.createElement(Pv,{open:e})))}};Dv.contextType=Ca,Dv=((e,t,n,r)=>{for(var i,o=t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o})([em],Dv);const Mv=xa.div`
|
|||
|
${({theme:e})=>`\n font-family: ${e.typography.fontFamily};\n font-size: ${e.typography.fontSize};\n font-weight: ${e.typography.fontWeightRegular};\n line-height: ${e.typography.lineHeight};\n color: ${e.colors.text.primary};\n display: flex;\n position: relative;\n text-align: left;\n\n -webkit-font-smoothing: ${e.typography.smoothing};\n font-smoothing: ${e.typography.smoothing};\n ${e.typography.optimizeSpeed?"text-rendering: optimizeSpeed !important":""};\n\n tap-highlight-color: rgba(0, 0, 0, 0);\n text-size-adjust: 100%;\n\n * {\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(255, 255, 255, 0);\n }\n`};
|
|||
|
`,Fv=xa.div`
|
|||
|
z-index: 1;
|
|||
|
position: relative;
|
|||
|
overflow: hidden;
|
|||
|
width: calc(100% - ${e=>e.theme.sidebar.width});
|
|||
|
${va.lessThan("small",!0)`
|
|||
|
width: 100%;
|
|||
|
`};
|
|||
|
|
|||
|
contain: layout;
|
|||
|
`,zv=xa.div`
|
|||
|
background: ${({theme:e})=>e.rightPanel.backgroundColor};
|
|||
|
position: absolute;
|
|||
|
top: 0;
|
|||
|
bottom: 0;
|
|||
|
right: 0;
|
|||
|
width: ${({theme:e})=>{if(e.rightPanel.width.endsWith("%")){const t=parseInt(e.rightPanel.width,10);return`calc((100% - ${e.sidebar.width}) * ${t/100})`}return e.rightPanel.width}};
|
|||
|
${va.lessThan("medium",!0)`
|
|||
|
display: none;
|
|||
|
`};
|
|||
|
`,Uv=xa.div`
|
|||
|
padding: 5px 0;
|
|||
|
`,Bv=xa.input.attrs((()=>({className:"search-input"})))`
|
|||
|
width: calc(100% - ${e=>8*e.theme.spacing.unit}px);
|
|||
|
box-sizing: border-box;
|
|||
|
margin: 0 ${e=>4*e.theme.spacing.unit}px;
|
|||
|
padding: 5px ${e=>2*e.theme.spacing.unit}px 5px
|
|||
|
${e=>4*e.theme.spacing.unit}px;
|
|||
|
border: 0;
|
|||
|
border-bottom: 1px solid
|
|||
|
${({theme:e})=>(Wr(e.sidebar.backgroundColor)>.5?Ur:Hr)(.1,e.sidebar.backgroundColor)};
|
|||
|
font-family: ${({theme:e})=>e.typography.fontFamily};
|
|||
|
font-weight: bold;
|
|||
|
font-size: 13px;
|
|||
|
color: ${e=>e.theme.sidebar.textColor};
|
|||
|
background-color: transparent;
|
|||
|
outline: none;
|
|||
|
`,qv=xa((e=>n.createElement("svg",{className:e.className,version:"1.1",viewBox:"0 0 1000 1000",x:"0px",xmlns:"http://www.w3.org/2000/svg",y:"0px"},n.createElement("path",{d:"M968.2,849.4L667.3,549c83.9-136.5,66.7-317.4-51.7-435.6C477.1-25,252.5-25,113.9,113.4c-138.5,138.3-138.5,362.6,0,501C219.2,730.1,413.2,743,547.6,666.5l301.9,301.4c43.6,43.6,76.9,14.9,104.2-12.4C981,928.3,1011.8,893,968.2,849.4z M524.5,522c-88.9,88.7-233,88.7-321.8,0c-88.9-88.7-88.9-232.6,0-321.3c88.9-88.7,233-88.7,321.8,0C613.4,289.4,613.4,433.3,524.5,522z"})))).attrs({className:"search-icon"})`
|
|||
|
position: absolute;
|
|||
|
left: ${e=>4*e.theme.spacing.unit}px;
|
|||
|
height: 1.8em;
|
|||
|
width: 0.9em;
|
|||
|
|
|||
|
path {
|
|||
|
fill: ${e=>e.theme.sidebar.textColor};
|
|||
|
}
|
|||
|
`,Wv=xa.div`
|
|||
|
padding: ${e=>e.theme.spacing.unit}px 0;
|
|||
|
background-color: ${({theme:e})=>Ur(.05,e.sidebar.backgroundColor)}};
|
|||
|
color: ${e=>e.theme.sidebar.textColor};
|
|||
|
min-height: 150px;
|
|||
|
max-height: 250px;
|
|||
|
border-top: ${({theme:e})=>Ur(.1,e.sidebar.backgroundColor)}};
|
|||
|
border-bottom: ${({theme:e})=>Ur(.1,e.sidebar.backgroundColor)}};
|
|||
|
margin-top: 10px;
|
|||
|
line-height: 1.4;
|
|||
|
font-size: 0.9em;
|
|||
|
|
|||
|
li {
|
|||
|
background-color: inherit;
|
|||
|
}
|
|||
|
|
|||
|
${wy} {
|
|||
|
padding-top: 6px;
|
|||
|
padding-bottom: 6px;
|
|||
|
|
|||
|
&:hover,
|
|||
|
&.active {
|
|||
|
background-color: ${({theme:e})=>Ur(.1,e.sidebar.backgroundColor)};
|
|||
|
}
|
|||
|
|
|||
|
> svg {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
}
|
|||
|
`,Vv=xa.i`
|
|||
|
position: absolute;
|
|||
|
display: inline-block;
|
|||
|
width: ${e=>2*e.theme.spacing.unit}px;
|
|||
|
text-align: center;
|
|||
|
right: ${e=>4*e.theme.spacing.unit}px;
|
|||
|
line-height: 2em;
|
|||
|
vertical-align: middle;
|
|||
|
margin-right: 2px;
|
|||
|
cursor: pointer;
|
|||
|
font-style: normal;
|
|||
|
color: '#666';
|
|||
|
`;var Hv=Object.defineProperty,Yv=Object.getOwnPropertyDescriptor;class Gv extends n.PureComponent{constructor(e){super(e),this.activeItemRef=null,this.clear=()=>{this.setState({results:[],noResults:!1,term:"",activeItemIdx:-1}),this.props.marker.unmark()},this.handleKeyDown=e=>{if(27===e.keyCode&&this.clear(),40===e.keyCode&&(this.setState({activeItemIdx:Math.min(this.state.activeItemIdx+1,this.state.results.length-1)}),e.preventDefault()),38===e.keyCode&&(this.setState({activeItemIdx:Math.max(0,this.state.activeItemIdx-1)}),e.preventDefault()),13===e.keyCode){const e=this.state.results[this.state.activeItemIdx];if(e){const t=this.props.getItemById(e.meta);t&&this.props.onActivate(t)}}},this.search=e=>{const{minCharacterLengthToInitSearch:t}=this.context,n=e.target.value;n.length<t?this.clearResults(n):this.setState({term:n},(()=>this.searchCallback(this.state.term)))},this.state={results:[],noResults:!1,term:"",activeItemIdx:-1}}clearResults(e){this.setState({results:[],noResults:!1,term:e}),this.props.marker.unmark()}setResults(e,t){this.setState({results:e,noResults:0===e.length}),this.props.marker.mark(t)}searchCallback(e){this.props.search.search(e).then((t=>{this.setResults(t,e)}))}render(){const{activeItemIdx:e}=this.state,t=this.state.results.filter((e=>this.props.getItemById(e.meta))).map((e=>({item:this.props.getItemById(e.meta),score:e.score}))).sort(((e,t)=>t.score-e.score));return n.createElement(Uv,{role:"search"},this.state.term&&n.createElement(Vv,{onClick:this.clear},"×"),n.createElement(qv,null),n.createElement(Bv,{value:this.state.term,onKeyDown:this.handleKeyDown,placeholder:"Search...","aria-label":"Search",type:"text",onChange:this.search}),t.length>0&&n.createElement(Cd,{options:{wheelPropagation:!1}},n.createElement(Wv,{"data-role":"search:results"},t.map(((t,r)=>n.createElement(xv,{item:Object.create(t.item,{active:{value:r===e}}),onActivate:this.props.onActivate,withoutChildren:!0,key:t.item.id,"data-role":"search:result"}))))),this.state.term&&this.state.noResults?n.createElement(Wv,{"data-role":"search:results"},bi("noResultsFound")):null)}}Gv.contextType=Ca,((e,t,n,r)=>{for(var i,o=Yv(t,n),a=e.length-1;a>=0;a--)(i=e[a])&&(o=i(t,n,o)||o);o&&Hv(t,n,o)})([La.bind,(0,La.debounce)(400)],Gv.prototype,"searchCallback");class Qv extends n.Component{componentDidMount(){this.props.store.onDidMount()}componentWillUnmount(){this.props.store.dispose()}render(){const{store:{spec:e,menu:t,options:r,search:i,marker:o}}=this.props,a=this.props.store;return n.createElement(ba,{theme:r.theme},n.createElement(Vu,{value:a},n.createElement(Pa,{value:r},n.createElement(Mv,{className:"redoc-wrap"},n.createElement(Dv,{menu:t,className:"menu-content"},n.createElement(sy,{info:e.info}),!r.disableSearch&&n.createElement(Gv,{search:i,marker:o,getItemById:t.getItemById,onActivate:t.activateAndScroll})||null,n.createElement(Cv,{menu:t})),n.createElement(Fv,{className:"api-content"},n.createElement(ry,{store:a}),n.createElement(lv,{items:t.items})),n.createElement(zv,null)))))}}Qv.propTypes={store:ja.instanceOf(Xg).isRequired};var Xv=Object.defineProperty,Kv=Object.getOwnPropertySymbols,Zv=Object.prototype.hasOwnProperty,Jv=Object.prototype.propertyIsEnumerable,ex=(e,t,n)=>t in e?Xv(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,tx=(e,t)=>{for(var n in t||(t={}))Zv.call(t,n)&&ex(e,n,t[n]);if(Kv)for(var n of Kv(t))Jv.call(t,n)&&ex(e,n,t[n]);return e};const nx=function(e){const{spec:t,specUrl:i,options:o={},onLoaded:a}=e,s=ji(o.hideLoading,!1),l=new Pi(o);if(void 0!==l.nonce)try{r.nc=l.nonce}catch(e){}return n.createElement(Sa,null,n.createElement(Yu,{spec:t?tx({},t):void 0,specUrl:i,options:o,onLoaded:a},(({loading:e,store:t})=>e?s?null:n.createElement(Aa,{color:l.theme.colors.primary.main}):n.createElement(Qv,{store:t}))))};var rx=Object.defineProperty,ix=Object.getOwnPropertySymbols,ox=Object.prototype.hasOwnProperty,ax=Object.prototype.propertyIsEnumerable,sx=(e,t,n)=>t in e?rx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,lx=(e,t)=>{for(var n in t||(t={}))ox.call(t,n)&&sx(e,n,t[n]);i
|
|||
|
//# sourceMappingURL=redoc.standalone.js.map
|