shell bypass 403

Cubjrnet7 Shell


name : codemirror-autocomplete.min.js
import{RangeValue as Qe,Annotation as Xe,Facet as he,EditorSelection as v,StateField as Y,StateEffect as I,Transaction as Ye,Text as Ge,Prec as G,codePointSize as T,codePointAt as C,CharCategory as J,combineConfig as Je,RangeSet as Ze,fromCodePoint as ue,MapMode as Z}from"@codemirror/state";import{getTooltip as pe,EditorView as P,keymap as de,ViewPlugin as _e,showTooltip as et,Decoration as j,logException as _,Direction as tt,WidgetType as it}from"@codemirror/view";import{syntaxTree as B,indentUnit as nt}from"@codemirror/language";class ee{constructor(e,t,n,o){this.state=e,this.pos=t,this.explicit=n,this.view=o,this.abortListeners=[],this.abortOnDocChange=!1}tokenBefore(e){let t=B(this.state).resolveInner(this.pos,-1);for(;t&&e.indexOf(t.name)<0;)t=t.parent;return t?{from:t.from,to:this.pos,text:this.state.sliceDoc(t.from,this.pos),type:t.type}:null}matchBefore(e){let t=this.state.doc.lineAt(this.pos),n=Math.max(t.from,this.pos-250),o=t.text.slice(n-t.from,this.pos-t.from),s=o.search(be(e,!1));return s<0?null:{from:n+s,to:this.pos,text:o.slice(s)}}get aborted(){return this.abortListeners==null}addEventListener(e,t,n){e=="abort"&&this.abortListeners&&(this.abortListeners.push(t),n&&n.onDocChange&&(this.abortOnDocChange=!0))}}function me(i){let e=Object.keys(i).join(""),t=/\w/.test(e);return t&&(e=e.replace(/\w/g,"")),`[${t?"\\w":""}${e.replace(/[^\w\s]/g,"\\$&")}]`}function ot(i){let e=Object.create(null),t=Object.create(null);for(let{label:o}of i){e[o[0]]=!0;for(let s=1;s<o.length;s++)t[o[s]]=!0}let n=me(e)+me(t)+"*$";return[new RegExp("^"+n),new RegExp(n)]}function ge(i){let e=i.map(o=>typeof o=="string"?{label:o}:o),[t,n]=e.every(o=>/^\w+$/.test(o.label))?[/\w*$/,/\w+$/]:ot(e);return o=>{let s=o.matchBefore(n);return s||o.explicit?{from:s?s.from:o.pos,options:e,validFor:t}:null}}function st(i,e){return t=>{for(let n=B(t.state).resolveInner(t.pos,-1);n;n=n.parent){if(i.indexOf(n.name)>-1)return e(t);if(n.type.isTop)break}return null}}function lt(i,e){return t=>{for(let n=B(t.state).resolveInner(t.pos,-1);n;n=n.parent){if(i.indexOf(n.name)>-1)return null;if(n.type.isTop)break}return e(t)}}class ye{constructor(e,t,n,o){this.completion=e,this.source=t,this.match=n,this.score=o}}function O(i){return i.selection.main.from}function be(i,e){var t;let{source:n}=i,o=e&&n[0]!="^",s=n[n.length-1]!="$";return!o&&!s?i:new RegExp(`${o?"^":""}(?:${n})${s?"$":""}`,(t=i.flags)!==null&&t!==void 0?t:i.ignoreCase?"i":"")}const H=Xe.define();function xe(i,e,t,n){let{main:o}=i.selection,s=t-o.from,l=n-o.from;return{...i.changeByRange(a=>{if(a!=o&&t!=n&&i.sliceDoc(a.from+s,a.from+l)!=i.sliceDoc(t,n))return{range:a};let r=i.toText(e);return{changes:{from:a.from+s,to:n==o.from?a.to:a.from+l,insert:r},range:v.cursor(a.from+s+r.length)}}),scrollIntoView:!0,userEvent:"input.complete"}}const ve=new WeakMap;function rt(i){if(!Array.isArray(i))return i;let e=ve.get(i);return e||ve.set(i,e=ge(i)),e}const V=I.define(),F=I.define();class at{constructor(e){this.pattern=e,this.chars=[],this.folded=[],this.any=[],this.precise=[],this.byWord=[],this.score=0,this.matched=[];for(let t=0;t<e.length;){let n=C(e,t),o=T(n);this.chars.push(n);let s=e.slice(t,t+o),l=s.toUpperCase();this.folded.push(C(l==s?s.toLowerCase():l,0)),t+=o}this.astral=e.length!=this.chars.length}ret(e,t){return this.score=e,this.matched=t,this}match(e){if(this.pattern.length==0)return this.ret(-100,[]);if(e.length<this.pattern.length)return null;let{chars:t,folded:n,any:o,precise:s,byWord:l}=this;if(t.length==1){let d=C(e,0),D=T(d),S=D==e.length?0:-100;if(d!=t[0])if(d==n[0])S+=-200;else return null;return this.ret(S,[0,D])}let a=e.indexOf(this.pattern);if(a==0)return this.ret(e.length==this.pattern.length?0:-100,[0,this.pattern.length]);let r=t.length,f=0;if(a<0){for(let d=0,D=Math.min(e.length,200);d<D&&f<r;){let S=C(e,d);(S==t[f]||S==n[f])&&(o[f++]=d),d+=T(S)}if(f<r)return null}let c=0,h=0,u=!1,p=0,y=-1,x=-1,Q=/[a-z]/.test(e),k=!0;for(let d=0,D=Math.min(e.length,200),S=0;d<D&&h<r;){let b=C(e,d);a<0&&(c<r&&b==t[c]&&(s[c++]=d),p<r&&(b==t[p]||b==n[p]?(p==0&&(y=d),x=d+1,p++):p=0));let U,X=b<255?b>=48&&b<=57||b>=97&&b<=122?2:b>=65&&b<=90?1:0:(U=ue(b))!=U.toLowerCase()?1:U!=U.toUpperCase()?2:0;(!d||X==1&&Q||S==0&&X!=0)&&(t[h]==b||n[h]==b&&(u=!0)?l[h++]=d:l.length&&(k=!1)),S=X,d+=T(b)}return h==r&&l[0]==0&&k?this.result(-100+(u?-200:0),l,e):p==r&&y==0?this.ret(-200-e.length+(x==e.length?0:-100),[0,x]):a>-1?this.ret(-700-e.length,[a,a+this.pattern.length]):p==r?this.ret(-900-e.length,[y,x]):h==r?this.result(-100+(u?-200:0)+-700+(k?0:-1100),l,e):t.length==2?null:this.result((o[0]?-700:0)+-200+-1100,o,e)}result(e,t,n){let o=[],s=0;for(let l of t){let a=l+(this.astral?T(C(n,l)):1);s&&o[s-1]==l?o[s-1]=a:(o[s++]=l,o[s++]=a)}return this.ret(e-n.length,o)}}class ct{constructor(e){this.pattern=e,this.matched=[],this.score=0,this.folded=e.toLowerCase()}match(e){if(e.length<this.pattern.length)return null;let t=e.slice(0,this.pattern.length),n=t==this.pattern?0:t.toLowerCase()==this.folded?-200:null;return n==null?null:(this.matched=[0,t.length],this.score=n+(e.length==this.pattern.length?0:-100),this)}}const m=he.define({combine(i){return Je(i,{activateOnTyping:!0,activateOnCompletion:()=>!1,activateOnTypingDelay:100,selectOnOpen:!0,override:null,closeOnBlur:!0,maxRenderedOptions:100,defaultKeymap:!0,tooltipClass:()=>"",optionClass:()=>"",aboveCursor:!1,icons:!0,addToOptions:[],positionInfo:ft,filterStrict:!1,compareCompletions:(e,t)=>e.label.localeCompare(t.label),interactionDelay:75,updateSyncTime:100},{defaultKeymap:(e,t)=>e&&t,closeOnBlur:(e,t)=>e&&t,icons:(e,t)=>e&&t,tooltipClass:(e,t)=>n=>we(e(n),t(n)),optionClass:(e,t)=>n=>we(e(n),t(n)),addToOptions:(e,t)=>e.concat(t),filterStrict:(e,t)=>e||t})}});function we(i,e){return i?e?i+" "+e:i:e}function ft(i,e,t,n,o,s){let l=i.textDirection==tt.RTL,a=l,r=!1,f="top",c,h,u=e.left-o.left,p=o.right-e.right,y=n.right-n.left,x=n.bottom-n.top;if(a&&u<Math.min(y,p)?a=!1:!a&&p<Math.min(y,u)&&(a=!0),y<=(a?u:p))c=Math.max(o.top,Math.min(t.top,o.bottom-x))-e.top,h=Math.min(400,a?u:p);else{r=!0,h=Math.min(400,(l?e.right:o.right-e.left)-30);let d=o.bottom-e.bottom;d>=x||d>e.top?c=t.bottom-e.top:(f="bottom",c=e.bottom-t.top)}let Q=(e.bottom-e.top)/s.offsetHeight,k=(e.right-e.left)/s.offsetWidth;return{style:`${f}: ${c/Q}px; max-width: ${h/k}px`,class:"cm-completionInfo-"+(r?l?"left-narrow":"right-narrow":a?"left":"right")}}function ht(i){let e=i.addToOptions.slice();return i.icons&&e.push({render(t){let n=document.createElement("div");return n.classList.add("cm-completionIcon"),t.type&&n.classList.add(...t.type.split(/\s+/g).map(o=>"cm-completionIcon-"+o)),n.setAttribute("aria-hidden","true"),n},position:20}),e.push({render(t,n,o,s){let l=document.createElement("span");l.className="cm-completionLabel";let a=t.displayLabel||t.label,r=0;for(let f=0;f<s.length;){let c=s[f++],h=s[f++];c>r&&l.appendChild(document.createTextNode(a.slice(r,c)));let u=l.appendChild(document.createElement("span"));u.appendChild(document.createTextNode(a.slice(c,h))),u.className="cm-completionMatchedText",r=h}return r<a.length&&l.appendChild(document.createTextNode(a.slice(r))),l},position:50},{render(t){if(!t.detail)return null;let n=document.createElement("span");return n.className="cm-completionDetail",n.textContent=t.detail,n},position:80}),e.sort((t,n)=>t.position-n.position).map(t=>t.render)}function te(i,e,t){if(i<=t)return{from:0,to:i};if(e<0&&(e=0),e<=i>>1){let o=Math.floor(e/t);return{from:o*t,to:(o+1)*t}}let n=Math.floor((i-e)/t);return{from:i-(n+1)*t,to:i-n*t}}class ut{constructor(e,t,n){this.view=e,this.stateField=t,this.applyCompletion=n,this.info=null,this.infoDestroy=null,this.placeInfoReq={read:()=>this.measureInfo(),write:r=>this.placeInfo(r),key:this},this.space=null,this.currentClass="";let o=e.state.field(t),{options:s,selected:l}=o.open,a=e.state.facet(m);this.optionContent=ht(a),this.optionClass=a.optionClass,this.tooltipClass=a.tooltipClass,this.range=te(s.length,l,a.maxRenderedOptions),this.dom=document.createElement("div"),this.dom.className="cm-tooltip-autocomplete",this.updateTooltipClass(e.state),this.dom.addEventListener("mousedown",r=>{let{options:f}=e.state.field(t).open;for(let c=r.target,h;c&&c!=this.dom;c=c.parentNode)if(c.nodeName=="LI"&&(h=/-(\d+)$/.exec(c.id))&&+h[1]<f.length){this.applyCompletion(e,f[+h[1]]),r.preventDefault();return}}),this.dom.addEventListener("focusout",r=>{let f=e.state.field(this.stateField,!1);f&&f.tooltip&&e.state.facet(m).closeOnBlur&&r.relatedTarget!=e.contentDOM&&e.dispatch({effects:F.of(null)})}),this.showOptions(s,o.id)}mount(){this.updateSel()}showOptions(e,t){this.list&&this.list.remove(),this.list=this.dom.appendChild(this.createListBox(e,t,this.range)),this.list.addEventListener("scroll",()=>{this.info&&this.view.requestMeasure(this.placeInfoReq)})}update(e){var t;let n=e.state.field(this.stateField),o=e.startState.field(this.stateField);if(this.updateTooltipClass(e.state),n!=o){let{options:s,selected:l,disabled:a}=n.open;(!o.open||o.open.options!=s)&&(this.range=te(s.length,l,e.state.facet(m).maxRenderedOptions),this.showOptions(s,n.id)),this.updateSel(),a!=((t=o.open)===null||t===void 0?void 0:t.disabled)&&this.dom.classList.toggle("cm-tooltip-autocomplete-disabled",!!a)}}updateTooltipClass(e){let t=this.tooltipClass(e);if(t!=this.currentClass){for(let n of this.currentClass.split(" "))n&&this.dom.classList.remove(n);for(let n of t.split(" "))n&&this.dom.classList.add(n);this.currentClass=t}}positioned(e){this.space=e,this.info&&this.view.requestMeasure(this.placeInfoReq)}updateSel(){let e=this.view.state.field(this.stateField),t=e.open;if((t.selected>-1&&t.selected<this.range.from||t.selected>=this.range.to)&&(this.range=te(t.options.length,t.selected,this.view.state.facet(m).maxRenderedOptions),this.showOptions(t.options,e.id)),this.updateSelectedOption(t.selected)){this.destroyInfo();let{completion:n}=t.options[t.selected],{info:o}=n;if(!o)return;let s=typeof o=="string"?document.createTextNode(o):o(n);if(!s)return;"then"in s?s.then(l=>{l&&this.view.state.field(this.stateField,!1)==e&&this.addInfoPane(l,n)}).catch(l=>_(this.view.state,l,"completion info")):this.addInfoPane(s,n)}}addInfoPane(e,t){this.destroyInfo();let n=this.info=document.createElement("div");if(n.className="cm-tooltip cm-completionInfo",e.nodeType!=null)n.appendChild(e),this.infoDestroy=null;else{let{dom:o,destroy:s}=e;n.appendChild(o),this.infoDestroy=s||null}this.dom.appendChild(n),this.view.requestMeasure(this.placeInfoReq)}updateSelectedOption(e){let t=null;for(let n=this.list.firstChild,o=this.range.from;n;n=n.nextSibling,o++)n.nodeName!="LI"||!n.id?o--:o==e?n.hasAttribute("aria-selected")||(n.setAttribute("aria-selected","true"),t=n):n.hasAttribute("aria-selected")&&n.removeAttribute("aria-selected");return t&&dt(this.list,t),t}measureInfo(){let e=this.dom.querySelector("[aria-selected]");if(!e||!this.info)return null;let t=this.dom.getBoundingClientRect(),n=this.info.getBoundingClientRect(),o=e.getBoundingClientRect(),s=this.space;if(!s){let l=this.dom.ownerDocument.documentElement;s={left:0,top:0,right:l.clientWidth,bottom:l.clientHeight}}return o.top>Math.min(s.bottom,t.bottom)-10||o.bottom<Math.max(s.top,t.top)+10?null:this.view.state.facet(m).positionInfo(this.view,t,o,n,s,this.dom)}placeInfo(e){this.info&&(e?(e.style&&(this.info.style.cssText=e.style),this.info.className="cm-tooltip cm-completionInfo "+(e.class||"")):this.info.style.cssText="top: -1e6px")}createListBox(e,t,n){const o=document.createElement("ul");o.id=t,o.setAttribute("role","listbox"),o.setAttribute("aria-expanded","true"),o.setAttribute("aria-label",this.view.state.phrase("Completions")),o.addEventListener("mousedown",l=>{l.target==o&&l.preventDefault()});let s=null;for(let l=n.from;l<n.to;l++){let{completion:a,match:r}=e[l],{section:f}=a;if(f){let u=typeof f=="string"?f:f.name;if(u!=s&&(l>n.from||n.from==0))if(s=u,typeof f!="string"&&f.header)o.appendChild(f.header(f));else{let p=o.appendChild(document.createElement("completion-section"));p.textContent=u}}const c=o.appendChild(document.createElement("li"));c.id=t+"-"+l,c.setAttribute("role","option");let h=this.optionClass(a);h&&(c.className=h);for(let u of this.optionContent){let p=u(a,this.view.state,this.view,r);p&&c.appendChild(p)}}return n.from&&o.classList.add("cm-completionListIncompleteTop"),n.to<e.length&&o.classList.add("cm-completionListIncompleteBottom"),o}destroyInfo(){this.info&&(this.infoDestroy&&this.infoDestroy(),this.info.remove(),this.info=null)}destroy(){this.destroyInfo()}}function pt(i,e){return t=>new ut(t,i,e)}function dt(i,e){let t=i.getBoundingClientRect(),n=e.getBoundingClientRect(),o=t.height/i.offsetHeight;n.top<t.top?i.scrollTop-=(t.top-n.top)/o:n.bottom>t.bottom&&(i.scrollTop+=(n.bottom-t.bottom)/o)}function Ce(i){return(i.boost||0)*100+(i.apply?10:0)+(i.info?5:0)+(i.type?1:0)}function mt(i,e){let t=[],n=null,o=f=>{t.push(f);let{section:c}=f.completion;if(c){n||(n=[]);let h=typeof c=="string"?c:c.name;n.some(u=>u.name==h)||n.push(typeof c=="string"?{name:h}:c)}},s=e.facet(m);for(let f of i)if(f.hasResult()){let c=f.result.getMatch;if(f.result.filter===!1)for(let h of f.result.options)o(new ye(h,f.source,c?c(h):[],1e9-t.length));else{let h=e.sliceDoc(f.from,f.to),u,p=s.filterStrict?new ct(h):new at(h);for(let y of f.result.options)if(u=p.match(y.label)){let x=y.displayLabel?c?c(y,u.matched):[]:u.matched;o(new ye(y,f.source,x,u.score+(y.boost||0)))}}}if(n){let f=Object.create(null),c=0,h=(u,p)=>{var y,x;return((y=u.rank)!==null&&y!==void 0?y:1e9)-((x=p.rank)!==null&&x!==void 0?x:1e9)||(u.name<p.name?-1:1)};for(let u of n.sort(h))c-=1e5,f[u.name]=c;for(let u of t){let{section:p}=u.completion;p&&(u.score+=f[typeof p=="string"?p:p.name])}}let l=[],a=null,r=s.compareCompletions;for(let f of t.sort((c,h)=>h.score-c.score||r(c.completion,h.completion))){let c=f.completion;!a||a.label!=c.label||a.detail!=c.detail||a.type!=null&&c.type!=null&&a.type!=c.type||a.apply!=c.apply||a.boost!=c.boost?l.push(f):Ce(f.completion)>Ce(a)&&(l[l.length-1]=f),a=f.completion}return l}class R{constructor(e,t,n,o,s,l){this.options=e,this.attrs=t,this.tooltip=n,this.timestamp=o,this.selected=s,this.disabled=l}setSelected(e,t){return e==this.selected||e>=this.options.length?this:new R(this.options,Se(t,e),this.tooltip,this.timestamp,e,this.disabled)}static build(e,t,n,o,s,l){if(o&&!l&&e.some(f=>f.isPending))return o.setDisabled();let a=mt(e,t);if(!a.length)return o&&e.some(f=>f.isPending)?o.setDisabled():null;let r=t.facet(m).selectOnOpen?0:-1;if(o&&o.selected!=r&&o.selected!=-1){let f=o.options[o.selected].completion;for(let c=0;c<a.length;c++)if(a[c].completion==f){r=c;break}}return new R(a,Se(n,r),{pos:e.reduce((f,c)=>c.hasResult()?Math.min(f,c.from):f,1e8),create:wt,above:s.aboveCursor},o?o.timestamp:Date.now(),r,!1)}map(e){return new R(this.options,this.attrs,{...this.tooltip,pos:e.mapPos(this.tooltip.pos)},this.timestamp,this.selected,this.disabled)}setDisabled(){return new R(this.options,this.attrs,this.tooltip,this.timestamp,this.selected,!0)}}class K{constructor(e,t,n){this.active=e,this.id=t,this.open=n}static start(){return new K(xt,"cm-ac-"+Math.floor(Math.random()*2e6).toString(36),null)}update(e){let{state:t}=e,n=t.facet(m),s=(n.override||t.languageDataAt("autocomplete",O(t)).map(rt)).map(r=>(this.active.find(c=>c.source==r)||new w(r,this.active.some(c=>c.state!=0)?1:0)).update(e,n));s.length==this.active.length&&s.every((r,f)=>r==this.active[f])&&(s=this.active);let l=this.open,a=e.effects.some(r=>r.is(ie));l&&e.docChanged&&(l=l.map(e.changes)),e.selection||s.some(r=>r.hasResult()&&e.changes.touchesRange(r.from,r.to))||!gt(s,this.active)||a?l=R.build(s,t,this.id,l,n,a):l&&l.disabled&&!s.some(r=>r.isPending)&&(l=null),!l&&s.every(r=>!r.isPending)&&s.some(r=>r.hasResult())&&(s=s.map(r=>r.hasResult()?new w(r.source,0):r));for(let r of e.effects)r.is(ne)&&(l=l&&l.setSelected(r.value,this.id));return s==this.active&&l==this.open?this:new K(s,this.id,l)}get tooltip(){return this.open?this.open.tooltip:null}get attrs(){return this.open?this.open.attrs:this.active.length?yt:bt}}function gt(i,e){if(i==e)return!0;for(let t=0,n=0;;){for(;t<i.length&&!i[t].hasResult();)t++;for(;n<e.length&&!e[n].hasResult();)n++;let o=t==i.length,s=n==e.length;if(o||s)return o==s;if(i[t++].result!=e[n++].result)return!1}}const yt={"aria-autocomplete":"list"},bt={};function Se(i,e){let t={"aria-autocomplete":"list","aria-haspopup":"listbox","aria-controls":i};return e>-1&&(t["aria-activedescendant"]=i+"-"+e),t}const xt=[];function Ie(i,e){if(i.isUserEvent("input.complete")){let n=i.annotation(H);if(n&&e.activateOnCompletion(n))return 12}let t=i.isUserEvent("input.type");return t&&e.activateOnTyping?5:t?1:i.isUserEvent("delete.backward")?2:i.selection?8:i.docChanged?16:0}class w{constructor(e,t,n=!1){this.source=e,this.state=t,this.explicit=n}hasResult(){return!1}get isPending(){return this.state==1}update(e,t){let n=Ie(e,t),o=this;(n&8||n&16&&this.touches(e))&&(o=new w(o.source,0)),n&4&&o.state==0&&(o=new w(this.source,1)),o=o.updateFor(e,n);for(let s of e.effects)if(s.is(V))o=new w(o.source,1,s.value);else if(s.is(F))o=new w(o.source,0);else if(s.is(ie))for(let l of s.value)l.source==o.source&&(o=l);return o}updateFor(e,t){return this.map(e.changes)}map(e){return this}touches(e){return e.changes.touchesRange(O(e.state))}}class M extends w{constructor(e,t,n,o,s,l){super(e,3,t),this.limit=n,this.result=o,this.from=s,this.to=l}hasResult(){return!0}updateFor(e,t){var n;if(!(t&3))return this.map(e.changes);let o=this.result;o.map&&!e.changes.empty&&(o=o.map(o,e.changes));let s=e.changes.mapPos(this.from),l=e.changes.mapPos(this.to,1),a=O(e.state);if(a>l||!o||t&2&&(O(e.startState)==this.from||a<this.limit))return new w(this.source,t&4?1:0);let r=e.changes.mapPos(this.limit);return vt(o.validFor,e.state,s,l)?new M(this.source,this.explicit,r,o,s,l):o.update&&(o=o.update(o,s,l,new ee(e.state,a,!1)))?new M(this.source,this.explicit,r,o,o.from,(n=o.to)!==null&&n!==void 0?n:O(e.state)):new w(this.source,1,this.explicit)}map(e){return e.empty?this:(this.result.map?this.result.map(this.result,e):this.result)?new M(this.source,this.explicit,e.mapPos(this.limit),this.result,e.mapPos(this.from),e.mapPos(this.to,1)):new w(this.source,0)}touches(e){return e.changes.touchesRange(this.from,this.to)}}function vt(i,e,t,n){if(!i)return!1;let o=e.sliceDoc(t,n);return typeof i=="function"?i(o,t,n,e):be(i,!0).test(o)}const ie=I.define({map(i,e){return i.map(t=>t.map(e))}}),ne=I.define(),g=Y.define({create(){return K.start()},update(i,e){return i.update(e)},provide:i=>[et.from(i,e=>e.tooltip),P.contentAttributes.from(i,e=>e.attrs)]});function oe(i,e){const t=e.completion.apply||e.completion.label;let n=i.state.field(g).active.find(o=>o.source==e.source);return n instanceof M?(typeof t=="string"?i.dispatch({...xe(i.state,t,n.from,n.to),annotations:H.of(e.completion)}):t(i,e.completion,n.from,n.to),!0):!1}const wt=pt(g,oe);function $(i,e="option"){return t=>{let n=t.state.field(g,!1);if(!n||!n.open||n.open.disabled||Date.now()-n.open.timestamp<t.state.facet(m).interactionDelay)return!1;let o=1,s;e=="page"&&(s=pe(t,n.open.tooltip))&&(o=Math.max(2,Math.floor(s.dom.offsetHeight/s.dom.querySelector("li").offsetHeight)-1));let{length:l}=n.open.options,a=n.open.selected>-1?n.open.selected+o*(i?1:-1):i?0:l-1;return a<0?a=e=="page"?0:l-1:a>=l&&(a=e=="page"?l-1:0),t.dispatch({effects:ne.of(a)}),!0}}const Te=i=>{let e=i.state.field(g,!1);return i.state.readOnly||!e||!e.open||e.open.selected<0||e.open.disabled||Date.now()-e.open.timestamp<i.state.facet(m).interactionDelay?!1:oe(i,e.open.options[e.open.selected])},q=i=>i.state.field(g,!1)?(i.dispatch({effects:V.of(!0)}),!0):!1,Oe=i=>{let e=i.state.field(g,!1);return!e||!e.active.some(t=>t.state!=0)?!1:(i.dispatch({effects:F.of(null)}),!0)};class Ct{constructor(e,t){this.active=e,this.context=t,this.time=Date.now(),this.updates=[],this.done=void 0}}const St=50,It=1e3,Tt=_e.fromClass(class{constructor(i){this.view=i,this.debounceUpdate=-1,this.running=[],this.debounceAccept=-1,this.pendingStart=!1,this.composing=0;for(let e of i.state.field(g).active)e.isPending&&this.startQuery(e)}update(i){let e=i.state.field(g),t=i.state.facet(m);if(!i.selectionSet&&!i.docChanged&&i.startState.field(g)==e)return;let n=i.transactions.some(s=>{let l=Ie(s,t);return l&8||(s.selection||s.docChanged)&&!(l&3)});for(let s=0;s<this.running.length;s++){let l=this.running[s];if(n||l.context.abortOnDocChange&&i.docChanged||l.updates.length+i.transactions.length>St&&Date.now()-l.time>It){for(let a of l.context.abortListeners)try{a()}catch(r){_(this.view.state,r)}l.context.abortListeners=null,this.running.splice(s--,1)}else l.updates.push(...i.transactions)}this.debounceUpdate>-1&&clearTimeout(this.debounceUpdate),i.transactions.some(s=>s.effects.some(l=>l.is(V)))&&(this.pendingStart=!0);let o=this.pendingStart?50:t.activateOnTypingDelay;if(this.debounceUpdate=e.active.some(s=>s.isPending&&!this.running.some(l=>l.active.source==s.source))?setTimeout(()=>this.startUpdate(),o):-1,this.composing!=0)for(let s of i.transactions)s.isUserEvent("input.type")?this.composing=2:this.composing==2&&s.selection&&(this.composing=3)}startUpdate(){this.debounceUpdate=-1,this.pendingStart=!1;let{state:i}=this.view,e=i.field(g);for(let t of e.active)t.isPending&&!this.running.some(n=>n.active.source==t.source)&&this.startQuery(t);this.running.length&&e.open&&e.open.disabled&&(this.debounceAccept=setTimeout(()=>this.accept(),this.view.state.facet(m).updateSyncTime))}startQuery(i){let{state:e}=this.view,t=O(e),n=new ee(e,t,i.explicit,this.view),o=new Ct(i,n);this.running.push(o),Promise.resolve(i.source(n)).then(s=>{o.context.aborted||(o.done=s||null,this.scheduleAccept())},s=>{this.view.dispatch({effects:F.of(null)}),_(this.view.state,s)})}scheduleAccept(){this.running.every(i=>i.done!==void 0)?this.accept():this.debounceAccept<0&&(this.debounceAccept=setTimeout(()=>this.accept(),this.view.state.facet(m).updateSyncTime))}accept(){var i;this.debounceAccept>-1&&clearTimeout(this.debounceAccept),this.debounceAccept=-1;let e=[],t=this.view.state.facet(m),n=this.view.state.field(g);for(let o=0;o<this.running.length;o++){let s=this.running[o];if(s.done===void 0)continue;if(this.running.splice(o--,1),s.done){let a=O(s.updates.length?s.updates[0].startState:this.view.state),r=Math.min(a,s.done.from+(s.active.explicit?0:1)),f=new M(s.active.source,s.active.explicit,r,s.done,s.done.from,(i=s.done.to)!==null&&i!==void 0?i:a);for(let c of s.updates)f=f.update(c,t);if(f.hasResult()){e.push(f);continue}}let l=n.active.find(a=>a.source==s.active.source);if(l&&l.isPending)if(s.done==null){let a=new w(s.active.source,0);for(let r of s.updates)a=a.update(r,t);a.isPending||e.push(a)}else this.startQuery(l)}(e.length||n.open&&n.open.disabled)&&this.view.dispatch({effects:ie.of(e)})}},{eventHandlers:{blur(i){let e=this.view.state.field(g,!1);if(e&&e.tooltip&&this.view.state.facet(m).closeOnBlur){let t=e.open&&pe(this.view,e.open.tooltip);(!t||!t.dom.contains(i.relatedTarget))&&setTimeout(()=>this.view.dispatch({effects:F.of(null)}),10)}},compositionstart(){this.composing=1},compositionend(){this.composing==3&&setTimeout(()=>this.view.dispatch({effects:V.of(!1)}),20),this.composing=0}}}),Ot=typeof navigator=="object"&&/Win/.test(navigator.platform),Et=G.highest(P.domEventHandlers({keydown(i,e){let t=e.state.field(g,!1);if(!t||!t.open||t.open.disabled||t.open.selected<0||i.key.length>1||i.ctrlKey&&!(Ot&&i.altKey)||i.metaKey)return!1;let n=t.open.options[t.open.selected],o=t.active.find(l=>l.source==n.source),s=n.completion.commitCharacters||o.result.commitCharacters;return s&&s.indexOf(i.key)>-1&&oe(e,n),!1}})),Ee=P.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:"'\u0192'"}},".cm-completionIcon-class":{"&:after":{content:"'\u25CB'"}},".cm-completionIcon-interface":{"&:after":{content:"'\u25CC'"}},".cm-completionIcon-variable":{"&:after":{content:"'\u{1D465}'"}},".cm-completionIcon-constant":{"&:after":{content:"'\u{1D436}'"}},".cm-completionIcon-type":{"&:after":{content:"'\u{1D461}'"}},".cm-completionIcon-enum":{"&:after":{content:"'\u222A'"}},".cm-completionIcon-property":{"&:after":{content:"'\u25A1'"}},".cm-completionIcon-keyword":{"&:after":{content:"'\u{1F511}\uFE0E'"}},".cm-completionIcon-namespace":{"&:after":{content:"'\u25A2'"}},".cm-completionIcon-text":{"&:after":{content:"'abc'",fontSize:"50%",verticalAlign:"middle"}}});class At{constructor(e,t,n,o){this.field=e,this.line=t,this.from=n,this.to=o}}class ce{constructor(e,t,n){this.field=e,this.from=t,this.to=n}map(e){let t=e.mapPos(this.from,-1,Z.TrackDel),n=e.mapPos(this.to,1,Z.TrackDel);return t==null||n==null?null:new ce(this.field,t,n)}}class fe{constructor(e,t){this.lines=e,this.fieldPositions=t}instantiate(e,t){let n=[],o=[t],s=e.doc.lineAt(t),l=/^\s*/.exec(s.text)[0];for(let r of this.lines){if(n.length){let f=l,c=/^\t*/.exec(r)[0].length;for(let h=0;h<c;h++)f+=e.facet(nt);o.push(t+f.length-c),r=f+r.slice(c)}n.push(r),t+=r.length+1}let a=this.fieldPositions.map(r=>new ce(r.field,o[r.line]+r.from,o[r.line]+r.to));return{text:n,ranges:a}}static parse(e){let t=[],n=[],o=[],s;for(let l of e.split(/\r\n?|\n/)){for(;s=/[#$]\{(?:(\d+)(?::([^{}]*))?|((?:\\[{}]|[^{}])*))\}/.exec(l);){let a=s[1]?+s[1]:null,r=s[2]||s[3]||"",f=-1,c=r.replace(/\\[{}]/g,h=>h[1]);for(let h=0;h<t.length;h++)(a!=null?t[h].seq==a:c&&t[h].name==c)&&(f=h);if(f<0){let h=0;for(;h<t.length&&(a==null||t[h].seq!=null&&t[h].seq<a);)h++;t.splice(h,0,{seq:a,name:c}),f=h;for(let u of o)u.field>=f&&u.field++}for(let h of o)if(h.line==n.length&&h.from>s.index){let u=s[2]?3+(s[1]||"").length:2;h.from-=u,h.to-=u}o.push(new At(f,n.length,s.index,s.index+c.length)),l=l.slice(0,s.index)+r+l.slice(s.index+s[0].length)}l=l.replace(/\\([{}])/g,(a,r,f)=>{for(let c of o)c.line==n.length&&c.from>f&&(c.from--,c.to--);return r}),n.push(l)}return new fe(n,o)}}let Dt=j.widget({widget:new class extends it{toDOM(){let i=document.createElement("span");return i.className="cm-snippetFieldPosition",i}ignoreEvent(){return!1}}}),Pt=j.mark({class:"cm-snippetField"});class L{constructor(e,t){this.ranges=e,this.active=t,this.deco=j.set(e.map(n=>(n.from==n.to?Dt:Pt).range(n.from,n.to)),!0)}map(e){let t=[];for(let n of this.ranges){let o=n.map(e);if(!o)return null;t.push(o)}return new L(t,this.active)}selectionInsideField(e){return e.ranges.every(t=>this.ranges.some(n=>n.field==this.active&&n.from<=t.from&&n.to>=t.to))}}const W=I.define({map(i,e){return i&&i.map(e)}}),Rt=I.define(),E=Y.define({create(){return null},update(i,e){for(let t of e.effects){if(t.is(W))return t.value;if(t.is(Rt)&&i)return new L(i.ranges,t.value)}return i&&e.docChanged&&(i=i.map(e.changes)),i&&e.selection&&!i.selectionInsideField(e.selection)&&(i=null),i},provide:i=>P.decorations.from(i,e=>e?e.deco:j.none)});function se(i,e){return v.create(i.filter(t=>t.field==e).map(t=>v.range(t.from,t.to)))}function Ae(i){let e=fe.parse(i);return(t,n,o,s)=>{let{text:l,ranges:a}=e.instantiate(t.state,o),{main:r}=t.state.selection,f={changes:{from:o,to:s==r.from?r.to:s,insert:Ge.of(l)},scrollIntoView:!0,annotations:n?[H.of(n),Ye.userEvent.of("input.complete")]:void 0};if(a.length&&(f.selection=se(a,0)),a.some(c=>c.field>0)){let c=new L(a,0),h=f.effects=[W.of(c)];t.state.field(E,!1)===void 0&&h.push(I.appendConfig.of([E,Bt,$t,Ee]))}t.dispatch(t.state.update(f))}}function De(i){return({state:e,dispatch:t})=>{let n=e.field(E,!1);if(!n||i<0&&n.active==0)return!1;let o=n.active+i,s=i>0&&!n.ranges.some(l=>l.field==o+i);return t(e.update({selection:se(n.ranges,o),effects:W.of(s?null:new L(n.ranges,o)),scrollIntoView:!0})),!0}}const Pe=({state:i,dispatch:e})=>i.field(E,!1)?(e(i.update({effects:W.of(null)})),!0):!1,Re=De(1),Le=De(-1);function Lt(i){let e=i.field(E,!1);return!!(e&&e.ranges.some(t=>t.field==e.active+1))}function Mt(i){let e=i.field(E,!1);return!!(e&&e.active>0)}const kt=[{key:"Tab",run:Re,shift:Le},{key:"Escape",run:Pe}],le=he.define({combine(i){return i.length?i[0]:kt}}),Bt=G.highest(de.compute([le],i=>i.facet(le)));function Ft(i,e){return{...e,apply:Ae(i)}}const $t=P.domEventHandlers({mousedown(i,e){let t=e.state.field(E,!1),n;if(!t||(n=e.posAtCoords({x:i.clientX,y:i.clientY}))==null)return!1;let o=t.ranges.find(s=>s.from<=n&&s.to>=n);return!o||o.field==t.active?!1:(e.dispatch({selection:se(t.ranges,o.field),effects:W.of(t.ranges.some(s=>s.field>o.field)?new L(t.ranges,o.field):null),scrollIntoView:!0}),!0)}});function Wt(i){let e=i.replace(/[\]\-\\]/g,"\\$&");try{return new RegExp(`[\\p{Alphabetic}\\p{Number}_${e}]+`,"ug")}catch{return new RegExp(`[w${e}]`,"g")}}function Me(i,e){return new RegExp(e(i.source),i.unicode?"u":"")}const ke=Object.create(null);function Nt(i){return ke[i]||(ke[i]=new WeakMap)}function Be(i,e,t,n,o){for(let s=i.iterLines(),l=0;!s.next().done;){let{value:a}=s,r;for(e.lastIndex=0;r=e.exec(a);)if(!n[r[0]]&&l+r.index!=o&&(t.push({type:"text",label:r[0]}),n[r[0]]=!0,t.length>=2e3))return;l+=a.length+1}}function Fe(i,e,t,n,o){let s=i.length>=1e3,l=s&&e.get(i);if(l)return l;let a=[],r=Object.create(null);if(i.children){let f=0;for(let c of i.children){if(c.length>=1e3)for(let h of Fe(c,e,t,n-f,o-f))r[h.label]||(r[h.label]=!0,a.push(h));else Be(c,t,a,r,o-f);f+=c.length+1}}else Be(i,t,a,r,o);return s&&a.length<2e3&&e.set(i,a),a}const Ut=i=>{let e=i.state.languageDataAt("wordChars",i.pos).join(""),t=Wt(e),n=i.matchBefore(Me(t,l=>l+"$"));if(!n&&!i.explicit)return null;let o=n?n.from:i.pos,s=Fe(i.state.doc,Nt(e),t,5e4,o);return{from:o,options:s,validFor:Me(t,l=>"^"+l)}},N={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},A=I.define({map(i,e){let t=e.mapPos(i,-1,Z.TrackAfter);return t??void 0}}),re=new class extends Qe{};re.startSide=1,re.endSide=-1;const $e=Y.define({create(){return Ze.empty},update(i,e){if(i=i.map(e.changes),e.selection){let t=e.state.doc.lineAt(e.selection.main.head);i=i.update({filter:n=>n>=t.from&&n<=t.to})}for(let t of e.effects)t.is(A)&&(i=i.update({add:[re.range(t.value,t.value+1)]}));return i}});function jt(){return[Vt,$e]}const ae="()[]{}<>\xAB\xBB\xBB\xAB\uFF3B\uFF3D\uFF5B\uFF5D";function We(i){for(let e=0;e<ae.length;e+=2)if(ae.charCodeAt(e)==i)return ae.charAt(e+1);return ue(i<128?i:i+1)}function Ne(i,e){return i.languageDataAt("closeBrackets",e)[0]||N}const Ht=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),Vt=P.inputHandler.of((i,e,t,n)=>{if((Ht?i.composing:i.compositionStarted)||i.state.readOnly)return!1;let o=i.state.selection.main;if(n.length>2||n.length==2&&T(C(n,0))==1||e!=o.from||t!=o.to)return!1;let s=je(i.state,n);return s?(i.dispatch(s),!0):!1}),Ue=({state:i,dispatch:e})=>{if(i.readOnly)return!1;let n=Ne(i,i.selection.main.head).brackets||N.brackets,o=null,s=i.changeByRange(l=>{if(l.empty){let a=zt(i.doc,l.head);for(let r of n)if(r==a&&z(i.doc,l.head)==We(C(r,0)))return{changes:{from:l.head-r.length,to:l.head+r.length},range:v.cursor(l.head-r.length)}}return{range:o=l}});return o||e(i.update(s,{scrollIntoView:!0,userEvent:"delete.backward"})),!o},qt=[{key:"Backspace",run:Ue}];function je(i,e){let t=Ne(i,i.selection.main.head),n=t.brackets||N.brackets;for(let o of n){let s=We(C(o,0));if(e==o)return s==o?Xt(i,o,n.indexOf(o+o+o)>-1,t):Kt(i,o,s,t.before||N.before);if(e==s&&He(i,i.selection.main.from))return Qt(i,o,s)}return null}function He(i,e){let t=!1;return i.field($e).between(0,i.doc.length,n=>{n==e&&(t=!0)}),t}function z(i,e){let t=i.sliceString(e,e+2);return t.slice(0,T(C(t,0)))}function zt(i,e){let t=i.sliceString(e-2,e);return T(C(t,0))==t.length?t:t.slice(1)}function Kt(i,e,t,n){let o=null,s=i.changeByRange(l=>{if(!l.empty)return{changes:[{insert:e,from:l.from},{insert:t,from:l.to}],effects:A.of(l.to+e.length),range:v.range(l.anchor+e.length,l.head+e.length)};let a=z(i.doc,l.head);return!a||/\s/.test(a)||n.indexOf(a)>-1?{changes:{insert:e+t,from:l.head},effects:A.of(l.head+e.length),range:v.cursor(l.head+e.length)}:{range:o=l}});return o?null:i.update(s,{scrollIntoView:!0,userEvent:"input.type"})}function Qt(i,e,t){let n=null,o=i.changeByRange(s=>s.empty&&z(i.doc,s.head)==t?{changes:{from:s.head,to:s.head+t.length,insert:t},range:v.cursor(s.head+t.length)}:n={range:s});return n?null:i.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function Xt(i,e,t,n){let o=n.stringPrefixes||N.stringPrefixes,s=null,l=i.changeByRange(a=>{if(!a.empty)return{changes:[{insert:e,from:a.from},{insert:e,from:a.to}],effects:A.of(a.to+e.length),range:v.range(a.anchor+e.length,a.head+e.length)};let r=a.head,f=z(i.doc,r),c;if(f==e){if(Ve(i,r))return{changes:{insert:e+e,from:r},effects:A.of(r+e.length),range:v.cursor(r+e.length)};if(He(i,r)){let u=t&&i.sliceDoc(r,r+e.length*3)==e+e+e?e+e+e:e;return{changes:{from:r,to:r+u.length,insert:u},range:v.cursor(r+u.length)}}}else{if(t&&i.sliceDoc(r-2*e.length,r)==e+e&&(c=qe(i,r-2*e.length,o))>-1&&Ve(i,c))return{changes:{insert:e+e+e+e,from:r},effects:A.of(r+e.length),range:v.cursor(r+e.length)};if(i.charCategorizer(r)(f)!=J.Word&&qe(i,r,o)>-1&&!Yt(i,r,e,o))return{changes:{insert:e+e,from:r},effects:A.of(r+e.length),range:v.cursor(r+e.length)}}return{range:s=a}});return s?null:i.update(l,{scrollIntoView:!0,userEvent:"input.type"})}function Ve(i,e){let t=B(i).resolveInner(e+1);return t.parent&&t.from==e}function Yt(i,e,t,n){let o=B(i).resolveInner(e,-1),s=n.reduce((l,a)=>Math.max(l,a.length),0);for(let l=0;l<5;l++){let a=i.sliceDoc(o.from,Math.min(o.to,o.from+t.length+s)),r=a.indexOf(t);if(!r||r>-1&&n.indexOf(a.slice(0,r))>-1){let c=o.firstChild;for(;c&&c.from==o.from&&c.to-c.from>t.length+r;){if(i.sliceDoc(c.to-t.length,c.to)==t)return!1;c=c.firstChild}return!0}let f=o.to==e&&o.parent;if(!f)break;o=f}return!1}function qe(i,e,t){let n=i.charCategorizer(e);if(n(i.sliceDoc(e-1,e))!=J.Word)return e;for(let o of t){let s=e-o.length;if(i.sliceDoc(s,e)==o&&n(i.sliceDoc(s-1,s))!=J.Word)return s}return-1}function Gt(i={}){return[Et,g,m.of(i),Tt,Jt,Ee]}const ze=[{key:"Ctrl-Space",run:q},{mac:"Alt-`",run:q},{mac:"Alt-i",run:q},{key:"Escape",run:Oe},{key:"ArrowDown",run:$(!0)},{key:"ArrowUp",run:$(!1)},{key:"PageDown",run:$(!0,"page")},{key:"PageUp",run:$(!1,"page")},{key:"Enter",run:Te}],Jt=G.highest(de.computeN([m],i=>i.facet(m).defaultKeymap?[ze]:[]));function Zt(i){let e=i.field(g,!1);return e&&e.active.some(t=>t.isPending)?"pending":e&&e.active.some(t=>t.state!=0)?"active":null}const Ke=new WeakMap;function _t(i){var e;let t=(e=i.field(g,!1))===null||e===void 0?void 0:e.open;if(!t||t.disabled)return[];let n=Ke.get(t.options);return n||Ke.set(t.options,n=t.options.map(o=>o.completion)),n}function ei(i){var e;let t=(e=i.field(g,!1))===null||e===void 0?void 0:e.open;return t&&!t.disabled&&t.selected>=0?t.options[t.selected].completion:null}function ti(i){var e;let t=(e=i.field(g,!1))===null||e===void 0?void 0:e.open;return t&&!t.disabled&&t.selected>=0?t.selected:null}function ii(i){return ne.of(i)}export{ee as CompletionContext,Te as acceptCompletion,Gt as autocompletion,Pe as clearSnippet,jt as closeBrackets,qt as closeBracketsKeymap,Oe as closeCompletion,Ut as completeAnyWord,ge as completeFromList,ze as completionKeymap,Zt as completionStatus,_t as currentCompletions,Ue as deleteBracketPair,Lt as hasNextSnippetField,Mt as hasPrevSnippetField,st as ifIn,lt as ifNotIn,je as insertBracket,xe as insertCompletionText,$ as moveCompletionSelection,Re as nextSnippetField,H as pickedCompletion,Le as prevSnippetField,ei as selectedCompletion,ti as selectedCompletionIndex,ii as setSelectedCompletion,Ae as snippet,Ft as snippetCompletion,le as snippetKeymap,q as startCompletion};

© 2025 Cubjrnet7