@scalar/api-reference 1.22.5 → 1.22.7
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 +13 -0
- package/dist/browser/standalone.js +3 -3
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/GettingStarted.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/index.cjs +41 -41
- package/dist/index.css +1 -1
- package/dist/index.js +523 -511
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@ import AP from "rehype-stringify";
|
|
|
23
23
|
import EP from "remark-gfm";
|
|
24
24
|
import RP from "remark-rehype";
|
|
25
25
|
import ZP from "fuse.js";
|
|
26
|
-
const IP = "@layer scalar-theme{:root{--scalar-text-decoration: underline;--scalar-text-decoration-hover: underline}.light-mode,.light-mode .dark-mode{--scalar-background-1: #f9f9f9;--scalar-background-2: #f1f1f1;--scalar-background-3: #e7e7e7;--scalar-background-card: #fff;--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: var(--scalar-color-1);--scalar-background-accent: var(--scalar-background-3);--scalar-border-color: rgba(0, 0, 0, .1);--scalar-code-languages-background-supersede: var(--scalar-background-1);--scalar-code-language-color-supersede: var(--scalar-color-1)}.dark-mode{--scalar-background-1: #131313;--scalar-background-2: #1d1d1d;--scalar-background-3: #272727;--scalar-background-card: #1d1d1d;--scalar-color-1: rgba(255, 255, 255, .9);--scalar-color-2: rgba(255, 255, 255, .62);--scalar-color-3: rgba(255, 255, 255, .44);--scalar-color-accent: var(--scalar-color-1);--scalar-background-accent: var(--scalar-background-3);--scalar-border-color: rgba(255, 255, 255, .1);--scalar-code-languages-background-supersede: var(--scalar-background-3);--scalar-code-language-color-supersede: var(--scalar-color-3)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: transparent;--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-sidebar-search-border-color: var(--scalar-border-color);--scalar-sidebar-indent-border: var(--scalar-sidebar-border-color);--scalar-sidebar-indent-border-hover: var(--scalar-sidebar-border-color);--scalar-sidebar-indent-border-active: var(--scalar-sidebar-border-color)}.light-mode .dark-mode,.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #00b648;--scalar-color-red: #dd2f2c;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-button-1-color: black}.code-languages-background:before{box-shadow:inset 0 0 0 1px var(--scalar-border-color)!important}.scalar-api-client__item,.scalar-card,.dark-mode .dark-mode.scalar-card{--scalar-background-1: var(--scalar-background-card);--scalar-background-2: var(--scalar-background-1);--scalar-background-3: var(--scalar-background-1)}.dark-mode .dark-mode.scalar-card{--scalar-background-3: var(--scalar-background-3)}.t-doc__sidebar{--scalar-color-green: var(--scalar-color-1);--scalar-color-red: var(--scalar-color-1);--scalar-color-yellow: var(--scalar-color-1);--scalar-color-blue: var(--scalar-color-1);--scalar-color-orange: var(--scalar-color-1);--scalar-color-purple: var(--scalar-color-1)}}", jP = "@layer scalar-theme{:root{--scalar-text-decoration: underline;--scalar-text-decoration-hover: underline}.light-mode{--scalar-background-1: #f0f2f5;--scalar-background-2: #eaecf0;--scalar-background-3: #e0e2e6;--scalar-border-color: rgb(228, 228, 231);--scalar-color-1: rgb(9, 9, 11);--scalar-color-2: rgb(113, 113, 122);--scalar-color-3: rgba(25, 25, 28, .5);--scalar-color-accent: var(--scalar-color-1);--scalar-background-accent: #8ab4f81f;--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .scalar-card.dark-mode,.dark-mode{--scalar-background-1: #000e23;--scalar-background-2: #01132e;--scalar-background-3: #03193b;--scalar-border-color: rgba(255, 255, 255, .12);--scalar-color-1: #fafafa;--scalar-color-2: rgb(161, 161, 170);--scalar-color-3: rgba(255, 255, 255, .533);--scalar-color-accent: var(--scalar-color-1);--scalar-background-accent: #8ab4f81f;--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-active-background: var(--scalar-background-3);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: rgba(255, 255, 255, .1);--scalar-sidebar-search-border-color: var(--scalar-border-color);--scalar-sidebar-search-color: var(--scalar-color-3);z-index:1}.light-mode .t-doc__sidebar{--scalar-sidebar-search-background: white}.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: rgba(69, 255, 165, .823);--scalar-color-red: #ff8589;--scalar-color-yellow: #ffcc4d;--scalar-color-blue: #6bc1fe;--scalar-color-orange: #f98943;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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(--scalar-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--scalar-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(--scalar-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(--scalar-background-1));width:100vw}.light-mode .section-flare{display:none}.light-mode .scalar-card{--scalar-background-1: #fff;--scalar-background-2: #fff;--scalar-background-3: #fff}}", NP = '@layer scalar-theme{:root{--scalar-text-decoration: underline;--scalar-text-decoration-hover: underline}.light-mode{--scalar-color-1: rgb(9, 9, 11);--scalar-color-2: rgb(113, 113, 122);--scalar-color-3: rgba(25, 25, 28, .5);--scalar-color-accent: var(--scalar-color-1);--scalar-background-1: #fff;--scalar-background-2: #f4f4f5;--scalar-background-3: #e3e3e6;--scalar-background-accent: #8ab4f81f;--scalar-border-color: rgb(228, 228, 231);--scalar-code-language-color-supersede: var(--scalar-color-1)}.dark-mode{--scalar-color-1: #fafafa;--scalar-color-2: rgb(161, 161, 170);--scalar-color-3: rgba(255, 255, 255, .533);--scalar-color-accent: var(--scalar-color-1);--scalar-background-1: #09090b;--scalar-background-2: #18181b;--scalar-background-3: #2c2c30;--scalar-background-accent: #8ab4f81f;--scalar-border-color: rgba(255, 255, 255, .12);--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-3);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: transparent;--scalar-sidebar-search-border-color: var(--scalar-border-color);--scalar-sidebar-search-color: var(--scalar-color-3)}.light-mode .t-doc__sidebar{--scalar-sidebar-item-active-background: #09090b;--scalar-sidebar-color-active: var(--scalar-sidebar-background-1)}.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: rgba(69, 255, 165, .823);--scalar-color-red: #ff8589;--scalar-color-yellow: #ffcc4d;--scalar-color-blue: #6bc1fe;--scalar-color-orange: #f98943;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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{--scalar-background-3: transparent;padding-top:0}.code-languages-background{background:var(--scalar-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--scalar-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(--scalar-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}}', Ob = "@layer scalar-theme{.light-mode{--scalar-background-1: #fff;--scalar-background-2: #f6f6f6;--scalar-background-3: #e7e7e7;--scalar-background-accent: #8ab4f81f;--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: #0099ff;--scalar-border-color: rgba(0, 0, 0, .1)}.dark-mode{--scalar-background-1: #0f0f0f;--scalar-background-2: #1a1a1a;--scalar-background-3: #272727;--scalar-color-1: rgba(255, 255, 255, .9);--scalar-color-2: rgba(255, 255, 255, .62);--scalar-color-3: rgba(255, 255, 255, .44);--scalar-color-accent: #3ea6ff;--scalar-background-accent: #3ea6ff1f;--scalar-border-color: rgba(255, 255, 255, .1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-active-background: var(--scalar-background-2);--scalar-sidebar-color-active: var(--scalar-color-1);--scalar-sidebar-search-background: transparent;--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-sidebar-search-border-color: var(--scalar-border-color)}.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #00b648;--scalar-color-red: #dc1b19;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-button-1-color: black}}", DP = "@layer scalar-theme{.light-mode{--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: #7070ff;--scalar-background-1: #fff;--scalar-background-2: #f6f6f6;--scalar-background-3: #e7e7e7;--scalar-background-accent: #7070ff1f;--scalar-border-color: rgba(0, 0, 0, .1);--scalar-code-language-color-supersede: var(--scalar-color-3)}.dark-mode{--scalar-color-1: #f7f8f8;--scalar-color-2: rgb(180, 188, 208);--scalar-color-3: #b4bcd099;--scalar-color-accent: #828fff;--scalar-background-1: #000212;--scalar-background-2: rgba(255, 255, 255, .05);--scalar-background-3: rgba(255, 255, 255, .05);--scalar-background-accent: #8ab4f81f;--scalar-border-color: #242537;--scalar-code-language-color-supersede: var(--scalar-color-3)}.light-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: rgba(0, 0, 0, .05);--scalar-sidebar-search-border-color: 1px solid rgba(0, 0, 0, .05);--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-background-2: rgba(0, 0, 0, .03)}.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: rgba(255, 255, 255, .1);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: rgba(255, 255, 255, .1);--scalar-sidebar-search-border-color: 1px solid rgba(255, 255, 255, .05);--scalar-sidebar-search-color: var(--scalar-color-3)}.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #00b648;--scalar-color-red: #dc1b19;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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 *{--scalar-background-2: transparent !important;--scalar-background-1: transparent !important}.light-mode .dark-mode.scalar-card *,.light-mode .dark-mode.scalar-card{--scalar-background-1: #0d0f1e !important;--scalar-background-2: #0d0f1e !important;--scalar-background-3: #191b29 !important}.light-mode .dark-mode.scalar-card{background:#191b29!important}.badge{box-shadow:0 0 0 1px var(--scalar-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{--scalar-code-language-color-supersede: var(--scalar-color-1)}.code-languages-background{background:linear-gradient(#fff0,#ffffff0d)!important;box-shadow:inset 0 0 0 1px var(--scalar-border-color)!important}.section-flare{width:100vw;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(120,119,198,.3),transparent);height:100vh}}", MP = "@layer scalar-theme{:root{--scalar-text-decoration: underline;--scalar-text-decoration-hover: underline}.light-mode{--scalar-background-1: #f9f6f0;--scalar-background-2: #f2efe8;--scalar-background-3: #e9e7e2;--scalar-border-color: rgba(203, 165, 156, .6);--scalar-color-1: #c75549;--scalar-color-2: #c75549;--scalar-color-3: #c75549;--scalar-color-accent: #c75549;--scalar-background-accent: #dcbfa81f;--scalar-code-language-color-supersede: var(--scalar-color-1)}.dark-mode{--scalar-background-1: #140507;--scalar-background-2: #20090c;--scalar-background-3: #321116;--scalar-border-color: rgba(255, 255, 255, .1);--scalar-color-1: rgba(255, 255, 255, .9);--scalar-color-2: rgba(255, 255, 255, .62);--scalar-color-3: rgba(255, 255, 255, .44);--scalar-color-accent: rgba(255, 255, 255, .9);--scalar-background-accent: #441313;--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-3);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: rgba(255, 255, 255, .1);--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-sidebar-search-border-color: var(--scalar-border-color);z-index:1}.light-mode{--scalar-color-green: #09533a;--scalar-color-red: #aa181d;--scalar-color-yellow: #ab8d2b;--scalar-color-blue: #19689a;--scalar-color-orange: #b26c34;--scalar-color-purple: #4c2191;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: rgba(69, 255, 165, .823);--scalar-color-red: #ff8589;--scalar-color-yellow: #ffcc4d;--scalar-color-blue: #6bc1fe;--scalar-color-orange: #f98943;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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{--scalar-sidebar-search-background: white}.examples .scalar-card-footer{--scalar-background-3: transparent;padding-top:0}.code-languages-background{background:var(--scalar-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--scalar-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(--scalar-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}}", XP = "@layer scalar-theme{.light-mode{color-scheme:light;--scalar-color-1: #000000;--scalar-color-2: #000000;--scalar-color-3: #000000;--scalar-color-accent: #645b0f;--scalar-background-1: #ccc9b3;--scalar-background-2: #c2bfaa;--scalar-background-3: #b8b5a1;--scalar-background-accent: #000000;--scalar-border-color: rgba(0, 0, 0, .2);--scalar-scrollbar-color: rgba(0, 0, 0, .18);--scalar-scrollbar-color-active: rgba(0, 0, 0, .36);--scalar-lifted-brightness: 1;--scalar-backdrop-brightness: 1;--scalar-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--scalar-shadow-2: rgba(0, 0, 0, .08) 0px 13px 20px 0px, rgba(0, 0, 0, .08) 0px 3px 8px 0px, var(--scalar-border-color) 0px 0 0 1px;--scalar-button-1: rgb(49 53 56);--scalar-button-1-color: #fff;--scalar-button-1-hover: rgb(28 31 33);--scalar-color-red: #b91c1c;--scalar-color-orange: #a16207;--scalar-color-green: #047857;--scalar-color-blue: #1d4ed8;--scalar-color-orange: #c2410c;--scalar-color-purple: #6d28d9;--scalar-code-languages-background-supersede: var(--scalar-background-3);--scalar-code-language-color-supersede: var(--scalar-color-1)}.dark-mode{color-scheme:dark;--scalar-color-1: #fffef3;--scalar-color-2: #fffef3;--scalar-color-3: #fffef3;--scalar-color-accent: #c3b531;--scalar-background-1: #313332;--scalar-background-2: #393b3a;--scalar-background-3: #414342;--scalar-background-accent: #fffef3;--scalar-border-color: rgba(255, 255, 255, .1);--scalar-scrollbar-color: rgba(255, 255, 255, .24);--scalar-scrollbar-color-active: rgba(255, 255, 255, .48);--scalar-lifted-brightness: 1.45;--scalar-backdrop-brightness: .5;--scalar-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--scalar-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);--scalar-button-1: #f6f6f6;--scalar-button-1-color: #000;--scalar-button-1-hover: #e7e7e7;--scalar-color-green: #00b648;--scalar-color-red: #dc1b19;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9;--scalar-code-languages-background-supersede: var(--scalar-background-3);--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .t-doc__sidebar,.dark-mode .sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-sidebar-background-1);--scalar-sidebar-search-background: var(--scalar-background-3);--scalar-sidebar-search-border-color: var( --scalar-sidebar-search-background );--scalar-sidebar-search--color: var(--scalar-color-3)}}", qP = "@layer scalar-theme{.light-mode{--scalar-background-1: #fff;--scalar-background-2: #f5f6f8;--scalar-background-3: #eceef1;--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: #5469d4;--scalar-background-accent: #5469d41f;--scalar-border-color: rgba(215, 215, 206, .5)}.dark-mode{--scalar-background-1: #15171c;--scalar-background-2: #1c1e24;--scalar-background-3: #22252b;--scalar-color-1: #fafafa;--scalar-color-2: #c9ced8;--scalar-color-3: #8c99ad;--scalar-color-accent: #5469d4;--scalar-background-accent: #5469d41f;--scalar-border-color: rgba(255, 255, 255, .12)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-3);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: var(--scalar-background-1);--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-sidebar-search-border-color: var(--scalar-border-color)}.light-mode{--scalar-color-green: #17803d;--scalar-color-red: #e10909;--scalar-color-yellow: #edbe20;--scalar-color-blue: #1763a6;--scalar-color-orange: #e25b09;--scalar-color-purple: #5c3993;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #30a159;--scalar-color-red: #dc1b19;--scalar-color-yellow: #eec644;--scalar-color-blue: #2b7abf;--scalar-color-orange: #f07528;--scalar-color-purple: #7a59b1;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-button-1-color: black}}", WP = "@layer scalar-theme{.light-mode{--scalar-background-1: #f3f3ee;--scalar-background-2: #e8e8e3;--scalar-background-3: #e4e4df;--scalar-border-color: rgba(215, 215, 206, .5);--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: #1763a6;--scalar-background-accent: #1f648e1f;--scalar-code-language-color-supersede: var(--scalar-color-1);--scalar-code-languages-background-supersede: var(--scalar-background-2)}.dark-mode{--scalar-background-1: #09090b;--scalar-background-2: #18181b;--scalar-background-3: #2c2c30;--scalar-border-color: rgba(255, 255, 255, .12);--scalar-color-1: #fafafa;--scalar-color-2: rgb(161, 161, 170);--scalar-color-3: rgba(255, 255, 255, .533);--scalar-color-accent: #4eb3ec;--scalar-background-accent: #8ab4f81f;--scalar-code-language-color-supersede: var(--scalar-color-1);--scalar-code-languages-background-supersede: var(--scalar-background-2)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-active-background: var(--scalar-background-3);--scalar-sidebar-color-active: var(--scalar-color-1);--scalar-sidebar-search-background: var(--scalar-background-1);--scalar-sidebar-search-border-color: var(--scalar-border-color);--scalar-sidebar-search-color: var(--scalar-color-3)}.light-mode{--scalar-color-green: #17803d;--scalar-color-red: #e10909;--scalar-color-yellow: #edbe20;--scalar-color-blue: #1763a6;--scalar-color-orange: #e25b09;--scalar-color-purple: #5c3993;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #30a159;--scalar-color-red: #dc1b19;--scalar-color-yellow: #eec644;--scalar-color-blue: #2b7abf;--scalar-color-orange: #f07528;--scalar-color-purple: #7a59b1;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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}}", VP = "@layer scalar-theme{.light-mode{color-scheme:light;--scalar-color-1: #584c27;--scalar-color-2: #616161;--scalar-color-3: #a89f84;--scalar-color-accent: #b58900;--scalar-background-1: #fdf6e3;--scalar-background-2: #eee8d5;--scalar-background-3: #ddd6c1;--scalar-background-accent: #b589001f;--scalar-border-color: #ded8c8;--scalar-scrollbar-color: rgba(0, 0, 0, .18);--scalar-scrollbar-color-active: rgba(0, 0, 0, .36);--scalar-lifted-brightness: 1;--scalar-backdrop-brightness: 1;--scalar-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--scalar-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;--scalar-button-1: rgb(49 53 56);--scalar-button-1-color: #fff;--scalar-button-1-hover: rgb(28 31 33);--scalar-color-red: #b91c1c;--scalar-color-orange: #a16207;--scalar-color-green: #047857;--scalar-color-blue: #1d4ed8;--scalar-color-orange: #c2410c;--scalar-color-purple: #6d28d9}.dark-mode{color-scheme:dark;--scalar-color-1: #fff;--scalar-color-2: #cccccc;--scalar-color-3: #6d8890;--scalar-color-accent: #007acc;--scalar-background-1: #00212b;--scalar-background-2: #012b36;--scalar-background-3: #004052;--scalar-background-accent: #015a6f;--scalar-border-color: rgba(255, 255, 255, .1);--scalar-scrollbar-color: rgba(255, 255, 255, .24);--scalar-scrollbar-color-active: rgba(255, 255, 255, .48);--scalar-lifted-brightness: 1.45;--scalar-backdrop-brightness: .5;--scalar-shadow-1: 0 1px 3px 0 rgb(0, 0, 0, .1);--scalar-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);--scalar-button-1: #f6f6f6;--scalar-button-1-color: #000;--scalar-button-1-hover: #e7e7e7;--scalar-color-green: #00b648;--scalar-color-red: #dc1b19;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9}.light-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: var(--scalar-background-2);--scalar-sidebar-search-border-color: var( --scalar-sidebar-search-background );--scalar-sidebar-search--color: var(--scalar-color-3)}.dark-mode .sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-sidebar-color-1);--scalar-sidebar-search-background: var(--scalar-background-2);--scalar-sidebar-search-border-color: var( --scalar-sidebar-search-background );--scalar-sidebar-search--color: var(--scalar-color-3)}}", yb = /* @__PURE__ */ H({
|
|
26
|
+
const IP = "@layer scalar-theme{:root{--scalar-text-decoration: underline;--scalar-text-decoration-hover: underline}.light-mode,.light-mode .dark-mode{--scalar-background-1: #f9f9f9;--scalar-background-2: #f1f1f1;--scalar-background-3: #e7e7e7;--scalar-background-card: #fff;--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: var(--scalar-color-1);--scalar-background-accent: var(--scalar-background-3);--scalar-border-color: rgba(0, 0, 0, .1);--scalar-code-languages-background-supersede: var(--scalar-background-1);--scalar-code-language-color-supersede: var(--scalar-color-1)}.dark-mode{--scalar-background-1: #131313;--scalar-background-2: #1d1d1d;--scalar-background-3: #272727;--scalar-background-card: #1d1d1d;--scalar-color-1: rgba(255, 255, 255, .9);--scalar-color-2: rgba(255, 255, 255, .62);--scalar-color-3: rgba(255, 255, 255, .44);--scalar-color-accent: var(--scalar-color-1);--scalar-background-accent: var(--scalar-background-3);--scalar-border-color: rgba(255, 255, 255, .1);--scalar-code-languages-background-supersede: var(--scalar-background-3);--scalar-code-language-color-supersede: var(--scalar-color-3)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: transparent;--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-sidebar-search-border-color: var(--scalar-border-color);--scalar-sidebar-indent-border: var(--scalar-sidebar-border-color);--scalar-sidebar-indent-border-hover: var(--scalar-sidebar-border-color);--scalar-sidebar-indent-border-active: var(--scalar-sidebar-border-color)}.light-mode .dark-mode,.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #00b648;--scalar-color-red: #dd2f2c;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-button-1-color: black}.code-languages-background:before{box-shadow:inset 0 0 0 1px var(--scalar-border-color)!important}.scalar-api-client__item,.scalar-card,.dark-mode .dark-mode.scalar-card{--scalar-background-1: var(--scalar-background-card);--scalar-background-2: var(--scalar-background-1);--scalar-background-3: var(--scalar-background-1)}.dark-mode .dark-mode.scalar-card{--scalar-background-3: var(--scalar-background-3)}.t-doc__sidebar{--scalar-color-green: var(--scalar-color-1);--scalar-color-red: var(--scalar-color-1);--scalar-color-yellow: var(--scalar-color-1);--scalar-color-blue: var(--scalar-color-1);--scalar-color-orange: var(--scalar-color-1);--scalar-color-purple: var(--scalar-color-1)}}", jP = "@layer scalar-theme{:root{--scalar-text-decoration: underline;--scalar-text-decoration-hover: underline}.light-mode{--scalar-background-1: #f0f2f5;--scalar-background-2: #eaecf0;--scalar-background-3: #e0e2e6;--scalar-border-color: rgb(228, 228, 231);--scalar-color-1: rgb(9, 9, 11);--scalar-color-2: rgb(113, 113, 122);--scalar-color-3: rgba(25, 25, 28, .5);--scalar-color-accent: var(--scalar-color-1);--scalar-background-accent: #8ab4f81f;--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .scalar-card.dark-mode,.dark-mode{--scalar-background-1: #000e23;--scalar-background-2: #01132e;--scalar-background-3: #03193b;--scalar-border-color: rgba(255, 255, 255, .12);--scalar-color-1: #fafafa;--scalar-color-2: rgb(161, 161, 170);--scalar-color-3: rgba(255, 255, 255, .533);--scalar-color-accent: var(--scalar-color-1);--scalar-background-accent: #8ab4f81f;--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-active-background: var(--scalar-background-3);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: rgba(255, 255, 255, .1);--scalar-sidebar-search-border-color: var(--scalar-border-color);--scalar-sidebar-search-color: var(--scalar-color-3);z-index:1}.light-mode .t-doc__sidebar{--scalar-sidebar-search-background: white}.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: rgba(69, 255, 165, .823);--scalar-color-red: #ff8589;--scalar-color-yellow: #ffcc4d;--scalar-color-blue: #6bc1fe;--scalar-color-orange: #f98943;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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(--scalar-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--scalar-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(--scalar-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(--scalar-background-1));width:100vw}.light-mode .section-flare{display:none}.light-mode .scalar-card{--scalar-background-1: #fff;--scalar-background-2: #fff;--scalar-background-3: #fff}}", NP = '@layer scalar-theme{:root{--scalar-text-decoration: underline;--scalar-text-decoration-hover: underline}.light-mode{--scalar-color-1: rgb(9, 9, 11);--scalar-color-2: rgb(113, 113, 122);--scalar-color-3: rgba(25, 25, 28, .5);--scalar-color-accent: var(--scalar-color-1);--scalar-background-1: #fff;--scalar-background-2: #f4f4f5;--scalar-background-3: #e3e3e6;--scalar-background-accent: #8ab4f81f;--scalar-border-color: rgb(228, 228, 231);--scalar-code-language-color-supersede: var(--scalar-color-1)}.dark-mode{--scalar-color-1: #fafafa;--scalar-color-2: rgb(161, 161, 170);--scalar-color-3: rgba(255, 255, 255, .533);--scalar-color-accent: var(--scalar-color-1);--scalar-background-1: #09090b;--scalar-background-2: #18181b;--scalar-background-3: #2c2c30;--scalar-background-accent: #8ab4f81f;--scalar-border-color: rgba(255, 255, 255, .12);--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-3);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: transparent;--scalar-sidebar-search-border-color: var(--scalar-border-color);--scalar-sidebar-search-color: var(--scalar-color-3)}.light-mode .t-doc__sidebar{--scalar-sidebar-item-active-background: #09090b;--scalar-sidebar-color-active: var(--scalar-sidebar-background-1)}.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: rgba(69, 255, 165, .823);--scalar-color-red: #ff8589;--scalar-color-yellow: #ffcc4d;--scalar-color-blue: #6bc1fe;--scalar-color-orange: #f98943;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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{--scalar-background-3: transparent;padding-top:0}.code-languages-background{background:var(--scalar-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--scalar-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(--scalar-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}}', Ob = "@layer scalar-theme{.light-mode{--scalar-background-1: #fff;--scalar-background-2: #f6f6f6;--scalar-background-3: #e7e7e7;--scalar-background-accent: #8ab4f81f;--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: #0099ff;--scalar-border-color: rgba(0, 0, 0, .1)}.dark-mode{--scalar-background-1: #0f0f0f;--scalar-background-2: #1a1a1a;--scalar-background-3: #272727;--scalar-color-1: rgba(255, 255, 255, .9);--scalar-color-2: rgba(255, 255, 255, .62);--scalar-color-3: rgba(255, 255, 255, .44);--scalar-color-accent: #3ea6ff;--scalar-background-accent: #3ea6ff1f;--scalar-border-color: rgba(255, 255, 255, .1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-active-background: var(--scalar-background-2);--scalar-sidebar-color-active: var(--scalar-color-1);--scalar-sidebar-search-background: transparent;--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-sidebar-search-border-color: var(--scalar-border-color)}.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #00b648;--scalar-color-red: #dc1b19;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-button-1-color: black}}", DP = "@layer scalar-theme{.light-mode{--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: #7070ff;--scalar-background-1: #fff;--scalar-background-2: #f6f6f6;--scalar-background-3: #e7e7e7;--scalar-background-accent: #7070ff1f;--scalar-border-color: rgba(0, 0, 0, .1);--scalar-code-language-color-supersede: var(--scalar-color-3)}.dark-mode{--scalar-color-1: #f7f8f8;--scalar-color-2: rgb(180, 188, 208);--scalar-color-3: #b4bcd099;--scalar-color-accent: #828fff;--scalar-background-1: #000212;--scalar-background-2: rgba(255, 255, 255, .05);--scalar-background-3: rgba(255, 255, 255, .09);--scalar-background-accent: #8ab4f81f;--scalar-border-color: #242537;--scalar-code-language-color-supersede: var(--scalar-color-3)}.light-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: rgba(0, 0, 0, .05);--scalar-sidebar-search-border-color: 1px solid rgba(0, 0, 0, .05);--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-background-2: rgba(0, 0, 0, .03)}.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: rgba(255, 255, 255, .1);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: rgba(255, 255, 255, .1);--scalar-sidebar-search-border-color: 1px solid rgba(255, 255, 255, .05);--scalar-sidebar-search-color: var(--scalar-color-3)}.light-mode{--scalar-color-green: #069061;--scalar-color-red: #ef0006;--scalar-color-yellow: #edbe20;--scalar-color-blue: #0082d0;--scalar-color-orange: #fb892c;--scalar-color-purple: #5203d1;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #00b648;--scalar-color-red: #dc1b19;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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 *{--scalar-background-2: transparent !important;--scalar-background-1: transparent !important}.light-mode .dark-mode.scalar-card *,.light-mode .dark-mode.scalar-card{--scalar-background-1: #0d0f1e !important;--scalar-background-2: #0d0f1e !important;--scalar-background-3: #191b29 !important}.light-mode .dark-mode.scalar-card{background:#191b29!important}.badge{box-shadow:0 0 0 1px var(--scalar-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{--scalar-code-language-color-supersede: var(--scalar-color-1)}.code-languages-background{background:linear-gradient(#fff0,#ffffff0d)!important;box-shadow:inset 0 0 0 1px var(--scalar-border-color)!important}.section-flare{width:100vw;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(120,119,198,.3),transparent);height:100vh}}", MP = "@layer scalar-theme{:root{--scalar-text-decoration: underline;--scalar-text-decoration-hover: underline}.light-mode{--scalar-background-1: #f9f6f0;--scalar-background-2: #f2efe8;--scalar-background-3: #e9e7e2;--scalar-border-color: rgba(203, 165, 156, .6);--scalar-color-1: #c75549;--scalar-color-2: #c75549;--scalar-color-3: #c75549;--scalar-color-accent: #c75549;--scalar-background-accent: #dcbfa81f;--scalar-code-language-color-supersede: var(--scalar-color-1)}.dark-mode{--scalar-background-1: #140507;--scalar-background-2: #20090c;--scalar-background-3: #321116;--scalar-border-color: rgba(255, 255, 255, .1);--scalar-color-1: rgba(255, 255, 255, .9);--scalar-color-2: rgba(255, 255, 255, .62);--scalar-color-3: rgba(255, 255, 255, .44);--scalar-color-accent: rgba(255, 255, 255, .9);--scalar-background-accent: #441313;--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-3);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: rgba(255, 255, 255, .1);--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-sidebar-search-border-color: var(--scalar-border-color);z-index:1}.light-mode{--scalar-color-green: #09533a;--scalar-color-red: #aa181d;--scalar-color-yellow: #ab8d2b;--scalar-color-blue: #19689a;--scalar-color-orange: #b26c34;--scalar-color-purple: #4c2191;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: rgba(69, 255, 165, .823);--scalar-color-red: #ff8589;--scalar-color-yellow: #ffcc4d;--scalar-color-blue: #6bc1fe;--scalar-color-orange: #f98943;--scalar-color-purple: #b191f9;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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{--scalar-sidebar-search-background: white}.examples .scalar-card-footer{--scalar-background-3: transparent;padding-top:0}.code-languages-background{background:var(--scalar-background-1)!important}.code-languages-background:before{box-shadow:inset 0 0 0 2px var(--scalar-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(--scalar-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}}", XP = "@layer scalar-theme{.light-mode{color-scheme:light;--scalar-color-1: #000000;--scalar-color-2: #000000;--scalar-color-3: #000000;--scalar-color-accent: #645b0f;--scalar-background-1: #ccc9b3;--scalar-background-2: #c2bfaa;--scalar-background-3: #b8b5a1;--scalar-background-accent: #000000;--scalar-border-color: rgba(0, 0, 0, .2);--scalar-scrollbar-color: rgba(0, 0, 0, .18);--scalar-scrollbar-color-active: rgba(0, 0, 0, .36);--scalar-lifted-brightness: 1;--scalar-backdrop-brightness: 1;--scalar-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--scalar-shadow-2: rgba(0, 0, 0, .08) 0px 13px 20px 0px, rgba(0, 0, 0, .08) 0px 3px 8px 0px, var(--scalar-border-color) 0px 0 0 1px;--scalar-button-1: rgb(49 53 56);--scalar-button-1-color: #fff;--scalar-button-1-hover: rgb(28 31 33);--scalar-color-red: #b91c1c;--scalar-color-orange: #a16207;--scalar-color-green: #047857;--scalar-color-blue: #1d4ed8;--scalar-color-orange: #c2410c;--scalar-color-purple: #6d28d9;--scalar-code-languages-background-supersede: var(--scalar-background-3);--scalar-code-language-color-supersede: var(--scalar-color-1)}.dark-mode{color-scheme:dark;--scalar-color-1: #fffef3;--scalar-color-2: #fffef3;--scalar-color-3: #fffef3;--scalar-color-accent: #c3b531;--scalar-background-1: #313332;--scalar-background-2: #393b3a;--scalar-background-3: #414342;--scalar-background-accent: #fffef3;--scalar-border-color: rgba(255, 255, 255, .1);--scalar-scrollbar-color: rgba(255, 255, 255, .24);--scalar-scrollbar-color-active: rgba(255, 255, 255, .48);--scalar-lifted-brightness: 1.45;--scalar-backdrop-brightness: .5;--scalar-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--scalar-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);--scalar-button-1: #f6f6f6;--scalar-button-1-color: #000;--scalar-button-1-hover: #e7e7e7;--scalar-color-green: #00b648;--scalar-color-red: #dc1b19;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9;--scalar-code-languages-background-supersede: var(--scalar-background-3);--scalar-code-language-color-supersede: var(--scalar-color-1)}.light-mode .t-doc__sidebar,.dark-mode .sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-sidebar-background-1);--scalar-sidebar-search-background: var(--scalar-background-3);--scalar-sidebar-search-border-color: var( --scalar-sidebar-search-background );--scalar-sidebar-search--color: var(--scalar-color-3)}}", qP = "@layer scalar-theme{.light-mode{--scalar-background-1: #fff;--scalar-background-2: #f5f6f8;--scalar-background-3: #eceef1;--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: #5469d4;--scalar-background-accent: #5469d41f;--scalar-border-color: rgba(215, 215, 206, .5)}.dark-mode{--scalar-background-1: #15171c;--scalar-background-2: #1c1e24;--scalar-background-3: #22252b;--scalar-color-1: #fafafa;--scalar-color-2: #c9ced8;--scalar-color-3: #8c99ad;--scalar-color-accent: #5469d4;--scalar-background-accent: #5469d41f;--scalar-border-color: rgba(255, 255, 255, .12)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-3);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: var(--scalar-background-1);--scalar-sidebar-search-color: var(--scalar-color-3);--scalar-sidebar-search-border-color: var(--scalar-border-color)}.light-mode{--scalar-color-green: #17803d;--scalar-color-red: #e10909;--scalar-color-yellow: #edbe20;--scalar-color-blue: #1763a6;--scalar-color-orange: #e25b09;--scalar-color-purple: #5c3993;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #30a159;--scalar-color-red: #dc1b19;--scalar-color-yellow: #eec644;--scalar-color-blue: #2b7abf;--scalar-color-orange: #f07528;--scalar-color-purple: #7a59b1;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-button-1-color: black}}", WP = "@layer scalar-theme{.light-mode{--scalar-background-1: #f3f3ee;--scalar-background-2: #e8e8e3;--scalar-background-3: #e4e4df;--scalar-border-color: rgba(215, 215, 206, .5);--scalar-color-1: #2a2f45;--scalar-color-2: #757575;--scalar-color-3: #8e8e8e;--scalar-color-accent: #1763a6;--scalar-background-accent: #1f648e1f;--scalar-code-language-color-supersede: var(--scalar-color-1);--scalar-code-languages-background-supersede: var(--scalar-background-2)}.dark-mode{--scalar-background-1: #09090b;--scalar-background-2: #18181b;--scalar-background-3: #2c2c30;--scalar-border-color: rgba(255, 255, 255, .12);--scalar-color-1: #fafafa;--scalar-color-2: rgb(161, 161, 170);--scalar-color-3: rgba(255, 255, 255, .533);--scalar-color-accent: #4eb3ec;--scalar-background-accent: #8ab4f81f;--scalar-code-language-color-supersede: var(--scalar-color-1);--scalar-code-languages-background-supersede: var(--scalar-background-2)}.light-mode .t-doc__sidebar,.dark-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-active-background: var(--scalar-background-3);--scalar-sidebar-color-active: var(--scalar-color-1);--scalar-sidebar-search-background: var(--scalar-background-1);--scalar-sidebar-search-border-color: var(--scalar-border-color);--scalar-sidebar-search-color: var(--scalar-color-3)}.light-mode{--scalar-color-green: #17803d;--scalar-color-red: #e10909;--scalar-color-yellow: #edbe20;--scalar-color-blue: #1763a6;--scalar-color-orange: #e25b09;--scalar-color-purple: #5c3993;--scalar-button-1: rgba(0, 0, 0, 1);--scalar-button-1-hover: rgba(0, 0, 0, .8);--scalar-button-1-color: rgba(255, 255, 255, .9)}.dark-mode{--scalar-color-green: #30a159;--scalar-color-red: #dc1b19;--scalar-color-yellow: #eec644;--scalar-color-blue: #2b7abf;--scalar-color-orange: #f07528;--scalar-color-purple: #7a59b1;--scalar-button-1: rgba(255, 255, 255, 1);--scalar-button-1-hover: rgba(255, 255, 255, .9);--scalar-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}}", VP = "@layer scalar-theme{.light-mode{color-scheme:light;--scalar-color-1: #584c27;--scalar-color-2: #616161;--scalar-color-3: #a89f84;--scalar-color-accent: #b58900;--scalar-background-1: #fdf6e3;--scalar-background-2: #eee8d5;--scalar-background-3: #ddd6c1;--scalar-background-accent: #b589001f;--scalar-border-color: #ded8c8;--scalar-scrollbar-color: rgba(0, 0, 0, .18);--scalar-scrollbar-color-active: rgba(0, 0, 0, .36);--scalar-lifted-brightness: 1;--scalar-backdrop-brightness: 1;--scalar-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .11);--scalar-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;--scalar-button-1: rgb(49 53 56);--scalar-button-1-color: #fff;--scalar-button-1-hover: rgb(28 31 33);--scalar-color-red: #b91c1c;--scalar-color-orange: #a16207;--scalar-color-green: #047857;--scalar-color-blue: #1d4ed8;--scalar-color-orange: #c2410c;--scalar-color-purple: #6d28d9}.dark-mode{color-scheme:dark;--scalar-color-1: #fff;--scalar-color-2: #cccccc;--scalar-color-3: #6d8890;--scalar-color-accent: #007acc;--scalar-background-1: #00212b;--scalar-background-2: #012b36;--scalar-background-3: #004052;--scalar-background-accent: #015a6f;--scalar-border-color: rgba(255, 255, 255, .1);--scalar-scrollbar-color: rgba(255, 255, 255, .24);--scalar-scrollbar-color-active: rgba(255, 255, 255, .48);--scalar-lifted-brightness: 1.45;--scalar-backdrop-brightness: .5;--scalar-shadow-1: 0 1px 3px 0 rgb(0, 0, 0, .1);--scalar-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);--scalar-button-1: #f6f6f6;--scalar-button-1-color: #000;--scalar-button-1-hover: #e7e7e7;--scalar-color-green: #00b648;--scalar-color-red: #dc1b19;--scalar-color-yellow: #ffc90d;--scalar-color-blue: #4eb3ec;--scalar-color-orange: #ff8d4d;--scalar-color-purple: #b191f9}.light-mode .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-color-accent);--scalar-sidebar-search-background: var(--scalar-background-2);--scalar-sidebar-search-border-color: var( --scalar-sidebar-search-background );--scalar-sidebar-search--color: var(--scalar-color-3)}.dark-mode .sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: currentColor;--scalar-sidebar-item-hover-background: var(--scalar-background-2);--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-border-color: var(--scalar-border-color);--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-active: var(--scalar-sidebar-color-1);--scalar-sidebar-search-background: var(--scalar-background-2);--scalar-sidebar-search-border-color: var( --scalar-sidebar-search-background );--scalar-sidebar-search--color: var(--scalar-color-3)}}", yb = /* @__PURE__ */ H({
|
|
27
27
|
__name: "ThemeStyles",
|
|
28
28
|
props: {
|
|
29
29
|
id: {}
|
|
@@ -99,21 +99,21 @@ function n_() {
|
|
|
99
99
|
snippetType: "javascript"
|
|
100
100
|
};
|
|
101
101
|
}
|
|
102
|
-
const
|
|
102
|
+
const Ln = ln(n_());
|
|
103
103
|
function s_(r, e = !1) {
|
|
104
|
-
e ?
|
|
104
|
+
e ? Ln.showApiClient = !0 : Ln.showApiClient = !Ln.showApiClient, r && (Ln.activeItem = r);
|
|
105
105
|
}
|
|
106
106
|
function i_() {
|
|
107
|
-
|
|
107
|
+
Ln.showApiClient = !1;
|
|
108
108
|
}
|
|
109
109
|
function o_(r) {
|
|
110
|
-
|
|
110
|
+
Ln.activeApiClientEndpointId = r;
|
|
111
111
|
}
|
|
112
112
|
function a_(r) {
|
|
113
|
-
|
|
113
|
+
Ln.snippetType = r;
|
|
114
114
|
}
|
|
115
115
|
const gp = () => ({
|
|
116
|
-
state: up(
|
|
116
|
+
state: up(Ln),
|
|
117
117
|
toggleApiClient: s_,
|
|
118
118
|
setActiveApiClientEndpointId: o_,
|
|
119
119
|
setSnippetType: a_,
|
|
@@ -3488,7 +3488,7 @@ class mt extends yn {
|
|
|
3488
3488
|
let d = Math.min(i.len, l - a);
|
|
3489
3489
|
xt(s, d, -1);
|
|
3490
3490
|
let u = i.ins == -1 ? -1 : i.off == 0 ? i.ins : 0;
|
|
3491
|
-
xt(t, d, u), u > 0 &&
|
|
3491
|
+
xt(t, d, u), u > 0 && Bn(n, t, i.text), i.forward(d), a += d;
|
|
3492
3492
|
}
|
|
3493
3493
|
let c = e[o++];
|
|
3494
3494
|
for (; a < c; ) {
|
|
@@ -3542,7 +3542,7 @@ class mt extends yn {
|
|
|
3542
3542
|
let p = f ? typeof f == "string" ? De.of(f.split(n || Zh)) : f : De.empty, m = p.length;
|
|
3543
3543
|
if (u == h && m == 0)
|
|
3544
3544
|
return;
|
|
3545
|
-
u < o && l(), u > o && xt(s, u - o, -1), xt(s, h - u, m),
|
|
3545
|
+
u < o && l(), u > o && xt(s, u - o, -1), xt(s, h - u, m), Bn(i, s, p), o = h;
|
|
3546
3546
|
}
|
|
3547
3547
|
}
|
|
3548
3548
|
return c(e), l(!a), a;
|
|
@@ -3592,7 +3592,7 @@ function xt(r, e, t, n = !1) {
|
|
|
3592
3592
|
let s = r.length - 2;
|
|
3593
3593
|
s >= 0 && t <= 0 && t == r[s + 1] ? r[s] += e : e == 0 && r[s] == 0 ? r[s + 1] += t : n ? (r[s] += e, r[s + 1] += t) : r.push(e, t);
|
|
3594
3594
|
}
|
|
3595
|
-
function
|
|
3595
|
+
function Bn(r, e, t) {
|
|
3596
3596
|
if (t.length == 0)
|
|
3597
3597
|
return;
|
|
3598
3598
|
let n = e.length - 2 >> 1;
|
|
@@ -3628,7 +3628,7 @@ function jh(r, e, t, n = !1) {
|
|
|
3628
3628
|
let c = a.len;
|
|
3629
3629
|
for (xt(s, a.ins, -1); c; ) {
|
|
3630
3630
|
let d = Math.min(o.len, c);
|
|
3631
|
-
o.ins >= 0 && l < o.i && o.len <= d && (xt(s, 0, o.ins), i &&
|
|
3631
|
+
o.ins >= 0 && l < o.i && o.len <= d && (xt(s, 0, o.ins), i && Bn(i, s, o.text), l = o.i), o.forward(d), c -= d;
|
|
3632
3632
|
}
|
|
3633
3633
|
a.next();
|
|
3634
3634
|
} else if (o.ins >= 0) {
|
|
@@ -3641,7 +3641,7 @@ function jh(r, e, t, n = !1) {
|
|
|
3641
3641
|
d -= a.len, a.next();
|
|
3642
3642
|
else
|
|
3643
3643
|
break;
|
|
3644
|
-
xt(s, c, l < o.i ? o.ins : 0), i && l < o.i &&
|
|
3644
|
+
xt(s, c, l < o.i ? o.ins : 0), i && l < o.i && Bn(i, s, o.text), l = o.i, o.forward(o.len - d);
|
|
3645
3645
|
} else {
|
|
3646
3646
|
if (o.done && a.done)
|
|
3647
3647
|
return i ? mt.createSet(s, i) : yn.create(s);
|
|
@@ -3656,7 +3656,7 @@ function qb(r, e, t = !1) {
|
|
|
3656
3656
|
if (i.ins == 0)
|
|
3657
3657
|
xt(n, i.len, 0, a), i.next();
|
|
3658
3658
|
else if (o.len == 0 && !o.done)
|
|
3659
|
-
xt(n, 0, o.ins, a), s &&
|
|
3659
|
+
xt(n, 0, o.ins, a), s && Bn(s, n, o.text), o.next();
|
|
3660
3660
|
else {
|
|
3661
3661
|
if (i.done || o.done)
|
|
3662
3662
|
throw new Error("Mismatched change set lengths");
|
|
@@ -3664,9 +3664,9 @@ function qb(r, e, t = !1) {
|
|
|
3664
3664
|
let l = Math.min(i.len2, o.len), c = n.length;
|
|
3665
3665
|
if (i.ins == -1) {
|
|
3666
3666
|
let d = o.ins == -1 ? -1 : o.off ? 0 : o.ins;
|
|
3667
|
-
xt(n, l, d, a), s && d &&
|
|
3667
|
+
xt(n, l, d, a), s && d && Bn(s, n, o.text);
|
|
3668
3668
|
} else
|
|
3669
|
-
o.ins == -1 ? (xt(n, i.off ? 0 : i.len, l, a), s &&
|
|
3669
|
+
o.ins == -1 ? (xt(n, i.off ? 0 : i.len, l, a), s && Bn(s, n, i.textBit(l))) : (xt(n, i.off ? 0 : i.len, o.off ? 0 : o.ins, a), s && !o.off && Bn(s, n, o.text));
|
|
3670
3670
|
a = (i.ins > l || o.ins >= 0 && o.len > l) && (a || n.length > c), i.forward2(l), o.forward(l);
|
|
3671
3671
|
}
|
|
3672
3672
|
}
|
|
@@ -5418,7 +5418,7 @@ function fx(r, e, t, n) {
|
|
|
5418
5418
|
return n === !0 ? -1 : r.length;
|
|
5419
5419
|
}
|
|
5420
5420
|
const Uh = "ͼ", Jg = typeof Symbol > "u" ? "__" + Uh : Symbol.for(Uh), Yh = typeof Symbol > "u" ? "__styleSet" + Math.floor(Math.random() * 1e8) : Symbol("styleSet"), eO = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : {};
|
|
5421
|
-
class
|
|
5421
|
+
class ts {
|
|
5422
5422
|
// :: (Object<Style>, ?{finish: ?(string) → string})
|
|
5423
5423
|
// Create a style module from the given spec.
|
|
5424
5424
|
//
|
|
@@ -5531,7 +5531,7 @@ class px {
|
|
|
5531
5531
|
this.styleTag && this.styleTag.getAttribute("nonce") != e && this.styleTag.setAttribute("nonce", e);
|
|
5532
5532
|
}
|
|
5533
5533
|
}
|
|
5534
|
-
var
|
|
5534
|
+
var rs = {
|
|
5535
5535
|
8: "Backspace",
|
|
5536
5536
|
9: "Tab",
|
|
5537
5537
|
10: "Enter",
|
|
@@ -5611,15 +5611,15 @@ var ts = {
|
|
|
5611
5611
|
222: '"'
|
|
5612
5612
|
}, mx = typeof navigator < "u" && /Mac/.test(navigator.platform), gx = typeof navigator < "u" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
|
|
5613
5613
|
for (var bt = 0; bt < 10; bt++)
|
|
5614
|
-
|
|
5614
|
+
rs[48 + bt] = rs[96 + bt] = String(bt);
|
|
5615
5615
|
for (var bt = 1; bt <= 24; bt++)
|
|
5616
|
-
|
|
5616
|
+
rs[bt + 111] = "F" + bt;
|
|
5617
5617
|
for (var bt = 65; bt <= 90; bt++)
|
|
5618
|
-
|
|
5619
|
-
for (var Cu in
|
|
5620
|
-
Qa.hasOwnProperty(Cu) || (Qa[Cu] =
|
|
5618
|
+
rs[bt] = String.fromCharCode(bt + 32), Qa[bt] = String.fromCharCode(bt);
|
|
5619
|
+
for (var Cu in rs)
|
|
5620
|
+
Qa.hasOwnProperty(Cu) || (Qa[Cu] = rs[Cu]);
|
|
5621
5621
|
function Ox(r) {
|
|
5622
|
-
var e = mx && r.metaKey && r.shiftKey && !r.ctrlKey && !r.altKey || gx && r.shiftKey && r.key && r.key.length == 1 || r.key == "Unidentified", t = !e && r.key || (r.shiftKey ? Qa :
|
|
5622
|
+
var e = mx && r.metaKey && r.shiftKey && !r.ctrlKey && !r.altKey || gx && r.shiftKey && r.key && r.key.length == 1 || r.key == "Unidentified", t = !e && r.key || (r.shiftKey ? Qa : rs)[r.keyCode] || r.key || "Unidentified";
|
|
5623
5623
|
return t == "Esc" && (t = "Escape"), t == "Del" && (t = "Delete"), t == "Left" && (t = "ArrowLeft"), t == "Up" && (t = "ArrowUp"), t == "Right" && (t = "ArrowRight"), t == "Down" && (t = "ArrowDown"), t;
|
|
5624
5624
|
}
|
|
5625
5625
|
function jc(r) {
|
|
@@ -6481,12 +6481,12 @@ class ft extends Ke {
|
|
|
6481
6481
|
return null;
|
|
6482
6482
|
}
|
|
6483
6483
|
}
|
|
6484
|
-
class
|
|
6484
|
+
class Fn extends Ke {
|
|
6485
6485
|
constructor(e, t, n) {
|
|
6486
6486
|
super(), this.widget = e, this.length = t, this.deco = n, this.breakAfter = 0, this.prevWidget = null;
|
|
6487
6487
|
}
|
|
6488
6488
|
merge(e, t, n, s, i, o) {
|
|
6489
|
-
return n && (!(n instanceof
|
|
6489
|
+
return n && (!(n instanceof Fn) || !this.widget.compare(n.widget) || e > 0 && i <= 0 || t < this.length && o <= 0) ? !1 : (this.length = e + (n ? n.length : 0) + (this.length - t), !0);
|
|
6490
6490
|
}
|
|
6491
6491
|
domAtPos(e) {
|
|
6492
6492
|
return e == 0 ? Ct.before(this.dom) : Ct.after(this.dom, e == this.length);
|
|
@@ -6494,7 +6494,7 @@ class Gn extends Ke {
|
|
|
6494
6494
|
split(e) {
|
|
6495
6495
|
let t = this.length - e;
|
|
6496
6496
|
this.length = e;
|
|
6497
|
-
let n = new
|
|
6497
|
+
let n = new Fn(this.widget, t, this.deco);
|
|
6498
6498
|
return n.breakAfter = this.breakAfter, n;
|
|
6499
6499
|
}
|
|
6500
6500
|
get children() {
|
|
@@ -6510,7 +6510,7 @@ class Gn extends Ke {
|
|
|
6510
6510
|
return null;
|
|
6511
6511
|
}
|
|
6512
6512
|
become(e) {
|
|
6513
|
-
return e instanceof
|
|
6513
|
+
return e instanceof Fn && e.widget.constructor == this.widget.constructor ? (e.widget.compare(this.widget) || this.markDirty(!0), this.dom && !this.prevWidget && (this.prevWidget = this.widget), this.widget = e.widget, this.length = e.length, this.deco = e.deco, this.breakAfter = e.breakAfter, !0) : !1;
|
|
6514
6514
|
}
|
|
6515
6515
|
ignoreMutation() {
|
|
6516
6516
|
return !0;
|
|
@@ -6650,7 +6650,7 @@ class Xe extends Us {
|
|
|
6650
6650
|
*/
|
|
6651
6651
|
static widget(e) {
|
|
6652
6652
|
let t = Math.max(-1e4, Math.min(1e4, e.side || 0)), n = !!e.block;
|
|
6653
|
-
return t += n && !e.inlineOrder ? t > 0 ? 3e8 : -4e8 : t > 0 ? 1e8 : -1e8, new
|
|
6653
|
+
return t += n && !e.inlineOrder ? t > 0 ? 3e8 : -4e8 : t > 0 ? 1e8 : -1e8, new ns(e, t, t, n, e.widget || null, !1);
|
|
6654
6654
|
}
|
|
6655
6655
|
/**
|
|
6656
6656
|
Create a replace decoration which replaces the given range with
|
|
@@ -6664,7 +6664,7 @@ class Xe extends Us {
|
|
|
6664
6664
|
let { start: i, end: o } = hv(e, t);
|
|
6665
6665
|
n = (i ? t ? -3e8 : -1 : 5e8) - 1, s = (o ? t ? 2e8 : 1 : -6e8) + 1;
|
|
6666
6666
|
}
|
|
6667
|
-
return new
|
|
6667
|
+
return new ns(e, n, s, t, e.widget || null, !0);
|
|
6668
6668
|
}
|
|
6669
6669
|
/**
|
|
6670
6670
|
Create a line decoration, which can add DOM attributes to the
|
|
@@ -6720,7 +6720,7 @@ class Ka extends Xe {
|
|
|
6720
6720
|
}
|
|
6721
6721
|
Ka.prototype.mapMode = Tt.TrackBefore;
|
|
6722
6722
|
Ka.prototype.point = !0;
|
|
6723
|
-
class
|
|
6723
|
+
class ns extends Xe {
|
|
6724
6724
|
constructor(e, t, n, s, i, o) {
|
|
6725
6725
|
super(t, n, i, e), this.block = s, this.isReplace = o, this.mapMode = s ? t <= 0 ? Tt.TrackBefore : Tt.TrackAfter : Tt.TrackDel;
|
|
6726
6726
|
}
|
|
@@ -6732,7 +6732,7 @@ class rs extends Xe {
|
|
|
6732
6732
|
return this.block || !!this.widget && (this.widget.estimatedHeight >= 5 || this.widget.lineBreaks > 0);
|
|
6733
6733
|
}
|
|
6734
6734
|
eq(e) {
|
|
6735
|
-
return e instanceof
|
|
6735
|
+
return e instanceof ns && Tx(this.widget, e.widget) && this.block == e.block && this.startSide == e.startSide && this.endSide == e.endSide;
|
|
6736
6736
|
}
|
|
6737
6737
|
range(e, t = e) {
|
|
6738
6738
|
if (this.isReplace && (e > t || e == t && this.startSide > 0 && this.endSide <= 0))
|
|
@@ -6742,7 +6742,7 @@ class rs extends Xe {
|
|
|
6742
6742
|
return super.range(e, t);
|
|
6743
6743
|
}
|
|
6744
6744
|
}
|
|
6745
|
-
|
|
6745
|
+
ns.prototype.point = !0;
|
|
6746
6746
|
function hv(r, e = !1) {
|
|
6747
6747
|
let { inclusiveStart: t, inclusiveEnd: n } = r;
|
|
6748
6748
|
return t == null && (t = r.inclusive), n == null && (n = r.inclusive), { start: t ?? e, end: n ?? e };
|
|
@@ -6762,7 +6762,7 @@ class ma {
|
|
|
6762
6762
|
if (this.content.length == 0)
|
|
6763
6763
|
return !this.breakAtStart && this.doc.lineAt(this.pos).from != this.pos;
|
|
6764
6764
|
let e = this.content[this.content.length - 1];
|
|
6765
|
-
return !(e.breakAfter || e instanceof
|
|
6765
|
+
return !(e.breakAfter || e instanceof Fn && e.deco.endSide < 0);
|
|
6766
6766
|
}
|
|
6767
6767
|
getLine() {
|
|
6768
6768
|
return this.curLine || (this.content.push(this.curLine = new ft()), this.atCursorPos = !0), this.curLine;
|
|
@@ -6774,7 +6774,7 @@ class ma {
|
|
|
6774
6774
|
this.flushBuffer(), this.curLine = null, this.content.push(e);
|
|
6775
6775
|
}
|
|
6776
6776
|
finish(e) {
|
|
6777
|
-
this.pendingBuffer && e <= this.bufferMarks.length ? this.flushBuffer() : this.pendingBuffer = 0, !this.posCovered() && !(e && this.content.length && this.content[this.content.length - 1] instanceof
|
|
6777
|
+
this.pendingBuffer && e <= this.bufferMarks.length ? this.flushBuffer() : this.pendingBuffer = 0, !this.posCovered() && !(e && this.content.length && this.content[this.content.length - 1] instanceof Fn) && this.getLine();
|
|
6778
6778
|
}
|
|
6779
6779
|
buildText(e, t, n) {
|
|
6780
6780
|
for (; e > 0; ) {
|
|
@@ -6801,16 +6801,16 @@ class ma {
|
|
|
6801
6801
|
this.buildText(t - e, n, s), this.pos = t, this.openStart < 0 && (this.openStart = s);
|
|
6802
6802
|
}
|
|
6803
6803
|
point(e, t, n, s, i, o) {
|
|
6804
|
-
if (this.disallowBlockEffectsFor[o] && n instanceof
|
|
6804
|
+
if (this.disallowBlockEffectsFor[o] && n instanceof ns) {
|
|
6805
6805
|
if (n.block)
|
|
6806
6806
|
throw new RangeError("Block decorations may not be specified via plugins");
|
|
6807
6807
|
if (t > this.doc.lineAt(this.pos).to)
|
|
6808
6808
|
throw new RangeError("Decorations that replace line breaks may not be specified via plugins");
|
|
6809
6809
|
}
|
|
6810
6810
|
let a = t - e;
|
|
6811
|
-
if (n instanceof
|
|
6811
|
+
if (n instanceof ns)
|
|
6812
6812
|
if (n.block)
|
|
6813
|
-
n.startSide > 0 && !this.posCovered() && this.getLine(), this.addBlockWidget(new
|
|
6813
|
+
n.startSide > 0 && !this.posCovered() && this.getLine(), this.addBlockWidget(new Fn(n.widget || new cO("div"), a, n));
|
|
6814
6814
|
else {
|
|
6815
6815
|
let l = Es.create(n.widget || new cO("span"), a, a ? 0 : n.startSide), c = this.atCursorPos && !l.isEditable && i <= s.length && (e < t || n.startSide > 0), d = !l.isEditable && (e < t || i > s.length || n.startSide <= 0), u = this.getLine();
|
|
6816
6816
|
this.pendingBuffer == 2 && !c && !l.isEditable && (this.pendingBuffer = 0), this.flushBuffer(s), c && (u.append(Tl(new Bi(1), s), i), i = s.length + Math.max(0, i - s.length)), u.append(Tl(l, s), i), this.atCursorPos = d, this.pendingBuffer = d ? e < t || i > s.length ? 1 : 2 : 0, this.pendingBuffer && (this.bufferMarks = s.slice());
|
|
@@ -6865,7 +6865,7 @@ function pv(r) {
|
|
|
6865
6865
|
return r <= 247 ? Cx[r] : 1424 <= r && r <= 1524 ? 2 : 1536 <= r && r <= 1785 ? Ax[r - 1536] : 1774 <= r && r <= 2220 ? 4 : 8192 <= r && r <= 8204 ? 256 : 64336 <= r && r <= 65023 ? 4 : 1;
|
|
6866
6866
|
}
|
|
6867
6867
|
const Ex = /[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;
|
|
6868
|
-
class
|
|
6868
|
+
class Hn {
|
|
6869
6869
|
/**
|
|
6870
6870
|
The direction of this span.
|
|
6871
6871
|
*/
|
|
@@ -7036,7 +7036,7 @@ function tf(r, e, t, n, s, i, o) {
|
|
|
7036
7036
|
if (c++, h)
|
|
7037
7037
|
h.push(m);
|
|
7038
7038
|
else {
|
|
7039
|
-
m.from > l && o.push(new
|
|
7039
|
+
m.from > l && o.push(new Hn(l, m.from, f));
|
|
7040
7040
|
let g = m.direction == Ls != !(f % 2);
|
|
7041
7041
|
rf(r, g ? n + 1 : n, s, m.inner, m.from, m.to, o), l = m.to;
|
|
7042
7042
|
}
|
|
@@ -7046,7 +7046,7 @@ function tf(r, e, t, n, s, i, o) {
|
|
|
7046
7046
|
break;
|
|
7047
7047
|
p++;
|
|
7048
7048
|
}
|
|
7049
|
-
h ? tf(r, l, p, n + 1, s, h, o) : l < p && o.push(new
|
|
7049
|
+
h ? tf(r, l, p, n + 1, s, h, o) : l < p && o.push(new Hn(l, p, f)), l = p;
|
|
7050
7050
|
}
|
|
7051
7051
|
else
|
|
7052
7052
|
for (let l = t, c = i.length; l > e; ) {
|
|
@@ -7077,7 +7077,7 @@ function tf(r, e, t, n, s, i, o) {
|
|
|
7077
7077
|
if (h)
|
|
7078
7078
|
h.push(m);
|
|
7079
7079
|
else {
|
|
7080
|
-
m.to < l && o.push(new
|
|
7080
|
+
m.to < l && o.push(new Hn(m.to, l, f));
|
|
7081
7081
|
let g = m.direction == Ls != !(f % 2);
|
|
7082
7082
|
rf(r, g ? n + 1 : n, s, m.inner, m.from, m.to, o), l = m.from;
|
|
7083
7083
|
}
|
|
@@ -7087,7 +7087,7 @@ function tf(r, e, t, n, s, i, o) {
|
|
|
7087
7087
|
break;
|
|
7088
7088
|
p--;
|
|
7089
7089
|
}
|
|
7090
|
-
h ? tf(r, p, l, n + 1, s, h, o) : p < l && o.push(new
|
|
7090
|
+
h ? tf(r, p, l, n + 1, s, h, o) : p < l && o.push(new Hn(p, l, f)), l = p;
|
|
7091
7091
|
}
|
|
7092
7092
|
}
|
|
7093
7093
|
function rf(r, e, t, n, s, i, o) {
|
|
@@ -7096,7 +7096,7 @@ function rf(r, e, t, n, s, i, o) {
|
|
|
7096
7096
|
}
|
|
7097
7097
|
function jx(r, e, t) {
|
|
7098
7098
|
if (!r)
|
|
7099
|
-
return [new
|
|
7099
|
+
return [new Hn(0, 0, e == Zp ? 1 : 0)];
|
|
7100
7100
|
if (e == Ls && !t.length && !Ex.test(r))
|
|
7101
7101
|
return gv(r.length);
|
|
7102
7102
|
if (t.length)
|
|
@@ -7106,12 +7106,12 @@ function jx(r, e, t) {
|
|
|
7106
7106
|
return rf(r, s, s, t, 0, r.length, n), n;
|
|
7107
7107
|
}
|
|
7108
7108
|
function gv(r) {
|
|
7109
|
-
return [new
|
|
7109
|
+
return [new Hn(0, r, 0)];
|
|
7110
7110
|
}
|
|
7111
7111
|
let Ov = "";
|
|
7112
7112
|
function Nx(r, e, t, n, s) {
|
|
7113
7113
|
var i;
|
|
7114
|
-
let o = n.head - r.from, a =
|
|
7114
|
+
let o = n.head - r.from, a = Hn.find(e, o, (i = n.bidiLevel) !== null && i !== void 0 ? i : -1, n.assoc), l = e[a], c = l.side(s, t);
|
|
7115
7115
|
if (o == c) {
|
|
7116
7116
|
let h = a += s ? 1 : -1;
|
|
7117
7117
|
if (h < 0 || h >= e.length)
|
|
@@ -7395,7 +7395,7 @@ class uO extends Ke {
|
|
|
7395
7395
|
let i = [];
|
|
7396
7396
|
if (this.view.viewport.from || this.view.viewport.to < this.view.state.doc.length)
|
|
7397
7397
|
for (let o of this.children)
|
|
7398
|
-
o instanceof
|
|
7398
|
+
o instanceof Fn && o.widget instanceof hO && i.push(o.dom);
|
|
7399
7399
|
s.updateGaps(i);
|
|
7400
7400
|
}
|
|
7401
7401
|
updateChildren(e, t, n) {
|
|
@@ -8586,7 +8586,7 @@ class Gr {
|
|
|
8586
8586
|
associated with it.
|
|
8587
8587
|
*/
|
|
8588
8588
|
get widget() {
|
|
8589
|
-
return this._content instanceof
|
|
8589
|
+
return this._content instanceof ns ? this._content.widget : null;
|
|
8590
8590
|
}
|
|
8591
8591
|
/**
|
|
8592
8592
|
If this is a textblock, this holds the number of line breaks
|
|
@@ -9327,9 +9327,9 @@ function ra(r, e) {
|
|
|
9327
9327
|
let t = e.toDOM(r.top), n = e.toDOM(r.bottom);
|
|
9328
9328
|
return new Gr(r.from, r.length, t, n - t, Array.isArray(r._content) ? r._content.map((s) => ra(s, e)) : r._content);
|
|
9329
9329
|
}
|
|
9330
|
-
const jl = /* @__PURE__ */ pe.define({ combine: (r) => r.join(" ") }), af = /* @__PURE__ */ pe.define({ combine: (r) => r.indexOf(!0) > -1 }), lf = /* @__PURE__ */
|
|
9330
|
+
const jl = /* @__PURE__ */ pe.define({ combine: (r) => r.join(" ") }), af = /* @__PURE__ */ pe.define({ combine: (r) => r.indexOf(!0) > -1 }), lf = /* @__PURE__ */ ts.newName(), Vv = /* @__PURE__ */ ts.newName(), zv = /* @__PURE__ */ ts.newName(), Uv = { "&light": "." + Vv, "&dark": "." + zv };
|
|
9331
9331
|
function cf(r, e, t) {
|
|
9332
|
-
return new
|
|
9332
|
+
return new ts(e, {
|
|
9333
9333
|
finish(n) {
|
|
9334
9334
|
return /&/.test(n) ? n.replace(/&\w*/, (s) => {
|
|
9335
9335
|
if (s == "&")
|
|
@@ -10329,7 +10329,7 @@ class ye {
|
|
|
10329
10329
|
mountStyles() {
|
|
10330
10330
|
this.styleModules = this.state.facet(ta);
|
|
10331
10331
|
let e = this.state.facet(ye.cspNonce);
|
|
10332
|
-
|
|
10332
|
+
ts.mount(this.root, this.styleModules.concat(E2).reverse(), e ? { nonce: e } : void 0);
|
|
10333
10333
|
}
|
|
10334
10334
|
readMeasured() {
|
|
10335
10335
|
if (this.updateState == 2)
|
|
@@ -10538,7 +10538,7 @@ class ye {
|
|
|
10538
10538
|
let n = this.docView.coordsAt(e, t);
|
|
10539
10539
|
if (!n || n.left == n.right)
|
|
10540
10540
|
return n;
|
|
10541
|
-
let s = this.state.doc.lineAt(e), i = this.bidiSpans(s), o = i[
|
|
10541
|
+
let s = this.state.doc.lineAt(e), i = this.bidiSpans(s), o = i[Hn.find(i, e - s.from, -1, t)];
|
|
10542
10542
|
return Ap(n, o.dir == dt.LTR == t > 0);
|
|
10543
10543
|
}
|
|
10544
10544
|
/**
|
|
@@ -10716,7 +10716,7 @@ class ye {
|
|
|
10716
10716
|
`&light` when a light theme is active).
|
|
10717
10717
|
*/
|
|
10718
10718
|
static theme(e, t) {
|
|
10719
|
-
let n =
|
|
10719
|
+
let n = ts.newName(), s = [jl.of(n), ta.of(cf(`.${n}`, e))];
|
|
10720
10720
|
return t && t.dark && s.push(af.of(!0)), s;
|
|
10721
10721
|
}
|
|
10722
10722
|
/**
|
|
@@ -10818,7 +10818,7 @@ function L2(r) {
|
|
|
10818
10818
|
let e = r.facet(Ea), t = jO.get(e);
|
|
10819
10819
|
return t || jO.set(e, t = H2(e.reduce((n, s) => n.concat(s), []))), t;
|
|
10820
10820
|
}
|
|
10821
|
-
let
|
|
10821
|
+
let Yn = null;
|
|
10822
10822
|
const B2 = 4e3;
|
|
10823
10823
|
function H2(r, e = z2) {
|
|
10824
10824
|
let t = /* @__PURE__ */ Object.create(null), n = /* @__PURE__ */ Object.create(null), s = (o, a) => {
|
|
@@ -10836,9 +10836,9 @@ function H2(r, e = z2) {
|
|
|
10836
10836
|
preventDefault: !0,
|
|
10837
10837
|
stopPropagation: !1,
|
|
10838
10838
|
run: [(b) => {
|
|
10839
|
-
let w =
|
|
10839
|
+
let w = Yn = { view: b, prefix: y, scope: o };
|
|
10840
10840
|
return setTimeout(() => {
|
|
10841
|
-
|
|
10841
|
+
Yn == w && (Yn = null);
|
|
10842
10842
|
}, B2), !0;
|
|
10843
10843
|
}]
|
|
10844
10844
|
});
|
|
@@ -10870,7 +10870,7 @@ function H2(r, e = z2) {
|
|
|
10870
10870
|
}
|
|
10871
10871
|
function G2(r, e, t, n) {
|
|
10872
10872
|
let s = Ox(e), i = Qt(s, 0), o = Qr(i) == s.length && s != " ", a = "", l = !1, c = !1, d = !1;
|
|
10873
|
-
|
|
10873
|
+
Yn && Yn.view == t && Yn.scope == n && (a = Yn.prefix + " ", Zv.indexOf(e.keyCode) < 0 && (c = !0, Yn = null));
|
|
10874
10874
|
let u = /* @__PURE__ */ new Set(), h = (g) => {
|
|
10875
10875
|
if (g) {
|
|
10876
10876
|
for (let O of g.run)
|
|
@@ -10881,7 +10881,7 @@ function G2(r, e, t, n) {
|
|
|
10881
10881
|
return !1;
|
|
10882
10882
|
}, f = r[n], p, m;
|
|
10883
10883
|
return f && (h(f[a + Nl(s, e, !o)]) ? l = !0 : o && (e.altKey || e.metaKey || e.ctrlKey) && // Ctrl-Alt may be used for AltGr on Windows
|
|
10884
|
-
!(de.windows && e.ctrlKey && e.altKey) && (p =
|
|
10884
|
+
!(de.windows && e.ctrlKey && e.altKey) && (p = rs[e.keyCode]) && p != s ? (h(f[a + Nl(p, e, !0)]) || e.shiftKey && (m = Qa[e.keyCode]) != s && m != p && h(f[a + Nl(m, e, !1)])) && (l = !0) : o && e.shiftKey && h(f[a + Nl(s, e, !0)]) && (l = !0), !l && h(f._any) && (l = !0)), c && (l = !0), l && d && e.stopPropagation(), l;
|
|
10885
10885
|
}
|
|
10886
10886
|
const F2 = !de.ios, NO = {
|
|
10887
10887
|
".cm-line": {
|
|
@@ -11992,7 +11992,7 @@ class Mp {
|
|
|
11992
11992
|
return new Mp(this.buffer, this.index);
|
|
11993
11993
|
}
|
|
11994
11994
|
}
|
|
11995
|
-
class
|
|
11995
|
+
class ss {
|
|
11996
11996
|
/**
|
|
11997
11997
|
Create a tree buffer.
|
|
11998
11998
|
*/
|
|
@@ -12045,7 +12045,7 @@ class ns {
|
|
|
12045
12045
|
let c = i[l++] = s[a++] - n;
|
|
12046
12046
|
i[l++] = s[a++] - e, o = Math.max(o, c);
|
|
12047
12047
|
}
|
|
12048
|
-
return new
|
|
12048
|
+
return new ss(i, o, this.set);
|
|
12049
12049
|
}
|
|
12050
12050
|
}
|
|
12051
12051
|
function Jv(r, e, t, n) {
|
|
@@ -12137,7 +12137,7 @@ class At extends e1 {
|
|
|
12137
12137
|
for (let { children: a, positions: l } = o._tree, c = t > 0 ? a.length : -1; e != c; e += t) {
|
|
12138
12138
|
let d = a[e], u = l[e] + o.from;
|
|
12139
12139
|
if (Jv(s, n, u, u + d.length)) {
|
|
12140
|
-
if (d instanceof
|
|
12140
|
+
if (d instanceof ss) {
|
|
12141
12141
|
if (i & Ye.ExcludeBuffers)
|
|
12142
12142
|
continue;
|
|
12143
12143
|
let h = d.findChild(0, d.buffer.length, t, n - u, s);
|
|
@@ -12578,7 +12578,7 @@ class Mc {
|
|
|
12578
12578
|
if (t > -1)
|
|
12579
12579
|
for (let i = t + e, o = e < 0 ? -1 : n._tree.children.length; i != o; i += e) {
|
|
12580
12580
|
let a = n._tree.children[i];
|
|
12581
|
-
if (this.mode & Ye.IncludeAnonymous || a instanceof
|
|
12581
|
+
if (this.mode & Ye.IncludeAnonymous || a instanceof ss || !a.type.isAnonymous || Xp(a))
|
|
12582
12582
|
return !1;
|
|
12583
12583
|
}
|
|
12584
12584
|
return !0;
|
|
@@ -12707,7 +12707,7 @@ class Mc {
|
|
|
12707
12707
|
}
|
|
12708
12708
|
}
|
|
12709
12709
|
function Xp(r) {
|
|
12710
|
-
return r.children.some((e) => e instanceof
|
|
12710
|
+
return r.children.some((e) => e instanceof ss || !e.type.isAnonymous || Xp(e));
|
|
12711
12711
|
}
|
|
12712
12712
|
function $Q(r) {
|
|
12713
12713
|
var e;
|
|
@@ -12732,7 +12732,7 @@ function $Q(r) {
|
|
|
12732
12732
|
let F = new Uint16Array(_e.size - _e.skip), D = a.pos - _e.size, V = F.length;
|
|
12733
12733
|
for (; a.pos > D; )
|
|
12734
12734
|
V = O(_e.start, F, V);
|
|
12735
|
-
Me = new
|
|
12735
|
+
Me = new ss(F, ce - _e.start, n), Oe = _e.start - P;
|
|
12736
12736
|
} else {
|
|
12737
12737
|
let F = a.pos - ne;
|
|
12738
12738
|
a.next();
|
|
@@ -12763,7 +12763,7 @@ function $Q(r) {
|
|
|
12763
12763
|
let M = new Uint16Array(X * 4), ce = C[C.length - 2];
|
|
12764
12764
|
for (let ne = C.length - 3, ke = 0; ne >= 0; ne -= 3)
|
|
12765
12765
|
M[ke++] = C[ne], M[ke++] = C[ne + 1] - ce, M[ke++] = C[ne + 2] - ce, M[ke++] = ke;
|
|
12766
|
-
$.push(new
|
|
12766
|
+
$.push(new ss(M, C[2] - ce, n)), E.push(ce - P);
|
|
12767
12767
|
}
|
|
12768
12768
|
}
|
|
12769
12769
|
function f(P) {
|
|
@@ -12843,7 +12843,7 @@ function $Q(r) {
|
|
|
12843
12843
|
}
|
|
12844
12844
|
const YO = /* @__PURE__ */ new WeakMap();
|
|
12845
12845
|
function mc(r, e) {
|
|
12846
|
-
if (!r.isAnonymous || e instanceof
|
|
12846
|
+
if (!r.isAnonymous || e instanceof ss || e.type != r)
|
|
12847
12847
|
return 1;
|
|
12848
12848
|
let t = YO.get(e);
|
|
12849
12849
|
if (t == null) {
|
|
@@ -13293,7 +13293,7 @@ function KO(r, e) {
|
|
|
13293
13293
|
}
|
|
13294
13294
|
return t;
|
|
13295
13295
|
}
|
|
13296
|
-
let RQ = 0,
|
|
13296
|
+
let RQ = 0, Wn = class s1 {
|
|
13297
13297
|
/**
|
|
13298
13298
|
@internal
|
|
13299
13299
|
*/
|
|
@@ -13343,7 +13343,7 @@ class Xc {
|
|
|
13343
13343
|
let n = t[0].instances.find((a) => a.base == e && IQ(t, a.modified));
|
|
13344
13344
|
if (n)
|
|
13345
13345
|
return n;
|
|
13346
|
-
let s = [], i = new
|
|
13346
|
+
let s = [], i = new Wn(s, e, t);
|
|
13347
13347
|
for (let a of t)
|
|
13348
13348
|
a.instances.push(i);
|
|
13349
13349
|
let o = jQ(t);
|
|
@@ -13506,7 +13506,7 @@ function XQ(r) {
|
|
|
13506
13506
|
e = e.next;
|
|
13507
13507
|
return e || null;
|
|
13508
13508
|
}
|
|
13509
|
-
const re =
|
|
13509
|
+
const re = Wn.define, Ml = re(), Vn = re(), JO = re(Vn), e0 = re(Vn), zn = re(), Xl = re(zn), Wu = re(zn), Yr = re(), ws = re(Yr), zr = re(), Ur = re(), mf = re(), Vo = re(mf), ql = re(), A = {
|
|
13510
13510
|
/**
|
|
13511
13511
|
A comment.
|
|
13512
13512
|
*/
|
|
@@ -13526,11 +13526,11 @@ const re = qn.define, Ml = re(), Wn = re(), JO = re(Wn), e0 = re(Wn), Vn = re(),
|
|
|
13526
13526
|
/**
|
|
13527
13527
|
Any kind of identifier.
|
|
13528
13528
|
*/
|
|
13529
|
-
name:
|
|
13529
|
+
name: Vn,
|
|
13530
13530
|
/**
|
|
13531
13531
|
The [name](#highlight.tags.name) of a variable.
|
|
13532
13532
|
*/
|
|
13533
|
-
variableName: re(
|
|
13533
|
+
variableName: re(Vn),
|
|
13534
13534
|
/**
|
|
13535
13535
|
A type [name](#highlight.tags.name).
|
|
13536
13536
|
*/
|
|
@@ -13550,23 +13550,23 @@ const re = qn.define, Ml = re(), Wn = re(), JO = re(Wn), e0 = re(Wn), Vn = re(),
|
|
|
13550
13550
|
/**
|
|
13551
13551
|
The [name](#highlight.tags.name) of a class.
|
|
13552
13552
|
*/
|
|
13553
|
-
className: re(
|
|
13553
|
+
className: re(Vn),
|
|
13554
13554
|
/**
|
|
13555
13555
|
A label [name](#highlight.tags.name).
|
|
13556
13556
|
*/
|
|
13557
|
-
labelName: re(
|
|
13557
|
+
labelName: re(Vn),
|
|
13558
13558
|
/**
|
|
13559
13559
|
A namespace [name](#highlight.tags.name).
|
|
13560
13560
|
*/
|
|
13561
|
-
namespace: re(
|
|
13561
|
+
namespace: re(Vn),
|
|
13562
13562
|
/**
|
|
13563
13563
|
The [name](#highlight.tags.name) of a macro.
|
|
13564
13564
|
*/
|
|
13565
|
-
macroName: re(
|
|
13565
|
+
macroName: re(Vn),
|
|
13566
13566
|
/**
|
|
13567
13567
|
A literal value.
|
|
13568
13568
|
*/
|
|
13569
|
-
literal:
|
|
13569
|
+
literal: zn,
|
|
13570
13570
|
/**
|
|
13571
13571
|
A string [literal](#highlight.tags.literal).
|
|
13572
13572
|
*/
|
|
@@ -13598,24 +13598,24 @@ const re = qn.define, Ml = re(), Wn = re(), JO = re(Wn), e0 = re(Wn), Vn = re(),
|
|
|
13598
13598
|
/**
|
|
13599
13599
|
A boolean [literal](#highlight.tags.literal).
|
|
13600
13600
|
*/
|
|
13601
|
-
bool: re(
|
|
13601
|
+
bool: re(zn),
|
|
13602
13602
|
/**
|
|
13603
13603
|
Regular expression [literal](#highlight.tags.literal).
|
|
13604
13604
|
*/
|
|
13605
|
-
regexp: re(
|
|
13605
|
+
regexp: re(zn),
|
|
13606
13606
|
/**
|
|
13607
13607
|
An escape [literal](#highlight.tags.literal), for example a
|
|
13608
13608
|
backslash escape in a string.
|
|
13609
13609
|
*/
|
|
13610
|
-
escape: re(
|
|
13610
|
+
escape: re(zn),
|
|
13611
13611
|
/**
|
|
13612
13612
|
A color [literal](#highlight.tags.literal).
|
|
13613
13613
|
*/
|
|
13614
|
-
color: re(
|
|
13614
|
+
color: re(zn),
|
|
13615
13615
|
/**
|
|
13616
13616
|
A URL [literal](#highlight.tags.literal).
|
|
13617
13617
|
*/
|
|
13618
|
-
url: re(
|
|
13618
|
+
url: re(zn),
|
|
13619
13619
|
/**
|
|
13620
13620
|
A language keyword.
|
|
13621
13621
|
*/
|
|
@@ -13837,31 +13837,31 @@ const re = qn.define, Ml = re(), Wn = re(), JO = re(Wn), e0 = re(Wn), Vn = re(),
|
|
|
13837
13837
|
given element is being defined. Expected to be used with the
|
|
13838
13838
|
various [name](#highlight.tags.name) tags.
|
|
13839
13839
|
*/
|
|
13840
|
-
definition:
|
|
13840
|
+
definition: Wn.defineModifier(),
|
|
13841
13841
|
/**
|
|
13842
13842
|
[Modifier](#highlight.Tag^defineModifier) that indicates that
|
|
13843
13843
|
something is constant. Mostly expected to be used with
|
|
13844
13844
|
[variable names](#highlight.tags.variableName).
|
|
13845
13845
|
*/
|
|
13846
|
-
constant:
|
|
13846
|
+
constant: Wn.defineModifier(),
|
|
13847
13847
|
/**
|
|
13848
13848
|
[Modifier](#highlight.Tag^defineModifier) used to indicate that
|
|
13849
13849
|
a [variable](#highlight.tags.variableName) or [property
|
|
13850
13850
|
name](#highlight.tags.propertyName) is being called or defined
|
|
13851
13851
|
as a function.
|
|
13852
13852
|
*/
|
|
13853
|
-
function:
|
|
13853
|
+
function: Wn.defineModifier(),
|
|
13854
13854
|
/**
|
|
13855
13855
|
[Modifier](#highlight.Tag^defineModifier) that can be applied to
|
|
13856
13856
|
[names](#highlight.tags.name) to indicate that they belong to
|
|
13857
13857
|
the language's standard environment.
|
|
13858
13858
|
*/
|
|
13859
|
-
standard:
|
|
13859
|
+
standard: Wn.defineModifier(),
|
|
13860
13860
|
/**
|
|
13861
13861
|
[Modifier](#highlight.Tag^defineModifier) that indicates a given
|
|
13862
13862
|
[names](#highlight.tags.name) is local to some scope.
|
|
13863
13863
|
*/
|
|
13864
|
-
local:
|
|
13864
|
+
local: Wn.defineModifier(),
|
|
13865
13865
|
/**
|
|
13866
13866
|
A generic variant [modifier](#highlight.Tag^defineModifier) that
|
|
13867
13867
|
can be used to tag language-specific alternative variants of
|
|
@@ -13870,7 +13870,7 @@ const re = qn.define, Ml = re(), Wn = re(), JO = re(Wn), e0 = re(Wn), Vn = re(),
|
|
|
13870
13870
|
[variable name](#highlight.tags.variableName) tags, since those
|
|
13871
13871
|
come up a lot.
|
|
13872
13872
|
*/
|
|
13873
|
-
special:
|
|
13873
|
+
special: Wn.defineModifier()
|
|
13874
13874
|
};
|
|
13875
13875
|
o1([
|
|
13876
13876
|
{ tag: A.link, class: "tok-link" },
|
|
@@ -14002,7 +14002,7 @@ function t0(r, e, t) {
|
|
|
14002
14002
|
i.type.isTop && (s = i);
|
|
14003
14003
|
return s;
|
|
14004
14004
|
}
|
|
14005
|
-
class
|
|
14005
|
+
class is extends Cr {
|
|
14006
14006
|
constructor(e, t, n) {
|
|
14007
14007
|
super(e, t, [], n), this.parser = t;
|
|
14008
14008
|
}
|
|
@@ -14011,7 +14011,7 @@ class ss extends Cr {
|
|
|
14011
14011
|
*/
|
|
14012
14012
|
static define(e) {
|
|
14013
14013
|
let t = a1(e.languageData);
|
|
14014
|
-
return new
|
|
14014
|
+
return new is(t, e.parser.configure({
|
|
14015
14015
|
props: [_i.add((n) => n.isTop ? t : void 0)]
|
|
14016
14016
|
}), e.name);
|
|
14017
14017
|
}
|
|
@@ -14020,7 +14020,7 @@ class ss extends Cr {
|
|
|
14020
14020
|
version of its parser and optionally a new name.
|
|
14021
14021
|
*/
|
|
14022
14022
|
configure(e, t) {
|
|
14023
|
-
return new
|
|
14023
|
+
return new is(this.data, this.parser.configure(e), t || this.name);
|
|
14024
14024
|
}
|
|
14025
14025
|
get allowsNesting() {
|
|
14026
14026
|
return this.parser.hasWrappers();
|
|
@@ -14583,7 +14583,7 @@ class tl {
|
|
|
14583
14583
|
this.specs = e;
|
|
14584
14584
|
let n;
|
|
14585
14585
|
function s(a) {
|
|
14586
|
-
let l =
|
|
14586
|
+
let l = ts.newName();
|
|
14587
14587
|
return (n || (n = /* @__PURE__ */ Object.create(null)))["." + l] = a, l;
|
|
14588
14588
|
}
|
|
14589
14589
|
const i = typeof t.all == "string" ? t.all : t.all ? s(t.all) : void 0, o = t.scope;
|
|
@@ -14592,7 +14592,7 @@ class tl {
|
|
|
14592
14592
|
class: a.class || s(Object.assign({}, a, { tag: null }))
|
|
14593
14593
|
})), {
|
|
14594
14594
|
all: i
|
|
14595
|
-
}).style, this.module = n ? new
|
|
14595
|
+
}).style, this.module = n ? new ts(n) : null, this.themeType = t.themeType;
|
|
14596
14596
|
}
|
|
14597
14597
|
/**
|
|
14598
14598
|
Create a highlighter style that associates the given styles to
|
|
@@ -14971,7 +14971,7 @@ class a0 {
|
|
|
14971
14971
|
this.completion = e, this.source = t, this.match = n, this.score = s;
|
|
14972
14972
|
}
|
|
14973
14973
|
}
|
|
14974
|
-
function
|
|
14974
|
+
function Kn(r) {
|
|
14975
14975
|
return r.selection.main.from;
|
|
14976
14976
|
}
|
|
14977
14977
|
function S1(r, e) {
|
|
@@ -15378,7 +15378,7 @@ class zc {
|
|
|
15378
15378
|
return new zc(QT, "cm-ac-" + Math.floor(Math.random() * 2e6).toString(36), null);
|
|
15379
15379
|
}
|
|
15380
15380
|
update(e) {
|
|
15381
|
-
let { state: t } = e, n = t.facet(wt), i = (n.override || t.languageDataAt("autocomplete",
|
|
15381
|
+
let { state: t } = e, n = t.facet(wt), i = (n.override || t.languageDataAt("autocomplete", Kn(t)).map(yT)).map((a) => (this.active.find((c) => c.source == a) || new Ut(
|
|
15382
15382
|
a,
|
|
15383
15383
|
this.active.some(
|
|
15384
15384
|
(c) => c.state != 0
|
|
@@ -15456,7 +15456,7 @@ class Ut {
|
|
|
15456
15456
|
));
|
|
15457
15457
|
for (let i of e.effects)
|
|
15458
15458
|
if (i.is(Vc))
|
|
15459
|
-
s = new Ut(s.source, 1, i.value ?
|
|
15459
|
+
s = new Ut(s.source, 1, i.value ? Kn(e.state) : -1);
|
|
15460
15460
|
else if (i.is(Ia))
|
|
15461
15461
|
s = new Ut(
|
|
15462
15462
|
s.source,
|
|
@@ -15476,7 +15476,7 @@ class Ut {
|
|
|
15476
15476
|
);
|
|
15477
15477
|
}
|
|
15478
15478
|
handleChange(e) {
|
|
15479
|
-
return e.changes.touchesRange(
|
|
15479
|
+
return e.changes.touchesRange(Kn(e.startState)) ? new Ut(
|
|
15480
15480
|
this.source,
|
|
15481
15481
|
0
|
|
15482
15482
|
/* State.Inactive */
|
|
@@ -15495,15 +15495,15 @@ class Mi extends Ut {
|
|
|
15495
15495
|
}
|
|
15496
15496
|
handleUserEvent(e, t, n) {
|
|
15497
15497
|
var s;
|
|
15498
|
-
let i = e.changes.mapPos(this.from), o = e.changes.mapPos(this.to, 1), a =
|
|
15499
|
-
if ((this.explicitPos < 0 ? a <= i : a < this.from) || a > o || t == "delete" &&
|
|
15498
|
+
let i = e.changes.mapPos(this.from), o = e.changes.mapPos(this.to, 1), a = Kn(e.state);
|
|
15499
|
+
if ((this.explicitPos < 0 ? a <= i : a < this.from) || a > o || t == "delete" && Kn(e.startState) == this.from)
|
|
15500
15500
|
return new Ut(
|
|
15501
15501
|
this.source,
|
|
15502
15502
|
t == "input" && n.activateOnTyping ? 1 : 0
|
|
15503
15503
|
/* State.Inactive */
|
|
15504
15504
|
);
|
|
15505
15505
|
let l = this.explicitPos < 0 ? -1 : e.changes.mapPos(this.explicitPos), c;
|
|
15506
|
-
return TT(this.result.validFor, e.state, i, o) ? new Mi(this.source, l, this.result, i, o) : this.result.update && (c = this.result.update(this.result, i, o, new v1(e.state, a, l >= 0))) ? new Mi(this.source, l, c, c.from, (s = c.to) !== null && s !== void 0 ? s :
|
|
15506
|
+
return TT(this.result.validFor, e.state, i, o) ? new Mi(this.source, l, this.result, i, o) : this.result.update && (c = this.result.update(this.result, i, o, new v1(e.state, a, l >= 0))) ? new Mi(this.source, l, c, c.from, (s = c.to) !== null && s !== void 0 ? s : Kn(e.state)) : new Ut(this.source, 1, l);
|
|
15507
15507
|
}
|
|
15508
15508
|
handleChange(e) {
|
|
15509
15509
|
return e.changes.touchesRange(this.from, this.to) ? new Ut(
|
|
@@ -15607,7 +15607,7 @@ const IT = 50, jT = 1e3, NT = /* @__PURE__ */ mr.fromClass(class {
|
|
|
15607
15607
|
t.state == 1 && !this.running.some((n) => n.active.source == t.source) && this.startQuery(t);
|
|
15608
15608
|
}
|
|
15609
15609
|
startQuery(r) {
|
|
15610
|
-
let { state: e } = this.view, t =
|
|
15610
|
+
let { state: e } = this.view, t = Kn(e), n = new v1(e, t, r.explicitPos == t), s = new ZT(r, n);
|
|
15611
15611
|
this.running.push(s), Promise.resolve(r.source(n)).then((i) => {
|
|
15612
15612
|
s.context.aborted || (s.done = i || null, this.scheduleAccept());
|
|
15613
15613
|
}, (i) => {
|
|
@@ -15628,7 +15628,7 @@ const IT = 50, jT = 1e3, NT = /* @__PURE__ */ mr.fromClass(class {
|
|
|
15628
15628
|
if (s.done === void 0)
|
|
15629
15629
|
continue;
|
|
15630
15630
|
if (this.running.splice(n--, 1), s.done) {
|
|
15631
|
-
let o = new Mi(s.active.source, s.active.explicitPos, s.done, s.done.from, (r = s.done.to) !== null && r !== void 0 ? r :
|
|
15631
|
+
let o = new Mi(s.active.source, s.active.explicitPos, s.done, s.done.from, (r = s.done.to) !== null && r !== void 0 ? r : Kn(s.updates.length ? s.updates[0].startState : this.view.state));
|
|
15632
15632
|
for (let a of s.updates)
|
|
15633
15633
|
o = o.update(a, t);
|
|
15634
15634
|
if (o.hasResult()) {
|
|
@@ -17219,7 +17219,7 @@ class Bp {
|
|
|
17219
17219
|
this.start = e.start, this.shift = e.shift || Gu, this.reduce = e.reduce || Gu, this.reuse = e.reuse || Gu, this.hash = e.hash || (() => 0), this.strict = e.strict !== !1;
|
|
17220
17220
|
}
|
|
17221
17221
|
}
|
|
17222
|
-
class
|
|
17222
|
+
class os extends n1 {
|
|
17223
17223
|
/**
|
|
17224
17224
|
@internal
|
|
17225
17225
|
*/
|
|
@@ -17388,7 +17388,7 @@ class is extends n1 {
|
|
|
17388
17388
|
kept from the original parser.
|
|
17389
17389
|
*/
|
|
17390
17390
|
configure(e) {
|
|
17391
|
-
let t = Object.assign(Object.create(
|
|
17391
|
+
let t = Object.assign(Object.create(os.prototype), this);
|
|
17392
17392
|
if (e.props && (t.nodeSet = this.nodeSet.extend(...e.props)), e.top) {
|
|
17393
17393
|
let n = this.topRules[e.top];
|
|
17394
17394
|
if (!n)
|
|
@@ -17464,7 +17464,7 @@ class is extends n1 {
|
|
|
17464
17464
|
user code. @hide
|
|
17465
17465
|
*/
|
|
17466
17466
|
static deserialize(e) {
|
|
17467
|
-
return new
|
|
17467
|
+
return new os(e);
|
|
17468
17468
|
}
|
|
17469
17469
|
}
|
|
17470
17470
|
function pn(r, e) {
|
|
@@ -17582,7 +17582,7 @@ const AC = new qt((r, e) => {
|
|
|
17582
17582
|
"( )": A.paren,
|
|
17583
17583
|
"[ ]": A.squareBracket,
|
|
17584
17584
|
"{ }": A.brace
|
|
17585
|
-
}), IC = { __proto__: null, lang: 32, "nth-child": 32, "nth-last-child": 32, "nth-of-type": 32, "nth-last-of-type": 32, dir: 32, "host-context": 32, url: 60, "url-prefix": 60, domain: 60, regexp: 60, selector: 138 }, jC = { __proto__: null, "@import": 118, "@media": 142, "@charset": 146, "@namespace": 150, "@keyframes": 156, "@supports": 168 }, NC = { __proto__: null, not: 132, only: 132 }, DC =
|
|
17585
|
+
}), IC = { __proto__: null, lang: 32, "nth-child": 32, "nth-last-child": 32, "nth-of-type": 32, "nth-last-of-type": 32, dir: 32, "host-context": 32, url: 60, "url-prefix": 60, domain: 60, regexp: 60, selector: 138 }, jC = { __proto__: null, "@import": 118, "@media": 142, "@charset": 146, "@namespace": 150, "@keyframes": 156, "@supports": 168 }, NC = { __proto__: null, not: 132, only: 132 }, DC = os.deserialize({
|
|
17586
17586
|
version: 14,
|
|
17587
17587
|
states: ":^QYQ[OOO#_Q[OOP#fOWOOOOQP'#Cd'#CdOOQP'#Cc'#CcO#kQ[O'#CfO$_QXO'#CaO$fQ[O'#ChO$qQ[O'#DTO$vQ[O'#DWOOQP'#Em'#EmO${QdO'#DgO%jQ[O'#DtO${QdO'#DvO%{Q[O'#DxO&WQ[O'#D{O&`Q[O'#ERO&nQ[O'#ETOOQS'#El'#ElOOQS'#EW'#EWQYQ[OOO&uQXO'#CdO'jQWO'#DcO'oQWO'#EsO'zQ[O'#EsQOQWOOP(UO#tO'#C_POOO)C@[)C@[OOQP'#Cg'#CgOOQP,59Q,59QO#kQ[O,59QO(aQ[O'#E[O({QWO,58{O)TQ[O,59SO$qQ[O,59oO$vQ[O,59rO(aQ[O,59uO(aQ[O,59wO(aQ[O,59xO)`Q[O'#DbOOQS,58{,58{OOQP'#Ck'#CkOOQO'#DR'#DROOQP,59S,59SO)gQWO,59SO)lQWO,59SOOQP'#DV'#DVOOQP,59o,59oOOQO'#DX'#DXO)qQ`O,59rOOQS'#Cp'#CpO${QdO'#CqO)yQvO'#CsO+ZQtO,5:ROOQO'#Cx'#CxO)lQWO'#CwO+oQWO'#CyO+tQ[O'#DOOOQS'#Ep'#EpOOQO'#Dj'#DjO+|Q[O'#DqO,[QWO'#EtO&`Q[O'#DoO,jQWO'#DrOOQO'#Eu'#EuO)OQWO,5:`O,oQpO,5:bOOQS'#Dz'#DzO,wQWO,5:dO,|Q[O,5:dOOQO'#D}'#D}O-UQWO,5:gO-ZQWO,5:mO-cQWO,5:oOOQS-E8U-E8UO${QdO,59}O-kQ[O'#E^O-xQWO,5;_O-xQWO,5;_POOO'#EV'#EVP.TO#tO,58yPOOO,58y,58yOOQP1G.l1G.lO.zQXO,5:vOOQO-E8Y-E8YOOQS1G.g1G.gOOQP1G.n1G.nO)gQWO1G.nO)lQWO1G.nOOQP1G/Z1G/ZO/XQ`O1G/^O/rQXO1G/aO0YQXO1G/cO0pQXO1G/dO1WQWO,59|O1]Q[O'#DSO1dQdO'#CoOOQP1G/^1G/^O${QdO1G/^O1kQpO,59]OOQS,59_,59_O${QdO,59aO1sQWO1G/mOOQS,59c,59cO1xQ!bO,59eOOQS'#DP'#DPOOQS'#EY'#EYO2QQ[O,59jOOQS,59j,59jO2YQWO'#DjO2eQWO,5:VO2jQWO,5:]O&`Q[O,5:XO&`Q[O'#E_O2rQWO,5;`O2}QWO,5:ZO(aQ[O,5:^OOQS1G/z1G/zOOQS1G/|1G/|OOQS1G0O1G0OO3`QWO1G0OO3eQdO'#EOOOQS1G0R1G0ROOQS1G0X1G0XOOQS1G0Z1G0ZO3pQtO1G/iOOQO,5:x,5:xO4WQ[O,5:xOOQO-E8[-E8[O4eQWO1G0yPOOO-E8T-E8TPOOO1G.e1G.eOOQP7+$Y7+$YOOQP7+$x7+$xO${QdO7+$xOOQS1G/h1G/hO4pQXO'#ErO4wQWO,59nO4|QtO'#EXO5tQdO'#EoO6OQWO,59ZO6TQpO7+$xOOQS1G.w1G.wOOQS1G.{1G.{OOQS7+%X7+%XO6]QWO1G/POOQS-E8W-E8WOOQS1G/U1G/UO${QdO1G/qOOQO1G/w1G/wOOQO1G/s1G/sO6bQWO,5:yOOQO-E8]-E8]O6pQXO1G/xOOQS7+%j7+%jO6wQYO'#CsOOQO'#EQ'#EQO7SQ`O'#EPOOQO'#EP'#EPO7_QWO'#E`O7gQdO,5:jOOQS,5:j,5:jO7rQtO'#E]O${QdO'#E]O8sQdO7+%TOOQO7+%T7+%TOOQO1G0d1G0dO9WQpO<<HdO9`QWO,5;^OOQP1G/Y1G/YOOQS-E8V-E8VO${QdO'#EZO9hQWO,5;ZOOQT1G.u1G.uOOQP<<Hd<<HdOOQS7+$k7+$kO9pQdO7+%]OOQO7+%d7+%dOOQO,5:k,5:kO3hQdO'#EaO7_QWO,5:zOOQS,5:z,5:zOOQS-E8^-E8^OOQS1G0U1G0UO9wQtO,5:wOOQS-E8Z-E8ZOOQO<<Ho<<HoOOQPAN>OAN>OO:xQdO,5:uOOQO-E8X-E8XOOQO<<Hw<<HwOOQO,5:{,5:{OOQO-E8_-E8_OOQS1G0f1G0f",
|
|
17588
17588
|
stateData: ";[~O#ZOS#[QQ~OUYOXYO]VO^VOqXOxWO![aO!]ZO!i[O!k]O!m^O!p_O!v`O#XRO#bTO~OQfOUYOXYO]VO^VOqXOxWO![aO!]ZO!i[O!k]O!m^O!p_O!v`O#XeO#bTO~O#U#gP~P!ZO#[jO~O#XlO~O]qO^qOqsOtoOxrO!OtO!RvO#VuO#bnO~O!TwO~P#pO`}O#WzO#XyO~O#X!OO~O#X!QO~OQ![Ob!TOf![Oh![On!YOq!ZO#W!WO#X!SO#e!UO~Ob!^O!d!`O!g!aO#X!]O!T#hP~Oh!fOn!YO#X!eO~Oh!hO#X!hO~Ob!^O!d!`O!g!aO#X!]O~O!Y#hP~P%jO]WX]!WX^WXqWXtWXxWX!OWX!RWX!TWX#VWX#bWX~O]!mO~O!Y!nO#U#gX!S#gX~O#U#gX!S#gX~P!ZO#]!qO#^!qO#_!sO~OUYOXYO]VO^VOqXOxWO#XRO#bTO~OtoO!TwO~O`!zO#WzO#XyO~O!S#gP~P!ZOb#RO~Ob#SO~Op#TO|#UO~OP#WObgXjgX!YgX!dgX!ggX#XgXagXQgXfgXhgXngXqgXtgX!XgX#UgX#WgX#egXpgX!SgX~Ob!^Oj#XO!d!`O!g!aO#X!]O!Y#hP~Ob#[O~Op#`O#X#]O~Ob!^O!d!`O!g!aO#X#aO~Ot#eO!b#dO!T#hX!Y#hX~Ob#hO~Oj#XO!Y#jO~O!Y#kO~Oh#lOn!YO~O!T#mO~O!TwO!b#dO~O!TwO!Y#pO~O!Y#QX#U#QX!S#QX~P!ZO!Y!nO#U#ga!S#ga~O#]!qO#^!qO#_#wO~O]qO^qOqsOxrO!OtO!RvO#VuO#bnO~Ot#Oa!T#Oaa#Oa~P.`Op#yO|#zO~O]qO^qOqsOxrO#bnO~Ot}i!O}i!R}i!T}i#V}ia}i~P/aOt!Pi!O!Pi!R!Pi!T!Pi#V!Pia!Pi~P/aOt!Qi!O!Qi!R!Qi!T!Qi#V!Qia!Qi~P/aO!S#{O~Oa#fP~P(aOa#cP~P${Oa$SOj#XO~O!Y$UO~Oh$VOo$VO~Op$XO#X#]O~O]!`Xa!^X!b!^X~O]$YO~Oa$ZO!b#dO~Ot#eO!T#ha!Y#ha~O!b#dOt!ca!T!ca!Y!caa!ca~O!Y$`O~O!S$gO#X$bO#e$aO~Oj#XOt$iO!X$kO!Y!Vi#U!Vi!S!Vi~P${O!Y#Qa#U#Qa!S#Qa~P!ZO!Y!nO#U#gi!S#gi~Oa#fX~P#pOa$oO~Oj#XOQ!{Xa!{Xb!{Xf!{Xh!{Xn!{Xq!{Xt!{X#W!{X#X!{X#e!{X~Ot$qOa#cX~P${Oa$sO~Oj#XOp$tO~Oa$uO~O!b#dOt#Ra!T#Ra!Y#Ra~Oa$wO~P.`OP#WOtgX!TgX~O#e$aOt!sX!T!sX~Ot$yO!TwO~O!S$}O#X$bO#e$aO~Oj#XOQ#PXb#PXf#PXh#PXn#PXq#PXt#PX!X#PX!Y#PX#U#PX#W#PX#X#PX#e#PX!S#PX~Ot$iO!X%QO!Y!Vq#U!Vq!S!Vq~P${Oj#XOp%RO~OtoOa#fa~Ot$qOa#ca~Oa%UO~P${Oj#XOQ#Pab#Paf#Pah#Pan#Paq#Pat#Pa!X#Pa!Y#Pa#U#Pa#W#Pa#X#Pa#e#Pa!S#Pa~Oa!}at!}a~P${O#Zo#[#ej!R#e~",
|
|
@@ -18319,7 +18319,7 @@ const k0 = /* @__PURE__ */ [
|
|
|
18319
18319
|
"tr",
|
|
18320
18320
|
"u",
|
|
18321
18321
|
"ul"
|
|
18322
|
-
].map((r) => ({ type: "type", label: r })),
|
|
18322
|
+
].map((r) => ({ type: "type", label: r })), Rn = /^(\w[\w-]*|-\w[\w-]*|)$/, XC = /^-(-[\w-]*)?$/;
|
|
18323
18323
|
function qC(r, e) {
|
|
18324
18324
|
var t;
|
|
18325
18325
|
if ((r.name == "(" || r.type.isError) && (r = r.parent || r), r.name != "ArgList")
|
|
@@ -18362,11 +18362,11 @@ function M1(r, e, t) {
|
|
|
18362
18362
|
const zC = (r) => (e) => {
|
|
18363
18363
|
let { state: t, pos: n } = e, s = Rt(t).resolveInner(n, -1), i = s.type.isError && s.from == s.to - 1 && t.doc.sliceString(s.from, s.to) == "-";
|
|
18364
18364
|
if (s.name == "PropertyName" || (i || s.name == "TagName") && /^(Block|Styles)$/.test(s.resolve(s.to).name))
|
|
18365
|
-
return { from: s.from, options: Ku(), validFor:
|
|
18365
|
+
return { from: s.from, options: Ku(), validFor: Rn };
|
|
18366
18366
|
if (s.name == "ValueName")
|
|
18367
|
-
return { from: s.from, options: $0, validFor:
|
|
18367
|
+
return { from: s.from, options: $0, validFor: Rn };
|
|
18368
18368
|
if (s.name == "PseudoClassName")
|
|
18369
|
-
return { from: s.from, options: k0, validFor:
|
|
18369
|
+
return { from: s.from, options: k0, validFor: Rn };
|
|
18370
18370
|
if (r(s) || (e.explicit || i) && qC(s, t.doc))
|
|
18371
18371
|
return {
|
|
18372
18372
|
from: r(s) || i ? s.from : n,
|
|
@@ -18376,14 +18376,14 @@ const zC = (r) => (e) => {
|
|
|
18376
18376
|
if (s.name == "TagName") {
|
|
18377
18377
|
for (let { parent: l } = s; l; l = l.parent)
|
|
18378
18378
|
if (l.name == "Block")
|
|
18379
|
-
return { from: s.from, options: Ku(), validFor:
|
|
18380
|
-
return { from: s.from, options: MC, validFor:
|
|
18379
|
+
return { from: s.from, options: Ku(), validFor: Rn };
|
|
18380
|
+
return { from: s.from, options: MC, validFor: Rn };
|
|
18381
18381
|
}
|
|
18382
18382
|
if (!e.explicit)
|
|
18383
18383
|
return null;
|
|
18384
18384
|
let o = s.resolve(n), a = o.childBefore(n);
|
|
18385
|
-
return a && a.name == ":" && o.name == "PseudoClassSelector" ? { from: n, options: k0, validFor:
|
|
18386
|
-
}, UC = /* @__PURE__ */ zC((r) => r.name == "VariableName"), Bc = /* @__PURE__ */
|
|
18385
|
+
return a && a.name == ":" && o.name == "PseudoClassSelector" ? { from: n, options: k0, validFor: Rn } : a && a.name == ":" && o.name == "Declaration" || o.name == "ArgList" ? { from: n, options: $0, validFor: Rn } : o.name == "Block" || o.name == "Styles" ? { from: n, options: Ku(), validFor: Rn } : null;
|
|
18386
|
+
}, UC = /* @__PURE__ */ zC((r) => r.name == "VariableName"), Bc = /* @__PURE__ */ is.define({
|
|
18387
18387
|
name: "css",
|
|
18388
18388
|
parser: /* @__PURE__ */ DC.configure({
|
|
18389
18389
|
props: [
|
|
@@ -18622,7 +18622,7 @@ const $5 = Gp("script", YC, LC), P5 = Gp("style", BC, HC), _5 = Gp("textarea", G
|
|
|
18622
18622
|
Comment: A.blockComment,
|
|
18623
18623
|
ProcessingInst: A.processingInstruction,
|
|
18624
18624
|
DoctypeDecl: A.documentMeta
|
|
18625
|
-
}), Q5 =
|
|
18625
|
+
}), Q5 = os.deserialize({
|
|
18626
18626
|
version: 14,
|
|
18627
18627
|
states: ",xOVO!rOOO!WQ#tO'#CqO!]Q#tO'#CzO!bQ#tO'#C}O!gQ#tO'#DQO!lQ#tO'#DSO!qOaO'#CpO!|ObO'#CpO#XOdO'#CpO$eO!rO'#CpOOO`'#Cp'#CpO$lO$fO'#DTO$tQ#tO'#DVO$yQ#tO'#DWOOO`'#Dk'#DkOOO`'#DY'#DYQVO!rOOO%OQ&rO,59]O%ZQ&rO,59fO%fQ&rO,59iO%qQ&rO,59lO%|Q&rO,59nOOOa'#D^'#D^O&XOaO'#CxO&dOaO,59[OOOb'#D_'#D_O&lObO'#C{O&wObO,59[OOOd'#D`'#D`O'POdO'#DOO'[OdO,59[OOO`'#Da'#DaO'dO!rO,59[O'kQ#tO'#DROOO`,59[,59[OOOp'#Db'#DbO'pO$fO,59oOOO`,59o,59oO'xQ#|O,59qO'}Q#|O,59rOOO`-E7W-E7WO(SQ&rO'#CsOOQW'#DZ'#DZO(bQ&rO1G.wOOOa1G.w1G.wOOO`1G/Y1G/YO(mQ&rO1G/QOOOb1G/Q1G/QO(xQ&rO1G/TOOOd1G/T1G/TO)TQ&rO1G/WOOO`1G/W1G/WO)`Q&rO1G/YOOOa-E7[-E7[O)kQ#tO'#CyOOO`1G.v1G.vOOOb-E7]-E7]O)pQ#tO'#C|OOOd-E7^-E7^O)uQ#tO'#DPOOO`-E7_-E7_O)zQ#|O,59mOOOp-E7`-E7`OOO`1G/Z1G/ZOOO`1G/]1G/]OOO`1G/^1G/^O*PQ,UO,59_OOQW-E7X-E7XOOOa7+$c7+$cOOO`7+$t7+$tOOOb7+$l7+$lOOOd7+$o7+$oOOO`7+$r7+$rO*[Q#|O,59eO*aQ#|O,59hO*fQ#|O,59kOOO`1G/X1G/XO*kO7[O'#CvO*|OMhO'#CvOOQW1G.y1G.yOOO`1G/P1G/POOO`1G/S1G/SOOO`1G/V1G/VOOOO'#D['#D[O+_O7[O,59bOOQW,59b,59bOOOO'#D]'#D]O+pOMhO,59bOOOO-E7Y-E7YOOQW1G.|1G.|OOOO-E7Z-E7Z",
|
|
18628
18628
|
stateData: ",]~O!^OS~OUSOVPOWQOXROYTO[]O][O^^O`^Oa^Ob^Oc^Ox^O{_O!dZO~OfaO~OfbO~OfcO~OfdO~OfeO~O!WfOPlP!ZlP~O!XiOQoP!ZoP~O!YlORrP!ZrP~OUSOVPOWQOXROYTOZqO[]O][O^^O`^Oa^Ob^Oc^Ox^O!dZO~O!ZrO~P#dO![sO!euO~OfvO~OfwO~OS|OT}OhyO~OS!POT}OhyO~OS!ROT}OhyO~OS!TOT}OhyO~OS}OT}OhyO~O!WfOPlX!ZlX~OP!WO!Z!XO~O!XiOQoX!ZoX~OQ!ZO!Z!XO~O!YlORrX!ZrX~OR!]O!Z!XO~O!Z!XO~P#dOf!_O~O![sO!e!aO~OS!bO~OS!cO~Oi!dOSgXTgXhgX~OS!fOT!gOhyO~OS!hOT!gOhyO~OS!iOT!gOhyO~OS!jOT!gOhyO~OS!gOT!gOhyO~Of!kO~Of!lO~Of!mO~OS!nO~Ok!qO!`!oO!b!pO~OS!rO~OS!sO~OS!tO~Oa!uOb!uOc!uO!`!wO!a!uO~Oa!xOb!xOc!xO!b!wO!c!xO~Oa!uOb!uOc!uO!`!{O!a!uO~Oa!xOb!xOc!xO!b!{O!c!xO~OT~bac!dx{!d~",
|
|
@@ -18841,7 +18841,7 @@ const B5 = new qt((r, e) => {
|
|
|
18841
18841
|
"JSXIdentifier JSXNameSpacedName": A.tagName,
|
|
18842
18842
|
"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName": A.attributeName,
|
|
18843
18843
|
"JSXBuiltin/JSXIdentifier": A.standard(A.tagName)
|
|
18844
|
-
}), G5 = { __proto__: null, export: 18, as: 23, from: 31, default: 34, async: 39, function: 40, extends: 52, this: 56, true: 64, false: 64, null: 76, void: 80, typeof: 84, super: 102, new: 136, delete: 152, yield: 161, await: 165, class: 170, public: 227, private: 227, protected: 227, readonly: 229, instanceof: 248, satisfies: 251, in: 252, const: 254, import: 286, keyof: 339, unique: 343, infer: 349, is: 385, abstract: 405, implements: 407, type: 409, let: 412, var: 414, using: 417, interface: 423, enum: 427, namespace: 433, module: 435, declare: 439, global: 443, for: 462, of: 471, while: 474, with: 478, do: 482, if: 486, else: 488, switch: 492, case: 498, try: 504, catch: 508, finally: 512, return: 516, throw: 520, break: 524, continue: 528, debugger: 532 }, F5 = { __proto__: null, async: 123, get: 125, set: 127, declare: 187, public: 189, private: 189, protected: 189, static: 191, abstract: 193, override: 195, readonly: 201, accessor: 203, new: 389 }, K5 = { __proto__: null, "<": 143 }, J5 =
|
|
18844
|
+
}), G5 = { __proto__: null, export: 18, as: 23, from: 31, default: 34, async: 39, function: 40, extends: 52, this: 56, true: 64, false: 64, null: 76, void: 80, typeof: 84, super: 102, new: 136, delete: 152, yield: 161, await: 165, class: 170, public: 227, private: 227, protected: 227, readonly: 229, instanceof: 248, satisfies: 251, in: 252, const: 254, import: 286, keyof: 339, unique: 343, infer: 349, is: 385, abstract: 405, implements: 407, type: 409, let: 412, var: 414, using: 417, interface: 423, enum: 427, namespace: 433, module: 435, declare: 439, global: 443, for: 462, of: 471, while: 474, with: 478, do: 482, if: 486, else: 488, switch: 492, case: 498, try: 504, catch: 508, finally: 512, return: 516, throw: 520, break: 524, continue: 528, debugger: 532 }, F5 = { __proto__: null, async: 123, get: 125, set: 127, declare: 187, public: 189, private: 189, protected: 189, static: 191, abstract: 193, override: 195, readonly: 201, accessor: 203, new: 389 }, K5 = { __proto__: null, "<": 143 }, J5 = os.deserialize({
|
|
18845
18845
|
version: 14,
|
|
18846
18846
|
states: "$<UO%TQ^OOO%[Q^OOO'_Q`OOP(lOWOOO*zQ08SO'#ChO+RO!bO'#CiO+aO#tO'#CiO+oO?MpO'#D^O.QQ^O'#DdO.bQ^O'#DoO%[Q^O'#DyO0fQ^O'#EROOQ07b'#EZ'#EZO1PQWO'#EWOOQO'#El'#ElOOQO'#Ie'#IeO1XQWO'#GmO1dQWO'#EkO1iQWO'#EkO3kQ08SO'#JiO6[Q08SO'#JjO6xQWO'#FZO6}Q&jO'#FqOOQ07b'#Fc'#FcO7YO,YO'#FcO7hQ7[O'#FxO9UQWO'#FwOOQ07b'#Jj'#JjOOQ07`'#Ji'#JiO9ZQWO'#GqOOQU'#KU'#KUO9fQWO'#IRO9kQ07hO'#ISOOQU'#JW'#JWOOQU'#IW'#IWQ`Q^OOO`Q^OOO%[Q^O'#DqO9sQ^O'#D}O9zQ^O'#EPO9aQWO'#GmO:RQ7[O'#CnO:aQWO'#EjO:lQWO'#EuO:qQ7[O'#FbO;`QWO'#GmOOQO'#KV'#KVO;eQWO'#KVO;sQWO'#GuO;sQWO'#GvO;sQWO'#GxO9aQWO'#G{O<jQWO'#HOO>RQWO'#CdO>cQWO'#H[O>kQWO'#HbO>kQWO'#HdO`Q^O'#HfO>kQWO'#HhO>kQWO'#HkO>pQWO'#HqO>uQ07iO'#HwO%[Q^O'#HyO?QQ07iO'#H{O?]Q07iO'#H}O9kQ07hO'#IPO?hQ08SO'#ChO@jQ`O'#DiQOQWOOO%[Q^O'#EPOAQQWO'#ESO:RQ7[O'#EjOA]QWO'#EjOAhQpO'#FbOOQU'#Cf'#CfOOQ07`'#Dn'#DnOOQ07`'#Jm'#JmO%[Q^O'#JmOOQO'#Jq'#JqOOQO'#Ib'#IbOBhQ`O'#EcOOQ07`'#Eb'#EbOCdQ07pO'#EcOCnQ`O'#EVOOQO'#Jp'#JpODSQ`O'#JqOEaQ`O'#EVOCnQ`O'#EcPEnO!0LbO'#CaPOOO)CDu)CDuOOOO'#IX'#IXOEyO!bO,59TOOQ07b,59T,59TOOOO'#IY'#IYOFXO#tO,59TO%[Q^O'#D`OOOO'#I['#I[OFgO?MpO,59xOOQ07b,59x,59xOFuQ^O'#I]OGYQWO'#JkOI[QrO'#JkO+}Q^O'#JkOIcQWO,5:OOIyQWO'#ElOJWQWO'#JyOJcQWO'#JxOJcQWO'#JxOJkQWO,5;YOJpQWO'#JwOOQ07f,5:Z,5:ZOJwQ^O,5:ZOLxQ08SO,5:eOMiQWO,5:mONSQ07hO'#JvONZQWO'#JuO9ZQWO'#JuONoQWO'#JuONwQWO,5;XON|QWO'#JuO!#UQrO'#JjOOQ07b'#Ch'#ChO%[Q^O'#ERO!#tQpO,5:rOOQO'#Jr'#JrOOQO-E<c-E<cO9aQWO,5=XO!$[QWO,5=XO!$aQ^O,5;VO!&dQ7[O'#EgO!'}QWO,5;VO!)mQ7[O'#DsO!)tQ^O'#DxO!*OQ`O,5;`O!*WQ`O,5;`O%[Q^O,5;`OOQU'#FR'#FROOQU'#FT'#FTO%[Q^O,5;aO%[Q^O,5;aO%[Q^O,5;aO%[Q^O,5;aO%[Q^O,5;aO%[Q^O,5;aO%[Q^O,5;aO%[Q^O,5;aO%[Q^O,5;aO%[Q^O,5;aO%[Q^O,5;aOOQU'#FX'#FXO!*fQ^O,5;rOOQ07b,5;w,5;wOOQ07b,5;x,5;xO!,iQWO,5;xOOQ07b,5;y,5;yO%[Q^O'#IiO!,qQ07hO,5<eO!&dQ7[O,5;aO!-`Q7[O,5;aO%[Q^O,5;uO!-gQ&jO'#FgO!.dQ&jO'#J}O!.OQ&jO'#J}O!.kQ&jO'#J}OOQO'#J}'#J}O!/PQ&jO,5<POOOS,5<],5<]O!/bQ^O'#FsOOOS'#Ih'#IhO7YO,YO,5;}O!/iQ&jO'#FuOOQ07b,5;},5;}O!0YQMhO'#CuOOQ07b'#Cy'#CyO!0mQWO'#CyO!0rO?MpO'#C}O!1`Q7[O,5<bO!1gQWO,5<dO!3SQ!LQO'#GSO!3aQWO'#GTO!3fQWO'#GTO!3kQ!LQO'#GXO!4jQ`O'#G]OOQO'#Gh'#GhO!(SQ7[O'#GgOOQO'#Gj'#GjO!(SQ7[O'#GiO!5]QMhO'#JdOOQ07b'#Jd'#JdO!5gQWO'#JcO!5uQWO'#JbO!5}QWO'#CtOOQ07b'#Cw'#CwOOQ07b'#DR'#DROOQ07b'#DT'#DTO1SQWO'#DVO!(SQ7[O'#FzO!(SQ7[O'#F|O!6VQWO'#GOO!6[QWO'#GPO!3fQWO'#GVO!(SQ7[O'#G[O!6aQWO'#EmO!7OQWO,5<cOOQ07`'#Cq'#CqO!7WQWO'#EnO!8QQ`O'#EoOOQ07`'#Jw'#JwO!8XQ07hO'#KWO9kQ07hO,5=]O`Q^O,5>mOOQU'#J`'#J`OOQU,5>n,5>nOOQU-E<U-E<UO!:ZQ08SO,5:]O!<wQ08SO,5:iO%[Q^O,5:iO!?bQ08SO,5:kOOQO,5@q,5@qO!@RQ7[O,5=XO!@aQ07hO'#JaO9UQWO'#JaO!@rQ07hO,59YO!@}Q`O,59YO!AVQ7[O,59YO:RQ7[O,59YO!AbQWO,5;VO!AjQWO'#HZO!BOQWO'#KZO%[Q^O,5;zO!7{Q`O,5;|O!BWQWO,5=tO!B]QWO,5=tO!BbQWO,5=tO9kQ07hO,5=tO;sQWO,5=dOOQO'#Cu'#CuO!BpQ`O,5=aO!BxQ7[O,5=bO!CTQWO,5=dO!CYQpO,5=gO!CbQWO'#KVO>pQWO'#HQO9aQWO'#HSO!CgQWO'#HSO:RQ7[O'#HUO!ClQWO'#HUOOQU,5=j,5=jO!CqQWO'#HVO!DSQWO'#CnO!DXQWO,59OO!DcQWO,59OO!FhQ^O,59OOOQU,59O,59OO!FxQ07hO,59OO%[Q^O,59OO!ITQ^O'#H^OOQU'#H_'#H_OOQU'#H`'#H`O`Q^O,5=vO!IkQWO,5=vO`Q^O,5=|O`Q^O,5>OO!IpQWO,5>QO`Q^O,5>SO!IuQWO,5>VO!IzQ^O,5>]OOQU,5>c,5>cO%[Q^O,5>cO9kQ07hO,5>eOOQU,5>g,5>gO!NUQWO,5>gOOQU,5>i,5>iO!NUQWO,5>iOOQU,5>k,5>kO!NZQ`O'#D[O%[Q^O'#JmO!NxQ`O'#JmO# gQ`O'#DjO# xQ`O'#DjO#$ZQ^O'#DjO#$bQWO'#JlO#$jQWO,5:TO#$oQWO'#EpO#$}QWO'#JzO#%VQWO,5;ZO#%[Q`O'#DjO#%iQ`O'#EUOOQ07b,5:n,5:nO%[Q^O,5:nO#%pQWO,5:nO>pQWO,5;UO!@}Q`O,5;UO!AVQ7[O,5;UO:RQ7[O,5;UO#%xQWO,5@XO#%}Q$ISO,5:rOOQO-E<`-E<`O#'TQ07pO,5:}OCnQ`O,5:qO#'_Q`O,5:qOCnQ`O,5:}O!@rQ07hO,5:qOOQ07`'#Ef'#EfOOQO,5:},5:}O%[Q^O,5:}O#'lQ07hO,5:}O#'wQ07hO,5:}O!@}Q`O,5:qOOQO,5;T,5;TO#(VQ07hO,5:}POOO'#IV'#IVP#(kO!0LbO,58{POOO,58{,58{OOOO-E<V-E<VOOQ07b1G.o1G.oOOOO-E<W-E<WO#(vQpO,59zOOOO-E<Y-E<YOOQ07b1G/d1G/dO#({QrO,5>wO+}Q^O,5>wOOQO,5>},5>}O#)VQ^O'#I]OOQO-E<Z-E<ZO#)dQWO,5@VO#)lQrO,5@VO#)sQWO,5@dOOQ07b1G/j1G/jO%[Q^O,5@eO#){QWO'#IcOOQO-E<a-E<aO#)sQWO,5@dOOQ07`1G0t1G0tOOQ07f1G/u1G/uOOQ07f1G0X1G0XO%[Q^O,5@bO#*aQ07hO,5@bO#*rQ07hO,5@bO#*yQWO,5@aO9ZQWO,5@aO#+RQWO,5@aO#+aQWO'#IfO#*yQWO,5@aOOQ07`1G0s1G0sO!*OQ`O,5:tO!*ZQ`O,5:tOOQO,5:v,5:vO#,RQWO,5:vO#,ZQ7[O1G2sO9aQWO1G2sOOQ07b1G0q1G0qO#,iQ08SO1G0qO#-nQ08QO,5;ROOQ07b'#GR'#GRO#.[Q08SO'#JdO!$aQ^O1G0qO#0dQ7[O'#JnO#0nQWO,5:_O#0sQrO'#JoO%[Q^O'#JoO#0}QWO,5:dOOQ07b'#D['#D[OOQ07b1G0z1G0zO%[Q^O1G0zOOQ07b1G1d1G1dO#1SQWO1G0zO#3kQ08SO1G0{O#3rQ08SO1G0{O#6]Q08SO1G0{O#6dQ08SO1G0{O#8nQ08SO1G0{O#9UQ08SO1G0{O#<OQ08SO1G0{O#<VQ08SO1G0{O#>jQ08SO1G0{O#>wQ08SO1G0{O#@uQ08SO1G0{O#CuQ(CYO'#ChO#EsQ(CYO1G1^O#EzQ(CYO'#JjO!,lQWO1G1dO#F[Q08SO,5?TOOQ07`-E<g-E<gO#GOQ08SO1G0{OOQ07b1G0{1G0{O#IZQ08SO1G1aO#I}Q&jO,5<TO#JVQ&jO,5<UO#J_Q&jO'#FlO#JvQWO'#FkOOQO'#KO'#KOOOQO'#Ig'#IgO#J{Q&jO1G1kOOQ07b1G1k1G1kOOOS1G1v1G1vO#K^Q(CYO'#JiO#KhQWO,5<_O!*fQ^O,5<_OOOS-E<f-E<fOOQ07b1G1i1G1iO#KmQ`O'#J}OOQ07b,5<a,5<aO#KuQ`O,5<aOOQ07b,59e,59eO!&dQ7[O'#DPOOOO'#IZ'#IZO#KzO?MpO,59iOOQ07b,59i,59iO%[Q^O1G1|O!6[QWO'#IkO#LVQ7[O,5<uOOQ07b,5<r,5<rO!(SQ7[O'#InO#LuQ7[O,5=RO!(SQ7[O'#IpO#MhQ7[O,5=TO!&dQ7[O,5=VOOQO1G2O1G2OO#MrQpO'#CqO#NVQpO,5<nO#N^QWO'#KRO9aQWO'#KRO#NlQWO,5<pO!(SQ7[O,5<oO#NqQWO'#GUO#N|QWO,5<oO$ RQpO'#GRO$ `QpO'#KSO$ jQWO'#KSO!&dQ7[O'#KSO$ oQWO,5<sO$ tQ`O'#G^O!4eQ`O'#G^O$!VQWO'#G`O$![QWO'#GbO!3fQWO'#GeO$!aQ07hO'#ImO$!lQ`O,5<wOOQ07f,5<w,5<wO$!sQ`O'#G^O$#RQ`O'#G_O$#ZQ`O'#G_O$#`Q7[O,5=RO$#pQ7[O,5=TOOQ07b,5=W,5=WO!(SQ7[O,5?}O!(SQ7[O,5?}O$$QQWO'#IrO$$]QWO,5?|O$$eQWO,59`O$%UQ7[O,59qOOQ07b,59q,59qO$%wQ7[O,5<fO$&jQ7[O,5<hO@bQWO,5<jOOQ07b,5<k,5<kO$&tQWO,5<qO$&yQ7[O,5<vO$'ZQWO'#JuO!$aQ^O1G1}O$'`QWO1G1}O9ZQWO'#JxO9ZQWO'#EpO%[Q^O'#EpO9ZQWO'#ItO$'eQ07hO,5@rOOQU1G2w1G2wOOQU1G4X1G4XOOQ07b1G/w1G/wO!,iQWO1G/wO$)jQ08SO1G0TOOQU1G2s1G2sO!&dQ7[O1G2sO%[Q^O1G2sO#,^QWO1G2sO$+nQ7[O'#EgOOQ07`,5?{,5?{O$+xQ07hO,5?{OOQU1G.t1G.tO!@rQ07hO1G.tO!@}Q`O1G.tO!AVQ7[O1G.tO$,ZQWO1G0qO$,`QWO'#ChO$,kQWO'#K[O$,sQWO,5=uO$,xQWO'#K[O$,}QWO'#K[O$-]QWO'#IzO$-kQWO,5@uO$-sQrO1G1fOOQ07b1G1h1G1hO9aQWO1G3`O@bQWO1G3`O$-zQWO1G3`O$.PQWO1G3`OOQU1G3`1G3`O!CTQWO1G3OO!&dQ7[O1G2{O$.UQWO1G2{OOQU1G2|1G2|O!&dQ7[O1G2|O$.ZQWO1G2|O$.cQ`O'#GzOOQU1G3O1G3OO!4eQ`O'#IvO!CYQpO1G3ROOQU1G3R1G3ROOQU,5=l,5=lO$.kQ7[O,5=nO9aQWO,5=nO$![QWO,5=pO9UQWO,5=pO!@}Q`O,5=pO!AVQ7[O,5=pO:RQ7[O,5=pO$.yQWO'#KYO$/UQWO,5=qOOQU1G.j1G.jO$/ZQ07hO1G.jO@bQWO1G.jO$/fQWO1G.jO9kQ07hO1G.jO$1kQrO,5@wO$1{QWO,5@wO9ZQWO,5@wO$2WQ^O,5=xO$2_QWO,5=xOOQU1G3b1G3bO`Q^O1G3bOOQU1G3h1G3hOOQU1G3j1G3jO>kQWO1G3lO$2dQ^O1G3nO$6hQ^O'#HmOOQU1G3q1G3qO$6uQWO'#HsO>pQWO'#HuOOQU1G3w1G3wO$6}Q^O1G3wO9kQ07hO1G3}OOQU1G4P1G4POOQ07`'#GY'#GYO9kQ07hO1G4RO9kQ07hO1G4TO$;UQWO,5@XO!*fQ^O,5;[O9ZQWO,5;[O>pQWO,5:UO!*fQ^O,5:UO!@}Q`O,5:UO$;ZQ(CYO,5:UOOQO,5;[,5;[O$;eQ`O'#I^O$;{QWO,5@WOOQ07b1G/o1G/oO$<TQ`O'#IdO$<_QWO,5@fOOQ07`1G0u1G0uO# xQ`O,5:UOOQO'#Ia'#IaO$<gQ`O,5:pOOQ07f,5:p,5:pO#%sQWO1G0YOOQ07b1G0Y1G0YO%[Q^O1G0YOOQ07b1G0p1G0pO>pQWO1G0pO!@}Q`O1G0pO!AVQ7[O1G0pOOQ07`1G5s1G5sO!@rQ07hO1G0]OOQO1G0i1G0iO%[Q^O1G0iO$<nQ07hO1G0iO$<yQ07hO1G0iO!@}Q`O1G0]OCnQ`O1G0]O$=XQ07hO1G0iOOQO1G0]1G0]O$=mQ08SO1G0iPOOO-E<T-E<TPOOO1G.g1G.gOOOO1G/f1G/fO$=wQpO,5<eO$>PQrO1G4cOOQO1G4i1G4iO%[Q^O,5>wO$>ZQWO1G5qO$>cQWO1G6OO$>kQrO1G6PO9ZQWO,5>}O$>uQ08SO1G5|O%[Q^O1G5|O$?VQ07hO1G5|O$?hQWO1G5{O$?hQWO1G5{O9ZQWO1G5{O$?pQWO,5?QO9ZQWO,5?QOOQO,5?Q,5?QO$@UQWO,5?QO$'ZQWO,5?QOOQO-E<d-E<dOOQO1G0`1G0`OOQO1G0b1G0bO!,lQWO1G0bOOQU7+(_7+(_O!&dQ7[O7+(_O%[Q^O7+(_O$@dQWO7+(_O$@oQ7[O7+(_O$@}Q08SO,5=RO$CYQ08SO,5=TO$EeQ08SO,5=RO$GvQ08SO,5=TO$JXQ08SO,59qO$LaQ08SO,5<fO$NlQ08SO,5<hO%!wQ08SO,5<vOOQ07b7+&]7+&]O%%YQ08SO7+&]O%%|Q7[O'#I_O%&WQWO,5@YOOQ07b1G/y1G/yO%&`Q^O'#I`O%&mQWO,5@ZO%&uQrO,5@ZOOQ07b1G0O1G0OO%'PQWO7+&fOOQ07b7+&f7+&fO%'UQ(CYO,5:eO%[Q^O7+&xO%'`Q(CYO,5:]O%'mQ(CYO,5:iO%'wQ(CYO,5:kOOQ07b7+'O7+'OOOQO1G1o1G1oOOQO1G1p1G1pO%(RQtO,5<WO!*fQ^O,5<VOOQO-E<e-E<eOOQ07b7+'V7+'VOOOS7+'b7+'bOOOS1G1y1G1yO%(^QWO1G1yOOQ07b1G1{1G1{O%(cQpO,59kOOOO-E<X-E<XOOQ07b1G/T1G/TO%(jQ08SO7+'hOOQ07b,5?V,5?VO%)^QpO,5?VOOQ07b1G2a1G2aP!&dQ7[O'#IkPOQ07b-E<i-E<iO%)|Q7[O,5?YOOQ07b-E<l-E<lO%*oQ7[O,5?[OOQ07b-E<n-E<nO%*yQpO1G2qOOQ07b1G2Y1G2YO%+QQWO'#IjO%+`QWO,5@mO%+`QWO,5@mO%+hQWO,5@mO%+sQWO,5@mOOQO1G2[1G2[O%,RQ7[O1G2ZO!(SQ7[O1G2ZO%,cQ!LQO'#IlO%,sQWO,5@nO!&dQ7[O,5@nO%,{QpO,5@nOOQ07b1G2_1G2_OOQ07`,5<x,5<xOOQ07`,5<y,5<yO$'ZQWO,5<yOC_QWO,5<yO!@}Q`O,5<xOOQO'#Ga'#GaO%-VQWO,5<zOOQ07`,5<|,5<|O$'ZQWO,5=POOQO,5?X,5?XOOQO-E<k-E<kOOQ07f1G2c1G2cO!4eQ`O,5<xO%-_QWO,5<yO$!VQWO,5<zO!4eQ`O,5<yO!(SQ7[O'#InO%.RQ7[O1G2mO!(SQ7[O'#IpO%.tQ7[O1G2oO%/OQ7[O1G5iO%/YQ7[O1G5iOOQO,5?^,5?^OOQO-E<p-E<pOOQO1G.z1G.zO!7{Q`O,59sO%[Q^O,59sO%/gQWO1G2UO!(SQ7[O1G2]O%/lQ08SO7+'iOOQ07b7+'i7+'iO!$aQ^O7+'iO%0`QWO,5;[OOQ07`,5?`,5?`OOQ07`-E<r-E<rOOQ07b7+%c7+%cO%0eQpO'#KTO#%sQWO7+(_O%0oQrO7+(_O$@gQWO7+(_O%0vQ08QO'#ChO%1ZQ08QO,5<}O%1{QWO,5<}OOQ07`1G5g1G5gOOQU7+$`7+$`O!@rQ07hO7+$`O!@}Q`O7+$`O!$aQ^O7+&]O%2QQWO'#IyO%2iQWO,5@vOOQO1G3a1G3aO9aQWO,5@vO%2iQWO,5@vO%2qQWO,5@vOOQO,5?f,5?fOOQO-E<x-E<xOOQ07b7+'Q7+'QO%2vQWO7+(zO9kQ07hO7+(zO9aQWO7+(zO@bQWO7+(zOOQU7+(j7+(jO%2{Q08QO7+(gO!&dQ7[O7+(gO%3VQpO7+(hOOQU7+(h7+(hO!&dQ7[O7+(hO%3^QWO'#KXO%3iQWO,5=fOOQO,5?b,5?bOOQO-E<t-E<tOOQU7+(m7+(mO%4xQ`O'#HTOOQU1G3Y1G3YO!&dQ7[O1G3YO%[Q^O1G3YO%5PQWO1G3YO%5[Q7[O1G3YO9kQ07hO1G3[O$![QWO1G3[O9UQWO1G3[O!@}Q`O1G3[O!AVQ7[O1G3[O%5jQWO'#IxO%6OQWO,5@tO%6WQ`O,5@tOOQ07`1G3]1G3]OOQU7+$U7+$UO@bQWO7+$UO9kQ07hO7+$UO%6cQWO7+$UO%[Q^O1G6cO%[Q^O1G6dO%6hQ07hO1G6cO%6rQ^O1G3dO%6yQWO1G3dO%7OQ^O1G3dOOQU7+(|7+(|O9kQ07hO7+)WO`Q^O7+)YOOQU'#K_'#K_OOQU'#I{'#I{O%7VQ^O,5>XOOQU,5>X,5>XO%[Q^O'#HnO%7dQWO'#HpOOQU,5>_,5>_O9ZQWO,5>_OOQU,5>a,5>aOOQU7+)c7+)cOOQU7+)i7+)iOOQU7+)m7+)mOOQU7+)o7+)oO%7iQ`O1G5sO%7}Q(CYO1G0vO%8XQWO1G0vOOQO1G/p1G/pO%8dQ(CYO1G/pO>pQWO1G/pO!*fQ^O'#DjOOQO,5>x,5>xOOQO-E<[-E<[OOQO,5?O,5?OOOQO-E<b-E<bO!@}Q`O1G/pOOQO-E<_-E<_OOQ07f1G0[1G0[OOQ07b7+%t7+%tO#%sQWO7+%tOOQ07b7+&[7+&[O>pQWO7+&[O!@}Q`O7+&[OOQO7+%w7+%wO$=mQ08SO7+&TOOQO7+&T7+&TO%[Q^O7+&TO%8nQ07hO7+&TO!@rQ07hO7+%wO!@}Q`O7+%wO%8yQ07hO7+&TO%9XQ08SO7++hO%[Q^O7++hO%9iQWO7++gO%9iQWO7++gOOQO1G4l1G4lO9ZQWO1G4lO%9qQWO1G4lOOQO7+%|7+%|O#%sQWO<<KyO%0oQrO<<KyO%:PQWO<<KyOOQU<<Ky<<KyO!&dQ7[O<<KyO%[Q^O<<KyO%:XQWO<<KyO%:dQ08SO,5?YO%<oQ08SO,5?[O%>zQ08SO1G2ZO%A]Q08SO1G2mO%ChQ08SO1G2oO%EsQ7[O,5>yOOQO-E<]-E<]O%E}QrO,5>zO%[Q^O,5>zOOQO-E<^-E<^O%FXQWO1G5uOOQ07b<<JQ<<JQO%FaQ(CYO1G0qO%HkQ(CYO1G0{O%HrQ(CYO1G0{O%JvQ(CYO1G0{O%J}Q(CYO1G0{O%LrQ(CYO1G0{O%MYQ(CYO1G0{O& mQ(CYO1G0{O& tQ(CYO1G0{O&#rQ(CYO1G0{O&$PQ(CYO1G0{O&%}Q(CYO1G0{O&&bQ08SO<<JdO&'gQ(CYO1G0{O&)]Q(CYO'#JdO&+`Q(CYO1G1aO&+mQ(CYO1G0TO!*fQ^O'#FnOOQO'#KP'#KPOOQO1G1r1G1rO&+wQWO1G1qO&+|Q(CYO,5?TOOOS7+'e7+'eOOOO1G/V1G/VOOQ07b1G4q1G4qO!(SQ7[O7+(]O&,WQWO,5?UO9aQWO,5?UOOQO-E<h-E<hO&,fQWO1G6XO&,fQWO1G6XO&,nQWO1G6XO&,yQ7[O7+'uO&-ZQpO,5?WO&-eQWO,5?WO!&dQ7[O,5?WOOQO-E<j-E<jO&-jQpO1G6YO&-tQWO1G6YOOQ07`1G2e1G2eO$'ZQWO1G2eOOQ07`1G2d1G2dO&-|QWO1G2fO!&dQ7[O1G2fOOQ07`1G2k1G2kO!@}Q`O1G2dOC_QWO1G2eO&.RQWO1G2fO&.ZQWO1G2eO&.}Q7[O,5?YOOQ07b-E<m-E<mO&/pQ7[O,5?[OOQ07b-E<o-E<oO!(SQ7[O7++TOOQ07b1G/_1G/_O&/zQWO1G/_OOQ07b7+'p7+'pO&0PQ7[O7+'wO&0aQ08SO<<KTOOQ07b<<KT<<KTO&1TQWO1G0vO!&dQ7[O'#IsO&1YQWO,5@oO!&dQ7[O1G2iOOQU<<Gz<<GzO!@rQ07hO<<GzO&1bQ08SO<<IwOOQ07b<<Iw<<IwOOQO,5?e,5?eO&2UQWO,5?eO&2ZQWO,5?eOOQO-E<w-E<wO&2iQWO1G6bO&2iQWO1G6bO9aQWO1G6bO@bQWO<<LfOOQU<<Lf<<LfO&2qQWO<<LfO9kQ07hO<<LfOOQU<<LR<<LRO%2{Q08QO<<LROOQU<<LS<<LSO%3VQpO<<LSO&2vQ`O'#IuO&3RQWO,5@sO!*fQ^O,5@sOOQU1G3Q1G3QO&3ZQ^O'#JmOOQO'#Iw'#IwO9kQ07hO'#IwO&3eQ`O,5=oOOQU,5=o,5=oO&3lQ`O'#EcO&4QQWO7+(tO&4VQWO7+(tOOQU7+(t7+(tO!&dQ7[O7+(tO%[Q^O7+(tO&4_QWO7+(tOOQU7+(v7+(vO9kQ07hO7+(vO$![QWO7+(vO9UQWO7+(vO!@}Q`O7+(vO&4jQWO,5?dOOQO-E<v-E<vOOQO'#HW'#HWO&4uQWO1G6`O9kQ07hO<<GpOOQU<<Gp<<GpO@bQWO<<GpO&4}QWO7++}O&5SQWO7+,OO%[Q^O7++}O%[Q^O7+,OOOQU7+)O7+)OO&5XQWO7+)OO&5^Q^O7+)OO&5eQWO7+)OOOQU<<Lr<<LrOOQU<<Lt<<LtOOQU-E<y-E<yOOQU1G3s1G3sO&5jQWO,5>YOOQU,5>[,5>[O&5oQWO1G3yO9ZQWO7+&bO!*fQ^O7+&bOOQO7+%[7+%[O&5tQ(CYO1G6PO>pQWO7+%[OOQ07b<<I`<<I`OOQ07b<<Iv<<IvO>pQWO<<IvOOQO<<Io<<IoO$=mQ08SO<<IoO%[Q^O<<IoOOQO<<Ic<<IcO!@rQ07hO<<IcO&6OQ07hO<<IoO&6ZQ08SO<= SO&6kQWO<= ROOQO7+*W7+*WO9ZQWO7+*WOOQUANAeANAeO&6sQWOANAeO!&dQ7[OANAeO#%sQWOANAeO%0oQrOANAeO%[Q^OANAeO&6{Q08SO7+'uO&9^Q08SO,5?YO&;iQ08SO,5?[O&=tQ08SO7+'wO&@VQrO1G4fO&@aQ(CYO7+&]O&BeQ(CYO,5=RO&DlQ(CYO,5=TO&D|Q(CYO,5=RO&E^Q(CYO,5=TO&EnQ(CYO,59qO&GqQ(CYO,5<fO&ItQ(CYO,5<hO&KwQ(CYO,5<vO&MmQ(CYO7+'hO&MzQ(CYO7+'iO&NXQWO,5<YOOQO7+']7+']O&N^Q7[O<<KwOOQO1G4p1G4pO&NeQWO1G4pO&NpQWO1G4pO' OQWO7++sO' OQWO7++sO!&dQ7[O1G4rO' WQpO1G4rO' bQWO7++tOOQ07`7+(P7+(PO$'ZQWO7+(QO' jQpO7+(QOOQ07`7+(O7+(OO$'ZQWO7+(PO' qQWO7+(QO!&dQ7[O7+(QOC_QWO7+(PO' vQ7[O<<NoOOQ07b7+$y7+$yO'!QQpO,5?_OOQO-E<q-E<qO'![Q08QO7+(TOOQUAN=fAN=fO9aQWO1G5POOQO1G5P1G5PO'!lQWO1G5PO'!qQWO7++|O'!qQWO7++|O9kQ07hOANBQO@bQWOANBQOOQUANBQANBQOOQUANAmANAmOOQUANAnANAnO'!yQWO,5?aOOQO-E<s-E<sO'#UQ(CYO1G6_O'%fQrO'#ChOOQO,5?c,5?cOOQO-E<u-E<uOOQU1G3Z1G3ZO&3ZQ^O,5<zOOQU<<L`<<L`O!&dQ7[O<<L`O&4QQWO<<L`O'%pQWO<<L`O%[Q^O<<L`OOQU<<Lb<<LbO9kQ07hO<<LbO$![QWO<<LbO9UQWO<<LbO'%xQ`O1G5OO'&TQWO7++zOOQUAN=[AN=[O9kQ07hOAN=[OOQU<= i<= iOOQU<= j<= jO'&]QWO<= iO'&bQWO<= jOOQU<<Lj<<LjO'&gQWO<<LjO'&lQ^O<<LjOOQU1G3t1G3tO>pQWO7+)eO'&sQWO<<I|O''OQ(CYO<<I|OOQO<<Hv<<HvOOQ07bAN?bAN?bOOQOAN?ZAN?ZO$=mQ08SOAN?ZOOQOAN>}AN>}O%[Q^OAN?ZOOQO<<Mr<<MrOOQUG27PG27PO!&dQ7[OG27PO#%sQWOG27PO''YQWOG27PO%0oQrOG27PO''bQ(CYO<<JdO''oQ(CYO1G2ZO')eQ(CYO,5?YO'+hQ(CYO,5?[O'-kQ(CYO1G2mO'/nQ(CYO1G2oO'1qQ(CYO<<KTO'2OQ(CYO<<IwOOQO1G1t1G1tO!(SQ7[OANAcOOQO7+*[7+*[O'2]QWO7+*[O'2hQWO<= _O'2pQpO7+*^OOQ07`<<Kl<<KlO$'ZQWO<<KlOOQ07`<<Kk<<KkO'2zQpO<<KlO$'ZQWO<<KkOOQO7+*k7+*kO9aQWO7+*kO'3RQWO<= hOOQUG27lG27lO9kQ07hOG27lO!*fQ^O1G4{O'3ZQWO7++yO&4QQWOANAzOOQUANAzANAzO!&dQ7[OANAzO'3cQWOANAzOOQUANA|ANA|O9kQ07hOANA|O$![QWOANA|OOQO'#HX'#HXOOQO7+*j7+*jOOQUG22vG22vOOQUANETANETOOQUANEUANEUOOQUANBUANBUO'3kQWOANBUOOQU<<MP<<MPO!*fQ^OAN?hOOQOG24uG24uO$=mQ08SOG24uO#%sQWOLD,kOOQULD,kLD,kO!&dQ7[OLD,kO'3pQWOLD,kO'3xQ(CYO7+'uO'5nQ(CYO,5?YO'7qQ(CYO,5?[O'9tQ(CYO7+'wO';jQ7[OG26}OOQO<<Mv<<MvOOQ07`ANAWANAWO$'ZQWOANAWOOQ07`ANAVANAVOOQO<<NV<<NVOOQULD-WLD-WO';zQ(CYO7+*gOOQUG27fG27fO&4QQWOG27fO!&dQ7[OG27fOOQUG27hG27hO9kQ07hOG27hOOQUG27pG27pO'<UQ(CYOG25SOOQOLD*aLD*aOOQU!$(!V!$(!VO#%sQWO!$(!VO!&dQ7[O!$(!VO'<`Q08SOG26}OOQ07`G26rG26rOOQULD-QLD-QO&4QQWOLD-QOOQULD-SLD-SOOQU!)9Eq!)9EqO#%sQWO!)9EqOOQU!$(!l!$(!lOOQU!.K;]!.K;]O'>qQ(CYOG26}O!*fQ^O'#DyO1PQWO'#EWO'@gQrO'#JiO!*fQ^O'#DqO'@nQ^O'#D}O'@uQrO'#ChO'C]QrO'#ChO!*fQ^O'#EPO'CmQ^O,5;VO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O,5;aO!*fQ^O'#IiO'EpQWO,5<eO'ExQ7[O,5;aO'GcQ7[O,5;aO!*fQ^O,5;uO!&dQ7[O'#GgO'ExQ7[O'#GgO!&dQ7[O'#GiO'ExQ7[O'#GiO1SQWO'#DVO1SQWO'#DVO!&dQ7[O'#FzO'ExQ7[O'#FzO!&dQ7[O'#F|O'ExQ7[O'#F|O!&dQ7[O'#G[O'ExQ7[O'#G[O!*fQ^O,5:iO!*fQ^O,5@eO'CmQ^O1G0qO'GjQ(CYO'#ChO!*fQ^O1G1|O!&dQ7[O'#InO'ExQ7[O'#InO!&dQ7[O'#IpO'ExQ7[O'#IpO!&dQ7[O,5<oO'ExQ7[O,5<oO'CmQ^O1G1}O!*fQ^O7+&xO!&dQ7[O1G2ZO'ExQ7[O1G2ZO!&dQ7[O'#InO'ExQ7[O'#InO!&dQ7[O'#IpO'ExQ7[O'#IpO!&dQ7[O1G2]O'ExQ7[O1G2]O'CmQ^O7+'iO'CmQ^O7+&]O!&dQ7[OANAcO'ExQ7[OANAcO'GtQWO'#EkO'GyQWO'#EkO'HRQWO'#FZO'HWQWO'#EuO'H]QWO'#JyO'HhQWO'#JwO'HsQWO,5;VO'HxQ7[O,5<bO'IPQWO'#GTO'IUQWO'#GTO'IZQWO,5<cO'IcQWO,5;VO'IkQ(CYO1G1^O'IrQWO,5<oO'IwQWO,5<oO'I|QWO,5<qO'JRQWO,5<qO'JWQWO1G1}O'J]QWO1G0qO'JbQ7[O<<KwO'JiQ7[O<<KwO7hQ7[O'#FxO9UQWO'#FwOA]QWO'#EjO!*fQ^O,5;rO!3fQWO'#GTO!3fQWO'#GTO!3fQWO'#GVO!3fQWO'#GVO!(SQ7[O7+(]O!(SQ7[O7+(]O%*yQpO1G2qO%*yQpO1G2qO!&dQ7[O,5=VO!&dQ7[O,5=V",
|
|
18847
18847
|
stateData: "'Km~O'tOS'uOSSOS'vRQ~OPYOQYORfOX!VO`qOczOdyOlkOnYOokOpkOvkOxYOzYO!PWO!TkO!UkO![XO!fuO!kZO!nYO!oYO!pYO!rvO!twO!wxO!{]O#s!PO$T|O%b}O%d!QO%f!OO%g!OO%h!OO%k!RO%m!SO%p!TO%q!TO%s!UO&P!WO&V!XO&X!YO&Z!ZO&]![O&`!]O&f!^O&l!_O&n!`O&p!aO&r!bO&t!cO'{SO'}TO(QUO(XVO(g[O(tiO~OVtO~P`OPYOQYORfOc!jOd!iOlkOnYOokOpkOvkOxYOzYO!PWO!TkO!UkO![!eO!fuO!kZO!nYO!oYO!pYO!rvO!t!gO!w!hO$T!kO'{!dO'}TO(QUO(XVO(g[O(tiO~O`!vOo!nO!P!oO!_!xO!`!uO!a!uO!{:dO#P!pO#Q!pO#R!wO#S!pO#T!pO#W!yO#X!yO'|!lO'}TO(QUO([!mO(g!sO~O'v!zO~OP[XZ[X`[Xn[X|[X}[X!P[X!Y[X!h[X!i[X!k[X!o[X#[[X#geX#j[X#k[X#l[X#m[X#n[X#o[X#p[X#q[X#r[X#t[X#v[X#x[X#y[X$O[X'r[X(X[X(h[X(o[X(p[X~O!d$|X~P(qO^!|O'}#OO(O!|O(P#OO~O^#PO(P#OO(Q#OO(R#PO~Ot#RO!R#SO(Y#SO(Z#UO~OPYOQYORfOc!jOd!iOlkOnYOokOpkOvkOxYOzYO!PWO!TkO!UkO![!eO!fuO!kZO!nYO!oYO!pYO!rvO!t!gO!w!hO$T!kO'{:hO'}TO(QUO(XVO(g[O(tiO~O!X#YO!Y#VO!V(_P!V(lP~P+}O!Z#bO~P`OPYOQYORfOc!jOd!iOnYOokOpkOvkOxYOzYO!PWO!TkO!UkO![!eO!fuO!kZO!nYO!oYO!pYO!rvO!t!gO!w!hO$T!kO'}TO(QUO(XVO(g[O(tiO~Ol#lO!X#hO!{]O#e#kO#f#hO'{:iO!j(iP~P.iO!k#nO'{#mO~O!w#rO!{]O%b#sO~O#g#tO~O!d#uO#g#tO~OP$]OZ$dOn$QO|#yO}#zO!P#{O!Y$aO!h$SO!i#wO!k#xO!o$]O#j$OO#k$PO#l$PO#m$PO#n$RO#o$SO#p$SO#q$cO#r$SO#t$TO#v$VO#x$XO#y$YO(XVO(h$ZO(o#|O(p#}O~O`(]X'r(]X'p(]X!j(]X!V(]X![(]X%c(]X!d(]X~P1qO#[$eO$O$eOP(^XZ(^Xn(^X|(^X}(^X!P(^X!Y(^X!h(^X!k(^X!o(^X#j(^X#k(^X#l(^X#m(^X#n(^X#o(^X#p(^X#q(^X#r(^X#t(^X#v(^X#x(^X#y(^X(X(^X(h(^X(o(^X(p(^X![(^X%c(^X~O`(^X!i(^X'r(^X'p(^X!V(^X!j(^Xr(^X!d(^X~P4XO#[$eO~O$Y$gO$[$fO$c$lO~ORfO![$mO$f$nO$h$pO~Og%VOl%WOn$tOo$sOp$sOv%XOx%YOz%ZO!P${O![$|O!f%`O!k$xO#f%aO$T%^O$o%[O$q%]O$t%_O'{$rO'}TO(QUO(X$uO(o$}O(p%POf(UP~O!k%bO~O!P%eO![%fO'{%dO~O!d%jO~O`%kO'r%kO~O'|!lO~P%[O%h%rO~P%[Og%VO!k%bO'{%dO'|!lO~Od%yO!k%bO'{%dO~O#r$SO~O|&OO![%{O!k%}O%d&RO'{%dO'|!lO'}TO(QUO_(}P~O!w#rO~O%m&TO!P(yX![(yX'{(yX~O'{&UO~O!t&ZO#s!PO%d!QO%f!OO%g!OO%h!OO%k!RO%m!SO%p!TO%q!TO~Oc&`Od&_O!w&]O%b&^O%u&[O~P;xOc&cOdyO![&bO!t&ZO!wxO!{]O#s!PO%b}O%f!OO%g!OO%h!OO%k!RO%m!SO%p!TO%q!TO%s!UO~Oa&fO#[&iO%d&dO'|!lO~P<}O!k&jO!t&nO~O!k#nO~O![XO~O`%kO'q&vO'r%kO~O`%kO'q&yO'r%kO~O`%kO'q&{O'r%kO~O'p[X!V[Xr[X!j[X&T[X![[X%c[X!d[X~P(qO!_'YO!`'RO!a'RO'|!lO'}TO(QUO~Oo'PO!P'OO!X'SO([&}O!Z(`P!Z(nP~P@UOj']O!['ZO'{%dO~Od'bO!k%bO'{%dO~O|&OO!k%}O~Oo!nO!P!oO!{:dO#P!pO#Q!pO#S!pO#T!pO'|!lO'}TO(QUO([!mO(g!sO~O!_'hO!`'gO!a'gO#R!pO#W'iO#X'iO~PApO`%kOg%VO!d#uO!k%bO'r%kO(h'kO~O!o'oO#['mO~PCOOo!nO!P!oO'}TO(QUO([!mO(g!sO~O![XOo(eX!P(eX!_(eX!`(eX!a(eX!{(eX#P(eX#Q(eX#R(eX#S(eX#T(eX#W(eX#X(eX'|(eX'}(eX(Q(eX([(eX(g(eX~O!`'gO!a'gO'|!lO~PCnO'w'sO'x'sO'y'uO~O^!|O'}'wO(O!|O(P'wO~O^#PO(P'wO(Q'wO(R#PO~Ot#RO!R#SO(Y#SO(Z'{O~O!X'}O!V'PX!V'VX!Y'PX!Y'VX~P+}O!Y(PO!V(_X~OP$]OZ$dOn$QO|#yO}#zO!P#{O!Y(PO!h$SO!i#wO!k#xO!o$]O#j$OO#k$PO#l$PO#m$PO#n$RO#o$SO#p$SO#q$cO#r$SO#t$TO#v$VO#x$XO#y$YO(XVO(h$ZO(o#|O(p#}O~O!V(_X~PGbO!V(UO~O!V(kX!Y(kX!d(kX!j(kX(h(kX~O#[(kX#g#`X!Z(kX~PIhO#[(VO!V(mX!Y(mX~O!Y(WO!V(lX~O!V(ZO~O#[$eO~PIhO!Z([O~P`O|#yO}#zO!P#{O!i#wO!k#xO(XVOP!maZ!man!ma!Y!ma!h!ma!o!ma#j!ma#k!ma#l!ma#m!ma#n!ma#o!ma#p!ma#q!ma#r!ma#t!ma#v!ma#x!ma#y!ma(h!ma(o!ma(p!ma~O`!ma'r!ma'p!ma!V!ma!j!mar!ma![!ma%c!ma!d!ma~PKOO!j(]O~O!d#uO#[(^O(h'kO!Y(jX`(jX'r(jX~O!j(jX~PMnO!P%eO![%fO!{]O#e(cO#f(bO'{%dO~O!Y(dO!j(iX~O!j(fO~O!P%eO![%fO#f(bO'{%dO~OP(^XZ(^Xn(^X|(^X}(^X!P(^X!Y(^X!h(^X!i(^X!k(^X!o(^X#j(^X#k(^X#l(^X#m(^X#n(^X#o(^X#p(^X#q(^X#r(^X#t(^X#v(^X#x(^X#y(^X(X(^X(h(^X(o(^X(p(^X~O!d#uO!j(^X~P! [O|(gO}(hO!i#wO!k#xO!{!za!P!za~O!w!za%b!za![!za#e!za#f!za'{!za~P!#`O!w(lO~OPYOQYORfOc!jOd!iOlkOnYOokOpkOvkOxYOzYO!PWO!TkO!UkO![XO!fuO!kZO!nYO!oYO!pYO!rvO!t!gO!w!hO$T!kO'{!dO'}TO(QUO(XVO(g[O(tiO~Og%VOl%WOn$tOo$sOp$sOv%XOx%YOz;QO!P${O![$|O!f<`O!k$xO#f;WO$T%^O$o;SO$q;UO$t%_O'{(pO'}TO(QUO(X$uO(o$}O(p%PO~O#g(rO~Og%VOl%WOn$tOo$sOp$sOv%XOx%YOz%ZO!P${O![$|O!f%`O!k$xO#f%aO$T%^O$o%[O$q%]O$t%_O'{(pO'}TO(QUO(X$uO(o$}O(p%PO~Of(bP~P!(SO!X(vO!j(cP~P%[O([(xO(g[O~O!P(zO!k#xO([(xO(g[O~OP:cOQ:cORfOc<[Od!iOlkOn:cOokOpkOvkOx:cOz:cO!PWO!TkO!UkO![!eO!f:fO!kZO!n:cO!o:cO!p:cO!r:gO!t:jO!w!hO$T!kO'{)YO'}TO(QUO(XVO(g[O(t<YO~O})]O!k#xO~O!Y$aO`$ma'r$ma'p$ma!j$ma!V$ma![$ma%c$ma!d$ma~O#s)aO~P!&dO|)dO!d)cO![$ZX$W$ZX$Y$ZX$[$ZX$c$ZX~O!d)cO![(qX$W(qX$Y(qX$[(qX$c(qX~O|)dO~P!.OO|)dO![(qX$W(qX$Y(qX$[(qX$c(qX~O![)fO$W)jO$Y)eO$[)eO$c)kO~O!X)nO~P!*fO$Y$gO$[$fO$c)rO~Oj$uX|$uX!P$uX!i$uX(o$uX(p$uX~OfiXf$uXjiX!YiX#[iX~P!/tOo)tO~Ot)uO(Y)vO(Z)xO~Oj*RO|)zO!P){O(o$}O(p%PO~Of)yO~P!0}Of*SO~Og%VOl%WOn$tOo$sOp$sOv%XOx%YOz;QO!P${O![$|O!f<`O!k$xO#f;WO$T%^O$o;SO$q;UO$t%_O'}TO(QUO(X$uO(o$}O(p%PO~O!X*WO'{*TO!j(uP~P!1lO#g*YO~O!k*ZO~O!X*`O'{*]O!V(vP~P!1lOn*lO!P*dO!_*jO!`*cO!a*cO!k*ZO#W*kO%Y*fO'|!lO([!mO~O!Z*iO~P!3xO!i#wOj(WX|(WX!P(WX(o(WX(p(WX!Y(WX#[(WX~Of(WX#|(WX~P!4qOj*qO#[*pOf(VX!Y(VX~O!Y*rOf(UX~O'{&UOf(UP~O!k*yO~O'{(pO~Ol*}O!P%eO!X#hO![%fO!{]O#e#kO#f#hO'{%dO!j(iP~O!d#uO#g+OO~O!P%eO!X+QO!Y(WO![%fO'{%dO!V(lP~Oo'VO!P+SO!X+RO'}TO(QUO([(xO~O!Z(nP~P!7lO!Y+TO`(zX'r(zX~OP$]OZ$dOn$QO|#yO}#zO!P#{O!h$SO!i#wO!k#xO!o$]O#j$OO#k$PO#l$PO#m$PO#n$RO#o$SO#p$SO#q$cO#r$SO#t$TO#v$VO#x$XO#y$YO(XVO(h$ZO(o#|O(p#}O~O`!ea!Y!ea'r!ea'p!ea!V!ea!j!ear!ea![!ea%c!ea!d!ea~P!8dO|#yO}#zO!P#{O!i#wO!k#xO(XVOP!qaZ!qan!qa!Y!qa!h!qa!o!qa#j!qa#k!qa#l!qa#m!qa#n!qa#o!qa#p!qa#q!qa#r!qa#t!qa#v!qa#x!qa#y!qa(h!qa(o!qa(p!qa~O`!qa'r!qa'p!qa!V!qa!j!qar!qa![!qa%c!qa!d!qa~P!:}O|#yO}#zO!P#{O!i#wO!k#xO(XVOP!saZ!san!sa!Y!sa!h!sa!o!sa#j!sa#k!sa#l!sa#m!sa#n!sa#o!sa#p!sa#q!sa#r!sa#t!sa#v!sa#x!sa#y!sa(h!sa(o!sa(p!sa~O`!sa'r!sa'p!sa!V!sa!j!sar!sa![!sa%c!sa!d!sa~P!=hOg%VOj+^O!['ZO%c+]O~O!d+`O`(TX![(TX'r(TX!Y(TX~O`%kO![XO'r%kO~Og%VO!k%bO~Og%VO!k%bO'{%dO~O!d#uO#g(rO~Oa+kO%d+lO'{+hO'}TO(QUO!Z)OP~O!Y+mO_(}X~OZ+qO~O_+rO~O![%{O'{%dO'|!lO_(}P~Og%VO#[+wO~Og%VOj+zO![$|O~O![+|O~O|,OO![XO~O%h%rO~O!w,TO~Od,YO~Oa,ZO'{#mO'}TO(QUO!Z(|P~Od%yO~O%d!QO'{&UO~P<}OZ,`O_,_O~OPYOQYORfOczOdyOlkOnYOokOpkOvkOxYOzYO!PWO!TkO!UkO!fuO!kZO!nYO!oYO!pYO!rvO!wxO!{]O%b}O'}TO(QUO(XVO(g[O(tiO~O![!eO!t!gO$T!kO'{!dO~P!DkO_,_O`%kO'r%kO~OPYOQYORfOc!jOd!iOlkOnYOokOpkOvkOxYOzYO!PWO!TkO!UkO![!eO!fuO!kZO!nYO!oYO!pYO!rvO!w!hO$T!kO'{!dO'}TO(QUO(XVO(g[O(tiO~O`,eO!twO#s!OO%f!OO%g!OO%h!OO~P!GTO!k&jO~O&V,kO~O![,mO~O&h,oO&j,pOP&eaQ&eaR&eaX&ea`&eac&ead&eal&ean&eao&eap&eav&eax&eaz&ea!P&ea!T&ea!U&ea![&ea!f&ea!k&ea!n&ea!o&ea!p&ea!r&ea!t&ea!w&ea!{&ea#s&ea$T&ea%b&ea%d&ea%f&ea%g&ea%h&ea%k&ea%m&ea%p&ea%q&ea%s&ea&P&ea&V&ea&X&ea&Z&ea&]&ea&`&ea&f&ea&l&ea&n&ea&p&ea&r&ea&t&ea'p&ea'{&ea'}&ea(Q&ea(X&ea(g&ea(t&ea!Z&ea&^&eaa&ea&c&ea~O'{,uO~Og!bX!Y!OX!Y!bX!Z!OX!Z!bX!d!OX!d!bX!k!bX#[!OX~O!d,zO#[,yOg(aX!Y#dX!Y(aX!Z#dX!Z(aX!d(aX!k(aX~Og%VO!d,|O!k%bO!Y!^X!Z!^X~Oo!nO!P!oO'}TO(QUO([!mO~OP:cOQ:cORfOc<[Od!iOlkOn:cOokOpkOvkOx:cOz:cO!PWO!TkO!UkO![!eO!f:fO!kZO!n:cO!o:cO!p:cO!r:gO!t:jO!w!hO$T!kO'}TO(QUO(XVO(g[O(t<YO~O'{;]O~P#!ZO!Y-QO!Z(`X~O!Z-SO~O!d,zO#[,yO!Y#dX!Z#dX~O!Y-TO!Z(nX~O!Z-VO~O!`-WO!a-WO'|!lO~P# xO!Z-ZO~P'_Oj-^O!['ZO~O!V-cO~Oo!za!_!za!`!za!a!za#P!za#Q!za#R!za#S!za#T!za#W!za#X!za'|!za'}!za(Q!za([!za(g!za~P!#`O!o-hO#[-fO~PCOO!`-jO!a-jO'|!lO~PCnO`%kO#[-fO'r%kO~O`%kO!d#uO#[-fO'r%kO~O`%kO!d#uO!o-hO#[-fO'r%kO(h'kO~O'w'sO'x'sO'y-oO~Or-pO~O!V'Pa!Y'Pa~P!8dO!X-tO!V'PX!Y'PX~P%[O!Y(PO!V(_a~O!V(_a~PGbO!Y(WO!V(la~O!P%eO!X-xO![%fO'{%dO!V'VX!Y'VX~O#[-zO!Y(ja!j(ja`(ja'r(ja~O!d#uO~P#*aO!Y(dO!j(ia~O!P%eO![%fO#f.OO'{%dO~Ol.TO!P%eO!X.QO![%fO!{]O#e.SO#f.QO'{%dO!Y'YX!j'YX~O}.XO!k#xO~Og%VOj.[O!['ZO%c.ZO~O`#_i!Y#_i'r#_i'p#_i!V#_i!j#_ir#_i![#_i%c#_i!d#_i~P!8dOj<fO|)zO!P){O(o$}O(p%PO~O#g#Za`#Za#[#Za'r#Za!Y#Za!j#Za![#Za!V#Za~P#-]O#g(WXP(WXZ(WX`(WXn(WX}(WX!h(WX!k(WX!o(WX#j(WX#k(WX#l(WX#m(WX#n(WX#o(WX#p(WX#q(WX#r(WX#t(WX#v(WX#x(WX#y(WX'r(WX(X(WX(h(WX!j(WX!V(WX'p(WXr(WX![(WX%c(WX!d(WX~P!4qO!Y.iOf(bX~P!0}Of.kO~O!Y.lO!j(cX~P!8dO!j.oO~O!V.qO~OP$]O|#yO}#zO!P#{O!i#wO!k#xO!o$]O(XVOZ#ii`#iin#ii!Y#ii!h#ii#k#ii#l#ii#m#ii#n#ii#o#ii#p#ii#q#ii#r#ii#t#ii#v#ii#x#ii#y#ii'r#ii(h#ii(o#ii(p#ii'p#ii!V#ii!j#iir#ii![#ii%c#ii!d#ii~O#j#ii~P#1XO#j$OO~P#1XOP$]O|#yO}#zO!P#{O!i#wO!k#xO!o$]O#j$OO#k$PO#l$PO#m$PO(XVOZ#ii`#ii!Y#ii!h#ii#n#ii#o#ii#p#ii#q#ii#r#ii#t#ii#v#ii#x#ii#y#ii'r#ii(h#ii(o#ii(p#ii'p#ii!V#ii!j#iir#ii![#ii%c#ii!d#ii~On#ii~P#3yOn$QO~P#3yOP$]On$QO|#yO}#zO!P#{O!i#wO!k#xO!o$]O#j$OO#k$PO#l$PO#m$PO#n$RO(XVO`#ii!Y#ii#t#ii#v#ii#x#ii#y#ii'r#ii(h#ii(o#ii(p#ii'p#ii!V#ii!j#iir#ii![#ii%c#ii!d#ii~OZ#ii!h#ii#o#ii#p#ii#q#ii#r#ii~P#6kOZ$dO!h$SO#o$SO#p$SO#q$cO#r$SO~P#6kOP$]OZ$dOn$QO|#yO}#zO!P#{O!h$SO!i#wO!k#xO!o$]O#j$OO#k$PO#l$PO#m$PO#n$RO#o$SO#p$SO#q$cO#r$SO#t$TO(XVO(p#}O`#ii!Y#ii#x#ii#y#ii'r#ii(h#ii(o#ii'p#ii!V#ii!j#iir#ii![#ii%c#ii!d#ii~O#v$VO~P#9lO#v#ii~P#9lOP$]OZ$dOn$QO|#yO}#zO!P#{O!h$SO!i#wO!k#xO!o$]O#j$OO#k$PO#l$PO#m$PO#n$RO#o$SO#p$SO#q$cO#r$SO#t$TO(XVO`#ii!Y#ii#x#ii#y#ii'r#ii(h#ii'p#ii!V#ii!j#iir#ii![#ii%c#ii!d#ii~O#v#ii(o#ii(p#ii~P#<^O#v$VO(o#|O(p#}O~P#<^OP$]OZ$dOn$QO|#yO}#zO!P#{O!h$SO!i#wO!k#xO!o$]O#j$OO#k$PO#l$PO#m$PO#n$RO#o$SO#p$SO#q$cO#r$SO#t$TO#v$VO#x$XO(XVO(o#|O(p#}O~O`#ii!Y#ii#y#ii'r#ii(h#ii'p#ii!V#ii!j#iir#ii![#ii%c#ii!d#ii~P#?UOP[XZ[Xn[X|[X}[X!P[X!h[X!i[X!k[X!o[X#[[X#geX#j[X#k[X#l[X#m[X#n[X#o[X#p[X#q[X#r[X#t[X#v[X#x[X#y[X$O[X(X[X(h[X(o[X(p[X!Y[X!Z[X~O#|[X~P#AoOP$]OZ:zOn:nO|#yO}#zO!P#{O!h:pO!i#wO!k#xO!o$]O#j:lO#k:mO#l:mO#m:mO#n:oO#o:pO#p:pO#q:yO#r:pO#t:qO#v:sO#x:uO#y:vO(XVO(h$ZO(o#|O(p#}O~O#|.sO~P#C|O#[:{O$O:{O#|(^X!Z(^X~P! [O`']a!Y']a'r']a'p']a!j']a!V']ar']a![']a%c']a!d']a~P!8dOP#iiZ#ii`#iin#ii}#ii!Y#ii!h#ii!i#ii!k#ii!o#ii#j#ii#k#ii#l#ii#m#ii#n#ii#o#ii#p#ii#q#ii#r#ii#t#ii#v#ii#x#ii#y#ii'r#ii(X#ii(h#ii'p#ii!V#ii!j#iir#ii![#ii%c#ii!d#ii~P#-]O`#}i!Y#}i'r#}i'p#}i!V#}i!j#}ir#}i![#}i%c#}i!d#}i~P!8dO$Y.xO$[.xO~O$Y.yO$[.yO~O!d)cO#[.zO![$`X$W$`X$Y$`X$[$`X$c$`X~O!X.{O~O![)fO$W.}O$Y)eO$[)eO$c/OO~O!Y:wO!Z(]X~P#C|O!Z/PO~O!d)cO$c(qX~O$c/RO~Ot)uO(Y)vO(Z/UO~O!V/YO~P!&dO(o$}Oj%Za|%Za!P%Za(p%Za!Y%Za#[%Za~Of%Za#|%Za~P#L^O(p%POj%]a|%]a!P%]a(o%]a!Y%]a#[%]a~Of%]a#|%]a~P#MPO!YeX!deX!jeX!j$uX(heX~P!/tO!j/bO~P#-]O!Y/cO!d#uO(h'kO!j(uX~O!j/hO~O!X*WO'{%dO!j(uP~O#g/jO~O!V$uX!Y$uX!d$|X~P!/tO!Y/kO!V(vX~P#-]O!d/mO~O!V/oO~Og%VOn/sO!d#uO!k%bO(h'kO~O'{/uO~O!d+`O~O`%kO!Y/yO'r%kO~O!Z/{O~P!3xO!`/|O!a/|O'|!lO([!mO~O!P0OO([!mO~O#W0PO~Of%Za!Y%Za#[%Za#|%Za~P!0}Of%]a!Y%]a#[%]a#|%]a~P!0}O'{&UOf'fX!Y'fX~O!Y*rOf(Ua~Of0YO~O|0ZO}0ZO!P0[Ojya(oya(pya!Yya#[ya~Ofya#|ya~P$$jO|)zO!P){Oj$na(o$na(p$na!Y$na#[$na~Of$na#|$na~P$%`O|)zO!P){Oj$pa(o$pa(p$pa!Y$pa#[$pa~Of$pa#|$pa~P$&RO#g0^O~Of%Oa!Y%Oa#[%Oa#|%Oa~P!0}O!d#uO~O#g0aO~O!Y+TO`(za'r(za~O|#yO}#zO!P#{O!i#wO!k#xO(XVOP!qiZ!qin!qi!Y!qi!h!qi!o!qi#j!qi#k!qi#l!qi#m!qi#n!qi#o!qi#p!qi#q!qi#r!qi#t!qi#v!qi#x!qi#y!qi(h!qi(o!qi(p!qi~O`!qi'r!qi'p!qi!V!qi!j!qir!qi![!qi%c!qi!d!qi~P$'pOg%VOn$tOo$sOp$sOv%XOx%YOz;QO!P${O![$|O!f<`O!k$xO#f;WO$T%^O$o;SO$q;UO$t%_O'}TO(QUO(X$uO(o$}O(p%PO~Ol0kO'{0jO~P$*ZO!d+`O`(Ta![(Ta'r(Ta!Y(Ta~O#g0qO~OZ[X!YeX!ZeX~O!Y0rO!Z)OX~O!Z0tO~OZ0uO~Oa0wO'{+hO'}TO(QUO~O![%{O'{%dO_'nX!Y'nX~O!Y+mO_(}a~O!j0zO~P!8dOZ0}O~O_1OO~O#[1RO~Oj1UO![$|O~O([(xO!Z({P~Og%VOj1_O![1[O%c1^O~OZ1iO!Y1gO!Z(|X~O!Z1jO~O_1lO`%kO'r%kO~O'{#mO'}TO(QUO~O#[$eO$O$eOP(^XZ(^Xn(^X|(^X}(^X!P(^X!Y(^X!h(^X!k(^X!o(^X#j(^X#k(^X#l(^X#m(^X#n(^X#o(^X#p(^X#q(^X#t(^X#v(^X#x(^X#y(^X(X(^X(h(^X(o(^X(p(^X~O#r1oO&T1pO`(^X!i(^X~P$/qO#[$eO#r1oO&T1pO~O`1rO~P%[O`1tO~O&^1wOP&[iQ&[iR&[iX&[i`&[ic&[id&[il&[in&[io&[ip&[iv&[ix&[iz&[i!P&[i!T&[i!U&[i![&[i!f&[i!k&[i!n&[i!o&[i!p&[i!r&[i!t&[i!w&[i!{&[i#s&[i$T&[i%b&[i%d&[i%f&[i%g&[i%h&[i%k&[i%m&[i%p&[i%q&[i%s&[i&P&[i&V&[i&X&[i&Z&[i&]&[i&`&[i&f&[i&l&[i&n&[i&p&[i&r&[i&t&[i'p&[i'{&[i'}&[i(Q&[i(X&[i(g&[i(t&[i!Z&[ia&[i&c&[i~Oa1}O!Z1{O&c1|O~P`O![XO!k2PO~O&j,pOP&eiQ&eiR&eiX&ei`&eic&eid&eil&ein&eio&eip&eiv&eix&eiz&ei!P&ei!T&ei!U&ei![&ei!f&ei!k&ei!n&ei!o&ei!p&ei!r&ei!t&ei!w&ei!{&ei#s&ei$T&ei%b&ei%d&ei%f&ei%g&ei%h&ei%k&ei%m&ei%p&ei%q&ei%s&ei&P&ei&V&ei&X&ei&Z&ei&]&ei&`&ei&f&ei&l&ei&n&ei&p&ei&r&ei&t&ei'p&ei'{&ei'}&ei(Q&ei(X&ei(g&ei(t&ei!Z&ei&^&eia&ei&c&ei~O!V2VO~O!Y!^a!Z!^a~P#C|Oo!nO!P!oO!X2]O([!mO!Y'QX!Z'QX~P@UO!Y-QO!Z(`a~O!Y'WX!Z'WX~P!7lO!Y-TO!Z(na~O!Z2dO~P'_O`%kO#[2mO'r%kO~O`%kO!d#uO#[2mO'r%kO~O`%kO!d#uO!o2qO#[2mO'r%kO(h'kO~O`%kO'r%kO~P!8dO!Y$aOr$ma~O!V'Pi!Y'Pi~P!8dO!Y(PO!V(_i~O!Y(WO!V(li~O!V(mi!Y(mi~P!8dO!Y(ji!j(ji`(ji'r(ji~P!8dO#[2sO!Y(ji!j(ji`(ji'r(ji~O!Y(dO!j(ii~O!P%eO![%fO!{]O#e2xO#f2wO'{%dO~O!P%eO![%fO#f2wO'{%dO~Oj3PO!['ZO%c3OO~Og%VOj3PO!['ZO%c3OO~O#g%ZaP%ZaZ%Za`%Zan%Za}%Za!h%Za!i%Za!k%Za!o%Za#j%Za#k%Za#l%Za#m%Za#n%Za#o%Za#p%Za#q%Za#r%Za#t%Za#v%Za#x%Za#y%Za'r%Za(X%Za(h%Za!j%Za!V%Za'p%Zar%Za![%Za%c%Za!d%Za~P#L^O#g%]aP%]aZ%]a`%]an%]a}%]a!h%]a!i%]a!k%]a!o%]a#j%]a#k%]a#l%]a#m%]a#n%]a#o%]a#p%]a#q%]a#r%]a#t%]a#v%]a#x%]a#y%]a'r%]a(X%]a(h%]a!j%]a!V%]a'p%]ar%]a![%]a%c%]a!d%]a~P#MPO#g%ZaP%ZaZ%Za`%Zan%Za}%Za!Y%Za!h%Za!i%Za!k%Za!o%Za#j%Za#k%Za#l%Za#m%Za#n%Za#o%Za#p%Za#q%Za#r%Za#t%Za#v%Za#x%Za#y%Za'r%Za(X%Za(h%Za!j%Za!V%Za'p%Za#[%Zar%Za![%Za%c%Za!d%Za~P#-]O#g%]aP%]aZ%]a`%]an%]a}%]a!Y%]a!h%]a!i%]a!k%]a!o%]a#j%]a#k%]a#l%]a#m%]a#n%]a#o%]a#p%]a#q%]a#r%]a#t%]a#v%]a#x%]a#y%]a'r%]a(X%]a(h%]a!j%]a!V%]a'p%]a#[%]ar%]a![%]a%c%]a!d%]a~P#-]O#gyaPyaZya`yanya!hya!iya!kya!oya#jya#kya#lya#mya#nya#oya#pya#qya#rya#tya#vya#xya#yya'rya(Xya(hya!jya!Vya'pyarya![ya%cya!dya~P$$jO#g$naP$naZ$na`$nan$na}$na!h$na!i$na!k$na!o$na#j$na#k$na#l$na#m$na#n$na#o$na#p$na#q$na#r$na#t$na#v$na#x$na#y$na'r$na(X$na(h$na!j$na!V$na'p$nar$na![$na%c$na!d$na~P$%`O#g$paP$paZ$pa`$pan$pa}$pa!h$pa!i$pa!k$pa!o$pa#j$pa#k$pa#l$pa#m$pa#n$pa#o$pa#p$pa#q$pa#r$pa#t$pa#v$pa#x$pa#y$pa'r$pa(X$pa(h$pa!j$pa!V$pa'p$par$pa![$pa%c$pa!d$pa~P$&RO#g%OaP%OaZ%Oa`%Oan%Oa}%Oa!Y%Oa!h%Oa!i%Oa!k%Oa!o%Oa#j%Oa#k%Oa#l%Oa#m%Oa#n%Oa#o%Oa#p%Oa#q%Oa#r%Oa#t%Oa#v%Oa#x%Oa#y%Oa'r%Oa(X%Oa(h%Oa!j%Oa!V%Oa'p%Oa#[%Oar%Oa![%Oa%c%Oa!d%Oa~P#-]O`#_q!Y#_q'r#_q'p#_q!V#_q!j#_qr#_q![#_q%c#_q!d#_q~P!8dOf'RX!Y'RX~P!(SO!Y.iOf(ba~O!X3ZO!Y'SX!j'SX~P%[O!Y.lO!j(ca~O!Y.lO!j(ca~P!8dO!V3^O~O#|!ma!Z!ma~PKOO#|!ea!Y!ea!Z!ea~P#C|O#|!qa!Z!qa~P!:}O#|!sa!Z!sa~P!=hORfO![3pO$a3qO~O!Z3uO~Or3vO~P#-]O`$jq!Y$jq'r$jq'p$jq!V$jq!j$jqr$jq![$jq%c$jq!d$jq~P!8dO!V3wO~P#-]O|)zO!P){O(p%POj'ba(o'ba!Y'ba#['ba~Of'ba#|'ba~P%)eO|)zO!P){Oj'da(o'da(p'da!Y'da#['da~Of'da#|'da~P%*WO(h$ZO~P#-]O!X3zO'{%dO!Y'^X!j'^X~O!Y/cO!j(ua~O!Y/cO!d#uO!j(ua~O!Y/cO!d#uO(h'kO!j(ua~Of$wi!Y$wi#[$wi#|$wi~P!0}O!X4SO'{*]O!V'`X!Y'`X~P!1lO!Y/kO!V(va~O!Y/kO!V(va~P#-]O!d#uO#r4[O~On4_O!d#uO(h'kO~O(o$}Oj%Zi|%Zi!P%Zi(p%Zi!Y%Zi#[%Zi~Of%Zi#|%Zi~P%-jO(p%POj%]i|%]i!P%]i(o%]i!Y%]i#[%]i~Of%]i#|%]i~P%.]Of(Vi!Y(Vi~P!0}O#[4fOf(Vi!Y(Vi~P!0}O!j4iO~O`$kq!Y$kq'r$kq'p$kq!V$kq!j$kqr$kq![$kq%c$kq!d$kq~P!8dO!V4mO~O!Y4nO![(wX~P#-]O!i#wO~P4XO`$uX![$uX%W[X'r$uX!Y$uX~P!/tO%W4pO`kXjkX|kX!PkX![kX'rkX(okX(pkX!YkX~O%W4pO~Oa4vO%d4wO'{+hO'}TO(QUO!Y'mX!Z'mX~O!Y0rO!Z)Oa~OZ4{O~O_4|O~O`%kO'r%kO~P#-]O![$|O~P#-]O!Y5UO#[5WO!Z({X~O!Z5XO~Oo!nO!P5YO!_!xO!`!uO!a!uO!{:dO#P!pO#Q!pO#R!pO#S!pO#T!pO#W5_O#X!yO'|!lO'}TO(QUO([!mO(g!sO~O!Z5^O~P%3nOj5dO![1[O%c5cO~Og%VOj5dO![1[O%c5cO~Oa5kO'{#mO'}TO(QUO!Y'lX!Z'lX~O!Y1gO!Z(|a~O'}TO(QUO([5mO~O_5qO~O#r5tO&T5uO~PMnO!j5vO~P%[O`5xO~O`5xO~P%[Oa1}O!Z5}O&c1|O~P`O!d6PO~O!d6ROg(ai!Y(ai!Z(ai!d(ai!k(ai~O!Y#di!Z#di~P#C|O#[6SO!Y#di!Z#di~O!Y!^i!Z!^i~P#C|O`%kO#[6]O'r%kO~O`%kO!d#uO#[6]O'r%kO~O!Y(jq!j(jq`(jq'r(jq~P!8dO!Y(dO!j(iq~O!P%eO![%fO#f6dO'{%dO~O!['ZO%c6gO~Oj6jO!['ZO%c6gO~O#g'baP'baZ'ba`'ban'ba}'ba!h'ba!i'ba!k'ba!o'ba#j'ba#k'ba#l'ba#m'ba#n'ba#o'ba#p'ba#q'ba#r'ba#t'ba#v'ba#x'ba#y'ba'r'ba(X'ba(h'ba!j'ba!V'ba'p'bar'ba!['ba%c'ba!d'ba~P%)eO#g'daP'daZ'da`'dan'da}'da!h'da!i'da!k'da!o'da#j'da#k'da#l'da#m'da#n'da#o'da#p'da#q'da#r'da#t'da#v'da#x'da#y'da'r'da(X'da(h'da!j'da!V'da'p'dar'da!['da%c'da!d'da~P%*WO#g$wiP$wiZ$wi`$win$wi}$wi!Y$wi!h$wi!i$wi!k$wi!o$wi#j$wi#k$wi#l$wi#m$wi#n$wi#o$wi#p$wi#q$wi#r$wi#t$wi#v$wi#x$wi#y$wi'r$wi(X$wi(h$wi!j$wi!V$wi'p$wi#[$wir$wi![$wi%c$wi!d$wi~P#-]O#g%ZiP%ZiZ%Zi`%Zin%Zi}%Zi!h%Zi!i%Zi!k%Zi!o%Zi#j%Zi#k%Zi#l%Zi#m%Zi#n%Zi#o%Zi#p%Zi#q%Zi#r%Zi#t%Zi#v%Zi#x%Zi#y%Zi'r%Zi(X%Zi(h%Zi!j%Zi!V%Zi'p%Zir%Zi![%Zi%c%Zi!d%Zi~P%-jO#g%]iP%]iZ%]i`%]in%]i}%]i!h%]i!i%]i!k%]i!o%]i#j%]i#k%]i#l%]i#m%]i#n%]i#o%]i#p%]i#q%]i#r%]i#t%]i#v%]i#x%]i#y%]i'r%]i(X%]i(h%]i!j%]i!V%]i'p%]ir%]i![%]i%c%]i!d%]i~P%.]Of'Ra!Y'Ra~P!0}O!Y'Sa!j'Sa~P!8dO!Y.lO!j(ci~O#|#_i!Y#_i!Z#_i~P#C|OP$]O|#yO}#zO!P#{O!i#wO!k#xO!o$]O(XVOZ#iin#ii!h#ii#k#ii#l#ii#m#ii#n#ii#o#ii#p#ii#q#ii#r#ii#t#ii#v#ii#x#ii#y#ii#|#ii(h#ii(o#ii(p#ii!Y#ii!Z#ii~O#j#ii~P%FnO#j:lO~P%FnOP$]O|#yO}#zO!P#{O!i#wO!k#xO!o$]O#j:lO#k:mO#l:mO#m:mO(XVOZ#ii!h#ii#n#ii#o#ii#p#ii#q#ii#r#ii#t#ii#v#ii#x#ii#y#ii#|#ii(h#ii(o#ii(p#ii!Y#ii!Z#ii~On#ii~P%HyOn:nO~P%HyOP$]On:nO|#yO}#zO!P#{O!i#wO!k#xO!o$]O#j:lO#k:mO#l:mO#m:mO#n:oO(XVO#t#ii#v#ii#x#ii#y#ii#|#ii(h#ii(o#ii(p#ii!Y#ii!Z#ii~OZ#ii!h#ii#o#ii#p#ii#q#ii#r#ii~P%KUOZ:zO!h:pO#o:pO#p:pO#q:yO#r:pO~P%KUOP$]OZ:zOn:nO|#yO}#zO!P#{O!h:pO!i#wO!k#xO!o$]O#j:lO#k:mO#l:mO#m:mO#n:oO#o:pO#p:pO#q:yO#r:pO#t:qO(XVO(p#}O#x#ii#y#ii#|#ii(h#ii(o#ii!Y#ii!Z#ii~O#v:sO~P%MpO#v#ii~P%MpOP$]OZ:zOn:nO|#yO}#zO!P#{O!h:pO!i#wO!k#xO!o$]O#j:lO#k:mO#l:mO#m:mO#n:oO#o:pO#p:pO#q:yO#r:pO#t:qO(XVO#x#ii#y#ii#|#ii(h#ii!Y#ii!Z#ii~O#v#ii(o#ii(p#ii~P& {O#v:sO(o#|O(p#}O~P& {OP$]OZ:zOn:nO|#yO}#zO!P#{O!h:pO!i#wO!k#xO!o$]O#j:lO#k:mO#l:mO#m:mO#n:oO#o:pO#p:pO#q:yO#r:pO#t:qO#v:sO#x:uO(XVO(o#|O(p#}O~O#y#ii#|#ii(h#ii!Y#ii!Z#ii~P&$^O`#zy!Y#zy'r#zy'p#zy!V#zy!j#zyr#zy![#zy%c#zy!d#zy~P!8dOj<gO|)zO!P){O(o$}O(p%PO~OP#iiZ#iin#ii}#ii!h#ii!i#ii!k#ii!o#ii#j#ii#k#ii#l#ii#m#ii#n#ii#o#ii#p#ii#q#ii#r#ii#t#ii#v#ii#x#ii#y#ii#|#ii(X#ii(h#ii!Y#ii!Z#ii~P&'UO!i#wOP(WXZ(WXj(WXn(WX|(WX}(WX!P(WX!h(WX!k(WX!o(WX#j(WX#k(WX#l(WX#m(WX#n(WX#o(WX#p(WX#q(WX#r(WX#t(WX#v(WX#x(WX#y(WX#|(WX(X(WX(h(WX(o(WX(p(WX!Y(WX!Z(WX~O#|#}i!Y#}i!Z#}i~P#C|O#|!qi!Z!qi~P$'pO!Z6|O~O!Y']a!Z']a~P#C|O!d#uO(h'kO!Y'^a!j'^a~O!Y/cO!j(ui~O!Y/cO!d#uO!j(ui~Of$wq!Y$wq#[$wq#|$wq~P!0}O!V'`a!Y'`a~P#-]O!d7TO~O!Y/kO!V(vi~P#-]O!Y/kO!V(vi~O!V7XO~O!d#uO#r7^O~On7_O!d#uO(h'kO~O|)zO!P){O(p%POj'ca(o'ca!Y'ca#['ca~Of'ca#|'ca~P&.fO|)zO!P){Oj'ea(o'ea(p'ea!Y'ea#['ea~Of'ea#|'ea~P&/XO!V7aO~Of$yq!Y$yq#[$yq#|$yq~P!0}O`$ky!Y$ky'r$ky'p$ky!V$ky!j$kyr$ky![$ky%c$ky!d$ky~P!8dO!d6RO~O!Y4nO![(wa~O`#_y!Y#_y'r#_y'p#_y!V#_y!j#_yr#_y![#_y%c#_y!d#_y~P!8dOZ7fO~Oa7hO'{+hO'}TO(QUO~O!Y0rO!Z)Oi~O_7lO~O([(xO!Y'iX!Z'iX~O!Y5UO!Z({a~OlkO'{7sO~P.iO!Z7vO~P%3nOo!nO!P7wO'}TO(QUO([!mO(g!sO~O![1[O~O![1[O%c7yO~Oj7|O![1[O%c7yO~OZ8RO!Y'la!Z'la~O!Y1gO!Z(|i~O!j8VO~O!j8WO~O!j8ZO~O!j8ZO~P%[O`8]O~O!d8^O~O!j8_O~O!Y(mi!Z(mi~P#C|O`%kO#[8gO'r%kO~O!Y(jy!j(jy`(jy'r(jy~P!8dO!Y(dO!j(iy~O!['ZO%c8jO~O#g$wqP$wqZ$wq`$wqn$wq}$wq!Y$wq!h$wq!i$wq!k$wq!o$wq#j$wq#k$wq#l$wq#m$wq#n$wq#o$wq#p$wq#q$wq#r$wq#t$wq#v$wq#x$wq#y$wq'r$wq(X$wq(h$wq!j$wq!V$wq'p$wq#[$wqr$wq![$wq%c$wq!d$wq~P#-]O#g'caP'caZ'ca`'can'ca}'ca!h'ca!i'ca!k'ca!o'ca#j'ca#k'ca#l'ca#m'ca#n'ca#o'ca#p'ca#q'ca#r'ca#t'ca#v'ca#x'ca#y'ca'r'ca(X'ca(h'ca!j'ca!V'ca'p'car'ca!['ca%c'ca!d'ca~P&.fO#g'eaP'eaZ'ea`'ean'ea}'ea!h'ea!i'ea!k'ea!o'ea#j'ea#k'ea#l'ea#m'ea#n'ea#o'ea#p'ea#q'ea#r'ea#t'ea#v'ea#x'ea#y'ea'r'ea(X'ea(h'ea!j'ea!V'ea'p'ear'ea!['ea%c'ea!d'ea~P&/XO#g$yqP$yqZ$yq`$yqn$yq}$yq!Y$yq!h$yq!i$yq!k$yq!o$yq#j$yq#k$yq#l$yq#m$yq#n$yq#o$yq#p$yq#q$yq#r$yq#t$yq#v$yq#x$yq#y$yq'r$yq(X$yq(h$yq!j$yq!V$yq'p$yq#[$yqr$yq![$yq%c$yq!d$yq~P#-]O!Y'Si!j'Si~P!8dO#|#_q!Y#_q!Z#_q~P#C|O(o$}OP%ZaZ%Zan%Za}%Za!h%Za!i%Za!k%Za!o%Za#j%Za#k%Za#l%Za#m%Za#n%Za#o%Za#p%Za#q%Za#r%Za#t%Za#v%Za#x%Za#y%Za#|%Za(X%Za(h%Za!Y%Za!Z%Za~Oj%Za|%Za!P%Za(p%Za~P&@nO(p%POP%]aZ%]an%]a}%]a!h%]a!i%]a!k%]a!o%]a#j%]a#k%]a#l%]a#m%]a#n%]a#o%]a#p%]a#q%]a#r%]a#t%]a#v%]a#x%]a#y%]a#|%]a(X%]a(h%]a!Y%]a!Z%]a~Oj%]a|%]a!P%]a(o%]a~P&BuOj<gO|)zO!P){O(p%PO~P&@nOj<gO|)zO!P){O(o$}O~P&BuO|0ZO}0ZO!P0[OPyaZyajyanya!hya!iya!kya!oya#jya#kya#lya#mya#nya#oya#pya#qya#rya#tya#vya#xya#yya#|ya(Xya(hya(oya(pya!Yya!Zya~O|)zO!P){OP$naZ$naj$nan$na}$na!h$na!i$na!k$na!o$na#j$na#k$na#l$na#m$na#n$na#o$na#p$na#q$na#r$na#t$na#v$na#x$na#y$na#|$na(X$na(h$na(o$na(p$na!Y$na!Z$na~O|)zO!P){OP$paZ$paj$pan$pa}$pa!h$pa!i$pa!k$pa!o$pa#j$pa#k$pa#l$pa#m$pa#n$pa#o$pa#p$pa#q$pa#r$pa#t$pa#v$pa#x$pa#y$pa#|$pa(X$pa(h$pa(o$pa(p$pa!Y$pa!Z$pa~OP%OaZ%Oan%Oa}%Oa!h%Oa!i%Oa!k%Oa!o%Oa#j%Oa#k%Oa#l%Oa#m%Oa#n%Oa#o%Oa#p%Oa#q%Oa#r%Oa#t%Oa#v%Oa#x%Oa#y%Oa#|%Oa(X%Oa(h%Oa!Y%Oa!Z%Oa~P&'UO#|$jq!Y$jq!Z$jq~P#C|O#|$kq!Y$kq!Z$kq~P#C|O!Z8vO~O#|8wO~P!0}O!d#uO!Y'^i!j'^i~O!d#uO(h'kO!Y'^i!j'^i~O!Y/cO!j(uq~O!V'`i!Y'`i~P#-]O!Y/kO!V(vq~O!V8}O~P#-]O!V8}O~Of(Vy!Y(Vy~P!0}O!Y'ga!['ga~P#-]O`%Vq![%Vq'r%Vq!Y%Vq~P#-]OZ9SO~O!Y0rO!Z)Oq~O#[9WO!Y'ia!Z'ia~O!Y5UO!Z({i~P#C|OP[XZ[Xn[X|[X}[X!P[X!V[X!Y[X!h[X!i[X!k[X!o[X#[[X#geX#j[X#k[X#l[X#m[X#n[X#o[X#p[X#q[X#r[X#t[X#v[X#x[X#y[X$O[X(X[X(h[X(o[X(p[X~O!d%TX#r%TX~P'#`O![1[O%c9[O~O'}TO(QUO([9aO~O!Y1gO!Z(|q~O!j9dO~O!j9eO~O!j9fO~O!j9fO~P%[O#[9iO!Y#dy!Z#dy~O!Y#dy!Z#dy~P#C|O!['ZO%c9nO~O#|#zy!Y#zy!Z#zy~P#C|OP$wiZ$win$wi}$wi!h$wi!i$wi!k$wi!o$wi#j$wi#k$wi#l$wi#m$wi#n$wi#o$wi#p$wi#q$wi#r$wi#t$wi#v$wi#x$wi#y$wi#|$wi(X$wi(h$wi!Y$wi!Z$wi~P&'UO|)zO!P){O(p%POP'baZ'baj'ban'ba}'ba!h'ba!i'ba!k'ba!o'ba#j'ba#k'ba#l'ba#m'ba#n'ba#o'ba#p'ba#q'ba#r'ba#t'ba#v'ba#x'ba#y'ba#|'ba(X'ba(h'ba(o'ba!Y'ba!Z'ba~O|)zO!P){OP'daZ'daj'dan'da}'da!h'da!i'da!k'da!o'da#j'da#k'da#l'da#m'da#n'da#o'da#p'da#q'da#r'da#t'da#v'da#x'da#y'da#|'da(X'da(h'da(o'da(p'da!Y'da!Z'da~O(o$}OP%ZiZ%Zij%Zin%Zi|%Zi}%Zi!P%Zi!h%Zi!i%Zi!k%Zi!o%Zi#j%Zi#k%Zi#l%Zi#m%Zi#n%Zi#o%Zi#p%Zi#q%Zi#r%Zi#t%Zi#v%Zi#x%Zi#y%Zi#|%Zi(X%Zi(h%Zi(p%Zi!Y%Zi!Z%Zi~O(p%POP%]iZ%]ij%]in%]i|%]i}%]i!P%]i!h%]i!i%]i!k%]i!o%]i#j%]i#k%]i#l%]i#m%]i#n%]i#o%]i#p%]i#q%]i#r%]i#t%]i#v%]i#x%]i#y%]i#|%]i(X%]i(h%]i(o%]i!Y%]i!Z%]i~O#|$ky!Y$ky!Z$ky~P#C|O#|#_y!Y#_y!Z#_y~P#C|O!d#uO!Y'^q!j'^q~O!Y/cO!j(uy~O!V'`q!Y'`q~P#-]O!V9wO~P#-]O!Y0rO!Z)Oy~O!Y5UO!Z({q~O![1[O%c:OO~O!j:RO~O!['ZO%c:WO~OP$wqZ$wqn$wq}$wq!h$wq!i$wq!k$wq!o$wq#j$wq#k$wq#l$wq#m$wq#n$wq#o$wq#p$wq#q$wq#r$wq#t$wq#v$wq#x$wq#y$wq#|$wq(X$wq(h$wq!Y$wq!Z$wq~P&'UO|)zO!P){O(p%POP'caZ'caj'can'ca}'ca!h'ca!i'ca!k'ca!o'ca#j'ca#k'ca#l'ca#m'ca#n'ca#o'ca#p'ca#q'ca#r'ca#t'ca#v'ca#x'ca#y'ca#|'ca(X'ca(h'ca(o'ca!Y'ca!Z'ca~O|)zO!P){OP'eaZ'eaj'ean'ea}'ea!h'ea!i'ea!k'ea!o'ea#j'ea#k'ea#l'ea#m'ea#n'ea#o'ea#p'ea#q'ea#r'ea#t'ea#v'ea#x'ea#y'ea#|'ea(X'ea(h'ea(o'ea(p'ea!Y'ea!Z'ea~OP$yqZ$yqn$yq}$yq!h$yq!i$yq!k$yq!o$yq#j$yq#k$yq#l$yq#m$yq#n$yq#o$yq#p$yq#q$yq#r$yq#t$yq#v$yq#x$yq#y$yq#|$yq(X$yq(h$yq!Y$yq!Z$yq~P&'UOf%_!Z!Y%_!Z#[%_!Z#|%_!Z~P!0}O!Y'iq!Z'iq~P#C|O!Y#d!Z!Z#d!Z~P#C|O#g%_!ZP%_!ZZ%_!Z`%_!Zn%_!Z}%_!Z!Y%_!Z!h%_!Z!i%_!Z!k%_!Z!o%_!Z#j%_!Z#k%_!Z#l%_!Z#m%_!Z#n%_!Z#o%_!Z#p%_!Z#q%_!Z#r%_!Z#t%_!Z#v%_!Z#x%_!Z#y%_!Z'r%_!Z(X%_!Z(h%_!Z!j%_!Z!V%_!Z'p%_!Z#[%_!Zr%_!Z![%_!Z%c%_!Z!d%_!Z~P#-]OP%_!ZZ%_!Zn%_!Z}%_!Z!h%_!Z!i%_!Z!k%_!Z!o%_!Z#j%_!Z#k%_!Z#l%_!Z#m%_!Z#n%_!Z#o%_!Z#p%_!Z#q%_!Z#r%_!Z#t%_!Z#v%_!Z#x%_!Z#y%_!Z#|%_!Z(X%_!Z(h%_!Z!Y%_!Z!Z%_!Z~P&'UOr(]X~P1qO'|!lO~P!*fO!VeX!YeX#[eX~P'#`OP[XZ[Xn[X|[X}[X!P[X!Y[X!YeX!h[X!i[X!k[X!o[X#[[X#[eX#geX#j[X#k[X#l[X#m[X#n[X#o[X#p[X#q[X#r[X#t[X#v[X#x[X#y[X$O[X(X[X(h[X(o[X(p[X~O!deX!j[X!jeX(heX~P'ASOP:cOQ:cORfOc<[Od!iOlkOn:cOokOpkOvkOx:cOz:cO!PWO!TkO!UkO![XO!f:fO!kZO!n:cO!o:cO!p:cO!r:gO!t:jO!w!hO$T!kO'{)YO'}TO(QUO(XVO(g[O(t<YO~O!Y:wO!Z$ma~Og%VOl%WOn$tOo$sOp$sOv%XOx%YOz;RO!P${O![$|O!f<aO!k$xO#f;XO$T%^O$o;TO$q;VO$t%_O'{(pO'}TO(QUO(X$uO(o$}O(p%PO~O#s)aO~P'ExO!Z[X!ZeX~P'ASO#g:kO~O!d#uO#g:kO~O#[:{O~O#r:pO~O#[;ZO!Y(mX!Z(mX~O#[:{O!Y(kX!Z(kX~O#g;[O~Of;^O~P!0}O#g;cO~O#g;dO~O!d#uO#g;eO~O!d#uO#g;[O~O#|;fO~P#C|O#g;gO~O#g;hO~O#g;mO~O#g;nO~O#g;oO~O#g;pO~O#|;qO~P!0}O#|;rO~P!0}O!i#P#Q#S#T#W#e#f#q(t$o$q$t%W%b%c%d%k%m%p%q%s%u~'vS#k!U't'|#lo#j#mn|'u$Y'u'{$[([~",
|
|
@@ -19034,7 +19034,7 @@ function nA(r) {
|
|
|
19034
19034
|
validFor: j0
|
|
19035
19035
|
};
|
|
19036
19036
|
}
|
|
19037
|
-
const tn = /* @__PURE__ */
|
|
19037
|
+
const tn = /* @__PURE__ */ is.define({
|
|
19038
19038
|
name: "javascript",
|
|
19039
19039
|
parser: /* @__PURE__ */ J5.configure({
|
|
19040
19040
|
props: [
|
|
@@ -19713,7 +19713,7 @@ const mA = /* @__PURE__ */ tn.parser.configure({ top: "SingleExpression" }), fw
|
|
|
19713
19713
|
name: "style",
|
|
19714
19714
|
parser: /* @__PURE__ */ Bc.parser.configure({ top: "Styles" })
|
|
19715
19715
|
}
|
|
19716
|
-
].concat(/* @__PURE__ */ dw.map((r) => ({ name: r, parser: tn.parser }))), mw = /* @__PURE__ */
|
|
19716
|
+
].concat(/* @__PURE__ */ dw.map((r) => ({ name: r, parser: tn.parser }))), mw = /* @__PURE__ */ is.define({
|
|
19717
19717
|
name: "html",
|
|
19718
19718
|
parser: /* @__PURE__ */ Q5.configure({
|
|
19719
19719
|
props: [
|
|
@@ -19807,7 +19807,7 @@ const X0 = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command emb
|
|
|
19807
19807
|
",": A.separator,
|
|
19808
19808
|
"[ ]": A.squareBracket,
|
|
19809
19809
|
"{ }": A.brace
|
|
19810
|
-
}), bA =
|
|
19810
|
+
}), bA = os.deserialize({
|
|
19811
19811
|
version: 14,
|
|
19812
19812
|
states: "$bOVQPOOOOQO'#Cb'#CbOnQPO'#CeOvQPO'#CjOOQO'#Cp'#CpQOQPOOOOQO'#Cg'#CgO}QPO'#CfO!SQPO'#CrOOQO,59P,59PO![QPO,59PO!aQPO'#CuOOQO,59U,59UO!iQPO,59UOVQPO,59QOqQPO'#CkO!nQPO,59^OOQO1G.k1G.kOVQPO'#ClO!vQPO,59aOOQO1G.p1G.pOOQO1G.l1G.lOOQO,59V,59VOOQO-E6i-E6iOOQO,59W,59WOOQO-E6j-E6j",
|
|
19813
19813
|
stateData: "#O~OcOS~OQSORSOSSOTSOWQO]ROePO~OVXOeUO~O[[O~PVOg^O~Oh_OVfX~OVaO~OhbO[iX~O[dO~Oh_OVfa~OhbO[ia~O",
|
|
@@ -19826,7 +19826,7 @@ const X0 = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command emb
|
|
|
19826
19826
|
tokenizers: [0],
|
|
19827
19827
|
topRules: { JsonText: [0, 1] },
|
|
19828
19828
|
tokenPrec: 0
|
|
19829
|
-
}), vA = /* @__PURE__ */
|
|
19829
|
+
}), vA = /* @__PURE__ */ is.define({
|
|
19830
19830
|
name: "json",
|
|
19831
19831
|
parser: /* @__PURE__ */ bA.configure({
|
|
19832
19832
|
props: [
|
|
@@ -20123,7 +20123,7 @@ const YA = new qt((r, e) => {
|
|
|
20123
20123
|
"?": A.punctuation,
|
|
20124
20124
|
"[ ]": A.squareBracket,
|
|
20125
20125
|
"{ }": A.brace
|
|
20126
|
-
}), HA =
|
|
20126
|
+
}), HA = os.deserialize({
|
|
20127
20127
|
version: 14,
|
|
20128
20128
|
states: "5lQ!ZQgOOO#PQfO'#CpO#uQfO'#DOOOQR'#Dv'#DvO$qQgO'#DRO%gQdO'#DUO%nQgO'#DUO&ROaO'#D[OOQR'#Du'#DuO&{QgO'#D^O'rQgO'#D`OOQR'#Dt'#DtO(iOqO'#DbOOQP'#Dj'#DjO(zQaO'#CmO)YQgO'#CmOOQP'#Cm'#CmQ)jQaOOQ)uQgOOQ]QgOOO*PQdO'#CrO*nQdO'#CtOOQO'#Dw'#DwO+]Q`O'#CxO+hQdO'#CwO+rQ`O'#CwOOQO'#Cv'#CvO+wQdO'#CvOOQO'#Cq'#CqO,UQ`O,59[O,^QfO,59[OOQR,59[,59[OOQO'#Cx'#CxO,eQ`O'#DPO,pQdO'#DPOOQO'#Dx'#DxO,zQdO'#DxO-XQ`O,59jO-aQfO,59jOOQR,59j,59jOOQR'#DS'#DSO-hQcO,59mO-sQgO'#DVO.TQ`O'#DVO.YQcO,59pOOQR'#DX'#DXO#|QfO'#DWO.hQcO'#DWOOQR,59v,59vO.yOWO,59vO/OOaO,59vO/WOaO,59vO/cQgO'#D_OOQR,59x,59xO0VQgO'#DaOOQR,59z,59zOOQP,59|,59|O0yOaO,59|O1ROaO,59|O1aOqO,59|OOQP-E7h-E7hO1oQgO,59XOOQP,59X,59XO2PQaO'#DeO2_QgO'#DeO2oQgO'#DkOOQP'#Dk'#DkQ)jQaOOO3PQdO'#CsOOQO,59^,59^O3kQdO'#CuOOQO,59`,59`OOQO,59c,59cO4VQdO,59cO4aQdO'#CzO4kQ`O'#CzOOQO,59b,59bOOQU,5:Q,5:QOOQR1G.v1G.vO4pQ`O1G.vOOQU-E7d-E7dO4xQdO,59kOOQO,59k,59kO5SQdO'#DQO5^Q`O'#DQOOQO,5:d,5:dOOQU,5:R,5:ROOQR1G/U1G/UO5cQ`O1G/UOOQU-E7e-E7eO5kQgO'#DhO5xQcO1G/XOOQR1G/X1G/XOOQR,59q,59qO6TQgO,59qO6eQdO'#DiO6lQgO'#DiO7PQcO1G/[OOQR1G/[1G/[OOQR,59r,59rO#|QfO,59rOOQR1G/b1G/bO7_OWO1G/bO7dOaO1G/bOOQR,59y,59yOOQR,59{,59{OOQP1G/h1G/hO7lOaO1G/hO7tOaO1G/hO8POaO1G/hOOQP1G.s1G.sO8_QgO,5:POOQP,5:P,5:POOQP,5:V,5:VOOQP-E7i-E7iOOQO,59_,59_OOQO,59a,59aOOQO1G.}1G.}OOQO,59f,59fO8oQdO,59fOOQR7+$b7+$bP,XQ`O'#DfOOQO1G/V1G/VOOQO,59l,59lO8yQdO,59lOOQR7+$p7+$pP9TQ`O'#DgOOQR'#DT'#DTOOQR,5:S,5:SOOQR-E7f-E7fOOQR7+$s7+$sOOQR1G/]1G/]O9YQgO'#DYO9jQ`O'#DYOOQR,5:T,5:TO#|QfO'#DZO9oQcO'#DZOOQR-E7g-E7gOOQR7+$v7+$vOOQR1G/^1G/^OOQR7+$|7+$|O:QOWO7+$|OOQP7+%S7+%SO:VOaO7+%SO:_OaO7+%SOOQP1G/k1G/kOOQO1G/Q1G/QOOQO1G/W1G/WOOQR,59t,59tO:jQgO,59tOOQR,59u,59uO#|QfO,59uOOQR<<Hh<<HhOOQP<<Hn<<HnO:zOaO<<HnOOQR1G/`1G/`OOQR1G/a1G/aOOQPAN>YAN>Y",
|
|
20129
20129
|
stateData: ";S~O!fOS!gOS^OS~OP_OQbORSOTUOWROXROYYOZZO[XOcPOqQO!PVO!V[O!cTO~O`cO~P]OVkOWROXROYeOZfO[dOcPOmhOqQO~OboO~P!bOVtOWROXROYeOZfO[dOcPOmrOqQO~OpwO~P#WORSOTUOWROXROYYOZZO[XOcPOqQO!PVO!cTO~OSvP!avP!bvP~P#|OWROXROYeOZfO[dOcPOqQO~OmzO~P%OOm!OOUzP!azP!bzP!dzP~P#|O^!SO!b!QO!f!TO!g!RO~ORSOTUOWROXROcPOqQO!PVO!cTO~OY!UOP!QXQ!QX!V!QX!`!QXS!QX!a!QX!b!QXU!QXm!QX!d!QX~P&aO[!WOP!SXQ!SX!V!SX!`!SXS!SX!a!SX!b!SXU!SXm!SX!d!SX~P&aO^!ZO!W![O!b!YO!f!]O!g!YO~OP!_O!V[OQaX!`aX~OPaXQaX!VaX!`aX~P#|OP!bOQ!cO!V[O~OP_O!V[O~P#|OWROXROY!fOcPOqQObfXmfXofXpfX~OWROXRO[!hOcPOqQObhXmhXohXphX~ObeXmlXoeX~ObkXokX~P%OOm!kO~Om!lObnPonP~P%OOb!pOo!oO~Ob!pO~P!bOm!sOosXpsX~OosXpsX~P%OOm!uOotPptP~P%OOo!xOp!yO~Op!yO~P#WOS!|O!a#OO!b#OO~OUyX!ayX!byX!dyX~P#|Om#QO~OU#SO!a#UO!b#UO!d#RO~Om#WOUzX!azX!bzX!dzX~O]#XO~O!b#XO!g#YO~O^#ZO!b#XO!g#YO~OP!RXQ!RX!V!RX!`!RXS!RX!a!RX!b!RXU!RXm!RX!d!RX~P&aOP!TXQ!TX!V!TX!`!TXS!TX!a!TX!b!TXU!TXm!TX!d!TX~P&aO!b#^O!g#^O~O^#_O!b#^O!f#`O!g#^O~O^#_O!W#aO!b#^O!g#^O~OPaaQaa!Vaa!`aa~P#|OP#cO!V[OQ!XX!`!XX~OP!XXQ!XX!V!XX!`!XX~P#|OP_O!V[OQ!_X!`!_X~P#|OWROXROcPOqQObgXmgXogXpgX~OWROXROcPOqQObiXmiXoiXpiX~Obkaoka~P%OObnXonX~P%OOm#kO~Ob#lOo!oO~Oosapsa~P%OOotXptX~P%OOm#pO~Oo!xOp#qO~OSwP!awP!bwP~P#|OS!|O!a#vO!b#vO~OUya!aya!bya!dya~P#|Om#xO~P%OOm#{OU}P!a}P!b}P!d}P~P#|OU#SO!a$OO!b$OO!d#RO~O]$QO~O!b$QO!g$RO~O!b$SO!g$SO~O^$TO!b$SO!g$SO~O^$TO!b$SO!f$UO!g$SO~OP!XaQ!Xa!V!Xa!`!Xa~P#|Obnaona~P%OOotapta~P%OOo!xO~OU|X!a|X!b|X!d|X~P#|Om$ZO~Om$]OU}X!a}X!b}X!d}X~O]$^O~O!b$_O!g$_O~O^$`O!b$_O!g$_O~OU|a!a|a!b|a!d|a~P#|O!b$cO!g$cO~O",
|
|
@@ -20143,7 +20143,7 @@ const YA = new qt((r, e) => {
|
|
|
20143
20143
|
tokenizers: [qA, WA, YA, LA, 0, 1],
|
|
20144
20144
|
topRules: { Stream: [0, 15] },
|
|
20145
20145
|
tokenPrec: 0
|
|
20146
|
-
}), GA = /* @__PURE__ */
|
|
20146
|
+
}), GA = /* @__PURE__ */ is.define({
|
|
20147
20147
|
name: "yaml",
|
|
20148
20148
|
parser: /* @__PURE__ */ HA.configure({
|
|
20149
20149
|
props: [
|
|
@@ -21260,7 +21260,7 @@ const _E = { class: "navtable-item-40 navtable-item-request" }, xE = { class: "n
|
|
|
21260
21260
|
], -1), rR = { class: "scalar-api-client__item__title" }, nR = {
|
|
21261
21261
|
key: 0,
|
|
21262
21262
|
class: "scalar-api-client__item__options"
|
|
21263
|
-
}, sR = { class: "scalar-api-client__item__content" },
|
|
21263
|
+
}, sR = { class: "scalar-api-client__item__content" }, An = /* @__PURE__ */ H({
|
|
21264
21264
|
__name: "CollapsibleSection",
|
|
21265
21265
|
props: {
|
|
21266
21266
|
title: {},
|
|
@@ -21356,7 +21356,7 @@ const B0 = /* @__PURE__ */ ee(dR, [["render", hR], ["__scopeId", "data-v-a0658e7
|
|
|
21356
21356
|
}), null, 16, mR)
|
|
21357
21357
|
]));
|
|
21358
21358
|
}
|
|
21359
|
-
}), pi = /* @__PURE__ */ ee(gR, [["__scopeId", "data-v-8ac73187"]]), ed = Math.min, Ws = Math.max, td = Math.round, Ll = Math.floor,
|
|
21359
|
+
}), pi = /* @__PURE__ */ ee(gR, [["__scopeId", "data-v-8ac73187"]]), ed = Math.min, Ws = Math.max, td = Math.round, Ll = Math.floor, as = (r) => ({
|
|
21360
21360
|
x: r,
|
|
21361
21361
|
y: r
|
|
21362
21362
|
}), OR = {
|
|
@@ -21787,7 +21787,7 @@ function rr(r) {
|
|
|
21787
21787
|
var e;
|
|
21788
21788
|
return (r == null || (e = r.ownerDocument) == null ? void 0 : e.defaultView) || window;
|
|
21789
21789
|
}
|
|
21790
|
-
function
|
|
21790
|
+
function En(r) {
|
|
21791
21791
|
var e;
|
|
21792
21792
|
return (e = (tm(r) ? r.ownerDocument : r.document) || window.document) == null ? void 0 : e.documentElement;
|
|
21793
21793
|
}
|
|
@@ -21854,7 +21854,7 @@ function eo(r) {
|
|
|
21854
21854
|
r.assignedSlot || // DOM Element detected.
|
|
21855
21855
|
r.parentNode || // ShadowRoot detected.
|
|
21856
21856
|
F0(r) && r.host || // Fallback.
|
|
21857
|
-
|
|
21857
|
+
En(r)
|
|
21858
21858
|
);
|
|
21859
21859
|
return F0(e) ? e.host : e;
|
|
21860
21860
|
}
|
|
@@ -21884,7 +21884,7 @@ function sm(r) {
|
|
|
21884
21884
|
function qi(r) {
|
|
21885
21885
|
const e = sm(r);
|
|
21886
21886
|
if (!nn(e))
|
|
21887
|
-
return
|
|
21887
|
+
return as(1);
|
|
21888
21888
|
const t = e.getBoundingClientRect(), {
|
|
21889
21889
|
width: n,
|
|
21890
21890
|
height: s,
|
|
@@ -21896,7 +21896,7 @@ function qi(r) {
|
|
|
21896
21896
|
y: a
|
|
21897
21897
|
};
|
|
21898
21898
|
}
|
|
21899
|
-
const ER = /* @__PURE__ */
|
|
21899
|
+
const ER = /* @__PURE__ */ as(0);
|
|
21900
21900
|
function jw(r) {
|
|
21901
21901
|
const e = rr(r);
|
|
21902
21902
|
return !nm() || !e.visualViewport ? ER : {
|
|
@@ -21910,9 +21910,9 @@ function RR(r, e, t) {
|
|
|
21910
21910
|
function Gs(r, e, t, n) {
|
|
21911
21911
|
e === void 0 && (e = !1), t === void 0 && (t = !1);
|
|
21912
21912
|
const s = r.getBoundingClientRect(), i = sm(r);
|
|
21913
|
-
let o =
|
|
21913
|
+
let o = as(1);
|
|
21914
21914
|
e && (n ? Qn(n) && (o = qi(n)) : o = qi(r));
|
|
21915
|
-
const a = RR(i, t, n) ? jw(i) :
|
|
21915
|
+
const a = RR(i, t, n) ? jw(i) : as(0);
|
|
21916
21916
|
let l = (s.left + a.x) / o.x, c = (s.top + a.y) / o.y, d = s.width / o.x, u = s.height / o.y;
|
|
21917
21917
|
if (i) {
|
|
21918
21918
|
const h = rr(i), f = n && Qn(n) ? rr(n) : n;
|
|
@@ -21946,14 +21946,14 @@ function IR(r) {
|
|
|
21946
21946
|
offsetParent: n,
|
|
21947
21947
|
strategy: s
|
|
21948
21948
|
} = r;
|
|
21949
|
-
const i = s === "fixed", o =
|
|
21949
|
+
const i = s === "fixed", o = En(n), a = e ? Nw(e.floating) : !1;
|
|
21950
21950
|
if (n === o || a && i)
|
|
21951
21951
|
return t;
|
|
21952
21952
|
let l = {
|
|
21953
21953
|
scrollLeft: 0,
|
|
21954
21954
|
scrollTop: 0
|
|
21955
|
-
}, c =
|
|
21956
|
-
const d =
|
|
21955
|
+
}, c = as(1);
|
|
21956
|
+
const d = as(0), u = nn(n);
|
|
21957
21957
|
if ((u || !u && !i) && ((xn(n) !== "body" || nl(o)) && (l = Vd(n)), nn(n))) {
|
|
21958
21958
|
const h = Gs(n);
|
|
21959
21959
|
c = qi(n), d.x = h.x + n.clientLeft, d.y = h.y + n.clientTop;
|
|
@@ -21969,10 +21969,10 @@ function jR(r) {
|
|
|
21969
21969
|
return Array.from(r.getClientRects());
|
|
21970
21970
|
}
|
|
21971
21971
|
function Dw(r) {
|
|
21972
|
-
return Gs(
|
|
21972
|
+
return Gs(En(r)).left + Vd(r).scrollLeft;
|
|
21973
21973
|
}
|
|
21974
21974
|
function NR(r) {
|
|
21975
|
-
const e =
|
|
21975
|
+
const e = En(r), t = Vd(r), n = r.ownerDocument.body, s = Ws(e.scrollWidth, e.clientWidth, n.scrollWidth, n.clientWidth), i = Ws(e.scrollHeight, e.clientHeight, n.scrollHeight, n.clientHeight);
|
|
21976
21976
|
let o = -t.scrollLeft + Dw(r);
|
|
21977
21977
|
const a = -t.scrollTop;
|
|
21978
21978
|
return gr(n).direction === "rtl" && (o += Ws(e.clientWidth, n.clientWidth) - s), {
|
|
@@ -21983,7 +21983,7 @@ function NR(r) {
|
|
|
21983
21983
|
};
|
|
21984
21984
|
}
|
|
21985
21985
|
function DR(r, e) {
|
|
21986
|
-
const t = rr(r), n =
|
|
21986
|
+
const t = rr(r), n = En(r), s = t.visualViewport;
|
|
21987
21987
|
let i = n.clientWidth, o = n.clientHeight, a = 0, l = 0;
|
|
21988
21988
|
if (s) {
|
|
21989
21989
|
i = s.width, o = s.height;
|
|
@@ -21998,7 +21998,7 @@ function DR(r, e) {
|
|
|
21998
21998
|
};
|
|
21999
21999
|
}
|
|
22000
22000
|
function MR(r, e) {
|
|
22001
|
-
const t = Gs(r, !0, e === "fixed"), n = t.top + r.clientTop, s = t.left + r.clientLeft, i = nn(r) ? qi(r) :
|
|
22001
|
+
const t = Gs(r, !0, e === "fixed"), n = t.top + r.clientTop, s = t.left + r.clientLeft, i = nn(r) ? qi(r) : as(1), o = r.clientWidth * i.x, a = r.clientHeight * i.y, l = s * i.x, c = n * i.y;
|
|
22002
22002
|
return {
|
|
22003
22003
|
width: o,
|
|
22004
22004
|
height: a,
|
|
@@ -22011,7 +22011,7 @@ function K0(r, e, t) {
|
|
|
22011
22011
|
if (e === "viewport")
|
|
22012
22012
|
n = DR(r, t);
|
|
22013
22013
|
else if (e === "document")
|
|
22014
|
-
n = NR(
|
|
22014
|
+
n = NR(En(r));
|
|
22015
22015
|
else if (Qn(e))
|
|
22016
22016
|
n = MR(e, t);
|
|
22017
22017
|
else {
|
|
@@ -22070,12 +22070,12 @@ function WR(r) {
|
|
|
22070
22070
|
};
|
|
22071
22071
|
}
|
|
22072
22072
|
function VR(r, e, t) {
|
|
22073
|
-
const n = nn(e), s =
|
|
22073
|
+
const n = nn(e), s = En(e), i = t === "fixed", o = Gs(r, !0, i, e);
|
|
22074
22074
|
let a = {
|
|
22075
22075
|
scrollLeft: 0,
|
|
22076
22076
|
scrollTop: 0
|
|
22077
22077
|
};
|
|
22078
|
-
const l =
|
|
22078
|
+
const l = as(0);
|
|
22079
22079
|
if (n || !n && !i)
|
|
22080
22080
|
if ((xn(e) !== "body" || nl(s)) && (a = Vd(e)), n) {
|
|
22081
22081
|
const u = Gs(e, !0, i, e);
|
|
@@ -22118,7 +22118,7 @@ function UR(r) {
|
|
|
22118
22118
|
}
|
|
22119
22119
|
const YR = {
|
|
22120
22120
|
convertOffsetParentRelativeRectToViewportRelativeRect: IR,
|
|
22121
|
-
getDocumentElement:
|
|
22121
|
+
getDocumentElement: En,
|
|
22122
22122
|
getClippingRect: qR,
|
|
22123
22123
|
getOffsetParent: Xw,
|
|
22124
22124
|
getElementRects: zR,
|
|
@@ -22130,7 +22130,7 @@ const YR = {
|
|
|
22130
22130
|
};
|
|
22131
22131
|
function LR(r, e) {
|
|
22132
22132
|
let t = null, n;
|
|
22133
|
-
const s =
|
|
22133
|
+
const s = En(r);
|
|
22134
22134
|
function i() {
|
|
22135
22135
|
var a;
|
|
22136
22136
|
clearTimeout(n), (a = t) == null || a.disconnect(), t = null;
|
|
@@ -22623,7 +22623,7 @@ const Yw = /^\[(?:([a-z-]+):)?(.+)\]$/i, fZ = /^\d+\/\d+$/, pZ = /* @__PURE__ */
|
|
|
22623
22623
|
function hn(r) {
|
|
22624
22624
|
return Is(r) || pZ.has(r) || fZ.test(r);
|
|
22625
22625
|
}
|
|
22626
|
-
function
|
|
22626
|
+
function Zn(r) {
|
|
22627
22627
|
return po(r, "length", xZ);
|
|
22628
22628
|
}
|
|
22629
22629
|
function Is(r) {
|
|
@@ -22641,7 +22641,7 @@ function vZ(r) {
|
|
|
22641
22641
|
function Pe(r) {
|
|
22642
22642
|
return Yw.test(r);
|
|
22643
22643
|
}
|
|
22644
|
-
function
|
|
22644
|
+
function In(r) {
|
|
22645
22645
|
return mZ.test(r);
|
|
22646
22646
|
}
|
|
22647
22647
|
const wZ = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
@@ -22678,17 +22678,17 @@ function TZ(r) {
|
|
|
22678
22678
|
return bZ.test(r);
|
|
22679
22679
|
}
|
|
22680
22680
|
function oy() {
|
|
22681
|
-
const r = He("colors"), e = He("spacing"), t = He("blur"), n = He("brightness"), s = He("borderColor"), i = He("borderRadius"), o = He("borderSpacing"), a = He("borderWidth"), l = He("contrast"), c = He("grayscale"), d = He("hueRotate"), u = He("invert"), h = He("gap"), f = He("gradientColorStops"), p = He("gradientColorStopPositions"), m = He("inset"), g = He("margin"), O = He("opacity"), y = He("padding"), b = He("saturate"), w = He("scale"), P = He("sepia"), v = He("skew"), $ = He("space"), E = He("translate"), C = () => ["auto", "contain", "none"], X = () => ["auto", "hidden", "clip", "visible", "scroll"], U = () => ["auto", Pe, e], M = () => [Pe, e], ce = () => ["", hn,
|
|
22681
|
+
const r = He("colors"), e = He("spacing"), t = He("blur"), n = He("brightness"), s = He("borderColor"), i = He("borderRadius"), o = He("borderSpacing"), a = He("borderWidth"), l = He("contrast"), c = He("grayscale"), d = He("hueRotate"), u = He("invert"), h = He("gap"), f = He("gradientColorStops"), p = He("gradientColorStopPositions"), m = He("inset"), g = He("margin"), O = He("opacity"), y = He("padding"), b = He("saturate"), w = He("scale"), P = He("sepia"), v = He("skew"), $ = He("space"), E = He("translate"), C = () => ["auto", "contain", "none"], X = () => ["auto", "hidden", "clip", "visible", "scroll"], U = () => ["auto", Pe, e], M = () => [Pe, e], ce = () => ["", hn, Zn], ne = () => ["auto", Is, Pe], ke = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Re = () => ["solid", "dashed", "dotted", "double", "none"], Me = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity", "plus-lighter"], _e = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], Oe = () => ["", "0", Pe], F = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], D = () => [Is, Bl], V = () => [Is, Pe];
|
|
22682
22682
|
return {
|
|
22683
22683
|
cacheSize: 500,
|
|
22684
22684
|
separator: ":",
|
|
22685
22685
|
theme: {
|
|
22686
22686
|
colors: [Bo],
|
|
22687
|
-
spacing: [hn,
|
|
22688
|
-
blur: ["none", "",
|
|
22687
|
+
spacing: [hn, Zn],
|
|
22688
|
+
blur: ["none", "", In, Pe],
|
|
22689
22689
|
brightness: D(),
|
|
22690
22690
|
borderColor: [r],
|
|
22691
|
-
borderRadius: ["none", "", "full",
|
|
22691
|
+
borderRadius: ["none", "", "full", In, Pe],
|
|
22692
22692
|
borderSpacing: M(),
|
|
22693
22693
|
borderWidth: ce(),
|
|
22694
22694
|
contrast: D(),
|
|
@@ -22697,7 +22697,7 @@ function oy() {
|
|
|
22697
22697
|
invert: Oe(),
|
|
22698
22698
|
gap: M(),
|
|
22699
22699
|
gradientColorStops: [r],
|
|
22700
|
-
gradientColorStopPositions: [vZ,
|
|
22700
|
+
gradientColorStopPositions: [vZ, Zn],
|
|
22701
22701
|
inset: U(),
|
|
22702
22702
|
margin: U(),
|
|
22703
22703
|
opacity: D(),
|
|
@@ -22728,7 +22728,7 @@ function oy() {
|
|
|
22728
22728
|
* @see https://tailwindcss.com/docs/columns
|
|
22729
22729
|
*/
|
|
22730
22730
|
columns: [{
|
|
22731
|
-
columns: [
|
|
22731
|
+
columns: [In]
|
|
22732
22732
|
}],
|
|
22733
22733
|
/**
|
|
22734
22734
|
* Break After
|
|
@@ -23312,8 +23312,8 @@ function oy() {
|
|
|
23312
23312
|
*/
|
|
23313
23313
|
"max-w": [{
|
|
23314
23314
|
"max-w": [Pe, e, "none", "full", "min", "max", "fit", "prose", {
|
|
23315
|
-
screen: [
|
|
23316
|
-
},
|
|
23315
|
+
screen: [In]
|
|
23316
|
+
}, In]
|
|
23317
23317
|
}],
|
|
23318
23318
|
/**
|
|
23319
23319
|
* Height
|
|
@@ -23349,7 +23349,7 @@ function oy() {
|
|
|
23349
23349
|
* @see https://tailwindcss.com/docs/font-size
|
|
23350
23350
|
*/
|
|
23351
23351
|
"font-size": [{
|
|
23352
|
-
text: ["base",
|
|
23352
|
+
text: ["base", In, Zn]
|
|
23353
23353
|
}],
|
|
23354
23354
|
/**
|
|
23355
23355
|
* Font Smoothing
|
|
@@ -23500,7 +23500,7 @@ function oy() {
|
|
|
23500
23500
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
23501
23501
|
*/
|
|
23502
23502
|
"text-decoration-thickness": [{
|
|
23503
|
-
decoration: ["auto", "from-font", hn,
|
|
23503
|
+
decoration: ["auto", "from-font", hn, Zn]
|
|
23504
23504
|
}],
|
|
23505
23505
|
/**
|
|
23506
23506
|
* Text Underline Offset
|
|
@@ -23982,7 +23982,7 @@ function oy() {
|
|
|
23982
23982
|
* @see https://tailwindcss.com/docs/outline-width
|
|
23983
23983
|
*/
|
|
23984
23984
|
"outline-w": [{
|
|
23985
|
-
outline: [hn,
|
|
23985
|
+
outline: [hn, Zn]
|
|
23986
23986
|
}],
|
|
23987
23987
|
/**
|
|
23988
23988
|
* Outline Color
|
|
@@ -24022,7 +24022,7 @@ function oy() {
|
|
|
24022
24022
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
24023
24023
|
*/
|
|
24024
24024
|
"ring-offset-w": [{
|
|
24025
|
-
"ring-offset": [hn,
|
|
24025
|
+
"ring-offset": [hn, Zn]
|
|
24026
24026
|
}],
|
|
24027
24027
|
/**
|
|
24028
24028
|
* Ring Offset Color
|
|
@@ -24037,7 +24037,7 @@ function oy() {
|
|
|
24037
24037
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
24038
24038
|
*/
|
|
24039
24039
|
shadow: [{
|
|
24040
|
-
shadow: ["", "inner", "none",
|
|
24040
|
+
shadow: ["", "inner", "none", In, _Z]
|
|
24041
24041
|
}],
|
|
24042
24042
|
/**
|
|
24043
24043
|
* Box Shadow Color
|
|
@@ -24102,7 +24102,7 @@ function oy() {
|
|
|
24102
24102
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
24103
24103
|
*/
|
|
24104
24104
|
"drop-shadow": [{
|
|
24105
|
-
"drop-shadow": ["", "none",
|
|
24105
|
+
"drop-shadow": ["", "none", In, Pe]
|
|
24106
24106
|
}],
|
|
24107
24107
|
/**
|
|
24108
24108
|
* Grayscale
|
|
@@ -24617,7 +24617,7 @@ function oy() {
|
|
|
24617
24617
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
24618
24618
|
*/
|
|
24619
24619
|
"stroke-w": [{
|
|
24620
|
-
stroke: [hn,
|
|
24620
|
+
stroke: [hn, Zn, Bl]
|
|
24621
24621
|
}],
|
|
24622
24622
|
/**
|
|
24623
24623
|
* Stroke
|
|
@@ -26908,7 +26908,7 @@ const JZ = /* @__PURE__ */ ee(GZ, [["render", KZ], ["__scopeId", "data-v-b99d69c
|
|
|
26908
26908
|
ref_key: "requestAuthenticationRef",
|
|
26909
26909
|
ref: e
|
|
26910
26910
|
}, [
|
|
26911
|
-
I(S(
|
|
26911
|
+
I(S(An), { title: "Authentication" }, {
|
|
26912
26912
|
options: T(() => [
|
|
26913
26913
|
I(Fw, {
|
|
26914
26914
|
value: S(t).securitySchemes
|
|
@@ -27244,7 +27244,7 @@ const JZ = /* @__PURE__ */ ee(GZ, [["render", KZ], ["__scopeId", "data-v-b99d69c
|
|
|
27244
27244
|
body: s
|
|
27245
27245
|
});
|
|
27246
27246
|
};
|
|
27247
|
-
return (s, i) => (k(), W(S(
|
|
27247
|
+
return (s, i) => (k(), W(S(An), { title: "Body" }, {
|
|
27248
27248
|
default: T(() => [
|
|
27249
27249
|
s.body && s.body.length === 0 && s.formData && s.formData.length === 0 ? (k(), Q("span", tj, "No Body")) : s.formData && s.formData.length > 0 ? (k(), W(S(sl), {
|
|
27250
27250
|
key: 1,
|
|
@@ -27299,7 +27299,7 @@ const JZ = /* @__PURE__ */ ee(GZ, [["render", KZ], ["__scopeId", "data-v-b99d69c
|
|
|
27299
27299
|
var o, a;
|
|
27300
27300
|
return !!((o = e.cookies) != null && o.length || (a = e.generatedCookies) != null && a.length);
|
|
27301
27301
|
});
|
|
27302
|
-
return (o, a) => (k(), W(S(
|
|
27302
|
+
return (o, a) => (k(), W(S(An), {
|
|
27303
27303
|
defaultOpen: i.value,
|
|
27304
27304
|
title: "Cookies"
|
|
27305
27305
|
}, {
|
|
@@ -27364,7 +27364,7 @@ const JZ = /* @__PURE__ */ ee(GZ, [["render", KZ], ["__scopeId", "data-v-b99d69c
|
|
|
27364
27364
|
var o, a;
|
|
27365
27365
|
return !!((o = e.headers) != null && o.length || (a = e.generatedHeaders) != null && a.length);
|
|
27366
27366
|
});
|
|
27367
|
-
return (o, a) => (k(), W(S(
|
|
27367
|
+
return (o, a) => (k(), W(S(An), {
|
|
27368
27368
|
defaultOpen: i.value,
|
|
27369
27369
|
title: "Headers"
|
|
27370
27370
|
}, {
|
|
@@ -27429,7 +27429,7 @@ const JZ = /* @__PURE__ */ ee(GZ, [["render", KZ], ["__scopeId", "data-v-b99d69c
|
|
|
27429
27429
|
var o, a;
|
|
27430
27430
|
return !!((o = e.queries) != null && o.length || (a = e.generatedQueries) != null && a.length);
|
|
27431
27431
|
});
|
|
27432
|
-
return (o, a) => (k(), W(S(
|
|
27432
|
+
return (o, a) => (k(), W(S(An), {
|
|
27433
27433
|
defaultOpen: i.value,
|
|
27434
27434
|
title: "Query Parameters"
|
|
27435
27435
|
}, {
|
|
@@ -27490,7 +27490,7 @@ const JZ = /* @__PURE__ */ ee(GZ, [["render", KZ], ["__scopeId", "data-v-b99d69c
|
|
|
27490
27490
|
var s;
|
|
27491
27491
|
e.variables === void 0 && (e.variables = []), (s = e.variables) == null || s.push({ name: "", value: "", enabled: !0 });
|
|
27492
27492
|
}
|
|
27493
|
-
return (s, i) => (k(), W(S(
|
|
27493
|
+
return (s, i) => (k(), W(S(An), {
|
|
27494
27494
|
defaultOpen: S(e).variables && S(e).variables.length > 0,
|
|
27495
27495
|
title: "Variables"
|
|
27496
27496
|
}, {
|
|
@@ -27663,7 +27663,7 @@ const Cj = {
|
|
|
27663
27663
|
return null;
|
|
27664
27664
|
}
|
|
27665
27665
|
}), n = ie(() => t.value === "application/json" || t.value === "application/problem+json" || t.value === "application/vnd.api+json" ? "json" : t.value === "text/html" || t.value === "text/plain" ? "html" : null);
|
|
27666
|
-
return (s, i) => (k(), W(S(
|
|
27666
|
+
return (s, i) => (k(), W(S(An), { title: "Body" }, {
|
|
27667
27667
|
default: T(() => [
|
|
27668
27668
|
s.active ? (k(), Q(K, { key: 0 }, [
|
|
27669
27669
|
n.value ? (k(), W(S(mn), {
|
|
@@ -27757,7 +27757,7 @@ const Vj = /* @__PURE__ */ ee(Xj, [["render", Wj], ["__scopeId", "data-v-e438384
|
|
|
27757
27757
|
var s;
|
|
27758
27758
|
return (s = L_.find((i) => i.name.toLowerCase() === n.toLowerCase())) == null ? void 0 : s.url;
|
|
27759
27759
|
}, t = (n) => n.split("-").map((s) => s.charAt(0).toUpperCase() + s.slice(1)).join("-");
|
|
27760
|
-
return (n, s) => (k(), W(S(
|
|
27760
|
+
return (n, s) => (k(), W(S(An), { title: "Headers" }, {
|
|
27761
27761
|
default: T(() => [
|
|
27762
27762
|
n.headers.length > 0 ? (k(), W(S(Vj), { key: 0 }, {
|
|
27763
27763
|
default: T(() => [
|
|
@@ -27901,7 +27901,7 @@ const Vj = /* @__PURE__ */ ee(Xj, [["render", Wj], ["__scopeId", "data-v-e438384
|
|
|
27901
27901
|
headers: n.value
|
|
27902
27902
|
}, null, 8, ["active", "data", "headers"]),
|
|
27903
27903
|
I(Uj, { headers: n.value }, null, 8, ["headers"]),
|
|
27904
|
-
I(S(
|
|
27904
|
+
I(S(An), { title: "Cookies" }, {
|
|
27905
27905
|
default: T(() => [
|
|
27906
27906
|
Dt(I(S(ej), { items: s.value }, null, 8, ["items"]), [
|
|
27907
27907
|
[zs, s.value.length > 0]
|
|
@@ -28139,7 +28139,7 @@ const dm = Symbol(), oS = Symbol(), id = async (r) => {
|
|
|
28139
28139
|
var e;
|
|
28140
28140
|
(e = document.getElementById(r)) == null || e.scrollIntoView();
|
|
28141
28141
|
};
|
|
28142
|
-
var S3 = Object.defineProperty, k3 = (r, e, t) => e in r ? S3(r, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[e] = t,
|
|
28142
|
+
var S3 = Object.defineProperty, k3 = (r, e, t) => e in r ? S3(r, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[e] = t, Xn = (r, e, t) => (k3(r, typeof e != "symbol" ? e + "" : e, t), t);
|
|
28143
28143
|
const $3 = (r, e) => {
|
|
28144
28144
|
const t = r[e];
|
|
28145
28145
|
return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((n, s) => {
|
|
@@ -29565,7 +29565,7 @@ function gy(r, e, t) {
|
|
|
29565
29565
|
var en = {}, Te = {};
|
|
29566
29566
|
Object.defineProperty(Te, "__esModule", { value: !0 });
|
|
29567
29567
|
Te.validateUnion = Te.validateArray = Te.usePattern = Te.callValidateCode = Te.schemaProperties = Te.allSchemaProperties = Te.noPropertyInData = Te.propertyInData = Te.isOwnProperty = Te.hasPropFunc = Te.reportMissingProp = Te.checkMissingProp = Te.checkReportMissingProp = void 0;
|
|
29568
|
-
const Fe = we, hm = Ae,
|
|
29568
|
+
const Fe = we, hm = Ae, jn = nr, X3 = Ae;
|
|
29569
29569
|
function q3(r, e) {
|
|
29570
29570
|
const { gen: t, data: n, it: s } = r;
|
|
29571
29571
|
t.if(pm(t, n, e, s.opts.ownProperties), () => {
|
|
@@ -29613,12 +29613,12 @@ function U3(r, e) {
|
|
|
29613
29613
|
Te.schemaProperties = U3;
|
|
29614
29614
|
function Y3({ schemaCode: r, data: e, it: { gen: t, topSchemaRef: n, schemaPath: s, errorPath: i }, it: o }, a, l, c) {
|
|
29615
29615
|
const d = c ? (0, Fe._)`${r}, ${e}, ${n}${s}` : e, u = [
|
|
29616
|
-
[
|
|
29617
|
-
[
|
|
29618
|
-
[
|
|
29619
|
-
[
|
|
29616
|
+
[jn.default.instancePath, (0, Fe.strConcat)(jn.default.instancePath, i)],
|
|
29617
|
+
[jn.default.parentData, o.parentData],
|
|
29618
|
+
[jn.default.parentDataProperty, o.parentDataProperty],
|
|
29619
|
+
[jn.default.rootData, jn.default.rootData]
|
|
29620
29620
|
];
|
|
29621
|
-
o.opts.dynamicRef && u.push([
|
|
29621
|
+
o.opts.dynamicRef && u.push([jn.default.dynamicAnchors, jn.default.dynamicAnchors]);
|
|
29622
29622
|
const h = (0, Fe._)`${d}, ${t.object(...u)}`;
|
|
29623
29623
|
return l !== Fe.nil ? (0, Fe._)`${a}.call(${l}, ${h})` : (0, Fe._)`${a}(${h})`;
|
|
29624
29624
|
}
|
|
@@ -29685,10 +29685,10 @@ function J3(r, e) {
|
|
|
29685
29685
|
}, c), r.pass(c, () => r.error(!0));
|
|
29686
29686
|
}
|
|
29687
29687
|
en.macroKeywordCode = J3;
|
|
29688
|
-
function
|
|
29688
|
+
function e4(r, e) {
|
|
29689
29689
|
var t;
|
|
29690
29690
|
const { gen: n, keyword: s, schema: i, parentSchema: o, $data: a, it: l } = r;
|
|
29691
|
-
|
|
29691
|
+
r4(l, e);
|
|
29692
29692
|
const c = !a && e.compile ? e.compile.call(l.self, i, o, l) : e.validate, d = pS(n, s, c), u = n.let("valid");
|
|
29693
29693
|
r.block$data(u, h), r.ok((t = e.valid) !== null && t !== void 0 ? t : u);
|
|
29694
29694
|
function h() {
|
|
@@ -29696,7 +29696,7 @@ function eN(r, e) {
|
|
|
29696
29696
|
m(), e.modifying && Oy(r), g(() => r.error());
|
|
29697
29697
|
else {
|
|
29698
29698
|
const O = e.async ? f() : p();
|
|
29699
|
-
e.modifying && Oy(r), g(() =>
|
|
29699
|
+
e.modifying && Oy(r), g(() => t4(r, O));
|
|
29700
29700
|
}
|
|
29701
29701
|
}
|
|
29702
29702
|
function f() {
|
|
@@ -29716,18 +29716,18 @@ function eN(r, e) {
|
|
|
29716
29716
|
n.if((0, It.not)((y = e.valid) !== null && y !== void 0 ? y : u), O);
|
|
29717
29717
|
}
|
|
29718
29718
|
}
|
|
29719
|
-
en.funcKeywordCode =
|
|
29719
|
+
en.funcKeywordCode = e4;
|
|
29720
29720
|
function Oy(r) {
|
|
29721
29721
|
const { gen: e, data: t, it: n } = r;
|
|
29722
29722
|
e.if(n.parentData, () => e.assign(t, (0, It._)`${n.parentData}[${n.parentDataProperty}]`));
|
|
29723
29723
|
}
|
|
29724
|
-
function
|
|
29724
|
+
function t4(r, e) {
|
|
29725
29725
|
const { gen: t } = r;
|
|
29726
29726
|
t.if((0, It._)`Array.isArray(${e})`, () => {
|
|
29727
29727
|
t.assign(_s.default.vErrors, (0, It._)`${_s.default.vErrors} === null ? ${e} : ${_s.default.vErrors}.concat(${e})`).assign(_s.default.errors, (0, It._)`${_s.default.vErrors}.length`), (0, K3.extendErrors)(r);
|
|
29728
29728
|
}, () => r.error());
|
|
29729
29729
|
}
|
|
29730
|
-
function
|
|
29730
|
+
function r4({ schemaEnv: r }, e) {
|
|
29731
29731
|
if (e.async && !r.$async)
|
|
29732
29732
|
throw new Error("async keyword in sync schema");
|
|
29733
29733
|
}
|
|
@@ -29736,11 +29736,11 @@ function pS(r, e, t) {
|
|
|
29736
29736
|
throw new Error(`keyword "${e}" failed to compile`);
|
|
29737
29737
|
return r.scopeValue("keyword", typeof t == "function" ? { ref: t } : { ref: t, code: (0, It.stringify)(t) });
|
|
29738
29738
|
}
|
|
29739
|
-
function
|
|
29739
|
+
function n4(r, e, t = !1) {
|
|
29740
29740
|
return !e.length || e.some((n) => n === "array" ? Array.isArray(r) : n === "object" ? r && typeof r == "object" && !Array.isArray(r) : typeof r == n || t && typeof r > "u");
|
|
29741
29741
|
}
|
|
29742
|
-
en.validSchemaType =
|
|
29743
|
-
function
|
|
29742
|
+
en.validSchemaType = n4;
|
|
29743
|
+
function s4({ schema: r, opts: e, self: t, errSchemaPath: n }, s, i) {
|
|
29744
29744
|
if (Array.isArray(s.keyword) ? !s.keyword.includes(i) : s.keyword !== i)
|
|
29745
29745
|
throw new Error("ajv implementation error");
|
|
29746
29746
|
const o = s.dependencies;
|
|
@@ -29754,12 +29754,12 @@ function sN({ schema: r, opts: e, self: t, errSchemaPath: n }, s, i) {
|
|
|
29754
29754
|
throw new Error(a);
|
|
29755
29755
|
}
|
|
29756
29756
|
}
|
|
29757
|
-
en.validateKeywordUsage =
|
|
29758
|
-
var
|
|
29759
|
-
Object.defineProperty(
|
|
29760
|
-
|
|
29757
|
+
en.validateKeywordUsage = s4;
|
|
29758
|
+
var Jn = {};
|
|
29759
|
+
Object.defineProperty(Jn, "__esModule", { value: !0 });
|
|
29760
|
+
Jn.extendSubschemaMode = Jn.extendSubschemaData = Jn.getSubschema = void 0;
|
|
29761
29761
|
const Fr = we, mS = Ae;
|
|
29762
|
-
function
|
|
29762
|
+
function i4(r, { keyword: e, schemaProp: t, schema: n, schemaPath: s, errSchemaPath: i, topSchemaRef: o }) {
|
|
29763
29763
|
if (e !== void 0 && n !== void 0)
|
|
29764
29764
|
throw new Error('both "keyword" and "schema" passed, only one allowed');
|
|
29765
29765
|
if (e !== void 0) {
|
|
@@ -29786,8 +29786,8 @@ function iN(r, { keyword: e, schemaProp: t, schema: n, schemaPath: s, errSchemaP
|
|
|
29786
29786
|
}
|
|
29787
29787
|
throw new Error('either "keyword" or "schema" must be passed');
|
|
29788
29788
|
}
|
|
29789
|
-
|
|
29790
|
-
function
|
|
29789
|
+
Jn.getSubschema = i4;
|
|
29790
|
+
function o4(r, e, { dataProp: t, dataPropType: n, data: s, dataTypes: i, propertyName: o }) {
|
|
29791
29791
|
if (s !== void 0 && t !== void 0)
|
|
29792
29792
|
throw new Error('both "data" and "dataProp" passed, only one allowed');
|
|
29793
29793
|
const { gen: a } = e;
|
|
@@ -29804,11 +29804,11 @@ function oN(r, e, { dataProp: t, dataPropType: n, data: s, dataTypes: i, propert
|
|
|
29804
29804
|
r.data = c, r.dataLevel = e.dataLevel + 1, r.dataTypes = [], e.definedProperties = /* @__PURE__ */ new Set(), r.parentData = e.data, r.dataNames = [...e.dataNames, c];
|
|
29805
29805
|
}
|
|
29806
29806
|
}
|
|
29807
|
-
|
|
29808
|
-
function
|
|
29807
|
+
Jn.extendSubschemaData = o4;
|
|
29808
|
+
function a4(r, { jtdDiscriminator: e, jtdMetadata: t, compositeRule: n, createErrors: s, allErrors: i }) {
|
|
29809
29809
|
n !== void 0 && (r.compositeRule = n), s !== void 0 && (r.createErrors = s), i !== void 0 && (r.allErrors = i), r.jtdDiscriminator = e, r.jtdMetadata = t;
|
|
29810
29810
|
}
|
|
29811
|
-
|
|
29811
|
+
Jn.extendSubschemaMode = a4;
|
|
29812
29812
|
var vt = {}, gS = function r(e, t) {
|
|
29813
29813
|
if (e === t)
|
|
29814
29814
|
return !0;
|
|
@@ -29843,14 +29843,14 @@ var vt = {}, gS = function r(e, t) {
|
|
|
29843
29843
|
return !0;
|
|
29844
29844
|
}
|
|
29845
29845
|
return e !== e && t !== t;
|
|
29846
|
-
}, OS = { exports: {} },
|
|
29846
|
+
}, OS = { exports: {} }, Gn = OS.exports = function(r, e, t) {
|
|
29847
29847
|
typeof e == "function" && (t = e, e = {}), t = e.cb || t;
|
|
29848
29848
|
var n = typeof t == "function" ? t : t.pre || function() {
|
|
29849
29849
|
}, s = t.post || function() {
|
|
29850
29850
|
};
|
|
29851
29851
|
wc(e, n, s, r, "", r);
|
|
29852
29852
|
};
|
|
29853
|
-
|
|
29853
|
+
Gn.keywords = {
|
|
29854
29854
|
additionalItems: !0,
|
|
29855
29855
|
items: !0,
|
|
29856
29856
|
contains: !0,
|
|
@@ -29861,20 +29861,20 @@ Hn.keywords = {
|
|
|
29861
29861
|
then: !0,
|
|
29862
29862
|
else: !0
|
|
29863
29863
|
};
|
|
29864
|
-
|
|
29864
|
+
Gn.arrayKeywords = {
|
|
29865
29865
|
items: !0,
|
|
29866
29866
|
allOf: !0,
|
|
29867
29867
|
anyOf: !0,
|
|
29868
29868
|
oneOf: !0
|
|
29869
29869
|
};
|
|
29870
|
-
|
|
29870
|
+
Gn.propsKeywords = {
|
|
29871
29871
|
$defs: !0,
|
|
29872
29872
|
definitions: !0,
|
|
29873
29873
|
properties: !0,
|
|
29874
29874
|
patternProperties: !0,
|
|
29875
29875
|
dependencies: !0
|
|
29876
29876
|
};
|
|
29877
|
-
|
|
29877
|
+
Gn.skipKeywords = {
|
|
29878
29878
|
default: !0,
|
|
29879
29879
|
enum: !0,
|
|
29880
29880
|
const: !0,
|
|
@@ -29900,26 +29900,26 @@ function wc(r, e, t, n, s, i, o, a, l, c) {
|
|
|
29900
29900
|
for (var d in n) {
|
|
29901
29901
|
var u = n[d];
|
|
29902
29902
|
if (Array.isArray(u)) {
|
|
29903
|
-
if (d in
|
|
29903
|
+
if (d in Gn.arrayKeywords)
|
|
29904
29904
|
for (var h = 0; h < u.length; h++)
|
|
29905
29905
|
wc(r, e, t, u[h], s + "/" + d + "/" + h, i, s, d, n, h);
|
|
29906
|
-
} else if (d in
|
|
29906
|
+
} else if (d in Gn.propsKeywords) {
|
|
29907
29907
|
if (u && typeof u == "object")
|
|
29908
29908
|
for (var f in u)
|
|
29909
|
-
wc(r, e, t, u[f], s + "/" + d + "/" +
|
|
29909
|
+
wc(r, e, t, u[f], s + "/" + d + "/" + l4(f), i, s, d, n, f);
|
|
29910
29910
|
} else
|
|
29911
|
-
(d in
|
|
29911
|
+
(d in Gn.keywords || r.allKeys && !(d in Gn.skipKeywords)) && wc(r, e, t, u, s + "/" + d, i, s, d, n);
|
|
29912
29912
|
}
|
|
29913
29913
|
t(n, s, i, o, a, l, c);
|
|
29914
29914
|
}
|
|
29915
29915
|
}
|
|
29916
|
-
function
|
|
29916
|
+
function l4(r) {
|
|
29917
29917
|
return r.replace(/~/g, "~0").replace(/\//g, "~1");
|
|
29918
29918
|
}
|
|
29919
|
-
var
|
|
29919
|
+
var c4 = OS.exports;
|
|
29920
29920
|
Object.defineProperty(vt, "__esModule", { value: !0 });
|
|
29921
29921
|
vt.getSchemaRefs = vt.resolveUrl = vt.normalizeId = vt._getFullPath = vt.getFullPath = vt.inlineRef = void 0;
|
|
29922
|
-
const
|
|
29922
|
+
const d4 = Ae, u4 = gS, h4 = c4, f4 = /* @__PURE__ */ new Set([
|
|
29923
29923
|
"type",
|
|
29924
29924
|
"format",
|
|
29925
29925
|
"pattern",
|
|
@@ -29937,11 +29937,11 @@ const dN = Ae, uN = gS, hN = cN, fN = /* @__PURE__ */ new Set([
|
|
|
29937
29937
|
"enum",
|
|
29938
29938
|
"const"
|
|
29939
29939
|
]);
|
|
29940
|
-
function
|
|
29940
|
+
function p4(r, e = !0) {
|
|
29941
29941
|
return typeof r == "boolean" ? !0 : e === !0 ? !qf(r) : e ? yS(r) <= e : !1;
|
|
29942
29942
|
}
|
|
29943
|
-
vt.inlineRef =
|
|
29944
|
-
const
|
|
29943
|
+
vt.inlineRef = p4;
|
|
29944
|
+
const m4 = /* @__PURE__ */ new Set([
|
|
29945
29945
|
"$ref",
|
|
29946
29946
|
"$recursiveRef",
|
|
29947
29947
|
"$recursiveAnchor",
|
|
@@ -29950,7 +29950,7 @@ const mN = /* @__PURE__ */ new Set([
|
|
|
29950
29950
|
]);
|
|
29951
29951
|
function qf(r) {
|
|
29952
29952
|
for (const e in r) {
|
|
29953
|
-
if (
|
|
29953
|
+
if (m4.has(e))
|
|
29954
29954
|
return !0;
|
|
29955
29955
|
const t = r[e];
|
|
29956
29956
|
if (Array.isArray(t) && t.some(qf) || typeof t == "object" && qf(t))
|
|
@@ -29961,7 +29961,7 @@ function qf(r) {
|
|
|
29961
29961
|
function yS(r) {
|
|
29962
29962
|
let e = 0;
|
|
29963
29963
|
for (const t in r)
|
|
29964
|
-
if (t === "$ref" || (e++, !
|
|
29964
|
+
if (t === "$ref" || (e++, !f4.has(t) && (typeof r[t] == "object" && (0, d4.eachItem)(r[t], (n) => e += yS(n)), e === 1 / 0)))
|
|
29965
29965
|
return 1 / 0;
|
|
29966
29966
|
return e;
|
|
29967
29967
|
}
|
|
@@ -29975,21 +29975,21 @@ function vS(r, e) {
|
|
|
29975
29975
|
return r.serialize(e).split("#")[0] + "#";
|
|
29976
29976
|
}
|
|
29977
29977
|
vt._getFullPath = vS;
|
|
29978
|
-
const
|
|
29978
|
+
const g4 = /#\/?$/;
|
|
29979
29979
|
function Wi(r) {
|
|
29980
|
-
return r ? r.replace(
|
|
29980
|
+
return r ? r.replace(g4, "") : "";
|
|
29981
29981
|
}
|
|
29982
29982
|
vt.normalizeId = Wi;
|
|
29983
|
-
function
|
|
29983
|
+
function O4(r, e, t) {
|
|
29984
29984
|
return t = Wi(t), r.resolve(e, t);
|
|
29985
29985
|
}
|
|
29986
|
-
vt.resolveUrl =
|
|
29987
|
-
const
|
|
29988
|
-
function
|
|
29986
|
+
vt.resolveUrl = O4;
|
|
29987
|
+
const y4 = /^[a-z_][-a-z0-9._]*$/i;
|
|
29988
|
+
function b4(r, e) {
|
|
29989
29989
|
if (typeof r == "boolean")
|
|
29990
29990
|
return {};
|
|
29991
29991
|
const { schemaId: t, uriResolver: n } = this.opts, s = Wi(r[t] || e), i = { "": s }, o = bS(n, s, !1), a = {}, l = /* @__PURE__ */ new Set();
|
|
29992
|
-
return
|
|
29992
|
+
return h4(r, { allKeys: !0 }, (u, h, f, p) => {
|
|
29993
29993
|
if (p === void 0)
|
|
29994
29994
|
return;
|
|
29995
29995
|
const m = o + h;
|
|
@@ -30005,54 +30005,54 @@ function bN(r, e) {
|
|
|
30005
30005
|
}
|
|
30006
30006
|
function y(b) {
|
|
30007
30007
|
if (typeof b == "string") {
|
|
30008
|
-
if (!
|
|
30008
|
+
if (!y4.test(b))
|
|
30009
30009
|
throw new Error(`invalid anchor "${b}"`);
|
|
30010
30010
|
O.call(this, `#${b}`);
|
|
30011
30011
|
}
|
|
30012
30012
|
}
|
|
30013
30013
|
}), a;
|
|
30014
30014
|
function c(u, h, f) {
|
|
30015
|
-
if (h !== void 0 && !
|
|
30015
|
+
if (h !== void 0 && !u4(u, h))
|
|
30016
30016
|
throw d(f);
|
|
30017
30017
|
}
|
|
30018
30018
|
function d(u) {
|
|
30019
30019
|
return new Error(`reference "${u}" resolves to more than one schema`);
|
|
30020
30020
|
}
|
|
30021
30021
|
}
|
|
30022
|
-
vt.getSchemaRefs =
|
|
30022
|
+
vt.getSchemaRefs = b4;
|
|
30023
30023
|
Object.defineProperty(fr, "__esModule", { value: !0 });
|
|
30024
30024
|
fr.getData = fr.KeywordCxt = fr.validateFunctionCode = void 0;
|
|
30025
|
-
const wS = to, yy = al, mm = vn, od = al,
|
|
30026
|
-
function
|
|
30025
|
+
const wS = to, yy = al, mm = vn, od = al, v4 = Yd, Oa = en, ah = Jn, he = we, ve = nr, w4 = vt, wn = Ae, Go = ol;
|
|
30026
|
+
function S4(r) {
|
|
30027
30027
|
if ($S(r) && (PS(r), kS(r))) {
|
|
30028
|
-
|
|
30028
|
+
P4(r);
|
|
30029
30029
|
return;
|
|
30030
30030
|
}
|
|
30031
30031
|
SS(r, () => (0, wS.topBoolOrEmptySchema)(r));
|
|
30032
30032
|
}
|
|
30033
|
-
fr.validateFunctionCode =
|
|
30033
|
+
fr.validateFunctionCode = S4;
|
|
30034
30034
|
function SS({ gen: r, validateName: e, schema: t, schemaEnv: n, opts: s }, i) {
|
|
30035
30035
|
s.code.es5 ? r.func(e, (0, he._)`${ve.default.data}, ${ve.default.valCxt}`, n.$async, () => {
|
|
30036
|
-
r.code((0, he._)`"use strict"; ${by(t, s)}`), $
|
|
30037
|
-
}) : r.func(e, (0, he._)`${ve.default.data}, ${
|
|
30036
|
+
r.code((0, he._)`"use strict"; ${by(t, s)}`), $4(r, s), r.code(i);
|
|
30037
|
+
}) : r.func(e, (0, he._)`${ve.default.data}, ${k4(s)}`, n.$async, () => r.code(by(t, s)).code(i));
|
|
30038
30038
|
}
|
|
30039
|
-
function
|
|
30039
|
+
function k4(r) {
|
|
30040
30040
|
return (0, he._)`{${ve.default.instancePath}="", ${ve.default.parentData}, ${ve.default.parentDataProperty}, ${ve.default.rootData}=${ve.default.data}${r.dynamicRef ? (0, he._)`, ${ve.default.dynamicAnchors}={}` : he.nil}}={}`;
|
|
30041
30041
|
}
|
|
30042
|
-
function $
|
|
30042
|
+
function $4(r, e) {
|
|
30043
30043
|
r.if(ve.default.valCxt, () => {
|
|
30044
30044
|
r.var(ve.default.instancePath, (0, he._)`${ve.default.valCxt}.${ve.default.instancePath}`), r.var(ve.default.parentData, (0, he._)`${ve.default.valCxt}.${ve.default.parentData}`), r.var(ve.default.parentDataProperty, (0, he._)`${ve.default.valCxt}.${ve.default.parentDataProperty}`), r.var(ve.default.rootData, (0, he._)`${ve.default.valCxt}.${ve.default.rootData}`), e.dynamicRef && r.var(ve.default.dynamicAnchors, (0, he._)`${ve.default.valCxt}.${ve.default.dynamicAnchors}`);
|
|
30045
30045
|
}, () => {
|
|
30046
30046
|
r.var(ve.default.instancePath, (0, he._)`""`), r.var(ve.default.parentData, (0, he._)`undefined`), r.var(ve.default.parentDataProperty, (0, he._)`undefined`), r.var(ve.default.rootData, ve.default.data), e.dynamicRef && r.var(ve.default.dynamicAnchors, (0, he._)`{}`);
|
|
30047
30047
|
});
|
|
30048
30048
|
}
|
|
30049
|
-
function
|
|
30049
|
+
function P4(r) {
|
|
30050
30050
|
const { schema: e, opts: t, gen: n } = r;
|
|
30051
30051
|
SS(r, () => {
|
|
30052
|
-
t.$comment && e.$comment && xS(r),
|
|
30052
|
+
t.$comment && e.$comment && xS(r), C4(r), n.let(ve.default.vErrors, null), n.let(ve.default.errors, 0), t.unevaluated && _4(r), _S(r), R4(r);
|
|
30053
30053
|
});
|
|
30054
30054
|
}
|
|
30055
|
-
function
|
|
30055
|
+
function _4(r) {
|
|
30056
30056
|
const { gen: e, validateName: t } = r;
|
|
30057
30057
|
r.evaluated = e.const("evaluated", (0, he._)`${t}.evaluated`), e.if((0, he._)`${r.evaluated}.dynamicProps`, () => e.assign((0, he._)`${r.evaluated}.props`, (0, he._)`undefined`)), e.if((0, he._)`${r.evaluated}.dynamicItems`, () => e.assign((0, he._)`${r.evaluated}.items`, (0, he._)`undefined`));
|
|
30058
30058
|
}
|
|
@@ -30060,9 +30060,9 @@ function by(r, e) {
|
|
|
30060
30060
|
const t = typeof r == "object" && r[e.schemaId];
|
|
30061
30061
|
return t && (e.code.source || e.code.process) ? (0, he._)`/*# sourceURL=${t} */` : he.nil;
|
|
30062
30062
|
}
|
|
30063
|
-
function
|
|
30063
|
+
function x4(r, e) {
|
|
30064
30064
|
if ($S(r) && (PS(r), kS(r))) {
|
|
30065
|
-
|
|
30065
|
+
Q4(r, e);
|
|
30066
30066
|
return;
|
|
30067
30067
|
}
|
|
30068
30068
|
(0, wS.boolOrEmptySchema)(r, e);
|
|
@@ -30078,14 +30078,14 @@ function kS({ schema: r, self: e }) {
|
|
|
30078
30078
|
function $S(r) {
|
|
30079
30079
|
return typeof r.schema != "boolean";
|
|
30080
30080
|
}
|
|
30081
|
-
function
|
|
30081
|
+
function Q4(r, e) {
|
|
30082
30082
|
const { schema: t, gen: n, opts: s } = r;
|
|
30083
|
-
s.$comment && t.$comment && xS(r),
|
|
30083
|
+
s.$comment && t.$comment && xS(r), A4(r), E4(r);
|
|
30084
30084
|
const i = n.const("_errs", ve.default.errors);
|
|
30085
30085
|
_S(r, i), n.var(e, (0, he._)`${i} === ${ve.default.errors}`);
|
|
30086
30086
|
}
|
|
30087
30087
|
function PS(r) {
|
|
30088
|
-
(0, wn.checkUnknownRules)(r),
|
|
30088
|
+
(0, wn.checkUnknownRules)(r), T4(r);
|
|
30089
30089
|
}
|
|
30090
30090
|
function _S(r, e) {
|
|
30091
30091
|
if (r.opts.jtd)
|
|
@@ -30093,19 +30093,19 @@ function _S(r, e) {
|
|
|
30093
30093
|
const t = (0, yy.getSchemaTypes)(r.schema), n = (0, yy.coerceAndCheckDataType)(r, t);
|
|
30094
30094
|
vy(r, t, !n, e);
|
|
30095
30095
|
}
|
|
30096
|
-
function
|
|
30096
|
+
function T4(r) {
|
|
30097
30097
|
const { schema: e, errSchemaPath: t, opts: n, self: s } = r;
|
|
30098
30098
|
e.$ref && n.ignoreKeywordsWithRef && (0, wn.schemaHasRulesButRef)(e, s.RULES) && s.logger.warn(`$ref: keywords ignored in schema at path "${t}"`);
|
|
30099
30099
|
}
|
|
30100
|
-
function
|
|
30100
|
+
function C4(r) {
|
|
30101
30101
|
const { schema: e, opts: t } = r;
|
|
30102
30102
|
e.default !== void 0 && t.useDefaults && t.strictSchema && (0, wn.checkStrictMode)(r, "default is ignored in the schema root");
|
|
30103
30103
|
}
|
|
30104
|
-
function
|
|
30104
|
+
function A4(r) {
|
|
30105
30105
|
const e = r.schema[r.opts.schemaId];
|
|
30106
|
-
e && (r.baseId = (0,
|
|
30106
|
+
e && (r.baseId = (0, w4.resolveUrl)(r.opts.uriResolver, r.baseId, e));
|
|
30107
30107
|
}
|
|
30108
|
-
function
|
|
30108
|
+
function E4(r) {
|
|
30109
30109
|
if (r.schema.$async && !r.schemaEnv.$async)
|
|
30110
30110
|
throw new Error("async schema in sync schema");
|
|
30111
30111
|
}
|
|
@@ -30118,11 +30118,11 @@ function xS({ gen: r, schemaEnv: e, schema: t, errSchemaPath: n, opts: s }) {
|
|
|
30118
30118
|
r.code((0, he._)`${ve.default.self}.opts.$comment(${i}, ${o}, ${a}.schema)`);
|
|
30119
30119
|
}
|
|
30120
30120
|
}
|
|
30121
|
-
function
|
|
30121
|
+
function R4(r) {
|
|
30122
30122
|
const { gen: e, schemaEnv: t, validateName: n, ValidationError: s, opts: i } = r;
|
|
30123
|
-
t.$async ? e.if((0, he._)`${ve.default.errors} === 0`, () => e.return(ve.default.data), () => e.throw((0, he._)`new ${s}(${ve.default.vErrors})`)) : (e.assign((0, he._)`${n}.errors`, ve.default.vErrors), i.unevaluated &&
|
|
30123
|
+
t.$async ? e.if((0, he._)`${ve.default.errors} === 0`, () => e.return(ve.default.data), () => e.throw((0, he._)`new ${s}(${ve.default.vErrors})`)) : (e.assign((0, he._)`${n}.errors`, ve.default.vErrors), i.unevaluated && Z4(r), e.return((0, he._)`${ve.default.errors} === 0`));
|
|
30124
30124
|
}
|
|
30125
|
-
function
|
|
30125
|
+
function Z4({ gen: r, evaluated: e, props: t, items: n }) {
|
|
30126
30126
|
t instanceof he.Name && r.assign((0, he._)`${e}.props`, t), n instanceof he.Name && r.assign((0, he._)`${e}.items`, n);
|
|
30127
30127
|
}
|
|
30128
30128
|
function vy(r, e, t, n) {
|
|
@@ -30131,7 +30131,7 @@ function vy(r, e, t, n) {
|
|
|
30131
30131
|
s.block(() => CS(r, "$ref", d.all.$ref.definition));
|
|
30132
30132
|
return;
|
|
30133
30133
|
}
|
|
30134
|
-
l.jtd ||
|
|
30134
|
+
l.jtd || I4(r, e), s.block(() => {
|
|
30135
30135
|
for (const h of d.rules)
|
|
30136
30136
|
u(h);
|
|
30137
30137
|
u(d.post);
|
|
@@ -30142,15 +30142,15 @@ function vy(r, e, t, n) {
|
|
|
30142
30142
|
}
|
|
30143
30143
|
function wy(r, e) {
|
|
30144
30144
|
const { gen: t, schema: n, opts: { useDefaults: s } } = r;
|
|
30145
|
-
s && (0,
|
|
30145
|
+
s && (0, v4.assignDefaults)(r, e.type), t.block(() => {
|
|
30146
30146
|
for (const i of e.rules)
|
|
30147
30147
|
(0, mm.shouldUseRule)(n, i) && CS(r, i.keyword, i.definition, e.type);
|
|
30148
30148
|
});
|
|
30149
30149
|
}
|
|
30150
|
-
function
|
|
30151
|
-
r.schemaEnv.meta || !r.opts.strictTypes || (
|
|
30150
|
+
function I4(r, e) {
|
|
30151
|
+
r.schemaEnv.meta || !r.opts.strictTypes || (j4(r, e), r.opts.allowUnionTypes || N4(r, e), D4(r, r.dataTypes));
|
|
30152
30152
|
}
|
|
30153
|
-
function
|
|
30153
|
+
function j4(r, e) {
|
|
30154
30154
|
if (e.length) {
|
|
30155
30155
|
if (!r.dataTypes.length) {
|
|
30156
30156
|
r.dataTypes = e;
|
|
@@ -30158,29 +30158,29 @@ function jN(r, e) {
|
|
|
30158
30158
|
}
|
|
30159
30159
|
e.forEach((t) => {
|
|
30160
30160
|
QS(r.dataTypes, t) || gm(r, `type "${t}" not allowed by context "${r.dataTypes.join(",")}"`);
|
|
30161
|
-
}),
|
|
30161
|
+
}), X4(r, e);
|
|
30162
30162
|
}
|
|
30163
30163
|
}
|
|
30164
|
-
function
|
|
30164
|
+
function N4(r, e) {
|
|
30165
30165
|
e.length > 1 && !(e.length === 2 && e.includes("null")) && gm(r, "use allowUnionTypes to allow union type keyword");
|
|
30166
30166
|
}
|
|
30167
|
-
function
|
|
30167
|
+
function D4(r, e) {
|
|
30168
30168
|
const t = r.self.RULES.all;
|
|
30169
30169
|
for (const n in t) {
|
|
30170
30170
|
const s = t[n];
|
|
30171
30171
|
if (typeof s == "object" && (0, mm.shouldUseRule)(r.schema, s)) {
|
|
30172
30172
|
const { type: i } = s.definition;
|
|
30173
|
-
i.length && !i.some((o) =>
|
|
30173
|
+
i.length && !i.some((o) => M4(e, o)) && gm(r, `missing type "${i.join(",")}" for keyword "${n}"`);
|
|
30174
30174
|
}
|
|
30175
30175
|
}
|
|
30176
30176
|
}
|
|
30177
|
-
function
|
|
30177
|
+
function M4(r, e) {
|
|
30178
30178
|
return r.includes(e) || e === "number" && r.includes("integer");
|
|
30179
30179
|
}
|
|
30180
30180
|
function QS(r, e) {
|
|
30181
30181
|
return r.includes(e) || e === "integer" && r.includes("number");
|
|
30182
30182
|
}
|
|
30183
|
-
function
|
|
30183
|
+
function X4(r, e) {
|
|
30184
30184
|
const t = [];
|
|
30185
30185
|
for (const n of r.dataTypes)
|
|
30186
30186
|
QS(e, n) ? t.push(n) : e.includes("integer") && n === "number" && t.push("integer");
|
|
@@ -30279,7 +30279,7 @@ class TS {
|
|
|
30279
30279
|
const n = (0, ah.getSubschema)(this.it, e);
|
|
30280
30280
|
(0, ah.extendSubschemaData)(n, this.it, e), (0, ah.extendSubschemaMode)(n, e);
|
|
30281
30281
|
const s = { ...this.it, ...n, items: void 0, props: void 0 };
|
|
30282
|
-
return
|
|
30282
|
+
return x4(s, t), s;
|
|
30283
30283
|
}
|
|
30284
30284
|
mergeEvaluated(e, t) {
|
|
30285
30285
|
const { it: n, gen: s } = this;
|
|
@@ -30296,17 +30296,17 @@ function CS(r, e, t, n) {
|
|
|
30296
30296
|
const s = new TS(r, t, e);
|
|
30297
30297
|
"code" in t ? t.code(s, n) : s.$data && t.validate ? (0, Oa.funcKeywordCode)(s, t) : "macro" in t ? (0, Oa.macroKeywordCode)(s, t) : (t.compile || t.validate) && (0, Oa.funcKeywordCode)(s, t);
|
|
30298
30298
|
}
|
|
30299
|
-
const
|
|
30299
|
+
const q4 = /^\/(?:[^~]|~0|~1)*$/, W4 = /^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;
|
|
30300
30300
|
function AS(r, { dataLevel: e, dataNames: t, dataPathArr: n }) {
|
|
30301
30301
|
let s, i;
|
|
30302
30302
|
if (r === "")
|
|
30303
30303
|
return ve.default.rootData;
|
|
30304
30304
|
if (r[0] === "/") {
|
|
30305
|
-
if (!
|
|
30305
|
+
if (!q4.test(r))
|
|
30306
30306
|
throw new Error(`Invalid JSON-pointer: ${r}`);
|
|
30307
30307
|
s = r, i = ve.default.rootData;
|
|
30308
30308
|
} else {
|
|
30309
|
-
const c =
|
|
30309
|
+
const c = W4.exec(r);
|
|
30310
30310
|
if (!c)
|
|
30311
30311
|
throw new Error(`Invalid JSON-pointer: ${r}`);
|
|
30312
30312
|
const d = +c[1];
|
|
@@ -30332,25 +30332,25 @@ function AS(r, { dataLevel: e, dataNames: t, dataPathArr: n }) {
|
|
|
30332
30332
|
fr.getData = AS;
|
|
30333
30333
|
var mo = {};
|
|
30334
30334
|
Object.defineProperty(mo, "__esModule", { value: !0 });
|
|
30335
|
-
class
|
|
30335
|
+
class V4 extends Error {
|
|
30336
30336
|
constructor(e) {
|
|
30337
30337
|
super("validation failed"), this.errors = e, this.ajv = this.validation = !0;
|
|
30338
30338
|
}
|
|
30339
30339
|
}
|
|
30340
|
-
mo.default =
|
|
30340
|
+
mo.default = V4;
|
|
30341
30341
|
var go = {};
|
|
30342
30342
|
Object.defineProperty(go, "__esModule", { value: !0 });
|
|
30343
30343
|
const lh = vt;
|
|
30344
|
-
class
|
|
30344
|
+
class z4 extends Error {
|
|
30345
30345
|
constructor(e, t, n, s) {
|
|
30346
30346
|
super(s || `can't resolve reference ${n} from id ${t}`), this.missingRef = (0, lh.resolveUrl)(e, t, n), this.missingSchema = (0, lh.normalizeId)((0, lh.getFullPath)(e, this.missingRef));
|
|
30347
30347
|
}
|
|
30348
30348
|
}
|
|
30349
|
-
go.default =
|
|
30349
|
+
go.default = z4;
|
|
30350
30350
|
var Nt = {};
|
|
30351
30351
|
Object.defineProperty(Nt, "__esModule", { value: !0 });
|
|
30352
30352
|
Nt.resolveSchema = Nt.getCompilingSchema = Nt.resolveRef = Nt.compileSchema = Nt.SchemaEnv = void 0;
|
|
30353
|
-
const wr = we,
|
|
30353
|
+
const wr = we, U4 = mo, Ss = nr, Tr = vt, Sy = Ae, Y4 = fr;
|
|
30354
30354
|
class Ld {
|
|
30355
30355
|
constructor(e) {
|
|
30356
30356
|
var t;
|
|
@@ -30367,7 +30367,7 @@ function Om(r) {
|
|
|
30367
30367
|
const t = (0, Tr.getFullPath)(this.opts.uriResolver, r.root.baseId), { es5: n, lines: s } = this.opts.code, { ownProperties: i } = this.opts, o = new wr.CodeGen(this.scope, { es5: n, lines: s, ownProperties: i });
|
|
30368
30368
|
let a;
|
|
30369
30369
|
r.$async && (a = o.scopeValue("Error", {
|
|
30370
|
-
ref:
|
|
30370
|
+
ref: U4.default,
|
|
30371
30371
|
code: (0, wr._)`require("ajv/dist/runtime/validation_error").default`
|
|
30372
30372
|
}));
|
|
30373
30373
|
const l = o.scopeName("validate");
|
|
@@ -30398,7 +30398,7 @@ function Om(r) {
|
|
|
30398
30398
|
};
|
|
30399
30399
|
let d;
|
|
30400
30400
|
try {
|
|
30401
|
-
this._compilations.add(r), (0,
|
|
30401
|
+
this._compilations.add(r), (0, Y4.validateFunctionCode)(c), o.optimize(this.opts.code.optimize);
|
|
30402
30402
|
const u = o.toString();
|
|
30403
30403
|
d = `${o.scopeRefs(Ss.default.scope)}return ${u}`, this.opts.code.process && (d = this.opts.code.process(d, r));
|
|
30404
30404
|
const h = new Function(`${Ss.default.self}`, `${Ss.default.scope}`, d)(this, this.scope.get());
|
|
@@ -30419,34 +30419,34 @@ function Om(r) {
|
|
|
30419
30419
|
}
|
|
30420
30420
|
}
|
|
30421
30421
|
Nt.compileSchema = Om;
|
|
30422
|
-
function
|
|
30422
|
+
function L4(r, e, t) {
|
|
30423
30423
|
var n;
|
|
30424
30424
|
t = (0, Tr.resolveUrl)(this.opts.uriResolver, e, t);
|
|
30425
30425
|
const s = r.refs[t];
|
|
30426
30426
|
if (s)
|
|
30427
30427
|
return s;
|
|
30428
|
-
let i =
|
|
30428
|
+
let i = G4.call(this, r, t);
|
|
30429
30429
|
if (i === void 0) {
|
|
30430
30430
|
const o = (n = r.localRefs) === null || n === void 0 ? void 0 : n[t], { schemaId: a } = this.opts;
|
|
30431
30431
|
o && (i = new Ld({ schema: o, schemaId: a, root: r, baseId: e }));
|
|
30432
30432
|
}
|
|
30433
30433
|
if (i !== void 0)
|
|
30434
|
-
return r.refs[t] =
|
|
30434
|
+
return r.refs[t] = B4.call(this, i);
|
|
30435
30435
|
}
|
|
30436
|
-
Nt.resolveRef =
|
|
30437
|
-
function
|
|
30436
|
+
Nt.resolveRef = L4;
|
|
30437
|
+
function B4(r) {
|
|
30438
30438
|
return (0, Tr.inlineRef)(r.schema, this.opts.inlineRefs) ? r.schema : r.validate ? r : Om.call(this, r);
|
|
30439
30439
|
}
|
|
30440
30440
|
function ES(r) {
|
|
30441
30441
|
for (const e of this._compilations)
|
|
30442
|
-
if (
|
|
30442
|
+
if (H4(e, r))
|
|
30443
30443
|
return e;
|
|
30444
30444
|
}
|
|
30445
30445
|
Nt.getCompilingSchema = ES;
|
|
30446
|
-
function
|
|
30446
|
+
function H4(r, e) {
|
|
30447
30447
|
return r.schema === e.schema && r.root === e.root && r.baseId === e.baseId;
|
|
30448
30448
|
}
|
|
30449
|
-
function
|
|
30449
|
+
function G4(r, e) {
|
|
30450
30450
|
let t;
|
|
30451
30451
|
for (; typeof (t = this.refs[e]) == "string"; )
|
|
30452
30452
|
e = t;
|
|
@@ -30471,7 +30471,7 @@ function Bd(r, e) {
|
|
|
30471
30471
|
}
|
|
30472
30472
|
}
|
|
30473
30473
|
Nt.resolveSchema = Bd;
|
|
30474
|
-
const
|
|
30474
|
+
const F4 = /* @__PURE__ */ new Set([
|
|
30475
30475
|
"properties",
|
|
30476
30476
|
"patternProperties",
|
|
30477
30477
|
"enum",
|
|
@@ -30490,7 +30490,7 @@ function ch(r, { baseId: e, schema: t, root: n }) {
|
|
|
30490
30490
|
return;
|
|
30491
30491
|
t = l;
|
|
30492
30492
|
const c = typeof t == "object" && t[this.opts.schemaId];
|
|
30493
|
-
!
|
|
30493
|
+
!F4.has(a) && c && (e = (0, Tr.resolveUrl)(this.opts.uriResolver, e, c));
|
|
30494
30494
|
}
|
|
30495
30495
|
let i;
|
|
30496
30496
|
if (typeof t != "boolean" && t.$ref && !(0, Sy.schemaHasRulesButRef)(t, this.RULES)) {
|
|
@@ -30501,9 +30501,9 @@ function ch(r, { baseId: e, schema: t, root: n }) {
|
|
|
30501
30501
|
if (i = i || new Ld({ schema: t, schemaId: o, root: n, baseId: e }), i.schema !== i.root.schema)
|
|
30502
30502
|
return i;
|
|
30503
30503
|
}
|
|
30504
|
-
const
|
|
30504
|
+
const K4 = "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#", J4 = "Meta-schema for $data reference (JSON AnySchema extension proposal)", eN = "object", tN = [
|
|
30505
30505
|
"$data"
|
|
30506
|
-
],
|
|
30506
|
+
], rN = {
|
|
30507
30507
|
$data: {
|
|
30508
30508
|
type: "string",
|
|
30509
30509
|
anyOf: [
|
|
@@ -30515,13 +30515,13 @@ const KN = "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/
|
|
|
30515
30515
|
}
|
|
30516
30516
|
]
|
|
30517
30517
|
}
|
|
30518
|
-
},
|
|
30519
|
-
$id:
|
|
30520
|
-
description:
|
|
30521
|
-
type:
|
|
30522
|
-
required:
|
|
30523
|
-
properties:
|
|
30524
|
-
additionalProperties:
|
|
30518
|
+
}, nN = !1, sN = {
|
|
30519
|
+
$id: K4,
|
|
30520
|
+
description: J4,
|
|
30521
|
+
type: eN,
|
|
30522
|
+
required: tN,
|
|
30523
|
+
properties: rN,
|
|
30524
|
+
additionalProperties: nN
|
|
30525
30525
|
};
|
|
30526
30526
|
var ym = {}, Wf = { exports: {} };
|
|
30527
30527
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
@@ -31075,9 +31075,9 @@ var ym = {}, Wf = { exports: {} };
|
|
|
31075
31075
|
se[Os.scheme] = Os, se[xg.scheme] = xg, se[Do.scheme] = Do, se[Tg.scheme] = Tg, se[Eg.scheme] = Eg, se[Rg.scheme] = Rg, se[Zg.scheme] = Zg, t.SCHEMES = se, t.pctEncChar = ae, t.pctDecChars = xe, t.parse = Bt, t.removeDotSegments = Xr, t.serialize = Wt, t.resolveComponents = li, t.resolve = jo, t.normalize = gs, t.equal = No, t.escapeComponent = wl, t.unescapeComponent = ir, Object.defineProperty(t, "__esModule", { value: !0 });
|
|
31076
31076
|
});
|
|
31077
31077
|
})(Wf, Wf.exports);
|
|
31078
|
-
var
|
|
31078
|
+
var iN = Wf.exports;
|
|
31079
31079
|
Object.defineProperty(ym, "__esModule", { value: !0 });
|
|
31080
|
-
const RS =
|
|
31080
|
+
const RS = iN;
|
|
31081
31081
|
RS.code = 'require("ajv/dist/runtime/uri").default';
|
|
31082
31082
|
ym.default = RS;
|
|
31083
31083
|
(function(r) {
|
|
@@ -31100,7 +31100,7 @@ ym.default = RS;
|
|
|
31100
31100
|
} }), Object.defineProperty(r, "CodeGen", { enumerable: !0, get: function() {
|
|
31101
31101
|
return t.CodeGen;
|
|
31102
31102
|
} });
|
|
31103
|
-
const n = mo, s = go, i = Fs, o = Nt, a = we, l = vt, c = al, d = Ae, u =
|
|
31103
|
+
const n = mo, s = go, i = Fs, o = Nt, a = we, l = vt, c = al, d = Ae, u = sN, h = ym, f = (F, D) => new RegExp(F, D);
|
|
31104
31104
|
f.code = "new RegExp";
|
|
31105
31105
|
const p = ["removeAdditional", "useDefaults", "coerceTypes"], m = /* @__PURE__ */ new Set([
|
|
31106
31106
|
"validate",
|
|
@@ -31522,17 +31522,17 @@ ym.default = RS;
|
|
|
31522
31522
|
})(Vs);
|
|
31523
31523
|
var bm = {}, Hd = {}, vm = {};
|
|
31524
31524
|
Object.defineProperty(vm, "__esModule", { value: !0 });
|
|
31525
|
-
const
|
|
31525
|
+
const oN = {
|
|
31526
31526
|
keyword: "id",
|
|
31527
31527
|
code() {
|
|
31528
31528
|
throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID');
|
|
31529
31529
|
}
|
|
31530
31530
|
};
|
|
31531
|
-
vm.default =
|
|
31531
|
+
vm.default = oN;
|
|
31532
31532
|
var sn = {};
|
|
31533
31533
|
Object.defineProperty(sn, "__esModule", { value: !0 });
|
|
31534
31534
|
sn.callRef = sn.getValidate = void 0;
|
|
31535
|
-
const
|
|
31535
|
+
const aN = go, ky = Te, zt = we, gi = nr, $y = Nt, Hl = Ae, lN = {
|
|
31536
31536
|
keyword: "$ref",
|
|
31537
31537
|
schemaType: "string",
|
|
31538
31538
|
code(r) {
|
|
@@ -31541,7 +31541,7 @@ const aD = go, ky = Te, zt = we, gi = nr, $y = Nt, Hl = Ae, lD = {
|
|
|
31541
31541
|
return u();
|
|
31542
31542
|
const d = $y.resolveRef.call(l, c, s, t);
|
|
31543
31543
|
if (d === void 0)
|
|
31544
|
-
throw new
|
|
31544
|
+
throw new aN.default(n.opts.uriResolver, s, t);
|
|
31545
31545
|
if (d instanceof $y.SchemaEnv)
|
|
31546
31546
|
return h(d);
|
|
31547
31547
|
return f(d);
|
|
@@ -31614,58 +31614,58 @@ function Sc(r, e, t, n) {
|
|
|
31614
31614
|
}
|
|
31615
31615
|
}
|
|
31616
31616
|
sn.callRef = Sc;
|
|
31617
|
-
sn.default =
|
|
31617
|
+
sn.default = lN;
|
|
31618
31618
|
Object.defineProperty(Hd, "__esModule", { value: !0 });
|
|
31619
|
-
const
|
|
31619
|
+
const cN = vm, dN = sn, uN = [
|
|
31620
31620
|
"$schema",
|
|
31621
31621
|
"$id",
|
|
31622
31622
|
"$defs",
|
|
31623
31623
|
"$vocabulary",
|
|
31624
31624
|
{ keyword: "$comment" },
|
|
31625
31625
|
"definitions",
|
|
31626
|
-
|
|
31627
|
-
|
|
31626
|
+
cN.default,
|
|
31627
|
+
dN.default
|
|
31628
31628
|
];
|
|
31629
|
-
Hd.default =
|
|
31629
|
+
Hd.default = uN;
|
|
31630
31630
|
var Gd = {}, wm = {};
|
|
31631
31631
|
Object.defineProperty(wm, "__esModule", { value: !0 });
|
|
31632
|
-
const ad = we,
|
|
31633
|
-
maximum: { okStr: "<=", ok:
|
|
31634
|
-
minimum: { okStr: ">=", ok:
|
|
31635
|
-
exclusiveMaximum: { okStr: "<", ok:
|
|
31636
|
-
exclusiveMinimum: { okStr: ">", ok:
|
|
31637
|
-
},
|
|
31632
|
+
const ad = we, Nn = ad.operators, ld = {
|
|
31633
|
+
maximum: { okStr: "<=", ok: Nn.LTE, fail: Nn.GT },
|
|
31634
|
+
minimum: { okStr: ">=", ok: Nn.GTE, fail: Nn.LT },
|
|
31635
|
+
exclusiveMaximum: { okStr: "<", ok: Nn.LT, fail: Nn.GTE },
|
|
31636
|
+
exclusiveMinimum: { okStr: ">", ok: Nn.GT, fail: Nn.LTE }
|
|
31637
|
+
}, hN = {
|
|
31638
31638
|
message: ({ keyword: r, schemaCode: e }) => (0, ad.str)`must be ${ld[r].okStr} ${e}`,
|
|
31639
31639
|
params: ({ keyword: r, schemaCode: e }) => (0, ad._)`{comparison: ${ld[r].okStr}, limit: ${e}}`
|
|
31640
|
-
},
|
|
31640
|
+
}, fN = {
|
|
31641
31641
|
keyword: Object.keys(ld),
|
|
31642
31642
|
type: "number",
|
|
31643
31643
|
schemaType: "number",
|
|
31644
31644
|
$data: !0,
|
|
31645
|
-
error:
|
|
31645
|
+
error: hN,
|
|
31646
31646
|
code(r) {
|
|
31647
31647
|
const { keyword: e, data: t, schemaCode: n } = r;
|
|
31648
31648
|
r.fail$data((0, ad._)`${t} ${ld[e].fail} ${n} || isNaN(${t})`);
|
|
31649
31649
|
}
|
|
31650
31650
|
};
|
|
31651
|
-
wm.default =
|
|
31651
|
+
wm.default = fN;
|
|
31652
31652
|
var Fd = {};
|
|
31653
31653
|
Object.defineProperty(Fd, "__esModule", { value: !0 });
|
|
31654
|
-
const ya = we,
|
|
31654
|
+
const ya = we, pN = {
|
|
31655
31655
|
message: ({ schemaCode: r }) => (0, ya.str)`must be multiple of ${r}`,
|
|
31656
31656
|
params: ({ schemaCode: r }) => (0, ya._)`{multipleOf: ${r}}`
|
|
31657
|
-
},
|
|
31657
|
+
}, mN = {
|
|
31658
31658
|
keyword: "multipleOf",
|
|
31659
31659
|
type: "number",
|
|
31660
31660
|
schemaType: "number",
|
|
31661
31661
|
$data: !0,
|
|
31662
|
-
error:
|
|
31662
|
+
error: pN,
|
|
31663
31663
|
code(r) {
|
|
31664
31664
|
const { gen: e, data: t, schemaCode: n, it: s } = r, i = s.opts.multipleOfPrecision, o = e.let("res"), a = i ? (0, ya._)`Math.abs(Math.round(${o}) - ${o}) > 1e-${i}` : (0, ya._)`${o} !== parseInt(${o})`;
|
|
31665
31665
|
r.fail$data((0, ya._)`(${n} === 0 || (${o} = ${t}/${n}, ${a}))`);
|
|
31666
31666
|
}
|
|
31667
31667
|
};
|
|
31668
|
-
Fd.default =
|
|
31668
|
+
Fd.default = mN;
|
|
31669
31669
|
var Kd = {}, Sm = {};
|
|
31670
31670
|
Object.defineProperty(Sm, "__esModule", { value: !0 });
|
|
31671
31671
|
function IS(r) {
|
|
@@ -31678,72 +31678,72 @@ function IS(r) {
|
|
|
31678
31678
|
Sm.default = IS;
|
|
31679
31679
|
IS.code = 'require("ajv/dist/runtime/ucs2length").default';
|
|
31680
31680
|
Object.defineProperty(Kd, "__esModule", { value: !0 });
|
|
31681
|
-
const xs = we,
|
|
31681
|
+
const xs = we, gN = Ae, ON = Sm, yN = {
|
|
31682
31682
|
message({ keyword: r, schemaCode: e }) {
|
|
31683
31683
|
const t = r === "maxLength" ? "more" : "fewer";
|
|
31684
31684
|
return (0, xs.str)`must NOT have ${t} than ${e} characters`;
|
|
31685
31685
|
},
|
|
31686
31686
|
params: ({ schemaCode: r }) => (0, xs._)`{limit: ${r}}`
|
|
31687
|
-
},
|
|
31687
|
+
}, bN = {
|
|
31688
31688
|
keyword: ["maxLength", "minLength"],
|
|
31689
31689
|
type: "string",
|
|
31690
31690
|
schemaType: "number",
|
|
31691
31691
|
$data: !0,
|
|
31692
|
-
error:
|
|
31692
|
+
error: yN,
|
|
31693
31693
|
code(r) {
|
|
31694
|
-
const { keyword: e, data: t, schemaCode: n, it: s } = r, i = e === "maxLength" ? xs.operators.GT : xs.operators.LT, o = s.opts.unicode === !1 ? (0, xs._)`${t}.length` : (0, xs._)`${(0,
|
|
31694
|
+
const { keyword: e, data: t, schemaCode: n, it: s } = r, i = e === "maxLength" ? xs.operators.GT : xs.operators.LT, o = s.opts.unicode === !1 ? (0, xs._)`${t}.length` : (0, xs._)`${(0, gN.useFunc)(r.gen, ON.default)}(${t})`;
|
|
31695
31695
|
r.fail$data((0, xs._)`${o} ${i} ${n}`);
|
|
31696
31696
|
}
|
|
31697
31697
|
};
|
|
31698
|
-
Kd.default =
|
|
31698
|
+
Kd.default = bN;
|
|
31699
31699
|
var Jd = {};
|
|
31700
31700
|
Object.defineProperty(Jd, "__esModule", { value: !0 });
|
|
31701
|
-
const
|
|
31701
|
+
const vN = Te, cd = we, wN = {
|
|
31702
31702
|
message: ({ schemaCode: r }) => (0, cd.str)`must match pattern "${r}"`,
|
|
31703
31703
|
params: ({ schemaCode: r }) => (0, cd._)`{pattern: ${r}}`
|
|
31704
|
-
},
|
|
31704
|
+
}, SN = {
|
|
31705
31705
|
keyword: "pattern",
|
|
31706
31706
|
type: "string",
|
|
31707
31707
|
schemaType: "string",
|
|
31708
31708
|
$data: !0,
|
|
31709
|
-
error:
|
|
31709
|
+
error: wN,
|
|
31710
31710
|
code(r) {
|
|
31711
|
-
const { data: e, $data: t, schema: n, schemaCode: s, it: i } = r, o = i.opts.unicodeRegExp ? "u" : "", a = t ? (0, cd._)`(new RegExp(${s}, ${o}))` : (0,
|
|
31711
|
+
const { data: e, $data: t, schema: n, schemaCode: s, it: i } = r, o = i.opts.unicodeRegExp ? "u" : "", a = t ? (0, cd._)`(new RegExp(${s}, ${o}))` : (0, vN.usePattern)(r, n);
|
|
31712
31712
|
r.fail$data((0, cd._)`!${a}.test(${e})`);
|
|
31713
31713
|
}
|
|
31714
31714
|
};
|
|
31715
|
-
Jd.default =
|
|
31715
|
+
Jd.default = SN;
|
|
31716
31716
|
var eu = {};
|
|
31717
31717
|
Object.defineProperty(eu, "__esModule", { value: !0 });
|
|
31718
|
-
const ba = we,
|
|
31718
|
+
const ba = we, kN = {
|
|
31719
31719
|
message({ keyword: r, schemaCode: e }) {
|
|
31720
31720
|
const t = r === "maxProperties" ? "more" : "fewer";
|
|
31721
31721
|
return (0, ba.str)`must NOT have ${t} than ${e} properties`;
|
|
31722
31722
|
},
|
|
31723
31723
|
params: ({ schemaCode: r }) => (0, ba._)`{limit: ${r}}`
|
|
31724
|
-
}, $
|
|
31724
|
+
}, $N = {
|
|
31725
31725
|
keyword: ["maxProperties", "minProperties"],
|
|
31726
31726
|
type: "object",
|
|
31727
31727
|
schemaType: "number",
|
|
31728
31728
|
$data: !0,
|
|
31729
|
-
error:
|
|
31729
|
+
error: kN,
|
|
31730
31730
|
code(r) {
|
|
31731
31731
|
const { keyword: e, data: t, schemaCode: n } = r, s = e === "maxProperties" ? ba.operators.GT : ba.operators.LT;
|
|
31732
31732
|
r.fail$data((0, ba._)`Object.keys(${t}).length ${s} ${n}`);
|
|
31733
31733
|
}
|
|
31734
31734
|
};
|
|
31735
|
-
eu.default = $
|
|
31735
|
+
eu.default = $N;
|
|
31736
31736
|
var tu = {};
|
|
31737
31737
|
Object.defineProperty(tu, "__esModule", { value: !0 });
|
|
31738
|
-
const Fo = Te, va = we,
|
|
31738
|
+
const Fo = Te, va = we, PN = Ae, _N = {
|
|
31739
31739
|
message: ({ params: { missingProperty: r } }) => (0, va.str)`must have required property '${r}'`,
|
|
31740
31740
|
params: ({ params: { missingProperty: r } }) => (0, va._)`{missingProperty: ${r}}`
|
|
31741
|
-
},
|
|
31741
|
+
}, xN = {
|
|
31742
31742
|
keyword: "required",
|
|
31743
31743
|
type: "object",
|
|
31744
31744
|
schemaType: "array",
|
|
31745
31745
|
$data: !0,
|
|
31746
|
-
error:
|
|
31746
|
+
error: _N,
|
|
31747
31747
|
code(r) {
|
|
31748
31748
|
const { gen: e, schema: t, schemaCode: n, data: s, $data: i, it: o } = r, { opts: a } = o;
|
|
31749
31749
|
if (!i && t.length === 0)
|
|
@@ -31754,7 +31754,7 @@ const Fo = Te, va = we, PD = Ae, _D = {
|
|
|
31754
31754
|
for (const m of t)
|
|
31755
31755
|
if ((f == null ? void 0 : f[m]) === void 0 && !p.has(m)) {
|
|
31756
31756
|
const g = o.schemaEnv.baseId + o.errSchemaPath, O = `required property "${m}" is not defined at "${g}" (strictRequired)`;
|
|
31757
|
-
(0,
|
|
31757
|
+
(0, PN.checkStrictMode)(o, O, o.opts.strictRequired);
|
|
31758
31758
|
}
|
|
31759
31759
|
}
|
|
31760
31760
|
function c() {
|
|
@@ -31786,42 +31786,42 @@ const Fo = Te, va = we, PD = Ae, _D = {
|
|
|
31786
31786
|
}
|
|
31787
31787
|
}
|
|
31788
31788
|
};
|
|
31789
|
-
tu.default =
|
|
31789
|
+
tu.default = xN;
|
|
31790
31790
|
var ru = {};
|
|
31791
31791
|
Object.defineProperty(ru, "__esModule", { value: !0 });
|
|
31792
|
-
const wa = we,
|
|
31792
|
+
const wa = we, QN = {
|
|
31793
31793
|
message({ keyword: r, schemaCode: e }) {
|
|
31794
31794
|
const t = r === "maxItems" ? "more" : "fewer";
|
|
31795
31795
|
return (0, wa.str)`must NOT have ${t} than ${e} items`;
|
|
31796
31796
|
},
|
|
31797
31797
|
params: ({ schemaCode: r }) => (0, wa._)`{limit: ${r}}`
|
|
31798
|
-
},
|
|
31798
|
+
}, TN = {
|
|
31799
31799
|
keyword: ["maxItems", "minItems"],
|
|
31800
31800
|
type: "array",
|
|
31801
31801
|
schemaType: "number",
|
|
31802
31802
|
$data: !0,
|
|
31803
|
-
error:
|
|
31803
|
+
error: QN,
|
|
31804
31804
|
code(r) {
|
|
31805
31805
|
const { keyword: e, data: t, schemaCode: n } = r, s = e === "maxItems" ? wa.operators.GT : wa.operators.LT;
|
|
31806
31806
|
r.fail$data((0, wa._)`${t}.length ${s} ${n}`);
|
|
31807
31807
|
}
|
|
31808
31808
|
};
|
|
31809
|
-
ru.default =
|
|
31809
|
+
ru.default = TN;
|
|
31810
31810
|
var nu = {}, ll = {};
|
|
31811
31811
|
Object.defineProperty(ll, "__esModule", { value: !0 });
|
|
31812
31812
|
const jS = gS;
|
|
31813
31813
|
jS.code = 'require("ajv/dist/runtime/equal").default';
|
|
31814
31814
|
ll.default = jS;
|
|
31815
31815
|
Object.defineProperty(nu, "__esModule", { value: !0 });
|
|
31816
|
-
const dh = al, gt = we,
|
|
31816
|
+
const dh = al, gt = we, CN = Ae, AN = ll, EN = {
|
|
31817
31817
|
message: ({ params: { i: r, j: e } }) => (0, gt.str)`must NOT have duplicate items (items ## ${e} and ${r} are identical)`,
|
|
31818
31818
|
params: ({ params: { i: r, j: e } }) => (0, gt._)`{i: ${r}, j: ${e}}`
|
|
31819
|
-
},
|
|
31819
|
+
}, RN = {
|
|
31820
31820
|
keyword: "uniqueItems",
|
|
31821
31821
|
type: "array",
|
|
31822
31822
|
schemaType: "boolean",
|
|
31823
31823
|
$data: !0,
|
|
31824
|
-
error:
|
|
31824
|
+
error: EN,
|
|
31825
31825
|
code(r) {
|
|
31826
31826
|
const { gen: e, data: t, $data: n, schema: s, parentSchema: i, schemaCode: o, it: a } = r;
|
|
31827
31827
|
if (!n && !s)
|
|
@@ -31844,46 +31844,46 @@ const dh = al, gt = we, CD = Ae, AD = ll, ED = {
|
|
|
31844
31844
|
});
|
|
31845
31845
|
}
|
|
31846
31846
|
function f(p, m) {
|
|
31847
|
-
const g = (0,
|
|
31847
|
+
const g = (0, CN.useFunc)(e, AN.default), O = e.name("outer");
|
|
31848
31848
|
e.label(O).for((0, gt._)`;${p}--;`, () => e.for((0, gt._)`${m} = ${p}; ${m}--;`, () => e.if((0, gt._)`${g}(${t}[${p}], ${t}[${m}])`, () => {
|
|
31849
31849
|
r.error(), e.assign(l, !1).break(O);
|
|
31850
31850
|
})));
|
|
31851
31851
|
}
|
|
31852
31852
|
}
|
|
31853
31853
|
};
|
|
31854
|
-
nu.default =
|
|
31854
|
+
nu.default = RN;
|
|
31855
31855
|
var su = {};
|
|
31856
31856
|
Object.defineProperty(su, "__esModule", { value: !0 });
|
|
31857
|
-
const Vf = we,
|
|
31857
|
+
const Vf = we, ZN = Ae, IN = ll, jN = {
|
|
31858
31858
|
message: "must be equal to constant",
|
|
31859
31859
|
params: ({ schemaCode: r }) => (0, Vf._)`{allowedValue: ${r}}`
|
|
31860
|
-
},
|
|
31860
|
+
}, NN = {
|
|
31861
31861
|
keyword: "const",
|
|
31862
31862
|
$data: !0,
|
|
31863
|
-
error:
|
|
31863
|
+
error: jN,
|
|
31864
31864
|
code(r) {
|
|
31865
31865
|
const { gen: e, data: t, $data: n, schemaCode: s, schema: i } = r;
|
|
31866
|
-
n || i && typeof i == "object" ? r.fail$data((0, Vf._)`!${(0,
|
|
31866
|
+
n || i && typeof i == "object" ? r.fail$data((0, Vf._)`!${(0, ZN.useFunc)(e, IN.default)}(${t}, ${s})`) : r.fail((0, Vf._)`${i} !== ${t}`);
|
|
31867
31867
|
}
|
|
31868
31868
|
};
|
|
31869
|
-
su.default =
|
|
31869
|
+
su.default = NN;
|
|
31870
31870
|
var iu = {};
|
|
31871
31871
|
Object.defineProperty(iu, "__esModule", { value: !0 });
|
|
31872
|
-
const ia = we,
|
|
31872
|
+
const ia = we, DN = Ae, MN = ll, XN = {
|
|
31873
31873
|
message: "must be equal to one of the allowed values",
|
|
31874
31874
|
params: ({ schemaCode: r }) => (0, ia._)`{allowedValues: ${r}}`
|
|
31875
|
-
},
|
|
31875
|
+
}, qN = {
|
|
31876
31876
|
keyword: "enum",
|
|
31877
31877
|
schemaType: "array",
|
|
31878
31878
|
$data: !0,
|
|
31879
|
-
error:
|
|
31879
|
+
error: XN,
|
|
31880
31880
|
code(r) {
|
|
31881
31881
|
const { gen: e, data: t, $data: n, schema: s, schemaCode: i, it: o } = r;
|
|
31882
31882
|
if (!n && s.length === 0)
|
|
31883
31883
|
throw new Error("enum must have non-empty array");
|
|
31884
31884
|
const a = s.length >= o.opts.loopEnum;
|
|
31885
31885
|
let l;
|
|
31886
|
-
const c = () => l ?? (l = (0,
|
|
31886
|
+
const c = () => l ?? (l = (0, DN.useFunc)(e, MN.default));
|
|
31887
31887
|
let d;
|
|
31888
31888
|
if (a || n)
|
|
31889
31889
|
d = e.let("valid"), r.block$data(d, u);
|
|
@@ -31903,40 +31903,40 @@ const ia = we, DD = Ae, MD = ll, XD = {
|
|
|
31903
31903
|
}
|
|
31904
31904
|
}
|
|
31905
31905
|
};
|
|
31906
|
-
iu.default =
|
|
31906
|
+
iu.default = qN;
|
|
31907
31907
|
Object.defineProperty(Gd, "__esModule", { value: !0 });
|
|
31908
|
-
const
|
|
31908
|
+
const WN = wm, VN = Fd, zN = Kd, UN = Jd, YN = eu, LN = tu, BN = ru, HN = nu, GN = su, FN = iu, KN = [
|
|
31909
31909
|
// number
|
|
31910
|
-
|
|
31911
|
-
|
|
31910
|
+
WN.default,
|
|
31911
|
+
VN.default,
|
|
31912
31912
|
// string
|
|
31913
|
-
|
|
31914
|
-
|
|
31913
|
+
zN.default,
|
|
31914
|
+
UN.default,
|
|
31915
31915
|
// object
|
|
31916
|
-
|
|
31917
|
-
|
|
31916
|
+
YN.default,
|
|
31917
|
+
LN.default,
|
|
31918
31918
|
// array
|
|
31919
|
-
|
|
31920
|
-
|
|
31919
|
+
BN.default,
|
|
31920
|
+
HN.default,
|
|
31921
31921
|
// any
|
|
31922
31922
|
{ keyword: "type", schemaType: ["string", "array"] },
|
|
31923
31923
|
{ keyword: "nullable", schemaType: "boolean" },
|
|
31924
|
-
|
|
31925
|
-
|
|
31924
|
+
GN.default,
|
|
31925
|
+
FN.default
|
|
31926
31926
|
];
|
|
31927
|
-
Gd.default =
|
|
31927
|
+
Gd.default = KN;
|
|
31928
31928
|
var cl = {}, Oo = {};
|
|
31929
31929
|
Object.defineProperty(Oo, "__esModule", { value: !0 });
|
|
31930
31930
|
Oo.validateAdditionalItems = void 0;
|
|
31931
|
-
const Qs = we, zf = Ae,
|
|
31931
|
+
const Qs = we, zf = Ae, JN = {
|
|
31932
31932
|
message: ({ params: { len: r } }) => (0, Qs.str)`must NOT have more than ${r} items`,
|
|
31933
31933
|
params: ({ params: { len: r } }) => (0, Qs._)`{limit: ${r}}`
|
|
31934
|
-
},
|
|
31934
|
+
}, eD = {
|
|
31935
31935
|
keyword: "additionalItems",
|
|
31936
31936
|
type: "array",
|
|
31937
31937
|
schemaType: ["boolean", "object"],
|
|
31938
31938
|
before: "uniqueItems",
|
|
31939
|
-
error:
|
|
31939
|
+
error: JN,
|
|
31940
31940
|
code(r) {
|
|
31941
31941
|
const { parentSchema: e, it: t } = r, { items: n } = e;
|
|
31942
31942
|
if (!Array.isArray(n)) {
|
|
@@ -31963,11 +31963,11 @@ function NS(r, e) {
|
|
|
31963
31963
|
}
|
|
31964
31964
|
}
|
|
31965
31965
|
Oo.validateAdditionalItems = NS;
|
|
31966
|
-
Oo.default =
|
|
31966
|
+
Oo.default = eD;
|
|
31967
31967
|
var km = {}, yo = {};
|
|
31968
31968
|
Object.defineProperty(yo, "__esModule", { value: !0 });
|
|
31969
31969
|
yo.validateTuple = void 0;
|
|
31970
|
-
const Py = we, kc = Ae,
|
|
31970
|
+
const Py = we, kc = Ae, tD = Te, rD = {
|
|
31971
31971
|
keyword: "items",
|
|
31972
31972
|
type: "array",
|
|
31973
31973
|
schemaType: ["object", "array", "boolean"],
|
|
@@ -31976,7 +31976,7 @@ const Py = we, kc = Ae, t4 = Te, r4 = {
|
|
|
31976
31976
|
const { schema: e, it: t } = r;
|
|
31977
31977
|
if (Array.isArray(e))
|
|
31978
31978
|
return DS(r, "additionalItems", e);
|
|
31979
|
-
t.items = !0, !(0, kc.alwaysValidSchema)(t, e) && r.ok((0,
|
|
31979
|
+
t.items = !0, !(0, kc.alwaysValidSchema)(t, e) && r.ok((0, tD.validateArray)(r));
|
|
31980
31980
|
}
|
|
31981
31981
|
};
|
|
31982
31982
|
function DS(r, e, t = r.schema) {
|
|
@@ -31999,45 +31999,45 @@ function DS(r, e, t = r.schema) {
|
|
|
31999
31999
|
}
|
|
32000
32000
|
}
|
|
32001
32001
|
yo.validateTuple = DS;
|
|
32002
|
-
yo.default =
|
|
32002
|
+
yo.default = rD;
|
|
32003
32003
|
Object.defineProperty(km, "__esModule", { value: !0 });
|
|
32004
|
-
const
|
|
32004
|
+
const nD = yo, sD = {
|
|
32005
32005
|
keyword: "prefixItems",
|
|
32006
32006
|
type: "array",
|
|
32007
32007
|
schemaType: ["array"],
|
|
32008
32008
|
before: "uniqueItems",
|
|
32009
|
-
code: (r) => (0,
|
|
32009
|
+
code: (r) => (0, nD.validateTuple)(r, "items")
|
|
32010
32010
|
};
|
|
32011
|
-
km.default =
|
|
32011
|
+
km.default = sD;
|
|
32012
32012
|
var $m = {};
|
|
32013
32013
|
Object.defineProperty($m, "__esModule", { value: !0 });
|
|
32014
|
-
const _y = we,
|
|
32014
|
+
const _y = we, iD = Ae, oD = Te, aD = Oo, lD = {
|
|
32015
32015
|
message: ({ params: { len: r } }) => (0, _y.str)`must NOT have more than ${r} items`,
|
|
32016
32016
|
params: ({ params: { len: r } }) => (0, _y._)`{limit: ${r}}`
|
|
32017
|
-
},
|
|
32017
|
+
}, cD = {
|
|
32018
32018
|
keyword: "items",
|
|
32019
32019
|
type: "array",
|
|
32020
32020
|
schemaType: ["object", "boolean"],
|
|
32021
32021
|
before: "uniqueItems",
|
|
32022
|
-
error:
|
|
32022
|
+
error: lD,
|
|
32023
32023
|
code(r) {
|
|
32024
32024
|
const { schema: e, parentSchema: t, it: n } = r, { prefixItems: s } = t;
|
|
32025
|
-
n.items = !0, !(0,
|
|
32025
|
+
n.items = !0, !(0, iD.alwaysValidSchema)(n, e) && (s ? (0, aD.validateAdditionalItems)(r, s) : r.ok((0, oD.validateArray)(r)));
|
|
32026
32026
|
}
|
|
32027
32027
|
};
|
|
32028
|
-
$m.default =
|
|
32028
|
+
$m.default = cD;
|
|
32029
32029
|
var Pm = {};
|
|
32030
32030
|
Object.defineProperty(Pm, "__esModule", { value: !0 });
|
|
32031
|
-
const cr = we, Gl = Ae,
|
|
32031
|
+
const cr = we, Gl = Ae, dD = {
|
|
32032
32032
|
message: ({ params: { min: r, max: e } }) => e === void 0 ? (0, cr.str)`must contain at least ${r} valid item(s)` : (0, cr.str)`must contain at least ${r} and no more than ${e} valid item(s)`,
|
|
32033
32033
|
params: ({ params: { min: r, max: e } }) => e === void 0 ? (0, cr._)`{minContains: ${r}}` : (0, cr._)`{minContains: ${r}, maxContains: ${e}}`
|
|
32034
|
-
},
|
|
32034
|
+
}, uD = {
|
|
32035
32035
|
keyword: "contains",
|
|
32036
32036
|
type: "array",
|
|
32037
32037
|
schemaType: ["object", "boolean"],
|
|
32038
32038
|
before: "uniqueItems",
|
|
32039
32039
|
trackErrors: !0,
|
|
32040
|
-
error:
|
|
32040
|
+
error: dD,
|
|
32041
32041
|
code(r) {
|
|
32042
32042
|
const { gen: e, schema: t, parentSchema: n, data: s, it: i } = r;
|
|
32043
32043
|
let o, a;
|
|
@@ -32079,7 +32079,7 @@ const cr = we, Gl = Ae, d4 = {
|
|
|
32079
32079
|
}
|
|
32080
32080
|
}
|
|
32081
32081
|
};
|
|
32082
|
-
Pm.default =
|
|
32082
|
+
Pm.default = uD;
|
|
32083
32083
|
var ou = {};
|
|
32084
32084
|
(function(r) {
|
|
32085
32085
|
Object.defineProperty(r, "__esModule", { value: !0 }), r.validateSchemaDeps = r.validatePropertyDeps = r.error = void 0;
|
|
@@ -32153,17 +32153,17 @@ var ou = {};
|
|
|
32153
32153
|
})(ou);
|
|
32154
32154
|
var _m = {};
|
|
32155
32155
|
Object.defineProperty(_m, "__esModule", { value: !0 });
|
|
32156
|
-
const MS = we,
|
|
32156
|
+
const MS = we, hD = Ae, fD = {
|
|
32157
32157
|
message: "property name must be valid",
|
|
32158
32158
|
params: ({ params: r }) => (0, MS._)`{propertyName: ${r.propertyName}}`
|
|
32159
|
-
},
|
|
32159
|
+
}, pD = {
|
|
32160
32160
|
keyword: "propertyNames",
|
|
32161
32161
|
type: "object",
|
|
32162
32162
|
schemaType: ["object", "boolean"],
|
|
32163
|
-
error:
|
|
32163
|
+
error: fD,
|
|
32164
32164
|
code(r) {
|
|
32165
32165
|
const { gen: e, schema: t, data: n, it: s } = r;
|
|
32166
|
-
if ((0,
|
|
32166
|
+
if ((0, hD.alwaysValidSchema)(s, t))
|
|
32167
32167
|
return;
|
|
32168
32168
|
const i = e.name("valid");
|
|
32169
32169
|
e.forIn("key", n, (o) => {
|
|
@@ -32179,19 +32179,19 @@ const MS = we, h4 = Ae, f4 = {
|
|
|
32179
32179
|
}), r.ok(i);
|
|
32180
32180
|
}
|
|
32181
32181
|
};
|
|
32182
|
-
_m.default =
|
|
32182
|
+
_m.default = pD;
|
|
32183
32183
|
var au = {};
|
|
32184
32184
|
Object.defineProperty(au, "__esModule", { value: !0 });
|
|
32185
|
-
const Fl = Te, kr = we,
|
|
32185
|
+
const Fl = Te, kr = we, mD = nr, Kl = Ae, gD = {
|
|
32186
32186
|
message: "must NOT have additional properties",
|
|
32187
32187
|
params: ({ params: r }) => (0, kr._)`{additionalProperty: ${r.additionalProperty}}`
|
|
32188
|
-
},
|
|
32188
|
+
}, OD = {
|
|
32189
32189
|
keyword: "additionalProperties",
|
|
32190
32190
|
type: ["object"],
|
|
32191
32191
|
schemaType: ["boolean", "object"],
|
|
32192
32192
|
allowUndefined: !0,
|
|
32193
32193
|
trackErrors: !0,
|
|
32194
|
-
error:
|
|
32194
|
+
error: gD,
|
|
32195
32195
|
code(r) {
|
|
32196
32196
|
const { gen: e, schema: t, parentSchema: n, data: s, errsCount: i, it: o } = r;
|
|
32197
32197
|
if (!i)
|
|
@@ -32200,7 +32200,7 @@ const Fl = Te, kr = we, m4 = nr, Kl = Ae, g4 = {
|
|
|
32200
32200
|
if (o.props = !0, l.removeAdditional !== "all" && (0, Kl.alwaysValidSchema)(o, t))
|
|
32201
32201
|
return;
|
|
32202
32202
|
const c = (0, Fl.allSchemaProperties)(n.properties), d = (0, Fl.allSchemaProperties)(n.patternProperties);
|
|
32203
|
-
u(), r.ok((0, kr._)`${i} === ${
|
|
32203
|
+
u(), r.ok((0, kr._)`${i} === ${mD.default.errors}`);
|
|
32204
32204
|
function u() {
|
|
32205
32205
|
e.forIn("key", s, (g) => {
|
|
32206
32206
|
!c.length && !d.length ? p(g) : e.if(h(g), () => p(g));
|
|
@@ -32248,16 +32248,16 @@ const Fl = Te, kr = we, m4 = nr, Kl = Ae, g4 = {
|
|
|
32248
32248
|
}
|
|
32249
32249
|
}
|
|
32250
32250
|
};
|
|
32251
|
-
au.default =
|
|
32251
|
+
au.default = OD;
|
|
32252
32252
|
var xm = {};
|
|
32253
32253
|
Object.defineProperty(xm, "__esModule", { value: !0 });
|
|
32254
|
-
const
|
|
32254
|
+
const yD = fr, xy = Te, uh = Ae, Qy = au, bD = {
|
|
32255
32255
|
keyword: "properties",
|
|
32256
32256
|
type: "object",
|
|
32257
32257
|
schemaType: "object",
|
|
32258
32258
|
code(r) {
|
|
32259
32259
|
const { gen: e, schema: t, parentSchema: n, data: s, it: i } = r;
|
|
32260
|
-
i.opts.removeAdditional === "all" && n.additionalProperties === void 0 && Qy.default.code(new
|
|
32260
|
+
i.opts.removeAdditional === "all" && n.additionalProperties === void 0 && Qy.default.code(new yD.KeywordCxt(i, Qy.default, "additionalProperties"));
|
|
32261
32261
|
const o = (0, xy.allSchemaProperties)(t);
|
|
32262
32262
|
for (const u of o)
|
|
32263
32263
|
i.definedProperties.add(u);
|
|
@@ -32280,10 +32280,10 @@ const y4 = fr, xy = Te, uh = Ae, Qy = au, b4 = {
|
|
|
32280
32280
|
}
|
|
32281
32281
|
}
|
|
32282
32282
|
};
|
|
32283
|
-
xm.default =
|
|
32283
|
+
xm.default = bD;
|
|
32284
32284
|
var Qm = {};
|
|
32285
32285
|
Object.defineProperty(Qm, "__esModule", { value: !0 });
|
|
32286
|
-
const Ty = Te, Jl = we, Cy = Ae, Ay = Ae,
|
|
32286
|
+
const Ty = Te, Jl = we, Cy = Ae, Ay = Ae, vD = {
|
|
32287
32287
|
keyword: "patternProperties",
|
|
32288
32288
|
type: "object",
|
|
32289
32289
|
schemaType: "object",
|
|
@@ -32318,16 +32318,16 @@ const Ty = Te, Jl = we, Cy = Ae, Ay = Ae, v4 = {
|
|
|
32318
32318
|
}
|
|
32319
32319
|
}
|
|
32320
32320
|
};
|
|
32321
|
-
Qm.default =
|
|
32321
|
+
Qm.default = vD;
|
|
32322
32322
|
var Tm = {};
|
|
32323
32323
|
Object.defineProperty(Tm, "__esModule", { value: !0 });
|
|
32324
|
-
const
|
|
32324
|
+
const wD = Ae, SD = {
|
|
32325
32325
|
keyword: "not",
|
|
32326
32326
|
schemaType: ["object", "boolean"],
|
|
32327
32327
|
trackErrors: !0,
|
|
32328
32328
|
code(r) {
|
|
32329
32329
|
const { gen: e, schema: t, it: n } = r;
|
|
32330
|
-
if ((0,
|
|
32330
|
+
if ((0, wD.alwaysValidSchema)(n, t)) {
|
|
32331
32331
|
r.fail();
|
|
32332
32332
|
return;
|
|
32333
32333
|
}
|
|
@@ -32341,27 +32341,27 @@ const w4 = Ae, S4 = {
|
|
|
32341
32341
|
},
|
|
32342
32342
|
error: { message: "must NOT be valid" }
|
|
32343
32343
|
};
|
|
32344
|
-
Tm.default =
|
|
32344
|
+
Tm.default = SD;
|
|
32345
32345
|
var Cm = {};
|
|
32346
32346
|
Object.defineProperty(Cm, "__esModule", { value: !0 });
|
|
32347
|
-
const
|
|
32347
|
+
const kD = Te, $D = {
|
|
32348
32348
|
keyword: "anyOf",
|
|
32349
32349
|
schemaType: "array",
|
|
32350
32350
|
trackErrors: !0,
|
|
32351
|
-
code:
|
|
32351
|
+
code: kD.validateUnion,
|
|
32352
32352
|
error: { message: "must match a schema in anyOf" }
|
|
32353
32353
|
};
|
|
32354
|
-
Cm.default = $
|
|
32354
|
+
Cm.default = $D;
|
|
32355
32355
|
var Am = {};
|
|
32356
32356
|
Object.defineProperty(Am, "__esModule", { value: !0 });
|
|
32357
|
-
const $c = we,
|
|
32357
|
+
const $c = we, PD = Ae, _D = {
|
|
32358
32358
|
message: "must match exactly one schema in oneOf",
|
|
32359
32359
|
params: ({ params: r }) => (0, $c._)`{passingSchemas: ${r.passing}}`
|
|
32360
|
-
},
|
|
32360
|
+
}, xD = {
|
|
32361
32361
|
keyword: "oneOf",
|
|
32362
32362
|
schemaType: "array",
|
|
32363
32363
|
trackErrors: !0,
|
|
32364
|
-
error:
|
|
32364
|
+
error: _D,
|
|
32365
32365
|
code(r) {
|
|
32366
32366
|
const { gen: e, schema: t, parentSchema: n, it: s } = r;
|
|
32367
32367
|
if (!Array.isArray(t))
|
|
@@ -32373,7 +32373,7 @@ const $c = we, P4 = Ae, _4 = {
|
|
|
32373
32373
|
function c() {
|
|
32374
32374
|
i.forEach((d, u) => {
|
|
32375
32375
|
let h;
|
|
32376
|
-
(0,
|
|
32376
|
+
(0, PD.alwaysValidSchema)(s, d) ? e.var(l, !0) : h = r.subschema({
|
|
32377
32377
|
keyword: "oneOf",
|
|
32378
32378
|
schemaProp: u,
|
|
32379
32379
|
compositeRule: !0
|
|
@@ -32384,10 +32384,10 @@ const $c = we, P4 = Ae, _4 = {
|
|
|
32384
32384
|
}
|
|
32385
32385
|
}
|
|
32386
32386
|
};
|
|
32387
|
-
Am.default =
|
|
32387
|
+
Am.default = xD;
|
|
32388
32388
|
var Em = {};
|
|
32389
32389
|
Object.defineProperty(Em, "__esModule", { value: !0 });
|
|
32390
|
-
const
|
|
32390
|
+
const QD = Ae, TD = {
|
|
32391
32391
|
keyword: "allOf",
|
|
32392
32392
|
schemaType: "array",
|
|
32393
32393
|
code(r) {
|
|
@@ -32396,24 +32396,24 @@ const Q4 = Ae, T4 = {
|
|
|
32396
32396
|
throw new Error("ajv implementation error");
|
|
32397
32397
|
const s = e.name("valid");
|
|
32398
32398
|
t.forEach((i, o) => {
|
|
32399
|
-
if ((0,
|
|
32399
|
+
if ((0, QD.alwaysValidSchema)(n, i))
|
|
32400
32400
|
return;
|
|
32401
32401
|
const a = r.subschema({ keyword: "allOf", schemaProp: o }, s);
|
|
32402
32402
|
r.ok(s), r.mergeEvaluated(a);
|
|
32403
32403
|
});
|
|
32404
32404
|
}
|
|
32405
32405
|
};
|
|
32406
|
-
Em.default =
|
|
32406
|
+
Em.default = TD;
|
|
32407
32407
|
var Rm = {};
|
|
32408
32408
|
Object.defineProperty(Rm, "__esModule", { value: !0 });
|
|
32409
|
-
const dd = we, XS = Ae,
|
|
32409
|
+
const dd = we, XS = Ae, CD = {
|
|
32410
32410
|
message: ({ params: r }) => (0, dd.str)`must match "${r.ifClause}" schema`,
|
|
32411
32411
|
params: ({ params: r }) => (0, dd._)`{failingKeyword: ${r.ifClause}}`
|
|
32412
|
-
},
|
|
32412
|
+
}, AD = {
|
|
32413
32413
|
keyword: "if",
|
|
32414
32414
|
schemaType: ["object", "boolean"],
|
|
32415
32415
|
trackErrors: !0,
|
|
32416
|
-
error:
|
|
32416
|
+
error: CD,
|
|
32417
32417
|
code(r) {
|
|
32418
32418
|
const { gen: e, parentSchema: t, it: n } = r;
|
|
32419
32419
|
t.then === void 0 && t.else === void 0 && (0, XS.checkStrictMode)(n, '"if" without "then" and "else" is ignored');
|
|
@@ -32448,49 +32448,49 @@ function Ey(r, e) {
|
|
|
32448
32448
|
const t = r.schema[e];
|
|
32449
32449
|
return t !== void 0 && !(0, XS.alwaysValidSchema)(r, t);
|
|
32450
32450
|
}
|
|
32451
|
-
Rm.default =
|
|
32451
|
+
Rm.default = AD;
|
|
32452
32452
|
var Zm = {};
|
|
32453
32453
|
Object.defineProperty(Zm, "__esModule", { value: !0 });
|
|
32454
|
-
const
|
|
32454
|
+
const ED = Ae, RD = {
|
|
32455
32455
|
keyword: ["then", "else"],
|
|
32456
32456
|
schemaType: ["object", "boolean"],
|
|
32457
32457
|
code({ keyword: r, parentSchema: e, it: t }) {
|
|
32458
|
-
e.if === void 0 && (0,
|
|
32458
|
+
e.if === void 0 && (0, ED.checkStrictMode)(t, `"${r}" without "if" is ignored`);
|
|
32459
32459
|
}
|
|
32460
32460
|
};
|
|
32461
|
-
Zm.default =
|
|
32461
|
+
Zm.default = RD;
|
|
32462
32462
|
Object.defineProperty(cl, "__esModule", { value: !0 });
|
|
32463
|
-
const
|
|
32464
|
-
function
|
|
32463
|
+
const ZD = Oo, ID = km, jD = yo, ND = $m, DD = Pm, MD = ou, XD = _m, qD = au, WD = xm, VD = Qm, zD = Tm, UD = Cm, YD = Am, LD = Em, BD = Rm, HD = Zm;
|
|
32464
|
+
function GD(r = !1) {
|
|
32465
32465
|
const e = [
|
|
32466
32466
|
// any
|
|
32467
|
-
|
|
32468
|
-
|
|
32469
|
-
|
|
32470
|
-
|
|
32471
|
-
|
|
32472
|
-
|
|
32467
|
+
zD.default,
|
|
32468
|
+
UD.default,
|
|
32469
|
+
YD.default,
|
|
32470
|
+
LD.default,
|
|
32471
|
+
BD.default,
|
|
32472
|
+
HD.default,
|
|
32473
32473
|
// object
|
|
32474
|
-
|
|
32475
|
-
|
|
32476
|
-
|
|
32477
|
-
|
|
32478
|
-
|
|
32474
|
+
XD.default,
|
|
32475
|
+
qD.default,
|
|
32476
|
+
MD.default,
|
|
32477
|
+
WD.default,
|
|
32478
|
+
VD.default
|
|
32479
32479
|
];
|
|
32480
|
-
return r ? e.push(
|
|
32480
|
+
return r ? e.push(ID.default, ND.default) : e.push(ZD.default, jD.default), e.push(DD.default), e;
|
|
32481
32481
|
}
|
|
32482
|
-
cl.default =
|
|
32482
|
+
cl.default = GD;
|
|
32483
32483
|
var dl = {}, Im = {};
|
|
32484
32484
|
Object.defineProperty(Im, "__esModule", { value: !0 });
|
|
32485
|
-
const nt = we,
|
|
32485
|
+
const nt = we, FD = {
|
|
32486
32486
|
message: ({ schemaCode: r }) => (0, nt.str)`must match format "${r}"`,
|
|
32487
32487
|
params: ({ schemaCode: r }) => (0, nt._)`{format: ${r}}`
|
|
32488
|
-
},
|
|
32488
|
+
}, KD = {
|
|
32489
32489
|
keyword: "format",
|
|
32490
32490
|
type: ["number", "string"],
|
|
32491
32491
|
schemaType: "string",
|
|
32492
32492
|
$data: !0,
|
|
32493
|
-
error:
|
|
32493
|
+
error: FD,
|
|
32494
32494
|
code(r, e) {
|
|
32495
32495
|
const { gen: t, data: n, $data: s, schema: i, schemaCode: o, it: a } = r, { opts: l, errSchemaPath: c, schemaEnv: d, self: u } = a;
|
|
32496
32496
|
if (!l.validateFormats)
|
|
@@ -32545,9 +32545,9 @@ const nt = we, F4 = {
|
|
|
32545
32545
|
}
|
|
32546
32546
|
}
|
|
32547
32547
|
};
|
|
32548
|
-
Im.default =
|
|
32548
|
+
Im.default = KD;
|
|
32549
32549
|
Object.defineProperty(dl, "__esModule", { value: !0 });
|
|
32550
|
-
const
|
|
32550
|
+
const JD = Im, eM = [JD.default];
|
|
32551
32551
|
dl.default = eM;
|
|
32552
32552
|
var Ks = {};
|
|
32553
32553
|
Object.defineProperty(Ks, "__esModule", { value: !0 });
|
|
@@ -33027,19 +33027,19 @@ const bM = sn, vM = [
|
|
|
33027
33027
|
Nm.default = vM;
|
|
33028
33028
|
var Dm = {}, Mm = {};
|
|
33029
33029
|
Object.defineProperty(Mm, "__esModule", { value: !0 });
|
|
33030
|
-
const Lf = Vs, wM = we,
|
|
33030
|
+
const Lf = Vs, wM = we, Dn = wM.operators, Bf = {
|
|
33031
33031
|
maximum: {
|
|
33032
33032
|
exclusive: "exclusiveMaximum",
|
|
33033
33033
|
ops: [
|
|
33034
|
-
{ okStr: "<=", ok:
|
|
33035
|
-
{ okStr: "<", ok:
|
|
33034
|
+
{ okStr: "<=", ok: Dn.LTE, fail: Dn.GT },
|
|
33035
|
+
{ okStr: "<", ok: Dn.LT, fail: Dn.GTE }
|
|
33036
33036
|
]
|
|
33037
33037
|
},
|
|
33038
33038
|
minimum: {
|
|
33039
33039
|
exclusive: "exclusiveMinimum",
|
|
33040
33040
|
ops: [
|
|
33041
|
-
{ okStr: ">=", ok:
|
|
33042
|
-
{ okStr: ">", ok:
|
|
33041
|
+
{ okStr: ">=", ok: Dn.GTE, fail: Dn.LT },
|
|
33042
|
+
{ okStr: ">", ok: Dn.GT, fail: Dn.LTE }
|
|
33043
33043
|
]
|
|
33044
33044
|
}
|
|
33045
33045
|
}, SM = {
|
|
@@ -33485,9 +33485,9 @@ const v8 = Ym, w8 = Lm, S8 = Bm, k8 = [v8.default, w8.default, S8.default];
|
|
|
33485
33485
|
Um.default = k8;
|
|
33486
33486
|
var Hm = {}, Gm = {};
|
|
33487
33487
|
Object.defineProperty(Gm, "__esModule", { value: !0 });
|
|
33488
|
-
const
|
|
33488
|
+
const qn = we, Xy = Ae, $8 = nr, P8 = {
|
|
33489
33489
|
message: "must NOT have unevaluated properties",
|
|
33490
|
-
params: ({ params: r }) => (0,
|
|
33490
|
+
params: ({ params: r }) => (0, qn._)`{unevaluatedProperty: ${r.unevaluatedProperty}}`
|
|
33491
33491
|
}, _8 = {
|
|
33492
33492
|
keyword: "unevaluatedProperties",
|
|
33493
33493
|
type: "object",
|
|
@@ -33499,7 +33499,7 @@ const Xn = we, Xy = Ae, $8 = nr, P8 = {
|
|
|
33499
33499
|
if (!s)
|
|
33500
33500
|
throw new Error("ajv implementation error");
|
|
33501
33501
|
const { allErrors: o, props: a } = i;
|
|
33502
|
-
a instanceof
|
|
33502
|
+
a instanceof qn.Name ? e.if((0, qn._)`${a} !== true`, () => e.forIn("key", n, (u) => e.if(c(a, u), () => l(u)))) : a !== !0 && e.forIn("key", n, (u) => a === void 0 ? l(u) : e.if(d(a, u), () => l(u))), i.props = !0, r.ok((0, qn._)`${s} === ${$8.default.errors}`);
|
|
33503
33503
|
function l(u) {
|
|
33504
33504
|
if (t === !1) {
|
|
33505
33505
|
r.setParams({ unevaluatedProperty: u }), r.error(), o || e.break();
|
|
@@ -33511,17 +33511,17 @@ const Xn = we, Xy = Ae, $8 = nr, P8 = {
|
|
|
33511
33511
|
keyword: "unevaluatedProperties",
|
|
33512
33512
|
dataProp: u,
|
|
33513
33513
|
dataPropType: Xy.Type.Str
|
|
33514
|
-
}, h), o || e.if((0,
|
|
33514
|
+
}, h), o || e.if((0, qn.not)(h), () => e.break());
|
|
33515
33515
|
}
|
|
33516
33516
|
}
|
|
33517
33517
|
function c(u, h) {
|
|
33518
|
-
return (0,
|
|
33518
|
+
return (0, qn._)`!${u} || !${u}[${h}]`;
|
|
33519
33519
|
}
|
|
33520
33520
|
function d(u, h) {
|
|
33521
33521
|
const f = [];
|
|
33522
33522
|
for (const p in u)
|
|
33523
|
-
u[p] === !0 && f.push((0,
|
|
33524
|
-
return (0,
|
|
33523
|
+
u[p] === !0 && f.push((0, qn._)`${h} !== ${p}`);
|
|
33524
|
+
return (0, qn.and)(...f);
|
|
33525
33525
|
}
|
|
33526
33526
|
}
|
|
33527
33527
|
};
|
|
@@ -34117,11 +34117,11 @@ function g7(r) {
|
|
|
34117
34117
|
const e = [];
|
|
34118
34118
|
return !r || typeof r != "object" || Br(r, (t) => (t.$ref && typeof t.$ref == "string" && !t.$ref.startsWith("#") && e.push(t.$ref.split("#")[0]), t)), e;
|
|
34119
34119
|
}
|
|
34120
|
-
const Jm = Symbol.for("yaml.alias"), Kf = Symbol.for("yaml.document"),
|
|
34120
|
+
const Jm = Symbol.for("yaml.alias"), Kf = Symbol.for("yaml.document"), es = Symbol.for("yaml.map"), YS = Symbol.for("yaml.pair"), Tn = Symbol.for("yaml.scalar"), wo = Symbol.for("yaml.seq"), Or = Symbol.for("yaml.node.type"), ri = (r) => !!r && typeof r == "object" && r[Or] === Jm, So = (r) => !!r && typeof r == "object" && r[Or] === Kf, ko = (r) => !!r && typeof r == "object" && r[Or] === es, Je = (r) => !!r && typeof r == "object" && r[Or] === YS, Le = (r) => !!r && typeof r == "object" && r[Or] === Tn, $o = (r) => !!r && typeof r == "object" && r[Or] === wo;
|
|
34121
34121
|
function et(r) {
|
|
34122
34122
|
if (r && typeof r == "object")
|
|
34123
34123
|
switch (r[Or]) {
|
|
34124
|
-
case
|
|
34124
|
+
case es:
|
|
34125
34125
|
case wo:
|
|
34126
34126
|
return !0;
|
|
34127
34127
|
}
|
|
@@ -34131,7 +34131,7 @@ function it(r) {
|
|
|
34131
34131
|
if (r && typeof r == "object")
|
|
34132
34132
|
switch (r[Or]) {
|
|
34133
34133
|
case Jm:
|
|
34134
|
-
case
|
|
34134
|
+
case es:
|
|
34135
34135
|
case Tn:
|
|
34136
34136
|
case wo:
|
|
34137
34137
|
return !0;
|
|
@@ -34139,13 +34139,13 @@ function it(r) {
|
|
|
34139
34139
|
return !1;
|
|
34140
34140
|
}
|
|
34141
34141
|
const O7 = (r) => (Le(r) || et(r)) && !!r.anchor, Yt = Symbol("break visit"), LS = Symbol("skip children"), rn = Symbol("remove node");
|
|
34142
|
-
function
|
|
34142
|
+
function ls(r, e) {
|
|
34143
34143
|
const t = BS(e);
|
|
34144
34144
|
So(r) ? Qi(null, r.contents, t, Object.freeze([r])) === rn && (r.contents = null) : Qi(null, r, t, Object.freeze([]));
|
|
34145
34145
|
}
|
|
34146
|
-
|
|
34147
|
-
|
|
34148
|
-
|
|
34146
|
+
ls.BREAK = Yt;
|
|
34147
|
+
ls.SKIP = LS;
|
|
34148
|
+
ls.REMOVE = rn;
|
|
34149
34149
|
function Qi(r, e, t, n) {
|
|
34150
34150
|
const s = HS(r, e, t, n);
|
|
34151
34151
|
if (it(s) || Je(s))
|
|
@@ -34363,7 +34363,7 @@ class jt {
|
|
|
34363
34363
|
let s;
|
|
34364
34364
|
if (e && n.length > 0 && it(e.contents)) {
|
|
34365
34365
|
const i = {};
|
|
34366
|
-
|
|
34366
|
+
ls(e.contents, (o, a) => {
|
|
34367
34367
|
it(a) && a.tag && (i[a.tag] = !0);
|
|
34368
34368
|
}), s = Object.keys(i);
|
|
34369
34369
|
} else
|
|
@@ -34385,7 +34385,7 @@ function FS(r) {
|
|
|
34385
34385
|
}
|
|
34386
34386
|
function KS(r) {
|
|
34387
34387
|
const e = /* @__PURE__ */ new Set();
|
|
34388
|
-
return
|
|
34388
|
+
return ls(r, {
|
|
34389
34389
|
Value(t, n) {
|
|
34390
34390
|
n.anchor && e.add(n.anchor);
|
|
34391
34391
|
}
|
|
@@ -34506,10 +34506,10 @@ class cu extends eg {
|
|
|
34506
34506
|
*/
|
|
34507
34507
|
resolve(e) {
|
|
34508
34508
|
let t;
|
|
34509
|
-
return
|
|
34509
|
+
return ls(e, {
|
|
34510
34510
|
Node: (n, s) => {
|
|
34511
34511
|
if (s === this)
|
|
34512
|
-
return
|
|
34512
|
+
return ls.BREAK;
|
|
34513
34513
|
s.anchor === this.source && (t = s);
|
|
34514
34514
|
}
|
|
34515
34515
|
}), t;
|
|
@@ -34598,7 +34598,7 @@ function Wa(r, e, t) {
|
|
|
34598
34598
|
if (So(r) && (r = r.contents), it(r))
|
|
34599
34599
|
return r;
|
|
34600
34600
|
if (Je(r)) {
|
|
34601
|
-
const p = (s = (n = t.schema[
|
|
34601
|
+
const p = (s = (n = t.schema[es]).createNode) == null ? void 0 : s.call(n, t.schema, null, t);
|
|
34602
34602
|
return p.items.push(r), p;
|
|
34603
34603
|
}
|
|
34604
34604
|
(r instanceof String || r instanceof Number || r instanceof Boolean || typeof BigInt < "u" && r instanceof BigInt) && (r = r.valueOf());
|
|
@@ -34616,7 +34616,7 @@ function Wa(r, e, t) {
|
|
|
34616
34616
|
const p = new $e(r);
|
|
34617
34617
|
return u && (u.node = p), p;
|
|
34618
34618
|
}
|
|
34619
|
-
h = r instanceof Map ? c[
|
|
34619
|
+
h = r instanceof Map ? c[es] : Symbol.iterator in Object(r) ? c[wo] : c[es];
|
|
34620
34620
|
}
|
|
34621
34621
|
l && (l(h), delete t.onTagObj);
|
|
34622
34622
|
const f = h != null && h.createNode ? h.createNode(t.schema, r, t) : typeof ((i = h == null ? void 0 : h.nodeClass) == null ? void 0 : i.from) == "function" ? h.nodeClass.from(t.schema, r, t) : new $e(r);
|
|
@@ -35375,7 +35375,7 @@ class tr extends tg {
|
|
|
35375
35375
|
return "tag:yaml.org,2002:map";
|
|
35376
35376
|
}
|
|
35377
35377
|
constructor(e) {
|
|
35378
|
-
super(
|
|
35378
|
+
super(es, e), this.items = [];
|
|
35379
35379
|
}
|
|
35380
35380
|
/**
|
|
35381
35381
|
* A generic collection parsing method that can be extended
|
|
@@ -35469,7 +35469,7 @@ const Po = {
|
|
|
35469
35469
|
},
|
|
35470
35470
|
createNode: (r, e, t) => tr.from(r, e, t)
|
|
35471
35471
|
};
|
|
35472
|
-
class
|
|
35472
|
+
class cs extends tg {
|
|
35473
35473
|
static get tagName() {
|
|
35474
35474
|
return "tag:yaml.org,2002:seq";
|
|
35475
35475
|
}
|
|
@@ -35561,12 +35561,12 @@ function ec(r) {
|
|
|
35561
35561
|
const _o = {
|
|
35562
35562
|
collection: "seq",
|
|
35563
35563
|
default: !0,
|
|
35564
|
-
nodeClass:
|
|
35564
|
+
nodeClass: cs,
|
|
35565
35565
|
tag: "tag:yaml.org,2002:seq",
|
|
35566
35566
|
resolve(r, e) {
|
|
35567
35567
|
return $o(r) || e("Expected a sequence for this tag"), r;
|
|
35568
35568
|
},
|
|
35569
|
-
createNode: (r, e, t) =>
|
|
35569
|
+
createNode: (r, e, t) => cs.from(r, e, t)
|
|
35570
35570
|
}, fu = {
|
|
35571
35571
|
identify: (r) => typeof r == "string",
|
|
35572
35572
|
default: !0,
|
|
@@ -35804,7 +35804,7 @@ ${i.comment}` : n.comment;
|
|
|
35804
35804
|
return r;
|
|
35805
35805
|
}
|
|
35806
35806
|
function pk(r, e, t) {
|
|
35807
|
-
const { replacer: n } = t, s = new
|
|
35807
|
+
const { replacer: n } = t, s = new cs(r);
|
|
35808
35808
|
s.tag = "tag:yaml.org,2002:pairs";
|
|
35809
35809
|
let i = 0;
|
|
35810
35810
|
if (e && Symbol.iterator in Object(e))
|
|
@@ -35835,7 +35835,7 @@ const og = {
|
|
|
35835
35835
|
resolve: fk,
|
|
35836
35836
|
createNode: pk
|
|
35837
35837
|
};
|
|
35838
|
-
class Vi extends
|
|
35838
|
+
class Vi extends cs {
|
|
35839
35839
|
constructor() {
|
|
35840
35840
|
super(), this.add = tr.prototype.add.bind(this), this.delete = tr.prototype.delete.bind(this), this.get = tr.prototype.get.bind(this), this.has = tr.prototype.has.bind(this), this.set = tr.prototype.set.bind(this), this.tag = Vi.tag;
|
|
35841
35841
|
}
|
|
@@ -36176,7 +36176,7 @@ function ph(r, e) {
|
|
|
36176
36176
|
const U7 = (r, e) => r.key < e.key ? -1 : r.key > e.key ? 1 : 0;
|
|
36177
36177
|
class yu {
|
|
36178
36178
|
constructor({ compat: e, customTags: t, merge: n, resolveKnownTags: s, schema: i, sortMapEntries: o, toStringDefaults: a }) {
|
|
36179
|
-
this.compat = Array.isArray(e) ? ph(e, "compat") : e ? ph(null, e) : null, this.merge = !!n, this.name = typeof i == "string" && i || "core", this.knownTags = s ? z7 : {}, this.tags = ph(t, this.name), this.toStringOptions = a ?? null, Object.defineProperty(this,
|
|
36179
|
+
this.compat = Array.isArray(e) ? ph(e, "compat") : e ? ph(null, e) : null, this.merge = !!n, this.name = typeof i == "string" && i || "core", this.knownTags = s ? z7 : {}, this.tags = ph(t, this.name), this.toStringOptions = a ?? null, Object.defineProperty(this, es, { value: Po }), Object.defineProperty(this, Tn, { value: fu }), Object.defineProperty(this, wo, { value: _o }), this.sortMapEntries = typeof o == "function" ? o : o === !0 ? U7 : null;
|
|
36180
36180
|
}
|
|
36181
36181
|
clone() {
|
|
36182
36182
|
const e = Object.create(yu.prototype, Object.getOwnPropertyDescriptors(this));
|
|
@@ -36629,7 +36629,7 @@ function L7({ composeNode: r, composeEmptyNode: e }, t, n, s, i) {
|
|
|
36629
36629
|
return d && d < c && s(d, "IMPOSSIBLE", "Map comment with trailing content"), l.range = [n.offset, c, d ?? c], l;
|
|
36630
36630
|
}
|
|
36631
36631
|
function B7({ composeNode: r, composeEmptyNode: e }, t, n, s, i) {
|
|
36632
|
-
const o = (i == null ? void 0 : i.nodeClass) ??
|
|
36632
|
+
const o = (i == null ? void 0 : i.nodeClass) ?? cs, a = new o(t.schema);
|
|
36633
36633
|
t.atRoot && (t.atRoot = !1);
|
|
36634
36634
|
let l = n.offset, c = null;
|
|
36635
36635
|
for (const { start: d, value: u } of n.items) {
|
|
@@ -36681,7 +36681,7 @@ function pl(r, e, t, n) {
|
|
|
36681
36681
|
}
|
|
36682
36682
|
const mh = "Block collections are not allowed within flow collections", gh = (r) => r && (r.type === "block-map" || r.type === "block-seq");
|
|
36683
36683
|
function H7({ composeNode: r, composeEmptyNode: e }, t, n, s, i) {
|
|
36684
|
-
const o = n.start.source === "{", a = o ? "flow map" : "flow sequence", l = (i == null ? void 0 : i.nodeClass) ?? (o ? tr :
|
|
36684
|
+
const o = n.start.source === "{", a = o ? "flow map" : "flow sequence", l = (i == null ? void 0 : i.nodeClass) ?? (o ? tr : cs), c = new l(t.schema);
|
|
36685
36685
|
c.flow = !0;
|
|
36686
36686
|
const d = t.atRoot;
|
|
36687
36687
|
d && (t.atRoot = !1);
|
|
@@ -36796,7 +36796,7 @@ function Oh(r, e, t, n, s, i) {
|
|
|
36796
36796
|
function G7(r, e, t, n, s) {
|
|
36797
36797
|
var i;
|
|
36798
36798
|
const o = n ? e.directives.tagName(n.source, (h) => s(n, "TAG_RESOLVE_FAILED", h)) : null, a = t.type === "block-map" ? "map" : t.type === "block-seq" ? "seq" : t.start.source === "{" ? "map" : "seq";
|
|
36799
|
-
if (!n || !o || o === "!" || o === tr.tagName && a === "map" || o ===
|
|
36799
|
+
if (!n || !o || o === "!" || o === tr.tagName && a === "map" || o === cs.tagName && a === "seq" || !a)
|
|
36800
36800
|
return Oh(r, e, t, s, o);
|
|
36801
36801
|
let l = e.schema.tags.find((h) => h.tag === o && h.collection === a);
|
|
36802
36802
|
if (!l) {
|
|
@@ -38842,7 +38842,7 @@ const Nk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38842
38842
|
YAMLError: ug,
|
|
38843
38843
|
YAMLMap: tr,
|
|
38844
38844
|
YAMLParseError: Ds,
|
|
38845
|
-
YAMLSeq:
|
|
38845
|
+
YAMLSeq: cs,
|
|
38846
38846
|
YAMLWarning: wk,
|
|
38847
38847
|
isAlias: ri,
|
|
38848
38848
|
isCollection: et,
|
|
@@ -38856,7 +38856,7 @@ const Nk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38856
38856
|
parseAllDocuments: kq,
|
|
38857
38857
|
parseDocument: jk,
|
|
38858
38858
|
stringify: Pq,
|
|
38859
|
-
visit:
|
|
38859
|
+
visit: ls,
|
|
38860
38860
|
visitAsync: lu
|
|
38861
38861
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
38862
38862
|
function Dk(r) {
|
|
@@ -39056,11 +39056,11 @@ const tb = '"', rb = "/", nb = "*", Uq = {
|
|
|
39056
39056
|
function Yq(r) {
|
|
39057
39057
|
return /[\s\n]/.test(r);
|
|
39058
39058
|
}
|
|
39059
|
-
function
|
|
39059
|
+
function Un(r) {
|
|
39060
39060
|
return r >= "0" && r <= "9";
|
|
39061
39061
|
}
|
|
39062
39062
|
function Lq(r) {
|
|
39063
|
-
return
|
|
39063
|
+
return Un(r) || /[a-f]/i.test(r);
|
|
39064
39064
|
}
|
|
39065
39065
|
function Bq(r) {
|
|
39066
39066
|
return r >= "1" && r <= "9";
|
|
@@ -39069,7 +39069,7 @@ function Hq(r) {
|
|
|
39069
39069
|
return /[tfn]/.test(r);
|
|
39070
39070
|
}
|
|
39071
39071
|
function Gq(r) {
|
|
39072
|
-
return
|
|
39072
|
+
return Un(r) || r === "." || r === "-";
|
|
39073
39073
|
}
|
|
39074
39074
|
function Fq(r, e) {
|
|
39075
39075
|
e = Object.freeze({
|
|
@@ -39136,20 +39136,20 @@ function Fq(r, e) {
|
|
|
39136
39136
|
}
|
|
39137
39137
|
function h(O) {
|
|
39138
39138
|
let y = "";
|
|
39139
|
-
if (O === "-" && (y += O, O = l(),
|
|
39140
|
-
y += O, O = l(),
|
|
39139
|
+
if (O === "-" && (y += O, O = l(), Un(O) || p(O)), O === "0")
|
|
39140
|
+
y += O, O = l(), Un(O) && p(O);
|
|
39141
39141
|
else {
|
|
39142
39142
|
Bq(O) || p(O);
|
|
39143
39143
|
do
|
|
39144
39144
|
y += O, O = l();
|
|
39145
|
-
while (
|
|
39145
|
+
while (Un(O));
|
|
39146
39146
|
}
|
|
39147
39147
|
if (O === ".")
|
|
39148
39148
|
do
|
|
39149
39149
|
y += O, O = l();
|
|
39150
|
-
while (
|
|
39150
|
+
while (Un(O));
|
|
39151
39151
|
if (O === "e" || O === "E")
|
|
39152
|
-
for (y += O, O = l(), (O === "+" || O === "-") && (y += O, O = l()), O || m(),
|
|
39152
|
+
for (y += O, O = l(), (O === "+" || O === "-") && (y += O, O = l()), O || m(), Un(O) || p(O); Un(O); )
|
|
39153
39153
|
y += O, O = l();
|
|
39154
39154
|
return { value: y, c: O };
|
|
39155
39155
|
}
|
|
@@ -40021,7 +40021,7 @@ function QW(r) {
|
|
|
40021
40021
|
}
|
|
40022
40022
|
class Og {
|
|
40023
40023
|
constructor() {
|
|
40024
|
-
|
|
40024
|
+
Xn(this, "version"), Xn(this, "ajvValidators", {}), Xn(this, "externalRefs", {}), Xn(this, "errors"), Xn(this, "specificationVersion"), Xn(this, "specificationType"), Xn(this, "specification");
|
|
40025
40025
|
}
|
|
40026
40026
|
resolveReferences(e) {
|
|
40027
40027
|
return qk(
|
|
@@ -40079,7 +40079,7 @@ class Og {
|
|
|
40079
40079
|
return yM(s), e === "3.1" && s.addFormat("media-range", !0), this.ajvValidators[e] = s.compile(t);
|
|
40080
40080
|
}
|
|
40081
40081
|
}
|
|
40082
|
-
|
|
40082
|
+
Xn(Og, "supportedVersions", zS);
|
|
40083
40083
|
function TW() {
|
|
40084
40084
|
return {
|
|
40085
40085
|
load: CW
|
|
@@ -40249,7 +40249,7 @@ const AW = (r) => new Promise(async (e, t) => {
|
|
|
40249
40249
|
...r,
|
|
40250
40250
|
webhooks: e
|
|
40251
40251
|
};
|
|
40252
|
-
},
|
|
40252
|
+
}, Cn = (r) => new Promise((e) => setTimeout(e, r)), RW = Symbol("downloadSpec"), e$ = pp(RW);
|
|
40253
40253
|
function ZW(r) {
|
|
40254
40254
|
const e = Ec(r), t = e ? new Blob([r], { type: "application/json" }) : new Blob([r], { type: "application/x-yaml" }), n = URL.createObjectURL(t), s = document.createElement("a");
|
|
40255
40255
|
s.href = n, s.download = e ? "spec.json" : "spec.yaml", s.dispatchEvent(
|
|
@@ -40287,7 +40287,7 @@ const To = () => {
|
|
|
40287
40287
|
});
|
|
40288
40288
|
}
|
|
40289
40289
|
};
|
|
40290
|
-
},
|
|
40290
|
+
}, Mn = le(!1);
|
|
40291
40291
|
function NW(r) {
|
|
40292
40292
|
var s;
|
|
40293
40293
|
const e = () => {
|
|
@@ -40296,20 +40296,20 @@ function NW(r) {
|
|
|
40296
40296
|
return typeof i == "string" ? !!JSON.parse(i) : !!(typeof window < "u" && ((a = window == null ? void 0 : window.matchMedia("(prefers-color-scheme: dark)")) != null && a.matches));
|
|
40297
40297
|
}, t = () => {
|
|
40298
40298
|
var i;
|
|
40299
|
-
|
|
40299
|
+
Mn.value = !Mn.value, typeof window < "u" && ((i = window == null ? void 0 : window.localStorage) == null || i.setItem("isDark", JSON.stringify(Mn.value)));
|
|
40300
40300
|
};
|
|
40301
40301
|
function n(i) {
|
|
40302
40302
|
var o;
|
|
40303
|
-
|
|
40303
|
+
Mn.value = i, typeof window < "u" && ((o = window == null ? void 0 : window.localStorage) == null || o.setItem("isDark", JSON.stringify(Mn.value)));
|
|
40304
40304
|
}
|
|
40305
|
-
return
|
|
40306
|
-
|
|
40305
|
+
return Mn.value = (typeof window > "u" ? null : JSON.parse(((s = window.localStorage) == null ? void 0 : s.getItem("isDark")) || "null")) ?? r ?? e(), Ie(
|
|
40306
|
+
Mn,
|
|
40307
40307
|
(i) => {
|
|
40308
40308
|
typeof document > "u" || (document.body.classList.toggle("dark-mode", i), document.body.classList.toggle("light-mode", !i));
|
|
40309
40309
|
},
|
|
40310
40310
|
{ immediate: !0 }
|
|
40311
40311
|
), {
|
|
40312
|
-
isDark:
|
|
40312
|
+
isDark: Mn,
|
|
40313
40313
|
toggleDarkMode: t,
|
|
40314
40314
|
setDarkMode: n
|
|
40315
40315
|
};
|
|
@@ -40655,7 +40655,7 @@ const t9 = ["id"], r9 = {
|
|
|
40655
40655
|
setup(r, { emit: e }) {
|
|
40656
40656
|
const t = r, n = e, { hash: s, isIntersectionEnabled: i, pathRouting: o } = Zt(), a = async () => {
|
|
40657
40657
|
var d, u;
|
|
40658
|
-
t.hasChildren && n("toggleOpen"), (u = (d = t.item) == null ? void 0 : d.select) == null || u.call(d);
|
|
40658
|
+
t.hasChildren && n("toggleOpen"), (u = (d = t.item) == null ? void 0 : d.select) == null || u.call(d), t.open && (i.value = !1, await Cn(100)), i.value = !0;
|
|
40659
40659
|
}, l = () => {
|
|
40660
40660
|
if (o.value)
|
|
40661
40661
|
return o.value.basePath + "/" + t.item.id;
|
|
@@ -40668,7 +40668,7 @@ const t9 = ["id"], r9 = {
|
|
|
40668
40668
|
if (o.value) {
|
|
40669
40669
|
d.preventDefault(), t.hasChildren && n("toggleOpen"), (h = (u = t.item) == null ? void 0 : u.select) == null || h.call(u), n("toggleOpen"), i.value = !1, s.value = t.item.id;
|
|
40670
40670
|
const f = new URL(window.location.href);
|
|
40671
|
-
f.pathname = o.value.basePath + "/" + t.item.id, window.history.pushState({}, "", f), id(t.item.id), await
|
|
40671
|
+
f.pathname = o.value.basePath + "/" + t.item.id, window.history.pushState({}, "", f), id(t.item.id), await Cn(100), i.value = !0;
|
|
40672
40672
|
}
|
|
40673
40673
|
};
|
|
40674
40674
|
return (d, u) => {
|
|
@@ -40724,7 +40724,7 @@ const t9 = ["id"], r9 = {
|
|
|
40724
40724
|
], 8, t9);
|
|
40725
40725
|
};
|
|
40726
40726
|
}
|
|
40727
|
-
}), nc = /* @__PURE__ */ ee(a9, [["__scopeId", "data-v-
|
|
40727
|
+
}), nc = /* @__PURE__ */ ee(a9, [["__scopeId", "data-v-64a6ab00"]]), l9 = /* @__PURE__ */ H({
|
|
40728
40728
|
__name: "SidebarGroup",
|
|
40729
40729
|
props: {
|
|
40730
40730
|
level: {}
|
|
@@ -40790,7 +40790,7 @@ const t9 = ["id"], r9 = {
|
|
|
40790
40790
|
},
|
|
40791
40791
|
open: S(o)[f.id] ?? !1,
|
|
40792
40792
|
onToggleOpen: async () => {
|
|
40793
|
-
l.value = !0, S(i)(f.id), await S(
|
|
40793
|
+
l.value = !0, S(i)(f.id), await S(Cn)(100), l.value = !1;
|
|
40794
40794
|
}
|
|
40795
40795
|
}, {
|
|
40796
40796
|
default: T(() => {
|
|
@@ -40840,7 +40840,7 @@ const t9 = ["id"], r9 = {
|
|
|
40840
40840
|
},
|
|
40841
40841
|
open: S(o)[h.id] ?? !1,
|
|
40842
40842
|
onToggleOpen: async () => {
|
|
40843
|
-
l.value = !0, S(i)(h.id), await S(
|
|
40843
|
+
l.value = !0, S(i)(h.id), await S(Cn)(100), l.value = !1;
|
|
40844
40844
|
}
|
|
40845
40845
|
}, {
|
|
40846
40846
|
default: T(() => {
|
|
@@ -41116,7 +41116,7 @@ const ni = /* @__PURE__ */ ee($9, [["render", _9], ["__scopeId", "data-v-dcabb13
|
|
|
41116
41116
|
{ deep: !0, immediate: !0 }
|
|
41117
41117
|
), ei(async () => {
|
|
41118
41118
|
const i = La();
|
|
41119
|
-
await
|
|
41119
|
+
await Cn(1), i.payload.data["useGlobalStore-authentication"] = t;
|
|
41120
41120
|
}), (i, o) => S(d3)(i.parsedSpec) ? (k(), W(S(ni), { key: 0 }, {
|
|
41121
41121
|
default: T(() => [
|
|
41122
41122
|
I(S(si), {
|
|
@@ -41183,7 +41183,7 @@ const ni = /* @__PURE__ */ ee($9, [["render", _9], ["__scopeId", "data-v-dcabb13
|
|
|
41183
41183
|
t.value = String(s.value);
|
|
41184
41184
|
},
|
|
41185
41185
|
{ immediate: !0 }
|
|
41186
|
-
), ei(async () => await
|
|
41186
|
+
), ei(async () => await Cn(1)), (s, i) => (k(), Q("div", {
|
|
41187
41187
|
class: "markdown",
|
|
41188
41188
|
innerHTML: t.value
|
|
41189
41189
|
}, null, 8, X9));
|
|
@@ -41765,7 +41765,7 @@ const bl = /* @__PURE__ */ ee(IV, [["render", NV], ["__scopeId", "data-v-34b2695
|
|
|
41765
41765
|
}
|
|
41766
41766
|
return ei(async () => {
|
|
41767
41767
|
const d = La();
|
|
41768
|
-
await
|
|
41768
|
+
await Cn(1), d.payload.data[n] = s.value;
|
|
41769
41769
|
}), (d, u) => d.value ? (k(), Q("div", UV, [
|
|
41770
41770
|
(k(!0), Q(K, null, be(S(s), (h, f) => (k(), Q(K, { key: f }, [
|
|
41771
41771
|
h.heading ? (k(), W(kg, {
|
|
@@ -43119,7 +43119,7 @@ const SU = /* @__PURE__ */ H({
|
|
|
43119
43119
|
}
|
|
43120
43120
|
), ei(async () => {
|
|
43121
43121
|
const O = La();
|
|
43122
|
-
await
|
|
43122
|
+
await Cn(1), O.payload.data[n] = s.value;
|
|
43123
43123
|
}), ie(() => rS({
|
|
43124
43124
|
serverState: h,
|
|
43125
43125
|
authenticationState: f,
|
|
@@ -45599,7 +45599,7 @@ const SU = /* @__PURE__ */ H({
|
|
|
45599
45599
|
}
|
|
45600
45600
|
}
|
|
45601
45601
|
}
|
|
45602
|
-
`, QY = (r) => ($t("data-v-
|
|
45602
|
+
`, QY = (r) => ($t("data-v-68dc4042"), r = r(), Pt(), r), TY = { class: "start custom-scroll" }, CY = { class: "start-copy" }, AY = /* @__PURE__ */ us('<div class="start-logo" data-v-68dc4042><svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg" data-v-68dc4042><path d="M18 0a18 18 0 1 1 0 36 18 18 0 0 1 0-36Zm11.2 6.5c-3.3-3.3-11.1-1-17.4 5.3-6.2 6.3-8.6 14-5.3 17.4 3.3 3.3 11 .9 17.3-5.4 6.3-6.2 8.7-14 5.4-17.3ZM17.6 12a6.3 6.3 0 1 1 0 12.7 6.3 6.3 0 0 1 0-12.7Z" fill="currentColor" fill-rule="evenodd" data-v-68dc4042></path></svg></div><h1 class="start-h1" data-v-68dc4042>Swagger Editor</h1><p class="start-p" data-v-68dc4042> Welcome to the Scalar API References + Swagger Editor, a Free & Open-Source tool that takes your Swagger/OAS file and generates Beautiful API references. </p>', 3), EY = { class: "start-cta" }, RY = { class: "start-row" }, ZY = /* @__PURE__ */ us('<div class="start-section start-section-integrations" data-v-68dc4042><div class="start-h2" data-v-68dc4042>INTEGRATIONS</div><a class="start-item" href="https://github.com/scalar/scalar/tree/main/packages/fastify-api-reference#readme" target="_blank" data-v-68dc4042><svg fill="currentColor" height="16" viewBox="0 0 19 16" width="19" xmlns="http://www.w3.org/2000/svg" data-v-68dc4042><path d="m18.2 3.1.8-2V.9l-4.7 1.3C15.2 1 15 0 15 0s-2.5 1.6-4.3 1.5c-2 0-3.6.8-4 1-1.8 1.2-2.5 3.3-3.2 3.8L0 8.9 2.3 8l-2 2.5c.2.3 1.2 1.6 2.1 1.3l.4-.1 1.6.5-.7-1 .2-.2.9.3-.1-.8.9.3-.1-.8.3-.1 1-3.5 3.7-2.6-.3.7A4 4 0 0 1 8 7l-.6.2c-.5.5-.7.7-.8 2.5a2 2 0 0 1 1 0c1.6.4 2.2 2.3 1.7 2.9l-.7.6H8v.6h-.7v.5l-.2.2c-.7 0-1.4-.6-1.4-.6 0 .5.4 1.3.4 1.3s1.7 1.1 2.7.7c1-.4.7-2.3 2.8-3.2l3.3-.9.8-2.2-1.7.5v-2l2.5-.6.9-2.2-3.4.9v-2l4.2-1.1Z" fill="currentColor" fill-rule="nonzero" data-v-68dc4042></path></svg><span data-v-68dc4042>Fastify</span></a><a class="start-item" href="https://github.com/scalar/scalar/tree/main#from-a-cdn" target="_blank" data-v-68dc4042><svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" data-v-68dc4042><g data-v-68dc4042><path d="M22.5 1.5h-21A1.5 1.5 0 0 0 0 3v3a1.5 1.5 0 0 0 1.5 1.5h21A1.5 1.5 0 0 0 24 6V3a1.5 1.5 0 0 0-1.5-1.5Zm-19.25 3A1.25 1.25 0 1 1 4.5 5.75 1.25 1.25 0 0 1 3.25 4.5ZM8.5 5.75A1.25 1.25 0 1 1 9.75 4.5 1.25 1.25 0 0 1 8.5 5.75Z" fill="currentColor" data-v-68dc4042></path><path d="M22.5 9h-21A1.5 1.5 0 0 0 0 10.5v3A1.5 1.5 0 0 0 1.5 15h21a1.5 1.5 0 0 0 1.5-1.5v-3A1.5 1.5 0 0 0 22.5 9ZM3.25 12a1.25 1.25 0 1 1 1.25 1.25A1.25 1.25 0 0 1 3.25 12Zm5.25 1.25A1.25 1.25 0 1 1 9.75 12a1.25 1.25 0 0 1-1.25 1.25Z" fill="currentColor" data-v-68dc4042></path><path d="M22.5 16.5h-21A1.5 1.5 0 0 0 0 18v3a1.5 1.5 0 0 0 1.5 1.5h21A1.5 1.5 0 0 0 24 21v-3a1.5 1.5 0 0 0-1.5-1.5Zm-19.25 3a1.25 1.25 0 1 1 1.25 1.25 1.25 1.25 0 0 1-1.25-1.25Zm5.25 1.25a1.25 1.25 0 1 1 1.25-1.25 1.25 1.25 0 0 1-1.25 1.25Z" fill="currentColor" data-v-68dc4042></path></g></svg><span data-v-68dc4042>CDN</span></a><a class="start-item" href="https://github.com/scalar/scalar/tree/main#with-vuejs" target="_blank" data-v-68dc4042><svg height="170" viewBox="0 0 196.3 170" width="196.3" xmlns="http://www.w3.org/2000/svg" data-v-68dc4042><g fill="currentColor" fill-rule="nonzero" data-v-68dc4042><polygon points="39.23 0 0 0 2.9450761 5.1010782 98.16 170.02 196.32 0 157.06 0 98.16 102.01 42.175701 5.0991171" data-v-68dc4042></polygon><polygon points="75.5 2.009956e-14 0 2.009956e-14 2.94 5.1 78.44871 5.1 98.16 39.26 117.87937 5.1 193.38 5.1 196.325 0 120.82 7.8065636e-15 114.97322 2.009956e-14 98.16 29.037153 81.35 2.009956e-14" data-v-68dc4042></polygon></g></svg><span data-v-68dc4042>Vue</span></a><a class="start-item" href="https://github.com/scalar/scalar/tree/main#with-react" target="_blank" data-v-68dc4042><svg height="23.3" viewBox="0 0 22 23.3" width="22" xmlns="http://www.w3.org/2000/svg" data-v-68dc4042><g fill="none" fill-rule="evenodd" data-v-68dc4042><circle cx="11" cy="11.6" fill="currentColor" fill-rule="nonzero" r="2" data-v-68dc4042></circle><g stroke="currentColor" data-v-68dc4042><ellipse cx="11" cy="11.6" rx="11" ry="4.2" data-v-68dc4042></ellipse><ellipse cx="11" cy="11.6" rx="11" ry="4.2" transform="rotate(60 11 11.6)" data-v-68dc4042></ellipse><ellipse cx="11" cy="11.6" rx="11" ry="4.2" transform="rotate(120 11 11.6)" data-v-68dc4042></ellipse></g></g></svg><span data-v-68dc4042>React</span></a></div>', 1), IY = { class: "start-section start-section-colors" }, jY = /* @__PURE__ */ QY(() => /* @__PURE__ */ R("p", { class: "start-h2" }, "THEMING", -1)), NY = ["onClick"], DY = /* @__PURE__ */ us('<p class="start-h1" data-v-68dc4042>Features</p><ul class="start-ul" data-v-68dc4042><li data-v-68dc4042><p class="start-h3" data-v-68dc4042>Customize</p> Bring your typography & color palettes, or use our themes! </li><li data-v-68dc4042><p class="start-h3" data-v-68dc4042>Testing</p> A deeply integrated Rest API Client (Also Free & Open-Source) </li><li data-v-68dc4042><p class="start-h3" data-v-68dc4042>Search</p> Fully integrated Search (Using fuse.js) </li><li data-v-68dc4042><p class="start-h3" data-v-68dc4042>Hosting</p> Free subdomain hosting on https://apidocumentation.com </li><li data-v-68dc4042><p class="start-h3" data-v-68dc4042>OpenAPI & Swagger</p> Support for OpenAPI 3.1, OpenAPI 3.0, and Swagger 2.0 </li><li data-v-68dc4042><p class="start-h3" data-v-68dc4042>Code Samples</p> Code samples to show off your API in most popular languages </li></ul>', 2), MY = /* @__PURE__ */ H({
|
|
45603
45603
|
__name: "GettingStarted",
|
|
45604
45604
|
props: {
|
|
45605
45605
|
theme: {}
|
|
@@ -45617,17 +45617,29 @@ const SU = /* @__PURE__ */ H({
|
|
|
45617
45617
|
"kepler",
|
|
45618
45618
|
"mars",
|
|
45619
45619
|
"deepSpace"
|
|
45620
|
-
]
|
|
45621
|
-
|
|
45620
|
+
], s = {
|
|
45621
|
+
default: "Default",
|
|
45622
|
+
alternate: "Alternate",
|
|
45623
|
+
moon: "Moon",
|
|
45624
|
+
purple: "Purple",
|
|
45625
|
+
solarized: "Solarized",
|
|
45626
|
+
bluePlanet: "Blue Planet",
|
|
45627
|
+
saturn: "Saturn",
|
|
45628
|
+
kepler: "Kepler-11e",
|
|
45629
|
+
mars: "Mars",
|
|
45630
|
+
deepSpace: "Deep Space",
|
|
45631
|
+
none: ""
|
|
45632
|
+
};
|
|
45633
|
+
function i() {
|
|
45622
45634
|
t("updateContent", xY);
|
|
45623
45635
|
}
|
|
45624
|
-
return (
|
|
45636
|
+
return (o, a) => (k(), Q("div", TY, [
|
|
45625
45637
|
R("div", CY, [
|
|
45626
45638
|
AY,
|
|
45627
45639
|
R("div", EY, [
|
|
45628
45640
|
I(S(Rf), {
|
|
45629
45641
|
fullWidth: "",
|
|
45630
|
-
onClick:
|
|
45642
|
+
onClick: i
|
|
45631
45643
|
}, {
|
|
45632
45644
|
default: T(() => [
|
|
45633
45645
|
G(" Test Petstore ")
|
|
@@ -45637,7 +45649,7 @@ const SU = /* @__PURE__ */ H({
|
|
|
45637
45649
|
I(S(Rf), {
|
|
45638
45650
|
fullWidth: "",
|
|
45639
45651
|
variant: "outlined",
|
|
45640
|
-
onClick:
|
|
45652
|
+
onClick: a[0] || (a[0] = (l) => o.$emit("loadSwaggerFile"))
|
|
45641
45653
|
}, {
|
|
45642
45654
|
default: T(() => [
|
|
45643
45655
|
G(" Upload File ")
|
|
@@ -45650,17 +45662,17 @@ const SU = /* @__PURE__ */ H({
|
|
|
45650
45662
|
ZY,
|
|
45651
45663
|
R("div", IY, [
|
|
45652
45664
|
jY,
|
|
45653
|
-
(k(), Q(K, null, be(n, (
|
|
45654
|
-
key:
|
|
45655
|
-
class: me(["start-item", { "start-item-active":
|
|
45656
|
-
onClick: (
|
|
45657
|
-
}, J(
|
|
45665
|
+
(k(), Q(K, null, be(n, (l) => R("div", {
|
|
45666
|
+
key: l,
|
|
45667
|
+
class: me(["start-item", { "start-item-active": l === o.theme }]),
|
|
45668
|
+
onClick: (c) => o.$emit("changeTheme", l)
|
|
45669
|
+
}, J(s[l]), 11, NY)), 64))
|
|
45658
45670
|
])
|
|
45659
45671
|
]),
|
|
45660
45672
|
DY
|
|
45661
45673
|
]));
|
|
45662
45674
|
}
|
|
45663
|
-
}), XY = /* @__PURE__ */ ee(MY, [["__scopeId", "data-v-
|
|
45675
|
+
}), XY = /* @__PURE__ */ ee(MY, [["__scopeId", "data-v-68dc4042"]]), qY = { class: "references-header" }, WY = {
|
|
45664
45676
|
key: 0,
|
|
45665
45677
|
class: "references-navigation t-doc__sidebar"
|
|
45666
45678
|
}, VY = { class: "references-navigation-list" }, zY = { class: "references-editor" }, UY = { class: "references-editor-textarea" }, YY = { class: "references-rendered" }, LY = {
|
|
@@ -45702,7 +45714,7 @@ const SU = /* @__PURE__ */ H({
|
|
|
45702
45714
|
g.value = e.configuration.pathRouting, G$(() => O());
|
|
45703
45715
|
const y = async (v) => {
|
|
45704
45716
|
var $;
|
|
45705
|
-
m.value = !1, O(), v ? id(v) : ($ = i.value) == null || $.scrollTo(0, 0), await
|
|
45717
|
+
m.value = !1, O(), v ? id(v) : ($ = i.value) == null || $.scrollTo(0, 0), await Cn(100), m.value = !0;
|
|
45706
45718
|
};
|
|
45707
45719
|
ds(() => {
|
|
45708
45720
|
e$.on(() => ZW(e.rawSpec)), window.onhashchange = () => y(decodeURIComponent(window.location.hash.replace(/^#/, ""))), window.onpopstate = () => g.value && y(u(window.location.pathname));
|
|
@@ -46421,7 +46433,7 @@ export {
|
|
|
46421
46433
|
AW as parse,
|
|
46422
46434
|
sS as replaceVariables,
|
|
46423
46435
|
id as scrollToId,
|
|
46424
|
-
|
|
46436
|
+
Cn as sleep,
|
|
46425
46437
|
IW as splitMarkdownInSections,
|
|
46426
46438
|
gp as useApiClientStore,
|
|
46427
46439
|
Sg as useHttpClientStore,
|