@nocobase/plugin-field-code 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +99 -0
- package/client.d.ts +2 -0
- package/client.js +1 -0
- package/dist/client/16aa9f37d369f6e2.js +10 -0
- package/dist/client/19f99a0c5a40ead1.js +10 -0
- package/dist/client/2c65737397b4cb3b.js +10 -0
- package/dist/client/493578e28b69643e.js +10 -0
- package/dist/client/74267117e0d4b7ff.js +10 -0
- package/dist/client/82436e2d7ff0bc4b.js +10 -0
- package/dist/client/876bd327755c8631.js +10 -0
- package/dist/client/CodeEditor.d.ts +16 -0
- package/dist/client/ccd3cdd796458d5f.js +10 -0
- package/dist/client/cdf9d585d88e9a91.js +10 -0
- package/dist/client/d171f7d76492119d.js +10 -0
- package/dist/client/d2978b5b98ec2eb9.js +10 -0
- package/dist/client/f5d42ec1ec8c6c8a.js +10 -0
- package/dist/client/index.d.ts +14 -0
- package/dist/client/index.js +10 -0
- package/dist/client/interface.d.ts +61 -0
- package/dist/client/lang.d.ts +9 -0
- package/dist/client/languages/index.d.ts +36 -0
- package/dist/common/constants.d.ts +9 -0
- package/dist/common/constants.js +36 -0
- package/dist/externalVersion.js +17 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +48 -0
- package/dist/locale/de-DE.json +7 -0
- package/dist/locale/en-US.json +7 -0
- package/dist/locale/es-ES.json +7 -0
- package/dist/locale/fr-FR.json +7 -0
- package/dist/locale/hu-HU.json +7 -0
- package/dist/locale/id-ID.json +7 -0
- package/dist/locale/it-IT.json +7 -0
- package/dist/locale/ja-JP.json +7 -0
- package/dist/locale/ko-KR.json +7 -0
- package/dist/locale/nl-NL.json +7 -0
- package/dist/locale/pt-BR.json +7 -0
- package/dist/locale/ru-RU.json +7 -0
- package/dist/locale/tr-TR.json +7 -0
- package/dist/locale/uk-UA.json +7 -0
- package/dist/locale/vi-VN.json +7 -0
- package/dist/locale/zh-CN.json +7 -0
- package/dist/locale/zh-TW.json +7 -0
- package/dist/server/index.d.ts +9 -0
- package/dist/server/index.js +42 -0
- package/dist/server/plugin.d.ts +19 -0
- package/dist/server/plugin.js +54 -0
- package/package.json +40 -0
- package/server.d.ts +2 -0
- package/server.js +1 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
"use strict";(self.webpackChunk_nocobase_plugin_field_code=self.webpackChunk_nocobase_plugin_field_code||[]).push([["454"],{263:function(t,e,i){let s;i.d(e,{BO:function(){return tg},D0:function(){return td},F6:function(){return K},Gz:function(){return tP},IS:function(){return tB},Py:function(){return to},QQ:function(){return F},Wl:function(){return j},Xs:function(){return tb},YW:function(){return tl},as:function(){return k},bg:function(){return w},cp:function(){return m},f_:function(){return tx},gc:function(){return x},gm:function(){return v},jT:function(){return R},n0:function(){return S},nZ:function(){return y},q6:function(){return ts},r$:function(){return N},uU:function(){return tm},xv:function(){return l},yy:function(){return tp}});var n,r,o=i(340);class l{lineAt(t){if(t<0||t>this.length)throw 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 RangeError(`Invalid line number ${t} in ${this.lines}-line document`);return this.lineInner(t,!0,1,0)}replace(t,e,i){[t,e]=g(this,t,e);let s=[];return this.decompose(0,t,s,2),i.length&&i.decompose(0,i.length,s,3),this.decompose(e,this.length,s,1),a.from(s,this.length-(e-t)+i.length)}append(t){return this.replace(this.length,this.length,t)}slice(t,e=this.length){[t,e]=g(this,t,e);let i=[];return this.decompose(t,e,i,0),a.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),s=new u(this),n=new u(t);for(let t=e,r=e;;){if(s.next(t),n.next(t),t=0,s.lineBreak!=n.lineBreak||s.done!=n.done||s.value!=n.value)return!1;if(r+=s.value.length,s.done||r>=i)return!0}}iter(t=1){return new u(this,t)}iterRange(t,e=this.length){return new d(this,t,e)}iterLines(t,e){let i;if(null==t)i=this.iter();else{null==e&&(e=this.lines+1);let s=this.line(t).from;i=this.iterRange(s,Math.max(s,e==this.lines+1?this.length:e<=1?0:this.line(e-1).to))}return new f(i)}toString(){return this.sliceString(0)}toJSON(){let t=[];return this.flatten(t),t}constructor(){}static of(t){if(0==t.length)throw RangeError("A document must have at least one line");return 1!=t.length||t[0]?t.length<=32?new h(t):a.from(h.split(t,[])):l.empty}}class h extends l{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,s){for(let n=0;;n++){let r=this.text[n],o=s+r.length;if((e?i:o)>=t)return new p(s,o,i,r);s=o+1,i++}}decompose(t,e,i,s){var n;let r=t<=0&&e>=this.length?this:new h((n=this.text,c(n,[""],t,e)),Math.min(e,this.length)-Math.max(0,t));if(1&s){let t=i.pop(),e=c(r.text,t.text.slice(),0,r.length);if(e.length<=32)i.push(new h(e,t.length+r.length));else{let t=e.length>>1;i.push(new h(e.slice(0,t)),new h(e.slice(t)))}}else i.push(r)}replace(t,e,i){var s,n;if(!(i instanceof h))return super.replace(t,e,i);[t,e]=g(this,t,e);let r=c(this.text,c(i.text,(s=this.text,n=0,c(s,[""],0,t))),e),o=this.length+i.length-(e-t);return r.length<=32?new h(r,o):a.from(h.split(r,[]),o)}sliceString(t,e=this.length,i="\n"){[t,e]=g(this,t,e);let s="";for(let n=0,r=0;n<=e&&r<this.text.length;r++){let o=this.text[r],l=n+o.length;n>t&&r&&(s+=i),t<l&&e>n&&(s+=o.slice(Math.max(0,t-n),e-n)),n=l+1}return s}flatten(t){for(let e of this.text)t.push(e)}scanIdentical(){return 0}static split(t,e){let i=[],s=-1;for(let n of t)i.push(n),s+=n.length+1,32==i.length&&(e.push(new h(i,s)),i=[],s=-1);return s>-1&&e.push(new h(i,s)),e}}class a extends l{constructor(t,e){for(let i of(super(),this.children=t,this.length=e,this.lines=0,t))this.lines+=i.lines}lineInner(t,e,i,s){for(let n=0;;n++){let r=this.children[n],o=s+r.length,l=i+r.lines-1;if((e?l:o)>=t)return r.lineInner(t,e,i,s);s=o+1,i=l+1}}decompose(t,e,i,s){for(let n=0,r=0;r<=e&&n<this.children.length;n++){let o=this.children[n],l=r+o.length;if(t<=l&&e>=r){let n=s&(+(r<=t)|2*(l>=e));r>=t&&l<=e&&!n?i.push(o):o.decompose(t-r,e-r,i,n)}r=l+1}}replace(t,e,i){if([t,e]=g(this,t,e),i.lines<this.lines)for(let s=0,n=0;s<this.children.length;s++){let r=this.children[s],o=n+r.length;if(t>=n&&e<=o){let l=r.replace(t-n,e-n,i),h=this.lines-r.lines+l.lines;if(l.lines<h>>4&&l.lines>h>>6){let n=this.children.slice();return n[s]=l,new a(n,this.length-(e-t)+i.length)}return super.replace(n,o,l)}n=o+1}return super.replace(t,e,i)}sliceString(t,e=this.length,i="\n"){[t,e]=g(this,t,e);let s="";for(let n=0,r=0;n<this.children.length&&r<=e;n++){let o=this.children[n],l=r+o.length;r>t&&n&&(s+=i),t<l&&e>r&&(s+=o.sliceString(t-r,e-r,i)),r=l+1}return s}flatten(t){for(let e of this.children)e.flatten(t)}scanIdentical(t,e){if(!(t instanceof a))return 0;let i=0,[s,n,r,o]=e>0?[0,0,this.children.length,t.children.length]:[this.children.length-1,t.children.length-1,-1,-1];for(;;s+=e,n+=e){if(s==r||n==o)return i;let l=this.children[s],h=t.children[n];if(l!=h)return i+l.scanIdentical(h,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 h(i,e)}let s=Math.max(32,i>>5),n=s<<1,r=s>>1,o=[],l=0,c=-1,u=[];function d(){0!=l&&(o.push(1==u.length?u[0]:a.from(u,c)),c=-1,l=u.length=0)}for(let e of t)!function t(e){let i;if(e.lines>n&&e instanceof a)for(let i of e.children)t(i);else e.lines>r&&(l>r||!l)?(d(),o.push(e)):e instanceof h&&l&&(i=u[u.length-1])instanceof h&&e.lines+i.lines<=32?(l+=e.lines,c+=e.length+1,u[u.length-1]=new h(i.text.concat(e.text),i.length+1+e.length)):(l+e.lines>s&&d(),l+=e.lines,c+=e.length+1,u.push(e))}(e);return d(),1==o.length?o[0]:new a(o,e)}}function c(t,e,i=0,s=1e9){for(let n=0,r=0,o=!0;r<t.length&&n<=s;r++){let l=t[r],h=n+l.length;h>=i&&(h>s&&(l=l.slice(0,s-n)),n<i&&(l=l.slice(i-n)),o?(e[e.length-1]+=l,o=!1):e.push(l)),n=h+1}return e}l.empty=new h([""],0);class u{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 h?t.text.length:t.children.length)<<1]}nextInner(t,e){for(this.done=this.lineBreak=!1;;){let i=this.nodes.length-1,s=this.nodes[i],n=this.offsets[i],r=n>>1,o=s instanceof h?s.text.length:s.children.length;if(r==(e>0?o: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&n)==(e>0?0:1)){if(this.offsets[i]+=e,0==t)return this.lineBreak=!0,this.value="\n",this;t--}else if(s instanceof h){let n=s.text[r+(e<0?-1:0)];if(this.offsets[i]+=e,n.length>Math.max(0,t))return this.value=0==t?n:e>0?n.slice(t):n.slice(0,n.length-t),this;t-=n.length}else{let n=s.children[r+(e<0?-1:0)];t>n.length?(t-=n.length,this.offsets[i]+=e):(e<0&&this.offsets[i]--,this.nodes.push(n),this.offsets.push(e>0?1:(n instanceof h?n.text.length:n.children.length)<<1))}}}next(t=0){return t<0&&(this.nextInner(-t,-this.dir),t=this.value.length),this.nextInner(t,this.dir)}}class d{constructor(t,e,i){this.value="",this.done=!1,this.cursor=new u(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:s}=this.cursor.next(t);return this.pos+=(s.length+t)*e,this.value=s.length<=i?s:e<0?s.slice(s.length-i):s.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 f{constructor(t){this.inner=t,this.afterBreak=!0,this.value="",this.done=!1}next(t=0){let{done:e,lineBreak:i,value:s}=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=s,this.afterBreak=!1),this}get lineBreak(){return!1}}"undefined"!=typeof Symbol&&(l.prototype[Symbol.iterator]=function(){return this.iter()},u.prototype[Symbol.iterator]=d.prototype[Symbol.iterator]=f.prototype[Symbol.iterator]=function(){return this});class p{constructor(t,e,i,s){this.from=t,this.to=e,this.number=i,this.text=s}get length(){return this.to-this.from}}function g(t,e,i){return[e=Math.max(0,Math.min(t.length,e)),Math.max(e,Math.min(t.length,i))]}function m(t,e,i=!0,s=!0){return(0,o.c)(t,e,i,s)}function v(t,e){let i=t.charCodeAt(e);if(!(i>=55296&&i<56320)||e+1==t.length)return i;let s=t.charCodeAt(e+1);return s>=56320&&s<57344?(i-55296<<10)+(s-56320)+65536:i}function w(t){return t<=65535?String.fromCharCode(t):String.fromCharCode(((t-=65536)>>10)+55296,(1023&t)+56320)}function y(t){return t<65536?1:2}let b=/\r\n?|\n/;var x=((n=x||(x={}))[n.Simple=0]="Simple",n[n.TrackDel=1]="TrackDel",n[n.TrackBefore=2]="TrackBefore",n[n.TrackAfter=3]="TrackAfter",n);class S{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,s=0;e<this.sections.length;){let n=this.sections[e++],r=this.sections[e++];r<0?(t(i,s,n),s+=n):s+=r,i+=n}}iterChangedRanges(t,e=!1){A(this,t,e)}get invertedDesc(){let t=[];for(let e=0;e<this.sections.length;){let i=this.sections[e++],s=this.sections[e++];s<0?t.push(i,s):t.push(s,i)}return new S(t)}composeDesc(t){return this.empty?t:t.empty?this:T(this,t)}mapDesc(t,e=!1){return t.empty?this:O(this,t,e)}mapPos(t,e=-1,i=x.Simple){let s=0,n=0;for(let r=0;r<this.sections.length;){let o=this.sections[r++],l=this.sections[r++],h=s+o;if(l<0){if(h>t)return n+(t-s);n+=o}else{if(i!=x.Simple&&h>=t&&(i==x.TrackDel&&s<t&&h>t||i==x.TrackBefore&&s<t||i==x.TrackAfter&&h>t))return null;if(h>t||h==t&&e<0&&!o)return t==s||e<0?n:n+l;n+=l}s=h}if(t>s)throw RangeError(`Position ${t} is out of range for changeset of length ${s}`);return n}touchesRange(t,e=t){for(let i=0,s=0;i<this.sections.length&&s<=e;){let n=this.sections[i++],r=this.sections[i++],o=s+n;if(r>=0&&s<=e&&o>=t)return!(s<t)||!(o>e)||"cover";s=o}return!1}toString(){let t="";for(let e=0;e<this.sections.length;){let i=this.sections[e++],s=this.sections[e++];t+=(t?" ":"")+i+(s>=0?":"+s:"")}return t}toJSON(){return this.sections}static fromJSON(t){if(!Array.isArray(t)||t.length%2||t.some(t=>"number"!=typeof t))throw RangeError("Invalid JSON representation of ChangeDesc");return new S(t)}static create(t){return new S(t)}}class k extends S{constructor(t,e){super(t),this.inserted=e}apply(t){if(this.length!=t.length)throw RangeError("Applying change set to a document with the wrong length");return A(this,(e,i,s,n,r)=>t=t.replace(s,s+(i-e),r),!1),t}mapDesc(t,e=!1){return O(this,t,e,!0)}invert(t){let e=this.sections.slice(),i=[];for(let s=0,n=0;s<e.length;s+=2){let r=e[s],o=e[s+1];if(o>=0){e[s]=o,e[s+1]=r;let h=s>>1;for(;i.length<h;)i.push(l.empty);i.push(r?t.slice(n,n+r):l.empty)}n+=r}return new k(e,i)}compose(t){return this.empty?t:t.empty?this:T(this,t,!0)}map(t,e=!1){return t.empty?this:O(this,t,e,!0)}iterChanges(t,e=!1){A(this,t,e)}get desc(){return S.create(this.sections)}filter(t){let e=[],i=[],s=[],n=new D(this);t:for(let r=0,o=0;;){let l=r==t.length?1e9:t[r++];for(;o<l||o==l&&0==n.len;){if(n.done)break t;let t=Math.min(n.len,l-o);M(s,t,-1);let r=-1==n.ins?-1:0==n.off?n.ins:0;M(e,t,r),r>0&&C(i,e,n.text),n.forward(t),o+=t}let h=t[r++];for(;o<h;){if(n.done)break t;let t=Math.min(n.len,h-o);M(e,t,-1),M(s,t,-1==n.ins?-1:0==n.off?n.ins:0),n.forward(t),o+=t}}return{changes:new k(e,i),filtered:S.create(s)}}toJSON(){let t=[];for(let e=0;e<this.sections.length;e+=2){let i=this.sections[e],s=this.sections[e+1];s<0?t.push(i):0==s?t.push([i]):t.push([i].concat(this.inserted[e>>1].toJSON()))}return t}static of(t,e,i){let s=[],n=[],r=0,o=null;function h(t=!1){if(!t&&!s.length)return;r<e&&M(s,e-r,-1);let i=new k(s,n);o=o?o.compose(i.map(o)):i,s=[],n=[],r=0}return!function t(a){if(Array.isArray(a))for(let e of a)t(e);else if(a instanceof k){if(a.length!=e)throw RangeError(`Mismatched change set length (got ${a.length}, expected ${e})`);h(),o=o?o.compose(a.map(o)):a}else{let{from:t,to:o=t,insert:c}=a;if(t>o||t<0||o>e)throw RangeError(`Invalid change range ${t} to ${o} (in doc of length ${e})`);let u=c?"string"==typeof c?l.of(c.split(i||b)):c:l.empty,d=u.length;if(t==o&&0==d)return;t<r&&h(),t>r&&M(s,t-r,-1),M(s,o-t,d),C(n,s,u),r=o}}(t),h(!o),o}static empty(t){return new k(t?[t,-1]:[],[])}static fromJSON(t){if(!Array.isArray(t))throw RangeError("Invalid JSON representation of ChangeSet");let e=[],i=[];for(let s=0;s<t.length;s++){let n=t[s];if("number"==typeof n)e.push(n,-1);else if(!Array.isArray(n)||"number"!=typeof n[0]||n.some((t,e)=>e&&"string"!=typeof t))throw RangeError("Invalid JSON representation of ChangeSet");else if(1==n.length)e.push(n[0],0);else{for(;i.length<s;)i.push(l.empty);i[s]=l.of(n.slice(1)),e.push(n[0],i[s].length)}}return new k(e,i)}static createSet(t,e){return new k(t,e)}}function M(t,e,i,s=!1){if(0==e&&i<=0)return;let n=t.length-2;n>=0&&i<=0&&i==t[n+1]?t[n]+=e:n>=0&&0==e&&0==t[n]?t[n+1]+=i:s?(t[n]+=e,t[n+1]+=i):t.push(e,i)}function C(t,e,i){if(0==i.length)return;let s=e.length-2>>1;if(s<t.length)t[t.length-1]=t[t.length-1].append(i);else{for(;t.length<s;)t.push(l.empty);t.push(i)}}function A(t,e,i){let s=t.inserted;for(let n=0,r=0,o=0;o<t.sections.length;){let h=t.sections[o++],a=t.sections[o++];if(a<0)n+=h,r+=h;else{let c=n,u=r,d=l.empty;for(;c+=h,u+=a,a&&s&&(d=d.append(s[o-2>>1])),!i&&o!=t.sections.length&&!(t.sections[o+1]<0);)h=t.sections[o++],a=t.sections[o++];e(n,c,r,u,d),n=c,r=u}}}function O(t,e,i,s=!1){let n=[],r=s?[]:null,o=new D(t),l=new D(e);for(let t=-1;;)if(o.done&&l.len||l.done&&o.len)throw Error("Mismatched change set lengths");else if(-1==o.ins&&-1==l.ins){let t=Math.min(o.len,l.len);M(n,t,-1),o.forward(t),l.forward(t)}else if(l.ins>=0&&(o.ins<0||t==o.i||0==o.off&&(l.len<o.len||l.len==o.len&&!i))){let e=l.len;for(M(n,l.ins,-1);e;){let i=Math.min(o.len,e);o.ins>=0&&t<o.i&&o.len<=i&&(M(n,0,o.ins),r&&C(r,n,o.text),t=o.i),o.forward(i),e-=i}l.next()}else if(o.ins>=0){let e=0,i=o.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)i-=l.len,l.next();else break;M(n,e,t<o.i?o.ins:0),r&&t<o.i&&C(r,n,o.text),t=o.i,o.forward(o.len-i)}else if(o.done&&l.done)return r?k.createSet(n,r):S.create(n);else throw Error("Mismatched change set lengths")}function T(t,e,i=!1){let s=[],n=i?[]:null,r=new D(t),o=new D(e);for(let t=!1;;)if(r.done&&o.done)return n?k.createSet(s,n):S.create(s);else if(0==r.ins)M(s,r.len,0,t),r.next();else if(0!=o.len||o.done)if(r.done||o.done)throw Error("Mismatched change set lengths");else{let e=Math.min(r.len2,o.len),i=s.length;if(-1==r.ins){let i=-1==o.ins?-1:o.off?0:o.ins;M(s,e,i,t),n&&i&&C(n,s,o.text)}else -1==o.ins?(M(s,r.off?0:r.len,e,t),n&&C(n,s,r.textBit(e))):(M(s,r.off?0:r.len,o.off?0:o.ins,t),n&&!o.off&&C(n,s,o.text));t=(r.ins>e||o.ins>=0&&o.len>e)&&(t||s.length>i),r.forward2(e),o.forward(e)}else M(s,0,o.ins,t),n&&C(n,s,o.text),o.next()}class D{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?l.empty:t[e]}textBit(t){let{inserted:e}=this.set,i=this.i-2>>1;return i>=e.length&&!t?l.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 E{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 0xffffff==t?void 0:t}map(t,e=-1){let i,s;return this.empty?i=s=t.mapPos(this.from,e):(i=t.mapPos(this.from,1),s=t.mapPos(this.to,-1)),i==this.from&&s==this.to?this:new E(i,s,this.flags)}extend(t,e=t){if(t<=this.anchor&&e>=this.anchor)return R.range(t,e);let i=Math.abs(t-this.anchor)>Math.abs(e-this.anchor)?t:e;return R.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 RangeError("Invalid JSON representation for SelectionRange");return R.range(t.anchor,t.head)}static create(t,e,i){return new E(t,e,i)}}class R{constructor(t,e){this.ranges=t,this.mainIndex=e}map(t,e=-1){return t.empty?this:R.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 R([this.main],0)}addRange(t,e=!0){return R.create([t].concat(this.ranges),e?0:this.mainIndex+1)}replaceRange(t,e=this.mainIndex){let i=this.ranges.slice();return i[e]=t,R.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 RangeError("Invalid JSON representation for EditorSelection");return new R(t.ranges.map(t=>E.fromJSON(t)),t.main)}static single(t,e=t){return new R([R.range(t,e)],0)}static create(t,e=0){if(0==t.length)throw RangeError("A selection needs at least one range");for(let i=0,s=0;s<t.length;s++){let n=t[s];if(n.empty?n.from<=i:n.from<i)return R.normalized(t.slice(),e);i=n.to}return new R(t,e)}static cursor(t,e=0,i,s){return E.create(t,t,(0==e?0:e<0?8:16)|(null==i?7:Math.min(6,i))|(null!=s?s:0xffffff)<<6)}static range(t,e,i,s){let n=(null!=i?i:0xffffff)<<6|(null==s?7:Math.min(6,s));return e<t?E.create(e,t,48|n):E.create(t,e,8*(e>t)|n)}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 s=t[i],n=t[i-1];if(s.empty?s.from<=n.to:s.from<n.to){let r=n.from,o=Math.max(s.to,n.to);i<=e&&e--,t.splice(--i,2,s.anchor>s.head?R.range(o,r):R.range(r,o))}}return new R(t,e)}}function B(t,e){for(let i of t.ranges)if(i.to>e)throw RangeError("Selection points outside of document")}let P=0;class N{constructor(t,e,i,s,n){this.combine=t,this.compareInput=e,this.compare=i,this.isStatic=s,this.id=P++,this.default=t([]),this.extensions="function"==typeof n?n(this):n}get reader(){return this}static define(t={}){return new N(t.combine||(t=>t),t.compareInput||((t,e)=>t===e),t.compare||(!t.combine?L:(t,e)=>t===e),!!t.static,t.enables)}of(t){return new I([],this,0,t)}compute(t,e){if(this.isStatic)throw Error("Can't compute a static facet");return new I(t,this,1,e)}computeN(t,e){if(this.isStatic)throw Error("Can't compute a static facet");return new I(t,this,2,e)}from(t,e){return e||(e=t=>t),this.compute([t],i=>e(i.field(t)))}}function L(t,e){return t==e||t.length==e.length&&t.every((t,i)=>t===e[i])}class I{constructor(t,e,i,s){this.dependencies=t,this.facet=e,this.type=i,this.value=s,this.id=P++}dynamicSlot(t){var e;let i=this.value,s=this.facet.compareInput,n=this.id,r=t[n]>>1,o=2==this.type,l=!1,h=!1,a=[];for(let i of this.dependencies)"doc"==i?l=!0:"selection"==i?h=!0:((null!=(e=t[i.id])?e:1)&1)==0&&a.push(t[i.id]);return{create:t=>(t.values[r]=i(t),1),update(t,e){if(l&&e.docChanged||h&&(e.docChanged||e.selection)||H(t,a)){let e=i(t);if(o?!V(e,t.values[r],s):!s(e,t.values[r]))return t.values[r]=e,1}return 0},reconfigure:(t,e)=>{let l,h=e.config.address[n];if(null!=h){let n=Y(e,h);if(this.dependencies.every(i=>i instanceof N?e.facet(i)===t.facet(i):!(i instanceof F)||e.field(i,!1)==t.field(i,!1))||(o?V(l=i(t),n,s):s(l=i(t),n)))return t.values[r]=n,0}else l=i(t);return t.values[r]=l,1}}}}function V(t,e,i){if(t.length!=e.length)return!1;for(let s=0;s<t.length;s++)if(!i(t[s],e[s]))return!1;return!0}function H(t,e){let i=!1;for(let s of e)1&G(t,s)&&(i=!0);return i}let W=N.define({static:!0});class F{constructor(t,e,i,s,n){this.id=t,this.createF=e,this.updateF=i,this.compareF=s,this.spec=n,this.provides=void 0}static define(t){let e=new F(P++,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(W).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 s=t.values[e],n=this.updateF(s,i);return this.compareF(s,n)?0:(t.values[e]=n,1)},reconfigure:(t,i)=>{let s=t.facet(W),n=i.facet(W),r;return(r=s.find(t=>t.field==this))&&r!=n.find(t=>t.field==this)?(t.values[e]=r.create(t),1):null!=i.config.address[this.id]?(t.values[e]=i.field(this),0):(t.values[e]=this.create(t),1)}}}init(t){return[this,W.of({field:this,create:t})]}get extension(){return this}}let z={lowest:4,low:3,default:2,high:1,highest:0};function _(t){return e=>new q(e,t)}let j={highest:_(z.highest),high:_(z.high),default:_(z.default),low:_(z.low),lowest:_(z.lowest)};class q{constructor(t,e){this.inner=t,this.prec=e}}class K{of(t){return new $(this,t)}reconfigure(t){return K.reconfigure.of({compartment:this,extension:t})}get(t){return t.config.compartments.get(this)}}class ${constructor(t,e){this.compartment=t,this.inner=e}}class X{constructor(t,e,i,s,n,r){for(this.base=t,this.compartments=e,this.dynamicSlots=i,this.address=s,this.staticValues=n,this.facets=r,this.statusTemplate=[];this.statusTemplate.length<i.length;)this.statusTemplate.push(0)}staticFacet(t){let e=this.address[t.id];return null==e?t.default:this.staticValues[e>>1]}static resolve(t,e,i){var s,n,r;let o,l,h=[],a=Object.create(null),c=new Map;for(let i of(s=t,n=e,r=c,o=[[],[],[],[],[]],l=new Map,!function t(e,i){let s=l.get(e);if(null!=s){if(s<=i)return;let t=o[s].indexOf(e);t>-1&&o[s].splice(t,1),e instanceof $&&r.delete(e.compartment)}if(l.set(e,i),Array.isArray(e))for(let s of e)t(s,i);else if(e instanceof $){if(r.has(e.compartment))throw RangeError("Duplicate use of compartment in extensions");let s=n.get(e.compartment)||e.inner;r.set(e.compartment,s),t(s,i)}else if(e instanceof q)t(e.inner,e.prec);else if(e instanceof F)o[i].push(e),e.provides&&t(e.provides,i);else if(e instanceof I)o[i].push(e),e.facet.extensions&&t(e.facet.extensions,z.default);else{let s=e.extension;if(!s)throw Error(`Unrecognized extension value in extension set (${e}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);t(s,i)}}(s,z.default),o.reduce((t,e)=>t.concat(e))))i instanceof F?h.push(i):(a[i.facet.id]||(a[i.facet.id]=[])).push(i);let u=Object.create(null),d=[],f=[];for(let t of h)u[t.id]=f.length<<1,f.push(e=>t.slot(e));let p=null==i?void 0:i.config.facets;for(let t in a){let e=a[t],s=e[0].facet,n=p&&p[t]||[];if(e.every(t=>0==t.type))if(u[s.id]=d.length<<1|1,L(n,e))d.push(i.facet(s));else{let t=s.combine(e.map(t=>t.value));d.push(i&&s.compare(t,i.facet(s))?i.facet(s):t)}else{for(let t of e)0==t.type?(u[t.id]=d.length<<1|1,d.push(t.value)):(u[t.id]=f.length<<1,f.push(e=>t.dynamicSlot(e)));u[s.id]=f.length<<1,f.push(t=>(function(t,e,i){let s=i.map(e=>t[e.id]),n=i.map(t=>t.type),r=s.filter(t=>!(1&t)),o=t[e.id]>>1;function l(t){let i=[];for(let e=0;e<s.length;e++){let r=Y(t,s[e]);if(2==n[e])for(let t of r)i.push(t);else i.push(r)}return e.combine(i)}return{create(t){for(let e of s)G(t,e);return t.values[o]=l(t),1},update(t,i){if(!H(t,r))return 0;let s=l(t);return e.compare(s,t.values[o])?0:(t.values[o]=s,1)},reconfigure(t,n){let r=H(t,s),h=n.config.facets[e.id],a=n.facet(e);if(h&&!r&&L(i,h))return t.values[o]=a,0;let c=l(t);return e.compare(c,a)?(t.values[o]=a,0):(t.values[o]=c,1)}}})(t,s,e))}}return new X(t,c,f.map(t=>t(u)),u,d,a)}}function G(t,e){if(1&e)return 2;let i=e>>1,s=t.status[i];if(4==s)throw Error("Cyclic dependency between fields and/or facets");if(2&s)return s;t.status[i]=4;let n=t.computeSlot(t,t.config.dynamicSlots[i]);return t.status[i]=2|n}function Y(t,e){return 1&e?t.config.staticValues[e>>1]:t.values[e>>1]}let U=N.define(),J=N.define({combine:t=>t.some(t=>t),static:!0}),Q=N.define({combine:t=>t.length?t[0]:void 0,static:!0}),Z=N.define(),tt=N.define(),te=N.define(),ti=N.define({combine:t=>!!t.length&&t[0]});class ts{constructor(t,e){this.type=t,this.value=e}static define(){return new tn}}class tn{of(t){return new ts(this,t)}}class tr{constructor(t){this.map=t}of(t){return new to(this,t)}}class to{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 to(this.type,e)}is(t){return this.type==t}static define(t={}){return new tr(t.map||(t=>t))}static mapEffects(t,e){if(!t.length)return t;let i=[];for(let s of t){let t=s.map(e);t&&i.push(t)}return i}}to.reconfigure=to.define(),to.appendConfig=to.define();class tl{constructor(t,e,i,s,n,r){this.startState=t,this.changes=e,this.selection=i,this.effects=s,this.annotations=n,this.scrollIntoView=r,this._doc=null,this._state=null,i&&B(i,e.newLength),n.some(t=>t.type==tl.time)||(this.annotations=n.concat(tl.time.of(Date.now())))}static create(t,e,i,s,n,r){return new tl(t,e,i,s,n,r)}get newDoc(){return this._doc||(this._doc=this.changes.apply(this.startState.doc))}get newSelection(){return this.selection||this.startState.selection.map(this.changes)}get state(){return this._state||this.startState.applyTransaction(this),this._state}annotation(t){for(let e of this.annotations)if(e.type==t)return e.value}get docChanged(){return!this.changes.empty}get reconfigured(){return this.startState.config!=this.state.config}isUserEvent(t){let e=this.annotation(tl.userEvent);return!!(e&&(e==t||e.length>t.length&&e.slice(0,t.length)==t&&"."==e[t.length]))}}function th(t,e,i){var s;let n,r,o;return i?(n=e.changes,r=k.empty(e.changes.length),o=t.changes.compose(e.changes)):(n=e.changes.map(t.changes),r=t.changes.mapDesc(e.changes,!0),o=t.changes.compose(n)),{changes:o,selection:e.selection?e.selection.map(r):null==(s=t.selection)?void 0:s.map(n),effects:to.mapEffects(t.effects,n).concat(to.mapEffects(e.effects,r)),annotations:t.annotations.length?t.annotations.concat(e.annotations):e.annotations,scrollIntoView:t.scrollIntoView||e.scrollIntoView}}function ta(t,e,i){let s=e.selection,n=tu(e.annotations);return e.userEvent&&(n=n.concat(tl.userEvent.of(e.userEvent))),{changes:e.changes instanceof k?e.changes:k.of(e.changes||[],i,t.facet(Q)),selection:s&&(s instanceof R?s:R.single(s.anchor,s.head)),effects:tu(e.effects),annotations:n,scrollIntoView:!!e.scrollIntoView}}tl.time=ts.define(),tl.userEvent=ts.define(),tl.addToHistory=ts.define(),tl.remote=ts.define();let tc=[];function tu(t){return null==t?tc:Array.isArray(t)?t:[t]}var td=((r=td||(td={}))[r.Word=0]="Word",r[r.Space=1]="Space",r[r.Other=2]="Other",r);let tf=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;try{s=RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(t){}class tp{constructor(t,e,i,s,n,r){this.config=t,this.doc=e,this.selection=i,this.values=s,this.status=t.statusTemplate.slice(),this.computeSlot=n,r&&(r._state=this);for(let t=0;t<this.config.dynamicSlots.length;t++)G(this,t<<1);this.computeSlot=null}field(t,e=!0){let i=this.config.address[t.id];if(null==i){if(e)throw RangeError("Field is not present in this state");return}return G(this,i),Y(this,i)}update(...t){return function t(e,i,s){let n=ta(e,i.length?i[0]:{},e.doc.length);i.length&&!1===i[0].filter&&(s=!1);for(let t=1;t<i.length;t++){!1===i[t].filter&&(s=!1);let r=!!i[t].sequential;n=th(n,ta(e,i[t],r?n.changes.newLength:e.doc.length),r)}let r=tl.create(e,n.changes,n.selection,n.effects,n.annotations,n.scrollIntoView);return function(t){let e=t.startState,i=e.facet(te),s=t;for(let n=i.length-1;n>=0;n--){let r=i[n](t);r&&Object.keys(r).length&&(s=th(s,ta(e,r,t.changes.newLength),!0))}return s==t?t:tl.create(e,t.changes,t.selection,s.effects,s.annotations,s.scrollIntoView)}(s?function(e){let i=e.startState,s=!0;for(let t of i.facet(Z)){let i=t(e);if(!1===i){s=!1;break}Array.isArray(i)&&(s=!0===s?i:function(t,e){let i=[];for(let s=0,n=0;;){let r,o;if(s<t.length&&(n==e.length||e[n]>=t[s]))r=t[s++],o=t[s++];else{if(!(n<e.length))return i;r=e[n++],o=e[n++]}!i.length||i[i.length-1]<r?i.push(r,o):i[i.length-1]<o&&(i[i.length-1]=o)}}(s,i))}if(!0!==s){let t,n;if(!1===s)n=e.changes.invertedDesc,t=k.empty(i.doc.length);else{let i=e.changes.filter(s);t=i.changes,n=i.filtered.mapDesc(i.changes).invertedDesc}e=tl.create(i,t,e.selection&&e.selection.map(n),to.mapEffects(e.effects,n),e.annotations,e.scrollIntoView)}let n=i.facet(tt);for(let s=n.length-1;s>=0;s--){let r=n[s](e);e=r instanceof tl?r:Array.isArray(r)&&1==r.length&&r[0]instanceof tl?r[0]:t(i,tu(r),!1)}return e}(r):r)}(this,t,!0)}applyTransaction(t){let e,i=this.config,{base:s,compartments:n}=i;for(let e of t.effects)e.is(K.reconfigure)?(i&&(n=new Map,i.compartments.forEach((t,e)=>n.set(e,t)),i=null),n.set(e.value.compartment,e.value.extension)):e.is(to.reconfigure)?(i=null,s=e.value):e.is(to.appendConfig)&&(i=null,s=tu(s).concat(e.value));e=i?t.startState.values.slice():new tp(i=X.resolve(s,n,this),this.doc,this.selection,i.dynamicSlots.map(()=>null),(t,e)=>e.reconfigure(t,this),null).values;let r=t.startState.facet(J)?t.newSelection:t.newSelection.asSingle();new tp(i,t.newDoc,r,e,(e,i)=>i.update(e,t),t)}replaceSelection(t){return"string"==typeof t&&(t=this.toText(t)),this.changeByRange(e=>({changes:{from:e.from,to:e.to,insert:t},range:R.cursor(e.from+t.length)}))}changeByRange(t){let e=this.selection,i=t(e.ranges[0]),s=this.changes(i.changes),n=[i.range],r=tu(i.effects);for(let i=1;i<e.ranges.length;i++){let o=t(e.ranges[i]),l=this.changes(o.changes),h=l.map(s);for(let t=0;t<i;t++)n[t]=n[t].map(h);let a=s.mapDesc(l,!0);n.push(o.range.map(a)),s=s.compose(h),r=to.mapEffects(r,h).concat(to.mapEffects(tu(o.effects),a))}return{changes:s,selection:R.create(n,e.mainIndex),effects:r}}changes(t=[]){return t instanceof k?t:k.of(t,this.doc.length,this.facet(tp.lineSeparator))}toText(t){return l.of(t.split(this.facet(tp.lineSeparator)||b))}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:(G(this,e),Y(this,e))}toJSON(t){let e={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(t)for(let i in t){let s=t[i];s instanceof F&&null!=this.config.address[s.id]&&(e[i]=s.spec.toJSON(this.field(t[i]),this))}return e}static fromJSON(t,e={},i){if(!t||"string"!=typeof t.doc)throw RangeError("Invalid JSON representation for EditorState");let s=[];if(i){for(let e in i)if(Object.prototype.hasOwnProperty.call(t,e)){let n=i[e],r=t[e];s.push(n.init(t=>n.spec.fromJSON(r,t)))}}return tp.create({doc:t.doc,selection:R.fromJSON(t.selection),extensions:e.extensions?s.concat([e.extensions]):s})}static create(t={}){let e=X.resolve(t.extensions||[],new Map),i=t.doc instanceof l?t.doc:l.of((t.doc||"").split(e.staticFacet(tp.lineSeparator)||b)),s=t.selection?t.selection instanceof R?t.selection:R.single(t.selection.anchor,t.selection.head):R.single(0);return B(s,i.length),e.staticFacet(J)||(s=s.asSingle()),new tp(e,i,s,e.dynamicSlots.map(()=>null),(t,e)=>e.create(t),null)}get tabSize(){return this.facet(tp.tabSize)}get lineBreak(){return this.facet(tp.lineSeparator)||"\n"}get readOnly(){return this.facet(ti)}phrase(t,...e){for(let e of this.facet(tp.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 s=+(i||1);return!s||s>e.length?t:e[s-1]})),t}languageDataAt(t,e,i=-1){let s=[];for(let n of this.facet(U))for(let r of n(this,e,i))Object.prototype.hasOwnProperty.call(r,t)&&s.push(r[t]);return s}charCategorizer(t){var e;return e=this.languageDataAt("wordChars",t).join(""),t=>{if(!/\S/.test(t))return td.Space;if(function(t){if(s)return s.test(t);for(let e=0;e<t.length;e++){let i=t[e];if(/\w/.test(i)||i>"\x80"&&(i.toUpperCase()!=i.toLowerCase()||tf.test(i)))return!0}return!1}(t))return td.Word;for(let i=0;i<e.length;i++)if(t.indexOf(e[i])>-1)return td.Word;return td.Other}}wordAt(t){let{text:e,from:i,length:s}=this.doc.lineAt(t),n=this.charCategorizer(t),r=t-i,o=t-i;for(;r>0;){let t=m(e,r,!1);if(n(e.slice(t,r))!=td.Word)break;r=t}for(;o<s;){let t=m(e,o);if(n(e.slice(o,t))!=td.Word)break;o=t}return r==o?null:R.range(r+i,o+i)}}function tg(t,e,i={}){let s={};for(let e of t)for(let t of Object.keys(e)){let n=e[t],r=s[t];if(void 0===r)s[t]=n;else if(r===n||void 0===n);else if(Object.hasOwnProperty.call(i,t))s[t]=i[t](r,n);else throw Error("Config merge conflict for field "+t)}for(let t in e)void 0===s[t]&&(s[t]=e[t]);return s}tp.allowMultipleSelections=J,tp.tabSize=N.define({combine:t=>t.length?t[0]:4}),tp.lineSeparator=Q,tp.readOnly=ti,tp.phrases=N.define({compare(t,e){let i=Object.keys(t),s=Object.keys(e);return i.length==s.length&&i.every(i=>t[i]==e[i])}}),tp.languageData=U,tp.changeFilter=Z,tp.transactionFilter=tt,tp.transactionExtender=te,K.reconfigure=to.define();class tm{eq(t){return this==t}range(t,e=t){return tv.create(t,e,this)}}tm.prototype.startSide=tm.prototype.endSide=0,tm.prototype.point=!1,tm.prototype.mapMode=x.TrackDel;class tv{constructor(t,e,i){this.from=t,this.to=e,this.value=i}static create(t,e,i){return new tv(t,e,i)}}function tw(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class ty{constructor(t,e,i,s){this.from=t,this.to=e,this.value=i,this.maxPoint=s}get length(){return this.to[this.to.length-1]}findIndex(t,e,i,s=0){let n=i?this.to:this.from;for(let r=s,o=n.length;;){if(r==o)return r;let s=r+o>>1,l=n[s]-t||(i?this.value[s].endSide:this.value[s].startSide)-e;if(s==r)return l>=0?r:o;l>=0?o=s:r=s+1}}between(t,e,i,s){for(let n=this.findIndex(e,-1e9,!0),r=this.findIndex(i,1e9,!1,n);n<r;n++)if(!1===s(this.from[n]+t,this.to[n]+t,this.value[n]))return!1}map(t,e){let i=[],s=[],n=[],r=-1,o=-1;for(let l=0;l<this.value.length;l++){let h=this.value[l],a=this.from[l]+t,c=this.to[l]+t,u,d;if(a==c){let t=e.mapPos(a,h.startSide,h.mapMode);if(null==t||(u=d=t,h.startSide!=h.endSide&&(d=e.mapPos(a,h.endSide))<u))continue}else if((u=e.mapPos(a,h.startSide))>(d=e.mapPos(c,h.endSide))||u==d&&h.startSide>0&&h.endSide<=0)continue;0>(d-u||h.endSide-h.startSide)||(r<0&&(r=u),h.point&&(o=Math.max(o,d-u)),i.push(h),s.push(u-r),n.push(d-r))}return{mapped:i.length?new ty(s,n,i,o):null,pos:r}}}class tb{constructor(t,e,i,s){this.chunkPos=t,this.chunk=e,this.nextLayer=i,this.maxPoint=s}static create(t,e,i,s){return new tb(t,e,i,s)}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:s=0,filterTo:n=this.length}=t,r=t.filter;if(0==e.length&&!r)return this;if(i&&(e=e.slice().sort(tw)),this.isEmpty)return e.length?tb.of(e):this;let o=new tk(this,null,-1).goto(0),l=0,h=[],a=new tx;for(;o.value||l<e.length;)if(l<e.length&&(o.from-e[l].from||o.startSide-e[l].value.startSide)>=0){let t=e[l++];a.addInner(t.from,t.to,t.value)||h.push(t)}else 1==o.rangeIndex&&o.chunkIndex<this.chunk.length&&(l==e.length||this.chunkEnd(o.chunkIndex)<e[l].from)&&(!r||s>this.chunkEnd(o.chunkIndex)||n<this.chunkPos[o.chunkIndex])&&a.addChunk(this.chunkPos[o.chunkIndex],this.chunk[o.chunkIndex])?o.nextChunk():((!r||s>o.to||n<o.from||r(o.from,o.to,o.value))&&!a.addInner(o.from,o.to,o.value)&&h.push(tv.create(o.from,o.to,o.value)),o.next());return a.finishInner(this.nextLayer.isEmpty&&!h.length?tb.empty:this.nextLayer.update({add:h,filter:r,filterFrom:s,filterTo:n}))}map(t){if(t.empty||this.isEmpty)return this;let e=[],i=[],s=-1;for(let n=0;n<this.chunk.length;n++){let r=this.chunkPos[n],o=this.chunk[n],l=t.touchesRange(r,r+o.length);if(!1===l)s=Math.max(s,o.maxPoint),e.push(o),i.push(t.mapPos(r));else if(!0===l){let{mapped:n,pos:l}=o.map(r,t);n&&(s=Math.max(s,n.maxPoint),e.push(n),i.push(l))}}let n=this.nextLayer.map(t);return 0==e.length?n:new tb(i,e,n||tb.empty,s)}between(t,e,i){if(!this.isEmpty){for(let s=0;s<this.chunk.length;s++){let n=this.chunkPos[s],r=this.chunk[s];if(e>=n&&t<=n+r.length&&!1===r.between(n,t-n,e-n,i))return}this.nextLayer.between(t,e,i)}}iter(t=0){return tM.from([this]).goto(t)}get isEmpty(){return this.nextLayer==this}static iter(t,e=0){return tM.from(t).goto(e)}static compare(t,e,i,s,n=-1){let r=t.filter(t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=n),o=e.filter(t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=n),l=tS(r,o,i),h=new tA(r,l,n),a=new tA(o,l,n);i.iterGaps((t,e,i)=>tO(h,t,a,e,i,s)),i.empty&&0==i.length&&tO(h,0,a,0,0,s)}static eq(t,e,i=0,s){null==s&&(s=0x3b9ac9ff);let n=t.filter(t=>!t.isEmpty&&0>e.indexOf(t)),r=e.filter(e=>!e.isEmpty&&0>t.indexOf(e));if(n.length!=r.length)return!1;if(!n.length)return!0;let o=tS(n,r),l=new tA(n,o,0).goto(i),h=new tA(r,o,0).goto(i);for(;;){if(l.to!=h.to||!tT(l.active,h.active)||l.point&&(!h.point||!l.point.eq(h.point)))return!1;if(l.to>s)return!0;l.next(),h.next()}}static spans(t,e,i,s,n=-1){let r=new tA(t,null,n).goto(e),o=e,l=r.openStart;for(;;){let t=Math.min(r.to,i);if(r.point){let i=r.activeForPoint(r.to),n=r.pointFrom<e?i.length+1:r.point.startSide<0?i.length:Math.min(i.length,l);s.point(o,t,r.point,i,n,r.pointRank),l=Math.min(r.openEnd(t),i.length)}else t>o&&(s.span(o,t,r.active,l),l=r.openEnd(t));if(r.to>i)return l+(r.point&&r.to>i?1:0);o=r.to,r.next()}}static of(t,e=!1){let i=new tx;for(let s of t instanceof tv?[t]:e?function(t){if(t.length>1)for(let e=t[0],i=1;i<t.length;i++){let s=t[i];if(tw(e,s)>0)return t.slice().sort(tw);e=s}return t}(t):t)i.add(s.from,s.to,s.value);return i.finish()}static join(t){if(!t.length)return tb.empty;let e=t[t.length-1];for(let i=t.length-2;i>=0;i--)for(let s=t[i];s!=tb.empty;s=s.nextLayer)e=new tb(s.chunkPos,s.chunk,e,Math.max(s.maxPoint,e.maxPoint));return e}}tb.empty=new tb([],[],null,-1),tb.empty.nextLayer=tb.empty;class tx{finishChunk(t){this.chunks.push(new ty(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 tx)).add(t,e,i)}addInner(t,e,i){let s=t-this.lastTo||i.startSide-this.last.endSide;if(s<=0&&0>(t-this.lastFrom||i.startSide-this.last.startSide))throw Error("Ranges must be added sorted by `from` position and `startSide`");return!(s<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(0>(t-this.lastTo||e.value[0].startSide-this.last.endSide))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(tb.empty)}finishInner(t){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return t;let e=tb.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(t):t,this.setMaxPoint);return this.from=null,e}}function tS(t,e,i){let s=new Map;for(let e of t)for(let t=0;t<e.chunk.length;t++)e.chunk[t].maxPoint<=0&&s.set(e.chunk[t],e.chunkPos[t]);let n=new Set;for(let t of e)for(let e=0;e<t.chunk.length;e++){let r=s.get(t.chunk[e]);null==r||(i?i.mapPos(r):r)!=t.chunkPos[e]||(null==i?void 0:i.touchesRange(r,r+t.chunk[e].length))||n.add(t.chunk[e])}return n}class tk{constructor(t,e,i,s=0){this.layer=t,this.skip=e,this.minPoint=i,this.rank=s}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 s=this.layer.chunk[this.chunkIndex].findIndex(t-this.layer.chunkPos[this.chunkIndex],e,!0);(!i||this.rangeIndex<s)&&this.setRangeIndex(s)}this.next()}forward(t,e){0>(this.to-t||this.endSide-e)&&this.gotoInner(t,e,!0)}next(){for(;;)if(this.chunkIndex==this.layer.chunk.length){this.from=this.to=1e9,this.value=null;break}else{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 tM{constructor(t){this.heap=t}static from(t,e=null,i=-1){let s=[];for(let n=0;n<t.length;n++)for(let r=t[n];!r.isEmpty;r=r.nextLayer)r.maxPoint>=i&&s.push(new tk(r,e,i,n));return 1==s.length?s[0]:new tM(s)}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--)tC(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--)tC(this.heap,t);0>(this.to-t||this.value.endSide-e)&&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(),tC(this.heap,0)}}}function tC(t,e){for(let i=t[e];;){let s=(e<<1)+1;if(s>=t.length)break;let n=t[s];if(s+1<t.length&&n.compare(t[s+1])>=0&&(n=t[s+1],s++),0>i.compare(n))break;t[s]=i,t[e]=n,e=s}}class tA{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=tM.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&&0>(this.activeTo[this.minActive]-t||this.active[this.minActive].endSide-e);)this.removeActive(this.minActive);this.cursor.forward(t,e)}removeActive(t){tD(this.active,t),tD(this.activeTo,t),tD(this.activeRank,t),this.minActive=tR(this.active,this.activeTo)}addActive(t){let e=0,{value:i,to:s,rank:n}=this.cursor;for(;e<this.activeRank.length&&(n-this.activeRank[e]||s-this.activeTo[e])>0;)e++;tE(this.active,e,i),tE(this.activeTo,e,s),tE(this.activeRank,e,n),t&&tE(t,e,this.cursor.from),this.minActive=tR(this.active,this.activeTo)}next(){let t=this.to,e=this.point;this.point=null;let i=this.openStart<0?[]:null;for(;;){let s=this.minActive;if(s>-1&&0>(this.activeTo[s]-this.cursor.from||this.active[s].endSide-this.cursor.startSide)){if(this.activeTo[s]>t){this.to=this.activeTo[s],this.endSide=this.active[s].endSide;break}this.removeActive(s),i&&tD(i,s)}else if(this.cursor.value)if(this.cursor.from>t){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}else{let t=this.cursor.value;if(t.point)if(e&&this.cursor.to==this.to&&this.cursor.from<this.cursor.to)this.cursor.next();else{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}else this.addActive(i),this.cursor.next()}else{this.to=this.endSide=1e9;break}}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 tO(t,e,i,s,n,r){t.goto(e),i.goto(s);let o=s+n,l=s,h=s-e;for(;;){let e=t.to+h-i.to,s=e||t.endSide-i.endSide,n=s<0?t.to+h:i.to,a=Math.min(n,o);if(t.point||i.point?t.point&&i.point&&(t.point==i.point||t.point.eq(i.point))&&tT(t.activeForPoint(t.to),i.activeForPoint(i.to))||r.comparePoint(l,a,t.point,i.point):a>l&&!tT(t.active,i.active)&&r.compareRange(l,a,t.active,i.active),n>o)break;(e||t.openEnd!=i.openEnd)&&r.boundChange&&r.boundChange(n),l=n,s<=0&&t.next(),s>=0&&i.next()}}function tT(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 tD(t,e){for(let i=e,s=t.length-1;i<s;i++)t[i]=t[i+1];t.pop()}function tE(t,e,i){for(let i=t.length-1;i>=e;i--)t[i+1]=t[i];t[e]=i}function tR(t,e){let i=-1,s=1e9;for(let n=0;n<e.length;n++)0>(e[n]-s||t[n].endSide-t[i].endSide)&&(i=n,s=e[n]);return i}function tB(t,e,i=t.length){let s=0;for(let n=0;n<i&&n<t.length;)9==t.charCodeAt(n)?(s+=e-s%e,n++):(s++,n=m(t,n));return s}function tP(t,e,i,s){for(let s=0,n=0;;){if(n>=e)return s;if(s==t.length)break;n+=9==t.charCodeAt(s)?i-n%i:1,s=m(t,s)}return!0===s?-1:t.length}},990:function(t,e,i){let s;i.d(e,{l9:function(){return tc},Zs:function(){return sd},SJ:function(){return sW},Uw:function(){return iY},lg:function(){return t3},tk:function(){return iO},v5:function(){return sq},$f:function(){return iL},$1:function(){return iH},AE:function(){return si},qr:function(){return i8},Sd:function(){return sN},W$:function(){return sc},gB:function(){return sR},bF:function(){return sE},Eu:function(){return s4},HQ:function(){return s7},ZO:function(){return so},OO:function(){return tZ},p:function(){return td},mH:function(){return sH},hJ:function(){return sC},S2:function(){return sg},Nm:function(){return tM}});for(var n,r,o,l=i(263),h=i(502),a={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:"'"},c={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},u="undefined"!=typeof navigator&&/Mac/.test(navigator.platform),d="undefined"!=typeof navigator&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),f=0;f<10;f++)a[48+f]=a[96+f]=String(f);for(var f=1;f<=24;f++)a[f+111]="F"+f;for(var f=65;f<=90;f++)a[f]=String.fromCharCode(f+32),c[f]=String.fromCharCode(f);for(var p in a)c.hasOwnProperty(p)||(c[p]=a[p]);function g(t){let e;return(11==t.nodeType?t.getSelection?t:t.ownerDocument:t).getSelection()}function m(t,e){return!!e&&(t==e||t.contains(1!=e.nodeType?e.parentNode:e))}function v(t,e){if(!e.anchorNode)return!1;try{return m(t,e.anchorNode)}catch(t){return!1}}function w(t){return 3==t.nodeType?D(t,0,t.nodeValue.length).getClientRects():1==t.nodeType?t.getClientRects():[]}function y(t,e,i,s){return!!i&&(S(t,e,i,s,-1)||S(t,e,i,s,1))}function b(t){for(var e=0;;e++)if(!(t=t.previousSibling))return e}function x(t){return 1==t.nodeType&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}function S(t,e,i,s,n){for(;;){if(t==i&&e==s)return!0;if(e==(n<0?0:k(t))){if("DIV"==t.nodeName)return!1;let i=t.parentNode;if(!i||1!=i.nodeType)return!1;e=b(t)+(n<0?0:1),t=i}else{if(1!=t.nodeType||1==(t=t.childNodes[e+(n<0?-1:0)]).nodeType&&"false"==t.contentEditable)return!1;e=n<0?k(t):0}}}function k(t){return 3==t.nodeType?t.nodeValue.length:t.childNodes.length}function M(t,e){let i=e?t.left:t.right;return{left:i,right:i,top:t.top,bottom:t.bottom}}function C(t,e){let i=e.width/t.offsetWidth,s=e.height/t.offsetHeight;return(i>.995&&i<1.005||!isFinite(i)||1>Math.abs(e.width-t.offsetWidth))&&(i=1),(s>.995&&s<1.005||!isFinite(s)||1>Math.abs(e.height-t.offsetHeight))&&(s=1),{scaleX:i,scaleY:s}}class A{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?k(e):0),i,Math.min(t.focusOffset,i?k(i):0))}set(t,e,i,s){this.anchorNode=t,this.anchorOffset=e,this.focusNode=i,this.focusOffset=s}}let O=null;function T(t){if(t.setActive)return t.setActive();if(O)return t.focus(O);let e=[];for(let i=t;i&&(e.push(i,i.scrollTop,i.scrollLeft),i!=i.ownerDocument);i=i.parentNode);if(t.focus(null==O?{get preventScroll(){return O={preventScroll:!0},!0}}:void 0),!O){O=!1;for(let t=0;t<e.length;){let i=e[t++],s=e[t++],n=e[t++];i.scrollTop!=s&&(i.scrollTop=s),i.scrollLeft!=n&&(i.scrollLeft=n)}}}function D(t,e,i=e){let n=s||(s=document.createRange());return n.setEnd(t,i),n.setStart(t,e),n}function E(t,e,i,s){let n={key:e,code:e,keyCode:i,which:i,cancelable:!0};s&&({altKey:n.altKey,ctrlKey:n.ctrlKey,shiftKey:n.shiftKey,metaKey:n.metaKey}=s);let r=new KeyboardEvent("keydown",n);r.synthetic=!0,t.dispatchEvent(r);let o=new KeyboardEvent("keyup",n);return o.synthetic=!0,t.dispatchEvent(o),r.defaultPrevented||o.defaultPrevented}function R(t){for(;t.attributes.length;)t.removeAttributeNode(t.attributes[0])}function B(t){return t.scrollTop>Math.max(1,t.scrollHeight-t.clientHeight-4)}function P(t,e){for(let i=t,s=e;;)if(3==i.nodeType&&s>0)return{node:i,offset:s};else if(1==i.nodeType&&s>0){if("false"==i.contentEditable)return null;s=k(i=i.childNodes[s-1])}else{if(!i.parentNode||x(i))return null;s=b(i),i=i.parentNode}}function N(t,e){for(let i=t,s=e;;)if(3==i.nodeType&&s<i.nodeValue.length)return{node:i,offset:s};else if(1==i.nodeType&&s<i.childNodes.length){if("false"==i.contentEditable)return null;i=i.childNodes[s],s=0}else{if(!i.parentNode||x(i))return null;s=b(i)+1,i=i.parentNode}}class L{constructor(t,e,i=!0){this.node=t,this.offset=e,this.precise=i}static before(t,e){return new L(t.parentNode,b(t),e)}static after(t,e){return new L(t.parentNode,b(t)+1,e)}}let I=[];class V{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 RangeError("Invalid child in posBefore")}posAfter(t){return this.posBefore(t)+t.length}sync(t,e){if(2&this.flags){let i=this.dom,s=null,n;for(let r of this.children){if(7&r.flags){if(!r.dom&&(n=s?s.nextSibling:i.firstChild)){let t=V.get(n);(!t||!t.parent&&t.canReuseDOM(r))&&r.reuseDOM(n)}r.sync(t,e),r.flags&=-8}if(n=s?s.nextSibling:i.firstChild,e&&!e.written&&e.node==i&&n!=r.dom&&(e.written=!0),r.dom.parentNode==i)for(;n&&n!=r.dom;)n=H(n);else i.insertBefore(r.dom,n);s=r.dom}for((n=s?s.nextSibling:i.firstChild)&&e&&e.node==i&&(e.written=!0);n;)n=H(n)}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 s=0==k(t)?0:0==e?-1:1;for(;;){let e=t.parentNode;if(e==this.dom)break;0==s&&e.firstChild!=e.lastChild&&(s=t==e.firstChild?-1:1),t=e}i=s<0?t:t.nextSibling}if(i==this.dom.firstChild)return 0;for(;i&&!V.get(i);)i=i.nextSibling;if(!i)return this.length;for(let t=0,e=0;;t++){let s=this.children[t];if(s.dom==i)return e;e+=s.length+s.breakAfter}}domBoundsAround(t,e,i=0){let s=-1,n=-1,r=-1,o=-1;for(let l=0,h=i,a=i;l<this.children.length;l++){let i=this.children[l],c=h+i.length;if(h<t&&c>e)return i.domBoundsAround(t,e,h);if(c>=t&&-1==s&&(s=l,n=h),h>e&&i.dom.parentNode==this.dom){r=l,o=a;break}a=c,h=c+i.breakAfter}return{from:n,to:o<0?i+this.length:o,startDOM:(s?this.children[s-1].dom.nextSibling:null)||this.dom.firstChild,endDOM:r<this.children.length&&r>=0?this.children[r].dom:null}}markDirty(t=!1){this.flags|=2,this.markParentsDirty(t)}markParentsDirty(t){for(let e=this.parent;e;e=e.parent){if(t&&(e.flags|=2),1&e.flags)return;e.flags|=1,t=!1}}setParent(t){this.parent!=t&&(this.parent=t,7&this.flags&&this.markParentsDirty(!0))}setDOM(t){this.dom!=t&&(this.dom&&(this.dom.cmView=null),this.dom=t,t.cmView=this)}get rootView(){for(let t=this;;){let e=t.parent;if(!e)return t;t=e}}replaceChildren(t,e,i=I){this.markDirty();for(let s=t;s<e;s++){let t=this.children[s];t.parent==this&&0>i.indexOf(t)&&t.destroy()}i.length<250?this.children.splice(t,e-t,...i):this.children=[].concat(this.children.slice(0,t),i,this.children.slice(e));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 W(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,s,n,r){return!1}become(t){return!1}canReuseDOM(t){return t.constructor==this.constructor&&!((this.flags|t.flags)&8)}getSide(){return 0}destroy(){for(let t of this.children)t.parent==this&&t.destroy();this.parent=null}}function H(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}V.prototype.breakAfter=0;class W{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 F(t,e,i,s,n,r,o,l,h){let{children:a}=t,c=a.length?a[e]:null,u=r.length?r[r.length-1]:null,d=u?u.breakAfter:o;if(!(e==s&&c&&!o&&!d&&r.length<2&&c.merge(i,n,r.length?u:null,0==i,l,h))){if(s<a.length){let t=a[s];t&&(n<t.length||t.breakAfter&&(null==u?void 0:u.breakAfter))?(e==s&&(t=t.split(n),n=0),!d&&u&&t.merge(0,n,u,!0,0,h)?r[r.length-1]=t:((n||t.children.length&&!t.children[0].length)&&t.merge(0,n,null,!1,0,h),r.push(t))):(null==t?void 0:t.breakAfter)&&(u?u.breakAfter=1:o=1),s++}for(c&&(c.breakAfter=o,i>0&&(!o&&r.length&&c.merge(i,c.length,r[0],!1,l,0)?c.breakAfter=r.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<s&&r.length;)if(a[s-1].become(r[r.length-1]))s--,r.pop(),h=r.length?0:l;else if(a[e].become(r[0]))e++,r.shift(),l=r.length?0:h;else break;!r.length&&e&&s<a.length&&!a[e-1].breakAfter&&a[s].merge(0,0,a[e-1],!1,l,h)&&e--,(e<s||r.length)&&t.replaceChildren(e,s,r)}}function z(t,e,i,s,n,r){let o=t.childCursor(),{i:l,off:h}=o.findPos(i,1),{i:a,off:c}=o.findPos(e,-1),u=e-i;for(let t of s)u+=t.length;t.length+=u,F(t,a,c,l,h,s,0,n,r)}let _="undefined"!=typeof navigator?navigator:{userAgent:"",vendor:"",platform:""},j="undefined"!=typeof document?document:{documentElement:{style:{}}},q=/Edge\/(\d+)/.exec(_.userAgent),K=/MSIE \d/.test(_.userAgent),$=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(_.userAgent),X=!!(K||$||q),G=!X&&/gecko\/(\d+)/i.test(_.userAgent),Y=!X&&/Chrome\/(\d+)/.exec(_.userAgent),U="webkitFontSmoothing"in j.documentElement.style,J=!X&&/Apple Computer/.test(_.vendor),Q=J&&(/Mobile\/\w+/.test(_.userAgent)||_.maxTouchPoints>2);var Z={mac:Q||/Mac/.test(_.platform),windows:/Win/.test(_.platform),linux:/Linux|X11/.test(_.platform),ie:X,ie_version:K?j.documentMode||6:$?+$[1]:q?+q[1]:0,gecko:G,gecko_version:G?+(/Firefox\/(\d+)/.exec(_.userAgent)||[0,0])[1]:0,chrome:!!Y,chrome_version:Y?+Y[1]:0,ios:Q,android:/Android\b/.test(_.userAgent),webkit:U,safari:J,webkit_version:U?+(/\bAppleWebKit\/(\d+)/.exec(_.userAgent)||[0,0])[1]:0,tabSize:null!=j.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class tt extends V{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 tt&&!(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 tt(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 L(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 s=t.nodeValue.length;e>s&&(e=s);let n=e,r=e,o=0;0==e&&i<0||e==s&&i>=0?!(Z.chrome||Z.gecko)&&(e?(n--,o=1):r<s&&(r++,o=-1)):i<0?n--:r<s&&r++;let l=D(t,n,r).getClientRects();if(!l.length)return null;let h=l[(o?o<0:i>=0)?0:l.length-1];return Z.safari&&!o&&0==h.width&&(h=Array.prototype.find.call(l,t=>t.width)||h),o?M(h,o<0):h||null}(this.dom,t,e)}}class te extends V{constructor(t,e=[],i=0){for(let s of(super(),this.mark=t,this.children=e,this.length=i,e))s.setParent(this)}setAttrs(t){if(R(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)&&!((this.flags|t.flags)&8)}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,s,n,r){return(!i||!!(i instanceof te&&i.mark.eq(this.mark))&&(!t||!(n<=0))&&(!(e<this.length)||!(r<=0)))&&(z(this,t,e,i?i.children.slice():[],n-1,r-1),this.markDirty(),!0)}split(t){let e=[],i=0,s=-1,n=0;for(let r of this.children){let o=i+r.length;o>t&&e.push(i<t?r.split(t-i):r),s<0&&i>=t&&(s=n),i=o,n++}let r=this.length-t;return this.length=t,s>-1&&(this.children.length=s,this.markDirty()),new te(this.mark,e,r)}domAtPos(t){return tn(this,t)}coordsAt(t,e){return tr(this,t,e)}}class ti extends V{static create(t,e,i){return new ti(t,e,i)}constructor(t,e,i){super(),this.widget=t,this.length=e,this.side=i,this.prevWidget=null}split(t){let e=ti.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,s,n,r){return(!i||i instanceof ti&&!!this.widget.compare(i.widget)&&(!(t>0)||!(n<=0))&&(!(e<this.length)||!(r<=0)))&&(this.length=t+(i?i.length:0)+(this.length-e),!0)}become(t){return t instanceof ti&&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 l.xv.empty;let t=this;for(;t.parent;)t=t.parent;let{view:e}=t,i=e&&e.state.doc,s=this.posAtStart;return i?i.slice(s,s+this.length):l.xv.empty}domAtPos(t){return(this.length?0==t:this.side>0)?L.before(this.dom):L.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 s=this.dom.getClientRects(),n=null;if(!s.length)return null;let r=this.side?this.side<0:t>0;for(let e=r?s.length-1:0;n=s[e],t>0?0!=e:e!=s.length-1&&!(n.top<n.bottom);e+=r?-1:1);return M(n,!r)}get isEditable(){return!1}get isWidget(){return!0}get isHidden(){return this.widget.isHidden}destroy(){super.destroy(),this.dom&&this.widget.destroy(this.dom)}}class ts extends V{constructor(t){super(),this.side=t}get length(){return 0}merge(){return!1}become(t){return t instanceof ts&&t.side==this.side}split(){return new ts(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?L.before(this.dom):L.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(t){return this.dom.getBoundingClientRect()}get overrideDOMText(){return l.xv.empty}get isHidden(){return!0}}function tn(t,e){let i=t.dom,{children:s}=t,n=0;for(let t=0;n<s.length;n++){let r=s[n],o=t+r.length;if(!(o==t&&0>=r.getSide())){if(e>t&&e<o&&r.dom.parentNode==i)return r.domAtPos(e-t);if(e<=t)break;t=o}}for(let t=n;t>0;t--){let e=s[t-1];if(e.dom.parentNode==i)return e.domAtPos(e.length)}for(let t=n;t<s.length;t++){let e=s[t];if(e.dom.parentNode==i)return e.domAtPos(0)}return new L(i,0)}function tr(t,e,i){let s=null,n=-1,r=null,o=-1;!function t(e,l){for(let h=0,a=0;h<e.children.length&&a<=l;h++){let c=e.children[h],u=a+c.length;u>=l&&(c.children.length?t(c,l-a):(!r||r.isHidden&&(i>0||function(t,e){let i=t.coordsAt(0,1),s=e.coordsAt(0,1);return i&&s&&s.top<i.bottom}(r,c)))&&(u>l||a==u&&c.getSide()>0)?(r=c,o=l-a):(a<l||a==u&&0>c.getSide()&&!c.isHidden)&&(s=c,n=l-a)),a=u}}(t,e);let l=(i<0?s:r)||s||r;return l?l.coordsAt(Math.max(0,l==s?n:o),i):function(t){let e=t.dom.lastChild;if(!e)return t.dom.getBoundingClientRect();let i=w(e);return i[i.length-1]||null}(t)}function to(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}tt.prototype.children=ti.prototype.children=ts.prototype.children=I;let tl=Object.create(null);function th(t,e,i){if(t==e)return!0;t||(t=tl),e||(e=tl);let s=Object.keys(t),n=Object.keys(e);if(s.length-(i&&s.indexOf(i)>-1?1:0)!=n.length-(i&&n.indexOf(i)>-1?1:0))return!1;for(let r of s)if(r!=i&&(-1==n.indexOf(r)||t[r]!==e[r]))return!1;return!0}function ta(t,e,i){let s=!1;if(e)for(let n in e)i&&n in i||(s=!0,"style"==n?t.style.cssText="":t.removeAttribute(n));if(i)for(let n in i)e&&e[n]==i[n]||(s=!0,"style"==n?t.style.cssText=i[n]:t.setAttribute(n,i[n]));return s}class tc{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 tu=((n=tu||(tu={}))[n.Text=0]="Text",n[n.WidgetBefore=1]="WidgetBefore",n[n.WidgetAfter=2]="WidgetAfter",n[n.WidgetRange=3]="WidgetRange",n);class td extends l.uU{constructor(t,e,i,s){super(),this.startSide=t,this.endSide=e,this.widget=i,this.spec=s}get heightRelevant(){return!1}static mark(t){return new tf(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 tg(t,e,e,i,t.widget||null,!1)}static replace(t){let e=!!t.block,i,s;if(t.isBlockGap)i=-5e8,s=4e8;else{let{start:n,end:r}=tm(t,e);i=(n?e?-3e8:-1:5e8)-1,s=(r?e?2e8:1:-6e8)+1}return new tg(t,i,s,e,t.widget||null,!0)}static line(t){return new tp(t)}static set(t,e=!1){return l.Xs.of(t,e)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}td.none=l.Xs.empty;class tf extends td{constructor(t){let{start:e,end:i}=tm(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 tf&&this.tagName==t.tagName&&(this.class||(null==(e=this.attrs)?void 0:e.class))==(t.class||(null==(i=t.attrs)?void 0:i.class))&&th(this.attrs,t.attrs,"class")}range(t,e=t){if(t>=e)throw RangeError("Mark decorations may not be empty");return super.range(t,e)}}tf.prototype.point=!1;class tp extends td{constructor(t){super(-2e8,-2e8,null,t)}eq(t){return t instanceof tp&&this.spec.class==t.spec.class&&th(this.spec.attributes,t.spec.attributes)}range(t,e=t){if(e!=t)throw RangeError("Line decoration ranges must be zero-length");return super.range(t,e)}}tp.prototype.mapMode=l.gc.TrackBefore,tp.prototype.point=!0;class tg extends td{constructor(t,e,i,s,n,r){super(e,i,n,t),this.block=s,this.isReplace=r,this.mapMode=s?e<=0?l.gc.TrackBefore:l.gc.TrackAfter:l.gc.TrackDel}get type(){return this.startSide!=this.endSide?tu.WidgetRange:this.startSide<=0?tu.WidgetBefore:tu.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(t){var e,i;return t instanceof tg&&(e=this.widget,e==(i=t.widget)||!!(e&&i&&e.compare(i)))&&this.block==t.block&&this.startSide==t.startSide&&this.endSide==t.endSide}range(t,e=t){if(this.isReplace&&(t>e||t==e&&this.startSide>0&&this.endSide<=0))throw RangeError("Invalid range for replacement decoration");if(!this.isReplace&&e!=t)throw RangeError("Widget decorations can only have zero-length ranges");return super.range(t,e)}}function tm(t,e=!1){let{inclusiveStart:i,inclusiveEnd:s}=t;return null==i&&(i=t.inclusive),null==s&&(s=t.inclusive),{start:null!=i?i:e,end:null!=s?s:e}}function tv(t,e,i,s=0){let n=i.length-1;n>=0&&i[n]+s>=t?i[n]=Math.max(i[n],e):i.push(t,e)}tg.prototype.point=!0;class tw extends V{constructor(){super(...arguments),this.children=[],this.length=0,this.prevAttrs=void 0,this.attrs=null,this.breakAfter=0}merge(t,e,i,s,n,r){if(i){if(!(i instanceof tw))return!1;this.dom||i.transferDOM(this)}return s&&this.setDeco(i?i.attrs:null),z(this,t,e,i?i.children.slice():[],n,r),!0}split(t){let e=new tw;if(e.breakAfter=this.breakAfter,0==this.length)return e;let{i,off:s}=this.childPos(t);s&&(e.append(this.children[i].split(s),0),this.children[i].merge(s,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){th(this.attrs,t)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=t)}append(t,e){!function t(e,i,s){let n,{children:r}=e;s>0&&i instanceof te&&r.length&&(n=r[r.length-1])instanceof te&&n.mark.eq(i.mark)?t(n,i.children[0],s-1):(r.push(i),i.setParent(e)),e.length+=i.length}(this,t,e)}addLineDeco(t){let e=t.spec.attributes,i=t.spec.class;e&&(this.attrs=to(e,this.attrs||{})),i&&(this.attrs=to({class:i},this.attrs||{}))}domAtPos(t){return tn(this,t)}reuseDOM(t){"DIV"==t.nodeName&&(this.setDOM(t),this.flags|=6)}sync(t,e){var i;this.dom?4&this.flags&&(R(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&&(ta(this.dom,this.prevAttrs,this.attrs),this.dom.classList.add("cm-line"),this.prevAttrs=void 0),super.sync(t,e);let s=this.dom.lastChild;for(;s&&V.get(s)instanceof te;)s=s.lastChild;if(!s||!this.length||"BR"!=s.nodeName&&(null==(i=V.get(s))?void 0:i.isEditable)==!1&&(!Z.ios||!this.children.some(t=>t instanceof tt))){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=0,e;for(let i of this.children){if(!(i instanceof tt)||/[^ -~]/.test(i.text))return null;let s=w(i.dom);if(1!=s.length)return null;t+=s[0].width,e=s[0].height}return t?{lineHeight:this.dom.getBoundingClientRect().height,charWidth:t/this.length,textHeight:e}:null}coordsAt(t,e){let i=tr(this,t,e);if(!this.children.length&&i&&this.parent){let{heightOracle:t}=this.parent.view.viewState,e=i.bottom-i.top;if(2>Math.abs(e-t.lineHeight)&&t.textHeight<e){let s=(e-t.textHeight)/2;return{top:i.top+s,bottom:i.bottom-s,left:i.left,right:i.left}}}return i}become(t){return t instanceof tw&&0==this.children.length&&0==t.children.length&&th(this.attrs,t.attrs)&&this.breakAfter==t.breakAfter}covers(){return!0}static find(t,e){for(let i=0,s=0;i<t.children.length;i++){let n=t.children[i],r=s+n.length;if(r>=e){if(n instanceof tw)return n;if(r>e)break}s=r+n.breakAfter}return null}}class ty extends V{constructor(t,e,i){super(),this.widget=t,this.length=e,this.deco=i,this.breakAfter=0,this.prevWidget=null}merge(t,e,i,s,n,r){return(!i||i instanceof ty&&!!this.widget.compare(i.widget)&&(!(t>0)||!(n<=0))&&(!(e<this.length)||!(r<=0)))&&(this.length=t+(i?i.length:0)+(this.length-e),!0)}domAtPos(t){return 0==t?L.before(this.dom):L.after(this.dom,t==this.length)}split(t){let e=this.length-t;this.length=t;let i=new ty(this.widget,e,this.deco);return i.breakAfter=this.breakAfter,i}get children(){return I}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):l.xv.empty}domBoundsAround(){return null}become(t){return t instanceof ty&&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){let i=this.widget.coordsAt(this.dom,t,e);return i||(this.widget instanceof tb?null:M(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 tb extends tc{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 tx{constructor(t,e,i,s){this.doc=t,this.pos=e,this.end=i,this.disallowBlockEffectsFor=s,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 ty&&t.deco.endSide<0)}getLine(){return this.curLine||(this.content.push(this.curLine=new tw),this.atCursorPos=!0),this.curLine}flushBuffer(t=this.bufferMarks){this.pendingBuffer&&(this.curLine.append(tS(new ts(-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 ty||this.getLine()}buildText(t,e,i){for(;t>0;){if(this.textOff==this.text.length){let{value:e,lineBreak:i,done:s}=this.cursor.next(this.skip);if(this.skip=0,s)throw 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 s=Math.min(this.text.length-this.textOff,t,512);this.flushBuffer(e.slice(e.length-i)),this.getLine().append(tS(new tt(this.text.slice(this.textOff,this.textOff+s)),e),i),this.atCursorPos=!0,this.textOff+=s,t-=s,i=0}}span(t,e,i,s){this.buildText(e-t,i,s),this.pos=e,this.openStart<0&&(this.openStart=s)}point(t,e,i,s,n,r){if(this.disallowBlockEffectsFor[r]&&i instanceof tg){if(i.block)throw RangeError("Block decorations may not be specified via plugins");if(e>this.doc.lineAt(this.pos).to)throw RangeError("Decorations that replace line breaks may not be specified via plugins")}let o=e-t;if(i instanceof tg)if(i.block)i.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new ty(i.widget||tk.block,o,i));else{let r=ti.create(i.widget||tk.inline,o,o?0:i.startSide),l=this.atCursorPos&&!r.isEditable&&n<=s.length&&(t<e||i.startSide>0),h=!r.isEditable&&(t<e||n>s.length||i.startSide<=0),a=this.getLine();2!=this.pendingBuffer||l||r.isEditable||(this.pendingBuffer=0),this.flushBuffer(s),l&&(a.append(tS(new ts(1),s),n),n=s.length+Math.max(0,n-s.length)),a.append(tS(r,s),n),this.atCursorPos=h,this.pendingBuffer=h?t<e||n>s.length?1:2:0,this.pendingBuffer&&(this.bufferMarks=s.slice())}else this.doc.lineAt(this.pos).from==this.pos&&this.getLine().addLineDeco(i);o&&(this.textOff+o<=this.text.length?this.textOff+=o:(this.skip+=o-(this.text.length-this.textOff),this.text="",this.textOff=0),this.pos=e),this.openStart<0&&(this.openStart=n)}static build(t,e,i,s,n){let r=new tx(t,e,i,n);return r.openEnd=l.Xs.spans(s,e,i,r),r.openStart<0&&(r.openStart=r.openEnd),r.finish(r.openEnd),r}}function tS(t,e){for(let i of e)t=new te(i,[t],t.length);return t}class tk extends tc{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}}tk.inline=new tk("span"),tk.block=new tk("div");var tM=((r=tM||(tM={}))[r.LTR=0]="LTR",r[r.RTL=1]="RTL",r);let tC=tM.LTR,tA=tM.RTL;function tO(t){let e=[];for(let i=0;i<t.length;i++)e.push(1<<+t[i]);return e}let tT=tO("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),tD=tO("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),tE=Object.create(null),tR=[];for(let t of["()","[]","{}"]){let e=t.charCodeAt(0),i=t.charCodeAt(1);tE[e]=i,tE[i]=-e}function tB(t){return t<=247?tT[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?tD[t-1536]:1774<=t&&t<=2220?4:8192<=t&&t<=8204?256:64336<=t&&t<=65023?4:1}let tP=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class tN{get dir(){return this.level%2?tA:tC}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,s){let n=-1;for(let r=0;r<t.length;r++){let o=t[r];if(o.from<=e&&o.to>=e){if(o.level==i)return r;(n<0||(0!=s?s<0?o.from<e:o.to>e:t[n].level>o.level))&&(n=r)}}if(n<0)throw RangeError("Index out of range");return n}}let tL=[];function tI(t){return[new tN(0,t,0)]}let tV="",tH=l.r$.define(),tW=l.r$.define(),tF=l.r$.define(),tz=l.r$.define(),t_=l.r$.define(),tj=l.r$.define(),tq=l.r$.define(),tK=l.r$.define(),t$=l.r$.define(),tX=l.r$.define({combine:t=>t.some(t=>t)}),tG=l.r$.define({combine:t=>t.some(t=>t)}),tY=l.r$.define();class tU{constructor(t,e="nearest",i="nearest",s=5,n=5,r=!1){this.range=t,this.y=e,this.x=i,this.yMargin=s,this.xMargin=n,this.isSnapshot=r}map(t){return t.empty?this:new tU(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 tU(l.jT.cursor(t.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}let tJ=l.Py.define({map:(t,e)=>t.map(e)}),tQ=l.Py.define();function tZ(t,e,i){let s=t.facet(tz);s.length?s[0](e):window.onerror&&window.onerror(String(e),i,void 0,void 0,e)||(i?console.error(i+":",e):console.error(e))}let t0=l.r$.define({combine:t=>!t.length||t[0]}),t1=0,t2=l.r$.define({combine:t=>t.filter((e,i)=>{for(let s=0;s<i;s++)if(t[s].plugin==e.plugin)return!1;return!0})});class t3{constructor(t,e,i,s,n){this.id=t,this.create=e,this.domEventHandlers=i,this.domEventObservers=s,this.baseExtensions=n(this),this.extension=this.baseExtensions.concat(t2.of({plugin:this,arg:void 0}))}of(t){return this.baseExtensions.concat(t2.of({plugin:this,arg:t}))}static define(t,e){let{eventHandlers:i,eventObservers:s,provide:n,decorations:r}=e||{};return new t3(t1++,t,i,s,t=>{let e=[];return r&&e.push(t9.of(e=>{let i=e.plugin(t);return i?r(i):td.none})),n&&e.push(n(t)),e})}static fromClass(t,e){return t3.define((e,i)=>new t(e,i),e)}}class t8{constructor(t){this.spec=t,this.mustUpdate=null,this.value=null}get plugin(){return this.spec&&this.spec.plugin}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(tZ(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.plugin.create(t,this.spec.arg)}catch(e){tZ(t.state,e,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(t){var e;if(null==(e=this.value)?void 0:e.destroy)try{this.value.destroy()}catch(e){tZ(t.state,e,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}let t4=l.r$.define(),t5=l.r$.define(),t9=l.r$.define(),t6=l.r$.define(),t7=l.r$.define(),et=l.r$.define();function ee(t,e){let i=t.state.facet(et);if(!i.length)return i;let s=i.map(e=>e instanceof Function?e(t):e),n=[];return l.Xs.spans(s,e.from,e.to,{point(){},span(t,i,s,r){let o=t-e.from,l=i-e.from,h=n;for(let t=s.length-1;t>=0;t--,r--){let i=s[t].spec.bidiIsolate,n;if(null==i&&(i=function(t,e,i){for(let s=e;s<i;s++){let e=tB(t.charCodeAt(s));if(1==e)break;if(2==e||4==e)return tA}return tC}(e.text,o,l)),r>0&&h.length&&(n=h[h.length-1]).to==o&&n.direction==i)n.to=l,h=n.inner;else{let t={from:o,to:l,direction:i,inner:[]};h.push(t),h=t.inner}}}}),n}let ei=l.r$.define();function es(t){let e=0,i=0,s=0,n=0;for(let r of t.state.facet(ei)){let o=r(t);o&&(null!=o.left&&(e=Math.max(e,o.left)),null!=o.right&&(i=Math.max(i,o.right)),null!=o.top&&(s=Math.max(s,o.top)),null!=o.bottom&&(n=Math.max(n,o.bottom)))}return{left:e,right:i,top:s,bottom:n}}let en=l.r$.define();class er{constructor(t,e,i,s){this.fromA=t,this.toA=e,this.fromB=i,this.toB=s}join(t){return new er(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 s=t[e-1];if(!(s.fromA>i.toA)){if(s.toA<i.fromA)break;i=i.join(s),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 s=0,n=0,r=0,o=0;;s++){let l=s==t.length?null:t[s],h=r-o,a=l?l.fromB:1e9;for(;n<e.length&&e[n]<a;){let t=e[n],s=e[n+1],r=Math.max(o,t),l=Math.min(a,s);if(r<=l&&new er(r+h,l+h,r,l).addToSet(i),s>a)break;n+=2}if(!l)return i;new er(l.fromA,l.toA,l.fromB,l.toB).addToSet(i),r=l.toA,o=l.toB}}}class eo{constructor(t,e,i){for(let s of(this.view=t,this.state=e,this.transactions=i,this.flags=0,this.startState=t.state,this.changes=l.as.empty(this.startState.doc.length),i))this.changes=this.changes.compose(s.changes);let s=[];this.changes.iterChangedRanges((t,e,i,n)=>s.push(new er(t,e,i,n))),this.changedRanges=s}static create(t,e,i){return new eo(t,e,i)}get viewportChanged(){return(4&this.flags)>0}get viewportMoved(){return(8&this.flags)>0}get heightChanged(){return(2&this.flags)>0}get geometryChanged(){return this.docChanged||(18&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 el extends V{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=td.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 tw],this.children[0].setParent(this),this.updateDeco(),this.updateInner([new er(0,0,0,t.state.doc.length)],0,null)}update(t){var e,i,s,n,r,o;let h,a,c=t.changedRanges;this.minWidth>0&&c.length&&(c.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 u=-1;this.view.inputState.composing>=0&&!this.view.observer.editContext&&((null==(e=this.domChanged)?void 0:e.newSel)?u=this.domChanged.newSel.head:(i=t.changes,s=this.hasComposition,h=!1,s&&i.iterChangedRanges((t,e)=>{t<s.to&&e>s.from&&(h=!0)}),h||t.selectionSet||(u=t.state.selection.main.head)));let d=u>-1?function(t,e,i){let s=eh(t,i);if(!s)return null;let{node:n,from:r,to:o}=s,l=n.nodeValue;if(/[\n\r]/.test(l)||t.state.doc.sliceString(s.from,s.to)!=l)return null;let h=e.invertedDesc,a=new er(h.mapPos(r),h.mapPos(o),r,o),c=[];for(let e=n.parentNode;;e=e.parentNode){let i=V.get(e);if(i instanceof te)c.push({node:e,deco:i.mark});else{if(i instanceof tw||"DIV"==e.nodeName&&e.parentNode==t.contentDOM)return{range:a,text:n,marks:c,line:e};if(e==t.contentDOM)return null;c.push({node:e,deco:new tf({inclusive:!0,attributes:function(t){let e=Object.create(null);for(let i=0;i<t.attributes.length;i++){let s=t.attributes[i];e[s.name]=s.value}return e}(e),tagName:e.tagName.toLowerCase()})})}}}(this.view,t.changes,u):null;if(this.domChanged=null,this.hasComposition){this.markedForComposition.clear();let{from:e,to:i}=this.hasComposition;c=new er(e,i,t.changes.mapPos(e,-1),t.changes.mapPos(i,1)).addToSet(c.slice())}this.hasComposition=d?{from:d.range.fromB,to:d.range.toB}:null,(Z.ie||Z.chrome)&&!d&&t&&t.state.doc.lines!=t.startState.doc.lines&&(this.forceSelection=!0);let f=(n=this.decorations,r=this.updateDeco(),o=t.changes,a=new ea,l.Xs.compare(n,r,o,a),a.changes);return c=er.extendWithRanges(c,f),(!!(7&this.flags)||0!=c.length)&&(this.updateInner(c,t.startState.doc.length,d),t.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(t,e,i){this.view.viewState.mustMeasureContent=!0,this.updateChildren(t,e,i);let{observer:s}=this.view;s.ignore(()=>{this.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let t=Z.chrome||Z.ios?{node:s.selectionRange.focusNode,written:!1}:void 0;this.sync(this.view,t),this.flags&=-8,t&&(t.written||s.selectionRange.focusNode!=t.node)&&(this.forceSelection=!0),this.dom.style.height=""}),this.markedForComposition.forEach(t=>t.flags&=-9);let n=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let t of this.children)t instanceof ty&&t.widget instanceof tb&&n.push(t.dom);s.updateGaps(n)}updateChildren(t,e,i){let s=i?i.range.addToSet(t.slice()):t,n=this.childCursor(e);for(let t=s.length-1;;t--){let e=t>=0?s[t]:null;if(!e)break;let{fromA:r,toA:o,fromB:l,toB:h}=e,a,c,u,d;if(i&&i.range.fromB<h&&i.range.toB>l){let t=tx.build(this.view.state.doc,l,i.range.fromB,this.decorations,this.dynamicDecorationMap),e=tx.build(this.view.state.doc,i.range.toB,h,this.decorations,this.dynamicDecorationMap);c=t.breakAtStart,u=t.openStart,d=e.openEnd;let s=this.compositionView(i);e.breakAtStart?s.breakAfter=1:e.content.length&&s.merge(s.length,s.length,e.content[0],!1,e.openStart,0)&&(s.breakAfter=e.content[0].breakAfter,e.content.shift()),t.content.length&&s.merge(0,0,t.content[t.content.length-1],!0,0,t.openEnd)&&t.content.pop(),a=t.content.concat(s).concat(e.content)}else({content:a,breakAtStart:c,openStart:u,openEnd:d}=tx.build(this.view.state.doc,l,h,this.decorations,this.dynamicDecorationMap));let{i:f,off:p}=n.findPos(o,1),{i:g,off:m}=n.findPos(r,-1);F(this,g,m,f,p,a,c,u,d)}i&&this.fixCompositionDOM(i)}updateEditContextFormatting(t){for(let e of(this.editContextFormatting=this.editContextFormatting.map(t.changes),t.transactions))for(let t of e.effects)t.is(tQ)&&(this.editContextFormatting=t.value)}compositionView(t){let e=new tt(t.text.nodeValue);for(let{deco:i}of(e.flags|=8,t.marks))e=new te(i,[e],e.length);let i=new tw;return i.append(e,0),i}fixCompositionDOM(t){let e=(t,e)=>{e.flags|=8|+!!e.children.some(t=>7&t.flags),this.markedForComposition.add(e);let i=V.get(t);i&&i!=e&&(i.dom=null),e.setDOM(t)},i=this.childPos(t.range.fromB,1),s=this.children[i.i];e(t.line,s);for(let n=t.marks.length-1;n>=-1;n--)i=s.childPos(i.off,1),s=s.children[i.i],e(n>=0?t.marks[n].node:t.text,s)}updateSelection(t=!1,e=!1){var i;(t||!this.view.observer.selectionRange.focusNode)&&this.view.observer.readSelectionRange();let s=this.view.root.activeElement,n=s==this.dom,r=!n&&!(this.view.state.facet(t0)||this.dom.tabIndex>-1)&&v(this.dom,this.view.observer.selectionRange)&&!(s&&this.dom.contains(s));if(!(n||e||r))return;let o=this.forceSelection;this.forceSelection=!1;let l=this.view.state.selection.main,h=this.moveToLine(this.domAtPos(l.anchor)),a=l.empty?h:this.moveToLine(this.domAtPos(l.head));if(Z.gecko&&l.empty&&!this.hasComposition&&1==(i=h).node.nodeType&&i.node.firstChild&&(0==i.offset||"false"==i.node.childNodes[i.offset-1].contentEditable)&&(i.offset==i.node.childNodes.length||"false"==i.node.childNodes[i.offset].contentEditable)){let t=document.createTextNode("");this.view.observer.ignore(()=>h.node.insertBefore(t,h.node.childNodes[h.offset]||null)),h=a=new L(t,0),o=!0}let c=this.view.observer.selectionRange;!o&&c.focusNode&&(y(h.node,h.offset,c.anchorNode,c.anchorOffset)&&y(a.node,a.offset,c.focusNode,c.focusOffset)||this.suppressWidgetCursorChange(c,l))||(this.view.observer.ignore(()=>{Z.android&&Z.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=g(this.view.root);if(t)if(l.empty){if(Z.gecko){var e,i;let t=(e=h.node,i=h.offset,1!=e.nodeType?0:(i&&"false"==e.childNodes[i-1].contentEditable?1:0)|2*(i<e.childNodes.length&&"false"==e.childNodes[i].contentEditable));if(t&&3!=t){let e=(1==t?P:N)(h.node,h.offset);e&&(h=new L(e.node,e.offset))}}t.collapse(h.node,h.offset),null!=l.bidiLevel&&void 0!==t.caretBidiLevel&&(t.caretBidiLevel=l.bidiLevel)}else if(t.extend){t.collapse(h.node,h.offset);try{t.extend(a.node,a.offset)}catch(t){}}else{let e=document.createRange();l.anchor>l.head&&([h,a]=[a,h]),e.setEnd(a.node,a.offset),e.setStart(h.node,h.offset),t.removeAllRanges(),t.addRange(e)}r&&this.view.root.activeElement==this.dom&&(this.dom.blur(),s&&s.focus())}),this.view.observer.setSelectionRange(h,a)),this.impreciseAnchor=h.precise?null:new L(c.anchorNode,c.anchorOffset),this.impreciseHead=a.precise?null:new L(c.focusNode,c.focusOffset)}suppressWidgetCursorChange(t,e){return this.hasComposition&&e.empty&&y(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=g(t.root),{anchorNode:s,anchorOffset:n}=t.observer.selectionRange;if(!i||!e.empty||!e.assoc||!i.modify)return;let r=tw.find(this,e.head);if(!r)return;let o=r.posAtStart;if(e.head==o||e.head==o+r.length)return;let l=this.coordsAt(e.head,-1),h=this.coordsAt(e.head,1);if(!l||!h||l.bottom>h.top)return;let a=this.domAtPos(e.head+e.assoc);i.collapse(a.node,a.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(s,n)}moveToLine(t){let e=this.dom,i;if(t.node!=e)return t;for(let s=t.offset;!i&&s<e.childNodes.length;s++){let t=V.get(e.childNodes[s]);t instanceof tw&&(i=t.domAtPos(0))}for(let s=t.offset-1;!i&&s>=0;s--){let t=V.get(e.childNodes[s]);t instanceof tw&&(i=t.domAtPos(t.length))}return i?new L(i.node,i.offset,!0):t}nearest(t){for(let e=t;e;){let t=V.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 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 tw)break;e++,i=0}return this.children[e].domAtPos(i)}coordsAt(t,e){let i=null,s=0;for(let n=this.length,r=this.children.length-1;r>=0;r--){let o=this.children[r],l=n-o.breakAfter,h=l-o.length;if(l<t)break;if(h<=t&&(h<t||o.covers(-1))&&(l>t||o.covers(1))&&(!i||o instanceof tw&&!(i instanceof tw&&e>=0)))i=o,s=h;else if(i&&h==t&&l==t&&o instanceof ty&&2>Math.abs(e))if(o.deco.startSide<0)break;else r&&(i=null);n=h}return i?i.coordsAt(t-s,e):null}coordsForChar(t){let{i:e,off:i}=this.childPos(t,1),s=this.children[e];if(!(s instanceof tw))return null;for(;s.children.length;){let{i:t,off:e}=s.childPos(i,1);for(;;t++){if(t==s.children.length)return null;if((s=s.children[t]).length)break}i=e}if(!(s instanceof tt))return null;let n=(0,l.cp)(s.text,i);if(n==i)return null;let r=D(s.dom,i,n).getClientRects();for(let t=0;t<r.length;t++){let e=r[t];if(t==r.length-1||e.top<e.bottom&&e.left<e.right)return e}return null}measureVisibleLineHeights(t){let e=[],{from:i,to:s}=t,n=this.view.contentDOM.clientWidth,r=n>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,o=-1,l=this.view.textDirection==tM.LTR;for(let t=0,h=0;h<this.children.length;h++){let a=this.children[h],c=t+a.length;if(c>s)break;if(t>=i){let i=a.dom.getBoundingClientRect();if(e.push(i.height),r){let e=a.dom.lastChild,s=e?w(e):[];if(s.length){let e=s[s.length-1],r=l?e.right-i.left:i.right-e.left;r>o&&(o=r,this.minWidth=n,this.minWidthFrom=t,this.minWidthTo=c)}}}t=c+a.breakAfter}return e}textDirectionAt(t){let{i:e}=this.childPos(t,1);return"rtl"==getComputedStyle(this.children[e].dom).direction?tM.RTL:tM.LTR}measureTextSize(){for(let t of this.children)if(t instanceof tw){let e=t.measureTextSize();if(e)return e}let t=document.createElement("div"),e,i,s;return t.className="cm-line",t.style.width="99999px",t.style.position="absolute",t.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore(()=>{this.dom.appendChild(t);let n=w(t.firstChild)[0];e=t.getBoundingClientRect().height,i=n?n.width/27:7,s=n?n.height:e,t.remove()}),{lineHeight:e,charWidth:i,textHeight:s}}childCursor(t=this.length){let e=this.children.length;return e&&(t-=this.children[--e].length),new W(this.children,t,e)}computeBlockGapDeco(){let t=[],e=this.view.viewState;for(let i=0,s=0;;s++){let n=s==e.viewports.length?null:e.viewports[s],r=n?n.from-1:this.length;if(r>i){let s=(e.lineBlockAt(r).bottom-e.lineBlockAt(i).top)/this.view.scaleY;t.push(td.replace({widget:new tb(s),block:!0,inclusive:!0,isBlockGap:!0}).range(i,r))}if(!n)break;i=n.to+1}return td.set(t)}updateDeco(){let t=1,e=this.view.state.facet(t9).map(e=>(this.dynamicDecorationMap[t++]="function"==typeof e)?e(this.view):e),i=!1,s=this.view.state.facet(t6).map((t,e)=>{let s="function"==typeof t;return s&&(i=!0),s?t(this.view):t});for(s.length&&(this.dynamicDecorationMap[t++]=i,e.push(l.Xs.join(s))),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);this.view.scrollDOM.scrollTop=e.top-t.yMargin,this.view.scrollDOM.scrollLeft=t.xMargin;return}for(let e of this.view.state.facet(tY))try{if(e(this.view,t.range,t))return!0}catch(t){tZ(this.view.state,t,"scroll handler")}let{range:e}=t,i=this.coordsAt(e.head,e.empty?e.assoc:e.head>e.anchor?-1:1),s;if(!i)return;!e.empty&&(s=this.coordsAt(e.anchor,e.anchor>e.head?-1:1))&&(i={left:Math.min(i.left,s.left),top:Math.min(i.top,s.top),right:Math.max(i.right,s.right),bottom:Math.max(i.bottom,s.bottom)});let n=es(this.view),r={left:i.left-n.left,top:i.top-n.top,right:i.right+n.right,bottom:i.bottom+n.bottom},{offsetWidth:o,offsetHeight:l}=this.view.scrollDOM;!function(t,e,i,s,n,r,o,l){let h=t.ownerDocument,a=h.defaultView||window;for(let c=t,u=!1;c&&!u;)if(1==c.nodeType){let t,d=c==h.body,f=1,p=1;if(d)t=function(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}}(a);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}=C(c,e)),t={left:e.left,right:e.left+c.clientWidth*f,top:e.top,bottom:e.top+c.clientHeight*p}}let g=0,m=0;if("nearest"==n)e.top<t.top?(m=e.top-(t.top+o),i>0&&e.bottom>t.bottom+m&&(m=e.bottom-t.bottom+o)):e.bottom>t.bottom&&(m=e.bottom-t.bottom+o,i<0&&e.top-m<t.top&&(m=e.top-(t.top+o)));else{let s=e.bottom-e.top,r=t.bottom-t.top;m=("center"==n&&s<=r?e.top+s/2-r/2:"start"==n||"center"==n&&i<0?e.top-o:e.bottom-r+o)-t.top}if("nearest"==s?e.left<t.left?(g=e.left-(t.left+r),i>0&&e.right>t.right+g&&(g=e.right-t.right+r)):e.right>t.right&&(g=e.right-t.right+r,i<0&&e.left<t.left+g&&(g=e.left-(t.left+r))):g=("center"==s?e.left+(e.right-e.left)/2-(t.right-t.left)/2:"start"==s==l?e.left-r:e.right-(t.right-t.left)+r)-t.left,g||m)if(d)a.scrollBy(g,m);else{let t=0,i=0;if(m){let t=c.scrollTop;c.scrollTop+=m/p,i=(c.scrollTop-t)*p}if(g){let e=c.scrollLeft;c.scrollLeft+=g/f,t=(c.scrollLeft-e)*f}e={left:e.left-t,top:e.top-i,right:e.right-t,bottom:e.bottom-i},t&&1>Math.abs(t-g)&&(s="nearest"),i&&1>Math.abs(i-m)&&(n="nearest")}if(d)break;(e.top<t.top||e.bottom>t.bottom||e.left<t.left||e.right>t.right)&&(e={left:Math.max(e.left,t.left),right:Math.min(e.right,t.right),top:Math.max(e.top,t.top),bottom:Math.min(e.bottom,t.bottom)}),c=c.assignedSlot||c.parentNode}else if(11==c.nodeType)c=c.host;else break}(this.view.scrollDOM,r,e.head<e.anchor?-1:1,t.x,t.y,Math.max(Math.min(t.xMargin,o),-o),Math.max(Math.min(t.yMargin,l),-l),this.view.textDirection==tM.LTR)}}function eh(t,e){let i=t.observer.selectionRange;if(!i.focusNode)return null;let s=P(i.focusNode,i.focusOffset),n=N(i.focusNode,i.focusOffset),r=s||n;if(n&&s&&n.node!=s.node){let e=V.get(n.node);if(!e||e instanceof tt&&e.text!=n.node.nodeValue)r=n;else if(t.docView.lastCompositionAfterCursor){let t=V.get(s.node);!t||t instanceof tt&&t.text!=s.node.nodeValue||(r=n)}}if(t.docView.lastCompositionAfterCursor=r!=s,!r)return null;let o=e-r.offset;return{from:o,to:o+r.node.nodeValue.length,node:r.node}}let ea=class{constructor(){this.changes=[]}compareRange(t,e){tv(t,e,this.changes)}comparePoint(t,e){tv(t,e,this.changes)}boundChange(t){tv(t,t,this.changes)}};function ec(t,e){return t.top<e.bottom-1&&t.bottom>e.top+1}function eu(t,e){return e<t.top?{top:e,left:t.left,right:t.right,bottom:t.bottom}:t}function ed(t,e){return e>t.bottom?{top:t.top,left:t.left,right:t.right,bottom:e}:t}function ef(t,e,i){let s=t.nodeValue.length,n=-1,r=1e9,o=0;for(let l=0;l<s;l++){let s=D(t,l,l+1).getClientRects();for(let h=0;h<s.length;h++){let a=s[h];if(a.top==a.bottom)continue;o||(o=e-a.left);let c=(a.top>i?a.top-i:i-a.bottom)-1;if(a.left-1<=e&&a.right+1>=e&&c<r){let i=e>=(a.left+a.right)/2,s=i;if((Z.chrome||Z.gecko)&&D(t,l).getBoundingClientRect().left==a.right&&(s=!i),c<=0)return{node:t,offset:l+ +!!s};n=l+ +!!s,r=c}}}return{node:t,offset:n>-1?n:o>0?t.nodeValue.length:0}}function ep(t,e,i,s=-1){var n,r;let o=t.contentDOM.getBoundingClientRect(),l=o.top+t.viewState.paddingTop,h,{docHeight:a}=t.viewState,{x:c,y:u}=e,d=u-l;if(d<0)return 0;if(d>a)return t.state.doc.length;for(let e=t.viewState.heightOracle.textHeight/2,n=!1;(h=t.elementAtHeight(d)).type!=tu.Text;)for(;!((d=s>0?h.bottom+e:h.top-e)>=0)||!(d<=a);){if(n)return i?null:0;n=!0,s=-s}u=l+d;let f=h.from;if(f<t.viewport.from)return 0==t.viewport.from?0:i?null:eg(t,o,h,c,u);if(f>t.viewport.to)return t.viewport.to==t.state.doc.length?t.state.doc.length:i?null:eg(t,o,h,c,u);let p=t.dom.ownerDocument,g=t.root.elementFromPoint?t.root:p,m=g.elementFromPoint(c,u);m&&!t.contentDOM.contains(m)&&(m=null),!m&&(c=Math.max(o.left+1,Math.min(o.right-1,c)),(m=g.elementFromPoint(c,u))&&!t.contentDOM.contains(m)&&(m=null));let v,y=-1;if(m&&(null==(n=t.docView.nearest(m))?void 0:n.isEditable)!=!1){if(p.caretPositionFromPoint){let t=p.caretPositionFromPoint(c,u);t&&({offsetNode:v,offset:y}=t)}else if(p.caretRangeFromPoint){let e=p.caretRangeFromPoint(c,u);e&&({startContainer:v,startOffset:y}=e,(!t.contentDOM.contains(v)||Z.safari&&function(t,e,i){let s,n=t;if(3!=t.nodeType||e!=(s=t.nodeValue.length))return!1;for(;;){let t=n.nextSibling;if(t){if("BR"==t.nodeName)break;return!1}{let t=n.parentNode;if(!t||"DIV"==t.nodeName)break;n=t}}return D(t,s-1,s).getBoundingClientRect().right>i}(v,y,c)||Z.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():D(t,0,Math.max(t.nodeValue.length,1)).getBoundingClientRect()).left>5}(v,y,c))&&(v=void 0))}v&&(y=Math.min(k(v),y))}if(!v||!t.docView.dom.contains(v)){let e=tw.find(t.docView,f);if(!e)return d>h.top+h.height/2?h.to:h.from;({node:v,offset:y}=function t(e,i,s){let n,r,o,l,h,a,c,u,d=!1;for(let g=e.firstChild;g;g=g.nextSibling){let e=w(g);for(let m=0;m<e.length;m++){var f,p;let v=e[m];a&&ec(a,v)&&(v=eu(ed(v,a.bottom),a.top));let w=(f=v).left>i?f.left-i:Math.max(0,i-f.right),y=(p=v).top>s?p.top-s:Math.max(0,s-p.bottom);if(0==w&&0==y)return 3==g.nodeType?ef(g,i,s):t(g,i,s);(!h||u>y||u==y&&c>w)&&(h=g,a=v,c=w,u=y,d=!w||(i<v.left?m>0:m<e.length-1)),0==w?s>v.bottom&&(!o||o.bottom<v.bottom)?(n=g,o=v):s<v.top&&(!l||l.top>v.top)&&(r=g,l=v):o&&ec(o,v)?o=ed(o,v.bottom):l&&ec(l,v)&&(l=eu(l,v.top))}}if(o&&o.bottom>=s?(h=n,a=o):l&&l.top<=s&&(h=r,a=l),!h)return{node:e,offset:0};let g=Math.max(a.left,Math.min(a.right,i));if(3==h.nodeType)return ef(h,g,s);if(d&&"false"!=h.contentEditable)return t(h,g,s);let m=Array.prototype.indexOf.call(e.childNodes,h)+ +(i>=(a.left+a.right)/2);return{node:e,offset:m}}(e.dom,c,u))}let b=t.docView.nearest(v);if(!b)return null;if(!b.isWidget||(null==(r=b.dom)?void 0:r.nodeType)!=1)return b.localPosFromDOM(v,y)+b.posAtStart;{let t=b.dom.getBoundingClientRect();return e.y<t.top||e.y<=t.bottom&&e.x<=(t.left+t.right)/2?b.posAtStart:b.posAtEnd}}function eg(t,e,i,s,n){let r=Math.round((s-e.left)*t.defaultCharacterWidth);if(t.lineWrapping&&i.height>1.5*t.defaultLineHeight){let e=t.viewState.heightOracle.textHeight;r+=Math.floor((n-i.top-(t.defaultLineHeight-e)*.5)/e)*t.viewState.heightOracle.lineLength}let o=t.state.sliceDoc(i.from,i.to);return i.from+(0,l.Gz)(o,r,t.state.tabSize)}function em(t,e,i){let s=t.lineBlockAt(e);if(Array.isArray(s.type)){let t;for(let n of s.type){if(n.from>e)break;if(!(n.to<e)){if(n.from<e&&n.to>e)return n;(!t||n.type==tu.Text&&(t.type!=n.type||(i<0?n.from<e:n.to>e)))&&(t=n)}}return t||s}return s}function ev(t,e,i,s){let n=t.state.doc.lineAt(e.head),r=t.bidiSpans(n),o=t.textDirectionAt(n.from);for(let h=e,a=null;;){let e=function(t,e,i,s,n){var r;let o=s.head-t.from,h=tN.find(e,o,null!=(r=s.bidiLevel)?r:-1,s.assoc),a=e[h],c=a.side(n,i);if(o==c){let t=h+=n?1:-1;if(t<0||t>=e.length)return null;o=(a=e[h=t]).side(!n,i),c=a.side(n,i)}let u=(0,l.cp)(t.text,o,a.forward(n,i));(u<a.from||u>a.to)&&(u=c),tV=t.text.slice(Math.min(o,u),Math.max(o,u));let d=h==(n?e.length-1:0)?null:e[h+(n?1:-1)];return d&&u==c&&d.level+ +!n<a.level?l.jT.cursor(d.side(!n,i)+t.from,d.forward(n,i)?1:-1,d.level):l.jT.cursor(u+t.from,a.forward(n,i)?-1:1,a.level)}(n,r,o,h,i),c=tV;if(!e){if(n.number==(i?t.state.doc.lines:1))return h;c="\n",n=t.state.doc.line(n.number+(i?1:-1)),r=t.bidiSpans(n),e=t.visualLineSide(n,!i)}if(a){if(!a(c))return h}else{if(!s)return e;a=s(c)}h=e}}function ew(t,e,i){for(;;){let s=0;for(let n of t)n.between(e-1,e+1,(t,n,r)=>{if(e>t&&e<n){let r=s||i||(e-t<n-e?-1:1);e=r<0?t:n,s=r}});if(!s)return e}}function ey(t,e,i){let s=ew(t.state.facet(t7).map(e=>e(t)),i.from,e.head>i.from?-1:1);return s==i.from?i:l.jT.cursor(s,s<i.from?1:-1)}class eb{constructor(t,e){this.points=t,this.text="",this.lineSeparator=e.facet(l.yy.lineSeparator)}append(t){this.text+=t}lineBreak(){this.text+=""}readRange(t,e){if(!t)return this;let i=t.parentNode;for(let s=t;;){this.findPointBefore(i,s);let t=this.text.length;this.readNode(s);let n=s.nextSibling;if(n==e)break;let r=V.get(s),o=V.get(n);(r&&o?r.breakAfter:(r?r.breakAfter:x(s))||x(n)&&("BR"!=s.nodeName||s.cmIgnore)&&this.text.length>t)&&this.lineBreak(),s=n}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,s=this.lineSeparator?null:/\r\n?|\n/g;;){let n=-1,r=1,o;if(this.lineSeparator?(n=e.indexOf(this.lineSeparator,i),r=this.lineSeparator.length):(o=s.exec(e))&&(n=o.index,r=o[0].length),this.append(e.slice(i,n<0?e.length:n)),n<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=n+r}}readNode(t){if(t.cmIgnore)return;let e=V.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+(!function(t,e,i){for(;;){if(!e||i<k(e))return!1;if(e==t)return!0;i=b(e)+1,e=e.parentNode}}(t,i.node,i.offset)?0:e))}}class ex{constructor(t,e){this.node=t,this.offset=e,this.pos=-1}}class eS{constructor(t,e,i,s){this.typeOver=s,this.bounds=null,this.text="",this.domChanged=e>-1;let{impreciseHead:n,impreciseAnchor:r}=t.docView;if(t.state.readOnly&&e>-1)this.newSel=null;else if(e>-1&&(this.bounds=t.docView.domBoundsAround(e,i,0))){let e=n||r?[]:function(t){let e=[];if(t.root.activeElement!=t.contentDOM)return e;let{anchorNode:i,anchorOffset:s,focusNode:n,focusOffset:r}=t.observer.selectionRange;return i&&(e.push(new ex(i,s)),(n!=i||r!=s)&&e.push(new ex(n,r))),e}(t),i=new eb(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,s=2==t.length?t[1].pos:i;return i>-1&&s>-1?l.jT.single(i+e,s+e):null}(e,this.bounds.from)}else{let e=t.observer.selectionRange,i=n&&n.node==e.focusNode&&n.offset==e.focusOffset||!m(t.contentDOM,e.focusNode)?t.state.selection.main.head:t.docView.posFromDOM(e.focusNode,e.focusOffset),s=r&&r.node==e.anchorNode&&r.offset==e.anchorOffset||!m(t.contentDOM,e.anchorNode)?t.state.selection.main.anchor:t.docView.posFromDOM(e.anchorNode,e.anchorOffset),o=t.viewport;if((Z.ios||Z.chrome)&&t.state.selection.main.empty&&i!=s&&(o.from>0||o.to<t.state.doc.length)){let e=Math.min(i,s),n=Math.max(i,s),r=o.from-e,l=o.to-n;(0==r||1==r||0==e)&&(0==l||-1==l||n==t.state.doc.length)&&(i=0,s=t.state.doc.length)}this.newSel=l.jT.single(s,i)}}}function ek(t,e){let i,{newSel:s}=e,n=t.state.selection.main,r=t.inputState.lastKeyTime>Date.now()-100?t.inputState.lastKeyCode:-1;if(e.bounds){let{from:s,to:o}=e.bounds,h=n.from,a=null;(8===r||Z.android&&e.text.length<o-s)&&(h=n.to,a="end");let c=function(t,e,i,s){let n=Math.min(t.length,e.length),r=0;for(;r<n&&t.charCodeAt(r)==e.charCodeAt(r);)r++;if(r==n&&t.length==e.length)return null;let o=t.length,l=e.length;for(;o>0&&l>0&&t.charCodeAt(o-1)==e.charCodeAt(l-1);)o--,l--;if("end"==s){let t=Math.max(0,r-Math.min(o,l));i-=o+t-r}if(o<r&&t.length<e.length){let t=i<=r&&i>=o?r-i:0;r-=t,l=r+(l-o),o=r}else if(l<r){let t=i<=r&&i>=l?r-i:0;r-=t,o=r+(o-l),l=r}return{from:r,toA:o,toB:l}}(t.state.doc.sliceString(s,o,""),e.text,h-s,a);c&&(Z.chrome&&13==r&&c.toB==c.from+2&&""==e.text.slice(c.from,c.toB)&&c.toB--,i={from:s+c.from,to:s+c.toA,insert:l.xv.of(e.text.slice(c.from,c.toB).split(""))})}else s&&(!t.hasFocus&&t.state.facet(t0)||s.main.eq(n))&&(s=null);if(!i&&!s)return!1;if(!i&&e.typeOver&&!n.empty&&s&&s.main.empty?i={from:n.from,to:n.to,insert:t.state.doc.slice(n.from,n.to)}:(Z.mac||Z.android)&&i&&i.from==i.to&&i.from==n.head-1&&/^\. ?$/.test(i.insert.toString())&&"off"==t.contentDOM.getAttribute("autocorrect")?(s&&2==i.insert.length&&(s=l.jT.single(s.main.anchor-1,s.main.head-1)),i={from:i.from,to:i.to,insert:l.xv.of([i.insert.toString().replace("."," ")])}):i&&i.from>=n.from&&i.to<=n.to&&(i.from!=n.from||i.to!=n.to)&&n.to-n.from-(i.to-i.from)<=4?i={from:n.from,to:n.to,insert:t.state.doc.slice(n.from,i.from).append(i.insert).append(t.state.doc.slice(i.to,n.to))}:Z.chrome&&i&&i.from==i.to&&i.from==n.head&&"\n "==i.insert.toString()&&t.lineWrapping&&(s&&(s=l.jT.single(s.main.anchor-1,s.main.head-1)),i={from:n.from,to:n.to,insert:l.xv.of([" "])}),i)return eM(t,i,s,r);if(!s||s.main.eq(n))return!1;{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:s,scrollIntoView:e,userEvent:i}),!0}}function eM(t,e,i,s=-1){let n;if(Z.ios&&t.inputState.flushIOSKey(e))return!0;let r=t.state.selection.main;if(Z.android&&(e.to==r.to&&(e.from==r.from||e.from==r.from-1&&" "==t.state.sliceDoc(e.from,r.from))&&1==e.insert.length&&2==e.insert.lines&&E(t.contentDOM,"Enter",13)||(e.from==r.from-1&&e.to==r.to&&0==e.insert.length||8==s&&e.insert.length<e.to-e.from&&e.to>r.head)&&E(t.contentDOM,"Backspace",8)||e.from==r.from&&e.to==r.to+1&&0==e.insert.length&&E(t.contentDOM,"Delete",46)))return!0;let o=e.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let h=()=>n||(n=function(t,e,i){let s,n=t.state,r=n.selection.main;if(e.from>=r.from&&e.to<=r.to&&e.to-e.from>=(r.to-r.from)/3&&(!i||i.main.empty&&i.main.from==e.from+e.insert.length)&&t.inputState.composing<0){let i=r.from<e.from?n.sliceDoc(r.from,e.from):"",o=r.to>e.to?n.sliceDoc(e.to,r.to):"";s=n.replaceSelection(t.state.toText(i+e.insert.sliceString(0,void 0,t.state.lineBreak)+o))}else{let o=n.changes(e),h=i&&i.main.to<=o.newLength?i.main:void 0;if(n.selection.ranges.length>1&&t.inputState.composing>=0&&e.to<=r.to&&e.to>=r.to-10){let a=t.state.sliceDoc(e.from,e.to),c,u=i&&eh(t,i.main.head);if(u){let t=e.insert.length-(e.to-e.from);c={from:u.from,to:u.to-t}}else c=t.state.doc.lineAt(r.head);let d=r.to-e.to,f=r.to-r.from;s=n.changeByRange(i=>{if(i.from==r.from&&i.to==r.to)return{changes:o,range:h||i.map(o)};let s=i.to-d,u=s-a.length;if(i.to-i.from!=f||t.state.sliceDoc(u,s)!=a||i.to>=c.from&&i.from<=c.to)return{range:i};let p=n.changes({from:u,to:s,insert:e.insert}),g=i.to-r.to;return{changes:p,range:h?l.jT.range(Math.max(0,h.anchor+g),Math.max(0,h.head+g)):i.map(p)}})}else s={changes:o,selection:h&&n.selection.replaceRange(h)}}let o="input.type";return(t.composing||t.inputState.compositionPendingChange&&t.inputState.compositionEndedAt>Date.now()-50)&&(t.inputState.compositionPendingChange=!1,o+=".compose",t.inputState.compositionFirstChange&&(o+=".start",t.inputState.compositionFirstChange=!1)),n.update(s,{userEvent:o,scrollIntoView:!0})}(t,e,i));return t.state.facet(tj).some(i=>i(t,e.from,e.to,o,h))||t.dispatch(h()),!0}class eC{setSelectionOrigin(t){this.lastSelectionOrigin=t,this.lastSelectionTime=Date.now()}constructor(t){var e;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,Z.safari&&t.contentDOM.addEventListener("input",()=>null),Z.gecko&&(e=t.contentDOM.ownerDocument,eU.has(e)||(eU.add(e),e.addEventListener("copy",()=>{}),e.addEventListener("cut",()=>{})))}handleEvent(t){!(!function(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let i=e.target,s;i!=t.contentDOM;i=i.parentNode)if(!i||11==i.nodeType||(s=V.get(i))&&s.ignoreEvent(e))return!1;return!0}(this.view,t)||this.ignoreDuringComposition(t))&&("keydown"==t.type&&this.keydown(t)||(0!=this.view.updateState?Promise.resolve().then(()=>this.runHandlers(t.type,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=function(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,s=t&&t.plugin.domEventHandlers,n=t&&t.plugin.domEventObservers;if(s)for(let t in s){let n=s[t];n&&i(t).handlers.push(eA(e.value,n))}if(n)for(let t in n){let s=n[t];s&&i(t).observers.push(eA(e.value,s))}}for(let t in eB)i(t).handlers.push(eB[t]);for(let t in eP)i(t).observers.push(eP[t]);return e}(t),i=this.handlers,s=this.view.contentDOM;for(let t in e)if("scroll"!=t){let n=!e[t].handlers.length,r=i[t];r&&!r.handlers.length!=n&&(s.removeEventListener(t,this.handleEvent),r=null),r||s.addEventListener(t,this.handleEvent,{passive:n})}for(let t in i)"scroll"==t||e[t]||s.removeEventListener(t,this.handleEvent);this.handlers=e}keydown(t){let e;return this.lastKeyCode=t.keyCode,this.lastKeyTime=Date.now(),!!(9==t.keyCode&&this.tabFocusMode>-1&&(!this.tabFocusMode||Date.now()<=this.tabFocusMode))||((this.tabFocusMode>0&&27!=t.keyCode&&0>eD.indexOf(t.keyCode)&&(this.tabFocusMode=-1),Z.android&&Z.chrome&&!t.synthetic&&(13==t.keyCode||8==t.keyCode))?(this.view.observer.delayAndroidKey(t.key,t.keyCode),!0):Z.ios&&!t.synthetic&&!t.altKey&&!t.metaKey&&((e=eO.find(e=>e.keyCode==t.keyCode))&&!t.ctrlKey||eT.indexOf(t.key)>-1&&t.ctrlKey&&!t.shiftKey)?(this.pendingIOSKey=e||t,setTimeout(()=>this.flushIOSKey(),250),!0):(229!=t.keyCode&&this.view.observer.forceFlush(),!1))}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,E(this.view.contentDOM,e.key,e.keyCode,e instanceof KeyboardEvent?e:void 0))}ignoreDuringComposition(t){return!!/^key/.test(t.type)&&(this.composing>0||!!(Z.safari&&!Z.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 eA(t,e){return(i,s)=>{try{return e.call(t,s,i)}catch(t){tZ(i.state,t)}}}let eO=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],eT="dthko",eD=[16,17,18,20,91,92,224,225];function eE(t){return .7*Math.max(0,t)+8}class eR{constructor(t,e,i,s){var n,r;let o;this.view=t,this.startEvent=e,this.style=i,this.mustSelect=s,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=e,this.scrollParents=function(t){let e=t.ownerDocument,i,s;for(let n=t.parentNode;n;)if(n==e.body||i&&s)break;else if(1==n.nodeType)!s&&n.scrollHeight>n.clientHeight&&(s=n),!i&&n.scrollWidth>n.clientWidth&&(i=n),n=n.assignedSlot||n.parentNode;else if(11==n.nodeType)n=n.host;else break;return{x:i,y:s}}(t.contentDOM),this.atoms=t.state.facet(t7).map(e=>e(t));let h=t.contentDOM.ownerDocument;h.addEventListener("mousemove",this.move=this.move.bind(this)),h.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=e.shiftKey,this.multiple=t.state.facet(l.yy.allowMultipleSelections)&&(n=t,r=e,(o=n.state.facet(tH)).length?o[0](r):Z.mac?r.metaKey:r.ctrlKey),this.dragging=!!function(t,e){let{main:i}=t.state.selection;if(i.empty)return!1;let s=g(t.root);if(!s||0==s.rangeCount)return!0;let n=s.getRangeAt(0).getClientRects();for(let t=0;t<n.length;t++){let i=n[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==eq(e)&&null}start(t){!1===this.dragging&&this.select(t)}move(t){var e;if(0==t.buttons)return this.destroy();if(this.dragging||null==this.dragging&&10>(e=this.startEvent,Math.max(Math.abs(e.clientX-t.clientX),Math.abs(e.clientY-t.clientY))))return;this.select(this.lastEvent=t);let i=0,s=0,n=0,r=0,o=this.view.win.innerWidth,l=this.view.win.innerHeight;this.scrollParents.x&&({left:n,right:o}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:r,bottom:l}=this.scrollParents.y.getBoundingClientRect());let h=es(this.view);t.clientX-h.left<=n+6?i=-eE(n-t.clientX):t.clientX+h.right>=o-6&&(i=eE(t.clientX-o)),t.clientY-h.top<=r+6?s=-eE(r-t.clientY):t.clientY+h.bottom>=l-6&&(s=eE(t.clientY-l)),this.setScrollSpeed(i,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 s=t.ranges[i],n=null;if(s.empty){let t=ew(this.atoms,s.from,0);t!=s.from&&(n=l.jT.cursor(t,-1))}else{let t=ew(this.atoms,s.from,-1),e=ew(this.atoms,s.to,1);(t!=s.from||e!=s.to)&&(n=l.jT.range(s.from==s.anchor?t:e,s.from==s.head?t:e))}n&&(e||(e=t.ranges.slice()),e[i]=n)}return e?l.jT.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)}}let eB=Object.create(null),eP=Object.create(null),eN=Z.ie&&Z.ie_version<15||Z.ios&&Z.webkit_version<604;function eL(t,e,i){for(let s of t.facet(e))i=s(i,t);return i}function eI(t,e){e=eL(t.state,tK,e);let{state:i}=t,s,n=1,r=i.toText(e),o=r.lines==i.selection.ranges.length;if(null!=e$&&i.selection.ranges.every(t=>t.empty)&&e$==r.toString()){let t=-1;s=i.changeByRange(s=>{let h=i.doc.lineAt(s.from);if(h.from==t)return{range:s};t=h.from;let a=i.toText((o?r.line(n++).text:e)+i.lineBreak);return{changes:{from:h.from,insert:a},range:l.jT.cursor(s.from+a.length)}})}else s=o?i.changeByRange(t=>{let e=r.line(n++);return{changes:{from:t.from,to:t.to,insert:e.text},range:l.jT.cursor(t.from+e.length)}}):i.replaceSelection(r);t.dispatch(s,{userEvent:"input.paste",scrollIntoView:!0})}function eV(t,e,i,s){if(1==s)return l.jT.cursor(e,i);{if(2==s)return function(t,e,i=1){let s=t.charCategorizer(e),n=t.doc.lineAt(e),r=e-n.from;if(0==n.length)return l.jT.cursor(e);0==r?i=1:r==n.length&&(i=-1);let o=r,h=r;i<0?o=(0,l.cp)(n.text,r,!1):h=(0,l.cp)(n.text,r);let a=s(n.text.slice(o,h));for(;o>0;){let t=(0,l.cp)(n.text,o,!1);if(s(n.text.slice(t,o))!=a)break;o=t}for(;h<n.length;){let t=(0,l.cp)(n.text,h);if(s(n.text.slice(h,t))!=a)break;h=t}return l.jT.range(o+n.from,h+n.from)}(t.state,e,i);let n=tw.find(t.docView,e),r=t.state.doc.lineAt(n?n.posAtEnd:e),o=n?n.posAtStart:r.from,h=n?n.posAtEnd:r.to;return h<t.state.doc.length&&h==r.to&&h++,l.jT.range(o,h)}}eP.scroll=t=>{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft},eB.keydown=(t,e)=>(t.inputState.setSelectionOrigin("select"),27==e.keyCode&&0!=t.inputState.tabFocusMode&&(t.inputState.tabFocusMode=Date.now()+2e3),!1),eP.touchstart=(t,e)=>{t.inputState.lastTouchTime=Date.now(),t.inputState.setSelectionOrigin("select.pointer")},eP.touchmove=t=>{t.inputState.setSelectionOrigin("select.pointer")},eB.mousedown=(t,e)=>{var i,s;let n,r,o;if(t.observer.flush(),t.inputState.lastTouchTime>Date.now()-2e3)return!1;let h=null;for(let i of t.state.facet(tF))if(h=i(t,e))break;if(h||0!=e.button||(n=eW(i=t,s=e),r=eq(s),o=i.state.selection,h={update(t){t.docChanged&&(n.pos=t.changes.mapPos(n.pos),o=o.map(t.changes))},get(t,e,s){let h=eW(i,t),a,c=eV(i,h.pos,h.bias,r);if(n.pos!=h.pos&&!e){let t=eV(i,n.pos,n.bias,r),e=Math.min(t.from,c.from),s=Math.max(t.to,c.to);c=e<c.from?l.jT.range(e,s):l.jT.range(s,e)}return e?o.replaceRange(o.main.extend(c.from,c.to)):s&&1==r&&o.ranges.length>1&&(a=function(t,e){for(let i=0;i<t.ranges.length;i++){let{from:s,to:n}=t.ranges[i];if(s<=e&&n>=e)return l.jT.create(t.ranges.slice(0,i).concat(t.ranges.slice(i+1)),t.mainIndex==i?0:t.mainIndex-+(t.mainIndex>i))}return null}(o,h.pos))?a:s?o.addRange(c):l.jT.create([c])}}),h){let i=!t.hasFocus;t.inputState.startMouseSelection(new eR(t,e,h,i)),i&&t.observer.ignore(()=>{T(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 eH=(t,e,i)=>e>=i.top&&e<=i.bottom&&t>=i.left&&t<=i.right;function eW(t,e){let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1);return{pos:i,bias:function(t,e,i,s){let n=tw.find(t.docView,e);if(!n)return 1;let r=e-n.posAtStart;if(0==r)return 1;if(r==n.length)return -1;let o=n.coordsAt(r,-1);if(o&&eH(i,s,o))return -1;let l=n.coordsAt(r,1);return l&&eH(i,s,l)?1:o&&o.bottom>=s?-1:1}(t,i,e.clientX,e.clientY)}}let eF=Z.ie&&Z.ie_version<=11,ez=null,e_=0,ej=0;function eq(t){if(!eF)return t.detail;let e=ez,i=ej;return ez=t,ej=Date.now(),e_=!e||i>Date.now()-400&&2>Math.abs(e.clientX-t.clientX)&&2>Math.abs(e.clientY-t.clientY)?(e_+1)%3:1}function eK(t,e,i,s){let n;if(!(i=eL(t.state,tK,i)))return;let r=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:o}=t.inputState,l=s&&o&&((n=t.state.facet(tW)).length?n[0](e):Z.mac?!e.altKey:!e.ctrlKey)?{from:o.from,to:o.to}:null,h={from:r,insert:i},a=t.state.changes(l?[l,h]:h);t.focus(),t.dispatch({changes:a,selection:{anchor:a.mapPos(r,-1),head:a.mapPos(r,1)},userEvent:l?"move.drop":"input.drop"}),t.inputState.draggedContent=null}eB.dragstart=(t,e)=>{let{selection:{main:i}}=t.state;if(e.target.draggable){let s=t.docView.nearest(e.target);if(s&&s.isWidget){let t=s.posAtStart,e=t+s.length;(t>=i.to||e<=i.from)&&(i=l.jT.range(t,e))}}let{inputState:s}=t;return s.mouseSelection&&(s.mouseSelection.dragging=!0),s.draggedContent=i,e.dataTransfer&&(e.dataTransfer.setData("Text",eL(t.state,t$,t.state.sliceDoc(i.from,i.to))),e.dataTransfer.effectAllowed="copyMove"),!1},eB.dragend=t=>(t.inputState.draggedContent=null,!1),eB.drop=(t,e)=>{if(!e.dataTransfer)return!1;if(t.state.readOnly)return!0;let i=e.dataTransfer.files;if(i&&i.length){let s=Array(i.length),n=0,r=()=>{++n==i.length&&eK(t,e,s.filter(t=>null!=t).join(t.state.lineBreak),!1)};for(let t=0;t<i.length;t++){let e=new FileReader;e.onerror=r,e.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(e.result)||(s[t]=e.result),r()},e.readAsText(i[t])}return!0}{let i=e.dataTransfer.getData("Text");if(i)return eK(t,e,i,!0),!0}return!1},eB.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let i=eN?null:e.clipboardData;return i?(eI(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(),eI(t,i.value)},50)}(t),!1)};let e$=null;eB.copy=eB.cut=(t,e)=>{let{text:i,ranges:s,linewise:n}=function(t){let e=[],i=[],s=!1;for(let s of t.selection.ranges)s.empty||(e.push(t.sliceDoc(s.from,s.to)),i.push(s));if(!e.length){let n=-1;for(let{from:s}of t.selection.ranges){let r=t.doc.lineAt(s);r.number>n&&(e.push(r.text),i.push({from:r.from,to:Math.min(t.doc.length,r.to+1)})),n=r.number}s=!0}return{text:eL(t,t$,e.join(t.lineBreak)),ranges:i,linewise:s}}(t.state);if(!i&&!n)return!1;e$=n?i:null,"cut"!=e.type||t.state.readOnly||t.dispatch({changes:s,scrollIntoView:!0,userEvent:"delete.cut"});let r=eN?null:e.clipboardData;return r?(r.clearData(),r.setData("text/plain",i),!0):(!function(t,e){let i=t.dom.parentNode;if(!i)return;let s=i.appendChild(document.createElement("textarea"));s.style.cssText="position: fixed; left: -10000px; top: 10px",s.value=e,s.focus(),s.selectionEnd=e.length,s.selectionStart=0,setTimeout(()=>{s.remove(),t.focus()},50)}(t,i),!1)};let eX=l.q6.define();function eG(t,e){let i=[];for(let s of t.facet(tq)){let n=s(t,e);n&&i.push(n)}return i.length?t.update({effects:i,annotations:eX.of(!0)}):null}function eY(t){setTimeout(()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let i=eG(t.state,e);i?t.dispatch(i):t.update([])}},10)}eP.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),eY(t)},eP.blur=t=>{t.observer.clearSelectionRange(),eY(t)},eP.compositionstart=eP.compositionupdate=t=>{!t.observer.editContext&&(null==t.inputState.compositionFirstChange&&(t.inputState.compositionFirstChange=!0),t.inputState.composing<0&&(t.inputState.composing=0))},eP.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,Z.chrome&&Z.android?t.observer.flushSoon():t.inputState.compositionPendingChange?Promise.resolve().then(()=>t.observer.flush()):setTimeout(()=>{t.inputState.composing<0&&t.docView.hasComposition&&t.update([])},50))},eP.contextmenu=t=>{t.inputState.lastContextMenu=Date.now()},eB.beforeinput=(t,e)=>{var i,s;let n;if("insertReplacementText"==e.inputType&&t.observer.editContext){let s=null==(i=e.dataTransfer)?void 0:i.getData("text/plain"),n=e.getTargetRanges();if(s&&n.length){let e=n[0],i=t.posAtDOM(e.startContainer,e.startOffset),r=t.posAtDOM(e.endContainer,e.endOffset);return eM(t,{from:i,to:r,insert:t.state.toText(s)},null),!0}}if(Z.chrome&&Z.android&&(n=eO.find(t=>t.inputType==e.inputType))&&(t.observer.delayAndroidKey(n.key,n.keyCode),"Backspace"==n.key||"Delete"==n.key)){let e=(null==(s=window.visualViewport)?void 0:s.height)||0;setTimeout(()=>{var i;((null==(i=window.visualViewport)?void 0:i.height)||0)>e+10&&t.hasFocus&&(t.contentDOM.blur(),t.focus())},100)}return Z.ios&&"deleteContentForward"==e.inputType&&t.observer.flushSoon(),Z.safari&&"insertText"==e.inputType&&t.inputState.composing>=0&&setTimeout(()=>eP.compositionend(t,e),20),!1};let eU=new Set,eJ=["pre-wrap","normal","pre-line","break-spaces"],eQ=!1;class eZ{constructor(t){this.lineWrapping=t,this.doc=l.xv.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 eJ.indexOf(t)>-1!=this.lineWrapping}mustRefreshForHeights(t){let e=!1;for(let i=0;i<t.length;i++){let s=t[i];s<0?i++:this.heightSamples[Math.floor(10*s)]||(e=!0,this.heightSamples[Math.floor(10*s)]=!0)}return e}refresh(t,e,i,s,n,r){let o=eJ.indexOf(t)>-1,l=Math.round(e)!=Math.round(this.lineHeight)||this.lineWrapping!=o;if(this.lineWrapping=o,this.lineHeight=e,this.charWidth=i,this.textHeight=s,this.lineLength=n,l){this.heightSamples={};for(let t=0;t<r.length;t++){let e=r[t];e<0?t++:this.heightSamples[Math.floor(10*e)]=!0}}return l}}class e0{constructor(t,e){this.from=t,this.heights=e,this.index=0}get more(){return this.index<this.heights.length}}class e1{constructor(t,e,i,s,n){this.from=t,this.length=e,this.top=i,this.height=s,this._content=n}get type(){return"number"==typeof this._content?tu.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 tg?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 e1(this.from,this.length+t.length,this.top,this.height+t.height,e)}}var e2=((o=e2||(e2={}))[o.ByPos=0]="ByPos",o[o.ByHeight=1]="ByHeight",o[o.ByPosNoHeight=2]="ByPosNoHeight",o);class e3{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=2*!!t|-3&this.flags}setHeight(t){this.height!=t&&(Math.abs(this.height-t)>.001&&(eQ=!0),this.height=t)}replace(t,e,i){return e3.of(i)}decomposeLeft(t,e){e.push(this)}decomposeRight(t,e){e.push(this)}applyChanges(t,e,i,s){let n=this,r=i.doc;for(let o=s.length-1;o>=0;o--){let{fromA:l,toA:h,fromB:a,toB:c}=s[o],u=n.lineAt(l,e2.ByPosNoHeight,i.setDoc(e),0,0),d=u.to>=h?u:n.lineAt(h,e2.ByPosNoHeight,i,0,0);for(c+=d.to-h,h=d.to;o>0&&u.from<=s[o-1].toA;)l=s[o-1].fromA,a=s[o-1].fromB,o--,l<u.from&&(u=n.lineAt(l,e2.ByPosNoHeight,i,0,0));a+=u.from-l,l=u.from;let f=it.build(i.setDoc(r),t,a,c);n=e8(n,n.replace(l,h,f))}return n.updateHeight(i,0)}static empty(){return new e5(0,0)}static of(t){if(1==t.length)return t[0];let e=0,i=t.length,s=0,n=0;for(;;)if(e==i)if(s>2*n){let n=t[e-1];n.break?t.splice(--e,1,n.left,null,n.right):t.splice(--e,1,n.left,n.right),i+=1+n.break,s-=n.size}else if(n>2*s){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,n-=e.size}else break;else if(s<n){let i=t[e++];i&&(s+=i.size)}else{let e=t[--i];e&&(n+=e.size)}let r=0;return null==t[e-1]?(r=1,e--):null==t[e]&&(r=1,i++),new e6(e3.of(t.slice(0,e)),r,e3.of(t.slice(i)))}}function e8(t,e){return t==e?t:(t.constructor!=e.constructor&&(eQ=!0),e)}e3.prototype.size=1;class e4 extends e3{constructor(t,e,i){super(t,e),this.deco=i}blockAt(t,e,i,s){return new e1(s,this.length,i,this.height,this.deco||0)}lineAt(t,e,i,s,n){return this.blockAt(0,i,s,n)}forEachLine(t,e,i,s,n,r){t<=n+this.length&&e>=n&&r(this.blockAt(0,i,s,n))}updateHeight(t,e=0,i=!1,s){return s&&s.from<=e&&s.more&&this.setHeight(s.heights[s.index++]),this.outdated=!1,this}toString(){return`block(${this.length})`}}class e5 extends e4{constructor(t,e){super(t,e,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(t,e,i,s){return new e1(s,this.length,i,this.height,this.breaks)}replace(t,e,i){let s=i[0];return 1==i.length&&(s instanceof e5||s instanceof e9&&4&s.flags)&&10>Math.abs(this.length-s.length)?(s instanceof e9?s=new e5(s.length,this.height):s.height=this.height,this.outdated||(s.outdated=!1),s):e3.of(i)}updateHeight(t,e=0,i=!1,s){return s&&s.from<=e&&s.more?this.setHeight(s.heights[s.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 e9 extends e3{constructor(t){super(t,0)}heightMetrics(t,e){let i=t.doc.lineAt(e).number,s=t.doc.lineAt(e+this.length).number,n=s-i+1,r,o=0;if(t.lineWrapping){let e=Math.min(this.height,t.lineHeight*n);r=e/n,this.length>n+1&&(o=(this.height-e)/(this.length-n-1))}else r=this.height/n;return{firstLine:i,lastLine:s,perLine:r,perChar:o}}blockAt(t,e,i,s){let{firstLine:n,lastLine:r,perLine:o,perChar:l}=this.heightMetrics(e,s);if(e.lineWrapping){let n=s+(t<e.lineHeight?0:Math.round(Math.max(0,Math.min(1,(t-i)/this.height))*this.length)),r=e.doc.lineAt(n),h=o+r.length*l,a=Math.max(i,t-h/2);return new e1(r.from,r.length,a,h,0)}{let s=Math.max(0,Math.min(r-n,Math.floor((t-i)/o))),{from:l,length:h}=e.doc.line(n+s);return new e1(l,h,i+o*s,o,0)}}lineAt(t,e,i,s,n){if(e==e2.ByHeight)return this.blockAt(t,i,s,n);if(e==e2.ByPosNoHeight){let{from:e,to:s}=i.doc.lineAt(t);return new e1(e,s-e,0,0,0)}let{firstLine:r,perLine:o,perChar:l}=this.heightMetrics(i,n),h=i.doc.lineAt(t),a=o+h.length*l,c=h.number-r,u=s+o*c+l*(h.from-n-c);return new e1(h.from,h.length,Math.max(s,Math.min(u,s+this.height-a)),a,0)}forEachLine(t,e,i,s,n,r){t=Math.max(t,n),e=Math.min(e,n+this.length);let{firstLine:o,perLine:l,perChar:h}=this.heightMetrics(i,n);for(let a=t,c=s;a<=e;){let e=i.doc.lineAt(a);if(a==t){let i=e.number-o;c+=l*i+h*(t-n-i)}let s=l+h*e.length;r(new e1(e.from,e.length,c,s,0)),c+=s,a=e.to+1}}replace(t,e,i){let s=this.length-e;if(s>0){let t=i[i.length-1];t instanceof e9?i[i.length-1]=new e9(t.length+s):i.push(null,new e9(s-1))}if(t>0){let e=i[0];e instanceof e9?i[0]=new e9(t+e.length):i.unshift(new e9(t-1),null)}return e3.of(i)}decomposeLeft(t,e){e.push(new e9(t-1),null)}decomposeRight(t,e){e.push(null,new e9(this.length-t-1))}updateHeight(t,e=0,i=!1,s){let n=e+this.length;if(s&&s.from<=e+this.length&&s.more){let i=[],r=Math.max(e,s.from),o=-1;for(s.from>e&&i.push(new e9(s.from-e-1).updateHeight(t,e));r<=n&&s.more;){let e=t.doc.lineAt(r).length;i.length&&i.push(null);let n=s.heights[s.index++];-1==o?o=n:Math.abs(n-o)>=.001&&(o=-2);let l=new e5(e,n);l.outdated=!1,i.push(l),r+=e+1}r<=n&&i.push(null,new e9(n-r).updateHeight(t,r));let l=e3.of(i);return(o<0||Math.abs(l.height-this.height)>=.001||Math.abs(o-this.heightMetrics(t,e).perLine)>=.001)&&(eQ=!0),e8(this,l)}return(i||this.outdated)&&(this.setHeight(t.heightForGap(e,e+this.length)),this.outdated=!1),this}toString(){return`gap(${this.length})`}}class e6 extends e3{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,s){let n=i+this.left.height;return t<n?this.left.blockAt(t,e,i,s):this.right.blockAt(t,e,n,s+this.left.length+this.break)}lineAt(t,e,i,s,n){let r=s+this.left.height,o=n+this.left.length+this.break,l=e==e2.ByHeight?t<r:t<o,h=l?this.left.lineAt(t,e,i,s,n):this.right.lineAt(t,e,i,r,o);if(this.break||(l?h.to<o:h.from>o))return h;let a=e==e2.ByPosNoHeight?e2.ByPosNoHeight:e2.ByPos;return l?h.join(this.right.lineAt(o,a,i,r,o)):this.left.lineAt(o,a,i,s,n).join(h)}forEachLine(t,e,i,s,n,r){let o=s+this.left.height,l=n+this.left.length+this.break;if(this.break)t<l&&this.left.forEachLine(t,e,i,s,n,r),e>=l&&this.right.forEachLine(t,e,i,o,l,r);else{let h=this.lineAt(l,e2.ByPos,i,s,n);t<h.from&&this.left.forEachLine(t,h.from-1,i,s,n,r),h.to>=t&&h.from<=e&&r(h),e>h.to&&this.right.forEachLine(h.to+1,e,i,o,l,r)}}replace(t,e,i){let s=this.left.length+this.break;if(e<s)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-s,e-s,i));let n=[];t>0&&this.decomposeLeft(t,n);let r=n.length;for(let t of i)n.push(t);if(t>0&&e7(n,r-1),e<this.length){let t=n.length;this.decomposeRight(e,n),e7(n,t)}return e3.of(n)}decomposeLeft(t,e){let i=this.left.length;if(t<=i)return this.left.decomposeLeft(t,e);e.push(this.left),this.break&&t>=++i&&e.push(null),t>i&&this.right.decomposeLeft(t-i,e)}decomposeRight(t,e){let i=this.left.length,s=i+this.break;if(t>=s)return this.right.decomposeRight(t-s,e);t<i&&this.left.decomposeRight(t,e),this.break&&t<s&&e.push(null),e.push(this.right)}balanced(t,e){return t.size>2*e.size||e.size>2*t.size?e3.of(this.break?[t,null,e]:[t,e]):(this.left=e8(this.left,t),this.right=e8(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,s){let{left:n,right:r}=this,o=e+n.length+this.break,l=null;return(s&&s.from<=e+n.length&&s.more?l=n=n.updateHeight(t,e,i,s):n.updateHeight(t,e,i),s&&s.from<=o+r.length&&s.more?l=r=r.updateHeight(t,o,i,s):r.updateHeight(t,o,i),l)?this.balanced(n,r):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function e7(t,e){let i,s;null==t[e]&&(i=t[e-1])instanceof e9&&(s=t[e+1])instanceof e9&&t.splice(e-1,3,new e9(i.length+1+s.length))}class it{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 e5?i.length+=t-this.pos:(t>this.pos||!this.isCovered)&&this.nodes.push(new e5(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 s=i.widget?i.widget.estimatedHeight:0,n=i.widget?i.widget.lineBreaks:0;s<0&&(s=this.oracle.lineHeight);let r=e-t;i.block?this.addBlock(new e4(r,s,i)):(r||n||s>=5)&&this.addLineDeco(s,n,r)}else e>t&&this.span(t,e);this.lineEnd>-1&&this.lineEnd<this.pos&&(this.lineEnd=this.oracle.doc.lineAt(this.pos).to)}enterLine(){if(this.lineStart>-1)return;let{from:t,to:e}=this.oracle.doc.lineAt(this.pos);this.lineStart=t,this.lineEnd=e,this.writtenTo<t&&((this.writtenTo<t-1||null==this.nodes[this.nodes.length-1])&&this.nodes.push(this.blankContent(this.writtenTo,t-1)),this.nodes.push(null)),this.pos>t&&this.nodes.push(new e5(this.pos-t,-1)),this.writtenTo=this.pos}blankContent(t,e){let i=new e9(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 e5)return t;let e=new e5(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 s=this.ensureLine();s.length+=i,s.collapsed+=i,s.widgetHeight=Math.max(s.widgetHeight,t),s.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 e5||this.isCovered?(this.writtenTo<this.pos||null==e)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos)):this.nodes.push(new e5(0,-1));let i=t;for(let t of this.nodes)t instanceof e5&&t.updateHeight(this.oracle,i),i+=t?t.length:1;return this.nodes}static build(t,e,i,s){let n=new it(i,t);return l.Xs.spans(e,i,s,n,0),n.finish(i)}}class ie{constructor(){this.changes=[]}compareRange(){}comparePoint(t,e,i,s){(t<e||i&&i.heightRelevant||s&&s.heightRelevant)&&tv(t,e,this.changes,5)}}class ii{constructor(t,e,i,s){this.from=t,this.to=e,this.size=i,this.displaySize=s}static same(t,e){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++){let s=t[i],n=e[i];if(s.from!=n.from||s.to!=n.to||s.size!=n.size)return!1}return!0}draw(t,e){return td.replace({widget:new is(this.displaySize*(e?t.scaleY:t.scaleX),e)}).range(this.from,this.to)}}class is extends tc{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 ir{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=ia,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=tM.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let e=t.facet(t5).some(t=>"function"!=typeof t&&"cm-lineWrapping"==t.class);this.heightOracle=new eZ(e),this.stateDeco=t.facet(t9).filter(t=>"function"!=typeof t),this.heightMap=e3.empty().applyChanges(this.stateDeco,l.xv.empty,this.heightOracle.setDoc(t.doc),[new er(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=td.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 s=i?e.head:e.anchor;if(!t.some(({from:t,to:e})=>s>=t&&s<=e)){let{from:e,to:i}=this.lineBlockAt(s);t.push(new io(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?ia:new ic(this.heightOracle,this.heightMap,this.viewports),2*!t.eq(this.scaler)}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,t=>{this.viewportLines.push(iu(t,this.scaler))})}update(t,e=null){var i,s;let n;this.state=t.state;let r=this.stateDeco;this.stateDeco=this.state.facet(t9).filter(t=>"function"!=typeof t);let o=t.changedRanges,h=er.extendWithRanges(o,(i=this.stateDeco,s=t?t.changes:l.as.empty(this.state.doc.length),n=new ie,l.Xs.compare(r,i,s,n,0),n.changes)),a=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);eQ=!1,this.heightMap=this.heightMap.applyChanges(this.stateDeco,t.startState.doc,this.heightOracle.setDoc(this.state.doc),h),(this.heightMap.height!=a||eQ)&&(t.flags|=2),c?(this.scrollAnchorPos=t.changes.mapPos(c.from,-1),this.scrollAnchorHeight=c.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=a);let u=h.length?this.mapViewport(this.viewport,t.changes):this.viewport;(e&&(e.range.head<u.from||e.range.head>u.to)||!this.viewportIsAppropriate(u))&&(u=this.getViewport(0,e));let d=u.from!=this.viewport.from||u.to!=this.viewport.to;this.viewport=u,t.flags|=this.updateForViewport(),(d||!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(t.changes),e&&(this.scrollTarget=e),!this.mustEnforceCursorAssoc&&t.selectionSet&&t.view.lineWrapping&&t.state.selection.main.empty&&t.state.selection.main.assoc&&!t.state.facet(tG)&&(this.mustEnforceCursorAssoc=!0)}measure(t){var e;let i,s,n=t.contentDOM,r=window.getComputedStyle(n),o=this.heightOracle,h=r.whiteSpace;this.defaultTextDirection="rtl"==r.direction?tM.RTL:tM.LTR;let a=this.heightOracle.mustRefreshForWrapping(h),c=n.getBoundingClientRect(),u=a||this.mustMeasureContent||this.contentDOMHeight!=c.height;this.contentDOMHeight=c.height,this.mustMeasureContent=!1;let d=0,f=0;if(c.width&&c.height){let{scaleX:t,scaleY:e}=C(n,c);(t>.005&&Math.abs(this.scaleX-t)>.005||e>.005&&Math.abs(this.scaleY-e)>.005)&&(this.scaleX=t,this.scaleY=e,d|=16,a=u=!0)}let p=(parseInt(r.paddingTop)||0)*this.scaleY,g=(parseInt(r.paddingBottom)||0)*this.scaleY;(this.paddingTop!=p||this.paddingBottom!=g)&&(this.paddingTop=p,this.paddingBottom=g,d|=18),this.editorWidth!=t.scrollDOM.clientWidth&&(o.lineWrapping&&(u=!0),this.editorWidth=t.scrollDOM.clientWidth,d|=16);let m=t.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=m&&(this.scrollAnchorHeight=-1,this.scrollTop=m),this.scrolledToBottom=B(t.scrollDOM);let v=(this.printing?function(t,e){let i=t.getBoundingClientRect();return{left:0,right:i.right-i.left,top:e,bottom:i.bottom-(i.top+e)}}:function(t,e){let i=t.getBoundingClientRect(),s=t.ownerDocument,n=s.defaultView||window,r=Math.max(0,i.left),o=Math.min(n.innerWidth,i.right),l=Math.max(0,i.top),h=Math.min(n.innerHeight,i.bottom);for(let e=t.parentNode;e&&e!=s.body;)if(1==e.nodeType){let i=e,s=window.getComputedStyle(i);if((i.scrollHeight>i.clientHeight||i.scrollWidth>i.clientWidth)&&"visible"!=s.overflow){let s=i.getBoundingClientRect();r=Math.max(r,s.left),o=Math.min(o,s.right),l=Math.max(l,s.top),h=Math.min(e==t.parentNode?n.innerHeight:h,s.bottom)}e="absolute"==s.position||"fixed"==s.position?i.offsetParent:i.parentNode}else if(11==e.nodeType)e=e.host;else break;return{left:r-i.left,right:Math.max(r,o)-i.left,top:l-(i.top+e),bottom:Math.max(l,h)-(i.top+e)}})(n,this.paddingTop),w=v.top-this.pixelViewport.top,y=v.bottom-this.pixelViewport.bottom;this.pixelViewport=v;let b=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(b!=this.inView&&(this.inView=b,b&&(u=!0)),!this.inView&&!this.scrollTarget&&(i=(e=t.dom).getBoundingClientRect(),s=e.ownerDocument.defaultView||window,!(i.left<s.innerWidth)||!(i.right>0)||!(i.top<s.innerHeight)||!(i.bottom>0)))return 0;let x=c.width;if((this.contentDOMWidth!=x||this.editorHeight!=t.scrollDOM.clientHeight)&&(this.contentDOMWidth=c.width,this.editorHeight=t.scrollDOM.clientHeight,d|=16),u){let e=t.docView.measureVisibleLineHeights(this.viewport);if(o.mustRefreshForHeights(e)&&(a=!0),a||o.lineWrapping&&Math.abs(x-this.contentDOMWidth)>o.charWidth){let{lineHeight:i,charWidth:s,textHeight:n}=t.docView.measureTextSize();(a=i>0&&o.refresh(h,i,s,n,x/s,e))&&(t.docView.minWidth=0,d|=16)}for(let i of(w>0&&y>0?f=Math.max(w,y):w<0&&y<0&&(f=Math.min(w,y)),eQ=!1,this.viewports)){let s=i.from==this.viewport.from?e:t.docView.measureVisibleLineHeights(i);this.heightMap=(a?e3.empty().applyChanges(this.stateDeco,l.xv.empty,this.heightOracle,[new er(0,0,0,t.state.doc.length)]):this.heightMap).updateHeight(o,0,a,new e0(i.from,s))}eQ&&(d|=2)}let S=!this.viewportIsAppropriate(this.viewport,f)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return S&&(2&d&&(d|=this.updateScaler()),this.viewport=this.getViewport(f,this.scrollTarget),d|=this.updateForViewport()),(2&d||S)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(a?[]:this.lineGaps,t)),d|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,t.docView.enforceCursorAssoc()),d}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)),s=this.heightMap,n=this.heightOracle,{visibleTop:r,visibleBottom:o}=this,l=new io(s.lineAt(r-1e3*i,e2.ByHeight,n,0,0).from,s.lineAt(o+(1-i)*1e3,e2.ByHeight,n,0,0).to);if(e){let{head:t}=e.range;if(t<l.from||t>l.to){let i=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),r=s.lineAt(t,e2.ByPos,n,0,0),o;o="center"==e.y?(r.top+r.bottom)/2-i/2:"start"==e.y||"nearest"==e.y&&t<l.from?r.top:r.bottom-i,l=new io(s.lineAt(o-500,e2.ByHeight,n,0,0).from,s.lineAt(o+i+500,e2.ByHeight,n,0,0).to)}}return l}mapViewport(t,e){let i=e.mapPos(t.from,-1),s=e.mapPos(t.to,1);return new io(this.heightMap.lineAt(i,e2.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(s,e2.ByPos,this.heightOracle,0,0).to)}viewportIsAppropriate({from:t,to:e},i=0){if(!this.inView)return!0;let{top:s}=this.heightMap.lineAt(t,e2.ByPos,this.heightOracle,0,0),{bottom:n}=this.heightMap.lineAt(e,e2.ByPos,this.heightOracle,0,0),{visibleTop:r,visibleBottom:o}=this;return(0==t||s<=r-Math.max(10,Math.min(-i,250)))&&(e==this.state.doc.length||n>=o+Math.max(10,Math.min(i,250)))&&s>r-2e3&&n<o+2e3}mapLineGaps(t,e){if(!t.length||e.empty)return t;let i=[];for(let s of t)e.touchesRange(s.from,s.to)||i.push(new ii(e.mapPos(s.from),e.mapPos(s.to),s.size,s.displaySize));return i}ensureLineGaps(t,e){let i=this.heightOracle.lineWrapping,s=i?1e4:2e3,n=s>>1,r=s<<1;if(this.defaultTextDirection!=tM.LTR&&!i)return[];let o=[],h=(s,r,a,c)=>{if(r-s<n)return;let u=this.state.selection.main,d=[u.from];for(let t of(u.empty||d.push(u.to),d))if(t>s&&t<r){h(s,t-10,a,c),h(t+10,r,a,c);return}let f=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-s)<n&&Math.abs(t.to-r)<n&&!d.some(e=>t.from<e&&t.to>e));if(!f){if(r<a.to&&e&&i&&e.visibleRanges.some(t=>t.from<=r&&t.to>=r)){let t=e.moveToLineBoundary(l.jT.cursor(r),!1,!0).head;t>s&&(r=t)}let t=this.gapSize(a,s,r,c),n=i||t<2e6?t:2e6;f=new ii(s,r,t,n)}o.push(f)},a=e=>{var n,o,a;let c,u,d,f,p;if(e.length<r||e.type!=tu.Text)return;let g=(n=e.from,o=e.to,a=this.stateDeco,d=[],f=n,p=0,l.Xs.spans(a,n,o,{span(){},point(t,e){t>f&&(d.push({from:f,to:t}),p+=t-f),f=e}},20),f<o&&(d.push({from:f,to:o}),p+=o-f),{total:p,ranges:d});if(g.total<r)return;let m=this.scrollTarget?this.scrollTarget.range.head:null;if(i){let t,i,n=s/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=m){let s=ih(g,m),r=((this.visibleBottom-this.visibleTop)/2+n)/e.height;t=s-r,i=s+r}else t=(this.visibleTop-e.top-n)/e.height,i=(this.visibleBottom-e.top+n)/e.height;c=il(g,t),u=il(g,i)}else{let i,n,r=g.total*this.heightOracle.charWidth,o=s*this.heightOracle.charWidth,l=0;if(r>2e6)for(let i of t)i.from>=e.from&&i.from<e.to&&i.size!=i.displaySize&&i.from*this.heightOracle.charWidth+l<this.pixelViewport.left&&(l=i.size-i.displaySize);let h=this.pixelViewport.left+l,a=this.pixelViewport.right+l;if(null!=m){let t=ih(g,m),e=((a-h)/2+o)/r;i=t-e,n=t+e}else i=(h-o)/r,n=(a+o)/r;c=il(g,i),u=il(g,n)}c>e.from&&h(e.from,c,e,g),u<e.to&&h(u,e.to,e,g)};for(let t of this.viewportLines)Array.isArray(t.type)?t.type.forEach(a):a(t);return o}gapSize(t,e,i,s){let n=ih(s,i)-ih(s,e);return this.heightOracle.lineWrapping?t.height*n:s.total*this.heightOracle.charWidth*n}updateLineGaps(t){ii.same(t,this.lineGaps)||(this.lineGaps=t,this.lineGapDeco=td.set(t.map(t=>t.draw(this,this.heightOracle.lineWrapping))))}computeVisibleRanges(t){let e=this.stateDeco;this.lineGaps.length&&(e=e.concat(this.lineGapDeco));let i=[];l.Xs.spans(e,this.viewport.from,this.viewport.to,{span(t,e){i.push({from:t,to:e})},point(){}},20);let s=0;if(i.length!=this.visibleRanges.length)s=12;else for(let e=0;e<i.length&&!(8&s);e++){let n=this.visibleRanges[e],r=i[e];(n.from!=r.from||n.to!=r.to)&&(s|=4,t&&t.mapPos(n.from,-1)==r.from&&t.mapPos(n.to,1)==r.to||(s|=8))}return this.visibleRanges=i,s}lineBlockAt(t){return t>=this.viewport.from&&t<=this.viewport.to&&this.viewportLines.find(e=>e.from<=t&&e.to>=t)||iu(this.heightMap.lineAt(t,e2.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)||iu(this.heightMap.lineAt(this.scaler.fromDOM(t),e2.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 iu(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 io{constructor(t,e){this.from=t,this.to=e}}function il({total:t,ranges:e},i){if(i<=0)return e[0].from;if(i>=1)return e[e.length-1].to;let s=Math.floor(t*i);for(let t=0;;t++){let{from:i,to:n}=e[t],r=n-i;if(s<=r)return i+s;s-=r}}function ih(t,e){let i=0;for(let{from:s,to:n}of t.ranges){if(e<=n){i+=e-s;break}i+=n-s}return i/t.total}let ia={toDOM:t=>t,fromDOM:t=>t,scale:1,eq(t){return t==this}};class ic{constructor(t,e,i){let s=0,n=0,r=0;for(let o of(this.viewports=i.map(({from:i,to:n})=>{let r=e.lineAt(i,e2.ByPos,t,0,0).top,o=e.lineAt(n,e2.ByPos,t,0,0).bottom;return s+=o-r,{from:i,to:n,top:r,bottom:o,domTop:0,domBottom:0}}),this.scale=(7e6-s)/(e.height-s),this.viewports))o.domTop=r+(o.top-n)*this.scale,r=o.domBottom=o.domTop+(o.bottom-o.top),n=o.bottom}toDOM(t){for(let e=0,i=0,s=0;;e++){let n=e<this.viewports.length?this.viewports[e]:null;if(!n||t<n.top)return s+(t-i)*this.scale;if(t<=n.bottom)return n.domTop+(t-n.top);i=n.bottom,s=n.domBottom}}fromDOM(t){for(let e=0,i=0,s=0;;e++){let n=e<this.viewports.length?this.viewports[e]:null;if(!n||t<n.domTop)return i+(t-s)/this.scale;if(t<=n.domBottom)return n.top+(t-n.domTop);i=n.bottom,s=n.domBottom}}eq(t){return t instanceof ic&&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 iu(t,e){if(1==e.scale)return t;let i=e.toDOM(t.top),s=e.toDOM(t.bottom);return new e1(t.from,t.length,i,s-i,Array.isArray(t._content)?t._content.map(t=>iu(t,e)):t._content)}let id=l.r$.define({combine:t=>t.join(" ")}),ip=l.r$.define({combine:t=>t.indexOf(!0)>-1}),ig=h.V.newName(),im=h.V.newName(),iv=h.V.newName(),iw={"&light":"."+im,"&dark":"."+iv};function iy(t,e,i){return new h.V(e,{finish:e=>/&/.test(e)?e.replace(/&\w*/,e=>{if("&"==e)return t;if(!i||!i[e])throw RangeError(`Unsupported selector: ${e}`);return i[e]}):t+" "+e})}let ib=iy("."+ig,{"&":{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:"#ddd"},".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",zIndex:200},".cm-gutters-before":{insetInlineStart:0},".cm-gutters-after":{insetInlineEnd:0},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",border:"0px solid #ddd","&.cm-gutters-before":{borderRightWidth:"1px"},"&.cm-gutters-after":{borderLeftWidth:"1px"}},"&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-dialog":{padding:"2px 19px 4px 6px",position:"relative","& label":{fontSize:"80%"}},".cm-dialog-close":{position:"absolute",top:"3px",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",fontSize:"14px",padding:"0"},".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",userSelect:"none"},".cm-highlightSpace":{backgroundImage:"radial-gradient(circle at 50% 55%, #aaa 20%, transparent 5%)",backgroundPosition:"center"},".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"}},iw),ix={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},iS=Z.ie&&Z.ie_version<=11;class ik{constructor(t){this.view=t,this.active=!1,this.editContext=null,this.selectionRange=new A,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);(Z.ie&&Z.ie_version<=11||Z.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&&Z.android&&!1!==t.constructor.EDIT_CONTEXT&&!(Z.chrome&&Z.chrome_version<126)&&(this.editContext=new iA(t),t.state.facet(t0)&&(t.contentDOM.editContext=this.editContext.editContext)),iS&&(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.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]))){for(let e of(this.gapIntersection.disconnect(),t))this.gapIntersection.observe(e);this.gaps=t}}onSelectionChange(t){let e=this.selectionChanged;if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:i}=this,s=this.selectionRange;if(i.state.facet(t0)?i.root.activeElement!=this.dom:!v(this.dom,s))return;let n=s.anchorNode&&i.docView.nearest(s.anchorNode);if(n&&n.ignoreEvent(t)){e||(this.selectionChanged=!1);return}(Z.ie&&Z.ie_version<=11||Z.android&&Z.chrome)&&!i.state.selection.main.empty&&s.focusNode&&y(s.focusNode,s.focusOffset,s.anchorNode,s.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:t}=this,e=g(t.root);if(!e)return!1;let i=Z.safari&&11==t.root.nodeType&&t.root.activeElement==this.dom&&function(t,e){if(e.getComposedRanges){let i=e.getComposedRanges(t.root)[0];if(i)return iC(t,i)}let i=null;function s(t){t.preventDefault(),t.stopImmediatePropagation(),i=t.getTargetRanges()[0]}return t.contentDOM.addEventListener("beforeinput",s,!0),t.dom.ownerDocument.execCommand("indent"),t.contentDOM.removeEventListener("beforeinput",s,!0),i?iC(t,i):null}(this.view,e)||e;if(!i||this.selectionRange.eq(i))return!1;let s=v(this.dom,i);return s&&!this.selectionChanged&&t.inputState.lastFocusTime>Date.now()-200&&t.inputState.lastTouchTime<Date.now()-300&&function(t,e){let i=e.focusNode,s=e.focusOffset;if(!i||e.anchorNode!=i||e.anchorOffset!=s)return!1;for(s=Math.min(s,k(i));;)if(s){if(1!=i.nodeType)return!1;let t=i.childNodes[s-1];"false"==t.contentEditable?s--:s=k(i=t)}else{if(i==t)return!0;s=b(i),i=i.parentNode}}(this.dom,i)?(this.view.inputState.lastFocusTime=0,t.docView.updateSelection(),!1):(this.selectionRange.setRange(i),s&&(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)i=i.host;else break;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,ix),iS&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),iS&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(t,e){var i;this.delayedAndroidKey||(this.flushingAndroidKey=this.view.win.requestAnimationFrame(()=>{let t=this.delayedAndroidKey;t&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=t.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&t.force&&E(this.dom,t.key,t.keyCode))})),this.delayedAndroidKey&&"Enter"!=t||(this.delayedAndroidKey={key:t,keyCode:e,force:this.lastChange<Date.now()-50||!!(null==(i=this.delayedAndroidKey)?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,s=!1;for(let n of t){let t=this.readMutation(n);t&&(t.typeOver&&(s=!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:s}}readChange(){let{from:t,to:e,typeOver:i}=this.processRecords(),s=this.selectionChanged&&v(this.dom,this.selectionRange);if(t<0&&!s)return null;t>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let n=new eS(this.view,t,e,i);return this.view.docView.domChanged={newSel:n.newSel?n.newSel.main:null},n}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,s=ek(this.view,e);return this.view.state==i&&(e.domChanged||e.newSel&&!e.newSel.main.eq(this.view.state.selection.main))&&this.view.update([]),s}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=iM(e,t.previousSibling||t.target.previousSibling,-1),s=iM(e,t.nextSibling||t.target.nextSibling,1);return{from:i?e.posAfter(i):e.posAtStart,to:s?e.posBefore(s):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(t0)!=t.state.facet(t0)&&(t.view.contentDOM.editContext=t.state.facet(t0)?this.editContext.editContext:null))}destroy(){var t,e,i;for(let s of(this.stop(),null==(t=this.intersection)||t.disconnect(),null==(e=this.gapIntersection)||e.disconnect(),null==(i=this.resizeScroll)||i.disconnect(),this.scrollTargets))s.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 iM(t,e,i){for(;e;){let s=V.get(e);if(s&&s.parent==t)return s;let n=e.parentNode;e=n!=t.dom?n:i>0?e.nextSibling:e.previousSibling}return null}function iC(t,e){let i=e.startContainer,s=e.startOffset,n=e.endContainer,r=e.endOffset,o=t.docView.domAtPos(t.state.selection.main.anchor);return y(o.node,o.offset,n,r)&&([i,s,n,r]=[n,r,i,s]),{anchorNode:i,anchorOffset:s,focusNode:n,focusOffset:r}}class iA{constructor(t){this.from=0,this.to=0,this.pendingContextChange=null,this.handlers=Object.create(null),this.composing=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)});for(let i in this.handlers.textupdate=e=>{let i=t.state.selection.main,{anchor:s,head:n}=i,r=this.toEditorPos(e.updateRangeStart),o=this.toEditorPos(e.updateRangeEnd);t.inputState.composing>=0&&!this.composing&&(this.composing={contextBase:e.updateRangeStart,editorBase:r,drifted:!1});let h={from:r,to:o,insert:l.xv.of(e.text.split("\n"))};if(h.from==this.from&&s<this.from?h.from=s:h.to==this.to&&s>this.to&&(h.to=s),h.from==h.to&&!h.insert.length){let s=l.jT.single(this.toEditorPos(e.selectionStart),this.toEditorPos(e.selectionEnd));s.main.eq(i)||t.dispatch({selection:s,userEvent:"select"});return}if((Z.mac||Z.android)&&h.from==n-1&&/^\. ?$/.test(e.text)&&"off"==t.contentDOM.getAttribute("autocorrect")&&(h={from:r,to:o,insert:l.xv.of([e.text.replace("."," ")])}),this.pendingContextChange=h,!t.state.readOnly){let i=this.to-this.from+(h.to-h.from+h.insert.length);eM(t,h,l.jT.single(this.toEditorPos(e.selectionStart,i),this.toEditorPos(e.selectionEnd,i)))}this.pendingContextChange&&(this.revertPending(t.state),this.setSelection(t.state))},this.handlers.characterboundsupdate=i=>{let s=[],n=null;for(let e=this.toEditorPos(i.rangeStart),r=this.toEditorPos(i.rangeEnd);e<r;e++){let i=t.coordsForChar(e);n=i&&new DOMRect(i.left,i.top,i.right-i.left,i.bottom-i.top)||n||new DOMRect,s.push(n)}e.updateCharacterBounds(i.rangeStart,s)},this.handlers.textformatupdate=e=>{let i=[];for(let t of e.getTextFormats()){let e=t.underlineStyle,s=t.underlineThickness;if("None"!=e&&"None"!=s){let n=this.toEditorPos(t.rangeStart),r=this.toEditorPos(t.rangeEnd);if(n<r){let t=`text-decoration: underline ${"Dashed"==e?"dashed ":"Squiggle"==e?"wavy ":""}${"Thin"==s?1:2}px`;i.push(td.mark({attributes:{style:t}}).range(n,r))}}}t.dispatch({effects:tQ.of(td.set(i))})},this.handlers.compositionstart=()=>{t.inputState.composing<0&&(t.inputState.composing=0,t.inputState.compositionFirstChange=!0)},this.handlers.compositionend=()=>{if(t.inputState.composing=-1,t.inputState.compositionFirstChange=null,this.composing){let{drifted:e}=this.composing;this.composing=null,e&&this.reset(t.state)}},this.handlers)e.addEventListener(i,this.handlers[i]);this.measureReq={read:t=>{this.editContext.updateControlBounds(t.contentDOM.getBoundingClientRect());let e=g(t.root);e&&e.rangeCount&&this.editContext.updateSelectionBounds(e.getRangeAt(0).getBoundingClientRect())}}}applyEdits(t){let e=0,i=!1,s=this.pendingContextChange;return t.changes.iterChanges((n,r,o,l,h)=>{if(i)return;let a=h.length-(r-n);if(s&&r>=s.to)if(s.from==n&&s.to==r&&s.insert.eq(h)){s=this.pendingContextChange=null,e+=a,this.to+=a;return}else s=null,this.revertPending(t.state);if(n+=e,(r+=e)<=this.from)this.from+=a,this.to+=a;else if(n<this.to){if(n<this.from||r>this.to||this.to-this.from+h.length>3e4){i=!0;return}this.editContext.updateText(this.toContextPos(n),this.toContextPos(r),h.toString()),this.to+=a}e+=a}),s&&!i&&this.revertPending(t.state),!i}update(t){let e=this.pendingContextChange,i=t.startState.selection.main;this.composing&&(this.composing.drifted||!t.changes.touchesRange(i.from,i.to)&&t.transactions.some(t=>!t.isUserEvent("input.type")&&t.changes.touchesRange(this.from,this.to)))?(this.composing.drifted=!0,this.composing.editorBase=t.changes.mapPos(this.composing.editorBase)):this.applyEdits(t)&&this.rangeIsValid(t.state)?(t.docChanged||t.selectionSet||e)&&this.setSelection(t.state):(this.pendingContextChange=null,this.reset(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)}reset(t){this.resetRange(t),this.editContext.updateText(0,this.editContext.text.length,t.doc.sliceString(this.from,this.to)),this.setSelection(t)}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))),s=this.toContextPos(e.head);(this.editContext.selectionStart!=i||this.editContext.selectionEnd!=s)&&this.editContext.updateSelection(i,s)}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,e=this.to-this.from){t=Math.min(t,e);let i=this.composing;return i&&i.drifted?i.editorBase+(t-i.contextBase):t+this.from}toContextPos(t){let e=this.composing;return e&&e.drifted?e.contextBase+(t-e.editorBase):t-this.from}destroy(){for(let t in this.handlers)this.editContext.removeEventListener(t,this.handlers[t])}}class iO{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&&this.inputState.composing>0}get compositionStarted(){return!!this.inputState&&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;for(let e of(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 ir(t.state||l.yy.create(t)),t.scrollTo&&t.scrollTo.is(tJ)&&(this.viewState.scrollTarget=t.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(t2).map(t=>new t8(t)),this.plugins))e.update(this);this.observer=new ik(this),this.inputState=new eC(this),this.inputState.ensureHandlers(this.plugins),this.docView=new el(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),(null==(e=document.fonts)?void 0:e.ready)&&document.fonts.ready.then(()=>this.requestMeasure())}dispatch(...t){let e=1==t.length&&t[0]instanceof l.YW?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 Error("Calls to EditorView.update are not allowed while an update is in progress");let e=!1,i=!1,s,n=this.state;for(let e of t){if(e.startState!=n)throw RangeError("Trying to update state with a transaction that doesn't start from the previous state.");n=e.state}if(this.destroyed){this.viewState.state=n;return}let r=this.hasFocus,o=0,h=null;t.some(t=>t.annotation(eX))?(this.inputState.notifiedFocused=r,o=1):r!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=r,(h=eG(n,r))||(o=1));let a=this.observer.delayedAndroidKey,c=null;if(a?(this.observer.clearDelayedAndroidKey(),((c=this.observer.readChange())&&!this.state.doc.eq(n.doc)||!this.state.selection.eq(n.selection))&&(c=null)):this.observer.clear(),n.facet(l.yy.phrases)!=this.state.facet(l.yy.phrases))return this.setState(n);s=eo.create(this,n,t),s.flags|=o;let u=this.viewState.scrollTarget;try{for(let e of(this.updateState=2,t)){if(u&&(u=u.map(e.changes)),e.scrollIntoView){let{main:t}=e.state.selection;u=new tU(t.empty?t:l.jT.cursor(t.head,t.head>t.anchor?-1:1))}for(let t of e.effects)t.is(tJ)&&(u=t.value.clip(this.state))}this.viewState.update(s,u),this.bidiCache=iE.update(this.bidiCache,s.changes),s.empty||(this.updatePlugins(s),this.inputState.update(s)),e=this.docView.update(s),this.state.facet(en)!=this.styleModules&&this.mountStyles(),i=this.updateAttrs(),this.showAnnouncements(t),this.docView.updateSelection(e,t.some(t=>t.isUserEvent("select.pointer")))}finally{this.updateState=0}if(s.startState.facet(id)!=s.state.facet(id)&&(this.viewState.mustMeasureContent=!0),(e||i||u||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),e&&this.docViewUpdate(),!s.empty)for(let t of this.state.facet(t_))try{t(s)}catch(t){tZ(this.state,t,"update listener")}(h||c)&&Promise.resolve().then(()=>{h&&this.state==h.startState&&this.dispatch(h),c&&!ek(this,c)&&a.force&&E(this.contentDOM,a.key,a.keyCode)})}setState(t){if(0!=this.updateState)throw Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed){this.viewState.state=t;return}this.updateState=2;let e=this.hasFocus;try{for(let t of this.plugins)t.destroy(this);for(let e of(this.viewState=new ir(t),this.plugins=t.facet(t2).map(t=>new t8(t)),this.pluginMap.clear(),this.plugins))e.update(this);this.docView.destroy(),this.docView=new el(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(t2),i=t.state.facet(t2);if(e!=i){let s=[];for(let n of i){let i=e.indexOf(n);if(i<0)s.push(new t8(n));else{let e=this.plugins[i];e.mustUpdate=t,s.push(e)}}for(let e of this.plugins)e.mustUpdate!=t&&e.destroy(this);this.plugins=s,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){tZ(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){this.measureScheduled=-1,this.requestMeasure();return}this.measureScheduled=0,t&&this.observer.forceFlush();let e=null,i=this.scrollDOM,s=i.scrollTop*this.scaleY,{scrollAnchorPos:n,scrollAnchorHeight:r}=this.viewState;Math.abs(s-this.viewState.scrollTop)>1&&(r=-1),this.viewState.scrollAnchorHeight=-1;try{for(let t=0;;t++){if(r<0)if(B(i))n=-1,r=this.viewState.heightMap.height;else{let t=this.viewState.scrollAnchorAt(s);n=t.from,r=t.top}this.updateState=1;let o=this.viewState.measure(this);if(!o&&!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&o||([this.measureRequests,l]=[l,this.measureRequests]);let h=l.map(t=>{try{return t.read(this)}catch(t){return tZ(this.state,t),iD}}),a=eo.create(this,this.state,[]),c=!1;a.flags|=o,e?e.flags|=o:e=a,this.updateState=2,!a.empty&&(this.updatePlugins(a),this.inputState.update(a),this.updateAttrs(),(c=this.docView.update(a))&&this.docViewUpdate());for(let t=0;t<l.length;t++)if(h[t]!=iD)try{let e=l[t];e.write&&e.write(h[t],this)}catch(t){tZ(this.state,t)}if(c&&this.docView.updateSelection(!0),!a.viewportChanged&&0==this.measureRequests.length){if(this.viewState.editorHeight)if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,r=-1;continue}else{let t=(n<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(n).top)-r;if(t>1||t<-1){i.scrollTop=(s+=t)/this.scaleY,r=-1;continue}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(e&&!e.empty)for(let t of this.state.facet(t_))t(e)}get themeClasses(){return ig+" "+(this.state.facet(ip)?iv:im)+" "+this.state.facet(id)}updateAttrs(){let t=iR(this,t4,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),e={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(t0)?"true":"false",class:"cm-content",style:`${Z.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(e["aria-readonly"]="true"),iR(this,t5,e);let i=this.observer.ignore(()=>{let i=ta(this.contentDOM,this.contentAttrs,e),s=ta(this.dom,this.editorAttrs,t);return i||s});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(iO.announce)&&(e&&(this.announceDOM.textContent=""),e=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=t.value)}mountStyles(){this.styleModules=this.state.facet(en);let t=this.state.facet(iO.cspNonce);h.V.mount(this.root,this.styleModules.concat(ib).reverse(),t?{nonce:t}:void 0)}readMeasured(){if(2==this.updateState)throw 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)&&!(this.measureRequests.indexOf(t)>-1)){if(null!=t.key){for(let e=0;e<this.measureRequests.length;e++)if(this.measureRequests[e].key===t.key){this.measureRequests[e]=t;return}}this.measureRequests.push(t)}}plugin(t){let e=this.pluginMap.get(t);return(void 0===e||e&&e.plugin!=t)&&this.pluginMap.set(t,e=this.plugins.find(e=>e.plugin==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 ey(this,t,ev(this,t,e,i))}moveByGroup(t,e){return ey(this,t,ev(this,t,e,e=>{var i;let s,n;return i=t.head,n=(s=this.state.charCategorizer(i))(e),t=>{let e=s(t);return n==l.D0.Space&&(n=e),n==e}}))}visualLineSide(t,e){let i=this.bidiSpans(t),s=this.textDirectionAt(t.from),n=i[e?i.length-1:0];return l.jT.cursor(n.side(e,s)+t.from,n.forward(!e,s)?1:-1)}moveToLineBoundary(t,e,i=!0){return function(t,e,i,s){let n=em(t,e.head,e.assoc||-1),r=s&&n.type==tu.Text&&(t.lineWrapping||n.widgetLineBreaks)?t.coordsAtPos(e.assoc<0&&e.head>n.from?e.head-1:e.head):null;if(r){let e=t.dom.getBoundingClientRect(),s=t.textDirectionAt(n.from),o=t.posAtCoords({x:i==(s==tM.LTR)?e.right-1:e.left+1,y:(r.top+r.bottom)/2});if(null!=o)return l.jT.cursor(o,i?-1:1)}return l.jT.cursor(i?n.to:n.from,i?-1:1)}(this,t,e,i)}moveVertically(t,e,i){return ey(this,t,function(t,e,i,s){let n=e.head,r=i?1:-1;if(n==(i?t.state.doc.length:0))return l.jT.cursor(n,e.assoc);let o=e.goalColumn,h,a=t.contentDOM.getBoundingClientRect(),c=t.coordsAtPos(n,e.assoc||-1),u=t.documentTop;if(c)null==o&&(o=c.left-a.left),h=r<0?c.top:c.bottom;else{let e=t.viewState.lineBlockAt(n);null==o&&(o=Math.min(a.right-a.left,t.defaultCharacterWidth*(n-e.from))),h=(r<0?e.top:e.bottom)+u}let d=a.left+o,f=null!=s?s:t.viewState.heightOracle.textHeight>>1;for(let e=0;;e+=10){let i=h+(f+e)*r,s=ep(t,{x:d,y:i},!1,r);if(i<a.top||i>a.bottom||(r<0?s<n:s>n)){let e=t.docView.coordsForChar(s),n=!e||i<e.top?-1:1;return l.jT.cursor(s,n,void 0,o)}}}(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(),ep(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 s=this.state.doc.lineAt(t),n=this.bidiSpans(s);return M(i,n[tN.find(n,t-s.from,-1,e)].dir==tM.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(tX)||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>iT)return tI(t.length);let e=this.textDirectionAt(t.from),i;for(let s of this.bidiCache)if(s.from==t.from&&s.dir==e&&(s.fresh||function t(e,i){if(e.length!=i.length)return!1;for(let s=0;s<e.length;s++){let n=e[s],r=i[s];if(n.from!=r.from||n.to!=r.to||n.direction!=r.direction||!t(n.inner,r.inner))return!1}return!0}(s.isolates,i=ee(this,t))))return s.order;i||(i=ee(this,t));let s=function(t,e,i){if(!t)return[new tN(0,0,+(e==tA))];if(e==tC&&!i.length&&!tP.test(t))return tI(t.length);if(i.length)for(;t.length>tL.length;)tL[tL.length]=256;let s=[],n=+(e!=tC);return function t(e,i,s,n,r,o,l){let h=i%2?2:1;!function(t,e,i,s,n){for(let r=0;r<=s.length;r++){let o=r?s[r-1].to:e,l=r<s.length?s[r].from:i,h=r?256:n;for(let e=o,i=h,s=h;e<l;e++){let n=tB(t.charCodeAt(e));512==n?n=i:8==n&&4==s&&(n=16),tL[e]=4==n?2:n,7&n&&(s=n),i=n}for(let t=o,e=h,s=h;t<l;t++){let n=tL[t];if(128==n)t<l-1&&e==tL[t+1]&&24&e?n=tL[t]=e:tL[t]=256;else if(64==n){let n=t+1;for(;n<l&&64==tL[n];)n++;let r=t&&8==e||n<i&&8==tL[n]?1==s?1:8:256;for(let e=t;e<n;e++)tL[e]=r;t=n-1}else 8==n&&1==s&&(tL[t]=1);e=n,7&n&&(s=n)}}}(e,r,o,n,h),function(t,e,i,s,n){let r=1==n?2:1;for(let o=0,l=0,h=0;o<=s.length;o++){let a=o?s[o-1].to:e,c=o<s.length?s[o].from:i;for(let e=a,i,s,o;e<c;e++)if(s=tE[i=t.charCodeAt(e)])if(s<0){for(let t=l-3;t>=0;t-=3)if(tR[t+1]==-s){let i=tR[t+2],s=2&i?n:4&i?1&i?r:n:0;s&&(tL[e]=tL[tR[t]]=s),l=t;break}}else if(189==tR.length)break;else tR[l++]=e,tR[l++]=i,tR[l++]=h;else if(2==(o=tL[e])||1==o){let t=o==n;h=+!t;for(let e=l-3;e>=0;e-=3){let i=tR[e+2];if(2&i)break;if(t)tR[e+2]|=2;else{if(4&i)break;tR[e+2]|=4}}}}}(e,r,o,n,h),function(t,e,i,s){for(let n=0,r=s;n<=i.length;n++){let o=n?i[n-1].to:t,l=n<i.length?i[n].from:e;for(let h=o;h<l;){let o=tL[h];if(256==o){let o=h+1;for(;;)if(o==l){if(n==i.length)break;o=i[n++].to,l=n<i.length?i[n].from:e}else if(256==tL[o])o++;else break;let a=1==r,c=a==((o<e?tL[o]:s)==1)?a?1:2:s;for(let e=o,s=n,r=s?i[s-1].to:t;e>h;)e==r&&(e=i[--s].from,r=s?i[s-1].to:t),tL[--e]=c;h=o}else r=o,h++}}}(r,o,n,h),function e(i,s,n,r,o,l,h){let a=r%2?2:1;if(r%2==o%2)for(let c=s,u=0;c<n;){let s=!0,d=!1;if(u==l.length||c<l[u].from){let t=tL[c];t!=a&&(s=!1,d=16==t)}let f=s||1!=a?null:[],p=s?r:r+1,g=c;e:for(;;)if(u<l.length&&g==l[u].from){if(d)break;let e=l[u];if(!s)for(let t=e.to,i=u+1;;){if(t==n)break e;if(i<l.length&&l[i].from==t)t=l[i++].to;else if(tL[t]==a)break e;else break}u++,f?f.push(e):(e.from>c&&h.push(new tN(c,e.from,p)),t(i,e.direction==tC!=!(p%2)?r+1:r,o,e.inner,e.from,e.to,h),c=e.to),g=e.to}else if(g==n||(s?tL[g]!=a:tL[g]==a))break;else g++;f?e(i,c,g,r+1,o,f,h):c<g&&h.push(new tN(c,g,p)),c=g}else for(let c=n,u=l.length;c>s;){let n=!0,d=!1;if(!u||c>l[u-1].to){let t=tL[c-1];t!=a&&(n=!1,d=16==t)}let f=n||1!=a?null:[],p=n?r:r+1,g=c;e:for(;;)if(u&&g==l[u-1].to){if(d)break;let e=l[--u];if(!n)for(let t=e.from,i=u;;){if(t==s)break e;if(i&&l[i-1].to==t)t=l[--i].from;else if(tL[t-1]==a)break e;else break}f?f.push(e):(e.to<c&&h.push(new tN(e.to,c,p)),t(i,e.direction==tC!=!(p%2)?r+1:r,o,e.inner,e.from,e.to,h),c=e.from),g=e.from}else if(g==s||(n?tL[g-1]!=a:tL[g-1]==a))break;else g--;f?e(i,g,c,r+1,o,f,h):g<c&&h.push(new tN(g,c,p)),c=g}}(e,r,o,i,s,n,l)}(t,n,n,i,0,t.length,s),s}(t.text,e,i);return this.bidiCache.push(new iE(t.from,t.to,e,i,!0,s)),s}get hasFocus(){var t;return(this.dom.ownerDocument.hasFocus()||Z.safari&&(null==(t=this.inputState)?void 0:t.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{T(this.contentDOM),this.docView.updateSelection()})}setRoot(t){this._root!=t&&(this._root=t,this.observer.setWindow((9==t.nodeType?t:t.ownerDocument).defaultView||window),this.mountStyles())}destroy(){for(let t of(this.root.activeElement==this.contentDOM&&this.contentDOM.blur(),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 tJ.of(new tU("number"==typeof t?l.jT.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 tJ.of(new tU(l.jT.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 t3.define(()=>({}),{eventHandlers:t})}static domEventObservers(t){return t3.define(()=>({}),{eventObservers:t})}static theme(t,e){let i=h.V.newName(),s=[id.of(i),en.of(iy(`.${i}`,t))];return e&&e.dark&&s.push(ip.of(!0)),s}static baseTheme(t){return l.Wl.lowest(en.of(iy("."+ig,t,iw)))}static findFromDOM(t){var e;let i=t.querySelector(".cm-content"),s=i&&V.get(i)||V.get(t);return(null==(e=null==s?void 0:s.rootView)?void 0:e.view)||null}}iO.styleModule=en,iO.inputHandler=tj,iO.clipboardInputFilter=tK,iO.clipboardOutputFilter=t$,iO.scrollHandler=tY,iO.focusChangeEffect=tq,iO.perLineTextDirection=tX,iO.exceptionSink=tz,iO.updateListener=t_,iO.editable=t0,iO.mouseSelectionStyle=tF,iO.dragMovesSelection=tW,iO.clickAddsSelectionRange=tH,iO.decorations=t9,iO.outerDecorations=t6,iO.atomicRanges=t7,iO.bidiIsolatedRanges=et,iO.scrollMargins=ei,iO.darkTheme=ip,iO.cspNonce=l.r$.define({combine:t=>t.length?t[0]:""}),iO.contentAttributes=t5,iO.editorAttributes=t4,iO.lineWrapping=iO.contentAttributes.of({class:"cm-lineWrapping"}),iO.announce=l.Py.define();let iT=4096,iD={};class iE{constructor(t,e,i,s,n,r){this.from=t,this.to=e,this.dir=i,this.isolates=s,this.fresh=n,this.order=r}static update(t,e){if(e.empty&&!t.some(t=>t.fresh))return t;let i=[],s=t.length?t[t.length-1].dir:tM.LTR;for(let n=Math.max(0,t.length-10);n<t.length;n++){let r=t[n];r.dir!=s||e.touchesRange(r.from,r.to)||i.push(new iE(e.mapPos(r.from,1),e.mapPos(r.to,-1),r.dir,r.isolates,!1,r.order))}return i}}function iR(t,e,i){for(let s=t.state.facet(e),n=s.length-1;n>=0;n--){let e=s[n],r="function"==typeof e?e(t):e;r&&to(r,i)}return i}let iB=Z.mac?"mac":Z.windows?"win":Z.linux?"linux":"key";function iP(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}let iN=l.Wl.default(iO.domEventHandlers({keydown:(t,e)=>iz(iV(e.state),t,e,"editor")})),iL=l.r$.define({enables:iN}),iI=new WeakMap;function iV(t){let e=t.facet(iL),i=iI.get(e);return i||iI.set(e,i=function(t,e=iB){let i=Object.create(null),s=Object.create(null),n=(t,e)=>{let i=s[t];if(null==i)s[t]=e;else if(i!=e)throw Error("Key binding "+t+" is used both as a regular binding and as a multi-stroke prefix")},r=(t,s,r,o,l)=>{var h,a;let c=i[t]||(i[t]=Object.create(null)),u=s.split(/ (?!$)/).map(t=>(function(t,e){let i,s,n,r,o=t.split(/-(?!$)/),l=o[o.length-1];"Space"==l&&(l=" ");for(let t=0;t<o.length-1;++t){let l=o[t];if(/^(cmd|meta|m)$/i.test(l))r=!0;else if(/^a(lt)?$/i.test(l))i=!0;else if(/^(c|ctrl|control)$/i.test(l))s=!0;else if(/^s(hift)?$/i.test(l))n=!0;else if(/^mod$/i.test(l))"mac"==e?r=!0:s=!0;else throw Error("Unrecognized modifier name: "+l)}return i&&(l="Alt-"+l),s&&(l="Ctrl-"+l),r&&(l="Meta-"+l),n&&(l="Shift-"+l),l})(t,e));for(let e=1;e<u.length;e++){let i=u.slice(0,e).join(" ");n(i,!0),c[i]||(c[i]={preventDefault:!0,stopPropagation:!1,run:[e=>{let s=iW={view:e,prefix:i,scope:t};return setTimeout(()=>{iW==s&&(iW=null)},4e3),!0}]})}let d=u.join(" ");n(d,!1);let f=c[d]||(c[d]={preventDefault:!1,stopPropagation:!1,run:(null==(a=null==(h=c._any)?void 0:h.run)?void 0:a.slice())||[]});r&&f.run.push(r),o&&(f.preventDefault=!0),l&&(f.stopPropagation=!0)};for(let s of t){let t=s.scope?s.scope.split(" "):["editor"];if(s.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:n}=s;for(let e in t)t[e].run.push(t=>n(t,iF))}let n=s[e]||s.key;if(n)for(let e of t)r(e,n,s.run,s.preventDefault,s.stopPropagation),s.shift&&r(e,"Shift-"+n,s.shift,s.preventDefault,s.stopPropagation)}return i}(e.reduce((t,e)=>t.concat(e),[]))),i}function iH(t,e,i){return iz(iV(t.state),e,t,i)}let iW=null,iF=null;function iz(t,e,i,s){var n;iF=e;let r=("Esc"==(n=!(u&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||d&&e.shiftKey&&e.key&&1==e.key.length||"Unidentified"==e.key)&&e.key||(e.shiftKey?c:a)[e.keyCode]||e.key||"Unidentified")&&(n="Escape"),"Del"==n&&(n="Delete"),"Left"==n&&(n="ArrowLeft"),"Up"==n&&(n="ArrowUp"),"Right"==n&&(n="ArrowRight"),"Down"==n&&(n="ArrowDown"),n),o=(0,l.gm)(r,0),h=(0,l.nZ)(o)==r.length&&" "!=r,f="",p=!1,g=!1,m=!1;iW&&iW.view==i&&iW.scope==s&&(f=iW.prefix+" ",0>eD.indexOf(e.keyCode)&&(g=!0,iW=null));let v=new Set,w=t=>{if(t){for(let e of t.run)if(!v.has(e)&&(v.add(e),e(i)))return t.stopPropagation&&(m=!0),!0;t.preventDefault&&(t.stopPropagation&&(m=!0),g=!0)}return!1},y=t[s],b,x;return y&&(w(y[f+iP(r,e,!h)])?p=!0:h&&(e.altKey||e.metaKey||e.ctrlKey)&&!(Z.windows&&e.ctrlKey&&e.altKey)&&(b=a[e.keyCode])&&b!=r?w(y[f+iP(b,e,!0)])?p=!0:e.shiftKey&&(x=c[e.keyCode])!=r&&x!=b&&w(y[f+iP(x,e,!1)])&&(p=!0):h&&e.shiftKey&&w(y[f+iP(r,e,!0)])&&(p=!0),!p&&w(y._any)&&(p=!0)),g&&(p=!0),p&&m&&e.stopPropagation(),iF=null,p}class i_{constructor(t,e,i,s,n){this.className=t,this.left=e,this.top=i,this.width=s,this.height=n}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)return function(t,e,i){if(i.to<=t.viewport.from||i.from>=t.viewport.to)return[];let s=Math.max(i.from,t.viewport.from),n=Math.min(i.to,t.viewport.to),r=t.textDirection==tM.LTR,o=t.contentDOM,l=o.getBoundingClientRect(),h=ij(t),a=o.querySelector(".cm-line"),c=a&&window.getComputedStyle(a),u=l.left+(c?parseInt(c.paddingLeft)+Math.min(0,parseInt(c.textIndent)):0),d=l.right-(c?parseInt(c.paddingRight):0),f=em(t,s,1),p=em(t,n,-1),g=f.type==tu.Text?f:null,m=p.type==tu.Text?p:null;if(g&&(t.lineWrapping||f.widgetLineBreaks)&&(g=iq(t,s,1,g)),m&&(t.lineWrapping||p.widgetLineBreaks)&&(m=iq(t,n,-1,m)),g&&m&&g.from==m.from&&g.to==m.to)return w(y(i.from,i.to,g));{let e=g?y(i.from,null,g):b(f,!1),s=m?y(null,i.to,m):b(p,!0),n=[];return(g||f).to<(m||p).from-(g&&m?1:0)||f.widgetLineBreaks>1&&e.bottom+t.defaultLineHeight/2<s.top?n.push(v(u,e.bottom,d,s.top)):e.bottom<s.top&&t.elementAtHeight((e.bottom+s.top)/2).type==tu.Text&&(e.bottom=s.top=(e.bottom+s.top)/2),w(e).concat(n).concat(w(s))}function v(t,i,s,n){return new i_(e,t-h.left,i-h.top,s-t,n-i)}function w({top:t,bottom:e,horizontal:i}){let s=[];for(let n=0;n<i.length;n+=2)s.push(v(i[n],t,i[n+1],e));return s}function y(e,i,s){let n=1e9,o=-1e9,l=[];function h(e,i,h,a,c){let f=t.coordsAtPos(e,e==s.to?-2:2),p=t.coordsAtPos(h,h==s.from?2:-2);f&&p&&(n=Math.min(f.top,p.top,n),o=Math.max(f.bottom,p.bottom,o),c==tM.LTR?l.push(r&&i?u:f.left,r&&a?d:p.right):l.push(!r&&a?u:p.left,!r&&i?d:f.right))}let a=null!=e?e:s.from,c=null!=i?i:s.to;for(let s of t.visibleRanges)if(s.to>a&&s.from<c)for(let n=Math.max(s.from,a),r=Math.min(s.to,c);;){let s=t.state.doc.lineAt(n);for(let o of t.bidiSpans(s)){let t=o.from+s.from,l=o.to+s.from;if(t>=r)break;l>n&&h(Math.max(t,n),null==e&&t<=a,Math.min(l,r),null==i&&l>=c,o.dir)}if((n=s.to+1)>=r)break}return 0==l.length&&h(a,null==e,c,null==i,t.textDirection),{top:n,bottom:o,horizontal:l}}function b(t,e){let i=l.top+(e?t.top:t.bottom);return{top:i,bottom:i,horizontal:[]}}}(t,e,i);{let s=t.coordsAtPos(i.head,i.assoc||1);if(!s)return[];let n=ij(t);return[new i_(e,s.left-n.left,s.top-n.top,null,s.bottom-s.top)]}}}function ij(t){let e=t.scrollDOM.getBoundingClientRect();return{left:(t.textDirection==tM.LTR?e.left:e.right-t.scrollDOM.clientWidth*t.scaleX)-t.scrollDOM.scrollLeft*t.scaleX,top:e.top-t.scrollDOM.scrollTop*t.scaleY}}function iq(t,e,i,s){let n=t.coordsAtPos(e,2*i);if(!n)return s;let r=t.dom.getBoundingClientRect(),o=(n.top+n.bottom)/2,l=t.posAtCoords({x:r.left+1,y:o}),h=t.posAtCoords({x:r.right-1,y:o});return null==l||null==h?s:{from:Math.max(s.from,Math.min(l,h)),to:Math.min(s.to,Math.max(l,h))}}class iK{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(i$)!=t.state.facet(i$)&&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(i$);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)=>{var i;return i=this.drawn[e],!(t.constructor==i.constructor&&t.eq(i))})){let e=this.dom.firstChild,i=0;for(let s of t)s.update&&e&&s.constructor&&this.drawn[i].constructor&&s.update(e,this.drawn[i])?(e=e.nextSibling,i++):this.dom.insertBefore(s.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()}}let i$=l.r$.define();function iX(t){return[t3.define(e=>new iK(e,t)),i$.of(t)]}let iG=l.r$.define({combine:t=>(0,l.BO)(t,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(t,e)=>Math.min(t,e),drawRangeCursor:(t,e)=>t||e})});function iY(t={}){return[iG.of(t),iJ,iZ,i0,tG.of(!0)]}function iU(t){return t.startState.facet(iG)!=t.state.facet(iG)}let iJ=iX({above:!0,markers(t){let{state:e}=t,i=e.facet(iG),s=[];for(let n of e.selection.ranges){let r=n==e.selection.main;if(n.empty||i.drawRangeCursor){let e=r?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",i=n.empty?n:l.jT.cursor(n.head,n.head>n.anchor?-1:1);for(let n of i_.forRange(t,e,i))s.push(n)}}return s},update(t,e){t.transactions.some(t=>t.selection)&&(e.style.animationName="cm-blink"==e.style.animationName?"cm-blink2":"cm-blink");let i=iU(t);return i&&iQ(t.state,e),t.docChanged||t.selectionSet||i},mount(t,e){iQ(e.state,t)},class:"cm-cursorLayer"});function iQ(t,e){e.style.animationDuration=t.facet(iG).cursorBlinkRate+"ms"}let iZ=iX({above:!1,markers:t=>t.state.selection.ranges.map(e=>e.empty?[]:i_.forRange(t,"cm-selectionBackground",e)).reduce((t,e)=>t.concat(e)),update:(t,e)=>t.docChanged||t.selectionSet||t.viewportChanged||iU(t),class:"cm-selectionLayer"}),i0=l.Wl.highest(iO.theme({".cm-line":{"& ::selection, &::selection":{backgroundColor:"transparent !important"},caretColor:"transparent !important"},".cm-content":{caretColor:"transparent !important","& :focus":{caretColor:"initial !important","&::selection, & ::selection":{backgroundColor:"Highlight !important"}}}})),i1=l.Py.define({map:(t,e)=>null==t?null:e.mapPos(t)}),i2=l.QQ.define({create:()=>null,update:(t,e)=>(null!=t&&(t=e.changes.mapPos(t)),e.effects.reduce((t,e)=>e.is(i1)?e.value:t,t))}),i3=t3.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(i2);null==i?null!=this.cursor&&(null==(e=this.cursor)||e.remove(),this.cursor=null):(this.cursor||(this.cursor=this.view.scrollDOM.appendChild(document.createElement("div")),this.cursor.className="cm-dropCursor"),(t.startState.field(i2)!=i||t.docChanged||t.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:t}=this,e=t.state.field(i2),i=null!=e&&t.coordsAtPos(e);if(!i)return null;let s=t.scrollDOM.getBoundingClientRect();return{left:i.left-s.left+t.scrollDOM.scrollLeft*t.scaleX,top:i.top-s.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(i2)!=t&&this.view.dispatch({effects:i1.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 i8(){return[i2,i3]}function i4(t,e,i,s,n){e.lastIndex=0;for(let r=t.iterRange(i,s),o=i,l;!r.next().done;o+=r.value.length)if(!r.lineBreak)for(;l=e.exec(r.value);)n(o+l.index,l)}class i5{constructor(t){let{regexp:e,decoration:i,decorate:s,boundary:n,maxLength:r=1e3}=t;if(!e.global)throw RangeError("The regular expression given to MatchDecorator should have its 'g' flag set");if(this.regexp=e,s)this.addMatch=(t,e,i,n)=>s(n,i,i+t[0].length,t,e);else if("function"==typeof i)this.addMatch=(t,e,s,n)=>{let r=i(t,e,s);r&&n(s,s+t[0].length,r)};else if(i)this.addMatch=(t,e,s,n)=>n(s,s+t[0].length,i);else throw RangeError("Either 'decorate' or 'decoration' should be provided to MatchDecorator");this.boundary=n,this.maxLength=r}createDeco(t){let e=new l.f_,i=e.add.bind(e);for(let{from:e,to:s}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 s=[];for(let{from:n,to:r}of i)n=Math.max(t.state.doc.lineAt(n).from,n-e),r=Math.min(t.state.doc.lineAt(r).to,r+e),s.length&&s[s.length-1].to>=n?s[s.length-1].to=r:s.push({from:n,to:r});return s}(t,this.maxLength))i4(t.state.doc,this.regexp,e,s,(e,s)=>this.addMatch(s,t,e,i));return e.finish()}updateDeco(t,e){let i=1e9,s=-1;return(t.docChanged&&t.changes.iterChanges((e,n,r,o)=>{o>=t.view.viewport.from&&r<=t.view.viewport.to&&(i=Math.min(r,i),s=Math.max(o,s))}),t.viewportMoved||s-i>1e3)?this.createDeco(t.view):s>-1?this.updateRange(t.view,e.map(t.changes),i,s):e}updateRange(t,e,i,s){for(let n of t.visibleRanges){let r=Math.max(n.from,i),o=Math.min(n.to,s);if(o>=r){let i=t.state.doc.lineAt(r),s=i.to<o?t.state.doc.lineAt(o):i,l=Math.max(n.from,i.from),h=Math.min(n.to,s.to);if(this.boundary){for(;r>i.from;r--)if(this.boundary.test(i.text[r-1-i.from])){l=r;break}for(;o<s.to;o++)if(this.boundary.test(s.text[o-s.from])){h=o;break}}let a=[],c,u=(t,e,i)=>a.push(i.range(t,e));if(i==s)for(this.regexp.lastIndex=l-i.from;(c=this.regexp.exec(i.text))&&c.index<h-i.from;)this.addMatch(c,t,c.index+i.from,u);else i4(t.state.doc,this.regexp,l,h,(e,i)=>this.addMatch(i,t,e,u));e=e.update({filterFrom:l,filterTo:h,filter:(t,e)=>t<l||e>h,add:a})}}return e}}let i9=null!=/x/.unicode?"gu":"g",i6=RegExp("[\0-\b\n-\x1f\x7f-\x9f\xad\u2028\u2029\uFEFF-]",i9),i7={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"},st=null,se=l.r$.define({combine(t){let e=(0,l.BO)(t,{render:null,specialChars:i6,addSpecialChars:null});return(e.replaceTabs=!function(){var t;if(null==st&&"undefined"!=typeof document&&document.body){let e=document.body.style;st=(null!=(t=e.tabSize)?t:e.MozTabSize)!=null}return st||!1}())&&(e.specialChars=RegExp(" |"+e.specialChars.source,i9)),e.addSpecialChars&&(e.specialChars=RegExp(e.specialChars.source+"|"+e.addSpecialChars.source,i9)),e}});function si(t={}){return[se.of(t),ss||(ss=t3.fromClass(class{constructor(t){this.view=t,this.decorations=td.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(t.state.facet(se)),this.decorations=this.decorator.createDeco(t)}makeDecorator(t){return new i5({regexp:t.specialChars,decoration:(e,i,s)=>{let{doc:n}=i.state,r=(0,l.gm)(e[0],0);if(9==r){let t=n.lineAt(s),e=i.state.tabSize,r=(0,l.IS)(t.text,e,s-t.from);return td.replace({widget:new sr((e-r%e)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[r]||(this.decorationCache[r]=td.replace({widget:new sn(t,r)}))},boundary:t.replaceTabs?void 0:/[^]/})}update(t){let e=t.state.facet(se);t.startState.facet(se)!=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}))]}let ss=null;class sn extends tc{constructor(t,e){super(),this.options=t,this.code=e}eq(t){return t.code==this.code}toDOM(t){var e;let i=(e=this.code)>=32?"•":10==e?"":String.fromCharCode(9216+e),s=t.state.phrase("Control character")+" "+(i7[this.code]||"0x"+this.code.toString(16)),n=this.options.render&&this.options.render(this.code,s,i);if(n)return n;let r=document.createElement("span");return r.textContent=i,r.title=s,r.setAttribute("aria-label",s),r.className="cm-specialChar",r}ignoreEvent(){return!1}}class sr extends tc{constructor(t){super(),this.width=t}eq(t){return t.width==this.width}toDOM(){let t=document.createElement("span");return t.textContent=" ",t.className="cm-tab",t.style.width=this.width+"px",t}ignoreEvent(){return!1}}function so(){return sh}let sl=td.line({class:"cm-activeLine"}),sh=t3.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 s of t.state.selection.ranges){let n=t.lineBlockAt(s.head);n.from>e&&(i.push(sl.range(n.from)),e=n.from)}return td.set(i)}},{decorations:t=>t.decorations});class sa extends tc{constructor(t){super(),this.content=t}toDOM(t){let e=document.createElement("span");return e.className="cm-placeholder",e.style.pointerEvents="none",e.appendChild("string"==typeof this.content?document.createTextNode(this.content):"function"==typeof this.content?this.content(t):this.content.cloneNode(!0)),e.setAttribute("aria-hidden","true"),e}coordsAt(t){let e=t.firstChild?w(t.firstChild):[];if(!e.length)return null;let i=window.getComputedStyle(t.parentNode),s=M(e[0],"rtl"!=i.direction),n=parseInt(i.lineHeight);return s.bottom-s.top>1.5*n?{left:s.left,right:s.right,top:s.top,bottom:s.top+n}:s}ignoreEvent(){return!1}}function sc(t){let e=t3.fromClass(class{constructor(e){this.view=e,this.placeholder=t?td.set([td.widget({widget:new sa(t),side:1}).range(0)]):td.none}get decorations(){return this.view.state.doc.length?td.none:this.placeholder}},{decorations:t=>t.decorations});return"string"==typeof t?[e,iO.contentAttributes.of({"aria-placeholder":t})]:e}function su(t,e){var i;let s,n=t.posAtCoords({x:e.clientX,y:e.clientY},!1),r=t.state.doc.lineAt(n),o=n-r.from,h=o>2e3?-1:o==r.length?(i=e.clientX,(s=t.coordsAtPos(t.viewport.from))?Math.round(Math.abs((s.left-i)/t.defaultCharacterWidth)):-1):(0,l.IS)(r.text,t.state.tabSize,n-r.from);return{line:r.number,col:h,off:o}}function sd(t){let e=(null==t?void 0:t.eventFilter)||(t=>t.altKey&&0==t.button);return iO.mouseSelectionStyle.of((t,i)=>{let s,n;return e(i)?(s=su(t,i),n=t.state.selection,s?{update(t){if(t.docChanged){let e=t.changes.mapPos(t.startState.doc.line(s.line).from),i=t.state.doc.lineAt(e);s={line:i.number,col:s.col,off:Math.min(s.off,i.length)},n=n.map(t.changes)}},get(e,i,r){let o=su(t,e);if(!o)return n;let h=function(t,e,i){let s=Math.min(e.line,i.line),n=Math.max(e.line,i.line),r=[];if(e.off>2e3||i.off>2e3||e.col<0||i.col<0){let o=Math.min(e.off,i.off),h=Math.max(e.off,i.off);for(let e=s;e<=n;e++){let i=t.doc.line(e);i.length<=h&&r.push(l.jT.range(i.from+o,i.to+h))}}else{let o=Math.min(e.col,i.col),h=Math.max(e.col,i.col);for(let e=s;e<=n;e++){let i=t.doc.line(e),s=(0,l.Gz)(i.text,o,t.tabSize,!0);if(s<0)r.push(l.jT.cursor(i.to));else{let e=(0,l.Gz)(i.text,h,t.tabSize);r.push(l.jT.range(i.from+s,i.from+e))}}}return r}(t.state,s,o);return h.length?r?l.jT.create(h.concat(n.ranges)):l.jT.create(h):n}}:null):null})}let sf={Alt:[18,t=>!!t.altKey],Control:[17,t=>!!t.ctrlKey],Shift:[16,t=>!!t.shiftKey],Meta:[91,t=>!!t.metaKey]},sp={style:"cursor: crosshair"};function sg(t={}){let[e,i]=sf[t.key||"Alt"],s=t3.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[s,iO.contentAttributes.of(t=>{var e;return(null==(e=t.plugin(s))?void 0:e.isDown)?sp:null})]}let sm="-10000px";class sv{constructor(t,e,i,s){this.facet=e,this.createTooltipView=i,this.removeTooltipView=s,this.input=t.state.facet(e),this.tooltips=this.input.filter(t=>t);let n=null;this.tooltipViews=this.tooltips.map(t=>n=i(t,n))}update(t,e){var i;let s=t.state.facet(this.facet),n=s.filter(t=>t);if(s===this.input){for(let e of this.tooltipViews)e.update&&e.update(t);return!1}let r=[],o=e?[]:null;for(let i=0;i<n.length;i++){let s=n[i],l=-1;if(s){for(let t=0;t<this.tooltips.length;t++){let e=this.tooltips[t];e&&e.create==s.create&&(l=t)}if(l<0)r[i]=this.createTooltipView(s,i?r[i-1]:null),o&&(o[i]=!!s.above);else{let s=r[i]=this.tooltipViews[l];o&&(o[i]=e[l]),s.update&&s.update(t)}}}for(let t of this.tooltipViews)0>r.indexOf(t)&&(this.removeTooltipView(t),null==(i=t.destroy)||i.call(t));return e&&(o.forEach((t,i)=>e[i]=t),e.length=o.length),this.input=s,this.tooltips=n,this.tooltipViews=r,!0}}function sw(t){let e=t.dom.ownerDocument.documentElement;return{top:0,left:0,bottom:e.clientHeight,right:e.clientWidth}}let sy=l.r$.define({combine:t=>{var e,i,s;return{position:Z.ios?"absolute":(null==(e=t.find(t=>t.position))?void 0:e.position)||"fixed",parent:(null==(i=t.find(t=>t.parent))?void 0:i.parent)||null,tooltipSpace:(null==(s=t.find(t=>t.tooltipSpace))?void 0:s.tooltipSpace)||sw}}}),sb=new WeakMap,sx=t3.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(sy);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 sv(t,sC,(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)for(let t of(this.intersectionObserver.disconnect(),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,s=t.state.facet(sy);if(s.position!=this.position&&!this.madeAbsolute){for(let t of(this.position=s.position,this.manager.tooltipViews))t.dom.style.position=this.position;i=!0}if(s.parent!=this.parent){for(let t of(this.parent&&this.container.remove(),this.parent=s.parent,this.createContainer(),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),s=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=sm,i.dom.style.left="0px",this.container.insertBefore(i.dom,s),i.mount&&i.mount(this.view),this.resizeObserver&&this.resizeObserver.observe(i.dom),i}destroy(){var t,e,i;for(let e of(this.view.win.removeEventListener("resize",this.measureSoon),this.manager.tooltipViews))e.dom.remove(),null==(t=e.destroy)||t.call(e);this.parent&&this.container.remove(),null==(e=this.resizeObserver)||e.disconnect(),null==(i=this.intersectionObserver)||i.disconnect(),clearTimeout(this.measureTimeout)}readMeasure(){let t=1,e=1,i=!1;if("fixed"==this.position&&this.manager.tooltipViews.length){let{dom:t}=this.manager.tooltipViews[0];if(Z.gecko)i=t.offsetParent!=this.container.ownerDocument.body;else if(t.style.top==sm&&"0px"==t.style.left){let e=t.getBoundingClientRect();i=Math.abs(e.top+1e4)>1||Math.abs(e.left)>1}}if(i||"absolute"==this.position)if(this.parent){let i=this.parent.getBoundingClientRect();i.width&&i.height&&(t=i.width/this.parent.offsetWidth,e=i.height/this.parent.offsetHeight)}else({scaleX:t,scaleY:e}=this.view.viewState);let s=this.view.scrollDOM.getBoundingClientRect(),n=es(this.view);return{visible:{left:s.left+n.left,top:s.top+n.top,right:s.right-n.right,bottom:s.bottom-n.bottom},parent:this.parent?this.container.getBoundingClientRect():this.view.dom.getBoundingClientRect(),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(sy).tooltipSpace(this.view),scaleX:t,scaleY:e,makeAbsolute:i}}writeMeasure(t){var e;if(t.makeAbsolute)for(let t of(this.madeAbsolute=!0,this.position="absolute",this.manager.tooltipViews))t.dom.style.position="absolute";let{visible:i,space:s,scaleX:n,scaleY:r}=t,o=[];for(let l=0;l<this.manager.tooltips.length;l++){let h=this.manager.tooltips[l],a=this.manager.tooltipViews[l],{dom:c}=a,u=t.pos[l],d=t.size[l];if(!u||!1!==h.clip&&(u.bottom<=Math.max(i.top,s.top)||u.top>=Math.min(i.bottom,s.bottom)||u.right<Math.max(i.left,s.left)-.1||u.left>Math.min(i.right,s.right)+.1)){c.style.top=sm;continue}let f=h.arrow?a.dom.querySelector(".cm-tooltip-arrow"):null,p=7*!!f,g=d.right-d.left,m=null!=(e=sb.get(a))?e:d.bottom-d.top,v=a.offset||sM,w=this.view.textDirection==tM.LTR,y=d.width>s.right-s.left?w?s.left:s.right-d.width:w?Math.max(s.left,Math.min(u.left-14*!!f+v.x,s.right-g)):Math.min(Math.max(s.left,u.left-g+14*!!f-v.x),s.right-g),b=this.above[l];!h.strictSide&&(b?u.top-m-p-v.y<s.top:u.bottom+m+p+v.y>s.bottom)&&b==s.bottom-u.bottom>u.top-s.top&&(b=this.above[l]=!b);let x=(b?u.top-s.top:s.bottom-u.bottom)-p;if(x<m&&!1!==a.resize){if(x<this.view.defaultLineHeight){c.style.top=sm;continue}sb.set(a,m),c.style.height=(m=x)/r+"px"}else c.style.height&&(c.style.height="");let S=b?u.top-m-p-v.y:u.bottom+p+v.y,k=y+g;if(!0!==a.overlap)for(let t of o)t.left<k&&t.right>y&&t.top<S+m&&t.bottom>S&&(S=b?t.top-m-2-p:t.bottom+p+2);if("absolute"==this.position?(c.style.top=(S-t.parent.top)/r+"px",sS(c,(y-t.parent.left)/n)):(c.style.top=S/r+"px",sS(c,y/n)),f){let t=u.left+(w?v.x:-v.x)-(y+14-7);f.style.left=t/n+"px"}!0!==a.overlap&&o.push({left:y,top:S,right:k,bottom:S+m}),c.classList.toggle("cm-tooltip-above",b),c.classList.toggle("cm-tooltip-below",!b),a.positioned&&a.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=sm}},{eventObservers:{scroll(){this.maybeMeasure()}}});function sS(t,e){let i=parseInt(t.style.left,10);(isNaN(i)||Math.abs(e-i)>1)&&(t.style.left=e+"px")}let sk=iO.baseTheme({".cm-tooltip":{zIndex:500,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"}}}),sM={x:0,y:0},sC=l.r$.define({enables:[sx,sk]}),sA=l.r$.define({combine:t=>t.reduce((t,e)=>t.concat(e),[])});class sO{static create(t){return new sO(t)}constructor(t){this.view=t,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new sv(t,sA,(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)||t.call(e)}passProp(t){let e;for(let i of this.manager.tooltipViews){let s=i[t];if(void 0!==s){if(void 0===e)e=s;else if(e!==s)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")}}let sT=sC.compute([sA],t=>{let e=t.facet(sA);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)?e:t.pos})),create:sO.create,above:e[0].above,arrow:e.some(t=>t.arrow)}});class sD{constructor(t,e,i,s,n){this.view=t,this.source=e,this.field=i,this.setHover=s,this.hoverTime=n,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 s,n=1;if(i instanceof ti)s=i.posAtStart;else{if(null==(s=t.posAtCoords(e)))return;let i=t.coordsAtPos(s);if(!i||e.y<i.top||e.y>i.bottom||e.x<i.left-t.defaultCharacterWidth||e.x>i.right+t.defaultCharacterWidth)return;let r=t.bidiSpans(t.state.doc.lineAt(s)).find(t=>t.from<=s&&t.to>=s),o=r&&r.dir==tM.RTL?-1:1;n=e.x<i.left?-o:o}let r=this.source(t,s,n);if(null==r?void 0:r.then){let e=this.pending={pos:s};r.then(i=>{this.pending==e&&(this.pending=null,i&&!(Array.isArray(i)&&!i.length)&&t.dispatch({effects:this.setHover.of(Array.isArray(i)?i:[i])}))},e=>tZ(t.state,e,"hover tooltip"))}else r&&!(Array.isArray(r)&&!r.length)&&t.dispatch({effects:this.setHover.of(Array.isArray(r)?r:[r])})}get tooltip(){let t=this.view.plugin(sx),e=t?t.manager.tooltips.findIndex(t=>t.create==sO.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:s,tooltip:n}=this;if(s.length&&n&&!function(t,e){let{left:i,right:s,top:n,bottom:r}=t.getBoundingClientRect(),o;if(o=t.querySelector(".cm-tooltip-arrow")){let t=o.getBoundingClientRect();n=Math.min(t.top,n),r=Math.max(t.bottom,r)}return e.clientX>=i-4&&e.clientX<=s+4&&e.clientY>=n-4&&e.clientY<=r+4}(n.dom,t)||this.pending){let{pos:n}=s[0]||this.pending,r=null!=(i=null==(e=s[0])?void 0:e.end)?i:n;(n==r?this.view.posAtCoords(this.lastMove)!=n:!function(t,e,i,s,n,r){let o=t.scrollDOM.getBoundingClientRect(),l=t.documentTop+t.documentPadding.top+t.contentHeight;if(o.left>s||o.right<s||o.top>n||Math.min(o.bottom,l)<n)return!1;let h=t.posAtCoords({x:s,y:n},!1);return h>=e&&h<=i}(this.view,n,r,t.clientX,t.clientY))&&(this.view.dispatch({effects:this.setHover.of([])}),this.pending=null)}}mouseleave(t){clearTimeout(this.hoverTimeout),this.hoverTimeout=-1;let{active:e}=this;if(e.length){let{tooltip:e}=this;e&&e.dom.contains(t.relatedTarget)?this.watchTooltipLeave(e.dom):this.view.dispatch({effects:this.setHover.of([])})}}watchTooltipLeave(t){let e=i=>{t.removeEventListener("mouseleave",e),this.active.length&&!this.view.dom.contains(i.relatedTarget)&&this.view.dispatch({effects:this.setHover.of([])})};t.addEventListener("mouseleave",e)}destroy(){clearTimeout(this.hoverTimeout),this.view.dom.removeEventListener("mouseleave",this.mouseleave),this.view.dom.removeEventListener("mousemove",this.mousemove)}}function sE(t,e={}){let i=l.Py.define(),s=l.QQ.define({create:()=>[],update(t,s){if(t.length&&(e.hideOnChange&&(s.docChanged||s.selection)?t=[]:e.hideOn&&(t=t.filter(t=>!e.hideOn(s,t))),s.docChanged)){let e=[];for(let i of t){let t=s.changes.mapPos(i.pos,-1,l.gc.TrackDel);if(null!=t){let n=Object.assign(Object.create(null),i);n.pos=t,null!=n.end&&(n.end=s.changes.mapPos(n.end)),e.push(n)}}t=e}for(let e of s.effects)e.is(i)&&(t=e.value),e.is(sB)&&(t=[]);return t},provide:t=>sA.from(t)});return{active:s,extension:[s,t3.define(n=>new sD(n,t,s,i,e.hoverTime||300)),sT]}}function sR(t,e){let i=t.plugin(sx);if(!i)return null;let s=i.manager.tooltips.indexOf(e);return s<0?null:i.manager.tooltipViews[s]}let sB=l.Py.define(),sP=l.r$.define({combine(t){let e,i;for(let s of t)e=e||s.topContainer,i=i||s.bottomContainer;return{topContainer:e,bottomContainer:i}}});function sN(t,e){let i=t.plugin(sL),s=i?i.specs.indexOf(e):-1;return s>-1?i.panels[s]:null}let sL=t3.fromClass(class{constructor(t){this.input=t.state.facet(sH),this.specs=this.input.filter(t=>t),this.panels=this.specs.map(e=>e(t));let e=t.state.facet(sP);for(let i of(this.top=new sI(t,!0,e.topContainer),this.bottom=new sI(t,!1,e.bottomContainer),this.top.sync(this.panels.filter(t=>t.top)),this.bottom.sync(this.panels.filter(t=>!t.top)),this.panels))i.dom.classList.add("cm-panel"),i.mount&&i.mount()}update(t){let e=t.state.facet(sP);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new sI(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new sI(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let i=t.state.facet(sH);if(i!=this.input){let e=i.filter(t=>t),s=[],n=[],r=[],o=[];for(let i of e){let e=this.specs.indexOf(i),l;e<0?(l=i(t.view),o.push(l)):(l=this.panels[e]).update&&l.update(t),s.push(l),(l.top?n:r).push(l)}for(let t of(this.specs=e,this.panels=s,this.top.sync(n),this.bottom.sync(r),o))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=>iO.scrollMargins.of(e=>{let i=e.plugin(t);return i&&{top:i.top.scrollMargin(),bottom:i.bottom.scrollMargin()}})});class sI{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&&0>t.indexOf(e)&&e.destroy();this.panels=t,this.syncDOM()}syncDOM(){if(0==this.panels.length){this.dom&&(this.dom.remove(),this.dom=void 0);return}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=sV(t);t=t.nextSibling}else this.dom.insertBefore(e.dom,t);for(;t;)t=sV(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 sV(t){let e=t.nextSibling;return t.remove(),e}let sH=l.r$.define({enables:sL});class sW extends l.uU{compare(t){return this==t||this.constructor==t.constructor&&this.eq(t)}eq(t){return!1}destroy(t){}}sW.prototype.elementClass="",sW.prototype.toDOM=void 0,sW.prototype.mapMode=l.gc.TrackBefore,sW.prototype.startSide=sW.prototype.endSide=-1,sW.prototype.point=!0;let sF=l.r$.define(),sz=l.r$.define(),s_={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>l.Xs.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{},side:"before"},sj=l.r$.define();function sq(t){return[s$(),sj.of({...s_,...t})]}let sK=l.r$.define({combine:t=>t.some(t=>t)});function s$(t){let e=[sX];return t&&!1===t.fixed&&e.push(sK.of(!0)),e}let sX=t3.fromClass(class{constructor(t){for(let e of(this.view=t,this.domAfter=null,this.prevViewport=t.viewport,this.dom=document.createElement("div"),this.dom.className="cm-gutters cm-gutters-before",this.dom.setAttribute("aria-hidden","true"),this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.gutters=t.state.facet(sj).map(e=>new sJ(t,e)),this.fixed=!t.state.facet(sK),this.gutters))"after"==e.config.side?this.getDOMAfter().appendChild(e.dom):this.dom.appendChild(e.dom);this.fixed&&(this.dom.style.position="sticky"),this.syncGutters(!1),t.scrollDOM.insertBefore(this.dom,t.contentDOM)}getDOMAfter(){return this.domAfter||(this.domAfter=document.createElement("div"),this.domAfter.className="cm-gutters cm-gutters-after",this.domAfter.setAttribute("aria-hidden","true"),this.domAfter.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.domAfter.style.position=this.fixed?"sticky":"",this.view.scrollDOM.appendChild(this.domAfter)),this.domAfter}update(t){if(this.updateGutters(t)){let e=this.prevViewport,i=t.view.viewport,s=Math.min(e.to,i.to)-Math.max(e.from,i.from);this.syncGutters(s<(i.to-i.from)*.8)}if(t.geometryChanged){let t=this.view.contentHeight/this.view.scaleY+"px";this.dom.style.minHeight=t,this.domAfter&&(this.domAfter.style.minHeight=t)}this.view.state.facet(sK)!=!this.fixed&&(this.fixed=!this.fixed,this.dom.style.position=this.fixed?"sticky":"",this.domAfter&&(this.domAfter.style.position=this.fixed?"sticky":"")),this.prevViewport=t.view.viewport}syncGutters(t){let e=this.dom.nextSibling;t&&(this.dom.remove(),this.domAfter&&this.domAfter.remove());let i=l.Xs.iter(this.view.state.facet(sF),this.view.viewport.from),s=[],n=this.gutters.map(t=>new sU(t,this.view.viewport,-this.view.documentPadding.top));for(let t of this.view.viewportLineBlocks)if(s.length&&(s=[]),Array.isArray(t.type)){let e=!0;for(let r of t.type)if(r.type==tu.Text&&e){for(let t of(sY(i,s,r.from),n))t.line(this.view,r,s);e=!1}else if(r.widget)for(let t of n)t.widget(this.view,r)}else if(t.type==tu.Text)for(let e of(sY(i,s,t.from),n))e.line(this.view,t,s);else if(t.widget)for(let e of n)e.widget(this.view,t);for(let t of n)t.finish();t&&(this.view.scrollDOM.insertBefore(this.dom,e),this.domAfter&&this.view.scrollDOM.appendChild(this.domAfter))}updateGutters(t){let e=t.startState.facet(sj),i=t.state.facet(sj),s=t.docChanged||t.heightChanged||t.viewportChanged||!l.Xs.eq(t.startState.facet(sF),t.state.facet(sF),t.view.viewport.from,t.view.viewport.to);if(e==i)for(let e of this.gutters)e.update(t)&&(s=!0);else{s=!0;let n=[];for(let s of i){let i=e.indexOf(s);i<0?n.push(new sJ(this.view,s)):(this.gutters[i].update(t),n.push(this.gutters[i]))}for(let t of this.gutters)t.dom.remove(),0>n.indexOf(t)&&t.destroy();for(let t of n)"after"==t.config.side?this.getDOMAfter().appendChild(t.dom):this.dom.appendChild(t.dom);this.gutters=n}return s}destroy(){for(let t of this.gutters)t.destroy();this.dom.remove(),this.domAfter&&this.domAfter.remove()}},{provide:t=>iO.scrollMargins.of(e=>{let i=e.plugin(t);if(!i||0==i.gutters.length||!i.fixed)return null;let s=i.dom.offsetWidth*e.scaleX,n=i.domAfter?i.domAfter.offsetWidth*e.scaleX:0;return e.textDirection==tM.LTR?{left:s,right:n}:{right:s,left:n}})});function sG(t){return Array.isArray(t)?t:[t]}function sY(t,e,i){for(;t.value&&t.from<=i;)t.from==i&&e.push(t.value),t.next()}class sU{constructor(t,e,i){this.gutter=t,this.height=i,this.i=0,this.cursor=l.Xs.iter(t.markers,e.from)}addElement(t,e,i){let{gutter:s}=this,n=(e.top-this.height)/t.scaleY,r=e.height/t.scaleY;if(this.i==s.elements.length){let e=new sQ(t,r,n,i);s.elements.push(e),s.dom.appendChild(e.dom)}else s.elements[this.i].update(t,r,n,i);this.height=e.bottom,this.i++}line(t,e,i){let s=[];sY(this.cursor,s,e.from),i.length&&(s=s.concat(i));let n=this.gutter.config.lineMarker(t,e,s);n&&s.unshift(n);let r=this.gutter;(0!=s.length||r.config.renderEmptyElements)&&this.addElement(t,e,s)}widget(t,e){let i=this.gutter.config.widgetMarker(t,e.widget,e),s=i?[i]:null;for(let i of t.state.facet(sz)){let n=i(t,e.widget,e);n&&(s||(s=[])).push(n)}s&&this.addElement(t,e,s)}finish(){let t=this.gutter;for(;t.elements.length>this.i;){let e=t.elements.pop();t.dom.removeChild(e.dom),e.destroy()}}}class sJ{constructor(t,e){for(let i in 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:""),e.domEventHandlers)this.dom.addEventListener(i,s=>{let n=s.target,r;if(n!=this.dom&&this.dom.contains(n)){for(;n.parentNode!=this.dom;)n=n.parentNode;let t=n.getBoundingClientRect();r=(t.top+t.bottom)/2}else r=s.clientY;let o=t.lineBlockAtHeight(r-t.documentTop);e.domEventHandlers[i](t,o,s)&&s.preventDefault()});this.markers=sG(e.markers(t)),e.initialSpacer&&(this.spacer=new sQ(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=sG(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!l.Xs.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 sQ{constructor(t,e,i,s){this.height=-1,this.above=0,this.markers=[],this.dom=document.createElement("div"),this.dom.className="cm-gutterElement",this.update(t,e,i,s)}update(t,e,i,s){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,s)&&this.setMarkers(t,s)}setMarkers(t,e){let i="cm-gutterElement",s=this.dom.firstChild;for(let n=0,r=0;;){let o=r,l=n<e.length?e[n++]:null,h=!1;if(l){let t=l.elementClass;t&&(i+=" "+t);for(let t=r;t<this.markers.length;t++)if(this.markers[t].compare(l)){o=t,h=!0;break}}else o=this.markers.length;for(;r<o;){let t=this.markers[r++];if(t.toDOM){t.destroy(s);let e=s.nextSibling;s.remove(),s=e}}if(!l)break;l.toDOM&&(h?s=s.nextSibling:this.dom.insertBefore(l.toDOM(t),s)),h&&r++}this.dom.className=i,this.markers=e}destroy(){this.setMarkers(null,[])}}let sZ=l.r$.define(),s0=l.r$.define(),s1=l.r$.define({combine:t=>(0,l.BO)(t,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(t,e){let i=Object.assign({},t);for(let t in e){let s=i[t],n=e[t];i[t]=s?(t,e,i)=>s(t,e,i)||n(t,e,i):n}return i}})});class s2 extends sW{constructor(t){super(),this.number=t}eq(t){return this.number==t.number}toDOM(){return document.createTextNode(this.number)}}function s3(t,e){return t.state.facet(s1).formatNumber(e,t.state)}let s8=sj.compute([s1],t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:t=>t.state.facet(sZ),lineMarker:(t,e,i)=>i.some(t=>t.toDOM)?null:new s2(s3(t,t.state.doc.lineAt(e.from).number)),widgetMarker:(t,e,i)=>{for(let s of t.state.facet(s0)){let n=s(t,e,i);if(n)return n}return null},lineMarkerChange:t=>t.startState.facet(s1)!=t.state.facet(s1),initialSpacer:t=>new s2(s3(t,s5(t.state.doc.lines))),updateSpacer(t,e){let i=s3(e.view,s5(e.view.state.doc.lines));return i==t.number?t:new s2(i)},domEventHandlers:t.facet(s1).domEventHandlers,side:"before"}));function s4(t={}){return[s1.of(t),s$(),s8]}function s5(t){let e=9;for(;e<t;)e=10*e+9;return e}let s9=new class extends sW{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},s6=sF.compute(["selection"],t=>{let e=[],i=-1;for(let s of t.selection.ranges){let n=t.doc.lineAt(s.head).from;n>i&&(i=n,e.push(s9.range(n)))}return l.Xs.of(e)});function s7(){return s6}},419:function(t,e,i){var s,n;i.d(e,{Jq:function(){return u},L3:function(){return r},Lj:function(){return d},_b:function(){return L},hr:function(){return P},i9:function(){return N},md:function(){return h},mp:function(){return g},vj:function(){return s}});let r=1024,o=0;class l{constructor(t,e){this.from=t,this.to=e}}class h{constructor(t={}){this.id=o++,this.perNode=!!t.perNode,this.deserialize=t.deserialize||(()=>{throw Error("This node type doesn't define a deserialize function")})}add(t){if(this.perNode)throw RangeError("Can't add per-node props to node types");return"function"!=typeof t&&(t=u.match(t)),e=>{let i=t(e);return void 0===i?null:[this,i]}}}h.closedBy=new h({deserialize:t=>t.split(" ")}),h.openedBy=new h({deserialize:t=>t.split(" ")}),h.group=new h({deserialize:t=>t.split(" ")}),h.isolate=new h({deserialize:t=>{if(t&&"rtl"!=t&&"ltr"!=t&&"auto"!=t)throw RangeError("Invalid value for isolate: "+t);return t||"auto"}}),h.contextHash=new h({perNode:!0}),h.lookAhead=new h({perNode:!0}),h.mounted=new h({perNode:!0});class a{constructor(t,e,i){this.tree=t,this.overlay=e,this.parser=i}static get(t){return t&&t.props&&t.props[h.mounted.id]}}let c=Object.create(null);class u{constructor(t,e,i,s=0){this.name=t,this.props=e,this.id=i,this.flags=s}static define(t){let e=t.props&&t.props.length?Object.create(null):c,i=+!!t.top|2*!!t.skipped|4*!!t.error|8*(null==t.name),s=new u(t.name||"",e,t.id,i);if(t.props){for(let i of t.props)if(Array.isArray(i)||(i=i(s)),i){if(i[0].perNode)throw RangeError("Can't store a per-node prop on a node type");e[i[0].id]=i[1]}}return s}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(h.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 s of i.split(" "))e[s]=t[i];return t=>{for(let i=t.prop(h.group),s=-1;s<(i?i.length:0);s++){let n=e[s<0?t.name:i[s]];if(n)return n}}}}u.none=new u("",Object.create(null),0,8);class d{constructor(t){this.types=t;for(let e=0;e<t.length;e++)if(t[e].id!=e)throw 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 s=null;for(let e of t){let t=e(i);t&&(s||(s=Object.assign({},i.props)),s[t[0].id]=t[1])}e.push(s?new u(i.name,s,i.id,i.flags):i)}return new d(e)}}let f=new WeakMap,p=new WeakMap;(n=s||(s={}))[n.ExcludeBuffers=1]="ExcludeBuffers",n[n.IncludeAnonymous=2]="IncludeAnonymous",n[n.IgnoreMounts=4]="IgnoreMounts",n[n.IgnoreOverlays=8]="IgnoreOverlays";class g{constructor(t,e,i,s,n){if(this.type=t,this.children=e,this.positions=i,this.length=s,this.props=null,n&&n.length)for(let[t,e]of(this.props=Object.create(null),n))this.props["number"==typeof t?t:t.id]=e}toString(){let t=a.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 T(this.topNode,t)}cursorAt(t,e=0,i=0){let s=new T(f.get(this)||this.topNode);return s.moveTo(t,e),f.set(this,s._tree),s}get topNode(){return new x(this,0,0,null)}resolve(t,e=0){let i=y(f.get(this)||this.topNode,t,e,!1);return f.set(this,i),i}resolveInner(t,e=0){let i=y(p.get(this)||this.topNode,t,e,!0);return p.set(this,i),i}resolveStack(t,e=0){return function(t,e,i){let s=t.resolveInner(e,i),n=null;for(let t=s instanceof x?s:s.context.parent;t;t=t.parent)if(t.index<0){let r=t.parent;(n||(n=[s])).push(r.resolve(e,i)),t=r}else{let r=a.get(t.tree);if(r&&r.overlay&&r.overlay[0].from<=e&&r.overlay[r.overlay.length-1].to>=e){let o=new x(r.tree,r.overlay[0].from+t.from,-1,t);(n||(n=[s])).push(y(o,e,i,!1))}}return n?A(n):s}(this,t,e)}iterate(t){let{enter:e,leave:i,from:n=0,to:r=this.length}=t,o=t.mode||0,l=(o&s.IncludeAnonymous)>0;for(let t=this.cursor(o|s.IncludeAnonymous);;){let s=!1;if(t.from<=r&&t.to>=n&&(!l&&t.type.isAnonymous||!1!==e(t))){if(t.firstChild())continue;s=!0}for(;s&&i&&(l||!t.type.isAnonymous)&&i(t),!t.nextSibling();){if(!t.parent())return;s=!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:B(u.none,this.children,this.positions,0,this.children.length,0,this.length,(t,e,i)=>new g(this.type,t,e,i,this.propValues),t.makeTree||((t,e,i)=>new g(u.none,t,e,i)))}static build(t){return function(t){var e;let{buffer:i,nodeSet:s,maxBufferLength:n=r,reused:o=[],minRepeatType:l=s.types.length}=t,a=Array.isArray(i)?new m(i,i.length):i,c=s.types,u=0,d=0;function f(t,e,i,n,r,o,l,h,a){let c=[],u=[];for(;t.length>n;)c.push(t.pop()),u.push(e.pop()+i-r);t.push(p(s.types[l],c,u,o-r,h-o,a)),e.push(r-i)}function p(t,e,i,s,n,r,o){if(r){let t=[h.contextHash,r];o=o?[t].concat(o):[t]}if(n>25){let t=[h.lookAhead,n];o=o?[t].concat(o):[t]}return new g(t,e,i,s,o)}let w=[],y=[];for(;a.pos>0;)!function t(e,i,r,m,w,y){let{id:b,start:x,end:S,size:k}=a,M=d,C=u;for(;k<0;){if(a.next(),-1==k){let t=o[b];r.push(t),m.push(x-e);return}if(-3==k){u=b;return}if(-4==k){d=b;return}else throw RangeError(`Unrecognized record size: ${k}`)}let A=c[b],O,T,D=x-e;if(S-x<=n&&(T=function(t,e){let i=a.fork(),s=0,r=0,o=0,h=i.end-n,c={size:0,start:0,skip:0};i:for(let n=i.pos-t;i.pos>n;){let t=i.size;if(i.id==e&&t>=0){c.size=s,c.start=r,c.skip=o,o+=4,s+=4,i.next();continue}let a=i.pos-t;if(t<0||a<n||i.start<h)break;let u=4*(i.id>=l),d=i.start;for(i.next();i.pos>a;){if(i.size<0)if(-3==i.size)u+=4;else break i;else i.id>=l&&(u+=4);i.next()}r=d,s+=t,o+=u}return(e<0||s==t)&&(c.size=s,c.start=r,c.skip=o),c.size>4?c:void 0}(a.pos-i,w))){let t=new Uint16Array(T.size-T.skip),i=a.pos-T.size,n=t.length;for(;a.pos>i;)n=function t(e,i,s){let{id:n,start:r,end:o,size:h}=a;if(a.next(),h>=0&&n<l){let l=s;if(h>4){let n=a.pos-(h-4);for(;a.pos>n;)s=t(e,i,s)}i[--s]=l,i[--s]=o-e,i[--s]=r-e,i[--s]=n}else -3==h?u=n:-4==h&&(d=n);return s}(T.start,t,n);O=new v(t,S-T.start,s),D=T.start-e}else{let e=a.pos-k;a.next();let i=[],r=[],o=b>=l?b:-1,c=0,u=S;for(;a.pos>e;)o>=0&&a.id==o&&a.size>=0?(a.end<=u-n&&(f(i,r,x,c,a.end,u,o,M,C),c=i.length,u=a.end),a.next()):y>2500?function(t,e,i,r){let o=[],l=0,h=-1;for(;a.pos>e;){let{id:t,start:e,end:i,size:s}=a;if(s>4)a.next();else if(h>-1&&e<h)break;else h<0&&(h=i-n),o.push(t,e,i),l++,a.next()}if(l){let e=new Uint16Array(4*l),n=o[o.length-2];for(let t=o.length-3,i=0;t>=0;t-=3)e[i++]=o[t],e[i++]=o[t+1]-n,e[i++]=o[t+2]-n,e[i++]=i;i.push(new v(e,o[2]-n,s)),r.push(n-t)}}(x,e,i,r):t(x,e,i,r,o,y+1);if(o>=0&&c>0&&c<i.length&&f(i,r,x,c,x,u,o,M,C),i.reverse(),r.reverse(),o>-1&&c>0){let t=function(t,e){return(i,s,n)=>{let r=0,o=i.length-1,l,a;if(o>=0&&(l=i[o])instanceof g){if(!o&&l.type==t&&l.length==n)return l;(a=l.prop(h.lookAhead))&&(r=s[o]+l.length+a)}return p(t,i,s,n,r,e)}}(A,C);O=B(A,i,r,0,i.length,0,S-x,t,t)}else O=p(A,i,r,S-x,M-S,C)}r.push(O),m.push(D)}(t.start||0,t.bufferStart||0,w,y,-1,0);let b=null!=(e=t.length)?e:w.length?y[0]+w[0].length:0;return new g(c[t.topID],w.reverse(),y.reverse(),b)}(t)}}g.empty=new g(u.none,[],[],0);class m{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 m(this.buffer,this.index)}}class v{constructor(t,e,i){this.buffer=t,this.length=e,this.set=i}get type(){return u.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],s=this.set.types[e],n=s.name;if(/\W/.test(n)&&!s.isError&&(n=JSON.stringify(n)),i==(t+=4))return n;let r=[];for(;t<i;)r.push(this.childString(t)),t=this.buffer[t+3];return n+"("+r.join(",")+")"}findChild(t,e,i,s,n){let{buffer:r}=this,o=-1;for(let l=t;l!=e&&(!w(n,s,r[l+1],r[l+2])||(o=l,!(i>0)));l=r[l+3]);return o}slice(t,e,i){let s=this.buffer,n=new Uint16Array(e-t),r=0;for(let o=t,l=0;o<e;){n[l++]=s[o++],n[l++]=s[o++]-i;let e=n[l++]=s[o++]-i;n[l++]=s[o++]-t,r=Math.max(r,e)}return new v(n,r,this.set)}}function w(t,e,i,s){switch(t){case -2:return i<e;case -1:return s>=e&&i<e;case 0:return i<e&&s>e;case 1:return i<=e&&s>e;case 2:return s>e;case 4:return!0}}function y(t,e,i,n){for(var r;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 x&&t.index<0?null:t.parent;if(!e)return t;t=e}let o=n?0:s.IgnoreOverlays;if(n)for(let s=t,n=s.parent;n;n=(s=n).parent)s instanceof x&&s.index<0&&(null==(r=n.enter(e,i,o))?void 0:r.from)!=s.from&&(t=n);for(;;){let s=t.enter(e,i,o);if(!s)return t;t=s}}class b{cursor(t=0){return new T(this,t)}getChild(t,e=null,i=null){let s=S(this,t,e,i);return s.length?s[0]:null}getChildren(t,e=null,i=null){return S(this,t,e,i)}resolve(t,e=0){return y(this,t,e,!1)}resolveInner(t,e=0){return y(this,t,e,!0)}matchContext(t){return k(this.parent,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 x extends b{constructor(t,e,i,s){super(),this._tree=t,this.from=e,this.index=i,this._parent=s}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,r=0){for(let o=this;;){for(let{children:l,positions:h}=o._tree,c=e>0?l.length:-1;t!=c;t+=e){let c=l[t],u=h[t]+o.from;if(w(n,i,u,u+c.length)){if(c instanceof v){if(r&s.ExcludeBuffers)continue;let l=c.findChild(0,c.buffer.length,e,i-u,n);if(l>-1)return new C(new M(o,c,t,u),null,l)}else if(r&s.IncludeAnonymous||!c.type.isAnonymous||D(c)){let l;if(!(r&s.IgnoreMounts)&&(l=a.get(c))&&!l.overlay)return new x(l.tree,u,t,o);let h=new x(c,u,t,o);return r&s.IncludeAnonymous||!h.type.isAnonymous?h:h.nextChild(e<0?c.children.length-1:0,e,i,n)}}}if(r&s.IncludeAnonymous||!o.type.isAnonymous||(t=o.index>=0?o.index+e:e<0?-1:o._parent._tree.children.length,!(o=o._parent)))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&s.IgnoreOverlays)&&(n=a.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 x(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 S(t,e,i,s){let n=t.cursor(),r=[];if(!n.firstChild())return r;if(null!=i){for(let t=!1;!t;)if(t=n.type.is(i),!n.nextSibling())return r}for(;;){if(null!=s&&n.type.is(s))return r;if(n.type.is(e)&&r.push(n.node),!n.nextSibling())return null==s?r:[]}}function k(t,e,i=e.length-1){for(let s=t;i>=0;s=s.parent){if(!s)return!1;if(!s.type.isAnonymous){if(e[i]&&e[i]!=s.name)return!1;i--}}return!0}class M{constructor(t,e,i,s){this.parent=t,this.buffer=e,this.index=i,this.start=s}}class C extends b{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:s}=this.context,n=s.findChild(this.index+4,s.buffer[this.index+3],t,e-this.context.start,i);return n<0?null:new C(this.context,this,n)}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&s.ExcludeBuffers)return null;let{buffer:n}=this.context,r=n.findChild(this.index+4,n.buffer[this.index+3],e>0?1:-1,t-this.context.start,e);return r<0?null:new C(this.context,this,r)}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 C(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 C(this.context,this._parent,t.findChild(e,this.index,-1,0,4))}get tree(){return null}toTree(){let t=[],e=[],{buffer:i}=this.context,s=this.index+4,n=i.buffer[this.index+3];if(n>s){let r=i.buffer[this.index+1];t.push(i.slice(s,n,r)),e.push(0)}return new g(this.type,t,e,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function A(t){if(!t.length)return null;let e=0,i=t[0];for(let s=1;s<t.length;s++){let n=t[s];(n.from>i.from||n.to<i.to)&&(i=n,e=s)}let s=i instanceof x&&i.index<0?null:i.parent,n=t.slice();return s?n[e]=s:n.splice(e,1),new O(n,i)}class O{constructor(t,e){this.heads=t,this.node=e}get next(){return A(this.heads)}}class T{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 x)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:s}=this.buffer;return this.type=e||s.set.types[s.buffer[t]],this.from=i+s.buffer[t+1],this.to=i+s.buffer[t+2],!0}yield(t){return!!t&&(t instanceof x?(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:s}=this.buffer,n=s.findChild(this.index+4,s.buffer[this.index+3],t,e-this.buffer.start,i);return!(n<0)&&(this.stack.push(this.index),this.yieldBuf(n))}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&s.ExcludeBuffers)&&this.enterChild(1,t,e):this.yield(this._tree.enter(t,e,i))}parent(){if(!this.buffer)return this.yieldNode(this.mode&s.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let t=this.mode&s.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,r=t<0?-1:i._tree.children.length;n!=r;n+=t){let t=i._tree.children[n];if(this.mode&s.IncludeAnonymous||t instanceof v||!t.type.isAnonymous||D(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)i:for(let s=this.index,n=this.stack.length;n>=0;){for(let r=t;r;r=r._parent)if(r.index==s){if(s==this.index)return r;e=r,i=n+1;break i}s=this.stack[--n]}for(let t=i;t<this.stack.length;t++)e=new C(this.buffer,e,this.stack[t]);return this.bufferNode=new C(this.buffer,e,this.index)}get tree(){return this.buffer?null:this._tree._tree}iterate(t,e){for(let i=0;;){let s=!1;if(this.type.isAnonymous||!1!==t(this)){if(this.firstChild()){i++;continue}this.type.isAnonymous||(s=!0)}for(;;){if(s&&e&&e(this),s=this.type.isAnonymous,!i)return;if(this.nextSibling())break;this.parent(),i--,s=!0}}}matchContext(t){if(!this.buffer)return k(this.node.parent,t);let{buffer:e}=this.buffer,{types:i}=e.set;for(let s=t.length-1,n=this.stack.length-1;s>=0;n--){if(n<0)return k(this._tree,t,s);let r=i[e.buffer[this.stack[n]]];if(!r.isAnonymous){if(t[s]&&t[s]!=r.name)return!1;s--}}return!0}}function D(t){return t.children.some(t=>t instanceof v||!t.type.isAnonymous||D(t))}let E=new WeakMap;function R(t,e){if(!t.isAnonymous||e instanceof v||e.type!=t)return 1;let i=E.get(e);if(null==i){for(let s of(i=1,e.children)){if(s.type!=t||!(s instanceof g)){i=1;break}i+=R(t,s)}E.set(e,i)}return i}function B(t,e,i,s,n,r,o,l,h){let a=0;for(let i=s;i<n;i++)a+=R(t,e[i]);let c=Math.ceil(1.5*a/8),u=[],d=[];return!function e(i,s,n,o,l){for(let a=n;a<o;){let n=a,f=s[a],p=R(t,i[a]);for(a++;a<o;a++){let e=R(t,i[a]);if(p+e>=c)break;p+=e}if(a==n+1){if(p>c){let t=i[n];e(t.children,t.positions,0,t.children.length,s[n]+l);continue}u.push(i[n])}else{let e=s[a-1]+i[a-1].length-f;u.push(B(t,i,s,n,a,f,e,null,h))}d.push(f+l-r)}}(e,i,s,n,0),(l||h)(u,d,o)}class P{constructor(){this.map=new WeakMap}setBuffer(t,e,i){let s=this.map.get(t);s||this.map.set(t,s=new Map),s.set(e,i)}getBuffer(t,e){let i=this.map.get(t);return i&&i.get(e)}set(t,e){t instanceof C?this.setBuffer(t.context.buffer,t.index,e):t instanceof x&&this.map.set(t.tree,e)}get(t){return t instanceof C?this.getBuffer(t.context.buffer,t.index):t instanceof x?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 N{constructor(t,e,i,s,n=!1,r=!1){this.from=t,this.to=e,this.tree=i,this.offset=s,this.open=+!!n|2*!!r}get openStart(){return(1&this.open)>0}get openEnd(){return(2&this.open)>0}static addTree(t,e=[],i=!1){let s=[new N(0,t.length,t,0,!1,i)];for(let i of e)i.to>t.length&&s.push(i);return s}static applyChanges(t,e,i=128){if(!e.length)return t;let s=[],n=1,r=t.length?t[0]:null;for(let o=0,l=0,h=0;;o++){let a=o<e.length?e[o]:null,c=a?a.fromA:1e9;if(c-l>=i)for(;r&&r.from<c;){let e=r;if(l>=e.from||c<=e.to||h){let t=Math.max(e.from,l)-h,i=Math.min(e.to,c)-h;e=t>=i?null:new N(t,i,e.tree,e.offset+h,o>0,!!a)}if(e&&s.push(e),r.to>c)break;r=n<t.length?t[n++]:null}if(!a)break;l=a.toA,h=a.toA-a.toB}return s}}class L{startParse(t,e,i){return"string"==typeof t&&(t=new I(t)),i=i?i.length?i.map(t=>new l(t.from,t.to)):[new l(0,0)]:[new l(0,t.length)],this.createParse(t,e||[],i)}parse(t,e,i){let s=this.startParse(t,e,i);for(;;){let t=s.advance();if(t)return t}}}class I{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 h({perNode:!0})},930:function(t,e,i){i.d(e,{Gv:function(){return h},QR:function(){return u},bW:function(){return d},pJ:function(){return D}});var s=i(419);let n=0;class r{constructor(t,e,i,s){this.name=t,this.set=e,this.base=i,this.modified=s,this.id=n++}toString(){let{name:t}=this;for(let e of this.modified)e.name&&(t=`${e.name}(${t})`);return t}static define(t,e){if(t instanceof r&&(e=t),null==e?void 0:e.base)throw Error("Can not derive from a modified tag");let i=new r("string"==typeof t?t:"?",[],null,[]);if(i.set.push(i),e)for(let t of e.set)i.set.push(t);return i}static defineModifier(t){let e=new l(t);return t=>t.modified.indexOf(e)>-1?t:l.get(t.base||t,t.modified.concat(e).sort((t,e)=>t.id-e.id))}}let o=0;class l{constructor(t){this.name=t,this.instances=[],this.id=o++}static get(t,e){if(!e.length)return t;let i=e[0].instances.find(i=>{var s,n;return i.base==t&&(s=e,n=i.modified,s.length==n.length&&s.every((t,e)=>t==n[e]))});if(i)return i;let s=[],n=new r(t.name,s,t,e);for(let t of e)t.instances.push(n);let o=function(t){let e=[[]];for(let i=0;i<t.length;i++)for(let s=0,n=e.length;s<n;s++)e.push(e[s].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)s.push(l.get(e,t));return n}}function h(t){let e=Object.create(null);for(let i in t){let s=t[i];for(let t of(Array.isArray(s)||(s=[s]),i.split(" ")))if(t){let i=[],n=2,r=t;for(let e=0;;){if("..."==r&&e>0&&e+3==t.length){n=1;break}let s=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(r);if(!s)throw RangeError("Invalid path: "+t);if(i.push("*"==s[0]?"":'"'==s[0][0]?JSON.parse(s[0]):s[0]),(e+=s[0].length)==t.length)break;let o=t[e++];if(e==t.length&&"!"==o){n=0;break}if("/"!=o)throw RangeError("Invalid path: "+t);r=t.slice(e)}let o=i.length-1,l=i[o];if(!l)throw RangeError("Invalid path: "+t);let h=new c(s,n,o>0?i.slice(0,o):null);e[l]=h.sort(e[l])}}return a.add(e)}let a=new s.md;class c{constructor(t,e,i,s){this.tags=t,this.mode=e,this.context=i,this.next=s}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 u(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:s,all:n=null}=e||{};return{style:t=>{let e=n;for(let s of t)for(let t of s.set){let s=i[t.id];if(s){e=e?e+" "+s:s;break}}return e},scope:s}}function d(t,e,i,s=0,n=t.length){let r=new f(s,Array.isArray(e)?e:[e],i);r.highlightRange(t.cursor(),s,n,"",r.highlighters),r.flush(n)}c.empty=new c([],2,null);class f{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,r){let{type:o,from:l,to:h}=t;if(l>=i||h<=e)return;o.isTop&&(r=this.highlighters.filter(t=>!t.scope||t.scope(o)));let u=n,d=function(t){let e=t.type.prop(a);for(;e&&e.context&&!t.matchContext(e.context);)e=e.next;return e||null}(t)||c.empty,f=function(t,e){let i=null;for(let s of t){let t=s.style(e);t&&(i=i?i+" "+t:t)}return i}(r,d.tags);if(f&&(u&&(u+=" "),u+=f,1==d.mode&&(n+=(n?" ":"")+f)),this.startSpan(Math.max(e,l),u),d.opaque)return;let p=t.tree&&t.tree.prop(s.md.mounted);if(p&&p.overlay){let s=t.node.enter(p.overlay[0].from+l,1),o=this.highlighters.filter(t=>!t.scope||t.scope(p.tree.type)),a=t.firstChild();for(let c=0,d=l;;c++){let f=c<p.overlay.length?p.overlay[c]:null,g=f?f.from+l:h,m=Math.max(e,d),v=Math.min(i,g);if(m<v&&a)for(;t.from<v&&(this.highlightRange(t,m,v,n,r),this.startSpan(Math.min(v,t.to),u),!(t.to>=g)&&t.nextSibling()););if(!f||g>i)break;(d=f.to+l)>e&&(this.highlightRange(s.cursor(),Math.max(e,f.from+l),Math.min(i,d),"",o),this.startSpan(Math.min(i,d),u))}a&&t.parent()}else if(t.firstChild()){p&&(n="");do{if(t.to<=e)continue;if(t.from>=i)break;this.highlightRange(t,e,i,n,r),this.startSpan(Math.min(i,t.to),u)}while(t.nextSibling());t.parent()}}}let p=r.define,g=p(),m=p(),v=p(m),w=p(m),y=p(),b=p(y),x=p(y),S=p(),k=p(S),M=p(),C=p(),A=p(),O=p(A),T=p(),D={comment:g,lineComment:p(g),blockComment:p(g),docComment:p(g),name:m,variableName:p(m),typeName:v,tagName:p(v),propertyName:w,attributeName:p(w),className:p(m),labelName:p(m),namespace:p(m),macroName:p(m),literal:y,string:b,docString:p(b),character:p(b),attributeValue:p(b),number:x,integer:p(x),float:p(x),bool:p(y),regexp:p(y),escape:p(y),color:p(y),url:p(y),keyword:M,self:p(M),null:p(M),atom:p(M),unit:p(M),modifier:p(M),operatorKeyword:p(M),controlKeyword:p(M),definitionKeyword:p(M),moduleKeyword:p(M),operator:C,derefOperator:p(C),arithmeticOperator:p(C),logicOperator:p(C),bitwiseOperator:p(C),compareOperator:p(C),updateOperator:p(C),definitionOperator:p(C),typeOperator:p(C),controlOperator:p(C),punctuation:A,separator:p(A),bracket:O,angleBracket:p(O),squareBracket:p(O),paren:p(O),brace:p(O),content:S,heading:k,heading1:p(k),heading2:p(k),heading3:p(k),heading4:p(k),heading5:p(k),heading6:p(k),contentSeparator:p(S),list:p(S),quote:p(S),emphasis:p(S),strong:p(S),link:p(S),monospace:p(S),strikethrough:p(S),inserted:p(),deleted:p(),changed:p(),invalid:p(),meta:T,documentMeta:p(T),annotation:p(T),processingInstruction:p(T),definition:r.defineModifier("definition"),constant:r.defineModifier("constant"),function:r.defineModifier("function"),standard:r.defineModifier("standard"),local:r.defineModifier("local"),special:r.defineModifier("special")};for(let t in D){let e=D[t];e instanceof r&&(e.name=t)}u([{tag:D.link,class:"tok-link"},{tag:D.heading,class:"tok-heading"},{tag:D.emphasis,class:"tok-emphasis"},{tag:D.strong,class:"tok-strong"},{tag:D.keyword,class:"tok-keyword"},{tag:D.atom,class:"tok-atom"},{tag:D.bool,class:"tok-bool"},{tag:D.url,class:"tok-url"},{tag:D.labelName,class:"tok-labelName"},{tag:D.inserted,class:"tok-inserted"},{tag:D.deleted,class:"tok-deleted"},{tag:D.literal,class:"tok-literal"},{tag:D.string,class:"tok-string"},{tag:D.number,class:"tok-number"},{tag:[D.regexp,D.escape,D.special(D.string)],class:"tok-string2"},{tag:D.variableName,class:"tok-variableName"},{tag:D.local(D.variableName),class:"tok-variableName tok-local"},{tag:D.definition(D.variableName),class:"tok-variableName tok-definition"},{tag:D.special(D.variableName),class:"tok-variableName2"},{tag:D.definition(D.propertyName),class:"tok-propertyName tok-definition"},{tag:D.typeName,class:"tok-typeName"},{tag:D.namespace,class:"tok-namespace"},{tag:D.className,class:"tok-className"},{tag:D.macroName,class:"tok-macroName"},{tag:D.propertyName,class:"tok-propertyName"},{tag:D.operator,class:"tok-operator"},{tag:D.comment,class:"tok-comment"},{tag:D.meta,class:"tok-meta"},{tag:D.invalid,class:"tok-invalid"},{tag:D.punctuation,class:"tok-punctuation"}])},340:function(t,e,i){i.d(e,{c:function(){return l}});let s=[],n=[],r="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=0,e=0;t<r.length;t++)(t%2?n:s).push(e+=r[t]);function o(t){return t>=127462&&t<=127487}function l(t,e,i=!0,s=!0){return(i?h:function(t,e,i){for(;e>0;){let s=h(t,e-2,i);if(s<e)return s;e--}return 0})(t,e,s)}function h(t,e,i){if(e==t.length)return e;e&&c(t.charCodeAt(e))&&u(t.charCodeAt(e-1))&&e--;let r=a(t,e);for(e+=d(r);e<t.length;){let l=a(t,e);if(8205==r||8205==l||i&&function(t){if(t<768)return!1;for(let e=0,i=s.length;;){let r=e+i>>1;if(t<s[r])i=r;else{if(!(t>=n[r]))return!0;e=r+1}if(e==i)return!1}}(l))e+=d(l),r=l;else if(o(l)){let i=0,s=e-2;for(;s>=0&&o(a(t,s));)i++,s-=2;if(i%2==0)break;e+=2}else break}return e}function a(t,e){let i=t.charCodeAt(e);if(!u(i)||e+1==t.length)return i;let s=t.charCodeAt(e+1);return c(s)?(i-55296<<10)+(s-56320)+65536:i}function c(t){return t>=56320&&t<57344}function u(t){return t>=55296&&t<56320}function d(t){return t<65536?1:2}},502:function(t,e,i){i.d(e,{V:function(){return o}});let s="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),n="undefined"==typeof Symbol?"__styleSet"+Math.floor(1e8*Math.random()):Symbol("styleSet"),r="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{};class o{constructor(t,e){this.rules=[];let{finish:i}=e||{};function s(t){return/^@/.test(t)?[t]:t.split(/,\s*/)}for(let e in t)!function t(e,n,r,o){let l=[],h=/^@(\w+)\b/.exec(e[0]),a=h&&"keyframes"==h[1];if(h&&null==n)return r.push(e[0]+";");for(let i in n){let o=n[i];if(/&/.test(i))t(i.split(/,\s*/).map(t=>e.map(e=>t.replace(/&/,e))).reduce((t,e)=>t.concat(e)),o,r);else if(o&&"object"==typeof o){if(!h)throw RangeError("The value of a property ("+i+") should be a primitive value.");t(s(i),o,l,a)}else null!=o&&l.push(i.replace(/_.*/,"").replace(/[A-Z]/g,t=>"-"+t.toLowerCase())+": "+o+";")}(l.length||a)&&r.push((i&&!h&&!o?e.map(i):e).join(", ")+" {"+l.join(" ")+"}")}(s(e),t[e],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let t=r[s]||1;return r[s]=t+1,"ͼ"+t.toString(36)}static mount(t,e,i){let s=t[n],r=i&&i.nonce;s?r&&s.setNonce(r):s=new h(t,r),s.mount(Array.isArray(e)?e:[e],t)}}let l=new Map;class h{constructor(t,e){let i=t.ownerDocument||t,s=i.defaultView;if(!t.head&&t.adoptedStyleSheets&&s.CSSStyleSheet){let e=l.get(i);if(e)return t[n]=e;this.sheet=new s.CSSStyleSheet,l.set(i,this)}else this.styleTag=i.createElement("style"),e&&this.styleTag.setAttribute("nonce",e);this.modules=[],t[n]=this}mount(t,e){let i=this.sheet,s=0,n=0;for(let e=0;e<t.length;e++){let r=t[e],o=this.modules.indexOf(r);if(o<n&&o>-1&&(this.modules.splice(o,1),n--,o=-1),-1==o){if(this.modules.splice(n++,0,r),i)for(let t=0;t<r.rules.length;t++)i.insertRule(r.rules[t],s++)}else{for(;n<o;)s+=this.modules[n++].rules.length;s+=r.rules.length,n++}}if(i)0>e.adoptedStyleSheets.indexOf(this.sheet)&&(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)}}}}]);
|