Plugin Directory

Changeset 3353644


Ignore:
Timestamp:
09/01/2025 06:18:14 AM (5 months ago)
Author:
binsaifullah
Message:

clean up codes

Location:
blocks-custom-css
Files:
13 added
5 edited

Legend:

Unmodified
Added
Removed
  • blocks-custom-css/trunk/blocks-custom-css.php

    r3287042 r3353644  
    44 * Description:       Add custom CSS for Each Gutenberg Blocks in WordPress.
    55 * Requires at least: 6.5
    6  * Requires PHP:      7.4
    7  * Version:           1.0.2
     6 * Requires PHP:      7.0
     7 * Version:           1.0.3
    88 * Author:            Zakaria Binsaifullah
    99 * License:           GPL-2.0-or-later
     
    5959    public function define_constants()
    6060    {
    61         define('BLCC_VERSION', '1.0.2');
     61        define('BLCC_VERSION', '1.0.3');
    6262        define('BLCC_PATH', plugin_dir_path(__FILE__));
    6363        define('BLCC_URL', plugin_dir_url(__FILE__));
  • blocks-custom-css/trunk/build/index.asset.php

    r3159444 r3353644  
    1 <?php return array('dependencies' => array('react', 'react-jsx-runtime', 'wp-compose', 'wp-hooks', 'wp-i18n'), 'version' => '5433cf98790aed96a102');
     1<?php return array('dependencies' => array('react', 'react-jsx-runtime', 'wp-compose', 'wp-hooks', 'wp-i18n'), 'version' => 'd9c73350c09da403fab7');
  • blocks-custom-css/trunk/build/index.js

    r3159444 r3353644  
    1 (()=>{"use strict";const t=window.wp.hooks;(0,t.addFilter)("blocks.registerBlockType","bcc/bccAddCustomCSSAttribute",(function(t){return{...t,attributes:{...t.attributes,bccDynamicClass:{type:"string"},bccCustomCSS:{type:"string"}}}}));const e=1024;let i=0;class n{constructor(t,e){this.from=t,this.to=e}}class s{constructor(t={}){this.id=i++,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=l.match(t)),e=>{let i=t(e);return void 0===i?null:[this,i]}}}s.closedBy=new s({deserialize:t=>t.split(" ")}),s.openedBy=new s({deserialize:t=>t.split(" ")}),s.group=new s({deserialize:t=>t.split(" ")}),s.isolate=new s({deserialize:t=>{if(t&&"rtl"!=t&&"ltr"!=t&&"auto"!=t)throw new RangeError("Invalid value for isolate: "+t);return t||"auto"}}),s.contextHash=new s({perNode:!0}),s.lookAhead=new s({perNode:!0}),s.mounted=new s({perNode:!0});class o{constructor(t,e,i){this.tree=t,this.overlay=e,this.parser=i}static get(t){return t&&t.props&&t.props[s.mounted.id]}}const r=Object.create(null);class l{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):r,i=(t.top?1:0)|(t.skipped?2:0)|(t.error?4:0)|(null==t.name?8:0),n=new l(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(s.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(s.group),n=-1;n<(i?i.length:0);n++){let s=e[n<0?t.name:i[n]];if(s)return s}}}}l.none=new l("",Object.create(null),0,8);class a{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 l(i.name,n,i.id,i.flags):i)}return new a(e)}}const h=new WeakMap,c=new WeakMap;var u;!function(t){t[t.ExcludeBuffers=1]="ExcludeBuffers",t[t.IncludeAnonymous=2]="IncludeAnonymous",t[t.IgnoreMounts=4]="IgnoreMounts",t[t.IgnoreOverlays=8]="IgnoreOverlays"}(u||(u={}));class d{constructor(t,e,i,n,s){if(this.type=t,this.children=e,this.positions=i,this.length=n,this.props=null,s&&s.length){this.props=Object.create(null);for(let[t,e]of s)this.props["number"==typeof t?t:t.id]=e}}toString(){let t=o.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 C(this.topNode,t)}cursorAt(t,e=0,i=0){let n=h.get(this)||this.topNode,s=new C(n);return s.moveTo(t,e),h.set(this,s._tree),s}get topNode(){return new b(this,0,0,null)}resolve(t,e=0){let i=g(h.get(this)||this.topNode,t,e,!1);return h.set(this,i),i}resolveInner(t,e=0){let i=g(c.get(this)||this.topNode,t,e,!0);return c.set(this,i),i}resolveStack(t,e=0){return function(t,e,i){let n=t.resolveInner(e,i),s=null;for(let t=n instanceof b?n:n.context.parent;t;t=t.parent)if(t.index<0){let o=t.parent;(s||(s=[n])).push(o.resolve(e,i)),t=o}else{let r=o.get(t.tree);if(r&&r.overlay&&r.overlay[0].from<=e&&r.overlay[r.overlay.length-1].to>=e){let o=new b(r.tree,r.overlay[0].from+t.from,-1,t);(s||(s=[n])).push(g(o,e,i,!1))}}return s?O(s):n}(this,t,e)}iterate(t){let{enter:e,leave:i,from:n=0,to:s=this.length}=t,o=t.mode||0,r=(o&u.IncludeAnonymous)>0;for(let t=this.cursor(o|u.IncludeAnonymous);;){let o=!1;if(t.from<=s&&t.to>=n&&(!r&&t.type.isAnonymous||!1!==e(t))){if(t.firstChild())continue;o=!0}for(;o&&i&&(r||!t.type.isAnonymous)&&i(t),!t.nextSibling();){if(!t.parent())return;o=!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:D(l.none,this.children,this.positions,0,this.children.length,0,this.length,((t,e,i)=>new d(this.type,t,e,i,this.propValues)),t.makeTree||((t,e,i)=>new d(l.none,t,e,i)))}static build(t){return function(t){var i;let{buffer:n,nodeSet:o,maxBufferLength:r=e,reused:l=[],minRepeatType:a=o.types.length}=t,h=Array.isArray(n)?new f(n,n.length):n,c=o.types,u=0,m=0;function g(t,e,i,n,f,x){let{id:k,start:O,end:S,size:C}=h,A=m;for(;C<0;){if(h.next(),-1==C){let e=l[k];return i.push(e),void n.push(O-t)}if(-3==C)return void(u=k);if(-4==C)return void(m=k);throw new RangeError(`Unrecognized record size: ${C}`)}let M,T,P=c[k],R=O-t;if(S-O<=r&&(T=function(t,e){let i=h.fork(),n=0,s=0,o=0,l=i.end-r,c={size:0,start:0,skip:0};t:for(let r=i.pos-t;i.pos>r;){let t=i.size;if(i.id==e&&t>=0){c.size=n,c.start=s,c.skip=o,o+=4,n+=4,i.next();continue}let h=i.pos-t;if(t<0||h<r||i.start<l)break;let u=i.id>=a?4:0,d=i.start;for(i.next();i.pos>h;){if(i.size<0){if(-3!=i.size)break t;u+=4}else i.id>=a&&(u+=4);i.next()}s=d,n+=t,o+=u}return(e<0||n==t)&&(c.size=n,c.start=s,c.skip=o),c.size>4?c:void 0}(h.pos-e,f))){let e=new Uint16Array(T.size-T.skip),i=h.pos-T.size,n=e.length;for(;h.pos>i;)n=y(T.start,e,n);M=new p(e,S-T.start,o),R=T.start-t}else{let t=h.pos-C;h.next();let e=[],i=[],n=k>=a?k:-1,o=0,l=S;for(;h.pos>t;)n>=0&&h.id==n&&h.size>=0?(h.end<=l-r&&(b(e,i,O,o,h.end,l,n,A),o=e.length,l=h.end),h.next()):x>2500?v(O,t,e,i):g(O,t,e,i,n,x+1);if(n>=0&&o>0&&o<e.length&&b(e,i,O,o,O,l,n,A),e.reverse(),i.reverse(),n>-1&&o>0){let t=function(t){return(e,i,n)=>{let o,r,l=0,a=e.length-1;if(a>=0&&(o=e[a])instanceof d){if(!a&&o.type==t&&o.length==n)return o;(r=o.prop(s.lookAhead))&&(l=i[a]+o.length+r)}return w(t,e,i,n,l)}}(P);M=D(P,e,i,0,e.length,0,S-O,t,t)}else M=w(P,e,i,S-O,A-S)}i.push(M),n.push(R)}function v(t,e,i,n){let s=[],l=0,a=-1;for(;h.pos>e;){let{id:t,start:e,end:i,size:n}=h;if(n>4)h.next();else{if(a>-1&&e<a)break;a<0&&(a=i-r),s.push(t,e,i),l++,h.next()}}if(l){let e=new Uint16Array(4*l),r=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]-r,e[i++]=s[t+2]-r,e[i++]=i;i.push(new p(e,s[2]-r,o)),n.push(r-t)}}function b(t,e,i,n,s,r,l,a){let h=[],c=[];for(;t.length>n;)h.push(t.pop()),c.push(e.pop()+i-s);t.push(w(o.types[l],h,c,r-s,a-r)),e.push(s-i)}function w(t,e,i,n,o=0,r){if(u){let t=[s.contextHash,u];r=r?[t].concat(r):[t]}if(o>25){let t=[s.lookAhead,o];r=r?[t].concat(r):[t]}return new d(t,e,i,n,r)}function y(t,e,i){let{id:n,start:s,end:o,size:r}=h;if(h.next(),r>=0&&n<a){let l=i;if(r>4){let n=h.pos-(r-4);for(;h.pos>n;)i=y(t,e,i)}e[--i]=l,e[--i]=o-t,e[--i]=s-t,e[--i]=n}else-3==r?u=n:-4==r&&(m=n);return i}let x=[],k=[];for(;h.pos>0;)g(t.start||0,t.bufferStart||0,x,k,-1,0);let O=null!==(i=t.length)&&void 0!==i?i:x.length?k[0]+x[0].length:0;return new d(c[t.topID],x.reverse(),k.reverse(),O)}(t)}}d.empty=new d(l.none,[],[],0);class f{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 f(this.buffer,this.index)}}class p{constructor(t,e,i){this.buffer=t,this.length=e,this.set=i}get type(){return l.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],s=n.name;if(/\W/.test(s)&&!n.isError&&(s=JSON.stringify(s)),i==(t+=4))return s;let o=[];for(;t<i;)o.push(this.childString(t)),t=this.buffer[t+3];return s+"("+o.join(",")+")"}findChild(t,e,i,n,s){let{buffer:o}=this,r=-1;for(let l=t;l!=e&&!(m(s,n,o[l+1],o[l+2])&&(r=l,i>0));l=o[l+3]);return r}slice(t,e,i){let n=this.buffer,s=new Uint16Array(e-t),o=0;for(let r=t,l=0;r<e;){s[l++]=n[r++],s[l++]=n[r++]-i;let e=s[l++]=n[r++]-i;s[l++]=n[r++]-t,o=Math.max(o,e)}return new p(s,o,this.set)}}function m(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 g(t,e,i,n){for(var s;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 b&&t.index<0?null:t.parent;if(!e)return t;t=e}let o=n?0:u.IgnoreOverlays;if(n)for(let n=t,r=n.parent;r;n=r,r=n.parent)n instanceof b&&n.index<0&&(null===(s=r.enter(e,i,o))||void 0===s?void 0:s.from)!=n.from&&(t=r);for(;;){let n=t.enter(e,i,o);if(!n)return t;t=n}}class v{cursor(t=0){return new C(this,t)}getChild(t,e=null,i=null){let n=w(this,t,e,i);return n.length?n[0]:null}getChildren(t,e=null,i=null){return w(this,t,e,i)}resolve(t,e=0){return g(this,t,e,!1)}resolveInner(t,e=0){return g(this,t,e,!0)}matchContext(t){return y(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 b extends v{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,s=0){for(let r=this;;){for(let{children:l,positions:a}=r._tree,h=e>0?l.length:-1;t!=h;t+=e){let h=l[t],c=a[t]+r.from;if(m(n,i,c,c+h.length))if(h instanceof p){if(s&u.ExcludeBuffers)continue;let o=h.findChild(0,h.buffer.length,e,i-c,n);if(o>-1)return new k(new x(r,h,t,c),null,o)}else if(s&u.IncludeAnonymous||!h.type.isAnonymous||A(h)){let l;if(!(s&u.IgnoreMounts)&&(l=o.get(h))&&!l.overlay)return new b(l.tree,c,t,r);let a=new b(h,c,t,r);return s&u.IncludeAnonymous||!a.type.isAnonymous?a:a.nextChild(e<0?h.children.length-1:0,e,i,n)}}if(s&u.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&u.IgnoreOverlays)&&(n=o.get(this._tree))&&n.overlay){let i=t-this.from;for(let{from:t,to:s}of n.overlay)if((e>0?t<=i:t<i)&&(e<0?s>=i:s>i))return new b(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 w(t,e,i,n){let s=t.cursor(),o=[];if(!s.firstChild())return o;if(null!=i)for(let t=!1;!t;)if(t=s.type.is(i),!s.nextSibling())return o;for(;;){if(null!=n&&s.type.is(n))return o;if(s.type.is(e)&&o.push(s.node),!s.nextSibling())return null==n?o:[]}}function y(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 x{constructor(t,e,i,n){this.parent=t,this.buffer=e,this.index=i,this.start=n}}class k extends v{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,s=n.findChild(this.index+4,n.buffer[this.index+3],t,e-this.context.start,i);return s<0?null:new k(this.context,this,s)}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&u.ExcludeBuffers)return null;let{buffer:n}=this.context,s=n.findChild(this.index+4,n.buffer[this.index+3],e>0?1:-1,t-this.context.start,e);return s<0?null:new k(this.context,this,s)}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 k(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 k(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,s=i.buffer[this.index+3];if(s>n){let o=i.buffer[this.index+1];t.push(i.slice(n,s,o)),e.push(0)}return new d(this.type,t,e,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function O(t){if(!t.length)return null;let e=0,i=t[0];for(let n=1;n<t.length;n++){let s=t[n];(s.from>i.from||s.to<i.to)&&(i=s,e=n)}let n=i instanceof b&&i.index<0?null:i.parent,s=t.slice();return n?s[e]=n:s.splice(e,1),new S(s,i)}class S{constructor(t,e){this.heads=t,this.node=e}get next(){return O(this.heads)}}class C{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 b)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 b?(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,s=n.findChild(this.index+4,n.buffer[this.index+3],t,e-this.buffer.start,i);return!(s<0)&&(this.stack.push(this.index),this.yieldBuf(s))}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&u.ExcludeBuffers)&&this.enterChild(1,t,e):this.yield(this._tree.enter(t,e,i))}parent(){if(!this.buffer)return this.yieldNode(this.mode&u.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let t=this.mode&u.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,s=t<0?-1:i._tree.children.length;n!=s;n+=t){let t=i._tree.children[n];if(this.mode&u.IncludeAnonymous||t instanceof p||!t.type.isAnonymous||A(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,s=this.stack.length;s>=0;){for(let o=t;o;o=o._parent)if(o.index==n){if(n==this.index)return o;e=o,i=s+1;break t}n=this.stack[--s]}for(let t=i;t<this.stack.length;t++)e=new k(this.buffer,e,this.stack[t]);return this.bufferNode=new k(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 y(this.node,t);let{buffer:e}=this.buffer,{types:i}=e.set;for(let n=t.length-1,s=this.stack.length-1;n>=0;s--){if(s<0)return y(this.node,t,n);let o=i[e.buffer[this.stack[s]]];if(!o.isAnonymous){if(t[n]&&t[n]!=o.name)return!1;n--}}return!0}}function A(t){return t.children.some((t=>t instanceof p||!t.type.isAnonymous||A(t)))}const M=new WeakMap;function T(t,e){if(!t.isAnonymous||e instanceof p||e.type!=t)return 1;let i=M.get(e);if(null==i){i=1;for(let n of e.children){if(n.type!=t||!(n instanceof d)){i=1;break}i+=T(t,n)}M.set(e,i)}return i}function D(t,e,i,n,s,o,r,l,a){let h=0;for(let i=n;i<s;i++)h+=T(t,e[i]);let c=Math.ceil(1.5*h/8),u=[],d=[];return function e(i,n,s,r,l){for(let h=s;h<r;){let s=h,f=n[h],p=T(t,i[h]);for(h++;h<r;h++){let e=T(t,i[h]);if(p+e>=c)break;p+=e}if(h==s+1){if(p>c){let t=i[s];e(t.children,t.positions,0,t.children.length,n[s]+l);continue}u.push(i[s])}else{let e=n[h-1]+i[h-1].length-f;u.push(D(t,i,n,s,h,f,e,null,a))}d.push(f+l-o)}}(e,i,n,s,0),(l||a)(u,d,r)}class P{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 k?this.setBuffer(t.context.buffer,t.index,e):t instanceof b&&this.map.set(t.tree,e)}get(t){return t instanceof k?this.getBuffer(t.context.buffer,t.index):t instanceof b?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 R{constructor(t,e,i,n,s=!1,o=!1){this.from=t,this.to=e,this.tree=i,this.offset=n,this.open=(s?1:0)|(o?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 R(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=[],s=1,o=t.length?t[0]:null;for(let r=0,l=0,a=0;;r++){let h=r<e.length?e[r]:null,c=h?h.fromA:1e9;if(c-l>=i)for(;o&&o.from<c;){let e=o;if(l>=e.from||c<=e.to||a){let t=Math.max(e.from,l)-a,i=Math.min(e.to,c)-a;e=t>=i?null:new R(t,i,e.tree,e.offset+a,r>0,!!h)}if(e&&n.push(e),o.to>c)break;o=s<t.length?t[s++]:null}if(!h)break;l=h.toA,a=h.toA-h.toB}return n}}class E{startParse(t,e,i){return"string"==typeof t&&(t=new B(t)),i=i?i.length?i.map((t=>new n(t.from,t.to))):[new n(0,0)]:[new n(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 B{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 s({perNode:!0});class N{constructor(t,e,i,n,s,o,r,l,a,h=0,c){this.p=t,this.stack=e,this.state=i,this.reducePos=n,this.pos=s,this.score=o,this.buffer=r,this.bufferBase=l,this.curContext=a,this.lookAhead=h,this.parent=c}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 N(t,[],e,i,i,0,[],0,n?new L(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:s}=this.p,o=this.reducePos<this.pos-25;o&&this.setLookAhead(this.pos);let r=s.dynamicPrecedence(n);if(r&&(this.score+=r),0==i)return this.pushState(s.getGoto(this.state,n,!0),this.reducePos),n<s.minRepeatTerm&&this.storeNode(n,this.reducePos,this.reducePos,o?8:4,!0),void this.reduceContext(n,this.reducePos);let l=this.stack.length-3*(i-1)-(262144&t?6:0),a=l?this.stack[l-2]:this.p.ranges[0].from,h=this.reducePos-a;h>=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=h):this.p.lastBigReductionSize<h&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=a,this.p.lastBigReductionSize=h));let c=l?this.stack[l-1]:0,u=this.bufferBase+this.buffer.length-c;if(n<s.minRepeatTerm||131072&t){let t=s.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(n,a,t,u+4,!0)}if(262144&t)this.state=this.stack[l];else{let t=this.stack[l-3];this.state=s.getGoto(t,n,!0)}for(;this.stack.length>l;)this.stack.pop();this.reduceContext(n,a)}storeNode(t,e,i,n=4,s=!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(s&&this.pos!=i){let s=this.buffer.length;if(s>0&&0!=this.buffer[s-4]){let t=!1;for(let e=s;e>0&&this.buffer[e-2]>i;e-=4)if(this.buffer[e-1]>=0){t=!0;break}if(t)for(;s>0&&this.buffer[s-2]>i;)this.buffer[s]=this.buffer[s-4],this.buffer[s+1]=this.buffer[s-3],this.buffer[s+2]=this.buffer[s-2],this.buffer[s+3]=this.buffer[s-1],s-=4,n>4&&(n-=4)}this.buffer[s]=t,this.buffer[s+1]=e,this.buffer[s+2]=i,this.buffer[s+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 s=t,{parser:o}=this.p;(n>this.pos||e<=o.maxNode)&&(this.pos=n,o.stateFlag(s,1)||(this.reducePos=n)),this.pushState(s,i),this.shiftContext(e,i),e<=o.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 N(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 I(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,s=0;s<e.length;s+=2)(n=e[s+1])!=this.state&&this.p.parser.hasAction(n,t)&&i.push(e[s],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 s=this.split();s.pushState(n,this.pos),s.storeNode(0,s.pos,s.pos,4,!0),s.shiftContext(e[t],this.pos),s.reducePos=this.pos,s.score-=200,i.push(s)}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,s=this.stack.length-3*i;if(s<0||t.getGoto(this.stack[s],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,s)=>{if(!e.includes(n))return e.push(n),t.allActions(n,(e=>{if(393216&e);else if(65536&e){let i=(e>>19)-s;if(i>1){let n=65535&e,s=this.stack.length-3*i;if(s>=0&&t.getGoto(this.stack[s],n,!1)>=0)return i<<19|65536|n}}else{let t=i(e,s+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 L(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 L{constructor(t,e){this.tracker=t,this.context=e,this.hash=t.strict?t.hash(e):0}}class I{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 Q{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 Q(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 Q(this.stack,this.pos,this.index)}}function z(t,e=Uint16Array){if("string"!=typeof t)return t;let i=null;for(let n=0,s=0;n<t.length;){let o=0;for(;;){let e=t.charCodeAt(n++),i=!1;if(126==e){o=65535;break}e>=92&&e--,e>=34&&e--;let s=e-32;if(s>=46&&(s-=46,i=!0),o+=s,i)break;o*=46}i?i[s++]=o:i=new e(o)}return i}class ${constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const W=new $;class V{constructor(t,e){this.input=t,this.ranges=e,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=W,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,s=this.pos+t;for(;s<i.from;){if(!n)return null;let t=this.ranges[--n];s-=i.from-t.to,i=t}for(;e<0?s>i.to:s>=i.to;){if(n==this.ranges.length-1)return null;let t=this.ranges[++n];s+=t.from-i.to,i=t}return s}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=W,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 F{constructor(t,e){this.data=t,this.id=e}token(t,e){let{parser:i}=e.p;X(this.data,t,e,this.id,i.data,i.tokenPrecTable)}}F.prototype.contextual=F.prototype.fallback=F.prototype.extend=!1;class H{constructor(t,e,i){this.precTable=e,this.elseToken=i,this.data="string"==typeof t?z(t):t}token(t,e){let i=t.pos,n=0;for(;;){let i=t.next<0,s=t.resolveOffset(1,1);if(X(this.data,t,e,0,this.data,this.precTable),t.token.value>-1)break;if(null==this.elseToken)return;if(i||n++,null==s)break;t.reset(s,t.token)}n&&(t.reset(i,t.token),t.acceptToken(this.elseToken,n))}}H.prototype.contextual=F.prototype.fallback=F.prototype.extend=!1;class q{constructor(t,e={}){this.token=t,this.contextual=!!e.contextual,this.fallback=!!e.fallback,this.extend=!!e.extend}}function X(t,e,i,n,s,o){let r=0,l=1<<n,{dialect:a}=i.p.parser;t:for(;l&t[r];){let i=t[r+1];for(let n=r+3;n<i;n+=2)if((t[n+1]&l)>0){let i=t[n];if(a.allows(i)&&(-1==e.token.value||e.token.value==i||j(i,e.token.value,s,o))){e.acceptToken(i);break}}let n=e.next,h=0,c=t[r+2];if(!(e.next<0&&c>h&&65535==t[i+3*c-3])){for(;h<c;){let s=h+c>>1,o=i+s+(s<<1),l=t[o],a=t[o+1]||65536;if(n<l)c=s;else{if(!(n>=a)){r=t[o+2],e.advance();continue t}h=s+1}}break}r=t[i+3*c-1]}}function _(t,e,i){for(let n,s=e;65535!=(n=t[s]);s++)if(n==i)return s-e;return-1}function j(t,e,i,n){let s=_(i,n,e);return s<0||_(i,n,t)<s}const U="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG);let K=null;function Y(t,e,i){let n=t.cursor(u.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 G{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?Y(t.tree,t.from+t.offset,1)-t.offset:t.from,this.safeTo=t.openEnd?Y(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 d){if(r==t){if(r<this.safeFrom)return null;let t=r+o.length;if(t<=this.safeTo){let e=o.prop(s.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 Z{constructor(t,e){this.stream=e,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=t.tokenizers.map((t=>new $))}getActions(t){let e=0,i=null,{parser:n}=t.p,{tokenizers:s}=n,o=n.stateSlot(t.state,3),r=t.curContext?t.curContext.hash:0,l=0;for(let n=0;n<s.length;n++){if(!(1<<n&o))continue;let a=s[n],h=this.tokens[n];if((!i||a.fallback)&&((a.contextual||h.start!=t.pos||h.mask!=o||h.context!=r)&&(this.updateCachedToken(h,a,t),h.mask=o,h.context=r),h.lookAhead>h.end+25&&(l=Math.max(h.lookAhead,l)),0!=h.value)){let n=e;if(h.extended>-1&&(e=this.addActions(t,h.extended,h.end,e)),e=this.addActions(t,h.value,h.end,e),!a.extend&&(i=h,e>n))break}}for(;this.actions.length>e;)this.actions.pop();return l&&t.setLookAhead(l),i||t.pos!=this.stream.end||(i=new $,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 $,{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 s=e.specializers[n](this.stream.read(t.start,t.end),i);if(s>=0&&i.p.parser.dialect.allows(s>>1)){1&s?t.extended=s>>1:t.value=s>>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:s}=t,{parser:o}=t.p,{data:r}=o;for(let t=0;t<2;t++)for(let l=o.stateSlot(s,t?2:1);;l+=3){if(65535==r[l]){if(1!=r[l+1]){0==n&&2==r[l+1]&&(n=this.putAction(nt(r,l+2),e,i,n));break}l=nt(r,l+2)}r[l]==e&&(n=this.putAction(nt(r,l+1),e,i,n))}return n}}class J{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 V(e,n),this.tokens=new Z(t,this.stream),this.topTerm=t.top[1];let{from:s}=n[0];this.stacks=[N.start(this,t.top[0],s)],this.fragments=i.length&&this.stream.end-s>4*t.bufferLength?new G(i,t.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let t,e,i=this.stacks,n=this.minStackPos,s=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 o=0;o<i.length;o++){let r=i[o];for(;;){if(this.tokens.mainToken=null,r.pos>n)s.push(r);else{if(this.advanceStack(r,s,i))continue;{t||(t=[],e=[]),t.push(r);let i=this.tokens.getMainToken(r);e.push(i.value,i.end)}}break}}if(!s.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 U&&console.log("Finish with "+this.stackID(e)),this.stackToTree(e);if(this.parser.strict)throw U&&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,s);if(i)return U&&console.log("Force-finish "+this.stackID(i)),this.stackToTree(i.forceAll())}if(this.recovering){let t=1==this.recovering?1:3*this.recovering;if(s.length>t)for(s.sort(((t,e)=>e.score-t.score));s.length>t;)s.pop();s.some((t=>t.reducePos>n))&&this.recovering--}else if(s.length>1){t:for(let t=0;t<s.length-1;t++){let e=s[t];for(let i=t+1;i<s.length;i++){let n=s[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)){s.splice(t--,1);continue t}s.splice(i--,1)}}}s.length>12&&s.splice(12,s.length-12)}this.minStackPos=s[0].pos;for(let t=1;t<s.length;t++)s[t].pos<this.minStackPos&&(this.minStackPos=s[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=U?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 l=this.fragments.nodeAt(n);l;){let n=this.parser.nodeSet.types[l.type.id]==l.type?o.getGoto(t.state,l.type.id):-1;if(n>-1&&l.length&&(!e||(l.prop(s.contextHash)||0)==i))return t.useNode(l,n),U&&console.log(r+this.stackID(t)+` (via reuse of ${o.getName(l.type.id)})`),!0;if(!(l instanceof d)||0==l.children.length||l.positions[0]>0)break;let a=l.children[0];if(!(a instanceof d&&0==l.positions[0]))break;l=a}}let l=o.stateSlot(t.state,4);if(l>0)return t.reduce(l),U&&console.log(r+this.stackID(t)+` (via always-reduce ${o.getName(65535&l)})`),!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++],h=a[s++],c=a[s++],u=s==a.length||!i,d=u?t:t.split(),f=this.tokens.mainToken;if(d.apply(l,h,f?f.start:d.pos,c),U&&console.log(r+this.stackID(d)+` (via ${65536&l?`reduce of ${o.getName(65535&l)}`:"shift"} for ${o.getName(h)} @ ${n}${d==t?"":", split"})`),u)return!0;d.pos>n?e.push(d):i.push(d)}return!1}advanceFully(t,e){let i=t.pos;for(;;){if(!this.advanceStack(t,null,null))return!1;if(t.pos>i)return tt(t,e),!0}}runRecovery(t,e,i){let n=null,s=!1;for(let o=0;o<t.length;o++){let r=t[o],l=e[o<<1],a=e[1+(o<<1)],h=U?this.stackID(r)+" -> ":"";if(r.deadEnd){if(s)continue;if(s=!0,r.restart(),U&&console.log(h+this.stackID(r)+" (restarted)"),this.advanceFully(r,i))continue}let c=r.split(),u=h;for(let t=0;c.forceReduce()&&t<10&&(U&&console.log(u+this.stackID(c)+" (via force-reduce)"),!this.advanceFully(c,i));t++)U&&(u=this.stackID(c)+" -> ");for(let t of r.recoverByInsert(l))U&&console.log(h+this.stackID(t)+" (via recover-insert)"),this.advanceFully(t,i);this.stream.end>r.pos?(a==r.pos&&(a++,l=0),r.recoverByDelete(l,a),U&&console.log(h+this.stackID(r)+` (via recover-delete ${this.parser.getName(l)})`),tt(r,i)):(!n||n.score<r.score)&&(n=r)}return n}stackToTree(t){return t.close(),d.build({buffer:Q.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=(K||(K=new WeakMap)).get(t);return e||K.set(t,e=String.fromCodePoint(this.nextStackID++)),e+t}}function tt(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 et{constructor(t,e,i){this.source=t,this.flags=e,this.disabled=i}allows(t){return!this.disabled||0==this.disabled[t]}}class it extends E{constructor(t){if(super(),this.wrappers=[],14!=t.version)throw new RangeError(`Parser version (${t.version}) doesn't match runtime version (14)`);let i=t.nodeNames.split(" ");this.minRepeatTerm=i.length;for(let e=0;e<t.repeatNodeCount;e++)i.push("");let n=Object.keys(t.topRules).map((e=>t.topRules[e][1])),o=[];for(let t=0;t<i.length;t++)o.push([]);function r(t,e,i){o[t].push([e,e.deserialize(String(i))])}if(t.nodeProps)for(let e of t.nodeProps){let t=e[0];"string"==typeof t&&(t=s[t]);for(let i=1;i<e.length;){let n=e[i++];if(n>=0)r(n,t,e[i++]);else{let s=e[i+-n];for(let o=-n;o>0;o--)r(e[i++],t,s);i++}}}this.nodeSet=new a(i.map(((e,i)=>l.define({name:i>=this.minRepeatTerm?void 0:e,id:i,props:o[i],top:n.indexOf(i)>-1,error:0==i,skipped:t.skippedNodes&&t.skippedNodes.indexOf(i)>-1})))),t.propSources&&(this.nodeSet=this.nodeSet.extend(...t.propSources)),this.strict=!1,this.bufferLength=e;let h=z(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(st),this.states=z(t.states,Uint32Array),this.data=z(t.stateData),this.goto=z(t.goto),this.maxTerm=t.maxTerm,this.tokenizers=t.tokenizers.map((t=>"number"==typeof t?new F(h,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 J(this,t,e,i);for(let s of this.wrappers)n=s(n,t,e,i);return n}getGoto(t,e,i=!1){let n=this.goto;if(e>=n[0])return-1;for(let s=n[e+1];;){let e=n[s++],o=1&e,r=n[s++];if(o&&i)return r;for(let i=s+(e>>1);s<i;s++)if(n[s]==t)return r;if(o)return-1}}hasAction(t,e){let i=this.data;for(let n=0;n<2;n++)for(let s,o=this.stateSlot(t,n?2:1);;o+=3){if(65535==(s=i[o])){if(1!=i[o+1]){if(2==i[o+1])return nt(i,o+2);break}s=i[o=nt(i,o+2)]}if(s==e||0==s)return nt(i,o+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=nt(this.data,i+2)}n=e(nt(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=nt(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(it.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 s=t.specializers.find((t=>t.from==i.external));if(!s)return i;let o=Object.assign(Object.assign({},i),{external:s.to});return e.specializers[n]=st(o),o}))),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,s=this.dialects[e[t]];65535!=(i=this.data[s++]);)(n||(n=new Uint8Array(this.maxTerm+1)))[i]=1;return new et(t,i,n)}static deserialize(t){return new it(t)}}function nt(t,e){return t[e]|t[e+1]<<16}function st(t){if(t.external){let e=t.extend?1:0;return(i,n)=>t.external(i,n)<<1|e}return t.get}let ot=0;class rt{constructor(t,e,i,n){this.name=t,this.set=e,this.base=i,this.modified=n,this.id=ot++}toString(){let{name:t}=this;for(let e of this.modified)e.name&&(t=`${e.name}(${t})`);return t}static define(t,e){let i="string"==typeof t?t:"?";if(t instanceof rt&&(e=t),null==e?void 0:e.base)throw new Error("Can not derive from a modified tag");let n=new rt(i,[],null,[]);if(n.set.push(n),e)for(let t of e.set)n.set.push(t);return n}static defineModifier(t){let e=new at(t);return t=>t.modified.indexOf(e)>-1?t:at.get(t.base||t,t.modified.concat(e).sort(((t,e)=>t.id-e.id)))}}let lt=0;class at{constructor(t){this.name=t,this.instances=[],this.id=lt++}static get(t,e){if(!e.length)return t;let i=e[0].instances.find((i=>{return i.base==t&&(n=e,s=i.modified,n.length==s.length&&n.every(((t,e)=>t==s[e])));var n,s}));if(i)return i;let n=[],s=new rt(t.name,n,t,e);for(let t of e)t.instances.push(s);let o=function(t){let e=[[]];for(let i=0;i<t.length;i++)for(let n=0,s=e.length;n<s;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 o)n.push(at.get(e,t));return s}}function ht(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=[],s=2,o=t;for(let e=0;;){if("..."==o&&e>0&&e+3==t.length){s=1;break}let n=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(o);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 r=t[e++];if(e==t.length&&"!"==r){s=0;break}if("/"!=r)throw new RangeError("Invalid path: "+t);o=t.slice(e)}let r=i.length-1,l=i[r];if(!l)throw new RangeError("Invalid path: "+t);let a=new ut(n,s,r>0?i.slice(0,r):null);e[l]=a.sort(e[l])}}return ct.add(e)}const ct=new s;class ut{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 dt(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:s=null}=e||{};return{style:t=>{let e=s;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 ft(t,e,i,n=0,s=t.length){let o=new pt(n,Array.isArray(e)?e:[e],i);o.highlightRange(t.cursor(),n,s,"",o.highlighters),o.flush(s)}ut.empty=new ut([],2,null);class pt{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:l,to:a}=t;if(l>=i||a<=e)return;r.isTop&&(o=this.highlighters.filter((t=>!t.scope||t.scope(r))));let h=n,c=function(t){let e=t.type.prop(ct);for(;e&&e.context&&!t.matchContext(e.context);)e=e.next;return e||null}(t)||ut.empty,u=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(u&&(h&&(h+=" "),h+=u,1==c.mode&&(n+=(n?" ":"")+u)),this.startSpan(Math.max(e,l),h),c.opaque)return;let d=t.tree&&t.tree.prop(s.mounted);if(d&&d.overlay){let s=t.node.enter(d.overlay[0].from+l,1),r=this.highlighters.filter((t=>!t.scope||t.scope(d.tree.type))),c=t.firstChild();for(let u=0,f=l;;u++){let p=u<d.overlay.length?d.overlay[u]:null,m=p?p.from+l:a,g=Math.max(e,f),v=Math.min(i,m);if(g<v&&c)for(;t.from<v&&(this.highlightRange(t,g,v,n,o),this.startSpan(Math.min(v,t.to),h),!(t.to>=m)&&t.nextSibling()););if(!p||m>i)break;f=p.to+l,f>e&&(this.highlightRange(s.cursor(),Math.max(e,p.from+l),Math.min(i,f),"",r),this.startSpan(Math.min(i,f),h))}c&&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),h)}}while(t.nextSibling());t.parent()}}}const mt=rt.define,gt=mt(),vt=mt(),bt=mt(vt),wt=mt(vt),yt=mt(),xt=mt(yt),kt=mt(yt),Ot=mt(),St=mt(Ot),Ct=mt(),At=mt(),Mt=mt(),Tt=mt(Mt),Dt=mt(),Pt={comment:gt,lineComment:mt(gt),blockComment:mt(gt),docComment:mt(gt),name:vt,variableName:mt(vt),typeName:bt,tagName:mt(bt),propertyName:wt,attributeName:mt(wt),className:mt(vt),labelName:mt(vt),namespace:mt(vt),macroName:mt(vt),literal:yt,string:xt,docString:mt(xt),character:mt(xt),attributeValue:mt(xt),number:kt,integer:mt(kt),float:mt(kt),bool:mt(yt),regexp:mt(yt),escape:mt(yt),color:mt(yt),url:mt(yt),keyword:Ct,self:mt(Ct),null:mt(Ct),atom:mt(Ct),unit:mt(Ct),modifier:mt(Ct),operatorKeyword:mt(Ct),controlKeyword:mt(Ct),definitionKeyword:mt(Ct),moduleKeyword:mt(Ct),operator:At,derefOperator:mt(At),arithmeticOperator:mt(At),logicOperator:mt(At),bitwiseOperator:mt(At),compareOperator:mt(At),updateOperator:mt(At),definitionOperator:mt(At),typeOperator:mt(At),controlOperator:mt(At),punctuation:Mt,separator:mt(Mt),bracket:Tt,angleBracket:mt(Tt),squareBracket:mt(Tt),paren:mt(Tt),brace:mt(Tt),content:Ot,heading:St,heading1:mt(St),heading2:mt(St),heading3:mt(St),heading4:mt(St),heading5:mt(St),heading6:mt(St),contentSeparator:mt(Ot),list:mt(Ot),quote:mt(Ot),emphasis:mt(Ot),strong:mt(Ot),link:mt(Ot),monospace:mt(Ot),strikethrough:mt(Ot),inserted:mt(),deleted:mt(),changed:mt(),invalid:mt(),meta:Dt,documentMeta:mt(Dt),annotation:mt(Dt),processingInstruction:mt(Dt),definition:rt.defineModifier("definition"),constant:rt.defineModifier("constant"),function:rt.defineModifier("function"),standard:rt.defineModifier("standard"),local:rt.defineModifier("local"),special:rt.defineModifier("special")};for(let t in Pt){let e=Pt[t];e instanceof rt&&(e.name=t)}dt([{tag:Pt.link,class:"tok-link"},{tag:Pt.heading,class:"tok-heading"},{tag:Pt.emphasis,class:"tok-emphasis"},{tag:Pt.strong,class:"tok-strong"},{tag:Pt.keyword,class:"tok-keyword"},{tag:Pt.atom,class:"tok-atom"},{tag:Pt.bool,class:"tok-bool"},{tag:Pt.url,class:"tok-url"},{tag:Pt.labelName,class:"tok-labelName"},{tag:Pt.inserted,class:"tok-inserted"},{tag:Pt.deleted,class:"tok-deleted"},{tag:Pt.literal,class:"tok-literal"},{tag:Pt.string,class:"tok-string"},{tag:Pt.number,class:"tok-number"},{tag:[Pt.regexp,Pt.escape,Pt.special(Pt.string)],class:"tok-string2"},{tag:Pt.variableName,class:"tok-variableName"},{tag:Pt.local(Pt.variableName),class:"tok-variableName tok-local"},{tag:Pt.definition(Pt.variableName),class:"tok-variableName tok-definition"},{tag:Pt.special(Pt.variableName),class:"tok-variableName2"},{tag:Pt.definition(Pt.propertyName),class:"tok-propertyName tok-definition"},{tag:Pt.typeName,class:"tok-typeName"},{tag:Pt.namespace,class:"tok-namespace"},{tag:Pt.className,class:"tok-className"},{tag:Pt.macroName,class:"tok-macroName"},{tag:Pt.propertyName,class:"tok-propertyName"},{tag:Pt.operator,class:"tok-operator"},{tag:Pt.comment,class:"tok-comment"},{tag:Pt.meta,class:"tok-meta"},{tag:Pt.invalid,class:"tok-invalid"},{tag:Pt.punctuation,class:"tok-punctuation"}]);const Rt=[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];function Et(t){return t>=65&&t<=90||t>=97&&t<=122||t>=161}function Bt(t){return t>=48&&t<=57}const Nt=new q(((t,e)=>{for(let i=!1,n=0,s=0;;s++){let{next:o}=t;if(Et(o)||45==o||95==o||i&&Bt(o))!i&&(45!=o||s>0)&&(i=!0),n===s&&45==o&&n++,t.advance();else{if(92!=o||10==t.peek(1)){i&&t.acceptToken(40==o?100:2==n&&e.canShift(2)?2:101);break}t.advance(),t.next>-1&&t.advance(),i=!0}}})),Lt=new q((t=>{if(Rt.includes(t.peek(-1))){let{next:e}=t;(Et(e)||95==e||35==e||46==e||91==e||58==e&&Et(t.peek(1))||45==e||38==e)&&t.acceptToken(99)}})),It=new q((t=>{if(!Rt.includes(t.peek(-1))){let{next:e}=t;if(37==e&&(t.advance(),t.acceptToken(1)),Et(e)){do{t.advance()}while(Et(t.next)||Bt(t.next));t.acceptToken(1)}}})),Qt=ht({"AtKeyword import charset namespace keyframes media supports":Pt.definitionKeyword,"from to selector":Pt.keyword,NamespaceName:Pt.namespace,KeyframeName:Pt.labelName,KeyframeRangeName:Pt.operatorKeyword,TagName:Pt.tagName,ClassName:Pt.className,PseudoClassName:Pt.constant(Pt.className),IdName:Pt.labelName,"FeatureName PropertyName":Pt.propertyName,AttributeName:Pt.attributeName,NumberLiteral:Pt.number,KeywordQuery:Pt.keyword,UnaryQueryOp:Pt.operatorKeyword,"CallTag ValueName":Pt.atom,VariableName:Pt.variableName,Callee:Pt.operatorKeyword,Unit:Pt.unit,"UniversalSelector NestingSelector":Pt.definitionOperator,MatchOp:Pt.compareOperator,"ChildOp SiblingOp, LogicOp":Pt.logicOperator,BinOp:Pt.arithmeticOperator,Important:Pt.modifier,Comment:Pt.blockComment,ColorLiteral:Pt.color,"ParenthesizedContent StringLiteral":Pt.string,":":Pt.punctuation,"PseudoOp #":Pt.derefOperator,"; ,":Pt.separator,"( )":Pt.paren,"[ ]":Pt.squareBracket,"{ }":Pt.brace}),zt={__proto__:null,lang:32,"nth-child":32,"nth-last-child":32,"nth-of-type":32,"nth-last-of-type":32,dir:32,"host-context":32,url:60,"url-prefix":60,domain:60,regexp:60,selector:138},$t={__proto__:null,"@import":118,"@media":142,"@charset":146,"@namespace":150,"@keyframes":156,"@supports":168},Wt={__proto__:null,not:132,only:132},Vt=it.deserialize({version:14,states:":jQYQ[OOO#_Q[OOP#fOWOOOOQP'#Cd'#CdOOQP'#Cc'#CcO#kQ[O'#CfO$_QXO'#CaO$fQ[O'#ChO$qQ[O'#DTO$vQ[O'#DWOOQP'#Em'#EmO${QdO'#DgO%jQ[O'#DtO${QdO'#DvO%{Q[O'#DxO&WQ[O'#D{O&`Q[O'#ERO&nQ[O'#ETOOQS'#El'#ElOOQS'#EW'#EWQYQ[OOO&uQXO'#CdO'jQWO'#DcO'oQWO'#EsO'zQ[O'#EsQOQWOOP(UO#tO'#C_POOO)C@[)C@[OOQP'#Cg'#CgOOQP,59Q,59QO#kQ[O,59QO(aQ[O'#E[O({QWO,58{O)TQ[O,59SO$qQ[O,59oO$vQ[O,59rO(aQ[O,59uO(aQ[O,59wO(aQ[O,59xO)`Q[O'#DbOOQS,58{,58{OOQP'#Ck'#CkOOQO'#DR'#DROOQP,59S,59SO)gQWO,59SO)lQWO,59SOOQP'#DV'#DVOOQP,59o,59oOOQO'#DX'#DXO)qQ`O,59rOOQS'#Cp'#CpO${QdO'#CqO)yQvO'#CsO+ZQtO,5:ROOQO'#Cx'#CxO)lQWO'#CwO+oQWO'#CyO+tQ[O'#DOOOQS'#Ep'#EpOOQO'#Dj'#DjO+|Q[O'#DqO,[QWO'#EtO&`Q[O'#DoO,jQWO'#DrOOQO'#Eu'#EuO)OQWO,5:`O,oQpO,5:bOOQS'#Dz'#DzO,wQWO,5:dO,|Q[O,5:dOOQO'#D}'#D}O-UQWO,5:gO-ZQWO,5:mO-cQWO,5:oOOQS-E8U-E8UO-kQdO,59}O-{Q[O'#E^O.YQWO,5;_O.YQWO,5;_POOO'#EV'#EVP.eO#tO,58yPOOO,58y,58yOOQP1G.l1G.lO/[QXO,5:vOOQO-E8Y-E8YOOQS1G.g1G.gOOQP1G.n1G.nO)gQWO1G.nO)lQWO1G.nOOQP1G/Z1G/ZO/iQ`O1G/^O0SQXO1G/aO0jQXO1G/cO1QQXO1G/dO1hQWO,59|O1mQ[O'#DSO1tQdO'#CoOOQP1G/^1G/^O${QdO1G/^O1{QpO,59]OOQS,59_,59_O${QdO,59aO2TQWO1G/mOOQS,59c,59cO2YQ!bO,59eOOQS'#DP'#DPOOQS'#EY'#EYO2eQ[O,59jOOQS,59j,59jO2mQWO'#DjO2xQWO,5:VO2}QWO,5:]O&`Q[O,5:XO&`Q[O'#E_O3VQWO,5;`O3bQWO,5:ZO(aQ[O,5:^OOQS1G/z1G/zOOQS1G/|1G/|OOQS1G0O1G0OO3sQWO1G0OO3xQdO'#EOOOQS1G0R1G0ROOQS1G0X1G0XOOQS1G0Z1G0ZO4TQtO1G/iOOQO1G/i1G/iOOQO,5:x,5:xO4kQ[O,5:xOOQO-E8[-E8[O4xQWO1G0yPOOO-E8T-E8TPOOO1G.e1G.eOOQP7+$Y7+$YOOQP7+$x7+$xO${QdO7+$xOOQS1G/h1G/hO5TQXO'#ErO5[QWO,59nO5aQtO'#EXO6XQdO'#EoO6cQWO,59ZO6hQpO7+$xOOQS1G.w1G.wOOQS1G.{1G.{OOQS7+%X7+%XOOQS1G/P1G/PO6pQWO1G/POOQS-E8W-E8WOOQS1G/U1G/UO${QdO1G/qOOQO1G/w1G/wOOQO1G/s1G/sO6uQWO,5:yOOQO-E8]-E8]O7TQXO1G/xOOQS7+%j7+%jO7[QYO'#CsOOQO'#EQ'#EQO7gQ`O'#EPOOQO'#EP'#EPO7rQWO'#E`O7zQdO,5:jOOQS,5:j,5:jO8VQtO'#E]O${QdO'#E]O9WQdO7+%TOOQO7+%T7+%TOOQO1G0d1G0dO9kQpO<<HdO9sQWO,5;^OOQP1G/Y1G/YOOQS-E8V-E8VO${QdO'#EZO9{QWO,5;ZOOQT1G.u1G.uOOQP<<Hd<<HdOOQS7+$k7+$kO:TQdO7+%]OOQO7+%d7+%dOOQO,5:k,5:kO3{QdO'#EaO7rQWO,5:zOOQS,5:z,5:zOOQS-E8^-E8^OOQS1G0U1G0UO:[QtO,5:wOOQS-E8Z-E8ZOOQO<<Ho<<HoOOQPAN>OAN>OO;]QdO,5:uOOQO-E8X-E8XOOQO<<Hw<<HwOOQO,5:{,5:{OOQO-E8_-E8_OOQS1G0f1G0f",stateData:";o~O#ZOS#[QQ~OUYOXYO]VO^VOqXOxWO![aO!]ZO!i[O!k]O!m^O!p_O!v`O#XRO#bTO~OQfOUYOXYO]VO^VOqXOxWO![aO!]ZO!i[O!k]O!m^O!p_O!v`O#XeO#bTO~O#U#gP~P!ZO#[jO~O#XlO~O]qO^qOqsOtoOxrO!OtO!RvO#VuO#bnO~O!TwO~P#pO`}O#WzO#XyO~O#X!OO~O#X!QO~OQ![Ob!TOf![Oh![On!YOq!ZO#W!WO#X!SO#e!UO~Ob!^O!d!`O!g!aO#X!]O!T#hP~Oh!fOn!YO#X!eO~Oh!hO#X!hO~Ob!^O!d!`O!g!aO#X!]O~O!Y#hP~P%jO]WX]!WX^WXqWXtWXxWX!OWX!RWX!TWX#VWX#bWX~O]!mO~O!Y!nO#U#gX!S#gX~O#U#gX!S#gX~P!ZO#]!qO#^!qO#_!sO~OUYOXYO]VO^VOqXOxWO#XRO#bTO~OtoO!TwO~O`!zO#WzO#XyO~O!S#gP~P!ZOb#RO~Ob#SO~Op#TO|#UO~OP#WObgXjgX!YgX!dgX!ggX#XgXagXQgXfgXhgXngXqgXtgX!XgX#UgX#WgX#egXpgX!SgX~Ob!^Oj#XO!d!`O!g!aO#X!]O!Y#hP~Ob#[O~Op#`O#X#]O~Ob!^O!d!`O!g!aO#X#aO~Ot#eO!b#dO!T#hX!Y#hX~Ob#hO~Oj#XO!Y#jO~O!Y#kO~Oh#lOn!YO~O!T#mO~O!TwO!b#dO~O!TwO!Y#pO~O!X#rO!Y!Va#U!Va!S!Va~P${O!Y#QX#U#QX!S#QX~P!ZO!Y!nO#U#ga!S#ga~O#]!qO#^!qO#_#xO~O]qO^qOqsOxrO!OtO!RvO#VuO#bnO~Ot#Oa!T#Oaa#Oa~P.pOp#zO|#{O~O]qO^qOqsOxrO#bnO~Ot}i!O}i!R}i!T}i#V}ia}i~P/qOt!Pi!O!Pi!R!Pi!T!Pi#V!Pia!Pi~P/qOt!Qi!O!Qi!R!Qi!T!Qi#V!Qia!Qi~P/qO!S#|O~Oa#fP~P(aOa#cP~P${Oa$TOj#XO~O!Y$VO~Oa$WOh$XOo$XO~Op$ZO#X#]O~O]!`Xa!^X!b!^X~O]$[O~Oa$]O!b#dO~Ot#eO!T#ha!Y#ha~O!b#dOt!ca!T!ca!Y!caa!ca~O!Y$bO~O!S$iO#X$dO#e$cO~Oj#XOt$kO!X$mO!Y!Vi#U!Vi!S!Vi~P${O!Y#Qa#U#Qa!S#Qa~P!ZO!Y!nO#U#gi!S#gi~Oa#fX~P#pOa$qO~Oj#XOQ!{Xa!{Xb!{Xf!{Xh!{Xn!{Xq!{Xt!{X#W!{X#X!{X#e!{X~Ot$sOa#cX~P${Oa$uO~Oj#XOp$vO~Oa$wO~O!b#dOt#Ra!T#Ra!Y#Ra~Oa$yO~P.pOP#WOtgX!TgX~O#e$cOt!sX!T!sX~Ot${O!TwO~O!S%PO#X$dO#e$cO~Oj#XOQ#PXb#PXf#PXh#PXn#PXq#PXt#PX!X#PX!Y#PX#U#PX#W#PX#X#PX#e#PX!S#PX~Ot$kO!X%SO!Y!Vq#U!Vq!S!Vq~P${Oj#XOp%TO~OtoOa#fa~Ot$sOa#ca~Oa%WO~P${Oj#XOQ#Pab#Paf#Pah#Pan#Paq#Pat#Pa!X#Pa!Y#Pa#U#Pa#W#Pa#X#Pa#e#Pa!S#Pa~Oa!}at!}a~P${O#Zo#[#ej!R#e~",goto:"-g#jPPP#kP#nP#w$WP#w$g#wPP$mPPP$s$|$|P%`P$|P$|%z&^PPPP$|&vP&z'Q#wP'W#w'^P#wP#w#wPPP'd'y(WPP#nPP(_(_(i(_P(_P(_(_P#nP#nP#nP(l#nP(o(r(u(|#nP#nP)R)X)h)v)|*S*^*d*n*t*zPPPPPPPPPP+Q+ZP+v+yP,o,r,x-RRkQ_bOPdhw!n#tkYOPdhotuvw!n#R#h#tkSOPdhotuvw!n#R#h#tQmTR!tnQ{VR!xqQ!x}Q#Z!XR#y!zq![Z]!T!m#S#U#X#q#{$Q$[$k$l$s$x%Up![Z]!T!m#S#U#X#q#{$Q$[$k$l$s$x%UU$f#m$h${R$z$eq!XZ]!T!m#S#U#X#q#{$Q$[$k$l$s$x%Up![Z]!T!m#S#U#X#q#{$Q$[$k$l$s$x%UQ!f^R#l!gT#^!Z#_Q|VR!yqQ!x|R#y!yQ!PWR!{rQ!RXR!|sQxUQ!wpQ#i!cQ#o!jQ#p!kQ$}$gR%Z$|SgPwQ!phQ#s!nR$n#tZfPhw!n#ta!b[`a!V!^!`#d#eR#b!^R!g^R!i_R#n!iS$g#m$hR%X${V$e#m$h${Q!rjR#w!rQdOShPwU!ldh#tR#t!nQ$Q#SU$r$Q$x%UQ$x$[R%U$sQ#_!ZR$Y#_Q$t$QR%V$tQpUS!vp$pR$p#}Q$l#qR%R$lQ!ogS#u!o#vR#v!pQ#f!_R$`#fQ$h#mR%O$hQ$|$gR%Y$|_cOPdhw!n#t^UOPdhw!n#tQ!uoQ!}tQ#OuQ#PvQ#}#RR$a#hR$R#SQ!VZQ!d]Q#V!TQ#q!m[$P#S$Q$[$s$x%UQ$S#UQ$U#XS$j#q$lQ$o#{R%Q$kR$O#RQiPR#QwQ!c[Q!kaR#Y!VU!_[a!VQ!j`Q#c!^Q#g!`Q$^#dR$_#e",nodeNames:"⚠ Unit VariableName Comment StyleSheet RuleSet UniversalSelector TagSelector TagName NestingSelector ClassSelector ClassName PseudoClassSelector : :: PseudoClassName PseudoClassName ) ( ArgList ValueName ParenthesizedValue ColorLiteral NumberLiteral StringLiteral BinaryExpression BinOp CallExpression Callee CallLiteral CallTag ParenthesizedContent ] [ LineNames LineName , PseudoClassName ArgList IdSelector # IdName AttributeSelector AttributeName MatchOp ChildSelector ChildOp DescendantSelector SiblingSelector SiblingOp } { Block Declaration PropertyName Important ; ImportStatement AtKeyword import KeywordQuery FeatureQuery FeatureName BinaryQuery LogicOp UnaryQuery UnaryQueryOp ParenthesizedQuery SelectorQuery selector MediaStatement media CharsetStatement charset NamespaceStatement namespace NamespaceName KeyframesStatement keyframes KeyframeName KeyframeList KeyframeSelector KeyframeRangeName SupportsStatement supports AtRule Styles",maxTerm:117,nodeProps:[["isolate",-2,3,24,""],["openedBy",17,"(",32,"[",50,"{"],["closedBy",18,")",33,"]",51,"}"]],propSources:[Qt],skippedNodes:[0,3,87],repeatNodeCount:11,tokenData:"J^~R!^OX$}X^%u^p$}pq%uqr)Xrs.Rst/utu6duv$}vw7^wx7oxy9^yz9oz{9t{|:_|}?Q}!O?c!O!P@Q!P!Q@i!Q![Ab![!]B]!]!^CX!^!_$}!_!`Cj!`!aC{!a!b$}!b!cDw!c!}$}!}#OFa#O#P$}#P#QFr#Q#R6d#R#T$}#T#UGT#U#c$}#c#dHf#d#o$}#o#pH{#p#q6d#q#rI^#r#sIo#s#y$}#y#z%u#z$f$}$f$g%u$g#BY$}#BY#BZ%u#BZ$IS$}$IS$I_%u$I_$I|$}$I|$JO%u$JO$JT$}$JT$JU%u$JU$KV$}$KV$KW%u$KW&FU$}&FU&FV%u&FV;'S$};'S;=`JW<%lO$}`%QSOy%^z;'S%^;'S;=`%o<%lO%^`%cSo`Oy%^z;'S%^;'S;=`%o<%lO%^`%rP;=`<%l%^~%zh#Z~OX%^X^'f^p%^pq'fqy%^z#y%^#y#z'f#z$f%^$f$g'f$g#BY%^#BY#BZ'f#BZ$IS%^$IS$I_'f$I_$I|%^$I|$JO'f$JO$JT%^$JT$JU'f$JU$KV%^$KV$KW'f$KW&FU%^&FU&FV'f&FV;'S%^;'S;=`%o<%lO%^~'mh#Z~o`OX%^X^'f^p%^pq'fqy%^z#y%^#y#z'f#z$f%^$f$g'f$g#BY%^#BY#BZ'f#BZ$IS%^$IS$I_'f$I_$I|%^$I|$JO'f$JO$JT%^$JT$JU'f$JU$KV%^$KV$KW'f$KW&FU%^&FU&FV'f&FV;'S%^;'S;=`%o<%lO%^l)[UOy%^z#]%^#]#^)n#^;'S%^;'S;=`%o<%lO%^l)sUo`Oy%^z#a%^#a#b*V#b;'S%^;'S;=`%o<%lO%^l*[Uo`Oy%^z#d%^#d#e*n#e;'S%^;'S;=`%o<%lO%^l*sUo`Oy%^z#c%^#c#d+V#d;'S%^;'S;=`%o<%lO%^l+[Uo`Oy%^z#f%^#f#g+n#g;'S%^;'S;=`%o<%lO%^l+sUo`Oy%^z#h%^#h#i,V#i;'S%^;'S;=`%o<%lO%^l,[Uo`Oy%^z#T%^#T#U,n#U;'S%^;'S;=`%o<%lO%^l,sUo`Oy%^z#b%^#b#c-V#c;'S%^;'S;=`%o<%lO%^l-[Uo`Oy%^z#h%^#h#i-n#i;'S%^;'S;=`%o<%lO%^l-uS!X[o`Oy%^z;'S%^;'S;=`%o<%lO%^~.UWOY.RZr.Rrs.ns#O.R#O#P.s#P;'S.R;'S;=`/o<%lO.R~.sOh~~.vRO;'S.R;'S;=`/P;=`O.R~/SXOY.RZr.Rrs.ns#O.R#O#P.s#P;'S.R;'S;=`/o;=`<%l.R<%lO.R~/rP;=`<%l.Rn/zYxQOy%^z!Q%^!Q![0j![!c%^!c!i0j!i#T%^#T#Z0j#Z;'S%^;'S;=`%o<%lO%^l0oYo`Oy%^z!Q%^!Q![1_![!c%^!c!i1_!i#T%^#T#Z1_#Z;'S%^;'S;=`%o<%lO%^l1dYo`Oy%^z!Q%^!Q![2S![!c%^!c!i2S!i#T%^#T#Z2S#Z;'S%^;'S;=`%o<%lO%^l2ZYf[o`Oy%^z!Q%^!Q![2y![!c%^!c!i2y!i#T%^#T#Z2y#Z;'S%^;'S;=`%o<%lO%^l3QYf[o`Oy%^z!Q%^!Q![3p![!c%^!c!i3p!i#T%^#T#Z3p#Z;'S%^;'S;=`%o<%lO%^l3uYo`Oy%^z!Q%^!Q![4e![!c%^!c!i4e!i#T%^#T#Z4e#Z;'S%^;'S;=`%o<%lO%^l4lYf[o`Oy%^z!Q%^!Q![5[![!c%^!c!i5[!i#T%^#T#Z5[#Z;'S%^;'S;=`%o<%lO%^l5aYo`Oy%^z!Q%^!Q![6P![!c%^!c!i6P!i#T%^#T#Z6P#Z;'S%^;'S;=`%o<%lO%^l6WSf[o`Oy%^z;'S%^;'S;=`%o<%lO%^d6gUOy%^z!_%^!_!`6y!`;'S%^;'S;=`%o<%lO%^d7QS|So`Oy%^z;'S%^;'S;=`%o<%lO%^b7cSXQOy%^z;'S%^;'S;=`%o<%lO%^~7rWOY7oZw7owx.nx#O7o#O#P8[#P;'S7o;'S;=`9W<%lO7o~8_RO;'S7o;'S;=`8h;=`O7o~8kXOY7oZw7owx.nx#O7o#O#P8[#P;'S7o;'S;=`9W;=`<%l7o<%lO7o~9ZP;=`<%l7on9cSb^Oy%^z;'S%^;'S;=`%o<%lO%^~9tOa~n9{UUQjWOy%^z!_%^!_!`6y!`;'S%^;'S;=`%o<%lO%^n:fWjW!RQOy%^z!O%^!O!P;O!P!Q%^!Q![>T![;'S%^;'S;=`%o<%lO%^l;TUo`Oy%^z!Q%^!Q![;g![;'S%^;'S;=`%o<%lO%^l;nYo`#e[Oy%^z!Q%^!Q![;g![!g%^!g!h<^!h#X%^#X#Y<^#Y;'S%^;'S;=`%o<%lO%^l<cYo`Oy%^z{%^{|=R|}%^}!O=R!O!Q%^!Q![=j![;'S%^;'S;=`%o<%lO%^l=WUo`Oy%^z!Q%^!Q![=j![;'S%^;'S;=`%o<%lO%^l=qUo`#e[Oy%^z!Q%^!Q![=j![;'S%^;'S;=`%o<%lO%^l>[[o`#e[Oy%^z!O%^!O!P;g!P!Q%^!Q![>T![!g%^!g!h<^!h#X%^#X#Y<^#Y;'S%^;'S;=`%o<%lO%^n?VSt^Oy%^z;'S%^;'S;=`%o<%lO%^l?hWjWOy%^z!O%^!O!P;O!P!Q%^!Q![>T![;'S%^;'S;=`%o<%lO%^n@VU#bQOy%^z!Q%^!Q![;g![;'S%^;'S;=`%o<%lO%^~@nTjWOy%^z{@}{;'S%^;'S;=`%o<%lO%^~AUSo`#[~Oy%^z;'S%^;'S;=`%o<%lO%^lAg[#e[Oy%^z!O%^!O!P;g!P!Q%^!Q![>T![!g%^!g!h<^!h#X%^#X#Y<^#Y;'S%^;'S;=`%o<%lO%^bBbU]QOy%^z![%^![!]Bt!];'S%^;'S;=`%o<%lO%^bB{S^Qo`Oy%^z;'S%^;'S;=`%o<%lO%^nC^S!Y^Oy%^z;'S%^;'S;=`%o<%lO%^dCoS|SOy%^z;'S%^;'S;=`%o<%lO%^bDQU!OQOy%^z!`%^!`!aDd!a;'S%^;'S;=`%o<%lO%^bDkS!OQo`Oy%^z;'S%^;'S;=`%o<%lO%^bDzWOy%^z!c%^!c!}Ed!}#T%^#T#oEd#o;'S%^;'S;=`%o<%lO%^bEk[![Qo`Oy%^z}%^}!OEd!O!Q%^!Q![Ed![!c%^!c!}Ed!}#T%^#T#oEd#o;'S%^;'S;=`%o<%lO%^nFfSq^Oy%^z;'S%^;'S;=`%o<%lO%^nFwSp^Oy%^z;'S%^;'S;=`%o<%lO%^bGWUOy%^z#b%^#b#cGj#c;'S%^;'S;=`%o<%lO%^bGoUo`Oy%^z#W%^#W#XHR#X;'S%^;'S;=`%o<%lO%^bHYS!bQo`Oy%^z;'S%^;'S;=`%o<%lO%^bHiUOy%^z#f%^#f#gHR#g;'S%^;'S;=`%o<%lO%^fIQS!TUOy%^z;'S%^;'S;=`%o<%lO%^nIcS!S^Oy%^z;'S%^;'S;=`%o<%lO%^fItU!RQOy%^z!_%^!_!`6y!`;'S%^;'S;=`%o<%lO%^`JZP;=`<%l$}",tokenizers:[Lt,It,Nt,1,2,3,4,new H("m~RRYZ[z{a~~g~aO#^~~dP!P!Qg~lO#_~~",28,105)],topRules:{StyleSheet:[0,4],Styles:[1,86]},specialized:[{term:100,get:t=>zt[t]||-1},{term:58,get:t=>$t[t]||-1},{term:101,get:t=>Wt[t]||-1}],tokenPrec:1219});class Ft{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]=Gt(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),qt.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]=Gt(this,t,e);let i=[];return this.decompose(t,e,i,0),qt.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 jt(this),s=new jt(t);for(let t=e,o=e;;){if(n.next(t),s.next(t),t=0,n.lineBreak!=s.lineBreak||n.done!=s.done||n.value!=s.value)return!1;if(o+=n.value.length,n.done||o>=i)return!0}}iter(t=1){return new jt(this,t)}iterRange(t,e=this.length){return new Ut(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 Kt(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 Ht(t):qt.from(Ht.split(t,[])):Ft.empty}}class Ht extends Ft{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 s=0;;s++){let o=this.text[s],r=n+o.length;if((e?i:r)>=t)return new Yt(n,r,i,o);n=r+1,i++}}decompose(t,e,i,n){let s=t<=0&&e>=this.length?this:new Ht(_t(this.text,t,e),Math.min(e,this.length)-Math.max(0,t));if(1&n){let t=i.pop(),e=Xt(s.text,t.text.slice(),0,s.length);if(e.length<=32)i.push(new Ht(e,t.length+s.length));else{let t=e.length>>1;i.push(new Ht(e.slice(0,t)),new Ht(e.slice(t)))}}else i.push(s)}replace(t,e,i){if(!(i instanceof Ht))return super.replace(t,e,i);[t,e]=Gt(this,t,e);let n=Xt(this.text,Xt(i.text,_t(this.text,0,t)),e),s=this.length+i.length-(e-t);return n.length<=32?new Ht(n,s):qt.from(Ht.split(n,[]),s)}sliceString(t,e=this.length,i="\n"){[t,e]=Gt(this,t,e);let n="";for(let s=0,o=0;s<=e&&o<this.text.length;o++){let r=this.text[o],l=s+r.length;s>t&&o&&(n+=i),t<l&&e>s&&(n+=r.slice(Math.max(0,t-s),e-s)),s=l+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 s of t)i.push(s),n+=s.length+1,32==i.length&&(e.push(new Ht(i,n)),i=[],n=-1);return n>-1&&e.push(new Ht(i,n)),e}}class qt extends Ft{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 s=0;;s++){let o=this.children[s],r=n+o.length,l=i+o.lines-1;if((e?l:r)>=t)return o.lineInner(t,e,i,n);n=r+1,i=l+1}}decompose(t,e,i,n){for(let s=0,o=0;o<=e&&s<this.children.length;s++){let r=this.children[s],l=o+r.length;if(t<=l&&e>=o){let s=n&((o<=t?1:0)|(l>=e?2:0));o>=t&&l<=e&&!s?i.push(r):r.decompose(t-o,e-o,i,s)}o=l+1}}replace(t,e,i){if([t,e]=Gt(this,t,e),i.lines<this.lines)for(let n=0,s=0;n<this.children.length;n++){let o=this.children[n],r=s+o.length;if(t>=s&&e<=r){let l=o.replace(t-s,e-s,i),a=this.lines-o.lines+l.lines;if(l.lines<a>>4&&l.lines>a>>6){let s=this.children.slice();return s[n]=l,new qt(s,this.length-(e-t)+i.length)}return super.replace(s,r,l)}s=r+1}return super.replace(t,e,i)}sliceString(t,e=this.length,i="\n"){[t,e]=Gt(this,t,e);let n="";for(let s=0,o=0;s<this.children.length&&o<=e;s++){let r=this.children[s],l=o+r.length;o>t&&s&&(n+=i),t<l&&e>o&&(n+=r.sliceString(t-o,e-o,i)),o=l+1}return n}flatten(t){for(let e of this.children)e.flatten(t)}scanIdentical(t,e){if(!(t instanceof qt))return 0;let i=0,[n,s,o,r]=e>0?[0,0,this.children.length,t.children.length]:[this.children.length-1,t.children.length-1,-1,-1];for(;;n+=e,s+=e){if(n==o||s==r)return i;let l=this.children[n],a=t.children[s];if(l!=a)return i+l.scanIdentical(a,e);i+=l.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 Ht(i,e)}let n=Math.max(32,i>>5),s=n<<1,o=n>>1,r=[],l=0,a=-1,h=[];function c(t){let e;if(t.lines>s&&t instanceof qt)for(let e of t.children)c(e);else t.lines>o&&(l>o||!l)?(u(),r.push(t)):t instanceof Ht&&l&&(e=h[h.length-1])instanceof Ht&&t.lines+e.lines<=32?(l+=t.lines,a+=t.length+1,h[h.length-1]=new Ht(e.text.concat(t.text),e.length+1+t.length)):(l+t.lines>n&&u(),l+=t.lines,a+=t.length+1,h.push(t))}function u(){0!=l&&(r.push(1==h.length?h[0]:qt.from(h,a)),a=-1,l=h.length=0)}for(let e of t)c(e);return u(),1==r.length?r[0]:new qt(r,e)}}function Xt(t,e,i=0,n=1e9){for(let s=0,o=0,r=!0;o<t.length&&s<=n;o++){let l=t[o],a=s+l.length;a>=i&&(a>n&&(l=l.slice(0,n-s)),s<i&&(l=l.slice(i-s)),r?(e[e.length-1]+=l,r=!1):e.push(l)),s=a+1}return e}function _t(t,e,i){return Xt(t,[""],e,i)}Ft.empty=new Ht([""],0);class jt{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 Ht?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],s=this.offsets[i],o=s>>1,r=n instanceof Ht?n.text.length:n.children.length;if(o==(e>0?r: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&s)==(e>0?0:1)){if(this.offsets[i]+=e,0==t)return this.lineBreak=!0,this.value="\n",this;t--}else if(n instanceof Ht){let s=n.text[o+(e<0?-1:0)];if(this.offsets[i]+=e,s.length>Math.max(0,t))return this.value=0==t?s:e>0?s.slice(t):s.slice(0,s.length-t),this;t-=s.length}else{let s=n.children[o+(e<0?-1:0)];t>s.length?(t-=s.length,this.offsets[i]+=e):(e<0&&this.offsets[i]--,this.nodes.push(s),this.offsets.push(e>0?1:(s instanceof Ht?s.text.length:s.children.length)<<1))}}}next(t=0){return t<0&&(this.nextInner(-t,-this.dir),t=this.value.length),this.nextInner(t,this.dir)}}class Ut{constructor(t,e,i){this.value="",this.done=!1,this.cursor=new jt(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 Kt{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&&(Ft.prototype[Symbol.iterator]=function(){return this.iter()},jt.prototype[Symbol.iterator]=Ut.prototype[Symbol.iterator]=Kt.prototype[Symbol.iterator]=function(){return this});class Yt{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 Gt(t,e,i){return[e=Math.max(0,Math.min(t.length,e)),Math.max(e,Math.min(t.length,i))]}let Zt="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<Zt.length;t++)Zt[t]+=Zt[t-1];function Jt(t){for(let e=1;e<Zt.length;e+=2)if(Zt[e]>t)return Zt[e-1]<=t;return!1}function te(t){return t>=127462&&t<=127487}const ee=8205;function ie(t,e,i=!0,n=!0){return(i?ne:se)(t,e,n)}function ne(t,e,i){if(e==t.length)return e;e&&oe(t.charCodeAt(e))&&re(t.charCodeAt(e-1))&&e--;let n=le(t,e);for(e+=he(n);e<t.length;){let s=le(t,e);if(n==ee||s==ee||i&&Jt(s))e+=he(s),n=s;else{if(!te(s))break;{let i=0,n=e-2;for(;n>=0&&te(le(t,n));)i++,n-=2;if(i%2==0)break;e+=2}}}return e}function se(t,e,i){for(;e>0;){let n=ne(t,e-2,i);if(n<e)return n;e--}return 0}function oe(t){return t>=56320&&t<57344}function re(t){return t>=55296&&t<56320}function le(t,e){let i=t.charCodeAt(e);if(!re(i)||e+1==t.length)return i;let n=t.charCodeAt(e+1);return oe(n)?n-56320+(i-55296<<10)+65536:i}function ae(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode(55296+(t>>10),56320+(1023&t)))}function he(t){return t<65536?1:2}const ce=/\r\n?|\n/;var ue=function(t){return t[t.Simple=0]="Simple",t[t.TrackDel=1]="TrackDel",t[t.TrackBefore=2]="TrackBefore",t[t.TrackAfter=3]="TrackAfter",t}(ue||(ue={}));class de{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 s=this.sections[e++],o=this.sections[e++];o<0?(t(i,n,s),n+=s):n+=o,i+=s}}iterChangedRanges(t,e=!1){ge(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 de(t)}composeDesc(t){return this.empty?t:t.empty?this:be(this,t)}mapDesc(t,e=!1){return t.empty?this:ve(this,t,e)}mapPos(t,e=-1,i=ue.Simple){let n=0,s=0;for(let o=0;o<this.sections.length;){let r=this.sections[o++],l=this.sections[o++],a=n+r;if(l<0){if(a>t)return s+(t-n);s+=r}else{if(i!=ue.Simple&&a>=t&&(i==ue.TrackDel&&n<t&&a>t||i==ue.TrackBefore&&n<t||i==ue.TrackAfter&&a>t))return null;if(a>t||a==t&&e<0&&!r)return t==n||e<0?s:s+l;s+=l}n=a}if(t>n)throw new RangeError(`Position ${t} is out of range for changeset of length ${n}`);return s}touchesRange(t,e=t){for(let i=0,n=0;i<this.sections.length&&n<=e;){let s=n+this.sections[i++];if(this.sections[i++]>=0&&n<=e&&s>=t)return!(n<t&&s>e)||"cover";n=s}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 de(t)}static create(t){return new de(t)}}class fe extends de{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 ge(this,((e,i,n,s,o)=>t=t.replace(n,n+(i-e),o)),!1),t}mapDesc(t,e=!1){return ve(this,t,e,!0)}invert(t){let e=this.sections.slice(),i=[];for(let n=0,s=0;n<e.length;n+=2){let o=e[n],r=e[n+1];if(r>=0){e[n]=r,e[n+1]=o;let l=n>>1;for(;i.length<l;)i.push(Ft.empty);i.push(o?t.slice(s,s+o):Ft.empty)}s+=o}return new fe(e,i)}compose(t){return this.empty?t:t.empty?this:be(this,t,!0)}map(t,e=!1){return t.empty?this:ve(this,t,e,!0)}iterChanges(t,e=!1){ge(this,t,e)}get desc(){return de.create(this.sections)}filter(t){let e=[],i=[],n=[],s=new we(this);t:for(let o=0,r=0;;){let l=o==t.length?1e9:t[o++];for(;r<l||r==l&&0==s.len;){if(s.done)break t;let t=Math.min(s.len,l-r);pe(n,t,-1);let o=-1==s.ins?-1:0==s.off?s.ins:0;pe(e,t,o),o>0&&me(i,e,s.text),s.forward(t),r+=t}let a=t[o++];for(;r<a;){if(s.done)break t;let t=Math.min(s.len,a-r);pe(e,t,-1),pe(n,t,-1==s.ins?-1:0==s.off?s.ins:0),s.forward(t),r+=t}}return{changes:new fe(e,i),filtered:de.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=[],s=[],o=0,r=null;function l(t=!1){if(!t&&!n.length)return;o<e&&pe(n,e-o,-1);let i=new fe(n,s);r=r?r.compose(i.map(r)):i,n=[],s=[],o=0}return function t(a){if(Array.isArray(a))for(let e of a)t(e);else if(a instanceof fe){if(a.length!=e)throw new RangeError(`Mismatched change set length (got ${a.length}, expected ${e})`);l(),r=r?r.compose(a.map(r)):a}else{let{from:t,to:r=t,insert:h}=a;if(t>r||t<0||r>e)throw new RangeError(`Invalid change range ${t} to ${r} (in doc of length ${e})`);let c=h?"string"==typeof h?Ft.of(h.split(i||ce)):h:Ft.empty,u=c.length;if(t==r&&0==u)return;t<o&&l(),t>o&&pe(n,t-o,-1),pe(n,r-t,u),me(s,n,c),o=r}}(t),l(!r),r}static empty(t){return new fe(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 s=t[n];if("number"==typeof s)e.push(s,-1);else{if(!Array.isArray(s)||"number"!=typeof s[0]||s.some(((t,e)=>e&&"string"!=typeof t)))throw new RangeError("Invalid JSON representation of ChangeSet");if(1==s.length)e.push(s[0],0);else{for(;i.length<n;)i.push(Ft.empty);i[n]=Ft.of(s.slice(1)),e.push(s[0],i[n].length)}}}return new fe(e,i)}static createSet(t,e){return new fe(t,e)}}function pe(t,e,i,n=!1){if(0==e&&i<=0)return;let s=t.length-2;s>=0&&i<=0&&i==t[s+1]?t[s]+=e:0==e&&0==t[s]?t[s+1]+=i:n?(t[s]+=e,t[s+1]+=i):t.push(e,i)}function me(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(Ft.empty);t.push(i)}}function ge(t,e,i){let n=t.inserted;for(let s=0,o=0,r=0;r<t.sections.length;){let l=t.sections[r++],a=t.sections[r++];if(a<0)s+=l,o+=l;else{let h=s,c=o,u=Ft.empty;for(;h+=l,c+=a,a&&n&&(u=u.append(n[r-2>>1])),!(i||r==t.sections.length||t.sections[r+1]<0);)l=t.sections[r++],a=t.sections[r++];e(s,h,o,c,u),s=h,o=c}}}function ve(t,e,i,n=!1){let s=[],o=n?[]:null,r=new we(t),l=new we(e);for(let t=-1;;)if(-1==r.ins&&-1==l.ins){let t=Math.min(r.len,l.len);pe(s,t,-1),r.forward(t),l.forward(t)}else if(l.ins>=0&&(r.ins<0||t==r.i||0==r.off&&(l.len<r.len||l.len==r.len&&!i))){let e=l.len;for(pe(s,l.ins,-1);e;){let i=Math.min(r.len,e);r.ins>=0&&t<r.i&&r.len<=i&&(pe(s,0,r.ins),o&&me(o,s,r.text),t=r.i),r.forward(i),e-=i}l.next()}else{if(!(r.ins>=0)){if(r.done&&l.done)return o?fe.createSet(s,o):de.create(s);throw new Error("Mismatched change set lengths")}{let e=0,i=r.len;for(;i;)if(-1==l.ins){let t=Math.min(i,l.len);e+=t,i-=t,l.forward(t)}else{if(!(0==l.ins&&l.len<i))break;i-=l.len,l.next()}pe(s,e,t<r.i?r.ins:0),o&&t<r.i&&me(o,s,r.text),t=r.i,r.forward(r.len-i)}}}function be(t,e,i=!1){let n=[],s=i?[]:null,o=new we(t),r=new we(e);for(let t=!1;;){if(o.done&&r.done)return s?fe.createSet(n,s):de.create(n);if(0==o.ins)pe(n,o.len,0,t),o.next();else if(0!=r.len||r.done){if(o.done||r.done)throw new Error("Mismatched change set lengths");{let e=Math.min(o.len2,r.len),i=n.length;if(-1==o.ins){let i=-1==r.ins?-1:r.off?0:r.ins;pe(n,e,i,t),s&&i&&me(s,n,r.text)}else-1==r.ins?(pe(n,o.off?0:o.len,e,t),s&&me(s,n,o.textBit(e))):(pe(n,o.off?0:o.len,r.off?0:r.ins,t),s&&!r.off&&me(s,n,r.text));t=(o.ins>e||r.ins>=0&&r.len>e)&&(t||n.length>i),o.forward2(e),r.forward(e)}}else pe(n,0,r.ins,t),s&&me(s,n,r.text),r.next()}}class we{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?Ft.empty:t[e]}textBit(t){let{inserted:e}=this.set,i=this.i-2>>1;return i>=e.length&&!t?Ft.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 ye{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 ye(i,n,this.flags)}extend(t,e=t){if(t<=this.anchor&&e>=this.anchor)return xe.range(t,e);let i=Math.abs(t-this.anchor)>Math.abs(e-this.anchor)?t:e;return xe.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 xe.range(t.anchor,t.head)}static create(t,e,i){return new ye(t,e,i)}}class xe{constructor(t,e){this.ranges=t,this.mainIndex=e}map(t,e=-1){return t.empty?this:xe.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 xe([this.main],0)}addRange(t,e=!0){return xe.create([t].concat(this.ranges),e?0:this.mainIndex+1)}replaceRange(t,e=this.mainIndex){let i=this.ranges.slice();return i[e]=t,xe.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 xe(t.ranges.map((t=>ye.fromJSON(t))),t.main)}static single(t,e=t){return new xe([xe.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 s=t[n];if(s.empty?s.from<=i:s.from<i)return xe.normalized(t.slice(),e);i=s.to}return new xe(t,e)}static cursor(t,e=0,i,n){return ye.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 s=(null!=i?i:16777215)<<6|(null==n?7:Math.min(6,n));return e<t?ye.create(e,t,48|s):ye.create(t,e,(e>t?8:0)|s)}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],s=t[i-1];if(n.empty?n.from<=s.to:n.from<s.to){let o=s.from,r=Math.max(n.to,s.to);i<=e&&e--,t.splice(--i,2,n.anchor>n.head?xe.range(r,o):xe.range(o,r))}}return new xe(t,e)}}function ke(t,e){for(let i of t.ranges)if(i.to>e)throw new RangeError("Selection points outside of document")}let Oe=0;class Se{constructor(t,e,i,n,s){this.combine=t,this.compareInput=e,this.compare=i,this.isStatic=n,this.id=Oe++,this.default=t([]),this.extensions="function"==typeof s?s(this):s}get reader(){return this}static define(t={}){return new Se(t.combine||(t=>t),t.compareInput||((t,e)=>t===e),t.compare||(t.combine?(t,e)=>t===e:Ce),!!t.static,t.enables)}of(t){return new Ae([],this,0,t)}compute(t,e){if(this.isStatic)throw new Error("Can't compute a static facet");return new Ae(t,this,1,e)}computeN(t,e){if(this.isStatic)throw new Error("Can't compute a static facet");return new Ae(t,this,2,e)}from(t,e){return e||(e=t=>t),this.compute([t],(i=>e(i.field(t))))}}function Ce(t,e){return t==e||t.length==e.length&&t.every(((t,i)=>t===e[i]))}class Ae{constructor(t,e,i,n){this.dependencies=t,this.facet=e,this.type=i,this.value=n,this.id=Oe++}dynamicSlot(t){var e;let i=this.value,n=this.facet.compareInput,s=this.id,o=t[s]>>1,r=2==this.type,l=!1,a=!1,h=[];for(let i of this.dependencies)"doc"==i?l=!0:"selection"==i?a=!0:1&(null!==(e=t[i.id])&&void 0!==e?e:1)||h.push(t[i.id]);return{create:t=>(t.values[o]=i(t),1),update(t,e){if(l&&e.docChanged||a&&(e.docChanged||e.selection)||Te(t,h)){let e=i(t);if(r?!Me(e,t.values[o],n):!n(e,t.values[o]))return t.values[o]=e,1}return 0},reconfigure:(t,e)=>{let l,a=e.config.address[s];if(null!=a){let s=$e(e,a);if(this.dependencies.every((i=>i instanceof Se?e.facet(i)===t.facet(i):!(i instanceof Re)||e.field(i,!1)==t.field(i,!1)))||(r?Me(l=i(t),s,n):n(l=i(t),s)))return t.values[o]=s,0}else l=i(t);return t.values[o]=l,1}}}}function Me(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 Te(t,e){let i=!1;for(let n of e)1&ze(t,n)&&(i=!0);return i}function De(t,e,i){let n=i.map((e=>t[e.id])),s=i.map((t=>t.type)),o=n.filter((t=>!(1&t))),r=t[e.id]>>1;function l(t){let i=[];for(let e=0;e<n.length;e++){let o=$e(t,n[e]);if(2==s[e])for(let t of o)i.push(t);else i.push(o)}return e.combine(i)}return{create(t){for(let e of n)ze(t,e);return t.values[r]=l(t),1},update(t,i){if(!Te(t,o))return 0;let n=l(t);return e.compare(n,t.values[r])?0:(t.values[r]=n,1)},reconfigure(t,s){let o=Te(t,n),a=s.config.facets[e.id],h=s.facet(e);if(a&&!o&&Ce(i,a))return t.values[r]=h,0;let c=l(t);return e.compare(c,h)?(t.values[r]=h,0):(t.values[r]=c,1)}}}const Pe=Se.define({static:!0});class Re{constructor(t,e,i,n,s){this.id=t,this.createF=e,this.updateF=i,this.compareF=n,this.spec=s,this.provides=void 0}static define(t){let e=new Re(Oe++,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(Pe).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],s=this.updateF(n,i);return this.compareF(n,s)?0:(t.values[e]=s,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,Pe.of({field:this,create:t})]}get extension(){return this}}function Ee(t){return e=>new Ne(e,t)}const Be={highest:Ee(0),high:Ee(1),default:Ee(2),low:Ee(3),lowest:Ee(4)};class Ne{constructor(t,e){this.inner=t,this.prec=e}}class Le{of(t){return new Ie(this,t)}reconfigure(t){return Le.reconfigure.of({compartment:this,extension:t})}get(t){return t.config.compartments.get(this)}}class Ie{constructor(t,e){this.compartment=t,this.inner=e}}class Qe{constructor(t,e,i,n,s,o){for(this.base=t,this.compartments=e,this.dynamicSlots=i,this.address=n,this.staticValues=s,this.facets=o,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=[],s=Object.create(null),o=new Map;for(let i of function(t,e,i){let n=[[],[],[],[],[]],s=new Map;return function t(o,r){let l=s.get(o);if(null!=l){if(l<=r)return;let t=n[l].indexOf(o);t>-1&&n[l].splice(t,1),o instanceof Ie&&i.delete(o.compartment)}if(s.set(o,r),Array.isArray(o))for(let e of o)t(e,r);else if(o instanceof Ie){if(i.has(o.compartment))throw new RangeError("Duplicate use of compartment in extensions");let n=e.get(o.compartment)||o.inner;i.set(o.compartment,n),t(n,r)}else if(o instanceof Ne)t(o.inner,o.prec);else if(o instanceof Re)n[r].push(o),o.provides&&t(o.provides,r);else if(o instanceof Ae)n[r].push(o),o.facet.extensions&&t(o.facet.extensions,2);else{let e=o.extension;if(!e)throw new Error(`Unrecognized extension value in extension set (${o}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);t(e,r)}}(t,2),n.reduce(((t,e)=>t.concat(e)))}(t,e,o))i instanceof Re?n.push(i):(s[i.facet.id]||(s[i.facet.id]=[])).push(i);let r=Object.create(null),l=[],a=[];for(let t of n)r[t.id]=a.length<<1,a.push((e=>t.slot(e)));let h=null==i?void 0:i.config.facets;for(let t in s){let e=s[t],n=e[0].facet,o=h&&h[t]||[];if(e.every((t=>0==t.type)))if(r[n.id]=l.length<<1|1,Ce(o,e))l.push(i.facet(n));else{let t=n.combine(e.map((t=>t.value)));l.push(i&&n.compare(t,i.facet(n))?i.facet(n):t)}else{for(let t of e)0==t.type?(r[t.id]=l.length<<1|1,l.push(t.value)):(r[t.id]=a.length<<1,a.push((e=>t.dynamicSlot(e))));r[n.id]=a.length<<1,a.push((t=>De(t,n,e)))}}let c=a.map((t=>t(r)));return new Qe(t,o,c,r,l,s)}}function ze(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 s=t.computeSlot(t,t.config.dynamicSlots[i]);return t.status[i]=2|s}function $e(t,e){return 1&e?t.config.staticValues[e>>1]:t.values[e>>1]}const We=Se.define(),Ve=Se.define({combine:t=>t.some((t=>t)),static:!0}),Fe=Se.define({combine:t=>t.length?t[0]:void 0,static:!0}),He=Se.define(),qe=Se.define(),Xe=Se.define(),_e=Se.define({combine:t=>!!t.length&&t[0]});class je{constructor(t,e){this.type=t,this.value=e}static define(){return new Ue}}class Ue{of(t){return new je(this,t)}}class Ke{constructor(t){this.map=t}of(t){return new Ye(this,t)}}class Ye{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 Ye(this.type,e)}is(t){return this.type==t}static define(t={}){return new Ke(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}}Ye.reconfigure=Ye.define(),Ye.appendConfig=Ye.define();class Ge{constructor(t,e,i,n,s,o){this.startState=t,this.changes=e,this.selection=i,this.effects=n,this.annotations=s,this.scrollIntoView=o,this._doc=null,this._state=null,i&&ke(i,e.newLength),s.some((t=>t.type==Ge.time))||(this.annotations=s.concat(Ge.time.of(Date.now())))}static create(t,e,i,n,s,o){return new Ge(t,e,i,n,s,o)}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(Ge.userEvent);return!(!e||!(e==t||e.length>t.length&&e.slice(0,t.length)==t&&"."==e[t.length]))}}function Ze(t,e){let i=[];for(let n=0,s=0;;){let o,r;if(n<t.length&&(s==e.length||e[s]>=t[n]))o=t[n++],r=t[n++];else{if(!(s<e.length))return i;o=e[s++],r=e[s++]}!i.length||i[i.length-1]<o?i.push(o,r):i[i.length-1]<r&&(i[i.length-1]=r)}}function Je(t,e,i){var n;let s,o,r;return i?(s=e.changes,o=fe.empty(e.changes.length),r=t.changes.compose(e.changes)):(s=e.changes.map(t.changes),o=t.changes.mapDesc(e.changes,!0),r=t.changes.compose(s)),{changes:r,selection:e.selection?e.selection.map(o):null===(n=t.selection)||void 0===n?void 0:n.map(s),effects:Ye.mapEffects(t.effects,s).concat(Ye.mapEffects(e.effects,o)),annotations:t.annotations.length?t.annotations.concat(e.annotations):e.annotations,scrollIntoView:t.scrollIntoView||e.scrollIntoView}}function ti(t,e,i){let n=e.selection,s=ni(e.annotations);return e.userEvent&&(s=s.concat(Ge.userEvent.of(e.userEvent))),{changes:e.changes instanceof fe?e.changes:fe.of(e.changes||[],i,t.facet(Fe)),selection:n&&(n instanceof xe?n:xe.single(n.anchor,n.head)),effects:ni(e.effects),annotations:s,scrollIntoView:!!e.scrollIntoView}}function ei(t,e,i){let n=ti(t,e.length?e[0]:{},t.doc.length);e.length&&!1===e[0].filter&&(i=!1);for(let s=1;s<e.length;s++){!1===e[s].filter&&(i=!1);let o=!!e[s].sequential;n=Je(n,ti(t,e[s],o?n.changes.newLength:t.doc.length),o)}let s=Ge.create(t,n.changes,n.selection,n.effects,n.annotations,n.scrollIntoView);return function(t){let e=t.startState,i=e.facet(Xe),n=t;for(let s=i.length-1;s>=0;s--){let o=i[s](t);o&&Object.keys(o).length&&(n=Je(n,ti(e,o,t.changes.newLength),!0))}return n==t?t:Ge.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(He)){let e=n(t);if(!1===e){i=!1;break}Array.isArray(e)&&(i=!0===i?e:Ze(i,e))}if(!0!==i){let n,s;if(!1===i)s=t.changes.invertedDesc,n=fe.empty(e.doc.length);else{let e=t.changes.filter(i);n=e.changes,s=e.filtered.mapDesc(e.changes).invertedDesc}t=Ge.create(e,n,t.selection&&t.selection.map(s),Ye.mapEffects(t.effects,s),t.annotations,t.scrollIntoView)}let n=e.facet(qe);for(let i=n.length-1;i>=0;i--){let s=n[i](t);t=s instanceof Ge?s:Array.isArray(s)&&1==s.length&&s[0]instanceof Ge?s[0]:ei(e,ni(s),!1)}return t}(s):s)}Ge.time=je.define(),Ge.userEvent=je.define(),Ge.addToHistory=je.define(),Ge.remote=je.define();const ii=[];function ni(t){return null==t?ii:Array.isArray(t)?t:[t]}var si=function(t){return t[t.Word=0]="Word",t[t.Space=1]="Space",t[t.Other=2]="Other",t}(si||(si={}));const oi=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let ri;try{ri=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(t){}class li{constructor(t,e,i,n,s,o){this.config=t,this.doc=e,this.selection=i,this.values=n,this.status=t.statusTemplate.slice(),this.computeSlot=s,o&&(o._state=this);for(let t=0;t<this.config.dynamicSlots.length;t++)ze(this,t<<1);this.computeSlot=null}field(t,e=!0){let i=this.config.address[t.id];if(null!=i)return ze(this,i),$e(this,i);if(e)throw new RangeError("Field is not present in this state")}update(...t){return ei(this,t,!0)}applyTransaction(t){let e,i=this.config,{base:n,compartments:s}=i;for(let e of t.effects)e.is(Le.reconfigure)?(i&&(s=new Map,i.compartments.forEach(((t,e)=>s.set(e,t))),i=null),s.set(e.value.compartment,e.value.extension)):e.is(Ye.reconfigure)?(i=null,n=e.value):e.is(Ye.appendConfig)&&(i=null,n=ni(n).concat(e.value));i?e=t.startState.values.slice():(i=Qe.resolve(n,s,this),e=new li(i,this.doc,this.selection,i.dynamicSlots.map((()=>null)),((t,e)=>e.reconfigure(t,this)),null).values);let o=t.startState.facet(Ve)?t.newSelection:t.newSelection.asSingle();new li(i,t.newDoc,o,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:xe.cursor(e.from+t.length)})))}changeByRange(t){let e=this.selection,i=t(e.ranges[0]),n=this.changes(i.changes),s=[i.range],o=ni(i.effects);for(let i=1;i<e.ranges.length;i++){let r=t(e.ranges[i]),l=this.changes(r.changes),a=l.map(n);for(let t=0;t<i;t++)s[t]=s[t].map(a);let h=n.mapDesc(l,!0);s.push(r.range.map(h)),n=n.compose(a),o=Ye.mapEffects(o,a).concat(Ye.mapEffects(ni(r.effects),h))}return{changes:n,selection:xe.create(s,e.mainIndex),effects:o}}changes(t=[]){return t instanceof fe?t:fe.of(t,this.doc.length,this.facet(li.lineSeparator))}toText(t){return Ft.of(t.split(this.facet(li.lineSeparator)||ce))}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:(ze(this,e),$e(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 Re&&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 s=i[e],o=t[e];n.push(s.init((t=>s.spec.fromJSON(o,t))))}return li.create({doc:t.doc,selection:xe.fromJSON(t.selection),extensions:e.extensions?n.concat([e.extensions]):n})}static create(t={}){let e=Qe.resolve(t.extensions||[],new Map),i=t.doc instanceof Ft?t.doc:Ft.of((t.doc||"").split(e.staticFacet(li.lineSeparator)||ce)),n=t.selection?t.selection instanceof xe?t.selection:xe.single(t.selection.anchor,t.selection.head):xe.single(0);return ke(n,i.length),e.staticFacet(Ve)||(n=n.asSingle()),new li(e,i,n,e.dynamicSlots.map((()=>null)),((t,e)=>e.create(t)),null)}get tabSize(){return this.facet(li.tabSize)}get lineBreak(){return this.facet(li.lineSeparator)||"\n"}get readOnly(){return this.facet(_e)}phrase(t,...e){for(let e of this.facet(li.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 s of this.facet(We))for(let o of s(this,e,i))Object.prototype.hasOwnProperty.call(o,t)&&n.push(o[t]);return n}charCategorizer(t){return e=this.languageDataAt("wordChars",t).join(""),t=>{if(!/\S/.test(t))return si.Space;if(function(t){if(ri)return ri.test(t);for(let e=0;e<t.length;e++){let i=t[e];if(/\w/.test(i)||i>"€"&&(i.toUpperCase()!=i.toLowerCase()||oi.test(i)))return!0}return!1}(t))return si.Word;for(let i=0;i<e.length;i++)if(t.indexOf(e[i])>-1)return si.Word;return si.Other};var e}wordAt(t){let{text:e,from:i,length:n}=this.doc.lineAt(t),s=this.charCategorizer(t),o=t-i,r=t-i;for(;o>0;){let t=ie(e,o,!1);if(s(e.slice(t,o))!=si.Word)break;o=t}for(;r<n;){let t=ie(e,r);if(s(e.slice(r,t))!=si.Word)break;r=t}return o==r?null:xe.range(o+i,r+i)}}function ai(t,e,i={}){let n={};for(let e of t)for(let t of Object.keys(e)){let s=e[t],o=n[t];if(void 0===o)n[t]=s;else if(o===s||void 0===s);else{if(!Object.hasOwnProperty.call(i,t))throw new Error("Config merge conflict for field "+t);n[t]=i[t](o,s)}}for(let t in e)void 0===n[t]&&(n[t]=e[t]);return n}li.allowMultipleSelections=Ve,li.tabSize=Se.define({combine:t=>t.length?t[0]:4}),li.lineSeparator=Fe,li.readOnly=_e,li.phrases=Se.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]))}}),li.languageData=We,li.changeFilter=He,li.transactionFilter=qe,li.transactionExtender=Xe,Le.reconfigure=Ye.define();class hi{eq(t){return this==t}range(t,e=t){return ci.create(t,e,this)}}hi.prototype.startSide=hi.prototype.endSide=0,hi.prototype.point=!1,hi.prototype.mapMode=ue.TrackDel;class ci{constructor(t,e,i){this.from=t,this.to=e,this.value=i}static create(t,e,i){return new ci(t,e,i)}}function ui(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class di{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 s=i?this.to:this.from;for(let o=n,r=s.length;;){if(o==r)return o;let n=o+r>>1,l=s[n]-t||(i?this.value[n].endSide:this.value[n].startSide)-e;if(n==o)return l>=0?o:r;l>=0?r=n:o=n+1}}between(t,e,i,n){for(let s=this.findIndex(e,-1e9,!0),o=this.findIndex(i,1e9,!1,s);s<o;s++)if(!1===n(this.from[s]+t,this.to[s]+t,this.value[s]))return!1}map(t,e){let i=[],n=[],s=[],o=-1,r=-1;for(let l=0;l<this.value.length;l++){let a,h,c=this.value[l],u=this.from[l]+t,d=this.to[l]+t;if(u==d){let t=e.mapPos(u,c.startSide,c.mapMode);if(null==t)continue;if(a=h=t,c.startSide!=c.endSide&&(h=e.mapPos(u,c.endSide),h<a))continue}else if(a=e.mapPos(u,c.startSide),h=e.mapPos(d,c.endSide),a>h||a==h&&c.startSide>0&&c.endSide<=0)continue;(h-a||c.endSide-c.startSide)<0||(o<0&&(o=a),c.point&&(r=Math.max(r,h-a)),i.push(c),n.push(a-o),s.push(h-o))}return{mapped:i.length?new di(n,s,i,r):null,pos:o}}}class fi{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 fi(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:s=this.length}=t,o=t.filter;if(0==e.length&&!o)return this;if(i&&(e=e.slice().sort(ui)),this.isEmpty)return e.length?fi.of(e):this;let r=new gi(this,null,-1).goto(0),l=0,a=[],h=new pi;for(;r.value||l<e.length;)if(l<e.length&&(r.from-e[l].from||r.startSide-e[l].value.startSide)>=0){let t=e[l++];h.addInner(t.from,t.to,t.value)||a.push(t)}else 1==r.rangeIndex&&r.chunkIndex<this.chunk.length&&(l==e.length||this.chunkEnd(r.chunkIndex)<e[l].from)&&(!o||n>this.chunkEnd(r.chunkIndex)||s<this.chunkPos[r.chunkIndex])&&h.addChunk(this.chunkPos[r.chunkIndex],this.chunk[r.chunkIndex])?r.nextChunk():((!o||n>r.to||s<r.from||o(r.from,r.to,r.value))&&(h.addInner(r.from,r.to,r.value)||a.push(ci.create(r.from,r.to,r.value))),r.next());return h.finishInner(this.nextLayer.isEmpty&&!a.length?fi.empty:this.nextLayer.update({add:a,filter:o,filterFrom:n,filterTo:s}))}map(t){if(t.empty||this.isEmpty)return this;let e=[],i=[],n=-1;for(let s=0;s<this.chunk.length;s++){let o=this.chunkPos[s],r=this.chunk[s],l=t.touchesRange(o,o+r.length);if(!1===l)n=Math.max(n,r.maxPoint),e.push(r),i.push(t.mapPos(o));else if(!0===l){let{mapped:s,pos:l}=r.map(o,t);s&&(n=Math.max(n,s.maxPoint),e.push(s),i.push(l))}}let s=this.nextLayer.map(t);return 0==e.length?s:new fi(i,e,s||fi.empty,n)}between(t,e,i){if(!this.isEmpty){for(let n=0;n<this.chunk.length;n++){let s=this.chunkPos[n],o=this.chunk[n];if(e>=s&&t<=s+o.length&&!1===o.between(s,t-s,e-s,i))return}this.nextLayer.between(t,e,i)}}iter(t=0){return vi.from([this]).goto(t)}get isEmpty(){return this.nextLayer==this}static iter(t,e=0){return vi.from(t).goto(e)}static compare(t,e,i,n,s=-1){let o=t.filter((t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=s)),r=e.filter((t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=s)),l=mi(o,r,i),a=new wi(o,l,s),h=new wi(r,l,s);i.iterGaps(((t,e,i)=>yi(a,t,h,e,i,n))),i.empty&&0==i.length&&yi(a,0,h,0,0,n)}static eq(t,e,i=0,n){null==n&&(n=999999999);let s=t.filter((t=>!t.isEmpty&&e.indexOf(t)<0)),o=e.filter((e=>!e.isEmpty&&t.indexOf(e)<0));if(s.length!=o.length)return!1;if(!s.length)return!0;let r=mi(s,o),l=new wi(s,r,0).goto(i),a=new wi(o,r,0).goto(i);for(;;){if(l.to!=a.to||!xi(l.active,a.active)||l.point&&(!a.point||!l.point.eq(a.point)))return!1;if(l.to>n)return!0;l.next(),a.next()}}static spans(t,e,i,n,s=-1){let o=new wi(t,null,s).goto(e),r=e,l=o.openStart;for(;;){let t=Math.min(o.to,i);if(o.point){let i=o.activeForPoint(o.to),s=o.pointFrom<e?i.length+1:o.point.startSide<0?i.length:Math.min(i.length,l);n.point(r,t,o.point,i,s,o.pointRank),l=Math.min(o.openEnd(t),i.length)}else t>r&&(n.span(r,t,o.active,l),l=o.openEnd(t));if(o.to>i)return l+(o.point&&o.to>i?1:0);r=o.to,o.next()}}static of(t,e=!1){let i=new pi;for(let n of t instanceof ci?[t]:e?function(t){if(t.length>1)for(let e=t[0],i=1;i<t.length;i++){let n=t[i];if(ui(e,n)>0)return t.slice().sort(ui);e=n}return t}(t):t)i.add(n.from,n.to,n.value);return i.finish()}static join(t){if(!t.length)return fi.empty;let e=t[t.length-1];for(let i=t.length-2;i>=0;i--)for(let n=t[i];n!=fi.empty;n=n.nextLayer)e=new fi(n.chunkPos,n.chunk,e,Math.max(n.maxPoint,e.maxPoint));return e}}fi.empty=new fi([],[],null,-1),fi.empty.nextLayer=fi.empty;class pi{finishChunk(t){this.chunks.push(new di(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 pi)).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(fi.empty)}finishInner(t){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return t;let e=fi.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(t):t,this.setMaxPoint);return this.from=null,e}}function mi(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 s=new Set;for(let t of e)for(let e=0;e<t.chunk.length;e++){let o=n.get(t.chunk[e]);null==o||(i?i.mapPos(o):o)!=t.chunkPos[e]||(null==i?void 0:i.touchesRange(o,o+t.chunk[e].length))||s.add(t.chunk[e])}return s}class gi{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 vi{constructor(t){this.heap=t}static from(t,e=null,i=-1){let n=[];for(let s=0;s<t.length;s++)for(let o=t[s];!o.isEmpty;o=o.nextLayer)o.maxPoint>=i&&n.push(new gi(o,e,i,s));return 1==n.length?n[0]:new vi(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--)bi(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--)bi(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(),bi(this.heap,0)}}}function bi(t,e){for(let i=t[e];;){let n=1+(e<<1);if(n>=t.length)break;let s=t[n];if(n+1<t.length&&s.compare(t[n+1])>=0&&(s=t[n+1],n++),i.compare(s)<0)break;t[n]=i,t[e]=s,e=n}}class wi{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=vi.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){ki(this.active,t),ki(this.activeTo,t),ki(this.activeRank,t),this.minActive=Si(this.active,this.activeTo)}addActive(t){let e=0,{value:i,to:n,rank:s}=this.cursor;for(;e<this.activeRank.length&&(s-this.activeRank[e]||n-this.activeTo[e])>0;)e++;Oi(this.active,e,i),Oi(this.activeTo,e,n),Oi(this.activeRank,e,s),t&&Oi(t,e,this.cursor.from),this.minActive=Si(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&&ki(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 yi(t,e,i,n,s,o){t.goto(e),i.goto(n);let r=n+s,l=n,a=n-e;for(;;){let e=t.to+a-i.to||t.endSide-i.endSide,n=e<0?t.to+a:i.to,s=Math.min(n,r);if(t.point||i.point?t.point&&i.point&&(t.point==i.point||t.point.eq(i.point))&&xi(t.activeForPoint(t.to),i.activeForPoint(i.to))||o.comparePoint(l,s,t.point,i.point):s>l&&!xi(t.active,i.active)&&o.compareRange(l,s,t.active,i.active),n>r)break;l=n,e<=0&&t.next(),e>=0&&i.next()}}function xi(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 ki(t,e){for(let i=e,n=t.length-1;i<n;i++)t[i]=t[i+1];t.pop()}function Oi(t,e,i){for(let i=t.length-1;i>=e;i--)t[i+1]=t[i];t[e]=i}function Si(t,e){let i=-1,n=1e9;for(let s=0;s<e.length;s++)(e[s]-n||t[s].endSide-t[i].endSide)<0&&(i=s,n=e[s]);return i}function Ci(t,e,i=t.length){let n=0;for(let s=0;s<i;)9==t.charCodeAt(s)?(n+=e-n%e,s++):(n++,s=ie(t,s));return n}function Ai(t,e,i,n){for(let n=0,s=0;;){if(s>=e)return n;if(n==t.length)break;s+=9==t.charCodeAt(n)?i-s%i:1,n=ie(t,n)}return!0===n?-1:t.length}const Mi="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),Ti="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),Di="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class Pi{constructor(t,e){this.rules=[];let{finish:i}=e||{};function n(t){return/^@/.test(t)?[t]:t.split(/,\s*/)}function s(t,e,o,r){let l=[],a=/^@(\w+)\b/.exec(t[0]),h=a&&"keyframes"==a[1];if(a&&null==e)return o.push(t[0]+";");for(let i in e){let r=e[i];if(/&/.test(i))s(i.split(/,\s*/).map((e=>t.map((t=>e.replace(/&/,t))))).reduce(((t,e)=>t.concat(e))),r,o);else if(r&&"object"==typeof r){if(!a)throw new RangeError("The value of a property ("+i+") should be a primitive value.");s(n(i),r,l,h)}else null!=r&&l.push(i.replace(/_.*/,"").replace(/[A-Z]/g,(t=>"-"+t.toLowerCase()))+": "+r+";")}(l.length||h)&&o.push((!i||a||r?t:t.map(i)).join(", ")+" {"+l.join(" ")+"}")}for(let e in t)s(n(e),t[e],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let t=Di[Mi]||1;return Di[Mi]=t+1,"ͼ"+t.toString(36)}static mount(t,e,i){let n=t[Ti],s=i&&i.nonce;n?s&&n.setNonce(s):n=new Ei(t,s),n.mount(Array.isArray(e)?e:[e],t)}}let Ri=new Map;class Ei{constructor(t,e){let i=t.ownerDocument||t,n=i.defaultView;if(!t.head&&t.adoptedStyleSheets&&n.CSSStyleSheet){let e=Ri.get(i);if(e)return t[Ti]=e;this.sheet=new n.CSSStyleSheet,Ri.set(i,this)}else this.styleTag=i.createElement("style"),e&&this.styleTag.setAttribute("nonce",e);this.modules=[],t[Ti]=this}mount(t,e){let i=this.sheet,n=0,s=0;for(let e=0;e<t.length;e++){let o=t[e],r=this.modules.indexOf(o);if(r<s&&r>-1&&(this.modules.splice(r,1),s--,r=-1),-1==r){if(this.modules.splice(s++,0,o),i)for(let t=0;t<o.rules.length;t++)i.insertRule(o.rules[t],n++)}else{for(;s<r;)n+=this.modules[s++].rules.length;n+=o.rules.length,s++}}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 Bi={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:"'"},Ni={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},Li="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),Ii="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Qi=0;Qi<10;Qi++)Bi[48+Qi]=Bi[96+Qi]=String(Qi);for(Qi=1;Qi<=24;Qi++)Bi[Qi+111]="F"+Qi;for(Qi=65;Qi<=90;Qi++)Bi[Qi]=String.fromCharCode(Qi+32),Ni[Qi]=String.fromCharCode(Qi);for(var zi in Bi)Ni.hasOwnProperty(zi)||(Ni[zi]=Bi[zi]);function $i(t){let e;return e=11==t.nodeType?t.getSelection?t:t.ownerDocument:t,e.getSelection()}function Wi(t,e){return!!e&&(t==e||t.contains(1!=e.nodeType?e.parentNode:e))}function Vi(t,e){if(!e.anchorNode)return!1;try{return Wi(t,e.anchorNode)}catch(t){return!1}}function Fi(t){return 3==t.nodeType?en(t,0,t.nodeValue.length).getClientRects():1==t.nodeType?t.getClientRects():[]}function Hi(t,e,i,n){return!!i&&(_i(t,e,i,n,-1)||_i(t,e,i,n,1))}function qi(t){for(var e=0;;e++)if(!(t=t.previousSibling))return e}function Xi(t){return 1==t.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}function _i(t,e,i,n,s){for(;;){if(t==i&&e==n)return!0;if(e==(s<0?0:ji(t))){if("DIV"==t.nodeName)return!1;let i=t.parentNode;if(!i||1!=i.nodeType)return!1;e=qi(t)+(s<0?0:1),t=i}else{if(1!=t.nodeType)return!1;if(1==(t=t.childNodes[e+(s<0?-1:0)]).nodeType&&"false"==t.contentEditable)return!1;e=s<0?ji(t):0}}}function ji(t){return 3==t.nodeType?t.nodeValue.length:t.childNodes.length}function Ui(t,e){let i=e?t.left:t.right;return{left:i,right:i,top:t.top,bottom:t.bottom}}function Ki(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 Yi(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 Gi{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?ji(e):0),i,Math.min(t.focusOffset,i?ji(i):0))}set(t,e,i,n){this.anchorNode=t,this.anchorOffset=e,this.focusNode=i,this.focusOffset=n}}let Zi,Ji=null;function tn(t){if(t.setActive)return t.setActive();if(Ji)return t.focus(Ji);let e=[];for(let i=t;i&&(e.push(i,i.scrollTop,i.scrollLeft),i!=i.ownerDocument);i=i.parentNode);if(t.focus(null==Ji?{get preventScroll(){return Ji={preventScroll:!0},!0}}:void 0),!Ji){Ji=!1;for(let t=0;t<e.length;){let i=e[t++],n=e[t++],s=e[t++];i.scrollTop!=n&&(i.scrollTop=n),i.scrollLeft!=s&&(i.scrollLeft=s)}}}function en(t,e,i=e){let n=Zi||(Zi=document.createRange());return n.setEnd(t,i),n.setStart(t,e),n}function nn(t,e,i,n){let s={key:e,code:e,keyCode:i,which:i,cancelable:!0};n&&({altKey:s.altKey,ctrlKey:s.ctrlKey,shiftKey:s.shiftKey,metaKey:s.metaKey}=n);let o=new KeyboardEvent("keydown",s);o.synthetic=!0,t.dispatchEvent(o);let r=new KeyboardEvent("keyup",s);return r.synthetic=!0,t.dispatchEvent(r),o.defaultPrevented||r.defaultPrevented}function sn(t){for(;t.attributes.length;)t.removeAttributeNode(t.attributes[0])}function on(t){return t.scrollTop>Math.max(1,t.scrollHeight-t.clientHeight-4)}function rn(t,e){for(let i=t,n=e;;){if(3==i.nodeType&&n>0)return{node:i,offset:n};if(1==i.nodeType&&n>0){if("false"==i.contentEditable)return null;i=i.childNodes[n-1],n=ji(i)}else{if(!i.parentNode||Xi(i))return null;n=qi(i),i=i.parentNode}}}function ln(t,e){for(let i=t,n=e;;){if(3==i.nodeType&&n<i.nodeValue.length)return{node:i,offset:n};if(1==i.nodeType&&n<i.childNodes.length){if("false"==i.contentEditable)return null;i=i.childNodes[n],n=0}else{if(!i.parentNode||Xi(i))return null;n=qi(i)+1,i=i.parentNode}}}class an{constructor(t,e,i=!0){this.node=t,this.offset=e,this.precise=i}static before(t,e){return new an(t.parentNode,qi(t),e)}static after(t,e){return new an(t.parentNode,qi(t)+1,e)}}const hn=[];class cn{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,s=null;for(let o of this.children){if(7&o.flags){if(!o.dom&&(i=s?s.nextSibling:n.firstChild)){let t=cn.get(i);(!t||!t.parent&&t.canReuseDOM(o))&&o.reuseDOM(i)}o.sync(t,e),o.flags&=-8}if(i=s?s.nextSibling:n.firstChild,e&&!e.written&&e.node==n&&i!=o.dom&&(e.written=!0),o.dom.parentNode==n)for(;i&&i!=o.dom;)i=un(i);else n.insertBefore(o.dom,i);s=o.dom}for(i=s?s.nextSibling:n.firstChild,i&&e&&e.node==n&&(e.written=!0);i;)i=un(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==ji(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&&!cn.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,s=-1,o=-1,r=-1;for(let l=0,a=i,h=i;l<this.children.length;l++){let i=this.children[l],c=a+i.length;if(a<t&&c>e)return i.domBoundsAround(t,e,a);if(c>=t&&-1==n&&(n=l,s=a),a>e&&i.dom.parentNode==this.dom){o=l,r=h;break}h=c,a=c+i.breakAfter}return{from:s,to:r<0?i+this.length:r,startDOM:(n?this.children[n-1].dom.nextSibling:null)||this.dom.firstChild,endDOM:o<this.children.length&&o>=0?this.children[o].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=hn){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 dn(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,s,o){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 un(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}cn.prototype.breakAfter=0;class dn{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 fn(t,e,i,n,s,o,r,l,a){let{children:h}=t,c=h.length?h[e]:null,u=o.length?o[o.length-1]:null,d=u?u.breakAfter:r;if(!(e==n&&c&&!r&&!d&&o.length<2&&c.merge(i,s,o.length?u:null,0==i,l,a))){if(n<h.length){let t=h[n];t&&(s<t.length||t.breakAfter&&(null==u?void 0:u.breakAfter))?(e==n&&(t=t.split(s),s=0),!d&&u&&t.merge(0,s,u,!0,0,a)?o[o.length-1]=t:((s||t.children.length&&!t.children[0].length)&&t.merge(0,s,null,!1,0,a),o.push(t))):(null==t?void 0:t.breakAfter)&&(u?u.breakAfter=1:r=1),n++}for(c&&(c.breakAfter=r,i>0&&(!r&&o.length&&c.merge(i,c.length,o[0],!1,l,0)?c.breakAfter=o.shift().breakAfter:(i<c.length||c.children.length&&0==c.children[c.children.length-1].length)&&c.merge(i,c.length,null,!1,l,0),e++));e<n&&o.length;)if(h[n-1].become(o[o.length-1]))n--,o.pop(),a=o.length?0:l;else{if(!h[e].become(o[0]))break;e++,o.shift(),l=o.length?0:a}!o.length&&e&&n<h.length&&!h[e-1].breakAfter&&h[n].merge(0,0,h[e-1],!1,l,a)&&e--,(e<n||o.length)&&t.replaceChildren(e,n,o)}}function pn(t,e,i,n,s,o){let r=t.childCursor(),{i:l,off:a}=r.findPos(i,1),{i:h,off:c}=r.findPos(e,-1),u=e-i;for(let t of n)u+=t.length;t.length+=u,fn(t,h,c,l,a,n,0,s,o)}let mn="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},gn="undefined"!=typeof document?document:{documentElement:{style:{}}};const vn=/Edge\/(\d+)/.exec(mn.userAgent),bn=/MSIE \d/.test(mn.userAgent),wn=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(mn.userAgent),yn=!!(bn||wn||vn),xn=!yn&&/gecko\/(\d+)/i.test(mn.userAgent),kn=!yn&&/Chrome\/(\d+)/.exec(mn.userAgent),On="webkitFontSmoothing"in gn.documentElement.style,Sn=!yn&&/Apple Computer/.test(mn.vendor),Cn=Sn&&(/Mobile\/\w+/.test(mn.userAgent)||mn.maxTouchPoints>2);var An={mac:Cn||/Mac/.test(mn.platform),windows:/Win/.test(mn.platform),linux:/Linux|X11/.test(mn.platform),ie:yn,ie_version:bn?gn.documentMode||6:wn?+wn[1]:vn?+vn[1]:0,gecko:xn,gecko_version:xn?+(/Firefox\/(\d+)/.exec(mn.userAgent)||[0,0])[1]:0,chrome:!!kn,chrome_version:kn?+kn[1]:0,ios:Cn,android:/Android\b/.test(mn.userAgent),webkit:On,safari:Sn,webkit_version:On?+(/\bAppleWebKit\/(\d+)/.exec(mn.userAgent)||[0,0])[1]:0,tabSize:null!=gn.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class Mn extends cn{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 Mn)||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 Mn(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 an(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 s=e,o=e,r=0;0==e&&i<0||e==n&&i>=0?An.chrome||An.gecko||(e?(s--,r=1):o<n&&(o++,r=-1)):i<0?s--:o<n&&o++;let l=en(t,s,o).getClientRects();if(!l.length)return null;let a=l[(r?r<0:i>=0)?0:l.length-1];return An.safari&&!r&&0==a.width&&(a=Array.prototype.find.call(l,(t=>t.width))||a),r?Ui(a,r<0):a||null}(this.dom,t,e)}}class Tn extends cn{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(sn(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,s,o){return!(i&&(!(i instanceof Tn&&i.mark.eq(this.mark))||t&&s<=0||e<this.length&&o<=0)||(pn(this,t,e,i?i.children.slice():[],s-1,o-1),this.markDirty(),0))}split(t){let e=[],i=0,n=-1,s=0;for(let o of this.children){let r=i+o.length;r>t&&e.push(i<t?o.split(t-i):o),n<0&&i>=t&&(n=s),i=r,s++}let o=this.length-t;return this.length=t,n>-1&&(this.children.length=n,this.markDirty()),new Tn(this.mark,e,o)}domAtPos(t){return Rn(this,t)}coordsAt(t,e){return Bn(this,t,e)}}class Dn extends cn{static create(t,e,i){return new Dn(t,e,i)}constructor(t,e,i){super(),this.widget=t,this.length=e,this.side=i,this.prevWidget=null}split(t){let e=Dn.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,s,o){return!(i&&(!(i instanceof Dn&&this.widget.compare(i.widget))||t>0&&s<=0||e<this.length&&o<=0)||(this.length=t+(i?i.length:0)+(this.length-e),0))}become(t){return t instanceof Dn&&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 Ft.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):Ft.empty}domAtPos(t){return(this.length?0==t:this.side>0)?an.before(this.dom):an.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(),s=null;if(!n.length)return null;let o=this.side?this.side<0:t>0;for(let e=o?n.length-1:0;s=n[e],!(t>0?0==e:e==n.length-1||s.top<s.bottom);e+=o?-1:1);return Ui(s,!o)}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 Pn extends cn{constructor(t){super(),this.side=t}get length(){return 0}merge(){return!1}become(t){return t instanceof Pn&&t.side==this.side}split(){return new Pn(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?an.before(this.dom):an.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(t){return this.dom.getBoundingClientRect()}get overrideDOMText(){return Ft.empty}get isHidden(){return!0}}function Rn(t,e){let i=t.dom,{children:n}=t,s=0;for(let t=0;s<n.length;s++){let o=n[s],r=t+o.length;if(!(r==t&&o.getSide()<=0)){if(e>t&&e<r&&o.dom.parentNode==i)return o.domAtPos(e-t);if(e<=t)break;t=r}}for(let t=s;t>0;t--){let e=n[t-1];if(e.dom.parentNode==i)return e.domAtPos(e.length)}for(let t=s;t<n.length;t++){let e=n[t];if(e.dom.parentNode==i)return e.domAtPos(0)}return new an(i,0)}function En(t,e,i){let n,{children:s}=t;i>0&&e instanceof Tn&&s.length&&(n=s[s.length-1])instanceof Tn&&n.mark.eq(e.mark)?En(n,e.children[0],i-1):(s.push(e),e.setParent(t)),t.length+=e.length}function Bn(t,e,i){let n=null,s=-1,o=null,r=-1;!function t(e,l){for(let a=0,h=0;a<e.children.length&&h<=l;a++){let c=e.children[a],u=h+c.length;u>=l&&(c.children.length?t(c,l-h):(!o||o.isHidden&&i>0)&&(u>l||h==u&&c.getSide()>0)?(o=c,r=l-h):(h<l||h==u&&c.getSide()<0&&!c.isHidden)&&(n=c,s=l-h)),h=u}}(t,e);let l=(i<0?n:o)||n||o;return l?l.coordsAt(Math.max(0,l==n?s:r),i):function(t){let e=t.dom.lastChild;if(!e)return t.dom.getBoundingClientRect();let i=Fi(e);return i[i.length-1]||null}(t)}function Nn(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}Mn.prototype.children=Dn.prototype.children=Pn.prototype.children=hn;const Ln=Object.create(null);function In(t,e,i){if(t==e)return!0;t||(t=Ln),e||(e=Ln);let n=Object.keys(t),s=Object.keys(e);if(n.length-(i&&n.indexOf(i)>-1?1:0)!=s.length-(i&&s.indexOf(i)>-1?1:0))return!1;for(let o of n)if(o!=i&&(-1==s.indexOf(o)||t[o]!==e[o]))return!1;return!0}function Qn(t,e,i){let n=!1;if(e)for(let s in e)i&&s in i||(n=!0,"style"==s?t.style.cssText="":t.removeAttribute(s));if(i)for(let s in i)e&&e[s]==i[s]||(n=!0,"style"==s?t.style.cssText=i[s]:t.setAttribute(s,i[s]));return n}function zn(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 $n{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 Wn=function(t){return t[t.Text=0]="Text",t[t.WidgetBefore=1]="WidgetBefore",t[t.WidgetAfter=2]="WidgetAfter",t[t.WidgetRange=3]="WidgetRange",t}(Wn||(Wn={}));class Vn extends hi{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 Fn(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 qn(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:s,end:o}=Xn(t,n);e=(s?n?-3e8:-1:5e8)-1,i=1+(o?n?2e8:1:-6e8)}return new qn(t,e,i,n,t.widget||null,!0)}static line(t){return new Hn(t)}static set(t,e=!1){return fi.of(t,e)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}Vn.none=fi.empty;class Fn extends Vn{constructor(t){let{start:e,end:i}=Xn(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 Fn&&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))&&In(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)}}Fn.prototype.point=!1;class Hn extends Vn{constructor(t){super(-2e8,-2e8,null,t)}eq(t){return t instanceof Hn&&this.spec.class==t.spec.class&&In(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)}}Hn.prototype.mapMode=ue.TrackBefore,Hn.prototype.point=!0;class qn extends Vn{constructor(t,e,i,n,s,o){super(e,i,s,t),this.block=n,this.isReplace=o,this.mapMode=n?e<=0?ue.TrackBefore:ue.TrackAfter:ue.TrackDel}get type(){return this.startSide!=this.endSide?Wn.WidgetRange:this.startSide<=0?Wn.WidgetBefore:Wn.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(t){return t instanceof qn&&((e=this.widget)==(i=t.widget)||!!(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 Xn(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 jn(t,e,i,n=0){let s=i.length-1;s>=0&&i[s]+n>=t?i[s]=Math.max(i[s],e):i.push(t,e)}qn.prototype.point=!0;class Un extends cn{constructor(){super(...arguments),this.children=[],this.length=0,this.prevAttrs=void 0,this.attrs=null,this.breakAfter=0}merge(t,e,i,n,s,o){if(i){if(!(i instanceof Un))return!1;this.dom||i.transferDOM(this)}return n&&this.setDeco(i?i.attrs:null),pn(this,t,e,i?i.children.slice():[],s,o),!0}split(t){let e=new Un;if(e.breakAfter=this.breakAfter,0==this.length)return e;let{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){In(this.attrs,t)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=t)}append(t,e){En(this,t,e)}addLineDeco(t){let e=t.spec.attributes,i=t.spec.class;e&&(this.attrs=Nn(e,this.attrs||{})),i&&(this.attrs=Nn({class:i},this.attrs||{}))}domAtPos(t){return Rn(this,t)}reuseDOM(t){"DIV"==t.nodeName&&(this.setDOM(t),this.flags|=6)}sync(t,e){var i;this.dom?4&this.flags&&(sn(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&&(Qn(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&&cn.get(n)instanceof Tn;)n=n.lastChild;if(!(n&&this.length&&("BR"==n.nodeName||0!=(null===(i=cn.get(n))||void 0===i?void 0:i.isEditable)||An.ios&&this.children.some((t=>t instanceof Mn))))){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 Mn)||/[^ -~]/.test(i.text))return null;let n=Fi(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=Bn(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 t instanceof Un&&0==this.children.length&&0==t.children.length&&In(this.attrs,t.attrs)&&this.breakAfter==t.breakAfter}covers(){return!0}static find(t,e){for(let i=0,n=0;i<t.children.length;i++){let s=t.children[i],o=n+s.length;if(o>=e){if(s instanceof Un)return s;if(o>e)break}n=o+s.breakAfter}return null}}class Kn extends cn{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,s,o){return!(i&&(!(i instanceof Kn&&this.widget.compare(i.widget))||t>0&&s<=0||e<this.length&&o<=0)||(this.length=t+(i?i.length:0)+(this.length-e),0))}domAtPos(t){return 0==t?an.before(this.dom):an.after(this.dom,t==this.length)}split(t){let e=this.length-t;this.length=t;let i=new Kn(this.widget,e,this.deco);return i.breakAfter=this.breakAfter,i}get children(){return hn}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):Ft.empty}domBoundsAround(){return null}become(t){return t instanceof Kn&&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)||(this.widget instanceof Yn?null:Ui(this.dom.getBoundingClientRect(),this.length?0==t:e<=0))}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 Yn extends $n{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}}class Gn{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 Kn&&t.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new Un),this.atCursorPos=!0),this.curLine}flushBuffer(t=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(Zn(new Pn(-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 Kn||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(Zn(new Mn(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,s,o){if(this.disallowBlockEffectsFor[o]&&i instanceof qn){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 r=e-t;if(i instanceof qn)if(i.block)i.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new Kn(i.widget||Jn.block,r,i));else{let o=Dn.create(i.widget||Jn.inline,r,r?0:i.startSide),l=this.atCursorPos&&!o.isEditable&&s<=n.length&&(t<e||i.startSide>0),a=!o.isEditable&&(t<e||s>n.length||i.startSide<=0),h=this.getLine();2!=this.pendingBuffer||l||o.isEditable||(this.pendingBuffer=0),this.flushBuffer(n),l&&(h.append(Zn(new Pn(1),n),s),s=n.length+Math.max(0,s-n.length)),h.append(Zn(o,n),s),this.atCursorPos=a,this.pendingBuffer=a?t<e||s>n.length?1:2:0,this.pendingBuffer&&(this.bufferMarks=n.slice())}else this.doc.lineAt(this.pos).from==this.pos&&this.getLine().addLineDeco(i);r&&(this.textOff+r<=this.text.length?this.textOff+=r:(this.skip+=r-(this.text.length-this.textOff),this.text="",this.textOff=0),this.pos=e),this.openStart<0&&(this.openStart=s)}static build(t,e,i,n,s){let o=new Gn(t,e,i,s);return o.openEnd=fi.spans(n,e,i,o),o.openStart<0&&(o.openStart=o.openEnd),o.finish(o.openEnd),o}}function Zn(t,e){for(let i of e)t=new Tn(i,[t],t.length);return t}class Jn extends $n{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}}Jn.inline=new Jn("span"),Jn.block=new Jn("div");var ts=function(t){return t[t.LTR=0]="LTR",t[t.RTL=1]="RTL",t}(ts||(ts={}));const es=ts.LTR,is=ts.RTL;function ns(t){let e=[];for(let i=0;i<t.length;i++)e.push(1<<+t[i]);return e}const ss=ns("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),os=ns("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),rs=Object.create(null),ls=[];for(let t of["()","[]","{}"]){let e=t.charCodeAt(0),i=t.charCodeAt(1);rs[e]=i,rs[i]=-e}function as(t){return t<=247?ss[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?os[t-1536]:1774<=t&&t<=2220?4:8192<=t&&t<=8204?256:64336<=t&&t<=65023?4:1}const hs=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class cs{get dir(){return this.level%2?is:es}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 s=-1;for(let o=0;o<t.length;o++){let r=t[o];if(r.from<=e&&r.to>=e){if(r.level==i)return o;(s<0||(0!=n?n<0?r.from<e:r.to>e:t[s].level>r.level))&&(s=o)}}if(s<0)throw new RangeError("Index out of range");return s}}function us(t,e){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++){let n=t[i],s=e[i];if(n.from!=s.from||n.to!=s.to||n.direction!=s.direction||!us(n.inner,s.inner))return!1}return!0}const ds=[];function fs(t,e,i,n,s,o,r){let l=n%2?2:1;if(n%2==s%2)for(let a=e,h=0;a<i;){let e=!0,c=!1;if(h==o.length||a<o[h].from){let t=ds[a];t!=l&&(e=!1,c=16==t)}let u=e||1!=l?null:[],d=e?n:n+1,f=a;t:for(;;)if(h<o.length&&f==o[h].from){if(c)break t;let p=o[h];if(!e)for(let t=p.to,e=h+1;;){if(t==i)break t;if(!(e<o.length&&o[e].from==t)){if(ds[t]==l)break t;break}t=o[e++].to}h++,u?u.push(p):(p.from>a&&r.push(new cs(a,p.from,d)),ps(t,p.direction==es!=!(d%2)?n+1:n,s,p.inner,p.from,p.to,r),a=p.to),f=p.to}else{if(f==i||(e?ds[f]!=l:ds[f]==l))break;f++}u?fs(t,a,f,n+1,s,u,r):a<f&&r.push(new cs(a,f,d)),a=f}else for(let a=i,h=o.length;a>e;){let i=!0,c=!1;if(!h||a>o[h-1].to){let t=ds[a-1];t!=l&&(i=!1,c=16==t)}let u=i||1!=l?null:[],d=i?n:n+1,f=a;t:for(;;)if(h&&f==o[h-1].to){if(c)break t;let p=o[--h];if(!i)for(let t=p.from,i=h;;){if(t==e)break t;if(!i||o[i-1].to!=t){if(ds[t-1]==l)break t;break}t=o[--i].from}u?u.push(p):(p.to<a&&r.push(new cs(p.to,a,d)),ps(t,p.direction==es!=!(d%2)?n+1:n,s,p.inner,p.from,p.to,r),a=p.from),f=p.from}else{if(f==e||(i?ds[f-1]!=l:ds[f-1]==l))break;f--}u?fs(t,f,a,n+1,s,u,r):f<a&&r.push(new cs(f,a,d)),a=f}}function ps(t,e,i,n,s,o,r){let l=e%2?2:1;!function(t,e,i,n,s){for(let o=0;o<=n.length;o++){let r=o?n[o-1].to:e,l=o<n.length?n[o].from:i,a=o?256:s;for(let e=r,i=a,n=a;e<l;e++){let s=as(t.charCodeAt(e));512==s?s=i:8==s&&4==n&&(s=16),ds[e]=4==s?2:s,7&s&&(n=s),i=s}for(let t=r,e=a,n=a;t<l;t++){let s=ds[t];if(128==s)t<l-1&&e==ds[t+1]&&24&e?s=ds[t]=e:ds[t]=256;else if(64==s){let s=t+1;for(;s<l&&64==ds[s];)s++;let o=t&&8==e||s<i&&8==ds[s]?1==n?1:8:256;for(let e=t;e<s;e++)ds[e]=o;t=s-1}else 8==s&&1==n&&(ds[t]=1);e=s,7&s&&(n=s)}}}(t,s,o,n,l),function(t,e,i,n,s){let o=1==s?2:1;for(let r=0,l=0,a=0;r<=n.length;r++){let h=r?n[r-1].to:e,c=r<n.length?n[r].from:i;for(let e,i,n,r=h;r<c;r++)if(i=rs[e=t.charCodeAt(r)])if(i<0){for(let t=l-3;t>=0;t-=3)if(ls[t+1]==-i){let e=ls[t+2],i=2&e?s:4&e?1&e?o:s:0;i&&(ds[r]=ds[ls[t]]=i),l=t;break}}else{if(189==ls.length)break;ls[l++]=r,ls[l++]=e,ls[l++]=a}else if(2==(n=ds[r])||1==n){let t=n==s;a=t?0:1;for(let e=l-3;e>=0;e-=3){let i=ls[e+2];if(2&i)break;if(t)ls[e+2]|=2;else{if(4&i)break;ls[e+2]|=4}}}}}(t,s,o,n,l),function(t,e,i,n){for(let s=0,o=n;s<=i.length;s++){let r=s?i[s-1].to:t,l=s<i.length?i[s].from:e;for(let a=r;a<l;){let r=ds[a];if(256==r){let r=a+1;for(;;)if(r==l){if(s==i.length)break;r=i[s++].to,l=s<i.length?i[s].from:e}else{if(256!=ds[r])break;r++}let h=1==o,c=h==(1==(r<e?ds[r]:n))?h?1:2:n;for(let e=r,n=s,o=n?i[n-1].to:t;e>a;)e==o&&(e=i[--n].from,o=n?i[n-1].to:t),ds[--e]=c;a=r}else o=r,a++}}}(s,o,n,l),fs(t,s,o,e,i,n,r)}function ms(t){return[new cs(0,t,0)]}let gs="";function vs(t,e,i,n,s){var o;let r=n.head-t.from,l=cs.find(e,r,null!==(o=n.bidiLevel)&&void 0!==o?o:-1,n.assoc),a=e[l],h=a.side(s,i);if(r==h){let t=l+=s?1:-1;if(t<0||t>=e.length)return null;a=e[l=t],r=a.side(!s,i),h=a.side(s,i)}let c=ie(t.text,r,a.forward(s,i));(c<a.from||c>a.to)&&(c=h),gs=t.text.slice(Math.min(r,c),Math.max(r,c));let u=l==(s?e.length-1:0)?null:e[l+(s?1:-1)];return u&&c==h&&u.level+(s?0:1)<a.level?xe.cursor(u.side(!s,i)+t.from,u.forward(s,i)?1:-1,u.level):xe.cursor(c+t.from,a.forward(s,i)?-1:1,a.level)}function bs(t,e,i){for(let n=e;n<i;n++){let e=as(t.charCodeAt(n));if(1==e)return es;if(2==e||4==e)return is}return es}const ws=Se.define(),ys=Se.define(),xs=Se.define(),ks=Se.define(),Os=Se.define(),Ss=Se.define(),Cs=Se.define(),As=Se.define(),Ms=Se.define(),Ts=Se.define({combine:t=>t.some((t=>t))}),Ds=Se.define({combine:t=>t.some((t=>t))}),Ps=Se.define();class Rs{constructor(t,e="nearest",i="nearest",n=5,s=5,o=!1){this.range=t,this.y=e,this.x=i,this.yMargin=n,this.xMargin=s,this.isSnapshot=o}map(t){return t.empty?this:new Rs(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 Rs(xe.cursor(t.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const Es=Ye.define({map:(t,e)=>t.map(e)}),Bs=Ye.define();function Ns(t,e,i){let n=t.facet(ks);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 Ls=Se.define({combine:t=>!t.length||t[0]});let Is=0;const Qs=Se.define();class zs{constructor(t,e,i,n,s){this.id=t,this.create=e,this.domEventHandlers=i,this.domEventObservers=n,this.extension=s(this)}static define(t,e){const{eventHandlers:i,eventObservers:n,provide:s,decorations:o}=e||{};return new zs(Is++,t,i,n,(t=>{let e=[Qs.of(t)];return o&&e.push(Fs.of((e=>{let i=e.plugin(t);return i?o(i):Vn.none}))),s&&e.push(s(t)),e}))}static fromClass(t,e){return zs.define((e=>new t(e)),e)}}class $s{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(Ns(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){Ns(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){Ns(t.state,e,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const Ws=Se.define(),Vs=Se.define(),Fs=Se.define(),Hs=Se.define(),qs=Se.define(),Xs=Se.define();function _s(t,e){let i=t.state.facet(Xs);if(!i.length)return i;let n=i.map((e=>e instanceof Function?e(t):e)),s=[];return fi.spans(n,e.from,e.to,{point(){},span(t,i,n,o){let r=t-e.from,l=i-e.from,a=s;for(let t=n.length-1;t>=0;t--,o--){let i,s=n[t].spec.bidiIsolate;if(null==s&&(s=bs(e.text,r,l)),o>0&&a.length&&(i=a[a.length-1]).to==r&&i.direction==s)i.to=l,a=i.inner;else{let t={from:r,to:l,direction:s,inner:[]};a.push(t),a=t.inner}}}}),s}const js=Se.define();function Us(t){let e=0,i=0,n=0,s=0;for(let o of t.state.facet(js)){let r=o(t);r&&(null!=r.left&&(e=Math.max(e,r.left)),null!=r.right&&(i=Math.max(i,r.right)),null!=r.top&&(n=Math.max(n,r.top)),null!=r.bottom&&(s=Math.max(s,r.bottom)))}return{left:e,right:i,top:n,bottom:s}}const Ks=Se.define();class Ys{constructor(t,e,i,n){this.fromA=t,this.toA=e,this.fromB=i,this.toB=n}join(t){return new Ys(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,s=0,o=0,r=0;;n++){let l=n==t.length?null:t[n],a=o-r,h=l?l.fromB:1e9;for(;s<e.length&&e[s]<h;){let t=e[s],n=e[s+1],o=Math.max(r,t),l=Math.min(h,n);if(o<=l&&new Ys(o+a,l+a,o,l).addToSet(i),n>h)break;s+=2}if(!l)return i;new Ys(l.fromA,l.toA,l.fromB,l.toB).addToSet(i),o=l.toA,r=l.toB}}}class Gs{constructor(t,e,i){this.view=t,this.state=e,this.transactions=i,this.flags=0,this.startState=t.state,this.changes=fe.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,s)=>n.push(new Ys(t,e,i,s)))),this.changedRanges=n}static create(t,e,i){return new Gs(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 Zs extends cn{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.editContextFormatting=Vn.none,this.lastCompositionAfterCursor=!1,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 Un],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new Ys(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),this.updateEditContextFormatting(t);let n=-1;this.view.inputState.composing>=0&&!this.view.observer.editContext&&((null===(e=this.domChanged)||void 0===e?void 0:e.newSel)?n=this.domChanged.newSel.head:function(t,e){let i=!1;return e&&t.iterChangedRanges(((t,n)=>{t<e.to&&n>e.from&&(i=!0)})),i}(t.changes,this.hasComposition)||t.selectionSet||(n=t.state.selection.main.head));let s=n>-1?function(t,e,i){let n=Js(t,i);if(!n)return null;let{node:s,from:o,to:r}=n,l=s.nodeValue;if(/[\n\r]/.test(l))return null;if(t.state.doc.sliceString(n.from,n.to)!=l)return null;let a=e.invertedDesc,h=new Ys(a.mapPos(o),a.mapPos(r),o,r),c=[];for(let e=s.parentNode;;e=e.parentNode){let i=cn.get(e);if(i instanceof Tn)c.push({node:e,deco:i.mark});else{if(i instanceof Un||"DIV"==e.nodeName&&e.parentNode==t.contentDOM)return{range:h,text:s,marks:c,line:e};if(e==t.contentDOM)return null;c.push({node:e,deco:new Fn({inclusive:!0,attributes:zn(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 Ys(e,n,t.changes.mapPos(e,-1),t.changes.mapPos(n,1)).addToSet(i.slice())}this.hasComposition=s?{from:s.range.fromB,to:s.range.toB}:null,(An.ie||An.chrome)&&!s&&t&&t.state.doc.lines!=t.startState.doc.lines&&(this.forceSelection=!0);let o=function(t,e,i){let n=new to;return fi.compare(t,e,i,n),n.changes}(this.decorations,this.updateDeco(),t.changes);return i=Ys.extendWithRanges(i,o),!!(7&this.flags||0!=i.length)&&(this.updateInner(i,t.startState.doc.length,s),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=An.chrome||An.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 s=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let t of this.children)t instanceof Kn&&t.widget instanceof Yn&&s.push(t.dom);n.updateGaps(s)}updateChildren(t,e,i){let n=i?i.range.addToSet(t.slice()):t,s=this.childCursor(e);for(let t=n.length-1;;t--){let e=t>=0?n[t]:null;if(!e)break;let o,r,l,a,{fromA:h,toA:c,fromB:u,toB:d}=e;if(i&&i.range.fromB<d&&i.range.toB>u){let t=Gn.build(this.view.state.doc,u,i.range.fromB,this.decorations,this.dynamicDecorationMap),e=Gn.build(this.view.state.doc,i.range.toB,d,this.decorations,this.dynamicDecorationMap);r=t.breakAtStart,l=t.openStart,a=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(),o=t.content.concat(n).concat(e.content)}else({content:o,breakAtStart:r,openStart:l,openEnd:a}=Gn.build(this.view.state.doc,u,d,this.decorations,this.dynamicDecorationMap));let{i:f,off:p}=s.findPos(c,1),{i:m,off:g}=s.findPos(h,-1);fn(this,m,g,f,p,o,r,l,a)}i&&this.fixCompositionDOM(i)}updateEditContextFormatting(t){this.editContextFormatting=this.editContextFormatting.map(t.changes);for(let e of t.transactions)for(let t of e.effects)t.is(Bs)&&(this.editContextFormatting=t.value)}compositionView(t){let e=new Mn(t.text.nodeValue);e.flags|=8;for(let{deco:i}of t.marks)e=new Tn(i,[e],e.length);let i=new Un;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=cn.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 s=t.marks.length-1;s>=-1;s--)i=n.childPos(i.off,1),n=n.children[i.i],e(s>=0?t.marks[s].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,s=!n&&Vi(this.dom,this.view.observer.selectionRange)&&!(i&&this.dom.contains(i));if(!(n||e||s))return;let o=this.forceSelection;this.forceSelection=!1;let r=this.view.state.selection.main,l=this.moveToLine(this.domAtPos(r.anchor)),a=r.empty?l:this.moveToLine(this.domAtPos(r.head));if(An.gecko&&r.empty&&!this.hasComposition&&1==(h=l).node.nodeType&&h.node.firstChild&&(0==h.offset||"false"==h.node.childNodes[h.offset-1].contentEditable)&&(h.offset==h.node.childNodes.length||"false"==h.node.childNodes[h.offset].contentEditable)){let t=document.createTextNode("");this.view.observer.ignore((()=>l.node.insertBefore(t,l.node.childNodes[l.offset]||null))),l=a=new an(t,0),o=!0}var h;let c=this.view.observer.selectionRange;!o&&c.focusNode&&(Hi(l.node,l.offset,c.anchorNode,c.anchorOffset)&&Hi(a.node,a.offset,c.focusNode,c.focusOffset)||this.suppressWidgetCursorChange(c,r))||(this.view.observer.ignore((()=>{An.android&&An.chrome&&this.dom.contains(c.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}(c.focusNode,this.dom)&&(this.dom.blur(),this.dom.focus({preventScroll:!0}));let t=$i(this.view.root);if(t)if(r.empty){if(An.gecko){let t=(e=l.node,n=l.offset,1!=e.nodeType?0:(n&&"false"==e.childNodes[n-1].contentEditable?1:0)|(n<e.childNodes.length&&"false"==e.childNodes[n].contentEditable?2:0));if(t&&3!=t){let e=(1==t?rn:ln)(l.node,l.offset);e&&(l=new an(e.node,e.offset))}}t.collapse(l.node,l.offset),null!=r.bidiLevel&&void 0!==t.caretBidiLevel&&(t.caretBidiLevel=r.bidiLevel)}else if(t.extend){t.collapse(l.node,l.offset);try{t.extend(a.node,a.offset)}catch(t){}}else{let e=document.createRange();r.anchor>r.head&&([l,a]=[a,l]),e.setEnd(a.node,a.offset),e.setStart(l.node,l.offset),t.removeAllRanges(),t.addRange(e)}var e,n;s&&this.view.root.activeElement==this.dom&&(this.dom.blur(),i&&i.focus())})),this.view.observer.setSelectionRange(l,a)),this.impreciseAnchor=l.precise?null:new an(c.anchorNode,c.anchorOffset),this.impreciseHead=a.precise?null:new an(c.focusNode,c.focusOffset)}suppressWidgetCursorChange(t,e){return this.hasComposition&&e.empty&&Hi(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=$i(t.root),{anchorNode:n,anchorOffset:s}=t.observer.selectionRange;if(!(i&&e.empty&&e.assoc&&i.modify))return;let o=Un.find(this,e.head);if(!o)return;let r=o.posAtStart;if(e.head==r||e.head==r+o.length)return;let l=this.coordsAt(e.head,-1),a=this.coordsAt(e.head,1);if(!l||!a||l.bottom>a.top)return;let h=this.domAtPos(e.head+e.assoc);i.collapse(h.node,h.offset),i.modify("move",e.assoc<0?"forward":"backward","lineboundary"),t.observer.readSelectionRange();let c=t.observer.selectionRange;t.docView.posFromDOM(c.anchorNode,c.anchorOffset)!=e.from&&i.collapse(n,s)}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=cn.get(i.childNodes[n]);t instanceof Un&&(e=t.domAtPos(0))}for(let n=t.offset-1;!e&&n>=0;n--){let t=cn.get(i.childNodes[n]);t instanceof Un&&(e=t.domAtPos(t.length))}return e?new an(e.node,e.offset,!0):t}nearest(t){for(let e=t;e;){let t=cn.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 Un)break;e++,i=0}return this.children[e].domAtPos(i)}coordsAt(t,e){let i=null,n=0;for(let s=this.length,o=this.children.length-1;o>=0;o--){let r=this.children[o],l=s-r.breakAfter,a=l-r.length;if(l<t)break;if(a<=t&&(a<t||r.covers(-1))&&(l>t||r.covers(1))&&(!i||r instanceof Un&&!(i instanceof Un&&e>=0)))i=r,n=a;else if(i&&a==t&&l==t&&r instanceof Kn&&Math.abs(e)<2){if(r.deco.startSide<0)break;o&&(i=null)}s=a}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 Un))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 Mn))return null;let s=ie(n.text,i);if(s==i)return null;let o=en(n.dom,i,s).getClientRects();for(let t=0;t<o.length;t++){let e=o[t];if(t==o.length-1||e.top<e.bottom&&e.left<e.right)return e}return null}measureVisibleLineHeights(t){let e=[],{from:i,to:n}=t,s=this.view.contentDOM.clientWidth,o=s>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,r=-1,l=this.view.textDirection==ts.LTR;for(let t=0,a=0;a<this.children.length;a++){let h=this.children[a],c=t+h.length;if(c>n)break;if(t>=i){let i=h.dom.getBoundingClientRect();if(e.push(i.height),o){let e=h.dom.lastChild,n=e?Fi(e):[];if(n.length){let e=n[n.length-1],o=l?e.right-i.left:i.right-e.left;o>r&&(r=o,this.minWidth=s,this.minWidthFrom=t,this.minWidthTo=c)}}}t=c+h.breakAfter}return e}textDirectionAt(t){let{i:e}=this.childPos(t,1);return"rtl"==getComputedStyle(this.children[e].dom).direction?ts.RTL:ts.LTR}measureTextSize(){for(let t of this.children)if(t instanceof Un){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 s=Fi(n.firstChild)[0];t=n.getBoundingClientRect().height,e=s?s.width/27:7,i=s?s.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 dn(this.children,t,e)}computeBlockGapDeco(){let t=[],e=this.view.viewState;for(let i=0,n=0;;n++){let s=n==e.viewports.length?null:e.viewports[n],o=s?s.from-1:this.length;if(o>i){let n=(e.lineBlockAt(o).bottom-e.lineBlockAt(i).top)/this.view.scaleY;t.push(Vn.replace({widget:new Yn(n),block:!0,inclusive:!0,isBlockGap:!0}).range(i,o))}if(!s)break;i=s.to+1}return Vn.set(t)}updateDeco(){let t=1,e=this.view.state.facet(Fs).map((e=>(this.dynamicDecorationMap[t++]="function"==typeof e)?e(this.view):e)),i=!1,n=this.view.state.facet(Hs).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(fi.join(n))),this.decorations=[this.editContextFormatting,...e,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];t<this.decorations.length;)this.dynamicDecorationMap[t++]=!1;return this.decorations}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(Ps))try{if(e(this.view,t.range,t))return!0}catch(t){Ns(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 s=Us(this.view),o={left:n.left-s.left,top:n.top-s.top,right:n.right+s.right,bottom:n.bottom+s.bottom},{offsetWidth:r,offsetHeight:l}=this.view.scrollDOM;!function(t,e,i,n,s,o,r,l){let a=t.ownerDocument,h=a.defaultView||window;for(let c=t,u=!1;c&&!u;)if(1==c.nodeType){let t,d=c==a.body,f=1,p=1;if(d)t=Ki(h);else{if(/^(fixed|sticky)$/.test(getComputedStyle(c).position)&&(u=!0),c.scrollHeight<=c.clientHeight&&c.scrollWidth<=c.clientWidth){c=c.assignedSlot||c.parentNode;continue}let e=c.getBoundingClientRect();({scaleX:f,scaleY:p}=Yi(c,e)),t={left:e.left,right:e.left+c.clientWidth*f,top:e.top,bottom:e.top+c.clientHeight*p}}let m=0,g=0;if("nearest"==s)e.top<t.top?(g=-(t.top-e.top+r),i>0&&e.bottom>t.bottom+g&&(g=e.bottom-t.bottom+g+r)):e.bottom>t.bottom&&(g=e.bottom-t.bottom+r,i<0&&e.top-g<t.top&&(g=-(t.top+g-e.top+r)));else{let n=e.bottom-e.top,o=t.bottom-t.top;g=("center"==s&&n<=o?e.top+n/2-o/2:"start"==s||"center"==s&&i<0?e.top-r:e.bottom-o+r)-t.top}if("nearest"==n?e.left<t.left?(m=-(t.left-e.left+o),i>0&&e.right>t.right+m&&(m=e.right-t.right+m+o)):e.right>t.right&&(m=e.right-t.right+o,i<0&&e.left<t.left+m&&(m=-(t.left+m-e.left+o))):m=("center"==n?e.left+(e.right-e.left)/2-(t.right-t.left)/2:"start"==n==l?e.left-o:e.right-(t.right-t.left)+o)-t.left,m||g)if(d)h.scrollBy(m,g);else{let t=0,i=0;if(g){let t=c.scrollTop;c.scrollTop+=g/p,i=(c.scrollTop-t)*p}if(m){let e=c.scrollLeft;c.scrollLeft+=m/f,t=(c.scrollLeft-e)*f}e={left:e.left-t,top:e.top-i,right:e.right-t,bottom:e.bottom-i},t&&Math.abs(t-m)<1&&(n="nearest"),i&&Math.abs(i-g)<1&&(s="nearest")}if(d)break;c=c.assignedSlot||c.parentNode}else{if(11!=c.nodeType)break;c=c.host}}(this.view.scrollDOM,o,i.head<i.anchor?-1:1,t.x,t.y,Math.max(Math.min(t.xMargin,r),-r),Math.max(Math.min(t.yMargin,l),-l),this.view.textDirection==ts.LTR)}}function Js(t,e){let i=t.observer.selectionRange;if(!i.focusNode)return null;let n=rn(i.focusNode,i.focusOffset),s=ln(i.focusNode,i.focusOffset),o=n||s;if(s&&n&&s.node!=n.node){let e=cn.get(s.node);if(!e||e instanceof Mn&&e.text!=s.node.nodeValue)o=s;else if(t.docView.lastCompositionAfterCursor){let t=cn.get(n.node);!t||t instanceof Mn&&t.text!=n.node.nodeValue||(o=s)}}if(t.docView.lastCompositionAfterCursor=o!=n,!o)return null;let r=e-o.offset;return{from:r,to:r+o.node.nodeValue.length,node:o.node}}let to=class{constructor(){this.changes=[]}compareRange(t,e){jn(t,e,this.changes)}comparePoint(t,e){jn(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 so(t,e){return e<t.top?{top:e,left:t.left,right:t.right,bottom:t.bottom}:t}function oo(t,e){return e>t.bottom?{top:t.top,left:t.left,right:t.right,bottom:e}:t}function ro(t,e,i){let n,s,o,r,l,a,h,c,u=!1;for(let d=t.firstChild;d;d=d.nextSibling){let t=Fi(d);for(let f=0;f<t.length;f++){let p=t[f];s&&no(s,p)&&(p=so(oo(p,s.bottom),s.top));let m=eo(e,p),g=io(i,p);if(0==m&&0==g)return 3==d.nodeType?lo(d,e,i):ro(d,e,i);if(!n||r>g||r==g&&o>m){n=d,s=p,o=m,r=g;let l=g?i<p.top?-1:1:m?e<p.left?-1:1:0;u=!l||(l>0?f<t.length-1:f>0)}0==m?i>p.bottom&&(!h||h.bottom<p.bottom)?(l=d,h=p):i<p.top&&(!c||c.top>p.top)&&(a=d,c=p):h&&no(h,p)?h=oo(h,p.bottom):c&&no(c,p)&&(c=so(c,p.top))}}if(h&&h.bottom>=i?(n=l,s=h):c&&c.top<=i&&(n=a,s=c),!n)return{node:t,offset:0};let d=Math.max(s.left,Math.min(s.right,e));return 3==n.nodeType?lo(n,d,i):u&&"false"!=n.contentEditable?ro(n,d,i):{node:t,offset:Array.prototype.indexOf.call(t.childNodes,n)+(e>=(s.left+s.right)/2?1:0)}}function lo(t,e,i){let n=t.nodeValue.length,s=-1,o=1e9,r=0;for(let l=0;l<n;l++){let n=en(t,l,l+1).getClientRects();for(let a=0;a<n.length;a++){let h=n[a];if(h.top==h.bottom)continue;r||(r=e-h.left);let c=(h.top>i?h.top-i:i-h.bottom)-1;if(h.left-1<=e&&h.right+1>=e&&c<o){let i=e>=(h.left+h.right)/2,n=i;if((An.chrome||An.gecko)&&en(t,l).getBoundingClientRect().left==h.right&&(n=!i),c<=0)return{node:t,offset:l+(n?1:0)};s=l+(n?1:0),o=c}}}return{node:t,offset:s>-1?s:r>0?t.nodeValue.length:0}}function ao(t,e,i,n=-1){var s,o;let r,l=t.contentDOM.getBoundingClientRect(),a=l.top+t.viewState.paddingTop,{docHeight:h}=t.viewState,{x:c,y:u}=e,d=u-a;if(d<0)return 0;if(d>h)return t.state.doc.length;for(let e=t.viewState.heightOracle.textHeight/2,s=!1;r=t.elementAtHeight(d),r.type!=Wn.Text;)for(;d=n>0?r.bottom+e:r.top-e,!(d>=0&&d<=h);){if(s)return i?null:0;s=!0,n=-n}u=a+d;let f=r.from;if(f<t.viewport.from)return 0==t.viewport.from?0:i?null:ho(t,l,r,c,u);if(f>t.viewport.to)return t.viewport.to==t.state.doc.length?t.state.doc.length:i?null:ho(t,l,r,c,u);let p=t.dom.ownerDocument,m=t.root.elementFromPoint?t.root:p,g=m.elementFromPoint(c,u);g&&!t.contentDOM.contains(g)&&(g=null),g||(c=Math.max(l.left+1,Math.min(l.right-1,c)),g=m.elementFromPoint(c,u),g&&!t.contentDOM.contains(g)&&(g=null));let v,b=-1;if(g&&0!=(null===(s=t.docView.nearest(g))||void 0===s?void 0:s.isEditable))if(p.caretPositionFromPoint){let t=p.caretPositionFromPoint(c,u);t&&({offsetNode:v,offset:b}=t)}else if(p.caretRangeFromPoint){let e=p.caretRangeFromPoint(c,u);e&&(({startContainer:v,startOffset:b}=e),(!t.contentDOM.contains(v)||An.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 en(t,n-1,n).getBoundingClientRect().left>i}(v,b,c)||An.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}return i-(1==t.nodeType?t.getBoundingClientRect():en(t,0,Math.max(t.nodeValue.length,1)).getBoundingClientRect()).left>5}(v,b,c))&&(v=void 0))}if(!v||!t.docView.dom.contains(v)){let e=Un.find(t.docView,f);if(!e)return d>r.top+r.height/2?r.to:r.from;({node:v,offset:b}=ro(e.dom,c,u))}let w=t.docView.nearest(v);if(!w)return null;if(w.isWidget&&1==(null===(o=w.dom)||void 0===o?void 0:o.nodeType)){let t=w.dom.getBoundingClientRect();return e.y<t.top||e.y<=t.bottom&&e.x<=(t.left+t.right)/2?w.posAtStart:w.posAtEnd}return w.localPosFromDOM(v,b)+w.posAtStart}function ho(t,e,i,n,s){let o=Math.round((n-e.left)*t.defaultCharacterWidth);if(t.lineWrapping&&i.height>1.5*t.defaultLineHeight){let e=t.viewState.heightOracle.textHeight;o+=Math.floor((s-i.top-.5*(t.defaultLineHeight-e))/e)*t.viewState.heightOracle.lineLength}let r=t.state.sliceDoc(i.from,i.to);return i.from+Ai(r,o,t.state.tabSize)}function co(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==Wn.Text))return t;return i}function uo(t,e,i,n){let s=t.state.doc.lineAt(e.head),o=t.bidiSpans(s),r=t.textDirectionAt(s.from);for(let l=e,a=null;;){let e=vs(s,o,r,l,i),h=gs;if(!e){if(s.number==(i?t.state.doc.lines:1))return l;h="\n",s=t.state.doc.line(s.number+(i?1:-1)),o=t.bidiSpans(s),e=t.visualLineSide(s,!i)}if(a){if(!a(h))return l}else{if(!n)return e;a=n(h)}l=e}}function fo(t,e,i){for(;;){let n=0;for(let s of t)s.between(e-1,e+1,((t,s,o)=>{if(e>t&&e<s){let o=n||i||(e-t<s-e?-1:1);e=o<0?t:s,n=o}}));if(!n)return e}}function po(t,e,i){let n=fo(t.state.facet(qs).map((e=>e(t))),i.from,e.head>i.from?-1:1);return n==i.from?i:xe.cursor(n,n<i.from?1:-1)}const mo="￿";class go{constructor(t,e){this.points=t,this.text="",this.lineSeparator=e.facet(li.lineSeparator)}append(t){this.text+=t}lineBreak(){this.text+=mo}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 s=n.nextSibling;if(s==e)break;let o=cn.get(n),r=cn.get(s);(o&&r?o.breakAfter:(o?o.breakAfter:Xi(n))||Xi(s)&&("BR"!=n.nodeName||n.cmIgnore)&&this.text.length>t)&&this.lineBreak(),n=s}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 s,o=-1,r=1;if(this.lineSeparator?(o=e.indexOf(this.lineSeparator,i),r=this.lineSeparator.length):(s=n.exec(e))&&(o=s.index,r=s[0].length),this.append(e.slice(i,o<0?e.length:o)),o<0)break;if(this.lineBreak(),r>1)for(let e of this.points)e.node==t&&e.pos>this.text.length&&(e.pos-=r-1);i=o+r}}readNode(t){if(t.cmIgnore)return;let e=cn.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+(vo(t,i.node,i.offset)?e:0))}}function vo(t,e,i){for(;;){if(!e||i<ji(e))return!1;if(e==t)return!0;i=qi(e)+1,e=e.parentNode}}class bo{constructor(t,e){this.node=t,this.offset=e,this.pos=-1}}class wo{constructor(t,e,i,n){this.typeOver=n,this.bounds=null,this.text="",this.domChanged=e>-1;let{impreciseHead:s,impreciseAnchor:o}=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=s||o?[]:function(t){let e=[];if(t.root.activeElement!=t.contentDOM)return e;let{anchorNode:i,anchorOffset:n,focusNode:s,focusOffset:o}=t.observer.selectionRange;return i&&(e.push(new bo(i,n)),s==i&&o==n||e.push(new bo(s,o))),e}(t),i=new go(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?xe.single(i+e,n+e):null}(e,this.bounds.from)}else{let e=t.observer.selectionRange,i=s&&s.node==e.focusNode&&s.offset==e.focusOffset||!Wi(t.contentDOM,e.focusNode)?t.state.selection.main.head:t.docView.posFromDOM(e.focusNode,e.focusOffset),n=o&&o.node==e.anchorNode&&o.offset==e.anchorOffset||!Wi(t.contentDOM,e.anchorNode)?t.state.selection.main.anchor:t.docView.posFromDOM(e.anchorNode,e.anchorOffset),r=t.viewport;if((An.ios||An.chrome)&&t.state.selection.main.empty&&i!=n&&(r.from>0||r.to<t.state.doc.length)){let e=Math.min(i,n),s=Math.max(i,n),o=r.from-e,l=r.to-s;0!=o&&1!=o&&0!=e||0!=l&&-1!=l&&s!=t.state.doc.length||(i=0,n=t.state.doc.length)}this.newSel=xe.single(n,i)}}}function yo(t,e){let i,{newSel:n}=e,s=t.state.selection.main,o=t.inputState.lastKeyTime>Date.now()-100?t.inputState.lastKeyCode:-1;if(e.bounds){let{from:n,to:r}=e.bounds,l=s.from,a=null;(8===o||An.android&&e.text.length<r-n)&&(l=s.to,a="end");let h=function(t,e,i,n){let s=Math.min(t.length,e.length),o=0;for(;o<s&&t.charCodeAt(o)==e.charCodeAt(o);)o++;if(o==s&&t.length==e.length)return null;let r=t.length,l=e.length;for(;r>0&&l>0&&t.charCodeAt(r-1)==e.charCodeAt(l-1);)r--,l--;return"end"==n&&(i-=r+Math.max(0,o-Math.min(r,l))-o),r<o&&t.length<e.length?(o-=i<=o&&i>=r?o-i:0,l=o+(l-r),r=o):l<o&&(o-=i<=o&&i>=l?o-i:0,r=o+(r-l),l=o),{from:o,toA:r,toB:l}}(t.state.doc.sliceString(n,r,mo),e.text,l-n,a);h&&(An.chrome&&13==o&&h.toB==h.from+2&&e.text.slice(h.from,h.toB)==mo+mo&&h.toB--,i={from:n+h.from,to:n+h.toA,insert:Ft.of(e.text.slice(h.from,h.toB).split(mo))})}else n&&(!t.hasFocus&&t.state.facet(Ls)||n.main.eq(s))&&(n=null);if(!i&&!n)return!1;if(!i&&e.typeOver&&!s.empty&&n&&n.main.empty?i={from:s.from,to:s.to,insert:t.state.doc.slice(s.from,s.to)}:i&&i.from>=s.from&&i.to<=s.to&&(i.from!=s.from||i.to!=s.to)&&s.to-s.from-(i.to-i.from)<=4?i={from:s.from,to:s.to,insert:t.state.doc.slice(s.from,i.from).append(i.insert).append(t.state.doc.slice(i.to,s.to))}:(An.mac||An.android)&&i&&i.from==i.to&&i.from==s.head-1&&/^\. ?$/.test(i.insert.toString())&&"off"==t.contentDOM.getAttribute("autocorrect")?(n&&2==i.insert.length&&(n=xe.single(n.main.anchor-1,n.main.head-1)),i={from:s.from,to:s.to,insert:Ft.of([" "])}):An.chrome&&i&&i.from==i.to&&i.from==s.head&&"\n "==i.insert.toString()&&t.lineWrapping&&(n&&(n=xe.single(n.main.anchor-1,n.main.head-1)),i={from:s.from,to:s.to,insert:Ft.of([" "])}),i)return xo(t,i,n,o);if(n&&!n.main.eq(s)){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}function xo(t,e,i,n=-1){if(An.ios&&t.inputState.flushIOSKey(e))return!0;let s=t.state.selection.main;if(An.android&&(e.to==s.to&&(e.from==s.from||e.from==s.from-1&&" "==t.state.sliceDoc(e.from,s.from))&&1==e.insert.length&&2==e.insert.lines&&nn(t.contentDOM,"Enter",13)||(e.from==s.from-1&&e.to==s.to&&0==e.insert.length||8==n&&e.insert.length<e.to-e.from&&e.to>s.head)&&nn(t.contentDOM,"Backspace",8)||e.from==s.from&&e.to==s.to+1&&0==e.insert.length&&nn(t.contentDOM,"Delete",46)))return!0;let o,r=e.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let l=()=>o||(o=function(t,e,i){let n,s=t.state,o=s.selection.main;if(e.from>=o.from&&e.to<=o.to&&e.to-e.from>=(o.to-o.from)/3&&(!i||i.main.empty&&i.main.from==e.from+e.insert.length)&&t.inputState.composing<0){let i=o.from<e.from?s.sliceDoc(o.from,e.from):"",r=o.to>e.to?s.sliceDoc(e.to,o.to):"";n=s.replaceSelection(t.state.toText(i+e.insert.sliceString(0,void 0,t.state.lineBreak)+r))}else{let r=s.changes(e),l=i&&i.main.to<=r.newLength?i.main:void 0;if(s.selection.ranges.length>1&&t.inputState.composing>=0&&e.to<=o.to&&e.to>=o.to-10){let a,h=t.state.sliceDoc(e.from,e.to),c=i&&Js(t,i.main.head);if(c){let t=e.insert.length-(e.to-e.from);a={from:c.from,to:c.to-t}}else a=t.state.doc.lineAt(o.head);let u=o.to-e.to,d=o.to-o.from;n=s.changeByRange((i=>{if(i.from==o.from&&i.to==o.to)return{changes:r,range:l||i.map(r)};let n=i.to-u,c=n-h.length;if(i.to-i.from!=d||t.state.sliceDoc(c,n)!=h||i.to>=a.from&&i.from<=a.to)return{range:i};let f=s.changes({from:c,to:n,insert:e.insert}),p=i.to-o.to;return{changes:f,range:l?xe.range(Math.max(0,l.anchor+p),Math.max(0,l.head+p)):i.map(f)}}))}else n={changes:r,selection:l&&s.selection.replaceRange(l)}}let r="input.type";return(t.composing||t.inputState.compositionPendingChange&&t.inputState.compositionEndedAt>Date.now()-50)&&(t.inputState.compositionPendingChange=!1,r+=".compose",t.inputState.compositionFirstChange&&(r+=".start",t.inputState.compositionFirstChange=!1)),s.update(n,{userEvent:r,scrollIntoView:!0})}(t,e,i));return t.state.facet(Ss).some((i=>i(t,e.from,e.to,r,l)))||t.dispatch(l()),!0}class ko{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.tabFocusMode=-1,this.lastSelectionOrigin=null,this.lastSelectionTime=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,An.safari&&t.contentDOM.addEventListener("input",(()=>null)),An.gecko&&function(t){Ko.has(t)||(Ko.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=cn.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=So(t),i=this.handlers,n=this.view.contentDOM;for(let t in e)if("scroll"!=t){let s=!e[t].handlers.length,o=i[t];o&&s!=!o.handlers.length&&(n.removeEventListener(t,this.handleEvent),o=null),o||n.addEventListener(t,this.handleEvent,{passive:s})}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&&this.tabFocusMode>-1&&(!this.tabFocusMode||Date.now()<=this.tabFocusMode))return!0;if(this.tabFocusMode>0&&27!=t.keyCode&&Mo.indexOf(t.keyCode)<0&&(this.tabFocusMode=-1),An.android&&An.chrome&&!t.synthetic&&(13==t.keyCode||8==t.keyCode))return this.view.observer.delayAndroidKey(t.key,t.keyCode),!0;let e;return!An.ios||t.synthetic||t.altKey||t.metaKey||!((e=Co.find((e=>e.keyCode==t.keyCode)))&&!t.ctrlKey||Ao.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,nn(this.view.contentDOM,e.key,e.keyCode,e instanceof KeyboardEvent?e:void 0))}ignoreDuringComposition(t){return!!/^key/.test(t.type)&&(this.composing>0||!!(An.safari&&!An.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.view.observer.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 Oo(t,e){return(i,n)=>{try{return e.call(t,n,i)}catch(t){Ns(i.state,t)}}}function So(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 s=t.domEventHandlers[n];s&&i(n).handlers.push(Oo(e.value,s))}if(t&&t.domEventObservers)for(let n in t.domEventObservers){let s=t.domEventObservers[n];s&&i(n).observers.push(Oo(e.value,s))}}for(let t in Po)i(t).handlers.push(Po[t]);for(let t in Ro)i(t).observers.push(Ro[t]);return e}const Co=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Ao="dthko",Mo=[16,17,18,20,91,92,224,225];function To(t){return.7*Math.max(0,t)+8}class Do{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.scrollParents=function(t){let e,i,n=t.ownerDocument;for(let s=t.parentNode;s&&!(s==n.body||e&&i);)if(1==s.nodeType)!i&&s.scrollHeight>s.clientHeight&&(i=s),!e&&s.scrollWidth>s.clientWidth&&(e=s),s=s.assignedSlot||s.parentNode;else{if(11!=s.nodeType)break;s=s.host}return{x:e,y:i}}(t.contentDOM),this.atoms=t.state.facet(qs).map((e=>e(t)));let s=t.contentDOM.ownerDocument;s.addEventListener("mousemove",this.move=this.move.bind(this)),s.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=e.shiftKey,this.multiple=t.state.facet(li.allowMultipleSelections)&&function(t,e){let i=t.state.facet(ws);return i.length?i[0](e):An.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=$i(t.root);if(!n||0==n.rangeCount)return!0;let s=n.getRangeAt(0).getClientRects();for(let t=0;t<s.length;t++){let i=s[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!=Ho(e))&&null}start(t){!1===this.dragging&&this.select(t)}move(t){if(0==t.buttons)return this.destroy();if(this.dragging||null==this.dragging&&(e=this.startEvent,i=t,Math.max(Math.abs(e.clientX-i.clientX),Math.abs(e.clientY-i.clientY))<10))return;var e,i;this.select(this.lastEvent=t);let n=0,s=0,o=0,r=0,l=this.view.win.innerWidth,a=this.view.win.innerHeight;this.scrollParents.x&&({left:o,right:l}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:r,bottom:a}=this.scrollParents.y.getBoundingClientRect());let h=Us(this.view);t.clientX-h.left<=o+6?n=-To(o-t.clientX):t.clientX+h.right>=l-6&&(n=To(t.clientX-l)),t.clientY-h.top<=r+6?s=-To(r-t.clientY):t.clientY+h.bottom>=a-6&&(s=To(t.clientY-a)),this.setScrollSpeed(n,s)}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(){let{x:t,y:e}=this.scrollSpeed;t&&this.scrollParents.x&&(this.scrollParents.x.scrollLeft+=t,t=0),e&&this.scrollParents.y&&(this.scrollParents.y.scrollTop+=e,e=0),(t||e)&&this.view.win.scrollBy(t,e),!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],s=null;if(n.empty){let t=fo(this.atoms,n.from,0);t!=n.from&&(s=xe.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||(s=xe.range(n.from==n.anchor?t:e,n.from==n.head?t:e))}s&&(e||(e=t.ranges.slice()),e[i]=s)}return e?xe.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){t.transactions.some((t=>t.isUserEvent("input.type")))?this.destroy():this.style.update(t)&&setTimeout((()=>this.select(this.lastEvent)),20)}}const Po=Object.create(null),Ro=Object.create(null),Eo=An.ie&&An.ie_version<15||An.ios&&An.webkit_version<604;function Bo(t,e,i){for(let n of t.facet(e))i=n(i,t);return i}function No(t,e){e=Bo(t.state,As,e);let i,{state:n}=t,s=1,o=n.toText(e),r=o.lines==n.selection.ranges.length;if(null!=Xo&&n.selection.ranges.every((t=>t.empty))&&Xo==o.toString()){let t=-1;i=n.changeByRange((i=>{let l=n.doc.lineAt(i.from);if(l.from==t)return{range:i};t=l.from;let a=n.toText((r?o.line(s++).text:e)+n.lineBreak);return{changes:{from:l.from,insert:a},range:xe.cursor(i.from+a.length)}}))}else i=r?n.changeByRange((t=>{let e=o.line(s++);return{changes:{from:t.from,to:t.to,insert:e.text},range:xe.cursor(t.from+e.length)}})):n.replaceSelection(o);t.dispatch(i,{userEvent:"input.paste",scrollIntoView:!0})}function Lo(t,e,i,n){if(1==n)return xe.cursor(e,i);if(2==n)return function(t,e,i=1){let n=t.charCategorizer(e),s=t.doc.lineAt(e),o=e-s.from;if(0==s.length)return xe.cursor(e);0==o?i=1:o==s.length&&(i=-1);let r=o,l=o;i<0?r=ie(s.text,o,!1):l=ie(s.text,o);let a=n(s.text.slice(r,l));for(;r>0;){let t=ie(s.text,r,!1);if(n(s.text.slice(t,r))!=a)break;r=t}for(;l<s.length;){let t=ie(s.text,l);if(n(s.text.slice(l,t))!=a)break;l=t}return xe.range(r+s.from,l+s.from)}(t.state,e,i);{let i=Un.find(t.docView,e),n=t.state.doc.lineAt(i?i.posAtEnd:e),s=i?i.posAtStart:n.from,o=i?i.posAtEnd:n.to;return o<t.state.doc.length&&o==n.to&&o++,xe.range(s,o)}}Ro.scroll=t=>{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft},Po.keydown=(t,e)=>(t.inputState.setSelectionOrigin("select"),27==e.keyCode&&0!=t.inputState.tabFocusMode&&(t.inputState.tabFocusMode=Date.now()+2e3),!1),Ro.touchstart=(t,e)=>{t.inputState.lastTouchTime=Date.now(),t.inputState.setSelectionOrigin("select.pointer")},Ro.touchmove=t=>{t.inputState.setSelectionOrigin("select.pointer")},Po.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(xs))if(i=n(t,e),i)break;if(i||0!=e.button||(i=function(t,e){let i=zo(t,e),n=Ho(e),s=t.state.selection;return{update(t){t.docChanged&&(i.pos=t.changes.mapPos(i.pos),s=s.map(t.changes))},get(e,o,r){let l,a=zo(t,e),h=Lo(t,a.pos,a.bias,n);if(i.pos!=a.pos&&!o){let e=Lo(t,i.pos,i.bias,n),s=Math.min(e.from,h.from),o=Math.max(e.to,h.to);h=s<h.from?xe.range(s,o):xe.range(o,s)}return o?s.replaceRange(s.main.extend(h.from,h.to)):r&&1==n&&s.ranges.length>1&&(l=function(t,e){for(let i=0;i<t.ranges.length;i++){let{from:n,to:s}=t.ranges[i];if(n<=e&&s>=e)return xe.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}(s,a.pos))?l:r?s.addRange(h):xe.create([h])}}}(t,e)),i){let n=!t.hasFocus;t.inputState.startMouseSelection(new Do(t,e,i,n)),n&&t.observer.ignore((()=>{tn(t.contentDOM);let e=t.root.activeElement;e&&!e.contains(t.contentDOM)&&e.blur()}));let s=t.inputState.mouseSelection;if(s)return s.start(e),!1===s.dragging}return!1};let Io=(t,e,i)=>e>=i.top&&e<=i.bottom&&t>=i.left&&t<=i.right;function Qo(t,e,i,n){let s=Un.find(t.docView,e);if(!s)return 1;let o=e-s.posAtStart;if(0==o)return 1;if(o==s.length)return-1;let r=s.coordsAt(o,-1);if(r&&Io(i,n,r))return-1;let l=s.coordsAt(o,1);return l&&Io(i,n,l)?1:r&&r.bottom>=n?-1:1}function zo(t,e){let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1);return{pos:i,bias:Qo(t,i,e.clientX,e.clientY)}}const $o=An.ie&&An.ie_version<=11;let Wo=null,Vo=0,Fo=0;function Ho(t){if(!$o)return t.detail;let e=Wo,i=Fo;return Wo=t,Fo=Date.now(),Vo=!e||i>Date.now()-400&&Math.abs(e.clientX-t.clientX)<2&&Math.abs(e.clientY-t.clientY)<2?(Vo+1)%3:1}function qo(t,e,i,n){if(!(i=Bo(t.state,As,i)))return;let s=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:o}=t.inputState,r=n&&o&&function(t,e){let i=t.state.facet(ys);return i.length?i[0](e):An.mac?!e.altKey:!e.ctrlKey}(t,e)?{from:o.from,to:o.to}:null,l={from:s,insert:i},a=t.state.changes(r?[r,l]:l);t.focus(),t.dispatch({changes:a,selection:{anchor:a.mapPos(s,-1),head:a.mapPos(s,1)},userEvent:r?"move.drop":"input.drop"}),t.inputState.draggedContent=null}Po.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=xe.range(t,e))}}let{inputState:n}=t;return n.mouseSelection&&(n.mouseSelection.dragging=!0),n.draggedContent=i,e.dataTransfer&&(e.dataTransfer.setData("Text",Bo(t.state,Ms,t.state.sliceDoc(i.from,i.to))),e.dataTransfer.effectAllowed="copyMove"),!1},Po.dragend=t=>(t.inputState.draggedContent=null,!1),Po.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),s=0,o=()=>{++s==i.length&&qo(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=o,e.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(e.result)||(n[t]=e.result),o()},e.readAsText(i[t])}return!0}{let i=e.dataTransfer.getData("Text");if(i)return qo(t,e,i,!0),!0}return!1},Po.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let i=Eo?null:e.clipboardData;return i?(No(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(),No(t,i.value)}),50)}(t),!1)};let Xo=null;Po.copy=Po.cut=(t,e)=>{let{text:i,ranges:n,linewise:s}=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 s=-1;for(let{from:n}of t.selection.ranges){let o=t.doc.lineAt(n);o.number>s&&(e.push(o.text),i.push({from:o.from,to:Math.min(t.doc.length,o.to+1)})),s=o.number}n=!0}return{text:Bo(t,Ms,e.join(t.lineBreak)),ranges:i,linewise:n}}(t.state);if(!i&&!s)return!1;Xo=s?i:null,"cut"!=e.type||t.state.readOnly||t.dispatch({changes:n,scrollIntoView:!0,userEvent:"delete.cut"});let o=Eo?null:e.clipboardData;return o?(o.clearData(),o.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 _o=je.define();function jo(t,e){let i=[];for(let n of t.facet(Cs)){let s=n(t,e);s&&i.push(s)}return i?t.update({effects:i,annotations:_o.of(!0)}):null}function Uo(t){setTimeout((()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let i=jo(t.state,e);i?t.dispatch(i):t.update([])}}),10)}Ro.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),Uo(t)},Ro.blur=t=>{t.observer.clearSelectionRange(),Uo(t)},Ro.compositionstart=Ro.compositionupdate=t=>{t.observer.editContext||(null==t.inputState.compositionFirstChange&&(t.inputState.compositionFirstChange=!0),t.inputState.composing<0&&(t.inputState.composing=0))},Ro.compositionend=t=>{t.observer.editContext||(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,An.chrome&&An.android?t.observer.flushSoon():t.inputState.compositionPendingChange?Promise.resolve().then((()=>t.observer.flush())):setTimeout((()=>{t.inputState.composing<0&&t.docView.hasComposition&&t.update([])}),50))},Ro.contextmenu=t=>{t.inputState.lastContextMenu=Date.now()},Po.beforeinput=(t,e)=>{var i,n;if("insertReplacementText"==e.inputType&&t.observer.editContext){let n=null===(i=e.dataTransfer)||void 0===i?void 0:i.getData("text/plain"),s=e.getTargetRanges();if(n&&s.length){let e=s[0],i=t.posAtDOM(e.startContainer,e.startOffset),o=t.posAtDOM(e.endContainer,e.endOffset);return xo(t,{from:i,to:o,insert:t.state.toText(n)},null),!0}}let s;if(An.chrome&&An.android&&(s=Co.find((t=>t.inputType==e.inputType)))&&(t.observer.delayAndroidKey(s.key,s.keyCode),"Backspace"==s.key||"Delete"==s.key)){let e=(null===(n=window.visualViewport)||void 0===n?void 0:n.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 An.ios&&"deleteContentForward"==e.inputType&&t.observer.flushSoon(),An.safari&&"insertText"==e.inputType&&t.inputState.composing>=0&&setTimeout((()=>Ro.compositionend(t,e)),20),!1};const Ko=new Set,Yo=["pre-wrap","normal","pre-line","break-spaces"];let Go=!1;function Zo(){Go=!1}class Jo{constructor(t){this.lineWrapping=t,this.doc=Ft.empty,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.textHeight=14,this.lineLength=30}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){return this.lineWrapping?(1+Math.max(0,Math.ceil((t-this.lineLength)/(this.lineLength-5))))*this.lineHeight:this.lineHeight}setDoc(t){return this.doc=t,this}mustRefreshForWrapping(t){return Yo.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,s,o){let r=Yo.indexOf(t)>-1,l=Math.round(e)!=Math.round(this.lineHeight)||this.lineWrapping!=r;if(this.lineWrapping=r,this.lineHeight=e,this.charWidth=i,this.textHeight=n,this.lineLength=s,l){this.heightSamples={};for(let t=0;t<o.length;t++){let e=o[t];e<0?t++:this.heightSamples[Math.floor(10*e)]=!0}}return l}}class tr{constructor(t,e){this.from=t,this.heights=e,this.index=0}get more(){return this.index<this.heights.length}}class er{constructor(t,e,i,n,s){this.from=t,this.length=e,this.top=i,this.height=n,this._content=s}get type(){return"number"==typeof this._content?Wn.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 qn?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 er(this.from,this.length+t.length,this.top,this.height+t.height,e)}}var ir=function(t){return t[t.ByPos=0]="ByPos",t[t.ByHeight=1]="ByHeight",t[t.ByPosNoHeight=2]="ByPosNoHeight",t}(ir||(ir={}));const nr=.001;class sr{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){this.height!=t&&(Math.abs(this.height-t)>nr&&(Go=!0),this.height=t)}replace(t,e,i){return sr.of(i)}decomposeLeft(t,e){e.push(this)}decomposeRight(t,e){e.push(this)}applyChanges(t,e,i,n){let s=this,o=i.doc;for(let r=n.length-1;r>=0;r--){let{fromA:l,toA:a,fromB:h,toB:c}=n[r],u=s.lineAt(l,ir.ByPosNoHeight,i.setDoc(e),0,0),d=u.to>=a?u:s.lineAt(a,ir.ByPosNoHeight,i,0,0);for(c+=d.to-a,a=d.to;r>0&&u.from<=n[r-1].toA;)l=n[r-1].fromA,h=n[r-1].fromB,r--,l<u.from&&(u=s.lineAt(l,ir.ByPosNoHeight,i,0,0));h+=u.from-l,l=u.from;let f=ur.build(i.setDoc(o),t,h,c);s=or(s,s.replace(l,a,f))}return s.updateHeight(i,0)}static empty(){return new lr(0,0)}static of(t){if(1==t.length)return t[0];let e=0,i=t.length,n=0,s=0;for(;;)if(e==i)if(n>2*s){let s=t[e-1];s.break?t.splice(--e,1,s.left,null,s.right):t.splice(--e,1,s.left,s.right),i+=1+s.break,n-=s.size}else{if(!(s>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,s-=e.size}}else if(n<s){let i=t[e++];i&&(n+=i.size)}else{let e=t[--i];e&&(s+=e.size)}let o=0;return null==t[e-1]?(o=1,e--):null==t[e]&&(o=1,i++),new hr(sr.of(t.slice(0,e)),o,sr.of(t.slice(i)))}}function or(t,e){return t==e?t:(t.constructor!=e.constructor&&(Go=!0),e)}sr.prototype.size=1;class rr extends sr{constructor(t,e,i){super(t,e),this.deco=i}blockAt(t,e,i,n){return new er(n,this.length,i,this.height,this.deco||0)}lineAt(t,e,i,n,s){return this.blockAt(0,i,n,s)}forEachLine(t,e,i,n,s,o){t<=s+this.length&&e>=s&&o(this.blockAt(0,i,n,s))}updateHeight(t,e=0,i=!1,n){return n&&n.from<=e&&n.more&&this.setHeight(n.heights[n.index++]),this.outdated=!1,this}toString(){return`block(${this.length})`}}class lr extends rr{constructor(t,e){super(t,e,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(t,e,i,n){return new er(n,this.length,i,this.height,this.breaks)}replace(t,e,i){let n=i[0];return 1==i.length&&(n instanceof lr||n instanceof ar&&4&n.flags)&&Math.abs(this.length-n.length)<10?(n instanceof ar?n=new lr(n.length,this.height):n.height=this.height,this.outdated||(n.outdated=!1),n):sr.of(i)}updateHeight(t,e=0,i=!1,n){return n&&n.from<=e&&n.more?this.setHeight(n.heights[n.index++]):(i||this.outdated)&&this.setHeight(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 ar extends sr{constructor(t){super(t,0)}heightMetrics(t,e){let i,n=t.doc.lineAt(e).number,s=t.doc.lineAt(e+this.length).number,o=s-n+1,r=0;if(t.lineWrapping){let e=Math.min(this.height,t.lineHeight*o);i=e/o,this.length>o+1&&(r=(this.height-e)/(this.length-o-1))}else i=this.height/o;return{firstLine:n,lastLine:s,perLine:i,perChar:r}}blockAt(t,e,i,n){let{firstLine:s,lastLine:o,perLine:r,perChar:l}=this.heightMetrics(e,n);if(e.lineWrapping){let s=n+(t<e.lineHeight?0:Math.round(Math.max(0,Math.min(1,(t-i)/this.height))*this.length)),o=e.doc.lineAt(s),a=r+o.length*l,h=Math.max(i,t-a/2);return new er(o.from,o.length,h,a,0)}{let n=Math.max(0,Math.min(o-s,Math.floor((t-i)/r))),{from:l,length:a}=e.doc.line(s+n);return new er(l,a,i+r*n,r,0)}}lineAt(t,e,i,n,s){if(e==ir.ByHeight)return this.blockAt(t,i,n,s);if(e==ir.ByPosNoHeight){let{from:e,to:n}=i.doc.lineAt(t);return new er(e,n-e,0,0,0)}let{firstLine:o,perLine:r,perChar:l}=this.heightMetrics(i,s),a=i.doc.lineAt(t),h=r+a.length*l,c=a.number-o,u=n+r*c+l*(a.from-s-c);return new er(a.from,a.length,Math.max(n,Math.min(u,n+this.height-h)),h,0)}forEachLine(t,e,i,n,s,o){t=Math.max(t,s),e=Math.min(e,s+this.length);let{firstLine:r,perLine:l,perChar:a}=this.heightMetrics(i,s);for(let h=t,c=n;h<=e;){let e=i.doc.lineAt(h);if(h==t){let i=e.number-r;c+=l*i+a*(t-s-i)}let n=l+a*e.length;o(new er(e.from,e.length,c,n,0)),c+=n,h=e.to+1}}replace(t,e,i){let n=this.length-e;if(n>0){let t=i[i.length-1];t instanceof ar?i[i.length-1]=new ar(t.length+n):i.push(null,new ar(n-1))}if(t>0){let e=i[0];e instanceof ar?i[0]=new ar(t+e.length):i.unshift(new ar(t-1),null)}return sr.of(i)}decomposeLeft(t,e){e.push(new ar(t-1),null)}decomposeRight(t,e){e.push(null,new ar(this.length-t-1))}updateHeight(t,e=0,i=!1,n){let s=e+this.length;if(n&&n.from<=e+this.length&&n.more){let i=[],o=Math.max(e,n.from),r=-1;for(n.from>e&&i.push(new ar(n.from-e-1).updateHeight(t,e));o<=s&&n.more;){let e=t.doc.lineAt(o).length;i.length&&i.push(null);let s=n.heights[n.index++];-1==r?r=s:Math.abs(s-r)>=nr&&(r=-2);let l=new lr(e,s);l.outdated=!1,i.push(l),o+=e+1}o<=s&&i.push(null,new ar(s-o).updateHeight(t,o));let l=sr.of(i);return(r<0||Math.abs(l.height-this.height)>=nr||Math.abs(r-this.heightMetrics(t,e).perLine)>=nr)&&(Go=!0),or(this,l)}return(i||this.outdated)&&(this.setHeight(t.heightForGap(e,e+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class hr extends sr{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 s=i+this.left.height;return t<s?this.left.blockAt(t,e,i,n):this.right.blockAt(t,e,s,n+this.left.length+this.break)}lineAt(t,e,i,n,s){let o=n+this.left.height,r=s+this.left.length+this.break,l=e==ir.ByHeight?t<o:t<r,a=l?this.left.lineAt(t,e,i,n,s):this.right.lineAt(t,e,i,o,r);if(this.break||(l?a.to<r:a.from>r))return a;let h=e==ir.ByPosNoHeight?ir.ByPosNoHeight:ir.ByPos;return l?a.join(this.right.lineAt(r,h,i,o,r)):this.left.lineAt(r,h,i,n,s).join(a)}forEachLine(t,e,i,n,s,o){let r=n+this.left.height,l=s+this.left.length+this.break;if(this.break)t<l&&this.left.forEachLine(t,e,i,n,s,o),e>=l&&this.right.forEachLine(t,e,i,r,l,o);else{let a=this.lineAt(l,ir.ByPos,i,n,s);t<a.from&&this.left.forEachLine(t,a.from-1,i,n,s,o),a.to>=t&&a.from<=e&&o(a),e>a.to&&this.right.forEachLine(a.to+1,e,i,r,l,o)}}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 s=[];t>0&&this.decomposeLeft(t,s);let o=s.length;for(let t of i)s.push(t);if(t>0&&cr(s,o-1),e<this.length){let t=s.length;this.decomposeRight(e,s),cr(s,t)}return sr.of(s)}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?sr.of(this.break?[t,null,e]:[t,e]):(this.left=or(this.left,t),this.right=or(this.right,e),this.setHeight(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:s,right:o}=this,r=e+s.length+this.break,l=null;return n&&n.from<=e+s.length&&n.more?l=s=s.updateHeight(t,e,i,n):s.updateHeight(t,e,i),n&&n.from<=r+o.length&&n.more?l=o=o.updateHeight(t,r,i,n):o.updateHeight(t,r,i),l?this.balanced(s,o):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function cr(t,e){let i,n;null==t[e]&&(i=t[e-1])instanceof ar&&(n=t[e+1])instanceof ar&&t.splice(e-1,3,new ar(i.length+1+n.length))}class ur{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 lr?i.length+=t-this.pos:(t>this.pos||!this.isCovered)&&this.nodes.push(new lr(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,s=i.widget?i.widget.lineBreaks:0;n<0&&(n=this.oracle.lineHeight);let o=e-t;i.block?this.addBlock(new rr(o,n,i)):(o||s||n>=5)&&this.addLineDeco(n,s,o)}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 lr(this.pos-t,-1)),this.writtenTo=this.pos}blankContent(t,e){let i=new ar(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 lr)return t;let e=new lr(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 lr||this.isCovered?(this.writtenTo<this.pos||null==e)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new lr(0,-1));let i=t;for(let t of this.nodes)t instanceof lr&&t.updateHeight(this.oracle,i),i+=t?t.length:1;return this.nodes}static build(t,e,i,n){let s=new ur(i,t);return fi.spans(e,i,n,s,0),s.finish(i)}}class dr{constructor(){this.changes=[]}compareRange(){}comparePoint(t,e,i,n){(t<e||i&&i.heightRelevant||n&&n.heightRelevant)&&jn(t,e,this.changes,5)}}function fr(t,e){let i=t.getBoundingClientRect(),n=t.ownerDocument,s=n.defaultView||window,o=Math.max(0,i.left),r=Math.min(s.innerWidth,i.right),l=Math.max(0,i.top),a=Math.min(s.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();o=Math.max(o,n.left),r=Math.min(r,n.right),l=Math.max(l,n.top),a=Math.min(e==t.parentNode?s.innerHeight:a,n.bottom)}e="absolute"==n.position||"fixed"==n.position?i.offsetParent:i.parentNode}else{if(11!=e.nodeType)break;e=e.host}return{left:o-i.left,right:Math.max(o,r)-i.left,top:l-(i.top+e),bottom:Math.max(l,a)-(i.top+e)}}function pr(t,e){let i=t.getBoundingClientRect();return{left:0,right:i.right-i.left,top:e,bottom:i.bottom-(i.top+e)}}class mr{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],s=e[i];if(n.from!=s.from||n.to!=s.to||n.size!=s.size)return!1}return!0}draw(t,e){return Vn.replace({widget:new gr(this.size*(e?t.scaleY:t.scaleX),e)}).range(this.from,this.to)}}class gr extends $n{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 vr{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=!1,this.scaleX=1,this.scaleY=1,this.scrollAnchorPos=0,this.scrollAnchorHeight=-1,this.scaler=xr,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=ts.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let e=t.facet(Vs).some((t=>"function"!=typeof t&&"cm-lineWrapping"==t.class));this.heightOracle=new Jo(e),this.stateDeco=t.facet(Fs).filter((t=>"function"!=typeof t)),this.heightMap=sr.empty().applyChanges(this.stateDeco,Ft.empty,this.heightOracle.setDoc(t.doc),[new Ys(0,0,0,t.doc.length)]);for(let t=0;t<2&&(this.viewport=this.getViewport(0,null),this.updateForViewport());t++);this.updateViewportLines(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=Vn.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 br(e,i))}}return this.viewports=t.sort(((t,e)=>t.from-e.from)),this.updateScaler()}updateScaler(){let t=this.scaler;return this.scaler=this.heightMap.height<=7e6?xr:new kr(this.heightOracle,this.heightMap,this.viewports),t.eq(this.scaler)?0:2}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,(t=>{this.viewportLines.push(Or(t,this.scaler))}))}update(t,e=null){this.state=t.state;let i=this.stateDeco;this.stateDeco=this.state.facet(Fs).filter((t=>"function"!=typeof t));let n=t.changedRanges,s=Ys.extendWithRanges(n,function(t,e,i){let n=new dr;return fi.compare(t,e,i,n,0),n.changes}(i,this.stateDeco,t?t.changes:fe.empty(this.state.doc.length))),o=this.heightMap.height,r=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);Zo(),this.heightMap=this.heightMap.applyChanges(this.stateDeco,t.startState.doc,this.heightOracle.setDoc(this.state.doc),s),(this.heightMap.height!=o||Go)&&(t.flags|=2),r?(this.scrollAnchorPos=t.changes.mapPos(r.from,-1),this.scrollAnchorHeight=r.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=this.heightMap.height);let l=s.length?this.mapViewport(this.viewport,t.changes):this.viewport;(e&&(e.range.head<l.from||e.range.head>l.to)||!this.viewportIsAppropriate(l))&&(l=this.getViewport(0,e));let a=l.from!=this.viewport.from||l.to!=this.viewport.to;this.viewport=l,t.flags|=this.updateForViewport(),(a||!t.changes.empty||2&t.flags)&&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(Ds)&&(this.mustEnforceCursorAssoc=!0)}measure(t){let e=t.contentDOM,i=window.getComputedStyle(e),n=this.heightOracle,s=i.whiteSpace;this.defaultTextDirection="rtl"==i.direction?ts.RTL:ts.LTR;let o=this.heightOracle.mustRefreshForWrapping(s),r=e.getBoundingClientRect(),l=o||this.mustMeasureContent||this.contentDOMHeight!=r.height;this.contentDOMHeight=r.height,this.mustMeasureContent=!1;let a=0,h=0;if(r.width&&r.height){let{scaleX:t,scaleY:i}=Yi(e,r);(t>.005&&Math.abs(this.scaleX-t)>.005||i>.005&&Math.abs(this.scaleY-i)>.005)&&(this.scaleX=t,this.scaleY=i,a|=8,o=l=!0)}let c=(parseInt(i.paddingTop)||0)*this.scaleY,u=(parseInt(i.paddingBottom)||0)*this.scaleY;this.paddingTop==c&&this.paddingBottom==u||(this.paddingTop=c,this.paddingBottom=u,a|=10),this.editorWidth!=t.scrollDOM.clientWidth&&(n.lineWrapping&&(l=!0),this.editorWidth=t.scrollDOM.clientWidth,a|=8);let d=t.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=d&&(this.scrollAnchorHeight=-1,this.scrollTop=d),this.scrolledToBottom=on(t.scrollDOM);let f=(this.printing?pr:fr)(e,this.paddingTop),p=f.top-this.pixelViewport.top,m=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&&(l=!0)),!this.inView&&!this.scrollTarget)return 0;let v=r.width;if(this.contentDOMWidth==v&&this.editorHeight==t.scrollDOM.clientHeight||(this.contentDOMWidth=r.width,this.editorHeight=t.scrollDOM.clientHeight,a|=8),l){let e=t.docView.measureVisibleLineHeights(this.viewport);if(n.mustRefreshForHeights(e)&&(o=!0),o||n.lineWrapping&&Math.abs(v-this.contentDOMWidth)>n.charWidth){let{lineHeight:i,charWidth:r,textHeight:l}=t.docView.measureTextSize();o=i>0&&n.refresh(s,i,r,l,v/r,e),o&&(t.docView.minWidth=0,a|=8)}p>0&&m>0?h=Math.max(p,m):p<0&&m<0&&(h=Math.min(p,m)),Zo();for(let i of this.viewports){let s=i.from==this.viewport.from?e:t.docView.measureVisibleLineHeights(i);this.heightMap=(o?sr.empty().applyChanges(this.stateDeco,Ft.empty,this.heightOracle,[new Ys(0,0,0,t.state.doc.length)]):this.heightMap).updateHeight(n,0,o,new tr(i.from,s))}Go&&(a|=2)}let b=!this.viewportIsAppropriate(this.viewport,h)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return b&&(2&a&&(a|=this.updateScaler()),this.viewport=this.getViewport(h,this.scrollTarget),a|=this.updateForViewport()),(2&a||b)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(o?[]:this.lineGaps,t)),a|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,t.docView.enforceCursorAssoc()),a}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,s=this.heightOracle,{visibleTop:o,visibleBottom:r}=this,l=new br(n.lineAt(o-1e3*i,ir.ByHeight,s,0,0).from,n.lineAt(r+1e3*(1-i),ir.ByHeight,s,0,0).to);if(e){let{head:t}=e.range;if(t<l.from||t>l.to){let i,o=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),r=n.lineAt(t,ir.ByPos,s,0,0);i="center"==e.y?(r.top+r.bottom)/2-o/2:"start"==e.y||"nearest"==e.y&&t<l.from?r.top:r.bottom-o,l=new br(n.lineAt(i-500,ir.ByHeight,s,0,0).from,n.lineAt(i+o+500,ir.ByHeight,s,0,0).to)}}return l}mapViewport(t,e){let i=e.mapPos(t.from,-1),n=e.mapPos(t.to,1);return new br(this.heightMap.lineAt(i,ir.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(n,ir.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,ir.ByPos,this.heightOracle,0,0),{bottom:s}=this.heightMap.lineAt(e,ir.ByPos,this.heightOracle,0,0),{visibleTop:o,visibleBottom:r}=this;return(0==t||n<=o-Math.max(10,Math.min(-i,250)))&&(e==this.state.doc.length||s>=r+Math.max(10,Math.min(i,250)))&&n>o-2e3&&s<r+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 mr(e.mapPos(n.from),e.mapPos(n.to),n.size));return i}ensureLineGaps(t,e){let i=this.heightOracle.lineWrapping,n=i?1e4:2e3,s=n>>1,o=n<<1;if(this.defaultTextDirection!=ts.LTR&&!i)return[];let r=[],l=(n,o,a,h)=>{if(o-n<s)return;let c=this.state.selection.main,u=[c.from];c.empty||u.push(c.to);for(let t of u)if(t>n&&t<o)return l(n,t-10,a,h),void l(t+10,o,a,h);let d=function(t,e){for(let i of t)if(e(i))return i}(t,(t=>t.from>=a.from&&t.to<=a.to&&Math.abs(t.from-n)<s&&Math.abs(t.to-o)<s&&!u.some((e=>t.from<e&&t.to>e))));if(!d){if(o<a.to&&e&&i&&e.visibleRanges.some((t=>t.from<=o&&t.to>=o))){let t=e.moveToLineBoundary(xe.cursor(o),!1,!0).head;t>n&&(o=t)}d=new mr(n,o,this.gapSize(a,n,o,h))}r.push(d)},a=t=>{if(t.length<o||t.type!=Wn.Text)return;let e=function(t,e,i){let n=[],s=t,o=0;return fi.spans(i,t,e,{span(){},point(t,e){t>s&&(n.push({from:s,to:t}),o+=t-s),s=e}},20),s<e&&(n.push({from:s,to:e}),o+=e-s),{total:o,ranges:n}}(t.from,t.to,this.stateDeco);if(e.total<o)return;let s,r,a=this.scrollTarget?this.scrollTarget.range.head:null;if(i){let i,o,l=n/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=a){let n=yr(e,a),s=((this.visibleBottom-this.visibleTop)/2+l)/t.height;i=n-s,o=n+s}else i=(this.visibleTop-t.top-l)/t.height,o=(this.visibleBottom-t.top+l)/t.height;s=wr(e,i),r=wr(e,o)}else{let t,i,o=e.total*this.heightOracle.charWidth,l=n*this.heightOracle.charWidth;if(null!=a){let n=yr(e,a),s=((this.pixelViewport.right-this.pixelViewport.left)/2+l)/o;t=n-s,i=n+s}else t=(this.pixelViewport.left-l)/o,i=(this.pixelViewport.right+l)/o;s=wr(e,t),r=wr(e,i)}s>t.from&&l(t.from,s,t,e),r<t.to&&l(r,t.to,t,e)};for(let t of this.viewportLines)Array.isArray(t.type)?t.type.forEach(a):a(t);return r}gapSize(t,e,i,n){let s=yr(n,i)-yr(n,e);return this.heightOracle.lineWrapping?t.height*s:n.total*this.heightOracle.charWidth*s}updateLineGaps(t){mr.same(t,this.lineGaps)||(this.lineGaps=t,this.lineGapDeco=Vn.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=[];fi.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))||Or(this.heightMap.lineAt(t,ir.ByPos,this.heightOracle,0,0),this.scaler)}lineBlockAtHeight(t){return t>=this.viewportLines[0].top&&t<=this.viewportLines[this.viewportLines.length-1].bottom&&this.viewportLines.find((e=>e.top<=t&&e.bottom>=t))||Or(this.heightMap.lineAt(this.scaler.fromDOM(t),ir.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 Or(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 br{constructor(t,e){this.from=t,this.to=e}}function wr({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:s}=e[t],o=s-i;if(n<=o)return i+n;n-=o}}function yr(t,e){let i=0;for(let{from:n,to:s}of t.ranges){if(e<=s){i+=e-n;break}i+=s-n}return i/t.total}const xr={toDOM:t=>t,fromDOM:t=>t,scale:1,eq(t){return t==this}};class kr{constructor(t,e,i){let n=0,s=0,o=0;this.viewports=i.map((({from:i,to:s})=>{let o=e.lineAt(i,ir.ByPos,t,0,0).top,r=e.lineAt(s,ir.ByPos,t,0,0).bottom;return n+=r-o,{from:i,to:s,top:o,bottom:r,domTop:0,domBottom:0}})),this.scale=(7e6-n)/(e.height-n);for(let t of this.viewports)t.domTop=o+(t.top-s)*this.scale,o=t.domBottom=t.domTop+(t.bottom-t.top),s=t.bottom}toDOM(t){for(let e=0,i=0,n=0;;e++){let s=e<this.viewports.length?this.viewports[e]:null;if(!s||t<s.top)return n+(t-i)*this.scale;if(t<=s.bottom)return s.domTop+(t-s.top);i=s.bottom,n=s.domBottom}}fromDOM(t){for(let e=0,i=0,n=0;;e++){let s=e<this.viewports.length?this.viewports[e]:null;if(!s||t<s.domTop)return i+(t-n)/this.scale;if(t<=s.domBottom)return s.top+(t-s.domTop);i=s.bottom,n=s.domBottom}}eq(t){return t instanceof kr&&this.scale==t.scale&&this.viewports.length==t.viewports.length&&this.viewports.every(((e,i)=>e.from==t.viewports[i].from&&e.to==t.viewports[i].to))}}function Or(t,e){if(1==e.scale)return t;let i=e.toDOM(t.top),n=e.toDOM(t.bottom);return new er(t.from,t.length,i,n-i,Array.isArray(t._content)?t._content.map((t=>Or(t,e))):t._content)}const Sr=Se.define({combine:t=>t.join(" ")}),Cr=Se.define({combine:t=>t.indexOf(!0)>-1}),Ar=Pi.newName(),Mr=Pi.newName(),Tr=Pi.newName(),Dr={"&light":"."+Mr,"&dark":"."+Tr};function Pr(t,e,i){return new Pi(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 Rr=Pr("."+Ar,{"&":{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,overflowAnchor:"none"},".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,zIndex:300},"&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"}},Dr),Er={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},Br=An.ie&&An.ie_version<=11;class Nr{constructor(t){this.view=t,this.active=!1,this.editContext=null,this.selectionRange=new Gi,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);(An.ie&&An.ie_version<=11||An.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()})),!window.EditContext||!1===t.constructor.EDIT_CONTEXT||An.chrome&&An.chrome_version<126||(this.editContext=new Qr(t),t.state.facet(Ls)&&(t.contentDOM.editContext=this.editContext.editContext)),Br&&(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.editContext&&this.view.requestMeasure(this.editContext.measureReq),this.onScrollChanged(t)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout((()=>{this.resizeTimeout=-1,this.view.requestMeasure()}),50))}onPrint(t){("change"!=t.type&&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(Ls)?i.root.activeElement!=this.dom:!Vi(i.dom,n))return;let s=n.anchorNode&&i.docView.nearest(n.anchorNode);s&&s.ignoreEvent(t)?e||(this.selectionChanged=!1):(An.ie&&An.ie_version<=11||An.android&&An.chrome)&&!i.state.selection.main.empty&&n.focusNode&&Hi(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:t}=this,e=$i(t.root);if(!e)return!1;let i=An.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,e){if(e.getComposedRanges){let i=e.getComposedRanges(t.root)[0];if(i)return Ir(t,i)}let i=null;function n(t){t.preventDefault(),t.stopImmediatePropagation(),i=t.getTargetRanges()[0]}return t.contentDOM.addEventListener("beforeinput",n,!0),t.dom.ownerDocument.execCommand("indent"),t.contentDOM.removeEventListener("beforeinput",n,!0),i?Ir(t,i):null}(this.view,e)||e;if(!i||this.selectionRange.eq(i))return!1;let n=Vi(this.dom,i);return n&&!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,ji(i));;)if(n){if(1!=i.nodeType)return!1;let t=i.childNodes[n-1];"false"==t.contentEditable?n--:(i=t,n=ji(i))}else{if(i==t)return!0;n=qi(i),i=i.parentNode}}(this.dom,i)?(this.view.inputState.lastFocusTime=0,t.docView.updateSelection(),!1):(this.selectionRange.setRange(i),n&&(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,Er),Br&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),Br&&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;t&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=t.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&t.force&&nn(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 s of t){let t=this.readMutation(s);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&&Vi(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 s=new wo(this.view,t,e,i);return this.view.docView.domChanged={newSel:s.newSel?s.newSel.main:null},s}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=yo(this.view,e);return this.view.state==i&&(e.domChanged||e.newSel&&!e.newSel.main.eq(this.view.state.selection.main))&&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=Lr(e,t.previousSibling||t.target.previousSibling,-1),n=Lr(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?this.printQuery.addEventListener("change",this.onPrint):this.printQuery.addListener(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?this.printQuery.removeEventListener("change",this.onPrint):this.printQuery.removeListener(this.onPrint):t.removeEventListener("beforeprint",this.onPrint),t.document.removeEventListener("selectionchange",this.onSelectionChange)}update(t){this.editContext&&(this.editContext.update(t),t.startState.facet(Ls)!=t.state.facet(Ls)&&(t.view.contentDOM.editContext=t.state.facet(Ls)?this.editContext.editContext:null))}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),this.editContext&&(this.view.contentDOM.editContext=null,this.editContext.destroy())}}function Lr(t,e,i){for(;e;){let n=cn.get(e);if(n&&n.parent==t)return n;let s=e.parentNode;e=s!=t.dom?s:i>0?e.nextSibling:e.previousSibling}return null}function Ir(t,e){let i=e.startContainer,n=e.startOffset,s=e.endContainer,o=e.endOffset,r=t.docView.domAtPos(t.state.selection.main.anchor);return Hi(r.node,r.offset,s,o)&&([i,n,s,o]=[s,o,i,n]),{anchorNode:i,anchorOffset:n,focusNode:s,focusOffset:o}}class Qr{constructor(t){this.from=0,this.to=0,this.pendingContextChange=null,this.handlers=Object.create(null),this.resetRange(t.state);let e=this.editContext=new window.EditContext({text:t.state.doc.sliceString(this.from,this.to),selectionStart:this.toContextPos(Math.max(this.from,Math.min(this.to,t.state.selection.main.anchor))),selectionEnd:this.toContextPos(t.state.selection.main.head)});this.handlers.textupdate=e=>{let{anchor:i}=t.state.selection.main,n={from:this.toEditorPos(e.updateRangeStart),to:this.toEditorPos(e.updateRangeEnd),insert:Ft.of(e.text.split("\n"))};n.from==this.from&&i<this.from?n.from=i:n.to==this.to&&i>this.to&&(n.to=i),(n.from!=n.to||n.insert.length)&&(this.pendingContextChange=n,t.state.readOnly||xo(t,n,xe.single(this.toEditorPos(e.selectionStart),this.toEditorPos(e.selectionEnd))),this.pendingContextChange&&(this.revertPending(t.state),this.setSelection(t.state)))},this.handlers.characterboundsupdate=i=>{let n=[],s=null;for(let e=this.toEditorPos(i.rangeStart),o=this.toEditorPos(i.rangeEnd);e<o;e++){let i=t.coordsForChar(e);s=i&&new DOMRect(i.left,i.top,i.right-i.left,i.bottom-i.top)||s||new DOMRect,n.push(s)}e.updateCharacterBounds(i.rangeStart,n)},this.handlers.textformatupdate=e=>{let i=[];for(let t of e.getTextFormats()){let e=t.underlineStyle,n=t.underlineThickness;if("None"!=e&&"None"!=n){let s=`text-decoration: underline ${"Dashed"==e?"dashed ":"Squiggle"==e?"wavy ":""}${"Thin"==n?1:2}px`;i.push(Vn.mark({attributes:{style:s}}).range(this.toEditorPos(t.rangeStart),this.toEditorPos(t.rangeEnd)))}}t.dispatch({effects:Bs.of(Vn.set(i))})},this.handlers.compositionstart=()=>{t.inputState.composing<0&&(t.inputState.composing=0,t.inputState.compositionFirstChange=!0)},this.handlers.compositionend=()=>{t.inputState.composing=-1,t.inputState.compositionFirstChange=null};for(let t in this.handlers)e.addEventListener(t,this.handlers[t]);this.measureReq={read:t=>{this.editContext.updateControlBounds(t.contentDOM.getBoundingClientRect());let e=$i(t.root);e&&e.rangeCount&&this.editContext.updateSelectionBounds(e.getRangeAt(0).getBoundingClientRect())}}}applyEdits(t){let e=0,i=!1,n=this.pendingContextChange;return t.changes.iterChanges(((s,o,r,l,a)=>{if(i)return;let h=a.length-(o-s);if(n&&o>=n.to){if(n.from==s&&n.to==o&&n.insert.eq(a))return n=this.pendingContextChange=null,e+=h,void(this.to+=h);n=null,this.revertPending(t.state)}if(s+=e,(o+=e)<=this.from)this.from+=h,this.to+=h;else if(s<this.to){if(s<this.from||o>this.to||this.to-this.from+a.length>3e4)return void(i=!0);this.editContext.updateText(this.toContextPos(s),this.toContextPos(o),a.toString()),this.to+=h}e+=h})),n&&!i&&this.revertPending(t.state),!i}update(t){let e=this.pendingContextChange;this.applyEdits(t)&&this.rangeIsValid(t.state)?(t.docChanged||t.selectionSet||e)&&this.setSelection(t.state):(this.pendingContextChange=null,this.resetRange(t.state),this.editContext.updateText(0,this.editContext.text.length,t.state.doc.sliceString(this.from,this.to)),this.setSelection(t.state)),(t.geometryChanged||t.docChanged||t.selectionSet)&&t.view.requestMeasure(this.measureReq)}resetRange(t){let{head:e}=t.selection.main;this.from=Math.max(0,e-1e4),this.to=Math.min(t.doc.length,e+1e4)}revertPending(t){let e=this.pendingContextChange;this.pendingContextChange=null,this.editContext.updateText(this.toContextPos(e.from),this.toContextPos(e.from+e.insert.length),t.doc.sliceString(e.from,e.to))}setSelection(t){let{main:e}=t.selection,i=this.toContextPos(Math.max(this.from,Math.min(this.to,e.anchor))),n=this.toContextPos(e.head);this.editContext.selectionStart==i&&this.editContext.selectionEnd==n||this.editContext.updateSelection(i,n)}rangeIsValid(t){let{head:e}=t.selection.main;return!(this.from>0&&e-this.from<500||this.to<t.doc.length&&this.to-e<500||this.to-this.from>3e4)}toEditorPos(t){return t+this.from}toContextPos(t){return t-this.from}destroy(){for(let t in this.handlers)this.editContext.removeEventListener(t,this.handlers[t])}}class zr{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={}){var e;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:i}=t;this.dispatchTransactions=t.dispatchTransactions||i&&(t=>t.forEach((t=>i(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 vr(t.state||li.create(t)),t.scrollTo&&t.scrollTo.is(Es)&&(this.viewState.scrollTarget=t.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(Qs).map((t=>new $s(t)));for(let t of this.plugins)t.update(this);this.observer=new Nr(this),this.inputState=new ko(this),this.inputState.ensureHandlers(this.plugins),this.docView=new Zs(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),(null===(e=document.fonts)||void 0===e?void 0:e.ready)&&document.fonts.ready.then((()=>this.requestMeasure()))}dispatch(...t){let e=1==t.length&&t[0]instanceof Ge?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,s=this.state;for(let e of t){if(e.startState!=s)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");s=e.state}if(this.destroyed)return void(this.viewState.state=s);let o=this.hasFocus,r=0,l=null;t.some((t=>t.annotation(_o)))?(this.inputState.notifiedFocused=o,r=1):o!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=o,l=jo(s,o),l||(r=1));let a=this.observer.delayedAndroidKey,h=null;if(a?(this.observer.clearDelayedAndroidKey(),h=this.observer.readChange(),(h&&!this.state.doc.eq(s.doc)||!this.state.selection.eq(s.selection))&&(h=null)):this.observer.clear(),s.facet(li.phrases)!=this.state.facet(li.phrases))return this.setState(s);e=Gs.create(this,s,t),e.flags|=r;let c=this.viewState.scrollTarget;try{this.updateState=2;for(let e of t){if(c&&(c=c.map(e.changes)),e.scrollIntoView){let{main:t}=e.state.selection;c=new Rs(t.empty?t:xe.cursor(t.head,t.head>t.anchor?-1:1))}for(let t of e.effects)t.is(Es)&&(c=t.value.clip(this.state))}this.viewState.update(e,c),this.bidiCache=Vr.update(this.bidiCache,e.changes),e.empty||(this.updatePlugins(e),this.inputState.update(e)),i=this.docView.update(e),this.state.facet(Ks)!=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(Sr)!=e.state.facet(Sr)&&(this.viewState.mustMeasureContent=!0),(i||n||c||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),i&&this.docViewUpdate(),!e.empty)for(let t of this.state.facet(Os))try{t(e)}catch(t){Ns(this.state,t,"update listener")}(l||h)&&Promise.resolve().then((()=>{l&&this.state==l.startState&&this.dispatch(l),h&&!yo(this,h)&&a.force&&nn(this.contentDOM,a.key,a.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 vr(t),this.plugins=t.facet(Qs).map((t=>new $s(t))),this.pluginMap.clear();for(let t of this.plugins)t.update(this);this.docView.destroy(),this.docView=new Zs(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(Qs),i=t.state.facet(Qs);if(e!=i){let n=[];for(let s of i){let i=e.indexOf(s);if(i<0)n.push(new $s(s));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){Ns(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:s,scrollAnchorHeight:o}=this.viewState;Math.abs(n-this.viewState.scrollTop)>1&&(o=-1),this.viewState.scrollAnchorHeight=-1;try{for(let t=0;;t++){if(o<0)if(on(i))s=-1,o=this.viewState.heightMap.height;else{let t=this.viewState.scrollAnchorAt(n);s=t.from,o=t.top}this.updateState=1;let r=this.viewState.measure(this);if(!r&&!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 l=[];4&r||([this.measureRequests,l]=[l,this.measureRequests]);let a=l.map((t=>{try{return t.read(this)}catch(t){return Ns(this.state,t),Wr}})),h=Gs.create(this,this.state,[]),c=!1;h.flags|=r,e?e.flags|=r:e=h,this.updateState=2,h.empty||(this.updatePlugins(h),this.inputState.update(h),this.updateAttrs(),c=this.docView.update(h),c&&this.docViewUpdate());for(let t=0;t<l.length;t++)if(a[t]!=Wr)try{let e=l[t];e.write&&e.write(a[t],this)}catch(t){Ns(this.state,t)}if(c&&this.docView.updateSelection(!0),!h.viewportChanged&&0==this.measureRequests.length){if(this.viewState.editorHeight){if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,o=-1;continue}{let t=(s<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(s).top)-o;if(t>1||t<-1){n+=t,i.scrollTop=n/this.scaleY,o=-1;continue}}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(e&&!e.empty)for(let t of this.state.facet(Os))t(e)}get themeClasses(){return Ar+" "+(this.state.facet(Cr)?Tr:Mr)+" "+this.state.facet(Sr)}updateAttrs(){let t=Fr(this,Ws,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),e={spellcheck:"false",autocorrect:"off",autocapitalize:"off",translate:"no",contenteditable:this.state.facet(Ls)?"true":"false",class:"cm-content",style:`${An.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(e["aria-readonly"]="true"),Fr(this,Vs,e);let i=this.observer.ignore((()=>{let i=Qn(this.contentDOM,this.contentAttrs,e),n=Qn(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)t.is(zr.announce)&&(e&&(this.announceDOM.textContent=""),e=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=t.value)}mountStyles(){this.styleModules=this.state.facet(Ks);let t=this.state.facet(zr.cspNonce);Pi.mount(this.root,this.styleModules.concat(Rr).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),s=n(i);return t=>{let e=n(t);return s==si.Space&&(s=e),s==e}}(this,t.head,e))))}visualLineSide(t,e){let i=this.bidiSpans(t),n=this.textDirectionAt(t.from),s=i[e?i.length-1:0];return xe.cursor(s.side(e,n)+t.from,s.forward(!e,n)?1:-1)}moveToLineBoundary(t,e,i=!0){return function(t,e,i,n){let s=co(t,e.head),o=n&&s.type==Wn.Text&&(t.lineWrapping||s.widgetLineBreaks)?t.coordsAtPos(e.assoc<0&&e.head>s.from?e.head-1:e.head):null;if(o){let e=t.dom.getBoundingClientRect(),n=t.textDirectionAt(s.from),r=t.posAtCoords({x:i==(n==ts.LTR)?e.right-1:e.left+1,y:(o.top+o.bottom)/2});if(null!=r)return xe.cursor(r,i?-1:1)}return xe.cursor(i?s.to:s.from,i?-1:1)}(this,t,e,i)}moveVertically(t,e,i){return po(this,t,function(t,e,i,n){let s=e.head,o=i?1:-1;if(s==(i?t.state.doc.length:0))return xe.cursor(s,e.assoc);let r,l=e.goalColumn,a=t.contentDOM.getBoundingClientRect(),h=t.coordsAtPos(s,e.assoc||-1),c=t.documentTop;if(h)null==l&&(l=h.left-a.left),r=o<0?h.top:h.bottom;else{let e=t.viewState.lineBlockAt(s);null==l&&(l=Math.min(a.right-a.left,t.defaultCharacterWidth*(s-e.from))),r=(o<0?e.top:e.bottom)+c}let u=a.left+l,d=null!=n?n:t.viewState.heightOracle.textHeight>>1;for(let e=0;;e+=10){let i=r+(d+e)*o,n=ao(t,{x:u,y:i},!1,o);if(i<a.top||i>a.bottom||(o<0?n<s:n>s)){let e=t.docView.coordsForChar(n),s=!e||i<e.top?-1:1;return xe.cursor(n,s,void 0,l)}}}(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(),ao(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),s=this.bidiSpans(n);return Ui(i,s[cs.find(s,t-n.from,-1,e)].dir==ts.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(Ts)||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>$r)return ms(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||us(n.isolates,e=_s(this,t))))return n.order;e||(e=_s(this,t));let n=function(t,e,i){if(!t)return[new cs(0,0,e==is?1:0)];if(e==es&&!i.length&&!hs.test(t))return ms(t.length);if(i.length)for(;t.length>ds.length;)ds[ds.length]=256;let n=[],s=e==es?0:1;return ps(t,s,s,i,0,t.length,n),n}(t.text,i,e);return this.bidiCache.push(new Vr(t.from,t.to,i,e,!0,n)),n}get hasFocus(){var t;return(this.dom.ownerDocument.hasFocus()||An.safari&&(null===(t=this.inputState)||void 0===t?void 0:t.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore((()=>{tn(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(){this.root.activeElement==this.contentDOM&&this.contentDOM.blur();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 Es.of(new Rs("number"==typeof t?xe.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 Es.of(new Rs(xe.cursor(i.from),"start","start",i.top-t,e,!0))}setTabFocusMode(t){null==t?this.inputState.tabFocusMode=this.inputState.tabFocusMode<0?0:-1:"boolean"==typeof t?this.inputState.tabFocusMode=t?0:-1:0!=this.inputState.tabFocusMode&&(this.inputState.tabFocusMode=Date.now()+t)}static domEventHandlers(t){return zs.define((()=>({})),{eventHandlers:t})}static domEventObservers(t){return zs.define((()=>({})),{eventObservers:t})}static theme(t,e){let i=Pi.newName(),n=[Sr.of(i),Ks.of(Pr(`.${i}`,t))];return e&&e.dark&&n.push(Cr.of(!0)),n}static baseTheme(t){return Be.lowest(Ks.of(Pr("."+Ar,t,Dr)))}static findFromDOM(t){var e;let i=t.querySelector(".cm-content"),n=i&&cn.get(i)||cn.get(t);return(null===(e=null==n?void 0:n.rootView)||void 0===e?void 0:e.view)||null}}zr.styleModule=Ks,zr.inputHandler=Ss,zr.clipboardInputFilter=As,zr.clipboardOutputFilter=Ms,zr.scrollHandler=Ps,zr.focusChangeEffect=Cs,zr.perLineTextDirection=Ts,zr.exceptionSink=ks,zr.updateListener=Os,zr.editable=Ls,zr.mouseSelectionStyle=xs,zr.dragMovesSelection=ys,zr.clickAddsSelectionRange=ws,zr.decorations=Fs,zr.outerDecorations=Hs,zr.atomicRanges=qs,zr.bidiIsolatedRanges=Xs,zr.scrollMargins=js,zr.darkTheme=Cr,zr.cspNonce=Se.define({combine:t=>t.length?t[0]:""}),zr.contentAttributes=Vs,zr.editorAttributes=Ws,zr.lineWrapping=zr.contentAttributes.of({class:"cm-lineWrapping"}),zr.announce=Ye.define();const $r=4096,Wr={};class Vr{constructor(t,e,i,n,s,o){this.from=t,this.to=e,this.dir=i,this.isolates=n,this.fresh=s,this.order=o}static update(t,e){if(e.empty&&!t.some((t=>t.fresh)))return t;let i=[],n=t.length?t[t.length-1].dir:ts.LTR;for(let s=Math.max(0,t.length-10);s<t.length;s++){let o=t[s];o.dir!=n||e.touchesRange(o.from,o.to)||i.push(new Vr(e.mapPos(o.from,1),e.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return i}}function Fr(t,e,i){for(let n=t.state.facet(e),s=n.length-1;s>=0;s--){let e=n[s],o="function"==typeof e?e(t):e;o&&Nn(o,i)}return i}const Hr=An.mac?"mac":An.windows?"win":An.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 Xr=Be.default(zr.domEventHandlers({keydown:(t,e)=>Zr(Ur(e.state),t,e,"editor")})),_r=Se.define({enables:Xr}),jr=new WeakMap;function Ur(t){let e=t.facet(_r),i=jr.get(e);return i||jr.set(e,i=function(t,e=Hr){let i=Object.create(null),n=Object.create(null),s=(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")},o=(t,n,o,r,l)=>{var a,h;let c=i[t]||(i[t]=Object.create(null)),u=n.split(/ (?!$)/).map((t=>function(t,e){const i=t.split(/-(?!$)/);let n,s,o,r,l=i[i.length-1];"Space"==l&&(l=" ");for(let t=0;t<i.length-1;++t){const l=i[t];if(/^(cmd|meta|m)$/i.test(l))r=!0;else if(/^a(lt)?$/i.test(l))n=!0;else if(/^(c|ctrl|control)$/i.test(l))s=!0;else if(/^s(hift)?$/i.test(l))o=!0;else{if(!/^mod$/i.test(l))throw new Error("Unrecognized modifier name: "+l);"mac"==e?r=!0:s=!0}}return n&&(l="Alt-"+l),s&&(l="Ctrl-"+l),r&&(l="Meta-"+l),o&&(l="Shift-"+l),l}(t,e)));for(let e=1;e<u.length;e++){let i=u.slice(0,e).join(" ");s(i,!0),c[i]||(c[i]={preventDefault:!0,stopPropagation:!1,run:[e=>{let n=Kr={view:e,prefix:i,scope:t};return setTimeout((()=>{Kr==n&&(Kr=null)}),Yr),!0}]})}let d=u.join(" ");s(d,!1);let f=c[d]||(c[d]={preventDefault:!1,stopPropagation:!1,run:(null===(h=null===(a=c._any)||void 0===a?void 0:a.run)||void 0===h?void 0:h.slice())||[]});o&&f.run.push(o),r&&(f.preventDefault=!0),l&&(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:[]});let{any:s}=n;for(let e in t)t[e].run.push((t=>s(t,Gr)))}let s=n[e]||n.key;if(s)for(let e of t)o(e,s,n.run,n.preventDefault,n.stopPropagation),n.shift&&o(e,"Shift-"+s,n.shift,n.preventDefault,n.stopPropagation)}return i}(e.reduce(((t,e)=>t.concat(e)),[]))),i}let Kr=null;const Yr=4e3;let Gr=null;function Zr(t,e,i,n){Gr=e;let s=function(t){var e=!(Li&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||Ii&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?Ni:Bi)[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),o=he(le(s,0))==s.length&&" "!=s,r="",l=!1,a=!1,h=!1;Kr&&Kr.view==i&&Kr.scope==n&&(r=Kr.prefix+" ",Mo.indexOf(e.keyCode)<0&&(a=!0,Kr=null));let c,u,d=new Set,f=t=>{if(t){for(let e of t.run)if(!d.has(e)&&(d.add(e),e(i)))return t.stopPropagation&&(h=!0),!0;t.preventDefault&&(t.stopPropagation&&(h=!0),a=!0)}return!1},p=t[n];return p&&(f(p[r+qr(s,e,!o)])?l=!0:o&&(e.altKey||e.metaKey||e.ctrlKey)&&!(An.windows&&e.ctrlKey&&e.altKey)&&(c=Bi[e.keyCode])&&c!=s?(f(p[r+qr(c,e,!0)])||e.shiftKey&&(u=Ni[e.keyCode])!=s&&u!=c&&f(p[r+qr(u,e,!1)]))&&(l=!0):o&&e.shiftKey&&f(p[r+qr(s,e,!0)])&&(l=!0),!l&&f(p._any)&&(l=!0)),a&&(l=!0),l&&h&&e.stopPropagation(),Gr=null,l}class Jr{constructor(t,e,i,n,s){this.className=t,this.left=e,this.top=i,this.width=n,this.height=s}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 s=tl(t);return[new Jr(e,n.left-s.left,n.top-s.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),s=Math.min(i.to,t.viewport.to),o=t.textDirection==ts.LTR,r=t.contentDOM,l=r.getBoundingClientRect(),a=tl(t),h=r.querySelector(".cm-line"),c=h&&window.getComputedStyle(h),u=l.left+(c?parseInt(c.paddingLeft)+Math.min(0,parseInt(c.textIndent)):0),d=l.right-(c?parseInt(c.paddingRight):0),f=co(t,n),p=co(t,s),m=f.type==Wn.Text?f:null,g=p.type==Wn.Text?p:null;if(m&&(t.lineWrapping||f.widgetLineBreaks)&&(m=el(t,n,1,m)),g&&(t.lineWrapping||p.widgetLineBreaks)&&(g=el(t,s,-1,g)),m&&g&&m.from==g.from&&m.to==g.to)return b(w(i.from,i.to,m));{let e=m?w(i.from,null,m):y(f,!1),n=g?w(null,i.to,g):y(p,!0),s=[];return(m||f).to<(g||p).from-(m&&g?1:0)||f.widgetLineBreaks>1&&e.bottom+t.defaultLineHeight/2<n.top?s.push(v(u,e.bottom,d,n.top)):e.bottom<n.top&&t.elementAtHeight((e.bottom+n.top)/2).type==Wn.Text&&(e.bottom=n.top=(e.bottom+n.top)/2),b(e).concat(s).concat(b(n))}function v(t,i,n,s){return new Jr(e,t-a.left,i-a.top-.01,n-t,s-i+.01)}function b({top:t,bottom:e,horizontal:i}){let n=[];for(let s=0;s<i.length;s+=2)n.push(v(i[s],t,i[s+1],e));return n}function w(e,i,n){let s=1e9,r=-1e9,l=[];function a(e,i,a,h,c){let f=t.coordsAtPos(e,e==n.to?-2:2),p=t.coordsAtPos(a,a==n.from?2:-2);f&&p&&(s=Math.min(f.top,p.top,s),r=Math.max(f.bottom,p.bottom,r),c==ts.LTR?l.push(o&&i?u:f.left,o&&h?d:p.right):l.push(!o&&h?u:p.left,!o&&i?d:f.right))}let h=null!=e?e:n.from,c=null!=i?i:n.to;for(let n of t.visibleRanges)if(n.to>h&&n.from<c)for(let s=Math.max(n.from,h),o=Math.min(n.to,c);;){let n=t.state.doc.lineAt(s);for(let r of t.bidiSpans(n)){let t=r.from+n.from,l=r.to+n.from;if(t>=o)break;l>s&&a(Math.max(t,s),null==e&&t<=h,Math.min(l,o),null==i&&l>=c,r.dir)}if(s=n.to+1,s>=o)break}return 0==l.length&&a(h,null==e,c,null==i,t.textDirection),{top:s,bottom:r,horizontal:l}}function y(t,e){let i=l.top+(e?t.top:t.bottom);return{top:i,bottom:i,horizontal:[]}}}(t,e,i)}}function tl(t){let e=t.scrollDOM.getBoundingClientRect();return{left:(t.textDirection==ts.LTR?e.left:e.right-t.scrollDOM.clientWidth*t.scaleX)-t.scrollDOM.scrollLeft*t.scaleX,top:e.top-t.scrollDOM.scrollTop*t.scaleY}}function el(t,e,i,n){let s=t.coordsAtPos(e,2*i);if(!s)return n;let o=t.dom.getBoundingClientRect(),r=(s.top+s.bottom)/2,l=t.posAtCoords({x:o.left+1,y:r}),a=t.posAtCoords({x:o.right-1,y:r});return null==l||null==a?n:{from:Math.max(n.from,Math.min(l,a)),to:Math.min(n.to,Math.max(l,a))}}class il{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(nl)!=t.state.facet(nl)&&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(nl);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 nl=Se.define();function sl(t){return[zs.define((e=>new il(e,t))),nl.of(t)]}const ol=!An.ios,rl=Se.define({combine:t=>ai(t,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(t,e)=>Math.min(t,e),drawRangeCursor:(t,e)=>t||e})});function ll(t){return t.startState.facet(rl)!=t.state.facet(rl)}const al=sl({above:!0,markers(t){let{state:e}=t,i=e.facet(rl),n=[];for(let s of e.selection.ranges){let o=s==e.selection.main;if(s.empty?!o||ol:i.drawRangeCursor){let e=o?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",i=s.empty?s:xe.cursor(s.head,s.head>s.anchor?-1:1);for(let s of Jr.forRange(t,e,i))n.push(s)}}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=ll(t);return i&&hl(t.state,e),t.docChanged||t.selectionSet||i},mount(t,e){hl(e.state,t)},class:"cm-cursorLayer"});function hl(t,e){e.style.animationDuration=t.facet(rl).cursorBlinkRate+"ms"}const cl=sl({above:!1,markers:t=>t.state.selection.ranges.map((e=>e.empty?[]:Jr.forRange(t,"cm-selectionBackground",e))).reduce(((t,e)=>t.concat(e))),update:(t,e)=>t.docChanged||t.selectionSet||t.viewportChanged||ll(t),class:"cm-selectionLayer"}),ul={".cm-line":{"& ::selection, &::selection":{backgroundColor:"transparent !important"}},".cm-content":{"& :focus":{caretColor:"initial !important","&::selection, & ::selection":{backgroundColor:"Highlight !important"}}}};ol&&(ul[".cm-line"].caretColor=ul[".cm-content"].caretColor="transparent !important");const dl=Be.highest(zr.theme(ul)),fl=Ye.define({map:(t,e)=>null==t?null:e.mapPos(t)}),pl=Re.define({create:()=>null,update:(t,e)=>(null!=t&&(t=e.changes.mapPos(t)),e.effects.reduce(((t,e)=>e.is(fl)?e.value:t),t))}),ml=zs.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(pl);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(pl)!=i||t.docChanged||t.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:t}=this,e=t.state.field(pl),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(pl)!=t&&this.view.dispatch({effects:fl.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 gl(t,e,i,n,s){e.lastIndex=0;for(let o,r=t.iterRange(i,n),l=i;!r.next().done;l+=r.value.length)if(!r.lineBreak)for(;o=e.exec(r.value);)s(l+o.index,o)}class vl{constructor(t){const{regexp:e,decoration:i,decorate:n,boundary:s,maxLength:o=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,s)=>n(s,i,i+t[0].length,t,e);else if("function"==typeof i)this.addMatch=(t,e,n,s)=>{let o=i(t,e,n);o&&s(n,n+t[0].length,o)};else{if(!i)throw new RangeError("Either 'decorate' or 'decoration' should be provided to MatchDecorator");this.addMatch=(t,e,n,s)=>s(n,n+t[0].length,i)}this.boundary=s,this.maxLength=o}createDeco(t){let e=new pi,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:s,to:o}of i)s=Math.max(t.state.doc.lineAt(s).from,s-e),o=Math.min(t.state.doc.lineAt(o).to,o+e),n.length&&n[n.length-1].to>=s?n[n.length-1].to=o:n.push({from:s,to:o});return n}(t,this.maxLength))gl(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,s,o,r)=>{r>t.view.viewport.from&&o<t.view.viewport.to&&(i=Math.min(o,i),n=Math.max(r,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 s of t.visibleRanges){let o=Math.max(s.from,i),r=Math.min(s.to,n);if(r>o){let i=t.state.doc.lineAt(o),n=i.to<r?t.state.doc.lineAt(r):i,l=Math.max(s.from,i.from),a=Math.min(s.to,n.to);if(this.boundary){for(;o>i.from;o--)if(this.boundary.test(i.text[o-1-i.from])){l=o;break}for(;r<n.to;r++)if(this.boundary.test(n.text[r-n.from])){a=r;break}}let h,c=[],u=(t,e,i)=>c.push(i.range(t,e));if(i==n)for(this.regexp.lastIndex=l-i.from;(h=this.regexp.exec(i.text))&&h.index<a-i.from;)this.addMatch(h,t,h.index+i.from,u);else gl(t.state.doc,this.regexp,l,a,((e,i)=>this.addMatch(i,t,e,u)));e=e.update({filterFrom:l,filterTo:a,filter:(t,e)=>t<l||e>a,add:c})}}return e}}const bl=null!=/x/.unicode?"gu":"g",wl=new RegExp("[\0-\b\n--Ÿ­؜​‎‏\u2028\u2029‭‮⁦⁧⁩\ufeff-]",bl),yl={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 xl=null;const kl=Se.define({combine(t){let e=ai(t,{render:null,specialChars:wl,addSpecialChars:null});return(e.replaceTabs=!function(){var t;if(null==xl&&"undefined"!=typeof document&&document.body){let e=document.body.style;xl=null!=(null!==(t=e.tabSize)&&void 0!==t?t:e.MozTabSize)}return xl||!1}())&&(e.specialChars=new RegExp("\t|"+e.specialChars.source,bl)),e.addSpecialChars&&(e.specialChars=new RegExp(e.specialChars.source+"|"+e.addSpecialChars.source,bl)),e}});let Ol=null;class Sl extends $n{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")+" "+(yl[this.code]||"0x"+this.code.toString(16)),n=this.options.render&&this.options.render(this.code,i,e);if(n)return n;let s=document.createElement("span");return s.textContent=e,s.title=i,s.setAttribute("aria-label",i),s.className="cm-specialChar",s}ignoreEvent(){return!1}}class Cl extends $n{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 Al=Vn.line({class:"cm-activeLine"}),Ml=zs.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 s=t.lineBlockAt(n.head);s.from>e&&(i.push(Al.range(s.from)),e=s.from)}return Vn.set(i)}},{decorations:t=>t.decorations});class Tl extends $n{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?Fi(t.firstChild):[];if(!e.length)return null;let i=window.getComputedStyle(t.parentNode),n=Ui(e[0],"rtl"!=i.direction),s=parseInt(i.lineHeight);return n.bottom-n.top>1.5*s?{left:n.left,right:n.right,top:n.top,bottom:n.top+s}:n}ignoreEvent(){return!1}}const Dl=2e3;function Pl(t,e){let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1),n=t.state.doc.lineAt(i),s=i-n.from,o=s>Dl?-1:s==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):Ci(n.text,t.state.tabSize,i-n.from);return{line:n.number,col:o,off:s}}const Rl={Alt:[18,t=>!!t.altKey],Control:[17,t=>!!t.ctrlKey],Shift:[16,t=>!!t.shiftKey],Meta:[91,t=>!!t.metaKey]},El={style:"cursor: crosshair"},Bl="-10000px";class Nl{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 s=null;this.tooltipViews=this.tooltips.map((t=>s=i(t,s)))}update(t,e){var i;let n=t.state.facet(this.facet),s=n.filter((t=>t));if(n===this.input){for(let e of this.tooltipViews)e.update&&e.update(t);return!1}let o=[],r=e?[]:null;for(let i=0;i<s.length;i++){let n=s[i],l=-1;if(n){for(let t=0;t<this.tooltips.length;t++){let e=this.tooltips[t];e&&e.create==n.create&&(l=t)}if(l<0)o[i]=this.createTooltipView(n,i?o[i-1]:null),r&&(r[i]=!!n.above);else{let n=o[i]=this.tooltipViews[l];r&&(r[i]=e[l]),n.update&&n.update(t)}}}for(let t of this.tooltipViews)o.indexOf(t)<0&&(this.removeTooltipView(t),null===(i=t.destroy)||void 0===i||i.call(t));return e&&(r.forEach(((t,i)=>e[i]=t)),e.length=r.length),this.input=n,this.tooltips=s,this.tooltipViews=o,!0}}function Ll(t){let{win:e}=t;return{top:0,left:0,bottom:e.innerHeight,right:e.innerWidth}}const Il=Se.define({combine:t=>{var e,i,n;return{position:An.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)||Ll}}}),Ql=new WeakMap,zl=zs.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(Il);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 Nl(t,Vl,((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(Il);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.appendChild(t)}return i.dom.style.position=this.position,i.dom.style.top=Bl,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(An.gecko)n=t.offsetParent!=this.container.ownerDocument.body;else if(t.style.top==Bl&&"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(Il).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:s,scaleY:o}=t,r=[];for(let l=0;l<this.manager.tooltips.length;l++){let a=this.manager.tooltips[l],h=this.manager.tooltipViews[l],{dom:c}=h,u=t.pos[l],d=t.size[l];if(!u||u.bottom<=Math.max(i.top,n.top)||u.top>=Math.min(i.bottom,n.bottom)||u.right<Math.max(i.left,n.left)-.1||u.left>Math.min(i.right,n.right)+.1){c.style.top=Bl;continue}let f=a.arrow?h.dom.querySelector(".cm-tooltip-arrow"):null,p=f?7:0,m=d.right-d.left,g=null!==(e=Ql.get(h))&&void 0!==e?e:d.bottom-d.top,v=h.offset||Wl,b=this.view.textDirection==ts.LTR,w=d.width>n.right-n.left?b?n.left:n.right-d.width:b?Math.max(n.left,Math.min(u.left-(f?14:0)+v.x,n.right-m)):Math.min(Math.max(n.left,u.left-m+(f?14:0)-v.x),n.right-m),y=this.above[l];!a.strictSide&&(y?u.top-(d.bottom-d.top)-v.y<n.top:u.bottom+(d.bottom-d.top)+v.y>n.bottom)&&y==n.bottom-u.bottom>u.top-n.top&&(y=this.above[l]=!y);let x=(y?u.top-n.top:n.bottom-u.bottom)-p;if(x<g&&!1!==h.resize){if(x<this.view.defaultLineHeight){c.style.top=Bl;continue}Ql.set(h,g),c.style.height=(g=x)/o+"px"}else c.style.height&&(c.style.height="");let k=y?u.top-g-p-v.y:u.bottom+p+v.y,O=w+m;if(!0!==h.overlap)for(let t of r)t.left<O&&t.right>w&&t.top<k+g&&t.bottom>k&&(k=y?t.top-g-2-p:t.bottom+p+2);if("absolute"==this.position?(c.style.top=(k-t.parent.top)/o+"px",c.style.left=(w-t.parent.left)/s+"px"):(c.style.top=k/o+"px",c.style.left=w/s+"px"),f){let t=u.left+(b?v.x:-v.x)-(w+14-7);f.style.left=t/s+"px"}!0!==h.overlap&&r.push({left:w,top:k,right:O,bottom:k+g}),c.classList.toggle("cm-tooltip-above",y),c.classList.toggle("cm-tooltip-below",!y),h.positioned&&h.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=Bl}},{eventObservers:{scroll(){this.maybeMeasure()}}}),$l=zr.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"}}}),Wl={x:0,y:0},Vl=Se.define({enables:[zl,$l]}),Fl=Se.define({combine:t=>t.reduce(((t,e)=>t.concat(e)),[])});class Hl{static create(t){return new Hl(t)}constructor(t){this.view=t,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new Nl(t,Fl,((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 ql=Vl.compute([Fl],(t=>{let e=t.facet(Fl);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:Hl.create,above:e[0].above,arrow:e.some((t=>t.arrow))}}));class Xl{constructor(t,e,i,n,s){this.view=t,this.source=e,this.field=i,this.setHover=n,this.hoverTime=s,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,s=1;if(i instanceof Dn)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 o=t.bidiSpans(t.state.doc.lineAt(n)).find((t=>t.from<=n&&t.to>=n)),r=o&&o.dir==ts.RTL?-1:1;s=e.x<i.left?-r:r}let o=this.source(t,n,s);if(null==o?void 0:o.then){let e=this.pending={pos:n};o.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=>Ns(t.state,e,"hover tooltip")))}else!o||Array.isArray(o)&&!o.length||t.dispatch({effects:this.setHover.of(Array.isArray(o)?o:[o])})}get tooltip(){let t=this.view.plugin(zl),e=t?t.manager.tooltips.findIndex((t=>t.create==Hl.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:s}=this;if(n.length&&s&&!function(t,e){let i,{left:n,right:s,top:o,bottom:r}=t.getBoundingClientRect();if(i=t.querySelector(".cm-tooltip-arrow")){let t=i.getBoundingClientRect();o=Math.min(t.top,o),r=Math.max(t.bottom,r)}return e.clientX>=n-_l&&e.clientX<=s+_l&&e.clientY>=o-_l&&e.clientY<=r+_l}(s.dom,t)||this.pending){let{pos:s}=n[0]||this.pending,o=null!==(i=null===(e=n[0])||void 0===e?void 0:e.end)&&void 0!==i?i:s;(s==o?this.view.posAtCoords(this.lastMove)==s:function(t,e,i,n,s){let o=t.scrollDOM.getBoundingClientRect(),r=t.documentTop+t.documentPadding.top+t.contentHeight;if(o.left>n||o.right<n||o.top>s||Math.min(o.bottom,r)<s)return!1;let l=t.posAtCoords({x:n,y:s},!1);return l>=e&&l<=i}(this.view,s,o,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 _l=4;function jl(t,e={}){let i=Ye.define(),n=Re.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,ue.TrackDel);if(null!=t){let s=Object.assign(Object.create(null),i);s.pos=t,null!=s.end&&(s.end=n.changes.mapPos(s.end)),e.push(s)}}t=e}for(let e of n.effects)e.is(i)&&(t=e.value),e.is(Kl)&&(t=[]);return t},provide:t=>Fl.from(t)});return{active:n,extension:[n,zs.define((s=>new Xl(s,t,n,i,e.hoverTime||300))),ql]}}function Ul(t,e){let i=t.plugin(zl);if(!i)return null;let n=i.manager.tooltips.indexOf(e);return n<0?null:i.manager.tooltipViews[n]}const Kl=Ye.define(),Yl=Se.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 Gl(t,e){let i=t.plugin(Zl),n=i?i.specs.indexOf(e):-1;return n>-1?i.panels[n]:null}const Zl=zs.fromClass(class{constructor(t){this.input=t.state.facet(ea),this.specs=this.input.filter((t=>t)),this.panels=this.specs.map((e=>e(t)));let e=t.state.facet(Yl);this.top=new Jl(t,!0,e.topContainer),this.bottom=new Jl(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(Yl);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new Jl(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new Jl(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let i=t.state.facet(ea);if(i!=this.input){let e=i.filter((t=>t)),n=[],s=[],o=[],r=[];for(let i of e){let e,l=this.specs.indexOf(i);l<0?(e=i(t.view),r.push(e)):(e=this.panels[l],e.update&&e.update(t)),n.push(e),(e.top?s:o).push(e)}this.specs=e,this.panels=n,this.top.sync(s),this.bottom.sync(o);for(let t of r)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=>zr.scrollMargins.of((e=>{let i=e.plugin(t);return i&&{top:i.top.scrollMargin(),bottom:i.bottom.scrollMargin()}}))});class Jl{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=ta(t);t=t.nextSibling}else this.dom.insertBefore(e.dom,t);for(;t;)t=ta(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 ta(t){let e=t.nextSibling;return t.remove(),e}const ea=Se.define({enables:Zl});class ia extends hi{compare(t){return this==t||this.constructor==t.constructor&&this.eq(t)}eq(t){return!1}destroy(t){}}ia.prototype.elementClass="",ia.prototype.toDOM=void 0,ia.prototype.mapMode=ue.TrackBefore,ia.prototype.startSide=ia.prototype.endSide=-1,ia.prototype.point=!0;const na=Se.define(),sa=Se.define(),oa={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>fi.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},ra=Se.define();function la(t){return[ha(),ra.of(Object.assign(Object.assign({},oa),t))]}const aa=Se.define({combine:t=>t.some((t=>t))});function ha(t){let e=[ca];return t&&!1===t.fixed&&e.push(aa.of(!0)),e}const ca=zs.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(ra).map((e=>new pa(t,e)));for(let t of this.gutters)this.dom.appendChild(t.dom);this.fixed=!t.state.facet(aa),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(aa)!=!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=fi.iter(this.view.state.facet(na),this.view.viewport.from),n=[],s=this.gutters.map((t=>new fa(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 o of t.type)if(o.type==Wn.Text&&e){da(i,n,o.from);for(let t of s)t.line(this.view,o,n);e=!1}else if(o.widget)for(let t of s)t.widget(this.view,o)}else if(t.type==Wn.Text){da(i,n,t.from);for(let e of s)e.line(this.view,t,n)}else if(t.widget)for(let e of s)e.widget(this.view,t);for(let t of s)t.finish();t&&this.view.scrollDOM.insertBefore(this.dom,e)}updateGutters(t){let e=t.startState.facet(ra),i=t.state.facet(ra),n=t.docChanged||t.heightChanged||t.viewportChanged||!fi.eq(t.startState.facet(na),t.state.facet(na),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 s=[];for(let n of i){let i=e.indexOf(n);i<0?s.push(new pa(this.view,n)):(this.gutters[i].update(t),s.push(this.gutters[i]))}for(let t of this.gutters)t.dom.remove(),s.indexOf(t)<0&&t.destroy();for(let t of s)this.dom.appendChild(t.dom);this.gutters=s}return n}destroy(){for(let t of this.gutters)t.destroy();this.dom.remove()}},{provide:t=>zr.scrollMargins.of((e=>{let i=e.plugin(t);return i&&0!=i.gutters.length&&i.fixed?e.textDirection==ts.LTR?{left:i.dom.offsetWidth*e.scaleX}:{right:i.dom.offsetWidth*e.scaleX}:null}))});function ua(t){return Array.isArray(t)?t:[t]}function da(t,e,i){for(;t.value&&t.from<=i;)t.from==i&&e.push(t.value),t.next()}class fa{constructor(t,e,i){this.gutter=t,this.height=i,this.i=0,this.cursor=fi.iter(t.markers,e.from)}addElement(t,e,i){let{gutter:n}=this,s=(e.top-this.height)/t.scaleY,o=e.height/t.scaleY;if(this.i==n.elements.length){let e=new ma(t,o,s,i);n.elements.push(e),n.dom.appendChild(e.dom)}else n.elements[this.i].update(t,o,s,i);this.height=e.bottom,this.i++}line(t,e,i){let n=[];da(this.cursor,n,e.from),i.length&&(n=n.concat(i));let s=this.gutter.config.lineMarker(t,e,n);s&&n.unshift(s);let o=this.gutter;(0!=n.length||o.config.renderEmptyElements)&&this.addElement(t,e,n)}widget(t,e){let i=this.gutter.config.widgetMarker(t,e.widget,e),n=i?[i]:null;for(let i of t.state.facet(sa)){let s=i(t,e.widget,e);s&&(n||(n=[])).push(s)}n&&this.addElement(t,e,n)}finish(){let t=this.gutter;for(;t.elements.length>this.i;){let e=t.elements.pop();t.dom.removeChild(e.dom),e.destroy()}}}class pa{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 s,o=n.target;if(o!=this.dom&&this.dom.contains(o)){for(;o.parentNode!=this.dom;)o=o.parentNode;let t=o.getBoundingClientRect();s=(t.top+t.bottom)/2}else s=n.clientY;let r=t.lineBlockAtHeight(s-t.documentTop);e.domEventHandlers[i](t,r,n)&&n.preventDefault()}));this.markers=ua(e.markers(t)),e.initialSpacer&&(this.spacer=new ma(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=ua(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!fi.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 ma{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 s=0,o=0;;){let r=o,l=s<e.length?e[s++]:null,a=!1;if(l){let t=l.elementClass;t&&(i+=" "+t);for(let t=o;t<this.markers.length;t++)if(this.markers[t].compare(l)){r=t,a=!0;break}}else r=this.markers.length;for(;o<r;){let t=this.markers[o++];if(t.toDOM){t.destroy(n);let e=n.nextSibling;n.remove(),n=e}}if(!l)break;l.toDOM&&(a?n=n.nextSibling:this.dom.insertBefore(l.toDOM(t),n)),a&&o++}this.dom.className=i,this.markers=e}destroy(){this.setMarkers(null,[])}}const ga=Se.define(),va=Se.define(),ba=Se.define({combine:t=>ai(t,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(t,e){let i=Object.assign({},t);for(let t in e){let n=i[t],s=e[t];i[t]=n?(t,e,i)=>n(t,e,i)||s(t,e,i):s}return i}})});class wa extends ia{constructor(t){super(),this.number=t}eq(t){return this.number==t.number}toDOM(){return document.createTextNode(this.number)}}function ya(t,e){return t.state.facet(ba).formatNumber(e,t.state)}const xa=ra.compute([ba],(t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:t=>t.state.facet(ga),lineMarker:(t,e,i)=>i.some((t=>t.toDOM))?null:new wa(ya(t,t.state.doc.lineAt(e.from).number)),widgetMarker:(t,e,i)=>{for(let n of t.state.facet(va)){let s=n(t,e,i);if(s)return s}return null},lineMarkerChange:t=>t.startState.facet(ba)!=t.state.facet(ba),initialSpacer:t=>new wa(ya(t,ka(t.state.doc.lines))),updateSpacer(t,e){let i=ya(e.view,ka(e.view.state.doc.lines));return i==t.number?t:new wa(i)},domEventHandlers:t.facet(ba).domEventHandlers})));function ka(t){let e=9;for(;e<t;)e=10*e+9;return e}const Oa=new class extends ia{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},Sa=na.compute(["selection"],(t=>{let e=[],i=-1;for(let n of t.selection.ranges){let s=t.doc.lineAt(n.head).from;s>i&&(i=s,e.push(Oa.range(s)))}return fi.of(e)}));var Ca;const Aa=new s;const Ma=new s;class Ta{constructor(t,e,i=[],n=""){this.data=t,this.name=n,li.prototype.hasOwnProperty("tree")||Object.defineProperty(li.prototype,"tree",{get(){return Ra(this)}}),this.parser=e,this.extension=[Wa.of(this),li.languageData.of(((t,e,i)=>{let n=Da(t,e,i),s=n.type.prop(Aa);if(!s)return[];let o=t.facet(s),r=n.type.prop(Ma);if(r){let s=n.resolve(e-n.from,i);for(let e of r)if(e.test(s,t)){let i=t.facet(e.facet);return"replace"==e.type?i:i.concat(o)}}return o}))].concat(i)}isActiveAt(t,e,i=-1){return Da(t,e,i).type.prop(Aa)==this.data}findRegions(t){let e=t.facet(Wa);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(Aa)==this.data)return void i.push({from:e,to:e+t.length});let o=t.prop(s.mounted);if(o){if(o.tree.prop(Aa)==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 s=t.children[i];s instanceof d&&n(s,t.positions[i]+e)}};return n(Ra(t),0),i}get allowsNesting(){return!0}}function Da(t,e,i){let n=t.facet(Wa),s=Ra(t).topNode;if(!n||n.allowsNesting)for(let t=s;t;t=t.enter(e,i,u.ExcludeBuffers))t.type.isTop&&(s=t);return s}Ta.setState=Ye.define();class Pa extends Ta{constructor(t,e,i){super(t,e,[],i),this.parser=e}static define(t){let e=(i=t.languageData,Se.define({combine:i?t=>t.concat(i):void 0}));var i;return new Pa(e,t.parser.configure({props:[Aa.add((t=>t.isTop?e:void 0))]}),t.name)}configure(t,e){return new Pa(this.data,this.parser.configure(t),e||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function Ra(t){let e=t.field(Ta.state,!1);return e?e.tree:d.empty}class Ea{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 Ba=null;class Na{constructor(t,e,i=[],n,s,o,r,l){this.parser=t,this.state=e,this.fragments=i,this.tree=n,this.treeLen=s,this.viewport=o,this.skipped=r,this.scheduleOn=l,this.parse=null,this.tempSkipped=[]}static create(t,e,i){return new Na(t,e,[],d.empty,0,i,[],null)}startParse(){return this.parser.startParse(new Ea(this.state.doc),this.fragments)}work(t,e){return null!=e&&e>=this.state.doc.length&&(e=void 0),this.tree!=d.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(R.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(R.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(t){let e=Ba;Ba=this;try{return t()}finally{Ba=e}}withoutTempSkipped(t){for(let e;e=this.tempSkipped.pop();)t=La(t,e.from,e.to);return t}changes(t,e){let{fragments:i,tree:n,treeLen:s,viewport:o,skipped:r}=this;if(this.takeTree(),!t.empty){let e=[];if(t.iterChangedRanges(((t,i,n,s)=>e.push({fromA:t,toA:i,fromB:n,toB:s}))),i=R.applyChanges(i,e),n=d.empty,s=0,o={from:t.mapPos(o.from,-1),to:t.mapPos(o.to,1)},this.skipped.length){r=[];for(let e of this.skipped){let i=t.mapPos(e.from,1),n=t.mapPos(e.to,-1);i<n&&r.push({from:i,to:n})}}}return new Na(this.parser,e,i,n,s,o,r,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=La(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 E{createParse(e,i,n){let s=n[0].from,o=n[n.length-1].to;return{parsedPos:s,advance(){let e=Ba;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=o,new d(l.none,[],[],o-s)},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 Ba}}function La(t,e,i){return R.applyChanges(t,[{fromA:e,toA:i,fromB:e,toB:i}])}class Ia{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 Ia(e)}static init(t){let e=Math.min(3e3,t.doc.length),i=Na.create(t.facet(Wa).parser,t,{from:0,to:e});return i.work(20,e)||i.takeTree(),new Ia(i)}}Ta.state=Re.define({create:Ia.init,update(t,e){for(let t of e.effects)if(t.is(Ta.setState))return t.value;return e.startState.facet(Wa)!=e.state.facet(Wa)?Ia.init(e.state):t.apply(e)}});let Qa=t=>{let e=setTimeout((()=>t()),500);return()=>clearTimeout(e)};"undefined"!=typeof requestIdleCallback&&(Qa=t=>{let e=-1,i=setTimeout((()=>{e=requestIdleCallback(t,{timeout:400})}),100);return()=>e<0?clearTimeout(i):cancelIdleCallback(e)});const za="undefined"!=typeof navigator&&(null===(Ca=navigator.scheduling)||void 0===Ca?void 0:Ca.isInputPending)?()=>navigator.scheduling.isInputPending():null,$a=zs.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(Ta.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(Ta.state);e.tree==e.context.tree&&e.context.isDone(t.doc.length)||(this.working=Qa(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,s=i.field(Ta.state);if(s.tree==s.context.tree&&s.context.isDone(n+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,t&&!za?Math.max(25,t.timeRemaining()-5):1e9),r=s.context.treeLen<n&&i.doc.length>n+1e3,l=s.context.work((()=>za&&za()||Date.now()>o),n+(r?0:1e5));this.chunkBudget-=Date.now()-e,(l||this.chunkBudget<=0)&&(s.context.takeTree(),this.view.dispatch({effects:Ta.setState.of(new Ia(s.context))})),this.chunkBudget>0&&(!l||r)&&this.scheduleWork(),this.checkAsyncSchedule(s.context)}checkAsyncSchedule(t){t.scheduleOn&&(this.workScheduled++,t.scheduleOn.then((()=>this.scheduleWork())).catch((t=>Ns(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()}}}),Wa=Se.define({combine:t=>t.length?t[0]:null,enables:t=>[Ta.state,$a,zr.contentAttributes.compute([t],(e=>{let i=e.facet(t);return i&&i.name?{"data-language":i.name}:{}}))]});class Va{constructor(t,e=[]){this.language=t,this.support=e,this.extension=[t,e]}}const Fa=Se.define(),Ha=Se.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 qa(t){let e=t.facet(Ha);return 9==e.charCodeAt(0)?t.tabSize*e.length:e.length}function Xa(t,e){let i="",n=t.tabSize,s=t.facet(Ha)[0];if("\t"==s){for(;e>=n;)i+="\t",e-=n;s=" "}for(let t=0;t<e;t++)i+=s;return i}function _a(t,e){t instanceof li&&(t=new ja(t));for(let i of t.state.facet(Fa)){let n=i(t,e);if(void 0!==n)return n}let i=Ra(t.state);return i.length>=e?function(t,e,i){let n=e.resolveStack(i),s=n.node.enterUnfinishedNodesBefore(i);if(s!=n.node){let t=[];for(let e=s;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 Ka(n,t,i)}(t,i,e):null}class ja{constructor(t,e={}){this.state=t,this.options=e,this.unit=qa(t)}lineAt(t,e=1){let i=this.state.doc.lineAt(t),{simulateBreak:n,simulateDoubleBreak:s}=this.options;return null!=n&&n>=i.from&&n<=i.to?s&&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),s=this.countColumn(i,t-n),o=this.options.overrideIndentation?this.options.overrideIndentation(n):-1;return o>-1&&(s+=o-this.countColumn(i,i.search(/\S|$/))),s}countColumn(t,e=t.length){return Ci(t,this.state.tabSize,e)}lineIndent(t,e=1){let{text:i,from:n}=this.lineAt(t,e),s=this.options.overrideIndentation;if(s){let t=s(n);if(t>-1)return t}return this.countColumn(i,i.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}const Ua=new s;function Ka(t,e,i){for(let n=t;n;n=n.next){let t=Ya(n.node);if(t)return t(Za.create(e,i,n))}return 0}function Ya(t){let e=t.type.prop(Ua);if(e)return e;let i,n=t.firstChild;if(n&&(i=n.type.prop(s.closedBy))){let e=t.lastChild,n=e&&i.indexOf(e.name)>-1;return t=>function(t,e,i,n,s){let o=t.textAfter,r=o.match(/^\s*/)[0].length,l=n&&o.slice(r,r+n.length)==n||s==t.pos+r,a=e?function(t){let e=t.node,i=e.childAfter(e.from),n=e.lastChild;if(!i)return null;let s=t.options.simulateBreak,o=t.state.doc.lineAt(i.from),r=null==s||s<=o.from?o.to:Math.min(o.to,s);for(let t=i.to;;){let s=e.childAfter(t);if(!s||s==n)return null;if(!s.type.isSkipped)return s.from<r?i:null;t=s.to}}(t):null;return a?l?t.column(a.from):t.column(a.to):t.baseIndent+(l?0:t.unit*i)}(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?Ga:null}function Ga(){return 0}class Za extends ja{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 Za(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(Ja(i,t))break;e=this.state.doc.lineAt(i.from)}return this.lineIndent(e.from)}continue(){return Ka(this.context.next,this.base,this.pos)}}function Ja(t,e){for(let i=e;i;i=i.parent)if(t==i)return!0;return!1}function th({except:t,units:e=1}={}){return i=>{let n=t&&t.test(i.textAfter);return i.baseIndent+(n?0:e*i.unit)}}const eh=Se.define(),ih=new s;function nh(t){let e=t.lastChild;return e&&e.to==t.to&&e.type.isError}function sh(t,e,i){for(let n of t.facet(eh)){let s=n(t,e,i);if(s)return s}return function(t,e,i){let n=Ra(t);if(n.length<i)return null;let s=null;for(let o=n.resolveStack(i,1);o;o=o.next){let r=o.node;if(r.to<=i||r.from>i)continue;if(s&&r.from<e)break;let l=r.type.prop(ih);if(l&&(r.to<n.length-50||n.length==t.doc.length||!nh(r))){let n=l(r,t);n&&n.from<=i&&n.from>=e&&n.to>i&&(s=n)}}return s}(t,e,i)}function oh(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 rh=Ye.define({map:oh}),lh=Ye.define({map:oh});function ah(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 hh=Re.define({create:()=>Vn.none,update(t,e){t=t.map(e.changes);for(let i of e.effects)if(i.is(rh)&&!uh(t,i.value.from,i.value.to)){let{preparePlaceholder:n}=e.state.facet(gh),s=n?Vn.replace({widget:new yh(n(e.state,i.value))}):wh;t=t.update({add:[s.range(i.value.from,i.value.to)]})}else i.is(lh)&&(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=>zr.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++],s=t[i++];if("number"!=typeof n||"number"!=typeof s)throw new RangeError("Invalid JSON for fold state");e.push(wh.range(n,s))}return Vn.set(e,!0)}});function ch(t,e,i){var n;let s=null;return null===(n=t.field(hh,!1))||void 0===n||n.between(e,i,((t,e)=>{(!s||s.from>t)&&(s={from:t,to:e})})),s}function uh(t,e,i){let n=!1;return t.between(e,e,((t,s)=>{t==e&&s==i&&(n=!0)})),n}function dh(t,e){return t.field(hh,!1)?e:e.concat(Ye.appendConfig.of(vh()))}function fh(t,e,i=!0){let n=t.state.doc.lineAt(e.from).number,s=t.state.doc.lineAt(e.to).number;return zr.announce.of(`${t.state.phrase(i?"Folded lines":"Unfolded lines")} ${n} ${t.state.phrase("to")} ${s}.`)}const ph=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:t=>{for(let e of ah(t)){let i=sh(t.state,e.from,e.to);if(i)return t.dispatch({effects:dh(t.state,[rh.of(i),fh(t,i)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:t=>{if(!t.state.field(hh,!1))return!1;let e=[];for(let i of ah(t)){let n=ch(t.state,i.from,i.to);n&&e.push(lh.of(n),fh(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 s=t.lineBlockAt(n),o=sh(e,s.from,s.to);o&&i.push(rh.of(o)),n=(o?t.lineBlockAt(o.to):s).to+1}return i.length&&t.dispatch({effects:dh(t.state,i)}),!!i.length}},{key:"Ctrl-Alt-]",run:t=>{let e=t.state.field(hh,!1);if(!e||!e.size)return!1;let i=[];return e.between(0,t.state.doc.length,((t,e)=>{i.push(lh.of({from:t,to:e}))})),t.dispatch({effects:i}),!0}}],mh={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},gh=Se.define({combine:t=>ai(t,mh)});function vh(t){let e=[hh,Oh];return t&&e.push(gh.of(t)),e}function bh(t,e){let{state:i}=t,n=i.facet(gh),s=e=>{let i=t.lineBlockAt(t.posAtDOM(e.target)),n=ch(t.state,i.from,i.to);n&&t.dispatch({effects:lh.of(n)}),e.preventDefault()};if(n.placeholderDOM)return n.placeholderDOM(t,s,e);let o=document.createElement("span");return o.textContent=n.placeholderText,o.setAttribute("aria-label",i.phrase("folded code")),o.title=i.phrase("unfold"),o.className="cm-foldPlaceholder",o.onclick=s,o}const wh=Vn.replace({widget:new class extends $n{toDOM(t){return bh(t,null)}}});class yh extends $n{constructor(t){super(),this.value=t}eq(t){return this.value==t.value}toDOM(t){return bh(t,this.value)}}const xh={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class kh extends ia{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 Oh=zr.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 Sh{constructor(t,e){let i;function n(t){let e=Pi.newName();return(i||(i=Object.create(null)))["."+e]=t,e}this.specs=t;const s="string"==typeof e.all?e.all:e.all?n(e.all):void 0,o=e.scope;this.scope=o instanceof Ta?t=>t.prop(Aa)==o.data:o?t=>t==o:void 0,this.style=dt(t.map((t=>({tag:t.tag,class:t.class||n(Object.assign({},t,{tag:null}))}))),{all:s}).style,this.module=i?new Pi(i):null,this.themeType=e.themeType}static define(t,e){return new Sh(t,e||{})}}const Ch=Se.define(),Ah=Se.define({combine:t=>t.length?[t[0]]:null});function Mh(t){let e=t.facet(Ch);return e.length?e:t.facet(Ah)}function Th(t,e){let i,n=[Ph];return t instanceof Sh&&(t.module&&n.push(zr.styleModule.of(t.module)),i=t.themeType),(null==e?void 0:e.fallback)?n.push(Ah.of(t)):i?n.push(Ch.computeN([zr.darkTheme],(e=>e.facet(zr.darkTheme)==("dark"==i)?[t]:[]))):n.push(Ch.of(t)),n}class Dh{constructor(t){this.markCache=Object.create(null),this.tree=Ra(t.state),this.decorations=this.buildDeco(t,Mh(t.state)),this.decoratedTo=t.viewport.to}update(t){let e=Ra(t.state),i=Mh(t.state),n=i!=Mh(t.startState),{viewport:s}=t.view,o=t.changes.mapPos(this.decoratedTo,1);e.length<s.to&&!n&&e.type==this.tree.type&&o>=s.to?(this.decorations=this.decorations.map(t.changes),this.decoratedTo=o):(e!=this.tree||t.viewportChanged||n)&&(this.tree=e,this.decorations=this.buildDeco(t.view,i),this.decoratedTo=s.to)}buildDeco(t,e){if(!e||!this.tree.length)return Vn.none;let i=new pi;for(let{from:n,to:s}of t.visibleRanges)ft(this.tree,e,((t,e,n)=>{i.add(t,e,this.markCache[n]||(this.markCache[n]=Vn.mark({class:n})))}),n,s);return i.finish()}}const Ph=Be.high(zs.fromClass(Dh,{decorations:t=>t.decorations})),Rh=Sh.define([{tag:Pt.meta,color:"#404740"},{tag:Pt.link,textDecoration:"underline"},{tag:Pt.heading,textDecoration:"underline",fontWeight:"bold"},{tag:Pt.emphasis,fontStyle:"italic"},{tag:Pt.strong,fontWeight:"bold"},{tag:Pt.strikethrough,textDecoration:"line-through"},{tag:Pt.keyword,color:"#708"},{tag:[Pt.atom,Pt.bool,Pt.url,Pt.contentSeparator,Pt.labelName],color:"#219"},{tag:[Pt.literal,Pt.inserted],color:"#164"},{tag:[Pt.string,Pt.deleted],color:"#a11"},{tag:[Pt.regexp,Pt.escape,Pt.special(Pt.string)],color:"#e40"},{tag:Pt.definition(Pt.variableName),color:"#00f"},{tag:Pt.local(Pt.variableName),color:"#30a"},{tag:[Pt.typeName,Pt.namespace],color:"#085"},{tag:Pt.className,color:"#167"},{tag:[Pt.special(Pt.variableName),Pt.macroName],color:"#256"},{tag:Pt.definition(Pt.propertyName),color:"#00c"},{tag:Pt.comment,color:"#940"},{tag:Pt.invalid,color:"#f00"}]),Eh=zr.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),Bh=1e4,Nh="()[]{}",Lh=Se.define({combine:t=>ai(t,{afterCursor:!0,brackets:Nh,maxScanDistance:Bh,renderMatch:zh})}),Ih=Vn.mark({class:"cm-matchingBracket"}),Qh=Vn.mark({class:"cm-nonmatchingBracket"});function zh(t){let e=[],i=t.matched?Ih:Qh;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 $h=Re.define({create:()=>Vn.none,update(t,e){if(!e.docChanged&&!e.selection)return t;let i=[],n=e.state.facet(Lh);for(let t of e.state.selection.ranges){if(!t.empty)continue;let s=qh(e.state,t.head,-1,n)||t.head>0&&qh(e.state,t.head-1,1,n)||n.afterCursor&&(qh(e.state,t.head,1,n)||t.head<e.state.doc.length&&qh(e.state,t.head+1,-1,n));s&&(i=i.concat(n.renderMatch(s,e.state)))}return Vn.set(i,!0)},provide:t=>zr.decorations.from(t)}),Wh=[$h,Eh],Vh=new s;function Fh(t,e,i){let n=t.prop(e<0?s.openedBy:s.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 Hh(t){let e=t.type.prop(Vh);return e?e(t.node):t}function qh(t,e,i,n={}){let s=n.maxScanDistance||Bh,o=n.brackets||Nh,r=Ra(t),l=r.resolveInner(e,i);for(let t=l;t;t=t.parent){let n=Fh(t.type,i,o);if(n&&t.from<t.to){let s=Hh(t);if(s&&(i>0?e>=s.from&&e<s.to:e>s.from&&e<=s.to))return Xh(0,0,i,t,s,n,o)}}return function(t,e,i,n,s,o,r){let l=i<0?t.sliceDoc(e-1,e):t.sliceDoc(e,e+1),a=r.indexOf(l);if(a<0||a%2==0!=i>0)return null;let h={from:i<0?e-1:e,to:i>0?e+1:e},c=t.doc.iterRange(e,i>0?t.doc.length:0),u=0;for(let t=0;!c.next().done&&t<=o;){let o=c.value;i<0&&(t+=o.length);let l=e+t*i;for(let t=i>0?0:o.length-1,e=i>0?o.length:-1;t!=e;t+=i){let e=r.indexOf(o[t]);if(!(e<0||n.resolveInner(l+t,1).type!=s))if(e%2==0==i>0)u++;else{if(1==u)return{start:h,end:{from:l+t,to:l+t+1},matched:e>>1==a>>1};u--}}i>0&&(t+=o.length)}return c.done?{start:h,matched:!1}:null}(t,e,i,r,l.type,s,o)}function Xh(t,e,i,n,s,o,r){let l=n.parent,a={from:s.from,to:s.to},h=0,c=null==l?void 0:l.cursor();if(c&&(i<0?c.childBefore(n.from):c.childAfter(n.to)))do{if(i<0?c.to<=n.from:c.from>=n.to){if(0==h&&o.indexOf(c.type.name)>-1&&c.from<c.to){let t=Hh(c);return{start:a,end:t?{from:t.from,to:t.to}:void 0,matched:!0}}if(Fh(c.type,i,r))h++;else if(Fh(c.type,-i,r)){if(0==h){let t=Hh(c);return{start:a,end:t&&t.from<t.to?{from:t.from,to:t.to}:void 0,matched:!1}}h--}}}while(i<0?c.prevSibling():c.nextSibling());return{start:a,matched:!1}}const _h=Object.create(null),jh=[l.none],Uh=[],Kh=Object.create(null),Yh=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"]])Yh[t]=Zh(_h,e);function Gh(t,e){Uh.indexOf(t)>-1||(Uh.push(t),console.warn(e))}function Zh(t,e){let i=[];for(let n of e.split(" ")){let e=[];for(let i of n.split(".")){let n=t[i]||Pt[i];n?"function"==typeof n?e.length?e=e.map(n):Gh(i,`Modifier ${i} used at start of tag`):e.length?Gh(i,`Tag ${i} used as modifier`):e=Array.isArray(n)?n:[n]:Gh(i,`Unknown highlighting tag ${i}`)}for(let t of e)i.push(t)}if(!i.length)return 0;let n=e.replace(/ /g,"_"),s=n+" "+i.map((t=>t.id)),o=Kh[s];if(o)return o.id;let r=Kh[s]=l.define({id:jh.length,name:n,props:[ht({[n]:i})]});return jh.push(r),r.id}ts.RTL,ts.LTR;let Jh=null;function tc(){if(!Jh&&"object"==typeof document&&document.body){let{style:t}=document.body,e=[],i=new Set;for(let n in t)"cssText"!=n&&"cssFloat"!=n&&"string"==typeof t[n]&&(/[A-Z]/.test(n)&&(n=n.replace(/[A-Z]/g,(t=>"-"+t.toLowerCase()))),i.has(n)||(e.push(n),i.add(n)));Jh=e.sort().map((t=>({type:"property",label:t})))}return Jh||[]}const ec=["active","after","any-link","autofill","backdrop","before","checked","cue","default","defined","disabled","empty","enabled","file-selector-button","first","first-child","first-letter","first-line","first-of-type","focus","focus-visible","focus-within","fullscreen","has","host","host-context","hover","in-range","indeterminate","invalid","is","lang","last-child","last-of-type","left","link","marker","modal","not","nth-child","nth-last-child","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","part","placeholder","placeholder-shown","read-only","read-write","required","right","root","scope","selection","slotted","target","target-text","valid","visited","where"].map((t=>({type:"class",label:t}))),ic=["above","absolute","activeborder","additive","activecaption","after-white-space","ahead","alias","all","all-scroll","alphabetic","alternate","always","antialiased","appworkspace","asterisks","attr","auto","auto-flow","avoid","avoid-column","avoid-page","avoid-region","axis-pan","background","backwards","baseline","below","bidi-override","blink","block","block-axis","bold","bolder","border","border-box","both","bottom","break","break-all","break-word","bullets","button","button-bevel","buttonface","buttonhighlight","buttonshadow","buttontext","calc","capitalize","caps-lock-indicator","caption","captiontext","caret","cell","center","checkbox","circle","cjk-decimal","clear","clip","close-quote","col-resize","collapse","color","color-burn","color-dodge","column","column-reverse","compact","condensed","contain","content","contents","content-box","context-menu","continuous","copy","counter","counters","cover","crop","cross","crosshair","currentcolor","cursive","cyclic","darken","dashed","decimal","decimal-leading-zero","default","default-button","dense","destination-atop","destination-in","destination-out","destination-over","difference","disc","discard","disclosure-closed","disclosure-open","document","dot-dash","dot-dot-dash","dotted","double","down","e-resize","ease","ease-in","ease-in-out","ease-out","element","ellipse","ellipsis","embed","end","ethiopic-abegede-gez","ethiopic-halehame-aa-er","ethiopic-halehame-gez","ew-resize","exclusion","expanded","extends","extra-condensed","extra-expanded","fantasy","fast","fill","fill-box","fixed","flat","flex","flex-end","flex-start","footnotes","forwards","from","geometricPrecision","graytext","grid","groove","hand","hard-light","help","hidden","hide","higher","highlight","highlighttext","horizontal","hsl","hsla","hue","icon","ignore","inactiveborder","inactivecaption","inactivecaptiontext","infinite","infobackground","infotext","inherit","initial","inline","inline-axis","inline-block","inline-flex","inline-grid","inline-table","inset","inside","intrinsic","invert","italic","justify","keep-all","landscape","large","larger","left","level","lighter","lighten","line-through","linear","linear-gradient","lines","list-item","listbox","listitem","local","logical","loud","lower","lower-hexadecimal","lower-latin","lower-norwegian","lowercase","ltr","luminosity","manipulation","match","matrix","matrix3d","medium","menu","menutext","message-box","middle","min-intrinsic","mix","monospace","move","multiple","multiple_mask_images","multiply","n-resize","narrower","ne-resize","nesw-resize","no-close-quote","no-drop","no-open-quote","no-repeat","none","normal","not-allowed","nowrap","ns-resize","numbers","numeric","nw-resize","nwse-resize","oblique","opacity","open-quote","optimizeLegibility","optimizeSpeed","outset","outside","outside-shape","overlay","overline","padding","padding-box","painted","page","paused","perspective","pinch-zoom","plus-darker","plus-lighter","pointer","polygon","portrait","pre","pre-line","pre-wrap","preserve-3d","progress","push-button","radial-gradient","radio","read-only","read-write","read-write-plaintext-only","rectangle","region","relative","repeat","repeating-linear-gradient","repeating-radial-gradient","repeat-x","repeat-y","reset","reverse","rgb","rgba","ridge","right","rotate","rotate3d","rotateX","rotateY","rotateZ","round","row","row-resize","row-reverse","rtl","run-in","running","s-resize","sans-serif","saturation","scale","scale3d","scaleX","scaleY","scaleZ","screen","scroll","scrollbar","scroll-position","se-resize","self-start","self-end","semi-condensed","semi-expanded","separate","serif","show","single","skew","skewX","skewY","skip-white-space","slide","slider-horizontal","slider-vertical","sliderthumb-horizontal","sliderthumb-vertical","slow","small","small-caps","small-caption","smaller","soft-light","solid","source-atop","source-in","source-out","source-over","space","space-around","space-between","space-evenly","spell-out","square","start","static","status-bar","stretch","stroke","stroke-box","sub","subpixel-antialiased","svg_masks","super","sw-resize","symbolic","symbols","system-ui","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","text","text-bottom","text-top","textarea","textfield","thick","thin","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","to","top","transform","translate","translate3d","translateX","translateY","translateZ","transparent","ultra-condensed","ultra-expanded","underline","unidirectional-pan","unset","up","upper-latin","uppercase","url","var","vertical","vertical-text","view-box","visible","visibleFill","visiblePainted","visibleStroke","visual","w-resize","wait","wave","wider","window","windowframe","windowtext","words","wrap","wrap-reverse","x-large","x-small","xor","xx-large","xx-small"].map((t=>({type:"keyword",label:t}))).concat(["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","grey","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","rebeccapurple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"].map((t=>({type:"constant",label:t})))),nc=["a","abbr","address","article","aside","b","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","dd","del","details","dfn","dialog","div","dl","dt","em","figcaption","figure","footer","form","header","hgroup","h1","h2","h3","h4","h5","h6","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","main","meter","nav","ol","output","p","pre","ruby","section","select","small","source","span","strong","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","tr","u","ul"].map((t=>({type:"type",label:t}))),sc=["@charset","@color-profile","@container","@counter-style","@font-face","@font-feature-values","@font-palette-values","@import","@keyframes","@layer","@media","@namespace","@page","@position-try","@property","@scope","@starting-style","@supports","@view-transition"].map((t=>({type:"keyword",label:t}))),oc=/^(\w[\w-]*|-\w[\w-]*|)$/,rc=/^-(-[\w-]*)?$/,lc=new P,ac=["Declaration"];function hc(t){for(let e=t;;){if(e.type.isTop)return e;if(!(e=e.parent))return t}}function cc(t,e,i){if(e.to-e.from>4096){let n=lc.get(e);if(n)return n;let s=[],o=new Set,r=e.cursor(u.IncludeAnonymous);if(r.firstChild())do{for(let e of cc(t,r.node,i))o.has(e.label)||(o.add(e.label),s.push(e))}while(r.nextSibling());return lc.set(e,s),s}{let n=[],s=new Set;return e.cursor().iterate((e=>{var o;if(i(e)&&e.matchContext(ac)&&":"==(null===(o=e.node.nextSibling)||void 0===o?void 0:o.name)){let i=t.sliceString(e.from,e.to);s.has(i)||(s.add(i),n.push({label:i,type:"variable"}))}})),n}}const uc=t=>e=>{let{state:i,pos:n}=e,s=Ra(i).resolveInner(n,-1),o=s.type.isError&&s.from==s.to-1&&"-"==i.doc.sliceString(s.from,s.to);if("PropertyName"==s.name||(o||"TagName"==s.name)&&/^(Block|Styles)$/.test(s.resolve(s.to).name))return{from:s.from,options:tc(),validFor:oc};if("ValueName"==s.name)return{from:s.from,options:ic,validFor:oc};if("PseudoClassName"==s.name)return{from:s.from,options:ec,validFor:oc};if(t(s)||(e.explicit||o)&&function(t,e){var i;if(("("==t.name||t.type.isError)&&(t=t.parent||t),"ArgList"!=t.name)return!1;let n=null===(i=t.parent)||void 0===i?void 0:i.firstChild;return"Callee"==(null==n?void 0:n.name)&&"var"==e.sliceString(n.from,n.to)}(s,i.doc))return{from:t(s)||o?s.from:n,options:cc(i.doc,hc(s),t),validFor:rc};if("TagName"==s.name){for(let{parent:t}=s;t;t=t.parent)if("Block"==t.name)return{from:s.from,options:tc(),validFor:oc};return{from:s.from,options:nc,validFor:oc}}if("AtKeyword"==s.name)return{from:s.from,options:sc,validFor:oc};if(!e.explicit)return null;let r=s.resolve(n),l=r.childBefore(n);return l&&":"==l.name&&"PseudoClassSelector"==r.name?{from:n,options:ec,validFor:oc}:l&&":"==l.name&&"Declaration"==r.name||"ArgList"==r.name?{from:n,options:ic,validFor:oc}:"Block"==r.name||"Styles"==r.name?{from:n,options:tc(),validFor:oc}:null},dc=uc((t=>"VariableName"==t.name)),fc=Pa.define({name:"css",parser:Vt.configure({props:[Ua.add({Declaration:th()}),ih.add({"Block KeyframeList":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}})]}),languageData:{commentTokens:{block:{open:"/*",close:"*/"}},indentOnInput:/^\s*\}$/,wordChars:"-"}});function pc(){return pc=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)({}).hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},pc.apply(null,arguments)}var mc=t=>{var{theme:e,settings:i={},styles:n=[]}=t,s={".cm-gutters":{}},o={};i.background&&(o.backgroundColor=i.background),i.backgroundImage&&(o.backgroundImage=i.backgroundImage),i.foreground&&(o.color=i.foreground),i.fontSize&&(o.fontSize=i.fontSize),(i.background||i.foreground)&&(s["&"]=o),i.fontFamily&&(s["&.cm-editor .cm-scroller"]={fontFamily:i.fontFamily}),i.gutterBackground&&(s[".cm-gutters"].backgroundColor=i.gutterBackground),i.gutterForeground&&(s[".cm-gutters"].color=i.gutterForeground),i.gutterBorder&&(s[".cm-gutters"].borderRightColor=i.gutterBorder),i.caret&&(s[".cm-content"]={caretColor:i.caret},s[".cm-cursor, .cm-dropCursor"]={borderLeftColor:i.caret});var r={};return i.gutterActiveForeground&&(r.color=i.gutterActiveForeground),i.lineHighlight&&(s[".cm-activeLine"]={backgroundColor:i.lineHighlight},r.backgroundColor=i.lineHighlight),s[".cm-activeLineGutter"]=r,i.selection&&(s["&.cm-focused .cm-selectionBackground, & .cm-line::selection, & .cm-selectionLayer .cm-selectionBackground, .cm-content ::selection"]={background:i.selection+" !important"}),i.selectionMatch&&(s["& .cm-selectionMatch"]={backgroundColor:i.selectionMatch}),[zr.theme(s,{dark:"dark"===e}),Th(Sh.define(n))]},gc={background:"#fff",foreground:"#24292e",selection:"#BBDFFF",selectionMatch:"#BBDFFF",gutterBackground:"#fff",gutterForeground:"#6e7781"},vc=[{tag:[Pt.standard(Pt.tagName),Pt.tagName],color:"#116329"},{tag:[Pt.comment,Pt.bracket],color:"#6a737d"},{tag:[Pt.className,Pt.propertyName],color:"#6f42c1"},{tag:[Pt.variableName,Pt.attributeName,Pt.number,Pt.operator],color:"#005cc5"},{tag:[Pt.keyword,Pt.typeName,Pt.typeOperator,Pt.typeName],color:"#d73a49"},{tag:[Pt.string,Pt.meta,Pt.regexp],color:"#032f62"},{tag:[Pt.name,Pt.quote],color:"#22863a"},{tag:[Pt.heading,Pt.strong],color:"#24292e",fontWeight:"bold"},{tag:[Pt.emphasis],color:"#24292e",fontStyle:"italic"},{tag:[Pt.deleted],color:"#b31d28",backgroundColor:"ffeef0"},{tag:[Pt.atom,Pt.bool,Pt.special(Pt.variableName)],color:"#e36209"},{tag:[Pt.url,Pt.escape,Pt.regexp,Pt.link],color:"#032f62"},{tag:Pt.link,textDecoration:"underline"},{tag:Pt.strikethrough,textDecoration:"line-through"},{tag:Pt.invalid,color:"#cb2431"}],bc=(()=>{var{theme:t="light",settings:e={},styles:i=[]}={};return mc({theme:t,settings:pc({},gc,e),styles:[...vc,...i]})})(),wc={background:"#0d1117",foreground:"#c9d1d9",caret:"#c9d1d9",selection:"#003d73",selectionMatch:"#003d73",lineHighlight:"#36334280"},yc=[{tag:[Pt.standard(Pt.tagName),Pt.tagName],color:"#7ee787"},{tag:[Pt.comment,Pt.bracket],color:"#8b949e"},{tag:[Pt.className,Pt.propertyName],color:"#d2a8ff"},{tag:[Pt.variableName,Pt.attributeName,Pt.number,Pt.operator],color:"#79c0ff"},{tag:[Pt.keyword,Pt.typeName,Pt.typeOperator,Pt.typeName],color:"#ff7b72"},{tag:[Pt.string,Pt.meta,Pt.regexp],color:"#a5d6ff"},{tag:[Pt.name,Pt.quote],color:"#7ee787"},{tag:[Pt.heading,Pt.strong],color:"#d2a8ff",fontWeight:"bold"},{tag:[Pt.emphasis],color:"#d2a8ff",fontStyle:"italic"},{tag:[Pt.deleted],color:"#ffdcd7",backgroundColor:"ffeef0"},{tag:[Pt.atom,Pt.bool,Pt.special(Pt.variableName)],color:"#ffab70"},{tag:Pt.link,textDecoration:"underline"},{tag:Pt.strikethrough,textDecoration:"line-through"},{tag:Pt.invalid,color:"#f97583"}];(()=>{var{theme:t="dark",settings:e={},styles:i=[]}={};mc({theme:t,settings:pc({},wc,e),styles:[...yc,...i]})})();const xc=window.React;function kc(t,e){return({state:i,dispatch:n})=>{if(i.readOnly)return!1;let s=t(e,i);return!!s&&(n(i.update(s)),!0)}}const Oc=kc(Dc,0),Sc=kc(Tc,0),Cc=kc(((t,e)=>Tc(t,e,function(t){let e=[];for(let i of t.selection.ranges){let n=t.doc.lineAt(i.from),s=i.to<=n.to?n:t.doc.lineAt(i.to),o=e.length-1;o>=0&&e[o].to>n.from?e[o].to=s.to:e.push({from:n.from+/^\s*/.exec(n.text)[0].length,to:s.to})}return e}(e))),0);function Ac(t,e){let i=t.languageDataAt("commentTokens",e);return i.length?i[0]:{}}const Mc=50;function Tc(t,e,i=e.selection.ranges){let n=i.map((t=>Ac(e,t.from).block));if(!n.every((t=>t)))return null;let s=i.map(((t,i)=>function(t,{open:e,close:i},n,s){let o,r,l=t.sliceDoc(n-Mc,n),a=t.sliceDoc(s,s+Mc),h=/\s*$/.exec(l)[0].length,c=/^\s*/.exec(a)[0].length,u=l.length-h;if(l.slice(u-e.length,u)==e&&a.slice(c,c+i.length)==i)return{open:{pos:n-h,margin:h&&1},close:{pos:s+c,margin:c&&1}};s-n<=2*Mc?o=r=t.sliceDoc(n,s):(o=t.sliceDoc(n,n+Mc),r=t.sliceDoc(s-Mc,s));let d=/^\s*/.exec(o)[0].length,f=/\s*$/.exec(r)[0].length,p=r.length-f-i.length;return o.slice(d,d+e.length)==e&&r.slice(p,p+i.length)==i?{open:{pos:n+d+e.length,margin:/\s/.test(o.charAt(d+e.length))?1:0},close:{pos:s-f-i.length,margin:/\s/.test(r.charAt(p-1))?1:0}}:null}(e,n[i],t.from,t.to)));if(2!=t&&!s.every((t=>t)))return{changes:e.changes(i.map(((t,e)=>s[e]?[]:[{from:t.from,insert:n[e].open+" "},{from:t.to,insert:" "+n[e].close}])))};if(1!=t&&s.some((t=>t))){let t=[];for(let e,i=0;i<s.length;i++)if(e=s[i]){let s=n[i],{open:o,close:r}=e;t.push({from:o.pos-s.open.length,to:o.pos+o.margin},{from:r.pos-r.margin,to:r.pos+s.close.length})}return{changes:t}}return null}function Dc(t,e,i=e.selection.ranges){let n=[],s=-1;for(let{from:t,to:o}of i){let i=n.length,r=1e9,l=Ac(e,t).line;if(l){for(let i=t;i<=o;){let a=e.doc.lineAt(i);if(a.from>s&&(t==o||o>a.from)){s=a.from;let t=/^\s*/.exec(a.text)[0].length,e=t==a.length,i=a.text.slice(t,t+l.length)==l?t:-1;t<a.text.length&&t<r&&(r=t),n.push({line:a,comment:i,token:l,indent:t,empty:e,single:!1})}i=a.to+1}if(r<1e9)for(let t=i;t<n.length;t++)n[t].indent<n[t].line.text.length&&(n[t].indent=r);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:s,empty:o,single:r}of n)!r&&o||t.push({from:e.from+s,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:s}of n)if(i>=0){let n=e.from+i,o=n+s.length;" "==e.text[o-e.from]&&o++,t.push({from:n,to:o})}return{changes:t}}return null}const Pc=je.define(),Rc=je.define(),Ec=Se.define(),Bc=Se.define({combine:t=>ai(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)})}),Nc=Re.define({create:()=>Yc.empty,update(t,e){let i=e.state.facet(Bc),n=e.annotation(Pc);if(n){let s=Wc.fromTransaction(e,n.selection),o=n.side,r=0==o?t.undone:t.done;return r=s?Vc(r,r.length,i.minDepth,s):Xc(r,e.startState.selection),new Yc(0==o?n.rest:r,0==o?r:n.rest)}let s=e.annotation(Rc);if("full"!=s&&"before"!=s||(t=t.isolate()),!1===e.annotation(Ge.addToHistory))return e.changes.empty?t:t.addMapping(e.changes.desc);let o=Wc.fromTransaction(e),r=e.annotation(Ge.time),l=e.annotation(Ge.userEvent);return o?t=t.addChanges(o,r,l,i,e):e.selection&&(t=t.addSelection(e.startState.selection,r,l,i.newGroupDelay)),"full"!=s&&"after"!=s||(t=t.isolate()),t},toJSON:t=>({done:t.done.map((t=>t.toJSON())),undone:t.undone.map((t=>t.toJSON()))}),fromJSON:t=>new Yc(t.done.map(Wc.fromJSON),t.undone.map(Wc.fromJSON))});function Lc(t,e){return function({state:i,dispatch:n}){if(!e&&i.readOnly)return!1;let s=i.field(Nc,!1);if(!s)return!1;let o=s.pop(t,i,e);return!!o&&(n(o),!0)}}const Ic=Lc(0,!1),Qc=Lc(1,!1),zc=Lc(0,!0),$c=Lc(1,!0);class Wc{constructor(t,e,i,n,s){this.changes=t,this.effects=e,this.mapped=i,this.startSelection=n,this.selectionsAfter=s}setSelAfter(t){return new Wc(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 Wc(t.changes&&fe.fromJSON(t.changes),[],t.mapped&&de.fromJSON(t.mapped),t.startSelection&&xe.fromJSON(t.startSelection),t.selectionsAfter.map(xe.fromJSON))}static fromTransaction(t,e){let i=Hc;for(let e of t.startState.facet(Ec)){let n=e(t);n.length&&(i=i.concat(n))}return!i.length&&t.changes.empty?null:new Wc(t.changes.invert(t.startState.doc),i,void 0,e||t.startState.selection,Hc)}static selection(t){return new Wc(void 0,Hc,void 0,void 0,t)}}function Vc(t,e,i,n){let s=e+1>i+20?e-i-1:0,o=t.slice(s,e);return o.push(n),o}function Fc(t,e){return t.length?e.length?t.concat(e):t:e}const Hc=[],qc=200;function Xc(t,e){if(t.length){let i=t[t.length-1],n=i.selectionsAfter.slice(Math.max(0,i.selectionsAfter.length-qc));return n.length&&n[n.length-1].eq(e)?t:(n.push(e),Vc(t,t.length-1,1e9,i.setSelAfter(n)))}return[Wc.selection([e])]}function _c(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 jc(t,e){if(!t.length)return t;let i=t.length,n=Hc;for(;i;){let s=Uc(t[i-1],e,n);if(s.changes&&!s.changes.empty||s.effects.length){let e=t.slice(0,i);return e[i-1]=s,e}e=s.mapped,i--,n=s.selectionsAfter}return n.length?[Wc.selection(n)]:Hc}function Uc(t,e,i){let n=Fc(t.selectionsAfter.length?t.selectionsAfter.map((t=>t.map(e))):Hc,i);if(!t.changes)return Wc.selection(n);let s=t.changes.map(e),o=e.mapDesc(t.changes,!0),r=t.mapped?t.mapped.composeDesc(o):o;return new Wc(s,Ye.mapEffects(t.effects,e),r,t.startSelection.map(o),n)}const Kc=/^(input\.type|delete)($|\.)/;class Yc{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 Yc(this.done,this.undone):this}addChanges(t,e,i,n,s){let o=this.done,r=o[o.length-1];return o=r&&r.changes&&!r.changes.empty&&t.changes&&(!i||Kc.test(i))&&(!r.selectionsAfter.length&&e-this.prevTime<n.newGroupDelay&&n.joinToEvent(s,function(t,e){let i=[],n=!1;return t.iterChangedRanges(((t,e)=>i.push(t,e))),e.iterChangedRanges(((t,e,s,o)=>{for(let t=0;t<i.length;){let e=i[t++],r=i[t++];o>=e&&s<=r&&(n=!0)}})),n}(r.changes,t.changes))||"input.type.compose"==i)?Vc(o,o.length-1,n.minDepth,new Wc(t.changes.compose(r.changes),Fc(Ye.mapEffects(t.effects,r.changes),r.effects),r.mapped,r.startSelection,Hc)):Vc(o,o.length,n.minDepth,t),new Yc(o,Hc,e,i)}addSelection(t,e,i,n){let s=this.done.length?this.done[this.done.length-1].selectionsAfter:Hc;return s.length>0&&e-this.prevTime<n&&i==this.prevUserEvent&&i&&/^select($|\.)/.test(i)&&(o=s[s.length-1],r=t,o.ranges.length==r.ranges.length&&0===o.ranges.filter(((t,e)=>t.empty!=r.ranges[e].empty)).length)?this:new Yc(Xc(this.done,t),this.undone,e,i);var o,r}addMapping(t){return new Yc(jc(this.done,t),jc(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 s=n[n.length-1],o=s.selectionsAfter[0]||e.selection;if(i&&s.selectionsAfter.length)return e.update({selection:s.selectionsAfter[s.selectionsAfter.length-1],annotations:Pc.of({side:t,rest:_c(n),selection:o}),userEvent:0==t?"select.undo":"select.redo",scrollIntoView:!0});if(s.changes){let i=1==n.length?Hc:n.slice(0,n.length-1);return s.mapped&&(i=jc(i,s.mapped)),e.update({changes:s.changes,selection:s.startSelection,effects:s.effects,annotations:Pc.of({side:t,rest:i,selection:o}),filter:!1,userEvent:0==t?"undo":"redo",scrollIntoView:!0})}return null}}Yc.empty=new Yc(Hc,Hc);const Gc=[{key:"Mod-z",run:Ic,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:Qc,preventDefault:!0},{linux:"Ctrl-Shift-z",run:Qc,preventDefault:!0},{key:"Mod-u",run:zc,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:$c,preventDefault:!0}];function Zc(t,e){return xe.create(t.ranges.map(e),t.mainIndex)}function Jc(t,e){return t.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function tu({state:t,dispatch:e},i){let n=Zc(t.selection,i);return!n.eq(t.selection,!0)&&(e(Jc(t,n)),!0)}function eu(t,e){return xe.cursor(e?t.to:t.from)}function iu(t,e){return tu(t,(i=>i.empty?t.moveByChar(i,e):eu(i,e)))}function nu(t){return t.textDirectionAt(t.state.selection.main.head)==ts.LTR}const su=t=>iu(t,!nu(t)),ou=t=>iu(t,nu(t));function ru(t,e){return tu(t,(i=>i.empty?t.moveByGroup(i,e):eu(i,e)))}function lu(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 au(t,e,i){let n,o,r=Ra(t).resolveInner(e.head),l=i?s.closedBy:s.openedBy;for(let n=e.head;;){let e=i?r.childAfter(n):r.childBefore(n);if(!e)break;lu(t,e,l)?r=e:n=i?e.to:e.from}return o=r.type.prop(l)&&(n=i?qh(t,r.from,1):qh(t,r.to,-1))&&n.matched?i?n.end.to:n.end.from:i?r.to:r.from,xe.cursor(o,i?-1:1)}function hu(t,e){return tu(t,(i=>{if(!i.empty)return eu(i,e);let n=t.moveVertically(i,e);return n.head!=i.head?n:t.moveToLineBoundary(i,e)}))}"undefined"!=typeof Intl&&Intl.Segmenter;const cu=t=>hu(t,!1),uu=t=>hu(t,!0);function du(t){let e,i=t.scrollDOM.clientHeight<t.scrollDOM.scrollHeight-2,n=0,s=0;if(i){for(let e of t.state.facet(zr.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)&&(s=Math.max(null==i?void 0:i.bottom,s))}e=t.scrollDOM.clientHeight-n-s}else e=(t.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:n,marginBottom:s,selfScroll:i,height:Math.max(t.defaultLineHeight,e-5)}}function fu(t,e){let i,n=du(t),{state:s}=t,o=Zc(s.selection,(i=>i.empty?t.moveVertically(i,e,n.height):eu(i,e)));if(o.eq(s.selection))return!1;if(n.selfScroll){let e=t.coordsAtPos(s.selection.main.head),r=t.scrollDOM.getBoundingClientRect(),l=r.top+n.marginTop,a=r.bottom-n.marginBottom;e&&e.top>l&&e.bottom<a&&(i=zr.scrollIntoView(o.main.head,{y:"start",yMargin:e.top-l}))}return t.dispatch(Jc(s,o),{effects:i}),!0}const pu=t=>fu(t,!1),mu=t=>fu(t,!0);function gu(t,e,i){let n=t.lineBlockAt(e.head),s=t.moveToLineBoundary(e,i);if(s.head==e.head&&s.head!=(i?n.to:n.from)&&(s=t.moveToLineBoundary(e,i,!1)),!i&&s.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&&(s=xe.cursor(n.from+i))}return s}function vu(t,e){let i=Zc(t.state.selection,(t=>{let i=e(t);return xe.range(t.anchor,i.head,i.goalColumn,i.bidiLevel||void 0)}));return!i.eq(t.state.selection)&&(t.dispatch(Jc(t.state,i)),!0)}function bu(t,e){return vu(t,(i=>t.moveByChar(i,e)))}const wu=t=>bu(t,!nu(t)),yu=t=>bu(t,nu(t));function xu(t,e){return vu(t,(i=>t.moveByGroup(i,e)))}function ku(t,e){return vu(t,(i=>t.moveVertically(i,e)))}const Ou=t=>ku(t,!1),Su=t=>ku(t,!0);function Cu(t,e){return vu(t,(i=>t.moveVertically(i,e,du(t).height)))}const Au=t=>Cu(t,!1),Mu=t=>Cu(t,!0),Tu=({state:t,dispatch:e})=>(e(Jc(t,{anchor:0})),!0),Du=({state:t,dispatch:e})=>(e(Jc(t,{anchor:t.doc.length})),!0),Pu=({state:t,dispatch:e})=>(e(Jc(t,{anchor:t.selection.main.anchor,head:0})),!0),Ru=({state:t,dispatch:e})=>(e(Jc(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0);function Eu(t,e){if(t.state.readOnly)return!1;let i="delete.selection",{state:n}=t,s=n.changeByRange((n=>{let{from:s,to:o}=n;if(s==o){let r=e(n);r<s?(i="delete.backward",r=Bu(t,r,!1)):r>s&&(i="delete.forward",r=Bu(t,r,!0)),s=Math.min(s,r),o=Math.max(o,r)}else s=Bu(t,s,!1),o=Bu(t,o,!0);return s==o?{range:n}:{changes:{from:s,to:o},range:xe.cursor(s,s<n.head?-1:1)}}));return!s.changes.empty&&(t.dispatch(n.update(s,{scrollIntoView:!0,userEvent:i,effects:"delete.selection"==i?zr.announce.of(n.phrase("Selection deleted")):void 0})),!0)}function Bu(t,e,i){if(t instanceof zr)for(let n of t.state.facet(zr.atomicRanges).map((e=>e(t))))n.between(e,e,((t,n)=>{t<e&&n>e&&(e=i?n:t)}));return e}const Nu=(t,e,i)=>Eu(t,(n=>{let s,o,r=n.from,{state:l}=t,a=l.doc.lineAt(r);if(i&&!e&&r>a.from&&r<a.from+200&&!/[^ \t]/.test(s=a.text.slice(0,r-a.from))){if("\t"==s[s.length-1])return r-1;let t=Ci(s,l.tabSize)%qa(l)||qa(l);for(let e=0;e<t&&" "==s[s.length-1-e];e++)r--;o=r}else o=ie(a.text,r-a.from,e,e)+a.from,o==r&&a.number!=(e?l.doc.lines:1)?o+=e?1:-1:!e&&/[\ufe00-\ufe0f]/.test(a.text.slice(o-a.from,r-a.from))&&(o=ie(a.text,o-a.from,!1,!1)+a.from);return o})),Lu=t=>Nu(t,!1,!0),Iu=t=>Nu(t,!0,!1),Qu=(t,e)=>Eu(t,(i=>{let n=i.head,{state:s}=t,o=s.doc.lineAt(n),r=s.charCategorizer(n);for(let t=null;;){if(n==(e?o.to:o.from)){n==i.head&&o.number!=(e?s.doc.lines:1)&&(n+=e?1:-1);break}let l=ie(o.text,n-o.from,e)+o.from,a=o.text.slice(Math.min(n,l)-o.from,Math.max(n,l)-o.from),h=r(a);if(null!=t&&h!=t)break;" "==a&&n==i.head||(t=h),n=l}return n})),zu=t=>Qu(t,!1);function $u(t){let e=[],i=-1;for(let n of t.selection.ranges){let s=t.doc.lineAt(n.from),o=t.doc.lineAt(n.to);if(n.empty||n.to!=o.from||(o=t.doc.lineAt(n.to-1)),i>=s.number){let t=e[e.length-1];t.to=o.to,t.ranges.push(n)}else e.push({from:s.from,to:o.to,ranges:[n]});i=o.number+1}return e}function Wu(t,e,i){if(t.readOnly)return!1;let n=[],s=[];for(let e of $u(t)){if(i?e.to==t.doc.length:0==e.from)continue;let o=t.doc.lineAt(i?e.to+1:e.from-1),r=o.length+1;if(i){n.push({from:e.to,to:o.to},{from:e.from,insert:o.text+t.lineBreak});for(let i of e.ranges)s.push(xe.range(Math.min(t.doc.length,i.anchor+r),Math.min(t.doc.length,i.head+r)))}else{n.push({from:o.from,to:e.from},{from:e.to,insert:t.lineBreak+o.text});for(let t of e.ranges)s.push(xe.range(t.anchor-r,t.head-r))}}return!!n.length&&(e(t.update({changes:n,scrollIntoView:!0,selection:xe.create(s,t.selection.mainIndex),userEvent:"move.line"})),!0)}function Vu(t,e,i){if(t.readOnly)return!1;let n=[];for(let e of $u(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 Fu=Hu(!1);function Hu(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),l=!t&&n==o&&function(t,e){if(/\(\)|\[\]|\{\}/.test(t.sliceDoc(e-1,e+1)))return{from:e,to:e};let i,n=Ra(t).resolveInner(e),o=n.childBefore(e),r=n.childAfter(e);return o&&r&&o.to<=e&&r.from>=e&&(i=o.type.prop(s.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 ja(e,{simulateBreak:n,simulateDoubleBreak:!!l}),h=_a(a,n);for(null==h&&(h=Ci(/^\s*/.exec(e.doc.lineAt(n).text)[0],e.tabSize));o<r.to&&/\s/.test(r.text[o-r.from]);)o++;l?({from:n,to:o}=l):n>r.from&&n<r.from+100&&!/\S/.test(r.text.slice(0,n))&&(n=r.from);let c=["",Xa(e,h)];return l&&c.push(Xa(e,a.lineIndent(r.from,-1))),{changes:{from:n,to:o,insert:Ft.of(c)},range:xe.cursor(n+1+c[1].length)}}));return i(e.update(n,{scrollIntoView:!0,userEvent:"input"})),!0}}function qu(t,e){let i=-1;return t.changeByRange((n=>{let s=[];for(let o=n.from;o<=n.to;){let r=t.doc.lineAt(o);r.number>i&&(n.empty||n.to>r.from)&&(e(r,s,n),i=r.number),o=r.to+1}let o=t.changes(s);return{changes:s,range:xe.range(o.mapPos(n.anchor,1),o.mapPos(n.head,1))}}))}const Xu=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(qu(t,((e,i)=>{i.push({from:e.from,insert:t.facet(Ha)})})),{userEvent:"input.indent"})),!0),_u=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(qu(t,((e,i)=>{let n=/^\s*/.exec(e.text)[0];if(!n)return;let s=Ci(n,t.tabSize),o=0,r=Xa(t,Math.max(0,s-qa(t)));for(;o<n.length&&o<r.length&&n.charCodeAt(o)==r.charCodeAt(o);)o++;i.push({from:e.from+o,to:e.from+n.length,insert:r.slice(o)})})),{userEvent:"delete.dedent"})),!0),ju=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:t=>tu(t,(e=>au(t.state,e,!nu(t)))),shift:t=>vu(t,(e=>au(t.state,e,!nu(t))))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:t=>tu(t,(e=>au(t.state,e,nu(t)))),shift:t=>vu(t,(e=>au(t.state,e,nu(t))))},{key:"Alt-ArrowUp",run:({state:t,dispatch:e})=>Wu(t,e,!1)},{key:"Shift-Alt-ArrowUp",run:({state:t,dispatch:e})=>Vu(t,e,!1)},{key:"Alt-ArrowDown",run:({state:t,dispatch:e})=>Wu(t,e,!0)},{key:"Shift-Alt-ArrowDown",run:({state:t,dispatch:e})=>Vu(t,e,!0)},{key:"Escape",run:({state:t,dispatch:e})=>{let i=t.selection,n=null;return i.ranges.length>1?n=xe.create([i.main]):i.main.empty||(n=xe.create([xe.cursor(i.main.head)])),!!n&&(e(Jc(t,n)),!0)}},{key:"Mod-Enter",run:Hu(!0)},{key:"Alt-l",mac:"Ctrl-l",run:({state:t,dispatch:e})=>{let i=$u(t).map((({from:e,to:i})=>xe.range(e,Math.min(i+1,t.doc.length))));return e(t.update({selection:xe.create(i),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:t,dispatch:e})=>{let i=Zc(t.selection,(e=>{var i;for(let n=Ra(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 xe.range(t.to,t.from)}return e}));return e(Jc(t,i)),!0},preventDefault:!0},{key:"Mod-[",run:_u},{key:"Mod-]",run:Xu},{key:"Mod-Alt-\\",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=Object.create(null),n=new ja(t,{overrideIndentation:t=>{let e=i[t];return null==e?-1:e}}),s=qu(t,((e,s,o)=>{let r=_a(n,e.from);if(null==r)return;/\S/.test(e.text)||(r=0);let l=/^\s*/.exec(e.text)[0],a=Xa(t,r);(l!=a||o.from<e.from+l.length)&&(i[e.from]=r,s.push({from:e.from,to:e.from+l.length,insert:a}))}));return s.changes.empty||e(t.update(s,{userEvent:"indent"})),!0}},{key:"Shift-Mod-k",run:t=>{if(t.state.readOnly)return!1;let{state:e}=t,i=e.changes($u(e).map((({from:t,to:i})=>(t>0?t--:i<e.doc.length&&i++,{from:t,to:i})))),n=Zc(e.selection,(e=>{let i;if(t.lineWrapping){let n=t.lineBlockAt(e.head),s=t.coordsAtPos(e.head,e.assoc||1);s&&(i=n.bottom+t.documentTop-s.bottom+t.defaultLineHeight/2)}return t.moveVertically(e,!0,i)})).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,s=Zc(t.selection,(e=>{let s=qh(t,e.head,-1)||qh(t,e.head,1)||e.head>0&&qh(t,e.head-1,1)||e.head<t.doc.length&&qh(t,e.head+1,-1);if(!s||!s.end)return e;n=!0;let o=s.start.from==e.head?s.end.to:s.end.from;return i?xe.range(e.anchor,o):xe.cursor(o)}));return!!n&&(e(Jc(t,s)),!0)}(t,e,!1)},{key:"Mod-/",run:t=>{let{state:e}=t,i=e.doc.lineAt(e.selection.main.from),n=Ac(t.state,i.from);return n.line?Oc(t):!!n.block&&Cc(t)}},{key:"Alt-A",run:Sc},{key:"Ctrl-m",mac:"Shift-Alt-m",run:t=>(t.setTabFocusMode(),!0)}].concat([{key:"ArrowLeft",run:su,shift:wu,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:t=>ru(t,!nu(t)),shift:t=>xu(t,!nu(t)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:t=>tu(t,(e=>gu(t,e,!nu(t)))),shift:t=>vu(t,(e=>gu(t,e,!nu(t)))),preventDefault:!0},{key:"ArrowRight",run:ou,shift:yu,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:t=>ru(t,nu(t)),shift:t=>xu(t,nu(t)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:t=>tu(t,(e=>gu(t,e,nu(t)))),shift:t=>vu(t,(e=>gu(t,e,nu(t)))),preventDefault:!0},{key:"ArrowUp",run:cu,shift:Ou,preventDefault:!0},{mac:"Cmd-ArrowUp",run:Tu,shift:Pu},{mac:"Ctrl-ArrowUp",run:pu,shift:Au},{key:"ArrowDown",run:uu,shift:Su,preventDefault:!0},{mac:"Cmd-ArrowDown",run:Du,shift:Ru},{mac:"Ctrl-ArrowDown",run:mu,shift:Mu},{key:"PageUp",run:pu,shift:Au},{key:"PageDown",run:mu,shift:Mu},{key:"Home",run:t=>tu(t,(e=>gu(t,e,!1))),shift:t=>vu(t,(e=>gu(t,e,!1))),preventDefault:!0},{key:"Mod-Home",run:Tu,shift:Pu},{key:"End",run:t=>tu(t,(e=>gu(t,e,!0))),shift:t=>vu(t,(e=>gu(t,e,!0))),preventDefault:!0},{key:"Mod-End",run:Du,shift:Ru},{key:"Enter",run:Fu},{key:"Mod-a",run:({state:t,dispatch:e})=>(e(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:Lu,shift:Lu},{key:"Delete",run:Iu},{key:"Mod-Backspace",mac:"Alt-Backspace",run:zu},{key:"Mod-Delete",mac:"Alt-Delete",run:t=>Qu(t,!0)},{mac:"Mod-Backspace",run:t=>Eu(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=>Eu(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:su,shift:wu,preventDefault:!0},{key:"Ctrl-f",run:ou,shift:yu},{key:"Ctrl-p",run:cu,shift:Ou},{key:"Ctrl-n",run:uu,shift:Su},{key:"Ctrl-a",run:t=>tu(t,(e=>xe.cursor(t.lineBlockAt(e.head).from,1))),shift:t=>vu(t,(e=>xe.cursor(t.lineBlockAt(e.head).from)))},{key:"Ctrl-e",run:t=>tu(t,(e=>xe.cursor(t.lineBlockAt(e.head).to,-1))),shift:t=>vu(t,(e=>xe.cursor(t.lineBlockAt(e.head).to)))},{key:"Ctrl-d",run:Iu},{key:"Ctrl-h",run:Lu},{key:"Ctrl-k",run:t=>Eu(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:zu},{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:Ft.of(["",""])},range:xe.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),s=i==n.from?i-1:ie(n.text,i-n.from,!1)+n.from,o=i==n.to?i+1:ie(n.text,i-n.from,!0)+n.from;return{changes:{from:s,to:o,insert:t.doc.slice(i,o).append(t.doc.slice(s,i))},range:xe.cursor(o)}}));return!i.changes.empty&&(e(t.update(i,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:mu}].map((t=>({mac:t.key,run:t.run,shift:t.shift}))))),Uu={key:"Tab",run:Xu,shift:_u};function Ku(){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 s=i[n];"string"==typeof s?t.setAttribute(n,s):null!=s&&(t[n]=s)}e++}for(;e<arguments.length;e++)Yu(t,arguments[e]);return t}function Yu(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++)Yu(t,e[i])}}const Gu="function"==typeof String.prototype.normalize?t=>t.normalize("NFKD"):t=>t;class Zu{constructor(t,e,i=0,n=t.length,s,o){this.test=o,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=s?t=>s(Gu(t)):Gu,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 le(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=ae(t),i=this.bufferStart+this.bufferPos;this.bufferPos+=he(t);let n=this.normalize(e);for(let t=0,s=i;;t++){let o=n.charCodeAt(t),r=this.match(o,s,this.bufferPos+this.bufferStart);if(t==n.length-1){if(r)return this.value=r,this;break}s==i&&t<e.length&&e.charCodeAt(t)==o&&s++}}}match(t,e,i){let n=null;for(let e=0;e<this.matches.length;e+=2){let s=this.matches[e],o=!1;this.query.charCodeAt(s)==t&&(s==this.query.length-1?n={from:this.matches[e+1],to:i}:(this.matches[e]++,o=!0)),o||(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&&(Zu.prototype[Symbol.iterator]=function(){return this});const Ju={from:-1,to:-1,match:/.*/.exec("")},td="gm"+(null==/x/.unicode?"":"u");class ed{constructor(t,e,i,n=0,s=t.length){if(this.text=t,this.to=s,this.curLine="",this.done=!1,this.value=Ju,/\\[sWDnr]|\n|\r|\[\^/.test(e))return new sd(t,e,i,n,s);this.re=new RegExp(e,td+((null==i?void 0:i.ignoreCase)?"i":"")),this.test=null==i?void 0:i.test,this.iter=t.iter();let o=t.lineAt(n);this.curLineStart=o.from,this.matchPos=od(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=od(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 id=new WeakMap;class nd{constructor(t,e){this.from=t,this.text=e}get to(){return this.from+this.text.length}static get(t,e,i){let n=id.get(t);if(!n||n.from>=i||n.to<=e){let n=new nd(e,t.sliceString(e,i));return id.set(t,n),n}if(n.from==e&&n.to==i)return n;let{text:s,from:o}=n;return o>e&&(s=t.sliceString(e,o)+s,o=e),n.to<i&&(s+=t.sliceString(n.to,i)),id.set(t,new nd(o,s)),new nd(e,s.slice(e-o,i-o))}}class sd{constructor(t,e,i,n,s){this.text=t,this.to=s,this.done=!1,this.value=Ju,this.matchPos=od(t,n),this.re=new RegExp(e,td+((null==i?void 0:i.ignoreCase)?"i":"")),this.test=null==i?void 0:i.test,this.flat=nd.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=od(this.text,i+(t==i?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=nd.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function od(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 rd(t){let e=Ku("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,s=n.doc.lineAt(n.selection.main.head),[,o,r,l,a]=i,h=l?+l.slice(1):0,c=r?+r:s.number;if(r&&a){let t=c/100;o&&(t=t*("-"==o?-1:1)+s.number/n.doc.lines),c=Math.round(n.doc.lines*t)}else r&&o&&(c=c*("-"==o?-1:1)+s.number);let u=n.doc.line(Math.max(1,Math.min(n.doc.lines,c))),d=xe.cursor(u.from+Math.max(0,Math.min(h,u.length)));t.dispatch({effects:[ld.of(!1),zr.scrollIntoView(d.from,{y:"center"})],selection:d}),t.focus()}return{dom:Ku("form",{class:"cm-gotoLine",onkeydown:e=>{27==e.keyCode?(e.preventDefault(),t.dispatch({effects:ld.of(!1)}),t.focus()):13==e.keyCode&&(e.preventDefault(),i())},onsubmit:t=>{t.preventDefault(),i()}},Ku("label",t.state.phrase("Go to line"),": ",e)," ",Ku("button",{class:"cm-button",type:"submit"},t.state.phrase("go")))}}"undefined"!=typeof Symbol&&(ed.prototype[Symbol.iterator]=sd.prototype[Symbol.iterator]=function(){return this});const ld=Ye.define(),ad=Re.define({create:()=>!0,update(t,e){for(let i of e.effects)i.is(ld)&&(t=i.value);return t},provide:t=>ea.from(t,(t=>t?rd:null))}),hd=zr.baseTheme({".cm-panel.cm-gotoLine":{padding:"2px 6px 4px","& label":{fontSize:"80%"}}}),cd={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},ud=Se.define({combine:t=>ai(t,cd,{highlightWordAroundCursor:(t,e)=>t||e,minSelectionLength:Math.min,maxMatches:Math.min})}),dd=Vn.mark({class:"cm-selectionMatch"}),fd=Vn.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function pd(t,e,i,n){return!(0!=i&&t(e.sliceDoc(i-1,i))==si.Word||n!=e.doc.length&&t(e.sliceDoc(n,n+1))==si.Word)}const md=zs.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(ud),{state:i}=t,n=i.selection;if(n.ranges.length>1)return Vn.none;let s,o=n.main,r=null;if(o.empty){if(!e.highlightWordAroundCursor)return Vn.none;let t=i.wordAt(o.head);if(!t)return Vn.none;r=i.charCategorizer(o.head),s=i.sliceDoc(t.from,t.to)}else{let t=o.to-o.from;if(t<e.minSelectionLength||t>200)return Vn.none;if(e.wholeWords){if(s=i.sliceDoc(o.from,o.to),r=i.charCategorizer(o.head),!pd(r,i,o.from,o.to)||!function(t,e,i,n){return t(e.sliceDoc(i,i+1))==si.Word&&t(e.sliceDoc(n-1,n))==si.Word}(r,i,o.from,o.to))return Vn.none}else if(s=i.sliceDoc(o.from,o.to),!s)return Vn.none}let l=[];for(let n of t.visibleRanges){let t=new Zu(i.doc,s,n.from,n.to);for(;!t.next().done;){let{from:n,to:s}=t.value;if((!r||pd(r,i,n,s))&&(o.empty&&n<=o.from&&s>=o.to?l.push(fd.range(n,s)):(n>=o.to||s<=o.from)&&l.push(dd.range(n,s)),l.length>e.maxMatches))return Vn.none}}return Vn.set(l)}},{decorations:t=>t.decorations}),gd=zr.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),vd=Se.define({combine:t=>ai(t,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:t=>new _d(t),scrollToMatch:t=>zr.scrollIntoView(t)})});class bd{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,td),!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 Cd(this):new xd(this)}getCursor(t,e=0,i){let n=t.doc?t:li.create({doc:t});return null==i&&(i=n.doc.length),this.regexp?kd(this,n,e,i):yd(this,n,e,i)}}class wd{constructor(t){this.spec=t}}function yd(t,e,i,n){return new Zu(e.doc,t.unquoted,i,n,t.caseSensitive?void 0:t=>t.toLowerCase(),t.wholeWord?function(t,e){return(i,n,s,o)=>((o>i||o+s.length<n)&&(o=Math.max(0,i-2),s=t.sliceString(o,Math.min(t.length,n+2))),!(e(Od(s,i-o))==si.Word&&e(Sd(s,i-o))==si.Word||e(Sd(s,n-o))==si.Word&&e(Od(s,n-o))==si.Word))}(e.doc,e.charCategorizer(e.selection.main.head)):void 0)}class xd extends wd{constructor(t){super(t)}nextMatch(t,e,i){let n=yd(this.spec,t,i,t.doc.length).nextOverlapping();return n.done&&(n=yd(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),s=yd(this.spec,t,i,n),o=null;for(;!s.nextOverlapping().done;)o=s.value;if(o)return o;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=yd(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 s=yd(this.spec,t,Math.max(0,e-this.spec.unquoted.length),Math.min(i+this.spec.unquoted.length,t.doc.length));for(;!s.next().done;)n(s.value.from,s.value.to)}}function kd(t,e,i,n){return new ed(e.doc,t.search,{ignoreCase:!t.caseSensitive,test:t.wholeWord?(s=e.charCategorizer(e.selection.main.head),(t,e,i)=>!i[0].length||(s(Od(i.input,i.index))!=si.Word||s(Sd(i.input,i.index))!=si.Word)&&(s(Sd(i.input,i.index+i[0].length))!=si.Word||s(Od(i.input,i.index+i[0].length))!=si.Word)):void 0},i,n);var s}function Od(t,e){return t.slice(ie(t,e,!1),e)}function Sd(t,e){return t.slice(e,ie(t,e))}class Cd extends wd{nextMatch(t,e,i){let n=kd(this.spec,t,i,t.doc.length).next();return n.done&&(n=kd(this.spec,t,0,e).next()),n.done?null:n.value}prevMatchInRange(t,e,i){for(let n=1;;n++){let s=Math.max(e,i-1e4*n),o=kd(this.spec,t,s,i),r=null;for(;!o.next().done;)r=o.value;if(r&&(s==e||r.from>s+10))return r;if(s==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=kd(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 s=kd(this.spec,t,Math.max(0,e-250),Math.min(i+250,t.doc.length));for(;!s.next().done;)n(s.value.from,s.value.to)}}const Ad=Ye.define(),Md=Ye.define(),Td=Re.define({create:t=>new Dd(Wd(t).create(),null),update(t,e){for(let i of e.effects)i.is(Ad)?t=new Dd(i.value.create(),t.panel):i.is(Md)&&(t=new Dd(t.query,i.value?$d:null));return t},provide:t=>ea.from(t,(t=>t.panel))});class Dd{constructor(t,e){this.query=t,this.panel=e}}const Pd=Vn.mark({class:"cm-searchMatch"}),Rd=Vn.mark({class:"cm-searchMatch cm-searchMatch-selected"}),Ed=zs.fromClass(class{constructor(t){this.view=t,this.decorations=this.highlight(t.state.field(Td))}update(t){let e=t.state.field(Td);(e!=t.startState.field(Td)||t.docChanged||t.selectionSet||t.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:t,panel:e}){if(!e||!t.spec.valid)return Vn.none;let{view:i}=this,n=new pi;for(let e=0,s=i.visibleRanges,o=s.length;e<o;e++){let{from:r,to:l}=s[e];for(;e<o-1&&l>s[e+1].from-500;)l=s[++e].to;t.highlight(i.state,r,l,((t,e)=>{let s=i.state.selection.ranges.some((i=>i.from==t&&i.to==e));n.add(t,e,s?Rd:Pd)}))}return n.finish()}},{decorations:t=>t.decorations});function Bd(t){return e=>{let i=e.state.field(Td,!1);return i&&i.query.spec.valid?t(e,i):Hd(e)}}const Nd=Bd(((t,{query:e})=>{let{to:i}=t.state.selection.main,n=e.nextMatch(t.state,i,i);if(!n)return!1;let s=xe.single(n.from,n.to),o=t.state.facet(vd);return t.dispatch({selection:s,effects:[Yd(t,n),o.scrollToMatch(s.main,t)],userEvent:"select.search"}),Fd(t),!0})),Ld=Bd(((t,{query:e})=>{let{state:i}=t,{from:n}=i.selection.main,s=e.prevMatch(i,n,n);if(!s)return!1;let o=xe.single(s.from,s.to),r=t.state.facet(vd);return t.dispatch({selection:o,effects:[Yd(t,s),r.scrollToMatch(o.main,t)],userEvent:"select.search"}),Fd(t),!0})),Id=Bd(((t,{query:e})=>{let i=e.matchAll(t.state,1e3);return!(!i||!i.length||(t.dispatch({selection:xe.create(i.map((t=>xe.range(t.from,t.to)))),userEvent:"select.search.matches"}),0))})),Qd=Bd(((t,{query:e})=>{let{state:i}=t,{from:n,to:s}=i.selection.main;if(i.readOnly)return!1;let o=e.nextMatch(i,n,n);if(!o)return!1;let r,l,a=[],h=[];if(o.from==n&&o.to==s&&(l=i.toText(e.getReplacement(o)),a.push({from:o.from,to:o.to,insert:l}),o=e.nextMatch(i,o.from,o.to),h.push(zr.announce.of(i.phrase("replaced match on line $",i.doc.lineAt(n).number)+"."))),o){let e=0==a.length||a[0].from>=o.to?0:o.to-o.from-l.length;r=xe.single(o.from-e,o.to-e),h.push(Yd(t,o)),h.push(i.facet(vd).scrollToMatch(r.main,t))}return t.dispatch({changes:a,selection:r,effects:h,userEvent:"input.replace"}),!0})),zd=Bd(((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:zr.announce.of(n),userEvent:"input.replace.all"}),!0}));function $d(t){return t.state.facet(vd).createPanel(t)}function Wd(t,e){var i,n,s,o,r;let l=t.selection.main,a=l.empty||l.to>l.from+100?"":t.sliceDoc(l.from,l.to);if(e&&!a)return e;let h=t.facet(vd);return new bd({search:(null!==(i=null==e?void 0:e.literal)&&void 0!==i?i:h.literal)?a:a.replace(/\n/g,"\\n"),caseSensitive:null!==(n=null==e?void 0:e.caseSensitive)&&void 0!==n?n:h.caseSensitive,literal:null!==(s=null==e?void 0:e.literal)&&void 0!==s?s:h.literal,regexp:null!==(o=null==e?void 0:e.regexp)&&void 0!==o?o:h.regexp,wholeWord:null!==(r=null==e?void 0:e.wholeWord)&&void 0!==r?r:h.wholeWord})}function Vd(t){let e=Gl(t,$d);return e&&e.dom.querySelector("[main-field]")}function Fd(t){let e=Vd(t);e&&e==t.root.activeElement&&e.select()}const Hd=t=>{let e=t.state.field(Td,!1);if(e&&e.panel){let i=Vd(t);if(i&&i!=t.root.activeElement){let n=Wd(t.state,e.query.spec);n.valid&&t.dispatch({effects:Ad.of(n)}),i.focus(),i.select()}}else t.dispatch({effects:[Md.of(!0),e?Ad.of(Wd(t.state,e.query.spec)):Ye.appendConfig.of(Zd)]});return!0},qd=t=>{let e=t.state.field(Td,!1);if(!e||!e.panel)return!1;let i=Gl(t,$d);return i&&i.dom.contains(t.root.activeElement)&&t.focus(),t.dispatch({effects:Md.of(!1)}),!0},Xd=[{key:"Mod-f",run:Hd,scope:"editor search-panel"},{key:"F3",run:Nd,shift:Ld,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:Nd,shift:Ld,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:qd,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:s}=i.main,o=[],r=0;for(let e=new Zu(t.doc,t.sliceDoc(n,s));!e.next().done;){if(o.length>1e3)return!1;e.value.from==n&&(r=o.length),o.push(xe.range(e.value.from,e.value.to))}return e(t.update({selection:xe.create(o,r),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:t=>{let e=Gl(t,rd);if(!e){let i=[ld.of(!0)];null==t.state.field(ad,!1)&&i.push(Ye.appendConfig.of([ad,hd])),t.dispatch({effects:i}),e=Gl(t,rd)}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=xe.create(i.ranges.map((e=>t.wordAt(e.head)||xe.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 s=function(t,e){let{main:i,ranges:n}=t.selection,s=t.wordAt(i.head),o=s&&s.from==i.from&&s.to==i.to;for(let i=!1,s=new Zu(t.doc,e,n[n.length-1].to);;){if(s.next(),!s.done){if(i&&n.some((t=>t.from==s.value.from)))continue;if(o){let e=t.wordAt(s.value.from);if(!e||e.from!=s.value.from||e.to!=s.value.to)continue}return s.value}if(i)return null;s=new Zu(t.doc,e,0,Math.max(0,n[n.length-1].from-1)),i=!0}}(t,n);return!!s&&(e(t.update({selection:t.selection.addRange(xe.range(s.from,s.to),!1),effects:zr.scrollIntoView(s.to)})),!0)},preventDefault:!0}];class _d{constructor(t){this.view=t;let e=this.query=t.state.field(Td).query.spec;function i(t,e,i){return Ku("button",{class:"cm-button",name:t,onclick:e,type:"button"},i)}this.commit=this.commit.bind(this),this.searchField=Ku("input",{value:e.search,placeholder:jd(t,"Find"),"aria-label":jd(t,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Ku("input",{value:e.replace,placeholder:jd(t,"Replace"),"aria-label":jd(t,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Ku("input",{type:"checkbox",name:"case",form:"",checked:e.caseSensitive,onchange:this.commit}),this.reField=Ku("input",{type:"checkbox",name:"re",form:"",checked:e.regexp,onchange:this.commit}),this.wordField=Ku("input",{type:"checkbox",name:"word",form:"",checked:e.wholeWord,onchange:this.commit}),this.dom=Ku("div",{onkeydown:t=>this.keydown(t),class:"cm-search"},[this.searchField,i("next",(()=>Nd(t)),[jd(t,"next")]),i("prev",(()=>Ld(t)),[jd(t,"previous")]),i("select",(()=>Id(t)),[jd(t,"all")]),Ku("label",null,[this.caseField,jd(t,"match case")]),Ku("label",null,[this.reField,jd(t,"regexp")]),Ku("label",null,[this.wordField,jd(t,"by word")]),...t.state.readOnly?[]:[Ku("br"),this.replaceField,i("replace",(()=>Qd(t)),[jd(t,"replace")]),i("replaceAll",(()=>zd(t)),[jd(t,"replace all")])],Ku("button",{name:"close",onclick:()=>qd(t),"aria-label":jd(t,"close"),type:"button"},["×"])])}commit(){let t=new bd({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:Ad.of(t)}))}keydown(t){var e,i;i=t,Zr(Ur((e=this.view).state),i,e,"search-panel")?t.preventDefault():13==t.keyCode&&t.target==this.searchField?(t.preventDefault(),(t.shiftKey?Ld:Nd)(this.view)):13==t.keyCode&&t.target==this.replaceField&&(t.preventDefault(),Qd(this.view))}update(t){for(let e of t.transactions)for(let t of e.effects)t.is(Ad)&&!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(vd).top}}function jd(t,e){return t.state.phrase(e)}const Ud=30,Kd=/[\s\.,:;?!]/;function Yd(t,{from:e,to:i}){let n=t.state.doc.lineAt(e),s=t.state.doc.lineAt(i).to,o=Math.max(n.from,e-Ud),r=Math.min(s,i+Ud),l=t.state.sliceDoc(o,r);if(o!=n.from)for(let t=0;t<Ud;t++)if(!Kd.test(l[t+1])&&Kd.test(l[t])){l=l.slice(t);break}if(r!=s)for(let t=l.length-1;t>l.length-Ud;t--)if(!Kd.test(l[t-1])&&Kd.test(l[t])){l=l.slice(0,t);break}return zr.announce.of(`${t.state.phrase("current match")}. ${l} ${t.state.phrase("on line")} ${n.number}.`)}const Gd=zr.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"}}),Zd=[Td,Be.low(Ed),Gd];class Jd{constructor(t,e,i,n){this.state=t,this.pos=e,this.explicit=i,this.view=n,this.abortListeners=[],this.abortOnDocChange=!1}tokenBefore(t){let e=Ra(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),s=n.search(sf(t,!1));return s<0?null:{from:i+s,to:this.pos,text:n.slice(s)}}get aborted(){return null==this.abortListeners}addEventListener(t,e,i){"abort"==t&&this.abortListeners&&(this.abortListeners.push(e),i&&i.onDocChange&&(this.abortOnDocChange=!0))}}function tf(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,"\\$&")}]`}class ef{constructor(t,e,i,n){this.completion=t,this.source=e,this.match=i,this.score=n}}function nf(t){return t.selection.main.from}function sf(t,e){var i;let{source:n}=t,s=e&&"^"!=n[0],o="$"!=n[n.length-1];return s||o?new RegExp(`${s?"^":""}(?:${n})${o?"$":""}`,null!==(i=t.flags)&&void 0!==i?i:t.ignoreCase?"i":""):t}const of=je.define(),rf=new WeakMap;function lf(t){if(!Array.isArray(t))return t;let e=rf.get(t);return e||rf.set(t,e=function(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=tf(e)+tf(i)+"*$";return[new RegExp("^"+n),new RegExp(n)]}(e);return t=>{let s=t.matchBefore(n);return s||t.explicit?{from:s?s.from:t.pos,options:e,validFor:i}:null}}(t)),e}const af=Ye.define(),hf=Ye.define();class cf{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=le(t,e),n=he(i);this.chars.push(i);let s=t.slice(e,e+n),o=s.toUpperCase();this.folded.push(le(o==s?s.toLowerCase():o,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:s,byWord:o}=this;if(1==e.length){let n=le(t,0),s=he(n),o=s==t.length?0:-100;if(n==e[0]);else{if(n!=i[0])return null;o+=-200}return this.ret(o,[0,s])}let r=t.indexOf(this.pattern);if(0==r)return this.ret(t.length==this.pattern.length?0:-100,[0,this.pattern.length]);let l=e.length,a=0;if(r<0){for(let s=0,o=Math.min(t.length,200);s<o&&a<l;){let o=le(t,s);o!=e[a]&&o!=i[a]||(n[a++]=s),s+=he(o)}if(a<l)return null}let h=0,c=0,u=!1,d=0,f=-1,p=-1,m=/[a-z]/.test(t),g=!0;for(let n=0,a=Math.min(t.length,200),v=0;n<a&&c<l;){let a=le(t,n);r<0&&(h<l&&a==e[h]&&(s[h++]=n),d<l&&(a==e[d]||a==i[d]?(0==d&&(f=n),p=n+1,d++):d=0));let b,w=a<255?a>=48&&a<=57||a>=97&&a<=122?2:a>=65&&a<=90?1:0:(b=ae(a))!=b.toLowerCase()?1:b!=b.toUpperCase()?2:0;(!n||1==w&&m||0==v&&0!=w)&&(e[c]==a||i[c]==a&&(u=!0)?o[c++]=n:o.length&&(g=!1)),v=w,n+=he(a)}return c==l&&0==o[0]&&g?this.result((u?-200:0)-100,o,t):d==l&&0==f?this.ret(-200-t.length+(p==t.length?0:-100),[0,p]):r>-1?this.ret(-700-t.length,[r,r+this.pattern.length]):d==l?this.ret(-900-t.length,[f,p]):c==l?this.result((u?-200:0)-100-700+(g?0:-1100),o,t):2==e.length?null:this.result((n[0]?-700:0)-200-1100,n,t)}result(t,e,i){let n=[],s=0;for(let t of e){let e=t+(this.astral?he(le(i,t)):1);s&&n[s-1]==t?n[s-1]=e:(n[s++]=t,n[s++]=e)}return this.ret(t-i.length,n)}}class uf{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 df=Se.define({combine:t=>ai(t,{activateOnTyping:!0,activateOnCompletion:()=>!1,activateOnTypingDelay:100,selectOnOpen:!0,override:null,closeOnBlur:!0,maxRenderedOptions:100,defaultKeymap:!0,tooltipClass:()=>"",optionClass:()=>"",aboveCursor:!1,icons:!0,addToOptions:[],positionInfo:pf,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=>ff(t(i),e(i)),optionClass:(t,e)=>i=>ff(t(i),e(i)),addToOptions:(t,e)=>t.concat(e),filterStrict:(t,e)=>t||e})});function ff(t,e){return t?e?t+" "+e:t:e}function pf(t,e,i,n,s,o){let r,l,a=t.textDirection==ts.RTL,h=a,c=!1,u="top",d=e.left-s.left,f=s.right-e.right,p=n.right-n.left,m=n.bottom-n.top;if(h&&d<Math.min(p,f)?h=!1:!h&&f<Math.min(p,d)&&(h=!0),p<=(h?d:f))r=Math.max(s.top,Math.min(i.top,s.bottom-m))-e.top,l=Math.min(400,h?d:f);else{c=!0,l=Math.min(400,(a?e.right:s.right-e.left)-30);let t=s.bottom-e.bottom;t>=m||t>e.top?r=i.bottom-e.top:(u="bottom",r=e.bottom-i.top)}return{style:`${u}: ${r/((e.bottom-e.top)/o.offsetHeight)}px; max-width: ${l/((e.right-e.left)/o.offsetWidth)}px`,class:"cm-completionInfo-"+(c?a?"left-narrow":"right-narrow":h?"left":"right")}}function mf(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 gf{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:s,selected:o}=n.open,r=t.state.facet(df);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 s=document.createElement("span");s.className="cm-completionLabel";let o=t.displayLabel||t.label,r=0;for(let t=0;t<n.length;){let e=n[t++],i=n[t++];e>r&&s.appendChild(document.createTextNode(o.slice(r,e)));let l=s.appendChild(document.createElement("span"));l.appendChild(document.createTextNode(o.slice(e,i))),l.className="cm-completionMatchedText",r=i}return r<o.length&&s.appendChild(document.createTextNode(o.slice(r))),s},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))}(r),this.optionClass=r.optionClass,this.tooltipClass=r.tooltipClass,this.range=mf(s.length,o,r.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,s=i.target;s&&s!=this.dom;s=s.parentNode)if("LI"==s.nodeName&&(e=/-(\d+)$/.exec(s.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(df).closeOnBlur&&e.relatedTarget!=t.contentDOM&&t.dispatch({effects:hf.of(null)})})),this.showOptions(s,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:s,selected:o,disabled:r}=i.open;n.open&&n.open.options==s||(this.range=mf(s.length,o,t.state.facet(df).maxRenderedOptions),this.showOptions(s,i.id)),this.updateSel(),r!=(null===(e=n.open)||void 0===e?void 0:e.disabled)&&this.dom.classList.toggle("cm-tooltip-autocomplete-disabled",!!r)}}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=mf(e.options.length,e.selected,this.view.state.facet(df).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 s="string"==typeof n?document.createTextNode(n):n(i);if(!s)return;"then"in s?s.then((e=>{e&&this.view.state.field(this.stateField,!1)==t&&this.addInfoPane(e,i)})).catch((t=>Ns(this.view.state,t,"completion info"))):this.addInfoPane(s,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(),s=i.height/t.offsetHeight;n.top<i.top?t.scrollTop-=(i.top-n.top)/s:n.bottom>i.bottom&&(t.scrollTop+=(n.bottom-i.bottom)/s)}(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(),s=this.space;if(!s){let t=this.dom.ownerDocument.defaultView||window;s={left:0,top:0,right:t.innerWidth,bottom:t.innerHeight}}return n.top>Math.min(s.bottom,e.bottom)-10||n.bottom<Math.max(s.top,e.top)+10?null:this.view.state.facet(df).positionInfo(this.view,e,n,i,s,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 s=null;for(let o=i.from;o<i.to;o++){let{completion:r,match:l}=t[o],{section:a}=r;if(a){let t="string"==typeof a?a:a.name;t!=s&&(o>i.from||0==i.from)&&(s=t,"string"!=typeof a&&a.header?n.appendChild(a.header(a)):n.appendChild(document.createElement("completion-section")).textContent=t)}const h=n.appendChild(document.createElement("li"));h.id=e+"-"+o,h.setAttribute("role","option");let c=this.optionClass(r);c&&(h.className=c);for(let t of this.optionContent){let e=t(r,this.view.state,this.view,l);e&&h.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 vf(t,e){return i=>new gf(i,t,e)}function bf(t){return 100*(t.boost||0)+(t.apply?10:0)+(t.info?5:0)+(t.type?1:0)}class wf{constructor(t,e,i,n,s,o){this.options=t,this.attrs=e,this.tooltip=i,this.timestamp=n,this.selected=s,this.disabled=o}setSelected(t,e){return t==this.selected||t>=this.options.length?this:new wf(this.options,Of(e,t),this.tooltip,this.timestamp,t,this.disabled)}static build(t,e,i,n,s){let o=function(t,e){let i=[],n=null,s=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)}},o=e.facet(df);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)s(new ef(e,n.source,t?t(e):[],1e9-i.length));else{let i,r=e.sliceDoc(n.from,n.to),l=o.filterStrict?new uf(r):new cf(r);for(let e of n.result.options)if(i=l.match(e.label)){let o=e.displayLabel?t?t(e,i.matched):[]:i.matched;s(new ef(e,n.source,o,i.score+(e.boost||0)))}}}if(n){let t=Object.create(null),e=0,s=(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(s))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 r=[],l=null,a=o.compareCompletions;for(let t of i.sort(((t,e)=>e.score-t.score||a(t.completion,e.completion)))){let e=t.completion;!l||l.label!=e.label||l.detail!=e.detail||null!=l.type&&null!=e.type&&l.type!=e.type||l.apply!=e.apply||l.boost!=e.boost?r.push(t):bf(t.completion)>bf(l)&&(r[r.length-1]=t),l=t.completion}return r}(t,e);if(!o.length)return n&&t.some((t=>1==t.state))?new wf(n.options,n.attrs,n.tooltip,n.timestamp,n.selected,!0):null;let r=e.facet(df).selectOnOpen?0:-1;if(n&&n.selected!=r&&-1!=n.selected){let t=n.options[n.selected].completion;for(let e=0;e<o.length;e++)if(o[e].completion==t){r=e;break}}return new wf(o,Of(i,r),{pos:t.reduce(((t,e)=>e.hasResult()?Math.min(t,e.from):t),1e8),create:Ef,above:s.aboveCursor},n?n.timestamp:Date.now(),r,!1)}map(t){return new wf(this.options,this.attrs,Object.assign(Object.assign({},this.tooltip),{pos:t.mapPos(this.tooltip.pos)}),this.timestamp,this.selected,this.disabled)}}class yf{constructor(t,e,i){this.active=t,this.id=e,this.open=i}static start(){return new yf(Sf,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(t){let{state:e}=t,i=e.facet(df),n=(i.override||e.languageDataAt("autocomplete",nf(e)).map(lf)).map((e=>(this.active.find((t=>t.source==e))||new Af(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 s=this.open;s&&t.docChanged&&(s=s.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 s=i==t.length,o=n==e.length;if(s||o)return s==o;if(t[i++].result!=e[n++].result)return!1}}(n,this.active)?s=wf.build(n,e,this.id,s,i):s&&s.disabled&&!n.some((t=>1==t.state))&&(s=null),!s&&n.every((t=>1!=t.state))&&n.some((t=>t.hasResult()))&&(n=n.map((t=>t.hasResult()?new Af(t.source,0):t)));for(let e of t.effects)e.is(Df)&&(s=s&&s.setSelected(e.value,this.id));return n==this.active&&s==this.open?this:new yf(n,this.id,s)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?xf:kf}}const xf={"aria-autocomplete":"list"},kf={};function Of(t,e){let i={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":t};return e>-1&&(i["aria-activedescendant"]=t+"-"+e),i}const Sf=[];function Cf(t,e){if(t.isUserEvent("input.complete")){let i=t.annotation(of);if(i&&e.activateOnCompletion(i))return 12}let i=t.isUserEvent("input.type");return i&&e.activateOnTyping?5:i?1:t.isUserEvent("delete.backward")?2:t.selection?8:t.docChanged?16:0}class Af{constructor(t,e,i=-1){this.source=t,this.state=e,this.explicitPos=i}hasResult(){return!1}update(t,e){let i=Cf(t,e),n=this;(8&i||16&i&&this.touches(t))&&(n=new Af(n.source,0)),4&i&&0==n.state&&(n=new Af(this.source,1)),n=n.updateFor(t,i);for(let e of t.effects)if(e.is(af))n=new Af(n.source,1,e.value?nf(t.state):-1);else if(e.is(hf))n=new Af(n.source,0);else if(e.is(Tf))for(let t of e.value)t.source==n.source&&(n=t);return n}updateFor(t,e){return this.map(t.changes)}map(t){return t.empty||this.explicitPos<0?this:new Af(this.source,this.state,t.mapPos(this.explicitPos))}touches(t){return t.changes.touchesRange(nf(t.state))}}class Mf extends Af{constructor(t,e,i,n,s){super(t,2,e),this.result=i,this.from=n,this.to=s}hasResult(){return!0}updateFor(t,e){var i;if(!(3&e))return this.map(t.changes);let n=this.result;n.map&&!t.changes.empty&&(n=n.map(n,t.changes));let s=t.changes.mapPos(this.from),o=t.changes.mapPos(this.to,1),r=nf(t.state);if((this.explicitPos<0?r<=s:r<this.from)||r>o||!n||2&e&&nf(t.startState)==this.from)return new Af(this.source,4&e?1:0);let l=this.explicitPos<0?-1:t.changes.mapPos(this.explicitPos);return function(t,e,i,n){if(!t)return!1;let s=e.sliceDoc(i,n);return"function"==typeof t?t(s,i,n,e):sf(t,!0).test(s)}(n.validFor,t.state,s,o)?new Mf(this.source,l,n,s,o):n.update&&(n=n.update(n,s,o,new Jd(t.state,r,l>=0)))?new Mf(this.source,l,n,n.from,null!==(i=n.to)&&void 0!==i?i:nf(t.state)):new Af(this.source,1,l)}map(t){return t.empty?this:(this.result.map?this.result.map(this.result,t):this.result)?new Mf(this.source,this.explicitPos<0?-1:t.mapPos(this.explicitPos),this.result,t.mapPos(this.from),t.mapPos(this.to,1)):new Af(this.source,0)}touches(t){return t.changes.touchesRange(this.from,this.to)}}const Tf=Ye.define({map:(t,e)=>t.map((t=>t.map(e)))}),Df=Ye.define(),Pf=Re.define({create:()=>yf.start(),update:(t,e)=>t.update(e),provide:t=>[Vl.from(t,(t=>t.tooltip)),zr.contentAttributes.from(t,(t=>t.attrs))]});function Rf(t,e){const i=e.completion.apply||e.completion.label;let n=t.state.field(Pf).active.find((t=>t.source==e.source));return n instanceof Mf&&("string"==typeof i?t.dispatch(Object.assign(Object.assign({},function(t,e,i,n){let{main:s}=t.selection,o=i-s.from,r=n-s.from;return Object.assign(Object.assign({},t.changeByRange((l=>{if(l!=s&&i!=n&&t.sliceDoc(l.from+o,l.from+r)!=t.sliceDoc(i,n))return{range:l};let a=t.toText(e);return{changes:{from:l.from+o,to:n==s.from?l.to:l.from+r,insert:a},range:xe.cursor(l.from+o+a.length)}}))),{scrollIntoView:!0,userEvent:"input.complete"})}(t.state,i,n.from,n.to)),{annotations:of.of(e.completion)})):i(t,e.completion,n.from,n.to),!0)}const Ef=vf(Pf,Rf);function Bf(t,e="option"){return i=>{let n=i.state.field(Pf,!1);if(!n||!n.open||n.open.disabled||Date.now()-n.open.timestamp<i.state.facet(df).interactionDelay)return!1;let s,o=1;"page"==e&&(s=Ul(i,n.open.tooltip))&&(o=Math.max(2,Math.floor(s.dom.offsetHeight/s.dom.querySelector("li").offsetHeight)-1));let{length:r}=n.open.options,l=n.open.selected>-1?n.open.selected+o*(t?1:-1):t?0:r-1;return l<0?l="page"==e?0:r-1:l>=r&&(l="page"==e?r-1:0),i.dispatch({effects:Df.of(l)}),!0}}const Nf=t=>!!t.state.field(Pf,!1)&&(t.dispatch({effects:af.of(!0)}),!0);class Lf{constructor(t,e){this.active=t,this.context=e,this.time=Date.now(),this.updates=[],this.done=void 0}}const If=zs.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(Pf).active)1==e.state&&this.startQuery(e)}update(t){let e=t.state.field(Pf),i=t.state.facet(df);if(!t.selectionSet&&!t.docChanged&&t.startState.field(Pf)==e)return;let n=t.transactions.some((t=>{let e=Cf(t,i);return 8&e||(t.selection||t.docChanged)&&!(3&e)}));for(let e=0;e<this.running.length;e++){let i=this.running[e];if(n||i.context.abortOnDocChange&&t.docChanged||i.updates.length+t.transactions.length>50&&Date.now()-i.time>1e3){for(let t of i.context.abortListeners)try{t()}catch(t){Ns(this.view.state,t)}i.context.abortListeners=null,this.running.splice(e--,1)}else i.updates.push(...t.transactions)}this.debounceUpdate>-1&&clearTimeout(this.debounceUpdate),t.transactions.some((t=>t.effects.some((t=>t.is(af)))))&&(this.pendingStart=!0);let s=this.pendingStart?50:i.activateOnTypingDelay;if(this.debounceUpdate=e.active.some((t=>1==t.state&&!this.running.some((e=>e.active.source==t.source))))?setTimeout((()=>this.startUpdate()),s):-1,0!=this.composing)for(let e of t.transactions)e.isUserEvent("input.type")?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(Pf);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=nf(e),n=new Jd(e,i,t.explicitPos==i,this.view),s=new Lf(t,n);this.running.push(s),Promise.resolve(t.source(n)).then((t=>{s.context.aborted||(s.done=t||null,this.scheduleAccept())}),(t=>{this.view.dispatch({effects:hf.of(null)}),Ns(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(df).updateSyncTime))}accept(){var t;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let e=[],i=this.view.state.facet(df);for(let n=0;n<this.running.length;n++){let s=this.running[n];if(void 0===s.done)continue;if(this.running.splice(n--,1),s.done){let n=new Mf(s.active.source,s.active.explicitPos,s.done,s.done.from,null!==(t=s.done.to)&&void 0!==t?t:nf(s.updates.length?s.updates[0].startState:this.view.state));for(let t of s.updates)n=n.update(t,i);if(n.hasResult()){e.push(n);continue}}let o=this.view.state.field(Pf).active.find((t=>t.source==s.active.source));if(o&&1==o.state)if(null==s.done){let t=new Af(s.active.source,0);for(let e of s.updates)t=t.update(e,i);1!=t.state&&e.push(t)}else this.startQuery(o)}e.length&&this.view.dispatch({effects:Tf.of(e)})}},{eventHandlers:{blur(t){let e=this.view.state.field(Pf,!1);if(e&&e.tooltip&&this.view.state.facet(df).closeOnBlur){let i=e.open&&Ul(this.view,e.open.tooltip);i&&i.dom.contains(t.relatedTarget)||setTimeout((()=>this.view.dispatch({effects:hf.of(null)})),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout((()=>this.view.dispatch({effects:af.of(!1)})),20),this.composing=0}}}),Qf="object"==typeof navigator&&/Win/.test(navigator.platform),zf=Be.highest(zr.domEventHandlers({keydown(t,e){let i=e.state.field(Pf,!1);if(!i||!i.open||i.open.disabled||i.open.selected<0||t.key.length>1||t.ctrlKey&&(!Qf||!t.altKey)||t.metaKey)return!1;let n=i.open.options[i.open.selected],s=i.active.find((t=>t.source==n.source)),o=n.completion.commitCharacters||s.result.commitCharacters;return o&&o.indexOf(t.key)>-1&&Rf(e,n),!1}})),$f=zr.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",whiteSpace:"pre-line"},".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"}}}),Wf={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},Vf=Ye.define({map(t,e){let i=e.mapPos(t,-1,ue.TrackAfter);return null==i?void 0:i}}),Ff=new class extends hi{};Ff.startSide=1,Ff.endSide=-1;const Hf=Re.define({create:()=>fi.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(Vf)&&(t=t.update({add:[Ff.range(i.value,i.value+1)]}));return t}}),qf="()[]{}<>";function Xf(t){for(let e=0;e<8;e+=2)if(qf.charCodeAt(e)==t)return qf.charAt(e+1);return ae(t<128?t:t+1)}function _f(t,e){return t.languageDataAt("closeBrackets",e)[0]||Wf}const jf="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),Uf=zr.inputHandler.of(((t,e,i,n)=>{if((jf?t.composing:t.compositionStarted)||t.state.readOnly)return!1;let s=t.state.selection.main;if(n.length>2||2==n.length&&1==he(le(n,0))||e!=s.from||i!=s.to)return!1;let o=function(t,e){let i=_f(t,t.selection.main.head),n=i.brackets||Wf.brackets;for(let s of n){let o=Xf(le(s,0));if(e==s)return o==s?tp(t,s,n.indexOf(s+s+s)>-1,i):Zf(t,s,o,i.before||Wf.before);if(e==o&&Yf(t,t.selection.main.from))return Jf(t,0,o)}return null}(t.state,n);return!!o&&(t.dispatch(o),!0)})),Kf=[{key:"Backspace",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=_f(t,t.selection.main.head).brackets||Wf.brackets,n=null,s=t.changeByRange((e=>{if(e.empty){let n=function(t,e){let i=t.sliceString(e-2,e);return he(le(i,0))==i.length?i:i.slice(1)}(t.doc,e.head);for(let s of i)if(s==n&&Gf(t.doc,e.head)==Xf(le(s,0)))return{changes:{from:e.head-s.length,to:e.head+s.length},range:xe.cursor(e.head-s.length)}}return{range:n=e}}));return n||e(t.update(s,{scrollIntoView:!0,userEvent:"delete.backward"})),!n}}];function Yf(t,e){let i=!1;return t.field(Hf).between(0,t.doc.length,(t=>{t==e&&(i=!0)})),i}function Gf(t,e){let i=t.sliceString(e,e+2);return i.slice(0,he(le(i,0)))}function Zf(t,e,i,n){let s=null,o=t.changeByRange((o=>{if(!o.empty)return{changes:[{insert:e,from:o.from},{insert:i,from:o.to}],effects:Vf.of(o.to+e.length),range:xe.range(o.anchor+e.length,o.head+e.length)};let r=Gf(t.doc,o.head);return!r||/\s/.test(r)||n.indexOf(r)>-1?{changes:{insert:e+i,from:o.head},effects:Vf.of(o.head+e.length),range:xe.cursor(o.head+e.length)}:{range:s=o}}));return s?null:t.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function Jf(t,e,i){let n=null,s=t.changeByRange((e=>e.empty&&Gf(t.doc,e.head)==i?{changes:{from:e.head,to:e.head+i.length,insert:i},range:xe.cursor(e.head+i.length)}:n={range:e}));return n?null:t.update(s,{scrollIntoView:!0,userEvent:"input.type"})}function tp(t,e,i,n){let s=n.stringPrefixes||Wf.stringPrefixes,o=null,r=t.changeByRange((n=>{if(!n.empty)return{changes:[{insert:e,from:n.from},{insert:e,from:n.to}],effects:Vf.of(n.to+e.length),range:xe.range(n.anchor+e.length,n.head+e.length)};let r,l=n.head,a=Gf(t.doc,l);if(a==e){if(ep(t,l))return{changes:{insert:e+e,from:l},effects:Vf.of(l+e.length),range:xe.cursor(l+e.length)};if(Yf(t,l)){let n=i&&t.sliceDoc(l,l+3*e.length)==e+e+e?e+e+e:e;return{changes:{from:l,to:l+n.length,insert:n},range:xe.cursor(l+n.length)}}}else{if(i&&t.sliceDoc(l-2*e.length,l)==e+e&&(r=ip(t,l-2*e.length,s))>-1&&ep(t,r))return{changes:{insert:e+e+e+e,from:l},effects:Vf.of(l+e.length),range:xe.cursor(l+e.length)};if(t.charCategorizer(l)(a)!=si.Word&&ip(t,l,s)>-1&&!function(t,e,i,n){let s=Ra(t).resolveInner(e,-1),o=n.reduce(((t,e)=>Math.max(t,e.length)),0);for(let r=0;r<5;r++){let r=t.sliceDoc(s.from,Math.min(s.to,s.from+i.length+o)),l=r.indexOf(i);if(!l||l>-1&&n.indexOf(r.slice(0,l))>-1){let e=s.firstChild;for(;e&&e.from==s.from&&e.to-e.from>i.length+l;){if(t.sliceDoc(e.to-i.length,e.to)==i)return!1;e=e.firstChild}return!0}let a=s.to==e&&s.parent;if(!a)break;s=a}return!1}(t,l,e,s))return{changes:{insert:e+e,from:l},effects:Vf.of(l+e.length),range:xe.cursor(l+e.length)}}return{range:o=n}}));return o?null:t.update(r,{scrollIntoView:!0,userEvent:"input.type"})}function ep(t,e){let i=Ra(t).resolveInner(e+1);return i.parent&&i.from==e}function ip(t,e,i){let n=t.charCategorizer(e);if(n(t.sliceDoc(e-1,e))!=si.Word)return e;for(let s of i){let i=e-s.length;if(t.sliceDoc(i,e)==s&&n(t.sliceDoc(i-1,i))!=si.Word)return i}return-1}const np=[{key:"Ctrl-Space",run:Nf},{mac:"Alt-`",run:Nf},{key:"Escape",run:t=>{let e=t.state.field(Pf,!1);return!(!e||!e.active.some((t=>0!=t.state))||(t.dispatch({effects:hf.of(null)}),0))}},{key:"ArrowDown",run:Bf(!0)},{key:"ArrowUp",run:Bf(!1)},{key:"PageDown",run:Bf(!0,"page")},{key:"PageUp",run:Bf(!1,"page")},{key:"Enter",run:t=>{let e=t.state.field(Pf,!1);return!(t.state.readOnly||!e||!e.open||e.open.selected<0||e.open.disabled||Date.now()-e.open.timestamp<t.state.facet(df).interactionDelay)&&Rf(t,e.open.options[e.open.selected])}}],sp=Be.highest(_r.computeN([df],(t=>t.facet(df).defaultKeymap?[np]:[])));class op{constructor(t,e,i){this.from=t,this.to=e,this.diagnostic=i}}class rp{constructor(t,e,i){this.diagnostics=t,this.panel=e,this.selected=i}static init(t,e,i){let n=t,s=i.facet(vp).markerFilter;s&&(n=s(n,i));let o=Vn.set(n.map((t=>t.from==t.to||t.from==t.to-1&&i.doc.lineAt(t.from).to==t.from?Vn.widget({widget:new xp(t),diagnostic:t}).range(t.from):Vn.mark({attributes:{class:"cm-lintRange cm-lintRange-"+t.severity+(t.markClass?" "+t.markClass:"")},diagnostic:t}).range(t.from,t.to))),!0);return new rp(o,e,lp(o))}}function lp(t,e=null,i=0){let n=null;return t.between(i,1e9,((t,i,{spec:s})=>{if(!e||s.diagnostic==e)return n=new op(t,i,s.diagnostic),!1})),n}const ap=Ye.define(),hp=Ye.define(),cp=Ye.define(),up=Re.define({create:()=>new rp(Vn.none,null,null),update(t,e){if(e.docChanged&&t.diagnostics.size){let i=t.diagnostics.map(e.changes),n=null,s=t.panel;if(t.selected){let s=e.changes.mapPos(t.selected.from,1);n=lp(i,t.selected.diagnostic,s)||lp(i,null,s)}!i.size&&s&&e.state.facet(vp).autoPanel&&(s=null),t=new rp(i,s,n)}for(let i of e.effects)if(i.is(ap)){let n=e.state.facet(vp).autoPanel?i.value.length?Op.open:null:t.panel;t=rp.init(i.value,n,e.state)}else i.is(hp)?t=new rp(t.diagnostics,i.value?Op.open:null,t.selected):i.is(cp)&&(t=new rp(t.diagnostics,t.panel,i.value));return t},provide:t=>[ea.from(t,(t=>t.panel)),zr.decorations.from(t,(t=>t.diagnostics))]}),dp=Vn.mark({class:"cm-lintRange cm-lintRange-active"});function fp(t,e,i){let{diagnostics:n}=t.state.field(up),s=[],o=2e8,r=0;n.between(e-(i<0?1:0),e+(i>0?1:0),((t,n,{spec:l})=>{e>=t&&e<=n&&(t==n||(e>t||i>0)&&(e<n||i<0))&&(s.push(l.diagnostic),o=Math.min(t,o),r=Math.max(n,r))}));let l=t.state.facet(vp).tooltipFilter;return l&&(s=l(s,t.state)),s.length?{pos:o,end:r,above:t.state.doc.lineAt(o).to<r,create:()=>({dom:pp(t,s)})}:null}function pp(t,e){return Ku("ul",{class:"cm-tooltip-lint"},e.map((e=>yp(t,e,!1))))}const mp=t=>{let e=t.state.field(up,!1);return!(!e||!e.panel||(t.dispatch({effects:hp.of(!1)}),0))},gp=[{key:"Mod-Shift-m",run:t=>{let e=t.state.field(up,!1);var i,n;e&&e.panel||t.dispatch({effects:(i=t.state,n=[hp.of(!0)],i.field(up,!1)?n:n.concat(Ye.appendConfig.of(Ap)))});let s=Gl(t,Op.open);return s&&s.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:t=>{let e=t.state.field(up,!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))}}],vp=Se.define({combine:t=>Object.assign({sources:t.map((t=>t.source)).filter((t=>null!=t))},ai(t.map((t=>t.config)),{delay:750,markerFilter:null,tooltipFilter:null,needsRefresh:null,hideOn:()=>null},{needsRefresh:(t,e)=>t?e?i=>t(i)||e(i):t:e}))});function bp(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 yp(t,e,i){var n;let s=i?bp(e.actions):[];return Ku("li",{class:"cm-diagnostic cm-diagnostic-"+e.severity},Ku("span",{class:"cm-diagnosticText"},e.renderMessage?e.renderMessage(t):e.message),null===(n=e.actions)||void 0===n?void 0:n.map(((i,n)=>{let o=!1,r=n=>{if(n.preventDefault(),o)return;o=!0;let s=lp(t.state.field(up).diagnostics,e);s&&i.apply(t,s.from,s.to)},{name:l}=i,a=s[n]?l.indexOf(s[n]):-1,h=a<0?l:[l.slice(0,a),Ku("u",l.slice(a,a+1)),l.slice(a+1)];return Ku("button",{type:"button",class:"cm-diagnosticAction",onclick:r,onmousedown:r,"aria-label":` Action: ${l}${a<0?"":` (access key "${s[n]})"`}.`},h)})),e.source&&Ku("div",{class:"cm-diagnosticSource"},e.source))}class xp extends $n{constructor(t){super(),this.diagnostic=t}eq(t){return t.diagnostic==this.diagnostic}toDOM(){return Ku("span",{class:"cm-lintPoint cm-lintPoint-"+this.diagnostic.severity})}}class kp{constructor(t,e){this.diagnostic=e,this.id="item_"+Math.floor(4294967295*Math.random()).toString(16),this.dom=yp(t,e,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class Op{constructor(t){this.view=t,this.items=[],this.list=Ku("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:e=>{if(27==e.keyCode)mp(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=bp(i.actions);for(let s=0;s<n.length;s++)if(n[s].toUpperCase().charCodeAt(0)==e.keyCode){let e=lp(this.view.state.field(up).diagnostics,i);e&&i.actions[s].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=Ku("div",{class:"cm-panel-lint"},this.list,Ku("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>mp(this.view)},"×")),this.update()}get selectedIndex(){let t=this.view.state.field(up).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(up),i=0,n=!1,s=null;for(t.between(0,this.view.state.doc.length,((t,o,{spec:r})=>{let l,a=-1;for(let t=i;t<this.items.length;t++)if(this.items[t].diagnostic==r.diagnostic){a=t;break}a<0?(l=new kp(this.view,r.diagnostic),this.items.splice(i,0,l),n=!0):(l=this.items[a],a>i&&(this.items.splice(i,a-i),n=!0)),e&&l.diagnostic==e.diagnostic?l.dom.hasAttribute("aria-selected")||(l.dom.setAttribute("aria-selected","true"),s=l):l.dom.hasAttribute("aria-selected")&&l.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 kp(this.view,{from:-1,to:-1,severity:"info",message:this.view.state.phrase("No diagnostics")})),n=!0),s?(this.list.setAttribute("aria-activedescendant",s.id),this.view.requestMeasure({key:this,read:()=>({sel:s.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=lp(this.view.state.field(up).diagnostics,this.items[t].diagnostic);e&&this.view.dispatch({selection:{anchor:e.from,head:e.to},scrollIntoView:!0,effects:cp.of(e)})}static open(t){return new Op(t)}}function Sp(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 Cp=zr.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:Sp("#d11")},".cm-lintRange-warning":{backgroundImage:Sp("orange")},".cm-lintRange-info":{backgroundImage:Sp("#999")},".cm-lintRange-hint":{backgroundImage:Sp("#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}}}),Ap=[up,zr.decorations.compute([up],(t=>{let{selected:e,panel:i}=t.field(up);return e&&i&&e.from!=e.to?Vn.set([dp.range(e.from,e.to)]):Vn.none})),jl(fp,{hideOn:function(t,e){let i=e.pos,n=e.end||i,s=t.state.facet(vp).hideOn(t,i,n);if(null!=s)return s;let o=t.startState.doc.lineAt(e.pos);return!(!t.effects.some((t=>t.is(ap)))&&!t.changes.touchesRange(o.from,Math.max(o.to,n)))}}),Cp];var Mp=function(t){void 0===t&&(t={});var{crosshairCursor:e=!1}=t,i=[];!1!==t.closeBracketsKeymap&&(i=i.concat(Kf)),!1!==t.defaultKeymap&&(i=i.concat(ju)),!1!==t.searchKeymap&&(i=i.concat(Xd)),!1!==t.historyKeymap&&(i=i.concat(Gc)),!1!==t.foldKeymap&&(i=i.concat(ph)),!1!==t.completionKeymap&&(i=i.concat(np)),!1!==t.lintKeymap&&(i=i.concat(gp));var n=[];return!1!==t.lineNumbers&&n.push(function(t={}){return[ba.of(t),ha(),xa]}()),!1!==t.highlightActiveLineGutter&&n.push(Sa),!1!==t.highlightSpecialChars&&n.push(function(t={}){return[kl.of(t),Ol||(Ol=zs.fromClass(class{constructor(t){this.view=t,this.decorations=Vn.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(t.state.facet(kl)),this.decorations=this.decorator.createDeco(t)}makeDecorator(t){return new vl({regexp:t.specialChars,decoration:(e,i,n)=>{let{doc:s}=i.state,o=le(e[0],0);if(9==o){let t=s.lineAt(n),e=i.state.tabSize,o=Ci(t.text,e,n-t.from);return Vn.replace({widget:new Cl((e-o%e)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[o]||(this.decorationCache[o]=Vn.replace({widget:new Sl(t,o)}))},boundary:t.replaceTabs?void 0:/[^]/})}update(t){let e=t.state.facet(kl);t.startState.facet(kl)!=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[Nc,Bc.of(t),zr.domEventHandlers({beforeinput(t,e){let i="historyUndo"==t.inputType?Ic:"historyRedo"==t.inputType?Qc:null;return!!i&&(t.preventDefault(),i(e))}})]}()),!1!==t.foldGutter&&n.push(function(t={}){let e=Object.assign(Object.assign({},xh),t),i=new kh(e,!0),n=new kh(e,!1),s=zs.fromClass(class{constructor(t){this.from=t.viewport.from,this.markers=this.buildMarkers(t)}update(t){(t.docChanged||t.viewportChanged||t.startState.facet(Wa)!=t.state.facet(Wa)||t.startState.field(hh,!1)!=t.state.field(hh,!1)||Ra(t.startState)!=Ra(t.state)||e.foldingChanged(t))&&(this.markers=this.buildMarkers(t.view))}buildMarkers(t){let e=new pi;for(let s of t.viewportLineBlocks){let o=ch(t.state,s.from,s.to)?n:sh(t.state,s.from,s.to)?i:null;o&&e.add(s.from,s.from,o)}return e.finish()}}),{domEventHandlers:o}=e;return[s,la({class:"cm-foldGutter",markers(t){var e;return(null===(e=t.plugin(s))||void 0===e?void 0:e.markers)||fi.empty},initialSpacer:()=>new kh(e,!1),domEventHandlers:Object.assign(Object.assign({},o),{click:(t,e,i)=>{if(o.click&&o.click(t,e,i))return!0;let n=ch(t.state,e.from,e.to);if(n)return t.dispatch({effects:lh.of(n)}),!0;let s=sh(t.state,e.from,e.to);return!!s&&(t.dispatch({effects:rh.of(s)}),!0)}})}),vh()]}()),!1!==t.drawSelection&&n.push(function(t={}){return[rl.of(t),al,cl,dl,Ds.of(!0)]}()),!1!==t.dropCursor&&n.push([pl,ml]),!1!==t.allowMultipleSelections&&n.push(li.allowMultipleSelections.of(!0)),!1!==t.indentOnInput&&n.push(li.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,s=i.lineAt(n);if(n>s.from+200)return t;let o=i.sliceString(s.from,n);if(!e.some((t=>t.test(o))))return t;let{state:r}=t,l=-1,a=[];for(let{head:t}of r.selection.ranges){let e=r.doc.lineAt(t);if(e.from==l)continue;l=e.from;let i=_a(r,e.from);if(null==i)continue;let n=/^\s*/.exec(e.text)[0],s=Xa(r,i);n!=s&&a.push({from:e.from,to:e.from+n.length,insert:s})}return a.length?[t,{changes:a,sequential:!0}]:t}))),!1!==t.syntaxHighlighting&&n.push(Th(Rh,{fallback:!0})),!1!==t.bracketMatching&&n.push(function(t={}){return[Lh.of(t),Wh]}()),!1!==t.closeBrackets&&n.push([Uf,Hf]),!1!==t.autocompletion&&n.push(function(t={}){return[zf,Pf,df.of(t),If,sp,$f]}()),!1!==t.rectangularSelection&&n.push(function(){let t=t=>t.altKey&&0==t.button;return zr.mouseSelectionStyle.of(((e,i)=>t(i)?function(t,e){let i=Pl(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),s=t.state.doc.lineAt(e);i={line:s.number,col:i.col,off:Math.min(i.off,s.length)},n=n.map(t.changes)}},get(e,s,o){let r=Pl(t,e);if(!r)return n;let l=function(t,e,i){let n=Math.min(e.line,i.line),s=Math.max(e.line,i.line),o=[];if(e.off>Dl||i.off>Dl||e.col<0||i.col<0){let r=Math.min(e.off,i.off),l=Math.max(e.off,i.off);for(let e=n;e<=s;e++){let i=t.doc.line(e);i.length<=l&&o.push(xe.range(i.from+r,i.to+l))}}else{let r=Math.min(e.col,i.col),l=Math.max(e.col,i.col);for(let e=n;e<=s;e++){let i=t.doc.line(e),n=Ai(i.text,r,t.tabSize,!0);if(n<0)o.push(xe.cursor(i.to));else{let e=Ai(i.text,l,t.tabSize);o.push(xe.range(i.from+n,i.from+e))}}}return o}(t.state,i,r);return l.length?o?xe.create(l.concat(n.ranges)):xe.create(l):n}}:null}(e,i):null))}()),!1!==e&&n.push(function(t={}){let[e,i]=Rl[t.key||"Alt"],n=zs.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,zr.contentAttributes.of((t=>{var e;return(null===(e=t.plugin(n))||void 0===e?void 0:e.isDown)?El:null}))]}()),!1!==t.highlightActiveLine&&n.push(Ml),!1!==t.highlightSelectionMatches&&n.push(function(){let t=[gd,md];return t}()),t.tabSize&&"number"==typeof t.tabSize&&n.push(Ha.of(" ".repeat(t.tabSize))),n.concat([_r.of(i.flat())]).filter(Boolean)};const Tp="#e06c75",Dp="#abb2bf",Pp="#7d8799",Rp="#d19a66",Ep="#2c313a",Bp="#282c34",Np="#353a42",Lp="#528bff",Ip=[zr.theme({"&":{color:Dp,backgroundColor:Bp},".cm-content":{caretColor:Lp},".cm-cursor, .cm-dropCursor":{borderLeftColor:Lp},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:"#3E4451"},".cm-panels":{backgroundColor:"#21252b",color:Dp},".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:Bp,color:Pp,border:"none"},".cm-activeLineGutter":{backgroundColor:Ep},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:Np},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Np,borderBottomColor:Np},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:Ep,color:Dp}}},{dark:!0}),Th(Sh.define([{tag:Pt.keyword,color:"#c678dd"},{tag:[Pt.name,Pt.deleted,Pt.character,Pt.propertyName,Pt.macroName],color:Tp},{tag:[Pt.function(Pt.variableName),Pt.labelName],color:"#61afef"},{tag:[Pt.color,Pt.constant(Pt.name),Pt.standard(Pt.name)],color:Rp},{tag:[Pt.definition(Pt.name),Pt.separator],color:Dp},{tag:[Pt.typeName,Pt.className,Pt.number,Pt.changed,Pt.annotation,Pt.modifier,Pt.self,Pt.namespace],color:"#e5c07b"},{tag:[Pt.operator,Pt.operatorKeyword,Pt.url,Pt.escape,Pt.regexp,Pt.link,Pt.special(Pt.string)],color:"#56b6c2"},{tag:[Pt.meta,Pt.comment],color:Pp},{tag:Pt.strong,fontWeight:"bold"},{tag:Pt.emphasis,fontStyle:"italic"},{tag:Pt.strikethrough,textDecoration:"line-through"},{tag:Pt.link,color:Pp,textDecoration:"underline"},{tag:Pt.heading,fontWeight:"bold",color:Tp},{tag:[Pt.atom,Pt.bool,Pt.special(Pt.variableName)],color:Rp},{tag:[Pt.processingInstruction,Pt.string,Pt.inserted],color:"#98c379"},{tag:Pt.invalid,color:"#ffffff"}]))];var Qp=zr.theme({"&":{backgroundColor:"#fff"}},{dark:!1}),zp=function(t){void 0===t&&(t={});var{indentWithTab:e=!0,editable:i=!0,readOnly:n=!1,theme:s="light",placeholder:o="",basicSetup:r=!0}=t,l=[];switch(e&&l.unshift(_r.of([Uu])),r&&("boolean"==typeof r?l.unshift(Mp()):l.unshift(Mp(r))),o&&l.unshift(function(t){return zs.fromClass(class{constructor(e){this.view=e,this.placeholder=t?Vn.set([Vn.widget({widget:new Tl(t),side:1}).range(0)]):Vn.none}get decorations(){return this.view.state.doc.length?Vn.none:this.placeholder}},{decorations:t=>t.decorations})}(o)),s){case"light":l.push(Qp);break;case"dark":l.push(Ip);break;case"none":break;default:l.push(s)}return!1===i&&l.push(zr.editable.of(!1)),n&&l.push(li.readOnly.of(!0)),[...l]},$p=je.define(),Wp=[];const Vp=window.ReactJSXRuntime;var Fp=["className","value","selection","extensions","onChange","onStatistics","onCreateEditor","onUpdate","autoFocus","theme","height","minHeight","maxHeight","width","minWidth","maxWidth","basicSetup","placeholder","indentWithTab","editable","readOnly","root","initialState"],Hp=(0,xc.forwardRef)(((t,e)=>{var{className:i,value:n="",selection:s,extensions:o=[],onChange:r,onStatistics:l,onCreateEditor:a,onUpdate:h,autoFocus:c,theme:u="light",height:d,minHeight:f,maxHeight:p,width:m,minWidth:g,maxWidth:v,basicSetup:b,placeholder:w,indentWithTab:y,editable:x,readOnly:k,root:O,initialState:S}=t,C=function(t,e){if(null==t)return{};var i={};for(var n in t)if({}.hasOwnProperty.call(t,n)){if(e.includes(n))continue;i[n]=t[n]}return i}(t,Fp),A=(0,xc.useRef)(null),{state:M,view:T,container:D}=function(t){var{value:e,selection:i,onChange:n,onStatistics:s,onCreateEditor:o,onUpdate:r,extensions:l=Wp,autoFocus:a,theme:h="light",height:c=null,minHeight:u=null,maxHeight:d=null,width:f=null,minWidth:p=null,maxWidth:m=null,placeholder:g="",editable:v=!0,readOnly:b=!1,indentWithTab:w=!0,basicSetup:y=!0,root:x,initialState:k}=t,[O,S]=(0,xc.useState)(),[C,A]=(0,xc.useState)(),[M,T]=(0,xc.useState)(),D=zr.theme({"&":{height:c,minHeight:u,maxHeight:d,width:f,minWidth:p,maxWidth:m},"& .cm-scroller":{height:"100% !important"}}),P=zr.updateListener.of((t=>{if(t.docChanged&&"function"==typeof n&&!t.transactions.some((t=>t.annotation($p)))){var e=t.state.doc.toString();n(e,t)}s&&s((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))})),R=[P,D,...zp({theme:h,editable:v,readOnly:b,placeholder:g,indentWithTab:w,basicSetup:y})];return r&&"function"==typeof r&&R.push(zr.updateListener.of(r)),R=R.concat(l),(0,xc.useEffect)((()=>{if(O&&!M){var t={doc:e,selection:i,extensions:R},n=k?li.fromJSON(k.json,t,k.fields):li.create(t);if(T(n),!C){var s=new zr({state:n,parent:O,root:x});A(s),o&&o(s,n)}}return()=>{C&&(T(void 0),A(void 0))}}),[O,M]),(0,xc.useEffect)((()=>S(t.container)),[t.container]),(0,xc.useEffect)((()=>()=>{C&&(C.destroy(),A(void 0))}),[C]),(0,xc.useEffect)((()=>{a&&C&&C.focus()}),[a,C]),(0,xc.useEffect)((()=>{C&&C.dispatch({effects:Ye.reconfigure.of(R)})}),[h,l,c,u,d,f,p,m,g,v,b,w,y,n,r]),(0,xc.useEffect)((()=>{if(void 0!==e){var t=C?C.state.doc.toString():"";C&&e!==t&&C.dispatch({changes:{from:0,to:t.length,insert:e||""},annotations:[$p.of(!0)]})}}),[e,C]),{state:M,setState:T,view:C,setView:A,container:O,setContainer:S}}({container:A.current,root:O,value:n,autoFocus:c,theme:u,height:d,minHeight:f,maxHeight:p,width:m,minWidth:g,maxWidth:v,basicSetup:b,placeholder:w,indentWithTab:y,editable:x,readOnly:k,selection:s,onChange:r,onStatistics:l,onCreateEditor:a,onUpdate:h,extensions:o,initialState:S});if((0,xc.useImperativeHandle)(e,(()=>({editor:A.current,state:M,view:T})),[A,D,M,T]),"string"!=typeof n)throw new Error("value must be typeof string but got "+typeof n);var P="string"==typeof u?"cm-theme-"+u:"cm-theme";return(0,Vp.jsx)("div",pc({ref:A,className:P+(i?" "+i:"")},C))}));Hp.displayName="CodeMirror";const qp=Hp,Xp=window.wp.i18n,{createHigherOrderComponent:_p}=wp.compose,{InspectorControls:jp}=wp.blockEditor,{PanelBody:Up}=wp.components,{useState:Kp}=wp.element;let Yp=!1;const Gp=_p((t=>e=>{const{attributes:i,setAttributes:n,clientId:s}=e,{bccCustomCSS:o}=i,[r,l]=Kp(o),a=`bcc-${s.slice(0,8)}`;return(0,Vp.jsxs)(Vp.Fragment,{children:[(0,Vp.jsx)(t,{...e},"edit"),(0,Vp.jsx)(jp,{children:(0,Vp.jsxs)(Up,{title:(0,Xp.__)("Custom CSS","blocks-custom-css"),initialOpen:Yp,children:[(0,Vp.jsxs)("p",{className:"bcc-help-note top-note",children:[(0,Xp.__)("You must click on the ","blocks-custom-css"),(0,Vp.jsx)("code",{children:(0,Xp.__)("Apply/Update CSS","blocks-custom-css")}),(0,Xp.__)(" button to apply the CSS to the block.","blocks-custom-css"),(0,Vp.jsx)("a",{href:"https://www.youtube.com/watch?v=rP7wBUrLxH8",target:"_blank",children:(0,Xp.__)(" Watch Video","blocks-custom-css")})]}),(0,Vp.jsx)(qp,{className:"bcc-codemirror",value:o||"/* selector {\n    color: #f00; \n} */",theme:bc,height:"200px",extensions:[new Va(fc,fc.data.of({autocomplete:dc}))],onChange:t=>l(t)}),(0,Vp.jsxs)("div",{className:"bcc-bottom-wrapper",children:[(0,Vp.jsx)("button",{className:"bcc-apply-css",onClick:()=>{n({bccCustomCSS:r}),n({bccDynamicClass:a}),Yp=!0},children:o?(0,Xp.__)("Update CSS","blocks-custom-css"):(0,Xp.__)("Apply CSS","blocks-custom-css")}),(0,Vp.jsxs)("p",{className:"bcc-help-note",children:[(0,Xp.__)("Add ","blocks-custom-css"),(0,Vp.jsx)("code",{children:"selector"}),(0,Xp.__)(" at the beginning to geneate a unique class and avoid any conflict.","blocks-custom-css")]})]})]})})]})}),"withMyPluginControls");(0,t.addFilter)("editor.BlockEdit","bcc/bccAddCustomPanel",Gp);const Zp=(0,window.wp.compose.createHigherOrderComponent)((t=>e=>{const{attributes:i,clientId:n}=e,{bccCustomCSS:s}=i;if(!s)return(0,Vp.jsx)(t,{...e});const o=`bcc-${n.slice(0,8)}`;return(0,Vp.jsx)(t,{...e,className:o})}),"withBccUniqueClass");(0,t.addFilter)("editor.BlockListBlock","bcc/addCustomUniqueClass",Zp);const Jp=(t=" ")=>t.replace(/\s+/g," ").replace(/\.zb\-[\w\-\s\.\,\:\>\(\)\d\+\[\]\#\>]+\{[\s]+\}/g,""),{createHigherOrderComponent:tm}=wp.compose,em=tm((t=>e=>{const{attributes:i,clientId:n}=e,{bccCustomCSS:s}=i;if(!s)return(0,Vp.jsx)(t,{...e});const o=`bcc-${n.slice(0,8)}`,r=`${s.replace(/selector/g,`.${o}`)}`;return(0,Vp.jsxs)(Vp.Fragment,{children:[(0,Vp.jsx)("style",{children:Jp(r)}),(0,Vp.jsx)(t,{...e},"edit")]})}),"withMyPluginControls");(0,t.addFilter)("editor.BlockEdit","bcc/bccAddCustomStyle",em)})();
     1(()=>{"use strict";const t=window.wp.hooks;(0,t.addFilter)("blocks.registerBlockType","bcc/bccAddCustomCSSAttribute",(function(t){return{...t,attributes:{...t.attributes,bccDynamicClass:{type:"string"},bccCustomCSS:{type:"string"}}}}));const e=1024;let i=0;class n{constructor(t,e){this.from=t,this.to=e}}class s{constructor(t={}){this.id=i++,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=l.match(t)),e=>{let i=t(e);return void 0===i?null:[this,i]}}}s.closedBy=new s({deserialize:t=>t.split(" ")}),s.openedBy=new s({deserialize:t=>t.split(" ")}),s.group=new s({deserialize:t=>t.split(" ")}),s.isolate=new s({deserialize:t=>{if(t&&"rtl"!=t&&"ltr"!=t&&"auto"!=t)throw new RangeError("Invalid value for isolate: "+t);return t||"auto"}}),s.contextHash=new s({perNode:!0}),s.lookAhead=new s({perNode:!0}),s.mounted=new s({perNode:!0});class o{constructor(t,e,i){this.tree=t,this.overlay=e,this.parser=i}static get(t){return t&&t.props&&t.props[s.mounted.id]}}const r=Object.create(null);class l{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):r,i=(t.top?1:0)|(t.skipped?2:0)|(t.error?4:0)|(null==t.name?8:0),n=new l(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(s.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(s.group),n=-1;n<(i?i.length:0);n++){let s=e[n<0?t.name:i[n]];if(s)return s}}}}l.none=new l("",Object.create(null),0,8);class a{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 l(i.name,n,i.id,i.flags):i)}return new a(e)}}const h=new WeakMap,c=new WeakMap;var u;!function(t){t[t.ExcludeBuffers=1]="ExcludeBuffers",t[t.IncludeAnonymous=2]="IncludeAnonymous",t[t.IgnoreMounts=4]="IgnoreMounts",t[t.IgnoreOverlays=8]="IgnoreOverlays"}(u||(u={}));class d{constructor(t,e,i,n,s){if(this.type=t,this.children=e,this.positions=i,this.length=n,this.props=null,s&&s.length){this.props=Object.create(null);for(let[t,e]of s)this.props["number"==typeof t?t:t.id]=e}}toString(){let t=o.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 C(this.topNode,t)}cursorAt(t,e=0,i=0){let n=h.get(this)||this.topNode,s=new C(n);return s.moveTo(t,e),h.set(this,s._tree),s}get topNode(){return new b(this,0,0,null)}resolve(t,e=0){let i=g(h.get(this)||this.topNode,t,e,!1);return h.set(this,i),i}resolveInner(t,e=0){let i=g(c.get(this)||this.topNode,t,e,!0);return c.set(this,i),i}resolveStack(t,e=0){return function(t,e,i){let n=t.resolveInner(e,i),s=null;for(let t=n instanceof b?n:n.context.parent;t;t=t.parent)if(t.index<0){let o=t.parent;(s||(s=[n])).push(o.resolve(e,i)),t=o}else{let r=o.get(t.tree);if(r&&r.overlay&&r.overlay[0].from<=e&&r.overlay[r.overlay.length-1].to>=e){let o=new b(r.tree,r.overlay[0].from+t.from,-1,t);(s||(s=[n])).push(g(o,e,i,!1))}}return s?O(s):n}(this,t,e)}iterate(t){let{enter:e,leave:i,from:n=0,to:s=this.length}=t,o=t.mode||0,r=(o&u.IncludeAnonymous)>0;for(let t=this.cursor(o|u.IncludeAnonymous);;){let o=!1;if(t.from<=s&&t.to>=n&&(!r&&t.type.isAnonymous||!1!==e(t))){if(t.firstChild())continue;o=!0}for(;o&&i&&(r||!t.type.isAnonymous)&&i(t),!t.nextSibling();){if(!t.parent())return;o=!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:D(l.none,this.children,this.positions,0,this.children.length,0,this.length,((t,e,i)=>new d(this.type,t,e,i,this.propValues)),t.makeTree||((t,e,i)=>new d(l.none,t,e,i)))}static build(t){return function(t){var i;let{buffer:n,nodeSet:o,maxBufferLength:r=e,reused:l=[],minRepeatType:a=o.types.length}=t,h=Array.isArray(n)?new f(n,n.length):n,c=o.types,u=0,m=0;function g(t,e,i,n,f,x){let{id:k,start:O,end:S,size:C}=h,A=m;for(;C<0;){if(h.next(),-1==C){let e=l[k];return i.push(e),void n.push(O-t)}if(-3==C)return void(u=k);if(-4==C)return void(m=k);throw new RangeError(`Unrecognized record size: ${C}`)}let M,T,P=c[k],R=O-t;if(S-O<=r&&(T=function(t,e){let i=h.fork(),n=0,s=0,o=0,l=i.end-r,c={size:0,start:0,skip:0};t:for(let r=i.pos-t;i.pos>r;){let t=i.size;if(i.id==e&&t>=0){c.size=n,c.start=s,c.skip=o,o+=4,n+=4,i.next();continue}let h=i.pos-t;if(t<0||h<r||i.start<l)break;let u=i.id>=a?4:0,d=i.start;for(i.next();i.pos>h;){if(i.size<0){if(-3!=i.size)break t;u+=4}else i.id>=a&&(u+=4);i.next()}s=d,n+=t,o+=u}return(e<0||n==t)&&(c.size=n,c.start=s,c.skip=o),c.size>4?c:void 0}(h.pos-e,f))){let e=new Uint16Array(T.size-T.skip),i=h.pos-T.size,n=e.length;for(;h.pos>i;)n=y(T.start,e,n);M=new p(e,S-T.start,o),R=T.start-t}else{let t=h.pos-C;h.next();let e=[],i=[],n=k>=a?k:-1,o=0,l=S;for(;h.pos>t;)n>=0&&h.id==n&&h.size>=0?(h.end<=l-r&&(b(e,i,O,o,h.end,l,n,A),o=e.length,l=h.end),h.next()):x>2500?v(O,t,e,i):g(O,t,e,i,n,x+1);if(n>=0&&o>0&&o<e.length&&b(e,i,O,o,O,l,n,A),e.reverse(),i.reverse(),n>-1&&o>0){let t=function(t){return(e,i,n)=>{let o,r,l=0,a=e.length-1;if(a>=0&&(o=e[a])instanceof d){if(!a&&o.type==t&&o.length==n)return o;(r=o.prop(s.lookAhead))&&(l=i[a]+o.length+r)}return w(t,e,i,n,l)}}(P);M=D(P,e,i,0,e.length,0,S-O,t,t)}else M=w(P,e,i,S-O,A-S)}i.push(M),n.push(R)}function v(t,e,i,n){let s=[],l=0,a=-1;for(;h.pos>e;){let{id:t,start:e,end:i,size:n}=h;if(n>4)h.next();else{if(a>-1&&e<a)break;a<0&&(a=i-r),s.push(t,e,i),l++,h.next()}}if(l){let e=new Uint16Array(4*l),r=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]-r,e[i++]=s[t+2]-r,e[i++]=i;i.push(new p(e,s[2]-r,o)),n.push(r-t)}}function b(t,e,i,n,s,r,l,a){let h=[],c=[];for(;t.length>n;)h.push(t.pop()),c.push(e.pop()+i-s);t.push(w(o.types[l],h,c,r-s,a-r)),e.push(s-i)}function w(t,e,i,n,o=0,r){if(u){let t=[s.contextHash,u];r=r?[t].concat(r):[t]}if(o>25){let t=[s.lookAhead,o];r=r?[t].concat(r):[t]}return new d(t,e,i,n,r)}function y(t,e,i){let{id:n,start:s,end:o,size:r}=h;if(h.next(),r>=0&&n<a){let l=i;if(r>4){let n=h.pos-(r-4);for(;h.pos>n;)i=y(t,e,i)}e[--i]=l,e[--i]=o-t,e[--i]=s-t,e[--i]=n}else-3==r?u=n:-4==r&&(m=n);return i}let x=[],k=[];for(;h.pos>0;)g(t.start||0,t.bufferStart||0,x,k,-1,0);let O=null!==(i=t.length)&&void 0!==i?i:x.length?k[0]+x[0].length:0;return new d(c[t.topID],x.reverse(),k.reverse(),O)}(t)}}d.empty=new d(l.none,[],[],0);class f{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 f(this.buffer,this.index)}}class p{constructor(t,e,i){this.buffer=t,this.length=e,this.set=i}get type(){return l.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],s=n.name;if(/\W/.test(s)&&!n.isError&&(s=JSON.stringify(s)),i==(t+=4))return s;let o=[];for(;t<i;)o.push(this.childString(t)),t=this.buffer[t+3];return s+"("+o.join(",")+")"}findChild(t,e,i,n,s){let{buffer:o}=this,r=-1;for(let l=t;l!=e&&!(m(s,n,o[l+1],o[l+2])&&(r=l,i>0));l=o[l+3]);return r}slice(t,e,i){let n=this.buffer,s=new Uint16Array(e-t),o=0;for(let r=t,l=0;r<e;){s[l++]=n[r++],s[l++]=n[r++]-i;let e=s[l++]=n[r++]-i;s[l++]=n[r++]-t,o=Math.max(o,e)}return new p(s,o,this.set)}}function m(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 g(t,e,i,n){for(var s;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 b&&t.index<0?null:t.parent;if(!e)return t;t=e}let o=n?0:u.IgnoreOverlays;if(n)for(let n=t,r=n.parent;r;n=r,r=n.parent)n instanceof b&&n.index<0&&(null===(s=r.enter(e,i,o))||void 0===s?void 0:s.from)!=n.from&&(t=r);for(;;){let n=t.enter(e,i,o);if(!n)return t;t=n}}class v{cursor(t=0){return new C(this,t)}getChild(t,e=null,i=null){let n=w(this,t,e,i);return n.length?n[0]:null}getChildren(t,e=null,i=null){return w(this,t,e,i)}resolve(t,e=0){return g(this,t,e,!1)}resolveInner(t,e=0){return g(this,t,e,!0)}matchContext(t){return y(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 b extends v{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,s=0){for(let r=this;;){for(let{children:l,positions:a}=r._tree,h=e>0?l.length:-1;t!=h;t+=e){let h=l[t],c=a[t]+r.from;if(m(n,i,c,c+h.length))if(h instanceof p){if(s&u.ExcludeBuffers)continue;let o=h.findChild(0,h.buffer.length,e,i-c,n);if(o>-1)return new k(new x(r,h,t,c),null,o)}else if(s&u.IncludeAnonymous||!h.type.isAnonymous||A(h)){let l;if(!(s&u.IgnoreMounts)&&(l=o.get(h))&&!l.overlay)return new b(l.tree,c,t,r);let a=new b(h,c,t,r);return s&u.IncludeAnonymous||!a.type.isAnonymous?a:a.nextChild(e<0?h.children.length-1:0,e,i,n)}}if(s&u.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&u.IgnoreOverlays)&&(n=o.get(this._tree))&&n.overlay){let i=t-this.from;for(let{from:t,to:s}of n.overlay)if((e>0?t<=i:t<i)&&(e<0?s>=i:s>i))return new b(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 w(t,e,i,n){let s=t.cursor(),o=[];if(!s.firstChild())return o;if(null!=i)for(let t=!1;!t;)if(t=s.type.is(i),!s.nextSibling())return o;for(;;){if(null!=n&&s.type.is(n))return o;if(s.type.is(e)&&o.push(s.node),!s.nextSibling())return null==n?o:[]}}function y(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 x{constructor(t,e,i,n){this.parent=t,this.buffer=e,this.index=i,this.start=n}}class k extends v{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,s=n.findChild(this.index+4,n.buffer[this.index+3],t,e-this.context.start,i);return s<0?null:new k(this.context,this,s)}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&u.ExcludeBuffers)return null;let{buffer:n}=this.context,s=n.findChild(this.index+4,n.buffer[this.index+3],e>0?1:-1,t-this.context.start,e);return s<0?null:new k(this.context,this,s)}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 k(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 k(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,s=i.buffer[this.index+3];if(s>n){let o=i.buffer[this.index+1];t.push(i.slice(n,s,o)),e.push(0)}return new d(this.type,t,e,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function O(t){if(!t.length)return null;let e=0,i=t[0];for(let n=1;n<t.length;n++){let s=t[n];(s.from>i.from||s.to<i.to)&&(i=s,e=n)}let n=i instanceof b&&i.index<0?null:i.parent,s=t.slice();return n?s[e]=n:s.splice(e,1),new S(s,i)}class S{constructor(t,e){this.heads=t,this.node=e}get next(){return O(this.heads)}}class C{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 b)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 b?(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,s=n.findChild(this.index+4,n.buffer[this.index+3],t,e-this.buffer.start,i);return!(s<0)&&(this.stack.push(this.index),this.yieldBuf(s))}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&u.ExcludeBuffers)&&this.enterChild(1,t,e):this.yield(this._tree.enter(t,e,i))}parent(){if(!this.buffer)return this.yieldNode(this.mode&u.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let t=this.mode&u.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,s=t<0?-1:i._tree.children.length;n!=s;n+=t){let t=i._tree.children[n];if(this.mode&u.IncludeAnonymous||t instanceof p||!t.type.isAnonymous||A(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,s=this.stack.length;s>=0;){for(let o=t;o;o=o._parent)if(o.index==n){if(n==this.index)return o;e=o,i=s+1;break t}n=this.stack[--s]}for(let t=i;t<this.stack.length;t++)e=new k(this.buffer,e,this.stack[t]);return this.bufferNode=new k(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 y(this.node,t);let{buffer:e}=this.buffer,{types:i}=e.set;for(let n=t.length-1,s=this.stack.length-1;n>=0;s--){if(s<0)return y(this.node,t,n);let o=i[e.buffer[this.stack[s]]];if(!o.isAnonymous){if(t[n]&&t[n]!=o.name)return!1;n--}}return!0}}function A(t){return t.children.some((t=>t instanceof p||!t.type.isAnonymous||A(t)))}const M=new WeakMap;function T(t,e){if(!t.isAnonymous||e instanceof p||e.type!=t)return 1;let i=M.get(e);if(null==i){i=1;for(let n of e.children){if(n.type!=t||!(n instanceof d)){i=1;break}i+=T(t,n)}M.set(e,i)}return i}function D(t,e,i,n,s,o,r,l,a){let h=0;for(let i=n;i<s;i++)h+=T(t,e[i]);let c=Math.ceil(1.5*h/8),u=[],d=[];return function e(i,n,s,r,l){for(let h=s;h<r;){let s=h,f=n[h],p=T(t,i[h]);for(h++;h<r;h++){let e=T(t,i[h]);if(p+e>=c)break;p+=e}if(h==s+1){if(p>c){let t=i[s];e(t.children,t.positions,0,t.children.length,n[s]+l);continue}u.push(i[s])}else{let e=n[h-1]+i[h-1].length-f;u.push(D(t,i,n,s,h,f,e,null,a))}d.push(f+l-o)}}(e,i,n,s,0),(l||a)(u,d,r)}class P{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 k?this.setBuffer(t.context.buffer,t.index,e):t instanceof b&&this.map.set(t.tree,e)}get(t){return t instanceof k?this.getBuffer(t.context.buffer,t.index):t instanceof b?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 R{constructor(t,e,i,n,s=!1,o=!1){this.from=t,this.to=e,this.tree=i,this.offset=n,this.open=(s?1:0)|(o?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 R(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=[],s=1,o=t.length?t[0]:null;for(let r=0,l=0,a=0;;r++){let h=r<e.length?e[r]:null,c=h?h.fromA:1e9;if(c-l>=i)for(;o&&o.from<c;){let e=o;if(l>=e.from||c<=e.to||a){let t=Math.max(e.from,l)-a,i=Math.min(e.to,c)-a;e=t>=i?null:new R(t,i,e.tree,e.offset+a,r>0,!!h)}if(e&&n.push(e),o.to>c)break;o=s<t.length?t[s++]:null}if(!h)break;l=h.toA,a=h.toA-h.toB}return n}}class E{startParse(t,e,i){return"string"==typeof t&&(t=new B(t)),i=i?i.length?i.map((t=>new n(t.from,t.to))):[new n(0,0)]:[new n(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 B{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 s({perNode:!0});class N{constructor(t,e,i,n,s,o,r,l,a,h=0,c){this.p=t,this.stack=e,this.state=i,this.reducePos=n,this.pos=s,this.score=o,this.buffer=r,this.bufferBase=l,this.curContext=a,this.lookAhead=h,this.parent=c}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 N(t,[],e,i,i,0,[],0,n?new L(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:s}=this.p,o=this.reducePos<this.pos-25;o&&this.setLookAhead(this.pos);let r=s.dynamicPrecedence(n);if(r&&(this.score+=r),0==i)return this.pushState(s.getGoto(this.state,n,!0),this.reducePos),n<s.minRepeatTerm&&this.storeNode(n,this.reducePos,this.reducePos,o?8:4,!0),void this.reduceContext(n,this.reducePos);let l=this.stack.length-3*(i-1)-(262144&t?6:0),a=l?this.stack[l-2]:this.p.ranges[0].from,h=this.reducePos-a;h>=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=h):this.p.lastBigReductionSize<h&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=a,this.p.lastBigReductionSize=h));let c=l?this.stack[l-1]:0,u=this.bufferBase+this.buffer.length-c;if(n<s.minRepeatTerm||131072&t){let t=s.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(n,a,t,u+4,!0)}if(262144&t)this.state=this.stack[l];else{let t=this.stack[l-3];this.state=s.getGoto(t,n,!0)}for(;this.stack.length>l;)this.stack.pop();this.reduceContext(n,a)}storeNode(t,e,i,n=4,s=!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(s&&this.pos!=i){let s=this.buffer.length;if(s>0&&0!=this.buffer[s-4]){let t=!1;for(let e=s;e>0&&this.buffer[e-2]>i;e-=4)if(this.buffer[e-1]>=0){t=!0;break}if(t)for(;s>0&&this.buffer[s-2]>i;)this.buffer[s]=this.buffer[s-4],this.buffer[s+1]=this.buffer[s-3],this.buffer[s+2]=this.buffer[s-2],this.buffer[s+3]=this.buffer[s-1],s-=4,n>4&&(n-=4)}this.buffer[s]=t,this.buffer[s+1]=e,this.buffer[s+2]=i,this.buffer[s+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 s=t,{parser:o}=this.p;(n>this.pos||e<=o.maxNode)&&(this.pos=n,o.stateFlag(s,1)||(this.reducePos=n)),this.pushState(s,i),this.shiftContext(e,i),e<=o.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 N(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 I(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,s=0;s<e.length;s+=2)(n=e[s+1])!=this.state&&this.p.parser.hasAction(n,t)&&i.push(e[s],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 s=this.split();s.pushState(n,this.pos),s.storeNode(0,s.pos,s.pos,4,!0),s.shiftContext(e[t],this.pos),s.reducePos=this.pos,s.score-=200,i.push(s)}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,s=this.stack.length-3*i;if(s<0||t.getGoto(this.stack[s],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,s)=>{if(!e.includes(n))return e.push(n),t.allActions(n,(e=>{if(393216&e);else if(65536&e){let i=(e>>19)-s;if(i>1){let n=65535&e,s=this.stack.length-3*i;if(s>=0&&t.getGoto(this.stack[s],n,!1)>=0)return i<<19|65536|n}}else{let t=i(e,s+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 L(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 L{constructor(t,e){this.tracker=t,this.context=e,this.hash=t.strict?t.hash(e):0}}class I{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 Q{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 Q(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 Q(this.stack,this.pos,this.index)}}function z(t,e=Uint16Array){if("string"!=typeof t)return t;let i=null;for(let n=0,s=0;n<t.length;){let o=0;for(;;){let e=t.charCodeAt(n++),i=!1;if(126==e){o=65535;break}e>=92&&e--,e>=34&&e--;let s=e-32;if(s>=46&&(s-=46,i=!0),o+=s,i)break;o*=46}i?i[s++]=o:i=new e(o)}return i}class ${constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const W=new $;class V{constructor(t,e){this.input=t,this.ranges=e,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=W,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,s=this.pos+t;for(;s<i.from;){if(!n)return null;let t=this.ranges[--n];s-=i.from-t.to,i=t}for(;e<0?s>i.to:s>=i.to;){if(n==this.ranges.length-1)return null;let t=this.ranges[++n];s+=t.from-i.to,i=t}return s}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=W,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 F{constructor(t,e){this.data=t,this.id=e}token(t,e){let{parser:i}=e.p;X(this.data,t,e,this.id,i.data,i.tokenPrecTable)}}F.prototype.contextual=F.prototype.fallback=F.prototype.extend=!1;class H{constructor(t,e,i){this.precTable=e,this.elseToken=i,this.data="string"==typeof t?z(t):t}token(t,e){let i=t.pos,n=0;for(;;){let i=t.next<0,s=t.resolveOffset(1,1);if(X(this.data,t,e,0,this.data,this.precTable),t.token.value>-1)break;if(null==this.elseToken)return;if(i||n++,null==s)break;t.reset(s,t.token)}n&&(t.reset(i,t.token),t.acceptToken(this.elseToken,n))}}H.prototype.contextual=F.prototype.fallback=F.prototype.extend=!1;class q{constructor(t,e={}){this.token=t,this.contextual=!!e.contextual,this.fallback=!!e.fallback,this.extend=!!e.extend}}function X(t,e,i,n,s,o){let r=0,l=1<<n,{dialect:a}=i.p.parser;t:for(;l&t[r];){let i=t[r+1];for(let n=r+3;n<i;n+=2)if((t[n+1]&l)>0){let i=t[n];if(a.allows(i)&&(-1==e.token.value||e.token.value==i||j(i,e.token.value,s,o))){e.acceptToken(i);break}}let n=e.next,h=0,c=t[r+2];if(!(e.next<0&&c>h&&65535==t[i+3*c-3])){for(;h<c;){let s=h+c>>1,o=i+s+(s<<1),l=t[o],a=t[o+1]||65536;if(n<l)c=s;else{if(!(n>=a)){r=t[o+2],e.advance();continue t}h=s+1}}break}r=t[i+3*c-1]}}function _(t,e,i){for(let n,s=e;65535!=(n=t[s]);s++)if(n==i)return s-e;return-1}function j(t,e,i,n){let s=_(i,n,e);return s<0||_(i,n,t)<s}const U="undefined"!=typeof process&&process.env&&/\bparse\b/.test(process.env.LOG);let K=null;function Y(t,e,i){let n=t.cursor(u.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 G{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?Y(t.tree,t.from+t.offset,1)-t.offset:t.from,this.safeTo=t.openEnd?Y(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 d){if(r==t){if(r<this.safeFrom)return null;let t=r+o.length;if(t<=this.safeTo){let e=o.prop(s.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 Z{constructor(t,e){this.stream=e,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=t.tokenizers.map((t=>new $))}getActions(t){let e=0,i=null,{parser:n}=t.p,{tokenizers:s}=n,o=n.stateSlot(t.state,3),r=t.curContext?t.curContext.hash:0,l=0;for(let n=0;n<s.length;n++){if(!(1<<n&o))continue;let a=s[n],h=this.tokens[n];if((!i||a.fallback)&&((a.contextual||h.start!=t.pos||h.mask!=o||h.context!=r)&&(this.updateCachedToken(h,a,t),h.mask=o,h.context=r),h.lookAhead>h.end+25&&(l=Math.max(h.lookAhead,l)),0!=h.value)){let n=e;if(h.extended>-1&&(e=this.addActions(t,h.extended,h.end,e)),e=this.addActions(t,h.value,h.end,e),!a.extend&&(i=h,e>n))break}}for(;this.actions.length>e;)this.actions.pop();return l&&t.setLookAhead(l),i||t.pos!=this.stream.end||(i=new $,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 $,{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 s=e.specializers[n](this.stream.read(t.start,t.end),i);if(s>=0&&i.p.parser.dialect.allows(s>>1)){1&s?t.extended=s>>1:t.value=s>>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:s}=t,{parser:o}=t.p,{data:r}=o;for(let t=0;t<2;t++)for(let l=o.stateSlot(s,t?2:1);;l+=3){if(65535==r[l]){if(1!=r[l+1]){0==n&&2==r[l+1]&&(n=this.putAction(nt(r,l+2),e,i,n));break}l=nt(r,l+2)}r[l]==e&&(n=this.putAction(nt(r,l+1),e,i,n))}return n}}class J{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 V(e,n),this.tokens=new Z(t,this.stream),this.topTerm=t.top[1];let{from:s}=n[0];this.stacks=[N.start(this,t.top[0],s)],this.fragments=i.length&&this.stream.end-s>4*t.bufferLength?new G(i,t.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let t,e,i=this.stacks,n=this.minStackPos,s=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 o=0;o<i.length;o++){let r=i[o];for(;;){if(this.tokens.mainToken=null,r.pos>n)s.push(r);else{if(this.advanceStack(r,s,i))continue;{t||(t=[],e=[]),t.push(r);let i=this.tokens.getMainToken(r);e.push(i.value,i.end)}}break}}if(!s.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 U&&console.log("Finish with "+this.stackID(e)),this.stackToTree(e);if(this.parser.strict)throw U&&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,s);if(i)return U&&console.log("Force-finish "+this.stackID(i)),this.stackToTree(i.forceAll())}if(this.recovering){let t=1==this.recovering?1:3*this.recovering;if(s.length>t)for(s.sort(((t,e)=>e.score-t.score));s.length>t;)s.pop();s.some((t=>t.reducePos>n))&&this.recovering--}else if(s.length>1){t:for(let t=0;t<s.length-1;t++){let e=s[t];for(let i=t+1;i<s.length;i++){let n=s[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)){s.splice(t--,1);continue t}s.splice(i--,1)}}}s.length>12&&s.splice(12,s.length-12)}this.minStackPos=s[0].pos;for(let t=1;t<s.length;t++)s[t].pos<this.minStackPos&&(this.minStackPos=s[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=U?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 l=this.fragments.nodeAt(n);l;){let n=this.parser.nodeSet.types[l.type.id]==l.type?o.getGoto(t.state,l.type.id):-1;if(n>-1&&l.length&&(!e||(l.prop(s.contextHash)||0)==i))return t.useNode(l,n),U&&console.log(r+this.stackID(t)+` (via reuse of ${o.getName(l.type.id)})`),!0;if(!(l instanceof d)||0==l.children.length||l.positions[0]>0)break;let a=l.children[0];if(!(a instanceof d&&0==l.positions[0]))break;l=a}}let l=o.stateSlot(t.state,4);if(l>0)return t.reduce(l),U&&console.log(r+this.stackID(t)+` (via always-reduce ${o.getName(65535&l)})`),!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++],h=a[s++],c=a[s++],u=s==a.length||!i,d=u?t:t.split(),f=this.tokens.mainToken;if(d.apply(l,h,f?f.start:d.pos,c),U&&console.log(r+this.stackID(d)+` (via ${65536&l?`reduce of ${o.getName(65535&l)}`:"shift"} for ${o.getName(h)} @ ${n}${d==t?"":", split"})`),u)return!0;d.pos>n?e.push(d):i.push(d)}return!1}advanceFully(t,e){let i=t.pos;for(;;){if(!this.advanceStack(t,null,null))return!1;if(t.pos>i)return tt(t,e),!0}}runRecovery(t,e,i){let n=null,s=!1;for(let o=0;o<t.length;o++){let r=t[o],l=e[o<<1],a=e[1+(o<<1)],h=U?this.stackID(r)+" -> ":"";if(r.deadEnd){if(s)continue;if(s=!0,r.restart(),U&&console.log(h+this.stackID(r)+" (restarted)"),this.advanceFully(r,i))continue}let c=r.split(),u=h;for(let t=0;c.forceReduce()&&t<10&&(U&&console.log(u+this.stackID(c)+" (via force-reduce)"),!this.advanceFully(c,i));t++)U&&(u=this.stackID(c)+" -> ");for(let t of r.recoverByInsert(l))U&&console.log(h+this.stackID(t)+" (via recover-insert)"),this.advanceFully(t,i);this.stream.end>r.pos?(a==r.pos&&(a++,l=0),r.recoverByDelete(l,a),U&&console.log(h+this.stackID(r)+` (via recover-delete ${this.parser.getName(l)})`),tt(r,i)):(!n||n.score<r.score)&&(n=r)}return n}stackToTree(t){return t.close(),d.build({buffer:Q.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=(K||(K=new WeakMap)).get(t);return e||K.set(t,e=String.fromCodePoint(this.nextStackID++)),e+t}}function tt(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 et{constructor(t,e,i){this.source=t,this.flags=e,this.disabled=i}allows(t){return!this.disabled||0==this.disabled[t]}}class it extends E{constructor(t){if(super(),this.wrappers=[],14!=t.version)throw new RangeError(`Parser version (${t.version}) doesn't match runtime version (14)`);let i=t.nodeNames.split(" ");this.minRepeatTerm=i.length;for(let e=0;e<t.repeatNodeCount;e++)i.push("");let n=Object.keys(t.topRules).map((e=>t.topRules[e][1])),o=[];for(let t=0;t<i.length;t++)o.push([]);function r(t,e,i){o[t].push([e,e.deserialize(String(i))])}if(t.nodeProps)for(let e of t.nodeProps){let t=e[0];"string"==typeof t&&(t=s[t]);for(let i=1;i<e.length;){let n=e[i++];if(n>=0)r(n,t,e[i++]);else{let s=e[i+-n];for(let o=-n;o>0;o--)r(e[i++],t,s);i++}}}this.nodeSet=new a(i.map(((e,i)=>l.define({name:i>=this.minRepeatTerm?void 0:e,id:i,props:o[i],top:n.indexOf(i)>-1,error:0==i,skipped:t.skippedNodes&&t.skippedNodes.indexOf(i)>-1})))),t.propSources&&(this.nodeSet=this.nodeSet.extend(...t.propSources)),this.strict=!1,this.bufferLength=e;let h=z(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(st),this.states=z(t.states,Uint32Array),this.data=z(t.stateData),this.goto=z(t.goto),this.maxTerm=t.maxTerm,this.tokenizers=t.tokenizers.map((t=>"number"==typeof t?new F(h,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 J(this,t,e,i);for(let s of this.wrappers)n=s(n,t,e,i);return n}getGoto(t,e,i=!1){let n=this.goto;if(e>=n[0])return-1;for(let s=n[e+1];;){let e=n[s++],o=1&e,r=n[s++];if(o&&i)return r;for(let i=s+(e>>1);s<i;s++)if(n[s]==t)return r;if(o)return-1}}hasAction(t,e){let i=this.data;for(let n=0;n<2;n++)for(let s,o=this.stateSlot(t,n?2:1);;o+=3){if(65535==(s=i[o])){if(1!=i[o+1]){if(2==i[o+1])return nt(i,o+2);break}s=i[o=nt(i,o+2)]}if(s==e||0==s)return nt(i,o+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=nt(this.data,i+2)}n=e(nt(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=nt(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(it.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 s=t.specializers.find((t=>t.from==i.external));if(!s)return i;let o=Object.assign(Object.assign({},i),{external:s.to});return e.specializers[n]=st(o),o}))),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,s=this.dialects[e[t]];65535!=(i=this.data[s++]);)(n||(n=new Uint8Array(this.maxTerm+1)))[i]=1;return new et(t,i,n)}static deserialize(t){return new it(t)}}function nt(t,e){return t[e]|t[e+1]<<16}function st(t){if(t.external){let e=t.extend?1:0;return(i,n)=>t.external(i,n)<<1|e}return t.get}let ot=0;class rt{constructor(t,e,i,n){this.name=t,this.set=e,this.base=i,this.modified=n,this.id=ot++}toString(){let{name:t}=this;for(let e of this.modified)e.name&&(t=`${e.name}(${t})`);return t}static define(t,e){let i="string"==typeof t?t:"?";if(t instanceof rt&&(e=t),null==e?void 0:e.base)throw new Error("Can not derive from a modified tag");let n=new rt(i,[],null,[]);if(n.set.push(n),e)for(let t of e.set)n.set.push(t);return n}static defineModifier(t){let e=new at(t);return t=>t.modified.indexOf(e)>-1?t:at.get(t.base||t,t.modified.concat(e).sort(((t,e)=>t.id-e.id)))}}let lt=0;class at{constructor(t){this.name=t,this.instances=[],this.id=lt++}static get(t,e){if(!e.length)return t;let i=e[0].instances.find((i=>{return i.base==t&&(n=e,s=i.modified,n.length==s.length&&n.every(((t,e)=>t==s[e])));var n,s}));if(i)return i;let n=[],s=new rt(t.name,n,t,e);for(let t of e)t.instances.push(s);let o=function(t){let e=[[]];for(let i=0;i<t.length;i++)for(let n=0,s=e.length;n<s;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 o)n.push(at.get(e,t));return s}}function ht(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=[],s=2,o=t;for(let e=0;;){if("..."==o&&e>0&&e+3==t.length){s=1;break}let n=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(o);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 r=t[e++];if(e==t.length&&"!"==r){s=0;break}if("/"!=r)throw new RangeError("Invalid path: "+t);o=t.slice(e)}let r=i.length-1,l=i[r];if(!l)throw new RangeError("Invalid path: "+t);let a=new ut(n,s,r>0?i.slice(0,r):null);e[l]=a.sort(e[l])}}return ct.add(e)}const ct=new s;class ut{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 dt(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:s=null}=e||{};return{style:t=>{let e=s;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 ft(t,e,i,n=0,s=t.length){let o=new pt(n,Array.isArray(e)?e:[e],i);o.highlightRange(t.cursor(),n,s,"",o.highlighters),o.flush(s)}ut.empty=new ut([],2,null);class pt{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:l,to:a}=t;if(l>=i||a<=e)return;r.isTop&&(o=this.highlighters.filter((t=>!t.scope||t.scope(r))));let h=n,c=function(t){let e=t.type.prop(ct);for(;e&&e.context&&!t.matchContext(e.context);)e=e.next;return e||null}(t)||ut.empty,u=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(u&&(h&&(h+=" "),h+=u,1==c.mode&&(n+=(n?" ":"")+u)),this.startSpan(Math.max(e,l),h),c.opaque)return;let d=t.tree&&t.tree.prop(s.mounted);if(d&&d.overlay){let s=t.node.enter(d.overlay[0].from+l,1),r=this.highlighters.filter((t=>!t.scope||t.scope(d.tree.type))),c=t.firstChild();for(let u=0,f=l;;u++){let p=u<d.overlay.length?d.overlay[u]:null,m=p?p.from+l:a,g=Math.max(e,f),v=Math.min(i,m);if(g<v&&c)for(;t.from<v&&(this.highlightRange(t,g,v,n,o),this.startSpan(Math.min(v,t.to),h),!(t.to>=m)&&t.nextSibling()););if(!p||m>i)break;f=p.to+l,f>e&&(this.highlightRange(s.cursor(),Math.max(e,p.from+l),Math.min(i,f),"",r),this.startSpan(Math.min(i,f),h))}c&&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),h)}}while(t.nextSibling());t.parent()}}}const mt=rt.define,gt=mt(),vt=mt(),bt=mt(vt),wt=mt(vt),yt=mt(),xt=mt(yt),kt=mt(yt),Ot=mt(),St=mt(Ot),Ct=mt(),At=mt(),Mt=mt(),Tt=mt(Mt),Dt=mt(),Pt={comment:gt,lineComment:mt(gt),blockComment:mt(gt),docComment:mt(gt),name:vt,variableName:mt(vt),typeName:bt,tagName:mt(bt),propertyName:wt,attributeName:mt(wt),className:mt(vt),labelName:mt(vt),namespace:mt(vt),macroName:mt(vt),literal:yt,string:xt,docString:mt(xt),character:mt(xt),attributeValue:mt(xt),number:kt,integer:mt(kt),float:mt(kt),bool:mt(yt),regexp:mt(yt),escape:mt(yt),color:mt(yt),url:mt(yt),keyword:Ct,self:mt(Ct),null:mt(Ct),atom:mt(Ct),unit:mt(Ct),modifier:mt(Ct),operatorKeyword:mt(Ct),controlKeyword:mt(Ct),definitionKeyword:mt(Ct),moduleKeyword:mt(Ct),operator:At,derefOperator:mt(At),arithmeticOperator:mt(At),logicOperator:mt(At),bitwiseOperator:mt(At),compareOperator:mt(At),updateOperator:mt(At),definitionOperator:mt(At),typeOperator:mt(At),controlOperator:mt(At),punctuation:Mt,separator:mt(Mt),bracket:Tt,angleBracket:mt(Tt),squareBracket:mt(Tt),paren:mt(Tt),brace:mt(Tt),content:Ot,heading:St,heading1:mt(St),heading2:mt(St),heading3:mt(St),heading4:mt(St),heading5:mt(St),heading6:mt(St),contentSeparator:mt(Ot),list:mt(Ot),quote:mt(Ot),emphasis:mt(Ot),strong:mt(Ot),link:mt(Ot),monospace:mt(Ot),strikethrough:mt(Ot),inserted:mt(),deleted:mt(),changed:mt(),invalid:mt(),meta:Dt,documentMeta:mt(Dt),annotation:mt(Dt),processingInstruction:mt(Dt),definition:rt.defineModifier("definition"),constant:rt.defineModifier("constant"),function:rt.defineModifier("function"),standard:rt.defineModifier("standard"),local:rt.defineModifier("local"),special:rt.defineModifier("special")};for(let t in Pt){let e=Pt[t];e instanceof rt&&(e.name=t)}dt([{tag:Pt.link,class:"tok-link"},{tag:Pt.heading,class:"tok-heading"},{tag:Pt.emphasis,class:"tok-emphasis"},{tag:Pt.strong,class:"tok-strong"},{tag:Pt.keyword,class:"tok-keyword"},{tag:Pt.atom,class:"tok-atom"},{tag:Pt.bool,class:"tok-bool"},{tag:Pt.url,class:"tok-url"},{tag:Pt.labelName,class:"tok-labelName"},{tag:Pt.inserted,class:"tok-inserted"},{tag:Pt.deleted,class:"tok-deleted"},{tag:Pt.literal,class:"tok-literal"},{tag:Pt.string,class:"tok-string"},{tag:Pt.number,class:"tok-number"},{tag:[Pt.regexp,Pt.escape,Pt.special(Pt.string)],class:"tok-string2"},{tag:Pt.variableName,class:"tok-variableName"},{tag:Pt.local(Pt.variableName),class:"tok-variableName tok-local"},{tag:Pt.definition(Pt.variableName),class:"tok-variableName tok-definition"},{tag:Pt.special(Pt.variableName),class:"tok-variableName2"},{tag:Pt.definition(Pt.propertyName),class:"tok-propertyName tok-definition"},{tag:Pt.typeName,class:"tok-typeName"},{tag:Pt.namespace,class:"tok-namespace"},{tag:Pt.className,class:"tok-className"},{tag:Pt.macroName,class:"tok-macroName"},{tag:Pt.propertyName,class:"tok-propertyName"},{tag:Pt.operator,class:"tok-operator"},{tag:Pt.comment,class:"tok-comment"},{tag:Pt.meta,class:"tok-meta"},{tag:Pt.invalid,class:"tok-invalid"},{tag:Pt.punctuation,class:"tok-punctuation"}]);const Rt=[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];function Et(t){return t>=65&&t<=90||t>=97&&t<=122||t>=161}function Bt(t){return t>=48&&t<=57}const Nt=new q(((t,e)=>{for(let i=!1,n=0,s=0;;s++){let{next:o}=t;if(Et(o)||45==o||95==o||i&&Bt(o))!i&&(45!=o||s>0)&&(i=!0),n===s&&45==o&&n++,t.advance();else{if(92!=o||10==t.peek(1)){i&&t.acceptToken(40==o?100:2==n&&e.canShift(2)?2:101);break}t.advance(),t.next>-1&&t.advance(),i=!0}}})),Lt=new q((t=>{if(Rt.includes(t.peek(-1))){let{next:e}=t;(Et(e)||95==e||35==e||46==e||91==e||58==e&&Et(t.peek(1))||45==e||38==e)&&t.acceptToken(99)}})),It=new q((t=>{if(!Rt.includes(t.peek(-1))){let{next:e}=t;if(37==e&&(t.advance(),t.acceptToken(1)),Et(e)){do{t.advance()}while(Et(t.next)||Bt(t.next));t.acceptToken(1)}}})),Qt=ht({"AtKeyword import charset namespace keyframes media supports":Pt.definitionKeyword,"from to selector":Pt.keyword,NamespaceName:Pt.namespace,KeyframeName:Pt.labelName,KeyframeRangeName:Pt.operatorKeyword,TagName:Pt.tagName,ClassName:Pt.className,PseudoClassName:Pt.constant(Pt.className),IdName:Pt.labelName,"FeatureName PropertyName":Pt.propertyName,AttributeName:Pt.attributeName,NumberLiteral:Pt.number,KeywordQuery:Pt.keyword,UnaryQueryOp:Pt.operatorKeyword,"CallTag ValueName":Pt.atom,VariableName:Pt.variableName,Callee:Pt.operatorKeyword,Unit:Pt.unit,"UniversalSelector NestingSelector":Pt.definitionOperator,MatchOp:Pt.compareOperator,"ChildOp SiblingOp, LogicOp":Pt.logicOperator,BinOp:Pt.arithmeticOperator,Important:Pt.modifier,Comment:Pt.blockComment,ColorLiteral:Pt.color,"ParenthesizedContent StringLiteral":Pt.string,":":Pt.punctuation,"PseudoOp #":Pt.derefOperator,"; ,":Pt.separator,"( )":Pt.paren,"[ ]":Pt.squareBracket,"{ }":Pt.brace}),zt={__proto__:null,lang:32,"nth-child":32,"nth-last-child":32,"nth-of-type":32,"nth-last-of-type":32,dir:32,"host-context":32,url:60,"url-prefix":60,domain:60,regexp:60,selector:138},$t={__proto__:null,"@import":118,"@media":142,"@charset":146,"@namespace":150,"@keyframes":156,"@supports":168},Wt={__proto__:null,not:132,only:132},Vt=it.deserialize({version:14,states:":jQYQ[OOO#_Q[OOP#fOWOOOOQP'#Cd'#CdOOQP'#Cc'#CcO#kQ[O'#CfO$_QXO'#CaO$fQ[O'#ChO$qQ[O'#DTO$vQ[O'#DWOOQP'#Em'#EmO${QdO'#DgO%jQ[O'#DtO${QdO'#DvO%{Q[O'#DxO&WQ[O'#D{O&`Q[O'#ERO&nQ[O'#ETOOQS'#El'#ElOOQS'#EW'#EWQYQ[OOO&uQXO'#CdO'jQWO'#DcO'oQWO'#EsO'zQ[O'#EsQOQWOOP(UO#tO'#C_POOO)C@[)C@[OOQP'#Cg'#CgOOQP,59Q,59QO#kQ[O,59QO(aQ[O'#E[O({QWO,58{O)TQ[O,59SO$qQ[O,59oO$vQ[O,59rO(aQ[O,59uO(aQ[O,59wO(aQ[O,59xO)`Q[O'#DbOOQS,58{,58{OOQP'#Ck'#CkOOQO'#DR'#DROOQP,59S,59SO)gQWO,59SO)lQWO,59SOOQP'#DV'#DVOOQP,59o,59oOOQO'#DX'#DXO)qQ`O,59rOOQS'#Cp'#CpO${QdO'#CqO)yQvO'#CsO+ZQtO,5:ROOQO'#Cx'#CxO)lQWO'#CwO+oQWO'#CyO+tQ[O'#DOOOQS'#Ep'#EpOOQO'#Dj'#DjO+|Q[O'#DqO,[QWO'#EtO&`Q[O'#DoO,jQWO'#DrOOQO'#Eu'#EuO)OQWO,5:`O,oQpO,5:bOOQS'#Dz'#DzO,wQWO,5:dO,|Q[O,5:dOOQO'#D}'#D}O-UQWO,5:gO-ZQWO,5:mO-cQWO,5:oOOQS-E8U-E8UO-kQdO,59}O-{Q[O'#E^O.YQWO,5;_O.YQWO,5;_POOO'#EV'#EVP.eO#tO,58yPOOO,58y,58yOOQP1G.l1G.lO/[QXO,5:vOOQO-E8Y-E8YOOQS1G.g1G.gOOQP1G.n1G.nO)gQWO1G.nO)lQWO1G.nOOQP1G/Z1G/ZO/iQ`O1G/^O0SQXO1G/aO0jQXO1G/cO1QQXO1G/dO1hQWO,59|O1mQ[O'#DSO1tQdO'#CoOOQP1G/^1G/^O${QdO1G/^O1{QpO,59]OOQS,59_,59_O${QdO,59aO2TQWO1G/mOOQS,59c,59cO2YQ!bO,59eOOQS'#DP'#DPOOQS'#EY'#EYO2eQ[O,59jOOQS,59j,59jO2mQWO'#DjO2xQWO,5:VO2}QWO,5:]O&`Q[O,5:XO&`Q[O'#E_O3VQWO,5;`O3bQWO,5:ZO(aQ[O,5:^OOQS1G/z1G/zOOQS1G/|1G/|OOQS1G0O1G0OO3sQWO1G0OO3xQdO'#EOOOQS1G0R1G0ROOQS1G0X1G0XOOQS1G0Z1G0ZO4TQtO1G/iOOQO1G/i1G/iOOQO,5:x,5:xO4kQ[O,5:xOOQO-E8[-E8[O4xQWO1G0yPOOO-E8T-E8TPOOO1G.e1G.eOOQP7+$Y7+$YOOQP7+$x7+$xO${QdO7+$xOOQS1G/h1G/hO5TQXO'#ErO5[QWO,59nO5aQtO'#EXO6XQdO'#EoO6cQWO,59ZO6hQpO7+$xOOQS1G.w1G.wOOQS1G.{1G.{OOQS7+%X7+%XOOQS1G/P1G/PO6pQWO1G/POOQS-E8W-E8WOOQS1G/U1G/UO${QdO1G/qOOQO1G/w1G/wOOQO1G/s1G/sO6uQWO,5:yOOQO-E8]-E8]O7TQXO1G/xOOQS7+%j7+%jO7[QYO'#CsOOQO'#EQ'#EQO7gQ`O'#EPOOQO'#EP'#EPO7rQWO'#E`O7zQdO,5:jOOQS,5:j,5:jO8VQtO'#E]O${QdO'#E]O9WQdO7+%TOOQO7+%T7+%TOOQO1G0d1G0dO9kQpO<<HdO9sQWO,5;^OOQP1G/Y1G/YOOQS-E8V-E8VO${QdO'#EZO9{QWO,5;ZOOQT1G.u1G.uOOQP<<Hd<<HdOOQS7+$k7+$kO:TQdO7+%]OOQO7+%d7+%dOOQO,5:k,5:kO3{QdO'#EaO7rQWO,5:zOOQS,5:z,5:zOOQS-E8^-E8^OOQS1G0U1G0UO:[QtO,5:wOOQS-E8Z-E8ZOOQO<<Ho<<HoOOQPAN>OAN>OO;]QdO,5:uOOQO-E8X-E8XOOQO<<Hw<<HwOOQO,5:{,5:{OOQO-E8_-E8_OOQS1G0f1G0f",stateData:";o~O#ZOS#[QQ~OUYOXYO]VO^VOqXOxWO![aO!]ZO!i[O!k]O!m^O!p_O!v`O#XRO#bTO~OQfOUYOXYO]VO^VOqXOxWO![aO!]ZO!i[O!k]O!m^O!p_O!v`O#XeO#bTO~O#U#gP~P!ZO#[jO~O#XlO~O]qO^qOqsOtoOxrO!OtO!RvO#VuO#bnO~O!TwO~P#pO`}O#WzO#XyO~O#X!OO~O#X!QO~OQ![Ob!TOf![Oh![On!YOq!ZO#W!WO#X!SO#e!UO~Ob!^O!d!`O!g!aO#X!]O!T#hP~Oh!fOn!YO#X!eO~Oh!hO#X!hO~Ob!^O!d!`O!g!aO#X!]O~O!Y#hP~P%jO]WX]!WX^WXqWXtWXxWX!OWX!RWX!TWX#VWX#bWX~O]!mO~O!Y!nO#U#gX!S#gX~O#U#gX!S#gX~P!ZO#]!qO#^!qO#_!sO~OUYOXYO]VO^VOqXOxWO#XRO#bTO~OtoO!TwO~O`!zO#WzO#XyO~O!S#gP~P!ZOb#RO~Ob#SO~Op#TO|#UO~OP#WObgXjgX!YgX!dgX!ggX#XgXagXQgXfgXhgXngXqgXtgX!XgX#UgX#WgX#egXpgX!SgX~Ob!^Oj#XO!d!`O!g!aO#X!]O!Y#hP~Ob#[O~Op#`O#X#]O~Ob!^O!d!`O!g!aO#X#aO~Ot#eO!b#dO!T#hX!Y#hX~Ob#hO~Oj#XO!Y#jO~O!Y#kO~Oh#lOn!YO~O!T#mO~O!TwO!b#dO~O!TwO!Y#pO~O!X#rO!Y!Va#U!Va!S!Va~P${O!Y#QX#U#QX!S#QX~P!ZO!Y!nO#U#ga!S#ga~O#]!qO#^!qO#_#xO~O]qO^qOqsOxrO!OtO!RvO#VuO#bnO~Ot#Oa!T#Oaa#Oa~P.pOp#zO|#{O~O]qO^qOqsOxrO#bnO~Ot}i!O}i!R}i!T}i#V}ia}i~P/qOt!Pi!O!Pi!R!Pi!T!Pi#V!Pia!Pi~P/qOt!Qi!O!Qi!R!Qi!T!Qi#V!Qia!Qi~P/qO!S#|O~Oa#fP~P(aOa#cP~P${Oa$TOj#XO~O!Y$VO~Oa$WOh$XOo$XO~Op$ZO#X#]O~O]!`Xa!^X!b!^X~O]$[O~Oa$]O!b#dO~Ot#eO!T#ha!Y#ha~O!b#dOt!ca!T!ca!Y!caa!ca~O!Y$bO~O!S$iO#X$dO#e$cO~Oj#XOt$kO!X$mO!Y!Vi#U!Vi!S!Vi~P${O!Y#Qa#U#Qa!S#Qa~P!ZO!Y!nO#U#gi!S#gi~Oa#fX~P#pOa$qO~Oj#XOQ!{Xa!{Xb!{Xf!{Xh!{Xn!{Xq!{Xt!{X#W!{X#X!{X#e!{X~Ot$sOa#cX~P${Oa$uO~Oj#XOp$vO~Oa$wO~O!b#dOt#Ra!T#Ra!Y#Ra~Oa$yO~P.pOP#WOtgX!TgX~O#e$cOt!sX!T!sX~Ot${O!TwO~O!S%PO#X$dO#e$cO~Oj#XOQ#PXb#PXf#PXh#PXn#PXq#PXt#PX!X#PX!Y#PX#U#PX#W#PX#X#PX#e#PX!S#PX~Ot$kO!X%SO!Y!Vq#U!Vq!S!Vq~P${Oj#XOp%TO~OtoOa#fa~Ot$sOa#ca~Oa%WO~P${Oj#XOQ#Pab#Paf#Pah#Pan#Paq#Pat#Pa!X#Pa!Y#Pa#U#Pa#W#Pa#X#Pa#e#Pa!S#Pa~Oa!}at!}a~P${O#Zo#[#ej!R#e~",goto:"-g#jPPP#kP#nP#w$WP#w$g#wPP$mPPP$s$|$|P%`P$|P$|%z&^PPPP$|&vP&z'Q#wP'W#w'^P#wP#w#wPPP'd'y(WPP#nPP(_(_(i(_P(_P(_(_P#nP#nP#nP(l#nP(o(r(u(|#nP#nP)R)X)h)v)|*S*^*d*n*t*zPPPPPPPPPP+Q+ZP+v+yP,o,r,x-RRkQ_bOPdhw!n#tkYOPdhotuvw!n#R#h#tkSOPdhotuvw!n#R#h#tQmTR!tnQ{VR!xqQ!x}Q#Z!XR#y!zq![Z]!T!m#S#U#X#q#{$Q$[$k$l$s$x%Up![Z]!T!m#S#U#X#q#{$Q$[$k$l$s$x%UU$f#m$h${R$z$eq!XZ]!T!m#S#U#X#q#{$Q$[$k$l$s$x%Up![Z]!T!m#S#U#X#q#{$Q$[$k$l$s$x%UQ!f^R#l!gT#^!Z#_Q|VR!yqQ!x|R#y!yQ!PWR!{rQ!RXR!|sQxUQ!wpQ#i!cQ#o!jQ#p!kQ$}$gR%Z$|SgPwQ!phQ#s!nR$n#tZfPhw!n#ta!b[`a!V!^!`#d#eR#b!^R!g^R!i_R#n!iS$g#m$hR%X${V$e#m$h${Q!rjR#w!rQdOShPwU!ldh#tR#t!nQ$Q#SU$r$Q$x%UQ$x$[R%U$sQ#_!ZR$Y#_Q$t$QR%V$tQpUS!vp$pR$p#}Q$l#qR%R$lQ!ogS#u!o#vR#v!pQ#f!_R$`#fQ$h#mR%O$hQ$|$gR%Y$|_cOPdhw!n#t^UOPdhw!n#tQ!uoQ!}tQ#OuQ#PvQ#}#RR$a#hR$R#SQ!VZQ!d]Q#V!TQ#q!m[$P#S$Q$[$s$x%UQ$S#UQ$U#XS$j#q$lQ$o#{R%Q$kR$O#RQiPR#QwQ!c[Q!kaR#Y!VU!_[a!VQ!j`Q#c!^Q#g!`Q$^#dR$_#e",nodeNames:"⚠ Unit VariableName Comment StyleSheet RuleSet UniversalSelector TagSelector TagName NestingSelector ClassSelector ClassName PseudoClassSelector : :: PseudoClassName PseudoClassName ) ( ArgList ValueName ParenthesizedValue ColorLiteral NumberLiteral StringLiteral BinaryExpression BinOp CallExpression Callee CallLiteral CallTag ParenthesizedContent ] [ LineNames LineName , PseudoClassName ArgList IdSelector # IdName AttributeSelector AttributeName MatchOp ChildSelector ChildOp DescendantSelector SiblingSelector SiblingOp } { Block Declaration PropertyName Important ; ImportStatement AtKeyword import KeywordQuery FeatureQuery FeatureName BinaryQuery LogicOp UnaryQuery UnaryQueryOp ParenthesizedQuery SelectorQuery selector MediaStatement media CharsetStatement charset NamespaceStatement namespace NamespaceName KeyframesStatement keyframes KeyframeName KeyframeList KeyframeSelector KeyframeRangeName SupportsStatement supports AtRule Styles",maxTerm:117,nodeProps:[["isolate",-2,3,24,""],["openedBy",17,"(",32,"[",50,"{"],["closedBy",18,")",33,"]",51,"}"]],propSources:[Qt],skippedNodes:[0,3,87],repeatNodeCount:11,tokenData:"J^~R!^OX$}X^%u^p$}pq%uqr)Xrs.Rst/utu6duv$}vw7^wx7oxy9^yz9oz{9t{|:_|}?Q}!O?c!O!P@Q!P!Q@i!Q![Ab![!]B]!]!^CX!^!_$}!_!`Cj!`!aC{!a!b$}!b!cDw!c!}$}!}#OFa#O#P$}#P#QFr#Q#R6d#R#T$}#T#UGT#U#c$}#c#dHf#d#o$}#o#pH{#p#q6d#q#rI^#r#sIo#s#y$}#y#z%u#z$f$}$f$g%u$g#BY$}#BY#BZ%u#BZ$IS$}$IS$I_%u$I_$I|$}$I|$JO%u$JO$JT$}$JT$JU%u$JU$KV$}$KV$KW%u$KW&FU$}&FU&FV%u&FV;'S$};'S;=`JW<%lO$}`%QSOy%^z;'S%^;'S;=`%o<%lO%^`%cSo`Oy%^z;'S%^;'S;=`%o<%lO%^`%rP;=`<%l%^~%zh#Z~OX%^X^'f^p%^pq'fqy%^z#y%^#y#z'f#z$f%^$f$g'f$g#BY%^#BY#BZ'f#BZ$IS%^$IS$I_'f$I_$I|%^$I|$JO'f$JO$JT%^$JT$JU'f$JU$KV%^$KV$KW'f$KW&FU%^&FU&FV'f&FV;'S%^;'S;=`%o<%lO%^~'mh#Z~o`OX%^X^'f^p%^pq'fqy%^z#y%^#y#z'f#z$f%^$f$g'f$g#BY%^#BY#BZ'f#BZ$IS%^$IS$I_'f$I_$I|%^$I|$JO'f$JO$JT%^$JT$JU'f$JU$KV%^$KV$KW'f$KW&FU%^&FU&FV'f&FV;'S%^;'S;=`%o<%lO%^l)[UOy%^z#]%^#]#^)n#^;'S%^;'S;=`%o<%lO%^l)sUo`Oy%^z#a%^#a#b*V#b;'S%^;'S;=`%o<%lO%^l*[Uo`Oy%^z#d%^#d#e*n#e;'S%^;'S;=`%o<%lO%^l*sUo`Oy%^z#c%^#c#d+V#d;'S%^;'S;=`%o<%lO%^l+[Uo`Oy%^z#f%^#f#g+n#g;'S%^;'S;=`%o<%lO%^l+sUo`Oy%^z#h%^#h#i,V#i;'S%^;'S;=`%o<%lO%^l,[Uo`Oy%^z#T%^#T#U,n#U;'S%^;'S;=`%o<%lO%^l,sUo`Oy%^z#b%^#b#c-V#c;'S%^;'S;=`%o<%lO%^l-[Uo`Oy%^z#h%^#h#i-n#i;'S%^;'S;=`%o<%lO%^l-uS!X[o`Oy%^z;'S%^;'S;=`%o<%lO%^~.UWOY.RZr.Rrs.ns#O.R#O#P.s#P;'S.R;'S;=`/o<%lO.R~.sOh~~.vRO;'S.R;'S;=`/P;=`O.R~/SXOY.RZr.Rrs.ns#O.R#O#P.s#P;'S.R;'S;=`/o;=`<%l.R<%lO.R~/rP;=`<%l.Rn/zYxQOy%^z!Q%^!Q![0j![!c%^!c!i0j!i#T%^#T#Z0j#Z;'S%^;'S;=`%o<%lO%^l0oYo`Oy%^z!Q%^!Q![1_![!c%^!c!i1_!i#T%^#T#Z1_#Z;'S%^;'S;=`%o<%lO%^l1dYo`Oy%^z!Q%^!Q![2S![!c%^!c!i2S!i#T%^#T#Z2S#Z;'S%^;'S;=`%o<%lO%^l2ZYf[o`Oy%^z!Q%^!Q![2y![!c%^!c!i2y!i#T%^#T#Z2y#Z;'S%^;'S;=`%o<%lO%^l3QYf[o`Oy%^z!Q%^!Q![3p![!c%^!c!i3p!i#T%^#T#Z3p#Z;'S%^;'S;=`%o<%lO%^l3uYo`Oy%^z!Q%^!Q![4e![!c%^!c!i4e!i#T%^#T#Z4e#Z;'S%^;'S;=`%o<%lO%^l4lYf[o`Oy%^z!Q%^!Q![5[![!c%^!c!i5[!i#T%^#T#Z5[#Z;'S%^;'S;=`%o<%lO%^l5aYo`Oy%^z!Q%^!Q![6P![!c%^!c!i6P!i#T%^#T#Z6P#Z;'S%^;'S;=`%o<%lO%^l6WSf[o`Oy%^z;'S%^;'S;=`%o<%lO%^d6gUOy%^z!_%^!_!`6y!`;'S%^;'S;=`%o<%lO%^d7QS|So`Oy%^z;'S%^;'S;=`%o<%lO%^b7cSXQOy%^z;'S%^;'S;=`%o<%lO%^~7rWOY7oZw7owx.nx#O7o#O#P8[#P;'S7o;'S;=`9W<%lO7o~8_RO;'S7o;'S;=`8h;=`O7o~8kXOY7oZw7owx.nx#O7o#O#P8[#P;'S7o;'S;=`9W;=`<%l7o<%lO7o~9ZP;=`<%l7on9cSb^Oy%^z;'S%^;'S;=`%o<%lO%^~9tOa~n9{UUQjWOy%^z!_%^!_!`6y!`;'S%^;'S;=`%o<%lO%^n:fWjW!RQOy%^z!O%^!O!P;O!P!Q%^!Q![>T![;'S%^;'S;=`%o<%lO%^l;TUo`Oy%^z!Q%^!Q![;g![;'S%^;'S;=`%o<%lO%^l;nYo`#e[Oy%^z!Q%^!Q![;g![!g%^!g!h<^!h#X%^#X#Y<^#Y;'S%^;'S;=`%o<%lO%^l<cYo`Oy%^z{%^{|=R|}%^}!O=R!O!Q%^!Q![=j![;'S%^;'S;=`%o<%lO%^l=WUo`Oy%^z!Q%^!Q![=j![;'S%^;'S;=`%o<%lO%^l=qUo`#e[Oy%^z!Q%^!Q![=j![;'S%^;'S;=`%o<%lO%^l>[[o`#e[Oy%^z!O%^!O!P;g!P!Q%^!Q![>T![!g%^!g!h<^!h#X%^#X#Y<^#Y;'S%^;'S;=`%o<%lO%^n?VSt^Oy%^z;'S%^;'S;=`%o<%lO%^l?hWjWOy%^z!O%^!O!P;O!P!Q%^!Q![>T![;'S%^;'S;=`%o<%lO%^n@VU#bQOy%^z!Q%^!Q![;g![;'S%^;'S;=`%o<%lO%^~@nTjWOy%^z{@}{;'S%^;'S;=`%o<%lO%^~AUSo`#[~Oy%^z;'S%^;'S;=`%o<%lO%^lAg[#e[Oy%^z!O%^!O!P;g!P!Q%^!Q![>T![!g%^!g!h<^!h#X%^#X#Y<^#Y;'S%^;'S;=`%o<%lO%^bBbU]QOy%^z![%^![!]Bt!];'S%^;'S;=`%o<%lO%^bB{S^Qo`Oy%^z;'S%^;'S;=`%o<%lO%^nC^S!Y^Oy%^z;'S%^;'S;=`%o<%lO%^dCoS|SOy%^z;'S%^;'S;=`%o<%lO%^bDQU!OQOy%^z!`%^!`!aDd!a;'S%^;'S;=`%o<%lO%^bDkS!OQo`Oy%^z;'S%^;'S;=`%o<%lO%^bDzWOy%^z!c%^!c!}Ed!}#T%^#T#oEd#o;'S%^;'S;=`%o<%lO%^bEk[![Qo`Oy%^z}%^}!OEd!O!Q%^!Q![Ed![!c%^!c!}Ed!}#T%^#T#oEd#o;'S%^;'S;=`%o<%lO%^nFfSq^Oy%^z;'S%^;'S;=`%o<%lO%^nFwSp^Oy%^z;'S%^;'S;=`%o<%lO%^bGWUOy%^z#b%^#b#cGj#c;'S%^;'S;=`%o<%lO%^bGoUo`Oy%^z#W%^#W#XHR#X;'S%^;'S;=`%o<%lO%^bHYS!bQo`Oy%^z;'S%^;'S;=`%o<%lO%^bHiUOy%^z#f%^#f#gHR#g;'S%^;'S;=`%o<%lO%^fIQS!TUOy%^z;'S%^;'S;=`%o<%lO%^nIcS!S^Oy%^z;'S%^;'S;=`%o<%lO%^fItU!RQOy%^z!_%^!_!`6y!`;'S%^;'S;=`%o<%lO%^`JZP;=`<%l$}",tokenizers:[Lt,It,Nt,1,2,3,4,new H("m~RRYZ[z{a~~g~aO#^~~dP!P!Qg~lO#_~~",28,105)],topRules:{StyleSheet:[0,4],Styles:[1,86]},specialized:[{term:100,get:t=>zt[t]||-1},{term:58,get:t=>$t[t]||-1},{term:101,get:t=>Wt[t]||-1}],tokenPrec:1219});class Ft{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]=Gt(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),qt.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]=Gt(this,t,e);let i=[];return this.decompose(t,e,i,0),qt.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 jt(this),s=new jt(t);for(let t=e,o=e;;){if(n.next(t),s.next(t),t=0,n.lineBreak!=s.lineBreak||n.done!=s.done||n.value!=s.value)return!1;if(o+=n.value.length,n.done||o>=i)return!0}}iter(t=1){return new jt(this,t)}iterRange(t,e=this.length){return new Ut(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 Kt(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 Ht(t):qt.from(Ht.split(t,[])):Ft.empty}}class Ht extends Ft{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 s=0;;s++){let o=this.text[s],r=n+o.length;if((e?i:r)>=t)return new Yt(n,r,i,o);n=r+1,i++}}decompose(t,e,i,n){let s=t<=0&&e>=this.length?this:new Ht(_t(this.text,t,e),Math.min(e,this.length)-Math.max(0,t));if(1&n){let t=i.pop(),e=Xt(s.text,t.text.slice(),0,s.length);if(e.length<=32)i.push(new Ht(e,t.length+s.length));else{let t=e.length>>1;i.push(new Ht(e.slice(0,t)),new Ht(e.slice(t)))}}else i.push(s)}replace(t,e,i){if(!(i instanceof Ht))return super.replace(t,e,i);[t,e]=Gt(this,t,e);let n=Xt(this.text,Xt(i.text,_t(this.text,0,t)),e),s=this.length+i.length-(e-t);return n.length<=32?new Ht(n,s):qt.from(Ht.split(n,[]),s)}sliceString(t,e=this.length,i="\n"){[t,e]=Gt(this,t,e);let n="";for(let s=0,o=0;s<=e&&o<this.text.length;o++){let r=this.text[o],l=s+r.length;s>t&&o&&(n+=i),t<l&&e>s&&(n+=r.slice(Math.max(0,t-s),e-s)),s=l+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 s of t)i.push(s),n+=s.length+1,32==i.length&&(e.push(new Ht(i,n)),i=[],n=-1);return n>-1&&e.push(new Ht(i,n)),e}}class qt extends Ft{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 s=0;;s++){let o=this.children[s],r=n+o.length,l=i+o.lines-1;if((e?l:r)>=t)return o.lineInner(t,e,i,n);n=r+1,i=l+1}}decompose(t,e,i,n){for(let s=0,o=0;o<=e&&s<this.children.length;s++){let r=this.children[s],l=o+r.length;if(t<=l&&e>=o){let s=n&((o<=t?1:0)|(l>=e?2:0));o>=t&&l<=e&&!s?i.push(r):r.decompose(t-o,e-o,i,s)}o=l+1}}replace(t,e,i){if([t,e]=Gt(this,t,e),i.lines<this.lines)for(let n=0,s=0;n<this.children.length;n++){let o=this.children[n],r=s+o.length;if(t>=s&&e<=r){let l=o.replace(t-s,e-s,i),a=this.lines-o.lines+l.lines;if(l.lines<a>>4&&l.lines>a>>6){let s=this.children.slice();return s[n]=l,new qt(s,this.length-(e-t)+i.length)}return super.replace(s,r,l)}s=r+1}return super.replace(t,e,i)}sliceString(t,e=this.length,i="\n"){[t,e]=Gt(this,t,e);let n="";for(let s=0,o=0;s<this.children.length&&o<=e;s++){let r=this.children[s],l=o+r.length;o>t&&s&&(n+=i),t<l&&e>o&&(n+=r.sliceString(t-o,e-o,i)),o=l+1}return n}flatten(t){for(let e of this.children)e.flatten(t)}scanIdentical(t,e){if(!(t instanceof qt))return 0;let i=0,[n,s,o,r]=e>0?[0,0,this.children.length,t.children.length]:[this.children.length-1,t.children.length-1,-1,-1];for(;;n+=e,s+=e){if(n==o||s==r)return i;let l=this.children[n],a=t.children[s];if(l!=a)return i+l.scanIdentical(a,e);i+=l.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 Ht(i,e)}let n=Math.max(32,i>>5),s=n<<1,o=n>>1,r=[],l=0,a=-1,h=[];function c(t){let e;if(t.lines>s&&t instanceof qt)for(let e of t.children)c(e);else t.lines>o&&(l>o||!l)?(u(),r.push(t)):t instanceof Ht&&l&&(e=h[h.length-1])instanceof Ht&&t.lines+e.lines<=32?(l+=t.lines,a+=t.length+1,h[h.length-1]=new Ht(e.text.concat(t.text),e.length+1+t.length)):(l+t.lines>n&&u(),l+=t.lines,a+=t.length+1,h.push(t))}function u(){0!=l&&(r.push(1==h.length?h[0]:qt.from(h,a)),a=-1,l=h.length=0)}for(let e of t)c(e);return u(),1==r.length?r[0]:new qt(r,e)}}function Xt(t,e,i=0,n=1e9){for(let s=0,o=0,r=!0;o<t.length&&s<=n;o++){let l=t[o],a=s+l.length;a>=i&&(a>n&&(l=l.slice(0,n-s)),s<i&&(l=l.slice(i-s)),r?(e[e.length-1]+=l,r=!1):e.push(l)),s=a+1}return e}function _t(t,e,i){return Xt(t,[""],e,i)}Ft.empty=new Ht([""],0);class jt{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 Ht?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],s=this.offsets[i],o=s>>1,r=n instanceof Ht?n.text.length:n.children.length;if(o==(e>0?r: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&s)==(e>0?0:1)){if(this.offsets[i]+=e,0==t)return this.lineBreak=!0,this.value="\n",this;t--}else if(n instanceof Ht){let s=n.text[o+(e<0?-1:0)];if(this.offsets[i]+=e,s.length>Math.max(0,t))return this.value=0==t?s:e>0?s.slice(t):s.slice(0,s.length-t),this;t-=s.length}else{let s=n.children[o+(e<0?-1:0)];t>s.length?(t-=s.length,this.offsets[i]+=e):(e<0&&this.offsets[i]--,this.nodes.push(s),this.offsets.push(e>0?1:(s instanceof Ht?s.text.length:s.children.length)<<1))}}}next(t=0){return t<0&&(this.nextInner(-t,-this.dir),t=this.value.length),this.nextInner(t,this.dir)}}class Ut{constructor(t,e,i){this.value="",this.done=!1,this.cursor=new jt(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 Kt{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&&(Ft.prototype[Symbol.iterator]=function(){return this.iter()},jt.prototype[Symbol.iterator]=Ut.prototype[Symbol.iterator]=Kt.prototype[Symbol.iterator]=function(){return this});class Yt{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 Gt(t,e,i){return[e=Math.max(0,Math.min(t.length,e)),Math.max(e,Math.min(t.length,i))]}let Zt="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<Zt.length;t++)Zt[t]+=Zt[t-1];function Jt(t){for(let e=1;e<Zt.length;e+=2)if(Zt[e]>t)return Zt[e-1]<=t;return!1}function te(t){return t>=127462&&t<=127487}const ee=8205;function ie(t,e,i=!0,n=!0){return(i?ne:se)(t,e,n)}function ne(t,e,i){if(e==t.length)return e;e&&oe(t.charCodeAt(e))&&re(t.charCodeAt(e-1))&&e--;let n=le(t,e);for(e+=he(n);e<t.length;){let s=le(t,e);if(n==ee||s==ee||i&&Jt(s))e+=he(s),n=s;else{if(!te(s))break;{let i=0,n=e-2;for(;n>=0&&te(le(t,n));)i++,n-=2;if(i%2==0)break;e+=2}}}return e}function se(t,e,i){for(;e>0;){let n=ne(t,e-2,i);if(n<e)return n;e--}return 0}function oe(t){return t>=56320&&t<57344}function re(t){return t>=55296&&t<56320}function le(t,e){let i=t.charCodeAt(e);if(!re(i)||e+1==t.length)return i;let n=t.charCodeAt(e+1);return oe(n)?n-56320+(i-55296<<10)+65536:i}function ae(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode(55296+(t>>10),56320+(1023&t)))}function he(t){return t<65536?1:2}const ce=/\r\n?|\n/;var ue=function(t){return t[t.Simple=0]="Simple",t[t.TrackDel=1]="TrackDel",t[t.TrackBefore=2]="TrackBefore",t[t.TrackAfter=3]="TrackAfter",t}(ue||(ue={}));class de{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 s=this.sections[e++],o=this.sections[e++];o<0?(t(i,n,s),n+=s):n+=o,i+=s}}iterChangedRanges(t,e=!1){ge(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 de(t)}composeDesc(t){return this.empty?t:t.empty?this:be(this,t)}mapDesc(t,e=!1){return t.empty?this:ve(this,t,e)}mapPos(t,e=-1,i=ue.Simple){let n=0,s=0;for(let o=0;o<this.sections.length;){let r=this.sections[o++],l=this.sections[o++],a=n+r;if(l<0){if(a>t)return s+(t-n);s+=r}else{if(i!=ue.Simple&&a>=t&&(i==ue.TrackDel&&n<t&&a>t||i==ue.TrackBefore&&n<t||i==ue.TrackAfter&&a>t))return null;if(a>t||a==t&&e<0&&!r)return t==n||e<0?s:s+l;s+=l}n=a}if(t>n)throw new RangeError(`Position ${t} is out of range for changeset of length ${n}`);return s}touchesRange(t,e=t){for(let i=0,n=0;i<this.sections.length&&n<=e;){let s=n+this.sections[i++];if(this.sections[i++]>=0&&n<=e&&s>=t)return!(n<t&&s>e)||"cover";n=s}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 de(t)}static create(t){return new de(t)}}class fe extends de{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 ge(this,((e,i,n,s,o)=>t=t.replace(n,n+(i-e),o)),!1),t}mapDesc(t,e=!1){return ve(this,t,e,!0)}invert(t){let e=this.sections.slice(),i=[];for(let n=0,s=0;n<e.length;n+=2){let o=e[n],r=e[n+1];if(r>=0){e[n]=r,e[n+1]=o;let l=n>>1;for(;i.length<l;)i.push(Ft.empty);i.push(o?t.slice(s,s+o):Ft.empty)}s+=o}return new fe(e,i)}compose(t){return this.empty?t:t.empty?this:be(this,t,!0)}map(t,e=!1){return t.empty?this:ve(this,t,e,!0)}iterChanges(t,e=!1){ge(this,t,e)}get desc(){return de.create(this.sections)}filter(t){let e=[],i=[],n=[],s=new we(this);t:for(let o=0,r=0;;){let l=o==t.length?1e9:t[o++];for(;r<l||r==l&&0==s.len;){if(s.done)break t;let t=Math.min(s.len,l-r);pe(n,t,-1);let o=-1==s.ins?-1:0==s.off?s.ins:0;pe(e,t,o),o>0&&me(i,e,s.text),s.forward(t),r+=t}let a=t[o++];for(;r<a;){if(s.done)break t;let t=Math.min(s.len,a-r);pe(e,t,-1),pe(n,t,-1==s.ins?-1:0==s.off?s.ins:0),s.forward(t),r+=t}}return{changes:new fe(e,i),filtered:de.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=[],s=[],o=0,r=null;function l(t=!1){if(!t&&!n.length)return;o<e&&pe(n,e-o,-1);let i=new fe(n,s);r=r?r.compose(i.map(r)):i,n=[],s=[],o=0}return function t(a){if(Array.isArray(a))for(let e of a)t(e);else if(a instanceof fe){if(a.length!=e)throw new RangeError(`Mismatched change set length (got ${a.length}, expected ${e})`);l(),r=r?r.compose(a.map(r)):a}else{let{from:t,to:r=t,insert:h}=a;if(t>r||t<0||r>e)throw new RangeError(`Invalid change range ${t} to ${r} (in doc of length ${e})`);let c=h?"string"==typeof h?Ft.of(h.split(i||ce)):h:Ft.empty,u=c.length;if(t==r&&0==u)return;t<o&&l(),t>o&&pe(n,t-o,-1),pe(n,r-t,u),me(s,n,c),o=r}}(t),l(!r),r}static empty(t){return new fe(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 s=t[n];if("number"==typeof s)e.push(s,-1);else{if(!Array.isArray(s)||"number"!=typeof s[0]||s.some(((t,e)=>e&&"string"!=typeof t)))throw new RangeError("Invalid JSON representation of ChangeSet");if(1==s.length)e.push(s[0],0);else{for(;i.length<n;)i.push(Ft.empty);i[n]=Ft.of(s.slice(1)),e.push(s[0],i[n].length)}}}return new fe(e,i)}static createSet(t,e){return new fe(t,e)}}function pe(t,e,i,n=!1){if(0==e&&i<=0)return;let s=t.length-2;s>=0&&i<=0&&i==t[s+1]?t[s]+=e:0==e&&0==t[s]?t[s+1]+=i:n?(t[s]+=e,t[s+1]+=i):t.push(e,i)}function me(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(Ft.empty);t.push(i)}}function ge(t,e,i){let n=t.inserted;for(let s=0,o=0,r=0;r<t.sections.length;){let l=t.sections[r++],a=t.sections[r++];if(a<0)s+=l,o+=l;else{let h=s,c=o,u=Ft.empty;for(;h+=l,c+=a,a&&n&&(u=u.append(n[r-2>>1])),!(i||r==t.sections.length||t.sections[r+1]<0);)l=t.sections[r++],a=t.sections[r++];e(s,h,o,c,u),s=h,o=c}}}function ve(t,e,i,n=!1){let s=[],o=n?[]:null,r=new we(t),l=new we(e);for(let t=-1;;)if(-1==r.ins&&-1==l.ins){let t=Math.min(r.len,l.len);pe(s,t,-1),r.forward(t),l.forward(t)}else if(l.ins>=0&&(r.ins<0||t==r.i||0==r.off&&(l.len<r.len||l.len==r.len&&!i))){let e=l.len;for(pe(s,l.ins,-1);e;){let i=Math.min(r.len,e);r.ins>=0&&t<r.i&&r.len<=i&&(pe(s,0,r.ins),o&&me(o,s,r.text),t=r.i),r.forward(i),e-=i}l.next()}else{if(!(r.ins>=0)){if(r.done&&l.done)return o?fe.createSet(s,o):de.create(s);throw new Error("Mismatched change set lengths")}{let e=0,i=r.len;for(;i;)if(-1==l.ins){let t=Math.min(i,l.len);e+=t,i-=t,l.forward(t)}else{if(!(0==l.ins&&l.len<i))break;i-=l.len,l.next()}pe(s,e,t<r.i?r.ins:0),o&&t<r.i&&me(o,s,r.text),t=r.i,r.forward(r.len-i)}}}function be(t,e,i=!1){let n=[],s=i?[]:null,o=new we(t),r=new we(e);for(let t=!1;;){if(o.done&&r.done)return s?fe.createSet(n,s):de.create(n);if(0==o.ins)pe(n,o.len,0,t),o.next();else if(0!=r.len||r.done){if(o.done||r.done)throw new Error("Mismatched change set lengths");{let e=Math.min(o.len2,r.len),i=n.length;if(-1==o.ins){let i=-1==r.ins?-1:r.off?0:r.ins;pe(n,e,i,t),s&&i&&me(s,n,r.text)}else-1==r.ins?(pe(n,o.off?0:o.len,e,t),s&&me(s,n,o.textBit(e))):(pe(n,o.off?0:o.len,r.off?0:r.ins,t),s&&!r.off&&me(s,n,r.text));t=(o.ins>e||r.ins>=0&&r.len>e)&&(t||n.length>i),o.forward2(e),r.forward(e)}}else pe(n,0,r.ins,t),s&&me(s,n,r.text),r.next()}}class we{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?Ft.empty:t[e]}textBit(t){let{inserted:e}=this.set,i=this.i-2>>1;return i>=e.length&&!t?Ft.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 ye{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 ye(i,n,this.flags)}extend(t,e=t){if(t<=this.anchor&&e>=this.anchor)return xe.range(t,e);let i=Math.abs(t-this.anchor)>Math.abs(e-this.anchor)?t:e;return xe.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 xe.range(t.anchor,t.head)}static create(t,e,i){return new ye(t,e,i)}}class xe{constructor(t,e){this.ranges=t,this.mainIndex=e}map(t,e=-1){return t.empty?this:xe.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 xe([this.main],0)}addRange(t,e=!0){return xe.create([t].concat(this.ranges),e?0:this.mainIndex+1)}replaceRange(t,e=this.mainIndex){let i=this.ranges.slice();return i[e]=t,xe.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 xe(t.ranges.map((t=>ye.fromJSON(t))),t.main)}static single(t,e=t){return new xe([xe.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 s=t[n];if(s.empty?s.from<=i:s.from<i)return xe.normalized(t.slice(),e);i=s.to}return new xe(t,e)}static cursor(t,e=0,i,n){return ye.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 s=(null!=i?i:16777215)<<6|(null==n?7:Math.min(6,n));return e<t?ye.create(e,t,48|s):ye.create(t,e,(e>t?8:0)|s)}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],s=t[i-1];if(n.empty?n.from<=s.to:n.from<s.to){let o=s.from,r=Math.max(n.to,s.to);i<=e&&e--,t.splice(--i,2,n.anchor>n.head?xe.range(r,o):xe.range(o,r))}}return new xe(t,e)}}function ke(t,e){for(let i of t.ranges)if(i.to>e)throw new RangeError("Selection points outside of document")}let Oe=0;class Se{constructor(t,e,i,n,s){this.combine=t,this.compareInput=e,this.compare=i,this.isStatic=n,this.id=Oe++,this.default=t([]),this.extensions="function"==typeof s?s(this):s}get reader(){return this}static define(t={}){return new Se(t.combine||(t=>t),t.compareInput||((t,e)=>t===e),t.compare||(t.combine?(t,e)=>t===e:Ce),!!t.static,t.enables)}of(t){return new Ae([],this,0,t)}compute(t,e){if(this.isStatic)throw new Error("Can't compute a static facet");return new Ae(t,this,1,e)}computeN(t,e){if(this.isStatic)throw new Error("Can't compute a static facet");return new Ae(t,this,2,e)}from(t,e){return e||(e=t=>t),this.compute([t],(i=>e(i.field(t))))}}function Ce(t,e){return t==e||t.length==e.length&&t.every(((t,i)=>t===e[i]))}class Ae{constructor(t,e,i,n){this.dependencies=t,this.facet=e,this.type=i,this.value=n,this.id=Oe++}dynamicSlot(t){var e;let i=this.value,n=this.facet.compareInput,s=this.id,o=t[s]>>1,r=2==this.type,l=!1,a=!1,h=[];for(let i of this.dependencies)"doc"==i?l=!0:"selection"==i?a=!0:1&(null!==(e=t[i.id])&&void 0!==e?e:1)||h.push(t[i.id]);return{create:t=>(t.values[o]=i(t),1),update(t,e){if(l&&e.docChanged||a&&(e.docChanged||e.selection)||Te(t,h)){let e=i(t);if(r?!Me(e,t.values[o],n):!n(e,t.values[o]))return t.values[o]=e,1}return 0},reconfigure:(t,e)=>{let l,a=e.config.address[s];if(null!=a){let s=$e(e,a);if(this.dependencies.every((i=>i instanceof Se?e.facet(i)===t.facet(i):!(i instanceof Re)||e.field(i,!1)==t.field(i,!1)))||(r?Me(l=i(t),s,n):n(l=i(t),s)))return t.values[o]=s,0}else l=i(t);return t.values[o]=l,1}}}}function Me(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 Te(t,e){let i=!1;for(let n of e)1&ze(t,n)&&(i=!0);return i}function De(t,e,i){let n=i.map((e=>t[e.id])),s=i.map((t=>t.type)),o=n.filter((t=>!(1&t))),r=t[e.id]>>1;function l(t){let i=[];for(let e=0;e<n.length;e++){let o=$e(t,n[e]);if(2==s[e])for(let t of o)i.push(t);else i.push(o)}return e.combine(i)}return{create(t){for(let e of n)ze(t,e);return t.values[r]=l(t),1},update(t,i){if(!Te(t,o))return 0;let n=l(t);return e.compare(n,t.values[r])?0:(t.values[r]=n,1)},reconfigure(t,s){let o=Te(t,n),a=s.config.facets[e.id],h=s.facet(e);if(a&&!o&&Ce(i,a))return t.values[r]=h,0;let c=l(t);return e.compare(c,h)?(t.values[r]=h,0):(t.values[r]=c,1)}}}const Pe=Se.define({static:!0});class Re{constructor(t,e,i,n,s){this.id=t,this.createF=e,this.updateF=i,this.compareF=n,this.spec=s,this.provides=void 0}static define(t){let e=new Re(Oe++,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(Pe).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],s=this.updateF(n,i);return this.compareF(n,s)?0:(t.values[e]=s,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,Pe.of({field:this,create:t})]}get extension(){return this}}function Ee(t){return e=>new Ne(e,t)}const Be={highest:Ee(0),high:Ee(1),default:Ee(2),low:Ee(3),lowest:Ee(4)};class Ne{constructor(t,e){this.inner=t,this.prec=e}}class Le{of(t){return new Ie(this,t)}reconfigure(t){return Le.reconfigure.of({compartment:this,extension:t})}get(t){return t.config.compartments.get(this)}}class Ie{constructor(t,e){this.compartment=t,this.inner=e}}class Qe{constructor(t,e,i,n,s,o){for(this.base=t,this.compartments=e,this.dynamicSlots=i,this.address=n,this.staticValues=s,this.facets=o,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=[],s=Object.create(null),o=new Map;for(let i of function(t,e,i){let n=[[],[],[],[],[]],s=new Map;return function t(o,r){let l=s.get(o);if(null!=l){if(l<=r)return;let t=n[l].indexOf(o);t>-1&&n[l].splice(t,1),o instanceof Ie&&i.delete(o.compartment)}if(s.set(o,r),Array.isArray(o))for(let e of o)t(e,r);else if(o instanceof Ie){if(i.has(o.compartment))throw new RangeError("Duplicate use of compartment in extensions");let n=e.get(o.compartment)||o.inner;i.set(o.compartment,n),t(n,r)}else if(o instanceof Ne)t(o.inner,o.prec);else if(o instanceof Re)n[r].push(o),o.provides&&t(o.provides,r);else if(o instanceof Ae)n[r].push(o),o.facet.extensions&&t(o.facet.extensions,2);else{let e=o.extension;if(!e)throw new Error(`Unrecognized extension value in extension set (${o}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);t(e,r)}}(t,2),n.reduce(((t,e)=>t.concat(e)))}(t,e,o))i instanceof Re?n.push(i):(s[i.facet.id]||(s[i.facet.id]=[])).push(i);let r=Object.create(null),l=[],a=[];for(let t of n)r[t.id]=a.length<<1,a.push((e=>t.slot(e)));let h=null==i?void 0:i.config.facets;for(let t in s){let e=s[t],n=e[0].facet,o=h&&h[t]||[];if(e.every((t=>0==t.type)))if(r[n.id]=l.length<<1|1,Ce(o,e))l.push(i.facet(n));else{let t=n.combine(e.map((t=>t.value)));l.push(i&&n.compare(t,i.facet(n))?i.facet(n):t)}else{for(let t of e)0==t.type?(r[t.id]=l.length<<1|1,l.push(t.value)):(r[t.id]=a.length<<1,a.push((e=>t.dynamicSlot(e))));r[n.id]=a.length<<1,a.push((t=>De(t,n,e)))}}let c=a.map((t=>t(r)));return new Qe(t,o,c,r,l,s)}}function ze(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 s=t.computeSlot(t,t.config.dynamicSlots[i]);return t.status[i]=2|s}function $e(t,e){return 1&e?t.config.staticValues[e>>1]:t.values[e>>1]}const We=Se.define(),Ve=Se.define({combine:t=>t.some((t=>t)),static:!0}),Fe=Se.define({combine:t=>t.length?t[0]:void 0,static:!0}),He=Se.define(),qe=Se.define(),Xe=Se.define(),_e=Se.define({combine:t=>!!t.length&&t[0]});class je{constructor(t,e){this.type=t,this.value=e}static define(){return new Ue}}class Ue{of(t){return new je(this,t)}}class Ke{constructor(t){this.map=t}of(t){return new Ye(this,t)}}class Ye{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 Ye(this.type,e)}is(t){return this.type==t}static define(t={}){return new Ke(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}}Ye.reconfigure=Ye.define(),Ye.appendConfig=Ye.define();class Ge{constructor(t,e,i,n,s,o){this.startState=t,this.changes=e,this.selection=i,this.effects=n,this.annotations=s,this.scrollIntoView=o,this._doc=null,this._state=null,i&&ke(i,e.newLength),s.some((t=>t.type==Ge.time))||(this.annotations=s.concat(Ge.time.of(Date.now())))}static create(t,e,i,n,s,o){return new Ge(t,e,i,n,s,o)}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(Ge.userEvent);return!(!e||!(e==t||e.length>t.length&&e.slice(0,t.length)==t&&"."==e[t.length]))}}function Ze(t,e){let i=[];for(let n=0,s=0;;){let o,r;if(n<t.length&&(s==e.length||e[s]>=t[n]))o=t[n++],r=t[n++];else{if(!(s<e.length))return i;o=e[s++],r=e[s++]}!i.length||i[i.length-1]<o?i.push(o,r):i[i.length-1]<r&&(i[i.length-1]=r)}}function Je(t,e,i){var n;let s,o,r;return i?(s=e.changes,o=fe.empty(e.changes.length),r=t.changes.compose(e.changes)):(s=e.changes.map(t.changes),o=t.changes.mapDesc(e.changes,!0),r=t.changes.compose(s)),{changes:r,selection:e.selection?e.selection.map(o):null===(n=t.selection)||void 0===n?void 0:n.map(s),effects:Ye.mapEffects(t.effects,s).concat(Ye.mapEffects(e.effects,o)),annotations:t.annotations.length?t.annotations.concat(e.annotations):e.annotations,scrollIntoView:t.scrollIntoView||e.scrollIntoView}}function ti(t,e,i){let n=e.selection,s=ni(e.annotations);return e.userEvent&&(s=s.concat(Ge.userEvent.of(e.userEvent))),{changes:e.changes instanceof fe?e.changes:fe.of(e.changes||[],i,t.facet(Fe)),selection:n&&(n instanceof xe?n:xe.single(n.anchor,n.head)),effects:ni(e.effects),annotations:s,scrollIntoView:!!e.scrollIntoView}}function ei(t,e,i){let n=ti(t,e.length?e[0]:{},t.doc.length);e.length&&!1===e[0].filter&&(i=!1);for(let s=1;s<e.length;s++){!1===e[s].filter&&(i=!1);let o=!!e[s].sequential;n=Je(n,ti(t,e[s],o?n.changes.newLength:t.doc.length),o)}let s=Ge.create(t,n.changes,n.selection,n.effects,n.annotations,n.scrollIntoView);return function(t){let e=t.startState,i=e.facet(Xe),n=t;for(let s=i.length-1;s>=0;s--){let o=i[s](t);o&&Object.keys(o).length&&(n=Je(n,ti(e,o,t.changes.newLength),!0))}return n==t?t:Ge.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(He)){let e=n(t);if(!1===e){i=!1;break}Array.isArray(e)&&(i=!0===i?e:Ze(i,e))}if(!0!==i){let n,s;if(!1===i)s=t.changes.invertedDesc,n=fe.empty(e.doc.length);else{let e=t.changes.filter(i);n=e.changes,s=e.filtered.mapDesc(e.changes).invertedDesc}t=Ge.create(e,n,t.selection&&t.selection.map(s),Ye.mapEffects(t.effects,s),t.annotations,t.scrollIntoView)}let n=e.facet(qe);for(let i=n.length-1;i>=0;i--){let s=n[i](t);t=s instanceof Ge?s:Array.isArray(s)&&1==s.length&&s[0]instanceof Ge?s[0]:ei(e,ni(s),!1)}return t}(s):s)}Ge.time=je.define(),Ge.userEvent=je.define(),Ge.addToHistory=je.define(),Ge.remote=je.define();const ii=[];function ni(t){return null==t?ii:Array.isArray(t)?t:[t]}var si=function(t){return t[t.Word=0]="Word",t[t.Space=1]="Space",t[t.Other=2]="Other",t}(si||(si={}));const oi=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let ri;try{ri=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(t){}class li{constructor(t,e,i,n,s,o){this.config=t,this.doc=e,this.selection=i,this.values=n,this.status=t.statusTemplate.slice(),this.computeSlot=s,o&&(o._state=this);for(let t=0;t<this.config.dynamicSlots.length;t++)ze(this,t<<1);this.computeSlot=null}field(t,e=!0){let i=this.config.address[t.id];if(null!=i)return ze(this,i),$e(this,i);if(e)throw new RangeError("Field is not present in this state")}update(...t){return ei(this,t,!0)}applyTransaction(t){let e,i=this.config,{base:n,compartments:s}=i;for(let e of t.effects)e.is(Le.reconfigure)?(i&&(s=new Map,i.compartments.forEach(((t,e)=>s.set(e,t))),i=null),s.set(e.value.compartment,e.value.extension)):e.is(Ye.reconfigure)?(i=null,n=e.value):e.is(Ye.appendConfig)&&(i=null,n=ni(n).concat(e.value));i?e=t.startState.values.slice():(i=Qe.resolve(n,s,this),e=new li(i,this.doc,this.selection,i.dynamicSlots.map((()=>null)),((t,e)=>e.reconfigure(t,this)),null).values);let o=t.startState.facet(Ve)?t.newSelection:t.newSelection.asSingle();new li(i,t.newDoc,o,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:xe.cursor(e.from+t.length)})))}changeByRange(t){let e=this.selection,i=t(e.ranges[0]),n=this.changes(i.changes),s=[i.range],o=ni(i.effects);for(let i=1;i<e.ranges.length;i++){let r=t(e.ranges[i]),l=this.changes(r.changes),a=l.map(n);for(let t=0;t<i;t++)s[t]=s[t].map(a);let h=n.mapDesc(l,!0);s.push(r.range.map(h)),n=n.compose(a),o=Ye.mapEffects(o,a).concat(Ye.mapEffects(ni(r.effects),h))}return{changes:n,selection:xe.create(s,e.mainIndex),effects:o}}changes(t=[]){return t instanceof fe?t:fe.of(t,this.doc.length,this.facet(li.lineSeparator))}toText(t){return Ft.of(t.split(this.facet(li.lineSeparator)||ce))}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:(ze(this,e),$e(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 Re&&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 s=i[e],o=t[e];n.push(s.init((t=>s.spec.fromJSON(o,t))))}return li.create({doc:t.doc,selection:xe.fromJSON(t.selection),extensions:e.extensions?n.concat([e.extensions]):n})}static create(t={}){let e=Qe.resolve(t.extensions||[],new Map),i=t.doc instanceof Ft?t.doc:Ft.of((t.doc||"").split(e.staticFacet(li.lineSeparator)||ce)),n=t.selection?t.selection instanceof xe?t.selection:xe.single(t.selection.anchor,t.selection.head):xe.single(0);return ke(n,i.length),e.staticFacet(Ve)||(n=n.asSingle()),new li(e,i,n,e.dynamicSlots.map((()=>null)),((t,e)=>e.create(t)),null)}get tabSize(){return this.facet(li.tabSize)}get lineBreak(){return this.facet(li.lineSeparator)||"\n"}get readOnly(){return this.facet(_e)}phrase(t,...e){for(let e of this.facet(li.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 s of this.facet(We))for(let o of s(this,e,i))Object.prototype.hasOwnProperty.call(o,t)&&n.push(o[t]);return n}charCategorizer(t){return e=this.languageDataAt("wordChars",t).join(""),t=>{if(!/\S/.test(t))return si.Space;if(function(t){if(ri)return ri.test(t);for(let e=0;e<t.length;e++){let i=t[e];if(/\w/.test(i)||i>"€"&&(i.toUpperCase()!=i.toLowerCase()||oi.test(i)))return!0}return!1}(t))return si.Word;for(let i=0;i<e.length;i++)if(t.indexOf(e[i])>-1)return si.Word;return si.Other};var e}wordAt(t){let{text:e,from:i,length:n}=this.doc.lineAt(t),s=this.charCategorizer(t),o=t-i,r=t-i;for(;o>0;){let t=ie(e,o,!1);if(s(e.slice(t,o))!=si.Word)break;o=t}for(;r<n;){let t=ie(e,r);if(s(e.slice(r,t))!=si.Word)break;r=t}return o==r?null:xe.range(o+i,r+i)}}function ai(t,e,i={}){let n={};for(let e of t)for(let t of Object.keys(e)){let s=e[t],o=n[t];if(void 0===o)n[t]=s;else if(o===s||void 0===s);else{if(!Object.hasOwnProperty.call(i,t))throw new Error("Config merge conflict for field "+t);n[t]=i[t](o,s)}}for(let t in e)void 0===n[t]&&(n[t]=e[t]);return n}li.allowMultipleSelections=Ve,li.tabSize=Se.define({combine:t=>t.length?t[0]:4}),li.lineSeparator=Fe,li.readOnly=_e,li.phrases=Se.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]))}}),li.languageData=We,li.changeFilter=He,li.transactionFilter=qe,li.transactionExtender=Xe,Le.reconfigure=Ye.define();class hi{eq(t){return this==t}range(t,e=t){return ci.create(t,e,this)}}hi.prototype.startSide=hi.prototype.endSide=0,hi.prototype.point=!1,hi.prototype.mapMode=ue.TrackDel;class ci{constructor(t,e,i){this.from=t,this.to=e,this.value=i}static create(t,e,i){return new ci(t,e,i)}}function ui(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class di{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 s=i?this.to:this.from;for(let o=n,r=s.length;;){if(o==r)return o;let n=o+r>>1,l=s[n]-t||(i?this.value[n].endSide:this.value[n].startSide)-e;if(n==o)return l>=0?o:r;l>=0?r=n:o=n+1}}between(t,e,i,n){for(let s=this.findIndex(e,-1e9,!0),o=this.findIndex(i,1e9,!1,s);s<o;s++)if(!1===n(this.from[s]+t,this.to[s]+t,this.value[s]))return!1}map(t,e){let i=[],n=[],s=[],o=-1,r=-1;for(let l=0;l<this.value.length;l++){let a,h,c=this.value[l],u=this.from[l]+t,d=this.to[l]+t;if(u==d){let t=e.mapPos(u,c.startSide,c.mapMode);if(null==t)continue;if(a=h=t,c.startSide!=c.endSide&&(h=e.mapPos(u,c.endSide),h<a))continue}else if(a=e.mapPos(u,c.startSide),h=e.mapPos(d,c.endSide),a>h||a==h&&c.startSide>0&&c.endSide<=0)continue;(h-a||c.endSide-c.startSide)<0||(o<0&&(o=a),c.point&&(r=Math.max(r,h-a)),i.push(c),n.push(a-o),s.push(h-o))}return{mapped:i.length?new di(n,s,i,r):null,pos:o}}}class fi{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 fi(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:s=this.length}=t,o=t.filter;if(0==e.length&&!o)return this;if(i&&(e=e.slice().sort(ui)),this.isEmpty)return e.length?fi.of(e):this;let r=new gi(this,null,-1).goto(0),l=0,a=[],h=new pi;for(;r.value||l<e.length;)if(l<e.length&&(r.from-e[l].from||r.startSide-e[l].value.startSide)>=0){let t=e[l++];h.addInner(t.from,t.to,t.value)||a.push(t)}else 1==r.rangeIndex&&r.chunkIndex<this.chunk.length&&(l==e.length||this.chunkEnd(r.chunkIndex)<e[l].from)&&(!o||n>this.chunkEnd(r.chunkIndex)||s<this.chunkPos[r.chunkIndex])&&h.addChunk(this.chunkPos[r.chunkIndex],this.chunk[r.chunkIndex])?r.nextChunk():((!o||n>r.to||s<r.from||o(r.from,r.to,r.value))&&(h.addInner(r.from,r.to,r.value)||a.push(ci.create(r.from,r.to,r.value))),r.next());return h.finishInner(this.nextLayer.isEmpty&&!a.length?fi.empty:this.nextLayer.update({add:a,filter:o,filterFrom:n,filterTo:s}))}map(t){if(t.empty||this.isEmpty)return this;let e=[],i=[],n=-1;for(let s=0;s<this.chunk.length;s++){let o=this.chunkPos[s],r=this.chunk[s],l=t.touchesRange(o,o+r.length);if(!1===l)n=Math.max(n,r.maxPoint),e.push(r),i.push(t.mapPos(o));else if(!0===l){let{mapped:s,pos:l}=r.map(o,t);s&&(n=Math.max(n,s.maxPoint),e.push(s),i.push(l))}}let s=this.nextLayer.map(t);return 0==e.length?s:new fi(i,e,s||fi.empty,n)}between(t,e,i){if(!this.isEmpty){for(let n=0;n<this.chunk.length;n++){let s=this.chunkPos[n],o=this.chunk[n];if(e>=s&&t<=s+o.length&&!1===o.between(s,t-s,e-s,i))return}this.nextLayer.between(t,e,i)}}iter(t=0){return vi.from([this]).goto(t)}get isEmpty(){return this.nextLayer==this}static iter(t,e=0){return vi.from(t).goto(e)}static compare(t,e,i,n,s=-1){let o=t.filter((t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=s)),r=e.filter((t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=s)),l=mi(o,r,i),a=new wi(o,l,s),h=new wi(r,l,s);i.iterGaps(((t,e,i)=>yi(a,t,h,e,i,n))),i.empty&&0==i.length&&yi(a,0,h,0,0,n)}static eq(t,e,i=0,n){null==n&&(n=999999999);let s=t.filter((t=>!t.isEmpty&&e.indexOf(t)<0)),o=e.filter((e=>!e.isEmpty&&t.indexOf(e)<0));if(s.length!=o.length)return!1;if(!s.length)return!0;let r=mi(s,o),l=new wi(s,r,0).goto(i),a=new wi(o,r,0).goto(i);for(;;){if(l.to!=a.to||!xi(l.active,a.active)||l.point&&(!a.point||!l.point.eq(a.point)))return!1;if(l.to>n)return!0;l.next(),a.next()}}static spans(t,e,i,n,s=-1){let o=new wi(t,null,s).goto(e),r=e,l=o.openStart;for(;;){let t=Math.min(o.to,i);if(o.point){let i=o.activeForPoint(o.to),s=o.pointFrom<e?i.length+1:o.point.startSide<0?i.length:Math.min(i.length,l);n.point(r,t,o.point,i,s,o.pointRank),l=Math.min(o.openEnd(t),i.length)}else t>r&&(n.span(r,t,o.active,l),l=o.openEnd(t));if(o.to>i)return l+(o.point&&o.to>i?1:0);r=o.to,o.next()}}static of(t,e=!1){let i=new pi;for(let n of t instanceof ci?[t]:e?function(t){if(t.length>1)for(let e=t[0],i=1;i<t.length;i++){let n=t[i];if(ui(e,n)>0)return t.slice().sort(ui);e=n}return t}(t):t)i.add(n.from,n.to,n.value);return i.finish()}static join(t){if(!t.length)return fi.empty;let e=t[t.length-1];for(let i=t.length-2;i>=0;i--)for(let n=t[i];n!=fi.empty;n=n.nextLayer)e=new fi(n.chunkPos,n.chunk,e,Math.max(n.maxPoint,e.maxPoint));return e}}fi.empty=new fi([],[],null,-1),fi.empty.nextLayer=fi.empty;class pi{finishChunk(t){this.chunks.push(new di(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 pi)).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(fi.empty)}finishInner(t){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return t;let e=fi.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(t):t,this.setMaxPoint);return this.from=null,e}}function mi(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 s=new Set;for(let t of e)for(let e=0;e<t.chunk.length;e++){let o=n.get(t.chunk[e]);null==o||(i?i.mapPos(o):o)!=t.chunkPos[e]||(null==i?void 0:i.touchesRange(o,o+t.chunk[e].length))||s.add(t.chunk[e])}return s}class gi{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 vi{constructor(t){this.heap=t}static from(t,e=null,i=-1){let n=[];for(let s=0;s<t.length;s++)for(let o=t[s];!o.isEmpty;o=o.nextLayer)o.maxPoint>=i&&n.push(new gi(o,e,i,s));return 1==n.length?n[0]:new vi(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--)bi(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--)bi(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(),bi(this.heap,0)}}}function bi(t,e){for(let i=t[e];;){let n=1+(e<<1);if(n>=t.length)break;let s=t[n];if(n+1<t.length&&s.compare(t[n+1])>=0&&(s=t[n+1],n++),i.compare(s)<0)break;t[n]=i,t[e]=s,e=n}}class wi{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=vi.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){ki(this.active,t),ki(this.activeTo,t),ki(this.activeRank,t),this.minActive=Si(this.active,this.activeTo)}addActive(t){let e=0,{value:i,to:n,rank:s}=this.cursor;for(;e<this.activeRank.length&&(s-this.activeRank[e]||n-this.activeTo[e])>0;)e++;Oi(this.active,e,i),Oi(this.activeTo,e,n),Oi(this.activeRank,e,s),t&&Oi(t,e,this.cursor.from),this.minActive=Si(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&&ki(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 yi(t,e,i,n,s,o){t.goto(e),i.goto(n);let r=n+s,l=n,a=n-e;for(;;){let e=t.to+a-i.to||t.endSide-i.endSide,n=e<0?t.to+a:i.to,s=Math.min(n,r);if(t.point||i.point?t.point&&i.point&&(t.point==i.point||t.point.eq(i.point))&&xi(t.activeForPoint(t.to),i.activeForPoint(i.to))||o.comparePoint(l,s,t.point,i.point):s>l&&!xi(t.active,i.active)&&o.compareRange(l,s,t.active,i.active),n>r)break;l=n,e<=0&&t.next(),e>=0&&i.next()}}function xi(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 ki(t,e){for(let i=e,n=t.length-1;i<n;i++)t[i]=t[i+1];t.pop()}function Oi(t,e,i){for(let i=t.length-1;i>=e;i--)t[i+1]=t[i];t[e]=i}function Si(t,e){let i=-1,n=1e9;for(let s=0;s<e.length;s++)(e[s]-n||t[s].endSide-t[i].endSide)<0&&(i=s,n=e[s]);return i}function Ci(t,e,i=t.length){let n=0;for(let s=0;s<i;)9==t.charCodeAt(s)?(n+=e-n%e,s++):(n++,s=ie(t,s));return n}function Ai(t,e,i,n){for(let n=0,s=0;;){if(s>=e)return n;if(n==t.length)break;s+=9==t.charCodeAt(n)?i-s%i:1,n=ie(t,n)}return!0===n?-1:t.length}const Mi="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),Ti="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),Di="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class Pi{constructor(t,e){this.rules=[];let{finish:i}=e||{};function n(t){return/^@/.test(t)?[t]:t.split(/,\s*/)}function s(t,e,o,r){let l=[],a=/^@(\w+)\b/.exec(t[0]),h=a&&"keyframes"==a[1];if(a&&null==e)return o.push(t[0]+";");for(let i in e){let r=e[i];if(/&/.test(i))s(i.split(/,\s*/).map((e=>t.map((t=>e.replace(/&/,t))))).reduce(((t,e)=>t.concat(e))),r,o);else if(r&&"object"==typeof r){if(!a)throw new RangeError("The value of a property ("+i+") should be a primitive value.");s(n(i),r,l,h)}else null!=r&&l.push(i.replace(/_.*/,"").replace(/[A-Z]/g,(t=>"-"+t.toLowerCase()))+": "+r+";")}(l.length||h)&&o.push((!i||a||r?t:t.map(i)).join(", ")+" {"+l.join(" ")+"}")}for(let e in t)s(n(e),t[e],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let t=Di[Mi]||1;return Di[Mi]=t+1,"ͼ"+t.toString(36)}static mount(t,e,i){let n=t[Ti],s=i&&i.nonce;n?s&&n.setNonce(s):n=new Ei(t,s),n.mount(Array.isArray(e)?e:[e],t)}}let Ri=new Map;class Ei{constructor(t,e){let i=t.ownerDocument||t,n=i.defaultView;if(!t.head&&t.adoptedStyleSheets&&n.CSSStyleSheet){let e=Ri.get(i);if(e)return t[Ti]=e;this.sheet=new n.CSSStyleSheet,Ri.set(i,this)}else this.styleTag=i.createElement("style"),e&&this.styleTag.setAttribute("nonce",e);this.modules=[],t[Ti]=this}mount(t,e){let i=this.sheet,n=0,s=0;for(let e=0;e<t.length;e++){let o=t[e],r=this.modules.indexOf(o);if(r<s&&r>-1&&(this.modules.splice(r,1),s--,r=-1),-1==r){if(this.modules.splice(s++,0,o),i)for(let t=0;t<o.rules.length;t++)i.insertRule(o.rules[t],n++)}else{for(;s<r;)n+=this.modules[s++].rules.length;n+=o.rules.length,s++}}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 Bi={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:"'"},Ni={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},Li="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),Ii="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Qi=0;Qi<10;Qi++)Bi[48+Qi]=Bi[96+Qi]=String(Qi);for(Qi=1;Qi<=24;Qi++)Bi[Qi+111]="F"+Qi;for(Qi=65;Qi<=90;Qi++)Bi[Qi]=String.fromCharCode(Qi+32),Ni[Qi]=String.fromCharCode(Qi);for(var zi in Bi)Ni.hasOwnProperty(zi)||(Ni[zi]=Bi[zi]);function $i(t){let e;return e=11==t.nodeType?t.getSelection?t:t.ownerDocument:t,e.getSelection()}function Wi(t,e){return!!e&&(t==e||t.contains(1!=e.nodeType?e.parentNode:e))}function Vi(t,e){if(!e.anchorNode)return!1;try{return Wi(t,e.anchorNode)}catch(t){return!1}}function Fi(t){return 3==t.nodeType?en(t,0,t.nodeValue.length).getClientRects():1==t.nodeType?t.getClientRects():[]}function Hi(t,e,i,n){return!!i&&(_i(t,e,i,n,-1)||_i(t,e,i,n,1))}function qi(t){for(var e=0;;e++)if(!(t=t.previousSibling))return e}function Xi(t){return 1==t.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}function _i(t,e,i,n,s){for(;;){if(t==i&&e==n)return!0;if(e==(s<0?0:ji(t))){if("DIV"==t.nodeName)return!1;let i=t.parentNode;if(!i||1!=i.nodeType)return!1;e=qi(t)+(s<0?0:1),t=i}else{if(1!=t.nodeType)return!1;if(1==(t=t.childNodes[e+(s<0?-1:0)]).nodeType&&"false"==t.contentEditable)return!1;e=s<0?ji(t):0}}}function ji(t){return 3==t.nodeType?t.nodeValue.length:t.childNodes.length}function Ui(t,e){let i=e?t.left:t.right;return{left:i,right:i,top:t.top,bottom:t.bottom}}function Ki(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 Yi(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 Gi{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?ji(e):0),i,Math.min(t.focusOffset,i?ji(i):0))}set(t,e,i,n){this.anchorNode=t,this.anchorOffset=e,this.focusNode=i,this.focusOffset=n}}let Zi,Ji=null;function tn(t){if(t.setActive)return t.setActive();if(Ji)return t.focus(Ji);let e=[];for(let i=t;i&&(e.push(i,i.scrollTop,i.scrollLeft),i!=i.ownerDocument);i=i.parentNode);if(t.focus(null==Ji?{get preventScroll(){return Ji={preventScroll:!0},!0}}:void 0),!Ji){Ji=!1;for(let t=0;t<e.length;){let i=e[t++],n=e[t++],s=e[t++];i.scrollTop!=n&&(i.scrollTop=n),i.scrollLeft!=s&&(i.scrollLeft=s)}}}function en(t,e,i=e){let n=Zi||(Zi=document.createRange());return n.setEnd(t,i),n.setStart(t,e),n}function nn(t,e,i,n){let s={key:e,code:e,keyCode:i,which:i,cancelable:!0};n&&({altKey:s.altKey,ctrlKey:s.ctrlKey,shiftKey:s.shiftKey,metaKey:s.metaKey}=n);let o=new KeyboardEvent("keydown",s);o.synthetic=!0,t.dispatchEvent(o);let r=new KeyboardEvent("keyup",s);return r.synthetic=!0,t.dispatchEvent(r),o.defaultPrevented||r.defaultPrevented}function sn(t){for(;t.attributes.length;)t.removeAttributeNode(t.attributes[0])}function on(t){return t.scrollTop>Math.max(1,t.scrollHeight-t.clientHeight-4)}function rn(t,e){for(let i=t,n=e;;){if(3==i.nodeType&&n>0)return{node:i,offset:n};if(1==i.nodeType&&n>0){if("false"==i.contentEditable)return null;i=i.childNodes[n-1],n=ji(i)}else{if(!i.parentNode||Xi(i))return null;n=qi(i),i=i.parentNode}}}function ln(t,e){for(let i=t,n=e;;){if(3==i.nodeType&&n<i.nodeValue.length)return{node:i,offset:n};if(1==i.nodeType&&n<i.childNodes.length){if("false"==i.contentEditable)return null;i=i.childNodes[n],n=0}else{if(!i.parentNode||Xi(i))return null;n=qi(i)+1,i=i.parentNode}}}class an{constructor(t,e,i=!0){this.node=t,this.offset=e,this.precise=i}static before(t,e){return new an(t.parentNode,qi(t),e)}static after(t,e){return new an(t.parentNode,qi(t)+1,e)}}const hn=[];class cn{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,s=null;for(let o of this.children){if(7&o.flags){if(!o.dom&&(i=s?s.nextSibling:n.firstChild)){let t=cn.get(i);(!t||!t.parent&&t.canReuseDOM(o))&&o.reuseDOM(i)}o.sync(t,e),o.flags&=-8}if(i=s?s.nextSibling:n.firstChild,e&&!e.written&&e.node==n&&i!=o.dom&&(e.written=!0),o.dom.parentNode==n)for(;i&&i!=o.dom;)i=un(i);else n.insertBefore(o.dom,i);s=o.dom}for(i=s?s.nextSibling:n.firstChild,i&&e&&e.node==n&&(e.written=!0);i;)i=un(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==ji(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&&!cn.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,s=-1,o=-1,r=-1;for(let l=0,a=i,h=i;l<this.children.length;l++){let i=this.children[l],c=a+i.length;if(a<t&&c>e)return i.domBoundsAround(t,e,a);if(c>=t&&-1==n&&(n=l,s=a),a>e&&i.dom.parentNode==this.dom){o=l,r=h;break}h=c,a=c+i.breakAfter}return{from:s,to:r<0?i+this.length:r,startDOM:(n?this.children[n-1].dom.nextSibling:null)||this.dom.firstChild,endDOM:o<this.children.length&&o>=0?this.children[o].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=hn){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 dn(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,s,o){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 un(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}cn.prototype.breakAfter=0;class dn{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 fn(t,e,i,n,s,o,r,l,a){let{children:h}=t,c=h.length?h[e]:null,u=o.length?o[o.length-1]:null,d=u?u.breakAfter:r;if(!(e==n&&c&&!r&&!d&&o.length<2&&c.merge(i,s,o.length?u:null,0==i,l,a))){if(n<h.length){let t=h[n];t&&(s<t.length||t.breakAfter&&(null==u?void 0:u.breakAfter))?(e==n&&(t=t.split(s),s=0),!d&&u&&t.merge(0,s,u,!0,0,a)?o[o.length-1]=t:((s||t.children.length&&!t.children[0].length)&&t.merge(0,s,null,!1,0,a),o.push(t))):(null==t?void 0:t.breakAfter)&&(u?u.breakAfter=1:r=1),n++}for(c&&(c.breakAfter=r,i>0&&(!r&&o.length&&c.merge(i,c.length,o[0],!1,l,0)?c.breakAfter=o.shift().breakAfter:(i<c.length||c.children.length&&0==c.children[c.children.length-1].length)&&c.merge(i,c.length,null,!1,l,0),e++));e<n&&o.length;)if(h[n-1].become(o[o.length-1]))n--,o.pop(),a=o.length?0:l;else{if(!h[e].become(o[0]))break;e++,o.shift(),l=o.length?0:a}!o.length&&e&&n<h.length&&!h[e-1].breakAfter&&h[n].merge(0,0,h[e-1],!1,l,a)&&e--,(e<n||o.length)&&t.replaceChildren(e,n,o)}}function pn(t,e,i,n,s,o){let r=t.childCursor(),{i:l,off:a}=r.findPos(i,1),{i:h,off:c}=r.findPos(e,-1),u=e-i;for(let t of n)u+=t.length;t.length+=u,fn(t,h,c,l,a,n,0,s,o)}let mn="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},gn="undefined"!=typeof document?document:{documentElement:{style:{}}};const vn=/Edge\/(\d+)/.exec(mn.userAgent),bn=/MSIE \d/.test(mn.userAgent),wn=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(mn.userAgent),yn=!!(bn||wn||vn),xn=!yn&&/gecko\/(\d+)/i.test(mn.userAgent),kn=!yn&&/Chrome\/(\d+)/.exec(mn.userAgent),On="webkitFontSmoothing"in gn.documentElement.style,Sn=!yn&&/Apple Computer/.test(mn.vendor),Cn=Sn&&(/Mobile\/\w+/.test(mn.userAgent)||mn.maxTouchPoints>2);var An={mac:Cn||/Mac/.test(mn.platform),windows:/Win/.test(mn.platform),linux:/Linux|X11/.test(mn.platform),ie:yn,ie_version:bn?gn.documentMode||6:wn?+wn[1]:vn?+vn[1]:0,gecko:xn,gecko_version:xn?+(/Firefox\/(\d+)/.exec(mn.userAgent)||[0,0])[1]:0,chrome:!!kn,chrome_version:kn?+kn[1]:0,ios:Cn,android:/Android\b/.test(mn.userAgent),webkit:On,safari:Sn,webkit_version:On?+(/\bAppleWebKit\/(\d+)/.exec(mn.userAgent)||[0,0])[1]:0,tabSize:null!=gn.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class Mn extends cn{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 Mn)||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 Mn(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 an(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 s=e,o=e,r=0;0==e&&i<0||e==n&&i>=0?An.chrome||An.gecko||(e?(s--,r=1):o<n&&(o++,r=-1)):i<0?s--:o<n&&o++;let l=en(t,s,o).getClientRects();if(!l.length)return null;let a=l[(r?r<0:i>=0)?0:l.length-1];return An.safari&&!r&&0==a.width&&(a=Array.prototype.find.call(l,(t=>t.width))||a),r?Ui(a,r<0):a||null}(this.dom,t,e)}}class Tn extends cn{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(sn(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,s,o){return!(i&&(!(i instanceof Tn&&i.mark.eq(this.mark))||t&&s<=0||e<this.length&&o<=0)||(pn(this,t,e,i?i.children.slice():[],s-1,o-1),this.markDirty(),0))}split(t){let e=[],i=0,n=-1,s=0;for(let o of this.children){let r=i+o.length;r>t&&e.push(i<t?o.split(t-i):o),n<0&&i>=t&&(n=s),i=r,s++}let o=this.length-t;return this.length=t,n>-1&&(this.children.length=n,this.markDirty()),new Tn(this.mark,e,o)}domAtPos(t){return Rn(this,t)}coordsAt(t,e){return Bn(this,t,e)}}class Dn extends cn{static create(t,e,i){return new Dn(t,e,i)}constructor(t,e,i){super(),this.widget=t,this.length=e,this.side=i,this.prevWidget=null}split(t){let e=Dn.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,s,o){return!(i&&(!(i instanceof Dn&&this.widget.compare(i.widget))||t>0&&s<=0||e<this.length&&o<=0)||(this.length=t+(i?i.length:0)+(this.length-e),0))}become(t){return t instanceof Dn&&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 Ft.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):Ft.empty}domAtPos(t){return(this.length?0==t:this.side>0)?an.before(this.dom):an.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(),s=null;if(!n.length)return null;let o=this.side?this.side<0:t>0;for(let e=o?n.length-1:0;s=n[e],!(t>0?0==e:e==n.length-1||s.top<s.bottom);e+=o?-1:1);return Ui(s,!o)}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 Pn extends cn{constructor(t){super(),this.side=t}get length(){return 0}merge(){return!1}become(t){return t instanceof Pn&&t.side==this.side}split(){return new Pn(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?an.before(this.dom):an.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(t){return this.dom.getBoundingClientRect()}get overrideDOMText(){return Ft.empty}get isHidden(){return!0}}function Rn(t,e){let i=t.dom,{children:n}=t,s=0;for(let t=0;s<n.length;s++){let o=n[s],r=t+o.length;if(!(r==t&&o.getSide()<=0)){if(e>t&&e<r&&o.dom.parentNode==i)return o.domAtPos(e-t);if(e<=t)break;t=r}}for(let t=s;t>0;t--){let e=n[t-1];if(e.dom.parentNode==i)return e.domAtPos(e.length)}for(let t=s;t<n.length;t++){let e=n[t];if(e.dom.parentNode==i)return e.domAtPos(0)}return new an(i,0)}function En(t,e,i){let n,{children:s}=t;i>0&&e instanceof Tn&&s.length&&(n=s[s.length-1])instanceof Tn&&n.mark.eq(e.mark)?En(n,e.children[0],i-1):(s.push(e),e.setParent(t)),t.length+=e.length}function Bn(t,e,i){let n=null,s=-1,o=null,r=-1;!function t(e,l){for(let a=0,h=0;a<e.children.length&&h<=l;a++){let c=e.children[a],u=h+c.length;u>=l&&(c.children.length?t(c,l-h):(!o||o.isHidden&&i>0)&&(u>l||h==u&&c.getSide()>0)?(o=c,r=l-h):(h<l||h==u&&c.getSide()<0&&!c.isHidden)&&(n=c,s=l-h)),h=u}}(t,e);let l=(i<0?n:o)||n||o;return l?l.coordsAt(Math.max(0,l==n?s:r),i):function(t){let e=t.dom.lastChild;if(!e)return t.dom.getBoundingClientRect();let i=Fi(e);return i[i.length-1]||null}(t)}function Nn(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}Mn.prototype.children=Dn.prototype.children=Pn.prototype.children=hn;const Ln=Object.create(null);function In(t,e,i){if(t==e)return!0;t||(t=Ln),e||(e=Ln);let n=Object.keys(t),s=Object.keys(e);if(n.length-(i&&n.indexOf(i)>-1?1:0)!=s.length-(i&&s.indexOf(i)>-1?1:0))return!1;for(let o of n)if(o!=i&&(-1==s.indexOf(o)||t[o]!==e[o]))return!1;return!0}function Qn(t,e,i){let n=!1;if(e)for(let s in e)i&&s in i||(n=!0,"style"==s?t.style.cssText="":t.removeAttribute(s));if(i)for(let s in i)e&&e[s]==i[s]||(n=!0,"style"==s?t.style.cssText=i[s]:t.setAttribute(s,i[s]));return n}function zn(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 $n{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 Wn=function(t){return t[t.Text=0]="Text",t[t.WidgetBefore=1]="WidgetBefore",t[t.WidgetAfter=2]="WidgetAfter",t[t.WidgetRange=3]="WidgetRange",t}(Wn||(Wn={}));class Vn extends hi{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 Fn(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 qn(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:s,end:o}=Xn(t,n);e=(s?n?-3e8:-1:5e8)-1,i=1+(o?n?2e8:1:-6e8)}return new qn(t,e,i,n,t.widget||null,!0)}static line(t){return new Hn(t)}static set(t,e=!1){return fi.of(t,e)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}Vn.none=fi.empty;class Fn extends Vn{constructor(t){let{start:e,end:i}=Xn(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 Fn&&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))&&In(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)}}Fn.prototype.point=!1;class Hn extends Vn{constructor(t){super(-2e8,-2e8,null,t)}eq(t){return t instanceof Hn&&this.spec.class==t.spec.class&&In(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)}}Hn.prototype.mapMode=ue.TrackBefore,Hn.prototype.point=!0;class qn extends Vn{constructor(t,e,i,n,s,o){super(e,i,s,t),this.block=n,this.isReplace=o,this.mapMode=n?e<=0?ue.TrackBefore:ue.TrackAfter:ue.TrackDel}get type(){return this.startSide!=this.endSide?Wn.WidgetRange:this.startSide<=0?Wn.WidgetBefore:Wn.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(t){return t instanceof qn&&((e=this.widget)==(i=t.widget)||!!(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 Xn(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 jn(t,e,i,n=0){let s=i.length-1;s>=0&&i[s]+n>=t?i[s]=Math.max(i[s],e):i.push(t,e)}qn.prototype.point=!0;class Un extends cn{constructor(){super(...arguments),this.children=[],this.length=0,this.prevAttrs=void 0,this.attrs=null,this.breakAfter=0}merge(t,e,i,n,s,o){if(i){if(!(i instanceof Un))return!1;this.dom||i.transferDOM(this)}return n&&this.setDeco(i?i.attrs:null),pn(this,t,e,i?i.children.slice():[],s,o),!0}split(t){let e=new Un;if(e.breakAfter=this.breakAfter,0==this.length)return e;let{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){In(this.attrs,t)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=t)}append(t,e){En(this,t,e)}addLineDeco(t){let e=t.spec.attributes,i=t.spec.class;e&&(this.attrs=Nn(e,this.attrs||{})),i&&(this.attrs=Nn({class:i},this.attrs||{}))}domAtPos(t){return Rn(this,t)}reuseDOM(t){"DIV"==t.nodeName&&(this.setDOM(t),this.flags|=6)}sync(t,e){var i;this.dom?4&this.flags&&(sn(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&&(Qn(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&&cn.get(n)instanceof Tn;)n=n.lastChild;if(!(n&&this.length&&("BR"==n.nodeName||0!=(null===(i=cn.get(n))||void 0===i?void 0:i.isEditable)||An.ios&&this.children.some((t=>t instanceof Mn))))){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 Mn)||/[^ -~]/.test(i.text))return null;let n=Fi(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=Bn(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 t instanceof Un&&0==this.children.length&&0==t.children.length&&In(this.attrs,t.attrs)&&this.breakAfter==t.breakAfter}covers(){return!0}static find(t,e){for(let i=0,n=0;i<t.children.length;i++){let s=t.children[i],o=n+s.length;if(o>=e){if(s instanceof Un)return s;if(o>e)break}n=o+s.breakAfter}return null}}class Kn extends cn{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,s,o){return!(i&&(!(i instanceof Kn&&this.widget.compare(i.widget))||t>0&&s<=0||e<this.length&&o<=0)||(this.length=t+(i?i.length:0)+(this.length-e),0))}domAtPos(t){return 0==t?an.before(this.dom):an.after(this.dom,t==this.length)}split(t){let e=this.length-t;this.length=t;let i=new Kn(this.widget,e,this.deco);return i.breakAfter=this.breakAfter,i}get children(){return hn}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):Ft.empty}domBoundsAround(){return null}become(t){return t instanceof Kn&&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)||(this.widget instanceof Yn?null:Ui(this.dom.getBoundingClientRect(),this.length?0==t:e<=0))}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 Yn extends $n{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}}class Gn{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 Kn&&t.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new Un),this.atCursorPos=!0),this.curLine}flushBuffer(t=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(Zn(new Pn(-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 Kn||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(Zn(new Mn(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,s,o){if(this.disallowBlockEffectsFor[o]&&i instanceof qn){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 r=e-t;if(i instanceof qn)if(i.block)i.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new Kn(i.widget||Jn.block,r,i));else{let o=Dn.create(i.widget||Jn.inline,r,r?0:i.startSide),l=this.atCursorPos&&!o.isEditable&&s<=n.length&&(t<e||i.startSide>0),a=!o.isEditable&&(t<e||s>n.length||i.startSide<=0),h=this.getLine();2!=this.pendingBuffer||l||o.isEditable||(this.pendingBuffer=0),this.flushBuffer(n),l&&(h.append(Zn(new Pn(1),n),s),s=n.length+Math.max(0,s-n.length)),h.append(Zn(o,n),s),this.atCursorPos=a,this.pendingBuffer=a?t<e||s>n.length?1:2:0,this.pendingBuffer&&(this.bufferMarks=n.slice())}else this.doc.lineAt(this.pos).from==this.pos&&this.getLine().addLineDeco(i);r&&(this.textOff+r<=this.text.length?this.textOff+=r:(this.skip+=r-(this.text.length-this.textOff),this.text="",this.textOff=0),this.pos=e),this.openStart<0&&(this.openStart=s)}static build(t,e,i,n,s){let o=new Gn(t,e,i,s);return o.openEnd=fi.spans(n,e,i,o),o.openStart<0&&(o.openStart=o.openEnd),o.finish(o.openEnd),o}}function Zn(t,e){for(let i of e)t=new Tn(i,[t],t.length);return t}class Jn extends $n{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}}Jn.inline=new Jn("span"),Jn.block=new Jn("div");var ts=function(t){return t[t.LTR=0]="LTR",t[t.RTL=1]="RTL",t}(ts||(ts={}));const es=ts.LTR,is=ts.RTL;function ns(t){let e=[];for(let i=0;i<t.length;i++)e.push(1<<+t[i]);return e}const ss=ns("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),os=ns("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),rs=Object.create(null),ls=[];for(let t of["()","[]","{}"]){let e=t.charCodeAt(0),i=t.charCodeAt(1);rs[e]=i,rs[i]=-e}function as(t){return t<=247?ss[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?os[t-1536]:1774<=t&&t<=2220?4:8192<=t&&t<=8204?256:64336<=t&&t<=65023?4:1}const hs=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class cs{get dir(){return this.level%2?is:es}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 s=-1;for(let o=0;o<t.length;o++){let r=t[o];if(r.from<=e&&r.to>=e){if(r.level==i)return o;(s<0||(0!=n?n<0?r.from<e:r.to>e:t[s].level>r.level))&&(s=o)}}if(s<0)throw new RangeError("Index out of range");return s}}function us(t,e){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++){let n=t[i],s=e[i];if(n.from!=s.from||n.to!=s.to||n.direction!=s.direction||!us(n.inner,s.inner))return!1}return!0}const ds=[];function fs(t,e,i,n,s,o,r){let l=n%2?2:1;if(n%2==s%2)for(let a=e,h=0;a<i;){let e=!0,c=!1;if(h==o.length||a<o[h].from){let t=ds[a];t!=l&&(e=!1,c=16==t)}let u=e||1!=l?null:[],d=e?n:n+1,f=a;t:for(;;)if(h<o.length&&f==o[h].from){if(c)break t;let p=o[h];if(!e)for(let t=p.to,e=h+1;;){if(t==i)break t;if(!(e<o.length&&o[e].from==t)){if(ds[t]==l)break t;break}t=o[e++].to}h++,u?u.push(p):(p.from>a&&r.push(new cs(a,p.from,d)),ps(t,p.direction==es!=!(d%2)?n+1:n,s,p.inner,p.from,p.to,r),a=p.to),f=p.to}else{if(f==i||(e?ds[f]!=l:ds[f]==l))break;f++}u?fs(t,a,f,n+1,s,u,r):a<f&&r.push(new cs(a,f,d)),a=f}else for(let a=i,h=o.length;a>e;){let i=!0,c=!1;if(!h||a>o[h-1].to){let t=ds[a-1];t!=l&&(i=!1,c=16==t)}let u=i||1!=l?null:[],d=i?n:n+1,f=a;t:for(;;)if(h&&f==o[h-1].to){if(c)break t;let p=o[--h];if(!i)for(let t=p.from,i=h;;){if(t==e)break t;if(!i||o[i-1].to!=t){if(ds[t-1]==l)break t;break}t=o[--i].from}u?u.push(p):(p.to<a&&r.push(new cs(p.to,a,d)),ps(t,p.direction==es!=!(d%2)?n+1:n,s,p.inner,p.from,p.to,r),a=p.from),f=p.from}else{if(f==e||(i?ds[f-1]!=l:ds[f-1]==l))break;f--}u?fs(t,f,a,n+1,s,u,r):f<a&&r.push(new cs(f,a,d)),a=f}}function ps(t,e,i,n,s,o,r){let l=e%2?2:1;!function(t,e,i,n,s){for(let o=0;o<=n.length;o++){let r=o?n[o-1].to:e,l=o<n.length?n[o].from:i,a=o?256:s;for(let e=r,i=a,n=a;e<l;e++){let s=as(t.charCodeAt(e));512==s?s=i:8==s&&4==n&&(s=16),ds[e]=4==s?2:s,7&s&&(n=s),i=s}for(let t=r,e=a,n=a;t<l;t++){let s=ds[t];if(128==s)t<l-1&&e==ds[t+1]&&24&e?s=ds[t]=e:ds[t]=256;else if(64==s){let s=t+1;for(;s<l&&64==ds[s];)s++;let o=t&&8==e||s<i&&8==ds[s]?1==n?1:8:256;for(let e=t;e<s;e++)ds[e]=o;t=s-1}else 8==s&&1==n&&(ds[t]=1);e=s,7&s&&(n=s)}}}(t,s,o,n,l),function(t,e,i,n,s){let o=1==s?2:1;for(let r=0,l=0,a=0;r<=n.length;r++){let h=r?n[r-1].to:e,c=r<n.length?n[r].from:i;for(let e,i,n,r=h;r<c;r++)if(i=rs[e=t.charCodeAt(r)])if(i<0){for(let t=l-3;t>=0;t-=3)if(ls[t+1]==-i){let e=ls[t+2],i=2&e?s:4&e?1&e?o:s:0;i&&(ds[r]=ds[ls[t]]=i),l=t;break}}else{if(189==ls.length)break;ls[l++]=r,ls[l++]=e,ls[l++]=a}else if(2==(n=ds[r])||1==n){let t=n==s;a=t?0:1;for(let e=l-3;e>=0;e-=3){let i=ls[e+2];if(2&i)break;if(t)ls[e+2]|=2;else{if(4&i)break;ls[e+2]|=4}}}}}(t,s,o,n,l),function(t,e,i,n){for(let s=0,o=n;s<=i.length;s++){let r=s?i[s-1].to:t,l=s<i.length?i[s].from:e;for(let a=r;a<l;){let r=ds[a];if(256==r){let r=a+1;for(;;)if(r==l){if(s==i.length)break;r=i[s++].to,l=s<i.length?i[s].from:e}else{if(256!=ds[r])break;r++}let h=1==o,c=h==(1==(r<e?ds[r]:n))?h?1:2:n;for(let e=r,n=s,o=n?i[n-1].to:t;e>a;)e==o&&(e=i[--n].from,o=n?i[n-1].to:t),ds[--e]=c;a=r}else o=r,a++}}}(s,o,n,l),fs(t,s,o,e,i,n,r)}function ms(t){return[new cs(0,t,0)]}let gs="";function vs(t,e,i,n,s){var o;let r=n.head-t.from,l=cs.find(e,r,null!==(o=n.bidiLevel)&&void 0!==o?o:-1,n.assoc),a=e[l],h=a.side(s,i);if(r==h){let t=l+=s?1:-1;if(t<0||t>=e.length)return null;a=e[l=t],r=a.side(!s,i),h=a.side(s,i)}let c=ie(t.text,r,a.forward(s,i));(c<a.from||c>a.to)&&(c=h),gs=t.text.slice(Math.min(r,c),Math.max(r,c));let u=l==(s?e.length-1:0)?null:e[l+(s?1:-1)];return u&&c==h&&u.level+(s?0:1)<a.level?xe.cursor(u.side(!s,i)+t.from,u.forward(s,i)?1:-1,u.level):xe.cursor(c+t.from,a.forward(s,i)?-1:1,a.level)}function bs(t,e,i){for(let n=e;n<i;n++){let e=as(t.charCodeAt(n));if(1==e)return es;if(2==e||4==e)return is}return es}const ws=Se.define(),ys=Se.define(),xs=Se.define(),ks=Se.define(),Os=Se.define(),Ss=Se.define(),Cs=Se.define(),As=Se.define(),Ms=Se.define(),Ts=Se.define({combine:t=>t.some((t=>t))}),Ds=Se.define({combine:t=>t.some((t=>t))}),Ps=Se.define();class Rs{constructor(t,e="nearest",i="nearest",n=5,s=5,o=!1){this.range=t,this.y=e,this.x=i,this.yMargin=n,this.xMargin=s,this.isSnapshot=o}map(t){return t.empty?this:new Rs(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 Rs(xe.cursor(t.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const Es=Ye.define({map:(t,e)=>t.map(e)}),Bs=Ye.define();function Ns(t,e,i){let n=t.facet(ks);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 Ls=Se.define({combine:t=>!t.length||t[0]});let Is=0;const Qs=Se.define();class zs{constructor(t,e,i,n,s){this.id=t,this.create=e,this.domEventHandlers=i,this.domEventObservers=n,this.extension=s(this)}static define(t,e){const{eventHandlers:i,eventObservers:n,provide:s,decorations:o}=e||{};return new zs(Is++,t,i,n,(t=>{let e=[Qs.of(t)];return o&&e.push(Fs.of((e=>{let i=e.plugin(t);return i?o(i):Vn.none}))),s&&e.push(s(t)),e}))}static fromClass(t,e){return zs.define((e=>new t(e)),e)}}class $s{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(Ns(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){Ns(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){Ns(t.state,e,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const Ws=Se.define(),Vs=Se.define(),Fs=Se.define(),Hs=Se.define(),qs=Se.define(),Xs=Se.define();function _s(t,e){let i=t.state.facet(Xs);if(!i.length)return i;let n=i.map((e=>e instanceof Function?e(t):e)),s=[];return fi.spans(n,e.from,e.to,{point(){},span(t,i,n,o){let r=t-e.from,l=i-e.from,a=s;for(let t=n.length-1;t>=0;t--,o--){let i,s=n[t].spec.bidiIsolate;if(null==s&&(s=bs(e.text,r,l)),o>0&&a.length&&(i=a[a.length-1]).to==r&&i.direction==s)i.to=l,a=i.inner;else{let t={from:r,to:l,direction:s,inner:[]};a.push(t),a=t.inner}}}}),s}const js=Se.define();function Us(t){let e=0,i=0,n=0,s=0;for(let o of t.state.facet(js)){let r=o(t);r&&(null!=r.left&&(e=Math.max(e,r.left)),null!=r.right&&(i=Math.max(i,r.right)),null!=r.top&&(n=Math.max(n,r.top)),null!=r.bottom&&(s=Math.max(s,r.bottom)))}return{left:e,right:i,top:n,bottom:s}}const Ks=Se.define();class Ys{constructor(t,e,i,n){this.fromA=t,this.toA=e,this.fromB=i,this.toB=n}join(t){return new Ys(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,s=0,o=0,r=0;;n++){let l=n==t.length?null:t[n],a=o-r,h=l?l.fromB:1e9;for(;s<e.length&&e[s]<h;){let t=e[s],n=e[s+1],o=Math.max(r,t),l=Math.min(h,n);if(o<=l&&new Ys(o+a,l+a,o,l).addToSet(i),n>h)break;s+=2}if(!l)return i;new Ys(l.fromA,l.toA,l.fromB,l.toB).addToSet(i),o=l.toA,r=l.toB}}}class Gs{constructor(t,e,i){this.view=t,this.state=e,this.transactions=i,this.flags=0,this.startState=t.state,this.changes=fe.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,s)=>n.push(new Ys(t,e,i,s)))),this.changedRanges=n}static create(t,e,i){return new Gs(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 Zs extends cn{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.editContextFormatting=Vn.none,this.lastCompositionAfterCursor=!1,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 Un],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new Ys(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),this.updateEditContextFormatting(t);let n=-1;this.view.inputState.composing>=0&&!this.view.observer.editContext&&((null===(e=this.domChanged)||void 0===e?void 0:e.newSel)?n=this.domChanged.newSel.head:function(t,e){let i=!1;return e&&t.iterChangedRanges(((t,n)=>{t<e.to&&n>e.from&&(i=!0)})),i}(t.changes,this.hasComposition)||t.selectionSet||(n=t.state.selection.main.head));let s=n>-1?function(t,e,i){let n=Js(t,i);if(!n)return null;let{node:s,from:o,to:r}=n,l=s.nodeValue;if(/[\n\r]/.test(l))return null;if(t.state.doc.sliceString(n.from,n.to)!=l)return null;let a=e.invertedDesc,h=new Ys(a.mapPos(o),a.mapPos(r),o,r),c=[];for(let e=s.parentNode;;e=e.parentNode){let i=cn.get(e);if(i instanceof Tn)c.push({node:e,deco:i.mark});else{if(i instanceof Un||"DIV"==e.nodeName&&e.parentNode==t.contentDOM)return{range:h,text:s,marks:c,line:e};if(e==t.contentDOM)return null;c.push({node:e,deco:new Fn({inclusive:!0,attributes:zn(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 Ys(e,n,t.changes.mapPos(e,-1),t.changes.mapPos(n,1)).addToSet(i.slice())}this.hasComposition=s?{from:s.range.fromB,to:s.range.toB}:null,(An.ie||An.chrome)&&!s&&t&&t.state.doc.lines!=t.startState.doc.lines&&(this.forceSelection=!0);let o=function(t,e,i){let n=new to;return fi.compare(t,e,i,n),n.changes}(this.decorations,this.updateDeco(),t.changes);return i=Ys.extendWithRanges(i,o),!!(7&this.flags||0!=i.length)&&(this.updateInner(i,t.startState.doc.length,s),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=An.chrome||An.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 s=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let t of this.children)t instanceof Kn&&t.widget instanceof Yn&&s.push(t.dom);n.updateGaps(s)}updateChildren(t,e,i){let n=i?i.range.addToSet(t.slice()):t,s=this.childCursor(e);for(let t=n.length-1;;t--){let e=t>=0?n[t]:null;if(!e)break;let o,r,l,a,{fromA:h,toA:c,fromB:u,toB:d}=e;if(i&&i.range.fromB<d&&i.range.toB>u){let t=Gn.build(this.view.state.doc,u,i.range.fromB,this.decorations,this.dynamicDecorationMap),e=Gn.build(this.view.state.doc,i.range.toB,d,this.decorations,this.dynamicDecorationMap);r=t.breakAtStart,l=t.openStart,a=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(),o=t.content.concat(n).concat(e.content)}else({content:o,breakAtStart:r,openStart:l,openEnd:a}=Gn.build(this.view.state.doc,u,d,this.decorations,this.dynamicDecorationMap));let{i:f,off:p}=s.findPos(c,1),{i:m,off:g}=s.findPos(h,-1);fn(this,m,g,f,p,o,r,l,a)}i&&this.fixCompositionDOM(i)}updateEditContextFormatting(t){this.editContextFormatting=this.editContextFormatting.map(t.changes);for(let e of t.transactions)for(let t of e.effects)t.is(Bs)&&(this.editContextFormatting=t.value)}compositionView(t){let e=new Mn(t.text.nodeValue);e.flags|=8;for(let{deco:i}of t.marks)e=new Tn(i,[e],e.length);let i=new Un;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=cn.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 s=t.marks.length-1;s>=-1;s--)i=n.childPos(i.off,1),n=n.children[i.i],e(s>=0?t.marks[s].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,s=!n&&Vi(this.dom,this.view.observer.selectionRange)&&!(i&&this.dom.contains(i));if(!(n||e||s))return;let o=this.forceSelection;this.forceSelection=!1;let r=this.view.state.selection.main,l=this.moveToLine(this.domAtPos(r.anchor)),a=r.empty?l:this.moveToLine(this.domAtPos(r.head));if(An.gecko&&r.empty&&!this.hasComposition&&1==(h=l).node.nodeType&&h.node.firstChild&&(0==h.offset||"false"==h.node.childNodes[h.offset-1].contentEditable)&&(h.offset==h.node.childNodes.length||"false"==h.node.childNodes[h.offset].contentEditable)){let t=document.createTextNode("");this.view.observer.ignore((()=>l.node.insertBefore(t,l.node.childNodes[l.offset]||null))),l=a=new an(t,0),o=!0}var h;let c=this.view.observer.selectionRange;!o&&c.focusNode&&(Hi(l.node,l.offset,c.anchorNode,c.anchorOffset)&&Hi(a.node,a.offset,c.focusNode,c.focusOffset)||this.suppressWidgetCursorChange(c,r))||(this.view.observer.ignore((()=>{An.android&&An.chrome&&this.dom.contains(c.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}(c.focusNode,this.dom)&&(this.dom.blur(),this.dom.focus({preventScroll:!0}));let t=$i(this.view.root);if(t)if(r.empty){if(An.gecko){let t=(e=l.node,n=l.offset,1!=e.nodeType?0:(n&&"false"==e.childNodes[n-1].contentEditable?1:0)|(n<e.childNodes.length&&"false"==e.childNodes[n].contentEditable?2:0));if(t&&3!=t){let e=(1==t?rn:ln)(l.node,l.offset);e&&(l=new an(e.node,e.offset))}}t.collapse(l.node,l.offset),null!=r.bidiLevel&&void 0!==t.caretBidiLevel&&(t.caretBidiLevel=r.bidiLevel)}else if(t.extend){t.collapse(l.node,l.offset);try{t.extend(a.node,a.offset)}catch(t){}}else{let e=document.createRange();r.anchor>r.head&&([l,a]=[a,l]),e.setEnd(a.node,a.offset),e.setStart(l.node,l.offset),t.removeAllRanges(),t.addRange(e)}var e,n;s&&this.view.root.activeElement==this.dom&&(this.dom.blur(),i&&i.focus())})),this.view.observer.setSelectionRange(l,a)),this.impreciseAnchor=l.precise?null:new an(c.anchorNode,c.anchorOffset),this.impreciseHead=a.precise?null:new an(c.focusNode,c.focusOffset)}suppressWidgetCursorChange(t,e){return this.hasComposition&&e.empty&&Hi(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=$i(t.root),{anchorNode:n,anchorOffset:s}=t.observer.selectionRange;if(!(i&&e.empty&&e.assoc&&i.modify))return;let o=Un.find(this,e.head);if(!o)return;let r=o.posAtStart;if(e.head==r||e.head==r+o.length)return;let l=this.coordsAt(e.head,-1),a=this.coordsAt(e.head,1);if(!l||!a||l.bottom>a.top)return;let h=this.domAtPos(e.head+e.assoc);i.collapse(h.node,h.offset),i.modify("move",e.assoc<0?"forward":"backward","lineboundary"),t.observer.readSelectionRange();let c=t.observer.selectionRange;t.docView.posFromDOM(c.anchorNode,c.anchorOffset)!=e.from&&i.collapse(n,s)}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=cn.get(i.childNodes[n]);t instanceof Un&&(e=t.domAtPos(0))}for(let n=t.offset-1;!e&&n>=0;n--){let t=cn.get(i.childNodes[n]);t instanceof Un&&(e=t.domAtPos(t.length))}return e?new an(e.node,e.offset,!0):t}nearest(t){for(let e=t;e;){let t=cn.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 Un)break;e++,i=0}return this.children[e].domAtPos(i)}coordsAt(t,e){let i=null,n=0;for(let s=this.length,o=this.children.length-1;o>=0;o--){let r=this.children[o],l=s-r.breakAfter,a=l-r.length;if(l<t)break;if(a<=t&&(a<t||r.covers(-1))&&(l>t||r.covers(1))&&(!i||r instanceof Un&&!(i instanceof Un&&e>=0)))i=r,n=a;else if(i&&a==t&&l==t&&r instanceof Kn&&Math.abs(e)<2){if(r.deco.startSide<0)break;o&&(i=null)}s=a}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 Un))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 Mn))return null;let s=ie(n.text,i);if(s==i)return null;let o=en(n.dom,i,s).getClientRects();for(let t=0;t<o.length;t++){let e=o[t];if(t==o.length-1||e.top<e.bottom&&e.left<e.right)return e}return null}measureVisibleLineHeights(t){let e=[],{from:i,to:n}=t,s=this.view.contentDOM.clientWidth,o=s>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,r=-1,l=this.view.textDirection==ts.LTR;for(let t=0,a=0;a<this.children.length;a++){let h=this.children[a],c=t+h.length;if(c>n)break;if(t>=i){let i=h.dom.getBoundingClientRect();if(e.push(i.height),o){let e=h.dom.lastChild,n=e?Fi(e):[];if(n.length){let e=n[n.length-1],o=l?e.right-i.left:i.right-e.left;o>r&&(r=o,this.minWidth=s,this.minWidthFrom=t,this.minWidthTo=c)}}}t=c+h.breakAfter}return e}textDirectionAt(t){let{i:e}=this.childPos(t,1);return"rtl"==getComputedStyle(this.children[e].dom).direction?ts.RTL:ts.LTR}measureTextSize(){for(let t of this.children)if(t instanceof Un){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 s=Fi(n.firstChild)[0];t=n.getBoundingClientRect().height,e=s?s.width/27:7,i=s?s.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 dn(this.children,t,e)}computeBlockGapDeco(){let t=[],e=this.view.viewState;for(let i=0,n=0;;n++){let s=n==e.viewports.length?null:e.viewports[n],o=s?s.from-1:this.length;if(o>i){let n=(e.lineBlockAt(o).bottom-e.lineBlockAt(i).top)/this.view.scaleY;t.push(Vn.replace({widget:new Yn(n),block:!0,inclusive:!0,isBlockGap:!0}).range(i,o))}if(!s)break;i=s.to+1}return Vn.set(t)}updateDeco(){let t=1,e=this.view.state.facet(Fs).map((e=>(this.dynamicDecorationMap[t++]="function"==typeof e)?e(this.view):e)),i=!1,n=this.view.state.facet(Hs).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(fi.join(n))),this.decorations=[this.editContextFormatting,...e,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];t<this.decorations.length;)this.dynamicDecorationMap[t++]=!1;return this.decorations}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(Ps))try{if(e(this.view,t.range,t))return!0}catch(t){Ns(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 s=Us(this.view),o={left:n.left-s.left,top:n.top-s.top,right:n.right+s.right,bottom:n.bottom+s.bottom},{offsetWidth:r,offsetHeight:l}=this.view.scrollDOM;!function(t,e,i,n,s,o,r,l){let a=t.ownerDocument,h=a.defaultView||window;for(let c=t,u=!1;c&&!u;)if(1==c.nodeType){let t,d=c==a.body,f=1,p=1;if(d)t=Ki(h);else{if(/^(fixed|sticky)$/.test(getComputedStyle(c).position)&&(u=!0),c.scrollHeight<=c.clientHeight&&c.scrollWidth<=c.clientWidth){c=c.assignedSlot||c.parentNode;continue}let e=c.getBoundingClientRect();({scaleX:f,scaleY:p}=Yi(c,e)),t={left:e.left,right:e.left+c.clientWidth*f,top:e.top,bottom:e.top+c.clientHeight*p}}let m=0,g=0;if("nearest"==s)e.top<t.top?(g=-(t.top-e.top+r),i>0&&e.bottom>t.bottom+g&&(g=e.bottom-t.bottom+g+r)):e.bottom>t.bottom&&(g=e.bottom-t.bottom+r,i<0&&e.top-g<t.top&&(g=-(t.top+g-e.top+r)));else{let n=e.bottom-e.top,o=t.bottom-t.top;g=("center"==s&&n<=o?e.top+n/2-o/2:"start"==s||"center"==s&&i<0?e.top-r:e.bottom-o+r)-t.top}if("nearest"==n?e.left<t.left?(m=-(t.left-e.left+o),i>0&&e.right>t.right+m&&(m=e.right-t.right+m+o)):e.right>t.right&&(m=e.right-t.right+o,i<0&&e.left<t.left+m&&(m=-(t.left+m-e.left+o))):m=("center"==n?e.left+(e.right-e.left)/2-(t.right-t.left)/2:"start"==n==l?e.left-o:e.right-(t.right-t.left)+o)-t.left,m||g)if(d)h.scrollBy(m,g);else{let t=0,i=0;if(g){let t=c.scrollTop;c.scrollTop+=g/p,i=(c.scrollTop-t)*p}if(m){let e=c.scrollLeft;c.scrollLeft+=m/f,t=(c.scrollLeft-e)*f}e={left:e.left-t,top:e.top-i,right:e.right-t,bottom:e.bottom-i},t&&Math.abs(t-m)<1&&(n="nearest"),i&&Math.abs(i-g)<1&&(s="nearest")}if(d)break;c=c.assignedSlot||c.parentNode}else{if(11!=c.nodeType)break;c=c.host}}(this.view.scrollDOM,o,i.head<i.anchor?-1:1,t.x,t.y,Math.max(Math.min(t.xMargin,r),-r),Math.max(Math.min(t.yMargin,l),-l),this.view.textDirection==ts.LTR)}}function Js(t,e){let i=t.observer.selectionRange;if(!i.focusNode)return null;let n=rn(i.focusNode,i.focusOffset),s=ln(i.focusNode,i.focusOffset),o=n||s;if(s&&n&&s.node!=n.node){let e=cn.get(s.node);if(!e||e instanceof Mn&&e.text!=s.node.nodeValue)o=s;else if(t.docView.lastCompositionAfterCursor){let t=cn.get(n.node);!t||t instanceof Mn&&t.text!=n.node.nodeValue||(o=s)}}if(t.docView.lastCompositionAfterCursor=o!=n,!o)return null;let r=e-o.offset;return{from:r,to:r+o.node.nodeValue.length,node:o.node}}let to=class{constructor(){this.changes=[]}compareRange(t,e){jn(t,e,this.changes)}comparePoint(t,e){jn(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 so(t,e){return e<t.top?{top:e,left:t.left,right:t.right,bottom:t.bottom}:t}function oo(t,e){return e>t.bottom?{top:t.top,left:t.left,right:t.right,bottom:e}:t}function ro(t,e,i){let n,s,o,r,l,a,h,c,u=!1;for(let d=t.firstChild;d;d=d.nextSibling){let t=Fi(d);for(let f=0;f<t.length;f++){let p=t[f];s&&no(s,p)&&(p=so(oo(p,s.bottom),s.top));let m=eo(e,p),g=io(i,p);if(0==m&&0==g)return 3==d.nodeType?lo(d,e,i):ro(d,e,i);if(!n||r>g||r==g&&o>m){n=d,s=p,o=m,r=g;let l=g?i<p.top?-1:1:m?e<p.left?-1:1:0;u=!l||(l>0?f<t.length-1:f>0)}0==m?i>p.bottom&&(!h||h.bottom<p.bottom)?(l=d,h=p):i<p.top&&(!c||c.top>p.top)&&(a=d,c=p):h&&no(h,p)?h=oo(h,p.bottom):c&&no(c,p)&&(c=so(c,p.top))}}if(h&&h.bottom>=i?(n=l,s=h):c&&c.top<=i&&(n=a,s=c),!n)return{node:t,offset:0};let d=Math.max(s.left,Math.min(s.right,e));return 3==n.nodeType?lo(n,d,i):u&&"false"!=n.contentEditable?ro(n,d,i):{node:t,offset:Array.prototype.indexOf.call(t.childNodes,n)+(e>=(s.left+s.right)/2?1:0)}}function lo(t,e,i){let n=t.nodeValue.length,s=-1,o=1e9,r=0;for(let l=0;l<n;l++){let n=en(t,l,l+1).getClientRects();for(let a=0;a<n.length;a++){let h=n[a];if(h.top==h.bottom)continue;r||(r=e-h.left);let c=(h.top>i?h.top-i:i-h.bottom)-1;if(h.left-1<=e&&h.right+1>=e&&c<o){let i=e>=(h.left+h.right)/2,n=i;if((An.chrome||An.gecko)&&en(t,l).getBoundingClientRect().left==h.right&&(n=!i),c<=0)return{node:t,offset:l+(n?1:0)};s=l+(n?1:0),o=c}}}return{node:t,offset:s>-1?s:r>0?t.nodeValue.length:0}}function ao(t,e,i,n=-1){var s,o;let r,l=t.contentDOM.getBoundingClientRect(),a=l.top+t.viewState.paddingTop,{docHeight:h}=t.viewState,{x:c,y:u}=e,d=u-a;if(d<0)return 0;if(d>h)return t.state.doc.length;for(let e=t.viewState.heightOracle.textHeight/2,s=!1;r=t.elementAtHeight(d),r.type!=Wn.Text;)for(;d=n>0?r.bottom+e:r.top-e,!(d>=0&&d<=h);){if(s)return i?null:0;s=!0,n=-n}u=a+d;let f=r.from;if(f<t.viewport.from)return 0==t.viewport.from?0:i?null:ho(t,l,r,c,u);if(f>t.viewport.to)return t.viewport.to==t.state.doc.length?t.state.doc.length:i?null:ho(t,l,r,c,u);let p=t.dom.ownerDocument,m=t.root.elementFromPoint?t.root:p,g=m.elementFromPoint(c,u);g&&!t.contentDOM.contains(g)&&(g=null),g||(c=Math.max(l.left+1,Math.min(l.right-1,c)),g=m.elementFromPoint(c,u),g&&!t.contentDOM.contains(g)&&(g=null));let v,b=-1;if(g&&0!=(null===(s=t.docView.nearest(g))||void 0===s?void 0:s.isEditable))if(p.caretPositionFromPoint){let t=p.caretPositionFromPoint(c,u);t&&({offsetNode:v,offset:b}=t)}else if(p.caretRangeFromPoint){let e=p.caretRangeFromPoint(c,u);e&&(({startContainer:v,startOffset:b}=e),(!t.contentDOM.contains(v)||An.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 en(t,n-1,n).getBoundingClientRect().left>i}(v,b,c)||An.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}return i-(1==t.nodeType?t.getBoundingClientRect():en(t,0,Math.max(t.nodeValue.length,1)).getBoundingClientRect()).left>5}(v,b,c))&&(v=void 0))}if(!v||!t.docView.dom.contains(v)){let e=Un.find(t.docView,f);if(!e)return d>r.top+r.height/2?r.to:r.from;({node:v,offset:b}=ro(e.dom,c,u))}let w=t.docView.nearest(v);if(!w)return null;if(w.isWidget&&1==(null===(o=w.dom)||void 0===o?void 0:o.nodeType)){let t=w.dom.getBoundingClientRect();return e.y<t.top||e.y<=t.bottom&&e.x<=(t.left+t.right)/2?w.posAtStart:w.posAtEnd}return w.localPosFromDOM(v,b)+w.posAtStart}function ho(t,e,i,n,s){let o=Math.round((n-e.left)*t.defaultCharacterWidth);if(t.lineWrapping&&i.height>1.5*t.defaultLineHeight){let e=t.viewState.heightOracle.textHeight;o+=Math.floor((s-i.top-.5*(t.defaultLineHeight-e))/e)*t.viewState.heightOracle.lineLength}let r=t.state.sliceDoc(i.from,i.to);return i.from+Ai(r,o,t.state.tabSize)}function co(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==Wn.Text))return t;return i}function uo(t,e,i,n){let s=t.state.doc.lineAt(e.head),o=t.bidiSpans(s),r=t.textDirectionAt(s.from);for(let l=e,a=null;;){let e=vs(s,o,r,l,i),h=gs;if(!e){if(s.number==(i?t.state.doc.lines:1))return l;h="\n",s=t.state.doc.line(s.number+(i?1:-1)),o=t.bidiSpans(s),e=t.visualLineSide(s,!i)}if(a){if(!a(h))return l}else{if(!n)return e;a=n(h)}l=e}}function fo(t,e,i){for(;;){let n=0;for(let s of t)s.between(e-1,e+1,((t,s,o)=>{if(e>t&&e<s){let o=n||i||(e-t<s-e?-1:1);e=o<0?t:s,n=o}}));if(!n)return e}}function po(t,e,i){let n=fo(t.state.facet(qs).map((e=>e(t))),i.from,e.head>i.from?-1:1);return n==i.from?i:xe.cursor(n,n<i.from?1:-1)}const mo="￿";class go{constructor(t,e){this.points=t,this.text="",this.lineSeparator=e.facet(li.lineSeparator)}append(t){this.text+=t}lineBreak(){this.text+=mo}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 s=n.nextSibling;if(s==e)break;let o=cn.get(n),r=cn.get(s);(o&&r?o.breakAfter:(o?o.breakAfter:Xi(n))||Xi(s)&&("BR"!=n.nodeName||n.cmIgnore)&&this.text.length>t)&&this.lineBreak(),n=s}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 s,o=-1,r=1;if(this.lineSeparator?(o=e.indexOf(this.lineSeparator,i),r=this.lineSeparator.length):(s=n.exec(e))&&(o=s.index,r=s[0].length),this.append(e.slice(i,o<0?e.length:o)),o<0)break;if(this.lineBreak(),r>1)for(let e of this.points)e.node==t&&e.pos>this.text.length&&(e.pos-=r-1);i=o+r}}readNode(t){if(t.cmIgnore)return;let e=cn.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+(vo(t,i.node,i.offset)?e:0))}}function vo(t,e,i){for(;;){if(!e||i<ji(e))return!1;if(e==t)return!0;i=qi(e)+1,e=e.parentNode}}class bo{constructor(t,e){this.node=t,this.offset=e,this.pos=-1}}class wo{constructor(t,e,i,n){this.typeOver=n,this.bounds=null,this.text="",this.domChanged=e>-1;let{impreciseHead:s,impreciseAnchor:o}=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=s||o?[]:function(t){let e=[];if(t.root.activeElement!=t.contentDOM)return e;let{anchorNode:i,anchorOffset:n,focusNode:s,focusOffset:o}=t.observer.selectionRange;return i&&(e.push(new bo(i,n)),s==i&&o==n||e.push(new bo(s,o))),e}(t),i=new go(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?xe.single(i+e,n+e):null}(e,this.bounds.from)}else{let e=t.observer.selectionRange,i=s&&s.node==e.focusNode&&s.offset==e.focusOffset||!Wi(t.contentDOM,e.focusNode)?t.state.selection.main.head:t.docView.posFromDOM(e.focusNode,e.focusOffset),n=o&&o.node==e.anchorNode&&o.offset==e.anchorOffset||!Wi(t.contentDOM,e.anchorNode)?t.state.selection.main.anchor:t.docView.posFromDOM(e.anchorNode,e.anchorOffset),r=t.viewport;if((An.ios||An.chrome)&&t.state.selection.main.empty&&i!=n&&(r.from>0||r.to<t.state.doc.length)){let e=Math.min(i,n),s=Math.max(i,n),o=r.from-e,l=r.to-s;0!=o&&1!=o&&0!=e||0!=l&&-1!=l&&s!=t.state.doc.length||(i=0,n=t.state.doc.length)}this.newSel=xe.single(n,i)}}}function yo(t,e){let i,{newSel:n}=e,s=t.state.selection.main,o=t.inputState.lastKeyTime>Date.now()-100?t.inputState.lastKeyCode:-1;if(e.bounds){let{from:n,to:r}=e.bounds,l=s.from,a=null;(8===o||An.android&&e.text.length<r-n)&&(l=s.to,a="end");let h=function(t,e,i,n){let s=Math.min(t.length,e.length),o=0;for(;o<s&&t.charCodeAt(o)==e.charCodeAt(o);)o++;if(o==s&&t.length==e.length)return null;let r=t.length,l=e.length;for(;r>0&&l>0&&t.charCodeAt(r-1)==e.charCodeAt(l-1);)r--,l--;return"end"==n&&(i-=r+Math.max(0,o-Math.min(r,l))-o),r<o&&t.length<e.length?(o-=i<=o&&i>=r?o-i:0,l=o+(l-r),r=o):l<o&&(o-=i<=o&&i>=l?o-i:0,r=o+(r-l),l=o),{from:o,toA:r,toB:l}}(t.state.doc.sliceString(n,r,mo),e.text,l-n,a);h&&(An.chrome&&13==o&&h.toB==h.from+2&&e.text.slice(h.from,h.toB)==mo+mo&&h.toB--,i={from:n+h.from,to:n+h.toA,insert:Ft.of(e.text.slice(h.from,h.toB).split(mo))})}else n&&(!t.hasFocus&&t.state.facet(Ls)||n.main.eq(s))&&(n=null);if(!i&&!n)return!1;if(!i&&e.typeOver&&!s.empty&&n&&n.main.empty?i={from:s.from,to:s.to,insert:t.state.doc.slice(s.from,s.to)}:i&&i.from>=s.from&&i.to<=s.to&&(i.from!=s.from||i.to!=s.to)&&s.to-s.from-(i.to-i.from)<=4?i={from:s.from,to:s.to,insert:t.state.doc.slice(s.from,i.from).append(i.insert).append(t.state.doc.slice(i.to,s.to))}:(An.mac||An.android)&&i&&i.from==i.to&&i.from==s.head-1&&/^\. ?$/.test(i.insert.toString())&&"off"==t.contentDOM.getAttribute("autocorrect")?(n&&2==i.insert.length&&(n=xe.single(n.main.anchor-1,n.main.head-1)),i={from:s.from,to:s.to,insert:Ft.of([" "])}):An.chrome&&i&&i.from==i.to&&i.from==s.head&&"\n "==i.insert.toString()&&t.lineWrapping&&(n&&(n=xe.single(n.main.anchor-1,n.main.head-1)),i={from:s.from,to:s.to,insert:Ft.of([" "])}),i)return xo(t,i,n,o);if(n&&!n.main.eq(s)){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}function xo(t,e,i,n=-1){if(An.ios&&t.inputState.flushIOSKey(e))return!0;let s=t.state.selection.main;if(An.android&&(e.to==s.to&&(e.from==s.from||e.from==s.from-1&&" "==t.state.sliceDoc(e.from,s.from))&&1==e.insert.length&&2==e.insert.lines&&nn(t.contentDOM,"Enter",13)||(e.from==s.from-1&&e.to==s.to&&0==e.insert.length||8==n&&e.insert.length<e.to-e.from&&e.to>s.head)&&nn(t.contentDOM,"Backspace",8)||e.from==s.from&&e.to==s.to+1&&0==e.insert.length&&nn(t.contentDOM,"Delete",46)))return!0;let o,r=e.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let l=()=>o||(o=function(t,e,i){let n,s=t.state,o=s.selection.main;if(e.from>=o.from&&e.to<=o.to&&e.to-e.from>=(o.to-o.from)/3&&(!i||i.main.empty&&i.main.from==e.from+e.insert.length)&&t.inputState.composing<0){let i=o.from<e.from?s.sliceDoc(o.from,e.from):"",r=o.to>e.to?s.sliceDoc(e.to,o.to):"";n=s.replaceSelection(t.state.toText(i+e.insert.sliceString(0,void 0,t.state.lineBreak)+r))}else{let r=s.changes(e),l=i&&i.main.to<=r.newLength?i.main:void 0;if(s.selection.ranges.length>1&&t.inputState.composing>=0&&e.to<=o.to&&e.to>=o.to-10){let a,h=t.state.sliceDoc(e.from,e.to),c=i&&Js(t,i.main.head);if(c){let t=e.insert.length-(e.to-e.from);a={from:c.from,to:c.to-t}}else a=t.state.doc.lineAt(o.head);let u=o.to-e.to,d=o.to-o.from;n=s.changeByRange((i=>{if(i.from==o.from&&i.to==o.to)return{changes:r,range:l||i.map(r)};let n=i.to-u,c=n-h.length;if(i.to-i.from!=d||t.state.sliceDoc(c,n)!=h||i.to>=a.from&&i.from<=a.to)return{range:i};let f=s.changes({from:c,to:n,insert:e.insert}),p=i.to-o.to;return{changes:f,range:l?xe.range(Math.max(0,l.anchor+p),Math.max(0,l.head+p)):i.map(f)}}))}else n={changes:r,selection:l&&s.selection.replaceRange(l)}}let r="input.type";return(t.composing||t.inputState.compositionPendingChange&&t.inputState.compositionEndedAt>Date.now()-50)&&(t.inputState.compositionPendingChange=!1,r+=".compose",t.inputState.compositionFirstChange&&(r+=".start",t.inputState.compositionFirstChange=!1)),s.update(n,{userEvent:r,scrollIntoView:!0})}(t,e,i));return t.state.facet(Ss).some((i=>i(t,e.from,e.to,r,l)))||t.dispatch(l()),!0}class ko{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.tabFocusMode=-1,this.lastSelectionOrigin=null,this.lastSelectionTime=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,An.safari&&t.contentDOM.addEventListener("input",(()=>null)),An.gecko&&function(t){Ko.has(t)||(Ko.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=cn.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=So(t),i=this.handlers,n=this.view.contentDOM;for(let t in e)if("scroll"!=t){let s=!e[t].handlers.length,o=i[t];o&&s!=!o.handlers.length&&(n.removeEventListener(t,this.handleEvent),o=null),o||n.addEventListener(t,this.handleEvent,{passive:s})}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&&this.tabFocusMode>-1&&(!this.tabFocusMode||Date.now()<=this.tabFocusMode))return!0;if(this.tabFocusMode>0&&27!=t.keyCode&&Mo.indexOf(t.keyCode)<0&&(this.tabFocusMode=-1),An.android&&An.chrome&&!t.synthetic&&(13==t.keyCode||8==t.keyCode))return this.view.observer.delayAndroidKey(t.key,t.keyCode),!0;let e;return!An.ios||t.synthetic||t.altKey||t.metaKey||!((e=Co.find((e=>e.keyCode==t.keyCode)))&&!t.ctrlKey||Ao.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,nn(this.view.contentDOM,e.key,e.keyCode,e instanceof KeyboardEvent?e:void 0))}ignoreDuringComposition(t){return!!/^key/.test(t.type)&&(this.composing>0||!!(An.safari&&!An.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.view.observer.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 Oo(t,e){return(i,n)=>{try{return e.call(t,n,i)}catch(t){Ns(i.state,t)}}}function So(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 s=t.domEventHandlers[n];s&&i(n).handlers.push(Oo(e.value,s))}if(t&&t.domEventObservers)for(let n in t.domEventObservers){let s=t.domEventObservers[n];s&&i(n).observers.push(Oo(e.value,s))}}for(let t in Po)i(t).handlers.push(Po[t]);for(let t in Ro)i(t).observers.push(Ro[t]);return e}const Co=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Ao="dthko",Mo=[16,17,18,20,91,92,224,225];function To(t){return.7*Math.max(0,t)+8}class Do{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.scrollParents=function(t){let e,i,n=t.ownerDocument;for(let s=t.parentNode;s&&!(s==n.body||e&&i);)if(1==s.nodeType)!i&&s.scrollHeight>s.clientHeight&&(i=s),!e&&s.scrollWidth>s.clientWidth&&(e=s),s=s.assignedSlot||s.parentNode;else{if(11!=s.nodeType)break;s=s.host}return{x:e,y:i}}(t.contentDOM),this.atoms=t.state.facet(qs).map((e=>e(t)));let s=t.contentDOM.ownerDocument;s.addEventListener("mousemove",this.move=this.move.bind(this)),s.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=e.shiftKey,this.multiple=t.state.facet(li.allowMultipleSelections)&&function(t,e){let i=t.state.facet(ws);return i.length?i[0](e):An.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=$i(t.root);if(!n||0==n.rangeCount)return!0;let s=n.getRangeAt(0).getClientRects();for(let t=0;t<s.length;t++){let i=s[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!=Ho(e))&&null}start(t){!1===this.dragging&&this.select(t)}move(t){if(0==t.buttons)return this.destroy();if(this.dragging||null==this.dragging&&(e=this.startEvent,i=t,Math.max(Math.abs(e.clientX-i.clientX),Math.abs(e.clientY-i.clientY))<10))return;var e,i;this.select(this.lastEvent=t);let n=0,s=0,o=0,r=0,l=this.view.win.innerWidth,a=this.view.win.innerHeight;this.scrollParents.x&&({left:o,right:l}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:r,bottom:a}=this.scrollParents.y.getBoundingClientRect());let h=Us(this.view);t.clientX-h.left<=o+6?n=-To(o-t.clientX):t.clientX+h.right>=l-6&&(n=To(t.clientX-l)),t.clientY-h.top<=r+6?s=-To(r-t.clientY):t.clientY+h.bottom>=a-6&&(s=To(t.clientY-a)),this.setScrollSpeed(n,s)}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(){let{x:t,y:e}=this.scrollSpeed;t&&this.scrollParents.x&&(this.scrollParents.x.scrollLeft+=t,t=0),e&&this.scrollParents.y&&(this.scrollParents.y.scrollTop+=e,e=0),(t||e)&&this.view.win.scrollBy(t,e),!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],s=null;if(n.empty){let t=fo(this.atoms,n.from,0);t!=n.from&&(s=xe.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||(s=xe.range(n.from==n.anchor?t:e,n.from==n.head?t:e))}s&&(e||(e=t.ranges.slice()),e[i]=s)}return e?xe.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){t.transactions.some((t=>t.isUserEvent("input.type")))?this.destroy():this.style.update(t)&&setTimeout((()=>this.select(this.lastEvent)),20)}}const Po=Object.create(null),Ro=Object.create(null),Eo=An.ie&&An.ie_version<15||An.ios&&An.webkit_version<604;function Bo(t,e,i){for(let n of t.facet(e))i=n(i,t);return i}function No(t,e){e=Bo(t.state,As,e);let i,{state:n}=t,s=1,o=n.toText(e),r=o.lines==n.selection.ranges.length;if(null!=Xo&&n.selection.ranges.every((t=>t.empty))&&Xo==o.toString()){let t=-1;i=n.changeByRange((i=>{let l=n.doc.lineAt(i.from);if(l.from==t)return{range:i};t=l.from;let a=n.toText((r?o.line(s++).text:e)+n.lineBreak);return{changes:{from:l.from,insert:a},range:xe.cursor(i.from+a.length)}}))}else i=r?n.changeByRange((t=>{let e=o.line(s++);return{changes:{from:t.from,to:t.to,insert:e.text},range:xe.cursor(t.from+e.length)}})):n.replaceSelection(o);t.dispatch(i,{userEvent:"input.paste",scrollIntoView:!0})}function Lo(t,e,i,n){if(1==n)return xe.cursor(e,i);if(2==n)return function(t,e,i=1){let n=t.charCategorizer(e),s=t.doc.lineAt(e),o=e-s.from;if(0==s.length)return xe.cursor(e);0==o?i=1:o==s.length&&(i=-1);let r=o,l=o;i<0?r=ie(s.text,o,!1):l=ie(s.text,o);let a=n(s.text.slice(r,l));for(;r>0;){let t=ie(s.text,r,!1);if(n(s.text.slice(t,r))!=a)break;r=t}for(;l<s.length;){let t=ie(s.text,l);if(n(s.text.slice(l,t))!=a)break;l=t}return xe.range(r+s.from,l+s.from)}(t.state,e,i);{let i=Un.find(t.docView,e),n=t.state.doc.lineAt(i?i.posAtEnd:e),s=i?i.posAtStart:n.from,o=i?i.posAtEnd:n.to;return o<t.state.doc.length&&o==n.to&&o++,xe.range(s,o)}}Ro.scroll=t=>{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft},Po.keydown=(t,e)=>(t.inputState.setSelectionOrigin("select"),27==e.keyCode&&0!=t.inputState.tabFocusMode&&(t.inputState.tabFocusMode=Date.now()+2e3),!1),Ro.touchstart=(t,e)=>{t.inputState.lastTouchTime=Date.now(),t.inputState.setSelectionOrigin("select.pointer")},Ro.touchmove=t=>{t.inputState.setSelectionOrigin("select.pointer")},Po.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(xs))if(i=n(t,e),i)break;if(i||0!=e.button||(i=function(t,e){let i=zo(t,e),n=Ho(e),s=t.state.selection;return{update(t){t.docChanged&&(i.pos=t.changes.mapPos(i.pos),s=s.map(t.changes))},get(e,o,r){let l,a=zo(t,e),h=Lo(t,a.pos,a.bias,n);if(i.pos!=a.pos&&!o){let e=Lo(t,i.pos,i.bias,n),s=Math.min(e.from,h.from),o=Math.max(e.to,h.to);h=s<h.from?xe.range(s,o):xe.range(o,s)}return o?s.replaceRange(s.main.extend(h.from,h.to)):r&&1==n&&s.ranges.length>1&&(l=function(t,e){for(let i=0;i<t.ranges.length;i++){let{from:n,to:s}=t.ranges[i];if(n<=e&&s>=e)return xe.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}(s,a.pos))?l:r?s.addRange(h):xe.create([h])}}}(t,e)),i){let n=!t.hasFocus;t.inputState.startMouseSelection(new Do(t,e,i,n)),n&&t.observer.ignore((()=>{tn(t.contentDOM);let e=t.root.activeElement;e&&!e.contains(t.contentDOM)&&e.blur()}));let s=t.inputState.mouseSelection;if(s)return s.start(e),!1===s.dragging}return!1};let Io=(t,e,i)=>e>=i.top&&e<=i.bottom&&t>=i.left&&t<=i.right;function Qo(t,e,i,n){let s=Un.find(t.docView,e);if(!s)return 1;let o=e-s.posAtStart;if(0==o)return 1;if(o==s.length)return-1;let r=s.coordsAt(o,-1);if(r&&Io(i,n,r))return-1;let l=s.coordsAt(o,1);return l&&Io(i,n,l)?1:r&&r.bottom>=n?-1:1}function zo(t,e){let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1);return{pos:i,bias:Qo(t,i,e.clientX,e.clientY)}}const $o=An.ie&&An.ie_version<=11;let Wo=null,Vo=0,Fo=0;function Ho(t){if(!$o)return t.detail;let e=Wo,i=Fo;return Wo=t,Fo=Date.now(),Vo=!e||i>Date.now()-400&&Math.abs(e.clientX-t.clientX)<2&&Math.abs(e.clientY-t.clientY)<2?(Vo+1)%3:1}function qo(t,e,i,n){if(!(i=Bo(t.state,As,i)))return;let s=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:o}=t.inputState,r=n&&o&&function(t,e){let i=t.state.facet(ys);return i.length?i[0](e):An.mac?!e.altKey:!e.ctrlKey}(t,e)?{from:o.from,to:o.to}:null,l={from:s,insert:i},a=t.state.changes(r?[r,l]:l);t.focus(),t.dispatch({changes:a,selection:{anchor:a.mapPos(s,-1),head:a.mapPos(s,1)},userEvent:r?"move.drop":"input.drop"}),t.inputState.draggedContent=null}Po.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=xe.range(t,e))}}let{inputState:n}=t;return n.mouseSelection&&(n.mouseSelection.dragging=!0),n.draggedContent=i,e.dataTransfer&&(e.dataTransfer.setData("Text",Bo(t.state,Ms,t.state.sliceDoc(i.from,i.to))),e.dataTransfer.effectAllowed="copyMove"),!1},Po.dragend=t=>(t.inputState.draggedContent=null,!1),Po.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),s=0,o=()=>{++s==i.length&&qo(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=o,e.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(e.result)||(n[t]=e.result),o()},e.readAsText(i[t])}return!0}{let i=e.dataTransfer.getData("Text");if(i)return qo(t,e,i,!0),!0}return!1},Po.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let i=Eo?null:e.clipboardData;return i?(No(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(),No(t,i.value)}),50)}(t),!1)};let Xo=null;Po.copy=Po.cut=(t,e)=>{let{text:i,ranges:n,linewise:s}=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 s=-1;for(let{from:n}of t.selection.ranges){let o=t.doc.lineAt(n);o.number>s&&(e.push(o.text),i.push({from:o.from,to:Math.min(t.doc.length,o.to+1)})),s=o.number}n=!0}return{text:Bo(t,Ms,e.join(t.lineBreak)),ranges:i,linewise:n}}(t.state);if(!i&&!s)return!1;Xo=s?i:null,"cut"!=e.type||t.state.readOnly||t.dispatch({changes:n,scrollIntoView:!0,userEvent:"delete.cut"});let o=Eo?null:e.clipboardData;return o?(o.clearData(),o.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 _o=je.define();function jo(t,e){let i=[];for(let n of t.facet(Cs)){let s=n(t,e);s&&i.push(s)}return i?t.update({effects:i,annotations:_o.of(!0)}):null}function Uo(t){setTimeout((()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let i=jo(t.state,e);i?t.dispatch(i):t.update([])}}),10)}Ro.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),Uo(t)},Ro.blur=t=>{t.observer.clearSelectionRange(),Uo(t)},Ro.compositionstart=Ro.compositionupdate=t=>{t.observer.editContext||(null==t.inputState.compositionFirstChange&&(t.inputState.compositionFirstChange=!0),t.inputState.composing<0&&(t.inputState.composing=0))},Ro.compositionend=t=>{t.observer.editContext||(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,An.chrome&&An.android?t.observer.flushSoon():t.inputState.compositionPendingChange?Promise.resolve().then((()=>t.observer.flush())):setTimeout((()=>{t.inputState.composing<0&&t.docView.hasComposition&&t.update([])}),50))},Ro.contextmenu=t=>{t.inputState.lastContextMenu=Date.now()},Po.beforeinput=(t,e)=>{var i,n;if("insertReplacementText"==e.inputType&&t.observer.editContext){let n=null===(i=e.dataTransfer)||void 0===i?void 0:i.getData("text/plain"),s=e.getTargetRanges();if(n&&s.length){let e=s[0],i=t.posAtDOM(e.startContainer,e.startOffset),o=t.posAtDOM(e.endContainer,e.endOffset);return xo(t,{from:i,to:o,insert:t.state.toText(n)},null),!0}}let s;if(An.chrome&&An.android&&(s=Co.find((t=>t.inputType==e.inputType)))&&(t.observer.delayAndroidKey(s.key,s.keyCode),"Backspace"==s.key||"Delete"==s.key)){let e=(null===(n=window.visualViewport)||void 0===n?void 0:n.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 An.ios&&"deleteContentForward"==e.inputType&&t.observer.flushSoon(),An.safari&&"insertText"==e.inputType&&t.inputState.composing>=0&&setTimeout((()=>Ro.compositionend(t,e)),20),!1};const Ko=new Set,Yo=["pre-wrap","normal","pre-line","break-spaces"];let Go=!1;function Zo(){Go=!1}class Jo{constructor(t){this.lineWrapping=t,this.doc=Ft.empty,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.textHeight=14,this.lineLength=30}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){return this.lineWrapping?(1+Math.max(0,Math.ceil((t-this.lineLength)/(this.lineLength-5))))*this.lineHeight:this.lineHeight}setDoc(t){return this.doc=t,this}mustRefreshForWrapping(t){return Yo.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,s,o){let r=Yo.indexOf(t)>-1,l=Math.round(e)!=Math.round(this.lineHeight)||this.lineWrapping!=r;if(this.lineWrapping=r,this.lineHeight=e,this.charWidth=i,this.textHeight=n,this.lineLength=s,l){this.heightSamples={};for(let t=0;t<o.length;t++){let e=o[t];e<0?t++:this.heightSamples[Math.floor(10*e)]=!0}}return l}}class tr{constructor(t,e){this.from=t,this.heights=e,this.index=0}get more(){return this.index<this.heights.length}}class er{constructor(t,e,i,n,s){this.from=t,this.length=e,this.top=i,this.height=n,this._content=s}get type(){return"number"==typeof this._content?Wn.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 qn?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 er(this.from,this.length+t.length,this.top,this.height+t.height,e)}}var ir=function(t){return t[t.ByPos=0]="ByPos",t[t.ByHeight=1]="ByHeight",t[t.ByPosNoHeight=2]="ByPosNoHeight",t}(ir||(ir={}));const nr=.001;class sr{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){this.height!=t&&(Math.abs(this.height-t)>nr&&(Go=!0),this.height=t)}replace(t,e,i){return sr.of(i)}decomposeLeft(t,e){e.push(this)}decomposeRight(t,e){e.push(this)}applyChanges(t,e,i,n){let s=this,o=i.doc;for(let r=n.length-1;r>=0;r--){let{fromA:l,toA:a,fromB:h,toB:c}=n[r],u=s.lineAt(l,ir.ByPosNoHeight,i.setDoc(e),0,0),d=u.to>=a?u:s.lineAt(a,ir.ByPosNoHeight,i,0,0);for(c+=d.to-a,a=d.to;r>0&&u.from<=n[r-1].toA;)l=n[r-1].fromA,h=n[r-1].fromB,r--,l<u.from&&(u=s.lineAt(l,ir.ByPosNoHeight,i,0,0));h+=u.from-l,l=u.from;let f=ur.build(i.setDoc(o),t,h,c);s=or(s,s.replace(l,a,f))}return s.updateHeight(i,0)}static empty(){return new lr(0,0)}static of(t){if(1==t.length)return t[0];let e=0,i=t.length,n=0,s=0;for(;;)if(e==i)if(n>2*s){let s=t[e-1];s.break?t.splice(--e,1,s.left,null,s.right):t.splice(--e,1,s.left,s.right),i+=1+s.break,n-=s.size}else{if(!(s>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,s-=e.size}}else if(n<s){let i=t[e++];i&&(n+=i.size)}else{let e=t[--i];e&&(s+=e.size)}let o=0;return null==t[e-1]?(o=1,e--):null==t[e]&&(o=1,i++),new hr(sr.of(t.slice(0,e)),o,sr.of(t.slice(i)))}}function or(t,e){return t==e?t:(t.constructor!=e.constructor&&(Go=!0),e)}sr.prototype.size=1;class rr extends sr{constructor(t,e,i){super(t,e),this.deco=i}blockAt(t,e,i,n){return new er(n,this.length,i,this.height,this.deco||0)}lineAt(t,e,i,n,s){return this.blockAt(0,i,n,s)}forEachLine(t,e,i,n,s,o){t<=s+this.length&&e>=s&&o(this.blockAt(0,i,n,s))}updateHeight(t,e=0,i=!1,n){return n&&n.from<=e&&n.more&&this.setHeight(n.heights[n.index++]),this.outdated=!1,this}toString(){return`block(${this.length})`}}class lr extends rr{constructor(t,e){super(t,e,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(t,e,i,n){return new er(n,this.length,i,this.height,this.breaks)}replace(t,e,i){let n=i[0];return 1==i.length&&(n instanceof lr||n instanceof ar&&4&n.flags)&&Math.abs(this.length-n.length)<10?(n instanceof ar?n=new lr(n.length,this.height):n.height=this.height,this.outdated||(n.outdated=!1),n):sr.of(i)}updateHeight(t,e=0,i=!1,n){return n&&n.from<=e&&n.more?this.setHeight(n.heights[n.index++]):(i||this.outdated)&&this.setHeight(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 ar extends sr{constructor(t){super(t,0)}heightMetrics(t,e){let i,n=t.doc.lineAt(e).number,s=t.doc.lineAt(e+this.length).number,o=s-n+1,r=0;if(t.lineWrapping){let e=Math.min(this.height,t.lineHeight*o);i=e/o,this.length>o+1&&(r=(this.height-e)/(this.length-o-1))}else i=this.height/o;return{firstLine:n,lastLine:s,perLine:i,perChar:r}}blockAt(t,e,i,n){let{firstLine:s,lastLine:o,perLine:r,perChar:l}=this.heightMetrics(e,n);if(e.lineWrapping){let s=n+(t<e.lineHeight?0:Math.round(Math.max(0,Math.min(1,(t-i)/this.height))*this.length)),o=e.doc.lineAt(s),a=r+o.length*l,h=Math.max(i,t-a/2);return new er(o.from,o.length,h,a,0)}{let n=Math.max(0,Math.min(o-s,Math.floor((t-i)/r))),{from:l,length:a}=e.doc.line(s+n);return new er(l,a,i+r*n,r,0)}}lineAt(t,e,i,n,s){if(e==ir.ByHeight)return this.blockAt(t,i,n,s);if(e==ir.ByPosNoHeight){let{from:e,to:n}=i.doc.lineAt(t);return new er(e,n-e,0,0,0)}let{firstLine:o,perLine:r,perChar:l}=this.heightMetrics(i,s),a=i.doc.lineAt(t),h=r+a.length*l,c=a.number-o,u=n+r*c+l*(a.from-s-c);return new er(a.from,a.length,Math.max(n,Math.min(u,n+this.height-h)),h,0)}forEachLine(t,e,i,n,s,o){t=Math.max(t,s),e=Math.min(e,s+this.length);let{firstLine:r,perLine:l,perChar:a}=this.heightMetrics(i,s);for(let h=t,c=n;h<=e;){let e=i.doc.lineAt(h);if(h==t){let i=e.number-r;c+=l*i+a*(t-s-i)}let n=l+a*e.length;o(new er(e.from,e.length,c,n,0)),c+=n,h=e.to+1}}replace(t,e,i){let n=this.length-e;if(n>0){let t=i[i.length-1];t instanceof ar?i[i.length-1]=new ar(t.length+n):i.push(null,new ar(n-1))}if(t>0){let e=i[0];e instanceof ar?i[0]=new ar(t+e.length):i.unshift(new ar(t-1),null)}return sr.of(i)}decomposeLeft(t,e){e.push(new ar(t-1),null)}decomposeRight(t,e){e.push(null,new ar(this.length-t-1))}updateHeight(t,e=0,i=!1,n){let s=e+this.length;if(n&&n.from<=e+this.length&&n.more){let i=[],o=Math.max(e,n.from),r=-1;for(n.from>e&&i.push(new ar(n.from-e-1).updateHeight(t,e));o<=s&&n.more;){let e=t.doc.lineAt(o).length;i.length&&i.push(null);let s=n.heights[n.index++];-1==r?r=s:Math.abs(s-r)>=nr&&(r=-2);let l=new lr(e,s);l.outdated=!1,i.push(l),o+=e+1}o<=s&&i.push(null,new ar(s-o).updateHeight(t,o));let l=sr.of(i);return(r<0||Math.abs(l.height-this.height)>=nr||Math.abs(r-this.heightMetrics(t,e).perLine)>=nr)&&(Go=!0),or(this,l)}return(i||this.outdated)&&(this.setHeight(t.heightForGap(e,e+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class hr extends sr{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 s=i+this.left.height;return t<s?this.left.blockAt(t,e,i,n):this.right.blockAt(t,e,s,n+this.left.length+this.break)}lineAt(t,e,i,n,s){let o=n+this.left.height,r=s+this.left.length+this.break,l=e==ir.ByHeight?t<o:t<r,a=l?this.left.lineAt(t,e,i,n,s):this.right.lineAt(t,e,i,o,r);if(this.break||(l?a.to<r:a.from>r))return a;let h=e==ir.ByPosNoHeight?ir.ByPosNoHeight:ir.ByPos;return l?a.join(this.right.lineAt(r,h,i,o,r)):this.left.lineAt(r,h,i,n,s).join(a)}forEachLine(t,e,i,n,s,o){let r=n+this.left.height,l=s+this.left.length+this.break;if(this.break)t<l&&this.left.forEachLine(t,e,i,n,s,o),e>=l&&this.right.forEachLine(t,e,i,r,l,o);else{let a=this.lineAt(l,ir.ByPos,i,n,s);t<a.from&&this.left.forEachLine(t,a.from-1,i,n,s,o),a.to>=t&&a.from<=e&&o(a),e>a.to&&this.right.forEachLine(a.to+1,e,i,r,l,o)}}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 s=[];t>0&&this.decomposeLeft(t,s);let o=s.length;for(let t of i)s.push(t);if(t>0&&cr(s,o-1),e<this.length){let t=s.length;this.decomposeRight(e,s),cr(s,t)}return sr.of(s)}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?sr.of(this.break?[t,null,e]:[t,e]):(this.left=or(this.left,t),this.right=or(this.right,e),this.setHeight(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:s,right:o}=this,r=e+s.length+this.break,l=null;return n&&n.from<=e+s.length&&n.more?l=s=s.updateHeight(t,e,i,n):s.updateHeight(t,e,i),n&&n.from<=r+o.length&&n.more?l=o=o.updateHeight(t,r,i,n):o.updateHeight(t,r,i),l?this.balanced(s,o):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function cr(t,e){let i,n;null==t[e]&&(i=t[e-1])instanceof ar&&(n=t[e+1])instanceof ar&&t.splice(e-1,3,new ar(i.length+1+n.length))}class ur{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 lr?i.length+=t-this.pos:(t>this.pos||!this.isCovered)&&this.nodes.push(new lr(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,s=i.widget?i.widget.lineBreaks:0;n<0&&(n=this.oracle.lineHeight);let o=e-t;i.block?this.addBlock(new rr(o,n,i)):(o||s||n>=5)&&this.addLineDeco(n,s,o)}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 lr(this.pos-t,-1)),this.writtenTo=this.pos}blankContent(t,e){let i=new ar(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 lr)return t;let e=new lr(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 lr||this.isCovered?(this.writtenTo<this.pos||null==e)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new lr(0,-1));let i=t;for(let t of this.nodes)t instanceof lr&&t.updateHeight(this.oracle,i),i+=t?t.length:1;return this.nodes}static build(t,e,i,n){let s=new ur(i,t);return fi.spans(e,i,n,s,0),s.finish(i)}}class dr{constructor(){this.changes=[]}compareRange(){}comparePoint(t,e,i,n){(t<e||i&&i.heightRelevant||n&&n.heightRelevant)&&jn(t,e,this.changes,5)}}function fr(t,e){let i=t.getBoundingClientRect(),n=t.ownerDocument,s=n.defaultView||window,o=Math.max(0,i.left),r=Math.min(s.innerWidth,i.right),l=Math.max(0,i.top),a=Math.min(s.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();o=Math.max(o,n.left),r=Math.min(r,n.right),l=Math.max(l,n.top),a=Math.min(e==t.parentNode?s.innerHeight:a,n.bottom)}e="absolute"==n.position||"fixed"==n.position?i.offsetParent:i.parentNode}else{if(11!=e.nodeType)break;e=e.host}return{left:o-i.left,right:Math.max(o,r)-i.left,top:l-(i.top+e),bottom:Math.max(l,a)-(i.top+e)}}function pr(t,e){let i=t.getBoundingClientRect();return{left:0,right:i.right-i.left,top:e,bottom:i.bottom-(i.top+e)}}class mr{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],s=e[i];if(n.from!=s.from||n.to!=s.to||n.size!=s.size)return!1}return!0}draw(t,e){return Vn.replace({widget:new gr(this.size*(e?t.scaleY:t.scaleX),e)}).range(this.from,this.to)}}class gr extends $n{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 vr{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=!1,this.scaleX=1,this.scaleY=1,this.scrollAnchorPos=0,this.scrollAnchorHeight=-1,this.scaler=xr,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=ts.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let e=t.facet(Vs).some((t=>"function"!=typeof t&&"cm-lineWrapping"==t.class));this.heightOracle=new Jo(e),this.stateDeco=t.facet(Fs).filter((t=>"function"!=typeof t)),this.heightMap=sr.empty().applyChanges(this.stateDeco,Ft.empty,this.heightOracle.setDoc(t.doc),[new Ys(0,0,0,t.doc.length)]);for(let t=0;t<2&&(this.viewport=this.getViewport(0,null),this.updateForViewport());t++);this.updateViewportLines(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=Vn.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 br(e,i))}}return this.viewports=t.sort(((t,e)=>t.from-e.from)),this.updateScaler()}updateScaler(){let t=this.scaler;return this.scaler=this.heightMap.height<=7e6?xr:new kr(this.heightOracle,this.heightMap,this.viewports),t.eq(this.scaler)?0:2}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,(t=>{this.viewportLines.push(Or(t,this.scaler))}))}update(t,e=null){this.state=t.state;let i=this.stateDeco;this.stateDeco=this.state.facet(Fs).filter((t=>"function"!=typeof t));let n=t.changedRanges,s=Ys.extendWithRanges(n,function(t,e,i){let n=new dr;return fi.compare(t,e,i,n,0),n.changes}(i,this.stateDeco,t?t.changes:fe.empty(this.state.doc.length))),o=this.heightMap.height,r=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);Zo(),this.heightMap=this.heightMap.applyChanges(this.stateDeco,t.startState.doc,this.heightOracle.setDoc(this.state.doc),s),(this.heightMap.height!=o||Go)&&(t.flags|=2),r?(this.scrollAnchorPos=t.changes.mapPos(r.from,-1),this.scrollAnchorHeight=r.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=this.heightMap.height);let l=s.length?this.mapViewport(this.viewport,t.changes):this.viewport;(e&&(e.range.head<l.from||e.range.head>l.to)||!this.viewportIsAppropriate(l))&&(l=this.getViewport(0,e));let a=l.from!=this.viewport.from||l.to!=this.viewport.to;this.viewport=l,t.flags|=this.updateForViewport(),(a||!t.changes.empty||2&t.flags)&&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(Ds)&&(this.mustEnforceCursorAssoc=!0)}measure(t){let e=t.contentDOM,i=window.getComputedStyle(e),n=this.heightOracle,s=i.whiteSpace;this.defaultTextDirection="rtl"==i.direction?ts.RTL:ts.LTR;let o=this.heightOracle.mustRefreshForWrapping(s),r=e.getBoundingClientRect(),l=o||this.mustMeasureContent||this.contentDOMHeight!=r.height;this.contentDOMHeight=r.height,this.mustMeasureContent=!1;let a=0,h=0;if(r.width&&r.height){let{scaleX:t,scaleY:i}=Yi(e,r);(t>.005&&Math.abs(this.scaleX-t)>.005||i>.005&&Math.abs(this.scaleY-i)>.005)&&(this.scaleX=t,this.scaleY=i,a|=8,o=l=!0)}let c=(parseInt(i.paddingTop)||0)*this.scaleY,u=(parseInt(i.paddingBottom)||0)*this.scaleY;this.paddingTop==c&&this.paddingBottom==u||(this.paddingTop=c,this.paddingBottom=u,a|=10),this.editorWidth!=t.scrollDOM.clientWidth&&(n.lineWrapping&&(l=!0),this.editorWidth=t.scrollDOM.clientWidth,a|=8);let d=t.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=d&&(this.scrollAnchorHeight=-1,this.scrollTop=d),this.scrolledToBottom=on(t.scrollDOM);let f=(this.printing?pr:fr)(e,this.paddingTop),p=f.top-this.pixelViewport.top,m=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&&(l=!0)),!this.inView&&!this.scrollTarget)return 0;let v=r.width;if(this.contentDOMWidth==v&&this.editorHeight==t.scrollDOM.clientHeight||(this.contentDOMWidth=r.width,this.editorHeight=t.scrollDOM.clientHeight,a|=8),l){let e=t.docView.measureVisibleLineHeights(this.viewport);if(n.mustRefreshForHeights(e)&&(o=!0),o||n.lineWrapping&&Math.abs(v-this.contentDOMWidth)>n.charWidth){let{lineHeight:i,charWidth:r,textHeight:l}=t.docView.measureTextSize();o=i>0&&n.refresh(s,i,r,l,v/r,e),o&&(t.docView.minWidth=0,a|=8)}p>0&&m>0?h=Math.max(p,m):p<0&&m<0&&(h=Math.min(p,m)),Zo();for(let i of this.viewports){let s=i.from==this.viewport.from?e:t.docView.measureVisibleLineHeights(i);this.heightMap=(o?sr.empty().applyChanges(this.stateDeco,Ft.empty,this.heightOracle,[new Ys(0,0,0,t.state.doc.length)]):this.heightMap).updateHeight(n,0,o,new tr(i.from,s))}Go&&(a|=2)}let b=!this.viewportIsAppropriate(this.viewport,h)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return b&&(2&a&&(a|=this.updateScaler()),this.viewport=this.getViewport(h,this.scrollTarget),a|=this.updateForViewport()),(2&a||b)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(o?[]:this.lineGaps,t)),a|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,t.docView.enforceCursorAssoc()),a}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,s=this.heightOracle,{visibleTop:o,visibleBottom:r}=this,l=new br(n.lineAt(o-1e3*i,ir.ByHeight,s,0,0).from,n.lineAt(r+1e3*(1-i),ir.ByHeight,s,0,0).to);if(e){let{head:t}=e.range;if(t<l.from||t>l.to){let i,o=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),r=n.lineAt(t,ir.ByPos,s,0,0);i="center"==e.y?(r.top+r.bottom)/2-o/2:"start"==e.y||"nearest"==e.y&&t<l.from?r.top:r.bottom-o,l=new br(n.lineAt(i-500,ir.ByHeight,s,0,0).from,n.lineAt(i+o+500,ir.ByHeight,s,0,0).to)}}return l}mapViewport(t,e){let i=e.mapPos(t.from,-1),n=e.mapPos(t.to,1);return new br(this.heightMap.lineAt(i,ir.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(n,ir.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,ir.ByPos,this.heightOracle,0,0),{bottom:s}=this.heightMap.lineAt(e,ir.ByPos,this.heightOracle,0,0),{visibleTop:o,visibleBottom:r}=this;return(0==t||n<=o-Math.max(10,Math.min(-i,250)))&&(e==this.state.doc.length||s>=r+Math.max(10,Math.min(i,250)))&&n>o-2e3&&s<r+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 mr(e.mapPos(n.from),e.mapPos(n.to),n.size));return i}ensureLineGaps(t,e){let i=this.heightOracle.lineWrapping,n=i?1e4:2e3,s=n>>1,o=n<<1;if(this.defaultTextDirection!=ts.LTR&&!i)return[];let r=[],l=(n,o,a,h)=>{if(o-n<s)return;let c=this.state.selection.main,u=[c.from];c.empty||u.push(c.to);for(let t of u)if(t>n&&t<o)return l(n,t-10,a,h),void l(t+10,o,a,h);let d=function(t,e){for(let i of t)if(e(i))return i}(t,(t=>t.from>=a.from&&t.to<=a.to&&Math.abs(t.from-n)<s&&Math.abs(t.to-o)<s&&!u.some((e=>t.from<e&&t.to>e))));if(!d){if(o<a.to&&e&&i&&e.visibleRanges.some((t=>t.from<=o&&t.to>=o))){let t=e.moveToLineBoundary(xe.cursor(o),!1,!0).head;t>n&&(o=t)}d=new mr(n,o,this.gapSize(a,n,o,h))}r.push(d)},a=t=>{if(t.length<o||t.type!=Wn.Text)return;let e=function(t,e,i){let n=[],s=t,o=0;return fi.spans(i,t,e,{span(){},point(t,e){t>s&&(n.push({from:s,to:t}),o+=t-s),s=e}},20),s<e&&(n.push({from:s,to:e}),o+=e-s),{total:o,ranges:n}}(t.from,t.to,this.stateDeco);if(e.total<o)return;let s,r,a=this.scrollTarget?this.scrollTarget.range.head:null;if(i){let i,o,l=n/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=a){let n=yr(e,a),s=((this.visibleBottom-this.visibleTop)/2+l)/t.height;i=n-s,o=n+s}else i=(this.visibleTop-t.top-l)/t.height,o=(this.visibleBottom-t.top+l)/t.height;s=wr(e,i),r=wr(e,o)}else{let t,i,o=e.total*this.heightOracle.charWidth,l=n*this.heightOracle.charWidth;if(null!=a){let n=yr(e,a),s=((this.pixelViewport.right-this.pixelViewport.left)/2+l)/o;t=n-s,i=n+s}else t=(this.pixelViewport.left-l)/o,i=(this.pixelViewport.right+l)/o;s=wr(e,t),r=wr(e,i)}s>t.from&&l(t.from,s,t,e),r<t.to&&l(r,t.to,t,e)};for(let t of this.viewportLines)Array.isArray(t.type)?t.type.forEach(a):a(t);return r}gapSize(t,e,i,n){let s=yr(n,i)-yr(n,e);return this.heightOracle.lineWrapping?t.height*s:n.total*this.heightOracle.charWidth*s}updateLineGaps(t){mr.same(t,this.lineGaps)||(this.lineGaps=t,this.lineGapDeco=Vn.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=[];fi.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))||Or(this.heightMap.lineAt(t,ir.ByPos,this.heightOracle,0,0),this.scaler)}lineBlockAtHeight(t){return t>=this.viewportLines[0].top&&t<=this.viewportLines[this.viewportLines.length-1].bottom&&this.viewportLines.find((e=>e.top<=t&&e.bottom>=t))||Or(this.heightMap.lineAt(this.scaler.fromDOM(t),ir.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 Or(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 br{constructor(t,e){this.from=t,this.to=e}}function wr({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:s}=e[t],o=s-i;if(n<=o)return i+n;n-=o}}function yr(t,e){let i=0;for(let{from:n,to:s}of t.ranges){if(e<=s){i+=e-n;break}i+=s-n}return i/t.total}const xr={toDOM:t=>t,fromDOM:t=>t,scale:1,eq(t){return t==this}};class kr{constructor(t,e,i){let n=0,s=0,o=0;this.viewports=i.map((({from:i,to:s})=>{let o=e.lineAt(i,ir.ByPos,t,0,0).top,r=e.lineAt(s,ir.ByPos,t,0,0).bottom;return n+=r-o,{from:i,to:s,top:o,bottom:r,domTop:0,domBottom:0}})),this.scale=(7e6-n)/(e.height-n);for(let t of this.viewports)t.domTop=o+(t.top-s)*this.scale,o=t.domBottom=t.domTop+(t.bottom-t.top),s=t.bottom}toDOM(t){for(let e=0,i=0,n=0;;e++){let s=e<this.viewports.length?this.viewports[e]:null;if(!s||t<s.top)return n+(t-i)*this.scale;if(t<=s.bottom)return s.domTop+(t-s.top);i=s.bottom,n=s.domBottom}}fromDOM(t){for(let e=0,i=0,n=0;;e++){let s=e<this.viewports.length?this.viewports[e]:null;if(!s||t<s.domTop)return i+(t-n)/this.scale;if(t<=s.domBottom)return s.top+(t-s.domTop);i=s.bottom,n=s.domBottom}}eq(t){return t instanceof kr&&this.scale==t.scale&&this.viewports.length==t.viewports.length&&this.viewports.every(((e,i)=>e.from==t.viewports[i].from&&e.to==t.viewports[i].to))}}function Or(t,e){if(1==e.scale)return t;let i=e.toDOM(t.top),n=e.toDOM(t.bottom);return new er(t.from,t.length,i,n-i,Array.isArray(t._content)?t._content.map((t=>Or(t,e))):t._content)}const Sr=Se.define({combine:t=>t.join(" ")}),Cr=Se.define({combine:t=>t.indexOf(!0)>-1}),Ar=Pi.newName(),Mr=Pi.newName(),Tr=Pi.newName(),Dr={"&light":"."+Mr,"&dark":"."+Tr};function Pr(t,e,i){return new Pi(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 Rr=Pr("."+Ar,{"&":{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,overflowAnchor:"none"},".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,zIndex:300},"&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"}},Dr),Er={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},Br=An.ie&&An.ie_version<=11;class Nr{constructor(t){this.view=t,this.active=!1,this.editContext=null,this.selectionRange=new Gi,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);(An.ie&&An.ie_version<=11||An.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()})),!window.EditContext||!1===t.constructor.EDIT_CONTEXT||An.chrome&&An.chrome_version<126||(this.editContext=new Qr(t),t.state.facet(Ls)&&(t.contentDOM.editContext=this.editContext.editContext)),Br&&(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.editContext&&this.view.requestMeasure(this.editContext.measureReq),this.onScrollChanged(t)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout((()=>{this.resizeTimeout=-1,this.view.requestMeasure()}),50))}onPrint(t){("change"!=t.type&&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(Ls)?i.root.activeElement!=this.dom:!Vi(i.dom,n))return;let s=n.anchorNode&&i.docView.nearest(n.anchorNode);s&&s.ignoreEvent(t)?e||(this.selectionChanged=!1):(An.ie&&An.ie_version<=11||An.android&&An.chrome)&&!i.state.selection.main.empty&&n.focusNode&&Hi(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:t}=this,e=$i(t.root);if(!e)return!1;let i=An.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,e){if(e.getComposedRanges){let i=e.getComposedRanges(t.root)[0];if(i)return Ir(t,i)}let i=null;function n(t){t.preventDefault(),t.stopImmediatePropagation(),i=t.getTargetRanges()[0]}return t.contentDOM.addEventListener("beforeinput",n,!0),t.dom.ownerDocument.execCommand("indent"),t.contentDOM.removeEventListener("beforeinput",n,!0),i?Ir(t,i):null}(this.view,e)||e;if(!i||this.selectionRange.eq(i))return!1;let n=Vi(this.dom,i);return n&&!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,ji(i));;)if(n){if(1!=i.nodeType)return!1;let t=i.childNodes[n-1];"false"==t.contentEditable?n--:(i=t,n=ji(i))}else{if(i==t)return!0;n=qi(i),i=i.parentNode}}(this.dom,i)?(this.view.inputState.lastFocusTime=0,t.docView.updateSelection(),!1):(this.selectionRange.setRange(i),n&&(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,Er),Br&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),Br&&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;t&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=t.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&t.force&&nn(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 s of t){let t=this.readMutation(s);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&&Vi(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 s=new wo(this.view,t,e,i);return this.view.docView.domChanged={newSel:s.newSel?s.newSel.main:null},s}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=yo(this.view,e);return this.view.state==i&&(e.domChanged||e.newSel&&!e.newSel.main.eq(this.view.state.selection.main))&&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=Lr(e,t.previousSibling||t.target.previousSibling,-1),n=Lr(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?this.printQuery.addEventListener("change",this.onPrint):this.printQuery.addListener(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?this.printQuery.removeEventListener("change",this.onPrint):this.printQuery.removeListener(this.onPrint):t.removeEventListener("beforeprint",this.onPrint),t.document.removeEventListener("selectionchange",this.onSelectionChange)}update(t){this.editContext&&(this.editContext.update(t),t.startState.facet(Ls)!=t.state.facet(Ls)&&(t.view.contentDOM.editContext=t.state.facet(Ls)?this.editContext.editContext:null))}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),this.editContext&&(this.view.contentDOM.editContext=null,this.editContext.destroy())}}function Lr(t,e,i){for(;e;){let n=cn.get(e);if(n&&n.parent==t)return n;let s=e.parentNode;e=s!=t.dom?s:i>0?e.nextSibling:e.previousSibling}return null}function Ir(t,e){let i=e.startContainer,n=e.startOffset,s=e.endContainer,o=e.endOffset,r=t.docView.domAtPos(t.state.selection.main.anchor);return Hi(r.node,r.offset,s,o)&&([i,n,s,o]=[s,o,i,n]),{anchorNode:i,anchorOffset:n,focusNode:s,focusOffset:o}}class Qr{constructor(t){this.from=0,this.to=0,this.pendingContextChange=null,this.handlers=Object.create(null),this.resetRange(t.state);let e=this.editContext=new window.EditContext({text:t.state.doc.sliceString(this.from,this.to),selectionStart:this.toContextPos(Math.max(this.from,Math.min(this.to,t.state.selection.main.anchor))),selectionEnd:this.toContextPos(t.state.selection.main.head)});this.handlers.textupdate=e=>{let{anchor:i}=t.state.selection.main,n={from:this.toEditorPos(e.updateRangeStart),to:this.toEditorPos(e.updateRangeEnd),insert:Ft.of(e.text.split("\n"))};n.from==this.from&&i<this.from?n.from=i:n.to==this.to&&i>this.to&&(n.to=i),(n.from!=n.to||n.insert.length)&&(this.pendingContextChange=n,t.state.readOnly||xo(t,n,xe.single(this.toEditorPos(e.selectionStart),this.toEditorPos(e.selectionEnd))),this.pendingContextChange&&(this.revertPending(t.state),this.setSelection(t.state)))},this.handlers.characterboundsupdate=i=>{let n=[],s=null;for(let e=this.toEditorPos(i.rangeStart),o=this.toEditorPos(i.rangeEnd);e<o;e++){let i=t.coordsForChar(e);s=i&&new DOMRect(i.left,i.top,i.right-i.left,i.bottom-i.top)||s||new DOMRect,n.push(s)}e.updateCharacterBounds(i.rangeStart,n)},this.handlers.textformatupdate=e=>{let i=[];for(let t of e.getTextFormats()){let e=t.underlineStyle,n=t.underlineThickness;if("None"!=e&&"None"!=n){let s=`text-decoration: underline ${"Dashed"==e?"dashed ":"Squiggle"==e?"wavy ":""}${"Thin"==n?1:2}px`;i.push(Vn.mark({attributes:{style:s}}).range(this.toEditorPos(t.rangeStart),this.toEditorPos(t.rangeEnd)))}}t.dispatch({effects:Bs.of(Vn.set(i))})},this.handlers.compositionstart=()=>{t.inputState.composing<0&&(t.inputState.composing=0,t.inputState.compositionFirstChange=!0)},this.handlers.compositionend=()=>{t.inputState.composing=-1,t.inputState.compositionFirstChange=null};for(let t in this.handlers)e.addEventListener(t,this.handlers[t]);this.measureReq={read:t=>{this.editContext.updateControlBounds(t.contentDOM.getBoundingClientRect());let e=$i(t.root);e&&e.rangeCount&&this.editContext.updateSelectionBounds(e.getRangeAt(0).getBoundingClientRect())}}}applyEdits(t){let e=0,i=!1,n=this.pendingContextChange;return t.changes.iterChanges(((s,o,r,l,a)=>{if(i)return;let h=a.length-(o-s);if(n&&o>=n.to){if(n.from==s&&n.to==o&&n.insert.eq(a))return n=this.pendingContextChange=null,e+=h,void(this.to+=h);n=null,this.revertPending(t.state)}if(s+=e,(o+=e)<=this.from)this.from+=h,this.to+=h;else if(s<this.to){if(s<this.from||o>this.to||this.to-this.from+a.length>3e4)return void(i=!0);this.editContext.updateText(this.toContextPos(s),this.toContextPos(o),a.toString()),this.to+=h}e+=h})),n&&!i&&this.revertPending(t.state),!i}update(t){let e=this.pendingContextChange;this.applyEdits(t)&&this.rangeIsValid(t.state)?(t.docChanged||t.selectionSet||e)&&this.setSelection(t.state):(this.pendingContextChange=null,this.resetRange(t.state),this.editContext.updateText(0,this.editContext.text.length,t.state.doc.sliceString(this.from,this.to)),this.setSelection(t.state)),(t.geometryChanged||t.docChanged||t.selectionSet)&&t.view.requestMeasure(this.measureReq)}resetRange(t){let{head:e}=t.selection.main;this.from=Math.max(0,e-1e4),this.to=Math.min(t.doc.length,e+1e4)}revertPending(t){let e=this.pendingContextChange;this.pendingContextChange=null,this.editContext.updateText(this.toContextPos(e.from),this.toContextPos(e.from+e.insert.length),t.doc.sliceString(e.from,e.to))}setSelection(t){let{main:e}=t.selection,i=this.toContextPos(Math.max(this.from,Math.min(this.to,e.anchor))),n=this.toContextPos(e.head);this.editContext.selectionStart==i&&this.editContext.selectionEnd==n||this.editContext.updateSelection(i,n)}rangeIsValid(t){let{head:e}=t.selection.main;return!(this.from>0&&e-this.from<500||this.to<t.doc.length&&this.to-e<500||this.to-this.from>3e4)}toEditorPos(t){return t+this.from}toContextPos(t){return t-this.from}destroy(){for(let t in this.handlers)this.editContext.removeEventListener(t,this.handlers[t])}}class zr{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={}){var e;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:i}=t;this.dispatchTransactions=t.dispatchTransactions||i&&(t=>t.forEach((t=>i(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 vr(t.state||li.create(t)),t.scrollTo&&t.scrollTo.is(Es)&&(this.viewState.scrollTarget=t.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(Qs).map((t=>new $s(t)));for(let t of this.plugins)t.update(this);this.observer=new Nr(this),this.inputState=new ko(this),this.inputState.ensureHandlers(this.plugins),this.docView=new Zs(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),(null===(e=document.fonts)||void 0===e?void 0:e.ready)&&document.fonts.ready.then((()=>this.requestMeasure()))}dispatch(...t){let e=1==t.length&&t[0]instanceof Ge?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,s=this.state;for(let e of t){if(e.startState!=s)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");s=e.state}if(this.destroyed)return void(this.viewState.state=s);let o=this.hasFocus,r=0,l=null;t.some((t=>t.annotation(_o)))?(this.inputState.notifiedFocused=o,r=1):o!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=o,l=jo(s,o),l||(r=1));let a=this.observer.delayedAndroidKey,h=null;if(a?(this.observer.clearDelayedAndroidKey(),h=this.observer.readChange(),(h&&!this.state.doc.eq(s.doc)||!this.state.selection.eq(s.selection))&&(h=null)):this.observer.clear(),s.facet(li.phrases)!=this.state.facet(li.phrases))return this.setState(s);e=Gs.create(this,s,t),e.flags|=r;let c=this.viewState.scrollTarget;try{this.updateState=2;for(let e of t){if(c&&(c=c.map(e.changes)),e.scrollIntoView){let{main:t}=e.state.selection;c=new Rs(t.empty?t:xe.cursor(t.head,t.head>t.anchor?-1:1))}for(let t of e.effects)t.is(Es)&&(c=t.value.clip(this.state))}this.viewState.update(e,c),this.bidiCache=Vr.update(this.bidiCache,e.changes),e.empty||(this.updatePlugins(e),this.inputState.update(e)),i=this.docView.update(e),this.state.facet(Ks)!=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(Sr)!=e.state.facet(Sr)&&(this.viewState.mustMeasureContent=!0),(i||n||c||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),i&&this.docViewUpdate(),!e.empty)for(let t of this.state.facet(Os))try{t(e)}catch(t){Ns(this.state,t,"update listener")}(l||h)&&Promise.resolve().then((()=>{l&&this.state==l.startState&&this.dispatch(l),h&&!yo(this,h)&&a.force&&nn(this.contentDOM,a.key,a.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 vr(t),this.plugins=t.facet(Qs).map((t=>new $s(t))),this.pluginMap.clear();for(let t of this.plugins)t.update(this);this.docView.destroy(),this.docView=new Zs(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(Qs),i=t.state.facet(Qs);if(e!=i){let n=[];for(let s of i){let i=e.indexOf(s);if(i<0)n.push(new $s(s));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){Ns(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:s,scrollAnchorHeight:o}=this.viewState;Math.abs(n-this.viewState.scrollTop)>1&&(o=-1),this.viewState.scrollAnchorHeight=-1;try{for(let t=0;;t++){if(o<0)if(on(i))s=-1,o=this.viewState.heightMap.height;else{let t=this.viewState.scrollAnchorAt(n);s=t.from,o=t.top}this.updateState=1;let r=this.viewState.measure(this);if(!r&&!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 l=[];4&r||([this.measureRequests,l]=[l,this.measureRequests]);let a=l.map((t=>{try{return t.read(this)}catch(t){return Ns(this.state,t),Wr}})),h=Gs.create(this,this.state,[]),c=!1;h.flags|=r,e?e.flags|=r:e=h,this.updateState=2,h.empty||(this.updatePlugins(h),this.inputState.update(h),this.updateAttrs(),c=this.docView.update(h),c&&this.docViewUpdate());for(let t=0;t<l.length;t++)if(a[t]!=Wr)try{let e=l[t];e.write&&e.write(a[t],this)}catch(t){Ns(this.state,t)}if(c&&this.docView.updateSelection(!0),!h.viewportChanged&&0==this.measureRequests.length){if(this.viewState.editorHeight){if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,o=-1;continue}{let t=(s<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(s).top)-o;if(t>1||t<-1){n+=t,i.scrollTop=n/this.scaleY,o=-1;continue}}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(e&&!e.empty)for(let t of this.state.facet(Os))t(e)}get themeClasses(){return Ar+" "+(this.state.facet(Cr)?Tr:Mr)+" "+this.state.facet(Sr)}updateAttrs(){let t=Fr(this,Ws,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),e={spellcheck:"false",autocorrect:"off",autocapitalize:"off",translate:"no",contenteditable:this.state.facet(Ls)?"true":"false",class:"cm-content",style:`${An.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(e["aria-readonly"]="true"),Fr(this,Vs,e);let i=this.observer.ignore((()=>{let i=Qn(this.contentDOM,this.contentAttrs,e),n=Qn(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)t.is(zr.announce)&&(e&&(this.announceDOM.textContent=""),e=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=t.value)}mountStyles(){this.styleModules=this.state.facet(Ks);let t=this.state.facet(zr.cspNonce);Pi.mount(this.root,this.styleModules.concat(Rr).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),s=n(i);return t=>{let e=n(t);return s==si.Space&&(s=e),s==e}}(this,t.head,e))))}visualLineSide(t,e){let i=this.bidiSpans(t),n=this.textDirectionAt(t.from),s=i[e?i.length-1:0];return xe.cursor(s.side(e,n)+t.from,s.forward(!e,n)?1:-1)}moveToLineBoundary(t,e,i=!0){return function(t,e,i,n){let s=co(t,e.head),o=n&&s.type==Wn.Text&&(t.lineWrapping||s.widgetLineBreaks)?t.coordsAtPos(e.assoc<0&&e.head>s.from?e.head-1:e.head):null;if(o){let e=t.dom.getBoundingClientRect(),n=t.textDirectionAt(s.from),r=t.posAtCoords({x:i==(n==ts.LTR)?e.right-1:e.left+1,y:(o.top+o.bottom)/2});if(null!=r)return xe.cursor(r,i?-1:1)}return xe.cursor(i?s.to:s.from,i?-1:1)}(this,t,e,i)}moveVertically(t,e,i){return po(this,t,function(t,e,i,n){let s=e.head,o=i?1:-1;if(s==(i?t.state.doc.length:0))return xe.cursor(s,e.assoc);let r,l=e.goalColumn,a=t.contentDOM.getBoundingClientRect(),h=t.coordsAtPos(s,e.assoc||-1),c=t.documentTop;if(h)null==l&&(l=h.left-a.left),r=o<0?h.top:h.bottom;else{let e=t.viewState.lineBlockAt(s);null==l&&(l=Math.min(a.right-a.left,t.defaultCharacterWidth*(s-e.from))),r=(o<0?e.top:e.bottom)+c}let u=a.left+l,d=null!=n?n:t.viewState.heightOracle.textHeight>>1;for(let e=0;;e+=10){let i=r+(d+e)*o,n=ao(t,{x:u,y:i},!1,o);if(i<a.top||i>a.bottom||(o<0?n<s:n>s)){let e=t.docView.coordsForChar(n),s=!e||i<e.top?-1:1;return xe.cursor(n,s,void 0,l)}}}(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(),ao(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),s=this.bidiSpans(n);return Ui(i,s[cs.find(s,t-n.from,-1,e)].dir==ts.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(Ts)||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>$r)return ms(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||us(n.isolates,e=_s(this,t))))return n.order;e||(e=_s(this,t));let n=function(t,e,i){if(!t)return[new cs(0,0,e==is?1:0)];if(e==es&&!i.length&&!hs.test(t))return ms(t.length);if(i.length)for(;t.length>ds.length;)ds[ds.length]=256;let n=[],s=e==es?0:1;return ps(t,s,s,i,0,t.length,n),n}(t.text,i,e);return this.bidiCache.push(new Vr(t.from,t.to,i,e,!0,n)),n}get hasFocus(){var t;return(this.dom.ownerDocument.hasFocus()||An.safari&&(null===(t=this.inputState)||void 0===t?void 0:t.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore((()=>{tn(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(){this.root.activeElement==this.contentDOM&&this.contentDOM.blur();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 Es.of(new Rs("number"==typeof t?xe.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 Es.of(new Rs(xe.cursor(i.from),"start","start",i.top-t,e,!0))}setTabFocusMode(t){null==t?this.inputState.tabFocusMode=this.inputState.tabFocusMode<0?0:-1:"boolean"==typeof t?this.inputState.tabFocusMode=t?0:-1:0!=this.inputState.tabFocusMode&&(this.inputState.tabFocusMode=Date.now()+t)}static domEventHandlers(t){return zs.define((()=>({})),{eventHandlers:t})}static domEventObservers(t){return zs.define((()=>({})),{eventObservers:t})}static theme(t,e){let i=Pi.newName(),n=[Sr.of(i),Ks.of(Pr(`.${i}`,t))];return e&&e.dark&&n.push(Cr.of(!0)),n}static baseTheme(t){return Be.lowest(Ks.of(Pr("."+Ar,t,Dr)))}static findFromDOM(t){var e;let i=t.querySelector(".cm-content"),n=i&&cn.get(i)||cn.get(t);return(null===(e=null==n?void 0:n.rootView)||void 0===e?void 0:e.view)||null}}zr.styleModule=Ks,zr.inputHandler=Ss,zr.clipboardInputFilter=As,zr.clipboardOutputFilter=Ms,zr.scrollHandler=Ps,zr.focusChangeEffect=Cs,zr.perLineTextDirection=Ts,zr.exceptionSink=ks,zr.updateListener=Os,zr.editable=Ls,zr.mouseSelectionStyle=xs,zr.dragMovesSelection=ys,zr.clickAddsSelectionRange=ws,zr.decorations=Fs,zr.outerDecorations=Hs,zr.atomicRanges=qs,zr.bidiIsolatedRanges=Xs,zr.scrollMargins=js,zr.darkTheme=Cr,zr.cspNonce=Se.define({combine:t=>t.length?t[0]:""}),zr.contentAttributes=Vs,zr.editorAttributes=Ws,zr.lineWrapping=zr.contentAttributes.of({class:"cm-lineWrapping"}),zr.announce=Ye.define();const $r=4096,Wr={};class Vr{constructor(t,e,i,n,s,o){this.from=t,this.to=e,this.dir=i,this.isolates=n,this.fresh=s,this.order=o}static update(t,e){if(e.empty&&!t.some((t=>t.fresh)))return t;let i=[],n=t.length?t[t.length-1].dir:ts.LTR;for(let s=Math.max(0,t.length-10);s<t.length;s++){let o=t[s];o.dir!=n||e.touchesRange(o.from,o.to)||i.push(new Vr(e.mapPos(o.from,1),e.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return i}}function Fr(t,e,i){for(let n=t.state.facet(e),s=n.length-1;s>=0;s--){let e=n[s],o="function"==typeof e?e(t):e;o&&Nn(o,i)}return i}const Hr=An.mac?"mac":An.windows?"win":An.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 Xr=Be.default(zr.domEventHandlers({keydown:(t,e)=>Zr(Ur(e.state),t,e,"editor")})),_r=Se.define({enables:Xr}),jr=new WeakMap;function Ur(t){let e=t.facet(_r),i=jr.get(e);return i||jr.set(e,i=function(t,e=Hr){let i=Object.create(null),n=Object.create(null),s=(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")},o=(t,n,o,r,l)=>{var a,h;let c=i[t]||(i[t]=Object.create(null)),u=n.split(/ (?!$)/).map((t=>function(t,e){const i=t.split(/-(?!$)/);let n,s,o,r,l=i[i.length-1];"Space"==l&&(l=" ");for(let t=0;t<i.length-1;++t){const l=i[t];if(/^(cmd|meta|m)$/i.test(l))r=!0;else if(/^a(lt)?$/i.test(l))n=!0;else if(/^(c|ctrl|control)$/i.test(l))s=!0;else if(/^s(hift)?$/i.test(l))o=!0;else{if(!/^mod$/i.test(l))throw new Error("Unrecognized modifier name: "+l);"mac"==e?r=!0:s=!0}}return n&&(l="Alt-"+l),s&&(l="Ctrl-"+l),r&&(l="Meta-"+l),o&&(l="Shift-"+l),l}(t,e)));for(let e=1;e<u.length;e++){let i=u.slice(0,e).join(" ");s(i,!0),c[i]||(c[i]={preventDefault:!0,stopPropagation:!1,run:[e=>{let n=Kr={view:e,prefix:i,scope:t};return setTimeout((()=>{Kr==n&&(Kr=null)}),Yr),!0}]})}let d=u.join(" ");s(d,!1);let f=c[d]||(c[d]={preventDefault:!1,stopPropagation:!1,run:(null===(h=null===(a=c._any)||void 0===a?void 0:a.run)||void 0===h?void 0:h.slice())||[]});o&&f.run.push(o),r&&(f.preventDefault=!0),l&&(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:[]});let{any:s}=n;for(let e in t)t[e].run.push((t=>s(t,Gr)))}let s=n[e]||n.key;if(s)for(let e of t)o(e,s,n.run,n.preventDefault,n.stopPropagation),n.shift&&o(e,"Shift-"+s,n.shift,n.preventDefault,n.stopPropagation)}return i}(e.reduce(((t,e)=>t.concat(e)),[]))),i}let Kr=null;const Yr=4e3;let Gr=null;function Zr(t,e,i,n){Gr=e;let s=function(t){var e=!(Li&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||Ii&&t.shiftKey&&t.key&&1==t.key.length||"Unidentified"==t.key)&&t.key||(t.shiftKey?Ni:Bi)[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),o=he(le(s,0))==s.length&&" "!=s,r="",l=!1,a=!1,h=!1;Kr&&Kr.view==i&&Kr.scope==n&&(r=Kr.prefix+" ",Mo.indexOf(e.keyCode)<0&&(a=!0,Kr=null));let c,u,d=new Set,f=t=>{if(t){for(let e of t.run)if(!d.has(e)&&(d.add(e),e(i)))return t.stopPropagation&&(h=!0),!0;t.preventDefault&&(t.stopPropagation&&(h=!0),a=!0)}return!1},p=t[n];return p&&(f(p[r+qr(s,e,!o)])?l=!0:o&&(e.altKey||e.metaKey||e.ctrlKey)&&!(An.windows&&e.ctrlKey&&e.altKey)&&(c=Bi[e.keyCode])&&c!=s?(f(p[r+qr(c,e,!0)])||e.shiftKey&&(u=Ni[e.keyCode])!=s&&u!=c&&f(p[r+qr(u,e,!1)]))&&(l=!0):o&&e.shiftKey&&f(p[r+qr(s,e,!0)])&&(l=!0),!l&&f(p._any)&&(l=!0)),a&&(l=!0),l&&h&&e.stopPropagation(),Gr=null,l}class Jr{constructor(t,e,i,n,s){this.className=t,this.left=e,this.top=i,this.width=n,this.height=s}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 s=tl(t);return[new Jr(e,n.left-s.left,n.top-s.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),s=Math.min(i.to,t.viewport.to),o=t.textDirection==ts.LTR,r=t.contentDOM,l=r.getBoundingClientRect(),a=tl(t),h=r.querySelector(".cm-line"),c=h&&window.getComputedStyle(h),u=l.left+(c?parseInt(c.paddingLeft)+Math.min(0,parseInt(c.textIndent)):0),d=l.right-(c?parseInt(c.paddingRight):0),f=co(t,n),p=co(t,s),m=f.type==Wn.Text?f:null,g=p.type==Wn.Text?p:null;if(m&&(t.lineWrapping||f.widgetLineBreaks)&&(m=el(t,n,1,m)),g&&(t.lineWrapping||p.widgetLineBreaks)&&(g=el(t,s,-1,g)),m&&g&&m.from==g.from&&m.to==g.to)return b(w(i.from,i.to,m));{let e=m?w(i.from,null,m):y(f,!1),n=g?w(null,i.to,g):y(p,!0),s=[];return(m||f).to<(g||p).from-(m&&g?1:0)||f.widgetLineBreaks>1&&e.bottom+t.defaultLineHeight/2<n.top?s.push(v(u,e.bottom,d,n.top)):e.bottom<n.top&&t.elementAtHeight((e.bottom+n.top)/2).type==Wn.Text&&(e.bottom=n.top=(e.bottom+n.top)/2),b(e).concat(s).concat(b(n))}function v(t,i,n,s){return new Jr(e,t-a.left,i-a.top-.01,n-t,s-i+.01)}function b({top:t,bottom:e,horizontal:i}){let n=[];for(let s=0;s<i.length;s+=2)n.push(v(i[s],t,i[s+1],e));return n}function w(e,i,n){let s=1e9,r=-1e9,l=[];function a(e,i,a,h,c){let f=t.coordsAtPos(e,e==n.to?-2:2),p=t.coordsAtPos(a,a==n.from?2:-2);f&&p&&(s=Math.min(f.top,p.top,s),r=Math.max(f.bottom,p.bottom,r),c==ts.LTR?l.push(o&&i?u:f.left,o&&h?d:p.right):l.push(!o&&h?u:p.left,!o&&i?d:f.right))}let h=null!=e?e:n.from,c=null!=i?i:n.to;for(let n of t.visibleRanges)if(n.to>h&&n.from<c)for(let s=Math.max(n.from,h),o=Math.min(n.to,c);;){let n=t.state.doc.lineAt(s);for(let r of t.bidiSpans(n)){let t=r.from+n.from,l=r.to+n.from;if(t>=o)break;l>s&&a(Math.max(t,s),null==e&&t<=h,Math.min(l,o),null==i&&l>=c,r.dir)}if(s=n.to+1,s>=o)break}return 0==l.length&&a(h,null==e,c,null==i,t.textDirection),{top:s,bottom:r,horizontal:l}}function y(t,e){let i=l.top+(e?t.top:t.bottom);return{top:i,bottom:i,horizontal:[]}}}(t,e,i)}}function tl(t){let e=t.scrollDOM.getBoundingClientRect();return{left:(t.textDirection==ts.LTR?e.left:e.right-t.scrollDOM.clientWidth*t.scaleX)-t.scrollDOM.scrollLeft*t.scaleX,top:e.top-t.scrollDOM.scrollTop*t.scaleY}}function el(t,e,i,n){let s=t.coordsAtPos(e,2*i);if(!s)return n;let o=t.dom.getBoundingClientRect(),r=(s.top+s.bottom)/2,l=t.posAtCoords({x:o.left+1,y:r}),a=t.posAtCoords({x:o.right-1,y:r});return null==l||null==a?n:{from:Math.max(n.from,Math.min(l,a)),to:Math.min(n.to,Math.max(l,a))}}class il{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(nl)!=t.state.facet(nl)&&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(nl);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 nl=Se.define();function sl(t){return[zs.define((e=>new il(e,t))),nl.of(t)]}const ol=!An.ios,rl=Se.define({combine:t=>ai(t,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(t,e)=>Math.min(t,e),drawRangeCursor:(t,e)=>t||e})});function ll(t){return t.startState.facet(rl)!=t.state.facet(rl)}const al=sl({above:!0,markers(t){let{state:e}=t,i=e.facet(rl),n=[];for(let s of e.selection.ranges){let o=s==e.selection.main;if(s.empty?!o||ol:i.drawRangeCursor){let e=o?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",i=s.empty?s:xe.cursor(s.head,s.head>s.anchor?-1:1);for(let s of Jr.forRange(t,e,i))n.push(s)}}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=ll(t);return i&&hl(t.state,e),t.docChanged||t.selectionSet||i},mount(t,e){hl(e.state,t)},class:"cm-cursorLayer"});function hl(t,e){e.style.animationDuration=t.facet(rl).cursorBlinkRate+"ms"}const cl=sl({above:!1,markers:t=>t.state.selection.ranges.map((e=>e.empty?[]:Jr.forRange(t,"cm-selectionBackground",e))).reduce(((t,e)=>t.concat(e))),update:(t,e)=>t.docChanged||t.selectionSet||t.viewportChanged||ll(t),class:"cm-selectionLayer"}),ul={".cm-line":{"& ::selection, &::selection":{backgroundColor:"transparent !important"}},".cm-content":{"& :focus":{caretColor:"initial !important","&::selection, & ::selection":{backgroundColor:"Highlight !important"}}}};ol&&(ul[".cm-line"].caretColor=ul[".cm-content"].caretColor="transparent !important");const dl=Be.highest(zr.theme(ul)),fl=Ye.define({map:(t,e)=>null==t?null:e.mapPos(t)}),pl=Re.define({create:()=>null,update:(t,e)=>(null!=t&&(t=e.changes.mapPos(t)),e.effects.reduce(((t,e)=>e.is(fl)?e.value:t),t))}),ml=zs.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(pl);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(pl)!=i||t.docChanged||t.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:t}=this,e=t.state.field(pl),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(pl)!=t&&this.view.dispatch({effects:fl.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 gl(t,e,i,n,s){e.lastIndex=0;for(let o,r=t.iterRange(i,n),l=i;!r.next().done;l+=r.value.length)if(!r.lineBreak)for(;o=e.exec(r.value);)s(l+o.index,o)}class vl{constructor(t){const{regexp:e,decoration:i,decorate:n,boundary:s,maxLength:o=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,s)=>n(s,i,i+t[0].length,t,e);else if("function"==typeof i)this.addMatch=(t,e,n,s)=>{let o=i(t,e,n);o&&s(n,n+t[0].length,o)};else{if(!i)throw new RangeError("Either 'decorate' or 'decoration' should be provided to MatchDecorator");this.addMatch=(t,e,n,s)=>s(n,n+t[0].length,i)}this.boundary=s,this.maxLength=o}createDeco(t){let e=new pi,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:s,to:o}of i)s=Math.max(t.state.doc.lineAt(s).from,s-e),o=Math.min(t.state.doc.lineAt(o).to,o+e),n.length&&n[n.length-1].to>=s?n[n.length-1].to=o:n.push({from:s,to:o});return n}(t,this.maxLength))gl(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,s,o,r)=>{r>t.view.viewport.from&&o<t.view.viewport.to&&(i=Math.min(o,i),n=Math.max(r,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 s of t.visibleRanges){let o=Math.max(s.from,i),r=Math.min(s.to,n);if(r>o){let i=t.state.doc.lineAt(o),n=i.to<r?t.state.doc.lineAt(r):i,l=Math.max(s.from,i.from),a=Math.min(s.to,n.to);if(this.boundary){for(;o>i.from;o--)if(this.boundary.test(i.text[o-1-i.from])){l=o;break}for(;r<n.to;r++)if(this.boundary.test(n.text[r-n.from])){a=r;break}}let h,c=[],u=(t,e,i)=>c.push(i.range(t,e));if(i==n)for(this.regexp.lastIndex=l-i.from;(h=this.regexp.exec(i.text))&&h.index<a-i.from;)this.addMatch(h,t,h.index+i.from,u);else gl(t.state.doc,this.regexp,l,a,((e,i)=>this.addMatch(i,t,e,u)));e=e.update({filterFrom:l,filterTo:a,filter:(t,e)=>t<l||e>a,add:c})}}return e}}const bl=null!=/x/.unicode?"gu":"g",wl=new RegExp("[\0-\b\n--Ÿ­؜​‎‏\u2028\u2029‭‮⁦⁧⁩\ufeff-]",bl),yl={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 xl=null;const kl=Se.define({combine(t){let e=ai(t,{render:null,specialChars:wl,addSpecialChars:null});return(e.replaceTabs=!function(){var t;if(null==xl&&"undefined"!=typeof document&&document.body){let e=document.body.style;xl=null!=(null!==(t=e.tabSize)&&void 0!==t?t:e.MozTabSize)}return xl||!1}())&&(e.specialChars=new RegExp("\t|"+e.specialChars.source,bl)),e.addSpecialChars&&(e.specialChars=new RegExp(e.specialChars.source+"|"+e.addSpecialChars.source,bl)),e}});let Ol=null;class Sl extends $n{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")+" "+(yl[this.code]||"0x"+this.code.toString(16)),n=this.options.render&&this.options.render(this.code,i,e);if(n)return n;let s=document.createElement("span");return s.textContent=e,s.title=i,s.setAttribute("aria-label",i),s.className="cm-specialChar",s}ignoreEvent(){return!1}}class Cl extends $n{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 Al=Vn.line({class:"cm-activeLine"}),Ml=zs.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 s=t.lineBlockAt(n.head);s.from>e&&(i.push(Al.range(s.from)),e=s.from)}return Vn.set(i)}},{decorations:t=>t.decorations});class Tl extends $n{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?Fi(t.firstChild):[];if(!e.length)return null;let i=window.getComputedStyle(t.parentNode),n=Ui(e[0],"rtl"!=i.direction),s=parseInt(i.lineHeight);return n.bottom-n.top>1.5*s?{left:n.left,right:n.right,top:n.top,bottom:n.top+s}:n}ignoreEvent(){return!1}}const Dl=2e3;function Pl(t,e){let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1),n=t.state.doc.lineAt(i),s=i-n.from,o=s>Dl?-1:s==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):Ci(n.text,t.state.tabSize,i-n.from);return{line:n.number,col:o,off:s}}const Rl={Alt:[18,t=>!!t.altKey],Control:[17,t=>!!t.ctrlKey],Shift:[16,t=>!!t.shiftKey],Meta:[91,t=>!!t.metaKey]},El={style:"cursor: crosshair"},Bl="-10000px";class Nl{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 s=null;this.tooltipViews=this.tooltips.map((t=>s=i(t,s)))}update(t,e){var i;let n=t.state.facet(this.facet),s=n.filter((t=>t));if(n===this.input){for(let e of this.tooltipViews)e.update&&e.update(t);return!1}let o=[],r=e?[]:null;for(let i=0;i<s.length;i++){let n=s[i],l=-1;if(n){for(let t=0;t<this.tooltips.length;t++){let e=this.tooltips[t];e&&e.create==n.create&&(l=t)}if(l<0)o[i]=this.createTooltipView(n,i?o[i-1]:null),r&&(r[i]=!!n.above);else{let n=o[i]=this.tooltipViews[l];r&&(r[i]=e[l]),n.update&&n.update(t)}}}for(let t of this.tooltipViews)o.indexOf(t)<0&&(this.removeTooltipView(t),null===(i=t.destroy)||void 0===i||i.call(t));return e&&(r.forEach(((t,i)=>e[i]=t)),e.length=r.length),this.input=n,this.tooltips=s,this.tooltipViews=o,!0}}function Ll(t){let{win:e}=t;return{top:0,left:0,bottom:e.innerHeight,right:e.innerWidth}}const Il=Se.define({combine:t=>{var e,i,n;return{position:An.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)||Ll}}}),Ql=new WeakMap,zl=zs.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(Il);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 Nl(t,Vl,((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(Il);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.appendChild(t)}return i.dom.style.position=this.position,i.dom.style.top=Bl,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(An.gecko)n=t.offsetParent!=this.container.ownerDocument.body;else if(t.style.top==Bl&&"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(Il).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:s,scaleY:o}=t,r=[];for(let l=0;l<this.manager.tooltips.length;l++){let a=this.manager.tooltips[l],h=this.manager.tooltipViews[l],{dom:c}=h,u=t.pos[l],d=t.size[l];if(!u||u.bottom<=Math.max(i.top,n.top)||u.top>=Math.min(i.bottom,n.bottom)||u.right<Math.max(i.left,n.left)-.1||u.left>Math.min(i.right,n.right)+.1){c.style.top=Bl;continue}let f=a.arrow?h.dom.querySelector(".cm-tooltip-arrow"):null,p=f?7:0,m=d.right-d.left,g=null!==(e=Ql.get(h))&&void 0!==e?e:d.bottom-d.top,v=h.offset||Wl,b=this.view.textDirection==ts.LTR,w=d.width>n.right-n.left?b?n.left:n.right-d.width:b?Math.max(n.left,Math.min(u.left-(f?14:0)+v.x,n.right-m)):Math.min(Math.max(n.left,u.left-m+(f?14:0)-v.x),n.right-m),y=this.above[l];!a.strictSide&&(y?u.top-(d.bottom-d.top)-v.y<n.top:u.bottom+(d.bottom-d.top)+v.y>n.bottom)&&y==n.bottom-u.bottom>u.top-n.top&&(y=this.above[l]=!y);let x=(y?u.top-n.top:n.bottom-u.bottom)-p;if(x<g&&!1!==h.resize){if(x<this.view.defaultLineHeight){c.style.top=Bl;continue}Ql.set(h,g),c.style.height=(g=x)/o+"px"}else c.style.height&&(c.style.height="");let k=y?u.top-g-p-v.y:u.bottom+p+v.y,O=w+m;if(!0!==h.overlap)for(let t of r)t.left<O&&t.right>w&&t.top<k+g&&t.bottom>k&&(k=y?t.top-g-2-p:t.bottom+p+2);if("absolute"==this.position?(c.style.top=(k-t.parent.top)/o+"px",c.style.left=(w-t.parent.left)/s+"px"):(c.style.top=k/o+"px",c.style.left=w/s+"px"),f){let t=u.left+(b?v.x:-v.x)-(w+14-7);f.style.left=t/s+"px"}!0!==h.overlap&&r.push({left:w,top:k,right:O,bottom:k+g}),c.classList.toggle("cm-tooltip-above",y),c.classList.toggle("cm-tooltip-below",!y),h.positioned&&h.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=Bl}},{eventObservers:{scroll(){this.maybeMeasure()}}}),$l=zr.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"}}}),Wl={x:0,y:0},Vl=Se.define({enables:[zl,$l]}),Fl=Se.define({combine:t=>t.reduce(((t,e)=>t.concat(e)),[])});class Hl{static create(t){return new Hl(t)}constructor(t){this.view=t,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new Nl(t,Fl,((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 ql=Vl.compute([Fl],(t=>{let e=t.facet(Fl);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:Hl.create,above:e[0].above,arrow:e.some((t=>t.arrow))}}));class Xl{constructor(t,e,i,n,s){this.view=t,this.source=e,this.field=i,this.setHover=n,this.hoverTime=s,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,s=1;if(i instanceof Dn)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 o=t.bidiSpans(t.state.doc.lineAt(n)).find((t=>t.from<=n&&t.to>=n)),r=o&&o.dir==ts.RTL?-1:1;s=e.x<i.left?-r:r}let o=this.source(t,n,s);if(null==o?void 0:o.then){let e=this.pending={pos:n};o.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=>Ns(t.state,e,"hover tooltip")))}else!o||Array.isArray(o)&&!o.length||t.dispatch({effects:this.setHover.of(Array.isArray(o)?o:[o])})}get tooltip(){let t=this.view.plugin(zl),e=t?t.manager.tooltips.findIndex((t=>t.create==Hl.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:s}=this;if(n.length&&s&&!function(t,e){let i,{left:n,right:s,top:o,bottom:r}=t.getBoundingClientRect();if(i=t.querySelector(".cm-tooltip-arrow")){let t=i.getBoundingClientRect();o=Math.min(t.top,o),r=Math.max(t.bottom,r)}return e.clientX>=n-_l&&e.clientX<=s+_l&&e.clientY>=o-_l&&e.clientY<=r+_l}(s.dom,t)||this.pending){let{pos:s}=n[0]||this.pending,o=null!==(i=null===(e=n[0])||void 0===e?void 0:e.end)&&void 0!==i?i:s;(s==o?this.view.posAtCoords(this.lastMove)==s:function(t,e,i,n,s){let o=t.scrollDOM.getBoundingClientRect(),r=t.documentTop+t.documentPadding.top+t.contentHeight;if(o.left>n||o.right<n||o.top>s||Math.min(o.bottom,r)<s)return!1;let l=t.posAtCoords({x:n,y:s},!1);return l>=e&&l<=i}(this.view,s,o,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 _l=4;function jl(t,e={}){let i=Ye.define(),n=Re.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,ue.TrackDel);if(null!=t){let s=Object.assign(Object.create(null),i);s.pos=t,null!=s.end&&(s.end=n.changes.mapPos(s.end)),e.push(s)}}t=e}for(let e of n.effects)e.is(i)&&(t=e.value),e.is(Kl)&&(t=[]);return t},provide:t=>Fl.from(t)});return{active:n,extension:[n,zs.define((s=>new Xl(s,t,n,i,e.hoverTime||300))),ql]}}function Ul(t,e){let i=t.plugin(zl);if(!i)return null;let n=i.manager.tooltips.indexOf(e);return n<0?null:i.manager.tooltipViews[n]}const Kl=Ye.define(),Yl=Se.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 Gl(t,e){let i=t.plugin(Zl),n=i?i.specs.indexOf(e):-1;return n>-1?i.panels[n]:null}const Zl=zs.fromClass(class{constructor(t){this.input=t.state.facet(ea),this.specs=this.input.filter((t=>t)),this.panels=this.specs.map((e=>e(t)));let e=t.state.facet(Yl);this.top=new Jl(t,!0,e.topContainer),this.bottom=new Jl(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(Yl);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new Jl(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new Jl(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let i=t.state.facet(ea);if(i!=this.input){let e=i.filter((t=>t)),n=[],s=[],o=[],r=[];for(let i of e){let e,l=this.specs.indexOf(i);l<0?(e=i(t.view),r.push(e)):(e=this.panels[l],e.update&&e.update(t)),n.push(e),(e.top?s:o).push(e)}this.specs=e,this.panels=n,this.top.sync(s),this.bottom.sync(o);for(let t of r)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=>zr.scrollMargins.of((e=>{let i=e.plugin(t);return i&&{top:i.top.scrollMargin(),bottom:i.bottom.scrollMargin()}}))});class Jl{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=ta(t);t=t.nextSibling}else this.dom.insertBefore(e.dom,t);for(;t;)t=ta(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 ta(t){let e=t.nextSibling;return t.remove(),e}const ea=Se.define({enables:Zl});class ia extends hi{compare(t){return this==t||this.constructor==t.constructor&&this.eq(t)}eq(t){return!1}destroy(t){}}ia.prototype.elementClass="",ia.prototype.toDOM=void 0,ia.prototype.mapMode=ue.TrackBefore,ia.prototype.startSide=ia.prototype.endSide=-1,ia.prototype.point=!0;const na=Se.define(),sa=Se.define(),oa={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>fi.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},ra=Se.define();function la(t){return[ha(),ra.of(Object.assign(Object.assign({},oa),t))]}const aa=Se.define({combine:t=>t.some((t=>t))});function ha(t){let e=[ca];return t&&!1===t.fixed&&e.push(aa.of(!0)),e}const ca=zs.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(ra).map((e=>new pa(t,e)));for(let t of this.gutters)this.dom.appendChild(t.dom);this.fixed=!t.state.facet(aa),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(aa)!=!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=fi.iter(this.view.state.facet(na),this.view.viewport.from),n=[],s=this.gutters.map((t=>new fa(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 o of t.type)if(o.type==Wn.Text&&e){da(i,n,o.from);for(let t of s)t.line(this.view,o,n);e=!1}else if(o.widget)for(let t of s)t.widget(this.view,o)}else if(t.type==Wn.Text){da(i,n,t.from);for(let e of s)e.line(this.view,t,n)}else if(t.widget)for(let e of s)e.widget(this.view,t);for(let t of s)t.finish();t&&this.view.scrollDOM.insertBefore(this.dom,e)}updateGutters(t){let e=t.startState.facet(ra),i=t.state.facet(ra),n=t.docChanged||t.heightChanged||t.viewportChanged||!fi.eq(t.startState.facet(na),t.state.facet(na),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 s=[];for(let n of i){let i=e.indexOf(n);i<0?s.push(new pa(this.view,n)):(this.gutters[i].update(t),s.push(this.gutters[i]))}for(let t of this.gutters)t.dom.remove(),s.indexOf(t)<0&&t.destroy();for(let t of s)this.dom.appendChild(t.dom);this.gutters=s}return n}destroy(){for(let t of this.gutters)t.destroy();this.dom.remove()}},{provide:t=>zr.scrollMargins.of((e=>{let i=e.plugin(t);return i&&0!=i.gutters.length&&i.fixed?e.textDirection==ts.LTR?{left:i.dom.offsetWidth*e.scaleX}:{right:i.dom.offsetWidth*e.scaleX}:null}))});function ua(t){return Array.isArray(t)?t:[t]}function da(t,e,i){for(;t.value&&t.from<=i;)t.from==i&&e.push(t.value),t.next()}class fa{constructor(t,e,i){this.gutter=t,this.height=i,this.i=0,this.cursor=fi.iter(t.markers,e.from)}addElement(t,e,i){let{gutter:n}=this,s=(e.top-this.height)/t.scaleY,o=e.height/t.scaleY;if(this.i==n.elements.length){let e=new ma(t,o,s,i);n.elements.push(e),n.dom.appendChild(e.dom)}else n.elements[this.i].update(t,o,s,i);this.height=e.bottom,this.i++}line(t,e,i){let n=[];da(this.cursor,n,e.from),i.length&&(n=n.concat(i));let s=this.gutter.config.lineMarker(t,e,n);s&&n.unshift(s);let o=this.gutter;(0!=n.length||o.config.renderEmptyElements)&&this.addElement(t,e,n)}widget(t,e){let i=this.gutter.config.widgetMarker(t,e.widget,e),n=i?[i]:null;for(let i of t.state.facet(sa)){let s=i(t,e.widget,e);s&&(n||(n=[])).push(s)}n&&this.addElement(t,e,n)}finish(){let t=this.gutter;for(;t.elements.length>this.i;){let e=t.elements.pop();t.dom.removeChild(e.dom),e.destroy()}}}class pa{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 s,o=n.target;if(o!=this.dom&&this.dom.contains(o)){for(;o.parentNode!=this.dom;)o=o.parentNode;let t=o.getBoundingClientRect();s=(t.top+t.bottom)/2}else s=n.clientY;let r=t.lineBlockAtHeight(s-t.documentTop);e.domEventHandlers[i](t,r,n)&&n.preventDefault()}));this.markers=ua(e.markers(t)),e.initialSpacer&&(this.spacer=new ma(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=ua(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!fi.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 ma{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 s=0,o=0;;){let r=o,l=s<e.length?e[s++]:null,a=!1;if(l){let t=l.elementClass;t&&(i+=" "+t);for(let t=o;t<this.markers.length;t++)if(this.markers[t].compare(l)){r=t,a=!0;break}}else r=this.markers.length;for(;o<r;){let t=this.markers[o++];if(t.toDOM){t.destroy(n);let e=n.nextSibling;n.remove(),n=e}}if(!l)break;l.toDOM&&(a?n=n.nextSibling:this.dom.insertBefore(l.toDOM(t),n)),a&&o++}this.dom.className=i,this.markers=e}destroy(){this.setMarkers(null,[])}}const ga=Se.define(),va=Se.define(),ba=Se.define({combine:t=>ai(t,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(t,e){let i=Object.assign({},t);for(let t in e){let n=i[t],s=e[t];i[t]=n?(t,e,i)=>n(t,e,i)||s(t,e,i):s}return i}})});class wa extends ia{constructor(t){super(),this.number=t}eq(t){return this.number==t.number}toDOM(){return document.createTextNode(this.number)}}function ya(t,e){return t.state.facet(ba).formatNumber(e,t.state)}const xa=ra.compute([ba],(t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:t=>t.state.facet(ga),lineMarker:(t,e,i)=>i.some((t=>t.toDOM))?null:new wa(ya(t,t.state.doc.lineAt(e.from).number)),widgetMarker:(t,e,i)=>{for(let n of t.state.facet(va)){let s=n(t,e,i);if(s)return s}return null},lineMarkerChange:t=>t.startState.facet(ba)!=t.state.facet(ba),initialSpacer:t=>new wa(ya(t,ka(t.state.doc.lines))),updateSpacer(t,e){let i=ya(e.view,ka(e.view.state.doc.lines));return i==t.number?t:new wa(i)},domEventHandlers:t.facet(ba).domEventHandlers})));function ka(t){let e=9;for(;e<t;)e=10*e+9;return e}const Oa=new class extends ia{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},Sa=na.compute(["selection"],(t=>{let e=[],i=-1;for(let n of t.selection.ranges){let s=t.doc.lineAt(n.head).from;s>i&&(i=s,e.push(Oa.range(s)))}return fi.of(e)}));var Ca;const Aa=new s;const Ma=new s;class Ta{constructor(t,e,i=[],n=""){this.data=t,this.name=n,li.prototype.hasOwnProperty("tree")||Object.defineProperty(li.prototype,"tree",{get(){return Ra(this)}}),this.parser=e,this.extension=[Wa.of(this),li.languageData.of(((t,e,i)=>{let n=Da(t,e,i),s=n.type.prop(Aa);if(!s)return[];let o=t.facet(s),r=n.type.prop(Ma);if(r){let s=n.resolve(e-n.from,i);for(let e of r)if(e.test(s,t)){let i=t.facet(e.facet);return"replace"==e.type?i:i.concat(o)}}return o}))].concat(i)}isActiveAt(t,e,i=-1){return Da(t,e,i).type.prop(Aa)==this.data}findRegions(t){let e=t.facet(Wa);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(Aa)==this.data)return void i.push({from:e,to:e+t.length});let o=t.prop(s.mounted);if(o){if(o.tree.prop(Aa)==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 s=t.children[i];s instanceof d&&n(s,t.positions[i]+e)}};return n(Ra(t),0),i}get allowsNesting(){return!0}}function Da(t,e,i){let n=t.facet(Wa),s=Ra(t).topNode;if(!n||n.allowsNesting)for(let t=s;t;t=t.enter(e,i,u.ExcludeBuffers))t.type.isTop&&(s=t);return s}Ta.setState=Ye.define();class Pa extends Ta{constructor(t,e,i){super(t,e,[],i),this.parser=e}static define(t){let e=(i=t.languageData,Se.define({combine:i?t=>t.concat(i):void 0}));var i;return new Pa(e,t.parser.configure({props:[Aa.add((t=>t.isTop?e:void 0))]}),t.name)}configure(t,e){return new Pa(this.data,this.parser.configure(t),e||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function Ra(t){let e=t.field(Ta.state,!1);return e?e.tree:d.empty}class Ea{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 Ba=null;class Na{constructor(t,e,i=[],n,s,o,r,l){this.parser=t,this.state=e,this.fragments=i,this.tree=n,this.treeLen=s,this.viewport=o,this.skipped=r,this.scheduleOn=l,this.parse=null,this.tempSkipped=[]}static create(t,e,i){return new Na(t,e,[],d.empty,0,i,[],null)}startParse(){return this.parser.startParse(new Ea(this.state.doc),this.fragments)}work(t,e){return null!=e&&e>=this.state.doc.length&&(e=void 0),this.tree!=d.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(R.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(R.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(t){let e=Ba;Ba=this;try{return t()}finally{Ba=e}}withoutTempSkipped(t){for(let e;e=this.tempSkipped.pop();)t=La(t,e.from,e.to);return t}changes(t,e){let{fragments:i,tree:n,treeLen:s,viewport:o,skipped:r}=this;if(this.takeTree(),!t.empty){let e=[];if(t.iterChangedRanges(((t,i,n,s)=>e.push({fromA:t,toA:i,fromB:n,toB:s}))),i=R.applyChanges(i,e),n=d.empty,s=0,o={from:t.mapPos(o.from,-1),to:t.mapPos(o.to,1)},this.skipped.length){r=[];for(let e of this.skipped){let i=t.mapPos(e.from,1),n=t.mapPos(e.to,-1);i<n&&r.push({from:i,to:n})}}}return new Na(this.parser,e,i,n,s,o,r,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=La(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 E{createParse(e,i,n){let s=n[0].from,o=n[n.length-1].to;return{parsedPos:s,advance(){let e=Ba;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=o,new d(l.none,[],[],o-s)},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 Ba}}function La(t,e,i){return R.applyChanges(t,[{fromA:e,toA:i,fromB:e,toB:i}])}class Ia{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 Ia(e)}static init(t){let e=Math.min(3e3,t.doc.length),i=Na.create(t.facet(Wa).parser,t,{from:0,to:e});return i.work(20,e)||i.takeTree(),new Ia(i)}}Ta.state=Re.define({create:Ia.init,update(t,e){for(let t of e.effects)if(t.is(Ta.setState))return t.value;return e.startState.facet(Wa)!=e.state.facet(Wa)?Ia.init(e.state):t.apply(e)}});let Qa=t=>{let e=setTimeout((()=>t()),500);return()=>clearTimeout(e)};"undefined"!=typeof requestIdleCallback&&(Qa=t=>{let e=-1,i=setTimeout((()=>{e=requestIdleCallback(t,{timeout:400})}),100);return()=>e<0?clearTimeout(i):cancelIdleCallback(e)});const za="undefined"!=typeof navigator&&(null===(Ca=navigator.scheduling)||void 0===Ca?void 0:Ca.isInputPending)?()=>navigator.scheduling.isInputPending():null,$a=zs.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(Ta.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(Ta.state);e.tree==e.context.tree&&e.context.isDone(t.doc.length)||(this.working=Qa(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,s=i.field(Ta.state);if(s.tree==s.context.tree&&s.context.isDone(n+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,t&&!za?Math.max(25,t.timeRemaining()-5):1e9),r=s.context.treeLen<n&&i.doc.length>n+1e3,l=s.context.work((()=>za&&za()||Date.now()>o),n+(r?0:1e5));this.chunkBudget-=Date.now()-e,(l||this.chunkBudget<=0)&&(s.context.takeTree(),this.view.dispatch({effects:Ta.setState.of(new Ia(s.context))})),this.chunkBudget>0&&(!l||r)&&this.scheduleWork(),this.checkAsyncSchedule(s.context)}checkAsyncSchedule(t){t.scheduleOn&&(this.workScheduled++,t.scheduleOn.then((()=>this.scheduleWork())).catch((t=>Ns(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()}}}),Wa=Se.define({combine:t=>t.length?t[0]:null,enables:t=>[Ta.state,$a,zr.contentAttributes.compute([t],(e=>{let i=e.facet(t);return i&&i.name?{"data-language":i.name}:{}}))]});class Va{constructor(t,e=[]){this.language=t,this.support=e,this.extension=[t,e]}}const Fa=Se.define(),Ha=Se.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 qa(t){let e=t.facet(Ha);return 9==e.charCodeAt(0)?t.tabSize*e.length:e.length}function Xa(t,e){let i="",n=t.tabSize,s=t.facet(Ha)[0];if("\t"==s){for(;e>=n;)i+="\t",e-=n;s=" "}for(let t=0;t<e;t++)i+=s;return i}function _a(t,e){t instanceof li&&(t=new ja(t));for(let i of t.state.facet(Fa)){let n=i(t,e);if(void 0!==n)return n}let i=Ra(t.state);return i.length>=e?function(t,e,i){let n=e.resolveStack(i),s=n.node.enterUnfinishedNodesBefore(i);if(s!=n.node){let t=[];for(let e=s;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 Ka(n,t,i)}(t,i,e):null}class ja{constructor(t,e={}){this.state=t,this.options=e,this.unit=qa(t)}lineAt(t,e=1){let i=this.state.doc.lineAt(t),{simulateBreak:n,simulateDoubleBreak:s}=this.options;return null!=n&&n>=i.from&&n<=i.to?s&&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),s=this.countColumn(i,t-n),o=this.options.overrideIndentation?this.options.overrideIndentation(n):-1;return o>-1&&(s+=o-this.countColumn(i,i.search(/\S|$/))),s}countColumn(t,e=t.length){return Ci(t,this.state.tabSize,e)}lineIndent(t,e=1){let{text:i,from:n}=this.lineAt(t,e),s=this.options.overrideIndentation;if(s){let t=s(n);if(t>-1)return t}return this.countColumn(i,i.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}const Ua=new s;function Ka(t,e,i){for(let n=t;n;n=n.next){let t=Ya(n.node);if(t)return t(Za.create(e,i,n))}return 0}function Ya(t){let e=t.type.prop(Ua);if(e)return e;let i,n=t.firstChild;if(n&&(i=n.type.prop(s.closedBy))){let e=t.lastChild,n=e&&i.indexOf(e.name)>-1;return t=>function(t,e,i,n,s){let o=t.textAfter,r=o.match(/^\s*/)[0].length,l=n&&o.slice(r,r+n.length)==n||s==t.pos+r,a=e?function(t){let e=t.node,i=e.childAfter(e.from),n=e.lastChild;if(!i)return null;let s=t.options.simulateBreak,o=t.state.doc.lineAt(i.from),r=null==s||s<=o.from?o.to:Math.min(o.to,s);for(let t=i.to;;){let s=e.childAfter(t);if(!s||s==n)return null;if(!s.type.isSkipped)return s.from<r?i:null;t=s.to}}(t):null;return a?l?t.column(a.from):t.column(a.to):t.baseIndent+(l?0:t.unit*i)}(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?Ga:null}function Ga(){return 0}class Za extends ja{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 Za(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(Ja(i,t))break;e=this.state.doc.lineAt(i.from)}return this.lineIndent(e.from)}continue(){return Ka(this.context.next,this.base,this.pos)}}function Ja(t,e){for(let i=e;i;i=i.parent)if(t==i)return!0;return!1}function th({except:t,units:e=1}={}){return i=>{let n=t&&t.test(i.textAfter);return i.baseIndent+(n?0:e*i.unit)}}const eh=Se.define(),ih=new s;function nh(t){let e=t.lastChild;return e&&e.to==t.to&&e.type.isError}function sh(t,e,i){for(let n of t.facet(eh)){let s=n(t,e,i);if(s)return s}return function(t,e,i){let n=Ra(t);if(n.length<i)return null;let s=null;for(let o=n.resolveStack(i,1);o;o=o.next){let r=o.node;if(r.to<=i||r.from>i)continue;if(s&&r.from<e)break;let l=r.type.prop(ih);if(l&&(r.to<n.length-50||n.length==t.doc.length||!nh(r))){let n=l(r,t);n&&n.from<=i&&n.from>=e&&n.to>i&&(s=n)}}return s}(t,e,i)}function oh(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 rh=Ye.define({map:oh}),lh=Ye.define({map:oh});function ah(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 hh=Re.define({create:()=>Vn.none,update(t,e){t=t.map(e.changes);for(let i of e.effects)if(i.is(rh)&&!uh(t,i.value.from,i.value.to)){let{preparePlaceholder:n}=e.state.facet(gh),s=n?Vn.replace({widget:new yh(n(e.state,i.value))}):wh;t=t.update({add:[s.range(i.value.from,i.value.to)]})}else i.is(lh)&&(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=>zr.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++],s=t[i++];if("number"!=typeof n||"number"!=typeof s)throw new RangeError("Invalid JSON for fold state");e.push(wh.range(n,s))}return Vn.set(e,!0)}});function ch(t,e,i){var n;let s=null;return null===(n=t.field(hh,!1))||void 0===n||n.between(e,i,((t,e)=>{(!s||s.from>t)&&(s={from:t,to:e})})),s}function uh(t,e,i){let n=!1;return t.between(e,e,((t,s)=>{t==e&&s==i&&(n=!0)})),n}function dh(t,e){return t.field(hh,!1)?e:e.concat(Ye.appendConfig.of(vh()))}function fh(t,e,i=!0){let n=t.state.doc.lineAt(e.from).number,s=t.state.doc.lineAt(e.to).number;return zr.announce.of(`${t.state.phrase(i?"Folded lines":"Unfolded lines")} ${n} ${t.state.phrase("to")} ${s}.`)}const ph=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:t=>{for(let e of ah(t)){let i=sh(t.state,e.from,e.to);if(i)return t.dispatch({effects:dh(t.state,[rh.of(i),fh(t,i)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:t=>{if(!t.state.field(hh,!1))return!1;let e=[];for(let i of ah(t)){let n=ch(t.state,i.from,i.to);n&&e.push(lh.of(n),fh(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 s=t.lineBlockAt(n),o=sh(e,s.from,s.to);o&&i.push(rh.of(o)),n=(o?t.lineBlockAt(o.to):s).to+1}return i.length&&t.dispatch({effects:dh(t.state,i)}),!!i.length}},{key:"Ctrl-Alt-]",run:t=>{let e=t.state.field(hh,!1);if(!e||!e.size)return!1;let i=[];return e.between(0,t.state.doc.length,((t,e)=>{i.push(lh.of({from:t,to:e}))})),t.dispatch({effects:i}),!0}}],mh={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},gh=Se.define({combine:t=>ai(t,mh)});function vh(t){let e=[hh,Oh];return t&&e.push(gh.of(t)),e}function bh(t,e){let{state:i}=t,n=i.facet(gh),s=e=>{let i=t.lineBlockAt(t.posAtDOM(e.target)),n=ch(t.state,i.from,i.to);n&&t.dispatch({effects:lh.of(n)}),e.preventDefault()};if(n.placeholderDOM)return n.placeholderDOM(t,s,e);let o=document.createElement("span");return o.textContent=n.placeholderText,o.setAttribute("aria-label",i.phrase("folded code")),o.title=i.phrase("unfold"),o.className="cm-foldPlaceholder",o.onclick=s,o}const wh=Vn.replace({widget:new class extends $n{toDOM(t){return bh(t,null)}}});class yh extends $n{constructor(t){super(),this.value=t}eq(t){return this.value==t.value}toDOM(t){return bh(t,this.value)}}const xh={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class kh extends ia{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 Oh=zr.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 Sh{constructor(t,e){let i;function n(t){let e=Pi.newName();return(i||(i=Object.create(null)))["."+e]=t,e}this.specs=t;const s="string"==typeof e.all?e.all:e.all?n(e.all):void 0,o=e.scope;this.scope=o instanceof Ta?t=>t.prop(Aa)==o.data:o?t=>t==o:void 0,this.style=dt(t.map((t=>({tag:t.tag,class:t.class||n(Object.assign({},t,{tag:null}))}))),{all:s}).style,this.module=i?new Pi(i):null,this.themeType=e.themeType}static define(t,e){return new Sh(t,e||{})}}const Ch=Se.define(),Ah=Se.define({combine:t=>t.length?[t[0]]:null});function Mh(t){let e=t.facet(Ch);return e.length?e:t.facet(Ah)}function Th(t,e){let i,n=[Ph];return t instanceof Sh&&(t.module&&n.push(zr.styleModule.of(t.module)),i=t.themeType),(null==e?void 0:e.fallback)?n.push(Ah.of(t)):i?n.push(Ch.computeN([zr.darkTheme],(e=>e.facet(zr.darkTheme)==("dark"==i)?[t]:[]))):n.push(Ch.of(t)),n}class Dh{constructor(t){this.markCache=Object.create(null),this.tree=Ra(t.state),this.decorations=this.buildDeco(t,Mh(t.state)),this.decoratedTo=t.viewport.to}update(t){let e=Ra(t.state),i=Mh(t.state),n=i!=Mh(t.startState),{viewport:s}=t.view,o=t.changes.mapPos(this.decoratedTo,1);e.length<s.to&&!n&&e.type==this.tree.type&&o>=s.to?(this.decorations=this.decorations.map(t.changes),this.decoratedTo=o):(e!=this.tree||t.viewportChanged||n)&&(this.tree=e,this.decorations=this.buildDeco(t.view,i),this.decoratedTo=s.to)}buildDeco(t,e){if(!e||!this.tree.length)return Vn.none;let i=new pi;for(let{from:n,to:s}of t.visibleRanges)ft(this.tree,e,((t,e,n)=>{i.add(t,e,this.markCache[n]||(this.markCache[n]=Vn.mark({class:n})))}),n,s);return i.finish()}}const Ph=Be.high(zs.fromClass(Dh,{decorations:t=>t.decorations})),Rh=Sh.define([{tag:Pt.meta,color:"#404740"},{tag:Pt.link,textDecoration:"underline"},{tag:Pt.heading,textDecoration:"underline",fontWeight:"bold"},{tag:Pt.emphasis,fontStyle:"italic"},{tag:Pt.strong,fontWeight:"bold"},{tag:Pt.strikethrough,textDecoration:"line-through"},{tag:Pt.keyword,color:"#708"},{tag:[Pt.atom,Pt.bool,Pt.url,Pt.contentSeparator,Pt.labelName],color:"#219"},{tag:[Pt.literal,Pt.inserted],color:"#164"},{tag:[Pt.string,Pt.deleted],color:"#a11"},{tag:[Pt.regexp,Pt.escape,Pt.special(Pt.string)],color:"#e40"},{tag:Pt.definition(Pt.variableName),color:"#00f"},{tag:Pt.local(Pt.variableName),color:"#30a"},{tag:[Pt.typeName,Pt.namespace],color:"#085"},{tag:Pt.className,color:"#167"},{tag:[Pt.special(Pt.variableName),Pt.macroName],color:"#256"},{tag:Pt.definition(Pt.propertyName),color:"#00c"},{tag:Pt.comment,color:"#940"},{tag:Pt.invalid,color:"#f00"}]),Eh=zr.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),Bh=1e4,Nh="()[]{}",Lh=Se.define({combine:t=>ai(t,{afterCursor:!0,brackets:Nh,maxScanDistance:Bh,renderMatch:zh})}),Ih=Vn.mark({class:"cm-matchingBracket"}),Qh=Vn.mark({class:"cm-nonmatchingBracket"});function zh(t){let e=[],i=t.matched?Ih:Qh;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 $h=Re.define({create:()=>Vn.none,update(t,e){if(!e.docChanged&&!e.selection)return t;let i=[],n=e.state.facet(Lh);for(let t of e.state.selection.ranges){if(!t.empty)continue;let s=qh(e.state,t.head,-1,n)||t.head>0&&qh(e.state,t.head-1,1,n)||n.afterCursor&&(qh(e.state,t.head,1,n)||t.head<e.state.doc.length&&qh(e.state,t.head+1,-1,n));s&&(i=i.concat(n.renderMatch(s,e.state)))}return Vn.set(i,!0)},provide:t=>zr.decorations.from(t)}),Wh=[$h,Eh],Vh=new s;function Fh(t,e,i){let n=t.prop(e<0?s.openedBy:s.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 Hh(t){let e=t.type.prop(Vh);return e?e(t.node):t}function qh(t,e,i,n={}){let s=n.maxScanDistance||Bh,o=n.brackets||Nh,r=Ra(t),l=r.resolveInner(e,i);for(let t=l;t;t=t.parent){let n=Fh(t.type,i,o);if(n&&t.from<t.to){let s=Hh(t);if(s&&(i>0?e>=s.from&&e<s.to:e>s.from&&e<=s.to))return Xh(0,0,i,t,s,n,o)}}return function(t,e,i,n,s,o,r){let l=i<0?t.sliceDoc(e-1,e):t.sliceDoc(e,e+1),a=r.indexOf(l);if(a<0||a%2==0!=i>0)return null;let h={from:i<0?e-1:e,to:i>0?e+1:e},c=t.doc.iterRange(e,i>0?t.doc.length:0),u=0;for(let t=0;!c.next().done&&t<=o;){let o=c.value;i<0&&(t+=o.length);let l=e+t*i;for(let t=i>0?0:o.length-1,e=i>0?o.length:-1;t!=e;t+=i){let e=r.indexOf(o[t]);if(!(e<0||n.resolveInner(l+t,1).type!=s))if(e%2==0==i>0)u++;else{if(1==u)return{start:h,end:{from:l+t,to:l+t+1},matched:e>>1==a>>1};u--}}i>0&&(t+=o.length)}return c.done?{start:h,matched:!1}:null}(t,e,i,r,l.type,s,o)}function Xh(t,e,i,n,s,o,r){let l=n.parent,a={from:s.from,to:s.to},h=0,c=null==l?void 0:l.cursor();if(c&&(i<0?c.childBefore(n.from):c.childAfter(n.to)))do{if(i<0?c.to<=n.from:c.from>=n.to){if(0==h&&o.indexOf(c.type.name)>-1&&c.from<c.to){let t=Hh(c);return{start:a,end:t?{from:t.from,to:t.to}:void 0,matched:!0}}if(Fh(c.type,i,r))h++;else if(Fh(c.type,-i,r)){if(0==h){let t=Hh(c);return{start:a,end:t&&t.from<t.to?{from:t.from,to:t.to}:void 0,matched:!1}}h--}}}while(i<0?c.prevSibling():c.nextSibling());return{start:a,matched:!1}}const _h=Object.create(null),jh=[l.none],Uh=[],Kh=Object.create(null),Yh=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"]])Yh[t]=Zh(_h,e);function Gh(t,e){Uh.indexOf(t)>-1||(Uh.push(t),console.warn(e))}function Zh(t,e){let i=[];for(let n of e.split(" ")){let e=[];for(let i of n.split(".")){let n=t[i]||Pt[i];n?"function"==typeof n?e.length?e=e.map(n):Gh(i,`Modifier ${i} used at start of tag`):e.length?Gh(i,`Tag ${i} used as modifier`):e=Array.isArray(n)?n:[n]:Gh(i,`Unknown highlighting tag ${i}`)}for(let t of e)i.push(t)}if(!i.length)return 0;let n=e.replace(/ /g,"_"),s=n+" "+i.map((t=>t.id)),o=Kh[s];if(o)return o.id;let r=Kh[s]=l.define({id:jh.length,name:n,props:[ht({[n]:i})]});return jh.push(r),r.id}ts.RTL,ts.LTR;let Jh=null;function tc(){if(!Jh&&"object"==typeof document&&document.body){let{style:t}=document.body,e=[],i=new Set;for(let n in t)"cssText"!=n&&"cssFloat"!=n&&"string"==typeof t[n]&&(/[A-Z]/.test(n)&&(n=n.replace(/[A-Z]/g,(t=>"-"+t.toLowerCase()))),i.has(n)||(e.push(n),i.add(n)));Jh=e.sort().map((t=>({type:"property",label:t})))}return Jh||[]}const ec=["active","after","any-link","autofill","backdrop","before","checked","cue","default","defined","disabled","empty","enabled","file-selector-button","first","first-child","first-letter","first-line","first-of-type","focus","focus-visible","focus-within","fullscreen","has","host","host-context","hover","in-range","indeterminate","invalid","is","lang","last-child","last-of-type","left","link","marker","modal","not","nth-child","nth-last-child","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","part","placeholder","placeholder-shown","read-only","read-write","required","right","root","scope","selection","slotted","target","target-text","valid","visited","where"].map((t=>({type:"class",label:t}))),ic=["above","absolute","activeborder","additive","activecaption","after-white-space","ahead","alias","all","all-scroll","alphabetic","alternate","always","antialiased","appworkspace","asterisks","attr","auto","auto-flow","avoid","avoid-column","avoid-page","avoid-region","axis-pan","background","backwards","baseline","below","bidi-override","blink","block","block-axis","bold","bolder","border","border-box","both","bottom","break","break-all","break-word","bullets","button","button-bevel","buttonface","buttonhighlight","buttonshadow","buttontext","calc","capitalize","caps-lock-indicator","caption","captiontext","caret","cell","center","checkbox","circle","cjk-decimal","clear","clip","close-quote","col-resize","collapse","color","color-burn","color-dodge","column","column-reverse","compact","condensed","contain","content","contents","content-box","context-menu","continuous","copy","counter","counters","cover","crop","cross","crosshair","currentcolor","cursive","cyclic","darken","dashed","decimal","decimal-leading-zero","default","default-button","dense","destination-atop","destination-in","destination-out","destination-over","difference","disc","discard","disclosure-closed","disclosure-open","document","dot-dash","dot-dot-dash","dotted","double","down","e-resize","ease","ease-in","ease-in-out","ease-out","element","ellipse","ellipsis","embed","end","ethiopic-abegede-gez","ethiopic-halehame-aa-er","ethiopic-halehame-gez","ew-resize","exclusion","expanded","extends","extra-condensed","extra-expanded","fantasy","fast","fill","fill-box","fixed","flat","flex","flex-end","flex-start","footnotes","forwards","from","geometricPrecision","graytext","grid","groove","hand","hard-light","help","hidden","hide","higher","highlight","highlighttext","horizontal","hsl","hsla","hue","icon","ignore","inactiveborder","inactivecaption","inactivecaptiontext","infinite","infobackground","infotext","inherit","initial","inline","inline-axis","inline-block","inline-flex","inline-grid","inline-table","inset","inside","intrinsic","invert","italic","justify","keep-all","landscape","large","larger","left","level","lighter","lighten","line-through","linear","linear-gradient","lines","list-item","listbox","listitem","local","logical","loud","lower","lower-hexadecimal","lower-latin","lower-norwegian","lowercase","ltr","luminosity","manipulation","match","matrix","matrix3d","medium","menu","menutext","message-box","middle","min-intrinsic","mix","monospace","move","multiple","multiple_mask_images","multiply","n-resize","narrower","ne-resize","nesw-resize","no-close-quote","no-drop","no-open-quote","no-repeat","none","normal","not-allowed","nowrap","ns-resize","numbers","numeric","nw-resize","nwse-resize","oblique","opacity","open-quote","optimizeLegibility","optimizeSpeed","outset","outside","outside-shape","overlay","overline","padding","padding-box","painted","page","paused","perspective","pinch-zoom","plus-darker","plus-lighter","pointer","polygon","portrait","pre","pre-line","pre-wrap","preserve-3d","progress","push-button","radial-gradient","radio","read-only","read-write","read-write-plaintext-only","rectangle","region","relative","repeat","repeating-linear-gradient","repeating-radial-gradient","repeat-x","repeat-y","reset","reverse","rgb","rgba","ridge","right","rotate","rotate3d","rotateX","rotateY","rotateZ","round","row","row-resize","row-reverse","rtl","run-in","running","s-resize","sans-serif","saturation","scale","scale3d","scaleX","scaleY","scaleZ","screen","scroll","scrollbar","scroll-position","se-resize","self-start","self-end","semi-condensed","semi-expanded","separate","serif","show","single","skew","skewX","skewY","skip-white-space","slide","slider-horizontal","slider-vertical","sliderthumb-horizontal","sliderthumb-vertical","slow","small","small-caps","small-caption","smaller","soft-light","solid","source-atop","source-in","source-out","source-over","space","space-around","space-between","space-evenly","spell-out","square","start","static","status-bar","stretch","stroke","stroke-box","sub","subpixel-antialiased","svg_masks","super","sw-resize","symbolic","symbols","system-ui","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","text","text-bottom","text-top","textarea","textfield","thick","thin","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","to","top","transform","translate","translate3d","translateX","translateY","translateZ","transparent","ultra-condensed","ultra-expanded","underline","unidirectional-pan","unset","up","upper-latin","uppercase","url","var","vertical","vertical-text","view-box","visible","visibleFill","visiblePainted","visibleStroke","visual","w-resize","wait","wave","wider","window","windowframe","windowtext","words","wrap","wrap-reverse","x-large","x-small","xor","xx-large","xx-small"].map((t=>({type:"keyword",label:t}))).concat(["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","grey","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","rebeccapurple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"].map((t=>({type:"constant",label:t})))),nc=["a","abbr","address","article","aside","b","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","dd","del","details","dfn","dialog","div","dl","dt","em","figcaption","figure","footer","form","header","hgroup","h1","h2","h3","h4","h5","h6","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","main","meter","nav","ol","output","p","pre","ruby","section","select","small","source","span","strong","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","tr","u","ul"].map((t=>({type:"type",label:t}))),sc=["@charset","@color-profile","@container","@counter-style","@font-face","@font-feature-values","@font-palette-values","@import","@keyframes","@layer","@media","@namespace","@page","@position-try","@property","@scope","@starting-style","@supports","@view-transition"].map((t=>({type:"keyword",label:t}))),oc=/^(\w[\w-]*|-\w[\w-]*|)$/,rc=/^-(-[\w-]*)?$/,lc=new P,ac=["Declaration"];function hc(t){for(let e=t;;){if(e.type.isTop)return e;if(!(e=e.parent))return t}}function cc(t,e,i){if(e.to-e.from>4096){let n=lc.get(e);if(n)return n;let s=[],o=new Set,r=e.cursor(u.IncludeAnonymous);if(r.firstChild())do{for(let e of cc(t,r.node,i))o.has(e.label)||(o.add(e.label),s.push(e))}while(r.nextSibling());return lc.set(e,s),s}{let n=[],s=new Set;return e.cursor().iterate((e=>{var o;if(i(e)&&e.matchContext(ac)&&":"==(null===(o=e.node.nextSibling)||void 0===o?void 0:o.name)){let i=t.sliceString(e.from,e.to);s.has(i)||(s.add(i),n.push({label:i,type:"variable"}))}})),n}}const uc=t=>e=>{let{state:i,pos:n}=e,s=Ra(i).resolveInner(n,-1),o=s.type.isError&&s.from==s.to-1&&"-"==i.doc.sliceString(s.from,s.to);if("PropertyName"==s.name||(o||"TagName"==s.name)&&/^(Block|Styles)$/.test(s.resolve(s.to).name))return{from:s.from,options:tc(),validFor:oc};if("ValueName"==s.name)return{from:s.from,options:ic,validFor:oc};if("PseudoClassName"==s.name)return{from:s.from,options:ec,validFor:oc};if(t(s)||(e.explicit||o)&&function(t,e){var i;if(("("==t.name||t.type.isError)&&(t=t.parent||t),"ArgList"!=t.name)return!1;let n=null===(i=t.parent)||void 0===i?void 0:i.firstChild;return"Callee"==(null==n?void 0:n.name)&&"var"==e.sliceString(n.from,n.to)}(s,i.doc))return{from:t(s)||o?s.from:n,options:cc(i.doc,hc(s),t),validFor:rc};if("TagName"==s.name){for(let{parent:t}=s;t;t=t.parent)if("Block"==t.name)return{from:s.from,options:tc(),validFor:oc};return{from:s.from,options:nc,validFor:oc}}if("AtKeyword"==s.name)return{from:s.from,options:sc,validFor:oc};if(!e.explicit)return null;let r=s.resolve(n),l=r.childBefore(n);return l&&":"==l.name&&"PseudoClassSelector"==r.name?{from:n,options:ec,validFor:oc}:l&&":"==l.name&&"Declaration"==r.name||"ArgList"==r.name?{from:n,options:ic,validFor:oc}:"Block"==r.name||"Styles"==r.name?{from:n,options:tc(),validFor:oc}:null},dc=uc((t=>"VariableName"==t.name)),fc=Pa.define({name:"css",parser:Vt.configure({props:[Ua.add({Declaration:th()}),ih.add({"Block KeyframeList":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}})]}),languageData:{commentTokens:{block:{open:"/*",close:"*/"}},indentOnInput:/^\s*\}$/,wordChars:"-"}});function pc(){return pc=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)({}).hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},pc.apply(null,arguments)}var mc=t=>{var{theme:e,settings:i={},styles:n=[]}=t,s={".cm-gutters":{}},o={};i.background&&(o.backgroundColor=i.background),i.backgroundImage&&(o.backgroundImage=i.backgroundImage),i.foreground&&(o.color=i.foreground),i.fontSize&&(o.fontSize=i.fontSize),(i.background||i.foreground)&&(s["&"]=o),i.fontFamily&&(s["&.cm-editor .cm-scroller"]={fontFamily:i.fontFamily}),i.gutterBackground&&(s[".cm-gutters"].backgroundColor=i.gutterBackground),i.gutterForeground&&(s[".cm-gutters"].color=i.gutterForeground),i.gutterBorder&&(s[".cm-gutters"].borderRightColor=i.gutterBorder),i.caret&&(s[".cm-content"]={caretColor:i.caret},s[".cm-cursor, .cm-dropCursor"]={borderLeftColor:i.caret});var r={};return i.gutterActiveForeground&&(r.color=i.gutterActiveForeground),i.lineHighlight&&(s[".cm-activeLine"]={backgroundColor:i.lineHighlight},r.backgroundColor=i.lineHighlight),s[".cm-activeLineGutter"]=r,i.selection&&(s["&.cm-focused .cm-selectionBackground, & .cm-line::selection, & .cm-selectionLayer .cm-selectionBackground, .cm-content ::selection"]={background:i.selection+" !important"}),i.selectionMatch&&(s["& .cm-selectionMatch"]={backgroundColor:i.selectionMatch}),[zr.theme(s,{dark:"dark"===e}),Th(Sh.define(n))]},gc={background:"#fff",foreground:"#24292e",selection:"#BBDFFF",selectionMatch:"#BBDFFF",gutterBackground:"#fff",gutterForeground:"#6e7781"},vc=[{tag:[Pt.standard(Pt.tagName),Pt.tagName],color:"#116329"},{tag:[Pt.comment,Pt.bracket],color:"#6a737d"},{tag:[Pt.className,Pt.propertyName],color:"#6f42c1"},{tag:[Pt.variableName,Pt.attributeName,Pt.number,Pt.operator],color:"#005cc5"},{tag:[Pt.keyword,Pt.typeName,Pt.typeOperator,Pt.typeName],color:"#d73a49"},{tag:[Pt.string,Pt.meta,Pt.regexp],color:"#032f62"},{tag:[Pt.name,Pt.quote],color:"#22863a"},{tag:[Pt.heading,Pt.strong],color:"#24292e",fontWeight:"bold"},{tag:[Pt.emphasis],color:"#24292e",fontStyle:"italic"},{tag:[Pt.deleted],color:"#b31d28",backgroundColor:"ffeef0"},{tag:[Pt.atom,Pt.bool,Pt.special(Pt.variableName)],color:"#e36209"},{tag:[Pt.url,Pt.escape,Pt.regexp,Pt.link],color:"#032f62"},{tag:Pt.link,textDecoration:"underline"},{tag:Pt.strikethrough,textDecoration:"line-through"},{tag:Pt.invalid,color:"#cb2431"}],bc=(()=>{var{theme:t="light",settings:e={},styles:i=[]}={};return mc({theme:t,settings:pc({},gc,e),styles:[...vc,...i]})})(),wc={background:"#0d1117",foreground:"#c9d1d9",caret:"#c9d1d9",selection:"#003d73",selectionMatch:"#003d73",lineHighlight:"#36334280"},yc=[{tag:[Pt.standard(Pt.tagName),Pt.tagName],color:"#7ee787"},{tag:[Pt.comment,Pt.bracket],color:"#8b949e"},{tag:[Pt.className,Pt.propertyName],color:"#d2a8ff"},{tag:[Pt.variableName,Pt.attributeName,Pt.number,Pt.operator],color:"#79c0ff"},{tag:[Pt.keyword,Pt.typeName,Pt.typeOperator,Pt.typeName],color:"#ff7b72"},{tag:[Pt.string,Pt.meta,Pt.regexp],color:"#a5d6ff"},{tag:[Pt.name,Pt.quote],color:"#7ee787"},{tag:[Pt.heading,Pt.strong],color:"#d2a8ff",fontWeight:"bold"},{tag:[Pt.emphasis],color:"#d2a8ff",fontStyle:"italic"},{tag:[Pt.deleted],color:"#ffdcd7",backgroundColor:"ffeef0"},{tag:[Pt.atom,Pt.bool,Pt.special(Pt.variableName)],color:"#ffab70"},{tag:Pt.link,textDecoration:"underline"},{tag:Pt.strikethrough,textDecoration:"line-through"},{tag:Pt.invalid,color:"#f97583"}];(()=>{var{theme:t="dark",settings:e={},styles:i=[]}={};mc({theme:t,settings:pc({},wc,e),styles:[...yc,...i]})})();const xc=window.React;function kc(t,e){return({state:i,dispatch:n})=>{if(i.readOnly)return!1;let s=t(e,i);return!!s&&(n(i.update(s)),!0)}}const Oc=kc(Dc,0),Sc=kc(Tc,0),Cc=kc(((t,e)=>Tc(t,e,function(t){let e=[];for(let i of t.selection.ranges){let n=t.doc.lineAt(i.from),s=i.to<=n.to?n:t.doc.lineAt(i.to),o=e.length-1;o>=0&&e[o].to>n.from?e[o].to=s.to:e.push({from:n.from+/^\s*/.exec(n.text)[0].length,to:s.to})}return e}(e))),0);function Ac(t,e){let i=t.languageDataAt("commentTokens",e);return i.length?i[0]:{}}const Mc=50;function Tc(t,e,i=e.selection.ranges){let n=i.map((t=>Ac(e,t.from).block));if(!n.every((t=>t)))return null;let s=i.map(((t,i)=>function(t,{open:e,close:i},n,s){let o,r,l=t.sliceDoc(n-Mc,n),a=t.sliceDoc(s,s+Mc),h=/\s*$/.exec(l)[0].length,c=/^\s*/.exec(a)[0].length,u=l.length-h;if(l.slice(u-e.length,u)==e&&a.slice(c,c+i.length)==i)return{open:{pos:n-h,margin:h&&1},close:{pos:s+c,margin:c&&1}};s-n<=2*Mc?o=r=t.sliceDoc(n,s):(o=t.sliceDoc(n,n+Mc),r=t.sliceDoc(s-Mc,s));let d=/^\s*/.exec(o)[0].length,f=/\s*$/.exec(r)[0].length,p=r.length-f-i.length;return o.slice(d,d+e.length)==e&&r.slice(p,p+i.length)==i?{open:{pos:n+d+e.length,margin:/\s/.test(o.charAt(d+e.length))?1:0},close:{pos:s-f-i.length,margin:/\s/.test(r.charAt(p-1))?1:0}}:null}(e,n[i],t.from,t.to)));if(2!=t&&!s.every((t=>t)))return{changes:e.changes(i.map(((t,e)=>s[e]?[]:[{from:t.from,insert:n[e].open+" "},{from:t.to,insert:" "+n[e].close}])))};if(1!=t&&s.some((t=>t))){let t=[];for(let e,i=0;i<s.length;i++)if(e=s[i]){let s=n[i],{open:o,close:r}=e;t.push({from:o.pos-s.open.length,to:o.pos+o.margin},{from:r.pos-r.margin,to:r.pos+s.close.length})}return{changes:t}}return null}function Dc(t,e,i=e.selection.ranges){let n=[],s=-1;for(let{from:t,to:o}of i){let i=n.length,r=1e9,l=Ac(e,t).line;if(l){for(let i=t;i<=o;){let a=e.doc.lineAt(i);if(a.from>s&&(t==o||o>a.from)){s=a.from;let t=/^\s*/.exec(a.text)[0].length,e=t==a.length,i=a.text.slice(t,t+l.length)==l?t:-1;t<a.text.length&&t<r&&(r=t),n.push({line:a,comment:i,token:l,indent:t,empty:e,single:!1})}i=a.to+1}if(r<1e9)for(let t=i;t<n.length;t++)n[t].indent<n[t].line.text.length&&(n[t].indent=r);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:s,empty:o,single:r}of n)!r&&o||t.push({from:e.from+s,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:s}of n)if(i>=0){let n=e.from+i,o=n+s.length;" "==e.text[o-e.from]&&o++,t.push({from:n,to:o})}return{changes:t}}return null}const Pc=je.define(),Rc=je.define(),Ec=Se.define(),Bc=Se.define({combine:t=>ai(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)})}),Nc=Re.define({create:()=>Yc.empty,update(t,e){let i=e.state.facet(Bc),n=e.annotation(Pc);if(n){let s=Wc.fromTransaction(e,n.selection),o=n.side,r=0==o?t.undone:t.done;return r=s?Vc(r,r.length,i.minDepth,s):Xc(r,e.startState.selection),new Yc(0==o?n.rest:r,0==o?r:n.rest)}let s=e.annotation(Rc);if("full"!=s&&"before"!=s||(t=t.isolate()),!1===e.annotation(Ge.addToHistory))return e.changes.empty?t:t.addMapping(e.changes.desc);let o=Wc.fromTransaction(e),r=e.annotation(Ge.time),l=e.annotation(Ge.userEvent);return o?t=t.addChanges(o,r,l,i,e):e.selection&&(t=t.addSelection(e.startState.selection,r,l,i.newGroupDelay)),"full"!=s&&"after"!=s||(t=t.isolate()),t},toJSON:t=>({done:t.done.map((t=>t.toJSON())),undone:t.undone.map((t=>t.toJSON()))}),fromJSON:t=>new Yc(t.done.map(Wc.fromJSON),t.undone.map(Wc.fromJSON))});function Lc(t,e){return function({state:i,dispatch:n}){if(!e&&i.readOnly)return!1;let s=i.field(Nc,!1);if(!s)return!1;let o=s.pop(t,i,e);return!!o&&(n(o),!0)}}const Ic=Lc(0,!1),Qc=Lc(1,!1),zc=Lc(0,!0),$c=Lc(1,!0);class Wc{constructor(t,e,i,n,s){this.changes=t,this.effects=e,this.mapped=i,this.startSelection=n,this.selectionsAfter=s}setSelAfter(t){return new Wc(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 Wc(t.changes&&fe.fromJSON(t.changes),[],t.mapped&&de.fromJSON(t.mapped),t.startSelection&&xe.fromJSON(t.startSelection),t.selectionsAfter.map(xe.fromJSON))}static fromTransaction(t,e){let i=Hc;for(let e of t.startState.facet(Ec)){let n=e(t);n.length&&(i=i.concat(n))}return!i.length&&t.changes.empty?null:new Wc(t.changes.invert(t.startState.doc),i,void 0,e||t.startState.selection,Hc)}static selection(t){return new Wc(void 0,Hc,void 0,void 0,t)}}function Vc(t,e,i,n){let s=e+1>i+20?e-i-1:0,o=t.slice(s,e);return o.push(n),o}function Fc(t,e){return t.length?e.length?t.concat(e):t:e}const Hc=[],qc=200;function Xc(t,e){if(t.length){let i=t[t.length-1],n=i.selectionsAfter.slice(Math.max(0,i.selectionsAfter.length-qc));return n.length&&n[n.length-1].eq(e)?t:(n.push(e),Vc(t,t.length-1,1e9,i.setSelAfter(n)))}return[Wc.selection([e])]}function _c(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 jc(t,e){if(!t.length)return t;let i=t.length,n=Hc;for(;i;){let s=Uc(t[i-1],e,n);if(s.changes&&!s.changes.empty||s.effects.length){let e=t.slice(0,i);return e[i-1]=s,e}e=s.mapped,i--,n=s.selectionsAfter}return n.length?[Wc.selection(n)]:Hc}function Uc(t,e,i){let n=Fc(t.selectionsAfter.length?t.selectionsAfter.map((t=>t.map(e))):Hc,i);if(!t.changes)return Wc.selection(n);let s=t.changes.map(e),o=e.mapDesc(t.changes,!0),r=t.mapped?t.mapped.composeDesc(o):o;return new Wc(s,Ye.mapEffects(t.effects,e),r,t.startSelection.map(o),n)}const Kc=/^(input\.type|delete)($|\.)/;class Yc{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 Yc(this.done,this.undone):this}addChanges(t,e,i,n,s){let o=this.done,r=o[o.length-1];return o=r&&r.changes&&!r.changes.empty&&t.changes&&(!i||Kc.test(i))&&(!r.selectionsAfter.length&&e-this.prevTime<n.newGroupDelay&&n.joinToEvent(s,function(t,e){let i=[],n=!1;return t.iterChangedRanges(((t,e)=>i.push(t,e))),e.iterChangedRanges(((t,e,s,o)=>{for(let t=0;t<i.length;){let e=i[t++],r=i[t++];o>=e&&s<=r&&(n=!0)}})),n}(r.changes,t.changes))||"input.type.compose"==i)?Vc(o,o.length-1,n.minDepth,new Wc(t.changes.compose(r.changes),Fc(Ye.mapEffects(t.effects,r.changes),r.effects),r.mapped,r.startSelection,Hc)):Vc(o,o.length,n.minDepth,t),new Yc(o,Hc,e,i)}addSelection(t,e,i,n){let s=this.done.length?this.done[this.done.length-1].selectionsAfter:Hc;return s.length>0&&e-this.prevTime<n&&i==this.prevUserEvent&&i&&/^select($|\.)/.test(i)&&(o=s[s.length-1],r=t,o.ranges.length==r.ranges.length&&0===o.ranges.filter(((t,e)=>t.empty!=r.ranges[e].empty)).length)?this:new Yc(Xc(this.done,t),this.undone,e,i);var o,r}addMapping(t){return new Yc(jc(this.done,t),jc(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 s=n[n.length-1],o=s.selectionsAfter[0]||e.selection;if(i&&s.selectionsAfter.length)return e.update({selection:s.selectionsAfter[s.selectionsAfter.length-1],annotations:Pc.of({side:t,rest:_c(n),selection:o}),userEvent:0==t?"select.undo":"select.redo",scrollIntoView:!0});if(s.changes){let i=1==n.length?Hc:n.slice(0,n.length-1);return s.mapped&&(i=jc(i,s.mapped)),e.update({changes:s.changes,selection:s.startSelection,effects:s.effects,annotations:Pc.of({side:t,rest:i,selection:o}),filter:!1,userEvent:0==t?"undo":"redo",scrollIntoView:!0})}return null}}Yc.empty=new Yc(Hc,Hc);const Gc=[{key:"Mod-z",run:Ic,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:Qc,preventDefault:!0},{linux:"Ctrl-Shift-z",run:Qc,preventDefault:!0},{key:"Mod-u",run:zc,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:$c,preventDefault:!0}];function Zc(t,e){return xe.create(t.ranges.map(e),t.mainIndex)}function Jc(t,e){return t.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function tu({state:t,dispatch:e},i){let n=Zc(t.selection,i);return!n.eq(t.selection,!0)&&(e(Jc(t,n)),!0)}function eu(t,e){return xe.cursor(e?t.to:t.from)}function iu(t,e){return tu(t,(i=>i.empty?t.moveByChar(i,e):eu(i,e)))}function nu(t){return t.textDirectionAt(t.state.selection.main.head)==ts.LTR}const su=t=>iu(t,!nu(t)),ou=t=>iu(t,nu(t));function ru(t,e){return tu(t,(i=>i.empty?t.moveByGroup(i,e):eu(i,e)))}function lu(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 au(t,e,i){let n,o,r=Ra(t).resolveInner(e.head),l=i?s.closedBy:s.openedBy;for(let n=e.head;;){let e=i?r.childAfter(n):r.childBefore(n);if(!e)break;lu(t,e,l)?r=e:n=i?e.to:e.from}return o=r.type.prop(l)&&(n=i?qh(t,r.from,1):qh(t,r.to,-1))&&n.matched?i?n.end.to:n.end.from:i?r.to:r.from,xe.cursor(o,i?-1:1)}function hu(t,e){return tu(t,(i=>{if(!i.empty)return eu(i,e);let n=t.moveVertically(i,e);return n.head!=i.head?n:t.moveToLineBoundary(i,e)}))}"undefined"!=typeof Intl&&Intl.Segmenter;const cu=t=>hu(t,!1),uu=t=>hu(t,!0);function du(t){let e,i=t.scrollDOM.clientHeight<t.scrollDOM.scrollHeight-2,n=0,s=0;if(i){for(let e of t.state.facet(zr.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)&&(s=Math.max(null==i?void 0:i.bottom,s))}e=t.scrollDOM.clientHeight-n-s}else e=(t.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:n,marginBottom:s,selfScroll:i,height:Math.max(t.defaultLineHeight,e-5)}}function fu(t,e){let i,n=du(t),{state:s}=t,o=Zc(s.selection,(i=>i.empty?t.moveVertically(i,e,n.height):eu(i,e)));if(o.eq(s.selection))return!1;if(n.selfScroll){let e=t.coordsAtPos(s.selection.main.head),r=t.scrollDOM.getBoundingClientRect(),l=r.top+n.marginTop,a=r.bottom-n.marginBottom;e&&e.top>l&&e.bottom<a&&(i=zr.scrollIntoView(o.main.head,{y:"start",yMargin:e.top-l}))}return t.dispatch(Jc(s,o),{effects:i}),!0}const pu=t=>fu(t,!1),mu=t=>fu(t,!0);function gu(t,e,i){let n=t.lineBlockAt(e.head),s=t.moveToLineBoundary(e,i);if(s.head==e.head&&s.head!=(i?n.to:n.from)&&(s=t.moveToLineBoundary(e,i,!1)),!i&&s.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&&(s=xe.cursor(n.from+i))}return s}function vu(t,e){let i=Zc(t.state.selection,(t=>{let i=e(t);return xe.range(t.anchor,i.head,i.goalColumn,i.bidiLevel||void 0)}));return!i.eq(t.state.selection)&&(t.dispatch(Jc(t.state,i)),!0)}function bu(t,e){return vu(t,(i=>t.moveByChar(i,e)))}const wu=t=>bu(t,!nu(t)),yu=t=>bu(t,nu(t));function xu(t,e){return vu(t,(i=>t.moveByGroup(i,e)))}function ku(t,e){return vu(t,(i=>t.moveVertically(i,e)))}const Ou=t=>ku(t,!1),Su=t=>ku(t,!0);function Cu(t,e){return vu(t,(i=>t.moveVertically(i,e,du(t).height)))}const Au=t=>Cu(t,!1),Mu=t=>Cu(t,!0),Tu=({state:t,dispatch:e})=>(e(Jc(t,{anchor:0})),!0),Du=({state:t,dispatch:e})=>(e(Jc(t,{anchor:t.doc.length})),!0),Pu=({state:t,dispatch:e})=>(e(Jc(t,{anchor:t.selection.main.anchor,head:0})),!0),Ru=({state:t,dispatch:e})=>(e(Jc(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0);function Eu(t,e){if(t.state.readOnly)return!1;let i="delete.selection",{state:n}=t,s=n.changeByRange((n=>{let{from:s,to:o}=n;if(s==o){let r=e(n);r<s?(i="delete.backward",r=Bu(t,r,!1)):r>s&&(i="delete.forward",r=Bu(t,r,!0)),s=Math.min(s,r),o=Math.max(o,r)}else s=Bu(t,s,!1),o=Bu(t,o,!0);return s==o?{range:n}:{changes:{from:s,to:o},range:xe.cursor(s,s<n.head?-1:1)}}));return!s.changes.empty&&(t.dispatch(n.update(s,{scrollIntoView:!0,userEvent:i,effects:"delete.selection"==i?zr.announce.of(n.phrase("Selection deleted")):void 0})),!0)}function Bu(t,e,i){if(t instanceof zr)for(let n of t.state.facet(zr.atomicRanges).map((e=>e(t))))n.between(e,e,((t,n)=>{t<e&&n>e&&(e=i?n:t)}));return e}const Nu=(t,e,i)=>Eu(t,(n=>{let s,o,r=n.from,{state:l}=t,a=l.doc.lineAt(r);if(i&&!e&&r>a.from&&r<a.from+200&&!/[^ \t]/.test(s=a.text.slice(0,r-a.from))){if("\t"==s[s.length-1])return r-1;let t=Ci(s,l.tabSize)%qa(l)||qa(l);for(let e=0;e<t&&" "==s[s.length-1-e];e++)r--;o=r}else o=ie(a.text,r-a.from,e,e)+a.from,o==r&&a.number!=(e?l.doc.lines:1)?o+=e?1:-1:!e&&/[\ufe00-\ufe0f]/.test(a.text.slice(o-a.from,r-a.from))&&(o=ie(a.text,o-a.from,!1,!1)+a.from);return o})),Lu=t=>Nu(t,!1,!0),Iu=t=>Nu(t,!0,!1),Qu=(t,e)=>Eu(t,(i=>{let n=i.head,{state:s}=t,o=s.doc.lineAt(n),r=s.charCategorizer(n);for(let t=null;;){if(n==(e?o.to:o.from)){n==i.head&&o.number!=(e?s.doc.lines:1)&&(n+=e?1:-1);break}let l=ie(o.text,n-o.from,e)+o.from,a=o.text.slice(Math.min(n,l)-o.from,Math.max(n,l)-o.from),h=r(a);if(null!=t&&h!=t)break;" "==a&&n==i.head||(t=h),n=l}return n})),zu=t=>Qu(t,!1);function $u(t){let e=[],i=-1;for(let n of t.selection.ranges){let s=t.doc.lineAt(n.from),o=t.doc.lineAt(n.to);if(n.empty||n.to!=o.from||(o=t.doc.lineAt(n.to-1)),i>=s.number){let t=e[e.length-1];t.to=o.to,t.ranges.push(n)}else e.push({from:s.from,to:o.to,ranges:[n]});i=o.number+1}return e}function Wu(t,e,i){if(t.readOnly)return!1;let n=[],s=[];for(let e of $u(t)){if(i?e.to==t.doc.length:0==e.from)continue;let o=t.doc.lineAt(i?e.to+1:e.from-1),r=o.length+1;if(i){n.push({from:e.to,to:o.to},{from:e.from,insert:o.text+t.lineBreak});for(let i of e.ranges)s.push(xe.range(Math.min(t.doc.length,i.anchor+r),Math.min(t.doc.length,i.head+r)))}else{n.push({from:o.from,to:e.from},{from:e.to,insert:t.lineBreak+o.text});for(let t of e.ranges)s.push(xe.range(t.anchor-r,t.head-r))}}return!!n.length&&(e(t.update({changes:n,scrollIntoView:!0,selection:xe.create(s,t.selection.mainIndex),userEvent:"move.line"})),!0)}function Vu(t,e,i){if(t.readOnly)return!1;let n=[];for(let e of $u(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 Fu=Hu(!1);function Hu(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),l=!t&&n==o&&function(t,e){if(/\(\)|\[\]|\{\}/.test(t.sliceDoc(e-1,e+1)))return{from:e,to:e};let i,n=Ra(t).resolveInner(e),o=n.childBefore(e),r=n.childAfter(e);return o&&r&&o.to<=e&&r.from>=e&&(i=o.type.prop(s.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 ja(e,{simulateBreak:n,simulateDoubleBreak:!!l}),h=_a(a,n);for(null==h&&(h=Ci(/^\s*/.exec(e.doc.lineAt(n).text)[0],e.tabSize));o<r.to&&/\s/.test(r.text[o-r.from]);)o++;l?({from:n,to:o}=l):n>r.from&&n<r.from+100&&!/\S/.test(r.text.slice(0,n))&&(n=r.from);let c=["",Xa(e,h)];return l&&c.push(Xa(e,a.lineIndent(r.from,-1))),{changes:{from:n,to:o,insert:Ft.of(c)},range:xe.cursor(n+1+c[1].length)}}));return i(e.update(n,{scrollIntoView:!0,userEvent:"input"})),!0}}function qu(t,e){let i=-1;return t.changeByRange((n=>{let s=[];for(let o=n.from;o<=n.to;){let r=t.doc.lineAt(o);r.number>i&&(n.empty||n.to>r.from)&&(e(r,s,n),i=r.number),o=r.to+1}let o=t.changes(s);return{changes:s,range:xe.range(o.mapPos(n.anchor,1),o.mapPos(n.head,1))}}))}const Xu=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(qu(t,((e,i)=>{i.push({from:e.from,insert:t.facet(Ha)})})),{userEvent:"input.indent"})),!0),_u=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(qu(t,((e,i)=>{let n=/^\s*/.exec(e.text)[0];if(!n)return;let s=Ci(n,t.tabSize),o=0,r=Xa(t,Math.max(0,s-qa(t)));for(;o<n.length&&o<r.length&&n.charCodeAt(o)==r.charCodeAt(o);)o++;i.push({from:e.from+o,to:e.from+n.length,insert:r.slice(o)})})),{userEvent:"delete.dedent"})),!0),ju=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:t=>tu(t,(e=>au(t.state,e,!nu(t)))),shift:t=>vu(t,(e=>au(t.state,e,!nu(t))))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:t=>tu(t,(e=>au(t.state,e,nu(t)))),shift:t=>vu(t,(e=>au(t.state,e,nu(t))))},{key:"Alt-ArrowUp",run:({state:t,dispatch:e})=>Wu(t,e,!1)},{key:"Shift-Alt-ArrowUp",run:({state:t,dispatch:e})=>Vu(t,e,!1)},{key:"Alt-ArrowDown",run:({state:t,dispatch:e})=>Wu(t,e,!0)},{key:"Shift-Alt-ArrowDown",run:({state:t,dispatch:e})=>Vu(t,e,!0)},{key:"Escape",run:({state:t,dispatch:e})=>{let i=t.selection,n=null;return i.ranges.length>1?n=xe.create([i.main]):i.main.empty||(n=xe.create([xe.cursor(i.main.head)])),!!n&&(e(Jc(t,n)),!0)}},{key:"Mod-Enter",run:Hu(!0)},{key:"Alt-l",mac:"Ctrl-l",run:({state:t,dispatch:e})=>{let i=$u(t).map((({from:e,to:i})=>xe.range(e,Math.min(i+1,t.doc.length))));return e(t.update({selection:xe.create(i),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:t,dispatch:e})=>{let i=Zc(t.selection,(e=>{var i;for(let n=Ra(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 xe.range(t.to,t.from)}return e}));return e(Jc(t,i)),!0},preventDefault:!0},{key:"Mod-[",run:_u},{key:"Mod-]",run:Xu},{key:"Mod-Alt-\\",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=Object.create(null),n=new ja(t,{overrideIndentation:t=>{let e=i[t];return null==e?-1:e}}),s=qu(t,((e,s,o)=>{let r=_a(n,e.from);if(null==r)return;/\S/.test(e.text)||(r=0);let l=/^\s*/.exec(e.text)[0],a=Xa(t,r);(l!=a||o.from<e.from+l.length)&&(i[e.from]=r,s.push({from:e.from,to:e.from+l.length,insert:a}))}));return s.changes.empty||e(t.update(s,{userEvent:"indent"})),!0}},{key:"Shift-Mod-k",run:t=>{if(t.state.readOnly)return!1;let{state:e}=t,i=e.changes($u(e).map((({from:t,to:i})=>(t>0?t--:i<e.doc.length&&i++,{from:t,to:i})))),n=Zc(e.selection,(e=>{let i;if(t.lineWrapping){let n=t.lineBlockAt(e.head),s=t.coordsAtPos(e.head,e.assoc||1);s&&(i=n.bottom+t.documentTop-s.bottom+t.defaultLineHeight/2)}return t.moveVertically(e,!0,i)})).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,s=Zc(t.selection,(e=>{let s=qh(t,e.head,-1)||qh(t,e.head,1)||e.head>0&&qh(t,e.head-1,1)||e.head<t.doc.length&&qh(t,e.head+1,-1);if(!s||!s.end)return e;n=!0;let o=s.start.from==e.head?s.end.to:s.end.from;return i?xe.range(e.anchor,o):xe.cursor(o)}));return!!n&&(e(Jc(t,s)),!0)}(t,e,!1)},{key:"Mod-/",run:t=>{let{state:e}=t,i=e.doc.lineAt(e.selection.main.from),n=Ac(t.state,i.from);return n.line?Oc(t):!!n.block&&Cc(t)}},{key:"Alt-A",run:Sc},{key:"Ctrl-m",mac:"Shift-Alt-m",run:t=>(t.setTabFocusMode(),!0)}].concat([{key:"ArrowLeft",run:su,shift:wu,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:t=>ru(t,!nu(t)),shift:t=>xu(t,!nu(t)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:t=>tu(t,(e=>gu(t,e,!nu(t)))),shift:t=>vu(t,(e=>gu(t,e,!nu(t)))),preventDefault:!0},{key:"ArrowRight",run:ou,shift:yu,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:t=>ru(t,nu(t)),shift:t=>xu(t,nu(t)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:t=>tu(t,(e=>gu(t,e,nu(t)))),shift:t=>vu(t,(e=>gu(t,e,nu(t)))),preventDefault:!0},{key:"ArrowUp",run:cu,shift:Ou,preventDefault:!0},{mac:"Cmd-ArrowUp",run:Tu,shift:Pu},{mac:"Ctrl-ArrowUp",run:pu,shift:Au},{key:"ArrowDown",run:uu,shift:Su,preventDefault:!0},{mac:"Cmd-ArrowDown",run:Du,shift:Ru},{mac:"Ctrl-ArrowDown",run:mu,shift:Mu},{key:"PageUp",run:pu,shift:Au},{key:"PageDown",run:mu,shift:Mu},{key:"Home",run:t=>tu(t,(e=>gu(t,e,!1))),shift:t=>vu(t,(e=>gu(t,e,!1))),preventDefault:!0},{key:"Mod-Home",run:Tu,shift:Pu},{key:"End",run:t=>tu(t,(e=>gu(t,e,!0))),shift:t=>vu(t,(e=>gu(t,e,!0))),preventDefault:!0},{key:"Mod-End",run:Du,shift:Ru},{key:"Enter",run:Fu},{key:"Mod-a",run:({state:t,dispatch:e})=>(e(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:Lu,shift:Lu},{key:"Delete",run:Iu},{key:"Mod-Backspace",mac:"Alt-Backspace",run:zu},{key:"Mod-Delete",mac:"Alt-Delete",run:t=>Qu(t,!0)},{mac:"Mod-Backspace",run:t=>Eu(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=>Eu(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:su,shift:wu,preventDefault:!0},{key:"Ctrl-f",run:ou,shift:yu},{key:"Ctrl-p",run:cu,shift:Ou},{key:"Ctrl-n",run:uu,shift:Su},{key:"Ctrl-a",run:t=>tu(t,(e=>xe.cursor(t.lineBlockAt(e.head).from,1))),shift:t=>vu(t,(e=>xe.cursor(t.lineBlockAt(e.head).from)))},{key:"Ctrl-e",run:t=>tu(t,(e=>xe.cursor(t.lineBlockAt(e.head).to,-1))),shift:t=>vu(t,(e=>xe.cursor(t.lineBlockAt(e.head).to)))},{key:"Ctrl-d",run:Iu},{key:"Ctrl-h",run:Lu},{key:"Ctrl-k",run:t=>Eu(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:zu},{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:Ft.of(["",""])},range:xe.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),s=i==n.from?i-1:ie(n.text,i-n.from,!1)+n.from,o=i==n.to?i+1:ie(n.text,i-n.from,!0)+n.from;return{changes:{from:s,to:o,insert:t.doc.slice(i,o).append(t.doc.slice(s,i))},range:xe.cursor(o)}}));return!i.changes.empty&&(e(t.update(i,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:mu}].map((t=>({mac:t.key,run:t.run,shift:t.shift}))))),Uu={key:"Tab",run:Xu,shift:_u};function Ku(){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 s=i[n];"string"==typeof s?t.setAttribute(n,s):null!=s&&(t[n]=s)}e++}for(;e<arguments.length;e++)Yu(t,arguments[e]);return t}function Yu(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++)Yu(t,e[i])}}const Gu="function"==typeof String.prototype.normalize?t=>t.normalize("NFKD"):t=>t;class Zu{constructor(t,e,i=0,n=t.length,s,o){this.test=o,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=s?t=>s(Gu(t)):Gu,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 le(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=ae(t),i=this.bufferStart+this.bufferPos;this.bufferPos+=he(t);let n=this.normalize(e);for(let t=0,s=i;;t++){let o=n.charCodeAt(t),r=this.match(o,s,this.bufferPos+this.bufferStart);if(t==n.length-1){if(r)return this.value=r,this;break}s==i&&t<e.length&&e.charCodeAt(t)==o&&s++}}}match(t,e,i){let n=null;for(let e=0;e<this.matches.length;e+=2){let s=this.matches[e],o=!1;this.query.charCodeAt(s)==t&&(s==this.query.length-1?n={from:this.matches[e+1],to:i}:(this.matches[e]++,o=!0)),o||(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&&(Zu.prototype[Symbol.iterator]=function(){return this});const Ju={from:-1,to:-1,match:/.*/.exec("")},td="gm"+(null==/x/.unicode?"":"u");class ed{constructor(t,e,i,n=0,s=t.length){if(this.text=t,this.to=s,this.curLine="",this.done=!1,this.value=Ju,/\\[sWDnr]|\n|\r|\[\^/.test(e))return new sd(t,e,i,n,s);this.re=new RegExp(e,td+((null==i?void 0:i.ignoreCase)?"i":"")),this.test=null==i?void 0:i.test,this.iter=t.iter();let o=t.lineAt(n);this.curLineStart=o.from,this.matchPos=od(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=od(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 id=new WeakMap;class nd{constructor(t,e){this.from=t,this.text=e}get to(){return this.from+this.text.length}static get(t,e,i){let n=id.get(t);if(!n||n.from>=i||n.to<=e){let n=new nd(e,t.sliceString(e,i));return id.set(t,n),n}if(n.from==e&&n.to==i)return n;let{text:s,from:o}=n;return o>e&&(s=t.sliceString(e,o)+s,o=e),n.to<i&&(s+=t.sliceString(n.to,i)),id.set(t,new nd(o,s)),new nd(e,s.slice(e-o,i-o))}}class sd{constructor(t,e,i,n,s){this.text=t,this.to=s,this.done=!1,this.value=Ju,this.matchPos=od(t,n),this.re=new RegExp(e,td+((null==i?void 0:i.ignoreCase)?"i":"")),this.test=null==i?void 0:i.test,this.flat=nd.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=od(this.text,i+(t==i?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=nd.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function od(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 rd(t){let e=Ku("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,s=n.doc.lineAt(n.selection.main.head),[,o,r,l,a]=i,h=l?+l.slice(1):0,c=r?+r:s.number;if(r&&a){let t=c/100;o&&(t=t*("-"==o?-1:1)+s.number/n.doc.lines),c=Math.round(n.doc.lines*t)}else r&&o&&(c=c*("-"==o?-1:1)+s.number);let u=n.doc.line(Math.max(1,Math.min(n.doc.lines,c))),d=xe.cursor(u.from+Math.max(0,Math.min(h,u.length)));t.dispatch({effects:[ld.of(!1),zr.scrollIntoView(d.from,{y:"center"})],selection:d}),t.focus()}return{dom:Ku("form",{class:"cm-gotoLine",onkeydown:e=>{27==e.keyCode?(e.preventDefault(),t.dispatch({effects:ld.of(!1)}),t.focus()):13==e.keyCode&&(e.preventDefault(),i())},onsubmit:t=>{t.preventDefault(),i()}},Ku("label",t.state.phrase("Go to line"),": ",e)," ",Ku("button",{class:"cm-button",type:"submit"},t.state.phrase("go")))}}"undefined"!=typeof Symbol&&(ed.prototype[Symbol.iterator]=sd.prototype[Symbol.iterator]=function(){return this});const ld=Ye.define(),ad=Re.define({create:()=>!0,update(t,e){for(let i of e.effects)i.is(ld)&&(t=i.value);return t},provide:t=>ea.from(t,(t=>t?rd:null))}),hd=zr.baseTheme({".cm-panel.cm-gotoLine":{padding:"2px 6px 4px","& label":{fontSize:"80%"}}}),cd={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},ud=Se.define({combine:t=>ai(t,cd,{highlightWordAroundCursor:(t,e)=>t||e,minSelectionLength:Math.min,maxMatches:Math.min})}),dd=Vn.mark({class:"cm-selectionMatch"}),fd=Vn.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function pd(t,e,i,n){return!(0!=i&&t(e.sliceDoc(i-1,i))==si.Word||n!=e.doc.length&&t(e.sliceDoc(n,n+1))==si.Word)}const md=zs.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(ud),{state:i}=t,n=i.selection;if(n.ranges.length>1)return Vn.none;let s,o=n.main,r=null;if(o.empty){if(!e.highlightWordAroundCursor)return Vn.none;let t=i.wordAt(o.head);if(!t)return Vn.none;r=i.charCategorizer(o.head),s=i.sliceDoc(t.from,t.to)}else{let t=o.to-o.from;if(t<e.minSelectionLength||t>200)return Vn.none;if(e.wholeWords){if(s=i.sliceDoc(o.from,o.to),r=i.charCategorizer(o.head),!pd(r,i,o.from,o.to)||!function(t,e,i,n){return t(e.sliceDoc(i,i+1))==si.Word&&t(e.sliceDoc(n-1,n))==si.Word}(r,i,o.from,o.to))return Vn.none}else if(s=i.sliceDoc(o.from,o.to),!s)return Vn.none}let l=[];for(let n of t.visibleRanges){let t=new Zu(i.doc,s,n.from,n.to);for(;!t.next().done;){let{from:n,to:s}=t.value;if((!r||pd(r,i,n,s))&&(o.empty&&n<=o.from&&s>=o.to?l.push(fd.range(n,s)):(n>=o.to||s<=o.from)&&l.push(dd.range(n,s)),l.length>e.maxMatches))return Vn.none}}return Vn.set(l)}},{decorations:t=>t.decorations}),gd=zr.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),vd=Se.define({combine:t=>ai(t,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:t=>new _d(t),scrollToMatch:t=>zr.scrollIntoView(t)})});class bd{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,td),!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 Cd(this):new xd(this)}getCursor(t,e=0,i){let n=t.doc?t:li.create({doc:t});return null==i&&(i=n.doc.length),this.regexp?kd(this,n,e,i):yd(this,n,e,i)}}class wd{constructor(t){this.spec=t}}function yd(t,e,i,n){return new Zu(e.doc,t.unquoted,i,n,t.caseSensitive?void 0:t=>t.toLowerCase(),t.wholeWord?function(t,e){return(i,n,s,o)=>((o>i||o+s.length<n)&&(o=Math.max(0,i-2),s=t.sliceString(o,Math.min(t.length,n+2))),!(e(Od(s,i-o))==si.Word&&e(Sd(s,i-o))==si.Word||e(Sd(s,n-o))==si.Word&&e(Od(s,n-o))==si.Word))}(e.doc,e.charCategorizer(e.selection.main.head)):void 0)}class xd extends wd{constructor(t){super(t)}nextMatch(t,e,i){let n=yd(this.spec,t,i,t.doc.length).nextOverlapping();return n.done&&(n=yd(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),s=yd(this.spec,t,i,n),o=null;for(;!s.nextOverlapping().done;)o=s.value;if(o)return o;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=yd(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 s=yd(this.spec,t,Math.max(0,e-this.spec.unquoted.length),Math.min(i+this.spec.unquoted.length,t.doc.length));for(;!s.next().done;)n(s.value.from,s.value.to)}}function kd(t,e,i,n){return new ed(e.doc,t.search,{ignoreCase:!t.caseSensitive,test:t.wholeWord?(s=e.charCategorizer(e.selection.main.head),(t,e,i)=>!i[0].length||(s(Od(i.input,i.index))!=si.Word||s(Sd(i.input,i.index))!=si.Word)&&(s(Sd(i.input,i.index+i[0].length))!=si.Word||s(Od(i.input,i.index+i[0].length))!=si.Word)):void 0},i,n);var s}function Od(t,e){return t.slice(ie(t,e,!1),e)}function Sd(t,e){return t.slice(e,ie(t,e))}class Cd extends wd{nextMatch(t,e,i){let n=kd(this.spec,t,i,t.doc.length).next();return n.done&&(n=kd(this.spec,t,0,e).next()),n.done?null:n.value}prevMatchInRange(t,e,i){for(let n=1;;n++){let s=Math.max(e,i-1e4*n),o=kd(this.spec,t,s,i),r=null;for(;!o.next().done;)r=o.value;if(r&&(s==e||r.from>s+10))return r;if(s==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=kd(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 s=kd(this.spec,t,Math.max(0,e-250),Math.min(i+250,t.doc.length));for(;!s.next().done;)n(s.value.from,s.value.to)}}const Ad=Ye.define(),Md=Ye.define(),Td=Re.define({create:t=>new Dd(Wd(t).create(),null),update(t,e){for(let i of e.effects)i.is(Ad)?t=new Dd(i.value.create(),t.panel):i.is(Md)&&(t=new Dd(t.query,i.value?$d:null));return t},provide:t=>ea.from(t,(t=>t.panel))});class Dd{constructor(t,e){this.query=t,this.panel=e}}const Pd=Vn.mark({class:"cm-searchMatch"}),Rd=Vn.mark({class:"cm-searchMatch cm-searchMatch-selected"}),Ed=zs.fromClass(class{constructor(t){this.view=t,this.decorations=this.highlight(t.state.field(Td))}update(t){let e=t.state.field(Td);(e!=t.startState.field(Td)||t.docChanged||t.selectionSet||t.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:t,panel:e}){if(!e||!t.spec.valid)return Vn.none;let{view:i}=this,n=new pi;for(let e=0,s=i.visibleRanges,o=s.length;e<o;e++){let{from:r,to:l}=s[e];for(;e<o-1&&l>s[e+1].from-500;)l=s[++e].to;t.highlight(i.state,r,l,((t,e)=>{let s=i.state.selection.ranges.some((i=>i.from==t&&i.to==e));n.add(t,e,s?Rd:Pd)}))}return n.finish()}},{decorations:t=>t.decorations});function Bd(t){return e=>{let i=e.state.field(Td,!1);return i&&i.query.spec.valid?t(e,i):Hd(e)}}const Nd=Bd(((t,{query:e})=>{let{to:i}=t.state.selection.main,n=e.nextMatch(t.state,i,i);if(!n)return!1;let s=xe.single(n.from,n.to),o=t.state.facet(vd);return t.dispatch({selection:s,effects:[Yd(t,n),o.scrollToMatch(s.main,t)],userEvent:"select.search"}),Fd(t),!0})),Ld=Bd(((t,{query:e})=>{let{state:i}=t,{from:n}=i.selection.main,s=e.prevMatch(i,n,n);if(!s)return!1;let o=xe.single(s.from,s.to),r=t.state.facet(vd);return t.dispatch({selection:o,effects:[Yd(t,s),r.scrollToMatch(o.main,t)],userEvent:"select.search"}),Fd(t),!0})),Id=Bd(((t,{query:e})=>{let i=e.matchAll(t.state,1e3);return!(!i||!i.length||(t.dispatch({selection:xe.create(i.map((t=>xe.range(t.from,t.to)))),userEvent:"select.search.matches"}),0))})),Qd=Bd(((t,{query:e})=>{let{state:i}=t,{from:n,to:s}=i.selection.main;if(i.readOnly)return!1;let o=e.nextMatch(i,n,n);if(!o)return!1;let r,l,a=[],h=[];if(o.from==n&&o.to==s&&(l=i.toText(e.getReplacement(o)),a.push({from:o.from,to:o.to,insert:l}),o=e.nextMatch(i,o.from,o.to),h.push(zr.announce.of(i.phrase("replaced match on line $",i.doc.lineAt(n).number)+"."))),o){let e=0==a.length||a[0].from>=o.to?0:o.to-o.from-l.length;r=xe.single(o.from-e,o.to-e),h.push(Yd(t,o)),h.push(i.facet(vd).scrollToMatch(r.main,t))}return t.dispatch({changes:a,selection:r,effects:h,userEvent:"input.replace"}),!0})),zd=Bd(((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:zr.announce.of(n),userEvent:"input.replace.all"}),!0}));function $d(t){return t.state.facet(vd).createPanel(t)}function Wd(t,e){var i,n,s,o,r;let l=t.selection.main,a=l.empty||l.to>l.from+100?"":t.sliceDoc(l.from,l.to);if(e&&!a)return e;let h=t.facet(vd);return new bd({search:(null!==(i=null==e?void 0:e.literal)&&void 0!==i?i:h.literal)?a:a.replace(/\n/g,"\\n"),caseSensitive:null!==(n=null==e?void 0:e.caseSensitive)&&void 0!==n?n:h.caseSensitive,literal:null!==(s=null==e?void 0:e.literal)&&void 0!==s?s:h.literal,regexp:null!==(o=null==e?void 0:e.regexp)&&void 0!==o?o:h.regexp,wholeWord:null!==(r=null==e?void 0:e.wholeWord)&&void 0!==r?r:h.wholeWord})}function Vd(t){let e=Gl(t,$d);return e&&e.dom.querySelector("[main-field]")}function Fd(t){let e=Vd(t);e&&e==t.root.activeElement&&e.select()}const Hd=t=>{let e=t.state.field(Td,!1);if(e&&e.panel){let i=Vd(t);if(i&&i!=t.root.activeElement){let n=Wd(t.state,e.query.spec);n.valid&&t.dispatch({effects:Ad.of(n)}),i.focus(),i.select()}}else t.dispatch({effects:[Md.of(!0),e?Ad.of(Wd(t.state,e.query.spec)):Ye.appendConfig.of(Zd)]});return!0},qd=t=>{let e=t.state.field(Td,!1);if(!e||!e.panel)return!1;let i=Gl(t,$d);return i&&i.dom.contains(t.root.activeElement)&&t.focus(),t.dispatch({effects:Md.of(!1)}),!0},Xd=[{key:"Mod-f",run:Hd,scope:"editor search-panel"},{key:"F3",run:Nd,shift:Ld,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:Nd,shift:Ld,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:qd,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:s}=i.main,o=[],r=0;for(let e=new Zu(t.doc,t.sliceDoc(n,s));!e.next().done;){if(o.length>1e3)return!1;e.value.from==n&&(r=o.length),o.push(xe.range(e.value.from,e.value.to))}return e(t.update({selection:xe.create(o,r),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:t=>{let e=Gl(t,rd);if(!e){let i=[ld.of(!0)];null==t.state.field(ad,!1)&&i.push(Ye.appendConfig.of([ad,hd])),t.dispatch({effects:i}),e=Gl(t,rd)}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=xe.create(i.ranges.map((e=>t.wordAt(e.head)||xe.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 s=function(t,e){let{main:i,ranges:n}=t.selection,s=t.wordAt(i.head),o=s&&s.from==i.from&&s.to==i.to;for(let i=!1,s=new Zu(t.doc,e,n[n.length-1].to);;){if(s.next(),!s.done){if(i&&n.some((t=>t.from==s.value.from)))continue;if(o){let e=t.wordAt(s.value.from);if(!e||e.from!=s.value.from||e.to!=s.value.to)continue}return s.value}if(i)return null;s=new Zu(t.doc,e,0,Math.max(0,n[n.length-1].from-1)),i=!0}}(t,n);return!!s&&(e(t.update({selection:t.selection.addRange(xe.range(s.from,s.to),!1),effects:zr.scrollIntoView(s.to)})),!0)},preventDefault:!0}];class _d{constructor(t){this.view=t;let e=this.query=t.state.field(Td).query.spec;function i(t,e,i){return Ku("button",{class:"cm-button",name:t,onclick:e,type:"button"},i)}this.commit=this.commit.bind(this),this.searchField=Ku("input",{value:e.search,placeholder:jd(t,"Find"),"aria-label":jd(t,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Ku("input",{value:e.replace,placeholder:jd(t,"Replace"),"aria-label":jd(t,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Ku("input",{type:"checkbox",name:"case",form:"",checked:e.caseSensitive,onchange:this.commit}),this.reField=Ku("input",{type:"checkbox",name:"re",form:"",checked:e.regexp,onchange:this.commit}),this.wordField=Ku("input",{type:"checkbox",name:"word",form:"",checked:e.wholeWord,onchange:this.commit}),this.dom=Ku("div",{onkeydown:t=>this.keydown(t),class:"cm-search"},[this.searchField,i("next",(()=>Nd(t)),[jd(t,"next")]),i("prev",(()=>Ld(t)),[jd(t,"previous")]),i("select",(()=>Id(t)),[jd(t,"all")]),Ku("label",null,[this.caseField,jd(t,"match case")]),Ku("label",null,[this.reField,jd(t,"regexp")]),Ku("label",null,[this.wordField,jd(t,"by word")]),...t.state.readOnly?[]:[Ku("br"),this.replaceField,i("replace",(()=>Qd(t)),[jd(t,"replace")]),i("replaceAll",(()=>zd(t)),[jd(t,"replace all")])],Ku("button",{name:"close",onclick:()=>qd(t),"aria-label":jd(t,"close"),type:"button"},["×"])])}commit(){let t=new bd({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:Ad.of(t)}))}keydown(t){var e,i;i=t,Zr(Ur((e=this.view).state),i,e,"search-panel")?t.preventDefault():13==t.keyCode&&t.target==this.searchField?(t.preventDefault(),(t.shiftKey?Ld:Nd)(this.view)):13==t.keyCode&&t.target==this.replaceField&&(t.preventDefault(),Qd(this.view))}update(t){for(let e of t.transactions)for(let t of e.effects)t.is(Ad)&&!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(vd).top}}function jd(t,e){return t.state.phrase(e)}const Ud=30,Kd=/[\s\.,:;?!]/;function Yd(t,{from:e,to:i}){let n=t.state.doc.lineAt(e),s=t.state.doc.lineAt(i).to,o=Math.max(n.from,e-Ud),r=Math.min(s,i+Ud),l=t.state.sliceDoc(o,r);if(o!=n.from)for(let t=0;t<Ud;t++)if(!Kd.test(l[t+1])&&Kd.test(l[t])){l=l.slice(t);break}if(r!=s)for(let t=l.length-1;t>l.length-Ud;t--)if(!Kd.test(l[t-1])&&Kd.test(l[t])){l=l.slice(0,t);break}return zr.announce.of(`${t.state.phrase("current match")}. ${l} ${t.state.phrase("on line")} ${n.number}.`)}const Gd=zr.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"}}),Zd=[Td,Be.low(Ed),Gd];class Jd{constructor(t,e,i,n){this.state=t,this.pos=e,this.explicit=i,this.view=n,this.abortListeners=[],this.abortOnDocChange=!1}tokenBefore(t){let e=Ra(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),s=n.search(sf(t,!1));return s<0?null:{from:i+s,to:this.pos,text:n.slice(s)}}get aborted(){return null==this.abortListeners}addEventListener(t,e,i){"abort"==t&&this.abortListeners&&(this.abortListeners.push(e),i&&i.onDocChange&&(this.abortOnDocChange=!0))}}function tf(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,"\\$&")}]`}class ef{constructor(t,e,i,n){this.completion=t,this.source=e,this.match=i,this.score=n}}function nf(t){return t.selection.main.from}function sf(t,e){var i;let{source:n}=t,s=e&&"^"!=n[0],o="$"!=n[n.length-1];return s||o?new RegExp(`${s?"^":""}(?:${n})${o?"$":""}`,null!==(i=t.flags)&&void 0!==i?i:t.ignoreCase?"i":""):t}const of=je.define(),rf=new WeakMap;function lf(t){if(!Array.isArray(t))return t;let e=rf.get(t);return e||rf.set(t,e=function(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=tf(e)+tf(i)+"*$";return[new RegExp("^"+n),new RegExp(n)]}(e);return t=>{let s=t.matchBefore(n);return s||t.explicit?{from:s?s.from:t.pos,options:e,validFor:i}:null}}(t)),e}const af=Ye.define(),hf=Ye.define();class cf{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=le(t,e),n=he(i);this.chars.push(i);let s=t.slice(e,e+n),o=s.toUpperCase();this.folded.push(le(o==s?s.toLowerCase():o,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:s,byWord:o}=this;if(1==e.length){let n=le(t,0),s=he(n),o=s==t.length?0:-100;if(n==e[0]);else{if(n!=i[0])return null;o+=-200}return this.ret(o,[0,s])}let r=t.indexOf(this.pattern);if(0==r)return this.ret(t.length==this.pattern.length?0:-100,[0,this.pattern.length]);let l=e.length,a=0;if(r<0){for(let s=0,o=Math.min(t.length,200);s<o&&a<l;){let o=le(t,s);o!=e[a]&&o!=i[a]||(n[a++]=s),s+=he(o)}if(a<l)return null}let h=0,c=0,u=!1,d=0,f=-1,p=-1,m=/[a-z]/.test(t),g=!0;for(let n=0,a=Math.min(t.length,200),v=0;n<a&&c<l;){let a=le(t,n);r<0&&(h<l&&a==e[h]&&(s[h++]=n),d<l&&(a==e[d]||a==i[d]?(0==d&&(f=n),p=n+1,d++):d=0));let b,w=a<255?a>=48&&a<=57||a>=97&&a<=122?2:a>=65&&a<=90?1:0:(b=ae(a))!=b.toLowerCase()?1:b!=b.toUpperCase()?2:0;(!n||1==w&&m||0==v&&0!=w)&&(e[c]==a||i[c]==a&&(u=!0)?o[c++]=n:o.length&&(g=!1)),v=w,n+=he(a)}return c==l&&0==o[0]&&g?this.result((u?-200:0)-100,o,t):d==l&&0==f?this.ret(-200-t.length+(p==t.length?0:-100),[0,p]):r>-1?this.ret(-700-t.length,[r,r+this.pattern.length]):d==l?this.ret(-900-t.length,[f,p]):c==l?this.result((u?-200:0)-100-700+(g?0:-1100),o,t):2==e.length?null:this.result((n[0]?-700:0)-200-1100,n,t)}result(t,e,i){let n=[],s=0;for(let t of e){let e=t+(this.astral?he(le(i,t)):1);s&&n[s-1]==t?n[s-1]=e:(n[s++]=t,n[s++]=e)}return this.ret(t-i.length,n)}}class uf{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 df=Se.define({combine:t=>ai(t,{activateOnTyping:!0,activateOnCompletion:()=>!1,activateOnTypingDelay:100,selectOnOpen:!0,override:null,closeOnBlur:!0,maxRenderedOptions:100,defaultKeymap:!0,tooltipClass:()=>"",optionClass:()=>"",aboveCursor:!1,icons:!0,addToOptions:[],positionInfo:pf,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=>ff(t(i),e(i)),optionClass:(t,e)=>i=>ff(t(i),e(i)),addToOptions:(t,e)=>t.concat(e),filterStrict:(t,e)=>t||e})});function ff(t,e){return t?e?t+" "+e:t:e}function pf(t,e,i,n,s,o){let r,l,a=t.textDirection==ts.RTL,h=a,c=!1,u="top",d=e.left-s.left,f=s.right-e.right,p=n.right-n.left,m=n.bottom-n.top;if(h&&d<Math.min(p,f)?h=!1:!h&&f<Math.min(p,d)&&(h=!0),p<=(h?d:f))r=Math.max(s.top,Math.min(i.top,s.bottom-m))-e.top,l=Math.min(400,h?d:f);else{c=!0,l=Math.min(400,(a?e.right:s.right-e.left)-30);let t=s.bottom-e.bottom;t>=m||t>e.top?r=i.bottom-e.top:(u="bottom",r=e.bottom-i.top)}return{style:`${u}: ${r/((e.bottom-e.top)/o.offsetHeight)}px; max-width: ${l/((e.right-e.left)/o.offsetWidth)}px`,class:"cm-completionInfo-"+(c?a?"left-narrow":"right-narrow":h?"left":"right")}}function mf(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 gf{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:s,selected:o}=n.open,r=t.state.facet(df);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 s=document.createElement("span");s.className="cm-completionLabel";let o=t.displayLabel||t.label,r=0;for(let t=0;t<n.length;){let e=n[t++],i=n[t++];e>r&&s.appendChild(document.createTextNode(o.slice(r,e)));let l=s.appendChild(document.createElement("span"));l.appendChild(document.createTextNode(o.slice(e,i))),l.className="cm-completionMatchedText",r=i}return r<o.length&&s.appendChild(document.createTextNode(o.slice(r))),s},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))}(r),this.optionClass=r.optionClass,this.tooltipClass=r.tooltipClass,this.range=mf(s.length,o,r.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,s=i.target;s&&s!=this.dom;s=s.parentNode)if("LI"==s.nodeName&&(e=/-(\d+)$/.exec(s.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(df).closeOnBlur&&e.relatedTarget!=t.contentDOM&&t.dispatch({effects:hf.of(null)})})),this.showOptions(s,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:s,selected:o,disabled:r}=i.open;n.open&&n.open.options==s||(this.range=mf(s.length,o,t.state.facet(df).maxRenderedOptions),this.showOptions(s,i.id)),this.updateSel(),r!=(null===(e=n.open)||void 0===e?void 0:e.disabled)&&this.dom.classList.toggle("cm-tooltip-autocomplete-disabled",!!r)}}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=mf(e.options.length,e.selected,this.view.state.facet(df).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 s="string"==typeof n?document.createTextNode(n):n(i);if(!s)return;"then"in s?s.then((e=>{e&&this.view.state.field(this.stateField,!1)==t&&this.addInfoPane(e,i)})).catch((t=>Ns(this.view.state,t,"completion info"))):this.addInfoPane(s,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(),s=i.height/t.offsetHeight;n.top<i.top?t.scrollTop-=(i.top-n.top)/s:n.bottom>i.bottom&&(t.scrollTop+=(n.bottom-i.bottom)/s)}(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(),s=this.space;if(!s){let t=this.dom.ownerDocument.defaultView||window;s={left:0,top:0,right:t.innerWidth,bottom:t.innerHeight}}return n.top>Math.min(s.bottom,e.bottom)-10||n.bottom<Math.max(s.top,e.top)+10?null:this.view.state.facet(df).positionInfo(this.view,e,n,i,s,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 s=null;for(let o=i.from;o<i.to;o++){let{completion:r,match:l}=t[o],{section:a}=r;if(a){let t="string"==typeof a?a:a.name;t!=s&&(o>i.from||0==i.from)&&(s=t,"string"!=typeof a&&a.header?n.appendChild(a.header(a)):n.appendChild(document.createElement("completion-section")).textContent=t)}const h=n.appendChild(document.createElement("li"));h.id=e+"-"+o,h.setAttribute("role","option");let c=this.optionClass(r);c&&(h.className=c);for(let t of this.optionContent){let e=t(r,this.view.state,this.view,l);e&&h.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 vf(t,e){return i=>new gf(i,t,e)}function bf(t){return 100*(t.boost||0)+(t.apply?10:0)+(t.info?5:0)+(t.type?1:0)}class wf{constructor(t,e,i,n,s,o){this.options=t,this.attrs=e,this.tooltip=i,this.timestamp=n,this.selected=s,this.disabled=o}setSelected(t,e){return t==this.selected||t>=this.options.length?this:new wf(this.options,Of(e,t),this.tooltip,this.timestamp,t,this.disabled)}static build(t,e,i,n,s){let o=function(t,e){let i=[],n=null,s=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)}},o=e.facet(df);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)s(new ef(e,n.source,t?t(e):[],1e9-i.length));else{let i,r=e.sliceDoc(n.from,n.to),l=o.filterStrict?new uf(r):new cf(r);for(let e of n.result.options)if(i=l.match(e.label)){let o=e.displayLabel?t?t(e,i.matched):[]:i.matched;s(new ef(e,n.source,o,i.score+(e.boost||0)))}}}if(n){let t=Object.create(null),e=0,s=(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(s))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 r=[],l=null,a=o.compareCompletions;for(let t of i.sort(((t,e)=>e.score-t.score||a(t.completion,e.completion)))){let e=t.completion;!l||l.label!=e.label||l.detail!=e.detail||null!=l.type&&null!=e.type&&l.type!=e.type||l.apply!=e.apply||l.boost!=e.boost?r.push(t):bf(t.completion)>bf(l)&&(r[r.length-1]=t),l=t.completion}return r}(t,e);if(!o.length)return n&&t.some((t=>1==t.state))?new wf(n.options,n.attrs,n.tooltip,n.timestamp,n.selected,!0):null;let r=e.facet(df).selectOnOpen?0:-1;if(n&&n.selected!=r&&-1!=n.selected){let t=n.options[n.selected].completion;for(let e=0;e<o.length;e++)if(o[e].completion==t){r=e;break}}return new wf(o,Of(i,r),{pos:t.reduce(((t,e)=>e.hasResult()?Math.min(t,e.from):t),1e8),create:Ef,above:s.aboveCursor},n?n.timestamp:Date.now(),r,!1)}map(t){return new wf(this.options,this.attrs,Object.assign(Object.assign({},this.tooltip),{pos:t.mapPos(this.tooltip.pos)}),this.timestamp,this.selected,this.disabled)}}class yf{constructor(t,e,i){this.active=t,this.id=e,this.open=i}static start(){return new yf(Sf,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(t){let{state:e}=t,i=e.facet(df),n=(i.override||e.languageDataAt("autocomplete",nf(e)).map(lf)).map((e=>(this.active.find((t=>t.source==e))||new Af(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 s=this.open;s&&t.docChanged&&(s=s.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 s=i==t.length,o=n==e.length;if(s||o)return s==o;if(t[i++].result!=e[n++].result)return!1}}(n,this.active)?s=wf.build(n,e,this.id,s,i):s&&s.disabled&&!n.some((t=>1==t.state))&&(s=null),!s&&n.every((t=>1!=t.state))&&n.some((t=>t.hasResult()))&&(n=n.map((t=>t.hasResult()?new Af(t.source,0):t)));for(let e of t.effects)e.is(Df)&&(s=s&&s.setSelected(e.value,this.id));return n==this.active&&s==this.open?this:new yf(n,this.id,s)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?xf:kf}}const xf={"aria-autocomplete":"list"},kf={};function Of(t,e){let i={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":t};return e>-1&&(i["aria-activedescendant"]=t+"-"+e),i}const Sf=[];function Cf(t,e){if(t.isUserEvent("input.complete")){let i=t.annotation(of);if(i&&e.activateOnCompletion(i))return 12}let i=t.isUserEvent("input.type");return i&&e.activateOnTyping?5:i?1:t.isUserEvent("delete.backward")?2:t.selection?8:t.docChanged?16:0}class Af{constructor(t,e,i=-1){this.source=t,this.state=e,this.explicitPos=i}hasResult(){return!1}update(t,e){let i=Cf(t,e),n=this;(8&i||16&i&&this.touches(t))&&(n=new Af(n.source,0)),4&i&&0==n.state&&(n=new Af(this.source,1)),n=n.updateFor(t,i);for(let e of t.effects)if(e.is(af))n=new Af(n.source,1,e.value?nf(t.state):-1);else if(e.is(hf))n=new Af(n.source,0);else if(e.is(Tf))for(let t of e.value)t.source==n.source&&(n=t);return n}updateFor(t,e){return this.map(t.changes)}map(t){return t.empty||this.explicitPos<0?this:new Af(this.source,this.state,t.mapPos(this.explicitPos))}touches(t){return t.changes.touchesRange(nf(t.state))}}class Mf extends Af{constructor(t,e,i,n,s){super(t,2,e),this.result=i,this.from=n,this.to=s}hasResult(){return!0}updateFor(t,e){var i;if(!(3&e))return this.map(t.changes);let n=this.result;n.map&&!t.changes.empty&&(n=n.map(n,t.changes));let s=t.changes.mapPos(this.from),o=t.changes.mapPos(this.to,1),r=nf(t.state);if((this.explicitPos<0?r<=s:r<this.from)||r>o||!n||2&e&&nf(t.startState)==this.from)return new Af(this.source,4&e?1:0);let l=this.explicitPos<0?-1:t.changes.mapPos(this.explicitPos);return function(t,e,i,n){if(!t)return!1;let s=e.sliceDoc(i,n);return"function"==typeof t?t(s,i,n,e):sf(t,!0).test(s)}(n.validFor,t.state,s,o)?new Mf(this.source,l,n,s,o):n.update&&(n=n.update(n,s,o,new Jd(t.state,r,l>=0)))?new Mf(this.source,l,n,n.from,null!==(i=n.to)&&void 0!==i?i:nf(t.state)):new Af(this.source,1,l)}map(t){return t.empty?this:(this.result.map?this.result.map(this.result,t):this.result)?new Mf(this.source,this.explicitPos<0?-1:t.mapPos(this.explicitPos),this.result,t.mapPos(this.from),t.mapPos(this.to,1)):new Af(this.source,0)}touches(t){return t.changes.touchesRange(this.from,this.to)}}const Tf=Ye.define({map:(t,e)=>t.map((t=>t.map(e)))}),Df=Ye.define(),Pf=Re.define({create:()=>yf.start(),update:(t,e)=>t.update(e),provide:t=>[Vl.from(t,(t=>t.tooltip)),zr.contentAttributes.from(t,(t=>t.attrs))]});function Rf(t,e){const i=e.completion.apply||e.completion.label;let n=t.state.field(Pf).active.find((t=>t.source==e.source));return n instanceof Mf&&("string"==typeof i?t.dispatch(Object.assign(Object.assign({},function(t,e,i,n){let{main:s}=t.selection,o=i-s.from,r=n-s.from;return Object.assign(Object.assign({},t.changeByRange((l=>{if(l!=s&&i!=n&&t.sliceDoc(l.from+o,l.from+r)!=t.sliceDoc(i,n))return{range:l};let a=t.toText(e);return{changes:{from:l.from+o,to:n==s.from?l.to:l.from+r,insert:a},range:xe.cursor(l.from+o+a.length)}}))),{scrollIntoView:!0,userEvent:"input.complete"})}(t.state,i,n.from,n.to)),{annotations:of.of(e.completion)})):i(t,e.completion,n.from,n.to),!0)}const Ef=vf(Pf,Rf);function Bf(t,e="option"){return i=>{let n=i.state.field(Pf,!1);if(!n||!n.open||n.open.disabled||Date.now()-n.open.timestamp<i.state.facet(df).interactionDelay)return!1;let s,o=1;"page"==e&&(s=Ul(i,n.open.tooltip))&&(o=Math.max(2,Math.floor(s.dom.offsetHeight/s.dom.querySelector("li").offsetHeight)-1));let{length:r}=n.open.options,l=n.open.selected>-1?n.open.selected+o*(t?1:-1):t?0:r-1;return l<0?l="page"==e?0:r-1:l>=r&&(l="page"==e?r-1:0),i.dispatch({effects:Df.of(l)}),!0}}const Nf=t=>!!t.state.field(Pf,!1)&&(t.dispatch({effects:af.of(!0)}),!0);class Lf{constructor(t,e){this.active=t,this.context=e,this.time=Date.now(),this.updates=[],this.done=void 0}}const If=zs.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(Pf).active)1==e.state&&this.startQuery(e)}update(t){let e=t.state.field(Pf),i=t.state.facet(df);if(!t.selectionSet&&!t.docChanged&&t.startState.field(Pf)==e)return;let n=t.transactions.some((t=>{let e=Cf(t,i);return 8&e||(t.selection||t.docChanged)&&!(3&e)}));for(let e=0;e<this.running.length;e++){let i=this.running[e];if(n||i.context.abortOnDocChange&&t.docChanged||i.updates.length+t.transactions.length>50&&Date.now()-i.time>1e3){for(let t of i.context.abortListeners)try{t()}catch(t){Ns(this.view.state,t)}i.context.abortListeners=null,this.running.splice(e--,1)}else i.updates.push(...t.transactions)}this.debounceUpdate>-1&&clearTimeout(this.debounceUpdate),t.transactions.some((t=>t.effects.some((t=>t.is(af)))))&&(this.pendingStart=!0);let s=this.pendingStart?50:i.activateOnTypingDelay;if(this.debounceUpdate=e.active.some((t=>1==t.state&&!this.running.some((e=>e.active.source==t.source))))?setTimeout((()=>this.startUpdate()),s):-1,0!=this.composing)for(let e of t.transactions)e.isUserEvent("input.type")?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(Pf);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=nf(e),n=new Jd(e,i,t.explicitPos==i,this.view),s=new Lf(t,n);this.running.push(s),Promise.resolve(t.source(n)).then((t=>{s.context.aborted||(s.done=t||null,this.scheduleAccept())}),(t=>{this.view.dispatch({effects:hf.of(null)}),Ns(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(df).updateSyncTime))}accept(){var t;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let e=[],i=this.view.state.facet(df);for(let n=0;n<this.running.length;n++){let s=this.running[n];if(void 0===s.done)continue;if(this.running.splice(n--,1),s.done){let n=new Mf(s.active.source,s.active.explicitPos,s.done,s.done.from,null!==(t=s.done.to)&&void 0!==t?t:nf(s.updates.length?s.updates[0].startState:this.view.state));for(let t of s.updates)n=n.update(t,i);if(n.hasResult()){e.push(n);continue}}let o=this.view.state.field(Pf).active.find((t=>t.source==s.active.source));if(o&&1==o.state)if(null==s.done){let t=new Af(s.active.source,0);for(let e of s.updates)t=t.update(e,i);1!=t.state&&e.push(t)}else this.startQuery(o)}e.length&&this.view.dispatch({effects:Tf.of(e)})}},{eventHandlers:{blur(t){let e=this.view.state.field(Pf,!1);if(e&&e.tooltip&&this.view.state.facet(df).closeOnBlur){let i=e.open&&Ul(this.view,e.open.tooltip);i&&i.dom.contains(t.relatedTarget)||setTimeout((()=>this.view.dispatch({effects:hf.of(null)})),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout((()=>this.view.dispatch({effects:af.of(!1)})),20),this.composing=0}}}),Qf="object"==typeof navigator&&/Win/.test(navigator.platform),zf=Be.highest(zr.domEventHandlers({keydown(t,e){let i=e.state.field(Pf,!1);if(!i||!i.open||i.open.disabled||i.open.selected<0||t.key.length>1||t.ctrlKey&&(!Qf||!t.altKey)||t.metaKey)return!1;let n=i.open.options[i.open.selected],s=i.active.find((t=>t.source==n.source)),o=n.completion.commitCharacters||s.result.commitCharacters;return o&&o.indexOf(t.key)>-1&&Rf(e,n),!1}})),$f=zr.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",whiteSpace:"pre-line"},".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"}}}),Wf={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},Vf=Ye.define({map(t,e){let i=e.mapPos(t,-1,ue.TrackAfter);return null==i?void 0:i}}),Ff=new class extends hi{};Ff.startSide=1,Ff.endSide=-1;const Hf=Re.define({create:()=>fi.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(Vf)&&(t=t.update({add:[Ff.range(i.value,i.value+1)]}));return t}}),qf="()[]{}<>";function Xf(t){for(let e=0;e<8;e+=2)if(qf.charCodeAt(e)==t)return qf.charAt(e+1);return ae(t<128?t:t+1)}function _f(t,e){return t.languageDataAt("closeBrackets",e)[0]||Wf}const jf="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),Uf=zr.inputHandler.of(((t,e,i,n)=>{if((jf?t.composing:t.compositionStarted)||t.state.readOnly)return!1;let s=t.state.selection.main;if(n.length>2||2==n.length&&1==he(le(n,0))||e!=s.from||i!=s.to)return!1;let o=function(t,e){let i=_f(t,t.selection.main.head),n=i.brackets||Wf.brackets;for(let s of n){let o=Xf(le(s,0));if(e==s)return o==s?tp(t,s,n.indexOf(s+s+s)>-1,i):Zf(t,s,o,i.before||Wf.before);if(e==o&&Yf(t,t.selection.main.from))return Jf(t,0,o)}return null}(t.state,n);return!!o&&(t.dispatch(o),!0)})),Kf=[{key:"Backspace",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=_f(t,t.selection.main.head).brackets||Wf.brackets,n=null,s=t.changeByRange((e=>{if(e.empty){let n=function(t,e){let i=t.sliceString(e-2,e);return he(le(i,0))==i.length?i:i.slice(1)}(t.doc,e.head);for(let s of i)if(s==n&&Gf(t.doc,e.head)==Xf(le(s,0)))return{changes:{from:e.head-s.length,to:e.head+s.length},range:xe.cursor(e.head-s.length)}}return{range:n=e}}));return n||e(t.update(s,{scrollIntoView:!0,userEvent:"delete.backward"})),!n}}];function Yf(t,e){let i=!1;return t.field(Hf).between(0,t.doc.length,(t=>{t==e&&(i=!0)})),i}function Gf(t,e){let i=t.sliceString(e,e+2);return i.slice(0,he(le(i,0)))}function Zf(t,e,i,n){let s=null,o=t.changeByRange((o=>{if(!o.empty)return{changes:[{insert:e,from:o.from},{insert:i,from:o.to}],effects:Vf.of(o.to+e.length),range:xe.range(o.anchor+e.length,o.head+e.length)};let r=Gf(t.doc,o.head);return!r||/\s/.test(r)||n.indexOf(r)>-1?{changes:{insert:e+i,from:o.head},effects:Vf.of(o.head+e.length),range:xe.cursor(o.head+e.length)}:{range:s=o}}));return s?null:t.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function Jf(t,e,i){let n=null,s=t.changeByRange((e=>e.empty&&Gf(t.doc,e.head)==i?{changes:{from:e.head,to:e.head+i.length,insert:i},range:xe.cursor(e.head+i.length)}:n={range:e}));return n?null:t.update(s,{scrollIntoView:!0,userEvent:"input.type"})}function tp(t,e,i,n){let s=n.stringPrefixes||Wf.stringPrefixes,o=null,r=t.changeByRange((n=>{if(!n.empty)return{changes:[{insert:e,from:n.from},{insert:e,from:n.to}],effects:Vf.of(n.to+e.length),range:xe.range(n.anchor+e.length,n.head+e.length)};let r,l=n.head,a=Gf(t.doc,l);if(a==e){if(ep(t,l))return{changes:{insert:e+e,from:l},effects:Vf.of(l+e.length),range:xe.cursor(l+e.length)};if(Yf(t,l)){let n=i&&t.sliceDoc(l,l+3*e.length)==e+e+e?e+e+e:e;return{changes:{from:l,to:l+n.length,insert:n},range:xe.cursor(l+n.length)}}}else{if(i&&t.sliceDoc(l-2*e.length,l)==e+e&&(r=ip(t,l-2*e.length,s))>-1&&ep(t,r))return{changes:{insert:e+e+e+e,from:l},effects:Vf.of(l+e.length),range:xe.cursor(l+e.length)};if(t.charCategorizer(l)(a)!=si.Word&&ip(t,l,s)>-1&&!function(t,e,i,n){let s=Ra(t).resolveInner(e,-1),o=n.reduce(((t,e)=>Math.max(t,e.length)),0);for(let r=0;r<5;r++){let r=t.sliceDoc(s.from,Math.min(s.to,s.from+i.length+o)),l=r.indexOf(i);if(!l||l>-1&&n.indexOf(r.slice(0,l))>-1){let e=s.firstChild;for(;e&&e.from==s.from&&e.to-e.from>i.length+l;){if(t.sliceDoc(e.to-i.length,e.to)==i)return!1;e=e.firstChild}return!0}let a=s.to==e&&s.parent;if(!a)break;s=a}return!1}(t,l,e,s))return{changes:{insert:e+e,from:l},effects:Vf.of(l+e.length),range:xe.cursor(l+e.length)}}return{range:o=n}}));return o?null:t.update(r,{scrollIntoView:!0,userEvent:"input.type"})}function ep(t,e){let i=Ra(t).resolveInner(e+1);return i.parent&&i.from==e}function ip(t,e,i){let n=t.charCategorizer(e);if(n(t.sliceDoc(e-1,e))!=si.Word)return e;for(let s of i){let i=e-s.length;if(t.sliceDoc(i,e)==s&&n(t.sliceDoc(i-1,i))!=si.Word)return i}return-1}const np=[{key:"Ctrl-Space",run:Nf},{mac:"Alt-`",run:Nf},{key:"Escape",run:t=>{let e=t.state.field(Pf,!1);return!(!e||!e.active.some((t=>0!=t.state))||(t.dispatch({effects:hf.of(null)}),0))}},{key:"ArrowDown",run:Bf(!0)},{key:"ArrowUp",run:Bf(!1)},{key:"PageDown",run:Bf(!0,"page")},{key:"PageUp",run:Bf(!1,"page")},{key:"Enter",run:t=>{let e=t.state.field(Pf,!1);return!(t.state.readOnly||!e||!e.open||e.open.selected<0||e.open.disabled||Date.now()-e.open.timestamp<t.state.facet(df).interactionDelay)&&Rf(t,e.open.options[e.open.selected])}}],sp=Be.highest(_r.computeN([df],(t=>t.facet(df).defaultKeymap?[np]:[])));class op{constructor(t,e,i){this.from=t,this.to=e,this.diagnostic=i}}class rp{constructor(t,e,i){this.diagnostics=t,this.panel=e,this.selected=i}static init(t,e,i){let n=t,s=i.facet(vp).markerFilter;s&&(n=s(n,i));let o=Vn.set(n.map((t=>t.from==t.to||t.from==t.to-1&&i.doc.lineAt(t.from).to==t.from?Vn.widget({widget:new xp(t),diagnostic:t}).range(t.from):Vn.mark({attributes:{class:"cm-lintRange cm-lintRange-"+t.severity+(t.markClass?" "+t.markClass:"")},diagnostic:t}).range(t.from,t.to))),!0);return new rp(o,e,lp(o))}}function lp(t,e=null,i=0){let n=null;return t.between(i,1e9,((t,i,{spec:s})=>{if(!e||s.diagnostic==e)return n=new op(t,i,s.diagnostic),!1})),n}const ap=Ye.define(),hp=Ye.define(),cp=Ye.define(),up=Re.define({create:()=>new rp(Vn.none,null,null),update(t,e){if(e.docChanged&&t.diagnostics.size){let i=t.diagnostics.map(e.changes),n=null,s=t.panel;if(t.selected){let s=e.changes.mapPos(t.selected.from,1);n=lp(i,t.selected.diagnostic,s)||lp(i,null,s)}!i.size&&s&&e.state.facet(vp).autoPanel&&(s=null),t=new rp(i,s,n)}for(let i of e.effects)if(i.is(ap)){let n=e.state.facet(vp).autoPanel?i.value.length?Op.open:null:t.panel;t=rp.init(i.value,n,e.state)}else i.is(hp)?t=new rp(t.diagnostics,i.value?Op.open:null,t.selected):i.is(cp)&&(t=new rp(t.diagnostics,t.panel,i.value));return t},provide:t=>[ea.from(t,(t=>t.panel)),zr.decorations.from(t,(t=>t.diagnostics))]}),dp=Vn.mark({class:"cm-lintRange cm-lintRange-active"});function fp(t,e,i){let{diagnostics:n}=t.state.field(up),s=[],o=2e8,r=0;n.between(e-(i<0?1:0),e+(i>0?1:0),((t,n,{spec:l})=>{e>=t&&e<=n&&(t==n||(e>t||i>0)&&(e<n||i<0))&&(s.push(l.diagnostic),o=Math.min(t,o),r=Math.max(n,r))}));let l=t.state.facet(vp).tooltipFilter;return l&&(s=l(s,t.state)),s.length?{pos:o,end:r,above:t.state.doc.lineAt(o).to<r,create:()=>({dom:pp(t,s)})}:null}function pp(t,e){return Ku("ul",{class:"cm-tooltip-lint"},e.map((e=>yp(t,e,!1))))}const mp=t=>{let e=t.state.field(up,!1);return!(!e||!e.panel||(t.dispatch({effects:hp.of(!1)}),0))},gp=[{key:"Mod-Shift-m",run:t=>{let e=t.state.field(up,!1);var i,n;e&&e.panel||t.dispatch({effects:(i=t.state,n=[hp.of(!0)],i.field(up,!1)?n:n.concat(Ye.appendConfig.of(Ap)))});let s=Gl(t,Op.open);return s&&s.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:t=>{let e=t.state.field(up,!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))}}],vp=Se.define({combine:t=>Object.assign({sources:t.map((t=>t.source)).filter((t=>null!=t))},ai(t.map((t=>t.config)),{delay:750,markerFilter:null,tooltipFilter:null,needsRefresh:null,hideOn:()=>null},{needsRefresh:(t,e)=>t?e?i=>t(i)||e(i):t:e}))});function bp(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 yp(t,e,i){var n;let s=i?bp(e.actions):[];return Ku("li",{class:"cm-diagnostic cm-diagnostic-"+e.severity},Ku("span",{class:"cm-diagnosticText"},e.renderMessage?e.renderMessage(t):e.message),null===(n=e.actions)||void 0===n?void 0:n.map(((i,n)=>{let o=!1,r=n=>{if(n.preventDefault(),o)return;o=!0;let s=lp(t.state.field(up).diagnostics,e);s&&i.apply(t,s.from,s.to)},{name:l}=i,a=s[n]?l.indexOf(s[n]):-1,h=a<0?l:[l.slice(0,a),Ku("u",l.slice(a,a+1)),l.slice(a+1)];return Ku("button",{type:"button",class:"cm-diagnosticAction",onclick:r,onmousedown:r,"aria-label":` Action: ${l}${a<0?"":` (access key "${s[n]})"`}.`},h)})),e.source&&Ku("div",{class:"cm-diagnosticSource"},e.source))}class xp extends $n{constructor(t){super(),this.diagnostic=t}eq(t){return t.diagnostic==this.diagnostic}toDOM(){return Ku("span",{class:"cm-lintPoint cm-lintPoint-"+this.diagnostic.severity})}}class kp{constructor(t,e){this.diagnostic=e,this.id="item_"+Math.floor(4294967295*Math.random()).toString(16),this.dom=yp(t,e,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class Op{constructor(t){this.view=t,this.items=[],this.list=Ku("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:e=>{if(27==e.keyCode)mp(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=bp(i.actions);for(let s=0;s<n.length;s++)if(n[s].toUpperCase().charCodeAt(0)==e.keyCode){let e=lp(this.view.state.field(up).diagnostics,i);e&&i.actions[s].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=Ku("div",{class:"cm-panel-lint"},this.list,Ku("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>mp(this.view)},"×")),this.update()}get selectedIndex(){let t=this.view.state.field(up).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(up),i=0,n=!1,s=null;for(t.between(0,this.view.state.doc.length,((t,o,{spec:r})=>{let l,a=-1;for(let t=i;t<this.items.length;t++)if(this.items[t].diagnostic==r.diagnostic){a=t;break}a<0?(l=new kp(this.view,r.diagnostic),this.items.splice(i,0,l),n=!0):(l=this.items[a],a>i&&(this.items.splice(i,a-i),n=!0)),e&&l.diagnostic==e.diagnostic?l.dom.hasAttribute("aria-selected")||(l.dom.setAttribute("aria-selected","true"),s=l):l.dom.hasAttribute("aria-selected")&&l.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 kp(this.view,{from:-1,to:-1,severity:"info",message:this.view.state.phrase("No diagnostics")})),n=!0),s?(this.list.setAttribute("aria-activedescendant",s.id),this.view.requestMeasure({key:this,read:()=>({sel:s.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=lp(this.view.state.field(up).diagnostics,this.items[t].diagnostic);e&&this.view.dispatch({selection:{anchor:e.from,head:e.to},scrollIntoView:!0,effects:cp.of(e)})}static open(t){return new Op(t)}}function Sp(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 Cp=zr.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:Sp("#d11")},".cm-lintRange-warning":{backgroundImage:Sp("orange")},".cm-lintRange-info":{backgroundImage:Sp("#999")},".cm-lintRange-hint":{backgroundImage:Sp("#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}}}),Ap=[up,zr.decorations.compute([up],(t=>{let{selected:e,panel:i}=t.field(up);return e&&i&&e.from!=e.to?Vn.set([dp.range(e.from,e.to)]):Vn.none})),jl(fp,{hideOn:function(t,e){let i=e.pos,n=e.end||i,s=t.state.facet(vp).hideOn(t,i,n);if(null!=s)return s;let o=t.startState.doc.lineAt(e.pos);return!(!t.effects.some((t=>t.is(ap)))&&!t.changes.touchesRange(o.from,Math.max(o.to,n)))}}),Cp];var Mp=function(t){void 0===t&&(t={});var{crosshairCursor:e=!1}=t,i=[];!1!==t.closeBracketsKeymap&&(i=i.concat(Kf)),!1!==t.defaultKeymap&&(i=i.concat(ju)),!1!==t.searchKeymap&&(i=i.concat(Xd)),!1!==t.historyKeymap&&(i=i.concat(Gc)),!1!==t.foldKeymap&&(i=i.concat(ph)),!1!==t.completionKeymap&&(i=i.concat(np)),!1!==t.lintKeymap&&(i=i.concat(gp));var n=[];return!1!==t.lineNumbers&&n.push(function(t={}){return[ba.of(t),ha(),xa]}()),!1!==t.highlightActiveLineGutter&&n.push(Sa),!1!==t.highlightSpecialChars&&n.push(function(t={}){return[kl.of(t),Ol||(Ol=zs.fromClass(class{constructor(t){this.view=t,this.decorations=Vn.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(t.state.facet(kl)),this.decorations=this.decorator.createDeco(t)}makeDecorator(t){return new vl({regexp:t.specialChars,decoration:(e,i,n)=>{let{doc:s}=i.state,o=le(e[0],0);if(9==o){let t=s.lineAt(n),e=i.state.tabSize,o=Ci(t.text,e,n-t.from);return Vn.replace({widget:new Cl((e-o%e)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[o]||(this.decorationCache[o]=Vn.replace({widget:new Sl(t,o)}))},boundary:t.replaceTabs?void 0:/[^]/})}update(t){let e=t.state.facet(kl);t.startState.facet(kl)!=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[Nc,Bc.of(t),zr.domEventHandlers({beforeinput(t,e){let i="historyUndo"==t.inputType?Ic:"historyRedo"==t.inputType?Qc:null;return!!i&&(t.preventDefault(),i(e))}})]}()),!1!==t.foldGutter&&n.push(function(t={}){let e=Object.assign(Object.assign({},xh),t),i=new kh(e,!0),n=new kh(e,!1),s=zs.fromClass(class{constructor(t){this.from=t.viewport.from,this.markers=this.buildMarkers(t)}update(t){(t.docChanged||t.viewportChanged||t.startState.facet(Wa)!=t.state.facet(Wa)||t.startState.field(hh,!1)!=t.state.field(hh,!1)||Ra(t.startState)!=Ra(t.state)||e.foldingChanged(t))&&(this.markers=this.buildMarkers(t.view))}buildMarkers(t){let e=new pi;for(let s of t.viewportLineBlocks){let o=ch(t.state,s.from,s.to)?n:sh(t.state,s.from,s.to)?i:null;o&&e.add(s.from,s.from,o)}return e.finish()}}),{domEventHandlers:o}=e;return[s,la({class:"cm-foldGutter",markers(t){var e;return(null===(e=t.plugin(s))||void 0===e?void 0:e.markers)||fi.empty},initialSpacer:()=>new kh(e,!1),domEventHandlers:Object.assign(Object.assign({},o),{click:(t,e,i)=>{if(o.click&&o.click(t,e,i))return!0;let n=ch(t.state,e.from,e.to);if(n)return t.dispatch({effects:lh.of(n)}),!0;let s=sh(t.state,e.from,e.to);return!!s&&(t.dispatch({effects:rh.of(s)}),!0)}})}),vh()]}()),!1!==t.drawSelection&&n.push(function(t={}){return[rl.of(t),al,cl,dl,Ds.of(!0)]}()),!1!==t.dropCursor&&n.push([pl,ml]),!1!==t.allowMultipleSelections&&n.push(li.allowMultipleSelections.of(!0)),!1!==t.indentOnInput&&n.push(li.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,s=i.lineAt(n);if(n>s.from+200)return t;let o=i.sliceString(s.from,n);if(!e.some((t=>t.test(o))))return t;let{state:r}=t,l=-1,a=[];for(let{head:t}of r.selection.ranges){let e=r.doc.lineAt(t);if(e.from==l)continue;l=e.from;let i=_a(r,e.from);if(null==i)continue;let n=/^\s*/.exec(e.text)[0],s=Xa(r,i);n!=s&&a.push({from:e.from,to:e.from+n.length,insert:s})}return a.length?[t,{changes:a,sequential:!0}]:t}))),!1!==t.syntaxHighlighting&&n.push(Th(Rh,{fallback:!0})),!1!==t.bracketMatching&&n.push(function(t={}){return[Lh.of(t),Wh]}()),!1!==t.closeBrackets&&n.push([Uf,Hf]),!1!==t.autocompletion&&n.push(function(t={}){return[zf,Pf,df.of(t),If,sp,$f]}()),!1!==t.rectangularSelection&&n.push(function(){let t=t=>t.altKey&&0==t.button;return zr.mouseSelectionStyle.of(((e,i)=>t(i)?function(t,e){let i=Pl(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),s=t.state.doc.lineAt(e);i={line:s.number,col:i.col,off:Math.min(i.off,s.length)},n=n.map(t.changes)}},get(e,s,o){let r=Pl(t,e);if(!r)return n;let l=function(t,e,i){let n=Math.min(e.line,i.line),s=Math.max(e.line,i.line),o=[];if(e.off>Dl||i.off>Dl||e.col<0||i.col<0){let r=Math.min(e.off,i.off),l=Math.max(e.off,i.off);for(let e=n;e<=s;e++){let i=t.doc.line(e);i.length<=l&&o.push(xe.range(i.from+r,i.to+l))}}else{let r=Math.min(e.col,i.col),l=Math.max(e.col,i.col);for(let e=n;e<=s;e++){let i=t.doc.line(e),n=Ai(i.text,r,t.tabSize,!0);if(n<0)o.push(xe.cursor(i.to));else{let e=Ai(i.text,l,t.tabSize);o.push(xe.range(i.from+n,i.from+e))}}}return o}(t.state,i,r);return l.length?o?xe.create(l.concat(n.ranges)):xe.create(l):n}}:null}(e,i):null))}()),!1!==e&&n.push(function(t={}){let[e,i]=Rl[t.key||"Alt"],n=zs.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,zr.contentAttributes.of((t=>{var e;return(null===(e=t.plugin(n))||void 0===e?void 0:e.isDown)?El:null}))]}()),!1!==t.highlightActiveLine&&n.push(Ml),!1!==t.highlightSelectionMatches&&n.push(function(){let t=[gd,md];return t}()),t.tabSize&&"number"==typeof t.tabSize&&n.push(Ha.of(" ".repeat(t.tabSize))),n.concat([_r.of(i.flat())]).filter(Boolean)};const Tp="#e06c75",Dp="#abb2bf",Pp="#7d8799",Rp="#d19a66",Ep="#2c313a",Bp="#282c34",Np="#353a42",Lp="#528bff",Ip=[zr.theme({"&":{color:Dp,backgroundColor:Bp},".cm-content":{caretColor:Lp},".cm-cursor, .cm-dropCursor":{borderLeftColor:Lp},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:"#3E4451"},".cm-panels":{backgroundColor:"#21252b",color:Dp},".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:Bp,color:Pp,border:"none"},".cm-activeLineGutter":{backgroundColor:Ep},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:Np},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Np,borderBottomColor:Np},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:Ep,color:Dp}}},{dark:!0}),Th(Sh.define([{tag:Pt.keyword,color:"#c678dd"},{tag:[Pt.name,Pt.deleted,Pt.character,Pt.propertyName,Pt.macroName],color:Tp},{tag:[Pt.function(Pt.variableName),Pt.labelName],color:"#61afef"},{tag:[Pt.color,Pt.constant(Pt.name),Pt.standard(Pt.name)],color:Rp},{tag:[Pt.definition(Pt.name),Pt.separator],color:Dp},{tag:[Pt.typeName,Pt.className,Pt.number,Pt.changed,Pt.annotation,Pt.modifier,Pt.self,Pt.namespace],color:"#e5c07b"},{tag:[Pt.operator,Pt.operatorKeyword,Pt.url,Pt.escape,Pt.regexp,Pt.link,Pt.special(Pt.string)],color:"#56b6c2"},{tag:[Pt.meta,Pt.comment],color:Pp},{tag:Pt.strong,fontWeight:"bold"},{tag:Pt.emphasis,fontStyle:"italic"},{tag:Pt.strikethrough,textDecoration:"line-through"},{tag:Pt.link,color:Pp,textDecoration:"underline"},{tag:Pt.heading,fontWeight:"bold",color:Tp},{tag:[Pt.atom,Pt.bool,Pt.special(Pt.variableName)],color:Rp},{tag:[Pt.processingInstruction,Pt.string,Pt.inserted],color:"#98c379"},{tag:Pt.invalid,color:"#ffffff"}]))];var Qp=zr.theme({"&":{backgroundColor:"#fff"}},{dark:!1}),zp=function(t){void 0===t&&(t={});var{indentWithTab:e=!0,editable:i=!0,readOnly:n=!1,theme:s="light",placeholder:o="",basicSetup:r=!0}=t,l=[];switch(e&&l.unshift(_r.of([Uu])),r&&("boolean"==typeof r?l.unshift(Mp()):l.unshift(Mp(r))),o&&l.unshift(function(t){return zs.fromClass(class{constructor(e){this.view=e,this.placeholder=t?Vn.set([Vn.widget({widget:new Tl(t),side:1}).range(0)]):Vn.none}get decorations(){return this.view.state.doc.length?Vn.none:this.placeholder}},{decorations:t=>t.decorations})}(o)),s){case"light":l.push(Qp);break;case"dark":l.push(Ip);break;case"none":break;default:l.push(s)}return!1===i&&l.push(zr.editable.of(!1)),n&&l.push(li.readOnly.of(!0)),[...l]},$p=je.define(),Wp=[];const Vp=window.ReactJSXRuntime;var Fp=["className","value","selection","extensions","onChange","onStatistics","onCreateEditor","onUpdate","autoFocus","theme","height","minHeight","maxHeight","width","minWidth","maxWidth","basicSetup","placeholder","indentWithTab","editable","readOnly","root","initialState"],Hp=(0,xc.forwardRef)(((t,e)=>{var{className:i,value:n="",selection:s,extensions:o=[],onChange:r,onStatistics:l,onCreateEditor:a,onUpdate:h,autoFocus:c,theme:u="light",height:d,minHeight:f,maxHeight:p,width:m,minWidth:g,maxWidth:v,basicSetup:b,placeholder:w,indentWithTab:y,editable:x,readOnly:k,root:O,initialState:S}=t,C=function(t,e){if(null==t)return{};var i={};for(var n in t)if({}.hasOwnProperty.call(t,n)){if(e.includes(n))continue;i[n]=t[n]}return i}(t,Fp),A=(0,xc.useRef)(null),{state:M,view:T,container:D}=function(t){var{value:e,selection:i,onChange:n,onStatistics:s,onCreateEditor:o,onUpdate:r,extensions:l=Wp,autoFocus:a,theme:h="light",height:c=null,minHeight:u=null,maxHeight:d=null,width:f=null,minWidth:p=null,maxWidth:m=null,placeholder:g="",editable:v=!0,readOnly:b=!1,indentWithTab:w=!0,basicSetup:y=!0,root:x,initialState:k}=t,[O,S]=(0,xc.useState)(),[C,A]=(0,xc.useState)(),[M,T]=(0,xc.useState)(),D=zr.theme({"&":{height:c,minHeight:u,maxHeight:d,width:f,minWidth:p,maxWidth:m},"& .cm-scroller":{height:"100% !important"}}),P=zr.updateListener.of((t=>{if(t.docChanged&&"function"==typeof n&&!t.transactions.some((t=>t.annotation($p)))){var e=t.state.doc.toString();n(e,t)}s&&s((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))})),R=[P,D,...zp({theme:h,editable:v,readOnly:b,placeholder:g,indentWithTab:w,basicSetup:y})];return r&&"function"==typeof r&&R.push(zr.updateListener.of(r)),R=R.concat(l),(0,xc.useEffect)((()=>{if(O&&!M){var t={doc:e,selection:i,extensions:R},n=k?li.fromJSON(k.json,t,k.fields):li.create(t);if(T(n),!C){var s=new zr({state:n,parent:O,root:x});A(s),o&&o(s,n)}}return()=>{C&&(T(void 0),A(void 0))}}),[O,M]),(0,xc.useEffect)((()=>S(t.container)),[t.container]),(0,xc.useEffect)((()=>()=>{C&&(C.destroy(),A(void 0))}),[C]),(0,xc.useEffect)((()=>{a&&C&&C.focus()}),[a,C]),(0,xc.useEffect)((()=>{C&&C.dispatch({effects:Ye.reconfigure.of(R)})}),[h,l,c,u,d,f,p,m,g,v,b,w,y,n,r]),(0,xc.useEffect)((()=>{if(void 0!==e){var t=C?C.state.doc.toString():"";C&&e!==t&&C.dispatch({changes:{from:0,to:t.length,insert:e||""},annotations:[$p.of(!0)]})}}),[e,C]),{state:M,setState:T,view:C,setView:A,container:O,setContainer:S}}({container:A.current,root:O,value:n,autoFocus:c,theme:u,height:d,minHeight:f,maxHeight:p,width:m,minWidth:g,maxWidth:v,basicSetup:b,placeholder:w,indentWithTab:y,editable:x,readOnly:k,selection:s,onChange:r,onStatistics:l,onCreateEditor:a,onUpdate:h,extensions:o,initialState:S});if((0,xc.useImperativeHandle)(e,(()=>({editor:A.current,state:M,view:T})),[A,D,M,T]),"string"!=typeof n)throw new Error("value must be typeof string but got "+typeof n);var P="string"==typeof u?"cm-theme-"+u:"cm-theme";return(0,Vp.jsx)("div",pc({ref:A,className:P+(i?" "+i:"")},C))}));Hp.displayName="CodeMirror";const qp=Hp,Xp=window.wp.i18n,{createHigherOrderComponent:_p}=wp.compose,{InspectorControls:jp}=wp.blockEditor,{PanelBody:Up}=wp.components;let Kp=!1;const Yp=_p((t=>e=>{const{attributes:i,setAttributes:n,clientId:s}=e,{bccCustomCSS:o}=i,r=`bcc-${s.slice(0,8)}`;return(0,Vp.jsxs)(Vp.Fragment,{children:[(0,Vp.jsx)(t,{...e},"edit"),(0,Vp.jsx)(jp,{children:(0,Vp.jsxs)(Up,{title:(0,Xp.__)("Custom CSS","blocks-custom-css"),initialOpen:Kp,children:[(0,Vp.jsxs)("p",{className:"bcc-help-note top-note",children:[(0,Xp.__)("CSS changes are applied automatically as you type.","blocks-custom-css"),(0,Vp.jsx)("a",{href:"https://www.youtube.com/watch?v=rP7wBUrLxH8",target:"_blank",children:(0,Xp.__)(" Watch Video","blocks-custom-css")})]}),(0,Vp.jsx)(qp,{className:"bcc-codemirror",value:o||"/* selector {\n    color: #f00; \n} */",theme:bc,height:"200px",extensions:[new Va(fc,fc.data.of({autocomplete:dc}))],onChange:t=>{n({bccCustomCSS:t,bccDynamicClass:r}),Kp=!0}}),(0,Vp.jsx)("div",{className:"bcc-bottom-wrapper",children:(0,Vp.jsxs)("p",{className:"bcc-help-note",children:[(0,Xp.__)("Add ","blocks-custom-css"),(0,Vp.jsx)("code",{children:"selector"}),(0,Xp.__)(" at the beginning to generate a unique class and avoid any conflict.","blocks-custom-css")]})})]})})]})}),"withMyPluginControls");(0,t.addFilter)("editor.BlockEdit","bcc/bccAddCustomPanel",Yp);const Gp=(0,window.wp.compose.createHigherOrderComponent)((t=>e=>{const{attributes:i,clientId:n}=e,{bccCustomCSS:s}=i;if(!s)return(0,Vp.jsx)(t,{...e});const o=`bcc-${n.slice(0,8)}`;return(0,Vp.jsx)(t,{...e,className:o})}),"withBccUniqueClass");(0,t.addFilter)("editor.BlockListBlock","bcc/addCustomUniqueClass",Gp);const Zp=(t=" ")=>t.replace(/\s+/g," ").replace(/\.zb\-[\w\-\s\.\,\:\>\(\)\d\+\[\]\#\>]+\{[\s]+\}/g,""),{createHigherOrderComponent:Jp}=wp.compose,tm=Jp((t=>e=>{const{attributes:i,clientId:n}=e,{bccCustomCSS:s}=i;if(!s)return(0,Vp.jsx)(t,{...e});const o=`bcc-${n.slice(0,8)}`,r=`${s.replace(/selector/g,`.${o}`)}`;return(0,Vp.jsxs)(Vp.Fragment,{children:[(0,Vp.jsx)("style",{children:Zp(r)}),(0,Vp.jsx)(t,{...e},"edit")]})}),"withMyPluginControls");(0,t.addFilter)("editor.BlockEdit","bcc/bccAddCustomStyle",tm)})();
  • blocks-custom-css/trunk/readme.txt

    r3287042 r3353644  
    33Tags:              custom CSS, block custom CSS, CSS, custom block css, gutenberg block
    44Tested up to:      6.8
    5 Stable tag:        1.0.2
     5Stable tag:        1.0.3
    66License:           GPL-2.0-or-later
    77License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    1616[youtube http://www.youtube.com/watch?v=rP7wBUrLxH8]
    1717
     18## Key Features
     19- Custom CSS for individual block
     20- Unique Class selector to avoid any conflict
     21- Smart Codes Completion
     22- Colorfull Editor
     23
    1824== Installation ==
    1925
     
    2632
    2733== Changelog ==
    28 = 1.0.2 =
     34= 1.0.3 =
     35* Clean up codes
     36* Make easy to add or edit custom css code
     37
     38= 1.0.2 =
    2939* Compatibility Check
    3040
Note: See TracChangeset for help on using the changeset viewer.