@perses-dev/clickhouse-plugin 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__mf/js/ClickHouse.dccd3adc.js +6 -0
- package/__mf/js/async/1616.d273c2a4.js +1 -0
- package/__mf/js/async/1728.c2466af2.js +1 -0
- package/__mf/js/async/1811.e34f9555.js +101 -0
- package/__mf/js/async/1825.3b06cbc6.js +1 -0
- package/__mf/js/async/1969.41d665ea.js +1 -0
- package/__mf/js/async/2043.827fc525.js +2 -0
- package/__mf/js/async/2386.9589aa86.js +2 -0
- package/__mf/js/async/3059.33197202.js +1 -0
- package/__mf/js/async/3181.b9a8c5ee.js +2 -0
- package/__mf/js/async/392.a87802dc.js +2 -0
- package/__mf/js/async/{1964.dccce52b.js → 4121.437b34db.js} +2 -2
- package/__mf/js/async/{2651.3bdd6b21.js → 5002.5959f718.js} +1 -1
- package/__mf/js/async/5071.c665fc3d.js +1 -0
- package/__mf/js/async/54.0abd57b9.js +22 -0
- package/__mf/js/async/5440.79b13afe.js +2 -0
- package/__mf/js/async/{6377.6c8c4e15.js.LICENSE.txt → 5440.79b13afe.js.LICENSE.txt} +3 -3
- package/__mf/js/async/{5214.d1943ccc.js → 5587.caa53d74.js} +1 -1
- package/__mf/js/async/6045.424732f1.js +1 -0
- package/__mf/js/async/6274.0299ceca.js +2 -0
- package/__mf/js/async/6283.18a07ff0.js +2 -0
- package/__mf/js/async/6796.c1c2e96e.js +7 -0
- package/__mf/js/async/{8488.16a69ea5.js → 7177.661c72fd.js} +1 -1
- package/__mf/js/async/7192.738bb7d0.js +1 -0
- package/__mf/js/async/7370.aa412eb8.js +2 -0
- package/__mf/js/async/7576.d8b258ff.js +2 -0
- package/__mf/js/async/7968.d7870d30.js +1 -0
- package/__mf/js/async/7978.a9ba54ff.js +1 -0
- package/__mf/js/async/8356.1990f800.js +1 -0
- package/__mf/js/async/8470.12101f38.js +2 -0
- package/__mf/js/async/8482.f99a0f22.js +1 -0
- package/__mf/js/async/873.0b522a3c.js +1 -0
- package/__mf/js/async/9010.7167d3a9.js +2 -0
- package/__mf/js/async/9071.8c641d07.js +2 -0
- package/__mf/js/async/9235.239f5888.js +1 -0
- package/__mf/js/async/9249.f40b0225.js +1 -0
- package/__mf/js/async/941.62a2fd61.js +2 -0
- package/__mf/js/async/9588.643512c3.js +1 -0
- package/__mf/js/async/9754.9efd83f1.js +10 -0
- package/__mf/js/async/9836.4cd749fe.js +1 -0
- package/__mf/js/async/9877.c85206cb.js +38 -0
- package/__mf/js/async/__federation_expose_ClickHouseDatasource.0bdc8df0.js +2 -0
- package/__mf/js/async/__federation_expose_ClickHouseLogQuery.1e3e609a.js +20 -0
- package/__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.e60dd445.js +20 -0
- package/__mf/js/main.eadf8672.js +6 -0
- package/lib/bootstrap.js +2 -2
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +1 -1
- package/lib/cjs/components/ClickQLEditor.js +1 -1
- package/lib/cjs/components/constants.js +1 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/datasources/click-house-datasource/ClickHouseDatasource.js +2 -2
- package/lib/cjs/datasources/click-house-datasource/ClickHouseDatasourceEditor.js +1 -1
- package/lib/cjs/datasources/click-house-datasource/click-house-datasource-types.js +1 -1
- package/lib/cjs/datasources/click-house-datasource/index.js +1 -1
- package/lib/cjs/datasources/index.js +1 -1
- package/lib/cjs/env.d.js +1 -1
- package/lib/cjs/getPluginModule.js +1 -1
- package/lib/cjs/index-federation.js +12 -12
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/model/click-house-client.js +1 -1
- package/lib/cjs/model/click-house-data-types.js +1 -1
- package/lib/cjs/queries/click-house-log-query/ClickHouseLogQuery.js +1 -1
- package/lib/cjs/queries/click-house-log-query/ClickHouseLogQueryEditor.js +1 -1
- package/lib/cjs/queries/click-house-log-query/click-house-log-query-types.js +1 -1
- package/lib/cjs/queries/click-house-log-query/get-click-house-log-data.js +4 -4
- package/lib/cjs/queries/click-house-log-query/index.js +1 -1
- package/lib/cjs/queries/click-house-log-query/log-query-plugin-interface.js +12 -0
- package/lib/cjs/queries/click-house-time-series-query/ClickHouseQuery.js +1 -1
- package/lib/cjs/queries/click-house-time-series-query/ClickHouseQueryEditor.js +1 -1
- package/lib/cjs/queries/click-house-time-series-query/click-house-query-types.js +1 -1
- package/lib/cjs/queries/click-house-time-series-query/get-click-house-data.js +4 -3
- package/lib/cjs/queries/click-house-time-series-query/index.js +1 -1
- package/lib/cjs/queries/constants.js +4 -4
- package/lib/cjs/queries/index.js +1 -1
- package/lib/cjs/queries/query-editor-model.js +1 -1
- package/lib/cjs/setup-tests.js +1 -1
- package/lib/components/ClickQLEditor.js +2 -2
- package/lib/components/ClickQLEditor.js.map +1 -1
- package/lib/components/constants.js +1 -1
- package/lib/components/constants.js.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/datasources/click-house-datasource/ClickHouseDatasource.d.ts.map +1 -1
- package/lib/datasources/click-house-datasource/ClickHouseDatasource.js +2 -2
- package/lib/datasources/click-house-datasource/ClickHouseDatasource.js.map +1 -1
- package/lib/datasources/click-house-datasource/ClickHouseDatasourceEditor.js +2 -2
- package/lib/datasources/click-house-datasource/ClickHouseDatasourceEditor.js.map +1 -1
- package/lib/datasources/click-house-datasource/click-house-datasource-types.d.ts +1 -1
- package/lib/datasources/click-house-datasource/click-house-datasource-types.d.ts.map +1 -1
- package/lib/datasources/click-house-datasource/click-house-datasource-types.js +1 -1
- package/lib/datasources/click-house-datasource/click-house-datasource-types.js.map +1 -1
- package/lib/datasources/click-house-datasource/index.js +1 -1
- package/lib/datasources/click-house-datasource/index.js.map +1 -1
- package/lib/datasources/index.js +1 -1
- package/lib/datasources/index.js.map +1 -1
- package/lib/env.d.js +1 -1
- package/lib/env.d.js.map +1 -1
- package/lib/getPluginModule.js +1 -1
- package/lib/getPluginModule.js.map +1 -1
- package/lib/index-federation.js +1 -1
- package/lib/index-federation.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/model/click-house-client.d.ts +1 -1
- package/lib/model/click-house-client.d.ts.map +1 -1
- package/lib/model/click-house-client.js +1 -1
- package/lib/model/click-house-client.js.map +1 -1
- package/lib/model/click-house-data-types.d.ts.map +1 -1
- package/lib/model/click-house-data-types.js +1 -1
- package/lib/model/click-house-data-types.js.map +1 -1
- package/lib/queries/click-house-log-query/ClickHouseLogQuery.js +1 -1
- package/lib/queries/click-house-log-query/ClickHouseLogQuery.js.map +1 -1
- package/lib/queries/click-house-log-query/ClickHouseLogQueryEditor.js +2 -2
- package/lib/queries/click-house-log-query/ClickHouseLogQueryEditor.js.map +1 -1
- package/lib/queries/click-house-log-query/click-house-log-query-types.js +1 -1
- package/lib/queries/click-house-log-query/click-house-log-query-types.js.map +1 -1
- package/lib/queries/click-house-log-query/get-click-house-log-data.d.ts.map +1 -1
- package/lib/queries/click-house-log-query/get-click-house-log-data.js +4 -4
- package/lib/queries/click-house-log-query/get-click-house-log-data.js.map +1 -1
- package/lib/queries/click-house-log-query/index.js +1 -1
- package/lib/queries/click-house-log-query/index.js.map +1 -1
- package/lib/queries/click-house-log-query/log-query-plugin-interface.d.ts.map +1 -1
- package/lib/queries/click-house-log-query/log-query-plugin-interface.js +12 -0
- package/lib/queries/click-house-log-query/log-query-plugin-interface.js.map +1 -1
- package/lib/queries/click-house-time-series-query/ClickHouseQuery.js +1 -1
- package/lib/queries/click-house-time-series-query/ClickHouseQuery.js.map +1 -1
- package/lib/queries/click-house-time-series-query/ClickHouseQueryEditor.js +2 -2
- package/lib/queries/click-house-time-series-query/ClickHouseQueryEditor.js.map +1 -1
- package/lib/queries/click-house-time-series-query/click-house-query-types.d.ts +1 -1
- package/lib/queries/click-house-time-series-query/click-house-query-types.d.ts.map +1 -1
- package/lib/queries/click-house-time-series-query/click-house-query-types.js +1 -1
- package/lib/queries/click-house-time-series-query/click-house-query-types.js.map +1 -1
- package/lib/queries/click-house-time-series-query/get-click-house-data.d.ts.map +1 -1
- package/lib/queries/click-house-time-series-query/get-click-house-data.js +4 -3
- package/lib/queries/click-house-time-series-query/get-click-house-data.js.map +1 -1
- package/lib/queries/click-house-time-series-query/index.js +1 -1
- package/lib/queries/click-house-time-series-query/index.js.map +1 -1
- package/lib/queries/constants.js +1 -1
- package/lib/queries/constants.js.map +1 -1
- package/lib/queries/index.js +1 -1
- package/lib/queries/index.js.map +1 -1
- package/lib/queries/query-editor-model.d.ts.map +1 -1
- package/lib/queries/query-editor-model.js +1 -1
- package/lib/queries/query-editor-model.js.map +1 -1
- package/lib/setup-tests.js +1 -1
- package/lib/setup-tests.js.map +1 -1
- package/mf-manifest.json +86 -86
- package/mf-stats.json +86 -86
- package/package.json +7 -6
- package/__mf/js/ClickHouse.fef0738b.js +0 -5
- package/__mf/js/async/1360.33f7e672.js +0 -10
- package/__mf/js/async/1398.f2193c83.js +0 -2
- package/__mf/js/async/1580.5bd6ed40.js +0 -2
- package/__mf/js/async/2114.27f707a0.js +0 -1
- package/__mf/js/async/2226.1d4436dc.js +0 -1
- package/__mf/js/async/2292.248bd1ea.js +0 -2
- package/__mf/js/async/2652.fd27ec3f.js +0 -101
- package/__mf/js/async/282.76b8b044.js +0 -1
- package/__mf/js/async/3224.5735a223.js +0 -1
- package/__mf/js/async/3431.54fb88df.js +0 -1
- package/__mf/js/async/3863.70d46fa8.js +0 -2
- package/__mf/js/async/3960.e0eb27f3.js +0 -2
- package/__mf/js/async/3980.2a6bea70.js +0 -2
- package/__mf/js/async/4075.b85e5581.js +0 -1
- package/__mf/js/async/4238.a8170f41.js +0 -1
- package/__mf/js/async/4269.a389e8c6.js +0 -2
- package/__mf/js/async/4421.d9d48d4f.js +0 -1
- package/__mf/js/async/4557.aa037aea.js +0 -2
- package/__mf/js/async/4676.cae72135.js +0 -22
- package/__mf/js/async/5409.c4876520.js +0 -1
- package/__mf/js/async/58.c1431e49.js +0 -2
- package/__mf/js/async/5981.f3abf3c8.js +0 -2
- package/__mf/js/async/6134.a0f2d3c5.js +0 -38
- package/__mf/js/async/6292.4311054b.js +0 -1
- package/__mf/js/async/6333.dfeaf029.js +0 -2
- package/__mf/js/async/6377.6c8c4e15.js +0 -2
- package/__mf/js/async/6770.e50c0d08.js +0 -1
- package/__mf/js/async/694.c93f9cdf.js +0 -1
- package/__mf/js/async/7376.c01a7f82.js +0 -1
- package/__mf/js/async/738.0cdf47b4.js +0 -1
- package/__mf/js/async/7740.b3df297f.js +0 -1
- package/__mf/js/async/7797.36d938e5.js +0 -1
- package/__mf/js/async/7991.11320a4d.js +0 -7
- package/__mf/js/async/8216.44c6334e.js +0 -1
- package/__mf/js/async/9173.90ba4f20.js +0 -2
- package/__mf/js/async/__federation_expose_ClickHouseDatasource.b909c7ef.js +0 -2
- package/__mf/js/async/__federation_expose_ClickHouseLogQuery.8e9aa83b.js +0 -20
- package/__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.b3723b8b.js +0 -20
- package/__mf/js/main.56f92cce.js +0 -5
- /package/__mf/css/async/{1580.d3010b86.css → 3061.d3010b86.css} +0 -0
- /package/__mf/css/async/{2341.d3010b86.css → 7370.d3010b86.css} +0 -0
- /package/__mf/js/async/{2292.248bd1ea.js.LICENSE.txt → 2043.827fc525.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1398.f2193c83.js.LICENSE.txt → 2386.9589aa86.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1580.5bd6ed40.js.LICENSE.txt → 3181.b9a8c5ee.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.f3abf3c8.js.LICENSE.txt → 392.a87802dc.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.dccce52b.js.LICENSE.txt → 4121.437b34db.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4676.cae72135.js.LICENSE.txt → 54.0abd57b9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.e0eb27f3.js.LICENSE.txt → 6274.0299ceca.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.2a6bea70.js.LICENSE.txt → 6283.18a07ff0.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{7991.11320a4d.js.LICENSE.txt → 6796.c1c2e96e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3863.70d46fa8.js.LICENSE.txt → 7370.aa412eb8.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{58.c1431e49.js.LICENSE.txt → 7576.d8b258ff.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.90ba4f20.js.LICENSE.txt → 8470.12101f38.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4557.aa037aea.js.LICENSE.txt → 9010.7167d3a9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4269.a389e8c6.js.LICENSE.txt → 9071.8c641d07.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6333.dfeaf029.js.LICENSE.txt → 941.62a2fd61.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1360.33f7e672.js.LICENSE.txt → 9754.9efd83f1.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_ClickHouseDatasource.b909c7ef.js.LICENSE.txt → __federation_expose_ClickHouseDatasource.0bdc8df0.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_ClickHouseLogQuery.8e9aa83b.js.LICENSE.txt → __federation_expose_ClickHouseLogQuery.1e3e609a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_ClickHouseTimeSeriesQuery.b3723b8b.js.LICENSE.txt → __federation_expose_ClickHouseTimeSeriesQuery.e60dd445.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.chunk_ClickHouse=self.chunk_ClickHouse||[]).push([["6045"],{63960:function(t,e,i){i.d(e,{EI:()=>D,KB:()=>E,Lv:()=>ts,Oh:()=>R,SG:()=>tb,WD:()=>I,Xt:()=>M,Yy:()=>C,Zt:()=>td,_v:()=>T,b_:()=>H,bj:()=>f,cr:()=>to,f7:()=>J,jU:()=>tC,mv:()=>p,mz:()=>N,tp:()=>O,y9:()=>tc,yd:()=>z});var n,s=i(17203),r=i(72462),o=i(41865),l=i(31650),a=i(59683);let h=new s.uY,c=new s.uY;class u{constructor(t,e,i=[],n=""){this.data=t,this.name=n,r.$t.prototype.hasOwnProperty("tree")||Object.defineProperty(r.$t.prototype,"tree",{get(){return p(this)}}),this.parser=e,this.extension=[S.of(this),r.$t.languageData.of((t,e,i)=>{let n=d(t,e,i),s=n.type.prop(h);if(!s)return[];let r=t.facet(s),o=n.type.prop(c);if(o){let s=n.resolve(e-n.from,i);for(let e of o)if(e.test(s,t)){let i=t.facet(e.facet);return"replace"==e.type?i:i.concat(r)}}return r})].concat(i)}isActiveAt(t,e,i=-1){return d(t,e,i).type.prop(h)==this.data}findRegions(t){let e=t.facet(S);if((null==e?void 0:e.data)==this.data)return[{from:0,to:t.doc.length}];if(!e||!e.allowsNesting)return[];let i=[],n=(t,e)=>{if(t.prop(h)==this.data)return void i.push({from:e,to:e+t.length});let r=t.prop(s.uY.mounted);if(r){if(r.tree.prop(h)==this.data){if(r.overlay)for(let t of r.overlay)i.push({from:t.from+e,to:t.to+e});else i.push({from:e,to:e+t.length});return}else if(r.overlay){let t=i.length;if(n(r.tree,r.overlay[0].from+e),i.length>t)return}}for(let i=0;i<t.children.length;i++){let r=t.children[i];r instanceof s.PH&&n(r,t.positions[i]+e)}};return n(p(t),0),i}get allowsNesting(){return!0}}function d(t,e,i){let n=t.facet(S),r=p(t).topNode;if(!n||n.allowsNesting)for(let t=r;t;t=t.enter(e,i,s.Qj.ExcludeBuffers))t.type.isTop&&(r=t);return r}u.setState=r.Pe.define();class f extends u{constructor(t,e,i){super(t,e,[],i),this.parser=e}static define(t){var e;let i=(e=t.languageData,r.sj.define({combine:e?t=>t.concat(e):void 0}));return new f(i,t.parser.configure({props:[h.add(t=>t.isTop?i:void 0)]}),t.name)}configure(t,e){return new f(this.data,this.parser.configure(t),e||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function p(t){let e=t.field(u.state,!1);return e?e.tree:s.PH.empty}class m{constructor(t){this.doc=t,this.cursorPos=0,this.string="",this.cursor=t.iter()}get length(){return this.doc.length}syncTo(t){return this.string=this.cursor.next(t-this.cursorPos).value,this.cursorPos=t+this.string.length,this.cursorPos-this.string.length}chunk(t){return this.syncTo(t),this.string}get lineChunks(){return!0}read(t,e){let i=this.cursorPos-this.string.length;return t<i||e>=this.cursorPos?this.doc.sliceString(t,e):this.string.slice(t-i,e-i)}}let g=null;class v{constructor(t,e,i=[],n,s,r,o,l){this.parser=t,this.state=e,this.fragments=i,this.tree=n,this.treeLen=s,this.viewport=r,this.skipped=o,this.scheduleOn=l,this.parse=null,this.tempSkipped=[]}static create(t,e,i){return new v(t,e,[],s.PH.empty,0,i,[],null)}startParse(){return this.parser.startParse(new m(this.state.doc),this.fragments)}work(t,e){return(null!=e&&e>=this.state.doc.length&&(e=void 0),this.tree!=s.PH.empty&&this.isDone(null!=e?e:this.state.doc.length))?(this.takeTree(),!0):this.withContext(()=>{var i;if("number"==typeof t){let e=Date.now()+t;t=()=>Date.now()>e}for(this.parse||(this.parse=this.startParse()),null!=e&&(null==this.parse.stoppedAt||this.parse.stoppedAt>e)&&e<this.state.doc.length&&this.parse.stopAt(e);;){let n=this.parse.advance();if(n){if(this.fragments=this.withoutTempSkipped(s.rr.addTree(n,this.fragments,null!=this.parse.stoppedAt)),this.treeLen=null!=(i=this.parse.stoppedAt)?i:this.state.doc.length,this.tree=n,this.parse=null,!(this.treeLen<(null!=e?e:this.state.doc.length)))return!0;this.parse=this.startParse()}if(t())return!1}})}takeTree(){let t,e;this.parse&&(t=this.parse.parsedPos)>=this.treeLen&&((null==this.parse.stoppedAt||this.parse.stoppedAt>t)&&this.parse.stopAt(t),this.withContext(()=>{for(;!(e=this.parse.advance()););}),this.treeLen=t,this.tree=e,this.fragments=this.withoutTempSkipped(s.rr.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(t){let e=g;g=this;try{return t()}finally{g=e}}withoutTempSkipped(t){for(let e;e=this.tempSkipped.pop();)t=w(t,e.from,e.to);return t}changes(t,e){let{fragments:i,tree:n,treeLen:r,viewport:o,skipped:l}=this;if(this.takeTree(),!t.empty){let e=[];if(t.iterChangedRanges((t,i,n,s)=>e.push({fromA:t,toA:i,fromB:n,toB:s})),i=s.rr.applyChanges(i,e),n=s.PH.empty,r=0,o={from:t.mapPos(o.from,-1),to:t.mapPos(o.to,1)},this.skipped.length)for(let e of(l=[],this.skipped)){let i=t.mapPos(e.from,1),n=t.mapPos(e.to,-1);i<n&&l.push({from:i,to:n})}}return new v(this.parser,e,i,n,r,o,l,this.scheduleOn)}updateViewport(t){if(this.viewport.from==t.from&&this.viewport.to==t.to)return!1;this.viewport=t;let e=this.skipped.length;for(let e=0;e<this.skipped.length;e++){let{from:i,to:n}=this.skipped[e];i<t.to&&n>t.from&&(this.fragments=w(this.fragments,i,n),this.skipped.splice(e--,1))}return!(this.skipped.length>=e)&&(this.reset(),!0)}reset(){this.parse&&(this.takeTree(),this.parse=null)}skipUntilInView(t,e){this.skipped.push({from:t,to:e})}static getSkippingParser(t){return new class extends s.iX{createParse(e,i,n){let r=n[0].from,o=n[n.length-1].to;return{parsedPos:r,advance(){let e=g;if(e){for(let t of n)e.tempSkipped.push(t);t&&(e.scheduleOn=e.scheduleOn?Promise.all([e.scheduleOn,t]):t)}return this.parsedPos=o,new s.PH(s.Z6.none,[],[],o-r)},stoppedAt:null,stopAt(){}}}}}isDone(t){t=Math.min(t,this.state.doc.length);let e=this.fragments;return this.treeLen>=t&&e.length&&0==e[0].from&&e[0].to>=t}static get(){return g}}function w(t,e,i){return s.rr.applyChanges(t,[{fromA:e,toA:i,fromB:e,toB:i}])}class y{constructor(t){this.context=t,this.tree=t.tree}apply(t){if(!t.docChanged&&this.tree==this.context.tree)return this;let e=this.context.changes(t.changes,t.state),i=this.context.treeLen==t.startState.doc.length?void 0:Math.max(t.changes.mapPos(this.context.treeLen),e.viewport.to);return e.work(20,i)||e.takeTree(),new y(e)}static init(t){let e=Math.min(3e3,t.doc.length),i=v.create(t.facet(S).parser,t,{from:0,to:e});return i.work(20,e)||i.takeTree(),new y(i)}}u.state=r.sU.define({create:y.init,update(t,e){for(let t of e.effects)if(t.is(u.setState))return t.value;return e.startState.facet(S)!=e.state.facet(S)?y.init(e.state):t.apply(e)}});let b=t=>{let e=setTimeout(()=>t(),500);return()=>clearTimeout(e)};"undefined"!=typeof requestIdleCallback&&(b=t=>{let e=-1,i=setTimeout(()=>{e=requestIdleCallback(t,{timeout:400})},100);return()=>e<0?clearTimeout(i):cancelIdleCallback(e)});let x="undefined"!=typeof navigator&&(null==(n=navigator.scheduling)?void 0:n.isInputPending)?()=>navigator.scheduling.isInputPending():null,k=o.Z9.fromClass(class{constructor(t){this.view=t,this.working=null,this.workScheduled=0,this.chunkEnd=-1,this.chunkBudget=-1,this.work=this.work.bind(this),this.scheduleWork()}update(t){let e=this.view.state.field(u.state).context;(e.updateViewport(t.view.viewport)||this.view.viewport.to>e.treeLen)&&this.scheduleWork(),(t.docChanged||t.selectionSet)&&(this.view.hasFocus&&(this.chunkBudget+=50),this.scheduleWork()),this.checkAsyncSchedule(e)}scheduleWork(){if(this.working)return;let{state:t}=this.view,e=t.field(u.state);e.tree==e.context.tree&&e.context.isDone(t.doc.length)||(this.working=b(this.work))}work(t){this.working=null;let e=Date.now();if(this.chunkEnd<e&&(this.chunkEnd<0||this.view.hasFocus)&&(this.chunkEnd=e+3e4,this.chunkBudget=3e3),this.chunkBudget<=0)return;let{state:i,viewport:{to:n}}=this.view,s=i.field(u.state);if(s.tree==s.context.tree&&s.context.isDone(n+1e5))return;let r=Date.now()+Math.min(this.chunkBudget,100,t&&!x?Math.max(25,t.timeRemaining()-5):1e9),o=s.context.treeLen<n&&i.doc.length>n+1e3,l=s.context.work(()=>x&&x()||Date.now()>r,n+1e5*!o);this.chunkBudget-=Date.now()-e,(l||this.chunkBudget<=0)&&(s.context.takeTree(),this.view.dispatch({effects:u.setState.of(new y(s.context))})),this.chunkBudget>0&&!(l&&!o)&&this.scheduleWork(),this.checkAsyncSchedule(s.context)}checkAsyncSchedule(t){t.scheduleOn&&(this.workScheduled++,t.scheduleOn.then(()=>this.scheduleWork()).catch(t=>(0,o.c_)(this.view.state,t)).then(()=>this.workScheduled--),t.scheduleOn=null)}destroy(){this.working&&this.working()}isWorking(){return!!(this.working||this.workScheduled>0)}},{eventHandlers:{focus(){this.scheduleWork()}}}),S=r.sj.define({combine:t=>t.length?t[0]:null,enables:t=>[u.state,k,o.Lz.contentAttributes.compute([t],e=>{let i=e.facet(t);return i&&i.name?{"data-language":i.name}:{}})]});class C{constructor(t,e=[]){this.language=t,this.support=e,this.extension=[t,e]}}let A=r.sj.define(),M=r.sj.define({combine:t=>{if(!t.length)return" ";let e=t[0];if(!e||/\S/.test(e)||Array.from(e).some(t=>t!=e[0]))throw Error("Invalid indent unit: "+JSON.stringify(t[0]));return e}});function O(t){let e=t.facet(M);return 9==e.charCodeAt(0)?t.tabSize*e.length:e.length}function D(t,e){let i="",n=t.tabSize,s=t.facet(M)[0];if(" "==s){for(;e>=n;)i+=" ",e-=n;s=" "}for(let t=0;t<e;t++)i+=s;return i}function T(t,e){for(let i of(t instanceof r.$t&&(t=new E(t)),t.state.facet(A))){let n=i(t,e);if(void 0!==n)return n}let i=p(t.state);return i.length>=e?function(t,e,i){let n=e.resolveStack(i),s=e.resolveInner(i,-1).resolve(i,0).enterUnfinishedNodesBefore(i);if(s!=n.node){let t=[];for(let e=s;e&&(e.from!=n.node.from||e.type!=n.node.type);e=e.parent)t.push(e);for(let e=t.length-1;e>=0;e--)n={node:t[e],next:n}}return L(n,t,i)}(t,i,e):null}class E{constructor(t,e={}){this.state=t,this.options=e,this.unit=O(t)}lineAt(t,e=1){let i=this.state.doc.lineAt(t),{simulateBreak:n,simulateDoubleBreak:s}=this.options;if(null!=n&&n>=i.from&&n<=i.to)if(s&&n==t)return{text:"",from:t};else if(e<0?n<t:n<=t)return{text:i.text.slice(n-i.from),from:n};else return{text:i.text.slice(0,n-i.from),from:i.from};return i}textAfterPos(t,e=1){if(this.options.simulateDoubleBreak&&t==this.options.simulateBreak)return"";let{text:i,from:n}=this.lineAt(t,e);return i.slice(t-n,Math.min(i.length,t+100-n))}column(t,e=1){let{text:i,from:n}=this.lineAt(t,e),s=this.countColumn(i,t-n),r=this.options.overrideIndentation?this.options.overrideIndentation(n):-1;return r>-1&&(s+=r-this.countColumn(i,i.search(/\S|$/))),s}countColumn(t,e=t.length){return(0,r.y$)(t,this.state.tabSize,e)}lineIndent(t,e=1){let{text:i,from:n}=this.lineAt(t,e),s=this.options.overrideIndentation;if(s){let t=s(n);if(t>-1)return t}return this.countColumn(i,i.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}let R=new s.uY;function L(t,e,i){for(let n=t;n;n=n.next){let t=function(t){let e=t.type.prop(R);if(e)return e;let i=t.firstChild,n;if(i&&(n=i.type.prop(s.uY.closedBy))){let e=t.lastChild,i=e&&n.indexOf(e.name)>-1;return t=>(function(t,e,i,n,s){let r=t.textAfter,o=r.match(/^\s*/)[0].length,l=n&&r.slice(o,o+n.length)==n||s==t.pos+o,a=e?function(t){let e=t.node,i=e.childAfter(e.from),n=e.lastChild;if(!i)return null;let s=t.options.simulateBreak,r=t.state.doc.lineAt(i.from),o=null==s||s<=r.from?r.to:Math.min(r.to,s);for(let t=i.to;;){let s=e.childAfter(t);if(!s||s==n)return null;if(!s.type.isSkipped){if(s.from>=o)return null;let t=/^ */.exec(r.text.slice(i.to-r.from))[0].length;return{from:i.from,to:i.to+t}}t=s.to}}(t):null;return a?l?t.column(a.from):t.column(a.to):t.baseIndent+(l?0:+t.unit)})(t,!0,1,void 0,i&&!(t.pos==t.options.simulateBreak&&t.options.simulateDoubleBreak)?e.from:void 0)}return null==t.parent?P:null}(n.node);if(t)return t(B.create(e,i,n))}return 0}function P(){return 0}class B extends E{constructor(t,e,i){super(t.state,t.options),this.base=t,this.pos=e,this.context=i}get node(){return this.context.node}static create(t,e,i){return new B(t,e,i)}get textAfter(){return this.textAfterPos(this.pos)}get baseIndent(){return this.baseIndentFor(this.node)}baseIndentFor(t){let e=this.state.doc.lineAt(t.from);for(;;){let i=t.resolve(e.from);for(;i.parent&&i.parent.from==i.from;)i=i.parent;if(function(t,e){for(let i=e;i;i=i.parent)if(t==i)return!0;return!1}(i,t))break;e=this.state.doc.lineAt(i.from)}return this.lineIndent(e.from)}continue(){return L(this.context.next,this.base,this.pos)}}function N({except:t,units:e=1}={}){return i=>{let n=t&&t.test(i.textAfter);return i.baseIndent+(n?0:e*i.unit)}}function I(){return r.$t.transactionFilter.of(t=>{if(!t.docChanged||!t.isUserEvent("input.type")&&!t.isUserEvent("input.complete"))return t;let e=t.startState.languageDataAt("indentOnInput",t.startState.selection.main.head);if(!e.length)return t;let i=t.newDoc,{head:n}=t.newSelection.main,s=i.lineAt(n);if(n>s.from+200)return t;let r=i.sliceString(s.from,n);if(!e.some(t=>t.test(r)))return t;let{state:o}=t,l=-1,a=[];for(let{head:t}of o.selection.ranges){let e=o.doc.lineAt(t);if(e.from==l)continue;l=e.from;let i=T(o,e.from);if(null==i)continue;let n=/^\s*/.exec(e.text)[0],s=D(o,i);n!=s&&a.push({from:e.from,to:e.from+n.length,insert:s})}return a.length?[t,{changes:a,sequential:!0}]:t})}let F=r.sj.define(),H=new s.uY;function z(t){let e=t.firstChild,i=t.lastChild;return e&&e.to<i.from?{from:e.to,to:i.type.isError?t.to:i.from}:null}function V(t,e,i){for(let n of t.facet(F)){let s=n(t,e,i);if(s)return s}return function(t,e,i){let n=p(t);if(n.length<i)return null;let s=n.resolveStack(i,1),r=null;for(let o=s;o;o=o.next){let s=o.node;if(s.to<=i||s.from>i)continue;if(r&&s.from<e)break;let l=s.type.prop(H);if(l&&(s.to<n.length-50||n.length==t.doc.length||!function(t){let e=t.lastChild;return e&&e.to==t.to&&e.type.isError}(s))){let n=l(s,t);n&&n.from<=i&&n.from>=e&&n.to>i&&(r=n)}}return r}(t,e,i)}function W(t,e){let i=e.mapPos(t.from,1),n=e.mapPos(t.to,-1);return i>=n?void 0:{from:i,to:n}}let _=r.Pe.define({map:W}),j=r.Pe.define({map:W});function q(t){let e=[];for(let{head:i}of t.state.selection.ranges)e.some(t=>t.from<=i&&t.to>=i)||e.push(t.lineBlockAt(i));return e}let K=r.sU.define({create:()=>o.NZ.none,update(t,e){for(let i of(t=t.map(e.changes),e.effects))if(i.is(_)&&!function(t,e,i){let n=!1;return t.between(e,e,(t,s)=>{t==e&&s==i&&(n=!0)}),n}(t,i.value.from,i.value.to)){let{preparePlaceholder:n}=e.state.facet(Z),s=n?o.NZ.replace({widget:new te(n(e.state,i.value))}):tt;t=t.update({add:[s.range(i.value.from,i.value.to)]})}else i.is(j)&&(t=t.update({filter:(t,e)=>i.value.from!=t||i.value.to!=e,filterFrom:i.value.from,filterTo:i.value.to}));if(e.selection){let i=!1,{head:n}=e.selection.main;t.between(n,n,(t,e)=>{t<n&&e>n&&(i=!0)}),i&&(t=t.update({filterFrom:n,filterTo:n,filter:(t,e)=>e<=n||t>=n}))}return t},provide:t=>o.Lz.decorations.from(t),toJSON(t,e){let i=[];return t.between(0,e.doc.length,(t,e)=>{i.push(t,e)}),i},fromJSON(t){if(!Array.isArray(t)||t.length%2)throw RangeError("Invalid JSON for fold state");let e=[];for(let i=0;i<t.length;){let n=t[i++],s=t[i++];if("number"!=typeof n||"number"!=typeof s)throw RangeError("Invalid JSON for fold state");e.push(tt.range(n,s))}return o.NZ.set(e,!0)}});function $(t,e,i){var n;let s=null;return null==(n=t.field(K,!1))||n.between(e,i,(t,e)=>{(!s||s.from>t)&&(s={from:t,to:e})}),s}function U(t,e){return t.field(K,!1)?e:e.concat(r.Pe.appendConfig.of(X()))}function Y(t,e,i=!0){let n=t.state.doc.lineAt(e.from).number,s=t.state.doc.lineAt(e.to).number;return o.Lz.announce.of(`${t.state.phrase(i?"Folded lines":"Unfolded lines")} ${n} ${t.state.phrase("to")} ${s}.`)}let J=[{key:"Ctrl-Shift-[",mac:"Cmd-Alt-[",run:t=>{for(let e of q(t)){let i=V(t.state,e.from,e.to);if(i)return t.dispatch({effects:U(t.state,[_.of(i),Y(t,i)])}),!0}return!1}},{key:"Ctrl-Shift-]",mac:"Cmd-Alt-]",run:t=>{if(!t.state.field(K,!1))return!1;let e=[];for(let i of q(t)){let n=$(t.state,i.from,i.to);n&&e.push(j.of(n),Y(t,n,!1))}return e.length&&t.dispatch({effects:e}),e.length>0}},{key:"Ctrl-Alt-[",run:t=>{let{state:e}=t,i=[];for(let n=0;n<e.doc.length;){let s=t.lineBlockAt(n),r=V(e,s.from,s.to);r&&i.push(_.of(r)),n=(r?t.lineBlockAt(r.to):s).to+1}return i.length&&t.dispatch({effects:U(t.state,i)}),!!i.length}},{key:"Ctrl-Alt-]",run:t=>{let e=t.state.field(K,!1);if(!e||!e.size)return!1;let i=[];return e.between(0,t.state.doc.length,(t,e)=>{i.push(j.of({from:t,to:e}))}),t.dispatch({effects:i}),!0}}],G={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},Z=r.sj.define({combine:t=>(0,r.QR)(t,G)});function X(t){let e=[K,tr];return t&&e.push(Z.of(t)),e}function Q(t,e){let{state:i}=t,n=i.facet(Z),s=e=>{let i=t.lineBlockAt(t.posAtDOM(e.target)),n=$(t.state,i.from,i.to);n&&t.dispatch({effects:j.of(n)}),e.preventDefault()};if(n.placeholderDOM)return n.placeholderDOM(t,s,e);let r=document.createElement("span");return r.textContent=n.placeholderText,r.setAttribute("aria-label",i.phrase("folded code")),r.title=i.phrase("unfold"),r.className="cm-foldPlaceholder",r.onclick=s,r}let tt=o.NZ.replace({widget:new class extends o.xO{toDOM(t){return Q(t,null)}}});class te extends o.xO{constructor(t){super(),this.value=t}eq(t){return this.value==t.value}toDOM(t){return Q(t,this.value)}}let ti={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class tn extends o.wJ{constructor(t,e){super(),this.config=t,this.open=e}eq(t){return this.config==t.config&&this.open==t.open}toDOM(t){if(this.config.markerDOM)return this.config.markerDOM(this.open);let e=document.createElement("span");return e.textContent=this.open?this.config.openText:this.config.closedText,e.title=t.state.phrase(this.open?"Fold line":"Unfold line"),e}}function ts(t={}){let e=Object.assign(Object.assign({},ti),t),i=new tn(e,!0),n=new tn(e,!1),s=o.Z9.fromClass(class{constructor(t){this.from=t.viewport.from,this.markers=this.buildMarkers(t)}update(t){(t.docChanged||t.viewportChanged||t.startState.facet(S)!=t.state.facet(S)||t.startState.field(K,!1)!=t.state.field(K,!1)||p(t.startState)!=p(t.state)||e.foldingChanged(t))&&(this.markers=this.buildMarkers(t.view))}buildMarkers(t){let e=new r.vB;for(let s of t.viewportLineBlocks){let r=$(t.state,s.from,s.to)?n:V(t.state,s.from,s.to)?i:null;r&&e.add(s.from,s.from,r)}return e.finish()}}),{domEventHandlers:l}=e;return[s,(0,o.cU)({class:"cm-foldGutter",markers(t){var e;return(null==(e=t.plugin(s))?void 0:e.markers)||r.om.empty},initialSpacer:()=>new tn(e,!1),domEventHandlers:Object.assign(Object.assign({},l),{click:(t,e,i)=>{if(l.click&&l.click(t,e,i))return!0;let n=$(t.state,e.from,e.to);if(n)return t.dispatch({effects:j.of(n)}),!0;let s=V(t.state,e.from,e.to);return!!s&&(t.dispatch({effects:_.of(s)}),!0)}})}),X()]}let tr=o.Lz.baseTheme({".cm-foldPlaceholder":{backgroundColor:"#eee",border:"1px solid #ddd",color:"#888",borderRadius:".2em",margin:"0 1px",padding:"0 1px",cursor:"pointer"},".cm-foldGutter span":{padding:"0 1px",cursor:"pointer"}});class to{constructor(t,e){let i;function n(t){let e=a.G.newName();return(i||(i=Object.create(null)))["."+e]=t,e}this.specs=t;const s="string"==typeof e.all?e.all:e.all?n(e.all):void 0,r=e.scope;this.scope=r instanceof u?t=>t.prop(h)==r.data:r?t=>t==r:void 0,this.style=(0,l.az)(t.map(t=>({tag:t.tag,class:t.class||n(Object.assign({},t,{tag:null}))})),{all:s}).style,this.module=i?new a.G(i):null,this.themeType=e.themeType}static define(t,e){return new to(t,e||{})}}let tl=r.sj.define(),ta=r.sj.define({combine:t=>t.length?[t[0]]:null});function th(t){let e=t.facet(tl);return e.length?e:t.facet(ta)}function tc(t,e){let i=[tu],n;return t instanceof to&&(t.module&&i.push(o.Lz.styleModule.of(t.module)),n=t.themeType),(null==e?void 0:e.fallback)?i.push(ta.of(t)):n?i.push(tl.computeN([o.Lz.darkTheme],e=>e.facet(o.Lz.darkTheme)==("dark"==n)?[t]:[])):i.push(tl.of(t)),i}let tu=r.Nb.high(o.Z9.fromClass(class{constructor(t){this.markCache=Object.create(null),this.tree=p(t.state),this.decorations=this.buildDeco(t,th(t.state)),this.decoratedTo=t.viewport.to}update(t){let e=p(t.state),i=th(t.state),n=i!=th(t.startState),{viewport:s}=t.view,r=t.changes.mapPos(this.decoratedTo,1);e.length<s.to&&!n&&e.type==this.tree.type&&r>=s.to?(this.decorations=this.decorations.map(t.changes),this.decoratedTo=r):(e!=this.tree||t.viewportChanged||n)&&(this.tree=e,this.decorations=this.buildDeco(t.view,i),this.decoratedTo=s.to)}buildDeco(t,e){if(!e||!this.tree.length)return o.NZ.none;let i=new r.vB;for(let{from:n,to:s}of t.visibleRanges)(0,l.DM)(this.tree,e,(t,e,n)=>{i.add(t,e,this.markCache[n]||(this.markCache[n]=o.NZ.mark({class:n})))},n,s);return i.finish()}},{decorations:t=>t.decorations})),td=to.define([{tag:l._A.meta,color:"#404740"},{tag:l._A.link,textDecoration:"underline"},{tag:l._A.heading,textDecoration:"underline",fontWeight:"bold"},{tag:l._A.emphasis,fontStyle:"italic"},{tag:l._A.strong,fontWeight:"bold"},{tag:l._A.strikethrough,textDecoration:"line-through"},{tag:l._A.keyword,color:"#708"},{tag:[l._A.atom,l._A.bool,l._A.url,l._A.contentSeparator,l._A.labelName],color:"#219"},{tag:[l._A.literal,l._A.inserted],color:"#164"},{tag:[l._A.string,l._A.deleted],color:"#a11"},{tag:[l._A.regexp,l._A.escape,l._A.special(l._A.string)],color:"#e40"},{tag:l._A.definition(l._A.variableName),color:"#00f"},{tag:l._A.local(l._A.variableName),color:"#30a"},{tag:[l._A.typeName,l._A.namespace],color:"#085"},{tag:l._A.className,color:"#167"},{tag:[l._A.special(l._A.variableName),l._A.macroName],color:"#256"},{tag:l._A.definition(l._A.propertyName),color:"#00c"},{tag:l._A.comment,color:"#940"},{tag:l._A.invalid,color:"#f00"}]),tf=o.Lz.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),tp="()[]{}",tm=r.sj.define({combine:t=>(0,r.QR)(t,{afterCursor:!0,brackets:tp,maxScanDistance:1e4,renderMatch:tw})}),tg=o.NZ.mark({class:"cm-matchingBracket"}),tv=o.NZ.mark({class:"cm-nonmatchingBracket"});function tw(t){let e=[],i=t.matched?tg:tv;return e.push(i.range(t.start.from,t.start.to)),t.end&&e.push(i.range(t.end.from,t.end.to)),e}let ty=[r.sU.define({create:()=>o.NZ.none,update(t,e){if(!e.docChanged&&!e.selection)return t;let i=[],n=e.state.facet(tm);for(let t of e.state.selection.ranges){if(!t.empty)continue;let s=tC(e.state,t.head,-1,n)||t.head>0&&tC(e.state,t.head-1,1,n)||n.afterCursor&&(tC(e.state,t.head,1,n)||t.head<e.state.doc.length&&tC(e.state,t.head+1,-1,n));s&&(i=i.concat(n.renderMatch(s,e.state)))}return o.NZ.set(i,!0)},provide:t=>o.Lz.decorations.from(t)}),tf];function tb(t={}){return[tm.of(t),ty]}let tx=new s.uY;function tk(t,e,i){let n=t.prop(e<0?s.uY.openedBy:s.uY.closedBy);if(n)return n;if(1==t.name.length){let n=i.indexOf(t.name);if(n>-1&&n%2==+(e<0))return[i[n+e]]}return null}function tS(t){let e=t.type.prop(tx);return e?e(t.node):t}function tC(t,e,i,n={}){let s=n.maxScanDistance||1e4,r=n.brackets||tp,o=p(t),l=o.resolveInner(e,i);for(let t=l;t;t=t.parent){let n=tk(t.type,i,r);if(n&&t.from<t.to){let s=tS(t);if(s&&(i>0?e>=s.from&&e<s.to:e>s.from&&e<=s.to))return function(t,e,i,n,s,r,o){let l=n.parent,a={from:s.from,to:s.to},h=0,c=null==l?void 0:l.cursor();if(c&&(i<0?c.childBefore(n.from):c.childAfter(n.to)))do if(i<0?c.to<=n.from:c.from>=n.to){if(0==h&&r.indexOf(c.type.name)>-1&&c.from<c.to){let t=tS(c);return{start:a,end:t?{from:t.from,to:t.to}:void 0,matched:!0}}else if(tk(c.type,i,o))h++;else if(tk(c.type,-i,o)){if(0==h){let t=tS(c);return{start:a,end:t&&t.from<t.to?{from:t.from,to:t.to}:void 0,matched:!1}}h--}}while(i<0?c.prevSibling():c.nextSibling());return{start:a,matched:!1}}(0,0,i,t,s,n,r)}}return function(t,e,i,n,s,r,o){let l=i<0?t.sliceDoc(e-1,e):t.sliceDoc(e,e+1),a=o.indexOf(l);if(a<0||a%2==0!=i>0)return null;let h={from:i<0?e-1:e,to:i>0?e+1:e},c=t.doc.iterRange(e,i>0?t.doc.length:0),u=0;for(let t=0;!c.next().done&&t<=r;){let r=c.value;i<0&&(t+=r.length);let l=e+t*i;for(let t=i>0?0:r.length-1,e=i>0?r.length:-1;t!=e;t+=i){let e=o.indexOf(r[t]);if(!(e<0)&&n.resolveInner(l+t,1).type==s)if(e%2==0==i>0)u++;else{if(1==u)return{start:h,end:{from:l+t,to:l+t+1},matched:e>>1==a>>1};u--}}i>0&&(t+=r.length)}return c.done?{start:h,matched:!1}:null}(t,e,i,o,l.type,s,r)}let tA=Object.create(null),tM=[s.Z6.none],tO=[],tD=Object.create(null),tT=Object.create(null);for(let[t,e]of[["variable","variableName"],["variable-2","variableName.special"],["string-2","string.special"],["def","variableName.definition"],["tag","tagName"],["attribute","attributeName"],["type","typeName"],["builtin","variableName.standard"],["qualifier","modifier"],["error","invalid"],["header","heading"],["property","propertyName"]])tT[t]=function(t,e){let i=[];for(let n of e.split(" ")){let e=[];for(let i of n.split(".")){let n=t[i]||l._A[i];n?"function"==typeof n?e.length?e=e.map(n):tE(i,`Modifier ${i} used at start of tag`):e.length?tE(i,`Tag ${i} used as modifier`):e=Array.isArray(n)?n:[n]:tE(i,`Unknown highlighting tag ${i}`)}for(let t of e)i.push(t)}if(!i.length)return 0;let n=e.replace(/ /g,"_"),r=n+" "+i.map(t=>t.id),o=tD[r];if(o)return o.id;let a=tD[r]=s.Z6.define({id:tM.length,name:n,props:[(0,l.pn)({[n]:i})]});return tM.push(a),a.id}(tA,e);function tE(t,e){tO.indexOf(t)>-1||(tO.push(t),console.warn(e))}o.OP.RTL,o.OP.LTR},13313:function(t,e,i){i.d(e,{$w:()=>w,bu:()=>x,pJ:()=>z});var n=i(41865),s=i(72462),r=i(50210);class o{constructor(t,e,i){this.from=t,this.to=e,this.diagnostic=i}}class l{constructor(t,e,i){this.diagnostics=t,this.panel=e,this.selected=i}static init(t,e,i){let r=t,o=i.facet(b).markerFilter;o&&(r=o(r,i));let h=t.slice().sort((t,e)=>t.from-e.from||t.to-e.to),c=new s.vB,u=[],d=0;for(let t=0;;){let e,s,r=t==h.length?null:h[t];if(!r&&!u.length)break;for(u.length?(e=d,s=u.reduce((t,e)=>Math.min(t,e.to),r&&r.from>e?r.from:1e8)):(e=r.from,s=r.to,u.push(r),t++);t<h.length;){let i=h[t];if(i.from==e&&(i.to>i.from||i.to==e))u.push(i),t++,s=Math.min(i.to,s);else{s=Math.min(i.from,s);break}}let o=E(u);if(u.some(t=>t.from==t.to||t.from==t.to-1&&i.doc.lineAt(t.from).to==t.from))c.add(e,e,n.NZ.widget({widget:new C(o),diagnostics:u.slice()}));else{let t=u.reduce((t,e)=>e.markClass?t+" "+e.markClass:t,"");c.add(e,s,n.NZ.mark({class:"cm-lintRange cm-lintRange-"+o+t,diagnostics:u.slice(),inclusiveEnd:u.some(t=>t.to>s)}))}d=s;for(let t=0;t<u.length;t++)u[t].to<=d&&u.splice(t--,1)}let f=c.finish();return new l(f,e,a(f))}}function a(t,e=null,i=0){let n=null;return t.between(i,1e9,(t,i,{spec:s})=>{if(!(e&&0>s.diagnostics.indexOf(e)))if(n){if(0>s.diagnostics.indexOf(n.diagnostic))return!1;n=new o(n.from,i,n.diagnostic)}else n=new o(t,i,e||s.diagnostics[0])}),n}function h(t,e){let i=e.pos,n=e.end||i,s=t.state.facet(b).hideOn(t,i,n);if(null!=s)return s;let r=t.startState.doc.lineAt(e.pos);return!!(t.effects.some(t=>t.is(u))||t.changes.touchesRange(r.from,Math.max(r.to,n)))}function c(t,e){return t.field(p,!1)?e:e.concat(s.Pe.appendConfig.of(F))}let u=s.Pe.define(),d=s.Pe.define(),f=s.Pe.define(),p=s.sU.define({create:()=>new l(n.NZ.none,null,null),update(t,e){if(e.docChanged&&t.diagnostics.size){let i=t.diagnostics.map(e.changes),n=null,s=t.panel;if(t.selected){let s=e.changes.mapPos(t.selected.from,1);n=a(i,t.selected.diagnostic,s)||a(i,null,s)}!i.size&&s&&e.state.facet(b).autoPanel&&(s=null),t=new l(i,s,n)}for(let i of e.effects)if(i.is(u)){let n=e.state.facet(b).autoPanel?i.value.length?M.open:null:t.panel;t=l.init(i.value,n,e.state)}else i.is(d)?t=new l(t.diagnostics,i.value?M.open:null,t.selected):i.is(f)&&(t=new l(t.diagnostics,t.panel,i.value));return t},provide:t=>[n.S7.from(t,t=>t.panel),n.Lz.decorations.from(t,t=>t.diagnostics)]}),m=n.NZ.mark({class:"cm-lintRange cm-lintRange-active"});function g(t,e){return(0,r.A)("ul",{class:"cm-tooltip-lint"},e.map(e=>S(t,e,!1)))}let v=t=>{let e=t.state.field(p,!1);return!!e&&!!e.panel&&(t.dispatch({effects:d.of(!1)}),!0)},w=[{key:"Mod-Shift-m",run:t=>{let e=t.state.field(p,!1);e&&e.panel||t.dispatch({effects:c(t.state,[d.of(!0)])});let i=(0,n.ld)(t,M.open);return i&&i.dom.querySelector(".cm-panel-lint ul").focus(),!0},preventDefault:!0},{key:"F8",run:t=>{let e=t.state.field(p,!1);if(!e)return!1;let i=t.state.selection.main,n=e.diagnostics.iter(i.to+1);return(!!n.value||!!(n=e.diagnostics.iter(0)).value&&(n.from!=i.from||n.to!=i.to))&&(t.dispatch({selection:{anchor:n.from,head:n.to},scrollIntoView:!0}),!0)}}],y=n.Z9.fromClass(class{constructor(t){this.view=t,this.timeout=-1,this.set=!0;let{delay:e}=t.state.facet(b);this.lintTime=Date.now()+e,this.run=this.run.bind(this),this.timeout=setTimeout(this.run,e)}run(){clearTimeout(this.timeout);let t=Date.now();if(t<this.lintTime-10)this.timeout=setTimeout(this.run,this.lintTime-t);else{this.set=!1;let{state:t}=this.view,{sources:e}=t.facet(b);e.length&&function(t,e,i){let n=[],s=-1;for(let r of t)r.then(i=>{n.push(i),clearTimeout(s),n.length==t.length?e(n):s=setTimeout(()=>e(n),200)},i)}(e.map(t=>Promise.resolve(t(this.view))),e=>{var i,n;this.view.state.doc==t.doc&&this.view.dispatch((i=this.view.state,n=e.reduce((t,e)=>t.concat(e)),{effects:c(i,[u.of(n)])}))},t=>{(0,n.c_)(this.view.state,t)})}}update(t){let e=t.state.facet(b);(t.docChanged||e!=t.startState.facet(b)||e.needsRefresh&&e.needsRefresh(t))&&(this.lintTime=Date.now()+e.delay,this.set||(this.set=!0,this.timeout=setTimeout(this.run,e.delay)))}force(){this.set&&(this.lintTime=Date.now(),this.run())}destroy(){clearTimeout(this.timeout)}}),b=s.sj.define({combine:t=>Object.assign({sources:t.map(t=>t.source).filter(t=>null!=t)},(0,s.QR)(t.map(t=>t.config),{delay:750,markerFilter:null,tooltipFilter:null,needsRefresh:null,hideOn:()=>null},{needsRefresh:(t,e)=>t?e?i=>t(i)||e(i):t:e}))});function x(t,e={}){return[b.of({source:t,config:e}),y,F]}function k(t){let e=[];if(t)t:for(let{name:i}of t){for(let t=0;t<i.length;t++){let n=i[t];if(/[a-zA-Z]/.test(n)&&!e.some(t=>t.toLowerCase()==n.toLowerCase())){e.push(n);continue t}}e.push("")}return e}function S(t,e,i){var n;let s=i?k(e.actions):[];return(0,r.A)("li",{class:"cm-diagnostic cm-diagnostic-"+e.severity},(0,r.A)("span",{class:"cm-diagnosticText"},e.renderMessage?e.renderMessage(t):e.message),null==(n=e.actions)?void 0:n.map((i,n)=>{let o=!1,l=n=>{if(n.preventDefault(),o)return;o=!0;let s=a(t.state.field(p).diagnostics,e);s&&i.apply(t,s.from,s.to)},{name:h}=i,c=s[n]?h.indexOf(s[n]):-1,u=c<0?h:[h.slice(0,c),(0,r.A)("u",h.slice(c,c+1)),h.slice(c+1)];return(0,r.A)("button",{type:"button",class:"cm-diagnosticAction",onclick:l,onmousedown:l,"aria-label":` Action: ${h}${c<0?"":` (access key "${s[n]})"`}.`},u)}),e.source&&(0,r.A)("div",{class:"cm-diagnosticSource"},e.source))}class C extends n.xO{constructor(t){super(),this.sev=t}eq(t){return t.sev==this.sev}toDOM(){return(0,r.A)("span",{class:"cm-lintPoint cm-lintPoint-"+this.sev})}}class A{constructor(t,e){this.diagnostic=e,this.id="item_"+Math.floor(0xffffffff*Math.random()).toString(16),this.dom=S(t,e,!0),this.dom.id=this.id,this.dom.setAttribute("role","option")}}class M{constructor(t){this.view=t,this.items=[];let e=e=>{if(27==e.keyCode)v(this.view),this.view.focus();else if(38==e.keyCode||33==e.keyCode)this.moveSelection((this.selectedIndex-1+this.items.length)%this.items.length);else if(40==e.keyCode||34==e.keyCode)this.moveSelection((this.selectedIndex+1)%this.items.length);else if(36==e.keyCode)this.moveSelection(0);else if(35==e.keyCode)this.moveSelection(this.items.length-1);else if(13==e.keyCode)this.view.focus();else{if(!(e.keyCode>=65)||!(e.keyCode<=90)||!(this.selectedIndex>=0))return;let{diagnostic:i}=this.items[this.selectedIndex],n=k(i.actions);for(let s=0;s<n.length;s++)if(n[s].toUpperCase().charCodeAt(0)==e.keyCode){let e=a(this.view.state.field(p).diagnostics,i);e&&i.actions[s].apply(t,e.from,e.to)}}e.preventDefault()},i=t=>{for(let e=0;e<this.items.length;e++)this.items[e].dom.contains(t.target)&&this.moveSelection(e)};this.list=(0,r.A)("ul",{tabIndex:0,role:"listbox","aria-label":this.view.state.phrase("Diagnostics"),onkeydown:e,onclick:i}),this.dom=(0,r.A)("div",{class:"cm-panel-lint"},this.list,(0,r.A)("button",{type:"button",name:"close","aria-label":this.view.state.phrase("close"),onclick:()=>v(this.view)},"\xd7")),this.update()}get selectedIndex(){let t=this.view.state.field(p).selected;if(!t)return -1;for(let e=0;e<this.items.length;e++)if(this.items[e].diagnostic==t.diagnostic)return e;return -1}update(){let{diagnostics:t,selected:e}=this.view.state.field(p),i=0,n=!1,s=null,r=new Set;for(t.between(0,this.view.state.doc.length,(t,o,{spec:l})=>{for(let t of l.diagnostics){if(r.has(t))continue;r.add(t);let o=-1,l;for(let e=i;e<this.items.length;e++)if(this.items[e].diagnostic==t){o=e;break}o<0?(l=new A(this.view,t),this.items.splice(i,0,l),n=!0):(l=this.items[o],o>i&&(this.items.splice(i,o-i),n=!0)),e&&l.diagnostic==e.diagnostic?l.dom.hasAttribute("aria-selected")||(l.dom.setAttribute("aria-selected","true"),s=l):l.dom.hasAttribute("aria-selected")&&l.dom.removeAttribute("aria-selected"),i++}});i<this.items.length&&!(1==this.items.length&&this.items[0].diagnostic.from<0);)n=!0,this.items.pop();0==this.items.length&&(this.items.push(new A(this.view,{from:-1,to:-1,severity:"info",message:this.view.state.phrase("No diagnostics")})),n=!0),s?(this.list.setAttribute("aria-activedescendant",s.id),this.view.requestMeasure({key:this,read:()=>({sel:s.dom.getBoundingClientRect(),panel:this.list.getBoundingClientRect()}),write:({sel:t,panel:e})=>{let i=e.height/this.list.offsetHeight;t.top<e.top?this.list.scrollTop-=(e.top-t.top)/i:t.bottom>e.bottom&&(this.list.scrollTop+=(t.bottom-e.bottom)/i)}})):this.selectedIndex<0&&this.list.removeAttribute("aria-activedescendant"),n&&this.sync()}sync(){let t=this.list.firstChild;function e(){let e=t;t=e.nextSibling,e.remove()}for(let i of this.items)if(i.dom.parentNode==this.list){for(;t!=i.dom;)e();t=i.dom.nextSibling}else this.list.insertBefore(i.dom,t);for(;t;)e()}moveSelection(t){if(this.selectedIndex<0)return;let e=a(this.view.state.field(p).diagnostics,this.items[t].diagnostic);e&&this.view.dispatch({selection:{anchor:e.from,head:e.to},scrollIntoView:!0,effects:f.of(e)})}static open(t){return new M(t)}}function O(t,e='viewBox="0 0 40 40"'){return`url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" ${e}>${encodeURIComponent(t)}</svg>')`}function D(t){return O(`<path d="m0 2.5 l2 -1.5 l1 0 l2 1.5 l1 0" stroke="${t}" fill="none" stroke-width=".7"/>`,'width="6" height="3"')}let T=n.Lz.baseTheme({".cm-diagnostic":{padding:"3px 6px 3px 8px",marginLeft:"-1px",display:"block",whiteSpace:"pre-wrap"},".cm-diagnostic-error":{borderLeft:"5px solid #d11"},".cm-diagnostic-warning":{borderLeft:"5px solid orange"},".cm-diagnostic-info":{borderLeft:"5px solid #999"},".cm-diagnostic-hint":{borderLeft:"5px solid #66d"},".cm-diagnosticAction":{font:"inherit",border:"none",padding:"2px 4px",backgroundColor:"#444",color:"white",borderRadius:"3px",marginLeft:"8px",cursor:"pointer"},".cm-diagnosticSource":{fontSize:"70%",opacity:.7},".cm-lintRange":{backgroundPosition:"left bottom",backgroundRepeat:"repeat-x",paddingBottom:"0.7px"},".cm-lintRange-error":{backgroundImage:D("#d11")},".cm-lintRange-warning":{backgroundImage:D("orange")},".cm-lintRange-info":{backgroundImage:D("#999")},".cm-lintRange-hint":{backgroundImage:D("#66d")},".cm-lintRange-active":{backgroundColor:"#ffdd9980"},".cm-tooltip-lint":{padding:0,margin:0},".cm-lintPoint":{position:"relative","&:after":{content:'""',position:"absolute",bottom:0,left:"-2px",borderLeft:"3px solid transparent",borderRight:"3px solid transparent",borderBottom:"4px solid #d11"}},".cm-lintPoint-warning":{"&:after":{borderBottomColor:"orange"}},".cm-lintPoint-info":{"&:after":{borderBottomColor:"#999"}},".cm-lintPoint-hint":{"&:after":{borderBottomColor:"#66d"}},".cm-panel.cm-panel-lint":{position:"relative","& ul":{maxHeight:"100px",overflowY:"auto","& [aria-selected]":{backgroundColor:"#ddd","& u":{textDecoration:"underline"}},"&:focus [aria-selected]":{background_fallback:"#bdf",backgroundColor:"Highlight",color_fallback:"white",color:"HighlightText"},"& u":{textDecoration:"none"},padding:0,margin:0},"& [name=close]":{position:"absolute",top:"0",right:"2px",background:"inherit",border:"none",font:"inherit",padding:0,margin:0}}});function E(t){let e="hint",i=1;for(let s of t){var n;let t="error"==(n=s.severity)?4:"warning"==n?3:"info"==n?2:1;t>i&&(i=t,e=s.severity)}return e}class R extends n.wJ{constructor(t){super(),this.diagnostics=t,this.severity=E(t)}toDOM(t){let e=document.createElement("div");e.className="cm-lint-marker cm-lint-marker-"+this.severity;let i=this.diagnostics,n=t.state.facet(H).tooltipFilter;return n&&(i=n(i,t.state)),i.length&&(e.onmouseover=()=>(function(t,e,i){function n(){let n,s=t.elementAtHeight(e.getBoundingClientRect().top+5-t.documentTop);t.coordsAtPos(s.from)&&t.dispatch({effects:B.of({pos:s.from,above:!1,clip:!1,create:()=>({dom:g(t,i),getCoords:()=>e.getBoundingClientRect()})})}),e.onmouseout=e.onmousemove=null,n=i=>{let s=e.getBoundingClientRect();if(!(i.clientX>s.left-10)||!(i.clientX<s.right+10)||!(i.clientY>s.top-10)||!(i.clientY<s.bottom+10)){for(let t=i.target;t;t=t.parentNode)if(1==t.nodeType&&t.classList.contains("cm-tooltip-lint"))return;window.removeEventListener("mousemove",n),t.state.field(N)&&t.dispatch({effects:B.of(null)})}},window.addEventListener("mousemove",n)}let{hoverTime:s}=t.state.facet(H),r=setTimeout(n,s);e.onmouseout=()=>{clearTimeout(r),e.onmouseout=e.onmousemove=null},e.onmousemove=()=>{clearTimeout(r),r=setTimeout(n,s)}})(t,e,i)),e}}let L=(0,n.cU)({class:"cm-gutter-lint",markers:t=>t.state.field(P),widgetMarker:(t,e,i)=>{let n=[];return t.state.field(P).between(i.from,i.to,(t,e,s)=>{t>i.from&&t<i.to&&n.push(...s.diagnostics)}),n.length?new R(n):null}}),P=s.sU.define({create:()=>s.om.empty,update(t,e){t=t.map(e.changes);let i=e.state.facet(H).markerFilter;for(let n of e.effects)if(n.is(u)){let r=n.value;i&&(r=i(r||[],e.state)),t=function(t,e){let i=Object.create(null);for(let n of e){let e=t.lineAt(n.from);(i[e.from]||(i[e.from]=[])).push(n)}let n=[];for(let t in i)n.push(new R(i[t]).range(+t));return s.om.of(n,!0)}(e.state.doc,r.slice(0))}return t}}),B=s.Pe.define(),N=s.sU.define({create:()=>null,update:(t,e)=>(t&&e.docChanged&&(t=h(e,t)?null:Object.assign(Object.assign({},t),{pos:e.changes.mapPos(t.pos)})),e.effects.reduce((t,e)=>e.is(B)?e.value:t,t)),provide:t=>n.DK.from(t)}),I=n.Lz.baseTheme({".cm-gutter-lint":{width:"1.4em","& .cm-gutterElement":{padding:".2em"}},".cm-lint-marker":{width:"1em",height:"1em"},".cm-lint-marker-info":{content:O('<path fill="#aaf" stroke="#77e" stroke-width="6" stroke-linejoin="round" d="M5 5L35 5L35 35L5 35Z"/>')},".cm-lint-marker-warning":{content:O('<path fill="#fe8" stroke="#fd7" stroke-width="6" stroke-linejoin="round" d="M20 6L37 35L3 35Z"/>')},".cm-lint-marker-error":{content:O('<circle cx="20" cy="20" r="15" fill="#f87" stroke="#f43" stroke-width="6"/>')}}),F=[p,n.Lz.decorations.compute([p],t=>{let{selected:e,panel:i}=t.field(p);return e&&i&&e.from!=e.to?n.NZ.set([m.range(e.from,e.to)]):n.NZ.none}),(0,n.Ux)(function(t,e,i){let{diagnostics:n}=t.state.field(p),s,r=-1,o=-1;n.between(e-(i<0),e+ +(i>0),(t,n,{spec:l})=>{if(e>=t&&e<=n&&(t==n||(e>t||i>0)&&(e<n||i<0)))return s=l.diagnostics,r=t,o=n,!1});let l=t.state.facet(b).tooltipFilter;return(s&&l&&(s=l(s,t.state)),s)?{pos:r,end:o,above:t.state.doc.lineAt(r).to<o,create:()=>({dom:g(t,s)})}:null},{hideOn:h}),T],H=s.sj.define({combine:t=>(0,s.QR)(t,{hoverTime:300,markerFilter:null,tooltipFilter:null})});function z(t={}){return[H.of(t),P,L,I,N]}},72462:function(t,e,i){let n;i.d(e,{ZX:()=>tp,kn:()=>tV,MK:()=>C,iR:()=>T,Fh:()=>A,zK:()=>k,sU:()=>Y,om:()=>tO,$t:()=>tx,Pe:()=>tf,OF:()=>z,Nb:()=>G,vS:()=>S,QR:()=>tk,y$:()=>tz,YH:()=>tc,FB:()=>tS,Gu:()=>E,Je:()=>ty,vB:()=>tD,VR:()=>R,EY:()=>f,sj:()=>_});let s=[],r=[],o="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<o.length;t++)(t%2?r:s).push(e+=o[t]);function l(t){return t>=127462&&t<=127487}function a(t,e,i){if(e==t.length)return e;e&&c(t.charCodeAt(e))&&u(t.charCodeAt(e-1))&&e--;let n=h(t,e);for(e+=d(n);e<t.length;){let o=h(t,e);if(8205==n||8205==o||i&&function(t){if(t<768)return!1;for(let e=0,i=s.length;;){let n=e+i>>1;if(t<s[n])i=n;else{if(!(t>=r[n]))return!0;e=n+1}if(e==i)return!1}}(o))e+=d(o),n=o;else if(l(o)){let i=0,n=e-2;for(;n>=0&&l(h(t,n));)i++,n-=2;if(i%2==0)break;e+=2}else break}return e}function h(t,e){let i=t.charCodeAt(e);if(!u(i)||e+1==t.length)return i;let n=t.charCodeAt(e+1);return c(n)?(i-55296<<10)+(n-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}class f{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]=x(this,t,e);let n=[];return this.decompose(0,t,n,2),i.length&&i.decompose(0,i.length,n,3),this.decompose(e,this.length,n,1),m.from(n,this.length-(e-t)+i.length)}append(t){return this.replace(this.length,this.length,t)}slice(t,e=this.length){[t,e]=x(this,t,e);let i=[];return this.decompose(t,e,i,0),m.from(i,e-t)}eq(t){if(t==this)return!0;if(t.length!=this.length||t.lines!=this.lines)return!1;let e=this.scanIdentical(t,1),i=this.length-this.scanIdentical(t,-1),n=new v(this),s=new v(t);for(let t=e,r=e;;){if(n.next(t),s.next(t),t=0,n.lineBreak!=s.lineBreak||n.done!=s.done||n.value!=s.value)return!1;if(r+=n.value.length,n.done||r>=i)return!0}}iter(t=1){return new v(this,t)}iterRange(t,e=this.length){return new w(this,t,e)}iterLines(t,e){let i;if(null==t)i=this.iter();else{null==e&&(e=this.lines+1);let n=this.line(t).from;i=this.iterRange(n,Math.max(n,e==this.lines+1?this.length:e<=1?0:this.line(e-1).to))}return new y(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 p(t):m.from(p.split(t,[])):f.empty}}class p extends f{constructor(t,e=function(t){let e=-1;for(let i of t)e+=i.length+1;return e}(t)){super(),this.text=t,this.length=e}get lines(){return this.text.length}get children(){return null}lineInner(t,e,i,n){for(let s=0;;s++){let r=this.text[s],o=n+r.length;if((e?i:o)>=t)return new b(n,o,i,r);n=o+1,i++}}decompose(t,e,i,n){var s;let r=t<=0&&e>=this.length?this:new p((s=this.text,g(s,[""],t,e)),Math.min(e,this.length)-Math.max(0,t));if(1&n){let t=i.pop(),e=g(r.text,t.text.slice(),0,r.length);if(e.length<=32)i.push(new p(e,t.length+r.length));else{let t=e.length>>1;i.push(new p(e.slice(0,t)),new p(e.slice(t)))}}else i.push(r)}replace(t,e,i){var n;if(!(i instanceof p))return super.replace(t,e,i);[t,e]=x(this,t,e);let s=g(this.text,g(i.text,(n=this.text,g(n,[""],0,t))),e),r=this.length+i.length-(e-t);return s.length<=32?new p(s,r):m.from(p.split(s,[]),r)}sliceString(t,e=this.length,i="\n"){[t,e]=x(this,t,e);let n="";for(let s=0,r=0;s<=e&&r<this.text.length;r++){let o=this.text[r],l=s+o.length;s>t&&r&&(n+=i),t<l&&e>s&&(n+=o.slice(Math.max(0,t-s),e-s)),s=l+1}return n}flatten(t){for(let e of this.text)t.push(e)}scanIdentical(){return 0}static split(t,e){let i=[],n=-1;for(let s of t)i.push(s),n+=s.length+1,32==i.length&&(e.push(new p(i,n)),i=[],n=-1);return n>-1&&e.push(new p(i,n)),e}}class m extends f{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,n){for(let s=0;;s++){let r=this.children[s],o=n+r.length,l=i+r.lines-1;if((e?l:o)>=t)return r.lineInner(t,e,i,n);n=o+1,i=l+1}}decompose(t,e,i,n){for(let s=0,r=0;r<=e&&s<this.children.length;s++){let o=this.children[s],l=r+o.length;if(t<=l&&e>=r){let s=n&(r<=t|2*(l>=e));r>=t&&l<=e&&!s?i.push(o):o.decompose(t-r,e-r,i,s)}r=l+1}}replace(t,e,i){if([t,e]=x(this,t,e),i.lines<this.lines)for(let n=0,s=0;n<this.children.length;n++){let r=this.children[n],o=s+r.length;if(t>=s&&e<=o){let l=r.replace(t-s,e-s,i),a=this.lines-r.lines+l.lines;if(l.lines<a>>4&&l.lines>a>>6){let s=this.children.slice();return s[n]=l,new m(s,this.length-(e-t)+i.length)}return super.replace(s,o,l)}s=o+1}return super.replace(t,e,i)}sliceString(t,e=this.length,i="\n"){[t,e]=x(this,t,e);let n="";for(let s=0,r=0;s<this.children.length&&r<=e;s++){let o=this.children[s],l=r+o.length;r>t&&s&&(n+=i),t<l&&e>r&&(n+=o.sliceString(t-r,e-r,i)),r=l+1}return n}flatten(t){for(let e of this.children)e.flatten(t)}scanIdentical(t,e){if(!(t instanceof m))return 0;let i=0,[n,s,r,o]=e>0?[0,0,this.children.length,t.children.length]:[this.children.length-1,t.children.length-1,-1,-1];for(;;n+=e,s+=e){if(n==r||s==o)return i;let l=this.children[n],a=t.children[s];if(l!=a)return i+l.scanIdentical(a,e);i+=l.length+1}}static from(t,e=t.reduce((t,e)=>t+e.length+1,-1)){let i=0;for(let e of t)i+=e.lines;if(i<32){let i=[];for(let e of t)e.flatten(i);return new p(i,e)}let n=Math.max(32,i>>5),s=n<<1,r=n>>1,o=[],l=0,a=-1,h=[];function c(){0!=l&&(o.push(1==h.length?h[0]:m.from(h,a)),a=-1,l=h.length=0)}for(let e of t)!function t(e){let i;if(e.lines>s&&e instanceof m)for(let i of e.children)t(i);else e.lines>r&&(l>r||!l)?(c(),o.push(e)):e instanceof p&&l&&(i=h[h.length-1])instanceof p&&e.lines+i.lines<=32?(l+=e.lines,a+=e.length+1,h[h.length-1]=new p(i.text.concat(e.text),i.length+1+e.length)):(l+e.lines>n&&c(),l+=e.lines,a+=e.length+1,h.push(e))}(e);return c(),1==o.length?o[0]:new m(o,e)}}function g(t,e,i=0,n=1e9){for(let s=0,r=0,o=!0;r<t.length&&s<=n;r++){let l=t[r],a=s+l.length;a>=i&&(a>n&&(l=l.slice(0,n-s)),s<i&&(l=l.slice(i-s)),o?(e[e.length-1]+=l,o=!1):e.push(l)),s=a+1}return e}f.empty=new p([""],0);class v{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 p?t.text.length:t.children.length)<<1]}nextInner(t,e){for(this.done=this.lineBreak=!1;;){let i=this.nodes.length-1,n=this.nodes[i],s=this.offsets[i],r=s>>1,o=n instanceof p?n.text.length:n.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&s)==(e>0?0:1)){if(this.offsets[i]+=e,0==t)return this.lineBreak=!0,this.value="\n",this;t--}else if(n instanceof p){let s=n.text[r+(e<0?-1:0)];if(this.offsets[i]+=e,s.length>Math.max(0,t))return this.value=0==t?s:e>0?s.slice(t):s.slice(0,s.length-t),this;t-=s.length}else{let s=n.children[r+(e<0?-1:0)];t>s.length?(t-=s.length,this.offsets[i]+=e):(e<0&&this.offsets[i]--,this.nodes.push(s),this.offsets.push(e>0?1:(s instanceof p?s.text.length:s.children.length)<<1))}}}next(t=0){return t<0&&(this.nextInner(-t,-this.dir),t=this.value.length),this.nextInner(t,this.dir)}}class w{constructor(t,e,i){this.value="",this.done=!1,this.cursor=new v(t,e>i?-1:1),this.pos=e>i?t.length:0,this.from=Math.min(e,i),this.to=Math.max(e,i)}nextInner(t,e){if(e<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;t+=Math.max(0,e<0?this.pos-this.to:this.from-this.pos);let i=e<0?this.pos-this.from:this.to-this.pos;t>i&&(t=i),i-=t;let{value:n}=this.cursor.next(t);return this.pos+=(n.length+t)*e,this.value=n.length<=i?n:e<0?n.slice(n.length-i):n.slice(0,i),this.done=!this.value,this}next(t=0){return t<0?t=Math.max(t,this.from-this.pos):t>0&&(t=Math.min(t,this.to-this.pos)),this.nextInner(t,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&""!=this.value}}class y{constructor(t){this.inner=t,this.afterBreak=!0,this.value="",this.done=!1}next(t=0){let{done:e,lineBreak:i,value:n}=this.inner.next(t);return e&&this.afterBreak?(this.value="",this.afterBreak=!1):e?(this.done=!0,this.value=""):i?this.afterBreak?this.value="":(this.afterBreak=!0,this.next()):(this.value=n,this.afterBreak=!1),this}get lineBreak(){return!1}}"undefined"!=typeof Symbol&&(f.prototype[Symbol.iterator]=function(){return this.iter()},v.prototype[Symbol.iterator]=w.prototype[Symbol.iterator]=y.prototype[Symbol.iterator]=function(){return this});class b{constructor(t,e,i,n){this.from=t,this.to=e,this.number=i,this.text=n}get length(){return this.to-this.from}}function x(t,e,i){return[e=Math.max(0,Math.min(t.length,e)),Math.max(e,Math.min(t.length,i))]}function k(t,e,i=!0,n=!0){return function(t,e,i=!0,n=!0){return(i?a:function(t,e,i){for(;e>0;){let n=a(t,e-2,i);if(n<e)return n;e--}return 0})(t,e,n)}(t,e,i,n)}function S(t,e){let i=t.charCodeAt(e);if(!(i>=55296&&i<56320)||e+1==t.length)return i;let n=t.charCodeAt(e+1);return n>=56320&&n<57344?(i-55296<<10)+(n-56320)+65536:i}function C(t){return t<=65535?String.fromCharCode(t):String.fromCharCode(((t-=65536)>>10)+55296,(1023&t)+56320)}function A(t){return t<65536?1:2}let M=/\r\n?|\n/;var O,D,T=((O=T||(T={}))[O.Simple=0]="Simple",O[O.TrackDel=1]="TrackDel",O[O.TrackBefore=2]="TrackBefore",O[O.TrackAfter=3]="TrackAfter",O);class E{constructor(t){this.sections=t}get length(){let t=0;for(let e=0;e<this.sections.length;e+=2)t+=this.sections[e];return t}get newLength(){let t=0;for(let e=0;e<this.sections.length;e+=2){let i=this.sections[e+1];t+=i<0?this.sections[e]:i}return t}get empty(){return 0==this.sections.length||2==this.sections.length&&this.sections[1]<0}iterGaps(t){for(let e=0,i=0,n=0;e<this.sections.length;){let s=this.sections[e++],r=this.sections[e++];r<0?(t(i,n,s),n+=s):n+=r,i+=s}}iterChangedRanges(t,e=!1){B(this,t,e)}get invertedDesc(){let t=[];for(let e=0;e<this.sections.length;){let i=this.sections[e++],n=this.sections[e++];n<0?t.push(i,n):t.push(n,i)}return new E(t)}composeDesc(t){return this.empty?t:t.empty?this:I(this,t)}mapDesc(t,e=!1){return t.empty?this:N(this,t,e)}mapPos(t,e=-1,i=T.Simple){let n=0,s=0;for(let r=0;r<this.sections.length;){let o=this.sections[r++],l=this.sections[r++],a=n+o;if(l<0){if(a>t)return s+(t-n);s+=o}else{if(i!=T.Simple&&a>=t&&(i==T.TrackDel&&n<t&&a>t||i==T.TrackBefore&&n<t||i==T.TrackAfter&&a>t))return null;if(a>t||a==t&&e<0&&!o)return t==n||e<0?s:s+l;s+=l}n=a}if(t>n)throw RangeError(`Position ${t} is out of range for changeset of length ${n}`);return s}touchesRange(t,e=t){for(let i=0,n=0;i<this.sections.length&&n<=e;){let s=this.sections[i++],r=this.sections[i++],o=n+s;if(r>=0&&n<=e&&o>=t)return!(n<t)||!(o>e)||"cover";n=o}return!1}toString(){let t="";for(let e=0;e<this.sections.length;){let i=this.sections[e++],n=this.sections[e++];t+=(t?" ":"")+i+(n>=0?":"+n:"")}return t}toJSON(){return this.sections}static fromJSON(t){if(!Array.isArray(t)||t.length%2||t.some(t=>"number"!=typeof t))throw RangeError("Invalid JSON representation of ChangeDesc");return new E(t)}static create(t){return new E(t)}}class R extends E{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 B(this,(e,i,n,s,r)=>t=t.replace(n,n+(i-e),r),!1),t}mapDesc(t,e=!1){return N(this,t,e,!0)}invert(t){let e=this.sections.slice(),i=[];for(let n=0,s=0;n<e.length;n+=2){let r=e[n],o=e[n+1];if(o>=0){e[n]=o,e[n+1]=r;let l=n>>1;for(;i.length<l;)i.push(f.empty);i.push(r?t.slice(s,s+r):f.empty)}s+=r}return new R(e,i)}compose(t){return this.empty?t:t.empty?this:I(this,t,!0)}map(t,e=!1){return t.empty?this:N(this,t,e,!0)}iterChanges(t,e=!1){B(this,t,e)}get desc(){return E.create(this.sections)}filter(t){let e=[],i=[],n=[],s=new F(this);e:for(let r=0,o=0;;){let l=r==t.length?1e9:t[r++];for(;o<l||o==l&&0==s.len;){if(s.done)break e;let t=Math.min(s.len,l-o);L(n,t,-1);let r=-1==s.ins?-1:0==s.off?s.ins:0;L(e,t,r),r>0&&P(i,e,s.text),s.forward(t),o+=t}let a=t[r++];for(;o<a;){if(s.done)break e;let t=Math.min(s.len,a-o);L(e,t,-1),L(n,t,-1==s.ins?-1:0==s.off?s.ins:0),s.forward(t),o+=t}}return{changes:new R(e,i),filtered:E.create(n)}}toJSON(){let t=[];for(let e=0;e<this.sections.length;e+=2){let i=this.sections[e],n=this.sections[e+1];n<0?t.push(i):0==n?t.push([i]):t.push([i].concat(this.inserted[e>>1].toJSON()))}return t}static of(t,e,i){let n=[],s=[],r=0,o=null;function l(t=!1){if(!t&&!n.length)return;r<e&&L(n,e-r,-1);let i=new R(n,s);o=o?o.compose(i.map(o)):i,n=[],s=[],r=0}return!function t(a){if(Array.isArray(a))for(let e of a)t(e);else if(a instanceof R){if(a.length!=e)throw RangeError(`Mismatched change set length (got ${a.length}, expected ${e})`);l(),o=o?o.compose(a.map(o)):a}else{let{from:t,to:o=t,insert:h}=a;if(t>o||t<0||o>e)throw RangeError(`Invalid change range ${t} to ${o} (in doc of length ${e})`);let c=h?"string"==typeof h?f.of(h.split(i||M)):h:f.empty,u=c.length;if(t==o&&0==u)return;t<r&&l(),t>r&&L(n,t-r,-1),L(n,o-t,u),P(s,n,c),r=o}}(t),l(!o),o}static empty(t){return new R(t?[t,-1]:[],[])}static fromJSON(t){if(!Array.isArray(t))throw RangeError("Invalid JSON representation of ChangeSet");let e=[],i=[];for(let n=0;n<t.length;n++){let s=t[n];if("number"==typeof s)e.push(s,-1);else if(!Array.isArray(s)||"number"!=typeof s[0]||s.some((t,e)=>e&&"string"!=typeof t))throw RangeError("Invalid JSON representation of ChangeSet");else if(1==s.length)e.push(s[0],0);else{for(;i.length<n;)i.push(f.empty);i[n]=f.of(s.slice(1)),e.push(s[0],i[n].length)}}return new R(e,i)}static createSet(t,e){return new R(t,e)}}function L(t,e,i,n=!1){if(0==e&&i<=0)return;let s=t.length-2;s>=0&&i<=0&&i==t[s+1]?t[s]+=e:s>=0&&0==e&&0==t[s]?t[s+1]+=i:n?(t[s]+=e,t[s+1]+=i):t.push(e,i)}function P(t,e,i){if(0==i.length)return;let n=e.length-2>>1;if(n<t.length)t[t.length-1]=t[t.length-1].append(i);else{for(;t.length<n;)t.push(f.empty);t.push(i)}}function B(t,e,i){let n=t.inserted;for(let s=0,r=0,o=0;o<t.sections.length;){let l=t.sections[o++],a=t.sections[o++];if(a<0)s+=l,r+=l;else{let h=s,c=r,u=f.empty;for(;h+=l,c+=a,a&&n&&(u=u.append(n[o-2>>1])),!i&&o!=t.sections.length&&!(t.sections[o+1]<0);)l=t.sections[o++],a=t.sections[o++];e(s,h,r,c,u),s=h,r=c}}}function N(t,e,i,n=!1){let s=[],r=n?[]:null,o=new F(t),l=new F(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);L(s,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(L(s,l.ins,-1);e;){let i=Math.min(o.len,e);o.ins>=0&&t<o.i&&o.len<=i&&(L(s,0,o.ins),r&&P(r,s,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;L(s,e,t<o.i?o.ins:0),r&&t<o.i&&P(r,s,o.text),t=o.i,o.forward(o.len-i)}else if(o.done&&l.done)return r?R.createSet(s,r):E.create(s);else throw Error("Mismatched change set lengths")}function I(t,e,i=!1){let n=[],s=i?[]:null,r=new F(t),o=new F(e);for(let t=!1;;)if(r.done&&o.done)return s?R.createSet(n,s):E.create(n);else if(0==r.ins)L(n,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=n.length;if(-1==r.ins){let i=-1==o.ins?-1:o.off?0:o.ins;L(n,e,i,t),s&&i&&P(s,n,o.text)}else -1==o.ins?(L(n,r.off?0:r.len,e,t),s&&P(s,n,r.textBit(e))):(L(n,r.off?0:r.len,o.off?0:o.ins,t),s&&!o.off&&P(s,n,o.text));t=(r.ins>e||o.ins>=0&&o.len>e)&&(t||n.length>i),r.forward2(e),o.forward(e)}else L(n,0,o.ins,t),s&&P(s,n,o.text),o.next()}class F{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?f.empty:t[e]}textBit(t){let{inserted:e}=this.set,i=this.i-2>>1;return i>=e.length&&!t?f.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 H{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,n;return this.empty?i=n=t.mapPos(this.from,e):(i=t.mapPos(this.from,1),n=t.mapPos(this.to,-1)),i==this.from&&n==this.to?this:new H(i,n,this.flags)}extend(t,e=t){if(t<=this.anchor&&e>=this.anchor)return z.range(t,e);let i=Math.abs(t-this.anchor)>Math.abs(e-this.anchor)?t:e;return z.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 z.range(t.anchor,t.head)}static create(t,e,i){return new H(t,e,i)}}class z{constructor(t,e){this.ranges=t,this.mainIndex=e}map(t,e=-1){return t.empty?this:z.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 z([this.main],0)}addRange(t,e=!0){return z.create([t].concat(this.ranges),e?0:this.mainIndex+1)}replaceRange(t,e=this.mainIndex){let i=this.ranges.slice();return i[e]=t,z.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 z(t.ranges.map(t=>H.fromJSON(t)),t.main)}static single(t,e=t){return new z([z.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,n=0;n<t.length;n++){let s=t[n];if(s.empty?s.from<=i:s.from<i)return z.normalized(t.slice(),e);i=s.to}return new z(t,e)}static cursor(t,e=0,i,n){return H.create(t,t,(0==e?0:e<0?8:16)|(null==i?7:Math.min(6,i))|(null!=n?n:0xffffff)<<6)}static range(t,e,i,n){let s=(null!=i?i:0xffffff)<<6|(null==n?7:Math.min(6,n));return e<t?H.create(e,t,48|s):H.create(t,e,8*(e>t)|s)}static normalized(t,e=0){let i=t[e];t.sort((t,e)=>t.from-e.from),e=t.indexOf(i);for(let i=1;i<t.length;i++){let n=t[i],s=t[i-1];if(n.empty?n.from<=s.to:n.from<s.to){let r=s.from,o=Math.max(n.to,s.to);i<=e&&e--,t.splice(--i,2,n.anchor>n.head?z.range(o,r):z.range(r,o))}}return new z(t,e)}}function V(t,e){for(let i of t.ranges)if(i.to>e)throw RangeError("Selection points outside of document")}let W=0;class _{constructor(t,e,i,n,s){this.combine=t,this.compareInput=e,this.compare=i,this.isStatic=n,this.id=W++,this.default=t([]),this.extensions="function"==typeof s?s(this):s}get reader(){return this}static define(t={}){return new _(t.combine||(t=>t),t.compareInput||((t,e)=>t===e),t.compare||(!t.combine?j:(t,e)=>t===e),!!t.static,t.enables)}of(t){return new q([],this,0,t)}compute(t,e){if(this.isStatic)throw Error("Can't compute a static facet");return new q(t,this,1,e)}computeN(t,e){if(this.isStatic)throw Error("Can't compute a static facet");return new q(t,this,2,e)}from(t,e){return e||(e=t=>t),this.compute([t],i=>e(i.field(t)))}}function j(t,e){return t==e||t.length==e.length&&t.every((t,i)=>t===e[i])}class q{constructor(t,e,i,n){this.dependencies=t,this.facet=e,this.type=i,this.value=n,this.id=W++}dynamicSlot(t){var e;let i=this.value,n=this.facet.compareInput,s=this.id,r=t[s]>>1,o=2==this.type,l=!1,a=!1,h=[];for(let i of this.dependencies)"doc"==i?l=!0:"selection"==i?a=!0:((null!=(e=t[i.id])?e:1)&1)==0&&h.push(t[i.id]);return{create:t=>(t.values[r]=i(t),1),update(t,e){if(l&&e.docChanged||a&&(e.docChanged||e.selection)||$(t,h)){let e=i(t);if(o?!K(e,t.values[r],n):!n(e,t.values[r]))return t.values[r]=e,1}return 0},reconfigure:(t,e)=>{let l,a=e.config.address[s];if(null!=a){let s=ti(e,a);if(this.dependencies.every(i=>i instanceof _?e.facet(i)===t.facet(i):!(i instanceof Y)||e.field(i,!1)==t.field(i,!1))||(o?K(l=i(t),s,n):n(l=i(t),s)))return t.values[r]=s,0}else l=i(t);return t.values[r]=l,1}}}}function K(t,e,i){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(!i(t[n],e[n]))return!1;return!0}function $(t,e){let i=!1;for(let n of e)1&te(t,n)&&(i=!0);return i}let U=_.define({static:!0});class Y{constructor(t,e,i,n,s){this.id=t,this.createF=e,this.updateF=i,this.compareF=n,this.spec=s,this.provides=void 0}static define(t){let e=new Y(W++,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(U).find(t=>t.field==this);return((null==e?void 0:e.create)||this.createF)(t)}slot(t){let e=t[this.id]>>1;return{create:t=>(t.values[e]=this.create(t),1),update:(t,i)=>{let n=t.values[e],s=this.updateF(n,i);return this.compareF(n,s)?0:(t.values[e]=s,1)},reconfigure:(t,i)=>{let n=t.facet(U),s=i.facet(U),r;return(r=n.find(t=>t.field==this))&&r!=s.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,U.of({field:this,create:t})]}get extension(){return this}}function J(t){return e=>new Z(e,t)}let G={highest:J(0),high:J(1),default:J(2),low:J(3),lowest:J(4)};class Z{constructor(t,e){this.inner=t,this.prec=e}}class X{of(t){return new Q(this,t)}reconfigure(t){return X.reconfigure.of({compartment:this,extension:t})}get(t){return t.config.compartments.get(this)}}class Q{constructor(t,e){this.compartment=t,this.inner=e}}class tt{constructor(t,e,i,n,s,r){for(this.base=t,this.compartments=e,this.dynamicSlots=i,this.address=n,this.staticValues=s,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 n,s,r;let o,l,a=[],h=Object.create(null),c=new Map;for(let i of(n=t,s=e,r=c,o=[[],[],[],[],[]],l=new Map,!function t(e,i){let n=l.get(e);if(null!=n){if(n<=i)return;let t=o[n].indexOf(e);t>-1&&o[n].splice(t,1),e instanceof Q&&r.delete(e.compartment)}if(l.set(e,i),Array.isArray(e))for(let n of e)t(n,i);else if(e instanceof Q){if(r.has(e.compartment))throw RangeError("Duplicate use of compartment in extensions");let n=s.get(e.compartment)||e.inner;r.set(e.compartment,n),t(n,i)}else if(e instanceof Z)t(e.inner,e.prec);else if(e instanceof Y)o[i].push(e),e.provides&&t(e.provides,i);else if(e instanceof q)o[i].push(e),e.facet.extensions&&t(e.facet.extensions,2);else{let n=e.extension;if(!n)throw Error(`Unrecognized extension value in extension set (${e}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);t(n,i)}}(n,2),o.reduce((t,e)=>t.concat(e))))i instanceof Y?a.push(i):(h[i.facet.id]||(h[i.facet.id]=[])).push(i);let u=Object.create(null),d=[],f=[];for(let t of a)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 h){let e=h[t],n=e[0].facet,s=p&&p[t]||[];if(e.every(t=>0==t.type))if(u[n.id]=d.length<<1|1,j(s,e))d.push(i.facet(n));else{let t=n.combine(e.map(t=>t.value));d.push(i&&n.compare(t,i.facet(n))?i.facet(n):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[n.id]=f.length<<1,f.push(t=>(function(t,e,i){let n=i.map(e=>t[e.id]),s=i.map(t=>t.type),r=n.filter(t=>!(1&t)),o=t[e.id]>>1;function l(t){let i=[];for(let e=0;e<n.length;e++){let r=ti(t,n[e]);if(2==s[e])for(let t of r)i.push(t);else i.push(r)}return e.combine(i)}return{create(t){for(let e of n)te(t,e);return t.values[o]=l(t),1},update(t,i){if(!$(t,r))return 0;let n=l(t);return e.compare(n,t.values[o])?0:(t.values[o]=n,1)},reconfigure(t,s){let r=$(t,n),a=s.config.facets[e.id],h=s.facet(e);if(a&&!r&&j(i,a))return t.values[o]=h,0;let c=l(t);return e.compare(c,h)?(t.values[o]=h,0):(t.values[o]=c,1)}}})(t,n,e))}}return new tt(t,c,f.map(t=>t(u)),u,d,h)}}function te(t,e){if(1&e)return 2;let i=e>>1,n=t.status[i];if(4==n)throw Error("Cyclic dependency between fields and/or facets");if(2&n)return n;t.status[i]=4;let s=t.computeSlot(t,t.config.dynamicSlots[i]);return t.status[i]=2|s}function ti(t,e){return 1&e?t.config.staticValues[e>>1]:t.values[e>>1]}let tn=_.define(),ts=_.define({combine:t=>t.some(t=>t),static:!0}),tr=_.define({combine:t=>t.length?t[0]:void 0,static:!0}),to=_.define(),tl=_.define(),ta=_.define(),th=_.define({combine:t=>!!t.length&&t[0]});class tc{constructor(t,e){this.type=t,this.value=e}static define(){return new tu}}class tu{of(t){return new tc(this,t)}}class td{constructor(t){this.map=t}of(t){return new tf(this,t)}}class tf{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 tf(this.type,e)}is(t){return this.type==t}static define(t={}){return new td(t.map||(t=>t))}static mapEffects(t,e){if(!t.length)return t;let i=[];for(let n of t){let t=n.map(e);t&&i.push(t)}return i}}tf.reconfigure=tf.define(),tf.appendConfig=tf.define();class tp{constructor(t,e,i,n,s,r){this.startState=t,this.changes=e,this.selection=i,this.effects=n,this.annotations=s,this.scrollIntoView=r,this._doc=null,this._state=null,i&&V(i,e.newLength),s.some(t=>t.type==tp.time)||(this.annotations=s.concat(tp.time.of(Date.now())))}static create(t,e,i,n,s,r){return new tp(t,e,i,n,s,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(tp.userEvent);return!!(e&&(e==t||e.length>t.length&&e.slice(0,t.length)==t&&"."==e[t.length]))}}function tm(t,e,i){var n;let s,r,o;return i?(s=e.changes,r=R.empty(e.changes.length),o=t.changes.compose(e.changes)):(s=e.changes.map(t.changes),r=t.changes.mapDesc(e.changes,!0),o=t.changes.compose(s)),{changes:o,selection:e.selection?e.selection.map(r):null==(n=t.selection)?void 0:n.map(s),effects:tf.mapEffects(t.effects,s).concat(tf.mapEffects(e.effects,r)),annotations:t.annotations.length?t.annotations.concat(e.annotations):e.annotations,scrollIntoView:t.scrollIntoView||e.scrollIntoView}}function tg(t,e,i){let n=e.selection,s=tw(e.annotations);return e.userEvent&&(s=s.concat(tp.userEvent.of(e.userEvent))),{changes:e.changes instanceof R?e.changes:R.of(e.changes||[],i,t.facet(tr)),selection:n&&(n instanceof z?n:z.single(n.anchor,n.head)),effects:tw(e.effects),annotations:s,scrollIntoView:!!e.scrollIntoView}}tp.time=tc.define(),tp.userEvent=tc.define(),tp.addToHistory=tc.define(),tp.remote=tc.define();let tv=[];function tw(t){return null==t?tv:Array.isArray(t)?t:[t]}var ty=((D=ty||(ty={}))[D.Word=0]="Word",D[D.Space=1]="Space",D[D.Other=2]="Other",D);let tb=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;try{n=RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch(t){}class tx{constructor(t,e,i,n,s,r){this.config=t,this.doc=e,this.selection=i,this.values=n,this.status=t.statusTemplate.slice(),this.computeSlot=s,r&&(r._state=this);for(let t=0;t<this.config.dynamicSlots.length;t++)te(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 te(this,i),ti(this,i)}update(...t){return function t(e,i,n){let s=tg(e,i.length?i[0]:{},e.doc.length);i.length&&!1===i[0].filter&&(n=!1);for(let t=1;t<i.length;t++){!1===i[t].filter&&(n=!1);let r=!!i[t].sequential;s=tm(s,tg(e,i[t],r?s.changes.newLength:e.doc.length),r)}let r=tp.create(e,s.changes,s.selection,s.effects,s.annotations,s.scrollIntoView);return function(t){let e=t.startState,i=e.facet(ta),n=t;for(let s=i.length-1;s>=0;s--){let r=i[s](t);r&&Object.keys(r).length&&(n=tm(n,tg(e,r,t.changes.newLength),!0))}return n==t?t:tp.create(e,t.changes,t.selection,n.effects,n.annotations,n.scrollIntoView)}(n?function(e){let i=e.startState,n=!0;for(let t of i.facet(to)){let i=t(e);if(!1===i){n=!1;break}Array.isArray(i)&&(n=!0===n?i:function(t,e){let i=[];for(let n=0,s=0;;){let r,o;if(n<t.length&&(s==e.length||e[s]>=t[n]))r=t[n++],o=t[n++];else{if(!(s<e.length))return i;r=e[s++],o=e[s++]}!i.length||i[i.length-1]<r?i.push(r,o):i[i.length-1]<o&&(i[i.length-1]=o)}}(n,i))}if(!0!==n){let t,s;if(!1===n)s=e.changes.invertedDesc,t=R.empty(i.doc.length);else{let i=e.changes.filter(n);t=i.changes,s=i.filtered.mapDesc(i.changes).invertedDesc}e=tp.create(i,t,e.selection&&e.selection.map(s),tf.mapEffects(e.effects,s),e.annotations,e.scrollIntoView)}let s=i.facet(tl);for(let n=s.length-1;n>=0;n--){let r=s[n](e);e=r instanceof tp?r:Array.isArray(r)&&1==r.length&&r[0]instanceof tp?r[0]:t(i,tw(r),!1)}return e}(r):r)}(this,t,!0)}applyTransaction(t){let e,i=this.config,{base:n,compartments:s}=i;for(let e of t.effects)e.is(X.reconfigure)?(i&&(s=new Map,i.compartments.forEach((t,e)=>s.set(e,t)),i=null),s.set(e.value.compartment,e.value.extension)):e.is(tf.reconfigure)?(i=null,n=e.value):e.is(tf.appendConfig)&&(i=null,n=tw(n).concat(e.value));e=i?t.startState.values.slice():new tx(i=tt.resolve(n,s,this),this.doc,this.selection,i.dynamicSlots.map(()=>null),(t,e)=>e.reconfigure(t,this),null).values;let r=t.startState.facet(ts)?t.newSelection:t.newSelection.asSingle();new tx(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:z.cursor(e.from+t.length)}))}changeByRange(t){let e=this.selection,i=t(e.ranges[0]),n=this.changes(i.changes),s=[i.range],r=tw(i.effects);for(let i=1;i<e.ranges.length;i++){let o=t(e.ranges[i]),l=this.changes(o.changes),a=l.map(n);for(let t=0;t<i;t++)s[t]=s[t].map(a);let h=n.mapDesc(l,!0);s.push(o.range.map(h)),n=n.compose(a),r=tf.mapEffects(r,a).concat(tf.mapEffects(tw(o.effects),h))}return{changes:n,selection:z.create(s,e.mainIndex),effects:r}}changes(t=[]){return t instanceof R?t:R.of(t,this.doc.length,this.facet(tx.lineSeparator))}toText(t){return f.of(t.split(this.facet(tx.lineSeparator)||M))}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:(te(this,e),ti(this,e))}toJSON(t){let e={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(t)for(let i in t){let n=t[i];n instanceof Y&&null!=this.config.address[n.id]&&(e[i]=n.spec.toJSON(this.field(t[i]),this))}return e}static fromJSON(t,e={},i){if(!t||"string"!=typeof t.doc)throw RangeError("Invalid JSON representation for EditorState");let n=[];if(i){for(let e in i)if(Object.prototype.hasOwnProperty.call(t,e)){let s=i[e],r=t[e];n.push(s.init(t=>s.spec.fromJSON(r,t)))}}return tx.create({doc:t.doc,selection:z.fromJSON(t.selection),extensions:e.extensions?n.concat([e.extensions]):n})}static create(t={}){let e=tt.resolve(t.extensions||[],new Map),i=t.doc instanceof f?t.doc:f.of((t.doc||"").split(e.staticFacet(tx.lineSeparator)||M)),n=t.selection?t.selection instanceof z?t.selection:z.single(t.selection.anchor,t.selection.head):z.single(0);return V(n,i.length),e.staticFacet(ts)||(n=n.asSingle()),new tx(e,i,n,e.dynamicSlots.map(()=>null),(t,e)=>e.create(t),null)}get tabSize(){return this.facet(tx.tabSize)}get lineBreak(){return this.facet(tx.lineSeparator)||"\n"}get readOnly(){return this.facet(th)}phrase(t,...e){for(let e of this.facet(tx.phrases))if(Object.prototype.hasOwnProperty.call(e,t)){t=e[t];break}return e.length&&(t=t.replace(/\$(\$|\d*)/g,(t,i)=>{if("$"==i)return"$";let n=+(i||1);return!n||n>e.length?t:e[n-1]})),t}languageDataAt(t,e,i=-1){let n=[];for(let s of this.facet(tn))for(let r of s(this,e,i))Object.prototype.hasOwnProperty.call(r,t)&&n.push(r[t]);return n}charCategorizer(t){var e;return e=this.languageDataAt("wordChars",t).join(""),t=>{if(!/\S/.test(t))return ty.Space;if(function(t){if(n)return n.test(t);for(let e=0;e<t.length;e++){let i=t[e];if(/\w/.test(i)||i>"\x80"&&(i.toUpperCase()!=i.toLowerCase()||tb.test(i)))return!0}return!1}(t))return ty.Word;for(let i=0;i<e.length;i++)if(t.indexOf(e[i])>-1)return ty.Word;return ty.Other}}wordAt(t){let{text:e,from:i,length:n}=this.doc.lineAt(t),s=this.charCategorizer(t),r=t-i,o=t-i;for(;r>0;){let t=k(e,r,!1);if(s(e.slice(t,r))!=ty.Word)break;r=t}for(;o<n;){let t=k(e,o);if(s(e.slice(o,t))!=ty.Word)break;o=t}return r==o?null:z.range(r+i,o+i)}}function tk(t,e,i={}){let n={};for(let e of t)for(let t of Object.keys(e)){let s=e[t],r=n[t];if(void 0===r)n[t]=s;else if(r===s||void 0===s);else if(Object.hasOwnProperty.call(i,t))n[t]=i[t](r,s);else throw Error("Config merge conflict for field "+t)}for(let t in e)void 0===n[t]&&(n[t]=e[t]);return n}tx.allowMultipleSelections=ts,tx.tabSize=_.define({combine:t=>t.length?t[0]:4}),tx.lineSeparator=tr,tx.readOnly=th,tx.phrases=_.define({compare(t,e){let i=Object.keys(t),n=Object.keys(e);return i.length==n.length&&i.every(i=>t[i]==e[i])}}),tx.languageData=tn,tx.changeFilter=to,tx.transactionFilter=tl,tx.transactionExtender=ta,X.reconfigure=tf.define();class tS{eq(t){return this==t}range(t,e=t){return tC.create(t,e,this)}}tS.prototype.startSide=tS.prototype.endSide=0,tS.prototype.point=!1,tS.prototype.mapMode=T.TrackDel;class tC{constructor(t,e,i){this.from=t,this.to=e,this.value=i}static create(t,e,i){return new tC(t,e,i)}}function tA(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class tM{constructor(t,e,i,n){this.from=t,this.to=e,this.value=i,this.maxPoint=n}get length(){return this.to[this.to.length-1]}findIndex(t,e,i,n=0){let s=i?this.to:this.from;for(let r=n,o=s.length;;){if(r==o)return r;let n=r+o>>1,l=s[n]-t||(i?this.value[n].endSide:this.value[n].startSide)-e;if(n==r)return l>=0?r:o;l>=0?o=n:r=n+1}}between(t,e,i,n){for(let s=this.findIndex(e,-1e9,!0),r=this.findIndex(i,1e9,!1,s);s<r;s++)if(!1===n(this.from[s]+t,this.to[s]+t,this.value[s]))return!1}map(t,e){let i=[],n=[],s=[],r=-1,o=-1;for(let l=0;l<this.value.length;l++){let a=this.value[l],h=this.from[l]+t,c=this.to[l]+t,u,d;if(h==c){let t=e.mapPos(h,a.startSide,a.mapMode);if(null==t||(u=d=t,a.startSide!=a.endSide&&(d=e.mapPos(h,a.endSide))<u))continue}else if((u=e.mapPos(h,a.startSide))>(d=e.mapPos(c,a.endSide))||u==d&&a.startSide>0&&a.endSide<=0)continue;0>(d-u||a.endSide-a.startSide)||(r<0&&(r=u),a.point&&(o=Math.max(o,d-u)),i.push(a),n.push(u-r),s.push(d-r))}return{mapped:i.length?new tM(n,s,i,o):null,pos:r}}}class tO{constructor(t,e,i,n){this.chunkPos=t,this.chunk=e,this.nextLayer=i,this.maxPoint=n}static create(t,e,i,n){return new tO(t,e,i,n)}get length(){let t=this.chunk.length-1;return t<0?0:Math.max(this.chunkEnd(t),this.nextLayer.length)}get size(){if(this.isEmpty)return 0;let t=this.nextLayer.size;for(let e of this.chunk)t+=e.value.length;return t}chunkEnd(t){return this.chunkPos[t]+this.chunk[t].length}update(t){let{add:e=[],sort:i=!1,filterFrom:n=0,filterTo:s=this.length}=t,r=t.filter;if(0==e.length&&!r)return this;if(i&&(e=e.slice().sort(tA)),this.isEmpty)return e.length?tO.of(e):this;let o=new tE(this,null,-1).goto(0),l=0,a=[],h=new tD;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++];h.addInner(t.from,t.to,t.value)||a.push(t)}else 1==o.rangeIndex&&o.chunkIndex<this.chunk.length&&(l==e.length||this.chunkEnd(o.chunkIndex)<e[l].from)&&(!r||n>this.chunkEnd(o.chunkIndex)||s<this.chunkPos[o.chunkIndex])&&h.addChunk(this.chunkPos[o.chunkIndex],this.chunk[o.chunkIndex])?o.nextChunk():((!r||n>o.to||s<o.from||r(o.from,o.to,o.value))&&!h.addInner(o.from,o.to,o.value)&&a.push(tC.create(o.from,o.to,o.value)),o.next());return h.finishInner(this.nextLayer.isEmpty&&!a.length?tO.empty:this.nextLayer.update({add:a,filter:r,filterFrom:n,filterTo:s}))}map(t){if(t.empty||this.isEmpty)return this;let e=[],i=[],n=-1;for(let s=0;s<this.chunk.length;s++){let r=this.chunkPos[s],o=this.chunk[s],l=t.touchesRange(r,r+o.length);if(!1===l)n=Math.max(n,o.maxPoint),e.push(o),i.push(t.mapPos(r));else if(!0===l){let{mapped:s,pos:l}=o.map(r,t);s&&(n=Math.max(n,s.maxPoint),e.push(s),i.push(l))}}let s=this.nextLayer.map(t);return 0==e.length?s:new tO(i,e,s||tO.empty,n)}between(t,e,i){if(!this.isEmpty){for(let n=0;n<this.chunk.length;n++){let s=this.chunkPos[n],r=this.chunk[n];if(e>=s&&t<=s+r.length&&!1===r.between(s,t-s,e-s,i))return}this.nextLayer.between(t,e,i)}}iter(t=0){return tR.from([this]).goto(t)}get isEmpty(){return this.nextLayer==this}static iter(t,e=0){return tR.from(t).goto(e)}static compare(t,e,i,n,s=-1){let r=t.filter(t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=s),o=e.filter(t=>t.maxPoint>0||!t.isEmpty&&t.maxPoint>=s),l=tT(r,o,i),a=new tP(r,l,s),h=new tP(o,l,s);i.iterGaps((t,e,i)=>tB(a,t,h,e,i,n)),i.empty&&0==i.length&&tB(a,0,h,0,0,n)}static eq(t,e,i=0,n){null==n&&(n=0x3b9ac9ff);let s=t.filter(t=>!t.isEmpty&&0>e.indexOf(t)),r=e.filter(e=>!e.isEmpty&&0>t.indexOf(e));if(s.length!=r.length)return!1;if(!s.length)return!0;let o=tT(s,r),l=new tP(s,o,0).goto(i),a=new tP(r,o,0).goto(i);for(;;){if(l.to!=a.to||!tN(l.active,a.active)||l.point&&(!a.point||!l.point.eq(a.point)))return!1;if(l.to>n)return!0;l.next(),a.next()}}static spans(t,e,i,n,s=-1){let r=new tP(t,null,s).goto(e),o=e,l=r.openStart;for(;;){let t=Math.min(r.to,i);if(r.point){let i=r.activeForPoint(r.to),s=r.pointFrom<e?i.length+1:r.point.startSide<0?i.length:Math.min(i.length,l);n.point(o,t,r.point,i,s,r.pointRank),l=Math.min(r.openEnd(t),i.length)}else t>o&&(n.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 tD;for(let n of t instanceof tC?[t]:e?function(t){if(t.length>1)for(let e=t[0],i=1;i<t.length;i++){let n=t[i];if(tA(e,n)>0)return t.slice().sort(tA);e=n}return t}(t):t)i.add(n.from,n.to,n.value);return i.finish()}static join(t){if(!t.length)return tO.empty;let e=t[t.length-1];for(let i=t.length-2;i>=0;i--)for(let n=t[i];n!=tO.empty;n=n.nextLayer)e=new tO(n.chunkPos,n.chunk,e,Math.max(n.maxPoint,e.maxPoint));return e}}tO.empty=new tO([],[],null,-1),tO.empty.nextLayer=tO.empty;class tD{finishChunk(t){this.chunks.push(new tM(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 tD)).add(t,e,i)}addInner(t,e,i){let n=t-this.lastTo||i.startSide-this.last.endSide;if(n<=0&&0>(t-this.lastFrom||i.startSide-this.last.startSide))throw Error("Ranges must be added sorted by `from` position and `startSide`");return!(n<0)&&(250==this.from.length&&this.finishChunk(!0),this.chunkStart<0&&(this.chunkStart=t),this.from.push(t-this.chunkStart),this.to.push(e-this.chunkStart),this.last=i,this.lastFrom=t,this.lastTo=e,this.value.push(i),i.point&&(this.maxPoint=Math.max(this.maxPoint,e-t)),!0)}addChunk(t,e){if(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(tO.empty)}finishInner(t){if(this.from.length&&this.finishChunk(!1),0==this.chunks.length)return t;let e=tO.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(t):t,this.setMaxPoint);return this.from=null,e}}function tT(t,e,i){let n=new Map;for(let e of t)for(let t=0;t<e.chunk.length;t++)e.chunk[t].maxPoint<=0&&n.set(e.chunk[t],e.chunkPos[t]);let s=new Set;for(let t of e)for(let e=0;e<t.chunk.length;e++){let r=n.get(t.chunk[e]);null==r||(i?i.mapPos(r):r)!=t.chunkPos[e]||(null==i?void 0:i.touchesRange(r,r+t.chunk[e].length))||s.add(t.chunk[e])}return s}class tE{constructor(t,e,i,n=0){this.layer=t,this.skip=e,this.minPoint=i,this.rank=n}get startSide(){return this.value?this.value.startSide:0}get endSide(){return this.value?this.value.endSide:0}goto(t,e=-1e9){return this.chunkIndex=this.rangeIndex=0,this.gotoInner(t,e,!1),this}gotoInner(t,e,i){for(;this.chunkIndex<this.layer.chunk.length;){let e=this.layer.chunk[this.chunkIndex];if(!(this.skip&&this.skip.has(e)||this.layer.chunkEnd(this.chunkIndex)<t||e.maxPoint<this.minPoint))break;this.chunkIndex++,i=!1}if(this.chunkIndex<this.layer.chunk.length){let n=this.layer.chunk[this.chunkIndex].findIndex(t-this.layer.chunkPos[this.chunkIndex],e,!0);(!i||this.rangeIndex<n)&&this.setRangeIndex(n)}this.next()}forward(t,e){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 tR{constructor(t){this.heap=t}static from(t,e=null,i=-1){let n=[];for(let s=0;s<t.length;s++)for(let r=t[s];!r.isEmpty;r=r.nextLayer)r.maxPoint>=i&&n.push(new tE(r,e,i,s));return 1==n.length?n[0]:new tR(n)}get startSide(){return this.value?this.value.startSide:0}goto(t,e=-1e9){for(let i of this.heap)i.goto(t,e);for(let t=this.heap.length>>1;t>=0;t--)tL(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--)tL(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(),tL(this.heap,0)}}}function tL(t,e){for(let i=t[e];;){let n=(e<<1)+1;if(n>=t.length)break;let s=t[n];if(n+1<t.length&&s.compare(t[n+1])>=0&&(s=t[n+1],n++),0>i.compare(s))break;t[n]=i,t[e]=s,e=n}}class tP{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=tR.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){tI(this.active,t),tI(this.activeTo,t),tI(this.activeRank,t),this.minActive=tH(this.active,this.activeTo)}addActive(t){let e=0,{value:i,to:n,rank:s}=this.cursor;for(;e<this.activeRank.length&&(s-this.activeRank[e]||n-this.activeTo[e])>0;)e++;tF(this.active,e,i),tF(this.activeTo,e,n),tF(this.activeRank,e,s),t&&tF(t,e,this.cursor.from),this.minActive=tH(this.active,this.activeTo)}next(){let t=this.to,e=this.point;this.point=null;let i=this.openStart<0?[]:null;for(;;){let n=this.minActive;if(n>-1&&0>(this.activeTo[n]-this.cursor.from||this.active[n].endSide-this.cursor.startSide)){if(this.activeTo[n]>t){this.to=this.activeTo[n],this.endSide=this.active[n].endSide;break}this.removeActive(n),i&&tI(i,n)}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 tB(t,e,i,n,s,r){t.goto(e),i.goto(n);let o=n+s,l=n,a=n-e;for(;;){let e=t.to+a-i.to,n=e||t.endSide-i.endSide,s=n<0?t.to+a:i.to,h=Math.min(s,o);if(t.point||i.point?t.point&&i.point&&(t.point==i.point||t.point.eq(i.point))&&tN(t.activeForPoint(t.to),i.activeForPoint(i.to))||r.comparePoint(l,h,t.point,i.point):h>l&&!tN(t.active,i.active)&&r.compareRange(l,h,t.active,i.active),s>o)break;(e||t.openEnd!=i.openEnd)&&r.boundChange&&r.boundChange(s),l=s,n<=0&&t.next(),n>=0&&i.next()}}function tN(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 tI(t,e){for(let i=e,n=t.length-1;i<n;i++)t[i]=t[i+1];t.pop()}function tF(t,e,i){for(let i=t.length-1;i>=e;i--)t[i+1]=t[i];t[e]=i}function tH(t,e){let i=-1,n=1e9;for(let s=0;s<e.length;s++)0>(e[s]-n||t[s].endSide-t[i].endSide)&&(i=s,n=e[s]);return i}function tz(t,e,i=t.length){let n=0;for(let s=0;s<i&&s<t.length;)9==t.charCodeAt(s)?(n+=e-n%e,s++):(n++,s=k(t,s));return n}function tV(t,e,i,n){for(let n=0,s=0;;){if(s>=e)return n;if(n==t.length)break;s+=9==t.charCodeAt(n)?i-s%i:1,n=k(t,n)}return!0===n?-1:t.length}},41865:function(t,e,i){let n;i.d(e,{N$:()=>ns,Z9:()=>t3,Eg:()=>nP,Lz:()=>iO,NZ:()=>td,Wu:()=>se,w4:()=>iN,qf:()=>nd,D4:()=>np,ld:()=>nI,TS:()=>iH,OP:()=>tC,DK:()=>nO,wJ:()=>nW,S7:()=>nV,dz:()=>na,$K:()=>n9,HJ:()=>nv,xO:()=>tc,c_:()=>tQ,cU:()=>n$,A:()=>i5,VH:()=>iG,Ux:()=>nL});for(var s,r,o,l=i(72462),a=i(59683),h={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++)h[48+f]=h[96+f]=String(f);for(var f=1;f<=24;f++)h[f+111]="F"+f;for(var f=65;f<=90;f++)h[f]=String.fromCharCode(f+32),c[f]=String.fromCharCode(f);for(var p in h)c.hasOwnProperty(p)||(c[p]=h[p]);function m(t){return(11==t.nodeType?t.getSelection?t:t.ownerDocument:t).getSelection()}function g(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 g(t,e.anchorNode)}catch(t){return!1}}function w(t){return 3==t.nodeType?T(t,0,t.nodeValue.length).getClientRects():1==t.nodeType?t.getClientRects():[]}function y(t,e,i,n){return!!i&&(k(t,e,i,n,-1)||k(t,e,i,n,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 k(t,e,i,n,s){for(;;){if(t==i&&e==n)return!0;if(e==(s<0?0:S(t))){if("DIV"==t.nodeName)return!1;let i=t.parentNode;if(!i||1!=i.nodeType)return!1;e=b(t)+(s<0?0:1),t=i}else{if(1!=t.nodeType||1==(t=t.childNodes[e+(s<0?-1:0)]).nodeType&&"false"==t.contentEditable)return!1;e=s<0?S(t):0}}}function S(t){return 3==t.nodeType?t.nodeValue.length:t.childNodes.length}function C(t,e){let i=e?t.left:t.right;return{left:i,right:i,top:t.top,bottom:t.bottom}}function A(t,e){let i=e.width/t.offsetWidth,n=e.height/t.offsetHeight;return(i>.995&&i<1.005||!isFinite(i)||1>Math.abs(e.width-t.offsetWidth))&&(i=1),(n>.995&&n<1.005||!isFinite(n)||1>Math.abs(e.height-t.offsetHeight))&&(n=1),{scaleX:i,scaleY:n}}class M{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?S(e):0),i,Math.min(t.focusOffset,i?S(i):0))}set(t,e,i,n){this.anchorNode=t,this.anchorOffset=e,this.focusNode=i,this.focusOffset=n}}let O=null;function D(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++],n=e[t++],s=e[t++];i.scrollTop!=n&&(i.scrollTop=n),i.scrollLeft!=s&&(i.scrollLeft=s)}}}function T(t,e,i=e){let s=n||(n=document.createRange());return s.setEnd(t,i),s.setStart(t,e),s}function E(t,e,i,n){let s={key:e,code:e,keyCode:i,which:i,cancelable:!0};n&&({altKey:s.altKey,ctrlKey:s.ctrlKey,shiftKey:s.shiftKey,metaKey:s.metaKey}=n);let r=new KeyboardEvent("keydown",s);r.synthetic=!0,t.dispatchEvent(r);let o=new KeyboardEvent("keyup",s);return o.synthetic=!0,t.dispatchEvent(o),r.defaultPrevented||o.defaultPrevented}function R(t){for(;t.attributes.length;)t.removeAttributeNode(t.attributes[0])}function L(t){return t.scrollTop>Math.max(1,t.scrollHeight-t.clientHeight-4)}function P(t,e){for(let i=t,n=e;;)if(3==i.nodeType&&n>0)return{node:i,offset:n};else if(1==i.nodeType&&n>0){if("false"==i.contentEditable)return null;n=S(i=i.childNodes[n-1])}else{if(!i.parentNode||x(i))return null;n=b(i),i=i.parentNode}}function B(t,e){for(let i=t,n=e;;)if(3==i.nodeType&&n<i.nodeValue.length)return{node:i,offset:n};else if(1==i.nodeType&&n<i.childNodes.length){if("false"==i.contentEditable)return null;i=i.childNodes[n],n=0}else{if(!i.parentNode||x(i))return null;n=b(i)+1,i=i.parentNode}}class N{constructor(t,e,i=!0){this.node=t,this.offset=e,this.precise=i}static before(t,e){return new N(t.parentNode,b(t),e)}static after(t,e){return new N(t.parentNode,b(t)+1,e)}}let I=[];class F{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,n=null,s;for(let r of this.children){if(7&r.flags){if(!r.dom&&(s=n?n.nextSibling:i.firstChild)){let t=F.get(s);(!t||!t.parent&&t.canReuseDOM(r))&&r.reuseDOM(s)}r.sync(t,e),r.flags&=-8}if(s=n?n.nextSibling:i.firstChild,e&&!e.written&&e.node==i&&s!=r.dom&&(e.written=!0),r.dom.parentNode==i)for(;s&&s!=r.dom;)s=H(s);else i.insertBefore(r.dom,s);n=r.dom}for((s=n?n.nextSibling:i.firstChild)&&e&&e.node==i&&(e.written=!0);s;)s=H(s)}else if(1&this.flags)for(let i of this.children)7&i.flags&&(i.sync(t,e),i.flags&=-8)}reuseDOM(t){}localPosFromDOM(t,e){let i;if(t==this.dom)i=this.dom.childNodes[e];else{let n=0==S(t)?0:0==e?-1:1;for(;;){let e=t.parentNode;if(e==this.dom)break;0==n&&e.firstChild!=e.lastChild&&(n=t==e.firstChild?-1:1),t=e}i=n<0?t:t.nextSibling}if(i==this.dom.firstChild)return 0;for(;i&&!F.get(i);)i=i.nextSibling;if(!i)return this.length;for(let t=0,e=0;;t++){let n=this.children[t];if(n.dom==i)return e;e+=n.length+n.breakAfter}}domBoundsAround(t,e,i=0){let n=-1,s=-1,r=-1,o=-1;for(let l=0,a=i,h=i;l<this.children.length;l++){let i=this.children[l],c=a+i.length;if(a<t&&c>e)return i.domBoundsAround(t,e,a);if(c>=t&&-1==n&&(n=l,s=a),a>e&&i.dom.parentNode==this.dom){r=l,o=h;break}h=c,a=c+i.breakAfter}return{from:s,to:o<0?i+this.length:o,startDOM:(n?this.children[n-1].dom.nextSibling:null)||this.dom.firstChild,endDOM:r<this.children.length&&r>=0?this.children[r].dom:null}}markDirty(t=!1){this.flags|=2,this.markParentsDirty(t)}markParentsDirty(t){for(let e=this.parent;e;e=e.parent){if(t&&(e.flags|=2),1&e.flags)return;e.flags|=1,t=!1}}setParent(t){this.parent!=t&&(this.parent=t,7&this.flags&&this.markParentsDirty(!0))}setDOM(t){this.dom!=t&&(this.dom&&(this.dom.cmView=null),this.dom=t,t.cmView=this)}get rootView(){for(let t=this;;){let e=t.parent;if(!e)return t;t=e}}replaceChildren(t,e,i=I){this.markDirty();for(let n=t;n<e;n++){let t=this.children[n];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 z(this.children,t,this.children.length)}childPos(t,e=1){return this.childCursor().findPos(t,e)}toString(){let t=this.constructor.name.replace("View","");return t+(this.children.length?"("+this.children.join()+")":this.length?"["+("Text"==t?this.text:this.length)+"]":"")+(this.breakAfter?"#":"")}static get(t){return t.cmView}get isEditable(){return!0}get isWidget(){return!1}get isHidden(){return!1}merge(t,e,i,n,s,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}F.prototype.breakAfter=0;class z{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 V(t,e,i,n,s,r,o,l,a){let{children:h}=t,c=h.length?h[e]:null,u=r.length?r[r.length-1]:null,d=u?u.breakAfter:o;if(!(e==n&&c&&!o&&!d&&r.length<2&&c.merge(i,s,r.length?u:null,0==i,l,a))){if(n<h.length){let t=h[n];t&&(s<t.length||t.breakAfter&&(null==u?void 0:u.breakAfter))?(e==n&&(t=t.split(s),s=0),!d&&u&&t.merge(0,s,u,!0,0,a)?r[r.length-1]=t:((s||t.children.length&&!t.children[0].length)&&t.merge(0,s,null,!1,0,a),r.push(t))):(null==t?void 0:t.breakAfter)&&(u?u.breakAfter=1:o=1),n++}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<n&&r.length;)if(h[n-1].become(r[r.length-1]))n--,r.pop(),a=r.length?0:l;else if(h[e].become(r[0]))e++,r.shift(),l=r.length?0:a;else break;!r.length&&e&&n<h.length&&!h[e-1].breakAfter&&h[n].merge(0,0,h[e-1],!1,l,a)&&e--,(e<n||r.length)&&t.replaceChildren(e,n,r)}}function W(t,e,i,n,s,r){let o=t.childCursor(),{i:l,off:a}=o.findPos(i,1),{i:h,off:c}=o.findPos(e,-1),u=e-i;for(let t of n)u+=t.length;t.length+=u,V(t,h,c,l,a,n,0,s,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),U=!!(K||$||q),Y=!U&&/gecko\/(\d+)/i.test(_.userAgent),J=!U&&/Chrome\/(\d+)/.exec(_.userAgent),G="webkitFontSmoothing"in j.documentElement.style,Z=!U&&/Apple Computer/.test(_.vendor),X=Z&&(/Mobile\/\w+/.test(_.userAgent)||_.maxTouchPoints>2);var Q={mac:X||/Mac/.test(_.platform),windows:/Win/.test(_.platform),linux:/Linux|X11/.test(_.platform),ie:U,ie_version:K?j.documentMode||6:$?+$[1]:q?+q[1]:0,gecko:Y,gecko_version:Y?+(/Firefox\/(\d+)/.exec(_.userAgent)||[0,0])[1]:0,chrome:!!J,chrome_version:J?+J[1]:0,ios:X,android:/Android\b/.test(_.userAgent),webkit:G,safari:Z,webkit_version:G?+(/\bAppleWebKit\/(\d+)/.exec(_.userAgent)||[0,0])[1]:0,tabSize:null!=j.documentElement.style.tabSize?"tab-size":"-moz-tab-size"};class tt extends F{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 N(this.dom,t)}domBoundsAround(t,e,i){return{from:i,to:i+this.length,startDOM:this.dom,endDOM:this.dom.nextSibling}}coordsAt(t,e){return function(t,e,i){let n=t.nodeValue.length;e>n&&(e=n);let s=e,r=e,o=0;0==e&&i<0||e==n&&i>=0?!(Q.chrome||Q.gecko)&&(e?(s--,o=1):r<n&&(r++,o=-1)):i<0?s--:r<n&&r++;let l=T(t,s,r).getClientRects();if(!l.length)return null;let a=l[(o?o<0:i>=0)?0:l.length-1];return Q.safari&&!o&&0==a.width&&(a=Array.prototype.find.call(l,t=>t.width)||a),o?C(a,o<0):a||null}(this.dom,t,e)}}class te extends F{constructor(t,e=[],i=0){for(let n of(super(),this.mark=t,this.children=e,this.length=i,e))n.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,n,s,r){return(!i||!!(i instanceof te&&i.mark.eq(this.mark))&&(!t||!(s<=0))&&(!(e<this.length)||!(r<=0)))&&(W(this,t,e,i?i.children.slice():[],s-1,r-1),this.markDirty(),!0)}split(t){let e=[],i=0,n=-1,s=0;for(let r of this.children){let o=i+r.length;o>t&&e.push(i<t?r.split(t-i):r),n<0&&i>=t&&(n=s),i=o,s++}let r=this.length-t;return this.length=t,n>-1&&(this.children.length=n,this.markDirty()),new te(this.mark,e,r)}domAtPos(t){return ts(this,t)}coordsAt(t,e){return tr(this,t,e)}}class ti extends F{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,n,s,r){return(!i||i instanceof ti&&!!this.widget.compare(i.widget)&&(!(t>0)||!(s<=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.EY.empty;let t=this;for(;t.parent;)t=t.parent;let{view:e}=t,i=e&&e.state.doc,n=this.posAtStart;return i?i.slice(n,n+this.length):l.EY.empty}domAtPos(t){return(this.length?0==t:this.side>0)?N.before(this.dom):N.after(this.dom,t==this.length)}domBoundsAround(){return null}coordsAt(t,e){let i=this.widget.coordsAt(this.dom,t,e);if(i)return i;let n=this.dom.getClientRects(),s=null;if(!n.length)return null;let r=this.side?this.side<0:t>0;for(let e=r?n.length-1:0;s=n[e],t>0?0!=e:e!=n.length-1&&!(s.top<s.bottom);e+=r?-1:1);return C(s,!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 tn extends F{constructor(t){super(),this.side=t}get length(){return 0}merge(){return!1}become(t){return t instanceof tn&&t.side==this.side}split(){return new tn(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?N.before(this.dom):N.after(this.dom)}localPosFromDOM(){return 0}domBoundsAround(){return null}coordsAt(t){return this.dom.getBoundingClientRect()}get overrideDOMText(){return l.EY.empty}get isHidden(){return!0}}function ts(t,e){let i=t.dom,{children:n}=t,s=0;for(let t=0;s<n.length;s++){let r=n[s],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=s;t>0;t--){let e=n[t-1];if(e.dom.parentNode==i)return e.domAtPos(e.length)}for(let t=s;t<n.length;t++){let e=n[t];if(e.dom.parentNode==i)return e.domAtPos(0)}return new N(i,0)}function tr(t,e,i){let n=null,s=-1,r=null,o=-1;!function t(e,l){for(let a=0,h=0;a<e.children.length&&h<=l;a++){let c=e.children[a],u=h+c.length;u>=l&&(c.children.length?t(c,l-h):(!r||r.isHidden&&i>0)&&(u>l||h==u&&c.getSide()>0)?(r=c,o=l-h):(h<l||h==u&&0>c.getSide()&&!c.isHidden)&&(n=c,s=l-h)),h=u}}(t,e);let l=(i<0?n:r)||n||r;return l?l.coordsAt(Math.max(0,l==n?s: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=tn.prototype.children=I;let tl=Object.create(null);function ta(t,e,i){if(t==e)return!0;t||(t=tl),e||(e=tl);let n=Object.keys(t),s=Object.keys(e);if(n.length-(i&&n.indexOf(i)>-1?1:0)!=s.length-(i&&s.indexOf(i)>-1?1:0))return!1;for(let r of n)if(r!=i&&(-1==s.indexOf(r)||t[r]!==e[r]))return!1;return!0}function th(t,e,i){let n=!1;if(e)for(let s in e)i&&s in i||(n=!0,"style"==s?t.style.cssText="":t.removeAttribute(s));if(i)for(let s in i)e&&e[s]==i[s]||(n=!0,"style"==s?t.style.cssText=i[s]:t.setAttribute(s,i[s]));return n}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=((s=tu||(tu={}))[s.Text=0]="Text",s[s.WidgetBefore=1]="WidgetBefore",s[s.WidgetAfter=2]="WidgetAfter",s[s.WidgetRange=3]="WidgetRange",s);class td extends l.FB{constructor(t,e,i,n){super(),this.startSide=t,this.endSide=e,this.widget=i,this.spec=n}get heightRelevant(){return!1}static mark(t){return new 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 tm(t,e,e,i,t.widget||null,!1)}static replace(t){let e=!!t.block,i,n;if(t.isBlockGap)i=-5e8,n=4e8;else{let{start:s,end:r}=tg(t,e);i=(s?e?-3e8:-1:5e8)-1,n=(r?e?2e8:1:-6e8)+1}return new tm(t,i,n,e,t.widget||null,!0)}static line(t){return new tp(t)}static set(t,e=!1){return l.om.of(t,e)}hasHeight(){return!!this.widget&&this.widget.estimatedHeight>-1}}td.none=l.om.empty;class tf extends td{constructor(t){let{start:e,end:i}=tg(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))&&ta(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&&ta(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.iR.TrackBefore,tp.prototype.point=!0;class tm extends td{constructor(t,e,i,n,s,r){super(e,i,s,t),this.block=n,this.isReplace=r,this.mapMode=n?e<=0?l.iR.TrackBefore:l.iR.TrackAfter:l.iR.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 tm&&(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 tg(t,e=!1){let{inclusiveStart:i,inclusiveEnd:n}=t;return null==i&&(i=t.inclusive),null==n&&(n=t.inclusive),{start:null!=i?i:e,end:null!=n?n:e}}function tv(t,e,i,n=0){let s=i.length-1;s>=0&&i[s]+n>=t?i[s]=Math.max(i[s],e):i.push(t,e)}tm.prototype.point=!0;class tw extends F{constructor(){super(...arguments),this.children=[],this.length=0,this.prevAttrs=void 0,this.attrs=null,this.breakAfter=0}merge(t,e,i,n,s,r){if(i){if(!(i instanceof tw))return!1;this.dom||i.transferDOM(this)}return n&&this.setDeco(i?i.attrs:null),W(this,t,e,i?i.children.slice():[],s,r),!0}split(t){let e=new tw;if(e.breakAfter=this.breakAfter,0==this.length)return e;let{i,off:n}=this.childPos(t);n&&(e.append(this.children[i].split(n),0),this.children[i].merge(n,this.children[i].length,null,!1,0,0),i++);for(let t=i;t<this.children.length;t++)e.append(this.children[t],0);for(;i>0&&0==this.children[i-1].length;)this.children[--i].destroy();return this.children.length=i,this.markDirty(),this.length=t,e}transferDOM(t){this.dom&&(this.markDirty(),t.setDOM(this.dom),t.prevAttrs=void 0===this.prevAttrs?this.attrs:this.prevAttrs,this.prevAttrs=void 0,this.dom=null)}setDeco(t){ta(this.attrs,t)||(this.dom&&(this.prevAttrs=this.attrs,this.markDirty()),this.attrs=t)}append(t,e){!function t(e,i,n){let s,{children:r}=e;n>0&&i instanceof te&&r.length&&(s=r[r.length-1])instanceof te&&s.mark.eq(i.mark)?t(s,i.children[0],n-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 ts(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&&(th(this.dom,this.prevAttrs,this.attrs),this.dom.classList.add("cm-line"),this.prevAttrs=void 0),super.sync(t,e);let n=this.dom.lastChild;for(;n&&F.get(n)instanceof te;)n=n.lastChild;if(!n||!this.length||"BR"!=n.nodeName&&(null==(i=F.get(n))?void 0:i.isEditable)==!1&&(!Q.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 n=w(i.dom);if(1!=n.length)return null;t+=n[0].width,e=n[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 n=(e-t.textHeight)/2;return{top:i.top+n,bottom:i.bottom-n,left:i.left,right:i.left}}}return i}become(t){return t instanceof tw&&0==this.children.length&&0==t.children.length&&ta(this.attrs,t.attrs)&&this.breakAfter==t.breakAfter}covers(){return!0}static find(t,e){for(let i=0,n=0;i<t.children.length;i++){let s=t.children[i],r=n+s.length;if(r>=e){if(s instanceof tw)return s;if(r>e)break}n=r+s.breakAfter}return null}}class ty extends F{constructor(t,e,i){super(),this.widget=t,this.length=e,this.deco=i,this.breakAfter=0,this.prevWidget=null}merge(t,e,i,n,s,r){return(!i||i instanceof ty&&!!this.widget.compare(i.widget)&&(!(t>0)||!(s<=0))&&(!(e<this.length)||!(r<=0)))&&(this.length=t+(i?i.length:0)+(this.length-e),!0)}domAtPos(t){return 0==t?N.before(this.dom):N.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.EY.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:C(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,n){this.doc=t,this.pos=e,this.end=i,this.disallowBlockEffectsFor=n,this.content=[],this.curLine=null,this.breakAtStart=0,this.pendingBuffer=0,this.bufferMarks=[],this.atCursorPos=!0,this.openStart=-1,this.openEnd=-1,this.text="",this.textOff=0,this.cursor=t.iter(),this.skip=e}posCovered(){if(0==this.content.length)return!this.breakAtStart&&this.doc.lineAt(this.pos).from!=this.pos;let t=this.content[this.content.length-1];return!(t.breakAfter||t instanceof 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(tk(new tn(-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:n}=this.cursor.next(this.skip);if(this.skip=0,n)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 n=Math.min(this.text.length-this.textOff,t,512);this.flushBuffer(e.slice(e.length-i)),this.getLine().append(tk(new tt(this.text.slice(this.textOff,this.textOff+n)),e),i),this.atCursorPos=!0,this.textOff+=n,t-=n,i=0}}span(t,e,i,n){this.buildText(e-t,i,n),this.pos=e,this.openStart<0&&(this.openStart=n)}point(t,e,i,n,s,r){if(this.disallowBlockEffectsFor[r]&&i instanceof tm){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 tm)if(i.block)i.startSide>0&&!this.posCovered()&&this.getLine(),this.addBlockWidget(new ty(i.widget||tS.block,o,i));else{let r=ti.create(i.widget||tS.inline,o,o?0:i.startSide),l=this.atCursorPos&&!r.isEditable&&s<=n.length&&(t<e||i.startSide>0),a=!r.isEditable&&(t<e||s>n.length||i.startSide<=0),h=this.getLine();2!=this.pendingBuffer||l||r.isEditable||(this.pendingBuffer=0),this.flushBuffer(n),l&&(h.append(tk(new tn(1),n),s),s=n.length+Math.max(0,s-n.length)),h.append(tk(r,n),s),this.atCursorPos=a,this.pendingBuffer=a?t<e||s>n.length?1:2:0,this.pendingBuffer&&(this.bufferMarks=n.slice())}else this.doc.lineAt(this.pos).from==this.pos&&this.getLine().addLineDeco(i);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=s)}static build(t,e,i,n,s){let r=new tx(t,e,i,s);return r.openEnd=l.om.spans(n,e,i,r),r.openStart<0&&(r.openStart=r.openEnd),r.finish(r.openEnd),r}}function tk(t,e){for(let i of e)t=new te(i,[t],t.length);return t}class tS 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}}tS.inline=new tS("span"),tS.block=new tS("div");var tC=((r=tC||(tC={}))[r.LTR=0]="LTR",r[r.RTL=1]="RTL",r);let tA=tC.LTR,tM=tC.RTL;function tO(t){let e=[];for(let i=0;i<t.length;i++)e.push(1<<t[i]);return e}let tD=tO("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),tT=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 tL(t){return t<=247?tD[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?tT[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 tB{get dir(){return this.level%2?tM:tA}constructor(t,e,i){this.from=t,this.to=e,this.level=i}side(t,e){return this.dir==e==t?this.to:this.from}forward(t,e){return t==(this.dir==e)}static find(t,e,i,n){let s=-1;for(let r=0;r<t.length;r++){let o=t[r];if(o.from<=e&&o.to>=e){if(o.level==i)return r;(s<0||(0!=n?n<0?o.from<e:o.to>e:t[s].level>o.level))&&(s=r)}}if(s<0)throw RangeError("Index out of range");return s}}let tN=[];function tI(t){return[new tB(0,t,0)]}let tF="",tH=l.sj.define(),tz=l.sj.define(),tV=l.sj.define(),tW=l.sj.define(),t_=l.sj.define(),tj=l.sj.define(),tq=l.sj.define(),tK=l.sj.define(),t$=l.sj.define(),tU=l.sj.define({combine:t=>t.some(t=>t)}),tY=l.sj.define({combine:t=>t.some(t=>t)}),tJ=l.sj.define();class tG{constructor(t,e="nearest",i="nearest",n=5,s=5,r=!1){this.range=t,this.y=e,this.x=i,this.yMargin=n,this.xMargin=s,this.isSnapshot=r}map(t){return t.empty?this:new tG(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 tG(l.OF.cursor(t.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}let tZ=l.Pe.define({map:(t,e)=>t.map(e)}),tX=l.Pe.define();function tQ(t,e,i){let n=t.facet(tW);n.length?n[0](e):window.onerror?window.onerror(String(e),i,void 0,void 0,e):i?console.error(i+":",e):console.error(e)}let t0=l.sj.define({combine:t=>!t.length||t[0]}),t1=0,t2=l.sj.define();class t3{constructor(t,e,i,n,s){this.id=t,this.create=e,this.domEventHandlers=i,this.domEventObservers=n,this.extension=s(this)}static define(t,e){let{eventHandlers:i,eventObservers:n,provide:s,decorations:r}=e||{};return new t3(t1++,t,i,n,t=>{let e=[t2.of(t)];return r&&e.push(t9.of(e=>{let i=e.plugin(t);return i?r(i):td.none})),s&&e.push(s(t)),e})}static fromClass(t,e){return t3.define(e=>new t(e),e)}}class t8{constructor(t){this.spec=t,this.mustUpdate=null,this.value=null}update(t){if(this.value){if(this.mustUpdate){let t=this.mustUpdate;if(this.mustUpdate=null,this.value.update)try{this.value.update(t)}catch(e){if(tQ(t.state,e,"CodeMirror plugin crashed"),this.value.destroy)try{this.value.destroy()}catch(t){}this.deactivate()}}}else if(this.spec)try{this.value=this.spec.create(t)}catch(e){tQ(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){tQ(t.state,e,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}let t4=l.sj.define(),t5=l.sj.define(),t9=l.sj.define(),t6=l.sj.define(),t7=l.sj.define(),et=l.sj.define();function ee(t,e){let i=t.state.facet(et);if(!i.length)return i;let n=i.map(e=>e instanceof Function?e(t):e),s=[];return l.om.spans(n,e.from,e.to,{point(){},span(t,i,n,r){let o=t-e.from,l=i-e.from,a=s;for(let t=n.length-1;t>=0;t--,r--){let i=n[t].spec.bidiIsolate,s;if(null==i&&(i=function(t,e,i){for(let n=e;n<i;n++){let e=tL(t.charCodeAt(n));if(1==e)break;if(2==e||4==e)return tM}return tA}(e.text,o,l)),r>0&&a.length&&(s=a[a.length-1]).to==o&&s.direction==i)s.to=l,a=s.inner;else{let t={from:o,to:l,direction:i,inner:[]};a.push(t),a=t.inner}}}}),s}let ei=l.sj.define();function en(t){let e=0,i=0,n=0,s=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&&(n=Math.max(n,o.top)),null!=o.bottom&&(s=Math.max(s,o.bottom)))}return{left:e,right:i,top:n,bottom:s}}let es=l.sj.define();class er{constructor(t,e,i,n){this.fromA=t,this.toA=e,this.fromB=i,this.toB=n}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 n=t[e-1];if(!(n.fromA>i.toA)){if(n.toA<i.fromA)break;i=i.join(n),t.splice(e-1,1)}}return t.splice(e,0,i),t}static extendWithRanges(t,e){if(0==e.length)return t;let i=[];for(let n=0,s=0,r=0,o=0;;n++){let l=n==t.length?null:t[n],a=r-o,h=l?l.fromB:1e9;for(;s<e.length&&e[s]<h;){let t=e[s],n=e[s+1],r=Math.max(o,t),l=Math.min(h,n);if(r<=l&&new er(r+a,l+a,r,l).addToSet(i),n>h)break;s+=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 n of(this.view=t,this.state=e,this.transactions=i,this.flags=0,this.startState=t.state,this.changes=l.VR.empty(this.startState.doc.length),i))this.changes=this.changes.compose(n.changes);let n=[];this.changes.iterChangedRanges((t,e,i,s)=>n.push(new er(t,e,i,s))),this.changedRanges=n}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 F{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,n,s,r,o;let a,h,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,n=this.hasComposition,a=!1,n&&i.iterChangedRanges((t,e)=>{t<n.to&&e>n.from&&(a=!0)}),a||t.selectionSet||(u=t.state.selection.main.head)));let d=u>-1?function(t,e,i){let n=ea(t,i);if(!n)return null;let{node:s,from:r,to:o}=n,l=s.nodeValue;if(/[\n\r]/.test(l)||t.state.doc.sliceString(n.from,n.to)!=l)return null;let a=e.invertedDesc,h=new er(a.mapPos(r),a.mapPos(o),r,o),c=[];for(let e=s.parentNode;;e=e.parentNode){let i=F.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:h,text:s,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 n=t.attributes[i];e[n.name]=n.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,(Q.ie||Q.chrome)&&!d&&t&&t.state.doc.lines!=t.startState.doc.lines&&(this.forceSelection=!0);let f=(s=this.decorations,r=this.updateDeco(),o=t.changes,h=new eh,l.om.compare(s,r,o,h),h.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:n}=this.view;n.ignore(()=>{this.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let t=Q.chrome||Q.ios?{node:n.selectionRange.focusNode,written:!1}:void 0;this.sync(this.view,t),this.flags&=-8,t&&(t.written||n.selectionRange.focusNode!=t.node)&&(this.forceSelection=!0),this.dom.style.height=""}),this.markedForComposition.forEach(t=>t.flags&=-9);let s=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let t of this.children)t instanceof ty&&t.widget instanceof tb&&s.push(t.dom);n.updateGaps(s)}updateChildren(t,e,i){let n=i?i.range.addToSet(t.slice()):t,s=this.childCursor(e);for(let t=n.length-1;;t--){let e=t>=0?n[t]:null;if(!e)break;let{fromA:r,toA:o,fromB:l,toB:a}=e,h,c,u,d;if(i&&i.range.fromB<a&&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,a,this.decorations,this.dynamicDecorationMap);c=t.breakAtStart,u=t.openStart,d=e.openEnd;let n=this.compositionView(i);e.breakAtStart?n.breakAfter=1:e.content.length&&n.merge(n.length,n.length,e.content[0],!1,e.openStart,0)&&(n.breakAfter=e.content[0].breakAfter,e.content.shift()),t.content.length&&n.merge(0,0,t.content[t.content.length-1],!0,0,t.openEnd)&&t.content.pop(),h=t.content.concat(n).concat(e.content)}else({content:h,breakAtStart:c,openStart:u,openEnd:d}=tx.build(this.view.state.doc,l,a,this.decorations,this.dynamicDecorationMap));let{i:f,off:p}=s.findPos(o,1),{i:m,off:g}=s.findPos(r,-1);V(this,m,g,f,p,h,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(tX)&&(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=F.get(t);i&&i!=e&&(i.dom=null),e.setDOM(t)},i=this.childPos(t.range.fromB,1),n=this.children[i.i];e(t.line,n);for(let s=t.marks.length-1;s>=-1;s--)i=n.childPos(i.off,1),n=n.children[i.i],e(s>=0?t.marks[s].node:t.text,n)}updateSelection(t=!1,e=!1){var i;(t||!this.view.observer.selectionRange.focusNode)&&this.view.observer.readSelectionRange();let n=this.view.root.activeElement,s=n==this.dom,r=!s&&!(this.view.state.facet(t0)||this.dom.tabIndex>-1)&&v(this.dom,this.view.observer.selectionRange)&&!(n&&this.dom.contains(n));if(!(s||e||r))return;let o=this.forceSelection;this.forceSelection=!1;let l=this.view.state.selection.main,a=this.moveToLine(this.domAtPos(l.anchor)),h=l.empty?a:this.moveToLine(this.domAtPos(l.head));if(Q.gecko&&l.empty&&!this.hasComposition&&1==(i=a).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(()=>a.node.insertBefore(t,a.node.childNodes[a.offset]||null)),a=h=new N(t,0),o=!0}let c=this.view.observer.selectionRange;!o&&c.focusNode&&(y(a.node,a.offset,c.anchorNode,c.anchorOffset)&&y(h.node,h.offset,c.focusNode,c.focusOffset)||this.suppressWidgetCursorChange(c,l))||(this.view.observer.ignore(()=>{Q.android&&Q.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=m(this.view.root);if(t)if(l.empty){if(Q.gecko){var e,i;let t=(e=a.node,i=a.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:B)(a.node,a.offset);e&&(a=new N(e.node,e.offset))}}t.collapse(a.node,a.offset),null!=l.bidiLevel&&void 0!==t.caretBidiLevel&&(t.caretBidiLevel=l.bidiLevel)}else if(t.extend){t.collapse(a.node,a.offset);try{t.extend(h.node,h.offset)}catch(t){}}else{let e=document.createRange();l.anchor>l.head&&([a,h]=[h,a]),e.setEnd(h.node,h.offset),e.setStart(a.node,a.offset),t.removeAllRanges(),t.addRange(e)}r&&this.view.root.activeElement==this.dom&&(this.dom.blur(),n&&n.focus())}),this.view.observer.setSelectionRange(a,h)),this.impreciseAnchor=a.precise?null:new N(c.anchorNode,c.anchorOffset),this.impreciseHead=h.precise?null:new N(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=m(t.root),{anchorNode:n,anchorOffset:s}=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),a=this.coordsAt(e.head,1);if(!l||!a||l.bottom>a.top)return;let h=this.domAtPos(e.head+e.assoc);i.collapse(h.node,h.offset),i.modify("move",e.assoc<0?"forward":"backward","lineboundary"),t.observer.readSelectionRange();let c=t.observer.selectionRange;t.docView.posFromDOM(c.anchorNode,c.anchorOffset)!=e.from&&i.collapse(n,s)}moveToLine(t){let e=this.dom,i;if(t.node!=e)return t;for(let n=t.offset;!i&&n<e.childNodes.length;n++){let t=F.get(e.childNodes[n]);t instanceof tw&&(i=t.domAtPos(0))}for(let n=t.offset-1;!i&&n>=0;n--){let t=F.get(e.childNodes[n]);t instanceof tw&&(i=t.domAtPos(t.length))}return i?new N(i.node,i.offset,!0):t}nearest(t){for(let e=t;e;){let t=F.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,n=0;for(let s=this.length,r=this.children.length-1;r>=0;r--){let o=this.children[r],l=s-o.breakAfter,a=l-o.length;if(l<t)break;if(a<=t&&(a<t||o.covers(-1))&&(l>t||o.covers(1))&&(!i||o instanceof tw&&!(i instanceof tw&&e>=0)))i=o,n=a;else if(i&&a==t&&l==t&&o instanceof ty&&2>Math.abs(e))if(o.deco.startSide<0)break;else r&&(i=null);s=a}return i?i.coordsAt(t-n,e):null}coordsForChar(t){let{i:e,off:i}=this.childPos(t,1),n=this.children[e];if(!(n instanceof tw))return null;for(;n.children.length;){let{i:t,off:e}=n.childPos(i,1);for(;;t++){if(t==n.children.length)return null;if((n=n.children[t]).length)break}i=e}if(!(n instanceof tt))return null;let s=(0,l.zK)(n.text,i);if(s==i)return null;let r=T(n.dom,i,s).getClientRects();for(let t=0;t<r.length;t++){let e=r[t];if(t==r.length-1||e.top<e.bottom&&e.left<e.right)return e}return null}measureVisibleLineHeights(t){let e=[],{from:i,to:n}=t,s=this.view.contentDOM.clientWidth,r=s>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,o=-1,l=this.view.textDirection==tC.LTR;for(let t=0,a=0;a<this.children.length;a++){let h=this.children[a],c=t+h.length;if(c>n)break;if(t>=i){let i=h.dom.getBoundingClientRect();if(e.push(i.height),r){let e=h.dom.lastChild,n=e?w(e):[];if(n.length){let e=n[n.length-1],r=l?e.right-i.left:i.right-e.left;r>o&&(o=r,this.minWidth=s,this.minWidthFrom=t,this.minWidthTo=c)}}}t=c+h.breakAfter}return e}textDirectionAt(t){let{i:e}=this.childPos(t,1);return"rtl"==getComputedStyle(this.children[e].dom).direction?tC.RTL:tC.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,n;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 s=w(t.firstChild)[0];e=t.getBoundingClientRect().height,i=s?s.width/27:7,n=s?s.height:e,t.remove()}),{lineHeight:e,charWidth:i,textHeight:n}}childCursor(t=this.length){let e=this.children.length;return e&&(t-=this.children[--e].length),new z(this.children,t,e)}computeBlockGapDeco(){let t=[],e=this.view.viewState;for(let i=0,n=0;;n++){let s=n==e.viewports.length?null:e.viewports[n],r=s?s.from-1:this.length;if(r>i){let n=(e.lineBlockAt(r).bottom-e.lineBlockAt(i).top)/this.view.scaleY;t.push(td.replace({widget:new tb(n),block:!0,inclusive:!0,isBlockGap:!0}).range(i,r))}if(!s)break;i=s.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,n=this.view.state.facet(t6).map((t,e)=>{let n="function"==typeof t;return n&&(i=!0),n?t(this.view):t});for(n.length&&(this.dynamicDecorationMap[t++]=i,e.push(l.om.join(n))),this.decorations=[this.editContextFormatting,...e,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];t<this.decorations.length;)this.dynamicDecorationMap[t++]=!1;return this.decorations}scrollIntoView(t){if(t.isSnapshot){let e=this.view.viewState.lineBlockAt(t.range.head);this.view.scrollDOM.scrollTop=e.top-t.yMargin,this.view.scrollDOM.scrollLeft=t.xMargin;return}for(let e of this.view.state.facet(tJ))try{if(e(this.view,t.range,t))return!0}catch(t){tQ(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),n;if(!i)return;!e.empty&&(n=this.coordsAt(e.anchor,e.anchor>e.head?-1:1))&&(i={left:Math.min(i.left,n.left),top:Math.min(i.top,n.top),right:Math.max(i.right,n.right),bottom:Math.max(i.bottom,n.bottom)});let s=en(this.view),r={left:i.left-s.left,top:i.top-s.top,right:i.right+s.right,bottom:i.bottom+s.bottom},{offsetWidth:o,offsetHeight:l}=this.view.scrollDOM;!function(t,e,i,n,s,r,o,l){let a=t.ownerDocument,h=a.defaultView||window;for(let c=t,u=!1;c&&!u;)if(1==c.nodeType){let t,d=c==a.body,f=1,p=1;if(d)t=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}}(h);else{if(/^(fixed|sticky)$/.test(getComputedStyle(c).position)&&(u=!0),c.scrollHeight<=c.clientHeight&&c.scrollWidth<=c.clientWidth){c=c.assignedSlot||c.parentNode;continue}let e=c.getBoundingClientRect();({scaleX:f,scaleY:p}=A(c,e)),t={left:e.left,right:e.left+c.clientWidth*f,top:e.top,bottom:e.top+c.clientHeight*p}}let m=0,g=0;if("nearest"==s)e.top<t.top?(g=e.top-(t.top+o),i>0&&e.bottom>t.bottom+g&&(g=e.bottom-t.bottom+o)):e.bottom>t.bottom&&(g=e.bottom-t.bottom+o,i<0&&e.top-g<t.top&&(g=e.top-(t.top+o)));else{let n=e.bottom-e.top,r=t.bottom-t.top;g=("center"==s&&n<=r?e.top+n/2-r/2:"start"==s||"center"==s&&i<0?e.top-o:e.bottom-r+o)-t.top}if("nearest"==n?e.left<t.left?(m=e.left-(t.left+r),i>0&&e.right>t.right+m&&(m=e.right-t.right+r)):e.right>t.right&&(m=e.right-t.right+r,i<0&&e.left<t.left+m&&(m=e.left-(t.left+r))):m=("center"==n?e.left+(e.right-e.left)/2-(t.right-t.left)/2:"start"==n==l?e.left-r:e.right-(t.right-t.left)+r)-t.left,m||g)if(d)h.scrollBy(m,g);else{let t=0,i=0;if(g){let t=c.scrollTop;c.scrollTop+=g/p,i=(c.scrollTop-t)*p}if(m){let e=c.scrollLeft;c.scrollLeft+=m/f,t=(c.scrollLeft-e)*f}e={left:e.left-t,top:e.top-i,right:e.right-t,bottom:e.bottom-i},t&&1>Math.abs(t-m)&&(n="nearest"),i&&1>Math.abs(i-g)&&(s="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==tC.LTR)}}function ea(t,e){let i=t.observer.selectionRange;if(!i.focusNode)return null;let n=P(i.focusNode,i.focusOffset),s=B(i.focusNode,i.focusOffset),r=n||s;if(s&&n&&s.node!=n.node){let e=F.get(s.node);if(!e||e instanceof tt&&e.text!=s.node.nodeValue)r=s;else if(t.docView.lastCompositionAfterCursor){let t=F.get(n.node);!t||t instanceof tt&&t.text!=n.node.nodeValue||(r=s)}}if(t.docView.lastCompositionAfterCursor=r!=n,!r)return null;let o=e-r.offset;return{from:o,to:o+r.node.nodeValue.length,node:r.node}}let eh=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 n=t.nodeValue.length,s=-1,r=1e9,o=0;for(let l=0;l<n;l++){let n=T(t,l,l+1).getClientRects();for(let a=0;a<n.length;a++){let h=n[a];if(h.top==h.bottom)continue;o||(o=e-h.left);let c=(h.top>i?h.top-i:i-h.bottom)-1;if(h.left-1<=e&&h.right+1>=e&&c<r){let i=e>=(h.left+h.right)/2,n=i;if((Q.chrome||Q.gecko)&&T(t,l).getBoundingClientRect().left==h.right&&(n=!i),c<=0)return{node:t,offset:l+ +!!n};s=l+ +!!n,r=c}}}return{node:t,offset:s>-1?s:o>0?t.nodeValue.length:0}}function ep(t,e,i,n=-1){var s,r;let o=t.contentDOM.getBoundingClientRect(),l=o.top+t.viewState.paddingTop,a,{docHeight:h}=t.viewState,{x:c,y:u}=e,d=u-l;if(d<0)return 0;if(d>h)return t.state.doc.length;for(let e=t.viewState.heightOracle.textHeight/2,s=!1;(a=t.elementAtHeight(d)).type!=tu.Text;)for(;!((d=n>0?a.bottom+e:a.top-e)>=0)||!(d<=h);){if(s)return i?null:0;s=!0,n=-n}u=l+d;let f=a.from;if(f<t.viewport.from)return 0==t.viewport.from?0:i?null:em(t,o,a,c,u);if(f>t.viewport.to)return t.viewport.to==t.state.doc.length?t.state.doc.length:i?null:em(t,o,a,c,u);let p=t.dom.ownerDocument,m=t.root.elementFromPoint?t.root:p,g=m.elementFromPoint(c,u);g&&!t.contentDOM.contains(g)&&(g=null),!g&&(c=Math.max(o.left+1,Math.min(o.right-1,c)),(g=m.elementFromPoint(c,u))&&!t.contentDOM.contains(g)&&(g=null));let v,y=-1;if(g&&(null==(s=t.docView.nearest(g))?void 0:s.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)||Q.safari&&function(t,e,i){let n;if(3!=t.nodeType||e!=(n=t.nodeValue.length))return!1;for(let e=t.nextSibling;e;e=e.nextSibling)if(1!=e.nodeType||"BR"!=e.nodeName)return!1;return T(t,n-1,n).getBoundingClientRect().left>i}(v,y,c)||Q.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():T(t,0,Math.max(t.nodeValue.length,1)).getBoundingClientRect()).left>5}(v,y,c))&&(v=void 0))}v&&(y=Math.min(S(v),y))}if(!v||!t.docView.dom.contains(v)){let e=tw.find(t.docView,f);if(!e)return d>a.top+a.height/2?a.to:a.from;({node:v,offset:y}=function t(e,i,n){let s,r,o,l,a,h,c,u,d=!1;for(let m=e.firstChild;m;m=m.nextSibling){let e=w(m);for(let g=0;g<e.length;g++){var f,p;let v=e[g];h&&ec(h,v)&&(v=eu(ed(v,h.bottom),h.top));let w=(f=v).left>i?f.left-i:Math.max(0,i-f.right),y=(p=v).top>n?p.top-n:Math.max(0,n-p.bottom);if(0==w&&0==y)return 3==m.nodeType?ef(m,i,n):t(m,i,n);if(!a||u>y||u==y&&c>w){a=m,h=v,c=w,u=y;let t=y?n<v.top?-1:1:w?i<v.left?-1:1:0;d=!t||(t>0?g<e.length-1:g>0)}0==w?n>v.bottom&&(!o||o.bottom<v.bottom)?(s=m,o=v):n<v.top&&(!l||l.top>v.top)&&(r=m,l=v):o&&ec(o,v)?o=ed(o,v.bottom):l&&ec(l,v)&&(l=eu(l,v.top))}}if(o&&o.bottom>=n?(a=s,h=o):l&&l.top<=n&&(a=r,h=l),!a)return{node:e,offset:0};let m=Math.max(h.left,Math.min(h.right,i));if(3==a.nodeType)return ef(a,m,n);if(d&&"false"!=a.contentEditable)return t(a,m,n);let g=Array.prototype.indexOf.call(e.childNodes,a)+ +(i>=(h.left+h.right)/2);return{node:e,offset:g}}(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 em(t,e,i,n,s){let r=Math.round((n-e.left)*t.defaultCharacterWidth);if(t.lineWrapping&&i.height>1.5*t.defaultLineHeight){let e=t.viewState.heightOracle.textHeight;r+=Math.floor((s-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.kn)(o,r,t.state.tabSize)}function eg(t,e){let i=t.lineBlockAt(e);if(Array.isArray(i.type)){for(let t of i.type)if(t.to>e||t.to==e&&(t.to==i.to||t.type==tu.Text))return t}return i}function ev(t,e,i,n){let s=t.state.doc.lineAt(e.head),r=t.bidiSpans(s),o=t.textDirectionAt(s.from);for(let a=e,h=null;;){let e=function(t,e,i,n,s){var r;let o=n.head-t.from,a=tB.find(e,o,null!=(r=n.bidiLevel)?r:-1,n.assoc),h=e[a],c=h.side(s,i);if(o==c){let t=a+=s?1:-1;if(t<0||t>=e.length)return null;o=(h=e[a=t]).side(!s,i),c=h.side(s,i)}let u=(0,l.zK)(t.text,o,h.forward(s,i));(u<h.from||u>h.to)&&(u=c),tF=t.text.slice(Math.min(o,u),Math.max(o,u));let d=a==(s?e.length-1:0)?null:e[a+(s?1:-1)];return d&&u==c&&d.level+ +!s<h.level?l.OF.cursor(d.side(!s,i)+t.from,d.forward(s,i)?1:-1,d.level):l.OF.cursor(u+t.from,h.forward(s,i)?-1:1,h.level)}(s,r,o,a,i),c=tF;if(!e){if(s.number==(i?t.state.doc.lines:1))return a;c="\n",s=t.state.doc.line(s.number+(i?1:-1)),r=t.bidiSpans(s),e=t.visualLineSide(s,!i)}if(h){if(!h(c))return a}else{if(!n)return e;h=n(c)}a=e}}function ew(t,e,i){for(;;){let n=0;for(let s of t)s.between(e-1,e+1,(t,s,r)=>{if(e>t&&e<s){let r=n||i||(e-t<s-e?-1:1);e=r<0?t:s,n=r}});if(!n)return e}}function ey(t,e,i){let n=ew(t.state.facet(t7).map(e=>e(t)),i.from,e.head>i.from?-1:1);return n==i.from?i:l.OF.cursor(n,n<i.from?1:-1)}class eb{constructor(t,e){this.points=t,this.text="",this.lineSeparator=e.facet(l.$t.lineSeparator)}append(t){this.text+=t}lineBreak(){this.text+=""}readRange(t,e){if(!t)return this;let i=t.parentNode;for(let n=t;;){this.findPointBefore(i,n);let t=this.text.length;this.readNode(n);let s=n.nextSibling;if(s==e)break;let r=F.get(n),o=F.get(s);(r&&o?r.breakAfter:(r?r.breakAfter:x(n))||x(s)&&("BR"!=n.nodeName||n.cmIgnore)&&this.text.length>t)&&this.lineBreak(),n=s}return this.findPointBefore(i,e),this}readTextNode(t){let e=t.nodeValue;for(let i of this.points)i.node==t&&(i.pos=this.text.length+Math.min(i.offset,e.length));for(let i=0,n=this.lineSeparator?null:/\r\n?|\n/g;;){let s=-1,r=1,o;if(this.lineSeparator?(s=e.indexOf(this.lineSeparator,i),r=this.lineSeparator.length):(o=n.exec(e))&&(s=o.index,r=o[0].length),this.append(e.slice(i,s<0?e.length:s)),s<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=s+r}}readNode(t){if(t.cmIgnore)return;let e=F.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<S(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 ek{constructor(t,e,i,n){this.typeOver=n,this.bounds=null,this.text="",this.domChanged=e>-1;let{impreciseHead:s,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=s||r?[]:function(t){let e=[];if(t.root.activeElement!=t.contentDOM)return e;let{anchorNode:i,anchorOffset:n,focusNode:s,focusOffset:r}=t.observer.selectionRange;return i&&(e.push(new ex(i,n)),(s!=i||r!=n)&&e.push(new ex(s,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,n=2==t.length?t[1].pos:i;return i>-1&&n>-1?l.OF.single(i+e,n+e):null}(e,this.bounds.from)}else{let e=t.observer.selectionRange,i=s&&s.node==e.focusNode&&s.offset==e.focusOffset||!g(t.contentDOM,e.focusNode)?t.state.selection.main.head:t.docView.posFromDOM(e.focusNode,e.focusOffset),n=r&&r.node==e.anchorNode&&r.offset==e.anchorOffset||!g(t.contentDOM,e.anchorNode)?t.state.selection.main.anchor:t.docView.posFromDOM(e.anchorNode,e.anchorOffset),o=t.viewport;if((Q.ios||Q.chrome)&&t.state.selection.main.empty&&i!=n&&(o.from>0||o.to<t.state.doc.length)){let e=Math.min(i,n),s=Math.max(i,n),r=o.from-e,l=o.to-s;(0==r||1==r||0==e)&&(0==l||-1==l||s==t.state.doc.length)&&(i=0,n=t.state.doc.length)}this.newSel=l.OF.single(n,i)}}}function eS(t,e){let i,{newSel:n}=e,s=t.state.selection.main,r=t.inputState.lastKeyTime>Date.now()-100?t.inputState.lastKeyCode:-1;if(e.bounds){let{from:n,to:o}=e.bounds,a=s.from,h=null;(8===r||Q.android&&e.text.length<o-n)&&(a=s.to,h="end");let c=function(t,e,i,n){let s=Math.min(t.length,e.length),r=0;for(;r<s&&t.charCodeAt(r)==e.charCodeAt(r);)r++;if(r==s&&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"==n){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(n,o,""),e.text,a-n,h);c&&(Q.chrome&&13==r&&c.toB==c.from+2&&""==e.text.slice(c.from,c.toB)&&c.toB--,i={from:n+c.from,to:n+c.toA,insert:l.EY.of(e.text.slice(c.from,c.toB).split(""))})}else n&&(!t.hasFocus&&t.state.facet(t0)||n.main.eq(s))&&(n=null);if(!i&&!n)return!1;if(!i&&e.typeOver&&!s.empty&&n&&n.main.empty?i={from:s.from,to:s.to,insert:t.state.doc.slice(s.from,s.to)}:(Q.mac||Q.android)&&i&&i.from==i.to&&i.from==s.head-1&&/^\. ?$/.test(i.insert.toString())&&"off"==t.contentDOM.getAttribute("autocorrect")?(n&&2==i.insert.length&&(n=l.OF.single(n.main.anchor-1,n.main.head-1)),i={from:i.from,to:i.to,insert:l.EY.of([i.insert.toString().replace("."," ")])}):i&&i.from>=s.from&&i.to<=s.to&&(i.from!=s.from||i.to!=s.to)&&s.to-s.from-(i.to-i.from)<=4?i={from:s.from,to:s.to,insert:t.state.doc.slice(s.from,i.from).append(i.insert).append(t.state.doc.slice(i.to,s.to))}:Q.chrome&&i&&i.from==i.to&&i.from==s.head&&"\n "==i.insert.toString()&&t.lineWrapping&&(n&&(n=l.OF.single(n.main.anchor-1,n.main.head-1)),i={from:s.from,to:s.to,insert:l.EY.of([" "])}),i)return eC(t,i,n,r);if(!n||n.main.eq(s))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:n,scrollIntoView:e,userEvent:i}),!0}}function eC(t,e,i,n=-1){let s;if(Q.ios&&t.inputState.flushIOSKey(e))return!0;let r=t.state.selection.main;if(Q.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==n&&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 a=()=>s||(s=function(t,e,i){let n,s=t.state,r=s.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?s.sliceDoc(r.from,e.from):"",o=r.to>e.to?s.sliceDoc(e.to,r.to):"";n=s.replaceSelection(t.state.toText(i+e.insert.sliceString(0,void 0,t.state.lineBreak)+o))}else{let o=s.changes(e),a=i&&i.main.to<=o.newLength?i.main:void 0;if(s.selection.ranges.length>1&&t.inputState.composing>=0&&e.to<=r.to&&e.to>=r.to-10){let h=t.state.sliceDoc(e.from,e.to),c,u=i&&ea(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;n=s.changeByRange(i=>{if(i.from==r.from&&i.to==r.to)return{changes:o,range:a||i.map(o)};let n=i.to-d,u=n-h.length;if(i.to-i.from!=f||t.state.sliceDoc(u,n)!=h||i.to>=c.from&&i.from<=c.to)return{range:i};let p=s.changes({from:u,to:n,insert:e.insert}),m=i.to-r.to;return{changes:p,range:a?l.OF.range(Math.max(0,a.anchor+m),Math.max(0,a.head+m)):i.map(p)}})}else n={changes:o,selection:a&&s.selection.replaceRange(a)}}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)),s.update(n,{userEvent:o,scrollIntoView:!0})}(t,e,i));return t.state.facet(tj).some(i=>i(t,e.from,e.to,o,a))||t.dispatch(a()),!0}class eA{setSelectionOrigin(t){this.lastSelectionOrigin=t,this.lastSelectionTime=Date.now()}constructor(t){this.view=t,this.lastKeyCode=0,this.lastKeyTime=0,this.lastTouchTime=0,this.lastFocusTime=0,this.lastScrollTop=0,this.lastScrollLeft=0,this.pendingIOSKey=void 0,this.tabFocusMode=-1,this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastContextMenu=0,this.scrollHandlers=[],this.handlers=Object.create(null),this.composing=-1,this.compositionFirstChange=null,this.compositionEndedAt=0,this.compositionPendingKey=!1,this.compositionPendingChange=!1,this.mouseSelection=null,this.draggedContent=null,this.handleEvent=this.handleEvent.bind(this),this.notifiedFocused=t.hasFocus,Q.safari&&t.contentDOM.addEventListener("input",()=>null),Q.gecko&&function(t){eG.has(t)||(eG.add(t),t.addEventListener("copy",()=>{}),t.addEventListener("cut",()=>{}))}(t.contentDOM.ownerDocument)}handleEvent(t){!function(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let i=e.target,n;i!=t.contentDOM;i=i.parentNode)if(!i||11==i.nodeType||(n=F.get(i))&&n.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;if(t&&t.domEventHandlers)for(let n in t.domEventHandlers){let s=t.domEventHandlers[n];s&&i(n).handlers.push(eM(e.value,s))}if(t&&t.domEventObservers)for(let n in t.domEventObservers){let s=t.domEventObservers[n];s&&i(n).observers.push(eM(e.value,s))}}for(let t in eL)i(t).handlers.push(eL[t]);for(let t in eP)i(t).observers.push(eP[t]);return e}(t),i=this.handlers,n=this.view.contentDOM;for(let t in e)if("scroll"!=t){let s=!e[t].handlers.length,r=i[t];r&&!r.handlers.length!=s&&(n.removeEventListener(t,this.handleEvent),r=null),r||n.addEventListener(t,this.handleEvent,{passive:s})}for(let t in i)"scroll"==t||e[t]||n.removeEventListener(t,this.handleEvent);this.handlers=e}keydown(t){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>eT.indexOf(t.keyCode)&&(this.tabFocusMode=-1),Q.android&&Q.chrome&&!t.synthetic&&(13==t.keyCode||8==t.keyCode))?(this.view.observer.delayAndroidKey(t.key,t.keyCode),!0):Q.ios&&!t.synthetic&&!t.altKey&&!t.metaKey&&((e=eO.find(e=>e.keyCode==t.keyCode))&&!t.ctrlKey||eD.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||!!(Q.safari&&!Q.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 eM(t,e){return(i,n)=>{try{return e.call(t,n,i)}catch(t){tQ(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"}],eD="dthko",eT=[16,17,18,20,91,92,224,225];function eE(t){return .7*Math.max(0,t)+8}class eR{constructor(t,e,i,n){this.view=t,this.startEvent=e,this.style=i,this.mustSelect=n,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=e,this.scrollParents=function(t){let e=t.ownerDocument,i,n;for(let s=t.parentNode;s;)if(s==e.body||i&&n)break;else if(1==s.nodeType)!n&&s.scrollHeight>s.clientHeight&&(n=s),!i&&s.scrollWidth>s.clientWidth&&(i=s),s=s.assignedSlot||s.parentNode;else if(11==s.nodeType)s=s.host;else break;return{x:i,y:n}}(t.contentDOM),this.atoms=t.state.facet(t7).map(e=>e(t));let s=t.contentDOM.ownerDocument;s.addEventListener("mousemove",this.move=this.move.bind(this)),s.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=e.shiftKey,this.multiple=t.state.facet(l.$t.allowMultipleSelections)&&function(t,e){let i=t.state.facet(tH);return i.length?i[0](e):Q.mac?e.metaKey:e.ctrlKey}(t,e),this.dragging=!!function(t,e){let{main:i}=t.state.selection;if(i.empty)return!1;let n=m(t.root);if(!n||0==n.rangeCount)return!0;let s=n.getRangeAt(0).getClientRects();for(let t=0;t<s.length;t++){let i=s[t];if(i.left<=e.clientX&&i.right>=e.clientX&&i.top<=e.clientY&&i.bottom>=e.clientY)return!0}return!1}(t,e)&&1==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,n=0,s=0,r=0,o=this.view.win.innerWidth,l=this.view.win.innerHeight;this.scrollParents.x&&({left:s,right:o}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:r,bottom:l}=this.scrollParents.y.getBoundingClientRect());let a=en(this.view);t.clientX-a.left<=s+6?i=-eE(s-t.clientX):t.clientX+a.right>=o-6&&(i=eE(t.clientX-o)),t.clientY-a.top<=r+6?n=-eE(r-t.clientY):t.clientY+a.bottom>=l-6&&(n=eE(t.clientY-l)),this.setScrollSpeed(i,n)}up(t){null==this.dragging&&this.select(this.lastEvent),this.dragging||t.preventDefault(),this.destroy()}destroy(){this.setScrollSpeed(0,0);let t=this.view.contentDOM.ownerDocument;t.removeEventListener("mousemove",this.move),t.removeEventListener("mouseup",this.up),this.view.inputState.mouseSelection=this.view.inputState.draggedContent=null}setScrollSpeed(t,e){this.scrollSpeed={x:t,y:e},t||e?this.scrolling<0&&(this.scrolling=setInterval(()=>this.scroll(),50)):this.scrolling>-1&&(clearInterval(this.scrolling),this.scrolling=-1)}scroll(){let{x:t,y:e}=this.scrollSpeed;t&&this.scrollParents.x&&(this.scrollParents.x.scrollLeft+=t,t=0),e&&this.scrollParents.y&&(this.scrollParents.y.scrollTop+=e,e=0),(t||e)&&this.view.win.scrollBy(t,e),!1===this.dragging&&this.select(this.lastEvent)}skipAtoms(t){let e=null;for(let i=0;i<t.ranges.length;i++){let n=t.ranges[i],s=null;if(n.empty){let t=ew(this.atoms,n.from,0);t!=n.from&&(s=l.OF.cursor(t,-1))}else{let t=ew(this.atoms,n.from,-1),e=ew(this.atoms,n.to,1);(t!=n.from||e!=n.to)&&(s=l.OF.range(n.from==n.anchor?t:e,n.from==n.head?t:e))}s&&(e||(e=t.ranges.slice()),e[i]=s)}return e?l.OF.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 eL=Object.create(null),eP=Object.create(null),eB=Q.ie&&Q.ie_version<15||Q.ios&&Q.webkit_version<604;function eN(t,e,i){for(let n of t.facet(e))i=n(i,t);return i}function eI(t,e){e=eN(t.state,tK,e);let{state:i}=t,n,s=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;n=i.changeByRange(n=>{let a=i.doc.lineAt(n.from);if(a.from==t)return{range:n};t=a.from;let h=i.toText((o?r.line(s++).text:e)+i.lineBreak);return{changes:{from:a.from,insert:h},range:l.OF.cursor(n.from+h.length)}})}else n=o?i.changeByRange(t=>{let e=r.line(s++);return{changes:{from:t.from,to:t.to,insert:e.text},range:l.OF.cursor(t.from+e.length)}}):i.replaceSelection(r);t.dispatch(n,{userEvent:"input.paste",scrollIntoView:!0})}function eF(t,e,i,n){if(1==n)return l.OF.cursor(e,i);{if(2==n)return function(t,e,i=1){let n=t.charCategorizer(e),s=t.doc.lineAt(e),r=e-s.from;if(0==s.length)return l.OF.cursor(e);0==r?i=1:r==s.length&&(i=-1);let o=r,a=r;i<0?o=(0,l.zK)(s.text,r,!1):a=(0,l.zK)(s.text,r);let h=n(s.text.slice(o,a));for(;o>0;){let t=(0,l.zK)(s.text,o,!1);if(n(s.text.slice(t,o))!=h)break;o=t}for(;a<s.length;){let t=(0,l.zK)(s.text,a);if(n(s.text.slice(a,t))!=h)break;a=t}return l.OF.range(o+s.from,a+s.from)}(t.state,e,i);let s=tw.find(t.docView,e),r=t.state.doc.lineAt(s?s.posAtEnd:e),o=s?s.posAtStart:r.from,a=s?s.posAtEnd:r.to;return a<t.state.doc.length&&a==r.to&&a++,l.OF.range(o,a)}}eP.scroll=t=>{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft},eL.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")},eL.mousedown=(t,e)=>{var i,n;let s,r,o;if(t.observer.flush(),t.inputState.lastTouchTime>Date.now()-2e3)return!1;let a=null;for(let i of t.state.facet(tV))if(a=i(t,e))break;if(a||0!=e.button||(s=ez(i=t,n=e),r=eq(n),o=i.state.selection,a={update(t){t.docChanged&&(s.pos=t.changes.mapPos(s.pos),o=o.map(t.changes))},get(t,e,n){let a=ez(i,t),h,c=eF(i,a.pos,a.bias,r);if(s.pos!=a.pos&&!e){let t=eF(i,s.pos,s.bias,r),e=Math.min(t.from,c.from),n=Math.max(t.to,c.to);c=e<c.from?l.OF.range(e,n):l.OF.range(n,e)}return e?o.replaceRange(o.main.extend(c.from,c.to)):n&&1==r&&o.ranges.length>1&&(h=function(t,e){for(let i=0;i<t.ranges.length;i++){let{from:n,to:s}=t.ranges[i];if(n<=e&&s>=e)return l.OF.create(t.ranges.slice(0,i).concat(t.ranges.slice(i+1)),t.mainIndex==i?0:t.mainIndex-(t.mainIndex>i))}return null}(o,a.pos))?h:n?o.addRange(c):l.OF.create([c])}}),a){let i=!t.hasFocus;t.inputState.startMouseSelection(new eR(t,e,a,i)),i&&t.observer.ignore(()=>{D(t.contentDOM);let e=t.root.activeElement;e&&!e.contains(t.contentDOM)&&e.blur()});let n=t.inputState.mouseSelection;if(n)return n.start(e),!1===n.dragging}return!1};let eH=(t,e,i)=>e>=i.top&&e<=i.bottom&&t>=i.left&&t<=i.right;function ez(t,e){let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1);return{pos:i,bias:function(t,e,i,n){let s=tw.find(t.docView,e);if(!s)return 1;let r=e-s.posAtStart;if(0==r)return 1;if(r==s.length)return -1;let o=s.coordsAt(r,-1);if(o&&eH(i,n,o))return -1;let l=s.coordsAt(r,1);return l&&eH(i,n,l)?1:o&&o.bottom>=n?-1:1}(t,i,e.clientX,e.clientY)}}let eV=Q.ie&&Q.ie_version<=11,eW=null,e_=0,ej=0;function eq(t){if(!eV)return t.detail;let e=eW,i=ej;return eW=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,n){let s;if(!(i=eN(t.state,tK,i)))return;let r=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:o}=t.inputState,l=n&&o&&((s=t.state.facet(tz)).length?s[0](e):Q.mac?!e.altKey:!e.ctrlKey)?{from:o.from,to:o.to}:null,a={from:r,insert:i},h=t.state.changes(l?[l,a]:a);t.focus(),t.dispatch({changes:h,selection:{anchor:h.mapPos(r,-1),head:h.mapPos(r,1)},userEvent:l?"move.drop":"input.drop"}),t.inputState.draggedContent=null}eL.dragstart=(t,e)=>{let{selection:{main:i}}=t.state;if(e.target.draggable){let n=t.docView.nearest(e.target);if(n&&n.isWidget){let t=n.posAtStart,e=t+n.length;(t>=i.to||e<=i.from)&&(i=l.OF.range(t,e))}}let{inputState:n}=t;return n.mouseSelection&&(n.mouseSelection.dragging=!0),n.draggedContent=i,e.dataTransfer&&(e.dataTransfer.setData("Text",eN(t.state,t$,t.state.sliceDoc(i.from,i.to))),e.dataTransfer.effectAllowed="copyMove"),!1},eL.dragend=t=>(t.inputState.draggedContent=null,!1),eL.drop=(t,e)=>{if(!e.dataTransfer)return!1;if(t.state.readOnly)return!0;let i=e.dataTransfer.files;if(i&&i.length){let n=Array(i.length),s=0,r=()=>{++s==i.length&&eK(t,e,n.filter(t=>null!=t).join(t.state.lineBreak),!1)};for(let t=0;t<i.length;t++){let e=new FileReader;e.onerror=r,e.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(e.result)||(n[t]=e.result),r()},e.readAsText(i[t])}return!0}{let i=e.dataTransfer.getData("Text");if(i)return eK(t,e,i,!0),!0}return!1},eL.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let i=eB?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;eL.copy=eL.cut=(t,e)=>{let{text:i,ranges:n,linewise:s}=function(t){let e=[],i=[],n=!1;for(let n of t.selection.ranges)n.empty||(e.push(t.sliceDoc(n.from,n.to)),i.push(n));if(!e.length){let s=-1;for(let{from:n}of t.selection.ranges){let r=t.doc.lineAt(n);r.number>s&&(e.push(r.text),i.push({from:r.from,to:Math.min(t.doc.length,r.to+1)})),s=r.number}n=!0}return{text:eN(t,t$,e.join(t.lineBreak)),ranges:i,linewise:n}}(t.state);if(!i&&!s)return!1;e$=s?i:null,"cut"!=e.type||t.state.readOnly||t.dispatch({changes:n,scrollIntoView:!0,userEvent:"delete.cut"});let r=eB?null:e.clipboardData;return r?(r.clearData(),r.setData("text/plain",i),!0):(!function(t,e){let i=t.dom.parentNode;if(!i)return;let n=i.appendChild(document.createElement("textarea"));n.style.cssText="position: fixed; left: -10000px; top: 10px",n.value=e,n.focus(),n.selectionEnd=e.length,n.selectionStart=0,setTimeout(()=>{n.remove(),t.focus()},50)}(t,i),!1)};let eU=l.YH.define();function eY(t,e){let i=[];for(let n of t.facet(tq)){let s=n(t,e);s&&i.push(s)}return i?t.update({effects:i,annotations:eU.of(!0)}):null}function eJ(t){setTimeout(()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let i=eY(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),eJ(t)},eP.blur=t=>{t.observer.clearSelectionRange(),eJ(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,Q.chrome&&Q.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()},eL.beforeinput=(t,e)=>{var i,n;let s;if("insertReplacementText"==e.inputType&&t.observer.editContext){let n=null==(i=e.dataTransfer)?void 0:i.getData("text/plain"),s=e.getTargetRanges();if(n&&s.length){let e=s[0],i=t.posAtDOM(e.startContainer,e.startOffset),r=t.posAtDOM(e.endContainer,e.endOffset);return eC(t,{from:i,to:r,insert:t.state.toText(n)},null),!0}}if(Q.chrome&&Q.android&&(s=eO.find(t=>t.inputType==e.inputType))&&(t.observer.delayAndroidKey(s.key,s.keyCode),"Backspace"==s.key||"Delete"==s.key)){let e=(null==(n=window.visualViewport)?void 0:n.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 Q.ios&&"deleteContentForward"==e.inputType&&t.observer.flushSoon(),Q.safari&&"insertText"==e.inputType&&t.inputState.composing>=0&&setTimeout(()=>eP.compositionend(t,e),20),!1};let eG=new Set,eZ=["pre-wrap","normal","pre-line","break-spaces"],eX=!1;class eQ{constructor(t){this.lineWrapping=t,this.doc=l.EY.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 eZ.indexOf(t)>-1!=this.lineWrapping}mustRefreshForHeights(t){let e=!1;for(let i=0;i<t.length;i++){let n=t[i];n<0?i++:this.heightSamples[Math.floor(10*n)]||(e=!0,this.heightSamples[Math.floor(10*n)]=!0)}return e}refresh(t,e,i,n,s,r){let o=eZ.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=n,this.lineLength=s,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,n,s){this.from=t,this.length=e,this.top=i,this.height=n,this._content=s}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 tm?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&&(eX=!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,n){let s=this,r=i.doc;for(let o=n.length-1;o>=0;o--){let{fromA:l,toA:a,fromB:h,toB:c}=n[o],u=s.lineAt(l,e2.ByPosNoHeight,i.setDoc(e),0,0),d=u.to>=a?u:s.lineAt(a,e2.ByPosNoHeight,i,0,0);for(c+=d.to-a,a=d.to;o>0&&u.from<=n[o-1].toA;)l=n[o-1].fromA,h=n[o-1].fromB,o--,l<u.from&&(u=s.lineAt(l,e2.ByPosNoHeight,i,0,0));h+=u.from-l,l=u.from;let f=it.build(i.setDoc(r),t,h,c);s=e8(s,s.replace(l,a,f))}return s.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,n=0,s=0;for(;;)if(e==i)if(n>2*s){let s=t[e-1];s.break?t.splice(--e,1,s.left,null,s.right):t.splice(--e,1,s.left,s.right),i+=1+s.break,n-=s.size}else if(s>2*n){let e=t[i];e.break?t.splice(i,1,e.left,null,e.right):t.splice(i,1,e.left,e.right),i+=2+e.break,s-=e.size}else break;else if(n<s){let i=t[e++];i&&(n+=i.size)}else{let e=t[--i];e&&(s+=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&&(eX=!0),e)}e3.prototype.size=1;class e4 extends e3{constructor(t,e,i){super(t,e),this.deco=i}blockAt(t,e,i,n){return new e1(n,this.length,i,this.height,this.deco||0)}lineAt(t,e,i,n,s){return this.blockAt(0,i,n,s)}forEachLine(t,e,i,n,s,r){t<=s+this.length&&e>=s&&r(this.blockAt(0,i,n,s))}updateHeight(t,e=0,i=!1,n){return n&&n.from<=e&&n.more&&this.setHeight(n.heights[n.index++]),this.outdated=!1,this}toString(){return`block(${this.length})`}}class e5 extends e4{constructor(t,e){super(t,e,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0}blockAt(t,e,i,n){return new e1(n,this.length,i,this.height,this.breaks)}replace(t,e,i){let n=i[0];return 1==i.length&&(n instanceof e5||n instanceof e9&&4&n.flags)&&10>Math.abs(this.length-n.length)?(n instanceof e9?n=new e5(n.length,this.height):n.height=this.height,this.outdated||(n.outdated=!1),n):e3.of(i)}updateHeight(t,e=0,i=!1,n){return n&&n.from<=e&&n.more?this.setHeight(n.heights[n.index++]):(i||this.outdated)&&this.setHeight(Math.max(this.widgetHeight,t.heightForLine(this.length-this.collapsed))+this.breaks*t.lineHeight),this.outdated=!1,this}toString(){return`line(${this.length}${this.collapsed?-this.collapsed:""}${this.widgetHeight?":"+this.widgetHeight:""})`}}class e9 extends e3{constructor(t){super(t,0)}heightMetrics(t,e){let i=t.doc.lineAt(e).number,n=t.doc.lineAt(e+this.length).number,s=n-i+1,r,o=0;if(t.lineWrapping){let e=Math.min(this.height,t.lineHeight*s);r=e/s,this.length>s+1&&(o=(this.height-e)/(this.length-s-1))}else r=this.height/s;return{firstLine:i,lastLine:n,perLine:r,perChar:o}}blockAt(t,e,i,n){let{firstLine:s,lastLine:r,perLine:o,perChar:l}=this.heightMetrics(e,n);if(e.lineWrapping){let s=n+(t<e.lineHeight?0:Math.round(Math.max(0,Math.min(1,(t-i)/this.height))*this.length)),r=e.doc.lineAt(s),a=o+r.length*l,h=Math.max(i,t-a/2);return new e1(r.from,r.length,h,a,0)}{let n=Math.max(0,Math.min(r-s,Math.floor((t-i)/o))),{from:l,length:a}=e.doc.line(s+n);return new e1(l,a,i+o*n,o,0)}}lineAt(t,e,i,n,s){if(e==e2.ByHeight)return this.blockAt(t,i,n,s);if(e==e2.ByPosNoHeight){let{from:e,to:n}=i.doc.lineAt(t);return new e1(e,n-e,0,0,0)}let{firstLine:r,perLine:o,perChar:l}=this.heightMetrics(i,s),a=i.doc.lineAt(t),h=o+a.length*l,c=a.number-r,u=n+o*c+l*(a.from-s-c);return new e1(a.from,a.length,Math.max(n,Math.min(u,n+this.height-h)),h,0)}forEachLine(t,e,i,n,s,r){t=Math.max(t,s),e=Math.min(e,s+this.length);let{firstLine:o,perLine:l,perChar:a}=this.heightMetrics(i,s);for(let h=t,c=n;h<=e;){let e=i.doc.lineAt(h);if(h==t){let i=e.number-o;c+=l*i+a*(t-s-i)}let n=l+a*e.length;r(new e1(e.from,e.length,c,n,0)),c+=n,h=e.to+1}}replace(t,e,i){let n=this.length-e;if(n>0){let t=i[i.length-1];t instanceof e9?i[i.length-1]=new e9(t.length+n):i.push(null,new e9(n-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,n){let s=e+this.length;if(n&&n.from<=e+this.length&&n.more){let i=[],r=Math.max(e,n.from),o=-1;for(n.from>e&&i.push(new e9(n.from-e-1).updateHeight(t,e));r<=s&&n.more;){let e=t.doc.lineAt(r).length;i.length&&i.push(null);let s=n.heights[n.index++];-1==o?o=s:Math.abs(s-o)>=.001&&(o=-2);let l=new e5(e,s);l.outdated=!1,i.push(l),r+=e+1}r<=s&&i.push(null,new e9(s-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)&&(eX=!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,n){let s=i+this.left.height;return t<s?this.left.blockAt(t,e,i,n):this.right.blockAt(t,e,s,n+this.left.length+this.break)}lineAt(t,e,i,n,s){let r=n+this.left.height,o=s+this.left.length+this.break,l=e==e2.ByHeight?t<r:t<o,a=l?this.left.lineAt(t,e,i,n,s):this.right.lineAt(t,e,i,r,o);if(this.break||(l?a.to<o:a.from>o))return a;let h=e==e2.ByPosNoHeight?e2.ByPosNoHeight:e2.ByPos;return l?a.join(this.right.lineAt(o,h,i,r,o)):this.left.lineAt(o,h,i,n,s).join(a)}forEachLine(t,e,i,n,s,r){let o=n+this.left.height,l=s+this.left.length+this.break;if(this.break)t<l&&this.left.forEachLine(t,e,i,n,s,r),e>=l&&this.right.forEachLine(t,e,i,o,l,r);else{let a=this.lineAt(l,e2.ByPos,i,n,s);t<a.from&&this.left.forEachLine(t,a.from-1,i,n,s,r),a.to>=t&&a.from<=e&&r(a),e>a.to&&this.right.forEachLine(a.to+1,e,i,o,l,r)}}replace(t,e,i){let n=this.left.length+this.break;if(e<n)return this.balanced(this.left.replace(t,e,i),this.right);if(t>this.left.length)return this.balanced(this.left,this.right.replace(t-n,e-n,i));let s=[];t>0&&this.decomposeLeft(t,s);let r=s.length;for(let t of i)s.push(t);if(t>0&&e7(s,r-1),e<this.length){let t=s.length;this.decomposeRight(e,s),e7(s,t)}return e3.of(s)}decomposeLeft(t,e){let i=this.left.length;if(t<=i)return this.left.decomposeLeft(t,e);e.push(this.left),this.break&&t>=++i&&e.push(null),t>i&&this.right.decomposeLeft(t-i,e)}decomposeRight(t,e){let i=this.left.length,n=i+this.break;if(t>=n)return this.right.decomposeRight(t-n,e);t<i&&this.left.decomposeRight(t,e),this.break&&t<n&&e.push(null),e.push(this.right)}balanced(t,e){return t.size>2*e.size||e.size>2*t.size?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,n){let{left:s,right:r}=this,o=e+s.length+this.break,l=null;return(n&&n.from<=e+s.length&&n.more?l=s=s.updateHeight(t,e,i,n):s.updateHeight(t,e,i),n&&n.from<=o+r.length&&n.more?l=r=r.updateHeight(t,o,i,n):r.updateHeight(t,o,i),l)?this.balanced(s,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,n;null==t[e]&&(i=t[e-1])instanceof e9&&(n=t[e+1])instanceof e9&&t.splice(e-1,3,new e9(i.length+1+n.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 n=i.widget?i.widget.estimatedHeight:0,s=i.widget?i.widget.lineBreaks:0;n<0&&(n=this.oracle.lineHeight);let r=e-t;i.block?this.addBlock(new e4(r,n,i)):(r||s||n>=5)&&this.addLineDeco(n,s,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 n=this.ensureLine();n.length+=i,n.collapsed+=i,n.widgetHeight=Math.max(n.widgetHeight,t),n.breaks+=e,this.writtenTo=this.pos=this.pos+i}finish(t){let e=0==this.nodes.length?null:this.nodes[this.nodes.length-1];!(this.lineStart>-1)||e instanceof 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,n){let s=new it(i,t);return l.om.spans(e,i,n,s,0),s.finish(i)}}class ie{constructor(){this.changes=[]}compareRange(){}comparePoint(t,e,i,n){(t<e||i&&i.heightRelevant||n&&n.heightRelevant)&&tv(t,e,this.changes,5)}}class ii{constructor(t,e,i,n){this.from=t,this.to=e,this.size=i,this.displaySize=n}static same(t,e){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++){let n=t[i],s=e[i];if(n.from!=s.from||n.to!=s.to||n.size!=s.size)return!1}return!0}draw(t,e){return 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=ih,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=tC.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let e=t.facet(t5).some(t=>"function"!=typeof t&&"cm-lineWrapping"==t.class);this.heightOracle=new eQ(e),this.stateDeco=t.facet(t9).filter(t=>"function"!=typeof t),this.heightMap=e3.empty().applyChanges(this.stateDeco,l.EY.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 n=i?e.head:e.anchor;if(!t.some(({from:t,to:e})=>n>=t&&n<=e)){let{from:e,to:i}=this.lineBlockAt(n);t.push(new 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?ih: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,n;let s;this.state=t.state;let r=this.stateDeco;this.stateDeco=this.state.facet(t9).filter(t=>"function"!=typeof t);let o=t.changedRanges,a=er.extendWithRanges(o,(i=this.stateDeco,n=t?t.changes:l.VR.empty(this.state.doc.length),s=new ie,l.om.compare(r,i,n,s,0),s.changes)),h=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollTop);eX=!1,this.heightMap=this.heightMap.applyChanges(this.stateDeco,t.startState.doc,this.heightOracle.setDoc(this.state.doc),a),(this.heightMap.height!=h||eX)&&(t.flags|=2),c?(this.scrollAnchorPos=t.changes.mapPos(c.from,-1),this.scrollAnchorHeight=c.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=this.heightMap.height);let u=a.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(tY)&&(this.mustEnforceCursorAssoc=!0)}measure(t){var e;let i,n,s=t.contentDOM,r=window.getComputedStyle(s),o=this.heightOracle,a=r.whiteSpace;this.defaultTextDirection="rtl"==r.direction?tC.RTL:tC.LTR;let h=this.heightOracle.mustRefreshForWrapping(a),c=s.getBoundingClientRect(),u=h||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}=A(s,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,h=u=!0)}let p=(parseInt(r.paddingTop)||0)*this.scaleY,m=(parseInt(r.paddingBottom)||0)*this.scaleY;(this.paddingTop!=p||this.paddingBottom!=m)&&(this.paddingTop=p,this.paddingBottom=m,d|=18),this.editorWidth!=t.scrollDOM.clientWidth&&(o.lineWrapping&&(u=!0),this.editorWidth=t.scrollDOM.clientWidth,d|=16);let g=t.scrollDOM.scrollTop*this.scaleY;this.scrollTop!=g&&(this.scrollAnchorHeight=-1,this.scrollTop=g),this.scrolledToBottom=L(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(),n=t.ownerDocument,s=n.defaultView||window,r=Math.max(0,i.left),o=Math.min(s.innerWidth,i.right),l=Math.max(0,i.top),a=Math.min(s.innerHeight,i.bottom);for(let e=t.parentNode;e&&e!=n.body;)if(1==e.nodeType){let i=e,n=window.getComputedStyle(i);if((i.scrollHeight>i.clientHeight||i.scrollWidth>i.clientWidth)&&"visible"!=n.overflow){let n=i.getBoundingClientRect();r=Math.max(r,n.left),o=Math.min(o,n.right),l=Math.max(l,n.top),a=Math.min(e==t.parentNode?s.innerHeight:a,n.bottom)}e="absolute"==n.position||"fixed"==n.position?i.offsetParent:i.parentNode}else if(11==e.nodeType)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,a)-(i.top+e)}})(s,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(),n=e.ownerDocument.defaultView||window,!(i.left<n.innerWidth)||!(i.right>0)||!(i.top<n.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)&&(h=!0),h||o.lineWrapping&&Math.abs(x-this.contentDOMWidth)>o.charWidth){let{lineHeight:i,charWidth:n,textHeight:s}=t.docView.measureTextSize();(h=i>0&&o.refresh(a,i,n,s,x/n,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)),eX=!1,this.viewports)){let n=i.from==this.viewport.from?e:t.docView.measureVisibleLineHeights(i);this.heightMap=(h?e3.empty().applyChanges(this.stateDeco,l.EY.empty,this.heightOracle,[new er(0,0,0,t.state.doc.length)]):this.heightMap).updateHeight(o,0,h,new e0(i.from,n))}eX&&(d|=2)}let k=!this.viewportIsAppropriate(this.viewport,f)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return k&&(2&d&&(d|=this.updateScaler()),this.viewport=this.getViewport(f,this.scrollTarget),d|=this.updateForViewport()),(2&d||k)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(h?[]: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)),n=this.heightMap,s=this.heightOracle,{visibleTop:r,visibleBottom:o}=this,l=new io(n.lineAt(r-1e3*i,e2.ByHeight,s,0,0).from,n.lineAt(o+(1-i)*1e3,e2.ByHeight,s,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=n.lineAt(t,e2.ByPos,s,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(n.lineAt(o-500,e2.ByHeight,s,0,0).from,n.lineAt(o+i+500,e2.ByHeight,s,0,0).to)}}return l}mapViewport(t,e){let i=e.mapPos(t.from,-1),n=e.mapPos(t.to,1);return new io(this.heightMap.lineAt(i,e2.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(n,e2.ByPos,this.heightOracle,0,0).to)}viewportIsAppropriate({from:t,to:e},i=0){if(!this.inView)return!0;let{top:n}=this.heightMap.lineAt(t,e2.ByPos,this.heightOracle,0,0),{bottom:s}=this.heightMap.lineAt(e,e2.ByPos,this.heightOracle,0,0),{visibleTop:r,visibleBottom:o}=this;return(0==t||n<=r-Math.max(10,Math.min(-i,250)))&&(e==this.state.doc.length||s>=o+Math.max(10,Math.min(i,250)))&&n>r-2e3&&s<o+2e3}mapLineGaps(t,e){if(!t.length||e.empty)return t;let i=[];for(let n of t)e.touchesRange(n.from,n.to)||i.push(new ii(e.mapPos(n.from),e.mapPos(n.to),n.size,n.displaySize));return i}ensureLineGaps(t,e){let i=this.heightOracle.lineWrapping,n=i?1e4:2e3,s=n>>1,r=n<<1;if(this.defaultTextDirection!=tC.LTR&&!i)return[];let o=[],a=(n,r,h,c)=>{if(r-n<s)return;let u=this.state.selection.main,d=[u.from];for(let t of(u.empty||d.push(u.to),d))if(t>n&&t<r){a(n,t-10,h,c),a(t+10,r,h,c);return}let f=function(t,e){for(let i of t)if(e(i))return i}(t,t=>t.from>=h.from&&t.to<=h.to&&Math.abs(t.from-n)<s&&Math.abs(t.to-r)<s&&!d.some(e=>t.from<e&&t.to>e));if(!f){if(r<h.to&&e&&i&&e.visibleRanges.some(t=>t.from<=r&&t.to>=r)){let t=e.moveToLineBoundary(l.OF.cursor(r),!1,!0).head;t>n&&(r=t)}let t=this.gapSize(h,n,r,c),s=i||t<2e6?t:2e6;f=new ii(n,r,t,s)}o.push(f)},h=e=>{var s,o,h;let c,u,d,f,p;if(e.length<r||e.type!=tu.Text)return;let m=(s=e.from,o=e.to,h=this.stateDeco,d=[],f=s,p=0,l.om.spans(h,s,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(m.total<r)return;let g=this.scrollTarget?this.scrollTarget.range.head:null;if(i){let t,i,s=n/this.heightOracle.lineLength*this.heightOracle.lineHeight;if(null!=g){let n=ia(m,g),r=((this.visibleBottom-this.visibleTop)/2+s)/e.height;t=n-r,i=n+r}else t=(this.visibleTop-e.top-s)/e.height,i=(this.visibleBottom-e.top+s)/e.height;c=il(m,t),u=il(m,i)}else{let i,s,r=m.total*this.heightOracle.charWidth,o=n*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 a=this.pixelViewport.left+l,h=this.pixelViewport.right+l;if(null!=g){let t=ia(m,g),e=((h-a)/2+o)/r;i=t-e,s=t+e}else i=(a-o)/r,s=(h+o)/r;c=il(m,i),u=il(m,s)}c>e.from&&a(e.from,c,e,m),u<e.to&&a(u,e.to,e,m)};for(let t of this.viewportLines)Array.isArray(t.type)?t.type.forEach(h):h(t);return o}gapSize(t,e,i,n){let s=ia(n,i)-ia(n,e);return this.heightOracle.lineWrapping?t.height*s:n.total*this.heightOracle.charWidth*s}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.om.spans(e,this.viewport.from,this.viewport.to,{span(t,e){i.push({from:t,to:e})},point(){}},20);let n=0;if(i.length!=this.visibleRanges.length)n=12;else for(let e=0;e<i.length&&!(8&n);e++){let s=this.visibleRanges[e],r=i[e];(s.from!=r.from||s.to!=r.to)&&(n|=4,t&&t.mapPos(s.from,-1)==r.from&&t.mapPos(s.to,1)==r.to||(n|=8))}return this.visibleRanges=i,n}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 n=Math.floor(t*i);for(let t=0;;t++){let{from:i,to:s}=e[t],r=s-i;if(n<=r)return i+n;n-=r}}function ia(t,e){let i=0;for(let{from:n,to:s}of t.ranges){if(e<=s){i+=e-n;break}i+=s-n}return i/t.total}let ih={toDOM:t=>t,fromDOM:t=>t,scale:1,eq(t){return t==this}};class ic{constructor(t,e,i){let n=0,s=0,r=0;for(let o of(this.viewports=i.map(({from:i,to:s})=>{let r=e.lineAt(i,e2.ByPos,t,0,0).top,o=e.lineAt(s,e2.ByPos,t,0,0).bottom;return n+=o-r,{from:i,to:s,top:r,bottom:o,domTop:0,domBottom:0}}),this.scale=(7e6-n)/(e.height-n),this.viewports))o.domTop=r+(o.top-s)*this.scale,r=o.domBottom=o.domTop+(o.bottom-o.top),s=o.bottom}toDOM(t){for(let e=0,i=0,n=0;;e++){let s=e<this.viewports.length?this.viewports[e]:null;if(!s||t<s.top)return n+(t-i)*this.scale;if(t<=s.bottom)return s.domTop+(t-s.top);i=s.bottom,n=s.domBottom}}fromDOM(t){for(let e=0,i=0,n=0;;e++){let s=e<this.viewports.length?this.viewports[e]:null;if(!s||t<s.domTop)return i+(t-n)/this.scale;if(t<=s.domBottom)return s.top+(t-s.domTop);i=s.bottom,n=s.domBottom}}eq(t){return t instanceof 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),n=e.toDOM(t.bottom);return new e1(t.from,t.length,i,n-i,Array.isArray(t._content)?t._content.map(t=>iu(t,e)):t._content)}let id=l.sj.define({combine:t=>t.join(" ")}),ip=l.sj.define({combine:t=>t.indexOf(!0)>-1}),im=a.G.newName(),ig=a.G.newName(),iv=a.G.newName(),iw={"&light":"."+ig,"&dark":"."+iv};function iy(t,e,i){return new a.G(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("."+im,{"&":{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",insetInlineStart:0,zIndex:200},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",borderRight:"1px solid #ddd"},"&dark .cm-gutters":{backgroundColor:"#333338",color:"#ccc"},".cm-gutter":{display:"flex !important",flexDirection:"column",flexShrink:0,boxSizing:"border-box",minHeight:"100%",overflow:"hidden"},".cm-gutterElement":{boxSizing:"border-box"},".cm-lineNumbers .cm-gutterElement":{padding:"0 3px 0 5px",minWidth:"20px",textAlign:"right",whiteSpace:"nowrap"},"&light .cm-activeLineGutter":{backgroundColor:"#e2f2ff"},"&dark .cm-activeLineGutter":{backgroundColor:"#222227"},".cm-panels":{boxSizing:"border-box",position:"sticky",left:0,right:0,zIndex:300},"&light .cm-panels":{backgroundColor:"#f5f5f5",color:"black"},"&light .cm-panels-top":{borderBottom:"1px solid #ddd"},"&light .cm-panels-bottom":{borderTop:"1px solid #ddd"},"&dark .cm-panels":{backgroundColor:"#333338",color:"white"},".cm-tab":{display:"inline-block",overflow:"hidden",verticalAlign:"bottom"},".cm-widgetBuffer":{verticalAlign:"text-top",height:"1em",width:0,display:"inline"},".cm-placeholder":{color:"#888",display:"inline-block",verticalAlign:"top"},".cm-highlightSpace":{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},ik=Q.ie&&Q.ie_version<=11;class iS{constructor(t){this.view=t,this.active=!1,this.editContext=null,this.selectionRange=new M,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);(Q.ie&&Q.ie_version<=11||Q.ios&&t.composing)&&e.some(t=>"childList"==t.type&&t.removedNodes.length||"characterData"==t.type&&t.oldValue.length>t.target.nodeValue.length)?this.flushSoon():this.flush()}),window.EditContext&&!1!==t.constructor.EDIT_CONTEXT&&!(Q.chrome&&Q.chrome_version<126)&&(this.editContext=new iM(t),t.state.facet(t0)&&(t.contentDOM.editContext=this.editContext.editContext)),ik&&(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,n=this.selectionRange;if(i.state.facet(t0)?i.root.activeElement!=this.dom:!v(this.dom,n))return;let s=n.anchorNode&&i.docView.nearest(n.anchorNode);if(s&&s.ignoreEvent(t)){e||(this.selectionChanged=!1);return}(Q.ie&&Q.ie_version<=11||Q.android&&Q.chrome)&&!i.state.selection.main.empty&&n.focusNode&&y(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:t}=this,e=m(t.root);if(!e)return!1;let i=Q.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 iA(t,i)}let i=null;function n(t){t.preventDefault(),t.stopImmediatePropagation(),i=t.getTargetRanges()[0]}return t.contentDOM.addEventListener("beforeinput",n,!0),t.dom.ownerDocument.execCommand("indent"),t.contentDOM.removeEventListener("beforeinput",n,!0),i?iA(t,i):null}(this.view,e)||e;if(!i||this.selectionRange.eq(i))return!1;let n=v(this.dom,i);return n&&!this.selectionChanged&&t.inputState.lastFocusTime>Date.now()-200&&t.inputState.lastTouchTime<Date.now()-300&&function(t,e){let i=e.focusNode,n=e.focusOffset;if(!i||e.anchorNode!=i||e.anchorOffset!=n)return!1;for(n=Math.min(n,S(i));;)if(n){if(1!=i.nodeType)return!1;let t=i.childNodes[n-1];"false"==t.contentEditable?n--:n=S(i=t)}else{if(i==t)return!0;n=b(i),i=i.parentNode}}(this.dom,i)?(this.view.inputState.lastFocusTime=0,t.docView.updateSelection(),!1):(this.selectionRange.setRange(i),n&&(this.selectionChanged=!0),!0)}setSelectionRange(t,e){this.selectionRange.set(t.node,t.offset,e.node,e.offset),this.selectionChanged=!1}clearSelectionRange(){this.selectionRange.set(null,0,null,0)}listenForScroll(){this.parentCheck=-1;let t=0,e=null;for(let i=this.dom;i;)if(1==i.nodeType)!e&&t<this.scrollTargets.length&&this.scrollTargets[t]==i?t++:e||(e=this.scrollTargets.slice(0,t)),e&&e.push(i),i=i.assignedSlot||i.parentNode;else if(11==i.nodeType)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),ik&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),ik&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(t,e){var i;if(!this.delayedAndroidKey){let t=()=>{let t=this.delayedAndroidKey;t&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=t.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&t.force&&E(this.dom,t.key,t.keyCode))};this.flushingAndroidKey=this.view.win.requestAnimationFrame(t)}this.delayedAndroidKey&&"Enter"!=t||(this.delayedAndroidKey={key:t,keyCode:e,force:this.lastChange<Date.now()-50||!!(null==(i=this.delayedAndroidKey)?void 0:i.force)})}clearDelayedAndroidKey(){this.win.cancelAnimationFrame(this.flushingAndroidKey),this.delayedAndroidKey=null,this.flushingAndroidKey=-1}flushSoon(){this.delayedFlush<0&&(this.delayedFlush=this.view.win.requestAnimationFrame(()=>{this.delayedFlush=-1,this.flush()}))}forceFlush(){this.delayedFlush>=0&&(this.view.win.cancelAnimationFrame(this.delayedFlush),this.delayedFlush=-1),this.flush()}pendingRecords(){for(let t of this.observer.takeRecords())this.queue.push(t);return this.queue}processRecords(){let t=this.pendingRecords();t.length&&(this.queue=[]);let e=-1,i=-1,n=!1;for(let s of t){let t=this.readMutation(s);t&&(t.typeOver&&(n=!0),-1==e?{from:e,to:i}=t:(e=Math.min(t.from,e),i=Math.max(t.to,i)))}return{from:e,to:i,typeOver:n}}readChange(){let{from:t,to:e,typeOver:i}=this.processRecords(),n=this.selectionChanged&&v(this.dom,this.selectionRange);if(t<0&&!n)return null;t>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let s=new ek(this.view,t,e,i);return this.view.docView.domChanged={newSel:s.newSel?s.newSel.main:null},s}flush(t=!0){if(this.delayedFlush>=0||this.delayedAndroidKey)return!1;t&&this.readSelectionRange();let e=this.readChange();if(!e)return this.view.requestMeasure(),!1;let i=this.view.state,n=eS(this.view,e);return this.view.state==i&&(e.domChanged||e.newSel&&!e.newSel.main.eq(this.view.state.selection.main))&&this.view.update([]),n}readMutation(t){let e=this.view.docView.nearest(t.target);if(!e||e.ignoreMutation(t))return null;if(e.markDirty("attributes"==t.type),"attributes"==t.type&&(e.flags|=4),"childList"==t.type){let i=iC(e,t.previousSibling||t.target.previousSibling,-1),n=iC(e,t.nextSibling||t.target.nextSibling,1);return{from:i?e.posAfter(i):e.posAtStart,to:n?e.posBefore(n):e.posAtEnd,typeOver:!1}}return"characterData"==t.type?{from:e.posAtStart,to:e.posAtEnd,typeOver:t.target.nodeValue==t.oldValue}:null}setWindow(t){t!=this.win&&(this.removeWindowListeners(this.win),this.win=t,this.addWindowListeners(this.win))}addWindowListeners(t){t.addEventListener("resize",this.onResize),this.printQuery?this.printQuery.addEventListener?this.printQuery.addEventListener("change",this.onPrint):this.printQuery.addListener(this.onPrint):t.addEventListener("beforeprint",this.onPrint),t.addEventListener("scroll",this.onScroll),t.document.addEventListener("selectionchange",this.onSelectionChange)}removeWindowListeners(t){t.removeEventListener("scroll",this.onScroll),t.removeEventListener("resize",this.onResize),this.printQuery?this.printQuery.removeEventListener?this.printQuery.removeEventListener("change",this.onPrint):this.printQuery.removeListener(this.onPrint):t.removeEventListener("beforeprint",this.onPrint),t.document.removeEventListener("selectionchange",this.onSelectionChange)}update(t){this.editContext&&(this.editContext.update(t),t.startState.facet(t0)!=t.state.facet(t0)&&(t.view.contentDOM.editContext=t.state.facet(t0)?this.editContext.editContext:null))}destroy(){var t,e,i;for(let n of(this.stop(),null==(t=this.intersection)||t.disconnect(),null==(e=this.gapIntersection)||e.disconnect(),null==(i=this.resizeScroll)||i.disconnect(),this.scrollTargets))n.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 iC(t,e,i){for(;e;){let n=F.get(e);if(n&&n.parent==t)return n;let s=e.parentNode;e=s!=t.dom?s:i>0?e.nextSibling:e.previousSibling}return null}function iA(t,e){let i=e.startContainer,n=e.startOffset,s=e.endContainer,r=e.endOffset,o=t.docView.domAtPos(t.state.selection.main.anchor);return y(o.node,o.offset,s,r)&&([i,n,s,r]=[s,r,i,n]),{anchorNode:i,anchorOffset:n,focusNode:s,focusOffset:r}}class iM{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:n,head:s}=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 a={from:r,to:o,insert:l.EY.of(e.text.split("\n"))};if(a.from==this.from&&n<this.from?a.from=n:a.to==this.to&&n>this.to&&(a.to=n),a.from==a.to&&!a.insert.length){let n=l.OF.single(this.toEditorPos(e.selectionStart),this.toEditorPos(e.selectionEnd));n.main.eq(i)||t.dispatch({selection:n,userEvent:"select"});return}if((Q.mac||Q.android)&&a.from==s-1&&/^\. ?$/.test(e.text)&&"off"==t.contentDOM.getAttribute("autocorrect")&&(a={from:r,to:o,insert:l.EY.of([e.text.replace("."," ")])}),this.pendingContextChange=a,!t.state.readOnly){let i=this.to-this.from+(a.to-a.from+a.insert.length);eC(t,a,l.OF.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 n=[],s=null;for(let e=this.toEditorPos(i.rangeStart),r=this.toEditorPos(i.rangeEnd);e<r;e++){let i=t.coordsForChar(e);s=i&&new DOMRect(i.left,i.top,i.right-i.left,i.bottom-i.top)||s||new DOMRect,n.push(s)}e.updateCharacterBounds(i.rangeStart,n)},this.handlers.textformatupdate=e=>{let i=[];for(let t of e.getTextFormats()){let e=t.underlineStyle,n=t.underlineThickness;if("None"!=e&&"None"!=n){let s=this.toEditorPos(t.rangeStart),r=this.toEditorPos(t.rangeEnd);if(s<r){let t=`text-decoration: underline ${"Dashed"==e?"dashed ":"Squiggle"==e?"wavy ":""}${"Thin"==n?1:2}px`;i.push(td.mark({attributes:{style:t}}).range(s,r))}}}t.dispatch({effects:tX.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=m(t.root);e&&e.rangeCount&&this.editContext.updateSelectionBounds(e.getRangeAt(0).getBoundingClientRect())}}}applyEdits(t){let e=0,i=!1,n=this.pendingContextChange;return t.changes.iterChanges((s,r,o,l,a)=>{if(i)return;let h=a.length-(r-s);if(n&&r>=n.to)if(n.from==s&&n.to==r&&n.insert.eq(a)){n=this.pendingContextChange=null,e+=h,this.to+=h;return}else n=null,this.revertPending(t.state);if(s+=e,(r+=e)<=this.from)this.from+=h,this.to+=h;else if(s<this.to){if(s<this.from||r>this.to||this.to-this.from+a.length>3e4){i=!0;return}this.editContext.updateText(this.toContextPos(s),this.toContextPos(r),a.toString()),this.to+=h}e+=h}),n&&!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))),n=this.toContextPos(e.head);(this.editContext.selectionStart!=i||this.editContext.selectionEnd!=n)&&this.editContext.updateSelection(i,n)}rangeIsValid(t){let{head:e}=t.selection.main;return!(this.from>0&&e-this.from<500||this.to<t.doc.length&&this.to-e<500||this.to-this.from>3e4)}toEditorPos(t,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.composing>0}get compositionStarted(){return this.inputState.composing>=0}get root(){return this._root}get win(){return this.dom.ownerDocument.defaultView||window}constructor(t={}){var e;this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.className="cm-announced",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),t.parent&&t.parent.appendChild(this.dom);let{dispatch:i}=t;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.$t.create(t)),t.scrollTo&&t.scrollTo.is(tZ)&&(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 iS(this),this.inputState=new eA(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.ZX?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,n,s=this.state;for(let e of t){if(e.startState!=s)throw RangeError("Trying to update state with a transaction that doesn't start from the previous state.");s=e.state}if(this.destroyed){this.viewState.state=s;return}let r=this.hasFocus,o=0,a=null;t.some(t=>t.annotation(eU))?(this.inputState.notifiedFocused=r,o=1):r!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=r,(a=eY(s,r))||(o=1));let h=this.observer.delayedAndroidKey,c=null;if(h?(this.observer.clearDelayedAndroidKey(),((c=this.observer.readChange())&&!this.state.doc.eq(s.doc)||!this.state.selection.eq(s.selection))&&(c=null)):this.observer.clear(),s.facet(l.$t.phrases)!=this.state.facet(l.$t.phrases))return this.setState(s);n=eo.create(this,s,t),n.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 tG(t.empty?t:l.OF.cursor(t.head,t.head>t.anchor?-1:1))}for(let t of e.effects)t.is(tZ)&&(u=t.value.clip(this.state))}this.viewState.update(n,u),this.bidiCache=iE.update(this.bidiCache,n.changes),n.empty||(this.updatePlugins(n),this.inputState.update(n)),e=this.docView.update(n),this.state.facet(es)!=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(n.startState.facet(id)!=n.state.facet(id)&&(this.viewState.mustMeasureContent=!0),(e||i||u||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),e&&this.docViewUpdate(),!n.empty)for(let t of this.state.facet(t_))try{t(n)}catch(t){tQ(this.state,t,"update listener")}(a||c)&&Promise.resolve().then(()=>{a&&this.state==a.startState&&this.dispatch(a),c&&!eS(this,c)&&h.force&&E(this.contentDOM,h.key,h.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 n=[];for(let s of i){let i=e.indexOf(s);if(i<0)n.push(new t8(s));else{let e=this.plugins[i];e.mustUpdate=t,n.push(e)}}for(let e of this.plugins)e.mustUpdate!=t&&e.destroy(this);this.plugins=n,this.pluginMap.clear()}else for(let e of this.plugins)e.mustUpdate=t;for(let t=0;t<this.plugins.length;t++)this.plugins[t].update(this);e!=i&&this.inputState.ensureHandlers(this.plugins)}docViewUpdate(){for(let t of this.plugins){let e=t.value;if(e&&e.docViewUpdate)try{e.docViewUpdate(this)}catch(t){tQ(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,n=i.scrollTop*this.scaleY,{scrollAnchorPos:s,scrollAnchorHeight:r}=this.viewState;Math.abs(n-this.viewState.scrollTop)>1&&(r=-1),this.viewState.scrollAnchorHeight=-1;try{for(let t=0;;t++){if(r<0)if(L(i))s=-1,r=this.viewState.heightMap.height;else{let t=this.viewState.scrollAnchorAt(n);s=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 a=l.map(t=>{try{return t.read(this)}catch(t){return tQ(this.state,t),iT}}),h=eo.create(this,this.state,[]),c=!1;h.flags|=o,e?e.flags|=o:e=h,this.updateState=2,!h.empty&&(this.updatePlugins(h),this.inputState.update(h),this.updateAttrs(),(c=this.docView.update(h))&&this.docViewUpdate());for(let t=0;t<l.length;t++)if(a[t]!=iT)try{let e=l[t];e.write&&e.write(a[t],this)}catch(t){tQ(this.state,t)}if(c&&this.docView.updateSelection(!0),!h.viewportChanged&&0==this.measureRequests.length){if(this.viewState.editorHeight)if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,r=-1;continue}else{let t=(s<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(s).top)-r;if(t>1||t<-1){i.scrollTop=(n+=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 im+" "+(this.state.facet(ip)?iv:ig)+" "+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:`${Q.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=th(this.contentDOM,this.contentAttrs,e),n=th(this.dom,this.editorAttrs,t);return i||n});return this.editorAttrs=t,this.contentAttrs=e,i}showAnnouncements(t){let e=!0;for(let i of t)for(let t of i.effects)t.is(iO.announce)&&(e&&(this.announceDOM.textContent=""),e=!1,this.announceDOM.appendChild(document.createElement("div")).textContent=t.value)}mountStyles(){this.styleModules=this.state.facet(es);let t=this.state.facet(iO.cspNonce);a.G.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.spec!=t)&&this.pluginMap.set(t,e=this.plugins.find(e=>e.spec==t)||null),e&&e.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(t){return this.readMeasured(),this.viewState.elementAtHeight(t)}lineBlockAtHeight(t){return this.readMeasured(),this.viewState.lineBlockAtHeight(t)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(t){return this.viewState.lineBlockAt(t)}get contentHeight(){return this.viewState.contentHeight}moveByChar(t,e,i){return ey(this,t,ev(this,t,e,i))}moveByGroup(t,e){return ey(this,t,ev(this,t,e,e=>{var i;let n,s;return i=t.head,s=(n=this.state.charCategorizer(i))(e),t=>{let e=n(t);return s==l.Je.Space&&(s=e),s==e}}))}visualLineSide(t,e){let i=this.bidiSpans(t),n=this.textDirectionAt(t.from),s=i[e?i.length-1:0];return l.OF.cursor(s.side(e,n)+t.from,s.forward(!e,n)?1:-1)}moveToLineBoundary(t,e,i=!0){return function(t,e,i,n){let s=eg(t,e.head),r=n&&s.type==tu.Text&&(t.lineWrapping||s.widgetLineBreaks)?t.coordsAtPos(e.assoc<0&&e.head>s.from?e.head-1:e.head):null;if(r){let e=t.dom.getBoundingClientRect(),n=t.textDirectionAt(s.from),o=t.posAtCoords({x:i==(n==tC.LTR)?e.right-1:e.left+1,y:(r.top+r.bottom)/2});if(null!=o)return l.OF.cursor(o,i?-1:1)}return l.OF.cursor(i?s.to:s.from,i?-1:1)}(this,t,e,i)}moveVertically(t,e,i){return ey(this,t,function(t,e,i,n){let s=e.head,r=i?1:-1;if(s==(i?t.state.doc.length:0))return l.OF.cursor(s,e.assoc);let o=e.goalColumn,a,h=t.contentDOM.getBoundingClientRect(),c=t.coordsAtPos(s,e.assoc||-1),u=t.documentTop;if(c)null==o&&(o=c.left-h.left),a=r<0?c.top:c.bottom;else{let e=t.viewState.lineBlockAt(s);null==o&&(o=Math.min(h.right-h.left,t.defaultCharacterWidth*(s-e.from))),a=(r<0?e.top:e.bottom)+u}let d=h.left+o,f=null!=n?n:t.viewState.heightOracle.textHeight>>1;for(let e=0;;e+=10){let i=a+(f+e)*r,n=ep(t,{x:d,y:i},!1,r);if(i<h.top||i>h.bottom||(r<0?n<s:n>s)){let e=t.docView.coordsForChar(n),s=!e||i<e.top?-1:1;return l.OF.cursor(n,s,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 n=this.state.doc.lineAt(t),s=this.bidiSpans(n);return C(i,s[tB.find(s,t-n.from,-1,e)].dir==tC.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(tU)||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>iD)return tI(t.length);let e=this.textDirectionAt(t.from),i;for(let n of this.bidiCache)if(n.from==t.from&&n.dir==e&&(n.fresh||function t(e,i){if(e.length!=i.length)return!1;for(let n=0;n<e.length;n++){let s=e[n],r=i[n];if(s.from!=r.from||s.to!=r.to||s.direction!=r.direction||!t(s.inner,r.inner))return!1}return!0}(n.isolates,i=ee(this,t))))return n.order;i||(i=ee(this,t));let n=function(t,e,i){if(!t)return[new tB(0,0,+(e==tM))];if(e==tA&&!i.length&&!tP.test(t))return tI(t.length);if(i.length)for(;t.length>tN.length;)tN[tN.length]=256;let n=[],s=+(e!=tA);return function t(e,i,n,s,r,o,l){let a=i%2?2:1;!function(t,e,i,n,s){for(let r=0;r<=n.length;r++){let o=r?n[r-1].to:e,l=r<n.length?n[r].from:i,a=r?256:s;for(let e=o,i=a,n=a;e<l;e++){let s=tL(t.charCodeAt(e));512==s?s=i:8==s&&4==n&&(s=16),tN[e]=4==s?2:s,7&s&&(n=s),i=s}for(let t=o,e=a,n=a;t<l;t++){let s=tN[t];if(128==s)t<l-1&&e==tN[t+1]&&24&e?s=tN[t]=e:tN[t]=256;else if(64==s){let s=t+1;for(;s<l&&64==tN[s];)s++;let r=t&&8==e||s<i&&8==tN[s]?1==n?1:8:256;for(let e=t;e<s;e++)tN[e]=r;t=s-1}else 8==s&&1==n&&(tN[t]=1);e=s,7&s&&(n=s)}}}(e,r,o,s,a),function(t,e,i,n,s){let r=1==s?2:1;for(let o=0,l=0,a=0;o<=n.length;o++){let h=o?n[o-1].to:e,c=o<n.length?n[o].from:i;for(let e=h,i,n,o;e<c;e++)if(n=tE[i=t.charCodeAt(e)])if(n<0){for(let t=l-3;t>=0;t-=3)if(tR[t+1]==-n){let i=tR[t+2],n=2&i?s:4&i?1&i?r:s:0;n&&(tN[e]=tN[tR[t]]=n),l=t;break}}else if(189==tR.length)break;else tR[l++]=e,tR[l++]=i,tR[l++]=a;else if(2==(o=tN[e])||1==o){let t=o==s;a=+!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,s,a),function(t,e,i,n){for(let s=0,r=n;s<=i.length;s++){let o=s?i[s-1].to:t,l=s<i.length?i[s].from:e;for(let a=o;a<l;){let o=tN[a];if(256==o){let o=a+1;for(;;)if(o==l){if(s==i.length)break;o=i[s++].to,l=s<i.length?i[s].from:e}else if(256==tN[o])o++;else break;let h=1==r,c=h==((o<e?tN[o]:n)==1)?h?1:2:n;for(let e=o,n=s,r=n?i[n-1].to:t;e>a;)e==r&&(e=i[--n].from,r=n?i[n-1].to:t),tN[--e]=c;a=o}else r=o,a++}}}(r,o,s,a),function e(i,n,s,r,o,l,a){let h=r%2?2:1;if(r%2==o%2)for(let c=n,u=0;c<s;){let n=!0,d=!1;if(u==l.length||c<l[u].from){let t=tN[c];t!=h&&(n=!1,d=16==t)}let f=n||1!=h?null:[],p=n?r:r+1,m=c;i:for(;;)if(u<l.length&&m==l[u].from){if(d)break;let e=l[u];if(!n)for(let t=e.to,i=u+1;;){if(t==s)break i;if(i<l.length&&l[i].from==t)t=l[i++].to;else if(tN[t]==h)break i;else break}u++,f?f.push(e):(e.from>c&&a.push(new tB(c,e.from,p)),t(i,e.direction==tA!=!(p%2)?r+1:r,o,e.inner,e.from,e.to,a),c=e.to),m=e.to}else if(m==s||(n?tN[m]!=h:tN[m]==h))break;else m++;f?e(i,c,m,r+1,o,f,a):c<m&&a.push(new tB(c,m,p)),c=m}else for(let c=s,u=l.length;c>n;){let s=!0,d=!1;if(!u||c>l[u-1].to){let t=tN[c-1];t!=h&&(s=!1,d=16==t)}let f=s||1!=h?null:[],p=s?r:r+1,m=c;i:for(;;)if(u&&m==l[u-1].to){if(d)break;let e=l[--u];if(!s)for(let t=e.from,i=u;;){if(t==n)break i;if(i&&l[i-1].to==t)t=l[--i].from;else if(tN[t-1]==h)break i;else break}f?f.push(e):(e.to<c&&a.push(new tB(e.to,c,p)),t(i,e.direction==tA!=!(p%2)?r+1:r,o,e.inner,e.from,e.to,a),c=e.from),m=e.from}else if(m==n||(s?tN[m-1]!=h:tN[m-1]==h))break;else m--;f?e(i,m,c,r+1,o,f,a):m<c&&a.push(new tB(m,c,p)),c=m}}(e,r,o,i,n,s,l)}(t,s,s,i,0,t.length,n),n}(t.text,e,i);return this.bidiCache.push(new iE(t.from,t.to,e,i,!0,n)),n}get hasFocus(){var t;return(this.dom.ownerDocument.hasFocus()||Q.safari&&(null==(t=this.inputState)?void 0:t.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{D(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 tZ.of(new tG("number"==typeof t?l.OF.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 tZ.of(new tG(l.OF.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=a.G.newName(),n=[id.of(i),es.of(iy(`.${i}`,t))];return e&&e.dark&&n.push(ip.of(!0)),n}static baseTheme(t){return l.Nb.lowest(es.of(iy("."+im,t,iw)))}static findFromDOM(t){var e;let i=t.querySelector(".cm-content"),n=i&&F.get(i)||F.get(t);return(null==(e=null==n?void 0:n.rootView)?void 0:e.view)||null}}iO.styleModule=es,iO.inputHandler=tj,iO.clipboardInputFilter=tK,iO.clipboardOutputFilter=t$,iO.scrollHandler=tJ,iO.focusChangeEffect=tq,iO.perLineTextDirection=tU,iO.exceptionSink=tW,iO.updateListener=t_,iO.editable=t0,iO.mouseSelectionStyle=tV,iO.dragMovesSelection=tz,iO.clickAddsSelectionRange=tH,iO.decorations=t9,iO.outerDecorations=t6,iO.atomicRanges=t7,iO.bidiIsolatedRanges=et,iO.scrollMargins=ei,iO.darkTheme=ip,iO.cspNonce=l.sj.define({combine:t=>t.length?t[0]:""}),iO.contentAttributes=t5,iO.editorAttributes=t4,iO.lineWrapping=iO.contentAttributes.of({class:"cm-lineWrapping"}),iO.announce=l.Pe.define();let iD=4096,iT={};class iE{constructor(t,e,i,n,s,r){this.from=t,this.to=e,this.dir=i,this.isolates=n,this.fresh=s,this.order=r}static update(t,e){if(e.empty&&!t.some(t=>t.fresh))return t;let i=[],n=t.length?t[t.length-1].dir:tC.LTR;for(let s=Math.max(0,t.length-10);s<t.length;s++){let r=t[s];r.dir!=n||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 n=t.state.facet(e),s=n.length-1;s>=0;s--){let e=n[s],r="function"==typeof e?e(t):e;r&&to(r,i)}return i}let iL=Q.mac?"mac":Q.windows?"win":Q.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 iB=l.Nb.default(iO.domEventHandlers({keydown:(t,e)=>iW(iF(e.state),t,e,"editor")})),iN=l.sj.define({enables:iB}),iI=new WeakMap;function iF(t){let e=t.facet(iN),i=iI.get(e);return i||iI.set(e,i=function(t,e=iL){let i=Object.create(null),n=Object.create(null),s=(t,e)=>{let i=n[t];if(null==i)n[t]=e;else if(i!=e)throw Error("Key binding "+t+" is used both as a regular binding and as a multi-stroke prefix")},r=(t,n,r,o,l)=>{var a,h;let c=i[t]||(i[t]=Object.create(null)),u=n.split(/ (?!$)/).map(t=>(function(t,e){let i,n,s,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))n=!0;else if(/^s(hift)?$/i.test(l))s=!0;else if(/^mod$/i.test(l))"mac"==e?r=!0:n=!0;else throw Error("Unrecognized modifier name: "+l)}return i&&(l="Alt-"+l),n&&(l="Ctrl-"+l),r&&(l="Meta-"+l),s&&(l="Shift-"+l),l})(t,e));for(let e=1;e<u.length;e++){let i=u.slice(0,e).join(" ");s(i,!0),c[i]||(c[i]={preventDefault:!0,stopPropagation:!1,run:[e=>{let n=iz={view:e,prefix:i,scope:t};return setTimeout(()=>{iz==n&&(iz=null)},4e3),!0}]})}let d=u.join(" ");s(d,!1);let f=c[d]||(c[d]={preventDefault:!1,stopPropagation:!1,run:(null==(h=null==(a=c._any)?void 0:a.run)?void 0:h.slice())||[]});r&&f.run.push(r),o&&(f.preventDefault=!0),l&&(f.stopPropagation=!0)};for(let n of t){let t=n.scope?n.scope.split(" "):["editor"];if(n.any)for(let e of t){let t=i[e]||(i[e]=Object.create(null));t._any||(t._any={preventDefault:!1,stopPropagation:!1,run:[]});let{any:s}=n;for(let e in t)t[e].run.push(t=>s(t,iV))}let s=n[e]||n.key;if(s)for(let e of t)r(e,s,n.run,n.preventDefault,n.stopPropagation),n.shift&&r(e,"Shift-"+s,n.shift,n.preventDefault,n.stopPropagation)}return i}(e.reduce((t,e)=>t.concat(e),[]))),i}function iH(t,e,i){return iW(iF(t.state),e,t,i)}let iz=null,iV=null;function iW(t,e,i,n){var s;iV=e;let r=("Esc"==(s=!(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:h)[e.keyCode]||e.key||"Unidentified")&&(s="Escape"),"Del"==s&&(s="Delete"),"Left"==s&&(s="ArrowLeft"),"Up"==s&&(s="ArrowUp"),"Right"==s&&(s="ArrowRight"),"Down"==s&&(s="ArrowDown"),s),o=(0,l.vS)(r,0),a=(0,l.Fh)(o)==r.length&&" "!=r,f="",p=!1,m=!1,g=!1;iz&&iz.view==i&&iz.scope==n&&(f=iz.prefix+" ",0>eT.indexOf(e.keyCode)&&(m=!0,iz=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&&(g=!0),!0;t.preventDefault&&(t.stopPropagation&&(g=!0),m=!0)}return!1},y=t[n],b,x;return y&&(w(y[f+iP(r,e,!a)])?p=!0:a&&(e.altKey||e.metaKey||e.ctrlKey)&&!(Q.windows&&e.ctrlKey&&e.altKey)&&(b=h[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):a&&e.shiftKey&&w(y[f+iP(r,e,!0)])&&(p=!0),!p&&w(y._any)&&(p=!0)),m&&(p=!0),p&&g&&e.stopPropagation(),iV=null,p}class i_{constructor(t,e,i,n,s){this.className=t,this.left=e,this.top=i,this.width=n,this.height=s}draw(){let t=document.createElement("div");return t.className=this.className,this.adjust(t),t}update(t,e){return e.className==this.className&&(this.adjust(t),!0)}adjust(t){t.style.left=this.left+"px",t.style.top=this.top+"px",null!=this.width&&(t.style.width=this.width+"px"),t.style.height=this.height+"px"}eq(t){return this.left==t.left&&this.top==t.top&&this.width==t.width&&this.height==t.height&&this.className==t.className}static forRange(t,e,i){if(!i.empty)return function(t,e,i){if(i.to<=t.viewport.from||i.from>=t.viewport.to)return[];let n=Math.max(i.from,t.viewport.from),s=Math.min(i.to,t.viewport.to),r=t.textDirection==tC.LTR,o=t.contentDOM,l=o.getBoundingClientRect(),a=ij(t),h=o.querySelector(".cm-line"),c=h&&window.getComputedStyle(h),u=l.left+(c?parseInt(c.paddingLeft)+Math.min(0,parseInt(c.textIndent)):0),d=l.right-(c?parseInt(c.paddingRight):0),f=eg(t,n),p=eg(t,s),m=f.type==tu.Text?f:null,g=p.type==tu.Text?p:null;if(m&&(t.lineWrapping||f.widgetLineBreaks)&&(m=iq(t,n,1,m)),g&&(t.lineWrapping||p.widgetLineBreaks)&&(g=iq(t,s,-1,g)),m&&g&&m.from==g.from&&m.to==g.to)return w(y(i.from,i.to,m));{let e=m?y(i.from,null,m):b(f,!1),n=g?y(null,i.to,g):b(p,!0),s=[];return(m||f).to<(g||p).from-(m&&g?1:0)||f.widgetLineBreaks>1&&e.bottom+t.defaultLineHeight/2<n.top?s.push(v(u,e.bottom,d,n.top)):e.bottom<n.top&&t.elementAtHeight((e.bottom+n.top)/2).type==tu.Text&&(e.bottom=n.top=(e.bottom+n.top)/2),w(e).concat(s).concat(w(n))}function v(t,i,n,s){return new i_(e,t-a.left,i-a.top,n-t,s-i)}function w({top:t,bottom:e,horizontal:i}){let n=[];for(let s=0;s<i.length;s+=2)n.push(v(i[s],t,i[s+1],e));return n}function y(e,i,n){let s=1e9,o=-1e9,l=[];function a(e,i,a,h,c){let f=t.coordsAtPos(e,e==n.to?-2:2),p=t.coordsAtPos(a,a==n.from?2:-2);f&&p&&(s=Math.min(f.top,p.top,s),o=Math.max(f.bottom,p.bottom,o),c==tC.LTR?l.push(r&&i?u:f.left,r&&h?d:p.right):l.push(!r&&h?u:p.left,!r&&i?d:f.right))}let h=null!=e?e:n.from,c=null!=i?i:n.to;for(let n of t.visibleRanges)if(n.to>h&&n.from<c)for(let s=Math.max(n.from,h),r=Math.min(n.to,c);;){let n=t.state.doc.lineAt(s);for(let o of t.bidiSpans(n)){let t=o.from+n.from,l=o.to+n.from;if(t>=r)break;l>s&&a(Math.max(t,s),null==e&&t<=h,Math.min(l,r),null==i&&l>=c,o.dir)}if((s=n.to+1)>=r)break}return 0==l.length&&a(h,null==e,c,null==i,t.textDirection),{top:s,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 n=t.coordsAtPos(i.head,i.assoc||1);if(!n)return[];let s=ij(t);return[new i_(e,n.left-s.left,n.top-s.top,null,n.bottom-n.top)]}}}function ij(t){let e=t.scrollDOM.getBoundingClientRect();return{left:(t.textDirection==tC.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,n){let s=t.coordsAtPos(e,2*i);if(!s)return n;let r=t.dom.getBoundingClientRect(),o=(s.top+s.bottom)/2,l=t.posAtCoords({x:r.left+1,y:o}),a=t.posAtCoords({x:r.right-1,y:o});return null==l||null==a?n:{from:Math.max(n.from,Math.min(l,a)),to:Math.min(n.to,Math.max(l,a))}}class 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 n of t)n.update&&e&&n.constructor&&this.drawn[i].constructor&&n.update(e,this.drawn[i])?(e=e.nextSibling,i++):this.dom.insertBefore(n.draw(),e);for(;e;){let t=e.nextSibling;e.remove(),e=t}this.drawn=t}}destroy(){this.layer.destroy&&this.layer.destroy(this.dom,this.view),this.dom.remove()}}let i$=l.sj.define();function iU(t){return[t3.define(e=>new iK(e,t)),i$.of(t)]}let iY=!(Q.ios&&Q.webkit&&Q.webkit_version<534),iJ=l.sj.define({combine:t=>(0,l.QR)(t,{cursorBlinkRate:1200,drawRangeCursor:!0},{cursorBlinkRate:(t,e)=>Math.min(t,e),drawRangeCursor:(t,e)=>t||e})});function iG(t={}){return[iJ.of(t),iX,i0,i2,tY.of(!0)]}function iZ(t){return t.startState.facet(iJ)!=t.state.facet(iJ)}let iX=iU({above:!0,markers(t){let{state:e}=t,i=e.facet(iJ),n=[];for(let s of e.selection.ranges){let r=s==e.selection.main;if(s.empty?!r||iY:i.drawRangeCursor){let e=r?"cm-cursor cm-cursor-primary":"cm-cursor cm-cursor-secondary",i=s.empty?s:l.OF.cursor(s.head,s.head>s.anchor?-1:1);for(let s of i_.forRange(t,e,i))n.push(s)}}return n},update(t,e){t.transactions.some(t=>t.selection)&&(e.style.animationName="cm-blink"==e.style.animationName?"cm-blink2":"cm-blink");let i=iZ(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(iJ).cursorBlinkRate+"ms"}let i0=iU({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||iZ(t),class:"cm-selectionLayer"}),i1={".cm-line":{"& ::selection, &::selection":{backgroundColor:"transparent !important"}},".cm-content":{"& :focus":{caretColor:"initial !important","&::selection, & ::selection":{backgroundColor:"Highlight !important"}}}};iY&&(i1[".cm-line"].caretColor=i1[".cm-content"].caretColor="transparent !important");let i2=l.Nb.highest(iO.theme(i1)),i3=l.Pe.define({map:(t,e)=>null==t?null:e.mapPos(t)}),i8=l.sU.define({create:()=>null,update:(t,e)=>(null!=t&&(t=e.changes.mapPos(t)),e.effects.reduce((t,e)=>e.is(i3)?e.value:t,t))}),i4=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(i8);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(i8)!=i||t.docChanged||t.geometryChanged)&&this.view.requestMeasure(this.measureReq))}readPos(){let{view:t}=this,e=t.state.field(i8),i=null!=e&&t.coordsAtPos(e);if(!i)return null;let n=t.scrollDOM.getBoundingClientRect();return{left:i.left-n.left+t.scrollDOM.scrollLeft*t.scaleX,top:i.top-n.top+t.scrollDOM.scrollTop*t.scaleY,height:i.bottom-i.top}}drawCursor(t){if(this.cursor){let{scaleX:e,scaleY:i}=this.view;t?(this.cursor.style.left=t.left/e+"px",this.cursor.style.top=t.top/i+"px",this.cursor.style.height=t.height/i+"px"):this.cursor.style.left="-100000px"}}destroy(){this.cursor&&this.cursor.remove()}setDropPos(t){this.view.state.field(i8)!=t&&this.view.dispatch({effects:i3.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 i5(){return[i8,i4]}function i9(t,e,i,n,s){e.lastIndex=0;for(let r=t.iterRange(i,n),o=i,l;!r.next().done;o+=r.value.length)if(!r.lineBreak)for(;l=e.exec(r.value);)s(o+l.index,l)}class i6{constructor(t){const{regexp:e,decoration:i,decorate:n,boundary:s,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,n)this.addMatch=(t,e,i,s)=>n(s,i,i+t[0].length,t,e);else if("function"==typeof i)this.addMatch=(t,e,n,s)=>{let r=i(t,e,n);r&&s(n,n+t[0].length,r)};else if(i)this.addMatch=(t,e,n,s)=>s(n,n+t[0].length,i);else throw RangeError("Either 'decorate' or 'decoration' should be provided to MatchDecorator");this.boundary=s,this.maxLength=r}createDeco(t){let e=new l.vB,i=e.add.bind(e);for(let{from:e,to:n}of function(t,e){let i=t.visibleRanges;if(1==i.length&&i[0].from==t.viewport.from&&i[0].to==t.viewport.to)return i;let n=[];for(let{from:s,to:r}of i)s=Math.max(t.state.doc.lineAt(s).from,s-e),r=Math.min(t.state.doc.lineAt(r).to,r+e),n.length&&n[n.length-1].to>=s?n[n.length-1].to=r:n.push({from:s,to:r});return n}(t,this.maxLength))i9(t.state.doc,this.regexp,e,n,(e,n)=>this.addMatch(n,t,e,i));return e.finish()}updateDeco(t,e){let i=1e9,n=-1;return(t.docChanged&&t.changes.iterChanges((e,s,r,o)=>{o>=t.view.viewport.from&&r<=t.view.viewport.to&&(i=Math.min(r,i),n=Math.max(o,n))}),t.viewportMoved||n-i>1e3)?this.createDeco(t.view):n>-1?this.updateRange(t.view,e.map(t.changes),i,n):e}updateRange(t,e,i,n){for(let s of t.visibleRanges){let r=Math.max(s.from,i),o=Math.min(s.to,n);if(o>r){let i=t.state.doc.lineAt(r),n=i.to<o?t.state.doc.lineAt(o):i,l=Math.max(s.from,i.from),a=Math.min(s.to,n.to);if(this.boundary){for(;r>i.from;r--)if(this.boundary.test(i.text[r-1-i.from])){l=r;break}for(;o<n.to;o++)if(this.boundary.test(n.text[o-n.from])){a=o;break}}let h=[],c,u=(t,e,i)=>h.push(i.range(t,e));if(i==n)for(this.regexp.lastIndex=l-i.from;(c=this.regexp.exec(i.text))&&c.index<a-i.from;)this.addMatch(c,t,c.index+i.from,u);else i9(t.state.doc,this.regexp,l,a,(e,i)=>this.addMatch(i,t,e,u));e=e.update({filterFrom:l,filterTo:a,filter:(t,e)=>t<l||e>a,add:h})}}return e}}let i7=null!=/x/.unicode?"gu":"g",nt=RegExp("[\0-\b\n-\x1f\x7f-\x9f\xad\u2028\u2029\uFEFF-]",i7),ne={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"},ni=null,nn=l.sj.define({combine(t){let e=(0,l.QR)(t,{render:null,specialChars:nt,addSpecialChars:null});return(e.replaceTabs=!function(){var t;if(null==ni&&"undefined"!=typeof document&&document.body){let e=document.body.style;ni=(null!=(t=e.tabSize)?t:e.MozTabSize)!=null}return ni||!1}())&&(e.specialChars=RegExp(" |"+e.specialChars.source,i7)),e.addSpecialChars&&(e.specialChars=RegExp(e.specialChars.source+"|"+e.addSpecialChars.source,i7)),e}});function ns(t={}){return[nn.of(t),nr||(nr=t3.fromClass(class{constructor(t){this.view=t,this.decorations=td.none,this.decorationCache=Object.create(null),this.decorator=this.makeDecorator(t.state.facet(nn)),this.decorations=this.decorator.createDeco(t)}makeDecorator(t){return new i6({regexp:t.specialChars,decoration:(e,i,n)=>{let{doc:s}=i.state,r=(0,l.vS)(e[0],0);if(9==r){let t=s.lineAt(n),e=i.state.tabSize,r=(0,l.y$)(t.text,e,n-t.from);return td.replace({widget:new nl((e-r%e)*this.view.defaultCharacterWidth/this.view.scaleX)})}return this.decorationCache[r]||(this.decorationCache[r]=td.replace({widget:new no(t,r)}))},boundary:t.replaceTabs?void 0:/[^]/})}update(t){let e=t.state.facet(nn);t.startState.facet(nn)!=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 nr=null;class no 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),n=t.state.phrase("Control character")+" "+(ne[this.code]||"0x"+this.code.toString(16)),s=this.options.render&&this.options.render(this.code,n,i);if(s)return s;let r=document.createElement("span");return r.textContent=i,r.title=n,r.setAttribute("aria-label",n),r.className="cm-specialChar",r}ignoreEvent(){return!1}}class nl 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 na(){return nc}let nh=td.line({class:"cm-activeLine"}),nc=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 n of t.state.selection.ranges){let s=t.lineBlockAt(n.head);s.from>e&&(i.push(nh.range(s.from)),e=s.from)}return td.set(i)}},{decorations:t=>t.decorations});class nu 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)),"string"==typeof this.content?e.setAttribute("aria-label","placeholder "+this.content):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),n=C(e[0],"rtl"!=i.direction),s=parseInt(i.lineHeight);return n.bottom-n.top>1.5*s?{left:n.left,right:n.right,top:n.top,bottom:n.top+s}:n}ignoreEvent(){return!1}}function nd(t){return t3.fromClass(class{constructor(e){this.view=e,this.placeholder=t?td.set([td.widget({widget:new nu(t),side:1}).range(0)]):td.none}get decorations(){return this.view.state.doc.length?td.none:this.placeholder}},{decorations:t=>t.decorations})}function nf(t,e){var i;let n,s=t.posAtCoords({x:e.clientX,y:e.clientY},!1),r=t.state.doc.lineAt(s),o=s-r.from,a=o>2e3?-1:o==r.length?(i=e.clientX,(n=t.coordsAtPos(t.viewport.from))?Math.round(Math.abs((n.left-i)/t.defaultCharacterWidth)):-1):(0,l.y$)(r.text,t.state.tabSize,s-r.from);return{line:r.number,col:a,off:o}}function np(t){let e=(null==t?void 0:t.eventFilter)||(t=>t.altKey&&0==t.button);return iO.mouseSelectionStyle.of((t,i)=>{let n,s;return e(i)?(n=nf(t,i),s=t.state.selection,n?{update(t){if(t.docChanged){let e=t.changes.mapPos(t.startState.doc.line(n.line).from),i=t.state.doc.lineAt(e);n={line:i.number,col:n.col,off:Math.min(n.off,i.length)},s=s.map(t.changes)}},get(e,i,r){let o=nf(t,e);if(!o)return s;let a=function(t,e,i){let n=Math.min(e.line,i.line),s=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),a=Math.max(e.off,i.off);for(let e=n;e<=s;e++){let i=t.doc.line(e);i.length<=a&&r.push(l.OF.range(i.from+o,i.to+a))}}else{let o=Math.min(e.col,i.col),a=Math.max(e.col,i.col);for(let e=n;e<=s;e++){let i=t.doc.line(e),n=(0,l.kn)(i.text,o,t.tabSize,!0);if(n<0)r.push(l.OF.cursor(i.to));else{let e=(0,l.kn)(i.text,a,t.tabSize);r.push(l.OF.range(i.from+n,i.from+e))}}}return r}(t.state,n,o);return a.length?r?l.OF.create(a.concat(s.ranges)):l.OF.create(a):s}}:null):null})}let nm={Alt:[18,t=>!!t.altKey],Control:[17,t=>!!t.ctrlKey],Shift:[16,t=>!!t.shiftKey],Meta:[91,t=>!!t.metaKey]},ng={style:"cursor: crosshair"};function nv(t={}){let[e,i]=nm[t.key||"Alt"],n=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[n,iO.contentAttributes.of(t=>{var e;return(null==(e=t.plugin(n))?void 0:e.isDown)?ng:null})]}let nw="-10000px";class ny{constructor(t,e,i,n){this.facet=e,this.createTooltipView=i,this.removeTooltipView=n,this.input=t.state.facet(e),this.tooltips=this.input.filter(t=>t);let s=null;this.tooltipViews=this.tooltips.map(t=>s=i(t,s))}update(t,e){var i;let n=t.state.facet(this.facet),s=n.filter(t=>t);if(n===this.input){for(let e of this.tooltipViews)e.update&&e.update(t);return!1}let r=[],o=e?[]:null;for(let i=0;i<s.length;i++){let n=s[i],l=-1;if(n){for(let t=0;t<this.tooltips.length;t++){let e=this.tooltips[t];e&&e.create==n.create&&(l=t)}if(l<0)r[i]=this.createTooltipView(n,i?r[i-1]:null),o&&(o[i]=!!n.above);else{let n=r[i]=this.tooltipViews[l];o&&(o[i]=e[l]),n.update&&n.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=n,this.tooltips=s,this.tooltipViews=r,!0}}function nb(t){let e=t.dom.ownerDocument.documentElement;return{top:0,left:0,bottom:e.clientHeight,right:e.clientWidth}}let nx=l.sj.define({combine:t=>{var e,i,n;return{position:Q.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==(n=t.find(t=>t.tooltipSpace))?void 0:n.tooltipSpace)||nb}}}),nk=new WeakMap,nS=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(nx);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 ny(t,nO,(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,n=t.state.facet(nx);if(n.position!=this.position&&!this.madeAbsolute){for(let t of(this.position=n.position,this.manager.tooltipViews))t.dom.style.position=this.position;i=!0}if(n.parent!=this.parent){for(let t of(this.parent&&this.container.remove(),this.parent=n.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),n=e?e.dom:null;if(i.dom.classList.add("cm-tooltip"),t.arrow&&!i.dom.querySelector(".cm-tooltip > .cm-tooltip-arrow")){let t=document.createElement("div");t.className="cm-tooltip-arrow",i.dom.appendChild(t)}return i.dom.style.position=this.position,i.dom.style.top=nw,i.dom.style.left="0px",this.container.insertBefore(i.dom,n),i.mount&&i.mount(this.view),this.resizeObserver&&this.resizeObserver.observe(i.dom),i}destroy(){var t,e,i;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(Q.gecko)i=t.offsetParent!=this.container.ownerDocument.body;else if(t.style.top==nw&&"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 n=this.view.scrollDOM.getBoundingClientRect(),s=en(this.view);return{visible:{left:n.left+s.left,top:n.top+s.top,right:n.right-s.right,bottom:n.bottom-s.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(nx).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:n,scaleX:s,scaleY:r}=t,o=[];for(let l=0;l<this.manager.tooltips.length;l++){let a=this.manager.tooltips[l],h=this.manager.tooltipViews[l],{dom:c}=h,u=t.pos[l],d=t.size[l];if(!u||!1!==a.clip&&(u.bottom<=Math.max(i.top,n.top)||u.top>=Math.min(i.bottom,n.bottom)||u.right<Math.max(i.left,n.left)-.1||u.left>Math.min(i.right,n.right)+.1)){c.style.top=nw;continue}let f=a.arrow?h.dom.querySelector(".cm-tooltip-arrow"):null,p=7*!!f,m=d.right-d.left,g=null!=(e=nk.get(h))?e:d.bottom-d.top,v=h.offset||nM,w=this.view.textDirection==tC.LTR,y=d.width>n.right-n.left?w?n.left:n.right-d.width:w?Math.max(n.left,Math.min(u.left-14*!!f+v.x,n.right-m)):Math.min(Math.max(n.left,u.left-m+14*!!f-v.x),n.right-m),b=this.above[l];!a.strictSide&&(b?u.top-g-p-v.y<n.top:u.bottom+g+p+v.y>n.bottom)&&b==n.bottom-u.bottom>u.top-n.top&&(b=this.above[l]=!b);let x=(b?u.top-n.top:n.bottom-u.bottom)-p;if(x<g&&!1!==h.resize){if(x<this.view.defaultLineHeight){c.style.top=nw;continue}nk.set(h,g),c.style.height=(g=x)/r+"px"}else c.style.height&&(c.style.height="");let k=b?u.top-g-p-v.y:u.bottom+p+v.y,S=y+m;if(!0!==h.overlap)for(let t of o)t.left<S&&t.right>y&&t.top<k+g&&t.bottom>k&&(k=b?t.top-g-2-p:t.bottom+p+2);if("absolute"==this.position?(c.style.top=(k-t.parent.top)/r+"px",nC(c,(y-t.parent.left)/s)):(c.style.top=k/r+"px",nC(c,y/s)),f){let t=u.left+(w?v.x:-v.x)-(y+14-7);f.style.left=t/s+"px"}!0!==h.overlap&&o.push({left:y,top:k,right:S,bottom:k+g}),c.classList.toggle("cm-tooltip-above",b),c.classList.toggle("cm-tooltip-below",!b),h.positioned&&h.positioned(t.space)}}maybeMeasure(){if(this.manager.tooltips.length&&(this.view.inView&&this.view.requestMeasure(this.measureReq),this.inView!=this.view.inView)&&(this.inView=this.view.inView,!this.inView))for(let t of this.manager.tooltipViews)t.dom.style.top=nw}},{eventObservers:{scroll(){this.maybeMeasure()}}});function nC(t,e){let i=parseInt(t.style.left,10);(isNaN(i)||Math.abs(e-i)>1)&&(t.style.left=e+"px")}let nA=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"}}}),nM={x:0,y:0},nO=l.sj.define({enables:[nS,nA]}),nD=l.sj.define({combine:t=>t.reduce((t,e)=>t.concat(e),[])});class nT{static create(t){return new nT(t)}constructor(t){this.view=t,this.mounted=!1,this.dom=document.createElement("div"),this.dom.classList.add("cm-tooltip-hover"),this.manager=new ny(t,nD,(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 n=i[t];if(void 0!==n){if(void 0===e)e=n;else if(e!==n)return}}return e}get offset(){return this.passProp("offset")}get getCoords(){return this.passProp("getCoords")}get overlap(){return this.passProp("overlap")}get resize(){return this.passProp("resize")}}let nE=nO.compute([nD],t=>{let e=t.facet(nD);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:nT.create,above:e[0].above,arrow:e.some(t=>t.arrow)}});class nR{constructor(t,e,i,n,s){this.view=t,this.source=e,this.field=i,this.setHover=n,this.hoverTime=s,this.hoverTimeout=-1,this.restartTimeout=-1,this.pending=null,this.lastMove={x:0,y:0,target:t.dom,time:0},this.checkHover=this.checkHover.bind(this),t.dom.addEventListener("mouseleave",this.mouseleave=this.mouseleave.bind(this)),t.dom.addEventListener("mousemove",this.mousemove=this.mousemove.bind(this))}update(){this.pending&&(this.pending=null,clearTimeout(this.restartTimeout),this.restartTimeout=setTimeout(()=>this.startHover(),20))}get active(){return this.view.state.field(this.field)}checkHover(){if(this.hoverTimeout=-1,this.active.length)return;let t=Date.now()-this.lastMove.time;t<this.hoverTime?this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime-t):this.startHover()}startHover(){clearTimeout(this.restartTimeout);let{view:t,lastMove:e}=this,i=t.docView.nearest(e.target);if(!i)return;let n,s=1;if(i instanceof ti)n=i.posAtStart;else{if(null==(n=t.posAtCoords(e)))return;let i=t.coordsAtPos(n);if(!i||e.y<i.top||e.y>i.bottom||e.x<i.left-t.defaultCharacterWidth||e.x>i.right+t.defaultCharacterWidth)return;let r=t.bidiSpans(t.state.doc.lineAt(n)).find(t=>t.from<=n&&t.to>=n),o=r&&r.dir==tC.RTL?-1:1;s=e.x<i.left?-o:o}let r=this.source(t,n,s);if(null==r?void 0:r.then){let e=this.pending={pos:n};r.then(i=>{this.pending==e&&(this.pending=null,i&&!(Array.isArray(i)&&!i.length)&&t.dispatch({effects:this.setHover.of(Array.isArray(i)?i:[i])}))},e=>tQ(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(nS),e=t?t.manager.tooltips.findIndex(t=>t.create==nT.create):-1;return e>-1?t.manager.tooltipViews[e]:null}mousemove(t){var e,i;this.lastMove={x:t.clientX,y:t.clientY,target:t.target,time:Date.now()},this.hoverTimeout<0&&(this.hoverTimeout=setTimeout(this.checkHover,this.hoverTime));let{active:n,tooltip:s}=this;if(n.length&&s&&!function(t,e){let{left:i,right:n,top:s,bottom:r}=t.getBoundingClientRect(),o;if(o=t.querySelector(".cm-tooltip-arrow")){let t=o.getBoundingClientRect();s=Math.min(t.top,s),r=Math.max(t.bottom,r)}return e.clientX>=i-4&&e.clientX<=n+4&&e.clientY>=s-4&&e.clientY<=r+4}(s.dom,t)||this.pending){let{pos:s}=n[0]||this.pending,r=null!=(i=null==(e=n[0])?void 0:e.end)?i:s;(s==r?this.view.posAtCoords(this.lastMove)!=s:!function(t,e,i,n,s,r){let o=t.scrollDOM.getBoundingClientRect(),l=t.documentTop+t.documentPadding.top+t.contentHeight;if(o.left>n||o.right<n||o.top>s||Math.min(o.bottom,l)<s)return!1;let a=t.posAtCoords({x:n,y:s},!1);return a>=e&&a<=i}(this.view,s,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 nL(t,e={}){let i=l.Pe.define(),n=l.sU.define({create:()=>[],update(t,n){if(t.length&&(e.hideOnChange&&(n.docChanged||n.selection)?t=[]:e.hideOn&&(t=t.filter(t=>!e.hideOn(n,t))),n.docChanged)){let e=[];for(let i of t){let t=n.changes.mapPos(i.pos,-1,l.iR.TrackDel);if(null!=t){let s=Object.assign(Object.create(null),i);s.pos=t,null!=s.end&&(s.end=n.changes.mapPos(s.end)),e.push(s)}}t=e}for(let e of n.effects)e.is(i)&&(t=e.value),e.is(nB)&&(t=[]);return t},provide:t=>nD.from(t)});return{active:n,extension:[n,t3.define(s=>new nR(s,t,n,i,e.hoverTime||300)),nE]}}function nP(t,e){let i=t.plugin(nS);if(!i)return null;let n=i.manager.tooltips.indexOf(e);return n<0?null:i.manager.tooltipViews[n]}let nB=l.Pe.define(),nN=l.sj.define({combine(t){let e,i;for(let n of t)e=e||n.topContainer,i=i||n.bottomContainer;return{topContainer:e,bottomContainer:i}}});function nI(t,e){let i=t.plugin(nF),n=i?i.specs.indexOf(e):-1;return n>-1?i.panels[n]:null}let nF=t3.fromClass(class{constructor(t){this.input=t.state.facet(nV),this.specs=this.input.filter(t=>t),this.panels=this.specs.map(e=>e(t));let e=t.state.facet(nN);for(let i of(this.top=new nH(t,!0,e.topContainer),this.bottom=new nH(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(nN);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new nH(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new nH(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let i=t.state.facet(nV);if(i!=this.input){let e=i.filter(t=>t),n=[],s=[],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),n.push(l),(l.top?s:r).push(l)}for(let t of(this.specs=e,this.panels=n,this.top.sync(s),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 nH{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=nz(t);t=t.nextSibling}else this.dom.insertBefore(e.dom,t);for(;t;)t=nz(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 nz(t){let e=t.nextSibling;return t.remove(),e}let nV=l.sj.define({enables:nF});class nW extends l.FB{compare(t){return this==t||this.constructor==t.constructor&&this.eq(t)}eq(t){return!1}destroy(t){}}nW.prototype.elementClass="",nW.prototype.toDOM=void 0,nW.prototype.mapMode=l.iR.TrackBefore,nW.prototype.startSide=nW.prototype.endSide=-1,nW.prototype.point=!0;let n_=l.sj.define(),nj=l.sj.define(),nq={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>l.om.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{}},nK=l.sj.define();function n$(t){return[nY(),nK.of(Object.assign(Object.assign({},nq),t))]}let nU=l.sj.define({combine:t=>t.some(t=>t)});function nY(t){let e=[nJ];return t&&!1===t.fixed&&e.push(nU.of(!0)),e}let nJ=t3.fromClass(class{constructor(t){for(let e of(this.view=t,this.prevViewport=t.viewport,this.dom=document.createElement("div"),this.dom.className="cm-gutters",this.dom.setAttribute("aria-hidden","true"),this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.gutters=t.state.facet(nK).map(e=>new nQ(t,e)),this.gutters))this.dom.appendChild(e.dom);this.fixed=!t.state.facet(nU),this.fixed&&(this.dom.style.position="sticky"),this.syncGutters(!1),t.scrollDOM.insertBefore(this.dom,t.contentDOM)}update(t){if(this.updateGutters(t)){let e=this.prevViewport,i=t.view.viewport,n=Math.min(e.to,i.to)-Math.max(e.from,i.from);this.syncGutters(n<(i.to-i.from)*.8)}t.geometryChanged&&(this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px"),this.view.state.facet(nU)!=!this.fixed&&(this.fixed=!this.fixed,this.dom.style.position=this.fixed?"sticky":""),this.prevViewport=t.view.viewport}syncGutters(t){let e=this.dom.nextSibling;t&&this.dom.remove();let i=l.om.iter(this.view.state.facet(n_),this.view.viewport.from),n=[],s=this.gutters.map(t=>new nX(t,this.view.viewport,-this.view.documentPadding.top));for(let t of this.view.viewportLineBlocks)if(n.length&&(n=[]),Array.isArray(t.type)){let e=!0;for(let r of t.type)if(r.type==tu.Text&&e){for(let t of(nZ(i,n,r.from),s))t.line(this.view,r,n);e=!1}else if(r.widget)for(let t of s)t.widget(this.view,r)}else if(t.type==tu.Text)for(let e of(nZ(i,n,t.from),s))e.line(this.view,t,n);else if(t.widget)for(let e of s)e.widget(this.view,t);for(let t of s)t.finish();t&&this.view.scrollDOM.insertBefore(this.dom,e)}updateGutters(t){let e=t.startState.facet(nK),i=t.state.facet(nK),n=t.docChanged||t.heightChanged||t.viewportChanged||!l.om.eq(t.startState.facet(n_),t.state.facet(n_),t.view.viewport.from,t.view.viewport.to);if(e==i)for(let e of this.gutters)e.update(t)&&(n=!0);else{n=!0;let s=[];for(let n of i){let i=e.indexOf(n);i<0?s.push(new nQ(this.view,n)):(this.gutters[i].update(t),s.push(this.gutters[i]))}for(let t of this.gutters)t.dom.remove(),0>s.indexOf(t)&&t.destroy();for(let t of s)this.dom.appendChild(t.dom);this.gutters=s}return n}destroy(){for(let t of this.gutters)t.destroy();this.dom.remove()}},{provide:t=>iO.scrollMargins.of(e=>{let i=e.plugin(t);return i&&0!=i.gutters.length&&i.fixed?e.textDirection==tC.LTR?{left:i.dom.offsetWidth*e.scaleX}:{right:i.dom.offsetWidth*e.scaleX}:null})});function nG(t){return Array.isArray(t)?t:[t]}function nZ(t,e,i){for(;t.value&&t.from<=i;)t.from==i&&e.push(t.value),t.next()}class nX{constructor(t,e,i){this.gutter=t,this.height=i,this.i=0,this.cursor=l.om.iter(t.markers,e.from)}addElement(t,e,i){let{gutter:n}=this,s=(e.top-this.height)/t.scaleY,r=e.height/t.scaleY;if(this.i==n.elements.length){let e=new n0(t,r,s,i);n.elements.push(e),n.dom.appendChild(e.dom)}else n.elements[this.i].update(t,r,s,i);this.height=e.bottom,this.i++}line(t,e,i){let n=[];nZ(this.cursor,n,e.from),i.length&&(n=n.concat(i));let s=this.gutter.config.lineMarker(t,e,n);s&&n.unshift(s);let r=this.gutter;(0!=n.length||r.config.renderEmptyElements)&&this.addElement(t,e,n)}widget(t,e){let i=this.gutter.config.widgetMarker(t,e.widget,e),n=i?[i]:null;for(let i of t.state.facet(nj)){let s=i(t,e.widget,e);s&&(n||(n=[])).push(s)}n&&this.addElement(t,e,n)}finish(){let t=this.gutter;for(;t.elements.length>this.i;){let e=t.elements.pop();t.dom.removeChild(e.dom),e.destroy()}}}class nQ{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,n=>{let s=n.target,r;if(s!=this.dom&&this.dom.contains(s)){for(;s.parentNode!=this.dom;)s=s.parentNode;let t=s.getBoundingClientRect();r=(t.top+t.bottom)/2}else r=n.clientY;let o=t.lineBlockAtHeight(r-t.documentTop);e.domEventHandlers[i](t,o,n)&&n.preventDefault()});this.markers=nG(e.markers(t)),e.initialSpacer&&(this.spacer=new n0(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=nG(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.om.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 n0{constructor(t,e,i,n){this.height=-1,this.above=0,this.markers=[],this.dom=document.createElement("div"),this.dom.className="cm-gutterElement",this.update(t,e,i,n)}update(t,e,i,n){this.height!=e&&(this.height=e,this.dom.style.height=e+"px"),this.above!=i&&(this.dom.style.marginTop=(this.above=i)?i+"px":""),!function(t,e){if(t.length!=e.length)return!1;for(let i=0;i<t.length;i++)if(!t[i].compare(e[i]))return!1;return!0}(this.markers,n)&&this.setMarkers(t,n)}setMarkers(t,e){let i="cm-gutterElement",n=this.dom.firstChild;for(let s=0,r=0;;){let o=r,l=s<e.length?e[s++]:null,a=!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,a=!0;break}}else o=this.markers.length;for(;r<o;){let t=this.markers[r++];if(t.toDOM){t.destroy(n);let e=n.nextSibling;n.remove(),n=e}}if(!l)break;l.toDOM&&(a?n=n.nextSibling:this.dom.insertBefore(l.toDOM(t),n)),a&&r++}this.dom.className=i,this.markers=e}destroy(){this.setMarkers(null,[])}}let n1=l.sj.define(),n2=l.sj.define(),n3=l.sj.define({combine:t=>(0,l.QR)(t,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(t,e){let i=Object.assign({},t);for(let t in e){let n=i[t],s=e[t];i[t]=n?(t,e,i)=>n(t,e,i)||s(t,e,i):s}return i}})});class n8 extends nW{constructor(t){super(),this.number=t}eq(t){return this.number==t.number}toDOM(){return document.createTextNode(this.number)}}function n4(t,e){return t.state.facet(n3).formatNumber(e,t.state)}let n5=nK.compute([n3],t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers:t=>t.state.facet(n1),lineMarker:(t,e,i)=>i.some(t=>t.toDOM)?null:new n8(n4(t,t.state.doc.lineAt(e.from).number)),widgetMarker:(t,e,i)=>{for(let n of t.state.facet(n2)){let s=n(t,e,i);if(s)return s}return null},lineMarkerChange:t=>t.startState.facet(n3)!=t.state.facet(n3),initialSpacer:t=>new n8(n4(t,n6(t.state.doc.lines))),updateSpacer(t,e){let i=n4(e.view,n6(e.view.state.doc.lines));return i==t.number?t:new n8(i)},domEventHandlers:t.facet(n3).domEventHandlers}));function n9(t={}){return[n3.of(t),nY(),n5]}function n6(t){let e=9;for(;e<t;)e=10*e+9;return e}let n7=new class extends nW{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},st=n_.compute(["selection"],t=>{let e=[],i=-1;for(let n of t.selection.ranges){let s=t.doc.lineAt(n.head).from;s>i&&(i=s,e.push(n7.range(s)))}return l.om.of(e)});function se(){return st}},17203:function(t,e,i){var n,s;i.d(e,{PH:()=>p,Qj:()=>n,Z6:()=>c,fI:()=>u,iX:()=>P,rr:()=>L,uY:()=>l});let r=0;class o{constructor(t,e){this.from=t,this.to=e}}class l{constructor(t={}){this.id=r++,this.perNode=!!t.perNode,this.deserialize=t.deserialize||(()=>{throw Error("This node type doesn't define a deserialize function")}),this.combine=t.combine||null}add(t){if(this.perNode)throw RangeError("Can't add per-node props to node types");return"function"!=typeof t&&(t=c.match(t)),e=>{let i=t(e);return void 0===i?null:[this,i]}}}l.closedBy=new l({deserialize:t=>t.split(" ")}),l.openedBy=new l({deserialize:t=>t.split(" ")}),l.group=new l({deserialize:t=>t.split(" ")}),l.isolate=new l({deserialize:t=>{if(t&&"rtl"!=t&&"ltr"!=t&&"auto"!=t)throw RangeError("Invalid value for isolate: "+t);return t||"auto"}}),l.contextHash=new l({perNode:!0}),l.lookAhead=new l({perNode:!0}),l.mounted=new l({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[l.mounted.id]}}let h=Object.create(null);class c{constructor(t,e,i,n=0){this.name=t,this.props=e,this.id=i,this.flags=n}static define(t){let e=t.props&&t.props.length?Object.create(null):h,i=!!t.top|2*!!t.skipped|4*!!t.error|8*(null==t.name),n=new c(t.name||"",e,t.id,i);if(t.props){for(let i of t.props)if(Array.isArray(i)||(i=i(n)),i){if(i[0].perNode)throw RangeError("Can't store a per-node prop on a node type");e[i[0].id]=i[1]}}return n}prop(t){return this.props[t.id]}get isTop(){return(1&this.flags)>0}get isSkipped(){return(2&this.flags)>0}get isError(){return(4&this.flags)>0}get isAnonymous(){return(8&this.flags)>0}is(t){if("string"==typeof t){if(this.name==t)return!0;let e=this.prop(l.group);return!!e&&e.indexOf(t)>-1}return this.id==t}static match(t){let e=Object.create(null);for(let i in t)for(let n of i.split(" "))e[n]=t[i];return t=>{for(let i=t.prop(l.group),n=-1;n<(i?i.length:0);n++){let s=e[n<0?t.name:i[n]];if(s)return s}}}}c.none=new c("",Object.create(null),0,8);class u{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 n=null;for(let e of t){let t=e(i);if(t){n||(n=Object.assign({},i.props));let e=t[1],s=t[0];s.combine&&s.id in n&&(e=s.combine(n[s.id],e)),n[s.id]=e}}e.push(n?new c(i.name,n,i.id,i.flags):i)}return new u(e)}}let d=new WeakMap,f=new WeakMap;(s=n||(n={}))[s.ExcludeBuffers=1]="ExcludeBuffers",s[s.IncludeAnonymous=2]="IncludeAnonymous",s[s.IgnoreMounts=4]="IgnoreMounts",s[s.IgnoreOverlays=8]="IgnoreOverlays";class p{constructor(t,e,i,n,s){if(this.type=t,this.children=e,this.positions=i,this.length=n,this.props=null,s&&s.length)for(let[t,e]of(this.props=Object.create(null),s))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 O(this.topNode,t)}cursorAt(t,e=0,i=0){let n=new O(d.get(this)||this.topNode);return n.moveTo(t,e),d.set(this,n._tree),n}get topNode(){return new b(this,0,0,null)}resolve(t,e=0){let i=w(d.get(this)||this.topNode,t,e,!1);return d.set(this,i),i}resolveInner(t,e=0){let i=w(f.get(this)||this.topNode,t,e,!0);return f.set(this,i),i}resolveStack(t,e=0){return function(t,e,i){let n=t.resolveInner(e,i),s=null;for(let t=n instanceof b?n:n.context.parent;t;t=t.parent)if(t.index<0){let r=t.parent;(s||(s=[n])).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 b(r.tree,r.overlay[0].from+t.from,-1,t);(s||(s=[n])).push(w(o,e,i,!1))}}return s?A(s):n}(this,t,e)}iterate(t){let{enter:e,leave:i,from:s=0,to:r=this.length}=t,o=t.mode||0,l=(o&n.IncludeAnonymous)>0;for(let t=this.cursor(o|n.IncludeAnonymous);;){let n=!1;if(t.from<=r&&t.to>=s&&(!l&&t.type.isAnonymous||!1!==e(t))){if(t.firstChild())continue;n=!0}for(;n&&i&&(l||!t.type.isAnonymous)&&i(t),!t.nextSibling();){if(!t.parent())return;n=!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:R(c.none,this.children,this.positions,0,this.children.length,0,this.length,(t,e,i)=>new p(this.type,t,e,i,this.propValues),t.makeTree||((t,e,i)=>new p(c.none,t,e,i)))}static build(t){return function(t){var e;let{buffer:i,nodeSet:n,maxBufferLength:s=1024,reused:r=[],minRepeatType:o=n.types.length}=t,a=Array.isArray(i)?new m(i,i.length):i,h=n.types,c=0,u=0;function d(t,e,i,s,r,o,l,a,h){let c=[],u=[];for(;t.length>s;)c.push(t.pop()),u.push(e.pop()+i-r);t.push(f(n.types[l],c,u,o-r,a-o,h)),e.push(r-i)}function f(t,e,i,n,s,r,o){if(r){let t=[l.contextHash,r];o=o?[t].concat(o):[t]}if(s>25){let t=[l.lookAhead,s];o=o?[t].concat(o):[t]}return new p(t,e,i,n,o)}let v=[],w=[];for(;a.pos>0;)!function t(e,i,m,v,w,y){let{id:b,start:x,end:k,size:S}=a,C=u,A=c;if(S<0){if(a.next(),-1==S){let t=r[b];m.push(t),v.push(x-e);return}if(-3==S){c=b;return}if(-4==S){u=b;return}else throw RangeError(`Unrecognized record size: ${S}`)}let M=h[b],O,D,T=x-e;if(k-x<=s&&(D=function(t,e){let i=a.fork(),n=0,r=0,l=0,h=i.end-s,c={size:0,start:0,skip:0};n:for(let s=i.pos-t;i.pos>s;){let t=i.size;if(i.id==e&&t>=0){c.size=n,c.start=r,c.skip=l,l+=4,n+=4,i.next();continue}let a=i.pos-t;if(t<0||a<s||i.start<h)break;let u=4*(i.id>=o),d=i.start;for(i.next();i.pos>a;){if(i.size<0)if(-3==i.size||-4==i.size)u+=4;else break n;else i.id>=o&&(u+=4);i.next()}r=d,n+=t,l+=u}return(e<0||n==t)&&(c.size=n,c.start=r,c.skip=l),c.size>4?c:void 0}(a.pos-i,w))){let t=new Uint16Array(D.size-D.skip),i=a.pos-D.size,s=t.length;for(;a.pos>i;)s=function t(e,i,n){let{id:s,start:r,end:l,size:h}=a;if(a.next(),h>=0&&s<o){let o=n;if(h>4){let s=a.pos-(h-4);for(;a.pos>s;)n=t(e,i,n)}i[--n]=o,i[--n]=l-e,i[--n]=r-e,i[--n]=s}else -3==h?c=s:-4==h&&(u=s);return n}(D.start,t,s);O=new g(t,k-D.start,n),T=D.start-e}else{let e=a.pos-S;a.next();let i=[],r=[],h=b>=o?b:-1,c=0,u=k;for(;a.pos>e;)h>=0&&a.id==h&&a.size>=0?(a.end<=u-s&&(d(i,r,x,c,a.end,u,h,C,A),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:n}=a;if(n>4)a.next();else if(h>-1&&e<h)break;else h<0&&(h=i-s),o.push(t,e,i),l++,a.next()}if(l){let e=new Uint16Array(4*l),s=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]-s,e[i++]=o[t+2]-s,e[i++]=i;i.push(new g(e,o[2]-s,n)),r.push(s-t)}}(x,e,i,r):t(x,e,i,r,h,y+1);if(h>=0&&c>0&&c<i.length&&d(i,r,x,c,x,u,h,C,A),i.reverse(),r.reverse(),h>-1&&c>0){let t=function(t,e){return(i,n,s)=>{let r=0,o=i.length-1,a,h;if(o>=0&&(a=i[o])instanceof p){if(!o&&a.type==t&&a.length==s)return a;(h=a.prop(l.lookAhead))&&(r=n[o]+a.length+h)}return f(t,i,n,s,r,e)}}(M,A);O=R(M,i,r,0,i.length,0,k-x,t,t)}else O=f(M,i,r,k-x,C-k,A)}m.push(O),v.push(T)}(t.start||0,t.bufferStart||0,v,w,-1,0);let y=null!=(e=t.length)?e:v.length?w[0]+v[0].length:0;return new p(h[t.topID],v.reverse(),w.reverse(),y)}(t)}}p.empty=new p(c.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 g{constructor(t,e,i){this.buffer=t,this.length=e,this.set=i}get type(){return c.none}toString(){let t=[];for(let e=0;e<this.buffer.length;)t.push(this.childString(e)),e=this.buffer[e+3];return t.join(",")}childString(t){let e=this.buffer[t],i=this.buffer[t+3],n=this.set.types[e],s=n.name;if(/\W/.test(s)&&!n.isError&&(s=JSON.stringify(s)),i==(t+=4))return s;let r=[];for(;t<i;)r.push(this.childString(t)),t=this.buffer[t+3];return s+"("+r.join(",")+")"}findChild(t,e,i,n,s){let{buffer:r}=this,o=-1;for(let l=t;l!=e&&(!v(s,n,r[l+1],r[l+2])||(o=l,!(i>0)));l=r[l+3]);return o}slice(t,e,i){let n=this.buffer,s=new Uint16Array(e-t),r=0;for(let o=t,l=0;o<e;){s[l++]=n[o++],s[l++]=n[o++]-i;let e=s[l++]=n[o++]-i;s[l++]=n[o++]-t,r=Math.max(r,e)}return new g(s,r,this.set)}}function v(t,e,i,n){switch(t){case -2:return i<e;case -1:return n>=e&&i<e;case 0:return i<e&&n>e;case 1:return i<=e&&n>e;case 2:return n>e;case 4:return!0}}function w(t,e,i,s){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=!s&&t instanceof b&&t.index<0?null:t.parent;if(!e)return t;t=e}let o=s?0:n.IgnoreOverlays;if(s)for(let n=t,s=n.parent;s;s=(n=s).parent)n instanceof b&&n.index<0&&(null==(r=s.enter(e,i,o))?void 0:r.from)!=n.from&&(t=s);for(;;){let n=t.enter(e,i,o);if(!n)return t;t=n}}class y{cursor(t=0){return new O(this,t)}getChild(t,e=null,i=null){let n=x(this,t,e,i);return n.length?n[0]:null}getChildren(t,e=null,i=null){return x(this,t,e,i)}resolve(t,e=0){return w(this,t,e,!1)}resolveInner(t,e=0){return w(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 b extends y{constructor(t,e,i,n){super(),this._tree=t,this.from=e,this.index=i,this._parent=n}get type(){return this._tree.type}get name(){return this._tree.type.name}get to(){return this.from+this._tree.length}nextChild(t,e,i,s,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(v(s,i,u,u+c.length)){if(c instanceof g){if(r&n.ExcludeBuffers)continue;let l=c.findChild(0,c.buffer.length,e,i-u,s);if(l>-1)return new C(new S(o,c,t,u),null,l)}else if(r&n.IncludeAnonymous||!c.type.isAnonymous||D(c)){let l;if(!(r&n.IgnoreMounts)&&(l=a.get(c))&&!l.overlay)return new b(l.tree,u,t,o);let h=new b(c,u,t,o);return r&n.IncludeAnonymous||!h.type.isAnonymous?h:h.nextChild(e<0?c.children.length-1:0,e,i,s)}}}if(r&n.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)}prop(t){return this._tree.prop(t)}enter(t,e,i=0){let s;if(!(i&n.IgnoreOverlays)&&(s=a.get(this._tree))&&s.overlay){let i=t-this.from;for(let{from:t,to:n}of s.overlay)if((e>0?t<=i:t<i)&&(e<0?n>=i:n>i))return new b(s.tree,s.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 x(t,e,i,n){let s=t.cursor(),r=[];if(!s.firstChild())return r;if(null!=i){for(let t=!1;!t;)if(t=s.type.is(i),!s.nextSibling())return r}for(;;){if(null!=n&&s.type.is(n))return r;if(s.type.is(e)&&r.push(s.node),!s.nextSibling())return null==n?r:[]}}function k(t,e,i=e.length-1){for(let n=t;i>=0;n=n.parent){if(!n)return!1;if(!n.type.isAnonymous){if(e[i]&&e[i]!=n.name)return!1;i--}}return!0}class S{constructor(t,e,i,n){this.parent=t,this.buffer=e,this.index=i,this.start=n}}class C extends y{get name(){return this.type.name}get from(){return this.context.start+this.context.buffer.buffer[this.index+1]}get to(){return this.context.start+this.context.buffer.buffer[this.index+2]}constructor(t,e,i){super(),this.context=t,this._parent=e,this.index=i,this.type=t.buffer.set.types[t.buffer.buffer[i]]}child(t,e,i){let{buffer:n}=this.context,s=n.findChild(this.index+4,n.buffer[this.index+3],t,e-this.context.start,i);return s<0?null:new C(this.context,this,s)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(t){return this.child(1,t,2)}childBefore(t){return this.child(-1,t,-2)}prop(t){return this.type.prop(t)}enter(t,e,i=0){if(i&n.ExcludeBuffers)return null;let{buffer:s}=this.context,r=s.findChild(this.index+4,s.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,n=this.index+4,s=i.buffer[this.index+3];if(s>n){let r=i.buffer[this.index+1];t.push(i.slice(n,s,r)),e.push(0)}return new p(this.type,t,e,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function A(t){if(!t.length)return null;let e=0,i=t[0];for(let n=1;n<t.length;n++){let s=t[n];(s.from>i.from||s.to<i.to)&&(i=s,e=n)}let n=i instanceof b&&i.index<0?null:i.parent,s=t.slice();return n?s[e]=n:s.splice(e,1),new M(s,i)}class M{constructor(t,e){this.heads=t,this.node=e}get next(){return A(this.heads)}}class O{get name(){return this.type.name}constructor(t,e=0){if(this.mode=e,this.buffer=null,this.stack=[],this.index=0,this.bufferNode=null,t instanceof b)this.yieldNode(t);else{this._tree=t.context.parent,this.buffer=t.context;for(let e=t._parent;e;e=e._parent)this.stack.unshift(e.index);this.bufferNode=t,this.yieldBuf(t.index)}}yieldNode(t){return!!t&&(this._tree=t,this.type=t.type,this.from=t.from,this.to=t.to,!0)}yieldBuf(t,e){this.index=t;let{start:i,buffer:n}=this.buffer;return this.type=e||n.set.types[n.buffer[t]],this.from=i+n.buffer[t+1],this.to=i+n.buffer[t+2],!0}yield(t){return!!t&&(t instanceof b?(this.buffer=null,this.yieldNode(t)):(this.buffer=t.context,this.yieldBuf(t.index,t.type)))}toString(){return this.buffer?this.buffer.buffer.childString(this.index):this._tree.toString()}enterChild(t,e,i){if(!this.buffer)return this.yield(this._tree.nextChild(t<0?this._tree._tree.children.length-1:0,t,e,i,this.mode));let{buffer:n}=this.buffer,s=n.findChild(this.index+4,n.buffer[this.index+3],t,e-this.buffer.start,i);return!(s<0)&&(this.stack.push(this.index),this.yieldBuf(s))}firstChild(){return this.enterChild(1,0,4)}lastChild(){return this.enterChild(-1,0,4)}childAfter(t){return this.enterChild(1,t,2)}childBefore(t){return this.enterChild(-1,t,-2)}enter(t,e,i=this.mode){return this.buffer?!(i&n.ExcludeBuffers)&&this.enterChild(1,t,e):this.yield(this._tree.enter(t,e,i))}parent(){if(!this.buffer)return this.yieldNode(this.mode&n.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let t=this.mode&n.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:s}=this;if(s){if(t>0){if(this.index<s.buffer.buffer.length)return!1}else for(let t=0;t<this.index;t++)if(s.buffer.buffer[t+3]<this.index)return!1;({index:e,parent:i}=s)}else({index:e,_parent:i}=this._tree);for(;i;{index:e,_parent:i}=i)if(e>-1)for(let s=e+t,r=t<0?-1:i._tree.children.length;s!=r;s+=t){let t=i._tree.children[s];if(this.mode&n.IncludeAnonymous||t instanceof g||!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)n:for(let n=this.index,s=this.stack.length;s>=0;){for(let r=t;r;r=r._parent)if(r.index==n){if(n==this.index)return r;e=r,i=s+1;break n}n=this.stack[--s]}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 n=!1;if(this.type.isAnonymous||!1!==t(this)){if(this.firstChild()){i++;continue}this.type.isAnonymous||(n=!0)}for(;;){if(n&&e&&e(this),n=this.type.isAnonymous,!i)return;if(this.nextSibling())break;this.parent(),i--,n=!0}}}matchContext(t){if(!this.buffer)return k(this.node.parent,t);let{buffer:e}=this.buffer,{types:i}=e.set;for(let n=t.length-1,s=this.stack.length-1;n>=0;s--){if(s<0)return k(this._tree,t,n);let r=i[e.buffer[this.stack[s]]];if(!r.isAnonymous){if(t[n]&&t[n]!=r.name)return!1;n--}}return!0}}function D(t){return t.children.some(t=>t instanceof g||!t.type.isAnonymous||D(t))}let T=new WeakMap;function E(t,e){if(!t.isAnonymous||e instanceof g||e.type!=t)return 1;let i=T.get(e);if(null==i){for(let n of(i=1,e.children)){if(n.type!=t||!(n instanceof p)){i=1;break}i+=E(t,n)}T.set(e,i)}return i}function R(t,e,i,n,s,r,o,l,a){let h=0;for(let i=n;i<s;i++)h+=E(t,e[i]);let c=Math.ceil(1.5*h/8),u=[],d=[];return!function e(i,n,s,o,l){for(let h=s;h<o;){let s=h,f=n[h],p=E(t,i[h]);for(h++;h<o;h++){let e=E(t,i[h]);if(p+e>=c)break;p+=e}if(h==s+1){if(p>c){let t=i[s];e(t.children,t.positions,0,t.children.length,n[s]+l);continue}u.push(i[s])}else{let e=n[h-1]+i[h-1].length-f;u.push(R(t,i,n,s,h,f,e,null,a))}d.push(f+l-r)}}(e,i,n,s,0),(l||a)(u,d,o)}class L{constructor(t,e,i,n,s=!1,r=!1){this.from=t,this.to=e,this.tree=i,this.offset=n,this.open=!!s|2*!!r}get openStart(){return(1&this.open)>0}get openEnd(){return(2&this.open)>0}static addTree(t,e=[],i=!1){let n=[new L(0,t.length,t,0,!1,i)];for(let i of e)i.to>t.length&&n.push(i);return n}static applyChanges(t,e,i=128){if(!e.length)return t;let n=[],s=1,r=t.length?t[0]:null;for(let o=0,l=0,a=0;;o++){let h=o<e.length?e[o]:null,c=h?h.fromA:1e9;if(c-l>=i)for(;r&&r.from<c;){let e=r;if(l>=e.from||c<=e.to||a){let t=Math.max(e.from,l)-a,i=Math.min(e.to,c)-a;e=t>=i?null:new L(t,i,e.tree,e.offset+a,o>0,!!h)}if(e&&n.push(e),r.to>c)break;r=s<t.length?t[s++]:null}if(!h)break;l=h.toA,a=h.toA-h.toB}return n}}class P{startParse(t,e,i){return"string"==typeof t&&(t=new B(t)),i=i?i.length?i.map(t=>new o(t.from,t.to)):[new o(0,0)]:[new o(0,t.length)],this.createParse(t,e||[],i)}parse(t,e,i){let n=this.startParse(t,e,i);for(;;){let t=n.advance();if(t)return t}}}class B{constructor(t){this.string=t}get length(){return this.string.length}chunk(t){return this.string.slice(t)}get lineChunks(){return!1}read(t,e){return this.string.slice(t,e)}}new l({perNode:!0})},31650:function(t,e,i){i.d(e,{DM:()=>d,_A:()=>T,az:()=>u,pn:()=>a});var n=i(17203);let s=0;class r{constructor(t,e,i,n){this.name=t,this.set=e,this.base=i,this.modified=n,this.id=s++}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 n,s;return i.base==t&&(n=e,s=i.modified,n.length==s.length&&n.every((t,e)=>t==s[e]))});if(i)return i;let n=[],s=new r(t.name,n,t,e);for(let t of e)t.instances.push(s);let o=function(t){let e=[[]];for(let i=0;i<t.length;i++)for(let n=0,s=e.length;n<s;n++)e.push(e[n].concat(t[i]));return e.sort((t,e)=>e.length-t.length)}(e);for(let e of t.set)if(!e.modified.length)for(let t of o)n.push(l.get(e,t));return s}}function a(t){let e=Object.create(null);for(let i in t){let n=t[i];for(let t of(Array.isArray(n)||(n=[n]),i.split(" ")))if(t){let i=[],s=2,r=t;for(let e=0;;){if("..."==r&&e>0&&e+3==t.length){s=1;break}let n=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(r);if(!n)throw RangeError("Invalid path: "+t);if(i.push("*"==n[0]?"":'"'==n[0][0]?JSON.parse(n[0]):n[0]),(e+=n[0].length)==t.length)break;let o=t[e++];if(e==t.length&&"!"==o){s=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 a=new c(n,s,o>0?i.slice(0,o):null);e[l]=a.sort(e[l])}}return h.add(e)}let h=new n.uY({combine(t,e){let i,n,s;for(;t||e;){if(!t||e&&t.depth>=e.depth?(s=e,e=e.next):(s=t,t=t.next),i&&i.mode==s.mode&&!s.context&&!i.context)continue;let r=new c(s.tags,s.mode,s.context);i?i.next=r:n=r,i=r}return n}});class c{constructor(t,e,i,n){this.tags=t,this.mode=e,this.context=i,this.next=n}get opaque(){return 0==this.mode}get inherit(){return 1==this.mode}sort(t){return!t||t.depth<this.depth?(this.next=t,this):(t.next=this.sort(t.next),t)}get depth(){return this.context?this.context.length:0}}function 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:n,all:s=null}=e||{};return{style:t=>{let e=s;for(let n of t)for(let t of n.set){let n=i[t.id];if(n){e=e?e+" "+n:n;break}}return e},scope:n}}function d(t,e,i,n=0,s=t.length){let r=new f(n,Array.isArray(e)?e:[e],i);r.highlightRange(t.cursor(),n,s,"",r.highlighters),r.flush(s)}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,s,r){let{type:o,from:l,to:a}=t;if(l>=i||a<=e)return;o.isTop&&(r=this.highlighters.filter(t=>!t.scope||t.scope(o)));let u=s,d=function(t){let e=t.type.prop(h);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 n of t){let t=n.style(e);t&&(i=i?i+" "+t:t)}return i}(r,d.tags);if(f&&(u&&(u+=" "),u+=f,1==d.mode&&(s+=(s?" ":"")+f)),this.startSpan(Math.max(e,l),u),d.opaque)return;let p=t.tree&&t.tree.prop(n.uY.mounted);if(p&&p.overlay){let n=t.node.enter(p.overlay[0].from+l,1),o=this.highlighters.filter(t=>!t.scope||t.scope(p.tree.type)),h=t.firstChild();for(let c=0,d=l;;c++){let f=c<p.overlay.length?p.overlay[c]:null,m=f?f.from+l:a,g=Math.max(e,d),v=Math.min(i,m);if(g<v&&h)for(;t.from<v&&(this.highlightRange(t,g,v,s,r),this.startSpan(Math.min(v,t.to),u),!(t.to>=m)&&t.nextSibling()););if(!f||m>i)break;(d=f.to+l)>e&&(this.highlightRange(n.cursor(),Math.max(e,f.from+l),Math.min(i,d),"",o),this.startSpan(Math.min(i,d),u))}h&&t.parent()}else if(t.firstChild()){p&&(s="");do{if(t.to<=e)continue;if(t.from>=i)break;this.highlightRange(t,e,i,s,r),this.startSpan(Math.min(i,t.to),u)}while(t.nextSibling());t.parent()}}}let p=r.define,m=p(),g=p(),v=p(g),w=p(g),y=p(),b=p(y),x=p(y),k=p(),S=p(k),C=p(),A=p(),M=p(),O=p(M),D=p(),T={comment:m,lineComment:p(m),blockComment:p(m),docComment:p(m),name:g,variableName:p(g),typeName:v,tagName:p(v),propertyName:w,attributeName:p(w),className:p(g),labelName:p(g),namespace:p(g),macroName:p(g),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:C,self:p(C),null:p(C),atom:p(C),unit:p(C),modifier:p(C),operatorKeyword:p(C),controlKeyword:p(C),definitionKeyword:p(C),moduleKeyword:p(C),operator:A,derefOperator:p(A),arithmeticOperator:p(A),logicOperator:p(A),bitwiseOperator:p(A),compareOperator:p(A),updateOperator:p(A),definitionOperator:p(A),typeOperator:p(A),controlOperator:p(A),punctuation:M,separator:p(M),bracket:O,angleBracket:p(O),squareBracket:p(O),paren:p(O),brace:p(O),content:k,heading:S,heading1:p(S),heading2:p(S),heading3:p(S),heading4:p(S),heading5:p(S),heading6:p(S),contentSeparator:p(k),list:p(k),quote:p(k),emphasis:p(k),strong:p(k),link:p(k),monospace:p(k),strikethrough:p(k),inserted:p(),deleted:p(),changed:p(),invalid:p(),meta:D,documentMeta:p(D),annotation:p(D),processingInstruction:p(D),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 T){let e=T[t];e instanceof r&&(e.name=t)}u([{tag:T.link,class:"tok-link"},{tag:T.heading,class:"tok-heading"},{tag:T.emphasis,class:"tok-emphasis"},{tag:T.strong,class:"tok-strong"},{tag:T.keyword,class:"tok-keyword"},{tag:T.atom,class:"tok-atom"},{tag:T.bool,class:"tok-bool"},{tag:T.url,class:"tok-url"},{tag:T.labelName,class:"tok-labelName"},{tag:T.inserted,class:"tok-inserted"},{tag:T.deleted,class:"tok-deleted"},{tag:T.literal,class:"tok-literal"},{tag:T.string,class:"tok-string"},{tag:T.number,class:"tok-number"},{tag:[T.regexp,T.escape,T.special(T.string)],class:"tok-string2"},{tag:T.variableName,class:"tok-variableName"},{tag:T.local(T.variableName),class:"tok-variableName tok-local"},{tag:T.definition(T.variableName),class:"tok-variableName tok-definition"},{tag:T.special(T.variableName),class:"tok-variableName2"},{tag:T.definition(T.propertyName),class:"tok-propertyName tok-definition"},{tag:T.typeName,class:"tok-typeName"},{tag:T.namespace,class:"tok-namespace"},{tag:T.className,class:"tok-className"},{tag:T.macroName,class:"tok-macroName"},{tag:T.propertyName,class:"tok-propertyName"},{tag:T.operator,class:"tok-operator"},{tag:T.comment,class:"tok-comment"},{tag:T.meta,class:"tok-meta"},{tag:T.invalid,class:"tok-invalid"},{tag:T.punctuation,class:"tok-punctuation"}])},29068:function(t,e,i){i.d(e,{Ay:()=>i_});var n=i(68102),s=i(49257),r=i(70451),o=i(72462),l=i(41865),a=i(63960),h=i(17203);function c(t,e){return({state:i,dispatch:n})=>{if(i.readOnly)return!1;let s=t(e,i);return!!s&&(n(i.update(s)),!0)}}let u=c(function(t,e,i=e.selection.ranges){let n=[],s=-1;for(let{from:t,to:r}of i){let i=n.length,o=1e9,l=p(e,t).line;if(l){for(let i=t;i<=r;){let a=e.doc.lineAt(i);if(a.from>s&&(t==r||r>a.from)){s=a.from;let t=/^\s*/.exec(a.text)[0].length,e=t==a.length,i=a.text.slice(t,t+l.length)==l?t:-1;t<a.text.length&&t<o&&(o=t),n.push({line:a,comment:i,token:l,indent:t,empty:e,single:!1})}i=a.to+1}if(o<1e9)for(let t=i;t<n.length;t++)n[t].indent<n[t].line.text.length&&(n[t].indent=o);n.length==i+1&&(n[i].single=!0)}}if(2!=t&&n.some(t=>t.comment<0&&(!t.empty||t.single))){let t=[];for(let{line:e,token:i,indent:s,empty:r,single:o}of n)(o||!r)&&t.push({from:e.from+s,insert:i+" "});let i=e.changes(t);return{changes:i,selection:e.selection.map(i,1)}}if(1!=t&&n.some(t=>t.comment>=0)){let t=[];for(let{line:e,comment:i,token:s}of n)if(i>=0){let n=e.from+i,r=n+s.length;" "==e.text[r-e.from]&&r++,t.push({from:n,to:r})}return{changes:t}}return null},0),d=c(m,0),f=c((t,e)=>m(t,e,function(t){let e=[];for(let i of t.selection.ranges){let n=t.doc.lineAt(i.from),s=i.to<=n.to?n:t.doc.lineAt(i.to);s.from>n.from&&s.from==i.to&&(s=i.to==n.to+1?n:t.doc.lineAt(i.to-1));let r=e.length-1;r>=0&&e[r].to>n.from?e[r].to=s.to:e.push({from:n.from+/^\s*/.exec(n.text)[0].length,to:s.to})}return e}(e)),0);function p(t,e){let i=t.languageDataAt("commentTokens",e);return i.length?i[0]:{}}function m(t,e,i=e.selection.ranges){let n=i.map(t=>p(e,t.from).block);if(!n.every(t=>t))return null;let s=i.map((t,i)=>(function(t,{open:e,close:i},n,s){let r,o,l=t.sliceDoc(n-50,n),a=t.sliceDoc(s,s+50),h=/\s*$/.exec(l)[0].length,c=/^\s*/.exec(a)[0].length,u=l.length-h;if(l.slice(u-e.length,u)==e&&a.slice(c,c+i.length)==i)return{open:{pos:n-h,margin:h&&1},close:{pos:s+c,margin:c&&1}};s-n<=100?r=o=t.sliceDoc(n,s):(r=t.sliceDoc(n,n+50),o=t.sliceDoc(s-50,s));let d=/^\s*/.exec(r)[0].length,f=/\s*$/.exec(o)[0].length,p=o.length-f-i.length;return r.slice(d,d+e.length)==e&&o.slice(p,p+i.length)==i?{open:{pos:n+d+e.length,margin:+!!/\s/.test(r.charAt(d+e.length))},close:{pos:s-f-i.length,margin:+!!/\s/.test(o.charAt(p-1))}}:null})(e,n[i],t.from,t.to));if(2!=t&&!s.every(t=>t))return{changes:e.changes(i.map((t,e)=>s[e]?[]:[{from:t.from,insert:n[e].open+" "},{from:t.to,insert:" "+n[e].close}]))};if(1!=t&&s.some(t=>t)){let t=[];for(let e=0,i;e<s.length;e++)if(i=s[e]){let s=n[e],{open:r,close:o}=i;t.push({from:r.pos-s.open.length,to:r.pos+r.margin},{from:o.pos-o.margin,to:o.pos+s.close.length})}return{changes:t}}return null}let g=o.YH.define(),v=o.YH.define(),w=o.sj.define(),y=o.sj.define({combine:t=>(0,o.QR)(t,{minDepth:100,newGroupDelay:500,joinToEvent:(t,e)=>e},{minDepth:Math.max,newGroupDelay:Math.min,joinToEvent:(t,e)=>(i,n)=>t(i,n)||e(i,n)})}),b=o.sU.define({create:()=>P.empty,update(t,e){let i=e.state.facet(y),n=e.annotation(g);if(n){let s=M.fromTransaction(e,n.selection),r=n.side,o=0==r?t.undone:t.done;return o=s?O(o,o.length,i.minDepth,s):E(o,e.startState.selection),new P(0==r?n.rest:o,0==r?o:n.rest)}let s=e.annotation(v);if(("full"==s||"before"==s)&&(t=t.isolate()),!1===e.annotation(o.ZX.addToHistory))return e.changes.empty?t:t.addMapping(e.changes.desc);let r=M.fromTransaction(e),l=e.annotation(o.ZX.time),a=e.annotation(o.ZX.userEvent);return r?t=t.addChanges(r,l,a,i,e):e.selection&&(t=t.addSelection(e.startState.selection,l,a,i.newGroupDelay)),("full"==s||"after"==s)&&(t=t.isolate()),t},toJSON:t=>({done:t.done.map(t=>t.toJSON()),undone:t.undone.map(t=>t.toJSON())}),fromJSON:t=>new P(t.done.map(M.fromJSON),t.undone.map(M.fromJSON))});function x(t,e){return function({state:i,dispatch:n}){if(!e&&i.readOnly)return!1;let s=i.field(b,!1);if(!s)return!1;let r=s.pop(t,i,e);return!!r&&(n(r),!0)}}let k=x(0,!1),S=x(1,!1),C=x(0,!0),A=x(1,!0);class M{constructor(t,e,i,n,s){this.changes=t,this.effects=e,this.mapped=i,this.startSelection=n,this.selectionsAfter=s}setSelAfter(t){return new M(this.changes,this.effects,this.mapped,this.startSelection,t)}toJSON(){var t,e,i;return{changes:null==(t=this.changes)?void 0:t.toJSON(),mapped:null==(e=this.mapped)?void 0:e.toJSON(),startSelection:null==(i=this.startSelection)?void 0:i.toJSON(),selectionsAfter:this.selectionsAfter.map(t=>t.toJSON())}}static fromJSON(t){return new M(t.changes&&o.VR.fromJSON(t.changes),[],t.mapped&&o.Gu.fromJSON(t.mapped),t.startSelection&&o.OF.fromJSON(t.startSelection),t.selectionsAfter.map(o.OF.fromJSON))}static fromTransaction(t,e){let i=T;for(let e of t.startState.facet(w)){let n=e(t);n.length&&(i=i.concat(n))}return!i.length&&t.changes.empty?null:new M(t.changes.invert(t.startState.doc),i,void 0,e||t.startState.selection,T)}static selection(t){return new M(void 0,T,void 0,void 0,t)}}function O(t,e,i,n){let s=t.slice(e+1>i+20?e-i-1:0,e);return s.push(n),s}function D(t,e){return t.length?e.length?t.concat(e):t:e}let T=[];function E(t,e){if(!t.length)return[M.selection([e])];{let i=t[t.length-1],n=i.selectionsAfter.slice(Math.max(0,i.selectionsAfter.length-200));return n.length&&n[n.length-1].eq(e)?t:(n.push(e),O(t,t.length-1,1e9,i.setSelAfter(n)))}}function R(t,e){if(!t.length)return t;let i=t.length,n=T;for(;i;){let s=function(t,e,i){let n=D(t.selectionsAfter.length?t.selectionsAfter.map(t=>t.map(e)):T,i);if(!t.changes)return M.selection(n);let s=t.changes.map(e),r=e.mapDesc(t.changes,!0),l=t.mapped?t.mapped.composeDesc(r):r;return new M(s,o.Pe.mapEffects(t.effects,e),l,t.startSelection.map(r),n)}(t[i-1],e,n);if(s.changes&&!s.changes.empty||s.effects.length){let e=t.slice(0,i);return e[i-1]=s,e}e=s.mapped,i--,n=s.selectionsAfter}return n.length?[M.selection(n)]:T}let L=/^(input\.type|delete)($|\.)/;class P{constructor(t,e,i=0,n){this.done=t,this.undone=e,this.prevTime=i,this.prevUserEvent=n}isolate(){return this.prevTime?new P(this.done,this.undone):this}addChanges(t,e,i,n,s){var r,l;let a,h,c=this.done,u=c[c.length-1];return new P(c=u&&u.changes&&!u.changes.empty&&t.changes&&(!i||L.test(i))&&(!u.selectionsAfter.length&&e-this.prevTime<n.newGroupDelay&&n.joinToEvent(s,(r=u.changes,l=t.changes,a=[],h=!1,r.iterChangedRanges((t,e)=>a.push(t,e)),l.iterChangedRanges((t,e,i,n)=>{for(let t=0;t<a.length;){let e=a[t++],s=a[t++];n>=e&&i<=s&&(h=!0)}}),h))||"input.type.compose"==i)?O(c,c.length-1,n.minDepth,new M(t.changes.compose(u.changes),D(o.Pe.mapEffects(t.effects,u.changes),u.effects),u.mapped,u.startSelection,T)):O(c,c.length,n.minDepth,t),T,e,i)}addSelection(t,e,i,n){var s;let r=this.done.length?this.done[this.done.length-1].selectionsAfter:T;return r.length>0&&e-this.prevTime<n&&i==this.prevUserEvent&&i&&/^select($|\.)/.test(i)&&(s=r[r.length-1],s.ranges.length==t.ranges.length&&0===s.ranges.filter((e,i)=>e.empty!=t.ranges[i].empty).length)?this:new P(E(this.done,t),this.undone,e,i)}addMapping(t){return new P(R(this.done,t),R(this.undone,t),this.prevTime,this.prevUserEvent)}pop(t,e,i){let n=0==t?this.done:this.undone;if(0==n.length)return null;let s=n[n.length-1],r=s.selectionsAfter[0]||e.selection;if(i&&s.selectionsAfter.length){let i,o;return e.update({selection:s.selectionsAfter[s.selectionsAfter.length-1],annotations:g.of({side:t,rest:(i=n[n.length-1],(o=n.slice())[n.length-1]=i.setSelAfter(i.selectionsAfter.slice(0,i.selectionsAfter.length-1)),o),selection:r}),userEvent:0==t?"select.undo":"select.redo",scrollIntoView:!0})}{if(!s.changes)return null;let i=1==n.length?T:n.slice(0,n.length-1);return s.mapped&&(i=R(i,s.mapped)),e.update({changes:s.changes,selection:s.startSelection,effects:s.effects,annotations:g.of({side:t,rest:i,selection:r}),filter:!1,userEvent:0==t?"undo":"redo",scrollIntoView:!0})}}}P.empty=new P(T,T);let B=[{key:"Mod-z",run:k,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:S,preventDefault:!0},{linux:"Ctrl-Shift-z",run:S,preventDefault:!0},{key:"Mod-u",run:C,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:A,preventDefault:!0}];function N(t,e){return o.OF.create(t.ranges.map(e),t.mainIndex)}function I(t,e){return t.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function F({state:t,dispatch:e},i){let n=N(t.selection,i);return!n.eq(t.selection,!0)&&(e(I(t,n)),!0)}function H(t,e){return o.OF.cursor(e?t.to:t.from)}function z(t,e){return F(t,i=>i.empty?t.moveByChar(i,e):H(i,e))}function V(t){return t.textDirectionAt(t.state.selection.main.head)==l.OP.LTR}let W=t=>z(t,!V(t)),_=t=>z(t,V(t));function j(t,e){return F(t,i=>i.empty?t.moveByGroup(i,e):H(i,e))}function q(t,e,i){let n,s,r=(0,a.mv)(t).resolveInner(e.head),l=i?h.uY.closedBy:h.uY.openedBy;for(let n=e.head;;){let e=i?r.childAfter(n):r.childBefore(n);if(!e)break;!function(t,e,i){if(e.type.prop(i))return!0;let n=e.to-e.from;return n&&(n>2||/[^\s,.;:]/.test(t.sliceDoc(e.from,e.to)))||e.firstChild}(t,e,l)?n=i?e.to:e.from:r=e}return s=r.type.prop(l)&&(n=i?(0,a.jU)(t,r.from,1):(0,a.jU)(t,r.to,-1))&&n.matched?i?n.end.to:n.end.from:i?r.to:r.from,o.OF.cursor(s,i?-1:1)}function K(t,e){return F(t,i=>{if(!i.empty)return H(i,e);let n=t.moveVertically(i,e);return n.head!=i.head?n:t.moveToLineBoundary(i,e)})}"undefined"!=typeof Intl&&Intl.Segmenter;let $=t=>K(t,!1),U=t=>K(t,!0);function Y(t){let e=t.scrollDOM.clientHeight<t.scrollDOM.scrollHeight-2,i=0,n=0,s;if(e){for(let e of t.state.facet(l.Lz.scrollMargins)){let s=e(t);(null==s?void 0:s.top)&&(i=Math.max(null==s?void 0:s.top,i)),(null==s?void 0:s.bottom)&&(n=Math.max(null==s?void 0:s.bottom,n))}s=t.scrollDOM.clientHeight-i-n}else s=(t.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:i,marginBottom:n,selfScroll:e,height:Math.max(t.defaultLineHeight,s-5)}}function J(t,e){let i,n=Y(t),{state:s}=t,r=N(s.selection,i=>i.empty?t.moveVertically(i,e,n.height):H(i,e));if(r.eq(s.selection))return!1;if(n.selfScroll){let e=t.coordsAtPos(s.selection.main.head),o=t.scrollDOM.getBoundingClientRect(),a=o.top+n.marginTop,h=o.bottom-n.marginBottom;e&&e.top>a&&e.bottom<h&&(i=l.Lz.scrollIntoView(r.main.head,{y:"start",yMargin:e.top-a}))}return t.dispatch(I(s,r),{effects:i}),!0}let G=t=>J(t,!1),Z=t=>J(t,!0);function X(t,e,i){let n=t.lineBlockAt(e.head),s=t.moveToLineBoundary(e,i);if(s.head==e.head&&s.head!=(i?n.to:n.from)&&(s=t.moveToLineBoundary(e,i,!1)),!i&&s.head==n.from&&n.length){let i=/^\s*/.exec(t.state.sliceDoc(n.from,Math.min(n.from+100,n.to)))[0].length;i&&e.head!=n.from+i&&(s=o.OF.cursor(n.from+i))}return s}function Q(t,e){let i=N(t.state.selection,t=>{let i=e(t);return o.OF.range(t.anchor,i.head,i.goalColumn,i.bidiLevel||void 0)});return!i.eq(t.state.selection)&&(t.dispatch(I(t.state,i)),!0)}function tt(t,e){return Q(t,i=>t.moveByChar(i,e))}let te=t=>tt(t,!V(t)),ti=t=>tt(t,V(t));function tn(t,e){return Q(t,i=>t.moveByGroup(i,e))}function ts(t,e){return Q(t,i=>t.moveVertically(i,e))}let tr=t=>ts(t,!1),to=t=>ts(t,!0);function tl(t,e){return Q(t,i=>t.moveVertically(i,e,Y(t).height))}let ta=t=>tl(t,!1),th=t=>tl(t,!0),tc=({state:t,dispatch:e})=>(e(I(t,{anchor:0})),!0),tu=({state:t,dispatch:e})=>(e(I(t,{anchor:t.doc.length})),!0),td=({state:t,dispatch:e})=>(e(I(t,{anchor:t.selection.main.anchor,head:0})),!0),tf=({state:t,dispatch:e})=>(e(I(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0);function tp(t,e){if(t.state.readOnly)return!1;let i="delete.selection",{state:n}=t,s=n.changeByRange(n=>{let{from:s,to:r}=n;if(s==r){let o=e(n);o<s?(i="delete.backward",o=tm(t,o,!1)):o>s&&(i="delete.forward",o=tm(t,o,!0)),s=Math.min(s,o),r=Math.max(r,o)}else s=tm(t,s,!1),r=tm(t,r,!0);return s==r?{range:n}:{changes:{from:s,to:r},range:o.OF.cursor(s,s<n.head?-1:1)}});return!s.changes.empty&&(t.dispatch(n.update(s,{scrollIntoView:!0,userEvent:i,effects:"delete.selection"==i?l.Lz.announce.of(n.phrase("Selection deleted")):void 0})),!0)}function tm(t,e,i){if(t instanceof l.Lz)for(let n of t.state.facet(l.Lz.atomicRanges).map(e=>e(t)))n.between(e,e,(t,n)=>{t<e&&n>e&&(e=i?n:t)});return e}let tg=(t,e,i)=>tp(t,n=>{let s=n.from,{state:r}=t,l=r.doc.lineAt(s),h,c;if(i&&!e&&s>l.from&&s<l.from+200&&!/[^ \t]/.test(h=l.text.slice(0,s-l.from))){if(" "==h[h.length-1])return s-1;let t=(0,o.y$)(h,r.tabSize)%(0,a.tp)(r)||(0,a.tp)(r);for(let e=0;e<t&&" "==h[h.length-1-e];e++)s--;c=s}else(c=(0,o.zK)(l.text,s-l.from,e,e)+l.from)==s&&l.number!=(e?r.doc.lines:1)?c+=e?1:-1:!e&&/[\ufe00-\ufe0f]/.test(l.text.slice(c-l.from,s-l.from))&&(c=(0,o.zK)(l.text,c-l.from,!1,!1)+l.from);return c}),tv=t=>tg(t,!1,!0),tw=t=>tg(t,!0,!1),ty=(t,e)=>tp(t,i=>{let n=i.head,{state:s}=t,r=s.doc.lineAt(n),l=s.charCategorizer(n);for(let t=null;;){if(n==(e?r.to:r.from)){n==i.head&&r.number!=(e?s.doc.lines:1)&&(n+=e?1:-1);break}let a=(0,o.zK)(r.text,n-r.from,e)+r.from,h=r.text.slice(Math.min(n,a)-r.from,Math.max(n,a)-r.from),c=l(h);if(null!=t&&c!=t)break;(" "!=h||n!=i.head)&&(t=c),n=a}return n}),tb=t=>ty(t,!1);function tx(t){let e=[],i=-1;for(let n of t.selection.ranges){let s=t.doc.lineAt(n.from),r=t.doc.lineAt(n.to);if(n.empty||n.to!=r.from||(r=t.doc.lineAt(n.to-1)),i>=s.number){let t=e[e.length-1];t.to=r.to,t.ranges.push(n)}else e.push({from:s.from,to:r.to,ranges:[n]});i=r.number+1}return e}function tk(t,e,i){if(t.readOnly)return!1;let n=[],s=[];for(let e of tx(t)){if(i?e.to==t.doc.length:0==e.from)continue;let r=t.doc.lineAt(i?e.to+1:e.from-1),l=r.length+1;if(i)for(let i of(n.push({from:e.to,to:r.to},{from:e.from,insert:r.text+t.lineBreak}),e.ranges))s.push(o.OF.range(Math.min(t.doc.length,i.anchor+l),Math.min(t.doc.length,i.head+l)));else for(let i of(n.push({from:r.from,to:e.from},{from:e.to,insert:t.lineBreak+r.text}),e.ranges))s.push(o.OF.range(i.anchor-l,i.head-l))}return!!n.length&&(e(t.update({changes:n,scrollIntoView:!0,selection:o.OF.create(s,t.selection.mainIndex),userEvent:"move.line"})),!0)}function tS(t,e,i){if(t.readOnly)return!1;let n=[];for(let e of tx(t))i?n.push({from:e.from,insert:t.doc.slice(e.from,e.to)+t.lineBreak}):n.push({from:e.to,insert:t.lineBreak+t.doc.slice(e.from,e.to)});return e(t.update({changes:n,scrollIntoView:!0,userEvent:"input.copyline"})),!0}let tC=tM(!1),tA=tM(!0);function tM(t){return({state:e,dispatch:i})=>{if(e.readOnly)return!1;let n=e.changeByRange(i=>{let{from:n,to:s}=i,r=e.doc.lineAt(n),l=!t&&n==s&&function(t,e){if(/\(\)|\[\]|\{\}/.test(t.sliceDoc(e-1,e+1)))return{from:e,to:e};let i=(0,a.mv)(t).resolveInner(e),n=i.childBefore(e),s=i.childAfter(e),r;return n&&s&&n.to<=e&&s.from>=e&&(r=n.type.prop(h.uY.closedBy))&&r.indexOf(s.name)>-1&&t.doc.lineAt(n.to).from==t.doc.lineAt(s.from).from&&!/\S/.test(t.sliceDoc(n.to,s.from))?{from:n.to,to:s.from}:null}(e,n);t&&(n=s=(s<=r.to?r:e.doc.lineAt(s)).to);let c=new a.KB(e,{simulateBreak:n,simulateDoubleBreak:!!l}),u=(0,a._v)(c,n);for(null==u&&(u=(0,o.y$)(/^\s*/.exec(e.doc.lineAt(n).text)[0],e.tabSize));s<r.to&&/\s/.test(r.text[s-r.from]);)s++;l?{from:n,to:s}=l:n>r.from&&n<r.from+100&&!/\S/.test(r.text.slice(0,n))&&(n=r.from);let d=["",(0,a.EI)(e,u)];return l&&d.push((0,a.EI)(e,c.lineIndent(r.from,-1))),{changes:{from:n,to:s,insert:o.EY.of(d)},range:o.OF.cursor(n+1+d[1].length)}});return i(e.update(n,{scrollIntoView:!0,userEvent:"input"})),!0}}function tO(t,e){let i=-1;return t.changeByRange(n=>{let s=[];for(let r=n.from;r<=n.to;){let o=t.doc.lineAt(r);o.number>i&&(n.empty||n.to>o.from)&&(e(o,s,n),i=o.number),r=o.to+1}let r=t.changes(s);return{changes:s,range:o.OF.range(r.mapPos(n.anchor,1),r.mapPos(n.head,1))}})}let tD=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(tO(t,(e,i)=>{i.push({from:e.from,insert:t.facet(a.Xt)})}),{userEvent:"input.indent"})),!0),tT=({state:t,dispatch:e})=>!t.readOnly&&(e(t.update(tO(t,(e,i)=>{let n=/^\s*/.exec(e.text)[0];if(!n)return;let s=(0,o.y$)(n,t.tabSize),r=0,l=(0,a.EI)(t,Math.max(0,s-(0,a.tp)(t)));for(;r<n.length&&r<l.length&&n.charCodeAt(r)==l.charCodeAt(r);)r++;i.push({from:e.from+r,to:e.from+n.length,insert:l.slice(r)})}),{userEvent:"delete.dedent"})),!0),tE=[{key:"Ctrl-b",run:W,shift:te,preventDefault:!0},{key:"Ctrl-f",run:_,shift:ti},{key:"Ctrl-p",run:$,shift:tr},{key:"Ctrl-n",run:U,shift:to},{key:"Ctrl-a",run:t=>F(t,e=>o.OF.cursor(t.lineBlockAt(e.head).from,1)),shift:t=>Q(t,e=>o.OF.cursor(t.lineBlockAt(e.head).from))},{key:"Ctrl-e",run:t=>F(t,e=>o.OF.cursor(t.lineBlockAt(e.head).to,-1)),shift:t=>Q(t,e=>o.OF.cursor(t.lineBlockAt(e.head).to))},{key:"Ctrl-d",run:tw},{key:"Ctrl-h",run:tv},{key:"Ctrl-k",run:t=>tp(t,e=>{let i=t.lineBlockAt(e.head).to;return e.head<i?i:Math.min(t.state.doc.length,e.head+1)})},{key:"Ctrl-Alt-h",run:tb},{key:"Ctrl-o",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=t.changeByRange(t=>({changes:{from:t.from,to:t.to,insert:o.EY.of(["",""])},range:o.OF.cursor(t.from)}));return e(t.update(i,{scrollIntoView:!0,userEvent:"input"})),!0}},{key:"Ctrl-t",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=t.changeByRange(e=>{if(!e.empty||0==e.from||e.from==t.doc.length)return{range:e};let i=e.from,n=t.doc.lineAt(i),s=i==n.from?i-1:(0,o.zK)(n.text,i-n.from,!1)+n.from,r=i==n.to?i+1:(0,o.zK)(n.text,i-n.from,!0)+n.from;return{changes:{from:s,to:r,insert:t.doc.slice(i,r).append(t.doc.slice(s,i))},range:o.OF.cursor(r)}});return!i.changes.empty&&(e(t.update(i,{scrollIntoView:!0,userEvent:"move.character"})),!0)}},{key:"Ctrl-v",run:Z}],tR=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:t=>F(t,e=>q(t.state,e,!V(t))),shift:t=>Q(t,e=>q(t.state,e,!V(t)))},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:t=>F(t,e=>q(t.state,e,V(t))),shift:t=>Q(t,e=>q(t.state,e,V(t)))},{key:"Alt-ArrowUp",run:({state:t,dispatch:e})=>tk(t,e,!1)},{key:"Shift-Alt-ArrowUp",run:({state:t,dispatch:e})=>tS(t,e,!1)},{key:"Alt-ArrowDown",run:({state:t,dispatch:e})=>tk(t,e,!0)},{key:"Shift-Alt-ArrowDown",run:({state:t,dispatch:e})=>tS(t,e,!0)},{key:"Escape",run:({state:t,dispatch:e})=>{let i=t.selection,n=null;return i.ranges.length>1?n=o.OF.create([i.main]):i.main.empty||(n=o.OF.create([o.OF.cursor(i.main.head)])),!!n&&(e(I(t,n)),!0)}},{key:"Mod-Enter",run:tA},{key:"Alt-l",mac:"Ctrl-l",run:({state:t,dispatch:e})=>{let i=tx(t).map(({from:e,to:i})=>o.OF.range(e,Math.min(i+1,t.doc.length)));return e(t.update({selection:o.OF.create(i),userEvent:"select"})),!0}},{key:"Mod-i",run:({state:t,dispatch:e})=>{let i=N(t.selection,e=>{let i=(0,a.mv)(t),n=i.resolveStack(e.from,1);if(e.empty){let t=i.resolveStack(e.from,-1);t.node.from>=n.node.from&&t.node.to<=n.node.to&&(n=t)}for(let t=n;t;t=t.next){let{node:i}=t;if((i.from<e.from&&i.to>=e.to||i.to>e.to&&i.from<=e.from)&&t.next)return o.OF.range(i.to,i.from)}return e});return!i.eq(t.selection)&&(e(I(t,i)),!0)},preventDefault:!0},{key:"Mod-[",run:tT},{key:"Mod-]",run:tD},{key:"Mod-Alt-\\",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=Object.create(null),n=new a.KB(t,{overrideIndentation:t=>{let e=i[t];return null==e?-1:e}}),s=tO(t,(e,s,r)=>{let o=(0,a._v)(n,e.from);if(null==o)return;/\S/.test(e.text)||(o=0);let l=/^\s*/.exec(e.text)[0],h=(0,a.EI)(t,o);(l!=h||r.from<e.from+l.length)&&(i[e.from]=o,s.push({from:e.from,to:e.from+l.length,insert:h}))});return s.changes.empty||e(t.update(s,{userEvent:"indent"})),!0}},{key:"Shift-Mod-k",run:t=>{if(t.state.readOnly)return!1;let{state:e}=t,i=e.changes(tx(e).map(({from:t,to:i})=>(t>0?t--:i<e.doc.length&&i++,{from:t,to:i}))),n=N(e.selection,e=>{let i;if(t.lineWrapping){let n=t.lineBlockAt(e.head),s=t.coordsAtPos(e.head,e.assoc||1);s&&(i=n.bottom+t.documentTop-s.bottom+t.defaultLineHeight/2)}return t.moveVertically(e,!0,i)}).map(i);return t.dispatch({changes:i,selection:n,scrollIntoView:!0,userEvent:"delete.line"}),!0}},{key:"Shift-Mod-\\",run:({state:t,dispatch:e})=>{let i,n;return i=!1,n=N(t.selection,e=>{let n=(0,a.jU)(t,e.head,-1)||(0,a.jU)(t,e.head,1)||e.head>0&&(0,a.jU)(t,e.head-1,1)||e.head<t.doc.length&&(0,a.jU)(t,e.head+1,-1);if(!n||!n.end)return e;i=!0;let s=n.start.from==e.head?n.end.to:n.end.from;return o.OF.cursor(s)}),!!i&&(e(I(t,n)),!0)}},{key:"Mod-/",run:t=>{let{state:e}=t,i=e.doc.lineAt(e.selection.main.from),n=p(t.state,i.from);return n.line?u(t):!!n.block&&f(t)}},{key:"Alt-A",run:d},{key:"Ctrl-m",mac:"Shift-Alt-m",run:t=>(t.setTabFocusMode(),!0)}].concat([{key:"ArrowLeft",run:W,shift:te,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:t=>j(t,!V(t)),shift:t=>tn(t,!V(t)),preventDefault:!0},{mac:"Cmd-ArrowLeft",run:t=>F(t,e=>X(t,e,!V(t))),shift:t=>Q(t,e=>X(t,e,!V(t))),preventDefault:!0},{key:"ArrowRight",run:_,shift:ti,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:t=>j(t,V(t)),shift:t=>tn(t,V(t)),preventDefault:!0},{mac:"Cmd-ArrowRight",run:t=>F(t,e=>X(t,e,V(t))),shift:t=>Q(t,e=>X(t,e,V(t))),preventDefault:!0},{key:"ArrowUp",run:$,shift:tr,preventDefault:!0},{mac:"Cmd-ArrowUp",run:tc,shift:td},{mac:"Ctrl-ArrowUp",run:G,shift:ta},{key:"ArrowDown",run:U,shift:to,preventDefault:!0},{mac:"Cmd-ArrowDown",run:tu,shift:tf},{mac:"Ctrl-ArrowDown",run:Z,shift:th},{key:"PageUp",run:G,shift:ta},{key:"PageDown",run:Z,shift:th},{key:"Home",run:t=>F(t,e=>X(t,e,!1)),shift:t=>Q(t,e=>X(t,e,!1)),preventDefault:!0},{key:"Mod-Home",run:tc,shift:td},{key:"End",run:t=>F(t,e=>X(t,e,!0)),shift:t=>Q(t,e=>X(t,e,!0)),preventDefault:!0},{key:"Mod-End",run:tu,shift:tf},{key:"Enter",run:tC,shift:tC},{key:"Mod-a",run:({state:t,dispatch:e})=>(e(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0)},{key:"Backspace",run:tv,shift:tv},{key:"Delete",run:tw},{key:"Mod-Backspace",mac:"Alt-Backspace",run:tb},{key:"Mod-Delete",mac:"Alt-Delete",run:t=>ty(t,!0)},{mac:"Mod-Backspace",run:t=>tp(t,e=>{let i=t.moveToLineBoundary(e,!1).head;return e.head>i?i:Math.max(0,e.head-1)})},{mac:"Mod-Delete",run:t=>tp(t,e=>{let i=t.moveToLineBoundary(e,!0).head;return e.head<i?i:Math.min(t.state.doc.length,e.head+1)})}].concat(tE.map(t=>({mac:t.key,run:t.run,shift:t.shift})))),tL={key:"Tab",run:tD,shift:tT};var tP=i(50210);let tB="function"==typeof String.prototype.normalize?t=>t.normalize("NFKD"):t=>t;class tN{constructor(t,e,i=0,n=t.length,s,r){this.test=r,this.value={from:0,to:0},this.done=!1,this.matches=[],this.buffer="",this.bufferPos=0,this.iter=t.iterRange(i,n),this.bufferStart=i,this.normalize=s?t=>s(tB(t)):tB,this.query=this.normalize(e)}peek(){if(this.bufferPos==this.buffer.length){if(this.bufferStart+=this.buffer.length,this.iter.next(),this.iter.done)return -1;this.bufferPos=0,this.buffer=this.iter.value}return(0,o.vS)(this.buffer,this.bufferPos)}next(){for(;this.matches.length;)this.matches.pop();return this.nextOverlapping()}nextOverlapping(){for(;;){let t=this.peek();if(t<0)return this.done=!0,this;let e=(0,o.MK)(t),i=this.bufferStart+this.bufferPos;this.bufferPos+=(0,o.Fh)(t);let n=this.normalize(e);if(n.length)for(let t=0,s=i;;t++){let r=n.charCodeAt(t),o=this.match(r,s,this.bufferPos+this.bufferStart);if(t==n.length-1){if(o)return this.value=o,this;break}s==i&&t<e.length&&e.charCodeAt(t)==r&&s++}}}match(t,e,i){let n=null;for(let e=0;e<this.matches.length;e+=2){let s=this.matches[e],r=!1;this.query.charCodeAt(s)==t&&(s==this.query.length-1?n={from:this.matches[e+1],to:i}:(this.matches[e]++,r=!0)),r||(this.matches.splice(e,2),e-=2)}return this.query.charCodeAt(0)==t&&(1==this.query.length?n={from:e,to:i}:this.matches.push(1,e)),n&&this.test&&!this.test(n.from,n.to,this.buffer,this.bufferStart)&&(n=null),n}}"undefined"!=typeof Symbol&&(tN.prototype[Symbol.iterator]=function(){return this});let tI={from:-1,to:-1,match:/.*/.exec("")},tF="gm"+(null==/x/.unicode?"":"u");class tH{constructor(t,e,i,n=0,s=t.length){if(this.text=t,this.to=s,this.curLine="",this.done=!1,this.value=tI,/\\[sWDnr]|\n|\r|\[\^/.test(e))return new tW(t,e,i,n,s);this.re=new RegExp(e,tF+((null==i?void 0:i.ignoreCase)?"i":"")),this.test=null==i?void 0:i.test,this.iter=t.iter();let r=t.lineAt(n);this.curLineStart=r.from,this.matchPos=t_(t,n),this.getLine(this.curLineStart)}getLine(t){this.iter.next(t),this.iter.lineBreak?this.curLine="":(this.curLine=this.iter.value,this.curLineStart+this.curLine.length>this.to&&(this.curLine=this.curLine.slice(0,this.to-this.curLineStart)),this.iter.next())}nextLine(){this.curLineStart=this.curLineStart+this.curLine.length+1,this.curLineStart>this.to?this.curLine="":this.getLine(0)}next(){for(let t=this.matchPos-this.curLineStart;;){this.re.lastIndex=t;let e=this.matchPos<=this.to&&this.re.exec(this.curLine);if(e){let i=this.curLineStart+e.index,n=i+e[0].length;if(this.matchPos=t_(this.text,n+ +(i==n)),i==this.curLineStart+this.curLine.length&&this.nextLine(),(i<n||i>this.value.to)&&(!this.test||this.test(i,n,e)))return this.value={from:i,to:n,match:e},this;t=this.matchPos-this.curLineStart}else{if(!(this.curLineStart+this.curLine.length<this.to))return this.done=!0,this;this.nextLine(),t=0}}}}let tz=new WeakMap;class tV{constructor(t,e){this.from=t,this.text=e}get to(){return this.from+this.text.length}static get(t,e,i){let n=tz.get(t);if(!n||n.from>=i||n.to<=e){let n=new tV(e,t.sliceString(e,i));return tz.set(t,n),n}if(n.from==e&&n.to==i)return n;let{text:s,from:r}=n;return r>e&&(s=t.sliceString(e,r)+s,r=e),n.to<i&&(s+=t.sliceString(n.to,i)),tz.set(t,new tV(r,s)),new tV(e,s.slice(e-r,i-r))}}class tW{constructor(t,e,i,n,s){this.text=t,this.to=s,this.done=!1,this.value=tI,this.matchPos=t_(t,n),this.re=new RegExp(e,tF+((null==i?void 0:i.ignoreCase)?"i":"")),this.test=null==i?void 0:i.test,this.flat=tV.get(t,n,this.chunkEnd(n+5e3))}chunkEnd(t){return t>=this.to?this.to:this.text.lineAt(t).to}next(){for(;;){let t=this.re.lastIndex=this.matchPos-this.flat.from,e=this.re.exec(this.flat.text);if(e&&!e[0]&&e.index==t&&(this.re.lastIndex=t+1,e=this.re.exec(this.flat.text)),e){let t=this.flat.from+e.index,i=t+e[0].length;if((this.flat.to>=this.to||e.index+e[0].length<=this.flat.text.length-10)&&(!this.test||this.test(t,i,e)))return this.value={from:t,to:i,match:e},this.matchPos=t_(this.text,i+ +(t==i)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=tV.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+2*this.flat.text.length))}}}function t_(t,e){if(e>=t.length)return e;let i=t.lineAt(e),n;for(;e<i.to&&(n=i.text.charCodeAt(e-i.from))>=56320&&n<57344;)e++;return e}function tj(t){let e=String(t.state.doc.lineAt(t.state.selection.main.head).number),i=(0,tP.A)("input",{class:"cm-textfield",name:"line",value:e});function n(){let e=/^([+-])?(\d+)?(:\d+)?(%)?$/.exec(i.value);if(!e)return;let{state:n}=t,s=n.doc.lineAt(n.selection.main.head),[,r,a,h,c]=e,u=h?+h.slice(1):0,d=a?+a:s.number;if(a&&c){let t=d/100;r&&(t=t*("-"==r?-1:1)+s.number/n.doc.lines),d=Math.round(n.doc.lines*t)}else a&&r&&(d=d*("-"==r?-1:1)+s.number);let f=n.doc.line(Math.max(1,Math.min(n.doc.lines,d))),p=o.OF.cursor(f.from+Math.max(0,Math.min(u,f.length)));t.dispatch({effects:[tq.of(!1),l.Lz.scrollIntoView(p.from,{y:"center"})],selection:p}),t.focus()}return{dom:(0,tP.A)("form",{class:"cm-gotoLine",onkeydown:e=>{27==e.keyCode?(e.preventDefault(),t.dispatch({effects:tq.of(!1)}),t.focus()):13==e.keyCode&&(e.preventDefault(),n())},onsubmit:t=>{t.preventDefault(),n()}},(0,tP.A)("label",t.state.phrase("Go to line"),": ",i)," ",(0,tP.A)("button",{class:"cm-button",type:"submit"},t.state.phrase("go")),(0,tP.A)("button",{name:"close",onclick:()=>{t.dispatch({effects:tq.of(!1)}),t.focus()},"aria-label":t.state.phrase("close"),type:"button"},["\xd7"]))}}"undefined"!=typeof Symbol&&(tH.prototype[Symbol.iterator]=tW.prototype[Symbol.iterator]=function(){return this});let tq=o.Pe.define(),tK=o.sU.define({create:()=>!0,update(t,e){for(let i of e.effects)i.is(tq)&&(t=i.value);return t},provide:t=>l.S7.from(t,t=>t?tj:null)}),t$=l.Lz.baseTheme({".cm-panel.cm-gotoLine":{padding:"2px 6px 4px",position:"relative","& label":{fontSize:"80%"},"& [name=close]":{position:"absolute",top:"0",bottom:"0",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",padding:"0"}}}),tU={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},tY=o.sj.define({combine:t=>(0,o.QR)(t,tU,{highlightWordAroundCursor:(t,e)=>t||e,minSelectionLength:Math.min,maxMatches:Math.min})}),tJ=l.NZ.mark({class:"cm-selectionMatch"}),tG=l.NZ.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function tZ(t,e,i,n){return(0==i||t(e.sliceDoc(i-1,i))!=o.Je.Word)&&(n==e.doc.length||t(e.sliceDoc(n,n+1))!=o.Je.Word)}let tX=l.Z9.fromClass(class{constructor(t){this.decorations=this.getDeco(t)}update(t){(t.selectionSet||t.docChanged||t.viewportChanged)&&(this.decorations=this.getDeco(t.view))}getDeco(t){let e=t.state.facet(tY),{state:i}=t,n=i.selection;if(n.ranges.length>1)return l.NZ.none;let s=n.main,r,a=null;if(s.empty){if(!e.highlightWordAroundCursor)return l.NZ.none;let t=i.wordAt(s.head);if(!t)return l.NZ.none;a=i.charCategorizer(s.head),r=i.sliceDoc(t.from,t.to)}else{let t=s.to-s.from;if(t<e.minSelectionLength||t>200)return l.NZ.none;if(e.wholeWords){var h,c,u;if(r=i.sliceDoc(s.from,s.to),!(tZ(a=i.charCategorizer(s.head),i,s.from,s.to)&&(h=a,c=s.from,u=s.to,h(i.sliceDoc(c,c+1))==o.Je.Word&&h(i.sliceDoc(u-1,u))==o.Je.Word)))return l.NZ.none}else if(!(r=i.sliceDoc(s.from,s.to)))return l.NZ.none}let d=[];for(let n of t.visibleRanges){let t=new tN(i.doc,r,n.from,n.to);for(;!t.next().done;){let{from:n,to:r}=t.value;if((!a||tZ(a,i,n,r))&&(s.empty&&n<=s.from&&r>=s.to?d.push(tG.range(n,r)):(n>=s.to||r<=s.from)&&d.push(tJ.range(n,r)),d.length>e.maxMatches))return l.NZ.none}}return l.NZ.set(d)}},{decorations:t=>t.decorations}),tQ=l.Lz.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),t0=o.sj.define({combine:t=>(0,o.QR)(t,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:t=>new ey(t),scrollToMatch:t=>l.Lz.scrollIntoView(t)})});class t1{constructor(t){this.search=t.search,this.caseSensitive=!!t.caseSensitive,this.literal=!!t.literal,this.regexp=!!t.regexp,this.replace=t.replace||"",this.valid=!!this.search&&(!this.regexp||function(t){try{return new RegExp(t,tF),!0}catch(t){return!1}}(this.search)),this.unquoted=this.unquote(this.search),this.wholeWord=!!t.wholeWord}unquote(t){return this.literal?t:t.replace(/\\([nrt\\])/g,(t,e)=>"n"==e?"\n":"r"==e?"\r":"t"==e?" ":"\\")}eq(t){return this.search==t.search&&this.replace==t.replace&&this.caseSensitive==t.caseSensitive&&this.regexp==t.regexp&&this.wholeWord==t.wholeWord}create(){return this.regexp?new t6(this):new t8(this)}getCursor(t,e=0,i){let n=t.doc?t:o.$t.create({doc:t});return null==i&&(i=n.doc.length),this.regexp?t4(this,n,e,i):t3(this,n,e,i)}}class t2{constructor(t){this.spec=t}}function t3(t,e,i,n){var s,r;return new tN(e.doc,t.unquoted,i,n,t.caseSensitive?void 0:t=>t.toLowerCase(),t.wholeWord?(s=e.doc,r=e.charCategorizer(e.selection.main.head),(t,e,i,n)=>((n>t||n+i.length<e)&&(n=Math.max(0,t-2),i=s.sliceString(n,Math.min(s.length,e+2))),(r(t5(i,t-n))!=o.Je.Word||r(t9(i,t-n))!=o.Je.Word)&&(r(t9(i,e-n))!=o.Je.Word||r(t5(i,e-n))!=o.Je.Word))):void 0)}class t8 extends t2{constructor(t){super(t)}nextMatch(t,e,i){let n=t3(this.spec,t,i,t.doc.length).nextOverlapping();if(n.done){let i=Math.min(t.doc.length,e+this.spec.unquoted.length);n=t3(this.spec,t,0,i).nextOverlapping()}return n.done||n.value.from==e&&n.value.to==i?null:n.value}prevMatchInRange(t,e,i){for(let n=i;;){let i=Math.max(e,n-1e4-this.spec.unquoted.length),s=t3(this.spec,t,i,n),r=null;for(;!s.nextOverlapping().done;)r=s.value;if(r)return r;if(i==e)return null;n-=1e4}}prevMatch(t,e,i){let n=this.prevMatchInRange(t,0,e);return n||(n=this.prevMatchInRange(t,Math.max(0,i-this.spec.unquoted.length),t.doc.length)),n&&(n.from!=e||n.to!=i)?n:null}getReplacement(t){return this.spec.unquote(this.spec.replace)}matchAll(t,e){let i=t3(this.spec,t,0,t.doc.length),n=[];for(;!i.next().done;){if(n.length>=e)return null;n.push(i.value)}return n}highlight(t,e,i,n){let s=t3(this.spec,t,Math.max(0,e-this.spec.unquoted.length),Math.min(i+this.spec.unquoted.length,t.doc.length));for(;!s.next().done;)n(s.value.from,s.value.to)}}function t4(t,e,i,n){var s;return new tH(e.doc,t.search,{ignoreCase:!t.caseSensitive,test:t.wholeWord?(s=e.charCategorizer(e.selection.main.head),(t,e,i)=>!i[0].length||(s(t5(i.input,i.index))!=o.Je.Word||s(t9(i.input,i.index))!=o.Je.Word)&&(s(t9(i.input,i.index+i[0].length))!=o.Je.Word||s(t5(i.input,i.index+i[0].length))!=o.Je.Word)):void 0},i,n)}function t5(t,e){return t.slice((0,o.zK)(t,e,!1),e)}function t9(t,e){return t.slice(e,(0,o.zK)(t,e))}class t6 extends t2{nextMatch(t,e,i){let n=t4(this.spec,t,i,t.doc.length).next();return n.done&&(n=t4(this.spec,t,0,e).next()),n.done?null:n.value}prevMatchInRange(t,e,i){for(let n=1;;n++){let s=Math.max(e,i-1e4*n),r=t4(this.spec,t,s,i),o=null;for(;!r.next().done;)o=r.value;if(o&&(s==e||o.from>s+10))return o;if(s==e)return null}}prevMatch(t,e,i){return this.prevMatchInRange(t,0,e)||this.prevMatchInRange(t,i,t.doc.length)}getReplacement(t){return this.spec.unquote(this.spec.replace).replace(/\$([$&]|\d+)/g,(e,i)=>{if("&"==i)return t.match[0];if("$"==i)return"$";for(let e=i.length;e>0;e--){let n=+i.slice(0,e);if(n>0&&n<t.match.length)return t.match[n]+i.slice(e)}return e})}matchAll(t,e){let i=t4(this.spec,t,0,t.doc.length),n=[];for(;!i.next().done;){if(n.length>=e)return null;n.push(i.value)}return n}highlight(t,e,i,n){let s=t4(this.spec,t,Math.max(0,e-250),Math.min(i+250,t.doc.length));for(;!s.next().done;)n(s.value.from,s.value.to)}}let t7=o.Pe.define(),et=o.Pe.define(),ee=o.sU.define({create:t=>new ei(ef(t).create(),null),update(t,e){for(let i of e.effects)i.is(t7)?t=new ei(i.value.create(),t.panel):i.is(et)&&(t=new ei(t.query,i.value?ed:null));return t},provide:t=>l.S7.from(t,t=>t.panel)});class ei{constructor(t,e){this.query=t,this.panel=e}}let en=l.NZ.mark({class:"cm-searchMatch"}),es=l.NZ.mark({class:"cm-searchMatch cm-searchMatch-selected"}),er=l.Z9.fromClass(class{constructor(t){this.view=t,this.decorations=this.highlight(t.state.field(ee))}update(t){let e=t.state.field(ee);(e!=t.startState.field(ee)||t.docChanged||t.selectionSet||t.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:t,panel:e}){if(!e||!t.spec.valid)return l.NZ.none;let{view:i}=this,n=new o.vB;for(let e=0,s=i.visibleRanges,r=s.length;e<r;e++){let{from:o,to:l}=s[e];for(;e<r-1&&l>s[e+1].from-500;)l=s[++e].to;t.highlight(i.state,o,l,(t,e)=>{let s=i.state.selection.ranges.some(i=>i.from==t&&i.to==e);n.add(t,e,s?es:en)})}return n.finish()}},{decorations:t=>t.decorations});function eo(t){return e=>{let i=e.state.field(ee,!1);return i&&i.query.spec.valid?t(e,i):eg(e)}}let el=eo((t,{query:e})=>{let{to:i}=t.state.selection.main,n=e.nextMatch(t.state,i,i);if(!n)return!1;let s=o.OF.single(n.from,n.to),r=t.state.facet(t0);return t.dispatch({selection:s,effects:[ek(t,n),r.scrollToMatch(s.main,t)],userEvent:"select.search"}),em(t),!0}),ea=eo((t,{query:e})=>{let{state:i}=t,{from:n}=i.selection.main,s=e.prevMatch(i,n,n);if(!s)return!1;let r=o.OF.single(s.from,s.to),l=t.state.facet(t0);return t.dispatch({selection:r,effects:[ek(t,s),l.scrollToMatch(r.main,t)],userEvent:"select.search"}),em(t),!0}),eh=eo((t,{query:e})=>{let i=e.matchAll(t.state,1e3);return!!i&&!!i.length&&(t.dispatch({selection:o.OF.create(i.map(t=>o.OF.range(t.from,t.to))),userEvent:"select.search.matches"}),!0)}),ec=eo((t,{query:e})=>{let{state:i}=t,{from:n,to:s}=i.selection.main;if(i.readOnly)return!1;let r=e.nextMatch(i,n,n);if(!r)return!1;let a=r,h=[],c,u,d=[];if(a.from==n&&a.to==s&&(u=i.toText(e.getReplacement(a)),h.push({from:a.from,to:a.to,insert:u}),a=e.nextMatch(i,a.from,a.to),d.push(l.Lz.announce.of(i.phrase("replaced match on line $",i.doc.lineAt(n).number)+"."))),a){let e=0==h.length||h[0].from>=r.to?0:r.to-r.from-u.length;c=o.OF.single(a.from-e,a.to-e),d.push(ek(t,a)),d.push(i.facet(t0).scrollToMatch(c.main,t))}return t.dispatch({changes:h,selection:c,effects:d,userEvent:"input.replace"}),!0}),eu=eo((t,{query:e})=>{if(t.state.readOnly)return!1;let i=e.matchAll(t.state,1e9).map(t=>{let{from:i,to:n}=t;return{from:i,to:n,insert:e.getReplacement(t)}});if(!i.length)return!1;let n=t.state.phrase("replaced $ matches",i.length)+".";return t.dispatch({changes:i,effects:l.Lz.announce.of(n),userEvent:"input.replace.all"}),!0});function ed(t){return t.state.facet(t0).createPanel(t)}function ef(t,e){var i,n,s,r,o;let l=t.selection.main,a=l.empty||l.to>l.from+100?"":t.sliceDoc(l.from,l.to);if(e&&!a)return e;let h=t.facet(t0);return new t1({search:(null!=(i=null==e?void 0:e.literal)?i:h.literal)?a:a.replace(/\n/g,"\\n"),caseSensitive:null!=(n=null==e?void 0:e.caseSensitive)?n:h.caseSensitive,literal:null!=(s=null==e?void 0:e.literal)?s:h.literal,regexp:null!=(r=null==e?void 0:e.regexp)?r:h.regexp,wholeWord:null!=(o=null==e?void 0:e.wholeWord)?o:h.wholeWord})}function ep(t){let e=(0,l.ld)(t,ed);return e&&e.dom.querySelector("[main-field]")}function em(t){let e=ep(t);e&&e==t.root.activeElement&&e.select()}let eg=t=>{let e=t.state.field(ee,!1);if(e&&e.panel){let i=ep(t);if(i&&i!=t.root.activeElement){let n=ef(t.state,e.query.spec);n.valid&&t.dispatch({effects:t7.of(n)}),i.focus(),i.select()}}else t.dispatch({effects:[et.of(!0),e?t7.of(ef(t.state,e.query.spec)):o.Pe.appendConfig.of(eC)]});return!0},ev=t=>{let e=t.state.field(ee,!1);if(!e||!e.panel)return!1;let i=(0,l.ld)(t,ed);return i&&i.dom.contains(t.root.activeElement)&&t.focus(),t.dispatch({effects:et.of(!1)}),!0},ew=[{key:"Mod-f",run:eg,scope:"editor search-panel"},{key:"F3",run:el,shift:ea,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:el,shift:ea,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:ev,scope:"editor search-panel"},{key:"Mod-Shift-l",run:({state:t,dispatch:e})=>{let i=t.selection;if(i.ranges.length>1||i.main.empty)return!1;let{from:n,to:s}=i.main,r=[],l=0;for(let e=new tN(t.doc,t.sliceDoc(n,s));!e.next().done;){if(r.length>1e3)return!1;e.value.from==n&&(l=r.length),r.push(o.OF.range(e.value.from,e.value.to))}return e(t.update({selection:o.OF.create(r,l),userEvent:"select.search.matches"})),!0}},{key:"Mod-Alt-g",run:t=>{let e=(0,l.ld)(t,tj);if(!e){let i=[tq.of(!0)];null==t.state.field(tK,!1)&&i.push(o.Pe.appendConfig.of([tK,t$])),t.dispatch({effects:i}),e=(0,l.ld)(t,tj)}return e&&e.dom.querySelector("input").select(),!0}},{key:"Mod-d",run:({state:t,dispatch:e})=>{let{ranges:i}=t.selection;if(i.some(t=>t.from===t.to))return(({state:t,dispatch:e})=>{let{selection:i}=t,n=o.OF.create(i.ranges.map(e=>t.wordAt(e.head)||o.OF.cursor(e.head)),i.mainIndex);return!n.eq(i)&&(e(t.update({selection:n})),!0)})({state:t,dispatch:e});let n=t.sliceDoc(i[0].from,i[0].to);if(t.selection.ranges.some(e=>t.sliceDoc(e.from,e.to)!=n))return!1;let s=function(t,e){let{main:i,ranges:n}=t.selection,s=t.wordAt(i.head),r=s&&s.from==i.from&&s.to==i.to;for(let i=!1,s=new tN(t.doc,e,n[n.length-1].to);;)if(s.next(),s.done){if(i)return null;s=new tN(t.doc,e,0,Math.max(0,n[n.length-1].from-1)),i=!0}else{if(i&&n.some(t=>t.from==s.value.from))continue;if(r){let e=t.wordAt(s.value.from);if(!e||e.from!=s.value.from||e.to!=s.value.to)continue}return s.value}}(t,n);return!!s&&(e(t.update({selection:t.selection.addRange(o.OF.range(s.from,s.to),!1),effects:l.Lz.scrollIntoView(s.to)})),!0)},preventDefault:!0}];class ey{constructor(t){this.view=t;let e=this.query=t.state.field(ee).query.spec;function i(t,e,i){return(0,tP.A)("button",{class:"cm-button",name:t,onclick:e,type:"button"},i)}this.commit=this.commit.bind(this),this.searchField=(0,tP.A)("input",{value:e.search,placeholder:eb(t,"Find"),"aria-label":eb(t,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=(0,tP.A)("input",{value:e.replace,placeholder:eb(t,"Replace"),"aria-label":eb(t,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=(0,tP.A)("input",{type:"checkbox",name:"case",form:"",checked:e.caseSensitive,onchange:this.commit}),this.reField=(0,tP.A)("input",{type:"checkbox",name:"re",form:"",checked:e.regexp,onchange:this.commit}),this.wordField=(0,tP.A)("input",{type:"checkbox",name:"word",form:"",checked:e.wholeWord,onchange:this.commit}),this.dom=(0,tP.A)("div",{onkeydown:t=>this.keydown(t),class:"cm-search"},[this.searchField,i("next",()=>el(t),[eb(t,"next")]),i("prev",()=>ea(t),[eb(t,"previous")]),i("select",()=>eh(t),[eb(t,"all")]),(0,tP.A)("label",null,[this.caseField,eb(t,"match case")]),(0,tP.A)("label",null,[this.reField,eb(t,"regexp")]),(0,tP.A)("label",null,[this.wordField,eb(t,"by word")]),...t.state.readOnly?[]:[(0,tP.A)("br"),this.replaceField,i("replace",()=>ec(t),[eb(t,"replace")]),i("replaceAll",()=>eu(t),[eb(t,"replace all")])],(0,tP.A)("button",{name:"close",onclick:()=>ev(t),"aria-label":eb(t,"close"),type:"button"},["\xd7"])])}commit(){let t=new t1({search:this.searchField.value,caseSensitive:this.caseField.checked,regexp:this.reField.checked,wholeWord:this.wordField.checked,replace:this.replaceField.value});t.eq(this.query)||(this.query=t,this.view.dispatch({effects:t7.of(t)}))}keydown(t){(0,l.TS)(this.view,t,"search-panel")?t.preventDefault():13==t.keyCode&&t.target==this.searchField?(t.preventDefault(),(t.shiftKey?ea:el)(this.view)):13==t.keyCode&&t.target==this.replaceField&&(t.preventDefault(),ec(this.view))}update(t){for(let e of t.transactions)for(let t of e.effects)t.is(t7)&&!t.value.eq(this.query)&&this.setQuery(t.value)}setQuery(t){this.query=t,this.searchField.value=t.search,this.replaceField.value=t.replace,this.caseField.checked=t.caseSensitive,this.reField.checked=t.regexp,this.wordField.checked=t.wholeWord}mount(){this.searchField.select()}get pos(){return 80}get top(){return this.view.state.facet(t0).top}}function eb(t,e){return t.state.phrase(e)}let ex=/[\s\.,:;?!]/;function ek(t,{from:e,to:i}){let n=t.state.doc.lineAt(e),s=t.state.doc.lineAt(i).to,r=Math.max(n.from,e-30),o=Math.min(s,i+30),a=t.state.sliceDoc(r,o);if(r!=n.from){for(let t=0;t<30;t++)if(!ex.test(a[t+1])&&ex.test(a[t])){a=a.slice(t);break}}if(o!=s){for(let t=a.length-1;t>a.length-30;t--)if(!ex.test(a[t-1])&&ex.test(a[t])){a=a.slice(0,t);break}}return l.Lz.announce.of(`${t.state.phrase("current match")}. ${a} ${t.state.phrase("on line")} ${n.number}.`)}let eS=l.Lz.baseTheme({".cm-panel.cm-search":{padding:"2px 6px 4px",position:"relative","& [name=close]":{position:"absolute",top:"0",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",padding:0,margin:0},"& input, & button, & label":{margin:".2em .6em .2em 0"},"& input[type=checkbox]":{marginRight:".2em"},"& label":{fontSize:"80%",whiteSpace:"pre"}},"&light .cm-searchMatch":{backgroundColor:"#ffff0054"},"&dark .cm-searchMatch":{backgroundColor:"#00ffff8a"},"&light .cm-searchMatch-selected":{backgroundColor:"#ff6a0054"},"&dark .cm-searchMatch-selected":{backgroundColor:"#ff00ff8a"}}),eC=[ee,o.Nb.low(er),eS];class eA{constructor(t,e,i,n){this.state=t,this.pos=e,this.explicit=i,this.view=n,this.abortListeners=[],this.abortOnDocChange=!1}tokenBefore(t){let e=(0,a.mv)(this.state).resolveInner(this.pos,-1);for(;e&&0>t.indexOf(e.name);)e=e.parent;return e?{from:e.from,to:this.pos,text:this.state.sliceDoc(e.from,this.pos),type:e.type}:null}matchBefore(t){let e=this.state.doc.lineAt(this.pos),i=Math.max(e.from,this.pos-250),n=e.text.slice(i-e.from,this.pos-e.from),s=n.search(eT(t,!1));return s<0?null:{from:i+s,to:this.pos,text:n.slice(s)}}get aborted(){return null==this.abortListeners}addEventListener(t,e,i){"abort"==t&&this.abortListeners&&(this.abortListeners.push(e),i&&i.onDocChange&&(this.abortOnDocChange=!0))}}function eM(t){let e=Object.keys(t).join(""),i=/\w/.test(e);return i&&(e=e.replace(/\w/g,"")),`[${i?"\\w":""}${e.replace(/[^\w\s]/g,"\\$&")}]`}class eO{constructor(t,e,i,n){this.completion=t,this.source=e,this.match=i,this.score=n}}function eD(t){return t.selection.main.from}function eT(t,e){var i;let{source:n}=t,s=e&&"^"!=n[0],r="$"!=n[n.length-1];return s||r?RegExp(`${s?"^":""}(?:${n})${r?"$":""}`,null!=(i=t.flags)?i:t.ignoreCase?"i":""):t}let eE=o.YH.define(),eR=new WeakMap;function eL(t){if(!Array.isArray(t))return t;let e=eR.get(t);return e||eR.set(t,e=function(t){let e=t.map(t=>"string"==typeof t?{label:t}:t),[i,n]=e.every(t=>/^\w+$/.test(t.label))?[/\w*$/,/\w+$/]:function(t){let e=Object.create(null),i=Object.create(null);for(let{label:n}of t){e[n[0]]=!0;for(let t=1;t<n.length;t++)i[n[t]]=!0}let n=eM(e)+eM(i)+"*$";return[RegExp("^"+n),new RegExp(n)]}(e);return t=>{let s=t.matchBefore(n);return s||t.explicit?{from:s?s.from:t.pos,options:e,validFor:i}:null}}(t)),e}let eP=o.Pe.define(),eB=o.Pe.define();class eN{constructor(t){this.pattern=t,this.chars=[],this.folded=[],this.any=[],this.precise=[],this.byWord=[],this.score=0,this.matched=[];for(let e=0;e<t.length;){let i=(0,o.vS)(t,e),n=(0,o.Fh)(i);this.chars.push(i);let s=t.slice(e,e+n),r=s.toUpperCase();this.folded.push((0,o.vS)(r==s?s.toLowerCase():r,0)),e+=n}this.astral=t.length!=this.chars.length}ret(t,e){return this.score=t,this.matched=e,this}match(t){if(0==this.pattern.length)return this.ret(-100,[]);if(t.length<this.pattern.length)return null;let{chars:e,folded:i,any:n,precise:s,byWord:r}=this;if(1==e.length){let n=(0,o.vS)(t,0),s=(0,o.Fh)(n),r=s==t.length?0:-100;if(n==e[0]);else{if(n!=i[0])return null;r+=-200}return this.ret(r,[0,s])}let l=t.indexOf(this.pattern);if(0==l)return this.ret(t.length==this.pattern.length?0:-100,[0,this.pattern.length]);let a=e.length,h=0;if(l<0){for(let s=0,r=Math.min(t.length,200);s<r&&h<a;){let r=(0,o.vS)(t,s);(r==e[h]||r==i[h])&&(n[h++]=s),s+=(0,o.Fh)(r)}if(h<a)return null}let c=0,u=0,d=!1,f=0,p=-1,m=-1,g=/[a-z]/.test(t),v=!0;for(let n=0,h=Math.min(t.length,200),w=0;n<h&&u<a;){let h=(0,o.vS)(t,n);l<0&&(c<a&&h==e[c]&&(s[c++]=n),f<a&&(h==e[f]||h==i[f]?(0==f&&(p=n),m=n+1,f++):f=0));let y,b=h<255?h>=48&&h<=57||h>=97&&h<=122?2:+(h>=65&&h<=90):(y=(0,o.MK)(h))!=y.toLowerCase()?1:2*(y!=y.toUpperCase());(!n||1==b&&g||0==w&&0!=b)&&(e[u]==h||i[u]==h&&(d=!0)?r[u++]=n:r.length&&(v=!1)),w=b,n+=(0,o.Fh)(h)}return u==a&&0==r[0]&&v?this.result(-100+(d?-200:0),r,t):f==a&&0==p?this.ret(-200-t.length+(m==t.length?0:-100),[0,m]):l>-1?this.ret(-700-t.length,[l,l+this.pattern.length]):f==a?this.ret(-900-t.length,[p,m]):u==a?this.result(-100+(d?-200:0)+-700+(v?0:-1100),r,t):2==e.length?null:this.result((n[0]?-700:0)+-200+-1100,n,t)}result(t,e,i){let n=[],s=0;for(let t of e){let e=t+(this.astral?(0,o.Fh)((0,o.vS)(i,t)):1);s&&n[s-1]==t?n[s-1]=e:(n[s++]=t,n[s++]=e)}return this.ret(t-i.length,n)}}class eI{constructor(t){this.pattern=t,this.matched=[],this.score=0,this.folded=t.toLowerCase()}match(t){if(t.length<this.pattern.length)return null;let e=t.slice(0,this.pattern.length),i=e==this.pattern?0:e.toLowerCase()==this.folded?-200:null;return null==i?null:(this.matched=[0,e.length],this.score=i+(t.length==this.pattern.length?0:-100),this)}}let eF=o.sj.define({combine:t=>(0,o.QR)(t,{activateOnTyping:!0,activateOnCompletion:()=>!1,activateOnTypingDelay:100,selectOnOpen:!0,override:null,closeOnBlur:!0,maxRenderedOptions:100,defaultKeymap:!0,tooltipClass:()=>"",optionClass:()=>"",aboveCursor:!1,icons:!0,addToOptions:[],positionInfo:ez,filterStrict:!1,compareCompletions:(t,e)=>(t.sortText||t.label).localeCompare(e.sortText||e.label),interactionDelay:75,updateSyncTime:100},{defaultKeymap:(t,e)=>t&&e,closeOnBlur:(t,e)=>t&&e,icons:(t,e)=>t&&e,tooltipClass:(t,e)=>i=>eH(t(i),e(i)),optionClass:(t,e)=>i=>eH(t(i),e(i)),addToOptions:(t,e)=>t.concat(e),filterStrict:(t,e)=>t||e})});function eH(t,e){return t?e?t+" "+e:t:e}function ez(t,e,i,n,s,r){let o=t.textDirection==l.OP.RTL,a=o,h=!1,c="top",u,d,f=e.left-s.left,p=s.right-e.right,m=n.right-n.left,g=n.bottom-n.top;if(a&&f<Math.min(m,p)?a=!1:!a&&p<Math.min(m,f)&&(a=!0),m<=(a?f:p))u=Math.max(s.top,Math.min(i.top,s.bottom-g))-e.top,d=Math.min(400,a?f:p);else{h=!0,d=Math.min(400,(o?e.right:s.right-e.left)-30);let t=s.bottom-e.bottom;t>=g||t>e.top?u=i.bottom-e.top:(c="bottom",u=e.bottom-i.top)}let v=(e.bottom-e.top)/r.offsetHeight,w=(e.right-e.left)/r.offsetWidth;return{style:`${c}: ${u/v}px; max-width: ${d/w}px`,class:"cm-completionInfo-"+(h?o?"left-narrow":"right-narrow":a?"left":"right")}}function eV(t,e,i){if(t<=i)return{from:0,to:t};if(e<0&&(e=0),e<=t>>1){let t=Math.floor(e/i);return{from:t*i,to:(t+1)*i}}let n=Math.floor((t-e)/i);return{from:t-(n+1)*i,to:t-n*i}}class eW{constructor(t,e,i){this.view=t,this.stateField=e,this.applyCompletion=i,this.info=null,this.infoDestroy=null,this.placeInfoReq={read:()=>this.measureInfo(),write:t=>this.placeInfo(t),key:this},this.space=null,this.currentClass="";let n=t.state.field(e),{options:s,selected:r}=n.open,o=t.state.facet(eF);this.optionContent=function(t){let e=t.addToOptions.slice();return t.icons&&e.push({render(t){let e=document.createElement("div");return e.classList.add("cm-completionIcon"),t.type&&e.classList.add(...t.type.split(/\s+/g).map(t=>"cm-completionIcon-"+t)),e.setAttribute("aria-hidden","true"),e},position:20}),e.push({render(t,e,i,n){let s=document.createElement("span");s.className="cm-completionLabel";let r=t.displayLabel||t.label,o=0;for(let t=0;t<n.length;){let e=n[t++],i=n[t++];e>o&&s.appendChild(document.createTextNode(r.slice(o,e)));let l=s.appendChild(document.createElement("span"));l.appendChild(document.createTextNode(r.slice(e,i))),l.className="cm-completionMatchedText",o=i}return o<r.length&&s.appendChild(document.createTextNode(r.slice(o))),s},position:50},{render(t){if(!t.detail)return null;let e=document.createElement("span");return e.className="cm-completionDetail",e.textContent=t.detail,e},position:80}),e.sort((t,e)=>t.position-e.position).map(t=>t.render)}(o),this.optionClass=o.optionClass,this.tooltipClass=o.tooltipClass,this.range=eV(s.length,r,o.maxRenderedOptions),this.dom=document.createElement("div"),this.dom.className="cm-tooltip-autocomplete",this.updateTooltipClass(t.state),this.dom.addEventListener("mousedown",i=>{let{options:n}=t.state.field(e).open;for(let e=i.target,s;e&&e!=this.dom;e=e.parentNode)if("LI"==e.nodeName&&(s=/-(\d+)$/.exec(e.id))&&+s[1]<n.length){this.applyCompletion(t,n[+s[1]]),i.preventDefault();return}}),this.dom.addEventListener("focusout",e=>{let i=t.state.field(this.stateField,!1);i&&i.tooltip&&t.state.facet(eF).closeOnBlur&&e.relatedTarget!=t.contentDOM&&t.dispatch({effects:eB.of(null)})}),this.showOptions(s,n.id)}mount(){this.updateSel()}showOptions(t,e){this.list&&this.list.remove(),this.list=this.dom.appendChild(this.createListBox(t,e,this.range)),this.list.addEventListener("scroll",()=>{this.info&&this.view.requestMeasure(this.placeInfoReq)})}update(t){var e;let i=t.state.field(this.stateField),n=t.startState.field(this.stateField);if(this.updateTooltipClass(t.state),i!=n){let{options:s,selected:r,disabled:o}=i.open;n.open&&n.open.options==s||(this.range=eV(s.length,r,t.state.facet(eF).maxRenderedOptions),this.showOptions(s,i.id)),this.updateSel(),o!=(null==(e=n.open)?void 0:e.disabled)&&this.dom.classList.toggle("cm-tooltip-autocomplete-disabled",!!o)}}updateTooltipClass(t){let e=this.tooltipClass(t);if(e!=this.currentClass){for(let t of this.currentClass.split(" "))t&&this.dom.classList.remove(t);for(let t of e.split(" "))t&&this.dom.classList.add(t);this.currentClass=e}}positioned(t){this.space=t,this.info&&this.view.requestMeasure(this.placeInfoReq)}updateSel(){let t=this.view.state.field(this.stateField),e=t.open;(e.selected>-1&&e.selected<this.range.from||e.selected>=this.range.to)&&(this.range=eV(e.options.length,e.selected,this.view.state.facet(eF).maxRenderedOptions),this.showOptions(e.options,t.id));let i=this.updateSelectedOption(e.selected);if(i){this.destroyInfo();let{completion:n}=e.options[e.selected],{info:s}=n;if(!s)return;let r="string"==typeof s?document.createTextNode(s):s(n);if(!r)return;"then"in r?r.then(e=>{e&&this.view.state.field(this.stateField,!1)==t&&this.addInfoPane(e,n)}).catch(t=>(0,l.c_)(this.view.state,t,"completion info")):(this.addInfoPane(r,n),i.setAttribute("aria-describedby",this.info.id))}}addInfoPane(t,e){this.destroyInfo();let i=this.info=document.createElement("div");if(i.className="cm-tooltip cm-completionInfo",i.id="cm-completionInfo-"+Math.floor(65535*Math.random()).toString(16),null!=t.nodeType)i.appendChild(t),this.infoDestroy=null;else{let{dom:e,destroy:n}=t;i.appendChild(e),this.infoDestroy=n||null}this.dom.appendChild(i),this.view.requestMeasure(this.placeInfoReq)}updateSelectedOption(t){var e,i;let n,s,r,o=null;for(let e=this.list.firstChild,i=this.range.from;e;e=e.nextSibling,i++)"LI"==e.nodeName&&e.id?i==t?e.hasAttribute("aria-selected")||(e.setAttribute("aria-selected","true"),o=e):e.hasAttribute("aria-selected")&&(e.removeAttribute("aria-selected"),e.removeAttribute("aria-describedby")):i--;return o&&(e=this.list,i=o,n=e.getBoundingClientRect(),s=i.getBoundingClientRect(),r=n.height/e.offsetHeight,s.top<n.top?e.scrollTop-=(n.top-s.top)/r:s.bottom>n.bottom&&(e.scrollTop+=(s.bottom-n.bottom)/r)),o}measureInfo(){let t=this.dom.querySelector("[aria-selected]");if(!t||!this.info)return null;let e=this.dom.getBoundingClientRect(),i=this.info.getBoundingClientRect(),n=t.getBoundingClientRect(),s=this.space;if(!s){let t=this.dom.ownerDocument.documentElement;s={left:0,top:0,right:t.clientWidth,bottom:t.clientHeight}}return n.top>Math.min(s.bottom,e.bottom)-10||n.bottom<Math.max(s.top,e.top)+10?null:this.view.state.facet(eF).positionInfo(this.view,e,n,i,s,this.dom)}placeInfo(t){this.info&&(t?(t.style&&(this.info.style.cssText=t.style),this.info.className="cm-tooltip cm-completionInfo "+(t.class||"")):this.info.style.cssText="top: -1e6px")}createListBox(t,e,i){let n=document.createElement("ul");n.id=e,n.setAttribute("role","listbox"),n.setAttribute("aria-expanded","true"),n.setAttribute("aria-label",this.view.state.phrase("Completions")),n.addEventListener("mousedown",t=>{t.target==n&&t.preventDefault()});let s=null;for(let r=i.from;r<i.to;r++){let{completion:o,match:l}=t[r],{section:a}=o;if(a){let t="string"==typeof a?a:a.name;t!=s&&(r>i.from||0==i.from)&&(s=t,"string"!=typeof a&&a.header?n.appendChild(a.header(a)):n.appendChild(document.createElement("completion-section")).textContent=t)}let h=n.appendChild(document.createElement("li"));h.id=e+"-"+r,h.setAttribute("role","option");let c=this.optionClass(o);for(let t of(c&&(h.className=c),this.optionContent)){let e=t(o,this.view.state,this.view,l);e&&h.appendChild(e)}}return i.from&&n.classList.add("cm-completionListIncompleteTop"),i.to<t.length&&n.classList.add("cm-completionListIncompleteBottom"),n}destroyInfo(){this.info&&(this.infoDestroy&&this.infoDestroy(),this.info.remove(),this.info=null)}destroy(){this.destroyInfo()}}function e_(t){return 100*(t.boost||0)+10*!!t.apply+5*!!t.info+ +!!t.type}class ej{constructor(t,e,i,n,s,r){this.options=t,this.attrs=e,this.tooltip=i,this.timestamp=n,this.selected=s,this.disabled=r}setSelected(t,e){return t==this.selected||t>=this.options.length?this:new ej(this.options,eU(e,t),this.tooltip,this.timestamp,t,this.disabled)}static build(t,e,i,n,s,r){if(n&&!r&&t.some(t=>t.isPending))return n.setDisabled();let o=function(t,e){let i=[],n=null,s=null,r=t=>{i.push(t);let{section:e}=t.completion;if(e){n||(n=[]);let t="string"==typeof e?e:e.name;n.some(e=>e.name==t)||n.push("string"==typeof e?{name:t}:e)}},o=e.facet(eF);for(let n of t)if(n.hasResult()){let t=n.result.getMatch;if(!1===n.result.filter)for(let e of n.result.options)r(new eO(e,n.source,t?t(e):[],1e9-i.length));else{let i=e.sliceDoc(n.from,n.to),l,a=o.filterStrict?new eI(i):new eN(i);for(let e of n.result.options)if(l=a.match(e.label)){let i=e.displayLabel?t?t(e,l.matched):[]:l.matched,o=l.score+(e.boost||0);if(r(new eO(e,n.source,i,o)),"object"==typeof e.section&&"dynamic"===e.section.rank){let{name:t}=e.section;s||(s=Object.create(null)),s[t]=Math.max(o,s[t]||-1e9)}}}}if(n){let t=Object.create(null),e=0;for(let i of n.sort((t,e)=>("dynamic"===t.rank&&"dynamic"===e.rank?s[e.name]-s[t.name]:0)||("number"==typeof t.rank?t.rank:1e9)-("number"==typeof e.rank?e.rank:1e9)||(t.name<e.name?-1:1)))e-=1e5,t[i.name]=e;for(let e of i){let{section:i}=e.completion;i&&(e.score+=t["string"==typeof i?i:i.name])}}let l=[],a=null,h=o.compareCompletions;for(let t of i.sort((t,e)=>e.score-t.score||h(t.completion,e.completion))){let e=t.completion;a&&a.label==e.label&&a.detail==e.detail&&(null==a.type||null==e.type||a.type==e.type)&&a.apply==e.apply&&a.boost==e.boost?e_(t.completion)>e_(a)&&(l[l.length-1]=t):l.push(t),a=t.completion}return l}(t,e);if(!o.length)return n&&t.some(t=>t.isPending)?n.setDisabled():null;let l=e.facet(eF).selectOnOpen?0:-1;if(n&&n.selected!=l&&-1!=n.selected){let t=n.options[n.selected].completion;for(let e=0;e<o.length;e++)if(o[e].completion==t){l=e;break}}return new ej(o,eU(i,l),{pos:t.reduce((t,e)=>e.hasResult()?Math.min(t,e.from):t,1e8),create:e2,above:s.aboveCursor},n?n.timestamp:Date.now(),l,!1)}map(t){return new ej(this.options,this.attrs,{...this.tooltip,pos:t.mapPos(this.tooltip.pos)},this.timestamp,this.selected,this.disabled)}setDisabled(){return new ej(this.options,this.attrs,this.tooltip,this.timestamp,this.selected,!0)}}class eq{constructor(t,e,i){this.active=t,this.id=e,this.open=i}static start(){return new eq(eY,"cm-ac-"+Math.floor(2e6*Math.random()).toString(36),null)}update(t){let{state:e}=t,i=e.facet(eF),n=(i.override||e.languageDataAt("autocomplete",eD(e)).map(eL)).map(e=>(this.active.find(t=>t.source==e)||new eG(e,+!!this.active.some(t=>0!=t.state))).update(t,i));n.length==this.active.length&&n.every((t,e)=>t==this.active[e])&&(n=this.active);let s=this.open,r=t.effects.some(t=>t.is(eX));for(let o of(s&&t.docChanged&&(s=s.map(t.changes)),t.selection||n.some(e=>e.hasResult()&&t.changes.touchesRange(e.from,e.to))||!function(t,e){if(t==e)return!0;for(let i=0,n=0;;){for(;i<t.length&&!t[i].hasResult();)i++;for(;n<e.length&&!e[n].hasResult();)n++;let s=i==t.length,r=n==e.length;if(s||r)return s==r;if(t[i++].result!=e[n++].result)return!1}}(n,this.active)||r?s=ej.build(n,e,this.id,s,i,r):s&&s.disabled&&!n.some(t=>t.isPending)&&(s=null),!s&&n.every(t=>!t.isPending)&&n.some(t=>t.hasResult())&&(n=n.map(t=>t.hasResult()?new eG(t.source,0):t)),t.effects))o.is(eQ)&&(s=s&&s.setSelected(o.value,this.id));return n==this.active&&s==this.open?this:new eq(n,this.id,s)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?eK:e$}}let eK={"aria-autocomplete":"list"},e$={};function eU(t,e){let i={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":t};return e>-1&&(i["aria-activedescendant"]=t+"-"+e),i}let eY=[];function eJ(t,e){if(t.isUserEvent("input.complete")){let i=t.annotation(eE);if(i&&e.activateOnCompletion(i))return 12}let i=t.isUserEvent("input.type");return i&&e.activateOnTyping?5:i?1:t.isUserEvent("delete.backward")?2:t.selection?8:16*!!t.docChanged}class eG{constructor(t,e,i=!1){this.source=t,this.state=e,this.explicit=i}hasResult(){return!1}get isPending(){return 1==this.state}update(t,e){let i=eJ(t,e),n=this;for(let e of((8&i||16&i&&this.touches(t))&&(n=new eG(n.source,0)),4&i&&0==n.state&&(n=new eG(this.source,1)),n=n.updateFor(t,i),t.effects))if(e.is(eP))n=new eG(n.source,1,e.value);else if(e.is(eB))n=new eG(n.source,0);else if(e.is(eX))for(let t of e.value)t.source==n.source&&(n=t);return n}updateFor(t,e){return this.map(t.changes)}map(t){return this}touches(t){return t.changes.touchesRange(eD(t.state))}}class eZ extends eG{constructor(t,e,i,n,s,r){super(t,3,e),this.limit=i,this.result=n,this.from=s,this.to=r}hasResult(){return!0}updateFor(t,e){var i;if(!(3&e))return this.map(t.changes);let n=this.result;n.map&&!t.changes.empty&&(n=n.map(n,t.changes));let s=t.changes.mapPos(this.from),r=t.changes.mapPos(this.to,1),o=eD(t.state);if(o>r||!n||2&e&&(eD(t.startState)==this.from||o<this.limit))return new eG(this.source,4&e?1:0);let l=t.changes.mapPos(this.limit);return!function(t,e,i,n){if(!t)return!1;let s=e.sliceDoc(i,n);return"function"==typeof t?t(s,i,n,e):eT(t,!0).test(s)}(n.validFor,t.state,s,r)?n.update&&(n=n.update(n,s,r,new eA(t.state,o,!1)))?new eZ(this.source,this.explicit,l,n,n.from,null!=(i=n.to)?i:eD(t.state)):new eG(this.source,1,this.explicit):new eZ(this.source,this.explicit,l,n,s,r)}map(t){return t.empty?this:(this.result.map?this.result.map(this.result,t):this.result)?new eZ(this.source,this.explicit,t.mapPos(this.limit),this.result,t.mapPos(this.from),t.mapPos(this.to,1)):new eG(this.source,0)}touches(t){return t.changes.touchesRange(this.from,this.to)}}let eX=o.Pe.define({map:(t,e)=>t.map(t=>t.map(e))}),eQ=o.Pe.define(),e0=o.sU.define({create:()=>eq.start(),update:(t,e)=>t.update(e),provide:t=>[l.DK.from(t,t=>t.tooltip),l.Lz.contentAttributes.from(t,t=>t.attrs)]});function e1(t,e){let i=e.completion.apply||e.completion.label,n=t.state.field(e0).active.find(t=>t.source==e.source);return n instanceof eZ&&("string"==typeof i?t.dispatch({...function(t,e,i,n){let{main:s}=t.selection,r=i-s.from,l=n-s.from;return{...t.changeByRange(a=>{if(a!=s&&i!=n&&t.sliceDoc(a.from+r,a.from+l)!=t.sliceDoc(i,n))return{range:a};let h=t.toText(e);return{changes:{from:a.from+r,to:n==s.from?a.to:a.from+l,insert:h},range:o.OF.cursor(a.from+r+h.length)}}),scrollIntoView:!0,userEvent:"input.complete"}}(t.state,i,n.from,n.to),annotations:eE.of(e.completion)}):i(t,e.completion,n.from,n.to),!0)}let e2=t=>new eW(t,e0,e1);function e3(t,e="option"){return i=>{let n=i.state.field(e0,!1);if(!n||!n.open||n.open.disabled||Date.now()-n.open.timestamp<i.state.facet(eF).interactionDelay)return!1;let s=1,r;"page"==e&&(r=(0,l.Eg)(i,n.open.tooltip))&&(s=Math.max(2,Math.floor(r.dom.offsetHeight/r.dom.querySelector("li").offsetHeight)-1));let{length:o}=n.open.options,a=n.open.selected>-1?n.open.selected+s*(t?1:-1):t?0:o-1;return a<0?a="page"==e?0:o-1:a>=o&&(a="page"==e?o-1:0),i.dispatch({effects:eQ.of(a)}),!0}}let e8=t=>!!t.state.field(e0,!1)&&(t.dispatch({effects:eP.of(!0)}),!0);class e4{constructor(t,e){this.active=t,this.context=e,this.time=Date.now(),this.updates=[],this.done=void 0}}let e5=l.Z9.fromClass(class{constructor(t){for(let e of(this.view=t,this.debounceUpdate=-1,this.running=[],this.debounceAccept=-1,this.pendingStart=!1,this.composing=0,t.state.field(e0).active))e.isPending&&this.startQuery(e)}update(t){let e=t.state.field(e0),i=t.state.facet(eF);if(!t.selectionSet&&!t.docChanged&&t.startState.field(e0)==e)return;let n=t.transactions.some(t=>{let e=eJ(t,i);return 8&e||(t.selection||t.docChanged)&&!(3&e)});for(let e=0;e<this.running.length;e++){let i=this.running[e];if(n||i.context.abortOnDocChange&&t.docChanged||i.updates.length+t.transactions.length>50&&Date.now()-i.time>1e3){for(let t of i.context.abortListeners)try{t()}catch(t){(0,l.c_)(this.view.state,t)}i.context.abortListeners=null,this.running.splice(e--,1)}else i.updates.push(...t.transactions)}this.debounceUpdate>-1&&clearTimeout(this.debounceUpdate),t.transactions.some(t=>t.effects.some(t=>t.is(eP)))&&(this.pendingStart=!0);let s=this.pendingStart?50:i.activateOnTypingDelay;if(this.debounceUpdate=e.active.some(t=>t.isPending&&!this.running.some(e=>e.active.source==t.source))?setTimeout(()=>this.startUpdate(),s):-1,0!=this.composing)for(let e of t.transactions)e.isUserEvent("input.type")?this.composing=2:2==this.composing&&e.selection&&(this.composing=3)}startUpdate(){this.debounceUpdate=-1,this.pendingStart=!1;let{state:t}=this.view,e=t.field(e0);for(let t of e.active)t.isPending&&!this.running.some(e=>e.active.source==t.source)&&this.startQuery(t);this.running.length&&e.open&&e.open.disabled&&(this.debounceAccept=setTimeout(()=>this.accept(),this.view.state.facet(eF).updateSyncTime))}startQuery(t){let{state:e}=this.view,i=eD(e),n=new eA(e,i,t.explicit,this.view),s=new e4(t,n);this.running.push(s),Promise.resolve(t.source(n)).then(t=>{s.context.aborted||(s.done=t||null,this.scheduleAccept())},t=>{this.view.dispatch({effects:eB.of(null)}),(0,l.c_)(this.view.state,t)})}scheduleAccept(){this.running.every(t=>void 0!==t.done)?this.accept():this.debounceAccept<0&&(this.debounceAccept=setTimeout(()=>this.accept(),this.view.state.facet(eF).updateSyncTime))}accept(){var t;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let e=[],i=this.view.state.facet(eF),n=this.view.state.field(e0);for(let s=0;s<this.running.length;s++){let r=this.running[s];if(void 0===r.done)continue;if(this.running.splice(s--,1),r.done){let n=eD(r.updates.length?r.updates[0].startState:this.view.state),s=Math.min(n,r.done.from+ +!r.active.explicit),o=new eZ(r.active.source,r.active.explicit,s,r.done,r.done.from,null!=(t=r.done.to)?t:n);for(let t of r.updates)o=o.update(t,i);if(o.hasResult()){e.push(o);continue}}let o=n.active.find(t=>t.source==r.active.source);if(o&&o.isPending)if(null==r.done){let t=new eG(r.active.source,0);for(let e of r.updates)t=t.update(e,i);t.isPending||e.push(t)}else this.startQuery(o)}(e.length||n.open&&n.open.disabled)&&this.view.dispatch({effects:eX.of(e)})}},{eventHandlers:{blur(t){let e=this.view.state.field(e0,!1);if(e&&e.tooltip&&this.view.state.facet(eF).closeOnBlur){let i=e.open&&(0,l.Eg)(this.view,e.open.tooltip);i&&i.dom.contains(t.relatedTarget)||setTimeout(()=>this.view.dispatch({effects:eB.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){3==this.composing&&setTimeout(()=>this.view.dispatch({effects:eP.of(!1)}),20),this.composing=0}}}),e9="object"==typeof navigator&&/Win/.test(navigator.platform),e6=o.Nb.highest(l.Lz.domEventHandlers({keydown(t,e){let i=e.state.field(e0,!1);if(!i||!i.open||i.open.disabled||i.open.selected<0||t.key.length>1||t.ctrlKey&&!(e9&&t.altKey)||t.metaKey)return!1;let n=i.open.options[i.open.selected],s=i.active.find(t=>t.source==n.source),r=n.completion.commitCharacters||s.result.commitCharacters;return r&&r.indexOf(t.key)>-1&&e1(e,n),!1}})),e7=l.Lz.baseTheme({".cm-tooltip.cm-tooltip-autocomplete":{"& > ul":{fontFamily:"monospace",whiteSpace:"nowrap",overflow:"hidden auto",maxWidth_fallback:"700px",maxWidth:"min(700px, 95vw)",minWidth:"250px",maxHeight:"10em",height:"100%",listStyle:"none",margin:0,padding:0,"& > li, & > completion-section":{padding:"1px 3px",lineHeight:1.2},"& > li":{overflowX:"hidden",textOverflow:"ellipsis",cursor:"pointer"},"& > completion-section":{display:"list-item",borderBottom:"1px solid silver",paddingLeft:"0.5em",opacity:.7}}},"&light .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#17c",color:"white"},"&light .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#777"},"&dark .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#347",color:"white"},"&dark .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#444"},".cm-completionListIncompleteTop:before, .cm-completionListIncompleteBottom:after":{content:'"\xb7\xb7\xb7"',opacity:.5,display:"block",textAlign:"center"},".cm-tooltip.cm-completionInfo":{position:"absolute",padding:"3px 9px",width:"max-content",maxWidth:"400px",boxSizing:"border-box",whiteSpace:"pre-line"},".cm-completionInfo.cm-completionInfo-left":{right:"100%"},".cm-completionInfo.cm-completionInfo-right":{left:"100%"},".cm-completionInfo.cm-completionInfo-left-narrow":{right:"30px"},".cm-completionInfo.cm-completionInfo-right-narrow":{left:"30px"},"&light .cm-snippetField":{backgroundColor:"#00000022"},"&dark .cm-snippetField":{backgroundColor:"#ffffff22"},".cm-snippetFieldPosition":{verticalAlign:"text-top",width:0,height:"1.15em",display:"inline-block",margin:"0 -0.7px -.7em",borderLeft:"1.4px dotted #888"},".cm-completionMatchedText":{textDecoration:"underline"},".cm-completionDetail":{marginLeft:"0.5em",fontStyle:"italic"},".cm-completionIcon":{fontSize:"90%",width:".8em",display:"inline-block",textAlign:"center",paddingRight:".6em",opacity:"0.6",boxSizing:"content-box"},".cm-completionIcon-function, .cm-completionIcon-method":{"&:after":{content:"'ƒ'"}},".cm-completionIcon-class":{"&:after":{content:"'○'"}},".cm-completionIcon-interface":{"&:after":{content:"'◌'"}},".cm-completionIcon-variable":{"&:after":{content:"'\uD835\uDC65'"}},".cm-completionIcon-constant":{"&:after":{content:"'\uD835\uDC36'"}},".cm-completionIcon-type":{"&:after":{content:"'\uD835\uDC61'"}},".cm-completionIcon-enum":{"&:after":{content:"'∪'"}},".cm-completionIcon-property":{"&:after":{content:"'□'"}},".cm-completionIcon-keyword":{"&:after":{content:"'\uD83D\uDD11︎'"}},".cm-completionIcon-namespace":{"&:after":{content:"'▢'"}},".cm-completionIcon-text":{"&:after":{content:"'abc'",fontSize:"50%",verticalAlign:"middle"}}}),it={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},ie=o.Pe.define({map(t,e){let i=e.mapPos(t,-1,o.iR.TrackAfter);return null==i?void 0:i}}),ii=new class extends o.FB{};ii.startSide=1,ii.endSide=-1;let is=o.sU.define({create:()=>o.om.empty,update(t,e){if(t=t.map(e.changes),e.selection){let i=e.state.doc.lineAt(e.selection.main.head);t=t.update({filter:t=>t>=i.from&&t<=i.to})}for(let i of e.effects)i.is(ie)&&(t=t.update({add:[ii.range(i.value,i.value+1)]}));return t}}),ir="()[]{}<>\xab\xbb\xbb\xab[]{}";function io(t){for(let e=0;e<ir.length;e+=2)if(ir.charCodeAt(e)==t)return ir.charAt(e+1);return(0,o.MK)(t<128?t:t+1)}function il(t,e){return t.languageDataAt("closeBrackets",e)[0]||it}let ia="object"==typeof navigator&&/Android\b/.test(navigator.userAgent),ih=l.Lz.inputHandler.of((t,e,i,n)=>{if((ia?t.composing:t.compositionStarted)||t.state.readOnly)return!1;let s=t.state.selection.main;if(n.length>2||2==n.length&&1==(0,o.Fh)((0,o.vS)(n,0))||e!=s.from||i!=s.to)return!1;let r=function(t,e){let i=il(t,t.selection.main.head),n=i.brackets||it.brackets;for(let s of n){let r=io((0,o.vS)(s,0));if(e==s)return r==s?function(t,e,i,n){let s=n.stringPrefixes||it.stringPrefixes,r=null,l=t.changeByRange(n=>{if(!n.empty)return{changes:[{insert:e,from:n.from},{insert:e,from:n.to}],effects:ie.of(n.to+e.length),range:o.OF.range(n.anchor+e.length,n.head+e.length)};let l=n.head,h=id(t.doc,l),c;if(h==e){if(ip(t,l))return{changes:{insert:e+e,from:l},effects:ie.of(l+e.length),range:o.OF.cursor(l+e.length)};else if(iu(t,l)){let n=i&&t.sliceDoc(l,l+3*e.length)==e+e+e?e+e+e:e;return{changes:{from:l,to:l+n.length,insert:n},range:o.OF.cursor(l+n.length)}}}else if(i&&t.sliceDoc(l-2*e.length,l)==e+e&&(c=im(t,l-2*e.length,s))>-1&&ip(t,c))return{changes:{insert:e+e+e+e,from:l},effects:ie.of(l+e.length),range:o.OF.cursor(l+e.length)};else if(t.charCategorizer(l)(h)!=o.Je.Word&&im(t,l,s)>-1&&!function(t,e,i,n){let s=(0,a.mv)(t).resolveInner(e,-1),r=n.reduce((t,e)=>Math.max(t,e.length),0);for(let o=0;o<5;o++){let o=t.sliceDoc(s.from,Math.min(s.to,s.from+i.length+r)),l=o.indexOf(i);if(!l||l>-1&&n.indexOf(o.slice(0,l))>-1){let e=s.firstChild;for(;e&&e.from==s.from&&e.to-e.from>i.length+l;){if(t.sliceDoc(e.to-i.length,e.to)==i)return!1;e=e.firstChild}return!0}let a=s.to==e&&s.parent;if(!a)break;s=a}return!1}(t,l,e,s))return{changes:{insert:e+e,from:l},effects:ie.of(l+e.length),range:o.OF.cursor(l+e.length)};return{range:r=n}});return r?null:t.update(l,{scrollIntoView:!0,userEvent:"input.type"})}(t,s,n.indexOf(s+s+s)>-1,i):function(t,e,i,n){let s=null,r=t.changeByRange(r=>{if(!r.empty)return{changes:[{insert:e,from:r.from},{insert:i,from:r.to}],effects:ie.of(r.to+e.length),range:o.OF.range(r.anchor+e.length,r.head+e.length)};let l=id(t.doc,r.head);return!l||/\s/.test(l)||n.indexOf(l)>-1?{changes:{insert:e+i,from:r.head},effects:ie.of(r.head+e.length),range:o.OF.cursor(r.head+e.length)}:{range:s=r}});return s?null:t.update(r,{scrollIntoView:!0,userEvent:"input.type"})}(t,s,r,i.before||it.before);if(e==r&&iu(t,t.selection.main.from))return function(t,e,i){let n=null,s=t.changeByRange(e=>e.empty&&id(t.doc,e.head)==i?{changes:{from:e.head,to:e.head+i.length,insert:i},range:o.OF.cursor(e.head+i.length)}:n={range:e});return n?null:t.update(s,{scrollIntoView:!0,userEvent:"input.type"})}(t,0,r)}return null}(t.state,n);return!!r&&(t.dispatch(r),!0)}),ic=[{key:"Backspace",run:({state:t,dispatch:e})=>{if(t.readOnly)return!1;let i=il(t,t.selection.main.head).brackets||it.brackets,n=null,s=t.changeByRange(e=>{if(e.empty){var s,r;let n,l=(s=t.doc,r=e.head,n=s.sliceString(r-2,r),(0,o.Fh)((0,o.vS)(n,0))==n.length?n:n.slice(1));for(let n of i)if(n==l&&id(t.doc,e.head)==io((0,o.vS)(n,0)))return{changes:{from:e.head-n.length,to:e.head+n.length},range:o.OF.cursor(e.head-n.length)}}return{range:n=e}});return n||e(t.update(s,{scrollIntoView:!0,userEvent:"delete.backward"})),!n}}];function iu(t,e){let i=!1;return t.field(is).between(0,t.doc.length,t=>{t==e&&(i=!0)}),i}function id(t,e){let i=t.sliceString(e,e+2);return i.slice(0,(0,o.Fh)((0,o.vS)(i,0)))}function ip(t,e){let i=(0,a.mv)(t).resolveInner(e+1);return i.parent&&i.from==e}function im(t,e,i){let n=t.charCategorizer(e);if(n(t.sliceDoc(e-1,e))!=o.Je.Word)return e;for(let s of i){let i=e-s.length;if(t.sliceDoc(i,e)==s&&n(t.sliceDoc(i-1,i))!=o.Je.Word)return i}return -1}let ig=[{key:"Ctrl-Space",run:e8},{mac:"Alt-`",run:e8},{mac:"Alt-i",run:e8},{key:"Escape",run:t=>{let e=t.state.field(e0,!1);return!!e&&!!e.active.some(t=>0!=t.state)&&(t.dispatch({effects:eB.of(null)}),!0)}},{key:"ArrowDown",run:e3(!0)},{key:"ArrowUp",run:e3(!1)},{key:"PageDown",run:e3(!0,"page")},{key:"PageUp",run:e3(!1,"page")},{key:"Enter",run:t=>{let e=t.state.field(e0,!1);return!(t.state.readOnly||!e||!e.open||e.open.selected<0||e.open.disabled||Date.now()-e.open.timestamp<t.state.facet(eF).interactionDelay)&&e1(t,e.open.options[e.open.selected])}}],iv=o.Nb.highest(l.w4.computeN([eF],t=>t.facet(eF).defaultKeymap?[ig]:[]));var iw=i(13313),iy=function(t){void 0===t&&(t={});var{crosshairCursor:e=!1}=t,i=[];!1!==t.closeBracketsKeymap&&(i=i.concat(ic)),!1!==t.defaultKeymap&&(i=i.concat(tR)),!1!==t.searchKeymap&&(i=i.concat(ew)),!1!==t.historyKeymap&&(i=i.concat(B)),!1!==t.foldKeymap&&(i=i.concat(a.f7)),!1!==t.completionKeymap&&(i=i.concat(ig)),!1!==t.lintKeymap&&(i=i.concat(iw.$w));var n=[];return!1!==t.lineNumbers&&n.push((0,l.$K)()),!1!==t.highlightActiveLineGutter&&n.push((0,l.Wu)()),!1!==t.highlightSpecialChars&&n.push((0,l.N$)()),!1!==t.history&&n.push(function(t={}){return[b,y.of(t),l.Lz.domEventHandlers({beforeinput(t,e){let i="historyUndo"==t.inputType?k:"historyRedo"==t.inputType?S:null;return!!i&&(t.preventDefault(),i(e))}})]}()),!1!==t.foldGutter&&n.push((0,a.Lv)()),!1!==t.drawSelection&&n.push((0,l.VH)()),!1!==t.dropCursor&&n.push((0,l.A)()),!1!==t.allowMultipleSelections&&n.push(o.$t.allowMultipleSelections.of(!0)),!1!==t.indentOnInput&&n.push((0,a.WD)()),!1!==t.syntaxHighlighting&&n.push((0,a.y9)(a.Zt,{fallback:!0})),!1!==t.bracketMatching&&n.push((0,a.SG)()),!1!==t.closeBrackets&&n.push([ih,is]),!1!==t.autocompletion&&n.push(function(t={}){return[e6,e0,eF.of(t),e5,iv,e7]}()),!1!==t.rectangularSelection&&n.push((0,l.D4)()),!1!==e&&n.push((0,l.HJ)()),!1!==t.highlightActiveLine&&n.push((0,l.dz)()),!1!==t.highlightSelectionMatches&&n.push([tQ,tX]),t.tabSize&&"number"==typeof t.tabSize&&n.push(a.Xt.of(" ".repeat(t.tabSize))),n.concat([l.w4.of(i.flat())]).filter(Boolean)},ib=i(31650);let ix="#e06c75",ik="#abb2bf",iS="#7d8799",iC="#d19a66",iA="#2c313a",iM="#282c34",iO="#353a42",iD="#528bff",iT=l.Lz.theme({"&":{color:ik,backgroundColor:iM},".cm-content":{caretColor:iD},".cm-cursor, .cm-dropCursor":{borderLeftColor:iD},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:"#3E4451"},".cm-panels":{backgroundColor:"#21252b",color:ik},".cm-panels.cm-panels-top":{borderBottom:"2px solid black"},".cm-panels.cm-panels-bottom":{borderTop:"2px solid black"},".cm-searchMatch":{backgroundColor:"#72a1ff59",outline:"1px solid #457dff"},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:"#6199ff2f"},".cm-activeLine":{backgroundColor:"#6699ff0b"},".cm-selectionMatch":{backgroundColor:"#aafe661a"},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bad0f847"},".cm-gutters":{backgroundColor:iM,color:iS,border:"none"},".cm-activeLineGutter":{backgroundColor:iA},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:iO},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:iO,borderBottomColor:iO},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:iA,color:ik}}},{dark:!0}),iE=a.cr.define([{tag:ib._A.keyword,color:"#c678dd"},{tag:[ib._A.name,ib._A.deleted,ib._A.character,ib._A.propertyName,ib._A.macroName],color:ix},{tag:[ib._A.function(ib._A.variableName),ib._A.labelName],color:"#61afef"},{tag:[ib._A.color,ib._A.constant(ib._A.name),ib._A.standard(ib._A.name)],color:iC},{tag:[ib._A.definition(ib._A.name),ib._A.separator],color:ik},{tag:[ib._A.typeName,ib._A.className,ib._A.number,ib._A.changed,ib._A.annotation,ib._A.modifier,ib._A.self,ib._A.namespace],color:"#e5c07b"},{tag:[ib._A.operator,ib._A.operatorKeyword,ib._A.url,ib._A.escape,ib._A.regexp,ib._A.link,ib._A.special(ib._A.string)],color:"#56b6c2"},{tag:[ib._A.meta,ib._A.comment],color:iS},{tag:ib._A.strong,fontWeight:"bold"},{tag:ib._A.emphasis,fontStyle:"italic"},{tag:ib._A.strikethrough,textDecoration:"line-through"},{tag:ib._A.link,color:iS,textDecoration:"underline"},{tag:ib._A.heading,fontWeight:"bold",color:ix},{tag:[ib._A.atom,ib._A.bool,ib._A.special(ib._A.variableName)],color:iC},{tag:[ib._A.processingInstruction,ib._A.string,ib._A.inserted],color:"#98c379"},{tag:ib._A.invalid,color:"#ffffff"}]),iR=[iT,(0,a.y9)(iE)];var iL=l.Lz.theme({"&":{backgroundColor:"#fff"}},{dark:!1}),iP=function(t){void 0===t&&(t={});var{indentWithTab:e=!0,editable:i=!0,readOnly:n=!1,theme:s="light",placeholder:r="",basicSetup:a=!0}=t,h=[];switch(e&&h.unshift(l.w4.of([tL])),a&&("boolean"==typeof a?h.unshift(iy()):h.unshift(iy(a))),r&&h.unshift((0,l.qf)(r)),s){case"light":h.push(iL);break;case"dark":h.push(iR);break;case"none":break;default:h.push(s)}return!1===i&&h.push(l.Lz.editable.of(!1)),n&&h.push(o.$t.readOnly.of(!0)),[...h]};class iB{constructor(t,e){this.timeLeftMS=void 0,this.timeoutMS=void 0,this.isCancelled=!1,this.isTimeExhausted=!1,this.callbacks=[],this.timeLeftMS=e,this.timeoutMS=e,this.callbacks.push(t)}tick(){if(!this.isCancelled&&!this.isTimeExhausted&&(this.timeLeftMS--,this.timeLeftMS<=0)){this.isTimeExhausted=!0;var t=this.callbacks.slice();this.callbacks.length=0,t.forEach(t=>{try{t()}catch(t){console.error("TimeoutLatch callback error:",t)}})}}cancel(){this.isCancelled=!0,this.callbacks.length=0}reset(){this.timeLeftMS=this.timeoutMS,this.isCancelled=!1,this.isTimeExhausted=!1}get isDone(){return this.isCancelled||this.isTimeExhausted}}class iN{constructor(){this.interval=null,this.latches=new Set}add(t){this.latches.add(t),this.start()}remove(t){this.latches.delete(t),0===this.latches.size&&this.stop()}start(){null===this.interval&&(this.interval=setInterval(()=>{this.latches.forEach(t=>{t.tick(),t.isDone&&this.remove(t)})},1))}stop(){null!==this.interval&&(clearInterval(this.interval),this.interval=null)}}var iI=null,iF=o.YH.define(),iH=[],iz=i(62540),iV=["className","value","selection","extensions","onChange","onStatistics","onCreateEditor","onUpdate","autoFocus","theme","height","minHeight","maxHeight","width","minWidth","maxWidth","basicSetup","placeholder","indentWithTab","editable","readOnly","root","initialState"],iW=(0,r.forwardRef)((t,e)=>{var{className:i,value:a="",selection:h,extensions:c=[],onChange:u,onStatistics:d,onCreateEditor:f,onUpdate:p,autoFocus:m,theme:g="light",height:v,minHeight:w,maxHeight:y,width:b,minWidth:x,maxWidth:k,basicSetup:S,placeholder:C,indentWithTab:A,editable:M,readOnly:O,root:D,initialState:T}=t,E=(0,s.A)(t,iV),R=(0,r.useRef)(null),{state:L,view:P,container:B,setContainer:N}=function(t){var{value:e,selection:i,onChange:n,onStatistics:s,onCreateEditor:a,onUpdate:h,extensions:c=iH,autoFocus:u,theme:d="light",height:f=null,minHeight:p=null,maxHeight:m=null,width:g=null,minWidth:v=null,maxWidth:w=null,placeholder:y="",editable:b=!0,readOnly:x=!1,indentWithTab:k=!0,basicSetup:S=!0,root:C,initialState:A}=t,[M,O]=(0,r.useState)(),[D,T]=(0,r.useState)(),[E,R]=(0,r.useState)(),L=(0,r.useState)(()=>({current:null}))[0],P=(0,r.useState)(()=>({current:null}))[0],B=l.Lz.theme({"&":{height:f,minHeight:p,maxHeight:m,width:g,minWidth:v,maxWidth:w},"& .cm-scroller":{height:"100% !important"}}),N=[l.Lz.updateListener.of(t=>{t.docChanged&&"function"==typeof n&&!t.transactions.some(t=>t.annotation(iF))&&(L.current?L.current.reset():(L.current=new iB(()=>{if(P.current){var t=P.current;P.current=null,t()}L.current=null},200),("undefined"==typeof window?new iN:(!iI&&(iI=new iN),iI)).add(L.current)),n(t.state.doc.toString(),t)),s&&s({line:t.state.doc.lineAt(t.state.selection.main.from),lineCount:t.state.doc.lines,lineBreak:t.state.lineBreak,length:t.state.doc.length,readOnly:t.state.readOnly,tabSize:t.state.tabSize,selection:t.state.selection,selectionAsSingle:t.state.selection.asSingle().main,ranges:t.state.selection.ranges,selectionCode:t.state.sliceDoc(t.state.selection.main.from,t.state.selection.main.to),selections:t.state.selection.ranges.map(e=>t.state.sliceDoc(e.from,e.to)),selectedText:t.state.selection.ranges.some(t=>!t.empty)})}),B,...iP({theme:d,editable:b,readOnly:x,placeholder:y,indentWithTab:k,basicSetup:S})];return h&&"function"==typeof h&&N.push(l.Lz.updateListener.of(h)),N=N.concat(c),(0,r.useLayoutEffect)(()=>{if(M&&!E){var t={doc:e,selection:i,extensions:N},n=A?o.$t.fromJSON(A.json,t,A.fields):o.$t.create(t);if(R(n),!D){var s=new l.Lz({state:n,parent:M,root:C});T(s),a&&a(s,n)}}return()=>{D&&(R(void 0),T(void 0))}},[M,E]),(0,r.useEffect)(()=>{t.container&&O(t.container)},[t.container]),(0,r.useEffect)(()=>()=>{D&&(D.destroy(),T(void 0)),L.current&&(L.current.cancel(),L.current=null)},[D]),(0,r.useEffect)(()=>{u&&D&&D.focus()},[u,D]),(0,r.useEffect)(()=>{D&&D.dispatch({effects:o.Pe.reconfigure.of(N)})},[d,c,f,p,m,g,v,w,y,b,x,k,S,n,h]),(0,r.useEffect)(()=>{if(void 0!==e){var t=D?D.state.doc.toString():"";if(D&&e!==t){var i=L.current&&!L.current.isDone,n=()=>{D&&e!==D.state.doc.toString()&&D.dispatch({changes:{from:0,to:D.state.doc.toString().length,insert:e||""},annotations:[iF.of(!0)]})};i?P.current=n:n()}}},[e,D]),{state:E,setState:R,view:D,setView:T,container:M,setContainer:O}}({root:D,value:a,autoFocus:m,theme:g,height:v,minHeight:w,maxHeight:y,width:b,minWidth:x,maxWidth:k,basicSetup:S,placeholder:C,indentWithTab:A,editable:M,readOnly:O,selection:h,onChange:u,onStatistics:d,onCreateEditor:f,onUpdate:p,extensions:c,initialState:T});(0,r.useImperativeHandle)(e,()=>({editor:R.current,state:L,view:P}),[R,B,L,P]);var I=(0,r.useCallback)(t=>{R.current=t,N(t)},[N]);if("string"!=typeof a)throw Error("value must be typeof string but got "+typeof a);var F="string"==typeof g?"cm-theme-"+g:"cm-theme";return(0,iz.jsx)("div",(0,n.A)({ref:I,className:""+F+(i?" "+i:"")},E))});iW.displayName="CodeMirror";let i_=iW},50210:function(t,e,i){function n(){var t=arguments[0];"string"==typeof t&&(t=document.createElement(t));var e=1,i=arguments[1];if(i&&"object"==typeof i&&null==i.nodeType&&!Array.isArray(i)){for(var n in i)if(Object.prototype.hasOwnProperty.call(i,n)){var s=i[n];"string"==typeof s?t.setAttribute(n,s):null!=s&&(t[n]=s)}e++}for(;e<arguments.length;e++)!function t(e,i){if("string"==typeof i)e.appendChild(document.createTextNode(i));else if(null==i);else if(null!=i.nodeType)e.appendChild(i);else if(Array.isArray(i))for(var n=0;n<i.length;n++)t(e,i[n]);else throw RangeError("Unsupported child node: "+i)}(t,arguments[e]);return t}i.d(e,{A:()=>n})},59683:function(t,e,i){i.d(e,{G:()=>o});let n="undefined"==typeof Symbol?"__ͼ":Symbol.for("ͼ"),s="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 n(t){return/^@/.test(t)?[t]:t.split(/,\s*/)}for(let e in t)!function t(e,s,r,o){let l=[],a=/^@(\w+)\b/.exec(e[0]),h=a&&"keyframes"==a[1];if(a&&null==s)return r.push(e[0]+";");for(let i in s){let o=s[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(!a)throw RangeError("The value of a property ("+i+") should be a primitive value.");t(n(i),o,l,h)}else null!=o&&l.push(i.replace(/_.*/,"").replace(/[A-Z]/g,t=>"-"+t.toLowerCase())+": "+o+";")}(l.length||h)&&r.push((i&&!a&&!o?e.map(i):e).join(", ")+" {"+l.join(" ")+"}")}(n(e),t[e],this.rules)}getRules(){return this.rules.join("\n")}static newName(){let t=r[n]||1;return r[n]=t+1,"ͼ"+t.toString(36)}static mount(t,e,i){let n=t[s],r=i&&i.nonce;n?r&&n.setNonce(r):n=new a(t,r),n.mount(Array.isArray(e)?e:[e],t)}}let l=new Map;class a{constructor(t,e){let i=t.ownerDocument||t,n=i.defaultView;if(!t.head&&t.adoptedStyleSheets&&n.CSSStyleSheet){let e=l.get(i);if(e)return t[s]=e;this.sheet=new n.CSSStyleSheet,l.set(i,this)}else this.styleTag=i.createElement("style"),e&&this.styleTag.setAttribute("nonce",e);this.modules=[],t[s]=this}mount(t,e){let i=this.sheet,n=0,s=0;for(let e=0;e<t.length;e++){let r=t[e],o=this.modules.indexOf(r);if(o<s&&o>-1&&(this.modules.splice(o,1),s--,o=-1),-1==o){if(this.modules.splice(s++,0,r),i)for(let t=0;t<r.rules.length;t++)i.insertRule(r.rules[t],n++)}else{for(;s<o;)n+=this.modules[s++].rules.length;n+=r.rules.length,s++}}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)}}}}]);
|