@yoopta/code 2.0.0 → 4.0.0-rc.0

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/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ import{UI as t,useYooptaEditor as e,useBlockData as i,YooptaPlugin as n}from"@yoopta/editor";import{jsx as o,jsxs as r}from"react/jsx-runtime";import*as s from"react";import a,{useState as l,useEffect as c,forwardRef as h,useRef as d,useImperativeHandle as u,createContext as f,useMemo as p,createElement as O,useContext as g,useCallback as m,Children as y,isValidElement as v,cloneElement as w,Fragment as b,useLayoutEffect as x}from"react";import*as S from"react-dom";import k,{flushSync as Q,createPortal as P}from"react-dom";import{css as $}from"@codemirror/lang-css";import{php as Z}from"@codemirror/lang-php";import{python as C}from"@codemirror/lang-python";import{markdown as A}from"@codemirror/lang-markdown";import{vue as T}from"@codemirror/lang-vue";import{json as R}from"@codemirror/lang-json";import{sql as W}from"@codemirror/lang-sql";import{angular as X}from"@codemirror/lang-angular";import{rust as Y}from"@codemirror/lang-rust";import{xml as E}from"@codemirror/lang-xml";import{yaml as M}from"@codemirror/lang-yaml";import{java as D}from"@codemirror/lang-java";import{html as j}from"@codemirror/lang-html";import{cpp as q}from"@codemirror/lang-cpp";function _(){return _=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},_.apply(this,arguments)}class N{lineAt(t){if(t<0||t>this.length)throw new RangeError(`Invalid position ${t} in document of length ${this.length}`);return this.lineInner(t,!1,1,0)}line(t){if(t<1||t>this.lines)throw new RangeError(`Invalid line number ${t} in ${this.lines}-line document`);return this.lineInner(t,!0,1,0)}replace(t,e,i){[t,e]=H(this,t,e);let n=[];return this.decompose(0,t,n,2),i.length&&i.decompose(0,i.length,n,3),this.decompose(e,this.length,n,1),B.from(n,this.length-(e-t)+i.length)}append(t){return this.replace(this.length,this.length,t)}slice(t,e=this.length){[t,e]=H(this,t,e);let i=[];return this.decompose(t,e,i,0),B.from(i,e-t)}eq(t){if(t==this)return!0;if(t.length!=this.length||t.lines!=this.lines)return!1;let e=this.scanIdentical(t,1),i=this.length-this.scanIdentical(t,-1),n=new L(this),o=new L(t);for(let t=e,r=e;;){if(n.next(t),o.next(t),t=0,n.lineBreak!=o.lineBreak||n.done!=o.done||n.value!=o.value)return!1;if(r+=n.value.length,n.done||r>=i)return!0}}iter(t=1){return new L(this,t)}iterRange(t,e=this.length){return new G(this,t,e)}iterLines(t,e){let i;if(null==t)i=this.iter();else{null==e&&(e=this.lines+1);let n=this.line(t).from;i=this.iterRange(n,Math.max(n,e==this.lines+1?this.length:e<=1?0:this.line(e-1).to))}return new U(i)}toString(){return this.sliceString(0)}toJSON(){let t=[];return this.flatten(t),t}constructor(){}static of(t){if(0==t.length)throw new RangeError("A document must have at least one line");return 1!=t.length||t[0]?t.length<=32?new V(t):B.from(V.split(t,[])):N.empty}}class V extends N{constructor(t,e=function(t){let e=-1;for(let i of t)e+=i.length+1;return e}(t)){super(),this.text=t,this.length=e}get lines(){return this.text.length}get children(){return null}lineInner(t,e,i,n){for(let o=0;;o++){let r=this.text[o],s=n+r.length;if((e?i:s)>=t)return new F(n,s,i,r);n=s+1,i++}}decompose(t,e,i,n){let o=t<=0&&e>=this.length?this:new V(z(this.text,t,e),Math.min(e,this.length)-Math.max(0,t));if(1&n){let t=i.pop(),e=I(o.text,t.text.slice(),0,o.length);if(e.length<=32)i.push(new V(e,t.length+o.length));else{let t=e.length>>1;i.push(new V(e.slice(0,t)),new V(e.slice(t)))}}else i.push(o)}replace(t,e,i){if(!(i instanceof V))return super.replace(t,e,i);[t,e]=H(this,t,e);let n=I(this.text,I(i.text,z(this.text,0,t)),e),o=this.length+i.length-(e-t);return n.length<=32?new V(n,o):B.from(V.split(n,[]),o)}sliceString(t,e=this.length,i="\n"){[t,e]=H(this,t,e);let n="";for(let o=0,r=0;o<=e&&r<this.text.length;r++){let s=this.text[r],a=o+s.length;o>t&&r&&(n+=i),t<a&&e>o&&(n+=s.slice(Math.max(0,t-o),e-o)),o=a+1}return n}flatten(t){for(let e of this.text)t.push(e)}scanIdentical(){return 0}static split(t,e){let i=[],n=-1;for(let o of t)i.push(o),n+=o.length+1,32==i.length&&(e.push(new V(i,n)),i=[],n=-1);return n>-1&&e.push(new V(i,n)),e}}class B extends N{constructor(t,e){super(),this.children=t,this.length=e,this.lines=0;for(let e of t)this.lines+=e.lines}lineInner(t,e,i,n){for(let o=0;;o++){let r=this.children[o],s=n+r.length,a=i+r.lines-1;if((e?a:s)>=t)return r.lineInner(t,e,i,n);n=s+1,i=a+1}}decompose(t,e,i,n){for(let o=0,r=0;r<=e&&o<this.children.length;o++){let s=this.children[o],a=r+s.length;if(t<=a&&e>=r){let o=n&((r<=t?1:0)|(a>=e?2:0));r>=t&&a<=e&&!o?i.push(s):s.decompose(t-r,e-r,i,o)}r=a+1}}replace(t,e,i){if([t,e]=H(this,t,e),i.lines<this.lines)for(let n=0,o=0;n<this.children.length;n++){let r=this.children[n],s=o+r.length;if(t>=o&&e<=s){let a=r.replace(t-o,e-o,i),l=this.lines-r.lines+a.lines;if(a.lines<l>>4&&a.lines>l>>6){let o=this.children.slice();return o[n]=a,new B(o,this.length-(e-t)+i.length)}return super.replace(o,s,a)}o=s+1}return super.replace(t,e,i)}sliceString(t,e=this.length,i="\n"){[t,e]=H(this,t,e);let n="";for(let o=0,r=0;o<this.children.length&&r<=e;o++){let s=this.children[o],a=r+s.length;r>t&&o&&(n+=i),t<a&&e>r&&(n+=s.sliceString(t-r,e-r,i)),r=a+1}return n}flatten(t){for(let e of this.children)e.flatten(t)}scanIdentical(t,e){if(!(t instanceof B))return 0;let i=0,[n,o,r,s]=e>0?[0,0,this.children.length,t.children.length]:[this.children.length-1,t.children.length-1,-1,-1];for(;;n+=e,o+=e){if(n==r||o==s)return i;let a=this.children[n],l=t.children[o];if(a!=l)return i+a.scanIdentical(l,e);i+=a.length+1}}static from(t,e=t.reduce(((t,e)=>t+e.length+1),-1)){let i=0;for(let e of t)i+=e.lines;if(i<32){let i=[];for(let e of t)e.flatten(i);return new V(i,e)}let n=Math.max(32,i>>5),o=n<<1,r=n>>1,s=[],a=0,l=-1,c=[];function h(t){let e;if(t.lines>o&&t instanceof B)for(let e of t.children)h(e);else t.lines>r&&(a>r||!a)?(d(),s.push(t)):t instanceof V&&a&&(e=c[c.length-1])instanceof V&&t.lines+e.lines<=32?(a+=t.lines,l+=t.length+1,c[c.length-1]=new V(e.text.concat(t.text),e.length+1+t.length)):(a+t.lines>n&&d(),a+=t.lines,l+=t.length+1,c.push(t))}function d(){0!=a&&(s.push(1==c.length?c[0]:B.from(c,l)),l=-1,a=c.length=0)}for(let e of t)h(e);return d(),1==s.length?s[0]:new B(s,e)}}function I(t,e,i=0,n=1e9){for(let o=0,r=0,s=!0;r<t.length&&o<=n;r++){let a=t[r],l=o+a.length;l>=i&&(l>n&&(a=a.slice(0,n-o)),o<i&&(a=a.slice(i-o)),s?(e[e.length-1]+=a,s=!1):e.push(a)),o=l+1}return e}function z(t,e,i){return I(t,[""],e,i)}N.empty=new V([""],0);class L{constructor(t,e=1){this.dir=e,this.done=!1,this.lineBreak=!1,this.value="",this.nodes=[t],this.offsets=[e>0?1:(t instanceof V?t.text.length:t.children.length)<<1]}nextInner(t,e){for(this.done=this.lineBreak=!1;;){let i=this.nodes.length-1,n=this.nodes[i],o=this.offsets[i],r=o>>1,s=n instanceof V?n.text.length:n.children.length;if(r==(e>0?s:0)){if(0==i)return this.done=!0,this.value="",this;e>0&&this.offsets[i-1]++,this.nodes.pop(),this.offsets.pop()}else if((1&o)==(e>0?0:1)){if(this.offsets[i]+=e,0==t)return this.lineBreak=!0,this.value="\n",this;t--}else if(n instanceof V){let o=n.text[r+(e<0?-1:0)];if(this.offsets[i]+=e,o.length>Math.max(0,t))return this.value=0==t?o:e>0?o.slice(t):o.slice(0,o.length-t),this;t-=o.length}else{let o=n.children[r+(e<0?-1:0)];t>o.length?(t-=o.length,this.offsets[i]+=e):(e<0&&this.offsets[i]--,this.nodes.push(o),this.offsets.push(e>0?1:(o instanceof V?o.text.length:o.children.length)<<1))}}}next(t=0){return t<0&&(this.nextInner(-t,-this.dir),t=this.value.length),this.nextInner(t,this.dir)}}class G{constructor(t,e,i){this.value="",this.done=!1,this.cursor=new L(t,e>i?-1:1),this.pos=e>i?t.length:0,this.from=Math.min(e,i),this.to=Math.max(e,i)}nextInner(t,e){if(e<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;t+=Math.max(0,e<0?this.pos-this.to:this.from-this.pos);let i=e<0?this.pos-this.from:this.to-this.pos;t>i&&(t=i),i-=t;let{value:n}=this.cursor.next(t);return this.pos+=(n.length+t)*e,this.value=n.length<=i?n:e<0?n.slice(n.length-i):n.slice(0,i),this.done=!this.value,this}next(t=0){return t<0?t=Math.max(t,this.from-this.pos):t>0&&(t=Math.min(t,this.to-this.pos)),this.nextInner(t,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&""!=this.value}}class U{constructor(t){this.inner=t,this.afterBreak=!0,this.value="",this.done=!1}next(t=0){let{done:e,lineBreak:i,value:n}=this.inner.next(t);return e&&this.afterBreak?(this.value="",this.afterBreak=!1):e?(this.done=!0,this.value=""):i?this.afterBreak?this.value="":(this.afterBreak=!0,this.next()):(this.value=n,this.afterBreak=!1),this}get lineBreak(){return!1}}"undefined"!=typeof Symbol&&(N.prototype[Symbol.iterator]=function(){return this.iter()},L.prototype[Symbol.iterator]=G.prototype[Symbol.iterator]=U.prototype[Symbol.iterator]=function(){return this});class F{constructor(t,e,i,n){this.from=t,this.to=e,this.number=i,this.text=n}get length(){return this.to-this.from}}function H(t,e,i){return[e=Math.max(0,Math.min(t.length,e)),Math.max(e,Math.min(t.length,i))]}let K="lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map((t=>t?parseInt(t,36):1));for(let t=1;t<K.length;t++)K[t]+=K[t-1];function J(t){for(let e=1;e<K.length;e+=2)if(K[e]>t)return K[e-1]<=t;return!1}function tt(t){return t>=127462&&t<=127487}const et=8205;function it(t,e,i=!0,n=!0){return(i?nt:ot)(t,e,n)}function nt(t,e,i){if(e==t.length)return e;e&&rt(t.charCodeAt(e))&&st(t.charCodeAt(e-1))&&e--;let n=at(t,e);for(e+=ct(n);e<t.length;){let o=at(t,e);if(n==et||o==et||i&&J(o))e+=ct(o),n=o;else{if(!tt(o))break;{let i=0,n=e-2;for(;n>=0&&tt(at(t,n));)i++,n-=2;if(i%2==0)break;e+=2}}}return e}function ot(t,e,i){for(;e>0;){let n=nt(t,e-2,i);if(n<e)return n;e--}return 0}function rt(t){return t>=56320&&t<57344}function st(t){return t>=55296&&t<56320}function at(t,e){let i=t.charCodeAt(e);if(!st(i)||e+1==t.length)return i;let n=t.charCodeAt(e+1);return rt(n)?n-56320+(i-55296<<10)+65536:i}function lt(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode(55296+(t>>10),56320+(1023&t)))}function ct(t){return t<65536?1:2}const ht=/\r\n?|\n/;var dt=function(t){return t[t.Simple=0]="Simple",t[t.TrackDel=1]="TrackDel",t[t.TrackBefore=2]="TrackBefore",t[t.TrackAfter=3]="TrackAfter",t}(dt||(dt={}));class ut{constructor(t){this.sections=t}get length(){let t=0;for(let e=0;e<this.sections.length;e+=2)t+=this.sections[e];return t}get newLength(){let t=0;for(let e=0;e<this.sections.length;e+=2){let i=this.sections[e+1];t+=i<0?this.sections[e]:i}return t}get empty(){return 0==this.sections.length||2==this.sections.length&&this.sections[1]<0}iterGaps(t){for(let e=0,i=0,n=0;e<this.sections.length;){let o=this.sections[e++],r=this.sections[e++];r<0?(t(i,n,o),n+=o):n+=r,i+=o}}iterChangedRanges(t,e=!1){gt(this,t,e)}get invertedDesc(){let t=[];for(let e=0;e<this.sections.length;){let i=this.sections[e++],n=this.sections[e++];n<0?t.push(i,n):t.push(n,i)}return new ut(t)}composeDesc(t){return this.empty?t:t.empty?this:yt(this,t)}mapDesc(t,e=!1){return t.empty?this:mt(this,t,e)}mapPos(t,e=-1,i=dt.Simple){let n=0,o=0;for(let r=0;r<this.sections.length;){let s=this.sections[r++],a=this.sections[r++],l=n+s;if(a<0){if(l>t)return o+(t-n);o+=s}else{if(i!=dt.Simple&&l>=t&&(i==dt.TrackDel&&n<t&&l>t||i==dt.TrackBefore&&n<t||i==dt.TrackAfter&&l>t))return null;if(l>t||l==t&&e<0&&!s)return t==n||e<0?o:o+a;o+=a}n=l}if(t>n)throw new RangeError(`Position ${t} is out of range for changeset of length ${n}`);return o}touchesRange(t,e=t){for(let i=0,n=0;i<this.sections.length&&n<=e;){let o=n+this.sections[i++];if(this.sections[i++]>=0&&n<=e&&o>=t)return!(n<t&&o>e)||"cover";n=o}return!1}toString(){let t="";for(let e=0;e<this.sections.length;){let i=this.sections[e++],n=this.sections[e++];t+=(t?" ":"")+i+(n>=0?":"+n:"")}return t}toJSON(){return this.sections}static fromJSON(t){if(!Array.isArray(t)||t.length%2||t.some((t=>"number"!=typeof t)))throw new RangeError("Invalid JSON representation of ChangeDesc");return new ut(t)}static create(t){return new ut(t)}}class ft extends ut{constructor(t,e){super(t),this.inserted=e}apply(t){if(this.length!=t.length)throw new RangeError("Applying change set to a document with the wrong length");return gt(this,((e,i,n,o,r)=>t=t.replace(n,n+(i-e),r)),!1),t}mapDesc(t,e=!1){return mt(this,t,e,!0)}invert(t){let e=this.sections.slice(),i=[];for(let n=0,o=0;n<e.length;n+=2){let r=e[n],s=e[n+1];if(s>=0){e[n]=s,e[n+1]=r;let a=n>>1;for(;i.length<a;)i.push(N.empty);i.push(r?t.slice(o,o+r):N.empty)}o+=r}return new ft(e,i)}compose(t){return this.empty?t:t.empty?this:yt(this,t,!0)}map(t,e=!1){return t.empty?this:mt(this,t,e,!0)}iterChanges(t,e=!1){gt(this,t,e)}get desc(){return ut.create(this.sections)}filter(t){let e=[],i=[],n=[],o=new vt(this);t:for(let r=0,s=0;;){let a=r==t.length?1e9:t[r++];for(;s<a||s==a&&0==o.len;){if(o.done)break t;let t=Math.min(o.len,a-s);pt(n,t,-1);let r=-1==o.ins?-1:0==o.off?o.ins:0;pt(e,t,r),r>0&&Ot(i,e,o.text),o.forward(t),s+=t}let l=t[r++];for(;s<l;){if(o.done)break t;let t=Math.min(o.len,l-s);pt(e,t,-1),pt(n,t,-1==o.ins?-1:0==o.off?o.ins:0),o.forward(t),s+=t}}return{changes:new ft(e,i),filtered:ut.create(n)}}toJSON(){let t=[];for(let e=0;e<this.sections.length;e+=2){let i=this.sections[e],n=this.sections[e+1];n<0?t.push(i):0==n?t.push([i]):t.push([i].concat(this.inserted[e>>1].toJSON()))}return t}static of(t,e,i){let n=[],o=[],r=0,s=null;function a(t=!1){if(!t&&!n.length)return;r<e&&pt(n,e-r,-1);let i=new ft(n,o);s=s?s.compose(i.map(s)):i,n=[],o=[],r=0}return function t(l){if(Array.isArray(l))for(let e of l)t(e);else if(l instanceof ft){if(l.length!=e)throw new RangeError(`Mismatched change set length (got ${l.length}, expected ${e})`);a(),s=s?s.compose(l.map(s)):l}else{let{from:t,to:s=t,insert:c}=l;if(t>s||t<0||s>e)throw new RangeError(`Invalid change range ${t} to ${s} (in doc of length ${e})`);let h=c?"string"==typeof c?N.of(c.split(i||ht)):c:N.empty,d=h.length;if(t==s&&0==d)return;t<r&&a(),t>r&&pt(n,t-r,-1),pt(n,s-t,d),Ot(o,n,h),r=s}}(t),a(!s),s}static empty(t){return new ft(t?[t,-1]:[],[])}static fromJSON(t){if(!Array.isArray(t))throw new RangeError("Invalid JSON representation of ChangeSet");let e=[],i=[];for(let n=0;n<t.length;n++){let o=t[n];if("number"==typeof o)e.push(o,-1);else{if(!Array.isArray(o)||"number"!=typeof o[0]||o.some(((t,e)=>e&&"string"!=typeof t)))throw new RangeError("Invalid JSON representation of ChangeSet");if(1==o.length)e.push(o[0],0);else{for(;i.length<n;)i.push(N.empty);i[n]=N.of(o.slice(1)),e.push(o[0],i[n].length)}}}return new ft(e,i)}static createSet(t,e){return new ft(t,e)}}function pt(t,e,i,n=!1){if(0==e&&i<=0)return;let o=t.length-2;o>=0&&i<=0&&i==t[o+1]?t[o]+=e:0==e&&0==t[o]?t[o+1]+=i:n?(t[o]+=e,t[o+1]+=i):t.push(e,i)}function Ot(t,e,i){if(0==i.length)return;let n=e.length-2>>1;if(n<t.length)t[t.length-1]=t[t.length-1].append(i);else{for(;t.length<n;)t.push(N.empty);t.push(i)}}function gt(t,e,i){let n=t.inserted;for(let o=0,r=0,s=0;s<t.sections.length;){let a=t.sections[s++],l=t.sections[s++];if(l<0)o+=a,r+=a;else{let c=o,h=r,d=N.empty;for(;c+=a,h+=l,l&&n&&(d=d.append(n[s-2>>1])),!(i||s==t.sections.length||t.sections[s+1]<0);)a=t.sections[s++],l=t.sections[s++];e(o,c,r,h,d),o=c,r=h}}}function mt(t,e,i,n=!1){let o=[],r=n?[]:null,s=new vt(t),a=new vt(e);for(let t=-1;;)if(-1==s.ins&&-1==a.ins){let t=Math.min(s.len,a.len);pt(o,t,-1),s.forward(t),a.forward(t)}else if(a.ins>=0&&(s.ins<0||t==s.i||0==s.off&&(a.len<s.len||a.len==s.len&&!i))){let e=a.len;for(pt(o,a.ins,-1);e;){let i=Math.min(s.len,e);s.ins>=0&&t<s.i&&s.len<=i&&(pt(o,0,s.ins),r&&Ot(r,o,s.text),t=s.i),s.forward(i),e-=i}a.next()}else{if(!(s.ins>=0)){if(s.done&&a.done)return r?ft.createSet(o,r):ut.create(o);throw new Error("Mismatched change set lengths")}{let e=0,i=s.len;for(;i;)if(-1==a.ins){let t=Math.min(i,a.len);e+=t,i-=t,a.forward(t)}else{if(!(0==a.ins&&a.len<i))break;i-=a.len,a.next()}pt(o,e,t<s.i?s.ins:0),r&&t<s.i&&Ot(r,o,s.text),t=s.i,s.forward(s.len-i)}}}function yt(t,e,i=!1){let n=[],o=i?[]:null,r=new vt(t),s=new vt(e);for(let t=!1;;){if(r.done&&s.done)return o?ft.createSet(n,o):ut.create(n);if(0==r.ins)pt(n,r.len,0,t),r.next();else if(0!=s.len||s.done){if(r.done||s.done)throw new Error("Mismatched change set lengths");{let e=Math.min(r.len2,s.len),i=n.length;if(-1==r.ins){let i=-1==s.ins?-1:s.off?0:s.ins;pt(n,e,i,t),o&&i&&Ot(o,n,s.text)}else-1==s.ins?(pt(n,r.off?0:r.len,e,t),o&&Ot(o,n,r.textBit(e))):(pt(n,r.off?0:r.len,s.off?0:s.ins,t),o&&!s.off&&Ot(o,n,s.text));t=(r.ins>e||s.ins>=0&&s.len>e)&&(t||n.length>i),r.forward2(e),s.forward(e)}}else pt(n,0,s.ins,t),o&&Ot(o,n,s.text),s.next()}}class vt{constructor(t){this.set=t,this.i=0,this.next()}next(){let{sections:t}=this.set;this.i<t.length?(this.len=t[this.i++],this.ins=t[this.i++]):(this.len=0,this.ins=-2),this.off=0}get done(){return-2==this.ins}get len2(){return this.ins<0?this.len:this.ins}get text(){let{inserted:t}=this.set,e=this.i-2>>1;return e>=t.length?N.empty:t[e]}textBit(t){let{inserted:e}=this.set,i=this.i-2>>1;return i>=e.length&&!t?N.empty:e[i].slice(this.off,null==t?void 0:this.off+t)}forward(t){t==this.len?this.next():(this.len-=t,this.off+=t)}forward2(t){-1==this.ins?this.forward(t):t==this.ins?this.next():(this.ins-=t,this.off+=t)}}class wt{constructor(t,e,i){this.from=t,this.to=e,this.flags=i}get anchor(){return 32&this.flags?this.to:this.from}get head(){return 32&this.flags?this.from:this.to}get empty(){return this.from==this.to}get assoc(){return 8&this.flags?-1:16&this.flags?1:0}get bidiLevel(){let t=7&this.flags;return 7==t?null:t}get goalColumn(){let t=this.flags>>6;return 16777215==t?void 0:t}map(t,e=-1){let i,n;return this.empty?i=n=t.mapPos(this.from,e):(i=t.mapPos(this.from,1),n=t.mapPos(this.to,-1)),i==this.from&&n==this.to?this:new wt(i,n,this.flags)}extend(t,e=t){if(t<=this.anchor&&e>=this.anchor)return bt.range(t,e);let i=Math.abs(t-this.anchor)>Math.abs(e-this.anchor)?t:e;return bt.range(this.anchor,i)}eq(t,e=!1){return!(this.anchor!=t.anchor||this.head!=t.head||e&&this.empty&&this.assoc!=t.assoc)}toJSON(){return{anchor:this.anchor,head:this.head}}static fromJSON(t){if(!t||"number"!=typeof t.anchor||"number"!=typeof t.head)throw new RangeError("Invalid JSON representation for SelectionRange");return bt.range(t.anchor,t.head)}static create(t,e,i){return new wt(t,e,i)}}class bt{constructor(t,e){this.ranges=t,this.mainIndex=e}map(t,e=-1){return t.empty?this:bt.create(this.ranges.map((i=>i.map(t,e))),this.mainIndex)}eq(t,e=!1){if(this.ranges.length!=t.ranges.length||this.mainIndex!=t.mainIndex)return!1;for(let i=0;i<this.ranges.length;i++)if(!this.ranges[i].eq(t.ranges[i],e))return!1;return!0}get main(){return this.ranges[this.mainIndex]}asSingle(){return 1==this.ranges.length?this:new bt([this.main],0)}addRange(t,e=!0){return bt.create([t].concat(this.ranges),e?0:this.mainIndex+1)}replaceRange(t,e=this.mainIndex){let i=this.ranges.slice();return i[e]=t,bt.create(i,this.mainIndex)}toJSON(){return{ranges:this.ranges.map((t=>t.toJSON())),main:this.mainIndex}}static fromJSON(t){if(!t||!Array.isArray(t.ranges)||"number"!=typeof t.main||t.main>=t.ranges.length)throw new RangeError("Invalid JSON representation for EditorSelection");return new bt(t.ranges.map((t=>wt.fromJSON(t))),t.main)}static single(t,e=t){return new bt([bt.range(t,e)],0)}static create(t,e=0){if(0==t.length)throw new RangeError("A selection needs at least one range");for(let i=0,n=0;n<t.length;n++){let o=t[n];if(o.empty?o.from<=i:o.from<i)return bt.normalized(t.slice(),e);i=o.to}return new bt(t,e)}static cursor(t,e=0,i,n){return wt.create(t,t,(0==e?0:e<0?8:16)|(null==i?7:Math.min(6,i))|(null!=n?n:16777215)<<6)}static range(t,e,i,n){let o=(null!=i?i:16777215)<<6|(null==n?7:Math.min(6,n));return e<t?wt.create(e,t,48|o):wt.create(t,e,(e>t?8:0)|o)}static normalized(t,e=0){let i=t[e];t.sort(((t,e)=>t.from-e.from)),e=t.indexOf(i);for(let i=1;i<t.length;i++){let n=t[i],o=t[i-1];if(n.empty?n.from<=o.to:n.from<o.to){let r=o.from,s=Math.max(n.to,o.to);i<=e&&e--,t.splice(--i,2,n.anchor>n.head?bt.range(s,r):bt.range(r,s))}}return new bt(t,e)}}function xt(t,e){for(let i of t.ranges)if(i.to>e)throw new RangeError("Selection points outside of document")}let St=0;class kt{constructor(t,e,i,n,o){this.combine=t,this.compareInput=e,this.compare=i,this.isStatic=n,this.id=St++,this.default=t([]),this.extensions="function"==typeof o?o(this):o}get reader(){return this}static define(t={}){return new kt(t.combine||(t=>t),t.compareInput||((t,e)=>t===e),t.compare||(t.combine?(t,e)=>t===e:Qt),!!t.static,t.enables)}of(t){return new Pt([],this,0,t)}compute(t,e){if(this.isStatic)throw new Error("Can't compute a static facet");return new Pt(t,this,1,e)}computeN(t,e){if(this.isStatic)throw new Error("Can't compute a static facet");return new Pt(t,this,2,e)}from(t,e){return e||(e=t=>t),this.compute([t],(i=>e(i.field(t))))}}function Qt(t,e){return t==e||t.length==e.length&&t.every(((t,i)=>t===e[i]))}class Pt{constructor(t,e,i,n){this.dependencies=t,this.facet=e,this.type=i,this.value=n,this.id=St++}dynamicSlot(t){var e;let i=this.value,n=this.facet.compareInput,o=this.id,r=t[o]>>1,s=2==this.type,a=!1,l=!1,c=[];for(let i of this.dependencies)"doc"==i?a=!0:"selection"==i?l=!0:1&(null!==(e=t[i.id])&&void 0!==e?e:1)||c.push(t[i.id]);return{create:t=>(t.values[r]=i(t),1),update(t,e){if(a&&e.docChanged||l&&(e.docChanged||e.selection)||Zt(t,c)){let e=i(t);if(s?!$t(e,t.values[r],n):!n(e,t.values[r]))return t.values[r]=e,1}return 0},reconfigure:(t,e)=>{let a,l=e.config.address[o];if(null!=l){let o=Vt(e,l);if(this.dependencies.every((i=>i instanceof kt?e.facet(i)===t.facet(i):!(i instanceof Tt)||e.field(i,!1)==t.field(i,!1)))||(s?$t(a=i(t),o,n):n(a=i(t),o)))return t.values[r]=o,0}else a=i(t);return t.values[r]=a,1}}}}function $t(t,e,i){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(!i(t[n],e[n]))return!1;return!0}function Zt(t,e){let i=!1;for(let n of e)1&Nt(t,n)&&(i=!0);return i}function Ct(t,e,i){let n=i.map((e=>t[e.id])),o=i.map((t=>t.type)),r=n.filter((t=>!(1&t))),s=t[e.id]>>1;function a(t){let i=[];for(let e=0;e<n.length;e++){let r=Vt(t,n[e]);if(2==o[e])for(let t of r)i.push(t);else i.push(r)}return e.combine(i)}return{create(t){for(let e of n)Nt(t,e);return t.values[s]=a(t),1},update(t,i){if(!Zt(t,r))return 0;let n=a(t);return e.compare(n,t.values[s])?0:(t.values[s]=n,1)},reconfigure(t,o){let r=Zt(t,n),l=o.config.facets[e.id],c=o.facet(e);if(l&&!r&&Qt(i,l))return t.values[s]=c,0;let h=a(t);return e.compare(h,c)?(t.values[s]=c,0):(t.values[s]=h,1)}}}const At=kt.define({static:!0});class Tt{constructor(t,e,i,n,o){this.id=t,this.createF=e,this.updateF=i,this.compareF=n,this.spec=o,this.provides=void 0}static define(t){let e=new Tt(St++,t.create,t.update,t.compare||((t,e)=>t===e),t);return t.provide&&(e.provides=t.provide(e)),e}create(t){let e=t.facet(At).find((t=>t.field==this));return((null==e?void 0:e.create)||this.createF)(t)}slot(t){let e=t[this.id]>>1;return{create:t=>(t.values[e]=this.create(t),1),update:(t,i)=>{let n=t.values[e],o=this.updateF(n,i);return this.compareF(n,o)?0:(t.values[e]=o,1)},reconfigure:(t,i)=>null!=i.config.address[this.id]?(t.values[e]=i.field(this),0):(t.values[e]=this.create(t),1)}}init(t){return[this,At.of({field:this,create:t})]}get extension(){return this}}const Rt=4,Wt=3,Xt=2,Yt=1;function Et(t){return e=>new Dt(e,t)}const Mt={highest:Et(0),high:Et(Yt),default:Et(Xt),low:Et(Wt),lowest:Et(Rt)};class Dt{constructor(t,e){this.inner=t,this.prec=e}}class jt{of(t){return new qt(this,t)}reconfigure(t){return jt.reconfigure.of({compartment:this,extension:t})}get(t){return t.config.compartments.get(this)}}class qt{constructor(t,e){this.compartment=t,this.inner=e}}class _t{constructor(t,e,i,n,o,r){for(this.base=t,this.compartments=e,this.dynamicSlots=i,this.address=n,this.staticValues=o,this.facets=r,this.statusTemplate=[];this.statusTemplate.length<i.length;)this.statusTemplate.push(0)}staticFacet(t){let e=this.address[t.id];return null==e?t.default:this.staticValues[e>>1]}static resolve(t,e,i){let n=[],o=Object.create(null),r=new Map;for(let i of function(t,e,i){let n=[[],[],[],[],[]],o=new Map;function r(t,s){let a=o.get(t);if(null!=a){if(a<=s)return;let e=n[a].indexOf(t);e>-1&&n[a].splice(e,1),t instanceof qt&&i.delete(t.compartment)}if(o.set(t,s),Array.isArray(t))for(let e of t)r(e,s);else if(t instanceof qt){if(i.has(t.compartment))throw new RangeError("Duplicate use of compartment in extensions");let n=e.get(t.compartment)||t.inner;i.set(t.compartment,n),r(n,s)}else if(t instanceof Dt)r(t.inner,t.prec);else if(t instanceof Tt)n[s].push(t),t.provides&&r(t.provides,s);else if(t instanceof Pt)n[s].push(t),t.facet.extensions&&r(t.facet.extensions,Xt);else{let e=t.extension;if(!e)throw new Error(`Unrecognized extension value in extension set (${t}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);r(e,s)}}return r(t,Xt),n.reduce(((t,e)=>t.concat(e)))}(t,e,r))i instanceof Tt?n.push(i):(o[i.facet.id]||(o[i.facet.id]=[])).push(i);let s=Object.create(null),a=[],l=[];for(let t of n)s[t.id]=l.length<<1,l.push((e=>t.slot(e)));let c=null==i?void 0:i.config.facets;for(let t in o){let e=o[t],n=e[0].facet,r=c&&c[t]||[];if(e.every((t=>0==t.type)))if(s[n.id]=a.length<<1|1,Qt(r,e))a.push(i.facet(n));else{let t=n.combine(e.map((t=>t.value)));a.push(i&&n.compare(t,i.facet(n))?i.facet(n):t)}else{for(let t of e)0==t.type?(s[t.id]=a.length<<1|1,a.push(t.value)):(s[t.id]=l.length<<1,l.push((e=>t.dynamicSlot(e))));s[n.id]=l.length<<1,l.push((t=>Ct(t,n,e)))}}let h=l.map((t=>t(s)));return new _t(t,r,h,s,a,o)}}function Nt(t,e){if(1&e)return 2;let i=e>>1,n=t.status[i];if(4==n)throw new Error("Cyclic dependency between fields and/or facets");if(2&n)return n;t.status[i]=4;let o=t.computeSlot(t,t.config.dynamicSlots[i]);return t.status[i]=2|o}function Vt(t,e){return 1&e?t.config.staticValues[e>>1]:t.values[e>>1]}const Bt=kt.define(),It=kt.define({combine:t=>t.some((t=>t)),static:!0}),zt=kt.define({combine:t=>t.length?t[0]:void 0,static:!0}),Lt=kt.define(),Gt=kt.define(),Ut=kt.define(),Ft=kt.define({combine:t=>!!t.length&&t[0]});class Ht{constructor(t,e){this.type=t,this.value=e}static define(){return new Kt}}class Kt{of(t){return new Ht(this,t)}}class Jt{constructor(t){this.map=t}of(t){return new te(this,t)}}class te{constructor(t,e){this.type=t,this.value=e}map(t){let e=this.type.map(this.value,t);return void 0===e?void 0:e==this.value?this:new te(this.type,e)}is(t){return this.type==t}static define(t={}){return new Jt(t.map||(t=>t))}static mapEffects(t,e){if(!t.length)return t;let i=[];for(let n of t){let t=n.map(e);t&&i.push(t)}return i}}te.reconfigure=te.define(),te.appendConfig=te.define();class ee{constructor(t,e,i,n,o,r){this.startState=t,this.changes=e,this.selection=i,this.effects=n,this.annotations=o,this.scrollIntoView=r,this._doc=null,this._state=null,i&&xt(i,e.newLength),o.some((t=>t.type==ee.time))||(this.annotations=o.concat(ee.time.of(Date.now())))}static create(t,e,i,n,o,r){return new ee(t,e,i,n,o,r)}get newDoc(){return this._doc||(this._doc=this.changes.apply(this.startState.doc))}get newSelection(){return this.selection||this.startState.selection.map(this.changes)}get state(){return this._state||this.startState.applyTransaction(this),this._state}annotation(t){for(let e of this.annotations)if(e.type==t)return e.value}get docChanged(){return!this.changes.empty}get reconfigured(){return this.startState.config!=this.state.config}isUserEvent(t){let e=this.annotation(ee.userEvent);return!(!e||!(e==t||e.length>t.length&&e.slice(0,t.length)==t&&"."==e[t.length]))}}function ie(t,e){let i=[];for(let n=0,o=0;;){let r,s;if(n<t.length&&(o==e.length||e[o]>=t[n]))r=t[n++],s=t[n++];else{if(!(o<e.length))return i;r=e[o++],s=e[o++]}!i.length||i[i.length-1]<r?i.push(r,s):i[i.length-1]<s&&(i[i.length-1]=s)}}function ne(t,e,i){var n;let o,r,s;return i?(o=e.changes,r=ft.empty(e.changes.length),s=t.changes.compose(e.changes)):(o=e.changes.map(t.changes),r=t.changes.mapDesc(e.changes,!0),s=t.changes.compose(o)),{changes:s,selection:e.selection?e.selection.map(r):null===(n=t.selection)||void 0===n?void 0:n.map(o),effects:te.mapEffects(t.effects,o).concat(te.mapEffects(e.effects,r)),annotations:t.annotations.length?t.annotations.concat(e.annotations):e.annotations,scrollIntoView:t.scrollIntoView||e.scrollIntoView}}function oe(t,e,i){let n=e.selection,o=ae(e.annotations);return e.userEvent&&(o=o.concat(ee.userEvent.of(e.userEvent))),{changes:e.changes instanceof ft?e.changes:ft.of(e.changes||[],i,t.facet(zt)),selection:n&&(n instanceof bt?n:bt.single(n.anchor,n.head)),effects:ae(e.effects),annotations:o,scrollIntoView:!!e.scrollIntoView}}function re(t,e,i){let n=oe(t,e.length?e[0]:{},t.doc.length);e.length&&!1===e[0].filter&&(i=!1);for(let o=1;o<e.length;o++){!1===e[o].filter&&(i=!1);let r=!!e[o].sequential;n=ne(n,oe(t,e[o],r?n.changes.newLength:t.doc.length),r)}let o=ee.create(t,n.changes,n.selection,n.effects,n.annotations,n.scrollIntoView);return function(t){let e=t.startState,i=e.facet(Ut),n=t;for(let o=i.length-1;o>=0;o--){let r=i[o](t);r&&Object.keys(r).length&&(n=ne(n,oe(e,r,t.changes.newLength),!0))}return n==t?t:ee.create(e,t.changes,t.selection,n.effects,n.annotations,n.scrollIntoView)}(i?function(t){let e=t.startState,i=!0;for(let n of e.facet(Lt)){let e=n(t);if(!1===e){i=!1;break}Array.isArray(e)&&(i=!0===i?e:ie(i,e))}if(!0!==i){let n,o;if(!1===i)o=t.changes.invertedDesc,n=ft.empty(e.doc.length);else{let e=t.changes.filter(i);n=e.changes,o=e.filtered.mapDesc(e.changes).invertedDesc}t=ee.create(e,n,t.selection&&t.selection.map(o),te.mapEffects(t.effects,o),t.annotations,t.scrollIntoView)}let n=e.facet(Gt);for(let i=n.length-1;i>=0;i--){let o=n[i](t);t=o instanceof ee?o:Array.isArray(o)&&1==o.length&&o[0]instanceof ee?o[0]:re(e,ae(o),!1)}return t}(o):o)}ee.time=Ht.define(),ee.userEvent=Ht.define(),ee.addToHistory=Ht.define(),ee.remote=Ht.define();const se=[];function ae(t){return null==t?se:Array.isArray(t)?t:[t]}var le=function(t){return t[t.Word=0]="Word",t[t.Space=1]="Space",t[t.Other=2]="Other",t}(le||(le={}));const ce=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let he;try{he=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(t){}function de(t){return e=>{if(!/\S/.test(e))return le.Space;if(function(t){if(he)return he.test(t);for(let e=0;e<t.length;e++){let i=t[e];if(/\w/.test(i)||i>"€"&&(i.toUpperCase()!=i.toLowerCase()||ce.test(i)))return!0}return!1}(e))return le.Word;for(let i=0;i<t.length;i++)if(e.indexOf(t[i])>-1)return le.Word;return le.Other}}class ue{constructor(t,e,i,n,o,r){this.config=t,this.doc=e,this.selection=i,this.values=n,this.status=t.statusTemplate.slice(),this.computeSlot=o,r&&(r._state=this);for(let t=0;t<this.config.dynamicSlots.length;t++)Nt(this,t<<1);this.computeSlot=null}field(t,e=!0){let i=this.config.address[t.id];if(null!=i)return Nt(this,i),Vt(this,i);if(e)throw new RangeError("Field is not present in this state")}update(...t){return re(this,t,!0)}applyTransaction(t){let e,i=this.config,{base:n,compartments:o}=i;for(let e of t.effects)e.is(jt.reconfigure)?(i&&(o=new Map,i.compartments.forEach(((t,e)=>o.set(e,t))),i=null),o.set(e.value.compartment,e.value.extension)):e.is(te.reconfigure)?(i=null,n=e.value):e.is(te.appendConfig)&&(i=null,n=ae(n).concat(e.value));if(i)e=t.startState.values.slice();else{i=_t.resolve(n,o,this),e=new ue(i,this.doc,this.selection,i.dynamicSlots.map((()=>null)),((t,e)=>e.reconfigure(t,this)),null).values}let r=t.startState.facet(It)?t.newSelection:t.newSelection.asSingle();new ue(i,t.newDoc,r,e,((e,i)=>i.update(e,t)),t)}replaceSelection(t){return"string"==typeof t&&(t=this.toText(t)),this.changeByRange((e=>({changes:{from:e.from,to:e.to,insert:t},range:bt.cursor(e.from+t.length)})))}changeByRange(t){let e=this.selection,i=t(e.ranges[0]),n=this.changes(i.changes),o=[i.range],r=ae(i.effects);for(let i=1;i<e.ranges.length;i++){let s=t(e.ranges[i]),a=this.changes(s.changes),l=a.map(n);for(let t=0;t<i;t++)o[t]=o[t].map(l);let c=n.mapDesc(a,!0);o.push(s.range.map(c)),n=n.compose(l),r=te.mapEffects(r,l).concat(te.mapEffects(ae(s.effects),c))}return{changes:n,selection:bt.create(o,e.mainIndex),effects:r}}changes(t=[]){return t instanceof ft?t:ft.of(t,this.doc.length,this.facet(ue.lineSeparator))}toText(t){return N.of(t.split(this.facet(ue.lineSeparator)||ht))}sliceDoc(t=0,e=this.doc.length){return this.doc.sliceString(t,e,this.lineBreak)}facet(t){let e=this.config.address[t.id];return null==e?t.default:(Nt(this,e),Vt(this,e))}toJSON(t){let e={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(t)for(let i in t){let n=t[i];n instanceof Tt&&null!=this.config.address[n.id]&&(e[i]=n.spec.toJSON(this.field(t[i]),this))}return e}static fromJSON(t,e={},i){if(!t||"string"!=typeof t.doc)throw new RangeError("Invalid JSON representation for EditorState");let n=[];if(i)for(let e in i)if(Object.prototype.hasOwnProperty.call(t,e)){let o=i[e],r=t[e];n.push(o.init((t=>o.spec.fromJSON(r,t))))}return ue.create({doc:t.doc,selection:bt.fromJSON(t.selection),extensions:e.extensions?n.concat([e.extensions]):n})}static create(t={}){let e=_t.resolve(t.extensions||[],new Map),i=t.doc instanceof N?t.doc:N.of((t.doc||"").split(e.staticFacet(ue.lineSeparator)||ht)),n=t.selection?t.selection instanceof bt?t.selection:bt.single(t.selection.anchor,t.selection.head):bt.single(0);return xt(n,i.length),e.staticFacet(It)||(n=n.asSingle()),new ue(e,i,n,e.dynamicSlots.map((()=>null)),((t,e)=>e.create(t)),null)}get tabSize(){return this.facet(ue.tabSize)}get lineBreak(){return this.facet(ue.lineSeparator)||"\n"}get readOnly(){return this.facet(Ft)}phrase(t,...e){for(let e of this.facet(ue.phrases))if(Object.prototype.hasOwnProperty.call(e,t)){t=e[t];break}return e.length&&(t=t.replace(/\$(\$|\d*)/g,((t,i)=>{if("$"==i)return"$";let n=+(i||1);return!n||n>e.length?t:e[n-1]}))),t}languageDataAt(t,e,i=-1){let n=[];for(let o of this.facet(Bt))for(let r of o(this,e,i))Object.prototype.hasOwnProperty.call(r,t)&&n.push(r[t]);return n}charCategorizer(t){return de(this.languageDataAt("wordChars",t).join(""))}wordAt(t){let{text:e,from:i,length:n}=this.doc.lineAt(t),o=this.charCategorizer(t),r=t-i,s=t-i;for(;r>0;){let t=it(e,r,!1);if(o(e.slice(t,r))!=le.Word)break;r=t}for(;s<n;){let t=it(e,s);if(o(e.slice(s,t))!=le.Word)break;s=t}return r==s?null:bt.range(r+i,s+i)}}function fe(t,e,i={}){let n={};for(let e of t)for(let t of Object.keys(e)){let o=e[t],r=n[t];if(void 0===r)n[t]=o;else if(r===o||void 0===o);else{if(!Object.hasOwnProperty.call(i,t))throw new Error("Config merge conflict for field "+t);n[t]=i[t](r,o)}}for(let t in e)void 0===n[t]&&(n[t]=e[t]);return n}ue.allowMultipleSelections=It,ue.tabSize=kt.define({combine:t=>t.length?t[0]:4}),ue.lineSeparator=zt,ue.readOnly=Ft,ue.phrases=kt.define({compare(t,e){let i=Object.keys(t),n=Object.keys(e);return i.length==n.length&&i.every((i=>t[i]==e[i]))}}),ue.languageData=Bt,ue.changeFilter=Lt,ue.transactionFilter=Gt,ue.transactionExtender=Ut,jt.reconfigure=te.define();class pe{eq(t){return this==t}range(t,e=t){return Oe.create(t,e,this)}}pe.prototype.startSide=pe.prototype.endSide=0,pe.prototype.point=!1,pe.prototype.mapMode=dt.TrackDel;let Oe=class t{constructor(t,e,i){this.from=t,this.to=e,this.value=i}static create(e,i,n){return new t(e,i,n)}};function ge(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class me{constructor(t,e,i,n){this.from=t,this.to=e,this.value=i,this.maxPoint=n}get length(){return this.to[this.to.length-1]}findIndex(t,e,i,n=0){let o=i?this.to:this.from;for(let r=n,s=o.length;;){if(r==s)return r;let n=r+s>>1,a=o[n]-t||(i?this.value[n].endSide:this.value[n].startSide)-e;if(n==r)return a>=0?r:s;a>=0?s=n:r=n+1}}between(t,e,i,n){for(let o=this.findIndex(e,-1e9,!0),r=this.findIndex(i,1e9,!1,o);o<r;o++)if(!1===n(this.from[o]+t,this.to[o]+t,this.value[o]))return!1}map(t,e){let i=[],n=[],o=[],r=-1,s=-1;for(let a=0;a<this.value.length;a++){let l,c,h=this.value[a],d=this.from[a]+t,u=this.to[a]+t;if(d==u){let t=e.mapPos(d,h.startSide,h.mapMode);if(null==t)continue;if(l=c=t,h.startSide!=h.endSide&&(c=e.mapPos(d,h.endSide),c<l))continue}else if(l=e.mapPos(d,h.startSide),c=e.mapPos(u,h.endSide),l>c||l==c&&h.startSide>0&&h.endSide<=0)continue;(c-l||h.endSide-h.startSide)<0||(r<0&&(r=l),h.point&&(s=Math.max(s,c-l)),i.push(h),n.push(l-r),o.push(c-r))}return{mapped:i.length?new me(n,o,i,s):null,pos:r}}}class ye{constructor(t,e,i,n){this.chunkPos=t,this.chunk=e,this.nextLayer=i,this.maxPoint=n}static create(t,e,i,n){return new ye(t,e,i,n)}get length(){let t=this.chunk.length-1;return t<0?0:Math.max(this.chunkEnd(t),this.nextLayer.length)}get size(){if(this.isEmpty)return 0;let t=this.nextLayer.size;for(let e of this.chunk)t+=e.value.length;return t}chunkEnd(t){return this.chunkPos[t]+this.chunk[t].length}update(t){let{add:e=[],sort:i=!1,filterFrom:n=0,filterTo:o=this.length}=t,r=t.filter;if(0==e.length&&!r)return this;if(i&&(e=e.slice().sort(ge)),this.isEmpty)return e.length?ye.of(e):this;let s=new be(this,null,-1).goto(0),a=0,l=[],c=new ve;for(;s.value||a<e.length;)if(a<e.length&&(s.from-e[a].from||s.startSide-e[a].value.startSide)>=0){let t=e[a++];c.addInner(t.from,t.to,t.value)||l.push(t)}else 1==s.rangeIndex&&s.chunkIndex<this.chunk.length&&(a==e.length||this.chunkEnd(s.chunkIndex)<e[a].from)&&(!r||n>this.chunkEnd(s.chunkIndex)||o<this.chunkPos[s.chunkIndex])&&c.addChunk(this.chunkPos[s.chunkIndex],this.chunk[s.chunkIndex])?s.nextChunk():((!r||n>s.to||o<s.from||r(s.from,s.to,s.value))&&(c.addInner(s.from,s.to,s.value)||l.push(Oe.create(s.from,s.to,s.value))),s.next());return c.finishInner(this.nextLayer.isEmpty&&!l.length?ye.empty:this.nextLayer.update({add:l,filter:r,filterFrom:n,filterTo:o}))}map(t){if(t.empty||this.isEmpty)return this;let e=[],i=[],n=-1;for(let o=0;o<this.chunk.length;o++){let r=this.chunkPos[o],s=this.chunk[o],a=t.touchesRange(r,r+s.length);if(!1===a)n=Math.max(n,s.maxPoint),e.push(s),i.push(t.mapPos(r));else if(!0===a){let{mapped:o,pos:a}=s.map(r,t);o&&(n=Math.max(n,o.maxPoint),e.push(o),i.push(a))}}let o=this.nextLayer.map(t);return 0==e.length?o:new ye(i,e,o||ye.empty,n)}between(t,e,i){if(!this.isEmpty){for(let n=0;n<this.chunk.length;n++){let o=this.chunkPos[n],r=this.chunk[n];if(e>=o&&t<=o+r.length&&!1===r.between(o,t-o,e-o,i))return}this.nextLayer.between(t,e,i)}}iter(t=0){return xe.from([this]).goto(t)}get isEmpty(){return this.nextLayer==this}static iter(t,e=0){return xe.from(t).goto(e)}static compare(t,e,i,n,o=-1){let r=t.filter((t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=o)),s=e.filter((t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=o)),a=we(r,s,i),l=new ke(r,a,o),c=new ke(s,a,o);i.iterGaps(((t,e,i)=>Qe(l,t,c,e,i,n))),i.empty&&0==i.length&&Qe(l,0,c,0,0,n)}static eq(t,e,i=0,n){null==n&&(n=999999999);let o=t.filter((t=>!t.isEmpty&&e.indexOf(t)<0)),r=e.filter((e=>!e.isEmpty&&t.indexOf(e)<0));if(o.length!=r.length)return!1;if(!o.length)return!0;let s=we(o,r),a=new ke(o,s,0).goto(i),l=new ke(r,s,0).goto(i);for(;;){if(a.to!=l.to||!Pe(a.active,l.active)||a.point&&(!l.point||!a.point.eq(l.point)))return!1;if(a.to>n)return!0;a.next(),l.next()}}static spans(t,e,i,n,o=-1){let r=new ke(t,null,o).goto(e),s=e,a=r.openStart;for(;;){let t=Math.min(r.to,i);if(r.point){let i=r.activeForPoint(r.to),o=r.pointFrom<e?i.length+1:r.point.startSide<0?i.length:Math.min(i.length,a);n.point(s,t,r.point,i,o,r.pointRank),a=Math.min(r.openEnd(t),i.length)}else t>s&&(n.span(s,t,r.active,a),a=r.openEnd(t));if(r.to>i)return a+(r.point&&r.to>i?1:0);s=r.to,r.next()}}static of(t,e=!1){let i=new ve;for(let n of t instanceof Oe?[t]:e?function(t){if(t.length>1)for(let e=t[0],i=1;i<t.length;i++){let n=t[i];if(ge(e,n)>0)return t.slice().sort(ge);e=n}return t}(t):t)i.add(n.from,n.to,n.value);return i.finish()}static join(t){if(!t.length)return ye.empty;let e=t[t.length-1];for(let i=t.length-2;i>=0;i--)for(let n=t[i];n!=ye.empty;n=n.nextLayer)e=new ye(n.chunkPos,n.chunk,e,Math.max(n.maxPoint,e.maxPoint));return e}}ye.empty=new ye([],[],null,-1),ye.empty.nextLayer=ye.empty;class ve{finishChunk(t){this.chunks.push(new me(this.from,this.to,this.value,this.maxPoint)),this.chunkPos.push(this.chunkStart),this.chunkStart=-1,this.setMaxPoint=Math.max(this.setMaxPoint,this.maxPoint),this.maxPoint=-1,t&&(this.from=[],this.to=[],this.value=[])}constructor(){this.chunks=[],this.chunkPos=[],this.chunkStart=-1,this.last=null,this.lastFrom=-1e9,this.lastTo=-1e9,this.from=[],this.to=[],this.value=[],this.maxPoint=-1,this.setMaxPoint=-1,this.nextLayer=null}add(t,e,i){this.addInner(t,e,i)||(this.nextLayer||(this.nextLayer=new ve)).add(t,e,i)}addInner(t,e,i){let n=t-this.lastTo||i.startSide-this.last.endSide;if(n<=0&&(t-this.lastFrom||i.startSide-this.last.startSide)<0)throw new Error("Ranges must be added sorted by `from` position and `startSide`");return!(n<0)&&(250==this.from.length&&this.finishChunk(!0),this.chunkStart<0&&(this.chunkStart=t),this.from.push(t-this.chunkStart),this.to.push(e-this.chunkStart),this.last=i,this.lastFrom=t,this.lastTo=e,this.value.push(i),i.point&&(this.maxPoint=Math.max(this.maxPoint,e-t)),!0)}addChunk(t,e){if((t-this.lastTo||e.value[0].startSide-this.last.endSide)<0)return!1;this.from.length&&this.finishChunk(!0),this.setMaxPoint=Math.max(this.setMaxPoint,e.maxPoint),this.chunks.push(e),this.chunkPos.push(t);let i=e.value.length-1;return this.last=e.value[i],this.lastFrom=e.from[i]+t,this.lastTo=e.to[i]+t,!0}finish(){return this.finishInner(ye.empty)}finishInner(t){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return t;let e=ye.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(t):t,this.setMaxPoint);return this.from=null,e}}function we(t,e,i){let n=new Map;for(let e of t)for(let t=0;t<e.chunk.length;t++)e.chunk[t].maxPoint<=0&&n.set(e.chunk[t],e.chunkPos[t]);let o=new Set;for(let t of e)for(let e=0;e<t.chunk.length;e++){let r=n.get(t.chunk[e]);null==r||(i?i.mapPos(r):r)!=t.chunkPos[e]||(null==i?void 0:i.touchesRange(r,r+t.chunk[e].length))||o.add(t.chunk[e])}return o}class be{constructor(t,e,i,n=0){this.layer=t,this.skip=e,this.minPoint=i,this.rank=n}get startSide(){return this.value?this.value.startSide:0}get endSide(){return this.value?this.value.endSide:0}goto(t,e=-1e9){return this.chunkIndex=this.rangeIndex=0,this.gotoInner(t,e,!1),this}gotoInner(t,e,i){for(;this.chunkIndex<this.layer.chunk.length;){let e=this.layer.chunk[this.chunkIndex];if(!(this.skip&&this.skip.has(e)||this.layer.chunkEnd(this.chunkIndex)<t||e.maxPoint<this.minPoint))break;this.chunkIndex++,i=!1}if(this.chunkIndex<this.layer.chunk.length){let n=this.layer.chunk[this.chunkIndex].findIndex(t-this.layer.chunkPos[this.chunkIndex],e,!0);(!i||this.rangeIndex<n)&&this.setRangeIndex(n)}this.next()}forward(t,e){(this.to-t||this.endSide-e)<0&&this.gotoInner(t,e,!0)}next(){for(;;){if(this.chunkIndex==this.layer.chunk.length){this.from=this.to=1e9,this.value=null;break}{let t=this.layer.chunkPos[this.chunkIndex],e=this.layer.chunk[this.chunkIndex],i=t+e.from[this.rangeIndex];if(this.from=i,this.to=t+e.to[this.rangeIndex],this.value=e.value[this.rangeIndex],this.setRangeIndex(this.rangeIndex+1),this.minPoint<0||this.value.point&&this.to-this.from>=this.minPoint)break}}}setRangeIndex(t){if(t==this.layer.chunk[this.chunkIndex].value.length){if(this.chunkIndex++,this.skip)for(;this.chunkIndex<this.layer.chunk.length&&this.skip.has(this.layer.chunk[this.chunkIndex]);)this.chunkIndex++;this.rangeIndex=0}else this.rangeIndex=t}nextChunk(){this.chunkIndex++,this.rangeIndex=0,this.next()}compare(t){return this.from-t.from||this.startSide-t.startSide||this.rank-t.rank||this.to-t.to||this.endSide-t.endSide}}class xe{constructor(t){this.heap=t}static from(t,e=null,i=-1){let n=[];for(let o=0;o<t.length;o++)for(let r=t[o];!r.isEmpty;r=r.nextLayer)r.maxPoint>=i&&n.push(new be(r,e,i,o));return 1==n.length?n[0]:new xe(n)}get startSide(){return this.value?this.value.startSide:0}goto(t,e=-1e9){for(let i of this.heap)i.goto(t,e);for(let t=this.heap.length>>1;t>=0;t--)Se(this.heap,t);return this.next(),this}forward(t,e){for(let i of this.heap)i.forward(t,e);for(let t=this.heap.length>>1;t>=0;t--)Se(this.heap,t);(this.to-t||this.value.endSide-e)<0&&this.next()}next(){if(0==this.heap.length)this.from=this.to=1e9,this.value=null,this.rank=-1;else{let t=this.heap[0];this.from=t.from,this.to=t.to,this.value=t.value,this.rank=t.rank,t.value&&t.next(),Se(this.heap,0)}}}function Se(t,e){for(let i=t[e];;){let n=1+(e<<1);if(n>=t.length)break;let o=t[n];if(n+1<t.length&&o.compare(t[n+1])>=0&&(o=t[n+1],n++),i.compare(o)<0)break;t[n]=i,t[e]=o,e=n}}class ke{constructor(t,e,i){this.minPoint=i,this.active=[],this.activeTo=[],this.activeRank=[],this.minActive=-1,this.point=null,this.pointFrom=0,this.pointRank=0,this.to=-1e9,this.endSide=0,this.openStart=-1,this.cursor=xe.from(t,e,i)}goto(t,e=-1e9){return this.cursor.goto(t,e),this.active.length=this.activeTo.length=this.activeRank.length=0,this.minActive=-1,this.to=t,this.endSide=e,this.openStart=-1,this.next(),this}forward(t,e){for(;this.minActive>-1&&(this.activeTo[this.minActive]-t||this.active[this.minActive].endSide-e)<0;)this.removeActive(this.minActive);this.cursor.forward(t,e)}removeActive(t){$e(this.active,t),$e(this.activeTo,t),$e(this.activeRank,t),this.minActive=Ce(this.active,this.activeTo)}addActive(t){let e=0,{value:i,to:n,rank:o}=this.cursor;for(;e<this.activeRank.length&&(o-this.activeRank[e]||n-this.activeTo[e])>0;)e++;Ze(this.active,e,i),Ze(this.activeTo,e,n),Ze(this.activeRank,e,o),t&&Ze(t,e,this.cursor.from),this.minActive=Ce(this.active,this.activeTo)}next(){let t=this.to,e=this.point;this.point=null;let i=this.openStart<0?[]:null;for(;;){let n=this.minActive;if(n>-1&&(this.activeTo[n]-this.cursor.from||this.active[n].endSide-this.cursor.startSide)<0){if(this.activeTo[n]>t){this.to=this.activeTo[n],this.endSide=this.active[n].endSide;break}this.removeActive(n),i&&$e(i,n)}else{if(!this.cursor.value){this.to=this.endSide=1e9;break}if(this.cursor.from>t){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}{let t=this.cursor.value;if(t.point){if(!(e&&this.cursor.to==this.to&&this.cursor.from<this.cursor.to)){this.point=t,this.pointFrom=this.cursor.from,this.pointRank=this.cursor.rank,this.to=this.cursor.to,this.endSide=t.endSide,this.cursor.next(),this.forward(this.to,this.endSide);break}this.cursor.next()}else this.addActive(i),this.cursor.next()}}}if(i){this.openStart=0;for(let e=i.length-1;e>=0&&i[e]<t;e--)this.openStart++}}activeForPoint(t){if(!this.active.length)return this.active;let e=[];for(let i=this.active.length-1;i>=0&&!(this.activeRank[i]<this.pointRank);i--)(this.activeTo[i]>t||this.activeTo[i]==t&&this.active[i].endSide>=this.point.endSide)&&e.push(this.active[i]);return e.reverse()}openEnd(t){let e=0;for(let i=this.activeTo.length-1;i>=0&&this.activeTo[i]>t;i--)e++;return e}}function Qe(t,e,i,n,o,r){t.goto(e),i.goto(n);let s=n+o,a=n,l=n-e;for(;;){let e=t.to+l-i.to||t.endSide-i.endSide,n=e<0?t.to+l:i.to,o=Math.min(n,s);if(t.point||i.point?t.point&&i.point&&(t.point==i.point||t.point.eq(i.point))&&Pe(t.activeForPoint(t.to),i.activeForPoint(i.to))||r.comparePoint(a,o,t.point,i.point):o>a&&!Pe(t.active,i.active)&&r.compareRange(a,o,t.active,i.active),n>s)break;a=n,e<=0&&t.next(),e>=0&&i.next()}}function Pe(t,e){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++)if(t[i]!=e[i]&&!t[i].eq(e[i]))return!1;return!0}function $e(t,e){for(let i=e,n=t.length-1;i<n;i++)t[i]=t[i+1];t.pop()}function Ze(t,e,i){for(let i=t.length-1;i>=e;i--)t[i+1]=t[i];t[e]=i}function Ce(t,e){let i=-1,n=1e9;for(let o=0;o<e.length;o++)(e[o]-n||t[o].endSide-t[i].endSide)<0&&(i=o,n=e[o]);return i}function Ae(t,e,i=t.length){let n=0;for(let o=0;o<i;)9==t.charCodeAt(o)?(n+=e-n%e,o++):(n++,o=it(t,o));return n}function Te(t,e,i,n){for(let n=0,o=0;;){if(o>=e)return n;if(n==t.length)break;o+=9==t.charCodeAt(n)?i-o%i:1,n=it(t,n)}return!0===n?-1:t.length}const Re="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),We="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),Xe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class Ye{constructor(t,e){this.rules=[];let{finish:i}=e||{};function n(t){return/^@/.test(t)?[t]:t.split(/,\s*/)}function o(t,e,r,s){let a=[],l=/^@(\w+)\b/.exec(t[0]),c=l&&"keyframes"==l[1];if(l&&null==e)return r.push(t[0]+";");for(let i in e){let s=e[i];if(/&/.test(i))o(i.split(/,\s*/).map((e=>t.map((t=>e.replace(/&/,t))))).reduce(((t,e)=>t.concat(e))),s,r);else if(s&&"object"==typeof s){if(!l)throw new RangeError("The value of a property ("+i+") should be a primitive value.");o(n(i),s,a,c)}else null!=s&&a.push(i.replace(/_.*/,"").replace(/[A-Z]/g,(t=>"-"+t.toLowerCase()))+": "+s+";")}(a.length||c)&&r.push((!i||l||s?t:t.map(i)).join(", ")+" {"+a.join(" ")+"}")}for(let e in t)o(n(e),t[e],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let t=Xe[Re]||1;return Xe[Re]=t+1,"ͼ"+t.toString(36)}static mount(t,e,i){let n=t[We],o=i&&i.nonce;n?o&&n.setNonce(o):n=new Me(t,o),n.mount(Array.isArray(e)?e:[e],t)}}let Ee=new Map;class Me{constructor(t,e){let i=t.ownerDocument||t,n=i.defaultView;if(!t.head&&t.adoptedStyleSheets&&n.CSSStyleSheet){let e=Ee.get(i);if(e)return t[We]=e;this.sheet=new n.CSSStyleSheet,Ee.set(i,this)}else this.styleTag=i.createElement("style"),e&&this.styleTag.setAttribute("nonce",e);this.modules=[],t[We]=this}mount(t,e){let i=this.sheet,n=0,o=0;for(let e=0;e<t.length;e++){let r=t[e],s=this.modules.indexOf(r);if(s<o&&s>-1&&(this.modules.splice(s,1),o--,s=-1),-1==s){if(this.modules.splice(o++,0,r),i)for(let t=0;t<r.rules.length;t++)i.insertRule(r.rules[t],n++)}else{for(;o<s;)n+=this.modules[o++].rules.length;n+=r.rules.length,o++}}if(i)e.adoptedStyleSheets.indexOf(this.sheet)<0&&(e.adoptedStyleSheets=[this.sheet,...e.adoptedStyleSheets]);else{let t="";for(let e=0;e<this.modules.length;e++)t+=this.modules[e].getRules()+"\n";this.styleTag.textContent=t;let i=e.head||e;this.styleTag.parentNode!=i&&i.insertBefore(this.styleTag,i.firstChild)}}setNonce(t){this.styleTag&&this.styleTag.getAttribute("nonce")!=t&&this.styleTag.setAttribute("nonce",t)}}for(var De={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},je={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},qe="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),_e="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Ne=0;Ne<10;Ne++)De[48+Ne]=De[96+Ne]=String(Ne);for(Ne=1;Ne<=24;Ne++)De[Ne+111]="F"+Ne;for(Ne=65;Ne<=90;Ne++)De[Ne]=String.fromCharCode(Ne+32),je[Ne]=String.fromCharCode(Ne);for(var Ve in De)je.hasOwnProperty(Ve)||(je[Ve]=De[Ve]);function Be(t){let e;return e=11==t.nodeType?t.getSelection?t:t.ownerDocument:t,e.getSelection()}function Ie(t,e){return!!e&&(t==e||t.contains(1!=e.nodeType?e.parentNode:e))}function ze(t,e){if(!e.anchorNode)return!1;try{return Ie(t,e.anchorNode)}catch(t){return!1}}function Le(t){return 3==t.nodeType?ri(t,0,t.nodeValue.length).getClientRects():1==t.nodeType?t.getClientRects():[]}function Ge(t,e,i,n){return!!i&&(Fe(t,e,i,n,-1)||Fe(t,e,i,n,1))}function Ue(t){for(var e=0;;e++)if(!(t=t.previousSibling))return e}function Fe(t,e,i,n,o){for(;;){if(t==i&&e==n)return!0;if(e==(o<0?0:He(t))){if("DIV"==t.nodeName)return!1;let i=t.parentNode;if(!i||1!=i.nodeType)return!1;e=Ue(t)+(o<0?0:1),t=i}else{if(1!=t.nodeType)return!1;if(1==(t=t.childNodes[e+(o<0?-1:0)]).nodeType&&"false"==t.contentEditable)return!1;e=o<0?He(t):0}}}function He(t){return 3==t.nodeType?t.nodeValue.length:t.childNodes.length}function Ke(t,e){let i=e?t.left:t.right;return{left:i,right:i,top:t.top,bottom:t.bottom}}function Je(t){let e=t.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.innerWidth,top:0,bottom:t.innerHeight}}function ti(t,e){let i=e.width/t.offsetWidth,n=e.height/t.offsetHeight;return(i>.995&&i<1.005||!isFinite(i)||Math.abs(e.width-t.offsetWidth)<1)&&(i=1),(n>.995&&n<1.005||!isFinite(n)||Math.abs(e.height-t.offsetHeight)<1)&&(n=1),{scaleX:i,scaleY:n}}class ei{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}eq(t){return this.anchorNode==t.anchorNode&&this.anchorOffset==t.anchorOffset&&this.focusNode==t.focusNode&&this.focusOffset==t.focusOffset}setRange(t){let{anchorNode:e,focusNode:i}=t;this.set(e,Math.min(t.anchorOffset,e?He(e):0),i,Math.min(t.focusOffset,i?He(i):0))}set(t,e,i,n){this.anchorNode=t,this.anchorOffset=e,this.focusNode=i,this.focusOffset=n}}let ii,ni=null;function oi(t){if(t.setActive)return t.setActive();if(ni)return t.focus(ni);let e=[];for(let i=t;i&&(e.push(i,i.scrollTop,i.scrollLeft),i!=i.ownerDocument);i=i.parentNode);if(t.focus(null==ni?{get preventScroll(){return ni={preventScroll:!0},!0}}:void 0),!ni){ni=!1;for(let t=0;t<e.length;){let i=e[t++],n=e[t++],o=e[t++];i.scrollTop!=n&&(i.scrollTop=n),i.scrollLeft!=o&&(i.scrollLeft=o)}}}function ri(t,e,i=e){let n=ii||(ii=document.createRange());return n.setEnd(t,i),n.setStart(t,e),n}function si(t,e,i,n){let o={key:e,code:e,keyCode:i,which:i,cancelable:!0};n&&({altKey:o.altKey,ctrlKey:o.ctrlKey,shiftKey:o.shiftKey,metaKey:o.metaKey}=n);let r=new KeyboardEvent("keydown",o);r.synthetic=!0,t.dispatchEvent(r);let s=new KeyboardEvent("keyup",o);return s.synthetic=!0,t.dispatchEvent(s),r.defaultPrevented||s.defaultPrevented}function ai(t){for(;t.attributes.length;)t.removeAttributeNode(t.attributes[0])}function li(t){return t.scrollTop>Math.max(1,t.scrollHeight-t.clientHeight-4)}class ci{constructor(t,e,i=!0){this.node=t,this.offset=e,this.precise=i}static before(t,e){return new ci(t.parentNode,Ue(t),e)}static after(t,e){return new ci(t.parentNode,Ue(t)+1,e)}}const hi=[];class di{constructor(){this.parent=null,this.dom=null,this.flags=2}get overrideDOMText(){return null}get posAtStart(){return this.parent?this.parent.posBefore(this):0}get posAtEnd(){return this.posAtStart+this.length}posBefore(t){let e=this.posAtStart;for(let i of this.children){if(i==t)return e;e+=i.length+i.breakAfter}throw new RangeError("Invalid child in posBefore")}posAfter(t){return this.posBefore(t)+t.length}sync(t,e){if(2&this.flags){let i,n=this.dom,o=null;for(let r of this.children){if(7&r.flags){if(!r.dom&&(i=o?o.nextSibling:n.firstChild)){let t=di.get(i);(!t||!t.parent&&t.canReuseDOM(r))&&r.reuseDOM(i)}r.sync(t,e),r.flags&=-8}if(i=o?o.nextSibling:n.firstChild,e&&!e.written&&e.node==n&&i!=r.dom&&(e.written=!0),r.dom.parentNode==n)for(;i&&i!=r.dom;)i=ui(i);else n.insertBefore(r.dom,i);o=r.dom}for(i=o?o.nextSibling:n.firstChild,i&&e&&e.node==n&&(e.written=!0);i;)i=ui(i)}else if(1&this.flags)for(let i of this.children)7&i.flags&&(i.sync(t,e),i.flags&=-8)}reuseDOM(t){}localPosFromDOM(t,e){let i;if(t==this.dom)i=this.dom.childNodes[e];else{let n=0==He(t)?0:0==e?-1:1;for(;;){let e=t.parentNode;if(e==this.dom)break;0==n&&e.firstChild!=e.lastChild&&(n=t==e.firstChild?-1:1),t=e}i=n<0?t:t.nextSibling}if(i==this.dom.firstChild)return 0;for(;i&&!di.get(i);)i=i.nextSibling;if(!i)return this.length;for(let t=0,e=0;;t++){let n=this.children[t];if(n.dom==i)return e;e+=n.length+n.breakAfter}}domBoundsAround(t,e,i=0){let n=-1,o=-1,r=-1,s=-1;for(let a=0,l=i,c=i;a<this.children.length;a++){let i=this.children[a],h=l+i.length;if(l<t&&h>e)return i.domBoundsAround(t,e,l);if(h>=t&&-1==n&&(n=a,o=l),l>e&&i.dom.parentNode==this.dom){r=a,s=c;break}c=h,l=h+i.breakAfter}return{from:o,to:s<0?i+this.length:s,startDOM:(n?this.children[n-1].dom.nextSibling:null)||this.dom.firstChild,endDOM:r<this.children.length&&r>=0?this.children[r].dom:null}}markDirty(t=!1){this.flags|=2,this.markParentsDirty(t)}markParentsDirty(t){for(let e=this.parent;e;e=e.parent){if(t&&(e.flags|=2),1&e.flags)return;e.flags|=1,t=!1}}setParent(t){this.parent!=t&&(this.parent=t,7&this.flags&&this.markParentsDirty(!0))}setDOM(t){this.dom!=t&&(this.dom&&(this.dom.cmView=null),this.dom=t,t.cmView=this)}get rootView(){for(let t=this;;){let e=t.parent;if(!e)return t;t=e}}replaceChildren(t,e,i=hi){this.markDirty();for(let n=t;n<e;n++){let t=this.children[n];t.parent==this&&i.indexOf(t)<0&&t.destroy()}this.children.splice(t,e-t,...i);for(let t=0;t<i.length;t++)i[t].setParent(this)}ignoreMutation(t){return!1}ignoreEvent(t){return!1}childCursor(t=this.length){return new fi(this.children,t,this.children.length)}childPos(t,e=1){return this.childCursor().findPos(t,e)}toString(){let t=this.constructor.name.replace("View","");return t+(this.children.length?"("+this.children.join()+")":this.length?"["+("Text"==t?this.text:this.length)+"]":"")+(this.breakAfter?"#":"")}static get(t){return t.cmView}get isEditable(){return!0}get isWidget(){return!1}get isHidden(){return!1}merge(t,e,i,n,o,r){return!1}become(t){return!1}canReuseDOM(t){return t.constructor==this.constructor&&!(8&(this.flags|t.flags))}getSide(){return 0}destroy(){for(let t of this.children)t.parent==this&&t.destroy();this.parent=null}}function ui(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}di.prototype.breakAfter=0;class fi{constructor(t,e,i){this.children=t,this.pos=e,this.i=i,this.off=0}findPos(t,e=1){for(;;){if(t>this.pos||t==this.pos&&(e>0||0==this.i||this.children[this.i-1].breakAfter))return this.off=t-this.pos,this;let i=this.children[--this.i];this.pos-=i.length+i.breakAfter}}}function pi(t,e,i,n,o,r,s,a,l){let{children:c}=t,h=c.length?c[e]:null,d=r.length?r[r.length-1]:null,u=d?d.breakAfter:s;if(!(e==n&&h&&!s&&!u&&r.length<2&&h.merge(i,o,r.length?d:null,0==i,a,l))){if(n<c.length){let t=c[n];t&&(o<t.length||t.breakAfter&&(null==d?void 0:d.breakAfter))?(e==n&&(t=t.split(o),o=0),!u&&d&&t.merge(0,o,d,!0,0,l)?r[r.length-1]=t:((o||t.children.length&&!t.children[0].length)&&t.merge(0,o,null,!1,0,l),r.push(t))):(null==t?void 0:t.breakAfter)&&(d?d.breakAfter=1:s=1),n++}for(h&&(h.breakAfter=s,i>0&&(!s&&r.length&&h.merge(i,h.length,r[0],!1,a,0)?h.breakAfter=r.shift().breakAfter:(i<h.length||h.children.length&&0==h.children[h.children.length-1].length)&&h.merge(i,h.length,null,!1,a,0),e++));e<n&&r.length;)if(c[n-1].become(r[r.length-1]))n--,r.pop(),l=r.length?0:a;else{if(!c[e].become(r[0]))break;e++,r.shift(),a=r.length?0:l}!r.length&&e&&n<c.length&&!c[e-1].breakAfter&&c[n].merge(0,0,c[e-1],!1,a,l)&&e--,(e<n||r.length)&&t.replaceChildren(e,n,r)}}function Oi(t,e,i,n,o,r){let s=t.childCursor(),{i:a,off:l}=s.findPos(i,1),{i:c,off:h}=s.findPos(e,-1),d=e-i;for(let t of n)d+=t.length;t.length+=d,pi(t,c,h,a,l,n,0,o,r)}let gi="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},mi="undefined"!=typeof document?document:{documentElement:{style:{}}};const yi=/Edge\/(\d+)/.exec(gi.userAgent),vi=/MSIE \d/.test(gi.userAgent),wi=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(gi.userAgent),bi=!!(vi||wi||yi),xi=!bi&&/gecko\/(\d+)/i.test(gi.userAgent),Si=!bi&&/Chrome\/(\d+)/.exec(gi.userAgent),ki="webkitFontSmoothing"in mi.documentElement.style,Qi=!bi&&/Apple Computer/.test(gi.vendor),Pi=Qi&&(/Mobile\/\w+/.test(gi.userAgent)||gi.maxTouchPoints>2);var $i={mac:Pi||/Mac/.test(gi.platform),windows:/Win/.test(gi.platform),linux:/Linux|X11/.test(gi.platform),ie:bi,ie_version:vi?mi.documentMode||6:wi?+wi[1]:yi?+yi[1]:0,gecko:xi,gecko_version:xi?+(/Firefox\/(\d+)/.exec(gi.userAgent)||[0,0])[1]:0,chrome:!!Si,chrome_version:Si?+Si[1]:0,ios:Pi,android:/Android\b/.test(gi.userAgent),webkit:ki,safari:Qi,webkit_version:ki?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0,tabSize:null!=mi.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class Zi extends di{constructor(t){super(),this.text=t}get length(){return this.text.length}createDOM(t){this.setDOM(t||document.createTextNode(this.text))}sync(t,e){this.dom||this.createDOM(),this.dom.nodeValue!=this.text&&(e&&e.node==this.dom&&(e.written=!0),this.dom.nodeValue=this.text)}reuseDOM(t){3==t.nodeType&&this.createDOM(t)}merge(t,e,i){return!(8&this.flags||i&&(!(i instanceof Zi)||this.length-(e-t)+i.length>256||8&i.flags))&&(this.text=this.text.slice(0,t)+(i?i.text:"")+this.text.slice(e),this.markDirty(),!0)}split(t){let e=new Zi(this.text.slice(t));return this.text=this.text.slice(0,t),this.markDirty(),e.flags|=8&this.flags,e}localPosFromDOM(t,e){return t==this.dom?e:e?this.text.length:0}domAtPos(t){return new ci(this.dom,t)}domBoundsAround(t,e,i){return{from:i,to:i+this.length,startDOM:this.dom,endDOM:this.dom.nextSibling}}coordsAt(t,e){return function(t,e,i){let n=t.nodeValue.length;e>n&&(e=n);let o=e,r=e,s=0;0==e&&i<0||e==n&&i>=0?$i.chrome||$i.gecko||(e?(o--,s=1):r<n&&(r++,s=-1)):i<0?o--:r<n&&r++;let a=ri(t,o,r).getClientRects();if(!a.length)return null;let l=a[(s?s<0:i>=0)?0:a.length-1];$i.safari&&!s&&0==l.width&&(l=Array.prototype.find.call(a,(t=>t.width))||l);return s?Ke(l,s<0):l||null}(this.dom,t,e)}}class Ci extends di{constructor(t,e=[],i=0){super(),this.mark=t,this.children=e,this.length=i;for(let t of e)t.setParent(this)}setAttrs(t){if(ai(t),this.mark.class&&(t.className=this.mark.class),this.mark.attrs)for(let e in this.mark.attrs)t.setAttribute(e,this.mark.attrs[e]);return t}canReuseDOM(t){return super.canReuseDOM(t)&&!(8&(this.flags|t.flags))}reuseDOM(t){t.nodeName==this.mark.tagName.toUpperCase()&&(this.setDOM(t),this.flags|=6)}sync(t,e){this.dom?4&this.flags&&this.setAttrs(this.dom):this.setDOM(this.setAttrs(document.createElement(this.mark.tagName))),super.sync(t,e)}merge(t,e,i,n,o,r){return(!i||!(!(i instanceof Ci&&i.mark.eq(this.mark))||t&&o<=0||e<this.length&&r<=0))&&(Oi(this,t,e,i?i.children.slice():[],o-1,r-1),this.markDirty(),!0)}split(t){let e=[],i=0,n=-1,o=0;for(let r of this.children){let s=i+r.length;s>t&&e.push(i<t?r.split(t-i):r),n<0&&i>=t&&(n=o),i=s,o++}let r=this.length-t;return this.length=t,n>-1&&(this.children.length=n,this.markDirty()),new Ci(this.mark,e,r)}domAtPos(t){return Ri(this,t)}coordsAt(t,e){return Xi(this,t,e)}}class Ai extends di{static create(t,e,i){return new Ai(t,e,i)}constructor(t,e,i){super(),this.widget=t,this.length=e,this.side=i,this.prevWidget=null}split(t){let e=Ai.create(this.widget,this.length-t,this.side);return this.length-=t,e}sync(t){this.dom&&this.widget.updateDOM(this.dom,t)||(this.dom&&this.prevWidget&&this.prevWidget.destroy(this.dom),this.prevWidget=null,this.setDOM(this.widget.toDOM(t)),this.widget.editable||(this.dom.contentEditable="false"))}getSide(){return this.side}merge(t,e,i,n,o,r){return!(i&&(!(i instanceof Ai&&this.widget.compare(i.widget))||t>0&&o<=0||e<this.length&&r<=0))&&(this.length=t+(i?i.length:0)+(this.length-e),!0)}become(t){return t instanceof Ai&&t.side==this.side&&this.widget.constructor==t.widget.constructor&&(this.widget.compare(t.widget)||this.markDirty(!0),this.dom&&!this.prevWidget&&(this.prevWidget=this.widget),this.widget=t.widget,this.length=t.length,!0)}ignoreMutation(){return!0}ignoreEvent(t){return this.widget.ignoreEvent(t)}get overrideDOMText(){if(0==this.length)return N.empty;let t=this;for(;t.parent;)t=t.parent;let{view:e}=t,i=e&&e.state.doc,n=this.posAtStart;return i?i.slice(n,n+this.length):N.empty}domAtPos(t){return(this.length?0==t:this.side>0)?ci.before(this.dom):ci.after(this.dom,t==this.length)}domBoundsAround(){return null}coordsAt(t,e){let i=this.widget.coordsAt(this.dom,t,e);if(i)return i;let n=this.dom.getClientRects(),o=null;if(!n.length)return null;let r=this.side?this.side<0:t>0;for(let e=r?n.length-1:0;o=n[e],!(t>0?0==e:e==n.length-1||o.top<o.bottom);e+=r?-1:1);return Ke(o,!r)}get isEditable(){return!1}get isWidget(){return!0}get isHidden(){return this.widget.isHidden}destroy(){super.destroy(),this.dom&&this.widget.destroy(this.dom)}}class Ti extends di{constructor(t){super(),this.side=t}get length(){return 0}merge(){return!1}become(t){return t instanceof Ti&&t.side==this.side}split(){return new Ti(this.side)}sync(){if(!this.dom){let t=document.createElement("img");t.className="cm-widgetBuffer",t.setAttribute("aria-hidden","true"),this.setDOM(t)}}getSide(){return this.side}domAtPos(t){return this.side>0?ci.before(this.dom):ci.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(t){return this.dom.getBoundingClientRect()}get overrideDOMText(){return N.empty}get isHidden(){return!0}}function Ri(t,e){let i=t.dom,{children:n}=t,o=0;for(let t=0;o<n.length;o++){let r=n[o],s=t+r.length;if(!(s==t&&r.getSide()<=0)){if(e>t&&e<s&&r.dom.parentNode==i)return r.domAtPos(e-t);if(e<=t)break;t=s}}for(let t=o;t>0;t--){let e=n[t-1];if(e.dom.parentNode==i)return e.domAtPos(e.length)}for(let t=o;t<n.length;t++){let e=n[t];if(e.dom.parentNode==i)return e.domAtPos(0)}return new ci(i,0)}function Wi(t,e,i){let n,{children:o}=t;i>0&&e instanceof Ci&&o.length&&(n=o[o.length-1])instanceof Ci&&n.mark.eq(e.mark)?Wi(n,e.children[0],i-1):(o.push(e),e.setParent(t)),t.length+=e.length}function Xi(t,e,i){let n=null,o=-1,r=null,s=-1;!function t(e,a){for(let l=0,c=0;l<e.children.length&&c<=a;l++){let h=e.children[l],d=c+h.length;d>=a&&(h.children.length?t(h,a-c):(!r||r.isHidden&&i>0)&&(d>a||c==d&&h.getSide()>0)?(r=h,s=a-c):(c<a||c==d&&h.getSide()<0&&!h.isHidden)&&(n=h,o=a-c)),c=d}}(t,e);let a=(i<0?n:r)||n||r;return a?a.coordsAt(Math.max(0,a==n?o:s),i):function(t){let e=t.dom.lastChild;if(!e)return t.dom.getBoundingClientRect();let i=Le(e);return i[i.length-1]||null}(t)}function Yi(t,e){for(let i in t)"class"==i&&e.class?e.class+=" "+t.class:"style"==i&&e.style?e.style+=";"+t.style:e[i]=t[i];return e}Zi.prototype.children=Ai.prototype.children=Ti.prototype.children=hi;const Ei=Object.create(null);function Mi(t,e,i){if(t==e)return!0;t||(t=Ei),e||(e=Ei);let n=Object.keys(t),o=Object.keys(e);if(n.length-(i&&n.indexOf(i)>-1?1:0)!=o.length-(i&&o.indexOf(i)>-1?1:0))return!1;for(let r of n)if(r!=i&&(-1==o.indexOf(r)||t[r]!==e[r]))return!1;return!0}function Di(t,e,i){let n=!1;if(e)for(let o in e)i&&o in i||(n=!0,"style"==o?t.style.cssText="":t.removeAttribute(o));if(i)for(let o in i)e&&e[o]==i[o]||(n=!0,"style"==o?t.style.cssText=i[o]:t.setAttribute(o,i[o]));return n}function ji(t){let e=Object.create(null);for(let i=0;i<t.attributes.length;i++){let n=t.attributes[i];e[n.name]=n.value}return e}class qi extends di{constructor(){super(...arguments),this.children=[],this.length=0,this.prevAttrs=void 0,this.attrs=null,this.breakAfter=0}merge(t,e,i,n,o,r){if(i){if(!(i instanceof qi))return!1;this.dom||i.transferDOM(this)}return n&&this.setDeco(i?i.attrs:null),Oi(this,t,e,i?i.children.slice():[],o,r),!0}split(t){let e=new qi;if(e.breakAfter=this.breakAfter,0==this.length)return e;let{i:i,off:n}=this.childPos(t);n&&(e.append(this.children[i].split(n),0),this.children[i].merge(n,this.children[i].length,null,!1,0,0),i++);for(let t=i;t<this.children.length;t++)e.append(this.children[t],0);for(;i>0&&0==this.children[i-1].length;)this.children[--i].destroy();return this.children.length=i,this.markDirty(),this.length=t,e}transferDOM(t){this.dom&&(this.markDirty(),t.setDOM(this.dom),t.prevAttrs=void 0===this.prevAttrs?this.attrs:this.prevAttrs,this.prevAttrs=void 0,this.dom=null)}setDeco(t){Mi(this.attrs,t)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=t)}append(t,e){Wi(this,t,e)}addLineDeco(t){let e=t.spec.attributes,i=t.spec.class;e&&(this.attrs=Yi(e,this.attrs||{})),i&&(this.attrs=Yi({class:i},this.attrs||{}))}domAtPos(t){return Ri(this,t)}reuseDOM(t){"DIV"==t.nodeName&&(this.setDOM(t),this.flags|=6)}sync(t,e){var i;this.dom?4&this.flags&&(ai(this.dom),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0):(this.setDOM(document.createElement("div")),this.dom.className="cm-line",this.prevAttrs=this.attrs?null:void 0),void 0!==this.prevAttrs&&(Di(this.dom,this.prevAttrs,this.attrs),this.dom.classList.add("cm-line"),this.prevAttrs=void 0),super.sync(t,e);let n=this.dom.lastChild;for(;n&&di.get(n)instanceof Ci;)n=n.lastChild;if(!(n&&this.length&&("BR"==n.nodeName||0!=(null===(i=di.get(n))||void 0===i?void 0:i.isEditable)||$i.ios&&this.children.some((t=>t instanceof Zi))))){let t=document.createElement("BR");t.cmIgnore=!0,this.dom.appendChild(t)}}measureTextSize(){if(0==this.children.length||this.length>20)return null;let t,e=0;for(let i of this.children){if(!(i instanceof Zi)||/[^ -~]/.test(i.text))return null;let n=Le(i.dom);if(1!=n.length)return null;e+=n[0].width,t=n[0].height}return e?{lineHeight:this.dom.getBoundingClientRect().height,charWidth:e/this.length,textHeight:t}:null}coordsAt(t,e){let i=Xi(this,t,e);if(!this.children.length&&i&&this.parent){let{heightOracle:t}=this.parent.view.viewState,e=i.bottom-i.top;if(Math.abs(e-t.lineHeight)<2&&t.textHeight<e){let n=(e-t.textHeight)/2;return{top:i.top+n,bottom:i.bottom-n,left:i.left,right:i.left}}}return i}become(t){return!1}covers(){return!0}static find(t,e){for(let i=0,n=0;i<t.children.length;i++){let o=t.children[i],r=n+o.length;if(r>=e){if(o instanceof qi)return o;if(r>e)break}n=r+o.breakAfter}return null}}class _i extends di{constructor(t,e,i){super(),this.widget=t,this.length=e,this.deco=i,this.breakAfter=0,this.prevWidget=null}merge(t,e,i,n,o,r){return!(i&&(!(i instanceof _i&&this.widget.compare(i.widget))||t>0&&o<=0||e<this.length&&r<=0))&&(this.length=t+(i?i.length:0)+(this.length-e),!0)}domAtPos(t){return 0==t?ci.before(this.dom):ci.after(this.dom,t==this.length)}split(t){let e=this.length-t;this.length=t;let i=new _i(this.widget,e,this.deco);return i.breakAfter=this.breakAfter,i}get children(){return hi}sync(t){this.dom&&this.widget.updateDOM(this.dom,t)||(this.dom&&this.prevWidget&&this.prevWidget.destroy(this.dom),this.prevWidget=null,this.setDOM(this.widget.toDOM(t)),this.widget.editable||(this.dom.contentEditable="false"))}get overrideDOMText(){return this.parent?this.parent.view.state.doc.slice(this.posAtStart,this.posAtEnd):N.empty}domBoundsAround(){return null}become(t){return t instanceof _i&&t.widget.constructor==this.widget.constructor&&(t.widget.compare(this.widget)||this.markDirty(!0),this.dom&&!this.prevWidget&&(this.prevWidget=this.widget),this.widget=t.widget,this.length=t.length,this.deco=t.deco,this.breakAfter=t.breakAfter,!0)}ignoreMutation(){return!0}ignoreEvent(t){return this.widget.ignoreEvent(t)}get isEditable(){return!1}get isWidget(){return!0}coordsAt(t,e){return this.widget.coordsAt(this.dom,t,e)}destroy(){super.destroy(),this.dom&&this.widget.destroy(this.dom)}covers(t){let{startSide:e,endSide:i}=this.deco;return e!=i&&(t<0?e<0:i>0)}}class Ni{eq(t){return!1}updateDOM(t,e){return!1}compare(t){return this==t||this.constructor==t.constructor&&this.eq(t)}get estimatedHeight(){return-1}get lineBreaks(){return 0}ignoreEvent(t){return!0}coordsAt(t,e,i){return null}get isHidden(){return!1}get editable(){return!1}destroy(t){}}var Vi=function(t){return t[t.Text=0]="Text",t[t.WidgetBefore=1]="WidgetBefore",t[t.WidgetAfter=2]="WidgetAfter",t[t.WidgetRange=3]="WidgetRange",t}(Vi||(Vi={}));class Bi extends pe{constructor(t,e,i,n){super(),this.startSide=t,this.endSide=e,this.widget=i,this.spec=n}get heightRelevant(){return!1}static mark(t){return new Ii(t)}static widget(t){let e=Math.max(-1e4,Math.min(1e4,t.side||0)),i=!!t.block;return e+=i&&!t.inlineOrder?e>0?3e8:-4e8:e>0?1e8:-1e8,new Li(t,e,e,i,t.widget||null,!1)}static replace(t){let e,i,n=!!t.block;if(t.isBlockGap)e=-5e8,i=4e8;else{let{start:o,end:r}=Gi(t,n);e=(o?n?-3e8:-1:5e8)-1,i=1+(r?n?2e8:1:-6e8)}return new Li(t,e,i,n,t.widget||null,!0)}static line(t){return new zi(t)}static set(t,e=!1){return ye.of(t,e)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}Bi.none=ye.empty;class Ii extends Bi{constructor(t){let{start:e,end:i}=Gi(t);super(e?-1:5e8,i?1:-6e8,null,t),this.tagName=t.tagName||"span",this.class=t.class||"",this.attrs=t.attributes||null}eq(t){var e,i;return this==t||t instanceof Ii&&this.tagName==t.tagName&&(this.class||(null===(e=this.attrs)||void 0===e?void 0:e.class))==(t.class||(null===(i=t.attrs)||void 0===i?void 0:i.class))&&Mi(this.attrs,t.attrs,"class")}range(t,e=t){if(t>=e)throw new RangeError("Mark decorations may not be empty");return super.range(t,e)}}Ii.prototype.point=!1;class zi extends Bi{constructor(t){super(-2e8,-2e8,null,t)}eq(t){return t instanceof zi&&this.spec.class==t.spec.class&&Mi(this.spec.attributes,t.spec.attributes)}range(t,e=t){if(e!=t)throw new RangeError("Line decoration ranges must be zero-length");return super.range(t,e)}}zi.prototype.mapMode=dt.TrackBefore,zi.prototype.point=!0;class Li extends Bi{constructor(t,e,i,n,o,r){super(e,i,o,t),this.block=n,this.isReplace=r,this.mapMode=n?e<=0?dt.TrackBefore:dt.TrackAfter:dt.TrackDel}get type(){return this.startSide!=this.endSide?Vi.WidgetRange:this.startSide<=0?Vi.WidgetBefore:Vi.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(t){return t instanceof Li&&(e=this.widget,i=t.widget,e==i||!!(e&&i&&e.compare(i)))&&this.block==t.block&&this.startSide==t.startSide&&this.endSide==t.endSide;var e,i}range(t,e=t){if(this.isReplace&&(t>e||t==e&&this.startSide>0&&this.endSide<=0))throw new RangeError("Invalid range for replacement decoration");if(!this.isReplace&&e!=t)throw new RangeError("Widget decorations can only have zero-length ranges");return super.range(t,e)}}function Gi(t,e=!1){let{inclusiveStart:i,inclusiveEnd:n}=t;return null==i&&(i=t.inclusive),null==n&&(n=t.inclusive),{start:null!=i?i:e,end:null!=n?n:e}}function Ui(t,e,i,n=0){let o=i.length-1;o>=0&&i[o]+n>=t?i[o]=Math.max(i[o],e):i.push(t,e)}Li.prototype.point=!0;class Fi{constructor(t,e,i,n){this.doc=t,this.pos=e,this.end=i,this.disallowBlockEffectsFor=n,this.content=[],this.curLine=null,this.breakAtStart=0,this.pendingBuffer=0,this.bufferMarks=[],this.atCursorPos=!0,this.openStart=-1,this.openEnd=-1,this.text="",this.textOff=0,this.cursor=t.iter(),this.skip=e}posCovered(){if(0==this.content.length)return!this.breakAtStart&&this.doc.lineAt(this.pos).from!=this.pos;let t=this.content[this.content.length-1];return!(t.breakAfter||t instanceof _i&&t.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new qi),this.atCursorPos=!0),this.curLine}flushBuffer(t=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(Hi(new Ti(-1),t),t.length),this.pendingBuffer=0)}addBlockWidget(t){this.flushBuffer(),this.curLine=null,this.content.push(t)}finish(t){this.pendingBuffer&&t<=this.bufferMarks.length?this.flushBuffer():this.pendingBuffer=0,this.posCovered()||t&&this.content.length&&this.content[this.content.length-1]instanceof _i||this.getLine()}buildText(t,e,i){for(;t>0;){if(this.textOff==this.text.length){let{value:e,lineBreak:i,done:n}=this.cursor.next(this.skip);if(this.skip=0,n)throw new Error("Ran out of text content when drawing inline views");if(i){this.posCovered()||this.getLine(),this.content.length?this.content[this.content.length-1].breakAfter=1:this.breakAtStart=1,this.flushBuffer(),this.curLine=null,this.atCursorPos=!0,t--;continue}this.text=e,this.textOff=0}let n=Math.min(this.text.length-this.textOff,t,512);this.flushBuffer(e.slice(e.length-i)),this.getLine().append(Hi(new Zi(this.text.slice(this.textOff,this.textOff+n)),e),i),this.atCursorPos=!0,this.textOff+=n,t-=n,i=0}}span(t,e,i,n){this.buildText(e-t,i,n),this.pos=e,this.openStart<0&&(this.openStart=n)}point(t,e,i,n,o,r){if(this.disallowBlockEffectsFor[r]&&i instanceof Li){if(i.block)throw new RangeError("Block decorations may not be specified via plugins");if(e>this.doc.lineAt(this.pos).to)throw new RangeError("Decorations that replace line breaks may not be specified via plugins")}let s=e-t;if(i instanceof Li)if(i.block)i.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new _i(i.widget||Ki.block,s,i));else{let r=Ai.create(i.widget||Ki.inline,s,s?0:i.startSide),a=this.atCursorPos&&!r.isEditable&&o<=n.length&&(t<e||i.startSide>0),l=!r.isEditable&&(t<e||o>n.length||i.startSide<=0),c=this.getLine();2!=this.pendingBuffer||a||r.isEditable||(this.pendingBuffer=0),this.flushBuffer(n),a&&(c.append(Hi(new Ti(1),n),o),o=n.length+Math.max(0,o-n.length)),c.append(Hi(r,n),o),this.atCursorPos=l,this.pendingBuffer=l?t<e||o>n.length?1:2:0,this.pendingBuffer&&(this.bufferMarks=n.slice())}else this.doc.lineAt(this.pos).from==this.pos&&this.getLine().addLineDeco(i);s&&(this.textOff+s<=this.text.length?this.textOff+=s:(this.skip+=s-(this.text.length-this.textOff),this.text="",this.textOff=0),this.pos=e),this.openStart<0&&(this.openStart=o)}static build(t,e,i,n,o){let r=new Fi(t,e,i,o);return r.openEnd=ye.spans(n,e,i,r),r.openStart<0&&(r.openStart=r.openEnd),r.finish(r.openEnd),r}}function Hi(t,e){for(let i of e)t=new Ci(i,[t],t.length);return t}class Ki extends Ni{constructor(t){super(),this.tag=t}eq(t){return t.tag==this.tag}toDOM(){return document.createElement(this.tag)}updateDOM(t){return t.nodeName.toLowerCase()==this.tag}get isHidden(){return!0}}Ki.inline=new Ki("span"),Ki.block=new Ki("div");var Ji=function(t){return t[t.LTR=0]="LTR",t[t.RTL=1]="RTL",t}(Ji||(Ji={}));const tn=Ji.LTR,en=Ji.RTL;function nn(t){let e=[];for(let i=0;i<t.length;i++)e.push(1<<+t[i]);return e}const on=nn("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),rn=nn("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),sn=Object.create(null),an=[];for(let t of["()","[]","{}"]){let e=t.charCodeAt(0),i=t.charCodeAt(1);sn[e]=i,sn[i]=-e}function ln(t){return t<=247?on[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?rn[t-1536]:1774<=t&&t<=2220?4:8192<=t&&t<=8204?256:64336<=t&&t<=65023?4:1}const cn=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class hn{get dir(){return this.level%2?en:tn}constructor(t,e,i){this.from=t,this.to=e,this.level=i}side(t,e){return this.dir==e==t?this.to:this.from}forward(t,e){return t==(this.dir==e)}static find(t,e,i,n){let o=-1;for(let r=0;r<t.length;r++){let s=t[r];if(s.from<=e&&s.to>=e){if(s.level==i)return r;(o<0||(0!=n?n<0?s.from<e:s.to>e:t[o].level>s.level))&&(o=r)}}if(o<0)throw new RangeError("Index out of range");return o}}function dn(t,e){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++){let n=t[i],o=e[i];if(n.from!=o.from||n.to!=o.to||n.direction!=o.direction||!dn(n.inner,o.inner))return!1}return!0}const un=[];function fn(t,e,i,n,o,r,s){let a=n%2?2:1;if(n%2==o%2)for(let l=e,c=0;l<i;){let e=!0,h=!1;if(c==r.length||l<r[c].from){let t=un[l];t!=a&&(e=!1,h=16==t)}let d=e||1!=a?null:[],u=e?n:n+1,f=l;t:for(;;)if(c<r.length&&f==r[c].from){if(h)break t;let p=r[c];if(!e)for(let t=p.to,e=c+1;;){if(t==i)break t;if(!(e<r.length&&r[e].from==t)){if(un[t]==a)break t;break}t=r[e++].to}if(c++,d)d.push(p);else{p.from>l&&s.push(new hn(l,p.from,u)),pn(t,p.direction==tn!=!(u%2)?n+1:n,o,p.inner,p.from,p.to,s),l=p.to}f=p.to}else{if(f==i||(e?un[f]!=a:un[f]==a))break;f++}d?fn(t,l,f,n+1,o,d,s):l<f&&s.push(new hn(l,f,u)),l=f}else for(let l=i,c=r.length;l>e;){let i=!0,h=!1;if(!c||l>r[c-1].to){let t=un[l-1];t!=a&&(i=!1,h=16==t)}let d=i||1!=a?null:[],u=i?n:n+1,f=l;t:for(;;)if(c&&f==r[c-1].to){if(h)break t;let p=r[--c];if(!i)for(let t=p.from,i=c;;){if(t==e)break t;if(!i||r[i-1].to!=t){if(un[t-1]==a)break t;break}t=r[--i].from}if(d)d.push(p);else{p.to<l&&s.push(new hn(p.to,l,u)),pn(t,p.direction==tn!=!(u%2)?n+1:n,o,p.inner,p.from,p.to,s),l=p.from}f=p.from}else{if(f==e||(i?un[f-1]!=a:un[f-1]==a))break;f--}d?fn(t,f,l,n+1,o,d,s):f<l&&s.push(new hn(f,l,u)),l=f}}function pn(t,e,i,n,o,r,s){let a=e%2?2:1;!function(t,e,i,n,o){for(let r=0;r<=n.length;r++){let s=r?n[r-1].to:e,a=r<n.length?n[r].from:i,l=r?256:o;for(let e=s,i=l,n=l;e<a;e++){let o=ln(t.charCodeAt(e));512==o?o=i:8==o&&4==n&&(o=16),un[e]=4==o?2:o,7&o&&(n=o),i=o}for(let t=s,e=l,n=l;t<a;t++){let o=un[t];if(128==o)t<a-1&&e==un[t+1]&&24&e?o=un[t]=e:un[t]=256;else if(64==o){let o=t+1;for(;o<a&&64==un[o];)o++;let r=t&&8==e||o<i&&8==un[o]?1==n?1:8:256;for(let e=t;e<o;e++)un[e]=r;t=o-1}else 8==o&&1==n&&(un[t]=1);e=o,7&o&&(n=o)}}}(t,o,r,n,a),function(t,e,i,n,o){let r=1==o?2:1;for(let s=0,a=0,l=0;s<=n.length;s++){let c=s?n[s-1].to:e,h=s<n.length?n[s].from:i;for(let e,i,n,s=c;s<h;s++)if(i=sn[e=t.charCodeAt(s)])if(i<0){for(let t=a-3;t>=0;t-=3)if(an[t+1]==-i){let e=an[t+2],i=2&e?o:4&e?1&e?r:o:0;i&&(un[s]=un[an[t]]=i),a=t;break}}else{if(189==an.length)break;an[a++]=s,an[a++]=e,an[a++]=l}else if(2==(n=un[s])||1==n){let t=n==o;l=t?0:1;for(let e=a-3;e>=0;e-=3){let i=an[e+2];if(2&i)break;if(t)an[e+2]|=2;else{if(4&i)break;an[e+2]|=4}}}}}(t,o,r,n,a),function(t,e,i,n){for(let o=0,r=n;o<=i.length;o++){let s=o?i[o-1].to:t,a=o<i.length?i[o].from:e;for(let l=s;l<a;){let s=un[l];if(256==s){let s=l+1;for(;;)if(s==a){if(o==i.length)break;s=i[o++].to,a=o<i.length?i[o].from:e}else{if(256!=un[s])break;s++}let c=1==r,h=c==(1==(s<e?un[s]:n))?c?1:2:n;for(let e=s,n=o,r=n?i[n-1].to:t;e>l;)e==r&&(e=i[--n].from,r=n?i[n-1].to:t),un[--e]=h;l=s}else r=s,l++}}}(o,r,n,a),fn(t,o,r,e,i,n,s)}function On(t){return[new hn(0,t,0)]}let gn="";function mn(t,e,i,n,o){var r;let s=n.head-t.from,a=hn.find(e,s,null!==(r=n.bidiLevel)&&void 0!==r?r:-1,n.assoc),l=e[a],c=l.side(o,i);if(s==c){let t=a+=o?1:-1;if(t<0||t>=e.length)return null;l=e[a=t],s=l.side(!o,i),c=l.side(o,i)}let h=it(t.text,s,l.forward(o,i));(h<l.from||h>l.to)&&(h=c),gn=t.text.slice(Math.min(s,h),Math.max(s,h));let d=a==(o?e.length-1:0)?null:e[a+(o?1:-1)];return d&&h==c&&d.level+(o?0:1)<l.level?bt.cursor(d.side(!o,i)+t.from,d.forward(o,i)?1:-1,d.level):bt.cursor(h+t.from,l.forward(o,i)?-1:1,l.level)}function yn(t,e,i){for(let n=e;n<i;n++){let e=ln(t.charCodeAt(n));if(1==e)return tn;if(2==e||4==e)return en}return tn}const vn=kt.define(),wn=kt.define(),bn=kt.define(),xn=kt.define(),Sn=kt.define(),kn=kt.define(),Qn=kt.define(),Pn=kt.define({combine:t=>t.some((t=>t))}),$n=kt.define({combine:t=>t.some((t=>t))}),Zn=kt.define();class Cn{constructor(t,e="nearest",i="nearest",n=5,o=5,r=!1){this.range=t,this.y=e,this.x=i,this.yMargin=n,this.xMargin=o,this.isSnapshot=r}map(t){return t.empty?this:new Cn(this.range.map(t),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}clip(t){return this.range.to<=t.doc.length?this:new Cn(bt.cursor(t.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const An=te.define({map:(t,e)=>t.map(e)});function Tn(t,e,i){let n=t.facet(xn);n.length?n[0](e):window.onerror?window.onerror(String(e),i,void 0,void 0,e):i?console.error(i+":",e):console.error(e)}const Rn=kt.define({combine:t=>!t.length||t[0]});let Wn=0;const Xn=kt.define();class Yn{constructor(t,e,i,n,o){this.id=t,this.create=e,this.domEventHandlers=i,this.domEventObservers=n,this.extension=o(this)}static define(t,e){const{eventHandlers:i,eventObservers:n,provide:o,decorations:r}=e||{};return new Yn(Wn++,t,i,n,(t=>{let e=[Xn.of(t)];return r&&e.push(jn.of((e=>{let i=e.plugin(t);return i?r(i):Bi.none}))),o&&e.push(o(t)),e}))}static fromClass(t,e){return Yn.define((e=>new t(e)),e)}}class En{constructor(t){this.spec=t,this.mustUpdate=null,this.value=null}update(t){if(this.value){if(this.mustUpdate){let t=this.mustUpdate;if(this.mustUpdate=null,this.value.update)try{this.value.update(t)}catch(e){if(Tn(t.state,e,"CodeMirror plugin crashed"),this.value.destroy)try{this.value.destroy()}catch(t){}this.deactivate()}}}else if(this.spec)try{this.value=this.spec.create(t)}catch(e){Tn(t.state,e,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(t){var e;if(null===(e=this.value)||void 0===e?void 0:e.destroy)try{this.value.destroy()}catch(e){Tn(t.state,e,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const Mn=kt.define(),Dn=kt.define(),jn=kt.define(),qn=kt.define(),_n=kt.define(),Nn=kt.define();function Vn(t,e){let i=t.state.facet(Nn);if(!i.length)return i;let n=i.map((e=>e instanceof Function?e(t):e)),o=[];return ye.spans(n,e.from,e.to,{point(){},span(t,i,n,r){let s=t-e.from,a=i-e.from,l=o;for(let t=n.length-1;t>=0;t--,r--){let i,o=n[t].spec.bidiIsolate;if(null==o&&(o=yn(e.text,s,a)),r>0&&l.length&&(i=l[l.length-1]).to==s&&i.direction==o)i.to=a,l=i.inner;else{let t={from:s,to:a,direction:o,inner:[]};l.push(t),l=t.inner}}}}),o}const Bn=kt.define();function In(t){let e=0,i=0,n=0,o=0;for(let r of t.state.facet(Bn)){let s=r(t);s&&(null!=s.left&&(e=Math.max(e,s.left)),null!=s.right&&(i=Math.max(i,s.right)),null!=s.top&&(n=Math.max(n,s.top)),null!=s.bottom&&(o=Math.max(o,s.bottom)))}return{left:e,right:i,top:n,bottom:o}}const zn=kt.define();class Ln{constructor(t,e,i,n){this.fromA=t,this.toA=e,this.fromB=i,this.toB=n}join(t){return new Ln(Math.min(this.fromA,t.fromA),Math.max(this.toA,t.toA),Math.min(this.fromB,t.fromB),Math.max(this.toB,t.toB))}addToSet(t){let e=t.length,i=this;for(;e>0;e--){let n=t[e-1];if(!(n.fromA>i.toA)){if(n.toA<i.fromA)break;i=i.join(n),t.splice(e-1,1)}}return t.splice(e,0,i),t}static extendWithRanges(t,e){if(0==e.length)return t;let i=[];for(let n=0,o=0,r=0,s=0;;n++){let a=n==t.length?null:t[n],l=r-s,c=a?a.fromB:1e9;for(;o<e.length&&e[o]<c;){let t=e[o],n=e[o+1],r=Math.max(s,t),a=Math.min(c,n);if(r<=a&&new Ln(r+l,a+l,r,a).addToSet(i),n>c)break;o+=2}if(!a)return i;new Ln(a.fromA,a.toA,a.fromB,a.toB).addToSet(i),r=a.toA,s=a.toB}}}class Gn{constructor(t,e,i){this.view=t,this.state=e,this.transactions=i,this.flags=0,this.startState=t.state,this.changes=ft.empty(this.startState.doc.length);for(let t of i)this.changes=this.changes.compose(t.changes);let n=[];this.changes.iterChangedRanges(((t,e,i,o)=>n.push(new Ln(t,e,i,o)))),this.changedRanges=n}static create(t,e,i){return new Gn(t,e,i)}get viewportChanged(){return(4&this.flags)>0}get heightChanged(){return(2&this.flags)>0}get geometryChanged(){return this.docChanged||(10&this.flags)>0}get focusChanged(){return(1&this.flags)>0}get docChanged(){return!this.changes.empty}get selectionSet(){return this.transactions.some((t=>t.selection))}get empty(){return 0==this.flags&&0==this.transactions.length}}class Un extends di{get length(){return this.view.state.doc.length}constructor(t){super(),this.view=t,this.decorations=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.markedForComposition=new Set,this.compositionBarrier=Bi.none,this.minWidth=0,this.minWidthFrom=0,this.minWidthTo=0,this.impreciseAnchor=null,this.impreciseHead=null,this.forceSelection=!1,this.lastUpdate=Date.now(),this.setDOM(t.contentDOM),this.children=[new qi],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new Ln(0,0,0,t.state.doc.length)],0,null)}update(t){var e;let i=t.changedRanges;this.minWidth>0&&i.length&&(i.every((({fromA:t,toA:e})=>e<this.minWidthFrom||t>this.minWidthTo))?(this.minWidthFrom=t.changes.mapPos(this.minWidthFrom,1),this.minWidthTo=t.changes.mapPos(this.minWidthTo,1)):this.minWidth=this.minWidthFrom=this.minWidthTo=0);let n=-1;this.view.inputState.composing>=0&&((null===(e=this.domChanged)||void 0===e?void 0:e.newSel)?n=this.domChanged.newSel.head:function(t,e){let i=!1;e&&t.iterChangedRanges(((t,n)=>{t<e.to&&n>e.from&&(i=!0)}));return i}(t.changes,this.hasComposition)||t.selectionSet||(n=t.state.selection.main.head));let o=n>-1?function(t,e,i){let n=Kn(t,i);if(!n)return null;let{node:o,from:r,to:s}=n,a=o.nodeValue;if(/[\n\r]/.test(a))return null;if(t.state.doc.sliceString(n.from,n.to)!=a)return null;let l=e.invertedDesc,c=new Ln(l.mapPos(r),l.mapPos(s),r,s),h=[];for(let e=o.parentNode;;e=e.parentNode){let i=di.get(e);if(i instanceof Ci)h.push({node:e,deco:i.mark});else{if(i instanceof qi||"DIV"==e.nodeName&&e.parentNode==t.contentDOM)return{range:c,text:o,marks:h,line:e};if(e==t.contentDOM)return null;h.push({node:e,deco:new Ii({inclusive:!0,attributes:ji(e),tagName:e.tagName.toLowerCase()})})}}}(this.view,t.changes,n):null;if(this.domChanged=null,this.hasComposition){this.markedForComposition.clear();let{from:e,to:n}=this.hasComposition;i=new Ln(e,n,t.changes.mapPos(e,-1),t.changes.mapPos(n,1)).addToSet(i.slice())}this.hasComposition=o?{from:o.range.fromB,to:o.range.toB}:null,($i.ie||$i.chrome)&&!o&&t&&t.state.doc.lines!=t.startState.doc.lines&&(this.forceSelection=!0);let r=function(t,e,i){let n=new to;return ye.compare(t,e,i,n),n.changes}(this.decorations,this.updateDeco(),t.changes);return i=Ln.extendWithRanges(i,r),!!(7&this.flags||0!=i.length)&&(this.updateInner(i,t.startState.doc.length,o),t.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(t,e,i){this.view.viewState.mustMeasureContent=!0,this.updateChildren(t,e,i);let{observer:n}=this.view;n.ignore((()=>{this.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let t=$i.chrome||$i.ios?{node:n.selectionRange.focusNode,written:!1}:void 0;this.sync(this.view,t),this.flags&=-8,t&&(t.written||n.selectionRange.focusNode!=t.node)&&(this.forceSelection=!0),this.dom.style.height=""})),this.markedForComposition.forEach((t=>t.flags&=-9));let o=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let t of this.children)t instanceof _i&&t.widget instanceof Hn&&o.push(t.dom);n.updateGaps(o)}updateChildren(t,e,i){let n=i?i.range.addToSet(t.slice()):t,o=this.childCursor(e);for(let t=n.length-1;;t--){let e=t>=0?n[t]:null;if(!e)break;let r,s,a,l,{fromA:c,toA:h,fromB:d,toB:u}=e;if(i&&i.range.fromB<u&&i.range.toB>d){let t=Fi.build(this.view.state.doc,d,i.range.fromB,this.decorations,this.dynamicDecorationMap),e=Fi.build(this.view.state.doc,i.range.toB,u,this.decorations,this.dynamicDecorationMap);s=t.breakAtStart,a=t.openStart,l=e.openEnd;let n=this.compositionView(i);e.breakAtStart?n.breakAfter=1:e.content.length&&n.merge(n.length,n.length,e.content[0],!1,e.openStart,0)&&(n.breakAfter=e.content[0].breakAfter,e.content.shift()),t.content.length&&n.merge(0,0,t.content[t.content.length-1],!0,0,t.openEnd)&&t.content.pop(),r=t.content.concat(n).concat(e.content)}else({content:r,breakAtStart:s,openStart:a,openEnd:l}=Fi.build(this.view.state.doc,d,u,this.decorations,this.dynamicDecorationMap));let{i:f,off:p}=o.findPos(h,1),{i:O,off:g}=o.findPos(c,-1);pi(this,O,g,f,p,r,s,a,l)}i&&this.fixCompositionDOM(i)}compositionView(t){let e=new Zi(t.text.nodeValue);e.flags|=8;for(let{deco:i}of t.marks)e=new Ci(i,[e],e.length);let i=new qi;return i.append(e,0),i}fixCompositionDOM(t){let e=(t,e)=>{e.flags|=8|(e.children.some((t=>7&t.flags))?1:0),this.markedForComposition.add(e);let i=di.get(t);i&&i!=e&&(i.dom=null),e.setDOM(t)},i=this.childPos(t.range.fromB,1),n=this.children[i.i];e(t.line,n);for(let o=t.marks.length-1;o>=-1;o--)i=n.childPos(i.off,1),n=n.children[i.i],e(o>=0?t.marks[o].node:t.text,n)}updateSelection(t=!1,e=!1){!t&&this.view.observer.selectionRange.focusNode||this.view.observer.readSelectionRange();let i=this.view.root.activeElement,n=i==this.dom,o=!n&&ze(this.dom,this.view.observer.selectionRange)&&!(i&&this.dom.contains(i));if(!(n||e||o))return;let r=this.forceSelection;this.forceSelection=!1;let s=this.view.state.selection.main,a=this.moveToLine(this.domAtPos(s.anchor)),l=s.empty?a:this.moveToLine(this.domAtPos(s.head));if($i.gecko&&s.empty&&!this.hasComposition&&(1==(c=a).node.nodeType&&c.node.firstChild&&(0==c.offset||"false"==c.node.childNodes[c.offset-1].contentEditable)&&(c.offset==c.node.childNodes.length||"false"==c.node.childNodes[c.offset].contentEditable))){let t=document.createTextNode("");this.view.observer.ignore((()=>a.node.insertBefore(t,a.node.childNodes[a.offset]||null))),a=l=new ci(t,0),r=!0}var c;let h=this.view.observer.selectionRange;!r&&h.focusNode&&(Ge(a.node,a.offset,h.anchorNode,h.anchorOffset)&&Ge(l.node,l.offset,h.focusNode,h.focusOffset)||this.suppressWidgetCursorChange(h,s))||(this.view.observer.ignore((()=>{$i.android&&$i.chrome&&this.dom.contains(h.focusNode)&&function(t,e){for(let i=t;i&&i!=e;i=i.assignedSlot||i.parentNode)if(1==i.nodeType&&"false"==i.contentEditable)return!0;return!1}(h.focusNode,this.dom)&&(this.dom.blur(),this.dom.focus({preventScroll:!0}));let t=Be(this.view.root);if(t)if(s.empty){if($i.gecko){let t=function(t,e){return 1!=t.nodeType?0:(e&&"false"==t.childNodes[e-1].contentEditable?1:0)|(e<t.childNodes.length&&"false"==t.childNodes[e].contentEditable?2:0)}(a.node,a.offset);if(t&&3!=t){let e=Jn(a.node,a.offset,1==t?1:-1);e&&(a=new ci(e.node,e.offset))}}t.collapse(a.node,a.offset),null!=s.bidiLevel&&void 0!==t.caretBidiLevel&&(t.caretBidiLevel=s.bidiLevel)}else if(t.extend){t.collapse(a.node,a.offset);try{t.extend(l.node,l.offset)}catch(t){}}else{let e=document.createRange();s.anchor>s.head&&([a,l]=[l,a]),e.setEnd(l.node,l.offset),e.setStart(a.node,a.offset),t.removeAllRanges(),t.addRange(e)}else;o&&this.view.root.activeElement==this.dom&&(this.dom.blur(),i&&i.focus())})),this.view.observer.setSelectionRange(a,l)),this.impreciseAnchor=a.precise?null:new ci(h.anchorNode,h.anchorOffset),this.impreciseHead=l.precise?null:new ci(h.focusNode,h.focusOffset)}suppressWidgetCursorChange(t,e){return this.hasComposition&&e.empty&&!this.compositionBarrier.size&&Ge(t.focusNode,t.focusOffset,t.anchorNode,t.anchorOffset)&&this.posFromDOM(t.focusNode,t.focusOffset)==e.head}enforceCursorAssoc(){if(this.hasComposition)return;let{view:t}=this,e=t.state.selection.main,i=Be(t.root),{anchorNode:n,anchorOffset:o}=t.observer.selectionRange;if(!(i&&e.empty&&e.assoc&&i.modify))return;let r=qi.find(this,e.head);if(!r)return;let s=r.posAtStart;if(e.head==s||e.head==s+r.length)return;let a=this.coordsAt(e.head,-1),l=this.coordsAt(e.head,1);if(!a||!l||a.bottom>l.top)return;let c=this.domAtPos(e.head+e.assoc);i.collapse(c.node,c.offset),i.modify("move",e.assoc<0?"forward":"backward","lineboundary"),t.observer.readSelectionRange();let h=t.observer.selectionRange;t.docView.posFromDOM(h.anchorNode,h.anchorOffset)!=e.from&&i.collapse(n,o)}moveToLine(t){let e,i=this.dom;if(t.node!=i)return t;for(let n=t.offset;!e&&n<i.childNodes.length;n++){let t=di.get(i.childNodes[n]);t instanceof qi&&(e=t.domAtPos(0))}for(let n=t.offset-1;!e&&n>=0;n--){let t=di.get(i.childNodes[n]);t instanceof qi&&(e=t.domAtPos(t.length))}return e?new ci(e.node,e.offset,!0):t}nearest(t){for(let e=t;e;){let t=di.get(e);if(t&&t.rootView==this)return t;e=e.parentNode}return null}posFromDOM(t,e){let i=this.nearest(t);if(!i)throw new RangeError("Trying to find position for a DOM position outside of the document");return i.localPosFromDOM(t,e)+i.posAtStart}domAtPos(t){let{i:e,off:i}=this.childCursor().findPos(t,-1);for(;e<this.children.length-1;){let t=this.children[e];if(i<t.length||t instanceof qi)break;e++,i=0}return this.children[e].domAtPos(i)}coordsAt(t,e){let i=null,n=0;for(let o=this.length,r=this.children.length-1;r>=0;r--){let s=this.children[r],a=o-s.breakAfter,l=a-s.length;if(a<t)break;l<=t&&(l<t||s.covers(-1))&&(a>t||s.covers(1))&&(!i||s instanceof qi&&!(i instanceof qi&&e>=0))&&(i=s,n=l),o=l}return i?i.coordsAt(t-n,e):null}coordsForChar(t){let{i:e,off:i}=this.childPos(t,1),n=this.children[e];if(!(n instanceof qi))return null;for(;n.children.length;){let{i:t,off:e}=n.childPos(i,1);for(;;t++){if(t==n.children.length)return null;if((n=n.children[t]).length)break}i=e}if(!(n instanceof Zi))return null;let o=it(n.text,i);if(o==i)return null;let r=ri(n.dom,i,o).getClientRects();for(let t=0;t<r.length;t++){let e=r[t];if(t==r.length-1||e.top<e.bottom&&e.left<e.right)return e}return null}measureVisibleLineHeights(t){let e=[],{from:i,to:n}=t,o=this.view.contentDOM.clientWidth,r=o>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,s=-1,a=this.view.textDirection==Ji.LTR;for(let t=0,l=0;l<this.children.length;l++){let c=this.children[l],h=t+c.length;if(h>n)break;if(t>=i){let i=c.dom.getBoundingClientRect();if(e.push(i.height),r){let e=c.dom.lastChild,n=e?Le(e):[];if(n.length){let e=n[n.length-1],r=a?e.right-i.left:i.right-e.left;r>s&&(s=r,this.minWidth=o,this.minWidthFrom=t,this.minWidthTo=h)}}}t=h+c.breakAfter}return e}textDirectionAt(t){let{i:e}=this.childPos(t,1);return"rtl"==getComputedStyle(this.children[e].dom).direction?Ji.RTL:Ji.LTR}measureTextSize(){for(let t of this.children)if(t instanceof qi){let e=t.measureTextSize();if(e)return e}let t,e,i,n=document.createElement("div");return n.className="cm-line",n.style.width="99999px",n.style.position="absolute",n.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore((()=>{this.dom.appendChild(n);let o=Le(n.firstChild)[0];t=n.getBoundingClientRect().height,e=o?o.width/27:7,i=o?o.height:t,n.remove()})),{lineHeight:t,charWidth:e,textHeight:i}}childCursor(t=this.length){let e=this.children.length;return e&&(t-=this.children[--e].length),new fi(this.children,t,e)}computeBlockGapDeco(){let t=[],e=this.view.viewState;for(let i=0,n=0;;n++){let o=n==e.viewports.length?null:e.viewports[n],r=o?o.from-1:this.length;if(r>i){let n=(e.lineBlockAt(r).bottom-e.lineBlockAt(i).top)/this.view.scaleY;t.push(Bi.replace({widget:new Hn(n),block:!0,inclusive:!0,isBlockGap:!0}).range(i,r))}if(!o)break;i=o.to+1}return Bi.set(t)}updateDeco(){let t=1,e=this.view.state.facet(jn).map((e=>(this.dynamicDecorationMap[t++]="function"==typeof e)?e(this.view):e)),i=!1,n=this.view.state.facet(qn).map(((t,e)=>{let n="function"==typeof t;return n&&(i=!0),n?t(this.view):t}));for(n.length&&(this.dynamicDecorationMap[t++]=i,e.push(ye.join(n))),this.decorations=[this.compositionBarrier,...e,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];t<this.decorations.length;)this.dynamicDecorationMap[t++]=!1;return this.decorations}maybeCreateCompositionBarrier(){let{main:{head:t,empty:e}}=this.view.state.selection;if(!e)return!1;let i=null;for(let e of this.decorations)if(e.between(t,t,((e,n,o)=>{o.point?i=!1:o.endSide<0&&e<t&&n==t&&(i=!0)})),!1===i)break;return this.compositionBarrier=i?Bi.set(Fn.range(t)):Bi.none,!!i}clearCompositionBarrier(){this.compositionBarrier=Bi.none}scrollIntoView(t){if(t.isSnapshot){let e=this.view.viewState.lineBlockAt(t.range.head);return this.view.scrollDOM.scrollTop=e.top-t.yMargin,void(this.view.scrollDOM.scrollLeft=t.xMargin)}for(let e of this.view.state.facet(Zn))try{if(e(this.view,t.range,t))return!0}catch(t){Tn(this.view.state,t,"scroll handler")}let e,{range:i}=t,n=this.coordsAt(i.head,i.empty?i.assoc:i.head>i.anchor?-1:1);if(!n)return;!i.empty&&(e=this.coordsAt(i.anchor,i.anchor>i.head?-1:1))&&(n={left:Math.min(n.left,e.left),top:Math.min(n.top,e.top),right:Math.max(n.right,e.right),bottom:Math.max(n.bottom,e.bottom)});let o=In(this.view),r={left:n.left-o.left,top:n.top-o.top,right:n.right+o.right,bottom:n.bottom+o.bottom},{offsetWidth:s,offsetHeight:a}=this.view.scrollDOM;!function(t,e,i,n,o,r,s,a){let l=t.ownerDocument,c=l.defaultView||window;for(let h=t,d=!1;h&&!d;)if(1==h.nodeType){let t,u=h==l.body,f=1,p=1;if(u)t=Je(c);else{if(/^(fixed|sticky)$/.test(getComputedStyle(h).position)&&(d=!0),h.scrollHeight<=h.clientHeight&&h.scrollWidth<=h.clientWidth){h=h.assignedSlot||h.parentNode;continue}let e=h.getBoundingClientRect();({scaleX:f,scaleY:p}=ti(h,e)),t={left:e.left,right:e.left+h.clientWidth*f,top:e.top,bottom:e.top+h.clientHeight*p}}let O=0,g=0;if("nearest"==o)e.top<t.top?(g=-(t.top-e.top+s),i>0&&e.bottom>t.bottom+g&&(g=e.bottom-t.bottom+g+s)):e.bottom>t.bottom&&(g=e.bottom-t.bottom+s,i<0&&e.top-g<t.top&&(g=-(t.top+g-e.top+s)));else{let n=e.bottom-e.top,r=t.bottom-t.top;g=("center"==o&&n<=r?e.top+n/2-r/2:"start"==o||"center"==o&&i<0?e.top-s:e.bottom-r+s)-t.top}if("nearest"==n?e.left<t.left?(O=-(t.left-e.left+r),i>0&&e.right>t.right+O&&(O=e.right-t.right+O+r)):e.right>t.right&&(O=e.right-t.right+r,i<0&&e.left<t.left+O&&(O=-(t.left+O-e.left+r))):O=("center"==n?e.left+(e.right-e.left)/2-(t.right-t.left)/2:"start"==n==a?e.left-r:e.right-(t.right-t.left)+r)-t.left,O||g)if(u)c.scrollBy(O,g);else{let t=0,i=0;if(g){let t=h.scrollTop;h.scrollTop+=g/p,i=(h.scrollTop-t)*p}if(O){let e=h.scrollLeft;h.scrollLeft+=O/f,t=(h.scrollLeft-e)*f}e={left:e.left-t,top:e.top-i,right:e.right-t,bottom:e.bottom-i},t&&Math.abs(t-O)<1&&(n="nearest"),i&&Math.abs(i-g)<1&&(o="nearest")}if(u)break;h=h.assignedSlot||h.parentNode}else{if(11!=h.nodeType)break;h=h.host}}(this.view.scrollDOM,r,i.head<i.anchor?-1:1,t.x,t.y,Math.max(Math.min(t.xMargin,s),-s),Math.max(Math.min(t.yMargin,a),-a),this.view.textDirection==Ji.LTR)}}const Fn=Bi.widget({side:-1,widget:Ki.inline});class Hn extends Ni{constructor(t){super(),this.height=t}toDOM(){let t=document.createElement("div");return t.className="cm-gap",this.updateDOM(t),t}eq(t){return t.height==this.height}updateDOM(t){return t.style.height=this.height+"px",!0}get editable(){return!0}get estimatedHeight(){return this.height}ignoreEvent(){return!1}}function Kn(t,e){let i=t.observer.selectionRange,n=i.focusNode&&Jn(i.focusNode,i.focusOffset,0);if(!n)return null;let o=e-n.offset;return{from:o,to:o+n.node.nodeValue.length,node:n.node}}function Jn(t,e,i){if(i<=0)for(let i=t,n=e;;){if(3==i.nodeType)return{node:i,offset:n};if(!(1==i.nodeType&&n>0))break;i=i.childNodes[n-1],n=He(i)}if(i>=0)for(let n=t,o=e;;){if(3==n.nodeType)return{node:n,offset:o};if(!(1==n.nodeType&&o<n.childNodes.length&&i>=0))break;n=n.childNodes[o],o=0}return null}let to=class{constructor(){this.changes=[]}compareRange(t,e){Ui(t,e,this.changes)}comparePoint(t,e){Ui(t,e,this.changes)}};function eo(t,e){return e.left>t?e.left-t:Math.max(0,t-e.right)}function io(t,e){return e.top>t?e.top-t:Math.max(0,t-e.bottom)}function no(t,e){return t.top<e.bottom-1&&t.bottom>e.top+1}function oo(t,e){return e<t.top?{top:e,left:t.left,right:t.right,bottom:t.bottom}:t}function ro(t,e){return e>t.bottom?{top:t.top,left:t.left,right:t.right,bottom:e}:t}function so(t,e,i){let n,o,r,s,a,l,c,h,d=!1;for(let u=t.firstChild;u;u=u.nextSibling){let t=Le(u);for(let f=0;f<t.length;f++){let p=t[f];o&&no(o,p)&&(p=oo(ro(p,o.bottom),o.top));let O=eo(e,p),g=io(i,p);if(0==O&&0==g)return 3==u.nodeType?ao(u,e,i):so(u,e,i);if(!n||s>g||s==g&&r>O){n=u,o=p,r=O,s=g;let a=g?i<p.top?-1:1:O?e<p.left?-1:1:0;d=!a||(a>0?f<t.length-1:f>0)}0==O?i>p.bottom&&(!c||c.bottom<p.bottom)?(a=u,c=p):i<p.top&&(!h||h.top>p.top)&&(l=u,h=p):c&&no(c,p)?c=ro(c,p.bottom):h&&no(h,p)&&(h=oo(h,p.top))}}if(c&&c.bottom>=i?(n=a,o=c):h&&h.top<=i&&(n=l,o=h),!n)return{node:t,offset:0};let u=Math.max(o.left,Math.min(o.right,e));return 3==n.nodeType?ao(n,u,i):d&&"false"!=n.contentEditable?so(n,u,i):{node:t,offset:Array.prototype.indexOf.call(t.childNodes,n)+(e>=(o.left+o.right)/2?1:0)}}function ao(t,e,i){let n=t.nodeValue.length,o=-1,r=1e9,s=0;for(let a=0;a<n;a++){let n=ri(t,a,a+1).getClientRects();for(let l=0;l<n.length;l++){let c=n[l];if(c.top==c.bottom)continue;s||(s=e-c.left);let h=(c.top>i?c.top-i:i-c.bottom)-1;if(c.left-1<=e&&c.right+1>=e&&h<r){let i=e>=(c.left+c.right)/2,n=i;if($i.chrome||$i.gecko){ri(t,a).getBoundingClientRect().left==c.right&&(n=!i)}if(h<=0)return{node:t,offset:a+(n?1:0)};o=a+(n?1:0),r=h}}}return{node:t,offset:o>-1?o:s>0?t.nodeValue.length:0}}function lo(t,e,i,n=-1){var o,r;let s,a=t.contentDOM.getBoundingClientRect(),l=a.top+t.viewState.paddingTop,{docHeight:c}=t.viewState,{x:h,y:d}=e,u=d-l;if(u<0)return 0;if(u>c)return t.state.doc.length;for(let e=t.viewState.heightOracle.textHeight/2,o=!1;s=t.elementAtHeight(u),s.type!=Vi.Text;)for(;u=n>0?s.bottom+e:s.top-e,!(u>=0&&u<=c);){if(o)return i?null:0;o=!0,n=-n}d=l+u;let f=s.from;if(f<t.viewport.from)return 0==t.viewport.from?0:i?null:co(t,a,s,h,d);if(f>t.viewport.to)return t.viewport.to==t.state.doc.length?t.state.doc.length:i?null:co(t,a,s,h,d);let p=t.dom.ownerDocument,O=t.root.elementFromPoint?t.root:p,g=O.elementFromPoint(h,d);g&&!t.contentDOM.contains(g)&&(g=null),g||(h=Math.max(a.left+1,Math.min(a.right-1,h)),g=O.elementFromPoint(h,d),g&&!t.contentDOM.contains(g)&&(g=null));let m,y=-1;if(g&&0!=(null===(o=t.docView.nearest(g))||void 0===o?void 0:o.isEditable))if(p.caretPositionFromPoint){let t=p.caretPositionFromPoint(h,d);t&&({offsetNode:m,offset:y}=t)}else if(p.caretRangeFromPoint){let e=p.caretRangeFromPoint(h,d);e&&(({startContainer:m,startOffset:y}=e),(!t.contentDOM.contains(m)||$i.safari&&function(t,e,i){let n;if(3!=t.nodeType||e!=(n=t.nodeValue.length))return!1;for(let e=t.nextSibling;e;e=e.nextSibling)if(1!=e.nodeType||"BR"!=e.nodeName)return!1;return ri(t,n-1,n).getBoundingClientRect().left>i}(m,y,h)||$i.chrome&&function(t,e,i){if(0!=e)return!1;for(let e=t;;){let t=e.parentNode;if(!t||1!=t.nodeType||t.firstChild!=e)return!1;if(t.classList.contains("cm-line"))break;e=t}let n=1==t.nodeType?t.getBoundingClientRect():ri(t,0,Math.max(t.nodeValue.length,1)).getBoundingClientRect();return i-n.left>5}(m,y,h))&&(m=void 0))}if(!m||!t.docView.dom.contains(m)){let e=qi.find(t.docView,f);if(!e)return u>s.top+s.height/2?s.to:s.from;({node:m,offset:y}=so(e.dom,h,d))}let v=t.docView.nearest(m);if(!v)return null;if(v.isWidget&&1==(null===(r=v.dom)||void 0===r?void 0:r.nodeType)){let t=v.dom.getBoundingClientRect();return e.y<t.top||e.y<=t.bottom&&e.x<=(t.left+t.right)/2?v.posAtStart:v.posAtEnd}return v.localPosFromDOM(m,y)+v.posAtStart}function co(t,e,i,n,o){let r=Math.round((n-e.left)*t.defaultCharacterWidth);if(t.lineWrapping&&i.height>1.5*t.defaultLineHeight){let e=t.viewState.heightOracle.textHeight;r+=Math.floor((o-i.top-.5*(t.defaultLineHeight-e))/e)*t.viewState.heightOracle.lineLength}let s=t.state.sliceDoc(i.from,i.to);return i.from+Te(s,r,t.state.tabSize)}function ho(t,e){let i=t.lineBlockAt(e);if(Array.isArray(i.type))for(let t of i.type)if(t.to>e||t.to==e&&(t.to==i.to||t.type==Vi.Text))return t;return i}function uo(t,e,i,n){let o=t.state.doc.lineAt(e.head),r=t.bidiSpans(o),s=t.textDirectionAt(o.from);for(let a=e,l=null;;){let e=mn(o,r,s,a,i),c=gn;if(!e){if(o.number==(i?t.state.doc.lines:1))return a;c="\n",o=t.state.doc.line(o.number+(i?1:-1)),r=t.bidiSpans(o),e=t.visualLineSide(o,!i)}if(l){if(!l(c))return a}else{if(!n)return e;l=n(c)}a=e}}function fo(t,e,i){for(;;){let n=0;for(let o of t)o.between(e-1,e+1,((t,o,r)=>{if(e>t&&e<o){let r=n||i||(e-t<o-e?-1:1);e=r<0?t:o,n=r}}));if(!n)return e}}function po(t,e,i){let n=fo(t.state.facet(_n).map((e=>e(t))),i.from,e.head>i.from?-1:1);return n==i.from?i:bt.cursor(n,n<i.from?1:-1)}class Oo{setSelectionOrigin(t){this.lastSelectionOrigin=t,this.lastSelectionTime=Date.now()}constructor(t){this.view=t,this.lastKeyCode=0,this.lastKeyTime=0,this.lastTouchTime=0,this.lastFocusTime=0,this.lastScrollTop=0,this.lastScrollLeft=0,this.pendingIOSKey=void 0,this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastEscPress=0,this.lastContextMenu=0,this.scrollHandlers=[],this.handlers=Object.create(null),this.composing=-1,this.compositionFirstChange=null,this.compositionEndedAt=0,this.compositionPendingKey=!1,this.compositionPendingChange=!1,this.mouseSelection=null,this.draggedContent=null,this.handleEvent=this.handleEvent.bind(this),this.notifiedFocused=t.hasFocus,$i.safari&&t.contentDOM.addEventListener("input",(()=>null)),$i.gecko&&function(t){No.has(t)||(No.add(t),t.addEventListener("copy",(()=>{})),t.addEventListener("cut",(()=>{})))}(t.contentDOM.ownerDocument)}handleEvent(t){(function(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let i,n=e.target;n!=t.contentDOM;n=n.parentNode)if(!n||11==n.nodeType||(i=di.get(n))&&i.ignoreEvent(e))return!1;return!0})(this.view,t)&&!this.ignoreDuringComposition(t)&&("keydown"==t.type&&this.keydown(t)||this.runHandlers(t.type,t))}runHandlers(t,e){let i=this.handlers[t];if(i){for(let t of i.observers)t(this.view,e);for(let t of i.handlers){if(e.defaultPrevented)break;if(t(this.view,e)){e.preventDefault();break}}}}ensureHandlers(t){let e=mo(t),i=this.handlers,n=this.view.contentDOM;for(let t in e)if("scroll"!=t){let o=!e[t].handlers.length,r=i[t];r&&o!=!r.handlers.length&&(n.removeEventListener(t,this.handleEvent),r=null),r||n.addEventListener(t,this.handleEvent,{passive:o})}for(let t in i)"scroll"==t||e[t]||n.removeEventListener(t,this.handleEvent);this.handlers=e}keydown(t){if(this.lastKeyCode=t.keyCode,this.lastKeyTime=Date.now(),9==t.keyCode&&Date.now()<this.lastEscPress+2e3)return!0;if(27!=t.keyCode&&wo.indexOf(t.keyCode)<0&&(this.view.inputState.lastEscPress=0),$i.android&&$i.chrome&&!t.synthetic&&(13==t.keyCode||8==t.keyCode))return this.view.observer.delayAndroidKey(t.key,t.keyCode),!0;let e;return!$i.ios||t.synthetic||t.altKey||t.metaKey||!((e=yo.find((e=>e.keyCode==t.keyCode)))&&!t.ctrlKey||vo.indexOf(t.key)>-1&&t.ctrlKey&&!t.shiftKey)?(229!=t.keyCode&&this.view.observer.forceFlush(),!1):(this.pendingIOSKey=e||t,setTimeout((()=>this.flushIOSKey()),250),!0)}flushIOSKey(t){let e=this.pendingIOSKey;return!!e&&(!("Enter"==e.key&&t&&t.from<t.to&&/^\S+$/.test(t.insert.toString()))&&(this.pendingIOSKey=void 0,si(this.view.contentDOM,e.key,e.keyCode,e instanceof KeyboardEvent?e:void 0)))}ignoreDuringComposition(t){return!!/^key/.test(t.type)&&(this.composing>0||!!($i.safari&&!$i.ios&&this.compositionPendingKey&&Date.now()-this.compositionEndedAt<100)&&(this.compositionPendingKey=!1,!0))}startMouseSelection(t){this.mouseSelection&&this.mouseSelection.destroy(),this.mouseSelection=t}update(t){this.mouseSelection&&this.mouseSelection.update(t),this.draggedContent&&t.docChanged&&(this.draggedContent=this.draggedContent.map(t.changes)),t.transactions.length&&(this.lastKeyCode=this.lastSelectionTime=0)}destroy(){this.mouseSelection&&this.mouseSelection.destroy()}}function go(t,e){return(i,n)=>{try{return e.call(t,n,i)}catch(t){Tn(i.state,t)}}}function mo(t){let e=Object.create(null);function i(t){return e[t]||(e[t]={observers:[],handlers:[]})}for(let e of t){let t=e.spec;if(t&&t.domEventHandlers)for(let n in t.domEventHandlers){let o=t.domEventHandlers[n];o&&i(n).handlers.push(go(e.value,o))}if(t&&t.domEventObservers)for(let n in t.domEventObservers){let o=t.domEventObservers[n];o&&i(n).observers.push(go(e.value,o))}}for(let t in So)i(t).handlers.push(So[t]);for(let t in ko)i(t).observers.push(ko[t]);return e}const yo=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],vo="dthko",wo=[16,17,18,20,91,92,224,225];function bo(t){return.7*Math.max(0,t)+8}class xo{constructor(t,e,i,n){this.view=t,this.startEvent=e,this.style=i,this.mustSelect=n,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=e,this.scrollParent=function(t){let e=t.ownerDocument;for(let i=t.parentNode;i&&i!=e.body;)if(1==i.nodeType){if(i.scrollHeight>i.clientHeight||i.scrollWidth>i.clientWidth)return i;i=i.assignedSlot||i.parentNode}else{if(11!=i.nodeType)break;i=i.host}return null}(t.contentDOM),this.atoms=t.state.facet(_n).map((e=>e(t)));let o=t.contentDOM.ownerDocument;o.addEventListener("mousemove",this.move=this.move.bind(this)),o.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=e.shiftKey,this.multiple=t.state.facet(ue.allowMultipleSelections)&&function(t,e){let i=t.state.facet(vn);return i.length?i[0](e):$i.mac?e.metaKey:e.ctrlKey}(t,e),this.dragging=!(!function(t,e){let{main:i}=t.state.selection;if(i.empty)return!1;let n=Be(t.root);if(!n||0==n.rangeCount)return!0;let o=n.getRangeAt(0).getClientRects();for(let t=0;t<o.length;t++){let i=o[t];if(i.left<=e.clientX&&i.right>=e.clientX&&i.top<=e.clientY&&i.bottom>=e.clientY)return!0}return!1}(t,e)||1!=Eo(e))&&null}start(t){!1===this.dragging&&this.select(t)}move(t){var e,i,n;if(0==t.buttons)return this.destroy();if(this.dragging||null==this.dragging&&(i=this.startEvent,n=t,Math.max(Math.abs(i.clientX-n.clientX),Math.abs(i.clientY-n.clientY))<10))return;this.select(this.lastEvent=t);let o=0,r=0,s=(null===(e=this.scrollParent)||void 0===e?void 0:e.getBoundingClientRect())||{left:0,top:0,right:this.view.win.innerWidth,bottom:this.view.win.innerHeight},a=In(this.view);t.clientX-a.left<=s.left+6?o=-bo(s.left-t.clientX):t.clientX+a.right>=s.right-6&&(o=bo(t.clientX-s.right)),t.clientY-a.top<=s.top+6?r=-bo(s.top-t.clientY):t.clientY+a.bottom>=s.bottom-6&&(r=bo(t.clientY-s.bottom)),this.setScrollSpeed(o,r)}up(t){null==this.dragging&&this.select(this.lastEvent),this.dragging||t.preventDefault(),this.destroy()}destroy(){this.setScrollSpeed(0,0);let t=this.view.contentDOM.ownerDocument;t.removeEventListener("mousemove",this.move),t.removeEventListener("mouseup",this.up),this.view.inputState.mouseSelection=this.view.inputState.draggedContent=null}setScrollSpeed(t,e){this.scrollSpeed={x:t,y:e},t||e?this.scrolling<0&&(this.scrolling=setInterval((()=>this.scroll()),50)):this.scrolling>-1&&(clearInterval(this.scrolling),this.scrolling=-1)}scroll(){this.scrollParent?(this.scrollParent.scrollLeft+=this.scrollSpeed.x,this.scrollParent.scrollTop+=this.scrollSpeed.y):this.view.win.scrollBy(this.scrollSpeed.x,this.scrollSpeed.y),!1===this.dragging&&this.select(this.lastEvent)}skipAtoms(t){let e=null;for(let i=0;i<t.ranges.length;i++){let n=t.ranges[i],o=null;if(n.empty){let t=fo(this.atoms,n.from,0);t!=n.from&&(o=bt.cursor(t,-1))}else{let t=fo(this.atoms,n.from,-1),e=fo(this.atoms,n.to,1);t==n.from&&e==n.to||(o=bt.range(n.from==n.anchor?t:e,n.from==n.head?t:e))}o&&(e||(e=t.ranges.slice()),e[i]=o)}return e?bt.create(e,t.mainIndex):t}select(t){let{view:e}=this,i=this.skipAtoms(this.style.get(t,this.extend,this.multiple));!this.mustSelect&&i.eq(e.state.selection,!1===this.dragging)||this.view.dispatch({selection:i,userEvent:"select.pointer"}),this.mustSelect=!1}update(t){this.style.update(t)&&setTimeout((()=>this.select(this.lastEvent)),20)}}const So=Object.create(null),ko=Object.create(null),Qo=$i.ie&&$i.ie_version<15||$i.ios&&$i.webkit_version<604;function Po(t,e){let i,{state:n}=t,o=1,r=n.toText(e),s=r.lines==n.selection.ranges.length;if(null!=Do&&n.selection.ranges.every((t=>t.empty))&&Do==r.toString()){let t=-1;i=n.changeByRange((i=>{let a=n.doc.lineAt(i.from);if(a.from==t)return{range:i};t=a.from;let l=n.toText((s?r.line(o++).text:e)+n.lineBreak);return{changes:{from:a.from,insert:l},range:bt.cursor(i.from+l.length)}}))}else i=s?n.changeByRange((t=>{let e=r.line(o++);return{changes:{from:t.from,to:t.to,insert:e.text},range:bt.cursor(t.from+e.length)}})):n.replaceSelection(r);t.dispatch(i,{userEvent:"input.paste",scrollIntoView:!0})}function $o(t,e,i,n){if(1==n)return bt.cursor(e,i);if(2==n)return function(t,e,i=1){let n=t.charCategorizer(e),o=t.doc.lineAt(e),r=e-o.from;if(0==o.length)return bt.cursor(e);0==r?i=1:r==o.length&&(i=-1);let s=r,a=r;i<0?s=it(o.text,r,!1):a=it(o.text,r);let l=n(o.text.slice(s,a));for(;s>0;){let t=it(o.text,s,!1);if(n(o.text.slice(t,s))!=l)break;s=t}for(;a<o.length;){let t=it(o.text,a);if(n(o.text.slice(a,t))!=l)break;a=t}return bt.range(s+o.from,a+o.from)}(t.state,e,i);{let i=qi.find(t.docView,e),n=t.state.doc.lineAt(i?i.posAtEnd:e),o=i?i.posAtStart:n.from,r=i?i.posAtEnd:n.to;return r<t.state.doc.length&&r==n.to&&r++,bt.range(o,r)}}ko.scroll=t=>{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft},So.keydown=(t,e)=>(t.inputState.setSelectionOrigin("select"),27==e.keyCode&&(t.inputState.lastEscPress=Date.now()),!1),ko.touchstart=(t,e)=>{t.inputState.lastTouchTime=Date.now(),t.inputState.setSelectionOrigin("select.pointer")},ko.touchmove=t=>{t.inputState.setSelectionOrigin("select.pointer")},So.mousedown=(t,e)=>{if(t.observer.flush(),t.inputState.lastTouchTime>Date.now()-2e3)return!1;let i=null;for(let n of t.state.facet(bn))if(i=n(t,e),i)break;if(i||0!=e.button||(i=function(t,e){let i=To(t,e),n=Eo(e),o=t.state.selection;return{update(t){t.docChanged&&(i.pos=t.changes.mapPos(i.pos),o=o.map(t.changes))},get(e,r,s){let a,l=To(t,e),c=$o(t,l.pos,l.bias,n);if(i.pos!=l.pos&&!r){let e=$o(t,i.pos,i.bias,n),o=Math.min(e.from,c.from),r=Math.max(e.to,c.to);c=o<c.from?bt.range(o,r):bt.range(r,o)}return r?o.replaceRange(o.main.extend(c.from,c.to)):s&&1==n&&o.ranges.length>1&&(a=function(t,e){for(let i=0;i<t.ranges.length;i++){let{from:n,to:o}=t.ranges[i];if(n<=e&&o>=e)return bt.create(t.ranges.slice(0,i).concat(t.ranges.slice(i+1)),t.mainIndex==i?0:t.mainIndex-(t.mainIndex>i?1:0))}return null}(o,l.pos))?a:s?o.addRange(c):bt.create([c])}}}(t,e)),i){let n=!t.hasFocus;t.inputState.startMouseSelection(new xo(t,e,i,n)),n&&t.observer.ignore((()=>oi(t.contentDOM)));let o=t.inputState.mouseSelection;if(o)return o.start(e),!1===o.dragging}return!1};let Zo=(t,e)=>t>=e.top&&t<=e.bottom,Co=(t,e,i)=>Zo(e,i)&&t>=i.left&&t<=i.right;function Ao(t,e,i,n){let o=qi.find(t.docView,e);if(!o)return 1;let r=e-o.posAtStart;if(0==r)return 1;if(r==o.length)return-1;let s=o.coordsAt(r,-1);if(s&&Co(i,n,s))return-1;let a=o.coordsAt(r,1);return a&&Co(i,n,a)?1:s&&Zo(n,s)?-1:1}function To(t,e){let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1);return{pos:i,bias:Ao(t,i,e.clientX,e.clientY)}}const Ro=$i.ie&&$i.ie_version<=11;let Wo=null,Xo=0,Yo=0;function Eo(t){if(!Ro)return t.detail;let e=Wo,i=Yo;return Wo=t,Yo=Date.now(),Xo=!e||i>Date.now()-400&&Math.abs(e.clientX-t.clientX)<2&&Math.abs(e.clientY-t.clientY)<2?(Xo+1)%3:1}function Mo(t,e,i,n){if(!i)return;let o=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:r}=t.inputState,s=n&&r&&function(t,e){let i=t.state.facet(wn);return i.length?i[0](e):$i.mac?!e.altKey:!e.ctrlKey}(t,e)?{from:r.from,to:r.to}:null,a={from:o,insert:i},l=t.state.changes(s?[s,a]:a);t.focus(),t.dispatch({changes:l,selection:{anchor:l.mapPos(o,-1),head:l.mapPos(o,1)},userEvent:s?"move.drop":"input.drop"}),t.inputState.draggedContent=null}So.dragstart=(t,e)=>{let{selection:{main:i}}=t.state;if(e.target.draggable){let n=t.docView.nearest(e.target);if(n&&n.isWidget){let t=n.posAtStart,e=t+n.length;(t>=i.to||e<=i.from)&&(i=bt.range(t,e))}}let{inputState:n}=t;return n.mouseSelection&&(n.mouseSelection.dragging=!0),n.draggedContent=i,e.dataTransfer&&(e.dataTransfer.setData("Text",t.state.sliceDoc(i.from,i.to)),e.dataTransfer.effectAllowed="copyMove"),!1},So.dragend=t=>(t.inputState.draggedContent=null,!1),So.drop=(t,e)=>{if(!e.dataTransfer)return!1;if(t.state.readOnly)return!0;let i=e.dataTransfer.files;if(i&&i.length){let n=Array(i.length),o=0,r=()=>{++o==i.length&&Mo(t,e,n.filter((t=>null!=t)).join(t.state.lineBreak),!1)};for(let t=0;t<i.length;t++){let e=new FileReader;e.onerror=r,e.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(e.result)||(n[t]=e.result),r()},e.readAsText(i[t])}return!0}{let i=e.dataTransfer.getData("Text");if(i)return Mo(t,e,i,!0),!0}return!1},So.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let i=Qo?null:e.clipboardData;return i?(Po(t,i.getData("text/plain")||i.getData("text/uri-list")),!0):(function(t){let e=t.dom.parentNode;if(!e)return;let i=e.appendChild(document.createElement("textarea"));i.style.cssText="position: fixed; left: -10000px; top: 10px",i.focus(),setTimeout((()=>{t.focus(),i.remove(),Po(t,i.value)}),50)}(t),!1)};let Do=null;So.copy=So.cut=(t,e)=>{let{text:i,ranges:n,linewise:o}=function(t){let e=[],i=[],n=!1;for(let n of t.selection.ranges)n.empty||(e.push(t.sliceDoc(n.from,n.to)),i.push(n));if(!e.length){let o=-1;for(let{from:n}of t.selection.ranges){let r=t.doc.lineAt(n);r.number>o&&(e.push(r.text),i.push({from:r.from,to:Math.min(t.doc.length,r.to+1)})),o=r.number}n=!0}return{text:e.join(t.lineBreak),ranges:i,linewise:n}}(t.state);if(!i&&!o)return!1;Do=o?i:null,"cut"!=e.type||t.state.readOnly||t.dispatch({changes:n,scrollIntoView:!0,userEvent:"delete.cut"});let r=Qo?null:e.clipboardData;return r?(r.clearData(),r.setData("text/plain",i),!0):(function(t,e){let i=t.dom.parentNode;if(!i)return;let n=i.appendChild(document.createElement("textarea"));n.style.cssText="position: fixed; left: -10000px; top: 10px",n.value=e,n.focus(),n.selectionEnd=e.length,n.selectionStart=0,setTimeout((()=>{n.remove(),t.focus()}),50)}(t,i),!1)};const jo=Ht.define();function qo(t,e){let i=[];for(let n of t.facet(Qn)){let o=n(t,e);o&&i.push(o)}return i?t.update({effects:i,annotations:jo.of(!0)}):null}function _o(t){setTimeout((()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let i=qo(t.state,e);i?t.dispatch(i):t.update([])}}),10)}ko.focus=t=>{t.inputState.lastFocusTime=Date.now(),t.scrollDOM.scrollTop||!t.inputState.lastScrollTop&&!t.inputState.lastScrollLeft||(t.scrollDOM.scrollTop=t.inputState.lastScrollTop,t.scrollDOM.scrollLeft=t.inputState.lastScrollLeft),_o(t)},ko.blur=t=>{t.observer.clearSelectionRange(),_o(t)},ko.compositionstart=ko.compositionupdate=t=>{null==t.inputState.compositionFirstChange&&(t.inputState.compositionFirstChange=!0),t.inputState.composing<0&&(t.inputState.composing=0,t.docView.maybeCreateCompositionBarrier()&&(t.update([]),t.docView.clearCompositionBarrier()))},ko.compositionend=t=>{t.inputState.composing=-1,t.inputState.compositionEndedAt=Date.now(),t.inputState.compositionPendingKey=!0,t.inputState.compositionPendingChange=t.observer.pendingRecords().length>0,t.inputState.compositionFirstChange=null,$i.chrome&&$i.android?t.observer.flushSoon():t.inputState.compositionPendingChange?Promise.resolve().then((()=>t.observer.flush())):setTimeout((()=>{t.inputState.composing<0&&t.docView.hasComposition&&t.update([])}),50)},ko.contextmenu=t=>{t.inputState.lastContextMenu=Date.now()},So.beforeinput=(t,e)=>{var i;let n;if($i.chrome&&$i.android&&(n=yo.find((t=>t.inputType==e.inputType)))&&(t.observer.delayAndroidKey(n.key,n.keyCode),"Backspace"==n.key||"Delete"==n.key)){let e=(null===(i=window.visualViewport)||void 0===i?void 0:i.height)||0;setTimeout((()=>{var i;((null===(i=window.visualViewport)||void 0===i?void 0:i.height)||0)>e+10&&t.hasFocus&&(t.contentDOM.blur(),t.focus())}),100)}return $i.ios&&"deleteContentForward"==e.inputType&&t.observer.flushSoon(),!1};const No=new Set;const Vo=["pre-wrap","normal","pre-line","break-spaces"];class Bo{constructor(t){this.lineWrapping=t,this.doc=N.empty,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.textHeight=14,this.lineLength=30,this.heightChanged=!1}heightForGap(t,e){let i=this.doc.lineAt(e).number-this.doc.lineAt(t).number+1;return this.lineWrapping&&(i+=Math.max(0,Math.ceil((e-t-i*this.lineLength*.5)/this.lineLength))),this.lineHeight*i}heightForLine(t){if(!this.lineWrapping)return this.lineHeight;return(1+Math.max(0,Math.ceil((t-this.lineLength)/(this.lineLength-5))))*this.lineHeight}setDoc(t){return this.doc=t,this}mustRefreshForWrapping(t){return Vo.indexOf(t)>-1!=this.lineWrapping}mustRefreshForHeights(t){let e=!1;for(let i=0;i<t.length;i++){let n=t[i];n<0?i++:this.heightSamples[Math.floor(10*n)]||(e=!0,this.heightSamples[Math.floor(10*n)]=!0)}return e}refresh(t,e,i,n,o,r){let s=Vo.indexOf(t)>-1,a=Math.round(e)!=Math.round(this.lineHeight)||this.lineWrapping!=s;if(this.lineWrapping=s,this.lineHeight=e,this.charWidth=i,this.textHeight=n,this.lineLength=o,a){this.heightSamples={};for(let t=0;t<r.length;t++){let e=r[t];e<0?t++:this.heightSamples[Math.floor(10*e)]=!0}}return a}}class Io{constructor(t,e){this.from=t,this.heights=e,this.index=0}get more(){return this.index<this.heights.length}}class zo{constructor(t,e,i,n,o){this.from=t,this.length=e,this.top=i,this.height=n,this._content=o}get type(){return"number"==typeof this._content?Vi.Text:Array.isArray(this._content)?this._content:this._content.type}get to(){return this.from+this.length}get bottom(){return this.top+this.height}get widget(){return this._content instanceof Li?this._content.widget:null}get widgetLineBreaks(){return"number"==typeof this._content?this._content:0}join(t){let e=(Array.isArray(this._content)?this._content:[this]).concat(Array.isArray(t._content)?t._content:[t]);return new zo(this.from,this.length+t.length,this.top,this.height+t.height,e)}}var Lo=function(t){return t[t.ByPos=0]="ByPos",t[t.ByHeight=1]="ByHeight",t[t.ByPosNoHeight=2]="ByPosNoHeight",t}(Lo||(Lo={}));const Go=.001;class Uo{constructor(t,e,i=2){this.length=t,this.height=e,this.flags=i}get outdated(){return(2&this.flags)>0}set outdated(t){this.flags=(t?2:0)|-3&this.flags}setHeight(t,e){this.height!=e&&(Math.abs(this.height-e)>Go&&(t.heightChanged=!0),this.height=e)}replace(t,e,i){return Uo.of(i)}decomposeLeft(t,e){e.push(this)}decomposeRight(t,e){e.push(this)}applyChanges(t,e,i,n){let o=this,r=i.doc;for(let s=n.length-1;s>=0;s--){let{fromA:a,toA:l,fromB:c,toB:h}=n[s],d=o.lineAt(a,Lo.ByPosNoHeight,i.setDoc(e),0,0),u=d.to>=l?d:o.lineAt(l,Lo.ByPosNoHeight,i,0,0);for(h+=u.to-l,l=u.to;s>0&&d.from<=n[s-1].toA;)a=n[s-1].fromA,c=n[s-1].fromB,s--,a<d.from&&(d=o.lineAt(a,Lo.ByPosNoHeight,i,0,0));c+=d.from-a,a=d.from;let f=er.build(i.setDoc(r),t,c,h);o=o.replace(a,l,f)}return o.updateHeight(i,0)}static empty(){return new Ho(0,0)}static of(t){if(1==t.length)return t[0];let e=0,i=t.length,n=0,o=0;for(;;)if(e==i)if(n>2*o){let o=t[e-1];o.break?t.splice(--e,1,o.left,null,o.right):t.splice(--e,1,o.left,o.right),i+=1+o.break,n-=o.size}else{if(!(o>2*n))break;{let e=t[i];e.break?t.splice(i,1,e.left,null,e.right):t.splice(i,1,e.left,e.right),i+=2+e.break,o-=e.size}}else if(n<o){let i=t[e++];i&&(n+=i.size)}else{let e=t[--i];e&&(o+=e.size)}let r=0;return null==t[e-1]?(r=1,e--):null==t[e]&&(r=1,i++),new Jo(Uo.of(t.slice(0,e)),r,Uo.of(t.slice(i)))}}Uo.prototype.size=1;class Fo extends Uo{constructor(t,e,i){super(t,e),this.deco=i}blockAt(t,e,i,n){return new zo(n,this.length,i,this.height,this.deco||0)}lineAt(t,e,i,n,o){return this.blockAt(0,i,n,o)}forEachLine(t,e,i,n,o,r){t<=o+this.length&&e>=o&&r(this.blockAt(0,i,n,o))}updateHeight(t,e=0,i=!1,n){return n&&n.from<=e&&n.more&&this.setHeight(t,n.heights[n.index++]),this.outdated=!1,this}toString(){return`block(${this.length})`}}class Ho extends Fo{constructor(t,e){super(t,e,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(t,e,i,n){return new zo(n,this.length,i,this.height,this.breaks)}replace(t,e,i){let n=i[0];return 1==i.length&&(n instanceof Ho||n instanceof Ko&&4&n.flags)&&Math.abs(this.length-n.length)<10?(n instanceof Ko?n=new Ho(n.length,this.height):n.height=this.height,this.outdated||(n.outdated=!1),n):Uo.of(i)}updateHeight(t,e=0,i=!1,n){return n&&n.from<=e&&n.more?this.setHeight(t,n.heights[n.index++]):(i||this.outdated)&&this.setHeight(t,Math.max(this.widgetHeight,t.heightForLine(this.length-this.collapsed))+this.breaks*t.lineHeight),this.outdated=!1,this}toString(){return`line(${this.length}${this.collapsed?-this.collapsed:""}${this.widgetHeight?":"+this.widgetHeight:""})`}}class Ko extends Uo{constructor(t){super(t,0)}heightMetrics(t,e){let i,n=t.doc.lineAt(e).number,o=t.doc.lineAt(e+this.length).number,r=o-n+1,s=0;if(t.lineWrapping){let e=Math.min(this.height,t.lineHeight*r);i=e/r,this.length>r+1&&(s=(this.height-e)/(this.length-r-1))}else i=this.height/r;return{firstLine:n,lastLine:o,perLine:i,perChar:s}}blockAt(t,e,i,n){let{firstLine:o,lastLine:r,perLine:s,perChar:a}=this.heightMetrics(e,n);if(e.lineWrapping){let o=n+Math.round(Math.max(0,Math.min(1,(t-i)/this.height))*this.length),r=e.doc.lineAt(o),l=s+r.length*a,c=Math.max(i,t-l/2);return new zo(r.from,r.length,c,l,0)}{let n=Math.max(0,Math.min(r-o,Math.floor((t-i)/s))),{from:a,length:l}=e.doc.line(o+n);return new zo(a,l,i+s*n,s,0)}}lineAt(t,e,i,n,o){if(e==Lo.ByHeight)return this.blockAt(t,i,n,o);if(e==Lo.ByPosNoHeight){let{from:e,to:n}=i.doc.lineAt(t);return new zo(e,n-e,0,0,0)}let{firstLine:r,perLine:s,perChar:a}=this.heightMetrics(i,o),l=i.doc.lineAt(t),c=s+l.length*a,h=l.number-r,d=n+s*h+a*(l.from-o-h);return new zo(l.from,l.length,Math.max(n,Math.min(d,n+this.height-c)),c,0)}forEachLine(t,e,i,n,o,r){t=Math.max(t,o),e=Math.min(e,o+this.length);let{firstLine:s,perLine:a,perChar:l}=this.heightMetrics(i,o);for(let c=t,h=n;c<=e;){let e=i.doc.lineAt(c);if(c==t){let i=e.number-s;h+=a*i+l*(t-o-i)}let n=a+l*e.length;r(new zo(e.from,e.length,h,n,0)),h+=n,c=e.to+1}}replace(t,e,i){let n=this.length-e;if(n>0){let t=i[i.length-1];t instanceof Ko?i[i.length-1]=new Ko(t.length+n):i.push(null,new Ko(n-1))}if(t>0){let e=i[0];e instanceof Ko?i[0]=new Ko(t+e.length):i.unshift(new Ko(t-1),null)}return Uo.of(i)}decomposeLeft(t,e){e.push(new Ko(t-1),null)}decomposeRight(t,e){e.push(null,new Ko(this.length-t-1))}updateHeight(t,e=0,i=!1,n){let o=e+this.length;if(n&&n.from<=e+this.length&&n.more){let i=[],r=Math.max(e,n.from),s=-1;for(n.from>e&&i.push(new Ko(n.from-e-1).updateHeight(t,e));r<=o&&n.more;){let e=t.doc.lineAt(r).length;i.length&&i.push(null);let o=n.heights[n.index++];-1==s?s=o:Math.abs(o-s)>=Go&&(s=-2);let a=new Ho(e,o);a.outdated=!1,i.push(a),r+=e+1}r<=o&&i.push(null,new Ko(o-r).updateHeight(t,r));let a=Uo.of(i);return(s<0||Math.abs(a.height-this.height)>=Go||Math.abs(s-this.heightMetrics(t,e).perLine)>=Go)&&(t.heightChanged=!0),a}return(i||this.outdated)&&(this.setHeight(t,t.heightForGap(e,e+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class Jo extends Uo{constructor(t,e,i){super(t.length+e+i.length,t.height+i.height,e|(t.outdated||i.outdated?2:0)),this.left=t,this.right=i,this.size=t.size+i.size}get break(){return 1&this.flags}blockAt(t,e,i,n){let o=i+this.left.height;return t<o?this.left.blockAt(t,e,i,n):this.right.blockAt(t,e,o,n+this.left.length+this.break)}lineAt(t,e,i,n,o){let r=n+this.left.height,s=o+this.left.length+this.break,a=e==Lo.ByHeight?t<r:t<s,l=a?this.left.lineAt(t,e,i,n,o):this.right.lineAt(t,e,i,r,s);if(this.break||(a?l.to<s:l.from>s))return l;let c=e==Lo.ByPosNoHeight?Lo.ByPosNoHeight:Lo.ByPos;return a?l.join(this.right.lineAt(s,c,i,r,s)):this.left.lineAt(s,c,i,n,o).join(l)}forEachLine(t,e,i,n,o,r){let s=n+this.left.height,a=o+this.left.length+this.break;if(this.break)t<a&&this.left.forEachLine(t,e,i,n,o,r),e>=a&&this.right.forEachLine(t,e,i,s,a,r);else{let l=this.lineAt(a,Lo.ByPos,i,n,o);t<l.from&&this.left.forEachLine(t,l.from-1,i,n,o,r),l.to>=t&&l.from<=e&&r(l),e>l.to&&this.right.forEachLine(l.to+1,e,i,s,a,r)}}replace(t,e,i){let n=this.left.length+this.break;if(e<n)return this.balanced(this.left.replace(t,e,i),this.right);if(t>this.left.length)return this.balanced(this.left,this.right.replace(t-n,e-n,i));let o=[];t>0&&this.decomposeLeft(t,o);let r=o.length;for(let t of i)o.push(t);if(t>0&&tr(o,r-1),e<this.length){let t=o.length;this.decomposeRight(e,o),tr(o,t)}return Uo.of(o)}decomposeLeft(t,e){let i=this.left.length;if(t<=i)return this.left.decomposeLeft(t,e);e.push(this.left),this.break&&(i++,t>=i&&e.push(null)),t>i&&this.right.decomposeLeft(t-i,e)}decomposeRight(t,e){let i=this.left.length,n=i+this.break;if(t>=n)return this.right.decomposeRight(t-n,e);t<i&&this.left.decomposeRight(t,e),this.break&&t<n&&e.push(null),e.push(this.right)}balanced(t,e){return t.size>2*e.size||e.size>2*t.size?Uo.of(this.break?[t,null,e]:[t,e]):(this.left=t,this.right=e,this.height=t.height+e.height,this.outdated=t.outdated||e.outdated,this.size=t.size+e.size,this.length=t.length+this.break+e.length,this)}updateHeight(t,e=0,i=!1,n){let{left:o,right:r}=this,s=e+o.length+this.break,a=null;return n&&n.from<=e+o.length&&n.more?a=o=o.updateHeight(t,e,i,n):o.updateHeight(t,e,i),n&&n.from<=s+r.length&&n.more?a=r=r.updateHeight(t,s,i,n):r.updateHeight(t,s,i),a?this.balanced(o,r):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function tr(t,e){let i,n;null==t[e]&&(i=t[e-1])instanceof Ko&&(n=t[e+1])instanceof Ko&&t.splice(e-1,3,new Ko(i.length+1+n.length))}class er{constructor(t,e){this.pos=t,this.oracle=e,this.nodes=[],this.lineStart=-1,this.lineEnd=-1,this.covering=null,this.writtenTo=t}get isCovered(){return this.covering&&this.nodes[this.nodes.length-1]==this.covering}span(t,e){if(this.lineStart>-1){let t=Math.min(e,this.lineEnd),i=this.nodes[this.nodes.length-1];i instanceof Ho?i.length+=t-this.pos:(t>this.pos||!this.isCovered)&&this.nodes.push(new Ho(t-this.pos,-1)),this.writtenTo=t,e>t&&(this.nodes.push(null),this.writtenTo++,this.lineStart=-1)}this.pos=e}point(t,e,i){if(t<e||i.heightRelevant){let n=i.widget?i.widget.estimatedHeight:0,o=i.widget?i.widget.lineBreaks:0;n<0&&(n=this.oracle.lineHeight);let r=e-t;i.block?this.addBlock(new Fo(r,n,i)):(r||o||n>=5)&&this.addLineDeco(n,o,r)}else e>t&&this.span(t,e);this.lineEnd>-1&&this.lineEnd<this.pos&&(this.lineEnd=this.oracle.doc.lineAt(this.pos).to)}enterLine(){if(this.lineStart>-1)return;let{from:t,to:e}=this.oracle.doc.lineAt(this.pos);this.lineStart=t,this.lineEnd=e,this.writtenTo<t&&((this.writtenTo<t-1||null==this.nodes[this.nodes.length-1])&&this.nodes.push(this.blankContent(this.writtenTo,t-1)),this.nodes.push(null)),this.pos>t&&this.nodes.push(new Ho(this.pos-t,-1)),this.writtenTo=this.pos}blankContent(t,e){let i=new Ko(e-t);return this.oracle.doc.lineAt(t).to==e&&(i.flags|=4),i}ensureLine(){this.enterLine();let t=this.nodes.length?this.nodes[this.nodes.length-1]:null;if(t instanceof Ho)return t;let e=new Ho(0,-1);return this.nodes.push(e),e}addBlock(t){this.enterLine();let e=t.deco;e&&e.startSide>0&&!this.isCovered&&this.ensureLine(),this.nodes.push(t),this.writtenTo=this.pos=this.pos+t.length,e&&e.endSide>0&&(this.covering=t)}addLineDeco(t,e,i){let n=this.ensureLine();n.length+=i,n.collapsed+=i,n.widgetHeight=Math.max(n.widgetHeight,t),n.breaks+=e,this.writtenTo=this.pos=this.pos+i}finish(t){let e=0==this.nodes.length?null:this.nodes[this.nodes.length-1];!(this.lineStart>-1)||e instanceof Ho||this.isCovered?(this.writtenTo<this.pos||null==e)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new Ho(0,-1));let i=t;for(let t of this.nodes)t instanceof Ho&&t.updateHeight(this.oracle,i),i+=t?t.length:1;return this.nodes}static build(t,e,i,n){let o=new er(i,t);return ye.spans(e,i,n,o,0),o.finish(i)}}class ir{constructor(){this.changes=[]}compareRange(){}comparePoint(t,e,i,n){(t<e||i&&i.heightRelevant||n&&n.heightRelevant)&&Ui(t,e,this.changes,5)}}function nr(t,e){let i=t.getBoundingClientRect(),n=t.ownerDocument,o=n.defaultView||window,r=Math.max(0,i.left),s=Math.min(o.innerWidth,i.right),a=Math.max(0,i.top),l=Math.min(o.innerHeight,i.bottom);for(let e=t.parentNode;e&&e!=n.body;)if(1==e.nodeType){let i=e,n=window.getComputedStyle(i);if((i.scrollHeight>i.clientHeight||i.scrollWidth>i.clientWidth)&&"visible"!=n.overflow){let n=i.getBoundingClientRect();r=Math.max(r,n.left),s=Math.min(s,n.right),a=Math.max(a,n.top),l=e==t.parentNode?n.bottom:Math.min(l,n.bottom)}e="absolute"==n.position||"fixed"==n.position?i.offsetParent:i.parentNode}else{if(11!=e.nodeType)break;e=e.host}return{left:r-i.left,right:Math.max(r,s)-i.left,top:a-(i.top+e),bottom:Math.max(a,l)-(i.top+e)}}function or(t,e){let i=t.getBoundingClientRect();return{left:0,right:i.right-i.left,top:e,bottom:i.bottom-(i.top+e)}}class rr{constructor(t,e,i){this.from=t,this.to=e,this.size=i}static same(t,e){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++){let n=t[i],o=e[i];if(n.from!=o.from||n.to!=o.to||n.size!=o.size)return!1}return!0}draw(t,e){return Bi.replace({widget:new sr(this.size*(e?t.scaleY:t.scaleX),e)}).range(this.from,this.to)}}class sr extends Ni{constructor(t,e){super(),this.size=t,this.vertical=e}eq(t){return t.size==this.size&&t.vertical==this.vertical}toDOM(){let t=document.createElement("div");return this.vertical?t.style.height=this.size+"px":(t.style.width=this.size+"px",t.style.height="2px",t.style.display="inline-block"),t}get estimatedHeight(){return this.vertical?this.size:-1}}class ar{constructor(t){this.state=t,this.pixelViewport={left:0,right:window.innerWidth,top:0,bottom:0},this.inView=!0,this.paddingTop=0,this.paddingBottom=0,this.contentDOMWidth=0,this.contentDOMHeight=0,this.editorHeight=0,this.editorWidth=0,this.scrollTop=0,this.scrolledToBottom=!0,this.scaleX=1,this.scaleY=1,this.scrollAnchorPos=0,this.scrollAnchorHeight=-1,this.scaler=ur,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=Ji.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let e=t.facet(Dn).some((t=>"function"!=typeof t&&"cm-lineWrapping"==t.class));this.heightOracle=new Bo(e),this.stateDeco=t.facet(jn).filter((t=>"function"!=typeof t)),this.heightMap=Uo.empty().applyChanges(this.stateDeco,N.empty,this.heightOracle.setDoc(t.doc),[new Ln(0,0,0,t.doc.length)]),this.viewport=this.getViewport(0,null),this.updateViewportLines(),this.updateForViewport(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=Bi.set(this.lineGaps.map((t=>t.draw(this,!1)))),this.computeVisibleRanges()}updateForViewport(){let t=[this.viewport],{main:e}=this.state.selection;for(let i=0;i<=1;i++){let n=i?e.head:e.anchor;if(!t.some((({from:t,to:e})=>n>=t&&n<=e))){let{from:e,to:i}=this.lineBlockAt(n);t.push(new lr(e,i))}}this.viewports=t.sort(((t,e)=>t.from-e.from)),this.scaler=this.heightMap.height<=7e6?ur:new fr(this.heightOracle,this.heightMap,this.viewports)}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,(t=>{this.viewportLines.push(1==this.scaler.scale?t:pr(t,this.scaler))}))}update(t,e=null){this.state=t.state;let i=this.stateDeco;this.stateDeco=this.state.facet(jn).filter((t=>"function"!=typeof t));let n=t.changedRanges,o=Ln.extendWithRanges(n,function(t,e,i){let n=new ir;return ye.compare(t,e,i,n,0),n.changes}(i,this.stateDeco,t?t.changes:ft.empty(this.state.doc.length))),r=this.heightMap.height,s=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);this.heightMap=this.heightMap.applyChanges(this.stateDeco,t.startState.doc,this.heightOracle.setDoc(this.state.doc),o),this.heightMap.height!=r&&(t.flags|=2),s?(this.scrollAnchorPos=t.changes.mapPos(s.from,-1),this.scrollAnchorHeight=s.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=this.heightMap.height);let a=o.length?this.mapViewport(this.viewport,t.changes):this.viewport;(e&&(e.range.head<a.from||e.range.head>a.to)||!this.viewportIsAppropriate(a))&&(a=this.getViewport(0,e));let l=!t.changes.empty||2&t.flags||a.from!=this.viewport.from||a.to!=this.viewport.to;this.viewport=a,this.updateForViewport(),l&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,t.changes))),t.flags|=this.computeVisibleRanges(),e&&(this.scrollTarget=e),!this.mustEnforceCursorAssoc&&t.selectionSet&&t.view.lineWrapping&&t.state.selection.main.empty&&t.state.selection.main.assoc&&!t.state.facet($n)&&(this.mustEnforceCursorAssoc=!0)}measure(t){let e=t.contentDOM,i=window.getComputedStyle(e),n=this.heightOracle,o=i.whiteSpace;this.defaultTextDirection="rtl"==i.direction?Ji.RTL:Ji.LTR;let r=this.heightOracle.mustRefreshForWrapping(o),s=e.getBoundingClientRect(),a=r||this.mustMeasureContent||this.contentDOMHeight!=s.height;this.contentDOMHeight=s.height,this.mustMeasureContent=!1;let l=0,c=0;if(s.width&&s.height){let{scaleX:t,scaleY:i}=ti(e,s);(t>.005&&Math.abs(this.scaleX-t)>.005||i>.005&&Math.abs(this.scaleY-i)>.005)&&(this.scaleX=t,this.scaleY=i,l|=8,r=a=!0)}let h=(parseInt(i.paddingTop)||0)*this.scaleY,d=(parseInt(i.paddingBottom)||0)*this.scaleY;this.paddingTop==h&&this.paddingBottom==d||(this.paddingTop=h,this.paddingBottom=d,l|=10),this.editorWidth!=t.scrollDOM.clientWidth&&(n.lineWrapping&&(a=!0),this.editorWidth=t.scrollDOM.clientWidth,l|=8);let u=t.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=u&&(this.scrollAnchorHeight=-1,this.scrollTop=u),this.scrolledToBottom=li(t.scrollDOM);let f=(this.printing?or:nr)(e,this.paddingTop),p=f.top-this.pixelViewport.top,O=f.bottom-this.pixelViewport.bottom;this.pixelViewport=f;let g=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(g!=this.inView&&(this.inView=g,g&&(a=!0)),!this.inView&&!this.scrollTarget)return 0;let m=s.width;if(this.contentDOMWidth==m&&this.editorHeight==t.scrollDOM.clientHeight||(this.contentDOMWidth=s.width,this.editorHeight=t.scrollDOM.clientHeight,l|=8),a){let e=t.docView.measureVisibleLineHeights(this.viewport);if(n.mustRefreshForHeights(e)&&(r=!0),r||n.lineWrapping&&Math.abs(m-this.contentDOMWidth)>n.charWidth){let{lineHeight:i,charWidth:s,textHeight:a}=t.docView.measureTextSize();r=i>0&&n.refresh(o,i,s,a,m/s,e),r&&(t.docView.minWidth=0,l|=8)}p>0&&O>0?c=Math.max(p,O):p<0&&O<0&&(c=Math.min(p,O)),n.heightChanged=!1;for(let i of this.viewports){let o=i.from==this.viewport.from?e:t.docView.measureVisibleLineHeights(i);this.heightMap=(r?Uo.empty().applyChanges(this.stateDeco,N.empty,this.heightOracle,[new Ln(0,0,0,t.state.doc.length)]):this.heightMap).updateHeight(n,0,r,new Io(i.from,o))}n.heightChanged&&(l|=2)}let y=!this.viewportIsAppropriate(this.viewport,c)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return y&&(this.viewport=this.getViewport(c,this.scrollTarget)),this.updateForViewport(),(2&l||y)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(r?[]:this.lineGaps,t)),l|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,t.docView.enforceCursorAssoc()),l}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(t,e){let i=.5-Math.max(-.5,Math.min(.5,t/1e3/2)),n=this.heightMap,o=this.heightOracle,{visibleTop:r,visibleBottom:s}=this,a=new lr(n.lineAt(r-1e3*i,Lo.ByHeight,o,0,0).from,n.lineAt(s+1e3*(1-i),Lo.ByHeight,o,0,0).to);if(e){let{head:t}=e.range;if(t<a.from||t>a.to){let i,r=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),s=n.lineAt(t,Lo.ByPos,o,0,0);i="center"==e.y?(s.top+s.bottom)/2-r/2:"start"==e.y||"nearest"==e.y&&t<a.from?s.top:s.bottom-r,a=new lr(n.lineAt(i-500,Lo.ByHeight,o,0,0).from,n.lineAt(i+r+500,Lo.ByHeight,o,0,0).to)}}return a}mapViewport(t,e){let i=e.mapPos(t.from,-1),n=e.mapPos(t.to,1);return new lr(this.heightMap.lineAt(i,Lo.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(n,Lo.ByPos,this.heightOracle,0,0).to)}viewportIsAppropriate({from:t,to:e},i=0){if(!this.inView)return!0;let{top:n}=this.heightMap.lineAt(t,Lo.ByPos,this.heightOracle,0,0),{bottom:o}=this.heightMap.lineAt(e,Lo.ByPos,this.heightOracle,0,0),{visibleTop:r,visibleBottom:s}=this;return(0==t||n<=r-Math.max(10,Math.min(-i,250)))&&(e==this.state.doc.length||o>=s+Math.max(10,Math.min(i,250)))&&n>r-2e3&&o<s+2e3}mapLineGaps(t,e){if(!t.length||e.empty)return t;let i=[];for(let n of t)e.touchesRange(n.from,n.to)||i.push(new rr(e.mapPos(n.from),e.mapPos(n.to),n.size));return i}ensureLineGaps(t,e){let i=this.heightOracle.lineWrapping,n=i?1e4:2e3,o=n>>1,r=n<<1;if(this.defaultTextDirection!=Ji.LTR&&!i)return[];let s=[],a=(n,r,l,c)=>{if(r-n<o)return;let h=this.state.selection.main,d=[h.from];h.empty||d.push(h.to);for(let t of d)if(t>n&&t<r)return a(n,t-10,l,c),void a(t+10,r,l,c);let u=function(t,e){for(let i of t)if(e(i))return i;return}(t,(t=>t.from>=l.from&&t.to<=l.to&&Math.abs(t.from-n)<o&&Math.abs(t.to-r)<o&&!d.some((e=>t.from<e&&t.to>e))));if(!u){if(r<l.to&&e&&i&&e.visibleRanges.some((t=>t.from<=r&&t.to>=r))){let t=e.moveToLineBoundary(bt.cursor(r),!1,!0).head;t>n&&(r=t)}u=new rr(n,r,this.gapSize(l,n,r,c))}s.push(u)};for(let t of this.viewportLines){if(t.length<r)continue;let e=cr(t.from,t.to,this.stateDeco);if(e.total<r)continue;let o,s,l=this.scrollTarget?this.scrollTarget.range.head:null;if(i){let i,r,a=n/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=l){let n=dr(e,l),o=((this.visibleBottom-this.visibleTop)/2+a)/t.height;i=n-o,r=n+o}else i=(this.visibleTop-t.top-a)/t.height,r=(this.visibleBottom-t.top+a)/t.height;o=hr(e,i),s=hr(e,r)}else{let t,i,r=e.total*this.heightOracle.charWidth,a=n*this.heightOracle.charWidth;if(null!=l){let n=dr(e,l),o=((this.pixelViewport.right-this.pixelViewport.left)/2+a)/r;t=n-o,i=n+o}else t=(this.pixelViewport.left-a)/r,i=(this.pixelViewport.right+a)/r;o=hr(e,t),s=hr(e,i)}o>t.from&&a(t.from,o,t,e),s<t.to&&a(s,t.to,t,e)}return s}gapSize(t,e,i,n){let o=dr(n,i)-dr(n,e);return this.heightOracle.lineWrapping?t.height*o:n.total*this.heightOracle.charWidth*o}updateLineGaps(t){rr.same(t,this.lineGaps)||(this.lineGaps=t,this.lineGapDeco=Bi.set(t.map((t=>t.draw(this,this.heightOracle.lineWrapping)))))}computeVisibleRanges(){let t=this.stateDeco;this.lineGaps.length&&(t=t.concat(this.lineGapDeco));let e=[];ye.spans(t,this.viewport.from,this.viewport.to,{span(t,i){e.push({from:t,to:i})},point(){}},20);let i=e.length!=this.visibleRanges.length||this.visibleRanges.some(((t,i)=>t.from!=e[i].from||t.to!=e[i].to));return this.visibleRanges=e,i?4:0}lineBlockAt(t){return t>=this.viewport.from&&t<=this.viewport.to&&this.viewportLines.find((e=>e.from<=t&&e.to>=t))||pr(this.heightMap.lineAt(t,Lo.ByPos,this.heightOracle,0,0),this.scaler)}lineBlockAtHeight(t){return pr(this.heightMap.lineAt(this.scaler.fromDOM(t),Lo.ByHeight,this.heightOracle,0,0),this.scaler)}scrollAnchorAt(t){let e=this.lineBlockAtHeight(t+8);return e.from>=this.viewport.from||this.viewportLines[0].top-t>200?e:this.viewportLines[0]}elementAtHeight(t){return pr(this.heightMap.blockAt(this.scaler.fromDOM(t),this.heightOracle,0,0),this.scaler)}get docHeight(){return this.scaler.toDOM(this.heightMap.height)}get contentHeight(){return this.docHeight+this.paddingTop+this.paddingBottom}}class lr{constructor(t,e){this.from=t,this.to=e}}function cr(t,e,i){let n=[],o=t,r=0;return ye.spans(i,t,e,{span(){},point(t,e){t>o&&(n.push({from:o,to:t}),r+=t-o),o=e}},20),o<e&&(n.push({from:o,to:e}),r+=e-o),{total:r,ranges:n}}function hr({total:t,ranges:e},i){if(i<=0)return e[0].from;if(i>=1)return e[e.length-1].to;let n=Math.floor(t*i);for(let t=0;;t++){let{from:i,to:o}=e[t],r=o-i;if(n<=r)return i+n;n-=r}}function dr(t,e){let i=0;for(let{from:n,to:o}of t.ranges){if(e<=o){i+=e-n;break}i+=o-n}return i/t.total}const ur={toDOM:t=>t,fromDOM:t=>t,scale:1};class fr{constructor(t,e,i){let n=0,o=0,r=0;this.viewports=i.map((({from:i,to:o})=>{let r=e.lineAt(i,Lo.ByPos,t,0,0).top,s=e.lineAt(o,Lo.ByPos,t,0,0).bottom;return n+=s-r,{from:i,to:o,top:r,bottom:s,domTop:0,domBottom:0}})),this.scale=(7e6-n)/(e.height-n);for(let t of this.viewports)t.domTop=r+(t.top-o)*this.scale,r=t.domBottom=t.domTop+(t.bottom-t.top),o=t.bottom}toDOM(t){for(let e=0,i=0,n=0;;e++){let o=e<this.viewports.length?this.viewports[e]:null;if(!o||t<o.top)return n+(t-i)*this.scale;if(t<=o.bottom)return o.domTop+(t-o.top);i=o.bottom,n=o.domBottom}}fromDOM(t){for(let e=0,i=0,n=0;;e++){let o=e<this.viewports.length?this.viewports[e]:null;if(!o||t<o.domTop)return i+(t-n)/this.scale;if(t<=o.domBottom)return o.top+(t-o.domTop);i=o.bottom,n=o.domBottom}}}function pr(t,e){if(1==e.scale)return t;let i=e.toDOM(t.top),n=e.toDOM(t.bottom);return new zo(t.from,t.length,i,n-i,Array.isArray(t._content)?t._content.map((t=>pr(t,e))):t._content)}const Or=kt.define({combine:t=>t.join(" ")}),gr=kt.define({combine:t=>t.indexOf(!0)>-1}),mr=Ye.newName(),yr=Ye.newName(),vr=Ye.newName(),wr={"&light":"."+yr,"&dark":"."+vr};function br(t,e,i){return new Ye(e,{finish:e=>/&/.test(e)?e.replace(/&\w*/,(e=>{if("&"==e)return t;if(!i||!i[e])throw new RangeError(`Unsupported selector: ${e}`);return i[e]})):t+" "+e})}const xr=br("."+mr,{"&":{position:"relative !important",boxSizing:"border-box","&.cm-focused":{outline:"1px dotted #212121"},display:"flex !important",flexDirection:"column"},".cm-scroller":{display:"flex !important",alignItems:"flex-start !important",fontFamily:"monospace",lineHeight:1.4,height:"100%",overflowX:"auto",position:"relative",zIndex:0},".cm-content":{margin:0,flexGrow:2,flexShrink:0,display:"block",whiteSpace:"pre",wordWrap:"normal",boxSizing:"border-box",minHeight:"100%",padding:"4px 0",outline:"none","&[contenteditable=true]":{WebkitUserModify:"read-write-plaintext-only"}},".cm-lineWrapping":{whiteSpace_fallback:"pre-wrap",whiteSpace:"break-spaces",wordBreak:"break-word",overflowWrap:"anywhere",flexShrink:1},"&light .cm-content":{caretColor:"black"},"&dark .cm-content":{caretColor:"white"},".cm-line":{display:"block",padding:"0 2px 0 6px"},".cm-layer":{position:"absolute",left:0,top:0,contain:"size style","& > *":{position:"absolute"}},"&light .cm-selectionBackground":{background:"#d9d9d9"},"&dark .cm-selectionBackground":{background:"#222"},"&light.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#d7d4f0"},"&dark.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#233"},".cm-cursorLayer":{pointerEvents:"none"},"&.cm-focused > .cm-scroller > .cm-cursorLayer":{animation:"steps(1) cm-blink 1.2s infinite"},"@keyframes cm-blink":{"0%":{},"50%":{opacity:0},"100%":{}},"@keyframes cm-blink2":{"0%":{},"50%":{opacity:0},"100%":{}},".cm-cursor, .cm-dropCursor":{borderLeft:"1.2px solid black",marginLeft:"-0.6px",pointerEvents:"none"},".cm-cursor":{display:"none"},"&dark .cm-cursor":{borderLeftColor:"#444"},".cm-dropCursor":{position:"absolute"},"&.cm-focused > .cm-scroller > .cm-cursorLayer .cm-cursor":{display:"block"},".cm-iso":{unicodeBidi:"isolate"},".cm-announced":{position:"fixed",top:"-10000px"},"@media print":{".cm-announced":{display:"none"}},"&light .cm-activeLine":{backgroundColor:"#cceeff44"},"&dark .cm-activeLine":{backgroundColor:"#99eeff33"},"&light .cm-specialChar":{color:"red"},"&dark .cm-specialChar":{color:"#f78"},".cm-gutters":{flexShrink:0,display:"flex",height:"100%",boxSizing:"border-box",insetInlineStart:0,zIndex:200},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",borderRight:"1px solid #ddd"},"&dark .cm-gutters":{backgroundColor:"#333338",color:"#ccc"},".cm-gutter":{display:"flex !important",flexDirection:"column",flexShrink:0,boxSizing:"border-box",minHeight:"100%",overflow:"hidden"},".cm-gutterElement":{boxSizing:"border-box"},".cm-lineNumbers .cm-gutterElement":{padding:"0 3px 0 5px",minWidth:"20px",textAlign:"right",whiteSpace:"nowrap"},"&light .cm-activeLineGutter":{backgroundColor:"#e2f2ff"},"&dark .cm-activeLineGutter":{backgroundColor:"#222227"},".cm-panels":{boxSizing:"border-box",position:"sticky",left:0,right:0},"&light .cm-panels":{backgroundColor:"#f5f5f5",color:"black"},"&light .cm-panels-top":{borderBottom:"1px solid #ddd"},"&light .cm-panels-bottom":{borderTop:"1px solid #ddd"},"&dark .cm-panels":{backgroundColor:"#333338",color:"white"},".cm-tab":{display:"inline-block",overflow:"hidden",verticalAlign:"bottom"},".cm-widgetBuffer":{verticalAlign:"text-top",height:"1em",width:0,display:"inline"},".cm-placeholder":{color:"#888",display:"inline-block",verticalAlign:"top"},".cm-highlightSpace:before":{content:"attr(data-display)",position:"absolute",pointerEvents:"none",color:"#888"},".cm-highlightTab":{backgroundImage:'url(\'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20"><path stroke="%23888" stroke-width="1" fill="none" d="M1 10H196L190 5M190 15L196 10M197 4L197 16"/></svg>\')',backgroundSize:"auto 100%",backgroundPosition:"right 90%",backgroundRepeat:"no-repeat"},".cm-trailingSpace":{backgroundColor:"#ff332255"},".cm-button":{verticalAlign:"middle",color:"inherit",fontSize:"70%",padding:".2em 1em",borderRadius:"1px"},"&light .cm-button":{backgroundImage:"linear-gradient(#eff1f5, #d9d9df)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#b4b4b4, #d0d3d6)"}},"&dark .cm-button":{backgroundImage:"linear-gradient(#393939, #111)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#111, #333)"}},".cm-textfield":{verticalAlign:"middle",color:"inherit",fontSize:"70%",border:"1px solid silver",padding:".2em .5em"},"&light .cm-textfield":{backgroundColor:"white"},"&dark .cm-textfield":{border:"1px solid #555",backgroundColor:"inherit"}},wr),Sr="￿";class kr{constructor(t,e){this.points=t,this.text="",this.lineSeparator=e.facet(ue.lineSeparator)}append(t){this.text+=t}lineBreak(){this.text+=Sr}readRange(t,e){if(!t)return this;let i=t.parentNode;for(let n=t;;){this.findPointBefore(i,n);let t=this.text.length;this.readNode(n);let o=n.nextSibling;if(o==e)break;let r=di.get(n),s=di.get(o);(r&&s?r.breakAfter:(r?r.breakAfter:Pr(n))||Pr(o)&&("BR"!=n.nodeName||n.cmIgnore)&&this.text.length>t)&&this.lineBreak(),n=o}return this.findPointBefore(i,e),this}readTextNode(t){let e=t.nodeValue;for(let i of this.points)i.node==t&&(i.pos=this.text.length+Math.min(i.offset,e.length));for(let i=0,n=this.lineSeparator?null:/\r\n?|\n/g;;){let o,r=-1,s=1;if(this.lineSeparator?(r=e.indexOf(this.lineSeparator,i),s=this.lineSeparator.length):(o=n.exec(e))&&(r=o.index,s=o[0].length),this.append(e.slice(i,r<0?e.length:r)),r<0)break;if(this.lineBreak(),s>1)for(let e of this.points)e.node==t&&e.pos>this.text.length&&(e.pos-=s-1);i=r+s}}readNode(t){if(t.cmIgnore)return;let e=di.get(t),i=e&&e.overrideDOMText;if(null!=i){this.findPointInside(t,i.length);for(let t=i.iter();!t.next().done;)t.lineBreak?this.lineBreak():this.append(t.value)}else 3==t.nodeType?this.readTextNode(t):"BR"==t.nodeName?t.nextSibling&&this.lineBreak():1==t.nodeType&&this.readRange(t.firstChild,null)}findPointBefore(t,e){for(let i of this.points)i.node==t&&t.childNodes[i.offset]==e&&(i.pos=this.text.length)}findPointInside(t,e){for(let i of this.points)(3==t.nodeType?i.node==t:t.contains(i.node))&&(i.pos=this.text.length+(Qr(t,i.node,i.offset)?e:0))}}function Qr(t,e,i){for(;;){if(!e||i<He(e))return!1;if(e==t)return!0;i=Ue(e)+1,e=e.parentNode}}function Pr(t){return 1==t.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}class $r{constructor(t,e){this.node=t,this.offset=e,this.pos=-1}}class Zr{constructor(t,e,i,n){this.typeOver=n,this.bounds=null,this.text="";let{impreciseHead:o,impreciseAnchor:r}=t.docView;if(t.state.readOnly&&e>-1)this.newSel=null;else if(e>-1&&(this.bounds=t.docView.domBoundsAround(e,i,0))){let e=o||r?[]:function(t){let e=[];if(t.root.activeElement!=t.contentDOM)return e;let{anchorNode:i,anchorOffset:n,focusNode:o,focusOffset:r}=t.observer.selectionRange;i&&(e.push(new $r(i,n)),o==i&&r==n||e.push(new $r(o,r)));return e}(t),i=new kr(e,t.state);i.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=i.text,this.newSel=function(t,e){if(0==t.length)return null;let i=t[0].pos,n=2==t.length?t[1].pos:i;return i>-1&&n>-1?bt.single(i+e,n+e):null}(e,this.bounds.from)}else{let e=t.observer.selectionRange,i=o&&o.node==e.focusNode&&o.offset==e.focusOffset||!Ie(t.contentDOM,e.focusNode)?t.state.selection.main.head:t.docView.posFromDOM(e.focusNode,e.focusOffset),n=r&&r.node==e.anchorNode&&r.offset==e.anchorOffset||!Ie(t.contentDOM,e.anchorNode)?t.state.selection.main.anchor:t.docView.posFromDOM(e.anchorNode,e.anchorOffset),s=t.viewport;if(($i.ios||$i.chrome)&&t.state.selection.main.empty&&i!=n&&(s.from>0||s.to<t.state.doc.length)){let e=Math.min(i,n),o=Math.max(i,n),r=s.from-e,a=s.to-o;0!=r&&1!=r&&0!=e||0!=a&&-1!=a&&o!=t.state.doc.length||(i=0,n=t.state.doc.length)}this.newSel=bt.single(n,i)}}}function Cr(t,e){let i,{newSel:n}=e,o=t.state.selection.main,r=t.inputState.lastKeyTime>Date.now()-100?t.inputState.lastKeyCode:-1;if(e.bounds){let{from:n,to:s}=e.bounds,a=o.from,l=null;(8===r||$i.android&&e.text.length<s-n)&&(a=o.to,l="end");let c=function(t,e,i,n){let o=Math.min(t.length,e.length),r=0;for(;r<o&&t.charCodeAt(r)==e.charCodeAt(r);)r++;if(r==o&&t.length==e.length)return null;let s=t.length,a=e.length;for(;s>0&&a>0&&t.charCodeAt(s-1)==e.charCodeAt(a-1);)s--,a--;if("end"==n){i-=s+Math.max(0,r-Math.min(s,a))-r}if(s<r&&t.length<e.length){r-=i<=r&&i>=s?r-i:0,a=r+(a-s),s=r}else if(a<r){r-=i<=r&&i>=a?r-i:0,s=r+(s-a),a=r}return{from:r,toA:s,toB:a}}(t.state.doc.sliceString(n,s,Sr),e.text,a-n,l);c&&($i.chrome&&13==r&&c.toB==c.from+2&&e.text.slice(c.from,c.toB)==Sr+Sr&&c.toB--,i={from:n+c.from,to:n+c.toA,insert:N.of(e.text.slice(c.from,c.toB).split(Sr))})}else n&&(!t.hasFocus&&t.state.facet(Rn)||n.main.eq(o))&&(n=null);if(!i&&!n)return!1;if(!i&&e.typeOver&&!o.empty&&n&&n.main.empty?i={from:o.from,to:o.to,insert:t.state.doc.slice(o.from,o.to)}:i&&i.from>=o.from&&i.to<=o.to&&(i.from!=o.from||i.to!=o.to)&&o.to-o.from-(i.to-i.from)<=4?i={from:o.from,to:o.to,insert:t.state.doc.slice(o.from,i.from).append(i.insert).append(t.state.doc.slice(i.to,o.to))}:($i.mac||$i.android)&&i&&i.from==i.to&&i.from==o.head-1&&/^\. ?$/.test(i.insert.toString())&&"off"==t.contentDOM.getAttribute("autocorrect")?(n&&2==i.insert.length&&(n=bt.single(n.main.anchor-1,n.main.head-1)),i={from:o.from,to:o.to,insert:N.of([" "])}):$i.chrome&&i&&i.from==i.to&&i.from==o.head&&"\n "==i.insert.toString()&&t.lineWrapping&&(n&&(n=bt.single(n.main.anchor-1,n.main.head-1)),i={from:o.from,to:o.to,insert:N.of([" "])}),i){if($i.ios&&t.inputState.flushIOSKey(i))return!0;if($i.android&&(i.to==o.to&&(i.from==o.from||i.from==o.from-1&&" "==t.state.sliceDoc(i.from,o.from))&&1==i.insert.length&&2==i.insert.lines&&si(t.contentDOM,"Enter",13)||(i.from==o.from-1&&i.to==o.to&&0==i.insert.length||8==r&&i.insert.length<i.to-i.from&&i.to>o.head)&&si(t.contentDOM,"Backspace",8)||i.from==o.from&&i.to==o.to+1&&0==i.insert.length&&si(t.contentDOM,"Delete",46)))return!0;let e,s=i.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let a=()=>e||(e=function(t,e,i){let n,o=t.state,r=o.selection.main;if(e.from>=r.from&&e.to<=r.to&&e.to-e.from>=(r.to-r.from)/3&&(!i||i.main.empty&&i.main.from==e.from+e.insert.length)&&t.inputState.composing<0){let i=r.from<e.from?o.sliceDoc(r.from,e.from):"",s=r.to>e.to?o.sliceDoc(e.to,r.to):"";n=o.replaceSelection(t.state.toText(i+e.insert.sliceString(0,void 0,t.state.lineBreak)+s))}else{let s=o.changes(e),a=i&&i.main.to<=s.newLength?i.main:void 0;if(o.selection.ranges.length>1&&t.inputState.composing>=0&&e.to<=r.to&&e.to>=r.to-10){let l,c=t.state.sliceDoc(e.from,e.to),h=i&&Kn(t,i.main.head);if(h){let t=e.insert.length-(e.to-e.from);l={from:h.from,to:h.to-t}}else l=t.state.doc.lineAt(r.head);let d=r.to-e.to,u=r.to-r.from;n=o.changeByRange((i=>{if(i.from==r.from&&i.to==r.to)return{changes:s,range:a||i.map(s)};let n=i.to-d,h=n-c.length;if(i.to-i.from!=u||t.state.sliceDoc(h,n)!=c||i.to>=l.from&&i.from<=l.to)return{range:i};let f=o.changes({from:h,to:n,insert:e.insert}),p=i.to-r.to;return{changes:f,range:a?bt.range(Math.max(0,a.anchor+p),Math.max(0,a.head+p)):i.map(f)}}))}else n={changes:s,selection:a&&o.selection.replaceRange(a)}}let s="input.type";(t.composing||t.inputState.compositionPendingChange&&t.inputState.compositionEndedAt>Date.now()-50)&&(t.inputState.compositionPendingChange=!1,s+=".compose",t.inputState.compositionFirstChange&&(s+=".start",t.inputState.compositionFirstChange=!1));return o.update(n,{userEvent:s,scrollIntoView:!0})}(t,i,n));return t.state.facet(kn).some((e=>e(t,i.from,i.to,s,a)))||t.dispatch(a()),!0}if(n&&!n.main.eq(o)){let e=!1,i="select";return t.inputState.lastSelectionTime>Date.now()-50&&("select"==t.inputState.lastSelectionOrigin&&(e=!0),i=t.inputState.lastSelectionOrigin),t.dispatch({selection:n,scrollIntoView:e,userEvent:i}),!0}return!1}const Ar={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},Tr=$i.ie&&$i.ie_version<=11;class Rr{constructor(t){this.view=t,this.active=!1,this.selectionRange=new ei,this.selectionChanged=!1,this.delayedFlush=-1,this.resizeTimeout=-1,this.queue=[],this.delayedAndroidKey=null,this.flushingAndroidKey=-1,this.lastChange=0,this.scrollTargets=[],this.intersection=null,this.resizeScroll=null,this.intersecting=!1,this.gapIntersection=null,this.gaps=[],this.printQuery=null,this.parentCheck=-1,this.dom=t.contentDOM,this.observer=new MutationObserver((e=>{for(let t of e)this.queue.push(t);($i.ie&&$i.ie_version<=11||$i.ios&&t.composing)&&e.some((t=>"childList"==t.type&&t.removedNodes.length||"characterData"==t.type&&t.oldValue.length>t.target.nodeValue.length))?this.flushSoon():this.flush()})),Tr&&(this.onCharData=t=>{this.queue.push({target:t.target,type:"characterData",oldValue:t.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this),this.onResize=this.onResize.bind(this),this.onPrint=this.onPrint.bind(this),this.onScroll=this.onScroll.bind(this),window.matchMedia&&(this.printQuery=window.matchMedia("print")),"function"==typeof ResizeObserver&&(this.resizeScroll=new ResizeObserver((()=>{var t;(null===(t=this.view.docView)||void 0===t?void 0:t.lastUpdate)<Date.now()-75&&this.onResize()})),this.resizeScroll.observe(t.scrollDOM)),this.addWindowListeners(this.win=t.win),this.start(),"function"==typeof IntersectionObserver&&(this.intersection=new IntersectionObserver((t=>{this.parentCheck<0&&(this.parentCheck=setTimeout(this.listenForScroll.bind(this),1e3)),t.length>0&&t[t.length-1].intersectionRatio>0!=this.intersecting&&(this.intersecting=!this.intersecting,this.intersecting!=this.view.inView&&this.onScrollChanged(document.createEvent("Event")))}),{threshold:[0,.001]}),this.intersection.observe(this.dom),this.gapIntersection=new IntersectionObserver((t=>{t.length>0&&t[t.length-1].intersectionRatio>0&&this.onScrollChanged(document.createEvent("Event"))}),{})),this.listenForScroll(),this.readSelectionRange()}onScrollChanged(t){this.view.inputState.runHandlers("scroll",t),this.intersecting&&this.view.measure()}onScroll(t){this.intersecting&&this.flush(!1),this.onScrollChanged(t)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout((()=>{this.resizeTimeout=-1,this.view.requestMeasure()}),50))}onPrint(t){("change"!=t.type||t.matches)&&(this.view.viewState.printing=!0,this.view.measure(),setTimeout((()=>{this.view.viewState.printing=!1,this.view.requestMeasure()}),500))}updateGaps(t){if(this.gapIntersection&&(t.length!=this.gaps.length||this.gaps.some(((e,i)=>e!=t[i])))){this.gapIntersection.disconnect();for(let e of t)this.gapIntersection.observe(e);this.gaps=t}}onSelectionChange(t){let e=this.selectionChanged;if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:i}=this,n=this.selectionRange;if(i.state.facet(Rn)?i.root.activeElement!=this.dom:!ze(i.dom,n))return;let o=n.anchorNode&&i.docView.nearest(n.anchorNode);o&&o.ignoreEvent(t)?e||(this.selectionChanged=!1):($i.ie&&$i.ie_version<=11||$i.android&&$i.chrome)&&!i.state.selection.main.empty&&n.focusNode&&Ge(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:t}=this,e=$i.safari&&11==t.root.nodeType&&function(t){let e=t.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}(this.dom.ownerDocument)==this.dom&&function(t){let e=null;function i(t){t.preventDefault(),t.stopImmediatePropagation(),e=t.getTargetRanges()[0]}if(t.contentDOM.addEventListener("beforeinput",i,!0),t.dom.ownerDocument.execCommand("indent"),t.contentDOM.removeEventListener("beforeinput",i,!0),!e)return null;let n=e.startContainer,o=e.startOffset,r=e.endContainer,s=e.endOffset,a=t.docView.domAtPos(t.state.selection.main.anchor);Ge(a.node,a.offset,r,s)&&([n,o,r,s]=[r,s,n,o]);return{anchorNode:n,anchorOffset:o,focusNode:r,focusOffset:s}}(this.view)||Be(t.root);if(!e||this.selectionRange.eq(e))return!1;let i=ze(this.dom,e);return i&&!this.selectionChanged&&t.inputState.lastFocusTime>Date.now()-200&&t.inputState.lastTouchTime<Date.now()-300&&function(t,e){let i=e.focusNode,n=e.focusOffset;if(!i||e.anchorNode!=i||e.anchorOffset!=n)return!1;for(n=Math.min(n,He(i));;)if(n){if(1!=i.nodeType)return!1;let t=i.childNodes[n-1];"false"==t.contentEditable?n--:(i=t,n=He(i))}else{if(i==t)return!0;n=Ue(i),i=i.parentNode}}(this.dom,e)?(this.view.inputState.lastFocusTime=0,t.docView.updateSelection(),!1):(this.selectionRange.setRange(e),i&&(this.selectionChanged=!0),!0)}setSelectionRange(t,e){this.selectionRange.set(t.node,t.offset,e.node,e.offset),this.selectionChanged=!1}clearSelectionRange(){this.selectionRange.set(null,0,null,0)}listenForScroll(){this.parentCheck=-1;let t=0,e=null;for(let i=this.dom;i;)if(1==i.nodeType)!e&&t<this.scrollTargets.length&&this.scrollTargets[t]==i?t++:e||(e=this.scrollTargets.slice(0,t)),e&&e.push(i),i=i.assignedSlot||i.parentNode;else{if(11!=i.nodeType)break;i=i.host}if(t<this.scrollTargets.length&&!e&&(e=this.scrollTargets.slice(0,t)),e){for(let t of this.scrollTargets)t.removeEventListener("scroll",this.onScroll);for(let t of this.scrollTargets=e)t.addEventListener("scroll",this.onScroll)}}ignore(t){if(!this.active)return t();try{return this.stop(),t()}finally{this.start(),this.clear()}}start(){this.active||(this.observer.observe(this.dom,Ar),Tr&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),Tr&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(t,e){var i;if(!this.delayedAndroidKey){let t=()=>{let t=this.delayedAndroidKey;if(t){this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=t.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&t.force&&si(this.dom,t.key,t.keyCode)}};this.flushingAndroidKey=this.view.win.requestAnimationFrame(t)}this.delayedAndroidKey&&"Enter"!=t||(this.delayedAndroidKey={key:t,keyCode:e,force:this.lastChange<Date.now()-50||!!(null===(i=this.delayedAndroidKey)||void 0===i?void 0:i.force)})}clearDelayedAndroidKey(){this.win.cancelAnimationFrame(this.flushingAndroidKey),this.delayedAndroidKey=null,this.flushingAndroidKey=-1}flushSoon(){this.delayedFlush<0&&(this.delayedFlush=this.view.win.requestAnimationFrame((()=>{this.delayedFlush=-1,this.flush()})))}forceFlush(){this.delayedFlush>=0&&(this.view.win.cancelAnimationFrame(this.delayedFlush),this.delayedFlush=-1),this.flush()}pendingRecords(){for(let t of this.observer.takeRecords())this.queue.push(t);return this.queue}processRecords(){let t=this.pendingRecords();t.length&&(this.queue=[]);let e=-1,i=-1,n=!1;for(let o of t){let t=this.readMutation(o);t&&(t.typeOver&&(n=!0),-1==e?({from:e,to:i}=t):(e=Math.min(t.from,e),i=Math.max(t.to,i)))}return{from:e,to:i,typeOver:n}}readChange(){let{from:t,to:e,typeOver:i}=this.processRecords(),n=this.selectionChanged&&ze(this.dom,this.selectionRange);if(t<0&&!n)return null;t>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let o=new Zr(this.view,t,e,i);return this.view.docView.domChanged={newSel:o.newSel?o.newSel.main:null},o}flush(t=!0){if(this.delayedFlush>=0||this.delayedAndroidKey)return!1;t&&this.readSelectionRange();let e=this.readChange();if(!e)return this.view.requestMeasure(),!1;let i=this.view.state,n=Cr(this.view,e);return this.view.state==i&&this.view.update([]),n}readMutation(t){let e=this.view.docView.nearest(t.target);if(!e||e.ignoreMutation(t))return null;if(e.markDirty("attributes"==t.type),"attributes"==t.type&&(e.flags|=4),"childList"==t.type){let i=Wr(e,t.previousSibling||t.target.previousSibling,-1),n=Wr(e,t.nextSibling||t.target.nextSibling,1);return{from:i?e.posAfter(i):e.posAtStart,to:n?e.posBefore(n):e.posAtEnd,typeOver:!1}}return"characterData"==t.type?{from:e.posAtStart,to:e.posAtEnd,typeOver:t.target.nodeValue==t.oldValue}:null}setWindow(t){t!=this.win&&(this.removeWindowListeners(this.win),this.win=t,this.addWindowListeners(this.win))}addWindowListeners(t){t.addEventListener("resize",this.onResize),this.printQuery?this.printQuery.addEventListener("change",this.onPrint):t.addEventListener("beforeprint",this.onPrint),t.addEventListener("scroll",this.onScroll),t.document.addEventListener("selectionchange",this.onSelectionChange)}removeWindowListeners(t){t.removeEventListener("scroll",this.onScroll),t.removeEventListener("resize",this.onResize),this.printQuery?this.printQuery.removeEventListener("change",this.onPrint):t.removeEventListener("beforeprint",this.onPrint),t.document.removeEventListener("selectionchange",this.onSelectionChange)}destroy(){var t,e,i;this.stop(),null===(t=this.intersection)||void 0===t||t.disconnect(),null===(e=this.gapIntersection)||void 0===e||e.disconnect(),null===(i=this.resizeScroll)||void 0===i||i.disconnect();for(let t of this.scrollTargets)t.removeEventListener("scroll",this.onScroll);this.removeWindowListeners(this.win),clearTimeout(this.parentCheck),clearTimeout(this.resizeTimeout),this.win.cancelAnimationFrame(this.delayedFlush),this.win.cancelAnimationFrame(this.flushingAndroidKey)}}function Wr(t,e,i){for(;e;){let n=di.get(e);if(n&&n.parent==t)return n;let o=e.parentNode;e=o!=t.dom?o:i>0?e.nextSibling:e.previousSibling}return null}class Xr{get state(){return this.viewState.state}get viewport(){return this.viewState.viewport}get visibleRanges(){return this.viewState.visibleRanges}get inView(){return this.viewState.inView}get composing(){return this.inputState.composing>0}get compositionStarted(){return this.inputState.composing>=0}get root(){return this._root}get win(){return this.dom.ownerDocument.defaultView||window}constructor(t={}){this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.className="cm-announced",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),t.parent&&t.parent.appendChild(this.dom);let{dispatch:e}=t;this.dispatchTransactions=t.dispatchTransactions||e&&(t=>t.forEach((t=>e(t,this))))||(t=>this.update(t)),this.dispatch=this.dispatch.bind(this),this._root=t.root||function(t){for(;t;){if(t&&(9==t.nodeType||11==t.nodeType&&t.host))return t;t=t.assignedSlot||t.parentNode}return null}(t.parent)||document,this.viewState=new ar(t.state||ue.create(t)),t.scrollTo&&t.scrollTo.is(An)&&(this.viewState.scrollTarget=t.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(Xn).map((t=>new En(t)));for(let t of this.plugins)t.update(this);this.observer=new Rr(this),this.inputState=new Oo(this),this.inputState.ensureHandlers(this.plugins),this.docView=new Un(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure()}dispatch(...t){let e=1==t.length&&t[0]instanceof ee?t:1==t.length&&Array.isArray(t[0])?t[0]:[this.state.update(...t)];this.dispatchTransactions(e,this)}update(t){if(0!=this.updateState)throw new Error("Calls to EditorView.update are not allowed while an update is in progress");let e,i=!1,n=!1,o=this.state;for(let e of t){if(e.startState!=o)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");o=e.state}if(this.destroyed)return void(this.viewState.state=o);let r=this.hasFocus,s=0,a=null;t.some((t=>t.annotation(jo)))?(this.inputState.notifiedFocused=r,s=1):r!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=r,a=qo(o,r),a||(s=1));let l=this.observer.delayedAndroidKey,c=null;if(l?(this.observer.clearDelayedAndroidKey(),c=this.observer.readChange(),(c&&!this.state.doc.eq(o.doc)||!this.state.selection.eq(o.selection))&&(c=null)):this.observer.clear(),o.facet(ue.phrases)!=this.state.facet(ue.phrases))return this.setState(o);e=Gn.create(this,o,t),e.flags|=s;let h=this.viewState.scrollTarget;try{this.updateState=2;for(let e of t){if(h&&(h=h.map(e.changes)),e.scrollIntoView){let{main:t}=e.state.selection;h=new Cn(t.empty?t:bt.cursor(t.head,t.head>t.anchor?-1:1))}for(let t of e.effects)t.is(An)&&(h=t.value.clip(this.state))}this.viewState.update(e,h),this.bidiCache=Mr.update(this.bidiCache,e.changes),e.empty||(this.updatePlugins(e),this.inputState.update(e)),i=this.docView.update(e),this.state.facet(zn)!=this.styleModules&&this.mountStyles(),n=this.updateAttrs(),this.showAnnouncements(t),this.docView.updateSelection(i,t.some((t=>t.isUserEvent("select.pointer"))))}finally{this.updateState=0}if(e.startState.facet(Or)!=e.state.facet(Or)&&(this.viewState.mustMeasureContent=!0),(i||n||h||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),i&&this.docViewUpdate(),!e.empty)for(let t of this.state.facet(Sn))try{t(e)}catch(t){Tn(this.state,t,"update listener")}(a||c)&&Promise.resolve().then((()=>{a&&this.state==a.startState&&this.dispatch(a),c&&!Cr(this,c)&&l.force&&si(this.contentDOM,l.key,l.keyCode)}))}setState(t){if(0!=this.updateState)throw new Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed)return void(this.viewState.state=t);this.updateState=2;let e=this.hasFocus;try{for(let t of this.plugins)t.destroy(this);this.viewState=new ar(t),this.plugins=t.facet(Xn).map((t=>new En(t))),this.pluginMap.clear();for(let t of this.plugins)t.update(this);this.docView.destroy(),this.docView=new Un(this),this.inputState.ensureHandlers(this.plugins),this.mountStyles(),this.updateAttrs(),this.bidiCache=[]}finally{this.updateState=0}e&&this.focus(),this.requestMeasure()}updatePlugins(t){let e=t.startState.facet(Xn),i=t.state.facet(Xn);if(e!=i){let n=[];for(let o of i){let i=e.indexOf(o);if(i<0)n.push(new En(o));else{let e=this.plugins[i];e.mustUpdate=t,n.push(e)}}for(let e of this.plugins)e.mustUpdate!=t&&e.destroy(this);this.plugins=n,this.pluginMap.clear()}else for(let e of this.plugins)e.mustUpdate=t;for(let t=0;t<this.plugins.length;t++)this.plugins[t].update(this);e!=i&&this.inputState.ensureHandlers(this.plugins)}docViewUpdate(){for(let t of this.plugins){let e=t.value;if(e&&e.docViewUpdate)try{e.docViewUpdate(this)}catch(t){Tn(this.state,t,"doc view update listener")}}}measure(t=!0){if(this.destroyed)return;if(this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.observer.delayedAndroidKey)return this.measureScheduled=-1,void this.requestMeasure();this.measureScheduled=0,t&&this.observer.forceFlush();let e=null,i=this.scrollDOM,n=i.scrollTop*this.scaleY,{scrollAnchorPos:o,scrollAnchorHeight:r}=this.viewState;Math.abs(n-this.viewState.scrollTop)>1&&(r=-1),this.viewState.scrollAnchorHeight=-1;try{for(let t=0;;t++){if(r<0)if(li(i))o=-1,r=this.viewState.heightMap.height;else{let t=this.viewState.scrollAnchorAt(n);o=t.from,r=t.top}this.updateState=1;let s=this.viewState.measure(this);if(!s&&!this.measureRequests.length&&null==this.viewState.scrollTarget)break;if(t>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let a=[];4&s||([this.measureRequests,a]=[a,this.measureRequests]);let l=a.map((t=>{try{return t.read(this)}catch(t){return Tn(this.state,t),Er}})),c=Gn.create(this,this.state,[]),h=!1;c.flags|=s,e?e.flags|=s:e=c,this.updateState=2,c.empty||(this.updatePlugins(c),this.inputState.update(c),this.updateAttrs(),h=this.docView.update(c),h&&this.docViewUpdate());for(let t=0;t<a.length;t++)if(l[t]!=Er)try{let e=a[t];e.write&&e.write(l[t],this)}catch(t){Tn(this.state,t)}if(h&&this.docView.updateSelection(!0),!c.viewportChanged&&0==this.measureRequests.length){if(this.viewState.editorHeight){if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,r=-1;continue}{let t=(o<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(o).top)-r;if(t>1||t<-1){n+=t,i.scrollTop=n/this.scaleY,r=-1;continue}}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(e&&!e.empty)for(let t of this.state.facet(Sn))t(e)}get themeClasses(){return mr+" "+(this.state.facet(gr)?vr:yr)+" "+this.state.facet(Or)}updateAttrs(){let t=Dr(this,Mn,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),e={spellcheck:"false",autocorrect:"off",autocapitalize:"off",translate:"no",contenteditable:this.state.facet(Rn)?"true":"false",class:"cm-content",style:`${$i.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(e["aria-readonly"]="true"),Dr(this,Dn,e);let i=this.observer.ignore((()=>{let i=Di(this.contentDOM,this.contentAttrs,e),n=Di(this.dom,this.editorAttrs,t);return i||n}));return this.editorAttrs=t,this.contentAttrs=e,i}showAnnouncements(t){let e=!0;for(let i of t)for(let t of i.effects)if(t.is(Xr.announce)){e&&(this.announceDOM.textContent=""),e=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=t.value}}mountStyles(){this.styleModules=this.state.facet(zn);let t=this.state.facet(Xr.cspNonce);Ye.mount(this.root,this.styleModules.concat(xr).reverse(),t?{nonce:t}:void 0)}readMeasured(){if(2==this.updateState)throw new Error("Reading the editor layout isn't allowed during an update");0==this.updateState&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(t){if(this.measureScheduled<0&&(this.measureScheduled=this.win.requestAnimationFrame((()=>this.measure()))),t){if(this.measureRequests.indexOf(t)>-1)return;if(null!=t.key)for(let e=0;e<this.measureRequests.length;e++)if(this.measureRequests[e].key===t.key)return void(this.measureRequests[e]=t);this.measureRequests.push(t)}}plugin(t){let e=this.pluginMap.get(t);return(void 0===e||e&&e.spec!=t)&&this.pluginMap.set(t,e=this.plugins.find((e=>e.spec==t))||null),e&&e.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(t){return this.readMeasured(),this.viewState.elementAtHeight(t)}lineBlockAtHeight(t){return this.readMeasured(),this.viewState.lineBlockAtHeight(t)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(t){return this.viewState.lineBlockAt(t)}get contentHeight(){return this.viewState.contentHeight}moveByChar(t,e,i){return po(this,t,uo(this,t,e,i))}moveByGroup(t,e){return po(this,t,uo(this,t,e,(e=>function(t,e,i){let n=t.state.charCategorizer(e),o=n(i);return t=>{let e=n(t);return o==le.Space&&(o=e),o==e}}(this,t.head,e))))}visualLineSide(t,e){let i=this.bidiSpans(t),n=this.textDirectionAt(t.from),o=i[e?i.length-1:0];return bt.cursor(o.side(e,n)+t.from,o.forward(!e,n)?1:-1)}moveToLineBoundary(t,e,i=!0){return function(t,e,i,n){let o=ho(t,e.head),r=n&&o.type==Vi.Text&&(t.lineWrapping||o.widgetLineBreaks)?t.coordsAtPos(e.assoc<0&&e.head>o.from?e.head-1:e.head):null;if(r){let e=t.dom.getBoundingClientRect(),n=t.textDirectionAt(o.from),s=t.posAtCoords({x:i==(n==Ji.LTR)?e.right-1:e.left+1,y:(r.top+r.bottom)/2});if(null!=s)return bt.cursor(s,i?-1:1)}return bt.cursor(i?o.to:o.from,i?-1:1)}(this,t,e,i)}moveVertically(t,e,i){return po(this,t,function(t,e,i,n){let o=e.head,r=i?1:-1;if(o==(i?t.state.doc.length:0))return bt.cursor(o,e.assoc);let s,a=e.goalColumn,l=t.contentDOM.getBoundingClientRect(),c=t.coordsAtPos(o,e.assoc||-1),h=t.documentTop;if(c)null==a&&(a=c.left-l.left),s=r<0?c.top:c.bottom;else{let e=t.viewState.lineBlockAt(o);null==a&&(a=Math.min(l.right-l.left,t.defaultCharacterWidth*(o-e.from))),s=(r<0?e.top:e.bottom)+h}let d=l.left+a,u=null!=n?n:t.viewState.heightOracle.textHeight>>1;for(let e=0;;e+=10){let i=s+(u+e)*r,n=lo(t,{x:d,y:i},!1,r);if(i<l.top||i>l.bottom||(r<0?n<o:n>o)){let e=t.docView.coordsForChar(n),o=!e||i<e.top?-1:1;return bt.cursor(n,o,void 0,a)}}}(this,t,e,i))}domAtPos(t){return this.docView.domAtPos(t)}posAtDOM(t,e=0){return this.docView.posFromDOM(t,e)}posAtCoords(t,e=!0){return this.readMeasured(),lo(this,t,e)}coordsAtPos(t,e=1){this.readMeasured();let i=this.docView.coordsAt(t,e);if(!i||i.left==i.right)return i;let n=this.state.doc.lineAt(t),o=this.bidiSpans(n);return Ke(i,o[hn.find(o,t-n.from,-1,e)].dir==Ji.LTR==e>0)}coordsForChar(t){return this.readMeasured(),this.docView.coordsForChar(t)}get defaultCharacterWidth(){return this.viewState.heightOracle.charWidth}get defaultLineHeight(){return this.viewState.heightOracle.lineHeight}get textDirection(){return this.viewState.defaultTextDirection}textDirectionAt(t){return!this.state.facet(Pn)||t<this.viewport.from||t>this.viewport.to?this.textDirection:(this.readMeasured(),this.docView.textDirectionAt(t))}get lineWrapping(){return this.viewState.heightOracle.lineWrapping}bidiSpans(t){if(t.length>Yr)return On(t.length);let e,i=this.textDirectionAt(t.from);for(let n of this.bidiCache)if(n.from==t.from&&n.dir==i&&(n.fresh||dn(n.isolates,e=Vn(this,t))))return n.order;e||(e=Vn(this,t));let n=function(t,e,i){if(!t)return[new hn(0,0,e==en?1:0)];if(e==tn&&!i.length&&!cn.test(t))return On(t.length);if(i.length)for(;t.length>un.length;)un[un.length]=256;let n=[],o=e==tn?0:1;return pn(t,o,o,i,0,t.length,n),n}(t.text,i,e);return this.bidiCache.push(new Mr(t.from,t.to,i,e,!0,n)),n}get hasFocus(){var t;return(this.dom.ownerDocument.hasFocus()||$i.safari&&(null===(t=this.inputState)||void 0===t?void 0:t.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore((()=>{oi(this.contentDOM),this.docView.updateSelection()}))}setRoot(t){this._root!=t&&(this._root=t,this.observer.setWindow((9==t.nodeType?t:t.ownerDocument).defaultView||window),this.mountStyles())}destroy(){for(let t of this.plugins)t.destroy(this);this.plugins=[],this.inputState.destroy(),this.docView.destroy(),this.dom.remove(),this.observer.destroy(),this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.destroyed=!0}static scrollIntoView(t,e={}){return An.of(new Cn("number"==typeof t?bt.cursor(t):t,e.y,e.x,e.yMargin,e.xMargin))}scrollSnapshot(){let{scrollTop:t,scrollLeft:e}=this.scrollDOM,i=this.viewState.scrollAnchorAt(t);return An.of(new Cn(bt.cursor(i.from),"start","start",i.top-t,e,!0))}static domEventHandlers(t){return Yn.define((()=>({})),{eventHandlers:t})}static domEventObservers(t){return Yn.define((()=>({})),{eventObservers:t})}static theme(t,e){let i=Ye.newName(),n=[Or.of(i),zn.of(br(`.${i}`,t))];return e&&e.dark&&n.push(gr.of(!0)),n}static baseTheme(t){return Mt.lowest(zn.of(br("."+mr,t,wr)))}static findFromDOM(t){var e;let i=t.querySelector(".cm-content"),n=i&&di.get(i)||di.get(t);return(null===(e=null==n?void 0:n.rootView)||void 0===e?void 0:e.view)||null}}Xr.styleModule=zn,Xr.inputHandler=kn,Xr.scrollHandler=Zn,Xr.focusChangeEffect=Qn,Xr.perLineTextDirection=Pn,Xr.exceptionSink=xn,Xr.updateListener=Sn,Xr.editable=Rn,Xr.mouseSelectionStyle=bn,Xr.dragMovesSelection=wn,Xr.clickAddsSelectionRange=vn,Xr.decorations=jn,Xr.outerDecorations=qn,Xr.atomicRanges=_n,Xr.bidiIsolatedRanges=Nn,Xr.scrollMargins=Bn,Xr.darkTheme=gr,Xr.cspNonce=kt.define({combine:t=>t.length?t[0]:""}),Xr.contentAttributes=Dn,Xr.editorAttributes=Mn,Xr.lineWrapping=Xr.contentAttributes.of({class:"cm-lineWrapping"}),Xr.announce=te.define();const Yr=4096,Er={};class Mr{constructor(t,e,i,n,o,r){this.from=t,this.to=e,this.dir=i,this.isolates=n,this.fresh=o,this.order=r}static update(t,e){if(e.empty&&!t.some((t=>t.fresh)))return t;let i=[],n=t.length?t[t.length-1].dir:Ji.LTR;for(let o=Math.max(0,t.length-10);o<t.length;o++){let r=t[o];r.dir!=n||e.touchesRange(r.from,r.to)||i.push(new Mr(e.mapPos(r.from,1),e.mapPos(r.to,-1),r.dir,r.isolates,!1,r.order))}return i}}function Dr(t,e,i){for(let n=t.state.facet(e),o=n.length-1;o>=0;o--){let e=n[o],r="function"==typeof e?e(t):e;r&&Yi(r,i)}return i}const jr=$i.mac?"mac":$i.windows?"win":$i.linux?"linux":"key";function qr(t,e,i){return e.altKey&&(t="Alt-"+t),e.ctrlKey&&(t="Ctrl-"+t),e.metaKey&&(t="Meta-"+t),!1!==i&&e.shiftKey&&(t="Shift-"+t),t}const _r=Mt.default(Xr.domEventHandlers({keydown:(t,e)=>Lr(Br(e.state),t,e,"editor")})),Nr=kt.define({enables:_r}),Vr=new WeakMap;function Br(t){let e=t.facet(Nr),i=Vr.get(e);return i||Vr.set(e,i=function(t,e=jr){let i=Object.create(null),n=Object.create(null),o=(t,e)=>{let i=n[t];if(null==i)n[t]=e;else if(i!=e)throw new Error("Key binding "+t+" is used both as a regular binding and as a multi-stroke prefix")},r=(t,n,r,s,a)=>{var l,c;let h=i[t]||(i[t]=Object.create(null)),d=n.split(/ (?!$)/).map((t=>function(t,e){const i=t.split(/-(?!$)/);let n,o,r,s,a=i[i.length-1];"Space"==a&&(a=" ");for(let t=0;t<i.length-1;++t){const a=i[t];if(/^(cmd|meta|m)$/i.test(a))s=!0;else if(/^a(lt)?$/i.test(a))n=!0;else if(/^(c|ctrl|control)$/i.test(a))o=!0;else if(/^s(hift)?$/i.test(a))r=!0;else{if(!/^mod$/i.test(a))throw new Error("Unrecognized modifier name: "+a);"mac"==e?s=!0:o=!0}}return n&&(a="Alt-"+a),o&&(a="Ctrl-"+a),s&&(a="Meta-"+a),r&&(a="Shift-"+a),a}(t,e)));for(let e=1;e<d.length;e++){let i=d.slice(0,e).join(" ");o(i,!0),h[i]||(h[i]={preventDefault:!0,stopPropagation:!1,run:[e=>{let n=Ir={view:e,prefix:i,scope:t};return setTimeout((()=>{Ir==n&&(Ir=null)}),zr),!0}]})}let u=d.join(" ");o(u,!1);let f=h[u]||(h[u]={preventDefault:!1,stopPropagation:!1,run:(null===(c=null===(l=h._any)||void 0===l?void 0:l.run)||void 0===c?void 0:c.slice())||[]});r&&f.run.push(r),s&&(f.preventDefault=!0),a&&(f.stopPropagation=!0)};for(let n of t){let t=n.scope?n.scope.split(" "):["editor"];if(n.any)for(let e of t){let t=i[e]||(i[e]=Object.create(null));t._any||(t._any={preventDefault:!1,stopPropagation:!1,run:[]});for(let e in t)t[e].run.push(n.any)}let o=n[e]||n.key;if(o)for(let e of t)r(e,o,n.run,n.preventDefault,n.stopPropagation),n.shift&&r(e,"Shift-"+o,n.shift,n.preventDefault,n.stopPropagation)}return i}(e.reduce(((t,e)=>t.concat(e)),[]))),i}let Ir=null;const zr=4e3;function Lr(t,e,i,n){let o=function(t){var e=!(qe&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||_e&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?je:De)[t.keyCode]||t.key||"Unidentified";return"Esc"==e&&(e="Escape"),"Del"==e&&(e="Delete"),"Left"==e&&(e="ArrowLeft"),"Up"==e&&(e="ArrowUp"),"Right"==e&&(e="ArrowRight"),"Down"==e&&(e="ArrowDown"),e}(e),r=ct(at(o,0))==o.length&&" "!=o,s="",a=!1,l=!1,c=!1;Ir&&Ir.view==i&&Ir.scope==n&&(s=Ir.prefix+" ",wo.indexOf(e.keyCode)<0&&(l=!0,Ir=null));let h,d,u=new Set,f=t=>{if(t){for(let n of t.run)if(!u.has(n)&&(u.add(n),n(i,e)))return t.stopPropagation&&(c=!0),!0;t.preventDefault&&(t.stopPropagation&&(c=!0),l=!0)}return!1},p=t[n];return p&&(f(p[s+qr(o,e,!r)])?a=!0:r&&(e.altKey||e.metaKey||e.ctrlKey)&&!($i.windows&&e.ctrlKey&&e.altKey)&&(h=De[e.keyCode])&&h!=o?(f(p[s+qr(h,e,!0)])||e.shiftKey&&(d=je[e.keyCode])!=o&&d!=h&&f(p[s+qr(d,e,!1)]))&&(a=!0):r&&e.shiftKey&&f(p[s+qr(o,e,!0)])&&(a=!0),!a&&f(p._any)&&(a=!0)),l&&(a=!0),a&&c&&e.stopPropagation(),a}class Gr{constructor(t,e,i,n,o){this.className=t,this.left=e,this.top=i,this.width=n,this.height=o}draw(){let t=document.createElement("div");return t.className=this.className,this.adjust(t),t}update(t,e){return e.className==this.className&&(this.adjust(t),!0)}adjust(t){t.style.left=this.left+"px",t.style.top=this.top+"px",null!=this.width&&(t.style.width=this.width+"px"),t.style.height=this.height+"px"}eq(t){return this.left==t.left&&this.top==t.top&&this.width==t.width&&this.height==t.height&&this.className==t.className}static forRange(t,e,i){if(i.empty){let n=t.coordsAtPos(i.head,i.assoc||1);if(!n)return[];let o=Ur(t);return[new Gr(e,n.left-o.left,n.top-o.top,null,n.bottom-n.top)]}return function(t,e,i){if(i.to<=t.viewport.from||i.from>=t.viewport.to)return[];let n=Math.max(i.from,t.viewport.from),o=Math.min(i.to,t.viewport.to),r=t.textDirection==Ji.LTR,s=t.contentDOM,a=s.getBoundingClientRect(),l=Ur(t),c=s.querySelector(".cm-line"),h=c&&window.getComputedStyle(c),d=a.left+(h?parseInt(h.paddingLeft)+Math.min(0,parseInt(h.textIndent)):0),u=a.right-(h?parseInt(h.paddingRight):0),f=ho(t,n),p=ho(t,o),O=f.type==Vi.Text?f:null,g=p.type==Vi.Text?p:null;O&&(t.lineWrapping||f.widgetLineBreaks)&&(O=Fr(t,n,O));g&&(t.lineWrapping||p.widgetLineBreaks)&&(g=Fr(t,o,g));if(O&&g&&O.from==g.from)return y(v(i.from,i.to,O));{let e=O?v(i.from,null,O):w(f,!1),n=g?v(null,i.to,g):w(p,!0),o=[];return(O||f).to<(g||p).from-(O&&g?1:0)||f.widgetLineBreaks>1&&e.bottom+t.defaultLineHeight/2<n.top?o.push(m(d,e.bottom,u,n.top)):e.bottom<n.top&&t.elementAtHeight((e.bottom+n.top)/2).type==Vi.Text&&(e.bottom=n.top=(e.bottom+n.top)/2),y(e).concat(o).concat(y(n))}function m(t,i,n,o){return new Gr(e,t-l.left,i-l.top-.01,n-t,o-i+.01)}function y({top:t,bottom:e,horizontal:i}){let n=[];for(let o=0;o<i.length;o+=2)n.push(m(i[o],t,i[o+1],e));return n}function v(e,i,n){let o=1e9,s=-1e9,a=[];function l(e,i,l,c,h){let f=t.coordsAtPos(e,e==n.to?-2:2),p=t.coordsAtPos(l,l==n.from?2:-2);f&&p&&(o=Math.min(f.top,p.top,o),s=Math.max(f.bottom,p.bottom,s),h==Ji.LTR?a.push(r&&i?d:f.left,r&&c?u:p.right):a.push(!r&&c?d:p.left,!r&&i?u:f.right))}let c=null!=e?e:n.from,h=null!=i?i:n.to;for(let n of t.visibleRanges)if(n.to>c&&n.from<h)for(let o=Math.max(n.from,c),r=Math.min(n.to,h);;){let n=t.state.doc.lineAt(o);for(let s of t.bidiSpans(n)){let t=s.from+n.from,a=s.to+n.from;if(t>=r)break;a>o&&l(Math.max(t,o),null==e&&t<=c,Math.min(a,r),null==i&&a>=h,s.dir)}if(o=n.to+1,o>=r)break}return 0==a.length&&l(c,null==e,h,null==i,t.textDirection),{top:o,bottom:s,horizontal:a}}function w(t,e){let i=a.top+(e?t.top:t.bottom);return{top:i,bottom:i,horizontal:[]}}}(t,e,i)}}function Ur(t){let e=t.scrollDOM.getBoundingClientRect();return{left:(t.textDirection==Ji.LTR?e.left:e.right-t.scrollDOM.clientWidth*t.scaleX)-t.scrollDOM.scrollLeft*t.scaleX,top:e.top-t.scrollDOM.scrollTop*t.scaleY}}function Fr(t,e,i){let n=bt.cursor(e);return{from:Math.max(i.from,t.moveToLineBoundary(n,!1,!0).from),to:Math.min(i.to,t.moveToLineBoundary(n,!0,!0).from),type:Vi.Text}}class Hr{constructor(t,e){this.view=t,this.layer=e,this.drawn=[],this.scaleX=1,this.scaleY=1,this.measureReq={read:this.measure.bind(this),write:this.draw.bind(this)},this.dom=t.scrollDOM.appendChild(document.createElement("div")),this.dom.classList.add("cm-layer"),e.above&&this.dom.classList.add("cm-layer-above"),e.class&&this.dom.classList.add(e.class),this.scale(),this.dom.setAttribute("aria-hidden","true"),this.setOrder(t.state),t.requestMeasure(this.measureReq),e.mount&&e.mount(this.dom,t)}update(t){t.startState.facet(Kr)!=t.state.facet(Kr)&&this.setOrder(t.state),(this.layer.update(t,this.dom)||t.geometryChanged)&&(this.scale(),t.view.requestMeasure(this.measureReq))}docViewUpdate(t){!1!==this.layer.updateOnDocViewUpdate&&t.requestMeasure(this.measureReq)}setOrder(t){let e=0,i=t.facet(Kr);for(;e<i.length&&i[e]!=this.layer;)e++;this.dom.style.zIndex=String((this.layer.above?150:-1)-e)}measure(){return this.layer.markers(this.view)}scale(){let{scaleX:t,scaleY:e}=this.view;t==this.scaleX&&e==this.scaleY||(this.scaleX=t,this.scaleY=e,this.dom.style.transform=`scale(${1/t}, ${1/e})`)}draw(t){if(t.length!=this.drawn.length||t.some(((t,e)=>{return i=t,n=this.drawn[e],!(i.constructor==n.constructor&&i.eq(n));var i,n}))){let e=this.dom.firstChild,i=0;for(let n of t)n.update&&e&&n.constructor&&this.drawn[i].constructor&&n.update(e,this.drawn[i])?(e=e.nextSibling,i++):this.dom.insertBefore(n.draw(),e);for(;e;){let t=e.nextSibling;e.remove(),e=t}this.drawn=t}}destroy(){this.layer.destroy&&this.layer.destroy(this.dom,this.view),this.dom.remove()}}const Kr=kt.define();function Jr(t){return[Yn.define((e=>new Hr(e,t))),Kr.of(t)]}const ts=!$i.ios,es=kt.define({combine:t=>fe(t,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(t,e)=>Math.min(t,e),drawRangeCursor:(t,e)=>t||e})});function is(t){return t.startState.facet(es)!=t.state.facet(es)}const ns=Jr({above:!0,markers(t){let{state:e}=t,i=e.facet(es),n=[];for(let o of e.selection.ranges){let r=o==e.selection.main;if(o.empty?!r||ts:i.drawRangeCursor){let e=r?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",i=o.empty?o:bt.cursor(o.head,o.head>o.anchor?-1:1);for(let o of Gr.forRange(t,e,i))n.push(o)}}return n},update(t,e){t.transactions.some((t=>t.selection))&&(e.style.animationName="cm-blink"==e.style.animationName?"cm-blink2":"cm-blink");let i=is(t);return i&&os(t.state,e),t.docChanged||t.selectionSet||i},mount(t,e){os(e.state,t)},class:"cm-cursorLayer"});function os(t,e){e.style.animationDuration=t.facet(es).cursorBlinkRate+"ms"}const rs=Jr({above:!1,markers:t=>t.state.selection.ranges.map((e=>e.empty?[]:Gr.forRange(t,"cm-selectionBackground",e))).reduce(((t,e)=>t.concat(e))),update:(t,e)=>t.docChanged||t.selectionSet||t.viewportChanged||is(t),class:"cm-selectionLayer"}),ss={".cm-line":{"& ::selection":{backgroundColor:"transparent !important"},"&::selection":{backgroundColor:"transparent !important"}}};ts&&(ss[".cm-line"].caretColor="transparent !important",ss[".cm-content"]={caretColor:"transparent !important"});const as=Mt.highest(Xr.theme(ss)),ls=te.define({map:(t,e)=>null==t?null:e.mapPos(t)}),cs=Tt.define({create:()=>null,update:(t,e)=>(null!=t&&(t=e.changes.mapPos(t)),e.effects.reduce(((t,e)=>e.is(ls)?e.value:t),t))}),hs=Yn.fromClass(class{constructor(t){this.view=t,this.cursor=null,this.measureReq={read:this.readPos.bind(this),write:this.drawCursor.bind(this)}}update(t){var e;let i=t.state.field(cs);null==i?null!=this.cursor&&(null===(e=this.cursor)||void 0===e||e.remove(),this.cursor=null):(this.cursor||(this.cursor=this.view.scrollDOM.appendChild(document.createElement("div")),this.cursor.className="cm-dropCursor"),(t.startState.field(cs)!=i||t.docChanged||t.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:t}=this,e=t.state.field(cs),i=null!=e&&t.coordsAtPos(e);if(!i)return null;let n=t.scrollDOM.getBoundingClientRect();return{left:i.left-n.left+t.scrollDOM.scrollLeft*t.scaleX,top:i.top-n.top+t.scrollDOM.scrollTop*t.scaleY,height:i.bottom-i.top}}drawCursor(t){if(this.cursor){let{scaleX:e,scaleY:i}=this.view;t?(this.cursor.style.left=t.left/e+"px",this.cursor.style.top=t.top/i+"px",this.cursor.style.height=t.height/i+"px"):this.cursor.style.left="-100000px"}}destroy(){this.cursor&&this.cursor.remove()}setDropPos(t){this.view.state.field(cs)!=t&&this.view.dispatch({effects:ls.of(t)})}},{eventObservers:{dragover(t){this.setDropPos(this.view.posAtCoords({x:t.clientX,y:t.clientY}))},dragleave(t){t.target!=this.view.contentDOM&&this.view.contentDOM.contains(t.relatedTarget)||this.setDropPos(null)},dragend(){this.setDropPos(null)},drop(){this.setDropPos(null)}}});function ds(t,e,i,n,o){e.lastIndex=0;for(let r,s=t.iterRange(i,n),a=i;!s.next().done;a+=s.value.length)if(!s.lineBreak)for(;r=e.exec(s.value);)o(a+r.index,r)}class us{constructor(t){const{regexp:e,decoration:i,decorate:n,boundary:o,maxLength:r=1e3}=t;if(!e.global)throw new RangeError("The regular expression given to MatchDecorator should have its 'g' flag set");if(this.regexp=e,n)this.addMatch=(t,e,i,o)=>n(o,i,i+t[0].length,t,e);else if("function"==typeof i)this.addMatch=(t,e,n,o)=>{let r=i(t,e,n);r&&o(n,n+t[0].length,r)};else{if(!i)throw new RangeError("Either 'decorate' or 'decoration' should be provided to MatchDecorator");this.addMatch=(t,e,n,o)=>o(n,n+t[0].length,i)}this.boundary=o,this.maxLength=r}createDeco(t){let e=new ve,i=e.add.bind(e);for(let{from:e,to:n}of function(t,e){let i=t.visibleRanges;if(1==i.length&&i[0].from==t.viewport.from&&i[0].to==t.viewport.to)return i;let n=[];for(let{from:o,to:r}of i)o=Math.max(t.state.doc.lineAt(o).from,o-e),r=Math.min(t.state.doc.lineAt(r).to,r+e),n.length&&n[n.length-1].to>=o?n[n.length-1].to=r:n.push({from:o,to:r});return n}(t,this.maxLength))ds(t.state.doc,this.regexp,e,n,((e,n)=>this.addMatch(n,t,e,i)));return e.finish()}updateDeco(t,e){let i=1e9,n=-1;return t.docChanged&&t.changes.iterChanges(((e,o,r,s)=>{s>t.view.viewport.from&&r<t.view.viewport.to&&(i=Math.min(r,i),n=Math.max(s,n))})),t.viewportChanged||n-i>1e3?this.createDeco(t.view):n>-1?this.updateRange(t.view,e.map(t.changes),i,n):e}updateRange(t,e,i,n){for(let o of t.visibleRanges){let r=Math.max(o.from,i),s=Math.min(o.to,n);if(s>r){let i=t.state.doc.lineAt(r),n=i.to<s?t.state.doc.lineAt(s):i,a=Math.max(o.from,i.from),l=Math.min(o.to,n.to);if(this.boundary){for(;r>i.from;r--)if(this.boundary.test(i.text[r-1-i.from])){a=r;break}for(;s<n.to;s++)if(this.boundary.test(n.text[s-n.from])){l=s;break}}let c,h=[],d=(t,e,i)=>h.push(i.range(t,e));if(i==n)for(this.regexp.lastIndex=a-i.from;(c=this.regexp.exec(i.text))&&c.index<l-i.from;)this.addMatch(c,t,c.index+i.from,d);else ds(t.state.doc,this.regexp,a,l,((e,i)=>this.addMatch(i,t,e,d)));e=e.update({filterFrom:a,filterTo:l,filter:(t,e)=>t<a||e>l,add:h})}}return e}}const fs=null!=/x/.unicode?"gu":"g",ps=new RegExp("[\0-\b\n--Ÿ­؜​‎‏\u2028\u2029‭‮⁦⁧⁩\ufeff-]",fs),Os={0:"null",7:"bell",8:"backspace",10:"newline",11:"vertical tab",13:"carriage return",27:"escape",8203:"zero width space",8204:"zero width non-joiner",8205:"zero width joiner",8206:"left-to-right mark",8207:"right-to-left mark",8232:"line separator",8237:"left-to-right override",8238:"right-to-left override",8294:"left-to-right isolate",8295:"right-to-left isolate",8297:"pop directional isolate",8233:"paragraph separator",65279:"zero width no-break space",65532:"object replacement"};let gs=null;const ms=kt.define({combine(t){let e=fe(t,{render:null,specialChars:ps,addSpecialChars:null});return(e.replaceTabs=!function(){var t;if(null==gs&&"undefined"!=typeof document&&document.body){let e=document.body.style;gs=null!=(null!==(t=e.tabSize)&&void 0!==t?t:e.MozTabSize)}return gs||!1}())&&(e.specialChars=new RegExp("\t|"+e.specialChars.source,fs)),e.addSpecialChars&&(e.specialChars=new RegExp(e.specialChars.source+"|"+e.addSpecialChars.source,fs)),e}});let ys=null;class vs extends Ni{constructor(t,e){super(),this.options=t,this.code=e}eq(t){return t.code==this.code}toDOM(t){let e=function(t){return t>=32?"•":10==t?"␤":String.fromCharCode(9216+t)}(this.code),i=t.state.phrase("Control character")+" "+(Os[this.code]||"0x"+this.code.toString(16)),n=this.options.render&&this.options.render(this.code,i,e);if(n)return n;let o=document.createElement("span");return o.textContent=e,o.title=i,o.setAttribute("aria-label",i),o.className="cm-specialChar",o}ignoreEvent(){return!1}}class ws extends Ni{constructor(t){super(),this.width=t}eq(t){return t.width==this.width}toDOM(){let t=document.createElement("span");return t.textContent="\t",t.className="cm-tab",t.style.width=this.width+"px",t}ignoreEvent(){return!1}}const bs=Bi.line({class:"cm-activeLine"}),xs=Yn.fromClass(class{constructor(t){this.decorations=this.getDeco(t)}update(t){(t.docChanged||t.selectionSet)&&(this.decorations=this.getDeco(t.view))}getDeco(t){let e=-1,i=[];for(let n of t.state.selection.ranges){let o=t.lineBlockAt(n.head);o.from>e&&(i.push(bs.range(o.from)),e=o.from)}return Bi.set(i)}},{decorations:t=>t.decorations});class Ss extends Ni{constructor(t){super(),this.content=t}toDOM(){let t=document.createElement("span");return t.className="cm-placeholder",t.style.pointerEvents="none",t.appendChild("string"==typeof this.content?document.createTextNode(this.content):this.content),"string"==typeof this.content?t.setAttribute("aria-label","placeholder "+this.content):t.setAttribute("aria-hidden","true"),t}coordsAt(t){let e=t.firstChild?Le(t.firstChild):[];if(!e.length)return null;let i=window.getComputedStyle(t.parentNode),n=Ke(e[0],"rtl"!=i.direction),o=parseInt(i.lineHeight);return n.bottom-n.top>1.5*o?{left:n.left,right:n.right,top:n.top,bottom:n.top+o}:n}ignoreEvent(){return!1}}const ks=2e3;function Qs(t,e){let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1),n=t.state.doc.lineAt(i),o=i-n.from,r=o>ks?-1:o==n.length?function(t,e){let i=t.coordsAtPos(t.viewport.from);return i?Math.round(Math.abs((i.left-e)/t.defaultCharacterWidth)):-1}(t,e.clientX):Ae(n.text,t.state.tabSize,i-n.from);return{line:n.number,col:r,off:o}}function Ps(t,e){let i=Qs(t,e),n=t.state.selection;return i?{update(t){if(t.docChanged){let e=t.changes.mapPos(t.startState.doc.line(i.line).from),o=t.state.doc.lineAt(e);i={line:o.number,col:i.col,off:Math.min(i.off,o.length)},n=n.map(t.changes)}},get(e,o,r){let s=Qs(t,e);if(!s)return n;let a=function(t,e,i){let n=Math.min(e.line,i.line),o=Math.max(e.line,i.line),r=[];if(e.off>ks||i.off>ks||e.col<0||i.col<0){let s=Math.min(e.off,i.off),a=Math.max(e.off,i.off);for(let e=n;e<=o;e++){let i=t.doc.line(e);i.length<=a&&r.push(bt.range(i.from+s,i.to+a))}}else{let s=Math.min(e.col,i.col),a=Math.max(e.col,i.col);for(let e=n;e<=o;e++){let i=t.doc.line(e),n=Te(i.text,s,t.tabSize,!0);if(n<0)r.push(bt.cursor(i.to));else{let e=Te(i.text,a,t.tabSize);r.push(bt.range(i.from+n,i.from+e))}}}return r}(t.state,i,s);return a.length?r?bt.create(a.concat(n.ranges)):bt.create(a):n}}:null}const $s={Alt:[18,t=>!!t.altKey],Control:[17,t=>!!t.ctrlKey],Shift:[16,t=>!!t.shiftKey],Meta:[91,t=>!!t.metaKey]},Zs={style:"cursor: crosshair"};const Cs="-10000px";class As{constructor(t,e,i,n){this.facet=e,this.createTooltipView=i,this.removeTooltipView=n,this.input=t.state.facet(e),this.tooltips=this.input.filter((t=>t));let o=null;this.tooltipViews=this.tooltips.map((t=>o=i(t,o)))}update(t,e){var i;let n=t.state.facet(this.facet),o=n.filter((t=>t));if(n===this.input){for(let e of this.tooltipViews)e.update&&e.update(t);return!1}let r=[],s=e?[]:null;for(let i=0;i<o.length;i++){let n=o[i],a=-1;if(n){for(let t=0;t<this.tooltips.length;t++){let e=this.tooltips[t];e&&e.create==n.create&&(a=t)}if(a<0)r[i]=this.createTooltipView(n,i?r[i-1]:null),s&&(s[i]=!!n.above);else{let n=r[i]=this.tooltipViews[a];s&&(s[i]=e[a]),n.update&&n.update(t)}}}for(let t of this.tooltipViews)r.indexOf(t)<0&&(this.removeTooltipView(t),null===(i=t.destroy)||void 0===i||i.call(t));return e&&(s.forEach(((t,i)=>e[i]=t)),e.length=s.length),this.input=n,this.tooltips=o,this.tooltipViews=r,!0}}function Ts(t){let{win:e}=t;return{top:0,left:0,bottom:e.innerHeight,right:e.innerWidth}}const Rs=kt.define({combine:t=>{var e,i,n;return{position:$i.ios?"absolute":(null===(e=t.find((t=>t.position)))||void 0===e?void 0:e.position)||"fixed",parent:(null===(i=t.find((t=>t.parent)))||void 0===i?void 0:i.parent)||null,tooltipSpace:(null===(n=t.find((t=>t.tooltipSpace)))||void 0===n?void 0:n.tooltipSpace)||Ts}}}),Ws=new WeakMap,Xs=Yn.fromClass(class{constructor(t){this.view=t,this.above=[],this.inView=!0,this.madeAbsolute=!1,this.lastTransaction=0,this.measureTimeout=-1;let e=t.state.facet(Rs);this.position=e.position,this.parent=e.parent,this.classes=t.themeClasses,this.createContainer(),this.measureReq={read:this.readMeasure.bind(this),write:this.writeMeasure.bind(this),key:this},this.resizeObserver="function"==typeof ResizeObserver?new ResizeObserver((()=>this.measureSoon())):null,this.manager=new As(t,Ms,((t,e)=>this.createTooltip(t,e)),(t=>{this.resizeObserver&&this.resizeObserver.unobserve(t.dom),t.dom.remove()})),this.above=this.manager.tooltips.map((t=>!!t.above)),this.intersectionObserver="function"==typeof IntersectionObserver?new IntersectionObserver((t=>{Date.now()>this.lastTransaction-50&&t.length>0&&t[t.length-1].intersectionRatio<1&&this.measureSoon()}),{threshold:[1]}):null,this.observeIntersection(),t.win.addEventListener("resize",this.measureSoon=this.measureSoon.bind(this)),this.maybeMeasure()}createContainer(){this.parent?(this.container=document.createElement("div"),this.container.style.position="relative",this.container.className=this.view.themeClasses,this.parent.appendChild(this.container)):this.container=this.view.dom}observeIntersection(){if(this.intersectionObserver){this.intersectionObserver.disconnect();for(let t of this.manager.tooltipViews)this.intersectionObserver.observe(t.dom)}}measureSoon(){this.measureTimeout<0&&(this.measureTimeout=setTimeout((()=>{this.measureTimeout=-1,this.maybeMeasure()}),50))}update(t){t.transactions.length&&(this.lastTransaction=Date.now());let e=this.manager.update(t,this.above);e&&this.observeIntersection();let i=e||t.geometryChanged,n=t.state.facet(Rs);if(n.position!=this.position&&!this.madeAbsolute){this.position=n.position;for(let t of this.manager.tooltipViews)t.dom.style.position=this.position;i=!0}if(n.parent!=this.parent){this.parent&&this.container.remove(),this.parent=n.parent,this.createContainer();for(let t of this.manager.tooltipViews)this.container.appendChild(t.dom);i=!0}else this.parent&&this.view.themeClasses!=this.classes&&(this.classes=this.container.className=this.view.themeClasses);i&&this.maybeMeasure()}createTooltip(t,e){let i=t.create(this.view),n=e?e.dom:null;if(i.dom.classList.add("cm-tooltip"),t.arrow&&!i.dom.querySelector(".cm-tooltip > .cm-tooltip-arrow")){let t=document.createElement("div");t.className="cm-tooltip-arrow",i.dom.insertBefore(t,n)}return i.dom.style.position=this.position,i.dom.style.top=Cs,i.dom.style.left="0px",this.container.insertBefore(i.dom,n),i.mount&&i.mount(this.view),this.resizeObserver&&this.resizeObserver.observe(i.dom),i}destroy(){var t,e,i;this.view.win.removeEventListener("resize",this.measureSoon);for(let e of this.manager.tooltipViews)e.dom.remove(),null===(t=e.destroy)||void 0===t||t.call(e);this.parent&&this.container.remove(),null===(e=this.resizeObserver)||void 0===e||e.disconnect(),null===(i=this.intersectionObserver)||void 0===i||i.disconnect(),clearTimeout(this.measureTimeout)}readMeasure(){let t=this.view.dom.getBoundingClientRect(),e=1,i=1,n=!1;if("fixed"==this.position&&this.manager.tooltipViews.length){let{dom:t}=this.manager.tooltipViews[0];if($i.gecko)n=t.offsetParent!=this.container.ownerDocument.body;else if(t.style.top==Cs&&"0px"==t.style.left){let e=t.getBoundingClientRect();n=Math.abs(e.top+1e4)>1||Math.abs(e.left)>1}}if(n||"absolute"==this.position)if(this.parent){let t=this.parent.getBoundingClientRect();t.width&&t.height&&(e=t.width/this.parent.offsetWidth,i=t.height/this.parent.offsetHeight)}else({scaleX:e,scaleY:i}=this.view.viewState);return{editor:t,parent:this.parent?this.container.getBoundingClientRect():t,pos:this.manager.tooltips.map(((t,e)=>{let i=this.manager.tooltipViews[e];return i.getCoords?i.getCoords(t.pos):this.view.coordsAtPos(t.pos)})),size:this.manager.tooltipViews.map((({dom:t})=>t.getBoundingClientRect())),space:this.view.state.facet(Rs).tooltipSpace(this.view),scaleX:e,scaleY:i,makeAbsolute:n}}writeMeasure(t){var e;if(t.makeAbsolute){this.madeAbsolute=!0,this.position="absolute";for(let t of this.manager.tooltipViews)t.dom.style.position="absolute"}let{editor:i,space:n,scaleX:o,scaleY:r}=t,s=[];for(let a=0;a<this.manager.tooltips.length;a++){let l=this.manager.tooltips[a],c=this.manager.tooltipViews[a],{dom:h}=c,d=t.pos[a],u=t.size[a];if(!d||d.bottom<=Math.max(i.top,n.top)||d.top>=Math.min(i.bottom,n.bottom)||d.right<Math.max(i.left,n.left)-.1||d.left>Math.min(i.right,n.right)+.1){h.style.top=Cs;continue}let f=l.arrow?c.dom.querySelector(".cm-tooltip-arrow"):null,p=f?7:0,O=u.right-u.left,g=null!==(e=Ws.get(c))&&void 0!==e?e:u.bottom-u.top,m=c.offset||Es,y=this.view.textDirection==Ji.LTR,v=u.width>n.right-n.left?y?n.left:n.right-u.width:y?Math.min(d.left-(f?14:0)+m.x,n.right-O):Math.max(n.left,d.left-O+(f?14:0)-m.x),w=this.above[a];!l.strictSide&&(w?d.top-(u.bottom-u.top)-m.y<n.top:d.bottom+(u.bottom-u.top)+m.y>n.bottom)&&w==n.bottom-d.bottom>d.top-n.top&&(w=this.above[a]=!w);let b=(w?d.top-n.top:n.bottom-d.bottom)-p;if(b<g&&!1!==c.resize){if(b<this.view.defaultLineHeight){h.style.top=Cs;continue}Ws.set(c,g),h.style.height=(g=b)/r+"px"}else h.style.height&&(h.style.height="");let x=w?d.top-g-p-m.y:d.bottom+p+m.y,S=v+O;if(!0!==c.overlap)for(let t of s)t.left<S&&t.right>v&&t.top<x+g&&t.bottom>x&&(x=w?t.top-g-2-p:t.bottom+p+2);if("absolute"==this.position?(h.style.top=(x-t.parent.top)/r+"px",h.style.left=(v-t.parent.left)/o+"px"):(h.style.top=x/r+"px",h.style.left=v/o+"px"),f){let t=d.left+(y?m.x:-m.x)-(v+14-7);f.style.left=t/o+"px"}!0!==c.overlap&&s.push({left:v,top:x,right:S,bottom:x+g}),h.classList.toggle("cm-tooltip-above",w),h.classList.toggle("cm-tooltip-below",!w),c.positioned&&c.positioned(t.space)}}maybeMeasure(){if(this.manager.tooltips.length&&(this.view.inView&&this.view.requestMeasure(this.measureReq),this.inView!=this.view.inView&&(this.inView=this.view.inView,!this.inView)))for(let t of this.manager.tooltipViews)t.dom.style.top=Cs}},{eventObservers:{scroll(){this.maybeMeasure()}}}),Ys=Xr.baseTheme({".cm-tooltip":{zIndex:100,boxSizing:"border-box"},"&light .cm-tooltip":{border:"1px solid #bbb",backgroundColor:"#f5f5f5"},"&light .cm-tooltip-section:not(:first-child)":{borderTop:"1px solid #bbb"},"&dark .cm-tooltip":{backgroundColor:"#333338",color:"white"},".cm-tooltip-arrow":{height:"7px",width:"14px",position:"absolute",zIndex:-1,overflow:"hidden","&:before, &:after":{content:"''",position:"absolute",width:0,height:0,borderLeft:"7px solid transparent",borderRight:"7px solid transparent"},".cm-tooltip-above &":{bottom:"-7px","&:before":{borderTop:"7px solid #bbb"},"&:after":{borderTop:"7px solid #f5f5f5",bottom:"1px"}},".cm-tooltip-below &":{top:"-7px","&:before":{borderBottom:"7px solid #bbb"},"&:after":{borderBottom:"7px solid #f5f5f5",top:"1px"}}},"&dark .cm-tooltip .cm-tooltip-arrow":{"&:before":{borderTopColor:"#333338",borderBottomColor:"#333338"},"&:after":{borderTopColor:"transparent",borderBottomColor:"transparent"}}}),Es={x:0,y:0},Ms=kt.define({enables:[Xs,Ys]}),Ds=kt.define({combine:t=>t.reduce(((t,e)=>t.concat(e)),[])});class js{static create(t){return new js(t)}constructor(t){this.view=t,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new As(t,Ds,((t,e)=>this.createHostedView(t,e)),(t=>t.dom.remove()))}createHostedView(t,e){let i=t.create(this.view);return i.dom.classList.add("cm-tooltip-section"),this.dom.insertBefore(i.dom,e?e.dom.nextSibling:this.dom.firstChild),this.mounted&&i.mount&&i.mount(this.view),i}mount(t){for(let e of this.manager.tooltipViews)e.mount&&e.mount(t);this.mounted=!0}positioned(t){for(let e of this.manager.tooltipViews)e.positioned&&e.positioned(t)}update(t){this.manager.update(t)}destroy(){var t;for(let e of this.manager.tooltipViews)null===(t=e.destroy)||void 0===t||t.call(e)}passProp(t){let e;for(let i of this.manager.tooltipViews){let n=i[t];if(void 0!==n)if(void 0===e)e=n;else if(e!==n)return}return e}get offset(){return this.passProp("offset")}get getCoords(){return this.passProp("getCoords")}get overlap(){return this.passProp("overlap")}get resize(){return this.passProp("resize")}}const qs=Ms.compute([Ds],(t=>{let e=t.facet(Ds);return 0===e.length?null:{pos:Math.min(...e.map((t=>t.pos))),end:Math.max(...e.map((t=>{var e;return null!==(e=t.end)&&void 0!==e?e:t.pos}))),create:js.create,above:e[0].above,arrow:e.some((t=>t.arrow))}}));class _s{constructor(t,e,i,n,o){this.view=t,this.source=e,this.field=i,this.setHover=n,this.hoverTime=o,this.hoverTimeout=-1,this.restartTimeout=-1,this.pending=null,this.lastMove={x:0,y:0,target:t.dom,time:0},this.checkHover=this.checkHover.bind(this),t.dom.addEventListener("mouseleave",this.mouseleave=this.mouseleave.bind(this)),t.dom.addEventListener("mousemove",this.mousemove=this.mousemove.bind(this))}update(){this.pending&&(this.pending=null,clearTimeout(this.restartTimeout),this.restartTimeout=setTimeout((()=>this.startHover()),20))}get active(){return this.view.state.field(this.field)}checkHover(){if(this.hoverTimeout=-1,this.active.length)return;let t=Date.now()-this.lastMove.time;t<this.hoverTime?this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime-t):this.startHover()}startHover(){clearTimeout(this.restartTimeout);let{view:t,lastMove:e}=this,i=t.docView.nearest(e.target);if(!i)return;let n,o=1;if(i instanceof Ai)n=i.posAtStart;else{if(n=t.posAtCoords(e),null==n)return;let i=t.coordsAtPos(n);if(!i||e.y<i.top||e.y>i.bottom||e.x<i.left-t.defaultCharacterWidth||e.x>i.right+t.defaultCharacterWidth)return;let r=t.bidiSpans(t.state.doc.lineAt(n)).find((t=>t.from<=n&&t.to>=n)),s=r&&r.dir==Ji.RTL?-1:1;o=e.x<i.left?-s:s}let r=this.source(t,n,o);if(null==r?void 0:r.then){let e=this.pending={pos:n};r.then((i=>{this.pending==e&&(this.pending=null,!i||Array.isArray(i)&&!i.length||t.dispatch({effects:this.setHover.of(Array.isArray(i)?i:[i])}))}),(e=>Tn(t.state,e,"hover tooltip")))}else!r||Array.isArray(r)&&!r.length||t.dispatch({effects:this.setHover.of(Array.isArray(r)?r:[r])})}get tooltip(){let t=this.view.plugin(Xs),e=t?t.manager.tooltips.findIndex((t=>t.create==js.create)):-1;return e>-1?t.manager.tooltipViews[e]:null}mousemove(t){var e,i;this.lastMove={x:t.clientX,y:t.clientY,target:t.target,time:Date.now()},this.hoverTimeout<0&&(this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime));let{active:n,tooltip:o}=this;if(n.length&&o&&!function(t,e){let i=t.getBoundingClientRect();return e.clientX>=i.left-Ns&&e.clientX<=i.right+Ns&&e.clientY>=i.top-Ns&&e.clientY<=i.bottom+Ns}(o.dom,t)||this.pending){let{pos:o}=n[0]||this.pending,r=null!==(i=null===(e=n[0])||void 0===e?void 0:e.end)&&void 0!==i?i:o;(o==r?this.view.posAtCoords(this.lastMove)==o:function(t,e,i,n,o,r){let s=t.scrollDOM.getBoundingClientRect(),a=t.documentTop+t.documentPadding.top+t.contentHeight;if(s.left>n||s.right<n||s.top>o||Math.min(s.bottom,a)<o)return!1;let l=t.posAtCoords({x:n,y:o},!1);return l>=e&&l<=i}(this.view,o,r,t.clientX,t.clientY))||(this.view.dispatch({effects:this.setHover.of([])}),this.pending=null)}}mouseleave(t){clearTimeout(this.hoverTimeout),this.hoverTimeout=-1;let{active:e}=this;if(e.length){let{tooltip:e}=this;e&&e.dom.contains(t.relatedTarget)?this.watchTooltipLeave(e.dom):this.view.dispatch({effects:this.setHover.of([])})}}watchTooltipLeave(t){let e=i=>{t.removeEventListener("mouseleave",e),this.active.length&&!this.view.dom.contains(i.relatedTarget)&&this.view.dispatch({effects:this.setHover.of([])})};t.addEventListener("mouseleave",e)}destroy(){clearTimeout(this.hoverTimeout),this.view.dom.removeEventListener("mouseleave",this.mouseleave),this.view.dom.removeEventListener("mousemove",this.mousemove)}}const Ns=4;function Vs(t,e={}){let i=te.define(),n=Tt.define({create:()=>[],update(t,n){if(t.length&&(e.hideOnChange&&(n.docChanged||n.selection)?t=[]:e.hideOn&&(t=t.filter((t=>!e.hideOn(n,t)))),n.docChanged)){let e=[];for(let i of t){let t=n.changes.mapPos(i.pos,-1,dt.TrackDel);if(null!=t){let o=Object.assign(Object.create(null),i);o.pos=t,null!=o.end&&(o.end=n.changes.mapPos(o.end)),e.push(o)}}t=e}for(let e of n.effects)e.is(i)&&(t=e.value),e.is(Is)&&(t=[]);return t},provide:t=>Ds.from(t)});return[n,Yn.define((o=>new _s(o,t,n,i,e.hoverTime||300))),qs]}function Bs(t,e){let i=t.plugin(Xs);if(!i)return null;let n=i.manager.tooltips.indexOf(e);return n<0?null:i.manager.tooltipViews[n]}const Is=te.define(),zs=kt.define({combine(t){let e,i;for(let n of t)e=e||n.topContainer,i=i||n.bottomContainer;return{topContainer:e,bottomContainer:i}}});function Ls(t,e){let i=t.plugin(Gs),n=i?i.specs.indexOf(e):-1;return n>-1?i.panels[n]:null}const Gs=Yn.fromClass(class{constructor(t){this.input=t.state.facet(Hs),this.specs=this.input.filter((t=>t)),this.panels=this.specs.map((e=>e(t)));let e=t.state.facet(zs);this.top=new Us(t,!0,e.topContainer),this.bottom=new Us(t,!1,e.bottomContainer),this.top.sync(this.panels.filter((t=>t.top))),this.bottom.sync(this.panels.filter((t=>!t.top)));for(let t of this.panels)t.dom.classList.add("cm-panel"),t.mount&&t.mount()}update(t){let e=t.state.facet(zs);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new Us(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new Us(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let i=t.state.facet(Hs);if(i!=this.input){let e=i.filter((t=>t)),n=[],o=[],r=[],s=[];for(let i of e){let e,a=this.specs.indexOf(i);a<0?(e=i(t.view),s.push(e)):(e=this.panels[a],e.update&&e.update(t)),n.push(e),(e.top?o:r).push(e)}this.specs=e,this.panels=n,this.top.sync(o),this.bottom.sync(r);for(let t of s)t.dom.classList.add("cm-panel"),t.mount&&t.mount()}else for(let e of this.panels)e.update&&e.update(t)}destroy(){this.top.sync([]),this.bottom.sync([])}},{provide:t=>Xr.scrollMargins.of((e=>{let i=e.plugin(t);return i&&{top:i.top.scrollMargin(),bottom:i.bottom.scrollMargin()}}))});class Us{constructor(t,e,i){this.view=t,this.top=e,this.container=i,this.dom=void 0,this.classes="",this.panels=[],this.syncClasses()}sync(t){for(let e of this.panels)e.destroy&&t.indexOf(e)<0&&e.destroy();this.panels=t,this.syncDOM()}syncDOM(){if(0==this.panels.length)return void(this.dom&&(this.dom.remove(),this.dom=void 0));if(!this.dom){this.dom=document.createElement("div"),this.dom.className=this.top?"cm-panels cm-panels-top":"cm-panels cm-panels-bottom",this.dom.style[this.top?"top":"bottom"]="0";let t=this.container||this.view.dom;t.insertBefore(this.dom,this.top?t.firstChild:null)}let t=this.dom.firstChild;for(let e of this.panels)if(e.dom.parentNode==this.dom){for(;t!=e.dom;)t=Fs(t);t=t.nextSibling}else this.dom.insertBefore(e.dom,t);for(;t;)t=Fs(t)}scrollMargin(){return!this.dom||this.container?0:Math.max(0,this.top?this.dom.getBoundingClientRect().bottom-Math.max(0,this.view.scrollDOM.getBoundingClientRect().top):Math.min(innerHeight,this.view.scrollDOM.getBoundingClientRect().bottom)-this.dom.getBoundingClientRect().top)}syncClasses(){if(this.container&&this.classes!=this.view.themeClasses){for(let t of this.classes.split(" "))t&&this.container.classList.remove(t);for(let t of(this.classes=this.view.themeClasses).split(" "))t&&this.container.classList.add(t)}}}function Fs(t){let e=t.nextSibling;return t.remove(),e}const Hs=kt.define({enables:Gs});class Ks extends pe{compare(t){return this==t||this.constructor==t.constructor&&this.eq(t)}eq(t){return!1}destroy(t){}}Ks.prototype.elementClass="",Ks.prototype.toDOM=void 0,Ks.prototype.mapMode=dt.TrackBefore,Ks.prototype.startSide=Ks.prototype.endSide=-1,Ks.prototype.point=!0;const Js=kt.define(),ta={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>ye.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},ea=kt.define();function ia(t){return[oa(),ea.of(Object.assign(Object.assign({},ta),t))]}const na=kt.define({combine:t=>t.some((t=>t))});function oa(t){let e=[ra];return t&&!1===t.fixed&&e.push(na.of(!0)),e}const ra=Yn.fromClass(class{constructor(t){this.view=t,this.prevViewport=t.viewport,this.dom=document.createElement("div"),this.dom.className="cm-gutters",this.dom.setAttribute("aria-hidden","true"),this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.gutters=t.state.facet(ea).map((e=>new ca(t,e)));for(let t of this.gutters)this.dom.appendChild(t.dom);this.fixed=!t.state.facet(na),this.fixed&&(this.dom.style.position="sticky"),this.syncGutters(!1),t.scrollDOM.insertBefore(this.dom,t.contentDOM)}update(t){if(this.updateGutters(t)){let e=this.prevViewport,i=t.view.viewport,n=Math.min(e.to,i.to)-Math.max(e.from,i.from);this.syncGutters(n<.8*(i.to-i.from))}t.geometryChanged&&(this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px"),this.view.state.facet(na)!=!this.fixed&&(this.fixed=!this.fixed,this.dom.style.position=this.fixed?"sticky":""),this.prevViewport=t.view.viewport}syncGutters(t){let e=this.dom.nextSibling;t&&this.dom.remove();let i=ye.iter(this.view.state.facet(Js),this.view.viewport.from),n=[],o=this.gutters.map((t=>new la(t,this.view.viewport,-this.view.documentPadding.top)));for(let t of this.view.viewportLineBlocks)if(n.length&&(n=[]),Array.isArray(t.type)){let e=!0;for(let r of t.type)if(r.type==Vi.Text&&e){aa(i,n,r.from);for(let t of o)t.line(this.view,r,n);e=!1}else if(r.widget)for(let t of o)t.widget(this.view,r)}else if(t.type==Vi.Text){aa(i,n,t.from);for(let e of o)e.line(this.view,t,n)}else if(t.widget)for(let e of o)e.widget(this.view,t);for(let t of o)t.finish();t&&this.view.scrollDOM.insertBefore(this.dom,e)}updateGutters(t){let e=t.startState.facet(ea),i=t.state.facet(ea),n=t.docChanged||t.heightChanged||t.viewportChanged||!ye.eq(t.startState.facet(Js),t.state.facet(Js),t.view.viewport.from,t.view.viewport.to);if(e==i)for(let e of this.gutters)e.update(t)&&(n=!0);else{n=!0;let o=[];for(let n of i){let i=e.indexOf(n);i<0?o.push(new ca(this.view,n)):(this.gutters[i].update(t),o.push(this.gutters[i]))}for(let t of this.gutters)t.dom.remove(),o.indexOf(t)<0&&t.destroy();for(let t of o)this.dom.appendChild(t.dom);this.gutters=o}return n}destroy(){for(let t of this.gutters)t.destroy();this.dom.remove()}},{provide:t=>Xr.scrollMargins.of((e=>{let i=e.plugin(t);return i&&0!=i.gutters.length&&i.fixed?e.textDirection==Ji.LTR?{left:i.dom.offsetWidth*e.scaleX}:{right:i.dom.offsetWidth*e.scaleX}:null}))});function sa(t){return Array.isArray(t)?t:[t]}function aa(t,e,i){for(;t.value&&t.from<=i;)t.from==i&&e.push(t.value),t.next()}class la{constructor(t,e,i){this.gutter=t,this.height=i,this.i=0,this.cursor=ye.iter(t.markers,e.from)}addElement(t,e,i){let{gutter:n}=this,o=(e.top-this.height)/t.scaleY,r=e.height/t.scaleY;if(this.i==n.elements.length){let e=new ha(t,r,o,i);n.elements.push(e),n.dom.appendChild(e.dom)}else n.elements[this.i].update(t,r,o,i);this.height=e.bottom,this.i++}line(t,e,i){let n=[];aa(this.cursor,n,e.from),i.length&&(n=n.concat(i));let o=this.gutter.config.lineMarker(t,e,n);o&&n.unshift(o);let r=this.gutter;(0!=n.length||r.config.renderEmptyElements)&&this.addElement(t,e,n)}widget(t,e){let i=this.gutter.config.widgetMarker(t,e.widget,e);i&&this.addElement(t,e,[i])}finish(){let t=this.gutter;for(;t.elements.length>this.i;){let e=t.elements.pop();t.dom.removeChild(e.dom),e.destroy()}}}class ca{constructor(t,e){this.view=t,this.config=e,this.elements=[],this.spacer=null,this.dom=document.createElement("div"),this.dom.className="cm-gutter"+(this.config.class?" "+this.config.class:"");for(let i in e.domEventHandlers)this.dom.addEventListener(i,(n=>{let o,r=n.target;if(r!=this.dom&&this.dom.contains(r)){for(;r.parentNode!=this.dom;)r=r.parentNode;let t=r.getBoundingClientRect();o=(t.top+t.bottom)/2}else o=n.clientY;let s=t.lineBlockAtHeight(o-t.documentTop);e.domEventHandlers[i](t,s,n)&&n.preventDefault()}));this.markers=sa(e.markers(t)),e.initialSpacer&&(this.spacer=new ha(t,0,0,[e.initialSpacer(t)]),this.dom.appendChild(this.spacer.dom),this.spacer.dom.style.cssText+="visibility: hidden; pointer-events: none")}update(t){let e=this.markers;if(this.markers=sa(this.config.markers(t.view)),this.spacer&&this.config.updateSpacer){let e=this.config.updateSpacer(this.spacer.markers[0],t);e!=this.spacer.markers[0]&&this.spacer.update(t.view,0,0,[e])}let i=t.view.viewport;return!ye.eq(this.markers,e,i.from,i.to)||!!this.config.lineMarkerChange&&this.config.lineMarkerChange(t)}destroy(){for(let t of this.elements)t.destroy()}}class ha{constructor(t,e,i,n){this.height=-1,this.above=0,this.markers=[],this.dom=document.createElement("div"),this.dom.className="cm-gutterElement",this.update(t,e,i,n)}update(t,e,i,n){this.height!=e&&(this.height=e,this.dom.style.height=e+"px"),this.above!=i&&(this.dom.style.marginTop=(this.above=i)?i+"px":""),function(t,e){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++)if(!t[i].compare(e[i]))return!1;return!0}(this.markers,n)||this.setMarkers(t,n)}setMarkers(t,e){let i="cm-gutterElement",n=this.dom.firstChild;for(let o=0,r=0;;){let s=r,a=o<e.length?e[o++]:null,l=!1;if(a){let t=a.elementClass;t&&(i+=" "+t);for(let t=r;t<this.markers.length;t++)if(this.markers[t].compare(a)){s=t,l=!0;break}}else s=this.markers.length;for(;r<s;){let t=this.markers[r++];if(t.toDOM){t.destroy(n);let e=n.nextSibling;n.remove(),n=e}}if(!a)break;a.toDOM&&(l?n=n.nextSibling:this.dom.insertBefore(a.toDOM(t),n)),l&&r++}this.dom.className=i,this.markers=e}destroy(){this.setMarkers(null,[])}}const da=kt.define(),ua=kt.define({combine:t=>fe(t,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(t,e){let i=Object.assign({},t);for(let t in e){let n=i[t],o=e[t];i[t]=n?(t,e,i)=>n(t,e,i)||o(t,e,i):o}return i}})});class fa extends Ks{constructor(t){super(),this.number=t}eq(t){return this.number==t.number}toDOM(){return document.createTextNode(this.number)}}function pa(t,e){return t.state.facet(ua).formatNumber(e,t.state)}const Oa=ea.compute([ua],(t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:t=>t.state.facet(da),lineMarker:(t,e,i)=>i.some((t=>t.toDOM))?null:new fa(pa(t,t.state.doc.lineAt(e.from).number)),widgetMarker:()=>null,lineMarkerChange:t=>t.startState.facet(ua)!=t.state.facet(ua),initialSpacer:t=>new fa(pa(t,ga(t.state.doc.lines))),updateSpacer(t,e){let i=pa(e.view,ga(e.view.state.doc.lines));return i==t.number?t:new fa(i)},domEventHandlers:t.facet(ua).domEventHandlers})));function ga(t){let e=9;for(;e<t;)e=10*e+9;return e}const ma=new class extends Ks{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},ya=Js.compute(["selection"],(t=>{let e=[],i=-1;for(let n of t.selection.ranges){let o=t.doc.lineAt(n.head).from;o>i&&(i=o,e.push(ma.range(o)))}return ye.of(e)}));const va=1024;let wa=0;class ba{constructor(t,e){this.from=t,this.to=e}}class xa{constructor(t={}){this.id=wa++,this.perNode=!!t.perNode,this.deserialize=t.deserialize||(()=>{throw new Error("This node type doesn't define a deserialize function")})}add(t){if(this.perNode)throw new RangeError("Can't add per-node props to node types");return"function"!=typeof t&&(t=Qa.match(t)),e=>{let i=t(e);return void 0===i?null:[this,i]}}}xa.closedBy=new xa({deserialize:t=>t.split(" ")}),xa.openedBy=new xa({deserialize:t=>t.split(" ")}),xa.group=new xa({deserialize:t=>t.split(" ")}),xa.isolate=new xa({deserialize:t=>{if(t&&"rtl"!=t&&"ltr"!=t&&"auto"!=t)throw new RangeError("Invalid value for isolate: "+t);return t||"auto"}}),xa.contextHash=new xa({perNode:!0}),xa.lookAhead=new xa({perNode:!0}),xa.mounted=new xa({perNode:!0});class Sa{constructor(t,e,i){this.tree=t,this.overlay=e,this.parser=i}static get(t){return t&&t.props&&t.props[xa.mounted.id]}}const ka=Object.create(null);class Qa{constructor(t,e,i,n=0){this.name=t,this.props=e,this.id=i,this.flags=n}static define(t){let e=t.props&&t.props.length?Object.create(null):ka,i=(t.top?1:0)|(t.skipped?2:0)|(t.error?4:0)|(null==t.name?8:0),n=new Qa(t.name||"",e,t.id,i);if(t.props)for(let i of t.props)if(Array.isArray(i)||(i=i(n)),i){if(i[0].perNode)throw new RangeError("Can't store a per-node prop on a node type");e[i[0].id]=i[1]}return n}prop(t){return this.props[t.id]}get isTop(){return(1&this.flags)>0}get isSkipped(){return(2&this.flags)>0}get isError(){return(4&this.flags)>0}get isAnonymous(){return(8&this.flags)>0}is(t){if("string"==typeof t){if(this.name==t)return!0;let e=this.prop(xa.group);return!!e&&e.indexOf(t)>-1}return this.id==t}static match(t){let e=Object.create(null);for(let i in t)for(let n of i.split(" "))e[n]=t[i];return t=>{for(let i=t.prop(xa.group),n=-1;n<(i?i.length:0);n++){let o=e[n<0?t.name:i[n]];if(o)return o}}}}Qa.none=new Qa("",Object.create(null),0,8);class Pa{constructor(t){this.types=t;for(let e=0;e<t.length;e++)if(t[e].id!=e)throw new RangeError("Node type ids should correspond to array positions when creating a node set")}extend(...t){let e=[];for(let i of this.types){let n=null;for(let e of t){let t=e(i);t&&(n||(n=Object.assign({},i.props)),n[t[0].id]=t[1])}e.push(n?new Qa(i.name,n,i.id,i.flags):i)}return new Pa(e)}}const $a=new WeakMap,Za=new WeakMap;var Ca;!function(t){t[t.ExcludeBuffers=1]="ExcludeBuffers",t[t.IncludeAnonymous=2]="IncludeAnonymous",t[t.IgnoreMounts=4]="IgnoreMounts",t[t.IgnoreOverlays=8]="IgnoreOverlays"}(Ca||(Ca={}));class Aa{constructor(t,e,i,n,o){if(this.type=t,this.children=e,this.positions=i,this.length=n,this.props=null,o&&o.length){this.props=Object.create(null);for(let[t,e]of o)this.props["number"==typeof t?t:t.id]=e}}toString(){let t=Sa.get(this);if(t&&!t.overlay)return t.tree.toString();let e="";for(let t of this.children){let i=t.toString();i&&(e&&(e+=","),e+=i)}return this.type.name?(/\W/.test(this.type.name)&&!this.type.isError?JSON.stringify(this.type.name):this.type.name)+(e.length?"("+e+")":""):e}cursor(t=0){return new Va(this.topNode,t)}cursorAt(t,e=0,i=0){let n=$a.get(this)||this.topNode,o=new Va(n);return o.moveTo(t,e),$a.set(this,o._tree),o}get topNode(){return new Ea(this,0,0,null)}resolve(t,e=0){let i=Xa($a.get(this)||this.topNode,t,e,!1);return $a.set(this,i),i}resolveInner(t,e=0){let i=Xa(Za.get(this)||this.topNode,t,e,!0);return Za.set(this,i),i}resolveStack(t,e=0){return function(t,e,i){let n=t.resolveInner(e,i),o=null;for(let t=n instanceof Ea?n:n.context.parent;t;t=t.parent)if(t.index<0){let r=t.parent;(o||(o=[n])).push(r.resolve(e,i)),t=r}else{let r=Sa.get(t.tree);if(r&&r.overlay&&r.overlay[0].from<=e&&r.overlay[r.overlay.length-1].to>=e){let s=new Ea(r.tree,r.overlay[0].from+t.from,-1,t);(o||(o=[n])).push(Xa(s,e,i,!1))}}return o?_a(o):n}(this,t,e)}iterate(t){let{enter:e,leave:i,from:n=0,to:o=this.length}=t,r=t.mode||0,s=(r&Ca.IncludeAnonymous)>0;for(let t=this.cursor(r|Ca.IncludeAnonymous);;){let r=!1;if(t.from<=o&&t.to>=n&&(!s&&t.type.isAnonymous||!1!==e(t))){if(t.firstChild())continue;r=!0}for(;r&&i&&(s||!t.type.isAnonymous)&&i(t),!t.nextSibling();){if(!t.parent())return;r=!0}}}prop(t){return t.perNode?this.props?this.props[t.id]:void 0:this.type.prop(t)}get propValues(){let t=[];if(this.props)for(let e in this.props)t.push([+e,this.props[e]]);return t}balance(t={}){return this.children.length<=8?this:La(Qa.none,this.children,this.positions,0,this.children.length,0,this.length,((t,e,i)=>new Aa(this.type,t,e,i,this.propValues)),t.makeTree||((t,e,i)=>new Aa(Qa.none,t,e,i)))}static build(t){return function(t){var e;let{buffer:i,nodeSet:n,maxBufferLength:o=va,reused:r=[],minRepeatType:s=n.types.length}=t,a=Array.isArray(i)?new Ta(i,i.length):i,l=n.types,c=0,h=0;function d(t,e,i,y,v,w){let{id:b,start:x,end:S,size:k}=a,Q=h;for(;k<0;){if(a.next(),-1==k){let e=r[b];return i.push(e),void y.push(x-t)}if(-3==k)return void(c=b);if(-4==k)return void(h=b);throw new RangeError(`Unrecognized record size: ${k}`)}let P,$,Z=l[b],C=x-t;if(S-x<=o&&($=g(a.pos-e,v))){let e=new Uint16Array($.size-$.skip),i=a.pos-$.size,o=e.length;for(;a.pos>i;)o=m($.start,e,o);P=new Ra(e,S-$.start,n),C=$.start-t}else{let t=a.pos-k;a.next();let e=[],i=[],n=b>=s?b:-1,r=0,l=S;for(;a.pos>t;)n>=0&&a.id==n&&a.size>=0?(a.end<=l-o&&(p(e,i,x,r,a.end,l,n,Q),r=e.length,l=a.end),a.next()):w>2500?u(x,t,e,i):d(x,t,e,i,n,w+1);if(n>=0&&r>0&&r<e.length&&p(e,i,x,r,x,l,n,Q),e.reverse(),i.reverse(),n>-1&&r>0){let t=f(Z);P=La(Z,e,i,0,e.length,0,S-x,t,t)}else P=O(Z,e,i,S-x,Q-S)}i.push(P),y.push(C)}function u(t,e,i,r){let s=[],l=0,c=-1;for(;a.pos>e;){let{id:t,start:e,end:i,size:n}=a;if(n>4)a.next();else{if(c>-1&&e<c)break;c<0&&(c=i-o),s.push(t,e,i),l++,a.next()}}if(l){let e=new Uint16Array(4*l),o=s[s.length-2];for(let t=s.length-3,i=0;t>=0;t-=3)e[i++]=s[t],e[i++]=s[t+1]-o,e[i++]=s[t+2]-o,e[i++]=i;i.push(new Ra(e,s[2]-o,n)),r.push(o-t)}}function f(t){return(e,i,n)=>{let o,r,s=0,a=e.length-1;if(a>=0&&(o=e[a])instanceof Aa){if(!a&&o.type==t&&o.length==n)return o;(r=o.prop(xa.lookAhead))&&(s=i[a]+o.length+r)}return O(t,e,i,n,s)}}function p(t,e,i,o,r,s,a,l){let c=[],h=[];for(;t.length>o;)c.push(t.pop()),h.push(e.pop()+i-r);t.push(O(n.types[a],c,h,s-r,l-s)),e.push(r-i)}function O(t,e,i,n,o=0,r){if(c){let t=[xa.contextHash,c];r=r?[t].concat(r):[t]}if(o>25){let t=[xa.lookAhead,o];r=r?[t].concat(r):[t]}return new Aa(t,e,i,n,r)}function g(t,e){let i=a.fork(),n=0,r=0,l=0,c=i.end-o,h={size:0,start:0,skip:0};t:for(let o=i.pos-t;i.pos>o;){let t=i.size;if(i.id==e&&t>=0){h.size=n,h.start=r,h.skip=l,l+=4,n+=4,i.next();continue}let a=i.pos-t;if(t<0||a<o||i.start<c)break;let d=i.id>=s?4:0,u=i.start;for(i.next();i.pos>a;){if(i.size<0){if(-3!=i.size)break t;d+=4}else i.id>=s&&(d+=4);i.next()}r=u,n+=t,l+=d}return(e<0||n==t)&&(h.size=n,h.start=r,h.skip=l),h.size>4?h:void 0}function m(t,e,i){let{id:n,start:o,end:r,size:l}=a;if(a.next(),l>=0&&n<s){let s=i;if(l>4){let n=a.pos-(l-4);for(;a.pos>n;)i=m(t,e,i)}e[--i]=s,e[--i]=r-t,e[--i]=o-t,e[--i]=n}else-3==l?c=n:-4==l&&(h=n);return i}let y=[],v=[];for(;a.pos>0;)d(t.start||0,t.bufferStart||0,y,v,-1,0);let w=null!==(e=t.length)&&void 0!==e?e:y.length?v[0]+y[0].length:0;return new Aa(l[t.topID],y.reverse(),v.reverse(),w)}(t)}}Aa.empty=new Aa(Qa.none,[],[],0);class Ta{constructor(t,e){this.buffer=t,this.index=e}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}get pos(){return this.index}next(){this.index-=4}fork(){return new Ta(this.buffer,this.index)}}class Ra{constructor(t,e,i){this.buffer=t,this.length=e,this.set=i}get type(){return Qa.none}toString(){let t=[];for(let e=0;e<this.buffer.length;)t.push(this.childString(e)),e=this.buffer[e+3];return t.join(",")}childString(t){let e=this.buffer[t],i=this.buffer[t+3],n=this.set.types[e],o=n.name;if(/\W/.test(o)&&!n.isError&&(o=JSON.stringify(o)),i==(t+=4))return o;let r=[];for(;t<i;)r.push(this.childString(t)),t=this.buffer[t+3];return o+"("+r.join(",")+")"}findChild(t,e,i,n,o){let{buffer:r}=this,s=-1;for(let a=t;a!=e&&!(Wa(o,n,r[a+1],r[a+2])&&(s=a,i>0));a=r[a+3]);return s}slice(t,e,i){let n=this.buffer,o=new Uint16Array(e-t),r=0;for(let s=t,a=0;s<e;){o[a++]=n[s++],o[a++]=n[s++]-i;let e=o[a++]=n[s++]-i;o[a++]=n[s++]-t,r=Math.max(r,e)}return new Ra(o,r,this.set)}}function Wa(t,e,i,n){switch(t){case-2:return i<e;case-1:return n>=e&&i<e;case 0:return i<e&&n>e;case 1:return i<=e&&n>e;case 2:return n>e;case 4:return!0}}function Xa(t,e,i,n){for(var o;t.from==t.to||(i<1?t.from>=e:t.from>e)||(i>-1?t.to<=e:t.to<e);){let e=!n&&t instanceof Ea&&t.index<0?null:t.parent;if(!e)return t;t=e}let r=n?0:Ca.IgnoreOverlays;if(n)for(let n=t,s=n.parent;s;n=s,s=n.parent)n instanceof Ea&&n.index<0&&(null===(o=s.enter(e,i,r))||void 0===o?void 0:o.from)!=n.from&&(t=s);for(;;){let n=t.enter(e,i,r);if(!n)return t;t=n}}class Ya{cursor(t=0){return new Va(this,t)}getChild(t,e=null,i=null){let n=Ma(this,t,e,i);return n.length?n[0]:null}getChildren(t,e=null,i=null){return Ma(this,t,e,i)}resolve(t,e=0){return Xa(this,t,e,!1)}resolveInner(t,e=0){return Xa(this,t,e,!0)}matchContext(t){return Da(this,t)}enterUnfinishedNodesBefore(t){let e=this.childBefore(t),i=this;for(;e;){let t=e.lastChild;if(!t||t.to!=e.to)break;t.type.isError&&t.from==t.to?(i=e,e=t.prevSibling):e=t}return i}get node(){return this}get next(){return this.parent}}class Ea extends Ya{constructor(t,e,i,n){super(),this._tree=t,this.from=e,this.index=i,this._parent=n}get type(){return this._tree.type}get name(){return this._tree.type.name}get to(){return this.from+this._tree.length}nextChild(t,e,i,n,o=0){for(let r=this;;){for(let{children:s,positions:a}=r._tree,l=e>0?s.length:-1;t!=l;t+=e){let l=s[t],c=a[t]+r.from;if(Wa(n,i,c,c+l.length))if(l instanceof Ra){if(o&Ca.ExcludeBuffers)continue;let s=l.findChild(0,l.buffer.length,e,i-c,n);if(s>-1)return new qa(new ja(r,l,t,c),null,s)}else if(o&Ca.IncludeAnonymous||!l.type.isAnonymous||Ba(l)){let s;if(!(o&Ca.IgnoreMounts)&&(s=Sa.get(l))&&!s.overlay)return new Ea(s.tree,c,t,r);let a=new Ea(l,c,t,r);return o&Ca.IncludeAnonymous||!a.type.isAnonymous?a:a.nextChild(e<0?l.children.length-1:0,e,i,n)}}if(o&Ca.IncludeAnonymous||!r.type.isAnonymous)return null;if(t=r.index>=0?r.index+e:e<0?-1:r._parent._tree.children.length,r=r._parent,!r)return null}}get firstChild(){return this.nextChild(0,1,0,4)}get lastChild(){return this.nextChild(this._tree.children.length-1,-1,0,4)}childAfter(t){return this.nextChild(0,1,t,2)}childBefore(t){return this.nextChild(this._tree.children.length-1,-1,t,-2)}enter(t,e,i=0){let n;if(!(i&Ca.IgnoreOverlays)&&(n=Sa.get(this._tree))&&n.overlay){let i=t-this.from;for(let{from:t,to:o}of n.overlay)if((e>0?t<=i:t<i)&&(e<0?o>=i:o>i))return new Ea(n.tree,n.overlay[0].from+this.from,-1,this)}return this.nextChild(0,1,t,e,i)}nextSignificantParent(){let t=this;for(;t.type.isAnonymous&&t._parent;)t=t._parent;return t}get parent(){return this._parent?this._parent.nextSignificantParent():null}get nextSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index+1,1,0,4):null}get prevSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index-1,-1,0,4):null}get tree(){return this._tree}toTree(){return this._tree}toString(){return this._tree.toString()}}function Ma(t,e,i,n){let o=t.cursor(),r=[];if(!o.firstChild())return r;if(null!=i)for(let t=!1;!t;)if(t=o.type.is(i),!o.nextSibling())return r;for(;;){if(null!=n&&o.type.is(n))return r;if(o.type.is(e)&&r.push(o.node),!o.nextSibling())return null==n?r:[]}}function Da(t,e,i=e.length-1){for(let n=t.parent;i>=0;n=n.parent){if(!n)return!1;if(!n.type.isAnonymous){if(e[i]&&e[i]!=n.name)return!1;i--}}return!0}class ja{constructor(t,e,i,n){this.parent=t,this.buffer=e,this.index=i,this.start=n}}class qa extends Ya{get name(){return this.type.name}get from(){return this.context.start+this.context.buffer.buffer[this.index+1]}get to(){return this.context.start+this.context.buffer.buffer[this.index+2]}constructor(t,e,i){super(),this.context=t,this._parent=e,this.index=i,this.type=t.buffer.set.types[t.buffer.buffer[i]]}child(t,e,i){let{buffer:n}=this.context,o=n.findChild(this.index+4,n.buffer[this.index+3],t,e-this.context.start,i);return o<0?null:new qa(this.context,this,o)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(t){return this.child(1,t,2)}childBefore(t){return this.child(-1,t,-2)}enter(t,e,i=0){if(i&Ca.ExcludeBuffers)return null;let{buffer:n}=this.context,o=n.findChild(this.index+4,n.buffer[this.index+3],e>0?1:-1,t-this.context.start,e);return o<0?null:new qa(this.context,this,o)}get parent(){return this._parent||this.context.parent.nextSignificantParent()}externalSibling(t){return this._parent?null:this.context.parent.nextChild(this.context.index+t,t,0,4)}get nextSibling(){let{buffer:t}=this.context,e=t.buffer[this.index+3];return e<(this._parent?t.buffer[this._parent.index+3]:t.buffer.length)?new qa(this.context,this._parent,e):this.externalSibling(1)}get prevSibling(){let{buffer:t}=this.context,e=this._parent?this._parent.index+4:0;return this.index==e?this.externalSibling(-1):new qa(this.context,this._parent,t.findChild(e,this.index,-1,0,4))}get tree(){return null}toTree(){let t=[],e=[],{buffer:i}=this.context,n=this.index+4,o=i.buffer[this.index+3];if(o>n){let r=i.buffer[this.index+1];t.push(i.slice(n,o,r)),e.push(0)}return new Aa(this.type,t,e,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function _a(t){if(!t.length)return null;let e=0,i=t[0];for(let n=1;n<t.length;n++){let o=t[n];(o.from>i.from||o.to<i.to)&&(i=o,e=n)}let n=i instanceof Ea&&i.index<0?null:i.parent,o=t.slice();return n?o[e]=n:o.splice(e,1),new Na(o,i)}class Na{constructor(t,e){this.heads=t,this.node=e}get next(){return _a(this.heads)}}class Va{get name(){return this.type.name}constructor(t,e=0){if(this.mode=e,this.buffer=null,this.stack=[],this.index=0,this.bufferNode=null,t instanceof Ea)this.yieldNode(t);else{this._tree=t.context.parent,this.buffer=t.context;for(let e=t._parent;e;e=e._parent)this.stack.unshift(e.index);this.bufferNode=t,this.yieldBuf(t.index)}}yieldNode(t){return!!t&&(this._tree=t,this.type=t.type,this.from=t.from,this.to=t.to,!0)}yieldBuf(t,e){this.index=t;let{start:i,buffer:n}=this.buffer;return this.type=e||n.set.types[n.buffer[t]],this.from=i+n.buffer[t+1],this.to=i+n.buffer[t+2],!0}yield(t){return!!t&&(t instanceof Ea?(this.buffer=null,this.yieldNode(t)):(this.buffer=t.context,this.yieldBuf(t.index,t.type)))}toString(){return this.buffer?this.buffer.buffer.childString(this.index):this._tree.toString()}enterChild(t,e,i){if(!this.buffer)return this.yield(this._tree.nextChild(t<0?this._tree._tree.children.length-1:0,t,e,i,this.mode));let{buffer:n}=this.buffer,o=n.findChild(this.index+4,n.buffer[this.index+3],t,e-this.buffer.start,i);return!(o<0)&&(this.stack.push(this.index),this.yieldBuf(o))}firstChild(){return this.enterChild(1,0,4)}lastChild(){return this.enterChild(-1,0,4)}childAfter(t){return this.enterChild(1,t,2)}childBefore(t){return this.enterChild(-1,t,-2)}enter(t,e,i=this.mode){return this.buffer?!(i&Ca.ExcludeBuffers)&&this.enterChild(1,t,e):this.yield(this._tree.enter(t,e,i))}parent(){if(!this.buffer)return this.yieldNode(this.mode&Ca.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let t=this.mode&Ca.IncludeAnonymous?this.buffer.parent:this.buffer.parent.nextSignificantParent();return this.buffer=null,this.yieldNode(t)}sibling(t){if(!this.buffer)return!!this._tree._parent&&this.yield(this._tree.index<0?null:this._tree._parent.nextChild(this._tree.index+t,t,0,4,this.mode));let{buffer:e}=this.buffer,i=this.stack.length-1;if(t<0){let t=i<0?0:this.stack[i]+4;if(this.index!=t)return this.yieldBuf(e.findChild(t,this.index,-1,0,4))}else{let t=e.buffer[this.index+3];if(t<(i<0?e.buffer.length:e.buffer[this.stack[i]+3]))return this.yieldBuf(t)}return i<0&&this.yield(this.buffer.parent.nextChild(this.buffer.index+t,t,0,4,this.mode))}nextSibling(){return this.sibling(1)}prevSibling(){return this.sibling(-1)}atLastNode(t){let e,i,{buffer:n}=this;if(n){if(t>0){if(this.index<n.buffer.buffer.length)return!1}else for(let t=0;t<this.index;t++)if(n.buffer.buffer[t+3]<this.index)return!1;({index:e,parent:i}=n)}else({index:e,_parent:i}=this._tree);for(;i;({index:e,_parent:i}=i))if(e>-1)for(let n=e+t,o=t<0?-1:i._tree.children.length;n!=o;n+=t){let t=i._tree.children[n];if(this.mode&Ca.IncludeAnonymous||t instanceof Ra||!t.type.isAnonymous||Ba(t))return!1}return!0}move(t,e){if(e&&this.enterChild(t,0,4))return!0;for(;;){if(this.sibling(t))return!0;if(this.atLastNode(t)||!this.parent())return!1}}next(t=!0){return this.move(1,t)}prev(t=!0){return this.move(-1,t)}moveTo(t,e=0){for(;(this.from==this.to||(e<1?this.from>=t:this.from>t)||(e>-1?this.to<=t:this.to<t))&&this.parent(););for(;this.enterChild(1,t,e););return this}get node(){if(!this.buffer)return this._tree;let t=this.bufferNode,e=null,i=0;if(t&&t.context==this.buffer)t:for(let n=this.index,o=this.stack.length;o>=0;){for(let r=t;r;r=r._parent)if(r.index==n){if(n==this.index)return r;e=r,i=o+1;break t}n=this.stack[--o]}for(let t=i;t<this.stack.length;t++)e=new qa(this.buffer,e,this.stack[t]);return this.bufferNode=new qa(this.buffer,e,this.index)}get tree(){return this.buffer?null:this._tree._tree}iterate(t,e){for(let i=0;;){let n=!1;if(this.type.isAnonymous||!1!==t(this)){if(this.firstChild()){i++;continue}this.type.isAnonymous||(n=!0)}for(;n&&e&&e(this),n=this.type.isAnonymous,!this.nextSibling();){if(!i)return;this.parent(),i--,n=!0}}}matchContext(t){if(!this.buffer)return Da(this.node,t);let{buffer:e}=this.buffer,{types:i}=e.set;for(let n=t.length-1,o=this.stack.length-1;n>=0;o--){if(o<0)return Da(this.node,t,n);let r=i[e.buffer[this.stack[o]]];if(!r.isAnonymous){if(t[n]&&t[n]!=r.name)return!1;n--}}return!0}}function Ba(t){return t.children.some((t=>t instanceof Ra||!t.type.isAnonymous||Ba(t)))}const Ia=new WeakMap;function za(t,e){if(!t.isAnonymous||e instanceof Ra||e.type!=t)return 1;let i=Ia.get(e);if(null==i){i=1;for(let n of e.children){if(n.type!=t||!(n instanceof Aa)){i=1;break}i+=za(t,n)}Ia.set(e,i)}return i}function La(t,e,i,n,o,r,s,a,l){let c=0;for(let i=n;i<o;i++)c+=za(t,e[i]);let h=Math.ceil(1.5*c/8),d=[],u=[];return function e(i,n,o,s,a){for(let c=o;c<s;){let o=c,f=n[c],p=za(t,i[c]);for(c++;c<s;c++){let e=za(t,i[c]);if(p+e>=h)break;p+=e}if(c==o+1){if(p>h){let t=i[o];e(t.children,t.positions,0,t.children.length,n[o]+a);continue}d.push(i[o])}else{let e=n[c-1]+i[c-1].length-f;d.push(La(t,i,n,o,c,f,e,null,l))}u.push(f+a-r)}}(e,i,n,o,0),(a||l)(d,u,s)}class Ga{constructor(){this.map=new WeakMap}setBuffer(t,e,i){let n=this.map.get(t);n||this.map.set(t,n=new Map),n.set(e,i)}getBuffer(t,e){let i=this.map.get(t);return i&&i.get(e)}set(t,e){t instanceof qa?this.setBuffer(t.context.buffer,t.index,e):t instanceof Ea&&this.map.set(t.tree,e)}get(t){return t instanceof qa?this.getBuffer(t.context.buffer,t.index):t instanceof Ea?this.map.get(t.tree):void 0}cursorSet(t,e){t.buffer?this.setBuffer(t.buffer.buffer,t.index,e):this.map.set(t.tree,e)}cursorGet(t){return t.buffer?this.getBuffer(t.buffer.buffer,t.index):this.map.get(t.tree)}}class Ua{constructor(t,e,i,n,o=!1,r=!1){this.from=t,this.to=e,this.tree=i,this.offset=n,this.open=(o?1:0)|(r?2:0)}get openStart(){return(1&this.open)>0}get openEnd(){return(2&this.open)>0}static addTree(t,e=[],i=!1){let n=[new Ua(0,t.length,t,0,!1,i)];for(let i of e)i.to>t.length&&n.push(i);return n}static applyChanges(t,e,i=128){if(!e.length)return t;let n=[],o=1,r=t.length?t[0]:null;for(let s=0,a=0,l=0;;s++){let c=s<e.length?e[s]:null,h=c?c.fromA:1e9;if(h-a>=i)for(;r&&r.from<h;){let e=r;if(a>=e.from||h<=e.to||l){let t=Math.max(e.from,a)-l,i=Math.min(e.to,h)-l;e=t>=i?null:new Ua(t,i,e.tree,e.offset+l,s>0,!!c)}if(e&&n.push(e),r.to>h)break;r=o<t.length?t[o++]:null}if(!c)break;a=c.toA,l=c.toA-c.toB}return n}}class Fa{startParse(t,e,i){return"string"==typeof t&&(t=new Ha(t)),i=i?i.length?i.map((t=>new ba(t.from,t.to))):[new ba(0,0)]:[new ba(0,t.length)],this.createParse(t,e||[],i)}parse(t,e,i){let n=this.startParse(t,e,i);for(;;){let t=n.advance();if(t)return t}}}class Ha{constructor(t){this.string=t}get length(){return this.string.length}chunk(t){return this.string.slice(t)}get lineChunks(){return!1}read(t,e){return this.string.slice(t,e)}}new xa({perNode:!0});let Ka=0;class Ja{constructor(t,e,i){this.set=t,this.base=e,this.modified=i,this.id=Ka++}static define(t){if(null==t?void 0:t.base)throw new Error("Can not derive from a modified tag");let e=new Ja([],null,[]);if(e.set.push(e),t)for(let i of t.set)e.set.push(i);return e}static defineModifier(){let t=new el;return e=>e.modified.indexOf(t)>-1?e:el.get(e.base||e,e.modified.concat(t).sort(((t,e)=>t.id-e.id)))}}let tl=0;class el{constructor(){this.instances=[],this.id=tl++}static get(t,e){if(!e.length)return t;let i=e[0].instances.find((i=>{return i.base==t&&(n=e,o=i.modified,n.length==o.length&&n.every(((t,e)=>t==o[e])));var n,o}));if(i)return i;let n=[],o=new Ja(n,t,e);for(let t of e)t.instances.push(o);let r=function(t){let e=[[]];for(let i=0;i<t.length;i++)for(let n=0,o=e.length;n<o;n++)e.push(e[n].concat(t[i]));return e.sort(((t,e)=>e.length-t.length))}(e);for(let e of t.set)if(!e.modified.length)for(let t of r)n.push(el.get(e,t));return o}}function il(t){let e=Object.create(null);for(let i in t){let n=t[i];Array.isArray(n)||(n=[n]);for(let t of i.split(" "))if(t){let i=[],o=2,r=t;for(let e=0;;){if("..."==r&&e>0&&e+3==t.length){o=1;break}let n=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(r);if(!n)throw new RangeError("Invalid path: "+t);if(i.push("*"==n[0]?"":'"'==n[0][0]?JSON.parse(n[0]):n[0]),e+=n[0].length,e==t.length)break;let s=t[e++];if(e==t.length&&"!"==s){o=0;break}if("/"!=s)throw new RangeError("Invalid path: "+t);r=t.slice(e)}let s=i.length-1,a=i[s];if(!a)throw new RangeError("Invalid path: "+t);let l=new ol(n,o,s>0?i.slice(0,s):null);e[a]=l.sort(e[a])}}return nl.add(e)}const nl=new xa;class ol{constructor(t,e,i,n){this.tags=t,this.mode=e,this.context=i,this.next=n}get opaque(){return 0==this.mode}get inherit(){return 1==this.mode}sort(t){return!t||t.depth<this.depth?(this.next=t,this):(t.next=this.sort(t.next),t)}get depth(){return this.context?this.context.length:0}}function rl(t,e){let i=Object.create(null);for(let e of t)if(Array.isArray(e.tag))for(let t of e.tag)i[t.id]=e.class;else i[e.tag.id]=e.class;let{scope:n,all:o=null}=e||{};return{style:t=>{let e=o;for(let n of t)for(let t of n.set){let n=i[t.id];if(n){e=e?e+" "+n:n;break}}return e},scope:n}}function sl(t,e,i,n=0,o=t.length){let r=new al(n,Array.isArray(e)?e:[e],i);r.highlightRange(t.cursor(),n,o,"",r.highlighters),r.flush(o)}ol.empty=new ol([],2,null);class al{constructor(t,e,i){this.at=t,this.highlighters=e,this.span=i,this.class=""}startSpan(t,e){e!=this.class&&(this.flush(t),t>this.at&&(this.at=t),this.class=e)}flush(t){t>this.at&&this.class&&this.span(this.at,t,this.class)}highlightRange(t,e,i,n,o){let{type:r,from:s,to:a}=t;if(s>=i||a<=e)return;r.isTop&&(o=this.highlighters.filter((t=>!t.scope||t.scope(r))));let l=n,c=function(t){let e=t.type.prop(nl);for(;e&&e.context&&!t.matchContext(e.context);)e=e.next;return e||null}(t)||ol.empty,h=function(t,e){let i=null;for(let n of t){let t=n.style(e);t&&(i=i?i+" "+t:t)}return i}(o,c.tags);if(h&&(l&&(l+=" "),l+=h,1==c.mode&&(n+=(n?" ":"")+h)),this.startSpan(Math.max(e,s),l),c.opaque)return;let d=t.tree&&t.tree.prop(xa.mounted);if(d&&d.overlay){let r=t.node.enter(d.overlay[0].from+s,1),c=this.highlighters.filter((t=>!t.scope||t.scope(d.tree.type))),h=t.firstChild();for(let u=0,f=s;;u++){let p=u<d.overlay.length?d.overlay[u]:null,O=p?p.from+s:a,g=Math.max(e,f),m=Math.min(i,O);if(g<m&&h)for(;t.from<m&&(this.highlightRange(t,g,m,n,o),this.startSpan(Math.min(m,t.to),l),!(t.to>=O)&&t.nextSibling()););if(!p||O>i)break;f=p.to+s,f>e&&(this.highlightRange(r.cursor(),Math.max(e,p.from+s),Math.min(i,f),"",c),this.startSpan(Math.min(i,f),l))}h&&t.parent()}else if(t.firstChild()){d&&(n="");do{if(!(t.to<=e)){if(t.from>=i)break;this.highlightRange(t,e,i,n,o),this.startSpan(Math.min(i,t.to),l)}}while(t.nextSibling());t.parent()}}}const ll=Ja.define,cl=ll(),hl=ll(),dl=ll(hl),ul=ll(hl),fl=ll(),pl=ll(fl),Ol=ll(fl),gl=ll(),ml=ll(gl),yl=ll(),vl=ll(),wl=ll(),bl=ll(wl),xl=ll(),Sl={comment:cl,lineComment:ll(cl),blockComment:ll(cl),docComment:ll(cl),name:hl,variableName:ll(hl),typeName:dl,tagName:ll(dl),propertyName:ul,attributeName:ll(ul),className:ll(hl),labelName:ll(hl),namespace:ll(hl),macroName:ll(hl),literal:fl,string:pl,docString:ll(pl),character:ll(pl),attributeValue:ll(pl),number:Ol,integer:ll(Ol),float:ll(Ol),bool:ll(fl),regexp:ll(fl),escape:ll(fl),color:ll(fl),url:ll(fl),keyword:yl,self:ll(yl),null:ll(yl),atom:ll(yl),unit:ll(yl),modifier:ll(yl),operatorKeyword:ll(yl),controlKeyword:ll(yl),definitionKeyword:ll(yl),moduleKeyword:ll(yl),operator:vl,derefOperator:ll(vl),arithmeticOperator:ll(vl),logicOperator:ll(vl),bitwiseOperator:ll(vl),compareOperator:ll(vl),updateOperator:ll(vl),definitionOperator:ll(vl),typeOperator:ll(vl),controlOperator:ll(vl),punctuation:wl,separator:ll(wl),bracket:bl,angleBracket:ll(bl),squareBracket:ll(bl),paren:ll(bl),brace:ll(bl),content:gl,heading:ml,heading1:ll(ml),heading2:ll(ml),heading3:ll(ml),heading4:ll(ml),heading5:ll(ml),heading6:ll(ml),contentSeparator:ll(gl),list:ll(gl),quote:ll(gl),emphasis:ll(gl),strong:ll(gl),link:ll(gl),monospace:ll(gl),strikethrough:ll(gl),inserted:ll(),deleted:ll(),changed:ll(),invalid:ll(),meta:xl,documentMeta:ll(xl),annotation:ll(xl),processingInstruction:ll(xl),definition:Ja.defineModifier(),constant:Ja.defineModifier(),function:Ja.defineModifier(),standard:Ja.defineModifier(),local:Ja.defineModifier(),special:Ja.defineModifier()};var kl;rl([{tag:Sl.link,class:"tok-link"},{tag:Sl.heading,class:"tok-heading"},{tag:Sl.emphasis,class:"tok-emphasis"},{tag:Sl.strong,class:"tok-strong"},{tag:Sl.keyword,class:"tok-keyword"},{tag:Sl.atom,class:"tok-atom"},{tag:Sl.bool,class:"tok-bool"},{tag:Sl.url,class:"tok-url"},{tag:Sl.labelName,class:"tok-labelName"},{tag:Sl.inserted,class:"tok-inserted"},{tag:Sl.deleted,class:"tok-deleted"},{tag:Sl.literal,class:"tok-literal"},{tag:Sl.string,class:"tok-string"},{tag:Sl.number,class:"tok-number"},{tag:[Sl.regexp,Sl.escape,Sl.special(Sl.string)],class:"tok-string2"},{tag:Sl.variableName,class:"tok-variableName"},{tag:Sl.local(Sl.variableName),class:"tok-variableName tok-local"},{tag:Sl.definition(Sl.variableName),class:"tok-variableName tok-definition"},{tag:Sl.special(Sl.variableName),class:"tok-variableName2"},{tag:Sl.definition(Sl.propertyName),class:"tok-propertyName tok-definition"},{tag:Sl.typeName,class:"tok-typeName"},{tag:Sl.namespace,class:"tok-namespace"},{tag:Sl.className,class:"tok-className"},{tag:Sl.macroName,class:"tok-macroName"},{tag:Sl.propertyName,class:"tok-propertyName"},{tag:Sl.operator,class:"tok-operator"},{tag:Sl.comment,class:"tok-comment"},{tag:Sl.meta,class:"tok-meta"},{tag:Sl.invalid,class:"tok-invalid"},{tag:Sl.punctuation,class:"tok-punctuation"}]);const Ql=new xa;function Pl(t){return kt.define({combine:t?e=>e.concat(t):void 0})}const $l=new xa;class Zl{constructor(t,e,i=[],n=""){this.data=t,this.name=n,ue.prototype.hasOwnProperty("tree")||Object.defineProperty(ue.prototype,"tree",{get(){return Tl(this)}}),this.parser=e,this.extension=[ql.of(this),ue.languageData.of(((t,e,i)=>{let n=Cl(t,e,i),o=n.type.prop(Ql);if(!o)return[];let r=t.facet(o),s=n.type.prop($l);if(s){let o=n.resolve(e-n.from,i);for(let e of s)if(e.test(o,t)){let i=t.facet(e.facet);return"replace"==e.type?i:i.concat(r)}}return r}))].concat(i)}isActiveAt(t,e,i=-1){return Cl(t,e,i).type.prop(Ql)==this.data}findRegions(t){let e=t.facet(ql);if((null==e?void 0:e.data)==this.data)return[{from:0,to:t.doc.length}];if(!e||!e.allowsNesting)return[];let i=[],n=(t,e)=>{if(t.prop(Ql)==this.data)return void i.push({from:e,to:e+t.length});let o=t.prop(xa.mounted);if(o){if(o.tree.prop(Ql)==this.data){if(o.overlay)for(let t of o.overlay)i.push({from:t.from+e,to:t.to+e});else i.push({from:e,to:e+t.length});return}if(o.overlay){let t=i.length;if(n(o.tree,o.overlay[0].from+e),i.length>t)return}}for(let i=0;i<t.children.length;i++){let o=t.children[i];o instanceof Aa&&n(o,t.positions[i]+e)}};return n(Tl(t),0),i}get allowsNesting(){return!0}}function Cl(t,e,i){let n=t.facet(ql),o=Tl(t).topNode;if(!n||n.allowsNesting)for(let t=o;t;t=t.enter(e,i,Ca.ExcludeBuffers))t.type.isTop&&(o=t);return o}Zl.setState=te.define();class Al extends Zl{constructor(t,e,i){super(t,e,[],i),this.parser=e}static define(t){let e=Pl(t.languageData);return new Al(e,t.parser.configure({props:[Ql.add((t=>t.isTop?e:void 0))]}),t.name)}configure(t,e){return new Al(this.data,this.parser.configure(t),e||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function Tl(t){let e=t.field(Zl.state,!1);return e?e.tree:Aa.empty}class Rl{constructor(t){this.doc=t,this.cursorPos=0,this.string="",this.cursor=t.iter()}get length(){return this.doc.length}syncTo(t){return this.string=this.cursor.next(t-this.cursorPos).value,this.cursorPos=t+this.string.length,this.cursorPos-this.string.length}chunk(t){return this.syncTo(t),this.string}get lineChunks(){return!0}read(t,e){let i=this.cursorPos-this.string.length;return t<i||e>=this.cursorPos?this.doc.sliceString(t,e):this.string.slice(t-i,e-i)}}let Wl=null;class Xl{constructor(t,e,i=[],n,o,r,s,a){this.parser=t,this.state=e,this.fragments=i,this.tree=n,this.treeLen=o,this.viewport=r,this.skipped=s,this.scheduleOn=a,this.parse=null,this.tempSkipped=[]}static create(t,e,i){return new Xl(t,e,[],Aa.empty,0,i,[],null)}startParse(){return this.parser.startParse(new Rl(this.state.doc),this.fragments)}work(t,e){return null!=e&&e>=this.state.doc.length&&(e=void 0),this.tree!=Aa.empty&&this.isDone(null!=e?e:this.state.doc.length)?(this.takeTree(),!0):this.withContext((()=>{var i;if("number"==typeof t){let e=Date.now()+t;t=()=>Date.now()>e}for(this.parse||(this.parse=this.startParse()),null!=e&&(null==this.parse.stoppedAt||this.parse.stoppedAt>e)&&e<this.state.doc.length&&this.parse.stopAt(e);;){let n=this.parse.advance();if(n){if(this.fragments=this.withoutTempSkipped(Ua.addTree(n,this.fragments,null!=this.parse.stoppedAt)),this.treeLen=null!==(i=this.parse.stoppedAt)&&void 0!==i?i:this.state.doc.length,this.tree=n,this.parse=null,!(this.treeLen<(null!=e?e:this.state.doc.length)))return!0;this.parse=this.startParse()}if(t())return!1}}))}takeTree(){let t,e;this.parse&&(t=this.parse.parsedPos)>=this.treeLen&&((null==this.parse.stoppedAt||this.parse.stoppedAt>t)&&this.parse.stopAt(t),this.withContext((()=>{for(;!(e=this.parse.advance()););})),this.treeLen=t,this.tree=e,this.fragments=this.withoutTempSkipped(Ua.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(t){let e=Wl;Wl=this;try{return t()}finally{Wl=e}}withoutTempSkipped(t){for(let e;e=this.tempSkipped.pop();)t=Yl(t,e.from,e.to);return t}changes(t,e){let{fragments:i,tree:n,treeLen:o,viewport:r,skipped:s}=this;if(this.takeTree(),!t.empty){let e=[];if(t.iterChangedRanges(((t,i,n,o)=>e.push({fromA:t,toA:i,fromB:n,toB:o}))),i=Ua.applyChanges(i,e),n=Aa.empty,o=0,r={from:t.mapPos(r.from,-1),to:t.mapPos(r.to,1)},this.skipped.length){s=[];for(let e of this.skipped){let i=t.mapPos(e.from,1),n=t.mapPos(e.to,-1);i<n&&s.push({from:i,to:n})}}}return new Xl(this.parser,e,i,n,o,r,s,this.scheduleOn)}updateViewport(t){if(this.viewport.from==t.from&&this.viewport.to==t.to)return!1;this.viewport=t;let e=this.skipped.length;for(let e=0;e<this.skipped.length;e++){let{from:i,to:n}=this.skipped[e];i<t.to&&n>t.from&&(this.fragments=Yl(this.fragments,i,n),this.skipped.splice(e--,1))}return!(this.skipped.length>=e)&&(this.reset(),!0)}reset(){this.parse&&(this.takeTree(),this.parse=null)}skipUntilInView(t,e){this.skipped.push({from:t,to:e})}static getSkippingParser(t){return new class extends Fa{createParse(e,i,n){let o=n[0].from,r=n[n.length-1].to;return{parsedPos:o,advance(){let e=Wl;if(e){for(let t of n)e.tempSkipped.push(t);t&&(e.scheduleOn=e.scheduleOn?Promise.all([e.scheduleOn,t]):t)}return this.parsedPos=r,new Aa(Qa.none,[],[],r-o)},stoppedAt:null,stopAt(){}}}}}isDone(t){t=Math.min(t,this.state.doc.length);let e=this.fragments;return this.treeLen>=t&&e.length&&0==e[0].from&&e[0].to>=t}static get(){return Wl}}function Yl(t,e,i){return Ua.applyChanges(t,[{fromA:e,toA:i,fromB:e,toB:i}])}class El{constructor(t){this.context=t,this.tree=t.tree}apply(t){if(!t.docChanged&&this.tree==this.context.tree)return this;let e=this.context.changes(t.changes,t.state),i=this.context.treeLen==t.startState.doc.length?void 0:Math.max(t.changes.mapPos(this.context.treeLen),e.viewport.to);return e.work(20,i)||e.takeTree(),new El(e)}static init(t){let e=Math.min(3e3,t.doc.length),i=Xl.create(t.facet(ql).parser,t,{from:0,to:e});return i.work(20,e)||i.takeTree(),new El(i)}}Zl.state=Tt.define({create:El.init,update(t,e){for(let t of e.effects)if(t.is(Zl.setState))return t.value;return e.startState.facet(ql)!=e.state.facet(ql)?El.init(e.state):t.apply(e)}});let Ml=t=>{let e=setTimeout((()=>t()),500);return()=>clearTimeout(e)};"undefined"!=typeof requestIdleCallback&&(Ml=t=>{let e=-1,i=setTimeout((()=>{e=requestIdleCallback(t,{timeout:400})}),100);return()=>e<0?clearTimeout(i):cancelIdleCallback(e)});const Dl="undefined"!=typeof navigator&&(null===(kl=navigator.scheduling)||void 0===kl?void 0:kl.isInputPending)?()=>navigator.scheduling.isInputPending():null,jl=Yn.fromClass(class{constructor(t){this.view=t,this.working=null,this.workScheduled=0,this.chunkEnd=-1,this.chunkBudget=-1,this.work=this.work.bind(this),this.scheduleWork()}update(t){let e=this.view.state.field(Zl.state).context;(e.updateViewport(t.view.viewport)||this.view.viewport.to>e.treeLen)&&this.scheduleWork(),(t.docChanged||t.selectionSet)&&(this.view.hasFocus&&(this.chunkBudget+=50),this.scheduleWork()),this.checkAsyncSchedule(e)}scheduleWork(){if(this.working)return;let{state:t}=this.view,e=t.field(Zl.state);e.tree==e.context.tree&&e.context.isDone(t.doc.length)||(this.working=Ml(this.work))}work(t){this.working=null;let e=Date.now();if(this.chunkEnd<e&&(this.chunkEnd<0||this.view.hasFocus)&&(this.chunkEnd=e+3e4,this.chunkBudget=3e3),this.chunkBudget<=0)return;let{state:i,viewport:{to:n}}=this.view,o=i.field(Zl.state);if(o.tree==o.context.tree&&o.context.isDone(n+1e5))return;let r=Date.now()+Math.min(this.chunkBudget,100,t&&!Dl?Math.max(25,t.timeRemaining()-5):1e9),s=o.context.treeLen<n&&i.doc.length>n+1e3,a=o.context.work((()=>Dl&&Dl()||Date.now()>r),n+(s?0:1e5));this.chunkBudget-=Date.now()-e,(a||this.chunkBudget<=0)&&(o.context.takeTree(),this.view.dispatch({effects:Zl.setState.of(new El(o.context))})),this.chunkBudget>0&&(!a||s)&&this.scheduleWork(),this.checkAsyncSchedule(o.context)}checkAsyncSchedule(t){t.scheduleOn&&(this.workScheduled++,t.scheduleOn.then((()=>this.scheduleWork())).catch((t=>Tn(this.view.state,t))).then((()=>this.workScheduled--)),t.scheduleOn=null)}destroy(){this.working&&this.working()}isWorking(){return!!(this.working||this.workScheduled>0)}},{eventHandlers:{focus(){this.scheduleWork()}}}),ql=kt.define({combine:t=>t.length?t[0]:null,enables:t=>[Zl.state,jl,Xr.contentAttributes.compute([t],(e=>{let i=e.facet(t);return i&&i.name?{"data-language":i.name}:{}}))]});class _l{constructor(t,e=[]){this.language=t,this.support=e,this.extension=[t,e]}}const Nl=kt.define(),Vl=kt.define({combine:t=>{if(!t.length)return" ";let e=t[0];if(!e||/\S/.test(e)||Array.from(e).some((t=>t!=e[0])))throw new Error("Invalid indent unit: "+JSON.stringify(t[0]));return e}});function Bl(t){let e=t.facet(Vl);return 9==e.charCodeAt(0)?t.tabSize*e.length:e.length}function Il(t,e){let i="",n=t.tabSize,o=t.facet(Vl)[0];if("\t"==o){for(;e>=n;)i+="\t",e-=n;o=" "}for(let t=0;t<e;t++)i+=o;return i}function zl(t,e){t instanceof ue&&(t=new Ll(t));for(let i of t.state.facet(Nl)){let n=i(t,e);if(void 0!==n)return n}let i=Tl(t.state);return i.length>=e?function(t,e,i){let n=e.resolveStack(i),o=n.node.enterUnfinishedNodesBefore(i);if(o!=n.node){let t=[];for(let e=o;e!=n.node;e=e.parent)t.push(e);for(let e=t.length-1;e>=0;e--)n={node:t[e],next:n}}return Ul(n,t,i)}(t,i,e):null}class Ll{constructor(t,e={}){this.state=t,this.options=e,this.unit=Bl(t)}lineAt(t,e=1){let i=this.state.doc.lineAt(t),{simulateBreak:n,simulateDoubleBreak:o}=this.options;return null!=n&&n>=i.from&&n<=i.to?o&&n==t?{text:"",from:t}:(e<0?n<t:n<=t)?{text:i.text.slice(n-i.from),from:n}:{text:i.text.slice(0,n-i.from),from:i.from}:i}textAfterPos(t,e=1){if(this.options.simulateDoubleBreak&&t==this.options.simulateBreak)return"";let{text:i,from:n}=this.lineAt(t,e);return i.slice(t-n,Math.min(i.length,t+100-n))}column(t,e=1){let{text:i,from:n}=this.lineAt(t,e),o=this.countColumn(i,t-n),r=this.options.overrideIndentation?this.options.overrideIndentation(n):-1;return r>-1&&(o+=r-this.countColumn(i,i.search(/\S|$/))),o}countColumn(t,e=t.length){return Ae(t,this.state.tabSize,e)}lineIndent(t,e=1){let{text:i,from:n}=this.lineAt(t,e),o=this.options.overrideIndentation;if(o){let t=o(n);if(t>-1)return t}return this.countColumn(i,i.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}const Gl=new xa;function Ul(t,e,i){for(let n=t;n;n=n.next){let t=Fl(n.node);if(t)return t(Kl.create(e,i,n))}return 0}function Fl(t){let e=t.type.prop(Gl);if(e)return e;let i,n=t.firstChild;if(n&&(i=n.type.prop(xa.closedBy))){let e=t.lastChild,n=e&&i.indexOf(e.name)>-1;return t=>ec(t,!0,1,void 0,n&&!function(t){return t.pos==t.options.simulateBreak&&t.options.simulateDoubleBreak}(t)?e.from:void 0)}return null==t.parent?Hl:null}function Hl(){return 0}class Kl extends Ll{constructor(t,e,i){super(t.state,t.options),this.base=t,this.pos=e,this.context=i}get node(){return this.context.node}static create(t,e,i){return new Kl(t,e,i)}get textAfter(){return this.textAfterPos(this.pos)}get baseIndent(){return this.baseIndentFor(this.node)}baseIndentFor(t){let e=this.state.doc.lineAt(t.from);for(;;){let i=t.resolve(e.from);for(;i.parent&&i.parent.from==i.from;)i=i.parent;if(Jl(i,t))break;e=this.state.doc.lineAt(i.from)}return this.lineIndent(e.from)}continue(){return Ul(this.context.next,this.base,this.pos)}}function Jl(t,e){for(let i=e;i;i=i.parent)if(t==i)return!0;return!1}function tc({closing:t,align:e=!0,units:i=1}){return n=>ec(n,e,i,t)}function ec(t,e,i,n,o){let r=t.textAfter,s=r.match(/^\s*/)[0].length,a=n&&r.slice(s,s+n.length)==n||o==t.pos+s,l=e?function(t){let e=t.node,i=e.childAfter(e.from),n=e.lastChild;if(!i)return null;let o=t.options.simulateBreak,r=t.state.doc.lineAt(i.from),s=null==o||o<=r.from?r.to:Math.min(r.to,o);for(let t=i.to;;){let o=e.childAfter(t);if(!o||o==n)return null;if(!o.type.isSkipped)return o.from<s?i:null;t=o.to}}(t):null;return l?a?t.column(l.from):t.column(l.to):t.baseIndent+(a?0:t.unit*i)}function ic({except:t,units:e=1}={}){return i=>{let n=t&&t.test(i.textAfter);return i.baseIndent+(n?0:e*i.unit)}}const nc=kt.define(),oc=new xa;function rc(t){let e=t.lastChild;return e&&e.to==t.to&&e.type.isError}function sc(t,e,i){for(let n of t.facet(nc)){let o=n(t,e,i);if(o)return o}return function(t,e,i){let n=Tl(t);if(n.length<i)return null;let o=null;for(let r=n.resolveStack(i,1);r;r=r.next){let s=r.node;if(s.to<=i||s.from>i)continue;if(o&&s.from<e)break;let a=s.type.prop(oc);if(a&&(s.to<n.length-50||n.length==t.doc.length||!rc(s))){let n=a(s,t);n&&n.from<=i&&n.from>=e&&n.to>i&&(o=n)}}return o}(t,e,i)}function ac(t,e){let i=e.mapPos(t.from,1),n=e.mapPos(t.to,-1);return i>=n?void 0:{from:i,to:n}}const lc=te.define({map:ac}),cc=te.define({map:ac});function hc(t){let e=[];for(let{head:i}of t.state.selection.ranges)e.some((t=>t.from<=i&&t.to>=i))||e.push(t.lineBlockAt(i));return e}const dc=Tt.define({create:()=>Bi.none,update(t,e){t=t.map(e.changes);for(let i of e.effects)if(i.is(lc)&&!fc(t,i.value.from,i.value.to)){let{preparePlaceholder:n}=e.state.facet(yc),o=n?Bi.replace({widget:new xc(n(e.state,i.value))}):bc;t=t.update({add:[o.range(i.value.from,i.value.to)]})}else i.is(cc)&&(t=t.update({filter:(t,e)=>i.value.from!=t||i.value.to!=e,filterFrom:i.value.from,filterTo:i.value.to}));if(e.selection){let i=!1,{head:n}=e.selection.main;t.between(n,n,((t,e)=>{t<n&&e>n&&(i=!0)})),i&&(t=t.update({filterFrom:n,filterTo:n,filter:(t,e)=>e<=n||t>=n}))}return t},provide:t=>Xr.decorations.from(t),toJSON(t,e){let i=[];return t.between(0,e.doc.length,((t,e)=>{i.push(t,e)})),i},fromJSON(t){if(!Array.isArray(t)||t.length%2)throw new RangeError("Invalid JSON for fold state");let e=[];for(let i=0;i<t.length;){let n=t[i++],o=t[i++];if("number"!=typeof n||"number"!=typeof o)throw new RangeError("Invalid JSON for fold state");e.push(bc.range(n,o))}return Bi.set(e,!0)}});function uc(t,e,i){var n;let o=null;return null===(n=t.field(dc,!1))||void 0===n||n.between(e,i,((t,e)=>{(!o||o.from>t)&&(o={from:t,to:e})})),o}function fc(t,e,i){let n=!1;return t.between(e,e,((t,o)=>{t==e&&o==i&&(n=!0)})),n}function pc(t,e){return t.field(dc,!1)?e:e.concat(te.appendConfig.of(vc()))}function Oc(t,e,i=!0){let n=t.state.doc.lineAt(e.from).number,o=t.state.doc.lineAt(e.to).number;return Xr.announce.of(`${t.state.phrase(i?"Folded lines":"Unfolded lines")} ${n} ${t.state.phrase("to")} ${o}.`)}const gc=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:t=>{for(let e of hc(t)){let i=sc(t.state,e.from,e.to);if(i)return t.dispatch({effects:pc(t.state,[lc.of(i),Oc(t,i)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:t=>{if(!t.state.field(dc,!1))return!1;let e=[];for(let i of hc(t)){let n=uc(t.state,i.from,i.to);n&&e.push(cc.of(n),Oc(t,n,!1))}return e.length&&t.dispatch({effects:e}),e.length>0}},{key:"Ctrl-Alt-[",run:t=>{let{state:e}=t,i=[];for(let n=0;n<e.doc.length;){let o=t.lineBlockAt(n),r=sc(e,o.from,o.to);r&&i.push(lc.of(r)),n=(r?t.lineBlockAt(r.to):o).to+1}return i.length&&t.dispatch({effects:pc(t.state,i)}),!!i.length}},{key:"Ctrl-Alt-]",run:t=>{let e=t.state.field(dc,!1);if(!e||!e.size)return!1;let i=[];return e.between(0,t.state.doc.length,((t,e)=>{i.push(cc.of({from:t,to:e}))})),t.dispatch({effects:i}),!0}}],mc={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},yc=kt.define({combine:t=>fe(t,mc)});function vc(t){let e=[dc,Qc];return t&&e.push(yc.of(t)),e}function wc(t,e){let{state:i}=t,n=i.facet(yc),o=e=>{let i=t.lineBlockAt(t.posAtDOM(e.target)),n=uc(t.state,i.from,i.to);n&&t.dispatch({effects:cc.of(n)}),e.preventDefault()};if(n.placeholderDOM)return n.placeholderDOM(t,o,e);let r=document.createElement("span");return r.textContent=n.placeholderText,r.setAttribute("aria-label",i.phrase("folded code")),r.title=i.phrase("unfold"),r.className="cm-foldPlaceholder",r.onclick=o,r}const bc=Bi.replace({widget:new class extends Ni{toDOM(t){return wc(t,null)}}});class xc extends Ni{constructor(t){super(),this.value=t}eq(t){return this.value==t.value}toDOM(t){return wc(t,this.value)}}const Sc={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class kc extends Ks{constructor(t,e){super(),this.config=t,this.open=e}eq(t){return this.config==t.config&&this.open==t.open}toDOM(t){if(this.config.markerDOM)return this.config.markerDOM(this.open);let e=document.createElement("span");return e.textContent=this.open?this.config.openText:this.config.closedText,e.title=t.state.phrase(this.open?"Fold line":"Unfold line"),e}}const Qc=Xr.baseTheme({".cm-foldPlaceholder":{backgroundColor:"#eee",border:"1px solid #ddd",color:"#888",borderRadius:".2em",margin:"0 1px",padding:"0 1px",cursor:"pointer"},".cm-foldGutter span":{padding:"0 1px",cursor:"pointer"}});class Pc{constructor(t,e){let i;function n(t){let e=Ye.newName();return(i||(i=Object.create(null)))["."+e]=t,e}this.specs=t;const o="string"==typeof e.all?e.all:e.all?n(e.all):void 0,r=e.scope;this.scope=r instanceof Zl?t=>t.prop(Ql)==r.data:r?t=>t==r:void 0,this.style=rl(t.map((t=>({tag:t.tag,class:t.class||n(Object.assign({},t,{tag:null}))}))),{all:o}).style,this.module=i?new Ye(i):null,this.themeType=e.themeType}static define(t,e){return new Pc(t,e||{})}}const $c=kt.define(),Zc=kt.define({combine:t=>t.length?[t[0]]:null});function Cc(t){let e=t.facet($c);return e.length?e:t.facet(Zc)}function Ac(t,e){let i,n=[Rc];return t instanceof Pc&&(t.module&&n.push(Xr.styleModule.of(t.module)),i=t.themeType),(null==e?void 0:e.fallback)?n.push(Zc.of(t)):i?n.push($c.computeN([Xr.darkTheme],(e=>e.facet(Xr.darkTheme)==("dark"==i)?[t]:[]))):n.push($c.of(t)),n}class Tc{constructor(t){this.markCache=Object.create(null),this.tree=Tl(t.state),this.decorations=this.buildDeco(t,Cc(t.state)),this.decoratedTo=t.viewport.to}update(t){let e=Tl(t.state),i=Cc(t.state),n=i!=Cc(t.startState),{viewport:o}=t.view,r=t.changes.mapPos(this.decoratedTo,1);e.length<o.to&&!n&&e.type==this.tree.type&&r>=o.to?(this.decorations=this.decorations.map(t.changes),this.decoratedTo=r):(e!=this.tree||t.viewportChanged||n)&&(this.tree=e,this.decorations=this.buildDeco(t.view,i),this.decoratedTo=o.to)}buildDeco(t,e){if(!e||!this.tree.length)return Bi.none;let i=new ve;for(let{from:n,to:o}of t.visibleRanges)sl(this.tree,e,((t,e,n)=>{i.add(t,e,this.markCache[n]||(this.markCache[n]=Bi.mark({class:n})))}),n,o);return i.finish()}}const Rc=Mt.high(Yn.fromClass(Tc,{decorations:t=>t.decorations})),Wc=Pc.define([{tag:Sl.meta,color:"#404740"},{tag:Sl.link,textDecoration:"underline"},{tag:Sl.heading,textDecoration:"underline",fontWeight:"bold"},{tag:Sl.emphasis,fontStyle:"italic"},{tag:Sl.strong,fontWeight:"bold"},{tag:Sl.strikethrough,textDecoration:"line-through"},{tag:Sl.keyword,color:"#708"},{tag:[Sl.atom,Sl.bool,Sl.url,Sl.contentSeparator,Sl.labelName],color:"#219"},{tag:[Sl.literal,Sl.inserted],color:"#164"},{tag:[Sl.string,Sl.deleted],color:"#a11"},{tag:[Sl.regexp,Sl.escape,Sl.special(Sl.string)],color:"#e40"},{tag:Sl.definition(Sl.variableName),color:"#00f"},{tag:Sl.local(Sl.variableName),color:"#30a"},{tag:[Sl.typeName,Sl.namespace],color:"#085"},{tag:Sl.className,color:"#167"},{tag:[Sl.special(Sl.variableName),Sl.macroName],color:"#256"},{tag:Sl.definition(Sl.propertyName),color:"#00c"},{tag:Sl.comment,color:"#940"},{tag:Sl.invalid,color:"#f00"}]),Xc=Xr.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),Yc=1e4,Ec="()[]{}",Mc=kt.define({combine:t=>fe(t,{afterCursor:!0,brackets:Ec,maxScanDistance:Yc,renderMatch:qc})}),Dc=Bi.mark({class:"cm-matchingBracket"}),jc=Bi.mark({class:"cm-nonmatchingBracket"});function qc(t){let e=[],i=t.matched?Dc:jc;return e.push(i.range(t.start.from,t.start.to)),t.end&&e.push(i.range(t.end.from,t.end.to)),e}const _c=Tt.define({create:()=>Bi.none,update(t,e){if(!e.docChanged&&!e.selection)return t;let i=[],n=e.state.facet(Mc);for(let t of e.state.selection.ranges){if(!t.empty)continue;let o=zc(e.state,t.head,-1,n)||t.head>0&&zc(e.state,t.head-1,1,n)||n.afterCursor&&(zc(e.state,t.head,1,n)||t.head<e.state.doc.length&&zc(e.state,t.head+1,-1,n));o&&(i=i.concat(n.renderMatch(o,e.state)))}return Bi.set(i,!0)},provide:t=>Xr.decorations.from(t)}),Nc=[_c,Xc];const Vc=new xa;function Bc(t,e,i){let n=t.prop(e<0?xa.openedBy:xa.closedBy);if(n)return n;if(1==t.name.length){let n=i.indexOf(t.name);if(n>-1&&n%2==(e<0?1:0))return[i[n+e]]}return null}function Ic(t){let e=t.type.prop(Vc);return e?e(t.node):t}function zc(t,e,i,n={}){let o=n.maxScanDistance||Yc,r=n.brackets||Ec,s=Tl(t),a=s.resolveInner(e,i);for(let n=a;n;n=n.parent){let o=Bc(n.type,i,r);if(o&&n.from<n.to){let s=Ic(n);if(s&&(i>0?e>=s.from&&e<s.to:e>s.from&&e<=s.to))return Lc(t,e,i,n,s,o,r)}}return function(t,e,i,n,o,r,s){let a=i<0?t.sliceDoc(e-1,e):t.sliceDoc(e,e+1),l=s.indexOf(a);if(l<0||l%2==0!=i>0)return null;let c={from:i<0?e-1:e,to:i>0?e+1:e},h=t.doc.iterRange(e,i>0?t.doc.length:0),d=0;for(let t=0;!h.next().done&&t<=r;){let r=h.value;i<0&&(t+=r.length);let a=e+t*i;for(let t=i>0?0:r.length-1,e=i>0?r.length:-1;t!=e;t+=i){let e=s.indexOf(r[t]);if(!(e<0||n.resolveInner(a+t,1).type!=o))if(e%2==0==i>0)d++;else{if(1==d)return{start:c,end:{from:a+t,to:a+t+1},matched:e>>1==l>>1};d--}}i>0&&(t+=r.length)}return h.done?{start:c,matched:!1}:null}(t,e,i,s,a.type,o,r)}function Lc(t,e,i,n,o,r,s){let a=n.parent,l={from:o.from,to:o.to},c=0,h=null==a?void 0:a.cursor();if(h&&(i<0?h.childBefore(n.from):h.childAfter(n.to)))do{if(i<0?h.to<=n.from:h.from>=n.to){if(0==c&&r.indexOf(h.type.name)>-1&&h.from<h.to){let t=Ic(h);return{start:l,end:t?{from:t.from,to:t.to}:void 0,matched:!0}}if(Bc(h.type,i,s))c++;else if(Bc(h.type,-i,s)){if(0==c){let t=Ic(h);return{start:l,end:t&&t.from<t.to?{from:t.from,to:t.to}:void 0,matched:!1}}c--}}}while(i<0?h.prevSibling():h.nextSibling());return{start:l,matched:!1}}const Gc=Object.create(null),Uc=[Qa.none],Fc=[],Hc=Object.create(null),Kc=Object.create(null);for(let[t,e]of[["variable","variableName"],["variable-2","variableName.special"],["string-2","string.special"],["def","variableName.definition"],["tag","tagName"],["attribute","attributeName"],["type","typeName"],["builtin","variableName.standard"],["qualifier","modifier"],["error","invalid"],["header","heading"],["property","propertyName"]])Kc[t]=th(Gc,e);function Jc(t,e){Fc.indexOf(t)>-1||(Fc.push(t),console.warn(e))}function th(t,e){let i=[];for(let n of e.split(" ")){let e=[];for(let i of n.split(".")){let n=t[i]||Sl[i];n?"function"==typeof n?e.length?e=e.map(n):Jc(i,`Modifier ${i} used at start of tag`):e.length?Jc(i,`Tag ${i} used as modifier`):e=Array.isArray(n)?n:[n]:Jc(i,`Unknown highlighting tag ${i}`)}for(let t of e)i.push(t)}if(!i.length)return 0;let n=e.replace(/ /g,"_"),o=n+" "+i.map((t=>t.id)),r=Hc[o];if(r)return r.id;let s=Hc[o]=Qa.define({id:Uc.length,name:n,props:[il({[n]:i})]});return Uc.push(s),s.id}Ji.RTL,Ji.LTR;function eh(t,e){return({state:i,dispatch:n})=>{if(i.readOnly)return!1;let o=t(e,i);return!!o&&(n(i.update(o)),!0)}}const ih=eh(lh,0),nh=eh(ah,0),oh=eh(((t,e)=>ah(t,e,function(t){let e=[];for(let i of t.selection.ranges){let n=t.doc.lineAt(i.from),o=i.to<=n.to?n:t.doc.lineAt(i.to),r=e.length-1;r>=0&&e[r].to>n.from?e[r].to=o.to:e.push({from:n.from+/^\s*/.exec(n.text)[0].length,to:o.to})}return e}(e))),0);function rh(t,e){let i=t.languageDataAt("commentTokens",e);return i.length?i[0]:{}}const sh=50;function ah(t,e,i=e.selection.ranges){let n=i.map((t=>rh(e,t.from).block));if(!n.every((t=>t)))return null;let o=i.map(((t,i)=>function(t,{open:e,close:i},n,o){let r,s,a=t.sliceDoc(n-sh,n),l=t.sliceDoc(o,o+sh),c=/\s*$/.exec(a)[0].length,h=/^\s*/.exec(l)[0].length,d=a.length-c;if(a.slice(d-e.length,d)==e&&l.slice(h,h+i.length)==i)return{open:{pos:n-c,margin:c&&1},close:{pos:o+h,margin:h&&1}};o-n<=2*sh?r=s=t.sliceDoc(n,o):(r=t.sliceDoc(n,n+sh),s=t.sliceDoc(o-sh,o));let u=/^\s*/.exec(r)[0].length,f=/\s*$/.exec(s)[0].length,p=s.length-f-i.length;return r.slice(u,u+e.length)==e&&s.slice(p,p+i.length)==i?{open:{pos:n+u+e.length,margin:/\s/.test(r.charAt(u+e.length))?1:0},close:{pos:o-f-i.length,margin:/\s/.test(s.charAt(p-1))?1:0}}:null}(e,n[i],t.from,t.to)));if(2!=t&&!o.every((t=>t)))return{changes:e.changes(i.map(((t,e)=>o[e]?[]:[{from:t.from,insert:n[e].open+" "},{from:t.to,insert:" "+n[e].close}])))};if(1!=t&&o.some((t=>t))){let t=[];for(let e,i=0;i<o.length;i++)if(e=o[i]){let o=n[i],{open:r,close:s}=e;t.push({from:r.pos-o.open.length,to:r.pos+r.margin},{from:s.pos-s.margin,to:s.pos+o.close.length})}return{changes:t}}return null}function lh(t,e,i=e.selection.ranges){let n=[],o=-1;for(let{from:t,to:r}of i){let i=n.length,s=1e9,a=rh(e,t).line;if(a){for(let i=t;i<=r;){let l=e.doc.lineAt(i);if(l.from>o&&(t==r||r>l.from)){o=l.from;let t=/^\s*/.exec(l.text)[0].length,e=t==l.length,i=l.text.slice(t,t+a.length)==a?t:-1;t<l.text.length&&t<s&&(s=t),n.push({line:l,comment:i,token:a,indent:t,empty:e,single:!1})}i=l.to+1}if(s<1e9)for(let t=i;t<n.length;t++)n[t].indent<n[t].line.text.length&&(n[t].indent=s);n.length==i+1&&(n[i].single=!0)}}if(2!=t&&n.some((t=>t.comment<0&&(!t.empty||t.single)))){let t=[];for(let{line:e,token:i,indent:o,empty:r,single:s}of n)!s&&r||t.push({from:e.from+o,insert:i+" "});let i=e.changes(t);return{changes:i,selection:e.selection.map(i,1)}}if(1!=t&&n.some((t=>t.comment>=0))){let t=[];for(let{line:e,comment:i,token:o}of n)if(i>=0){let n=e.from+i,r=n+o.length;" "==e.text[r-e.from]&&r++,t.push({from:n,to:r})}return{changes:t}}return null}const ch=Ht.define(),hh=Ht.define(),dh=kt.define(),uh=kt.define({combine:t=>fe(t,{minDepth:100,newGroupDelay:500,joinToEvent:(t,e)=>e},{minDepth:Math.max,newGroupDelay:Math.min,joinToEvent:(t,e)=>(i,n)=>t(i,n)||e(i,n)})}),fh=Tt.define({create:()=>Ch.empty,update(t,e){let i=e.state.facet(uh),n=e.annotation(ch);if(n){let o=vh.fromTransaction(e,n.selection),r=n.side,s=0==r?t.undone:t.done;return s=o?wh(s,s.length,i.minDepth,o):kh(s,e.startState.selection),new Ch(0==r?n.rest:s,0==r?s:n.rest)}let o=e.annotation(hh);if("full"!=o&&"before"!=o||(t=t.isolate()),!1===e.annotation(ee.addToHistory))return e.changes.empty?t:t.addMapping(e.changes.desc);let r=vh.fromTransaction(e),s=e.annotation(ee.time),a=e.annotation(ee.userEvent);return r?t=t.addChanges(r,s,a,i,e):e.selection&&(t=t.addSelection(e.startState.selection,s,a,i.newGroupDelay)),"full"!=o&&"after"!=o||(t=t.isolate()),t},toJSON:t=>({done:t.done.map((t=>t.toJSON())),undone:t.undone.map((t=>t.toJSON()))}),fromJSON:t=>new Ch(t.done.map(vh.fromJSON),t.undone.map(vh.fromJSON))});function ph(t,e){return function({state:i,dispatch:n}){if(!e&&i.readOnly)return!1;let o=i.field(fh,!1);if(!o)return!1;let r=o.pop(t,i,e);return!!r&&(n(r),!0)}}const Oh=ph(0,!1),gh=ph(1,!1),mh=ph(0,!0),yh=ph(1,!0);class vh{constructor(t,e,i,n,o){this.changes=t,this.effects=e,this.mapped=i,this.startSelection=n,this.selectionsAfter=o}setSelAfter(t){return new vh(this.changes,this.effects,this.mapped,this.startSelection,t)}toJSON(){var t,e,i;return{changes:null===(t=this.changes)||void 0===t?void 0:t.toJSON(),mapped:null===(e=this.mapped)||void 0===e?void 0:e.toJSON(),startSelection:null===(i=this.startSelection)||void 0===i?void 0:i.toJSON(),selectionsAfter:this.selectionsAfter.map((t=>t.toJSON()))}}static fromJSON(t){return new vh(t.changes&&ft.fromJSON(t.changes),[],t.mapped&&ut.fromJSON(t.mapped),t.startSelection&&bt.fromJSON(t.startSelection),t.selectionsAfter.map(bt.fromJSON))}static fromTransaction(t,e){let i=xh;for(let e of t.startState.facet(dh)){let n=e(t);n.length&&(i=i.concat(n))}return!i.length&&t.changes.empty?null:new vh(t.changes.invert(t.startState.doc),i,void 0,e||t.startState.selection,xh)}static selection(t){return new vh(void 0,xh,void 0,void 0,t)}}function wh(t,e,i,n){let o=e+1>i+20?e-i-1:0,r=t.slice(o,e);return r.push(n),r}function bh(t,e){return t.length?e.length?t.concat(e):t:e}const xh=[],Sh=200;function kh(t,e){if(t.length){let i=t[t.length-1],n=i.selectionsAfter.slice(Math.max(0,i.selectionsAfter.length-Sh));return n.length&&n[n.length-1].eq(e)?t:(n.push(e),wh(t,t.length-1,1e9,i.setSelAfter(n)))}return[vh.selection([e])]}function Qh(t){let e=t[t.length-1],i=t.slice();return i[t.length-1]=e.setSelAfter(e.selectionsAfter.slice(0,e.selectionsAfter.length-1)),i}function Ph(t,e){if(!t.length)return t;let i=t.length,n=xh;for(;i;){let o=$h(t[i-1],e,n);if(o.changes&&!o.changes.empty||o.effects.length){let e=t.slice(0,i);return e[i-1]=o,e}e=o.mapped,i--,n=o.selectionsAfter}return n.length?[vh.selection(n)]:xh}function $h(t,e,i){let n=bh(t.selectionsAfter.length?t.selectionsAfter.map((t=>t.map(e))):xh,i);if(!t.changes)return vh.selection(n);let o=t.changes.map(e),r=e.mapDesc(t.changes,!0),s=t.mapped?t.mapped.composeDesc(r):r;return new vh(o,te.mapEffects(t.effects,e),s,t.startSelection.map(r),n)}const Zh=/^(input\.type|delete)($|\.)/;class Ch{constructor(t,e,i=0,n=void 0){this.done=t,this.undone=e,this.prevTime=i,this.prevUserEvent=n}isolate(){return this.prevTime?new Ch(this.done,this.undone):this}addChanges(t,e,i,n,o){let r=this.done,s=r[r.length-1];return r=s&&s.changes&&!s.changes.empty&&t.changes&&(!i||Zh.test(i))&&(!s.selectionsAfter.length&&e-this.prevTime<n.newGroupDelay&&n.joinToEvent(o,function(t,e){let i=[],n=!1;return t.iterChangedRanges(((t,e)=>i.push(t,e))),e.iterChangedRanges(((t,e,o,r)=>{for(let t=0;t<i.length;){let e=i[t++],s=i[t++];r>=e&&o<=s&&(n=!0)}})),n}(s.changes,t.changes))||"input.type.compose"==i)?wh(r,r.length-1,n.minDepth,new vh(t.changes.compose(s.changes),bh(t.effects,s.effects),s.mapped,s.startSelection,xh)):wh(r,r.length,n.minDepth,t),new Ch(r,xh,e,i)}addSelection(t,e,i,n){let o=this.done.length?this.done[this.done.length-1].selectionsAfter:xh;return o.length>0&&e-this.prevTime<n&&i==this.prevUserEvent&&i&&/^select($|\.)/.test(i)&&(r=o[o.length-1],s=t,r.ranges.length==s.ranges.length&&0===r.ranges.filter(((t,e)=>t.empty!=s.ranges[e].empty)).length)?this:new Ch(kh(this.done,t),this.undone,e,i);var r,s}addMapping(t){return new Ch(Ph(this.done,t),Ph(this.undone,t),this.prevTime,this.prevUserEvent)}pop(t,e,i){let n=0==t?this.done:this.undone;if(0==n.length)return null;let o=n[n.length-1],r=o.selectionsAfter[0]||e.selection;if(i&&o.selectionsAfter.length)return e.update({selection:o.selectionsAfter[o.selectionsAfter.length-1],annotations:ch.of({side:t,rest:Qh(n),selection:r}),userEvent:0==t?"select.undo":"select.redo",scrollIntoView:!0});if(o.changes){let i=1==n.length?xh:n.slice(0,n.length-1);return o.mapped&&(i=Ph(i,o.mapped)),e.update({changes:o.changes,selection:o.startSelection,effects:o.effects,annotations:ch.of({side:t,rest:i,selection:r}),filter:!1,userEvent:0==t?"undo":"redo",scrollIntoView:!0})}return null}}Ch.empty=new Ch(xh,xh);const Ah=[{key:"Mod-z",run:Oh,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:gh,preventDefault:!0},{linux:"Ctrl-Shift-z",run:gh,preventDefault:!0},{key:"Mod-u",run:mh,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:yh,preventDefault:!0}];function Th(t,e){return bt.create(t.ranges.map(e),t.mainIndex)}function Rh(t,e){return t.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function Wh({state:t,dispatch:e},i){let n=Th(t.selection,i);return!n.eq(t.selection,!0)&&(e(Rh(t,n)),!0)}function Xh(t,e){return bt.cursor(e?t.to:t.from)}function Yh(t,e){return Wh(t,(i=>i.empty?t.moveByChar(i,e):Xh(i,e)))}function Eh(t){return t.textDirectionAt(t.state.selection.main.head)==Ji.LTR}const Mh=t=>Yh(t,!Eh(t)),Dh=t=>Yh(t,Eh(t));function jh(t,e){return Wh(t,(i=>i.empty?t.moveByGroup(i,e):Xh(i,e)))}function qh(t,e,i){if(e.type.prop(i))return!0;let n=e.to-e.from;return n&&(n>2||/[^\s,.;:]/.test(t.sliceDoc(e.from,e.to)))||e.firstChild}function _h(t,e,i){let n,o,r=Tl(t).resolveInner(e.head),s=i?xa.closedBy:xa.openedBy;for(let n=e.head;;){let e=i?r.childAfter(n):r.childBefore(n);if(!e)break;qh(t,e,s)?r=e:n=i?e.to:e.from}return o=r.type.prop(s)&&(n=i?zc(t,r.from,1):zc(t,r.to,-1))&&n.matched?i?n.end.to:n.end.from:i?r.to:r.from,bt.cursor(o,i?-1:1)}function Nh(t,e){return Wh(t,(i=>{if(!i.empty)return Xh(i,e);let n=t.moveVertically(i,e);return n.head!=i.head?n:t.moveToLineBoundary(i,e)}))}const Vh=t=>Nh(t,!1),Bh=t=>Nh(t,!0);function Ih(t){let e,i=t.scrollDOM.clientHeight<t.scrollDOM.scrollHeight-2,n=0,o=0;if(i){for(let e of t.state.facet(Xr.scrollMargins)){let i=e(t);(null==i?void 0:i.top)&&(n=Math.max(null==i?void 0:i.top,n)),(null==i?void 0:i.bottom)&&(o=Math.max(null==i?void 0:i.bottom,o))}e=t.scrollDOM.clientHeight-n-o}else e=(t.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:n,marginBottom:o,selfScroll:i,height:Math.max(t.defaultLineHeight,e-5)}}function zh(t,e){let i,n=Ih(t),{state:o}=t,r=Th(o.selection,(i=>i.empty?t.moveVertically(i,e,n.height):Xh(i,e)));if(r.eq(o.selection))return!1;if(n.selfScroll){let e=t.coordsAtPos(o.selection.main.head),s=t.scrollDOM.getBoundingClientRect(),a=s.top+n.marginTop,l=s.bottom-n.marginBottom;e&&e.top>a&&e.bottom<l&&(i=Xr.scrollIntoView(r.main.head,{y:"start",yMargin:e.top-a}))}return t.dispatch(Rh(o,r),{effects:i}),!0}const Lh=t=>zh(t,!1),Gh=t=>zh(t,!0);function Uh(t,e,i){let n=t.lineBlockAt(e.head),o=t.moveToLineBoundary(e,i);if(o.head==e.head&&o.head!=(i?n.to:n.from)&&(o=t.moveToLineBoundary(e,i,!1)),!i&&o.head==n.from&&n.length){let i=/^\s*/.exec(t.state.sliceDoc(n.from,Math.min(n.from+100,n.to)))[0].length;i&&e.head!=n.from+i&&(o=bt.cursor(n.from+i))}return o}function Fh(t,e){let i=Th(t.state.selection,(t=>{let i=e(t);return bt.range(t.anchor,i.head,i.goalColumn,i.bidiLevel||void 0)}));return!i.eq(t.state.selection)&&(t.dispatch(Rh(t.state,i)),!0)}function Hh(t,e){return Fh(t,(i=>t.moveByChar(i,e)))}const Kh=t=>Hh(t,!Eh(t)),Jh=t=>Hh(t,Eh(t));function td(t,e){return Fh(t,(i=>t.moveByGroup(i,e)))}function ed(t,e){return Fh(t,(i=>t.moveVertically(i,e)))}const id=t=>ed(t,!1),nd=t=>ed(t,!0);function od(t,e){return Fh(t,(i=>t.moveVertically(i,e,Ih(t).height)))}const rd=t=>od(t,!1),sd=t=>od(t,!0),ad=({state:t,dispatch:e})=>(e(Rh(t,{anchor:0})),!0),ld=({state:t,dispatch:e})=>(e(Rh(t,{anchor:t.doc.length})),!0),cd=({state:t,dispatch:e})=>(e(Rh(t,{anchor:t.selection.main.anchor,head:0})),!0),hd=({state:t,dispatch:e})=>(e(Rh(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0);function dd(t,e){if(t.state.readOnly)return!1;let i="delete.selection",{state:n}=t,o=n.changeByRange((n=>{let{from:o,to:r}=n;if(o==r){let s=e(n);s<o?(i="delete.backward",s=ud(t,s,!1)):s>o&&(i="delete.forward",s=ud(t,s,!0)),o=Math.min(o,s),r=Math.max(r,s)}else o=ud(t,o,!1),r=ud(t,r,!0);return o==r?{range:n}:{changes:{from:o,to:r},range:bt.cursor(o,o<n.head?-1:1)}}));return!o.changes.empty&&(t.dispatch(n.update(o,{scrollIntoView:!0,userEvent:i,effects:"delete.selection"==i?Xr.announce.of(n.phrase("Selection deleted")):void 0})),!0)}function ud(t,e,i){if(t instanceof Xr)for(let n of t.state.facet(Xr.atomicRanges).map((e=>e(t))))n.between(e,e,((t,n)=>{t<e&&n>e&&(e=i?n:t)}));return e}const fd=(t,e)=>dd(t,(i=>{let n,o,r=i.from,{state:s}=t,a=s.doc.lineAt(r);if(!e&&r>a.from&&r<a.from+200&&!/[^ \t]/.test(n=a.text.slice(0,r-a.from))){if("\t"==n[n.length-1])return r-1;let t=Ae(n,s.tabSize)%Bl(s)||Bl(s);for(let e=0;e<t&&" "==n[n.length-1-e];e++)r--;o=r}else o=it(a.text,r-a.from,e,e)+a.from,o==r&&a.number!=(e?s.doc.lines:1)?o+=e?1:-1:!e&&/[\ufe00-\ufe0f]/.test(a.text.slice(o-a.from,r-a.from))&&(o=it(a.text,o-a.from,!1,!1)+a.from);return o})),pd=t=>fd(t,!1),Od=t=>fd(t,!0),gd=(t,e)=>dd(t,(i=>{let n=i.head,{state:o}=t,r=o.doc.lineAt(n),s=o.charCategorizer(n);for(let t=null;;){if(n==(e?r.to:r.from)){n==i.head&&r.number!=(e?o.doc.lines:1)&&(n+=e?1:-1);break}let a=it(r.text,n-r.from,e)+r.from,l=r.text.slice(Math.min(n,a)-r.from,Math.max(n,a)-r.from),c=s(l);if(null!=t&&c!=t)break;" "==l&&n==i.head||(t=c),n=a}return n})),md=t=>gd(t,!1);function yd(t){let e=[],i=-1;for(let n of t.selection.ranges){let o=t.doc.lineAt(n.from),r=t.doc.lineAt(n.to);if(n.empty||n.to!=r.from||(r=t.doc.lineAt(n.to-1)),i>=o.number){let t=e[e.length-1];t.to=r.to,t.ranges.push(n)}else e.push({from:o.from,to:r.to,ranges:[n]});i=r.number+1}return e}function vd(t,e,i){if(t.readOnly)return!1;let n=[],o=[];for(let e of yd(t)){if(i?e.to==t.doc.length:0==e.from)continue;let r=t.doc.lineAt(i?e.to+1:e.from-1),s=r.length+1;if(i){n.push({from:e.to,to:r.to},{from:e.from,insert:r.text+t.lineBreak});for(let i of e.ranges)o.push(bt.range(Math.min(t.doc.length,i.anchor+s),Math.min(t.doc.length,i.head+s)))}else{n.push({from:r.from,to:e.from},{from:e.to,insert:t.lineBreak+r.text});for(let t of e.ranges)o.push(bt.range(t.anchor-s,t.head-s))}}return!!n.length&&(e(t.update({changes:n,scrollIntoView:!0,selection:bt.create(o,t.selection.mainIndex),userEvent:"move.line"})),!0)}function wd(t,e,i){if(t.readOnly)return!1;let n=[];for(let e of yd(t))i?n.push({from:e.from,insert:t.doc.slice(e.from,e.to)+t.lineBreak}):n.push({from:e.to,insert:t.lineBreak+t.doc.slice(e.from,e.to)});return e(t.update({changes:n,scrollIntoView:!0,userEvent:"input.copyline"})),!0}const bd=xd(!1);function xd(t){return({state:e,dispatch:i})=>{if(e.readOnly)return!1;let n=e.changeByRange((i=>{let{from:n,to:o}=i,r=e.doc.lineAt(n),s=!t&&n==o&&function(t,e){if(/\(\)|\[\]|\{\}/.test(t.sliceDoc(e-1,e+1)))return{from:e,to:e};let i,n=Tl(t).resolveInner(e),o=n.childBefore(e),r=n.childAfter(e);return o&&r&&o.to<=e&&r.from>=e&&(i=o.type.prop(xa.closedBy))&&i.indexOf(r.name)>-1&&t.doc.lineAt(o.to).from==t.doc.lineAt(r.from).from&&!/\S/.test(t.sliceDoc(o.to,r.from))?{from:o.to,to:r.from}:null}(e,n);t&&(n=o=(o<=r.to?r:e.doc.lineAt(o)).to);let a=new Ll(e,{simulateBreak:n,simulateDoubleBreak:!!s}),l=zl(a,n);for(null==l&&(l=Ae(/^\s*/.exec(e.doc.lineAt(n).text)[0],e.tabSize));o<r.to&&/\s/.test(r.text[o-r.from]);)o++;s?({from:n,to:o}=s):n>r.from&&n<r.from+100&&!/\S/.test(r.text.slice(0,n))&&(n=r.from);let c=["",Il(e,l)];return s&&c.push(Il(e,a.lineIndent(r.from,-1))),{changes:{from:n,to:o,insert:N.of(c)},range:bt.cursor(n+1+c[1].length)}}));return i(e.update(n,{scrollIntoView:!0,userEvent:"input"})),!0}}function Sd(t,e){let i=-1;return t.changeByRange((n=>{let o=[];for(let r=n.from;r<=n.to;){let s=t.doc.lineAt(r);s.number>i&&(n.empty||n.to>s.from)&&(e(s,o,n),i=s.number),r=s.to+1}let r=t.changes(o);return{changes:o,range:bt.range(r.mapPos(n.anchor,1),r.mapPos(n.head,1))}}))}const kd=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(Sd(t,((e,i)=>{i.push({from:e.from,insert:t.facet(Vl)})})),{userEvent:"input.indent"})),!0),Qd=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(Sd(t,((e,i)=>{let n=/^\s*/.exec(e.text)[0];if(!n)return;let o=Ae(n,t.tabSize),r=0,s=Il(t,Math.max(0,o-Bl(t)));for(;r<n.length&&r<s.length&&n.charCodeAt(r)==s.charCodeAt(r);)r++;i.push({from:e.from+r,to:e.from+n.length,insert:s.slice(r)})})),{userEvent:"delete.dedent"})),!0),Pd=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:t=>Wh(t,(e=>_h(t.state,e,!Eh(t)))),shift:t=>Fh(t,(e=>_h(t.state,e,!Eh(t))))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:t=>Wh(t,(e=>_h(t.state,e,Eh(t)))),shift:t=>Fh(t,(e=>_h(t.state,e,Eh(t))))},{key:"Alt-ArrowUp",run:({state:t,dispatch:e})=>vd(t,e,!1)},{key:"Shift-Alt-ArrowUp",run:({state:t,dispatch:e})=>wd(t,e,!1)},{key:"Alt-ArrowDown",run:({state:t,dispatch:e})=>vd(t,e,!0)},{key:"Shift-Alt-ArrowDown",run:({state:t,dispatch:e})=>wd(t,e,!0)},{key:"Escape",run:({state:t,dispatch:e})=>{let i=t.selection,n=null;return i.ranges.length>1?n=bt.create([i.main]):i.main.empty||(n=bt.create([bt.cursor(i.main.head)])),!!n&&(e(Rh(t,n)),!0)}},{key:"Mod-Enter",run:xd(!0)},{key:"Alt-l",mac:"Ctrl-l",run:({state:t,dispatch:e})=>{let i=yd(t).map((({from:e,to:i})=>bt.range(e,Math.min(i+1,t.doc.length))));return e(t.update({selection:bt.create(i),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:t,dispatch:e})=>{let i=Th(t.selection,(e=>{var i;for(let n=Tl(t).resolveStack(e.from,1);n;n=n.next){let{node:t}=n;if((t.from<e.from&&t.to>=e.to||t.to>e.to&&t.from<=e.from)&&(null===(i=t.parent)||void 0===i?void 0:i.parent))return bt.range(t.to,t.from)}return e}));return e(Rh(t,i)),!0},preventDefault:!0},{key:"Mod-[",run:Qd},{key:"Mod-]",run:kd},{key:"Mod-Alt-\\",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=Object.create(null),n=new Ll(t,{overrideIndentation:t=>{let e=i[t];return null==e?-1:e}}),o=Sd(t,((e,o,r)=>{let s=zl(n,e.from);if(null==s)return;/\S/.test(e.text)||(s=0);let a=/^\s*/.exec(e.text)[0],l=Il(t,s);(a!=l||r.from<e.from+a.length)&&(i[e.from]=s,o.push({from:e.from,to:e.from+a.length,insert:l}))}));return o.changes.empty||e(t.update(o,{userEvent:"indent"})),!0}},{key:"Shift-Mod-k",run:t=>{if(t.state.readOnly)return!1;let{state:e}=t,i=e.changes(yd(e).map((({from:t,to:i})=>(t>0?t--:i<e.doc.length&&i++,{from:t,to:i})))),n=Th(e.selection,(e=>t.moveVertically(e,!0))).map(i);return t.dispatch({changes:i,selection:n,scrollIntoView:!0,userEvent:"delete.line"}),!0}},{key:"Shift-Mod-\\",run:({state:t,dispatch:e})=>function(t,e,i){let n=!1,o=Th(t.selection,(e=>{let o=zc(t,e.head,-1)||zc(t,e.head,1)||e.head>0&&zc(t,e.head-1,1)||e.head<t.doc.length&&zc(t,e.head+1,-1);if(!o||!o.end)return e;n=!0;let r=o.start.from==e.head?o.end.to:o.end.from;return i?bt.range(e.anchor,r):bt.cursor(r)}));return!!n&&(e(Rh(t,o)),!0)}(t,e,!1)},{key:"Mod-/",run:t=>{let{state:e}=t,i=e.doc.lineAt(e.selection.main.from),n=rh(t.state,i.from);return n.line?ih(t):!!n.block&&oh(t)}},{key:"Alt-A",run:nh}].concat([{key:"ArrowLeft",run:Mh,shift:Kh,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:t=>jh(t,!Eh(t)),shift:t=>td(t,!Eh(t)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:t=>Wh(t,(e=>Uh(t,e,!Eh(t)))),shift:t=>Fh(t,(e=>Uh(t,e,!Eh(t)))),preventDefault:!0},{key:"ArrowRight",run:Dh,shift:Jh,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:t=>jh(t,Eh(t)),shift:t=>td(t,Eh(t)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:t=>Wh(t,(e=>Uh(t,e,Eh(t)))),shift:t=>Fh(t,(e=>Uh(t,e,Eh(t)))),preventDefault:!0},{key:"ArrowUp",run:Vh,shift:id,preventDefault:!0},{mac:"Cmd-ArrowUp",run:ad,shift:cd},{mac:"Ctrl-ArrowUp",run:Lh,shift:rd},{key:"ArrowDown",run:Bh,shift:nd,preventDefault:!0},{mac:"Cmd-ArrowDown",run:ld,shift:hd},{mac:"Ctrl-ArrowDown",run:Gh,shift:sd},{key:"PageUp",run:Lh,shift:rd},{key:"PageDown",run:Gh,shift:sd},{key:"Home",run:t=>Wh(t,(e=>Uh(t,e,!1))),shift:t=>Fh(t,(e=>Uh(t,e,!1))),preventDefault:!0},{key:"Mod-Home",run:ad,shift:cd},{key:"End",run:t=>Wh(t,(e=>Uh(t,e,!0))),shift:t=>Fh(t,(e=>Uh(t,e,!0))),preventDefault:!0},{key:"Mod-End",run:ld,shift:hd},{key:"Enter",run:bd},{key:"Mod-a",run:({state:t,dispatch:e})=>(e(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:pd,shift:pd},{key:"Delete",run:Od},{key:"Mod-Backspace",mac:"Alt-Backspace",run:md},{key:"Mod-Delete",mac:"Alt-Delete",run:t=>gd(t,!0)},{mac:"Mod-Backspace",run:t=>dd(t,(e=>{let i=t.moveToLineBoundary(e,!1).head;return e.head>i?i:Math.max(0,e.head-1)}))},{mac:"Mod-Delete",run:t=>dd(t,(e=>{let i=t.moveToLineBoundary(e,!0).head;return e.head<i?i:Math.min(t.state.doc.length,e.head+1)}))}].concat([{key:"Ctrl-b",run:Mh,shift:Kh,preventDefault:!0},{key:"Ctrl-f",run:Dh,shift:Jh},{key:"Ctrl-p",run:Vh,shift:id},{key:"Ctrl-n",run:Bh,shift:nd},{key:"Ctrl-a",run:t=>Wh(t,(e=>bt.cursor(t.lineBlockAt(e.head).from,1))),shift:t=>Fh(t,(e=>bt.cursor(t.lineBlockAt(e.head).from)))},{key:"Ctrl-e",run:t=>Wh(t,(e=>bt.cursor(t.lineBlockAt(e.head).to,-1))),shift:t=>Fh(t,(e=>bt.cursor(t.lineBlockAt(e.head).to)))},{key:"Ctrl-d",run:Od},{key:"Ctrl-h",run:pd},{key:"Ctrl-k",run:t=>dd(t,(e=>{let i=t.lineBlockAt(e.head).to;return e.head<i?i:Math.min(t.state.doc.length,e.head+1)}))},{key:"Ctrl-Alt-h",run:md},{key:"Ctrl-o",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=t.changeByRange((t=>({changes:{from:t.from,to:t.to,insert:N.of(["",""])},range:bt.cursor(t.from)})));return e(t.update(i,{scrollIntoView:!0,userEvent:"input"})),!0}},{key:"Ctrl-t",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=t.changeByRange((e=>{if(!e.empty||0==e.from||e.from==t.doc.length)return{range:e};let i=e.from,n=t.doc.lineAt(i),o=i==n.from?i-1:it(n.text,i-n.from,!1)+n.from,r=i==n.to?i+1:it(n.text,i-n.from,!0)+n.from;return{changes:{from:o,to:r,insert:t.doc.slice(i,r).append(t.doc.slice(o,i))},range:bt.cursor(r)}}));return!i.changes.empty&&(e(t.update(i,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:Gh}].map((t=>({mac:t.key,run:t.run,shift:t.shift}))))),$d={key:"Tab",run:kd,shift:Qd};function Zd(){var t=arguments[0];"string"==typeof t&&(t=document.createElement(t));var e=1,i=arguments[1];if(i&&"object"==typeof i&&null==i.nodeType&&!Array.isArray(i)){for(var n in i)if(Object.prototype.hasOwnProperty.call(i,n)){var o=i[n];"string"==typeof o?t.setAttribute(n,o):null!=o&&(t[n]=o)}e++}for(;e<arguments.length;e++)Cd(t,arguments[e]);return t}function Cd(t,e){if("string"==typeof e)t.appendChild(document.createTextNode(e));else if(null==e);else if(null!=e.nodeType)t.appendChild(e);else{if(!Array.isArray(e))throw new RangeError("Unsupported child node: "+e);for(var i=0;i<e.length;i++)Cd(t,e[i])}}const Ad="function"==typeof String.prototype.normalize?t=>t.normalize("NFKD"):t=>t;class Td{constructor(t,e,i=0,n=t.length,o,r){this.test=r,this.value={from:0,to:0},this.done=!1,this.matches=[],this.buffer="",this.bufferPos=0,this.iter=t.iterRange(i,n),this.bufferStart=i,this.normalize=o?t=>o(Ad(t)):Ad,this.query=this.normalize(e)}peek(){if(this.bufferPos==this.buffer.length){if(this.bufferStart+=this.buffer.length,this.iter.next(),this.iter.done)return-1;this.bufferPos=0,this.buffer=this.iter.value}return at(this.buffer,this.bufferPos)}next(){for(;this.matches.length;)this.matches.pop();return this.nextOverlapping()}nextOverlapping(){for(;;){let t=this.peek();if(t<0)return this.done=!0,this;let e=lt(t),i=this.bufferStart+this.bufferPos;this.bufferPos+=ct(t);let n=this.normalize(e);for(let t=0,o=i;;t++){let r=n.charCodeAt(t),s=this.match(r,o,this.bufferPos+this.bufferStart);if(t==n.length-1){if(s)return this.value=s,this;break}o==i&&t<e.length&&e.charCodeAt(t)==r&&o++}}}match(t,e,i){let n=null;for(let e=0;e<this.matches.length;e+=2){let o=this.matches[e],r=!1;this.query.charCodeAt(o)==t&&(o==this.query.length-1?n={from:this.matches[e+1],to:i}:(this.matches[e]++,r=!0)),r||(this.matches.splice(e,2),e-=2)}return this.query.charCodeAt(0)==t&&(1==this.query.length?n={from:e,to:i}:this.matches.push(1,e)),n&&this.test&&!this.test(n.from,n.to,this.buffer,this.bufferStart)&&(n=null),n}}"undefined"!=typeof Symbol&&(Td.prototype[Symbol.iterator]=function(){return this});const Rd={from:-1,to:-1,match:/.*/.exec("")},Wd="gm"+(null==/x/.unicode?"":"u");class Xd{constructor(t,e,i,n=0,o=t.length){if(this.text=t,this.to=o,this.curLine="",this.done=!1,this.value=Rd,/\\[sWDnr]|\n|\r|\[\^/.test(e))return new Md(t,e,i,n,o);this.re=new RegExp(e,Wd+((null==i?void 0:i.ignoreCase)?"i":"")),this.test=null==i?void 0:i.test,this.iter=t.iter();let r=t.lineAt(n);this.curLineStart=r.from,this.matchPos=Dd(t,n),this.getLine(this.curLineStart)}getLine(t){this.iter.next(t),this.iter.lineBreak?this.curLine="":(this.curLine=this.iter.value,this.curLineStart+this.curLine.length>this.to&&(this.curLine=this.curLine.slice(0,this.to-this.curLineStart)),this.iter.next())}nextLine(){this.curLineStart=this.curLineStart+this.curLine.length+1,this.curLineStart>this.to?this.curLine="":this.getLine(0)}next(){for(let t=this.matchPos-this.curLineStart;;){this.re.lastIndex=t;let e=this.matchPos<=this.to&&this.re.exec(this.curLine);if(e){let i=this.curLineStart+e.index,n=i+e[0].length;if(this.matchPos=Dd(this.text,n+(i==n?1:0)),i==this.curLineStart+this.curLine.length&&this.nextLine(),(i<n||i>this.value.to)&&(!this.test||this.test(i,n,e)))return this.value={from:i,to:n,match:e},this;t=this.matchPos-this.curLineStart}else{if(!(this.curLineStart+this.curLine.length<this.to))return this.done=!0,this;this.nextLine(),t=0}}}}const Yd=new WeakMap;class Ed{constructor(t,e){this.from=t,this.text=e}get to(){return this.from+this.text.length}static get(t,e,i){let n=Yd.get(t);if(!n||n.from>=i||n.to<=e){let n=new Ed(e,t.sliceString(e,i));return Yd.set(t,n),n}if(n.from==e&&n.to==i)return n;let{text:o,from:r}=n;return r>e&&(o=t.sliceString(e,r)+o,r=e),n.to<i&&(o+=t.sliceString(n.to,i)),Yd.set(t,new Ed(r,o)),new Ed(e,o.slice(e-r,i-r))}}class Md{constructor(t,e,i,n,o){this.text=t,this.to=o,this.done=!1,this.value=Rd,this.matchPos=Dd(t,n),this.re=new RegExp(e,Wd+((null==i?void 0:i.ignoreCase)?"i":"")),this.test=null==i?void 0:i.test,this.flat=Ed.get(t,n,this.chunkEnd(n+5e3))}chunkEnd(t){return t>=this.to?this.to:this.text.lineAt(t).to}next(){for(;;){let t=this.re.lastIndex=this.matchPos-this.flat.from,e=this.re.exec(this.flat.text);if(e&&!e[0]&&e.index==t&&(this.re.lastIndex=t+1,e=this.re.exec(this.flat.text)),e){let t=this.flat.from+e.index,i=t+e[0].length;if((this.flat.to>=this.to||e.index+e[0].length<=this.flat.text.length-10)&&(!this.test||this.test(t,i,e)))return this.value={from:t,to:i,match:e},this.matchPos=Dd(this.text,i+(t==i?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=Ed.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function Dd(t,e){if(e>=t.length)return e;let i,n=t.lineAt(e);for(;e<n.to&&(i=n.text.charCodeAt(e-n.from))>=56320&&i<57344;)e++;return e}function jd(t){let e=Zd("input",{class:"cm-textfield",name:"line",value:String(t.state.doc.lineAt(t.state.selection.main.head).number)});function i(){let i=/^([+-])?(\d+)?(:\d+)?(%)?$/.exec(e.value);if(!i)return;let{state:n}=t,o=n.doc.lineAt(n.selection.main.head),[,r,s,a,l]=i,c=a?+a.slice(1):0,h=s?+s:o.number;if(s&&l){let t=h/100;r&&(t=t*("-"==r?-1:1)+o.number/n.doc.lines),h=Math.round(n.doc.lines*t)}else s&&r&&(h=h*("-"==r?-1:1)+o.number);let d=n.doc.line(Math.max(1,Math.min(n.doc.lines,h))),u=bt.cursor(d.from+Math.max(0,Math.min(c,d.length)));t.dispatch({effects:[qd.of(!1),Xr.scrollIntoView(u.from,{y:"center"})],selection:u}),t.focus()}return{dom:Zd("form",{class:"cm-gotoLine",onkeydown:e=>{27==e.keyCode?(e.preventDefault(),t.dispatch({effects:qd.of(!1)}),t.focus()):13==e.keyCode&&(e.preventDefault(),i())},onsubmit:t=>{t.preventDefault(),i()}},Zd("label",t.state.phrase("Go to line"),": ",e)," ",Zd("button",{class:"cm-button",type:"submit"},t.state.phrase("go")))}}"undefined"!=typeof Symbol&&(Xd.prototype[Symbol.iterator]=Md.prototype[Symbol.iterator]=function(){return this});const qd=te.define(),_d=Tt.define({create:()=>!0,update(t,e){for(let i of e.effects)i.is(qd)&&(t=i.value);return t},provide:t=>Hs.from(t,(t=>t?jd:null))}),Nd=Xr.baseTheme({".cm-panel.cm-gotoLine":{padding:"2px 6px 4px","& label":{fontSize:"80%"}}}),Vd={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},Bd=kt.define({combine:t=>fe(t,Vd,{highlightWordAroundCursor:(t,e)=>t||e,minSelectionLength:Math.min,maxMatches:Math.min})});const Id=Bi.mark({class:"cm-selectionMatch"}),zd=Bi.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function Ld(t,e,i,n){return!(0!=i&&t(e.sliceDoc(i-1,i))==le.Word||n!=e.doc.length&&t(e.sliceDoc(n,n+1))==le.Word)}const Gd=Yn.fromClass(class{constructor(t){this.decorations=this.getDeco(t)}update(t){(t.selectionSet||t.docChanged||t.viewportChanged)&&(this.decorations=this.getDeco(t.view))}getDeco(t){let e=t.state.facet(Bd),{state:i}=t,n=i.selection;if(n.ranges.length>1)return Bi.none;let o,r=n.main,s=null;if(r.empty){if(!e.highlightWordAroundCursor)return Bi.none;let t=i.wordAt(r.head);if(!t)return Bi.none;s=i.charCategorizer(r.head),o=i.sliceDoc(t.from,t.to)}else{let t=r.to-r.from;if(t<e.minSelectionLength||t>200)return Bi.none;if(e.wholeWords){if(o=i.sliceDoc(r.from,r.to),s=i.charCategorizer(r.head),!Ld(s,i,r.from,r.to)||!function(t,e,i,n){return t(e.sliceDoc(i,i+1))==le.Word&&t(e.sliceDoc(n-1,n))==le.Word}(s,i,r.from,r.to))return Bi.none}else if(o=i.sliceDoc(r.from,r.to),!o)return Bi.none}let a=[];for(let n of t.visibleRanges){let t=new Td(i.doc,o,n.from,n.to);for(;!t.next().done;){let{from:n,to:o}=t.value;if((!s||Ld(s,i,n,o))&&(r.empty&&n<=r.from&&o>=r.to?a.push(zd.range(n,o)):(n>=r.to||o<=r.from)&&a.push(Id.range(n,o)),a.length>e.maxMatches))return Bi.none}}return Bi.set(a)}},{decorations:t=>t.decorations}),Ud=Xr.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}});const Fd=kt.define({combine:t=>fe(t,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:t=>new Qu(t),scrollToMatch:t=>Xr.scrollIntoView(t)})});class Hd{constructor(t){this.search=t.search,this.caseSensitive=!!t.caseSensitive,this.literal=!!t.literal,this.regexp=!!t.regexp,this.replace=t.replace||"",this.valid=!!this.search&&(!this.regexp||function(t){try{return new RegExp(t,Wd),!0}catch(t){return!1}}(this.search)),this.unquoted=this.unquote(this.search),this.wholeWord=!!t.wholeWord}unquote(t){return this.literal?t:t.replace(/\\([nrt\\])/g,((t,e)=>"n"==e?"\n":"r"==e?"\r":"t"==e?"\t":"\\"))}eq(t){return this.search==t.search&&this.replace==t.replace&&this.caseSensitive==t.caseSensitive&&this.regexp==t.regexp&&this.wholeWord==t.wholeWord}create(){return this.regexp?new ou(this):new tu(this)}getCursor(t,e=0,i){let n=t.doc?t:ue.create({doc:t});return null==i&&(i=n.doc.length),this.regexp?eu(this,n,e,i):Jd(this,n,e,i)}}class Kd{constructor(t){this.spec=t}}function Jd(t,e,i,n){return new Td(e.doc,t.unquoted,i,n,t.caseSensitive?void 0:t=>t.toLowerCase(),t.wholeWord?function(t,e){return(i,n,o,r)=>((r>i||r+o.length<n)&&(r=Math.max(0,i-2),o=t.sliceString(r,Math.min(t.length,n+2))),!(e(iu(o,i-r))==le.Word&&e(nu(o,i-r))==le.Word||e(nu(o,n-r))==le.Word&&e(iu(o,n-r))==le.Word))}(e.doc,e.charCategorizer(e.selection.main.head)):void 0)}class tu extends Kd{constructor(t){super(t)}nextMatch(t,e,i){let n=Jd(this.spec,t,i,t.doc.length).nextOverlapping();return n.done&&(n=Jd(this.spec,t,0,e).nextOverlapping()),n.done?null:n.value}prevMatchInRange(t,e,i){for(let n=i;;){let i=Math.max(e,n-1e4-this.spec.unquoted.length),o=Jd(this.spec,t,i,n),r=null;for(;!o.nextOverlapping().done;)r=o.value;if(r)return r;if(i==e)return null;n-=1e4}}prevMatch(t,e,i){return this.prevMatchInRange(t,0,e)||this.prevMatchInRange(t,i,t.doc.length)}getReplacement(t){return this.spec.unquote(this.spec.replace)}matchAll(t,e){let i=Jd(this.spec,t,0,t.doc.length),n=[];for(;!i.next().done;){if(n.length>=e)return null;n.push(i.value)}return n}highlight(t,e,i,n){let o=Jd(this.spec,t,Math.max(0,e-this.spec.unquoted.length),Math.min(i+this.spec.unquoted.length,t.doc.length));for(;!o.next().done;)n(o.value.from,o.value.to)}}function eu(t,e,i,n){return new Xd(e.doc,t.search,{ignoreCase:!t.caseSensitive,test:t.wholeWord?(o=e.charCategorizer(e.selection.main.head),(t,e,i)=>!i[0].length||(o(iu(i.input,i.index))!=le.Word||o(nu(i.input,i.index))!=le.Word)&&(o(nu(i.input,i.index+i[0].length))!=le.Word||o(iu(i.input,i.index+i[0].length))!=le.Word)):void 0},i,n);var o}function iu(t,e){return t.slice(it(t,e,!1),e)}function nu(t,e){return t.slice(e,it(t,e))}class ou extends Kd{nextMatch(t,e,i){let n=eu(this.spec,t,i,t.doc.length).next();return n.done&&(n=eu(this.spec,t,0,e).next()),n.done?null:n.value}prevMatchInRange(t,e,i){for(let n=1;;n++){let o=Math.max(e,i-1e4*n),r=eu(this.spec,t,o,i),s=null;for(;!r.next().done;)s=r.value;if(s&&(o==e||s.from>o+10))return s;if(o==e)return null}}prevMatch(t,e,i){return this.prevMatchInRange(t,0,e)||this.prevMatchInRange(t,i,t.doc.length)}getReplacement(t){return this.spec.unquote(this.spec.replace).replace(/\$([$&\d+])/g,((e,i)=>"$"==i?"$":"&"==i?t.match[0]:"0"!=i&&+i<t.match.length?t.match[i]:e))}matchAll(t,e){let i=eu(this.spec,t,0,t.doc.length),n=[];for(;!i.next().done;){if(n.length>=e)return null;n.push(i.value)}return n}highlight(t,e,i,n){let o=eu(this.spec,t,Math.max(0,e-250),Math.min(i+250,t.doc.length));for(;!o.next().done;)n(o.value.from,o.value.to)}}const ru=te.define(),su=te.define(),au=Tt.define({create:t=>new lu(vu(t).create(),null),update(t,e){for(let i of e.effects)i.is(ru)?t=new lu(i.value.create(),t.panel):i.is(su)&&(t=new lu(t.query,i.value?yu:null));return t},provide:t=>Hs.from(t,(t=>t.panel))});class lu{constructor(t,e){this.query=t,this.panel=e}}const cu=Bi.mark({class:"cm-searchMatch"}),hu=Bi.mark({class:"cm-searchMatch cm-searchMatch-selected"}),du=Yn.fromClass(class{constructor(t){this.view=t,this.decorations=this.highlight(t.state.field(au))}update(t){let e=t.state.field(au);(e!=t.startState.field(au)||t.docChanged||t.selectionSet||t.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:t,panel:e}){if(!e||!t.spec.valid)return Bi.none;let{view:i}=this,n=new ve;for(let e=0,o=i.visibleRanges,r=o.length;e<r;e++){let{from:s,to:a}=o[e];for(;e<r-1&&a>o[e+1].from-500;)a=o[++e].to;t.highlight(i.state,s,a,((t,e)=>{let o=i.state.selection.ranges.some((i=>i.from==t&&i.to==e));n.add(t,e,o?hu:cu)}))}return n.finish()}},{decorations:t=>t.decorations});function uu(t){return e=>{let i=e.state.field(au,!1);return i&&i.query.spec.valid?t(e,i):xu(e)}}const fu=uu(((t,{query:e})=>{let{to:i}=t.state.selection.main,n=e.nextMatch(t.state,i,i);if(!n)return!1;let o=bt.single(n.from,n.to),r=t.state.facet(Fd);return t.dispatch({selection:o,effects:[Cu(t,n),r.scrollToMatch(o.main,t)],userEvent:"select.search"}),bu(t),!0})),pu=uu(((t,{query:e})=>{let{state:i}=t,{from:n}=i.selection.main,o=e.prevMatch(i,n,n);if(!o)return!1;let r=bt.single(o.from,o.to),s=t.state.facet(Fd);return t.dispatch({selection:r,effects:[Cu(t,o),s.scrollToMatch(r.main,t)],userEvent:"select.search"}),bu(t),!0})),Ou=uu(((t,{query:e})=>{let i=e.matchAll(t.state,1e3);return!(!i||!i.length)&&(t.dispatch({selection:bt.create(i.map((t=>bt.range(t.from,t.to)))),userEvent:"select.search.matches"}),!0)})),gu=uu(((t,{query:e})=>{let{state:i}=t,{from:n,to:o}=i.selection.main;if(i.readOnly)return!1;let r=e.nextMatch(i,n,n);if(!r)return!1;let s,a,l=[],c=[];if(r.from==n&&r.to==o&&(a=i.toText(e.getReplacement(r)),l.push({from:r.from,to:r.to,insert:a}),r=e.nextMatch(i,r.from,r.to),c.push(Xr.announce.of(i.phrase("replaced match on line $",i.doc.lineAt(n).number)+"."))),r){let e=0==l.length||l[0].from>=r.to?0:r.to-r.from-a.length;s=bt.single(r.from-e,r.to-e),c.push(Cu(t,r)),c.push(i.facet(Fd).scrollToMatch(s.main,t))}return t.dispatch({changes:l,selection:s,effects:c,userEvent:"input.replace"}),!0})),mu=uu(((t,{query:e})=>{if(t.state.readOnly)return!1;let i=e.matchAll(t.state,1e9).map((t=>{let{from:i,to:n}=t;return{from:i,to:n,insert:e.getReplacement(t)}}));if(!i.length)return!1;let n=t.state.phrase("replaced $ matches",i.length)+".";return t.dispatch({changes:i,effects:Xr.announce.of(n),userEvent:"input.replace.all"}),!0}));function yu(t){return t.state.facet(Fd).createPanel(t)}function vu(t,e){var i,n,o,r,s;let a=t.selection.main,l=a.empty||a.to>a.from+100?"":t.sliceDoc(a.from,a.to);if(e&&!l)return e;let c=t.facet(Fd);return new Hd({search:(null!==(i=null==e?void 0:e.literal)&&void 0!==i?i:c.literal)?l:l.replace(/\n/g,"\\n"),caseSensitive:null!==(n=null==e?void 0:e.caseSensitive)&&void 0!==n?n:c.caseSensitive,literal:null!==(o=null==e?void 0:e.literal)&&void 0!==o?o:c.literal,regexp:null!==(r=null==e?void 0:e.regexp)&&void 0!==r?r:c.regexp,wholeWord:null!==(s=null==e?void 0:e.wholeWord)&&void 0!==s?s:c.wholeWord})}function wu(t){let e=Ls(t,yu);return e&&e.dom.querySelector("[main-field]")}function bu(t){let e=wu(t);e&&e==t.root.activeElement&&e.select()}const xu=t=>{let e=t.state.field(au,!1);if(e&&e.panel){let i=wu(t);if(i&&i!=t.root.activeElement){let n=vu(t.state,e.query.spec);n.valid&&t.dispatch({effects:ru.of(n)}),i.focus(),i.select()}}else t.dispatch({effects:[su.of(!0),e?ru.of(vu(t.state,e.query.spec)):te.appendConfig.of(Tu)]});return!0},Su=t=>{let e=t.state.field(au,!1);if(!e||!e.panel)return!1;let i=Ls(t,yu);return i&&i.dom.contains(t.root.activeElement)&&t.focus(),t.dispatch({effects:su.of(!1)}),!0},ku=[{key:"Mod-f",run:xu,scope:"editor search-panel"},{key:"F3",run:fu,shift:pu,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:fu,shift:pu,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:Su,scope:"editor search-panel"},{key:"Mod-Shift-l",run:({state:t,dispatch:e})=>{let i=t.selection;if(i.ranges.length>1||i.main.empty)return!1;let{from:n,to:o}=i.main,r=[],s=0;for(let e=new Td(t.doc,t.sliceDoc(n,o));!e.next().done;){if(r.length>1e3)return!1;e.value.from==n&&(s=r.length),r.push(bt.range(e.value.from,e.value.to))}return e(t.update({selection:bt.create(r,s),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:t=>{let e=Ls(t,jd);if(!e){let i=[qd.of(!0)];null==t.state.field(_d,!1)&&i.push(te.appendConfig.of([_d,Nd])),t.dispatch({effects:i}),e=Ls(t,jd)}return e&&e.dom.querySelector("input").select(),!0}},{key:"Mod-d",run:({state:t,dispatch:e})=>{let{ranges:i}=t.selection;if(i.some((t=>t.from===t.to)))return(({state:t,dispatch:e})=>{let{selection:i}=t,n=bt.create(i.ranges.map((e=>t.wordAt(e.head)||bt.cursor(e.head))),i.mainIndex);return!n.eq(i)&&(e(t.update({selection:n})),!0)})({state:t,dispatch:e});let n=t.sliceDoc(i[0].from,i[0].to);if(t.selection.ranges.some((e=>t.sliceDoc(e.from,e.to)!=n)))return!1;let o=function(t,e){let{main:i,ranges:n}=t.selection,o=t.wordAt(i.head),r=o&&o.from==i.from&&o.to==i.to;for(let i=!1,o=new Td(t.doc,e,n[n.length-1].to);;){if(o.next(),!o.done){if(i&&n.some((t=>t.from==o.value.from)))continue;if(r){let e=t.wordAt(o.value.from);if(!e||e.from!=o.value.from||e.to!=o.value.to)continue}return o.value}if(i)return null;o=new Td(t.doc,e,0,Math.max(0,n[n.length-1].from-1)),i=!0}}(t,n);return!!o&&(e(t.update({selection:t.selection.addRange(bt.range(o.from,o.to),!1),effects:Xr.scrollIntoView(o.to)})),!0)},preventDefault:!0}];class Qu{constructor(t){this.view=t;let e=this.query=t.state.field(au).query.spec;function i(t,e,i){return Zd("button",{class:"cm-button",name:t,onclick:e,type:"button"},i)}this.commit=this.commit.bind(this),this.searchField=Zd("input",{value:e.search,placeholder:Pu(t,"Find"),"aria-label":Pu(t,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Zd("input",{value:e.replace,placeholder:Pu(t,"Replace"),"aria-label":Pu(t,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Zd("input",{type:"checkbox",name:"case",form:"",checked:e.caseSensitive,onchange:this.commit}),this.reField=Zd("input",{type:"checkbox",name:"re",form:"",checked:e.regexp,onchange:this.commit}),this.wordField=Zd("input",{type:"checkbox",name:"word",form:"",checked:e.wholeWord,onchange:this.commit}),this.dom=Zd("div",{onkeydown:t=>this.keydown(t),class:"cm-search"},[this.searchField,i("next",(()=>fu(t)),[Pu(t,"next")]),i("prev",(()=>pu(t)),[Pu(t,"previous")]),i("select",(()=>Ou(t)),[Pu(t,"all")]),Zd("label",null,[this.caseField,Pu(t,"match case")]),Zd("label",null,[this.reField,Pu(t,"regexp")]),Zd("label",null,[this.wordField,Pu(t,"by word")]),...t.state.readOnly?[]:[Zd("br"),this.replaceField,i("replace",(()=>gu(t)),[Pu(t,"replace")]),i("replaceAll",(()=>mu(t)),[Pu(t,"replace all")])],Zd("button",{name:"close",onclick:()=>Su(t),"aria-label":Pu(t,"close"),type:"button"},["×"])])}commit(){let t=new Hd({search:this.searchField.value,caseSensitive:this.caseField.checked,regexp:this.reField.checked,wholeWord:this.wordField.checked,replace:this.replaceField.value});t.eq(this.query)||(this.query=t,this.view.dispatch({effects:ru.of(t)}))}keydown(t){var e,i,n;e=this.view,i=t,n="search-panel",Lr(Br(e.state),i,e,n)?t.preventDefault():13==t.keyCode&&t.target==this.searchField?(t.preventDefault(),(t.shiftKey?pu:fu)(this.view)):13==t.keyCode&&t.target==this.replaceField&&(t.preventDefault(),gu(this.view))}update(t){for(let e of t.transactions)for(let t of e.effects)t.is(ru)&&!t.value.eq(this.query)&&this.setQuery(t.value)}setQuery(t){this.query=t,this.searchField.value=t.search,this.replaceField.value=t.replace,this.caseField.checked=t.caseSensitive,this.reField.checked=t.regexp,this.wordField.checked=t.wholeWord}mount(){this.searchField.select()}get pos(){return 80}get top(){return this.view.state.facet(Fd).top}}function Pu(t,e){return t.state.phrase(e)}const $u=30,Zu=/[\s\.,:;?!]/;function Cu(t,{from:e,to:i}){let n=t.state.doc.lineAt(e),o=t.state.doc.lineAt(i).to,r=Math.max(n.from,e-$u),s=Math.min(o,i+$u),a=t.state.sliceDoc(r,s);if(r!=n.from)for(let t=0;t<$u;t++)if(!Zu.test(a[t+1])&&Zu.test(a[t])){a=a.slice(t);break}if(s!=o)for(let t=a.length-1;t>a.length-$u;t--)if(!Zu.test(a[t-1])&&Zu.test(a[t])){a=a.slice(0,t);break}return Xr.announce.of(`${t.state.phrase("current match")}. ${a} ${t.state.phrase("on line")} ${n.number}.`)}const Au=Xr.baseTheme({".cm-panel.cm-search":{padding:"2px 6px 4px",position:"relative","& [name=close]":{position:"absolute",top:"0",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",padding:0,margin:0},"& input, & button, & label":{margin:".2em .6em .2em 0"},"& input[type=checkbox]":{marginRight:".2em"},"& label":{fontSize:"80%",whiteSpace:"pre"}},"&light .cm-searchMatch":{backgroundColor:"#ffff0054"},"&dark .cm-searchMatch":{backgroundColor:"#00ffff8a"},"&light .cm-searchMatch-selected":{backgroundColor:"#ff6a0054"},"&dark .cm-searchMatch-selected":{backgroundColor:"#ff00ff8a"}}),Tu=[au,Mt.low(du),Au];class Ru{constructor(t,e,i){this.state=t,this.pos=e,this.explicit=i,this.abortListeners=[]}tokenBefore(t){let e=Tl(this.state).resolveInner(this.pos,-1);for(;e&&t.indexOf(e.name)<0;)e=e.parent;return e?{from:e.from,to:this.pos,text:this.state.sliceDoc(e.from,this.pos),type:e.type}:null}matchBefore(t){let e=this.state.doc.lineAt(this.pos),i=Math.max(e.from,this.pos-250),n=e.text.slice(i-e.from,this.pos-e.from),o=n.search(Mu(t,!1));return o<0?null:{from:i+o,to:this.pos,text:n.slice(o)}}get aborted(){return null==this.abortListeners}addEventListener(t,e){"abort"==t&&this.abortListeners&&this.abortListeners.push(e)}}function Wu(t){let e=Object.keys(t).join(""),i=/\w/.test(e);return i&&(e=e.replace(/\w/g,"")),`[${i?"\\w":""}${e.replace(/[^\w\s]/g,"\\$&")}]`}function Xu(t){let e=t.map((t=>"string"==typeof t?{label:t}:t)),[i,n]=e.every((t=>/^\w+$/.test(t.label)))?[/\w*$/,/\w+$/]:function(t){let e=Object.create(null),i=Object.create(null);for(let{label:n}of t){e[n[0]]=!0;for(let t=1;t<n.length;t++)i[n[t]]=!0}let n=Wu(e)+Wu(i)+"*$";return[new RegExp("^"+n),new RegExp(n)]}(e);return t=>{let o=t.matchBefore(n);return o||t.explicit?{from:o?o.from:t.pos,options:e,validFor:i}:null}}class Yu{constructor(t,e,i,n){this.completion=t,this.source=e,this.match=i,this.score=n}}function Eu(t){return t.selection.main.from}function Mu(t,e){var i;let{source:n}=t,o=e&&"^"!=n[0],r="$"!=n[n.length-1];return o||r?new RegExp(`${o?"^":""}(?:${n})${r?"$":""}`,null!==(i=t.flags)&&void 0!==i?i:t.ignoreCase?"i":""):t}const Du=Ht.define();const ju=new WeakMap;function qu(t){if(!Array.isArray(t))return t;let e=ju.get(t);return e||ju.set(t,e=Xu(t)),e}const _u=te.define(),Nu=te.define();class Vu{constructor(t){this.pattern=t,this.chars=[],this.folded=[],this.any=[],this.precise=[],this.byWord=[],this.score=0,this.matched=[];for(let e=0;e<t.length;){let i=at(t,e),n=ct(i);this.chars.push(i);let o=t.slice(e,e+n),r=o.toUpperCase();this.folded.push(at(r==o?o.toLowerCase():r,0)),e+=n}this.astral=t.length!=this.chars.length}ret(t,e){return this.score=t,this.matched=e,this}match(t){if(0==this.pattern.length)return this.ret(-100,[]);if(t.length<this.pattern.length)return null;let{chars:e,folded:i,any:n,precise:o,byWord:r}=this;if(1==e.length){let n=at(t,0),o=ct(n),r=o==t.length?0:-100;if(n==e[0]);else{if(n!=i[0])return null;r+=-200}return this.ret(r,[0,o])}let s=t.indexOf(this.pattern);if(0==s)return this.ret(t.length==this.pattern.length?0:-100,[0,this.pattern.length]);let a=e.length,l=0;if(s<0){for(let o=0,r=Math.min(t.length,200);o<r&&l<a;){let r=at(t,o);r!=e[l]&&r!=i[l]||(n[l++]=o),o+=ct(r)}if(l<a)return null}let c=0,h=0,d=!1,u=0,f=-1,p=-1,O=/[a-z]/.test(t),g=!0;for(let n=0,l=Math.min(t.length,200),m=0;n<l&&h<a;){let l=at(t,n);s<0&&(c<a&&l==e[c]&&(o[c++]=n),u<a&&(l==e[u]||l==i[u]?(0==u&&(f=n),p=n+1,u++):u=0));let y,v=l<255?l>=48&&l<=57||l>=97&&l<=122?2:l>=65&&l<=90?1:0:(y=lt(l))!=y.toLowerCase()?1:y!=y.toUpperCase()?2:0;(!n||1==v&&O||0==m&&0!=v)&&(e[h]==l||i[h]==l&&(d=!0)?r[h++]=n:r.length&&(g=!1)),m=v,n+=ct(l)}return h==a&&0==r[0]&&g?this.result((d?-200:0)-100,r,t):u==a&&0==f?this.ret(-200-t.length+(p==t.length?0:-100),[0,p]):s>-1?this.ret(-700-t.length,[s,s+this.pattern.length]):u==a?this.ret(-900-t.length,[f,p]):h==a?this.result((d?-200:0)-100-700+(g?0:-1100),r,t):2==e.length?null:this.result((n[0]?-700:0)-200-1100,n,t)}result(t,e,i){let n=[],o=0;for(let t of e){let e=t+(this.astral?ct(at(i,t)):1);o&&n[o-1]==t?n[o-1]=e:(n[o++]=t,n[o++]=e)}return this.ret(t-i.length,n)}}class Bu{constructor(t){this.pattern=t,this.matched=[],this.score=0,this.folded=t.toLowerCase()}match(t){if(t.length<this.pattern.length)return null;let e=t.slice(0,this.pattern.length),i=e==this.pattern?0:e.toLowerCase()==this.folded?-200:null;return null==i?null:(this.matched=[0,e.length],this.score=i+(t.length==this.pattern.length?0:-100),this)}}const Iu=kt.define({combine:t=>fe(t,{activateOnTyping:!0,activateOnTypingDelay:100,selectOnOpen:!0,override:null,closeOnBlur:!0,maxRenderedOptions:100,defaultKeymap:!0,tooltipClass:()=>"",optionClass:()=>"",aboveCursor:!1,icons:!0,addToOptions:[],positionInfo:Lu,filterStrict:!1,compareCompletions:(t,e)=>t.label.localeCompare(e.label),interactionDelay:75,updateSyncTime:100},{defaultKeymap:(t,e)=>t&&e,closeOnBlur:(t,e)=>t&&e,icons:(t,e)=>t&&e,tooltipClass:(t,e)=>i=>zu(t(i),e(i)),optionClass:(t,e)=>i=>zu(t(i),e(i)),addToOptions:(t,e)=>t.concat(e),filterStrict:(t,e)=>t||e})});function zu(t,e){return t?e?t+" "+e:t:e}function Lu(t,e,i,n,o,r){let s,a,l=t.textDirection==Ji.RTL,c=l,h=!1,d="top",u=e.left-o.left,f=o.right-e.right,p=n.right-n.left,O=n.bottom-n.top;if(c&&u<Math.min(p,f)?c=!1:!c&&f<Math.min(p,u)&&(c=!0),p<=(c?u:f))s=Math.max(o.top,Math.min(i.top,o.bottom-O))-e.top,a=Math.min(400,c?u:f);else{h=!0,a=Math.min(400,(l?e.right:o.right-e.left)-30);let t=o.bottom-e.bottom;t>=O||t>e.top?s=i.bottom-e.top:(d="bottom",s=e.bottom-i.top)}return{style:`${d}: ${s/((e.bottom-e.top)/r.offsetHeight)}px; max-width: ${a/((e.right-e.left)/r.offsetWidth)}px`,class:"cm-completionInfo-"+(h?l?"left-narrow":"right-narrow":c?"left":"right")}}function Gu(t,e,i){if(t<=i)return{from:0,to:t};if(e<0&&(e=0),e<=t>>1){let t=Math.floor(e/i);return{from:t*i,to:(t+1)*i}}let n=Math.floor((t-e)/i);return{from:t-(n+1)*i,to:t-n*i}}class Uu{constructor(t,e,i){this.view=t,this.stateField=e,this.applyCompletion=i,this.info=null,this.infoDestroy=null,this.placeInfoReq={read:()=>this.measureInfo(),write:t=>this.placeInfo(t),key:this},this.space=null,this.currentClass="";let n=t.state.field(e),{options:o,selected:r}=n.open,s=t.state.facet(Iu);this.optionContent=function(t){let e=t.addToOptions.slice();return t.icons&&e.push({render(t){let e=document.createElement("div");return e.classList.add("cm-completionIcon"),t.type&&e.classList.add(...t.type.split(/\s+/g).map((t=>"cm-completionIcon-"+t))),e.setAttribute("aria-hidden","true"),e},position:20}),e.push({render(t,e,i,n){let o=document.createElement("span");o.className="cm-completionLabel";let r=t.displayLabel||t.label,s=0;for(let t=0;t<n.length;){let e=n[t++],i=n[t++];e>s&&o.appendChild(document.createTextNode(r.slice(s,e)));let a=o.appendChild(document.createElement("span"));a.appendChild(document.createTextNode(r.slice(e,i))),a.className="cm-completionMatchedText",s=i}return s<r.length&&o.appendChild(document.createTextNode(r.slice(s))),o},position:50},{render(t){if(!t.detail)return null;let e=document.createElement("span");return e.className="cm-completionDetail",e.textContent=t.detail,e},position:80}),e.sort(((t,e)=>t.position-e.position)).map((t=>t.render))}(s),this.optionClass=s.optionClass,this.tooltipClass=s.tooltipClass,this.range=Gu(o.length,r,s.maxRenderedOptions),this.dom=document.createElement("div"),this.dom.className="cm-tooltip-autocomplete",this.updateTooltipClass(t.state),this.dom.addEventListener("mousedown",(i=>{let{options:n}=t.state.field(e).open;for(let e,o=i.target;o&&o!=this.dom;o=o.parentNode)if("LI"==o.nodeName&&(e=/-(\d+)$/.exec(o.id))&&+e[1]<n.length)return this.applyCompletion(t,n[+e[1]]),void i.preventDefault()})),this.dom.addEventListener("focusout",(e=>{let i=t.state.field(this.stateField,!1);i&&i.tooltip&&t.state.facet(Iu).closeOnBlur&&e.relatedTarget!=t.contentDOM&&t.dispatch({effects:Nu.of(null)})})),this.showOptions(o,n.id)}mount(){this.updateSel()}showOptions(t,e){this.list&&this.list.remove(),this.list=this.dom.appendChild(this.createListBox(t,e,this.range)),this.list.addEventListener("scroll",(()=>{this.info&&this.view.requestMeasure(this.placeInfoReq)}))}update(t){var e;let i=t.state.field(this.stateField),n=t.startState.field(this.stateField);if(this.updateTooltipClass(t.state),i!=n){let{options:o,selected:r,disabled:s}=i.open;n.open&&n.open.options==o||(this.range=Gu(o.length,r,t.state.facet(Iu).maxRenderedOptions),this.showOptions(o,i.id)),this.updateSel(),s!=(null===(e=n.open)||void 0===e?void 0:e.disabled)&&this.dom.classList.toggle("cm-tooltip-autocomplete-disabled",!!s)}}updateTooltipClass(t){let e=this.tooltipClass(t);if(e!=this.currentClass){for(let t of this.currentClass.split(" "))t&&this.dom.classList.remove(t);for(let t of e.split(" "))t&&this.dom.classList.add(t);this.currentClass=e}}positioned(t){this.space=t,this.info&&this.view.requestMeasure(this.placeInfoReq)}updateSel(){let t=this.view.state.field(this.stateField),e=t.open;if((e.selected>-1&&e.selected<this.range.from||e.selected>=this.range.to)&&(this.range=Gu(e.options.length,e.selected,this.view.state.facet(Iu).maxRenderedOptions),this.showOptions(e.options,t.id)),this.updateSelectedOption(e.selected)){this.destroyInfo();let{completion:i}=e.options[e.selected],{info:n}=i;if(!n)return;let o="string"==typeof n?document.createTextNode(n):n(i);if(!o)return;"then"in o?o.then((e=>{e&&this.view.state.field(this.stateField,!1)==t&&this.addInfoPane(e,i)})).catch((t=>Tn(this.view.state,t,"completion info"))):this.addInfoPane(o,i)}}addInfoPane(t,e){this.destroyInfo();let i=this.info=document.createElement("div");if(i.className="cm-tooltip cm-completionInfo",null!=t.nodeType)i.appendChild(t),this.infoDestroy=null;else{let{dom:e,destroy:n}=t;i.appendChild(e),this.infoDestroy=n||null}this.dom.appendChild(i),this.view.requestMeasure(this.placeInfoReq)}updateSelectedOption(t){let e=null;for(let i=this.list.firstChild,n=this.range.from;i;i=i.nextSibling,n++)"LI"==i.nodeName&&i.id?n==t?i.hasAttribute("aria-selected")||(i.setAttribute("aria-selected","true"),e=i):i.hasAttribute("aria-selected")&&i.removeAttribute("aria-selected"):n--;return e&&function(t,e){let i=t.getBoundingClientRect(),n=e.getBoundingClientRect(),o=i.height/t.offsetHeight;n.top<i.top?t.scrollTop-=(i.top-n.top)/o:n.bottom>i.bottom&&(t.scrollTop+=(n.bottom-i.bottom)/o)}(this.list,e),e}measureInfo(){let t=this.dom.querySelector("[aria-selected]");if(!t||!this.info)return null;let e=this.dom.getBoundingClientRect(),i=this.info.getBoundingClientRect(),n=t.getBoundingClientRect(),o=this.space;if(!o){let t=this.dom.ownerDocument.defaultView||window;o={left:0,top:0,right:t.innerWidth,bottom:t.innerHeight}}return n.top>Math.min(o.bottom,e.bottom)-10||n.bottom<Math.max(o.top,e.top)+10?null:this.view.state.facet(Iu).positionInfo(this.view,e,n,i,o,this.dom)}placeInfo(t){this.info&&(t?(t.style&&(this.info.style.cssText=t.style),this.info.className="cm-tooltip cm-completionInfo "+(t.class||"")):this.info.style.cssText="top: -1e6px")}createListBox(t,e,i){const n=document.createElement("ul");n.id=e,n.setAttribute("role","listbox"),n.setAttribute("aria-expanded","true"),n.setAttribute("aria-label",this.view.state.phrase("Completions"));let o=null;for(let r=i.from;r<i.to;r++){let{completion:s,match:a}=t[r],{section:l}=s;if(l){let t="string"==typeof l?l:l.name;if(t!=o&&(r>i.from||0==i.from))if(o=t,"string"!=typeof l&&l.header)n.appendChild(l.header(l));else{n.appendChild(document.createElement("completion-section")).textContent=t}}const c=n.appendChild(document.createElement("li"));c.id=e+"-"+r,c.setAttribute("role","option");let h=this.optionClass(s);h&&(c.className=h);for(let t of this.optionContent){let e=t(s,this.view.state,this.view,a);e&&c.appendChild(e)}}return i.from&&n.classList.add("cm-completionListIncompleteTop"),i.to<t.length&&n.classList.add("cm-completionListIncompleteBottom"),n}destroyInfo(){this.info&&(this.infoDestroy&&this.infoDestroy(),this.info.remove(),this.info=null)}destroy(){this.destroyInfo()}}function Fu(t,e){return i=>new Uu(i,t,e)}function Hu(t){return 100*(t.boost||0)+(t.apply?10:0)+(t.info?5:0)+(t.type?1:0)}class Ku{constructor(t,e,i,n,o,r){this.options=t,this.attrs=e,this.tooltip=i,this.timestamp=n,this.selected=o,this.disabled=r}setSelected(t,e){return t==this.selected||t>=this.options.length?this:new Ku(this.options,ef(e,t),this.tooltip,this.timestamp,t,this.disabled)}static build(t,e,i,n,o){let r=function(t,e){let i=[],n=null,o=t=>{i.push(t);let{section:e}=t.completion;if(e){n||(n=[]);let t="string"==typeof e?e:e.name;n.some((e=>e.name==t))||n.push("string"==typeof e?{name:t}:e)}},r=e.facet(Iu);for(let n of t)if(n.hasResult()){let t=n.result.getMatch;if(!1===n.result.filter)for(let e of n.result.options)o(new Yu(e,n.source,t?t(e):[],1e9-i.length));else{let i,s=e.sliceDoc(n.from,n.to),a=r.filterStrict?new Bu(s):new Vu(s);for(let e of n.result.options)if(i=a.match(e.label)){let r=e.displayLabel?t?t(e,i.matched):[]:i.matched;o(new Yu(e,n.source,r,i.score+(e.boost||0)))}}}if(n){let t=Object.create(null),e=0,o=(t,e)=>{var i,n;return(null!==(i=t.rank)&&void 0!==i?i:1e9)-(null!==(n=e.rank)&&void 0!==n?n:1e9)||(t.name<e.name?-1:1)};for(let i of n.sort(o))e-=1e5,t[i.name]=e;for(let e of i){let{section:i}=e.completion;i&&(e.score+=t["string"==typeof i?i:i.name])}}let s=[],a=null,l=r.compareCompletions;for(let t of i.sort(((t,e)=>e.score-t.score||l(t.completion,e.completion)))){let e=t.completion;!a||a.label!=e.label||a.detail!=e.detail||null!=a.type&&null!=e.type&&a.type!=e.type||a.apply!=e.apply||a.boost!=e.boost?s.push(t):Hu(t.completion)>Hu(a)&&(s[s.length-1]=t),a=t.completion}return s}(t,e);if(!r.length)return n&&t.some((t=>1==t.state))?new Ku(n.options,n.attrs,n.tooltip,n.timestamp,n.selected,!0):null;let s=e.facet(Iu).selectOnOpen?0:-1;if(n&&n.selected!=s&&-1!=n.selected){let t=n.options[n.selected].completion;for(let e=0;e<r.length;e++)if(r[e].completion==t){s=e;break}}return new Ku(r,ef(i,s),{pos:t.reduce(((t,e)=>e.hasResult()?Math.min(t,e.from):t),1e8),create:df,above:o.aboveCursor},n?n.timestamp:Date.now(),s,!1)}map(t){return new Ku(this.options,this.attrs,Object.assign(Object.assign({},this.tooltip),{pos:t.mapPos(this.tooltip.pos)}),this.timestamp,this.selected,this.disabled)}}class Ju{constructor(t,e,i){this.active=t,this.id=e,this.open=i}static start(){return new Ju(nf,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(t){let{state:e}=t,i=e.facet(Iu),n=(i.override||e.languageDataAt("autocomplete",Eu(e)).map(qu)).map((e=>(this.active.find((t=>t.source==e))||new rf(e,this.active.some((t=>0!=t.state))?1:0)).update(t,i)));n.length==this.active.length&&n.every(((t,e)=>t==this.active[e]))&&(n=this.active);let o=this.open;o&&t.docChanged&&(o=o.map(t.changes)),t.selection||n.some((e=>e.hasResult()&&t.changes.touchesRange(e.from,e.to)))||!function(t,e){if(t==e)return!0;for(let i=0,n=0;;){for(;i<t.length&&!t[i].hasResult;)i++;for(;n<e.length&&!e[n].hasResult;)n++;let o=i==t.length,r=n==e.length;if(o||r)return o==r;if(t[i++].result!=e[n++].result)return!1}}(n,this.active)?o=Ku.build(n,e,this.id,o,i):o&&o.disabled&&!n.some((t=>1==t.state))&&(o=null),!o&&n.every((t=>1!=t.state))&&n.some((t=>t.hasResult()))&&(n=n.map((t=>t.hasResult()?new rf(t.source,0):t)));for(let e of t.effects)e.is(lf)&&(o=o&&o.setSelected(e.value,this.id));return n==this.active&&o==this.open?this:new Ju(n,this.id,o)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:tf}}const tf={"aria-autocomplete":"list"};function ef(t,e){let i={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":t};return e>-1&&(i["aria-activedescendant"]=t+"-"+e),i}const nf=[];function of(t){return t.isUserEvent("input.type")?"input":t.isUserEvent("delete.backward")?"delete":null}class rf{constructor(t,e,i=-1){this.source=t,this.state=e,this.explicitPos=i}hasResult(){return!1}update(t,e){let i=of(t),n=this;i?n=n.handleUserEvent(t,i,e):t.docChanged?n=n.handleChange(t):t.selection&&0!=n.state&&(n=new rf(n.source,0));for(let e of t.effects)if(e.is(_u))n=new rf(n.source,1,e.value?Eu(t.state):-1);else if(e.is(Nu))n=new rf(n.source,0);else if(e.is(af))for(let t of e.value)t.source==n.source&&(n=t);return n}handleUserEvent(t,e,i){return"delete"!=e&&i.activateOnTyping?new rf(this.source,1):this.map(t.changes)}handleChange(t){return t.changes.touchesRange(Eu(t.startState))?new rf(this.source,0):this.map(t.changes)}map(t){return t.empty||this.explicitPos<0?this:new rf(this.source,this.state,t.mapPos(this.explicitPos))}}class sf extends rf{constructor(t,e,i,n,o){super(t,2,e),this.result=i,this.from=n,this.to=o}hasResult(){return!0}handleUserEvent(t,e,i){var n;let o=this.result;o.map&&!t.changes.empty&&(o=o.map(o,t.changes));let r=t.changes.mapPos(this.from),s=t.changes.mapPos(this.to,1),a=Eu(t.state);if((this.explicitPos<0?a<=r:a<this.from)||a>s||!o||"delete"==e&&Eu(t.startState)==this.from)return new rf(this.source,"input"==e&&i.activateOnTyping?1:0);let l=this.explicitPos<0?-1:t.changes.mapPos(this.explicitPos);return function(t,e,i,n){if(!t)return!1;let o=e.sliceDoc(i,n);return"function"==typeof t?t(o,i,n,e):Mu(t,!0).test(o)}(o.validFor,t.state,r,s)?new sf(this.source,l,o,r,s):o.update&&(o=o.update(o,r,s,new Ru(t.state,a,l>=0)))?new sf(this.source,l,o,o.from,null!==(n=o.to)&&void 0!==n?n:Eu(t.state)):new rf(this.source,1,l)}handleChange(t){return t.changes.touchesRange(this.from,this.to)?new rf(this.source,0):this.map(t.changes)}map(t){if(t.empty)return this;return(this.result.map?this.result.map(this.result,t):this.result)?new sf(this.source,this.explicitPos<0?-1:t.mapPos(this.explicitPos),this.result,t.mapPos(this.from),t.mapPos(this.to,1)):new rf(this.source,0)}}const af=te.define({map:(t,e)=>t.map((t=>t.map(e)))}),lf=te.define(),cf=Tt.define({create:()=>Ju.start(),update:(t,e)=>t.update(e),provide:t=>[Ms.from(t,(t=>t.tooltip)),Xr.contentAttributes.from(t,(t=>t.attrs))]});function hf(t,e){const i=e.completion.apply||e.completion.label;let n=t.state.field(cf).active.find((t=>t.source==e.source));return n instanceof sf&&("string"==typeof i?t.dispatch(Object.assign(Object.assign({},function(t,e,i,n){let{main:o}=t.selection,r=i-o.from,s=n-o.from;return Object.assign(Object.assign({},t.changeByRange((a=>a!=o&&i!=n&&t.sliceDoc(a.from+r,a.from+s)!=t.sliceDoc(i,n)?{range:a}:{changes:{from:a.from+r,to:n==o.from?a.to:a.from+s,insert:e},range:bt.cursor(a.from+r+e.length)}))),{scrollIntoView:!0,userEvent:"input.complete"})}(t.state,i,n.from,n.to)),{annotations:Du.of(e.completion)})):i(t,e.completion,n.from,n.to),!0)}const df=Fu(cf,hf);function uf(t,e="option"){return i=>{let n=i.state.field(cf,!1);if(!n||!n.open||n.open.disabled||Date.now()-n.open.timestamp<i.state.facet(Iu).interactionDelay)return!1;let o,r=1;"page"==e&&(o=Bs(i,n.open.tooltip))&&(r=Math.max(2,Math.floor(o.dom.offsetHeight/o.dom.querySelector("li").offsetHeight)-1));let{length:s}=n.open.options,a=n.open.selected>-1?n.open.selected+r*(t?1:-1):t?0:s-1;return a<0?a="page"==e?0:s-1:a>=s&&(a="page"==e?s-1:0),i.dispatch({effects:lf.of(a)}),!0}}class ff{constructor(t,e){this.active=t,this.context=e,this.time=Date.now(),this.updates=[],this.done=void 0}}const pf=Yn.fromClass(class{constructor(t){this.view=t,this.debounceUpdate=-1,this.running=[],this.debounceAccept=-1,this.pendingStart=!1,this.composing=0;for(let e of t.state.field(cf).active)1==e.state&&this.startQuery(e)}update(t){let e=t.state.field(cf);if(!t.selectionSet&&!t.docChanged&&t.startState.field(cf)==e)return;let i=t.transactions.some((t=>(t.selection||t.docChanged)&&!of(t)));for(let e=0;e<this.running.length;e++){let n=this.running[e];if(i||n.updates.length+t.transactions.length>50&&Date.now()-n.time>1e3){for(let t of n.context.abortListeners)try{t()}catch(t){Tn(this.view.state,t)}n.context.abortListeners=null,this.running.splice(e--,1)}else n.updates.push(...t.transactions)}this.debounceUpdate>-1&&clearTimeout(this.debounceUpdate),t.transactions.some((t=>t.effects.some((t=>t.is(_u)))))&&(this.pendingStart=!0);let n=this.pendingStart?50:t.state.facet(Iu).activateOnTypingDelay;if(this.debounceUpdate=e.active.some((t=>1==t.state&&!this.running.some((e=>e.active.source==t.source))))?setTimeout((()=>this.startUpdate()),n):-1,0!=this.composing)for(let e of t.transactions)"input"==of(e)?this.composing=2:2==this.composing&&e.selection&&(this.composing=3)}startUpdate(){this.debounceUpdate=-1,this.pendingStart=!1;let{state:t}=this.view,e=t.field(cf);for(let t of e.active)1!=t.state||this.running.some((e=>e.active.source==t.source))||this.startQuery(t)}startQuery(t){let{state:e}=this.view,i=Eu(e),n=new Ru(e,i,t.explicitPos==i),o=new ff(t,n);this.running.push(o),Promise.resolve(t.source(n)).then((t=>{o.context.aborted||(o.done=t||null,this.scheduleAccept())}),(t=>{this.view.dispatch({effects:Nu.of(null)}),Tn(this.view.state,t)}))}scheduleAccept(){this.running.every((t=>void 0!==t.done))?this.accept():this.debounceAccept<0&&(this.debounceAccept=setTimeout((()=>this.accept()),this.view.state.facet(Iu).updateSyncTime))}accept(){var t;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let e=[],i=this.view.state.facet(Iu);for(let n=0;n<this.running.length;n++){let o=this.running[n];if(void 0===o.done)continue;if(this.running.splice(n--,1),o.done){let n=new sf(o.active.source,o.active.explicitPos,o.done,o.done.from,null!==(t=o.done.to)&&void 0!==t?t:Eu(o.updates.length?o.updates[0].startState:this.view.state));for(let t of o.updates)n=n.update(t,i);if(n.hasResult()){e.push(n);continue}}let r=this.view.state.field(cf).active.find((t=>t.source==o.active.source));if(r&&1==r.state)if(null==o.done){let t=new rf(o.active.source,0);for(let e of o.updates)t=t.update(e,i);1!=t.state&&e.push(t)}else this.startQuery(r)}e.length&&this.view.dispatch({effects:af.of(e)})}},{eventHandlers:{blur(t){let e=this.view.state.field(cf,!1);if(e&&e.tooltip&&this.view.state.facet(Iu).closeOnBlur){let i=e.open&&Bs(this.view,e.open.tooltip);i&&i.dom.contains(t.relatedTarget)||setTimeout((()=>this.view.dispatch({effects:Nu.of(null)})),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout((()=>this.view.dispatch({effects:_u.of(!1)})),20),this.composing=0}}}),Of="object"==typeof navigator&&/Win/.test(navigator.platform),gf=Mt.highest(Xr.domEventHandlers({keydown(t,e){let i=e.state.field(cf,!1);if(!i||!i.open||i.open.disabled||i.open.selected<0||t.key.length>1||t.ctrlKey&&(!Of||!t.altKey)||t.metaKey)return!1;let n=i.open.options[i.open.selected],o=i.active.find((t=>t.source==n.source)),r=n.completion.commitCharacters||o.result.commitCharacters;return r&&r.indexOf(t.key)>-1&&hf(e,n),!1}})),mf=Xr.baseTheme({".cm-tooltip.cm-tooltip-autocomplete":{"& > ul":{fontFamily:"monospace",whiteSpace:"nowrap",overflow:"hidden auto",maxWidth_fallback:"700px",maxWidth:"min(700px, 95vw)",minWidth:"250px",maxHeight:"10em",height:"100%",listStyle:"none",margin:0,padding:0,"& > li, & > completion-section":{padding:"1px 3px",lineHeight:1.2},"& > li":{overflowX:"hidden",textOverflow:"ellipsis",cursor:"pointer"},"& > completion-section":{display:"list-item",borderBottom:"1px solid silver",paddingLeft:"0.5em",opacity:.7}}},"&light .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#17c",color:"white"},"&light .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#777"},"&dark .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#347",color:"white"},"&dark .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#444"},".cm-completionListIncompleteTop:before, .cm-completionListIncompleteBottom:after":{content:'"···"',opacity:.5,display:"block",textAlign:"center"},".cm-tooltip.cm-completionInfo":{position:"absolute",padding:"3px 9px",width:"max-content",maxWidth:"400px",boxSizing:"border-box"},".cm-completionInfo.cm-completionInfo-left":{right:"100%"},".cm-completionInfo.cm-completionInfo-right":{left:"100%"},".cm-completionInfo.cm-completionInfo-left-narrow":{right:"30px"},".cm-completionInfo.cm-completionInfo-right-narrow":{left:"30px"},"&light .cm-snippetField":{backgroundColor:"#00000022"},"&dark .cm-snippetField":{backgroundColor:"#ffffff22"},".cm-snippetFieldPosition":{verticalAlign:"text-top",width:0,height:"1.15em",display:"inline-block",margin:"0 -0.7px -.7em",borderLeft:"1.4px dotted #888"},".cm-completionMatchedText":{textDecoration:"underline"},".cm-completionDetail":{marginLeft:"0.5em",fontStyle:"italic"},".cm-completionIcon":{fontSize:"90%",width:".8em",display:"inline-block",textAlign:"center",paddingRight:".6em",opacity:"0.6",boxSizing:"content-box"},".cm-completionIcon-function, .cm-completionIcon-method":{"&:after":{content:"'ƒ'"}},".cm-completionIcon-class":{"&:after":{content:"'○'"}},".cm-completionIcon-interface":{"&:after":{content:"'◌'"}},".cm-completionIcon-variable":{"&:after":{content:"'𝑥'"}},".cm-completionIcon-constant":{"&:after":{content:"'𝐶'"}},".cm-completionIcon-type":{"&:after":{content:"'𝑡'"}},".cm-completionIcon-enum":{"&:after":{content:"'∪'"}},".cm-completionIcon-property":{"&:after":{content:"'□'"}},".cm-completionIcon-keyword":{"&:after":{content:"'🔑︎'"}},".cm-completionIcon-namespace":{"&:after":{content:"'▢'"}},".cm-completionIcon-text":{"&:after":{content:"'abc'",fontSize:"50%",verticalAlign:"middle"}}});class yf{constructor(t,e,i,n){this.field=t,this.line=e,this.from=i,this.to=n}}class vf{constructor(t,e,i){this.field=t,this.from=e,this.to=i}map(t){let e=t.mapPos(this.from,-1,dt.TrackDel),i=t.mapPos(this.to,1,dt.TrackDel);return null==e||null==i?null:new vf(this.field,e,i)}}class wf{constructor(t,e){this.lines=t,this.fieldPositions=e}instantiate(t,e){let i=[],n=[e],o=t.doc.lineAt(e),r=/^\s*/.exec(o.text)[0];for(let o of this.lines){if(i.length){let i=r,s=/^\t*/.exec(o)[0].length;for(let e=0;e<s;e++)i+=t.facet(Vl);n.push(e+i.length-s),o=i+o.slice(s)}i.push(o),e+=o.length+1}let s=this.fieldPositions.map((t=>new vf(t.field,n[t.line]+t.from,n[t.line]+t.to)));return{text:i,ranges:s}}static parse(t){let e,i=[],n=[],o=[];for(let r of t.split(/\r\n?|\n/)){for(;e=/[#$]\{(?:(\d+)(?::([^}]*))?|([^}]*))\}/.exec(r);){let t=e[1]?+e[1]:null,s=e[2]||e[3]||"",a=-1;for(let e=0;e<i.length;e++)(null!=t?i[e].seq==t:s&&i[e].name==s)&&(a=e);if(a<0){let e=0;for(;e<i.length&&(null==t||null!=i[e].seq&&i[e].seq<t);)e++;i.splice(e,0,{seq:t,name:s}),a=e;for(let t of o)t.field>=a&&t.field++}o.push(new yf(a,n.length,e.index,e.index+s.length)),r=r.slice(0,e.index)+s+r.slice(e.index+e[0].length)}for(let t;t=/\\([{}])/.exec(r);){r=r.slice(0,t.index)+t[1]+r.slice(t.index+t[0].length);for(let e of o)e.line==n.length&&e.from>t.index&&(e.from--,e.to--)}n.push(r)}return new wf(n,o)}}let bf=Bi.widget({widget:new class extends Ni{toDOM(){let t=document.createElement("span");return t.className="cm-snippetFieldPosition",t}ignoreEvent(){return!1}}}),xf=Bi.mark({class:"cm-snippetField"});class Sf{constructor(t,e){this.ranges=t,this.active=e,this.deco=Bi.set(t.map((t=>(t.from==t.to?bf:xf).range(t.from,t.to))))}map(t){let e=[];for(let i of this.ranges){let n=i.map(t);if(!n)return null;e.push(n)}return new Sf(e,this.active)}selectionInsideField(t){return t.ranges.every((t=>this.ranges.some((e=>e.field==this.active&&e.from<=t.from&&e.to>=t.to))))}}const kf=te.define({map:(t,e)=>t&&t.map(e)}),Qf=te.define(),Pf=Tt.define({create:()=>null,update(t,e){for(let i of e.effects){if(i.is(kf))return i.value;if(i.is(Qf)&&t)return new Sf(t.ranges,i.value)}return t&&e.docChanged&&(t=t.map(e.changes)),t&&e.selection&&!t.selectionInsideField(e.selection)&&(t=null),t},provide:t=>Xr.decorations.from(t,(t=>t?t.deco:Bi.none))});function $f(t,e){return bt.create(t.filter((t=>t.field==e)).map((t=>bt.range(t.from,t.to))))}function Zf(t){let e=wf.parse(t);return(t,i,n,o)=>{let{text:r,ranges:s}=e.instantiate(t.state,n),a={changes:{from:n,to:o,insert:N.of(r)},scrollIntoView:!0,annotations:i?[Du.of(i),ee.userEvent.of("input.complete")]:void 0};if(s.length&&(a.selection=$f(s,0)),s.some((t=>t.field>0))){let e=new Sf(s,0),i=a.effects=[kf.of(e)];void 0===t.state.field(Pf,!1)&&i.push(te.appendConfig.of([Pf,Rf,Xf,mf]))}t.dispatch(t.state.update(a))}}function Cf(t){return({state:e,dispatch:i})=>{let n=e.field(Pf,!1);if(!n||t<0&&0==n.active)return!1;let o=n.active+t,r=t>0&&!n.ranges.some((e=>e.field==o+t));return i(e.update({selection:$f(n.ranges,o),effects:kf.of(r?null:new Sf(n.ranges,o)),scrollIntoView:!0})),!0}}const Af=[{key:"Tab",run:Cf(1),shift:Cf(-1)},{key:"Escape",run:({state:t,dispatch:e})=>!!t.field(Pf,!1)&&(e(t.update({effects:kf.of(null)})),!0)}],Tf=kt.define({combine:t=>t.length?t[0]:Af}),Rf=Mt.highest(Nr.compute([Tf],(t=>t.facet(Tf))));function Wf(t,e){return Object.assign(Object.assign({},e),{apply:Zf(t)})}const Xf=Xr.domEventHandlers({mousedown(t,e){let i,n=e.state.field(Pf,!1);if(!n||null==(i=e.posAtCoords({x:t.clientX,y:t.clientY})))return!1;let o=n.ranges.find((t=>t.from<=i&&t.to>=i));return!(!o||o.field==n.active)&&(e.dispatch({selection:$f(n.ranges,o.field),effects:kf.of(n.ranges.some((t=>t.field>o.field))?new Sf(n.ranges,o.field):null),scrollIntoView:!0}),!0)}}),Yf={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},Ef=te.define({map(t,e){let i=e.mapPos(t,-1,dt.TrackAfter);return null==i?void 0:i}}),Mf=new class extends pe{};Mf.startSide=1,Mf.endSide=-1;const Df=Tt.define({create:()=>ye.empty,update(t,e){if(t=t.map(e.changes),e.selection){let i=e.state.doc.lineAt(e.selection.main.head);t=t.update({filter:t=>t>=i.from&&t<=i.to})}for(let i of e.effects)i.is(Ef)&&(t=t.update({add:[Mf.range(i.value,i.value+1)]}));return t}});const jf="()[]{}<>";function qf(t){for(let e=0;e<jf.length;e+=2)if(jf.charCodeAt(e)==t)return jf.charAt(e+1);return lt(t<128?t:t+1)}function _f(t,e){return t.languageDataAt("closeBrackets",e)[0]||Yf}const Nf="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),Vf=Xr.inputHandler.of(((t,e,i,n)=>{if((Nf?t.composing:t.compositionStarted)||t.state.readOnly)return!1;let o=t.state.selection.main;if(n.length>2||2==n.length&&1==ct(at(n,0))||e!=o.from||i!=o.to)return!1;let r=function(t,e){let i=_f(t,t.selection.main.head),n=i.brackets||Yf.brackets;for(let o of n){let r=qf(at(o,0));if(e==o)return r==o?Uf(t,o,n.indexOf(o+o+o)>-1,i):Lf(t,o,r,i.before||Yf.before);if(e==r&&If(t,t.selection.main.from))return Gf(t,o,r)}return null}(t.state,n);return!!r&&(t.dispatch(r),!0)})),Bf=[{key:"Backspace",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=_f(t,t.selection.main.head).brackets||Yf.brackets,n=null,o=t.changeByRange((e=>{if(e.empty){let n=function(t,e){let i=t.sliceString(e-2,e);return ct(at(i,0))==i.length?i:i.slice(1)}(t.doc,e.head);for(let o of i)if(o==n&&zf(t.doc,e.head)==qf(at(o,0)))return{changes:{from:e.head-o.length,to:e.head+o.length},range:bt.cursor(e.head-o.length)}}return{range:n=e}}));return n||e(t.update(o,{scrollIntoView:!0,userEvent:"delete.backward"})),!n}}];function If(t,e){let i=!1;return t.field(Df).between(0,t.doc.length,(t=>{t==e&&(i=!0)})),i}function zf(t,e){let i=t.sliceString(e,e+2);return i.slice(0,ct(at(i,0)))}function Lf(t,e,i,n){let o=null,r=t.changeByRange((r=>{if(!r.empty)return{changes:[{insert:e,from:r.from},{insert:i,from:r.to}],effects:Ef.of(r.to+e.length),range:bt.range(r.anchor+e.length,r.head+e.length)};let s=zf(t.doc,r.head);return!s||/\s/.test(s)||n.indexOf(s)>-1?{changes:{insert:e+i,from:r.head},effects:Ef.of(r.head+e.length),range:bt.cursor(r.head+e.length)}:{range:o=r}}));return o?null:t.update(r,{scrollIntoView:!0,userEvent:"input.type"})}function Gf(t,e,i){let n=null,o=t.changeByRange((e=>e.empty&&zf(t.doc,e.head)==i?{changes:{from:e.head,to:e.head+i.length,insert:i},range:bt.cursor(e.head+i.length)}:n={range:e}));return n?null:t.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function Uf(t,e,i,n){let o=n.stringPrefixes||Yf.stringPrefixes,r=null,s=t.changeByRange((n=>{if(!n.empty)return{changes:[{insert:e,from:n.from},{insert:e,from:n.to}],effects:Ef.of(n.to+e.length),range:bt.range(n.anchor+e.length,n.head+e.length)};let s,a=n.head,l=zf(t.doc,a);if(l==e){if(Ff(t,a))return{changes:{insert:e+e,from:a},effects:Ef.of(a+e.length),range:bt.cursor(a+e.length)};if(If(t,a)){let n=i&&t.sliceDoc(a,a+3*e.length)==e+e+e?e+e+e:e;return{changes:{from:a,to:a+n.length,insert:n},range:bt.cursor(a+n.length)}}}else{if(i&&t.sliceDoc(a-2*e.length,a)==e+e&&(s=Hf(t,a-2*e.length,o))>-1&&Ff(t,s))return{changes:{insert:e+e+e+e,from:a},effects:Ef.of(a+e.length),range:bt.cursor(a+e.length)};if(t.charCategorizer(a)(l)!=le.Word&&Hf(t,a,o)>-1&&!function(t,e,i,n){let o=Tl(t).resolveInner(e,-1),r=n.reduce(((t,e)=>Math.max(t,e.length)),0);for(let s=0;s<5;s++){let s=t.sliceDoc(o.from,Math.min(o.to,o.from+i.length+r)),a=s.indexOf(i);if(!a||a>-1&&n.indexOf(s.slice(0,a))>-1){let e=o.firstChild;for(;e&&e.from==o.from&&e.to-e.from>i.length+a;){if(t.sliceDoc(e.to-i.length,e.to)==i)return!1;e=e.firstChild}return!0}let l=o.to==e&&o.parent;if(!l)break;o=l}return!1}(t,a,e,o))return{changes:{insert:e+e,from:a},effects:Ef.of(a+e.length),range:bt.cursor(a+e.length)}}return{range:r=n}}));return r?null:t.update(s,{scrollIntoView:!0,userEvent:"input.type"})}function Ff(t,e){let i=Tl(t).resolveInner(e+1);return i.parent&&i.from==e}function Hf(t,e,i){let n=t.charCategorizer(e);if(n(t.sliceDoc(e-1,e))!=le.Word)return e;for(let o of i){let i=e-o.length;if(t.sliceDoc(i,e)==o&&n(t.sliceDoc(i-1,i))!=le.Word)return i}return-1}const Kf=[{key:"Ctrl-Space",run:t=>!!t.state.field(cf,!1)&&(t.dispatch({effects:_u.of(!0)}),!0)},{key:"Escape",run:t=>{let e=t.state.field(cf,!1);return!(!e||!e.active.some((t=>0!=t.state)))&&(t.dispatch({effects:Nu.of(null)}),!0)}},{key:"ArrowDown",run:uf(!0)},{key:"ArrowUp",run:uf(!1)},{key:"PageDown",run:uf(!0,"page")},{key:"PageUp",run:uf(!1,"page")},{key:"Enter",run:t=>{let e=t.state.field(cf,!1);return!(t.state.readOnly||!e||!e.open||e.open.selected<0||e.open.disabled||Date.now()-e.open.timestamp<t.state.facet(Iu).interactionDelay)&&hf(t,e.open.options[e.open.selected])}}],Jf=Mt.highest(Nr.computeN([Iu],(t=>t.facet(Iu).defaultKeymap?[Kf]:[])));class tp{constructor(t,e,i){this.from=t,this.to=e,this.diagnostic=i}}class ep{constructor(t,e,i){this.diagnostics=t,this.panel=e,this.selected=i}static init(t,e,i){let n=t,o=i.facet(up).markerFilter;o&&(n=o(n,i));let r=Bi.set(n.map((t=>t.from==t.to||t.from==t.to-1&&i.doc.lineAt(t.from).to==t.from?Bi.widget({widget:new Op(t),diagnostic:t}).range(t.from):Bi.mark({attributes:{class:"cm-lintRange cm-lintRange-"+t.severity+(t.markClass?" "+t.markClass:"")},diagnostic:t,inclusive:!0}).range(t.from,t.to))),!0);return new ep(r,e,ip(r))}}function ip(t,e=null,i=0){let n=null;return t.between(i,1e9,((t,i,{spec:o})=>{if(!e||o.diagnostic==e)return n=new tp(t,i,o.diagnostic),!1})),n}const np=te.define(),op=te.define(),rp=te.define(),sp=Tt.define({create:()=>new ep(Bi.none,null,null),update(t,e){if(e.docChanged){let i=t.diagnostics.map(e.changes),n=null;if(t.selected){let o=e.changes.mapPos(t.selected.from,1);n=ip(i,t.selected.diagnostic,o)||ip(i,null,o)}t=new ep(i,t.panel,n)}for(let i of e.effects)i.is(np)?t=ep.init(i.value,t.panel,e.state):i.is(op)?t=new ep(t.diagnostics,i.value?mp.open:null,t.selected):i.is(rp)&&(t=new ep(t.diagnostics,t.panel,i.value));return t},provide:t=>[Hs.from(t,(t=>t.panel)),Xr.decorations.from(t,(t=>t.diagnostics))]}),ap=Bi.mark({class:"cm-lintRange cm-lintRange-active",inclusive:!0});function lp(t,e,i){let{diagnostics:n}=t.state.field(sp),o=[],r=2e8,s=0;n.between(e-(i<0?1:0),e+(i>0?1:0),((t,n,{spec:a})=>{e>=t&&e<=n&&(t==n||(e>t||i>0)&&(e<n||i<0))&&(o.push(a.diagnostic),r=Math.min(t,r),s=Math.max(n,s))}));let a=t.state.facet(up).tooltipFilter;return a&&(o=a(o,t.state)),o.length?{pos:r,end:s,above:t.state.doc.lineAt(r).to<s,create:()=>({dom:cp(t,o)})}:null}function cp(t,e){return Zd("ul",{class:"cm-tooltip-lint"},e.map((e=>pp(t,e,!1))))}const hp=t=>{let e=t.state.field(sp,!1);return!(!e||!e.panel)&&(t.dispatch({effects:op.of(!1)}),!0)},dp=[{key:"Mod-Shift-m",run:t=>{let e=t.state.field(sp,!1);var i,n;e&&e.panel||t.dispatch({effects:(i=t.state,n=[op.of(!0)],i.field(sp,!1)?n:n.concat(te.appendConfig.of(wp)))});let o=Ls(t,mp.open);return o&&o.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:t=>{let e=t.state.field(sp,!1);if(!e)return!1;let i=t.state.selection.main,n=e.diagnostics.iter(i.to+1);return!(!n.value&&(n=e.diagnostics.iter(0),!n.value||n.from==i.from&&n.to==i.to))&&(t.dispatch({selection:{anchor:n.from,head:n.to},scrollIntoView:!0}),!0)}}],up=kt.define({combine:t=>Object.assign({sources:t.map((t=>t.source)).filter((t=>null!=t))},fe(t.map((t=>t.config)),{delay:750,markerFilter:null,tooltipFilter:null,needsRefresh:null},{needsRefresh:(t,e)=>t?e?i=>t(i)||e(i):t:e}))});function fp(t){let e=[];if(t)t:for(let{name:i}of t){for(let t=0;t<i.length;t++){let n=i[t];if(/[a-zA-Z]/.test(n)&&!e.some((t=>t.toLowerCase()==n.toLowerCase()))){e.push(n);continue t}}e.push("")}return e}function pp(t,e,i){var n;let o=i?fp(e.actions):[];return Zd("li",{class:"cm-diagnostic cm-diagnostic-"+e.severity},Zd("span",{class:"cm-diagnosticText"},e.renderMessage?e.renderMessage():e.message),null===(n=e.actions)||void 0===n?void 0:n.map(((i,n)=>{let r=!1,s=n=>{if(n.preventDefault(),r)return;r=!0;let o=ip(t.state.field(sp).diagnostics,e);o&&i.apply(t,o.from,o.to)},{name:a}=i,l=o[n]?a.indexOf(o[n]):-1,c=l<0?a:[a.slice(0,l),Zd("u",a.slice(l,l+1)),a.slice(l+1)];return Zd("button",{type:"button",class:"cm-diagnosticAction",onclick:s,onmousedown:s,"aria-label":` Action: ${a}${l<0?"":` (access key "${o[n]})"`}.`},c)})),e.source&&Zd("div",{class:"cm-diagnosticSource"},e.source))}class Op extends Ni{constructor(t){super(),this.diagnostic=t}eq(t){return t.diagnostic==this.diagnostic}toDOM(){return Zd("span",{class:"cm-lintPoint cm-lintPoint-"+this.diagnostic.severity})}}class gp{constructor(t,e){this.diagnostic=e,this.id="item_"+Math.floor(4294967295*Math.random()).toString(16),this.dom=pp(t,e,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class mp{constructor(t){this.view=t,this.items=[];this.list=Zd("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:e=>{if(27==e.keyCode)hp(this.view),this.view.focus();else if(38==e.keyCode||33==e.keyCode)this.moveSelection((this.selectedIndex-1+this.items.length)%this.items.length);else if(40==e.keyCode||34==e.keyCode)this.moveSelection((this.selectedIndex+1)%this.items.length);else if(36==e.keyCode)this.moveSelection(0);else if(35==e.keyCode)this.moveSelection(this.items.length-1);else if(13==e.keyCode)this.view.focus();else{if(!(e.keyCode>=65&&e.keyCode<=90&&this.selectedIndex>=0))return;{let{diagnostic:i}=this.items[this.selectedIndex],n=fp(i.actions);for(let o=0;o<n.length;o++)if(n[o].toUpperCase().charCodeAt(0)==e.keyCode){let e=ip(this.view.state.field(sp).diagnostics,i);e&&i.actions[o].apply(t,e.from,e.to)}}}e.preventDefault()},onclick:t=>{for(let e=0;e<this.items.length;e++)this.items[e].dom.contains(t.target)&&this.moveSelection(e)}}),this.dom=Zd("div",{class:"cm-panel-lint"},this.list,Zd("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>hp(this.view)},"×")),this.update()}get selectedIndex(){let t=this.view.state.field(sp).selected;if(!t)return-1;for(let e=0;e<this.items.length;e++)if(this.items[e].diagnostic==t.diagnostic)return e;return-1}update(){let{diagnostics:t,selected:e}=this.view.state.field(sp),i=0,n=!1,o=null;for(t.between(0,this.view.state.doc.length,((t,r,{spec:s})=>{let a,l=-1;for(let t=i;t<this.items.length;t++)if(this.items[t].diagnostic==s.diagnostic){l=t;break}l<0?(a=new gp(this.view,s.diagnostic),this.items.splice(i,0,a),n=!0):(a=this.items[l],l>i&&(this.items.splice(i,l-i),n=!0)),e&&a.diagnostic==e.diagnostic?a.dom.hasAttribute("aria-selected")||(a.dom.setAttribute("aria-selected","true"),o=a):a.dom.hasAttribute("aria-selected")&&a.dom.removeAttribute("aria-selected"),i++}));i<this.items.length&&!(1==this.items.length&&this.items[0].diagnostic.from<0);)n=!0,this.items.pop();0==this.items.length&&(this.items.push(new gp(this.view,{from:-1,to:-1,severity:"info",message:this.view.state.phrase("No diagnostics")})),n=!0),o?(this.list.setAttribute("aria-activedescendant",o.id),this.view.requestMeasure({key:this,read:()=>({sel:o.dom.getBoundingClientRect(),panel:this.list.getBoundingClientRect()}),write:({sel:t,panel:e})=>{let i=e.height/this.list.offsetHeight;t.top<e.top?this.list.scrollTop-=(e.top-t.top)/i:t.bottom>e.bottom&&(this.list.scrollTop+=(t.bottom-e.bottom)/i)}})):this.selectedIndex<0&&this.list.removeAttribute("aria-activedescendant"),n&&this.sync()}sync(){let t=this.list.firstChild;function e(){let e=t;t=e.nextSibling,e.remove()}for(let i of this.items)if(i.dom.parentNode==this.list){for(;t!=i.dom;)e();t=i.dom.nextSibling}else this.list.insertBefore(i.dom,t);for(;t;)e()}moveSelection(t){if(this.selectedIndex<0)return;let e=ip(this.view.state.field(sp).diagnostics,this.items[t].diagnostic);e&&this.view.dispatch({selection:{anchor:e.from,head:e.to},scrollIntoView:!0,effects:rp.of(e)})}static open(t){return new mp(t)}}function yp(t){return function(t,e='viewBox="0 0 40 40"'){return`url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" ${e}>${encodeURIComponent(t)}</svg>')`}(`<path d="m0 2.5 l2 -1.5 l1 0 l2 1.5 l1 0" stroke="${t}" fill="none" stroke-width=".7"/>`,'width="6" height="3"')}const vp=Xr.baseTheme({".cm-diagnostic":{padding:"3px 6px 3px 8px",marginLeft:"-1px",display:"block",whiteSpace:"pre-wrap"},".cm-diagnostic-error":{borderLeft:"5px solid #d11"},".cm-diagnostic-warning":{borderLeft:"5px solid orange"},".cm-diagnostic-info":{borderLeft:"5px solid #999"},".cm-diagnostic-hint":{borderLeft:"5px solid #66d"},".cm-diagnosticAction":{font:"inherit",border:"none",padding:"2px 4px",backgroundColor:"#444",color:"white",borderRadius:"3px",marginLeft:"8px",cursor:"pointer"},".cm-diagnosticSource":{fontSize:"70%",opacity:.7},".cm-lintRange":{backgroundPosition:"left bottom",backgroundRepeat:"repeat-x",paddingBottom:"0.7px"},".cm-lintRange-error":{backgroundImage:yp("#d11")},".cm-lintRange-warning":{backgroundImage:yp("orange")},".cm-lintRange-info":{backgroundImage:yp("#999")},".cm-lintRange-hint":{backgroundImage:yp("#66d")},".cm-lintRange-active":{backgroundColor:"#ffdd9980"},".cm-tooltip-lint":{padding:0,margin:0},".cm-lintPoint":{position:"relative","&:after":{content:'""',position:"absolute",bottom:0,left:"-2px",borderLeft:"3px solid transparent",borderRight:"3px solid transparent",borderBottom:"4px solid #d11"}},".cm-lintPoint-warning":{"&:after":{borderBottomColor:"orange"}},".cm-lintPoint-info":{"&:after":{borderBottomColor:"#999"}},".cm-lintPoint-hint":{"&:after":{borderBottomColor:"#66d"}},".cm-panel.cm-panel-lint":{position:"relative","& ul":{maxHeight:"100px",overflowY:"auto","& [aria-selected]":{backgroundColor:"#ddd","& u":{textDecoration:"underline"}},"&:focus [aria-selected]":{background_fallback:"#bdf",backgroundColor:"Highlight",color_fallback:"white",color:"HighlightText"},"& u":{textDecoration:"none"},padding:0,margin:0},"& [name=close]":{position:"absolute",top:"0",right:"2px",background:"inherit",border:"none",font:"inherit",padding:0,margin:0}}}),wp=[sp,Xr.decorations.compute([sp],(t=>{let{selected:e,panel:i}=t.field(sp);return e&&i&&e.from!=e.to?Bi.set([ap.range(e.from,e.to)]):Bi.none})),Vs(lp,{hideOn:function(t,e){let i=t.startState.doc.lineAt(e.pos);return!(!t.effects.some((t=>t.is(np)))&&!t.changes.touchesRange(i.from,i.to))}}),vp];var bp=function(t){void 0===t&&(t={});var{crosshairCursor:e=!1}=t,i=[];!1!==t.closeBracketsKeymap&&(i=i.concat(Bf)),!1!==t.defaultKeymap&&(i=i.concat(Pd)),!1!==t.searchKeymap&&(i=i.concat(ku)),!1!==t.historyKeymap&&(i=i.concat(Ah)),!1!==t.foldKeymap&&(i=i.concat(gc)),!1!==t.completionKeymap&&(i=i.concat(Kf)),!1!==t.lintKeymap&&(i=i.concat(dp));var n=[];return!1!==t.lineNumbers&&n.push(function(t={}){return[ua.of(t),oa(),Oa]}()),!1!==t.highlightActiveLineGutter&&n.push(ya),!1!==t.highlightSpecialChars&&n.push(function(t={}){return[ms.of(t),ys||(ys=Yn.fromClass(class{constructor(t){this.view=t,this.decorations=Bi.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(t.state.facet(ms)),this.decorations=this.decorator.createDeco(t)}makeDecorator(t){return new us({regexp:t.specialChars,decoration:(e,i,n)=>{let{doc:o}=i.state,r=at(e[0],0);if(9==r){let t=o.lineAt(n),e=i.state.tabSize,r=Ae(t.text,e,n-t.from);return Bi.replace({widget:new ws((e-r%e)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[r]||(this.decorationCache[r]=Bi.replace({widget:new vs(t,r)}))},boundary:t.replaceTabs?void 0:/[^]/})}update(t){let e=t.state.facet(ms);t.startState.facet(ms)!=e?(this.decorator=this.makeDecorator(e),this.decorations=this.decorator.createDeco(t.view)):this.decorations=this.decorator.updateDeco(t,this.decorations)}},{decorations:t=>t.decorations}))]}()),!1!==t.history&&n.push(function(t={}){return[fh,uh.of(t),Xr.domEventHandlers({beforeinput(t,e){let i="historyUndo"==t.inputType?Oh:"historyRedo"==t.inputType?gh:null;return!!i&&(t.preventDefault(),i(e))}})]}()),!1!==t.foldGutter&&n.push(function(t={}){let e=Object.assign(Object.assign({},Sc),t),i=new kc(e,!0),n=new kc(e,!1),o=Yn.fromClass(class{constructor(t){this.from=t.viewport.from,this.markers=this.buildMarkers(t)}update(t){(t.docChanged||t.viewportChanged||t.startState.facet(ql)!=t.state.facet(ql)||t.startState.field(dc,!1)!=t.state.field(dc,!1)||Tl(t.startState)!=Tl(t.state)||e.foldingChanged(t))&&(this.markers=this.buildMarkers(t.view))}buildMarkers(t){let e=new ve;for(let o of t.viewportLineBlocks){let r=uc(t.state,o.from,o.to)?n:sc(t.state,o.from,o.to)?i:null;r&&e.add(o.from,o.from,r)}return e.finish()}}),{domEventHandlers:r}=e;return[o,ia({class:"cm-foldGutter",markers(t){var e;return(null===(e=t.plugin(o))||void 0===e?void 0:e.markers)||ye.empty},initialSpacer:()=>new kc(e,!1),domEventHandlers:Object.assign(Object.assign({},r),{click:(t,e,i)=>{if(r.click&&r.click(t,e,i))return!0;let n=uc(t.state,e.from,e.to);if(n)return t.dispatch({effects:cc.of(n)}),!0;let o=sc(t.state,e.from,e.to);return!!o&&(t.dispatch({effects:lc.of(o)}),!0)}})}),vc()]}()),!1!==t.drawSelection&&n.push(function(t={}){return[es.of(t),ns,rs,as,$n.of(!0)]}()),!1!==t.dropCursor&&n.push([cs,hs]),!1!==t.allowMultipleSelections&&n.push(ue.allowMultipleSelections.of(!0)),!1!==t.indentOnInput&&n.push(ue.transactionFilter.of((t=>{if(!t.docChanged||!t.isUserEvent("input.type")&&!t.isUserEvent("input.complete"))return t;let e=t.startState.languageDataAt("indentOnInput",t.startState.selection.main.head);if(!e.length)return t;let i=t.newDoc,{head:n}=t.newSelection.main,o=i.lineAt(n);if(n>o.from+200)return t;let r=i.sliceString(o.from,n);if(!e.some((t=>t.test(r))))return t;let{state:s}=t,a=-1,l=[];for(let{head:t}of s.selection.ranges){let e=s.doc.lineAt(t);if(e.from==a)continue;a=e.from;let i=zl(s,e.from);if(null==i)continue;let n=/^\s*/.exec(e.text)[0],o=Il(s,i);n!=o&&l.push({from:e.from,to:e.from+n.length,insert:o})}return l.length?[t,{changes:l,sequential:!0}]:t}))),!1!==t.syntaxHighlighting&&n.push(Ac(Wc,{fallback:!0})),!1!==t.bracketMatching&&n.push(function(t={}){return[Mc.of(t),Nc]}()),!1!==t.closeBrackets&&n.push([Vf,Df]),!1!==t.autocompletion&&n.push(function(t={}){return[gf,cf,Iu.of(t),pf,Jf,mf]}()),!1!==t.rectangularSelection&&n.push(function(t){let e=(null==t?void 0:t.eventFilter)||(t=>t.altKey&&0==t.button);return Xr.mouseSelectionStyle.of(((t,i)=>e(i)?Ps(t,i):null))}()),!1!==e&&n.push(function(t={}){let[e,i]=$s[t.key||"Alt"],n=Yn.fromClass(class{constructor(t){this.view=t,this.isDown=!1}set(t){this.isDown!=t&&(this.isDown=t,this.view.update([]))}},{eventObservers:{keydown(t){this.set(t.keyCode==e||i(t))},keyup(t){t.keyCode!=e&&i(t)||this.set(!1)},mousemove(t){this.set(i(t))}}});return[n,Xr.contentAttributes.of((t=>{var e;return(null===(e=t.plugin(n))||void 0===e?void 0:e.isDown)?Zs:null}))]}()),!1!==t.highlightActiveLine&&n.push(xs),!1!==t.highlightSelectionMatches&&n.push(function(t){let e=[Ud,Gd];return t&&e.push(Bd.of(t)),e}()),t.tabSize&&"number"==typeof t.tabSize&&n.push(Vl.of(" ".repeat(t.tabSize))),n.concat([Nr.of(i.flat())]).filter(Boolean)};const xp="#e06c75",Sp="#abb2bf",kp="#7d8799",Qp="#d19a66",Pp="#2c313a",$p="#282c34",Zp="#353a42",Cp="#528bff",Ap=[Xr.theme({"&":{color:Sp,backgroundColor:$p},".cm-content":{caretColor:Cp},".cm-cursor, .cm-dropCursor":{borderLeftColor:Cp},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:"#3E4451"},".cm-panels":{backgroundColor:"#21252b",color:Sp},".cm-panels.cm-panels-top":{borderBottom:"2px solid black"},".cm-panels.cm-panels-bottom":{borderTop:"2px solid black"},".cm-searchMatch":{backgroundColor:"#72a1ff59",outline:"1px solid #457dff"},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:"#6199ff2f"},".cm-activeLine":{backgroundColor:"#6699ff0b"},".cm-selectionMatch":{backgroundColor:"#aafe661a"},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bad0f847"},".cm-gutters":{backgroundColor:$p,color:kp,border:"none"},".cm-activeLineGutter":{backgroundColor:Pp},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:Zp},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Zp,borderBottomColor:Zp},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:Pp,color:Sp}}},{dark:!0}),Ac(Pc.define([{tag:Sl.keyword,color:"#c678dd"},{tag:[Sl.name,Sl.deleted,Sl.character,Sl.propertyName,Sl.macroName],color:xp},{tag:[Sl.function(Sl.variableName),Sl.labelName],color:"#61afef"},{tag:[Sl.color,Sl.constant(Sl.name),Sl.standard(Sl.name)],color:Qp},{tag:[Sl.definition(Sl.name),Sl.separator],color:Sp},{tag:[Sl.typeName,Sl.className,Sl.number,Sl.changed,Sl.annotation,Sl.modifier,Sl.self,Sl.namespace],color:"#e5c07b"},{tag:[Sl.operator,Sl.operatorKeyword,Sl.url,Sl.escape,Sl.regexp,Sl.link,Sl.special(Sl.string)],color:"#56b6c2"},{tag:[Sl.meta,Sl.comment],color:kp},{tag:Sl.strong,fontWeight:"bold"},{tag:Sl.emphasis,fontStyle:"italic"},{tag:Sl.strikethrough,textDecoration:"line-through"},{tag:Sl.link,color:kp,textDecoration:"underline"},{tag:Sl.heading,fontWeight:"bold",color:xp},{tag:[Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:Qp},{tag:[Sl.processingInstruction,Sl.string,Sl.inserted],color:"#98c379"},{tag:Sl.invalid,color:"#ffffff"}]))];var Tp=Xr.theme({"&":{backgroundColor:"#fff"}},{dark:!1}),Rp=function(t){void 0===t&&(t={});var{indentWithTab:e=!0,editable:i=!0,readOnly:n=!1,theme:o="light",placeholder:r="",basicSetup:s=!0}=t,a=[];switch(e&&a.unshift(Nr.of([$d])),s&&("boolean"==typeof s?a.unshift(bp()):a.unshift(bp(s))),r&&a.unshift(function(t){return Yn.fromClass(class{constructor(e){this.view=e,this.placeholder=t?Bi.set([Bi.widget({widget:new Ss(t),side:1}).range(0)]):Bi.none}get decorations(){return this.view.state.doc.length?Bi.none:this.placeholder}},{decorations:t=>t.decorations})}(r)),o){case"light":a.push(Tp);break;case"dark":a.push(Ap);break;case"none":break;default:a.push(o)}return!1===i&&a.push(Xr.editable.of(!1)),n&&a.push(ue.readOnly.of(!0)),[...a]},Wp=Ht.define(),Xp=[];var Yp=["className","value","selection","extensions","onChange","onStatistics","onCreateEditor","onUpdate","autoFocus","theme","height","minHeight","maxHeight","width","minWidth","maxWidth","basicSetup","placeholder","indentWithTab","editable","readOnly","root","initialState"],Ep=h(((t,e)=>{var{className:i,value:n="",selection:r,extensions:s=[],onChange:a,onStatistics:h,onCreateEditor:f,onUpdate:p,autoFocus:O,theme:g="light",height:m,minHeight:y,maxHeight:v,width:w,minWidth:b,maxWidth:x,basicSetup:S,placeholder:k,indentWithTab:Q,editable:P,readOnly:$,root:Z,initialState:C}=t,A=function(t,e){if(null==t)return{};var i,n,o={},r=Object.keys(t);for(n=0;n<r.length;n++)i=r[n],e.indexOf(i)>=0||(o[i]=t[i]);return o}(t,Yp),T=d(null),{state:R,view:W,container:X}=function(t){var{value:e,selection:i,onChange:n,onStatistics:o,onCreateEditor:r,onUpdate:s,extensions:a=Xp,autoFocus:h,theme:d="light",height:u=null,minHeight:f=null,maxHeight:p=null,width:O=null,minWidth:g=null,maxWidth:m=null,placeholder:y="",editable:v=!0,readOnly:w=!1,indentWithTab:b=!0,basicSetup:x=!0,root:S,initialState:k}=t,[Q,P]=l(),[$,Z]=l(),[C,A]=l(),T=Xr.theme({"&":{height:u,minHeight:f,maxHeight:p,width:O,minWidth:g,maxWidth:m},"& .cm-scroller":{height:"100% !important"}}),R=Xr.updateListener.of((t=>{if(t.docChanged&&"function"==typeof n&&!t.transactions.some((t=>t.annotation(Wp)))){var e=t.state.doc.toString();n(e,t)}o&&o((t=>({line:t.state.doc.lineAt(t.state.selection.main.from),lineCount:t.state.doc.lines,lineBreak:t.state.lineBreak,length:t.state.doc.length,readOnly:t.state.readOnly,tabSize:t.state.tabSize,selection:t.state.selection,selectionAsSingle:t.state.selection.asSingle().main,ranges:t.state.selection.ranges,selectionCode:t.state.sliceDoc(t.state.selection.main.from,t.state.selection.main.to),selections:t.state.selection.ranges.map((e=>t.state.sliceDoc(e.from,e.to))),selectedText:t.state.selection.ranges.some((t=>!t.empty))}))(t))})),W=[R,T,...Rp({theme:d,editable:v,readOnly:w,placeholder:y,indentWithTab:b,basicSetup:x})];return s&&"function"==typeof s&&W.push(Xr.updateListener.of(s)),W=W.concat(a),c((()=>{if(Q&&!C){var t={doc:e,selection:i,extensions:W},n=k?ue.fromJSON(k.json,t,k.fields):ue.create(t);if(A(n),!$){var o=new Xr({state:n,parent:Q,root:S});Z(o),r&&r(o,n)}}return()=>{$&&(A(void 0),Z(void 0))}}),[Q,C]),c((()=>P(t.container)),[t.container]),c((()=>()=>{$&&($.destroy(),Z(void 0))}),[$]),c((()=>{h&&$&&$.focus()}),[h,$]),c((()=>{$&&$.dispatch({effects:te.reconfigure.of(W)})}),[d,a,u,f,p,O,g,m,y,v,w,b,x,n,s]),c((()=>{if(void 0!==e){var t=$?$.state.doc.toString():"";$&&e!==t&&$.dispatch({changes:{from:0,to:t.length,insert:e||""},annotations:[Wp.of(!0)]})}}),[e,$]),{state:C,setState:A,view:$,setView:Z,container:Q,setContainer:P}}({container:T.current,root:Z,value:n,autoFocus:O,theme:g,height:m,minHeight:y,maxHeight:v,width:w,minWidth:b,maxWidth:x,basicSetup:S,placeholder:k,indentWithTab:Q,editable:P,readOnly:$,selection:r,onChange:a,onStatistics:h,onCreateEditor:f,onUpdate:p,extensions:s,initialState:C});if(u(e,(()=>({editor:T.current,state:R,view:W})),[T,X,R,W]),"string"!=typeof n)throw new Error("value must be typeof string but got "+typeof n);return o("div",_({ref:T,className:("string"==typeof g?"cm-theme-"+g:"cm-theme")+(i?" "+i:"")},A))}));function Mp(){return Mp=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},Mp.apply(this,arguments)}Ep.displayName="CodeMirror";var Dp=t=>{var{theme:e,settings:i={},styles:n=[]}=t,o={".cm-gutters":{}},r={};i.background&&(r.backgroundColor=i.background),i.backgroundImage&&(r.backgroundImage=i.backgroundImage),i.foreground&&(r.color=i.foreground),(i.background||i.foreground)&&(o["&"]=r),i.fontFamily&&(o["&.cm-editor .cm-scroller"]={fontFamily:i.fontFamily}),i.gutterBackground&&(o[".cm-gutters"].backgroundColor=i.gutterBackground),i.gutterForeground&&(o[".cm-gutters"].color=i.gutterForeground),i.gutterBorder&&(o[".cm-gutters"].borderRightColor=i.gutterBorder),i.caret&&(o[".cm-content"]={caretColor:i.caret},o[".cm-cursor, .cm-dropCursor"]={borderLeftColor:i.caret});var s={};return i.gutterActiveForeground&&(s.color=i.gutterActiveForeground),i.lineHighlight&&(o[".cm-activeLine"]={backgroundColor:i.lineHighlight},s.backgroundColor=i.lineHighlight),o[".cm-activeLineGutter"]=s,i.selection&&(o["&.cm-focused .cm-selectionBackground, & .cm-line::selection, & .cm-selectionLayer .cm-selectionBackground, .cm-content ::selection"]={background:i.selection+" !important"}),i.selectionMatch&&(o["& .cm-selectionMatch"]={backgroundColor:i.selectionMatch}),[Xr.theme(o,{dark:"dark"===e}),Ac(Pc.define(n))]},jp={background:"#1e1e1e",foreground:"#9cdcfe",caret:"#c6c6c6",selection:"#6199ff2f",selectionMatch:"#72a1ff59",lineHighlight:"#ffffff0f",gutterBackground:"#1e1e1e",gutterForeground:"#838383",gutterActiveForeground:"#fff",fontFamily:'Menlo, Monaco, Consolas, "Andale Mono", "Ubuntu Mono", "Courier New", monospace'};var qp=function(t){var{theme:e="dark",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},jp,i),styles:[{tag:[Sl.keyword,Sl.operatorKeyword,Sl.modifier,Sl.color,Sl.constant(Sl.name),Sl.standard(Sl.name),Sl.standard(Sl.tagName),Sl.special(Sl.brace),Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:"#569cd6"},{tag:[Sl.controlKeyword,Sl.moduleKeyword],color:"#c586c0"},{tag:[Sl.name,Sl.deleted,Sl.character,Sl.macroName,Sl.propertyName,Sl.variableName,Sl.labelName,Sl.definition(Sl.name)],color:"#9cdcfe"},{tag:Sl.heading,fontWeight:"bold",color:"#9cdcfe"},{tag:[Sl.typeName,Sl.className,Sl.tagName,Sl.number,Sl.changed,Sl.annotation,Sl.self,Sl.namespace],color:"#4ec9b0"},{tag:[Sl.function(Sl.variableName),Sl.function(Sl.propertyName)],color:"#dcdcaa"},{tag:[Sl.number],color:"#b5cea8"},{tag:[Sl.operator,Sl.punctuation,Sl.separator,Sl.url,Sl.escape,Sl.regexp],color:"#d4d4d4"},{tag:[Sl.regexp],color:"#d16969"},{tag:[Sl.special(Sl.string),Sl.processingInstruction,Sl.string,Sl.inserted],color:"#ce9178"},{tag:[Sl.angleBracket],color:"#808080"},{tag:Sl.strong,fontWeight:"bold"},{tag:Sl.emphasis,fontStyle:"italic"},{tag:Sl.strikethrough,textDecoration:"line-through"},{tag:[Sl.meta,Sl.comment],color:"#6a9955"},{tag:Sl.link,color:"#6a9955",textDecoration:"underline"},{tag:Sl.invalid,color:"#ff0000"},...n]})}(),_p={background:"#303841",foreground:"#FFFFFF",caret:"#FBAC52",selection:"#4C5964",selectionMatch:"#3A546E",gutterBackground:"#303841",gutterForeground:"#FFFFFF70",lineHighlight:"#00000059"};var Np=function(t){var{theme:e="dark",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},_p,i),styles:[{tag:[Sl.meta,Sl.comment],color:"#A2A9B5"},{tag:[Sl.attributeName,Sl.keyword],color:"#B78FBA"},{tag:Sl.function(Sl.variableName),color:"#5AB0B0"},{tag:[Sl.string,Sl.regexp,Sl.attributeValue],color:"#99C592"},{tag:Sl.operator,color:"#f47954"},{tag:[Sl.tagName,Sl.modifier],color:"#E35F63"},{tag:[Sl.number,Sl.definition(Sl.tagName),Sl.className,Sl.definition(Sl.variableName)],color:"#fbac52"},{tag:[Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:"#E35F63"},{tag:Sl.variableName,color:"#539ac4"},{tag:[Sl.propertyName,Sl.typeName],color:"#629ccd"},{tag:Sl.propertyName,color:"#36b7b5"},...n]})}(),Vp={background:"#272822",foreground:"#FFFFFF",caret:"#FFFFFF",selection:"#49483E",selectionMatch:"#49483E",gutterBackground:"#272822",gutterForeground:"#FFFFFF70",lineHighlight:"#0000003b"},Bp=(t=>{var{theme:e="dark",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},Vp,i),styles:[{tag:[Sl.comment,Sl.documentMeta],color:"#8292a2"},{tag:[Sl.number,Sl.bool,Sl.null,Sl.atom],color:"#ae81ff"},{tag:[Sl.attributeValue,Sl.className,Sl.name],color:"#e6db74"},{tag:[Sl.propertyName,Sl.attributeName],color:"#a6e22e"},{tag:[Sl.variableName],color:"#9effff"},{tag:[Sl.squareBracket],color:"#bababa"},{tag:[Sl.string,Sl.special(Sl.brace)],color:"#e6db74"},{tag:[Sl.regexp,Sl.className,Sl.typeName,Sl.definition(Sl.typeName)],color:"#66d9ef"},{tag:[Sl.definition(Sl.variableName),Sl.definition(Sl.propertyName),Sl.function(Sl.variableName)],color:"#fd971f"},{tag:[Sl.keyword,Sl.definitionKeyword,Sl.modifier,Sl.tagName,Sl.angleBracket],color:"#f92672"},...n]})})(),Ip="#1e1e1e",zp="#c5c8c6",Lp="#4747a1",Gp="#676867",Up="#c7444a",Fp="#9872A2",Hp="#D08442",Kp="#8080FF",Jp="#9B0000",tO="#CE6700",eO="#6089B4",iO="#9A9B99",nO="#D0B344",oO="#FF0B00",rO="#D08442",sO="#6089B4",aO={background:Ip,foreground:zp,caret:"#c07020",selection:Lp,selectionMatch:Lp,gutterBackground:Ip,gutterForeground:zp,lineHighlight:"#30303078"},lO=(t=>{var{theme:e="dark",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},aO,i),styles:[{tag:Sl.keyword,color:Gp},{tag:[Sl.name,Sl.deleted,Sl.character,Sl.macroName],color:Up},{tag:[Sl.propertyName],color:Fp},{tag:[Sl.processingInstruction,Sl.string,Sl.inserted,Sl.special(Sl.string)],color:Hp},{tag:[Sl.function(Sl.variableName),Sl.labelName],color:Fp},{tag:[Sl.color,Sl.constant(Sl.name),Sl.standard(Sl.name)],color:Kp},{tag:[Sl.definition(Sl.name),Sl.separator],color:Up},{tag:[Sl.className],color:tO},{tag:[Sl.number,Sl.changed,Sl.annotation,Sl.modifier,Sl.self,Sl.namespace],color:eO},{tag:[Sl.typeName],color:Jp,fontStyle:Jp},{tag:[Sl.operator,Sl.operatorKeyword],color:Gp},{tag:[Sl.url,Sl.escape,Sl.regexp,Sl.link],color:rO},{tag:[Sl.meta,Sl.comment],color:iO},{tag:Sl.tagName,color:sO},{tag:Sl.strong,fontWeight:"bold"},{tag:Sl.emphasis,fontStyle:"italic"},{tag:Sl.link,textDecoration:"underline"},{tag:Sl.heading,fontWeight:"bold",color:nO},{tag:[Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:Up},{tag:Sl.invalid,color:oO},{tag:Sl.strikethrough,textDecoration:"line-through"},...n]})})(),cO={background:"#2e3235",foreground:"#bdbdbd",caret:"#a0a4ae",selection:"#d7d4f063",selectionMatch:"#d7d4f063",gutterBackground:"#2e3235",gutterForeground:"#999",gutterActiveForeground:"#4f5b66",lineHighlight:"#545b6130"},hO=t=>{var{theme:e="dark",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},cO,i),styles:[{tag:Sl.keyword,color:"#cf6edf"},{tag:[Sl.name,Sl.deleted,Sl.character,Sl.macroName],color:"#56c8d8"},{tag:[Sl.propertyName],color:"#facf4e"},{tag:[Sl.variableName],color:"#bdbdbd"},{tag:[Sl.function(Sl.variableName)],color:"#56c8d8"},{tag:[Sl.labelName],color:"#cf6edf"},{tag:[Sl.color,Sl.constant(Sl.name),Sl.standard(Sl.name)],color:"#facf4e"},{tag:[Sl.definition(Sl.name),Sl.separator],color:"#fa5788"},{tag:[Sl.brace],color:"#cf6edf"},{tag:[Sl.annotation],color:"#ff5f52"},{tag:[Sl.number,Sl.changed,Sl.annotation,Sl.modifier,Sl.self,Sl.namespace],color:"#ffad42"},{tag:[Sl.typeName,Sl.className],color:"#ffad42"},{tag:[Sl.operator,Sl.operatorKeyword],color:"#7186f0"},{tag:[Sl.tagName],color:"#99d066"},{tag:[Sl.squareBracket],color:"#ff5f52"},{tag:[Sl.angleBracket],color:"#606f7a"},{tag:[Sl.attributeName],color:"#bdbdbd"},{tag:[Sl.regexp],color:"#ff5f52"},{tag:[Sl.quote],color:"#6abf69"},{tag:[Sl.string],color:"#99d066"},{tag:Sl.link,color:"#56c8d8",textDecoration:"underline",textUnderlinePosition:"under"},{tag:[Sl.url,Sl.escape,Sl.special(Sl.string)],color:"#facf4e"},{tag:[Sl.meta],color:"#707d8b"},{tag:[Sl.comment],color:"#707d8b",fontStyle:"italic"},{tag:Sl.monospace,color:"#bdbdbd"},{tag:Sl.strong,fontWeight:"bold",color:"#ff5f52"},{tag:Sl.emphasis,fontStyle:"italic",color:"#99d066"},{tag:Sl.strikethrough,textDecoration:"line-through"},{tag:Sl.heading,fontWeight:"bold",color:"#facf4e"},{tag:Sl.heading1,fontWeight:"bold",color:"#facf4e"},{tag:[Sl.heading2,Sl.heading3,Sl.heading4],fontWeight:"bold",color:"#facf4e"},{tag:[Sl.heading5,Sl.heading6],color:"#facf4e"},{tag:[Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:"#56c8d8"},{tag:[Sl.processingInstruction,Sl.inserted],color:"#ff5f52"},{tag:[Sl.contentSeparator],color:"#56c8d8"},{tag:Sl.invalid,color:"#606f7a",borderBottom:"1px dotted #ff5f52"},...n]})},dO=hO();hO();var uO={background:"#FAFAFA",foreground:"#90A4AE",caret:"#272727",selection:"#80CBC440",selectionMatch:"#80CBC440",gutterBackground:"#FAFAFA",gutterForeground:"#90A4AE",gutterBorder:"transparent",lineHighlight:"#CCD7DA50"},fO=(t=>{var{theme:e="light",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},uO,i),styles:[{tag:Sl.keyword,color:"#39ADB5"},{tag:[Sl.name,Sl.deleted,Sl.character,Sl.macroName],color:"#90A4AE"},{tag:[Sl.propertyName],color:"#6182B8"},{tag:[Sl.processingInstruction,Sl.string,Sl.inserted,Sl.special(Sl.string)],color:"#91B859"},{tag:[Sl.function(Sl.variableName),Sl.labelName],color:"#6182B8"},{tag:[Sl.color,Sl.constant(Sl.name),Sl.standard(Sl.name)],color:"#39ADB5"},{tag:[Sl.definition(Sl.name),Sl.separator],color:"#90A4AE"},{tag:[Sl.className],color:"#E2931D"},{tag:[Sl.number,Sl.changed,Sl.annotation,Sl.modifier,Sl.self,Sl.namespace],color:"#F76D47"},{tag:[Sl.typeName],color:"#E2931D",fontStyle:"#E2931D"},{tag:[Sl.operator,Sl.operatorKeyword],color:"#39ADB5"},{tag:[Sl.url,Sl.escape,Sl.regexp,Sl.link],color:"#91B859"},{tag:[Sl.meta,Sl.comment],color:"#90A4AE"},{tag:Sl.strong,fontWeight:"bold"},{tag:Sl.emphasis,fontStyle:"italic"},{tag:Sl.link,textDecoration:"underline"},{tag:Sl.heading,fontWeight:"bold",color:"#39ADB5"},{tag:[Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:"#90A4AE"},{tag:Sl.invalid,color:"#E5393570"},{tag:Sl.strikethrough,textDecoration:"line-through"},...n]})})(),pO={background:"#fff",foreground:"#24292e",selection:"#BBDFFF",selectionMatch:"#BBDFFF",gutterBackground:"#fff",gutterForeground:"#6e7781"},OO=(t=>{var{theme:e="light",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},pO,i),styles:[{tag:[Sl.standard(Sl.tagName),Sl.tagName],color:"#116329"},{tag:[Sl.comment,Sl.bracket],color:"#6a737d"},{tag:[Sl.className,Sl.propertyName],color:"#6f42c1"},{tag:[Sl.variableName,Sl.attributeName,Sl.number,Sl.operator],color:"#005cc5"},{tag:[Sl.keyword,Sl.typeName,Sl.typeOperator,Sl.typeName],color:"#d73a49"},{tag:[Sl.string,Sl.meta,Sl.regexp],color:"#032f62"},{tag:[Sl.name,Sl.quote],color:"#22863a"},{tag:[Sl.heading,Sl.strong],color:"#24292e",fontWeight:"bold"},{tag:[Sl.emphasis],color:"#24292e",fontStyle:"italic"},{tag:[Sl.deleted],color:"#b31d28",backgroundColor:"ffeef0"},{tag:[Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:"#e36209"},{tag:[Sl.url,Sl.escape,Sl.regexp,Sl.link],color:"#032f62"},{tag:Sl.link,textDecoration:"underline"},{tag:Sl.strikethrough,textDecoration:"line-through"},{tag:Sl.invalid,color:"#cb2431"},...n]})})(),gO={background:"#0d1117",foreground:"#c9d1d9",caret:"#c9d1d9",selection:"#003d73",selectionMatch:"#003d73",lineHighlight:"#36334280"},mO=(t=>{var{theme:e="dark",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},gO,i),styles:[{tag:[Sl.standard(Sl.tagName),Sl.tagName],color:"#7ee787"},{tag:[Sl.comment,Sl.bracket],color:"#8b949e"},{tag:[Sl.className,Sl.propertyName],color:"#d2a8ff"},{tag:[Sl.variableName,Sl.attributeName,Sl.number,Sl.operator],color:"#79c0ff"},{tag:[Sl.keyword,Sl.typeName,Sl.typeOperator,Sl.typeName],color:"#ff7b72"},{tag:[Sl.string,Sl.meta,Sl.regexp],color:"#a5d6ff"},{tag:[Sl.name,Sl.quote],color:"#7ee787"},{tag:[Sl.heading,Sl.strong],color:"#d2a8ff",fontWeight:"bold"},{tag:[Sl.emphasis],color:"#d2a8ff",fontStyle:"italic"},{tag:[Sl.deleted],color:"#ffdcd7",backgroundColor:"ffeef0"},{tag:[Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:"#ffab70"},{tag:Sl.link,textDecoration:"underline"},{tag:Sl.strikethrough,textDecoration:"line-through"},{tag:Sl.invalid,color:"#f97583"},...n]})})(),yO={background:"#282a36",foreground:"#f8f8f2",caret:"#f8f8f0",selection:"rgba(255, 255, 255, 0.1)",selectionMatch:"rgba(255, 255, 255, 0.2)",gutterBackground:"#282a36",gutterForeground:"#6D8A88",gutterBorder:"transparent",lineHighlight:"rgba(255, 255, 255, 0.1)"},vO=(t=>{var{theme:e="dark",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},yO,i),styles:[{tag:Sl.comment,color:"#6272a4"},{tag:Sl.string,color:"#f1fa8c"},{tag:Sl.atom,color:"#bd93f9"},{tag:Sl.meta,color:"#f8f8f2"},{tag:[Sl.keyword,Sl.operator,Sl.tagName],color:"#ff79c6"},{tag:[Sl.function(Sl.propertyName),Sl.propertyName],color:"#66d9ef"},{tag:[Sl.definition(Sl.variableName),Sl.function(Sl.variableName),Sl.className,Sl.attributeName],color:"#50fa7b"},{tag:Sl.atom,color:"#bd93f9"},...n]})})(),wO="#232a2f",bO="#939da5",xO="#ba8ef7",SO="#939da5",kO="#ffea6b",QO="#5bec95",PO="#939da5",$O="#89ddff",ZO="#ffea6b",CO="#89ddff",AO="#707a84",TO="#5bec95",RO="#ff6a80",WO="#56adb7",XO="#ff6a80",YO={background:wO,foreground:bO,caret:"#939da5",selection:"#204062",selectionMatch:"#204062",gutterBackground:wO,gutterForeground:bO,lineHighlight:"#4469832b"},EO=(t=>{var{theme:e="dark",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},YO,i),styles:[{tag:Sl.keyword,color:xO},{tag:[Sl.name,Sl.deleted,Sl.character,Sl.macroName],color:SO},{tag:[Sl.propertyName],color:kO},{tag:[Sl.processingInstruction,Sl.string,Sl.inserted,Sl.special(Sl.string)],color:QO},{tag:[Sl.function(Sl.variableName),Sl.labelName],color:kO},{tag:[Sl.color,Sl.constant(Sl.name),Sl.standard(Sl.name)],color:PO},{tag:[Sl.definition(Sl.name),Sl.separator],color:SO},{tag:[Sl.className],color:ZO},{tag:[Sl.number,Sl.changed,Sl.annotation,Sl.modifier,Sl.self,Sl.namespace],color:CO},{tag:[Sl.typeName],color:$O,fontStyle:$O},{tag:[Sl.operator],color:xO},{tag:[Sl.url,Sl.escape,Sl.regexp,Sl.link],color:WO},{tag:[Sl.meta,Sl.comment],color:AO},{tag:Sl.tagName,color:XO},{tag:Sl.strong,fontWeight:"bold"},{tag:Sl.emphasis,fontStyle:"italic"},{tag:Sl.link,textDecoration:"underline"},{tag:Sl.heading,fontWeight:"bold",color:TO},{tag:[Sl.atom,Sl.special(Sl.variableName)],color:SO},{tag:Sl.invalid,color:RO},{tag:Sl.strikethrough,textDecoration:"line-through"},{tag:[Sl.operatorKeyword,Sl.bool,Sl.null,Sl.variableName],color:PO},...n]})})(),MO={background:"#2E3235",foreground:"#DDDDDD",caret:"#DDDDDD",selection:"#202325",selectionMatch:"#202325",gutterBackground:"#292d30",gutterForeground:"#808080",gutterBorder:"1px solid #ffffff10",lineHighlight:"#B9D2FF30"},DO=(t=>{var{theme:e="dark",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},MO,i),styles:[{tag:Sl.keyword,color:"#fda331"},{tag:[Sl.name,Sl.deleted,Sl.character,Sl.propertyName,Sl.macroName],color:"#b5bd68"},{tag:[Sl.variableName],color:"#6fb3d2"},{tag:[Sl.function(Sl.variableName)],color:"#fda331"},{tag:[Sl.labelName],color:"#fc6d24"},{tag:[Sl.color,Sl.constant(Sl.name),Sl.standard(Sl.name)],color:"#fda331"},{tag:[Sl.definition(Sl.name),Sl.separator],color:"#cc99cc"},{tag:[Sl.brace],color:"#cc99cc"},{tag:[Sl.annotation],color:"#fc6d24"},{tag:[Sl.number,Sl.changed,Sl.annotation,Sl.modifier,Sl.self,Sl.namespace],color:"#fda331"},{tag:[Sl.typeName,Sl.className],color:"#6fb3d2"},{tag:[Sl.operator,Sl.operatorKeyword],color:"#cc99cc"},{tag:[Sl.tagName],color:"#fda331"},{tag:[Sl.squareBracket],color:"#cc99cc"},{tag:[Sl.angleBracket],color:"#cc99cc"},{tag:[Sl.attributeName],color:"#6fb3d2"},{tag:[Sl.regexp],color:"#fda331"},{tag:[Sl.quote],color:"#DDDDDD"},{tag:[Sl.string],color:"#b5bd68"},{tag:Sl.link,color:"#6987AF",textDecoration:"underline",textUnderlinePosition:"under"},{tag:[Sl.url,Sl.escape,Sl.special(Sl.string)],color:"#8abeb7"},{tag:[Sl.meta],color:"#A54543"},{tag:[Sl.comment],color:"#808080",fontStyle:"italic"},{tag:Sl.monospace,color:"#DDDDDD"},{tag:Sl.strong,fontWeight:"bold",color:"#fda331"},{tag:Sl.emphasis,fontStyle:"italic",color:"#6fb3d2"},{tag:Sl.strikethrough,textDecoration:"line-through"},{tag:Sl.heading,fontWeight:"bold",color:"#DDDDDD"},{tag:Sl.special(Sl.heading1),fontWeight:"bold",color:"#DDDDDD"},{tag:Sl.heading1,fontWeight:"bold",color:"#DDDDDD"},{tag:[Sl.heading2,Sl.heading3,Sl.heading4],fontWeight:"bold",color:"#DDDDDD"},{tag:[Sl.heading5,Sl.heading6],color:"#DDDDDD"},{tag:[Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:"#8abeb7"},{tag:[Sl.processingInstruction,Sl.inserted],color:"#8abeb7"},{tag:[Sl.contentSeparator],color:"#6fb3d2"},{tag:Sl.invalid,color:"#B9D2FF",borderBottom:"1px dotted #fc6d24"},...n]})})(),jO={background:"#ffffff",foreground:"#2e3440",caret:"#3b4252",selection:"#eceff4",selectionMatch:"#e5e9f0",gutterBackground:"#eceff4",gutterForeground:"#2e3440",gutterBorder:"none",lineHighlight:"#02255f11"},qO=(t=>{var{theme:e="light",settings:i={},styles:n=[]}=t||{};return Dp({theme:e,settings:Mp({},jO,i),styles:[{tag:Sl.keyword,color:"#5e81ac"},{tag:[Sl.name,Sl.deleted,Sl.character,Sl.propertyName,Sl.macroName],color:"#d08770"},{tag:[Sl.variableName],color:"#d08770"},{tag:[Sl.function(Sl.variableName)],color:"#5e81ac"},{tag:[Sl.labelName],color:"#81a1c1"},{tag:[Sl.color,Sl.constant(Sl.name),Sl.standard(Sl.name)],color:"#5e81ac"},{tag:[Sl.definition(Sl.name),Sl.separator],color:"#a3be8c"},{tag:[Sl.brace],color:"#8fbcbb"},{tag:[Sl.annotation],color:"#d30102"},{tag:[Sl.number,Sl.changed,Sl.annotation,Sl.modifier,Sl.self,Sl.namespace],color:"#88c0d0"},{tag:[Sl.typeName,Sl.className],color:"#ebcb8b"},{tag:[Sl.operator,Sl.operatorKeyword],color:"#a3be8c"},{tag:[Sl.tagName],color:"#b48ead"},{tag:[Sl.squareBracket],color:"#bf616a"},{tag:[Sl.angleBracket],color:"#d08770"},{tag:[Sl.attributeName],color:"#ebcb8b"},{tag:[Sl.regexp],color:"#5e81ac"},{tag:[Sl.quote],color:"#3b4252"},{tag:[Sl.string],color:"#d08770"},{tag:Sl.link,color:"#8fbcbb",textDecoration:"underline",textUnderlinePosition:"under"},{tag:[Sl.url,Sl.escape,Sl.special(Sl.string)],color:"#d08770"},{tag:[Sl.meta],color:"#88c0d0"},{tag:[Sl.comment],color:"#434c5e",fontStyle:"italic"},{tag:Sl.strong,fontWeight:"bold",color:"#5e81ac"},{tag:Sl.emphasis,fontStyle:"italic",color:"#5e81ac"},{tag:Sl.strikethrough,textDecoration:"line-through"},{tag:Sl.heading,fontWeight:"bold",color:"#5e81ac"},{tag:Sl.special(Sl.heading1),fontWeight:"bold",color:"#5e81ac"},{tag:Sl.heading1,fontWeight:"bold",color:"#5e81ac"},{tag:[Sl.heading2,Sl.heading3,Sl.heading4],fontWeight:"bold",color:"#5e81ac"},{tag:[Sl.heading5,Sl.heading6],color:"#5e81ac"},{tag:[Sl.atom,Sl.bool,Sl.special(Sl.variableName)],color:"#d08770"},{tag:[Sl.processingInstruction,Sl.inserted],color:"#8fbcbb"},{tag:[Sl.contentSeparator],color:"#ebcb8b"},{tag:Sl.invalid,color:"#434c5e",borderBottom:"1px dotted #d30102"},...n]})})();const _O={BasicLight:qO,BasicDark:DO,VSCode:qp,Sublime:Np,Okaidia:Bp,Monokai:lO,MaterialDark:dO,MaterialLight:fO,GithubDark:mO,GithubLight:OO,Dracula:vO,Copilot:EO};function NO(t,[e,i]){return Math.min(i,Math.max(e,t))}function VO(t,e,{checkForDefaultPrevented:i=!0}={}){return function(n){if(null==t||t(n),!1===i||!n.defaultPrevented)return null==e?void 0:e(n)}}function BO(t,e=[]){let i=[];const n=()=>{const e=i.map((t=>f(t)));return function(i){const n=(null==i?void 0:i[t])||e;return p((()=>({[`__scope${t}`]:{...i,[t]:n}})),[i,n])}};return n.scopeName=t,[function(e,n){const o=f(n),r=i.length;function s(e){const{scope:i,children:n,...s}=e,a=(null==i?void 0:i[t][r])||o,l=p((()=>s),Object.values(s));return O(a.Provider,{value:l},n)}return i=[...i,n],s.displayName=e+"Provider",[s,function(i,s){const a=(null==s?void 0:s[t][r])||o,l=g(a);if(l)return l;if(void 0!==n)return n;throw new Error(`\`${i}\` must be used within \`${e}\``)}]},IO(n,...e)]}function IO(...t){const e=t[0];if(1===t.length)return e;const i=()=>{const i=t.map((t=>({useScope:t(),scopeName:t.scopeName})));return function(t){const n=i.reduce(((e,{useScope:i,scopeName:n})=>({...e,...i(t)[`__scope${n}`]})),{});return p((()=>({[`__scope${e.scopeName}`]:n})),[n])}};return i.scopeName=e.scopeName,i}function zO(...t){return e=>t.forEach((t=>function(t,e){"function"==typeof t?t(e):null!=t&&(t.current=e)}(t,e)))}function LO(...t){return m(zO(...t),t)}const GO=h(((t,e)=>{const{children:i,...n}=t,o=y.toArray(i),r=o.find(HO);if(r){const t=r.props.children,i=o.map((e=>e===r?y.count(t)>1?y.only(null):v(t)?t.props.children:null:e));return O(UO,Mp({},n,{ref:e}),v(t)?w(t,void 0,i):null)}return O(UO,Mp({},n,{ref:e}),i)}));GO.displayName="Slot";const UO=h(((t,e)=>{const{children:i,...n}=t;return v(i)?w(i,{...KO(n,i.props),ref:e?zO(e,i.ref):i.ref}):y.count(i)>1?y.only(null):null}));UO.displayName="SlotClone";const FO=({children:t})=>O(b,null,t);function HO(t){return v(t)&&t.type===FO}function KO(t,e){const i={...e};for(const n in e){const o=t[n],r=e[n];/^on[A-Z]/.test(n)?o&&r?i[n]=(...t)=>{r(...t),o(...t)}:o&&(i[n]=o):"style"===n?i[n]={...o,...r}:"className"===n&&(i[n]=[o,r].filter(Boolean).join(" "))}return{...t,...i}}const JO=f(void 0);const tg=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((t,e)=>{const i=h(((t,i)=>{const{asChild:n,...o}=t,r=n?GO:e;return c((()=>{window[Symbol.for("radix-ui")]=!0}),[]),O(r,Mp({},o,{ref:i}))}));return i.displayName=`Primitive.${e}`,{...t,[e]:i}}),{});function eg(t){const e=d(t);return c((()=>{e.current=t})),p((()=>(...t)=>{var i;return null===(i=e.current)||void 0===i?void 0:i.call(e,...t)}),[])}const ig="dismissableLayer.update",ng="dismissableLayer.pointerDownOutside",og="dismissableLayer.focusOutside";let rg;const sg=f({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),ag=h(((t,e)=>{var i;const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:s,onInteractOutside:a,onDismiss:h,...u}=t,f=g(sg),[p,m]=l(null),y=null!==(i=null==p?void 0:p.ownerDocument)&&void 0!==i?i:null===globalThis||void 0===globalThis?void 0:globalThis.document,[,v]=l({}),w=LO(e,(t=>m(t))),b=Array.from(f.layers),[x]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),S=b.indexOf(x),k=p?b.indexOf(p):-1,Q=f.layersWithOutsidePointerEventsDisabled.size>0,P=k>=S,$=function(t,e=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const i=eg(t),n=d(!1),o=d((()=>{}));return c((()=>{const t=t=>{if(t.target&&!n.current){const r={originalEvent:t};function s(){cg(ng,i,r,{discrete:!0})}"touch"===t.pointerType?(e.removeEventListener("click",o.current),o.current=s,e.addEventListener("click",o.current,{once:!0})):s()}else e.removeEventListener("click",o.current);n.current=!1},r=window.setTimeout((()=>{e.addEventListener("pointerdown",t)}),0);return()=>{window.clearTimeout(r),e.removeEventListener("pointerdown",t),e.removeEventListener("click",o.current)}}),[e,i]),{onPointerDownCapture:()=>n.current=!0}}((t=>{const e=t.target,i=[...f.branches].some((t=>t.contains(e)));P&&!i&&(null==r||r(t),null==a||a(t),t.defaultPrevented||null==h||h())}),y),Z=function(t,e=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const i=eg(t),n=d(!1);return c((()=>{const t=t=>{if(t.target&&!n.current){cg(og,i,{originalEvent:t},{discrete:!1})}};return e.addEventListener("focusin",t),()=>e.removeEventListener("focusin",t)}),[e,i]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}((t=>{const e=t.target;[...f.branches].some((t=>t.contains(e)))||(null==s||s(t),null==a||a(t),t.defaultPrevented||null==h||h())}),y);return function(t,e=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const i=eg(t);c((()=>{const t=t=>{"Escape"===t.key&&i(t)};return e.addEventListener("keydown",t),()=>e.removeEventListener("keydown",t)}),[i,e])}((t=>{k===f.layers.size-1&&(null==o||o(t),!t.defaultPrevented&&h&&(t.preventDefault(),h()))}),y),c((()=>{if(p)return n&&(0===f.layersWithOutsidePointerEventsDisabled.size&&(rg=y.body.style.pointerEvents,y.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(p)),f.layers.add(p),lg(),()=>{n&&1===f.layersWithOutsidePointerEventsDisabled.size&&(y.body.style.pointerEvents=rg)}}),[p,y,n,f]),c((()=>()=>{p&&(f.layers.delete(p),f.layersWithOutsidePointerEventsDisabled.delete(p),lg())}),[p,f]),c((()=>{const t=()=>v({});return document.addEventListener(ig,t),()=>document.removeEventListener(ig,t)}),[]),O(tg.div,Mp({},u,{ref:w,style:{pointerEvents:Q?P?"auto":"none":void 0,...t.style},onFocusCapture:VO(t.onFocusCapture,Z.onFocusCapture),onBlurCapture:VO(t.onBlurCapture,Z.onBlurCapture),onPointerDownCapture:VO(t.onPointerDownCapture,$.onPointerDownCapture)}))}));function lg(){const t=new CustomEvent(ig);document.dispatchEvent(t)}function cg(t,e,i,{discrete:n}){const o=i.originalEvent.target,r=new CustomEvent(t,{bubbles:!1,cancelable:!0,detail:i});e&&o.addEventListener(t,e,{once:!0}),n?function(t,e){t&&Q((()=>t.dispatchEvent(e)))}(o,r):o.dispatchEvent(r)}let hg=0;function dg(){const t=document.createElement("span");return t.setAttribute("data-radix-focus-guard",""),t.tabIndex=0,t.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",t}const ug="focusScope.autoFocusOnMount",fg="focusScope.autoFocusOnUnmount",pg={bubbles:!1,cancelable:!0},Og=h(((t,e)=>{const{loop:i=!1,trapped:n=!1,onMountAutoFocus:o,onUnmountAutoFocus:r,...s}=t,[a,h]=l(null),u=eg(o),f=eg(r),p=d(null),g=LO(e,(t=>h(t))),y=d({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;c((()=>{if(n){function t(t){if(y.paused||!a)return;const e=t.target;a.contains(e)?p.current=e:vg(p.current,{select:!0})}function e(t){if(y.paused||!a)return;const e=t.relatedTarget;null!==e&&(a.contains(e)||vg(p.current,{select:!0}))}function i(t){if(document.activeElement===document.body)for(const e of t)e.removedNodes.length>0&&vg(a)}document.addEventListener("focusin",t),document.addEventListener("focusout",e);const o=new MutationObserver(i);return a&&o.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",t),document.removeEventListener("focusout",e),o.disconnect()}}}),[n,a,y.paused]),c((()=>{if(a){wg.add(y);const e=document.activeElement;if(!a.contains(e)){const i=new CustomEvent(ug,pg);a.addEventListener(ug,u),a.dispatchEvent(i),i.defaultPrevented||(!function(t,{select:e=!1}={}){const i=document.activeElement;for(const n of t)if(vg(n,{select:e}),document.activeElement!==i)return}((t=gg(a),t.filter((t=>"A"!==t.tagName))),{select:!0}),document.activeElement===e&&vg(a))}return()=>{a.removeEventListener(ug,u),setTimeout((()=>{const t=new CustomEvent(fg,pg);a.addEventListener(fg,f),a.dispatchEvent(t),t.defaultPrevented||vg(null!=e?e:document.body,{select:!0}),a.removeEventListener(fg,f),wg.remove(y)}),0)}}var t}),[a,u,f,y]);const v=m((t=>{if(!i&&!n)return;if(y.paused)return;const e="Tab"===t.key&&!t.altKey&&!t.ctrlKey&&!t.metaKey,o=document.activeElement;if(e&&o){const e=t.currentTarget,[n,r]=function(t){const e=gg(t),i=mg(e,t),n=mg(e.reverse(),t);return[i,n]}(e);n&&r?t.shiftKey||o!==r?t.shiftKey&&o===n&&(t.preventDefault(),i&&vg(r,{select:!0})):(t.preventDefault(),i&&vg(n,{select:!0})):o===e&&t.preventDefault()}}),[i,n,y.paused]);return O(tg.div,Mp({tabIndex:-1},s,{ref:g,onKeyDown:v}))}));function gg(t){const e=[],i=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:t=>{const e="INPUT"===t.tagName&&"hidden"===t.type;return t.disabled||t.hidden||e?NodeFilter.FILTER_SKIP:t.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;i.nextNode();)e.push(i.currentNode);return e}function mg(t,e){for(const i of t)if(!yg(i,{upTo:e}))return i}function yg(t,{upTo:e}){if("hidden"===getComputedStyle(t).visibility)return!0;for(;t;){if(void 0!==e&&t===e)return!1;if("none"===getComputedStyle(t).display)return!0;t=t.parentElement}return!1}function vg(t,{select:e=!1}={}){if(t&&t.focus){const i=document.activeElement;t.focus({preventScroll:!0}),t!==i&&function(t){return t instanceof HTMLInputElement&&"select"in t}(t)&&e&&t.select()}}const wg=function(){let t=[];return{add(e){const i=t[0];e!==i&&(null==i||i.pause()),t=bg(t,e),t.unshift(e)},remove(e){var i;t=bg(t,e),null===(i=t[0])||void 0===i||i.resume()}}}();function bg(t,e){const i=[...t],n=i.indexOf(e);return-1!==n&&i.splice(n,1),i}const xg=Boolean(null===globalThis||void 0===globalThis?void 0:globalThis.document)?x:()=>{},Sg=s["useId".toString()]||(()=>{});let kg=0;function Qg(t){const[e,i]=s.useState(Sg());return xg((()=>{t||i((t=>null!=t?t:String(kg++)))}),[t]),t||(e?`radix-${e}`:"")}const Pg=["top","right","bottom","left"],$g=Math.min,Zg=Math.max,Cg=Math.round,Ag=Math.floor,Tg=t=>({x:t,y:t}),Rg={left:"right",right:"left",bottom:"top",top:"bottom"},Wg={start:"end",end:"start"};function Xg(t,e,i){return Zg(t,$g(e,i))}function Yg(t,e){return"function"==typeof t?t(e):t}function Eg(t){return t.split("-")[0]}function Mg(t){return t.split("-")[1]}function Dg(t){return"x"===t?"y":"x"}function jg(t){return"y"===t?"height":"width"}function qg(t){return["top","bottom"].includes(Eg(t))?"y":"x"}function _g(t){return Dg(qg(t))}function Ng(t){return t.replace(/start|end/g,(t=>Wg[t]))}function Vg(t){return t.replace(/left|right|bottom|top/g,(t=>Rg[t]))}function Bg(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}function Ig(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function zg(t,e,i){let{reference:n,floating:o}=t;const r=qg(e),s=_g(e),a=jg(s),l=Eg(e),c="y"===r,h=n.x+n.width/2-o.width/2,d=n.y+n.height/2-o.height/2,u=n[a]/2-o[a]/2;let f;switch(l){case"top":f={x:h,y:n.y-o.height};break;case"bottom":f={x:h,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-o.width,y:d};break;default:f={x:n.x,y:n.y}}switch(Mg(e)){case"start":f[s]-=u*(i&&c?-1:1);break;case"end":f[s]+=u*(i&&c?-1:1)}return f}async function Lg(t,e){var i;void 0===e&&(e={});const{x:n,y:o,platform:r,rects:s,elements:a,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:h="viewport",elementContext:d="floating",altBoundary:u=!1,padding:f=0}=Yg(e,t),p=Bg(f),O=a[u?"floating"===d?"reference":"floating":d],g=Ig(await r.getClippingRect({element:null==(i=await(null==r.isElement?void 0:r.isElement(O)))||i?O:O.contextElement||await(null==r.getDocumentElement?void 0:r.getDocumentElement(a.floating)),boundary:c,rootBoundary:h,strategy:l})),m="floating"===d?{...s.floating,x:n,y:o}:s.reference,y=await(null==r.getOffsetParent?void 0:r.getOffsetParent(a.floating)),v=await(null==r.isElement?void 0:r.isElement(y))&&await(null==r.getScale?void 0:r.getScale(y))||{x:1,y:1},w=Ig(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:m,offsetParent:y,strategy:l}):m);return{top:(g.top-w.top+p.top)/v.y,bottom:(w.bottom-g.bottom+p.bottom)/v.y,left:(g.left-w.left+p.left)/v.x,right:(w.right-g.right+p.right)/v.x}}function Gg(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function Ug(t){return Pg.some((e=>t[e]>=0))}const Fg=function(t){return void 0===t&&(t=0),{name:"offset",options:t,async fn(e){var i,n;const{x:o,y:r,placement:s,middlewareData:a}=e,l=await async function(t,e){const{placement:i,platform:n,elements:o}=t,r=await(null==n.isRTL?void 0:n.isRTL(o.floating)),s=Eg(i),a=Mg(i),l="y"===qg(i),c=["left","top"].includes(s)?-1:1,h=r&&l?-1:1,d=Yg(e,t);let{mainAxis:u,crossAxis:f,alignmentAxis:p}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...d};return a&&"number"==typeof p&&(f="end"===a?-1*p:p),l?{x:f*h,y:u*c}:{x:u*c,y:f*h}}(e,t);return s===(null==(i=a.offset)?void 0:i.placement)&&null!=(n=a.arrow)&&n.alignmentOffset?{}:{x:o+l.x,y:r+l.y,data:{...l,placement:s}}}}};function Hg(t){return tm(t)?(t.nodeName||"").toLowerCase():"#document"}function Kg(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Jg(t){var e;return null==(e=(tm(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function tm(t){return t instanceof Node||t instanceof Kg(t).Node}function em(t){return t instanceof Element||t instanceof Kg(t).Element}function im(t){return t instanceof HTMLElement||t instanceof Kg(t).HTMLElement}function nm(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Kg(t).ShadowRoot)}function om(t){const{overflow:e,overflowX:i,overflowY:n,display:o}=cm(t);return/auto|scroll|overlay|hidden|clip/.test(e+n+i)&&!["inline","contents"].includes(o)}function rm(t){return["table","td","th"].includes(Hg(t))}function sm(t){const e=am(),i=cm(t);return"none"!==i.transform||"none"!==i.perspective||!!i.containerType&&"normal"!==i.containerType||!e&&!!i.backdropFilter&&"none"!==i.backdropFilter||!e&&!!i.filter&&"none"!==i.filter||["transform","perspective","filter"].some((t=>(i.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(i.contain||"").includes(t)))}function am(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function lm(t){return["html","body","#document"].includes(Hg(t))}function cm(t){return Kg(t).getComputedStyle(t)}function hm(t){return em(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function dm(t){if("html"===Hg(t))return t;const e=t.assignedSlot||t.parentNode||nm(t)&&t.host||Jg(t);return nm(e)?e.host:e}function um(t){const e=dm(t);return lm(e)?t.ownerDocument?t.ownerDocument.body:t.body:im(e)&&om(e)?e:um(e)}function fm(t,e,i){var n;void 0===e&&(e=[]),void 0===i&&(i=!0);const o=um(t),r=o===(null==(n=t.ownerDocument)?void 0:n.body),s=Kg(o);return r?e.concat(s,s.visualViewport||[],om(o)?o:[],s.frameElement&&i?fm(s.frameElement):[]):e.concat(o,fm(o,[],i))}function pm(t){const e=cm(t);let i=parseFloat(e.width)||0,n=parseFloat(e.height)||0;const o=im(t),r=o?t.offsetWidth:i,s=o?t.offsetHeight:n,a=Cg(i)!==r||Cg(n)!==s;return a&&(i=r,n=s),{width:i,height:n,$:a}}function Om(t){return em(t)?t:t.contextElement}function gm(t){const e=Om(t);if(!im(e))return Tg(1);const i=e.getBoundingClientRect(),{width:n,height:o,$:r}=pm(e);let s=(r?Cg(i.width):i.width)/n,a=(r?Cg(i.height):i.height)/o;return s&&Number.isFinite(s)||(s=1),a&&Number.isFinite(a)||(a=1),{x:s,y:a}}const mm=Tg(0);function ym(t){const e=Kg(t);return am()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:mm}function vm(t,e,i,n){void 0===e&&(e=!1),void 0===i&&(i=!1);const o=t.getBoundingClientRect(),r=Om(t);let s=Tg(1);e&&(n?em(n)&&(s=gm(n)):s=gm(t));const a=function(t,e,i){return void 0===e&&(e=!1),!(!i||e&&i!==Kg(t))&&e}(r,i,n)?ym(r):Tg(0);let l=(o.left+a.x)/s.x,c=(o.top+a.y)/s.y,h=o.width/s.x,d=o.height/s.y;if(r){const t=Kg(r),e=n&&em(n)?Kg(n):n;let i=t,o=i.frameElement;for(;o&&n&&e!==i;){const t=gm(o),e=o.getBoundingClientRect(),n=cm(o),r=e.left+(o.clientLeft+parseFloat(n.paddingLeft))*t.x,s=e.top+(o.clientTop+parseFloat(n.paddingTop))*t.y;l*=t.x,c*=t.y,h*=t.x,d*=t.y,l+=r,c+=s,i=Kg(o),o=i.frameElement}}return Ig({width:h,height:d,x:l,y:c})}const wm=[":popover-open",":modal"];function bm(t){return wm.some((e=>{try{return t.matches(e)}catch(t){return!1}}))}function xm(t){return vm(Jg(t)).left+hm(t).scrollLeft}function Sm(t,e,i){let n;if("viewport"===e)n=function(t,e){const i=Kg(t),n=Jg(t),o=i.visualViewport;let r=n.clientWidth,s=n.clientHeight,a=0,l=0;if(o){r=o.width,s=o.height;const t=am();(!t||t&&"fixed"===e)&&(a=o.offsetLeft,l=o.offsetTop)}return{width:r,height:s,x:a,y:l}}(t,i);else if("document"===e)n=function(t){const e=Jg(t),i=hm(t),n=t.ownerDocument.body,o=Zg(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),r=Zg(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight);let s=-i.scrollLeft+xm(t);const a=-i.scrollTop;return"rtl"===cm(n).direction&&(s+=Zg(e.clientWidth,n.clientWidth)-o),{width:o,height:r,x:s,y:a}}(Jg(t));else if(em(e))n=function(t,e){const i=vm(t,!0,"fixed"===e),n=i.top+t.clientTop,o=i.left+t.clientLeft,r=im(t)?gm(t):Tg(1);return{width:t.clientWidth*r.x,height:t.clientHeight*r.y,x:o*r.x,y:n*r.y}}(e,i);else{const i=ym(t);n={...e,x:e.x-i.x,y:e.y-i.y}}return Ig(n)}function km(t,e){const i=dm(t);return!(i===e||!em(i)||lm(i))&&("fixed"===cm(i).position||km(i,e))}function Qm(t,e,i){const n=im(e),o=Jg(e),r="fixed"===i,s=vm(t,!0,r,e);let a={scrollLeft:0,scrollTop:0};const l=Tg(0);if(n||!n&&!r)if(("body"!==Hg(e)||om(o))&&(a=hm(e)),n){const t=vm(e,!0,r,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else o&&(l.x=xm(o));return{x:s.left+a.scrollLeft-l.x,y:s.top+a.scrollTop-l.y,width:s.width,height:s.height}}function Pm(t,e){return im(t)&&"fixed"!==cm(t).position?e?e(t):t.offsetParent:null}function $m(t,e){const i=Kg(t);if(!im(t)||bm(t))return i;let n=Pm(t,e);for(;n&&rm(n)&&"static"===cm(n).position;)n=Pm(n,e);return n&&("html"===Hg(n)||"body"===Hg(n)&&"static"===cm(n).position&&!sm(n))?i:n||function(t){let e=dm(t);for(;im(e)&&!lm(e);){if(sm(e))return e;e=dm(e)}return null}(t)||i}const Zm={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{elements:e,rect:i,offsetParent:n,strategy:o}=t;const r="fixed"===o,s=Jg(n),a=!!e&&bm(e.floating);if(n===s||a&&r)return i;let l={scrollLeft:0,scrollTop:0},c=Tg(1);const h=Tg(0),d=im(n);if((d||!d&&!r)&&(("body"!==Hg(n)||om(s))&&(l=hm(n)),im(n))){const t=vm(n);c=gm(n),h.x=t.x+n.clientLeft,h.y=t.y+n.clientTop}return{width:i.width*c.x,height:i.height*c.y,x:i.x*c.x-l.scrollLeft*c.x+h.x,y:i.y*c.y-l.scrollTop*c.y+h.y}},getDocumentElement:Jg,getClippingRect:function(t){let{element:e,boundary:i,rootBoundary:n,strategy:o}=t;const r="clippingAncestors"===i?function(t,e){const i=e.get(t);if(i)return i;let n=fm(t,[],!1).filter((t=>em(t)&&"body"!==Hg(t))),o=null;const r="fixed"===cm(t).position;let s=r?dm(t):t;for(;em(s)&&!lm(s);){const e=cm(s),i=sm(s);i||"fixed"!==e.position||(o=null),(r?!i&&!o:!i&&"static"===e.position&&o&&["absolute","fixed"].includes(o.position)||om(s)&&!i&&km(t,s))?n=n.filter((t=>t!==s)):o=e,s=dm(s)}return e.set(t,n),n}(e,this._c):[].concat(i),s=[...r,n],a=s[0],l=s.reduce(((t,i)=>{const n=Sm(e,i,o);return t.top=Zg(n.top,t.top),t.right=$g(n.right,t.right),t.bottom=$g(n.bottom,t.bottom),t.left=Zg(n.left,t.left),t}),Sm(e,a,o));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:$m,getElementRects:async function(t){const e=this.getOffsetParent||$m,i=this.getDimensions;return{reference:Qm(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,...await i(t.floating)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){const{width:e,height:i}=pm(t);return{width:e,height:i}},getScale:gm,isElement:em,isRTL:function(t){return"rtl"===cm(t).direction}};function Cm(t,e,i,n){void 0===n&&(n={});const{ancestorScroll:o=!0,ancestorResize:r=!0,elementResize:s="function"==typeof ResizeObserver,layoutShift:a="function"==typeof IntersectionObserver,animationFrame:l=!1}=n,c=Om(t),h=o||r?[...c?fm(c):[],...fm(e)]:[];h.forEach((t=>{o&&t.addEventListener("scroll",i,{passive:!0}),r&&t.addEventListener("resize",i)}));const d=c&&a?function(t,e){let i,n=null;const o=Jg(t);function r(){var t;clearTimeout(i),null==(t=n)||t.disconnect(),n=null}return function s(a,l){void 0===a&&(a=!1),void 0===l&&(l=1),r();const{left:c,top:h,width:d,height:u}=t.getBoundingClientRect();if(a||e(),!d||!u)return;const f={rootMargin:-Ag(h)+"px "+-Ag(o.clientWidth-(c+d))+"px "+-Ag(o.clientHeight-(h+u))+"px "+-Ag(c)+"px",threshold:Zg(0,$g(1,l))||1};let p=!0;function O(t){const e=t[0].intersectionRatio;if(e!==l){if(!p)return s();e?s(!1,e):i=setTimeout((()=>{s(!1,1e-7)}),100)}p=!1}try{n=new IntersectionObserver(O,{...f,root:o.ownerDocument})}catch(t){n=new IntersectionObserver(O,f)}n.observe(t)}(!0),r}(c,i):null;let u,f=-1,p=null;s&&(p=new ResizeObserver((t=>{let[n]=t;n&&n.target===c&&p&&(p.unobserve(e),cancelAnimationFrame(f),f=requestAnimationFrame((()=>{var t;null==(t=p)||t.observe(e)}))),i()})),c&&!l&&p.observe(c),p.observe(e));let O=l?vm(t):null;return l&&function e(){const n=vm(t);!O||n.x===O.x&&n.y===O.y&&n.width===O.width&&n.height===O.height||i();O=n,u=requestAnimationFrame(e)}(),i(),()=>{var t;h.forEach((t=>{o&&t.removeEventListener("scroll",i),r&&t.removeEventListener("resize",i)})),null==d||d(),null==(t=p)||t.disconnect(),p=null,l&&cancelAnimationFrame(u)}}const Am=function(t){return void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:i,y:n,placement:o}=e,{mainAxis:r=!0,crossAxis:s=!1,limiter:a={fn:t=>{let{x:e,y:i}=t;return{x:e,y:i}}},...l}=Yg(t,e),c={x:i,y:n},h=await Lg(e,l),d=qg(Eg(o)),u=Dg(d);let f=c[u],p=c[d];if(r){const t="y"===u?"bottom":"right";f=Xg(f+h["y"===u?"top":"left"],f,f-h[t])}if(s){const t="y"===d?"bottom":"right";p=Xg(p+h["y"===d?"top":"left"],p,p-h[t])}const O=a.fn({...e,[u]:f,[d]:p});return{...O,data:{x:O.x-i,y:O.y-n}}}}},Tm=function(t){return void 0===t&&(t={}),{name:"flip",options:t,async fn(e){var i,n;const{placement:o,middlewareData:r,rects:s,initialPlacement:a,platform:l,elements:c}=e,{mainAxis:h=!0,crossAxis:d=!0,fallbackPlacements:u,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:O=!0,...g}=Yg(t,e);if(null!=(i=r.arrow)&&i.alignmentOffset)return{};const m=Eg(o),y=Eg(a)===a,v=await(null==l.isRTL?void 0:l.isRTL(c.floating)),w=u||(y||!O?[Vg(a)]:function(t){const e=Vg(t);return[Ng(t),e,Ng(e)]}(a));u||"none"===p||w.push(...function(t,e,i,n){const o=Mg(t);let r=function(t,e,i){const n=["left","right"],o=["right","left"],r=["top","bottom"],s=["bottom","top"];switch(t){case"top":case"bottom":return i?e?o:n:e?n:o;case"left":case"right":return e?r:s;default:return[]}}(Eg(t),"start"===i,n);return o&&(r=r.map((t=>t+"-"+o)),e&&(r=r.concat(r.map(Ng)))),r}(a,O,p,v));const b=[a,...w],x=await Lg(e,g),S=[];let k=(null==(n=r.flip)?void 0:n.overflows)||[];if(h&&S.push(x[m]),d){const t=function(t,e,i){void 0===i&&(i=!1);const n=Mg(t),o=_g(t),r=jg(o);let s="x"===o?n===(i?"end":"start")?"right":"left":"start"===n?"bottom":"top";return e.reference[r]>e.floating[r]&&(s=Vg(s)),[s,Vg(s)]}(o,s,v);S.push(x[t[0]],x[t[1]])}if(k=[...k,{placement:o,overflows:S}],!S.every((t=>t<=0))){var Q,P;const t=((null==(Q=r.flip)?void 0:Q.index)||0)+1,e=b[t];if(e)return{data:{index:t,overflows:k},reset:{placement:e}};let i=null==(P=k.filter((t=>t.overflows[0]<=0)).sort(((t,e)=>t.overflows[1]-e.overflows[1]))[0])?void 0:P.placement;if(!i)switch(f){case"bestFit":{var $;const t=null==($=k.map((t=>[t.placement,t.overflows.filter((t=>t>0)).reduce(((t,e)=>t+e),0)])).sort(((t,e)=>t[1]-e[1]))[0])?void 0:$[0];t&&(i=t);break}case"initialPlacement":i=a}if(o!==i)return{reset:{placement:i}}}return{}}}},Rm=function(t){return void 0===t&&(t={}),{name:"size",options:t,async fn(e){const{placement:i,rects:n,platform:o,elements:r}=e,{apply:s=(()=>{}),...a}=Yg(t,e),l=await Lg(e,a),c=Eg(i),h=Mg(i),d="y"===qg(i),{width:u,height:f}=n.floating;let p,O;"top"===c||"bottom"===c?(p=c,O=h===(await(null==o.isRTL?void 0:o.isRTL(r.floating))?"start":"end")?"left":"right"):(O=c,p="end"===h?"top":"bottom");const g=f-l[p],m=u-l[O],y=!e.middlewareData.shift;let v=g,w=m;if(d){const t=u-l.left-l.right;w=h||y?$g(m,t):t}else{const t=f-l.top-l.bottom;v=h||y?$g(g,t):t}if(y&&!h){const t=Zg(l.left,0),e=Zg(l.right,0),i=Zg(l.top,0),n=Zg(l.bottom,0);d?w=u-2*(0!==t||0!==e?t+e:Zg(l.left,l.right)):v=f-2*(0!==i||0!==n?i+n:Zg(l.top,l.bottom))}await s({...e,availableWidth:w,availableHeight:v});const b=await o.getDimensions(r.floating);return u!==b.width||f!==b.height?{reset:{rects:!0}}:{}}}},Wm=function(t){return void 0===t&&(t={}),{name:"hide",options:t,async fn(e){const{rects:i}=e,{strategy:n="referenceHidden",...o}=Yg(t,e);switch(n){case"referenceHidden":{const t=Gg(await Lg(e,{...o,elementContext:"reference"}),i.reference);return{data:{referenceHiddenOffsets:t,referenceHidden:Ug(t)}}}case"escaped":{const t=Gg(await Lg(e,{...o,altBoundary:!0}),i.floating);return{data:{escapedOffsets:t,escaped:Ug(t)}}}default:return{}}}}},Xm=t=>({name:"arrow",options:t,async fn(e){const{x:i,y:n,placement:o,rects:r,platform:s,elements:a,middlewareData:l}=e,{element:c,padding:h=0}=Yg(t,e)||{};if(null==c)return{};const d=Bg(h),u={x:i,y:n},f=_g(o),p=jg(f),O=await s.getDimensions(c),g="y"===f,m=g?"top":"left",y=g?"bottom":"right",v=g?"clientHeight":"clientWidth",w=r.reference[p]+r.reference[f]-u[f]-r.floating[p],b=u[f]-r.reference[f],x=await(null==s.getOffsetParent?void 0:s.getOffsetParent(c));let S=x?x[v]:0;S&&await(null==s.isElement?void 0:s.isElement(x))||(S=a.floating[v]||r.floating[p]);const k=w/2-b/2,Q=S/2-O[p]/2-1,P=$g(d[m],Q),$=$g(d[y],Q),Z=P,C=S-O[p]-$,A=S/2-O[p]/2+k,T=Xg(Z,A,C),R=!l.arrow&&null!=Mg(o)&&A!==T&&r.reference[p]/2-(A<Z?P:$)-O[p]/2<0,W=R?A<Z?A-Z:A-C:0;return{[f]:u[f]+W,data:{[f]:T,centerOffset:A-T-W,...R&&{alignmentOffset:W}},reset:R}}}),Ym=function(t){return void 0===t&&(t={}),{options:t,fn(e){const{x:i,y:n,placement:o,rects:r,middlewareData:s}=e,{offset:a=0,mainAxis:l=!0,crossAxis:c=!0}=Yg(t,e),h={x:i,y:n},d=qg(o),u=Dg(d);let f=h[u],p=h[d];const O=Yg(a,e),g="number"==typeof O?{mainAxis:O,crossAxis:0}:{mainAxis:0,crossAxis:0,...O};if(l){const t="y"===u?"height":"width",e=r.reference[u]-r.floating[t]+g.mainAxis,i=r.reference[u]+r.reference[t]-g.mainAxis;f<e?f=e:f>i&&(f=i)}if(c){var m,y;const t="y"===u?"width":"height",e=["top","left"].includes(Eg(o)),i=r.reference[d]-r.floating[t]+(e&&(null==(m=s.offset)?void 0:m[d])||0)+(e?0:g.crossAxis),n=r.reference[d]+r.reference[t]+(e?0:(null==(y=s.offset)?void 0:y[d])||0)-(e?g.crossAxis:0);p<i?p=i:p>n&&(p=n)}return{[u]:f,[d]:p}}}},Em=(t,e,i)=>{const n=new Map,o={platform:Zm,...i},r={...o.platform,_c:n};return(async(t,e,i)=>{const{placement:n="bottom",strategy:o="absolute",middleware:r=[],platform:s}=i,a=r.filter(Boolean),l=await(null==s.isRTL?void 0:s.isRTL(e));let c=await s.getElementRects({reference:t,floating:e,strategy:o}),{x:h,y:d}=zg(c,n,l),u=n,f={},p=0;for(let i=0;i<a.length;i++){const{name:r,fn:O}=a[i],{x:g,y:m,data:y,reset:v}=await O({x:h,y:d,initialPlacement:n,placement:u,strategy:o,middlewareData:f,rects:c,platform:s,elements:{reference:t,floating:e}});h=null!=g?g:h,d=null!=m?m:d,f={...f,[r]:{...f[r],...y}},v&&p<=50&&(p++,"object"==typeof v&&(v.placement&&(u=v.placement),v.rects&&(c=!0===v.rects?await s.getElementRects({reference:t,floating:e,strategy:o}):v.rects),({x:h,y:d}=zg(c,u,l))),i=-1)}return{x:h,y:d,placement:u,strategy:o,middlewareData:f}})(t,e,{...o,platform:r})},Mm=t=>({name:"arrow",options:t,fn(e){const{element:i,padding:n}="function"==typeof t?t(e):t;return i&&(o=i,{}.hasOwnProperty.call(o,"current"))?null!=i.current?Xm({element:i.current,padding:n}).fn(e):{}:i?Xm({element:i,padding:n}).fn(e):{};var o}});var Dm="undefined"!=typeof document?x:c;function jm(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if("function"==typeof t&&t.toString()===e.toString())return!0;let i,n,o;if(t&&e&&"object"==typeof t){if(Array.isArray(t)){if(i=t.length,i!==e.length)return!1;for(n=i;0!=n--;)if(!jm(t[n],e[n]))return!1;return!0}if(o=Object.keys(t),i=o.length,i!==Object.keys(e).length)return!1;for(n=i;0!=n--;)if(!{}.hasOwnProperty.call(e,o[n]))return!1;for(n=i;0!=n--;){const i=o[n];if(("_owner"!==i||!t.$$typeof)&&!jm(t[i],e[i]))return!1}return!0}return t!=t&&e!=e}function qm(t){if("undefined"==typeof window)return 1;return(t.ownerDocument.defaultView||window).devicePixelRatio||1}function _m(t,e){const i=qm(t);return Math.round(e*i)/i}function Nm(t){const e=s.useRef(t);return Dm((()=>{e.current=t})),e}const Vm="Popper",[Bm,Im]=BO(Vm),[zm,Lm]=Bm(Vm),Gm=h(((t,e)=>{const{__scopePopper:i,virtualRef:n,...o}=t,r=Lm("PopperAnchor",i),s=d(null),a=LO(e,s);return c((()=>{r.onAnchorChange((null==n?void 0:n.current)||s.current)})),n?null:O(tg.div,Mp({},o,{ref:a}))})),Um="PopperContent",[Fm,Hm]=Bm(Um),Km=h(((t,e)=>{var i,n,o,r,a,c,h,d;const{__scopePopper:u,side:f="bottom",sideOffset:p=0,align:g="center",alignOffset:m=0,arrowPadding:y=0,avoidCollisions:v=!0,collisionBoundary:w=[],collisionPadding:b=0,sticky:x="partial",hideWhenDetached:k=!1,updatePositionStrategy:Q="optimized",onPlaced:P,...$}=t,Z=Lm(Um,u),[C,A]=l(null),T=LO(e,(t=>A(t))),[R,W]=l(null),X=function(t){const[e,i]=l(void 0);return xg((()=>{if(t){i({width:t.offsetWidth,height:t.offsetHeight});const e=new ResizeObserver((e=>{if(!Array.isArray(e))return;if(!e.length)return;const n=e[0];let o,r;if("borderBoxSize"in n){const t=n.borderBoxSize,e=Array.isArray(t)?t[0]:t;o=e.inlineSize,r=e.blockSize}else o=t.offsetWidth,r=t.offsetHeight;i({width:o,height:r})}));return e.observe(t,{box:"border-box"}),()=>e.unobserve(t)}i(void 0)}),[t]),e}(R),Y=null!==(i=null==X?void 0:X.width)&&void 0!==i?i:0,E=null!==(n=null==X?void 0:X.height)&&void 0!==n?n:0,M=f+("center"!==g?"-"+g:""),D="number"==typeof b?b:{top:0,right:0,bottom:0,left:0,...b},j=Array.isArray(w)?w:[w],q=j.length>0,_={padding:D,boundary:j.filter(Jm),altBoundary:q},{refs:N,floatingStyles:V,placement:B,isPositioned:I,middlewareData:z}=function(t){void 0===t&&(t={});const{placement:e="bottom",strategy:i="absolute",middleware:n=[],platform:o,elements:{reference:r,floating:a}={},transform:l=!0,whileElementsMounted:c,open:h}=t,[d,u]=s.useState({x:0,y:0,strategy:i,placement:e,middlewareData:{},isPositioned:!1}),[f,p]=s.useState(n);jm(f,n)||p(n);const[O,g]=s.useState(null),[m,y]=s.useState(null),v=s.useCallback((t=>{t!==k.current&&(k.current=t,g(t))}),[]),w=s.useCallback((t=>{t!==Q.current&&(Q.current=t,y(t))}),[]),b=r||O,x=a||m,k=s.useRef(null),Q=s.useRef(null),P=s.useRef(d),$=null!=c,Z=Nm(c),C=Nm(o),A=s.useCallback((()=>{if(!k.current||!Q.current)return;const t={placement:e,strategy:i,middleware:f};C.current&&(t.platform=C.current),Em(k.current,Q.current,t).then((t=>{const e={...t,isPositioned:!0};T.current&&!jm(P.current,e)&&(P.current=e,S.flushSync((()=>{u(e)})))}))}),[f,e,i,C]);Dm((()=>{!1===h&&P.current.isPositioned&&(P.current.isPositioned=!1,u((t=>({...t,isPositioned:!1}))))}),[h]);const T=s.useRef(!1);Dm((()=>(T.current=!0,()=>{T.current=!1})),[]),Dm((()=>{if(b&&(k.current=b),x&&(Q.current=x),b&&x){if(Z.current)return Z.current(b,x,A);A()}}),[b,x,A,Z,$]);const R=s.useMemo((()=>({reference:k,floating:Q,setReference:v,setFloating:w})),[v,w]),W=s.useMemo((()=>({reference:b,floating:x})),[b,x]),X=s.useMemo((()=>{const t={position:i,left:0,top:0};if(!W.floating)return t;const e=_m(W.floating,d.x),n=_m(W.floating,d.y);return l?{...t,transform:"translate("+e+"px, "+n+"px)",...qm(W.floating)>=1.5&&{willChange:"transform"}}:{position:i,left:e,top:n}}),[i,l,W.floating,d.x,d.y]);return s.useMemo((()=>({...d,update:A,refs:R,elements:W,floatingStyles:X})),[d,A,R,W,X])}({strategy:"fixed",placement:M,whileElementsMounted:(...t)=>Cm(...t,{animationFrame:"always"===Q}),elements:{reference:Z.anchor},middleware:[Fg({mainAxis:p+E,alignmentAxis:m}),v&&Am({mainAxis:!0,crossAxis:!1,limiter:"partial"===x?Ym():void 0,..._}),v&&Tm({..._}),Rm({..._,apply:({elements:t,rects:e,availableWidth:i,availableHeight:n})=>{const{width:o,height:r}=e.reference,s=t.floating.style;s.setProperty("--radix-popper-available-width",`${i}px`),s.setProperty("--radix-popper-available-height",`${n}px`),s.setProperty("--radix-popper-anchor-width",`${o}px`),s.setProperty("--radix-popper-anchor-height",`${r}px`)}}),R&&Mm({element:R,padding:y}),ty({arrowWidth:Y,arrowHeight:E}),k&&Wm({strategy:"referenceHidden",..._})]}),[L,G]=ey(B),U=eg(P);xg((()=>{I&&(null==U||U())}),[I,U]);const F=null===(o=z.arrow)||void 0===o?void 0:o.x,H=null===(r=z.arrow)||void 0===r?void 0:r.y,K=0!==(null===(a=z.arrow)||void 0===a?void 0:a.centerOffset),[J,tt]=l();return xg((()=>{C&&tt(window.getComputedStyle(C).zIndex)}),[C]),O("div",{ref:N.setFloating,"data-radix-popper-content-wrapper":"",style:{...V,transform:I?V.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:J,"--radix-popper-transform-origin":[null===(c=z.transformOrigin)||void 0===c?void 0:c.x,null===(h=z.transformOrigin)||void 0===h?void 0:h.y].join(" ")},dir:t.dir},O(Fm,{scope:u,placedSide:L,onArrowChange:W,arrowX:F,arrowY:H,shouldHideArrow:K},O(tg.div,Mp({"data-side":L,"data-align":G},$,{ref:T,style:{...$.style,animation:I?void 0:"none",opacity:null!==(d=z.hide)&&void 0!==d&&d.referenceHidden?0:void 0}}))))}));function Jm(t){return null!==t}const ty=t=>({name:"transformOrigin",options:t,fn(e){var i,n,o,r,s;const{placement:a,rects:l,middlewareData:c}=e,h=0!==(null===(i=c.arrow)||void 0===i?void 0:i.centerOffset),d=h?0:t.arrowWidth,u=h?0:t.arrowHeight,[f,p]=ey(a),O={start:"0%",center:"50%",end:"100%"}[p],g=(null!==(n=null===(o=c.arrow)||void 0===o?void 0:o.x)&&void 0!==n?n:0)+d/2,m=(null!==(r=null===(s=c.arrow)||void 0===s?void 0:s.y)&&void 0!==r?r:0)+u/2;let y="",v="";return"bottom"===f?(y=h?O:`${g}px`,v=-u+"px"):"top"===f?(y=h?O:`${g}px`,v=`${l.floating.height+u}px`):"right"===f?(y=-u+"px",v=h?O:`${m}px`):"left"===f&&(y=`${l.floating.width+u}px`,v=h?O:`${m}px`),{data:{x:y,y:v}}}});function ey(t){const[e,i="center"]=t.split("-");return[e,i]}const iy=t=>{const{__scopePopper:e,children:i}=t,[n,o]=l(null);return O(zm,{scope:e,anchor:n,onAnchorChange:o},i)},ny=Gm,oy=Km,ry=h(((t,e)=>{var i;const{container:n=(null===globalThis||void 0===globalThis||null===(i=globalThis.document)||void 0===i?void 0:i.body),...o}=t;return n?k.createPortal(O(tg.div,Mp({},o,{ref:e})),n):null}));function sy({prop:t,defaultProp:e,onChange:i=(()=>{})}){const[n,o]=function({defaultProp:t,onChange:e}){const i=l(t),[n]=i,o=d(n),r=eg(e);return c((()=>{o.current!==n&&(r(n),o.current=n)}),[n,o,r]),i}({defaultProp:e,onChange:i}),r=void 0!==t,s=r?t:n,a=eg(i);return[s,m((e=>{if(r){const i="function"==typeof e?e(t):e;i!==t&&a(i)}else o(e)}),[r,t,o,a])]}const ay=h(((t,e)=>O(tg.span,Mp({},t,{ref:e,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...t.style}}))));var ly=new WeakMap,cy=new WeakMap,hy={},dy=0,uy=function(t){return t&&(t.host||uy(t.parentNode))},fy=function(t,e,i,n){var o=function(t,e){return e.map((function(e){if(t.contains(e))return e;var i=uy(e);return i&&t.contains(i)?i:(console.error("aria-hidden",e,"in not contained inside",t,". Doing nothing"),null)})).filter((function(t){return Boolean(t)}))}(e,Array.isArray(t)?t:[t]);hy[i]||(hy[i]=new WeakMap);var r=hy[i],s=[],a=new Set,l=new Set(o),c=function(t){t&&!a.has(t)&&(a.add(t),c(t.parentNode))};o.forEach(c);var h=function(t){t&&!l.has(t)&&Array.prototype.forEach.call(t.children,(function(t){if(a.has(t))h(t);else try{var e=t.getAttribute(n),o=null!==e&&"false"!==e,l=(ly.get(t)||0)+1,c=(r.get(t)||0)+1;ly.set(t,l),r.set(t,c),s.push(t),1===l&&o&&cy.set(t,!0),1===c&&t.setAttribute(i,"true"),o||t.setAttribute(n,"true")}catch(e){console.error("aria-hidden: cannot operate on ",t,e)}}))};return h(e),a.clear(),dy++,function(){s.forEach((function(t){var e=ly.get(t)-1,o=r.get(t)-1;ly.set(t,e),r.set(t,o),e||(cy.has(t)||t.removeAttribute(n),cy.delete(t)),o||t.removeAttribute(i)})),--dy||(ly=new WeakMap,ly=new WeakMap,cy=new WeakMap,hy={})}},py=function(t,e,i){void 0===i&&(i="data-aria-hidden");var n=Array.from(Array.isArray(t)?t:[t]),o=e||function(t){return"undefined"==typeof document?null:(Array.isArray(t)?t[0]:t).ownerDocument.body}(t);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live]"))),fy(n,o,i,"aria-hidden")):function(){return null}},Oy=function(){return Oy=Object.assign||function(t){for(var e,i=1,n=arguments.length;i<n;i++)for(var o in e=arguments[i])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},Oy.apply(this,arguments)};function gy(t,e){var i={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(i[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(t);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(t,n[o])&&(i[n[o]]=t[n[o]])}return i}"function"==typeof SuppressedError&&SuppressedError;var my="right-scroll-bar-position",yy="width-before-scroll-bar";function vy(t,e){return"function"==typeof t?t(e):t&&(t.current=e),t}var wy="undefined"!=typeof window?s.useLayoutEffect:s.useEffect,by=new WeakMap;function xy(t,e){var i,n,o,r=(i=e||null,n=function(e){return t.forEach((function(t){return vy(t,e)}))},(o=l((function(){return{value:i,callback:n,facade:{get current(){return o.value},set current(t){var e=o.value;e!==t&&(o.value=t,o.callback(t,e))}}}}))[0]).callback=n,o.facade);return wy((function(){var e=by.get(r);if(e){var i=new Set(e),n=new Set(t),o=r.current;i.forEach((function(t){n.has(t)||vy(t,null)})),n.forEach((function(t){i.has(t)||vy(t,o)}))}by.set(r,t)}),[t]),r}function Sy(t){return t}var ky=function(t){var e=t.sideCar,i=gy(t,["sideCar"]);if(!e)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=e.read();if(!n)throw new Error("Sidecar medium not found");return s.createElement(n,Oy({},i))};ky.isSideCarExport=!0;var Qy=function(t){void 0===t&&(t={});var e=function(t,e){void 0===e&&(e=Sy);var i=[],n=!1;return{read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return i.length?i[i.length-1]:t},useMedium:function(t){var o=e(t,n);return i.push(o),function(){i=i.filter((function(t){return t!==o}))}},assignSyncMedium:function(t){for(n=!0;i.length;){var e=i;i=[],e.forEach(t)}i={push:function(e){return t(e)},filter:function(){return i}}},assignMedium:function(t){n=!0;var e=[];if(i.length){var o=i;i=[],o.forEach(t),e=i}var r=function(){var i=e;e=[],i.forEach(t)},s=function(){return Promise.resolve().then(r)};s(),i={push:function(t){e.push(t),s()},filter:function(t){return e=e.filter(t),i}}}}}(null);return e.options=Oy({async:!0,ssr:!1},t),e}(),Py=function(){},$y=s.forwardRef((function(t,e){var i=s.useRef(null),n=s.useState({onScrollCapture:Py,onWheelCapture:Py,onTouchMoveCapture:Py}),o=n[0],r=n[1],a=t.forwardProps,l=t.children,c=t.className,h=t.removeScrollBar,d=t.enabled,u=t.shards,f=t.sideCar,p=t.noIsolation,O=t.inert,g=t.allowPinchZoom,m=t.as,y=void 0===m?"div":m,v=gy(t,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),w=f,b=xy([i,e]),x=Oy(Oy({},v),o);return s.createElement(s.Fragment,null,d&&s.createElement(w,{sideCar:Qy,removeScrollBar:h,shards:u,noIsolation:p,inert:O,setCallbacks:r,allowPinchZoom:!!g,lockRef:i}),a?s.cloneElement(s.Children.only(l),Oy(Oy({},x),{ref:b})):s.createElement(y,Oy({},x,{className:c,ref:b}),l))}));$y.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},$y.classNames={fullWidth:yy,zeroRight:my};function Zy(){if(!document)return null;var t=document.createElement("style");t.type="text/css";var e=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__}();return e&&t.setAttribute("nonce",e),t}var Cy=function(){var t=0,e=null;return{add:function(i){var n;0==t&&(e=Zy())&&(!function(t,e){t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e))}(e,i),n=e,(document.head||document.getElementsByTagName("head")[0]).appendChild(n)),t++},remove:function(){! --t&&e&&(e.parentNode&&e.parentNode.removeChild(e),e=null)}}},Ay=function(){var t,e=(t=Cy(),function(e,i){s.useEffect((function(){return t.add(e),function(){t.remove()}}),[e&&i])});return function(t){var i=t.styles,n=t.dynamic;return e(i,n),null}},Ty={left:0,top:0,right:0,gap:0},Ry=function(t){return parseInt(t||"",10)||0},Wy=function(t){if(void 0===t&&(t="margin"),"undefined"==typeof window)return Ty;var e=function(t){var e=window.getComputedStyle(document.body),i=e["padding"===t?"paddingLeft":"marginLeft"],n=e["padding"===t?"paddingTop":"marginTop"],o=e["padding"===t?"paddingRight":"marginRight"];return[Ry(i),Ry(n),Ry(o)]}(t),i=document.documentElement.clientWidth,n=window.innerWidth;return{left:e[0],top:e[1],right:e[2],gap:Math.max(0,n-i+e[2]-e[0])}},Xy=Ay(),Yy="data-scroll-locked",Ey=function(t,e,i,n){var o=t.left,r=t.top,s=t.right,a=t.gap;return void 0===i&&(i="margin"),"\n .".concat("with-scroll-bars-hidden"," {\n overflow: hidden ").concat(n,";\n padding-right: ").concat(a,"px ").concat(n,";\n }\n body[").concat(Yy,"] {\n overflow: hidden ").concat(n,";\n overscroll-behavior: contain;\n ").concat([e&&"position: relative ".concat(n,";"),"margin"===i&&"\n padding-left: ".concat(o,"px;\n padding-top: ").concat(r,"px;\n padding-right: ").concat(s,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(a,"px ").concat(n,";\n "),"padding"===i&&"padding-right: ".concat(a,"px ").concat(n,";")].filter(Boolean).join(""),"\n }\n \n .").concat(my," {\n right: ").concat(a,"px ").concat(n,";\n }\n \n .").concat(yy," {\n margin-right: ").concat(a,"px ").concat(n,";\n }\n \n .").concat(my," .").concat(my," {\n right: 0 ").concat(n,";\n }\n \n .").concat(yy," .").concat(yy," {\n margin-right: 0 ").concat(n,";\n }\n \n body[").concat(Yy,"] {\n ").concat("--removed-body-scroll-bar-size",": ").concat(a,"px;\n }\n")},My=function(){var t=parseInt(document.body.getAttribute(Yy)||"0",10);return isFinite(t)?t:0},Dy=function(t){var e=t.noRelative,i=t.noImportant,n=t.gapMode,o=void 0===n?"margin":n;s.useEffect((function(){return document.body.setAttribute(Yy,(My()+1).toString()),function(){var t=My()-1;t<=0?document.body.removeAttribute(Yy):document.body.setAttribute(Yy,t.toString())}}),[]);var r=s.useMemo((function(){return Wy(o)}),[o]);return s.createElement(Xy,{styles:Ey(r,!e,o,i?"":"!important")})},jy=!1;if("undefined"!=typeof window)try{var qy=Object.defineProperty({},"passive",{get:function(){return jy=!0,!0}});window.addEventListener("test",qy,qy),window.removeEventListener("test",qy,qy)}catch(t){jy=!1}var _y=!!jy&&{passive:!1},Ny=function(t,e){var i=window.getComputedStyle(t);return"hidden"!==i[e]&&!(i.overflowY===i.overflowX&&!function(t){return"TEXTAREA"===t.tagName}(t)&&"visible"===i[e])},Vy=function(t,e){var i=e;do{if("undefined"!=typeof ShadowRoot&&i instanceof ShadowRoot&&(i=i.host),By(t,i)){var n=Iy(t,i);if(n[1]>n[2])return!0}i=i.parentNode}while(i&&i!==document.body);return!1},By=function(t,e){return"v"===t?function(t){return Ny(t,"overflowY")}(e):function(t){return Ny(t,"overflowX")}(e)},Iy=function(t,e){return"v"===t?function(t){return[t.scrollTop,t.scrollHeight,t.clientHeight]}(e):function(t){return[t.scrollLeft,t.scrollWidth,t.clientWidth]}(e)},zy=function(t){return"changedTouches"in t?[t.changedTouches[0].clientX,t.changedTouches[0].clientY]:[0,0]},Ly=function(t){return[t.deltaX,t.deltaY]},Gy=function(t){return t&&"current"in t?t.current:t},Uy=function(t){return"\n .block-interactivity-".concat(t," {pointer-events: none;}\n .allow-interactivity-").concat(t," {pointer-events: all;}\n")},Fy=0,Hy=[];var Ky,Jy=(Ky=function(t){var e=s.useRef([]),i=s.useRef([0,0]),n=s.useRef(),o=s.useState(Fy++)[0],r=s.useState((function(){return Ay()}))[0],a=s.useRef(t);s.useEffect((function(){a.current=t}),[t]),s.useEffect((function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(o));var e=function(t,e,i){if(i||2===arguments.length)for(var n,o=0,r=e.length;o<r;o++)!n&&o in e||(n||(n=Array.prototype.slice.call(e,0,o)),n[o]=e[o]);return t.concat(n||Array.prototype.slice.call(e))}([t.lockRef.current],(t.shards||[]).map(Gy),!0).filter(Boolean);return e.forEach((function(t){return t.classList.add("allow-interactivity-".concat(o))})),function(){document.body.classList.remove("block-interactivity-".concat(o)),e.forEach((function(t){return t.classList.remove("allow-interactivity-".concat(o))}))}}}),[t.inert,t.lockRef.current,t.shards]);var l=s.useCallback((function(t,e){if("touches"in t&&2===t.touches.length)return!a.current.allowPinchZoom;var o,r=zy(t),s=i.current,l="deltaX"in t?t.deltaX:s[0]-r[0],c="deltaY"in t?t.deltaY:s[1]-r[1],h=t.target,d=Math.abs(l)>Math.abs(c)?"h":"v";if("touches"in t&&"h"===d&&"range"===h.type)return!1;var u=Vy(d,h);if(!u)return!0;if(u?o=d:(o="v"===d?"h":"v",u=Vy(d,h)),!u)return!1;if(!n.current&&"changedTouches"in t&&(l||c)&&(n.current=o),!o)return!0;var f=n.current||o;return function(t,e,i,n,o){var r=function(t,e){return"h"===t&&"rtl"===e?-1:1}(t,window.getComputedStyle(e).direction),s=r*n,a=i.target,l=e.contains(a),c=!1,h=s>0,d=0,u=0;do{var f=Iy(t,a),p=f[0],O=f[1]-f[2]-r*p;(p||O)&&By(t,a)&&(d+=O,u+=p),a=a.parentNode}while(!l&&a!==document.body||l&&(e.contains(a)||e===a));return(h&&(o&&0===d||!o&&s>d)||!h&&(o&&0===u||!o&&-s>u))&&(c=!0),c}(f,e,t,"h"===f?l:c,!0)}),[]),c=s.useCallback((function(t){var i=t;if(Hy.length&&Hy[Hy.length-1]===r){var n="deltaY"in i?Ly(i):zy(i),o=e.current.filter((function(t){return t.name===i.type&&t.target===i.target&&(e=t.delta,o=n,e[0]===o[0]&&e[1]===o[1]);var e,o}))[0];if(o&&o.should)i.cancelable&&i.preventDefault();else if(!o){var s=(a.current.shards||[]).map(Gy).filter(Boolean).filter((function(t){return t.contains(i.target)}));(s.length>0?l(i,s[0]):!a.current.noIsolation)&&i.cancelable&&i.preventDefault()}}}),[]),h=s.useCallback((function(t,i,n,o){var r={name:t,delta:i,target:n,should:o};e.current.push(r),setTimeout((function(){e.current=e.current.filter((function(t){return t!==r}))}),1)}),[]),d=s.useCallback((function(t){i.current=zy(t),n.current=void 0}),[]),u=s.useCallback((function(e){h(e.type,Ly(e),e.target,l(e,t.lockRef.current))}),[]),f=s.useCallback((function(e){h(e.type,zy(e),e.target,l(e,t.lockRef.current))}),[]);s.useEffect((function(){return Hy.push(r),t.setCallbacks({onScrollCapture:u,onWheelCapture:u,onTouchMoveCapture:f}),document.addEventListener("wheel",c,_y),document.addEventListener("touchmove",c,_y),document.addEventListener("touchstart",d,_y),function(){Hy=Hy.filter((function(t){return t!==r})),document.removeEventListener("wheel",c,_y),document.removeEventListener("touchmove",c,_y),document.removeEventListener("touchstart",d,_y)}}),[]);var p=t.removeScrollBar,O=t.inert;return s.createElement(s.Fragment,null,O?s.createElement(r,{styles:Uy(o)}):null,p?s.createElement(Dy,{gapMode:"margin"}):null)},Qy.useMedium(Ky),ky),tv=s.forwardRef((function(t,e){return s.createElement($y,Oy({},t,{ref:e,sideCar:Jy}))}));tv.classNames=$y.classNames;var ev=tv;const iv=[" ","Enter","ArrowUp","ArrowDown"],nv=[" ","Enter"],ov="Select",[rv,sv,av]=function(t){const e=t+"CollectionProvider",[i,n]=BO(e),[o,r]=i(e,{collectionRef:{current:null},itemMap:new Map}),s=t+"CollectionSlot",l=t+"CollectionItemSlot",c="data-radix-collection-item";return[{Provider:t=>{const{scope:e,children:i}=t,n=a.useRef(null),r=a.useRef(new Map).current;return a.createElement(o,{scope:e,itemMap:r,collectionRef:n},i)},Slot:a.forwardRef(((t,e)=>{const{scope:i,children:n}=t,o=LO(e,r(s,i).collectionRef);return a.createElement(GO,{ref:o},n)})),ItemSlot:a.forwardRef(((t,e)=>{const{scope:i,children:n,...o}=t,s=a.useRef(null),h=LO(e,s),d=r(l,i);return a.useEffect((()=>(d.itemMap.set(s,{ref:s,...o}),()=>{d.itemMap.delete(s)}))),a.createElement(GO,{[c]:"",ref:h},n)}))},function(e){const i=r(t+"CollectionConsumer",e);return a.useCallback((()=>{const t=i.collectionRef.current;if(!t)return[];const e=Array.from(t.querySelectorAll(`[${c}]`));return Array.from(i.itemMap.values()).sort(((t,i)=>e.indexOf(t.ref.current)-e.indexOf(i.ref.current)))}),[i.collectionRef,i.itemMap])},n]}(ov),[lv,cv]=BO(ov,[av,Im]),hv=Im(),[dv,uv]=lv(ov),[fv,pv]=lv(ov),Ov=h(((t,e)=>{const{__scopeSelect:i,disabled:n=!1,...o}=t,r=hv(i),s=uv("SelectTrigger",i),a=s.disabled||n,l=LO(e,s.onTriggerChange),c=sv(i),[h,d,u]=Dv((t=>{const e=c().filter((t=>!t.disabled)),i=e.find((t=>t.value===s.value)),n=jv(e,t,i);void 0!==n&&s.onValueChange(n.value)})),f=()=>{a||(s.onOpenChange(!0),u())};return O(ny,Mp({asChild:!0},r),O(tg.button,Mp({type:"button",role:"combobox","aria-controls":s.contentId,"aria-expanded":s.open,"aria-required":s.required,"aria-autocomplete":"none",dir:s.dir,"data-state":s.open?"open":"closed",disabled:a,"data-disabled":a?"":void 0,"data-placeholder":Ev(s.value)?"":void 0},o,{ref:l,onClick:VO(o.onClick,(t=>{t.currentTarget.focus()})),onPointerDown:VO(o.onPointerDown,(t=>{const e=t.target;e.hasPointerCapture(t.pointerId)&&e.releasePointerCapture(t.pointerId),0===t.button&&!1===t.ctrlKey&&(f(),s.triggerPointerDownPosRef.current={x:Math.round(t.pageX),y:Math.round(t.pageY)},t.preventDefault())})),onKeyDown:VO(o.onKeyDown,(t=>{const e=""!==h.current;t.ctrlKey||t.altKey||t.metaKey||1!==t.key.length||d(t.key),e&&" "===t.key||iv.includes(t.key)&&(f(),t.preventDefault())}))})))})),gv=h(((t,e)=>{const{__scopeSelect:i,className:n,style:o,children:r,placeholder:s="",...a}=t,l=uv("SelectValue",i),{onValueNodeHasChildrenChange:c}=l,h=void 0!==r,d=LO(e,l.onValueNodeChange);return xg((()=>{c(h)}),[c,h]),O(tg.span,Mp({},a,{ref:d,style:{pointerEvents:"none"}}),Ev(l.value)?O(b,null,s):r)})),mv=h(((t,e)=>{const{__scopeSelect:i,children:n,...o}=t;return O(tg.span,Mp({"aria-hidden":!0},o,{ref:e}),n||"▼")})),yv="SelectContent",vv=h(((t,e)=>{const i=uv(yv,t.__scopeSelect),[n,o]=l();if(xg((()=>{o(new DocumentFragment)}),[]),!i.open){const e=n;return e?P(O(bv,{scope:t.__scopeSelect},O(rv.Slot,{scope:t.__scopeSelect},O("div",null,t.children))),e):null}return O(Sv,Mp({},t,{ref:e}))})),wv=10,[bv,xv]=lv(yv),Sv=h(((t,e)=>{const{__scopeSelect:i,position:n="item-aligned",onCloseAutoFocus:o,onEscapeKeyDown:r,onPointerDownOutside:s,side:a,sideOffset:h,align:u,alignOffset:f,arrowPadding:p,collisionBoundary:g,collisionPadding:y,sticky:v,hideWhenDetached:w,avoidCollisions:b,...x}=t,S=uv(yv,i),[k,Q]=l(null),[P,$]=l(null),Z=LO(e,(t=>Q(t))),[C,A]=l(null),[T,R]=l(null),W=sv(i),[X,Y]=l(!1),E=d(!1);c((()=>{if(k)return py(k)}),[k]),c((()=>{var t,e;const i=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",null!==(t=i[0])&&void 0!==t?t:dg()),document.body.insertAdjacentElement("beforeend",null!==(e=i[1])&&void 0!==e?e:dg()),hg++,()=>{1===hg&&document.querySelectorAll("[data-radix-focus-guard]").forEach((t=>t.remove())),hg--}}),[]);const M=m((t=>{const[e,...i]=W().map((t=>t.ref.current)),[n]=i.slice(-1),o=document.activeElement;for(const i of t){if(i===o)return;if(null==i||i.scrollIntoView({block:"nearest"}),i===e&&P&&(P.scrollTop=0),i===n&&P&&(P.scrollTop=P.scrollHeight),null==i||i.focus(),document.activeElement!==o)return}}),[W,P]),D=m((()=>M([C,k])),[M,C,k]);c((()=>{X&&D()}),[X,D]);const{onOpenChange:j,triggerPointerDownPosRef:q}=S;c((()=>{if(k){let t={x:0,y:0};const e=e=>{var i,n,o,r;t={x:Math.abs(Math.round(e.pageX)-(null!==(i=null===(n=q.current)||void 0===n?void 0:n.x)&&void 0!==i?i:0)),y:Math.abs(Math.round(e.pageY)-(null!==(o=null===(r=q.current)||void 0===r?void 0:r.y)&&void 0!==o?o:0))}},i=i=>{t.x<=10&&t.y<=10?i.preventDefault():k.contains(i.target)||j(!1),document.removeEventListener("pointermove",e),q.current=null};return null!==q.current&&(document.addEventListener("pointermove",e),document.addEventListener("pointerup",i,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",e),document.removeEventListener("pointerup",i,{capture:!0})}}}),[k,j,q]),c((()=>{const t=()=>j(!1);return window.addEventListener("blur",t),window.addEventListener("resize",t),()=>{window.removeEventListener("blur",t),window.removeEventListener("resize",t)}}),[j]);const[_,N]=Dv((t=>{const e=W().filter((t=>!t.disabled)),i=e.find((t=>t.ref.current===document.activeElement)),n=jv(e,t,i);n&&setTimeout((()=>n.ref.current.focus()))})),V=m(((t,e,i)=>{const n=!E.current&&!i;(void 0!==S.value&&S.value===e||n)&&(A(t),n&&(E.current=!0))}),[S.value]),B=m((()=>null==k?void 0:k.focus()),[k]),I=m(((t,e,i)=>{const n=!E.current&&!i;(void 0!==S.value&&S.value===e||n)&&R(t)}),[S.value]),z="popper"===n?Qv:kv,L=z===Qv?{side:a,sideOffset:h,align:u,alignOffset:f,arrowPadding:p,collisionBoundary:g,collisionPadding:y,sticky:v,hideWhenDetached:w,avoidCollisions:b}:{};return O(bv,{scope:i,content:k,viewport:P,onViewportChange:$,itemRefCallback:V,selectedItem:C,onItemLeave:B,itemTextRefCallback:I,focusSelectedItem:D,selectedItemText:T,position:n,isPositioned:X,searchRef:_},O(ev,{as:GO,allowPinchZoom:!0},O(Og,{asChild:!0,trapped:S.open,onMountAutoFocus:t=>{t.preventDefault()},onUnmountAutoFocus:VO(o,(t=>{var e;null===(e=S.trigger)||void 0===e||e.focus({preventScroll:!0}),t.preventDefault()}))},O(ag,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:r,onPointerDownOutside:s,onFocusOutside:t=>t.preventDefault(),onDismiss:()=>S.onOpenChange(!1)},O(z,Mp({role:"listbox",id:S.contentId,"data-state":S.open?"open":"closed",dir:S.dir,onContextMenu:t=>t.preventDefault()},x,L,{onPlaced:()=>Y(!0),ref:Z,style:{display:"flex",flexDirection:"column",outline:"none",...x.style},onKeyDown:VO(x.onKeyDown,(t=>{const e=t.ctrlKey||t.altKey||t.metaKey;if("Tab"===t.key&&t.preventDefault(),e||1!==t.key.length||N(t.key),["ArrowUp","ArrowDown","Home","End"].includes(t.key)){let e=W().filter((t=>!t.disabled)).map((t=>t.ref.current));if(["ArrowUp","End"].includes(t.key)&&(e=e.slice().reverse()),["ArrowUp","ArrowDown"].includes(t.key)){const i=t.target,n=e.indexOf(i);e=e.slice(n+1)}setTimeout((()=>M(e))),t.preventDefault()}}))}))))))})),kv=h(((t,e)=>{const{__scopeSelect:i,onPlaced:n,...o}=t,r=uv(yv,i),s=xv(yv,i),[a,c]=l(null),[h,u]=l(null),f=LO(e,(t=>u(t))),p=sv(i),g=d(!1),y=d(!0),{viewport:v,selectedItem:w,selectedItemText:b,focusSelectedItem:x}=s,S=m((()=>{if(r.trigger&&r.valueNode&&a&&h&&v&&w&&b){const t=r.trigger.getBoundingClientRect(),e=h.getBoundingClientRect(),i=r.valueNode.getBoundingClientRect(),o=b.getBoundingClientRect();if("rtl"!==r.dir){const n=o.left-e.left,r=i.left-n,s=t.left-r,l=t.width+s,c=Math.max(l,e.width),h=window.innerWidth-wv,d=NO(r,[wv,h-c]);a.style.minWidth=l+"px",a.style.left=d+"px"}else{const n=e.right-o.right,r=window.innerWidth-i.right-n,s=window.innerWidth-t.right-r,l=t.width+s,c=Math.max(l,e.width),h=window.innerWidth-wv,d=NO(r,[wv,h-c]);a.style.minWidth=l+"px",a.style.right=d+"px"}const s=p(),l=window.innerHeight-2*wv,c=v.scrollHeight,d=window.getComputedStyle(h),u=parseInt(d.borderTopWidth,10),f=parseInt(d.paddingTop,10),O=parseInt(d.borderBottomWidth,10),m=u+f+c+parseInt(d.paddingBottom,10)+O,y=Math.min(5*w.offsetHeight,m),x=window.getComputedStyle(v),S=parseInt(x.paddingTop,10),k=parseInt(x.paddingBottom,10),Q=t.top+t.height/2-wv,P=l-Q,$=w.offsetHeight/2,Z=u+f+(w.offsetTop+$),C=m-Z;if(Z<=Q){const t=w===s[s.length-1].ref.current;a.style.bottom="0px";const e=h.clientHeight-v.offsetTop-v.offsetHeight,i=Z+Math.max(P,$+(t?k:0)+e+O);a.style.height=i+"px"}else{const t=w===s[0].ref.current;a.style.top="0px";const e=Math.max(Q,u+v.offsetTop+(t?S:0)+$)+C;a.style.height=e+"px",v.scrollTop=Z-Q+v.offsetTop}a.style.margin=`${wv}px 0`,a.style.minHeight=y+"px",a.style.maxHeight=l+"px",null==n||n(),requestAnimationFrame((()=>g.current=!0))}}),[p,r.trigger,r.valueNode,a,h,v,w,b,r.dir,n]);xg((()=>S()),[S]);const[k,Q]=l();xg((()=>{h&&Q(window.getComputedStyle(h).zIndex)}),[h]);const P=m((t=>{t&&!0===y.current&&(S(),null==x||x(),y.current=!1)}),[S,x]);return O(Pv,{scope:i,contentWrapper:a,shouldExpandOnScrollRef:g,onScrollButtonChange:P},O("div",{ref:c,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:k}},O(tg.div,Mp({},o,{ref:f,style:{boxSizing:"border-box",maxHeight:"100%",...o.style}}))))})),Qv=h(((t,e)=>{const{__scopeSelect:i,align:n="start",collisionPadding:o=wv,...r}=t,s=hv(i);return O(oy,Mp({},s,r,{ref:e,align:n,collisionPadding:o,style:{boxSizing:"border-box",...r.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}}))})),[Pv,$v]=lv(yv,{}),Zv="SelectViewport",Cv=h(((t,e)=>{const{__scopeSelect:i,...n}=t,o=xv(Zv,i),r=$v(Zv,i),s=LO(e,o.onViewportChange),a=d(0);return O(b,null,O("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"}}),O(rv.Slot,{scope:i},O(tg.div,Mp({"data-radix-select-viewport":"",role:"presentation"},n,{ref:s,style:{position:"relative",flex:1,overflow:"auto",...n.style},onScroll:VO(n.onScroll,(t=>{const e=t.currentTarget,{contentWrapper:i,shouldExpandOnScrollRef:n}=r;if(null!=n&&n.current&&i){const t=Math.abs(a.current-e.scrollTop);if(t>0){const n=window.innerHeight-2*wv,o=parseFloat(i.style.minHeight),r=parseFloat(i.style.height),s=Math.max(o,r);if(s<n){const o=s+t,r=Math.min(n,o),a=o-r;i.style.height=r+"px","0px"===i.style.bottom&&(e.scrollTop=a>0?a:0,i.style.justifyContent="flex-end")}}}a.current=e.scrollTop}))}))))}));lv("SelectGroup");const Av="SelectItem",[Tv,Rv]=lv(Av),Wv=h(((t,e)=>{const{__scopeSelect:i,value:n,disabled:o=!1,textValue:r,...s}=t,a=uv(Av,i),c=xv(Av,i),h=a.value===n,[d,u]=l(null!=r?r:""),[f,p]=l(!1),g=LO(e,(t=>{var e;return null===(e=c.itemRefCallback)||void 0===e?void 0:e.call(c,t,n,o)})),y=Qg(),v=()=>{o||(a.onValueChange(n),a.onOpenChange(!1))};if(""===n)throw new Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return O(Tv,{scope:i,value:n,disabled:o,textId:y,isSelected:h,onItemTextChange:m((t=>{u((e=>{var i;return e||(null!==(i=null==t?void 0:t.textContent)&&void 0!==i?i:"").trim()}))}),[])},O(rv.ItemSlot,{scope:i,value:n,disabled:o,textValue:d},O(tg.div,Mp({role:"option","aria-labelledby":y,"data-highlighted":f?"":void 0,"aria-selected":h&&f,"data-state":h?"checked":"unchecked","aria-disabled":o||void 0,"data-disabled":o?"":void 0,tabIndex:o?void 0:-1},s,{ref:g,onFocus:VO(s.onFocus,(()=>p(!0))),onBlur:VO(s.onBlur,(()=>p(!1))),onPointerUp:VO(s.onPointerUp,v),onPointerMove:VO(s.onPointerMove,(t=>{var e;o?null===(e=c.onItemLeave)||void 0===e||e.call(c):t.currentTarget.focus({preventScroll:!0})})),onPointerLeave:VO(s.onPointerLeave,(t=>{var e;t.currentTarget===document.activeElement&&(null===(e=c.onItemLeave)||void 0===e||e.call(c))})),onKeyDown:VO(s.onKeyDown,(t=>{var e;""!==(null===(e=c.searchRef)||void 0===e?void 0:e.current)&&" "===t.key||(nv.includes(t.key)&&v()," "===t.key&&t.preventDefault())}))}))))})),Xv="SelectItemText",Yv=h(((t,e)=>{const{__scopeSelect:i,className:n,style:o,...r}=t,s=uv(Xv,i),a=xv(Xv,i),c=Rv(Xv,i),h=pv(Xv,i),[d,u]=l(null),f=LO(e,(t=>u(t)),c.onItemTextChange,(t=>{var e;return null===(e=a.itemTextRefCallback)||void 0===e?void 0:e.call(a,t,c.value,c.disabled)})),g=null==d?void 0:d.textContent,m=p((()=>O("option",{key:c.value,value:c.value,disabled:c.disabled},g)),[c.disabled,c.value,g]),{onNativeOptionAdd:y,onNativeOptionRemove:v}=h;return xg((()=>(y(m),()=>v(m))),[y,v,m]),O(b,null,O(tg.span,Mp({id:c.textId},r,{ref:f})),c.isSelected&&s.valueNode&&!s.valueNodeHasChildren?P(r.children,s.valueNode):null)}));function Ev(t){return""===t||void 0===t}const Mv=h(((t,e)=>{const{value:i,...n}=t,o=d(null),r=LO(e,o),s=function(t){const e=d({value:t,previous:t});return p((()=>(e.current.value!==t&&(e.current.previous=e.current.value,e.current.value=t),e.current.previous)),[t])}(i);return c((()=>{const t=o.current,e=window.HTMLSelectElement.prototype,n=Object.getOwnPropertyDescriptor(e,"value").set;if(s!==i&&n){const e=new Event("change",{bubbles:!0});n.call(t,i),t.dispatchEvent(e)}}),[s,i]),O(ay,{asChild:!0},O("select",Mp({},n,{ref:r,defaultValue:i})))}));function Dv(t){const e=eg(t),i=d(""),n=d(0),o=m((t=>{const o=i.current+t;e(o),function t(e){i.current=e,window.clearTimeout(n.current),""!==e&&(n.current=window.setTimeout((()=>t("")),1e3))}(o)}),[e]),r=m((()=>{i.current="",window.clearTimeout(n.current)}),[]);return c((()=>()=>window.clearTimeout(n.current)),[]),[i,o,r]}function jv(t,e,i){const n=e.length>1&&Array.from(e).every((t=>t===e[0]))?e[0]:e,o=i?t.indexOf(i):-1;let r=(s=t,a=Math.max(o,0),s.map(((t,e)=>s[(a+e)%s.length])));var s,a;1===n.length&&(r=r.filter((t=>t!==i)));const l=r.find((t=>t.textValue.toLowerCase().startsWith(n.toLowerCase())));return l!==i?l:void 0}Mv.displayName="BubbleSelect";const qv=t=>{const{__scopeSelect:e,children:i,open:n,defaultOpen:o,onOpenChange:r,value:s,defaultValue:a,onValueChange:c,dir:h,name:u,autoComplete:f,disabled:p,required:y}=t,v=hv(e),[w,b]=l(null),[x,S]=l(null),[k,Q]=l(!1),P=function(t){const e=g(JO);return t||e||"ltr"}(h),[$=!1,Z]=sy({prop:n,defaultProp:o,onChange:r}),[C,A]=sy({prop:s,defaultProp:a,onChange:c}),T=d(null),R=!w||Boolean(w.closest("form")),[W,X]=l(new Set),Y=Array.from(W).map((t=>t.props.value)).join(";");return O(iy,v,O(dv,{required:y,scope:e,trigger:w,onTriggerChange:b,valueNode:x,onValueNodeChange:S,valueNodeHasChildren:k,onValueNodeHasChildrenChange:Q,contentId:Qg(),value:C,onValueChange:A,open:$,onOpenChange:Z,dir:P,triggerPointerDownPosRef:T,disabled:p},O(rv.Provider,{scope:e},O(fv,{scope:t.__scopeSelect,onNativeOptionAdd:m((t=>{X((e=>new Set(e).add(t)))}),[]),onNativeOptionRemove:m((t=>{X((e=>{const i=new Set(e);return i.delete(t),i}))}),[])},i)),R?O(Mv,{key:Y,"aria-hidden":!0,required:y,tabIndex:-1,name:u,autoComplete:f,value:C,onChange:t=>A(t.target.value),disabled:p},void 0===C?O("option",{value:""}):null,Array.from(W)):null))},_v=Ov,Nv=mv,Vv=t=>O(ry,Mp({asChild:!0},t)),Bv=vv,Iv=Cv,zv=Wv,Lv=Yv;var Gv;function Uv(){return Uv=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},Uv.apply(this,arguments)}var Fv=function(t){return s.createElement("svg",Uv({viewBox:"0 0 30 30",style:{width:10,height:"100%",display:"block",fill:"#000",flexShrink:0,marginLeft:4}},t),Gv||(Gv=s.createElement("path",{d:"M15 17.4 4.8 7 2 9.8 15 23 28 9.8 25.2 7z"})))};const Hv=qv,Kv=gv,Jv=({children:t,className:e})=>r(_v,Object.assign({className:`yoopta-code-select yoo-code-bg-[#fff] yoo-code-h-[20px] yoo-code-absolute yoo-code-top-[8px] yoo-code-left-[8px] yoo-code-z-20 yoo-code-min-w-[80px] yoo-code-max-w-[250px] yoo-code-w-auto yoo-code-flex yoo-code-h-9 yoo-code-items-center yoo-code-justify-between yoo-code-whitespace-nowrap yoo-code-rounded-sm yoo-code-border yoo-code-border-input yoo-code-px-[5px] yoo-code-py-0 yoo-code-text-sm yoo-code-shadow-sm yoo-code-ring-offset-background focus:yoo-code-outline-none focus:yoo-code-ring-1 focus:yoo-code-ring-ring disabled:yoo-code-cursor-not-allowed disabled:yoo-code-opacity-50 [&>span]:yoo-code-line-clamp-1 ${e}`},{children:[t,o(Nv,Object.assign({asChild:!0},{children:o(Fv,{className:"yoo-code-h-4 yoo-code-w-4 yoo-code-opacity-50"})}))]})),tw=({children:t})=>o(Vv,Object.assign({container:document.getElementById("yoopta-editor")},{children:o(Bv,Object.assign({className:"yoo-code-relative yoo-code-z-[120] yoo-code-max-h-96 yoo-code-min-w-[8rem] yoo-code-overflow-hidden yoo-code-rounded-md yoo-code-border yoo-code-bg-[#ffffff] yoo-code-text-popover-foreground yoo-code-shadow-md data-[state=open]:yoo-code-animate-in data-[state=closed]:yoo-code-animate-out data-[state=closed]:yoo-code-fade-out-0 data-[state=open]:yoo-code-fade-in-0 data-[state=closed]:yoo-code-zoom-out-95 data-[state=open]:yoo-code-zoom-in-95 data-[side=bottom]:yoo-code-slide-in-from-top-2 data-[side=left]:yoo-code-slide-in-from-right-2 data-[side=right]:yoo-code-slide-in-from-left-2 data-[side=top]:yoo-code-slide-in-from-bottom-2 data-[side=bottom]:yoo-code-translate-y-1 data-[side=left]:-yoo-code-translate-x-1 data-[side=right]:yoo-code-translate-x-1 data-[side=top]:-yoo-code-translate-y-1",position:"popper",side:"left",align:"center",alignOffset:5,sideOffset:5},{children:o(Iv,Object.assign({className:"yoo-code-p-1 yoo-code-h-[var(--radix-select-trigger-height)] yoo-code-w-full yoo-code-min-w-[var(--radix-select-trigger-width)]"},{children:t}))}))})),ew=({value:t,children:e})=>o(zv,Object.assign({value:t,className:"yoo-code-relative yoo-code-flex yoo-code-w-full yoo-code-cursor-pointer yoo-code-select-none yoo-code-items-center yoo-code-rounded-sm yoo-code-py-1.5 yoo-code-pl-2 yoo-code-pr-8 yoo-code-text-sm yoo-code-outline-none focus:yoo-code-bg-[#eeeeee] focus:yoo-code-text-accent-foreground data-[disabled]:yoo-code-pointer-events-none data-[disabled]:yoo-code-opacity-50"},{children:o(Lv,Object.assign({className:"yoo-code-capitalize"},{children:e}))})),iw=({options:t,onChange:e,value:i,children:n,className:s})=>r(Hv,Object.assign({onValueChange:e,value:i},{children:[n||o(Jv,Object.assign({className:s},{children:o(Kv,{placeholder:"Theme"})})),o(tw,{children:t.map((t=>o(ew,Object.assign({value:t.value},{children:t.label}),t.value)))})]}));class nw{constructor(t,e,i,n,o,r,s,a,l,c=0,h){this.p=t,this.stack=e,this.state=i,this.reducePos=n,this.pos=o,this.score=r,this.buffer=s,this.bufferBase=a,this.curContext=l,this.lookAhead=c,this.parent=h}toString(){return`[${this.stack.filter(((t,e)=>e%3==0)).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(t,e,i=0){let n=t.parser.context;return new nw(t,[],e,i,i,0,[],0,n?new ow(n,n.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(t,e){this.stack.push(this.state,e,this.bufferBase+this.buffer.length),this.state=t}reduce(t){var e;let i=t>>19,n=65535&t,{parser:o}=this.p,r=o.dynamicPrecedence(n);if(r&&(this.score+=r),0==i)return this.pushState(o.getGoto(this.state,n,!0),this.reducePos),n<o.minRepeatTerm&&this.storeNode(n,this.reducePos,this.reducePos,4,!0),void this.reduceContext(n,this.reducePos);let s=this.stack.length-3*(i-1)-(262144&t?6:0),a=s?this.stack[s-2]:this.p.ranges[0].from,l=this.reducePos-a;l>=2e3&&!(null===(e=this.p.parser.nodeSet.types[n])||void 0===e?void 0:e.isAnonymous)&&(a==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=l):this.p.lastBigReductionSize<l&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=a,this.p.lastBigReductionSize=l));let c=s?this.stack[s-1]:0,h=this.bufferBase+this.buffer.length-c;if(n<o.minRepeatTerm||131072&t){let t=o.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(n,a,t,h+4,!0)}if(262144&t)this.state=this.stack[s];else{let t=this.stack[s-3];this.state=o.getGoto(t,n,!0)}for(;this.stack.length>s;)this.stack.pop();this.reduceContext(n,a)}storeNode(t,e,i,n=4,o=!1){if(0==t&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let t=this,n=this.buffer.length;if(0==n&&t.parent&&(n=t.bufferBase-t.parent.bufferBase,t=t.parent),n>0&&0==t.buffer[n-4]&&t.buffer[n-1]>-1){if(e==i)return;if(t.buffer[n-2]>=e)return void(t.buffer[n-2]=i)}}if(o&&this.pos!=i){let o=this.buffer.length;if(o>0&&0!=this.buffer[o-4])for(;o>0&&this.buffer[o-2]>i;)this.buffer[o]=this.buffer[o-4],this.buffer[o+1]=this.buffer[o-3],this.buffer[o+2]=this.buffer[o-2],this.buffer[o+3]=this.buffer[o-1],o-=4,n>4&&(n-=4);this.buffer[o]=t,this.buffer[o+1]=e,this.buffer[o+2]=i,this.buffer[o+3]=n}else this.buffer.push(t,e,i,n)}shift(t,e,i,n){if(131072&t)this.pushState(65535&t,this.pos);else if(262144&t)this.pos=n,this.shiftContext(e,i),e<=this.p.parser.maxNode&&this.buffer.push(e,i,n,4);else{let o=t,{parser:r}=this.p;(n>this.pos||e<=r.maxNode)&&(this.pos=n,r.stateFlag(o,1)||(this.reducePos=n)),this.pushState(o,i),this.shiftContext(e,i),e<=r.maxNode&&this.buffer.push(e,i,n,4)}}apply(t,e,i,n){65536&t?this.reduce(t):this.shift(t,e,i,n)}useNode(t,e){let i=this.p.reused.length-1;(i<0||this.p.reused[i]!=t)&&(this.p.reused.push(t),i++);let n=this.pos;this.reducePos=this.pos=n+t.length,this.pushState(e,n),this.buffer.push(i,n,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,t,this,this.p.stream.reset(this.pos-t.length)))}split(){let t=this,e=t.buffer.length;for(;e>0&&t.buffer[e-2]>t.reducePos;)e-=4;let i=t.buffer.slice(e),n=t.bufferBase+e;for(;t&&n==t.bufferBase;)t=t.parent;return new nw(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,i,n,this.curContext,this.lookAhead,t)}recoverByDelete(t,e){let i=t<=this.p.parser.maxNode;i&&this.storeNode(t,this.pos,e,4),this.storeNode(0,this.pos,e,i?8:4),this.pos=this.reducePos=e,this.score-=190}canShift(t){for(let e=new rw(this);;){let i=this.p.parser.stateSlot(e.state,4)||this.p.parser.hasAction(e.state,t);if(0==i)return!1;if(!(65536&i))return!0;e.reduce(i)}}recoverByInsert(t){if(this.stack.length>=300)return[];let e=this.p.parser.nextStates(this.state);if(e.length>8||this.stack.length>=120){let i=[];for(let n,o=0;o<e.length;o+=2)(n=e[o+1])!=this.state&&this.p.parser.hasAction(n,t)&&i.push(e[o],n);if(this.stack.length<120)for(let t=0;i.length<8&&t<e.length;t+=2){let n=e[t+1];i.some(((t,e)=>1&e&&t==n))||i.push(e[t],n)}e=i}let i=[];for(let t=0;t<e.length&&i.length<4;t+=2){let n=e[t+1];if(n==this.state)continue;let o=this.split();o.pushState(n,this.pos),o.storeNode(0,o.pos,o.pos,4,!0),o.shiftContext(e[t],this.pos),o.reducePos=this.pos,o.score-=200,i.push(o)}return i}forceReduce(){let{parser:t}=this.p,e=t.stateSlot(this.state,5);if(!(65536&e))return!1;if(!t.validAction(this.state,e)){let i=e>>19,n=65535&e,o=this.stack.length-3*i;if(o<0||t.getGoto(this.stack[o],n,!1)<0){let t=this.findForcedReduction();if(null==t)return!1;e=t}this.storeNode(0,this.pos,this.pos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(e),!0}findForcedReduction(){let{parser:t}=this.p,e=[],i=(n,o)=>{if(!e.includes(n))return e.push(n),t.allActions(n,(e=>{if(393216&e);else if(65536&e){let i=(e>>19)-o;if(i>1){let n=65535&e,o=this.stack.length-3*i;if(o>=0&&t.getGoto(this.stack[o],n,!1)>=0)return i<<19|65536|n}}else{let t=i(e,o+1);if(null!=t)return t}}))};return i(this.state,0)}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(3!=this.stack.length)return!1;let{parser:t}=this.p;return 65535==t.data[t.stateSlot(this.state,1)]&&!t.stateSlot(this.state,4)}restart(){this.storeNode(0,this.pos,this.pos,4,!0),this.state=this.stack[0],this.stack.length=0}sameState(t){if(this.state!=t.state||this.stack.length!=t.stack.length)return!1;for(let e=0;e<this.stack.length;e+=3)if(this.stack[e]!=t.stack[e])return!1;return!0}get parser(){return this.p.parser}dialectEnabled(t){return this.p.parser.dialect.flags[t]}shiftContext(t,e){this.curContext&&this.updateContext(this.curContext.tracker.shift(this.curContext.context,t,this,this.p.stream.reset(e)))}reduceContext(t,e){this.curContext&&this.updateContext(this.curContext.tracker.reduce(this.curContext.context,t,this,this.p.stream.reset(e)))}emitContext(){let t=this.buffer.length-1;(t<0||-3!=this.buffer[t])&&this.buffer.push(this.curContext.hash,this.pos,this.pos,-3)}emitLookAhead(){let t=this.buffer.length-1;(t<0||-4!=this.buffer[t])&&this.buffer.push(this.lookAhead,this.pos,this.pos,-4)}updateContext(t){if(t!=this.curContext.context){let e=new ow(this.curContext.tracker,t);e.hash!=this.curContext.hash&&this.emitContext(),this.curContext=e}}setLookAhead(t){t>this.lookAhead&&(this.emitLookAhead(),this.lookAhead=t)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class ow{constructor(t,e){this.tracker=t,this.context=e,this.hash=t.strict?t.hash(e):0}}class rw{constructor(t){this.start=t,this.state=t.state,this.stack=t.stack,this.base=this.stack.length}reduce(t){let e=65535&t,i=t>>19;0==i?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=3*(i-1);let n=this.start.p.parser.getGoto(this.stack[this.base-3],e,!0);this.state=n}}class sw{constructor(t,e,i){this.stack=t,this.pos=e,this.index=i,this.buffer=t.buffer,0==this.index&&this.maybeNext()}static create(t,e=t.bufferBase+t.buffer.length){return new sw(t,e,e-t.bufferBase)}maybeNext(){let t=this.stack.parent;null!=t&&(this.index=this.stack.bufferBase-t.bufferBase,this.stack=t,this.buffer=t.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,0==this.index&&this.maybeNext()}fork(){return new sw(this.stack,this.pos,this.index)}}function aw(t,e=Uint16Array){if("string"!=typeof t)return t;let i=null;for(let n=0,o=0;n<t.length;){let r=0;for(;;){let e=t.charCodeAt(n++),i=!1;if(126==e){r=65535;break}e>=92&&e--,e>=34&&e--;let o=e-32;if(o>=46&&(o-=46,i=!0),r+=o,i)break;r*=46}i?i[o++]=r:i=new e(r)}return i}class lw{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const cw=new lw;class hw{constructor(t,e){this.input=t,this.ranges=e,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=cw,this.rangeIndex=0,this.pos=this.chunkPos=e[0].from,this.range=e[0],this.end=e[e.length-1].to,this.readNext()}resolveOffset(t,e){let i=this.range,n=this.rangeIndex,o=this.pos+t;for(;o<i.from;){if(!n)return null;let t=this.ranges[--n];o-=i.from-t.to,i=t}for(;e<0?o>i.to:o>=i.to;){if(n==this.ranges.length-1)return null;let t=this.ranges[++n];o+=t.from-i.to,i=t}return o}clipPos(t){if(t>=this.range.from&&t<this.range.to)return t;for(let e of this.ranges)if(e.to>t)return Math.max(t,e.from);return this.end}peek(t){let e,i,n=this.chunkOff+t;if(n>=0&&n<this.chunk.length)e=this.pos+t,i=this.chunk.charCodeAt(n);else{let n=this.resolveOffset(t,1);if(null==n)return-1;if(e=n,e>=this.chunk2Pos&&e<this.chunk2Pos+this.chunk2.length)i=this.chunk2.charCodeAt(e-this.chunk2Pos);else{let t=this.rangeIndex,n=this.range;for(;n.to<=e;)n=this.ranges[++t];this.chunk2=this.input.chunk(this.chunk2Pos=e),e+this.chunk2.length>n.to&&(this.chunk2=this.chunk2.slice(0,n.to-e)),i=this.chunk2.charCodeAt(0)}}return e>=this.token.lookAhead&&(this.token.lookAhead=e+1),i}acceptToken(t,e=0){let i=e?this.resolveOffset(e,-1):this.pos;if(null==i||i<this.token.start)throw new RangeError("Token end out of bounds");this.token.value=t,this.token.end=i}acceptTokenTo(t,e){this.token.value=t,this.token.end=e}getChunk(){if(this.pos>=this.chunk2Pos&&this.pos<this.chunk2Pos+this.chunk2.length){let{chunk:t,chunkPos:e}=this;this.chunk=this.chunk2,this.chunkPos=this.chunk2Pos,this.chunk2=t,this.chunk2Pos=e,this.chunkOff=this.pos-this.chunkPos}else{this.chunk2=this.chunk,this.chunk2Pos=this.chunkPos;let t=this.input.chunk(this.pos),e=this.pos+t.length;this.chunk=e>this.range.to?t.slice(0,this.range.to-this.pos):t,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?this.next=-1:this.next=this.chunk.charCodeAt(this.chunkOff)}advance(t=1){for(this.chunkOff+=t;this.pos+t>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();t-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=t,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(t,e){if(e?(this.token=e,e.start=t,e.lookAhead=t+1,e.value=e.extended=-1):this.token=cw,this.pos!=t){if(this.pos=t,t==this.end)return this.setDone(),this;for(;t<this.range.from;)this.range=this.ranges[--this.rangeIndex];for(;t>=this.range.to;)this.range=this.ranges[++this.rangeIndex];t>=this.chunkPos&&t<this.chunkPos+this.chunk.length?this.chunkOff=t-this.chunkPos:(this.chunk="",this.chunkOff=0),this.readNext()}return this}read(t,e){if(t>=this.chunkPos&&e<=this.chunkPos+this.chunk.length)return this.chunk.slice(t-this.chunkPos,e-this.chunkPos);if(t>=this.chunk2Pos&&e<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(t-this.chunk2Pos,e-this.chunk2Pos);if(t>=this.range.from&&e<=this.range.to)return this.input.read(t,e);let i="";for(let n of this.ranges){if(n.from>=e)break;n.to>t&&(i+=this.input.read(Math.max(n.from,t),Math.min(n.to,e)))}return i}}class dw{constructor(t,e){this.data=t,this.id=e}token(t,e){let{parser:i}=e.p;pw(this.data,t,e,this.id,i.data,i.tokenPrecTable)}}dw.prototype.contextual=dw.prototype.fallback=dw.prototype.extend=!1;class uw{constructor(t,e,i){this.precTable=e,this.elseToken=i,this.data="string"==typeof t?aw(t):t}token(t,e){let i=t.pos,n=0;for(;;){let i=t.next<0,o=t.resolveOffset(1,1);if(pw(this.data,t,e,0,this.data,this.precTable),t.token.value>-1)break;if(null==this.elseToken)return;if(i||n++,null==o)break;t.reset(o,t.token)}n&&(t.reset(i,t.token),t.acceptToken(this.elseToken,n))}}uw.prototype.contextual=dw.prototype.fallback=dw.prototype.extend=!1;class fw{constructor(t,e={}){this.token=t,this.contextual=!!e.contextual,this.fallback=!!e.fallback,this.extend=!!e.extend}}function pw(t,e,i,n,o,r){let s=0,a=1<<n,{dialect:l}=i.p.parser;t:for(;a&t[s];){let i=t[s+1];for(let n=s+3;n<i;n+=2)if((t[n+1]&a)>0){let i=t[n];if(l.allows(i)&&(-1==e.token.value||e.token.value==i||gw(i,e.token.value,o,r))){e.acceptToken(i);break}}let n=e.next,c=0,h=t[s+2];if(!(e.next<0&&h>c&&65535==t[i+3*h-3])){for(;c<h;){let o=c+h>>1,r=i+o+(o<<1),a=t[r],l=t[r+1]||65536;if(n<a)h=o;else{if(!(n>=l)){s=t[r+2],e.advance();continue t}c=o+1}}break}s=t[i+3*h-1]}}function Ow(t,e,i){for(let n,o=e;65535!=(n=t[o]);o++)if(n==i)return o-e;return-1}function gw(t,e,i,n){let o=Ow(i,n,e);return o<0||Ow(i,n,t)<o}const mw="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG);let yw=null;function vw(t,e,i){let n=t.cursor(Ca.IncludeAnonymous);for(n.moveTo(e);;)if(!(i<0?n.childBefore(e):n.childAfter(e)))for(;;){if((i<0?n.to<e:n.from>e)&&!n.type.isError)return i<0?Math.max(0,Math.min(n.to-1,e-25)):Math.min(t.length,Math.max(n.from+1,e+25));if(i<0?n.prevSibling():n.nextSibling())break;if(!n.parent())return i<0?0:t.length}}class ww{constructor(t,e){this.fragments=t,this.nodeSet=e,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let t=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(t){for(this.safeFrom=t.openStart?vw(t.tree,t.from+t.offset,1)-t.offset:t.from,this.safeTo=t.openEnd?vw(t.tree,t.to+t.offset,-1)-t.offset:t.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(t.tree),this.start.push(-t.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(t){if(t<this.nextStart)return null;for(;this.fragment&&this.safeTo<=t;)this.nextFragment();if(!this.fragment)return null;for(;;){let e=this.trees.length-1;if(e<0)return this.nextFragment(),null;let i=this.trees[e],n=this.index[e];if(n==i.children.length){this.trees.pop(),this.start.pop(),this.index.pop();continue}let o=i.children[n],r=this.start[e]+i.positions[n];if(r>t)return this.nextStart=r,null;if(o instanceof Aa){if(r==t){if(r<this.safeFrom)return null;let t=r+o.length;if(t<=this.safeTo){let e=o.prop(xa.lookAhead);if(!e||t+e<this.fragment.to)return o}}this.index[e]++,r+o.length>=Math.max(this.safeFrom,t)&&(this.trees.push(o),this.start.push(r),this.index.push(0))}else this.index[e]++,this.nextStart=r+o.length}}}class bw{constructor(t,e){this.stream=e,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=t.tokenizers.map((t=>new lw))}getActions(t){let e=0,i=null,{parser:n}=t.p,{tokenizers:o}=n,r=n.stateSlot(t.state,3),s=t.curContext?t.curContext.hash:0,a=0;for(let n=0;n<o.length;n++){if(!(1<<n&r))continue;let l=o[n],c=this.tokens[n];if((!i||l.fallback)&&((l.contextual||c.start!=t.pos||c.mask!=r||c.context!=s)&&(this.updateCachedToken(c,l,t),c.mask=r,c.context=s),c.lookAhead>c.end+25&&(a=Math.max(c.lookAhead,a)),0!=c.value)){let n=e;if(c.extended>-1&&(e=this.addActions(t,c.extended,c.end,e)),e=this.addActions(t,c.value,c.end,e),!l.extend&&(i=c,e>n))break}}for(;this.actions.length>e;)this.actions.pop();return a&&t.setLookAhead(a),i||t.pos!=this.stream.end||(i=new lw,i.value=t.p.parser.eofTerm,i.start=i.end=t.pos,e=this.addActions(t,i.value,i.end,e)),this.mainToken=i,this.actions}getMainToken(t){if(this.mainToken)return this.mainToken;let e=new lw,{pos:i,p:n}=t;return e.start=i,e.end=Math.min(i+1,n.stream.end),e.value=i==n.stream.end?n.parser.eofTerm:0,e}updateCachedToken(t,e,i){let n=this.stream.clipPos(i.pos);if(e.token(this.stream.reset(n,t),i),t.value>-1){let{parser:e}=i.p;for(let n=0;n<e.specialized.length;n++)if(e.specialized[n]==t.value){let o=e.specializers[n](this.stream.read(t.start,t.end),i);if(o>=0&&i.p.parser.dialect.allows(o>>1)){1&o?t.extended=o>>1:t.value=o>>1;break}}}else t.value=0,t.end=this.stream.clipPos(n+1)}putAction(t,e,i,n){for(let e=0;e<n;e+=3)if(this.actions[e]==t)return n;return this.actions[n++]=t,this.actions[n++]=e,this.actions[n++]=i,n}addActions(t,e,i,n){let{state:o}=t,{parser:r}=t.p,{data:s}=r;for(let t=0;t<2;t++)for(let a=r.stateSlot(o,t?2:1);;a+=3){if(65535==s[a]){if(1!=s[a+1]){0==n&&2==s[a+1]&&(n=this.putAction($w(s,a+2),e,i,n));break}a=$w(s,a+2)}s[a]==e&&(n=this.putAction($w(s,a+1),e,i,n))}return n}}class xw{constructor(t,e,i,n){this.parser=t,this.input=e,this.ranges=n,this.recovering=0,this.nextStackID=9812,this.minStackPos=0,this.reused=[],this.stoppedAt=null,this.lastBigReductionStart=-1,this.lastBigReductionSize=0,this.bigReductionCount=0,this.stream=new hw(e,n),this.tokens=new bw(t,this.stream),this.topTerm=t.top[1];let{from:o}=n[0];this.stacks=[nw.start(this,t.top[0],o)],this.fragments=i.length&&this.stream.end-o>4*t.bufferLength?new ww(i,t.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let t,e,i=this.stacks,n=this.minStackPos,o=this.stacks=[];if(this.bigReductionCount>300&&1==i.length){let[t]=i;for(;t.forceReduce()&&t.stack.length&&t.stack[t.stack.length-2]>=this.lastBigReductionStart;);this.bigReductionCount=this.lastBigReductionSize=0}for(let r=0;r<i.length;r++){let s=i[r];for(;;){if(this.tokens.mainToken=null,s.pos>n)o.push(s);else{if(this.advanceStack(s,o,i))continue;{t||(t=[],e=[]),t.push(s);let i=this.tokens.getMainToken(s);e.push(i.value,i.end)}}break}}if(!o.length){let e=t&&function(t){let e=null;for(let i of t){let t=i.p.stoppedAt;(i.pos==i.p.stream.end||null!=t&&i.pos>t)&&i.p.parser.stateFlag(i.state,2)&&(!e||e.score<i.score)&&(e=i)}return e}(t);if(e)return mw&&console.log("Finish with "+this.stackID(e)),this.stackToTree(e);if(this.parser.strict)throw mw&&t&&console.log("Stuck with token "+(this.tokens.mainToken?this.parser.getName(this.tokens.mainToken.value):"none")),new SyntaxError("No parse at "+n);this.recovering||(this.recovering=5)}if(this.recovering&&t){let i=null!=this.stoppedAt&&t[0].pos>this.stoppedAt?t[0]:this.runRecovery(t,e,o);if(i)return mw&&console.log("Force-finish "+this.stackID(i)),this.stackToTree(i.forceAll())}if(this.recovering){let t=1==this.recovering?1:3*this.recovering;if(o.length>t)for(o.sort(((t,e)=>e.score-t.score));o.length>t;)o.pop();o.some((t=>t.reducePos>n))&&this.recovering--}else if(o.length>1){t:for(let t=0;t<o.length-1;t++){let e=o[t];for(let i=t+1;i<o.length;i++){let n=o[i];if(e.sameState(n)||e.buffer.length>500&&n.buffer.length>500){if(!((e.score-n.score||e.buffer.length-n.buffer.length)>0)){o.splice(t--,1);continue t}o.splice(i--,1)}}}o.length>12&&o.splice(12,o.length-12)}this.minStackPos=o[0].pos;for(let t=1;t<o.length;t++)o[t].pos<this.minStackPos&&(this.minStackPos=o[t].pos);return null}stopAt(t){if(null!=this.stoppedAt&&this.stoppedAt<t)throw new RangeError("Can't move stoppedAt forward");this.stoppedAt=t}advanceStack(t,e,i){let n=t.pos,{parser:o}=this,r=mw?this.stackID(t)+" -> ":"";if(null!=this.stoppedAt&&n>this.stoppedAt)return t.forceReduce()?t:null;if(this.fragments){let e=t.curContext&&t.curContext.tracker.strict,i=e?t.curContext.hash:0;for(let s=this.fragments.nodeAt(n);s;){let n=this.parser.nodeSet.types[s.type.id]==s.type?o.getGoto(t.state,s.type.id):-1;if(n>-1&&s.length&&(!e||(s.prop(xa.contextHash)||0)==i))return t.useNode(s,n),mw&&console.log(r+this.stackID(t)+` (via reuse of ${o.getName(s.type.id)})`),!0;if(!(s instanceof Aa)||0==s.children.length||s.positions[0]>0)break;let a=s.children[0];if(!(a instanceof Aa&&0==s.positions[0]))break;s=a}}let s=o.stateSlot(t.state,4);if(s>0)return t.reduce(s),mw&&console.log(r+this.stackID(t)+` (via always-reduce ${o.getName(65535&s)})`),!0;if(t.stack.length>=8400)for(;t.stack.length>6e3&&t.forceReduce(););let a=this.tokens.getActions(t);for(let s=0;s<a.length;){let l=a[s++],c=a[s++],h=a[s++],d=s==a.length||!i,u=d?t:t.split(),f=this.tokens.mainToken;if(u.apply(l,c,f?f.start:u.pos,h),mw&&console.log(r+this.stackID(u)+` (via ${65536&l?`reduce of ${o.getName(65535&l)}`:"shift"} for ${o.getName(c)} @ ${n}${u==t?"":", split"})`),d)return!0;u.pos>n?e.push(u):i.push(u)}return!1}advanceFully(t,e){let i=t.pos;for(;;){if(!this.advanceStack(t,null,null))return!1;if(t.pos>i)return Sw(t,e),!0}}runRecovery(t,e,i){let n=null,o=!1;for(let r=0;r<t.length;r++){let s=t[r],a=e[r<<1],l=e[1+(r<<1)],c=mw?this.stackID(s)+" -> ":"";if(s.deadEnd){if(o)continue;if(o=!0,s.restart(),mw&&console.log(c+this.stackID(s)+" (restarted)"),this.advanceFully(s,i))continue}let h=s.split(),d=c;for(let t=0;h.forceReduce()&&t<10;t++){if(mw&&console.log(d+this.stackID(h)+" (via force-reduce)"),this.advanceFully(h,i))break;mw&&(d=this.stackID(h)+" -> ")}for(let t of s.recoverByInsert(a))mw&&console.log(c+this.stackID(t)+" (via recover-insert)"),this.advanceFully(t,i);this.stream.end>s.pos?(l==s.pos&&(l++,a=0),s.recoverByDelete(a,l),mw&&console.log(c+this.stackID(s)+` (via recover-delete ${this.parser.getName(a)})`),Sw(s,i)):(!n||n.score<s.score)&&(n=s)}return n}stackToTree(t){return t.close(),Aa.build({buffer:sw.create(t),nodeSet:this.parser.nodeSet,topID:this.topTerm,maxBufferLength:this.parser.bufferLength,reused:this.reused,start:this.ranges[0].from,length:t.pos-this.ranges[0].from,minRepeatType:this.parser.minRepeatTerm})}stackID(t){let e=(yw||(yw=new WeakMap)).get(t);return e||yw.set(t,e=String.fromCodePoint(this.nextStackID++)),e+t}}function Sw(t,e){for(let i=0;i<e.length;i++){let n=e[i];if(n.pos==t.pos&&n.sameState(t))return void(e[i].score<t.score&&(e[i]=t))}e.push(t)}class kw{constructor(t,e,i){this.source=t,this.flags=e,this.disabled=i}allows(t){return!this.disabled||0==this.disabled[t]}}const Qw=t=>t;class Pw extends Fa{constructor(t){if(super(),this.wrappers=[],14!=t.version)throw new RangeError(`Parser version (${t.version}) doesn't match runtime version (14)`);let e=t.nodeNames.split(" ");this.minRepeatTerm=e.length;for(let i=0;i<t.repeatNodeCount;i++)e.push("");let i=Object.keys(t.topRules).map((e=>t.topRules[e][1])),n=[];for(let t=0;t<e.length;t++)n.push([]);function o(t,e,i){n[t].push([e,e.deserialize(String(i))])}if(t.nodeProps)for(let e of t.nodeProps){let t=e[0];"string"==typeof t&&(t=xa[t]);for(let i=1;i<e.length;){let n=e[i++];if(n>=0)o(n,t,e[i++]);else{let r=e[i+-n];for(let s=-n;s>0;s--)o(e[i++],t,r);i++}}}this.nodeSet=new Pa(e.map(((e,o)=>Qa.define({name:o>=this.minRepeatTerm?void 0:e,id:o,props:n[o],top:i.indexOf(o)>-1,error:0==o,skipped:t.skippedNodes&&t.skippedNodes.indexOf(o)>-1})))),t.propSources&&(this.nodeSet=this.nodeSet.extend(...t.propSources)),this.strict=!1,this.bufferLength=va;let r=aw(t.tokenData);this.context=t.context,this.specializerSpecs=t.specialized||[],this.specialized=new Uint16Array(this.specializerSpecs.length);for(let t=0;t<this.specializerSpecs.length;t++)this.specialized[t]=this.specializerSpecs[t].term;this.specializers=this.specializerSpecs.map(Zw),this.states=aw(t.states,Uint32Array),this.data=aw(t.stateData),this.goto=aw(t.goto),this.maxTerm=t.maxTerm,this.tokenizers=t.tokenizers.map((t=>"number"==typeof t?new dw(r,t):t)),this.topRules=t.topRules,this.dialects=t.dialects||{},this.dynamicPrecedences=t.dynamicPrecedences||null,this.tokenPrecTable=t.tokenPrec,this.termNames=t.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(t,e,i){let n=new xw(this,t,e,i);for(let o of this.wrappers)n=o(n,t,e,i);return n}getGoto(t,e,i=!1){let n=this.goto;if(e>=n[0])return-1;for(let o=n[e+1];;){let e=n[o++],r=1&e,s=n[o++];if(r&&i)return s;for(let i=o+(e>>1);o<i;o++)if(n[o]==t)return s;if(r)return-1}}hasAction(t,e){let i=this.data;for(let n=0;n<2;n++)for(let o,r=this.stateSlot(t,n?2:1);;r+=3){if(65535==(o=i[r])){if(1!=i[r+1]){if(2==i[r+1])return $w(i,r+2);break}o=i[r=$w(i,r+2)]}if(o==e||0==o)return $w(i,r+1)}return 0}stateSlot(t,e){return this.states[6*t+e]}stateFlag(t,e){return(this.stateSlot(t,0)&e)>0}validAction(t,e){return!!this.allActions(t,(t=>t==e||null))}allActions(t,e){let i=this.stateSlot(t,4),n=i?e(i):void 0;for(let i=this.stateSlot(t,1);null==n;i+=3){if(65535==this.data[i]){if(1!=this.data[i+1])break;i=$w(this.data,i+2)}n=e($w(this.data,i+1))}return n}nextStates(t){let e=[];for(let i=this.stateSlot(t,1);;i+=3){if(65535==this.data[i]){if(1!=this.data[i+1])break;i=$w(this.data,i+2)}if(!(1&this.data[i+2])){let t=this.data[i+1];e.some(((e,i)=>1&i&&e==t))||e.push(this.data[i],t)}}return e}configure(t){let e=Object.assign(Object.create(Pw.prototype),this);if(t.props&&(e.nodeSet=this.nodeSet.extend(...t.props)),t.top){let i=this.topRules[t.top];if(!i)throw new RangeError(`Invalid top rule name ${t.top}`);e.top=i}return t.tokenizers&&(e.tokenizers=this.tokenizers.map((e=>{let i=t.tokenizers.find((t=>t.from==e));return i?i.to:e}))),t.specializers&&(e.specializers=this.specializers.slice(),e.specializerSpecs=this.specializerSpecs.map(((i,n)=>{let o=t.specializers.find((t=>t.from==i.external));if(!o)return i;let r=Object.assign(Object.assign({},i),{external:o.to});return e.specializers[n]=Zw(r),r}))),t.contextTracker&&(e.context=t.contextTracker),t.dialect&&(e.dialect=this.parseDialect(t.dialect)),null!=t.strict&&(e.strict=t.strict),t.wrap&&(e.wrappers=e.wrappers.concat(t.wrap)),null!=t.bufferLength&&(e.bufferLength=t.bufferLength),e}hasWrappers(){return this.wrappers.length>0}getName(t){return this.termNames?this.termNames[t]:String(t<=this.maxNode&&this.nodeSet.types[t].name||t)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(t){let e=this.dynamicPrecedences;return null==e?0:e[t]||0}parseDialect(t){let e=Object.keys(this.dialects),i=e.map((()=>!1));if(t)for(let n of t.split(" ")){let t=e.indexOf(n);t>=0&&(i[t]=!0)}let n=null;for(let t=0;t<e.length;t++)if(!i[t])for(let i,o=this.dialects[e[t]];65535!=(i=this.data[o++]);)(n||(n=new Uint8Array(this.maxTerm+1)))[i]=1;return new kw(t,i,n)}static deserialize(t){return new Pw(t)}}function $w(t,e){return t[e]|t[e+1]<<16}function Zw(t){if(t.external){let e=t.extend?1:0;return(i,n)=>t.external(i,n)<<1|e}return t.get}const Cw=[9,10,11,12,13,32,133,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288],Aw=new class{constructor(t){this.start=t.start,this.shift=t.shift||Qw,this.reduce=t.reduce||Qw,this.reuse=t.reuse||Qw,this.hash=t.hash||(()=>0),this.strict=!1!==t.strict}}({start:!1,shift:(t,e)=>4==e||5==e||312==e?t:313==e,strict:!1}),Tw=new fw(((t,e)=>{let{next:i}=t;(125==i||-1==i||e.context)&&t.acceptToken(310)}),{contextual:!0,fallback:!0}),Rw=new fw(((t,e)=>{let i,{next:n}=t;Cw.indexOf(n)>-1||(47!=n||47!=(i=t.peek(1))&&42!=i)&&(125==n||59==n||-1==n||e.context||t.acceptToken(309))}),{contextual:!0}),Ww=new fw(((t,e)=>{let{next:i}=t;if((43==i||45==i)&&(t.advance(),i==t.next)){t.advance();let i=!e.context&&e.canShift(1);t.acceptToken(i?1:2)}}),{contextual:!0});function Xw(t,e){return t>=65&&t<=90||t>=97&&t<=122||95==t||t>=192||!e&&t>=48&&t<=57}const Yw=new fw(((t,e)=>{if(60!=t.next||!e.dialectEnabled(0))return;if(t.advance(),47==t.next)return;let i=0;for(;Cw.indexOf(t.next)>-1;)t.advance(),i++;if(Xw(t.next,!0)){for(t.advance(),i++;Xw(t.next,!1);)t.advance(),i++;for(;Cw.indexOf(t.next)>-1;)t.advance(),i++;if(44==t.next)return;for(let e=0;;e++){if(7==e){if(!Xw(t.next,!0))return;break}if(t.next!="extends".charCodeAt(e))break;t.advance(),i++}}t.acceptToken(3,-i)})),Ew=il({"get set async static":Sl.modifier,"for while do if else switch try catch finally return throw break continue default case":Sl.controlKeyword,"in of await yield void typeof delete instanceof":Sl.operatorKeyword,"let var const using function class extends":Sl.definitionKeyword,"import export from":Sl.moduleKeyword,"with debugger as new":Sl.keyword,TemplateString:Sl.special(Sl.string),super:Sl.atom,BooleanLiteral:Sl.bool,this:Sl.self,null:Sl.null,Star:Sl.modifier,VariableName:Sl.variableName,"CallExpression/VariableName TaggedTemplateExpression/VariableName":Sl.function(Sl.variableName),VariableDefinition:Sl.definition(Sl.variableName),Label:Sl.labelName,PropertyName:Sl.propertyName,PrivatePropertyName:Sl.special(Sl.propertyName),"CallExpression/MemberExpression/PropertyName":Sl.function(Sl.propertyName),"FunctionDeclaration/VariableDefinition":Sl.function(Sl.definition(Sl.variableName)),"ClassDeclaration/VariableDefinition":Sl.definition(Sl.className),PropertyDefinition:Sl.definition(Sl.propertyName),PrivatePropertyDefinition:Sl.definition(Sl.special(Sl.propertyName)),UpdateOp:Sl.updateOperator,"LineComment Hashbang":Sl.lineComment,BlockComment:Sl.blockComment,Number:Sl.number,String:Sl.string,Escape:Sl.escape,ArithOp:Sl.arithmeticOperator,LogicOp:Sl.logicOperator,BitOp:Sl.bitwiseOperator,CompareOp:Sl.compareOperator,RegExp:Sl.regexp,Equals:Sl.definitionOperator,Arrow:Sl.function(Sl.punctuation),": Spread":Sl.punctuation,"( )":Sl.paren,"[ ]":Sl.squareBracket,"{ }":Sl.brace,"InterpolationStart InterpolationEnd":Sl.special(Sl.brace),".":Sl.derefOperator,", ;":Sl.separator,"@":Sl.meta,TypeName:Sl.typeName,TypeDefinition:Sl.definition(Sl.typeName),"type enum interface implements namespace module declare":Sl.definitionKeyword,"abstract global Privacy readonly override":Sl.modifier,"is keyof unique infer":Sl.operatorKeyword,JSXAttributeValue:Sl.attributeValue,JSXText:Sl.content,"JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag":Sl.angleBracket,"JSXIdentifier JSXNameSpacedName":Sl.tagName,"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName":Sl.attributeName,"JSXBuiltin/JSXIdentifier":Sl.standard(Sl.tagName)}),Mw={__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},Dw={__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},jw={__proto__:null,"<":143},qw=Pw.deserialize({version:14,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",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'{$[([~",goto:"$2p)SPPPPP)TPP)WP)iP*x.|PPPP5pPP6WPP<S?gP?zP?zPPP?zPAxP?zP?zP?zPA|PPBRPBlPGdPPPGhPPPPGhJiPPPJoKjPGhPMxPPPP!!WGhPPPGhPGhP!$fGhP!'z!(|!)VP!)y!)}!)yPPPPP!-Y!(|PP!-v!.pP!1dGhGh!1i!4s!9Y!9Y!=OPPP!=VGhPPPPPPPPPPP!@dP!AqPPGh!CSPGhPGhGhGhGhPGh!DfP!GnP!JrP!Jv!KQ!KU!KUP!GkP!KY!KYP!N^P!NbGhGh!Nh##k?zP?zP?z?zP#$v?z?z#'O?z#)k?z#+m?z?z#,[#.f#.f#.j#.r#.f#.zP#.fP?z#/d?z#3R?z?z5pPPP#6vPPP#7a#7aP#7aP#7w#7aPP#7}P#7tP#7t#8b#7t#8|#9S5m)W#9V)WP#9^#9^#9^P)WP)WP)WP)WPP)WP#9d#9gP#9g)WP#9kP#9nP)WP)WP)WP)WP)WP)W)WPP#9t#9z#:V#:]#:c#:i#:o#:}#;T#;Z#;e#;k#;u#<U#<[#<|#=`#=f#=l#=z#>a#@O#@^#@d#Ax#BW#Cr#DQ#DW#D^#Dd#Dn#Dt#Dz#EU#Eh#EnPPPPPPPPPP#EtPPPPPPP#Fi#Ip#KP#KW#K`PPPP$!d$%Z$+r$+u$+x$,q$,t$,w$-O$-WPP$-^$-b$.Y$/X$/]$/qPP$/u$/{$0PP$0S$0W$0Z$1P$1h$2P$2T$2W$2Z$2a$2d$2h$2lR!{RoqOXst!Z#c%j&m&o&p&r,h,m1w1zY!uQ'Z-Y1[5]Q%pvQ%xyQ&P|Q&e!VS'R!e-QQ'a!iS'g!r!xS*c$|*hQ+f%yQ+s&RQ,X&_Q-W'YQ-b'bQ-j'hQ/|*jQ1f,YR;Y:g%OdOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$a$e%j%p%}&f&i&m&o&p&r&v'O']'m'}(P(V(^(r(v(z)y+O+S,e,h,m-^-f-t-z.l.s0[0a0q1_1o1p1r1t1w1z1|2m2s3Z5Y5d5t5u5x6]7w7|8]8gS#p]:d!r)[$[$m'S)n,y,|.{2]3p5W6S9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]Q*u%ZQ+k%{Q,Z&bQ,b&jQ.c;QQ0h+^Q0l+`Q0w+lQ1n,`Q2{.[Q4v0rQ5k1gQ6i3PQ6u;RQ7h4wR8m6j&|kOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$[$a$e$m%j%p%}&f&i&j&m&o&p&r&v'O'S']'m'}(P(V(^(r(v(z)n)y+O+S+^,e,h,m,y,|-^-f-t-z.[.l.s.{0[0a0q1_1o1p1r1t1w1z1|2]2m2s3P3Z3p5W5Y5d5t5u5x6S6]6j7w7|8]8g9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]t!nQ!r!u!x!y'R'Y'Z'g'h'i-Q-W-Y-j1[5]5_$v$si#u#w$c$d$x${%O%Q%[%]%a)u){)}*P*R*Y*`*p*q+]+`+w+z.Z.i/Z/j/k/m0Q0S0^1R1U1^3O3x4S4[4f4n4p5c6g7T7^7y8j8w9[9n:O:W:y:z:|:};O;P;S;T;U;V;W;X;_;`;a;b;c;d;g;h;i;j;k;l;m;n;q;r<Y<b<c<f<gQ&S|Q'P!eS'V%f-TQ+k%{Q,Z&bQ0]*yQ0w+lQ0|+rQ1m,_Q1n,`Q4v0rQ5P1OQ5k1gQ5n1iQ5o1lQ7h4wQ7k4|Q8U5qQ9V7lR9b8RrnOXst!V!Z#c%j&d&m&o&p&r,h,m1w1zR,]&f&v^OPXYstuvwz!Z!`!g!j!o#R#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$[$a$e$m%j%p%}&f&i&j&m&o&p&r&v'O']'m(P(V(^(r(v(z)n)y+O+S+^,e,h,m,y,|-^-f-t-z.[.l.s.{0[0a0q1_1o1p1r1t1w1z1|2]2m2s3P3Z3p5W5Y5d5t5u5x6S6]6j7w7|8]8g9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<[<][#[WZ#V#Y'S'}!S%gm#g#h#k%b%e(W(b(c(d+Q+R+T,d,z-x.O.P.Q.S2P2w2x6R6dQ%sxQ%wyS%||&RQ&Y!TQ'^!hQ'`!iQ(k#rS*V$x*ZS+e%x%yQ+i%{Q,S&]Q,W&_S-a'a'bQ.^(lQ/g*WQ0p+fQ0v+lQ0x+mQ0{+qQ1a,TS1e,X,YQ2i-bQ3y/cQ4u0rQ4y0uQ5O0}Q5j1fQ7Q3zQ7g4wQ7j4{Q9R7fR9y9S!O$zi#w%O%Q%[%]%a)}*P*Y*p*q.i/j0Q0S0^3x4f8w<Y<b<c!S%uy!i!t%w%x%y'Q'`'a'b'f'p*b+e+f,}-a-b-i/t0p2b2i2p4^Q+_%sQ+x&VQ+{&WQ,V&_Q.](kQ1`,SU1d,W,X,YQ3Q.^Q5e1aS5i1e1fQ8Q5j#W<^#u$c$d$x${)u){*R*`+]+`+w+z.Z/Z/k/m1R1U1^3O4S4[4n4p5c6g7T7^7y8j9[9n:O:W:|;O;S;U;W;_;a;c;g;i;k;m;q<f<go<_:y:z:};P;T;V;X;`;b;d;h;j;l;n;rW%Ti%V*r<YS&V!Q&dQ&W!RQ&X!SR+v&T$w%Si#u#w$c$d$x${%O%Q%[%]%a)u){)}*P*R*Y*`*p*q+]+`+w+z.Z.i/Z/j/k/m0Q0S0^1R1U1^3O3x4S4[4f4n4p5c6g7T7^7y8j8w9[9n:O:W:y:z:|:};O;P;S;T;U;V;W;X;_;`;a;b;c;d;g;h;i;j;k;l;m;n;q;r<Y<b<c<f<gT)v$u)wV*v%Z;Q;RU'V!e%f-TS(y#y#zQ+p&OS.V(g(hQ1V+|Q4g0ZR7p5U&|kOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$[$a$e$m%j%p%}&f&i&j&m&o&p&r&v'O'S']'m'}(P(V(^(r(v(z)n)y+O+S+^,e,h,m,y,|-^-f-t-z.[.l.s.{0[0a0q1_1o1p1r1t1w1z1|2]2m2s3P3Z3p5W5Y5d5t5u5x6S6]6j7w7|8]8g9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]$i$`c#X#d%n%o%q'|(S(n(u(})O)P)Q)R)S)T)U)V)W)X)Z)^)b)l+Z+o-O-m-r-w-y.h.n.r.t.u.v/V0_2W2Z2k2r3Y3_3`3a3b3c3d3e3f3g3h3i3j3k3n3o3t4k4s6U6[6a6o6p6y6z7r8a8e8n8t8u9k9{:S:e<PT#SV#T&}kOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$[$a$e$m%j%p%}&f&i&j&m&o&p&r&v'O'S']'m'}(P(V(^(r(v(z)n)y+O+S+^,e,h,m,y,|-^-f-t-z.[.l.s.{0[0a0q1_1o1p1r1t1w1z1|2]2m2s3P3Z3p5W5Y5d5t5u5x6S6]6j7w7|8]8g9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]Q'T!eR2^-Qv!nQ!e!r!u!x!y'R'Y'Z'g'h'i-Q-W-Y-j1[5]5_S*b$|*hS/t*c*jQ/}*kQ1X,OQ4^/|R4a0PnqOXst!Z#c%j&m&o&p&r,h,m1w1zQ&t!^Q'q!wS(m#t:kQ+c%vQ,Q&YQ,R&[Q-_'_Q-l'jS.g(r;[S0`+O;eQ0n+dQ1Z,PQ2O,oQ2Q,pQ2Y,{Q2g-`Q2j-dS4l0a;oQ4q0oS4t0q;pQ6T2[Q6X2hQ6^2oQ7e4rQ8b6VQ8c6YQ8f6_R9h8_$d$_c#X#d%o%q'|(S(n(u(})O)P)Q)R)S)T)U)V)W)X)Z)^)b)l+Z+o-O-m-r-w-y.h.n.r.u.v/V0_2W2Z2k2r3Y3_3`3a3b3c3d3e3f3g3h3i3j3k3n3o3t4k4s6U6[6a6o6p6y6z7r8a8e8n8t8u9k9{:S:e<PS(j#o'dU*o%R(q3mS+Y%n.tQ2|0hQ6f2{Q8l6iR9o8m$d$^c#X#d%o%q'|(S(n(u(})O)P)Q)R)S)T)U)V)W)X)Z)^)b)l+Z+o-O-m-r-w-y.h.n.r.u.v/V0_2W2Z2k2r3Y3_3`3a3b3c3d3e3f3g3h3i3j3k3n3o3t4k4s6U6[6a6o6p6y6z7r8a8e8n8t8u9k9{:S:e<PS(i#o'dS({#z$_S+X%n.tS.W(h(jQ.w)]Q0e+YR2y.X&|kOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$[$a$e$m%j%p%}&f&i&j&m&o&p&r&v'O'S']'m'}(P(V(^(r(v(z)n)y+O+S+^,e,h,m,y,|-^-f-t-z.[.l.s.{0[0a0q1_1o1p1r1t1w1z1|2]2m2s3P3Z3p5W5Y5d5t5u5x6S6]6j7w7|8]8g9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]S#p]:dQ&o!XQ&p!YQ&r![Q&s!]R1v,kQ'[!hQ+[%sQ-]'^S.Y(k+_Q2e-[W2}.].^0g0iQ6W2fU6e2z2|3QS8i6f6hS9m8k8lS:U9l9oQ:^:VR:a:_U!vQ'Z-YT5Z1[5]!Q_OXZ`st!V!Z#c#g%b%j&d&f&m&o&p&r(d,h,m.P1w1z]!pQ!r'Z-Y1[5]T#p]:d%Y{OPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$a$e%j%p%}&f&i&j&m&o&p&r&v'O']'m'}(P(V(^(r(v(z)y+O+S+^,e,h,m-^-f-t-z.[.l.s0[0a0q1_1o1p1r1t1w1z1|2m2s3P3Z5Y5d5t5u5x6]6j7w7|8]8gS(y#y#zS.V(g(h!s;v$[$m'S)n,y,|.{2]3p5W6S9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]Y!tQ'Z-Y1[5]Q'f!rS'p!u!xS'r!y5_S-i'g'hQ-k'iR2p-jQ'o!tS(`#f1qS-h'f'rQ/f*VQ/r*bQ2q-kQ4O/gS4X/s/}Q7P3yS7[4_4aQ8y7QR9Q7_Q#vbQ'n!tS(_#f1qS(a#l*}Q+P%cQ+a%tQ+g%zU-g'f'o'rQ-{(`Q/e*VQ/q*bQ/w*eQ0m+bQ1b,US2n-h-kQ2v.TS3}/f/gS4W/r/}Q4Z/vQ4]/xQ5g1cQ6`2qQ7O3yQ7S4OS7W4X4aQ7]4`Q8O5hS8x7P7QQ8|7XQ9O7[Q9_8PQ9u8yQ9v8}Q9x9QQ:Q9`Q:Y9wQ;y;tQ<U;}R<V<OV!vQ'Z-Y%YaOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$a$e%j%p%}&f&i&j&m&o&p&r&v'O']'m'}(P(V(^(r(v(z)y+O+S+^,e,h,m-^-f-t-z.[.l.s0[0a0q1_1o1p1r1t1w1z1|2m2s3P3Z5Y5d5t5u5x6]6j7w7|8]8gS#vz!j!r;s$[$m'S)n,y,|.{2]3p5W6S9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]R;y<[%YbOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$a$e%j%p%}&f&i&j&m&o&p&r&v'O']'m'}(P(V(^(r(v(z)y+O+S+^,e,h,m-^-f-t-z.[.l.s0[0a0q1_1o1p1r1t1w1z1|2m2s3P3Z5Y5d5t5u5x6]6j7w7|8]8gQ%cj!S%ty!i!t%w%x%y'Q'`'a'b'f'p*b+e+f,}-a-b-i/t0p2b2i2p4^S%zz!jQ+b%uQ,U&_W1c,V,W,X,YU5h1d1e1fS8P5i5jQ9`8Q!r;t$[$m'S)n,y,|.{2]3p5W6S9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]Q;}<ZR<O<[$|eOPXYstuvw!Z!`!g!o#R#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$a$e%j%p%}&f&i&m&o&p&r&v'O']'m(P(V(^(r(v(z)y+O+S+^,e,h,m-^-f-t-z.[.l.s0[0a0q1_1o1p1r1t1w1z1|2m2s3P3Z5Y5d5t5u5x6]6j7w7|8]8gY#aWZ#V#Y'}!S%gm#g#h#k%b%e(W(b(c(d+Q+R+T,d,z-x.O.P.Q.S2P2w2x6R6dQ,c&j!p;u$[$m)n,y,|.{2]3p5W6S9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]R;x'SS'W!e%fR2`-T%OdOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$a$e%j%p%}&f&i&m&o&p&r&v'O']'m'}(P(V(^(r(v(z)y+O+S,e,h,m-^-f-t-z.l.s0[0a0q1_1o1p1r1t1w1z1|2m2s3Z5Y5d5t5u5x6]7w7|8]8g!r)[$[$m'S)n,y,|.{2]3p5W6S9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]Q,b&jQ0h+^Q2{.[Q6i3PR8m6j!b$Uc#X%n'|(S(n(u)W)X)^)b+o-m-r-w-y.h.n/V0_2k2r3Y3k4k4s6[6a6o8e9k:e!P:r)Z)l-O.t2W2Z3_3i3j3n3t6U6p6y6z7r8a8n8t8u9{:S<P!f$Wc#X%n'|(S(n(u)T)U)W)X)^)b+o-m-r-w-y.h.n/V0_2k2r3Y3k4k4s6[6a6o8e9k:e!T:t)Z)l-O.t2W2Z3_3f3g3i3j3n3t6U6p6y6z7r8a8n8t8u9{:S<P!^$[c#X%n'|(S(n(u)^)b+o-m-r-w-y.h.n/V0_2k2r3Y3k4k4s6[6a6o8e9k:eQ3x/az<])Z)l-O.t2W2Z3_3n3t6U6p6y6z7r8a8n8t8u9{:S<PQ<b<dR<c<e&|kOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$[$a$e$m%j%p%}&f&i&j&m&o&p&r&v'O'S']'m'}(P(V(^(r(v(z)n)y+O+S+^,e,h,m,y,|-^-f-t-z.[.l.s.{0[0a0q1_1o1p1r1t1w1z1|2]2m2s3P3Z3p5W5Y5d5t5u5x6S6]6j7w7|8]8g9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]S$nh$oR3q.z'TgOPWXYZhstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$[$a$e$m$o%j%p%}&f&i&j&m&o&p&r&v'O'S']'m'}(P(V(^(r(v(z)n)y+O+S+^,e,h,m,y,|-^-f-t-z.[.l.s.z.{0[0a0q1_1o1p1r1t1w1z1|2]2m2s3P3Z3p5W5Y5d5t5u5x6S6]6j7w7|8]8g9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]T$jf$pQ$hfS)e$k)iR)q$pT$if$pT)g$k)i'ThOPWXYZhstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$[$a$e$m$o%j%p%}&f&i&j&m&o&p&r&v'O'S']'m'}(P(V(^(r(v(z)n)y+O+S+^,e,h,m,y,|-^-f-t-z.[.l.s.z.{0[0a0q1_1o1p1r1t1w1z1|2]2m2s3P3Z3p5W5Y5d5t5u5x6S6]6j7w7|8]8g9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]T$nh$oQ$qhR)p$o%YjOPWXYZstuvw!Z!`!g!o#R#V#Y#c#n#t#x#{$O$P$Q$R$S$T$U$V$W$X$Y$a$e%j%p%}&f&i&j&m&o&p&r&v'O']'m'}(P(V(^(r(v(z)y+O+S+^,e,h,m-^-f-t-z.[.l.s0[0a0q1_1o1p1r1t1w1z1|2m2s3P3Z5Y5d5t5u5x6]6j7w7|8]8g!s<Z$[$m'S)n,y,|.{2]3p5W6S9W9i:c:f:g:j:k:l:m:n:o:p:q:r:s:t:u:v:w:{;Y;Z;[;^;e;f;o;p<]#clOPXZst!Z!`!o#R#c#n#{$m%j&f&i&j&m&o&p&r&v'O'](z)n+S+^,e,h,m-^.[.{0[1_1o1p1r1t1w1z1|3P3p5Y5d5t5u5x6j7w7|8]!O%Ri#w%O%Q%[%]%a)}*P*Y*p*q.i/j0Q0S0^3x4f8w<Y<b<c#W(q#u$c$d$x${)u){*R*`+]+`+w+z.Z/Z/k/m1R1U1^3O4S4[4n4p5c6g7T7^7y8j9[9n:O:W:|;O;S;U;W;_;a;c;g;i;k;m;q<f<gQ*z%_Q/W)zo3m:y:z:};P;T;V;X;`;b;d;h;j;l;n;r!O$yi#w%O%Q%[%]%a)}*P*Y*p*q.i/j0Q0S0^3x4f8w<Y<b<cQ*[$zS*e$|*hQ*{%`Q/x*f#W;{#u$c$d$x${)u){*R*`+]+`+w+z.Z/Z/k/m1R1U1^3O4S4[4n4p5c6g7T7^7y8j9[9n:O:W:|;O;S;U;W;_;a;c;g;i;k;m;q<f<gn;|:y:z:};P;T;V;X;`;b;d;h;j;l;n;rQ<Q<^Q<R<_Q<S<`R<T<a!O%Ri#w%O%Q%[%]%a)}*P*Y*p*q.i/j0Q0S0^3x4f8w<Y<b<c#W(q#u$c$d$x${)u){*R*`+]+`+w+z.Z/Z/k/m1R1U1^3O4S4[4n4p5c6g7T7^7y8j9[9n:O:W:|;O;S;U;W;_;a;c;g;i;k;m;q<f<go3m:y:z:};P;T;V;X;`;b;d;h;j;l;n;rnoOXst!Z#c%j&m&o&p&r,h,m1w1zQ*_${Q,v&yQ,w&{R4R/k$v%Si#u#w$c$d$x${%O%Q%[%]%a)u){)}*P*R*Y*`*p*q+]+`+w+z.Z.i/Z/j/k/m0Q0S0^1R1U1^3O3x4S4[4f4n4p5c6g7T7^7y8j8w9[9n:O:W:y:z:|:};O;P;S;T;U;V;W;X;_;`;a;b;c;d;g;h;i;j;k;l;m;n;q;r<Y<b<c<f<gQ+y&WQ1T+{Q5S1SR7o5TT*g$|*hS*g$|*hT5[1[5]S/v*d5YT4`0O7wQ+a%tQ/w*eQ0m+bQ1b,UQ5g1cQ8O5hQ9_8PR:Q9`!O%Oi#w%O%Q%[%]%a)}*P*Y*p*q.i/j0Q0S0^3x4f8w<Y<b<cr)}$v(s*O*n*|/i0U0V3W4P4j6}7`9t;z<W<XS0Q*m0R#W:|#u$c$d$x${)u){*R*`+]+`+w+z.Z/Z/k/m1R1U1^3O4S4[4n4p5c6g7T7^7y8j9[9n:O:W:|;O;S;U;W;_;a;c;g;i;k;m;q<f<gn:}:y:z:};P;T;V;X;`;b;d;h;j;l;n;r!^;_(o)`*U*^._.b.f/S/X/a/n0f1Q1S3T4Q4U5R5T6k6n7U7Y7b7d8{9P:X<d<e`;`3l6q6t6x8o9p9s:bS;i.a3UT;j6s8r!O%Qi#w%O%Q%[%]%a)}*P*Y*p*q.i/j0Q0S0^3x4f8w<Y<b<cv*P$v(s*Q*m*|/]/i0U0V3W4P4b4j6}7`9t;z<W<XS0S*n0T#W;O#u$c$d$x${)u){*R*`+]+`+w+z.Z/Z/k/m1R1U1^3O4S4[4n4p5c6g7T7^7y8j9[9n:O:W:|;O;S;U;W;_;a;c;g;i;k;m;q<f<gn;P:y:z:};P;T;V;X;`;b;d;h;j;l;n;r!b;a(o)`*U*^.`.a.f/S/X/a/n0f1Q1S3R3T4Q4U5R5T6k6l6n7U7Y7b7d8{9P:X<d<ed;b3l6r6s6x8o8p9p9q9s:bS;k.b3VT;l6t8srnOXst!V!Z#c%j&d&m&o&p&r,h,m1w1zQ&a!UR,e&jrnOXst!V!Z#c%j&d&m&o&p&r,h,m1w1zR&a!UQ+}&XR1P+vsnOXst!V!Z#c%j&d&m&o&p&r,h,m1w1zQ1],SS5b1`1aU7x5`5a5eS9Z7z7{S9|9Y9]Q:Z9}R:`:[Q&h!VR,^&dR5n1iS%||&RR0x+mQ&m!WR,h&nR,n&sT1x,m1zR,r&tQ,q&tR2R,rQ't!zR-n'tSsOtQ#cXT%ms#cQ!}TR'v!}Q#QUR'x#QQ)w$uR/T)wQ#TVR'z#TQ#WWU(Q#W(R-uQ(R#XR-u(SQ-R'TR2_-RQ.j(sR3X.jQ.m(uS3[.m3]R3].nQ-Y'ZR2c-YY!rQ'Z-Y1[5]R'e!rS#^W%eU(X#^(Y-vQ(Y#_R-v(TQ-U'WR2a-Ut`OXst!V!Z#c%j&d&f&m&o&p&r,h,m1w1zS#gZ%bU#q`#g.PR.P(dQ(e#iQ-|(aW.U(e-|2t6bQ2t-}R6b2uQ)i$kR.|)iQ$ohR)o$oQ$bcU)_$b-q:xQ-q:eR:x)lQ/d*VW3{/d3|7R8zU3|/e/f/gS7R3}4OR8z7S$X)|$v(o(s)`*U*^*m*n*w*x*|.a.b.d.e.f/S/X/]/_/a/i/n0U0V0f1Q1S3R3S3T3W3l4P4Q4U4b4d4j5R5T6k6l6m6n6s6t6v6w6x6}7U7Y7`7b7d8o8p8q8{9P9p9q9r9s9t:X:b;z<W<X<d<eQ/l*^U4T/l4V7VQ4V/nR7V4UQ*h$|R/z*hr*O$v(s*m*n*|/i0U0V3W4P4j6}7`9t;z<W<X!^._(o)`*U*^.a.b.f/S/X/a/n0f1Q1S3T4Q4U5R5T6k6n7U7Y7b7d8{9P:X<d<eU/^*O._6qa6q3l6s6t6x8o9p9s:bQ0R*mQ3U.aU4c0R3U8rR8r6sv*Q$v(s*m*n*|/]/i0U0V3W4P4b4j6}7`9t;z<W<X!b.`(o)`*U*^.a.b.f/S/X/a/n0f1Q1S3R3T4Q4U5R5T6k6l6n7U7Y7b7d8{9P:X<d<eU/`*Q.`6re6r3l6s6t6x8o8p9p9q9s:bQ0T*nQ3V.bU4e0T3V8sR8s6tQ*s%UR0X*sQ4o0fR7c4oQ+U%hR0d+UQ5V1VS7q5V9XR9X7rQ,P&YR1Y,PQ5]1[R7u5]Q1h,ZS5l1h8SR8S5nQ0s+iW4x0s4z7i9TQ4z0vQ7i4yR9T7jQ+n%|R0y+nQ1z,mR5|1zYrOXst#cQ&q!ZQ+W%jQ,g&mQ,i&oQ,j&pQ,l&rQ1u,hS1x,m1zR5{1wQ%lpQ&u!_Q&x!aQ&z!bQ&|!cQ'l!tQ+V%iQ+c%vQ+u&SQ,]&hQ,t&wW-e'f'n'o'rQ-l'jQ/y*gQ0n+dS1k,^,aQ2S,sQ2T,vQ2U,wQ2j-dW2l-g-h-k-mQ4q0oQ4}0|Q5Q1QQ5f1bQ5p1mQ5z1vU6Z2k2n2qQ6^2oQ7e4rQ7m5PQ7n5RQ7t5[Q7}5gQ8T5oS8d6[6`Q8f6_Q9U7kQ9^8OQ9c8UQ9j8eQ9z9VQ:P9_Q:T9kR:]:QQ%vyQ'_!iQ'j!tU+d%w%x%yQ,{'QU-`'`'a'bS-d'f'pQ/p*bS0o+e+fQ2[,}S2h-a-bQ2o-iQ4Y/tQ4r0pQ6V2bQ6Y2iQ6_2pR7Z4^S$wi<YR*t%VU%Ui%V<YR0W*rQ$viS(o#u+`Q(s#wS)`$c$dQ*U$xQ*^${Q*m%OQ*n%QQ*w%[Q*x%]Q*|%aQ.a:|Q.b;OQ.d;SQ.e;UQ.f;WQ/S)uS/X){/ZQ/])}Q/_*PQ/a*RQ/i*YQ/n*`Q0U*pQ0V*qh0f+].Z1^3O5c6g7y8j9[9n:O:WQ1Q+wQ1S+zQ3R;_Q3S;aQ3T;cQ3W.iS3l:y:zQ4P/jQ4Q/kQ4U/mQ4b0QQ4d0SQ4j0^Q5R1RQ5T1UQ6k;gQ6l;iQ6m;kQ6n;mQ6s:}Q6t;PQ6v;TQ6w;VQ6x;XQ6}3xQ7U4SQ7Y4[Q7`4fQ7b4nQ7d4pQ8o;dQ8p;`Q8q;bQ8{7TQ9P7^Q9p;hQ9q;jQ9r;lQ9s;nQ9t8wQ:X;qQ:b;rQ;z<YQ<W<bQ<X<cQ<d<fR<e<gnpOXst!Z#c%j&m&o&p&r,h,m1w1zQ!fPS#eZ#nQ&w!`U'c!o5Y7wQ'y#RQ(|#{Q)m$mS,a&f&iQ,f&jQ,s&vQ,x'OQ-[']Q.p(zQ/Q)nQ0b+SQ0i+^Q1s,eQ2f-^Q2|.[Q3s.{Q4h0[Q5a1_Q5r1oQ5s1pQ5w1rQ5y1tQ6O1|Q6f3PQ6{3pQ7{5dQ8X5tQ8Y5uQ8[5xQ8l6jQ9]7|R9g8]#WcOPXZst!Z!`!o#c#n#{%j&f&i&j&m&o&p&r&v'O'](z+S+^,e,h,m-^.[0[1_1o1p1r1t1w1z1|3P5Y5d5t5u5x6j7w7|8]Q#XWQ#dYQ%nuQ%ovS%qw!gS'|#V(PQ(S#YQ(n#tQ(u#xQ(}$OQ)O$PQ)P$QQ)Q$RQ)R$SQ)S$TQ)T$UQ)U$VQ)V$WQ)W$XQ)X$YQ)Z$[Q)^$aQ)b$eW)l$m)n.{3pQ+Z%pQ+o%}S-O'S2]Q-m'mS-r'}-tQ-w(VQ-y(^Q.h(rQ.n(vQ.r:cQ.t:fQ.u:gQ.v:jQ/V)yQ0_+OQ2W,yQ2Z,|Q2k-fQ2r-zQ3Y.lQ3_:kQ3`:lQ3a:mQ3b:nQ3c:oQ3d:pQ3e:qQ3f:rQ3g:sQ3h:tQ3i:uQ3j:vQ3k.sQ3n:{Q3o;YQ3t:wQ4k0aQ4s0qQ6U;ZQ6[2mQ6a2sQ6o3ZQ6p;[Q6y;^Q6z;eQ7r5WQ8a6SQ8e6]Q8n;fQ8t;oQ8u;pQ9k8gQ9{9WQ:S9iQ:e#RR<P<]R#ZWR'U!eY!tQ'Z-Y1[5]S'Q!e-QQ'f!rS'p!u!xS'r!y5_S,}'R'YS-i'g'hQ-k'iQ2b-WR2p-jR(t#wR(w#xQ!fQT-X'Z-Y]!qQ!r'Z-Y1[5]Q#o]R'd:dT#jZ%bS#iZ%bS%hm,dU(a#g#h#kS-}(b(cQ.R(dQ0c+TQ2u.OU2v.P.Q.SS6c2w2xR8h6d`#]W#V#Y%e'}(W+Q-xr#fZm#g#h#k%b(b(c(d+T.O.P.Q.S2w2x6dQ1q,dQ2X,zQ6Q2PQ8`6RT;w'S+RT#`W%eS#_W%eS(O#V(WS(T#Y+QS-P'S+RT-s'}-xT'X!e%fQ$kfR)s$pT)h$k)iR3r.zT*X$x*ZR*a${Q0g+]Q2z.ZQ5`1^Q6h3OQ7z5cQ8k6gQ9Y7yQ9l8jQ9}9[Q:V9nQ:[:OR:_:WnqOXst!Z#c%j&m&o&p&r,h,m1w1zQ&g!VR,]&dtmOXst!U!V!Z#c%j&d&m&o&p&r,h,m1w1zR,d&jT%im,dR1W+|R,[&bQ&Q|R+t&RR+j%{T&k!W&nT&l!W&nT1y,m1z",nodeNames:"⚠ ArithOp ArithOp JSXStartTag LineComment BlockComment Script Hashbang ExportDeclaration export Star as VariableName String Escape from ; default FunctionDeclaration async function VariableDefinition > < TypeParamList TypeDefinition extends ThisType this LiteralType ArithOp Number BooleanLiteral TemplateType InterpolationEnd Interpolation InterpolationStart NullType null VoidType void TypeofType typeof MemberExpression . ?. PropertyName [ TemplateString Escape Interpolation super RegExp ] ArrayExpression Spread , } { ObjectExpression Property async get set PropertyDefinition Block : NewExpression new TypeArgList CompareOp < ) ( ArgList UnaryExpression delete LogicOp BitOp YieldExpression yield AwaitExpression await ParenthesizedExpression ClassExpression class ClassBody MethodDeclaration Decorator @ MemberExpression PrivatePropertyName CallExpression declare Privacy static abstract override PrivatePropertyDefinition PropertyDeclaration readonly accessor Optional TypeAnnotation Equals StaticBlock FunctionExpression ArrowFunction ParamList ParamList ArrayPattern ObjectPattern PatternProperty Privacy readonly Arrow MemberExpression BinaryExpression ArithOp ArithOp ArithOp ArithOp BitOp CompareOp instanceof satisfies in const CompareOp BitOp BitOp BitOp LogicOp LogicOp ConditionalExpression LogicOp LogicOp AssignmentExpression UpdateOp PostfixExpression CallExpression TaggedTemplateExpression DynamicImport import ImportMeta JSXElement JSXSelfCloseEndTag JSXSelfClosingTag JSXIdentifier JSXBuiltin JSXIdentifier JSXNamespacedName JSXMemberExpression JSXSpreadAttribute JSXAttribute JSXAttributeValue JSXEscape JSXEndTag JSXOpenTag JSXFragmentTag JSXText JSXEscape JSXStartCloseTag JSXCloseTag PrefixCast ArrowFunction TypeParamList SequenceExpression KeyofType keyof UniqueType unique ImportType InferredType infer TypeName ParenthesizedType FunctionSignature ParamList NewSignature IndexedType TupleType Label ArrayType ReadonlyType ObjectType MethodType PropertyType IndexSignature PropertyDefinition CallSignature TypePredicate is NewSignature new UnionType LogicOp IntersectionType LogicOp ConditionalType ParameterizedType ClassDeclaration abstract implements type VariableDeclaration let var using TypeAliasDeclaration InterfaceDeclaration interface EnumDeclaration enum EnumBody NamespaceDeclaration namespace module AmbientDeclaration declare GlobalDeclaration global ClassDeclaration ClassBody AmbientFunctionDeclaration ExportGroup VariableName VariableName ImportDeclaration ImportGroup ForStatement for ForSpec ForInSpec ForOfSpec of WhileStatement while WithStatement with DoStatement do IfStatement if else SwitchStatement switch SwitchBody CaseLabel case DefaultLabel TryStatement try CatchClause catch FinallyClause finally ReturnStatement return ThrowStatement throw BreakStatement break ContinueStatement continue DebuggerStatement debugger LabeledStatement ExpressionStatement SingleExpression SingleClassItem",maxTerm:371,context:Aw,nodeProps:[["isolate",-8,4,5,13,33,35,48,50,52,""],["group",-26,8,16,18,65,201,205,209,210,212,215,218,228,230,236,238,240,242,245,251,257,259,261,263,265,267,268,"Statement",-32,12,13,28,31,32,38,48,51,52,54,59,67,75,79,81,83,84,106,107,116,117,134,137,139,140,141,142,144,145,164,165,167,"Expression",-23,27,29,33,37,39,41,168,170,172,173,175,176,177,179,180,181,183,184,185,195,197,199,200,"Type",-3,87,99,105,"ClassItem"],["openedBy",22,"<",34,"InterpolationStart",53,"[",57,"{",72,"(",157,"JSXStartCloseTag"],["closedBy",23,">",36,"InterpolationEnd",47,"]",58,"}",73,")",162,"JSXEndTag"]],propSources:[Ew],skippedNodes:[0,4,5,271],repeatNodeCount:37,tokenData:"$Fj(CSR!bOX%ZXY+gYZ-yZ[+g[]%Z]^.c^p%Zpq+gqr/mrs3cst:_tuEruvJSvwLkwx! Yxy!'iyz!(sz{!)}{|!,q|}!.O}!O!,q!O!P!/Y!P!Q!9j!Q!R#8g!R![#:v![!]#Gv!]!^#IS!^!_#J^!_!`#Ns!`!a$#_!a!b$(l!b!c$,k!c!}Er!}#O$-u#O#P$/P#P#Q$4h#Q#R$5r#R#SEr#S#T$7P#T#o$8Z#o#p$<k#p#q$=a#q#r$>q#r#s$?}#s$f%Z$f$g+g$g#BYEr#BY#BZ$AX#BZ$ISEr$IS$I_$AX$I_$I|Er$I|$I}$Dd$I}$JO$Dd$JO$JTEr$JT$JU$AX$JU$KVEr$KV$KW$AX$KW&FUEr&FU&FV$AX&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$AX?HUOEr(n%d_$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z&j&hT$f&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c&j&zP;=`<%l&c'|'U]$f&j(R!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!b(SU(R!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!b(iP;=`<%l'}'|(oP;=`<%l&}'[(y]$f&j(OpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(rp)wU(OpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)rp*^P;=`<%l)r'[*dP;=`<%l(r#S*nX(Op(R!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g#S+^P;=`<%l*g(n+dP;=`<%l%Z(CS+rq$f&j(Op(R!b't(;dOX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p$f%Z$f$g+g$g#BY%Z#BY#BZ+g#BZ$IS%Z$IS$I_+g$I_$JT%Z$JT$JU+g$JU$KV%Z$KV$KW+g$KW&FU%Z&FU&FV+g&FV;'S%Z;'S;=`+a<%l?HT%Z?HT?HU+g?HUO%Z(CS.ST(P#S$f&j'u(;dO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c(CS.n_$f&j(Op(R!b'u(;dOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#`/x`$f&j!o$Ip(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#S1V`#t$Id$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`2X!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#S2d_#t$Id$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/|3l_'}$(n$f&j(R!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k(^4r_$f&j(R!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k&z5vX$f&jOr5qrs6cs!^5q!^!_6y!_#o5q#o#p6y#p;'S5q;'S;=`7h<%lO5q&z6jT$a`$f&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c`6|TOr6yrs7]s;'S6y;'S;=`7b<%lO6y`7bO$a``7eP;=`<%l6y&z7kP;=`<%l5q(^7w]$a`$f&j(R!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!r8uZ(R!bOY8pYZ6yZr8prs9hsw8pwx6yx#O8p#O#P6y#P;'S8p;'S;=`:R<%lO8p!r9oU$a`(R!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!r:UP;=`<%l8p(^:[P;=`<%l4k#%|:hh$f&j(Op(R!bOY%ZYZ&cZq%Zqr<Srs&}st%ZtuCruw%Zwx(rx!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr(r<__VS$f&j(Op(R!bOY<SYZ&cZr<Srs=^sw<Swx@nx!^<S!^!_Bm!_#O<S#O#P>`#P#o<S#o#pBm#p;'S<S;'S;=`Cl<%lO<S(Q=g]VS$f&j(R!bOY=^YZ&cZw=^wx>`x!^=^!^!_?q!_#O=^#O#P>`#P#o=^#o#p?q#p;'S=^;'S;=`@h<%lO=^&n>gXVS$f&jOY>`YZ&cZ!^>`!^!_?S!_#o>`#o#p?S#p;'S>`;'S;=`?k<%lO>`S?XSVSOY?SZ;'S?S;'S;=`?e<%lO?SS?hP;=`<%l?S&n?nP;=`<%l>`!f?xWVS(R!bOY?qZw?qwx?Sx#O?q#O#P?S#P;'S?q;'S;=`@b<%lO?q!f@eP;=`<%l?q(Q@kP;=`<%l=^'`@w]VS$f&j(OpOY@nYZ&cZr@nrs>`s!^@n!^!_Ap!_#O@n#O#P>`#P#o@n#o#pAp#p;'S@n;'S;=`Bg<%lO@ntAwWVS(OpOYApZrAprs?Ss#OAp#O#P?S#P;'SAp;'S;=`Ba<%lOAptBdP;=`<%lAp'`BjP;=`<%l@n#WBvYVS(Op(R!bOYBmZrBmrs?qswBmwxApx#OBm#O#P?S#P;'SBm;'S;=`Cf<%lOBm#WCiP;=`<%lBm(rCoP;=`<%l<S#%|C}i$f&j(g!L^(Op(R!bOY%ZYZ&cZr%Zrs&}st%ZtuCruw%Zwx(rx!Q%Z!Q![Cr![!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr#%|EoP;=`<%lCr(CSFRk$f&j(Op(R!b$Y#t'{&;d([!LYOY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr+dHRk$f&j(Op(R!b$Y#tOY%ZYZ&cZr%Zrs&}st%ZtuGvuw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Gv![!^%Z!^!_*g!_!c%Z!c!}Gv!}#O%Z#O#P&c#P#R%Z#R#SGv#S#T%Z#T#oGv#o#p*g#p$g%Z$g;'SGv;'S;=`Iv<%lOGv+dIyP;=`<%lGv(CSJPP;=`<%lEr%#SJ_`$f&j(Op(R!b#l$IdOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#SKl_$f&j$O$Id(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z&COLva(p&;`$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sv%ZvwM{wx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#SNW`$f&j#x$Id(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/|! c_(Q$)`$f&j(OpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b'l!!i_$f&j(OpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b&z!#mX$f&jOw!#hwx6cx!^!#h!^!_!$Y!_#o!#h#o#p!$Y#p;'S!#h;'S;=`!$r<%lO!#h`!$]TOw!$Ywx7]x;'S!$Y;'S;=`!$l<%lO!$Y`!$oP;=`<%l!$Y&z!$uP;=`<%l!#h'l!%R]$a`$f&j(OpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(r!Q!&PZ(OpOY!%zYZ!$YZr!%zrs!$Ysw!%zwx!&rx#O!%z#O#P!$Y#P;'S!%z;'S;=`!']<%lO!%z!Q!&yU$a`(OpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)r!Q!'`P;=`<%l!%z'l!'fP;=`<%l!!b(*Q!'t_!k(!b$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z!'l!)O_!jM|$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'+h!*[b$f&j(Op(R!b'|#)d#m$IdOY%ZYZ&cZr%Zrs&}sw%Zwx(rxz%Zz{!+d{!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#S!+o`$f&j(Op(R!b#j$IdOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z&-O!,|`$f&j(Op(R!bn&%`OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z&C[!.Z_!Y&;l$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(CS!/ec$f&j(Op(R!b|'<nOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!0p!P!Q%Z!Q![!3Y![!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z!'d!0ya$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!2O!P!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z!'d!2Z_!XMt$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l!3eg$f&j(Op(R!bo$'|OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!3Y![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S!3Y#S#X%Z#X#Y!4|#Y#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l!5Vg$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx{%Z{|!6n|}%Z}!O!6n!O!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l!6wc$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l!8_c$f&j(Op(R!bo$'|OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(CS!9uf$f&j(Op(R!b#k$IdOY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Kpxz!;Zz{#,f{!P!;Z!P!Q#-{!Q!^!;Z!^!_#'Z!_!`#5k!`!a#7Q!a!}!;Z!}#O#*}#O#P!Dj#P#o!;Z#o#p#'Z#p;'S!;Z;'S;=`#,`<%lO!;Z(r!;fb$f&j(Op(R!b!USOY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Kpx!P!;Z!P!Q#%Z!Q!^!;Z!^!_#'Z!_!}!;Z!}#O#*}#O#P!Dj#P#o!;Z#o#p#'Z#p;'S!;Z;'S;=`#,`<%lO!;Z(Q!<w`$f&j(R!b!USOY!<nYZ&cZw!<nwx!=yx!P!<n!P!Q!Eb!Q!^!<n!^!_!GY!_!}!<n!}#O!Ja#O#P!Dj#P#o!<n#o#p!GY#p;'S!<n;'S;=`!Kj<%lO!<n&n!>Q^$f&j!USOY!=yYZ&cZ!P!=y!P!Q!>|!Q!^!=y!^!_!@Y!_!}!=y!}#O!Bw#O#P!Dj#P#o!=y#o#p!@Y#p;'S!=y;'S;=`!E[<%lO!=y&n!?Ta$f&j!USO!^&c!_#Z&c#Z#[!>|#[#]&c#]#^!>|#^#a&c#a#b!>|#b#g&c#g#h!>|#h#i&c#i#j!>|#j#m&c#m#n!>|#n#o&c#p;'S&c;'S;=`&w<%lO&cS!@_X!USOY!@YZ!P!@Y!P!Q!@z!Q!}!@Y!}#O!Ac#O#P!Bb#P;'S!@Y;'S;=`!Bq<%lO!@YS!APU!US#Z#[!@z#]#^!@z#a#b!@z#g#h!@z#i#j!@z#m#n!@zS!AfVOY!AcZ#O!Ac#O#P!A{#P#Q!@Y#Q;'S!Ac;'S;=`!B[<%lO!AcS!BOSOY!AcZ;'S!Ac;'S;=`!B[<%lO!AcS!B_P;=`<%l!AcS!BeSOY!@YZ;'S!@Y;'S;=`!Bq<%lO!@YS!BtP;=`<%l!@Y&n!B|[$f&jOY!BwYZ&cZ!^!Bw!^!_!Ac!_#O!Bw#O#P!Cr#P#Q!=y#Q#o!Bw#o#p!Ac#p;'S!Bw;'S;=`!Dd<%lO!Bw&n!CwX$f&jOY!BwYZ&cZ!^!Bw!^!_!Ac!_#o!Bw#o#p!Ac#p;'S!Bw;'S;=`!Dd<%lO!Bw&n!DgP;=`<%l!Bw&n!DoX$f&jOY!=yYZ&cZ!^!=y!^!_!@Y!_#o!=y#o#p!@Y#p;'S!=y;'S;=`!E[<%lO!=y&n!E_P;=`<%l!=y(Q!Eki$f&j(R!b!USOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#Z&}#Z#[!Eb#[#]&}#]#^!Eb#^#a&}#a#b!Eb#b#g&}#g#h!Eb#h#i&}#i#j!Eb#j#m&}#m#n!Eb#n#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!f!GaZ(R!b!USOY!GYZw!GYwx!@Yx!P!GY!P!Q!HS!Q!}!GY!}#O!Ic#O#P!Bb#P;'S!GY;'S;=`!JZ<%lO!GY!f!HZb(R!b!USOY'}Zw'}x#O'}#P#Z'}#Z#[!HS#[#]'}#]#^!HS#^#a'}#a#b!HS#b#g'}#g#h!HS#h#i'}#i#j!HS#j#m'}#m#n!HS#n;'S'};'S;=`(f<%lO'}!f!IhX(R!bOY!IcZw!Icwx!Acx#O!Ic#O#P!A{#P#Q!GY#Q;'S!Ic;'S;=`!JT<%lO!Ic!f!JWP;=`<%l!Ic!f!J^P;=`<%l!GY(Q!Jh^$f&j(R!bOY!JaYZ&cZw!Jawx!Bwx!^!Ja!^!_!Ic!_#O!Ja#O#P!Cr#P#Q!<n#Q#o!Ja#o#p!Ic#p;'S!Ja;'S;=`!Kd<%lO!Ja(Q!KgP;=`<%l!Ja(Q!KmP;=`<%l!<n'`!Ky`$f&j(Op!USOY!KpYZ&cZr!Kprs!=ys!P!Kp!P!Q!L{!Q!^!Kp!^!_!Ns!_!}!Kp!}#O##z#O#P!Dj#P#o!Kp#o#p!Ns#p;'S!Kp;'S;=`#%T<%lO!Kp'`!MUi$f&j(Op!USOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#Z(r#Z#[!L{#[#](r#]#^!L{#^#a(r#a#b!L{#b#g(r#g#h!L{#h#i(r#i#j!L{#j#m(r#m#n!L{#n#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(rt!NzZ(Op!USOY!NsZr!Nsrs!@Ys!P!Ns!P!Q# m!Q!}!Ns!}#O#!|#O#P!Bb#P;'S!Ns;'S;=`##t<%lO!Nst# tb(Op!USOY)rZr)rs#O)r#P#Z)r#Z#[# m#[#])r#]#^# m#^#a)r#a#b# m#b#g)r#g#h# m#h#i)r#i#j# m#j#m)r#m#n# m#n;'S)r;'S;=`*Z<%lO)rt##RX(OpOY#!|Zr#!|rs!Acs#O#!|#O#P!A{#P#Q!Ns#Q;'S#!|;'S;=`##n<%lO#!|t##qP;=`<%l#!|t##wP;=`<%l!Ns'`#$R^$f&j(OpOY##zYZ&cZr##zrs!Bws!^##z!^!_#!|!_#O##z#O#P!Cr#P#Q!Kp#Q#o##z#o#p#!|#p;'S##z;'S;=`#$}<%lO##z'`#%QP;=`<%l##z'`#%WP;=`<%l!Kp(r#%fk$f&j(Op(R!b!USOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#Z%Z#Z#[#%Z#[#]%Z#]#^#%Z#^#a%Z#a#b#%Z#b#g%Z#g#h#%Z#h#i%Z#i#j#%Z#j#m%Z#m#n#%Z#n#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#W#'d](Op(R!b!USOY#'ZZr#'Zrs!GYsw#'Zwx!Nsx!P#'Z!P!Q#(]!Q!}#'Z!}#O#)w#O#P!Bb#P;'S#'Z;'S;=`#*w<%lO#'Z#W#(fe(Op(R!b!USOY*gZr*grs'}sw*gwx)rx#O*g#P#Z*g#Z#[#(]#[#]*g#]#^#(]#^#a*g#a#b#(]#b#g*g#g#h#(]#h#i*g#i#j#(]#j#m*g#m#n#(]#n;'S*g;'S;=`+Z<%lO*g#W#*OZ(Op(R!bOY#)wZr#)wrs!Icsw#)wwx#!|x#O#)w#O#P!A{#P#Q#'Z#Q;'S#)w;'S;=`#*q<%lO#)w#W#*tP;=`<%l#)w#W#*zP;=`<%l#'Z(r#+W`$f&j(Op(R!bOY#*}YZ&cZr#*}rs!Jasw#*}wx##zx!^#*}!^!_#)w!_#O#*}#O#P!Cr#P#Q!;Z#Q#o#*}#o#p#)w#p;'S#*};'S;=`#,Y<%lO#*}(r#,]P;=`<%l#*}(r#,cP;=`<%l!;Z(CS#,sb$f&j(Op(R!b'v(;d!USOY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Kpx!P!;Z!P!Q#%Z!Q!^!;Z!^!_#'Z!_!}!;Z!}#O#*}#O#P!Dj#P#o!;Z#o#p#'Z#p;'S!;Z;'S;=`#,`<%lO!;Z(CS#.W_$f&j(Op(R!bS(;dOY#-{YZ&cZr#-{rs#/Vsw#-{wx#2gx!^#-{!^!_#4f!_#O#-{#O#P#0X#P#o#-{#o#p#4f#p;'S#-{;'S;=`#5e<%lO#-{(Bb#/`]$f&j(R!bS(;dOY#/VYZ&cZw#/Vwx#0Xx!^#/V!^!_#1j!_#O#/V#O#P#0X#P#o#/V#o#p#1j#p;'S#/V;'S;=`#2a<%lO#/V(AO#0`X$f&jS(;dOY#0XYZ&cZ!^#0X!^!_#0{!_#o#0X#o#p#0{#p;'S#0X;'S;=`#1d<%lO#0X(;d#1QSS(;dOY#0{Z;'S#0{;'S;=`#1^<%lO#0{(;d#1aP;=`<%l#0{(AO#1gP;=`<%l#0X(<v#1qW(R!bS(;dOY#1jZw#1jwx#0{x#O#1j#O#P#0{#P;'S#1j;'S;=`#2Z<%lO#1j(<v#2^P;=`<%l#1j(Bb#2dP;=`<%l#/V(Ap#2p]$f&j(OpS(;dOY#2gYZ&cZr#2grs#0Xs!^#2g!^!_#3i!_#O#2g#O#P#0X#P#o#2g#o#p#3i#p;'S#2g;'S;=`#4`<%lO#2g(<U#3pW(OpS(;dOY#3iZr#3irs#0{s#O#3i#O#P#0{#P;'S#3i;'S;=`#4Y<%lO#3i(<U#4]P;=`<%l#3i(Ap#4cP;=`<%l#2g(=h#4oY(Op(R!bS(;dOY#4fZr#4frs#1jsw#4fwx#3ix#O#4f#O#P#0{#P;'S#4f;'S;=`#5_<%lO#4f(=h#5bP;=`<%l#4f(CS#5hP;=`<%l#-{%#W#5xb$f&j$O$Id(Op(R!b!USOY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Kpx!P!;Z!P!Q#%Z!Q!^!;Z!^!_#'Z!_!}!;Z!}#O#*}#O#P!Dj#P#o!;Z#o#p#'Z#p;'S!;Z;'S;=`#,`<%lO!;Z+h#7_b$W#t$f&j(Op(R!b!USOY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Kpx!P!;Z!P!Q#%Z!Q!^!;Z!^!_#'Z!_!}!;Z!}#O#*}#O#P!Dj#P#o!;Z#o#p#'Z#p;'S!;Z;'S;=`#,`<%lO!;Z$/l#8rp$f&j(Op(R!bo$'|OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#:v![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#:v#S#U%Z#U#V#>Q#V#X%Z#X#Y!4|#Y#b%Z#b#c#<v#c#d#AY#d#l%Z#l#m#D[#m#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l#;Rk$f&j(Op(R!bo$'|OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#:v![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#:v#S#X%Z#X#Y!4|#Y#b%Z#b#c#<v#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l#=R_$f&j(Op(R!bo$'|OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l#>Zd$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#?i!R!S#?i!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#?i#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l#?tf$f&j(Op(R!bo$'|OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#?i!R!S#?i!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#?i#S#b%Z#b#c#<v#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l#Acc$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#Bn!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#Bn#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l#Bye$f&j(Op(R!bo$'|OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#Bn!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#Bn#S#b%Z#b#c#<v#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l#Deg$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#E|![!^%Z!^!_*g!_!c%Z!c!i#E|!i#O%Z#O#P&c#P#R%Z#R#S#E|#S#T%Z#T#Z#E|#Z#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z$/l#FXi$f&j(Op(R!bo$'|OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#E|![!^%Z!^!_*g!_!c%Z!c!i#E|!i#O%Z#O#P&c#P#R%Z#R#S#E|#S#T%Z#T#Z#E|#Z#b%Z#b#c#<v#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%Gh#HT_!d$b$f&j#|%<f(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z)[#I__`l$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(@^#Jk^g!*v!h'.r(Op(R!b(tSOY*gZr*grs'}sw*gwx)rx!P*g!P!Q#Kg!Q!^*g!^!_#L]!_!`#M}!`#O*g#P;'S*g;'S;=`+Z<%lO*g(n#KpX$h&j(Op(R!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g$Kh#LfZ#n$Id(Op(R!bOY*gZr*grs'}sw*gwx)rx!_*g!_!`#MX!`#O*g#P;'S*g;'S;=`+Z<%lO*g$Kh#MbX$O$Id(Op(R!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g$Kh#NWX#o$Id(Op(R!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g%Gh$ Oa#[%?x$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`!a$!T!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#W$!`_#g$Ih$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%Gh$#nafBf#o$Id$c#|$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`$$s!`!a$%}!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#S$%O_#o$Id$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#S$&Ya#n$Id$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`!a$'_!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#S$'j`#n$Id$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'+h$(wc(h$Ip$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P$*S!P!^%Z!^!_*g!_!a%Z!a!b$+^!b#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'+`$*__}'#p$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#S$+i`$f&j#y$Id(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#&^$,v_!{!Ln$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(@^$.Q_!P(8n$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(n$/UZ$f&jO!^$/w!^!_$0_!_#i$/w#i#j$0d#j#l$/w#l#m$2V#m#o$/w#o#p$0_#p;'S$/w;'S;=`$4b<%lO$/w(n$0OT^#S$f&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c#S$0dO^#S(n$0i[$f&jO!Q&c!Q![$1_![!^&c!_!c&c!c!i$1_!i#T&c#T#Z$1_#Z#o&c#o#p$3u#p;'S&c;'S;=`&w<%lO&c(n$1dZ$f&jO!Q&c!Q![$2V![!^&c!_!c&c!c!i$2V!i#T&c#T#Z$2V#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$2[Z$f&jO!Q&c!Q![$2}![!^&c!_!c&c!c!i$2}!i#T&c#T#Z$2}#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$3SZ$f&jO!Q&c!Q![$/w![!^&c!_!c&c!c!i$/w!i#T&c#T#Z$/w#Z#o&c#p;'S&c;'S;=`&w<%lO&c#S$3xR!Q![$4R!c!i$4R#T#Z$4R#S$4US!Q![$4R!c!i$4R#T#Z$4R#q#r$0_(n$4eP;=`<%l$/w!2r$4s_!V!+S$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#S$5}`#v$Id$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z&,v$7[_$f&j(Op(R!b(X&%WOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(CS$8jk$f&j(Op(R!b'{&;d$[#t([!LYOY%ZYZ&cZr%Zrs&}st%Ztu$8Zuw%Zwx(rx}%Z}!O$:_!O!Q%Z!Q![$8Z![!^%Z!^!_*g!_!c%Z!c!}$8Z!}#O%Z#O#P&c#P#R%Z#R#S$8Z#S#T%Z#T#o$8Z#o#p*g#p$g%Z$g;'S$8Z;'S;=`$<e<%lO$8Z+d$:jk$f&j(Op(R!b$[#tOY%ZYZ&cZr%Zrs&}st%Ztu$:_uw%Zwx(rx}%Z}!O$:_!O!Q%Z!Q![$:_![!^%Z!^!_*g!_!c%Z!c!}$:_!}#O%Z#O#P&c#P#R%Z#R#S$:_#S#T%Z#T#o$:_#o#p*g#p$g%Z$g;'S$:_;'S;=`$<_<%lO$:_+d$<bP;=`<%l$:_(CS$<hP;=`<%l$8Z!5p$<tX![!3l(Op(R!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g&CO$=la(o&;`$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p#q$+^#q;'S%Z;'S;=`+a<%lO%Z%#`$?O_!Z$I`r`$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(r$@Y_!pS$f&j(Op(R!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(CS$Aj|$f&j(Op(R!b't(;d$Y#t'{&;d([!LYOX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$f%Z$f$g+g$g#BYEr#BY#BZ$AX#BZ$ISEr$IS$I_$AX$I_$JTEr$JT$JU$AX$JU$KVEr$KV$KW$AX$KW&FUEr&FU&FV$AX&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$AX?HUOEr(CS$Duk$f&j(Op(R!b'u(;d$Y#t'{&;d([!LYOY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr",tokenizers:[Rw,Ww,Yw,2,3,4,5,6,7,8,9,10,11,12,13,Tw,new uw("$S~RRtu[#O#Pg#S#T#|~_P#o#pb~gOt~~jVO#i!P#i#j!U#j#l!P#l#m!q#m;'S!P;'S;=`#v<%lO!P~!UO!R~~!XS!Q![!e!c!i!e#T#Z!e#o#p#Z~!hR!Q![!q!c!i!q#T#Z!q~!tR!Q![!}!c!i!}#T#Z!}~#QR!Q![!P!c!i!P#T#Z!P~#^R!Q![#g!c!i#g#T#Z#g~#jS!Q![#g!c!i#g#T#Z#g#q#r!P~#yP;=`<%l!P~$RO(Z~~",141,332),new uw("j~RQYZXz{^~^O'x~~aP!P!Qd~iO'y~~",25,315)],topRules:{Script:[0,6],SingleExpression:[1,269],SingleClassItem:[2,270]},dialects:{jsx:0,ts:14614},dynamicPrecedences:{69:1,79:1,81:1,165:1,193:1},specialized:[{term:319,get:t=>Mw[t]||-1},{term:334,get:t=>Dw[t]||-1},{term:70,get:t=>jw[t]||-1}],tokenPrec:14638}),_w=[Wf("function ${name}(${params}) {\n\t${}\n}",{label:"function",detail:"definition",type:"keyword"}),Wf("for (let ${index} = 0; ${index} < ${bound}; ${index}++) {\n\t${}\n}",{label:"for",detail:"loop",type:"keyword"}),Wf("for (let ${name} of ${collection}) {\n\t${}\n}",{label:"for",detail:"of loop",type:"keyword"}),Wf("do {\n\t${}\n} while (${})",{label:"do",detail:"loop",type:"keyword"}),Wf("while (${}) {\n\t${}\n}",{label:"while",detail:"loop",type:"keyword"}),Wf("try {\n\t${}\n} catch (${error}) {\n\t${}\n}",{label:"try",detail:"/ catch block",type:"keyword"}),Wf("if (${}) {\n\t${}\n}",{label:"if",detail:"block",type:"keyword"}),Wf("if (${}) {\n\t${}\n} else {\n\t${}\n}",{label:"if",detail:"/ else block",type:"keyword"}),Wf("class ${name} {\n\tconstructor(${params}) {\n\t\t${}\n\t}\n}",{label:"class",detail:"definition",type:"keyword"}),Wf('import {${names}} from "${module}"\n${}',{label:"import",detail:"named",type:"keyword"}),Wf('import ${name} from "${module}"\n${}',{label:"import",detail:"default",type:"keyword"})],Nw=_w.concat([Wf("interface ${name} {\n\t${}\n}",{label:"interface",detail:"definition",type:"keyword"}),Wf("type ${name} = ${type}",{label:"type",detail:"definition",type:"keyword"}),Wf("enum ${name} {\n\t${}\n}",{label:"enum",detail:"definition",type:"keyword"})]),Vw=new Ga,Bw=new Set(["Script","Block","FunctionExpression","FunctionDeclaration","ArrowFunction","MethodDeclaration","ForStatement"]);function Iw(t){return(e,i)=>{let n=e.node.getChild("VariableDefinition");return n&&i(n,t),!0}}const zw=["FunctionDeclaration"],Lw={FunctionDeclaration:Iw("function"),ClassDeclaration:Iw("class"),ClassExpression:()=>!0,EnumDeclaration:Iw("constant"),TypeAliasDeclaration:Iw("type"),NamespaceDeclaration:Iw("namespace"),VariableDefinition(t,e){t.matchContext(zw)||e(t,"variable")},TypeDefinition(t,e){e(t,"type")},__proto__:null};function Gw(t,e){let i=Vw.get(e);if(i)return i;let n=[],o=!0;function r(e,i){let o=t.sliceString(e.from,e.to);n.push({label:o,type:i})}return e.cursor(Ca.IncludeAnonymous).iterate((e=>{if(o)o=!1;else if(e.name){let t=Lw[e.name];if(t&&t(e,r)||Bw.has(e.name))return!1}else if(e.to-e.from>8192){for(let i of Gw(t,e.node))n.push(i);return!1}})),Vw.set(e,n),n}const Uw=/^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/,Fw=["TemplateString","String","RegExp","LineComment","BlockComment","VariableDefinition","TypeDefinition","Label","PropertyDefinition","PropertyName","PrivatePropertyDefinition","PrivatePropertyName",".","?."];function Hw(t){let e=Tl(t.state).resolveInner(t.pos,-1);if(Fw.indexOf(e.name)>-1)return null;let i="VariableName"==e.name||e.to-e.from<20&&Uw.test(t.state.sliceDoc(e.from,e.to));if(!i&&!t.explicit)return null;let n=[];for(let i=e;i;i=i.parent)Bw.has(i.name)&&(n=n.concat(Gw(t.state.doc,i)));return{options:n,from:i?e.from:t.pos,validFor:Uw}}const Kw=Al.define({name:"javascript",parser:qw.configure({props:[Gl.add({IfStatement:ic({except:/^\s*({|else\b)/}),TryStatement:ic({except:/^\s*({|catch\b|finally\b)/}),LabeledStatement:t=>t.baseIndent,SwitchBody:t=>{let e=t.textAfter,i=/^\s*\}/.test(e),n=/^\s*(case|default)\b/.test(e);return t.baseIndent+(i?0:n?1:2)*t.unit},Block:tc({closing:"}"}),ArrowFunction:t=>t.baseIndent+t.unit,"TemplateString BlockComment":()=>null,"Statement Property":ic({except:/^{/}),JSXElement(t){let e=/^\s*<\//.test(t.textAfter);return t.lineIndent(t.node.from)+(e?0:t.unit)},JSXEscape(t){let e=/\s*\}/.test(t.textAfter);return t.lineIndent(t.node.from)+(e?0:t.unit)},"JSXOpenTag JSXSelfClosingTag":t=>t.column(t.node.from)+t.unit}),oc.add({"Block ClassBody SwitchBody EnumBody ObjectExpression ArrayExpression ObjectType":function(t){let e=t.firstChild,i=t.lastChild;return e&&e.to<i.from?{from:e.to,to:i.type.isError?t.to:i.from}:null},BlockComment:t=>({from:t.from+2,to:t.to-2})})]}),languageData:{closeBrackets:{brackets:["(","[","{","'",'"',"`"]},commentTokens:{line:"//",block:{open:"/*",close:"*/"}},indentOnInput:/^\s*(?:case |default:|\{|\}|<\/)$/,wordChars:"$"}}),Jw={test:t=>/^JSX/.test(t.name),facet:Pl({commentTokens:{block:{open:"{/*",close:"*/}"}}})},tb=Kw.configure({dialect:"ts"},"typescript"),eb=Kw.configure({dialect:"jsx",props:[$l.add((t=>t.isTop?[Jw]:void 0))]}),ib=Kw.configure({dialect:"jsx ts",props:[$l.add((t=>t.isTop?[Jw]:void 0))]},"typescript");let nb=t=>({label:t,type:"keyword"});const ob="break case const continue default delete export extends false finally in instanceof let new return static super switch this throw true typeof var yield".split(" ").map(nb),rb=ob.concat(["declare","implements","private","protected","public"].map(nb));function sb(t,e,i=t.length){for(let n=null==e?void 0:e.firstChild;n;n=n.nextSibling)if("JSXIdentifier"==n.name||"JSXBuiltin"==n.name||"JSXNamespacedName"==n.name||"JSXMemberExpression"==n.name)return t.sliceString(n.from,Math.min(n.to,i));return""}const ab="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),lb=Xr.inputHandler.of(((t,e,i,n,o)=>{if((ab?t.composing:t.compositionStarted)||t.state.readOnly||e!=i||">"!=n&&"/"!=n||!Kw.isActiveAt(t.state,e,-1))return!1;let r=o(),{state:s}=r,a=s.changeByRange((t=>{var e;let i,{head:o}=t,r=Tl(s).resolveInner(o-1,-1);if("JSXStartTag"==r.name&&(r=r.parent),s.doc.sliceString(o-1,o)!=n||"JSXAttributeValue"==r.name&&r.to>o);else{if(">"==n&&"JSXFragmentTag"==r.name)return{range:t,changes:{from:o,insert:"</>"}};if("/"==n&&"JSXStartCloseTag"==r.name){let t=r.parent,n=t.parent;if(n&&t.from==o-2&&((i=sb(s.doc,n.firstChild,o))||"JSXFragmentTag"==(null===(e=n.firstChild)||void 0===e?void 0:e.name))){let t=`${i}>`;return{range:bt.cursor(o+t.length,-1),changes:{from:o,insert:t}}}}else if(">"==n){let e=function(t){for(;;){if("JSXOpenTag"==t.name||"JSXSelfClosingTag"==t.name||"JSXFragmentTag"==t.name)return t;if("JSXEscape"==t.name||!t.parent)return null;t=t.parent}}(r);if(e&&"JSXOpenTag"==e.name&&!/^\/?>|^<\//.test(s.doc.sliceString(o,o+2))&&(i=sb(s.doc,e,o)))return{range:t,changes:{from:o,insert:`</${i}>`}}}}return{range:t}}));return!a.changes.empty&&(t.dispatch([r,s.update(a,{userEvent:"input.complete",scrollIntoView:!0})]),!0)})),cb={HTML:j(),CSS:$(),JavaScript:function(t={}){let e=t.jsx?t.typescript?ib:eb:t.typescript?tb:Kw,i=t.typescript?Nw.concat(rb):_w.concat(ob);return new _l(e,[Kw.data.of({autocomplete:(n=Fw,o=Xu(i),t=>{for(let e=Tl(t.state).resolveInner(t.pos,-1);e;e=e.parent){if(n.indexOf(e.name)>-1)return null;if(e.type.isTop)break}return o(t)})}),Kw.data.of({autocomplete:Hw}),t.jsx?lb:[]]);var n,o}({jsx:!0,typescript:!0}),PHP:Z(),"C++":q(),Java:D(),Python:C(),Markdown:A(),Rust:Y(),Vue:T(),SQL:W(),Angular:X(),JSON:R(),XML:E(),YAML:M()};var hb,db;function ub(){return ub=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},ub.apply(this,arguments)}var fb,pb=function(t){return s.createElement("svg",ub({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",className:"copy_svg__lucide copy_svg__lucide-copy"},t),hb||(hb=s.createElement("rect",{width:14,height:14,x:8,y:8,rx:2,ry:2})),db||(db=s.createElement("path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"})))};function Ob(){return Ob=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},Ob.apply(this,arguments)}var gb,mb,yb,vb,wb,bb=function(t){return s.createElement("svg",Ob({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",className:"code_svg__lucide code_svg__lucide-terminal"},t),fb||(fb=s.createElement("path",{d:"m4 17 6-6-6-6M12 19h8"})))};function xb(){return xb=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},xb.apply(this,arguments)}var Sb=function(t){return s.createElement("svg",xb({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",className:"theme_svg__lucide theme_svg__lucide-palette"},t),gb||(gb=s.createElement("circle",{cx:13.5,cy:6.5,r:.5,fill:"currentColor"})),mb||(mb=s.createElement("circle",{cx:17.5,cy:10.5,r:.5,fill:"currentColor"})),yb||(yb=s.createElement("circle",{cx:8.5,cy:7.5,r:.5,fill:"currentColor"})),vb||(vb=s.createElement("circle",{cx:6.5,cy:12.5,r:.5,fill:"currentColor"})),wb||(wb=s.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z"})))},kb=function(){var t=document.getSelection();if(!t.rangeCount)return function(){};for(var e=document.activeElement,i=[],n=0;n<t.rangeCount;n++)i.push(t.getRangeAt(n));switch(e.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":e.blur();break;default:e=null}return t.removeAllRanges(),function(){"Caret"===t.type&&t.removeAllRanges(),t.rangeCount||i.forEach((function(e){t.addRange(e)})),e&&e.focus()}},Qb={"text/plain":"Text","text/html":"Url",default:"Text"};var Pb=function(t,e){var i,n,o,r,s,a,l=!1;e||(e={}),i=e.debug||!1;try{if(o=kb(),r=document.createRange(),s=document.getSelection(),(a=document.createElement("span")).textContent=t,a.ariaHidden="true",a.style.all="unset",a.style.position="fixed",a.style.top=0,a.style.clip="rect(0, 0, 0, 0)",a.style.whiteSpace="pre",a.style.webkitUserSelect="text",a.style.MozUserSelect="text",a.style.msUserSelect="text",a.style.userSelect="text",a.addEventListener("copy",(function(n){if(n.stopPropagation(),e.format)if(n.preventDefault(),void 0===n.clipboardData){i&&console.warn("unable to use e.clipboardData"),i&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var o=Qb[e.format]||Qb.default;window.clipboardData.setData(o,t)}else n.clipboardData.clearData(),n.clipboardData.setData(e.format,t);e.onCopy&&(n.preventDefault(),e.onCopy(n.clipboardData))})),document.body.appendChild(a),r.selectNodeContents(a),s.addRange(r),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");l=!0}catch(o){i&&console.error("unable to copy using execCommand: ",o),i&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(e.format||"text",t),e.onCopy&&e.onCopy(window.clipboardData),l=!0}catch(o){i&&console.error("unable to copy using clipboardData: ",o),i&&console.error("falling back to prompt"),n=function(t){var e=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return t.replace(/#{\s*key\s*}/g,e)}("message"in e?e.message:"Copy to clipboard: #{key}, Enter"),window.prompt(n,t)}}finally{s&&("function"==typeof s.removeRange?s.removeRange(r):s.removeAllRanges()),a&&document.body.removeChild(a),o()}return l};const $b=t=>t.value[0],Zb=t=>$b(t).children[0].text,{ExtendedBlockActions:Cb,BlockOptionsMenuGroup:Ab,BlockOptionsMenuItem:Tb,BlockOptionsSeparator:Rb}=t,Wb=({block:t,editor:e,element:i})=>{var n,s;const[a,c]=l(!1);return r(Cb,Object.assign({className:"yoopta-code-options"},{children:[o(Rb,{}),r(Ab,{children:[o(Tb,{children:r("button",Object.assign({type:"button",className:"yoo-code-rounded-sm hover:yoo-code-bg-[#37352f14] yoo-code-leading-[120%] yoo-code-px-2 yoo-code-py-1.5 yoo-code-mx-[4px] yoo-code-cursor-pointer yoo-code-w-full yoo-code-flex yoo-code-justify-start",onClick:()=>{const e=Zb(t);Pb(e),c(!0),setTimeout((()=>c(!1)),2e3)}},{children:[o(pb,{className:"yoo-code-w-4 yoo-code-h-4 yoo-code-mr-2"}),a?"Copied":"Copy"]}))}),o(Tb,{children:o(iw,Object.assign({options:Object.keys(_O).map((t=>({value:t,label:t}))),onChange:n=>{e.updateBlock(t.id,{value:[Object.assign(Object.assign({},i),{props:Object.assign(Object.assign({},i.props),{theme:n})})]})},value:(null===(n=i.props)||void 0===n?void 0:n.theme)||"VSCode"},{children:r(_v,Object.assign({className:"yoo-code-rounded-sm hover:yoo-code-bg-[#37352f14] yoo-code-leading-[120%] yoo-code-px-2 yoo-code-py-1.5 yoo-code-mx-[4px] yoo-code-cursor-pointer yoo-code-w-full yoo-code-flex yoo-code-justify-start"},{children:[o(Sb,{className:"yoo-code-w-4 yoo-code-h-4 yoo-code-mr-2"}),"Theme"]}))}))}),o(Tb,{children:o(iw,Object.assign({options:Object.keys(cb).map((t=>({value:t,label:t}))),onChange:n=>{e.updateBlock(t.id,{value:[Object.assign(Object.assign({},i),{props:Object.assign(Object.assign({},i.props),{language:n})})]})},value:(null===(s=i.props)||void 0===s?void 0:s.language)||"JavaScript"},{children:r(_v,Object.assign({className:"yoo-code-rounded-sm hover:yoo-code-bg-[#37352f14] yoo-code-leading-[120%] yoo-code-px-2 yoo-code-py-1.5 yoo-code-mx-[4px] yoo-code-cursor-pointer yoo-code-w-full yoo-code-flex yoo-code-justify-start"},{children:[o(bb,{className:"yoo-code-w-4 yoo-code-h-4 yoo-code-mr-2"}),"Language"]}))}))})]})]}))},Xb={lineNumbers:!1,autocompletion:!1,foldGutter:!1,highlightActiveLineGutter:!1,highlightActiveLine:!1},Yb=new n({type:"Code",customEditor:({blockId:t,attributes:n,children:s})=>{var a,c;const h=e(),d=i(t),[u,f]=l((()=>Zb(d)||"")),p=$b(d),O=(null===(a=p.props)||void 0===a?void 0:a.theme)||"VSCode",g=(null===(c=p.props)||void 0===c?void 0:c.language)||"JavaScript";return r("div",Object.assign({"data-element-type":"Code","data-custom-editor":!0,className:"yoo-code-rounded-md yoo-code-mt-2 yoo-code-p-0 yoopta-code"},n,{children:[o("div",Object.assign({contentEditable:!1},{children:o(Ep,{value:u,height:"auto",extensions:[cb[g]],onChange:e=>{f(e),h.updateBlock(t,{value:[Object.assign(Object.assign({},p),{children:[{text:e}]})]})},width:"100%",theme:_O[O],className:"yoopta-code-cm-editor",basicSetup:Xb})})),o(Wb,{block:d,editor:h,element:p}),s]}))},elements:{code:{render:()=>null,props:{nodeType:"void",language:"JavaScript",theme:"VSCode"}}},options:{display:{title:"Code",description:"Write bugs"},shortcuts:["```"]}});!function(t,e){void 0===e&&(e={});var i=e.insertAt;if(t&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===i&&n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.styleSheet?o.styleSheet.cssText=t:o.appendChild(document.createTextNode(t))}}(".yoo-code-absolute{position:absolute}.yoo-code-relative{position:relative}.yoo-code-left-\\[8px\\]{left:8px}.yoo-code-top-\\[8px\\]{top:8px}.yoo-code-z-20{z-index:20}.yoo-code-z-\\[120\\]{z-index:120}.yoo-code-mx-\\[4px\\]{margin-left:4px;margin-right:4px}.yoo-code-mr-2{margin-right:.5rem}.yoo-code-mt-2{margin-top:.5rem}.yoo-code-flex{display:flex}.yoo-code-h-4{height:1rem}.yoo-code-h-9{height:2.25rem}.yoo-code-h-\\[20px\\]{height:20px}.yoo-code-h-\\[var\\(--radix-select-trigger-height\\)\\]{height:var(--radix-select-trigger-height)}.yoo-code-max-h-96{max-height:24rem}.yoo-code-w-4{width:1rem}.yoo-code-w-auto{width:auto}.yoo-code-w-full{width:100%}.yoo-code-min-w-\\[80px\\]{min-width:80px}.yoo-code-min-w-\\[8rem\\]{min-width:8rem}.yoo-code-min-w-\\[var\\(--radix-select-trigger-width\\)\\]{min-width:var(--radix-select-trigger-width)}.yoo-code-max-w-\\[250px\\]{max-width:250px}.yoo-code-cursor-pointer{cursor:pointer}.yoo-code-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.yoo-code-items-center{align-items:center}.yoo-code-justify-start{justify-content:flex-start}.yoo-code-justify-between{justify-content:space-between}.yoo-code-overflow-hidden{overflow:hidden}.yoo-code-whitespace-nowrap{white-space:nowrap}.yoo-code-rounded-md{border-radius:.375rem}.yoo-code-rounded-sm{border-radius:.125rem}.yoo-code-border{border-width:1px}.yoo-code-bg-\\[\\#fff\\],.yoo-code-bg-\\[\\#ffffff\\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.yoo-code-p-0{padding:0}.yoo-code-p-1{padding:.25rem}.yoo-code-px-2{padding-left:.5rem;padding-right:.5rem}.yoo-code-px-\\[5px\\]{padding-left:5px;padding-right:5px}.yoo-code-py-0{padding-bottom:0;padding-top:0}.yoo-code-py-1{padding-bottom:.25rem;padding-top:.25rem}.yoo-code-py-1\\.5{padding-bottom:.375rem;padding-top:.375rem}.yoo-code-pl-2{padding-left:.5rem}.yoo-code-pr-8{padding-right:2rem}.yoo-code-text-sm{font-size:.875rem;line-height:1.25rem}.yoo-code-capitalize{text-transform:capitalize}.yoo-code-leading-\\[120\\%\\]{line-height:120%}.yoo-code-opacity-50{opacity:.5}.yoo-code-shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.yoo-code-shadow-md,.yoo-code-shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.yoo-code-shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.yoo-code-outline-none{outline:2px solid transparent;outline-offset:2px}.yoopta-code-cm-editor .cm-content{font-size:14px;line-height:24px;padding:28px 16px}.yoopta-code-cm-editor .cm-editor{border:1px solid #e2e8f0;border-radius:5px;outline:none!important}.yoopta-code-options,.yoopta-code-select{opacity:0;transition:opacity .15s ease-in-out}.yoopta-code:hover .yoopta-code-options,.yoopta-code:hover .yoopta-code-select{opacity:1}.yoopta-code-cm-editor .cm-focus{outline:1px solid #90cdf4!important}.hover\\:yoo-code-bg-\\[\\#37352f14\\]:hover{background-color:#37352f14}.focus\\:yoo-code-bg-\\[\\#eeeeee\\]:focus{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity))}.focus\\:yoo-code-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:yoo-code-ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.disabled\\:yoo-code-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:yoo-code-opacity-50:disabled{opacity:.5}.data-\\[disabled\\]\\:yoo-code-pointer-events-none[data-disabled]{pointer-events:none}.data-\\[side\\=bottom\\]\\:yoo-code-translate-y-1[data-side=bottom]{--tw-translate-y:0.25rem}.data-\\[side\\=bottom\\]\\:yoo-code-translate-y-1[data-side=bottom],.data-\\[side\\=left\\]\\:-yoo-code-translate-x-1[data-side=left]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\\[side\\=left\\]\\:-yoo-code-translate-x-1[data-side=left]{--tw-translate-x:-0.25rem}.data-\\[side\\=right\\]\\:yoo-code-translate-x-1[data-side=right]{--tw-translate-x:0.25rem}.data-\\[side\\=right\\]\\:yoo-code-translate-x-1[data-side=right],.data-\\[side\\=top\\]\\:-yoo-code-translate-y-1[data-side=top]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\\[side\\=top\\]\\:-yoo-code-translate-y-1[data-side=top]{--tw-translate-y:-0.25rem}.data-\\[disabled\\]\\:yoo-code-opacity-50[data-disabled]{opacity:.5}.\\[\\&\\>span\\]\\:yoo-code-line-clamp-1>span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}");export{Yb as default};