@scalar/api-reference 1.20.10 → 1.20.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/browser/standalone.js +3 -3
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.css +1 -1
- package/dist/index.js +164 -164
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ import c$ from "remark-gfm";
|
|
|
24
24
|
import d$ from "remark-rehype";
|
|
25
25
|
import { useFloating as u$, autoUpdate as h$, offset as f$, flip as p$, shift as m$ } from "@floating-ui/vue";
|
|
26
26
|
import g$ from "fuse.js";
|
|
27
|
-
const O$ = ".light-mode,.light-mode .dark-mode{--default-theme-background-1: #f9f9f9;--default-theme-background-2: #f1f1f1;--default-theme-background-3: #e7e7e7;--default-theme-background-card: #fff;--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-accent: var(--default-theme-background-3);--default-theme-border-color: rgba(0, 0, 0, .1);--default-theme-code-languages-background-supersede: var( --default-theme-background-1 );--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.dark-mode{--default-theme-background-1: #131313;--default-theme-background-2: #1d1d1d;--default-theme-background-3: #272727;--default-theme-background-card: #1d1d1d;--default-theme-color-1: rgba(255, 255, 255, .9);--default-theme-color-2: rgba(255, 255, 255, .62);--default-theme-color-3: rgba(255, 255, 255, .44);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-accent: var(--default-theme-background-3);--default-theme-border-color: rgba(255, 255, 255, .1);--default-theme-code-languages-background-supersede: var( --default-theme-background-3 );--default-theme-code-language-color-supersede: var(--default-theme-color-3)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: transparent;--default-sidebar-search-color: var(--default-theme-color-3);--default-sidebar-search-border-color: var(--default-theme-border-color);--default-sidebar-indent-border: var(--default-sidebar-border-color);--default-sidebar-indent-border-hover: var(--default-sidebar-border-color);--default-sidebar-indent-border-active: var(--default-sidebar-border-color)}.light-mode .dark-mode,.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #00b648;--default-theme-color-red: #dd2f2c;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.code-languages-background:before{box-shadow:inset 0 0 0 1px var(--default-theme-border-color)!important}.scalar-api-client__item,.scalar-card,.dark-mode .dark-mode.scalar-card{--default-theme-background-1: var(--default-theme-background-card);--default-theme-background-2: var(--default-theme-background-1);--default-theme-background-3: var(--default-theme-background-1)}.dark-mode .dark-mode.scalar-card{--default-theme-background-3: var(--default-theme-background-3)}.t-doc__sidebar{--default-theme-color-green: var(--default-theme-color-1);--default-theme-color-red: var(--default-theme-color-1);--default-theme-color-yellow: var(--default-theme-color-1);--default-theme-color-blue: var(--default-theme-color-1);--default-theme-color-orange: var(--default-theme-color-1);--default-theme-color-purple: var(--default-theme-color-1)}.references-rendered .download-cta .download-button,.references-rendered .markdown a{color:var(--default-theme-color-1)!important;text-decoration:underline!important}", y$ = ".light-mode{--default-theme-background-1: #f0f2f5;--default-theme-background-2: #eaecf0;--default-theme-background-3: #e0e2e6;--default-theme-border-color: rgb(228, 228, 231);--default-theme-color-1: rgb(9, 9, 11);--default-theme-color-2: rgb(113, 113, 122);--default-theme-color-3: rgba(25, 25, 28, .5);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-accent: #8ab4f81f;--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .scalar-card.dark-mode,.dark-mode{--default-theme-background-1: #000e23;--default-theme-background-2: #01132e;--default-theme-background-3: #03193b;--default-theme-border-color: rgba(255, 255, 255, .12);--default-theme-color-1: #fafafa;--default-theme-color-2: rgb(161, 161, 170);--default-theme-color-3: rgba(255, 255, 255, .533);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-accent: #8ab4f81f;--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-active-background: var(--default-theme-background-3);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: rgba(255, 255, 255, .1);--default-sidebar-search-border-color: var(--default-theme-border-color);--default-sidebar-search-color: var(--default-theme-color-3);z-index:1}.light-mode .t-doc__sidebar{--default-sidebar-search-background: white}.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: rgba(69, 255, 165, .823);--default-theme-color-red: #ff8589;--default-theme-color-yellow: #ffcc4d;--default-theme-color-blue: #6bc1fe;--default-theme-color-orange: #f98943;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.show-api-client-button:before{background:#fff!important}.show-api-client-button span,.show-api-client-button svg{color:#000!important}.references-rendered .download-cta .download-button,.references-rendered .markdown a{text-decoration:underline!important}@keyframes headerbackground{0%{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}to{background:var(--header-background-1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}.code-languages-background{background:var(--default-theme-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--default-theme-border-color);background:linear-gradient(to right top,#d3e1f91f,#d1dff71c,#dfe9fb4a)!important}.light-mode .code-languages-background:before{background:linear-gradient(to right top,#00000014,#00000012,#00000030)!important}.code-languages__active .code-languages-background:before{background:var(--default-theme-background-1)!important}.code-languages span{margin-top:5px!important}.section-flare-item:nth-of-type(1){--c1: #ffffff;--c2: #babfd8;--c3: #2e8bb2;--c4: #1a8593;--c5: #0a143e;--c6: #0a0f52;--c7: #2341b8;--solid: var(--c1), var(--c2), var(--c3), var(--c4), var(--c5), var(--c6), var(--c7);--solid-wrap: var(--solid), var(--c1);--trans: var(--c1), transparent, var(--c2), transparent, var(--c3), transparent, var(--c4), transparent, var(--c5), transparent, var(--c6), transparent, var(--c7);--trans-wrap: var(--trans), transparent, var(--c1);background:radial-gradient(circle,var(--trans)),conic-gradient(from 180deg,var(--trans-wrap)),radial-gradient(circle,var(--trans)),conic-gradient(var(--solid-wrap));width:70vw;height:700px;border-radius:50%;filter:blur(100px);z-index:0;right:0;position:absolute;transform:rotate(-45deg);top:-300px;opacity:.3}.section-flare-item:nth-of-type(3){--star-color: #6b9acc;--star-color2: #446b8d;--star-color3: #3e5879;background-image:radial-gradient(2px 2px at 20px 30px,var(--star-color2),rgba(0,0,0,0)),radial-gradient(2px 2px at 40px 70px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 50px 160px,var(--star-color3),rgba(0,0,0,0)),radial-gradient(2px 2px at 90px 40px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 130px 80px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 160px 120px,var(--star-color3),rgba(0,0,0,0));background-repeat:repeat;background-size:200px 200px;width:100%;height:100%;-webkit-mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%)}.section-flare{top:-150px!important;height:100vh;background:linear-gradient(#000,var(--default-theme-background-1));width:100vw}.light-mode .section-flare{display:none}.light-mode .scalar-card{--default-theme-background-1: #fff;--default-theme-background-2: #fff;--default-theme-background-3: #fff}", b$ = '.light-mode{--default-theme-color-1: rgb(9, 9, 11);--default-theme-color-2: rgb(113, 113, 122);--default-theme-color-3: rgba(25, 25, 28, .5);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-1: #fff;--default-theme-background-2: #f4f4f5;--default-theme-background-3: #e3e3e6;--default-theme-background-accent: #8ab4f81f;--default-theme-border-color: rgb(228, 228, 231);--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.dark-mode{--default-theme-color-1: #fafafa;--default-theme-color-2: rgb(161, 161, 170);--default-theme-color-3: rgba(255, 255, 255, .533);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-1: #09090b;--default-theme-background-2: #18181b;--default-theme-background-3: #2c2c30;--default-theme-background-accent: #8ab4f81f;--default-theme-border-color: rgba(255, 255, 255, .12);--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var(--default-theme-background-3);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: transparent;--default-sidebar-search-border-color: var(--default-theme-border-color);--default-sidebar-search-color: var(--default-theme-color-3)}.light-mode .t-doc__sidebar{--default-sidebar-item-active-background: #09090b;--default-sidebar-color-active: var(--default-sidebar-background-1)}.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: rgba(69, 255, 165, .823);--default-theme-color-red: #ff8589;--default-theme-color-yellow: #ffcc4d;--default-theme-color-blue: #6bc1fe;--default-theme-color-orange: #f98943;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}.examples .scalar-card-footer{--default-theme-background-3: transparent;padding-top:0}.show-api-client-button:before{background:#fff!important}.show-api-client-button span,.show-api-client-button svg{color:#000!important}.references-rendered .download-cta .download-button,.references-rendered .markdown a{text-decoration:underline!important}.code-languages-background{background:var(--default-theme-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--default-theme-border-color);background:linear-gradient(to right top,#d3e1f91f,#d1dff71c,#dfe9fb4a)!important}.light-mode .code-languages-background:before{background:linear-gradient(to right top,#00000014,#00000012,#00000030)!important}.code-languages__active .code-languages-background:before{background:var(--default-theme-background-1)!important}.code-languages span{margin-top:5px!important}.section-flare{width:100vw;height:550px;position:relative}.section-flare-item:nth-of-type(1){position:absolute;width:100vw;height:550px;--stripesDark: repeating-linear-gradient( 100deg, #000 0%, #000 7%, transparent 10%, transparent 12%, #000 16% );--rainbow: repeating-linear-gradient( 100deg, #fff 10%, #fff 16%, #fff 22%, #fff 30% );background-image:var(--stripesDark),var(--rainbow);background-size:300%,200%;background-position:50% 50%,50% 50%;filter:invert(100%);-webkit-mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);pointer-events:none;opacity:.07}.dark-mode .section-flare-item:nth-of-type(1){background-image:var(--stripesDark),var(--rainbow);filter:opacity(50%) saturate(200%);opacity:.25;height:350px}.section-flare-item:nth-of-type(1):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--stripesDark),var(--rainbow);background-size:200%,100%;background-attachment:fixed;mix-blend-mode:difference}.dark-mode .section-flare:after{background-image:var(--stripesDark),var(--rainbow)}.section-flare-item:nth-of-type(2){--star-color: #fff;--star-color2: #fff;--star-color3: #fff;width:100%;height:100%;position:absolute;background-image:radial-gradient(2px 2px at 20px 30px,var(--star-color2),rgba(0,0,0,0)),radial-gradient(2px 2px at 40px 70px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 50px 160px,var(--star-color3),rgba(0,0,0,0)),radial-gradient(2px 2px at 90px 40px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 130px 80px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 160px 120px,var(--star-color3),rgba(0,0,0,0));background-repeat:repeat;background-size:200px 200px;-webkit-mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);opacity:.2}', Sy = ".light-mode{--default-theme-background-1: #fff;--default-theme-background-2: #f6f6f6;--default-theme-background-3: #e7e7e7;--default-theme-background-accent: #8ab4f81f;--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: #0099ff;--default-theme-border-color: rgba(0, 0, 0, .1)}.dark-mode{--default-theme-background-1: #0f0f0f;--default-theme-background-2: #1a1a1a;--default-theme-background-3: #272727;--default-theme-color-1: rgba(255, 255, 255, .9);--default-theme-color-2: rgba(255, 255, 255, .62);--default-theme-color-3: rgba(255, 255, 255, .44);--default-theme-color-accent: #3ea6ff;--default-theme-background-accent: #3ea6ff1f;--default-theme-border-color: rgba(255, 255, 255, .1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-active-background: var(--default-theme-background-2);--default-sidebar-color-active: var(--default-theme-color-1);--default-sidebar-search-background: transparent;--default-sidebar-search-color: var(--default-theme-color-3);--default-sidebar-search-border-color: var(--default-theme-border-color)}.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #00b648;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}", v$ = ".light-mode{--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: #7070ff;--default-theme-background-1: #fff;--default-theme-background-2: #f6f6f6;--default-theme-background-3: #e7e7e7;--default-theme-background-accent: #7070ff1f;--default-theme-border-color: rgba(0, 0, 0, .1);--default-theme-code-language-color-supersede: var(--default-theme-color-3)}.dark-mode{--default-theme-color-1: #f7f8f8;--default-theme-color-2: rgb(180, 188, 208);--default-theme-color-3: #b4bcd099;--default-theme-color-accent: #828fff;--default-theme-background-1: #000212;--default-theme-background-2: rgba(255, 255, 255, .05);--default-theme-background-3: rgba(255, 255, 255, .05);--default-theme-background-accent: #8ab4f81f;--default-theme-border-color: #242537;--default-theme-code-language-color-supersede: var(--default-theme-color-3)}.light-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: rgba(0, 0, 0, .05);--default-sidebar-search-border-color: 1px solid rgba(0, 0, 0, .05);--default-sidebar-search-color: var(--default-theme-color-3);--default-theme-background-2: rgba(0, 0, 0, .03)}.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: rgba(255, 255, 255, .1);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: rgba(255, 255, 255, .1);--default-sidebar-search-border-color: 1px solid rgba(255, 255, 255, .05);--default-sidebar-search-color: var(--default-theme-color-3)}.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #00b648;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}.sidebar-search{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@keyframes headerbackground{0%{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}to{background:var(--header-background-1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.dark-mode .scalar-card{background:#ffffff0d!important}.dark-mode .scalar-card *{--default-theme-background-2: transparent !important;--default-theme-background-1: transparent !important}.light-mode .dark-mode.scalar-card *,.light-mode .dark-mode.scalar-card{--default-theme-background-1: #0d0f1e !important;--default-theme-background-2: #0d0f1e !important;--default-theme-background-3: #191b29 !important}.light-mode .dark-mode.scalar-card{background:#191b29!important}.show-api-client-button:before{background-color:var(--default-theme-color-accent)!important}.badge{box-shadow:0 0 0 1px var(--default-theme-border-color);margin-right:6px}.table-row.required-parameter .table-row-item:nth-of-type(2):after{background:transparent;box-shadow:none}.code-languages__active{--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.code-languages-background{background:linear-gradient(#fff0,#ffffff0d)!important;box-shadow:inset 0 0 0 1px var(--default-theme-border-color)!important}.section-flare{width:100vw;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(120,119,198,.3),transparent);height:100vh}", w$ = ".light-mode{--default-theme-background-1: #f9f6f0;--default-theme-background-2: #f2efe8;--default-theme-background-3: #e9e7e2;--default-theme-border-color: rgba(203, 165, 156, .6);--default-theme-color-1: #c75549;--default-theme-color-2: #c75549;--default-theme-color-3: #c75549;--default-theme-color-accent: #c75549;--default-theme-background-accent: #dcbfa81f;--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.dark-mode{--default-theme-background-1: #140507;--default-theme-background-2: #20090c;--default-theme-background-3: #321116;--default-theme-border-color: rgba(255, 255, 255, .1);--default-theme-color-1: rgba(255, 255, 255, .9);--default-theme-color-2: rgba(255, 255, 255, .62);--default-theme-color-3: rgba(255, 255, 255, .44);--default-theme-color-accent: rgba(255, 255, 255, .9);--default-theme-background-accent: #441313;--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var(--default-theme-background-3);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: rgba(255, 255, 255, .1);--default-sidebar-search-color: var(--default-theme-color-3);--default-sidebar-search-border-color: var(--default-theme-border-color);z-index:1}.light-mode{--default-theme-color-green: #09533a;--default-theme-color-red: #aa181d;--default-theme-color-yellow: #ab8d2b;--default-theme-color-blue: #19689a;--default-theme-color-orange: #b26c34;--default-theme-color-purple: #4c2191;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: rgba(69, 255, 165, .823);--default-theme-color-red: #ff8589;--default-theme-color-yellow: #ffcc4d;--default-theme-color-blue: #6bc1fe;--default-theme-color-orange: #f98943;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}.light-mode .t-doc__sidebar{--default-sidebar-search-background: white}.examples .scalar-card-footer{--default-theme-background-3: transparent;padding-top:0}.show-api-client-button:before{background:#fff!important}.show-api-client-button span,.show-api-client-button svg{color:#000!important}.code-languages-background{background:var(--default-theme-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--default-theme-border-color);background:linear-gradient(to right top,#d3e1f91f,#d1dff71c,#dfe9fb4a)!important}.light-mode .code-languages-background:before{background:linear-gradient(to right top,#00000014,#00000012,#00000030)!important}.code-languages__active .code-languages-background:before{background:var(--default-theme-background-1)!important}.code-languages span{margin-top:5px!important}.section-flare-item:nth-of-type(1){background:#d25019;width:80vw;height:500px;margin-top:-150px;border-radius:50%;filter:blur(100px);z-index:0}.light-mode .section-flare{display:none}.section-flare{top:-150px!important;height:100vh;right:-400px!important;left:initial}.references-rendered .download-cta .download-button,.references-rendered .markdown a{text-decoration:underline!important}", S$ = ".light-mode{color-scheme:light;--default-theme-color-1: #000000;--default-theme-color-2: #000000;--default-theme-color-3: #000000;--default-theme-color-accent: #645b0f;--default-theme-background-1: #ccc9b3;--default-theme-background-2: #c2bfaa;--default-theme-background-3: #b8b5a1;--default-theme-background-accent: #000000;--default-theme-border-color: rgba(0, 0, 0, .2);--default-theme-scrollbar-color: rgba(0, 0, 0, .18);--default-theme-scrollbar-color-active: rgba(0, 0, 0, .36);--default-theme-lifted-brightness: 1;--default-theme-backdrop-brightness: 1;--default-theme-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--default-theme-shadow-2: rgba(0, 0, 0, .08) 0px 13px 20px 0px, rgba(0, 0, 0, .08) 0px 3px 8px 0px, var(--default-theme-border-color) 0px 0 0 1px;--default-theme-button-1: rgb(49 53 56);--default-theme-button-1-color: #fff;--default-theme-button-1-hover: rgb(28 31 33);--default-theme-color-red: #b91c1c;--default-theme-color-orange: #a16207;--default-theme-color-green: #047857;--default-theme-color-blue: #1d4ed8;--default-theme-color-orange: #c2410c;--default-theme-color-purple: #6d28d9;--default-theme-code-languages-background-supersede: var( --default-theme-background-3 );--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.dark-mode{color-scheme:dark;--default-theme-color-1: #fffef3;--default-theme-color-2: #fffef3;--default-theme-color-3: #fffef3;--default-theme-color-accent: #c3b531;--default-theme-background-1: #313332;--default-theme-background-2: #393b3a;--default-theme-background-3: #414342;--default-theme-background-accent: #fffef3;--default-theme-border-color: rgba(255, 255, 255, .1);--default-theme-scrollbar-color: rgba(255, 255, 255, .24);--default-theme-scrollbar-color-active: rgba(255, 255, 255, .48);--default-theme-lifted-brightness: 1.45;--default-theme-backdrop-brightness: .5;--default-theme-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--default-theme-shadow-2: rgba(15, 15, 15, .2) 0px 3px 6px, rgba(15, 15, 15, .4) 0px 9px 24px, 0 0 0 1px rgba(255, 255, 255, .1);--default-theme-button-1: #f6f6f6;--default-theme-button-1-color: #000;--default-theme-button-1-hover: #e7e7e7;--default-theme-color-green: #00b648;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9;--default-theme-code-languages-background-supersede: var( --default-theme-background-3 );--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .t-doc__sidebar,.dark-mode .sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-sidebar-background-1);--default-sidebar-search-background: var(--default-theme-background-3);--default-sidebar-search-border-color: var( --default-sidebar-search-background );--default-sidebar-search--color: var(--default-theme-color-3)}", k$ = ".light-mode{--default-theme-background-1: #fff;--default-theme-background-2: #f5f6f8;--default-theme-background-3: #eceef1;--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: #5469d4;--default-theme-background-accent: #5469d41f;--default-theme-border-color: rgba(215, 215, 206, .5)}.dark-mode{--default-theme-background-1: #15171c;--default-theme-background-2: #1c1e24;--default-theme-background-3: #22252b;--default-theme-color-1: #fafafa;--default-theme-color-2: #c9ced8;--default-theme-color-3: #8c99ad;--default-theme-color-accent: #5469d4;--default-theme-background-accent: #5469d41f;--default-theme-border-color: rgba(255, 255, 255, .12)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-3);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: var(--default-theme-background-1);--default-sidebar-search-color: var(--default-theme-color-3);--default-sidebar-search-border-color: var(--default-theme-border-color)}.light-mode{--default-theme-color-green: #17803d;--default-theme-color-red: #e10909;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #1763a6;--default-theme-color-orange: #e25b09;--default-theme-color-purple: #5c3993;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #30a159;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #eec644;--default-theme-color-blue: #2b7abf;--default-theme-color-orange: #f07528;--default-theme-color-purple: #7a59b1;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}", $$ = ".light-mode{--default-theme-background-1: #f3f3ee;--default-theme-background-2: #e8e8e3;--default-theme-background-3: #e4e4df;--default-theme-border-color: rgba(215, 215, 206, .5);--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: #1763a6;--default-theme-background-accent: #1f648e1f;--default-theme-code-language-color-supersede: var(--default-theme-color-1);--default-theme-code-languages-background-supersede: var( --default-theme-background-2 )}.dark-mode{--default-theme-background-1: #09090b;--default-theme-background-2: #18181b;--default-theme-background-3: #2c2c30;--default-theme-border-color: rgba(255, 255, 255, .12);--default-theme-color-1: #fafafa;--default-theme-color-2: rgb(161, 161, 170);--default-theme-color-3: rgba(255, 255, 255, .533);--default-theme-color-accent: #4eb3ec;--default-theme-background-accent: #8ab4f81f;--default-theme-code-language-color-supersede: var(--default-theme-color-1);--default-theme-code-languages-background-supersede: var( --default-theme-background-2 )}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-active-background: var(--default-theme-background-3);--default-sidebar-color-active: var(--default-theme-color-1);--default-sidebar-search-background: var(--default-theme-background-1);--default-sidebar-search-border-color: var(--default-theme-border-color);--default-sidebar-search-color: var(--default-theme-color-3)}.light-mode{--default-theme-color-green: #17803d;--default-theme-color-red: #e10909;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #1763a6;--default-theme-color-orange: #e25b09;--default-theme-color-purple: #5c3993;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #30a159;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #eec644;--default-theme-color-blue: #2b7abf;--default-theme-color-orange: #f07528;--default-theme-color-purple: #7a59b1;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}", P$ = ".light-mode{color-scheme:light;--default-theme-color-1: #584c27;--default-theme-color-2: #616161;--default-theme-color-3: #a89f84;--default-theme-color-accent: #b58900;--default-theme-background-1: #fdf6e3;--default-theme-background-2: #eee8d5;--default-theme-background-3: #ddd6c1;--default-theme-background-accent: #b589001f;--default-theme-border-color: #ded8c8;--default-theme-scrollbar-color: rgba(0, 0, 0, .18);--default-theme-scrollbar-color-active: rgba(0, 0, 0, .36);--default-theme-lifted-brightness: 1;--default-theme-backdrop-brightness: 1;--default-theme-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--default-theme-shadow-2: rgba(0, 0, 0, .08) 0px 13px 20px 0px, rgba(0, 0, 0, .08) 0px 3px 8px 0px, #eeeeed 0px 0 0 1px;--default-theme-button-1: rgb(49 53 56);--default-theme-button-1-color: #fff;--default-theme-button-1-hover: rgb(28 31 33);--default-theme-color-red: #b91c1c;--default-theme-color-orange: #a16207;--default-theme-color-green: #047857;--default-theme-color-blue: #1d4ed8;--default-theme-color-orange: #c2410c;--default-theme-color-purple: #6d28d9}.dark-mode{color-scheme:dark;--default-theme-color-1: #fff;--default-theme-color-2: #cccccc;--default-theme-color-3: #6d8890;--default-theme-color-accent: #007acc;--default-theme-background-1: #00212b;--default-theme-background-2: #012b36;--default-theme-background-3: #004052;--default-theme-background-accent: #015a6f;--default-theme-border-color: rgba(255, 255, 255, .1);--default-theme-scrollbar-color: rgba(255, 255, 255, .24);--default-theme-scrollbar-color-active: rgba(255, 255, 255, .48);--default-theme-lifted-brightness: 1.45;--default-theme-backdrop-brightness: .5;--default-theme-shadow-1: 0 1px 3px 0 rgb(0, 0, 0, .1);--default-theme-shadow-2: rgba(15, 15, 15, .2) 0px 3px 6px, rgba(15, 15, 15, .4) 0px 9px 24px, 0 0 0 1px rgba(255, 255, 255, .1);--default-theme-button-1: #f6f6f6;--default-theme-button-1-color: #000;--default-theme-button-1-hover: #e7e7e7;--default-theme-color-green: #00b648;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9}.light-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: var(--default-theme-background-2);--default-sidebar-search-border-color: var(--sidebar-search-background);--default-sidebar-search--color: var(--default-theme-color-3)}.dark-mode .sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-sidebar-color-1);--default-sidebar-search-background: var(--default-theme-background-2);--default-sidebar-search-border-color: var(--sidebar-search-background);--default-sidebar-search--color: var(--default-theme-color-3)}", ky = /* @__PURE__ */ H({
|
|
27
|
+
const O$ = ":root{--default-theme-text-decoration: underline;--default-theme-text-decoration-hover: underline}.light-mode,.light-mode .dark-mode{--default-theme-background-1: #f9f9f9;--default-theme-background-2: #f1f1f1;--default-theme-background-3: #e7e7e7;--default-theme-background-card: #fff;--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-accent: var(--default-theme-background-3);--default-theme-border-color: rgba(0, 0, 0, .1);--default-theme-code-languages-background-supersede: var( --default-theme-background-1 );--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.dark-mode{--default-theme-background-1: #131313;--default-theme-background-2: #1d1d1d;--default-theme-background-3: #272727;--default-theme-background-card: #1d1d1d;--default-theme-color-1: rgba(255, 255, 255, .9);--default-theme-color-2: rgba(255, 255, 255, .62);--default-theme-color-3: rgba(255, 255, 255, .44);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-accent: var(--default-theme-background-3);--default-theme-border-color: rgba(255, 255, 255, .1);--default-theme-code-languages-background-supersede: var( --default-theme-background-3 );--default-theme-code-language-color-supersede: var(--default-theme-color-3)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: transparent;--default-sidebar-search-color: var(--default-theme-color-3);--default-sidebar-search-border-color: var(--default-theme-border-color);--default-sidebar-indent-border: var(--default-sidebar-border-color);--default-sidebar-indent-border-hover: var(--default-sidebar-border-color);--default-sidebar-indent-border-active: var(--default-sidebar-border-color)}.light-mode .dark-mode,.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #00b648;--default-theme-color-red: #dd2f2c;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.code-languages-background:before{box-shadow:inset 0 0 0 1px var(--default-theme-border-color)!important}.scalar-api-client__item,.scalar-card,.dark-mode .dark-mode.scalar-card{--default-theme-background-1: var(--default-theme-background-card);--default-theme-background-2: var(--default-theme-background-1);--default-theme-background-3: var(--default-theme-background-1)}.dark-mode .dark-mode.scalar-card{--default-theme-background-3: var(--default-theme-background-3)}.t-doc__sidebar{--default-theme-color-green: var(--default-theme-color-1);--default-theme-color-red: var(--default-theme-color-1);--default-theme-color-yellow: var(--default-theme-color-1);--default-theme-color-blue: var(--default-theme-color-1);--default-theme-color-orange: var(--default-theme-color-1);--default-theme-color-purple: var(--default-theme-color-1)}", y$ = ":root{--default-theme-text-decoration: underline;--default-theme-text-decoration-hover: underline}.light-mode{--default-theme-background-1: #f0f2f5;--default-theme-background-2: #eaecf0;--default-theme-background-3: #e0e2e6;--default-theme-border-color: rgb(228, 228, 231);--default-theme-color-1: rgb(9, 9, 11);--default-theme-color-2: rgb(113, 113, 122);--default-theme-color-3: rgba(25, 25, 28, .5);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-accent: #8ab4f81f;--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .scalar-card.dark-mode,.dark-mode{--default-theme-background-1: #000e23;--default-theme-background-2: #01132e;--default-theme-background-3: #03193b;--default-theme-border-color: rgba(255, 255, 255, .12);--default-theme-color-1: #fafafa;--default-theme-color-2: rgb(161, 161, 170);--default-theme-color-3: rgba(255, 255, 255, .533);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-accent: #8ab4f81f;--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-active-background: var(--default-theme-background-3);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: rgba(255, 255, 255, .1);--default-sidebar-search-border-color: var(--default-theme-border-color);--default-sidebar-search-color: var(--default-theme-color-3);z-index:1}.light-mode .t-doc__sidebar{--default-sidebar-search-background: white}.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: rgba(69, 255, 165, .823);--default-theme-color-red: #ff8589;--default-theme-color-yellow: #ffcc4d;--default-theme-color-blue: #6bc1fe;--default-theme-color-orange: #f98943;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}@keyframes headerbackground{0%{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}to{background:var(--header-background-1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}.code-languages-background{background:var(--default-theme-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--default-theme-border-color);background:linear-gradient(to right top,#d3e1f91f,#d1dff71c,#dfe9fb4a)!important}.light-mode .code-languages-background:before{background:linear-gradient(to right top,#00000014,#00000012,#00000030)!important}.code-languages__active .code-languages-background:before{background:var(--default-theme-background-1)!important}.code-languages span{margin-top:5px!important}.section-flare-item:nth-of-type(1){--c1: #ffffff;--c2: #babfd8;--c3: #2e8bb2;--c4: #1a8593;--c5: #0a143e;--c6: #0a0f52;--c7: #2341b8;--solid: var(--c1), var(--c2), var(--c3), var(--c4), var(--c5), var(--c6), var(--c7);--solid-wrap: var(--solid), var(--c1);--trans: var(--c1), transparent, var(--c2), transparent, var(--c3), transparent, var(--c4), transparent, var(--c5), transparent, var(--c6), transparent, var(--c7);--trans-wrap: var(--trans), transparent, var(--c1);background:radial-gradient(circle,var(--trans)),conic-gradient(from 180deg,var(--trans-wrap)),radial-gradient(circle,var(--trans)),conic-gradient(var(--solid-wrap));width:70vw;height:700px;border-radius:50%;filter:blur(100px);z-index:0;right:0;position:absolute;transform:rotate(-45deg);top:-300px;opacity:.3}.section-flare-item:nth-of-type(3){--star-color: #6b9acc;--star-color2: #446b8d;--star-color3: #3e5879;background-image:radial-gradient(2px 2px at 20px 30px,var(--star-color2),rgba(0,0,0,0)),radial-gradient(2px 2px at 40px 70px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 50px 160px,var(--star-color3),rgba(0,0,0,0)),radial-gradient(2px 2px at 90px 40px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 130px 80px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 160px 120px,var(--star-color3),rgba(0,0,0,0));background-repeat:repeat;background-size:200px 200px;width:100%;height:100%;-webkit-mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%)}.section-flare{top:-150px!important;height:100vh;background:linear-gradient(#000,var(--default-theme-background-1));width:100vw}.light-mode .section-flare{display:none}.light-mode .scalar-card{--default-theme-background-1: #fff;--default-theme-background-2: #fff;--default-theme-background-3: #fff}", b$ = ':root{--default-theme-text-decoration: underline;--default-theme-text-decoration-hover: underline}.light-mode{--default-theme-color-1: rgb(9, 9, 11);--default-theme-color-2: rgb(113, 113, 122);--default-theme-color-3: rgba(25, 25, 28, .5);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-1: #fff;--default-theme-background-2: #f4f4f5;--default-theme-background-3: #e3e3e6;--default-theme-background-accent: #8ab4f81f;--default-theme-border-color: rgb(228, 228, 231);--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.dark-mode{--default-theme-color-1: #fafafa;--default-theme-color-2: rgb(161, 161, 170);--default-theme-color-3: rgba(255, 255, 255, .533);--default-theme-color-accent: var(--default-theme-color-1);--default-theme-background-1: #09090b;--default-theme-background-2: #18181b;--default-theme-background-3: #2c2c30;--default-theme-background-accent: #8ab4f81f;--default-theme-border-color: rgba(255, 255, 255, .12);--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var(--default-theme-background-3);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: transparent;--default-sidebar-search-border-color: var(--default-theme-border-color);--default-sidebar-search-color: var(--default-theme-color-3)}.light-mode .t-doc__sidebar{--default-sidebar-item-active-background: #09090b;--default-sidebar-color-active: var(--default-sidebar-background-1)}.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: rgba(69, 255, 165, .823);--default-theme-color-red: #ff8589;--default-theme-color-yellow: #ffcc4d;--default-theme-color-blue: #6bc1fe;--default-theme-color-orange: #f98943;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}.examples .scalar-card-footer{--default-theme-background-3: transparent;padding-top:0}.code-languages-background{background:var(--default-theme-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--default-theme-border-color);background:linear-gradient(to right top,#d3e1f91f,#d1dff71c,#dfe9fb4a)!important}.light-mode .code-languages-background:before{background:linear-gradient(to right top,#00000014,#00000012,#00000030)!important}.code-languages__active .code-languages-background:before{background:var(--default-theme-background-1)!important}.code-languages span{margin-top:5px!important}.section-flare{width:100vw;height:550px;position:relative}.section-flare-item:nth-of-type(1){position:absolute;width:100vw;height:550px;--stripesDark: repeating-linear-gradient( 100deg, #000 0%, #000 7%, transparent 10%, transparent 12%, #000 16% );--rainbow: repeating-linear-gradient( 100deg, #fff 10%, #fff 16%, #fff 22%, #fff 30% );background-image:var(--stripesDark),var(--rainbow);background-size:300%,200%;background-position:50% 50%,50% 50%;filter:invert(100%);-webkit-mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);pointer-events:none;opacity:.07}.dark-mode .section-flare-item:nth-of-type(1){background-image:var(--stripesDark),var(--rainbow);filter:opacity(50%) saturate(200%);opacity:.25;height:350px}.section-flare-item:nth-of-type(1):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--stripesDark),var(--rainbow);background-size:200%,100%;background-attachment:fixed;mix-blend-mode:difference}.dark-mode .section-flare:after{background-image:var(--stripesDark),var(--rainbow)}.section-flare-item:nth-of-type(2){--star-color: #fff;--star-color2: #fff;--star-color3: #fff;width:100%;height:100%;position:absolute;background-image:radial-gradient(2px 2px at 20px 30px,var(--star-color2),rgba(0,0,0,0)),radial-gradient(2px 2px at 40px 70px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 50px 160px,var(--star-color3),rgba(0,0,0,0)),radial-gradient(2px 2px at 90px 40px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 130px 80px,var(--star-color),rgba(0,0,0,0)),radial-gradient(2px 2px at 160px 120px,var(--star-color3),rgba(0,0,0,0));background-repeat:repeat;background-size:200px 200px;-webkit-mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);opacity:.2}', Sy = ".light-mode{--default-theme-background-1: #fff;--default-theme-background-2: #f6f6f6;--default-theme-background-3: #e7e7e7;--default-theme-background-accent: #8ab4f81f;--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: #0099ff;--default-theme-border-color: rgba(0, 0, 0, .1)}.dark-mode{--default-theme-background-1: #0f0f0f;--default-theme-background-2: #1a1a1a;--default-theme-background-3: #272727;--default-theme-color-1: rgba(255, 255, 255, .9);--default-theme-color-2: rgba(255, 255, 255, .62);--default-theme-color-3: rgba(255, 255, 255, .44);--default-theme-color-accent: #3ea6ff;--default-theme-background-accent: #3ea6ff1f;--default-theme-border-color: rgba(255, 255, 255, .1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-active-background: var(--default-theme-background-2);--default-sidebar-color-active: var(--default-theme-color-1);--default-sidebar-search-background: transparent;--default-sidebar-search-color: var(--default-theme-color-3);--default-sidebar-search-border-color: var(--default-theme-border-color)}.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #00b648;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}", v$ = ".light-mode{--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: #7070ff;--default-theme-background-1: #fff;--default-theme-background-2: #f6f6f6;--default-theme-background-3: #e7e7e7;--default-theme-background-accent: #7070ff1f;--default-theme-border-color: rgba(0, 0, 0, .1);--default-theme-code-language-color-supersede: var(--default-theme-color-3)}.dark-mode{--default-theme-color-1: #f7f8f8;--default-theme-color-2: rgb(180, 188, 208);--default-theme-color-3: #b4bcd099;--default-theme-color-accent: #828fff;--default-theme-background-1: #000212;--default-theme-background-2: rgba(255, 255, 255, .05);--default-theme-background-3: rgba(255, 255, 255, .05);--default-theme-background-accent: #8ab4f81f;--default-theme-border-color: #242537;--default-theme-code-language-color-supersede: var(--default-theme-color-3)}.light-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: rgba(0, 0, 0, .05);--default-sidebar-search-border-color: 1px solid rgba(0, 0, 0, .05);--default-sidebar-search-color: var(--default-theme-color-3);--default-theme-background-2: rgba(0, 0, 0, .03)}.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: rgba(255, 255, 255, .1);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: rgba(255, 255, 255, .1);--default-sidebar-search-border-color: 1px solid rgba(255, 255, 255, .05);--default-sidebar-search-color: var(--default-theme-color-3)}.light-mode{--default-theme-color-green: #069061;--default-theme-color-red: #ef0006;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #0082d0;--default-theme-color-orange: #fb892c;--default-theme-color-purple: #5203d1;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #00b648;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}.sidebar-search{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@keyframes headerbackground{0%{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}to{background:var(--header-background-1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.dark-mode .scalar-card{background:#ffffff0d!important}.dark-mode .scalar-card *{--default-theme-background-2: transparent !important;--default-theme-background-1: transparent !important}.light-mode .dark-mode.scalar-card *,.light-mode .dark-mode.scalar-card{--default-theme-background-1: #0d0f1e !important;--default-theme-background-2: #0d0f1e !important;--default-theme-background-3: #191b29 !important}.light-mode .dark-mode.scalar-card{background:#191b29!important}.badge{box-shadow:0 0 0 1px var(--default-theme-border-color);margin-right:6px}.table-row.required-parameter .table-row-item:nth-of-type(2):after{background:transparent;box-shadow:none}.code-languages__active{--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.code-languages-background{background:linear-gradient(#fff0,#ffffff0d)!important;box-shadow:inset 0 0 0 1px var(--default-theme-border-color)!important}.section-flare{width:100vw;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(120,119,198,.3),transparent);height:100vh}", w$ = ":root{--default-theme-text-decoration: underline;--default-theme-text-decoration-hover: underline}.light-mode{--default-theme-background-1: #f9f6f0;--default-theme-background-2: #f2efe8;--default-theme-background-3: #e9e7e2;--default-theme-border-color: rgba(203, 165, 156, .6);--default-theme-color-1: #c75549;--default-theme-color-2: #c75549;--default-theme-color-3: #c75549;--default-theme-color-accent: #c75549;--default-theme-background-accent: #dcbfa81f;--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.dark-mode{--default-theme-background-1: #140507;--default-theme-background-2: #20090c;--default-theme-background-3: #321116;--default-theme-border-color: rgba(255, 255, 255, .1);--default-theme-color-1: rgba(255, 255, 255, .9);--default-theme-color-2: rgba(255, 255, 255, .62);--default-theme-color-3: rgba(255, 255, 255, .44);--default-theme-color-accent: rgba(255, 255, 255, .9);--default-theme-background-accent: #441313;--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var(--default-theme-background-3);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: rgba(255, 255, 255, .1);--default-sidebar-search-color: var(--default-theme-color-3);--default-sidebar-search-border-color: var(--default-theme-border-color);z-index:1}.light-mode{--default-theme-color-green: #09533a;--default-theme-color-red: #aa181d;--default-theme-color-yellow: #ab8d2b;--default-theme-color-blue: #19689a;--default-theme-color-orange: #b26c34;--default-theme-color-purple: #4c2191;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: rgba(69, 255, 165, .823);--default-theme-color-red: #ff8589;--default-theme-color-yellow: #ffcc4d;--default-theme-color-blue: #6bc1fe;--default-theme-color-orange: #f98943;--default-theme-color-purple: #b191f9;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}.light-mode .t-doc__sidebar{--default-sidebar-search-background: white}.examples .scalar-card-footer{--default-theme-background-3: transparent;padding-top:0}.code-languages-background{background:var(--default-theme-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--default-theme-border-color);background:linear-gradient(to right top,#d3e1f91f,#d1dff71c,#dfe9fb4a)!important}.light-mode .code-languages-background:before{background:linear-gradient(to right top,#00000014,#00000012,#00000030)!important}.code-languages__active .code-languages-background:before{background:var(--default-theme-background-1)!important}.code-languages span{margin-top:5px!important}.section-flare-item:nth-of-type(1){background:#d25019;width:80vw;height:500px;margin-top:-150px;border-radius:50%;filter:blur(100px);z-index:0}.light-mode .section-flare{display:none}.section-flare{top:-150px!important;height:100vh;right:-400px!important;left:initial}", S$ = ".light-mode{color-scheme:light;--default-theme-color-1: #000000;--default-theme-color-2: #000000;--default-theme-color-3: #000000;--default-theme-color-accent: #645b0f;--default-theme-background-1: #ccc9b3;--default-theme-background-2: #c2bfaa;--default-theme-background-3: #b8b5a1;--default-theme-background-accent: #000000;--default-theme-border-color: rgba(0, 0, 0, .2);--default-theme-scrollbar-color: rgba(0, 0, 0, .18);--default-theme-scrollbar-color-active: rgba(0, 0, 0, .36);--default-theme-lifted-brightness: 1;--default-theme-backdrop-brightness: 1;--default-theme-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--default-theme-shadow-2: rgba(0, 0, 0, .08) 0px 13px 20px 0px, rgba(0, 0, 0, .08) 0px 3px 8px 0px, var(--default-theme-border-color) 0px 0 0 1px;--default-theme-button-1: rgb(49 53 56);--default-theme-button-1-color: #fff;--default-theme-button-1-hover: rgb(28 31 33);--default-theme-color-red: #b91c1c;--default-theme-color-orange: #a16207;--default-theme-color-green: #047857;--default-theme-color-blue: #1d4ed8;--default-theme-color-orange: #c2410c;--default-theme-color-purple: #6d28d9;--default-theme-code-languages-background-supersede: var( --default-theme-background-3 );--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.dark-mode{color-scheme:dark;--default-theme-color-1: #fffef3;--default-theme-color-2: #fffef3;--default-theme-color-3: #fffef3;--default-theme-color-accent: #c3b531;--default-theme-background-1: #313332;--default-theme-background-2: #393b3a;--default-theme-background-3: #414342;--default-theme-background-accent: #fffef3;--default-theme-border-color: rgba(255, 255, 255, .1);--default-theme-scrollbar-color: rgba(255, 255, 255, .24);--default-theme-scrollbar-color-active: rgba(255, 255, 255, .48);--default-theme-lifted-brightness: 1.45;--default-theme-backdrop-brightness: .5;--default-theme-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--default-theme-shadow-2: rgba(15, 15, 15, .2) 0px 3px 6px, rgba(15, 15, 15, .4) 0px 9px 24px, 0 0 0 1px rgba(255, 255, 255, .1);--default-theme-button-1: #f6f6f6;--default-theme-button-1-color: #000;--default-theme-button-1-hover: #e7e7e7;--default-theme-color-green: #00b648;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9;--default-theme-code-languages-background-supersede: var( --default-theme-background-3 );--default-theme-code-language-color-supersede: var(--default-theme-color-1)}.light-mode .t-doc__sidebar,.dark-mode .sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-sidebar-background-1);--default-sidebar-search-background: var(--default-theme-background-3);--default-sidebar-search-border-color: var( --default-sidebar-search-background );--default-sidebar-search--color: var(--default-theme-color-3)}", k$ = ".light-mode{--default-theme-background-1: #fff;--default-theme-background-2: #f5f6f8;--default-theme-background-3: #eceef1;--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: #5469d4;--default-theme-background-accent: #5469d41f;--default-theme-border-color: rgba(215, 215, 206, .5)}.dark-mode{--default-theme-background-1: #15171c;--default-theme-background-2: #1c1e24;--default-theme-background-3: #22252b;--default-theme-color-1: #fafafa;--default-theme-color-2: #c9ced8;--default-theme-color-3: #8c99ad;--default-theme-color-accent: #5469d4;--default-theme-background-accent: #5469d41f;--default-theme-border-color: rgba(255, 255, 255, .12)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-3);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: var(--default-theme-background-1);--default-sidebar-search-color: var(--default-theme-color-3);--default-sidebar-search-border-color: var(--default-theme-border-color)}.light-mode{--default-theme-color-green: #17803d;--default-theme-color-red: #e10909;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #1763a6;--default-theme-color-orange: #e25b09;--default-theme-color-purple: #5c3993;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #30a159;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #eec644;--default-theme-color-blue: #2b7abf;--default-theme-color-orange: #f07528;--default-theme-color-purple: #7a59b1;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}", $$ = ".light-mode{--default-theme-background-1: #f3f3ee;--default-theme-background-2: #e8e8e3;--default-theme-background-3: #e4e4df;--default-theme-border-color: rgba(215, 215, 206, .5);--default-theme-color-1: #2a2f45;--default-theme-color-2: #757575;--default-theme-color-3: #8e8e8e;--default-theme-color-accent: #1763a6;--default-theme-background-accent: #1f648e1f;--default-theme-code-language-color-supersede: var(--default-theme-color-1);--default-theme-code-languages-background-supersede: var( --default-theme-background-2 )}.dark-mode{--default-theme-background-1: #09090b;--default-theme-background-2: #18181b;--default-theme-background-3: #2c2c30;--default-theme-border-color: rgba(255, 255, 255, .12);--default-theme-color-1: #fafafa;--default-theme-color-2: rgb(161, 161, 170);--default-theme-color-3: rgba(255, 255, 255, .533);--default-theme-color-accent: #4eb3ec;--default-theme-background-accent: #8ab4f81f;--default-theme-code-language-color-supersede: var(--default-theme-color-1);--default-theme-code-languages-background-supersede: var( --default-theme-background-2 )}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-active-background: var(--default-theme-background-3);--default-sidebar-color-active: var(--default-theme-color-1);--default-sidebar-search-background: var(--default-theme-background-1);--default-sidebar-search-border-color: var(--default-theme-border-color);--default-sidebar-search-color: var(--default-theme-color-3)}.light-mode{--default-theme-color-green: #17803d;--default-theme-color-red: #e10909;--default-theme-color-yellow: #edbe20;--default-theme-color-blue: #1763a6;--default-theme-color-orange: #e25b09;--default-theme-color-purple: #5c3993;--default-theme-button-1: rgba(0, 0, 0, 1);--default-theme-button-1-hover: rgba(0, 0, 0, .8);--default-theme-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--default-theme-color-green: #30a159;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #eec644;--default-theme-color-blue: #2b7abf;--default-theme-color-orange: #f07528;--default-theme-color-purple: #7a59b1;--default-theme-button-1: rgba(255, 255, 255, 1);--default-theme-button-1-hover: rgba(255, 255, 255, .9);--default-theme-button-1-color: black}.dark-mode h2.t-editor__heading,.dark-mode .t-editor__page-title h1,.dark-mode h1.section-header,.dark-mode .markdown h1,.dark-mode .markdown h2,.dark-mode .markdown h3,.dark-mode .markdown h4,.dark-mode .markdown h5,.dark-mode .markdown h6{-webkit-text-fill-color:transparent;background-image:linear-gradient(to right bottom,#fff 30%,#ffffff61);-webkit-background-clip:text;background-clip:text}", P$ = ".light-mode{color-scheme:light;--default-theme-color-1: #584c27;--default-theme-color-2: #616161;--default-theme-color-3: #a89f84;--default-theme-color-accent: #b58900;--default-theme-background-1: #fdf6e3;--default-theme-background-2: #eee8d5;--default-theme-background-3: #ddd6c1;--default-theme-background-accent: #b589001f;--default-theme-border-color: #ded8c8;--default-theme-scrollbar-color: rgba(0, 0, 0, .18);--default-theme-scrollbar-color-active: rgba(0, 0, 0, .36);--default-theme-lifted-brightness: 1;--default-theme-backdrop-brightness: 1;--default-theme-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--default-theme-shadow-2: rgba(0, 0, 0, .08) 0px 13px 20px 0px, rgba(0, 0, 0, .08) 0px 3px 8px 0px, #eeeeed 0px 0 0 1px;--default-theme-button-1: rgb(49 53 56);--default-theme-button-1-color: #fff;--default-theme-button-1-hover: rgb(28 31 33);--default-theme-color-red: #b91c1c;--default-theme-color-orange: #a16207;--default-theme-color-green: #047857;--default-theme-color-blue: #1d4ed8;--default-theme-color-orange: #c2410c;--default-theme-color-purple: #6d28d9}.dark-mode{color-scheme:dark;--default-theme-color-1: #fff;--default-theme-color-2: #cccccc;--default-theme-color-3: #6d8890;--default-theme-color-accent: #007acc;--default-theme-background-1: #00212b;--default-theme-background-2: #012b36;--default-theme-background-3: #004052;--default-theme-background-accent: #015a6f;--default-theme-border-color: rgba(255, 255, 255, .1);--default-theme-scrollbar-color: rgba(255, 255, 255, .24);--default-theme-scrollbar-color-active: rgba(255, 255, 255, .48);--default-theme-lifted-brightness: 1.45;--default-theme-backdrop-brightness: .5;--default-theme-shadow-1: 0 1px 3px 0 rgb(0, 0, 0, .1);--default-theme-shadow-2: rgba(15, 15, 15, .2) 0px 3px 6px, rgba(15, 15, 15, .4) 0px 9px 24px, 0 0 0 1px rgba(255, 255, 255, .1);--default-theme-button-1: #f6f6f6;--default-theme-button-1-color: #000;--default-theme-button-1-hover: #e7e7e7;--default-theme-color-green: #00b648;--default-theme-color-red: #dc1b19;--default-theme-color-yellow: #ffc90d;--default-theme-color-blue: #4eb3ec;--default-theme-color-orange: #ff8d4d;--default-theme-color-purple: #b191f9}.light-mode .t-doc__sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-theme-color-accent);--default-sidebar-search-background: var(--default-theme-background-2);--default-sidebar-search-border-color: var(--sidebar-search-background);--default-sidebar-search--color: var(--default-theme-color-3)}.dark-mode .sidebar{--default-sidebar-background-1: var(--default-theme-background-1);--default-sidebar-item-hover-color: currentColor;--default-sidebar-item-hover-background: var(--default-theme-background-2);--default-sidebar-item-active-background: var( --default-theme-background-accent );--default-sidebar-border-color: var(--default-theme-border-color);--default-sidebar-color-1: var(--default-theme-color-1);--default-sidebar-color-2: var(--default-theme-color-2);--default-sidebar-color-active: var(--default-sidebar-color-1);--default-sidebar-search-background: var(--default-theme-background-2);--default-sidebar-search-border-color: var(--sidebar-search-background);--default-sidebar-search--color: var(--default-theme-color-3)}", ky = /* @__PURE__ */ H({
|
|
28
28
|
__name: "ThemeStyles",
|
|
29
29
|
props: {
|
|
30
30
|
id: {}
|
|
@@ -38238,7 +38238,7 @@ function HX(r, e) {
|
|
|
38238
38238
|
O.loc.end.offset
|
|
38239
38239
|
]), dn.document(m, O);
|
|
38240
38240
|
}
|
|
38241
|
-
const GX = (r) => (e) => r === e, FX = (r) => (e) => !r(e), KX = (r) => Object.values(r), JX = (r) => r !== void 0, Sm = (r) => (e) => e.keyword === r,
|
|
38241
|
+
const GX = (r) => (e) => r === e, FX = (r) => (e) => !r(e), KX = (r) => Object.values(r), JX = (r) => r !== void 0, Sm = (r) => (e) => e.keyword === r, eW = Sm("required"), tW = Sm("anyOf"), RS = Sm("enum"), Uo = (r) => r && r.errors || [], ZS = (r) => r && KX(r.children) || [], rW = (r) => (e) => ZS(r).filter(FX(GX(e))), sy = (
|
|
38242
38242
|
/* ::<T> */
|
|
38243
38243
|
(r) => (e) => e.reduce((t, n) => t.concat(n), r)
|
|
38244
38244
|
), IS = (r) => {
|
|
@@ -38247,7 +38247,7 @@ const GX = (r) => (e) => r === e, FX = (r) => (e) => !r(e), KX = (r) => Object.v
|
|
|
38247
38247
|
e[t] = e[t].split("~1").join("/").split("~0").join("~");
|
|
38248
38248
|
return e;
|
|
38249
38249
|
};
|
|
38250
|
-
function
|
|
38250
|
+
function nW(r, e, t) {
|
|
38251
38251
|
const n = IS(e), s = n.length - 1;
|
|
38252
38252
|
return n.reduce((i, o, a) => {
|
|
38253
38253
|
switch (i == null ? void 0 : i.type) {
|
|
@@ -38268,7 +38268,7 @@ function n7(r, e, t) {
|
|
|
38268
38268
|
}
|
|
38269
38269
|
}, r.body);
|
|
38270
38270
|
}
|
|
38271
|
-
function
|
|
38271
|
+
function sW(r) {
|
|
38272
38272
|
if (!r || !r.elements)
|
|
38273
38273
|
return "";
|
|
38274
38274
|
const e = r.elements.filter(
|
|
@@ -38276,7 +38276,7 @@ function s7(r) {
|
|
|
38276
38276
|
);
|
|
38277
38277
|
return e.length && e[0].value && `:${e[0].value.value}` || "";
|
|
38278
38278
|
}
|
|
38279
|
-
function
|
|
38279
|
+
function iW(r, e) {
|
|
38280
38280
|
let t = "";
|
|
38281
38281
|
return IS(e).reduce((n, s) => {
|
|
38282
38282
|
switch (n == null ? void 0 : n.type) {
|
|
@@ -38290,7 +38290,7 @@ function i7(r, e) {
|
|
|
38290
38290
|
return i[0].value;
|
|
38291
38291
|
}
|
|
38292
38292
|
case "Array":
|
|
38293
|
-
return t += `/${s}${
|
|
38293
|
+
return t += `/${s}${sW(n.elements[s])}`, n.elements[s];
|
|
38294
38294
|
}
|
|
38295
38295
|
}, r.body), t;
|
|
38296
38296
|
}
|
|
@@ -38303,7 +38303,7 @@ class ho {
|
|
|
38303
38303
|
return this.colorize ? chalk : new chalk.Instance({ level: 0 });
|
|
38304
38304
|
}
|
|
38305
38305
|
getLocation(e = this.instancePath) {
|
|
38306
|
-
const { isIdentifierLocation: t, isSkipEndLocation: n } = this.options, { loc: s } =
|
|
38306
|
+
const { isIdentifierLocation: t, isSkipEndLocation: n } = this.options, { loc: s } = nW(
|
|
38307
38307
|
this.jsonAst,
|
|
38308
38308
|
e,
|
|
38309
38309
|
t
|
|
@@ -38314,7 +38314,7 @@ class ho {
|
|
|
38314
38314
|
};
|
|
38315
38315
|
}
|
|
38316
38316
|
getDecoratedPath(e = this.instancePath) {
|
|
38317
|
-
return
|
|
38317
|
+
return iW(this.jsonAst, e);
|
|
38318
38318
|
}
|
|
38319
38319
|
getCodeFrame(e, t = this.instancePath) {
|
|
38320
38320
|
return codeFrameColumns(this.jsonRaw, this.getLocation(t), {
|
|
@@ -38351,7 +38351,7 @@ class ho {
|
|
|
38351
38351
|
);
|
|
38352
38352
|
}
|
|
38353
38353
|
}
|
|
38354
|
-
class
|
|
38354
|
+
class oW extends ho {
|
|
38355
38355
|
constructor(...e) {
|
|
38356
38356
|
super(...e), this.name = "AdditionalPropValidationError", this.options.isIdentifierLocation = !0;
|
|
38357
38357
|
}
|
|
@@ -38373,7 +38373,7 @@ class o7 extends ho {
|
|
|
38373
38373
|
};
|
|
38374
38374
|
}
|
|
38375
38375
|
}
|
|
38376
|
-
class
|
|
38376
|
+
class aW extends ho {
|
|
38377
38377
|
constructor(...e) {
|
|
38378
38378
|
super(...e), this.name = "DefaultValidationError", this.options.isSkipEndLocation = !0;
|
|
38379
38379
|
}
|
|
@@ -38392,8 +38392,8 @@ class a7 extends ho {
|
|
|
38392
38392
|
};
|
|
38393
38393
|
}
|
|
38394
38394
|
}
|
|
38395
|
-
var Md = {},
|
|
38396
|
-
function
|
|
38395
|
+
var Md = {}, lW = /~/, cW = /~[01]/g;
|
|
38396
|
+
function dW(r) {
|
|
38397
38397
|
switch (r) {
|
|
38398
38398
|
case "~1":
|
|
38399
38399
|
return "/";
|
|
@@ -38403,9 +38403,9 @@ function d7(r) {
|
|
|
38403
38403
|
throw new Error("Invalid tilde escape: " + r);
|
|
38404
38404
|
}
|
|
38405
38405
|
function jS(r) {
|
|
38406
|
-
return
|
|
38406
|
+
return lW.test(r) ? r.replace(cW, dW) : r;
|
|
38407
38407
|
}
|
|
38408
|
-
function
|
|
38408
|
+
function uW(r, e, t) {
|
|
38409
38409
|
for (var n, s, i = 1, o = e.length; i < o; ) {
|
|
38410
38410
|
if (e[i] === "constructor" || e[i] === "prototype" || e[i] === "__proto__")
|
|
38411
38411
|
return r;
|
|
@@ -38448,9 +38448,9 @@ function MS(r, e, t) {
|
|
|
38448
38448
|
throw new Error("Invalid input object.");
|
|
38449
38449
|
if (e = km(e), e.length === 0)
|
|
38450
38450
|
throw new Error("Invalid JSON pointer for set.");
|
|
38451
|
-
return
|
|
38451
|
+
return uW(r, e, t);
|
|
38452
38452
|
}
|
|
38453
|
-
function
|
|
38453
|
+
function hW(r) {
|
|
38454
38454
|
var e = km(r);
|
|
38455
38455
|
return {
|
|
38456
38456
|
get: function(t) {
|
|
@@ -38463,9 +38463,9 @@ function h7(r) {
|
|
|
38463
38463
|
}
|
|
38464
38464
|
Md.get = NS;
|
|
38465
38465
|
Md.set = MS;
|
|
38466
|
-
Md.compile =
|
|
38466
|
+
Md.compile = hW;
|
|
38467
38467
|
const Du = [], iy = [];
|
|
38468
|
-
function
|
|
38468
|
+
function fW(r, e) {
|
|
38469
38469
|
if (r === e)
|
|
38470
38470
|
return 0;
|
|
38471
38471
|
const t = r;
|
|
@@ -38486,7 +38486,7 @@ function f7(r, e) {
|
|
|
38486
38486
|
c = o === iy[d] ? l : l + 1, l = Du[d], a = Du[d] = l > a ? c > a ? a + 1 : c : c > l ? l + 1 : c;
|
|
38487
38487
|
return a;
|
|
38488
38488
|
}
|
|
38489
|
-
class
|
|
38489
|
+
class pW extends ho {
|
|
38490
38490
|
constructor(...e) {
|
|
38491
38491
|
super(...e), this.name = "EnumValidationError";
|
|
38492
38492
|
}
|
|
@@ -38520,14 +38520,14 @@ class p7 extends ho {
|
|
|
38520
38520
|
return null;
|
|
38521
38521
|
const n = e.map((s) => ({
|
|
38522
38522
|
value: s,
|
|
38523
|
-
weight:
|
|
38523
|
+
weight: fW(s, t.toString())
|
|
38524
38524
|
})).sort(
|
|
38525
38525
|
(s, i) => s.weight > i.weight ? 1 : s.weight < i.weight ? -1 : 0
|
|
38526
38526
|
)[0];
|
|
38527
38527
|
return e.length === 1 || n.weight < n.value.length ? n.value : null;
|
|
38528
38528
|
}
|
|
38529
38529
|
}
|
|
38530
|
-
class
|
|
38530
|
+
class mW extends ho {
|
|
38531
38531
|
constructor(...e) {
|
|
38532
38532
|
super(...e), this.name = "PatternValidationError", this.options.isIdentifierLocation = !0;
|
|
38533
38533
|
}
|
|
@@ -38550,7 +38550,7 @@ class m7 extends ho {
|
|
|
38550
38550
|
};
|
|
38551
38551
|
}
|
|
38552
38552
|
}
|
|
38553
|
-
class
|
|
38553
|
+
class gW extends ho {
|
|
38554
38554
|
constructor(...e) {
|
|
38555
38555
|
super(...e), this.name = "RequiredValidationError";
|
|
38556
38556
|
}
|
|
@@ -38575,7 +38575,7 @@ class g7 extends ho {
|
|
|
38575
38575
|
};
|
|
38576
38576
|
}
|
|
38577
38577
|
}
|
|
38578
|
-
class
|
|
38578
|
+
class OW extends ho {
|
|
38579
38579
|
constructor(...e) {
|
|
38580
38580
|
super(...e), this.name = "UnevaluatedPropValidationError", this.options.isIdentifierLocation = !0;
|
|
38581
38581
|
}
|
|
@@ -38597,18 +38597,18 @@ class O7 extends ho {
|
|
|
38597
38597
|
};
|
|
38598
38598
|
}
|
|
38599
38599
|
}
|
|
38600
|
-
const
|
|
38601
|
-
function
|
|
38600
|
+
const yW = /\/[\w_-]+(\/\d+)?/g;
|
|
38601
|
+
function bW(r = []) {
|
|
38602
38602
|
const e = { children: {} };
|
|
38603
38603
|
return r.forEach((t) => {
|
|
38604
|
-
const n = typeof t.instancePath < "u" ? t.instancePath : t.dataPath, s = n === "" ? [""] : n.match(
|
|
38604
|
+
const n = typeof t.instancePath < "u" ? t.instancePath : t.dataPath, s = n === "" ? [""] : n.match(yW);
|
|
38605
38605
|
s && s.reduce((i, o, a) => (i.children[o] = i.children[o] || { children: {}, errors: [] }, a === s.length - 1 && i.children[o].errors.push(t), i.children[o]), e);
|
|
38606
38606
|
}), e;
|
|
38607
38607
|
}
|
|
38608
38608
|
function DS(r, e, t) {
|
|
38609
38609
|
Uo(r).forEach((n) => {
|
|
38610
|
-
|
|
38611
|
-
}), Uo(r).some(
|
|
38610
|
+
eW(n) && (r.errors = [n], r.children = {});
|
|
38611
|
+
}), Uo(r).some(tW) && Object.keys(r.children).length > 0 && delete r.errors, r.errors && r.errors.length && Uo(r).every(RS) && rW(e)(r).filter(JX).some(Uo) && delete e.children[t], Object.entries(r.children).forEach(
|
|
38612
38612
|
([n, s]) => DS(s, r, n)
|
|
38613
38613
|
);
|
|
38614
38614
|
}
|
|
@@ -38619,7 +38619,7 @@ function XS(r, e) {
|
|
|
38619
38619
|
sy([])(t.map((i) => i.params.allowedValues))
|
|
38620
38620
|
)], s = t[0];
|
|
38621
38621
|
return [
|
|
38622
|
-
new
|
|
38622
|
+
new pW(
|
|
38623
38623
|
{
|
|
38624
38624
|
...s,
|
|
38625
38625
|
params: { allowedValues: n }
|
|
@@ -38632,31 +38632,31 @@ function XS(r, e) {
|
|
|
38632
38632
|
t.reduce((n, s) => {
|
|
38633
38633
|
switch (s.keyword) {
|
|
38634
38634
|
case "additionalProperties":
|
|
38635
|
-
return n.concat(new
|
|
38635
|
+
return n.concat(new oW(s, e));
|
|
38636
38636
|
case "pattern":
|
|
38637
|
-
return n.concat(new
|
|
38637
|
+
return n.concat(new mW(s, e));
|
|
38638
38638
|
case "required":
|
|
38639
|
-
return n.concat(new
|
|
38639
|
+
return n.concat(new gW(s, e));
|
|
38640
38640
|
case "unevaluatedProperties":
|
|
38641
|
-
return n.concat(new
|
|
38641
|
+
return n.concat(new OW(s, e));
|
|
38642
38642
|
default:
|
|
38643
|
-
return n.concat(new
|
|
38643
|
+
return n.concat(new aW(s, e));
|
|
38644
38644
|
}
|
|
38645
38645
|
}, [])
|
|
38646
38646
|
)(ZS(r).map((n) => XS(n, e)));
|
|
38647
38647
|
}
|
|
38648
|
-
function
|
|
38649
|
-
const t =
|
|
38648
|
+
function vW(r, e) {
|
|
38649
|
+
const t = bW(r || []);
|
|
38650
38650
|
return DS(t), XS(t, e);
|
|
38651
38651
|
}
|
|
38652
|
-
function
|
|
38652
|
+
function wW(r, e, t, n = {}) {
|
|
38653
38653
|
const {
|
|
38654
38654
|
colorize: s = !0,
|
|
38655
38655
|
format: i = "cli",
|
|
38656
38656
|
indent: o = null,
|
|
38657
38657
|
json: a = null
|
|
38658
38658
|
} = n, l = a || JSON.stringify(e, null, o), c = HX(l), d = (f) => f.print().join(`
|
|
38659
|
-
`), u = (f) => f.getError(), h =
|
|
38659
|
+
`), u = (f) => f.getError(), h = vW(t, {
|
|
38660
38660
|
colorize: s,
|
|
38661
38661
|
data: e,
|
|
38662
38662
|
schema: r,
|
|
@@ -38678,13 +38678,13 @@ function zo(r, e) {
|
|
|
38678
38678
|
error: e,
|
|
38679
38679
|
path: ""
|
|
38680
38680
|
}
|
|
38681
|
-
] :
|
|
38681
|
+
] : wW(r, null, e, {
|
|
38682
38682
|
format: "js",
|
|
38683
38683
|
indent: 2,
|
|
38684
38684
|
colorize: !1
|
|
38685
38685
|
}).map((t) => (t.error = t.error.trim(), t));
|
|
38686
38686
|
}
|
|
38687
|
-
function
|
|
38687
|
+
function SW(r) {
|
|
38688
38688
|
try {
|
|
38689
38689
|
return TS(r), {
|
|
38690
38690
|
valid: !0
|
|
@@ -38729,7 +38729,7 @@ class $m {
|
|
|
38729
38729
|
)
|
|
38730
38730
|
};
|
|
38731
38731
|
const l = await this.getAjvValidator(i);
|
|
38732
|
-
return l(s) ?
|
|
38732
|
+
return l(s) ? SW(n.specification) : l.errors && l.errors.length > 0 ? {
|
|
38733
38733
|
valid: !1,
|
|
38734
38734
|
errors: zo(n, l.errors)
|
|
38735
38735
|
} : {
|
|
@@ -38757,12 +38757,12 @@ class $m {
|
|
|
38757
38757
|
}
|
|
38758
38758
|
}
|
|
38759
38759
|
In($m, "supportedVersions", Ew);
|
|
38760
|
-
function
|
|
38760
|
+
function kW() {
|
|
38761
38761
|
return {
|
|
38762
|
-
load: $
|
|
38762
|
+
load: $W
|
|
38763
38763
|
};
|
|
38764
38764
|
}
|
|
38765
|
-
function $
|
|
38765
|
+
function $W(r) {
|
|
38766
38766
|
const e = _S(r);
|
|
38767
38767
|
return {
|
|
38768
38768
|
get: () => e,
|
|
@@ -38828,10 +38828,10 @@ function Ba(r) {
|
|
|
38828
38828
|
function Ha(r) {
|
|
38829
38829
|
return SX(r);
|
|
38830
38830
|
}
|
|
38831
|
-
const
|
|
38831
|
+
const PW = (r) => new Promise(async (e, t) => {
|
|
38832
38832
|
var n;
|
|
38833
38833
|
try {
|
|
38834
|
-
const { schema: s, errors: i } = await
|
|
38834
|
+
const { schema: s, errors: i } = await kW().load(r).resolve();
|
|
38835
38835
|
if (i != null && i.length && console.warn(
|
|
38836
38836
|
`Please open an issue on https://github.com/scalar/scalar
|
|
38837
38837
|
`,
|
|
@@ -38842,11 +38842,11 @@ const P7 = (r) => new Promise(async (e, t) => {
|
|
|
38842
38842
|
t(((n = i == null ? void 0 : i[0]) == null ? void 0 : n.error) ?? "Failed to parse the OpenAPI file.");
|
|
38843
38843
|
return;
|
|
38844
38844
|
}
|
|
38845
|
-
e(
|
|
38845
|
+
e(_W(structuredClone(s)));
|
|
38846
38846
|
} catch (s) {
|
|
38847
38847
|
t(s);
|
|
38848
38848
|
}
|
|
38849
|
-
}),
|
|
38849
|
+
}), _W = (r) => {
|
|
38850
38850
|
r.tags || (r.tags = []), r.paths || (r.paths = {});
|
|
38851
38851
|
const e = {};
|
|
38852
38852
|
Object.keys(r.webhooks ?? {}).forEach((n) => {
|
|
@@ -38923,8 +38923,8 @@ const P7 = (r) => new Promise(async (e, t) => {
|
|
|
38923
38923
|
...r,
|
|
38924
38924
|
webhooks: e
|
|
38925
38925
|
};
|
|
38926
|
-
return
|
|
38927
|
-
},
|
|
38926
|
+
return xW(t);
|
|
38927
|
+
}, xW = (r) => {
|
|
38928
38928
|
var e;
|
|
38929
38929
|
return {
|
|
38930
38930
|
...r,
|
|
@@ -38933,8 +38933,8 @@ const P7 = (r) => new Promise(async (e, t) => {
|
|
|
38933
38933
|
return ((n = t.operations) == null ? void 0 : n.length) > 0;
|
|
38934
38934
|
})
|
|
38935
38935
|
};
|
|
38936
|
-
}, yf = (r) => new Promise((e) => setTimeout(e, r)),
|
|
38937
|
-
function
|
|
38936
|
+
}, yf = (r) => new Promise((e) => setTimeout(e, r)), QW = Symbol("downloadSpec"), qS = by(QW);
|
|
38937
|
+
function TW(r) {
|
|
38938
38938
|
const e = xc(r), t = e ? new Blob([r], { type: "application/json" }) : new Blob([r], { type: "application/x-yaml" }), n = URL.createObjectURL(t), s = document.createElement("a");
|
|
38939
38939
|
s.href = n, s.download = e ? "spec.json" : "spec.yaml", s.dispatchEvent(
|
|
38940
38940
|
new MouseEvent("click", {
|
|
@@ -38946,19 +38946,19 @@ function T7(r) {
|
|
|
38946
38946
|
window.URL.revokeObjectURL(n), s.remove();
|
|
38947
38947
|
}, 100);
|
|
38948
38948
|
}
|
|
38949
|
-
function
|
|
38949
|
+
function CW(r, e = 1) {
|
|
38950
38950
|
const t = new RegExp(`^(?=#{${e}} )`, "m");
|
|
38951
38951
|
return r.split(t).map((n) => n.trim()).filter(Boolean);
|
|
38952
38952
|
}
|
|
38953
38953
|
const VS = {
|
|
38954
38954
|
toast: (r) => null
|
|
38955
38955
|
};
|
|
38956
|
-
function
|
|
38956
|
+
function AW(r) {
|
|
38957
38957
|
VS.toast = r;
|
|
38958
38958
|
}
|
|
38959
38959
|
function US() {
|
|
38960
38960
|
return {
|
|
38961
|
-
initializeToasts:
|
|
38961
|
+
initializeToasts: AW,
|
|
38962
38962
|
toast: VS.toast
|
|
38963
38963
|
};
|
|
38964
38964
|
}
|
|
@@ -38972,7 +38972,7 @@ const fo = () => {
|
|
|
38972
38972
|
}
|
|
38973
38973
|
};
|
|
38974
38974
|
}, Zn = he(!1);
|
|
38975
|
-
function
|
|
38975
|
+
function EW(r) {
|
|
38976
38976
|
var s;
|
|
38977
38977
|
const e = () => {
|
|
38978
38978
|
var o, a;
|
|
@@ -38998,37 +38998,37 @@ function E7(r) {
|
|
|
38998
38998
|
setDarkMode: n
|
|
38999
38999
|
};
|
|
39000
39000
|
}
|
|
39001
|
-
const _m = he(""), bf = he(!1),
|
|
39001
|
+
const _m = he(""), bf = he(!1), RW = (r) => r.slug ? `description/${r.slug}` : "", ZW = (r, e) => {
|
|
39002
39002
|
if (!r)
|
|
39003
39003
|
return "webhooks";
|
|
39004
39004
|
const t = Qf(r), n = encodeURIComponent(t);
|
|
39005
39005
|
return `webhook/${e}/${n}`;
|
|
39006
|
-
},
|
|
39006
|
+
}, IW = (r) => {
|
|
39007
39007
|
if (!r)
|
|
39008
39008
|
return "models";
|
|
39009
39009
|
const e = Qf(r);
|
|
39010
39010
|
return `model/${encodeURIComponent(e)}`;
|
|
39011
|
-
},
|
|
39011
|
+
}, jW = (r, e) => `${zS(e)}/${r.httpVerb}${r.path}`, zS = ({ name: r }) => {
|
|
39012
39012
|
const e = Qf(r);
|
|
39013
39013
|
return `tag/${encodeURIComponent(e)}`;
|
|
39014
|
-
},
|
|
39014
|
+
}, NW = (r = _m.value) => {
|
|
39015
39015
|
var n;
|
|
39016
39016
|
const e = (n = r.match(/(tag\/[^/]+)/)) == null ? void 0 : n[0], t = r.startsWith("model") ? "models" : "";
|
|
39017
39017
|
return e ?? t;
|
|
39018
|
-
}, oy = () => _m.value = window.location.hash.replace(/^#/, ""),
|
|
39018
|
+
}, oy = () => _m.value = window.location.hash.replace(/^#/, ""), MW = () => Pn(async () => {
|
|
39019
39019
|
oy(), window.onhashchange = async () => {
|
|
39020
39020
|
bf.value = !1, oy(), B1(window.location.hash.replace(/^#/, "")), await yf(100), bf.value = !0;
|
|
39021
39021
|
};
|
|
39022
39022
|
}), Xt = () => ({
|
|
39023
39023
|
hash: _m,
|
|
39024
|
-
getWebhookId:
|
|
39025
|
-
getModelId:
|
|
39026
|
-
getHeadingId:
|
|
39027
|
-
getOperationId:
|
|
39028
|
-
getSectionId:
|
|
39024
|
+
getWebhookId: ZW,
|
|
39025
|
+
getModelId: IW,
|
|
39026
|
+
getHeadingId: RW,
|
|
39027
|
+
getOperationId: jW,
|
|
39028
|
+
getSectionId: NW,
|
|
39029
39029
|
getTagId: zS,
|
|
39030
39030
|
isIntersectionEnabled: bf,
|
|
39031
|
-
enableHashListener:
|
|
39031
|
+
enableHashListener: MW
|
|
39032
39032
|
});
|
|
39033
39033
|
function xm(r) {
|
|
39034
39034
|
return {
|
|
@@ -39049,7 +39049,7 @@ function xm(r) {
|
|
|
39049
39049
|
})
|
|
39050
39050
|
};
|
|
39051
39051
|
}
|
|
39052
|
-
function
|
|
39052
|
+
function DW(r) {
|
|
39053
39053
|
const e = he(null);
|
|
39054
39054
|
return Pn(() => {
|
|
39055
39055
|
e.value = r();
|
|
@@ -39069,27 +39069,27 @@ function Qm(r) {
|
|
|
39069
39069
|
}) };
|
|
39070
39070
|
}
|
|
39071
39071
|
const {
|
|
39072
|
-
getHeadingId:
|
|
39072
|
+
getHeadingId: XW,
|
|
39073
39073
|
getModelId: ay,
|
|
39074
39074
|
getOperationId: ly,
|
|
39075
|
-
getSectionId:
|
|
39075
|
+
getSectionId: WW,
|
|
39076
39076
|
getTagId: YS,
|
|
39077
39077
|
getWebhookId: Xu,
|
|
39078
|
-
hash:
|
|
39078
|
+
hash: qW
|
|
39079
39079
|
} = Xt(), ht = he(void 0), Xc = sn({});
|
|
39080
|
-
function
|
|
39080
|
+
function VW(r) {
|
|
39081
39081
|
Xc[r] = !Xc[r];
|
|
39082
39082
|
}
|
|
39083
39083
|
function Wu(r, e) {
|
|
39084
39084
|
Xc[r] = e;
|
|
39085
39085
|
}
|
|
39086
|
-
const LS = he([]),
|
|
39086
|
+
const LS = he([]), UW = async (r) => {
|
|
39087
39087
|
const e = await Cc(r), t = V1(e);
|
|
39088
39088
|
return e.filter((n) => n.depth === t);
|
|
39089
39089
|
}, BS = de(() => {
|
|
39090
39090
|
var c, d, u, h, f, p, m, g, O, y, b, w, $;
|
|
39091
39091
|
const { state: r } = Tf(), e = {}, t = LS.value.map((S) => ({
|
|
39092
|
-
id:
|
|
39092
|
+
id: XW(S),
|
|
39093
39093
|
title: S.value.toUpperCase(),
|
|
39094
39094
|
show: !r.showApiClient
|
|
39095
39095
|
})), n = (d = (c = ht.value) == null ? void 0 : c.tags) == null ? void 0 : d[0], i = n && ((S) => (S == null ? void 0 : S.length) !== 1 || S[0].name !== "default" || S[0].description !== "")((u = ht.value) == null ? void 0 : u.tags) && ((h = n.operations) == null ? void 0 : h.length) > 0 ? (p = (f = ht.value) == null ? void 0 : f.tags) == null ? void 0 : p.map((S) => {
|
|
@@ -39192,9 +39192,9 @@ const LS = he([]), U7 = async (r) => {
|
|
|
39192
39192
|
],
|
|
39193
39193
|
titles: e
|
|
39194
39194
|
};
|
|
39195
|
-
}),
|
|
39195
|
+
}), zW = de(() => {
|
|
39196
39196
|
var r, e;
|
|
39197
|
-
return ((e = (r = BS.value) == null ? void 0 : r.titles) == null ? void 0 : e[
|
|
39197
|
+
return ((e = (r = BS.value) == null ? void 0 : r.titles) == null ? void 0 : e[qW.value]) ?? "";
|
|
39198
39198
|
});
|
|
39199
39199
|
function xn(r) {
|
|
39200
39200
|
return r != null && r.parsedSpec && (ht.value = r.parsedSpec, qe(
|
|
@@ -39205,7 +39205,7 @@ function xn(r) {
|
|
|
39205
39205
|
() => {
|
|
39206
39206
|
var e, t;
|
|
39207
39207
|
if (window != null && window.location.hash) {
|
|
39208
|
-
const n =
|
|
39208
|
+
const n = WW(window.location.hash);
|
|
39209
39209
|
n || Wu(n, !0);
|
|
39210
39210
|
} else {
|
|
39211
39211
|
const n = (t = (e = ht.value) == null ? void 0 : e.tags) == null ? void 0 : t[0];
|
|
@@ -39220,17 +39220,17 @@ function xn(r) {
|
|
|
39220
39220
|
async () => {
|
|
39221
39221
|
var t, n;
|
|
39222
39222
|
const e = (n = (t = ht.value) == null ? void 0 : t.info) == null ? void 0 : n.description;
|
|
39223
|
-
return e ? LS.value = await
|
|
39223
|
+
return e ? LS.value = await UW(e) : [];
|
|
39224
39224
|
}
|
|
39225
39225
|
)), {
|
|
39226
|
-
breadcrumb:
|
|
39226
|
+
breadcrumb: zW,
|
|
39227
39227
|
items: BS,
|
|
39228
39228
|
collapsedSidebarItems: Xc,
|
|
39229
|
-
toggleCollapsedSidebarItem:
|
|
39229
|
+
toggleCollapsedSidebarItem: VW,
|
|
39230
39230
|
setCollapsedSidebarItem: Wu
|
|
39231
39231
|
};
|
|
39232
39232
|
}
|
|
39233
|
-
const
|
|
39233
|
+
const YW = ["unirest"], vf = he([...YW]), LW = Fk().map((r) => (r.key === "node" && (r.default = "undici", r.clients.unshift({
|
|
39234
39234
|
description: "An HTTP/1.1 client, written from scratch for Node.js.",
|
|
39235
39235
|
key: "undici",
|
|
39236
39236
|
link: "https://github.com/nodejs/undici",
|
|
@@ -39240,7 +39240,7 @@ const Y7 = ["unirest"], vf = he([...Y7]), L7 = Fk().map((r) => (r.key === "node"
|
|
|
39240
39240
|
), r)).filter((r) => r.clients.length);
|
|
39241
39241
|
function Ga() {
|
|
39242
39242
|
return {
|
|
39243
|
-
availableTargets: de(() =>
|
|
39243
|
+
availableTargets: de(() => LW),
|
|
39244
39244
|
excludedClients: _f(vf),
|
|
39245
39245
|
setExcludedClients: (e) => vf.value = e
|
|
39246
39246
|
};
|
|
@@ -39269,7 +39269,7 @@ const cy = () => ({
|
|
|
39269
39269
|
},
|
|
39270
39270
|
servers: [],
|
|
39271
39271
|
tags: []
|
|
39272
|
-
}),
|
|
39272
|
+
}), BW = async ({ url: r, content: e }, t) => {
|
|
39273
39273
|
if (r)
|
|
39274
39274
|
return i3(r) ? await JO(r, t) : await JO(r);
|
|
39275
39275
|
const n = typeof e == "function" ? e() : e;
|
|
@@ -39278,13 +39278,13 @@ const cy = () => ({
|
|
|
39278
39278
|
if (typeof n == "object")
|
|
39279
39279
|
return JSON.stringify(n);
|
|
39280
39280
|
};
|
|
39281
|
-
function
|
|
39281
|
+
function HW({
|
|
39282
39282
|
specConfig: r,
|
|
39283
39283
|
proxy: e
|
|
39284
39284
|
}) {
|
|
39285
39285
|
const t = he(""), n = sn(cy()), s = he(null);
|
|
39286
39286
|
function i(o) {
|
|
39287
|
-
return o ?
|
|
39287
|
+
return o ? PW(o).then((a) => {
|
|
39288
39288
|
s.value = null, Object.assign(n, {
|
|
39289
39289
|
servers: [],
|
|
39290
39290
|
...a
|
|
@@ -39298,7 +39298,7 @@ function H7({
|
|
|
39298
39298
|
async (o) => {
|
|
39299
39299
|
var a;
|
|
39300
39300
|
if (o) {
|
|
39301
|
-
const l = (a = await
|
|
39301
|
+
const l = (a = await BW(o, yt(e))) == null ? void 0 : a.trim();
|
|
39302
39302
|
typeof l == "string" && (t.value = l);
|
|
39303
39303
|
}
|
|
39304
39304
|
},
|
|
@@ -39311,16 +39311,16 @@ function H7({
|
|
|
39311
39311
|
specErrors: s
|
|
39312
39312
|
};
|
|
39313
39313
|
}
|
|
39314
|
-
const
|
|
39314
|
+
const GW = ["id"], FW = {
|
|
39315
39315
|
key: 0,
|
|
39316
39316
|
class: "sidebar-heading-chevron"
|
|
39317
|
-
},
|
|
39317
|
+
}, KW = ["href"], JW = { class: "sidebar-heading-link-title" }, e7 = {
|
|
39318
39318
|
key: 1,
|
|
39319
39319
|
class: "sidebar-heading-link-method"
|
|
39320
|
-
},
|
|
39320
|
+
}, t7 = {
|
|
39321
39321
|
key: 1,
|
|
39322
39322
|
class: "action-menu"
|
|
39323
|
-
},
|
|
39323
|
+
}, r7 = /* @__PURE__ */ H({
|
|
39324
39324
|
__name: "SidebarElement",
|
|
39325
39325
|
props: {
|
|
39326
39326
|
id: {},
|
|
@@ -39349,7 +39349,7 @@ const G7 = ["id"], F7 = {
|
|
|
39349
39349
|
}]),
|
|
39350
39350
|
onClick: s
|
|
39351
39351
|
}, [
|
|
39352
|
-
i.hasChildren ? (k(), T("p",
|
|
39352
|
+
i.hasChildren ? (k(), T("p", FW, [
|
|
39353
39353
|
Z(v(mp), {
|
|
39354
39354
|
class: "toggle-nested-icon",
|
|
39355
39355
|
icon: i.open ? "ChevronDown" : "ChevronRight",
|
|
@@ -39368,8 +39368,8 @@ const G7 = ["id"], F7 = {
|
|
|
39368
39368
|
class: "sidebar-icon",
|
|
39369
39369
|
icon: i.item.icon.src
|
|
39370
39370
|
}, null, 8, ["icon"])) : L("", !0),
|
|
39371
|
-
Q("p",
|
|
39372
|
-
i.item.httpVerb ? (k(), T("p",
|
|
39371
|
+
Q("p", JW, J(i.item.title), 1),
|
|
39372
|
+
i.item.httpVerb ? (k(), T("p", e7, [
|
|
39373
39373
|
G(" "),
|
|
39374
39374
|
Z(v(os), {
|
|
39375
39375
|
as: "div",
|
|
@@ -39379,16 +39379,16 @@ const G7 = ["id"], F7 = {
|
|
|
39379
39379
|
short: ""
|
|
39380
39380
|
}, null, 8, ["method"])
|
|
39381
39381
|
])) : L("", !0)
|
|
39382
|
-
], 8,
|
|
39382
|
+
], 8, KW)
|
|
39383
39383
|
], 2),
|
|
39384
39384
|
i.open ? ee(i.$slots, "default", { key: 0 }, void 0, !0) : L("", !0),
|
|
39385
|
-
i.$slots["action-menu"] ? (k(), T("div",
|
|
39385
|
+
i.$slots["action-menu"] ? (k(), T("div", t7, [
|
|
39386
39386
|
ee(i.$slots, "action-menu", {}, void 0, !0)
|
|
39387
39387
|
])) : L("", !0)
|
|
39388
|
-
], 8,
|
|
39388
|
+
], 8, GW);
|
|
39389
39389
|
};
|
|
39390
39390
|
}
|
|
39391
|
-
}), Rl = /* @__PURE__ */ te(
|
|
39391
|
+
}), Rl = /* @__PURE__ */ te(r7, [["__scopeId", "data-v-df43e2cc"]]), n7 = /* @__PURE__ */ H({
|
|
39392
39392
|
__name: "SidebarGroup",
|
|
39393
39393
|
props: {
|
|
39394
39394
|
level: {}
|
|
@@ -39401,7 +39401,7 @@ const G7 = ["id"], F7 = {
|
|
|
39401
39401
|
ee(e.$slots, "default", {}, void 0, !0)
|
|
39402
39402
|
], 4));
|
|
39403
39403
|
}
|
|
39404
|
-
}), qu = /* @__PURE__ */ te(
|
|
39404
|
+
}), qu = /* @__PURE__ */ te(n7, [["__scopeId", "data-v-3fac4969"]]), s7 = { class: "sidebar" }, i7 = { class: "sidebar-group-title" }, o7 = -160, a7 = /* @__PURE__ */ H({
|
|
39405
39405
|
__name: "Sidebar",
|
|
39406
39406
|
props: {
|
|
39407
39407
|
parsedSpec: {}
|
|
@@ -39420,14 +39420,14 @@ const G7 = ["id"], F7 = {
|
|
|
39420
39420
|
const u = document.getElementById(`sidebar-${d}`);
|
|
39421
39421
|
if (!u || !a.value)
|
|
39422
39422
|
return;
|
|
39423
|
-
let h =
|
|
39423
|
+
let h = o7;
|
|
39424
39424
|
u.getAttribute("data-sidebar-type") === "heading" ? h += u.offsetTop + ((f = u.getElementsByClassName("sidebar-heading")) == null ? void 0 : f[0]).offsetHeight : h += u.offsetTop + (((p = u.parentElement) == null ? void 0 : p.offsetTop) ?? 0) + (((g = (m = u.parentElement) == null ? void 0 : m.parentElement) == null ? void 0 : g.offsetTop) ?? 0), a.value.scrollTo({ top: h, behavior: "smooth" });
|
|
39425
39425
|
};
|
|
39426
39426
|
return Pn(() => {
|
|
39427
39427
|
setTimeout(() => {
|
|
39428
39428
|
c(window.location.hash.replace(/^#/, ""));
|
|
39429
39429
|
}, 500), l.value = !1;
|
|
39430
|
-
}), (d, u) => (k(), T("div",
|
|
39430
|
+
}), (d, u) => (k(), T("div", s7, [
|
|
39431
39431
|
ee(d.$slots, "sidebar-start", {}, void 0, !0),
|
|
39432
39432
|
Q("div", {
|
|
39433
39433
|
ref_key: "scrollerEl",
|
|
@@ -39440,7 +39440,7 @@ const G7 = ["id"], F7 = {
|
|
|
39440
39440
|
key: h.id
|
|
39441
39441
|
}, [
|
|
39442
39442
|
h.isGroup ? (k(), T(K, { key: 0 }, [
|
|
39443
|
-
Q("li",
|
|
39443
|
+
Q("li", i7, J(h.title), 1),
|
|
39444
39444
|
(k(!0), T(K, null, ye(h.children, (f) => (k(), W(Rl, {
|
|
39445
39445
|
key: f.id,
|
|
39446
39446
|
id: `sidebar-${f.id}`,
|
|
@@ -39549,16 +39549,16 @@ const G7 = ["id"], F7 = {
|
|
|
39549
39549
|
ee(d.$slots, "sidebar-end", {}, void 0, !0)
|
|
39550
39550
|
]));
|
|
39551
39551
|
}
|
|
39552
|
-
}), wf = /* @__PURE__ */ te(
|
|
39552
|
+
}), wf = /* @__PURE__ */ te(a7, [["__scopeId", "data-v-2ab63047"]]), l7 = {
|
|
39553
39553
|
key: 0,
|
|
39554
39554
|
class: "api-client-drawer"
|
|
39555
|
-
},
|
|
39555
|
+
}, c7 = { class: "api-client-container" }, d7 = { class: "scalar-api-client-height" }, u7 = {
|
|
39556
39556
|
key: 0,
|
|
39557
39557
|
class: "t-doc__sidebar"
|
|
39558
|
-
},
|
|
39558
|
+
}, h7 = {
|
|
39559
39559
|
key: 1,
|
|
39560
39560
|
class: "t-doc__sidebar"
|
|
39561
|
-
},
|
|
39561
|
+
}, f7 = /* @__PURE__ */ H({
|
|
39562
39562
|
__name: "ApiClientModal",
|
|
39563
39563
|
props: {
|
|
39564
39564
|
parsedSpec: {},
|
|
@@ -39571,17 +39571,17 @@ const G7 = ["id"], F7 = {
|
|
|
39571
39571
|
setup(r) {
|
|
39572
39572
|
const { hideApiClient: e, state: t } = Tf(), n = Bc("(max-width: 1000px)");
|
|
39573
39573
|
return (s, i) => (k(), T(K, null, [
|
|
39574
|
-
v(t).showApiClient || s.overloadShow ? (k(), T("div",
|
|
39575
|
-
Q("div",
|
|
39574
|
+
v(t).showApiClient || s.overloadShow ? (k(), T("div", l7, [
|
|
39575
|
+
Q("div", c7, [
|
|
39576
39576
|
ee(s.$slots, "header", {}, void 0, !0),
|
|
39577
|
-
Q("div",
|
|
39577
|
+
Q("div", d7, [
|
|
39578
39578
|
s.tabMode ? (k(), T(K, { key: 0 }, [
|
|
39579
|
-
s.activeTab === "sidebar" ? (k(), T("div",
|
|
39579
|
+
s.activeTab === "sidebar" ? (k(), T("div", u7, [
|
|
39580
39580
|
Ze(Z(v(wf), { parsedSpec: s.parsedSpec }, null, 8, ["parsedSpec"]), [
|
|
39581
39581
|
[Jr, !v(n)]
|
|
39582
39582
|
])
|
|
39583
39583
|
])) : ee(s.$slots, "active-tab", { key: 1 }, void 0, !0)
|
|
39584
|
-
], 64)) : (k(), T("div",
|
|
39584
|
+
], 64)) : (k(), T("div", h7, [
|
|
39585
39585
|
Ze(Z(v(wf), { parsedSpec: s.parsedSpec }, {
|
|
39586
39586
|
"sidebar-start": A(() => [
|
|
39587
39587
|
ee(s.$slots, "sidebar-start", {}, void 0, !0)
|
|
@@ -39610,18 +39610,18 @@ const G7 = ["id"], F7 = {
|
|
|
39610
39610
|
})) : L("", !0)
|
|
39611
39611
|
], 64));
|
|
39612
39612
|
}
|
|
39613
|
-
}),
|
|
39613
|
+
}), p7 = /* @__PURE__ */ te(f7, [["__scopeId", "data-v-38835d0d"]]), m7 = /* @__PURE__ */ H({
|
|
39614
39614
|
__name: "CustomToaster",
|
|
39615
39615
|
setup(r) {
|
|
39616
39616
|
return (e, t) => (k(), W(v(t$), { toastOptions: { className: "toaster" } }));
|
|
39617
39617
|
}
|
|
39618
|
-
}),
|
|
39619
|
-
function
|
|
39620
|
-
return k(), T("div",
|
|
39618
|
+
}), g7 = {}, O7 = { class: "scalar-card" };
|
|
39619
|
+
function y7(r, e) {
|
|
39620
|
+
return k(), T("div", O7, [
|
|
39621
39621
|
ee(r.$slots, "default", {}, void 0, !0)
|
|
39622
39622
|
]);
|
|
39623
39623
|
}
|
|
39624
|
-
const zs = /* @__PURE__ */ te(
|
|
39624
|
+
const zs = /* @__PURE__ */ te(g7, [["render", y7], ["__scopeId", "data-v-f9d4a1f3"]]), b7 = /* @__PURE__ */ H({
|
|
39625
39625
|
__name: "CardContent",
|
|
39626
39626
|
props: {
|
|
39627
39627
|
muted: { type: Boolean },
|
|
@@ -39643,7 +39643,7 @@ const zs = /* @__PURE__ */ te(gW, [["render", yW], ["__scopeId", "data-v-f9d4a1f
|
|
|
39643
39643
|
ee(e.$slots, "default", {}, void 0, !0)
|
|
39644
39644
|
], 2));
|
|
39645
39645
|
}
|
|
39646
|
-
}), nn = /* @__PURE__ */ te(
|
|
39646
|
+
}), nn = /* @__PURE__ */ te(b7, [["__scopeId", "data-v-47a41f7c"]]), v7 = { class: "scalar-card-header-slots" }, w7 = { class: "scalar-card-header-slot scalar-card-header-title" }, S7 = { class: "scalar-card-header-slot scalar-card-header-actions" }, k7 = /* @__PURE__ */ H({
|
|
39647
39647
|
__name: "CardHeader",
|
|
39648
39648
|
props: {
|
|
39649
39649
|
muted: { type: Boolean },
|
|
@@ -39656,11 +39656,11 @@ const zs = /* @__PURE__ */ te(gW, [["render", yW], ["__scopeId", "data-v-f9d4a1f
|
|
|
39656
39656
|
const e = r;
|
|
39657
39657
|
return (t, n) => (k(), W(nn, xf(e, { class: "scalar-card-header" }), {
|
|
39658
39658
|
default: A(() => [
|
|
39659
|
-
Q("div",
|
|
39660
|
-
Q("div",
|
|
39659
|
+
Q("div", v7, [
|
|
39660
|
+
Q("div", w7, [
|
|
39661
39661
|
ee(t.$slots, "default", {}, void 0, !0)
|
|
39662
39662
|
]),
|
|
39663
|
-
Q("div",
|
|
39663
|
+
Q("div", S7, [
|
|
39664
39664
|
ee(t.$slots, "actions", {}, void 0, !0)
|
|
39665
39665
|
])
|
|
39666
39666
|
])
|
|
@@ -39668,7 +39668,7 @@ const zs = /* @__PURE__ */ te(gW, [["render", yW], ["__scopeId", "data-v-f9d4a1f
|
|
|
39668
39668
|
_: 3
|
|
39669
39669
|
}, 16));
|
|
39670
39670
|
}
|
|
39671
|
-
}), Ys = /* @__PURE__ */ te(
|
|
39671
|
+
}), Ys = /* @__PURE__ */ te(k7, [["__scopeId", "data-v-403cccd4"]]), $7 = /* @__PURE__ */ H({
|
|
39672
39672
|
__name: "CardFooter",
|
|
39673
39673
|
props: {
|
|
39674
39674
|
muted: { type: Boolean },
|
|
@@ -39686,7 +39686,7 @@ const zs = /* @__PURE__ */ te(gW, [["render", yW], ["__scopeId", "data-v-f9d4a1f
|
|
|
39686
39686
|
_: 3
|
|
39687
39687
|
}, 16));
|
|
39688
39688
|
}
|
|
39689
|
-
}), Wd = /* @__PURE__ */ te($
|
|
39689
|
+
}), Wd = /* @__PURE__ */ te($7, [["__scopeId", "data-v-c179b8a4"]]), P7 = /* @__PURE__ */ H({
|
|
39690
39690
|
__name: "CardTabHeader",
|
|
39691
39691
|
emits: ["change"],
|
|
39692
39692
|
setup(r, { emit: e }) {
|
|
@@ -39713,7 +39713,7 @@ const zs = /* @__PURE__ */ te(gW, [["render", yW], ["__scopeId", "data-v-f9d4a1f
|
|
|
39713
39713
|
_: 3
|
|
39714
39714
|
}));
|
|
39715
39715
|
}
|
|
39716
|
-
}),
|
|
39716
|
+
}), _7 = /* @__PURE__ */ te(P7, [["__scopeId", "data-v-6a91b57c"]]), x7 = /* @__PURE__ */ H({
|
|
39717
39717
|
__name: "CardTab",
|
|
39718
39718
|
setup(r) {
|
|
39719
39719
|
return (e, t) => (k(), W(v(Vu), { as: "template" }, {
|
|
@@ -39730,7 +39730,7 @@ const zs = /* @__PURE__ */ te(gW, [["render", yW], ["__scopeId", "data-v-f9d4a1f
|
|
|
39730
39730
|
_: 3
|
|
39731
39731
|
}));
|
|
39732
39732
|
}
|
|
39733
|
-
}),
|
|
39733
|
+
}), Q7 = /* @__PURE__ */ te(x7, [["__scopeId", "data-v-d044c876"]]), T7 = ["innerHTML"], C7 = /* @__PURE__ */ H({
|
|
39734
39734
|
__name: "MarkdownRenderer",
|
|
39735
39735
|
props: {
|
|
39736
39736
|
value: {},
|
|
@@ -39756,15 +39756,15 @@ const zs = /* @__PURE__ */ te(gW, [["render", yW], ["__scopeId", "data-v-f9d4a1f
|
|
|
39756
39756
|
), (s, i) => (k(), T("div", {
|
|
39757
39757
|
class: "markdown",
|
|
39758
39758
|
innerHTML: t.value
|
|
39759
|
-
}, null, 8,
|
|
39759
|
+
}, null, 8, T7));
|
|
39760
39760
|
}
|
|
39761
|
-
}), yr = /* @__PURE__ */ te(
|
|
39762
|
-
function
|
|
39763
|
-
return k(), T("div",
|
|
39761
|
+
}), yr = /* @__PURE__ */ te(C7, [["__scopeId", "data-v-2a3521d4"]]), A7 = {}, E7 = { class: "card-form" };
|
|
39762
|
+
function R7(r, e) {
|
|
39763
|
+
return k(), T("div", E7, [
|
|
39764
39764
|
ee(r.$slots, "default", {}, void 0, !0)
|
|
39765
39765
|
]);
|
|
39766
39766
|
}
|
|
39767
|
-
const dy = /* @__PURE__ */ te(
|
|
39767
|
+
const dy = /* @__PURE__ */ te(A7, [["render", R7], ["__scopeId", "data-v-d0caa558"]]), Z7 = /* @__PURE__ */ H({
|
|
39768
39768
|
__name: "CardFormButton",
|
|
39769
39769
|
setup(r, { expose: e }) {
|
|
39770
39770
|
const t = he();
|
|
@@ -39777,13 +39777,13 @@ const dy = /* @__PURE__ */ te(AW, [["render", RW], ["__scopeId", "data-v-d0caa55
|
|
|
39777
39777
|
ee(n.$slots, "default", {}, void 0, !0)
|
|
39778
39778
|
], 512));
|
|
39779
39779
|
}
|
|
39780
|
-
}), Sf = /* @__PURE__ */ te(
|
|
39781
|
-
function
|
|
39782
|
-
return k(), T("div",
|
|
39780
|
+
}), Sf = /* @__PURE__ */ te(Z7, [["__scopeId", "data-v-05ca8905"]]), I7 = {}, j7 = { class: "card-form-group" };
|
|
39781
|
+
function N7(r, e) {
|
|
39782
|
+
return k(), T("div", j7, [
|
|
39783
39783
|
ee(r.$slots, "default", {}, void 0, !0)
|
|
39784
39784
|
]);
|
|
39785
39785
|
}
|
|
39786
|
-
const uy = /* @__PURE__ */ te(
|
|
39786
|
+
const uy = /* @__PURE__ */ te(I7, [["render", N7], ["__scopeId", "data-v-cadb0c16"]]), M7 = { class: "card-form-input" }, D7 = ["for"], X7 = ["id", "type"], W7 = /* @__PURE__ */ H({
|
|
39787
39787
|
inheritAttrs: !1,
|
|
39788
39788
|
__name: "CardFormTextInput",
|
|
39789
39789
|
props: {
|
|
@@ -39791,25 +39791,25 @@ const uy = /* @__PURE__ */ te(IW, [["render", NW], ["__scopeId", "data-v-cadb0c1
|
|
|
39791
39791
|
type: {}
|
|
39792
39792
|
},
|
|
39793
39793
|
setup(r) {
|
|
39794
|
-
return (e, t) => (k(), T("div",
|
|
39794
|
+
return (e, t) => (k(), T("div", M7, [
|
|
39795
39795
|
Q("label", { for: e.id }, [
|
|
39796
39796
|
ee(e.$slots, "default", {}, void 0, !0)
|
|
39797
|
-
], 8,
|
|
39797
|
+
], 8, D7),
|
|
39798
39798
|
Q("input", xf(e.$attrs, {
|
|
39799
39799
|
id: e.id,
|
|
39800
39800
|
autocomplete: "off",
|
|
39801
39801
|
spellcheck: "false",
|
|
39802
39802
|
type: e.type ?? "text"
|
|
39803
|
-
}), null, 16,
|
|
39803
|
+
}), null, 16, X7)
|
|
39804
39804
|
]));
|
|
39805
39805
|
}
|
|
39806
|
-
}), ii = /* @__PURE__ */ te(
|
|
39807
|
-
function
|
|
39808
|
-
return k(), T("div",
|
|
39806
|
+
}), ii = /* @__PURE__ */ te(W7, [["__scopeId", "data-v-88939d2d"]]), q7 = {}, V7 = { class: "badge" };
|
|
39807
|
+
function U7(r, e) {
|
|
39808
|
+
return k(), T("div", V7, [
|
|
39809
39809
|
ee(r.$slots, "default", {}, void 0, !0)
|
|
39810
39810
|
]);
|
|
39811
39811
|
}
|
|
39812
|
-
const Vi = /* @__PURE__ */ te(
|
|
39812
|
+
const Vi = /* @__PURE__ */ te(q7, [["render", U7], ["__scopeId", "data-v-08c68ac3"]]), z7 = (r) => (tr("data-v-9ad9d97a"), r = r(), rr(), r), Y7 = { class: "scopes-label" }, L7 = /* @__PURE__ */ z7(() => /* @__PURE__ */ Q("em", null, "|", -1)), B7 = ["checked"], H7 = { class: "dropdown-item-title" }, G7 = { class: "dropdown-item-description" }, F7 = /* @__PURE__ */ H({
|
|
39813
39813
|
__name: "SecuritySchemeScopes",
|
|
39814
39814
|
props: {
|
|
39815
39815
|
scopes: {},
|
|
@@ -39838,7 +39838,7 @@ const Vi = /* @__PURE__ */ te(qW, [["render", UW], ["__scopeId", "data-v-08c68ac
|
|
|
39838
39838
|
}, [
|
|
39839
39839
|
Z(v(Mk), { as: Sf }, {
|
|
39840
39840
|
default: A(() => [
|
|
39841
|
-
Q("div",
|
|
39841
|
+
Q("div", Y7, [
|
|
39842
39842
|
Z(v(at), {
|
|
39843
39843
|
icon: d ? "ChevronUp" : "ChevronDown",
|
|
39844
39844
|
size: "sm"
|
|
@@ -39847,7 +39847,7 @@ const Vi = /* @__PURE__ */ te(qW, [["render", UW], ["__scopeId", "data-v-08c68ac
|
|
|
39847
39847
|
Z(v(Vi), { class: "scopes-label-badge" }, {
|
|
39848
39848
|
default: A(() => [
|
|
39849
39849
|
G(J(a.value.length), 1),
|
|
39850
|
-
|
|
39850
|
+
L7,
|
|
39851
39851
|
G(J(Object.entries(l.scopes).length), 1)
|
|
39852
39852
|
]),
|
|
39853
39853
|
_: 1
|
|
@@ -39883,9 +39883,9 @@ const Vi = /* @__PURE__ */ te(qW, [["render", UW], ["__scopeId", "data-v-08c68ac
|
|
|
39883
39883
|
class: "dropdown-item-check",
|
|
39884
39884
|
tabindex: "-1",
|
|
39885
39885
|
type: "checkbox"
|
|
39886
|
-
}, null, 8,
|
|
39887
|
-
Q("dt",
|
|
39888
|
-
Q("dd",
|
|
39886
|
+
}, null, 8, B7),
|
|
39887
|
+
Q("dt", H7, J(h), 1),
|
|
39888
|
+
Q("dd", G7, J(f), 1)
|
|
39889
39889
|
]),
|
|
39890
39890
|
_: 2
|
|
39891
39891
|
}, 1032, ["value"]))), 128))
|
|
@@ -39901,7 +39901,7 @@ const Vi = /* @__PURE__ */ te(qW, [["render", UW], ["__scopeId", "data-v-08c68ac
|
|
|
39901
39901
|
_: 1
|
|
39902
39902
|
}, 8, ["modelValue"]));
|
|
39903
39903
|
}
|
|
39904
|
-
}),
|
|
39904
|
+
}), K7 = /* @__PURE__ */ te(F7, [["__scopeId", "data-v-9ad9d97a"]]), J7 = { class: "description" }, eq = /* @__PURE__ */ H({
|
|
39905
39905
|
__name: "SecurityScheme",
|
|
39906
39906
|
props: {
|
|
39907
39907
|
value: {}
|
|
@@ -40077,7 +40077,7 @@ const Vi = /* @__PURE__ */ te(qW, [["render", UW], ["__scopeId", "data-v-08c68ac
|
|
|
40077
40077
|
]),
|
|
40078
40078
|
_: 1
|
|
40079
40079
|
}, 8, ["value"]),
|
|
40080
|
-
u.value !== void 0 ? (k(), W(
|
|
40080
|
+
u.value !== void 0 ? (k(), W(K7, {
|
|
40081
40081
|
key: 0,
|
|
40082
40082
|
selected: c.value,
|
|
40083
40083
|
"onUpdate:selected": h[1] || (h[1] = (m) => c.value = m),
|
|
@@ -40110,7 +40110,7 @@ const Vi = /* @__PURE__ */ te(qW, [["render", UW], ["__scopeId", "data-v-08c68ac
|
|
|
40110
40110
|
default: A(() => {
|
|
40111
40111
|
var m;
|
|
40112
40112
|
return [
|
|
40113
|
-
Q("div",
|
|
40113
|
+
Q("div", J7, [
|
|
40114
40114
|
Z(v(yr), {
|
|
40115
40115
|
value: (m = u.value) == null ? void 0 : m.description
|
|
40116
40116
|
}, null, 8, ["value"])
|
|
@@ -40830,7 +40830,7 @@ const Fa = /* @__PURE__ */ te(s9, [["render", o9], ["__scopeId", "data-v-b630668
|
|
|
40830
40830
|
return [];
|
|
40831
40831
|
const a = await Cc(e.value), l = V1(a);
|
|
40832
40832
|
return await Promise.all(
|
|
40833
|
-
|
|
40833
|
+
CW(e.value, l).map(
|
|
40834
40834
|
async (c) => ({
|
|
40835
40835
|
heading: (await Cc(c))[0],
|
|
40836
40836
|
content: c
|
|
@@ -40880,7 +40880,7 @@ const Fa = /* @__PURE__ */ te(s9, [["render", o9], ["__scopeId", "data-v-b630668
|
|
|
40880
40880
|
])
|
|
40881
40881
|
]));
|
|
40882
40882
|
}
|
|
40883
|
-
}), v9 = /* @__PURE__ */ te(b9, [["__scopeId", "data-v-
|
|
40883
|
+
}), v9 = /* @__PURE__ */ te(b9, [["__scopeId", "data-v-2d86d42a"]]), w9 = { class: "badges" }, S9 = { class: "sticky-cards" }, k9 = /* @__PURE__ */ H({
|
|
40884
40884
|
__name: "Introduction",
|
|
40885
40885
|
props: {
|
|
40886
40886
|
info: {},
|
|
@@ -42303,7 +42303,7 @@ const qV = /* @__PURE__ */ H({
|
|
|
42303
42303
|
default: A(() => {
|
|
42304
42304
|
var p;
|
|
42305
42305
|
return [
|
|
42306
|
-
Z(v(
|
|
42306
|
+
Z(v(_7), {
|
|
42307
42307
|
muted: "",
|
|
42308
42308
|
x: "as",
|
|
42309
42309
|
onChange: d
|
|
@@ -42340,7 +42340,7 @@ const qV = /* @__PURE__ */ H({
|
|
|
42340
42340
|
];
|
|
42341
42341
|
}),
|
|
42342
42342
|
default: A(() => [
|
|
42343
|
-
(k(!0), T(K, null, ye(s.value, (m) => (k(), W(v(
|
|
42343
|
+
(k(!0), T(K, null, ye(s.value, (m) => (k(), W(v(Q7), { key: m }, {
|
|
42344
42344
|
default: A(() => [
|
|
42345
42345
|
G(J(m), 1)
|
|
42346
42346
|
]),
|
|
@@ -43242,7 +43242,7 @@ const qV = /* @__PURE__ */ H({
|
|
|
43242
43242
|
layout: {}
|
|
43243
43243
|
},
|
|
43244
43244
|
setup(r) {
|
|
43245
|
-
const e = r, { getOperationId: t, getTagId: n } = Xt(), s =
|
|
43245
|
+
const e = r, { getOperationId: t, getTagId: n } = Xt(), s = DW(() => ({
|
|
43246
43246
|
url: window.location.origin
|
|
43247
43247
|
})), i = de(() => {
|
|
43248
43248
|
var d;
|
|
@@ -44617,7 +44617,7 @@ const qV = /* @__PURE__ */ H({
|
|
|
44617
44617
|
});
|
|
44618
44618
|
const p = (O = e.parsedSpec.tags) == null ? void 0 : O[0];
|
|
44619
44619
|
let m = null;
|
|
44620
|
-
d.value ? m = l(d.value) : p && (m = c(p)), m && o(m, !0), qS.on(() =>
|
|
44620
|
+
d.value ? m = l(d.value) : p && (m = c(p)), m && o(m, !0), qS.on(() => TW(e.rawSpec));
|
|
44621
44621
|
});
|
|
44622
44622
|
const u = de(
|
|
44623
44623
|
() => t.value || !e.configuration.isEditable
|
|
@@ -44721,7 +44721,7 @@ const qV = /* @__PURE__ */ H({
|
|
|
44721
44721
|
ee(p.$slots, "footer", Sr(kr(f.value)), void 0, !0)
|
|
44722
44722
|
])) : L("", !0)
|
|
44723
44723
|
], 64)) : L("", !0),
|
|
44724
|
-
Z(
|
|
44724
|
+
Z(p7, {
|
|
44725
44725
|
parsedSpec: p.parsedSpec,
|
|
44726
44726
|
proxyUrl: (w = p.configuration) == null ? void 0 : w.proxy
|
|
44727
44727
|
}, {
|
|
@@ -45188,7 +45188,7 @@ const Az = (r) => (tr("data-v-d95fdf00"), r = r(), rr(), r), Ez = {
|
|
|
45188
45188
|
emits: ["updateContent"],
|
|
45189
45189
|
setup(r) {
|
|
45190
45190
|
var u, h;
|
|
45191
|
-
const e = r, { toggleDarkMode: t, isDark: n } =
|
|
45191
|
+
const e = r, { toggleDarkMode: t, isDark: n } = EW(
|
|
45192
45192
|
(u = e.configuration) == null ? void 0 : u.darkMode
|
|
45193
45193
|
), s = de(() => {
|
|
45194
45194
|
var f;
|
|
@@ -45224,7 +45224,7 @@ const Az = (r) => (tr("data-v-d95fdf00"), r = r(), rr(), r), Ez = {
|
|
|
45224
45224
|
o("authentication", a);
|
|
45225
45225
|
const { setExcludedClients: l } = Ga();
|
|
45226
45226
|
o("hiddenClients", l);
|
|
45227
|
-
const { parsedSpec: c, rawSpec: d } =
|
|
45227
|
+
const { parsedSpec: c, rawSpec: d } = HW({
|
|
45228
45228
|
proxy: zr(() => {
|
|
45229
45229
|
var f;
|
|
45230
45230
|
return ((f = e.configuration) == null ? void 0 : f.proxy) || "";
|
|
@@ -45256,21 +45256,21 @@ const Az = (r) => (tr("data-v-d95fdf00"), r = r(), rr(), r), Ez = {
|
|
|
45256
45256
|
]),
|
|
45257
45257
|
_: 3
|
|
45258
45258
|
}, 40, ["configuration", "isDark", "parsedSpec", "rawSpec"])),
|
|
45259
|
-
Z(
|
|
45259
|
+
Z(m7)
|
|
45260
45260
|
], 64);
|
|
45261
45261
|
};
|
|
45262
45262
|
}
|
|
45263
45263
|
});
|
|
45264
45264
|
export {
|
|
45265
|
-
|
|
45265
|
+
p7 as ApiClientModal,
|
|
45266
45266
|
ZY as ApiReference,
|
|
45267
45267
|
lk as ApiReferenceLayout,
|
|
45268
45268
|
zs as Card,
|
|
45269
45269
|
nn as CardContent,
|
|
45270
45270
|
Wd as CardFooter,
|
|
45271
45271
|
Ys as CardHeader,
|
|
45272
|
-
|
|
45273
|
-
|
|
45272
|
+
Q7 as CardTab,
|
|
45273
|
+
_7 as CardTabHeader,
|
|
45274
45274
|
_z as DarkModeIconToggle,
|
|
45275
45275
|
$z as DarkModeToggle,
|
|
45276
45276
|
Op as GLOBAL_SECURITY_SYMBOL,
|
|
@@ -45283,7 +45283,7 @@ export {
|
|
|
45283
45283
|
c3 as createEmptyServerState,
|
|
45284
45284
|
KZ as deepMerge,
|
|
45285
45285
|
qS as downloadSpecBus,
|
|
45286
|
-
|
|
45286
|
+
TW as downloadSpecFile,
|
|
45287
45287
|
q1 as getApiClientRequest,
|
|
45288
45288
|
z1 as getBase64Token,
|
|
45289
45289
|
Cc as getHeadingsFromMarkdown,
|
|
@@ -45300,12 +45300,12 @@ export {
|
|
|
45300
45300
|
RY as mergeAllObjects,
|
|
45301
45301
|
o3 as objectMerge,
|
|
45302
45302
|
Hh as openClientFor,
|
|
45303
|
-
|
|
45303
|
+
PW as parse,
|
|
45304
45304
|
Y1 as replaceVariables,
|
|
45305
45305
|
B1 as scrollToId,
|
|
45306
45306
|
yf as sleep,
|
|
45307
|
-
|
|
45307
|
+
CW as splitMarkdownInSections,
|
|
45308
45308
|
Tf as useApiClientStore,
|
|
45309
45309
|
as as useGlobalStore,
|
|
45310
|
-
|
|
45310
|
+
HW as useReactiveSpec
|
|
45311
45311
|
};
|