reactjs-tiptap-editor 0.2.1 → 0.2.2
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/lib/{RichTextEditor-abeFC8IX.cjs → RichTextEditor-BNLeCZNj.cjs} +1 -1
- package/lib/{RichTextEditor-CC602P8F.js → RichTextEditor-S3oDQ7DG.js} +3 -3
- package/lib/extension-bundle.cjs +1 -1
- package/lib/extension-bundle.d.cts +56 -56
- package/lib/extension-bundle.d.ts +56 -56
- package/lib/extension-bundle.js +5 -5
- package/lib/{index-C0LiugNd.js → index-BEUeIQfa.js} +1 -1
- package/lib/{index-D9RG-bm0.cjs → index-CvbViqY1.cjs} +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.cts +56 -56
- package/lib/index.d.ts +56 -56
- package/lib/index.js +2 -2
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.d.cts +56 -56
- package/lib/locale-bundle.d.ts +56 -56
- package/lib/locale-bundle.js +1 -1
- package/lib/{tiptap-BAutNX9u.js → tiptap-B9VypLMv.js} +726 -727
- package/lib/{tiptap-ktk3za0X.cjs → tiptap-CYz8BQhm.cjs} +12 -12
- package/lib/{vendor-CFOlvngC.js → vendor-BeclCw8p.js} +22692 -22703
- package/lib/vendor-CwNzD6m_.cjs +457 -0
- package/package.json +6 -6
- package/lib/vendor-CY5IU8Xa.cjs +0 -457
package/lib/vendor-CY5IU8Xa.cjs
DELETED
|
@@ -1,457 +0,0 @@
|
|
|
1
|
-
"use strict";const _n=require("react"),kg=require("react-dom"),Ye=require("react/jsx-runtime");function Eo(n){this.content=n}Eo.prototype={constructor:Eo,find:function(n){for(var e=0;e<this.content.length;e+=2)if(this.content[e]===n)return e;return-1},get:function(n){var e=this.find(n);return e==-1?void 0:this.content[e+1]},update:function(n,e,t){var r=t&&t!=n?this.remove(t):this,i=r.find(n),o=r.content.slice();return i==-1?o.push(t||n,e):(o[i+1]=e,t&&(o[i]=t)),new Eo(o)},remove:function(n){var e=this.find(n);if(e==-1)return this;var t=this.content.slice();return t.splice(e,2),new Eo(t)},addToStart:function(n,e){return new Eo([n,e].concat(this.remove(n).content))},addToEnd:function(n,e){var t=this.remove(n).content.slice();return t.push(n,e),new Eo(t)},addBefore:function(n,e,t){var r=this.remove(e),i=r.content.slice(),o=r.find(n);return i.splice(o==-1?i.length:o,0,e,t),new Eo(i)},forEach:function(n){for(var e=0;e<this.content.length;e+=2)n(this.content[e],this.content[e+1])},prepend:function(n){return n=Eo.from(n),n.size?new Eo(n.content.concat(this.subtract(n).content)):this},append:function(n){return n=Eo.from(n),n.size?new Eo(this.subtract(n).content.concat(n.content)):this},subtract:function(n){var e=this;n=Eo.from(n);for(var t=0;t<n.content.length;t+=2)e=e.remove(n.content[t]);return e},toObject:function(){var n={};return this.forEach(function(e,t){n[e]=t}),n},get size(){return this.content.length>>1}};Eo.from=function(n){if(n instanceof Eo)return n;var e=[];if(n)for(var t in n)e.push(t,n[t]);return new Eo(e)};function L3(n,e,t){for(let r=0;;r++){if(r==n.childCount||r==e.childCount)return n.childCount==e.childCount?null:t;let i=n.child(r),o=e.child(r);if(i==o){t+=i.nodeSize;continue}if(!i.sameMarkup(o))return t;if(i.isText&&i.text!=o.text){for(let a=0;i.text[a]==o.text[a];a++)t++;return t}if(i.content.size||o.content.size){let a=L3(i.content,o.content,t+1);if(a!=null)return a}t+=i.nodeSize}}function W3(n,e,t,r){for(let i=n.childCount,o=e.childCount;;){if(i==0||o==0)return i==o?null:{a:t,b:r};let a=n.child(--i),s=e.child(--o),l=a.nodeSize;if(a==s){t-=l,r-=l;continue}if(!a.sameMarkup(s))return{a:t,b:r};if(a.isText&&a.text!=s.text){let c=0,f=Math.min(a.text.length,s.text.length);for(;c<f&&a.text[a.text.length-c-1]==s.text[s.text.length-c-1];)c++,t--,r--;return{a:t,b:r}}if(a.content.size||s.content.size){let c=W3(a.content,s.content,t-1,r-1);if(c)return c}t-=l,r-=l}}class ft{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let r=0;r<e.length;r++)this.size+=e[r].nodeSize}nodesBetween(e,t,r,i=0,o){for(let a=0,s=0;s<t;a++){let l=this.content[a],c=s+l.nodeSize;if(c>e&&r(l,i+s,o||null,a)!==!1&&l.content.size){let f=s+1;l.nodesBetween(Math.max(0,e-f),Math.min(l.content.size,t-f),r,i+f)}s=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,r,i){let o="",a=!0;return this.nodesBetween(e,t,(s,l)=>{let c=s.isText?s.text.slice(Math.max(e,l)-l,t-l):s.isLeaf?i?typeof i=="function"?i(s):i:s.type.spec.leafText?s.type.spec.leafText(s):"":"";s.isBlock&&(s.isLeaf&&c||s.isTextblock)&&r&&(a?a=!1:o+=r),o+=c},0),o}append(e){if(!e.size)return this;if(!this.size)return e;let t=this.lastChild,r=e.firstChild,i=this.content.slice(),o=0;for(t.isText&&t.sameMarkup(r)&&(i[i.length-1]=t.withText(t.text+r.text),o=1);o<e.content.length;o++)i.push(e.content[o]);return new ft(i,this.size+e.size)}cut(e,t=this.size){if(e==0&&t==this.size)return this;let r=[],i=0;if(t>e)for(let o=0,a=0;a<t;o++){let s=this.content[o],l=a+s.nodeSize;l>e&&((a<e||l>t)&&(s.isText?s=s.cut(Math.max(0,e-a),Math.min(s.text.length,t-a)):s=s.cut(Math.max(0,e-a-1),Math.min(s.content.size,t-a-1))),r.push(s),i+=s.nodeSize),a=l}return new ft(r,i)}cutByIndex(e,t){return e==t?ft.empty:e==0&&t==this.content.length?this:new ft(this.content.slice(e,t))}replaceChild(e,t){let r=this.content[e];if(r==t)return this;let i=this.content.slice(),o=this.size+t.nodeSize-r.nodeSize;return i[e]=t,new ft(i,o)}addToStart(e){return new ft([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new ft(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;t<this.content.length;t++)if(!this.content[t].eq(e.content[t]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(e){let t=this.content[e];if(!t)throw new RangeError("Index "+e+" out of range for "+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,r=0;t<this.content.length;t++){let i=this.content[t];e(i,r,t),r+=i.nodeSize}}findDiffStart(e,t=0){return L3(this,e,t)}findDiffEnd(e,t=this.size,r=e.size){return W3(this,e,t,r)}findIndex(e,t=-1){if(e==0)return Hg(0,e);if(e==this.size)return Hg(this.content.length,e);if(e>this.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let r=0,i=0;;r++){let o=this.child(r),a=i+o.nodeSize;if(a>=e)return a==e||t>0?Hg(r+1,a):Hg(r,i);i=a}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,t){if(!t)return ft.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return new ft(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return ft.empty;let t,r=0;for(let i=0;i<e.length;i++){let o=e[i];r+=o.nodeSize,i&&o.isText&&e[i-1].sameMarkup(o)?(t||(t=e.slice(0,i)),t[t.length-1]=o.withText(t[t.length-1].text+o.text)):t&&t.push(o)}return new ft(t||e,r)}static from(e){if(!e)return ft.empty;if(e instanceof ft)return e;if(Array.isArray(e))return this.fromArray(e);if(e.attrs)return new ft([e],e.nodeSize);throw new RangeError("Can not convert "+e+" to a Fragment"+(e.nodesBetween?" (looks like multiple versions of prosemirror-model were loaded)":""))}}ft.empty=new ft([],0);const qm={index:0,offset:0};function Hg(n,e){return qm.index=n,qm.offset=e,qm}function nb(n,e){if(n===e)return!0;if(!(n&&typeof n=="object")||!(e&&typeof e=="object"))return!1;let t=Array.isArray(n);if(Array.isArray(e)!=t)return!1;if(t){if(n.length!=e.length)return!1;for(let r=0;r<n.length;r++)if(!nb(n[r],e[r]))return!1}else{for(let r in n)if(!(r in e)||!nb(n[r],e[r]))return!1;for(let r in e)if(!(r in n))return!1}return!0}class Jn{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,r=!1;for(let i=0;i<e.length;i++){let o=e[i];if(this.eq(o))return e;if(this.type.excludes(o.type))t||(t=e.slice(0,i));else{if(o.type.excludes(this.type))return e;!r&&o.type.rank>this.type.rank&&(t||(t=e.slice(0,i)),t.push(this),r=!0),t&&t.push(o)}}return t||(t=e.slice()),r||t.push(this),t}removeFromSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return e.slice(0,t).concat(e.slice(t+1));return e}isInSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return!0;return!1}eq(e){return this==e||this.type==e.type&&nb(this.attrs,e.attrs)}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return e}static fromJSON(e,t){if(!t)throw new RangeError("Invalid input for Mark.fromJSON");let r=e.marks[t.type];if(!r)throw new RangeError(`There is no mark type ${t.type} in this schema`);let i=r.create(t.attrs);return r.checkAttrs(i.attrs),i}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let r=0;r<e.length;r++)if(!e[r].eq(t[r]))return!1;return!0}static setFrom(e){if(!e||Array.isArray(e)&&e.length==0)return Jn.none;if(e instanceof Jn)return[e];let t=e.slice();return t.sort((r,i)=>r.type.rank-i.type.rank),t}}Jn.none=[];class rb extends Error{}class Ct{constructor(e,t,r){this.content=e,this.openStart=t,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,t){let r=H3(this.content,e+this.openStart,t);return r&&new Ct(r,this.openStart,this.openEnd)}removeBetween(e,t){return new Ct(z3(this.content,e+this.openStart,t+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+"("+this.openStart+","+this.openEnd+")"}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(e,t){if(!t)return Ct.empty;let r=t.openStart||0,i=t.openEnd||0;if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new Ct(ft.fromJSON(e,t.content),r,i)}static maxOpen(e,t=!0){let r=0,i=0;for(let o=e.firstChild;o&&!o.isLeaf&&(t||!o.type.spec.isolating);o=o.firstChild)r++;for(let o=e.lastChild;o&&!o.isLeaf&&(t||!o.type.spec.isolating);o=o.lastChild)i++;return new Ct(e,r,i)}}Ct.empty=new Ct(ft.empty,0,0);function z3(n,e,t){let{index:r,offset:i}=n.findIndex(e),o=n.maybeChild(r),{index:a,offset:s}=n.findIndex(t);if(i==e||o.isText){if(s!=t&&!n.child(a).isText)throw new RangeError("Removing non-flat range");return n.cut(0,e).append(n.cut(t))}if(r!=a)throw new RangeError("Removing non-flat range");return n.replaceChild(r,o.copy(z3(o.content,e-i-1,t-i-1)))}function H3(n,e,t,r){let{index:i,offset:o}=n.findIndex(e),a=n.maybeChild(i);if(o==e||a.isText)return n.cut(0,e).append(t).append(n.cut(e));let s=H3(a.content,e-o-1,t);return s&&n.replaceChild(i,a.copy(s))}function AO(n,e,t){if(t.openStart>n.depth)throw new rb("Inserted content deeper than insertion position");if(n.depth-t.openStart!=e.depth-t.openEnd)throw new rb("Inconsistent open depths");return V3(n,e,t,0)}function V3(n,e,t,r){let i=n.index(r),o=n.node(r);if(i==e.index(r)&&r<n.depth-t.openStart){let a=V3(n,e,t,r+1);return o.copy(o.content.replaceChild(i,a))}else if(t.content.size)if(!t.openStart&&!t.openEnd&&n.depth==r&&e.depth==r){let a=n.parent,s=a.content;return qd(a,s.cut(0,n.parentOffset).append(t.content).append(s.cut(e.parentOffset)))}else{let{start:a,end:s}=kO(t,n);return qd(o,X3(n,a,s,e,r))}else return qd(o,ib(n,e,r))}function G3(n,e){if(!e.type.compatibleContent(n.type))throw new rb("Cannot join "+e.type.name+" onto "+n.type.name)}function P2(n,e,t){let r=n.node(t);return G3(r,e.node(t)),r}function Qd(n,e){let t=e.length-1;t>=0&&n.isText&&n.sameMarkup(e[t])?e[t]=n.withText(e[t].text+n.text):e.push(n)}function Hp(n,e,t,r){let i=(e||n).node(t),o=0,a=e?e.index(t):i.childCount;n&&(o=n.index(t),n.depth>t?o++:n.textOffset&&(Qd(n.nodeAfter,r),o++));for(let s=o;s<a;s++)Qd(i.child(s),r);e&&e.depth==t&&e.textOffset&&Qd(e.nodeBefore,r)}function qd(n,e){return n.type.checkContent(e),n.copy(e)}function X3(n,e,t,r,i){let o=n.depth>i&&P2(n,e,i+1),a=r.depth>i&&P2(t,r,i+1),s=[];return Hp(null,n,i,s),o&&a&&e.index(i)==t.index(i)?(G3(o,a),Qd(qd(o,X3(n,e,t,r,i+1)),s)):(o&&Qd(qd(o,ib(n,e,i+1)),s),Hp(e,t,i,s),a&&Qd(qd(a,ib(t,r,i+1)),s)),Hp(r,null,i,s),new ft(s)}function ib(n,e,t){let r=[];if(Hp(null,n,t,r),n.depth>t){let i=P2(n,e,t+1);Qd(qd(i,ib(n,e,t+1)),r)}return Hp(e,null,t,r),new ft(r)}function kO(n,e){let t=e.depth-n.openStart,i=e.node(t).copy(n.content);for(let o=t-1;o>=0;o--)i=e.node(o).copy(ft.from(i));return{start:i.resolveNoCache(n.openStart+t),end:i.resolveNoCache(i.content.size-n.openEnd-t)}}class eg{constructor(e,t,r){this.pos=e,this.path=t,this.parentOffset=r,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position before the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position after the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let r=this.pos-this.path[this.path.length-1],i=e.child(t);return r?e.child(t).cut(r):i}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let r=this.path[t*3],i=t==0?0:this.path[t*3-1]+1;for(let o=0;o<e;o++)i+=r.child(o).nodeSize;return i}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return Jn.none;if(this.textOffset)return e.child(t).marks;let r=e.maybeChild(t-1),i=e.maybeChild(t);if(!r){let s=r;r=i,i=s}let o=r.marks;for(var a=0;a<o.length;a++)o[a].type.spec.inclusive===!1&&(!i||!o[a].isInSet(i.marks))&&(o=o[a--].removeFromSet(o));return o}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let r=t.marks,i=e.parent.maybeChild(e.index());for(var o=0;o<r.length;o++)r[o].type.spec.inclusive===!1&&(!i||!r[o].isInSet(i.marks))&&(r=r[o--].removeFromSet(r));return r}sharedDepth(e){for(let t=this.depth;t>0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos<this.pos)return e.blockRange(this);for(let r=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);r>=0;r--)if(e.pos<=this.end(r)&&(!t||t(this.node(r))))return new tg(this,e,r);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos<this.pos?e:this}toString(){let e="";for(let t=1;t<=this.depth;t++)e+=(e?"/":"")+this.node(t).type.name+"_"+this.index(t-1);return e+":"+this.parentOffset}static resolve(e,t){if(!(t>=0&&t<=e.content.size))throw new RangeError("Position "+t+" out of range");let r=[],i=0,o=t;for(let a=e;;){let{index:s,offset:l}=a.content.findIndex(o),c=o-l;if(r.push(a,s,i+l),!c||(a=a.child(s),a.isText))break;o=c-1,i+=l+1}return new eg(t,r,o)}static resolveCached(e,t){let r=eT.get(e);if(r)for(let o=0;o<r.elts.length;o++){let a=r.elts[o];if(a.pos==t)return a}else eT.set(e,r=new RO);let i=r.elts[r.i]=eg.resolve(e,t);return r.i=(r.i+1)%UO,i}}class RO{constructor(){this.elts=[],this.i=0}}const UO=12,eT=new WeakMap;class tg{constructor(e,t,r){this.$from=e,this.$to=t,this.depth=r}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}}const FO=Object.create(null);class Ac{constructor(e,t,r,i=Jn.none){this.type=e,this.attrs=t,this.marks=i,this.content=r||ft.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,r,i=0){this.content.nodesBetween(e,t,r,i,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,"")}textBetween(e,t,r,i){return this.content.textBetween(e,t,r,i)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,t,r){return this.type==e&&nb(this.attrs,t||e.defaultAttrs||FO)&&Jn.sameSet(this.marks,r||Jn.none)}copy(e=null){return e==this.content?this:new Ac(this.type,this.attrs,e,this.marks)}mark(e){return e==this.marks?this:new Ac(this.type,this.attrs,this.content,e)}cut(e,t=this.content.size){return e==0&&t==this.content.size?this:this.copy(this.content.cut(e,t))}slice(e,t=this.content.size,r=!1){if(e==t)return Ct.empty;let i=this.resolve(e),o=this.resolve(t),a=r?0:i.sharedDepth(t),s=i.start(a),c=i.node(a).content.cut(i.pos-s,o.pos-s);return new Ct(c,i.depth-a,o.depth-a)}replace(e,t,r){return AO(this.resolve(e),this.resolve(t),r)}nodeAt(e){for(let t=this;;){let{index:r,offset:i}=t.content.findIndex(e);if(t=t.maybeChild(r),!t)return null;if(i==e||t.isText)return t;e-=i+1}}childAfter(e){let{index:t,offset:r}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:r}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:r}=this.content.findIndex(e);if(r<e)return{node:this.content.child(t),index:t,offset:r};let i=this.content.child(t-1);return{node:i,index:t-1,offset:r-i.nodeSize}}resolve(e){return eg.resolveCached(this,e)}resolveNoCache(e){return eg.resolve(this,e)}rangeHasMark(e,t,r){let i=!1;return t>e&&this.nodesBetween(e,t,o=>(r.isInSet(o.marks)&&(i=!0),!i)),i}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+="("+this.content.toStringInner()+")"),Y3(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw new Error("Called contentMatchAt on a node with invalid content");return t}canReplace(e,t,r=ft.empty,i=0,o=r.childCount){let a=this.contentMatchAt(e).matchFragment(r,i,o),s=a&&a.matchFragment(this.content,t);if(!s||!s.validEnd)return!1;for(let l=i;l<o;l++)if(!this.type.allowsMarks(r.child(l).marks))return!1;return!0}canReplaceWith(e,t,r,i){if(i&&!this.type.allowsMarks(i))return!1;let o=this.contentMatchAt(e).matchType(r),a=o&&o.matchFragment(this.content,t);return a?a.validEnd:!1}canAppend(e){return e.content.size?this.canReplace(this.childCount,this.childCount,e.content):this.type.compatibleContent(e.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let e=Jn.none;for(let t=0;t<this.marks.length;t++){let r=this.marks[t];r.type.checkAttrs(r.attrs),e=r.addToSet(e)}if(!Jn.sameSet(e,this.marks))throw new RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(t=>t.type.name)}`);this.content.forEach(t=>t.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(t=>t.toJSON())),e}static fromJSON(e,t){if(!t)throw new RangeError("Invalid input for Node.fromJSON");let r;if(t.marks){if(!Array.isArray(t.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=t.marks.map(e.markFromJSON)}if(t.type=="text"){if(typeof t.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(t.text,r)}let i=ft.fromJSON(e,t.content),o=e.nodeType(t.type).create(t.attrs,i,r);return o.type.checkAttrs(o.attrs),o}}Ac.prototype.text=void 0;class ob extends Ac{constructor(e,t,r,i){if(super(e,t,null,i),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Y3(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(e){return e==this.marks?this:new ob(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new ob(this.type,this.attrs,e,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}}function Y3(n,e){for(let t=n.length-1;t>=0;t--)e=n[t].type.name+"("+e+")";return e}class nh{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,t){let r=new OO(e,t);if(r.next==null)return nh.empty;let i=Z3(r);r.next&&r.err("Unexpected trailing text");let o=WO(LO(i));return zO(o,r),o}matchType(e){for(let t=0;t<this.next.length;t++)if(this.next[t].type==e)return this.next[t].next;return null}matchFragment(e,t=0,r=e.childCount){let i=this;for(let o=t;i&&o<r;o++)i=i.matchType(e.child(o).type);return i}get inlineContent(){return this.next.length!=0&&this.next[0].type.isInline}get defaultType(){for(let e=0;e<this.next.length;e++){let{type:t}=this.next[e];if(!(t.isText||t.hasRequiredAttrs()))return t}return null}compatible(e){for(let t=0;t<this.next.length;t++)for(let r=0;r<e.next.length;r++)if(this.next[t].type==e.next[r].type)return!0;return!1}fillBefore(e,t=!1,r=0){let i=[this];function o(a,s){let l=a.matchFragment(e,r);if(l&&(!t||l.validEnd))return ft.from(s.map(c=>c.createAndFill()));for(let c=0;c<a.next.length;c++){let{type:f,next:u}=a.next[c];if(!(f.isText||f.hasRequiredAttrs())&&i.indexOf(u)==-1){i.push(u);let d=o(u,s.concat(f));if(d)return d}}return null}return o(this,[])}findWrapping(e){for(let r=0;r<this.wrapCache.length;r+=2)if(this.wrapCache[r]==e)return this.wrapCache[r+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),r=[{match:this,type:null,via:null}];for(;r.length;){let i=r.shift(),o=i.match;if(o.matchType(e)){let a=[];for(let s=i;s.type;s=s.via)a.push(s.type);return a.reverse()}for(let a=0;a<o.next.length;a++){let{type:s,next:l}=o.next[a];!s.isLeaf&&!s.hasRequiredAttrs()&&!(s.name in t)&&(!i.type||l.validEnd)&&(r.push({match:s.contentMatch,type:s,via:i}),t[s.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(r){e.push(r);for(let i=0;i<r.next.length;i++)e.indexOf(r.next[i].next)==-1&&t(r.next[i].next)}return t(this),e.map((r,i)=>{let o=i+(r.validEnd?"*":" ")+" ";for(let a=0;a<r.next.length;a++)o+=(a?", ":"")+r.next[a].type.name+"->"+e.indexOf(r.next[a].next);return o}).join(`
|
|
2
|
-
`)}}nh.empty=new nh(!0);class OO{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==""&&this.tokens.pop(),this.tokens[0]==""&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw new SyntaxError(e+" (in content expression '"+this.string+"')")}}function Z3(n){let e=[];do e.push(IO(n));while(n.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function IO(n){let e=[];do e.push(MO(n));while(n.next&&n.next!=")"&&n.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function MO(n){let e=BO(n);for(;;)if(n.eat("+"))e={type:"plus",expr:e};else if(n.eat("*"))e={type:"star",expr:e};else if(n.eat("?"))e={type:"opt",expr:e};else if(n.eat("{"))e=PO(n,e);else break;return e}function tT(n){/\D/.test(n.next)&&n.err("Expected number, got '"+n.next+"'");let e=Number(n.next);return n.pos++,e}function PO(n,e){let t=tT(n),r=t;return n.eat(",")&&(n.next!="}"?r=tT(n):r=-1),n.eat("}")||n.err("Unclosed braced range"),{type:"range",min:t,max:r,expr:e}}function NO(n,e){let t=n.nodeTypes,r=t[e];if(r)return[r];let i=[];for(let o in t){let a=t[o];a.isInGroup(e)&&i.push(a)}return i.length==0&&n.err("No node type or group '"+e+"' found"),i}function BO(n){if(n.eat("(")){let e=Z3(n);return n.eat(")")||n.err("Missing closing paren"),e}else if(/\W/.test(n.next))n.err("Unexpected token '"+n.next+"'");else{let e=NO(n,n.next).map(t=>(n.inline==null?n.inline=t.isInline:n.inline!=t.isInline&&n.err("Mixing inline and block content"),{type:"name",value:t}));return n.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function LO(n){let e=[[]];return i(o(n,0),t()),e;function t(){return e.push([])-1}function r(a,s,l){let c={term:l,to:s};return e[a].push(c),c}function i(a,s){a.forEach(l=>l.to=s)}function o(a,s){if(a.type=="choice")return a.exprs.reduce((l,c)=>l.concat(o(c,s)),[]);if(a.type=="seq")for(let l=0;;l++){let c=o(a.exprs[l],s);if(l==a.exprs.length-1)return c;i(c,s=t())}else if(a.type=="star"){let l=t();return r(s,l),i(o(a.expr,l),l),[r(l)]}else if(a.type=="plus"){let l=t();return i(o(a.expr,s),l),i(o(a.expr,l),l),[r(l)]}else{if(a.type=="opt")return[r(s)].concat(o(a.expr,s));if(a.type=="range"){let l=s;for(let c=0;c<a.min;c++){let f=t();i(o(a.expr,l),f),l=f}if(a.max==-1)i(o(a.expr,l),l);else for(let c=a.min;c<a.max;c++){let f=t();r(l,f),i(o(a.expr,l),f),l=f}return[r(l)]}else{if(a.type=="name")return[r(s,void 0,a.value)];throw new Error("Unknown expr type")}}}}function J3(n,e){return e-n}function nT(n,e){let t=[];return r(e),t.sort(J3);function r(i){let o=n[i];if(o.length==1&&!o[0].term)return r(o[0].to);t.push(i);for(let a=0;a<o.length;a++){let{term:s,to:l}=o[a];!s&&t.indexOf(l)==-1&&r(l)}}}function WO(n){let e=Object.create(null);return t(nT(n,0));function t(r){let i=[];r.forEach(a=>{n[a].forEach(({term:s,to:l})=>{if(!s)return;let c;for(let f=0;f<i.length;f++)i[f][0]==s&&(c=i[f][1]);nT(n,l).forEach(f=>{c||i.push([s,c=[]]),c.indexOf(f)==-1&&c.push(f)})})});let o=e[r.join(",")]=new nh(r.indexOf(n.length-1)>-1);for(let a=0;a<i.length;a++){let s=i[a][1].sort(J3);o.next.push({type:i[a][0],next:e[s.join(",")]||t(s)})}return o}}function zO(n,e){for(let t=0,r=[n];t<r.length;t++){let i=r[t],o=!i.validEnd,a=[];for(let s=0;s<i.next.length;s++){let{type:l,next:c}=i.next[s];a.push(l.name),o&&!(l.isText||l.hasRequiredAttrs())&&(o=!1),r.indexOf(c)==-1&&r.push(c)}o&&e.err("Only non-generatable nodes ("+a.join(", ")+") in a required position (see https://prosemirror.net/docs/guide/#generatable)")}}function K3(n){let e=Object.create(null);for(let t in n){let r=n[t];if(!r.hasDefault)return null;e[t]=r.default}return e}function Q3(n,e){let t=Object.create(null);for(let r in n){let i=e&&e[r];if(i===void 0){let o=n[r];if(o.hasDefault)i=o.default;else throw new RangeError("No value supplied for attribute "+r)}t[r]=i}return t}function q3(n,e,t,r){for(let i in e)if(!(i in n))throw new RangeError(`Unsupported attribute ${i} for ${t} of type ${i}`);for(let i in n){let o=n[i];o.validate&&o.validate(e[i])}}function j3(n,e){let t=Object.create(null);if(e)for(let r in e)t[r]=new VO(n,r,e[r]);return t}let rT=class $3{constructor(e,t,r){this.name=e,this.schema=t,this.spec=r,this.markSet=null,this.groups=r.group?r.group.split(" "):[],this.attrs=j3(e,r.attrs),this.defaultAttrs=K3(this.attrs),this.contentMatch=null,this.inlineContent=null,this.isBlock=!(r.inline||e=="text"),this.isText=e=="text"}get isInline(){return!this.isBlock}get isTextblock(){return this.isBlock&&this.inlineContent}get isLeaf(){return this.contentMatch==nh.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}isInGroup(e){return this.groups.indexOf(e)>-1}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:Q3(this.attrs,e)}create(e=null,t,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new Ac(this,this.computeAttrs(e),ft.from(t),Jn.setFrom(r))}createChecked(e=null,t,r){return t=ft.from(t),this.checkContent(t),new Ac(this,this.computeAttrs(e),t,Jn.setFrom(r))}createAndFill(e=null,t,r){if(e=this.computeAttrs(e),t=ft.from(t),t.size){let a=this.contentMatch.fillBefore(t);if(!a)return null;t=a.append(t)}let i=this.contentMatch.matchFragment(t),o=i&&i.fillBefore(ft.empty,!0);return o?new Ac(this,e,t.append(o),Jn.setFrom(r)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let r=0;r<e.childCount;r++)if(!this.allowsMarks(e.child(r).marks))return!1;return!0}checkContent(e){if(!this.validContent(e))throw new RangeError(`Invalid content for node ${this.name}: ${e.toString().slice(0,50)}`)}checkAttrs(e){q3(this.attrs,e,"node",this.name)}allowsMarkType(e){return this.markSet==null||this.markSet.indexOf(e)>-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;t<e.length;t++)if(!this.allowsMarkType(e[t].type))return!1;return!0}allowedMarks(e){if(this.markSet==null)return e;let t;for(let r=0;r<e.length;r++)this.allowsMarkType(e[r].type)?t&&t.push(e[r]):t||(t=e.slice(0,r));return t?t.length?t:Jn.none:e}static compile(e,t){let r=Object.create(null);e.forEach((o,a)=>r[o]=new $3(o,t,a));let i=t.spec.topNode||"doc";if(!r[i])throw new RangeError("Schema is missing its top node type ('"+i+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let o in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};function HO(n,e,t){let r=t.split("|");return i=>{let o=i===null?"null":typeof i;if(r.indexOf(o)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${n}, got ${o}`)}}class VO{constructor(e,t,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?HO(e,t,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class $b{constructor(e,t,r,i){this.name=e,this.rank=t,this.schema=r,this.spec=i,this.attrs=j3(e,i.attrs),this.excluded=null;let o=K3(this.attrs);this.instance=o?new Jn(this,o):null}create(e=null){return!e&&this.instance?this.instance:new Jn(this,Q3(this.attrs,e))}static compile(e,t){let r=Object.create(null),i=0;return e.forEach((o,a)=>r[o]=new $b(o,i++,t,a)),r}removeFromSet(e){for(var t=0;t<e.length;t++)e[t].type==this&&(e=e.slice(0,t).concat(e.slice(t+1)),t--);return e}isInSet(e){for(let t=0;t<e.length;t++)if(e[t].type==this)return e[t]}checkAttrs(e){q3(this.attrs,e,"mark",this.name)}excludes(e){return this.excluded.indexOf(e)>-1}}class GO{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let i in e)t[i]=e[i];t.nodes=Eo.from(e.nodes),t.marks=Eo.from(e.marks||{}),this.nodes=rT.compile(this.spec.nodes,this),this.marks=$b.compile(this.spec.marks,this);let r=Object.create(null);for(let i in this.nodes){if(i in this.marks)throw new RangeError(i+" can not be both a node and a mark");let o=this.nodes[i],a=o.spec.content||"",s=o.spec.marks;if(o.contentMatch=r[a]||(r[a]=nh.parse(a,this.nodes)),o.inlineContent=o.contentMatch.inlineContent,o.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!o.isInline||!o.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=o}o.markSet=s=="_"?null:s?iT(this,s.split(" ")):s==""||!o.inlineContent?[]:null}for(let i in this.marks){let o=this.marks[i],a=o.spec.excludes;o.excluded=a==null?[o]:a==""?[]:iT(this,a.split(" "))}this.nodeFromJSON=this.nodeFromJSON.bind(this),this.markFromJSON=this.markFromJSON.bind(this),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,t=null,r,i){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof rT){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(t,r,i)}text(e,t){let r=this.nodes.text;return new ob(r,r.defaultAttrs,e,Jn.setFrom(t))}mark(e,t){return typeof e=="string"&&(e=this.marks[e]),e.create(t)}nodeFromJSON(e){return Ac.fromJSON(this,e)}markFromJSON(e){return Jn.fromJSON(this,e)}nodeType(e){let t=this.nodes[e];if(!t)throw new RangeError("Unknown node type: "+e);return t}}function iT(n,e){let t=[];for(let r=0;r<e.length;r++){let i=e[r],o=n.marks[i],a=o;if(o)t.push(o);else for(let s in n.marks){let l=n.marks[s];(i=="_"||l.spec.group&&l.spec.group.split(" ").indexOf(i)>-1)&&t.push(a=l)}if(!a)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return t}function XO(n){return n.tag!=null}function YO(n){return n.style!=null}let Wx=class N2{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let r=this.matchedStyles=[];t.forEach(i=>{if(XO(i))this.tags.push(i);else if(YO(i)){let o=/[^=]*/.exec(i.style)[0];r.indexOf(o)<0&&r.push(o),this.styles.push(i)}}),this.normalizeLists=!this.tags.some(i=>{if(!/^(ul|ol)\b/.test(i.tag)||!i.node)return!1;let o=e.nodes[i.node];return o.contentMatch.matchType(o)})}parse(e,t={}){let r=new aT(this,t,!1);return r.addAll(e,Jn.none,t.from,t.to),r.finish()}parseSlice(e,t={}){let r=new aT(this,t,!0);return r.addAll(e,Jn.none,t.from,t.to),Ct.maxOpen(r.finish())}matchTag(e,t,r){for(let i=r?this.tags.indexOf(r)+1:0;i<this.tags.length;i++){let o=this.tags[i];if(KO(e,o.tag)&&(o.namespace===void 0||e.namespaceURI==o.namespace)&&(!o.context||t.matchesContext(o.context))){if(o.getAttrs){let a=o.getAttrs(e);if(a===!1)continue;o.attrs=a||void 0}return o}}}matchStyle(e,t,r,i){for(let o=i?this.styles.indexOf(i)+1:0;o<this.styles.length;o++){let a=this.styles[o],s=a.style;if(!(s.indexOf(e)!=0||a.context&&!r.matchesContext(a.context)||s.length>e.length&&(s.charCodeAt(e.length)!=61||s.slice(e.length+1)!=t))){if(a.getAttrs){let l=a.getAttrs(t);if(l===!1)continue;a.attrs=l||void 0}return a}}}static schemaRules(e){let t=[];function r(i){let o=i.priority==null?50:i.priority,a=0;for(;a<t.length;a++){let s=t[a];if((s.priority==null?50:s.priority)<o)break}t.splice(a,0,i)}for(let i in e.marks){let o=e.marks[i].spec.parseDOM;o&&o.forEach(a=>{r(a=sT(a)),a.mark||a.ignore||a.clearMark||(a.mark=i)})}for(let i in e.nodes){let o=e.nodes[i].spec.parseDOM;o&&o.forEach(a=>{r(a=sT(a)),a.node||a.ignore||a.mark||(a.node=i)})}return t}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new N2(e,N2.schemaRules(e)))}};const ek={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},ZO={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},tk={ol:!0,ul:!0},ng=1,B2=2,Ty=4;function oT(n,e,t){return e!=null?(e?ng:0)|(e==="full"?B2:0):n&&n.whitespace=="pre"?ng|B2:t&-5}class Vg{constructor(e,t,r,i,o,a){this.type=e,this.attrs=t,this.marks=r,this.solid=i,this.options=a,this.content=[],this.activeMarks=Jn.none,this.match=o||(a&Ty?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(ft.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let r=this.type.contentMatch,i;return(i=r.findWrapping(e.type))?(this.match=r,i):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&ng)){let r=this.content[this.content.length-1],i;if(r&&r.isText&&(i=/[ \t\r\n\u000c]+$/.exec(r.text))){let o=r;r.text.length==i[0].length?this.content.pop():this.content[this.content.length-1]=o.withText(o.text.slice(0,o.text.length-i[0].length))}}let t=ft.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(ft.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!ek.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class aT{constructor(e,t,r){this.parser=e,this.options=t,this.isOpen=r,this.open=0,this.localPreserveWS=!1;let i=t.topNode,o,a=oT(null,t.preserveWhitespace,0)|(r?Ty:0);i?o=new Vg(i.type,i.attrs,Jn.none,!0,t.topMatch||i.type.contentMatch,a):r?o=new Vg(null,null,Jn.none,!0,null,a):o=new Vg(e.schema.topNodeType,null,Jn.none,!0,null,a),this.nodes=[o],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let r=e.nodeValue,i=this.top,o=i.options&B2?"full":this.localPreserveWS||(i.options&ng)>0;if(o==="full"||i.inlineContext(e)||/[^ \t\r\n\u000c]/.test(r)){if(o)o!=="full"?r=r.replace(/\r?\n|\r/g," "):r=r.replace(/\r\n?/g,`
|
|
3
|
-
`);else if(r=r.replace(/[ \t\r\n\u000c]+/g," "),/^[ \t\r\n\u000c]/.test(r)&&this.open==this.nodes.length-1){let a=i.content[i.content.length-1],s=e.previousSibling;(!a||s&&s.nodeName=="BR"||a.isText&&/[ \t\r\n\u000c]$/.test(a.text))&&(r=r.slice(1))}r&&this.insertNode(this.parser.schema.text(r),t),this.findInText(e)}else this.findInside(e)}addElement(e,t,r){let i=this.localPreserveWS,o=this.top;(e.tagName=="PRE"||/pre/.test(e.style&&e.style.whiteSpace))&&(this.localPreserveWS=!0);let a=e.nodeName.toLowerCase(),s;tk.hasOwnProperty(a)&&this.parser.normalizeLists&&JO(e);let l=this.options.ruleFromNode&&this.options.ruleFromNode(e)||(s=this.parser.matchTag(e,this,r));e:if(l?l.ignore:ZO.hasOwnProperty(a))this.findInside(e),this.ignoreFallback(e,t);else if(!l||l.skip||l.closeParent){l&&l.closeParent?this.open=Math.max(0,this.open-1):l&&l.skip.nodeType&&(e=l.skip);let c,f=this.needsBlock;if(ek.hasOwnProperty(a))o.content.length&&o.content[0].isInline&&this.open&&(this.open--,o=this.top),c=!0,o.type||(this.needsBlock=!0);else if(!e.firstChild){this.leafFallback(e,t);break e}let u=l&&l.skip?t:this.readStyles(e,t);u&&this.addAll(e,u),c&&this.sync(o),this.needsBlock=f}else{let c=this.readStyles(e,t);c&&this.addElementByRule(e,l,c,l.consuming===!1?s:void 0)}this.localPreserveWS=i}leafFallback(e,t){e.nodeName=="BR"&&this.top.type&&this.top.type.inlineContent&&this.addTextNode(e.ownerDocument.createTextNode(`
|
|
4
|
-
`),t)}ignoreFallback(e,t){e.nodeName=="BR"&&(!this.top.type||!this.top.type.inlineContent)&&this.findPlace(this.parser.schema.text("-"),t)}readStyles(e,t){let r=e.style;if(r&&r.length)for(let i=0;i<this.parser.matchedStyles.length;i++){let o=this.parser.matchedStyles[i],a=r.getPropertyValue(o);if(a)for(let s=void 0;;){let l=this.parser.matchStyle(o,a,this,s);if(!l)break;if(l.ignore)return null;if(l.clearMark?t=t.filter(c=>!l.clearMark(c)):t=t.concat(this.parser.schema.marks[l.mark].create(l.attrs)),l.consuming===!1)s=l;else break}}return t}addElementByRule(e,t,r,i){let o,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),r)||this.leafFallback(e,r);else{let l=this.enter(a,t.attrs||null,r,t.preserveWhitespace);l&&(o=!0,r=l)}else{let l=this.parser.schema.marks[t.mark];r=r.concat(l.create(t.attrs))}let s=this.top;if(a&&a.isLeaf)this.findInside(e);else if(i)this.addElement(e,r,i);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(l=>this.insertNode(l,r));else{let l=e;typeof t.contentElement=="string"?l=e.querySelector(t.contentElement):typeof t.contentElement=="function"?l=t.contentElement(e):t.contentElement&&(l=t.contentElement),this.findAround(e,l,!0),this.addAll(l,r),this.findAround(e,l,!1)}o&&this.sync(s)&&this.open--}addAll(e,t,r,i){let o=r||0;for(let a=r?e.childNodes[r]:e.firstChild,s=i==null?null:e.childNodes[i];a!=s;a=a.nextSibling,++o)this.findAtPoint(e,o),this.addDOM(a,t);this.findAtPoint(e,o)}findPlace(e,t){let r,i;for(let o=this.open;o>=0;o--){let a=this.nodes[o],s=a.findWrapping(e);if(s&&(!r||r.length>s.length)&&(r=s,i=a,!s.length)||a.solid)break}if(!r)return null;this.sync(i);for(let o=0;o<r.length;o++)t=this.enterInner(r[o],null,t,!1);return t}insertNode(e,t){if(e.isInline&&this.needsBlock&&!this.top.type){let i=this.textblockFromContext();i&&(t=this.enterInner(i,null,t))}let r=this.findPlace(e,t);if(r){this.closeExtra();let i=this.top;i.match&&(i.match=i.match.matchType(e.type));let o=Jn.none;for(let a of r.concat(e.marks))(i.type?i.type.allowsMarkType(a.type):lT(a.type,e.type))&&(o=a.addToSet(o));return i.content.push(e.mark(o)),!0}return!1}enter(e,t,r,i){let o=this.findPlace(e.create(t),r);return o&&(o=this.enterInner(e,t,r,!0,i)),o}enterInner(e,t,r,i=!1,o){this.closeExtra();let a=this.top;a.match=a.match&&a.match.matchType(e);let s=oT(e,o,a.options);a.options&Ty&&a.content.length==0&&(s|=Ty);let l=Jn.none;return r=r.filter(c=>(a.type?a.type.allowsMarkType(c.type):lT(c.type,e))?(l=c.addToSet(l),!1):!0),this.nodes.push(new Vg(e,t,l,i,null,s)),this.open++,r}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--){if(this.nodes[t]==e)return this.open=t,!0;this.localPreserveWS&&(this.nodes[t].options|=ng)}return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let r=this.nodes[t].content;for(let i=r.length-1;i>=0;i--)e+=r[i].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let r=0;r<this.find.length;r++)this.find[r].node==e&&this.find[r].offset==t&&(this.find[r].pos=this.currentPos)}findInside(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].pos==null&&e.nodeType==1&&e.contains(this.find[t].node)&&(this.find[t].pos=this.currentPos)}findAround(e,t,r){if(e!=t&&this.find)for(let i=0;i<this.find.length;i++)this.find[i].pos==null&&e.nodeType==1&&e.contains(this.find[i].node)&&t.compareDocumentPosition(this.find[i].node)&(r?2:4)&&(this.find[i].pos=this.currentPos)}findInText(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].node==e&&(this.find[t].pos=this.currentPos-(e.nodeValue.length-this.find[t].offset))}matchesContext(e){if(e.indexOf("|")>-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split("/"),r=this.options.context,i=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),o=-(r?r.depth+1:0)+(i?0:1),a=(s,l)=>{for(;s>=0;s--){let c=t[s];if(c==""){if(s==t.length-1||s==0)continue;for(;l>=o;l--)if(a(s-1,l))return!0;return!1}else{let f=l>0||l==0&&i?this.nodes[l].type:r&&l>=o?r.node(l-o).type:null;if(!f||f.name!=c&&!f.isInGroup(c))return!1;l--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let r=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let t in this.parser.schema.nodes){let r=this.parser.schema.nodes[t];if(r.isTextblock&&r.defaultAttrs)return r}}}function JO(n){for(let e=n.firstChild,t=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&tk.hasOwnProperty(r)&&t?(t.appendChild(e),e=t):r=="li"?t=e:r&&(t=null)}}function KO(n,e){return(n.matches||n.msMatchesSelector||n.webkitMatchesSelector||n.mozMatchesSelector).call(n,e)}function sT(n){let e={};for(let t in n)e[t]=n[t];return e}function lT(n,e){let t=e.schema.nodes;for(let r in t){let i=t[r];if(!i.allowsMarkType(n))continue;let o=[],a=s=>{o.push(s);for(let l=0;l<s.edgeCount;l++){let{type:c,next:f}=s.edge(l);if(c==e||o.indexOf(f)<0&&a(f))return!0}};if(a(i.contentMatch))return!0}}class ch{constructor(e,t){this.nodes=e,this.marks=t}serializeFragment(e,t={},r){r||(r=jm(t).createDocumentFragment());let i=r,o=[];return e.forEach(a=>{if(o.length||a.marks.length){let s=0,l=0;for(;s<o.length&&l<a.marks.length;){let c=a.marks[l];if(!this.marks[c.type.name]){l++;continue}if(!c.eq(o[s][0])||c.type.spec.spanning===!1)break;s++,l++}for(;s<o.length;)i=o.pop()[1];for(;l<a.marks.length;){let c=a.marks[l++],f=this.serializeMark(c,a.isInline,t);f&&(o.push([c,i]),i.appendChild(f.dom),i=f.contentDOM||f.dom)}}i.appendChild(this.serializeNodeInner(a,t))}),r}serializeNodeInner(e,t){let{dom:r,contentDOM:i}=Ey(jm(t),this.nodes[e.type.name](e),null,e.attrs);if(i){if(e.isLeaf)throw new RangeError("Content hole not allowed in a leaf node spec");this.serializeFragment(e.content,t,i)}return r}serializeNode(e,t={}){let r=this.serializeNodeInner(e,t);for(let i=e.marks.length-1;i>=0;i--){let o=this.serializeMark(e.marks[i],e.isInline,t);o&&((o.contentDOM||o.dom).appendChild(r),r=o.dom)}return r}serializeMark(e,t,r={}){let i=this.marks[e.type.name];return i&&Ey(jm(r),i(e,t),null,e.attrs)}static renderSpec(e,t,r=null,i){return Ey(e,t,r,i)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new ch(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let t=cT(e.nodes);return t.text||(t.text=r=>r.text),t}static marksFromSchema(e){return cT(e.marks)}}function cT(n){let e={};for(let t in n){let r=n[t].spec.toDOM;r&&(e[t]=r)}return e}function jm(n){return n.document||window.document}const uT=new WeakMap;function QO(n){let e=uT.get(n);return e===void 0&&uT.set(n,e=qO(n)),e}function qO(n){let e=null;function t(r){if(r&&typeof r=="object")if(Array.isArray(r))if(typeof r[0]=="string")e||(e=[]),e.push(r);else for(let i=0;i<r.length;i++)t(r[i]);else for(let i in r)t(r[i])}return t(n),e}function Ey(n,e,t,r){if(typeof e=="string")return{dom:n.createTextNode(e)};if(e.nodeType!=null)return{dom:e};if(e.dom&&e.dom.nodeType!=null)return e;let i=e[0],o;if(typeof i!="string")throw new RangeError("Invalid array passed to renderSpec");if(r&&(o=QO(r))&&o.indexOf(e)>-1)throw new RangeError("Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.");let a=i.indexOf(" ");a>0&&(t=i.slice(0,a),i=i.slice(a+1));let s,l=t?n.createElementNS(t,i):n.createElement(i),c=e[1],f=1;if(c&&typeof c=="object"&&c.nodeType==null&&!Array.isArray(c)){f=2;for(let u in c)if(c[u]!=null){let d=u.indexOf(" ");d>0?l.setAttributeNS(u.slice(0,d),u.slice(d+1),c[u]):l.setAttribute(u,c[u])}}for(let u=f;u<e.length;u++){let d=e[u];if(d===0){if(u<e.length-1||u>f)throw new RangeError("Content hole must be the only child of its parent node");return{dom:l,contentDOM:l}}else{let{dom:g,contentDOM:b}=Ey(n,d,t,r);if(l.appendChild(g),b){if(s)throw new RangeError("Multiple content holes");s=b}}}return{dom:l,contentDOM:s}}const nk=65535,rk=Math.pow(2,16);function jO(n,e){return n+e*rk}function fT(n){return n&nk}function $O(n){return(n-(n&nk))/rk}const ik=1,ok=2,_y=4,ak=8;class L2{constructor(e,t,r){this.pos=e,this.delInfo=t,this.recover=r}get deleted(){return(this.delInfo&ak)>0}get deletedBefore(){return(this.delInfo&(ik|_y))>0}get deletedAfter(){return(this.delInfo&(ok|_y))>0}get deletedAcross(){return(this.delInfo&_y)>0}}class qs{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&qs.empty)return qs.empty}recover(e){let t=0,r=fT(e);if(!this.inverted)for(let i=0;i<r;i++)t+=this.ranges[i*3+2]-this.ranges[i*3+1];return this.ranges[r*3]+t+$O(e)}mapResult(e,t=1){return this._map(e,t,!1)}map(e,t=1){return this._map(e,t,!0)}_map(e,t,r){let i=0,o=this.inverted?2:1,a=this.inverted?1:2;for(let s=0;s<this.ranges.length;s+=3){let l=this.ranges[s]-(this.inverted?i:0);if(l>e)break;let c=this.ranges[s+o],f=this.ranges[s+a],u=l+c;if(e<=u){let d=c?e==l?-1:e==u?1:t:t,g=l+i+(d<0?0:f);if(r)return g;let b=e==(t<0?l:u)?null:jO(s/3,e-l),m=e==l?ok:e==u?ik:_y;return(t<0?e!=l:e!=u)&&(m|=ak),new L2(g,m,b)}i+=f-c}return r?e+i:new L2(e+i,0,null)}touches(e,t){let r=0,i=fT(t),o=this.inverted?2:1,a=this.inverted?1:2;for(let s=0;s<this.ranges.length;s+=3){let l=this.ranges[s]-(this.inverted?r:0);if(l>e)break;let c=this.ranges[s+o],f=l+c;if(e<=f&&s==i*3)return!0;r+=this.ranges[s+a]-c}return!1}forEach(e){let t=this.inverted?2:1,r=this.inverted?1:2;for(let i=0,o=0;i<this.ranges.length;i+=3){let a=this.ranges[i],s=a-(this.inverted?o:0),l=a+(this.inverted?0:o),c=this.ranges[i+t],f=this.ranges[i+r];e(s,s+c,l,l+f),o+=f-c}}invert(){return new qs(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(e){return e==0?qs.empty:new qs(e<0?[0,-e,0]:[0,0,e])}}qs.empty=new qs([]);class Ih{constructor(e=[],t,r=0,i=e.length){this.maps=e,this.mirror=t,this.from=r,this.to=i}slice(e=0,t=this.maps.length){return new Ih(this.maps,this.mirror,e,t)}copy(){return new Ih(this.maps.slice(),this.mirror&&this.mirror.slice(),this.from,this.to)}appendMap(e,t){this.to=this.maps.push(e),t!=null&&this.setMirror(this.maps.length-1,t)}appendMapping(e){for(let t=0,r=this.maps.length;t<e.maps.length;t++){let i=e.getMirror(t);this.appendMap(e.maps[t],i!=null&&i<t?r+i:void 0)}}getMirror(e){if(this.mirror){for(let t=0;t<this.mirror.length;t++)if(this.mirror[t]==e)return this.mirror[t+(t%2?-1:1)]}}setMirror(e,t){this.mirror||(this.mirror=[]),this.mirror.push(e,t)}appendMappingInverted(e){for(let t=e.maps.length-1,r=this.maps.length+e.maps.length;t>=0;t--){let i=e.getMirror(t);this.appendMap(e.maps[t].invert(),i!=null&&i>t?r-i-1:void 0)}}invert(){let e=new Ih;return e.appendMappingInverted(this),e}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let r=this.from;r<this.to;r++)e=this.maps[r].map(e,t);return e}mapResult(e,t=1){return this._map(e,t,!1)}_map(e,t,r){let i=0;for(let o=this.from;o<this.to;o++){let a=this.maps[o],s=a.mapResult(e,t);if(s.recover!=null){let l=this.getMirror(o);if(l!=null&&l>o&&l<this.to){o=l,e=this.maps[l].recover(s.recover);continue}}i|=s.delInfo,e=s.pos}return r?e:new L2(e,i,null)}}const $m=Object.create(null);class na{getMap(){return qs.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON");let r=$m[t.stepType];if(!r)throw new RangeError(`No step type ${t.stepType} defined`);return r.fromJSON(e,t)}static jsonID(e,t){if(e in $m)throw new RangeError("Duplicate use of step JSON ID "+e);return $m[e]=t,t.prototype.jsonID=e,t}}class Di{constructor(e,t){this.doc=e,this.failed=t}static ok(e){return new Di(e,null)}static fail(e){return new Di(null,e)}static fromReplace(e,t,r,i){try{return Di.ok(e.replace(t,r,i))}catch(o){if(o instanceof rb)return Di.fail(o.message);throw o}}}function zx(n,e,t){let r=[];for(let i=0;i<n.childCount;i++){let o=n.child(i);o.content.size&&(o=o.copy(zx(o.content,e,o))),o.isInline&&(o=e(o,t,i)),r.push(o)}return ft.fromArray(r)}class od extends na{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=e.resolve(this.from),i=r.node(r.sharedDepth(this.to)),o=new Ct(zx(t.content,(a,s)=>!a.isAtom||!s.type.allowsMarkType(this.mark.type)?a:a.mark(this.mark.addToSet(a.marks)),i),t.openStart,t.openEnd);return Di.fromReplace(e,this.from,this.to,o)}invert(){return new Tu(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new od(t.pos,r.pos,this.mark)}merge(e){return e instanceof od&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new od(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new od(t.from,t.to,e.markFromJSON(t.mark))}}na.jsonID("addMark",od);class Tu extends na{constructor(e,t,r){super(),this.from=e,this.to=t,this.mark=r}apply(e){let t=e.slice(this.from,this.to),r=new Ct(zx(t.content,i=>i.mark(this.mark.removeFromSet(i.marks)),e),t.openStart,t.openEnd);return Di.fromReplace(e,this.from,this.to,r)}invert(){return new od(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deleted&&r.deleted||t.pos>=r.pos?null:new Tu(t.pos,r.pos,this.mark)}merge(e){return e instanceof Tu&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Tu(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new Tu(t.from,t.to,e.markFromJSON(t.mark))}}na.jsonID("removeMark",Tu);class ad extends na{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Di.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return Di.fromReplace(e,this.pos,this.pos+1,new Ct(ft.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);if(t){let r=this.mark.addToSet(t.marks);if(r.length==t.marks.length){for(let i=0;i<t.marks.length;i++)if(!t.marks[i].isInSet(r))return new ad(this.pos,t.marks[i]);return new ad(this.pos,this.mark)}}return new Vh(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new ad(t.pos,this.mark)}toJSON(){return{stepType:"addNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for AddNodeMarkStep.fromJSON");return new ad(t.pos,e.markFromJSON(t.mark))}}na.jsonID("addNodeMark",ad);class Vh extends na{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Di.fail("No node at mark step's position");let r=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks));return Di.fromReplace(e,this.pos,this.pos+1,new Ct(ft.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new ad(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Vh(t.pos,this.mark)}toJSON(){return{stepType:"removeNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for RemoveNodeMarkStep.fromJSON");return new Vh(t.pos,e.markFromJSON(t.mark))}}na.jsonID("removeNodeMark",Vh);class ji extends na{constructor(e,t,r,i=!1){super(),this.from=e,this.to=t,this.slice=r,this.structure=i}apply(e){return this.structure&&W2(e,this.from,this.to)?Di.fail("Structure replace would overwrite content"):Di.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new qs([this.from,this.to-this.from,this.slice.size])}invert(e){return new ji(this.from,this.from+this.slice.size,e.slice(this.from,this.to))}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return t.deletedAcross&&r.deletedAcross?null:new ji(t.pos,Math.max(t.pos,r.pos),this.slice)}merge(e){if(!(e instanceof ji)||e.structure||this.structure)return null;if(this.from+this.slice.size==e.from&&!this.slice.openEnd&&!e.slice.openStart){let t=this.slice.size+e.slice.size==0?Ct.empty:new Ct(this.slice.content.append(e.slice.content),this.slice.openStart,e.slice.openEnd);return new ji(this.from,this.to+(e.to-e.from),t,this.structure)}else if(e.to==this.from&&!this.slice.openStart&&!e.slice.openEnd){let t=this.slice.size+e.slice.size==0?Ct.empty:new Ct(e.slice.content.append(this.slice.content),e.slice.openStart,this.slice.openEnd);return new ji(e.from,this.to,t,this.structure)}else return null}toJSON(){let e={stepType:"replace",from:this.from,to:this.to};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number")throw new RangeError("Invalid input for ReplaceStep.fromJSON");return new ji(t.from,t.to,Ct.fromJSON(e,t.slice),!!t.structure)}}na.jsonID("replace",ji);class $i extends na{constructor(e,t,r,i,o,a,s=!1){super(),this.from=e,this.to=t,this.gapFrom=r,this.gapTo=i,this.slice=o,this.insert=a,this.structure=s}apply(e){if(this.structure&&(W2(e,this.from,this.gapFrom)||W2(e,this.gapTo,this.to)))return Di.fail("Structure gap-replace would overwrite content");let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return Di.fail("Gap is not a flat range");let r=this.slice.insertAt(this.insert,t.content);return r?Di.fromReplace(e,this.from,this.to,r):Di.fail("Content does not fit in gap")}getMap(){return new qs([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(e){let t=this.gapTo-this.gapFrom;return new $i(this.from,this.from+this.slice.size+t,this.from+this.insert,this.from+this.insert+t,e.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(e){let t=e.mapResult(this.from,1),r=e.mapResult(this.to,-1),i=this.from==this.gapFrom?t.pos:e.map(this.gapFrom,-1),o=this.to==this.gapTo?r.pos:e.map(this.gapTo,1);return t.deletedAcross&&r.deletedAcross||i<t.pos||o>r.pos?null:new $i(t.pos,r.pos,i,o,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,t){if(typeof t.from!="number"||typeof t.to!="number"||typeof t.gapFrom!="number"||typeof t.gapTo!="number"||typeof t.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new $i(t.from,t.to,t.gapFrom,t.gapTo,Ct.fromJSON(e,t.slice),t.insert,!!t.structure)}}na.jsonID("replaceAround",$i);function W2(n,e,t){let r=n.resolve(e),i=t-e,o=r.depth;for(;i>0&&o>0&&r.indexAfter(o)==r.node(o).childCount;)o--,i--;if(i>0){let a=r.node(o).maybeChild(r.indexAfter(o));for(;i>0;){if(!a||a.isLeaf)return!0;a=a.firstChild,i--}}return!1}function e8(n,e,t,r){let i=[],o=[],a,s;n.doc.nodesBetween(e,t,(l,c,f)=>{if(!l.isInline)return;let u=l.marks;if(!r.isInSet(u)&&f.type.allowsMarkType(r.type)){let d=Math.max(c,e),g=Math.min(c+l.nodeSize,t),b=r.addToSet(u);for(let m=0;m<u.length;m++)u[m].isInSet(b)||(a&&a.to==d&&a.mark.eq(u[m])?a.to=g:i.push(a=new Tu(d,g,u[m])));s&&s.to==d?s.to=g:o.push(s=new od(d,g,r))}}),i.forEach(l=>n.step(l)),o.forEach(l=>n.step(l))}function t8(n,e,t,r){let i=[],o=0;n.doc.nodesBetween(e,t,(a,s)=>{if(!a.isInline)return;o++;let l=null;if(r instanceof $b){let c=a.marks,f;for(;f=r.isInSet(c);)(l||(l=[])).push(f),c=f.removeFromSet(c)}else r?r.isInSet(a.marks)&&(l=[r]):l=a.marks;if(l&&l.length){let c=Math.min(s+a.nodeSize,t);for(let f=0;f<l.length;f++){let u=l[f],d;for(let g=0;g<i.length;g++){let b=i[g];b.step==o-1&&u.eq(i[g].style)&&(d=b)}d?(d.to=c,d.step=o):i.push({style:u,from:Math.max(s,e),to:c,step:o})}}}),i.forEach(a=>n.step(new Tu(a.from,a.to,a.style)))}function Hx(n,e,t,r=t.contentMatch,i=!0){let o=n.doc.nodeAt(e),a=[],s=e+1;for(let l=0;l<o.childCount;l++){let c=o.child(l),f=s+c.nodeSize,u=r.matchType(c.type);if(!u)a.push(new ji(s,f,Ct.empty));else{r=u;for(let d=0;d<c.marks.length;d++)t.allowsMarkType(c.marks[d].type)||n.step(new Tu(s,f,c.marks[d]));if(i&&c.isText&&t.whitespace!="pre"){let d,g=/\r?\n|\r/g,b;for(;d=g.exec(c.text);)b||(b=new Ct(ft.from(t.schema.text(" ",t.allowedMarks(c.marks))),0,0)),a.push(new ji(s+d.index,s+d.index+d[0].length,b))}}s=f}if(!r.validEnd){let l=r.fillBefore(ft.empty,!0);n.replace(s,s,new Ct(l,0,0))}for(let l=a.length-1;l>=0;l--)n.step(a[l])}function n8(n,e,t){return(e==0||n.canReplace(e,n.childCount))&&(t==n.childCount||n.canReplace(0,t))}function tp(n){let t=n.parent.content.cutByIndex(n.startIndex,n.endIndex);for(let r=n.depth;;--r){let i=n.$from.node(r),o=n.$from.index(r),a=n.$to.indexAfter(r);if(r<n.depth&&i.canReplace(o,a,t))return r;if(r==0||i.type.spec.isolating||!n8(i,o,a))break}return null}function r8(n,e,t){let{$from:r,$to:i,depth:o}=e,a=r.before(o+1),s=i.after(o+1),l=a,c=s,f=ft.empty,u=0;for(let b=o,m=!1;b>t;b--)m||r.index(b)>0?(m=!0,f=ft.from(r.node(b).copy(f)),u++):l--;let d=ft.empty,g=0;for(let b=o,m=!1;b>t;b--)m||i.after(b+1)<i.end(b)?(m=!0,d=ft.from(i.node(b).copy(d)),g++):c++;n.step(new $i(l,c,a,s,new Ct(f.append(d),u,g),f.size-u,!0))}function Vx(n,e,t=null,r=n){let i=i8(n,e),o=i&&o8(r,e);return o?i.map(dT).concat({type:e,attrs:t}).concat(o.map(dT)):null}function dT(n){return{type:n,attrs:null}}function i8(n,e){let{parent:t,startIndex:r,endIndex:i}=n,o=t.contentMatchAt(r).findWrapping(e);if(!o)return null;let a=o.length?o[0]:e;return t.canReplaceWith(r,i,a)?o:null}function o8(n,e){let{parent:t,startIndex:r,endIndex:i}=n,o=t.child(r),a=e.contentMatch.findWrapping(o.type);if(!a)return null;let l=(a.length?a[a.length-1]:e).contentMatch;for(let c=r;l&&c<i;c++)l=l.matchType(t.child(c).type);return!l||!l.validEnd?null:a}function a8(n,e,t){let r=ft.empty;for(let a=t.length-1;a>=0;a--){if(r.size){let s=t[a].type.contentMatch.matchFragment(r);if(!s||!s.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=ft.from(t[a].type.create(t[a].attrs,r))}let i=e.start,o=e.end;n.step(new $i(i,o,i,o,new Ct(r,0,0),t.length,!0))}function s8(n,e,t,r,i){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let o=n.steps.length;n.doc.nodesBetween(e,t,(a,s)=>{let l=typeof i=="function"?i(a):i;if(a.isTextblock&&!a.hasMarkup(r,l)&&l8(n.doc,n.mapping.slice(o).map(s),r)){let c=null;if(r.schema.linebreakReplacement){let g=r.whitespace=="pre",b=!!r.contentMatch.matchType(r.schema.linebreakReplacement);g&&!b?c=!1:!g&&b&&(c=!0)}c===!1&&lk(n,a,s,o),Hx(n,n.mapping.slice(o).map(s,1),r,void 0,c===null);let f=n.mapping.slice(o),u=f.map(s,1),d=f.map(s+a.nodeSize,1);return n.step(new $i(u,d,u+1,d-1,new Ct(ft.from(r.create(l,null,a.marks)),0,0),1,!0)),c===!0&&sk(n,a,s,o),!1}})}function sk(n,e,t,r){e.forEach((i,o)=>{if(i.isText){let a,s=/\r?\n|\r/g;for(;a=s.exec(i.text);){let l=n.mapping.slice(r).map(t+1+o+a.index);n.replaceWith(l,l+1,e.type.schema.linebreakReplacement.create())}}})}function lk(n,e,t,r){e.forEach((i,o)=>{if(i.type==i.type.schema.linebreakReplacement){let a=n.mapping.slice(r).map(t+1+o);n.replaceWith(a,a+1,e.type.schema.text(`
|
|
5
|
-
`))}})}function l8(n,e,t){let r=n.resolve(e),i=r.index();return r.parent.canReplaceWith(i,i+1,t)}function c8(n,e,t,r,i){let o=n.doc.nodeAt(e);if(!o)throw new RangeError("No node at given position");t||(t=o.type);let a=t.create(r,null,i||o.marks);if(o.isLeaf)return n.replaceWith(e,e+o.nodeSize,a);if(!t.validContent(o.content))throw new RangeError("Invalid content for node type "+t.name);n.step(new $i(e,e+o.nodeSize,e+1,e+o.nodeSize-1,new Ct(ft.from(a),0,0),1,!0))}function Mh(n,e,t=1,r){let i=n.resolve(e),o=i.depth-t,a=r&&r[r.length-1]||i.parent;if(o<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!a.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let c=i.depth-1,f=t-2;c>o;c--,f--){let u=i.node(c),d=i.index(c);if(u.type.spec.isolating)return!1;let g=u.content.cutByIndex(d,u.childCount),b=r&&r[f+1];b&&(g=g.replaceChild(0,b.type.create(b.attrs)));let m=r&&r[f]||u;if(!u.canReplace(d+1,u.childCount)||!m.type.validContent(g))return!1}let s=i.indexAfter(o),l=r&&r[0];return i.node(o).canReplaceWith(s,s,l?l.type:i.node(o+1).type)}function u8(n,e,t=1,r){let i=n.doc.resolve(e),o=ft.empty,a=ft.empty;for(let s=i.depth,l=i.depth-t,c=t-1;s>l;s--,c--){o=ft.from(i.node(s).copy(o));let f=r&&r[c];a=ft.from(f?f.type.create(f.attrs,a):i.node(s).copy(a))}n.step(new ji(e,e,new Ct(o.append(a),t,t),!0))}function np(n,e){let t=n.resolve(e),r=t.index();return ck(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(r,r+1)}function f8(n,e){e.content.size||n.type.compatibleContent(e.type);let t=n.contentMatchAt(n.childCount),{linebreakReplacement:r}=n.type.schema;for(let i=0;i<e.childCount;i++){let o=e.child(i),a=o.type==r?n.type.schema.nodes.text:o.type;if(t=t.matchType(a),!t||!n.type.allowsMarks(o.marks))return!1}return t.validEnd}function ck(n,e){return!!(n&&e&&!n.isLeaf&&f8(n,e))}function Gx(n,e,t=-1){let r=n.resolve(e);for(let i=r.depth;;i--){let o,a,s=r.index(i);if(i==r.depth?(o=r.nodeBefore,a=r.nodeAfter):t>0?(o=r.node(i+1),s++,a=r.node(i).maybeChild(s)):(o=r.node(i).maybeChild(s-1),a=r.node(i+1)),o&&!o.isTextblock&&ck(o,a)&&r.node(i).canReplace(s,s+1))return e;if(i==0)break;e=t<0?r.before(i):r.after(i)}}function d8(n,e,t){let r=null,{linebreakReplacement:i}=n.doc.type.schema,o=n.doc.resolve(e-t),a=o.node().type;if(i&&a.inlineContent){let f=a.whitespace=="pre",u=!!a.contentMatch.matchType(i);f&&!u?r=!1:!f&&u&&(r=!0)}let s=n.steps.length;if(r===!1){let f=n.doc.resolve(e+t);lk(n,f.node(),f.before(),s)}a.inlineContent&&Hx(n,e+t-1,a,o.node().contentMatchAt(o.index()),r==null);let l=n.mapping.slice(s),c=l.map(e-t);if(n.step(new ji(c,l.map(e+t,-1),Ct.empty,!0)),r===!0){let f=n.doc.resolve(c);sk(n,f.node(),f.before(),n.steps.length)}return n}function h8(n,e,t){let r=n.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),t))return e;if(r.parentOffset==0)for(let i=r.depth-1;i>=0;i--){let o=r.index(i);if(r.node(i).canReplaceWith(o,o,t))return r.before(i+1);if(o>0)return null}if(r.parentOffset==r.parent.content.size)for(let i=r.depth-1;i>=0;i--){let o=r.indexAfter(i);if(r.node(i).canReplaceWith(o,o,t))return r.after(i+1);if(o<r.node(i).childCount)return null}return null}function uk(n,e,t){let r=n.resolve(e);if(!t.content.size)return e;let i=t.content;for(let o=0;o<t.openStart;o++)i=i.firstChild.content;for(let o=1;o<=(t.openStart==0&&t.size?2:1);o++)for(let a=r.depth;a>=0;a--){let s=a==r.depth?0:r.pos<=(r.start(a+1)+r.end(a+1))/2?-1:1,l=r.index(a)+(s>0?1:0),c=r.node(a),f=!1;if(o==1)f=c.canReplace(l,l,i);else{let u=c.contentMatchAt(l).findWrapping(i.firstChild.type);f=u&&c.canReplaceWith(l,l,u[0])}if(f)return s==0?r.pos:s<0?r.before(a+1):r.after(a+1)}return null}function em(n,e,t=e,r=Ct.empty){if(e==t&&!r.size)return null;let i=n.resolve(e),o=n.resolve(t);return fk(i,o,r)?new ji(e,t,r):new p8(i,o,r).fit()}function fk(n,e,t){return!t.openStart&&!t.openEnd&&n.start()==e.start()&&n.parent.canReplace(n.index(),e.index(),t.content)}class p8{constructor(e,t,r){this.$from=e,this.$to=t,this.unplaced=r,this.frontier=[],this.placed=ft.empty;for(let i=0;i<=e.depth;i++){let o=e.node(i);this.frontier.push({type:o.type,match:o.contentMatchAt(e.indexAfter(i))})}for(let i=e.depth;i>0;i--)this.placed=ft.from(e.node(i).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let c=this.findFittable();c?this.placeNodes(c):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,r=this.$from,i=this.close(e<0?this.$to:r.doc.resolve(e));if(!i)return null;let o=this.placed,a=r.depth,s=i.depth;for(;a&&s&&o.childCount==1;)o=o.firstChild.content,a--,s--;let l=new Ct(o,a,s);return e>-1?new $i(r.pos,e,this.$to.pos,this.$to.end(),l,t):l.size||r.pos!=this.$to.pos?new ji(r.pos,i.pos,l):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,r=0,i=this.unplaced.openEnd;r<e;r++){let o=t.firstChild;if(t.childCount>1&&(i=0),o.type.spec.isolating&&i<=r){e=r;break}t=o.content}for(let t=1;t<=2;t++)for(let r=t==1?e:this.unplaced.openStart;r>=0;r--){let i,o=null;r?(o=ev(this.unplaced.content,r-1).firstChild,i=o.content):i=this.unplaced.content;let a=i.firstChild;for(let s=this.depth;s>=0;s--){let{type:l,match:c}=this.frontier[s],f,u=null;if(t==1&&(a?c.matchType(a.type)||(u=c.fillBefore(ft.from(a),!1)):o&&l.compatibleContent(o.type)))return{sliceDepth:r,frontierDepth:s,parent:o,inject:u};if(t==2&&a&&(f=c.findWrapping(a.type)))return{sliceDepth:r,frontierDepth:s,parent:o,wrap:f};if(o&&c.matchType(o.type))break}}}openMore(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=ev(e,t);return!i.childCount||i.firstChild.isLeaf?!1:(this.unplaced=new Ct(e,t+1,Math.max(r,i.size+t>=e.size-r?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=ev(e,t);if(i.childCount<=1&&t>0){let o=e.size-t<=t+i.size;this.unplaced=new Ct(Bp(e,t-1,1),t-1,o?t-1:r)}else this.unplaced=new Ct(Bp(e,t,1),t,r)}placeNodes({sliceDepth:e,frontierDepth:t,parent:r,inject:i,wrap:o}){for(;this.depth>t;)this.closeFrontierNode();if(o)for(let m=0;m<o.length;m++)this.openFrontierNode(o[m]);let a=this.unplaced,s=r?r.content:a.content,l=a.openStart-e,c=0,f=[],{match:u,type:d}=this.frontier[t];if(i){for(let m=0;m<i.childCount;m++)f.push(i.child(m));u=u.matchFragment(i)}let g=s.size+e-(a.content.size-a.openEnd);for(;c<s.childCount;){let m=s.child(c),D=u.matchType(m.type);if(!D)break;c++,(c>1||l==0||m.content.size)&&(u=D,f.push(dk(m.mark(d.allowedMarks(m.marks)),c==1?l:0,c==s.childCount?g:-1)))}let b=c==s.childCount;b||(g=-1),this.placed=Lp(this.placed,t,ft.from(f)),this.frontier[t].match=u,b&&g<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let m=0,D=s;m<g;m++){let _=D.lastChild;this.frontier.push({type:_.type,match:_.contentMatchAt(_.childCount)}),D=_.content}this.unplaced=b?e==0?Ct.empty:new Ct(Bp(a.content,e-1,1),e-1,g<0?a.openEnd:e-1):new Ct(Bp(a.content,e,c),a.openStart,a.openEnd)}mustMoveInline(){if(!this.$to.parent.isTextblock)return-1;let e=this.frontier[this.depth],t;if(!e.type.isTextblock||!tv(this.$to,this.$to.depth,e.type,e.match,!1)||this.$to.depth==this.depth&&(t=this.findCloseLevel(this.$to))&&t.depth==this.depth)return-1;let{depth:r}=this.$to,i=this.$to.after(r);for(;r>1&&i==this.$to.end(--r);)++i;return i}findCloseLevel(e){e:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:r,type:i}=this.frontier[t],o=t<e.depth&&e.end(t+1)==e.pos+(e.depth-(t+1)),a=tv(e,t,i,r,o);if(a){for(let s=t-1;s>=0;s--){let{match:l,type:c}=this.frontier[s],f=tv(e,s,c,l,!0);if(!f||f.childCount)continue e}return{depth:t,fit:a,move:o?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=Lp(this.placed,t.depth,t.fit)),e=t.move;for(let r=t.depth+1;r<=e.depth;r++){let i=e.node(r),o=i.type.contentMatch.fillBefore(i.content,!0,e.index(r));this.openFrontierNode(i.type,i.attrs,o)}return e}openFrontierNode(e,t=null,r){let i=this.frontier[this.depth];i.match=i.match.matchType(e),this.placed=Lp(this.placed,this.depth,ft.from(e.create(t,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(ft.empty,!0);t.childCount&&(this.placed=Lp(this.placed,this.frontier.length,t))}}function Bp(n,e,t){return e==0?n.cutByIndex(t,n.childCount):n.replaceChild(0,n.firstChild.copy(Bp(n.firstChild.content,e-1,t)))}function Lp(n,e,t){return e==0?n.append(t):n.replaceChild(n.childCount-1,n.lastChild.copy(Lp(n.lastChild.content,e-1,t)))}function ev(n,e){for(let t=0;t<e;t++)n=n.firstChild.content;return n}function dk(n,e,t){if(e<=0)return n;let r=n.content;return e>1&&(r=r.replaceChild(0,dk(r.firstChild,e-1,r.childCount==1?t-1:0))),e>0&&(r=n.type.contentMatch.fillBefore(r).append(r),t<=0&&(r=r.append(n.type.contentMatch.matchFragment(r).fillBefore(ft.empty,!0)))),n.copy(r)}function tv(n,e,t,r,i){let o=n.node(e),a=i?n.indexAfter(e):n.index(e);if(a==o.childCount&&!t.compatibleContent(o.type))return null;let s=r.fillBefore(o.content,!0,a);return s&&!g8(t,o.content,a)?s:null}function g8(n,e,t){for(let r=t;r<e.childCount;r++)if(!n.allowsMarks(e.child(r).marks))return!0;return!1}function y8(n){return n.spec.defining||n.spec.definingForContent}function b8(n,e,t,r){if(!r.size)return n.deleteRange(e,t);let i=n.doc.resolve(e),o=n.doc.resolve(t);if(fk(i,o,r))return n.step(new ji(e,t,r));let a=pk(i,n.doc.resolve(t));a[a.length-1]==0&&a.pop();let s=-(i.depth+1);a.unshift(s);for(let d=i.depth,g=i.pos-1;d>0;d--,g--){let b=i.node(d).type.spec;if(b.defining||b.definingAsContext||b.isolating)break;a.indexOf(d)>-1?s=d:i.before(d)==g&&a.splice(1,0,-d)}let l=a.indexOf(s),c=[],f=r.openStart;for(let d=r.content,g=0;;g++){let b=d.firstChild;if(c.push(b),g==r.openStart)break;d=b.content}for(let d=f-1;d>=0;d--){let g=c[d],b=y8(g.type);if(b&&!g.sameMarkup(i.node(Math.abs(s)-1)))f=d;else if(b||!g.type.isTextblock)break}for(let d=r.openStart;d>=0;d--){let g=(d+f+1)%(r.openStart+1),b=c[g];if(b)for(let m=0;m<a.length;m++){let D=a[(m+l)%a.length],_=!0;D<0&&(_=!1,D=-D);let A=i.node(D-1),R=i.index(D-1);if(A.canReplaceWith(R,R,b.type,b.marks))return n.replace(i.before(D),_?o.after(D):t,new Ct(hk(r.content,0,r.openStart,g),g,r.openEnd))}}let u=n.steps.length;for(let d=a.length-1;d>=0&&(n.replace(e,t,r),!(n.steps.length>u));d--){let g=a[d];g<0||(e=i.before(g),t=o.after(g))}}function hk(n,e,t,r,i){if(e<t){let o=n.firstChild;n=n.replaceChild(0,o.copy(hk(o.content,e+1,t,r,o)))}if(e>r){let o=i.contentMatchAt(0),a=o.fillBefore(n).append(n);n=a.append(o.matchFragment(a).fillBefore(ft.empty,!0))}return n}function m8(n,e,t,r){if(!r.isInline&&e==t&&n.doc.resolve(e).parent.content.size){let i=h8(n.doc,e,r.type);i!=null&&(e=t=i)}n.replaceRange(e,t,new Ct(ft.from(r),0,0))}function v8(n,e,t){let r=n.doc.resolve(e),i=n.doc.resolve(t),o=pk(r,i);for(let a=0;a<o.length;a++){let s=o[a],l=a==o.length-1;if(l&&s==0||r.node(s).type.contentMatch.validEnd)return n.delete(r.start(s),i.end(s));if(s>0&&(l||r.node(s-1).canReplace(r.index(s-1),i.indexAfter(s-1))))return n.delete(r.before(s),i.after(s))}for(let a=1;a<=r.depth&&a<=i.depth;a++)if(e-r.start(a)==r.depth-a&&t>r.end(a)&&i.end(a)-t!=i.depth-a&&r.start(a-1)==i.start(a-1)&&r.node(a-1).canReplace(r.index(a-1),i.index(a-1)))return n.delete(r.before(a),t);n.delete(e,t)}function pk(n,e){let t=[],r=Math.min(n.depth,e.depth);for(let i=r;i>=0;i--){let o=n.start(i);if(o<n.pos-(n.depth-i)||e.end(i)>e.pos+(e.depth-i)||n.node(i).type.spec.isolating||e.node(i).type.spec.isolating)break;(o==e.start(i)||i==n.depth&&i==e.depth&&n.parent.inlineContent&&e.parent.inlineContent&&i&&e.start(i-1)==o-1)&&t.push(i)}return t}class Ph extends na{constructor(e,t,r){super(),this.pos=e,this.attr=t,this.value=r}apply(e){let t=e.nodeAt(this.pos);if(!t)return Di.fail("No node at attribute step's position");let r=Object.create(null);for(let o in t.attrs)r[o]=t.attrs[o];r[this.attr]=this.value;let i=t.type.create(r,null,t.marks);return Di.fromReplace(e,this.pos,this.pos+1,new Ct(ft.from(i),0,t.isLeaf?0:1))}getMap(){return qs.empty}invert(e){return new Ph(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Ph(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.pos!="number"||typeof t.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new Ph(t.pos,t.attr,t.value)}}na.jsonID("attr",Ph);class rg extends na{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let i in e.attrs)t[i]=e.attrs[i];t[this.attr]=this.value;let r=e.type.create(t,e.content,e.marks);return Di.ok(r)}getMap(){return qs.empty}invert(e){return new rg(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,t){if(typeof t.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new rg(t.attr,t.value)}}na.jsonID("docAttr",rg);let Gh=class extends Error{};Gh=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t};Gh.prototype=Object.create(Error.prototype);Gh.prototype.constructor=Gh;Gh.prototype.name="TransformError";class Xx{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Ih}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Gh(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,r=Ct.empty){let i=em(this.doc,e,t,r);return i&&this.step(i),this}replaceWith(e,t,r){return this.replace(e,t,new Ct(ft.from(r),0,0))}delete(e,t){return this.replace(e,t,Ct.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,r){return b8(this,e,t,r),this}replaceRangeWith(e,t,r){return m8(this,e,t,r),this}deleteRange(e,t){return v8(this,e,t),this}lift(e,t){return r8(this,e,t),this}join(e,t=1){return d8(this,e,t),this}wrap(e,t){return a8(this,e,t),this}setBlockType(e,t=e,r,i=null){return s8(this,e,t,r,i),this}setNodeMarkup(e,t,r=null,i){return c8(this,e,t,r,i),this}setNodeAttribute(e,t,r){return this.step(new Ph(e,t,r)),this}setDocAttribute(e,t){return this.step(new rg(e,t)),this}addNodeMark(e,t){return this.step(new ad(e,t)),this}removeNodeMark(e,t){if(!(t instanceof Jn)){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(t=t.isInSet(r.marks),!t)return this}return this.step(new Vh(e,t)),this}split(e,t=1,r){return u8(this,e,t,r),this}addMark(e,t,r){return e8(this,e,t,r),this}removeMark(e,t,r){return t8(this,e,t,r),this}clearIncompatible(e,t,r){return Hx(this,e,t,r),this}}const nv=Object.create(null);class $t{constructor(e,t,r){this.$anchor=e,this.$head=t,this.ranges=r||[new Yx(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t<e.length;t++)if(e[t].$from.pos!=e[t].$to.pos)return!1;return!0}content(){return this.$from.doc.slice(this.from,this.to,!0)}replace(e,t=Ct.empty){let r=t.content.lastChild,i=null;for(let s=0;s<t.openEnd;s++)i=r,r=r.lastChild;let o=e.steps.length,a=this.ranges;for(let s=0;s<a.length;s++){let{$from:l,$to:c}=a[s],f=e.mapping.slice(o);e.replaceRange(f.map(l.pos),f.map(c.pos),s?Ct.empty:t),s==0&&gT(e,o,(r?r.isInline:i&&i.isTextblock)?-1:1)}}replaceWith(e,t){let r=e.steps.length,i=this.ranges;for(let o=0;o<i.length;o++){let{$from:a,$to:s}=i[o],l=e.mapping.slice(r),c=l.map(a.pos),f=l.map(s.pos);o?e.deleteRange(c,f):(e.replaceRangeWith(c,f,t),gT(e,r,t.isInline?-1:1))}}static findFrom(e,t,r=!1){let i=e.parent.inlineContent?new hn(e):kh(e.node(0),e.parent,e.pos,e.index(),t,r);if(i)return i;for(let o=e.depth-1;o>=0;o--){let a=t<0?kh(e.node(0),e.node(o),e.before(o+1),e.index(o),t,r):kh(e.node(0),e.node(o),e.after(o+1),e.index(o)+1,t,r);if(a)return a}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new $s(e.node(0))}static atStart(e){return kh(e,e,0,0,1)||new $s(e)}static atEnd(e){return kh(e,e,e.content.size,e.childCount,-1)||new $s(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=nv[t.type];if(!r)throw new RangeError(`No selection type ${t.type} defined`);return r.fromJSON(e,t)}static jsonID(e,t){if(e in nv)throw new RangeError("Duplicate use of selection JSON ID "+e);return nv[e]=t,t.prototype.jsonID=e,t}getBookmark(){return hn.between(this.$anchor,this.$head).getBookmark()}}$t.prototype.visible=!0;class Yx{constructor(e,t){this.$from=e,this.$to=t}}let hT=!1;function pT(n){!hT&&!n.parent.inlineContent&&(hT=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}class hn extends $t{constructor(e,t=e){pT(e),pT(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,t){let r=e.resolve(t.map(this.head));if(!r.parent.inlineContent)return $t.near(r);let i=e.resolve(t.map(this.anchor));return new hn(i.parent.inlineContent?i:r,r)}replace(e,t=Ct.empty){if(super.replace(e,t),t==Ct.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof hn&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new tm(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,t){if(typeof t.anchor!="number"||typeof t.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new hn(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){let i=e.resolve(t);return new this(i,r==t?i:e.resolve(r))}static between(e,t,r){let i=e.pos-t.pos;if((!r||i)&&(r=i>=0?1:-1),!t.parent.inlineContent){let o=$t.findFrom(t,r,!0)||$t.findFrom(t,-r,!0);if(o)t=o.$head;else return $t.near(t,r)}return e.parent.inlineContent||(i==0?e=t:(e=($t.findFrom(e,-r,!0)||$t.findFrom(e,r,!0)).$anchor,e.pos<t.pos!=i<0&&(e=t))),new hn(e,t)}}$t.jsonID("text",hn);class tm{constructor(e,t){this.anchor=e,this.head=t}map(e){return new tm(e.map(this.anchor),e.map(this.head))}resolve(e){return hn.between(e.resolve(this.anchor),e.resolve(this.head))}}class Zt extends $t{constructor(e){let t=e.nodeAfter,r=e.node(0).resolve(e.pos+t.nodeSize);super(e,r),this.node=t}map(e,t){let{deleted:r,pos:i}=t.mapResult(this.anchor),o=e.resolve(i);return r?$t.near(o):new Zt(o)}content(){return new Ct(ft.from(this.node),0,0)}eq(e){return e instanceof Zt&&e.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new Zx(this.anchor)}static fromJSON(e,t){if(typeof t.anchor!="number")throw new RangeError("Invalid input for NodeSelection.fromJSON");return new Zt(e.resolve(t.anchor))}static create(e,t){return new Zt(e.resolve(t))}static isSelectable(e){return!e.isText&&e.type.spec.selectable!==!1}}Zt.prototype.visible=!1;$t.jsonID("node",Zt);class Zx{constructor(e){this.anchor=e}map(e){let{deleted:t,pos:r}=e.mapResult(this.anchor);return t?new tm(r,r):new Zx(r)}resolve(e){let t=e.resolve(this.anchor),r=t.nodeAfter;return r&&Zt.isSelectable(r)?new Zt(t):$t.near(t)}}class $s extends $t{constructor(e){super(e.resolve(0),e.resolve(e.content.size))}replace(e,t=Ct.empty){if(t==Ct.empty){e.delete(0,e.doc.content.size);let r=$t.atStart(e.doc);r.eq(e.selection)||e.setSelection(r)}else super.replace(e,t)}toJSON(){return{type:"all"}}static fromJSON(e){return new $s(e)}map(e){return new $s(e)}eq(e){return e instanceof $s}getBookmark(){return x8}}$t.jsonID("all",$s);const x8={map(){return this},resolve(n){return new $s(n)}};function kh(n,e,t,r,i,o=!1){if(e.inlineContent)return hn.create(n,t);for(let a=r-(i>0?0:1);i>0?a<e.childCount:a>=0;a+=i){let s=e.child(a);if(s.isAtom){if(!o&&Zt.isSelectable(s))return Zt.create(n,t-(i<0?s.nodeSize:0))}else{let l=kh(n,s,t+i,i<0?s.childCount:0,i,o);if(l)return l}t+=s.nodeSize*i}return null}function gT(n,e,t){let r=n.steps.length-1;if(r<e)return;let i=n.steps[r];if(!(i instanceof ji||i instanceof $i))return;let o=n.mapping.maps[r],a;o.forEach((s,l,c,f)=>{a==null&&(a=f)}),n.setSelection($t.near(n.doc.resolve(a),t))}const yT=1,bT=2,mT=4;let w8=class extends Xx{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor<this.steps.length&&(this.curSelection=this.curSelection.map(this.doc,this.mapping.slice(this.curSelectionFor)),this.curSelectionFor=this.steps.length),this.curSelection}setSelection(e){if(e.$from.doc!=this.doc)throw new RangeError("Selection passed to setSelection must point at the current document");return this.curSelection=e,this.curSelectionFor=this.steps.length,this.updated=(this.updated|yT)&-3,this.storedMarks=null,this}get selectionSet(){return(this.updated&yT)>0}setStoredMarks(e){return this.storedMarks=e,this.updated|=bT,this}ensureMarks(e){return Jn.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&bT)>0}addStep(e,t){super.addStep(e,t),this.updated=this.updated&-3,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let r=this.selection;return t&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||Jn.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,r){let i=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(i.text(e),!0):this.deleteSelection();{if(r==null&&(r=t),r=r??t,!e)return this.deleteRange(t,r);let o=this.storedMarks;if(!o){let a=this.doc.resolve(t);o=r==t?a.marks():a.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(t,r,i.text(e,o)),this.selection.empty||this.setSelection($t.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e=="string"?e:e.key]=t,this}getMeta(e){return this.meta[typeof e=="string"?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=mT,this}get scrolledIntoView(){return(this.updated&mT)>0}};function vT(n,e){return!e||!n?n:n.bind(e)}class Wp{constructor(e,t,r){this.name=e,this.init=vT(t.init,r),this.apply=vT(t.apply,r)}}const D8=[new Wp("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new Wp("selection",{init(n,e){return n.selection||$t.atStart(e.doc)},apply(n){return n.selection}}),new Wp("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new Wp("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}})];class rv{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=D8.slice(),t&&t.forEach(r=>{if(this.pluginsByKey[r.key])throw new RangeError("Adding different instances of a keyed plugin ("+r.key+")");this.plugins.push(r),this.pluginsByKey[r.key]=r,r.spec.state&&this.fields.push(new Wp(r.key,r.spec.state,r))})}}class Oh{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let r=0;r<this.config.plugins.length;r++)if(r!=t){let i=this.config.plugins[r];if(i.spec.filterTransaction&&!i.spec.filterTransaction.call(i,e,this))return!1}return!0}applyTransaction(e){if(!this.filterTransaction(e))return{state:this,transactions:[]};let t=[e],r=this.applyInner(e),i=null;for(;;){let o=!1;for(let a=0;a<this.config.plugins.length;a++){let s=this.config.plugins[a];if(s.spec.appendTransaction){let l=i?i[a].n:0,c=i?i[a].state:this,f=l<t.length&&s.spec.appendTransaction.call(s,l?t.slice(l):t,c,r);if(f&&r.filterTransaction(f,a)){if(f.setMeta("appendedTransaction",e),!i){i=[];for(let u=0;u<this.config.plugins.length;u++)i.push(u<a?{state:r,n:t.length}:{state:this,n:0})}t.push(f),r=r.applyInner(f),o=!0}i&&(i[a]={state:r,n:t.length})}}if(!o)return{state:r,transactions:t}}}applyInner(e){if(!e.before.eq(this.doc))throw new RangeError("Applying a mismatched transaction");let t=new Oh(this.config),r=this.config.fields;for(let i=0;i<r.length;i++){let o=r[i];t[o.name]=o.apply(e,this[o.name],this,t)}return t}get tr(){return new w8(this)}static create(e){let t=new rv(e.doc?e.doc.type.schema:e.schema,e.plugins),r=new Oh(t);for(let i=0;i<t.fields.length;i++)r[t.fields[i].name]=t.fields[i].init(e,r);return r}reconfigure(e){let t=new rv(this.schema,e.plugins),r=t.fields,i=new Oh(t);for(let o=0;o<r.length;o++){let a=r[o].name;i[a]=this.hasOwnProperty(a)?this[a]:r[o].init(e,i)}return i}toJSON(e){let t={doc:this.doc.toJSON(),selection:this.selection.toJSON()};if(this.storedMarks&&(t.storedMarks=this.storedMarks.map(r=>r.toJSON())),e&&typeof e=="object")for(let r in e){if(r=="doc"||r=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let i=e[r],o=i.spec.state;o&&o.toJSON&&(t[r]=o.toJSON.call(i,this[i.key]))}return t}static fromJSON(e,t,r){if(!t)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let i=new rv(e.schema,e.plugins),o=new Oh(i);return i.fields.forEach(a=>{if(a.name=="doc")o.doc=Ac.fromJSON(e.schema,t.doc);else if(a.name=="selection")o.selection=$t.fromJSON(o.doc,t.selection);else if(a.name=="storedMarks")t.storedMarks&&(o.storedMarks=t.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let s in r){let l=r[s],c=l.spec.state;if(l.key==a.name&&c&&c.fromJSON&&Object.prototype.hasOwnProperty.call(t,s)){o[a.name]=c.fromJSON.call(l,e,t[s],o);return}}o[a.name]=a.init(e,o)}}),o}}function gk(n,e,t){for(let r in n){let i=n[r];i instanceof Function?i=i.bind(e):r=="handleDOMEvents"&&(i=gk(i,e,{})),t[r]=i}return t}class uh{constructor(e){this.spec=e,this.props={},e.props&&gk(e.props,this,this.props),this.key=e.key?e.key.key:yk("plugin")}getState(e){return e[this.key]}}const iv=Object.create(null);function yk(n){return n in iv?n+"$"+ ++iv[n]:(iv[n]=0,n+"$")}class Ef{constructor(e="key"){this.key=yk(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const _o=function(n){for(var e=0;;e++)if(n=n.previousSibling,!n)return e},ig=function(n){let e=n.assignedSlot||n.parentNode;return e&&e.nodeType==11?e.host:e};let z2=null;const hf=function(n,e,t){let r=z2||(z2=document.createRange());return r.setEnd(n,t??n.nodeValue.length),r.setStart(n,e||0),r},T8=function(){z2=null},rh=function(n,e,t,r){return t&&(xT(n,e,t,r,-1)||xT(n,e,t,r,1))},E8=/^(img|br|input|textarea|hr)$/i;function xT(n,e,t,r,i){for(;;){if(n==t&&e==r)return!0;if(e==(i<0?0:Kl(n))){let o=n.parentNode;if(!o||o.nodeType!=1||Rg(n)||E8.test(n.nodeName)||n.contentEditable=="false")return!1;e=_o(n)+(i<0?0:1),n=o}else if(n.nodeType==1){if(n=n.childNodes[e+(i<0?-1:0)],n.contentEditable=="false")return!1;e=i<0?Kl(n):0}else return!1}}function Kl(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function _8(n,e){for(;;){if(n.nodeType==3&&e)return n;if(n.nodeType==1&&e>0){if(n.contentEditable=="false")return null;n=n.childNodes[e-1],e=Kl(n)}else if(n.parentNode&&!Rg(n))e=_o(n),n=n.parentNode;else return null}}function C8(n,e){for(;;){if(n.nodeType==3&&e<n.nodeValue.length)return n;if(n.nodeType==1&&e<n.childNodes.length){if(n.contentEditable=="false")return null;n=n.childNodes[e],e=0}else if(n.parentNode&&!Rg(n))e=_o(n)+1,n=n.parentNode;else return null}}function S8(n,e,t){for(let r=e==0,i=e==Kl(n);r||i;){if(n==t)return!0;let o=_o(n);if(n=n.parentNode,!n)return!1;r=r&&o==0,i=i&&o==Kl(n)}}function Rg(n){let e;for(let t=n;t&&!(e=t.pmViewDesc);t=t.parentNode);return e&&e.node&&e.node.isBlock&&(e.dom==n||e.contentDOM==n)}const nm=function(n){return n.focusNode&&rh(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)};function Yd(n,e){let t=document.createEvent("Event");return t.initEvent("keydown",!0,!0),t.keyCode=n,t.key=t.code=e,t}function A8(n){let e=n.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function k8(n,e,t){if(n.caretPositionFromPoint)try{let r=n.caretPositionFromPoint(e,t);if(r)return{node:r.offsetNode,offset:Math.min(Kl(r.offsetNode),r.offset)}}catch{}if(n.caretRangeFromPoint){let r=n.caretRangeFromPoint(e,t);if(r)return{node:r.startContainer,offset:Math.min(Kl(r.startContainer),r.startOffset)}}}const Au=typeof navigator<"u"?navigator:null,wT=typeof document<"u"?document:null,xd=Au&&Au.userAgent||"",H2=/Edge\/(\d+)/.exec(xd),bk=/MSIE \d/.exec(xd),V2=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(xd),Ds=!!(bk||V2||H2),ud=bk?document.documentMode:V2?+V2[1]:H2?+H2[1]:0,kc=!Ds&&/gecko\/(\d+)/i.test(xd);kc&&+(/Firefox\/(\d+)/.exec(xd)||[0,0])[1];const G2=!Ds&&/Chrome\/(\d+)/.exec(xd),Qo=!!G2,mk=G2?+G2[1]:0,Ha=!Ds&&!!Au&&/Apple Computer/.test(Au.vendor),Xh=Ha&&(/Mobile\/\w+/.test(xd)||!!Au&&Au.maxTouchPoints>2),Jl=Xh||(Au?/Mac/.test(Au.platform):!1),R8=Au?/Win/.test(Au.platform):!1,gf=/Android \d/.test(xd),Ug=!!wT&&"webkitFontSmoothing"in wT.documentElement.style,U8=Ug?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function F8(n){let e=n.defaultView&&n.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:n.documentElement.clientWidth,top:0,bottom:n.documentElement.clientHeight}}function rf(n,e){return typeof n=="number"?n:n[e]}function O8(n){let e=n.getBoundingClientRect(),t=e.width/n.offsetWidth||1,r=e.height/n.offsetHeight||1;return{left:e.left,right:e.left+n.clientWidth*t,top:e.top,bottom:e.top+n.clientHeight*r}}function DT(n,e,t){let r=n.someProp("scrollThreshold")||0,i=n.someProp("scrollMargin")||5,o=n.dom.ownerDocument;for(let a=t||n.dom;a;a=ig(a)){if(a.nodeType!=1)continue;let s=a,l=s==o.body,c=l?F8(o):O8(s),f=0,u=0;if(e.top<c.top+rf(r,"top")?u=-(c.top-e.top+rf(i,"top")):e.bottom>c.bottom-rf(r,"bottom")&&(u=e.bottom-e.top>c.bottom-c.top?e.top+rf(i,"top")-c.top:e.bottom-c.bottom+rf(i,"bottom")),e.left<c.left+rf(r,"left")?f=-(c.left-e.left+rf(i,"left")):e.right>c.right-rf(r,"right")&&(f=e.right-c.right+rf(i,"right")),f||u)if(l)o.defaultView.scrollBy(f,u);else{let d=s.scrollLeft,g=s.scrollTop;u&&(s.scrollTop+=u),f&&(s.scrollLeft+=f);let b=s.scrollLeft-d,m=s.scrollTop-g;e={left:e.left-b,top:e.top-m,right:e.right-b,bottom:e.bottom-m}}if(l||/^(fixed|sticky)$/.test(getComputedStyle(a).position))break}}function I8(n){let e=n.dom.getBoundingClientRect(),t=Math.max(0,e.top),r,i;for(let o=(e.left+e.right)/2,a=t+1;a<Math.min(innerHeight,e.bottom);a+=5){let s=n.root.elementFromPoint(o,a);if(!s||s==n.dom||!n.dom.contains(s))continue;let l=s.getBoundingClientRect();if(l.top>=t-20){r=s,i=l.top;break}}return{refDOM:r,refTop:i,stack:vk(n.dom)}}function vk(n){let e=[],t=n.ownerDocument;for(let r=n;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),n!=t);r=ig(r));return e}function M8({refDOM:n,refTop:e,stack:t}){let r=n?n.getBoundingClientRect().top:0;xk(t,r==0?0:r-e)}function xk(n,e){for(let t=0;t<n.length;t++){let{dom:r,top:i,left:o}=n[t];r.scrollTop!=i+e&&(r.scrollTop=i+e),r.scrollLeft!=o&&(r.scrollLeft=o)}}let Th=null;function P8(n){if(n.setActive)return n.setActive();if(Th)return n.focus(Th);let e=vk(n);n.focus(Th==null?{get preventScroll(){return Th={preventScroll:!0},!0}}:void 0),Th||(Th=!1,xk(e,0))}function wk(n,e){let t,r=2e8,i,o=0,a=e.top,s=e.top,l,c;for(let f=n.firstChild,u=0;f;f=f.nextSibling,u++){let d;if(f.nodeType==1)d=f.getClientRects();else if(f.nodeType==3)d=hf(f).getClientRects();else continue;for(let g=0;g<d.length;g++){let b=d[g];if(b.top<=a&&b.bottom>=s){a=Math.max(b.bottom,a),s=Math.min(b.top,s);let m=b.left>e.left?b.left-e.left:b.right<e.left?e.left-b.right:0;if(m<r){t=f,r=m,i=m&&t.nodeType==3?{left:b.right<e.left?b.right:b.left,top:e.top}:e,f.nodeType==1&&m&&(o=u+(e.left>=(b.left+b.right)/2?1:0));continue}}else b.top>e.top&&!l&&b.left<=e.left&&b.right>=e.left&&(l=f,c={left:Math.max(b.left,Math.min(b.right,e.left)),top:b.top});!t&&(e.left>=b.right&&e.top>=b.top||e.left>=b.left&&e.top>=b.bottom)&&(o=u+1)}}return!t&&l&&(t=l,i=c,r=0),t&&t.nodeType==3?N8(t,i):!t||r&&t.nodeType==1?{node:n,offset:o}:wk(t,i)}function N8(n,e){let t=n.nodeValue.length,r=document.createRange();for(let i=0;i<t;i++){r.setEnd(n,i+1),r.setStart(n,i);let o=Qf(r,1);if(o.top!=o.bottom&&Jx(e,o))return{node:n,offset:i+(e.left>=(o.left+o.right)/2?1:0)}}return{node:n,offset:0}}function Jx(n,e){return n.left>=e.left-1&&n.left<=e.right+1&&n.top>=e.top-1&&n.top<=e.bottom+1}function B8(n,e){let t=n.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left<n.getBoundingClientRect().left?t:n}function L8(n,e,t){let{node:r,offset:i}=wk(e,t),o=-1;if(r.nodeType==1&&!r.firstChild){let a=r.getBoundingClientRect();o=a.left!=a.right&&t.left>(a.left+a.right)/2?1:-1}return n.docView.posFromDOM(r,i,o)}function W8(n,e,t,r){let i=-1;for(let o=e,a=!1;o!=n.dom;){let s=n.docView.nearestDesc(o,!0),l;if(!s)return null;if(s.dom.nodeType==1&&(s.node.isBlock&&s.parent||!s.contentDOM)&&((l=s.dom.getBoundingClientRect()).width||l.height)&&(s.node.isBlock&&s.parent&&(!a&&l.left>r.left||l.top>r.top?i=s.posBefore:(!a&&l.right<r.left||l.bottom<r.top)&&(i=s.posAfter),a=!0),!s.contentDOM&&i<0&&!s.node.isText))return(s.node.isBlock?r.top<(l.top+l.bottom)/2:r.left<(l.left+l.right)/2)?s.posBefore:s.posAfter;o=s.dom.parentNode}return i>-1?i:n.docView.posFromDOM(e,t,-1)}function Dk(n,e,t){let r=n.childNodes.length;if(r&&t.top<t.bottom)for(let i=Math.max(0,Math.min(r-1,Math.floor(r*(e.top-t.top)/(t.bottom-t.top))-2)),o=i;;){let a=n.childNodes[o];if(a.nodeType==1){let s=a.getClientRects();for(let l=0;l<s.length;l++){let c=s[l];if(Jx(e,c))return Dk(a,e,c)}}if((o=(o+1)%r)==i)break}return n}function z8(n,e){let t=n.dom.ownerDocument,r,i=0,o=k8(t,e.left,e.top);o&&({node:r,offset:i}=o);let a=(n.root.elementFromPoint?n.root:t).elementFromPoint(e.left,e.top),s;if(!a||!n.dom.contains(a.nodeType!=1?a.parentNode:a)){let c=n.dom.getBoundingClientRect();if(!Jx(e,c)||(a=Dk(n.dom,e,c),!a))return null}if(Ha)for(let c=a;r&&c;c=ig(c))c.draggable&&(r=void 0);if(a=B8(a,e),r){if(kc&&r.nodeType==1&&(i=Math.min(i,r.childNodes.length),i<r.childNodes.length)){let f=r.childNodes[i],u;f.nodeName=="IMG"&&(u=f.getBoundingClientRect()).right<=e.left&&u.bottom>e.top&&i++}let c;Ug&&i&&r.nodeType==1&&(c=r.childNodes[i-1]).nodeType==1&&c.contentEditable=="false"&&c.getBoundingClientRect().top>=e.top&&i--,r==n.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?s=n.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!="BR")&&(s=W8(n,r,i,e))}s==null&&(s=L8(n,a,e));let l=n.docView.nearestDesc(a,!0);return{pos:s,inside:l?l.posAtStart-l.border:-1}}function TT(n){return n.top<n.bottom||n.left<n.right}function Qf(n,e){let t=n.getClientRects();if(t.length){let r=t[e<0?0:t.length-1];if(TT(r))return r}return Array.prototype.find.call(t,TT)||n.getBoundingClientRect()}const H8=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function Tk(n,e,t){let{node:r,offset:i,atom:o}=n.docView.domFromPos(e,t<0?-1:1),a=Ug||kc;if(r.nodeType==3)if(a&&(H8.test(r.nodeValue)||(t<0?!i:i==r.nodeValue.length))){let l=Qf(hf(r,i,i),t);if(kc&&i&&/\s/.test(r.nodeValue[i-1])&&i<r.nodeValue.length){let c=Qf(hf(r,i-1,i-1),-1);if(c.top==l.top){let f=Qf(hf(r,i,i+1),-1);if(f.top!=l.top)return bp(f,f.left<c.left)}}return l}else{let l=i,c=i,f=t<0?1:-1;return t<0&&!i?(c++,f=-1):t>=0&&i==r.nodeValue.length?(l--,f=1):t<0?l--:c++,bp(Qf(hf(r,l,c),f),f<0)}if(!n.state.doc.resolve(e-(o||0)).parent.inlineContent){if(o==null&&i&&(t<0||i==Kl(r))){let l=r.childNodes[i-1];if(l.nodeType==1)return ov(l.getBoundingClientRect(),!1)}if(o==null&&i<Kl(r)){let l=r.childNodes[i];if(l.nodeType==1)return ov(l.getBoundingClientRect(),!0)}return ov(r.getBoundingClientRect(),t>=0)}if(o==null&&i&&(t<0||i==Kl(r))){let l=r.childNodes[i-1],c=l.nodeType==3?hf(l,Kl(l)-(a?0:1)):l.nodeType==1&&(l.nodeName!="BR"||!l.nextSibling)?l:null;if(c)return bp(Qf(c,1),!1)}if(o==null&&i<Kl(r)){let l=r.childNodes[i];for(;l.pmViewDesc&&l.pmViewDesc.ignoreForCoords;)l=l.nextSibling;let c=l?l.nodeType==3?hf(l,0,a?0:1):l.nodeType==1?l:null:null;if(c)return bp(Qf(c,-1),!0)}return bp(Qf(r.nodeType==3?hf(r):r,-t),t>=0)}function bp(n,e){if(n.width==0)return n;let t=e?n.left:n.right;return{top:n.top,bottom:n.bottom,left:t,right:t}}function ov(n,e){if(n.height==0)return n;let t=e?n.top:n.bottom;return{top:t,bottom:t,left:n.left,right:n.right}}function Ek(n,e,t){let r=n.state,i=n.root.activeElement;r!=e&&n.updateState(e),i!=n.dom&&n.focus();try{return t()}finally{r!=e&&n.updateState(r),i!=n.dom&&i&&i.focus()}}function V8(n,e,t){let r=e.selection,i=t=="up"?r.$from:r.$to;return Ek(n,e,()=>{let{node:o}=n.docView.domFromPos(i.pos,t=="up"?-1:1);for(;;){let s=n.docView.nearestDesc(o,!0);if(!s)break;if(s.node.isBlock){o=s.contentDOM||s.dom;break}o=s.dom.parentNode}let a=Tk(n,i.pos,1);for(let s=o.firstChild;s;s=s.nextSibling){let l;if(s.nodeType==1)l=s.getClientRects();else if(s.nodeType==3)l=hf(s,0,s.nodeValue.length).getClientRects();else continue;for(let c=0;c<l.length;c++){let f=l[c];if(f.bottom>f.top+1&&(t=="up"?a.top-f.top>(f.bottom-a.top)*2:f.bottom-a.bottom>(a.bottom-f.top)*2))return!1}}return!0})}const G8=/[\u0590-\u08ac]/;function X8(n,e,t){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,o=!i,a=i==r.parent.content.size,s=n.domSelection();return s?!G8.test(r.parent.textContent)||!s.modify?t=="left"||t=="backward"?o:a:Ek(n,e,()=>{let{focusNode:l,focusOffset:c,anchorNode:f,anchorOffset:u}=n.domSelectionRange(),d=s.caretBidiLevel;s.modify("move",t,"character");let g=r.depth?n.docView.domAfterPos(r.before()):n.dom,{focusNode:b,focusOffset:m}=n.domSelectionRange(),D=b&&!g.contains(b.nodeType==1?b:b.parentNode)||l==b&&c==m;try{s.collapse(f,u),l&&(l!=f||c!=u)&&s.extend&&s.extend(l,c)}catch{}return d!=null&&(s.caretBidiLevel=d),D}):r.pos==r.start()||r.pos==r.end()}let ET=null,_T=null,CT=!1;function Y8(n,e,t){return ET==e&&_T==t?CT:(ET=e,_T=t,CT=t=="up"||t=="down"?V8(n,e,t):X8(n,e,t))}const ql=0,ST=1,Zd=2,ku=3;class Fg{constructor(e,t,r,i){this.parent=e,this.children=t,this.dom=r,this.contentDOM=i,this.dirty=ql,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;t<this.children.length;t++)e+=this.children[t].size;return e}get border(){return 0}destroy(){this.parent=void 0,this.dom.pmViewDesc==this&&(this.dom.pmViewDesc=void 0);for(let e=0;e<this.children.length;e++)this.children[e].destroy()}posBeforeChild(e){for(let t=0,r=this.posAtStart;;t++){let i=this.children[t];if(i==e)return r;r+=i.size}}get posBefore(){return this.parent.posBeforeChild(this)}get posAtStart(){return this.parent?this.parent.posBeforeChild(this)+this.border:0}get posAfter(){return this.posBefore+this.size}get posAtEnd(){return this.posAtStart+this.size-2*this.border}localPosFromDOM(e,t,r){if(this.contentDOM&&this.contentDOM.contains(e.nodeType==1?e:e.parentNode))if(r<0){let o,a;if(e==this.contentDOM)o=e.childNodes[t-1];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;o=e.previousSibling}for(;o&&!((a=o.pmViewDesc)&&a.parent==this);)o=o.previousSibling;return o?this.posBeforeChild(a)+a.size:this.posAtStart}else{let o,a;if(e==this.contentDOM)o=e.childNodes[t];else{for(;e.parentNode!=this.contentDOM;)e=e.parentNode;o=e.nextSibling}for(;o&&!((a=o.pmViewDesc)&&a.parent==this);)o=o.nextSibling;return o?this.posBeforeChild(a):this.posAtEnd}let i;if(e==this.dom&&this.contentDOM)i=t>_o(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))i=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let o=e;;o=o.parentNode){if(o==this.dom){i=!1;break}if(o.previousSibling)break}if(i==null&&t==e.childNodes.length)for(let o=e;;o=o.parentNode){if(o==this.dom){i=!0;break}if(o.nextSibling)break}}return i??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let r=!0,i=e;i;i=i.parentNode){let o=this.getDesc(i),a;if(o&&(!t||o.node))if(r&&(a=o.nodeDOM)&&!(a.nodeType==1?a.contains(e.nodeType==1?e:e.parentNode):a==e))r=!1;else return o}}getDesc(e){let t=e.pmViewDesc;for(let r=t;r;r=r.parent)if(r==this)return t}posFromDOM(e,t,r){for(let i=e;i;i=i.parentNode){let o=this.getDesc(i);if(o)return o.localPosFromDOM(e,t,r)}return-1}descAt(e){for(let t=0,r=0;t<this.children.length;t++){let i=this.children[t],o=r+i.size;if(r==e&&o!=r){for(;!i.border&&i.children.length;)for(let a=0;a<i.children.length;a++){let s=i.children[a];if(s.size){i=s;break}}return i}if(e<o)return i.descAt(e-r-i.border);r=o}}domFromPos(e,t){if(!this.contentDOM)return{node:this.dom,offset:0,atom:e+1};let r=0,i=0;for(let o=0;r<this.children.length;r++){let a=this.children[r],s=o+a.size;if(s>e||a instanceof Ck){i=e-o;break}o=s}if(i)return this.children[r].domFromPos(i-this.children[r].border,t);for(let o;r&&!(o=this.children[r-1]).size&&o instanceof _k&&o.side>=0;r--);if(t<=0){let o,a=!0;for(;o=r?this.children[r-1]:null,!(!o||o.dom.parentNode==this.contentDOM);r--,a=!1);return o&&t&&a&&!o.border&&!o.domAtom?o.domFromPos(o.size,t):{node:this.contentDOM,offset:o?_o(o.dom)+1:0}}else{let o,a=!0;for(;o=r<this.children.length?this.children[r]:null,!(!o||o.dom.parentNode==this.contentDOM);r++,a=!1);return o&&a&&!o.border&&!o.domAtom?o.domFromPos(0,t):{node:this.contentDOM,offset:o?_o(o.dom):this.contentDOM.childNodes.length}}}parseRange(e,t,r=0){if(this.children.length==0)return{node:this.contentDOM,from:e,to:t,fromOffset:0,toOffset:this.contentDOM.childNodes.length};let i=-1,o=-1;for(let a=r,s=0;;s++){let l=this.children[s],c=a+l.size;if(i==-1&&e<=c){let f=a+l.border;if(e>=f&&t<=c-l.border&&l.node&&l.contentDOM&&this.contentDOM.contains(l.contentDOM))return l.parseRange(e,t,f);e=a;for(let u=s;u>0;u--){let d=this.children[u-1];if(d.size&&d.dom.parentNode==this.contentDOM&&!d.emptyChildAt(1)){i=_o(d.dom)+1;break}e-=d.size}i==-1&&(i=0)}if(i>-1&&(c>t||s==this.children.length-1)){t=c;for(let f=s+1;f<this.children.length;f++){let u=this.children[f];if(u.size&&u.dom.parentNode==this.contentDOM&&!u.emptyChildAt(-1)){o=_o(u.dom);break}t+=u.size}o==-1&&(o=this.contentDOM.childNodes.length);break}a=c}return{node:this.contentDOM,from:e,to:t,fromOffset:i,toOffset:o}}emptyChildAt(e){if(this.border||!this.contentDOM||!this.children.length)return!1;let t=this.children[e<0?0:this.children.length-1];return t.size==0||t.emptyChildAt(e)}domAfterPos(e){let{node:t,offset:r}=this.domFromPos(e,0);if(t.nodeType!=1||r==t.childNodes.length)throw new RangeError("No node after pos "+e);return t.childNodes[r]}setSelection(e,t,r,i=!1){let o=Math.min(e,t),a=Math.max(e,t);for(let g=0,b=0;g<this.children.length;g++){let m=this.children[g],D=b+m.size;if(o>b&&a<D)return m.setSelection(e-b-m.border,t-b-m.border,r,i);b=D}let s=this.domFromPos(e,e?-1:1),l=t==e?s:this.domFromPos(t,t?-1:1),c=r.root.getSelection(),f=r.domSelectionRange(),u=!1;if((kc||Ha)&&e==t){let{node:g,offset:b}=s;if(g.nodeType==3){if(u=!!(b&&g.nodeValue[b-1]==`
|
|
6
|
-
`),u&&b==g.nodeValue.length)for(let m=g,D;m;m=m.parentNode){if(D=m.nextSibling){D.nodeName=="BR"&&(s=l={node:D.parentNode,offset:_o(D)+1});break}let _=m.pmViewDesc;if(_&&_.node&&_.node.isBlock)break}}else{let m=g.childNodes[b-1];u=m&&(m.nodeName=="BR"||m.contentEditable=="false")}}if(kc&&f.focusNode&&f.focusNode!=l.node&&f.focusNode.nodeType==1){let g=f.focusNode.childNodes[f.focusOffset];g&&g.contentEditable=="false"&&(i=!0)}if(!(i||u&&Ha)&&rh(s.node,s.offset,f.anchorNode,f.anchorOffset)&&rh(l.node,l.offset,f.focusNode,f.focusOffset))return;let d=!1;if((c.extend||e==t)&&!u){c.collapse(s.node,s.offset);try{e!=t&&c.extend(l.node,l.offset),d=!0}catch{}}if(!d){if(e>t){let b=s;s=l,l=b}let g=document.createRange();g.setEnd(l.node,l.offset),g.setStart(s.node,s.offset),c.removeAllRanges(),c.addRange(g)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let r=0,i=0;i<this.children.length;i++){let o=this.children[i],a=r+o.size;if(r==a?e<=a&&t>=r:e<a&&t>r){let s=r+o.border,l=a-o.border;if(e>=s&&t<=l){this.dirty=e==r||t==a?Zd:ST,e==s&&t==l&&(o.contentLost||o.dom.parentNode!=this.contentDOM)?o.dirty=ku:o.markDirty(e-s,t-s);return}else o.dirty=o.dom==o.contentDOM&&o.dom.parentNode==this.contentDOM&&!o.children.length?Zd:ku}r=a}this.dirty=Zd}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let r=e==1?Zd:ST;t.dirty<r&&(t.dirty=r)}}get domAtom(){return!1}get ignoreForCoords(){return!1}isText(e){return!1}}class _k extends Fg{constructor(e,t,r,i){let o,a=t.type.toDOM;if(typeof a=="function"&&(a=a(r,()=>{if(!o)return i;if(o.parent)return o.parent.posBeforeChild(o)})),!t.type.spec.raw){if(a.nodeType!=1){let s=document.createElement("span");s.appendChild(a),a=s}a.contentEditable="false",a.classList.add("ProseMirror-widget")}super(e,[],a,null),this.widget=t,this.widget=t,o=this}matchesWidget(e){return this.dirty==ql&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get side(){return this.widget.type.side}}class Z8 extends Fg{constructor(e,t,r,i){super(e,[],t,null),this.textDOM=r,this.text=i}get size(){return this.text.length}localPosFromDOM(e,t){return e!=this.textDOM?this.posAtStart+(t?this.size:0):this.posAtStart+t}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class ih extends Fg{constructor(e,t,r,i,o){super(e,[],r,i),this.mark=t,this.spec=o}static create(e,t,r,i){let o=i.nodeViews[t.type.name],a=o&&o(t,i,r);return(!a||!a.dom)&&(a=ch.renderSpec(document,t.type.spec.toDOM(t,r),null,t.attrs)),new ih(e,t,a.dom,a.contentDOM||a.dom,a)}parseRule(){return this.dirty&ku||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=ku&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ql){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty<this.dirty&&(r.dirty=this.dirty),this.dirty=ql}}slice(e,t,r){let i=ih.create(this.parent,this.mark,!0,r),o=this.children,a=this.size;t<a&&(o=Y2(o,t,a,r)),e>0&&(o=Y2(o,0,e,r));for(let s=0;s<o.length;s++)o[s].parent=i;return i.children=o,i}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}}class fd extends Fg{constructor(e,t,r,i,o,a,s,l,c){super(e,[],o,a),this.node=t,this.outerDeco=r,this.innerDeco=i,this.nodeDOM=s}static create(e,t,r,i,o,a){let s=o.nodeViews[t.type.name],l,c=s&&s(t,o,()=>{if(!l)return a;if(l.parent)return l.parent.posBeforeChild(l)},r,i),f=c&&c.dom,u=c&&c.contentDOM;if(t.isText){if(!f)f=document.createTextNode(t.text);else if(f.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else f||({dom:f,contentDOM:u}=ch.renderSpec(document,t.type.spec.toDOM(t),null,t.attrs));!u&&!t.isText&&f.nodeName!="BR"&&(f.hasAttribute("contenteditable")||(f.contentEditable="false"),t.type.spec.draggable&&(f.draggable=!0));let d=f;return f=kk(f,r,t),c?l=new J8(e,t,r,i,f,u||null,d,c,o,a+1):t.isText?new rm(e,t,r,i,f,d,o):new fd(e,t,r,i,f,u||null,d,o,a+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let r=this.children[t];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>ft.empty)}return e}matchesNode(e,t,r){return this.dirty==ql&&e.eq(this.node)&&ab(t,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,t){let r=this.node.inlineContent,i=t,o=e.composing?this.localCompositionInfo(e,t):null,a=o&&o.pos>-1?o:null,s=o&&o.pos<0,l=new Q8(this,a&&a.node,e);$8(this.node,this.innerDeco,(c,f,u)=>{c.spec.marks?l.syncToMarks(c.spec.marks,r,e):c.type.side>=0&&!u&&l.syncToMarks(f==this.node.childCount?Jn.none:this.node.child(f).marks,r,e),l.placeWidget(c,e,i)},(c,f,u,d)=>{l.syncToMarks(c.marks,r,e);let g;l.findNodeMatch(c,f,u,d)||s&&e.state.selection.from>i&&e.state.selection.to<i+c.nodeSize&&(g=l.findIndexWithChild(o.node))>-1&&l.updateNodeAt(c,f,u,g,e)||l.updateNextNode(c,f,u,e,d,i)||l.addNode(c,f,u,e,i),i+=c.nodeSize}),l.syncToMarks([],r,e),this.node.isTextblock&&l.addTextblockHacks(),l.destroyRest(),(l.changed||this.dirty==Zd)&&(a&&this.protectLocalComposition(e,a),Sk(this.contentDOM,this.children,e),Xh&&e4(this.dom))}localCompositionInfo(e,t){let{from:r,to:i}=e.state.selection;if(!(e.state.selection instanceof hn)||r<t||i>t+this.node.content.size)return null;let o=e.input.compositionNode;if(!o||!this.dom.contains(o.parentNode))return null;if(this.node.inlineContent){let a=o.nodeValue,s=t4(this.node.content,a,r-t,i-t);return s<0?null:{node:o,pos:s,text:a}}else return{node:o,pos:-1,text:""}}protectLocalComposition(e,{node:t,pos:r,text:i}){if(this.getDesc(t))return;let o=t;for(;o.parentNode!=this.contentDOM;o=o.parentNode){for(;o.previousSibling;)o.parentNode.removeChild(o.previousSibling);for(;o.nextSibling;)o.parentNode.removeChild(o.nextSibling);o.pmViewDesc&&(o.pmViewDesc=void 0)}let a=new Z8(this,o,t,i);e.input.compositionNodes.push(a),this.children=Y2(this.children,r,r+i.length,e,a)}update(e,t,r,i){return this.dirty==ku||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,r,i),!0)}updateInner(e,t,r,i){this.updateOuterDeco(t),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(i,this.posAtStart),this.dirty=ql}updateOuterDeco(e){if(ab(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=Ak(this.dom,this.nodeDOM,X2(this.outerDeco,this.node,t),X2(e,this.node,t)),this.dom!=r&&(r.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.dom.draggable=!0)}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.dom.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function AT(n,e,t,r,i){kk(r,e,n);let o=new fd(void 0,n,e,t,r,r,r,i,0);return o.contentDOM&&o.updateChildren(i,0),o}class rm extends fd{constructor(e,t,r,i,o,a,s){super(e,t,r,i,o,null,a,s,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,r,i){return this.dirty==ku||this.dirty!=ql&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ql||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,i.trackWrites==this.nodeDOM&&(i.trackWrites=null)),this.node=e,this.dirty=ql,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,r){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,t,r){let i=this.node.cut(e,t),o=document.createTextNode(i.text);return new rm(this.parent,i,this.outerDeco,this.innerDeco,o,o,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=ku)}get domAtom(){return!1}isText(e){return this.node.text==e}}class Ck extends Fg{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ql&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class J8 extends fd{constructor(e,t,r,i,o,a,s,l,c,f){super(e,t,r,i,o,a,s,c,f),this.spec=l}update(e,t,r,i){if(this.dirty==ku)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let o=this.spec.update(e,t,r);return o&&this.updateInner(e,t,r,i),o}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,t,r,i)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,r,i){this.spec.setSelection?this.spec.setSelection(e,t,r.root):super.setSelection(e,t,r,i)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function Sk(n,e,t){let r=n.firstChild,i=!1;for(let o=0;o<e.length;o++){let a=e[o],s=a.dom;if(s.parentNode==n){for(;s!=r;)r=kT(r),i=!0;r=r.nextSibling}else i=!0,n.insertBefore(s,r);if(a instanceof ih){let l=r?r.previousSibling:n.lastChild;Sk(a.contentDOM,a.children,t),r=l?l.nextSibling:n.firstChild}}for(;r;)r=kT(r),i=!0;i&&t.trackWrites==n&&(t.trackWrites=null)}const Vp=function(n){n&&(this.nodeName=n)};Vp.prototype=Object.create(null);const Jd=[new Vp];function X2(n,e,t){if(n.length==0)return Jd;let r=t?Jd[0]:new Vp,i=[r];for(let o=0;o<n.length;o++){let a=n[o].type.attrs;if(a){a.nodeName&&i.push(r=new Vp(a.nodeName));for(let s in a){let l=a[s];l!=null&&(t&&i.length==1&&i.push(r=new Vp(e.isInline?"span":"div")),s=="class"?r.class=(r.class?r.class+" ":"")+l:s=="style"?r.style=(r.style?r.style+";":"")+l:s!="nodeName"&&(r[s]=l))}}}return i}function Ak(n,e,t,r){if(t==Jd&&r==Jd)return e;let i=e;for(let o=0;o<r.length;o++){let a=r[o],s=t[o];if(o){let l;s&&s.nodeName==a.nodeName&&i!=n&&(l=i.parentNode)&&l.nodeName.toLowerCase()==a.nodeName||(l=document.createElement(a.nodeName),l.pmIsDeco=!0,l.appendChild(i),s=Jd[0]),i=l}K8(i,s||Jd[0],a)}return i}function K8(n,e,t){for(let r in e)r!="class"&&r!="style"&&r!="nodeName"&&!(r in t)&&n.removeAttribute(r);for(let r in t)r!="class"&&r!="style"&&r!="nodeName"&&t[r]!=e[r]&&n.setAttribute(r,t[r]);if(e.class!=t.class){let r=e.class?e.class.split(" ").filter(Boolean):[],i=t.class?t.class.split(" ").filter(Boolean):[];for(let o=0;o<r.length;o++)i.indexOf(r[o])==-1&&n.classList.remove(r[o]);for(let o=0;o<i.length;o++)r.indexOf(i[o])==-1&&n.classList.add(i[o]);n.classList.length==0&&n.removeAttribute("class")}if(e.style!=t.style){if(e.style){let r=/\s*([\w\-\xa1-\uffff]+)\s*:(?:"(?:\\.|[^"])*"|'(?:\\.|[^'])*'|\(.*?\)|[^;])*/g,i;for(;i=r.exec(e.style);)n.style.removeProperty(i[1])}t.style&&(n.style.cssText+=t.style)}}function kk(n,e,t){return Ak(n,n,Jd,X2(e,t,n.nodeType!=1))}function ab(n,e){if(n.length!=e.length)return!1;for(let t=0;t<n.length;t++)if(!n[t].type.eq(e[t].type))return!1;return!0}function kT(n){let e=n.nextSibling;return n.parentNode.removeChild(n),e}class Q8{constructor(e,t,r){this.lock=t,this.view=r,this.index=0,this.stack=[],this.changed=!1,this.top=e,this.preMatch=q8(e.node.content,e)}destroyBetween(e,t){if(e!=t){for(let r=e;r<t;r++)this.top.children[r].destroy();this.top.children.splice(e,t-e),this.changed=!0}}destroyRest(){this.destroyBetween(this.index,this.top.children.length)}syncToMarks(e,t,r){let i=0,o=this.stack.length>>1,a=Math.min(o,e.length);for(;i<a&&(i==o-1?this.top:this.stack[i+1<<1]).matchesMark(e[i])&&e[i].type.spec.spanning!==!1;)i++;for(;i<o;)this.destroyRest(),this.top.dirty=ql,this.index=this.stack.pop(),this.top=this.stack.pop(),o--;for(;o<e.length;){this.stack.push(this.top,this.index+1);let s=-1;for(let l=this.index;l<Math.min(this.index+3,this.top.children.length);l++){let c=this.top.children[l];if(c.matchesMark(e[o])&&!this.isLocked(c.dom)){s=l;break}}if(s>-1)s>this.index&&(this.changed=!0,this.destroyBetween(this.index,s)),this.top=this.top.children[this.index];else{let l=ih.create(this.top,e[o],t,r);this.top.children.splice(this.index,0,l),this.top=l,this.changed=!0}this.index=0,o++}}findNodeMatch(e,t,r,i){let o=-1,a;if(i>=this.preMatch.index&&(a=this.preMatch.matches[i-this.preMatch.index]).parent==this.top&&a.matchesNode(e,t,r))o=this.top.children.indexOf(a,this.index);else for(let s=this.index,l=Math.min(this.top.children.length,s+5);s<l;s++){let c=this.top.children[s];if(c.matchesNode(e,t,r)&&!this.preMatch.matched.has(c)){o=s;break}}return o<0?!1:(this.destroyBetween(this.index,o),this.index++,!0)}updateNodeAt(e,t,r,i,o){let a=this.top.children[i];return a.dirty==ku&&a.dom==a.contentDOM&&(a.dirty=Zd),a.update(e,t,r,o)?(this.destroyBetween(this.index,i),this.index++,!0):!1}findIndexWithChild(e){for(;;){let t=e.parentNode;if(!t)return-1;if(t==this.top.contentDOM){let r=e.pmViewDesc;if(r){for(let i=this.index;i<this.top.children.length;i++)if(this.top.children[i]==r)return i}return-1}e=t}}updateNextNode(e,t,r,i,o,a){for(let s=this.index;s<this.top.children.length;s++){let l=this.top.children[s];if(l instanceof fd){let c=this.preMatch.matched.get(l);if(c!=null&&c!=o)return!1;let f=l.dom,u,d=this.isLocked(f)&&!(e.isText&&l.node&&l.node.isText&&l.nodeDOM.nodeValue==e.text&&l.dirty!=ku&&ab(t,l.outerDeco));if(!d&&l.update(e,t,r,i))return this.destroyBetween(this.index,s),l.dom!=f&&(this.changed=!0),this.index++,!0;if(!d&&(u=this.recreateWrapper(l,e,t,r,i,a)))return this.destroyBetween(this.index,s),this.top.children[this.index]=u,u.contentDOM&&(u.dirty=Zd,u.updateChildren(i,a+1),u.dirty=ql),this.changed=!0,this.index++,!0;break}}return!1}recreateWrapper(e,t,r,i,o,a){if(e.dirty||t.isAtom||!e.children.length||!e.node.content.eq(t.content)||!ab(r,e.outerDeco)||!i.eq(e.innerDeco))return null;let s=fd.create(this.top,t,r,i,o,a);if(s.contentDOM){s.children=e.children,e.children=[];for(let l of s.children)l.parent=s}return e.destroy(),s}addNode(e,t,r,i,o){let a=fd.create(this.top,e,t,r,i,o);a.contentDOM&&a.updateChildren(i,o+1),this.top.children.splice(this.index++,0,a),this.changed=!0}placeWidget(e,t,r){let i=this.index<this.top.children.length?this.top.children[this.index]:null;if(i&&i.matchesWidget(e)&&(e==i.widget||!i.widget.type.toDOM.parentNode))this.index++;else{let o=new _k(this.top,e,t,r);this.top.children.splice(this.index++,0,o),this.changed=!0}}addTextblockHacks(){let e=this.top.children[this.index-1],t=this.top;for(;e instanceof ih;)t=e,e=t.children[t.children.length-1];(!e||!(e instanceof rm)||/\n$/.test(e.node.text)||this.view.requiresGeckoHackNode&&/\s$/.test(e.node.text))&&((Ha||Qo)&&e&&e.dom.contentEditable=="false"&&this.addHackNode("IMG",t),this.addHackNode("BR",this.top))}addHackNode(e,t){if(t==this.top&&this.index<t.children.length&&t.children[this.index].matchesHack(e))this.index++;else{let r=document.createElement(e);e=="IMG"&&(r.className="ProseMirror-separator",r.alt=""),e=="BR"&&(r.className="ProseMirror-trailingBreak");let i=new Ck(this.top,[],r,null);t!=this.top?t.children.push(i):t.children.splice(this.index++,0,i),this.changed=!0}}isLocked(e){return this.lock&&(e==this.lock||e.nodeType==1&&e.contains(this.lock.parentNode))}}function q8(n,e){let t=e,r=t.children.length,i=n.childCount,o=new Map,a=[];e:for(;i>0;){let s;for(;;)if(r){let c=t.children[r-1];if(c instanceof ih)t=c,r=c.children.length;else{s=c,r--;break}}else{if(t==e)break e;r=t.parent.children.indexOf(t),t=t.parent}let l=s.node;if(l){if(l!=n.child(i-1))break;--i,o.set(s,i),a.push(s)}}return{index:i,matched:o,matches:a.reverse()}}function j8(n,e){return n.type.side-e.type.side}function $8(n,e,t,r){let i=e.locals(n),o=0;if(i.length==0){for(let c=0;c<n.childCount;c++){let f=n.child(c);r(f,i,e.forChild(o,f),c),o+=f.nodeSize}return}let a=0,s=[],l=null;for(let c=0;;){let f,u;for(;a<i.length&&i[a].to==o;){let D=i[a++];D.widget&&(f?(u||(u=[f])).push(D):f=D)}if(f)if(u){u.sort(j8);for(let D=0;D<u.length;D++)t(u[D],c,!!l)}else t(f,c,!!l);let d,g;if(l)g=-1,d=l,l=null;else if(c<n.childCount)g=c,d=n.child(c++);else break;for(let D=0;D<s.length;D++)s[D].to<=o&&s.splice(D--,1);for(;a<i.length&&i[a].from<=o&&i[a].to>o;)s.push(i[a++]);let b=o+d.nodeSize;if(d.isText){let D=b;a<i.length&&i[a].from<D&&(D=i[a].from);for(let _=0;_<s.length;_++)s[_].to<D&&(D=s[_].to);D<b&&(l=d.cut(D-o),d=d.cut(0,D-o),b=D,g=-1)}else for(;a<i.length&&i[a].to<b;)a++;let m=d.isInline&&!d.isLeaf?s.filter(D=>!D.inline):s.slice();r(d,m,e.forChild(o,d),g),o=b}}function e4(n){if(n.nodeName=="UL"||n.nodeName=="OL"){let e=n.style.cssText;n.style.cssText=e+"; list-style: square !important",window.getComputedStyle(n).listStyle,n.style.cssText=e}}function t4(n,e,t,r){for(let i=0,o=0;i<n.childCount&&o<=r;){let a=n.child(i++),s=o;if(o+=a.nodeSize,!a.isText)continue;let l=a.text;for(;i<n.childCount;){let c=n.child(i++);if(o+=c.nodeSize,!c.isText)break;l+=c.text}if(o>=t){if(o>=r&&l.slice(r-e.length-s,r-s)==e)return r-e.length;let c=s<r?l.lastIndexOf(e,r-s-1):-1;if(c>=0&&c+e.length+s>=t)return s+c;if(t==r&&l.length>=r+e.length-s&&l.slice(r-s,r-s+e.length)==e)return r}}return-1}function Y2(n,e,t,r,i){let o=[];for(let a=0,s=0;a<n.length;a++){let l=n[a],c=s,f=s+=l.size;c>=t||f<=e?o.push(l):(c<e&&o.push(l.slice(0,e-c,r)),i&&(o.push(i),i=void 0),f>t&&o.push(l.slice(t-c,l.size,r)))}return o}function Kx(n,e=null){let t=n.domSelectionRange(),r=n.state.doc;if(!t.focusNode)return null;let i=n.docView.nearestDesc(t.focusNode),o=i&&i.size==0,a=n.docView.posFromDOM(t.focusNode,t.focusOffset,1);if(a<0)return null;let s=r.resolve(a),l,c;if(nm(t)){for(l=a;i&&!i.node;)i=i.parent;let u=i.node;if(i&&u.isAtom&&Zt.isSelectable(u)&&i.parent&&!(u.isInline&&S8(t.focusNode,t.focusOffset,i.dom))){let d=i.posBefore;c=new Zt(a==d?s:r.resolve(d))}}else{if(t instanceof n.dom.ownerDocument.defaultView.Selection&&t.rangeCount>1){let u=a,d=a;for(let g=0;g<t.rangeCount;g++){let b=t.getRangeAt(g);u=Math.min(u,n.docView.posFromDOM(b.startContainer,b.startOffset,1)),d=Math.max(d,n.docView.posFromDOM(b.endContainer,b.endOffset,-1))}if(u<0)return null;[l,a]=d==n.state.selection.anchor?[d,u]:[u,d],s=r.resolve(a)}else l=n.docView.posFromDOM(t.anchorNode,t.anchorOffset,1);if(l<0)return null}let f=r.resolve(l);if(!c){let u=e=="pointer"||n.state.selection.head<s.pos&&!o?1:-1;c=Qx(n,f,s,u)}return c}function Rk(n){return n.editable?n.hasFocus():Fk(n)&&document.activeElement&&document.activeElement.contains(n.dom)}function bf(n,e=!1){let t=n.state.selection;if(Uk(n,t),!!Rk(n)){if(!e&&n.input.mouseDown&&n.input.mouseDown.allowDefault&&Qo){let r=n.domSelectionRange(),i=n.domObserver.currentSelection;if(r.anchorNode&&i.anchorNode&&rh(r.anchorNode,r.anchorOffset,i.anchorNode,i.anchorOffset)){n.input.mouseDown.delayedSelectionSync=!0,n.domObserver.setCurSelection();return}}if(n.domObserver.disconnectSelection(),n.cursorWrapper)r4(n);else{let{anchor:r,head:i}=t,o,a;RT&&!(t instanceof hn)&&(t.$from.parent.inlineContent||(o=UT(n,t.from)),!t.empty&&!t.$from.parent.inlineContent&&(a=UT(n,t.to))),n.docView.setSelection(r,i,n,e),RT&&(o&&FT(o),a&&FT(a)),t.visible?n.dom.classList.remove("ProseMirror-hideselection"):(n.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&n4(n))}n.domObserver.setCurSelection(),n.domObserver.connectSelection()}}const RT=Ha||Qo&&mk<63;function UT(n,e){let{node:t,offset:r}=n.docView.domFromPos(e,0),i=r<t.childNodes.length?t.childNodes[r]:null,o=r?t.childNodes[r-1]:null;if(Ha&&i&&i.contentEditable=="false")return av(i);if((!i||i.contentEditable=="false")&&(!o||o.contentEditable=="false")){if(i)return av(i);if(o)return av(o)}}function av(n){return n.contentEditable="true",Ha&&n.draggable&&(n.draggable=!1,n.wasDraggable=!0),n}function FT(n){n.contentEditable="false",n.wasDraggable&&(n.draggable=!0,n.wasDraggable=null)}function n4(n){let e=n.dom.ownerDocument;e.removeEventListener("selectionchange",n.input.hideSelectionGuard);let t=n.domSelectionRange(),r=t.anchorNode,i=t.anchorOffset;e.addEventListener("selectionchange",n.input.hideSelectionGuard=()=>{(t.anchorNode!=r||t.anchorOffset!=i)&&(e.removeEventListener("selectionchange",n.input.hideSelectionGuard),setTimeout(()=>{(!Rk(n)||n.state.selection.visible)&&n.dom.classList.remove("ProseMirror-hideselection")},20))})}function r4(n){let e=n.domSelection(),t=document.createRange();if(!e)return;let r=n.cursorWrapper.dom,i=r.nodeName=="IMG";i?t.setStart(r.parentNode,_o(r)+1):t.setStart(r,0),t.collapse(!0),e.removeAllRanges(),e.addRange(t),!i&&!n.state.selection.visible&&Ds&&ud<=11&&(r.disabled=!0,r.disabled=!1)}function Uk(n,e){if(e instanceof Zt){let t=n.docView.descAt(e.from);t!=n.lastSelectedViewDesc&&(OT(n),t&&t.selectNode(),n.lastSelectedViewDesc=t)}else OT(n)}function OT(n){n.lastSelectedViewDesc&&(n.lastSelectedViewDesc.parent&&n.lastSelectedViewDesc.deselectNode(),n.lastSelectedViewDesc=void 0)}function Qx(n,e,t,r){return n.someProp("createSelectionBetween",i=>i(n,e,t))||hn.between(e,t,r)}function IT(n){return n.editable&&!n.hasFocus()?!1:Fk(n)}function Fk(n){let e=n.domSelectionRange();if(!e.anchorNode)return!1;try{return n.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(n.editable||n.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function i4(n){let e=n.docView.domFromPos(n.state.selection.anchor,0),t=n.domSelectionRange();return rh(e.node,e.offset,t.anchorNode,t.anchorOffset)}function Z2(n,e){let{$anchor:t,$head:r}=n.selection,i=e>0?t.max(r):t.min(r),o=i.parent.inlineContent?i.depth?n.doc.resolve(e>0?i.after():i.before()):null:i;return o&&$t.findFrom(o,e)}function qf(n,e){return n.dispatch(n.state.tr.setSelection(e).scrollIntoView()),!0}function MT(n,e,t){let r=n.state.selection;if(r instanceof hn)if(t.indexOf("s")>-1){let{$head:i}=r,o=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter;if(!o||o.isText||!o.isLeaf)return!1;let a=n.state.doc.resolve(i.pos+o.nodeSize*(e<0?-1:1));return qf(n,new hn(r.$anchor,a))}else if(r.empty){if(n.endOfTextblock(e>0?"forward":"backward")){let i=Z2(n.state,e);return i&&i instanceof Zt?qf(n,i):!1}else if(!(Jl&&t.indexOf("m")>-1)){let i=r.$head,o=i.textOffset?null:e<0?i.nodeBefore:i.nodeAfter,a;if(!o||o.isText)return!1;let s=e<0?i.pos-o.nodeSize:i.pos;return o.isAtom||(a=n.docView.descAt(s))&&!a.contentDOM?Zt.isSelectable(o)?qf(n,new Zt(e<0?n.state.doc.resolve(i.pos-o.nodeSize):i)):Ug?qf(n,new hn(n.state.doc.resolve(e<0?s:s+o.nodeSize))):!1:!1}}else return!1;else{if(r instanceof Zt&&r.node.isInline)return qf(n,new hn(e>0?r.$to:r.$from));{let i=Z2(n.state,e);return i?qf(n,i):!1}}}function sb(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function Gp(n,e){let t=n.pmViewDesc;return t&&t.size==0&&(e<0||n.nextSibling||n.nodeName!="BR")}function Eh(n,e){return e<0?o4(n):a4(n)}function o4(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i,o,a=!1;for(kc&&t.nodeType==1&&r<sb(t)&&Gp(t.childNodes[r],-1)&&(a=!0);;)if(r>0){if(t.nodeType!=1)break;{let s=t.childNodes[r-1];if(Gp(s,-1))i=t,o=--r;else if(s.nodeType==3)t=s,r=t.nodeValue.length;else break}}else{if(Ok(t))break;{let s=t.previousSibling;for(;s&&Gp(s,-1);)i=t.parentNode,o=_o(s),s=s.previousSibling;if(s)t=s,r=sb(t);else{if(t=t.parentNode,t==n.dom)break;r=0}}}a?J2(n,t,r):i&&J2(n,i,o)}function a4(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i=sb(t),o,a;for(;;)if(r<i){if(t.nodeType!=1)break;let s=t.childNodes[r];if(Gp(s,1))o=t,a=++r;else break}else{if(Ok(t))break;{let s=t.nextSibling;for(;s&&Gp(s,1);)o=s.parentNode,a=_o(s)+1,s=s.nextSibling;if(s)t=s,r=0,i=sb(t);else{if(t=t.parentNode,t==n.dom)break;r=i=0}}}o&&J2(n,o,a)}function Ok(n){let e=n.pmViewDesc;return e&&e.node&&e.node.isBlock}function s4(n,e){for(;n&&e==n.childNodes.length&&!Rg(n);)e=_o(n)+1,n=n.parentNode;for(;n&&e<n.childNodes.length;){let t=n.childNodes[e];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;n=t,e=0}}function l4(n,e){for(;n&&!e&&!Rg(n);)e=_o(n),n=n.parentNode;for(;n&&e;){let t=n.childNodes[e-1];if(t.nodeType==3)return t;if(t.nodeType==1&&t.contentEditable=="false")break;n=t,e=n.childNodes.length}}function J2(n,e,t){if(e.nodeType!=3){let o,a;(a=s4(e,t))?(e=a,t=0):(o=l4(e,t))&&(e=o,t=o.nodeValue.length)}let r=n.domSelection();if(!r)return;if(nm(r)){let o=document.createRange();o.setEnd(e,t),o.setStart(e,t),r.removeAllRanges(),r.addRange(o)}else r.extend&&r.extend(e,t);n.domObserver.setCurSelection();let{state:i}=n;setTimeout(()=>{n.state==i&&bf(n)},50)}function PT(n,e){let t=n.state.doc.resolve(e);if(!(Qo||R8)&&t.parent.inlineContent){let i=n.coordsAtPos(e);if(e>t.start()){let o=n.coordsAtPos(e-1),a=(o.top+o.bottom)/2;if(a>i.top&&a<i.bottom&&Math.abs(o.left-i.left)>1)return o.left<i.left?"ltr":"rtl"}if(e<t.end()){let o=n.coordsAtPos(e+1),a=(o.top+o.bottom)/2;if(a>i.top&&a<i.bottom&&Math.abs(o.left-i.left)>1)return o.left>i.left?"ltr":"rtl"}}return getComputedStyle(n.dom).direction=="rtl"?"rtl":"ltr"}function NT(n,e,t){let r=n.state.selection;if(r instanceof hn&&!r.empty||t.indexOf("s")>-1||Jl&&t.indexOf("m")>-1)return!1;let{$from:i,$to:o}=r;if(!i.parent.inlineContent||n.endOfTextblock(e<0?"up":"down")){let a=Z2(n.state,e);if(a&&a instanceof Zt)return qf(n,a)}if(!i.parent.inlineContent){let a=e<0?i:o,s=r instanceof $s?$t.near(a,e):$t.findFrom(a,e);return s?qf(n,s):!1}return!1}function BT(n,e){if(!(n.state.selection instanceof hn))return!0;let{$head:t,$anchor:r,empty:i}=n.state.selection;if(!t.sameParent(r))return!0;if(!i)return!1;if(n.endOfTextblock(e>0?"forward":"backward"))return!0;let o=!t.textOffset&&(e<0?t.nodeBefore:t.nodeAfter);if(o&&!o.isText){let a=n.state.tr;return e<0?a.delete(t.pos-o.nodeSize,t.pos):a.delete(t.pos,t.pos+o.nodeSize),n.dispatch(a),!0}return!1}function LT(n,e,t){n.domObserver.stop(),e.contentEditable=t,n.domObserver.start()}function c4(n){if(!Ha||n.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:t}=n.domSelectionRange();if(e&&e.nodeType==1&&t==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;LT(n,r,"true"),setTimeout(()=>LT(n,r,"false"),20)}return!1}function u4(n){let e="";return n.ctrlKey&&(e+="c"),n.metaKey&&(e+="m"),n.altKey&&(e+="a"),n.shiftKey&&(e+="s"),e}function f4(n,e){let t=e.keyCode,r=u4(e);if(t==8||Jl&&t==72&&r=="c")return BT(n,-1)||Eh(n,-1);if(t==46&&!e.shiftKey||Jl&&t==68&&r=="c")return BT(n,1)||Eh(n,1);if(t==13||t==27)return!0;if(t==37||Jl&&t==66&&r=="c"){let i=t==37?PT(n,n.state.selection.from)=="ltr"?-1:1:-1;return MT(n,i,r)||Eh(n,i)}else if(t==39||Jl&&t==70&&r=="c"){let i=t==39?PT(n,n.state.selection.from)=="ltr"?1:-1:1;return MT(n,i,r)||Eh(n,i)}else{if(t==38||Jl&&t==80&&r=="c")return NT(n,-1,r)||Eh(n,-1);if(t==40||Jl&&t==78&&r=="c")return c4(n)||NT(n,1,r)||Eh(n,1);if(r==(Jl?"m":"c")&&(t==66||t==73||t==89||t==90))return!0}return!1}function qx(n,e){n.someProp("transformCopied",g=>{e=g(e,n)});let t=[],{content:r,openStart:i,openEnd:o}=e;for(;i>1&&o>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,o--;let g=r.firstChild;t.push(g.type.name,g.attrs!=g.type.defaultAttrs?g.attrs:null),r=g.content}let a=n.someProp("clipboardSerializer")||ch.fromSchema(n.state.schema),s=Lk(),l=s.createElement("div");l.appendChild(a.serializeFragment(r,{document:s}));let c=l.firstChild,f,u=0;for(;c&&c.nodeType==1&&(f=Bk[c.nodeName.toLowerCase()]);){for(let g=f.length-1;g>=0;g--){let b=s.createElement(f[g]);for(;l.firstChild;)b.appendChild(l.firstChild);l.appendChild(b),u++}c=l.firstChild}c&&c.nodeType==1&&c.setAttribute("data-pm-slice",`${i} ${o}${u?` -${u}`:""} ${JSON.stringify(t)}`);let d=n.someProp("clipboardTextSerializer",g=>g(e,n))||e.content.textBetween(0,e.content.size,`
|
|
7
|
-
|
|
8
|
-
`);return{dom:l,text:d,slice:e}}function Ik(n,e,t,r,i){let o=i.parent.type.spec.code,a,s;if(!t&&!e)return null;let l=e&&(r||o||!t);if(l){if(n.someProp("transformPastedText",d=>{e=d(e,o||r,n)}),o)return e?new Ct(ft.from(n.state.schema.text(e.replace(/\r\n?/g,`
|
|
9
|
-
`))),0,0):Ct.empty;let u=n.someProp("clipboardTextParser",d=>d(e,i,r,n));if(u)s=u;else{let d=i.marks(),{schema:g}=n.state,b=ch.fromSchema(g);a=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(m=>{let D=a.appendChild(document.createElement("p"));m&&D.appendChild(b.serializeNode(g.text(m,d)))})}}else n.someProp("transformPastedHTML",u=>{t=u(t,n)}),a=g4(t),Ug&&y4(a);let c=a&&a.querySelector("[data-pm-slice]"),f=c&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(c.getAttribute("data-pm-slice")||"");if(f&&f[3])for(let u=+f[3];u>0;u--){let d=a.firstChild;for(;d&&d.nodeType!=1;)d=d.nextSibling;if(!d)break;a=d}if(s||(s=(n.someProp("clipboardParser")||n.someProp("domParser")||Wx.fromSchema(n.state.schema)).parseSlice(a,{preserveWhitespace:!!(l||f),context:i,ruleFromNode(d){return d.nodeName=="BR"&&!d.nextSibling&&d.parentNode&&!d4.test(d.parentNode.nodeName)?{ignore:!0}:null}})),f)s=b4(WT(s,+f[1],+f[2]),f[4]);else if(s=Ct.maxOpen(h4(s.content,i),!0),s.openStart||s.openEnd){let u=0,d=0;for(let g=s.content.firstChild;u<s.openStart&&!g.type.spec.isolating;u++,g=g.firstChild);for(let g=s.content.lastChild;d<s.openEnd&&!g.type.spec.isolating;d++,g=g.lastChild);s=WT(s,u,d)}return n.someProp("transformPasted",u=>{s=u(s,n)}),s}const d4=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function h4(n,e){if(n.childCount<2)return n;for(let t=e.depth;t>=0;t--){let i=e.node(t).contentMatchAt(e.index(t)),o,a=[];if(n.forEach(s=>{if(!a)return;let l=i.findWrapping(s.type),c;if(!l)return a=null;if(c=a.length&&o.length&&Pk(l,o,s,a[a.length-1],0))a[a.length-1]=c;else{a.length&&(a[a.length-1]=Nk(a[a.length-1],o.length));let f=Mk(s,l);a.push(f),i=i.matchType(f.type),o=l}}),a)return ft.from(a)}return n}function Mk(n,e,t=0){for(let r=e.length-1;r>=t;r--)n=e[r].create(null,ft.from(n));return n}function Pk(n,e,t,r,i){if(i<n.length&&i<e.length&&n[i]==e[i]){let o=Pk(n,e,t,r.lastChild,i+1);if(o)return r.copy(r.content.replaceChild(r.childCount-1,o));if(r.contentMatchAt(r.childCount).matchType(i==n.length-1?t.type:n[i+1]))return r.copy(r.content.append(ft.from(Mk(t,n,i+1))))}}function Nk(n,e){if(e==0)return n;let t=n.content.replaceChild(n.childCount-1,Nk(n.lastChild,e-1)),r=n.contentMatchAt(n.childCount).fillBefore(ft.empty,!0);return n.copy(t.append(r))}function K2(n,e,t,r,i,o){let a=e<0?n.firstChild:n.lastChild,s=a.content;return n.childCount>1&&(o=0),i<r-1&&(s=K2(s,e,t,r,i+1,o)),i>=t&&(s=e<0?a.contentMatchAt(0).fillBefore(s,o<=i).append(s):s.append(a.contentMatchAt(a.childCount).fillBefore(ft.empty,!0))),n.replaceChild(e<0?0:n.childCount-1,a.copy(s))}function WT(n,e,t){return e<n.openStart&&(n=new Ct(K2(n.content,-1,e,n.openStart,0,n.openEnd),e,n.openEnd)),t<n.openEnd&&(n=new Ct(K2(n.content,1,t,n.openEnd,0,0),n.openStart,t)),n}const Bk={thead:["table"],tbody:["table"],tfoot:["table"],caption:["table"],colgroup:["table"],col:["table","colgroup"],tr:["table","tbody"],td:["table","tbody","tr"],th:["table","tbody","tr"]};let zT=null;function Lk(){return zT||(zT=document.implementation.createHTMLDocument("title"))}let sv=null;function p4(n){let e=window.trustedTypes;return e?(sv||(sv=e.createPolicy("ProseMirrorClipboard",{createHTML:t=>t})),sv.createHTML(n)):n}function g4(n){let e=/^(\s*<meta [^>]*>)*/.exec(n);e&&(n=n.slice(e[0].length));let t=Lk().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(n),i;if((i=r&&Bk[r[1].toLowerCase()])&&(n=i.map(o=>"<"+o+">").join("")+n+i.map(o=>"</"+o+">").reverse().join("")),t.innerHTML=p4(n),i)for(let o=0;o<i.length;o++)t=t.querySelector(i[o])||t;return t}function y4(n){let e=n.querySelectorAll(Qo?"span:not([class]):not([style])":"span.Apple-converted-space");for(let t=0;t<e.length;t++){let r=e[t];r.childNodes.length==1&&r.textContent==" "&&r.parentNode&&r.parentNode.replaceChild(n.ownerDocument.createTextNode(" "),r)}}function b4(n,e){if(!n.size)return n;let t=n.content.firstChild.type.schema,r;try{r=JSON.parse(e)}catch{return n}let{content:i,openStart:o,openEnd:a}=n;for(let s=r.length-2;s>=0;s-=2){let l=t.nodes[r[s]];if(!l||l.hasRequiredAttrs())break;i=ft.from(l.create(r[s+1],i)),o++,a++}return new Ct(i,o,a)}const Va={},Ga={},m4={touchstart:!0,touchmove:!0};class v4{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:""},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function x4(n){for(let e in Va){let t=Va[e];n.dom.addEventListener(e,n.input.eventHandlers[e]=r=>{D4(n,r)&&!jx(n,r)&&(n.editable||!(r.type in Ga))&&t(n,r)},m4[e]?{passive:!0}:void 0)}Ha&&n.dom.addEventListener("input",()=>null),Q2(n)}function sd(n,e){n.input.lastSelectionOrigin=e,n.input.lastSelectionTime=Date.now()}function w4(n){n.domObserver.stop();for(let e in n.input.eventHandlers)n.dom.removeEventListener(e,n.input.eventHandlers[e]);clearTimeout(n.input.composingTimeout),clearTimeout(n.input.lastIOSEnterFallbackTimeout)}function Q2(n){n.someProp("handleDOMEvents",e=>{for(let t in e)n.input.eventHandlers[t]||n.dom.addEventListener(t,n.input.eventHandlers[t]=r=>jx(n,r))})}function jx(n,e){return n.someProp("handleDOMEvents",t=>{let r=t[e.type];return r?r(n,e)||e.defaultPrevented:!1})}function D4(n,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let t=e.target;t!=n.dom;t=t.parentNode)if(!t||t.nodeType==11||t.pmViewDesc&&t.pmViewDesc.stopEvent(e))return!1;return!0}function T4(n,e){!jx(n,e)&&Va[e.type]&&(n.editable||!(e.type in Ga))&&Va[e.type](n,e)}Ga.keydown=(n,e)=>{let t=e;if(n.input.shiftKey=t.keyCode==16||t.shiftKey,!zk(n,t)&&(n.input.lastKeyCode=t.keyCode,n.input.lastKeyCodeTime=Date.now(),!(gf&&Qo&&t.keyCode==13)))if(t.keyCode!=229&&n.domObserver.forceFlush(),Xh&&t.keyCode==13&&!t.ctrlKey&&!t.altKey&&!t.metaKey){let r=Date.now();n.input.lastIOSEnter=r,n.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{n.input.lastIOSEnter==r&&(n.someProp("handleKeyDown",i=>i(n,Yd(13,"Enter"))),n.input.lastIOSEnter=0)},200)}else n.someProp("handleKeyDown",r=>r(n,t))||f4(n,t)?t.preventDefault():sd(n,"key")};Ga.keyup=(n,e)=>{e.keyCode==16&&(n.input.shiftKey=!1)};Ga.keypress=(n,e)=>{let t=e;if(zk(n,t)||!t.charCode||t.ctrlKey&&!t.altKey||Jl&&t.metaKey)return;if(n.someProp("handleKeyPress",i=>i(n,t))){t.preventDefault();return}let r=n.state.selection;if(!(r instanceof hn)||!r.$from.sameParent(r.$to)){let i=String.fromCharCode(t.charCode);!/[\r\n]/.test(i)&&!n.someProp("handleTextInput",o=>o(n,r.$from.pos,r.$to.pos,i))&&n.dispatch(n.state.tr.insertText(i).scrollIntoView()),t.preventDefault()}};function im(n){return{left:n.clientX,top:n.clientY}}function E4(n,e){let t=e.x-n.clientX,r=e.y-n.clientY;return t*t+r*r<100}function $x(n,e,t,r,i){if(r==-1)return!1;let o=n.state.doc.resolve(r);for(let a=o.depth+1;a>0;a--)if(n.someProp(e,s=>a>o.depth?s(n,t,o.nodeAfter,o.before(a),i,!0):s(n,t,o.node(a),o.before(a),i,!1)))return!0;return!1}function Nh(n,e,t){if(n.focused||n.focus(),n.state.selection.eq(e))return;let r=n.state.tr.setSelection(e);r.setMeta("pointer",!0),n.dispatch(r)}function _4(n,e){if(e==-1)return!1;let t=n.state.doc.resolve(e),r=t.nodeAfter;return r&&r.isAtom&&Zt.isSelectable(r)?(Nh(n,new Zt(t)),!0):!1}function C4(n,e){if(e==-1)return!1;let t=n.state.selection,r,i;t instanceof Zt&&(r=t.node);let o=n.state.doc.resolve(e);for(let a=o.depth+1;a>0;a--){let s=a>o.depth?o.nodeAfter:o.node(a);if(Zt.isSelectable(s)){r&&t.$from.depth>0&&a>=t.$from.depth&&o.before(t.$from.depth+1)==t.$from.pos?i=o.before(t.$from.depth):i=o.before(a);break}}return i!=null?(Nh(n,Zt.create(n.state.doc,i)),!0):!1}function S4(n,e,t,r,i){return $x(n,"handleClickOn",e,t,r)||n.someProp("handleClick",o=>o(n,e,r))||(i?C4(n,t):_4(n,t))}function A4(n,e,t,r){return $x(n,"handleDoubleClickOn",e,t,r)||n.someProp("handleDoubleClick",i=>i(n,e,r))}function k4(n,e,t,r){return $x(n,"handleTripleClickOn",e,t,r)||n.someProp("handleTripleClick",i=>i(n,e,r))||R4(n,t,r)}function R4(n,e,t){if(t.button!=0)return!1;let r=n.state.doc;if(e==-1)return r.inlineContent?(Nh(n,hn.create(r,0,r.content.size)),!0):!1;let i=r.resolve(e);for(let o=i.depth+1;o>0;o--){let a=o>i.depth?i.nodeAfter:i.node(o),s=i.before(o);if(a.inlineContent)Nh(n,hn.create(r,s+1,s+1+a.content.size));else if(Zt.isSelectable(a))Nh(n,Zt.create(r,s));else continue;return!0}}function ew(n){return lb(n)}const Wk=Jl?"metaKey":"ctrlKey";Va.mousedown=(n,e)=>{let t=e;n.input.shiftKey=t.shiftKey;let r=ew(n),i=Date.now(),o="singleClick";i-n.input.lastClick.time<500&&E4(t,n.input.lastClick)&&!t[Wk]&&(n.input.lastClick.type=="singleClick"?o="doubleClick":n.input.lastClick.type=="doubleClick"&&(o="tripleClick")),n.input.lastClick={time:i,x:t.clientX,y:t.clientY,type:o};let a=n.posAtCoords(im(t));a&&(o=="singleClick"?(n.input.mouseDown&&n.input.mouseDown.done(),n.input.mouseDown=new U4(n,a,t,!!r)):(o=="doubleClick"?A4:k4)(n,a.pos,a.inside,t)?t.preventDefault():sd(n,"pointer"))};class U4{constructor(e,t,r,i){this.view=e,this.pos=t,this.event=r,this.flushed=i,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[Wk],this.allowDefault=r.shiftKey;let o,a;if(t.inside>-1)o=e.state.doc.nodeAt(t.inside),a=t.inside;else{let f=e.state.doc.resolve(t.pos);o=f.parent,a=f.depth?f.before():0}const s=i?null:r.target,l=s?e.docView.nearestDesc(s,!0):null;this.target=l&&l.dom.nodeType==1?l.dom:null;let{selection:c}=e.state;(r.button==0&&o.type.spec.draggable&&o.type.spec.selectable!==!1||c instanceof Zt&&c.from<=a&&c.to>a)&&(this.mightDrag={node:o,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&kc&&!this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")},20),this.view.domObserver.start()),e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this)),sd(e,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>bf(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(im(e))),this.updateAllowDefault(e),this.allowDefault||!t?sd(this.view,"pointer"):S4(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||Ha&&this.mightDrag&&!this.mightDrag.node.isAtom||Qo&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(Nh(this.view,$t.near(this.view.state.doc.resolve(t.pos))),e.preventDefault()):sd(this.view,"pointer")}move(e){this.updateAllowDefault(e),sd(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}Va.touchstart=n=>{n.input.lastTouch=Date.now(),ew(n),sd(n,"pointer")};Va.touchmove=n=>{n.input.lastTouch=Date.now(),sd(n,"pointer")};Va.contextmenu=n=>ew(n);function zk(n,e){return n.composing?!0:Ha&&Math.abs(e.timeStamp-n.input.compositionEndedAt)<500?(n.input.compositionEndedAt=-2e8,!0):!1}const F4=gf?5e3:-1;Ga.compositionstart=Ga.compositionupdate=n=>{if(!n.composing){n.domObserver.flush();let{state:e}=n,t=e.selection.$to;if(e.selection instanceof hn&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)))n.markCursor=n.state.storedMarks||t.marks(),lb(n,!0),n.markCursor=null;else if(lb(n,!e.selection.empty),kc&&e.selection.empty&&t.parentOffset&&!t.textOffset&&t.nodeBefore.marks.length){let r=n.domSelectionRange();for(let i=r.focusNode,o=r.focusOffset;i&&i.nodeType==1&&o!=0;){let a=o<0?i.lastChild:i.childNodes[o-1];if(!a)break;if(a.nodeType==3){let s=n.domSelection();s&&s.collapse(a,a.nodeValue.length);break}else i=a,o=-1}}n.input.composing=!0}Hk(n,F4)};Ga.compositionend=(n,e)=>{n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=e.timeStamp,n.input.compositionPendingChanges=n.domObserver.pendingRecords().length?n.input.compositionID:0,n.input.compositionNode=null,n.input.compositionPendingChanges&&Promise.resolve().then(()=>n.domObserver.flush()),n.input.compositionID++,Hk(n,20))};function Hk(n,e){clearTimeout(n.input.composingTimeout),e>-1&&(n.input.composingTimeout=setTimeout(()=>lb(n),e))}function Vk(n){for(n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=I4());n.input.compositionNodes.length>0;)n.input.compositionNodes.pop().markParentsDirty()}function O4(n){let e=n.domSelectionRange();if(!e.focusNode)return null;let t=_8(e.focusNode,e.focusOffset),r=C8(e.focusNode,e.focusOffset);if(t&&r&&t!=r){let i=r.pmViewDesc,o=n.domObserver.lastChangedTextNode;if(t==o||r==o)return o;if(!i||!i.isText(r.nodeValue))return r;if(n.input.compositionNode==r){let a=t.pmViewDesc;if(!(!a||!a.isText(t.nodeValue)))return r}}return t||r}function I4(){let n=document.createEvent("Event");return n.initEvent("event",!0,!0),n.timeStamp}function lb(n,e=!1){if(!(gf&&n.domObserver.flushingSoon>=0)){if(n.domObserver.forceFlush(),Vk(n),e||n.docView&&n.docView.dirty){let t=Kx(n);return t&&!t.eq(n.state.selection)?n.dispatch(n.state.tr.setSelection(t)):(n.markCursor||e)&&!n.state.selection.empty?n.dispatch(n.state.tr.deleteSelection()):n.updateState(n.state),!0}return!1}}function M4(n,e){if(!n.dom.parentNode)return;let t=n.dom.parentNode.appendChild(document.createElement("div"));t.appendChild(e),t.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),i=document.createRange();i.selectNodeContents(e),n.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{t.parentNode&&t.parentNode.removeChild(t),n.focus()},50)}const og=Ds&&ud<15||Xh&&U8<604;Va.copy=Ga.cut=(n,e)=>{let t=e,r=n.state.selection,i=t.type=="cut";if(r.empty)return;let o=og?null:t.clipboardData,a=r.content(),{dom:s,text:l}=qx(n,a);o?(t.preventDefault(),o.clearData(),o.setData("text/html",s.innerHTML),o.setData("text/plain",l)):M4(n,s),i&&n.dispatch(n.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function P4(n){return n.openStart==0&&n.openEnd==0&&n.content.childCount==1?n.content.firstChild:null}function N4(n,e){if(!n.dom.parentNode)return;let t=n.input.shiftKey||n.state.selection.$from.parent.type.spec.code,r=n.dom.parentNode.appendChild(document.createElement(t?"textarea":"div"));t||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let i=n.input.shiftKey&&n.input.lastKeyCode!=45;setTimeout(()=>{n.focus(),r.parentNode&&r.parentNode.removeChild(r),t?ag(n,r.value,null,i,e):ag(n,r.textContent,r.innerHTML,i,e)},50)}function ag(n,e,t,r,i){let o=Ik(n,e,t,r,n.state.selection.$from);if(n.someProp("handlePaste",l=>l(n,i,o||Ct.empty)))return!0;if(!o)return!1;let a=P4(o),s=a?n.state.tr.replaceSelectionWith(a,r):n.state.tr.replaceSelection(o);return n.dispatch(s.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function Gk(n){let e=n.getData("text/plain")||n.getData("Text");if(e)return e;let t=n.getData("text/uri-list");return t?t.replace(/\r?\n/g," "):""}Ga.paste=(n,e)=>{let t=e;if(n.composing&&!gf)return;let r=og?null:t.clipboardData,i=n.input.shiftKey&&n.input.lastKeyCode!=45;r&&ag(n,Gk(r),r.getData("text/html"),i,t)?t.preventDefault():N4(n,t)};class Xk{constructor(e,t,r){this.slice=e,this.move=t,this.node=r}}const Yk=Jl?"altKey":"ctrlKey";Va.dragstart=(n,e)=>{let t=e,r=n.input.mouseDown;if(r&&r.done(),!t.dataTransfer)return;let i=n.state.selection,o=i.empty?null:n.posAtCoords(im(t)),a;if(!(o&&o.pos>=i.from&&o.pos<=(i instanceof Zt?i.to-1:i.to))){if(r&&r.mightDrag)a=Zt.create(n.state.doc,r.mightDrag.pos);else if(t.target&&t.target.nodeType==1){let u=n.docView.nearestDesc(t.target,!0);u&&u.node.type.spec.draggable&&u!=n.docView&&(a=Zt.create(n.state.doc,u.posBefore))}}let s=(a||n.state.selection).content(),{dom:l,text:c,slice:f}=qx(n,s);(!t.dataTransfer.files.length||!Qo||mk>120)&&t.dataTransfer.clearData(),t.dataTransfer.setData(og?"Text":"text/html",l.innerHTML),t.dataTransfer.effectAllowed="copyMove",og||t.dataTransfer.setData("text/plain",c),n.dragging=new Xk(f,!t[Yk],a)};Va.dragend=n=>{let e=n.dragging;window.setTimeout(()=>{n.dragging==e&&(n.dragging=null)},50)};Ga.dragover=Ga.dragenter=(n,e)=>e.preventDefault();Ga.drop=(n,e)=>{let t=e,r=n.dragging;if(n.dragging=null,!t.dataTransfer)return;let i=n.posAtCoords(im(t));if(!i)return;let o=n.state.doc.resolve(i.pos),a=r&&r.slice;a?n.someProp("transformPasted",b=>{a=b(a,n)}):a=Ik(n,Gk(t.dataTransfer),og?null:t.dataTransfer.getData("text/html"),!1,o);let s=!!(r&&!t[Yk]);if(n.someProp("handleDrop",b=>b(n,t,a||Ct.empty,s))){t.preventDefault();return}if(!a)return;t.preventDefault();let l=a?uk(n.state.doc,o.pos,a):o.pos;l==null&&(l=o.pos);let c=n.state.tr;if(s){let{node:b}=r;b?b.replace(c):c.deleteSelection()}let f=c.mapping.map(l),u=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,d=c.doc;if(u?c.replaceRangeWith(f,f,a.content.firstChild):c.replaceRange(f,f,a),c.doc.eq(d))return;let g=c.doc.resolve(f);if(u&&Zt.isSelectable(a.content.firstChild)&&g.nodeAfter&&g.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new Zt(g));else{let b=c.mapping.map(l);c.mapping.maps[c.mapping.maps.length-1].forEach((m,D,_,A)=>b=A),c.setSelection(Qx(n,g,c.doc.resolve(b)))}n.focus(),n.dispatch(c.setMeta("uiEvent","drop"))};Va.focus=n=>{n.input.lastFocus=Date.now(),n.focused||(n.domObserver.stop(),n.dom.classList.add("ProseMirror-focused"),n.domObserver.start(),n.focused=!0,setTimeout(()=>{n.docView&&n.hasFocus()&&!n.domObserver.currentSelection.eq(n.domSelectionRange())&&bf(n)},20))};Va.blur=(n,e)=>{let t=e;n.focused&&(n.domObserver.stop(),n.dom.classList.remove("ProseMirror-focused"),n.domObserver.start(),t.relatedTarget&&n.dom.contains(t.relatedTarget)&&n.domObserver.currentSelection.clear(),n.focused=!1)};Va.beforeinput=(n,e)=>{if(Qo&&gf&&e.inputType=="deleteContentBackward"){n.domObserver.flushSoon();let{domChangeCount:r}=n.input;setTimeout(()=>{if(n.input.domChangeCount!=r||(n.dom.blur(),n.focus(),n.someProp("handleKeyDown",o=>o(n,Yd(8,"Backspace")))))return;let{$cursor:i}=n.state.selection;i&&i.pos>0&&n.dispatch(n.state.tr.delete(i.pos-1,i.pos).scrollIntoView())},50)}};for(let n in Ga)Va[n]=Ga[n];function sg(n,e){if(n==e)return!0;for(let t in n)if(n[t]!==e[t])return!1;for(let t in e)if(!(t in n))return!1;return!0}class cb{constructor(e,t){this.toDOM=e,this.spec=t||jd,this.side=this.spec.side||0}map(e,t,r,i){let{pos:o,deleted:a}=e.mapResult(t.from+i,this.side<0?-1:1);return a?null:new qo(o-r,o-r,this)}valid(){return!0}eq(e){return this==e||e instanceof cb&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&sg(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class dd{constructor(e,t){this.attrs=e,this.spec=t||jd}map(e,t,r,i){let o=e.map(t.from+i,this.spec.inclusiveStart?-1:1)-r,a=e.map(t.to+i,this.spec.inclusiveEnd?1:-1)-r;return o>=a?null:new qo(o,a,this)}valid(e,t){return t.from<t.to}eq(e){return this==e||e instanceof dd&&sg(this.attrs,e.attrs)&&sg(this.spec,e.spec)}static is(e){return e.type instanceof dd}destroy(){}}class tw{constructor(e,t){this.attrs=e,this.spec=t||jd}map(e,t,r,i){let o=e.mapResult(t.from+i,1);if(o.deleted)return null;let a=e.mapResult(t.to+i,-1);return a.deleted||a.pos<=o.pos?null:new qo(o.pos-r,a.pos-r,this)}valid(e,t){let{index:r,offset:i}=e.content.findIndex(t.from),o;return i==t.from&&!(o=e.child(r)).isText&&i+o.nodeSize==t.to}eq(e){return this==e||e instanceof tw&&sg(this.attrs,e.attrs)&&sg(this.spec,e.spec)}destroy(){}}class qo{constructor(e,t,r){this.from=e,this.to=t,this.type=r}copy(e,t){return new qo(e,t,this.type)}eq(e,t=0){return this.type.eq(e.type)&&this.from+t==e.from&&this.to+t==e.to}map(e,t,r){return this.type.map(e,this,t,r)}static widget(e,t,r){return new qo(e,e,new cb(t,r))}static inline(e,t,r,i){return new qo(e,t,new dd(r,i))}static node(e,t,r,i){return new qo(e,t,new tw(r,i))}get spec(){return this.type.spec}get inline(){return this.type instanceof dd}get widget(){return this.type instanceof cb}}const Rh=[],jd={};class Zr{constructor(e,t){this.local=e.length?e:Rh,this.children=t.length?t:Rh}static create(e,t){return t.length?ub(t,e,0,jd):Ko}find(e,t,r){let i=[];return this.findInner(e??0,t??1e9,i,0,r),i}findInner(e,t,r,i,o){for(let a=0;a<this.local.length;a++){let s=this.local[a];s.from<=t&&s.to>=e&&(!o||o(s.spec))&&r.push(s.copy(s.from+i,s.to+i))}for(let a=0;a<this.children.length;a+=3)if(this.children[a]<t&&this.children[a+1]>e){let s=this.children[a]+1;this.children[a+2].findInner(e-s,t-s,r,i+s,o)}}map(e,t,r){return this==Ko||e.maps.length==0?this:this.mapInner(e,t,0,0,r||jd)}mapInner(e,t,r,i,o){let a;for(let s=0;s<this.local.length;s++){let l=this.local[s].map(e,r,i);l&&l.type.valid(t,l)?(a||(a=[])).push(l):o.onRemove&&o.onRemove(this.local[s].spec)}return this.children.length?B4(this.children,a||[],e,t,r,i,o):a?new Zr(a.sort($d),Rh):Ko}add(e,t){return t.length?this==Ko?Zr.create(e,t):this.addInner(e,t,0):this}addInner(e,t,r){let i,o=0;e.forEach((s,l)=>{let c=l+r,f;if(f=Jk(t,s,c)){for(i||(i=this.children.slice());o<i.length&&i[o]<l;)o+=3;i[o]==l?i[o+2]=i[o+2].addInner(s,f,c+1):i.splice(o,0,l,l+s.nodeSize,ub(f,s,c+1,jd)),o+=3}});let a=Zk(o?Kk(t):t,-r);for(let s=0;s<a.length;s++)a[s].type.valid(e,a[s])||a.splice(s--,1);return new Zr(a.length?this.local.concat(a).sort($d):this.local,i||this.children)}remove(e){return e.length==0||this==Ko?this:this.removeInner(e,0)}removeInner(e,t){let r=this.children,i=this.local;for(let o=0;o<r.length;o+=3){let a,s=r[o]+t,l=r[o+1]+t;for(let f=0,u;f<e.length;f++)(u=e[f])&&u.from>s&&u.to<l&&(e[f]=null,(a||(a=[])).push(u));if(!a)continue;r==this.children&&(r=this.children.slice());let c=r[o+2].removeInner(a,s+1);c!=Ko?r[o+2]=c:(r.splice(o,3),o-=3)}if(i.length){for(let o=0,a;o<e.length;o++)if(a=e[o])for(let s=0;s<i.length;s++)i[s].eq(a,t)&&(i==this.local&&(i=this.local.slice()),i.splice(s--,1))}return r==this.children&&i==this.local?this:i.length||r.length?new Zr(i,r):Ko}forChild(e,t){if(this==Ko)return this;if(t.isLeaf)return Zr.empty;let r,i;for(let s=0;s<this.children.length;s+=3)if(this.children[s]>=e){this.children[s]==e&&(r=this.children[s+2]);break}let o=e+1,a=o+t.content.size;for(let s=0;s<this.local.length;s++){let l=this.local[s];if(l.from<a&&l.to>o&&l.type instanceof dd){let c=Math.max(o,l.from)-o,f=Math.min(a,l.to)-o;c<f&&(i||(i=[])).push(l.copy(c,f))}}if(i){let s=new Zr(i.sort($d),Rh);return r?new td([s,r]):s}return r||Ko}eq(e){if(this==e)return!0;if(!(e instanceof Zr)||this.local.length!=e.local.length||this.children.length!=e.children.length)return!1;for(let t=0;t<this.local.length;t++)if(!this.local[t].eq(e.local[t]))return!1;for(let t=0;t<this.children.length;t+=3)if(this.children[t]!=e.children[t]||this.children[t+1]!=e.children[t+1]||!this.children[t+2].eq(e.children[t+2]))return!1;return!0}locals(e){return nw(this.localsInner(e))}localsInner(e){if(this==Ko)return Rh;if(e.inlineContent||!this.local.some(dd.is))return this.local;let t=[];for(let r=0;r<this.local.length;r++)this.local[r].type instanceof dd||t.push(this.local[r]);return t}forEachSet(e){e(this)}}Zr.empty=new Zr([],[]);Zr.removeOverlap=nw;const Ko=Zr.empty;class td{constructor(e){this.members=e}map(e,t){const r=this.members.map(i=>i.map(e,t,jd));return td.from(r)}forChild(e,t){if(t.isLeaf)return Zr.empty;let r=[];for(let i=0;i<this.members.length;i++){let o=this.members[i].forChild(e,t);o!=Ko&&(o instanceof td?r=r.concat(o.members):r.push(o))}return td.from(r)}eq(e){if(!(e instanceof td)||e.members.length!=this.members.length)return!1;for(let t=0;t<this.members.length;t++)if(!this.members[t].eq(e.members[t]))return!1;return!0}locals(e){let t,r=!0;for(let i=0;i<this.members.length;i++){let o=this.members[i].localsInner(e);if(o.length)if(!t)t=o;else{r&&(t=t.slice(),r=!1);for(let a=0;a<o.length;a++)t.push(o[a])}}return t?nw(r?t:t.sort($d)):Rh}static from(e){switch(e.length){case 0:return Ko;case 1:return e[0];default:return new td(e.every(t=>t instanceof Zr)?e:e.reduce((t,r)=>t.concat(r instanceof Zr?r:r.members),[]))}}forEachSet(e){for(let t=0;t<this.members.length;t++)this.members[t].forEachSet(e)}}function B4(n,e,t,r,i,o,a){let s=n.slice();for(let c=0,f=o;c<t.maps.length;c++){let u=0;t.maps[c].forEach((d,g,b,m)=>{let D=m-b-(g-d);for(let _=0;_<s.length;_+=3){let A=s[_+1];if(A<0||d>A+f-u)continue;let R=s[_]+f-u;g>=R?s[_+1]=d<=R?-2:-1:d>=f&&D&&(s[_]+=D,s[_+1]+=D)}u+=D}),f=t.maps[c].map(f,-1)}let l=!1;for(let c=0;c<s.length;c+=3)if(s[c+1]<0){if(s[c+1]==-2){l=!0,s[c+1]=-1;continue}let f=t.map(n[c]+o),u=f-i;if(u<0||u>=r.content.size){l=!0;continue}let d=t.map(n[c+1]+o,-1),g=d-i,{index:b,offset:m}=r.content.findIndex(u),D=r.maybeChild(b);if(D&&m==u&&m+D.nodeSize==g){let _=s[c+2].mapInner(t,D,f+1,n[c]+o+1,a);_!=Ko?(s[c]=u,s[c+1]=g,s[c+2]=_):(s[c+1]=-2,l=!0)}else l=!0}if(l){let c=L4(s,n,e,t,i,o,a),f=ub(c,r,0,a);e=f.local;for(let u=0;u<s.length;u+=3)s[u+1]<0&&(s.splice(u,3),u-=3);for(let u=0,d=0;u<f.children.length;u+=3){let g=f.children[u];for(;d<s.length&&s[d]<g;)d+=3;s.splice(d,0,f.children[u],f.children[u+1],f.children[u+2])}}return new Zr(e.sort($d),s)}function Zk(n,e){if(!e||!n.length)return n;let t=[];for(let r=0;r<n.length;r++){let i=n[r];t.push(new qo(i.from+e,i.to+e,i.type))}return t}function L4(n,e,t,r,i,o,a){function s(l,c){for(let f=0;f<l.local.length;f++){let u=l.local[f].map(r,i,c);u?t.push(u):a.onRemove&&a.onRemove(l.local[f].spec)}for(let f=0;f<l.children.length;f+=3)s(l.children[f+2],l.children[f]+c+1)}for(let l=0;l<n.length;l+=3)n[l+1]==-1&&s(n[l+2],e[l]+o+1);return t}function Jk(n,e,t){if(e.isLeaf)return null;let r=t+e.nodeSize,i=null;for(let o=0,a;o<n.length;o++)(a=n[o])&&a.from>t&&a.to<r&&((i||(i=[])).push(a),n[o]=null);return i}function Kk(n){let e=[];for(let t=0;t<n.length;t++)n[t]!=null&&e.push(n[t]);return e}function ub(n,e,t,r){let i=[],o=!1;e.forEach((s,l)=>{let c=Jk(n,s,l+t);if(c){o=!0;let f=ub(c,s,t+l+1,r);f!=Ko&&i.push(l,l+s.nodeSize,f)}});let a=Zk(o?Kk(n):n,-t).sort($d);for(let s=0;s<a.length;s++)a[s].type.valid(e,a[s])||(r.onRemove&&r.onRemove(a[s].spec),a.splice(s--,1));return a.length||i.length?new Zr(a,i):Ko}function $d(n,e){return n.from-e.from||n.to-e.to}function nw(n){let e=n;for(let t=0;t<e.length-1;t++){let r=e[t];if(r.from!=r.to)for(let i=t+1;i<e.length;i++){let o=e[i];if(o.from==r.from){o.to!=r.to&&(e==n&&(e=n.slice()),e[i]=o.copy(o.from,r.to),HT(e,i+1,o.copy(r.to,o.to)));continue}else{o.from<r.to&&(e==n&&(e=n.slice()),e[t]=r.copy(r.from,o.from),HT(e,i,r.copy(o.from,r.to)));break}}}return e}function HT(n,e,t){for(;e<n.length&&$d(t,n[e])>0;)e++;n.splice(e,0,t)}function lv(n){let e=[];return n.someProp("decorations",t=>{let r=t(n.state);r&&r!=Ko&&e.push(r)}),n.cursorWrapper&&e.push(Zr.create(n.state.doc,[n.cursorWrapper.deco])),td.from(e)}const W4={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},z4=Ds&&ud<=11;class H4{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}}class V4{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new H4,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let i=0;i<r.length;i++)this.queue.push(r[i]);Ds&&ud<=11&&r.some(i=>i.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():this.flush()}),z4&&(this.onCharData=r=>{this.queue.push({target:r.target,type:"characterData",oldValue:r.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,W4)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;t<e.length;t++)this.queue.push(e[t]);window.setTimeout(()=>this.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(IT(this.view)){if(this.suppressingSelectionUpdates)return bf(this.view);if(Ds&&ud<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&rh(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,r;for(let o=e.focusNode;o;o=ig(o))t.add(o);for(let o=e.anchorNode;o;o=ig(o))if(t.has(o)){r=o;break}let i=r&&this.view.docView.nearestDesc(r);if(i&&i.ignoreMutation({type:"selection",target:r.nodeType==3?r.parentNode:r}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let r=e.domSelectionRange(),i=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&IT(e)&&!this.ignoreSelectionChange(r),o=-1,a=-1,s=!1,l=[];if(e.editable)for(let f=0;f<t.length;f++){let u=this.registerMutation(t[f],l);u&&(o=o<0?u.from:Math.min(u.from,o),a=a<0?u.to:Math.max(u.to,a),u.typeOver&&(s=!0))}if(kc&&l.length){let f=l.filter(u=>u.nodeName=="BR");if(f.length==2){let[u,d]=f;u.parentNode&&u.parentNode.parentNode==d.parentNode?d.remove():u.remove()}else{let{focusNode:u}=this.currentSelection;for(let d of f){let g=d.parentNode;g&&g.nodeName=="LI"&&(!u||Y4(e,u)!=g)&&d.remove()}}}let c=null;o<0&&i&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)<Date.now()-300&&nm(r)&&(c=Kx(e))&&c.eq($t.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,bf(e),this.currentSelection.set(r)):(o>-1||i)&&(o>-1&&(e.docView.markDirty(o,a),G4(e)),this.handleDOMChange(o,a,s,l),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||bf(e),this.currentSelection.set(r))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let r=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(r==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!r||r.ignoreMutation(e))return null;if(e.type=="childList"){for(let f=0;f<e.addedNodes.length;f++){let u=e.addedNodes[f];t.push(u),u.nodeType==3&&(this.lastChangedTextNode=u)}if(r.contentDOM&&r.contentDOM!=r.dom&&!r.contentDOM.contains(e.target))return{from:r.posBefore,to:r.posAfter};let i=e.previousSibling,o=e.nextSibling;if(Ds&&ud<=11&&e.addedNodes.length)for(let f=0;f<e.addedNodes.length;f++){let{previousSibling:u,nextSibling:d}=e.addedNodes[f];(!u||Array.prototype.indexOf.call(e.addedNodes,u)<0)&&(i=u),(!d||Array.prototype.indexOf.call(e.addedNodes,d)<0)&&(o=d)}let a=i&&i.parentNode==e.target?_o(i)+1:0,s=r.localPosFromDOM(e.target,a,-1),l=o&&o.parentNode==e.target?_o(o):e.target.childNodes.length,c=r.localPosFromDOM(e.target,l,1);return{from:s,to:c}}else return e.type=="attributes"?{from:r.posAtStart-r.border,to:r.posAtEnd+r.border}:(this.lastChangedTextNode=e.target,{from:r.posAtStart,to:r.posAtEnd,typeOver:e.target.nodeValue==e.oldValue})}}let VT=new WeakMap,GT=!1;function G4(n){if(!VT.has(n)&&(VT.set(n,null),["normal","nowrap","pre-line"].indexOf(getComputedStyle(n.dom).whiteSpace)!==-1)){if(n.requiresGeckoHackNode=kc,GT)return;console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."),GT=!0}}function XT(n,e){let t=e.startContainer,r=e.startOffset,i=e.endContainer,o=e.endOffset,a=n.domAtPos(n.state.selection.anchor);return rh(a.node,a.offset,i,o)&&([t,r,i,o]=[i,o,t,r]),{anchorNode:t,anchorOffset:r,focusNode:i,focusOffset:o}}function X4(n,e){if(e.getComposedRanges){let i=e.getComposedRanges(n.root)[0];if(i)return XT(n,i)}let t;function r(i){i.preventDefault(),i.stopImmediatePropagation(),t=i.getTargetRanges()[0]}return n.dom.addEventListener("beforeinput",r,!0),document.execCommand("indent"),n.dom.removeEventListener("beforeinput",r,!0),t?XT(n,t):null}function Y4(n,e){for(let t=e.parentNode;t&&t!=n.dom;t=t.parentNode){let r=n.docView.nearestDesc(t,!0);if(r&&r.node.isBlock)return t}return null}function Z4(n,e,t){let{node:r,fromOffset:i,toOffset:o,from:a,to:s}=n.docView.parseRange(e,t),l=n.domSelectionRange(),c,f=l.anchorNode;if(f&&n.dom.contains(f.nodeType==1?f:f.parentNode)&&(c=[{node:f,offset:l.anchorOffset}],nm(l)||c.push({node:l.focusNode,offset:l.focusOffset})),Qo&&n.input.lastKeyCode===8)for(let D=o;D>i;D--){let _=r.childNodes[D-1],A=_.pmViewDesc;if(_.nodeName=="BR"&&!A){o=D;break}if(!A||A.size)break}let u=n.state.doc,d=n.someProp("domParser")||Wx.fromSchema(n.state.schema),g=u.resolve(a),b=null,m=d.parse(r,{topNode:g.parent,topMatch:g.parent.contentMatchAt(g.index()),topOpen:!0,from:i,to:o,preserveWhitespace:g.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:J4,context:g});if(c&&c[0].pos!=null){let D=c[0].pos,_=c[1]&&c[1].pos;_==null&&(_=D),b={anchor:D+a,head:_+a}}return{doc:m,sel:b,from:a,to:s}}function J4(n){let e=n.pmViewDesc;if(e)return e.parseRule();if(n.nodeName=="BR"&&n.parentNode){if(Ha&&/^(ul|ol)$/i.test(n.parentNode.nodeName)){let t=document.createElement("div");return t.appendChild(document.createElement("li")),{skip:t}}else if(n.parentNode.lastChild==n||Ha&&/^(tr|table)$/i.test(n.parentNode.nodeName))return{ignore:!0}}else if(n.nodeName=="IMG"&&n.getAttribute("mark-placeholder"))return{ignore:!0};return null}const K4=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function Q4(n,e,t,r,i){let o=n.input.compositionPendingChanges||(n.composing?n.input.compositionID:0);if(n.input.compositionPendingChanges=0,e<0){let W=n.input.lastSelectionTime>Date.now()-50?n.input.lastSelectionOrigin:null,te=Kx(n,W);if(te&&!n.state.selection.eq(te)){if(Qo&&gf&&n.input.lastKeyCode===13&&Date.now()-100<n.input.lastKeyCodeTime&&n.someProp("handleKeyDown",P=>P(n,Yd(13,"Enter"))))return;let ce=n.state.tr.setSelection(te);W=="pointer"?ce.setMeta("pointer",!0):W=="key"&&ce.scrollIntoView(),o&&ce.setMeta("composition",o),n.dispatch(ce)}return}let a=n.state.doc.resolve(e),s=a.sharedDepth(t);e=a.before(s+1),t=n.state.doc.resolve(t).after(s+1);let l=n.state.selection,c=Z4(n,e,t),f=n.state.doc,u=f.slice(c.from,c.to),d,g;n.input.lastKeyCode===8&&Date.now()-100<n.input.lastKeyCodeTime?(d=n.state.selection.to,g="end"):(d=n.state.selection.from,g="start"),n.input.lastKeyCode=null;let b=$4(u.content,c.doc.content,c.from,d,g);if(b&&n.input.domChangeCount++,(Xh&&n.input.lastIOSEnter>Date.now()-225||gf)&&i.some(W=>W.nodeType==1&&!K4.test(W.nodeName))&&(!b||b.endA>=b.endB)&&n.someProp("handleKeyDown",W=>W(n,Yd(13,"Enter")))){n.input.lastIOSEnter=0;return}if(!b)if(r&&l instanceof hn&&!l.empty&&l.$head.sameParent(l.$anchor)&&!n.composing&&!(c.sel&&c.sel.anchor!=c.sel.head))b={start:l.from,endA:l.to,endB:l.to};else{if(c.sel){let W=YT(n,n.state.doc,c.sel);if(W&&!W.eq(n.state.selection)){let te=n.state.tr.setSelection(W);o&&te.setMeta("composition",o),n.dispatch(te)}}return}n.state.selection.from<n.state.selection.to&&b.start==b.endB&&n.state.selection instanceof hn&&(b.start>n.state.selection.from&&b.start<=n.state.selection.from+2&&n.state.selection.from>=c.from?b.start=n.state.selection.from:b.endA<n.state.selection.to&&b.endA>=n.state.selection.to-2&&n.state.selection.to<=c.to&&(b.endB+=n.state.selection.to-b.endA,b.endA=n.state.selection.to)),Ds&&ud<=11&&b.endB==b.start+1&&b.endA==b.start&&b.start>c.from&&c.doc.textBetween(b.start-c.from-1,b.start-c.from+1)==" "&&(b.start--,b.endA--,b.endB--);let m=c.doc.resolveNoCache(b.start-c.from),D=c.doc.resolveNoCache(b.endB-c.from),_=f.resolve(b.start),A=m.sameParent(D)&&m.parent.inlineContent&&_.end()>=b.endA,R;if((Xh&&n.input.lastIOSEnter>Date.now()-225&&(!A||i.some(W=>W.nodeName=="DIV"||W.nodeName=="P"))||!A&&m.pos<c.doc.content.size&&!m.sameParent(D)&&(R=$t.findFrom(c.doc.resolve(m.pos+1),1,!0))&&R.head==D.pos)&&n.someProp("handleKeyDown",W=>W(n,Yd(13,"Enter")))){n.input.lastIOSEnter=0;return}if(n.state.selection.anchor>b.start&&j4(f,b.start,b.endA,m,D)&&n.someProp("handleKeyDown",W=>W(n,Yd(8,"Backspace")))){gf&&Qo&&n.domObserver.suppressSelectionUpdates();return}Qo&&b.endB==b.start&&(n.input.lastChromeDelete=Date.now()),gf&&!A&&m.start()!=D.start()&&D.parentOffset==0&&m.depth==D.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==b.endA&&(b.endB-=2,D=c.doc.resolveNoCache(b.endB-c.from),setTimeout(()=>{n.someProp("handleKeyDown",function(W){return W(n,Yd(13,"Enter"))})},20));let N=b.start,I=b.endA,M,z,Z;if(A){if(m.pos==D.pos)Ds&&ud<=11&&m.parentOffset==0&&(n.domObserver.suppressSelectionUpdates(),setTimeout(()=>bf(n),20)),M=n.state.tr.delete(N,I),z=f.resolve(b.start).marksAcross(f.resolve(b.endA));else if(b.endA==b.endB&&(Z=q4(m.parent.content.cut(m.parentOffset,D.parentOffset),_.parent.content.cut(_.parentOffset,b.endA-_.start()))))M=n.state.tr,Z.type=="add"?M.addMark(N,I,Z.mark):M.removeMark(N,I,Z.mark);else if(m.parent.child(m.index()).isText&&m.index()==D.index()-(D.textOffset?0:1)){let W=m.parent.textBetween(m.parentOffset,D.parentOffset);if(n.someProp("handleTextInput",te=>te(n,N,I,W)))return;M=n.state.tr.insertText(W,N,I)}}if(M||(M=n.state.tr.replace(N,I,c.doc.slice(b.start-c.from,b.endB-c.from))),c.sel){let W=YT(n,M.doc,c.sel);W&&!(Qo&&n.composing&&W.empty&&(b.start!=b.endB||n.input.lastChromeDelete<Date.now()-100)&&(W.head==N||W.head==M.mapping.map(I)-1)||Ds&&W.empty&&W.head==N)&&M.setSelection(W)}z&&M.ensureMarks(z),o&&M.setMeta("composition",o),n.dispatch(M.scrollIntoView())}function YT(n,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:Qx(n,e.resolve(t.anchor),e.resolve(t.head))}function q4(n,e){let t=n.firstChild.marks,r=e.firstChild.marks,i=t,o=r,a,s,l;for(let f=0;f<r.length;f++)i=r[f].removeFromSet(i);for(let f=0;f<t.length;f++)o=t[f].removeFromSet(o);if(i.length==1&&o.length==0)s=i[0],a="add",l=f=>f.mark(s.addToSet(f.marks));else if(i.length==0&&o.length==1)s=o[0],a="remove",l=f=>f.mark(s.removeFromSet(f.marks));else return null;let c=[];for(let f=0;f<e.childCount;f++)c.push(l(e.child(f)));if(ft.from(c).eq(n))return{mark:s,type:a}}function j4(n,e,t,r,i){if(t-e<=i.pos-r.pos||cv(r,!0,!1)<i.pos)return!1;let o=n.resolve(e);if(!r.parent.isTextblock){let s=o.nodeAfter;return s!=null&&t==e+s.nodeSize}if(o.parentOffset<o.parent.content.size||!o.parent.isTextblock)return!1;let a=n.resolve(cv(o,!0,!0));return!a.parent.isTextblock||a.pos>t||cv(a,!0,!1)<t?!1:r.parent.content.cut(r.parentOffset).eq(a.parent.content)}function cv(n,e,t){let r=n.depth,i=e?n.end():n.pos;for(;r>0&&(e||n.indexAfter(r)==n.node(r).childCount);)r--,i++,e=!1;if(t){let o=n.node(r).maybeChild(n.indexAfter(r));for(;o&&!o.isLeaf;)o=o.firstChild,i++}return i}function $4(n,e,t,r,i){let o=n.findDiffStart(e,t);if(o==null)return null;let{a,b:s}=n.findDiffEnd(e,t+n.size,t+e.size);if(i=="end"){let l=Math.max(0,o-Math.min(a,s));r-=a+l-o}if(a<o&&n.size<e.size){let l=r<=o&&r>=a?o-r:0;o-=l,o&&o<e.size&&ZT(e.textBetween(o-1,o+1))&&(o+=l?1:-1),s=o+(s-a),a=o}else if(s<o){let l=r<=o&&r>=s?o-r:0;o-=l,o&&o<n.size&&ZT(n.textBetween(o-1,o+1))&&(o+=l?1:-1),a=o+(a-s),s=o}return{start:o,endA:a,endB:s}}function ZT(n){if(n.length!=2)return!1;let e=n.charCodeAt(0),t=n.charCodeAt(1);return e>=56320&&e<=57343&&t>=55296&&t<=56319}class e6{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new v4,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(jT),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement("div"),e&&(e.appendChild?e.appendChild(this.dom):typeof e=="function"?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=QT(this),KT(this),this.nodeViews=qT(this),this.docView=AT(this.state.doc,JT(this),lv(this),this.dom,this),this.domObserver=new V4(this,(r,i,o,a)=>Q4(this,r,i,o,a)),this.domObserver.start(),x4(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Q2(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(jT),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let r in this._props)t[r]=this._props[r];t.state=this.state;for(let r in e)t[r]=e[r];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){var r;let i=this.state,o=!1,a=!1;e.storedMarks&&this.composing&&(Vk(this),a=!0),this.state=e;let s=i.plugins!=e.plugins||this._props.plugins!=t.plugins;if(s||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let g=qT(this);n6(g,this.nodeViews)&&(this.nodeViews=g,o=!0)}(s||t.handleDOMEvents!=this._props.handleDOMEvents)&&Q2(this),this.editable=QT(this),KT(this);let l=lv(this),c=JT(this),f=i.plugins!=e.plugins&&!i.doc.eq(e.doc)?"reset":e.scrollToSelection>i.scrollToSelection?"to selection":"preserve",u=o||!this.docView.matchesNode(e.doc,c,l);(u||!e.selection.eq(i.selection))&&(a=!0);let d=f=="preserve"&&a&&this.dom.style.overflowAnchor==null&&I8(this);if(a){this.domObserver.stop();let g=u&&(Ds||Qo)&&!this.composing&&!i.selection.empty&&!e.selection.empty&&t6(i.selection,e.selection);if(u){let b=Qo?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=O4(this)),(o||!this.docView.update(e.doc,c,l,this))&&(this.docView.updateOuterDeco(c),this.docView.destroy(),this.docView=AT(e.doc,c,l,this.dom,this)),b&&!this.trackWrites&&(g=!0)}g||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&i4(this))?bf(this,g):(Uk(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(i),!((r=this.dragging)===null||r===void 0)&&r.node&&!i.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,i),f=="reset"?this.dom.scrollTop=0:f=="to selection"?this.scrollToSelection():d&&M8(d)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",t=>t(this)))if(this.state.selection instanceof Zt){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&DT(this,t.getBoundingClientRect(),e)}else DT(this,this.coordsAtPos(this.state.selection.head,1),e)}}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let t=0;t<this.directPlugins.length;t++){let r=this.directPlugins[t];r.spec.view&&this.pluginViews.push(r.spec.view(this))}for(let t=0;t<this.state.plugins.length;t++){let r=this.state.plugins[t];r.spec.view&&this.pluginViews.push(r.spec.view(this))}}else for(let t=0;t<this.pluginViews.length;t++){let r=this.pluginViews[t];r.update&&r.update(this,e)}}updateDraggedNode(e,t){let r=e.node,i=-1;if(this.state.doc.nodeAt(r.from)==r.node)i=r.from;else{let o=r.from+(this.state.doc.content.size-t.doc.content.size);(o>0&&this.state.doc.nodeAt(o))==r.node&&(i=o)}this.dragging=new Xk(e.slice,e.move,i<0?void 0:Zt.create(this.state.doc,i))}someProp(e,t){let r=this._props&&this._props[e],i;if(r!=null&&(i=t?t(r):r))return i;for(let a=0;a<this.directPlugins.length;a++){let s=this.directPlugins[a].props[e];if(s!=null&&(i=t?t(s):s))return i}let o=this.state.plugins;if(o)for(let a=0;a<o.length;a++){let s=o[a].props[e];if(s!=null&&(i=t?t(s):s))return i}}hasFocus(){if(Ds){let e=this.root.activeElement;if(e==this.dom)return!0;if(!e||!this.dom.contains(e))return!1;for(;e&&this.dom!=e&&this.dom.contains(e);){if(e.contentEditable=="false")return!1;e=e.parentElement}return!0}return this.root.activeElement==this.dom}focus(){this.domObserver.stop(),this.editable&&P8(this.dom),bf(this),this.domObserver.start()}get root(){let e=this._root;if(e==null){for(let t=this.dom.parentNode;t;t=t.parentNode)if(t.nodeType==9||t.nodeType==11&&t.host)return t.getSelection||(Object.getPrototypeOf(t).getSelection=()=>t.ownerDocument.getSelection()),this._root=t}return e||document}updateRoot(){this._root=null}posAtCoords(e){return z8(this,e)}coordsAtPos(e,t=1){return Tk(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,r=-1){let i=this.docView.posFromDOM(e,t,r);if(i==null)throw new RangeError("DOM position not inside the editor");return i}endOfTextblock(e,t){return Y8(this,t||this.state,e)}pasteHTML(e,t){return ag(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return ag(this,e,null,!0,t||new ClipboardEvent("paste"))}serializeForClipboard(e){return qx(this,e)}destroy(){this.docView&&(w4(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],lv(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,T8())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return T4(this,e)}dispatch(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))}domSelectionRange(){let e=this.domSelection();return e?Ha&&this.root.nodeType===11&&A8(this.dom.ownerDocument)==this.dom&&X4(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}function JT(n){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(n.editable),n.someProp("attributes",t=>{if(typeof t=="function"&&(t=t(n.state)),t)for(let r in t)r=="class"?e.class+=" "+t[r]:r=="style"?e.style=(e.style?e.style+";":"")+t[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(t[r]))}),e.translate||(e.translate="no"),[qo.node(0,n.state.doc.content.size,e)]}function KT(n){if(n.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),n.cursorWrapper={dom:e,deco:qo.widget(n.state.selection.from,e,{raw:!0,marks:n.markCursor})}}else n.cursorWrapper=null}function QT(n){return!n.someProp("editable",e=>e(n.state)===!1)}function t6(n,e){let t=Math.min(n.$anchor.sharedDepth(n.head),e.$anchor.sharedDepth(e.head));return n.$anchor.start(t)!=e.$anchor.start(t)}function qT(n){let e=Object.create(null);function t(r){for(let i in r)Object.prototype.hasOwnProperty.call(e,i)||(e[i]=r[i])}return n.someProp("nodeViews",t),n.someProp("markViews",t),e}function n6(n,e){let t=0,r=0;for(let i in n){if(n[i]!=e[i])return!0;t++}for(let i in e)r++;return t!=r}function jT(n){if(n.spec.state||n.spec.filterTransaction||n.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}var hd={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:"'"},fb={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},r6=typeof navigator<"u"&&/Mac/.test(navigator.platform),i6=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var Co=0;Co<10;Co++)hd[48+Co]=hd[96+Co]=String(Co);for(var Co=1;Co<=24;Co++)hd[Co+111]="F"+Co;for(var Co=65;Co<=90;Co++)hd[Co]=String.fromCharCode(Co+32),fb[Co]=String.fromCharCode(Co);for(var uv in hd)fb.hasOwnProperty(uv)||(fb[uv]=hd[uv]);function o6(n){var e=r6&&n.metaKey&&n.shiftKey&&!n.ctrlKey&&!n.altKey||i6&&n.shiftKey&&n.key&&n.key.length==1||n.key=="Unidentified",t=!e&&n.key||(n.shiftKey?fb:hd)[n.keyCode]||n.key||"Unidentified";return t=="Esc"&&(t="Escape"),t=="Del"&&(t="Delete"),t=="Left"&&(t="ArrowLeft"),t=="Up"&&(t="ArrowUp"),t=="Right"&&(t="ArrowRight"),t=="Down"&&(t="ArrowDown"),t}const a6=typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):!1;function s6(n){let e=n.split(/-(?!$)/),t=e[e.length-1];t=="Space"&&(t=" ");let r,i,o,a;for(let s=0;s<e.length-1;s++){let l=e[s];if(/^(cmd|meta|m)$/i.test(l))a=!0;else if(/^a(lt)?$/i.test(l))r=!0;else if(/^(c|ctrl|control)$/i.test(l))i=!0;else if(/^s(hift)?$/i.test(l))o=!0;else if(/^mod$/i.test(l))a6?a=!0:i=!0;else throw new Error("Unrecognized modifier name: "+l)}return r&&(t="Alt-"+t),i&&(t="Ctrl-"+t),a&&(t="Meta-"+t),o&&(t="Shift-"+t),t}function l6(n){let e=Object.create(null);for(let t in n)e[s6(t)]=n[t];return e}function fv(n,e,t=!0){return e.altKey&&(n="Alt-"+n),e.ctrlKey&&(n="Ctrl-"+n),e.metaKey&&(n="Meta-"+n),t&&e.shiftKey&&(n="Shift-"+n),n}function c6(n){return new uh({props:{handleKeyDown:rw(n)}})}function rw(n){let e=l6(n);return function(t,r){let i=o6(r),o,a=e[fv(i,r)];if(a&&a(t.state,t.dispatch,t))return!0;if(i.length==1&&i!=" "){if(r.shiftKey){let s=e[fv(i,r,!1)];if(s&&s(t.state,t.dispatch,t))return!0}if((r.shiftKey||r.altKey||r.metaKey||i.charCodeAt(0)>127)&&(o=hd[r.keyCode])&&o!=i){let s=e[fv(o,r)];if(s&&s(t.state,t.dispatch,t))return!0}}return!1}}const iw=(n,e)=>n.selection.empty?!1:(e&&e(n.tr.deleteSelection().scrollIntoView()),!0);function Qk(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("backward",n):t.parentOffset>0)?null:t}const qk=(n,e,t)=>{let r=Qk(n,t);if(!r)return!1;let i=ow(r);if(!i){let a=r.blockRange(),s=a&&tp(a);return s==null?!1:(e&&e(n.tr.lift(a,s).scrollIntoView()),!0)}let o=i.nodeBefore;if(aR(n,i,e,-1))return!0;if(r.parent.content.size==0&&(Yh(o,"end")||Zt.isSelectable(o)))for(let a=r.depth;;a--){let s=em(n.doc,r.before(a),r.after(a),Ct.empty);if(s&&s.slice.size<s.to-s.from){if(e){let l=n.tr.step(s);l.setSelection(Yh(o,"end")?$t.findFrom(l.doc.resolve(l.mapping.map(i.pos,-1)),-1):Zt.create(l.doc,i.pos-o.nodeSize)),e(l.scrollIntoView())}return!0}if(a==1||r.node(a-1).childCount>1)break}return o.isAtom&&i.depth==r.depth-1?(e&&e(n.tr.delete(i.pos-o.nodeSize,i.pos).scrollIntoView()),!0):!1},u6=(n,e,t)=>{let r=Qk(n,t);if(!r)return!1;let i=ow(r);return i?jk(n,i,e):!1},f6=(n,e,t)=>{let r=eR(n,t);if(!r)return!1;let i=aw(r);return i?jk(n,i,e):!1};function jk(n,e,t){let r=e.nodeBefore,i=r,o=e.pos-1;for(;!i.isTextblock;o--){if(i.type.spec.isolating)return!1;let f=i.lastChild;if(!f)return!1;i=f}let a=e.nodeAfter,s=a,l=e.pos+1;for(;!s.isTextblock;l++){if(s.type.spec.isolating)return!1;let f=s.firstChild;if(!f)return!1;s=f}let c=em(n.doc,o,l,Ct.empty);if(!c||c.from!=o||c instanceof ji&&c.slice.size>=l-o)return!1;if(t){let f=n.tr.step(c);f.setSelection(hn.create(f.doc,o)),t(f.scrollIntoView())}return!0}function Yh(n,e,t=!1){for(let r=n;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(t&&r.childCount!=1)return!1}return!1}const $k=(n,e,t)=>{let{$head:r,empty:i}=n.selection,o=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("backward",n):r.parentOffset>0)return!1;o=ow(r)}let a=o&&o.nodeBefore;return!a||!Zt.isSelectable(a)?!1:(e&&e(n.tr.setSelection(Zt.create(n.doc,o.pos-a.nodeSize)).scrollIntoView()),!0)};function ow(n){if(!n.parent.type.spec.isolating)for(let e=n.depth-1;e>=0;e--){if(n.index(e)>0)return n.doc.resolve(n.before(e+1));if(n.node(e).type.spec.isolating)break}return null}function eR(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("forward",n):t.parentOffset<t.parent.content.size)?null:t}const tR=(n,e,t)=>{let r=eR(n,t);if(!r)return!1;let i=aw(r);if(!i)return!1;let o=i.nodeAfter;if(aR(n,i,e,1))return!0;if(r.parent.content.size==0&&(Yh(o,"start")||Zt.isSelectable(o))){let a=em(n.doc,r.before(),r.after(),Ct.empty);if(a&&a.slice.size<a.to-a.from){if(e){let s=n.tr.step(a);s.setSelection(Yh(o,"start")?$t.findFrom(s.doc.resolve(s.mapping.map(i.pos)),1):Zt.create(s.doc,s.mapping.map(i.pos))),e(s.scrollIntoView())}return!0}}return o.isAtom&&i.depth==r.depth-1?(e&&e(n.tr.delete(i.pos,i.pos+o.nodeSize).scrollIntoView()),!0):!1},nR=(n,e,t)=>{let{$head:r,empty:i}=n.selection,o=r;if(!i)return!1;if(r.parent.isTextblock){if(t?!t.endOfTextblock("forward",n):r.parentOffset<r.parent.content.size)return!1;o=aw(r)}let a=o&&o.nodeAfter;return!a||!Zt.isSelectable(a)?!1:(e&&e(n.tr.setSelection(Zt.create(n.doc,o.pos)).scrollIntoView()),!0)};function aw(n){if(!n.parent.type.spec.isolating)for(let e=n.depth-1;e>=0;e--){let t=n.node(e);if(n.index(e)+1<t.childCount)return n.doc.resolve(n.after(e+1));if(t.type.spec.isolating)break}return null}const d6=(n,e)=>{let t=n.selection,r=t instanceof Zt,i;if(r){if(t.node.isTextblock||!np(n.doc,t.from))return!1;i=t.from}else if(i=Gx(n.doc,t.from,-1),i==null)return!1;if(e){let o=n.tr.join(i);r&&o.setSelection(Zt.create(o.doc,i-n.doc.resolve(i).nodeBefore.nodeSize)),e(o.scrollIntoView())}return!0},h6=(n,e)=>{let t=n.selection,r;if(t instanceof Zt){if(t.node.isTextblock||!np(n.doc,t.to))return!1;r=t.to}else if(r=Gx(n.doc,t.to,1),r==null)return!1;return e&&e(n.tr.join(r).scrollIntoView()),!0},p6=(n,e)=>{let{$from:t,$to:r}=n.selection,i=t.blockRange(r),o=i&&tp(i);return o==null?!1:(e&&e(n.tr.lift(i,o).scrollIntoView()),!0)},rR=(n,e)=>{let{$head:t,$anchor:r}=n.selection;return!t.parent.type.spec.code||!t.sameParent(r)?!1:(e&&e(n.tr.insertText(`
|
|
10
|
-
`).scrollIntoView()),!0)};function sw(n){for(let e=0;e<n.edgeCount;e++){let{type:t}=n.edge(e);if(t.isTextblock&&!t.hasRequiredAttrs())return t}return null}const g6=(n,e)=>{let{$head:t,$anchor:r}=n.selection;if(!t.parent.type.spec.code||!t.sameParent(r))return!1;let i=t.node(-1),o=t.indexAfter(-1),a=sw(i.contentMatchAt(o));if(!a||!i.canReplaceWith(o,o,a))return!1;if(e){let s=t.after(),l=n.tr.replaceWith(s,s,a.createAndFill());l.setSelection($t.near(l.doc.resolve(s),1)),e(l.scrollIntoView())}return!0},iR=(n,e)=>{let t=n.selection,{$from:r,$to:i}=t;if(t instanceof $s||r.parent.inlineContent||i.parent.inlineContent)return!1;let o=sw(i.parent.contentMatchAt(i.indexAfter()));if(!o||!o.isTextblock)return!1;if(e){let a=(!r.parentOffset&&i.index()<i.parent.childCount?r:i).pos,s=n.tr.insert(a,o.createAndFill());s.setSelection(hn.create(s.doc,a+1)),e(s.scrollIntoView())}return!0},oR=(n,e)=>{let{$cursor:t}=n.selection;if(!t||t.parent.content.size)return!1;if(t.depth>1&&t.after()!=t.end(-1)){let o=t.before();if(Mh(n.doc,o))return e&&e(n.tr.split(o).scrollIntoView()),!0}let r=t.blockRange(),i=r&&tp(r);return i==null?!1:(e&&e(n.tr.lift(r,i).scrollIntoView()),!0)};function y6(n){return(e,t)=>{let{$from:r,$to:i}=e.selection;if(e.selection instanceof Zt&&e.selection.node.isBlock)return!r.parentOffset||!Mh(e.doc,r.pos)?!1:(t&&t(e.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let o=[],a,s,l=!1,c=!1;for(let g=r.depth;;g--)if(r.node(g).isBlock){l=r.end(g)==r.pos+(r.depth-g),c=r.start(g)==r.pos-(r.depth-g),s=sw(r.node(g-1).contentMatchAt(r.indexAfter(g-1))),o.unshift(l&&s?{type:s}:null),a=g;break}else{if(g==1)return!1;o.unshift(null)}let f=e.tr;(e.selection instanceof hn||e.selection instanceof $s)&&f.deleteSelection();let u=f.mapping.map(r.pos),d=Mh(f.doc,u,o.length,o);if(d||(o[0]=s?{type:s}:null,d=Mh(f.doc,u,o.length,o)),f.split(u,o.length,o),!l&&c&&r.node(a).type!=s){let g=f.mapping.map(r.before(a)),b=f.doc.resolve(g);s&&r.node(a-1).canReplaceWith(b.index(),b.index()+1,s)&&f.setNodeMarkup(f.mapping.map(r.before(a)),s)}return t&&t(f.scrollIntoView()),!0}}const b6=y6(),m6=(n,e)=>{let{$from:t,to:r}=n.selection,i,o=t.sharedDepth(r);return o==0?!1:(i=t.before(o),e&&e(n.tr.setSelection(Zt.create(n.doc,i))),!0)};function v6(n,e,t){let r=e.nodeBefore,i=e.nodeAfter,o=e.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&e.parent.canReplace(o-1,o)?(t&&t(n.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(o,o+1)||!(i.isTextblock||np(n.doc,e.pos))?!1:(t&&t(n.tr.join(e.pos).scrollIntoView()),!0)}function aR(n,e,t,r){let i=e.nodeBefore,o=e.nodeAfter,a,s,l=i.type.spec.isolating||o.type.spec.isolating;if(!l&&v6(n,e,t))return!0;let c=!l&&e.parent.canReplace(e.index(),e.index()+1);if(c&&(a=(s=i.contentMatchAt(i.childCount)).findWrapping(o.type))&&s.matchType(a[0]||o.type).validEnd){if(t){let g=e.pos+o.nodeSize,b=ft.empty;for(let _=a.length-1;_>=0;_--)b=ft.from(a[_].create(null,b));b=ft.from(i.copy(b));let m=n.tr.step(new $i(e.pos-1,g,e.pos,g,new Ct(b,1,0),a.length,!0)),D=m.doc.resolve(g+2*a.length);D.nodeAfter&&D.nodeAfter.type==i.type&&np(m.doc,D.pos)&&m.join(D.pos),t(m.scrollIntoView())}return!0}let f=o.type.spec.isolating||r>0&&l?null:$t.findFrom(e,1),u=f&&f.$from.blockRange(f.$to),d=u&&tp(u);if(d!=null&&d>=e.depth)return t&&t(n.tr.lift(u,d).scrollIntoView()),!0;if(c&&Yh(o,"start",!0)&&Yh(i,"end")){let g=i,b=[];for(;b.push(g),!g.isTextblock;)g=g.lastChild;let m=o,D=1;for(;!m.isTextblock;m=m.firstChild)D++;if(g.canReplace(g.childCount,g.childCount,m.content)){if(t){let _=ft.empty;for(let R=b.length-1;R>=0;R--)_=ft.from(b[R].copy(_));let A=n.tr.step(new $i(e.pos-b.length,e.pos+o.nodeSize,e.pos+D,e.pos+o.nodeSize-D,new Ct(_,b.length,0),0,!0));t(A.scrollIntoView())}return!0}}return!1}function sR(n){return function(e,t){let r=e.selection,i=n<0?r.$from:r.$to,o=i.depth;for(;i.node(o).isInline;){if(!o)return!1;o--}return i.node(o).isTextblock?(t&&t(e.tr.setSelection(hn.create(e.doc,n<0?i.start(o):i.end(o)))),!0):!1}}const x6=sR(-1),w6=sR(1);function D6(n,e=null){return function(t,r){let{$from:i,$to:o}=t.selection,a=i.blockRange(o),s=a&&Vx(a,n,e);return s?(r&&r(t.tr.wrap(a,s).scrollIntoView()),!0):!1}}function T6(n,e=null){return function(t,r){let i=!1;for(let o=0;o<t.selection.ranges.length&&!i;o++){let{$from:{pos:a},$to:{pos:s}}=t.selection.ranges[o];t.doc.nodesBetween(a,s,(l,c)=>{if(i)return!1;if(!(!l.isTextblock||l.hasMarkup(n,e)))if(l.type==n)i=!0;else{let f=t.doc.resolve(c),u=f.index();i=f.parent.canReplaceWith(u,u+1,n)}})}if(!i)return!1;if(r){let o=t.tr;for(let a=0;a<t.selection.ranges.length;a++){let{$from:{pos:s},$to:{pos:l}}=t.selection.ranges[a];o.setBlockType(s,l,n,e)}r(o.scrollIntoView())}return!0}}function lw(...n){return function(e,t,r){for(let i=0;i<n.length;i++)if(n[i](e,t,r))return!0;return!1}}lw(iw,qk,$k);lw(iw,tR,nR);lw(rR,iR,oR,b6);typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):typeof os<"u"&&os.platform&&os.platform()=="darwin";function E6(n,e=null){return function(t,r){let{$from:i,$to:o}=t.selection,a=i.blockRange(o);if(!a)return!1;let s=r?t.tr:null;return _6(s,a,n,e)?(r&&r(s.scrollIntoView()),!0):!1}}function _6(n,e,t,r=null){let i=!1,o=e,a=e.$from.doc;if(e.depth>=2&&e.$from.node(e.depth-1).type.compatibleContent(t)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let l=a.resolve(e.start-2);o=new tg(l,l,e.depth),e.endIndex<e.parent.childCount&&(e=new tg(e.$from,a.resolve(e.$to.end(e.depth)),e.depth)),i=!0}let s=Vx(o,t,r,e);return s?(n&&C6(n,e,s,i,t),!0):!1}function C6(n,e,t,r,i){let o=ft.empty;for(let f=t.length-1;f>=0;f--)o=ft.from(t[f].type.create(t[f].attrs,o));n.step(new $i(e.start-(r?2:0),e.end,e.start,e.end,new Ct(o,0,0),t.length,!0));let a=0;for(let f=0;f<t.length;f++)t[f].type==i&&(a=f+1);let s=t.length-a,l=e.start+t.length-(r?2:0),c=e.parent;for(let f=e.startIndex,u=e.endIndex,d=!0;f<u;f++,d=!1)!d&&Mh(n.doc,l,s)&&(n.split(l,s),l+=2*s),l+=c.child(f).nodeSize;return n}function S6(n){return function(e,t){let{$from:r,$to:i}=e.selection,o=r.blockRange(i,a=>a.childCount>0&&a.firstChild.type==n);return o?t?r.node(o.depth-1).type==n?A6(e,t,n,o):k6(e,t,o):!0:!1}}function A6(n,e,t,r){let i=n.tr,o=r.end,a=r.$to.end(r.depth);o<a&&(i.step(new $i(o-1,a,o,a,new Ct(ft.from(t.create(null,r.parent.copy())),1,0),1,!0)),r=new tg(i.doc.resolve(r.$from.pos),i.doc.resolve(a),r.depth));const s=tp(r);if(s==null)return!1;i.lift(r,s);let l=i.mapping.map(o,-1)-1;return np(i.doc,l)&&i.join(l),e(i.scrollIntoView()),!0}function k6(n,e,t){let r=n.tr,i=t.parent;for(let g=t.end,b=t.endIndex-1,m=t.startIndex;b>m;b--)g-=i.child(b).nodeSize,r.delete(g-1,g+1);let o=r.doc.resolve(t.start),a=o.nodeAfter;if(r.mapping.map(t.end)!=t.start+o.nodeAfter.nodeSize)return!1;let s=t.startIndex==0,l=t.endIndex==i.childCount,c=o.node(-1),f=o.index(-1);if(!c.canReplace(f+(s?0:1),f+1,a.content.append(l?ft.empty:ft.from(i))))return!1;let u=o.pos,d=u+a.nodeSize;return r.step(new $i(u-(s?1:0),d+(l?1:0),u+1,d-1,new Ct((s?ft.empty:ft.from(i.copy(ft.empty))).append(l?ft.empty:ft.from(i.copy(ft.empty))),s?0:1,l?0:1),s?0:1)),e(r.scrollIntoView()),!0}function R6(n){return function(e,t){let{$from:r,$to:i}=e.selection,o=r.blockRange(i,c=>c.childCount>0&&c.firstChild.type==n);if(!o)return!1;let a=o.startIndex;if(a==0)return!1;let s=o.parent,l=s.child(a-1);if(l.type!=n)return!1;if(t){let c=l.lastChild&&l.lastChild.type==s.type,f=ft.from(c?n.create():null),u=new Ct(ft.from(n.create(null,ft.from(s.type.create(null,f)))),c?3:1,0),d=o.start,g=o.end;t(e.tr.step(new $i(d-(c?3:1),g,d,g,u,1,!0)).scrollIntoView())}return!0}}var lR=typeof global=="object"&&global&&global.Object===Object&&global,U6=typeof self=="object"&&self&&self.Object===Object&&self,Fu=lR||U6||Function("return this")(),Ru=Fu.Symbol,cR=Object.prototype,F6=cR.hasOwnProperty,O6=cR.toString,mp=Ru?Ru.toStringTag:void 0;function I6(n){var e=F6.call(n,mp),t=n[mp];try{n[mp]=void 0;var r=!0}catch{}var i=O6.call(n);return r&&(e?n[mp]=t:delete n[mp]),i}var M6=Object.prototype,P6=M6.toString;function N6(n){return P6.call(n)}var B6="[object Null]",L6="[object Undefined]",$T=Ru?Ru.toStringTag:void 0;function wd(n){return n==null?n===void 0?L6:B6:$T&&$T in Object(n)?I6(n):N6(n)}function vf(n){return n!=null&&typeof n=="object"}var W6="[object Symbol]";function om(n){return typeof n=="symbol"||vf(n)&&wd(n)==W6}function uR(n,e){for(var t=-1,r=n==null?0:n.length,i=Array(r);++t<r;)i[t]=e(n[t],t,n);return i}var Uu=Array.isArray,eE=Ru?Ru.prototype:void 0,tE=eE?eE.toString:void 0;function db(n){if(typeof n=="string")return n;if(Uu(n))return uR(n,db)+"";if(om(n))return tE?tE.call(n):"";var e=n+"";return e=="0"&&1/n==-1/0?"-0":e}var z6=/\s/;function H6(n){for(var e=n.length;e--&&z6.test(n.charAt(e)););return e}var V6=/^\s+/;function G6(n){return n&&n.slice(0,H6(n)+1).replace(V6,"")}function pd(n){var e=typeof n;return n!=null&&(e=="object"||e=="function")}var nE=NaN,X6=/^[-+]0x[0-9a-f]+$/i,Y6=/^0b[01]+$/i,Z6=/^0o[0-7]+$/i,J6=parseInt;function Bh(n){if(typeof n=="number")return n;if(om(n))return nE;if(pd(n)){var e=typeof n.valueOf=="function"?n.valueOf():n;n=pd(e)?e+"":e}if(typeof n!="string")return n===0?n:+n;n=G6(n);var t=Y6.test(n);return t||Z6.test(n)?J6(n.slice(2),t?2:8):X6.test(n)?nE:+n}var K6=1/0,Q6=17976931348623157e292;function q6(n){if(!n)return n===0?n:0;if(n=Bh(n),n===K6||n===-1/0){var e=n<0?-1:1;return e*Q6}return n===n?n:0}function j6(n){var e=q6(n),t=e%1;return e===e?t?e-t:e:0}function cw(n){return n}var $6="[object AsyncFunction]",eI="[object Function]",tI="[object GeneratorFunction]",nI="[object Proxy]";function fR(n){if(!pd(n))return!1;var e=wd(n);return e==eI||e==tI||e==$6||e==nI}var dv=Fu["__core-js_shared__"],rE=function(){var n=/[^.]+$/.exec(dv&&dv.keys&&dv.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}();function rI(n){return!!rE&&rE in n}var iI=Function.prototype,oI=iI.toString;function fh(n){if(n!=null){try{return oI.call(n)}catch{}try{return n+""}catch{}}return""}var aI=/[\\^$.*+?()[\]{}|]/g,sI=/^\[object .+?Constructor\]$/,lI=Function.prototype,cI=Object.prototype,uI=lI.toString,fI=cI.hasOwnProperty,dI=RegExp("^"+uI.call(fI).replace(aI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function hI(n){if(!pd(n)||rI(n))return!1;var e=fR(n)?dI:sI;return e.test(fh(n))}function pI(n,e){return n==null?void 0:n[e]}function dh(n,e){var t=pI(n,e);return hI(t)?t:void 0}var q2=dh(Fu,"WeakMap");function gI(n,e,t){switch(t.length){case 0:return n.call(e);case 1:return n.call(e,t[0]);case 2:return n.call(e,t[0],t[1]);case 3:return n.call(e,t[0],t[1],t[2])}return n.apply(e,t)}var yI=800,bI=16,mI=Date.now;function vI(n){var e=0,t=0;return function(){var r=mI(),i=bI-(r-t);if(t=r,i>0){if(++e>=yI)return arguments[0]}else e=0;return n.apply(void 0,arguments)}}function xI(n){return function(){return n}}var iE=function(){try{var n=dh(Object,"defineProperty");return n({},"",{}),n}catch{}}(),wI=iE?function(n,e){return iE(n,"toString",{configurable:!0,enumerable:!1,value:xI(e),writable:!0})}:cw,DI=vI(wI);function TI(n,e,t,r){for(var i=n.length,o=t+-1;++o<i;)if(e(n[o],o,n))return o;return-1}function EI(n){return n!==n}function _I(n,e,t){for(var r=t-1,i=n.length;++r<i;)if(n[r]===e)return r;return-1}function CI(n,e,t){return e===e?_I(n,e,t):TI(n,EI,t)}function SI(n,e){var t=n==null?0:n.length;return!!t&&CI(n,e,0)>-1}var AI=9007199254740991,kI=/^(?:0|[1-9]\d*)$/;function dR(n,e){var t=typeof n;return e=e??AI,!!e&&(t=="number"||t!="symbol"&&kI.test(n))&&n>-1&&n%1==0&&n<e}function hR(n,e){return n===e||n!==n&&e!==e}var oE=Math.max;function RI(n,e,t){return e=oE(e===void 0?n.length-1:e,0),function(){for(var r=arguments,i=-1,o=oE(r.length-e,0),a=Array(o);++i<o;)a[i]=r[e+i];i=-1;for(var s=Array(e+1);++i<e;)s[i]=r[i];return s[e]=t(a),gI(n,this,s)}}function UI(n,e){return DI(RI(n,e,cw),n+"")}var FI=9007199254740991;function uw(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=FI}function pR(n){return n!=null&&uw(n.length)&&!fR(n)}var OI=Object.prototype;function II(n){var e=n&&n.constructor,t=typeof e=="function"&&e.prototype||OI;return n===t}function MI(n,e){for(var t=-1,r=Array(n);++t<n;)r[t]=e(t);return r}var PI="[object Arguments]";function aE(n){return vf(n)&&wd(n)==PI}var gR=Object.prototype,NI=gR.hasOwnProperty,BI=gR.propertyIsEnumerable,fw=aE(function(){return arguments}())?aE:function(n){return vf(n)&&NI.call(n,"callee")&&!BI.call(n,"callee")};function LI(){return!1}var yR=typeof exports=="object"&&exports&&!exports.nodeType&&exports,sE=yR&&typeof module=="object"&&module&&!module.nodeType&&module,WI=sE&&sE.exports===yR,lE=WI?Fu.Buffer:void 0,zI=lE?lE.isBuffer:void 0,j2=zI||LI,HI="[object Arguments]",VI="[object Array]",GI="[object Boolean]",XI="[object Date]",YI="[object Error]",ZI="[object Function]",JI="[object Map]",KI="[object Number]",QI="[object Object]",qI="[object RegExp]",jI="[object Set]",$I="[object String]",eM="[object WeakMap]",tM="[object ArrayBuffer]",nM="[object DataView]",rM="[object Float32Array]",iM="[object Float64Array]",oM="[object Int8Array]",aM="[object Int16Array]",sM="[object Int32Array]",lM="[object Uint8Array]",cM="[object Uint8ClampedArray]",uM="[object Uint16Array]",fM="[object Uint32Array]",_r={};_r[rM]=_r[iM]=_r[oM]=_r[aM]=_r[sM]=_r[lM]=_r[cM]=_r[uM]=_r[fM]=!0;_r[HI]=_r[VI]=_r[tM]=_r[GI]=_r[nM]=_r[XI]=_r[YI]=_r[ZI]=_r[JI]=_r[KI]=_r[QI]=_r[qI]=_r[jI]=_r[$I]=_r[eM]=!1;function dM(n){return vf(n)&&uw(n.length)&&!!_r[wd(n)]}function dw(n){return function(e){return n(e)}}var bR=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Xp=bR&&typeof module=="object"&&module&&!module.nodeType&&module,hM=Xp&&Xp.exports===bR,hv=hM&&lR.process,hb=function(){try{var n=Xp&&Xp.require&&Xp.require("util").types;return n||hv&&hv.binding&&hv.binding("util")}catch{}}(),cE=hb&&hb.isTypedArray,mR=cE?dw(cE):dM,pM=Object.prototype,gM=pM.hasOwnProperty;function yM(n,e){var t=Uu(n),r=!t&&fw(n),i=!t&&!r&&j2(n),o=!t&&!r&&!i&&mR(n),a=t||r||i||o,s=a?MI(n.length,String):[],l=s.length;for(var c in n)gM.call(n,c)&&!(a&&(c=="length"||i&&(c=="offset"||c=="parent")||o&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||dR(c,l)))&&s.push(c);return s}function bM(n,e){return function(t){return n(e(t))}}var mM=bM(Object.keys,Object),vM=Object.prototype,xM=vM.hasOwnProperty;function wM(n){if(!II(n))return mM(n);var e=[];for(var t in Object(n))xM.call(n,t)&&t!="constructor"&&e.push(t);return e}function vR(n){return pR(n)?yM(n):wM(n)}var DM=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,TM=/^\w*$/;function hw(n,e){if(Uu(n))return!1;var t=typeof n;return t=="number"||t=="symbol"||t=="boolean"||n==null||om(n)?!0:TM.test(n)||!DM.test(n)||e!=null&&n in Object(e)}var lg=dh(Object,"create");function EM(){this.__data__=lg?lg(null):{},this.size=0}function _M(n){var e=this.has(n)&&delete this.__data__[n];return this.size-=e?1:0,e}var CM="__lodash_hash_undefined__",SM=Object.prototype,AM=SM.hasOwnProperty;function kM(n){var e=this.__data__;if(lg){var t=e[n];return t===CM?void 0:t}return AM.call(e,n)?e[n]:void 0}var RM=Object.prototype,UM=RM.hasOwnProperty;function FM(n){var e=this.__data__;return lg?e[n]!==void 0:UM.call(e,n)}var OM="__lodash_hash_undefined__";function IM(n,e){var t=this.__data__;return this.size+=this.has(n)?0:1,t[n]=lg&&e===void 0?OM:e,this}function oh(n){var e=-1,t=n==null?0:n.length;for(this.clear();++e<t;){var r=n[e];this.set(r[0],r[1])}}oh.prototype.clear=EM;oh.prototype.delete=_M;oh.prototype.get=kM;oh.prototype.has=FM;oh.prototype.set=IM;function MM(){this.__data__=[],this.size=0}function am(n,e){for(var t=n.length;t--;)if(hR(n[t][0],e))return t;return-1}var PM=Array.prototype,NM=PM.splice;function BM(n){var e=this.__data__,t=am(e,n);if(t<0)return!1;var r=e.length-1;return t==r?e.pop():NM.call(e,t,1),--this.size,!0}function LM(n){var e=this.__data__,t=am(e,n);return t<0?void 0:e[t][1]}function WM(n){return am(this.__data__,n)>-1}function zM(n,e){var t=this.__data__,r=am(t,n);return r<0?(++this.size,t.push([n,e])):t[r][1]=e,this}function _f(n){var e=-1,t=n==null?0:n.length;for(this.clear();++e<t;){var r=n[e];this.set(r[0],r[1])}}_f.prototype.clear=MM;_f.prototype.delete=BM;_f.prototype.get=LM;_f.prototype.has=WM;_f.prototype.set=zM;var cg=dh(Fu,"Map");function HM(){this.size=0,this.__data__={hash:new oh,map:new(cg||_f),string:new oh}}function VM(n){var e=typeof n;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?n!=="__proto__":n===null}function sm(n,e){var t=n.__data__;return VM(e)?t[typeof e=="string"?"string":"hash"]:t.map}function GM(n){var e=sm(this,n).delete(n);return this.size-=e?1:0,e}function XM(n){return sm(this,n).get(n)}function YM(n){return sm(this,n).has(n)}function ZM(n,e){var t=sm(this,n),r=t.size;return t.set(n,e),this.size+=t.size==r?0:1,this}function Cf(n){var e=-1,t=n==null?0:n.length;for(this.clear();++e<t;){var r=n[e];this.set(r[0],r[1])}}Cf.prototype.clear=HM;Cf.prototype.delete=GM;Cf.prototype.get=XM;Cf.prototype.has=YM;Cf.prototype.set=ZM;var JM="Expected a function";function pw(n,e){if(typeof n!="function"||e!=null&&typeof e!="function")throw new TypeError(JM);var t=function(){var r=arguments,i=e?e.apply(this,r):r[0],o=t.cache;if(o.has(i))return o.get(i);var a=n.apply(this,r);return t.cache=o.set(i,a)||o,a};return t.cache=new(pw.Cache||Cf),t}pw.Cache=Cf;var KM=500;function QM(n){var e=pw(n,function(r){return t.size===KM&&t.clear(),r}),t=e.cache;return e}var qM=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,jM=/\\(\\)?/g,$M=QM(function(n){var e=[];return n.charCodeAt(0)===46&&e.push(""),n.replace(qM,function(t,r,i,o){e.push(i?o.replace(jM,"$1"):r||t)}),e});function $2(n){return n==null?"":db(n)}function xR(n,e){return Uu(n)?n:hw(n,e)?[n]:$M($2(n))}function lm(n){if(typeof n=="string"||om(n))return n;var e=n+"";return e=="0"&&1/n==-1/0?"-0":e}function wR(n,e){e=xR(e,n);for(var t=0,r=e.length;n!=null&&t<r;)n=n[lm(e[t++])];return t&&t==r?n:void 0}function e9(n,e,t){var r=n==null?void 0:wR(n,e);return r===void 0?t:r}function DR(n,e){for(var t=-1,r=e.length,i=n.length;++t<r;)n[i+t]=e[t];return n}var uE=Ru?Ru.isConcatSpreadable:void 0;function t9(n){return Uu(n)||fw(n)||!!(uE&&n&&n[uE])}function n9(n,e,t,r,i){var o=-1,a=n.length;for(t||(t=t9),i||(i=[]);++o<a;){var s=n[o];t(s)&&DR(i,s)}return i}function r9(n,e,t){var r=-1,i=n.length;e<0&&(e=-e>i?0:i+e),t=t>i?i:t,t<0&&(t+=i),i=e>t?0:t-e>>>0,e>>>=0;for(var o=Array(i);++r<i;)o[r]=n[r+e];return o}function i9(n,e,t){var r=n.length;return t=t===void 0?r:t,t>=r?n:r9(n,e,t)}var o9="\\ud800-\\udfff",a9="\\u0300-\\u036f",s9="\\ufe20-\\ufe2f",l9="\\u20d0-\\u20ff",c9=a9+s9+l9,u9="\\ufe0e\\ufe0f",f9="\\u200d",d9=RegExp("["+f9+o9+c9+u9+"]");function gw(n){return d9.test(n)}function h9(n){return n.split("")}var TR="\\ud800-\\udfff",p9="\\u0300-\\u036f",g9="\\ufe20-\\ufe2f",y9="\\u20d0-\\u20ff",b9=p9+g9+y9,m9="\\ufe0e\\ufe0f",v9="["+TR+"]",ex="["+b9+"]",tx="\\ud83c[\\udffb-\\udfff]",x9="(?:"+ex+"|"+tx+")",ER="[^"+TR+"]",_R="(?:\\ud83c[\\udde6-\\uddff]){2}",CR="[\\ud800-\\udbff][\\udc00-\\udfff]",w9="\\u200d",SR=x9+"?",AR="["+m9+"]?",D9="(?:"+w9+"(?:"+[ER,_R,CR].join("|")+")"+AR+SR+")*",T9=AR+SR+D9,E9="(?:"+[ER+ex+"?",ex,_R,CR,v9].join("|")+")",_9=RegExp(tx+"(?="+tx+")|"+E9+T9,"g");function C9(n){return n.match(_9)||[]}function S9(n){return gw(n)?C9(n):h9(n)}function A9(n,e,t){return n===n&&(t!==void 0&&(n=n<=t?n:t),e!==void 0&&(n=n>=e?n:e)),n}function k9(n,e,t){return t===void 0&&(t=e,e=void 0),t!==void 0&&(t=Bh(t),t=t===t?t:0),e!==void 0&&(e=Bh(e),e=e===e?e:0),A9(Bh(n),e,t)}function R9(){this.__data__=new _f,this.size=0}function U9(n){var e=this.__data__,t=e.delete(n);return this.size=e.size,t}function F9(n){return this.__data__.get(n)}function O9(n){return this.__data__.has(n)}var I9=200;function M9(n,e){var t=this.__data__;if(t instanceof _f){var r=t.__data__;if(!cg||r.length<I9-1)return r.push([n,e]),this.size=++t.size,this;t=this.__data__=new Cf(r)}return t.set(n,e),this.size=t.size,this}function mf(n){var e=this.__data__=new _f(n);this.size=e.size}mf.prototype.clear=R9;mf.prototype.delete=U9;mf.prototype.get=F9;mf.prototype.has=O9;mf.prototype.set=M9;function P9(n,e){for(var t=-1,r=n==null?0:n.length,i=0,o=[];++t<r;){var a=n[t];e(a,t,n)&&(o[i++]=a)}return o}function N9(){return[]}var B9=Object.prototype,L9=B9.propertyIsEnumerable,fE=Object.getOwnPropertySymbols,W9=fE?function(n){return n==null?[]:(n=Object(n),P9(fE(n),function(e){return L9.call(n,e)}))}:N9;function z9(n,e,t){var r=e(n);return Uu(n)?r:DR(r,t(n))}function dE(n){return z9(n,vR,W9)}var nx=dh(Fu,"DataView"),rx=dh(Fu,"Promise"),ix=dh(Fu,"Set"),hE="[object Map]",H9="[object Object]",pE="[object Promise]",gE="[object Set]",yE="[object WeakMap]",bE="[object DataView]",V9=fh(nx),G9=fh(cg),X9=fh(rx),Y9=fh(ix),Z9=fh(q2),jf=wd;(nx&&jf(new nx(new ArrayBuffer(1)))!=bE||cg&&jf(new cg)!=hE||rx&&jf(rx.resolve())!=pE||ix&&jf(new ix)!=gE||q2&&jf(new q2)!=yE)&&(jf=function(n){var e=wd(n),t=e==H9?n.constructor:void 0,r=t?fh(t):"";if(r)switch(r){case V9:return bE;case G9:return hE;case X9:return pE;case Y9:return gE;case Z9:return yE}return e});var mE=Fu.Uint8Array,J9="__lodash_hash_undefined__";function K9(n){return this.__data__.set(n,J9),this}function Q9(n){return this.__data__.has(n)}function ug(n){var e=-1,t=n==null?0:n.length;for(this.__data__=new Cf;++e<t;)this.add(n[e])}ug.prototype.add=ug.prototype.push=K9;ug.prototype.has=Q9;function q9(n,e){for(var t=-1,r=n==null?0:n.length;++t<r;)if(e(n[t],t,n))return!0;return!1}function kR(n,e){return n.has(e)}var j9=1,$9=2;function RR(n,e,t,r,i,o){var a=t&j9,s=n.length,l=e.length;if(s!=l&&!(a&&l>s))return!1;var c=o.get(n),f=o.get(e);if(c&&f)return c==e&&f==n;var u=-1,d=!0,g=t&$9?new ug:void 0;for(o.set(n,e),o.set(e,n);++u<s;){var b=n[u],m=e[u];if(r)var D=a?r(m,b,u,e,n,o):r(b,m,u,n,e,o);if(D!==void 0){if(D)continue;d=!1;break}if(g){if(!q9(e,function(_,A){if(!kR(g,A)&&(b===_||i(b,_,t,r,o)))return g.push(A)})){d=!1;break}}else if(!(b===m||i(b,m,t,r,o))){d=!1;break}}return o.delete(n),o.delete(e),d}function eP(n){var e=-1,t=Array(n.size);return n.forEach(function(r,i){t[++e]=[i,r]}),t}function tP(n){var e=-1,t=Array(n.size);return n.forEach(function(r){t[++e]=r}),t}var nP=1,rP=2,iP="[object Boolean]",oP="[object Date]",aP="[object Error]",sP="[object Map]",lP="[object Number]",cP="[object RegExp]",uP="[object Set]",fP="[object String]",dP="[object Symbol]",hP="[object ArrayBuffer]",pP="[object DataView]",vE=Ru?Ru.prototype:void 0,pv=vE?vE.valueOf:void 0;function gP(n,e,t,r,i,o,a){switch(t){case pP:if(n.byteLength!=e.byteLength||n.byteOffset!=e.byteOffset)return!1;n=n.buffer,e=e.buffer;case hP:return!(n.byteLength!=e.byteLength||!o(new mE(n),new mE(e)));case iP:case oP:case lP:return hR(+n,+e);case aP:return n.name==e.name&&n.message==e.message;case cP:case fP:return n==e+"";case sP:var s=eP;case uP:var l=r&nP;if(s||(s=tP),n.size!=e.size&&!l)return!1;var c=a.get(n);if(c)return c==e;r|=rP,a.set(n,e);var f=RR(s(n),s(e),r,i,o,a);return a.delete(n),f;case dP:if(pv)return pv.call(n)==pv.call(e)}return!1}var yP=1,bP=Object.prototype,mP=bP.hasOwnProperty;function vP(n,e,t,r,i,o){var a=t&yP,s=dE(n),l=s.length,c=dE(e),f=c.length;if(l!=f&&!a)return!1;for(var u=l;u--;){var d=s[u];if(!(a?d in e:mP.call(e,d)))return!1}var g=o.get(n),b=o.get(e);if(g&&b)return g==e&&b==n;var m=!0;o.set(n,e),o.set(e,n);for(var D=a;++u<l;){d=s[u];var _=n[d],A=e[d];if(r)var R=a?r(A,_,d,e,n,o):r(_,A,d,n,e,o);if(!(R===void 0?_===A||i(_,A,t,r,o):R)){m=!1;break}D||(D=d=="constructor")}if(m&&!D){var N=n.constructor,I=e.constructor;N!=I&&"constructor"in n&&"constructor"in e&&!(typeof N=="function"&&N instanceof N&&typeof I=="function"&&I instanceof I)&&(m=!1)}return o.delete(n),o.delete(e),m}var xP=1,xE="[object Arguments]",wE="[object Array]",Gg="[object Object]",wP=Object.prototype,DE=wP.hasOwnProperty;function DP(n,e,t,r,i,o){var a=Uu(n),s=Uu(e),l=a?wE:jf(n),c=s?wE:jf(e);l=l==xE?Gg:l,c=c==xE?Gg:c;var f=l==Gg,u=c==Gg,d=l==c;if(d&&j2(n)){if(!j2(e))return!1;a=!0,f=!1}if(d&&!f)return o||(o=new mf),a||mR(n)?RR(n,e,t,r,i,o):gP(n,e,l,t,r,i,o);if(!(t&xP)){var g=f&&DE.call(n,"__wrapped__"),b=u&&DE.call(e,"__wrapped__");if(g||b){var m=g?n.value():n,D=b?e.value():e;return o||(o=new mf),i(m,D,t,r,o)}}return d?(o||(o=new mf),vP(n,e,t,r,i,o)):!1}function yw(n,e,t,r,i){return n===e?!0:n==null||e==null||!vf(n)&&!vf(e)?n!==n&&e!==e:DP(n,e,t,r,yw,i)}var TP=1,EP=2;function _P(n,e,t,r){var i=t.length,o=i;if(n==null)return!o;for(n=Object(n);i--;){var a=t[i];if(a[2]?a[1]!==n[a[0]]:!(a[0]in n))return!1}for(;++i<o;){a=t[i];var s=a[0],l=n[s],c=a[1];if(a[2]){if(l===void 0&&!(s in n))return!1}else{var f=new mf,u;if(!(u===void 0?yw(c,l,TP|EP,r,f):u))return!1}}return!0}function UR(n){return n===n&&!pd(n)}function CP(n){for(var e=vR(n),t=e.length;t--;){var r=e[t],i=n[r];e[t]=[r,i,UR(i)]}return e}function FR(n,e){return function(t){return t==null?!1:t[n]===e&&(e!==void 0||n in Object(t))}}function SP(n){var e=CP(n);return e.length==1&&e[0][2]?FR(e[0][0],e[0][1]):function(t){return t===n||_P(t,n,e)}}function AP(n,e){return n!=null&&e in Object(n)}function kP(n,e,t){e=xR(e,n);for(var r=-1,i=e.length,o=!1;++r<i;){var a=lm(e[r]);if(!(o=n!=null&&t(n,a)))break;n=n[a]}return o||++r!=i?o:(i=n==null?0:n.length,!!i&&uw(i)&&dR(a,i)&&(Uu(n)||fw(n)))}function RP(n,e){return n!=null&&kP(n,e,AP)}var UP=1,FP=2;function OP(n,e){return hw(n)&&UR(e)?FR(lm(n),e):function(t){var r=e9(t,n);return r===void 0&&r===e?RP(t,n):yw(e,r,UP|FP)}}function OR(n){return function(e){return e==null?void 0:e[n]}}function IP(n){return function(e){return wR(e,n)}}function MP(n){return hw(n)?OR(lm(n)):IP(n)}function PP(n){return typeof n=="function"?n:n==null?cw:typeof n=="object"?Uu(n)?OP(n[0],n[1]):SP(n):MP(n)}var gv=function(){return Fu.Date.now()},NP="Expected a function",BP=Math.max,LP=Math.min;function IR(n,e,t){var r,i,o,a,s,l,c=0,f=!1,u=!1,d=!0;if(typeof n!="function")throw new TypeError(NP);e=Bh(e)||0,pd(t)&&(f=!!t.leading,u="maxWait"in t,o=u?BP(Bh(t.maxWait)||0,e):o,d="trailing"in t?!!t.trailing:d);function g(M){var z=r,Z=i;return r=i=void 0,c=M,a=n.apply(Z,z),a}function b(M){return c=M,s=setTimeout(_,e),f?g(M):a}function m(M){var z=M-l,Z=M-c,W=e-z;return u?LP(W,o-Z):W}function D(M){var z=M-l,Z=M-c;return l===void 0||z>=e||z<0||u&&Z>=o}function _(){var M=gv();if(D(M))return A(M);s=setTimeout(_,m(M))}function A(M){return s=void 0,d&&r?g(M):(r=i=void 0,a)}function R(){s!==void 0&&clearTimeout(s),c=0,r=l=i=s=void 0}function N(){return s===void 0?a:A(gv())}function I(){var M=gv(),z=D(M);if(r=arguments,i=this,l=M,z){if(s===void 0)return b(l);if(u)return clearTimeout(s),s=setTimeout(_,e),g(l)}return s===void 0&&(s=setTimeout(_,e)),a}return I.cancel=R,I.flush=N,I}function yv(n){return vf(n)&&pR(n)}var WP=200;function zP(n,e,t,r){var i=-1,o=SI,a=!0,s=n.length,l=[],c=e.length;if(!s)return l;t&&(e=uR(e,dw(t))),e.length>=WP&&(o=kR,a=!1,e=new ug(e));e:for(;++i<s;){var f=n[i],u=t==null?f:t(f);if(f=f!==0?f:0,a&&u===u){for(var d=c;d--;)if(e[d]===u)continue e;l.push(f)}else o(e,u,r)||l.push(f)}return l}function HP(n){var e=n==null?0:n.length;return e?n[e-1]:void 0}var VP=UI(function(n,e){var t=HP(e);return yv(t)&&(t=void 0),yv(n)?zP(n,n9(e,1,yv),PP(t)):[]}),GP="[object Number]";function XP(n){return typeof n=="number"||vf(n)&&wd(n)==GP}var YP="[object RegExp]";function ZP(n){return vf(n)&&wd(n)==YP}var TE=hb&&hb.isRegExp,JP=TE?dw(TE):ZP,KP=OR("length"),MR="\\ud800-\\udfff",QP="\\u0300-\\u036f",qP="\\ufe20-\\ufe2f",jP="\\u20d0-\\u20ff",$P=QP+qP+jP,eN="\\ufe0e\\ufe0f",tN="["+MR+"]",ox="["+$P+"]",ax="\\ud83c[\\udffb-\\udfff]",nN="(?:"+ox+"|"+ax+")",PR="[^"+MR+"]",NR="(?:\\ud83c[\\udde6-\\uddff]){2}",BR="[\\ud800-\\udbff][\\udc00-\\udfff]",rN="\\u200d",LR=nN+"?",WR="["+eN+"]?",iN="(?:"+rN+"(?:"+[PR,NR,BR].join("|")+")"+WR+LR+")*",oN=WR+LR+iN,aN="(?:"+[PR+ox+"?",ox,NR,BR,tN].join("|")+")",EE=RegExp(ax+"(?="+ax+")|"+aN+oN,"g");function sN(n){for(var e=EE.lastIndex=0;EE.test(n);)++e;return e}function lN(n){return gw(n)?sN(n):KP(n)}var cN="Expected a function";function uN(n,e,t){var r=!0,i=!0;if(typeof n!="function")throw new TypeError(cN);return pd(t)&&(r="leading"in t?!!t.leading:r,i="trailing"in t?!!t.trailing:i),IR(n,e,{leading:r,maxWait:e,trailing:i})}var fN=30,dN="...",hN=/\w*$/;function pN(n,e){var t=fN,r=dN;if(pd(e)){var i="separator"in e?e.separator:i;t="length"in e?j6(e.length):t,r="omission"in e?db(e.omission):r}n=$2(n);var o=n.length;if(gw(n)){var a=S9(n);o=a.length}if(t>=o)return n;var s=t-lN(r);if(s<1)return r;var l=a?i9(a,0,s).join(""):n.slice(0,s);if(i===void 0)return l+r;if(a&&(s+=l.length-s),JP(i)){if(n.slice(s).search(i)){var c,f=l;for(i.global||(i=RegExp(i.source,$2(hN.exec(i))+"g")),i.lastIndex=0;c=i.exec(f);)var u=c.index;l=l.slice(0,u===void 0?s:u)}}else if(n.indexOf(db(i),s)!=s){var d=l.lastIndexOf(i);d>-1&&(l=l.slice(0,d))}return l+r}function zR(n){var e,t,r="";if(typeof n=="string"||typeof n=="number")r+=n;else if(typeof n=="object")if(Array.isArray(n)){var i=n.length;for(e=0;e<i;e++)n[e]&&(t=zR(n[e]))&&(r&&(r+=" "),r+=t)}else for(t in n)n[t]&&(r&&(r+=" "),r+=t);return r}function Eu(){for(var n,e,t=0,r="",i=arguments.length;t<i;t++)(n=arguments[t])&&(e=zR(n))&&(r&&(r+=" "),r+=e);return r}const bw="-",gN=n=>{const e=bN(n),{conflictingClassGroups:t,conflictingClassGroupModifiers:r}=n;return{getClassGroupId:a=>{const s=a.split(bw);return s[0]===""&&s.length!==1&&s.shift(),HR(s,e)||yN(a)},getConflictingClassGroupIds:(a,s)=>{const l=t[a]||[];return s&&r[a]?[...l,...r[a]]:l}}},HR=(n,e)=>{var a;if(n.length===0)return e.classGroupId;const t=n[0],r=e.nextPart.get(t),i=r?HR(n.slice(1),r):void 0;if(i)return i;if(e.validators.length===0)return;const o=n.join(bw);return(a=e.validators.find(({validator:s})=>s(o)))==null?void 0:a.classGroupId},_E=/^\[(.+)\]$/,yN=n=>{if(_E.test(n)){const e=_E.exec(n)[1],t=e==null?void 0:e.substring(0,e.indexOf(":"));if(t)return"arbitrary.."+t}},bN=n=>{const{theme:e,prefix:t}=n,r={nextPart:new Map,validators:[]};return vN(Object.entries(n.classGroups),t).forEach(([o,a])=>{sx(a,r,o,e)}),r},sx=(n,e,t,r)=>{n.forEach(i=>{if(typeof i=="string"){const o=i===""?e:CE(e,i);o.classGroupId=t;return}if(typeof i=="function"){if(mN(i)){sx(i(r),e,t,r);return}e.validators.push({validator:i,classGroupId:t});return}Object.entries(i).forEach(([o,a])=>{sx(a,CE(e,o),t,r)})})},CE=(n,e)=>{let t=n;return e.split(bw).forEach(r=>{t.nextPart.has(r)||t.nextPart.set(r,{nextPart:new Map,validators:[]}),t=t.nextPart.get(r)}),t},mN=n=>n.isThemeGetter,vN=(n,e)=>e?n.map(([t,r])=>{const i=r.map(o=>typeof o=="string"?e+o:typeof o=="object"?Object.fromEntries(Object.entries(o).map(([a,s])=>[e+a,s])):o);return[t,i]}):n,xN=n=>{if(n<1)return{get:()=>{},set:()=>{}};let e=0,t=new Map,r=new Map;const i=(o,a)=>{t.set(o,a),e++,e>n&&(e=0,r=t,t=new Map)};return{get(o){let a=t.get(o);if(a!==void 0)return a;if((a=r.get(o))!==void 0)return i(o,a),a},set(o,a){t.has(o)?t.set(o,a):i(o,a)}}},VR="!",wN=n=>{const{separator:e,experimentalParseClassName:t}=n,r=e.length===1,i=e[0],o=e.length,a=s=>{const l=[];let c=0,f=0,u;for(let D=0;D<s.length;D++){let _=s[D];if(c===0){if(_===i&&(r||s.slice(D,D+o)===e)){l.push(s.slice(f,D)),f=D+o;continue}if(_==="/"){u=D;continue}}_==="["?c++:_==="]"&&c--}const d=l.length===0?s:s.substring(f),g=d.startsWith(VR),b=g?d.substring(1):d,m=u&&u>f?u-f:void 0;return{modifiers:l,hasImportantModifier:g,baseClassName:b,maybePostfixModifierPosition:m}};return t?s=>t({className:s,parseClassName:a}):a},DN=n=>{if(n.length<=1)return n;const e=[];let t=[];return n.forEach(r=>{r[0]==="["?(e.push(...t.sort(),r),t=[]):t.push(r)}),e.push(...t.sort()),e},TN=n=>({cache:xN(n.cacheSize),parseClassName:wN(n),...gN(n)}),EN=/\s+/,_N=(n,e)=>{const{parseClassName:t,getClassGroupId:r,getConflictingClassGroupIds:i}=e,o=[],a=n.trim().split(EN);let s="";for(let l=a.length-1;l>=0;l-=1){const c=a[l],{modifiers:f,hasImportantModifier:u,baseClassName:d,maybePostfixModifierPosition:g}=t(c);let b=!!g,m=r(b?d.substring(0,g):d);if(!m){if(!b){s=c+(s.length>0?" "+s:s);continue}if(m=r(d),!m){s=c+(s.length>0?" "+s:s);continue}b=!1}const D=DN(f).join(":"),_=u?D+VR:D,A=_+m;if(o.includes(A))continue;o.push(A);const R=i(m,b);for(let N=0;N<R.length;++N){const I=R[N];o.push(_+I)}s=c+(s.length>0?" "+s:s)}return s};function CN(){let n=0,e,t,r="";for(;n<arguments.length;)(e=arguments[n++])&&(t=GR(e))&&(r&&(r+=" "),r+=t);return r}const GR=n=>{if(typeof n=="string")return n;let e,t="";for(let r=0;r<n.length;r++)n[r]&&(e=GR(n[r]))&&(t&&(t+=" "),t+=e);return t};function SN(n,...e){let t,r,i,o=a;function a(l){const c=e.reduce((f,u)=>u(f),n());return t=TN(c),r=t.cache.get,i=t.cache.set,o=s,s(l)}function s(l){const c=r(l);if(c)return c;const f=_N(l,t);return i(l,f),f}return function(){return o(CN.apply(null,arguments))}}const Er=n=>{const e=t=>t[n]||[];return e.isThemeGetter=!0,e},XR=/^\[(?:([a-z-]+):)?(.+)\]$/i,AN=/^\d+\/\d+$/,kN=new Set(["px","full","screen"]),RN=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,UN=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,FN=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,ON=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,IN=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,of=n=>Lh(n)||kN.has(n)||AN.test(n),Gf=n=>rp(n,"length",HN),Lh=n=>!!n&&!Number.isNaN(Number(n)),bv=n=>rp(n,"number",Lh),vp=n=>!!n&&Number.isInteger(Number(n)),MN=n=>n.endsWith("%")&&Lh(n.slice(0,-1)),cn=n=>XR.test(n),Xf=n=>RN.test(n),PN=new Set(["length","size","percentage"]),NN=n=>rp(n,PN,YR),BN=n=>rp(n,"position",YR),LN=new Set(["image","url"]),WN=n=>rp(n,LN,GN),zN=n=>rp(n,"",VN),xp=()=>!0,rp=(n,e,t)=>{const r=XR.exec(n);return r?r[1]?typeof e=="string"?r[1]===e:e.has(r[1]):t(r[2]):!1},HN=n=>UN.test(n)&&!FN.test(n),YR=()=>!1,VN=n=>ON.test(n),GN=n=>IN.test(n),XN=()=>{const n=Er("colors"),e=Er("spacing"),t=Er("blur"),r=Er("brightness"),i=Er("borderColor"),o=Er("borderRadius"),a=Er("borderSpacing"),s=Er("borderWidth"),l=Er("contrast"),c=Er("grayscale"),f=Er("hueRotate"),u=Er("invert"),d=Er("gap"),g=Er("gradientColorStops"),b=Er("gradientColorStopPositions"),m=Er("inset"),D=Er("margin"),_=Er("opacity"),A=Er("padding"),R=Er("saturate"),N=Er("scale"),I=Er("sepia"),M=Er("skew"),z=Er("space"),Z=Er("translate"),W=()=>["auto","contain","none"],te=()=>["auto","hidden","clip","visible","scroll"],ce=()=>["auto",cn,e],P=()=>[cn,e],$=()=>["",of,Gf],U=()=>["auto",Lh,cn],he=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],G=()=>["solid","dashed","dotted","double","none"],j=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],De=()=>["start","end","center","between","around","evenly","stretch"],ie=()=>["","0",cn],fe=()=>["auto","avoid","all","avoid-page","page","left","right","column"],q=()=>[Lh,cn];return{cacheSize:500,separator:":",theme:{colors:[xp],spacing:[of,Gf],blur:["none","",Xf,cn],brightness:q(),borderColor:[n],borderRadius:["none","","full",Xf,cn],borderSpacing:P(),borderWidth:$(),contrast:q(),grayscale:ie(),hueRotate:q(),invert:ie(),gap:P(),gradientColorStops:[n],gradientColorStopPositions:[MN,Gf],inset:ce(),margin:ce(),opacity:q(),padding:P(),saturate:q(),scale:q(),sepia:ie(),skew:q(),space:P(),translate:P()},classGroups:{aspect:[{aspect:["auto","square","video",cn]}],container:["container"],columns:[{columns:[Xf]}],"break-after":[{"break-after":fe()}],"break-before":[{"break-before":fe()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...he(),cn]}],overflow:[{overflow:te()}],"overflow-x":[{"overflow-x":te()}],"overflow-y":[{"overflow-y":te()}],overscroll:[{overscroll:W()}],"overscroll-x":[{"overscroll-x":W()}],"overscroll-y":[{"overscroll-y":W()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[m]}],"inset-x":[{"inset-x":[m]}],"inset-y":[{"inset-y":[m]}],start:[{start:[m]}],end:[{end:[m]}],top:[{top:[m]}],right:[{right:[m]}],bottom:[{bottom:[m]}],left:[{left:[m]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",vp,cn]}],basis:[{basis:ce()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",cn]}],grow:[{grow:ie()}],shrink:[{shrink:ie()}],order:[{order:["first","last","none",vp,cn]}],"grid-cols":[{"grid-cols":[xp]}],"col-start-end":[{col:["auto",{span:["full",vp,cn]},cn]}],"col-start":[{"col-start":U()}],"col-end":[{"col-end":U()}],"grid-rows":[{"grid-rows":[xp]}],"row-start-end":[{row:["auto",{span:[vp,cn]},cn]}],"row-start":[{"row-start":U()}],"row-end":[{"row-end":U()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",cn]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",cn]}],gap:[{gap:[d]}],"gap-x":[{"gap-x":[d]}],"gap-y":[{"gap-y":[d]}],"justify-content":[{justify:["normal",...De()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...De(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...De(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[A]}],px:[{px:[A]}],py:[{py:[A]}],ps:[{ps:[A]}],pe:[{pe:[A]}],pt:[{pt:[A]}],pr:[{pr:[A]}],pb:[{pb:[A]}],pl:[{pl:[A]}],m:[{m:[D]}],mx:[{mx:[D]}],my:[{my:[D]}],ms:[{ms:[D]}],me:[{me:[D]}],mt:[{mt:[D]}],mr:[{mr:[D]}],mb:[{mb:[D]}],ml:[{ml:[D]}],"space-x":[{"space-x":[z]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[z]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",cn,e]}],"min-w":[{"min-w":[cn,e,"min","max","fit"]}],"max-w":[{"max-w":[cn,e,"none","full","min","max","fit","prose",{screen:[Xf]},Xf]}],h:[{h:[cn,e,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[cn,e,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[cn,e,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[cn,e,"auto","min","max","fit"]}],"font-size":[{text:["base",Xf,Gf]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",bv]}],"font-family":[{font:[xp]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",cn]}],"line-clamp":[{"line-clamp":["none",Lh,bv]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",of,cn]}],"list-image":[{"list-image":["none",cn]}],"list-style-type":[{list:["none","disc","decimal",cn]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[n]}],"placeholder-opacity":[{"placeholder-opacity":[_]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[n]}],"text-opacity":[{"text-opacity":[_]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",of,Gf]}],"underline-offset":[{"underline-offset":["auto",of,cn]}],"text-decoration-color":[{decoration:[n]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:P()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",cn]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",cn]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[_]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...he(),BN]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",NN]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},WN]}],"bg-color":[{bg:[n]}],"gradient-from-pos":[{from:[b]}],"gradient-via-pos":[{via:[b]}],"gradient-to-pos":[{to:[b]}],"gradient-from":[{from:[g]}],"gradient-via":[{via:[g]}],"gradient-to":[{to:[g]}],rounded:[{rounded:[o]}],"rounded-s":[{"rounded-s":[o]}],"rounded-e":[{"rounded-e":[o]}],"rounded-t":[{"rounded-t":[o]}],"rounded-r":[{"rounded-r":[o]}],"rounded-b":[{"rounded-b":[o]}],"rounded-l":[{"rounded-l":[o]}],"rounded-ss":[{"rounded-ss":[o]}],"rounded-se":[{"rounded-se":[o]}],"rounded-ee":[{"rounded-ee":[o]}],"rounded-es":[{"rounded-es":[o]}],"rounded-tl":[{"rounded-tl":[o]}],"rounded-tr":[{"rounded-tr":[o]}],"rounded-br":[{"rounded-br":[o]}],"rounded-bl":[{"rounded-bl":[o]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[_]}],"border-style":[{border:[...G(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[_]}],"divide-style":[{divide:G()}],"border-color":[{border:[i]}],"border-color-x":[{"border-x":[i]}],"border-color-y":[{"border-y":[i]}],"border-color-s":[{"border-s":[i]}],"border-color-e":[{"border-e":[i]}],"border-color-t":[{"border-t":[i]}],"border-color-r":[{"border-r":[i]}],"border-color-b":[{"border-b":[i]}],"border-color-l":[{"border-l":[i]}],"divide-color":[{divide:[i]}],"outline-style":[{outline:["",...G()]}],"outline-offset":[{"outline-offset":[of,cn]}],"outline-w":[{outline:[of,Gf]}],"outline-color":[{outline:[n]}],"ring-w":[{ring:$()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[n]}],"ring-opacity":[{"ring-opacity":[_]}],"ring-offset-w":[{"ring-offset":[of,Gf]}],"ring-offset-color":[{"ring-offset":[n]}],shadow:[{shadow:["","inner","none",Xf,zN]}],"shadow-color":[{shadow:[xp]}],opacity:[{opacity:[_]}],"mix-blend":[{"mix-blend":[...j(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":j()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[r]}],contrast:[{contrast:[l]}],"drop-shadow":[{"drop-shadow":["","none",Xf,cn]}],grayscale:[{grayscale:[c]}],"hue-rotate":[{"hue-rotate":[f]}],invert:[{invert:[u]}],saturate:[{saturate:[R]}],sepia:[{sepia:[I]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[r]}],"backdrop-contrast":[{"backdrop-contrast":[l]}],"backdrop-grayscale":[{"backdrop-grayscale":[c]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[f]}],"backdrop-invert":[{"backdrop-invert":[u]}],"backdrop-opacity":[{"backdrop-opacity":[_]}],"backdrop-saturate":[{"backdrop-saturate":[R]}],"backdrop-sepia":[{"backdrop-sepia":[I]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[a]}],"border-spacing-x":[{"border-spacing-x":[a]}],"border-spacing-y":[{"border-spacing-y":[a]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",cn]}],duration:[{duration:q()}],ease:[{ease:["linear","in","out","in-out",cn]}],delay:[{delay:q()}],animate:[{animate:["none","spin","ping","pulse","bounce",cn]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[N]}],"scale-x":[{"scale-x":[N]}],"scale-y":[{"scale-y":[N]}],rotate:[{rotate:[vp,cn]}],"translate-x":[{"translate-x":[Z]}],"translate-y":[{"translate-y":[Z]}],"skew-x":[{"skew-x":[M]}],"skew-y":[{"skew-y":[M]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",cn]}],accent:[{accent:["auto",n]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",cn]}],"caret-color":[{caret:[n]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":P()}],"scroll-mx":[{"scroll-mx":P()}],"scroll-my":[{"scroll-my":P()}],"scroll-ms":[{"scroll-ms":P()}],"scroll-me":[{"scroll-me":P()}],"scroll-mt":[{"scroll-mt":P()}],"scroll-mr":[{"scroll-mr":P()}],"scroll-mb":[{"scroll-mb":P()}],"scroll-ml":[{"scroll-ml":P()}],"scroll-p":[{"scroll-p":P()}],"scroll-px":[{"scroll-px":P()}],"scroll-py":[{"scroll-py":P()}],"scroll-ps":[{"scroll-ps":P()}],"scroll-pe":[{"scroll-pe":P()}],"scroll-pt":[{"scroll-pt":P()}],"scroll-pr":[{"scroll-pr":P()}],"scroll-pb":[{"scroll-pb":P()}],"scroll-pl":[{"scroll-pl":P()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",cn]}],fill:[{fill:[n,"none"]}],"stroke-w":[{stroke:[of,Gf,bv]}],stroke:[{stroke:[n,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},YN=SN(XN);function ZN({updateComputed:n,notifyEffect:e}){let t,r;return{link(c,f){const u=f.depsTail;if(u!==void 0&&u.dep===c)return;const d=u!==void 0?u.nextDep:f.deps;if(d!==void 0&&d.dep===c){f.depsTail=d;return}const g=c.subsTail;if(!(g!==void 0&&g.sub===f&&s(g,f)))return i(c,f,d,u)},propagate(c){let f=32,u=c,d=0;e:do{const g=c.sub,b=g.flags;if(!(b&244)&&(g.flags=b|f|8,!0)||b&16&&!(b&4)&&(g.flags=b&-17|f|8,!0)||!(b&224)&&s(c,g)&&(g.flags=b|16|f|8,g.subs!==void 0)){const m=g.subs;if(m!==void 0){m.nextSub!==void 0?(m.prevSub=u,c=u=m,f=64,++d):(c=m,f=b&2?128:64);continue}b&2&&(r!==void 0?r.depsTail.nextDep=g.deps:t=g,r=g)}else b&(4|f)?!(b&f)&&b&224&&s(c,g)&&(g.flags=b|f):(g.flags=b|f|8,(b&10)===2&&(r!==void 0?r.depsTail.nextDep=g.deps:t=g,r=g));if((c=u.nextSub)!==void 0){u=c,f=d?64:32;continue}for(;d;){--d;const D=u.dep.subs;if(u=D.prevSub,D.prevSub=void 0,(c=u.nextSub)!==void 0){u=c,f=d?64:32;continue e}}break}while(!0)},startTracking(c){c.depsTail=void 0,c.flags=c.flags&-249|4},endTracking(c){const f=c.depsTail;if(f!==void 0){const u=f.nextDep;u!==void 0&&(l(u),f.nextDep=void 0)}else c.deps!==void 0&&(l(c.deps),c.deps=void 0);c.flags&=-5},updateDirtyFlag(c,f){return o(c.deps)?(c.flags=f|32,!0):(c.flags=f&-65,!1)},processComputedUpdate(c,f){if((f&32||(o(c.deps)||(c.flags=f&-65,!1)))&&n(c)){const u=c.subs;u!==void 0&&a(u)}},processPendingInnerEffects(c,f){if(f&128){c.flags=f&-129;let u=c.deps;do{const d=u.dep;"flags"in d&&d.flags&2&&d.flags&224&&e(d),u=u.nextDep}while(u!==void 0)}},processEffectNotifications(){for(;t!==void 0;){const c=t,f=c.depsTail,u=f.nextDep;u!==void 0?(f.nextDep=void 0,t=u.sub):(t=void 0,r=void 0),e(c)||(c.flags&=-9)}}};function i(c,f,u,d){const g={dep:c,sub:f,nextDep:u,prevSub:void 0,nextSub:void 0};if(d===void 0?f.deps=g:d.nextDep=g,c.subs===void 0)c.subs=g;else{const b=c.subsTail;g.prevSub=b,b.nextSub=g}return f.depsTail=g,c.subsTail=g,g}function o(c){let f=0,u;e:do{u=!1;const d=c.dep;if("flags"in d){const g=d.flags;if((g&33)===33){if(n(d)){const b=d.subs;b.nextSub!==void 0&&a(b),u=!0}}else if((g&65)===65){const b=d.subs;b.nextSub!==void 0&&(b.prevSub=c),c=d.deps,++f;continue}}if(!u&&c.nextDep!==void 0){c=c.nextDep;continue}if(f){let g=c.sub;do{--f;const b=g.subs;if(u){if(n(g)){(c=b.prevSub)!==void 0?(b.prevSub=void 0,a(g.subs),g=c.sub):g=b.sub;continue}}else g.flags&=-65;if((c=b.prevSub)!==void 0){if(b.prevSub=void 0,c.nextDep!==void 0){c=c.nextDep;continue e}g=c.sub}else{if((c=b.nextDep)!==void 0)continue e;g=b.sub}u=!1}while(f)}return u}while(!0)}function a(c){do{const f=c.sub,u=f.flags;(u&96)===64&&(f.flags=u|32|8,(u&10)===2&&(r!==void 0?r.depsTail.nextDep=f.deps:t=f,r=f)),c=c.nextSub}while(c!==void 0)}function s(c,f){const u=f.depsTail;if(u!==void 0){let d=f.deps;do{if(d===c)return!0;if(d===u)break;d=d.nextDep}while(d!==void 0)}return!1}function l(c){do{const f=c.dep,u=c.nextDep,d=c.nextSub,g=c.prevSub;if(d!==void 0?d.prevSub=g:f.subsTail=g,g!==void 0?g.nextSub=d:f.subs=d,f.subs===void 0&&"deps"in f){const b=f.flags;b&32||(f.flags=b|32);const m=f.deps;if(m!==void 0){c=m,f.depsTail.nextDep=u,f.deps=void 0,f.depsTail=void 0;continue}}c=u}while(c!==void 0)}}var{link:ZR,propagate:JN,updateDirtyFlag:KN,startTracking:mw,endTracking:vw,processEffectNotifications:QN,processComputedUpdate:hZ,processPendingInnerEffects:JR}=ZN({updateComputed(n){const e=_u;_u=n,mw(n);try{const t=n.currentValue,r=n.getter(t);return t!==r?(n.currentValue=r,!0):!1}finally{_u=e,vw(n)}},notifyEffect(n){return"isScope"in n?$N(n):jN(n)}}),_u;function qN(n){return eB.bind({currentValue:n,subs:void 0,subsTail:void 0})}function KR(n){const e={fn:n,subs:void 0,subsTail:void 0,deps:void 0,depsTail:void 0,flags:2};return _u!==void 0&&ZR(e,_u),QR(e),tB.bind(e)}function QR(n){const e=_u;_u=n,mw(n);try{n.fn()}finally{_u=e,vw(n)}}function jN(n){const e=n.flags;return e&32||e&64&&KN(n,e)?QR(n):JR(n,n.flags),!0}function $N(n){return n.flags&128?(JR(n,n.flags),!0):!1}function eB(...n){if(n.length){if(this.currentValue!==(this.currentValue=n[0])){const e=this.subs;e!==void 0&&(JN(e),QN())}}else return _u!==void 0&&ZR(this,_u),this.currentValue}function tB(){mw(this),vw(this)}function nB(n){return qN(n)}function rB(n){return[_n.useSyncExternalStore(e=>{let t=KR(()=>{n(),e()});return()=>t()},()=>n(),()=>n()),e=>{n(typeof e=="function"?e(n()):e)}]}function iB(n){return _n.useSyncExternalStore(e=>{let t=KR(()=>{n(),e()});return()=>t()},()=>n(),()=>n())}const SE=n=>typeof n=="boolean"?`${n}`:n===0?"0":n,AE=Eu,oB=(n,e)=>t=>{var r;if((e==null?void 0:e.variants)==null)return AE(n,t==null?void 0:t.class,t==null?void 0:t.className);const{variants:i,defaultVariants:o}=e,a=Object.keys(i).map(c=>{const f=t==null?void 0:t[c],u=o==null?void 0:o[c];if(f===null)return null;const d=SE(f)||SE(u);return i[c][d]}),s=t&&Object.entries(t).reduce((c,f)=>{let[u,d]=f;return d===void 0||(c[u]=d),c},{}),l=e==null||(r=e.compoundVariants)===null||r===void 0?void 0:r.reduce((c,f)=>{let{class:u,className:d,...g}=f;return Object.entries(g).every(b=>{let[m,D]=b;return Array.isArray(D)?D.includes({...o,...s}[m]):{...o,...s}[m]===D})?[...c,u,d]:c},[]);return AE(n,a,l,t==null?void 0:t.class,t==null?void 0:t.className)},aB="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2ntley5rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6logistics9properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3ncaster6d0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2psy3ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0america6xi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",sB="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",Zh=(n,e)=>{for(const t in e)n[t]=e[t];return n},lx="numeric",cx="ascii",ux="alpha",Yp="asciinumeric",zp="alphanumeric",fx="domain",qR="emoji",lB="scheme",cB="slashscheme",mv="whitespace";function uB(n,e){return n in e||(e[n]=[]),e[n]}function Kd(n,e,t){e[lx]&&(e[Yp]=!0,e[zp]=!0),e[cx]&&(e[Yp]=!0,e[ux]=!0),e[Yp]&&(e[zp]=!0),e[ux]&&(e[zp]=!0),e[zp]&&(e[fx]=!0),e[qR]&&(e[fx]=!0);for(const r in e){const i=uB(r,t);i.indexOf(n)<0&&i.push(n)}}function fB(n,e){const t={};for(const r in e)e[r].indexOf(n)>=0&&(t[r]=!0);return t}function xs(n=null){this.j={},this.jr=[],this.jd=null,this.t=n}xs.groups={};xs.prototype={accepts(){return!!this.t},go(n){const e=this,t=e.j[n];if(t)return t;for(let r=0;r<e.jr.length;r++){const i=e.jr[r][0],o=e.jr[r][1];if(o&&i.test(n))return o}return e.jd},has(n,e=!1){return e?n in this.j:!!this.go(n)},ta(n,e,t,r){for(let i=0;i<n.length;i++)this.tt(n[i],e,t,r)},tr(n,e,t,r){r=r||xs.groups;let i;return e&&e.j?i=e:(i=new xs(e),t&&r&&Kd(e,t,r)),this.jr.push([n,i]),i},ts(n,e,t,r){let i=this;const o=n.length;if(!o)return i;for(let a=0;a<o-1;a++)i=i.tt(n[a]);return i.tt(n[o-1],e,t,r)},tt(n,e,t,r){r=r||xs.groups;const i=this;if(e&&e.j)return i.j[n]=e,e;const o=e;let a,s=i.go(n);if(s?(a=new xs,Zh(a.j,s.j),a.jr.push.apply(a.jr,s.jr),a.jd=s.jd,a.t=s.t):a=new xs,o){if(r)if(a.t&&typeof a.t=="string"){const l=Zh(fB(a.t,r),t);Kd(o,l,r)}else t&&Kd(o,t,r);a.t=o}return i.j[n]=a,a}};const un=(n,e,t,r,i)=>n.ta(e,t,r,i),ni=(n,e,t,r,i)=>n.tr(e,t,r,i),kE=(n,e,t,r,i)=>n.ts(e,t,r,i),bt=(n,e,t,r,i)=>n.tt(e,t,r,i),ff="WORD",dx="UWORD",jR="ASCIINUMERICAL",$R="ALPHANUMERICAL",fg="LOCALHOST",hx="TLD",px="UTLD",Cy="SCHEME",Uh="SLASH_SCHEME",xw="NUM",gx="WS",ww="NL",Zp="OPENBRACE",Jp="CLOSEBRACE",pb="OPENBRACKET",gb="CLOSEBRACKET",yb="OPENPAREN",bb="CLOSEPAREN",mb="OPENANGLEBRACKET",vb="CLOSEANGLEBRACKET",xb="FULLWIDTHLEFTPAREN",wb="FULLWIDTHRIGHTPAREN",Db="LEFTCORNERBRACKET",Tb="RIGHTCORNERBRACKET",Eb="LEFTWHITECORNERBRACKET",_b="RIGHTWHITECORNERBRACKET",Cb="FULLWIDTHLESSTHAN",Sb="FULLWIDTHGREATERTHAN",Ab="AMPERSAND",Dw="APOSTROPHE",kb="ASTERISK",$f="AT",Rb="BACKSLASH",Ub="BACKTICK",Fb="CARET",nd="COLON",Tw="COMMA",Ob="DOLLAR",xu="DOT",Ib="EQUALS",Ew="EXCLAMATION",Zl="HYPHEN",Kp="PERCENT",Mb="PIPE",Pb="PLUS",Nb="POUND",Qp="QUERY",_w="QUOTE",eU="FULLWIDTHMIDDLEDOT",Cw="SEMI",wu="SLASH",qp="TILDE",Bb="UNDERSCORE",tU="EMOJI",Lb="SYM";var nU=Object.freeze({__proto__:null,WORD:ff,UWORD:dx,ASCIINUMERICAL:jR,ALPHANUMERICAL:$R,LOCALHOST:fg,TLD:hx,UTLD:px,SCHEME:Cy,SLASH_SCHEME:Uh,NUM:xw,WS:gx,NL:ww,OPENBRACE:Zp,CLOSEBRACE:Jp,OPENBRACKET:pb,CLOSEBRACKET:gb,OPENPAREN:yb,CLOSEPAREN:bb,OPENANGLEBRACKET:mb,CLOSEANGLEBRACKET:vb,FULLWIDTHLEFTPAREN:xb,FULLWIDTHRIGHTPAREN:wb,LEFTCORNERBRACKET:Db,RIGHTCORNERBRACKET:Tb,LEFTWHITECORNERBRACKET:Eb,RIGHTWHITECORNERBRACKET:_b,FULLWIDTHLESSTHAN:Cb,FULLWIDTHGREATERTHAN:Sb,AMPERSAND:Ab,APOSTROPHE:Dw,ASTERISK:kb,AT:$f,BACKSLASH:Rb,BACKTICK:Ub,CARET:Fb,COLON:nd,COMMA:Tw,DOLLAR:Ob,DOT:xu,EQUALS:Ib,EXCLAMATION:Ew,HYPHEN:Zl,PERCENT:Kp,PIPE:Mb,PLUS:Pb,POUND:Nb,QUERY:Qp,QUOTE:_w,FULLWIDTHMIDDLEDOT:eU,SEMI:Cw,SLASH:wu,TILDE:qp,UNDERSCORE:Bb,EMOJI:tU,SYM:Lb});const af=/[a-z]/,wp=new RegExp("\\p{L}","u"),vv=new RegExp("\\p{Emoji}","u"),sf=/\d/,xv=/\s/,RE="\r",wv=`
|
|
11
|
-
`,dB="️",hB="",Dv="";let Xg=null,Yg=null;function pB(n=[]){const e={};xs.groups=e;const t=new xs;Xg==null&&(Xg=UE(aB)),Yg==null&&(Yg=UE(sB)),bt(t,"'",Dw),bt(t,"{",Zp),bt(t,"}",Jp),bt(t,"[",pb),bt(t,"]",gb),bt(t,"(",yb),bt(t,")",bb),bt(t,"<",mb),bt(t,">",vb),bt(t,"(",xb),bt(t,")",wb),bt(t,"「",Db),bt(t,"」",Tb),bt(t,"『",Eb),bt(t,"』",_b),bt(t,"<",Cb),bt(t,">",Sb),bt(t,"&",Ab),bt(t,"*",kb),bt(t,"@",$f),bt(t,"`",Ub),bt(t,"^",Fb),bt(t,":",nd),bt(t,",",Tw),bt(t,"$",Ob),bt(t,".",xu),bt(t,"=",Ib),bt(t,"!",Ew),bt(t,"-",Zl),bt(t,"%",Kp),bt(t,"|",Mb),bt(t,"+",Pb),bt(t,"#",Nb),bt(t,"?",Qp),bt(t,'"',_w),bt(t,"/",wu),bt(t,";",Cw),bt(t,"~",qp),bt(t,"_",Bb),bt(t,"\\",Rb),bt(t,"・",eU);const r=ni(t,sf,xw,{[lx]:!0});ni(r,sf,r);const i=ni(r,af,jR,{[Yp]:!0}),o=ni(r,wp,$R,{[zp]:!0}),a=ni(t,af,ff,{[cx]:!0});ni(a,sf,i),ni(a,af,a),ni(i,sf,i),ni(i,af,i);const s=ni(t,wp,dx,{[ux]:!0});ni(s,af),ni(s,sf,o),ni(s,wp,s),ni(o,sf,o),ni(o,af),ni(o,wp,o);const l=bt(t,wv,ww,{[mv]:!0}),c=bt(t,RE,gx,{[mv]:!0}),f=ni(t,xv,gx,{[mv]:!0});bt(t,Dv,f),bt(c,wv,l),bt(c,Dv,f),ni(c,xv,f),bt(f,RE),bt(f,wv),ni(f,xv,f),bt(f,Dv,f);const u=ni(t,vv,tU,{[qR]:!0});bt(u,"#"),ni(u,vv,u),bt(u,dB,u);const d=bt(u,hB);bt(d,"#"),ni(d,vv,u);const g=[[af,a],[sf,i]],b=[[af,null],[wp,s],[sf,o]];for(let m=0;m<Xg.length;m++)Yf(t,Xg[m],hx,ff,g);for(let m=0;m<Yg.length;m++)Yf(t,Yg[m],px,dx,b);Kd(hx,{tld:!0,ascii:!0},e),Kd(px,{utld:!0,alpha:!0},e),Yf(t,"file",Cy,ff,g),Yf(t,"mailto",Cy,ff,g),Yf(t,"http",Uh,ff,g),Yf(t,"https",Uh,ff,g),Yf(t,"ftp",Uh,ff,g),Yf(t,"ftps",Uh,ff,g),Kd(Cy,{scheme:!0,ascii:!0},e),Kd(Uh,{slashscheme:!0,ascii:!0},e),n=n.sort((m,D)=>m[0]>D[0]?1:-1);for(let m=0;m<n.length;m++){const D=n[m][0],A=n[m][1]?{[lB]:!0}:{[cB]:!0};D.indexOf("-")>=0?A[fx]=!0:af.test(D)?sf.test(D)?A[Yp]=!0:A[cx]=!0:A[lx]=!0,kE(t,D,D,A)}return kE(t,"localhost",fg,{ascii:!0}),t.jd=new xs(Lb),{start:t,tokens:Zh({groups:e},nU)}}function rU(n,e){const t=gB(e.replace(/[A-Z]/g,s=>s.toLowerCase())),r=t.length,i=[];let o=0,a=0;for(;a<r;){let s=n,l=null,c=0,f=null,u=-1,d=-1;for(;a<r&&(l=s.go(t[a]));)s=l,s.accepts()?(u=0,d=0,f=s):u>=0&&(u+=t[a].length,d++),c+=t[a].length,o+=t[a].length,a++;o-=u,a-=d,c-=u,i.push({t:f.t,v:e.slice(o-c,o),s:o-c,e:o})}return i}function gB(n){const e=[],t=n.length;let r=0;for(;r<t;){let i=n.charCodeAt(r),o,a=i<55296||i>56319||r+1===t||(o=n.charCodeAt(r+1))<56320||o>57343?n[r]:n.slice(r,r+2);e.push(a),r+=a.length}return e}function Yf(n,e,t,r,i){let o;const a=e.length;for(let s=0;s<a-1;s++){const l=e[s];n.j[l]?o=n.j[l]:(o=new xs(r),o.jr=i.slice(),n.j[l]=o),n=o}return o=new xs(t),o.jr=i.slice(),n.j[e[a-1]]=o,o}function UE(n){const e=[],t=[];let r=0,i="0123456789";for(;r<n.length;){let o=0;for(;i.indexOf(n[r+o])>=0;)o++;if(o>0){e.push(t.join(""));for(let a=parseInt(n.substring(r,r+o),10);a>0;a--)t.pop();r+=o}else t.push(n[r]),r++}return e}const dg={defaultProtocol:"http",events:null,format:FE,formatHref:FE,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Sw(n,e=null){let t=Zh({},dg);n&&(t=Zh(t,n instanceof Sw?n.o:n));const r=t.ignoreTags,i=[];for(let o=0;o<r.length;o++)i.push(r[o].toUpperCase());this.o=t,e&&(this.defaultRender=e),this.ignoreTags=i}Sw.prototype={o:dg,ignoreTags:[],defaultRender(n){return n},check(n){return this.get("validate",n.toString(),n)},get(n,e,t){const r=e!=null;let i=this.o[n];return i&&(typeof i=="object"?(i=t.t in i?i[t.t]:dg[n],typeof i=="function"&&r&&(i=i(e,t))):typeof i=="function"&&r&&(i=i(e,t.t,t)),i)},getObj(n,e,t){let r=this.o[n];return typeof r=="function"&&e!=null&&(r=r(e,t.t,t)),r},render(n){const e=n.render(this);return(this.get("render",null,n)||this.defaultRender)(e,n.t,n)}};function FE(n){return n}function iU(n,e){this.t="token",this.v=n,this.tk=e}iU.prototype={isLink:!1,toString(){return this.v},toHref(n){return this.toString()},toFormattedString(n){const e=this.toString(),t=n.get("truncate",e,this),r=n.get("format",e,this);return t&&r.length>t?r.substring(0,t)+"…":r},toFormattedHref(n){return n.get("formatHref",this.toHref(n.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(n=dg.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(n),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(n){return{type:this.t,value:this.toFormattedString(n),isLink:this.isLink,href:this.toFormattedHref(n),start:this.startIndex(),end:this.endIndex()}},validate(n){return n.get("validate",this.toString(),this)},render(n){const e=this,t=this.toHref(n.get("defaultProtocol")),r=n.get("formatHref",t,this),i=n.get("tagName",t,e),o=this.toFormattedString(n),a={},s=n.get("className",t,e),l=n.get("target",t,e),c=n.get("rel",t,e),f=n.getObj("attributes",t,e),u=n.getObj("events",t,e);return a.href=r,s&&(a.class=s),l&&(a.target=l),c&&(a.rel=c),f&&Zh(a,f),{tagName:i,attributes:a,content:o,eventListeners:u}}};function cm(n,e){class t extends iU{constructor(i,o){super(i,o),this.t=n}}for(const r in e)t.prototype[r]=e[r];return t.t=n,t}const OE=cm("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),IE=cm("text"),yB=cm("nl"),Zg=cm("url",{isLink:!0,toHref(n=dg.defaultProtocol){return this.hasProtocol()?this.v:`${n}://${this.v}`},hasProtocol(){const n=this.tk;return n.length>=2&&n[0].t!==fg&&n[1].t===nd}}),Gl=n=>new xs(n);function bB({groups:n}){const e=n.domain.concat([Ab,kb,$f,Rb,Ub,Fb,Ob,Ib,Zl,xw,Kp,Mb,Pb,Nb,wu,Lb,qp,Bb]),t=[nd,Tw,xu,Ew,Kp,Qp,_w,Cw,mb,vb,Zp,Jp,gb,pb,yb,bb,xb,wb,Db,Tb,Eb,_b,Cb,Sb],r=[Ab,Dw,kb,Rb,Ub,Fb,Ob,Ib,Zl,Zp,Jp,Kp,Mb,Pb,Nb,Qp,wu,Lb,qp,Bb],i=Gl(),o=bt(i,qp);un(o,r,o),un(o,n.domain,o);const a=Gl(),s=Gl(),l=Gl();un(i,n.domain,a),un(i,n.scheme,s),un(i,n.slashscheme,l),un(a,r,o),un(a,n.domain,a);const c=bt(a,$f);bt(o,$f,c),bt(s,$f,c),bt(l,$f,c);const f=bt(o,xu);un(f,r,o),un(f,n.domain,o);const u=Gl();un(c,n.domain,u),un(u,n.domain,u);const d=bt(u,xu);un(d,n.domain,u);const g=Gl(OE);un(d,n.tld,g),un(d,n.utld,g),bt(c,fg,g);const b=bt(u,Zl);bt(b,Zl,b),un(b,n.domain,u),un(g,n.domain,u),bt(g,xu,d),bt(g,Zl,b);const m=bt(g,nd);un(m,n.numeric,OE);const D=bt(a,Zl),_=bt(a,xu);bt(D,Zl,D),un(D,n.domain,a),un(_,r,o),un(_,n.domain,a);const A=Gl(Zg);un(_,n.tld,A),un(_,n.utld,A),un(A,n.domain,a),un(A,r,o),bt(A,xu,_),bt(A,Zl,D),bt(A,$f,c);const R=bt(A,nd),N=Gl(Zg);un(R,n.numeric,N);const I=Gl(Zg),M=Gl();un(I,e,I),un(I,t,M),un(M,e,I),un(M,t,M),bt(A,wu,I),bt(N,wu,I);const z=bt(s,nd),Z=bt(l,nd),W=bt(Z,wu),te=bt(W,wu);un(s,n.domain,a),bt(s,xu,_),bt(s,Zl,D),un(l,n.domain,a),bt(l,xu,_),bt(l,Zl,D),un(z,n.domain,I),bt(z,wu,I),bt(z,Qp,I),un(te,n.domain,I),un(te,e,I),bt(te,wu,I);const ce=[[Zp,Jp],[pb,gb],[yb,bb],[mb,vb],[xb,wb],[Db,Tb],[Eb,_b],[Cb,Sb]];for(let P=0;P<ce.length;P++){const[$,U]=ce[P],he=bt(I,$);bt(M,$,he),bt(he,U,I);const G=Gl(Zg);un(he,e,G);const j=Gl();un(he,t),un(G,e,G),un(G,t,j),un(j,e,G),un(j,t,j),bt(G,U,I),bt(j,U,I)}return bt(i,fg,A),bt(i,ww,yB),{start:i,tokens:nU}}function mB(n,e,t){let r=t.length,i=0,o=[],a=[];for(;i<r;){let s=n,l=null,c=null,f=0,u=null,d=-1;for(;i<r&&!(l=s.go(t[i].t));)a.push(t[i++]);for(;i<r&&(c=l||s.go(t[i].t));)l=null,s=c,s.accepts()?(d=0,u=s):d>=0&&d++,i++,f++;if(d<0)i-=f,i<r&&(a.push(t[i]),i++);else{a.length>0&&(o.push(Tv(IE,e,a)),a=[]),i-=d,f-=d;const g=u.t,b=t.slice(i-f,i);o.push(Tv(g,e,b))}}return a.length>0&&o.push(Tv(IE,e,a)),o}function Tv(n,e,t){const r=t[0].s,i=t[t.length-1].e,o=e.slice(r,i);return new n(o,t)}const vB=typeof console<"u"&&console&&console.warn||(()=>{}),xB="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",Cr={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function wB(){return xs.groups={},Cr.scanner=null,Cr.parser=null,Cr.tokenQueue=[],Cr.pluginQueue=[],Cr.customSchemes=[],Cr.initialized=!1,Cr}function DB(n,e=!1){if(Cr.initialized&&vB(`linkifyjs: already initialized - will not register custom scheme "${n}" ${xB}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(n))throw new Error(`linkifyjs: incorrect scheme format.
|
|
12
|
-
1. Must only contain digits, lowercase ASCII letters or "-"
|
|
13
|
-
2. Cannot start or end with "-"
|
|
14
|
-
3. "-" cannot repeat`);Cr.customSchemes.push([n,e])}function TB(){Cr.scanner=pB(Cr.customSchemes);for(let n=0;n<Cr.tokenQueue.length;n++)Cr.tokenQueue[n][1]({scanner:Cr.scanner});Cr.parser=bB(Cr.scanner.tokens);for(let n=0;n<Cr.pluginQueue.length;n++)Cr.pluginQueue[n][1]({scanner:Cr.scanner,parser:Cr.parser});return Cr.initialized=!0,Cr}function Aw(n){return Cr.initialized||TB(),mB(Cr.parser.start,n,rU(Cr.scanner.start,n))}Aw.scan=rU;function EB(n,e=null,t=null){if(e&&typeof e=="object"){if(t)throw Error(`linkifyjs: Invalid link type ${e}; must be a string`);t=e,e=null}const r=new Sw(t),i=Aw(n),o=[];for(let a=0;a<i.length;a++){const s=i[a];s.isLink&&(!e||s.t===e)&&r.check(s)&&o.push(s.toFormattedObject(r))}return o}var Wb=200,eo=function(){};eo.prototype.append=function(e){return e.length?(e=eo.from(e),!this.length&&e||e.length<Wb&&this.leafAppend(e)||this.length<Wb&&e.leafPrepend(this)||this.appendInner(e)):this};eo.prototype.prepend=function(e){return e.length?eo.from(e).append(this):this};eo.prototype.appendInner=function(e){return new _B(this,e)};eo.prototype.slice=function(e,t){return e===void 0&&(e=0),t===void 0&&(t=this.length),e>=t?eo.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))};eo.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};eo.prototype.forEach=function(e,t,r){t===void 0&&(t=0),r===void 0&&(r=this.length),t<=r?this.forEachInner(e,t,r,0):this.forEachInvertedInner(e,t,r,0)};eo.prototype.map=function(e,t,r){t===void 0&&(t=0),r===void 0&&(r=this.length);var i=[];return this.forEach(function(o,a){return i.push(e(o,a))},t,r),i};eo.from=function(e){return e instanceof eo?e:e&&e.length?new oU(e):eo.empty};var oU=function(n){function e(r){n.call(this),this.values=r}n&&(e.__proto__=n),e.prototype=Object.create(n&&n.prototype),e.prototype.constructor=e;var t={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(i,o){return i==0&&o==this.length?this:new e(this.values.slice(i,o))},e.prototype.getInner=function(i){return this.values[i]},e.prototype.forEachInner=function(i,o,a,s){for(var l=o;l<a;l++)if(i(this.values[l],s+l)===!1)return!1},e.prototype.forEachInvertedInner=function(i,o,a,s){for(var l=o-1;l>=a;l--)if(i(this.values[l],s+l)===!1)return!1},e.prototype.leafAppend=function(i){if(this.length+i.length<=Wb)return new e(this.values.concat(i.flatten()))},e.prototype.leafPrepend=function(i){if(this.length+i.length<=Wb)return new e(i.flatten().concat(this.values))},t.length.get=function(){return this.values.length},t.depth.get=function(){return 0},Object.defineProperties(e.prototype,t),e}(eo);eo.empty=new oU([]);var _B=function(n){function e(t,r){n.call(this),this.left=t,this.right=r,this.length=t.length+r.length,this.depth=Math.max(t.depth,r.depth)+1}return n&&(e.__proto__=n),e.prototype=Object.create(n&&n.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(r){return r<this.left.length?this.left.get(r):this.right.get(r-this.left.length)},e.prototype.forEachInner=function(r,i,o,a){var s=this.left.length;if(i<s&&this.left.forEachInner(r,i,Math.min(o,s),a)===!1||o>s&&this.right.forEachInner(r,Math.max(i-s,0),Math.min(this.length,o)-s,a+s)===!1)return!1},e.prototype.forEachInvertedInner=function(r,i,o,a){var s=this.left.length;if(i>s&&this.right.forEachInvertedInner(r,i-s,Math.max(o,s)-s,a+s)===!1||o<s&&this.left.forEachInvertedInner(r,Math.min(i,s),o,a)===!1)return!1},e.prototype.sliceInner=function(r,i){if(r==0&&i==this.length)return this;var o=this.left.length;return i<=o?this.left.slice(r,i):r>=o?this.right.slice(r-o,i-o):this.left.slice(r,o).append(this.right.slice(0,i-o))},e.prototype.leafAppend=function(r){var i=this.right.leafAppend(r);if(i)return new e(this.left,i)},e.prototype.leafPrepend=function(r){var i=this.left.leafPrepend(r);if(i)return new e(i,this.right)},e.prototype.appendInner=function(r){return this.left.depth>=Math.max(this.right.depth,r.depth)+1?new e(this.left,new e(this.right,r)):new e(this,r)},e}(eo);const CB=500;class Sc{constructor(e,t){this.items=e,this.eventCount=t}popEvent(e,t){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,o;t&&(i=this.remapping(r,this.items.length),o=i.maps.length);let a=e.tr,s,l,c=[],f=[];return this.items.forEach((u,d)=>{if(!u.step){i||(i=this.remapping(r,d+1),o=i.maps.length),o--,f.push(u);return}if(i){f.push(new Zf(u.map));let g=u.step.map(i.slice(o)),b;g&&a.maybeStep(g).doc&&(b=a.mapping.maps[a.mapping.maps.length-1],c.push(new Zf(b,void 0,void 0,c.length+f.length))),o--,b&&i.appendMap(b,o)}else a.maybeStep(u.step);if(u.selection)return s=i?u.selection.map(i.slice(o)):u.selection,l=new Sc(this.items.slice(0,r).append(f.reverse().concat(c)),this.eventCount-1),!1},this.items.length,0),{remaining:l,transform:a,selection:s}}addTransform(e,t,r,i){let o=[],a=this.eventCount,s=this.items,l=!i&&s.length?s.get(s.length-1):null;for(let f=0;f<e.steps.length;f++){let u=e.steps[f].invert(e.docs[f]),d=new Zf(e.mapping.maps[f],u,t),g;(g=l&&l.merge(d))&&(d=g,f?o.pop():s=s.slice(0,s.length-1)),o.push(d),t&&(a++,t=void 0),i||(l=d)}let c=a-r.depth;return c>AB&&(s=SB(s,c),a-=c),new Sc(s.append(o),a)}remapping(e,t){let r=new Ih;return this.items.forEach((i,o)=>{let a=i.mirrorOffset!=null&&o-i.mirrorOffset>=e?r.maps.length-i.mirrorOffset:void 0;r.appendMap(i.map,a)},e,t),r}addMaps(e){return this.eventCount==0?this:new Sc(this.items.append(e.map(t=>new Zf(t))),this.eventCount)}rebased(e,t){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-t),o=e.mapping,a=e.steps.length,s=this.eventCount;this.items.forEach(d=>{d.selection&&s--},i);let l=t;this.items.forEach(d=>{let g=o.getMirror(--l);if(g==null)return;a=Math.min(a,g);let b=o.maps[g];if(d.step){let m=e.steps[g].invert(e.docs[g]),D=d.selection&&d.selection.map(o.slice(l+1,g));D&&s++,r.push(new Zf(b,m,D))}else r.push(new Zf(b))},i);let c=[];for(let d=t;d<a;d++)c.push(new Zf(o.maps[d]));let f=this.items.slice(0,i).append(c).append(r),u=new Sc(f,s);return u.emptyItemCount()>CB&&(u=u.compress(this.items.length-r.length)),u}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(e=this.items.length){let t=this.remapping(0,e),r=t.maps.length,i=[],o=0;return this.items.forEach((a,s)=>{if(s>=e)i.push(a),a.selection&&o++;else if(a.step){let l=a.step.map(t.slice(r)),c=l&&l.getMap();if(r--,c&&t.appendMap(c,r),l){let f=a.selection&&a.selection.map(t.slice(r));f&&o++;let u=new Zf(c.invert(),l,f),d,g=i.length-1;(d=i.length&&i[g].merge(u))?i[g]=d:i.push(u)}}else a.map&&r--},this.items.length,0),new Sc(eo.from(i.reverse()),o)}}Sc.empty=new Sc(eo.empty,0);function SB(n,e){let t;return n.forEach((r,i)=>{if(r.selection&&e--==0)return t=i,!1}),n.slice(t)}let Zf=class aU{constructor(e,t,r,i){this.map=e,this.step=t,this.selection=r,this.mirrorOffset=i}merge(e){if(this.step&&e.step&&!e.selection){let t=e.step.merge(this.step);if(t)return new aU(t.getMap().invert(),t,this.selection)}}};class ed{constructor(e,t,r,i,o){this.done=e,this.undone=t,this.prevRanges=r,this.prevTime=i,this.prevComposition=o}}const AB=20;function kB(n,e,t,r){let i=t.getMeta(eh),o;if(i)return i.historyState;t.getMeta(FB)&&(n=new ed(n.done,n.undone,null,0,-1));let a=t.getMeta("appendedTransaction");if(t.steps.length==0)return n;if(a&&a.getMeta(eh))return a.getMeta(eh).redo?new ed(n.done.addTransform(t,void 0,r,Sy(e)),n.undone,ME(t.mapping.maps),n.prevTime,n.prevComposition):new ed(n.done,n.undone.addTransform(t,void 0,r,Sy(e)),null,n.prevTime,n.prevComposition);if(t.getMeta("addToHistory")!==!1&&!(a&&a.getMeta("addToHistory")===!1)){let s=t.getMeta("composition"),l=n.prevTime==0||!a&&n.prevComposition!=s&&(n.prevTime<(t.time||0)-r.newGroupDelay||!RB(t,n.prevRanges)),c=a?Ev(n.prevRanges,t.mapping):ME(t.mapping.maps);return new ed(n.done.addTransform(t,l?e.selection.getBookmark():void 0,r,Sy(e)),Sc.empty,c,t.time,s??n.prevComposition)}else return(o=t.getMeta("rebased"))?new ed(n.done.rebased(t,o),n.undone.rebased(t,o),Ev(n.prevRanges,t.mapping),n.prevTime,n.prevComposition):new ed(n.done.addMaps(t.mapping.maps),n.undone.addMaps(t.mapping.maps),Ev(n.prevRanges,t.mapping),n.prevTime,n.prevComposition)}function RB(n,e){if(!e)return!1;if(!n.docChanged)return!0;let t=!1;return n.mapping.maps[0].forEach((r,i)=>{for(let o=0;o<e.length;o+=2)r<=e[o+1]&&i>=e[o]&&(t=!0)}),t}function ME(n){let e=[];for(let t=n.length-1;t>=0&&e.length==0;t--)n[t].forEach((r,i,o,a)=>e.push(o,a));return e}function Ev(n,e){if(!n)return null;let t=[];for(let r=0;r<n.length;r+=2){let i=e.map(n[r],1),o=e.map(n[r+1],-1);i<=o&&t.push(i,o)}return t}function UB(n,e,t){let r=Sy(e),i=eh.get(e).spec.config,o=(t?n.undone:n.done).popEvent(e,r);if(!o)return null;let a=o.selection.resolve(o.transform.doc),s=(t?n.done:n.undone).addTransform(o.transform,e.selection.getBookmark(),i,r),l=new ed(t?s:o.remaining,t?o.remaining:s,null,0,-1);return o.transform.setSelection(a).setMeta(eh,{redo:t,historyState:l})}let _v=!1,PE=null;function Sy(n){let e=n.plugins;if(PE!=e){_v=!1,PE=e;for(let t=0;t<e.length;t++)if(e[t].spec.historyPreserveItems){_v=!0;break}}return _v}const eh=new Ef("history"),FB=new Ef("closeHistory");function OB(n={}){return n={depth:n.depth||100,newGroupDelay:n.newGroupDelay||500},new uh({key:eh,state:{init(){return new ed(Sc.empty,Sc.empty,null,0,-1)},apply(e,t,r){return kB(t,r,e,n)}},config:n,props:{handleDOMEvents:{beforeinput(e,t){let r=t.inputType,i=r=="historyUndo"?lU:r=="historyRedo"?cU:null;return i?(t.preventDefault(),i(e.state,e.dispatch)):!1}}}})}function sU(n,e){return(t,r)=>{let i=eh.getState(t);if(!i||(n?i.undone:i.done).eventCount==0)return!1;if(r){let o=UB(i,t,n);o&&r(e?o.scrollIntoView():o)}return!0}}const lU=sU(!1,!0),cU=sU(!0,!0);function IB(n={}){return new uh({view(e){return new MB(e,n)}})}class MB{constructor(e,t){var r;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(r=t.width)!==null&&r!==void 0?r:1,this.color=t.color===!1?void 0:t.color||"black",this.class=t.class,this.handlers=["dragover","dragend","drop","dragleave"].map(i=>{let o=a=>{this[i](a)};return e.dom.addEventListener(i,o),{name:i,handler:o}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,r;if(t){let s=e.nodeBefore,l=e.nodeAfter;if(s||l){let c=this.editorView.nodeDOM(this.cursorPos-(s?s.nodeSize:0));if(c){let f=c.getBoundingClientRect(),u=s?f.bottom:f.top;s&&l&&(u=(u+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2),r={left:f.left,right:f.right,top:u-this.width/2,bottom:u+this.width/2}}}}if(!r){let s=this.editorView.coordsAtPos(this.cursorPos);r={left:s.left-this.width/2,right:s.left+this.width/2,top:s.top,bottom:s.bottom}}let i=this.editorView.dom.offsetParent;this.element||(this.element=i.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",t),this.element.classList.toggle("prosemirror-dropcursor-inline",!t);let o,a;if(!i||i==document.body&&getComputedStyle(i).position=="static")o=-pageXOffset,a=-pageYOffset;else{let s=i.getBoundingClientRect();o=s.left-i.scrollLeft,a=s.top-i.scrollTop}this.element.style.left=r.left-o+"px",this.element.style.top=r.top-a+"px",this.element.style.width=r.right-r.left+"px",this.element.style.height=r.bottom-r.top+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),r=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),i=r&&r.type.spec.disableDropCursor,o=typeof i=="function"?i(this.editorView,t,e):i;if(t&&!o){let a=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let s=uk(this.editorView.state.doc,a,this.editorView.dragging.slice);s!=null&&(a=s)}this.setCursor(a),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){(e.target==this.editorView.dom||!this.editorView.dom.contains(e.relatedTarget))&&this.setCursor(null)}}class ri extends $t{constructor(e){super(e,e)}map(e,t){let r=e.resolve(t.map(this.head));return ri.valid(r)?new ri(r):$t.near(r)}content(){return Ct.empty}eq(e){return e instanceof ri&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,t){if(typeof t.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new ri(e.resolve(t.pos))}getBookmark(){return new kw(this.anchor)}static valid(e){let t=e.parent;if(t.isTextblock||!PB(e)||!NB(e))return!1;let r=t.type.spec.allowGapCursor;if(r!=null)return r;let i=t.contentMatchAt(e.index()).defaultType;return i&&i.isTextblock}static findGapCursorFrom(e,t,r=!1){e:for(;;){if(!r&&ri.valid(e))return e;let i=e.pos,o=null;for(let a=e.depth;;a--){let s=e.node(a);if(t>0?e.indexAfter(a)<s.childCount:e.index(a)>0){o=s.child(t>0?e.indexAfter(a):e.index(a)-1);break}else if(a==0)return null;i+=t;let l=e.doc.resolve(i);if(ri.valid(l))return l}for(;;){let a=t>0?o.firstChild:o.lastChild;if(!a){if(o.isAtom&&!o.isText&&!Zt.isSelectable(o)){e=e.doc.resolve(i+o.nodeSize*t),r=!1;continue e}break}o=a,i+=t;let s=e.doc.resolve(i);if(ri.valid(s))return s}return null}}}ri.prototype.visible=!1;ri.findFrom=ri.findGapCursorFrom;$t.jsonID("gapcursor",ri);class kw{constructor(e){this.pos=e}map(e){return new kw(e.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return ri.valid(t)?new ri(t):$t.near(t)}}function PB(n){for(let e=n.depth;e>=0;e--){let t=n.index(e),r=n.node(e);if(t==0){if(r.type.spec.isolating)return!0;continue}for(let i=r.child(t-1);;i=i.lastChild){if(i.childCount==0&&!i.inlineContent||i.isAtom||i.type.spec.isolating)return!0;if(i.inlineContent)return!1}}return!0}function NB(n){for(let e=n.depth;e>=0;e--){let t=n.indexAfter(e),r=n.node(e);if(t==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let i=r.child(t);;i=i.firstChild){if(i.childCount==0&&!i.inlineContent||i.isAtom||i.type.spec.isolating)return!0;if(i.inlineContent)return!1}}return!0}function BB(){return new uh({props:{decorations:HB,createSelectionBetween(n,e,t){return e.pos==t.pos&&ri.valid(t)?new ri(t):null},handleClick:WB,handleKeyDown:LB,handleDOMEvents:{beforeinput:zB}}})}const LB=rw({ArrowLeft:Jg("horiz",-1),ArrowRight:Jg("horiz",1),ArrowUp:Jg("vert",-1),ArrowDown:Jg("vert",1)});function Jg(n,e){const t=n=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,i,o){let a=r.selection,s=e>0?a.$to:a.$from,l=a.empty;if(a instanceof hn){if(!o.endOfTextblock(t)||s.depth==0)return!1;l=!1,s=r.doc.resolve(e>0?s.after():s.before())}let c=ri.findGapCursorFrom(s,e,l);return c?(i&&i(r.tr.setSelection(new ri(c))),!0):!1}}function WB(n,e,t){if(!n||!n.editable)return!1;let r=n.state.doc.resolve(e);if(!ri.valid(r))return!1;let i=n.posAtCoords({left:t.clientX,top:t.clientY});return i&&i.inside>-1&&Zt.isSelectable(n.state.doc.nodeAt(i.inside))?!1:(n.dispatch(n.state.tr.setSelection(new ri(r))),!0)}function zB(n,e){if(e.inputType!="insertCompositionText"||!(n.state.selection instanceof ri))return!1;let{$from:t}=n.state.selection,r=t.parent.contentMatchAt(t.index()).findWrapping(n.state.schema.nodes.text);if(!r)return!1;let i=ft.empty;for(let a=r.length-1;a>=0;a--)i=ft.from(r[a].createAndFill(null,i));let o=n.state.tr.replace(t.pos,t.pos,new Ct(i,0,0));return o.setSelection(hn.near(o.doc.resolve(t.pos+1))),n.dispatch(o),!1}function HB(n){if(!(n.selection instanceof ri))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",Zr.create(n.doc,[qo.widget(n.selection.head,e,{key:"gapcursor"})])}var yx,bx;if(typeof WeakMap<"u"){let n=new WeakMap;yx=e=>n.get(e),bx=(e,t)=>(n.set(e,t),t)}else{const n=[];let t=0;yx=r=>{for(let i=0;i<n.length;i+=2)if(n[i]==r)return n[i+1]},bx=(r,i)=>(t==10&&(t=0),n[t++]=r,n[t++]=i)}var ii=class{constructor(n,e,t,r){this.width=n,this.height=e,this.map=t,this.problems=r}findCell(n){for(let e=0;e<this.map.length;e++){const t=this.map[e];if(t!=n)continue;const r=e%this.width,i=e/this.width|0;let o=r+1,a=i+1;for(let s=1;o<this.width&&this.map[e+s]==t;s++)o++;for(let s=1;a<this.height&&this.map[e+this.width*s]==t;s++)a++;return{left:r,top:i,right:o,bottom:a}}throw new RangeError(`No cell with offset ${n} found`)}colCount(n){for(let e=0;e<this.map.length;e++)if(this.map[e]==n)return e%this.width;throw new RangeError(`No cell with offset ${n} found`)}nextCell(n,e,t){const{left:r,right:i,top:o,bottom:a}=this.findCell(n);return e=="horiz"?(t<0?r==0:i==this.width)?null:this.map[o*this.width+(t<0?r-1:i)]:(t<0?o==0:a==this.height)?null:this.map[r+this.width*(t<0?o-1:a)]}rectBetween(n,e){const{left:t,right:r,top:i,bottom:o}=this.findCell(n),{left:a,right:s,top:l,bottom:c}=this.findCell(e);return{left:Math.min(t,a),top:Math.min(i,l),right:Math.max(r,s),bottom:Math.max(o,c)}}cellsInRect(n){const e=[],t={};for(let r=n.top;r<n.bottom;r++)for(let i=n.left;i<n.right;i++){const o=r*this.width+i,a=this.map[o];t[a]||(t[a]=!0,!(i==n.left&&i&&this.map[o-1]==a||r==n.top&&r&&this.map[o-this.width]==a)&&e.push(a))}return e}positionAt(n,e,t){for(let r=0,i=0;;r++){const o=i+t.child(r).nodeSize;if(r==n){let a=e+n*this.width;const s=(n+1)*this.width;for(;a<s&&this.map[a]<i;)a++;return a==s?o-1:this.map[a]}i=o}}static get(n){return yx(n)||bx(n,VB(n))}};function VB(n){if(n.type.spec.tableRole!="table")throw new RangeError("Not a table node: "+n.type.name);const e=GB(n),t=n.childCount,r=[];let i=0,o=null;const a=[];for(let c=0,f=e*t;c<f;c++)r[c]=0;for(let c=0,f=0;c<t;c++){const u=n.child(c);f++;for(let b=0;;b++){for(;i<r.length&&r[i]!=0;)i++;if(b==u.childCount)break;const m=u.child(b),{colspan:D,rowspan:_,colwidth:A}=m.attrs;for(let R=0;R<_;R++){if(R+c>=t){(o||(o=[])).push({type:"overlong_rowspan",pos:f,n:_-R});break}const N=i+R*e;for(let I=0;I<D;I++){r[N+I]==0?r[N+I]=f:(o||(o=[])).push({type:"collision",row:c,pos:f,n:D-I});const M=A&&A[I];if(M){const z=(N+I)%e*2,Z=a[z];Z==null||Z!=M&&a[z+1]==1?(a[z]=M,a[z+1]=1):Z==M&&a[z+1]++}}}i+=D,f+=m.nodeSize}const d=(c+1)*e;let g=0;for(;i<d;)r[i++]==0&&g++;g&&(o||(o=[])).push({type:"missing",row:c,n:g}),f++}(e===0||t===0)&&(o||(o=[])).push({type:"zero_sized"});const s=new ii(e,t,r,o);let l=!1;for(let c=0;!l&&c<a.length;c+=2)a[c]!=null&&a[c+1]<t&&(l=!0);return l&&XB(s,a,n),s}function GB(n){let e=-1,t=!1;for(let r=0;r<n.childCount;r++){const i=n.child(r);let o=0;if(t)for(let a=0;a<r;a++){const s=n.child(a);for(let l=0;l<s.childCount;l++){const c=s.child(l);a+c.attrs.rowspan>r&&(o+=c.attrs.colspan)}}for(let a=0;a<i.childCount;a++){const s=i.child(a);o+=s.attrs.colspan,s.attrs.rowspan>1&&(t=!0)}e==-1?e=o:e!=o&&(e=Math.max(e,o))}return e}function XB(n,e,t){n.problems||(n.problems=[]);const r={};for(let i=0;i<n.map.length;i++){const o=n.map[i];if(r[o])continue;r[o]=!0;const a=t.nodeAt(o);if(!a)throw new RangeError(`No cell with offset ${o} found`);let s=null;const l=a.attrs;for(let c=0;c<l.colspan;c++){const f=(i+c)%n.width,u=e[f*2];u!=null&&(!l.colwidth||l.colwidth[c]!=u)&&((s||(s=YB(l)))[c]=u)}s&&n.problems.unshift({type:"colwidth mismatch",pos:o,colwidth:s})}}function YB(n){if(n.colwidth)return n.colwidth.slice();const e=[];for(let t=0;t<n.colspan;t++)e.push(0);return e}function ea(n){let e=n.cached.tableNodeTypes;if(!e){e=n.cached.tableNodeTypes={};for(const t in n.nodes){const r=n.nodes[t],i=r.spec.tableRole;i&&(e[i]=r)}}return e}var rd=new Ef("selectingCells");function ip(n){for(let e=n.depth-1;e>0;e--)if(n.node(e).type.spec.tableRole=="row")return n.node(0).resolve(n.before(e+1));return null}function ZB(n){for(let e=n.depth;e>0;e--){const t=n.node(e).type.spec.tableRole;if(t==="cell"||t==="header_cell")return n.node(e)}return null}function Uc(n){const e=n.selection.$head;for(let t=e.depth;t>0;t--)if(e.node(t).type.spec.tableRole=="row")return!0;return!1}function um(n){const e=n.selection;if("$anchorCell"in e&&e.$anchorCell)return e.$anchorCell.pos>e.$headCell.pos?e.$anchorCell:e.$headCell;if("node"in e&&e.node&&e.node.type.spec.tableRole=="cell")return e.$anchor;const t=ip(e.$head)||JB(e.$head);if(t)return t;throw new RangeError(`No cell found around position ${e.head}`)}function JB(n){for(let e=n.nodeAfter,t=n.pos;e;e=e.firstChild,t++){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return n.doc.resolve(t)}for(let e=n.nodeBefore,t=n.pos;e;e=e.lastChild,t--){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return n.doc.resolve(t-e.nodeSize)}}function mx(n){return n.parent.type.spec.tableRole=="row"&&!!n.nodeAfter}function KB(n){return n.node(0).resolve(n.pos+n.nodeAfter.nodeSize)}function Rw(n,e){return n.depth==e.depth&&n.pos>=e.start(-1)&&n.pos<=e.end(-1)}function uU(n,e,t){const r=n.node(-1),i=ii.get(r),o=n.start(-1),a=i.nextCell(n.pos-o,e,t);return a==null?null:n.node(0).resolve(o+a)}function ah(n,e,t=1){const r={...n,colspan:n.colspan-t};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(e,t),r.colwidth.some(i=>i>0)||(r.colwidth=null)),r}function fU(n,e,t=1){const r={...n,colspan:n.colspan+t};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let i=0;i<t;i++)r.colwidth.splice(e,0,0)}return r}function QB(n,e,t){const r=ea(e.type.schema).header_cell;for(let i=0;i<n.height;i++)if(e.nodeAt(n.map[t+i*n.width]).type!=r)return!1;return!0}var kr=class df extends $t{constructor(e,t=e){const r=e.node(-1),i=ii.get(r),o=e.start(-1),a=i.rectBetween(e.pos-o,t.pos-o),s=e.node(0),l=i.cellsInRect(a).filter(f=>f!=t.pos-o);l.unshift(t.pos-o);const c=l.map(f=>{const u=r.nodeAt(f);if(!u)throw RangeError(`No cell with offset ${f} found`);const d=o+f+1;return new Yx(s.resolve(d),s.resolve(d+u.content.size))});super(c[0].$from,c[0].$to,c),this.$anchorCell=e,this.$headCell=t}map(e,t){const r=e.resolve(t.map(this.$anchorCell.pos)),i=e.resolve(t.map(this.$headCell.pos));if(mx(r)&&mx(i)&&Rw(r,i)){const o=this.$anchorCell.node(-1)!=r.node(-1);return o&&this.isRowSelection()?df.rowSelection(r,i):o&&this.isColSelection()?df.colSelection(r,i):new df(r,i)}return hn.between(r,i)}content(){const e=this.$anchorCell.node(-1),t=ii.get(e),r=this.$anchorCell.start(-1),i=t.rectBetween(this.$anchorCell.pos-r,this.$headCell.pos-r),o={},a=[];for(let l=i.top;l<i.bottom;l++){const c=[];for(let f=l*t.width+i.left,u=i.left;u<i.right;u++,f++){const d=t.map[f];if(o[d])continue;o[d]=!0;const g=t.findCell(d);let b=e.nodeAt(d);if(!b)throw RangeError(`No cell with offset ${d} found`);const m=i.left-g.left,D=g.right-i.right;if(m>0||D>0){let _=b.attrs;if(m>0&&(_=ah(_,0,m)),D>0&&(_=ah(_,_.colspan-D,D)),g.left<i.left){if(b=b.type.createAndFill(_),!b)throw RangeError(`Could not create cell with attrs ${JSON.stringify(_)}`)}else b=b.type.create(_,b.content)}if(g.top<i.top||g.bottom>i.bottom){const _={...b.attrs,rowspan:Math.min(g.bottom,i.bottom)-Math.max(g.top,i.top)};g.top<i.top?b=b.type.createAndFill(_):b=b.type.create(_,b.content)}c.push(b)}a.push(e.child(l).copy(ft.from(c)))}const s=this.isColSelection()&&this.isRowSelection()?e:a;return new Ct(ft.from(s),1,1)}replace(e,t=Ct.empty){const r=e.steps.length,i=this.ranges;for(let a=0;a<i.length;a++){const{$from:s,$to:l}=i[a],c=e.mapping.slice(r);e.replace(c.map(s.pos),c.map(l.pos),a?Ct.empty:t)}const o=$t.findFrom(e.doc.resolve(e.mapping.slice(r).map(this.to)),-1);o&&e.setSelection(o)}replaceWith(e,t){this.replace(e,new Ct(ft.from(t),0,0))}forEachCell(e){const t=this.$anchorCell.node(-1),r=ii.get(t),i=this.$anchorCell.start(-1),o=r.cellsInRect(r.rectBetween(this.$anchorCell.pos-i,this.$headCell.pos-i));for(let a=0;a<o.length;a++)e(t.nodeAt(o[a]),i+o[a])}isColSelection(){const e=this.$anchorCell.index(-1),t=this.$headCell.index(-1);if(Math.min(e,t)>0)return!1;const r=e+this.$anchorCell.nodeAfter.attrs.rowspan,i=t+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(r,i)==this.$headCell.node(-1).childCount}static colSelection(e,t=e){const r=e.node(-1),i=ii.get(r),o=e.start(-1),a=i.findCell(e.pos-o),s=i.findCell(t.pos-o),l=e.node(0);return a.top<=s.top?(a.top>0&&(e=l.resolve(o+i.map[a.left])),s.bottom<i.height&&(t=l.resolve(o+i.map[i.width*(i.height-1)+s.right-1]))):(s.top>0&&(t=l.resolve(o+i.map[s.left])),a.bottom<i.height&&(e=l.resolve(o+i.map[i.width*(i.height-1)+a.right-1]))),new df(e,t)}isRowSelection(){const e=this.$anchorCell.node(-1),t=ii.get(e),r=this.$anchorCell.start(-1),i=t.colCount(this.$anchorCell.pos-r),o=t.colCount(this.$headCell.pos-r);if(Math.min(i,o)>0)return!1;const a=i+this.$anchorCell.nodeAfter.attrs.colspan,s=o+this.$headCell.nodeAfter.attrs.colspan;return Math.max(a,s)==t.width}eq(e){return e instanceof df&&e.$anchorCell.pos==this.$anchorCell.pos&&e.$headCell.pos==this.$headCell.pos}static rowSelection(e,t=e){const r=e.node(-1),i=ii.get(r),o=e.start(-1),a=i.findCell(e.pos-o),s=i.findCell(t.pos-o),l=e.node(0);return a.left<=s.left?(a.left>0&&(e=l.resolve(o+i.map[a.top*i.width])),s.right<i.width&&(t=l.resolve(o+i.map[i.width*(s.top+1)-1]))):(s.left>0&&(t=l.resolve(o+i.map[s.top*i.width])),a.right<i.width&&(e=l.resolve(o+i.map[i.width*(a.top+1)-1]))),new df(e,t)}toJSON(){return{type:"cell",anchor:this.$anchorCell.pos,head:this.$headCell.pos}}static fromJSON(e,t){return new df(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){return new df(e.resolve(t),e.resolve(r))}getBookmark(){return new qB(this.$anchorCell.pos,this.$headCell.pos)}};kr.prototype.visible=!1;$t.jsonID("cell",kr);var qB=class dU{constructor(e,t){this.anchor=e,this.head=t}map(e){return new dU(e.map(this.anchor),e.map(this.head))}resolve(e){const t=e.resolve(this.anchor),r=e.resolve(this.head);return t.parent.type.spec.tableRole=="row"&&r.parent.type.spec.tableRole=="row"&&t.index()<t.parent.childCount&&r.index()<r.parent.childCount&&Rw(t,r)?new kr(t,r):$t.near(r,1)}};function jB(n){if(!(n.selection instanceof kr))return null;const e=[];return n.selection.forEachCell((t,r)=>{e.push(qo.node(r,r+t.nodeSize,{class:"selectedCell"}))}),Zr.create(n.doc,e)}function $B({$from:n,$to:e}){if(n.pos==e.pos||n.pos<e.pos-6)return!1;let t=n.pos,r=e.pos,i=n.depth;for(;i>=0&&!(n.after(i+1)<n.end(i));i--,t++);for(let o=e.depth;o>=0&&!(e.before(o+1)>e.start(o));o--,r--);return t==r&&/row|table/.test(n.node(i).type.spec.tableRole)}function e7({$from:n,$to:e}){let t,r;for(let i=n.depth;i>0;i--){const o=n.node(i);if(o.type.spec.tableRole==="cell"||o.type.spec.tableRole==="header_cell"){t=o;break}}for(let i=e.depth;i>0;i--){const o=e.node(i);if(o.type.spec.tableRole==="cell"||o.type.spec.tableRole==="header_cell"){r=o;break}}return t!==r&&e.parentOffset===0}function t7(n,e,t){const r=(e||n).selection,i=(e||n).doc;let o,a;if(r instanceof Zt&&(a=r.node.type.spec.tableRole)){if(a=="cell"||a=="header_cell")o=kr.create(i,r.from);else if(a=="row"){const s=i.resolve(r.from+1);o=kr.rowSelection(s,s)}else if(!t){const s=ii.get(r.node),l=r.from+1,c=l+s.map[s.width*s.height-1];o=kr.create(i,l+1,c)}}else r instanceof hn&&$B(r)?o=hn.create(i,r.from):r instanceof hn&&e7(r)&&(o=hn.create(i,r.$from.start(),r.$from.end()));return o&&(e||(e=n.tr)).setSelection(o),e}var n7=new Ef("fix-tables");function hU(n,e,t,r){const i=n.childCount,o=e.childCount;e:for(let a=0,s=0;a<o;a++){const l=e.child(a);for(let c=s,f=Math.min(i,a+3);c<f;c++)if(n.child(c)==l){s=c+1,t+=l.nodeSize;continue e}r(l,t),s<i&&n.child(s).sameMarkup(l)?hU(n.child(s),l,t+1,r):l.nodesBetween(0,l.content.size,r,t+1),t+=l.nodeSize}}function pU(n,e){let t;const r=(i,o)=>{i.type.spec.tableRole=="table"&&(t=r7(n,i,o,t))};return e?e.doc!=n.doc&&hU(e.doc,n.doc,0,r):n.doc.descendants(r),t}function r7(n,e,t,r){const i=ii.get(e);if(!i.problems)return r;r||(r=n.tr);const o=[];for(let l=0;l<i.height;l++)o.push(0);for(let l=0;l<i.problems.length;l++){const c=i.problems[l];if(c.type=="collision"){const f=e.nodeAt(c.pos);if(!f)continue;const u=f.attrs;for(let d=0;d<u.rowspan;d++)o[c.row+d]+=c.n;r.setNodeMarkup(r.mapping.map(t+1+c.pos),null,ah(u,u.colspan-c.n,c.n))}else if(c.type=="missing")o[c.row]+=c.n;else if(c.type=="overlong_rowspan"){const f=e.nodeAt(c.pos);if(!f)continue;r.setNodeMarkup(r.mapping.map(t+1+c.pos),null,{...f.attrs,rowspan:f.attrs.rowspan-c.n})}else if(c.type=="colwidth mismatch"){const f=e.nodeAt(c.pos);if(!f)continue;r.setNodeMarkup(r.mapping.map(t+1+c.pos),null,{...f.attrs,colwidth:c.colwidth})}else if(c.type=="zero_sized"){const f=r.mapping.map(t);r.delete(f,f+e.nodeSize)}}let a,s;for(let l=0;l<o.length;l++)o[l]&&(a==null&&(a=l),s=l);for(let l=0,c=t+1;l<i.height;l++){const f=e.child(l),u=c+f.nodeSize,d=o[l];if(d>0){let g="cell";f.firstChild&&(g=f.firstChild.type.spec.tableRole);const b=[];for(let D=0;D<d;D++){const _=ea(n.schema)[g].createAndFill();_&&b.push(_)}const m=(l==0||a==l-1)&&s==l?c+1:u-1;r.insert(r.mapping.map(m),b)}c=u}return r.setMeta(n7,{fixTables:!0})}function Ou(n){const e=n.selection,t=um(n),r=t.node(-1),i=t.start(-1),o=ii.get(r);return{...e instanceof kr?o.rectBetween(e.$anchorCell.pos-i,e.$headCell.pos-i):o.findCell(t.pos-i),tableStart:i,map:o,table:r}}function gU(n,{map:e,tableStart:t,table:r},i){let o=i>0?-1:0;QB(e,r,i+o)&&(o=i==0||i==e.width?null:0);for(let a=0;a<e.height;a++){const s=a*e.width+i;if(i>0&&i<e.width&&e.map[s-1]==e.map[s]){const l=e.map[s],c=r.nodeAt(l);n.setNodeMarkup(n.mapping.map(t+l),null,fU(c.attrs,i-e.colCount(l))),a+=c.attrs.rowspan-1}else{const l=o==null?ea(r.type.schema).cell:r.nodeAt(e.map[s+o]).type,c=e.positionAt(a,i,r);n.insert(n.mapping.map(t+c),l.createAndFill())}}return n}function i7(n,e){if(!Uc(n))return!1;if(e){const t=Ou(n);e(gU(n.tr,t,t.left))}return!0}function o7(n,e){if(!Uc(n))return!1;if(e){const t=Ou(n);e(gU(n.tr,t,t.right))}return!0}function a7(n,{map:e,table:t,tableStart:r},i){const o=n.mapping.maps.length;for(let a=0;a<e.height;){const s=a*e.width+i,l=e.map[s],c=t.nodeAt(l),f=c.attrs;if(i>0&&e.map[s-1]==l||i<e.width-1&&e.map[s+1]==l)n.setNodeMarkup(n.mapping.slice(o).map(r+l),null,ah(f,i-e.colCount(l)));else{const u=n.mapping.slice(o).map(r+l);n.delete(u,u+c.nodeSize)}a+=f.rowspan}}function s7(n,e){if(!Uc(n))return!1;if(e){const t=Ou(n),r=n.tr;if(t.left==0&&t.right==t.map.width)return!1;for(let i=t.right-1;a7(r,t,i),i!=t.left;i--){const o=t.tableStart?r.doc.nodeAt(t.tableStart-1):r.doc;if(!o)throw RangeError("No table found");t.table=o,t.map=ii.get(o)}e(r)}return!0}function l7(n,e,t){var r;const i=ea(e.type.schema).header_cell;for(let o=0;o<n.width;o++)if(((r=e.nodeAt(n.map[o+t*n.width]))==null?void 0:r.type)!=i)return!1;return!0}function yU(n,{map:e,tableStart:t,table:r},i){var o;let a=t;for(let c=0;c<i;c++)a+=r.child(c).nodeSize;const s=[];let l=i>0?-1:0;l7(e,r,i+l)&&(l=i==0||i==e.height?null:0);for(let c=0,f=e.width*i;c<e.width;c++,f++)if(i>0&&i<e.height&&e.map[f]==e.map[f-e.width]){const u=e.map[f],d=r.nodeAt(u).attrs;n.setNodeMarkup(t+u,null,{...d,rowspan:d.rowspan+1}),c+=d.colspan-1}else{const u=l==null?ea(r.type.schema).cell:(o=r.nodeAt(e.map[f+l*e.width]))==null?void 0:o.type,d=u==null?void 0:u.createAndFill();d&&s.push(d)}return n.insert(a,ea(r.type.schema).row.create(null,s)),n}function c7(n,e){if(!Uc(n))return!1;if(e){const t=Ou(n);e(yU(n.tr,t,t.top))}return!0}function u7(n,e){if(!Uc(n))return!1;if(e){const t=Ou(n);e(yU(n.tr,t,t.bottom))}return!0}function f7(n,{map:e,table:t,tableStart:r},i){let o=0;for(let c=0;c<i;c++)o+=t.child(c).nodeSize;const a=o+t.child(i).nodeSize,s=n.mapping.maps.length;n.delete(o+r,a+r);const l=new Set;for(let c=0,f=i*e.width;c<e.width;c++,f++){const u=e.map[f];if(!l.has(u)){if(l.add(u),i>0&&u==e.map[f-e.width]){const d=t.nodeAt(u).attrs;n.setNodeMarkup(n.mapping.slice(s).map(u+r),null,{...d,rowspan:d.rowspan-1}),c+=d.colspan-1}else if(i<e.height&&u==e.map[f+e.width]){const d=t.nodeAt(u),g=d.attrs,b=d.type.create({...g,rowspan:d.attrs.rowspan-1},d.content),m=e.positionAt(i+1,c,t);n.insert(n.mapping.slice(s).map(r+m),b),c+=g.colspan-1}}}}function d7(n,e){if(!Uc(n))return!1;if(e){const t=Ou(n),r=n.tr;if(t.top==0&&t.bottom==t.map.height)return!1;for(let i=t.bottom-1;f7(r,t,i),i!=t.top;i--){const o=t.tableStart?r.doc.nodeAt(t.tableStart-1):r.doc;if(!o)throw RangeError("No table found");t.table=o,t.map=ii.get(t.table)}e(r)}return!0}function NE(n){const e=n.content;return e.childCount==1&&e.child(0).isTextblock&&e.child(0).childCount==0}function h7({width:n,height:e,map:t},r){let i=r.top*n+r.left,o=i,a=(r.bottom-1)*n+r.left,s=i+(r.right-r.left-1);for(let l=r.top;l<r.bottom;l++){if(r.left>0&&t[o]==t[o-1]||r.right<n&&t[s]==t[s+1])return!0;o+=n,s+=n}for(let l=r.left;l<r.right;l++){if(r.top>0&&t[i]==t[i-n]||r.bottom<e&&t[a]==t[a+n])return!0;i++,a++}return!1}function p7(n,e){const t=n.selection;if(!(t instanceof kr)||t.$anchorCell.pos==t.$headCell.pos)return!1;const r=Ou(n),{map:i}=r;if(h7(i,r))return!1;if(e){const o=n.tr,a={};let s=ft.empty,l,c;for(let f=r.top;f<r.bottom;f++)for(let u=r.left;u<r.right;u++){const d=i.map[f*i.width+u],g=r.table.nodeAt(d);if(!(a[d]||!g))if(a[d]=!0,l==null)l=d,c=g;else{NE(g)||(s=s.append(g.content));const b=o.mapping.map(d+r.tableStart);o.delete(b,b+g.nodeSize)}}if(l==null||c==null)return!0;if(o.setNodeMarkup(l+r.tableStart,null,{...fU(c.attrs,c.attrs.colspan,r.right-r.left-c.attrs.colspan),rowspan:r.bottom-r.top}),s.size){const f=l+1+c.content.size,u=NE(c)?l+1:f;o.replaceWith(u+r.tableStart,f+r.tableStart,s)}o.setSelection(new kr(o.doc.resolve(l+r.tableStart))),e(o)}return!0}function g7(n,e){const t=ea(n.schema);return y7(({node:r})=>t[r.type.spec.tableRole])(n,e)}function y7(n){return(e,t)=>{var r;const i=e.selection;let o,a;if(i instanceof kr){if(i.$anchorCell.pos!=i.$headCell.pos)return!1;o=i.$anchorCell.nodeAfter,a=i.$anchorCell.pos}else{if(o=ZB(i.$from),!o)return!1;a=(r=ip(i.$from))==null?void 0:r.pos}if(o==null||a==null||o.attrs.colspan==1&&o.attrs.rowspan==1)return!1;if(t){let s=o.attrs;const l=[],c=s.colwidth;s.rowspan>1&&(s={...s,rowspan:1}),s.colspan>1&&(s={...s,colspan:1});const f=Ou(e),u=e.tr;for(let g=0;g<f.right-f.left;g++)l.push(c?{...s,colwidth:c&&c[g]?[c[g]]:null}:s);let d;for(let g=f.top;g<f.bottom;g++){let b=f.map.positionAt(g,f.left,f.table);g==f.top&&(b+=o.nodeSize);for(let m=f.left,D=0;m<f.right;m++,D++)m==f.left&&g==f.top||u.insert(d=u.mapping.map(b+f.tableStart,1),n({node:o,row:g,col:m}).createAndFill(l[D]))}u.setNodeMarkup(a,n({node:o,row:f.top,col:f.left}),l[0]),i instanceof kr&&u.setSelection(new kr(u.doc.resolve(i.$anchorCell.pos),d?u.doc.resolve(d):void 0)),t(u)}return!0}}function b7(n,e){return function(t,r){if(!Uc(t))return!1;const i=um(t);if(i.nodeAfter.attrs[n]===e)return!1;if(r){const o=t.tr;t.selection instanceof kr?t.selection.forEachCell((a,s)=>{a.attrs[n]!==e&&o.setNodeMarkup(s,null,{...a.attrs,[n]:e})}):o.setNodeMarkup(i.pos,null,{...i.nodeAfter.attrs,[n]:e}),r(o)}return!0}}function m7(n){return function(e,t){if(!Uc(e))return!1;if(t){const r=ea(e.schema),i=Ou(e),o=e.tr,a=i.map.cellsInRect(n=="column"?{left:i.left,top:0,right:i.right,bottom:i.map.height}:n=="row"?{left:0,top:i.top,right:i.map.width,bottom:i.bottom}:i),s=a.map(l=>i.table.nodeAt(l));for(let l=0;l<a.length;l++)s[l].type==r.header_cell&&o.setNodeMarkup(i.tableStart+a[l],r.cell,s[l].attrs);if(o.steps.length==0)for(let l=0;l<a.length;l++)o.setNodeMarkup(i.tableStart+a[l],r.header_cell,s[l].attrs);t(o)}return!0}}function BE(n,e,t){const r=e.map.cellsInRect({left:0,top:0,right:n=="row"?e.map.width:1,bottom:n=="column"?e.map.height:1});for(let i=0;i<r.length;i++){const o=e.table.nodeAt(r[i]);if(o&&o.type!==t.header_cell)return!1}return!0}function fm(n,e){return e=e||{useDeprecatedLogic:!1},e.useDeprecatedLogic?m7(n):function(t,r){if(!Uc(t))return!1;if(r){const i=ea(t.schema),o=Ou(t),a=t.tr,s=BE("row",o,i),l=BE("column",o,i),f=(n==="column"?s:n==="row"?l:!1)?1:0,u=n=="column"?{left:0,top:f,right:1,bottom:o.map.height}:n=="row"?{left:f,top:0,right:o.map.width,bottom:1}:o,d=n=="column"?l?i.cell:i.header_cell:n=="row"?s?i.cell:i.header_cell:i.cell;o.map.cellsInRect(u).forEach(g=>{const b=g+o.tableStart,m=a.doc.nodeAt(b);m&&a.setNodeMarkup(b,d,m.attrs)}),r(a)}return!0}}fm("row",{useDeprecatedLogic:!0});fm("column",{useDeprecatedLogic:!0});var v7=fm("cell",{useDeprecatedLogic:!0});function x7(n,e){if(e<0){const t=n.nodeBefore;if(t)return n.pos-t.nodeSize;for(let r=n.index(-1)-1,i=n.before();r>=0;r--){const o=n.node(-1).child(r),a=o.lastChild;if(a)return i-1-a.nodeSize;i-=o.nodeSize}}else{if(n.index()<n.parent.childCount-1)return n.pos+n.nodeAfter.nodeSize;const t=n.node(-1);for(let r=n.indexAfter(-1),i=n.after();r<t.childCount;r++){const o=t.child(r);if(o.childCount)return i+1;i+=o.nodeSize}}return null}function w7(n){return function(e,t){if(!Uc(e))return!1;const r=x7(um(e),n);if(r==null)return!1;if(t){const i=e.doc.resolve(r);t(e.tr.setSelection(hn.between(i,KB(i))).scrollIntoView())}return!0}}function D7(n,e){const t=n.selection.$anchor;for(let r=t.depth;r>0;r--)if(t.node(r).type.spec.tableRole=="table")return e&&e(n.tr.delete(t.before(r),t.after(r)).scrollIntoView()),!0;return!1}function Kg(n,e){const t=n.selection;if(!(t instanceof kr))return!1;if(e){const r=n.tr,i=ea(n.schema).cell.createAndFill().content;t.forEachCell((o,a)=>{o.content.eq(i)||r.replace(r.mapping.map(a+1),r.mapping.map(a+o.nodeSize-1),new Ct(i,0,0))}),r.docChanged&&e(r)}return!0}function T7(n){if(!n.size)return null;let{content:e,openStart:t,openEnd:r}=n;for(;e.childCount==1&&(t>0&&r>0||e.child(0).type.spec.tableRole=="table");)t--,r--,e=e.child(0).content;const i=e.child(0),o=i.type.spec.tableRole,a=i.type.schema,s=[];if(o=="row")for(let l=0;l<e.childCount;l++){let c=e.child(l).content;const f=l?0:Math.max(0,t-1),u=l<e.childCount-1?0:Math.max(0,r-1);(f||u)&&(c=vx(ea(a).row,new Ct(c,f,u)).content),s.push(c)}else if(o=="cell"||o=="header_cell")s.push(t||r?vx(ea(a).row,new Ct(e,t,r)).content:e);else return null;return E7(a,s)}function E7(n,e){const t=[];for(let i=0;i<e.length;i++){const o=e[i];for(let a=o.childCount-1;a>=0;a--){const{rowspan:s,colspan:l}=o.child(a).attrs;for(let c=i;c<i+s;c++)t[c]=(t[c]||0)+l}}let r=0;for(let i=0;i<t.length;i++)r=Math.max(r,t[i]);for(let i=0;i<t.length;i++)if(i>=e.length&&e.push(ft.empty),t[i]<r){const o=ea(n).cell.createAndFill(),a=[];for(let s=t[i];s<r;s++)a.push(o);e[i]=e[i].append(ft.from(a))}return{height:e.length,width:r,rows:e}}function vx(n,e){const t=n.createAndFill();return new Xx(t).replace(0,t.content.size,e).doc}function _7({width:n,height:e,rows:t},r,i){if(n!=r){const o=[],a=[];for(let s=0;s<t.length;s++){const l=t[s],c=[];for(let f=o[s]||0,u=0;f<r;u++){let d=l.child(u%l.childCount);f+d.attrs.colspan>r&&(d=d.type.createChecked(ah(d.attrs,d.attrs.colspan,f+d.attrs.colspan-r),d.content)),c.push(d),f+=d.attrs.colspan;for(let g=1;g<d.attrs.rowspan;g++)o[s+g]=(o[s+g]||0)+d.attrs.colspan}a.push(ft.from(c))}t=a,n=r}if(e!=i){const o=[];for(let a=0,s=0;a<i;a++,s++){const l=[],c=t[s%e];for(let f=0;f<c.childCount;f++){let u=c.child(f);a+u.attrs.rowspan>i&&(u=u.type.create({...u.attrs,rowspan:Math.max(1,i-u.attrs.rowspan)},u.content)),l.push(u)}o.push(ft.from(l))}t=o,e=i}return{width:n,height:e,rows:t}}function C7(n,e,t,r,i,o,a){const s=n.doc.type.schema,l=ea(s);let c,f;if(i>e.width)for(let u=0,d=0;u<e.height;u++){const g=t.child(u);d+=g.nodeSize;const b=[];let m;g.lastChild==null||g.lastChild.type==l.cell?m=c||(c=l.cell.createAndFill()):m=f||(f=l.header_cell.createAndFill());for(let D=e.width;D<i;D++)b.push(m);n.insert(n.mapping.slice(a).map(d-1+r),b)}if(o>e.height){const u=[];for(let b=0,m=(e.height-1)*e.width;b<Math.max(e.width,i);b++){const D=b>=e.width?!1:t.nodeAt(e.map[m+b]).type==l.header_cell;u.push(D?f||(f=l.header_cell.createAndFill()):c||(c=l.cell.createAndFill()))}const d=l.row.create(null,ft.from(u)),g=[];for(let b=e.height;b<o;b++)g.push(d);n.insert(n.mapping.slice(a).map(r+t.nodeSize-2),g)}return!!(c||f)}function LE(n,e,t,r,i,o,a,s){if(a==0||a==e.height)return!1;let l=!1;for(let c=i;c<o;c++){const f=a*e.width+c,u=e.map[f];if(e.map[f-e.width]==u){l=!0;const d=t.nodeAt(u),{top:g,left:b}=e.findCell(u);n.setNodeMarkup(n.mapping.slice(s).map(u+r),null,{...d.attrs,rowspan:a-g}),n.insert(n.mapping.slice(s).map(e.positionAt(a,b,t)),d.type.createAndFill({...d.attrs,rowspan:g+d.attrs.rowspan-a})),c+=d.attrs.colspan-1}}return l}function WE(n,e,t,r,i,o,a,s){if(a==0||a==e.width)return!1;let l=!1;for(let c=i;c<o;c++){const f=c*e.width+a,u=e.map[f];if(e.map[f-1]==u){l=!0;const d=t.nodeAt(u),g=e.colCount(u),b=n.mapping.slice(s).map(u+r);n.setNodeMarkup(b,null,ah(d.attrs,a-g,d.attrs.colspan-(a-g))),n.insert(b+d.nodeSize,d.type.createAndFill(ah(d.attrs,0,a-g))),c+=d.attrs.rowspan-1}}return l}function zE(n,e,t,r,i){let o=t?n.doc.nodeAt(t-1):n.doc;if(!o)throw new Error("No table found");let a=ii.get(o);const{top:s,left:l}=r,c=l+i.width,f=s+i.height,u=n.tr;let d=0;function g(){if(o=t?u.doc.nodeAt(t-1):u.doc,!o)throw new Error("No table found");a=ii.get(o),d=u.mapping.maps.length}C7(u,a,o,t,c,f,d)&&g(),LE(u,a,o,t,l,c,s,d)&&g(),LE(u,a,o,t,l,c,f,d)&&g(),WE(u,a,o,t,s,f,l,d)&&g(),WE(u,a,o,t,s,f,c,d)&&g();for(let b=s;b<f;b++){const m=a.positionAt(b,l,o),D=a.positionAt(b,c,o);u.replace(u.mapping.slice(d).map(m+t),u.mapping.slice(d).map(D+t),new Ct(i.rows[b-s],0,0))}g(),u.setSelection(new kr(u.doc.resolve(t+a.positionAt(s,l,o)),u.doc.resolve(t+a.positionAt(f-1,c-1,o)))),e(u)}var S7=rw({ArrowLeft:Qg("horiz",-1),ArrowRight:Qg("horiz",1),ArrowUp:Qg("vert",-1),ArrowDown:Qg("vert",1),"Shift-ArrowLeft":qg("horiz",-1),"Shift-ArrowRight":qg("horiz",1),"Shift-ArrowUp":qg("vert",-1),"Shift-ArrowDown":qg("vert",1),Backspace:Kg,"Mod-Backspace":Kg,Delete:Kg,"Mod-Delete":Kg});function Ay(n,e,t){return t.eq(n.selection)?!1:(e&&e(n.tr.setSelection(t).scrollIntoView()),!0)}function Qg(n,e){return(t,r,i)=>{if(!i)return!1;const o=t.selection;if(o instanceof kr)return Ay(t,r,$t.near(o.$headCell,e));if(n!="horiz"&&!o.empty)return!1;const a=bU(i,n,e);if(a==null)return!1;if(n=="horiz")return Ay(t,r,$t.near(t.doc.resolve(o.head+e),e));{const s=t.doc.resolve(a),l=uU(s,n,e);let c;return l?c=$t.near(l,1):e<0?c=$t.near(t.doc.resolve(s.before(-1)),-1):c=$t.near(t.doc.resolve(s.after(-1)),1),Ay(t,r,c)}}}function qg(n,e){return(t,r,i)=>{if(!i)return!1;const o=t.selection;let a;if(o instanceof kr)a=o;else{const l=bU(i,n,e);if(l==null)return!1;a=new kr(t.doc.resolve(l))}const s=uU(a.$headCell,n,e);return s?Ay(t,r,new kr(a.$anchorCell,s)):!1}}function A7(n,e){const t=n.state.doc,r=ip(t.resolve(e));return r?(n.dispatch(n.state.tr.setSelection(new kr(r))),!0):!1}function k7(n,e,t){if(!Uc(n.state))return!1;let r=T7(t);const i=n.state.selection;if(i instanceof kr){r||(r={width:1,height:1,rows:[ft.from(vx(ea(n.state.schema).cell,t))]});const o=i.$anchorCell.node(-1),a=i.$anchorCell.start(-1),s=ii.get(o).rectBetween(i.$anchorCell.pos-a,i.$headCell.pos-a);return r=_7(r,s.right-s.left,s.bottom-s.top),zE(n.state,n.dispatch,a,s,r),!0}else if(r){const o=um(n.state),a=o.start(-1);return zE(n.state,n.dispatch,a,ii.get(o.node(-1)).findCell(o.pos-a),r),!0}else return!1}function R7(n,e){var t;if(e.ctrlKey||e.metaKey)return;const r=HE(n,e.target);let i;if(e.shiftKey&&n.state.selection instanceof kr)o(n.state.selection.$anchorCell,e),e.preventDefault();else if(e.shiftKey&&r&&(i=ip(n.state.selection.$anchor))!=null&&((t=Cv(n,e))==null?void 0:t.pos)!=i.pos)o(i,e),e.preventDefault();else if(!r)return;function o(l,c){let f=Cv(n,c);const u=rd.getState(n.state)==null;if(!f||!Rw(l,f))if(u)f=l;else return;const d=new kr(l,f);if(u||!n.state.selection.eq(d)){const g=n.state.tr.setSelection(d);u&&g.setMeta(rd,l.pos),n.dispatch(g)}}function a(){n.root.removeEventListener("mouseup",a),n.root.removeEventListener("dragstart",a),n.root.removeEventListener("mousemove",s),rd.getState(n.state)!=null&&n.dispatch(n.state.tr.setMeta(rd,-1))}function s(l){const c=l,f=rd.getState(n.state);let u;if(f!=null)u=n.state.doc.resolve(f);else if(HE(n,c.target)!=r&&(u=Cv(n,e),!u))return a();u&&o(u,c)}n.root.addEventListener("mouseup",a),n.root.addEventListener("dragstart",a),n.root.addEventListener("mousemove",s)}function bU(n,e,t){if(!(n.state.selection instanceof hn))return null;const{$head:r}=n.state.selection;for(let i=r.depth-1;i>=0;i--){const o=r.node(i);if((t<0?r.index(i):r.indexAfter(i))!=(t<0?0:o.childCount))return null;if(o.type.spec.tableRole=="cell"||o.type.spec.tableRole=="header_cell"){const s=r.before(i),l=e=="vert"?t>0?"down":"up":t>0?"right":"left";return n.endOfTextblock(l)?s:null}}return null}function HE(n,e){for(;e&&e!=n.dom;e=e.parentNode)if(e.nodeName=="TD"||e.nodeName=="TH")return e;return null}function Cv(n,e){const t=n.posAtCoords({left:e.clientX,top:e.clientY});return t&&t?ip(n.state.doc.resolve(t.pos)):null}var U7=class{constructor(n,e){this.node=n,this.defaultCellMinWidth=e,this.dom=document.createElement("div"),this.dom.className="tableWrapper",this.table=this.dom.appendChild(document.createElement("table")),this.table.style.setProperty("--default-cell-min-width",`${e}px`),this.colgroup=this.table.appendChild(document.createElement("colgroup")),xx(n,this.colgroup,this.table,e),this.contentDOM=this.table.appendChild(document.createElement("tbody"))}update(n){return n.type!=this.node.type?!1:(this.node=n,xx(n,this.colgroup,this.table,this.defaultCellMinWidth),!0)}ignoreMutation(n){return n.type=="attributes"&&(n.target==this.table||this.colgroup.contains(n.target))}};function xx(n,e,t,r,i,o){var a;let s=0,l=!0,c=e.firstChild;const f=n.firstChild;if(f){for(let u=0,d=0;u<f.childCount;u++){const{colspan:g,colwidth:b}=f.child(u).attrs;for(let m=0;m<g;m++,d++){const D=i==d?o:b&&b[m],_=D?D+"px":"";if(s+=D||r,D||(l=!1),c)c.style.width!=_&&(c.style.width=_),c=c.nextSibling;else{const A=document.createElement("col");A.style.width=_,e.appendChild(A)}}}for(;c;){const u=c.nextSibling;(a=c.parentNode)==null||a.removeChild(c),c=u}l?(t.style.width=s+"px",t.style.minWidth=""):(t.style.width="",t.style.minWidth=s+"px")}}var js=new Ef("tableColumnResizing");function F7({handleWidth:n=5,cellMinWidth:e=25,defaultCellMinWidth:t=100,View:r=U7,lastColumnResizable:i=!0}={}){const o=new uh({key:js,state:{init(a,s){var l,c;const f=(c=(l=o.spec)==null?void 0:l.props)==null?void 0:c.nodeViews,u=ea(s.schema).table.name;return r&&f&&(f[u]=(d,g)=>new r(d,t,g)),new O7(-1,!1)},apply(a,s){return s.apply(a)}},props:{attributes:a=>{const s=js.getState(a);return s&&s.activeHandle>-1?{class:"resize-cursor"}:{}},handleDOMEvents:{mousemove:(a,s)=>{I7(a,s,n,i)},mouseleave:a=>{M7(a)},mousedown:(a,s)=>{P7(a,s,e,t)}},decorations:a=>{const s=js.getState(a);if(s&&s.activeHandle>-1)return z7(a,s.activeHandle)},nodeViews:{}}});return o}var O7=class ky{constructor(e,t){this.activeHandle=e,this.dragging=t}apply(e){const t=this,r=e.getMeta(js);if(r&&r.setHandle!=null)return new ky(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new ky(t.activeHandle,r.setDragging);if(t.activeHandle>-1&&e.docChanged){let i=e.mapping.map(t.activeHandle,-1);return mx(e.doc.resolve(i))||(i=-1),new ky(i,t.dragging)}return t}};function I7(n,e,t,r){if(!n.editable)return;const i=js.getState(n.state);if(i&&!i.dragging){const o=B7(e.target);let a=-1;if(o){const{left:s,right:l}=o.getBoundingClientRect();e.clientX-s<=t?a=VE(n,e,"left",t):l-e.clientX<=t&&(a=VE(n,e,"right",t))}if(a!=i.activeHandle){if(!r&&a!==-1){const s=n.state.doc.resolve(a),l=s.node(-1),c=ii.get(l),f=s.start(-1);if(c.colCount(s.pos-f)+s.nodeAfter.attrs.colspan-1==c.width-1)return}mU(n,a)}}}function M7(n){if(!n.editable)return;const e=js.getState(n.state);e&&e.activeHandle>-1&&!e.dragging&&mU(n,-1)}function P7(n,e,t,r){var i;if(!n.editable)return!1;const o=(i=n.dom.ownerDocument.defaultView)!=null?i:window,a=js.getState(n.state);if(!a||a.activeHandle==-1||a.dragging)return!1;const s=n.state.doc.nodeAt(a.activeHandle),l=N7(n,a.activeHandle,s.attrs);n.dispatch(n.state.tr.setMeta(js,{setDragging:{startX:e.clientX,startWidth:l}}));function c(u){o.removeEventListener("mouseup",c),o.removeEventListener("mousemove",f);const d=js.getState(n.state);d!=null&&d.dragging&&(L7(n,d.activeHandle,GE(d.dragging,u,t)),n.dispatch(n.state.tr.setMeta(js,{setDragging:null})))}function f(u){if(!u.which)return c(u);const d=js.getState(n.state);if(d&&d.dragging){const g=GE(d.dragging,u,t);XE(n,d.activeHandle,g,r)}}return XE(n,a.activeHandle,l,r),o.addEventListener("mouseup",c),o.addEventListener("mousemove",f),e.preventDefault(),!0}function N7(n,e,{colspan:t,colwidth:r}){const i=r&&r[r.length-1];if(i)return i;const o=n.domAtPos(e);let s=o.node.childNodes[o.offset].offsetWidth,l=t;if(r)for(let c=0;c<t;c++)r[c]&&(s-=r[c],l--);return s/l}function B7(n){for(;n&&n.nodeName!="TD"&&n.nodeName!="TH";)n=n.classList&&n.classList.contains("ProseMirror")?null:n.parentNode;return n}function VE(n,e,t,r){const i=t=="right"?-r:r,o=n.posAtCoords({left:e.clientX+i,top:e.clientY});if(!o)return-1;const{pos:a}=o,s=ip(n.state.doc.resolve(a));if(!s)return-1;if(t=="right")return s.pos;const l=ii.get(s.node(-1)),c=s.start(-1),f=l.map.indexOf(s.pos-c);return f%l.width==0?-1:c+l.map[f-1]}function GE(n,e,t){const r=e.clientX-n.startX;return Math.max(t,n.startWidth+r)}function mU(n,e){n.dispatch(n.state.tr.setMeta(js,{setHandle:e}))}function L7(n,e,t){const r=n.state.doc.resolve(e),i=r.node(-1),o=ii.get(i),a=r.start(-1),s=o.colCount(r.pos-a)+r.nodeAfter.attrs.colspan-1,l=n.state.tr;for(let c=0;c<o.height;c++){const f=c*o.width+s;if(c&&o.map[f]==o.map[f-o.width])continue;const u=o.map[f],d=i.nodeAt(u).attrs,g=d.colspan==1?0:s-o.colCount(u);if(d.colwidth&&d.colwidth[g]==t)continue;const b=d.colwidth?d.colwidth.slice():W7(d.colspan);b[g]=t,l.setNodeMarkup(a+u,null,{...d,colwidth:b})}l.docChanged&&n.dispatch(l)}function XE(n,e,t,r){const i=n.state.doc.resolve(e),o=i.node(-1),a=i.start(-1),s=ii.get(o).colCount(i.pos-a)+i.nodeAfter.attrs.colspan-1;let l=n.domAtPos(i.start(-1)).node;for(;l&&l.nodeName!="TABLE";)l=l.parentNode;l&&xx(o,l.firstChild,l,r,s,t)}function W7(n){return Array(n).fill(0)}function z7(n,e){var t;const r=[],i=n.doc.resolve(e),o=i.node(-1);if(!o)return Zr.empty;const a=ii.get(o),s=i.start(-1),l=a.colCount(i.pos-s)+i.nodeAfter.attrs.colspan-1;for(let c=0;c<a.height;c++){const f=l+c*a.width;if((l==a.width-1||a.map[f]!=a.map[f+1])&&(c==0||a.map[f]!=a.map[f-a.width])){const u=a.map[f],d=s+u+o.nodeAt(u).nodeSize-1,g=document.createElement("div");g.className="column-resize-handle",(t=js.getState(n))!=null&&t.dragging&&r.push(qo.node(s+u,s+u+o.nodeAt(u).nodeSize,{class:"column-resize-dragging"})),r.push(qo.widget(d,g))}}return Zr.create(n.doc,r)}function H7({allowTableNodeSelection:n=!1}={}){return new uh({key:rd,state:{init(){return null},apply(e,t){const r=e.getMeta(rd);if(r!=null)return r==-1?null:r;if(t==null||!e.docChanged)return t;const{deleted:i,pos:o}=e.mapping.mapResult(t);return i?null:o}},props:{decorations:jB,handleDOMEvents:{mousedown:R7},createSelectionBetween(e){return rd.getState(e.state)!=null?e.state.selection:null},handleTripleClick:A7,handleKeyDown:S7,handlePaste:k7},appendTransaction(e,t,r){return t7(r,pU(r,t),n)}})}var Ql=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function dm(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function vU(n){if(n.__esModule)return n;var e=n.default;if(typeof e=="function"){var t=function r(){return this instanceof r?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(n).forEach(function(r){var i=Object.getOwnPropertyDescriptor(n,r);Object.defineProperty(t,r,i.get?i:{enumerable:!0,get:function(){return n[r]}})}),t}var Sv,YE;function xU(){if(YE)return Sv;YE=1;var n=Object.prototype.toString;return Sv=function(t){var r=n.call(t),i=r==="[object Arguments]";return i||(i=r!=="[object Array]"&&t!==null&&typeof t=="object"&&typeof t.length=="number"&&t.length>=0&&n.call(t.callee)==="[object Function]"),i},Sv}var Av,ZE;function V7(){if(ZE)return Av;ZE=1;var n;if(!Object.keys){var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,r=xU(),i=Object.prototype.propertyIsEnumerable,o=!i.call({toString:null},"toString"),a=i.call(function(){},"prototype"),s=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],l=function(d){var g=d.constructor;return g&&g.prototype===d},c={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},f=function(){if(typeof window>"u")return!1;for(var d in window)try{if(!c["$"+d]&&e.call(window,d)&&window[d]!==null&&typeof window[d]=="object")try{l(window[d])}catch{return!0}}catch{return!0}return!1}(),u=function(d){if(typeof window>"u"||!f)return l(d);try{return l(d)}catch{return!1}};n=function(g){var b=g!==null&&typeof g=="object",m=t.call(g)==="[object Function]",D=r(g),_=b&&t.call(g)==="[object String]",A=[];if(!b&&!m&&!D)throw new TypeError("Object.keys called on a non-object");var R=a&&m;if(_&&g.length>0&&!e.call(g,0))for(var N=0;N<g.length;++N)A.push(String(N));if(D&&g.length>0)for(var I=0;I<g.length;++I)A.push(String(I));else for(var M in g)!(R&&M==="prototype")&&e.call(g,M)&&A.push(String(M));if(o)for(var z=u(g),Z=0;Z<s.length;++Z)!(z&&s[Z]==="constructor")&&e.call(g,s[Z])&&A.push(s[Z]);return A}}return Av=n,Av}var kv,JE;function Uw(){if(JE)return kv;JE=1;var n=Array.prototype.slice,e=xU(),t=Object.keys,r=t?function(a){return t(a)}:V7(),i=Object.keys;return r.shim=function(){if(Object.keys){var a=function(){var s=Object.keys(arguments);return s&&s.length===arguments.length}(1,2);a||(Object.keys=function(l){return e(l)?i(n.call(l)):i(l)})}else Object.keys=r;return Object.keys||r},kv=r,kv}var Rv,KE;function hm(){if(KE)return Rv;KE=1;var n=Object.defineProperty||!1;if(n)try{n({},"a",{value:1})}catch{n=!1}return Rv=n,Rv}var Uv,QE;function Fw(){return QE||(QE=1,Uv=SyntaxError),Uv}var Fv,qE;function $l(){return qE||(qE=1,Fv=TypeError),Fv}var Ov,jE;function G7(){return jE||(jE=1,Ov=Object.getOwnPropertyDescriptor),Ov}var Iv,$E;function hh(){if($E)return Iv;$E=1;var n=G7();if(n)try{n([],"length")}catch{n=null}return Iv=n,Iv}var Mv,e_;function Ow(){if(e_)return Mv;e_=1;var n=hm(),e=Fw(),t=$l(),r=hh();return Mv=function(o,a,s){if(!o||typeof o!="object"&&typeof o!="function")throw new t("`obj` must be an object or a function`");if(typeof a!="string"&&typeof a!="symbol")throw new t("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new t("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new t("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new t("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new t("`loose`, if provided, must be a boolean");var l=arguments.length>3?arguments[3]:null,c=arguments.length>4?arguments[4]:null,f=arguments.length>5?arguments[5]:null,u=arguments.length>6?arguments[6]:!1,d=!!r&&r(o,a);if(n)n(o,a,{configurable:f===null&&d?d.configurable:!f,enumerable:l===null&&d?d.enumerable:!l,value:s,writable:c===null&&d?d.writable:!c});else if(u||!l&&!c&&!f)o[a]=s;else throw new e("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Mv}var Pv,t_;function Iw(){if(t_)return Pv;t_=1;var n=hm(),e=function(){return!!n};return e.hasArrayLengthDefineBug=function(){if(!n)return null;try{return n([],"length",{value:1}).length!==1}catch{return!0}},Pv=e,Pv}var Nv,n_;function ph(){if(n_)return Nv;n_=1;var n=Uw(),e=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",t=Object.prototype.toString,r=Array.prototype.concat,i=Ow(),o=function(c){return typeof c=="function"&&t.call(c)==="[object Function]"},a=Iw()(),s=function(c,f,u,d){if(f in c){if(d===!0){if(c[f]===u)return}else if(!o(d)||!d())return}a?i(c,f,u,!0):i(c,f,u)},l=function(c,f){var u=arguments.length>2?arguments[2]:{},d=n(f);e&&(d=r.call(d,Object.getOwnPropertySymbols(f)));for(var g=0;g<d.length;g+=1)s(c,d[g],f[d[g]],u[d[g]])};return l.supportsDescriptors=!!a,Nv=l,Nv}var Bv={exports:{}},Lv,r_;function Mw(){return r_||(r_=1,Lv=Object),Lv}var Wv,i_;function wU(){return i_||(i_=1,Wv=Error),Wv}var zv,o_;function X7(){return o_||(o_=1,zv=EvalError),zv}var Hv,a_;function Y7(){return a_||(a_=1,Hv=RangeError),Hv}var Vv,s_;function Z7(){return s_||(s_=1,Vv=ReferenceError),Vv}var Gv,l_;function J7(){return l_||(l_=1,Gv=URIError),Gv}var Xv,c_;function K7(){return c_||(c_=1,Xv=Math.abs),Xv}var Yv,u_;function Q7(){return u_||(u_=1,Yv=Math.floor),Yv}var Zv,f_;function q7(){return f_||(f_=1,Zv=Math.max),Zv}var Jv,d_;function j7(){return d_||(d_=1,Jv=Math.min),Jv}var Kv,h_;function $7(){return h_||(h_=1,Kv=Math.pow),Kv}var Qv,p_;function eL(){return p_||(p_=1,Qv=Math.round),Qv}var qv,g_;function tL(){return g_||(g_=1,qv=Number.isNaN||function(e){return e!==e}),qv}var jv,y_;function nL(){if(y_)return jv;y_=1;var n=tL();return jv=function(t){return n(t)||t===0?t:t<0?-1:1},jv}var $v,b_;function pm(){return b_||(b_=1,$v=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},t=Symbol("test"),r=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var i=42;e[t]=i;for(var o in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var a=Object.getOwnPropertySymbols(e);if(a.length!==1||a[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(e,t);if(s.value!==i||s.enumerable!==!0)return!1}return!0}),$v}var e1,m_;function Pw(){if(m_)return e1;m_=1;var n=typeof Symbol<"u"&&Symbol,e=pm();return e1=function(){return typeof n!="function"||typeof Symbol!="function"||typeof n("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:e()},e1}var t1,v_;function DU(){return v_||(v_=1,t1=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),t1}var n1,x_;function TU(){if(x_)return n1;x_=1;var n=Mw();return n1=n.getPrototypeOf||null,n1}var r1,w_;function rL(){if(w_)return r1;w_=1;var n="Function.prototype.bind called on incompatible ",e=Object.prototype.toString,t=Math.max,r="[object Function]",i=function(l,c){for(var f=[],u=0;u<l.length;u+=1)f[u]=l[u];for(var d=0;d<c.length;d+=1)f[d+l.length]=c[d];return f},o=function(l,c){for(var f=[],u=c,d=0;u<l.length;u+=1,d+=1)f[d]=l[u];return f},a=function(s,l){for(var c="",f=0;f<s.length;f+=1)c+=s[f],f+1<s.length&&(c+=l);return c};return r1=function(l){var c=this;if(typeof c!="function"||e.apply(c)!==r)throw new TypeError(n+c);for(var f=o(arguments,1),u,d=function(){if(this instanceof u){var _=c.apply(this,i(f,arguments));return Object(_)===_?_:this}return c.apply(l,i(f,arguments))},g=t(0,c.length-f.length),b=[],m=0;m<g;m++)b[m]="$"+m;if(u=Function("binder","return function ("+a(b,",")+"){ return binder.apply(this,arguments); }")(d),c.prototype){var D=function(){};D.prototype=c.prototype,u.prototype=new D,D.prototype=null}return u},r1}var i1,D_;function Og(){if(D_)return i1;D_=1;var n=rL();return i1=Function.prototype.bind||n,i1}var o1,T_;function Nw(){return T_||(T_=1,o1=Function.prototype.call),o1}var a1,E_;function Bw(){return E_||(E_=1,a1=Function.prototype.apply),a1}var s1,__;function iL(){return __||(__=1,s1=typeof Reflect<"u"&&Reflect&&Reflect.apply),s1}var l1,C_;function EU(){if(C_)return l1;C_=1;var n=Og(),e=Bw(),t=Nw(),r=iL();return l1=r||n.call(t,e),l1}var c1,S_;function Lw(){if(S_)return c1;S_=1;var n=Og(),e=$l(),t=Nw(),r=EU();return c1=function(o){if(o.length<1||typeof o[0]!="function")throw new e("a function is required");return r(n,t,o)},c1}var u1,A_;function oL(){if(A_)return u1;A_=1;var n=Lw(),e=hh(),t;try{t=[].__proto__===Array.prototype}catch(a){if(!a||typeof a!="object"||!("code"in a)||a.code!=="ERR_PROTO_ACCESS")throw a}var r=!!t&&e&&e(Object.prototype,"__proto__"),i=Object,o=i.getPrototypeOf;return u1=r&&typeof r.get=="function"?n([r.get]):typeof o=="function"?function(s){return o(s==null?s:i(s))}:!1,u1}var f1,k_;function _U(){if(k_)return f1;k_=1;var n=DU(),e=TU(),t=oL();return f1=n?function(i){return n(i)}:e?function(i){if(!i||typeof i!="object"&&typeof i!="function")throw new TypeError("getProto: not an object");return e(i)}:t?function(i){return t(i)}:null,f1}var d1,R_;function Ww(){if(R_)return d1;R_=1;var n=Function.prototype.call,e=Object.prototype.hasOwnProperty,t=Og();return d1=t.call(n,e),d1}var h1,U_;function Sf(){if(U_)return h1;U_=1;var n,e=Mw(),t=wU(),r=X7(),i=Y7(),o=Z7(),a=Fw(),s=$l(),l=J7(),c=K7(),f=Q7(),u=q7(),d=j7(),g=$7(),b=eL(),m=nL(),D=Function,_=function(st){try{return D('"use strict"; return ('+st+").constructor;")()}catch{}},A=hh(),R=hm(),N=function(){throw new s},I=A?function(){try{return arguments.callee,N}catch{try{return A(arguments,"callee").get}catch{return N}}}():N,M=Pw()(),z=_U(),Z=TU(),W=DU(),te=Bw(),ce=Nw(),P={},$=typeof Uint8Array>"u"||!z?n:z(Uint8Array),U={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?n:ArrayBuffer,"%ArrayIteratorPrototype%":M&&z?z([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":P,"%AsyncGenerator%":P,"%AsyncGeneratorFunction%":P,"%AsyncIteratorPrototype%":P,"%Atomics%":typeof Atomics>"u"?n:Atomics,"%BigInt%":typeof BigInt>"u"?n:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?n:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?n:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":t,"%eval%":eval,"%EvalError%":r,"%Float32Array%":typeof Float32Array>"u"?n:Float32Array,"%Float64Array%":typeof Float64Array>"u"?n:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?n:FinalizationRegistry,"%Function%":D,"%GeneratorFunction%":P,"%Int8Array%":typeof Int8Array>"u"?n:Int8Array,"%Int16Array%":typeof Int16Array>"u"?n:Int16Array,"%Int32Array%":typeof Int32Array>"u"?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":M&&z?z(z([][Symbol.iterator]())):n,"%JSON%":typeof JSON=="object"?JSON:n,"%Map%":typeof Map>"u"?n:Map,"%MapIteratorPrototype%":typeof Map>"u"||!M||!z?n:z(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":e,"%Object.getOwnPropertyDescriptor%":A,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?n:Promise,"%Proxy%":typeof Proxy>"u"?n:Proxy,"%RangeError%":i,"%ReferenceError%":o,"%Reflect%":typeof Reflect>"u"?n:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?n:Set,"%SetIteratorPrototype%":typeof Set>"u"||!M||!z?n:z(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":M&&z?z(""[Symbol.iterator]()):n,"%Symbol%":M?Symbol:n,"%SyntaxError%":a,"%ThrowTypeError%":I,"%TypedArray%":$,"%TypeError%":s,"%Uint8Array%":typeof Uint8Array>"u"?n:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?n:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?n:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?n:Uint32Array,"%URIError%":l,"%WeakMap%":typeof WeakMap>"u"?n:WeakMap,"%WeakRef%":typeof WeakRef>"u"?n:WeakRef,"%WeakSet%":typeof WeakSet>"u"?n:WeakSet,"%Function.prototype.call%":ce,"%Function.prototype.apply%":te,"%Object.defineProperty%":R,"%Object.getPrototypeOf%":Z,"%Math.abs%":c,"%Math.floor%":f,"%Math.max%":u,"%Math.min%":d,"%Math.pow%":g,"%Math.round%":b,"%Math.sign%":m,"%Reflect.getPrototypeOf%":W};if(z)try{null.error}catch(st){var he=z(z(st));U["%Error.prototype%"]=he}var G=function st(Pe){var rt;if(Pe==="%AsyncFunction%")rt=_("async function () {}");else if(Pe==="%GeneratorFunction%")rt=_("function* () {}");else if(Pe==="%AsyncGeneratorFunction%")rt=_("async function* () {}");else if(Pe==="%AsyncGenerator%"){var Ze=st("%AsyncGeneratorFunction%");Ze&&(rt=Ze.prototype)}else if(Pe==="%AsyncIteratorPrototype%"){var lt=st("%AsyncGenerator%");lt&&z&&(rt=z(lt.prototype))}return U[Pe]=rt,rt},j={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},De=Og(),ie=Ww(),fe=De.call(ce,Array.prototype.concat),q=De.call(te,Array.prototype.splice),xe=De.call(ce,String.prototype.replace),be=De.call(ce,String.prototype.slice),se=De.call(ce,RegExp.prototype.exec),ve=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Xe=/\\(\\)?/g,qe=function(Pe){var rt=be(Pe,0,1),Ze=be(Pe,-1);if(rt==="%"&&Ze!=="%")throw new a("invalid intrinsic syntax, expected closing `%`");if(Ze==="%"&&rt!=="%")throw new a("invalid intrinsic syntax, expected opening `%`");var lt=[];return xe(Pe,ve,function(O,pe,ge,re){lt[lt.length]=ge?xe(re,Xe,"$1"):pe||O}),lt},je=function(Pe,rt){var Ze=Pe,lt;if(ie(j,Ze)&&(lt=j[Ze],Ze="%"+lt[0]+"%"),ie(U,Ze)){var O=U[Ze];if(O===P&&(O=G(Ze)),typeof O>"u"&&!rt)throw new s("intrinsic "+Pe+" exists, but is not available. Please file an issue!");return{alias:lt,name:Ze,value:O}}throw new a("intrinsic "+Pe+" does not exist!")};return h1=function(Pe,rt){if(typeof Pe!="string"||Pe.length===0)throw new s("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof rt!="boolean")throw new s('"allowMissing" argument must be a boolean');if(se(/^%?[^%]*%?$/,Pe)===null)throw new a("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var Ze=qe(Pe),lt=Ze.length>0?Ze[0]:"",O=je("%"+lt+"%",rt),pe=O.name,ge=O.value,re=!1,ne=O.alias;ne&&(lt=ne[0],q(Ze,fe([0,1],ne)));for(var ye=1,Le=!0;ye<Ze.length;ye+=1){var _e=Ze[ye],we=be(_e,0,1),de=be(_e,-1);if((we==='"'||we==="'"||we==="`"||de==='"'||de==="'"||de==="`")&&we!==de)throw new a("property names with quotes must have matching quotes");if((_e==="constructor"||!Le)&&(re=!0),lt+="."+_e,pe="%"+lt+"%",ie(U,pe))ge=U[pe];else if(ge!=null){if(!(_e in ge)){if(!rt)throw new s("base intrinsic for "+Pe+" exists, but the property is not available.");return}if(A&&ye+1>=Ze.length){var Te=A(ge,_e);Le=!!Te,Le&&"get"in Te&&!("originalValue"in Te.get)?ge=Te.get:ge=ge[_e]}else Le=ie(ge,_e),ge=ge[_e];Le&&!re&&(U[pe]=ge)}}return ge},h1}var p1,F_;function aL(){if(F_)return p1;F_=1;var n=Sf(),e=Ow(),t=Iw()(),r=hh(),i=$l(),o=n("%Math.floor%");return p1=function(s,l){if(typeof s!="function")throw new i("`fn` is not a function");if(typeof l!="number"||l<0||l>4294967295||o(l)!==l)throw new i("`length` must be a positive 32-bit integer");var c=arguments.length>2&&!!arguments[2],f=!0,u=!0;if("length"in s&&r){var d=r(s,"length");d&&!d.configurable&&(f=!1),d&&!d.writable&&(u=!1)}return(f||u||!c)&&(t?e(s,"length",l,!0,!0):e(s,"length",l)),s},p1}var g1,O_;function sL(){if(O_)return g1;O_=1;var n=Og(),e=Bw(),t=EU();return g1=function(){return t(n,e,arguments)},g1}var I_;function op(){return I_||(I_=1,function(n){var e=aL(),t=hm(),r=Lw(),i=sL();n.exports=function(a){var s=r(arguments),l=a.length-(arguments.length-1);return e(s,1+(l>0?l:0),!0)},t?t(n.exports,"apply",{value:i}):n.exports.apply=i}(Bv)),Bv.exports}var y1,M_;function ra(){if(M_)return y1;M_=1;var n=Sf(),e=Lw(),t=e([n("%String.prototype.indexOf%")]);return y1=function(i,o){var a=n(i,!!o);return typeof a=="function"&&t(i,".prototype.")>-1?e([a]):a},y1}var b1,P_;function CU(){if(P_)return b1;P_=1;var n=Uw(),e=pm()(),t=ra(),r=Mw(),i=t("Array.prototype.push"),o=t("Object.prototype.propertyIsEnumerable"),a=e?r.getOwnPropertySymbols:null;return b1=function(l,c){if(l==null)throw new TypeError("target must be an object");var f=r(l);if(arguments.length===1)return f;for(var u=1;u<arguments.length;++u){var d=r(arguments[u]),g=n(d),b=e&&(r.getOwnPropertySymbols||a);if(b)for(var m=b(d),D=0;D<m.length;++D){var _=m[D];o(d,_)&&i(g,_)}for(var A=0;A<g.length;++A){var R=g[A];if(o(d,R)){var N=d[R];f[R]=N}}}return f},b1}var m1,N_;function SU(){if(N_)return m1;N_=1;var n=CU(),e=function(){if(!Object.assign)return!1;for(var r="abcdefghijklmnopqrst",i=r.split(""),o={},a=0;a<i.length;++a)o[i[a]]=i[a];var s=Object.assign({},o),l="";for(var c in s)l+=c;return r!==l},t=function(){if(!Object.assign||!Object.preventExtensions)return!1;var r=Object.preventExtensions({1:2});try{Object.assign(r,"xy")}catch{return r[1]==="y"}return!1};return m1=function(){return!Object.assign||e()||t()?n:Object.assign},m1}var v1,B_;function lL(){if(B_)return v1;B_=1;var n=ph(),e=SU();return v1=function(){var r=e();return n(Object,{assign:r},{assign:function(){return Object.assign!==r}}),r},v1}var x1,L_;function cL(){if(L_)return x1;L_=1;var n=ph(),e=op(),t=CU(),r=SU(),i=lL(),o=e.apply(r()),a=function(l,c){return o(Object,arguments)};return n(a,{getPolyfill:r,implementation:t,shim:i}),x1=a,x1}var w1,W_;function AU(){if(W_)return w1;W_=1;var n=Sf(),e=op(),t=e(n("String.prototype.indexOf"));return w1=function(i,o){var a=n(i,!!o);return typeof a=="function"&&t(i,".prototype.")>-1?e(a):a},w1}var D1,z_;function uL(){if(z_)return D1;z_=1;var n=function(){return typeof(function(){}).name=="string"},e=Object.getOwnPropertyDescriptor;if(e)try{e([],"length")}catch{e=null}n.functionsHaveConfigurableNames=function(){if(!n()||!e)return!1;var i=e(function(){},"name");return!!i&&!!i.configurable};var t=Function.prototype.bind;return n.boundFunctionsHaveNames=function(){return n()&&typeof t=="function"&&(function(){}).bind().name!==""},D1=n,D1}var T1,H_;function fL(){if(H_)return T1;H_=1;var n=Ow(),e=Iw()(),t=uL().functionsHaveConfigurableNames(),r=$l();return T1=function(o,a){if(typeof o!="function")throw new r("`fn` is not a function");var s=arguments.length>2&&!!arguments[2];return(!s||t)&&(e?n(o,"name",a,!0,!0):n(o,"name",a)),o},T1}var E1,V_;function kU(){if(V_)return E1;V_=1;var n=fL(),e=$l(),t=Object;return E1=n(function(){if(this==null||this!==t(this))throw new e("RegExp.prototype.flags getter called on non-object");var i="";return this.hasIndices&&(i+="d"),this.global&&(i+="g"),this.ignoreCase&&(i+="i"),this.multiline&&(i+="m"),this.dotAll&&(i+="s"),this.unicode&&(i+="u"),this.unicodeSets&&(i+="v"),this.sticky&&(i+="y"),i},"get flags",!0),E1}var _1,G_;function RU(){if(G_)return _1;G_=1;var n=kU(),e=ph().supportsDescriptors,t=Object.getOwnPropertyDescriptor;return _1=function(){if(e&&/a/mig.flags==="gim"){var i=t(RegExp.prototype,"flags");if(i&&typeof i.get=="function"&&"dotAll"in RegExp.prototype&&"hasIndices"in RegExp.prototype){var o="",a={};if(Object.defineProperty(a,"hasIndices",{get:function(){o+="d"}}),Object.defineProperty(a,"sticky",{get:function(){o+="y"}}),i.get.call(a),o==="dy")return i.get}}return n},_1}var C1,X_;function dL(){if(X_)return C1;X_=1;var n=ph().supportsDescriptors,e=RU(),t=hh(),r=Object.defineProperty,i=wU(),o=_U(),a=/a/;return C1=function(){if(!n||!o)throw new i("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var l=e(),c=o(a),f=t(c,"flags");return(!f||f.get!==l)&&r(c,"flags",{configurable:!0,enumerable:!1,get:l}),l},C1}var S1,Y_;function hL(){if(Y_)return S1;Y_=1;var n=ph(),e=op(),t=kU(),r=RU(),i=dL(),o=e(r());return n(o,{getPolyfill:r,implementation:t,shim:i}),S1=o,S1}var Dp={exports:{}},A1,Z_;function gh(){if(Z_)return A1;Z_=1;var n=pm();return A1=function(){return n()&&!!Symbol.toStringTag},A1}var k1,J_;function UU(){if(J_)return k1;J_=1;var n=gh()(),e=ra(),t=e("Object.prototype.toString"),r=function(s){return n&&s&&typeof s=="object"&&Symbol.toStringTag in s?!1:t(s)==="[object Arguments]"},i=function(s){return r(s)?!0:s!==null&&typeof s=="object"&&"length"in s&&typeof s.length=="number"&&s.length>=0&&t(s)!=="[object Array]"&&"callee"in s&&t(s.callee)==="[object Function]"},o=function(){return r(arguments)}();return r.isLegacyArguments=i,k1=o?r:i,k1}const pL={},gL=Object.freeze(Object.defineProperty({__proto__:null,default:pL},Symbol.toStringTag,{value:"Module"})),yL=vU(gL);var R1,K_;function gm(){if(K_)return R1;K_=1;var n=typeof Map=="function"&&Map.prototype,e=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,t=n&&e&&typeof e.get=="function"?e.get:null,r=n&&Map.prototype.forEach,i=typeof Set=="function"&&Set.prototype,o=Object.getOwnPropertyDescriptor&&i?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,a=i&&o&&typeof o.get=="function"?o.get:null,s=i&&Set.prototype.forEach,l=typeof WeakMap=="function"&&WeakMap.prototype,c=l?WeakMap.prototype.has:null,f=typeof WeakSet=="function"&&WeakSet.prototype,u=f?WeakSet.prototype.has:null,d=typeof WeakRef=="function"&&WeakRef.prototype,g=d?WeakRef.prototype.deref:null,b=Boolean.prototype.valueOf,m=Object.prototype.toString,D=Function.prototype.toString,_=String.prototype.match,A=String.prototype.slice,R=String.prototype.replace,N=String.prototype.toUpperCase,I=String.prototype.toLowerCase,M=RegExp.prototype.test,z=Array.prototype.concat,Z=Array.prototype.join,W=Array.prototype.slice,te=Math.floor,ce=typeof BigInt=="function"?BigInt.prototype.valueOf:null,P=Object.getOwnPropertySymbols,$=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,U=typeof Symbol=="function"&&typeof Symbol.iterator=="object",he=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===U||!0)?Symbol.toStringTag:null,G=Object.prototype.propertyIsEnumerable,j=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(Re){return Re.__proto__}:null);function De(Re,Ne){if(Re===1/0||Re===-1/0||Re!==Re||Re&&Re>-1e3&&Re<1e3||M.call(/e/,Ne))return Ne;var Lt=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof Re=="number"){var Gt=Re<0?-te(-Re):te(Re);if(Gt!==Re){var on=String(Gt),K=A.call(Ne,on.length+1);return R.call(on,Lt,"$&_")+"."+R.call(R.call(K,/([0-9]{3})/g,"$&_"),/_$/,"")}}return R.call(Ne,Lt,"$&_")}var ie=yL,fe=ie.custom,q=O(fe)?fe:null,xe={__proto__:null,double:'"',single:"'"},be={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};R1=function Re(Ne,Lt,Gt,on){var K=Lt||{};if(re(K,"quoteStyle")&&!re(xe,K.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(re(K,"maxStringLength")&&(typeof K.maxStringLength=="number"?K.maxStringLength<0&&K.maxStringLength!==1/0:K.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var ee=re(K,"customInspect")?K.customInspect:!0;if(typeof ee!="boolean"&&ee!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(re(K,"indent")&&K.indent!==null&&K.indent!==" "&&!(parseInt(K.indent,10)===K.indent&&K.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(re(K,"numericSeparator")&&typeof K.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var me=K.numericSeparator;if(typeof Ne>"u")return"undefined";if(Ne===null)return"null";if(typeof Ne=="boolean")return Ne?"true":"false";if(typeof Ne=="string")return ut(Ne,K);if(typeof Ne=="number"){if(Ne===0)return 1/0/Ne>0?"0":"-0";var He=String(Ne);return me?De(Ne,He):He}if(typeof Ne=="bigint"){var pt=String(Ne)+"n";return me?De(Ne,pt):pt}var St=typeof K.depth>"u"?5:K.depth;if(typeof Gt>"u"&&(Gt=0),Gt>=St&&St>0&&typeof Ne=="object")return qe(Ne)?"[Array]":"[Object]";var Wt=ot(K,Gt);if(typeof on>"u")on=[];else if(Le(on,Ne)>=0)return"[Circular]";function zt(Ur,Cs,oa){if(Cs&&(on=W.call(on),on.push(Cs)),oa){var Rn={depth:K.depth};return re(K,"quoteStyle")&&(Rn.quoteStyle=K.quoteStyle),Re(Ur,Rn,Gt+1,on)}return Re(Ur,K,Gt+1,on)}if(typeof Ne=="function"&&!st(Ne)){var xr=ye(Ne),jt=Bt(Ne,zt);return"[Function"+(xr?": "+xr:" (anonymous)")+"]"+(jt.length>0?" { "+Z.call(jt,", ")+" }":"")}if(O(Ne)){var Jt=U?R.call(String(Ne),/^(Symbol\(.*\))_[^)]*$/,"$1"):$.call(Ne);return typeof Ne=="object"&&!U?At(Jt):Jt}if(We(Ne)){for(var Vn="<"+I.call(String(Ne.nodeName)),Rr=Ne.attributes||[],Wr=0;Wr<Rr.length;Wr++)Vn+=" "+Rr[Wr].name+"="+se(ve(Rr[Wr].value),"double",K);return Vn+=">",Ne.childNodes&&Ne.childNodes.length&&(Vn+="..."),Vn+="</"+I.call(String(Ne.nodeName))+">",Vn}if(qe(Ne)){if(Ne.length===0)return"[]";var or=Bt(Ne,zt);return Wt&&!$e(or)?"["+vt(or,Wt)+"]":"[ "+Z.call(or,", ")+" ]"}if(Pe(Ne)){var ar=Bt(Ne,zt);return!("cause"in Error.prototype)&&"cause"in Ne&&!G.call(Ne,"cause")?"{ ["+String(Ne)+"] "+Z.call(z.call("[cause]: "+zt(Ne.cause),ar),", ")+" }":ar.length===0?"["+String(Ne)+"]":"{ ["+String(Ne)+"] "+Z.call(ar,", ")+" }"}if(typeof Ne=="object"&&ee){if(q&&typeof Ne[q]=="function"&&ie)return ie(Ne,{depth:St-Gt});if(ee!=="symbol"&&typeof Ne.inspect=="function")return Ne.inspect()}if(_e(Ne)){var sr=[];return r&&r.call(Ne,function(Ur,Cs){sr.push(zt(Cs,Ne,!0)+" => "+zt(Ur,Ne))}),Ue("Map",t.call(Ne),sr,Wt)}if(Te(Ne)){var Mt=[];return s&&s.call(Ne,function(Ur){Mt.push(zt(Ur,Ne))}),Ue("Set",a.call(Ne),Mt,Wt)}if(we(Ne))return kt("WeakMap");if(ke(Ne))return kt("WeakSet");if(de(Ne))return kt("WeakRef");if(Ze(Ne))return At(zt(Number(Ne)));if(pe(Ne))return At(zt(ce.call(Ne)));if(lt(Ne))return At(b.call(Ne));if(rt(Ne))return At(zt(String(Ne)));if(typeof window<"u"&&Ne===window)return"{ [object Window] }";if(typeof globalThis<"u"&&Ne===globalThis||typeof Ql<"u"&&Ne===Ql)return"{ [object globalThis] }";if(!je(Ne)&&!st(Ne)){var kn=Bt(Ne,zt),hr=j?j(Ne)===Object.prototype:Ne instanceof Object||Ne.constructor===Object,In=Ne instanceof Object?"":"null prototype",ec=!hr&&he&&Object(Ne)===Ne&&he in Ne?A.call(ne(Ne),8,-1):In?"Object":"",Ao=hr||typeof Ne.constructor!="function"?"":Ne.constructor.name?Ne.constructor.name+" ":"",tl=Ao+(ec||In?"["+Z.call(z.call([],ec||[],In||[]),": ")+"] ":"");return kn.length===0?tl+"{}":Wt?tl+"{"+vt(kn,Wt)+"}":tl+"{ "+Z.call(kn,", ")+" }"}return String(Ne)};function se(Re,Ne,Lt){var Gt=Lt.quoteStyle||Ne,on=xe[Gt];return on+Re+on}function ve(Re){return R.call(String(Re),/"/g,""")}function Xe(Re){return!he||!(typeof Re=="object"&&(he in Re||typeof Re[he]<"u"))}function qe(Re){return ne(Re)==="[object Array]"&&Xe(Re)}function je(Re){return ne(Re)==="[object Date]"&&Xe(Re)}function st(Re){return ne(Re)==="[object RegExp]"&&Xe(Re)}function Pe(Re){return ne(Re)==="[object Error]"&&Xe(Re)}function rt(Re){return ne(Re)==="[object String]"&&Xe(Re)}function Ze(Re){return ne(Re)==="[object Number]"&&Xe(Re)}function lt(Re){return ne(Re)==="[object Boolean]"&&Xe(Re)}function O(Re){if(U)return Re&&typeof Re=="object"&&Re instanceof Symbol;if(typeof Re=="symbol")return!0;if(!Re||typeof Re!="object"||!$)return!1;try{return $.call(Re),!0}catch{}return!1}function pe(Re){if(!Re||typeof Re!="object"||!ce)return!1;try{return ce.call(Re),!0}catch{}return!1}var ge=Object.prototype.hasOwnProperty||function(Re){return Re in this};function re(Re,Ne){return ge.call(Re,Ne)}function ne(Re){return m.call(Re)}function ye(Re){if(Re.name)return Re.name;var Ne=_.call(D.call(Re),/^function\s*([\w$]+)/);return Ne?Ne[1]:null}function Le(Re,Ne){if(Re.indexOf)return Re.indexOf(Ne);for(var Lt=0,Gt=Re.length;Lt<Gt;Lt++)if(Re[Lt]===Ne)return Lt;return-1}function _e(Re){if(!t||!Re||typeof Re!="object")return!1;try{t.call(Re);try{a.call(Re)}catch{return!0}return Re instanceof Map}catch{}return!1}function we(Re){if(!c||!Re||typeof Re!="object")return!1;try{c.call(Re,c);try{u.call(Re,u)}catch{return!0}return Re instanceof WeakMap}catch{}return!1}function de(Re){if(!g||!Re||typeof Re!="object")return!1;try{return g.call(Re),!0}catch{}return!1}function Te(Re){if(!a||!Re||typeof Re!="object")return!1;try{a.call(Re);try{t.call(Re)}catch{return!0}return Re instanceof Set}catch{}return!1}function ke(Re){if(!u||!Re||typeof Re!="object")return!1;try{u.call(Re,u);try{c.call(Re,c)}catch{return!0}return Re instanceof WeakSet}catch{}return!1}function We(Re){return!Re||typeof Re!="object"?!1:typeof HTMLElement<"u"&&Re instanceof HTMLElement?!0:typeof Re.nodeName=="string"&&typeof Re.getAttribute=="function"}function ut(Re,Ne){if(Re.length>Ne.maxStringLength){var Lt=Re.length-Ne.maxStringLength,Gt="... "+Lt+" more character"+(Lt>1?"s":"");return ut(A.call(Re,0,Ne.maxStringLength),Ne)+Gt}var on=be[Ne.quoteStyle||"single"];on.lastIndex=0;var K=R.call(R.call(Re,on,"\\$1"),/[\x00-\x1f]/g,xt);return se(K,"single",Ne)}function xt(Re){var Ne=Re.charCodeAt(0),Lt={8:"b",9:"t",10:"n",12:"f",13:"r"}[Ne];return Lt?"\\"+Lt:"\\x"+(Ne<16?"0":"")+N.call(Ne.toString(16))}function At(Re){return"Object("+Re+")"}function kt(Re){return Re+" { ? }"}function Ue(Re,Ne,Lt,Gt){var on=Gt?vt(Lt,Gt):Z.call(Lt,", ");return Re+" ("+Ne+") {"+on+"}"}function $e(Re){for(var Ne=0;Ne<Re.length;Ne++)if(Le(Re[Ne],`
|
|
15
|
-
`)>=0)return!1;return!0}function ot(Re,Ne){var Lt;if(Re.indent===" ")Lt=" ";else if(typeof Re.indent=="number"&&Re.indent>0)Lt=Z.call(Array(Re.indent+1)," ");else return null;return{base:Lt,prev:Z.call(Array(Ne+1),Lt)}}function vt(Re,Ne){if(Re.length===0)return"";var Lt=`
|
|
16
|
-
`+Ne.prev+Ne.base;return Lt+Z.call(Re,","+Lt)+`
|
|
17
|
-
`+Ne.prev}function Bt(Re,Ne){var Lt=qe(Re),Gt=[];if(Lt){Gt.length=Re.length;for(var on=0;on<Re.length;on++)Gt[on]=re(Re,on)?Ne(Re[on],Re):""}var K=typeof P=="function"?P(Re):[],ee;if(U){ee={};for(var me=0;me<K.length;me++)ee["$"+K[me]]=K[me]}for(var He in Re)re(Re,He)&&(Lt&&String(Number(He))===He&&He<Re.length||U&&ee["$"+He]instanceof Symbol||(M.call(/[^\w$]/,He)?Gt.push(Ne(He,Re)+": "+Ne(Re[He],Re)):Gt.push(He+": "+Ne(Re[He],Re))));if(typeof P=="function")for(var pt=0;pt<K.length;pt++)G.call(Re,K[pt])&&Gt.push("["+Ne(K[pt])+"]: "+Ne(Re[K[pt]],Re));return Gt}return R1}var U1,Q_;function bL(){if(Q_)return U1;Q_=1;var n=gm(),e=$l(),t=function(s,l,c){for(var f=s,u;(u=f.next)!=null;f=u)if(u.key===l)return f.next=u.next,c||(u.next=s.next,s.next=u),u},r=function(s,l){if(s){var c=t(s,l);return c&&c.value}},i=function(s,l,c){var f=t(s,l);f?f.value=c:s.next={key:l,next:s.next,value:c}},o=function(s,l){return s?!!t(s,l):!1},a=function(s,l){if(s)return t(s,l,!0)};return U1=function(){var l,c={assert:function(f){if(!c.has(f))throw new e("Side channel does not contain "+n(f))},delete:function(f){var u=l&&l.next,d=a(l,f);return d&&u&&u===d&&(l=void 0),!!d},get:function(f){return r(l,f)},has:function(f){return o(l,f)},set:function(f,u){l||(l={next:void 0}),i(l,f,u)}};return c},U1}var F1,q_;function FU(){if(q_)return F1;q_=1;var n=Sf(),e=ra(),t=gm(),r=$l(),i=n("%Map%",!0),o=e("Map.prototype.get",!0),a=e("Map.prototype.set",!0),s=e("Map.prototype.has",!0),l=e("Map.prototype.delete",!0),c=e("Map.prototype.size",!0);return F1=!!i&&function(){var u,d={assert:function(g){if(!d.has(g))throw new r("Side channel does not contain "+t(g))},delete:function(g){if(u){var b=l(u,g);return c(u)===0&&(u=void 0),b}return!1},get:function(g){if(u)return o(u,g)},has:function(g){return u?s(u,g):!1},set:function(g,b){u||(u=new i),a(u,g,b)}};return d},F1}var O1,j_;function mL(){if(j_)return O1;j_=1;var n=Sf(),e=ra(),t=gm(),r=FU(),i=$l(),o=n("%WeakMap%",!0),a=e("WeakMap.prototype.get",!0),s=e("WeakMap.prototype.set",!0),l=e("WeakMap.prototype.has",!0),c=e("WeakMap.prototype.delete",!0);return O1=o?function(){var u,d,g={assert:function(b){if(!g.has(b))throw new i("Side channel does not contain "+t(b))},delete:function(b){if(o&&b&&(typeof b=="object"||typeof b=="function")){if(u)return c(u,b)}else if(r&&d)return d.delete(b);return!1},get:function(b){return o&&b&&(typeof b=="object"||typeof b=="function")&&u?a(u,b):d&&d.get(b)},has:function(b){return o&&b&&(typeof b=="object"||typeof b=="function")&&u?l(u,b):!!d&&d.has(b)},set:function(b,m){o&&b&&(typeof b=="object"||typeof b=="function")?(u||(u=new o),s(u,b,m)):r&&(d||(d=r()),d.set(b,m))}};return g}:r,O1}var I1,$_;function OU(){if($_)return I1;$_=1;var n=$l(),e=gm(),t=bL(),r=FU(),i=mL(),o=i||r||t;return I1=function(){var s,l={assert:function(c){if(!l.has(c))throw new n("Side channel does not contain "+e(c))},delete:function(c){return!!s&&s.delete(c)},get:function(c){return s&&s.get(c)},has:function(c){return!!s&&s.has(c)},set:function(c,f){s||(s=o()),s.set(c,f)}};return l},I1}var M1,eC;function vL(){if(eC)return M1;eC=1;var n=Ww(),e=OU()(),t=$l(),r={assert:function(i,o){if(!i||typeof i!="object"&&typeof i!="function")throw new t("`O` is not an object");if(typeof o!="string")throw new t("`slot` must be a string");if(e.assert(i),!r.has(i,o))throw new t("`"+o+"` is not present on `O`")},get:function(i,o){if(!i||typeof i!="object"&&typeof i!="function")throw new t("`O` is not an object");if(typeof o!="string")throw new t("`slot` must be a string");var a=e.get(i);return a&&a["$"+o]},has:function(i,o){if(!i||typeof i!="object"&&typeof i!="function")throw new t("`O` is not an object");if(typeof o!="string")throw new t("`slot` must be a string");var a=e.get(i);return!!a&&n(a,"$"+o)},set:function(i,o,a){if(!i||typeof i!="object"&&typeof i!="function")throw new t("`O` is not an object");if(typeof o!="string")throw new t("`slot` must be a string");var s=e.get(i);s||(s={},e.set(i,s)),s["$"+o]=a}};return Object.freeze&&Object.freeze(r),M1=r,M1}var P1,tC;function xL(){if(tC)return P1;tC=1;var n=vL(),e=Fw(),t=typeof StopIteration=="object"?StopIteration:null;return P1=function(i){if(!t)throw new e("this environment lacks StopIteration");n.set(i,"[[Done]]",!1);var o={next:function(){var s=n.get(this,"[[Iterator]]"),l=!!n.get(s,"[[Done]]");try{return{done:l,value:l?void 0:s.next()}}catch(c){if(n.set(s,"[[Done]]",!0),c!==t)throw c;return{done:!0,value:void 0}}}};return n.set(o,"[[Iterator]]",i),o},P1}var N1,nC;function IU(){if(nC)return N1;nC=1;var n={}.toString;return N1=Array.isArray||function(e){return n.call(e)=="[object Array]"},N1}var B1,rC;function MU(){if(rC)return B1;rC=1;var n=ra(),e=n("String.prototype.valueOf"),t=function(s){try{return e(s),!0}catch{return!1}},r=n("Object.prototype.toString"),i="[object String]",o=gh()();return B1=function(s){return typeof s=="string"?!0:!s||typeof s!="object"?!1:o?t(s):r(s)===i},B1}var L1,iC;function PU(){if(iC)return L1;iC=1;var n=typeof Map=="function"&&Map.prototype?Map:null,e=typeof Set=="function"&&Set.prototype?Set:null,t;n||(t=function(a){return!1});var r=n?Map.prototype.has:null,i=e?Set.prototype.has:null;return!t&&!r&&(t=function(a){return!1}),L1=t||function(a){if(!a||typeof a!="object")return!1;try{if(r.call(a),i)try{i.call(a)}catch{return!0}return a instanceof n}catch{}return!1},L1}var W1,oC;function NU(){if(oC)return W1;oC=1;var n=typeof Map=="function"&&Map.prototype?Map:null,e=typeof Set=="function"&&Set.prototype?Set:null,t;e||(t=function(a){return!1});var r=n?Map.prototype.has:null,i=e?Set.prototype.has:null;return!t&&!i&&(t=function(a){return!1}),W1=t||function(a){if(!a||typeof a!="object")return!1;try{if(i.call(a),r)try{r.call(a)}catch{return!0}return a instanceof e}catch{}return!1},W1}var aC;function wL(){if(aC)return Dp.exports;aC=1;var n=UU(),e=xL();if(Pw()()||pm()()){var t=Symbol.iterator;Dp.exports=function(W){if(W!=null&&typeof W[t]<"u")return W[t]();if(n(W))return Array.prototype[t].call(W)}}else{var r=IU(),i=MU(),o=Sf(),a=o("%Map%",!0),s=o("%Set%",!0),l=AU(),c=l("Array.prototype.push"),f=l("String.prototype.charCodeAt"),u=l("String.prototype.slice"),d=function(W,te){var ce=W.length;if(te+1>=ce)return te+1;var P=f(W,te);if(P<55296||P>56319)return te+1;var $=f(W,te+1);return $<56320||$>57343?te+1:te+2},g=function(W){var te=0;return{next:function(){var P=te>=W.length,$;return P||($=W[te],te+=1),{done:P,value:$}}}},b=function(W,te){if(r(W)||n(W))return g(W);if(i(W)){var ce=0;return{next:function(){var $=d(W,ce),U=u(W,ce,$);return ce=$,{done:$>W.length,value:U}}}}if(te&&typeof W["_es6-shim iterator_"]<"u")return W["_es6-shim iterator_"]()};if(!a&&!s)Dp.exports=function(W){if(W!=null)return b(W,!0)};else{var m=PU(),D=NU(),_=l("Map.prototype.forEach",!0),A=l("Set.prototype.forEach",!0);if(typeof process>"u"||!process.versions||!process.versions.node)var R=l("Map.prototype.iterator",!0),N=l("Set.prototype.iterator",!0);var I=l("Map.prototype.@@iterator",!0)||l("Map.prototype._es6-shim iterator_",!0),M=l("Set.prototype.@@iterator",!0)||l("Set.prototype._es6-shim iterator_",!0),z=function(W){if(m(W)){if(R)return e(R(W));if(I)return I(W);if(_){var te=[];return _(W,function(P,$){c(te,[$,P])}),g(te)}}if(D(W)){if(N)return e(N(W));if(M)return M(W);if(A){var ce=[];return A(W,function(P){c(ce,P)}),g(ce)}}};Dp.exports=function(W){return z(W)||b(W)}}}return Dp.exports}var z1,sC;function BU(){if(sC)return z1;sC=1;var n=function(e){return e!==e};return z1=function(t,r){return t===0&&r===0?1/t===1/r:!!(t===r||n(t)&&n(r))},z1}var H1,lC;function LU(){if(lC)return H1;lC=1;var n=BU();return H1=function(){return typeof Object.is=="function"?Object.is:n},H1}var V1,cC;function DL(){if(cC)return V1;cC=1;var n=LU(),e=ph();return V1=function(){var r=n();return e(Object,{is:r},{is:function(){return Object.is!==r}}),r},V1}var G1,uC;function TL(){if(uC)return G1;uC=1;var n=ph(),e=op(),t=BU(),r=LU(),i=DL(),o=e(r(),Object);return n(o,{getPolyfill:r,implementation:t,shim:i}),G1=o,G1}var X1,fC;function WU(){if(fC)return X1;fC=1;var n=op(),e=ra(),t=Sf(),r=t("%ArrayBuffer%",!0),i=e("ArrayBuffer.prototype.byteLength",!0),o=e("Object.prototype.toString"),a=!!r&&!i&&new r(0).slice,s=!!a&&n(a);return X1=i||s?function(c){if(!c||typeof c!="object")return!1;try{return i?i(c):s(c,0),!0}catch{return!1}}:r?function(c){return o(c)==="[object ArrayBuffer]"}:function(c){return!1},X1}var Y1,dC;function EL(){if(dC)return Y1;dC=1;var n=ra(),e=n("Date.prototype.getDay"),t=function(s){try{return e(s),!0}catch{return!1}},r=n("Object.prototype.toString"),i="[object Date]",o=gh()();return Y1=function(s){return typeof s!="object"||s===null?!1:o?t(s):r(s)===i},Y1}var Z1,hC;function zU(){if(hC)return Z1;hC=1;var n=ra(),e=gh()(),t=Ww(),r=hh(),i;if(e){var o=n("RegExp.prototype.exec"),a={},s=function(){throw a},l={toString:s,valueOf:s};typeof Symbol.toPrimitive=="symbol"&&(l[Symbol.toPrimitive]=s),i=function(d){if(!d||typeof d!="object")return!1;var g=r(d,"lastIndex"),b=g&&t(g,"value");if(!b)return!1;try{o(d,l)}catch(m){return m===a}}}else{var c=n("Object.prototype.toString"),f="[object RegExp]";i=function(d){return!d||typeof d!="object"&&typeof d!="function"?!1:c(d)===f}}return Z1=i,Z1}var J1,pC;function _L(){if(pC)return J1;pC=1;var n=ra(),e=n("SharedArrayBuffer.prototype.byteLength",!0);return J1=e?function(r){if(!r||typeof r!="object")return!1;try{return e(r),!0}catch{return!1}}:function(r){return!1},J1}var K1,gC;function CL(){if(gC)return K1;gC=1;var n=ra(),e=n("Number.prototype.toString"),t=function(s){try{return e(s),!0}catch{return!1}},r=n("Object.prototype.toString"),i="[object Number]",o=gh()();return K1=function(s){return typeof s=="number"?!0:!s||typeof s!="object"?!1:o?t(s):r(s)===i},K1}var Q1,yC;function SL(){if(yC)return Q1;yC=1;var n=ra(),e=n("Boolean.prototype.toString"),t=n("Object.prototype.toString"),r=function(s){try{return e(s),!0}catch{return!1}},i="[object Boolean]",o=gh()();return Q1=function(s){return typeof s=="boolean"?!0:s===null||typeof s!="object"?!1:o?r(s):t(s)===i},Q1}var jg={exports:{}},q1,bC;function AL(){if(bC)return q1;bC=1;var n=ra(),e=zU(),t=n("RegExp.prototype.exec"),r=$l();return q1=function(o){if(!e(o))throw new r("`regex` must be a RegExp");return function(s){return t(o,s)!==null}},q1}var mC;function kL(){if(mC)return jg.exports;mC=1;var n=ra(),e=n("Object.prototype.toString"),t=Pw()(),r=AL();if(t){var i=n("Symbol.prototype.toString"),o=r(/^Symbol\(.*\)$/),a=function(l){return typeof l.valueOf()!="symbol"?!1:o(i(l))};jg.exports=function(l){if(typeof l=="symbol")return!0;if(!l||typeof l!="object"||e(l)!=="[object Symbol]")return!1;try{return a(l)}catch{return!1}}}else jg.exports=function(l){return!1};return jg.exports}var $g={exports:{}},j1,vC;function RL(){if(vC)return j1;vC=1;var n=typeof BigInt<"u"&&BigInt;return j1=function(){return typeof n=="function"&&typeof BigInt=="function"&&typeof n(42)=="bigint"&&typeof BigInt(42)=="bigint"},j1}var xC;function UL(){if(xC)return $g.exports;xC=1;var n=RL()();if(n){var e=BigInt.prototype.valueOf,t=function(i){try{return e.call(i),!0}catch{}return!1};$g.exports=function(i){return i===null||typeof i>"u"||typeof i=="boolean"||typeof i=="string"||typeof i=="number"||typeof i=="symbol"||typeof i=="function"?!1:typeof i=="bigint"?!0:t(i)}}else $g.exports=function(i){return!1};return $g.exports}var $1,wC;function FL(){if(wC)return $1;wC=1;var n=MU(),e=CL(),t=SL(),r=kL(),i=UL();return $1=function(a){if(a==null||typeof a!="object"&&typeof a!="function")return null;if(n(a))return"String";if(e(a))return"Number";if(t(a))return"Boolean";if(r(a))return"Symbol";if(i(a))return"BigInt"},$1}var e0,DC;function OL(){if(DC)return e0;DC=1;var n=typeof WeakMap=="function"&&WeakMap.prototype?WeakMap:null,e=typeof WeakSet=="function"&&WeakSet.prototype?WeakSet:null,t;n||(t=function(a){return!1});var r=n?n.prototype.has:null,i=e?e.prototype.has:null;return!t&&!r&&(t=function(a){return!1}),e0=t||function(a){if(!a||typeof a!="object")return!1;try{if(r.call(a,r),i)try{i.call(a,i)}catch{return!0}return a instanceof n}catch{}return!1},e0}var ey={exports:{}},TC;function IL(){if(TC)return ey.exports;TC=1;var n=Sf(),e=ra(),t=n("%WeakSet%",!0),r=e("WeakSet.prototype.has",!0);if(r){var i=e("WeakMap.prototype.has",!0);ey.exports=function(a){if(!a||typeof a!="object")return!1;try{if(r(a,r),i)try{i(a,i)}catch{return!0}return a instanceof t}catch{}return!1}}else ey.exports=function(a){return!1};return ey.exports}var t0,EC;function ML(){if(EC)return t0;EC=1;var n=PU(),e=NU(),t=OL(),r=IL();return t0=function(o){if(o&&typeof o=="object"){if(n(o))return"Map";if(e(o))return"Set";if(t(o))return"WeakMap";if(r(o))return"WeakSet"}return!1},t0}var n0,_C;function PL(){if(_C)return n0;_C=1;var n=Function.prototype.toString,e=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,t,r;if(typeof e=="function"&&typeof Object.defineProperty=="function")try{t=Object.defineProperty({},"length",{get:function(){throw r}}),r={},e(function(){throw 42},null,t)}catch(A){A!==r&&(e=null)}else e=null;var i=/^\s*class\b/,o=function(R){try{var N=n.call(R);return i.test(N)}catch{return!1}},a=function(R){try{return o(R)?!1:(n.call(R),!0)}catch{return!1}},s=Object.prototype.toString,l="[object Object]",c="[object Function]",f="[object GeneratorFunction]",u="[object HTMLAllCollection]",d="[object HTML document.all class]",g="[object HTMLCollection]",b=typeof Symbol=="function"&&!!Symbol.toStringTag,m=!(0 in[,]),D=function(){return!1};if(typeof document=="object"){var _=document.all;s.call(_)===s.call(document.all)&&(D=function(R){if((m||!R)&&(typeof R>"u"||typeof R=="object"))try{var N=s.call(R);return(N===u||N===d||N===g||N===l)&&R("")==null}catch{}return!1})}return n0=e?function(R){if(D(R))return!0;if(!R||typeof R!="function"&&typeof R!="object")return!1;try{e(R,null,t)}catch(N){if(N!==r)return!1}return!o(R)&&a(R)}:function(R){if(D(R))return!0;if(!R||typeof R!="function"&&typeof R!="object")return!1;if(b)return a(R);if(o(R))return!1;var N=s.call(R);return N!==c&&N!==f&&!/^\[object HTML/.test(N)?!1:a(R)},n0}var r0,CC;function NL(){if(CC)return r0;CC=1;var n=PL(),e=Object.prototype.toString,t=Object.prototype.hasOwnProperty,r=function(l,c,f){for(var u=0,d=l.length;u<d;u++)t.call(l,u)&&(f==null?c(l[u],u,l):c.call(f,l[u],u,l))},i=function(l,c,f){for(var u=0,d=l.length;u<d;u++)f==null?c(l.charAt(u),u,l):c.call(f,l.charAt(u),u,l)},o=function(l,c,f){for(var u in l)t.call(l,u)&&(f==null?c(l[u],u,l):c.call(f,l[u],u,l))};function a(s){return e.call(s)==="[object Array]"}return r0=function(l,c,f){if(!n(c))throw new TypeError("iterator must be a function");var u;arguments.length>=3&&(u=f),a(l)?r(l,c,u):typeof l=="string"?i(l,c,u):o(l,c,u)},r0}var i0,SC;function BL(){return SC||(SC=1,i0=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]),i0}var o0,AC;function LL(){if(AC)return o0;AC=1;var n=BL(),e=typeof globalThis>"u"?Ql:globalThis;return o0=function(){for(var r=[],i=0;i<n.length;i++)typeof e[n[i]]=="function"&&(r[r.length]=n[i]);return r},o0}var a0,kC;function WL(){if(kC)return a0;kC=1;var n=NL(),e=LL(),t=op(),r=ra(),i=hh(),o=r("Object.prototype.toString"),a=gh()(),s=typeof globalThis>"u"?Ql:globalThis,l=e(),c=r("String.prototype.slice"),f=Object.getPrototypeOf,u=r("Array.prototype.indexOf",!0)||function(D,_){for(var A=0;A<D.length;A+=1)if(D[A]===_)return A;return-1},d={__proto__:null};a&&i&&f?n(l,function(m){var D=new s[m];if(Symbol.toStringTag in D){var _=f(D),A=i(_,Symbol.toStringTag);if(!A){var R=f(_);A=i(R,Symbol.toStringTag)}d["$"+m]=t(A.get)}}):n(l,function(m){var D=new s[m],_=D.slice||D.set;_&&(d["$"+m]=t(_))});var g=function(D){var _=!1;return n(d,function(A,R){if(!_)try{"$"+A(D)===R&&(_=c(R,1))}catch{}}),_},b=function(D){var _=!1;return n(d,function(A,R){if(!_)try{A(D),_=c(R,1)}catch{}}),_};return a0=function(D){if(!D||typeof D!="object")return!1;if(!a){var _=c(o(D),8,-1);return u(l,_)>-1?_:_!=="Object"?!1:b(D)}return i?g(D):null},a0}var s0,RC;function zL(){if(RC)return s0;RC=1;var n=ra(),e=n("ArrayBuffer.prototype.byteLength",!0),t=WU();return s0=function(i){return t(i)?e?e(i):i.byteLength:NaN},s0}var l0,UC;function HL(){if(UC)return l0;UC=1;var n=cL(),e=AU(),t=hL(),r=Sf(),i=wL(),o=OU(),a=TL(),s=UU(),l=IU(),c=WU(),f=EL(),u=zU(),d=_L(),g=Uw(),b=FL(),m=ML(),D=WL(),_=zL(),A=e("SharedArrayBuffer.prototype.byteLength",!0),R=e("Date.prototype.getTime"),N=Object.getPrototypeOf,I=e("Object.prototype.toString"),M=r("%Set%",!0),z=e("Map.prototype.has",!0),Z=e("Map.prototype.get",!0),W=e("Map.prototype.size",!0),te=e("Set.prototype.add",!0),ce=e("Set.prototype.delete",!0),P=e("Set.prototype.has",!0),$=e("Set.prototype.size",!0);function U(se,ve,Xe,qe){for(var je=i(se),st;(st=je.next())&&!st.done;)if(ie(ve,st.value,Xe,qe))return ce(se,st.value),!0;return!1}function he(se){if(typeof se>"u")return null;if(typeof se!="object")return typeof se=="symbol"?!1:typeof se=="string"||typeof se=="number"?+se==+se:!0}function G(se,ve,Xe,qe,je,st){var Pe=he(Xe);if(Pe!=null)return Pe;var rt=Z(ve,Pe),Ze=n({},je,{strict:!1});return typeof rt>"u"&&!z(ve,Pe)||!ie(qe,rt,Ze,st)?!1:!z(se,Pe)&&ie(qe,rt,Ze,st)}function j(se,ve,Xe){var qe=he(Xe);return qe??(P(ve,qe)&&!P(se,qe))}function De(se,ve,Xe,qe,je,st){for(var Pe=i(se),rt,Ze;(rt=Pe.next())&&!rt.done;)if(Ze=rt.value,ie(Xe,Ze,je,st)&&ie(qe,Z(ve,Ze),je,st))return ce(se,Ze),!0;return!1}function ie(se,ve,Xe,qe){var je=Xe||{};if(je.strict?a(se,ve):se===ve)return!0;var st=b(se),Pe=b(ve);if(st!==Pe)return!1;if(!se||!ve||typeof se!="object"&&typeof ve!="object")return je.strict?a(se,ve):se==ve;var rt=qe.has(se),Ze=qe.has(ve),lt;if(rt&&Ze){if(qe.get(se)===qe.get(ve))return!0}else lt={};return rt||qe.set(se,lt),Ze||qe.set(ve,lt),be(se,ve,je,qe)}function fe(se){return!se||typeof se!="object"||typeof se.length!="number"||typeof se.copy!="function"||typeof se.slice!="function"||se.length>0&&typeof se[0]!="number"?!1:!!(se.constructor&&se.constructor.isBuffer&&se.constructor.isBuffer(se))}function q(se,ve,Xe,qe){if($(se)!==$(ve))return!1;for(var je=i(se),st=i(ve),Pe,rt,Ze;(Pe=je.next())&&!Pe.done;)if(Pe.value&&typeof Pe.value=="object")Ze||(Ze=new M),te(Ze,Pe.value);else if(!P(ve,Pe.value)){if(Xe.strict||!j(se,ve,Pe.value))return!1;Ze||(Ze=new M),te(Ze,Pe.value)}if(Ze){for(;(rt=st.next())&&!rt.done;)if(rt.value&&typeof rt.value=="object"){if(!U(Ze,rt.value,Xe.strict,qe))return!1}else if(!Xe.strict&&!P(se,rt.value)&&!U(Ze,rt.value,Xe.strict,qe))return!1;return $(Ze)===0}return!0}function xe(se,ve,Xe,qe){if(W(se)!==W(ve))return!1;for(var je=i(se),st=i(ve),Pe,rt,Ze,lt,O,pe;(Pe=je.next())&&!Pe.done;)if(lt=Pe.value[0],O=Pe.value[1],lt&&typeof lt=="object")Ze||(Ze=new M),te(Ze,lt);else if(pe=Z(ve,lt),typeof pe>"u"&&!z(ve,lt)||!ie(O,pe,Xe,qe)){if(Xe.strict||!G(se,ve,lt,O,Xe,qe))return!1;Ze||(Ze=new M),te(Ze,lt)}if(Ze){for(;(rt=st.next())&&!rt.done;)if(lt=rt.value[0],pe=rt.value[1],lt&&typeof lt=="object"){if(!De(Ze,se,lt,pe,Xe,qe))return!1}else if(!Xe.strict&&(!se.has(lt)||!ie(Z(se,lt),pe,Xe,qe))&&!De(Ze,se,lt,pe,n({},Xe,{strict:!1}),qe))return!1;return $(Ze)===0}return!0}function be(se,ve,Xe,qe){var je,st;if(typeof se!=typeof ve||se==null||ve==null||I(se)!==I(ve)||s(se)!==s(ve))return!1;var Pe=l(se),rt=l(ve);if(Pe!==rt)return!1;var Ze=se instanceof Error,lt=ve instanceof Error;if(Ze!==lt||(Ze||lt)&&(se.name!==ve.name||se.message!==ve.message))return!1;var O=u(se),pe=u(ve);if(O!==pe||(O||pe)&&(se.source!==ve.source||t(se)!==t(ve)))return!1;var ge=f(se),re=f(ve);if(ge!==re||(ge||re)&&R(se)!==R(ve)||Xe.strict&&N&&N(se)!==N(ve))return!1;var ne=D(se),ye=D(ve);if(ne!==ye)return!1;if(ne||ye){if(se.length!==ve.length)return!1;for(je=0;je<se.length;je++)if(se[je]!==ve[je])return!1;return!0}var Le=fe(se),_e=fe(ve);if(Le!==_e)return!1;if(Le||_e){if(se.length!==ve.length)return!1;for(je=0;je<se.length;je++)if(se[je]!==ve[je])return!1;return!0}var we=c(se),de=c(ve);if(we!==de)return!1;if(we||de)return _(se)!==_(ve)?!1:typeof Uint8Array=="function"&&ie(new Uint8Array(se),new Uint8Array(ve),Xe,qe);var Te=d(se),ke=d(ve);if(Te!==ke)return!1;if(Te||ke)return A(se)!==A(ve)?!1:typeof Uint8Array=="function"&&ie(new Uint8Array(se),new Uint8Array(ve),Xe,qe);if(typeof se!=typeof ve)return!1;var We=g(se),ut=g(ve);if(We.length!==ut.length)return!1;for(We.sort(),ut.sort(),je=We.length-1;je>=0;je--)if(We[je]!=ut[je])return!1;for(je=We.length-1;je>=0;je--)if(st=We[je],!ie(se[st],ve[st],Xe,qe))return!1;var xt=m(se),At=m(ve);return xt!==At?!1:xt==="Set"||At==="Set"?q(se,ve,Xe,qe):xt==="Map"?xe(se,ve,Xe,qe):!0}return l0=function(ve,Xe,qe){return ie(ve,Xe,qe,o())},l0}var VL=HL();const GL=dm(VL);var Xl={},zw="1.13.7",FC=typeof self=="object"&&self.self===self&&self||typeof global=="object"&&global.global===global&&global||Function("return this")()||{},ym=Array.prototype,Hw=Object.prototype,OC=typeof Symbol<"u"?Symbol.prototype:null,XL=ym.push,Ig=ym.slice,hg=Hw.toString,YL=Hw.hasOwnProperty,HU=typeof ArrayBuffer<"u",ZL=typeof DataView<"u",JL=Array.isArray,IC=Object.keys,MC=Object.create,PC=HU&&ArrayBuffer.isView,KL=isNaN,QL=isFinite,VU=!{toString:null}.propertyIsEnumerable("toString"),NC=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],qL=Math.pow(2,53)-1;function Xa(n,e){return e=e==null?n.length-1:+e,function(){for(var t=Math.max(arguments.length-e,0),r=Array(t),i=0;i<t;i++)r[i]=arguments[i+e];switch(e){case 0:return n.call(this,r);case 1:return n.call(this,arguments[0],r);case 2:return n.call(this,arguments[0],arguments[1],r)}var o=Array(e+1);for(i=0;i<e;i++)o[i]=arguments[i];return o[e]=r,n.apply(this,o)}}function Dd(n){var e=typeof n;return e==="function"||e==="object"&&!!n}function GU(n){return n===null}function Vw(n){return n===void 0}function Gw(n){return n===!0||n===!1||hg.call(n)==="[object Boolean]"}function XU(n){return!!(n&&n.nodeType===1)}function ia(n){var e="[object "+n+"]";return function(t){return hg.call(t)===e}}const bm=ia("String"),Xw=ia("Number"),YU=ia("Date"),ZU=ia("RegExp"),JU=ia("Error"),Yw=ia("Symbol"),Zw=ia("ArrayBuffer");var KU=ia("Function"),jL=FC.document&&FC.document.childNodes;typeof/./!="function"&&typeof Int8Array!="object"&&typeof jL!="function"&&(KU=function(n){return typeof n=="function"||!1});const ta=KU,QU=ia("Object");var qU=ZL&&(!/\[native code\]/.test(String(DataView))||QU(new DataView(new ArrayBuffer(8)))),Jw=typeof Map<"u"&&QU(new Map),$L=ia("DataView");function eW(n){return n!=null&&ta(n.getInt8)&&Zw(n.buffer)}const pg=qU?eW:$L,Td=JL||ia("Array");function Ed(n,e){return n!=null&&YL.call(n,e)}var wx=ia("Arguments");(function(){wx(arguments)||(wx=function(n){return Ed(n,"callee")})})();const mm=wx;function jU(n){return!Yw(n)&&QL(n)&&!isNaN(parseFloat(n))}function Kw(n){return Xw(n)&&KL(n)}function Qw(n){return function(){return n}}function $U(n){return function(e){var t=n(e);return typeof t=="number"&&t>=0&&t<=qL}}function eF(n){return function(e){return e==null?void 0:e[n]}}const zb=eF("byteLength"),tW=$U(zb);var nW=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;function rW(n){return PC?PC(n)&&!pg(n):tW(n)&&nW.test(hg.call(n))}const qw=HU?rW:Qw(!1),Ts=eF("length");function iW(n){for(var e={},t=n.length,r=0;r<t;++r)e[n[r]]=!0;return{contains:function(i){return e[i]===!0},push:function(i){return e[i]=!0,n.push(i)}}}function tF(n,e){e=iW(e);var t=NC.length,r=n.constructor,i=ta(r)&&r.prototype||Hw,o="constructor";for(Ed(n,o)&&!e.contains(o)&&e.push(o);t--;)o=NC[t],o in n&&n[o]!==i[o]&&!e.contains(o)&&e.push(o)}function Wi(n){if(!Dd(n))return[];if(IC)return IC(n);var e=[];for(var t in n)Ed(n,t)&&e.push(t);return VU&&tF(n,e),e}function nF(n){if(n==null)return!0;var e=Ts(n);return typeof e=="number"&&(Td(n)||bm(n)||mm(n))?e===0:Ts(Wi(n))===0}function jw(n,e){var t=Wi(e),r=t.length;if(n==null)return!r;for(var i=Object(n),o=0;o<r;o++){var a=t[o];if(e[a]!==i[a]||!(a in i))return!1}return!0}function Kn(n){if(n instanceof Kn)return n;if(!(this instanceof Kn))return new Kn(n);this._wrapped=n}Kn.VERSION=zw;Kn.prototype.value=function(){return this._wrapped};Kn.prototype.valueOf=Kn.prototype.toJSON=Kn.prototype.value;Kn.prototype.toString=function(){return String(this._wrapped)};function BC(n){return new Uint8Array(n.buffer||n,n.byteOffset||0,zb(n))}var LC="[object DataView]";function Dx(n,e,t,r){if(n===e)return n!==0||1/n===1/e;if(n==null||e==null)return!1;if(n!==n)return e!==e;var i=typeof n;return i!=="function"&&i!=="object"&&typeof e!="object"?!1:rF(n,e,t,r)}function rF(n,e,t,r){n instanceof Kn&&(n=n._wrapped),e instanceof Kn&&(e=e._wrapped);var i=hg.call(n);if(i!==hg.call(e))return!1;if(qU&&i=="[object Object]"&&pg(n)){if(!pg(e))return!1;i=LC}switch(i){case"[object RegExp]":case"[object String]":return""+n==""+e;case"[object Number]":return+n!=+n?+e!=+e:+n==0?1/+n===1/e:+n==+e;case"[object Date]":case"[object Boolean]":return+n==+e;case"[object Symbol]":return OC.valueOf.call(n)===OC.valueOf.call(e);case"[object ArrayBuffer]":case LC:return rF(BC(n),BC(e),t,r)}var o=i==="[object Array]";if(!o&&qw(n)){var a=zb(n);if(a!==zb(e))return!1;if(n.buffer===e.buffer&&n.byteOffset===e.byteOffset)return!0;o=!0}if(!o){if(typeof n!="object"||typeof e!="object")return!1;var s=n.constructor,l=e.constructor;if(s!==l&&!(ta(s)&&s instanceof s&&ta(l)&&l instanceof l)&&"constructor"in n&&"constructor"in e)return!1}t=t||[],r=r||[];for(var c=t.length;c--;)if(t[c]===n)return r[c]===e;if(t.push(n),r.push(e),o){if(c=n.length,c!==e.length)return!1;for(;c--;)if(!Dx(n[c],e[c],t,r))return!1}else{var f=Wi(n),u;if(c=f.length,Wi(e).length!==c)return!1;for(;c--;)if(u=f[c],!(Ed(e,u)&&Dx(n[u],e[u],t,r)))return!1}return t.pop(),r.pop(),!0}function iF(n,e){return Dx(n,e)}function ap(n){if(!Dd(n))return[];var e=[];for(var t in n)e.push(t);return VU&&tF(n,e),e}function $w(n){var e=Ts(n);return function(t){if(t==null)return!1;var r=ap(t);if(Ts(r))return!1;for(var i=0;i<e;i++)if(!ta(t[n[i]]))return!1;return n!==sF||!ta(t[eD])}}var eD="forEach",oF="has",tD=["clear","delete"],aF=["get",oF,"set"],oW=tD.concat(eD,aF),sF=tD.concat(aF),aW=["add"].concat(tD,eD,oF);const lF=Jw?$w(oW):ia("Map"),cF=Jw?$w(sF):ia("WeakMap"),uF=Jw?$w(aW):ia("Set"),fF=ia("WeakSet");function yh(n){for(var e=Wi(n),t=e.length,r=Array(t),i=0;i<t;i++)r[i]=n[e[i]];return r}function dF(n){for(var e=Wi(n),t=e.length,r=Array(t),i=0;i<t;i++)r[i]=[e[i],n[e[i]]];return r}function nD(n){for(var e={},t=Wi(n),r=0,i=t.length;r<i;r++)e[n[t[r]]]=t[r];return e}function gg(n){var e=[];for(var t in n)ta(n[t])&&e.push(t);return e.sort()}function rD(n,e){return function(t){var r=arguments.length;if(e&&(t=Object(t)),r<2||t==null)return t;for(var i=1;i<r;i++)for(var o=arguments[i],a=n(o),s=a.length,l=0;l<s;l++){var c=a[l];(!e||t[c]===void 0)&&(t[c]=o[c])}return t}}const iD=rD(ap),Jh=rD(Wi),oD=rD(ap,!0);function sW(){return function(){}}function hF(n){if(!Dd(n))return{};if(MC)return MC(n);var e=sW();e.prototype=n;var t=new e;return e.prototype=null,t}function pF(n,e){var t=hF(n);return e&&Jh(t,e),t}function gF(n){return Dd(n)?Td(n)?n.slice():iD({},n):n}function yF(n,e){return e(n),n}function aD(n){return Td(n)?n:[n]}Kn.toPath=aD;function Mg(n){return Kn.toPath(n)}function sD(n,e){for(var t=e.length,r=0;r<t;r++){if(n==null)return;n=n[e[r]]}return t?n:void 0}function lD(n,e,t){var r=sD(n,Mg(e));return Vw(r)?t:r}function bF(n,e){e=Mg(e);for(var t=e.length,r=0;r<t;r++){var i=e[r];if(!Ed(n,i))return!1;n=n[i]}return!!t}function vm(n){return n}function sh(n){return n=Jh({},n),function(e){return jw(e,n)}}function xm(n){return n=Mg(n),function(e){return sD(e,n)}}function Pg(n,e,t){if(e===void 0)return n;switch(t??3){case 1:return function(r){return n.call(e,r)};case 3:return function(r,i,o){return n.call(e,r,i,o)};case 4:return function(r,i,o,a){return n.call(e,r,i,o,a)}}return function(){return n.apply(e,arguments)}}function mF(n,e,t){return n==null?vm:ta(n)?Pg(n,e,t):Dd(n)&&!Td(n)?sh(n):xm(n)}function wm(n,e){return mF(n,e,1/0)}Kn.iteratee=wm;function Es(n,e,t){return Kn.iteratee!==wm?Kn.iteratee(n,e):mF(n,e,t)}function vF(n,e,t){e=Es(e,t);for(var r=Wi(n),i=r.length,o={},a=0;a<i;a++){var s=r[a];o[s]=e(n[s],s,n)}return o}function cD(){}function xF(n){return n==null?cD:function(e){return lD(n,e)}}function wF(n,e,t){var r=Array(Math.max(0,n));e=Pg(e,t,1);for(var i=0;i<n;i++)r[i]=e(i);return r}function Hb(n,e){return e==null&&(e=n,n=0),n+Math.floor(Math.random()*(e-n+1))}const Kh=Date.now||function(){return new Date().getTime()};function DF(n){var e=function(o){return n[o]},t="(?:"+Wi(n).join("|")+")",r=RegExp(t),i=RegExp(t,"g");return function(o){return o=o==null?"":""+o,r.test(o)?o.replace(i,e):o}}const TF={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},EF=DF(TF),lW=nD(TF),_F=DF(lW),CF=Kn.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var c0=/(.)^/,cW={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},uW=/\\|'|\r|\n|\u2028|\u2029/g;function fW(n){return"\\"+cW[n]}var dW=/^\s*(\w|\$)+\s*$/;function SF(n,e,t){!e&&t&&(e=t),e=oD({},e,Kn.templateSettings);var r=RegExp([(e.escape||c0).source,(e.interpolate||c0).source,(e.evaluate||c0).source].join("|")+"|$","g"),i=0,o="__p+='";n.replace(r,function(c,f,u,d,g){return o+=n.slice(i,g).replace(uW,fW),i=g+c.length,f?o+=`'+
|
|
18
|
-
((__t=(`+f+`))==null?'':_.escape(__t))+
|
|
19
|
-
'`:u?o+=`'+
|
|
20
|
-
((__t=(`+u+`))==null?'':__t)+
|
|
21
|
-
'`:d&&(o+=`';
|
|
22
|
-
`+d+`
|
|
23
|
-
__p+='`),c}),o+=`';
|
|
24
|
-
`;var a=e.variable;if(a){if(!dW.test(a))throw new Error("variable is not a bare identifier: "+a)}else o=`with(obj||{}){
|
|
25
|
-
`+o+`}
|
|
26
|
-
`,a="obj";o=`var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};
|
|
27
|
-
`+o+`return __p;
|
|
28
|
-
`;var s;try{s=new Function(a,"_",o)}catch(c){throw c.source=o,c}var l=function(c){return s.call(this,c,Kn)};return l.source="function("+a+`){
|
|
29
|
-
`+o+"}",l}function AF(n,e,t){e=Mg(e);var r=e.length;if(!r)return ta(t)?t.call(n):t;for(var i=0;i<r;i++){var o=n==null?void 0:n[e[i]];o===void 0&&(o=t,i=r),n=ta(o)?o.call(n):o}return n}var hW=0;function kF(n){var e=++hW+"";return n?n+e:e}function RF(n){var e=Kn(n);return e._chain=!0,e}function UF(n,e,t,r,i){if(!(r instanceof e))return n.apply(t,i);var o=hF(n.prototype),a=n.apply(o,i);return Dd(a)?a:o}var bh=Xa(function(n,e){var t=bh.placeholder,r=function(){for(var i=0,o=e.length,a=Array(o),s=0;s<o;s++)a[s]=e[s]===t?arguments[i++]:e[s];for(;i<arguments.length;)a.push(arguments[i++]);return UF(n,r,this,this,a)};return r});bh.placeholder=Kn;const uD=Xa(function(n,e,t){if(!ta(n))throw new TypeError("Bind must be called on a function");var r=Xa(function(i){return UF(n,r,e,this,t.concat(i))});return r}),el=$U(Ts);function mh(n,e,t,r){if(r=r||[],!e&&e!==0)e=1/0;else if(e<=0)return r.concat(n);for(var i=r.length,o=0,a=Ts(n);o<a;o++){var s=n[o];if(el(s)&&(Td(s)||mm(s)))if(e>1)mh(s,e-1,t,r),i=r.length;else for(var l=0,c=s.length;l<c;)r[i++]=s[l++];else t||(r[i++]=s)}return r}const FF=Xa(function(n,e){e=mh(e,!1,!1);var t=e.length;if(t<1)throw new Error("bindAll must be passed function names");for(;t--;){var r=e[t];n[r]=uD(n[r],n)}return n});function OF(n,e){var t=function(r){var i=t.cache,o=""+(e?e.apply(this,arguments):r);return Ed(i,o)||(i[o]=n.apply(this,arguments)),i[o]};return t.cache={},t}const fD=Xa(function(n,e,t){return setTimeout(function(){return n.apply(null,t)},e)}),IF=bh(fD,Kn,1);function MF(n,e,t){var r,i,o,a,s=0;t||(t={});var l=function(){s=t.leading===!1?0:Kh(),r=null,a=n.apply(i,o),r||(i=o=null)},c=function(){var f=Kh();!s&&t.leading===!1&&(s=f);var u=e-(f-s);return i=this,o=arguments,u<=0||u>e?(r&&(clearTimeout(r),r=null),s=f,a=n.apply(i,o),r||(i=o=null)):!r&&t.trailing!==!1&&(r=setTimeout(l,u)),a};return c.cancel=function(){clearTimeout(r),s=0,r=i=o=null},c}function PF(n,e,t){var r,i,o,a,s,l=function(){var f=Kh()-i;e>f?r=setTimeout(l,e-f):(r=null,t||(a=n.apply(s,o)),r||(o=s=null))},c=Xa(function(f){return s=this,o=f,i=Kh(),r||(r=setTimeout(l,e),t&&(a=n.apply(s,o))),a});return c.cancel=function(){clearTimeout(r),r=o=s=null},c}function NF(n,e){return bh(e,n)}function Dm(n){return function(){return!n.apply(this,arguments)}}function BF(){var n=arguments,e=n.length-1;return function(){for(var t=e,r=n[e].apply(this,arguments);t--;)r=n[t].call(this,r);return r}}function LF(n,e){return function(){if(--n<1)return e.apply(this,arguments)}}function dD(n,e){var t;return function(){return--n>0&&(t=e.apply(this,arguments)),n<=1&&(e=null),t}}const WF=bh(dD,2);function hD(n,e,t){e=Es(e,t);for(var r=Wi(n),i,o=0,a=r.length;o<a;o++)if(i=r[o],e(n[i],i,n))return i}function zF(n){return function(e,t,r){t=Es(t,r);for(var i=Ts(e),o=n>0?0:i-1;o>=0&&o<i;o+=n)if(t(e[o],o,e))return o;return-1}}const Tm=zF(1),pD=zF(-1);function gD(n,e,t,r){t=Es(t,r,1);for(var i=t(e),o=0,a=Ts(n);o<a;){var s=Math.floor((o+a)/2);t(n[s])<i?o=s+1:a=s}return o}function HF(n,e,t){return function(r,i,o){var a=0,s=Ts(r);if(typeof o=="number")n>0?a=o>=0?o:Math.max(o+s,a):s=o>=0?Math.min(o+1,s):o+s+1;else if(t&&o&&s)return o=t(r,i),r[o]===i?o:-1;if(i!==i)return o=e(Ig.call(r,a,s),Kw),o>=0?o+a:-1;for(o=n>0?a:s-1;o>=0&&o<s;o+=n)if(r[o]===i)return o;return-1}}const yD=HF(1,Tm,gD),VF=HF(-1,pD);function yg(n,e,t){var r=el(n)?Tm:hD,i=r(n,e,t);if(i!==void 0&&i!==-1)return n[i]}function GF(n,e){return yg(n,sh(e))}function Rc(n,e,t){e=Pg(e,t);var r,i;if(el(n))for(r=0,i=n.length;r<i;r++)e(n[r],r,n);else{var o=Wi(n);for(r=0,i=o.length;r<i;r++)e(n[o[r]],o[r],n)}return n}function xf(n,e,t){e=Es(e,t);for(var r=!el(n)&&Wi(n),i=(r||n).length,o=Array(i),a=0;a<i;a++){var s=r?r[a]:a;o[a]=e(n[s],s,n)}return o}function XF(n){var e=function(t,r,i,o){var a=!el(t)&&Wi(t),s=(a||t).length,l=n>0?0:s-1;for(o||(i=t[a?a[l]:l],l+=n);l>=0&&l<s;l+=n){var c=a?a[l]:l;i=r(i,t[c],c,t)}return i};return function(t,r,i,o){var a=arguments.length>=3;return e(t,Pg(r,o,4),i,a)}}const Wh=XF(1),Vb=XF(-1);function gd(n,e,t){var r=[];return e=Es(e,t),Rc(n,function(i,o,a){e(i,o,a)&&r.push(i)}),r}function YF(n,e,t){return gd(n,Dm(Es(e)),t)}function Gb(n,e,t){e=Es(e,t);for(var r=!el(n)&&Wi(n),i=(r||n).length,o=0;o<i;o++){var a=r?r[o]:o;if(!e(n[a],a,n))return!1}return!0}function Xb(n,e,t){e=Es(e,t);for(var r=!el(n)&&Wi(n),i=(r||n).length,o=0;o<i;o++){var a=r?r[o]:o;if(e(n[a],a,n))return!0}return!1}function jl(n,e,t,r){return el(n)||(n=yh(n)),(typeof t!="number"||r)&&(t=0),yD(n,e,t)>=0}const ZF=Xa(function(n,e,t){var r,i;return ta(e)?i=e:(e=Mg(e),r=e.slice(0,-1),e=e[e.length-1]),xf(n,function(o){var a=i;if(!a){if(r&&r.length&&(o=sD(o,r)),o==null)return;a=o[e]}return a==null?a:a.apply(o,t)})});function Em(n,e){return xf(n,xm(e))}function JF(n,e){return gd(n,sh(e))}function bD(n,e,t){var r=-1/0,i=-1/0,o,a;if(e==null||typeof e=="number"&&typeof n[0]!="object"&&n!=null){n=el(n)?n:yh(n);for(var s=0,l=n.length;s<l;s++)o=n[s],o!=null&&o>r&&(r=o)}else e=Es(e,t),Rc(n,function(c,f,u){a=e(c,f,u),(a>i||a===-1/0&&r===-1/0)&&(r=c,i=a)});return r}function KF(n,e,t){var r=1/0,i=1/0,o,a;if(e==null||typeof e=="number"&&typeof n[0]!="object"&&n!=null){n=el(n)?n:yh(n);for(var s=0,l=n.length;s<l;s++)o=n[s],o!=null&&o<r&&(r=o)}else e=Es(e,t),Rc(n,function(c,f,u){a=e(c,f,u),(a<i||a===1/0&&r===1/0)&&(r=c,i=a)});return r}var pW=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function mD(n){return n?Td(n)?Ig.call(n):bm(n)?n.match(pW):el(n)?xf(n,vm):yh(n):[]}function vD(n,e,t){if(e==null||t)return el(n)||(n=yh(n)),n[Hb(n.length-1)];var r=mD(n),i=Ts(r);e=Math.max(Math.min(e,i),0);for(var o=i-1,a=0;a<e;a++){var s=Hb(a,o),l=r[a];r[a]=r[s],r[s]=l}return r.slice(0,e)}function QF(n){return vD(n,1/0)}function qF(n,e,t){var r=0;return e=Es(e,t),Em(xf(n,function(i,o,a){return{value:i,index:r++,criteria:e(i,o,a)}}).sort(function(i,o){var a=i.criteria,s=o.criteria;if(a!==s){if(a>s||a===void 0)return 1;if(a<s||s===void 0)return-1}return i.index-o.index}),"value")}function _m(n,e){return function(t,r,i){var o=e?[[],[]]:{};return r=Es(r,i),Rc(t,function(a,s){var l=r(a,s,t);n(o,a,l)}),o}}const jF=_m(function(n,e,t){Ed(n,t)?n[t].push(e):n[t]=[e]}),$F=_m(function(n,e,t){n[t]=e}),e5=_m(function(n,e,t){Ed(n,t)?n[t]++:n[t]=1}),t5=_m(function(n,e,t){n[t?0:1].push(e)},!0);function n5(n){return n==null?0:el(n)?n.length:Wi(n).length}function gW(n,e,t){return e in t}const xD=Xa(function(n,e){var t={},r=e[0];if(n==null)return t;ta(r)?(e.length>1&&(r=Pg(r,e[1])),e=ap(n)):(r=gW,e=mh(e,!1,!1),n=Object(n));for(var i=0,o=e.length;i<o;i++){var a=e[i],s=n[a];r(s,a,n)&&(t[a]=s)}return t}),r5=Xa(function(n,e){var t=e[0],r;return ta(t)?(t=Dm(t),e.length>1&&(r=e[1])):(e=xf(mh(e,!1,!1),String),t=function(i,o){return!jl(e,o)}),xD(n,t,r)});function wD(n,e,t){return Ig.call(n,0,Math.max(0,n.length-(e==null||t?1:e)))}function zh(n,e,t){return n==null||n.length<1?e==null||t?void 0:[]:e==null||t?n[0]:wD(n,n.length-e)}function th(n,e,t){return Ig.call(n,e==null||t?1:e)}function i5(n,e,t){return n==null||n.length<1?e==null||t?void 0:[]:e==null||t?n[n.length-1]:th(n,Math.max(0,n.length-e))}function o5(n){return gd(n,Boolean)}function a5(n,e){return mh(n,e,!1)}const DD=Xa(function(n,e){return e=mh(e,!0,!0),gd(n,function(t){return!jl(e,t)})}),s5=Xa(function(n,e){return DD(n,e)});function bg(n,e,t,r){Gw(e)||(r=t,t=e,e=!1),t!=null&&(t=Es(t,r));for(var i=[],o=[],a=0,s=Ts(n);a<s;a++){var l=n[a],c=t?t(l,a,n):l;e&&!t?((!a||o!==c)&&i.push(l),o=c):t?jl(o,c)||(o.push(c),i.push(l)):jl(i,l)||i.push(l)}return i}const l5=Xa(function(n){return bg(mh(n,!0,!0))});function c5(n){for(var e=[],t=arguments.length,r=0,i=Ts(n);r<i;r++){var o=n[r];if(!jl(e,o)){var a;for(a=1;a<t&&jl(arguments[a],o);a++);a===t&&e.push(o)}}return e}function mg(n){for(var e=n&&bD(n,Ts).length||0,t=Array(e),r=0;r<e;r++)t[r]=Em(n,r);return t}const u5=Xa(mg);function f5(n,e){for(var t={},r=0,i=Ts(n);r<i;r++)e?t[n[r]]=e[r]:t[n[r][0]]=n[r][1];return t}function d5(n,e,t){e==null&&(e=n||0,n=0),t||(t=e<n?-1:1);for(var r=Math.max(Math.ceil((e-n)/t),0),i=Array(r),o=0;o<r;o++,n+=t)i[o]=n;return i}function h5(n,e){if(e==null||e<1)return[];for(var t=[],r=0,i=n.length;r<i;)t.push(Ig.call(n,r,r+=e));return t}function TD(n,e){return n._chain?Kn(e).chain():e}function ED(n){return Rc(gg(n),function(e){var t=Kn[e]=n[e];Kn.prototype[e]=function(){var r=[this._wrapped];return XL.apply(r,arguments),TD(this,t.apply(Kn,r))}}),Kn}Rc(["pop","push","reverse","shift","sort","splice","unshift"],function(n){var e=ym[n];Kn.prototype[n]=function(){var t=this._wrapped;return t!=null&&(e.apply(t,arguments),(n==="shift"||n==="splice")&&t.length===0&&delete t[0]),TD(this,t)}});Rc(["concat","join","slice"],function(n){var e=ym[n];Kn.prototype[n]=function(){var t=this._wrapped;return t!=null&&(t=e.apply(t,arguments)),TD(this,t)}});const yW=Object.freeze(Object.defineProperty({__proto__:null,VERSION:zw,after:LF,all:Gb,allKeys:ap,any:Xb,assign:Jh,before:dD,bind:uD,bindAll:FF,chain:RF,chunk:h5,clone:gF,collect:xf,compact:o5,compose:BF,constant:Qw,contains:jl,countBy:e5,create:pF,debounce:PF,default:Kn,defaults:oD,defer:IF,delay:fD,detect:yg,difference:DD,drop:th,each:Rc,escape:EF,every:Gb,extend:iD,extendOwn:Jh,filter:gd,find:yg,findIndex:Tm,findKey:hD,findLastIndex:pD,findWhere:GF,first:zh,flatten:a5,foldl:Wh,foldr:Vb,forEach:Rc,functions:gg,get:lD,groupBy:jF,has:bF,head:zh,identity:vm,include:jl,includes:jl,indexBy:$F,indexOf:yD,initial:wD,inject:Wh,intersection:c5,invert:nD,invoke:ZF,isArguments:mm,isArray:Td,isArrayBuffer:Zw,isBoolean:Gw,isDataView:pg,isDate:YU,isElement:XU,isEmpty:nF,isEqual:iF,isError:JU,isFinite:jU,isFunction:ta,isMap:lF,isMatch:jw,isNaN:Kw,isNull:GU,isNumber:Xw,isObject:Dd,isRegExp:ZU,isSet:uF,isString:bm,isSymbol:Yw,isTypedArray:qw,isUndefined:Vw,isWeakMap:cF,isWeakSet:fF,iteratee:wm,keys:Wi,last:i5,lastIndexOf:VF,map:xf,mapObject:vF,matcher:sh,matches:sh,max:bD,memoize:OF,methods:gg,min:KF,mixin:ED,negate:Dm,noop:cD,now:Kh,object:f5,omit:r5,once:WF,pairs:dF,partial:bh,partition:t5,pick:xD,pluck:Em,property:xm,propertyOf:xF,random:Hb,range:d5,reduce:Wh,reduceRight:Vb,reject:YF,rest:th,restArguments:Xa,result:AF,sample:vD,select:gd,shuffle:QF,size:n5,some:Xb,sortBy:qF,sortedIndex:gD,tail:th,take:zh,tap:yF,template:SF,templateSettings:CF,throttle:MF,times:wF,toArray:mD,toPath:aD,transpose:mg,unescape:_F,union:l5,uniq:bg,unique:bg,uniqueId:kF,unzip:mg,values:yh,where:JF,without:s5,wrap:NF,zip:u5},Symbol.toStringTag,{value:"Module"}));var Tx=ED(yW);Tx._=Tx;const bW=Object.freeze(Object.defineProperty({__proto__:null,VERSION:zw,after:LF,all:Gb,allKeys:ap,any:Xb,assign:Jh,before:dD,bind:uD,bindAll:FF,chain:RF,chunk:h5,clone:gF,collect:xf,compact:o5,compose:BF,constant:Qw,contains:jl,countBy:e5,create:pF,debounce:PF,default:Tx,defaults:oD,defer:IF,delay:fD,detect:yg,difference:DD,drop:th,each:Rc,escape:EF,every:Gb,extend:iD,extendOwn:Jh,filter:gd,find:yg,findIndex:Tm,findKey:hD,findLastIndex:pD,findWhere:GF,first:zh,flatten:a5,foldl:Wh,foldr:Vb,forEach:Rc,functions:gg,get:lD,groupBy:jF,has:bF,head:zh,identity:vm,include:jl,includes:jl,indexBy:$F,indexOf:yD,initial:wD,inject:Wh,intersection:c5,invert:nD,invoke:ZF,isArguments:mm,isArray:Td,isArrayBuffer:Zw,isBoolean:Gw,isDataView:pg,isDate:YU,isElement:XU,isEmpty:nF,isEqual:iF,isError:JU,isFinite:jU,isFunction:ta,isMap:lF,isMatch:jw,isNaN:Kw,isNull:GU,isNumber:Xw,isObject:Dd,isRegExp:ZU,isSet:uF,isString:bm,isSymbol:Yw,isTypedArray:qw,isUndefined:Vw,isWeakMap:cF,isWeakSet:fF,iteratee:wm,keys:Wi,last:i5,lastIndexOf:VF,map:xf,mapObject:vF,matcher:sh,matches:sh,max:bD,memoize:OF,methods:gg,min:KF,mixin:ED,negate:Dm,noop:cD,now:Kh,object:f5,omit:r5,once:WF,pairs:dF,partial:bh,partition:t5,pick:xD,pluck:Em,property:xm,propertyOf:xF,random:Hb,range:d5,reduce:Wh,reduceRight:Vb,reject:YF,rest:th,restArguments:Xa,result:AF,sample:vD,select:gd,shuffle:QF,size:n5,some:Xb,sortBy:qF,sortedIndex:gD,tail:th,take:zh,tap:yF,template:SF,templateSettings:CF,throttle:MF,times:wF,toArray:mD,toPath:aD,transpose:mg,unescape:_F,union:l5,uniq:bg,unique:bg,uniqueId:kF,unzip:mg,values:yh,where:JF,without:s5,wrap:NF,zip:u5},Symbol.toStringTag,{value:"Module"})),ui=vU(bW);var ty={},Yl={},u0={exports:{}},ny={exports:{}},WC;function sp(){if(WC)return ny.exports;WC=1;var n=function(){return this===void 0}();if(n)ny.exports={freeze:Object.freeze,defineProperty:Object.defineProperty,getDescriptor:Object.getOwnPropertyDescriptor,keys:Object.keys,names:Object.getOwnPropertyNames,getPrototypeOf:Object.getPrototypeOf,isArray:Array.isArray,isES5:n,propertyIsWritable:function(f,u){var d=Object.getOwnPropertyDescriptor(f,u);return!!(!d||d.writable||d.set)}};else{var e={}.hasOwnProperty,t={}.toString,r={}.constructor.prototype,i=function(f){var u=[];for(var d in f)e.call(f,d)&&u.push(d);return u},o=function(f,u){return{value:f[u]}},a=function(f,u,d){return f[u]=d.value,f},s=function(f){return f},l=function(f){try{return Object(f).constructor.prototype}catch{return r}},c=function(f){try{return t.call(f)==="[object Array]"}catch{return!1}};ny.exports={isArray:c,keys:i,names:i,defineProperty:a,getDescriptor:o,freeze:s,getPrototypeOf:l,isES5:n,propertyIsWritable:function(){return!0}}}return ny.exports}var Tp,zC;function vr(){if(zC)return Tp;zC=1;var n={},e=sp(),t=typeof navigator>"u",r={e:{}},i,o=typeof self<"u"?self:typeof window<"u"?window:typeof Ql<"u"?Ql:Tp!==void 0?Tp:null;function a(){try{var be=i;return i=null,be.apply(this,arguments)}catch(se){return r.e=se,r}}function s(be){return i=be,a}var l=function(be,se){var ve={}.hasOwnProperty;function Xe(){this.constructor=be,this.constructor$=se;for(var qe in se.prototype)ve.call(se.prototype,qe)&&qe.charAt(qe.length-1)!=="$"&&(this[qe+"$"]=se.prototype[qe])}return Xe.prototype=se.prototype,be.prototype=new Xe,be.prototype};function c(be){return be==null||be===!0||be===!1||typeof be=="string"||typeof be=="number"}function f(be){return typeof be=="function"||typeof be=="object"&&be!==null}function u(be){return c(be)?new Error(z(be)):be}function d(be,se){var ve=be.length,Xe=new Array(ve+1),qe;for(qe=0;qe<ve;++qe)Xe[qe]=be[qe];return Xe[qe]=se,Xe}function g(be,se,ve){if(e.isES5){var Xe=Object.getOwnPropertyDescriptor(be,se);if(Xe!=null)return Xe.get==null&&Xe.set==null?Xe.value:ve}else return{}.hasOwnProperty.call(be,se)?be[se]:void 0}function b(be,se,ve){if(c(be))return be;var Xe={value:ve,configurable:!0,enumerable:!1,writable:!0};return e.defineProperty(be,se,Xe),be}function m(be){throw be}var D=function(){var be=[Array.prototype,Object.prototype,Function.prototype],se=function(qe){for(var je=0;je<be.length;++je)if(be[je]===qe)return!0;return!1};if(e.isES5){var ve=Object.getOwnPropertyNames;return function(qe){for(var je=[],st=Object.create(null);qe!=null&&!se(qe);){var Pe;try{Pe=ve(qe)}catch{return je}for(var rt=0;rt<Pe.length;++rt){var Ze=Pe[rt];if(!st[Ze]){st[Ze]=!0;var lt=Object.getOwnPropertyDescriptor(qe,Ze);lt!=null&<.get==null&<.set==null&&je.push(Ze)}}qe=e.getPrototypeOf(qe)}return je}}else{var Xe={}.hasOwnProperty;return function(qe){if(se(qe))return[];var je=[];e:for(var st in qe)if(Xe.call(qe,st))je.push(st);else{for(var Pe=0;Pe<be.length;++Pe)if(Xe.call(be[Pe],st))continue e;je.push(st)}return je}}}(),_=/this\s*\.\s*\S+\s*=/;function A(be){try{if(typeof be=="function"){var se=e.names(be.prototype),ve=e.isES5&&se.length>1,Xe=se.length>0&&!(se.length===1&&se[0]==="constructor"),qe=_.test(be+"")&&e.names(be).length>0;if(ve||Xe||qe)return!0}return!1}catch{return!1}}function R(be){return be}var N=/^[a-z$_][a-z$_0-9]*$/i;function I(be){return N.test(be)}function M(be,se,ve){for(var Xe=new Array(be),qe=0;qe<be;++qe)Xe[qe]=se+qe+ve;return Xe}function z(be){try{return be+""}catch{return"[no string representation]"}}function Z(be){return be!==null&&typeof be=="object"&&typeof be.message=="string"&&typeof be.name=="string"}function W(be){try{b(be,"isOperational",!0)}catch{}}function te(be){return be==null?!1:be instanceof Error.__BluebirdErrorTypes__.OperationalError||be.isOperational===!0}function ce(be){return Z(be)&&e.propertyIsWritable(be,"stack")}var P=function(){return"stack"in new Error?function(be){return ce(be)?be:new Error(z(be))}:function(be){if(ce(be))return be;try{throw new Error(z(be))}catch(se){return se}}}();function $(be){return{}.toString.call(be)}function U(be,se,ve){for(var Xe=e.names(be),qe=0;qe<Xe.length;++qe){var je=Xe[qe];if(ve(je))try{e.defineProperty(se,je,e.getDescriptor(be,je))}catch{}}}var he=function(be){return e.isArray(be)?be:null};if(typeof Symbol<"u"&&Symbol.iterator){var G=typeof Array.from=="function"?function(be){return Array.from(be)}:function(be){for(var se=[],ve=be[Symbol.iterator](),Xe;!(Xe=ve.next()).done;)se.push(Xe.value);return se};he=function(be){return e.isArray(be)?be:be!=null&&typeof be[Symbol.iterator]=="function"?G(be):null}}var j=typeof process<"u"&&$(process).toLowerCase()==="[object process]",De=typeof process<"u"&&typeof n<"u";function ie(be){return De?n[be]:void 0}function fe(){if(typeof Promise=="function")try{var be=new Promise(function(){});if({}.toString.call(be)==="[object Promise]")return Promise}catch{}}function q(be,se){return be.bind(se)}var xe={isClass:A,isIdentifier:I,inheritedDataKeys:D,getDataPropertyOrDefault:g,thrower:m,isArray:e.isArray,asArray:he,notEnumerableProp:b,isPrimitive:c,isObject:f,isError:Z,canEvaluate:t,errorObj:r,tryCatch:s,inherits:l,withAppended:d,maybeWrapAsError:u,toFastProperties:R,filledRange:M,toString:z,canAttachTrace:ce,ensureErrorObject:P,originatesFromRejection:te,markAsOriginatingFromRejection:W,classString:$,copyDescriptors:U,hasDevTools:typeof chrome<"u"&&chrome&&typeof chrome.loadTimes=="function",isNode:j,hasEnvVariables:De,env:ie,global:o,getNativePromise:fe,domainBind:q};xe.isRecentNode=xe.isNode&&function(){var be=process.versions.node.split(".").map(Number);return be[0]===0&&be[1]>10||be[0]>0}(),xe.isNode&&xe.toFastProperties(process);try{throw new Error}catch(be){xe.lastLineError=be}return Tp=xe,Tp}var ry={exports:{}},f0,HC;function mW(){if(HC)return f0;HC=1;var n=vr(),e,t=function(){throw new Error(`No async scheduler available
|
|
30
|
-
|
|
31
|
-
See http://goo.gl/MqrFmX
|
|
32
|
-
`)},r=n.getNativePromise();if(n.isNode&&typeof MutationObserver>"u"){var i=Ql.setImmediate,o=process.nextTick;e=n.isRecentNode?function(s){i.call(Ql,s)}:function(s){o.call(process,s)}}else if(typeof r=="function"&&typeof r.resolve=="function"){var a=r.resolve();e=function(s){a.then(s)}}else typeof MutationObserver<"u"&&!(typeof window<"u"&&window.navigator&&(window.navigator.standalone||window.cordova))?e=function(){var s=document.createElement("div"),l={attributes:!0},c=!1,f=document.createElement("div"),u=new MutationObserver(function(){s.classList.toggle("foo"),c=!1});u.observe(f,l);var d=function(){c||(c=!0,f.classList.toggle("foo"))};return function(b){var m=new MutationObserver(function(){m.disconnect(),b()});m.observe(s,l),d()}}():typeof setImmediate<"u"?e=function(s){setImmediate(s)}:typeof setTimeout<"u"?e=function(s){setTimeout(s,0)}:e=t;return f0=e,f0}var d0,VC;function vW(){if(VC)return d0;VC=1;function n(t,r,i,o,a){for(var s=0;s<a;++s)i[s+o]=t[s+r],t[s+r]=void 0}function e(t){this._capacity=t,this._length=0,this._front=0}return e.prototype._willBeOverCapacity=function(t){return this._capacity<t},e.prototype._pushOne=function(t){var r=this.length();this._checkCapacity(r+1);var i=this._front+r&this._capacity-1;this[i]=t,this._length=r+1},e.prototype.push=function(t,r,i){var o=this.length()+3;if(this._willBeOverCapacity(o)){this._pushOne(t),this._pushOne(r),this._pushOne(i);return}var a=this._front+o-3;this._checkCapacity(o);var s=this._capacity-1;this[a+0&s]=t,this[a+1&s]=r,this[a+2&s]=i,this._length=o},e.prototype.shift=function(){var t=this._front,r=this[t];return this[t]=void 0,this._front=t+1&this._capacity-1,this._length--,r},e.prototype.length=function(){return this._length},e.prototype._checkCapacity=function(t){this._capacity<t&&this._resizeTo(this._capacity<<1)},e.prototype._resizeTo=function(t){var r=this._capacity;this._capacity=t;var i=this._front,o=this._length,a=i+o&r-1;n(this,0,this,r,a)},d0=e,d0}var GC;function xW(){if(GC)return ry.exports;GC=1;var n;try{throw new Error}catch(l){n=l}var e=mW(),t=vW(),r=vr();function i(){this._customScheduler=!1,this._isTickUsed=!1,this._lateQueue=new t(16),this._normalQueue=new t(16),this._haveDrainedQueues=!1,this._trampolineEnabled=!0;var l=this;this.drainQueues=function(){l._drainQueues()},this._schedule=e}i.prototype.setScheduler=function(l){var c=this._schedule;return this._schedule=l,this._customScheduler=!0,c},i.prototype.hasCustomScheduler=function(){return this._customScheduler},i.prototype.enableTrampoline=function(){this._trampolineEnabled=!0},i.prototype.disableTrampolineIfNecessary=function(){r.hasDevTools&&(this._trampolineEnabled=!1)},i.prototype.haveItemsQueued=function(){return this._isTickUsed||this._haveDrainedQueues},i.prototype.fatalError=function(l,c){c?(process.stderr.write("Fatal "+(l instanceof Error?l.stack:l)+`
|
|
33
|
-
`),process.exit(2)):this.throwLater(l)},i.prototype.throwLater=function(l,c){if(arguments.length===1&&(c=l,l=function(){throw c}),typeof setTimeout<"u")setTimeout(function(){l(c)},0);else try{this._schedule(function(){l(c)})}catch{throw new Error(`No async scheduler available
|
|
34
|
-
|
|
35
|
-
See http://goo.gl/MqrFmX
|
|
36
|
-
`)}};function o(l,c,f){this._lateQueue.push(l,c,f),this._queueTick()}function a(l,c,f){this._normalQueue.push(l,c,f),this._queueTick()}function s(l){this._normalQueue._pushOne(l),this._queueTick()}return r.hasDevTools?(i.prototype.invokeLater=function(l,c,f){this._trampolineEnabled?o.call(this,l,c,f):this._schedule(function(){setTimeout(function(){l.call(c,f)},100)})},i.prototype.invoke=function(l,c,f){this._trampolineEnabled?a.call(this,l,c,f):this._schedule(function(){l.call(c,f)})},i.prototype.settlePromises=function(l){this._trampolineEnabled?s.call(this,l):this._schedule(function(){l._settlePromises()})}):(i.prototype.invokeLater=o,i.prototype.invoke=a,i.prototype.settlePromises=s),i.prototype._drainQueue=function(l){for(;l.length()>0;){var c=l.shift();if(typeof c!="function"){c._settlePromises();continue}var f=l.shift(),u=l.shift();c.call(f,u)}},i.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},i.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},i.prototype._reset=function(){this._isTickUsed=!1},ry.exports=i,ry.exports.firstLineError=n,ry.exports}var h0,XC;function yd(){if(XC)return h0;XC=1;var n=sp(),e=n.freeze,t=vr(),r=t.inherits,i=t.notEnumerableProp;function o(_,A){function R(N){if(!(this instanceof R))return new R(N);i(this,"message",typeof N=="string"?N:A),i(this,"name",_),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return r(R,Error),R}var a,s,l=o("Warning","warning"),c=o("CancellationError","cancellation error"),f=o("TimeoutError","timeout error"),u=o("AggregateError","aggregate error");try{a=TypeError,s=RangeError}catch{a=o("TypeError","type error"),s=o("RangeError","range error")}for(var d="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),g=0;g<d.length;++g)typeof Array.prototype[d[g]]=="function"&&(u.prototype[d[g]]=Array.prototype[d[g]]);n.defineProperty(u.prototype,"length",{value:0,configurable:!1,writable:!0,enumerable:!0}),u.prototype.isOperational=!0;var b=0;u.prototype.toString=function(){var _=Array(b*4+1).join(" "),A=`
|
|
37
|
-
`+_+`AggregateError of:
|
|
38
|
-
`;b++,_=Array(b*4+1).join(" ");for(var R=0;R<this.length;++R){for(var N=this[R]===this?"[Circular AggregateError]":this[R]+"",I=N.split(`
|
|
39
|
-
`),M=0;M<I.length;++M)I[M]=_+I[M];N=I.join(`
|
|
40
|
-
`),A+=N+`
|
|
41
|
-
`}return b--,A};function m(_){if(!(this instanceof m))return new m(_);i(this,"name","OperationalError"),i(this,"message",_),this.cause=_,this.isOperational=!0,_ instanceof Error?(i(this,"message",_.message),i(this,"stack",_.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}r(m,Error);var D=Error.__BluebirdErrorTypes__;return D||(D=e({CancellationError:c,TimeoutError:f,OperationalError:m,RejectionError:m,AggregateError:u}),n.defineProperty(Error,"__BluebirdErrorTypes__",{value:D,writable:!1,enumerable:!1,configurable:!1})),h0={Error,TypeError:a,RangeError:s,CancellationError:D.CancellationError,OperationalError:D.OperationalError,TimeoutError:D.TimeoutError,AggregateError:D.AggregateError,Warning:l},h0}var p0,YC;function wW(){return YC||(YC=1,p0=function(n,e){var t=vr(),r=t.errorObj,i=t.isObject;function o(u,d){if(i(u)){if(u instanceof n)return u;var g=s(u);if(g===r){d&&d._pushContext();var b=n.reject(g.e);return d&&d._popContext(),b}else if(typeof g=="function"){if(c(u)){var b=new n(e);return u._then(b._fulfill,b._reject,void 0,b,null),b}return f(u,g,d)}}return u}function a(u){return u.then}function s(u){try{return a(u)}catch(d){return r.e=d,r}}var l={}.hasOwnProperty;function c(u){try{return l.call(u,"_promise0")}catch{return!1}}function f(u,d,g){var b=new n(e),m=b;g&&g._pushContext(),b._captureStackTrace(),g&&g._popContext();var D=!0,_=t.tryCatch(d).call(u,A,R);D=!1,b&&_===r&&(b._rejectCallback(_.e,!0,!0),b=null);function A(N){b&&(b._resolveCallback(N),b=null)}function R(N){b&&(b._rejectCallback(N,D,!0),b=null)}return m}return o}),p0}var g0,ZC;function DW(){return ZC||(ZC=1,g0=function(n,e,t,r,i){var o=vr();o.isArray;function a(l){switch(l){case-2:return[];case-3:return{}}}function s(l){var c=this._promise=new n(e);l instanceof n&&c._propagateFrom(l,3),c._setOnCancel(this),this._values=l,this._length=0,this._totalResolved=0,this._init(void 0,-2)}return o.inherits(s,i),s.prototype.length=function(){return this._length},s.prototype.promise=function(){return this._promise},s.prototype._init=function l(c,f){var u=t(this._values,this._promise);if(u instanceof n){u=u._target();var d=u._bitField;if(this._values=u,(d&50397184)===0)return this._promise._setAsyncGuaranteed(),u._then(l,this._reject,void 0,this,f);if((d&33554432)!==0)u=u._value();else return(d&16777216)!==0?this._reject(u._reason()):this._cancel()}if(u=o.asArray(u),u===null){var g=r("expecting an array or an iterable object but got "+o.classString(u)).reason();this._promise._rejectCallback(g,!1);return}if(u.length===0){f===-5?this._resolveEmptyArray():this._resolve(a(f));return}this._iterate(u)},s.prototype._iterate=function(l){var c=this.getActualLength(l.length);this._length=c,this._values=this.shouldCopyValues()?new Array(c):this._values;for(var f=this._promise,u=!1,d=null,g=0;g<c;++g){var b=t(l[g],f);b instanceof n?(b=b._target(),d=b._bitField):d=null,u?d!==null&&b.suppressUnhandledRejections():d!==null?(d&50397184)===0?(b._proxy(this,g),this._values[g]=b):(d&33554432)!==0?u=this._promiseFulfilled(b._value(),g):(d&16777216)!==0?u=this._promiseRejected(b._reason(),g):u=this._promiseCancelled(g):u=this._promiseFulfilled(b,g)}u||f._setAsyncGuaranteed()},s.prototype._isResolved=function(){return this._values===null},s.prototype._resolve=function(l){this._values=null,this._promise._fulfill(l)},s.prototype._cancel=function(){this._isResolved()||!this._promise._isCancellable()||(this._values=null,this._promise._cancel())},s.prototype._reject=function(l){this._values=null,this._promise._rejectCallback(l,!1)},s.prototype._promiseFulfilled=function(l,c){this._values[c]=l;var f=++this._totalResolved;return f>=this._length?(this._resolve(this._values),!0):!1},s.prototype._promiseCancelled=function(){return this._cancel(),!0},s.prototype._promiseRejected=function(l){return this._totalResolved++,this._reject(l),!0},s.prototype._resultCancelled=function(){if(!this._isResolved()){var l=this._values;if(this._cancel(),l instanceof n)l.cancel();else for(var c=0;c<l.length;++c)l[c]instanceof n&&l[c].cancel()}},s.prototype.shouldCopyValues=function(){return!0},s.prototype.getActualLength=function(l){return l},s}),g0}var y0,JC;function TW(){return JC||(JC=1,y0=function(n){var e=!1,t=[];n.prototype._promiseCreated=function(){},n.prototype._pushContext=function(){},n.prototype._popContext=function(){return null},n._peekContext=n.prototype._peekContext=function(){};function r(){this._trace=new r.CapturedTrace(o())}r.prototype._pushContext=function(){this._trace!==void 0&&(this._trace._promiseCreated=null,t.push(this._trace))},r.prototype._popContext=function(){if(this._trace!==void 0){var a=t.pop(),s=a._promiseCreated;return a._promiseCreated=null,s}return null};function i(){if(e)return new r}function o(){var a=t.length-1;if(a>=0)return t[a]}return r.CapturedTrace=null,r.create=i,r.deactivateLongStackTraces=function(){},r.activateLongStackTraces=function(){var a=n.prototype._pushContext,s=n.prototype._popContext,l=n._peekContext,c=n.prototype._peekContext,f=n.prototype._promiseCreated;r.deactivateLongStackTraces=function(){n.prototype._pushContext=a,n.prototype._popContext=s,n._peekContext=l,n.prototype._peekContext=c,n.prototype._promiseCreated=f,e=!1},e=!0,n.prototype._pushContext=r.prototype._pushContext,n.prototype._popContext=r.prototype._popContext,n._peekContext=n.prototype._peekContext=o,n.prototype._promiseCreated=function(){var u=this._peekContext();u&&u._promiseCreated==null&&(u._promiseCreated=this)}},r}),y0}var b0,KC;function EW(){return KC||(KC=1,b0=function(n,e){var t=n._getDomain,r=n._async,i=yd().Warning,o=vr(),a=o.canAttachTrace,s,l,c=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,f=/\((?:timers\.js):\d+:\d+\)/,u=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,d=null,g=null,b=!1,m,D=!!(o.env("BLUEBIRD_DEBUG")!=0&&(o.env("BLUEBIRD_DEBUG")||o.env("NODE_ENV")==="development")),_=!!(o.env("BLUEBIRD_WARNINGS")!=0&&(D||o.env("BLUEBIRD_WARNINGS"))),A=!!(o.env("BLUEBIRD_LONG_STACK_TRACES")!=0&&(D||o.env("BLUEBIRD_LONG_STACK_TRACES"))),R=o.env("BLUEBIRD_W_FORGOTTEN_RETURN")!=0&&(_||!!o.env("BLUEBIRD_W_FORGOTTEN_RETURN"));n.prototype.suppressUnhandledRejections=function(){var de=this._target();de._bitField=de._bitField&-1048577|524288},n.prototype._ensurePossibleRejectionHandled=function(){(this._bitField&524288)===0&&(this._setRejectionIsUnhandled(),r.invokeLater(this._notifyUnhandledRejection,this,void 0))},n.prototype._notifyUnhandledRejectionIsHandled=function(){Ze("rejectionHandled",s,void 0,this)},n.prototype._setReturnedNonUndefined=function(){this._bitField=this._bitField|268435456},n.prototype._returnedNonUndefined=function(){return(this._bitField&268435456)!==0},n.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var de=this._settledValue();this._setUnhandledRejectionIsNotified(),Ze("unhandledRejection",l,de,this)}},n.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=this._bitField|262144},n.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=this._bitField&-262145},n.prototype._isUnhandledRejectionNotified=function(){return(this._bitField&262144)>0},n.prototype._setRejectionIsUnhandled=function(){this._bitField=this._bitField|1048576},n.prototype._unsetRejectionIsUnhandled=function(){this._bitField=this._bitField&-1048577,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},n.prototype._isRejectionUnhandled=function(){return(this._bitField&1048576)>0},n.prototype._warn=function(de,Te,ke){return se(de,Te,ke||this)},n.onPossiblyUnhandledRejection=function(de){var Te=t();l=typeof de=="function"?Te===null?de:o.domainBind(Te,de):void 0},n.onUnhandledRejectionHandled=function(de){var Te=t();s=typeof de=="function"?Te===null?de:o.domainBind(Te,de):void 0};var N=function(){};n.longStackTraces=function(){if(r.haveItemsQueued()&&!we.longStackTraces)throw new Error(`cannot enable long stack traces after promises have been created
|
|
42
|
-
|
|
43
|
-
See http://goo.gl/MqrFmX
|
|
44
|
-
`);if(!we.longStackTraces&&pe()){var de=n.prototype._captureStackTrace,Te=n.prototype._attachExtraTrace;we.longStackTraces=!0,N=function(){if(r.haveItemsQueued()&&!we.longStackTraces)throw new Error(`cannot enable long stack traces after promises have been created
|
|
45
|
-
|
|
46
|
-
See http://goo.gl/MqrFmX
|
|
47
|
-
`);n.prototype._captureStackTrace=de,n.prototype._attachExtraTrace=Te,e.deactivateLongStackTraces(),r.enableTrampoline(),we.longStackTraces=!1},n.prototype._captureStackTrace=fe,n.prototype._attachExtraTrace=q,e.activateLongStackTraces(),r.disableTrampolineIfNecessary()}},n.hasLongStackTraces=function(){return we.longStackTraces&&pe()};var I=function(){try{if(typeof CustomEvent=="function"){var de=new CustomEvent("CustomEvent");return o.global.dispatchEvent(de),function(Te,ke){var We=new CustomEvent(Te.toLowerCase(),{detail:ke,cancelable:!0});return!o.global.dispatchEvent(We)}}else if(typeof Event=="function"){var de=new Event("CustomEvent");return o.global.dispatchEvent(de),function(ke,We){var ut=new Event(ke.toLowerCase(),{cancelable:!0});return ut.detail=We,!o.global.dispatchEvent(ut)}}else{var de=document.createEvent("CustomEvent");return de.initCustomEvent("testingtheevent",!1,!0,{}),o.global.dispatchEvent(de),function(ke,We){var ut=document.createEvent("CustomEvent");return ut.initCustomEvent(ke.toLowerCase(),!1,!0,We),!o.global.dispatchEvent(ut)}}}catch{}return function(){return!1}}(),M=function(){return o.isNode?function(){return process.emit.apply(process,arguments)}:o.global?function(de){var Te="on"+de.toLowerCase(),ke=o.global[Te];return ke?(ke.apply(o.global,[].slice.call(arguments,1)),!0):!1}:function(){return!1}}();function z(de,Te){return{promise:Te}}var Z={promiseCreated:z,promiseFulfilled:z,promiseRejected:z,promiseResolved:z,promiseCancelled:z,promiseChained:function(de,Te,ke){return{promise:Te,child:ke}},warning:function(de,Te){return{warning:Te}},unhandledRejection:function(de,Te,ke){return{reason:Te,promise:ke}},rejectionHandled:z},W=function(de){var Te=!1;try{Te=M.apply(null,arguments)}catch(We){r.throwLater(We),Te=!0}var ke=!1;try{ke=I(de,Z[de].apply(null,arguments))}catch(We){r.throwLater(We),ke=!0}return ke||Te};n.config=function(de){if(de=Object(de),"longStackTraces"in de&&(de.longStackTraces?n.longStackTraces():!de.longStackTraces&&n.hasLongStackTraces()&&N()),"warnings"in de){var Te=de.warnings;we.warnings=!!Te,R=we.warnings,o.isObject(Te)&&"wForgottenReturn"in Te&&(R=!!Te.wForgottenReturn)}if("cancellation"in de&&de.cancellation&&!we.cancellation){if(r.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");n.prototype._clearCancellationData=he,n.prototype._propagateFrom=G,n.prototype._onCancel=$,n.prototype._setOnCancel=U,n.prototype._attachCancellationCallback=P,n.prototype._execute=ce,De=G,we.cancellation=!0}return"monitoring"in de&&(de.monitoring&&!we.monitoring?(we.monitoring=!0,n.prototype._fireEvent=W):!de.monitoring&&we.monitoring&&(we.monitoring=!1,n.prototype._fireEvent=te)),n};function te(){return!1}n.prototype._fireEvent=te,n.prototype._execute=function(de,Te,ke){try{de(Te,ke)}catch(We){return We}},n.prototype._onCancel=function(){},n.prototype._setOnCancel=function(de){},n.prototype._attachCancellationCallback=function(de){},n.prototype._captureStackTrace=function(){},n.prototype._attachExtraTrace=function(){},n.prototype._clearCancellationData=function(){},n.prototype._propagateFrom=function(de,Te){};function ce(de,Te,ke){var We=this;try{de(Te,ke,function(ut){if(typeof ut!="function")throw new TypeError("onCancel must be a function, got: "+o.toString(ut));We._attachCancellationCallback(ut)})}catch(ut){return ut}}function P(de){if(!this._isCancellable())return this;var Te=this._onCancel();Te!==void 0?o.isArray(Te)?Te.push(de):this._setOnCancel([Te,de]):this._setOnCancel(de)}function $(){return this._onCancelField}function U(de){this._onCancelField=de}function he(){this._cancellationParent=void 0,this._onCancelField=void 0}function G(de,Te){if((Te&1)!==0){this._cancellationParent=de;var ke=de._branchesRemainingToCancel;ke===void 0&&(ke=0),de._branchesRemainingToCancel=ke+1}(Te&2)!==0&&de._isBound()&&this._setBoundTo(de._boundTo)}function j(de,Te){(Te&2)!==0&&de._isBound()&&this._setBoundTo(de._boundTo)}var De=j;function ie(){var de=this._boundTo;return de!==void 0&&de instanceof n?de.isFulfilled()?de.value():void 0:de}function fe(){this._trace=new Le(this._peekContext())}function q(de,Te){if(a(de)){var ke=this._trace;if(ke!==void 0&&Te&&(ke=ke._parent),ke!==void 0)ke.attachExtraTrace(de);else if(!de.__stackCleaned__){var We=Pe(de);o.notEnumerableProp(de,"stack",We.message+`
|
|
48
|
-
`+We.stack.join(`
|
|
49
|
-
`)),o.notEnumerableProp(de,"__stackCleaned__",!0)}}}function xe(de,Te,ke,We,ut){if(de===void 0&&Te!==null&&R){if(ut!==void 0&&ut._returnedNonUndefined()||(We._bitField&65535)===0)return;ke&&(ke=ke+" ");var xt="",At="";if(Te._trace){for(var kt=Te._trace.stack.split(`
|
|
50
|
-
`),Ue=je(kt),$e=Ue.length-1;$e>=0;--$e){var ot=Ue[$e];if(!f.test(ot)){var vt=ot.match(u);vt&&(xt="at "+vt[1]+":"+vt[2]+":"+vt[3]+" ");break}}if(Ue.length>0){for(var Bt=Ue[0],$e=0;$e<kt.length;++$e)if(kt[$e]===Bt){$e>0&&(At=`
|
|
51
|
-
`+kt[$e-1]);break}}}var Re="a promise was created in a "+ke+"handler "+xt+"but was not returned from it, see http://goo.gl/rRqMUw"+At;We._warn(Re,!0,Te)}}function be(de,Te){var ke=de+" is deprecated and will be removed in a future version.";return Te&&(ke+=" Use "+Te+" instead."),se(ke)}function se(de,Te,ke){if(we.warnings){var We=new i(de),ut;if(Te)ke._attachExtraTrace(We);else if(we.longStackTraces&&(ut=n._peekContext()))ut.attachExtraTrace(We);else{var xt=Pe(We);We.stack=xt.message+`
|
|
52
|
-
`+xt.stack.join(`
|
|
53
|
-
`)}W("warning",We)||rt(We,"",!0)}}function ve(de,Te){for(var ke=0;ke<Te.length-1;++ke)Te[ke].push("From previous event:"),Te[ke]=Te[ke].join(`
|
|
54
|
-
`);return ke<Te.length&&(Te[ke]=Te[ke].join(`
|
|
55
|
-
`)),de+`
|
|
56
|
-
`+Te.join(`
|
|
57
|
-
`)}function Xe(de){for(var Te=0;Te<de.length;++Te)(de[Te].length===0||Te+1<de.length&&de[Te][0]===de[Te+1][0])&&(de.splice(Te,1),Te--)}function qe(de){for(var Te=de[0],ke=1;ke<de.length;++ke){for(var We=de[ke],ut=Te.length-1,xt=Te[ut],At=-1,kt=We.length-1;kt>=0;--kt)if(We[kt]===xt){At=kt;break}for(var kt=At;kt>=0;--kt){var Ue=We[kt];if(Te[ut]===Ue)Te.pop(),ut--;else break}Te=We}}function je(de){for(var Te=[],ke=0;ke<de.length;++ke){var We=de[ke],ut=We===" (No stack trace)"||d.test(We),xt=ut&&ge(We);ut&&!xt&&(b&&We.charAt(0)!==" "&&(We=" "+We),Te.push(We))}return Te}function st(de){for(var Te=de.stack.replace(/\s+$/g,"").split(`
|
|
58
|
-
`),ke=0;ke<Te.length;++ke){var We=Te[ke];if(We===" (No stack trace)"||d.test(We))break}return ke>0&&de.name!="SyntaxError"&&(Te=Te.slice(ke)),Te}function Pe(de){var Te=de.stack,ke=de.toString();return Te=typeof Te=="string"&&Te.length>0?st(de):[" (No stack trace)"],{message:ke,stack:de.name=="SyntaxError"?Te:je(Te)}}function rt(de,Te,ke){if(typeof console<"u"){var We;if(o.isObject(de)){var ut=de.stack;We=Te+g(ut,de)}else We=Te+String(de);typeof m=="function"?m(We,ke):(typeof console.log=="function"||typeof console.log=="object")&&console.log(We)}}function Ze(de,Te,ke,We){var ut=!1;try{typeof Te=="function"&&(ut=!0,de==="rejectionHandled"?Te(We):Te(ke,We))}catch(xt){r.throwLater(xt)}de==="unhandledRejection"?!W(de,ke,We)&&!ut&&rt(ke,"Unhandled rejection "):W(de,We)}function lt(de){var Te;if(typeof de=="function")Te="[function "+(de.name||"anonymous")+"]";else{Te=de&&typeof de.toString=="function"?de.toString():o.toString(de);var ke=/\[object [a-zA-Z0-9$_]+\]/;if(ke.test(Te))try{var We=JSON.stringify(de);Te=We}catch{}Te.length===0&&(Te="(empty array)")}return"(<"+O(Te)+">, no stack trace)"}function O(de){var Te=41;return de.length<Te?de:de.substr(0,Te-3)+"..."}function pe(){return typeof _e=="function"}var ge=function(){return!1},re=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function ne(de){var Te=de.match(re);if(Te)return{fileName:Te[1],line:parseInt(Te[2],10)}}function ye(de,Te){if(pe()){for(var ke=de.stack.split(`
|
|
59
|
-
`),We=Te.stack.split(`
|
|
60
|
-
`),ut=-1,xt=-1,At,kt,Ue=0;Ue<ke.length;++Ue){var $e=ne(ke[Ue]);if($e){At=$e.fileName,ut=$e.line;break}}for(var Ue=0;Ue<We.length;++Ue){var $e=ne(We[Ue]);if($e){kt=$e.fileName,xt=$e.line;break}}ut<0||xt<0||!At||!kt||At!==kt||ut>=xt||(ge=function(ot){if(c.test(ot))return!0;var vt=ne(ot);return!!(vt&&vt.fileName===At&&ut<=vt.line&&vt.line<=xt)})}}function Le(de){this._parent=de,this._promisesCreated=0;var Te=this._length=1+(de===void 0?0:de._length);_e(this,Le),Te>32&&this.uncycle()}o.inherits(Le,Error),e.CapturedTrace=Le,Le.prototype.uncycle=function(){var de=this._length;if(!(de<2)){for(var Te=[],ke={},We=0,ut=this;ut!==void 0;++We)Te.push(ut),ut=ut._parent;de=this._length=We;for(var We=de-1;We>=0;--We){var xt=Te[We].stack;ke[xt]===void 0&&(ke[xt]=We)}for(var We=0;We<de;++We){var At=Te[We].stack,kt=ke[At];if(kt!==void 0&&kt!==We){kt>0&&(Te[kt-1]._parent=void 0,Te[kt-1]._length=1),Te[We]._parent=void 0,Te[We]._length=1;var Ue=We>0?Te[We-1]:this;kt<de-1?(Ue._parent=Te[kt+1],Ue._parent.uncycle(),Ue._length=Ue._parent._length+1):(Ue._parent=void 0,Ue._length=1);for(var $e=Ue._length+1,ot=We-2;ot>=0;--ot)Te[ot]._length=$e,$e++;return}}}},Le.prototype.attachExtraTrace=function(de){if(!de.__stackCleaned__){this.uncycle();for(var Te=Pe(de),ke=Te.message,We=[Te.stack],ut=this;ut!==void 0;)We.push(je(ut.stack.split(`
|
|
61
|
-
`))),ut=ut._parent;qe(We),Xe(We),o.notEnumerableProp(de,"stack",ve(ke,We)),o.notEnumerableProp(de,"__stackCleaned__",!0)}};var _e=function(){var Te=/^\s*at\s*/,ke=function(At,kt){return typeof At=="string"?At:kt.name!==void 0&&kt.message!==void 0?kt.toString():lt(kt)};if(typeof Error.stackTraceLimit=="number"&&typeof Error.captureStackTrace=="function"){Error.stackTraceLimit+=6,d=Te,g=ke;var We=Error.captureStackTrace;return ge=function(At){return c.test(At)},function(At,kt){Error.stackTraceLimit+=6,We(At,kt),Error.stackTraceLimit-=6}}var ut=new Error;if(typeof ut.stack=="string"&&ut.stack.split(`
|
|
62
|
-
`)[0].indexOf("stackDetection@")>=0)return d=/@/,g=ke,b=!0,function(kt){kt.stack=new Error().stack};var xt;try{throw new Error}catch(At){xt="stack"in At}return!("stack"in ut)&&xt&&typeof Error.stackTraceLimit=="number"?(d=Te,g=ke,function(kt){Error.stackTraceLimit+=6;try{throw new Error}catch(Ue){kt.stack=Ue.stack}Error.stackTraceLimit-=6}):(g=function(At,kt){return typeof At=="string"?At:(typeof kt=="object"||typeof kt=="function")&&kt.name!==void 0&&kt.message!==void 0?kt.toString():lt(kt)},null)}();typeof console<"u"&&typeof console.warn<"u"&&(m=function(de){console.warn(de)},o.isNode&&process.stderr.isTTY?m=function(de,Te){var ke=Te?"\x1B[33m":"\x1B[31m";console.warn(ke+de+`\x1B[0m
|
|
63
|
-
`)}:!o.isNode&&typeof new Error().stack=="string"&&(m=function(de,Te){console.warn("%c"+de,Te?"color: darkorange":"color: red")}));var we={warnings:_,longStackTraces:!1,cancellation:!1,monitoring:!1};return A&&n.longStackTraces(),{longStackTraces:function(){return we.longStackTraces},warnings:function(){return we.warnings},cancellation:function(){return we.cancellation},monitoring:function(){return we.monitoring},propagateFromFunction:function(){return De},boundValueFunction:function(){return ie},checkForgottenReturns:xe,setBounds:ye,warn:se,deprecated:be,CapturedTrace:Le,fireDomEvent:I,fireGlobalEvent:M}}),b0}var m0,QC;function _W(){return QC||(QC=1,m0=function(n,e){var t=vr(),r=n.CancellationError,i=t.errorObj;function o(u,d,g){this.promise=u,this.type=d,this.handler=g,this.called=!1,this.cancelPromise=null}o.prototype.isFinallyHandler=function(){return this.type===0};function a(u){this.finallyHandler=u}a.prototype._resultCancelled=function(){s(this.finallyHandler)};function s(u,d){return u.cancelPromise!=null?(arguments.length>1?u.cancelPromise._reject(d):u.cancelPromise._cancel(),u.cancelPromise=null,!0):!1}function l(){return f.call(this,this.promise._target()._settledValue())}function c(u){if(!s(this,u))return i.e=u,i}function f(u){var d=this.promise,g=this.handler;if(!this.called){this.called=!0;var b=this.isFinallyHandler()?g.call(d._boundValue()):g.call(d._boundValue(),u);if(b!==void 0){d._setReturnedNonUndefined();var m=e(b,d);if(m instanceof n){if(this.cancelPromise!=null)if(m._isCancelled()){var D=new r("late cancellation observer");return d._attachExtraTrace(D),i.e=D,i}else m.isPending()&&m._attachCancellationCallback(new a(this));return m._then(l,c,void 0,this,void 0)}}}return d.isRejected()?(s(this),i.e=u,i):(s(this),u)}return n.prototype._passThrough=function(u,d,g,b){return typeof u!="function"?this.then():this._then(g,b,void 0,new o(this,d,u),void 0)},n.prototype.lastly=n.prototype.finally=function(u){return this._passThrough(u,0,f,f)},n.prototype.tap=function(u){return this._passThrough(u,1,f)},o}),m0}var v0,qC;function CW(){return qC||(qC=1,v0=function(n){var e=vr(),t=sp().keys,r=e.tryCatch,i=e.errorObj;function o(a,s,l){return function(c){var f=l._boundValue();e:for(var u=0;u<a.length;++u){var d=a[u];if(d===Error||d!=null&&d.prototype instanceof Error){if(c instanceof d)return r(s).call(f,c)}else if(typeof d=="function"){var g=r(d).call(f,c);if(g===i)return g;if(g)return r(s).call(f,c)}else if(e.isObject(c)){for(var b=t(d),m=0;m<b.length;++m){var D=b[m];if(d[D]!=c[D])continue e}return r(s).call(f,c)}}return n}}return o}),v0}var x0,jC;function p5(){if(jC)return x0;jC=1;var n=vr(),e=n.maybeWrapAsError,t=yd(),r=t.OperationalError,i=sp();function o(c){return c instanceof Error&&i.getPrototypeOf(c)===Error.prototype}var a=/^(?:name|message|stack|cause)$/;function s(c){var f;if(o(c)){f=new r(c),f.name=c.name,f.message=c.message,f.stack=c.stack;for(var u=i.keys(c),d=0;d<u.length;++d){var g=u[d];a.test(g)||(f[g]=c[g])}return f}return n.markAsOriginatingFromRejection(c),c}function l(c,f){return function(u,d){if(c!==null){if(u){var g=s(e(u));c._attachExtraTrace(g),c._reject(g)}else if(!f)c._fulfill(d);else{for(var b=arguments.length,m=new Array(Math.max(b-1,0)),D=1;D<b;++D)m[D-1]=arguments[D];c._fulfill(m)}c=null}}}return x0=l,x0}var w0,$C;function SW(){return $C||($C=1,w0=function(n,e,t,r,i){var o=vr(),a=o.tryCatch;n.method=function(s){if(typeof s!="function")throw new n.TypeError("expecting a function but got "+o.classString(s));return function(){var l=new n(e);l._captureStackTrace(),l._pushContext();var c=a(s).apply(this,arguments),f=l._popContext();return i.checkForgottenReturns(c,f,"Promise.method",l),l._resolveFromSyncValue(c),l}},n.attempt=n.try=function(s){if(typeof s!="function")return r("expecting a function but got "+o.classString(s));var l=new n(e);l._captureStackTrace(),l._pushContext();var c;if(arguments.length>1){i.deprecated("calling Promise.try with more than 1 argument");var f=arguments[1],u=arguments[2];c=o.isArray(f)?a(s).apply(u,f):a(s).call(u,f)}else c=a(s)();var d=l._popContext();return i.checkForgottenReturns(c,d,"Promise.try",l),l._resolveFromSyncValue(c),l},n.prototype._resolveFromSyncValue=function(s){s===o.errorObj?this._rejectCallback(s.e,!1):this._resolveCallback(s,!0)}}),w0}var D0,eS;function AW(){return eS||(eS=1,D0=function(n,e,t,r){var i=!1,o=function(c,f){this._reject(f)},a=function(c,f){f.promiseRejectionQueued=!0,f.bindingPromise._then(o,o,null,this,c)},s=function(c,f){(this._bitField&50397184)===0&&this._resolveCallback(f.target)},l=function(c,f){f.promiseRejectionQueued||this._reject(c)};n.prototype.bind=function(c){i||(i=!0,n.prototype._propagateFrom=r.propagateFromFunction(),n.prototype._boundValue=r.boundValueFunction());var f=t(c),u=new n(e);u._propagateFrom(this,1);var d=this._target();if(u._setBoundTo(f),f instanceof n){var g={promiseRejectionQueued:!1,promise:u,target:d,bindingPromise:f};d._then(e,a,void 0,u,g),f._then(s,l,void 0,u,g),u._setOnCancel(f)}else u._resolveCallback(d);return u},n.prototype._setBoundTo=function(c){c!==void 0?(this._bitField=this._bitField|2097152,this._boundTo=c):this._bitField=this._bitField&-2097153},n.prototype._isBound=function(){return(this._bitField&2097152)===2097152},n.bind=function(c,f){return n.resolve(f).bind(c)}}),D0}var T0,tS;function kW(){return tS||(tS=1,T0=function(n,e,t,r){var i=vr(),o=i.tryCatch,a=i.errorObj,s=n._async;n.prototype.break=n.prototype.cancel=function(){if(!r.cancellation())return this._warn("cancellation is disabled");for(var l=this,c=l;l._isCancellable();){if(!l._cancelBy(c)){c._isFollowing()?c._followee().cancel():c._cancelBranched();break}var f=l._cancellationParent;if(f==null||!f._isCancellable()){l._isFollowing()?l._followee().cancel():l._cancelBranched();break}else l._isFollowing()&&l._followee().cancel(),l._setWillBeCancelled(),c=l,l=f}},n.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},n.prototype._enoughBranchesHaveCancelled=function(){return this._branchesRemainingToCancel===void 0||this._branchesRemainingToCancel<=0},n.prototype._cancelBy=function(l){return l===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),this._enoughBranchesHaveCancelled()?(this._invokeOnCancel(),!0):!1)},n.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},n.prototype._cancel=function(){this._isCancellable()&&(this._setCancelled(),s.invoke(this._cancelPromises,this,void 0))},n.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},n.prototype._unsetOnCancel=function(){this._onCancelField=void 0},n.prototype._isCancellable=function(){return this.isPending()&&!this._isCancelled()},n.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},n.prototype._doInvokeOnCancel=function(l,c){if(i.isArray(l))for(var f=0;f<l.length;++f)this._doInvokeOnCancel(l[f],c);else if(l!==void 0)if(typeof l=="function"){if(!c){var u=o(l).call(this._boundValue());u===a&&(this._attachExtraTrace(u.e),s.throwLater(u.e))}}else l._resultCancelled(this)},n.prototype._invokeOnCancel=function(){var l=this._onCancel();this._unsetOnCancel(),s.invoke(this._doInvokeOnCancel,this,l)},n.prototype._invokeInternalOnCancel=function(){this._isCancellable()&&(this._doInvokeOnCancel(this._onCancel(),!0),this._unsetOnCancel())},n.prototype._resultCancelled=function(){this.cancel()}}),T0}var E0,nS;function RW(){return nS||(nS=1,E0=function(n){function e(){return this.value}function t(){throw this.reason}n.prototype.return=n.prototype.thenReturn=function(r){return r instanceof n&&r.suppressUnhandledRejections(),this._then(e,void 0,void 0,{value:r},void 0)},n.prototype.throw=n.prototype.thenThrow=function(r){return this._then(t,void 0,void 0,{reason:r},void 0)},n.prototype.catchThrow=function(r){if(arguments.length<=1)return this._then(void 0,t,void 0,{reason:r},void 0);var i=arguments[1],o=function(){throw i};return this.caught(r,o)},n.prototype.catchReturn=function(r){if(arguments.length<=1)return r instanceof n&&r.suppressUnhandledRejections(),this._then(void 0,e,void 0,{value:r},void 0);var i=arguments[1];i instanceof n&&i.suppressUnhandledRejections();var o=function(){return i};return this.caught(r,o)}}),E0}var _0,rS;function UW(){return rS||(rS=1,_0=function(n){function e(l){l!==void 0?(l=l._target(),this._bitField=l._bitField,this._settledValueField=l._isFateSealed()?l._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}e.prototype._settledValue=function(){return this._settledValueField};var t=e.prototype.value=function(){if(!this.isFulfilled())throw new TypeError(`cannot get fulfillment value of a non-fulfilled promise
|
|
64
|
-
|
|
65
|
-
See http://goo.gl/MqrFmX
|
|
66
|
-
`);return this._settledValue()},r=e.prototype.error=e.prototype.reason=function(){if(!this.isRejected())throw new TypeError(`cannot get rejection reason of a non-rejected promise
|
|
67
|
-
|
|
68
|
-
See http://goo.gl/MqrFmX
|
|
69
|
-
`);return this._settledValue()},i=e.prototype.isFulfilled=function(){return(this._bitField&33554432)!==0},o=e.prototype.isRejected=function(){return(this._bitField&16777216)!==0},a=e.prototype.isPending=function(){return(this._bitField&50397184)===0},s=e.prototype.isResolved=function(){return(this._bitField&50331648)!==0};e.prototype.isCancelled=function(){return(this._bitField&8454144)!==0},n.prototype.__isCancelled=function(){return(this._bitField&65536)===65536},n.prototype._isCancelled=function(){return this._target().__isCancelled()},n.prototype.isCancelled=function(){return(this._target()._bitField&8454144)!==0},n.prototype.isPending=function(){return a.call(this._target())},n.prototype.isRejected=function(){return o.call(this._target())},n.prototype.isFulfilled=function(){return i.call(this._target())},n.prototype.isResolved=function(){return s.call(this._target())},n.prototype.value=function(){return t.call(this._target())},n.prototype.reason=function(){var l=this._target();return l._unsetRejectionIsUnhandled(),r.call(l)},n.prototype._value=function(){return this._settledValue()},n.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},n.PromiseInspection=e}),_0}var C0,iS;function FW(){return iS||(iS=1,C0=function(n,e,t,r,i,o){var a=vr(),s=a.canEvaluate,l=a.tryCatch,c=a.errorObj,f;if(s){for(var u=function(A){return new Function("value","holder",`
|
|
70
|
-
'use strict';
|
|
71
|
-
holder.pIndex = value;
|
|
72
|
-
holder.checkFulfillment(this);
|
|
73
|
-
`.replace(/Index/g,A))},d=function(A){return new Function("promise","holder",`
|
|
74
|
-
'use strict';
|
|
75
|
-
holder.pIndex = promise;
|
|
76
|
-
`.replace(/Index/g,A))},g=function(A){for(var R=new Array(A),N=0;N<R.length;++N)R[N]="this.p"+(N+1);var I=R.join(" = ")+" = null;",M=`var promise;
|
|
77
|
-
`+R.map(function(te){return`
|
|
78
|
-
promise = `+te+`;
|
|
79
|
-
if (promise instanceof Promise) {
|
|
80
|
-
promise.cancel();
|
|
81
|
-
}
|
|
82
|
-
`}).join(`
|
|
83
|
-
`),z=R.join(", "),Z="Holder$"+A,W=`return function(tryCatch, errorObj, Promise, async) {
|
|
84
|
-
'use strict';
|
|
85
|
-
function [TheName](fn) {
|
|
86
|
-
[TheProperties]
|
|
87
|
-
this.fn = fn;
|
|
88
|
-
this.asyncNeeded = true;
|
|
89
|
-
this.now = 0;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
[TheName].prototype._callFunction = function(promise) {
|
|
93
|
-
promise._pushContext();
|
|
94
|
-
var ret = tryCatch(this.fn)([ThePassedArguments]);
|
|
95
|
-
promise._popContext();
|
|
96
|
-
if (ret === errorObj) {
|
|
97
|
-
promise._rejectCallback(ret.e, false);
|
|
98
|
-
} else {
|
|
99
|
-
promise._resolveCallback(ret);
|
|
100
|
-
}
|
|
101
|
-
};
|
|
102
|
-
|
|
103
|
-
[TheName].prototype.checkFulfillment = function(promise) {
|
|
104
|
-
var now = ++this.now;
|
|
105
|
-
if (now === [TheTotal]) {
|
|
106
|
-
if (this.asyncNeeded) {
|
|
107
|
-
async.invoke(this._callFunction, this, promise);
|
|
108
|
-
} else {
|
|
109
|
-
this._callFunction(promise);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
[TheName].prototype._resultCancelled = function() {
|
|
116
|
-
[CancellationCode]
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
return [TheName];
|
|
120
|
-
}(tryCatch, errorObj, Promise, async);
|
|
121
|
-
`;return W=W.replace(/\[TheName\]/g,Z).replace(/\[TheTotal\]/g,A).replace(/\[ThePassedArguments\]/g,z).replace(/\[TheProperties\]/g,I).replace(/\[CancellationCode\]/g,M),new Function("tryCatch","errorObj","Promise","async",W)(l,c,n,i)},b=[],m=[],D=[],_=0;_<8;++_)b.push(g(_+1)),m.push(u(_+1)),D.push(d(_+1));f=function(A){this._reject(A)}}n.join=function(){var A=arguments.length-1,R;if(A>0&&typeof arguments[A]=="function"&&(R=arguments[A],A<=8&&s)){var U=new n(r);U._captureStackTrace();for(var N=b[A-1],I=new N(R),M=m,z=0;z<A;++z){var Z=t(arguments[z],U);if(Z instanceof n){Z=Z._target();var W=Z._bitField;(W&50397184)===0?(Z._then(M[z],f,void 0,U,I),D[z](Z,I),I.asyncNeeded=!1):(W&33554432)!==0?M[z].call(U,Z._value(),I):(W&16777216)!==0?U._reject(Z._reason()):U._cancel()}else M[z].call(U,Z,I)}if(!U._isFateSealed()){if(I.asyncNeeded){var te=o();te!==null&&(I.fn=a.domainBind(te,I.fn))}U._setAsyncGuaranteed(),U._setOnCancel(I)}return U}for(var ce=arguments.length,P=new Array(ce),$=0;$<ce;++$)P[$]=arguments[$];R&&P.pop();var U=new e(P).promise();return R!==void 0?U.spread(R):U}}),C0}var S0,oS;function OW(){return oS||(oS=1,S0=function(n,e,t,r,i,o){var a=n._getDomain,s=vr(),l=s.tryCatch,c=s.errorObj,f=n._async;function u(g,b,m,D){this.constructor$(g),this._promise._captureStackTrace();var _=a();this._callback=_===null?b:s.domainBind(_,b),this._preservedValues=D===i?new Array(this.length()):null,this._limit=m,this._inFlight=0,this._queue=[],f.invoke(this._asyncInit,this,void 0)}s.inherits(u,e),u.prototype._asyncInit=function(){this._init$(void 0,-2)},u.prototype._init=function(){},u.prototype._promiseFulfilled=function(g,b){var m=this._values,D=this.length(),_=this._preservedValues,A=this._limit;if(b<0){if(b=b*-1-1,m[b]=g,A>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(A>=1&&this._inFlight>=A)return m[b]=g,this._queue.push(b),!1;_!==null&&(_[b]=g);var R=this._promise,N=this._callback,I=R._boundValue();R._pushContext();var M=l(N).call(I,g,b,D),z=R._popContext();if(o.checkForgottenReturns(M,z,_!==null?"Promise.filter":"Promise.map",R),M===c)return this._reject(M.e),!0;var Z=r(M,this._promise);if(Z instanceof n){Z=Z._target();var W=Z._bitField;if((W&50397184)===0)return A>=1&&this._inFlight++,m[b]=Z,Z._proxy(this,(b+1)*-1),!1;if((W&33554432)!==0)M=Z._value();else return(W&16777216)!==0?(this._reject(Z._reason()),!0):(this._cancel(),!0)}m[b]=M}var te=++this._totalResolved;return te>=D?(_!==null?this._filter(m,_):this._resolve(m),!0):!1},u.prototype._drainQueue=function(){for(var g=this._queue,b=this._limit,m=this._values;g.length>0&&this._inFlight<b;){if(this._isResolved())return;var D=g.pop();this._promiseFulfilled(m[D],D)}},u.prototype._filter=function(g,b){for(var m=b.length,D=new Array(m),_=0,A=0;A<m;++A)g[A]&&(D[_++]=b[A]);D.length=_,this._resolve(D)},u.prototype.preservedValues=function(){return this._preservedValues};function d(g,b,m,D){if(typeof b!="function")return t("expecting a function but got "+s.classString(b));var _=0;if(m!==void 0)if(typeof m=="object"&&m!==null){if(typeof m.concurrency!="number")return n.reject(new TypeError("'concurrency' must be a number but it is "+s.classString(m.concurrency)));_=m.concurrency}else return n.reject(new TypeError("options argument must be an object but it is "+s.classString(m)));return _=typeof _=="number"&&isFinite(_)&&_>=1?_:0,new u(g,b,_,D).promise()}n.prototype.map=function(g,b){return d(this,g,b,null)},n.map=function(g,b,m,D){return d(g,b,m,D)}}),S0}var A0,aS;function IW(){if(aS)return A0;aS=1;var n=Object.create;if(n){var e=n(null),t=n(null);e[" size"]=t[" size"]=0}return A0=function(r){var i=vr(),o=i.canEvaluate,a=i.isIdentifier,s,l;{var c=function(D){return new Function("ensureMethod",`
|
|
122
|
-
return function(obj) {
|
|
123
|
-
'use strict'
|
|
124
|
-
var len = this.length;
|
|
125
|
-
ensureMethod(obj, 'methodName');
|
|
126
|
-
switch(len) {
|
|
127
|
-
case 1: return obj.methodName(this[0]);
|
|
128
|
-
case 2: return obj.methodName(this[0], this[1]);
|
|
129
|
-
case 3: return obj.methodName(this[0], this[1], this[2]);
|
|
130
|
-
case 0: return obj.methodName();
|
|
131
|
-
default:
|
|
132
|
-
return obj.methodName.apply(obj, this);
|
|
133
|
-
}
|
|
134
|
-
};
|
|
135
|
-
`.replace(/methodName/g,D))(d)},f=function(D){return new Function("obj",`
|
|
136
|
-
'use strict';
|
|
137
|
-
return obj.propertyName;
|
|
138
|
-
`.replace("propertyName",D))},u=function(D,_,A){var R=A[D];if(typeof R!="function"){if(!a(D))return null;if(R=_(D),A[D]=R,A[" size"]++,A[" size"]>512){for(var N=Object.keys(A),I=0;I<256;++I)delete A[N[I]];A[" size"]=N.length-256}}return R};s=function(D){return u(D,c,e)},l=function(D){return u(D,f,t)}}function d(D,_){var A;if(D!=null&&(A=D[_]),typeof A!="function"){var R="Object "+i.classString(D)+" has no method '"+i.toString(_)+"'";throw new r.TypeError(R)}return A}function g(D){var _=this.pop(),A=d(D,_);return A.apply(D,this)}r.prototype.call=function(D){for(var _=arguments.length,A=new Array(Math.max(_-1,0)),R=1;R<_;++R)A[R-1]=arguments[R];if(o){var N=s(D);if(N!==null)return this._then(N,void 0,void 0,A,void 0)}return A.push(D),this._then(g,void 0,void 0,A,void 0)};function b(D){return D[this]}function m(D){var _=+this;return _<0&&(_=Math.max(0,_+D.length)),D[_]}r.prototype.get=function(D){var _=typeof D=="number",A;if(_)A=m;else if(o){var R=l(D);A=R!==null?R:b}else A=b;return this._then(A,void 0,void 0,D,void 0)}},A0}var k0,sS;function MW(){return sS||(sS=1,k0=function(n,e,t,r,i,o){var a=vr(),s=yd().TypeError,l=vr().inherits,c=a.errorObj,f=a.tryCatch,u={};function d(R){setTimeout(function(){throw R},0)}function g(R){var N=t(R);return N!==R&&typeof R._isDisposable=="function"&&typeof R._getDisposer=="function"&&R._isDisposable()&&N._setDisposable(R._getDisposer()),N}function b(R,N){var I=0,M=R.length,z=new n(i);function Z(){if(I>=M)return z._fulfill();var W=g(R[I++]);if(W instanceof n&&W._isDisposable()){try{W=t(W._getDisposer().tryDispose(N),R.promise)}catch(te){return d(te)}if(W instanceof n)return W._then(Z,d,null,null,null)}Z()}return Z(),z}function m(R,N,I){this._data=R,this._promise=N,this._context=I}m.prototype.data=function(){return this._data},m.prototype.promise=function(){return this._promise},m.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():u},m.prototype.tryDispose=function(R){var N=this.resource(),I=this._context;I!==void 0&&I._pushContext();var M=N!==u?this.doDispose(N,R):null;return I!==void 0&&I._popContext(),this._promise._unsetDisposable(),this._data=null,M},m.isDisposer=function(R){return R!=null&&typeof R.resource=="function"&&typeof R.tryDispose=="function"};function D(R,N,I){this.constructor$(R,N,I)}l(D,m),D.prototype.doDispose=function(R,N){var I=this.data();return I.call(R,R,N)};function _(R){return m.isDisposer(R)?(this.resources[this.index]._setDisposable(R),R.promise()):R}function A(R){this.length=R,this.promise=null,this[R-1]=null}A.prototype._resultCancelled=function(){for(var R=this.length,N=0;N<R;++N){var I=this[N];I instanceof n&&I.cancel()}},n.using=function(){var R=arguments.length;if(R<2)return e("you must pass at least 2 arguments to Promise.using");var N=arguments[R-1];if(typeof N!="function")return e("expecting a function but got "+a.classString(N));var I,M=!0;R===2&&Array.isArray(arguments[0])?(I=arguments[0],R=I.length,M=!1):(I=arguments,R--);for(var z=new A(R),Z=0;Z<R;++Z){var W=I[Z];if(m.isDisposer(W)){var te=W;W=W.promise(),W._setDisposable(te)}else{var ce=t(W);ce instanceof n&&(W=ce._then(_,null,null,{resources:z,index:Z},void 0))}z[Z]=W}for(var P=new Array(z.length),Z=0;Z<P.length;++Z)P[Z]=n.resolve(z[Z]).reflect();var $=n.all(P).then(function(he){for(var G=0;G<he.length;++G){var j=he[G];if(j.isRejected())return c.e=j.error(),c;if(!j.isFulfilled()){$.cancel();return}he[G]=j.value()}U._pushContext(),N=f(N);var De=M?N.apply(void 0,he):N(he),ie=U._popContext();return o.checkForgottenReturns(De,ie,"Promise.using",U),De}),U=$.lastly(function(){var he=new n.PromiseInspection($);return b(z,he)});return z.promise=U,U._setOnCancel(z),U},n.prototype._setDisposable=function(R){this._bitField=this._bitField|131072,this._disposer=R},n.prototype._isDisposable=function(){return(this._bitField&131072)>0},n.prototype._getDisposer=function(){return this._disposer},n.prototype._unsetDisposable=function(){this._bitField=this._bitField&-131073,this._disposer=void 0},n.prototype.disposer=function(R){if(typeof R=="function")return new D(R,this,r());throw new s}}),k0}var R0,lS;function PW(){return lS||(lS=1,R0=function(n,e,t){var r=vr(),i=n.TimeoutError;function o(u){this.handle=u}o.prototype._resultCancelled=function(){clearTimeout(this.handle)};var a=function(u){return s(+this).thenReturn(u)},s=n.delay=function(u,d){var g,b;return d!==void 0?(g=n.resolve(d)._then(a,null,null,u,void 0),t.cancellation()&&d instanceof n&&g._setOnCancel(d)):(g=new n(e),b=setTimeout(function(){g._fulfill()},+u),t.cancellation()&&g._setOnCancel(new o(b)),g._captureStackTrace()),g._setAsyncGuaranteed(),g};n.prototype.delay=function(u){return s(u,this)};var l=function(u,d,g){var b;typeof d!="string"?d instanceof Error?b=d:b=new i("operation timed out"):b=new i(d),r.markAsOriginatingFromRejection(b),u._attachExtraTrace(b),u._reject(b),g!=null&&g.cancel()};function c(u){return clearTimeout(this.handle),u}function f(u){throw clearTimeout(this.handle),u}n.prototype.timeout=function(u,d){u=+u;var g,b,m=new o(setTimeout(function(){g.isPending()&&l(g,d,b)},u));return t.cancellation()?(b=this.then(),g=b._then(c,f,void 0,m,void 0),g._setOnCancel(m)):g=this._then(c,f,void 0,m,void 0),g}}),R0}var U0,cS;function NW(){return cS||(cS=1,U0=function(n,e,t,r,i,o){var a=yd(),s=a.TypeError,l=vr(),c=l.errorObj,f=l.tryCatch,u=[];function d(b,m,D){for(var _=0;_<m.length;++_){D._pushContext();var A=f(m[_])(b);if(D._popContext(),A===c){D._pushContext();var R=n.reject(c.e);return D._popContext(),R}var N=r(A,D);if(N instanceof n)return N}return null}function g(b,m,D,_){if(o.cancellation()){var A=new n(t),R=this._finallyPromise=new n(t);this._promise=A.lastly(function(){return R}),A._captureStackTrace(),A._setOnCancel(this)}else{var N=this._promise=new n(t);N._captureStackTrace()}this._stack=_,this._generatorFunction=b,this._receiver=m,this._generator=void 0,this._yieldHandlers=typeof D=="function"?[D].concat(u):u,this._yieldedPromise=null,this._cancellationPhase=!1}l.inherits(g,i),g.prototype._isResolved=function(){return this._promise===null},g.prototype._cleanup=function(){this._promise=this._generator=null,o.cancellation()&&this._finallyPromise!==null&&(this._finallyPromise._fulfill(),this._finallyPromise=null)},g.prototype._promiseCancelled=function(){if(!this._isResolved()){var b=typeof this._generator.return<"u",m;if(b)this._promise._pushContext(),m=f(this._generator.return).call(this._generator,void 0),this._promise._popContext();else{var D=new n.CancellationError("generator .return() sentinel");n.coroutine.returnSentinel=D,this._promise._attachExtraTrace(D),this._promise._pushContext(),m=f(this._generator.throw).call(this._generator,D),this._promise._popContext()}this._cancellationPhase=!0,this._yieldedPromise=null,this._continue(m)}},g.prototype._promiseFulfilled=function(b){this._yieldedPromise=null,this._promise._pushContext();var m=f(this._generator.next).call(this._generator,b);this._promise._popContext(),this._continue(m)},g.prototype._promiseRejected=function(b){this._yieldedPromise=null,this._promise._attachExtraTrace(b),this._promise._pushContext();var m=f(this._generator.throw).call(this._generator,b);this._promise._popContext(),this._continue(m)},g.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof n){var b=this._yieldedPromise;this._yieldedPromise=null,b.cancel()}},g.prototype.promise=function(){return this._promise},g.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},g.prototype._continue=function(b){var m=this._promise;if(b===c)return this._cleanup(),this._cancellationPhase?m.cancel():m._rejectCallback(b.e,!1);var D=b.value;if(b.done===!0)return this._cleanup(),this._cancellationPhase?m.cancel():m._resolveCallback(D);var _=r(D,this._promise);if(!(_ instanceof n)&&(_=d(_,this._yieldHandlers,this._promise),_===null)){this._promiseRejected(new s(`A value %s was yielded that could not be treated as a promise
|
|
139
|
-
|
|
140
|
-
See http://goo.gl/MqrFmX
|
|
141
|
-
|
|
142
|
-
`.replace("%s",D)+`From coroutine:
|
|
143
|
-
`+this._stack.split(`
|
|
144
|
-
`).slice(1,-7).join(`
|
|
145
|
-
`)));return}_=_._target();var A=_._bitField;(A&50397184)===0?(this._yieldedPromise=_,_._proxy(this,null)):(A&33554432)!==0?n._async.invoke(this._promiseFulfilled,this,_._value()):(A&16777216)!==0?n._async.invoke(this._promiseRejected,this,_._reason()):this._promiseCancelled()},n.coroutine=function(b,m){if(typeof b!="function")throw new s(`generatorFunction must be a function
|
|
146
|
-
|
|
147
|
-
See http://goo.gl/MqrFmX
|
|
148
|
-
`);var D=Object(m).yieldHandler,_=g,A=new Error().stack;return function(){var R=b.apply(this,arguments),N=new _(void 0,void 0,D,A),I=N.promise();return N._generator=R,N._promiseFulfilled(void 0),I}},n.coroutine.addYieldHandler=function(b){if(typeof b!="function")throw new s("expecting a function but got "+l.classString(b));u.push(b)},n.spawn=function(b){if(o.deprecated("Promise.spawn()","Promise.coroutine()"),typeof b!="function")return e(`generatorFunction must be a function
|
|
149
|
-
|
|
150
|
-
See http://goo.gl/MqrFmX
|
|
151
|
-
`);var m=new g(b,this),D=m.promise();return m._run(n.spawn),D}}),U0}var F0,uS;function BW(){return uS||(uS=1,F0=function(n){var e=vr(),t=n._async,r=e.tryCatch,i=e.errorObj;function o(l,c){var f=this;if(!e.isArray(l))return a.call(f,l,c);var u=r(c).apply(f._boundValue(),[null].concat(l));u===i&&t.throwLater(u.e)}function a(l,c){var f=this,u=f._boundValue(),d=l===void 0?r(c).call(u,null):r(c).call(u,null,l);d===i&&t.throwLater(d.e)}function s(l,c){var f=this;if(!l){var u=new Error(l+"");u.cause=l,l=u}var d=r(c).call(f._boundValue(),l);d===i&&t.throwLater(d.e)}n.prototype.asCallback=n.prototype.nodeify=function(l,c){if(typeof l=="function"){var f=a;c!==void 0&&Object(c).spread&&(f=o),this._then(f,s,void 0,this,l)}return this}}),F0}var O0,fS;function LW(){return fS||(fS=1,O0=function(n,e){var t={},r=vr(),i=p5(),o=r.withAppended,a=r.maybeWrapAsError,s=r.canEvaluate,l=yd().TypeError,c="Async",f={__isPromisified__:!0},u=["arity","length","name","arguments","caller","callee","prototype","__isPromisified__"],d=new RegExp("^(?:"+u.join("|")+")$"),g=function($){return r.isIdentifier($)&&$.charAt(0)!=="_"&&$!=="constructor"};function b($){return!d.test($)}function m($){try{return $.__isPromisified__===!0}catch{return!1}}function D($,U,he){var G=r.getDataPropertyOrDefault($,U+he,f);return G?m(G):!1}function _($,U,he){for(var G=0;G<$.length;G+=2){var j=$[G];if(he.test(j)){for(var De=j.replace(he,""),ie=0;ie<$.length;ie+=2)if($[ie]===De)throw new l(`Cannot promisify an API that has normal methods with '%s'-suffix
|
|
152
|
-
|
|
153
|
-
See http://goo.gl/MqrFmX
|
|
154
|
-
`.replace("%s",U))}}}function A($,U,he,G){for(var j=r.inheritedDataKeys($),De=[],ie=0;ie<j.length;++ie){var fe=j[ie],q=$[fe],xe=G===g?!0:g(fe);typeof q=="function"&&!m(q)&&!D($,fe,U)&&G(fe,q,$,xe)&&De.push(fe,q)}return _(De,U,he),De}var R=function($){return $.replace(/([$])/,"\\$")},N;{var I=function($){for(var U=[$],he=Math.max(0,$-1-3),G=$-1;G>=he;--G)U.push(G);for(var G=$+1;G<=3;++G)U.push(G);return U},M=function($){return r.filledRange($,"_arg","")},z=function($){return r.filledRange(Math.max($,3),"_arg","")},Z=function($){return typeof $.length=="number"?Math.max(Math.min($.length,1024),0):0};N=function($,U,he,G,j,De){var ie=Math.max(0,Z(G)-1),fe=I(ie),q=typeof $=="string"||U===t;function xe(Xe){var qe=M(Xe).join(", "),je=Xe>0?", ":"",st;return q?st=`ret = callback.call(this, {{args}}, nodeback); break;
|
|
155
|
-
`:st=U===void 0?`ret = callback({{args}}, nodeback); break;
|
|
156
|
-
`:`ret = callback.call(receiver, {{args}}, nodeback); break;
|
|
157
|
-
`,st.replace("{{args}}",qe).replace(", ",je)}function be(){for(var Xe="",qe=0;qe<fe.length;++qe)Xe+="case "+fe[qe]+":"+xe(fe[qe]);return Xe+=`
|
|
158
|
-
default:
|
|
159
|
-
var args = new Array(len + 1);
|
|
160
|
-
var i = 0;
|
|
161
|
-
for (var i = 0; i < len; ++i) {
|
|
162
|
-
args[i] = arguments[i];
|
|
163
|
-
}
|
|
164
|
-
args[i] = nodeback;
|
|
165
|
-
[CodeForCall]
|
|
166
|
-
break;
|
|
167
|
-
`.replace("[CodeForCall]",q?`ret = callback.apply(this, args);
|
|
168
|
-
`:`ret = callback.apply(receiver, args);
|
|
169
|
-
`),Xe}var se=typeof $=="string"?"this != null ? this['"+$+"'] : fn":"fn",ve=`'use strict';
|
|
170
|
-
var ret = function (Parameters) {
|
|
171
|
-
'use strict';
|
|
172
|
-
var len = arguments.length;
|
|
173
|
-
var promise = new Promise(INTERNAL);
|
|
174
|
-
promise._captureStackTrace();
|
|
175
|
-
var nodeback = nodebackForPromise(promise, `+De+`);
|
|
176
|
-
var ret;
|
|
177
|
-
var callback = tryCatch([GetFunctionCode]);
|
|
178
|
-
switch(len) {
|
|
179
|
-
[CodeForSwitchCase]
|
|
180
|
-
}
|
|
181
|
-
if (ret === errorObj) {
|
|
182
|
-
promise._rejectCallback(maybeWrapAsError(ret.e), true, true);
|
|
183
|
-
}
|
|
184
|
-
if (!promise._isFateSealed()) promise._setAsyncGuaranteed();
|
|
185
|
-
return promise;
|
|
186
|
-
};
|
|
187
|
-
notEnumerableProp(ret, '__isPromisified__', true);
|
|
188
|
-
return ret;
|
|
189
|
-
`.replace("[CodeForSwitchCase]",be()).replace("[GetFunctionCode]",se);return ve=ve.replace("Parameters",z(ie)),new Function("Promise","fn","receiver","withAppended","maybeWrapAsError","nodebackForPromise","tryCatch","errorObj","notEnumerableProp","INTERNAL",ve)(n,G,U,o,a,i,r.tryCatch,r.errorObj,r.notEnumerableProp,e)}}function W($,U,he,G,j,De){var ie=function(){return this}(),fe=$;typeof fe=="string"&&($=G);function q(){var xe=U;U===t&&(xe=this);var be=new n(e);be._captureStackTrace();var se=typeof fe=="string"&&this!==ie?this[fe]:$,ve=i(be,De);try{se.apply(xe,o(arguments,ve))}catch(Xe){be._rejectCallback(a(Xe),!0,!0)}return be._isFateSealed()||be._setAsyncGuaranteed(),be}return r.notEnumerableProp(q,"__isPromisified__",!0),q}var te=s?N:W;function ce($,U,he,G,j){for(var De=new RegExp(R(U)+"$"),ie=A($,U,De,he),fe=0,q=ie.length;fe<q;fe+=2){var xe=ie[fe],be=ie[fe+1],se=xe+U;if(G===te)$[se]=te(xe,t,xe,be,U,j);else{var ve=G(be,function(){return te(xe,t,xe,be,U,j)});r.notEnumerableProp(ve,"__isPromisified__",!0),$[se]=ve}}return r.toFastProperties($),$}function P($,U,he){return te($,U,void 0,$,null,he)}n.promisify=function($,U){if(typeof $!="function")throw new l("expecting a function but got "+r.classString($));if(m($))return $;U=Object(U);var he=U.context===void 0?t:U.context,G=!!U.multiArgs,j=P($,he,G);return r.copyDescriptors($,j,b),j},n.promisifyAll=function($,U){if(typeof $!="function"&&typeof $!="object")throw new l(`the target of promisifyAll must be an object or a function
|
|
190
|
-
|
|
191
|
-
See http://goo.gl/MqrFmX
|
|
192
|
-
`);U=Object(U);var he=!!U.multiArgs,G=U.suffix;typeof G!="string"&&(G=c);var j=U.filter;typeof j!="function"&&(j=g);var De=U.promisifier;if(typeof De!="function"&&(De=te),!r.isIdentifier(G))throw new RangeError(`suffix must be a valid identifier
|
|
193
|
-
|
|
194
|
-
See http://goo.gl/MqrFmX
|
|
195
|
-
`);for(var ie=r.inheritedDataKeys($),fe=0;fe<ie.length;++fe){var q=$[ie[fe]];ie[fe]!=="constructor"&&r.isClass(q)&&(ce(q.prototype,G,j,De,he),ce(q,G,j,De,he))}return ce($,G,j,De,he)}}),O0}var I0,dS;function WW(){return dS||(dS=1,I0=function(n,e,t,r){var i=vr(),o=i.isObject,a=sp(),s;typeof Map=="function"&&(s=Map);var l=function(){var d=0,g=0;function b(m,D){this[d]=m,this[d+g]=D,d++}return function(D){g=D.size,d=0;var _=new Array(D.size*2);return D.forEach(b,_),_}}(),c=function(d){for(var g=new s,b=d.length/2|0,m=0;m<b;++m){var D=d[b+m],_=d[m];g.set(D,_)}return g};function f(d){var g=!1,b;if(s!==void 0&&d instanceof s)b=l(d),g=!0;else{var m=a.keys(d),D=m.length;b=new Array(D*2);for(var _=0;_<D;++_){var A=m[_];b[_]=d[A],b[_+D]=A}}this.constructor$(b),this._isMap=g,this._init$(void 0,-3)}i.inherits(f,e),f.prototype._init=function(){},f.prototype._promiseFulfilled=function(d,g){this._values[g]=d;var b=++this._totalResolved;if(b>=this._length){var m;if(this._isMap)m=c(this._values);else{m={};for(var D=this.length(),_=0,A=this.length();_<A;++_)m[this._values[_+D]]=this._values[_]}return this._resolve(m),!0}return!1},f.prototype.shouldCopyValues=function(){return!1},f.prototype.getActualLength=function(d){return d>>1};function u(d){var g,b=t(d);if(o(b))b instanceof n?g=b._then(n.props,void 0,void 0,void 0,void 0):g=new f(b).promise();else return r(`cannot await properties of a non-object
|
|
196
|
-
|
|
197
|
-
See http://goo.gl/MqrFmX
|
|
198
|
-
`);return b instanceof n&&g._propagateFrom(b,2),g}n.prototype.props=function(){return u(this)},n.props=function(d){return u(d)}}),I0}var M0,hS;function zW(){return hS||(hS=1,M0=function(n,e,t,r){var i=vr(),o=function(s){return s.then(function(l){return a(l,s)})};function a(s,l){var c=t(s);if(c instanceof n)return o(c);if(s=i.asArray(s),s===null)return r("expecting an array or an iterable object but got "+i.classString(s));var f=new n(e);l!==void 0&&f._propagateFrom(l,3);for(var u=f._fulfill,d=f._reject,g=0,b=s.length;g<b;++g){var m=s[g];m===void 0&&!(g in s)||n.cast(m)._then(u,d,void 0,f,null)}return f}n.race=function(s){return a(s,void 0)},n.prototype.race=function(){return a(this,void 0)}}),M0}var P0,pS;function HW(){return pS||(pS=1,P0=function(n,e,t,r,i,o){var a=n._getDomain,s=vr(),l=s.tryCatch;function c(b,m,D,_){this.constructor$(b);var A=a();this._fn=A===null?m:s.domainBind(A,m),D!==void 0&&(D=n.resolve(D),D._attachCancellationCallback(this)),this._initialValue=D,this._currentCancellable=null,_===i?this._eachValues=Array(this._length):_===0?this._eachValues=null:this._eachValues=void 0,this._promise._captureStackTrace(),this._init$(void 0,-5)}s.inherits(c,e),c.prototype._gotAccum=function(b){this._eachValues!==void 0&&this._eachValues!==null&&b!==i&&this._eachValues.push(b)},c.prototype._eachComplete=function(b){return this._eachValues!==null&&this._eachValues.push(b),this._eachValues},c.prototype._init=function(){},c.prototype._resolveEmptyArray=function(){this._resolve(this._eachValues!==void 0?this._eachValues:this._initialValue)},c.prototype.shouldCopyValues=function(){return!1},c.prototype._resolve=function(b){this._promise._resolveCallback(b),this._values=null},c.prototype._resultCancelled=function(b){if(b===this._initialValue)return this._cancel();this._isResolved()||(this._resultCancelled$(),this._currentCancellable instanceof n&&this._currentCancellable.cancel(),this._initialValue instanceof n&&this._initialValue.cancel())},c.prototype._iterate=function(b){this._values=b;var m,D,_=b.length;if(this._initialValue!==void 0?(m=this._initialValue,D=0):(m=n.resolve(b[0]),D=1),this._currentCancellable=m,!m.isRejected())for(;D<_;++D){var A={accum:null,value:b[D],index:D,length:_,array:this};m=m._then(d,void 0,void 0,A,void 0)}this._eachValues!==void 0&&(m=m._then(this._eachComplete,void 0,void 0,this,void 0)),m._then(f,f,void 0,m,this)},n.prototype.reduce=function(b,m){return u(this,b,m,null)},n.reduce=function(b,m,D,_){return u(b,m,D,_)};function f(b,m){this.isFulfilled()?m._resolve(b):m._reject(b)}function u(b,m,D,_){if(typeof m!="function")return t("expecting a function but got "+s.classString(m));var A=new c(b,m,D,_);return A.promise()}function d(b){this.accum=b,this.array._gotAccum(b);var m=r(this.value,this.array._promise);return m instanceof n?(this.array._currentCancellable=m,m._then(g,void 0,void 0,this,void 0)):g.call(this,m)}function g(b){var m=this.array,D=m._promise,_=l(m._fn);D._pushContext();var A;m._eachValues!==void 0?A=_.call(D._boundValue(),b,this.index,this.length):A=_.call(D._boundValue(),this.accum,b,this.index,this.length),A instanceof n&&(m._currentCancellable=A);var R=D._popContext();return o.checkForgottenReturns(A,R,m._eachValues!==void 0?"Promise.each":"Promise.reduce",D),A}}),P0}var N0,gS;function VW(){return gS||(gS=1,N0=function(n,e,t){var r=n.PromiseInspection,i=vr();function o(a){this.constructor$(a)}i.inherits(o,e),o.prototype._promiseResolved=function(a,s){this._values[a]=s;var l=++this._totalResolved;return l>=this._length?(this._resolve(this._values),!0):!1},o.prototype._promiseFulfilled=function(a,s){var l=new r;return l._bitField=33554432,l._settledValueField=a,this._promiseResolved(s,l)},o.prototype._promiseRejected=function(a,s){var l=new r;return l._bitField=16777216,l._settledValueField=a,this._promiseResolved(s,l)},n.settle=function(a){return t.deprecated(".settle()",".reflect()"),new o(a).promise()},n.prototype.settle=function(){return n.settle(this)}}),N0}var B0,yS;function GW(){return yS||(yS=1,B0=function(n,e,t){var r=vr(),i=yd().RangeError,o=yd().AggregateError,a=r.isArray,s={};function l(f){this.constructor$(f),this._howMany=0,this._unwrap=!1,this._initialized=!1}r.inherits(l,e),l.prototype._init=function(){if(this._initialized){if(this._howMany===0){this._resolve([]);return}this._init$(void 0,-5);var f=a(this._values);!this._isResolved()&&f&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}},l.prototype.init=function(){this._initialized=!0,this._init()},l.prototype.setUnwrap=function(){this._unwrap=!0},l.prototype.howMany=function(){return this._howMany},l.prototype.setHowMany=function(f){this._howMany=f},l.prototype._promiseFulfilled=function(f){return this._addFulfilled(f),this._fulfilled()===this.howMany()?(this._values.length=this.howMany(),this.howMany()===1&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0):!1},l.prototype._promiseRejected=function(f){return this._addRejected(f),this._checkOutcome()},l.prototype._promiseCancelled=function(){return this._values instanceof n||this._values==null?this._cancel():(this._addRejected(s),this._checkOutcome())},l.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var f=new o,u=this.length();u<this._values.length;++u)this._values[u]!==s&&f.push(this._values[u]);return f.length>0?this._reject(f):this._cancel(),!0}return!1},l.prototype._fulfilled=function(){return this._totalResolved},l.prototype._rejected=function(){return this._values.length-this.length()},l.prototype._addRejected=function(f){this._values.push(f)},l.prototype._addFulfilled=function(f){this._values[this._totalResolved++]=f},l.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},l.prototype._getRangeError=function(f){var u="Input array must contain at least "+this._howMany+" items but contains only "+f+" items";return new i(u)},l.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))};function c(f,u){if((u|0)!==u||u<0)return t(`expecting a positive integer
|
|
199
|
-
|
|
200
|
-
See http://goo.gl/MqrFmX
|
|
201
|
-
`);var d=new l(f),g=d.promise();return d.setHowMany(u),d.init(),g}n.some=function(f,u){return c(f,u)},n.prototype.some=function(f){return c(this,f)},n._SomePromiseArray=l}),B0}var L0,bS;function XW(){return bS||(bS=1,L0=function(n,e){var t=n.map;n.prototype.filter=function(r,i){return t(this,r,i,e)},n.filter=function(r,i,o){return t(r,i,o,e)}}),L0}var W0,mS;function YW(){return mS||(mS=1,W0=function(n,e){var t=n.reduce,r=n.all;function i(){return r(this)}function o(a,s){return t(a,s,e,e)}n.prototype.each=function(a){return t(this,a,e,0)._then(i,void 0,void 0,this,void 0)},n.prototype.mapSeries=function(a){return t(this,a,e,e)},n.each=function(a,s){return t(a,s,e,0)._then(i,void 0,void 0,a,void 0)},n.mapSeries=o}),W0}var z0,vS;function ZW(){return vS||(vS=1,z0=function(n){var e=n._SomePromiseArray;function t(r){var i=new e(r),o=i.promise();return i.setHowMany(1),i.setUnwrap(),i.init(),o}n.any=function(r){return t(r)},n.prototype.any=function(){return t(this)}}),z0}var xS;function JW(){return xS||(xS=1,function(n){n.exports=function(){var e=function(){return new d(`circular promise resolution chain
|
|
202
|
-
|
|
203
|
-
See http://goo.gl/MqrFmX
|
|
204
|
-
`)},t=function(){return new P.PromiseInspection(this._target())},r=function(G){return P.reject(new d(G))};function i(){}var o={},a=vr(),s;a.isNode?s=function(){var G=process.domain;return G===void 0&&(G=null),G}:s=function(){return null},a.notEnumerableProp(P,"_getDomain",s);var l=sp(),c=xW(),f=new c;l.defineProperty(P,"_async",{value:f});var u=yd(),d=P.TypeError=u.TypeError;P.RangeError=u.RangeError;var g=P.CancellationError=u.CancellationError;P.TimeoutError=u.TimeoutError,P.OperationalError=u.OperationalError,P.RejectionError=u.OperationalError,P.AggregateError=u.AggregateError;var b=function(){},m={},D={},_=wW()(P,b),A=DW()(P,b,_,r,i),R=TW()(P),N=R.create,I=EW()(P,R);I.CapturedTrace;var M=_W()(P,_),z=CW()(D),Z=p5(),W=a.errorObj,te=a.tryCatch;function ce(G,j){if(typeof j!="function")throw new d("expecting a function but got "+a.classString(j));if(G.constructor!==P)throw new d(`the promise constructor cannot be invoked directly
|
|
205
|
-
|
|
206
|
-
See http://goo.gl/MqrFmX
|
|
207
|
-
`)}function P(G){this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,G!==b&&(ce(this,G),this._resolveFromExecutor(G)),this._promiseCreated(),this._fireEvent("promiseCreated",this)}P.prototype.toString=function(){return"[object Promise]"},P.prototype.caught=P.prototype.catch=function(G){var j=arguments.length;if(j>1){var De=new Array(j-1),ie=0,fe;for(fe=0;fe<j-1;++fe){var q=arguments[fe];if(a.isObject(q))De[ie++]=q;else return r("expecting an object but got A catch statement predicate "+a.classString(q))}return De.length=ie,G=arguments[fe],this.then(void 0,z(De,G,this))}return this.then(void 0,G)},P.prototype.reflect=function(){return this._then(t,t,void 0,this,void 0)},P.prototype.then=function(G,j){if(I.warnings()&&arguments.length>0&&typeof G!="function"&&typeof j!="function"){var De=".then() only accepts functions but was passed: "+a.classString(G);arguments.length>1&&(De+=", "+a.classString(j)),this._warn(De)}return this._then(G,j,void 0,void 0,void 0)},P.prototype.done=function(G,j){var De=this._then(G,j,void 0,void 0,void 0);De._setIsFinal()},P.prototype.spread=function(G){return typeof G!="function"?r("expecting a function but got "+a.classString(G)):this.all()._then(G,void 0,void 0,m,void 0)},P.prototype.toJSON=function(){var G={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(G.fulfillmentValue=this.value(),G.isFulfilled=!0):this.isRejected()&&(G.rejectionReason=this.reason(),G.isRejected=!0),G},P.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new A(this).promise()},P.prototype.error=function(G){return this.caught(a.originatesFromRejection,G)},P.getNewLibraryCopy=n.exports,P.is=function(G){return G instanceof P},P.fromNode=P.fromCallback=function(G){var j=new P(b);j._captureStackTrace();var De=arguments.length>1?!!Object(arguments[1]).multiArgs:!1,ie=te(G)(Z(j,De));return ie===W&&j._rejectCallback(ie.e,!0),j._isFateSealed()||j._setAsyncGuaranteed(),j},P.all=function(G){return new A(G).promise()},P.cast=function(G){var j=_(G);return j instanceof P||(j=new P(b),j._captureStackTrace(),j._setFulfilled(),j._rejectionHandler0=G),j},P.resolve=P.fulfilled=P.cast,P.reject=P.rejected=function(G){var j=new P(b);return j._captureStackTrace(),j._rejectCallback(G,!0),j},P.setScheduler=function(G){if(typeof G!="function")throw new d("expecting a function but got "+a.classString(G));return f.setScheduler(G)},P.prototype._then=function(G,j,De,ie,fe){var q=fe!==void 0,xe=q?fe:new P(b),be=this._target(),se=be._bitField;q||(xe._propagateFrom(this,3),xe._captureStackTrace(),ie===void 0&&(this._bitField&2097152)!==0&&((se&50397184)!==0?ie=this._boundValue():ie=be===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,xe));var ve=s();if((se&50397184)!==0){var Xe,qe,je=be._settlePromiseCtx;(se&33554432)!==0?(qe=be._rejectionHandler0,Xe=G):(se&16777216)!==0?(qe=be._fulfillmentHandler0,Xe=j,be._unsetRejectionIsUnhandled()):(je=be._settlePromiseLateCancellationObserver,qe=new g("late cancellation observer"),be._attachExtraTrace(qe),Xe=j),f.invoke(je,be,{handler:ve===null?Xe:typeof Xe=="function"&&a.domainBind(ve,Xe),promise:xe,receiver:ie,value:qe})}else be._addCallbacks(G,j,xe,ie,ve);return xe},P.prototype._length=function(){return this._bitField&65535},P.prototype._isFateSealed=function(){return(this._bitField&117506048)!==0},P.prototype._isFollowing=function(){return(this._bitField&67108864)===67108864},P.prototype._setLength=function(G){this._bitField=this._bitField&-65536|G&65535},P.prototype._setFulfilled=function(){this._bitField=this._bitField|33554432,this._fireEvent("promiseFulfilled",this)},P.prototype._setRejected=function(){this._bitField=this._bitField|16777216,this._fireEvent("promiseRejected",this)},P.prototype._setFollowing=function(){this._bitField=this._bitField|67108864,this._fireEvent("promiseResolved",this)},P.prototype._setIsFinal=function(){this._bitField=this._bitField|4194304},P.prototype._isFinal=function(){return(this._bitField&4194304)>0},P.prototype._unsetCancelled=function(){this._bitField=this._bitField&-65537},P.prototype._setCancelled=function(){this._bitField=this._bitField|65536,this._fireEvent("promiseCancelled",this)},P.prototype._setWillBeCancelled=function(){this._bitField=this._bitField|8388608},P.prototype._setAsyncGuaranteed=function(){f.hasCustomScheduler()||(this._bitField=this._bitField|134217728)},P.prototype._receiverAt=function(G){var j=G===0?this._receiver0:this[G*4-4+3];if(j!==o)return j===void 0&&this._isBound()?this._boundValue():j},P.prototype._promiseAt=function(G){return this[G*4-4+2]},P.prototype._fulfillmentHandlerAt=function(G){return this[G*4-4+0]},P.prototype._rejectionHandlerAt=function(G){return this[G*4-4+1]},P.prototype._boundValue=function(){},P.prototype._migrateCallback0=function(G){G._bitField;var j=G._fulfillmentHandler0,De=G._rejectionHandler0,ie=G._promise0,fe=G._receiverAt(0);fe===void 0&&(fe=o),this._addCallbacks(j,De,ie,fe,null)},P.prototype._migrateCallbackAt=function(G,j){var De=G._fulfillmentHandlerAt(j),ie=G._rejectionHandlerAt(j),fe=G._promiseAt(j),q=G._receiverAt(j);q===void 0&&(q=o),this._addCallbacks(De,ie,fe,q,null)},P.prototype._addCallbacks=function(G,j,De,ie,fe){var q=this._length();if(q>=65531&&(q=0,this._setLength(0)),q===0)this._promise0=De,this._receiver0=ie,typeof G=="function"&&(this._fulfillmentHandler0=fe===null?G:a.domainBind(fe,G)),typeof j=="function"&&(this._rejectionHandler0=fe===null?j:a.domainBind(fe,j));else{var xe=q*4-4;this[xe+2]=De,this[xe+3]=ie,typeof G=="function"&&(this[xe+0]=fe===null?G:a.domainBind(fe,G)),typeof j=="function"&&(this[xe+1]=fe===null?j:a.domainBind(fe,j))}return this._setLength(q+1),q},P.prototype._proxy=function(G,j){this._addCallbacks(void 0,void 0,j,G,null)},P.prototype._resolveCallback=function(G,j){if((this._bitField&117506048)===0){if(G===this)return this._rejectCallback(e(),!1);var De=_(G,this);if(!(De instanceof P))return this._fulfill(G);j&&this._propagateFrom(De,2);var ie=De._target();if(ie===this){this._reject(e());return}var fe=ie._bitField;if((fe&50397184)===0){var q=this._length();q>0&&ie._migrateCallback0(this);for(var xe=1;xe<q;++xe)ie._migrateCallbackAt(this,xe);this._setFollowing(),this._setLength(0),this._setFollowee(ie)}else if((fe&33554432)!==0)this._fulfill(ie._value());else if((fe&16777216)!==0)this._reject(ie._reason());else{var be=new g("late cancellation observer");ie._attachExtraTrace(be),this._reject(be)}}},P.prototype._rejectCallback=function(G,j,De){var ie=a.ensureErrorObject(G),fe=ie===G;if(!fe&&!De&&I.warnings()){var q="a promise was rejected with a non-error: "+a.classString(G);this._warn(q,!0)}this._attachExtraTrace(ie,j?fe:!1),this._reject(G)},P.prototype._resolveFromExecutor=function(G){var j=this;this._captureStackTrace(),this._pushContext();var De=!0,ie=this._execute(G,function(fe){j._resolveCallback(fe)},function(fe){j._rejectCallback(fe,De)});De=!1,this._popContext(),ie!==void 0&&j._rejectCallback(ie,!0)},P.prototype._settlePromiseFromHandler=function(G,j,De,ie){var fe=ie._bitField;if((fe&65536)===0){ie._pushContext();var q;j===m?!De||typeof De.length!="number"?(q=W,q.e=new d("cannot .spread() a non-array: "+a.classString(De))):q=te(G).apply(this._boundValue(),De):q=te(G).call(j,De);var xe=ie._popContext();fe=ie._bitField,(fe&65536)===0&&(q===D?ie._reject(De):q===W?ie._rejectCallback(q.e,!1):(I.checkForgottenReturns(q,xe,"",ie,this),ie._resolveCallback(q)))}},P.prototype._target=function(){for(var G=this;G._isFollowing();)G=G._followee();return G},P.prototype._followee=function(){return this._rejectionHandler0},P.prototype._setFollowee=function(G){this._rejectionHandler0=G},P.prototype._settlePromise=function(G,j,De,ie){var fe=G instanceof P,q=this._bitField,xe=(q&134217728)!==0;(q&65536)!==0?(fe&&G._invokeInternalOnCancel(),De instanceof M&&De.isFinallyHandler()?(De.cancelPromise=G,te(j).call(De,ie)===W&&G._reject(W.e)):j===t?G._fulfill(t.call(De)):De instanceof i?De._promiseCancelled(G):fe||G instanceof A?G._cancel():De.cancel()):typeof j=="function"?fe?(xe&&G._setAsyncGuaranteed(),this._settlePromiseFromHandler(j,De,ie,G)):j.call(De,ie,G):De instanceof i?De._isResolved()||((q&33554432)!==0?De._promiseFulfilled(ie,G):De._promiseRejected(ie,G)):fe&&(xe&&G._setAsyncGuaranteed(),(q&33554432)!==0?G._fulfill(ie):G._reject(ie))},P.prototype._settlePromiseLateCancellationObserver=function(G){var j=G.handler,De=G.promise,ie=G.receiver,fe=G.value;typeof j=="function"?De instanceof P?this._settlePromiseFromHandler(j,ie,fe,De):j.call(ie,fe,De):De instanceof P&&De._reject(fe)},P.prototype._settlePromiseCtx=function(G){this._settlePromise(G.promise,G.handler,G.receiver,G.value)},P.prototype._settlePromise0=function(G,j,De){var ie=this._promise0,fe=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(ie,G,fe,j)},P.prototype._clearCallbackDataAtIndex=function(G){var j=G*4-4;this[j+2]=this[j+3]=this[j+0]=this[j+1]=void 0},P.prototype._fulfill=function(G){var j=this._bitField;if(!((j&117506048)>>>16)){if(G===this){var De=e();return this._attachExtraTrace(De),this._reject(De)}this._setFulfilled(),this._rejectionHandler0=G,(j&65535)>0&&((j&134217728)!==0?this._settlePromises():f.settlePromises(this))}},P.prototype._reject=function(G){var j=this._bitField;if(!((j&117506048)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=G,this._isFinal())return f.fatalError(G,a.isNode);(j&65535)>0?f.settlePromises(this):this._ensurePossibleRejectionHandled()}},P.prototype._fulfillPromises=function(G,j){for(var De=1;De<G;De++){var ie=this._fulfillmentHandlerAt(De),fe=this._promiseAt(De),q=this._receiverAt(De);this._clearCallbackDataAtIndex(De),this._settlePromise(fe,ie,q,j)}},P.prototype._rejectPromises=function(G,j){for(var De=1;De<G;De++){var ie=this._rejectionHandlerAt(De),fe=this._promiseAt(De),q=this._receiverAt(De);this._clearCallbackDataAtIndex(De),this._settlePromise(fe,ie,q,j)}},P.prototype._settlePromises=function(){var G=this._bitField,j=G&65535;if(j>0){if((G&16842752)!==0){var De=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,De,G),this._rejectPromises(j,De)}else{var ie=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,ie,G),this._fulfillPromises(j,ie)}this._setLength(0)}this._clearCancellationData()},P.prototype._settledValue=function(){var G=this._bitField;if((G&33554432)!==0)return this._rejectionHandler0;if((G&16777216)!==0)return this._fulfillmentHandler0};function $(G){this.promise._resolveCallback(G)}function U(G){this.promise._rejectCallback(G,!1)}P.defer=P.pending=function(){I.deprecated("Promise.defer","new Promise");var G=new P(b);return{promise:G,resolve:$,reject:U}},a.notEnumerableProp(P,"_makeSelfResolutionError",e),SW()(P,b,_,r,I),AW()(P,b,_,I),kW()(P,A,r,I),RW()(P),UW()(P),FW()(P,A,_,b,f,s),P.Promise=P,P.version="3.4.7",OW()(P,A,r,_,b,I),IW()(P),MW()(P,r,_,N,b,I),PW()(P,b,I),NW()(P,r,b,_,i,I),BW()(P),LW()(P,b),WW()(P,A,_,r),zW()(P,b,_,r),HW()(P,A,r,_,b,I),VW()(P,A,I),GW()(P,A,r),XW()(P,b),YW()(P,b),ZW()(P),a.toFastProperties(P),a.toFastProperties(P.prototype);function he(G){var j=new P(b);j._fulfillmentHandler0=G,j._rejectionHandler0=G,j._promise0=G,j._receiver0=G}return he({a:1}),he({b:2}),he({c:3}),he(1),he(function(){}),he(void 0),he(!1),he(new P(b)),I.setBounds(c.firstLineError,a.lastLineError),P}}(u0)),u0.exports}var wS;function _d(){if(wS)return Yl;wS=1;var n=ui,e=JW()();Yl.defer=t,Yl.when=e.resolve,Yl.resolve=e.resolve,Yl.all=e.all,Yl.props=e.props,Yl.reject=e.reject,Yl.promisify=e.promisify,Yl.mapSeries=e.mapSeries,Yl.attempt=e.attempt,Yl.nfcall=function(r){var i=Array.prototype.slice.call(arguments,1),o=e.promisify(r);return o.apply(null,i)},e.prototype.fail=e.prototype.caught,e.prototype.also=function(r){return this.then(function(i){var o=n.extend({},i,r(i));return e.props(o)})};function t(){var r,i,o=new e.Promise(function(a,s){r=a,i=s});return{resolve:r,reject:i,promise:o}}return Yl}var Hn={},DS;function vh(){if(DS)return Hn;DS=1;var n=ui,e=Hn.types={document:"document",paragraph:"paragraph",run:"run",text:"text",tab:"tab",checkbox:"checkbox",hyperlink:"hyperlink",noteReference:"noteReference",image:"image",note:"note",commentReference:"commentReference",comment:"comment",table:"table",tableRow:"tableRow",tableCell:"tableCell",break:"break",bookmarkStart:"bookmarkStart"};function t(M,z){return z=z||{},{type:e.document,children:M,notes:z.notes||new u({}),comments:z.comments||[]}}function r(M,z){z=z||{};var Z=z.indent||{};return{type:e.paragraph,children:M,styleId:z.styleId||null,styleName:z.styleName||null,numbering:z.numbering||null,alignment:z.alignment||null,indent:{start:Z.start||null,end:Z.end||null,firstLine:Z.firstLine||null,hanging:Z.hanging||null}}}function i(M,z){return z=z||{},{type:e.run,children:M,styleId:z.styleId||null,styleName:z.styleName||null,isBold:!!z.isBold,isUnderline:!!z.isUnderline,isItalic:!!z.isItalic,isStrikethrough:!!z.isStrikethrough,isAllCaps:!!z.isAllCaps,isSmallCaps:!!z.isSmallCaps,verticalAlignment:z.verticalAlignment||o.baseline,font:z.font||null,fontSize:z.fontSize||null,highlight:z.highlight||null}}var o={baseline:"baseline",superscript:"superscript",subscript:"subscript"};function a(M){return{type:e.text,value:M}}function s(){return{type:e.tab}}function l(M){return{type:e.checkbox,checked:M.checked}}function c(M,z){return{type:e.hyperlink,children:M,href:z.href,anchor:z.anchor,targetFrame:z.targetFrame}}function f(M){return{type:e.noteReference,noteType:M.noteType,noteId:M.noteId}}function u(M){this._notes=n.indexBy(M,function(z){return m(z.noteType,z.noteId)})}u.prototype.resolve=function(M){return this.findNoteByKey(m(M.noteType,M.noteId))},u.prototype.findNoteByKey=function(M){return this._notes[M]||null};function d(M){return{type:e.note,noteType:M.noteType,noteId:M.noteId,body:M.body}}function g(M){return{type:e.commentReference,commentId:M.commentId}}function b(M){return{type:e.comment,commentId:M.commentId,body:M.body,authorName:M.authorName,authorInitials:M.authorInitials}}function m(M,z){return M+"-"+z}function D(M){return{type:e.image,read:function(z){return z?M.readImage(z):M.readImage().then(function(Z){return Buffer.from(Z)})},readAsArrayBuffer:function(){return M.readImage()},readAsBase64String:function(){return M.readImage("base64")},readAsBuffer:function(){return M.readImage().then(function(z){return Buffer.from(z)})},altText:M.altText,contentType:M.contentType}}function _(M,z){return z=z||{},{type:e.table,children:M,styleId:z.styleId||null,styleName:z.styleName||null}}function A(M,z){return z=z||{},{type:e.tableRow,children:M,isHeader:z.isHeader||!1}}function R(M,z){return z=z||{},{type:e.tableCell,children:M,colSpan:z.colSpan==null?1:z.colSpan,rowSpan:z.rowSpan==null?1:z.rowSpan}}function N(M){return{type:e.break,breakType:M}}function I(M){return{type:e.bookmarkStart,name:M.name}}return Hn.document=Hn.Document=t,Hn.paragraph=Hn.Paragraph=r,Hn.run=Hn.Run=i,Hn.text=Hn.Text=a,Hn.tab=Hn.Tab=s,Hn.checkbox=Hn.Checkbox=l,Hn.Hyperlink=c,Hn.noteReference=Hn.NoteReference=f,Hn.Notes=u,Hn.Note=d,Hn.commentReference=g,Hn.comment=b,Hn.Image=D,Hn.Table=_,Hn.TableRow=A,Hn.TableCell=R,Hn.lineBreak=N("line"),Hn.pageBreak=N("page"),Hn.columnBreak=N("column"),Hn.BookmarkStart=I,Hn.verticalAlignment=o,Hn}var _h={},TS;function wf(){if(TS)return _h;TS=1;var n=ui;_h.Result=e,_h.success=t,_h.warning=r,_h.error=i;function e(l,c){this.value=l,this.messages=c||[]}e.prototype.map=function(l){return new e(l(this.value),this.messages)},e.prototype.flatMap=function(l){var c=l(this.value);return new e(c.value,o([this,c]))},e.prototype.flatMapThen=function(l){var c=this;return l(this.value).then(function(f){return new e(f.value,o([c,f]))})},e.combine=function(l){var c=n.flatten(n.pluck(l,"value")),f=o(l);return new e(c,f)};function t(l){return new e(l,[])}function r(l){return{type:"warning",message:l}}function i(l){return{type:"error",message:l.message,error:l}}function o(l){var c=[];return n.flatten(n.pluck(l,"messages"),!0).forEach(function(f){a(c,f)||c.push(f)}),c}function a(l,c){return n.find(l,s.bind(null,c))!==void 0}function s(l,c){return l.type===c.type&&l.message===c.message}return _h}var Ep={},_p={},ES;function KW(){if(ES)return _p;ES=1,_p.byteLength=s,_p.toByteArray=c,_p.fromByteArray=d;for(var n=[],e=[],t=typeof Uint8Array<"u"?Uint8Array:Array,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0,o=r.length;i<o;++i)n[i]=r[i],e[r.charCodeAt(i)]=i;e[45]=62,e[95]=63;function a(g){var b=g.length;if(b%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var m=g.indexOf("=");m===-1&&(m=b);var D=m===b?0:4-m%4;return[m,D]}function s(g){var b=a(g),m=b[0],D=b[1];return(m+D)*3/4-D}function l(g,b,m){return(b+m)*3/4-m}function c(g){var b,m=a(g),D=m[0],_=m[1],A=new t(l(g,D,_)),R=0,N=_>0?D-4:D,I;for(I=0;I<N;I+=4)b=e[g.charCodeAt(I)]<<18|e[g.charCodeAt(I+1)]<<12|e[g.charCodeAt(I+2)]<<6|e[g.charCodeAt(I+3)],A[R++]=b>>16&255,A[R++]=b>>8&255,A[R++]=b&255;return _===2&&(b=e[g.charCodeAt(I)]<<2|e[g.charCodeAt(I+1)]>>4,A[R++]=b&255),_===1&&(b=e[g.charCodeAt(I)]<<10|e[g.charCodeAt(I+1)]<<4|e[g.charCodeAt(I+2)]>>2,A[R++]=b>>8&255,A[R++]=b&255),A}function f(g){return n[g>>18&63]+n[g>>12&63]+n[g>>6&63]+n[g&63]}function u(g,b,m){for(var D,_=[],A=b;A<m;A+=3)D=(g[A]<<16&16711680)+(g[A+1]<<8&65280)+(g[A+2]&255),_.push(f(D));return _.join("")}function d(g){for(var b,m=g.length,D=m%3,_=[],A=16383,R=0,N=m-D;R<N;R+=A)_.push(u(g,R,R+A>N?N:R+A));return D===1?(b=g[m-1],_.push(n[b>>2]+n[b<<4&63]+"==")):D===2&&(b=(g[m-2]<<8)+g[m-1],_.push(n[b>>10]+n[b>>4&63]+n[b<<2&63]+"=")),_.join("")}return _p}function iy(n){throw new Error('Could not dynamically require "'+n+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var H0={exports:{}};/*!
|
|
208
|
-
|
|
209
|
-
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
210
|
-
<http://stuartk.com/jszip>
|
|
211
|
-
|
|
212
|
-
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
|
|
213
|
-
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
|
|
214
|
-
|
|
215
|
-
JSZip uses the library pako released under the MIT license :
|
|
216
|
-
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
217
|
-
*/var _S;function QW(){return _S||(_S=1,function(n,e){(function(t){n.exports=t()})(function(){return function t(r,i,o){function a(c,f){if(!i[c]){if(!r[c]){var u=typeof iy=="function"&&iy;if(!f&&u)return u(c,!0);if(s)return s(c,!0);var d=new Error("Cannot find module '"+c+"'");throw d.code="MODULE_NOT_FOUND",d}var g=i[c]={exports:{}};r[c][0].call(g.exports,function(b){var m=r[c][1][b];return a(m||b)},g,g.exports,t,r,i,o)}return i[c].exports}for(var s=typeof iy=="function"&&iy,l=0;l<o.length;l++)a(o[l]);return a}({1:[function(t,r,i){var o=t("./utils"),a=t("./support"),s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";i.encode=function(l){for(var c,f,u,d,g,b,m,D=[],_=0,A=l.length,R=A,N=o.getTypeOf(l)!=="string";_<l.length;)R=A-_,u=N?(c=l[_++],f=_<A?l[_++]:0,_<A?l[_++]:0):(c=l.charCodeAt(_++),f=_<A?l.charCodeAt(_++):0,_<A?l.charCodeAt(_++):0),d=c>>2,g=(3&c)<<4|f>>4,b=1<R?(15&f)<<2|u>>6:64,m=2<R?63&u:64,D.push(s.charAt(d)+s.charAt(g)+s.charAt(b)+s.charAt(m));return D.join("")},i.decode=function(l){var c,f,u,d,g,b,m=0,D=0,_="data:";if(l.substr(0,_.length)===_)throw new Error("Invalid base64 input, it looks like a data url.");var A,R=3*(l=l.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(l.charAt(l.length-1)===s.charAt(64)&&R--,l.charAt(l.length-2)===s.charAt(64)&&R--,R%1!=0)throw new Error("Invalid base64 input, bad content length.");for(A=a.uint8array?new Uint8Array(0|R):new Array(0|R);m<l.length;)c=s.indexOf(l.charAt(m++))<<2|(d=s.indexOf(l.charAt(m++)))>>4,f=(15&d)<<4|(g=s.indexOf(l.charAt(m++)))>>2,u=(3&g)<<6|(b=s.indexOf(l.charAt(m++))),A[D++]=c,g!==64&&(A[D++]=f),b!==64&&(A[D++]=u);return A}},{"./support":30,"./utils":32}],2:[function(t,r,i){var o=t("./external"),a=t("./stream/DataWorker"),s=t("./stream/Crc32Probe"),l=t("./stream/DataLengthProbe");function c(f,u,d,g,b){this.compressedSize=f,this.uncompressedSize=u,this.crc32=d,this.compression=g,this.compressedContent=b}c.prototype={getContentWorker:function(){var f=new a(o.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new l("data_length")),u=this;return f.on("end",function(){if(this.streamInfo.data_length!==u.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),f},getCompressedWorker:function(){return new a(o.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},c.createWorkerFrom=function(f,u,d){return f.pipe(new s).pipe(new l("uncompressedSize")).pipe(u.compressWorker(d)).pipe(new l("compressedSize")).withStreamInfo("compression",u)},r.exports=c},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(t,r,i){var o=t("./stream/GenericWorker");i.STORE={magic:"\0\0",compressWorker:function(){return new o("STORE compression")},uncompressWorker:function(){return new o("STORE decompression")}},i.DEFLATE=t("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(t,r,i){var o=t("./utils"),a=function(){for(var s,l=[],c=0;c<256;c++){s=c;for(var f=0;f<8;f++)s=1&s?3988292384^s>>>1:s>>>1;l[c]=s}return l}();r.exports=function(s,l){return s!==void 0&&s.length?o.getTypeOf(s)!=="string"?function(c,f,u,d){var g=a,b=d+u;c^=-1;for(var m=d;m<b;m++)c=c>>>8^g[255&(c^f[m])];return-1^c}(0|l,s,s.length,0):function(c,f,u,d){var g=a,b=d+u;c^=-1;for(var m=d;m<b;m++)c=c>>>8^g[255&(c^f.charCodeAt(m))];return-1^c}(0|l,s,s.length,0):0}},{"./utils":32}],5:[function(t,r,i){i.base64=!1,i.binary=!1,i.dir=!1,i.createFolders=!0,i.date=null,i.compression=null,i.compressionOptions=null,i.comment=null,i.unixPermissions=null,i.dosPermissions=null},{}],6:[function(t,r,i){var o=null;o=typeof Promise<"u"?Promise:t("lie"),r.exports={Promise:o}},{lie:37}],7:[function(t,r,i){var o=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",a=t("pako"),s=t("./utils"),l=t("./stream/GenericWorker"),c=o?"uint8array":"array";function f(u,d){l.call(this,"FlateWorker/"+u),this._pako=null,this._pakoAction=u,this._pakoOptions=d,this.meta={}}i.magic="\b\0",s.inherits(f,l),f.prototype.processChunk=function(u){this.meta=u.meta,this._pako===null&&this._createPako(),this._pako.push(s.transformTo(c,u.data),!1)},f.prototype.flush=function(){l.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},f.prototype.cleanUp=function(){l.prototype.cleanUp.call(this),this._pako=null},f.prototype._createPako=function(){this._pako=new a[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var u=this;this._pako.onData=function(d){u.push({data:d,meta:u.meta})}},i.compressWorker=function(u){return new f("Deflate",u)},i.uncompressWorker=function(){return new f("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(t,r,i){function o(g,b){var m,D="";for(m=0;m<b;m++)D+=String.fromCharCode(255&g),g>>>=8;return D}function a(g,b,m,D,_,A){var R,N,I=g.file,M=g.compression,z=A!==c.utf8encode,Z=s.transformTo("string",A(I.name)),W=s.transformTo("string",c.utf8encode(I.name)),te=I.comment,ce=s.transformTo("string",A(te)),P=s.transformTo("string",c.utf8encode(te)),$=W.length!==I.name.length,U=P.length!==te.length,he="",G="",j="",De=I.dir,ie=I.date,fe={crc32:0,compressedSize:0,uncompressedSize:0};b&&!m||(fe.crc32=g.crc32,fe.compressedSize=g.compressedSize,fe.uncompressedSize=g.uncompressedSize);var q=0;b&&(q|=8),z||!$&&!U||(q|=2048);var xe=0,be=0;De&&(xe|=16),_==="UNIX"?(be=798,xe|=function(ve,Xe){var qe=ve;return ve||(qe=Xe?16893:33204),(65535&qe)<<16}(I.unixPermissions,De)):(be=20,xe|=function(ve){return 63&(ve||0)}(I.dosPermissions)),R=ie.getUTCHours(),R<<=6,R|=ie.getUTCMinutes(),R<<=5,R|=ie.getUTCSeconds()/2,N=ie.getUTCFullYear()-1980,N<<=4,N|=ie.getUTCMonth()+1,N<<=5,N|=ie.getUTCDate(),$&&(G=o(1,1)+o(f(Z),4)+W,he+="up"+o(G.length,2)+G),U&&(j=o(1,1)+o(f(ce),4)+P,he+="uc"+o(j.length,2)+j);var se="";return se+=`
|
|
218
|
-
\0`,se+=o(q,2),se+=M.magic,se+=o(R,2),se+=o(N,2),se+=o(fe.crc32,4),se+=o(fe.compressedSize,4),se+=o(fe.uncompressedSize,4),se+=o(Z.length,2),se+=o(he.length,2),{fileRecord:u.LOCAL_FILE_HEADER+se+Z+he,dirRecord:u.CENTRAL_FILE_HEADER+o(be,2)+se+o(ce.length,2)+"\0\0\0\0"+o(xe,4)+o(D,4)+Z+he+ce}}var s=t("../utils"),l=t("../stream/GenericWorker"),c=t("../utf8"),f=t("../crc32"),u=t("../signature");function d(g,b,m,D){l.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=b,this.zipPlatform=m,this.encodeFileName=D,this.streamFiles=g,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}s.inherits(d,l),d.prototype.push=function(g){var b=g.meta.percent||0,m=this.entriesCount,D=this._sources.length;this.accumulate?this.contentBuffer.push(g):(this.bytesWritten+=g.data.length,l.prototype.push.call(this,{data:g.data,meta:{currentFile:this.currentFile,percent:m?(b+100*(m-D-1))/m:100}}))},d.prototype.openedSource=function(g){this.currentSourceOffset=this.bytesWritten,this.currentFile=g.file.name;var b=this.streamFiles&&!g.file.dir;if(b){var m=a(g,b,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:m.fileRecord,meta:{percent:0}})}else this.accumulate=!0},d.prototype.closedSource=function(g){this.accumulate=!1;var b=this.streamFiles&&!g.file.dir,m=a(g,b,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(m.dirRecord),b)this.push({data:function(D){return u.DATA_DESCRIPTOR+o(D.crc32,4)+o(D.compressedSize,4)+o(D.uncompressedSize,4)}(g),meta:{percent:100}});else for(this.push({data:m.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},d.prototype.flush=function(){for(var g=this.bytesWritten,b=0;b<this.dirRecords.length;b++)this.push({data:this.dirRecords[b],meta:{percent:100}});var m=this.bytesWritten-g,D=function(_,A,R,N,I){var M=s.transformTo("string",I(N));return u.CENTRAL_DIRECTORY_END+"\0\0\0\0"+o(_,2)+o(_,2)+o(A,4)+o(R,4)+o(M.length,2)+M}(this.dirRecords.length,m,g,this.zipComment,this.encodeFileName);this.push({data:D,meta:{percent:100}})},d.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},d.prototype.registerPrevious=function(g){this._sources.push(g);var b=this;return g.on("data",function(m){b.processChunk(m)}),g.on("end",function(){b.closedSource(b.previous.streamInfo),b._sources.length?b.prepareNextSource():b.end()}),g.on("error",function(m){b.error(m)}),this},d.prototype.resume=function(){return!!l.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},d.prototype.error=function(g){var b=this._sources;if(!l.prototype.error.call(this,g))return!1;for(var m=0;m<b.length;m++)try{b[m].error(g)}catch{}return!0},d.prototype.lock=function(){l.prototype.lock.call(this);for(var g=this._sources,b=0;b<g.length;b++)g[b].lock()},r.exports=d},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(t,r,i){var o=t("../compressions"),a=t("./ZipFileWorker");i.generateWorker=function(s,l,c){var f=new a(l.streamFiles,c,l.platform,l.encodeFileName),u=0;try{s.forEach(function(d,g){u++;var b=function(A,R){var N=A||R,I=o[N];if(!I)throw new Error(N+" is not a valid compression method !");return I}(g.options.compression,l.compression),m=g.options.compressionOptions||l.compressionOptions||{},D=g.dir,_=g.date;g._compressWorker(b,m).withStreamInfo("file",{name:d,dir:D,date:_,comment:g.comment||"",unixPermissions:g.unixPermissions,dosPermissions:g.dosPermissions}).pipe(f)}),f.entriesCount=u}catch(d){f.error(d)}return f}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(t,r,i){function o(){if(!(this instanceof o))return new o;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var a=new o;for(var s in this)typeof this[s]!="function"&&(a[s]=this[s]);return a}}(o.prototype=t("./object")).loadAsync=t("./load"),o.support=t("./support"),o.defaults=t("./defaults"),o.version="3.10.1",o.loadAsync=function(a,s){return new o().loadAsync(a,s)},o.external=t("./external"),r.exports=o},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(t,r,i){var o=t("./utils"),a=t("./external"),s=t("./utf8"),l=t("./zipEntries"),c=t("./stream/Crc32Probe"),f=t("./nodejsUtils");function u(d){return new a.Promise(function(g,b){var m=d.decompressed.getContentWorker().pipe(new c);m.on("error",function(D){b(D)}).on("end",function(){m.streamInfo.crc32!==d.decompressed.crc32?b(new Error("Corrupted zip : CRC32 mismatch")):g()}).resume()})}r.exports=function(d,g){var b=this;return g=o.extend(g||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:s.utf8decode}),f.isNode&&f.isStream(d)?a.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):o.prepareContent("the loaded zip file",d,!0,g.optimizedBinaryString,g.base64).then(function(m){var D=new l(g);return D.load(m),D}).then(function(m){var D=[a.Promise.resolve(m)],_=m.files;if(g.checkCRC32)for(var A=0;A<_.length;A++)D.push(u(_[A]));return a.Promise.all(D)}).then(function(m){for(var D=m.shift(),_=D.files,A=0;A<_.length;A++){var R=_[A],N=R.fileNameStr,I=o.resolve(R.fileNameStr);b.file(I,R.decompressed,{binary:!0,optimizedBinaryString:!0,date:R.date,dir:R.dir,comment:R.fileCommentStr.length?R.fileCommentStr:null,unixPermissions:R.unixPermissions,dosPermissions:R.dosPermissions,createFolders:g.createFolders}),R.dir||(b.file(I).unsafeOriginalName=N)}return D.zipComment.length&&(b.comment=D.zipComment),b})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(t,r,i){var o=t("../utils"),a=t("../stream/GenericWorker");function s(l,c){a.call(this,"Nodejs stream input adapter for "+l),this._upstreamEnded=!1,this._bindStream(c)}o.inherits(s,a),s.prototype._bindStream=function(l){var c=this;(this._stream=l).pause(),l.on("data",function(f){c.push({data:f,meta:{percent:0}})}).on("error",function(f){c.isPaused?this.generatedError=f:c.error(f)}).on("end",function(){c.isPaused?c._upstreamEnded=!0:c.end()})},s.prototype.pause=function(){return!!a.prototype.pause.call(this)&&(this._stream.pause(),!0)},s.prototype.resume=function(){return!!a.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},r.exports=s},{"../stream/GenericWorker":28,"../utils":32}],13:[function(t,r,i){var o=t("readable-stream").Readable;function a(s,l,c){o.call(this,l),this._helper=s;var f=this;s.on("data",function(u,d){f.push(u)||f._helper.pause(),c&&c(d)}).on("error",function(u){f.emit("error",u)}).on("end",function(){f.push(null)})}t("../utils").inherits(a,o),a.prototype._read=function(){this._helper.resume()},r.exports=a},{"../utils":32,"readable-stream":16}],14:[function(t,r,i){r.exports={isNode:typeof Buffer<"u",newBufferFrom:function(o,a){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(o,a);if(typeof o=="number")throw new Error('The "data" argument must not be a number');return new Buffer(o,a)},allocBuffer:function(o){if(Buffer.alloc)return Buffer.alloc(o);var a=new Buffer(o);return a.fill(0),a},isBuffer:function(o){return Buffer.isBuffer(o)},isStream:function(o){return o&&typeof o.on=="function"&&typeof o.pause=="function"&&typeof o.resume=="function"}}},{}],15:[function(t,r,i){function o(I,M,z){var Z,W=s.getTypeOf(M),te=s.extend(z||{},f);te.date=te.date||new Date,te.compression!==null&&(te.compression=te.compression.toUpperCase()),typeof te.unixPermissions=="string"&&(te.unixPermissions=parseInt(te.unixPermissions,8)),te.unixPermissions&&16384&te.unixPermissions&&(te.dir=!0),te.dosPermissions&&16&te.dosPermissions&&(te.dir=!0),te.dir&&(I=_(I)),te.createFolders&&(Z=D(I))&&A.call(this,Z,!0);var ce=W==="string"&&te.binary===!1&&te.base64===!1;z&&z.binary!==void 0||(te.binary=!ce),(M instanceof u&&M.uncompressedSize===0||te.dir||!M||M.length===0)&&(te.base64=!1,te.binary=!0,M="",te.compression="STORE",W="string");var P=null;P=M instanceof u||M instanceof l?M:b.isNode&&b.isStream(M)?new m(I,M):s.prepareContent(I,M,te.binary,te.optimizedBinaryString,te.base64);var $=new d(I,P,te);this.files[I]=$}var a=t("./utf8"),s=t("./utils"),l=t("./stream/GenericWorker"),c=t("./stream/StreamHelper"),f=t("./defaults"),u=t("./compressedObject"),d=t("./zipObject"),g=t("./generate"),b=t("./nodejsUtils"),m=t("./nodejs/NodejsStreamInputAdapter"),D=function(I){I.slice(-1)==="/"&&(I=I.substring(0,I.length-1));var M=I.lastIndexOf("/");return 0<M?I.substring(0,M):""},_=function(I){return I.slice(-1)!=="/"&&(I+="/"),I},A=function(I,M){return M=M!==void 0?M:f.createFolders,I=_(I),this.files[I]||o.call(this,I,null,{dir:!0,createFolders:M}),this.files[I]};function R(I){return Object.prototype.toString.call(I)==="[object RegExp]"}var N={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(I){var M,z,Z;for(M in this.files)Z=this.files[M],(z=M.slice(this.root.length,M.length))&&M.slice(0,this.root.length)===this.root&&I(z,Z)},filter:function(I){var M=[];return this.forEach(function(z,Z){I(z,Z)&&M.push(Z)}),M},file:function(I,M,z){if(arguments.length!==1)return I=this.root+I,o.call(this,I,M,z),this;if(R(I)){var Z=I;return this.filter(function(te,ce){return!ce.dir&&Z.test(te)})}var W=this.files[this.root+I];return W&&!W.dir?W:null},folder:function(I){if(!I)return this;if(R(I))return this.filter(function(W,te){return te.dir&&I.test(W)});var M=this.root+I,z=A.call(this,M),Z=this.clone();return Z.root=z.name,Z},remove:function(I){I=this.root+I;var M=this.files[I];if(M||(I.slice(-1)!=="/"&&(I+="/"),M=this.files[I]),M&&!M.dir)delete this.files[I];else for(var z=this.filter(function(W,te){return te.name.slice(0,I.length)===I}),Z=0;Z<z.length;Z++)delete this.files[z[Z].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(I){var M,z={};try{if((z=s.extend(I||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:a.utf8encode})).type=z.type.toLowerCase(),z.compression=z.compression.toUpperCase(),z.type==="binarystring"&&(z.type="string"),!z.type)throw new Error("No output type specified.");s.checkSupport(z.type),z.platform!=="darwin"&&z.platform!=="freebsd"&&z.platform!=="linux"&&z.platform!=="sunos"||(z.platform="UNIX"),z.platform==="win32"&&(z.platform="DOS");var Z=z.comment||this.comment||"";M=g.generateWorker(this,z,Z)}catch(W){(M=new l("error")).error(W)}return new c(M,z.type||"string",z.mimeType)},generateAsync:function(I,M){return this.generateInternalStream(I).accumulate(M)},generateNodeStream:function(I,M){return(I=I||{}).type||(I.type="nodebuffer"),this.generateInternalStream(I).toNodejsStream(M)}};r.exports=N},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(t,r,i){r.exports=t("stream")},{stream:void 0}],17:[function(t,r,i){var o=t("./DataReader");function a(s){o.call(this,s);for(var l=0;l<this.data.length;l++)s[l]=255&s[l]}t("../utils").inherits(a,o),a.prototype.byteAt=function(s){return this.data[this.zero+s]},a.prototype.lastIndexOfSignature=function(s){for(var l=s.charCodeAt(0),c=s.charCodeAt(1),f=s.charCodeAt(2),u=s.charCodeAt(3),d=this.length-4;0<=d;--d)if(this.data[d]===l&&this.data[d+1]===c&&this.data[d+2]===f&&this.data[d+3]===u)return d-this.zero;return-1},a.prototype.readAndCheckSignature=function(s){var l=s.charCodeAt(0),c=s.charCodeAt(1),f=s.charCodeAt(2),u=s.charCodeAt(3),d=this.readData(4);return l===d[0]&&c===d[1]&&f===d[2]&&u===d[3]},a.prototype.readData=function(s){if(this.checkOffset(s),s===0)return[];var l=this.data.slice(this.zero+this.index,this.zero+this.index+s);return this.index+=s,l},r.exports=a},{"../utils":32,"./DataReader":18}],18:[function(t,r,i){var o=t("../utils");function a(s){this.data=s,this.length=s.length,this.index=0,this.zero=0}a.prototype={checkOffset:function(s){this.checkIndex(this.index+s)},checkIndex:function(s){if(this.length<this.zero+s||s<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+s+"). Corrupted zip ?")},setIndex:function(s){this.checkIndex(s),this.index=s},skip:function(s){this.setIndex(this.index+s)},byteAt:function(){},readInt:function(s){var l,c=0;for(this.checkOffset(s),l=this.index+s-1;l>=this.index;l--)c=(c<<8)+this.byteAt(l);return this.index+=s,c},readString:function(s){return o.transformTo("string",this.readData(s))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var s=this.readInt(4);return new Date(Date.UTC(1980+(s>>25&127),(s>>21&15)-1,s>>16&31,s>>11&31,s>>5&63,(31&s)<<1))}},r.exports=a},{"../utils":32}],19:[function(t,r,i){var o=t("./Uint8ArrayReader");function a(s){o.call(this,s)}t("../utils").inherits(a,o),a.prototype.readData=function(s){this.checkOffset(s);var l=this.data.slice(this.zero+this.index,this.zero+this.index+s);return this.index+=s,l},r.exports=a},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(t,r,i){var o=t("./DataReader");function a(s){o.call(this,s)}t("../utils").inherits(a,o),a.prototype.byteAt=function(s){return this.data.charCodeAt(this.zero+s)},a.prototype.lastIndexOfSignature=function(s){return this.data.lastIndexOf(s)-this.zero},a.prototype.readAndCheckSignature=function(s){return s===this.readData(4)},a.prototype.readData=function(s){this.checkOffset(s);var l=this.data.slice(this.zero+this.index,this.zero+this.index+s);return this.index+=s,l},r.exports=a},{"../utils":32,"./DataReader":18}],21:[function(t,r,i){var o=t("./ArrayReader");function a(s){o.call(this,s)}t("../utils").inherits(a,o),a.prototype.readData=function(s){if(this.checkOffset(s),s===0)return new Uint8Array(0);var l=this.data.subarray(this.zero+this.index,this.zero+this.index+s);return this.index+=s,l},r.exports=a},{"../utils":32,"./ArrayReader":17}],22:[function(t,r,i){var o=t("../utils"),a=t("../support"),s=t("./ArrayReader"),l=t("./StringReader"),c=t("./NodeBufferReader"),f=t("./Uint8ArrayReader");r.exports=function(u){var d=o.getTypeOf(u);return o.checkSupport(d),d!=="string"||a.uint8array?d==="nodebuffer"?new c(u):a.uint8array?new f(o.transformTo("uint8array",u)):new s(o.transformTo("array",u)):new l(u)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(t,r,i){i.LOCAL_FILE_HEADER="PK",i.CENTRAL_FILE_HEADER="PK",i.CENTRAL_DIRECTORY_END="PK",i.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",i.ZIP64_CENTRAL_DIRECTORY_END="PK",i.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(t,r,i){var o=t("./GenericWorker"),a=t("../utils");function s(l){o.call(this,"ConvertWorker to "+l),this.destType=l}a.inherits(s,o),s.prototype.processChunk=function(l){this.push({data:a.transformTo(this.destType,l.data),meta:l.meta})},r.exports=s},{"../utils":32,"./GenericWorker":28}],25:[function(t,r,i){var o=t("./GenericWorker"),a=t("../crc32");function s(){o.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}t("../utils").inherits(s,o),s.prototype.processChunk=function(l){this.streamInfo.crc32=a(l.data,this.streamInfo.crc32||0),this.push(l)},r.exports=s},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(t,r,i){var o=t("../utils"),a=t("./GenericWorker");function s(l){a.call(this,"DataLengthProbe for "+l),this.propName=l,this.withStreamInfo(l,0)}o.inherits(s,a),s.prototype.processChunk=function(l){if(l){var c=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=c+l.data.length}a.prototype.processChunk.call(this,l)},r.exports=s},{"../utils":32,"./GenericWorker":28}],27:[function(t,r,i){var o=t("../utils"),a=t("./GenericWorker");function s(l){a.call(this,"DataWorker");var c=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,l.then(function(f){c.dataIsReady=!0,c.data=f,c.max=f&&f.length||0,c.type=o.getTypeOf(f),c.isPaused||c._tickAndRepeat()},function(f){c.error(f)})}o.inherits(s,a),s.prototype.cleanUp=function(){a.prototype.cleanUp.call(this),this.data=null},s.prototype.resume=function(){return!!a.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,o.delay(this._tickAndRepeat,[],this)),!0)},s.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(o.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},s.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var l=null,c=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":l=this.data.substring(this.index,c);break;case"uint8array":l=this.data.subarray(this.index,c);break;case"array":case"nodebuffer":l=this.data.slice(this.index,c)}return this.index=c,this.push({data:l,meta:{percent:this.max?this.index/this.max*100:0}})},r.exports=s},{"../utils":32,"./GenericWorker":28}],28:[function(t,r,i){function o(a){this.name=a||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}o.prototype={push:function(a){this.emit("data",a)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(a){this.emit("error",a)}return!0},error:function(a){return!this.isFinished&&(this.isPaused?this.generatedError=a:(this.isFinished=!0,this.emit("error",a),this.previous&&this.previous.error(a),this.cleanUp()),!0)},on:function(a,s){return this._listeners[a].push(s),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(a,s){if(this._listeners[a])for(var l=0;l<this._listeners[a].length;l++)this._listeners[a][l].call(this,s)},pipe:function(a){return a.registerPrevious(this)},registerPrevious:function(a){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=a.streamInfo,this.mergeStreamInfo(),this.previous=a;var s=this;return a.on("data",function(l){s.processChunk(l)}),a.on("end",function(){s.end()}),a.on("error",function(l){s.error(l)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var a=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),a=!0),this.previous&&this.previous.resume(),!a},flush:function(){},processChunk:function(a){this.push(a)},withStreamInfo:function(a,s){return this.extraStreamInfo[a]=s,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var a in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,a)&&(this.streamInfo[a]=this.extraStreamInfo[a])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var a="Worker "+this.name;return this.previous?this.previous+" -> "+a:a}},r.exports=o},{}],29:[function(t,r,i){var o=t("../utils"),a=t("./ConvertWorker"),s=t("./GenericWorker"),l=t("../base64"),c=t("../support"),f=t("../external"),u=null;if(c.nodestream)try{u=t("../nodejs/NodejsStreamOutputAdapter")}catch{}function d(b,m){return new f.Promise(function(D,_){var A=[],R=b._internalType,N=b._outputType,I=b._mimeType;b.on("data",function(M,z){A.push(M),m&&m(z)}).on("error",function(M){A=[],_(M)}).on("end",function(){try{var M=function(z,Z,W){switch(z){case"blob":return o.newBlob(o.transformTo("arraybuffer",Z),W);case"base64":return l.encode(Z);default:return o.transformTo(z,Z)}}(N,function(z,Z){var W,te=0,ce=null,P=0;for(W=0;W<Z.length;W++)P+=Z[W].length;switch(z){case"string":return Z.join("");case"array":return Array.prototype.concat.apply([],Z);case"uint8array":for(ce=new Uint8Array(P),W=0;W<Z.length;W++)ce.set(Z[W],te),te+=Z[W].length;return ce;case"nodebuffer":return Buffer.concat(Z);default:throw new Error("concat : unsupported type '"+z+"'")}}(R,A),I);D(M)}catch(z){_(z)}A=[]}).resume()})}function g(b,m,D){var _=m;switch(m){case"blob":case"arraybuffer":_="uint8array";break;case"base64":_="string"}try{this._internalType=_,this._outputType=m,this._mimeType=D,o.checkSupport(_),this._worker=b.pipe(new a(_)),b.lock()}catch(A){this._worker=new s("error"),this._worker.error(A)}}g.prototype={accumulate:function(b){return d(this,b)},on:function(b,m){var D=this;return b==="data"?this._worker.on(b,function(_){m.call(D,_.data,_.meta)}):this._worker.on(b,function(){o.delay(m,arguments,D)}),this},resume:function(){return o.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(b){if(o.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new u(this,{objectMode:this._outputType!=="nodebuffer"},b)}},r.exports=g},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(t,r,i){if(i.base64=!0,i.array=!0,i.string=!0,i.arraybuffer=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",i.nodebuffer=typeof Buffer<"u",i.uint8array=typeof Uint8Array<"u",typeof ArrayBuffer>"u")i.blob=!1;else{var o=new ArrayBuffer(0);try{i.blob=new Blob([o],{type:"application/zip"}).size===0}catch{try{var a=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);a.append(o),i.blob=a.getBlob("application/zip").size===0}catch{i.blob=!1}}}try{i.nodestream=!!t("readable-stream").Readable}catch{i.nodestream=!1}},{"readable-stream":16}],31:[function(t,r,i){for(var o=t("./utils"),a=t("./support"),s=t("./nodejsUtils"),l=t("./stream/GenericWorker"),c=new Array(256),f=0;f<256;f++)c[f]=252<=f?6:248<=f?5:240<=f?4:224<=f?3:192<=f?2:1;c[254]=c[254]=1;function u(){l.call(this,"utf-8 decode"),this.leftOver=null}function d(){l.call(this,"utf-8 encode")}i.utf8encode=function(g){return a.nodebuffer?s.newBufferFrom(g,"utf-8"):function(b){var m,D,_,A,R,N=b.length,I=0;for(A=0;A<N;A++)(64512&(D=b.charCodeAt(A)))==55296&&A+1<N&&(64512&(_=b.charCodeAt(A+1)))==56320&&(D=65536+(D-55296<<10)+(_-56320),A++),I+=D<128?1:D<2048?2:D<65536?3:4;for(m=a.uint8array?new Uint8Array(I):new Array(I),A=R=0;R<I;A++)(64512&(D=b.charCodeAt(A)))==55296&&A+1<N&&(64512&(_=b.charCodeAt(A+1)))==56320&&(D=65536+(D-55296<<10)+(_-56320),A++),D<128?m[R++]=D:(D<2048?m[R++]=192|D>>>6:(D<65536?m[R++]=224|D>>>12:(m[R++]=240|D>>>18,m[R++]=128|D>>>12&63),m[R++]=128|D>>>6&63),m[R++]=128|63&D);return m}(g)},i.utf8decode=function(g){return a.nodebuffer?o.transformTo("nodebuffer",g).toString("utf-8"):function(b){var m,D,_,A,R=b.length,N=new Array(2*R);for(m=D=0;m<R;)if((_=b[m++])<128)N[D++]=_;else if(4<(A=c[_]))N[D++]=65533,m+=A-1;else{for(_&=A===2?31:A===3?15:7;1<A&&m<R;)_=_<<6|63&b[m++],A--;1<A?N[D++]=65533:_<65536?N[D++]=_:(_-=65536,N[D++]=55296|_>>10&1023,N[D++]=56320|1023&_)}return N.length!==D&&(N.subarray?N=N.subarray(0,D):N.length=D),o.applyFromCharCode(N)}(g=o.transformTo(a.uint8array?"uint8array":"array",g))},o.inherits(u,l),u.prototype.processChunk=function(g){var b=o.transformTo(a.uint8array?"uint8array":"array",g.data);if(this.leftOver&&this.leftOver.length){if(a.uint8array){var m=b;(b=new Uint8Array(m.length+this.leftOver.length)).set(this.leftOver,0),b.set(m,this.leftOver.length)}else b=this.leftOver.concat(b);this.leftOver=null}var D=function(A,R){var N;for((R=R||A.length)>A.length&&(R=A.length),N=R-1;0<=N&&(192&A[N])==128;)N--;return N<0||N===0?R:N+c[A[N]]>R?N:R}(b),_=b;D!==b.length&&(a.uint8array?(_=b.subarray(0,D),this.leftOver=b.subarray(D,b.length)):(_=b.slice(0,D),this.leftOver=b.slice(D,b.length))),this.push({data:i.utf8decode(_),meta:g.meta})},u.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:i.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},i.Utf8DecodeWorker=u,o.inherits(d,l),d.prototype.processChunk=function(g){this.push({data:i.utf8encode(g.data),meta:g.meta})},i.Utf8EncodeWorker=d},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(t,r,i){var o=t("./support"),a=t("./base64"),s=t("./nodejsUtils"),l=t("./external");function c(m){return m}function f(m,D){for(var _=0;_<m.length;++_)D[_]=255&m.charCodeAt(_);return D}t("setimmediate"),i.newBlob=function(m,D){i.checkSupport("blob");try{return new Blob([m],{type:D})}catch{try{var _=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return _.append(m),_.getBlob(D)}catch{throw new Error("Bug : can't construct the Blob.")}}};var u={stringifyByChunk:function(m,D,_){var A=[],R=0,N=m.length;if(N<=_)return String.fromCharCode.apply(null,m);for(;R<N;)D==="array"||D==="nodebuffer"?A.push(String.fromCharCode.apply(null,m.slice(R,Math.min(R+_,N)))):A.push(String.fromCharCode.apply(null,m.subarray(R,Math.min(R+_,N)))),R+=_;return A.join("")},stringifyByChar:function(m){for(var D="",_=0;_<m.length;_++)D+=String.fromCharCode(m[_]);return D},applyCanBeUsed:{uint8array:function(){try{return o.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}}(),nodebuffer:function(){try{return o.nodebuffer&&String.fromCharCode.apply(null,s.allocBuffer(1)).length===1}catch{return!1}}()}};function d(m){var D=65536,_=i.getTypeOf(m),A=!0;if(_==="uint8array"?A=u.applyCanBeUsed.uint8array:_==="nodebuffer"&&(A=u.applyCanBeUsed.nodebuffer),A)for(;1<D;)try{return u.stringifyByChunk(m,_,D)}catch{D=Math.floor(D/2)}return u.stringifyByChar(m)}function g(m,D){for(var _=0;_<m.length;_++)D[_]=m[_];return D}i.applyFromCharCode=d;var b={};b.string={string:c,array:function(m){return f(m,new Array(m.length))},arraybuffer:function(m){return b.string.uint8array(m).buffer},uint8array:function(m){return f(m,new Uint8Array(m.length))},nodebuffer:function(m){return f(m,s.allocBuffer(m.length))}},b.array={string:d,array:c,arraybuffer:function(m){return new Uint8Array(m).buffer},uint8array:function(m){return new Uint8Array(m)},nodebuffer:function(m){return s.newBufferFrom(m)}},b.arraybuffer={string:function(m){return d(new Uint8Array(m))},array:function(m){return g(new Uint8Array(m),new Array(m.byteLength))},arraybuffer:c,uint8array:function(m){return new Uint8Array(m)},nodebuffer:function(m){return s.newBufferFrom(new Uint8Array(m))}},b.uint8array={string:d,array:function(m){return g(m,new Array(m.length))},arraybuffer:function(m){return m.buffer},uint8array:c,nodebuffer:function(m){return s.newBufferFrom(m)}},b.nodebuffer={string:d,array:function(m){return g(m,new Array(m.length))},arraybuffer:function(m){return b.nodebuffer.uint8array(m).buffer},uint8array:function(m){return g(m,new Uint8Array(m.length))},nodebuffer:c},i.transformTo=function(m,D){if(D=D||"",!m)return D;i.checkSupport(m);var _=i.getTypeOf(D);return b[_][m](D)},i.resolve=function(m){for(var D=m.split("/"),_=[],A=0;A<D.length;A++){var R=D[A];R==="."||R===""&&A!==0&&A!==D.length-1||(R===".."?_.pop():_.push(R))}return _.join("/")},i.getTypeOf=function(m){return typeof m=="string"?"string":Object.prototype.toString.call(m)==="[object Array]"?"array":o.nodebuffer&&s.isBuffer(m)?"nodebuffer":o.uint8array&&m instanceof Uint8Array?"uint8array":o.arraybuffer&&m instanceof ArrayBuffer?"arraybuffer":void 0},i.checkSupport=function(m){if(!o[m.toLowerCase()])throw new Error(m+" is not supported by this platform")},i.MAX_VALUE_16BITS=65535,i.MAX_VALUE_32BITS=-1,i.pretty=function(m){var D,_,A="";for(_=0;_<(m||"").length;_++)A+="\\x"+((D=m.charCodeAt(_))<16?"0":"")+D.toString(16).toUpperCase();return A},i.delay=function(m,D,_){setImmediate(function(){m.apply(_||null,D||[])})},i.inherits=function(m,D){function _(){}_.prototype=D.prototype,m.prototype=new _},i.extend=function(){var m,D,_={};for(m=0;m<arguments.length;m++)for(D in arguments[m])Object.prototype.hasOwnProperty.call(arguments[m],D)&&_[D]===void 0&&(_[D]=arguments[m][D]);return _},i.prepareContent=function(m,D,_,A,R){return l.Promise.resolve(D).then(function(N){return o.blob&&(N instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(N))!==-1)&&typeof FileReader<"u"?new l.Promise(function(I,M){var z=new FileReader;z.onload=function(Z){I(Z.target.result)},z.onerror=function(Z){M(Z.target.error)},z.readAsArrayBuffer(N)}):N}).then(function(N){var I=i.getTypeOf(N);return I?(I==="arraybuffer"?N=i.transformTo("uint8array",N):I==="string"&&(R?N=a.decode(N):_&&A!==!0&&(N=function(M){return f(M,o.uint8array?new Uint8Array(M.length):new Array(M.length))}(N))),N):l.Promise.reject(new Error("Can't read the data of '"+m+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(t,r,i){var o=t("./reader/readerFor"),a=t("./utils"),s=t("./signature"),l=t("./zipEntry"),c=t("./support");function f(u){this.files=[],this.loadOptions=u}f.prototype={checkSignature:function(u){if(!this.reader.readAndCheckSignature(u)){this.reader.index-=4;var d=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+a.pretty(d)+", expected "+a.pretty(u)+")")}},isSignature:function(u,d){var g=this.reader.index;this.reader.setIndex(u);var b=this.reader.readString(4)===d;return this.reader.setIndex(g),b},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var u=this.reader.readData(this.zipCommentLength),d=c.uint8array?"uint8array":"array",g=a.transformTo(d,u);this.zipComment=this.loadOptions.decodeFileName(g)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var u,d,g,b=this.zip64EndOfCentralSize-44;0<b;)u=this.reader.readInt(2),d=this.reader.readInt(4),g=this.reader.readData(d),this.zip64ExtensibleData[u]={id:u,length:d,value:g}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var u,d;for(u=0;u<this.files.length;u++)d=this.files[u],this.reader.setIndex(d.localHeaderOffset),this.checkSignature(s.LOCAL_FILE_HEADER),d.readLocalPart(this.reader),d.handleUTF8(),d.processAttributes()},readCentralDir:function(){var u;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(s.CENTRAL_FILE_HEADER);)(u=new l({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(u);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var u=this.reader.lastIndexOfSignature(s.CENTRAL_DIRECTORY_END);if(u<0)throw this.isSignature(0,s.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(u);var d=u;if(this.checkSignature(s.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===a.MAX_VALUE_16BITS||this.diskWithCentralDirStart===a.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===a.MAX_VALUE_16BITS||this.centralDirRecords===a.MAX_VALUE_16BITS||this.centralDirSize===a.MAX_VALUE_32BITS||this.centralDirOffset===a.MAX_VALUE_32BITS){if(this.zip64=!0,(u=this.reader.lastIndexOfSignature(s.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(u),this.checkSignature(s.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,s.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(s.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(s.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var g=this.centralDirOffset+this.centralDirSize;this.zip64&&(g+=20,g+=12+this.zip64EndOfCentralSize);var b=d-g;if(0<b)this.isSignature(d,s.CENTRAL_FILE_HEADER)||(this.reader.zero=b);else if(b<0)throw new Error("Corrupted zip: missing "+Math.abs(b)+" bytes.")},prepareReader:function(u){this.reader=o(u)},load:function(u){this.prepareReader(u),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},r.exports=f},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(t,r,i){var o=t("./reader/readerFor"),a=t("./utils"),s=t("./compressedObject"),l=t("./crc32"),c=t("./utf8"),f=t("./compressions"),u=t("./support");function d(g,b){this.options=g,this.loadOptions=b}d.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(g){var b,m;if(g.skip(22),this.fileNameLength=g.readInt(2),m=g.readInt(2),this.fileName=g.readData(this.fileNameLength),g.skip(m),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((b=function(D){for(var _ in f)if(Object.prototype.hasOwnProperty.call(f,_)&&f[_].magic===D)return f[_];return null}(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+a.pretty(this.compressionMethod)+" unknown (inner file : "+a.transformTo("string",this.fileName)+")");this.decompressed=new s(this.compressedSize,this.uncompressedSize,this.crc32,b,g.readData(this.compressedSize))},readCentralPart:function(g){this.versionMadeBy=g.readInt(2),g.skip(2),this.bitFlag=g.readInt(2),this.compressionMethod=g.readString(2),this.date=g.readDate(),this.crc32=g.readInt(4),this.compressedSize=g.readInt(4),this.uncompressedSize=g.readInt(4);var b=g.readInt(2);if(this.extraFieldsLength=g.readInt(2),this.fileCommentLength=g.readInt(2),this.diskNumberStart=g.readInt(2),this.internalFileAttributes=g.readInt(2),this.externalFileAttributes=g.readInt(4),this.localHeaderOffset=g.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");g.skip(b),this.readExtraFields(g),this.parseZIP64ExtraField(g),this.fileComment=g.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var g=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),g==0&&(this.dosPermissions=63&this.externalFileAttributes),g==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var g=o(this.extraFields[1].value);this.uncompressedSize===a.MAX_VALUE_32BITS&&(this.uncompressedSize=g.readInt(8)),this.compressedSize===a.MAX_VALUE_32BITS&&(this.compressedSize=g.readInt(8)),this.localHeaderOffset===a.MAX_VALUE_32BITS&&(this.localHeaderOffset=g.readInt(8)),this.diskNumberStart===a.MAX_VALUE_32BITS&&(this.diskNumberStart=g.readInt(4))}},readExtraFields:function(g){var b,m,D,_=g.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});g.index+4<_;)b=g.readInt(2),m=g.readInt(2),D=g.readData(m),this.extraFields[b]={id:b,length:m,value:D};g.setIndex(_)},handleUTF8:function(){var g=u.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=c.utf8decode(this.fileName),this.fileCommentStr=c.utf8decode(this.fileComment);else{var b=this.findExtraFieldUnicodePath();if(b!==null)this.fileNameStr=b;else{var m=a.transformTo(g,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(m)}var D=this.findExtraFieldUnicodeComment();if(D!==null)this.fileCommentStr=D;else{var _=a.transformTo(g,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(_)}}},findExtraFieldUnicodePath:function(){var g=this.extraFields[28789];if(g){var b=o(g.value);return b.readInt(1)!==1||l(this.fileName)!==b.readInt(4)?null:c.utf8decode(b.readData(g.length-5))}return null},findExtraFieldUnicodeComment:function(){var g=this.extraFields[25461];if(g){var b=o(g.value);return b.readInt(1)!==1||l(this.fileComment)!==b.readInt(4)?null:c.utf8decode(b.readData(g.length-5))}return null}},r.exports=d},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(t,r,i){function o(b,m,D){this.name=b,this.dir=D.dir,this.date=D.date,this.comment=D.comment,this.unixPermissions=D.unixPermissions,this.dosPermissions=D.dosPermissions,this._data=m,this._dataBinary=D.binary,this.options={compression:D.compression,compressionOptions:D.compressionOptions}}var a=t("./stream/StreamHelper"),s=t("./stream/DataWorker"),l=t("./utf8"),c=t("./compressedObject"),f=t("./stream/GenericWorker");o.prototype={internalStream:function(b){var m=null,D="string";try{if(!b)throw new Error("No output type specified.");var _=(D=b.toLowerCase())==="string"||D==="text";D!=="binarystring"&&D!=="text"||(D="string"),m=this._decompressWorker();var A=!this._dataBinary;A&&!_&&(m=m.pipe(new l.Utf8EncodeWorker)),!A&&_&&(m=m.pipe(new l.Utf8DecodeWorker))}catch(R){(m=new f("error")).error(R)}return new a(m,D,"")},async:function(b,m){return this.internalStream(b).accumulate(m)},nodeStream:function(b,m){return this.internalStream(b||"nodebuffer").toNodejsStream(m)},_compressWorker:function(b,m){if(this._data instanceof c&&this._data.compression.magic===b.magic)return this._data.getCompressedWorker();var D=this._decompressWorker();return this._dataBinary||(D=D.pipe(new l.Utf8EncodeWorker)),c.createWorkerFrom(D,b,m)},_decompressWorker:function(){return this._data instanceof c?this._data.getContentWorker():this._data instanceof f?this._data:new s(this._data)}};for(var u=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],d=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},g=0;g<u.length;g++)o.prototype[u[g]]=d;r.exports=o},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(t,r,i){(function(o){var a,s,l=o.MutationObserver||o.WebKitMutationObserver;if(l){var c=0,f=new l(b),u=o.document.createTextNode("");f.observe(u,{characterData:!0}),a=function(){u.data=c=++c%2}}else if(o.setImmediate||o.MessageChannel===void 0)a="document"in o&&"onreadystatechange"in o.document.createElement("script")?function(){var m=o.document.createElement("script");m.onreadystatechange=function(){b(),m.onreadystatechange=null,m.parentNode.removeChild(m),m=null},o.document.documentElement.appendChild(m)}:function(){setTimeout(b,0)};else{var d=new o.MessageChannel;d.port1.onmessage=b,a=function(){d.port2.postMessage(0)}}var g=[];function b(){var m,D;s=!0;for(var _=g.length;_;){for(D=g,g=[],m=-1;++m<_;)D[m]();_=g.length}s=!1}r.exports=function(m){g.push(m)!==1||s||a()}}).call(this,typeof Ql<"u"?Ql:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(t,r,i){var o=t("immediate");function a(){}var s={},l=["REJECTED"],c=["FULFILLED"],f=["PENDING"];function u(_){if(typeof _!="function")throw new TypeError("resolver must be a function");this.state=f,this.queue=[],this.outcome=void 0,_!==a&&m(this,_)}function d(_,A,R){this.promise=_,typeof A=="function"&&(this.onFulfilled=A,this.callFulfilled=this.otherCallFulfilled),typeof R=="function"&&(this.onRejected=R,this.callRejected=this.otherCallRejected)}function g(_,A,R){o(function(){var N;try{N=A(R)}catch(I){return s.reject(_,I)}N===_?s.reject(_,new TypeError("Cannot resolve promise with itself")):s.resolve(_,N)})}function b(_){var A=_&&_.then;if(_&&(typeof _=="object"||typeof _=="function")&&typeof A=="function")return function(){A.apply(_,arguments)}}function m(_,A){var R=!1;function N(z){R||(R=!0,s.reject(_,z))}function I(z){R||(R=!0,s.resolve(_,z))}var M=D(function(){A(I,N)});M.status==="error"&&N(M.value)}function D(_,A){var R={};try{R.value=_(A),R.status="success"}catch(N){R.status="error",R.value=N}return R}(r.exports=u).prototype.finally=function(_){if(typeof _!="function")return this;var A=this.constructor;return this.then(function(R){return A.resolve(_()).then(function(){return R})},function(R){return A.resolve(_()).then(function(){throw R})})},u.prototype.catch=function(_){return this.then(null,_)},u.prototype.then=function(_,A){if(typeof _!="function"&&this.state===c||typeof A!="function"&&this.state===l)return this;var R=new this.constructor(a);return this.state!==f?g(R,this.state===c?_:A,this.outcome):this.queue.push(new d(R,_,A)),R},d.prototype.callFulfilled=function(_){s.resolve(this.promise,_)},d.prototype.otherCallFulfilled=function(_){g(this.promise,this.onFulfilled,_)},d.prototype.callRejected=function(_){s.reject(this.promise,_)},d.prototype.otherCallRejected=function(_){g(this.promise,this.onRejected,_)},s.resolve=function(_,A){var R=D(b,A);if(R.status==="error")return s.reject(_,R.value);var N=R.value;if(N)m(_,N);else{_.state=c,_.outcome=A;for(var I=-1,M=_.queue.length;++I<M;)_.queue[I].callFulfilled(A)}return _},s.reject=function(_,A){_.state=l,_.outcome=A;for(var R=-1,N=_.queue.length;++R<N;)_.queue[R].callRejected(A);return _},u.resolve=function(_){return _ instanceof this?_:s.resolve(new this(a),_)},u.reject=function(_){var A=new this(a);return s.reject(A,_)},u.all=function(_){var A=this;if(Object.prototype.toString.call(_)!=="[object Array]")return this.reject(new TypeError("must be an array"));var R=_.length,N=!1;if(!R)return this.resolve([]);for(var I=new Array(R),M=0,z=-1,Z=new this(a);++z<R;)W(_[z],z);return Z;function W(te,ce){A.resolve(te).then(function(P){I[ce]=P,++M!==R||N||(N=!0,s.resolve(Z,I))},function(P){N||(N=!0,s.reject(Z,P))})}},u.race=function(_){var A=this;if(Object.prototype.toString.call(_)!=="[object Array]")return this.reject(new TypeError("must be an array"));var R=_.length,N=!1;if(!R)return this.resolve([]);for(var I=-1,M=new this(a);++I<R;)z=_[I],A.resolve(z).then(function(Z){N||(N=!0,s.resolve(M,Z))},function(Z){N||(N=!0,s.reject(M,Z))});var z;return M}},{immediate:36}],38:[function(t,r,i){var o={};(0,t("./lib/utils/common").assign)(o,t("./lib/deflate"),t("./lib/inflate"),t("./lib/zlib/constants")),r.exports=o},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(t,r,i){var o=t("./zlib/deflate"),a=t("./utils/common"),s=t("./utils/strings"),l=t("./zlib/messages"),c=t("./zlib/zstream"),f=Object.prototype.toString,u=0,d=-1,g=0,b=8;function m(_){if(!(this instanceof m))return new m(_);this.options=a.assign({level:d,method:b,chunkSize:16384,windowBits:15,memLevel:8,strategy:g,to:""},_||{});var A=this.options;A.raw&&0<A.windowBits?A.windowBits=-A.windowBits:A.gzip&&0<A.windowBits&&A.windowBits<16&&(A.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new c,this.strm.avail_out=0;var R=o.deflateInit2(this.strm,A.level,A.method,A.windowBits,A.memLevel,A.strategy);if(R!==u)throw new Error(l[R]);if(A.header&&o.deflateSetHeader(this.strm,A.header),A.dictionary){var N;if(N=typeof A.dictionary=="string"?s.string2buf(A.dictionary):f.call(A.dictionary)==="[object ArrayBuffer]"?new Uint8Array(A.dictionary):A.dictionary,(R=o.deflateSetDictionary(this.strm,N))!==u)throw new Error(l[R]);this._dict_set=!0}}function D(_,A){var R=new m(A);if(R.push(_,!0),R.err)throw R.msg||l[R.err];return R.result}m.prototype.push=function(_,A){var R,N,I=this.strm,M=this.options.chunkSize;if(this.ended)return!1;N=A===~~A?A:A===!0?4:0,typeof _=="string"?I.input=s.string2buf(_):f.call(_)==="[object ArrayBuffer]"?I.input=new Uint8Array(_):I.input=_,I.next_in=0,I.avail_in=I.input.length;do{if(I.avail_out===0&&(I.output=new a.Buf8(M),I.next_out=0,I.avail_out=M),(R=o.deflate(I,N))!==1&&R!==u)return this.onEnd(R),!(this.ended=!0);I.avail_out!==0&&(I.avail_in!==0||N!==4&&N!==2)||(this.options.to==="string"?this.onData(s.buf2binstring(a.shrinkBuf(I.output,I.next_out))):this.onData(a.shrinkBuf(I.output,I.next_out)))}while((0<I.avail_in||I.avail_out===0)&&R!==1);return N===4?(R=o.deflateEnd(this.strm),this.onEnd(R),this.ended=!0,R===u):N!==2||(this.onEnd(u),!(I.avail_out=0))},m.prototype.onData=function(_){this.chunks.push(_)},m.prototype.onEnd=function(_){_===u&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=a.flattenChunks(this.chunks)),this.chunks=[],this.err=_,this.msg=this.strm.msg},i.Deflate=m,i.deflate=D,i.deflateRaw=function(_,A){return(A=A||{}).raw=!0,D(_,A)},i.gzip=function(_,A){return(A=A||{}).gzip=!0,D(_,A)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(t,r,i){var o=t("./zlib/inflate"),a=t("./utils/common"),s=t("./utils/strings"),l=t("./zlib/constants"),c=t("./zlib/messages"),f=t("./zlib/zstream"),u=t("./zlib/gzheader"),d=Object.prototype.toString;function g(m){if(!(this instanceof g))return new g(m);this.options=a.assign({chunkSize:16384,windowBits:0,to:""},m||{});var D=this.options;D.raw&&0<=D.windowBits&&D.windowBits<16&&(D.windowBits=-D.windowBits,D.windowBits===0&&(D.windowBits=-15)),!(0<=D.windowBits&&D.windowBits<16)||m&&m.windowBits||(D.windowBits+=32),15<D.windowBits&&D.windowBits<48&&(15&D.windowBits)==0&&(D.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new f,this.strm.avail_out=0;var _=o.inflateInit2(this.strm,D.windowBits);if(_!==l.Z_OK)throw new Error(c[_]);this.header=new u,o.inflateGetHeader(this.strm,this.header)}function b(m,D){var _=new g(D);if(_.push(m,!0),_.err)throw _.msg||c[_.err];return _.result}g.prototype.push=function(m,D){var _,A,R,N,I,M,z=this.strm,Z=this.options.chunkSize,W=this.options.dictionary,te=!1;if(this.ended)return!1;A=D===~~D?D:D===!0?l.Z_FINISH:l.Z_NO_FLUSH,typeof m=="string"?z.input=s.binstring2buf(m):d.call(m)==="[object ArrayBuffer]"?z.input=new Uint8Array(m):z.input=m,z.next_in=0,z.avail_in=z.input.length;do{if(z.avail_out===0&&(z.output=new a.Buf8(Z),z.next_out=0,z.avail_out=Z),(_=o.inflate(z,l.Z_NO_FLUSH))===l.Z_NEED_DICT&&W&&(M=typeof W=="string"?s.string2buf(W):d.call(W)==="[object ArrayBuffer]"?new Uint8Array(W):W,_=o.inflateSetDictionary(this.strm,M)),_===l.Z_BUF_ERROR&&te===!0&&(_=l.Z_OK,te=!1),_!==l.Z_STREAM_END&&_!==l.Z_OK)return this.onEnd(_),!(this.ended=!0);z.next_out&&(z.avail_out!==0&&_!==l.Z_STREAM_END&&(z.avail_in!==0||A!==l.Z_FINISH&&A!==l.Z_SYNC_FLUSH)||(this.options.to==="string"?(R=s.utf8border(z.output,z.next_out),N=z.next_out-R,I=s.buf2string(z.output,R),z.next_out=N,z.avail_out=Z-N,N&&a.arraySet(z.output,z.output,R,N,0),this.onData(I)):this.onData(a.shrinkBuf(z.output,z.next_out)))),z.avail_in===0&&z.avail_out===0&&(te=!0)}while((0<z.avail_in||z.avail_out===0)&&_!==l.Z_STREAM_END);return _===l.Z_STREAM_END&&(A=l.Z_FINISH),A===l.Z_FINISH?(_=o.inflateEnd(this.strm),this.onEnd(_),this.ended=!0,_===l.Z_OK):A!==l.Z_SYNC_FLUSH||(this.onEnd(l.Z_OK),!(z.avail_out=0))},g.prototype.onData=function(m){this.chunks.push(m)},g.prototype.onEnd=function(m){m===l.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=a.flattenChunks(this.chunks)),this.chunks=[],this.err=m,this.msg=this.strm.msg},i.Inflate=g,i.inflate=b,i.inflateRaw=function(m,D){return(D=D||{}).raw=!0,b(m,D)},i.ungzip=b},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(t,r,i){var o=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";i.assign=function(l){for(var c=Array.prototype.slice.call(arguments,1);c.length;){var f=c.shift();if(f){if(typeof f!="object")throw new TypeError(f+"must be non-object");for(var u in f)f.hasOwnProperty(u)&&(l[u]=f[u])}}return l},i.shrinkBuf=function(l,c){return l.length===c?l:l.subarray?l.subarray(0,c):(l.length=c,l)};var a={arraySet:function(l,c,f,u,d){if(c.subarray&&l.subarray)l.set(c.subarray(f,f+u),d);else for(var g=0;g<u;g++)l[d+g]=c[f+g]},flattenChunks:function(l){var c,f,u,d,g,b;for(c=u=0,f=l.length;c<f;c++)u+=l[c].length;for(b=new Uint8Array(u),c=d=0,f=l.length;c<f;c++)g=l[c],b.set(g,d),d+=g.length;return b}},s={arraySet:function(l,c,f,u,d){for(var g=0;g<u;g++)l[d+g]=c[f+g]},flattenChunks:function(l){return[].concat.apply([],l)}};i.setTyped=function(l){l?(i.Buf8=Uint8Array,i.Buf16=Uint16Array,i.Buf32=Int32Array,i.assign(i,a)):(i.Buf8=Array,i.Buf16=Array,i.Buf32=Array,i.assign(i,s))},i.setTyped(o)},{}],42:[function(t,r,i){var o=t("./common"),a=!0,s=!0;try{String.fromCharCode.apply(null,[0])}catch{a=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{s=!1}for(var l=new o.Buf8(256),c=0;c<256;c++)l[c]=252<=c?6:248<=c?5:240<=c?4:224<=c?3:192<=c?2:1;function f(u,d){if(d<65537&&(u.subarray&&s||!u.subarray&&a))return String.fromCharCode.apply(null,o.shrinkBuf(u,d));for(var g="",b=0;b<d;b++)g+=String.fromCharCode(u[b]);return g}l[254]=l[254]=1,i.string2buf=function(u){var d,g,b,m,D,_=u.length,A=0;for(m=0;m<_;m++)(64512&(g=u.charCodeAt(m)))==55296&&m+1<_&&(64512&(b=u.charCodeAt(m+1)))==56320&&(g=65536+(g-55296<<10)+(b-56320),m++),A+=g<128?1:g<2048?2:g<65536?3:4;for(d=new o.Buf8(A),m=D=0;D<A;m++)(64512&(g=u.charCodeAt(m)))==55296&&m+1<_&&(64512&(b=u.charCodeAt(m+1)))==56320&&(g=65536+(g-55296<<10)+(b-56320),m++),g<128?d[D++]=g:(g<2048?d[D++]=192|g>>>6:(g<65536?d[D++]=224|g>>>12:(d[D++]=240|g>>>18,d[D++]=128|g>>>12&63),d[D++]=128|g>>>6&63),d[D++]=128|63&g);return d},i.buf2binstring=function(u){return f(u,u.length)},i.binstring2buf=function(u){for(var d=new o.Buf8(u.length),g=0,b=d.length;g<b;g++)d[g]=u.charCodeAt(g);return d},i.buf2string=function(u,d){var g,b,m,D,_=d||u.length,A=new Array(2*_);for(g=b=0;g<_;)if((m=u[g++])<128)A[b++]=m;else if(4<(D=l[m]))A[b++]=65533,g+=D-1;else{for(m&=D===2?31:D===3?15:7;1<D&&g<_;)m=m<<6|63&u[g++],D--;1<D?A[b++]=65533:m<65536?A[b++]=m:(m-=65536,A[b++]=55296|m>>10&1023,A[b++]=56320|1023&m)}return f(A,b)},i.utf8border=function(u,d){var g;for((d=d||u.length)>u.length&&(d=u.length),g=d-1;0<=g&&(192&u[g])==128;)g--;return g<0||g===0?d:g+l[u[g]]>d?g:d}},{"./common":41}],43:[function(t,r,i){r.exports=function(o,a,s,l){for(var c=65535&o|0,f=o>>>16&65535|0,u=0;s!==0;){for(s-=u=2e3<s?2e3:s;f=f+(c=c+a[l++]|0)|0,--u;);c%=65521,f%=65521}return c|f<<16|0}},{}],44:[function(t,r,i){r.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(t,r,i){var o=function(){for(var a,s=[],l=0;l<256;l++){a=l;for(var c=0;c<8;c++)a=1&a?3988292384^a>>>1:a>>>1;s[l]=a}return s}();r.exports=function(a,s,l,c){var f=o,u=c+l;a^=-1;for(var d=c;d<u;d++)a=a>>>8^f[255&(a^s[d])];return-1^a}},{}],46:[function(t,r,i){var o,a=t("../utils/common"),s=t("./trees"),l=t("./adler32"),c=t("./crc32"),f=t("./messages"),u=0,d=4,g=0,b=-2,m=-1,D=4,_=2,A=8,R=9,N=286,I=30,M=19,z=2*N+1,Z=15,W=3,te=258,ce=te+W+1,P=42,$=113,U=1,he=2,G=3,j=4;function De(O,pe){return O.msg=f[pe],pe}function ie(O){return(O<<1)-(4<O?9:0)}function fe(O){for(var pe=O.length;0<=--pe;)O[pe]=0}function q(O){var pe=O.state,ge=pe.pending;ge>O.avail_out&&(ge=O.avail_out),ge!==0&&(a.arraySet(O.output,pe.pending_buf,pe.pending_out,ge,O.next_out),O.next_out+=ge,pe.pending_out+=ge,O.total_out+=ge,O.avail_out-=ge,pe.pending-=ge,pe.pending===0&&(pe.pending_out=0))}function xe(O,pe){s._tr_flush_block(O,0<=O.block_start?O.block_start:-1,O.strstart-O.block_start,pe),O.block_start=O.strstart,q(O.strm)}function be(O,pe){O.pending_buf[O.pending++]=pe}function se(O,pe){O.pending_buf[O.pending++]=pe>>>8&255,O.pending_buf[O.pending++]=255&pe}function ve(O,pe){var ge,re,ne=O.max_chain_length,ye=O.strstart,Le=O.prev_length,_e=O.nice_match,we=O.strstart>O.w_size-ce?O.strstart-(O.w_size-ce):0,de=O.window,Te=O.w_mask,ke=O.prev,We=O.strstart+te,ut=de[ye+Le-1],xt=de[ye+Le];O.prev_length>=O.good_match&&(ne>>=2),_e>O.lookahead&&(_e=O.lookahead);do if(de[(ge=pe)+Le]===xt&&de[ge+Le-1]===ut&&de[ge]===de[ye]&&de[++ge]===de[ye+1]){ye+=2,ge++;do;while(de[++ye]===de[++ge]&&de[++ye]===de[++ge]&&de[++ye]===de[++ge]&&de[++ye]===de[++ge]&&de[++ye]===de[++ge]&&de[++ye]===de[++ge]&&de[++ye]===de[++ge]&&de[++ye]===de[++ge]&&ye<We);if(re=te-(We-ye),ye=We-te,Le<re){if(O.match_start=pe,_e<=(Le=re))break;ut=de[ye+Le-1],xt=de[ye+Le]}}while((pe=ke[pe&Te])>we&&--ne!=0);return Le<=O.lookahead?Le:O.lookahead}function Xe(O){var pe,ge,re,ne,ye,Le,_e,we,de,Te,ke=O.w_size;do{if(ne=O.window_size-O.lookahead-O.strstart,O.strstart>=ke+(ke-ce)){for(a.arraySet(O.window,O.window,ke,ke,0),O.match_start-=ke,O.strstart-=ke,O.block_start-=ke,pe=ge=O.hash_size;re=O.head[--pe],O.head[pe]=ke<=re?re-ke:0,--ge;);for(pe=ge=ke;re=O.prev[--pe],O.prev[pe]=ke<=re?re-ke:0,--ge;);ne+=ke}if(O.strm.avail_in===0)break;if(Le=O.strm,_e=O.window,we=O.strstart+O.lookahead,de=ne,Te=void 0,Te=Le.avail_in,de<Te&&(Te=de),ge=Te===0?0:(Le.avail_in-=Te,a.arraySet(_e,Le.input,Le.next_in,Te,we),Le.state.wrap===1?Le.adler=l(Le.adler,_e,Te,we):Le.state.wrap===2&&(Le.adler=c(Le.adler,_e,Te,we)),Le.next_in+=Te,Le.total_in+=Te,Te),O.lookahead+=ge,O.lookahead+O.insert>=W)for(ye=O.strstart-O.insert,O.ins_h=O.window[ye],O.ins_h=(O.ins_h<<O.hash_shift^O.window[ye+1])&O.hash_mask;O.insert&&(O.ins_h=(O.ins_h<<O.hash_shift^O.window[ye+W-1])&O.hash_mask,O.prev[ye&O.w_mask]=O.head[O.ins_h],O.head[O.ins_h]=ye,ye++,O.insert--,!(O.lookahead+O.insert<W)););}while(O.lookahead<ce&&O.strm.avail_in!==0)}function qe(O,pe){for(var ge,re;;){if(O.lookahead<ce){if(Xe(O),O.lookahead<ce&&pe===u)return U;if(O.lookahead===0)break}if(ge=0,O.lookahead>=W&&(O.ins_h=(O.ins_h<<O.hash_shift^O.window[O.strstart+W-1])&O.hash_mask,ge=O.prev[O.strstart&O.w_mask]=O.head[O.ins_h],O.head[O.ins_h]=O.strstart),ge!==0&&O.strstart-ge<=O.w_size-ce&&(O.match_length=ve(O,ge)),O.match_length>=W)if(re=s._tr_tally(O,O.strstart-O.match_start,O.match_length-W),O.lookahead-=O.match_length,O.match_length<=O.max_lazy_match&&O.lookahead>=W){for(O.match_length--;O.strstart++,O.ins_h=(O.ins_h<<O.hash_shift^O.window[O.strstart+W-1])&O.hash_mask,ge=O.prev[O.strstart&O.w_mask]=O.head[O.ins_h],O.head[O.ins_h]=O.strstart,--O.match_length!=0;);O.strstart++}else O.strstart+=O.match_length,O.match_length=0,O.ins_h=O.window[O.strstart],O.ins_h=(O.ins_h<<O.hash_shift^O.window[O.strstart+1])&O.hash_mask;else re=s._tr_tally(O,0,O.window[O.strstart]),O.lookahead--,O.strstart++;if(re&&(xe(O,!1),O.strm.avail_out===0))return U}return O.insert=O.strstart<W-1?O.strstart:W-1,pe===d?(xe(O,!0),O.strm.avail_out===0?G:j):O.last_lit&&(xe(O,!1),O.strm.avail_out===0)?U:he}function je(O,pe){for(var ge,re,ne;;){if(O.lookahead<ce){if(Xe(O),O.lookahead<ce&&pe===u)return U;if(O.lookahead===0)break}if(ge=0,O.lookahead>=W&&(O.ins_h=(O.ins_h<<O.hash_shift^O.window[O.strstart+W-1])&O.hash_mask,ge=O.prev[O.strstart&O.w_mask]=O.head[O.ins_h],O.head[O.ins_h]=O.strstart),O.prev_length=O.match_length,O.prev_match=O.match_start,O.match_length=W-1,ge!==0&&O.prev_length<O.max_lazy_match&&O.strstart-ge<=O.w_size-ce&&(O.match_length=ve(O,ge),O.match_length<=5&&(O.strategy===1||O.match_length===W&&4096<O.strstart-O.match_start)&&(O.match_length=W-1)),O.prev_length>=W&&O.match_length<=O.prev_length){for(ne=O.strstart+O.lookahead-W,re=s._tr_tally(O,O.strstart-1-O.prev_match,O.prev_length-W),O.lookahead-=O.prev_length-1,O.prev_length-=2;++O.strstart<=ne&&(O.ins_h=(O.ins_h<<O.hash_shift^O.window[O.strstart+W-1])&O.hash_mask,ge=O.prev[O.strstart&O.w_mask]=O.head[O.ins_h],O.head[O.ins_h]=O.strstart),--O.prev_length!=0;);if(O.match_available=0,O.match_length=W-1,O.strstart++,re&&(xe(O,!1),O.strm.avail_out===0))return U}else if(O.match_available){if((re=s._tr_tally(O,0,O.window[O.strstart-1]))&&xe(O,!1),O.strstart++,O.lookahead--,O.strm.avail_out===0)return U}else O.match_available=1,O.strstart++,O.lookahead--}return O.match_available&&(re=s._tr_tally(O,0,O.window[O.strstart-1]),O.match_available=0),O.insert=O.strstart<W-1?O.strstart:W-1,pe===d?(xe(O,!0),O.strm.avail_out===0?G:j):O.last_lit&&(xe(O,!1),O.strm.avail_out===0)?U:he}function st(O,pe,ge,re,ne){this.good_length=O,this.max_lazy=pe,this.nice_length=ge,this.max_chain=re,this.func=ne}function Pe(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=A,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new a.Buf16(2*z),this.dyn_dtree=new a.Buf16(2*(2*I+1)),this.bl_tree=new a.Buf16(2*(2*M+1)),fe(this.dyn_ltree),fe(this.dyn_dtree),fe(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new a.Buf16(Z+1),this.heap=new a.Buf16(2*N+1),fe(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new a.Buf16(2*N+1),fe(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function rt(O){var pe;return O&&O.state?(O.total_in=O.total_out=0,O.data_type=_,(pe=O.state).pending=0,pe.pending_out=0,pe.wrap<0&&(pe.wrap=-pe.wrap),pe.status=pe.wrap?P:$,O.adler=pe.wrap===2?0:1,pe.last_flush=u,s._tr_init(pe),g):De(O,b)}function Ze(O){var pe=rt(O);return pe===g&&function(ge){ge.window_size=2*ge.w_size,fe(ge.head),ge.max_lazy_match=o[ge.level].max_lazy,ge.good_match=o[ge.level].good_length,ge.nice_match=o[ge.level].nice_length,ge.max_chain_length=o[ge.level].max_chain,ge.strstart=0,ge.block_start=0,ge.lookahead=0,ge.insert=0,ge.match_length=ge.prev_length=W-1,ge.match_available=0,ge.ins_h=0}(O.state),pe}function lt(O,pe,ge,re,ne,ye){if(!O)return b;var Le=1;if(pe===m&&(pe=6),re<0?(Le=0,re=-re):15<re&&(Le=2,re-=16),ne<1||R<ne||ge!==A||re<8||15<re||pe<0||9<pe||ye<0||D<ye)return De(O,b);re===8&&(re=9);var _e=new Pe;return(O.state=_e).strm=O,_e.wrap=Le,_e.gzhead=null,_e.w_bits=re,_e.w_size=1<<_e.w_bits,_e.w_mask=_e.w_size-1,_e.hash_bits=ne+7,_e.hash_size=1<<_e.hash_bits,_e.hash_mask=_e.hash_size-1,_e.hash_shift=~~((_e.hash_bits+W-1)/W),_e.window=new a.Buf8(2*_e.w_size),_e.head=new a.Buf16(_e.hash_size),_e.prev=new a.Buf16(_e.w_size),_e.lit_bufsize=1<<ne+6,_e.pending_buf_size=4*_e.lit_bufsize,_e.pending_buf=new a.Buf8(_e.pending_buf_size),_e.d_buf=1*_e.lit_bufsize,_e.l_buf=3*_e.lit_bufsize,_e.level=pe,_e.strategy=ye,_e.method=ge,Ze(O)}o=[new st(0,0,0,0,function(O,pe){var ge=65535;for(ge>O.pending_buf_size-5&&(ge=O.pending_buf_size-5);;){if(O.lookahead<=1){if(Xe(O),O.lookahead===0&&pe===u)return U;if(O.lookahead===0)break}O.strstart+=O.lookahead,O.lookahead=0;var re=O.block_start+ge;if((O.strstart===0||O.strstart>=re)&&(O.lookahead=O.strstart-re,O.strstart=re,xe(O,!1),O.strm.avail_out===0)||O.strstart-O.block_start>=O.w_size-ce&&(xe(O,!1),O.strm.avail_out===0))return U}return O.insert=0,pe===d?(xe(O,!0),O.strm.avail_out===0?G:j):(O.strstart>O.block_start&&(xe(O,!1),O.strm.avail_out),U)}),new st(4,4,8,4,qe),new st(4,5,16,8,qe),new st(4,6,32,32,qe),new st(4,4,16,16,je),new st(8,16,32,32,je),new st(8,16,128,128,je),new st(8,32,128,256,je),new st(32,128,258,1024,je),new st(32,258,258,4096,je)],i.deflateInit=function(O,pe){return lt(O,pe,A,15,8,0)},i.deflateInit2=lt,i.deflateReset=Ze,i.deflateResetKeep=rt,i.deflateSetHeader=function(O,pe){return O&&O.state?O.state.wrap!==2?b:(O.state.gzhead=pe,g):b},i.deflate=function(O,pe){var ge,re,ne,ye;if(!O||!O.state||5<pe||pe<0)return O?De(O,b):b;if(re=O.state,!O.output||!O.input&&O.avail_in!==0||re.status===666&&pe!==d)return De(O,O.avail_out===0?-5:b);if(re.strm=O,ge=re.last_flush,re.last_flush=pe,re.status===P)if(re.wrap===2)O.adler=0,be(re,31),be(re,139),be(re,8),re.gzhead?(be(re,(re.gzhead.text?1:0)+(re.gzhead.hcrc?2:0)+(re.gzhead.extra?4:0)+(re.gzhead.name?8:0)+(re.gzhead.comment?16:0)),be(re,255&re.gzhead.time),be(re,re.gzhead.time>>8&255),be(re,re.gzhead.time>>16&255),be(re,re.gzhead.time>>24&255),be(re,re.level===9?2:2<=re.strategy||re.level<2?4:0),be(re,255&re.gzhead.os),re.gzhead.extra&&re.gzhead.extra.length&&(be(re,255&re.gzhead.extra.length),be(re,re.gzhead.extra.length>>8&255)),re.gzhead.hcrc&&(O.adler=c(O.adler,re.pending_buf,re.pending,0)),re.gzindex=0,re.status=69):(be(re,0),be(re,0),be(re,0),be(re,0),be(re,0),be(re,re.level===9?2:2<=re.strategy||re.level<2?4:0),be(re,3),re.status=$);else{var Le=A+(re.w_bits-8<<4)<<8;Le|=(2<=re.strategy||re.level<2?0:re.level<6?1:re.level===6?2:3)<<6,re.strstart!==0&&(Le|=32),Le+=31-Le%31,re.status=$,se(re,Le),re.strstart!==0&&(se(re,O.adler>>>16),se(re,65535&O.adler)),O.adler=1}if(re.status===69)if(re.gzhead.extra){for(ne=re.pending;re.gzindex<(65535&re.gzhead.extra.length)&&(re.pending!==re.pending_buf_size||(re.gzhead.hcrc&&re.pending>ne&&(O.adler=c(O.adler,re.pending_buf,re.pending-ne,ne)),q(O),ne=re.pending,re.pending!==re.pending_buf_size));)be(re,255&re.gzhead.extra[re.gzindex]),re.gzindex++;re.gzhead.hcrc&&re.pending>ne&&(O.adler=c(O.adler,re.pending_buf,re.pending-ne,ne)),re.gzindex===re.gzhead.extra.length&&(re.gzindex=0,re.status=73)}else re.status=73;if(re.status===73)if(re.gzhead.name){ne=re.pending;do{if(re.pending===re.pending_buf_size&&(re.gzhead.hcrc&&re.pending>ne&&(O.adler=c(O.adler,re.pending_buf,re.pending-ne,ne)),q(O),ne=re.pending,re.pending===re.pending_buf_size)){ye=1;break}ye=re.gzindex<re.gzhead.name.length?255&re.gzhead.name.charCodeAt(re.gzindex++):0,be(re,ye)}while(ye!==0);re.gzhead.hcrc&&re.pending>ne&&(O.adler=c(O.adler,re.pending_buf,re.pending-ne,ne)),ye===0&&(re.gzindex=0,re.status=91)}else re.status=91;if(re.status===91)if(re.gzhead.comment){ne=re.pending;do{if(re.pending===re.pending_buf_size&&(re.gzhead.hcrc&&re.pending>ne&&(O.adler=c(O.adler,re.pending_buf,re.pending-ne,ne)),q(O),ne=re.pending,re.pending===re.pending_buf_size)){ye=1;break}ye=re.gzindex<re.gzhead.comment.length?255&re.gzhead.comment.charCodeAt(re.gzindex++):0,be(re,ye)}while(ye!==0);re.gzhead.hcrc&&re.pending>ne&&(O.adler=c(O.adler,re.pending_buf,re.pending-ne,ne)),ye===0&&(re.status=103)}else re.status=103;if(re.status===103&&(re.gzhead.hcrc?(re.pending+2>re.pending_buf_size&&q(O),re.pending+2<=re.pending_buf_size&&(be(re,255&O.adler),be(re,O.adler>>8&255),O.adler=0,re.status=$)):re.status=$),re.pending!==0){if(q(O),O.avail_out===0)return re.last_flush=-1,g}else if(O.avail_in===0&&ie(pe)<=ie(ge)&&pe!==d)return De(O,-5);if(re.status===666&&O.avail_in!==0)return De(O,-5);if(O.avail_in!==0||re.lookahead!==0||pe!==u&&re.status!==666){var _e=re.strategy===2?function(we,de){for(var Te;;){if(we.lookahead===0&&(Xe(we),we.lookahead===0)){if(de===u)return U;break}if(we.match_length=0,Te=s._tr_tally(we,0,we.window[we.strstart]),we.lookahead--,we.strstart++,Te&&(xe(we,!1),we.strm.avail_out===0))return U}return we.insert=0,de===d?(xe(we,!0),we.strm.avail_out===0?G:j):we.last_lit&&(xe(we,!1),we.strm.avail_out===0)?U:he}(re,pe):re.strategy===3?function(we,de){for(var Te,ke,We,ut,xt=we.window;;){if(we.lookahead<=te){if(Xe(we),we.lookahead<=te&&de===u)return U;if(we.lookahead===0)break}if(we.match_length=0,we.lookahead>=W&&0<we.strstart&&(ke=xt[We=we.strstart-1])===xt[++We]&&ke===xt[++We]&&ke===xt[++We]){ut=we.strstart+te;do;while(ke===xt[++We]&&ke===xt[++We]&&ke===xt[++We]&&ke===xt[++We]&&ke===xt[++We]&&ke===xt[++We]&&ke===xt[++We]&&ke===xt[++We]&&We<ut);we.match_length=te-(ut-We),we.match_length>we.lookahead&&(we.match_length=we.lookahead)}if(we.match_length>=W?(Te=s._tr_tally(we,1,we.match_length-W),we.lookahead-=we.match_length,we.strstart+=we.match_length,we.match_length=0):(Te=s._tr_tally(we,0,we.window[we.strstart]),we.lookahead--,we.strstart++),Te&&(xe(we,!1),we.strm.avail_out===0))return U}return we.insert=0,de===d?(xe(we,!0),we.strm.avail_out===0?G:j):we.last_lit&&(xe(we,!1),we.strm.avail_out===0)?U:he}(re,pe):o[re.level].func(re,pe);if(_e!==G&&_e!==j||(re.status=666),_e===U||_e===G)return O.avail_out===0&&(re.last_flush=-1),g;if(_e===he&&(pe===1?s._tr_align(re):pe!==5&&(s._tr_stored_block(re,0,0,!1),pe===3&&(fe(re.head),re.lookahead===0&&(re.strstart=0,re.block_start=0,re.insert=0))),q(O),O.avail_out===0))return re.last_flush=-1,g}return pe!==d?g:re.wrap<=0?1:(re.wrap===2?(be(re,255&O.adler),be(re,O.adler>>8&255),be(re,O.adler>>16&255),be(re,O.adler>>24&255),be(re,255&O.total_in),be(re,O.total_in>>8&255),be(re,O.total_in>>16&255),be(re,O.total_in>>24&255)):(se(re,O.adler>>>16),se(re,65535&O.adler)),q(O),0<re.wrap&&(re.wrap=-re.wrap),re.pending!==0?g:1)},i.deflateEnd=function(O){var pe;return O&&O.state?(pe=O.state.status)!==P&&pe!==69&&pe!==73&&pe!==91&&pe!==103&&pe!==$&&pe!==666?De(O,b):(O.state=null,pe===$?De(O,-3):g):b},i.deflateSetDictionary=function(O,pe){var ge,re,ne,ye,Le,_e,we,de,Te=pe.length;if(!O||!O.state||(ye=(ge=O.state).wrap)===2||ye===1&&ge.status!==P||ge.lookahead)return b;for(ye===1&&(O.adler=l(O.adler,pe,Te,0)),ge.wrap=0,Te>=ge.w_size&&(ye===0&&(fe(ge.head),ge.strstart=0,ge.block_start=0,ge.insert=0),de=new a.Buf8(ge.w_size),a.arraySet(de,pe,Te-ge.w_size,ge.w_size,0),pe=de,Te=ge.w_size),Le=O.avail_in,_e=O.next_in,we=O.input,O.avail_in=Te,O.next_in=0,O.input=pe,Xe(ge);ge.lookahead>=W;){for(re=ge.strstart,ne=ge.lookahead-(W-1);ge.ins_h=(ge.ins_h<<ge.hash_shift^ge.window[re+W-1])&ge.hash_mask,ge.prev[re&ge.w_mask]=ge.head[ge.ins_h],ge.head[ge.ins_h]=re,re++,--ne;);ge.strstart=re,ge.lookahead=W-1,Xe(ge)}return ge.strstart+=ge.lookahead,ge.block_start=ge.strstart,ge.insert=ge.lookahead,ge.lookahead=0,ge.match_length=ge.prev_length=W-1,ge.match_available=0,O.next_in=_e,O.input=we,O.avail_in=Le,ge.wrap=ye,g},i.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(t,r,i){r.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(t,r,i){r.exports=function(o,a){var s,l,c,f,u,d,g,b,m,D,_,A,R,N,I,M,z,Z,W,te,ce,P,$,U,he;s=o.state,l=o.next_in,U=o.input,c=l+(o.avail_in-5),f=o.next_out,he=o.output,u=f-(a-o.avail_out),d=f+(o.avail_out-257),g=s.dmax,b=s.wsize,m=s.whave,D=s.wnext,_=s.window,A=s.hold,R=s.bits,N=s.lencode,I=s.distcode,M=(1<<s.lenbits)-1,z=(1<<s.distbits)-1;e:do{R<15&&(A+=U[l++]<<R,R+=8,A+=U[l++]<<R,R+=8),Z=N[A&M];t:for(;;){if(A>>>=W=Z>>>24,R-=W,(W=Z>>>16&255)===0)he[f++]=65535&Z;else{if(!(16&W)){if((64&W)==0){Z=N[(65535&Z)+(A&(1<<W)-1)];continue t}if(32&W){s.mode=12;break e}o.msg="invalid literal/length code",s.mode=30;break e}te=65535&Z,(W&=15)&&(R<W&&(A+=U[l++]<<R,R+=8),te+=A&(1<<W)-1,A>>>=W,R-=W),R<15&&(A+=U[l++]<<R,R+=8,A+=U[l++]<<R,R+=8),Z=I[A&z];n:for(;;){if(A>>>=W=Z>>>24,R-=W,!(16&(W=Z>>>16&255))){if((64&W)==0){Z=I[(65535&Z)+(A&(1<<W)-1)];continue n}o.msg="invalid distance code",s.mode=30;break e}if(ce=65535&Z,R<(W&=15)&&(A+=U[l++]<<R,(R+=8)<W&&(A+=U[l++]<<R,R+=8)),g<(ce+=A&(1<<W)-1)){o.msg="invalid distance too far back",s.mode=30;break e}if(A>>>=W,R-=W,(W=f-u)<ce){if(m<(W=ce-W)&&s.sane){o.msg="invalid distance too far back",s.mode=30;break e}if($=_,(P=0)===D){if(P+=b-W,W<te){for(te-=W;he[f++]=_[P++],--W;);P=f-ce,$=he}}else if(D<W){if(P+=b+D-W,(W-=D)<te){for(te-=W;he[f++]=_[P++],--W;);if(P=0,D<te){for(te-=W=D;he[f++]=_[P++],--W;);P=f-ce,$=he}}}else if(P+=D-W,W<te){for(te-=W;he[f++]=_[P++],--W;);P=f-ce,$=he}for(;2<te;)he[f++]=$[P++],he[f++]=$[P++],he[f++]=$[P++],te-=3;te&&(he[f++]=$[P++],1<te&&(he[f++]=$[P++]))}else{for(P=f-ce;he[f++]=he[P++],he[f++]=he[P++],he[f++]=he[P++],2<(te-=3););te&&(he[f++]=he[P++],1<te&&(he[f++]=he[P++]))}break}}break}}while(l<c&&f<d);l-=te=R>>3,A&=(1<<(R-=te<<3))-1,o.next_in=l,o.next_out=f,o.avail_in=l<c?c-l+5:5-(l-c),o.avail_out=f<d?d-f+257:257-(f-d),s.hold=A,s.bits=R}},{}],49:[function(t,r,i){var o=t("../utils/common"),a=t("./adler32"),s=t("./crc32"),l=t("./inffast"),c=t("./inftrees"),f=1,u=2,d=0,g=-2,b=1,m=852,D=592;function _(P){return(P>>>24&255)+(P>>>8&65280)+((65280&P)<<8)+((255&P)<<24)}function A(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new o.Buf16(320),this.work=new o.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function R(P){var $;return P&&P.state?($=P.state,P.total_in=P.total_out=$.total=0,P.msg="",$.wrap&&(P.adler=1&$.wrap),$.mode=b,$.last=0,$.havedict=0,$.dmax=32768,$.head=null,$.hold=0,$.bits=0,$.lencode=$.lendyn=new o.Buf32(m),$.distcode=$.distdyn=new o.Buf32(D),$.sane=1,$.back=-1,d):g}function N(P){var $;return P&&P.state?(($=P.state).wsize=0,$.whave=0,$.wnext=0,R(P)):g}function I(P,$){var U,he;return P&&P.state?(he=P.state,$<0?(U=0,$=-$):(U=1+($>>4),$<48&&($&=15)),$&&($<8||15<$)?g:(he.window!==null&&he.wbits!==$&&(he.window=null),he.wrap=U,he.wbits=$,N(P))):g}function M(P,$){var U,he;return P?(he=new A,(P.state=he).window=null,(U=I(P,$))!==d&&(P.state=null),U):g}var z,Z,W=!0;function te(P){if(W){var $;for(z=new o.Buf32(512),Z=new o.Buf32(32),$=0;$<144;)P.lens[$++]=8;for(;$<256;)P.lens[$++]=9;for(;$<280;)P.lens[$++]=7;for(;$<288;)P.lens[$++]=8;for(c(f,P.lens,0,288,z,0,P.work,{bits:9}),$=0;$<32;)P.lens[$++]=5;c(u,P.lens,0,32,Z,0,P.work,{bits:5}),W=!1}P.lencode=z,P.lenbits=9,P.distcode=Z,P.distbits=5}function ce(P,$,U,he){var G,j=P.state;return j.window===null&&(j.wsize=1<<j.wbits,j.wnext=0,j.whave=0,j.window=new o.Buf8(j.wsize)),he>=j.wsize?(o.arraySet(j.window,$,U-j.wsize,j.wsize,0),j.wnext=0,j.whave=j.wsize):(he<(G=j.wsize-j.wnext)&&(G=he),o.arraySet(j.window,$,U-he,G,j.wnext),(he-=G)?(o.arraySet(j.window,$,U-he,he,0),j.wnext=he,j.whave=j.wsize):(j.wnext+=G,j.wnext===j.wsize&&(j.wnext=0),j.whave<j.wsize&&(j.whave+=G))),0}i.inflateReset=N,i.inflateReset2=I,i.inflateResetKeep=R,i.inflateInit=function(P){return M(P,15)},i.inflateInit2=M,i.inflate=function(P,$){var U,he,G,j,De,ie,fe,q,xe,be,se,ve,Xe,qe,je,st,Pe,rt,Ze,lt,O,pe,ge,re,ne=0,ye=new o.Buf8(4),Le=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!P||!P.state||!P.output||!P.input&&P.avail_in!==0)return g;(U=P.state).mode===12&&(U.mode=13),De=P.next_out,G=P.output,fe=P.avail_out,j=P.next_in,he=P.input,ie=P.avail_in,q=U.hold,xe=U.bits,be=ie,se=fe,pe=d;e:for(;;)switch(U.mode){case b:if(U.wrap===0){U.mode=13;break}for(;xe<16;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if(2&U.wrap&&q===35615){ye[U.check=0]=255&q,ye[1]=q>>>8&255,U.check=s(U.check,ye,2,0),xe=q=0,U.mode=2;break}if(U.flags=0,U.head&&(U.head.done=!1),!(1&U.wrap)||(((255&q)<<8)+(q>>8))%31){P.msg="incorrect header check",U.mode=30;break}if((15&q)!=8){P.msg="unknown compression method",U.mode=30;break}if(xe-=4,O=8+(15&(q>>>=4)),U.wbits===0)U.wbits=O;else if(O>U.wbits){P.msg="invalid window size",U.mode=30;break}U.dmax=1<<O,P.adler=U.check=1,U.mode=512&q?10:12,xe=q=0;break;case 2:for(;xe<16;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if(U.flags=q,(255&U.flags)!=8){P.msg="unknown compression method",U.mode=30;break}if(57344&U.flags){P.msg="unknown header flags set",U.mode=30;break}U.head&&(U.head.text=q>>8&1),512&U.flags&&(ye[0]=255&q,ye[1]=q>>>8&255,U.check=s(U.check,ye,2,0)),xe=q=0,U.mode=3;case 3:for(;xe<32;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}U.head&&(U.head.time=q),512&U.flags&&(ye[0]=255&q,ye[1]=q>>>8&255,ye[2]=q>>>16&255,ye[3]=q>>>24&255,U.check=s(U.check,ye,4,0)),xe=q=0,U.mode=4;case 4:for(;xe<16;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}U.head&&(U.head.xflags=255&q,U.head.os=q>>8),512&U.flags&&(ye[0]=255&q,ye[1]=q>>>8&255,U.check=s(U.check,ye,2,0)),xe=q=0,U.mode=5;case 5:if(1024&U.flags){for(;xe<16;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}U.length=q,U.head&&(U.head.extra_len=q),512&U.flags&&(ye[0]=255&q,ye[1]=q>>>8&255,U.check=s(U.check,ye,2,0)),xe=q=0}else U.head&&(U.head.extra=null);U.mode=6;case 6:if(1024&U.flags&&(ie<(ve=U.length)&&(ve=ie),ve&&(U.head&&(O=U.head.extra_len-U.length,U.head.extra||(U.head.extra=new Array(U.head.extra_len)),o.arraySet(U.head.extra,he,j,ve,O)),512&U.flags&&(U.check=s(U.check,he,ve,j)),ie-=ve,j+=ve,U.length-=ve),U.length))break e;U.length=0,U.mode=7;case 7:if(2048&U.flags){if(ie===0)break e;for(ve=0;O=he[j+ve++],U.head&&O&&U.length<65536&&(U.head.name+=String.fromCharCode(O)),O&&ve<ie;);if(512&U.flags&&(U.check=s(U.check,he,ve,j)),ie-=ve,j+=ve,O)break e}else U.head&&(U.head.name=null);U.length=0,U.mode=8;case 8:if(4096&U.flags){if(ie===0)break e;for(ve=0;O=he[j+ve++],U.head&&O&&U.length<65536&&(U.head.comment+=String.fromCharCode(O)),O&&ve<ie;);if(512&U.flags&&(U.check=s(U.check,he,ve,j)),ie-=ve,j+=ve,O)break e}else U.head&&(U.head.comment=null);U.mode=9;case 9:if(512&U.flags){for(;xe<16;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if(q!==(65535&U.check)){P.msg="header crc mismatch",U.mode=30;break}xe=q=0}U.head&&(U.head.hcrc=U.flags>>9&1,U.head.done=!0),P.adler=U.check=0,U.mode=12;break;case 10:for(;xe<32;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}P.adler=U.check=_(q),xe=q=0,U.mode=11;case 11:if(U.havedict===0)return P.next_out=De,P.avail_out=fe,P.next_in=j,P.avail_in=ie,U.hold=q,U.bits=xe,2;P.adler=U.check=1,U.mode=12;case 12:if($===5||$===6)break e;case 13:if(U.last){q>>>=7&xe,xe-=7&xe,U.mode=27;break}for(;xe<3;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}switch(U.last=1&q,xe-=1,3&(q>>>=1)){case 0:U.mode=14;break;case 1:if(te(U),U.mode=20,$!==6)break;q>>>=2,xe-=2;break e;case 2:U.mode=17;break;case 3:P.msg="invalid block type",U.mode=30}q>>>=2,xe-=2;break;case 14:for(q>>>=7&xe,xe-=7&xe;xe<32;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if((65535&q)!=(q>>>16^65535)){P.msg="invalid stored block lengths",U.mode=30;break}if(U.length=65535&q,xe=q=0,U.mode=15,$===6)break e;case 15:U.mode=16;case 16:if(ve=U.length){if(ie<ve&&(ve=ie),fe<ve&&(ve=fe),ve===0)break e;o.arraySet(G,he,j,ve,De),ie-=ve,j+=ve,fe-=ve,De+=ve,U.length-=ve;break}U.mode=12;break;case 17:for(;xe<14;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if(U.nlen=257+(31&q),q>>>=5,xe-=5,U.ndist=1+(31&q),q>>>=5,xe-=5,U.ncode=4+(15&q),q>>>=4,xe-=4,286<U.nlen||30<U.ndist){P.msg="too many length or distance symbols",U.mode=30;break}U.have=0,U.mode=18;case 18:for(;U.have<U.ncode;){for(;xe<3;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}U.lens[Le[U.have++]]=7&q,q>>>=3,xe-=3}for(;U.have<19;)U.lens[Le[U.have++]]=0;if(U.lencode=U.lendyn,U.lenbits=7,ge={bits:U.lenbits},pe=c(0,U.lens,0,19,U.lencode,0,U.work,ge),U.lenbits=ge.bits,pe){P.msg="invalid code lengths set",U.mode=30;break}U.have=0,U.mode=19;case 19:for(;U.have<U.nlen+U.ndist;){for(;st=(ne=U.lencode[q&(1<<U.lenbits)-1])>>>16&255,Pe=65535&ne,!((je=ne>>>24)<=xe);){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if(Pe<16)q>>>=je,xe-=je,U.lens[U.have++]=Pe;else{if(Pe===16){for(re=je+2;xe<re;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if(q>>>=je,xe-=je,U.have===0){P.msg="invalid bit length repeat",U.mode=30;break}O=U.lens[U.have-1],ve=3+(3&q),q>>>=2,xe-=2}else if(Pe===17){for(re=je+3;xe<re;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}xe-=je,O=0,ve=3+(7&(q>>>=je)),q>>>=3,xe-=3}else{for(re=je+7;xe<re;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}xe-=je,O=0,ve=11+(127&(q>>>=je)),q>>>=7,xe-=7}if(U.have+ve>U.nlen+U.ndist){P.msg="invalid bit length repeat",U.mode=30;break}for(;ve--;)U.lens[U.have++]=O}}if(U.mode===30)break;if(U.lens[256]===0){P.msg="invalid code -- missing end-of-block",U.mode=30;break}if(U.lenbits=9,ge={bits:U.lenbits},pe=c(f,U.lens,0,U.nlen,U.lencode,0,U.work,ge),U.lenbits=ge.bits,pe){P.msg="invalid literal/lengths set",U.mode=30;break}if(U.distbits=6,U.distcode=U.distdyn,ge={bits:U.distbits},pe=c(u,U.lens,U.nlen,U.ndist,U.distcode,0,U.work,ge),U.distbits=ge.bits,pe){P.msg="invalid distances set",U.mode=30;break}if(U.mode=20,$===6)break e;case 20:U.mode=21;case 21:if(6<=ie&&258<=fe){P.next_out=De,P.avail_out=fe,P.next_in=j,P.avail_in=ie,U.hold=q,U.bits=xe,l(P,se),De=P.next_out,G=P.output,fe=P.avail_out,j=P.next_in,he=P.input,ie=P.avail_in,q=U.hold,xe=U.bits,U.mode===12&&(U.back=-1);break}for(U.back=0;st=(ne=U.lencode[q&(1<<U.lenbits)-1])>>>16&255,Pe=65535&ne,!((je=ne>>>24)<=xe);){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if(st&&(240&st)==0){for(rt=je,Ze=st,lt=Pe;st=(ne=U.lencode[lt+((q&(1<<rt+Ze)-1)>>rt)])>>>16&255,Pe=65535&ne,!(rt+(je=ne>>>24)<=xe);){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}q>>>=rt,xe-=rt,U.back+=rt}if(q>>>=je,xe-=je,U.back+=je,U.length=Pe,st===0){U.mode=26;break}if(32&st){U.back=-1,U.mode=12;break}if(64&st){P.msg="invalid literal/length code",U.mode=30;break}U.extra=15&st,U.mode=22;case 22:if(U.extra){for(re=U.extra;xe<re;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}U.length+=q&(1<<U.extra)-1,q>>>=U.extra,xe-=U.extra,U.back+=U.extra}U.was=U.length,U.mode=23;case 23:for(;st=(ne=U.distcode[q&(1<<U.distbits)-1])>>>16&255,Pe=65535&ne,!((je=ne>>>24)<=xe);){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if((240&st)==0){for(rt=je,Ze=st,lt=Pe;st=(ne=U.distcode[lt+((q&(1<<rt+Ze)-1)>>rt)])>>>16&255,Pe=65535&ne,!(rt+(je=ne>>>24)<=xe);){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}q>>>=rt,xe-=rt,U.back+=rt}if(q>>>=je,xe-=je,U.back+=je,64&st){P.msg="invalid distance code",U.mode=30;break}U.offset=Pe,U.extra=15&st,U.mode=24;case 24:if(U.extra){for(re=U.extra;xe<re;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}U.offset+=q&(1<<U.extra)-1,q>>>=U.extra,xe-=U.extra,U.back+=U.extra}if(U.offset>U.dmax){P.msg="invalid distance too far back",U.mode=30;break}U.mode=25;case 25:if(fe===0)break e;if(ve=se-fe,U.offset>ve){if((ve=U.offset-ve)>U.whave&&U.sane){P.msg="invalid distance too far back",U.mode=30;break}Xe=ve>U.wnext?(ve-=U.wnext,U.wsize-ve):U.wnext-ve,ve>U.length&&(ve=U.length),qe=U.window}else qe=G,Xe=De-U.offset,ve=U.length;for(fe<ve&&(ve=fe),fe-=ve,U.length-=ve;G[De++]=qe[Xe++],--ve;);U.length===0&&(U.mode=21);break;case 26:if(fe===0)break e;G[De++]=U.length,fe--,U.mode=21;break;case 27:if(U.wrap){for(;xe<32;){if(ie===0)break e;ie--,q|=he[j++]<<xe,xe+=8}if(se-=fe,P.total_out+=se,U.total+=se,se&&(P.adler=U.check=U.flags?s(U.check,G,se,De-se):a(U.check,G,se,De-se)),se=fe,(U.flags?q:_(q))!==U.check){P.msg="incorrect data check",U.mode=30;break}xe=q=0}U.mode=28;case 28:if(U.wrap&&U.flags){for(;xe<32;){if(ie===0)break e;ie--,q+=he[j++]<<xe,xe+=8}if(q!==(4294967295&U.total)){P.msg="incorrect length check",U.mode=30;break}xe=q=0}U.mode=29;case 29:pe=1;break e;case 30:pe=-3;break e;case 31:return-4;case 32:default:return g}return P.next_out=De,P.avail_out=fe,P.next_in=j,P.avail_in=ie,U.hold=q,U.bits=xe,(U.wsize||se!==P.avail_out&&U.mode<30&&(U.mode<27||$!==4))&&ce(P,P.output,P.next_out,se-P.avail_out)?(U.mode=31,-4):(be-=P.avail_in,se-=P.avail_out,P.total_in+=be,P.total_out+=se,U.total+=se,U.wrap&&se&&(P.adler=U.check=U.flags?s(U.check,G,se,P.next_out-se):a(U.check,G,se,P.next_out-se)),P.data_type=U.bits+(U.last?64:0)+(U.mode===12?128:0)+(U.mode===20||U.mode===15?256:0),(be==0&&se===0||$===4)&&pe===d&&(pe=-5),pe)},i.inflateEnd=function(P){if(!P||!P.state)return g;var $=P.state;return $.window&&($.window=null),P.state=null,d},i.inflateGetHeader=function(P,$){var U;return P&&P.state?(2&(U=P.state).wrap)==0?g:((U.head=$).done=!1,d):g},i.inflateSetDictionary=function(P,$){var U,he=$.length;return P&&P.state?(U=P.state).wrap!==0&&U.mode!==11?g:U.mode===11&&a(1,$,he,0)!==U.check?-3:ce(P,$,he,he)?(U.mode=31,-4):(U.havedict=1,d):g},i.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(t,r,i){var o=t("../utils/common"),a=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],s=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],l=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],c=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];r.exports=function(f,u,d,g,b,m,D,_){var A,R,N,I,M,z,Z,W,te,ce=_.bits,P=0,$=0,U=0,he=0,G=0,j=0,De=0,ie=0,fe=0,q=0,xe=null,be=0,se=new o.Buf16(16),ve=new o.Buf16(16),Xe=null,qe=0;for(P=0;P<=15;P++)se[P]=0;for($=0;$<g;$++)se[u[d+$]]++;for(G=ce,he=15;1<=he&&se[he]===0;he--);if(he<G&&(G=he),he===0)return b[m++]=20971520,b[m++]=20971520,_.bits=1,0;for(U=1;U<he&&se[U]===0;U++);for(G<U&&(G=U),P=ie=1;P<=15;P++)if(ie<<=1,(ie-=se[P])<0)return-1;if(0<ie&&(f===0||he!==1))return-1;for(ve[1]=0,P=1;P<15;P++)ve[P+1]=ve[P]+se[P];for($=0;$<g;$++)u[d+$]!==0&&(D[ve[u[d+$]]++]=$);if(z=f===0?(xe=Xe=D,19):f===1?(xe=a,be-=257,Xe=s,qe-=257,256):(xe=l,Xe=c,-1),P=U,M=m,De=$=q=0,N=-1,I=(fe=1<<(j=G))-1,f===1&&852<fe||f===2&&592<fe)return 1;for(;;){for(Z=P-De,te=D[$]<z?(W=0,D[$]):D[$]>z?(W=Xe[qe+D[$]],xe[be+D[$]]):(W=96,0),A=1<<P-De,U=R=1<<j;b[M+(q>>De)+(R-=A)]=Z<<24|W<<16|te|0,R!==0;);for(A=1<<P-1;q&A;)A>>=1;if(A!==0?(q&=A-1,q+=A):q=0,$++,--se[P]==0){if(P===he)break;P=u[d+D[$]]}if(G<P&&(q&I)!==N){for(De===0&&(De=G),M+=U,ie=1<<(j=P-De);j+De<he&&!((ie-=se[j+De])<=0);)j++,ie<<=1;if(fe+=1<<j,f===1&&852<fe||f===2&&592<fe)return 1;b[N=q&I]=G<<24|j<<16|M-m|0}}return q!==0&&(b[M+q]=P-De<<24|64<<16|0),_.bits=G,0}},{"../utils/common":41}],51:[function(t,r,i){r.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(t,r,i){var o=t("../utils/common"),a=0,s=1;function l(ne){for(var ye=ne.length;0<=--ye;)ne[ye]=0}var c=0,f=29,u=256,d=u+1+f,g=30,b=19,m=2*d+1,D=15,_=16,A=7,R=256,N=16,I=17,M=18,z=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Z=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],W=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],te=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],ce=new Array(2*(d+2));l(ce);var P=new Array(2*g);l(P);var $=new Array(512);l($);var U=new Array(256);l(U);var he=new Array(f);l(he);var G,j,De,ie=new Array(g);function fe(ne,ye,Le,_e,we){this.static_tree=ne,this.extra_bits=ye,this.extra_base=Le,this.elems=_e,this.max_length=we,this.has_stree=ne&&ne.length}function q(ne,ye){this.dyn_tree=ne,this.max_code=0,this.stat_desc=ye}function xe(ne){return ne<256?$[ne]:$[256+(ne>>>7)]}function be(ne,ye){ne.pending_buf[ne.pending++]=255&ye,ne.pending_buf[ne.pending++]=ye>>>8&255}function se(ne,ye,Le){ne.bi_valid>_-Le?(ne.bi_buf|=ye<<ne.bi_valid&65535,be(ne,ne.bi_buf),ne.bi_buf=ye>>_-ne.bi_valid,ne.bi_valid+=Le-_):(ne.bi_buf|=ye<<ne.bi_valid&65535,ne.bi_valid+=Le)}function ve(ne,ye,Le){se(ne,Le[2*ye],Le[2*ye+1])}function Xe(ne,ye){for(var Le=0;Le|=1&ne,ne>>>=1,Le<<=1,0<--ye;);return Le>>>1}function qe(ne,ye,Le){var _e,we,de=new Array(D+1),Te=0;for(_e=1;_e<=D;_e++)de[_e]=Te=Te+Le[_e-1]<<1;for(we=0;we<=ye;we++){var ke=ne[2*we+1];ke!==0&&(ne[2*we]=Xe(de[ke]++,ke))}}function je(ne){var ye;for(ye=0;ye<d;ye++)ne.dyn_ltree[2*ye]=0;for(ye=0;ye<g;ye++)ne.dyn_dtree[2*ye]=0;for(ye=0;ye<b;ye++)ne.bl_tree[2*ye]=0;ne.dyn_ltree[2*R]=1,ne.opt_len=ne.static_len=0,ne.last_lit=ne.matches=0}function st(ne){8<ne.bi_valid?be(ne,ne.bi_buf):0<ne.bi_valid&&(ne.pending_buf[ne.pending++]=ne.bi_buf),ne.bi_buf=0,ne.bi_valid=0}function Pe(ne,ye,Le,_e){var we=2*ye,de=2*Le;return ne[we]<ne[de]||ne[we]===ne[de]&&_e[ye]<=_e[Le]}function rt(ne,ye,Le){for(var _e=ne.heap[Le],we=Le<<1;we<=ne.heap_len&&(we<ne.heap_len&&Pe(ye,ne.heap[we+1],ne.heap[we],ne.depth)&&we++,!Pe(ye,_e,ne.heap[we],ne.depth));)ne.heap[Le]=ne.heap[we],Le=we,we<<=1;ne.heap[Le]=_e}function Ze(ne,ye,Le){var _e,we,de,Te,ke=0;if(ne.last_lit!==0)for(;_e=ne.pending_buf[ne.d_buf+2*ke]<<8|ne.pending_buf[ne.d_buf+2*ke+1],we=ne.pending_buf[ne.l_buf+ke],ke++,_e===0?ve(ne,we,ye):(ve(ne,(de=U[we])+u+1,ye),(Te=z[de])!==0&&se(ne,we-=he[de],Te),ve(ne,de=xe(--_e),Le),(Te=Z[de])!==0&&se(ne,_e-=ie[de],Te)),ke<ne.last_lit;);ve(ne,R,ye)}function lt(ne,ye){var Le,_e,we,de=ye.dyn_tree,Te=ye.stat_desc.static_tree,ke=ye.stat_desc.has_stree,We=ye.stat_desc.elems,ut=-1;for(ne.heap_len=0,ne.heap_max=m,Le=0;Le<We;Le++)de[2*Le]!==0?(ne.heap[++ne.heap_len]=ut=Le,ne.depth[Le]=0):de[2*Le+1]=0;for(;ne.heap_len<2;)de[2*(we=ne.heap[++ne.heap_len]=ut<2?++ut:0)]=1,ne.depth[we]=0,ne.opt_len--,ke&&(ne.static_len-=Te[2*we+1]);for(ye.max_code=ut,Le=ne.heap_len>>1;1<=Le;Le--)rt(ne,de,Le);for(we=We;Le=ne.heap[1],ne.heap[1]=ne.heap[ne.heap_len--],rt(ne,de,1),_e=ne.heap[1],ne.heap[--ne.heap_max]=Le,ne.heap[--ne.heap_max]=_e,de[2*we]=de[2*Le]+de[2*_e],ne.depth[we]=(ne.depth[Le]>=ne.depth[_e]?ne.depth[Le]:ne.depth[_e])+1,de[2*Le+1]=de[2*_e+1]=we,ne.heap[1]=we++,rt(ne,de,1),2<=ne.heap_len;);ne.heap[--ne.heap_max]=ne.heap[1],function(xt,At){var kt,Ue,$e,ot,vt,Bt,Re=At.dyn_tree,Ne=At.max_code,Lt=At.stat_desc.static_tree,Gt=At.stat_desc.has_stree,on=At.stat_desc.extra_bits,K=At.stat_desc.extra_base,ee=At.stat_desc.max_length,me=0;for(ot=0;ot<=D;ot++)xt.bl_count[ot]=0;for(Re[2*xt.heap[xt.heap_max]+1]=0,kt=xt.heap_max+1;kt<m;kt++)ee<(ot=Re[2*Re[2*(Ue=xt.heap[kt])+1]+1]+1)&&(ot=ee,me++),Re[2*Ue+1]=ot,Ne<Ue||(xt.bl_count[ot]++,vt=0,K<=Ue&&(vt=on[Ue-K]),Bt=Re[2*Ue],xt.opt_len+=Bt*(ot+vt),Gt&&(xt.static_len+=Bt*(Lt[2*Ue+1]+vt)));if(me!==0){do{for(ot=ee-1;xt.bl_count[ot]===0;)ot--;xt.bl_count[ot]--,xt.bl_count[ot+1]+=2,xt.bl_count[ee]--,me-=2}while(0<me);for(ot=ee;ot!==0;ot--)for(Ue=xt.bl_count[ot];Ue!==0;)Ne<($e=xt.heap[--kt])||(Re[2*$e+1]!==ot&&(xt.opt_len+=(ot-Re[2*$e+1])*Re[2*$e],Re[2*$e+1]=ot),Ue--)}}(ne,ye),qe(de,ut,ne.bl_count)}function O(ne,ye,Le){var _e,we,de=-1,Te=ye[1],ke=0,We=7,ut=4;for(Te===0&&(We=138,ut=3),ye[2*(Le+1)+1]=65535,_e=0;_e<=Le;_e++)we=Te,Te=ye[2*(_e+1)+1],++ke<We&&we===Te||(ke<ut?ne.bl_tree[2*we]+=ke:we!==0?(we!==de&&ne.bl_tree[2*we]++,ne.bl_tree[2*N]++):ke<=10?ne.bl_tree[2*I]++:ne.bl_tree[2*M]++,de=we,ut=(ke=0)===Te?(We=138,3):we===Te?(We=6,3):(We=7,4))}function pe(ne,ye,Le){var _e,we,de=-1,Te=ye[1],ke=0,We=7,ut=4;for(Te===0&&(We=138,ut=3),_e=0;_e<=Le;_e++)if(we=Te,Te=ye[2*(_e+1)+1],!(++ke<We&&we===Te)){if(ke<ut)for(;ve(ne,we,ne.bl_tree),--ke!=0;);else we!==0?(we!==de&&(ve(ne,we,ne.bl_tree),ke--),ve(ne,N,ne.bl_tree),se(ne,ke-3,2)):ke<=10?(ve(ne,I,ne.bl_tree),se(ne,ke-3,3)):(ve(ne,M,ne.bl_tree),se(ne,ke-11,7));de=we,ut=(ke=0)===Te?(We=138,3):we===Te?(We=6,3):(We=7,4)}}l(ie);var ge=!1;function re(ne,ye,Le,_e){se(ne,(c<<1)+(_e?1:0),3),function(we,de,Te,ke){st(we),be(we,Te),be(we,~Te),o.arraySet(we.pending_buf,we.window,de,Te,we.pending),we.pending+=Te}(ne,ye,Le)}i._tr_init=function(ne){ge||(function(){var ye,Le,_e,we,de,Te=new Array(D+1);for(we=_e=0;we<f-1;we++)for(he[we]=_e,ye=0;ye<1<<z[we];ye++)U[_e++]=we;for(U[_e-1]=we,we=de=0;we<16;we++)for(ie[we]=de,ye=0;ye<1<<Z[we];ye++)$[de++]=we;for(de>>=7;we<g;we++)for(ie[we]=de<<7,ye=0;ye<1<<Z[we]-7;ye++)$[256+de++]=we;for(Le=0;Le<=D;Le++)Te[Le]=0;for(ye=0;ye<=143;)ce[2*ye+1]=8,ye++,Te[8]++;for(;ye<=255;)ce[2*ye+1]=9,ye++,Te[9]++;for(;ye<=279;)ce[2*ye+1]=7,ye++,Te[7]++;for(;ye<=287;)ce[2*ye+1]=8,ye++,Te[8]++;for(qe(ce,d+1,Te),ye=0;ye<g;ye++)P[2*ye+1]=5,P[2*ye]=Xe(ye,5);G=new fe(ce,z,u+1,d,D),j=new fe(P,Z,0,g,D),De=new fe(new Array(0),W,0,b,A)}(),ge=!0),ne.l_desc=new q(ne.dyn_ltree,G),ne.d_desc=new q(ne.dyn_dtree,j),ne.bl_desc=new q(ne.bl_tree,De),ne.bi_buf=0,ne.bi_valid=0,je(ne)},i._tr_stored_block=re,i._tr_flush_block=function(ne,ye,Le,_e){var we,de,Te=0;0<ne.level?(ne.strm.data_type===2&&(ne.strm.data_type=function(ke){var We,ut=4093624447;for(We=0;We<=31;We++,ut>>>=1)if(1&ut&&ke.dyn_ltree[2*We]!==0)return a;if(ke.dyn_ltree[18]!==0||ke.dyn_ltree[20]!==0||ke.dyn_ltree[26]!==0)return s;for(We=32;We<u;We++)if(ke.dyn_ltree[2*We]!==0)return s;return a}(ne)),lt(ne,ne.l_desc),lt(ne,ne.d_desc),Te=function(ke){var We;for(O(ke,ke.dyn_ltree,ke.l_desc.max_code),O(ke,ke.dyn_dtree,ke.d_desc.max_code),lt(ke,ke.bl_desc),We=b-1;3<=We&&ke.bl_tree[2*te[We]+1]===0;We--);return ke.opt_len+=3*(We+1)+5+5+4,We}(ne),we=ne.opt_len+3+7>>>3,(de=ne.static_len+3+7>>>3)<=we&&(we=de)):we=de=Le+5,Le+4<=we&&ye!==-1?re(ne,ye,Le,_e):ne.strategy===4||de===we?(se(ne,2+(_e?1:0),3),Ze(ne,ce,P)):(se(ne,4+(_e?1:0),3),function(ke,We,ut,xt){var At;for(se(ke,We-257,5),se(ke,ut-1,5),se(ke,xt-4,4),At=0;At<xt;At++)se(ke,ke.bl_tree[2*te[At]+1],3);pe(ke,ke.dyn_ltree,We-1),pe(ke,ke.dyn_dtree,ut-1)}(ne,ne.l_desc.max_code+1,ne.d_desc.max_code+1,Te+1),Ze(ne,ne.dyn_ltree,ne.dyn_dtree)),je(ne),_e&&st(ne)},i._tr_tally=function(ne,ye,Le){return ne.pending_buf[ne.d_buf+2*ne.last_lit]=ye>>>8&255,ne.pending_buf[ne.d_buf+2*ne.last_lit+1]=255&ye,ne.pending_buf[ne.l_buf+ne.last_lit]=255&Le,ne.last_lit++,ye===0?ne.dyn_ltree[2*Le]++:(ne.matches++,ye--,ne.dyn_ltree[2*(U[Le]+u+1)]++,ne.dyn_dtree[2*xe(ye)]++),ne.last_lit===ne.lit_bufsize-1},i._tr_align=function(ne){se(ne,2,3),ve(ne,R,ce),function(ye){ye.bi_valid===16?(be(ye,ye.bi_buf),ye.bi_buf=0,ye.bi_valid=0):8<=ye.bi_valid&&(ye.pending_buf[ye.pending++]=255&ye.bi_buf,ye.bi_buf>>=8,ye.bi_valid-=8)}(ne)}},{"../utils/common":41}],53:[function(t,r,i){r.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(t,r,i){(function(o){(function(a,s){if(!a.setImmediate){var l,c,f,u,d=1,g={},b=!1,m=a.document,D=Object.getPrototypeOf&&Object.getPrototypeOf(a);D=D&&D.setTimeout?D:a,l={}.toString.call(a.process)==="[object process]"?function(N){process.nextTick(function(){A(N)})}:function(){if(a.postMessage&&!a.importScripts){var N=!0,I=a.onmessage;return a.onmessage=function(){N=!1},a.postMessage("","*"),a.onmessage=I,N}}()?(u="setImmediate$"+Math.random()+"$",a.addEventListener?a.addEventListener("message",R,!1):a.attachEvent("onmessage",R),function(N){a.postMessage(u+N,"*")}):a.MessageChannel?((f=new MessageChannel).port1.onmessage=function(N){A(N.data)},function(N){f.port2.postMessage(N)}):m&&"onreadystatechange"in m.createElement("script")?(c=m.documentElement,function(N){var I=m.createElement("script");I.onreadystatechange=function(){A(N),I.onreadystatechange=null,c.removeChild(I),I=null},c.appendChild(I)}):function(N){setTimeout(A,0,N)},D.setImmediate=function(N){typeof N!="function"&&(N=new Function(""+N));for(var I=new Array(arguments.length-1),M=0;M<I.length;M++)I[M]=arguments[M+1];var z={callback:N,args:I};return g[d]=z,l(d),d++},D.clearImmediate=_}function _(N){delete g[N]}function A(N){if(b)setTimeout(A,0,N);else{var I=g[N];if(I){b=!0;try{(function(M){var z=M.callback,Z=M.args;switch(Z.length){case 0:z();break;case 1:z(Z[0]);break;case 2:z(Z[0],Z[1]);break;case 3:z(Z[0],Z[1],Z[2]);break;default:z.apply(s,Z)}})(I)}finally{_(N),b=!1}}}}function R(N){N.source===a&&typeof N.data=="string"&&N.data.indexOf(u)===0&&A(+N.data.slice(u.length))}})(typeof self>"u"?o===void 0?this:o:self)}).call(this,typeof Ql<"u"?Ql:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})}(H0)),H0.exports}var CS;function g5(){if(CS)return Ep;CS=1;var n=KW(),e=QW();Ep.openArrayBuffer=t,Ep.splitPath=r,Ep.joinPath=i;function t(o){return e.loadAsync(o).then(function(a){function s(u){return a.file(u)!==null}function l(u,d){return a.file(u).async("uint8array").then(function(g){if(d==="base64")return n.fromByteArray(g);if(d){var b=new TextDecoder(d);return b.decode(g)}else return g})}function c(u,d){a.file(u,d)}function f(){return a.generateAsync({type:"arraybuffer"})}return{exists:s,read:l,write:c,toArrayBuffer:f}})}function r(o){var a=o.lastIndexOf("/");return a===-1?{dirname:"",basename:o}:{dirname:o.substring(0,a),basename:o.substring(a+1)}}function i(){var o=Array.prototype.filter.call(arguments,function(s){return s}),a=[];return o.forEach(function(s){/^\//.test(s)?a=[s]:a.push(s)}),a.join("/")}return Ep}var oy={},Jf={},Ch={},SS;function y5(){if(SS)return Ch;SS=1;var n=ui;Ch.Element=t,Ch.element=function(o,a,s){return new t(o,a,s)},Ch.text=function(o){return{type:"text",value:o}};var e=Ch.emptyElement={first:function(){return null},firstOrEmpty:function(){return e},attributes:{},children:[]};function t(o,a,s){this.type="element",this.name=o,this.attributes=a||{},this.children=s||[]}t.prototype.first=function(o){return n.find(this.children,function(a){return a.name===o})},t.prototype.firstOrEmpty=function(o){return this.first(o)||e},t.prototype.getElementsByTagName=function(o){var a=n.filter(this.children,function(s){return s.name===o});return i(a)},t.prototype.text=function(){if(this.children.length===0)return"";if(this.children.length!==1||this.children[0].type!=="text")throw new Error("Not implemented");return this.children[0].value};var r={getElementsByTagName:function(o){return i(n.flatten(this.map(function(a){return a.getElementsByTagName(o)},!0)))}};function i(o){return n.extend(o,r)}return Ch}var V0={},ay={},Cp={},lf={},Wd={},AS;function Cm(){if(AS)return Wd;AS=1;function n(o,a,s){if(s===void 0&&(s=Array.prototype),o&&typeof s.find=="function")return s.find.call(o,a);for(var l=0;l<o.length;l++)if(Object.prototype.hasOwnProperty.call(o,l)){var c=o[l];if(a.call(void 0,c,l,o))return c}}function e(o,a){return a===void 0&&(a=Object),a&&typeof a.freeze=="function"?a.freeze(o):o}function t(o,a){if(o===null||typeof o!="object")throw new TypeError("target is not an object");for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(o[s]=a[s]);return o}var r=e({HTML:"text/html",isHTML:function(o){return o===r.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),i=e({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(o){return o===i.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});return Wd.assign=t,Wd.find=n,Wd.freeze=e,Wd.MIME_TYPE=r,Wd.NAMESPACE=i,Wd}var kS;function _D(){if(kS)return lf;kS=1;var n=Cm(),e=n.find,t=n.NAMESPACE;function r(K){return K!==""}function i(K){return K?K.split(/[\t\n\f\r ]+/).filter(r):[]}function o(K,ee){return K.hasOwnProperty(ee)||(K[ee]=!0),K}function a(K){if(!K)return[];var ee=i(K);return Object.keys(ee.reduce(o,{}))}function s(K){return function(ee){return K&&K.indexOf(ee)!==-1}}function l(K,ee){for(var me in K)Object.prototype.hasOwnProperty.call(K,me)&&(ee[me]=K[me])}function c(K,ee){var me=K.prototype;if(!(me instanceof ee)){let He=function(){};He.prototype=ee.prototype,He=new He,l(me,He),K.prototype=me=He}me.constructor!=K&&(typeof K!="function"&&console.error("unknown Class:"+K),me.constructor=K)}var f={},u=f.ELEMENT_NODE=1,d=f.ATTRIBUTE_NODE=2,g=f.TEXT_NODE=3,b=f.CDATA_SECTION_NODE=4,m=f.ENTITY_REFERENCE_NODE=5,D=f.ENTITY_NODE=6,_=f.PROCESSING_INSTRUCTION_NODE=7,A=f.COMMENT_NODE=8,R=f.DOCUMENT_NODE=9,N=f.DOCUMENT_TYPE_NODE=10,I=f.DOCUMENT_FRAGMENT_NODE=11,M=f.NOTATION_NODE=12,z={},Z={};z.INDEX_SIZE_ERR=(Z[1]="Index size error",1),z.DOMSTRING_SIZE_ERR=(Z[2]="DOMString size error",2);var W=z.HIERARCHY_REQUEST_ERR=(Z[3]="Hierarchy request error",3);z.WRONG_DOCUMENT_ERR=(Z[4]="Wrong document",4),z.INVALID_CHARACTER_ERR=(Z[5]="Invalid character",5),z.NO_DATA_ALLOWED_ERR=(Z[6]="No data allowed",6),z.NO_MODIFICATION_ALLOWED_ERR=(Z[7]="No modification allowed",7);var te=z.NOT_FOUND_ERR=(Z[8]="Not found",8);z.NOT_SUPPORTED_ERR=(Z[9]="Not supported",9);var ce=z.INUSE_ATTRIBUTE_ERR=(Z[10]="Attribute in use",10);z.INVALID_STATE_ERR=(Z[11]="Invalid state",11),z.SYNTAX_ERR=(Z[12]="Syntax error",12),z.INVALID_MODIFICATION_ERR=(Z[13]="Invalid modification",13),z.NAMESPACE_ERR=(Z[14]="Invalid namespace",14),z.INVALID_ACCESS_ERR=(Z[15]="Invalid access",15);function P(K,ee){if(ee instanceof Error)var me=ee;else me=this,Error.call(this,Z[K]),this.message=Z[K],Error.captureStackTrace&&Error.captureStackTrace(this,P);return me.code=K,ee&&(this.message=this.message+": "+ee),me}P.prototype=Error.prototype,l(z,P);function $(){}$.prototype={length:0,item:function(K){return K>=0&&K<this.length?this[K]:null},toString:function(K,ee){for(var me=[],He=0;He<this.length;He++)Ne(this[He],me,K,ee);return me.join("")},filter:function(K){return Array.prototype.filter.call(this,K)},indexOf:function(K){return Array.prototype.indexOf.call(this,K)}};function U(K,ee){this._node=K,this._refresh=ee,he(this)}function he(K){var ee=K._node._inc||K._node.ownerDocument._inc;if(K._inc!==ee){var me=K._refresh(K._node);if(on(K,"length",me.length),!K.$$length||me.length<K.$$length)for(var He=me.length;He in K;He++)Object.prototype.hasOwnProperty.call(K,He)&&delete K[He];l(me,K),K._inc=ee}}U.prototype.item=function(K){return he(this),this[K]||null},c(U,$);function G(){}function j(K,ee){for(var me=K.length;me--;)if(K[me]===ee)return me}function De(K,ee,me,He){if(He?ee[j(ee,He)]=me:ee[ee.length++]=me,K){me.ownerElement=K;var pt=K.ownerDocument;pt&&(He&&Xe(pt,K,He),ve(pt,K,me))}}function ie(K,ee,me){var He=j(ee,me);if(He>=0){for(var pt=ee.length-1;He<pt;)ee[He]=ee[++He];if(ee.length=pt,K){var St=K.ownerDocument;St&&(Xe(St,K,me),me.ownerElement=null)}}else throw new P(te,new Error(K.tagName+"@"+me))}G.prototype={length:0,item:$.prototype.item,getNamedItem:function(K){for(var ee=this.length;ee--;){var me=this[ee];if(me.nodeName==K)return me}},setNamedItem:function(K){var ee=K.ownerElement;if(ee&&ee!=this._ownerElement)throw new P(ce);var me=this.getNamedItem(K.nodeName);return De(this._ownerElement,this,K,me),me},setNamedItemNS:function(K){var ee=K.ownerElement,me;if(ee&&ee!=this._ownerElement)throw new P(ce);return me=this.getNamedItemNS(K.namespaceURI,K.localName),De(this._ownerElement,this,K,me),me},removeNamedItem:function(K){var ee=this.getNamedItem(K);return ie(this._ownerElement,this,ee),ee},removeNamedItemNS:function(K,ee){var me=this.getNamedItemNS(K,ee);return ie(this._ownerElement,this,me),me},getNamedItemNS:function(K,ee){for(var me=this.length;me--;){var He=this[me];if(He.localName==ee&&He.namespaceURI==K)return He}return null}};function fe(){}fe.prototype={hasFeature:function(K,ee){return!0},createDocument:function(K,ee,me){var He=new se;if(He.implementation=this,He.childNodes=new $,He.doctype=me||null,me&&He.appendChild(me),ee){var pt=He.createElementNS(K,ee);He.appendChild(pt)}return He},createDocumentType:function(K,ee,me){var He=new ut;return He.name=K,He.nodeName=K,He.publicId=ee||"",He.systemId=me||"",He}};function q(){}q.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(K,ee){return ye(this,K,ee)},replaceChild:function(K,ee){ye(this,K,ee,ne),ee&&this.removeChild(ee)},removeChild:function(K){return je(this,K)},appendChild:function(K){return this.insertBefore(K,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(K){return Gt(this.ownerDocument||this,this,K)},normalize:function(){for(var K=this.firstChild;K;){var ee=K.nextSibling;ee&&ee.nodeType==g&&K.nodeType==g?(this.removeChild(ee),K.appendData(ee.data)):(K.normalize(),K=ee)}},isSupported:function(K,ee){return this.ownerDocument.implementation.hasFeature(K,ee)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(K){for(var ee=this;ee;){var me=ee._nsMap;if(me){for(var He in me)if(Object.prototype.hasOwnProperty.call(me,He)&&me[He]===K)return He}ee=ee.nodeType==d?ee.ownerDocument:ee.parentNode}return null},lookupNamespaceURI:function(K){for(var ee=this;ee;){var me=ee._nsMap;if(me&&Object.prototype.hasOwnProperty.call(me,K))return me[K];ee=ee.nodeType==d?ee.ownerDocument:ee.parentNode}return null},isDefaultNamespace:function(K){var ee=this.lookupPrefix(K);return ee==null}};function xe(K){return K=="<"&&"<"||K==">"&&">"||K=="&"&&"&"||K=='"'&&"""||"&#"+K.charCodeAt()+";"}l(f,q),l(f,q.prototype);function be(K,ee){if(ee(K))return!0;if(K=K.firstChild)do if(be(K,ee))return!0;while(K=K.nextSibling)}function se(){this.ownerDocument=this}function ve(K,ee,me){K&&K._inc++;var He=me.namespaceURI;He===t.XMLNS&&(ee._nsMap[me.prefix?me.localName:""]=me.value)}function Xe(K,ee,me,He){K&&K._inc++;var pt=me.namespaceURI;pt===t.XMLNS&&delete ee._nsMap[me.prefix?me.localName:""]}function qe(K,ee,me){if(K&&K._inc){K._inc++;var He=ee.childNodes;if(me)He[He.length++]=me;else{for(var pt=ee.firstChild,St=0;pt;)He[St++]=pt,pt=pt.nextSibling;He.length=St,delete He[He.length]}}}function je(K,ee){var me=ee.previousSibling,He=ee.nextSibling;return me?me.nextSibling=He:K.firstChild=He,He?He.previousSibling=me:K.lastChild=me,ee.parentNode=null,ee.previousSibling=null,ee.nextSibling=null,qe(K.ownerDocument,K),ee}function st(K){return K&&(K.nodeType===q.DOCUMENT_NODE||K.nodeType===q.DOCUMENT_FRAGMENT_NODE||K.nodeType===q.ELEMENT_NODE)}function Pe(K){return K&&(Ze(K)||lt(K)||rt(K)||K.nodeType===q.DOCUMENT_FRAGMENT_NODE||K.nodeType===q.COMMENT_NODE||K.nodeType===q.PROCESSING_INSTRUCTION_NODE)}function rt(K){return K&&K.nodeType===q.DOCUMENT_TYPE_NODE}function Ze(K){return K&&K.nodeType===q.ELEMENT_NODE}function lt(K){return K&&K.nodeType===q.TEXT_NODE}function O(K,ee){var me=K.childNodes||[];if(e(me,Ze)||rt(ee))return!1;var He=e(me,rt);return!(ee&&He&&me.indexOf(He)>me.indexOf(ee))}function pe(K,ee){var me=K.childNodes||[];function He(St){return Ze(St)&&St!==ee}if(e(me,He))return!1;var pt=e(me,rt);return!(ee&&pt&&me.indexOf(pt)>me.indexOf(ee))}function ge(K,ee,me){if(!st(K))throw new P(W,"Unexpected parent node type "+K.nodeType);if(me&&me.parentNode!==K)throw new P(te,"child not in parent");if(!Pe(ee)||rt(ee)&&K.nodeType!==q.DOCUMENT_NODE)throw new P(W,"Unexpected node type "+ee.nodeType+" for parent node type "+K.nodeType)}function re(K,ee,me){var He=K.childNodes||[],pt=ee.childNodes||[];if(ee.nodeType===q.DOCUMENT_FRAGMENT_NODE){var St=pt.filter(Ze);if(St.length>1||e(pt,lt))throw new P(W,"More than one element or text in fragment");if(St.length===1&&!O(K,me))throw new P(W,"Element in fragment can not be inserted before doctype")}if(Ze(ee)&&!O(K,me))throw new P(W,"Only one element can be added and only after doctype");if(rt(ee)){if(e(He,rt))throw new P(W,"Only one doctype is allowed");var Wt=e(He,Ze);if(me&&He.indexOf(Wt)<He.indexOf(me))throw new P(W,"Doctype can only be inserted before an element");if(!me&&Wt)throw new P(W,"Doctype can not be appended since element is present")}}function ne(K,ee,me){var He=K.childNodes||[],pt=ee.childNodes||[];if(ee.nodeType===q.DOCUMENT_FRAGMENT_NODE){var St=pt.filter(Ze);if(St.length>1||e(pt,lt))throw new P(W,"More than one element or text in fragment");if(St.length===1&&!pe(K,me))throw new P(W,"Element in fragment can not be inserted before doctype")}if(Ze(ee)&&!pe(K,me))throw new P(W,"Only one element can be added and only after doctype");if(rt(ee)){if(e(He,function(xr){return rt(xr)&&xr!==me}))throw new P(W,"Only one doctype is allowed");var Wt=e(He,Ze);if(me&&He.indexOf(Wt)<He.indexOf(me))throw new P(W,"Doctype can only be inserted before an element")}}function ye(K,ee,me,He){ge(K,ee,me),K.nodeType===q.DOCUMENT_NODE&&(He||re)(K,ee,me);var pt=ee.parentNode;if(pt&&pt.removeChild(ee),ee.nodeType===I){var St=ee.firstChild;if(St==null)return ee;var Wt=ee.lastChild}else St=Wt=ee;var zt=me?me.previousSibling:K.lastChild;St.previousSibling=zt,Wt.nextSibling=me,zt?zt.nextSibling=St:K.firstChild=St,me==null?K.lastChild=Wt:me.previousSibling=Wt;do St.parentNode=K;while(St!==Wt&&(St=St.nextSibling));return qe(K.ownerDocument||K,K),ee.nodeType==I&&(ee.firstChild=ee.lastChild=null),ee}function Le(K,ee){return ee.parentNode&&ee.parentNode.removeChild(ee),ee.parentNode=K,ee.previousSibling=K.lastChild,ee.nextSibling=null,ee.previousSibling?ee.previousSibling.nextSibling=ee:K.firstChild=ee,K.lastChild=ee,qe(K.ownerDocument,K,ee),ee}se.prototype={nodeName:"#document",nodeType:R,doctype:null,documentElement:null,_inc:1,insertBefore:function(K,ee){if(K.nodeType==I){for(var me=K.firstChild;me;){var He=me.nextSibling;this.insertBefore(me,ee),me=He}return K}return ye(this,K,ee),K.ownerDocument=this,this.documentElement===null&&K.nodeType===u&&(this.documentElement=K),K},removeChild:function(K){return this.documentElement==K&&(this.documentElement=null),je(this,K)},replaceChild:function(K,ee){ye(this,K,ee,ne),K.ownerDocument=this,ee&&this.removeChild(ee),Ze(K)&&(this.documentElement=K)},importNode:function(K,ee){return Lt(this,K,ee)},getElementById:function(K){var ee=null;return be(this.documentElement,function(me){if(me.nodeType==u&&me.getAttribute("id")==K)return ee=me,!0}),ee},getElementsByClassName:function(K){var ee=a(K);return new U(this,function(me){var He=[];return ee.length>0&&be(me.documentElement,function(pt){if(pt!==me&&pt.nodeType===u){var St=pt.getAttribute("class");if(St){var Wt=K===St;if(!Wt){var zt=a(St);Wt=ee.every(s(zt))}Wt&&He.push(pt)}}}),He})},createElement:function(K){var ee=new _e;ee.ownerDocument=this,ee.nodeName=K,ee.tagName=K,ee.localName=K,ee.childNodes=new $;var me=ee.attributes=new G;return me._ownerElement=ee,ee},createDocumentFragment:function(){var K=new Ue;return K.ownerDocument=this,K.childNodes=new $,K},createTextNode:function(K){var ee=new Te;return ee.ownerDocument=this,ee.appendData(K),ee},createComment:function(K){var ee=new ke;return ee.ownerDocument=this,ee.appendData(K),ee},createCDATASection:function(K){var ee=new We;return ee.ownerDocument=this,ee.appendData(K),ee},createProcessingInstruction:function(K,ee){var me=new $e;return me.ownerDocument=this,me.tagName=me.nodeName=me.target=K,me.nodeValue=me.data=ee,me},createAttribute:function(K){var ee=new we;return ee.ownerDocument=this,ee.name=K,ee.nodeName=K,ee.localName=K,ee.specified=!0,ee},createEntityReference:function(K){var ee=new kt;return ee.ownerDocument=this,ee.nodeName=K,ee},createElementNS:function(K,ee){var me=new _e,He=ee.split(":"),pt=me.attributes=new G;return me.childNodes=new $,me.ownerDocument=this,me.nodeName=ee,me.tagName=ee,me.namespaceURI=K,He.length==2?(me.prefix=He[0],me.localName=He[1]):me.localName=ee,pt._ownerElement=me,me},createAttributeNS:function(K,ee){var me=new we,He=ee.split(":");return me.ownerDocument=this,me.nodeName=ee,me.name=ee,me.namespaceURI=K,me.specified=!0,He.length==2?(me.prefix=He[0],me.localName=He[1]):me.localName=ee,me}},c(se,q);function _e(){this._nsMap={}}_e.prototype={nodeType:u,hasAttribute:function(K){return this.getAttributeNode(K)!=null},getAttribute:function(K){var ee=this.getAttributeNode(K);return ee&&ee.value||""},getAttributeNode:function(K){return this.attributes.getNamedItem(K)},setAttribute:function(K,ee){var me=this.ownerDocument.createAttribute(K);me.value=me.nodeValue=""+ee,this.setAttributeNode(me)},removeAttribute:function(K){var ee=this.getAttributeNode(K);ee&&this.removeAttributeNode(ee)},appendChild:function(K){return K.nodeType===I?this.insertBefore(K,null):Le(this,K)},setAttributeNode:function(K){return this.attributes.setNamedItem(K)},setAttributeNodeNS:function(K){return this.attributes.setNamedItemNS(K)},removeAttributeNode:function(K){return this.attributes.removeNamedItem(K.nodeName)},removeAttributeNS:function(K,ee){var me=this.getAttributeNodeNS(K,ee);me&&this.removeAttributeNode(me)},hasAttributeNS:function(K,ee){return this.getAttributeNodeNS(K,ee)!=null},getAttributeNS:function(K,ee){var me=this.getAttributeNodeNS(K,ee);return me&&me.value||""},setAttributeNS:function(K,ee,me){var He=this.ownerDocument.createAttributeNS(K,ee);He.value=He.nodeValue=""+me,this.setAttributeNode(He)},getAttributeNodeNS:function(K,ee){return this.attributes.getNamedItemNS(K,ee)},getElementsByTagName:function(K){return new U(this,function(ee){var me=[];return be(ee,function(He){He!==ee&&He.nodeType==u&&(K==="*"||He.tagName==K)&&me.push(He)}),me})},getElementsByTagNameNS:function(K,ee){return new U(this,function(me){var He=[];return be(me,function(pt){pt!==me&&pt.nodeType===u&&(K==="*"||pt.namespaceURI===K)&&(ee==="*"||pt.localName==ee)&&He.push(pt)}),He})}},se.prototype.getElementsByTagName=_e.prototype.getElementsByTagName,se.prototype.getElementsByTagNameNS=_e.prototype.getElementsByTagNameNS,c(_e,q);function we(){}we.prototype.nodeType=d,c(we,q);function de(){}de.prototype={data:"",substringData:function(K,ee){return this.data.substring(K,K+ee)},appendData:function(K){K=this.data+K,this.nodeValue=this.data=K,this.length=K.length},insertData:function(K,ee){this.replaceData(K,0,ee)},appendChild:function(K){throw new Error(Z[W])},deleteData:function(K,ee){this.replaceData(K,ee,"")},replaceData:function(K,ee,me){var He=this.data.substring(0,K),pt=this.data.substring(K+ee);me=He+me+pt,this.nodeValue=this.data=me,this.length=me.length}},c(de,q);function Te(){}Te.prototype={nodeName:"#text",nodeType:g,splitText:function(K){var ee=this.data,me=ee.substring(K);ee=ee.substring(0,K),this.data=this.nodeValue=ee,this.length=ee.length;var He=this.ownerDocument.createTextNode(me);return this.parentNode&&this.parentNode.insertBefore(He,this.nextSibling),He}},c(Te,de);function ke(){}ke.prototype={nodeName:"#comment",nodeType:A},c(ke,de);function We(){}We.prototype={nodeName:"#cdata-section",nodeType:b},c(We,de);function ut(){}ut.prototype.nodeType=N,c(ut,q);function xt(){}xt.prototype.nodeType=M,c(xt,q);function At(){}At.prototype.nodeType=D,c(At,q);function kt(){}kt.prototype.nodeType=m,c(kt,q);function Ue(){}Ue.prototype.nodeName="#document-fragment",Ue.prototype.nodeType=I,c(Ue,q);function $e(){}$e.prototype.nodeType=_,c($e,q);function ot(){}ot.prototype.serializeToString=function(K,ee,me){return vt.call(K,ee,me)},q.prototype.toString=vt;function vt(K,ee){var me=[],He=this.nodeType==9&&this.documentElement||this,pt=He.prefix,St=He.namespaceURI;if(St&&pt==null){var pt=He.lookupPrefix(St);if(pt==null)var Wt=[{namespace:St,prefix:null}]}return Ne(this,me,K,ee,Wt),me.join("")}function Bt(K,ee,me){var He=K.prefix||"",pt=K.namespaceURI;if(!pt||He==="xml"&&pt===t.XML||pt===t.XMLNS)return!1;for(var St=me.length;St--;){var Wt=me[St];if(Wt.prefix===He)return Wt.namespace!==pt}return!0}function Re(K,ee,me){K.push(" ",ee,'="',me.replace(/[<>&"\t\n\r]/g,xe),'"')}function Ne(K,ee,me,He,pt){if(pt||(pt=[]),He)if(K=He(K),K){if(typeof K=="string"){ee.push(K);return}}else return;switch(K.nodeType){case u:var St=K.attributes,Wt=St.length,Mt=K.firstChild,zt=K.tagName;me=t.isHTML(K.namespaceURI)||me;var xr=zt;if(!me&&!K.prefix&&K.namespaceURI){for(var jt,Jt=0;Jt<St.length;Jt++)if(St.item(Jt).name==="xmlns"){jt=St.item(Jt).value;break}if(!jt)for(var Vn=pt.length-1;Vn>=0;Vn--){var Rr=pt[Vn];if(Rr.prefix===""&&Rr.namespace===K.namespaceURI){jt=Rr.namespace;break}}if(jt!==K.namespaceURI)for(var Vn=pt.length-1;Vn>=0;Vn--){var Rr=pt[Vn];if(Rr.namespace===K.namespaceURI){Rr.prefix&&(xr=Rr.prefix+":"+zt);break}}}ee.push("<",xr);for(var Wr=0;Wr<Wt;Wr++){var or=St.item(Wr);or.prefix=="xmlns"?pt.push({prefix:or.localName,namespace:or.value}):or.nodeName=="xmlns"&&pt.push({prefix:"",namespace:or.value})}for(var Wr=0;Wr<Wt;Wr++){var or=St.item(Wr);if(Bt(or,me,pt)){var ar=or.prefix||"",sr=or.namespaceURI;Re(ee,ar?"xmlns:"+ar:"xmlns",sr),pt.push({prefix:ar,namespace:sr})}Ne(or,ee,me,He,pt)}if(zt===xr&&Bt(K,me,pt)){var ar=K.prefix||"",sr=K.namespaceURI;Re(ee,ar?"xmlns:"+ar:"xmlns",sr),pt.push({prefix:ar,namespace:sr})}if(Mt||me&&!/^(?:meta|link|img|br|hr|input)$/i.test(zt)){if(ee.push(">"),me&&/^script$/i.test(zt))for(;Mt;)Mt.data?ee.push(Mt.data):Ne(Mt,ee,me,He,pt.slice()),Mt=Mt.nextSibling;else for(;Mt;)Ne(Mt,ee,me,He,pt.slice()),Mt=Mt.nextSibling;ee.push("</",xr,">")}else ee.push("/>");return;case R:case I:for(var Mt=K.firstChild;Mt;)Ne(Mt,ee,me,He,pt.slice()),Mt=Mt.nextSibling;return;case d:return Re(ee,K.name,K.value);case g:return ee.push(K.data.replace(/[<&>]/g,xe));case b:return ee.push("<![CDATA[",K.data,"]]>");case A:return ee.push("<!--",K.data,"-->");case N:var kn=K.publicId,hr=K.systemId;if(ee.push("<!DOCTYPE ",K.name),kn)ee.push(" PUBLIC ",kn),hr&&hr!="."&&ee.push(" ",hr),ee.push(">");else if(hr&&hr!=".")ee.push(" SYSTEM ",hr,">");else{var In=K.internalSubset;In&&ee.push(" [",In,"]"),ee.push(">")}return;case _:return ee.push("<?",K.target," ",K.data,"?>");case m:return ee.push("&",K.nodeName,";");default:ee.push("??",K.nodeName)}}function Lt(K,ee,me){var He;switch(ee.nodeType){case u:He=ee.cloneNode(!1),He.ownerDocument=K;case I:break;case d:me=!0;break}if(He||(He=ee.cloneNode(!1)),He.ownerDocument=K,He.parentNode=null,me)for(var pt=ee.firstChild;pt;)He.appendChild(Lt(K,pt,me)),pt=pt.nextSibling;return He}function Gt(K,ee,me){var He=new ee.constructor;for(var pt in ee)if(Object.prototype.hasOwnProperty.call(ee,pt)){var St=ee[pt];typeof St!="object"&&St!=He[pt]&&(He[pt]=St)}switch(ee.childNodes&&(He.childNodes=new $),He.ownerDocument=K,He.nodeType){case u:var Wt=ee.attributes,zt=He.attributes=new G,xr=Wt.length;zt._ownerElement=He;for(var jt=0;jt<xr;jt++)He.setAttributeNode(Gt(K,Wt.item(jt),!0));break;case d:me=!0}if(me)for(var Jt=ee.firstChild;Jt;)He.appendChild(Gt(K,Jt,me)),Jt=Jt.nextSibling;return He}function on(K,ee,me){K[ee]=me}try{if(Object.defineProperty){let K=function(ee){switch(ee.nodeType){case u:case I:var me=[];for(ee=ee.firstChild;ee;)ee.nodeType!==7&&ee.nodeType!==8&&me.push(K(ee)),ee=ee.nextSibling;return me.join("");default:return ee.nodeValue}};Object.defineProperty(U.prototype,"length",{get:function(){return he(this),this.$$length}}),Object.defineProperty(q.prototype,"textContent",{get:function(){return K(this)},set:function(ee){switch(this.nodeType){case u:case I:for(;this.firstChild;)this.removeChild(this.firstChild);(ee||String(ee))&&this.appendChild(this.ownerDocument.createTextNode(ee));break;default:this.data=ee,this.value=ee,this.nodeValue=ee}}}),on=function(ee,me,He){ee["$$"+me]=He}}}catch{}return lf.DocumentType=ut,lf.DOMException=P,lf.DOMImplementation=fe,lf.Element=_e,lf.Node=q,lf.NodeList=$,lf.XMLSerializer=ot,lf}var Sp={},G0={},RS;function qW(){return RS||(RS=1,function(n){var e=Cm().freeze;n.XML_ENTITIES=e({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),n.HTML_ENTITIES=e({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
|
|
219
|
-
`,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),n.entityMap=n.HTML_ENTITIES}(G0)),G0}var sy={},US;function jW(){if(US)return sy;US=1;var n=Cm().NAMESPACE,e=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,t=new RegExp("[\\-\\.0-9"+e.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),r=new RegExp("^"+e.source+t.source+"*(?::"+e.source+t.source+"*)?$"),i=0,o=1,a=2,s=3,l=4,c=5,f=6,u=7;function d(W,te){this.message=W,this.locator=te,Error.captureStackTrace&&Error.captureStackTrace(this,d)}d.prototype=new Error,d.prototype.name=d.name;function g(){}g.prototype={parse:function(W,te,ce){var P=this.domBuilder;P.startDocument(),N(te,te={}),b(W,te,ce,P,this.errorHandler),P.endDocument()}};function b(W,te,ce,P,$){function U(_e){if(_e>65535){_e-=65536;var we=55296+(_e>>10),de=56320+(_e&1023);return String.fromCharCode(we,de)}else return String.fromCharCode(_e)}function he(_e){var we=_e.slice(1,-1);return Object.hasOwnProperty.call(ce,we)?ce[we]:we.charAt(0)==="#"?U(parseInt(we.substr(1).replace("x","0x"))):($.error("entity not found:"+_e),_e)}function G(_e){if(_e>se){var we=W.substring(se,_e).replace(/&#?\w+;/g,he);q&&j(se),P.characters(we,0,_e-se),se=_e}}function j(_e,we){for(;_e>=ie&&(we=fe.exec(W));)De=we.index,ie=De+we[0].length,q.lineNumber++;q.columnNumber=_e-De+1}for(var De=0,ie=0,fe=/.*(?:\r\n?|\n)|.*$/g,q=P.locator,xe=[{currentNSMap:te}],be={},se=0;;){try{var ve=W.indexOf("<",se);if(ve<0){if(!W.substr(se).match(/^\s*$/)){var Xe=P.doc,qe=Xe.createTextNode(W.substr(se));Xe.appendChild(qe),P.currentElement=qe}return}switch(ve>se&&G(ve),W.charAt(ve+1)){case"/":var ge=W.indexOf(">",ve+3),je=W.substring(ve+2,ge).replace(/[ \t\n\r]+$/g,""),st=xe.pop();ge<0?(je=W.substring(ve+2).replace(/[\s<].*/,""),$.error("end tag name: "+je+" is not complete:"+st.tagName),ge=ve+1+je.length):je.match(/\s</)&&(je=je.replace(/[\s<].*/,""),$.error("end tag name: "+je+" maybe not complete"),ge=ve+1+je.length);var Pe=st.localNSMap,rt=st.tagName==je,Ze=rt||st.tagName&&st.tagName.toLowerCase()==je.toLowerCase();if(Ze){if(P.endElement(st.uri,st.localName,je),Pe)for(var lt in Pe)Object.prototype.hasOwnProperty.call(Pe,lt)&&P.endPrefixMapping(lt);rt||$.fatalError("end tag name: "+je+" is not match the current start tagName:"+st.tagName)}else xe.push(st);ge++;break;case"?":q&&j(ve),ge=M(W,ve,P);break;case"!":q&&j(ve),ge=I(W,ve,P,$);break;default:q&&j(ve);var O=new z,pe=xe[xe.length-1].currentNSMap,ge=D(W,ve,O,pe,he,$),re=O.length;if(!O.closed&&R(W,ge,O.tagName,be)&&(O.closed=!0,ce.nbsp||$.warning("unclosed xml attribute")),q&&re){for(var ne=m(q,{}),ye=0;ye<re;ye++){var Le=O[ye];j(Le.offset),Le.locator=m(q,{})}P.locator=ne,_(O,P,pe)&&xe.push(O),P.locator=q}else _(O,P,pe)&&xe.push(O);n.isHTML(O.uri)&&!O.closed?ge=A(W,ge,O.tagName,he,P):ge++}}catch(_e){if(_e instanceof d)throw _e;$.error("element parse error: "+_e),ge=-1}ge>se?se=ge:G(Math.max(ve,se)+1)}}function m(W,te){return te.lineNumber=W.lineNumber,te.columnNumber=W.columnNumber,te}function D(W,te,ce,P,$,U){function he(q,xe,be){ce.attributeNames.hasOwnProperty(q)&&U.fatalError("Attribute "+q+" redefined"),ce.addValue(q,xe.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,$),be)}for(var G,j,De=++te,ie=i;;){var fe=W.charAt(De);switch(fe){case"=":if(ie===o)G=W.slice(te,De),ie=s;else if(ie===a)ie=s;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(ie===s||ie===o)if(ie===o&&(U.warning('attribute value must after "="'),G=W.slice(te,De)),te=De+1,De=W.indexOf(fe,te),De>0)j=W.slice(te,De),he(G,j,te-1),ie=c;else throw new Error("attribute value no end '"+fe+"' match");else if(ie==l)j=W.slice(te,De),he(G,j,te),U.warning('attribute "'+G+'" missed start quot('+fe+")!!"),te=De+1,ie=c;else throw new Error('attribute value must after "="');break;case"/":switch(ie){case i:ce.setTagName(W.slice(te,De));case c:case f:case u:ie=u,ce.closed=!0;case l:case o:break;case a:ce.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return U.error("unexpected end of input"),ie==i&&ce.setTagName(W.slice(te,De)),De;case">":switch(ie){case i:ce.setTagName(W.slice(te,De));case c:case f:case u:break;case l:case o:j=W.slice(te,De),j.slice(-1)==="/"&&(ce.closed=!0,j=j.slice(0,-1));case a:ie===a&&(j=G),ie==l?(U.warning('attribute "'+j+'" missed quot(")!'),he(G,j,te)):((!n.isHTML(P[""])||!j.match(/^(?:disabled|checked|selected)$/i))&&U.warning('attribute "'+j+'" missed value!! "'+j+'" instead!!'),he(j,j,te));break;case s:throw new Error("attribute value missed!!")}return De;case"":fe=" ";default:if(fe<=" ")switch(ie){case i:ce.setTagName(W.slice(te,De)),ie=f;break;case o:G=W.slice(te,De),ie=a;break;case l:var j=W.slice(te,De);U.warning('attribute "'+j+'" missed quot(")!!'),he(G,j,te);case c:ie=f;break}else switch(ie){case a:ce.tagName,(!n.isHTML(P[""])||!G.match(/^(?:disabled|checked|selected)$/i))&&U.warning('attribute "'+G+'" missed value!! "'+G+'" instead2!!'),he(G,G,te),te=De,ie=o;break;case c:U.warning('attribute space is required"'+G+'"!!');case f:ie=o,te=De;break;case s:ie=l,te=De;break;case u:throw new Error("elements closed character '/' and '>' must be connected to")}}De++}}function _(W,te,ce){for(var P=W.tagName,$=null,fe=W.length;fe--;){var U=W[fe],he=U.qName,G=U.value,q=he.indexOf(":");if(q>0)var j=U.prefix=he.slice(0,q),De=he.slice(q+1),ie=j==="xmlns"&&De;else De=he,j=null,ie=he==="xmlns"&&"";U.localName=De,ie!==!1&&($==null&&($={},N(ce,ce={})),ce[ie]=$[ie]=G,U.uri=n.XMLNS,te.startPrefixMapping(ie,G))}for(var fe=W.length;fe--;){U=W[fe];var j=U.prefix;j&&(j==="xml"&&(U.uri=n.XML),j!=="xmlns"&&(U.uri=ce[j||""]))}var q=P.indexOf(":");q>0?(j=W.prefix=P.slice(0,q),De=W.localName=P.slice(q+1)):(j=null,De=W.localName=P);var xe=W.uri=ce[j||""];if(te.startElement(xe,De,P,W),W.closed){if(te.endElement(xe,De,P),$)for(j in $)Object.prototype.hasOwnProperty.call($,j)&&te.endPrefixMapping(j)}else return W.currentNSMap=ce,W.localNSMap=$,!0}function A(W,te,ce,P,$){if(/^(?:script|textarea)$/i.test(ce)){var U=W.indexOf("</"+ce+">",te),he=W.substring(te+1,U);if(/[&<]/.test(he))return/^script$/i.test(ce)?($.characters(he,0,he.length),U):(he=he.replace(/&#?\w+;/g,P),$.characters(he,0,he.length),U)}return te+1}function R(W,te,ce,P){var $=P[ce];return $==null&&($=W.lastIndexOf("</"+ce+">"),$<te&&($=W.lastIndexOf("</"+ce)),P[ce]=$),$<te}function N(W,te){for(var ce in W)Object.prototype.hasOwnProperty.call(W,ce)&&(te[ce]=W[ce])}function I(W,te,ce,P){var $=W.charAt(te+2);switch($){case"-":if(W.charAt(te+3)==="-"){var U=W.indexOf("-->",te+4);return U>te?(ce.comment(W,te+4,U-te-4),U+3):(P.error("Unclosed comment"),-1)}else return-1;default:if(W.substr(te+3,6)=="CDATA["){var U=W.indexOf("]]>",te+9);return ce.startCDATA(),ce.characters(W,te+9,U-te-9),ce.endCDATA(),U+3}var he=Z(W,te),G=he.length;if(G>1&&/!doctype/i.test(he[0][0])){var j=he[1][0],De=!1,ie=!1;G>3&&(/^public$/i.test(he[2][0])?(De=he[3][0],ie=G>4&&he[4][0]):/^system$/i.test(he[2][0])&&(ie=he[3][0]));var fe=he[G-1];return ce.startDTD(j,De,ie),ce.endDTD(),fe.index+fe[0].length}}return-1}function M(W,te,ce){var P=W.indexOf("?>",te);if(P){var $=W.substring(te,P).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return $?($[0].length,ce.processingInstruction($[1],$[2]),P+2):-1}return-1}function z(){this.attributeNames={}}z.prototype={setTagName:function(W){if(!r.test(W))throw new Error("invalid tagName:"+W);this.tagName=W},addValue:function(W,te,ce){if(!r.test(W))throw new Error("invalid attribute:"+W);this.attributeNames[W]=this.length,this[this.length++]={qName:W,value:te,offset:ce}},length:0,getLocalName:function(W){return this[W].localName},getLocator:function(W){return this[W].locator},getQName:function(W){return this[W].qName},getURI:function(W){return this[W].uri},getValue:function(W){return this[W].value}};function Z(W,te){var ce,P=[],$=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for($.lastIndex=te,$.exec(W);ce=$.exec(W);)if(P.push(ce),ce[1])return P}return sy.XMLReader=g,sy.ParseError=d,sy}var FS;function $W(){if(FS)return Sp;FS=1;var n=Cm(),e=_D(),t=qW(),r=jW(),i=e.DOMImplementation,o=n.NAMESPACE,a=r.ParseError,s=r.XMLReader;function l(D){return D.replace(/\r[\n\u0085]/g,`
|
|
220
|
-
`).replace(/[\r\u0085\u2028]/g,`
|
|
221
|
-
`)}function c(D){this.options=D||{locator:{}}}c.prototype.parseFromString=function(D,_){var A=this.options,R=new s,N=A.domBuilder||new u,I=A.errorHandler,M=A.locator,z=A.xmlns||{},Z=/\/x?html?$/.test(_),W=Z?t.HTML_ENTITIES:t.XML_ENTITIES;M&&N.setDocumentLocator(M),R.errorHandler=f(I,N,M),R.domBuilder=A.domBuilder||N,Z&&(z[""]=o.HTML),z.xml=z.xml||o.XML;var te=A.normalizeLineEndings||l;return D&&typeof D=="string"?R.parse(te(D),z,W):R.errorHandler.error("invalid doc source"),N.doc};function f(D,_,A){if(!D){if(_ instanceof u)return _;D=_}var R={},N=D instanceof Function;A=A||{};function I(M){var z=D[M];!z&&N&&(z=D.length==2?function(Z){D(M,Z)}:D),R[M]=z&&function(Z){z("[xmldom "+M+"] "+Z+g(A))}||function(){}}return I("warning"),I("error"),I("fatalError"),R}function u(){this.cdata=!1}function d(D,_){_.lineNumber=D.lineNumber,_.columnNumber=D.columnNumber}u.prototype={startDocument:function(){this.doc=new i().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(D,_,A,R){var N=this.doc,I=N.createElementNS(D,A||_),M=R.length;m(this,I),this.currentElement=I,this.locator&&d(this.locator,I);for(var z=0;z<M;z++){var D=R.getURI(z),Z=R.getValue(z),A=R.getQName(z),W=N.createAttributeNS(D,A);this.locator&&d(R.getLocator(z),W),W.value=W.nodeValue=Z,I.setAttributeNode(W)}},endElement:function(D,_,A){var R=this.currentElement;R.tagName,this.currentElement=R.parentNode},startPrefixMapping:function(D,_){},endPrefixMapping:function(D){},processingInstruction:function(D,_){var A=this.doc.createProcessingInstruction(D,_);this.locator&&d(this.locator,A),m(this,A)},ignorableWhitespace:function(D,_,A){},characters:function(D,_,A){if(D=b.apply(this,arguments),D){if(this.cdata)var R=this.doc.createCDATASection(D);else var R=this.doc.createTextNode(D);this.currentElement?this.currentElement.appendChild(R):/^\s*$/.test(D)&&this.doc.appendChild(R),this.locator&&d(this.locator,R)}},skippedEntity:function(D){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(D){(this.locator=D)&&(D.lineNumber=0)},comment:function(D,_,A){D=b.apply(this,arguments);var R=this.doc.createComment(D);this.locator&&d(this.locator,R),m(this,R)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(D,_,A){var R=this.doc.implementation;if(R&&R.createDocumentType){var N=R.createDocumentType(D,_,A);this.locator&&d(this.locator,N),m(this,N),this.doc.doctype=N}},warning:function(D){console.warn("[xmldom warning] "+D,g(this.locator))},error:function(D){console.error("[xmldom error] "+D,g(this.locator))},fatalError:function(D){throw new a(D,this.locator)}};function g(D){if(D)return`
|
|
222
|
-
@`+(D.systemId||"")+"#[line:"+D.lineNumber+",col:"+D.columnNumber+"]"}function b(D,_,A){return typeof D=="string"?D.substr(_,A):D.length>=_+A||_?new java.lang.String(D,_,A)+"":D}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(D){u.prototype[D]=function(){return null}});function m(D,_){D.currentElement?D.currentElement.appendChild(_):D.doc.appendChild(_)}return Sp.__DOMHandler=u,Sp.normalizeLineEndings=l,Sp.DOMParser=c,Sp}var OS;function ez(){if(OS)return Cp;OS=1;var n=_D();return Cp.DOMImplementation=n.DOMImplementation,Cp.XMLSerializer=n.XMLSerializer,Cp.DOMParser=$W().DOMParser,Cp}var IS;function tz(){if(IS)return ay;IS=1;var n=ez(),e=_D();function t(r){var i=null,o=new n.DOMParser({errorHandler:function(s,l){i={level:s,message:l}}}),a=o.parseFromString(r);if(i===null)return a;throw new Error(i.level+": "+i.message)}return ay.parseFromString=t,ay.Node=e.Node,ay}var MS;function nz(){if(MS)return V0;MS=1;var n=_d(),e=ui,t=tz(),r=y5(),i=r.Element;V0.readString=a;var o=t.Node;function a(s,l){l=l||{};try{var c=t.parseFromString(s,"text/xml")}catch(g){return n.reject(g)}if(c.documentElement.tagName==="parsererror")return n.resolve(new Error(c.documentElement.textContent));function f(g){switch(g.nodeType){case o.ELEMENT_NODE:return u(g);case o.TEXT_NODE:return r.text(g.nodeValue)}}function u(g){var b=d(g),m=[];e.forEach(g.childNodes,function(_){var A=f(_);A&&m.push(A)});var D={};return e.forEach(g.attributes,function(_){D[d(_)]=_.value}),new i(b,D,m)}function d(g){if(g.namespaceURI){var b=l[g.namespaceURI],m;return b?m=b+":":m="{"+g.namespaceURI+"}",m+g.localName}else return g.localName}return n.resolve(f(c.documentElement))}return V0}var X0={},zd={},mu={},PS;function Cd(){return PS||(PS=1,(function(){var n,e,t,r,i,o,a,s=[].slice,l={}.hasOwnProperty;n=function(){var c,f,u,d,g,b;if(b=arguments[0],g=2<=arguments.length?s.call(arguments,1):[],i(Object.assign))Object.assign.apply(null,arguments);else for(c=0,u=g.length;c<u;c++)if(d=g[c],d!=null)for(f in d)l.call(d,f)&&(b[f]=d[f]);return b},i=function(c){return!!c&&Object.prototype.toString.call(c)==="[object Function]"},o=function(c){var f;return!!c&&((f=typeof c)=="function"||f==="object")},t=function(c){return i(Array.isArray)?Array.isArray(c):Object.prototype.toString.call(c)==="[object Array]"},r=function(c){var f;if(t(c))return!c.length;for(f in c)if(l.call(c,f))return!1;return!0},a=function(c){var f,u;return o(c)&&(u=Object.getPrototypeOf(c))&&(f=u.constructor)&&typeof f=="function"&&f instanceof f&&Function.prototype.toString.call(f)===Function.prototype.toString.call(Object)},e=function(c){return i(c.valueOf)?c.valueOf():c},mu.assign=n,mu.isFunction=i,mu.isObject=o,mu.isArray=t,mu.isEmpty=r,mu.isPlainObject=a,mu.getValue=e}).call(mu)),mu}var Ry={exports:{}},Uy={exports:{}},Fy={exports:{}},Oy={exports:{}},rz=Oy.exports,NS;function b5(){return NS||(NS=1,(function(){Oy.exports=function(){function n(e,t,r){if(this.options=e.options,this.stringify=e.stringify,this.parent=e,t==null)throw new Error("Missing attribute name. "+this.debugInfo(t));if(r==null)throw new Error("Missing attribute value. "+this.debugInfo(t));this.name=this.stringify.attName(t),this.value=this.stringify.attValue(r)}return n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).attribute(this)},n.prototype.debugInfo=function(e){return e=e||this.name,e==null?"parent: <"+this.parent.name+">":"attribute: {"+e+"}, parent: <"+this.parent.name+">"},n}()}).call(rz)),Oy.exports}var iz=Fy.exports,BS;function Sm(){return BS||(BS=1,(function(){var n,e,t,r,i,o,a=function(l,c){for(var f in c)s.call(c,f)&&(l[f]=c[f]);function u(){this.constructor=l}return u.prototype=c.prototype,l.prototype=new u,l.__super__=c.prototype,l},s={}.hasOwnProperty;o=Cd(),i=o.isObject,r=o.isFunction,t=o.getValue,e=_s(),n=b5(),Fy.exports=function(l){a(c,l);function c(f,u,d){if(c.__super__.constructor.call(this,f),u==null)throw new Error("Missing element name. "+this.debugInfo());this.name=this.stringify.eleName(u),this.attributes={},d!=null&&this.attribute(d),f.isDocument&&(this.isRoot=!0,this.documentObject=f,f.rootObject=this)}return c.prototype.clone=function(){var f,u,d,g;d=Object.create(this),d.isRoot&&(d.documentObject=null),d.attributes={},g=this.attributes;for(u in g)s.call(g,u)&&(f=g[u],d.attributes[u]=f.clone());return d.children=[],this.children.forEach(function(b){var m;return m=b.clone(),m.parent=d,d.children.push(m)}),d},c.prototype.attribute=function(f,u){var d,g;if(f!=null&&(f=t(f)),i(f))for(d in f)s.call(f,d)&&(g=f[d],this.attribute(d,g));else r(u)&&(u=u.apply()),(!this.options.skipNullAttributes||u!=null)&&(this.attributes[f]=new n(this,f,u));return this},c.prototype.removeAttribute=function(f){var u,d,g;if(f==null)throw new Error("Missing attribute name. "+this.debugInfo());if(f=t(f),Array.isArray(f))for(d=0,g=f.length;d<g;d++)u=f[d],delete this.attributes[u];else delete this.attributes[f];return this},c.prototype.toString=function(f){return this.options.writer.set(f).element(this)},c.prototype.att=function(f,u){return this.attribute(f,u)},c.prototype.a=function(f,u){return this.attribute(f,u)},c}(e)}).call(iz)),Fy.exports}var Iy={exports:{}},oz=Iy.exports,LS;function Am(){return LS||(LS=1,(function(){var n,e=function(r,i){for(var o in i)t.call(i,o)&&(r[o]=i[o]);function a(){this.constructor=r}return a.prototype=i.prototype,r.prototype=new a,r.__super__=i.prototype,r},t={}.hasOwnProperty;n=_s(),Iy.exports=function(r){e(i,r);function i(o,a){if(i.__super__.constructor.call(this,o),a==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.text=this.stringify.cdata(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(o){return this.options.writer.set(o).cdata(this)},i}(n)}).call(oz)),Iy.exports}var My={exports:{}},az=My.exports,WS;function km(){return WS||(WS=1,(function(){var n,e=function(r,i){for(var o in i)t.call(i,o)&&(r[o]=i[o]);function a(){this.constructor=r}return a.prototype=i.prototype,r.prototype=new a,r.__super__=i.prototype,r},t={}.hasOwnProperty;n=_s(),My.exports=function(r){e(i,r);function i(o,a){if(i.__super__.constructor.call(this,o),a==null)throw new Error("Missing comment text. "+this.debugInfo());this.text=this.stringify.comment(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(o){return this.options.writer.set(o).comment(this)},i}(n)}).call(az)),My.exports}var Py={exports:{}},sz=Py.exports,zS;function Rm(){return zS||(zS=1,(function(){var n,e,t=function(i,o){for(var a in o)r.call(o,a)&&(i[a]=o[a]);function s(){this.constructor=i}return s.prototype=o.prototype,i.prototype=new s,i.__super__=o.prototype,i},r={}.hasOwnProperty;e=Cd().isObject,n=_s(),Py.exports=function(i){t(o,i);function o(a,s,l,c){var f;o.__super__.constructor.call(this,a),e(s)&&(f=s,s=f.version,l=f.encoding,c=f.standalone),s||(s="1.0"),this.version=this.stringify.xmlVersion(s),l!=null&&(this.encoding=this.stringify.xmlEncoding(l)),c!=null&&(this.standalone=this.stringify.xmlStandalone(c))}return o.prototype.toString=function(a){return this.options.writer.set(a).declaration(this)},o}(n)}).call(sz)),Py.exports}var Ny={exports:{}},By={exports:{}},lz=By.exports,HS;function Um(){return HS||(HS=1,(function(){var n,e=function(r,i){for(var o in i)t.call(i,o)&&(r[o]=i[o]);function a(){this.constructor=r}return a.prototype=i.prototype,r.prototype=new a,r.__super__=i.prototype,r},t={}.hasOwnProperty;n=_s(),By.exports=function(r){e(i,r);function i(o,a,s,l,c,f){if(i.__super__.constructor.call(this,o),a==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(s==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(a));if(!l)throw new Error("Missing DTD attribute type. "+this.debugInfo(a));if(!c)throw new Error("Missing DTD attribute default. "+this.debugInfo(a));if(c.indexOf("#")!==0&&(c="#"+c),!c.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(a));if(f&&!c.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(a));this.elementName=this.stringify.eleName(a),this.attributeName=this.stringify.attName(s),this.attributeType=this.stringify.dtdAttType(l),this.defaultValue=this.stringify.dtdAttDefault(f),this.defaultValueType=c}return i.prototype.toString=function(o){return this.options.writer.set(o).dtdAttList(this)},i}(n)}).call(lz)),By.exports}var Ly={exports:{}},cz=Ly.exports,VS;function Fm(){return VS||(VS=1,(function(){var n,e,t=function(i,o){for(var a in o)r.call(o,a)&&(i[a]=o[a]);function s(){this.constructor=i}return s.prototype=o.prototype,i.prototype=new s,i.__super__=o.prototype,i},r={}.hasOwnProperty;e=Cd().isObject,n=_s(),Ly.exports=function(i){t(o,i);function o(a,s,l,c){if(o.__super__.constructor.call(this,a),l==null)throw new Error("Missing DTD entity name. "+this.debugInfo(l));if(c==null)throw new Error("Missing DTD entity value. "+this.debugInfo(l));if(this.pe=!!s,this.name=this.stringify.eleName(l),!e(c))this.value=this.stringify.dtdEntityValue(c);else{if(!c.pubID&&!c.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(l));if(c.pubID&&!c.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(l));if(c.pubID!=null&&(this.pubID=this.stringify.dtdPubID(c.pubID)),c.sysID!=null&&(this.sysID=this.stringify.dtdSysID(c.sysID)),c.nData!=null&&(this.nData=this.stringify.dtdNData(c.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(l))}}return o.prototype.toString=function(a){return this.options.writer.set(a).dtdEntity(this)},o}(n)}).call(cz)),Ly.exports}var Wy={exports:{}},uz=Wy.exports,GS;function Om(){return GS||(GS=1,(function(){var n,e=function(r,i){for(var o in i)t.call(i,o)&&(r[o]=i[o]);function a(){this.constructor=r}return a.prototype=i.prototype,r.prototype=new a,r.__super__=i.prototype,r},t={}.hasOwnProperty;n=_s(),Wy.exports=function(r){e(i,r);function i(o,a,s){if(i.__super__.constructor.call(this,o),a==null)throw new Error("Missing DTD element name. "+this.debugInfo());s||(s="(#PCDATA)"),Array.isArray(s)&&(s="("+s.join(",")+")"),this.name=this.stringify.eleName(a),this.value=this.stringify.dtdElementValue(s)}return i.prototype.toString=function(o){return this.options.writer.set(o).dtdElement(this)},i}(n)}).call(uz)),Wy.exports}var zy={exports:{}},fz=zy.exports,XS;function Im(){return XS||(XS=1,(function(){var n,e=function(r,i){for(var o in i)t.call(i,o)&&(r[o]=i[o]);function a(){this.constructor=r}return a.prototype=i.prototype,r.prototype=new a,r.__super__=i.prototype,r},t={}.hasOwnProperty;n=_s(),zy.exports=function(r){e(i,r);function i(o,a,s){if(i.__super__.constructor.call(this,o),a==null)throw new Error("Missing DTD notation name. "+this.debugInfo(a));if(!s.pubID&&!s.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(a));this.name=this.stringify.eleName(a),s.pubID!=null&&(this.pubID=this.stringify.dtdPubID(s.pubID)),s.sysID!=null&&(this.sysID=this.stringify.dtdSysID(s.sysID))}return i.prototype.toString=function(o){return this.options.writer.set(o).dtdNotation(this)},i}(n)}).call(fz)),zy.exports}var dz=Ny.exports,YS;function Mm(){return YS||(YS=1,(function(){var n,e,t,r,i,o,a=function(l,c){for(var f in c)s.call(c,f)&&(l[f]=c[f]);function u(){this.constructor=l}return u.prototype=c.prototype,l.prototype=new u,l.__super__=c.prototype,l},s={}.hasOwnProperty;o=Cd().isObject,i=_s(),n=Um(),t=Fm(),e=Om(),r=Im(),Ny.exports=function(l){a(c,l);function c(f,u,d){var g,b;c.__super__.constructor.call(this,f),this.name="!DOCTYPE",this.documentObject=f,o(u)&&(g=u,u=g.pubID,d=g.sysID),d==null&&(b=[u,d],d=b[0],u=b[1]),u!=null&&(this.pubID=this.stringify.dtdPubID(u)),d!=null&&(this.sysID=this.stringify.dtdSysID(d))}return c.prototype.element=function(f,u){var d;return d=new e(this,f,u),this.children.push(d),this},c.prototype.attList=function(f,u,d,g,b){var m;return m=new n(this,f,u,d,g,b),this.children.push(m),this},c.prototype.entity=function(f,u){var d;return d=new t(this,!1,f,u),this.children.push(d),this},c.prototype.pEntity=function(f,u){var d;return d=new t(this,!0,f,u),this.children.push(d),this},c.prototype.notation=function(f,u){var d;return d=new r(this,f,u),this.children.push(d),this},c.prototype.toString=function(f){return this.options.writer.set(f).docType(this)},c.prototype.ele=function(f,u){return this.element(f,u)},c.prototype.att=function(f,u,d,g,b){return this.attList(f,u,d,g,b)},c.prototype.ent=function(f,u){return this.entity(f,u)},c.prototype.pent=function(f,u){return this.pEntity(f,u)},c.prototype.not=function(f,u){return this.notation(f,u)},c.prototype.up=function(){return this.root()||this.documentObject},c}(i)}).call(dz)),Ny.exports}var Hy={exports:{}},hz=Hy.exports,ZS;function Pm(){return ZS||(ZS=1,(function(){var n,e=function(r,i){for(var o in i)t.call(i,o)&&(r[o]=i[o]);function a(){this.constructor=r}return a.prototype=i.prototype,r.prototype=new a,r.__super__=i.prototype,r},t={}.hasOwnProperty;n=_s(),Hy.exports=function(r){e(i,r);function i(o,a){if(i.__super__.constructor.call(this,o),a==null)throw new Error("Missing raw text. "+this.debugInfo());this.value=this.stringify.raw(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(o){return this.options.writer.set(o).raw(this)},i}(n)}).call(hz)),Hy.exports}var Vy={exports:{}},pz=Vy.exports,JS;function Nm(){return JS||(JS=1,(function(){var n,e=function(r,i){for(var o in i)t.call(i,o)&&(r[o]=i[o]);function a(){this.constructor=r}return a.prototype=i.prototype,r.prototype=new a,r.__super__=i.prototype,r},t={}.hasOwnProperty;n=_s(),Vy.exports=function(r){e(i,r);function i(o,a){if(i.__super__.constructor.call(this,o),a==null)throw new Error("Missing element text. "+this.debugInfo());this.value=this.stringify.eleText(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(o){return this.options.writer.set(o).text(this)},i}(n)}).call(pz)),Vy.exports}var Gy={exports:{}},gz=Gy.exports,KS;function Bm(){return KS||(KS=1,(function(){var n,e=function(r,i){for(var o in i)t.call(i,o)&&(r[o]=i[o]);function a(){this.constructor=r}return a.prototype=i.prototype,r.prototype=new a,r.__super__=i.prototype,r},t={}.hasOwnProperty;n=_s(),Gy.exports=function(r){e(i,r);function i(o,a,s){if(i.__super__.constructor.call(this,o),a==null)throw new Error("Missing instruction target. "+this.debugInfo());this.target=this.stringify.insTarget(a),s&&(this.value=this.stringify.insValue(s))}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(o){return this.options.writer.set(o).processingInstruction(this)},i}(n)}).call(gz)),Gy.exports}var Xy={exports:{}},yz=Xy.exports,QS;function CD(){return QS||(QS=1,(function(){var n,e=function(r,i){for(var o in i)t.call(i,o)&&(r[o]=i[o]);function a(){this.constructor=r}return a.prototype=i.prototype,r.prototype=new a,r.__super__=i.prototype,r},t={}.hasOwnProperty;n=_s(),Xy.exports=function(r){e(i,r);function i(o){i.__super__.constructor.call(this,o),this.isDummy=!0}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(o){return""},i}(n)}).call(yz)),Xy.exports}var bz=Uy.exports,qS;function _s(){return qS||(qS=1,(function(){var n,e,t,r,i,o,a,s,l,c,f,u,d,g,b={}.hasOwnProperty;g=Cd(),d=g.isObject,u=g.isFunction,f=g.isEmpty,c=g.getValue,o=null,n=null,e=null,t=null,r=null,s=null,l=null,a=null,i=null,Uy.exports=function(){function m(D){this.parent=D,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],o||(o=Sm(),n=Am(),e=km(),t=Rm(),r=Mm(),s=Pm(),l=Nm(),a=Bm(),i=CD())}return m.prototype.element=function(D,_,A){var R,N,I,M,z,Z,W,te,ce,P,$;if(Z=null,_===null&&A==null&&(ce=[{},null],_=ce[0],A=ce[1]),_==null&&(_={}),_=c(_),d(_)||(P=[_,A],A=P[0],_=P[1]),D!=null&&(D=c(D)),Array.isArray(D))for(I=0,W=D.length;I<W;I++)N=D[I],Z=this.element(N);else if(u(D))Z=this.element(D.apply());else if(d(D)){for(z in D)if(b.call(D,z))if($=D[z],u($)&&($=$.apply()),d($)&&f($)&&($=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&z.indexOf(this.stringify.convertAttKey)===0)Z=this.attribute(z.substr(this.stringify.convertAttKey.length),$);else if(!this.options.separateArrayItems&&Array.isArray($))for(M=0,te=$.length;M<te;M++)N=$[M],R={},R[z]=N,Z=this.element(R);else d($)?(Z=this.element(z),Z.element($)):Z=this.element(z,$)}else this.options.skipNullNodes&&A===null?Z=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&D.indexOf(this.stringify.convertTextKey)===0?Z=this.text(A):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&D.indexOf(this.stringify.convertCDataKey)===0?Z=this.cdata(A):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&D.indexOf(this.stringify.convertCommentKey)===0?Z=this.comment(A):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&D.indexOf(this.stringify.convertRawKey)===0?Z=this.raw(A):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&D.indexOf(this.stringify.convertPIKey)===0?Z=this.instruction(D.substr(this.stringify.convertPIKey.length),A):Z=this.node(D,_,A);if(Z==null)throw new Error("Could not create any elements with: "+D+". "+this.debugInfo());return Z},m.prototype.insertBefore=function(D,_,A){var R,N,I;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(D));return N=this.parent.children.indexOf(this),I=this.parent.children.splice(N),R=this.parent.element(D,_,A),Array.prototype.push.apply(this.parent.children,I),R},m.prototype.insertAfter=function(D,_,A){var R,N,I;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(D));return N=this.parent.children.indexOf(this),I=this.parent.children.splice(N+1),R=this.parent.element(D,_,A),Array.prototype.push.apply(this.parent.children,I),R},m.prototype.remove=function(){var D;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return D=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[D,D-D+1].concat([])),this.parent},m.prototype.node=function(D,_,A){var R,N;return D!=null&&(D=c(D)),_||(_={}),_=c(_),d(_)||(N=[_,A],A=N[0],_=N[1]),R=new o(this,D,_),A!=null&&R.text(A),this.children.push(R),R},m.prototype.text=function(D){var _;return _=new l(this,D),this.children.push(_),this},m.prototype.cdata=function(D){var _;return _=new n(this,D),this.children.push(_),this},m.prototype.comment=function(D){var _;return _=new e(this,D),this.children.push(_),this},m.prototype.commentBefore=function(D){var _,A;return _=this.parent.children.indexOf(this),A=this.parent.children.splice(_),this.parent.comment(D),Array.prototype.push.apply(this.parent.children,A),this},m.prototype.commentAfter=function(D){var _,A;return _=this.parent.children.indexOf(this),A=this.parent.children.splice(_+1),this.parent.comment(D),Array.prototype.push.apply(this.parent.children,A),this},m.prototype.raw=function(D){var _;return _=new s(this,D),this.children.push(_),this},m.prototype.dummy=function(){var D;return D=new i(this),this.children.push(D),D},m.prototype.instruction=function(D,_){var A,R,N,I,M;if(D!=null&&(D=c(D)),_!=null&&(_=c(_)),Array.isArray(D))for(I=0,M=D.length;I<M;I++)A=D[I],this.instruction(A);else if(d(D))for(A in D)b.call(D,A)&&(R=D[A],this.instruction(A,R));else u(_)&&(_=_.apply()),N=new a(this,D,_),this.children.push(N);return this},m.prototype.instructionBefore=function(D,_){var A,R;return A=this.parent.children.indexOf(this),R=this.parent.children.splice(A),this.parent.instruction(D,_),Array.prototype.push.apply(this.parent.children,R),this},m.prototype.instructionAfter=function(D,_){var A,R;return A=this.parent.children.indexOf(this),R=this.parent.children.splice(A+1),this.parent.instruction(D,_),Array.prototype.push.apply(this.parent.children,R),this},m.prototype.declaration=function(D,_,A){var R,N;return R=this.document(),N=new t(R,D,_,A),R.children[0]instanceof t?R.children[0]=N:R.children.unshift(N),R.root()||R},m.prototype.doctype=function(D,_){var A,R,N,I,M,z,Z,W,te,ce;for(R=this.document(),N=new r(R,D,_),te=R.children,I=M=0,Z=te.length;M<Z;I=++M)if(A=te[I],A instanceof r)return R.children[I]=N,N;for(ce=R.children,I=z=0,W=ce.length;z<W;I=++z)if(A=ce[I],A.isRoot)return R.children.splice(I,0,N),N;return R.children.push(N),N},m.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},m.prototype.root=function(){var D;for(D=this;D;){if(D.isDocument)return D.rootObject;if(D.isRoot)return D;D=D.parent}},m.prototype.document=function(){var D;for(D=this;D;){if(D.isDocument)return D;D=D.parent}},m.prototype.end=function(D){return this.document().end(D)},m.prototype.prev=function(){var D;for(D=this.parent.children.indexOf(this);D>0&&this.parent.children[D-1].isDummy;)D=D-1;if(D<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[D-1]},m.prototype.next=function(){var D;for(D=this.parent.children.indexOf(this);D<this.parent.children.length-1&&this.parent.children[D+1].isDummy;)D=D+1;if(D===-1||D===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[D+1]},m.prototype.importDocument=function(D){var _;return _=D.root().clone(),_.parent=this,_.isRoot=!1,this.children.push(_),this},m.prototype.debugInfo=function(D){var _,A;return D=D||this.name,D==null&&!((_=this.parent)!=null&&_.name)?"":D==null?"parent: <"+this.parent.name+">":(A=this.parent)!=null&&A.name?"node: <"+D+">, parent: <"+this.parent.name+">":"node: <"+D+">"},m.prototype.ele=function(D,_,A){return this.element(D,_,A)},m.prototype.nod=function(D,_,A){return this.node(D,_,A)},m.prototype.txt=function(D){return this.text(D)},m.prototype.dat=function(D){return this.cdata(D)},m.prototype.com=function(D){return this.comment(D)},m.prototype.ins=function(D,_){return this.instruction(D,_)},m.prototype.doc=function(){return this.document()},m.prototype.dec=function(D,_,A){return this.declaration(D,_,A)},m.prototype.dtd=function(D,_){return this.doctype(D,_)},m.prototype.e=function(D,_,A){return this.element(D,_,A)},m.prototype.n=function(D,_,A){return this.node(D,_,A)},m.prototype.t=function(D){return this.text(D)},m.prototype.d=function(D){return this.cdata(D)},m.prototype.c=function(D){return this.comment(D)},m.prototype.r=function(D){return this.raw(D)},m.prototype.i=function(D,_){return this.instruction(D,_)},m.prototype.u=function(){return this.up()},m.prototype.importXMLBuilder=function(D){return this.importDocument(D)},m}()}).call(bz)),Uy.exports}var Yy={exports:{}},mz=Yy.exports,jS;function m5(){return jS||(jS=1,(function(){var n=function(t,r){return function(){return t.apply(r,arguments)}},e={}.hasOwnProperty;Yy.exports=function(){function t(r){this.assertLegalChar=n(this.assertLegalChar,this);var i,o,a;r||(r={}),this.noDoubleEncoding=r.noDoubleEncoding,o=r.stringify||{};for(i in o)e.call(o,i)&&(a=o[i],this[i]=a)}return t.prototype.eleName=function(r){return r=""+r||"",this.assertLegalChar(r)},t.prototype.eleText=function(r){return r=""+r||"",this.assertLegalChar(this.elEscape(r))},t.prototype.cdata=function(r){return r=""+r||"",r=r.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(r)},t.prototype.comment=function(r){if(r=""+r||"",r.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+r);return this.assertLegalChar(r)},t.prototype.raw=function(r){return""+r||""},t.prototype.attName=function(r){return r=""+r||""},t.prototype.attValue=function(r){return r=""+r||"",this.attEscape(r)},t.prototype.insTarget=function(r){return""+r||""},t.prototype.insValue=function(r){if(r=""+r||"",r.match(/\?>/))throw new Error("Invalid processing instruction value: "+r);return r},t.prototype.xmlVersion=function(r){if(r=""+r||"",!r.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+r);return r},t.prototype.xmlEncoding=function(r){if(r=""+r||"",!r.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+r);return r},t.prototype.xmlStandalone=function(r){return r?"yes":"no"},t.prototype.dtdPubID=function(r){return""+r||""},t.prototype.dtdSysID=function(r){return""+r||""},t.prototype.dtdElementValue=function(r){return""+r||""},t.prototype.dtdAttType=function(r){return""+r||""},t.prototype.dtdAttDefault=function(r){return r!=null?""+r||"":r},t.prototype.dtdEntityValue=function(r){return""+r||""},t.prototype.dtdNData=function(r){return""+r||""},t.prototype.convertAttKey="@",t.prototype.convertPIKey="?",t.prototype.convertTextKey="#text",t.prototype.convertCDataKey="#cdata",t.prototype.convertCommentKey="#comment",t.prototype.convertRawKey="#raw",t.prototype.assertLegalChar=function(r){var i;if(i=r.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),i)throw new Error("Invalid character in string: "+r+" at index "+i.index);return r},t.prototype.elEscape=function(r){var i;return i=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(i,"&").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
")},t.prototype.attEscape=function(r){var i;return i=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(i,"&").replace(/</g,"<").replace(/"/g,""").replace(/\t/g,"	").replace(/\n/g,"
").replace(/\r/g,"
")},t}()}).call(mz)),Yy.exports}var Zy={exports:{}},Jy={exports:{}},vz=Jy.exports,$S;function v5(){return $S||($S=1,(function(){var n={}.hasOwnProperty;Jy.exports=function(){function e(t){var r,i,o,a,s,l,c,f,u;t||(t={}),this.pretty=t.pretty||!1,this.allowEmpty=(i=t.allowEmpty)!=null?i:!1,this.pretty?(this.indent=(o=t.indent)!=null?o:" ",this.newline=(a=t.newline)!=null?a:`
|
|
223
|
-
`,this.offset=(s=t.offset)!=null?s:0,this.dontprettytextnodes=(l=t.dontprettytextnodes)!=null?l:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash=(c=t.spacebeforeslash)!=null?c:"",this.spacebeforeslash===!0&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,f=t.writer||{};for(r in f)n.call(f,r)&&(u=f[r],this[r]=u)}return e.prototype.set=function(t){var r,i,o;t||(t={}),"pretty"in t&&(this.pretty=t.pretty),"allowEmpty"in t&&(this.allowEmpty=t.allowEmpty),this.pretty?(this.indent="indent"in t?t.indent:" ",this.newline="newline"in t?t.newline:`
|
|
224
|
-
`,this.offset="offset"in t?t.offset:0,this.dontprettytextnodes="dontprettytextnodes"in t?t.dontprettytextnodes:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash="spacebeforeslash"in t?t.spacebeforeslash:"",this.spacebeforeslash===!0&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,i=t.writer||{};for(r in i)n.call(i,r)&&(o=i[r],this[r]=o);return this},e.prototype.space=function(t){var r;return this.pretty?(r=(t||0)+this.offset+1,r>0?new Array(r).join(this.indent):""):""},e}()}).call(vz)),Jy.exports}var xz=Zy.exports,eA;function SD(){return eA||(eA=1,(function(){var n,e,t,r,i,o,a,s,l,c,f,u,d,g,b=function(D,_){for(var A in _)m.call(_,A)&&(D[A]=_[A]);function R(){this.constructor=D}return R.prototype=_.prototype,D.prototype=new R,D.__super__=_.prototype,D},m={}.hasOwnProperty;a=Rm(),s=Mm(),n=Am(),e=km(),c=Sm(),u=Pm(),d=Nm(),f=Bm(),l=CD(),t=Um(),r=Om(),i=Fm(),o=Im(),g=v5(),Zy.exports=function(D){b(_,D);function _(A){_.__super__.constructor.call(this,A)}return _.prototype.document=function(A){var R,N,I,M,z;for(this.textispresent=!1,M="",z=A.children,N=0,I=z.length;N<I;N++)R=z[N],!(R instanceof l)&&(M+=(function(){switch(!1){case!(R instanceof a):return this.declaration(R);case!(R instanceof s):return this.docType(R);case!(R instanceof e):return this.comment(R);case!(R instanceof f):return this.processingInstruction(R);default:return this.element(R,0)}}).call(this));return this.pretty&&M.slice(-this.newline.length)===this.newline&&(M=M.slice(0,-this.newline.length)),M},_.prototype.attribute=function(A){return" "+A.name+'="'+A.value+'"'},_.prototype.cdata=function(A,R){return this.space(R)+"<![CDATA["+A.text+"]]>"+this.newline},_.prototype.comment=function(A,R){return this.space(R)+"<!-- "+A.text+" -->"+this.newline},_.prototype.declaration=function(A,R){var N;return N=this.space(R),N+='<?xml version="'+A.version+'"',A.encoding!=null&&(N+=' encoding="'+A.encoding+'"'),A.standalone!=null&&(N+=' standalone="'+A.standalone+'"'),N+=this.spacebeforeslash+"?>",N+=this.newline,N},_.prototype.docType=function(A,R){var N,I,M,z,Z;if(R||(R=0),z=this.space(R),z+="<!DOCTYPE "+A.root().name,A.pubID&&A.sysID?z+=' PUBLIC "'+A.pubID+'" "'+A.sysID+'"':A.sysID&&(z+=' SYSTEM "'+A.sysID+'"'),A.children.length>0){for(z+=" [",z+=this.newline,Z=A.children,I=0,M=Z.length;I<M;I++)N=Z[I],z+=(function(){switch(!1){case!(N instanceof t):return this.dtdAttList(N,R+1);case!(N instanceof r):return this.dtdElement(N,R+1);case!(N instanceof i):return this.dtdEntity(N,R+1);case!(N instanceof o):return this.dtdNotation(N,R+1);case!(N instanceof n):return this.cdata(N,R+1);case!(N instanceof e):return this.comment(N,R+1);case!(N instanceof f):return this.processingInstruction(N,R+1);default:throw new Error("Unknown DTD node type: "+N.constructor.name)}}).call(this);z+="]"}return z+=this.spacebeforeslash+">",z+=this.newline,z},_.prototype.element=function(A,R){var N,I,M,z,Z,W,te,ce,P,$,U,he,G;R||(R=0),G=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),he=this.space(R),ce="",ce+=he+"<"+A.name,P=A.attributes;for(te in P)m.call(P,te)&&(N=P[te],ce+=this.attribute(N));if(A.children.length===0||A.children.every(function(j){return j.value===""}))this.allowEmpty?ce+="></"+A.name+">"+this.newline:ce+=this.spacebeforeslash+"/>"+this.newline;else if(this.pretty&&A.children.length===1&&A.children[0].value!=null)ce+=">",ce+=A.children[0].value,ce+="</"+A.name+">"+this.newline;else{if(this.dontprettytextnodes){for($=A.children,M=0,Z=$.length;M<Z;M++)if(I=$[M],I.value!=null){this.textispresent++,G=!0;break}}for(this.textispresent&&(this.newline="",this.pretty=!1,he=this.space(R)),ce+=">"+this.newline,U=A.children,z=0,W=U.length;z<W;z++)I=U[z],ce+=(function(){switch(!1){case!(I instanceof n):return this.cdata(I,R+1);case!(I instanceof e):return this.comment(I,R+1);case!(I instanceof c):return this.element(I,R+1);case!(I instanceof u):return this.raw(I,R+1);case!(I instanceof d):return this.text(I,R+1);case!(I instanceof f):return this.processingInstruction(I,R+1);case!(I instanceof l):return"";default:throw new Error("Unknown XML node type: "+I.constructor.name)}}).call(this);G&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),ce+=he+"</"+A.name+">"+this.newline}return ce},_.prototype.processingInstruction=function(A,R){var N;return N=this.space(R)+"<?"+A.target,A.value&&(N+=" "+A.value),N+=this.spacebeforeslash+"?>"+this.newline,N},_.prototype.raw=function(A,R){return this.space(R)+A.value+this.newline},_.prototype.text=function(A,R){return this.space(R)+A.value+this.newline},_.prototype.dtdAttList=function(A,R){var N;return N=this.space(R)+"<!ATTLIST "+A.elementName+" "+A.attributeName+" "+A.attributeType,A.defaultValueType!=="#DEFAULT"&&(N+=" "+A.defaultValueType),A.defaultValue&&(N+=' "'+A.defaultValue+'"'),N+=this.spacebeforeslash+">"+this.newline,N},_.prototype.dtdElement=function(A,R){return this.space(R)+"<!ELEMENT "+A.name+" "+A.value+this.spacebeforeslash+">"+this.newline},_.prototype.dtdEntity=function(A,R){var N;return N=this.space(R)+"<!ENTITY",A.pe&&(N+=" %"),N+=" "+A.name,A.value?N+=' "'+A.value+'"':(A.pubID&&A.sysID?N+=' PUBLIC "'+A.pubID+'" "'+A.sysID+'"':A.sysID&&(N+=' SYSTEM "'+A.sysID+'"'),A.nData&&(N+=" NDATA "+A.nData)),N+=this.spacebeforeslash+">"+this.newline,N},_.prototype.dtdNotation=function(A,R){var N;return N=this.space(R)+"<!NOTATION "+A.name,A.pubID&&A.sysID?N+=' PUBLIC "'+A.pubID+'" "'+A.sysID+'"':A.pubID?N+=' PUBLIC "'+A.pubID+'"':A.sysID&&(N+=' SYSTEM "'+A.sysID+'"'),N+=this.spacebeforeslash+">"+this.newline,N},_.prototype.openNode=function(A,R){var N,I,M,z;if(R||(R=0),A instanceof c){M=this.space(R)+"<"+A.name,z=A.attributes;for(I in z)m.call(z,I)&&(N=z[I],M+=this.attribute(N));return M+=(A.children?">":"/>")+this.newline,M}else return M=this.space(R)+"<!DOCTYPE "+A.rootNodeName,A.pubID&&A.sysID?M+=' PUBLIC "'+A.pubID+'" "'+A.sysID+'"':A.sysID&&(M+=' SYSTEM "'+A.sysID+'"'),M+=(A.children?" [":">")+this.newline,M},_.prototype.closeNode=function(A,R){switch(R||(R=0),!1){case!(A instanceof c):return this.space(R)+"</"+A.name+">"+this.newline;case!(A instanceof s):return this.space(R)+"]>"+this.newline}},_}(g)}).call(xz)),Zy.exports}var wz=Ry.exports,tA;function Dz(){return tA||(tA=1,(function(){var n,e,t,r,i=function(a,s){for(var l in s)o.call(s,l)&&(a[l]=s[l]);function c(){this.constructor=a}return c.prototype=s.prototype,a.prototype=new c,a.__super__=s.prototype,a},o={}.hasOwnProperty;r=Cd().isPlainObject,n=_s(),t=m5(),e=SD(),Ry.exports=function(a){i(s,a);function s(l){s.__super__.constructor.call(this,null),this.name="?xml",l||(l={}),l.writer||(l.writer=new e),this.options=l,this.stringify=new t(l),this.isDocument=!0}return s.prototype.end=function(l){var c;return l?r(l)&&(c=l,l=this.options.writer.set(c)):l=this.options.writer,l.document(this)},s.prototype.toString=function(l){return this.options.writer.set(l).document(this)},s}(n)}).call(wz)),Ry.exports}var Ky={exports:{}},Tz=Ky.exports,nA;function Ez(){return nA||(nA=1,(function(){var n,e,t,r,i,o,a,s,l,c,f,u,d,g,b,m,D,_,A,R,N={}.hasOwnProperty;R=Cd(),_=R.isObject,D=R.isFunction,A=R.isPlainObject,m=R.getValue,c=Sm(),e=Am(),t=km(),u=Pm(),b=Nm(),f=Bm(),s=Rm(),l=Mm(),r=Um(),o=Fm(),i=Om(),a=Im(),n=b5(),g=m5(),d=SD(),Ky.exports=function(){function I(M,z,Z){var W;this.name="?xml",M||(M={}),M.writer?A(M.writer)&&(W=M.writer,M.writer=new d(W)):M.writer=new d(M),this.options=M,this.writer=M.writer,this.stringify=new g(M),this.onDataCallback=z||function(){},this.onEndCallback=Z||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return I.prototype.node=function(M,z,Z){var W,te;if(M==null)throw new Error("Missing node name.");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node. "+this.debugInfo(M));return this.openCurrent(),M=m(M),z===null&&Z==null&&(W=[{},null],z=W[0],Z=W[1]),z==null&&(z={}),z=m(z),_(z)||(te=[z,Z],Z=te[0],z=te[1]),this.currentNode=new c(this,M,z),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,Z!=null&&this.text(Z),this},I.prototype.element=function(M,z,Z){return this.currentNode&&this.currentNode instanceof l?this.dtdElement.apply(this,arguments):this.node(M,z,Z)},I.prototype.attribute=function(M,z){var Z,W;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(M));if(M!=null&&(M=m(M)),_(M))for(Z in M)N.call(M,Z)&&(W=M[Z],this.attribute(Z,W));else D(z)&&(z=z.apply()),(!this.options.skipNullAttributes||z!=null)&&(this.currentNode.attributes[M]=new n(this,M,z));return this},I.prototype.text=function(M){var z;return this.openCurrent(),z=new b(this,M),this.onData(this.writer.text(z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.cdata=function(M){var z;return this.openCurrent(),z=new e(this,M),this.onData(this.writer.cdata(z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.comment=function(M){var z;return this.openCurrent(),z=new t(this,M),this.onData(this.writer.comment(z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.raw=function(M){var z;return this.openCurrent(),z=new u(this,M),this.onData(this.writer.raw(z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.instruction=function(M,z){var Z,W,te,ce,P;if(this.openCurrent(),M!=null&&(M=m(M)),z!=null&&(z=m(z)),Array.isArray(M))for(Z=0,ce=M.length;Z<ce;Z++)W=M[Z],this.instruction(W);else if(_(M))for(W in M)N.call(M,W)&&(te=M[W],this.instruction(W,te));else D(z)&&(z=z.apply()),P=new f(this,M,z),this.onData(this.writer.processingInstruction(P,this.currentLevel+1),this.currentLevel+1);return this},I.prototype.declaration=function(M,z,Z){var W;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return W=new s(this,M,z,Z),this.onData(this.writer.declaration(W,this.currentLevel+1),this.currentLevel+1),this},I.prototype.doctype=function(M,z,Z){if(this.openCurrent(),M==null)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new l(this,z,Z),this.currentNode.rootNodeName=M,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},I.prototype.dtdElement=function(M,z){var Z;return this.openCurrent(),Z=new i(this,M,z),this.onData(this.writer.dtdElement(Z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.attList=function(M,z,Z,W,te){var ce;return this.openCurrent(),ce=new r(this,M,z,Z,W,te),this.onData(this.writer.dtdAttList(ce,this.currentLevel+1),this.currentLevel+1),this},I.prototype.entity=function(M,z){var Z;return this.openCurrent(),Z=new o(this,!1,M,z),this.onData(this.writer.dtdEntity(Z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.pEntity=function(M,z){var Z;return this.openCurrent(),Z=new o(this,!0,M,z),this.onData(this.writer.dtdEntity(Z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.notation=function(M,z){var Z;return this.openCurrent(),Z=new a(this,M,z),this.onData(this.writer.dtdNotation(Z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},I.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},I.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},I.prototype.openNode=function(M){if(!M.isOpen)return!this.root&&this.currentLevel===0&&M instanceof c&&(this.root=M),this.onData(this.writer.openNode(M,this.currentLevel),this.currentLevel),M.isOpen=!0},I.prototype.closeNode=function(M){if(!M.isClosed)return this.onData(this.writer.closeNode(M,this.currentLevel),this.currentLevel),M.isClosed=!0},I.prototype.onData=function(M,z){return this.documentStarted=!0,this.onDataCallback(M,z+1)},I.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},I.prototype.debugInfo=function(M){return M==null?"":"node: <"+M+">"},I.prototype.ele=function(){return this.element.apply(this,arguments)},I.prototype.nod=function(M,z,Z){return this.node(M,z,Z)},I.prototype.txt=function(M){return this.text(M)},I.prototype.dat=function(M){return this.cdata(M)},I.prototype.com=function(M){return this.comment(M)},I.prototype.ins=function(M,z){return this.instruction(M,z)},I.prototype.dec=function(M,z,Z){return this.declaration(M,z,Z)},I.prototype.dtd=function(M,z,Z){return this.doctype(M,z,Z)},I.prototype.e=function(M,z,Z){return this.element(M,z,Z)},I.prototype.n=function(M,z,Z){return this.node(M,z,Z)},I.prototype.t=function(M){return this.text(M)},I.prototype.d=function(M){return this.cdata(M)},I.prototype.c=function(M){return this.comment(M)},I.prototype.r=function(M){return this.raw(M)},I.prototype.i=function(M,z){return this.instruction(M,z)},I.prototype.att=function(){return this.currentNode&&this.currentNode instanceof l?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},I.prototype.a=function(){return this.currentNode&&this.currentNode instanceof l?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},I.prototype.ent=function(M,z){return this.entity(M,z)},I.prototype.pent=function(M,z){return this.pEntity(M,z)},I.prototype.not=function(M,z){return this.notation(M,z)},I}()}).call(Tz)),Ky.exports}var Qy={exports:{}},_z=Qy.exports,rA;function Cz(){return rA||(rA=1,(function(){var n,e,t,r,i,o,a,s,l,c,f,u,d,g,b=function(D,_){for(var A in _)m.call(_,A)&&(D[A]=_[A]);function R(){this.constructor=D}return R.prototype=_.prototype,D.prototype=new R,D.__super__=_.prototype,D},m={}.hasOwnProperty;a=Rm(),s=Mm(),n=Am(),e=km(),c=Sm(),u=Pm(),d=Nm(),f=Bm(),l=CD(),t=Um(),r=Om(),i=Fm(),o=Im(),g=v5(),Qy.exports=function(D){b(_,D);function _(A,R){_.__super__.constructor.call(this,R),this.stream=A}return _.prototype.document=function(A){var R,N,I,M,z,Z,W,te;for(Z=A.children,N=0,M=Z.length;N<M;N++)R=Z[N],R.isLastRootNode=!1;for(A.children[A.children.length-1].isLastRootNode=!0,W=A.children,te=[],I=0,z=W.length;I<z;I++)if(R=W[I],!(R instanceof l))switch(!1){case!(R instanceof a):te.push(this.declaration(R));break;case!(R instanceof s):te.push(this.docType(R));break;case!(R instanceof e):te.push(this.comment(R));break;case!(R instanceof f):te.push(this.processingInstruction(R));break;default:te.push(this.element(R))}return te},_.prototype.attribute=function(A){return this.stream.write(" "+A.name+'="'+A.value+'"')},_.prototype.cdata=function(A,R){return this.stream.write(this.space(R)+"<![CDATA["+A.text+"]]>"+this.endline(A))},_.prototype.comment=function(A,R){return this.stream.write(this.space(R)+"<!-- "+A.text+" -->"+this.endline(A))},_.prototype.declaration=function(A,R){return this.stream.write(this.space(R)),this.stream.write('<?xml version="'+A.version+'"'),A.encoding!=null&&this.stream.write(' encoding="'+A.encoding+'"'),A.standalone!=null&&this.stream.write(' standalone="'+A.standalone+'"'),this.stream.write(this.spacebeforeslash+"?>"),this.stream.write(this.endline(A))},_.prototype.docType=function(A,R){var N,I,M,z;if(R||(R=0),this.stream.write(this.space(R)),this.stream.write("<!DOCTYPE "+A.root().name),A.pubID&&A.sysID?this.stream.write(' PUBLIC "'+A.pubID+'" "'+A.sysID+'"'):A.sysID&&this.stream.write(' SYSTEM "'+A.sysID+'"'),A.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(A)),z=A.children,I=0,M=z.length;I<M;I++)switch(N=z[I],!1){case!(N instanceof t):this.dtdAttList(N,R+1);break;case!(N instanceof r):this.dtdElement(N,R+1);break;case!(N instanceof i):this.dtdEntity(N,R+1);break;case!(N instanceof o):this.dtdNotation(N,R+1);break;case!(N instanceof n):this.cdata(N,R+1);break;case!(N instanceof e):this.comment(N,R+1);break;case!(N instanceof f):this.processingInstruction(N,R+1);break;default:throw new Error("Unknown DTD node type: "+N.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(A))},_.prototype.element=function(A,R){var N,I,M,z,Z,W,te,ce;R||(R=0),ce=this.space(R),this.stream.write(ce+"<"+A.name),W=A.attributes;for(Z in W)m.call(W,Z)&&(N=W[Z],this.attribute(N));if(A.children.length===0||A.children.every(function(P){return P.value===""}))this.allowEmpty?this.stream.write("></"+A.name+">"):this.stream.write(this.spacebeforeslash+"/>");else if(this.pretty&&A.children.length===1&&A.children[0].value!=null)this.stream.write(">"),this.stream.write(A.children[0].value),this.stream.write("</"+A.name+">");else{for(this.stream.write(">"+this.newline),te=A.children,M=0,z=te.length;M<z;M++)switch(I=te[M],!1){case!(I instanceof n):this.cdata(I,R+1);break;case!(I instanceof e):this.comment(I,R+1);break;case!(I instanceof c):this.element(I,R+1);break;case!(I instanceof u):this.raw(I,R+1);break;case!(I instanceof d):this.text(I,R+1);break;case!(I instanceof f):this.processingInstruction(I,R+1);break;case!(I instanceof l):break;default:throw new Error("Unknown XML node type: "+I.constructor.name)}this.stream.write(ce+"</"+A.name+">")}return this.stream.write(this.endline(A))},_.prototype.processingInstruction=function(A,R){return this.stream.write(this.space(R)+"<?"+A.target),A.value&&this.stream.write(" "+A.value),this.stream.write(this.spacebeforeslash+"?>"+this.endline(A))},_.prototype.raw=function(A,R){return this.stream.write(this.space(R)+A.value+this.endline(A))},_.prototype.text=function(A,R){return this.stream.write(this.space(R)+A.value+this.endline(A))},_.prototype.dtdAttList=function(A,R){return this.stream.write(this.space(R)+"<!ATTLIST "+A.elementName+" "+A.attributeName+" "+A.attributeType),A.defaultValueType!=="#DEFAULT"&&this.stream.write(" "+A.defaultValueType),A.defaultValue&&this.stream.write(' "'+A.defaultValue+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(A))},_.prototype.dtdElement=function(A,R){return this.stream.write(this.space(R)+"<!ELEMENT "+A.name+" "+A.value),this.stream.write(this.spacebeforeslash+">"+this.endline(A))},_.prototype.dtdEntity=function(A,R){return this.stream.write(this.space(R)+"<!ENTITY"),A.pe&&this.stream.write(" %"),this.stream.write(" "+A.name),A.value?this.stream.write(' "'+A.value+'"'):(A.pubID&&A.sysID?this.stream.write(' PUBLIC "'+A.pubID+'" "'+A.sysID+'"'):A.sysID&&this.stream.write(' SYSTEM "'+A.sysID+'"'),A.nData&&this.stream.write(" NDATA "+A.nData)),this.stream.write(this.spacebeforeslash+">"+this.endline(A))},_.prototype.dtdNotation=function(A,R){return this.stream.write(this.space(R)+"<!NOTATION "+A.name),A.pubID&&A.sysID?this.stream.write(' PUBLIC "'+A.pubID+'" "'+A.sysID+'"'):A.pubID?this.stream.write(' PUBLIC "'+A.pubID+'"'):A.sysID&&this.stream.write(' SYSTEM "'+A.sysID+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(A))},_.prototype.endline=function(A){return A.isLastRootNode?"":this.newline},_}(g)}).call(_z)),Qy.exports}var iA;function Sz(){return iA||(iA=1,(function(){var n,e,t,r,i,o,a;a=Cd(),i=a.assign,o=a.isFunction,n=Dz(),e=Ez(),r=SD(),t=Cz(),zd.create=function(s,l,c,f){var u,d;if(s==null)throw new Error("Root element needs a name.");return f=i({},l,c,f),u=new n(f),d=u.element(s),f.headless||(u.declaration(f),(f.pubID!=null||f.sysID!=null)&&u.doctype(f)),d},zd.begin=function(s,l,c){var f;return o(s)&&(f=[s,l],l=f[0],c=f[1],s={}),l?new e(s,l,c):new n(s)},zd.stringWriter=function(s){return new r(s)},zd.streamWriter=function(s,l){return new t(s,l)}}).call(zd)),zd}var oA;function Az(){if(oA)return X0;oA=1;var n=ui,e=Sz();X0.writeString=t;function t(i,o){var a=n.invert(o),s={element:c,text:r};function l(d,g){return s[g.type](d,g)}function c(d,g){var b=d.element(f(g.name),g.attributes);g.children.forEach(function(m){l(b,m)})}function f(d){var g=/^\{(.*)\}(.*)$/.exec(d);if(g){var b=a[g[1]];return b+(b===""?"":":")+g[2]}else return d}function u(d){var g=e.create(f(d.name),{version:"1.0",encoding:"UTF-8",standalone:!0});return n.forEach(o,function(b,m){var D="xmlns"+(m===""?"":":"+m);g.attribute(D,b)}),d.children.forEach(function(b){l(g,b)}),g.end()}return u(i)}function r(i,o){i.text(o.value)}return X0}var aA;function AD(){if(aA)return Jf;aA=1;var n=y5();return Jf.Element=n.Element,Jf.element=n.element,Jf.emptyElement=n.emptyElement,Jf.text=n.text,Jf.readString=nz().readString,Jf.writeString=Az().writeString,Jf}var sA;function kz(){if(sA)return oy;sA=1;var n=ui,e=_d(),t=AD();oy.read=i,oy.readXmlFromZipFile=o;var r={"http://schemas.openxmlformats.org/wordprocessingml/2006/main":"w","http://schemas.openxmlformats.org/officeDocument/2006/relationships":"r","http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing":"wp","http://schemas.openxmlformats.org/drawingml/2006/main":"a","http://schemas.openxmlformats.org/drawingml/2006/picture":"pic","http://purl.oclc.org/ooxml/wordprocessingml/main":"w","http://purl.oclc.org/ooxml/officeDocument/relationships":"r","http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing":"wp","http://purl.oclc.org/ooxml/drawingml/main":"a","http://purl.oclc.org/ooxml/drawingml/picture":"pic","http://schemas.openxmlformats.org/package/2006/content-types":"content-types","http://schemas.openxmlformats.org/package/2006/relationships":"relationships","http://schemas.openxmlformats.org/markup-compatibility/2006":"mc","urn:schemas-microsoft-com:vml":"v","urn:schemas-microsoft-com:office:word":"office-word","http://schemas.microsoft.com/office/word/2010/wordml":"wordml"};function i(l){return t.readString(l,r).then(function(c){return s(c)[0]})}function o(l,c){return l.exists(c)?l.read(c,"utf-8").then(a).then(i):e.resolve(null)}function a(l){return l.replace(/^\uFEFF/g,"")}function s(l){return l.type==="element"?l.name==="mc:AlternateContent"?l.first("mc:Fallback").children:(l.children=n.flatten(l.children.map(s,!0)),[l]):[l]}return oy}var ly={},_c={},cy={},lA;function Rz(){if(lA)return cy;lA=1,Object.defineProperty(cy,"__esModule",{value:!0});var n=[{"Typeface name":"Symbol","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Symbol","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"33","Unicode hex":"21"},{"Typeface name":"Symbol","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"8704","Unicode hex":"2200"},{"Typeface name":"Symbol","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"35","Unicode hex":"23"},{"Typeface name":"Symbol","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"8707","Unicode hex":"2203"},{"Typeface name":"Symbol","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"37","Unicode hex":"25"},{"Typeface name":"Symbol","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"38","Unicode hex":"26"},{"Typeface name":"Symbol","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"8717","Unicode hex":"220D"},{"Typeface name":"Symbol","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"40","Unicode hex":"28"},{"Typeface name":"Symbol","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"41","Unicode hex":"29"},{"Typeface name":"Symbol","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"42","Unicode hex":"2A"},{"Typeface name":"Symbol","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"43","Unicode hex":"2B"},{"Typeface name":"Symbol","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"44","Unicode hex":"2C"},{"Typeface name":"Symbol","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"8722","Unicode hex":"2212"},{"Typeface name":"Symbol","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"46","Unicode hex":"2E"},{"Typeface name":"Symbol","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"47","Unicode hex":"2F"},{"Typeface name":"Symbol","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"48","Unicode hex":"30"},{"Typeface name":"Symbol","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"49","Unicode hex":"31"},{"Typeface name":"Symbol","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"50","Unicode hex":"32"},{"Typeface name":"Symbol","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"51","Unicode hex":"33"},{"Typeface name":"Symbol","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"52","Unicode hex":"34"},{"Typeface name":"Symbol","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"53","Unicode hex":"35"},{"Typeface name":"Symbol","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"54","Unicode hex":"36"},{"Typeface name":"Symbol","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"55","Unicode hex":"37"},{"Typeface name":"Symbol","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"56","Unicode hex":"38"},{"Typeface name":"Symbol","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"57","Unicode hex":"39"},{"Typeface name":"Symbol","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"58","Unicode hex":"3A"},{"Typeface name":"Symbol","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"59","Unicode hex":"3B"},{"Typeface name":"Symbol","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"60","Unicode hex":"3C"},{"Typeface name":"Symbol","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"61","Unicode hex":"3D"},{"Typeface name":"Symbol","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"62","Unicode hex":"3E"},{"Typeface name":"Symbol","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"63","Unicode hex":"3F"},{"Typeface name":"Symbol","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"8773","Unicode hex":"2245"},{"Typeface name":"Symbol","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"913","Unicode hex":"391"},{"Typeface name":"Symbol","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"914","Unicode hex":"392"},{"Typeface name":"Symbol","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"935","Unicode hex":"3A7"},{"Typeface name":"Symbol","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"916","Unicode hex":"394"},{"Typeface name":"Symbol","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"917","Unicode hex":"395"},{"Typeface name":"Symbol","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"934","Unicode hex":"3A6"},{"Typeface name":"Symbol","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"915","Unicode hex":"393"},{"Typeface name":"Symbol","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"919","Unicode hex":"397"},{"Typeface name":"Symbol","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"921","Unicode hex":"399"},{"Typeface name":"Symbol","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"977","Unicode hex":"3D1"},{"Typeface name":"Symbol","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"922","Unicode hex":"39A"},{"Typeface name":"Symbol","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"923","Unicode hex":"39B"},{"Typeface name":"Symbol","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"924","Unicode hex":"39C"},{"Typeface name":"Symbol","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"925","Unicode hex":"39D"},{"Typeface name":"Symbol","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"927","Unicode hex":"39F"},{"Typeface name":"Symbol","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"928","Unicode hex":"3A0"},{"Typeface name":"Symbol","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"920","Unicode hex":"398"},{"Typeface name":"Symbol","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"929","Unicode hex":"3A1"},{"Typeface name":"Symbol","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"931","Unicode hex":"3A3"},{"Typeface name":"Symbol","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"932","Unicode hex":"3A4"},{"Typeface name":"Symbol","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"933","Unicode hex":"3A5"},{"Typeface name":"Symbol","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"962","Unicode hex":"3C2"},{"Typeface name":"Symbol","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"937","Unicode hex":"3A9"},{"Typeface name":"Symbol","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"926","Unicode hex":"39E"},{"Typeface name":"Symbol","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"936","Unicode hex":"3A8"},{"Typeface name":"Symbol","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"918","Unicode hex":"396"},{"Typeface name":"Symbol","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"91","Unicode hex":"5B"},{"Typeface name":"Symbol","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"8756","Unicode hex":"2234"},{"Typeface name":"Symbol","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"93","Unicode hex":"5D"},{"Typeface name":"Symbol","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"8869","Unicode hex":"22A5"},{"Typeface name":"Symbol","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"95","Unicode hex":"5F"},{"Typeface name":"Symbol","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"8254","Unicode hex":"203E"},{"Typeface name":"Symbol","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"945","Unicode hex":"3B1"},{"Typeface name":"Symbol","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"946","Unicode hex":"3B2"},{"Typeface name":"Symbol","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"967","Unicode hex":"3C7"},{"Typeface name":"Symbol","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"948","Unicode hex":"3B4"},{"Typeface name":"Symbol","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"949","Unicode hex":"3B5"},{"Typeface name":"Symbol","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"966","Unicode hex":"3C6"},{"Typeface name":"Symbol","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"947","Unicode hex":"3B3"},{"Typeface name":"Symbol","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"951","Unicode hex":"3B7"},{"Typeface name":"Symbol","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"953","Unicode hex":"3B9"},{"Typeface name":"Symbol","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"981","Unicode hex":"3D5"},{"Typeface name":"Symbol","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"954","Unicode hex":"3BA"},{"Typeface name":"Symbol","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"955","Unicode hex":"3BB"},{"Typeface name":"Symbol","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"956","Unicode hex":"3BC"},{"Typeface name":"Symbol","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"957","Unicode hex":"3BD"},{"Typeface name":"Symbol","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"959","Unicode hex":"3BF"},{"Typeface name":"Symbol","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"960","Unicode hex":"3C0"},{"Typeface name":"Symbol","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"952","Unicode hex":"3B8"},{"Typeface name":"Symbol","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"961","Unicode hex":"3C1"},{"Typeface name":"Symbol","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"963","Unicode hex":"3C3"},{"Typeface name":"Symbol","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"964","Unicode hex":"3C4"},{"Typeface name":"Symbol","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"965","Unicode hex":"3C5"},{"Typeface name":"Symbol","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"982","Unicode hex":"3D6"},{"Typeface name":"Symbol","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"969","Unicode hex":"3C9"},{"Typeface name":"Symbol","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"958","Unicode hex":"3BE"},{"Typeface name":"Symbol","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"968","Unicode hex":"3C8"},{"Typeface name":"Symbol","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"950","Unicode hex":"3B6"},{"Typeface name":"Symbol","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"123","Unicode hex":"7B"},{"Typeface name":"Symbol","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"124","Unicode hex":"7C"},{"Typeface name":"Symbol","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"125","Unicode hex":"7D"},{"Typeface name":"Symbol","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"126","Unicode hex":"7E"},{"Typeface name":"Symbol","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"8364","Unicode hex":"20AC"},{"Typeface name":"Symbol","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"978","Unicode hex":"3D2"},{"Typeface name":"Symbol","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"8242","Unicode hex":"2032"},{"Typeface name":"Symbol","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"8804","Unicode hex":"2264"},{"Typeface name":"Symbol","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"8260","Unicode hex":"2044"},{"Typeface name":"Symbol","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"8734","Unicode hex":"221E"},{"Typeface name":"Symbol","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"402","Unicode hex":"192"},{"Typeface name":"Symbol","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9827","Unicode hex":"2663"},{"Typeface name":"Symbol","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9830","Unicode hex":"2666"},{"Typeface name":"Symbol","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"9829","Unicode hex":"2665"},{"Typeface name":"Symbol","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"9824","Unicode hex":"2660"},{"Typeface name":"Symbol","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"8596","Unicode hex":"2194"},{"Typeface name":"Symbol","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"8592","Unicode hex":"2190"},{"Typeface name":"Symbol","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"8593","Unicode hex":"2191"},{"Typeface name":"Symbol","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"8594","Unicode hex":"2192"},{"Typeface name":"Symbol","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"8595","Unicode hex":"2193"},{"Typeface name":"Symbol","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"176","Unicode hex":"B0"},{"Typeface name":"Symbol","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"177","Unicode hex":"B1"},{"Typeface name":"Symbol","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"8243","Unicode hex":"2033"},{"Typeface name":"Symbol","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"8805","Unicode hex":"2265"},{"Typeface name":"Symbol","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"215","Unicode hex":"D7"},{"Typeface name":"Symbol","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"8733","Unicode hex":"221D"},{"Typeface name":"Symbol","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"8706","Unicode hex":"2202"},{"Typeface name":"Symbol","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Symbol","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"247","Unicode hex":"F7"},{"Typeface name":"Symbol","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"8800","Unicode hex":"2260"},{"Typeface name":"Symbol","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"8801","Unicode hex":"2261"},{"Typeface name":"Symbol","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"8776","Unicode hex":"2248"},{"Typeface name":"Symbol","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"8230","Unicode hex":"2026"},{"Typeface name":"Symbol","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Symbol","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"9135","Unicode hex":"23AF"},{"Typeface name":"Symbol","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"8629","Unicode hex":"21B5"},{"Typeface name":"Symbol","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"8501","Unicode hex":"2135"},{"Typeface name":"Symbol","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"8465","Unicode hex":"2111"},{"Typeface name":"Symbol","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"8476","Unicode hex":"211C"},{"Typeface name":"Symbol","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"8472","Unicode hex":"2118"},{"Typeface name":"Symbol","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"8855","Unicode hex":"2297"},{"Typeface name":"Symbol","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"8853","Unicode hex":"2295"},{"Typeface name":"Symbol","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"8709","Unicode hex":"2205"},{"Typeface name":"Symbol","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"8745","Unicode hex":"2229"},{"Typeface name":"Symbol","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"8746","Unicode hex":"222A"},{"Typeface name":"Symbol","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"8835","Unicode hex":"2283"},{"Typeface name":"Symbol","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"8839","Unicode hex":"2287"},{"Typeface name":"Symbol","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"8836","Unicode hex":"2284"},{"Typeface name":"Symbol","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"8834","Unicode hex":"2282"},{"Typeface name":"Symbol","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"8838","Unicode hex":"2286"},{"Typeface name":"Symbol","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"8712","Unicode hex":"2208"},{"Typeface name":"Symbol","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"8713","Unicode hex":"2209"},{"Typeface name":"Symbol","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"8736","Unicode hex":"2220"},{"Typeface name":"Symbol","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"8711","Unicode hex":"2207"},{"Typeface name":"Symbol","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"8719","Unicode hex":"220F"},{"Typeface name":"Symbol","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8730","Unicode hex":"221A"},{"Typeface name":"Symbol","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Symbol","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"172","Unicode hex":"AC"},{"Typeface name":"Symbol","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"8743","Unicode hex":"2227"},{"Typeface name":"Symbol","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"8744","Unicode hex":"2228"},{"Typeface name":"Symbol","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"8660","Unicode hex":"21D4"},{"Typeface name":"Symbol","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"8656","Unicode hex":"21D0"},{"Typeface name":"Symbol","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"8657","Unicode hex":"21D1"},{"Typeface name":"Symbol","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"8658","Unicode hex":"21D2"},{"Typeface name":"Symbol","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"8659","Unicode hex":"21D3"},{"Typeface name":"Symbol","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Symbol","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"12296","Unicode hex":"3008"},{"Typeface name":"Symbol","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"8721","Unicode hex":"2211"},{"Typeface name":"Symbol","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"9115","Unicode hex":"239B"},{"Typeface name":"Symbol","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"9116","Unicode hex":"239C"},{"Typeface name":"Symbol","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9117","Unicode hex":"239D"},{"Typeface name":"Symbol","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9121","Unicode hex":"23A1"},{"Typeface name":"Symbol","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"9122","Unicode hex":"23A2"},{"Typeface name":"Symbol","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"9123","Unicode hex":"23A3"},{"Typeface name":"Symbol","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"9127","Unicode hex":"23A7"},{"Typeface name":"Symbol","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"9128","Unicode hex":"23A8"},{"Typeface name":"Symbol","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"9129","Unicode hex":"23A9"},{"Typeface name":"Symbol","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"9130","Unicode hex":"23AA"},{"Typeface name":"Symbol","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"63743","Unicode hex":"F8FF"},{"Typeface name":"Symbol","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"12297","Unicode hex":"3009"},{"Typeface name":"Symbol","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8747","Unicode hex":"222B"},{"Typeface name":"Symbol","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"8992","Unicode hex":"2320"},{"Typeface name":"Symbol","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"9134","Unicode hex":"23AE"},{"Typeface name":"Symbol","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"8993","Unicode hex":"2321"},{"Typeface name":"Symbol","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"9118","Unicode hex":"239E"},{"Typeface name":"Symbol","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"9119","Unicode hex":"239F"},{"Typeface name":"Symbol","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"9120","Unicode hex":"23A0"},{"Typeface name":"Symbol","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"9124","Unicode hex":"23A4"},{"Typeface name":"Symbol","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"9125","Unicode hex":"23A5"},{"Typeface name":"Symbol","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"9126","Unicode hex":"23A6"},{"Typeface name":"Symbol","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"9131","Unicode hex":"23AB"},{"Typeface name":"Symbol","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"9132","Unicode hex":"23AC"},{"Typeface name":"Symbol","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"9133","Unicode hex":"23AD"},{"Typeface name":"Webdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Webdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128375","Unicode hex":"1F577"},{"Typeface name":"Webdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128376","Unicode hex":"1F578"},{"Typeface name":"Webdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128370","Unicode hex":"1F572"},{"Typeface name":"Webdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128374","Unicode hex":"1F576"},{"Typeface name":"Webdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"127942","Unicode hex":"1F3C6"},{"Typeface name":"Webdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"127894","Unicode hex":"1F396"},{"Typeface name":"Webdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128391","Unicode hex":"1F587"},{"Typeface name":"Webdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128488","Unicode hex":"1F5E8"},{"Typeface name":"Webdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128489","Unicode hex":"1F5E9"},{"Typeface name":"Webdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128496","Unicode hex":"1F5F0"},{"Typeface name":"Webdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128497","Unicode hex":"1F5F1"},{"Typeface name":"Webdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"127798","Unicode hex":"1F336"},{"Typeface name":"Webdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"127895","Unicode hex":"1F397"},{"Typeface name":"Webdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128638","Unicode hex":"1F67E"},{"Typeface name":"Webdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128636","Unicode hex":"1F67C"},{"Typeface name":"Webdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128469","Unicode hex":"1F5D5"},{"Typeface name":"Webdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128470","Unicode hex":"1F5D6"},{"Typeface name":"Webdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128471","Unicode hex":"1F5D7"},{"Typeface name":"Webdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"9204","Unicode hex":"23F4"},{"Typeface name":"Webdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"9205","Unicode hex":"23F5"},{"Typeface name":"Webdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"9206","Unicode hex":"23F6"},{"Typeface name":"Webdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"9207","Unicode hex":"23F7"},{"Typeface name":"Webdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"9194","Unicode hex":"23EA"},{"Typeface name":"Webdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"9193","Unicode hex":"23E9"},{"Typeface name":"Webdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"9198","Unicode hex":"23EE"},{"Typeface name":"Webdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"9197","Unicode hex":"23ED"},{"Typeface name":"Webdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"9208","Unicode hex":"23F8"},{"Typeface name":"Webdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"9209","Unicode hex":"23F9"},{"Typeface name":"Webdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"9210","Unicode hex":"23FA"},{"Typeface name":"Webdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128474","Unicode hex":"1F5DA"},{"Typeface name":"Webdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128499","Unicode hex":"1F5F3"},{"Typeface name":"Webdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128736","Unicode hex":"1F6E0"},{"Typeface name":"Webdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"127959","Unicode hex":"1F3D7"},{"Typeface name":"Webdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"127960","Unicode hex":"1F3D8"},{"Typeface name":"Webdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"127961","Unicode hex":"1F3D9"},{"Typeface name":"Webdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"127962","Unicode hex":"1F3DA"},{"Typeface name":"Webdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"127964","Unicode hex":"1F3DC"},{"Typeface name":"Webdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"127981","Unicode hex":"1F3ED"},{"Typeface name":"Webdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"127963","Unicode hex":"1F3DB"},{"Typeface name":"Webdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"127968","Unicode hex":"1F3E0"},{"Typeface name":"Webdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"127958","Unicode hex":"1F3D6"},{"Typeface name":"Webdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"127965","Unicode hex":"1F3DD"},{"Typeface name":"Webdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128739","Unicode hex":"1F6E3"},{"Typeface name":"Webdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128269","Unicode hex":"1F50D"},{"Typeface name":"Webdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"127956","Unicode hex":"1F3D4"},{"Typeface name":"Webdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128065","Unicode hex":"1F441"},{"Typeface name":"Webdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128066","Unicode hex":"1F442"},{"Typeface name":"Webdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127966","Unicode hex":"1F3DE"},{"Typeface name":"Webdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"127957","Unicode hex":"1F3D5"},{"Typeface name":"Webdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"128740","Unicode hex":"1F6E4"},{"Typeface name":"Webdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127967","Unicode hex":"1F3DF"},{"Typeface name":"Webdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"128755","Unicode hex":"1F6F3"},{"Typeface name":"Webdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128364","Unicode hex":"1F56C"},{"Typeface name":"Webdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"128363","Unicode hex":"1F56B"},{"Typeface name":"Webdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128360","Unicode hex":"1F568"},{"Typeface name":"Webdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"128264","Unicode hex":"1F508"},{"Typeface name":"Webdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"127892","Unicode hex":"1F394"},{"Typeface name":"Webdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"127893","Unicode hex":"1F395"},{"Typeface name":"Webdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128492","Unicode hex":"1F5EC"},{"Typeface name":"Webdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128637","Unicode hex":"1F67D"},{"Typeface name":"Webdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"128493","Unicode hex":"1F5ED"},{"Typeface name":"Webdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128490","Unicode hex":"1F5EA"},{"Typeface name":"Webdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128491","Unicode hex":"1F5EB"},{"Typeface name":"Webdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"11156","Unicode hex":"2B94"},{"Typeface name":"Webdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"10004","Unicode hex":"2714"},{"Typeface name":"Webdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128690","Unicode hex":"1F6B2"},{"Typeface name":"Webdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"11036","Unicode hex":"2B1C"},{"Typeface name":"Webdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128737","Unicode hex":"1F6E1"},{"Typeface name":"Webdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128230","Unicode hex":"1F4E6"},{"Typeface name":"Webdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128753","Unicode hex":"1F6F1"},{"Typeface name":"Webdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"11035","Unicode hex":"2B1B"},{"Typeface name":"Webdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128657","Unicode hex":"1F691"},{"Typeface name":"Webdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"128712","Unicode hex":"1F6C8"},{"Typeface name":"Webdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128745","Unicode hex":"1F6E9"},{"Typeface name":"Webdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128752","Unicode hex":"1F6F0"},{"Typeface name":"Webdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"128968","Unicode hex":"1F7C8"},{"Typeface name":"Webdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128372","Unicode hex":"1F574"},{"Typeface name":"Webdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"11044","Unicode hex":"2B24"},{"Typeface name":"Webdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128741","Unicode hex":"1F6E5"},{"Typeface name":"Webdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128660","Unicode hex":"1F694"},{"Typeface name":"Webdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"128472","Unicode hex":"1F5D8"},{"Typeface name":"Webdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"128473","Unicode hex":"1F5D9"},{"Typeface name":"Webdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"10067","Unicode hex":"2753"},{"Typeface name":"Webdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"128754","Unicode hex":"1F6F2"},{"Typeface name":"Webdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"128647","Unicode hex":"1F687"},{"Typeface name":"Webdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"128653","Unicode hex":"1F68D"},{"Typeface name":"Webdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9971","Unicode hex":"26F3"},{"Typeface name":"Webdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Webdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"8854","Unicode hex":"2296"},{"Typeface name":"Webdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"128685","Unicode hex":"1F6AD"},{"Typeface name":"Webdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"128494","Unicode hex":"1F5EE"},{"Typeface name":"Webdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Webdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128495","Unicode hex":"1F5EF"},{"Typeface name":"Webdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128498","Unicode hex":"1F5F2"},{"Typeface name":"Webdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128697","Unicode hex":"1F6B9"},{"Typeface name":"Webdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"128698","Unicode hex":"1F6BA"},{"Typeface name":"Webdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"128713","Unicode hex":"1F6C9"},{"Typeface name":"Webdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"128714","Unicode hex":"1F6CA"},{"Typeface name":"Webdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"128700","Unicode hex":"1F6BC"},{"Typeface name":"Webdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"128125","Unicode hex":"1F47D"},{"Typeface name":"Webdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"127947","Unicode hex":"1F3CB"},{"Typeface name":"Webdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"9975","Unicode hex":"26F7"},{"Typeface name":"Webdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"127938","Unicode hex":"1F3C2"},{"Typeface name":"Webdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"127948","Unicode hex":"1F3CC"},{"Typeface name":"Webdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"127946","Unicode hex":"1F3CA"},{"Typeface name":"Webdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127940","Unicode hex":"1F3C4"},{"Typeface name":"Webdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"127949","Unicode hex":"1F3CD"},{"Typeface name":"Webdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"127950","Unicode hex":"1F3CE"},{"Typeface name":"Webdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128664","Unicode hex":"1F698"},{"Typeface name":"Webdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128480","Unicode hex":"1F5E0"},{"Typeface name":"Webdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128738","Unicode hex":"1F6E2"},{"Typeface name":"Webdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128176","Unicode hex":"1F4B0"},{"Typeface name":"Webdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"127991","Unicode hex":"1F3F7"},{"Typeface name":"Webdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128179","Unicode hex":"1F4B3"},{"Typeface name":"Webdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128106","Unicode hex":"1F46A"},{"Typeface name":"Webdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"128481","Unicode hex":"1F5E1"},{"Typeface name":"Webdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128482","Unicode hex":"1F5E2"},{"Typeface name":"Webdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128483","Unicode hex":"1F5E3"},{"Typeface name":"Webdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Webdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128388","Unicode hex":"1F584"},{"Typeface name":"Webdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128389","Unicode hex":"1F585"},{"Typeface name":"Webdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Webdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128390","Unicode hex":"1F586"},{"Typeface name":"Webdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128441","Unicode hex":"1F5B9"},{"Typeface name":"Webdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"128442","Unicode hex":"1F5BA"},{"Typeface name":"Webdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128443","Unicode hex":"1F5BB"},{"Typeface name":"Webdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128373","Unicode hex":"1F575"},{"Typeface name":"Webdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"128368","Unicode hex":"1F570"},{"Typeface name":"Webdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128445","Unicode hex":"1F5BD"},{"Typeface name":"Webdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128446","Unicode hex":"1F5BE"},{"Typeface name":"Webdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Webdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128466","Unicode hex":"1F5D2"},{"Typeface name":"Webdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128467","Unicode hex":"1F5D3"},{"Typeface name":"Webdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Webdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128218","Unicode hex":"1F4DA"},{"Typeface name":"Webdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128478","Unicode hex":"1F5DE"},{"Typeface name":"Webdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128479","Unicode hex":"1F5DF"},{"Typeface name":"Webdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128451","Unicode hex":"1F5C3"},{"Typeface name":"Webdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128450","Unicode hex":"1F5C2"},{"Typeface name":"Webdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128444","Unicode hex":"1F5BC"},{"Typeface name":"Webdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"127917","Unicode hex":"1F3AD"},{"Typeface name":"Webdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"127900","Unicode hex":"1F39C"},{"Typeface name":"Webdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"127896","Unicode hex":"1F398"},{"Typeface name":"Webdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"127897","Unicode hex":"1F399"},{"Typeface name":"Webdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"127911","Unicode hex":"1F3A7"},{"Typeface name":"Webdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128191","Unicode hex":"1F4BF"},{"Typeface name":"Webdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"127902","Unicode hex":"1F39E"},{"Typeface name":"Webdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128247","Unicode hex":"1F4F7"},{"Typeface name":"Webdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"127903","Unicode hex":"1F39F"},{"Typeface name":"Webdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"127916","Unicode hex":"1F3AC"},{"Typeface name":"Webdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128253","Unicode hex":"1F4FD"},{"Typeface name":"Webdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128249","Unicode hex":"1F4F9"},{"Typeface name":"Webdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128254","Unicode hex":"1F4FE"},{"Typeface name":"Webdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128251","Unicode hex":"1F4FB"},{"Typeface name":"Webdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"127898","Unicode hex":"1F39A"},{"Typeface name":"Webdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"127899","Unicode hex":"1F39B"},{"Typeface name":"Webdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128250","Unicode hex":"1F4FA"},{"Typeface name":"Webdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128187","Unicode hex":"1F4BB"},{"Typeface name":"Webdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128421","Unicode hex":"1F5A5"},{"Typeface name":"Webdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128422","Unicode hex":"1F5A6"},{"Typeface name":"Webdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128423","Unicode hex":"1F5A7"},{"Typeface name":"Webdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"128377","Unicode hex":"1F579"},{"Typeface name":"Webdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"127918","Unicode hex":"1F3AE"},{"Typeface name":"Webdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"128379","Unicode hex":"1F57B"},{"Typeface name":"Webdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128380","Unicode hex":"1F57C"},{"Typeface name":"Webdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128223","Unicode hex":"1F4DF"},{"Typeface name":"Webdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128385","Unicode hex":"1F581"},{"Typeface name":"Webdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128384","Unicode hex":"1F580"},{"Typeface name":"Webdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128424","Unicode hex":"1F5A8"},{"Typeface name":"Webdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128425","Unicode hex":"1F5A9"},{"Typeface name":"Webdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128447","Unicode hex":"1F5BF"},{"Typeface name":"Webdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128426","Unicode hex":"1F5AA"},{"Typeface name":"Webdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128476","Unicode hex":"1F5DC"},{"Typeface name":"Webdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128274","Unicode hex":"1F512"},{"Typeface name":"Webdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128275","Unicode hex":"1F513"},{"Typeface name":"Webdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128477","Unicode hex":"1F5DD"},{"Typeface name":"Webdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128229","Unicode hex":"1F4E5"},{"Typeface name":"Webdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128228","Unicode hex":"1F4E4"},{"Typeface name":"Webdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128371","Unicode hex":"1F573"},{"Typeface name":"Webdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"127779","Unicode hex":"1F323"},{"Typeface name":"Webdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"127780","Unicode hex":"1F324"},{"Typeface name":"Webdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"127781","Unicode hex":"1F325"},{"Typeface name":"Webdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"127782","Unicode hex":"1F326"},{"Typeface name":"Webdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"9729","Unicode hex":"2601"},{"Typeface name":"Webdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"127784","Unicode hex":"1F328"},{"Typeface name":"Webdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"127783","Unicode hex":"1F327"},{"Typeface name":"Webdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"127785","Unicode hex":"1F329"},{"Typeface name":"Webdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"127786","Unicode hex":"1F32A"},{"Typeface name":"Webdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"127788","Unicode hex":"1F32C"},{"Typeface name":"Webdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"127787","Unicode hex":"1F32B"},{"Typeface name":"Webdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"127772","Unicode hex":"1F31C"},{"Typeface name":"Webdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"127777","Unicode hex":"1F321"},{"Typeface name":"Webdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128715","Unicode hex":"1F6CB"},{"Typeface name":"Webdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128719","Unicode hex":"1F6CF"},{"Typeface name":"Webdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"127869","Unicode hex":"1F37D"},{"Typeface name":"Webdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"127864","Unicode hex":"1F378"},{"Typeface name":"Webdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128718","Unicode hex":"1F6CE"},{"Typeface name":"Webdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128717","Unicode hex":"1F6CD"},{"Typeface name":"Webdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9413","Unicode hex":"24C5"},{"Typeface name":"Webdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9855","Unicode hex":"267F"},{"Typeface name":"Webdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128710","Unicode hex":"1F6C6"},{"Typeface name":"Webdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"128392","Unicode hex":"1F588"},{"Typeface name":"Webdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"127891","Unicode hex":"1F393"},{"Typeface name":"Webdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128484","Unicode hex":"1F5E4"},{"Typeface name":"Webdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128485","Unicode hex":"1F5E5"},{"Typeface name":"Webdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128486","Unicode hex":"1F5E6"},{"Typeface name":"Webdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"128487","Unicode hex":"1F5E7"},{"Typeface name":"Webdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128746","Unicode hex":"1F6EA"},{"Typeface name":"Webdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128063","Unicode hex":"1F43F"},{"Typeface name":"Webdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"128038","Unicode hex":"1F426"},{"Typeface name":"Webdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128031","Unicode hex":"1F41F"},{"Typeface name":"Webdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128021","Unicode hex":"1F415"},{"Typeface name":"Webdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"128008","Unicode hex":"1F408"},{"Typeface name":"Webdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"128620","Unicode hex":"1F66C"},{"Typeface name":"Webdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"128622","Unicode hex":"1F66E"},{"Typeface name":"Webdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"128621","Unicode hex":"1F66D"},{"Typeface name":"Webdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"128623","Unicode hex":"1F66F"},{"Typeface name":"Webdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128506","Unicode hex":"1F5FA"},{"Typeface name":"Webdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"127757","Unicode hex":"1F30D"},{"Typeface name":"Webdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"127759","Unicode hex":"1F30F"},{"Typeface name":"Webdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"127758","Unicode hex":"1F30E"},{"Typeface name":"Webdings","Dingbat dec":"255","Dingbat hex":"FF","Unicode dec":"128330","Unicode hex":"1F54A"},{"Typeface name":"Wingdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128393","Unicode hex":"1F589"},{"Typeface name":"Wingdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"9986","Unicode hex":"2702"},{"Typeface name":"Wingdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"9985","Unicode hex":"2701"},{"Typeface name":"Wingdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128083","Unicode hex":"1F453"},{"Typeface name":"Wingdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"128365","Unicode hex":"1F56D"},{"Typeface name":"Wingdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Wingdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128367","Unicode hex":"1F56F"},{"Typeface name":"Wingdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128383","Unicode hex":"1F57F"},{"Typeface name":"Wingdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"9990","Unicode hex":"2706"},{"Typeface name":"Wingdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128386","Unicode hex":"1F582"},{"Typeface name":"Wingdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Wingdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128234","Unicode hex":"1F4EA"},{"Typeface name":"Wingdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128235","Unicode hex":"1F4EB"},{"Typeface name":"Wingdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128236","Unicode hex":"1F4EC"},{"Typeface name":"Wingdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128237","Unicode hex":"1F4ED"},{"Typeface name":"Wingdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128448","Unicode hex":"1F5C0"},{"Typeface name":"Wingdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128449","Unicode hex":"1F5C1"},{"Typeface name":"Wingdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128462","Unicode hex":"1F5CE"},{"Typeface name":"Wingdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128463","Unicode hex":"1F5CF"},{"Typeface name":"Wingdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128464","Unicode hex":"1F5D0"},{"Typeface name":"Wingdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128452","Unicode hex":"1F5C4"},{"Typeface name":"Wingdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"8987","Unicode hex":"231B"},{"Typeface name":"Wingdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128430","Unicode hex":"1F5AE"},{"Typeface name":"Wingdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128432","Unicode hex":"1F5B0"},{"Typeface name":"Wingdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128434","Unicode hex":"1F5B2"},{"Typeface name":"Wingdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128435","Unicode hex":"1F5B3"},{"Typeface name":"Wingdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128436","Unicode hex":"1F5B4"},{"Typeface name":"Wingdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128427","Unicode hex":"1F5AB"},{"Typeface name":"Wingdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128428","Unicode hex":"1F5AC"},{"Typeface name":"Wingdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"9991","Unicode hex":"2707"},{"Typeface name":"Wingdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"9997","Unicode hex":"270D"},{"Typeface name":"Wingdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128398","Unicode hex":"1F58E"},{"Typeface name":"Wingdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"9996","Unicode hex":"270C"},{"Typeface name":"Wingdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128399","Unicode hex":"1F58F"},{"Typeface name":"Wingdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128077","Unicode hex":"1F44D"},{"Typeface name":"Wingdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128078","Unicode hex":"1F44E"},{"Typeface name":"Wingdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"9756","Unicode hex":"261C"},{"Typeface name":"Wingdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"9758","Unicode hex":"261E"},{"Typeface name":"Wingdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"9757","Unicode hex":"261D"},{"Typeface name":"Wingdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"9759","Unicode hex":"261F"},{"Typeface name":"Wingdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128400","Unicode hex":"1F590"},{"Typeface name":"Wingdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"9786","Unicode hex":"263A"},{"Typeface name":"Wingdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128528","Unicode hex":"1F610"},{"Typeface name":"Wingdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"9785","Unicode hex":"2639"},{"Typeface name":"Wingdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128163","Unicode hex":"1F4A3"},{"Typeface name":"Wingdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128369","Unicode hex":"1F571"},{"Typeface name":"Wingdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"127987","Unicode hex":"1F3F3"},{"Typeface name":"Wingdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127985","Unicode hex":"1F3F1"},{"Typeface name":"Wingdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"9992","Unicode hex":"2708"},{"Typeface name":"Wingdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9788","Unicode hex":"263C"},{"Typeface name":"Wingdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127778","Unicode hex":"1F322"},{"Typeface name":"Wingdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"10052","Unicode hex":"2744"},{"Typeface name":"Wingdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128326","Unicode hex":"1F546"},{"Typeface name":"Wingdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"10014","Unicode hex":"271E"},{"Typeface name":"Wingdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128328","Unicode hex":"1F548"},{"Typeface name":"Wingdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10016","Unicode hex":"2720"},{"Typeface name":"Wingdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"10017","Unicode hex":"2721"},{"Typeface name":"Wingdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"9770","Unicode hex":"262A"},{"Typeface name":"Wingdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"9775","Unicode hex":"262F"},{"Typeface name":"Wingdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128329","Unicode hex":"1F549"},{"Typeface name":"Wingdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"9784","Unicode hex":"2638"},{"Typeface name":"Wingdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"9800","Unicode hex":"2648"},{"Typeface name":"Wingdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"9801","Unicode hex":"2649"},{"Typeface name":"Wingdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"9802","Unicode hex":"264A"},{"Typeface name":"Wingdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"9803","Unicode hex":"264B"},{"Typeface name":"Wingdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"9804","Unicode hex":"264C"},{"Typeface name":"Wingdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"9805","Unicode hex":"264D"},{"Typeface name":"Wingdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"9806","Unicode hex":"264E"},{"Typeface name":"Wingdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"9807","Unicode hex":"264F"},{"Typeface name":"Wingdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"9808","Unicode hex":"2650"},{"Typeface name":"Wingdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"9809","Unicode hex":"2651"},{"Typeface name":"Wingdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"9810","Unicode hex":"2652"},{"Typeface name":"Wingdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9811","Unicode hex":"2653"},{"Typeface name":"Wingdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128624","Unicode hex":"1F670"},{"Typeface name":"Wingdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128629","Unicode hex":"1F675"},{"Typeface name":"Wingdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9899","Unicode hex":"26AB"},{"Typeface name":"Wingdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128318","Unicode hex":"1F53E"},{"Typeface name":"Wingdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9724","Unicode hex":"25FC"},{"Typeface name":"Wingdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128911","Unicode hex":"1F78F"},{"Typeface name":"Wingdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128912","Unicode hex":"1F790"},{"Typeface name":"Wingdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"10065","Unicode hex":"2751"},{"Typeface name":"Wingdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"10066","Unicode hex":"2752"},{"Typeface name":"Wingdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"128927","Unicode hex":"1F79F"},{"Typeface name":"Wingdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"10731","Unicode hex":"29EB"},{"Typeface name":"Wingdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9670","Unicode hex":"25C6"},{"Typeface name":"Wingdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10070","Unicode hex":"2756"},{"Typeface name":"Wingdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"8999","Unicode hex":"2327"},{"Typeface name":"Wingdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"11193","Unicode hex":"2BB9"},{"Typeface name":"Wingdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"8984","Unicode hex":"2318"},{"Typeface name":"Wingdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"127989","Unicode hex":"1F3F5"},{"Typeface name":"Wingdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"127990","Unicode hex":"1F3F6"},{"Typeface name":"Wingdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128630","Unicode hex":"1F676"},{"Typeface name":"Wingdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128631","Unicode hex":"1F677"},{"Typeface name":"Wingdings","Dingbat dec":"127","Dingbat hex":"7F","Unicode dec":"9647","Unicode hex":"25AF"},{"Typeface name":"Wingdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"127243","Unicode hex":"1F10B"},{"Typeface name":"Wingdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"10112","Unicode hex":"2780"},{"Typeface name":"Wingdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"10113","Unicode hex":"2781"},{"Typeface name":"Wingdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"10114","Unicode hex":"2782"},{"Typeface name":"Wingdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"10115","Unicode hex":"2783"},{"Typeface name":"Wingdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10116","Unicode hex":"2784"},{"Typeface name":"Wingdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"10117","Unicode hex":"2785"},{"Typeface name":"Wingdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"10118","Unicode hex":"2786"},{"Typeface name":"Wingdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"10119","Unicode hex":"2787"},{"Typeface name":"Wingdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"10120","Unicode hex":"2788"},{"Typeface name":"Wingdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"10121","Unicode hex":"2789"},{"Typeface name":"Wingdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127244","Unicode hex":"1F10C"},{"Typeface name":"Wingdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"10122","Unicode hex":"278A"},{"Typeface name":"Wingdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"10123","Unicode hex":"278B"},{"Typeface name":"Wingdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"10124","Unicode hex":"278C"},{"Typeface name":"Wingdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"10125","Unicode hex":"278D"},{"Typeface name":"Wingdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"10126","Unicode hex":"278E"},{"Typeface name":"Wingdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"10127","Unicode hex":"278F"},{"Typeface name":"Wingdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"10128","Unicode hex":"2790"},{"Typeface name":"Wingdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"10129","Unicode hex":"2791"},{"Typeface name":"Wingdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"10130","Unicode hex":"2792"},{"Typeface name":"Wingdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"10131","Unicode hex":"2793"},{"Typeface name":"Wingdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128610","Unicode hex":"1F662"},{"Typeface name":"Wingdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128608","Unicode hex":"1F660"},{"Typeface name":"Wingdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"128609","Unicode hex":"1F661"},{"Typeface name":"Wingdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128611","Unicode hex":"1F663"},{"Typeface name":"Wingdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128606","Unicode hex":"1F65E"},{"Typeface name":"Wingdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128604","Unicode hex":"1F65C"},{"Typeface name":"Wingdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128605","Unicode hex":"1F65D"},{"Typeface name":"Wingdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128607","Unicode hex":"1F65F"},{"Typeface name":"Wingdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"8729","Unicode hex":"2219"},{"Typeface name":"Wingdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Wingdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"11037","Unicode hex":"2B1D"},{"Typeface name":"Wingdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"11096","Unicode hex":"2B58"},{"Typeface name":"Wingdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128902","Unicode hex":"1F786"},{"Typeface name":"Wingdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128904","Unicode hex":"1F788"},{"Typeface name":"Wingdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128906","Unicode hex":"1F78A"},{"Typeface name":"Wingdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128907","Unicode hex":"1F78B"},{"Typeface name":"Wingdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128319","Unicode hex":"1F53F"},{"Typeface name":"Wingdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9642","Unicode hex":"25AA"},{"Typeface name":"Wingdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128910","Unicode hex":"1F78E"},{"Typeface name":"Wingdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128961","Unicode hex":"1F7C1"},{"Typeface name":"Wingdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128965","Unicode hex":"1F7C5"},{"Typeface name":"Wingdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"9733","Unicode hex":"2605"},{"Typeface name":"Wingdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128971","Unicode hex":"1F7CB"},{"Typeface name":"Wingdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128975","Unicode hex":"1F7CF"},{"Typeface name":"Wingdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"128979","Unicode hex":"1F7D3"},{"Typeface name":"Wingdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"128977","Unicode hex":"1F7D1"},{"Typeface name":"Wingdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"11216","Unicode hex":"2BD0"},{"Typeface name":"Wingdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"8982","Unicode hex":"2316"},{"Typeface name":"Wingdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"11214","Unicode hex":"2BCE"},{"Typeface name":"Wingdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"11215","Unicode hex":"2BCF"},{"Typeface name":"Wingdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"11217","Unicode hex":"2BD1"},{"Typeface name":"Wingdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"10026","Unicode hex":"272A"},{"Typeface name":"Wingdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"10032","Unicode hex":"2730"},{"Typeface name":"Wingdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"128336","Unicode hex":"1F550"},{"Typeface name":"Wingdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128337","Unicode hex":"1F551"},{"Typeface name":"Wingdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128338","Unicode hex":"1F552"},{"Typeface name":"Wingdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128339","Unicode hex":"1F553"},{"Typeface name":"Wingdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128340","Unicode hex":"1F554"},{"Typeface name":"Wingdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"128341","Unicode hex":"1F555"},{"Typeface name":"Wingdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"128342","Unicode hex":"1F556"},{"Typeface name":"Wingdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128343","Unicode hex":"1F557"},{"Typeface name":"Wingdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128344","Unicode hex":"1F558"},{"Typeface name":"Wingdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128345","Unicode hex":"1F559"},{"Typeface name":"Wingdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128346","Unicode hex":"1F55A"},{"Typeface name":"Wingdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128347","Unicode hex":"1F55B"},{"Typeface name":"Wingdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11184","Unicode hex":"2BB0"},{"Typeface name":"Wingdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11185","Unicode hex":"2BB1"},{"Typeface name":"Wingdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11186","Unicode hex":"2BB2"},{"Typeface name":"Wingdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"11187","Unicode hex":"2BB3"},{"Typeface name":"Wingdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"11188","Unicode hex":"2BB4"},{"Typeface name":"Wingdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"11189","Unicode hex":"2BB5"},{"Typeface name":"Wingdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11190","Unicode hex":"2BB6"},{"Typeface name":"Wingdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11191","Unicode hex":"2BB7"},{"Typeface name":"Wingdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128618","Unicode hex":"1F66A"},{"Typeface name":"Wingdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128619","Unicode hex":"1F66B"},{"Typeface name":"Wingdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128597","Unicode hex":"1F655"},{"Typeface name":"Wingdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128596","Unicode hex":"1F654"},{"Typeface name":"Wingdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128599","Unicode hex":"1F657"},{"Typeface name":"Wingdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128598","Unicode hex":"1F656"},{"Typeface name":"Wingdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128592","Unicode hex":"1F650"},{"Typeface name":"Wingdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128593","Unicode hex":"1F651"},{"Typeface name":"Wingdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128594","Unicode hex":"1F652"},{"Typeface name":"Wingdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128595","Unicode hex":"1F653"},{"Typeface name":"Wingdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"9003","Unicode hex":"232B"},{"Typeface name":"Wingdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8998","Unicode hex":"2326"},{"Typeface name":"Wingdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"11160","Unicode hex":"2B98"},{"Typeface name":"Wingdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"11162","Unicode hex":"2B9A"},{"Typeface name":"Wingdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"11161","Unicode hex":"2B99"},{"Typeface name":"Wingdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"11163","Unicode hex":"2B9B"},{"Typeface name":"Wingdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"11144","Unicode hex":"2B88"},{"Typeface name":"Wingdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"11146","Unicode hex":"2B8A"},{"Typeface name":"Wingdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"11145","Unicode hex":"2B89"},{"Typeface name":"Wingdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"11147","Unicode hex":"2B8B"},{"Typeface name":"Wingdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129128","Unicode hex":"1F868"},{"Typeface name":"Wingdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129130","Unicode hex":"1F86A"},{"Typeface name":"Wingdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129129","Unicode hex":"1F869"},{"Typeface name":"Wingdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129131","Unicode hex":"1F86B"},{"Typeface name":"Wingdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129132","Unicode hex":"1F86C"},{"Typeface name":"Wingdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129133","Unicode hex":"1F86D"},{"Typeface name":"Wingdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129135","Unicode hex":"1F86F"},{"Typeface name":"Wingdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129134","Unicode hex":"1F86E"},{"Typeface name":"Wingdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129144","Unicode hex":"1F878"},{"Typeface name":"Wingdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129146","Unicode hex":"1F87A"},{"Typeface name":"Wingdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129145","Unicode hex":"1F879"},{"Typeface name":"Wingdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129147","Unicode hex":"1F87B"},{"Typeface name":"Wingdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129148","Unicode hex":"1F87C"},{"Typeface name":"Wingdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129149","Unicode hex":"1F87D"},{"Typeface name":"Wingdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129151","Unicode hex":"1F87F"},{"Typeface name":"Wingdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129150","Unicode hex":"1F87E"},{"Typeface name":"Wingdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"8678","Unicode hex":"21E6"},{"Typeface name":"Wingdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"8680","Unicode hex":"21E8"},{"Typeface name":"Wingdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"8679","Unicode hex":"21E7"},{"Typeface name":"Wingdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8681","Unicode hex":"21E9"},{"Typeface name":"Wingdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"11012","Unicode hex":"2B04"},{"Typeface name":"Wingdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"8691","Unicode hex":"21F3"},{"Typeface name":"Wingdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"11009","Unicode hex":"2B01"},{"Typeface name":"Wingdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11008","Unicode hex":"2B00"},{"Typeface name":"Wingdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11011","Unicode hex":"2B03"},{"Typeface name":"Wingdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"11010","Unicode hex":"2B02"},{"Typeface name":"Wingdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"129196","Unicode hex":"1F8AC"},{"Typeface name":"Wingdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"129197","Unicode hex":"1F8AD"},{"Typeface name":"Wingdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128502","Unicode hex":"1F5F6"},{"Typeface name":"Wingdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"10003","Unicode hex":"2713"},{"Typeface name":"Wingdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"128503","Unicode hex":"1F5F7"},{"Typeface name":"Wingdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"128505","Unicode hex":"1F5F9"},{"Typeface name":"Wingdings 2","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 2","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128394","Unicode hex":"1F58A"},{"Typeface name":"Wingdings 2","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128395","Unicode hex":"1F58B"},{"Typeface name":"Wingdings 2","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128396","Unicode hex":"1F58C"},{"Typeface name":"Wingdings 2","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128397","Unicode hex":"1F58D"},{"Typeface name":"Wingdings 2","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"9988","Unicode hex":"2704"},{"Typeface name":"Wingdings 2","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"9984","Unicode hex":"2700"},{"Typeface name":"Wingdings 2","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128382","Unicode hex":"1F57E"},{"Typeface name":"Wingdings 2","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128381","Unicode hex":"1F57D"},{"Typeface name":"Wingdings 2","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128453","Unicode hex":"1F5C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128454","Unicode hex":"1F5C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128455","Unicode hex":"1F5C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128456","Unicode hex":"1F5C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128457","Unicode hex":"1F5C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128458","Unicode hex":"1F5CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128459","Unicode hex":"1F5CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128460","Unicode hex":"1F5CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128461","Unicode hex":"1F5CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128465","Unicode hex":"1F5D1"},{"Typeface name":"Wingdings 2","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128468","Unicode hex":"1F5D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128437","Unicode hex":"1F5B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"128438","Unicode hex":"1F5B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128439","Unicode hex":"1F5B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128440","Unicode hex":"1F5B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128429","Unicode hex":"1F5AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128431","Unicode hex":"1F5AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128433","Unicode hex":"1F5B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128402","Unicode hex":"1F592"},{"Typeface name":"Wingdings 2","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128403","Unicode hex":"1F593"},{"Typeface name":"Wingdings 2","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128408","Unicode hex":"1F598"},{"Typeface name":"Wingdings 2","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128409","Unicode hex":"1F599"},{"Typeface name":"Wingdings 2","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128410","Unicode hex":"1F59A"},{"Typeface name":"Wingdings 2","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"128411","Unicode hex":"1F59B"},{"Typeface name":"Wingdings 2","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128072","Unicode hex":"1F448"},{"Typeface name":"Wingdings 2","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128073","Unicode hex":"1F449"},{"Typeface name":"Wingdings 2","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128412","Unicode hex":"1F59C"},{"Typeface name":"Wingdings 2","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"128413","Unicode hex":"1F59D"},{"Typeface name":"Wingdings 2","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"128414","Unicode hex":"1F59E"},{"Typeface name":"Wingdings 2","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"128415","Unicode hex":"1F59F"},{"Typeface name":"Wingdings 2","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"128416","Unicode hex":"1F5A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128417","Unicode hex":"1F5A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"128070","Unicode hex":"1F446"},{"Typeface name":"Wingdings 2","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128071","Unicode hex":"1F447"},{"Typeface name":"Wingdings 2","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128418","Unicode hex":"1F5A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128419","Unicode hex":"1F5A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128401","Unicode hex":"1F591"},{"Typeface name":"Wingdings 2","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128500","Unicode hex":"1F5F4"},{"Typeface name":"Wingdings 2","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"128504","Unicode hex":"1F5F8"},{"Typeface name":"Wingdings 2","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"128501","Unicode hex":"1F5F5"},{"Typeface name":"Wingdings 2","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9745","Unicode hex":"2611"},{"Typeface name":"Wingdings 2","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"11197","Unicode hex":"2BBD"},{"Typeface name":"Wingdings 2","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"9746","Unicode hex":"2612"},{"Typeface name":"Wingdings 2","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"11198","Unicode hex":"2BBE"},{"Typeface name":"Wingdings 2","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"11199","Unicode hex":"2BBF"},{"Typeface name":"Wingdings 2","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128711","Unicode hex":"1F6C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"128625","Unicode hex":"1F671"},{"Typeface name":"Wingdings 2","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"128628","Unicode hex":"1F674"},{"Typeface name":"Wingdings 2","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128626","Unicode hex":"1F672"},{"Typeface name":"Wingdings 2","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128627","Unicode hex":"1F673"},{"Typeface name":"Wingdings 2","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"8253","Unicode hex":"203D"},{"Typeface name":"Wingdings 2","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128633","Unicode hex":"1F679"},{"Typeface name":"Wingdings 2","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128634","Unicode hex":"1F67A"},{"Typeface name":"Wingdings 2","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"128635","Unicode hex":"1F67B"},{"Typeface name":"Wingdings 2","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"128614","Unicode hex":"1F666"},{"Typeface name":"Wingdings 2","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128612","Unicode hex":"1F664"},{"Typeface name":"Wingdings 2","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"128613","Unicode hex":"1F665"},{"Typeface name":"Wingdings 2","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128615","Unicode hex":"1F667"},{"Typeface name":"Wingdings 2","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128602","Unicode hex":"1F65A"},{"Typeface name":"Wingdings 2","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128600","Unicode hex":"1F658"},{"Typeface name":"Wingdings 2","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"128601","Unicode hex":"1F659"},{"Typeface name":"Wingdings 2","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128603","Unicode hex":"1F65B"},{"Typeface name":"Wingdings 2","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9450","Unicode hex":"24EA"},{"Typeface name":"Wingdings 2","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"9312","Unicode hex":"2460"},{"Typeface name":"Wingdings 2","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"9313","Unicode hex":"2461"},{"Typeface name":"Wingdings 2","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9314","Unicode hex":"2462"},{"Typeface name":"Wingdings 2","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"9315","Unicode hex":"2463"},{"Typeface name":"Wingdings 2","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9316","Unicode hex":"2464"},{"Typeface name":"Wingdings 2","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"9317","Unicode hex":"2465"},{"Typeface name":"Wingdings 2","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9318","Unicode hex":"2466"},{"Typeface name":"Wingdings 2","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9319","Unicode hex":"2467"},{"Typeface name":"Wingdings 2","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9320","Unicode hex":"2468"},{"Typeface name":"Wingdings 2","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9321","Unicode hex":"2469"},{"Typeface name":"Wingdings 2","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9471","Unicode hex":"24FF"},{"Typeface name":"Wingdings 2","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"10102","Unicode hex":"2776"},{"Typeface name":"Wingdings 2","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10103","Unicode hex":"2777"},{"Typeface name":"Wingdings 2","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"10104","Unicode hex":"2778"},{"Typeface name":"Wingdings 2","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10105","Unicode hex":"2779"},{"Typeface name":"Wingdings 2","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"10106","Unicode hex":"277A"},{"Typeface name":"Wingdings 2","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"10107","Unicode hex":"277B"},{"Typeface name":"Wingdings 2","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"10108","Unicode hex":"277C"},{"Typeface name":"Wingdings 2","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"10109","Unicode hex":"277D"},{"Typeface name":"Wingdings 2","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"10110","Unicode hex":"277E"},{"Typeface name":"Wingdings 2","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"10111","Unicode hex":"277F"},{"Typeface name":"Wingdings 2","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"9737","Unicode hex":"2609"},{"Typeface name":"Wingdings 2","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"127765","Unicode hex":"1F315"},{"Typeface name":"Wingdings 2","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"9789","Unicode hex":"263D"},{"Typeface name":"Wingdings 2","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"9790","Unicode hex":"263E"},{"Typeface name":"Wingdings 2","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11839","Unicode hex":"2E3F"},{"Typeface name":"Wingdings 2","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10013","Unicode hex":"271D"},{"Typeface name":"Wingdings 2","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"128327","Unicode hex":"1F547"},{"Typeface name":"Wingdings 2","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"128348","Unicode hex":"1F55C"},{"Typeface name":"Wingdings 2","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"128349","Unicode hex":"1F55D"},{"Typeface name":"Wingdings 2","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"128350","Unicode hex":"1F55E"},{"Typeface name":"Wingdings 2","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"128351","Unicode hex":"1F55F"},{"Typeface name":"Wingdings 2","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"128352","Unicode hex":"1F560"},{"Typeface name":"Wingdings 2","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"128353","Unicode hex":"1F561"},{"Typeface name":"Wingdings 2","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"128354","Unicode hex":"1F562"},{"Typeface name":"Wingdings 2","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128355","Unicode hex":"1F563"},{"Typeface name":"Wingdings 2","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128356","Unicode hex":"1F564"},{"Typeface name":"Wingdings 2","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128357","Unicode hex":"1F565"},{"Typeface name":"Wingdings 2","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128358","Unicode hex":"1F566"},{"Typeface name":"Wingdings 2","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"128359","Unicode hex":"1F567"},{"Typeface name":"Wingdings 2","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128616","Unicode hex":"1F668"},{"Typeface name":"Wingdings 2","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128617","Unicode hex":"1F669"},{"Typeface name":"Wingdings 2","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128900","Unicode hex":"1F784"},{"Typeface name":"Wingdings 2","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"10625","Unicode hex":"2981"},{"Typeface name":"Wingdings 2","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"9679","Unicode hex":"25CF"},{"Typeface name":"Wingdings 2","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"9675","Unicode hex":"25CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128901","Unicode hex":"1F785"},{"Typeface name":"Wingdings 2","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128903","Unicode hex":"1F787"},{"Typeface name":"Wingdings 2","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128905","Unicode hex":"1F789"},{"Typeface name":"Wingdings 2","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"8857","Unicode hex":"2299"},{"Typeface name":"Wingdings 2","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"10687","Unicode hex":"29BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128908","Unicode hex":"1F78C"},{"Typeface name":"Wingdings 2","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128909","Unicode hex":"1F78D"},{"Typeface name":"Wingdings 2","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"9726","Unicode hex":"25FE"},{"Typeface name":"Wingdings 2","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"9632","Unicode hex":"25A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"9633","Unicode hex":"25A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128913","Unicode hex":"1F791"},{"Typeface name":"Wingdings 2","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128914","Unicode hex":"1F792"},{"Typeface name":"Wingdings 2","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128915","Unicode hex":"1F793"},{"Typeface name":"Wingdings 2","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128916","Unicode hex":"1F794"},{"Typeface name":"Wingdings 2","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9635","Unicode hex":"25A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128917","Unicode hex":"1F795"},{"Typeface name":"Wingdings 2","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128918","Unicode hex":"1F796"},{"Typeface name":"Wingdings 2","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128919","Unicode hex":"1F797"},{"Typeface name":"Wingdings 2","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128920","Unicode hex":"1F798"},{"Typeface name":"Wingdings 2","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings 2","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"11045","Unicode hex":"2B25"},{"Typeface name":"Wingdings 2","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"9671","Unicode hex":"25C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"128922","Unicode hex":"1F79A"},{"Typeface name":"Wingdings 2","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"9672","Unicode hex":"25C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"128923","Unicode hex":"1F79B"},{"Typeface name":"Wingdings 2","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128924","Unicode hex":"1F79C"},{"Typeface name":"Wingdings 2","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"128925","Unicode hex":"1F79D"},{"Typeface name":"Wingdings 2","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128926","Unicode hex":"1F79E"},{"Typeface name":"Wingdings 2","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"11050","Unicode hex":"2B2A"},{"Typeface name":"Wingdings 2","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"11047","Unicode hex":"2B27"},{"Typeface name":"Wingdings 2","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128928","Unicode hex":"1F7A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"9686","Unicode hex":"25D6"},{"Typeface name":"Wingdings 2","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"9687","Unicode hex":"25D7"},{"Typeface name":"Wingdings 2","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"11210","Unicode hex":"2BCA"},{"Typeface name":"Wingdings 2","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"11211","Unicode hex":"2BCB"},{"Typeface name":"Wingdings 2","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"11200","Unicode hex":"2BC0"},{"Typeface name":"Wingdings 2","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"11201","Unicode hex":"2BC1"},{"Typeface name":"Wingdings 2","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"11039","Unicode hex":"2B1F"},{"Typeface name":"Wingdings 2","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"11202","Unicode hex":"2BC2"},{"Typeface name":"Wingdings 2","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"11043","Unicode hex":"2B23"},{"Typeface name":"Wingdings 2","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11042","Unicode hex":"2B22"},{"Typeface name":"Wingdings 2","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11203","Unicode hex":"2BC3"},{"Typeface name":"Wingdings 2","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11204","Unicode hex":"2BC4"},{"Typeface name":"Wingdings 2","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128929","Unicode hex":"1F7A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128930","Unicode hex":"1F7A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128931","Unicode hex":"1F7A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128932","Unicode hex":"1F7A4"},{"Typeface name":"Wingdings 2","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128933","Unicode hex":"1F7A5"},{"Typeface name":"Wingdings 2","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128934","Unicode hex":"1F7A6"},{"Typeface name":"Wingdings 2","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128935","Unicode hex":"1F7A7"},{"Typeface name":"Wingdings 2","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128936","Unicode hex":"1F7A8"},{"Typeface name":"Wingdings 2","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128937","Unicode hex":"1F7A9"},{"Typeface name":"Wingdings 2","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128938","Unicode hex":"1F7AA"},{"Typeface name":"Wingdings 2","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128939","Unicode hex":"1F7AB"},{"Typeface name":"Wingdings 2","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128940","Unicode hex":"1F7AC"},{"Typeface name":"Wingdings 2","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128941","Unicode hex":"1F7AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128942","Unicode hex":"1F7AE"},{"Typeface name":"Wingdings 2","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128943","Unicode hex":"1F7AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"128944","Unicode hex":"1F7B0"},{"Typeface name":"Wingdings 2","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"128945","Unicode hex":"1F7B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"128946","Unicode hex":"1F7B2"},{"Typeface name":"Wingdings 2","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"128947","Unicode hex":"1F7B3"},{"Typeface name":"Wingdings 2","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"128948","Unicode hex":"1F7B4"},{"Typeface name":"Wingdings 2","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"128949","Unicode hex":"1F7B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"128950","Unicode hex":"1F7B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"128951","Unicode hex":"1F7B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"128952","Unicode hex":"1F7B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"128953","Unicode hex":"1F7B9"},{"Typeface name":"Wingdings 2","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"128954","Unicode hex":"1F7BA"},{"Typeface name":"Wingdings 2","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"128955","Unicode hex":"1F7BB"},{"Typeface name":"Wingdings 2","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"128956","Unicode hex":"1F7BC"},{"Typeface name":"Wingdings 2","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128957","Unicode hex":"1F7BD"},{"Typeface name":"Wingdings 2","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128958","Unicode hex":"1F7BE"},{"Typeface name":"Wingdings 2","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"128959","Unicode hex":"1F7BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"128960","Unicode hex":"1F7C0"},{"Typeface name":"Wingdings 2","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128962","Unicode hex":"1F7C2"},{"Typeface name":"Wingdings 2","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128964","Unicode hex":"1F7C4"},{"Typeface name":"Wingdings 2","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"128966","Unicode hex":"1F7C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"128969","Unicode hex":"1F7C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128970","Unicode hex":"1F7CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"10038","Unicode hex":"2736"},{"Typeface name":"Wingdings 2","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"128972","Unicode hex":"1F7CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128974","Unicode hex":"1F7CE"},{"Typeface name":"Wingdings 2","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128976","Unicode hex":"1F7D0"},{"Typeface name":"Wingdings 2","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128978","Unicode hex":"1F7D2"},{"Typeface name":"Wingdings 2","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"10041","Unicode hex":"2739"},{"Typeface name":"Wingdings 2","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128963","Unicode hex":"1F7C3"},{"Typeface name":"Wingdings 2","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128967","Unicode hex":"1F7C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Wingdings 2","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128973","Unicode hex":"1F7CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128980","Unicode hex":"1F7D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11212","Unicode hex":"2BCC"},{"Typeface name":"Wingdings 2","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11213","Unicode hex":"2BCD"},{"Typeface name":"Wingdings 2","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"8251","Unicode hex":"203B"},{"Typeface name":"Wingdings 2","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"8258","Unicode hex":"2042"},{"Typeface name":"Wingdings 3","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 3","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"11104","Unicode hex":"2B60"},{"Typeface name":"Wingdings 3","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"11106","Unicode hex":"2B62"},{"Typeface name":"Wingdings 3","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"11105","Unicode hex":"2B61"},{"Typeface name":"Wingdings 3","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"11107","Unicode hex":"2B63"},{"Typeface name":"Wingdings 3","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"11110","Unicode hex":"2B66"},{"Typeface name":"Wingdings 3","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"11111","Unicode hex":"2B67"},{"Typeface name":"Wingdings 3","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"11113","Unicode hex":"2B69"},{"Typeface name":"Wingdings 3","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"11112","Unicode hex":"2B68"},{"Typeface name":"Wingdings 3","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"11120","Unicode hex":"2B70"},{"Typeface name":"Wingdings 3","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"11122","Unicode hex":"2B72"},{"Typeface name":"Wingdings 3","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"11121","Unicode hex":"2B71"},{"Typeface name":"Wingdings 3","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"11123","Unicode hex":"2B73"},{"Typeface name":"Wingdings 3","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"11126","Unicode hex":"2B76"},{"Typeface name":"Wingdings 3","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"11128","Unicode hex":"2B78"},{"Typeface name":"Wingdings 3","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"11131","Unicode hex":"2B7B"},{"Typeface name":"Wingdings 3","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"11133","Unicode hex":"2B7D"},{"Typeface name":"Wingdings 3","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"11108","Unicode hex":"2B64"},{"Typeface name":"Wingdings 3","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"11109","Unicode hex":"2B65"},{"Typeface name":"Wingdings 3","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"11114","Unicode hex":"2B6A"},{"Typeface name":"Wingdings 3","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"11116","Unicode hex":"2B6C"},{"Typeface name":"Wingdings 3","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"11115","Unicode hex":"2B6B"},{"Typeface name":"Wingdings 3","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"11117","Unicode hex":"2B6D"},{"Typeface name":"Wingdings 3","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"11085","Unicode hex":"2B4D"},{"Typeface name":"Wingdings 3","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"11168","Unicode hex":"2BA0"},{"Typeface name":"Wingdings 3","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"11169","Unicode hex":"2BA1"},{"Typeface name":"Wingdings 3","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"11170","Unicode hex":"2BA2"},{"Typeface name":"Wingdings 3","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"11171","Unicode hex":"2BA3"},{"Typeface name":"Wingdings 3","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"11172","Unicode hex":"2BA4"},{"Typeface name":"Wingdings 3","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"11173","Unicode hex":"2BA5"},{"Typeface name":"Wingdings 3","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"11174","Unicode hex":"2BA6"},{"Typeface name":"Wingdings 3","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"11175","Unicode hex":"2BA7"},{"Typeface name":"Wingdings 3","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"11152","Unicode hex":"2B90"},{"Typeface name":"Wingdings 3","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"11153","Unicode hex":"2B91"},{"Typeface name":"Wingdings 3","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"11154","Unicode hex":"2B92"},{"Typeface name":"Wingdings 3","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"11155","Unicode hex":"2B93"},{"Typeface name":"Wingdings 3","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"11136","Unicode hex":"2B80"},{"Typeface name":"Wingdings 3","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"11139","Unicode hex":"2B83"},{"Typeface name":"Wingdings 3","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"11134","Unicode hex":"2B7E"},{"Typeface name":"Wingdings 3","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"11135","Unicode hex":"2B7F"},{"Typeface name":"Wingdings 3","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"11140","Unicode hex":"2B84"},{"Typeface name":"Wingdings 3","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"11142","Unicode hex":"2B86"},{"Typeface name":"Wingdings 3","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"11141","Unicode hex":"2B85"},{"Typeface name":"Wingdings 3","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"11143","Unicode hex":"2B87"},{"Typeface name":"Wingdings 3","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"11151","Unicode hex":"2B8F"},{"Typeface name":"Wingdings 3","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"11149","Unicode hex":"2B8D"},{"Typeface name":"Wingdings 3","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"11150","Unicode hex":"2B8E"},{"Typeface name":"Wingdings 3","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"11148","Unicode hex":"2B8C"},{"Typeface name":"Wingdings 3","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"11118","Unicode hex":"2B6E"},{"Typeface name":"Wingdings 3","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"11119","Unicode hex":"2B6F"},{"Typeface name":"Wingdings 3","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9099","Unicode hex":"238B"},{"Typeface name":"Wingdings 3","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"8996","Unicode hex":"2324"},{"Typeface name":"Wingdings 3","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"8963","Unicode hex":"2303"},{"Typeface name":"Wingdings 3","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"8997","Unicode hex":"2325"},{"Typeface name":"Wingdings 3","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"9251","Unicode hex":"2423"},{"Typeface name":"Wingdings 3","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"9085","Unicode hex":"237D"},{"Typeface name":"Wingdings 3","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"8682","Unicode hex":"21EA"},{"Typeface name":"Wingdings 3","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"11192","Unicode hex":"2BB8"},{"Typeface name":"Wingdings 3","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"129184","Unicode hex":"1F8A0"},{"Typeface name":"Wingdings 3","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"129185","Unicode hex":"1F8A1"},{"Typeface name":"Wingdings 3","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"129186","Unicode hex":"1F8A2"},{"Typeface name":"Wingdings 3","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"129187","Unicode hex":"1F8A3"},{"Typeface name":"Wingdings 3","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"129188","Unicode hex":"1F8A4"},{"Typeface name":"Wingdings 3","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"129189","Unicode hex":"1F8A5"},{"Typeface name":"Wingdings 3","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"129190","Unicode hex":"1F8A6"},{"Typeface name":"Wingdings 3","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"129191","Unicode hex":"1F8A7"},{"Typeface name":"Wingdings 3","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"129192","Unicode hex":"1F8A8"},{"Typeface name":"Wingdings 3","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"129193","Unicode hex":"1F8A9"},{"Typeface name":"Wingdings 3","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"129194","Unicode hex":"1F8AA"},{"Typeface name":"Wingdings 3","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"129195","Unicode hex":"1F8AB"},{"Typeface name":"Wingdings 3","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"129104","Unicode hex":"1F850"},{"Typeface name":"Wingdings 3","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"129106","Unicode hex":"1F852"},{"Typeface name":"Wingdings 3","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"129105","Unicode hex":"1F851"},{"Typeface name":"Wingdings 3","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"129107","Unicode hex":"1F853"},{"Typeface name":"Wingdings 3","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"129108","Unicode hex":"1F854"},{"Typeface name":"Wingdings 3","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"129109","Unicode hex":"1F855"},{"Typeface name":"Wingdings 3","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"129111","Unicode hex":"1F857"},{"Typeface name":"Wingdings 3","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"129110","Unicode hex":"1F856"},{"Typeface name":"Wingdings 3","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"129112","Unicode hex":"1F858"},{"Typeface name":"Wingdings 3","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"129113","Unicode hex":"1F859"},{"Typeface name":"Wingdings 3","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9650","Unicode hex":"25B2"},{"Typeface name":"Wingdings 3","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9660","Unicode hex":"25BC"},{"Typeface name":"Wingdings 3","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9651","Unicode hex":"25B3"},{"Typeface name":"Wingdings 3","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9661","Unicode hex":"25BD"},{"Typeface name":"Wingdings 3","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9664","Unicode hex":"25C0"},{"Typeface name":"Wingdings 3","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9654","Unicode hex":"25B6"},{"Typeface name":"Wingdings 3","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"9665","Unicode hex":"25C1"},{"Typeface name":"Wingdings 3","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9655","Unicode hex":"25B7"},{"Typeface name":"Wingdings 3","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"9699","Unicode hex":"25E3"},{"Typeface name":"Wingdings 3","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"9698","Unicode hex":"25E2"},{"Typeface name":"Wingdings 3","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"9700","Unicode hex":"25E4"},{"Typeface name":"Wingdings 3","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"9701","Unicode hex":"25E5"},{"Typeface name":"Wingdings 3","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"128896","Unicode hex":"1F780"},{"Typeface name":"Wingdings 3","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128898","Unicode hex":"1F782"},{"Typeface name":"Wingdings 3","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128897","Unicode hex":"1F781"},{"Typeface name":"Wingdings 3","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128899","Unicode hex":"1F783"},{"Typeface name":"Wingdings 3","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"11205","Unicode hex":"2BC5"},{"Typeface name":"Wingdings 3","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"11206","Unicode hex":"2BC6"},{"Typeface name":"Wingdings 3","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"11207","Unicode hex":"2BC7"},{"Typeface name":"Wingdings 3","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11208","Unicode hex":"2BC8"},{"Typeface name":"Wingdings 3","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"11164","Unicode hex":"2B9C"},{"Typeface name":"Wingdings 3","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"11166","Unicode hex":"2B9E"},{"Typeface name":"Wingdings 3","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"11165","Unicode hex":"2B9D"},{"Typeface name":"Wingdings 3","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"11167","Unicode hex":"2B9F"},{"Typeface name":"Wingdings 3","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"129040","Unicode hex":"1F810"},{"Typeface name":"Wingdings 3","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"129042","Unicode hex":"1F812"},{"Typeface name":"Wingdings 3","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"129041","Unicode hex":"1F811"},{"Typeface name":"Wingdings 3","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"129043","Unicode hex":"1F813"},{"Typeface name":"Wingdings 3","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"129044","Unicode hex":"1F814"},{"Typeface name":"Wingdings 3","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"129046","Unicode hex":"1F816"},{"Typeface name":"Wingdings 3","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"129045","Unicode hex":"1F815"},{"Typeface name":"Wingdings 3","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"129047","Unicode hex":"1F817"},{"Typeface name":"Wingdings 3","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"129048","Unicode hex":"1F818"},{"Typeface name":"Wingdings 3","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"129050","Unicode hex":"1F81A"},{"Typeface name":"Wingdings 3","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"129049","Unicode hex":"1F819"},{"Typeface name":"Wingdings 3","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"129051","Unicode hex":"1F81B"},{"Typeface name":"Wingdings 3","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"129052","Unicode hex":"1F81C"},{"Typeface name":"Wingdings 3","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"129054","Unicode hex":"1F81E"},{"Typeface name":"Wingdings 3","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"129053","Unicode hex":"1F81D"},{"Typeface name":"Wingdings 3","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"129055","Unicode hex":"1F81F"},{"Typeface name":"Wingdings 3","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"129024","Unicode hex":"1F800"},{"Typeface name":"Wingdings 3","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"129026","Unicode hex":"1F802"},{"Typeface name":"Wingdings 3","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"129025","Unicode hex":"1F801"},{"Typeface name":"Wingdings 3","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"129027","Unicode hex":"1F803"},{"Typeface name":"Wingdings 3","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"129028","Unicode hex":"1F804"},{"Typeface name":"Wingdings 3","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"129030","Unicode hex":"1F806"},{"Typeface name":"Wingdings 3","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"129029","Unicode hex":"1F805"},{"Typeface name":"Wingdings 3","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"129031","Unicode hex":"1F807"},{"Typeface name":"Wingdings 3","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"129032","Unicode hex":"1F808"},{"Typeface name":"Wingdings 3","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"129034","Unicode hex":"1F80A"},{"Typeface name":"Wingdings 3","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"129033","Unicode hex":"1F809"},{"Typeface name":"Wingdings 3","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"129035","Unicode hex":"1F80B"},{"Typeface name":"Wingdings 3","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"129056","Unicode hex":"1F820"},{"Typeface name":"Wingdings 3","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"129058","Unicode hex":"1F822"},{"Typeface name":"Wingdings 3","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"129060","Unicode hex":"1F824"},{"Typeface name":"Wingdings 3","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"129062","Unicode hex":"1F826"},{"Typeface name":"Wingdings 3","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"129064","Unicode hex":"1F828"},{"Typeface name":"Wingdings 3","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"129066","Unicode hex":"1F82A"},{"Typeface name":"Wingdings 3","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"129068","Unicode hex":"1F82C"},{"Typeface name":"Wingdings 3","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"129180","Unicode hex":"1F89C"},{"Typeface name":"Wingdings 3","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"129181","Unicode hex":"1F89D"},{"Typeface name":"Wingdings 3","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"129182","Unicode hex":"1F89E"},{"Typeface name":"Wingdings 3","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"129183","Unicode hex":"1F89F"},{"Typeface name":"Wingdings 3","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"129070","Unicode hex":"1F82E"},{"Typeface name":"Wingdings 3","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"129072","Unicode hex":"1F830"},{"Typeface name":"Wingdings 3","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"129074","Unicode hex":"1F832"},{"Typeface name":"Wingdings 3","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"129076","Unicode hex":"1F834"},{"Typeface name":"Wingdings 3","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"129078","Unicode hex":"1F836"},{"Typeface name":"Wingdings 3","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"129080","Unicode hex":"1F838"},{"Typeface name":"Wingdings 3","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"129082","Unicode hex":"1F83A"},{"Typeface name":"Wingdings 3","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"129081","Unicode hex":"1F839"},{"Typeface name":"Wingdings 3","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"129083","Unicode hex":"1F83B"},{"Typeface name":"Wingdings 3","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"129176","Unicode hex":"1F898"},{"Typeface name":"Wingdings 3","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"129178","Unicode hex":"1F89A"},{"Typeface name":"Wingdings 3","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"129177","Unicode hex":"1F899"},{"Typeface name":"Wingdings 3","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"129179","Unicode hex":"1F89B"},{"Typeface name":"Wingdings 3","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"129084","Unicode hex":"1F83C"},{"Typeface name":"Wingdings 3","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"129086","Unicode hex":"1F83E"},{"Typeface name":"Wingdings 3","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"129085","Unicode hex":"1F83D"},{"Typeface name":"Wingdings 3","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"129087","Unicode hex":"1F83F"},{"Typeface name":"Wingdings 3","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"129088","Unicode hex":"1F840"},{"Typeface name":"Wingdings 3","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"129090","Unicode hex":"1F842"},{"Typeface name":"Wingdings 3","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"129089","Unicode hex":"1F841"},{"Typeface name":"Wingdings 3","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"129091","Unicode hex":"1F843"},{"Typeface name":"Wingdings 3","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"129092","Unicode hex":"1F844"},{"Typeface name":"Wingdings 3","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"129094","Unicode hex":"1F846"},{"Typeface name":"Wingdings 3","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"129093","Unicode hex":"1F845"},{"Typeface name":"Wingdings 3","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"129095","Unicode hex":"1F847"},{"Typeface name":"Wingdings 3","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11176","Unicode hex":"2BA8"},{"Typeface name":"Wingdings 3","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11177","Unicode hex":"2BA9"},{"Typeface name":"Wingdings 3","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"11178","Unicode hex":"2BAA"},{"Typeface name":"Wingdings 3","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"11179","Unicode hex":"2BAB"},{"Typeface name":"Wingdings 3","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"11180","Unicode hex":"2BAC"},{"Typeface name":"Wingdings 3","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"11181","Unicode hex":"2BAD"},{"Typeface name":"Wingdings 3","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"11182","Unicode hex":"2BAE"},{"Typeface name":"Wingdings 3","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"11183","Unicode hex":"2BAF"},{"Typeface name":"Wingdings 3","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"129120","Unicode hex":"1F860"},{"Typeface name":"Wingdings 3","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"129122","Unicode hex":"1F862"},{"Typeface name":"Wingdings 3","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"129121","Unicode hex":"1F861"},{"Typeface name":"Wingdings 3","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"129123","Unicode hex":"1F863"},{"Typeface name":"Wingdings 3","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"129124","Unicode hex":"1F864"},{"Typeface name":"Wingdings 3","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"129125","Unicode hex":"1F865"},{"Typeface name":"Wingdings 3","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"129127","Unicode hex":"1F867"},{"Typeface name":"Wingdings 3","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"129126","Unicode hex":"1F866"},{"Typeface name":"Wingdings 3","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"129136","Unicode hex":"1F870"},{"Typeface name":"Wingdings 3","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"129138","Unicode hex":"1F872"},{"Typeface name":"Wingdings 3","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"129137","Unicode hex":"1F871"},{"Typeface name":"Wingdings 3","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"129139","Unicode hex":"1F873"},{"Typeface name":"Wingdings 3","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"129140","Unicode hex":"1F874"},{"Typeface name":"Wingdings 3","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"129141","Unicode hex":"1F875"},{"Typeface name":"Wingdings 3","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129143","Unicode hex":"1F877"},{"Typeface name":"Wingdings 3","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129142","Unicode hex":"1F876"},{"Typeface name":"Wingdings 3","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129152","Unicode hex":"1F880"},{"Typeface name":"Wingdings 3","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129154","Unicode hex":"1F882"},{"Typeface name":"Wingdings 3","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129153","Unicode hex":"1F881"},{"Typeface name":"Wingdings 3","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129155","Unicode hex":"1F883"},{"Typeface name":"Wingdings 3","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129156","Unicode hex":"1F884"},{"Typeface name":"Wingdings 3","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129157","Unicode hex":"1F885"},{"Typeface name":"Wingdings 3","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129159","Unicode hex":"1F887"},{"Typeface name":"Wingdings 3","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129158","Unicode hex":"1F886"},{"Typeface name":"Wingdings 3","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129168","Unicode hex":"1F890"},{"Typeface name":"Wingdings 3","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129170","Unicode hex":"1F892"},{"Typeface name":"Wingdings 3","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129169","Unicode hex":"1F891"},{"Typeface name":"Wingdings 3","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129171","Unicode hex":"1F893"},{"Typeface name":"Wingdings 3","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129172","Unicode hex":"1F894"},{"Typeface name":"Wingdings 3","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129174","Unicode hex":"1F896"},{"Typeface name":"Wingdings 3","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"129173","Unicode hex":"1F895"},{"Typeface name":"Wingdings 3","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"129175","Unicode hex":"1F897"}];return cy.default=n,cy}var cA;function Uz(){if(cA)return _c;cA=1;var n=_c&&_c.__importDefault||function(g){return g&&g.__esModule?g:{default:g}};Object.defineProperty(_c,"__esModule",{value:!0}),_c.hex=_c.dec=_c.codePoint=void 0;for(var e=n(Rz()),t={},r=String.fromCodePoint?String.fromCodePoint:d,i=0,o=e.default;i<o.length;i++){var a=o[i],s=parseInt(a["Unicode dec"],10),l={codePoint:s,string:r(s)};t[a["Typeface name"].toUpperCase()+"_"+a["Dingbat dec"]]=l}function c(g,b){return t[g.toUpperCase()+"_"+b]}_c.codePoint=c;function f(g,b){return c(g,parseInt(b,10))}_c.dec=f;function u(g,b){return c(g,parseInt(b,16))}_c.hex=u;function d(g){if(g<=65535)return String.fromCharCode(g);var b=Math.floor((g-65536)/1024)+55296,m=(g-65536)%1024+56320;return String.fromCharCode(b,m)}return _c}var uy={},uA;function Fz(){if(uA)return uy;uA=1,uy.uriToZipEntryName=n,uy.replaceFragment=e;function n(t,r){return r.charAt(0)==="/"?r.substr(1):t+"/"+r}function e(t,r){var i=t.indexOf("#");return i!==-1&&(t=t.substring(0,i)),t+"#"+r}return uy}var fA;function Oz(){if(fA)return ly;fA=1,ly.createBodyReader=s,ly._readNumberingProperties=c;var n=Uz(),e=ui,t=vh(),r=wf().Result,i=wf().warning,o=AD(),a=Fz();function s(N){return{readXmlElement:function(I){return new l(N).readXmlElement(I)},readXmlElements:function(I){return new l(N).readXmlElements(I)}}}function l(N){var I=[],M=[],z=[],Z=N.relationships,W=N.contentTypes,te=N.docxFile,ce=N.files,P=N.numbering,$=N.styles;function U(Ue){var $e=Ue.map(he);return _($e)}function he(Ue){if(Ue.type==="element"){var $e=ge[Ue.name];if($e)return $e(Ue);if(!Object.prototype.hasOwnProperty.call(u,Ue.name)){var ot=i("An unrecognised element was ignored: "+Ue.name);return d([ot])}}return g()}function G(Ue){return be(Ue).map(function($e){return{type:"paragraphProperties",styleId:$e.styleId,styleName:$e.name,alignment:Ue.firstOrEmpty("w:jc").attributes["w:val"],numbering:c($e.styleId,Ue.firstOrEmpty("w:numPr"),P),indent:j(Ue.firstOrEmpty("w:ind"))}})}function j(Ue){return{start:Ue.attributes["w:start"]||Ue.attributes["w:left"],end:Ue.attributes["w:end"]||Ue.attributes["w:right"],firstLine:Ue.attributes["w:firstLine"],hanging:Ue.attributes["w:hanging"]}}function De(Ue){return se(Ue).map(function($e){var ot=Ue.firstOrEmpty("w:sz").attributes["w:val"],vt=/^[0-9]+$/.test(ot)?parseInt(ot,10)/2:null;return{type:"runProperties",styleId:$e.styleId,styleName:$e.name,verticalAlignment:Ue.firstOrEmpty("w:vertAlign").attributes["w:val"],font:Ue.firstOrEmpty("w:rFonts").attributes["w:ascii"],fontSize:vt,isBold:fe(Ue.first("w:b")),isUnderline:ie(Ue.first("w:u")),isItalic:fe(Ue.first("w:i")),isStrikethrough:fe(Ue.first("w:strike")),isAllCaps:fe(Ue.first("w:caps")),isSmallCaps:fe(Ue.first("w:smallCaps")),highlight:xe(Ue.firstOrEmpty("w:highlight").attributes["w:val"])}})}function ie(Ue){if(Ue){var $e=Ue.attributes["w:val"];return $e!==void 0&&$e!=="false"&&$e!=="0"&&$e!=="none"}else return!1}function fe(Ue){if(Ue){var $e=Ue.attributes["w:val"];return $e!=="false"&&$e!=="0"}else return!1}function q(Ue){return Ue!=="false"&&Ue!=="0"}function xe(Ue){return!Ue||Ue==="none"?null:Ue}function be(Ue){return Xe(Ue,"w:pStyle","Paragraph",$.findParagraphStyleById)}function se(Ue){return Xe(Ue,"w:rStyle","Run",$.findCharacterStyleById)}function ve(Ue){return Xe(Ue,"w:tblStyle","Table",$.findTableStyleById)}function Xe(Ue,$e,ot,vt){var Bt=[],Re=Ue.first($e),Ne=null,Lt=null;if(Re&&(Ne=Re.attributes["w:val"],Ne)){var Gt=vt(Ne);Gt?Lt=Gt.name:Bt.push(kt(ot,Ne))}return m({styleId:Ne,name:Lt},Bt)}function qe(Ue){var $e=Ue.attributes["w:fldCharType"];if($e==="begin")I.push({type:"begin",fldChar:Ue}),M=[];else if($e==="end"){var ot=I.pop();if(ot.type==="begin"&&(ot=st(ot)),ot.type==="checkbox")return b(t.checkbox({checked:ot.checked}))}else if($e==="separate"){var vt=I.pop(),Bt=st(vt);I.push(Bt)}return g()}function je(){var Ue=e.last(I.filter(function($e){return $e.type==="hyperlink"}));return Ue?Ue.options:null}function st(Ue){return Pe(M.join(""),Ue.type==="begin"?Ue.fldChar:o.emptyElement)}function Pe(Ue,$e){var ot=/\s*HYPERLINK "(.*)"/.exec(Ue);if(ot)return{type:"hyperlink",options:{href:ot[1]}};var vt=/\s*HYPERLINK\s+\\l\s+"(.*)"/.exec(Ue);if(vt)return{type:"hyperlink",options:{anchor:vt[1]}};var Bt=/\s*FORMCHECKBOX\s*/.exec(Ue);if(Bt){var Re=$e.firstOrEmpty("w:ffData").firstOrEmpty("w:checkBox"),Ne=Re.first("w:checked"),Lt=Ne==null?fe(Re.first("w:default")):fe(Ne);return{type:"checkbox",checked:Lt}}return{type:"unknown"}}function rt(Ue){return M.push(Ue.text()),g()}function Ze(Ue){var $e=Ue.attributes["w:font"],ot=Ue.attributes["w:char"],vt=n.hex($e,ot);return vt==null&&/^F0..$/.test(ot)&&(vt=n.hex($e,ot.substring(2))),vt==null?d([i("A w:sym element with an unsupported character was ignored: char "+ot+" in font "+$e)]):b(new t.Text(vt.string))}function lt(Ue){return function($e){var ot=$e.attributes["w:id"];return b(new t.NoteReference({noteType:Ue,noteId:ot}))}}function O(Ue){return b(t.commentReference({commentId:Ue.attributes["w:id"]}))}function pe(Ue){return U(Ue.children)}var ge={"w:p":function(Ue){var $e=Ue.firstOrEmpty("w:pPr"),ot=!!$e.firstOrEmpty("w:rPr").first("w:del");if(ot)return Ue.children.forEach(function(Bt){z.push(Bt)}),g();var vt=Ue.children;return z.length>0&&(vt=z.concat(vt),z=[]),D.map(G($e),U(vt),function(Bt,Re){return new t.Paragraph(Re,Bt)}).insertExtra()},"w:r":function(Ue){return D.map(De(Ue.firstOrEmpty("w:rPr")),U(Ue.children),function($e,ot){var vt=je();return vt!==null&&(ot=[new t.Hyperlink(ot,vt)]),new t.Run(ot,$e)})},"w:fldChar":qe,"w:instrText":rt,"w:t":function(Ue){return b(new t.Text(Ue.text()))},"w:tab":function(Ue){return b(new t.Tab)},"w:noBreakHyphen":function(){return b(new t.Text("‑"))},"w:softHyphen":function(Ue){return b(new t.Text(""))},"w:sym":Ze,"w:hyperlink":function(Ue){var $e=Ue.attributes["r:id"],ot=Ue.attributes["w:anchor"];return U(Ue.children).map(function(vt){function Bt(Ne){var Lt=Ue.attributes["w:tgtFrame"]||null;return new t.Hyperlink(vt,e.extend({targetFrame:Lt},Ne))}if($e){var Re=Z.findTargetByRelationshipId($e);return ot&&(Re=a.replaceFragment(Re,ot)),Bt({href:Re})}else return ot?Bt({anchor:ot}):vt})},"w:tbl":re,"w:tr":ye,"w:tc":Le,"w:footnoteReference":lt("footnote"),"w:endnoteReference":lt("endnote"),"w:commentReference":O,"w:br":function(Ue){var $e=Ue.attributes["w:type"];return $e==null||$e==="textWrapping"?b(t.lineBreak):$e==="page"?b(t.pageBreak):$e==="column"?b(t.columnBreak):d([i("Unsupported break type: "+$e)])},"w:bookmarkStart":function(Ue){var $e=Ue.attributes["w:name"];return $e==="_GoBack"?g():b(new t.BookmarkStart({name:$e}))},"mc:AlternateContent":function(Ue){return pe(Ue.first("mc:Fallback"))},"w:sdt":function(Ue){var $e=Ue.firstOrEmpty("w:sdtPr").first("wordml:checkbox");if($e){var ot=$e.first("wordml:checked"),vt=!!ot&&q(ot.attributes["wordml:val"]);return b(t.checkbox({checked:vt}))}else return U(Ue.firstOrEmpty("w:sdtContent").children)},"w:ins":pe,"w:object":pe,"w:smartTag":pe,"w:drawing":pe,"w:pict":function(Ue){return pe(Ue).toExtra()},"v:roundrect":pe,"v:shape":pe,"v:textbox":pe,"w:txbxContent":pe,"wp:inline":de,"wp:anchor":de,"v:imagedata":ut,"v:group":pe,"v:rect":pe};return{readXmlElement:he,readXmlElements:U};function re(Ue){var $e=ne(Ue.firstOrEmpty("w:tblPr"));return U(Ue.children).flatMap(we).flatMap(function(ot){return $e.map(function(vt){return t.Table(ot,vt)})})}function ne(Ue){return ve(Ue).map(function($e){return{styleId:$e.styleId,styleName:$e.name}})}function ye(Ue){var $e=Ue.firstOrEmpty("w:trPr"),ot=!!$e.first("w:tblHeader");return U(Ue.children).map(function(vt){return t.TableRow(vt,{isHeader:ot})})}function Le(Ue){return U(Ue.children).map(function($e){var ot=Ue.firstOrEmpty("w:tcPr"),vt=ot.firstOrEmpty("w:gridSpan").attributes["w:val"],Bt=vt?parseInt(vt,10):1,Re=t.TableCell($e,{colSpan:Bt});return Re._vMerge=_e(ot),Re})}function _e(Ue){var $e=Ue.first("w:vMerge");if($e){var ot=$e.attributes["w:val"];return ot==="continue"||!ot}else return null}function we(Ue){var $e=e.any(Ue,function(Bt){return Bt.type!==t.types.tableRow});if($e)return m(Ue,[i("unexpected non-row element in table, cell merging may be incorrect")]);var ot=e.any(Ue,function(Bt){return e.any(Bt.children,function(Re){return Re.type!==t.types.tableCell})});if(ot)return m(Ue,[i("unexpected non-cell element in table row, cell merging may be incorrect")]);var vt={};return Ue.forEach(function(Bt){var Re=0;Bt.children.forEach(function(Ne){Ne._vMerge&&vt[Re]?vt[Re].rowSpan++:(vt[Re]=Ne,Ne._vMerge=!1),Re+=Ne.colSpan})}),Ue.forEach(function(Bt){Bt.children=Bt.children.filter(function(Re){return!Re._vMerge}),Bt.children.forEach(function(Re){delete Re._vMerge})}),b(Ue)}function de(Ue){var $e=Ue.getElementsByTagName("a:graphic").getElementsByTagName("a:graphicData").getElementsByTagName("pic:pic").getElementsByTagName("pic:blipFill").getElementsByTagName("a:blip");return _($e.map(Te.bind(null,Ue)))}function Te(Ue,$e){var ot=Ue.first("wp:docPr").attributes,vt=ke(ot.descr)?ot.title:ot.descr,Bt=We($e);return Bt===null?d([i("Could not find image file for a:blip element")]):At(Bt,vt)}function ke(Ue){return Ue==null||/^\s*$/.test(Ue)}function We(Ue){var $e=Ue.attributes["r:embed"],ot=Ue.attributes["r:link"];if($e)return xt($e);if(ot){var vt=Z.findTargetByRelationshipId(ot);return{path:vt,read:ce.read.bind(ce,vt)}}else return null}function ut(Ue){var $e=Ue.attributes["r:id"];return $e?At(xt($e),Ue.attributes["o:title"]):d([i("A v:imagedata element without a relationship ID was ignored")])}function xt(Ue){var $e=a.uriToZipEntryName("word",Z.findTargetByRelationshipId(Ue));return{path:$e,read:te.read.bind(te,$e)}}function At(Ue,$e){var ot=W.findContentType(Ue.path),vt=t.Image({readImage:Ue.read,altText:$e,contentType:ot}),Bt=f[ot]?[]:i("Image of type "+ot+" is unlikely to display in web browsers");return m(vt,Bt)}function kt(Ue,$e){return i(Ue+" style with ID "+$e+" was referenced but not defined in the document")}}function c(N,I,M){var z=I.firstOrEmpty("w:ilvl").attributes["w:val"],Z=I.firstOrEmpty("w:numId").attributes["w:val"];if(z!==void 0&&Z!==void 0)return M.findLevel(Z,z);if(N!=null){var W=M.findLevelByParagraphStyleId(N);if(W!=null)return W}return null}var f={"image/png":!0,"image/gif":!0,"image/jpeg":!0,"image/svg+xml":!0,"image/tiff":!0},u={"office-word:wrap":!0,"v:shadow":!0,"v:shapetype":!0,"w:annotationRef":!0,"w:bookmarkEnd":!0,"w:sectPr":!0,"w:proofErr":!0,"w:lastRenderedPageBreak":!0,"w:commentRangeStart":!0,"w:commentRangeEnd":!0,"w:del":!0,"w:footnoteRef":!0,"w:endnoteRef":!0,"w:pPr":!0,"w:rPr":!0,"w:tblPr":!0,"w:tblGrid":!0,"w:trPr":!0,"w:tcPr":!0};function d(N){return new D(null,null,N)}function g(){return new D(null)}function b(N){return new D(N)}function m(N,I){return new D(N,null,I)}function D(N,I,M){this.value=N||[],this.extra=I||[],this._result=new r({element:this.value,extra:I},M),this.messages=this._result.messages}D.prototype.toExtra=function(){return new D(null,A(this.extra,this.value),this.messages)},D.prototype.insertExtra=function(){var N=this.extra;return N&&N.length?new D(A(this.value,N),null,this.messages):this},D.prototype.map=function(N){var I=this._result.map(function(M){return N(M.element)});return new D(I.value,this.extra,I.messages)},D.prototype.flatMap=function(N){var I=this._result.flatMap(function(M){return N(M.element)._result});return new D(I.value.element,A(this.extra,I.value.extra),I.messages)},D.map=function(N,I,M){return new D(M(N.value,I.value),A(N.extra,I.extra),N.messages.concat(I.messages))};function _(N){var I=r.combine(e.pluck(N,"_result"));return new D(e.flatten(e.pluck(I.value,"element")),e.filter(e.flatten(e.pluck(I.value,"extra")),R),I.messages)}function A(N,I){return e.flatten([N,I])}function R(N){return N}return ly}var Y0={},dA;function Iz(){if(dA)return Y0;dA=1,Y0.DocumentXmlReader=t;var n=vh(),e=wf().Result;function t(r){var i=r.bodyReader;function o(a){var s=a.first("w:body");if(s==null)throw new Error("Could not find the body element: are you sure this is a docx file?");var l=i.readXmlElements(s.children).map(function(c){return new n.Document(c,{notes:r.notes,comments:r.comments})});return new e(l.value,l.messages)}return{convertXmlToDocument:o}}return Y0}var Ap={},hA;function Mz(){if(hA)return Ap;hA=1,Ap.readRelationships=n,Ap.defaultValue=new e([]),Ap.Relationships=e;function n(t){var r=[];return t.children.forEach(function(i){if(i.name==="relationships:Relationship"){var o={relationshipId:i.attributes.Id,target:i.attributes.Target,type:i.attributes.Type};r.push(o)}}),new e(r)}function e(t){var r={};t.forEach(function(o){r[o.relationshipId]=o.target});var i={};return t.forEach(function(o){i[o.type]||(i[o.type]=[]),i[o.type].push(o.target)}),{findTargetByRelationshipId:function(o){return r[o]},findTargetsByType:function(o){return i[o]||[]}}}return Ap}var fy={},pA;function Pz(){if(pA)return fy;pA=1,fy.readContentTypesFromXml=e;var n={png:"png",gif:"gif",jpeg:"jpeg",jpg:"jpeg",tif:"tiff",tiff:"tiff",bmp:"bmp"};fy.defaultContentTypes=t({},{});function e(r){var i={},o={};return r.children.forEach(function(a){if(a.name==="content-types:Default"&&(i[a.attributes.Extension]=a.attributes.ContentType),a.name==="content-types:Override"){var s=a.attributes.PartName;s.charAt(0)==="/"&&(s=s.substring(1)),o[s]=a.attributes.ContentType}}),t(o,i)}function t(r,i){return{findContentType:function(o){var a=r[o];if(a)return a;var s=o.split("."),l=s[s.length-1];if(i.hasOwnProperty(l))return i[l];var c=n[l.toLowerCase()];return c?"image/"+c:null}}}return fy}var kp={},gA;function Nz(){if(gA)return kp;gA=1;var n=ui;kp.readNumberingXml=t,kp.Numbering=e,kp.defaultNumbering=new e({},{});function e(a,s,l){var c=n.flatten(n.values(s).map(function(g){return n.values(g.levels)})),f=n.indexBy(c.filter(function(g){return g.paragraphStyleId!=null}),"paragraphStyleId");function u(g,b){var m=a[g];if(m){var D=s[m.abstractNumId];if(D){if(D.numStyleLink==null)return s[m.abstractNumId].levels[b];var _=l.findNumberingStyleById(D.numStyleLink);return u(_.numId,b)}else return null}else return null}function d(g){return f[g]||null}return{findLevel:u,findLevelByParagraphStyleId:d}}function t(a,s){if(!s||!s.styles)throw new Error("styles is missing");var l=r(a),c=o(a);return new e(c,l,s.styles)}function r(a){var s={};return a.getElementsByTagName("w:abstractNum").forEach(function(l){var c=l.attributes["w:abstractNumId"];s[c]=i(l)}),s}function i(a){var s={};a.getElementsByTagName("w:lvl").forEach(function(c){var f=c.attributes["w:ilvl"],u=c.firstOrEmpty("w:numFmt").attributes["w:val"],d=c.firstOrEmpty("w:pStyle").attributes["w:val"];s[f]={isOrdered:u!=="bullet",level:f,paragraphStyleId:d}});var l=a.firstOrEmpty("w:numStyleLink").attributes["w:val"];return{levels:s,numStyleLink:l}}function o(a){var s={};return a.getElementsByTagName("w:num").forEach(function(l){var c=l.attributes["w:numId"],f=l.first("w:abstractNumId").attributes["w:val"];s[c]={abstractNumId:f}}),s}return kp}var Rp={},yA;function Bz(){if(yA)return Rp;yA=1,Rp.readStylesXml=e,Rp.Styles=n,Rp.defaultStyles=new n({},{});function n(o,a,s,l){return{findParagraphStyleById:function(c){return o[c]},findCharacterStyleById:function(c){return a[c]},findTableStyleById:function(c){return s[c]},findNumberingStyleById:function(c){return l[c]}}}n.EMPTY=new n({},{},{},{});function e(o){var a={},s={},l={},c={},f={paragraph:a,character:s,table:l};return o.getElementsByTagName("w:style").forEach(function(u){var d=t(u);if(d.type==="numbering")c[d.styleId]=i(u);else{var g=f[d.type];g&&(g[d.styleId]=d)}}),new n(a,s,l,c)}function t(o){var a=o.attributes["w:type"],s=o.attributes["w:styleId"],l=r(o);return{type:a,styleId:s,name:l}}function r(o){var a=o.first("w:name");return a?a.attributes["w:val"]:null}function i(o){var a=o.firstOrEmpty("w:pPr").firstOrEmpty("w:numPr").firstOrEmpty("w:numId").attributes["w:val"];return{numId:a}}return Rp}var Sh={},bA;function Lz(){if(bA)return Sh;bA=1;var n=vh(),e=wf().Result;Sh.createFootnotesReader=t.bind(Sh,"footnote"),Sh.createEndnotesReader=t.bind(Sh,"endnote");function t(r,i){function o(l){return e.combine(l.getElementsByTagName("w:"+r).filter(a).map(s))}function a(l){var c=l.attributes["w:type"];return c!=="continuationSeparator"&&c!=="separator"}function s(l){var c=l.attributes["w:id"];return i.readXmlElements(l.children).map(function(f){return n.Note({noteType:r,noteId:c,body:f})})}return o}return Sh}var Z0={},mA;function Wz(){if(mA)return Z0;mA=1;var n=vh(),e=wf().Result;function t(r){function i(a){return e.combine(a.getElementsByTagName("w:comment").map(o))}function o(a){var s=a.attributes["w:id"];function l(c){return(a.attributes[c]||"").trim()||null}return r.readXmlElements(a.children).map(function(c){return n.comment({commentId:s,body:c,authorName:l("w:author"),authorInitials:l("w:initials")})})}return i}return Z0.createCommentsReader=t,Z0}var J0={},vA;function zz(){if(vA)return J0;vA=1;var n=_d();J0.Files=e;function e(){function t(r){return n.reject(new Error("could not open external image: '"+r+`'
|
|
225
|
-
cannot open linked files from a web browser`))}return{read:t}}return J0}var xA;function Hz(){if(xA)return ty;xA=1,ty.read=b,ty._findPartPaths=m;var n=_d(),e=vh(),t=wf().Result,r=g5(),i=kz().readXmlFromZipFile,o=Oz().createBodyReader,a=Iz().DocumentXmlReader,s=Mz(),l=Pz(),c=Nz(),f=Bz(),u=Lz(),d=Wz(),g=zz().Files;function b(W,te){return te=te||{},n.props({contentTypes:I(W),partPaths:m(W),docxFile:W,files:te.path?g.relativeToFile(te.path):new g(null)}).also(function(ce){return{styles:z(W,ce.partPaths.styles)}}).also(function(ce){return{numbering:M(W,ce.partPaths.numbering,ce.styles)}}).also(function(ce){return{footnotes:R(ce.partPaths.footnotes,ce,function(P,$){return $?u.createFootnotesReader(P)($):new t([])}),endnotes:R(ce.partPaths.endnotes,ce,function(P,$){return $?u.createEndnotesReader(P)($):new t([])}),comments:R(ce.partPaths.comments,ce,function(P,$){return $?d.createCommentsReader(P)($):new t([])})}}).also(function(ce){return{notes:ce.footnotes.flatMap(function(P){return ce.endnotes.map(function($){return new e.Notes(P.concat($))})})}}).then(function(ce){return R(ce.partPaths.mainDocument,ce,function(P,$){return ce.notes.flatMap(function(U){return ce.comments.flatMap(function(he){var G=new a({bodyReader:P,notes:U,comments:he});return G.convertXmlToDocument($)})})})})}function m(W){return Z(W).then(function(te){var ce=D({docxFile:W,relationships:te,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",basePath:"",fallbackPath:"word/document.xml"});if(!W.exists(ce))throw new Error("Could not find main document part. Are you sure this is a valid .docx file?");return A({filename:N(ce),readElement:s.readRelationships,defaultValue:s.defaultValue})(W).then(function(P){function $(U){return D({docxFile:W,relationships:P,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/"+U,basePath:r.splitPath(ce).dirname,fallbackPath:"word/"+U+".xml"})}return{mainDocument:ce,comments:$("comments"),endnotes:$("endnotes"),footnotes:$("footnotes"),numbering:$("numbering"),styles:$("styles")}})})}function D(W){var te=W.docxFile,ce=W.relationships,P=W.relationshipType,$=W.basePath,U=W.fallbackPath,he=ce.findTargetsByType(P),G=he.map(function(De){return _(r.joinPath($,De),"/")}),j=G.filter(function(De){return te.exists(De)});return j.length===0?U:j[0]}function _(W,te){return W.substring(0,te.length)===te?W.substring(te.length):W}function A(W){return function(te){return i(te,W.filename).then(function(ce){return ce?W.readElement(ce):W.defaultValue})}}function R(W,te,ce){var P=A({filename:N(W),readElement:s.readRelationships,defaultValue:s.defaultValue});return P(te.docxFile).then(function($){var U=new o({relationships:$,contentTypes:te.contentTypes,docxFile:te.docxFile,numbering:te.numbering,styles:te.styles,files:te.files});return i(te.docxFile,W).then(function(he){return ce(U,he)})})}function N(W){var te=r.splitPath(W);return r.joinPath(te.dirname,"_rels",te.basename+".rels")}var I=A({filename:"[Content_Types].xml",readElement:l.readContentTypesFromXml,defaultValue:l.defaultContentTypes});function M(W,te,ce){return A({filename:te,readElement:function(P){return c.readNumberingXml(P,{styles:ce})},defaultValue:c.defaultNumbering})(W)}function z(W,te){return A({filename:te,readElement:f.readStylesXml,defaultValue:f.defaultStyles})(W)}var Z=A({filename:"_rels/.rels",readElement:s.readRelationships,defaultValue:s.defaultValue});return ty}var dy={},wA;function Vz(){if(wA)return dy;wA=1;var n=ui,e=_d(),t=AD();dy.writeStyleMap=a,dy.readStyleMap=f;var r="http://schemas.zwobble.org/mammoth/style-map",i="mammoth/style-map",o="/"+i;function a(u,d){return u.write(i,d),s(u).then(function(){return l(u)})}function s(u){var d="word/_rels/document.xml.rels",g="http://schemas.openxmlformats.org/package/2006/relationships",b="{"+g+"}Relationship";return u.read(d,"utf8").then(t.readString).then(function(m){var D=m.children;c(D,b,"Id",{Id:"rMammothStyleMap",Type:r,Target:o});var _={"":g};return u.write(d,t.writeString(m,_))})}function l(u){var d="[Content_Types].xml",g="http://schemas.openxmlformats.org/package/2006/content-types",b="{"+g+"}Override";return u.read(d,"utf8").then(t.readString).then(function(m){var D=m.children;c(D,b,"PartName",{PartName:o,ContentType:"text/prs.mammoth.style-map"});var _={"":g};return u.write(d,t.writeString(m,_))})}function c(u,d,g,b){var m=n.find(u,function(D){return D.name===d&&D.attributes[g]===b[g]});m?m.attributes=b:u.push(t.element(d,b))}function f(u){return u.exists(i)?u.read(i,"utf8"):e.resolve(null)}return dy}var hy={},Hd={},cf={},Kf={},DA;function x5(){if(DA)return Kf;DA=1;var n=Wm();function e(l,c,f){return r(n.element(l,c,{fresh:!1}),f)}function t(l,c,f){var u=n.element(l,c,{fresh:!0});return r(u,f)}function r(l,c){return{type:"element",tag:l,children:c||[]}}function i(l){return{type:"text",value:l}}var o={type:"forceWrite"};Kf.freshElement=t,Kf.nonFreshElement=e,Kf.elementWithTag=r,Kf.text=i,Kf.forceWrite=o;var a={br:!0,hr:!0,img:!0,input:!0};function s(l){return l.children.length===0&&a[l.tag.tagName]}return Kf.isVoidElement=s,Kf}var K0,TA;function Gz(){if(TA)return K0;TA=1;var n=ui,e=x5();function t(m){return r(c(m))}function r(m){var D=[];return m.map(i).forEach(function(_){l(D,_)}),D}function i(m){return o[m.type](m)}var o={element:a,text:s,forceWrite:s};function a(m){return e.elementWithTag(m.tag,r(m.children))}function s(m){return m}function l(m,D){var _=m[m.length-1];D.type==="element"&&!D.tag.fresh&&_&&_.type==="element"&&D.tag.matchesElement(_.tag)?(D.tag.separator&&l(_.children,e.text(D.tag.separator)),D.children.forEach(function(A){l(_.children,A)})):m.push(D)}function c(m){return f(m,function(D){return u[D.type](D)})}function f(m,D){return n.flatten(n.map(m,D),!0)}var u={element:g,text:b,forceWrite:d};function d(m){return[m]}function g(m){var D=c(m.children);return D.length===0&&!e.isVoidElement(m)?[]:[e.elementWithTag(m.tag,D)]}function b(m){return m.value.length===0?[]:[m]}return K0=t,K0}var EA;function Lm(){if(EA)return cf;EA=1;var n=x5();cf.freshElement=n.freshElement,cf.nonFreshElement=n.nonFreshElement,cf.elementWithTag=n.elementWithTag,cf.text=n.text,cf.forceWrite=n.forceWrite,cf.simplify=Gz();function e(a,s){s.forEach(function(l){t(a,l)})}function t(a,s){r[s.type](a,s)}var r={element:i,text:o,forceWrite:function(){}};function i(a,s){n.isVoidElement(s)?a.selfClosing(s.tag.tagName,s.tag.attributes):(a.open(s.tag.tagName,s.tag.attributes),e(a,s.children),a.close(s.tag.tagName))}function o(a,s){a.text(s.value)}return cf.write=e,cf}var _A;function Wm(){if(_A)return Hd;_A=1;var n=ui,e=Lm();Hd.topLevelElement=t,Hd.elements=r,Hd.element=o;function t(s,l){return r([o(s,l,{fresh:!0})])}function r(s){return new i(s.map(function(l){return n.isString(l)?o(l):l}))}function i(s){this._elements=s}i.prototype.wrap=function(l){for(var c=l(),f=this._elements.length-1;f>=0;f--)c=this._elements[f].wrapNodes(c);return c};function o(s,l,c){return c=c||{},new a(s,l,c)}function a(s,l,c){var f={};n.isArray(s)?(s.forEach(function(u){f[u]=!0}),s=s[0]):f[s]=!0,this.tagName=s,this.tagNames=f,this.attributes=l||{},this.fresh=c.fresh,this.separator=c.separator}return a.prototype.matchesElement=function(s){return this.tagNames[s.tagName]&&n.isEqual(this.attributes||{},s.attributes||{})},a.prototype.wrap=function(l){return this.wrapNodes(l())},a.prototype.wrapNodes=function(l){return[e.elementWithTag(this,l)]},Hd.empty=r([]),Hd.ignore={wrap:function(){return[]}},Hd}var Q0={},CA;function w5(){return CA||(CA=1,function(n){var e=ui,t=_d(),r=Lm();n.imgElement=i;function i(o){return function(a,s){return t.when(o(a)).then(function(l){var c={};return a.altText&&(c.alt=a.altText),e.extend(c,l),[r.freshElement("img",c)]})}}n.inline=n.imgElement,n.dataUri=i(function(o){return o.readAsBase64String().then(function(a){return{src:"data:"+o.contentType+";base64,"+a}})})}(Q0)),Q0}var q0={},j0={},SA;function Xz(){if(SA)return j0;SA=1;var n=ui;j0.writer=e;function e(s){return s=s||{},s.prettyPrint?r():i()}var t={div:!0,p:!0,ul:!0,li:!0};function r(){var s=0,l=" ",c=[],f=!0,u=!1,d=i();function g(I,M){t[I]&&R(),c.push(I),d.open(I,M),t[I]&&s++,f=!1}function b(I){t[I]&&(s--,R()),c.pop(),d.close(I)}function m(I){A();var M=N()?I:I.replace(`
|
|
226
|
-
`,`
|
|
227
|
-
`+l);d.text(M)}function D(I,M){R(),d.selfClosing(I,M)}function _(){return c.length===0||t[c[c.length-1]]}function A(){u||(R(),u=!0)}function R(){if(u=!1,!f&&_()&&!N()){d._append(`
|
|
228
|
-
`);for(var I=0;I<s;I++)d._append(l)}}function N(){return n.some(c,function(I){return I==="pre"})}return{asString:d.asString,open:g,close:b,text:m,selfClosing:D}}function i(){var s=[];function l(m,D){var _=u(D);s.push("<"+m+_+">")}function c(m){s.push("</"+m+">")}function f(m,D){var _=u(D);s.push("<"+m+_+" />")}function u(m){return n.map(m,function(D,_){return" "+_+'="'+a(D)+'"'}).join("")}function d(m){s.push(o(m))}function g(m){s.push(m)}function b(){return s.join("")}return{asString:b,open:l,close:c,text:d,selfClosing:f,_append:g}}function o(s){return s.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function a(s){return s.replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")}return j0}var $0={},AA;function Yz(){if(AA)return $0;AA=1;var n=ui;function e(u){return t(u,u)}function t(u,d){return function(){return{start:u,end:d}}}function r(u){var d=u.href||"";return d?{start:"[",end:"]("+d+")",anchorPosition:"before"}:{}}function i(u){var d=u.src||"",g=u.alt||"";return d||g?{start:""}:{}}function o(u){return function(d,g){return{start:g?`
|
|
229
|
-
`:"",end:g?"":`
|
|
230
|
-
`,list:{isOrdered:u.isOrdered,indent:g?g.indent+1:0,count:0}}}}function a(u,d,g){d=d||{indent:0,isOrdered:!1,count:0},d.count++,g.hasClosed=!1;var b=d.isOrdered?d.count+".":"-",m=l(" ",d.indent)+b+" ";return{start:m,end:function(){if(!g.hasClosed)return g.hasClosed=!0,`
|
|
231
|
-
`}}}var s={p:t("",`
|
|
232
|
-
|
|
233
|
-
`),br:t("",`
|
|
234
|
-
`),ul:o({isOrdered:!1}),ol:o({isOrdered:!0}),li:a,strong:e("__"),em:e("*"),a:r,img:i};(function(){for(var u=1;u<=6;u++)s["h"+u]=t(l("#",u)+" ",`
|
|
235
|
-
|
|
236
|
-
`)})();function l(u,d){return new Array(d+1).join(u)}function c(){var u=[],d=[],g=null,b={};function m(I,M){M=M||{};var z=s[I]||function(){return{}},Z=z(M,g,b);d.push({end:Z.end,list:g}),Z.list&&(g=Z.list);var W=Z.anchorPosition==="before";W&&D(M),u.push(Z.start||""),W||D(M)}function D(I){I.id&&u.push('<a id="'+I.id+'"></a>')}function _(I){var M=d.pop();g=M.list;var z=n.isFunction(M.end)?M.end():M.end;u.push(z||"")}function A(I,M){m(I,M),_()}function R(I){u.push(f(I))}function N(){return u.join("")}return{asString:N,open:m,close:_,text:R,selfClosing:A}}$0.writer=c;function f(u){return u.replace(/\\/g,"\\\\").replace(/([\`\*_\{\}\[\]\(\)\#\+\-\.\!])/g,"\\$1")}return $0}var kA;function Zz(){if(kA)return q0;kA=1;var n=Xz(),e=Yz();q0.writer=t;function t(r){return r=r||{},r.outputFormat==="markdown"?e.writer():n.writer(r)}return q0}var RA;function Jz(){if(RA)return hy;RA=1;var n=ui,e=_d(),t=vh(),r=Wm(),i=wf(),o=w5(),a=Lm(),s=Zz();hy.DocumentConverter=l;function l(D){return{convertToHtml:function(_){var A=n.indexBy(_.type===t.types.document?_.comments:[],"commentId"),R=new c(D,A);return R.convertToHtml(_)}}}function c(D,_){var A=1,R=[],N=[];D=n.extend({ignoreEmptyParagraphs:!0},D);var I=D.idPrefix===void 0?"":D.idPrefix,M=D.ignoreEmptyParagraphs,z=r.topLevelElement("p"),Z=D.styleMap||[];function W(O){var pe=[],ge=ce(O,pe,{}),re=[];b(ge,function(ye){ye.type==="deferred"&&re.push(ye)});var ne={};return e.mapSeries(re,function(ye){return ye.value().then(function(Le){ne[ye.id]=Le})}).then(function(){function ye(_e){return g(_e,function(we){return we.type==="deferred"?ne[we.id]:we.children?[n.extend({},we,{children:ye(we.children)})]:[we]})}var Le=s.writer({prettyPrint:D.prettyPrint,outputFormat:D.outputFormat});return a.write(Le,a.simplify(ye(ge))),new i.Result(Le.asString(),pe)})}function te(O,pe,ge){return g(O,function(re){return ce(re,pe,ge)})}function ce(O,pe,ge){if(!ge)throw new Error("options not set");var re=lt[O.type];return re?re(O,pe,ge):[]}function P(O,pe,ge){return $(O,pe).wrap(function(){var re=te(O.children,pe,ge);return M?re:[a.forceWrite].concat(re)})}function $(O,pe){var ge=j(O);return ge?ge.to:(O.styleId&&pe.push(d("paragraph",O)),z)}function U(O,pe,ge){var re=function(){return te(O.children,pe,ge)},ne=[];if(O.highlight!==null){var ye=G({type:"highlight",color:O.highlight});ye&&ne.push(ye)}O.isSmallCaps&&ne.push(he("smallCaps")),O.isAllCaps&&ne.push(he("allCaps")),O.isStrikethrough&&ne.push(he("strikethrough","s")),O.isUnderline&&ne.push(he("underline")),O.verticalAlignment===t.verticalAlignment.subscript&&ne.push(r.element("sub",{},{fresh:!1})),O.verticalAlignment===t.verticalAlignment.superscript&&ne.push(r.element("sup",{},{fresh:!1})),O.isItalic&&ne.push(he("italic","em")),O.isBold&&ne.push(he("bold","strong"));var Le=r.empty,_e=j(O);return _e?Le=_e.to:O.styleId&&pe.push(d("run",O)),ne.push(Le),ne.forEach(function(we){re=we.wrap.bind(we,re)}),re()}function he(O,pe){var ge=G({type:O});return ge||(pe?r.element(pe,{},{fresh:!1}):r.empty)}function G(O,pe){var ge=j(O);return ge?ge.to:pe}function j(O){for(var pe=0;pe<Z.length;pe++)if(Z[pe].from.matches(O))return Z[pe]}function De(O){return function(pe,ge){return e.attempt(function(){return O(pe,ge)}).caught(function(re){return ge.push(i.error(re)),[]})}}function ie(O){return q(O.noteType,O.noteId)}function fe(O){return xe(O.noteType,O.noteId)}function q(O,pe){return be(O+"-"+pe)}function xe(O,pe){return be(O+"-ref-"+pe)}function be(O){return I+O}var se=r.elements([r.element("table",{},{fresh:!0})]);function ve(O,pe,ge){return G(O,se).wrap(function(){return Xe(O,pe,ge)})}function Xe(O,pe,ge){var re=n.findIndex(O.children,function(_e){return!_e.type===t.types.tableRow||!_e.isHeader});re===-1&&(re=O.children.length);var ne;if(re===0)ne=te(O.children,pe,n.extend({},ge,{isTableHeader:!1}));else{var ye=te(O.children.slice(0,re),pe,n.extend({},ge,{isTableHeader:!0})),Le=te(O.children.slice(re),pe,n.extend({},ge,{isTableHeader:!1}));ne=[a.freshElement("thead",{},ye),a.freshElement("tbody",{},Le)]}return[a.forceWrite].concat(ne)}function qe(O,pe,ge){var re=te(O.children,pe,ge);return[a.freshElement("tr",{},[a.forceWrite].concat(re))]}function je(O,pe,ge){var re=ge.isTableHeader?"th":"td",ne=te(O.children,pe,ge),ye={};return O.colSpan!==1&&(ye.colspan=O.colSpan.toString()),O.rowSpan!==1&&(ye.rowspan=O.rowSpan.toString()),[a.freshElement(re,ye,[a.forceWrite].concat(ne))]}function st(O,pe,ge){return G(O,r.ignore).wrap(function(){var re=_[O.commentId],ne=N.length+1,ye="["+m(re)+ne+"]";return N.push({label:ye,comment:re}),[a.freshElement("a",{href:"#"+q("comment",O.commentId),id:xe("comment",O.commentId)},[a.text(ye)])]})}function Pe(O,pe,ge){var re=O.label,ne=O.comment,ye=te(ne.body,pe,ge).concat([a.nonFreshElement("p",{},[a.text(" "),a.freshElement("a",{href:"#"+xe("comment",ne.commentId)},[a.text("↑")])])]);return[a.freshElement("dt",{id:q("comment",ne.commentId)},[a.text("Comment "+re)]),a.freshElement("dd",{},ye)]}function rt(O,pe,ge){return Ze(O).wrap(function(){return[]})}function Ze(O){var pe=j(O);return pe?pe.to:O.breakType==="line"?r.topLevelElement("br"):r.empty}var lt={document:function(O,pe,ge){var re=te(O.children,pe,ge),ne=R.map(function(Le){return O.notes.resolve(Le)}),ye=te(ne,pe,ge);return re.concat([a.freshElement("ol",{},ye),a.freshElement("dl",{},g(N,function(Le){return Pe(Le,pe,ge)}))])},paragraph:P,run:U,text:function(O,pe,ge){return[a.text(O.value)]},tab:function(O,pe,ge){return[a.text(" ")]},hyperlink:function(O,pe,ge){var re=O.anchor?"#"+be(O.anchor):O.href,ne={href:re};O.targetFrame!=null&&(ne.target=O.targetFrame);var ye=te(O.children,pe,ge);return[a.nonFreshElement("a",ne,ye)]},checkbox:function(O){var pe={type:"checkbox"};return O.checked&&(pe.checked="checked"),[a.freshElement("input",pe)]},bookmarkStart:function(O,pe,ge){var re=a.freshElement("a",{id:be(O.name)},[a.forceWrite]);return[re]},noteReference:function(O,pe,ge){R.push(O);var re=a.freshElement("a",{href:"#"+ie(O),id:fe(O)},[a.text("["+A+++"]")]);return[a.freshElement("sup",{},[re])]},note:function(O,pe,ge){var re=te(O.body,pe,ge),ne=a.elementWithTag(r.element("p",{},{fresh:!1}),[a.text(" "),a.freshElement("a",{href:"#"+fe(O)},[a.text("↑")])]),ye=re.concat([ne]);return a.freshElement("li",{id:ie(O)},ye)},commentReference:st,comment:Pe,image:u(De(D.convertImage||o.dataUri)),table:ve,tableRow:qe,tableCell:je,break:rt};return{convertToHtml:W}}var f=1;function u(D){return function(_,A,R){return[{type:"deferred",id:f++,value:function(){return D(_,A,R)}}]}}function d(D,_){return i.warning("Unrecognised "+D+" style: '"+_.styleName+"' (Style ID: "+_.styleId+")")}function g(D,_){return n.flatten(D.map(_),!0)}function b(D,_){D.forEach(function(A){_(A),A.children&&b(A.children,_)})}var m=hy.commentAuthorLabel=function(_){return _.authorInitials||""};return hy}var e2={},UA;function Kz(){if(UA)return e2;UA=1;var n=vh();function e(t){if(t.type==="text")return t.value;if(t.type===n.types.tab)return" ";var r=t.type==="paragraph"?`
|
|
237
|
-
|
|
238
|
-
`:"";return(t.children||[]).map(e).join("")+r}return e2.convertElementToRawText=e,e2}var Up={},Cc={},t2={},n2={exports:{}},FA;function Qz(){if(FA)return n2.exports;FA=1;var n=n2.exports=function(e,t){this._tokens=e,this._startIndex=t||0};return n.prototype.head=function(){return this._tokens[this._startIndex]},n.prototype.tail=function(e){return new n(this._tokens,this._startIndex+1)},n.prototype.toArray=function(){return this._tokens.slice(this._startIndex)},n.prototype.end=function(){return this._tokens[this._tokens.length-1]},n.prototype.to=function(e){var t=this.head().source,r=e.head()||e.end();return t.to(r.source)},n2.exports}var OA;function qz(){if(OA)return t2;OA=1;var n=Qz();return t2.Parser=function(e){var t=function(r,i){return r(new n(i))};return{parseTokens:t}},t2}var r2={},i2={},IA;function jz(){return IA||(IA=1,function(n){n.none=Object.create({value:function(){throw new Error("Called value on none")},isNone:function(){return!0},isSome:function(){return!1},map:function(){return n.none},flatMap:function(){return n.none},filter:function(){return n.none},toArray:function(){return[]},orElse:e,valueOrElse:e});function e(r){return typeof r=="function"?r():r}n.some=function(r){return new t(r)};var t=function(r){this._value=r};t.prototype.value=function(){return this._value},t.prototype.isNone=function(){return!1},t.prototype.isSome=function(){return!0},t.prototype.map=function(r){return new t(r(this._value))},t.prototype.flatMap=function(r){return r(this._value)},t.prototype.filter=function(r){return r(this._value)?this:n.none},t.prototype.toArray=function(){return[this._value]},t.prototype.orElse=function(r){return this},t.prototype.valueOrElse=function(r){return this._value},n.isOption=function(r){return r===n.none||r instanceof t},n.fromNullable=function(r){return r==null?n.none:new t(r)}}(i2)),i2}var o2,MA;function kD(){if(MA)return o2;MA=1,o2={failure:function(e,t){if(e.length<1)throw new Error("Failure must have errors");return new n({status:"failure",remaining:t,errors:e})},error:function(e,t){if(e.length<1)throw new Error("Failure must have errors");return new n({status:"error",remaining:t,errors:e})},success:function(e,t,r){return new n({status:"success",value:e,source:r,remaining:t,errors:[]})},cut:function(e){return new n({status:"cut",remaining:e,errors:[]})}};var n=function(e){this._value=e.value,this._status=e.status,this._hasValue=e.value!==void 0,this._remaining=e.remaining,this._source=e.source,this._errors=e.errors};return n.prototype.map=function(e){return this._hasValue?new n({value:e(this._value,this._source),status:this._status,remaining:this._remaining,source:this._source,errors:this._errors}):this},n.prototype.changeRemaining=function(e){return new n({value:this._value,status:this._status,remaining:e,source:this._source,errors:this._errors})},n.prototype.isSuccess=function(){return this._status==="success"||this._status==="cut"},n.prototype.isFailure=function(){return this._status==="failure"},n.prototype.isError=function(){return this._status==="error"},n.prototype.isCut=function(){return this._status==="cut"},n.prototype.value=function(){return this._value},n.prototype.remaining=function(){return this._remaining},n.prototype.source=function(){return this._source},n.prototype.errors=function(){return this._errors},o2}var a2={},PA;function D5(){if(PA)return a2;PA=1,a2.error=function(e){return new n(e)};var n=function(e){this.expected=e.expected,this.actual=e.actual,this._location=e.location};return n.prototype.describe=function(){var e=this._location?this._location.describe()+`:
|
|
239
|
-
`:"";return e+"Expected "+this.expected+`
|
|
240
|
-
but got `+this.actual},n.prototype.lineNumber=function(){return this._location.lineNumber()},n.prototype.characterNumber=function(){return this._location.characterNumber()},a2}var s2={},NA;function $z(){if(NA)return s2;NA=1,s2.fromArray=function(e){var t=0,r=function(){return t<e.length};return new n({hasNext:r,next:function(){if(r())return e[t++];throw new Error("No more elements")}})};var n=function(e){this._iterator=e};return n.prototype.map=function(e){var t=this._iterator;return new n({hasNext:function(){return t.hasNext()},next:function(){return e(t.next())}})},n.prototype.filter=function(e){var t=this._iterator,r=!1,i=!1,o,a=function(){if(!r)for(r=!0,i=!1;t.hasNext()&&!i;)o=t.next(),i=e(o)};return new n({hasNext:function(){return a(),i},next:function(){a();var s=o;return r=!1,s}})},n.prototype.first=function(){var e=this._iterator;return this._iterator.hasNext()?e.next():null},n.prototype.toArray=function(){for(var e=[];this._iterator.hasNext();)e.push(this._iterator.next());return e},s2}var BA;function T5(){return BA||(BA=1,function(n){var e=ui,t=jz(),r=kD(),i=D5(),o=$z();n.token=function(d,g){var b=g!==void 0;return function(m){var D=m.head();if(D&&D.name===d&&(!b||D.value===g))return r.success(D.value,m.tail(),D.source);var _=f({name:d,value:g});return u(m,_)}},n.tokenOfType=function(d){return n.token(d)},n.firstOf=function(d,g){return e.isArray(g)||(g=Array.prototype.slice.call(arguments,1)),function(b){return o.fromArray(g).map(function(m){return m(b)}).filter(function(m){return m.isSuccess()||m.isError()}).first()||u(b,d)}},n.then=function(d,g){return function(b){var m=d(b);return m.map||console.log(m),m.map(g)}},n.sequence=function(){var d=Array.prototype.slice.call(arguments,0),g=function(m){var D=e.foldl(d,function(A,R){var N=A.result,I=A.hasCut;if(!N.isSuccess())return{result:N,hasCut:I};var M=R(N.remaining());if(M.isCut())return{result:N,hasCut:!0};if(M.isSuccess()){var z;R.isCaptured?z=N.value().withValue(R,M.value()):z=N.value();var Z=M.remaining(),W=m.to(Z);return{result:r.success(z,Z,W),hasCut:I}}else return I?{result:r.error(M.errors(),M.remaining()),hasCut:I}:{result:M,hasCut:I}},{result:r.success(new a,m),hasCut:!1}).result,_=m.to(D.remaining());return D.map(function(A){return A.withValue(n.sequence.source,_)})};g.head=function(){var m=e.find(d,b);return n.then(g,n.sequence.extract(m))},g.map=function(m){return n.then(g,function(D){return m.apply(this,D.toArray())})};function b(m){return m.isCaptured}return g};var a=function(d,g){this._values=d||{},this._valuesArray=g||[]};a.prototype.withValue=function(d,g){if(d.captureName&&d.captureName in this._values)throw new Error('Cannot add second value for capture "'+d.captureName+'"');var b=e.clone(this._values);b[d.captureName]=g;var m=this._valuesArray.concat([g]);return new a(b,m)},a.prototype.get=function(d){if(d.captureName in this._values)return this._values[d.captureName];throw new Error('No value for capture "'+d.captureName+'"')},a.prototype.toArray=function(){return this._valuesArray},n.sequence.capture=function(d,g){var b=function(){return d.apply(this,arguments)};return b.captureName=g,b.isCaptured=!0,b},n.sequence.extract=function(d){return function(g){return g.get(d)}},n.sequence.applyValues=function(d){var g=Array.prototype.slice.call(arguments,1);return function(b){var m=g.map(function(D){return b.get(D)});return d.apply(this,m)}},n.sequence.source={captureName:"☃source☃"},n.sequence.cut=function(){return function(d){return r.cut(d)}},n.optional=function(d){return function(g){var b=d(g);return b.isSuccess()?b.map(t.some):b.isFailure()?r.success(t.none,g):b}},n.zeroOrMoreWithSeparator=function(d,g){return c(d,g,!1)},n.oneOrMoreWithSeparator=function(d,g){return c(d,g,!0)};var s=n.zeroOrMore=function(d){return function(g){for(var b=[],m;(m=d(g))&&m.isSuccess();)g=m.remaining(),b.push(m.value());return m.isError()?m:r.success(b,g)}};n.oneOrMore=function(d){return n.oneOrMoreWithSeparator(d,l)};function l(d){return r.success(null,d)}var c=function(d,g,b){return function(m){var D=d(m);if(D.isSuccess()){var _=n.sequence.capture(d,"main"),A=s(n.then(n.sequence(g,_),n.sequence.extract(_))),R=A(D.remaining());return r.success([D.value()].concat(R.value()),R.remaining())}else return b||D.isError()?D:r.success([],m)}};n.leftAssociative=function(d,g,b){var m;b?m=[{func:b,rule:g}]:m=g,m=m.map(function(_){return n.then(_.rule,function(A){return function(R,N){return _.func(R,A,N)}})});var D=n.firstOf.apply(null,["rules"].concat(m));return function(_){var A=_,R=d(_);if(!R.isSuccess())return R;for(var N=D(R.remaining());N.isSuccess();){var I=N.remaining(),M=A.to(N.remaining()),z=N.value();R=r.success(z(R.value(),M),I,M),N=D(R.remaining())}return N.isError()?N:R}},n.leftAssociative.firstOf=function(){return Array.prototype.slice.call(arguments,0)},n.nonConsuming=function(d){return function(g){return d(g).changeRemaining(g)}};var f=function(d){return d.value?d.name+' "'+d.value+'"':d.name};function u(d,g){var b,m=d.head();return m?b=i.error({expected:g,actual:f(m),location:m.source}):b=i.error({expected:g,actual:"end of tokens"}),r.failure([b],d)}}(r2)),r2}var l2={exports:{}},LA;function E5(){if(LA)return l2.exports;LA=1,l2.exports=function(e,t){var r={asString:function(){return e},range:function(i,o){return new n(e,t,i,o)}};return r};var n=function(e,t,r,i){this._string=e,this._description=t,this._startIndex=r,this._endIndex=i};return n.prototype.to=function(e){return new n(this._string,this._description,this._startIndex,e._endIndex)},n.prototype.describe=function(){var e=this._position(),t=this._description?this._description+`
|
|
241
|
-
`:"";return t+"Line number: "+e.lineNumber+`
|
|
242
|
-
Character number: `+e.characterNumber},n.prototype.lineNumber=function(){return this._position().lineNumber},n.prototype.characterNumber=function(){return this._position().characterNumber},n.prototype._position=function(){for(var e=this,t=0,r=function(){return e._string.indexOf(`
|
|
243
|
-
`,t)},i=1;r()!==-1&&r()<this._startIndex;)t=r()+1,i+=1;var o=this._startIndex-t+1;return{lineNumber:i,characterNumber:o}},l2.exports}var c2,WA;function _5(){return WA||(WA=1,c2=function(n,e,t){this.name=n,this.value=e,t&&(this.source=t)}),c2}var u2={},zA;function eH(){return zA||(zA=1,function(n){var e=T5(),t=kD();n.parser=function(o,a,s){var l={rule:d,leftAssociative:g,rightAssociative:b},c=new r(s.map(u)),f=e.firstOf(o,a);function u(_){return{name:_.name,rule:i(_.ruleBuilder.bind(null,l))}}function d(){return m(c)}function g(_){return m(c.untilExclusive(_))}function b(_){return m(c.untilInclusive(_))}function m(_){return D.bind(null,_)}function D(_,A){var R=f(A);return R.isSuccess()?_.apply(R):R}return l};function r(o){function a(u){return new r(o.slice(0,l().indexOf(u)))}function s(u){return new r(o.slice(0,l().indexOf(u)+1))}function l(){return o.map(function(u){return u.name})}function c(u){for(var d,g;;)if(d=f(u.remaining()),d.isSuccess())g=u.source().to(d.source()),u=t.success(d.value()(u.value(),g),d.remaining(),g);else return d.isFailure()?u:d}function f(u){return e.firstOf("infix",o.map(function(d){return d.rule}))(u)}return{apply:c,untilExclusive:a,untilInclusive:s}}n.infix=function(o,a){function s(l){return n.infix(o,function(c){var f=a(c);return function(u){var d=f(u);return d.map(function(g){return function(b,m){return l(b,g,m)}})}})}return{name:o,ruleBuilder:a,map:s}};var i=function(o){var a;return function(s){return a||(a=o()),a(s)}}}(u2)),u2}var f2={},HA;function tH(){if(HA)return f2;HA=1;var n=_5(),e=E5();f2.RegexTokeniser=t;function t(r){r=r.map(function(s){return{name:s.name,regex:new RegExp(s.regex.source,"g")}});function i(s,l){for(var c=new e(s,l),f=0,u=[];f<s.length;){var d=o(s,f,c);f=d.endIndex,u.push(d.token)}return u.push(a(s,c)),u}function o(s,l,c){for(var f=0;f<r.length;f++){var u=r[f].regex;u.lastIndex=l;var d=u.exec(s);if(d){var b=l+d[0].length;if(d.index===l&&b>l){var g=d[1],m=new n(r[f].name,g,c.range(l,b));return{token:m,endIndex:b}}}}var b=l+1,m=new n("unrecognisedCharacter",s.substring(l,b),c.range(l,b));return{token:m,endIndex:b}}function a(s,l){return new n("end",null,l.range(s.length,s.length))}return{tokenise:i}}return f2}var VA;function C5(){return VA||(VA=1,Cc.Parser=qz().Parser,Cc.rules=T5(),Cc.errors=D5(),Cc.results=kD(),Cc.StringSource=E5(),Cc.Token=_5(),Cc.bottomUp=eH(),Cc.RegexTokeniser=tH().RegexTokeniser,Cc.rule=function(n){var e;return function(t){return e||(e=n()),e(t)}}),Cc}var Qi={},GA;function nH(){if(GA)return Qi;GA=1,Qi.paragraph=n,Qi.run=e,Qi.table=t,Qi.bold=new i("bold"),Qi.italic=new i("italic"),Qi.underline=new i("underline"),Qi.strikethrough=new i("strikethrough"),Qi.allCaps=new i("allCaps"),Qi.smallCaps=new i("smallCaps"),Qi.highlight=r,Qi.commentReference=new i("commentReference"),Qi.lineBreak=new a({breakType:"line"}),Qi.pageBreak=new a({breakType:"page"}),Qi.columnBreak=new a({breakType:"column"}),Qi.equalTo=l,Qi.startsWith=c;function n(d){return new i("paragraph",d)}function e(d){return new i("run",d)}function t(d){return new i("table",d)}function r(d){return new o(d)}function i(d,g){g=g||{},this._elementType=d,this._styleId=g.styleId,this._styleName=g.styleName,g.list&&(this._listIndex=g.list.levelIndex,this._listIsOrdered=g.list.isOrdered)}i.prototype.matches=function(d){return d.type===this._elementType&&(this._styleId===void 0||d.styleId===this._styleId)&&(this._styleName===void 0||d.styleName&&this._styleName.operator(this._styleName.operand,d.styleName))&&(this._listIndex===void 0||s(d,this._listIndex,this._listIsOrdered))&&(this._breakType===void 0||this._breakType===d.breakType)};function o(d){d=d||{},this._color=d.color}o.prototype.matches=function(d){return d.type==="highlight"&&(this._color===void 0||d.color===this._color)};function a(d){d=d||{},this._breakType=d.breakType}a.prototype.matches=function(d){return d.type==="break"&&(this._breakType===void 0||d.breakType===this._breakType)};function s(d,g,b){return d.numbering&&d.numbering.level==g&&d.numbering.isOrdered==b}function l(d){return{operator:f,operand:d}}function c(d){return{operator:u,operand:d}}function f(d,g){return d.toUpperCase()===g.toUpperCase()}function u(d,g){return g.toUpperCase().indexOf(d.toUpperCase())===0}return Qi}var d2={},XA;function rH(){if(XA)return d2;XA=1;var n=C5(),e=n.RegexTokeniser;d2.tokenise=r;var t="'((?:\\\\.|[^'])*)";function r(i){var o="(?:[a-zA-Z\\-_]|\\\\.)",a=new e([{name:"identifier",regex:new RegExp("("+o+"(?:"+o+"|[0-9])*)")},{name:"dot",regex:/\./},{name:"colon",regex:/:/},{name:"gt",regex:/>/},{name:"whitespace",regex:/\s+/},{name:"arrow",regex:/=>/},{name:"equals",regex:/=/},{name:"startsWith",regex:/\^=/},{name:"open-paren",regex:/\(/},{name:"close-paren",regex:/\)/},{name:"open-square-bracket",regex:/\[/},{name:"close-square-bracket",regex:/\]/},{name:"string",regex:new RegExp(t+"'")},{name:"unterminated-string",regex:new RegExp(t)},{name:"integer",regex:/([0-9]+)/},{name:"choice",regex:/\|/},{name:"bang",regex:/(!)/}]);return a.tokenise(i)}return d2}var YA;function iH(){if(YA)return Up;YA=1;var n=ui,e=C5(),t=nH(),r=Wm(),i=rH().tokenise,o=wf();Up.readHtmlPath=f,Up.readDocumentMatcher=l,Up.readStyle=a;function a(Z){return N(z,Z)}function s(){return e.rules.sequence(e.rules.sequence.capture(c()),e.rules.tokenOfType("whitespace"),e.rules.tokenOfType("arrow"),e.rules.sequence.capture(e.rules.optional(e.rules.sequence(e.rules.tokenOfType("whitespace"),e.rules.sequence.capture(u())).head())),e.rules.tokenOfType("end")).map(function(Z,W){return{from:Z,to:W.valueOrElse(r.empty)}})}function l(Z){return N(c(),Z)}function c(){var Z=e.rules.sequence,W=function(Pe,rt){return e.rules.then(e.rules.token("identifier",Pe),function(){return rt})},te=W("p",t.paragraph),ce=W("r",t.run),P=e.rules.firstOf("p or r or table",te,ce),$=e.rules.sequence(e.rules.tokenOfType("dot"),e.rules.sequence.cut(),e.rules.sequence.capture(d)).map(function(Pe){return{styleId:Pe}}),U=e.rules.firstOf("style name matcher",e.rules.then(e.rules.sequence(e.rules.tokenOfType("equals"),e.rules.sequence.cut(),e.rules.sequence.capture(b)).head(),function(Pe){return{styleName:t.equalTo(Pe)}}),e.rules.then(e.rules.sequence(e.rules.tokenOfType("startsWith"),e.rules.sequence.cut(),e.rules.sequence.capture(b)).head(),function(Pe){return{styleName:t.startsWith(Pe)}})),he=e.rules.sequence(e.rules.tokenOfType("open-square-bracket"),e.rules.sequence.cut(),e.rules.token("identifier","style-name"),e.rules.sequence.capture(U),e.rules.tokenOfType("close-square-bracket")).head(),G=e.rules.firstOf("list type",W("ordered-list",{isOrdered:!0}),W("unordered-list",{isOrdered:!1})),j=Z(e.rules.tokenOfType("colon"),Z.capture(G),Z.cut(),e.rules.tokenOfType("open-paren"),Z.capture(g),e.rules.tokenOfType("close-paren")).map(function(Pe,rt){return{list:{isOrdered:Pe.isOrdered,levelIndex:rt-1}}});function De(Pe){var rt=e.rules.firstOf.apply(e.rules.firstOf,["matcher suffix"].concat(Pe)),Ze=e.rules.zeroOrMore(rt);return e.rules.then(Ze,function(lt){var O={};return lt.forEach(function(pe){n.extend(O,pe)}),O})}var ie=Z(Z.capture(P),Z.capture(De([$,he,j]))).map(function(Pe,rt){return Pe(rt)}),fe=Z(e.rules.token("identifier","table"),Z.capture(De([$,he]))).map(function(Pe){return t.table(Pe)}),q=W("b",t.bold),xe=W("i",t.italic),be=W("u",t.underline),se=W("strike",t.strikethrough),ve=W("all-caps",t.allCaps),Xe=W("small-caps",t.smallCaps),qe=Z(e.rules.token("identifier","highlight"),e.rules.sequence.capture(e.rules.optional(e.rules.sequence(e.rules.tokenOfType("open-square-bracket"),e.rules.sequence.cut(),e.rules.token("identifier","color"),e.rules.tokenOfType("equals"),e.rules.sequence.capture(b),e.rules.tokenOfType("close-square-bracket")).head()))).map(function(Pe){return t.highlight({color:Pe.valueOrElse(void 0)})}),je=W("comment-reference",t.commentReference),st=Z(e.rules.token("identifier","br"),Z.cut(),e.rules.tokenOfType("open-square-bracket"),e.rules.token("identifier","type"),e.rules.tokenOfType("equals"),Z.capture(b),e.rules.tokenOfType("close-square-bracket")).map(function(Pe){switch(Pe){case"line":return t.lineBreak;case"page":return t.pageBreak;case"column":return t.columnBreak}});return e.rules.firstOf("element type",ie,fe,q,xe,be,se,ve,Xe,qe,je,st)}function f(Z){return N(u(),Z)}function u(){var Z=e.rules.sequence.capture,W=e.rules.tokenOfType("whitespace"),te=e.rules.then(e.rules.optional(e.rules.sequence(e.rules.tokenOfType("colon"),e.rules.token("identifier","fresh"))),function(U){return U.map(function(){return!0}).valueOrElse(!1)}),ce=e.rules.then(e.rules.optional(e.rules.sequence(e.rules.tokenOfType("colon"),e.rules.token("identifier","separator"),e.rules.tokenOfType("open-paren"),Z(b),e.rules.tokenOfType("close-paren")).head()),function(U){return U.valueOrElse("")}),P=e.rules.oneOrMoreWithSeparator(d,e.rules.tokenOfType("choice")),$=e.rules.sequence(Z(P),Z(e.rules.zeroOrMore(R)),Z(te),Z(ce)).map(function(U,he,G,j){var De={},ie={};return he.forEach(function(fe){fe.append&&De[fe.name]?De[fe.name]+=" "+fe.value:De[fe.name]=fe.value}),G&&(ie.fresh=!0),j&&(ie.separator=j),r.element(U,De,ie)});return e.rules.firstOf("html path",e.rules.then(e.rules.tokenOfType("bang"),function(){return r.ignore}),e.rules.then(e.rules.zeroOrMoreWithSeparator($,e.rules.sequence(W,e.rules.tokenOfType("gt"),W)),r.elements))}var d=e.rules.then(e.rules.tokenOfType("identifier"),D),g=e.rules.tokenOfType("integer"),b=e.rules.then(e.rules.tokenOfType("string"),D),m={n:`
|
|
244
|
-
`,r:"\r",t:" "};function D(Z){return Z.replace(/\\(.)/g,function(W,te){return m[te]||te})}var _=e.rules.sequence(e.rules.tokenOfType("open-square-bracket"),e.rules.sequence.cut(),e.rules.sequence.capture(d),e.rules.tokenOfType("equals"),e.rules.sequence.capture(b),e.rules.tokenOfType("close-square-bracket")).map(function(Z,W){return{name:Z,value:W,append:!1}}),A=e.rules.sequence(e.rules.tokenOfType("dot"),e.rules.sequence.cut(),e.rules.sequence.capture(d)).map(function(Z){return{name:"class",value:Z,append:!0}}),R=e.rules.firstOf("attribute or class",_,A);function N(Z,W){var te=i(W),ce=e.Parser(),P=ce.parseTokens(Z,te);return P.isSuccess()?o.success(P.value()):new o.Result(null,[o.warning(I(W,P))])}function I(Z,W){return"Did not understand this style mapping, so ignored it: "+Z+`
|
|
245
|
-
`+W.errors().map(M).join(`
|
|
246
|
-
`)}function M(Z){return"Error was at character number "+Z.characterNumber()+": Expected "+Z.expected+" but got "+Z.actual}var z=s();return Up}var Fp={},ZA;function oH(){if(ZA)return Fp;ZA=1,Fp.readOptions=r;var n=ui,e=Fp._defaultStyleMap=["p.Heading1 => h1:fresh","p.Heading2 => h2:fresh","p.Heading3 => h3:fresh","p.Heading4 => h4:fresh","p.Heading5 => h5:fresh","p.Heading6 => h6:fresh","p[style-name='Heading 1'] => h1:fresh","p[style-name='Heading 2'] => h2:fresh","p[style-name='Heading 3'] => h3:fresh","p[style-name='Heading 4'] => h4:fresh","p[style-name='Heading 5'] => h5:fresh","p[style-name='Heading 6'] => h6:fresh","p[style-name='heading 1'] => h1:fresh","p[style-name='heading 2'] => h2:fresh","p[style-name='heading 3'] => h3:fresh","p[style-name='heading 4'] => h4:fresh","p[style-name='heading 5'] => h5:fresh","p[style-name='heading 6'] => h6:fresh","r[style-name='Strong'] => strong","p[style-name='footnote text'] => p:fresh","r[style-name='footnote reference'] =>","p[style-name='endnote text'] => p:fresh","r[style-name='endnote reference'] =>","p[style-name='annotation text'] => p:fresh","r[style-name='annotation reference'] =>","p[style-name='Footnote'] => p:fresh","r[style-name='Footnote anchor'] =>","p[style-name='Endnote'] => p:fresh","r[style-name='Endnote anchor'] =>","p:unordered-list(1) => ul > li:fresh","p:unordered-list(2) => ul|ol > li > ul > li:fresh","p:unordered-list(3) => ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:ordered-list(1) => ol > li:fresh","p:ordered-list(2) => ul|ol > li > ol > li:fresh","p:ordered-list(3) => ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","r[style-name='Hyperlink'] =>","p[style-name='Normal'] => p:fresh"],t=Fp._standardOptions={transformDocument:o,includeDefaultStyleMap:!0,includeEmbeddedStyleMap:!0};function r(a){return a=a||{},n.extend({},t,a,{customStyleMap:i(a.styleMap),readStyleMap:function(){var s=this.customStyleMap;return this.includeEmbeddedStyleMap&&(s=s.concat(i(this.embeddedStyleMap))),this.includeDefaultStyleMap&&(s=s.concat(e)),s}})}function i(a){return a?n.isString(a)?a.split(`
|
|
247
|
-
`).map(function(s){return s.trim()}).filter(function(s){return s!==""&&s.charAt(0)!=="#"}):a:[]}function o(a){return a}return Fp}var h2={},JA;function aH(){if(JA)return h2;JA=1;var n=_d(),e=g5();h2.openZip=t;function t(r){return r.arrayBuffer?n.resolve(e.openArrayBuffer(r.arrayBuffer)):n.reject(new Error("Could not find file in options"))}return h2}var Vd={},KA;function sH(){if(KA)return Vd;KA=1;var n=ui;Vd.paragraph=e,Vd.run=t,Vd._elements=i,Vd.getDescendantsOfType=o,Vd.getDescendants=a;function e(l){return r("paragraph",l)}function t(l){return r("run",l)}function r(l,c){return i(function(f){return f.type===l?c(f):f})}function i(l){return function c(f){if(f.children){var u=n.map(f.children,c);f=n.extend(f,{children:u})}return l(f)}}function o(l,c){return a(l).filter(function(f){return f.type===c})}function a(l){var c=[];return s(l,function(f){c.push(f)}),c}function s(l,c){l.children&&l.children.forEach(function(f){s(f,c),c(f)})}return Vd}var p2={},QA;function lH(){if(QA)return p2;QA=1;var n=Wm(),e=Lm();p2.element=t;function t(r){return function(i){return e.elementWithTag(n.element(r),[i])}}return p2}var qA;function cH(){if(qA)return Xl;qA=1;var n=ui,e=Hz(),t=Vz(),r=Jz().DocumentConverter,i=Kz().convertElementToRawText,o=iH().readStyle,a=oH().readOptions,s=aH(),l=wf().Result;Xl.convertToHtml=c,Xl.convertToMarkdown=f,Xl.convert=u,Xl.extractRawText=m,Xl.images=w5(),Xl.transforms=sH(),Xl.underline=lH(),Xl.embedStyleMap=D,Xl.readEmbeddedStyleMap=d;function c(_,A){return u(_,A)}function f(_,A){var R=Object.create(A||{});return R.outputFormat="markdown",u(_,R)}function u(_,A){return A=a(A),s.openZip(_).tap(function(R){return t.readStyleMap(R).then(function(N){A.embeddedStyleMap=N})}).then(function(R){return e.read(R,_).then(function(N){return N.map(A.transformDocument)}).then(function(N){return g(N,A)})})}function d(_){return s.openZip(_).then(t.readStyleMap)}function g(_,A){var R=b(A.readStyleMap()),N=n.extend({},A,{styleMap:R.value}),I=new r(N);return _.flatMapThen(function(M){return R.flatMapThen(function(z){return I.convertToHtml(M)})})}function b(_){return l.combine((_||[]).map(o)).map(function(A){return A.filter(function(R){return!!R})})}function m(_){return s.openZip(_).then(e.read).then(function(A){return A.map(i)})}function D(_,A){return s.openZip(_).tap(function(R){return t.writeStyleMap(R,A)}).then(function(R){return R.toArrayBuffer()}).then(function(R){return{toArrayBuffer:function(){return R},toBuffer:function(){return Buffer.from(R)}}})}return Xl.styleMapping=function(){throw new Error(`Use a raw string instead of mammoth.styleMapping e.g. "p[style-name='Title'] => h1" instead of mammoth.styleMapping("p[style-name='Title'] => h1")`)},Xl}var uH=cH();const fH=dm(uH);var qy={exports:{}},dH=qy.exports,jA;function hH(){return jA||(jA=1,function(n,e){(function(r,i){n.exports=i(_n,kg)})(dH,function(t,r){return function(i){var o={};function a(s){if(o[s])return o[s].exports;var l=o[s]={i:s,l:!1,exports:{}};return i[s].call(l.exports,l,l.exports,a),l.l=!0,l.exports}return a.m=i,a.c=o,a.d=function(s,l,c){a.o(s,l)||Object.defineProperty(s,l,{enumerable:!0,get:c})},a.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})},a.t=function(s,l){if(l&1&&(s=a(s)),l&8||l&4&&typeof s=="object"&&s&&s.__esModule)return s;var c=Object.create(null);if(a.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:s}),l&2&&typeof s!="string")for(var f in s)a.d(c,f,(function(u){return s[u]}).bind(null,f));return c},a.n=function(s){var l=s&&s.__esModule?function(){return s.default}:function(){return s};return a.d(l,"a",l),l},a.o=function(s,l){return Object.prototype.hasOwnProperty.call(s,l)},a.p="",a(a.s=4)}([function(i,o,a){i.exports=a(5)()},function(i,o){i.exports=t},function(i,o){i.exports=r},function(i,o){i.exports=function(a,s,l){var c=a.direction,f=a.value;switch(c){case"top":return l.top+f<s.top&&l.bottom>s.bottom&&l.left<s.left&&l.right>s.right;case"left":return l.left+f<s.left&&l.bottom>s.bottom&&l.top<s.top&&l.right>s.right;case"bottom":return l.bottom-f>s.bottom&&l.left<s.left&&l.right>s.right&&l.top<s.top;case"right":return l.right-f>s.right&&l.left<s.left&&l.top<s.top&&l.bottom>s.bottom}}},function(i,o,a){a.r(o),a.d(o,"default",function(){return te});var s=a(1),l=a.n(s),c=a(2),f=a.n(c),u=a(0),d=a.n(u),g=a(3),b=a.n(g);function m(ce){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?m=function($){return typeof $}:m=function($){return $&&typeof Symbol=="function"&&$.constructor===Symbol&&$!==Symbol.prototype?"symbol":typeof $},m(ce)}function D(ce,P){if(!(ce instanceof P))throw new TypeError("Cannot call a class as a function")}function _(ce,P){for(var $=0;$<P.length;$++){var U=P[$];U.enumerable=U.enumerable||!1,U.configurable=!0,"value"in U&&(U.writable=!0),Object.defineProperty(ce,U.key,U)}}function A(ce,P,$){return P&&_(ce.prototype,P),ce}function R(ce,P){return P&&(m(P)==="object"||typeof P=="function")?P:I(ce)}function N(ce){return N=Object.setPrototypeOf?Object.getPrototypeOf:function($){return $.__proto__||Object.getPrototypeOf($)},N(ce)}function I(ce){if(ce===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ce}function M(ce,P){if(typeof P!="function"&&P!==null)throw new TypeError("Super expression must either be null or a function");ce.prototype=Object.create(P&&P.prototype,{constructor:{value:ce,writable:!0,configurable:!0}}),P&&z(ce,P)}function z(ce,P){return z=Object.setPrototypeOf||function(U,he){return U.__proto__=he,U},z(ce,P)}function Z(ce,P,$){return P in ce?Object.defineProperty(ce,P,{value:$,enumerable:!0,configurable:!0,writable:!0}):ce[P]=$,ce}function W(ce){return ce.width===void 0&&(ce.width=ce.right-ce.left),ce.height===void 0&&(ce.height=ce.bottom-ce.top),ce}var te=function(ce){M(P,ce);function P($){var U;return D(this,P),U=R(this,N(P).call(this,$)),Z(I(U),"getContainer",function(){return U.props.containment||window}),Z(I(U),"addEventListener",function(he,G,j,De){U.debounceCheck||(U.debounceCheck={});var ie,fe,q=function(){ie=null,U.check()};De>-1?fe=function(){ie||(ie=setTimeout(q,De||0))}:fe=function(){clearTimeout(ie),ie=setTimeout(q,j||0)};var xe={target:he,fn:fe,getLastTimeout:function(){return ie}};he.addEventListener(G,xe.fn),U.debounceCheck[G]=xe}),Z(I(U),"startWatching",function(){U.debounceCheck||U.interval||(U.props.intervalCheck&&(U.interval=setInterval(U.check,U.props.intervalDelay)),U.props.scrollCheck&&U.addEventListener(U.getContainer(),"scroll",U.props.scrollDelay,U.props.scrollThrottle),U.props.resizeCheck&&U.addEventListener(window,"resize",U.props.resizeDelay,U.props.resizeThrottle),!U.props.delayedCall&&U.check())}),Z(I(U),"stopWatching",function(){if(U.debounceCheck){for(var he in U.debounceCheck)if(U.debounceCheck.hasOwnProperty(he)){var G=U.debounceCheck[he];clearTimeout(G.getLastTimeout()),G.target.removeEventListener(he,G.fn),U.debounceCheck[he]=null}}U.debounceCheck=null,U.interval&&(U.interval=clearInterval(U.interval))}),Z(I(U),"check",function(){var he=U.node,G,j;if(!he)return U.state;if(G=W(U.roundRectDown(he.getBoundingClientRect())),U.props.containment){var De=U.props.containment.getBoundingClientRect();j={top:De.top,left:De.left,bottom:De.bottom,right:De.right}}else j={top:0,left:0,bottom:window.innerHeight||document.documentElement.clientHeight,right:window.innerWidth||document.documentElement.clientWidth};var ie=U.props.offset||{},fe=m(ie)==="object";fe&&(j.top+=ie.top||0,j.left+=ie.left||0,j.bottom-=ie.bottom||0,j.right-=ie.right||0);var q={top:G.top>=j.top,left:G.left>=j.left,bottom:G.bottom<=j.bottom,right:G.right<=j.right},xe=G.height>0&&G.width>0,be=xe&&q.top&&q.left&&q.bottom&&q.right;if(xe&&U.props.partialVisibility){var se=G.top<=j.bottom&&G.bottom>=j.top&&G.left<=j.right&&G.right>=j.left;typeof U.props.partialVisibility=="string"&&(se=q[U.props.partialVisibility]),be=U.props.minTopValue?se&&G.top<=j.bottom-U.props.minTopValue:se}typeof ie.direction=="string"&&typeof ie.value=="number"&&(console.warn("[notice] offset.direction and offset.value have been deprecated. They still work for now, but will be removed in next major version. Please upgrade to the new syntax: { %s: %d }",ie.direction,ie.value),be=b()(ie,G,j));var ve=U.state;return U.state.isVisible!==be&&(ve={isVisible:be,visibilityRect:q},U.setState(ve),U.props.onChange&&U.props.onChange(be)),ve}),U.state={isVisible:null,visibilityRect:{}},U}return A(P,[{key:"componentDidMount",value:function(){this.node=f.a.findDOMNode(this),this.props.active&&this.startWatching()}},{key:"componentWillUnmount",value:function(){this.stopWatching()}},{key:"componentDidUpdate",value:function(U){this.node=f.a.findDOMNode(this),this.props.active&&!U.active?(this.setState({isVisible:null,visibilityRect:{}}),this.startWatching()):this.props.active||this.stopWatching()}},{key:"roundRectDown",value:function(U){return{top:Math.floor(U.top),left:Math.floor(U.left),bottom:Math.floor(U.bottom),right:Math.floor(U.right)}}},{key:"render",value:function(){return this.props.children instanceof Function?this.props.children({isVisible:this.state.isVisible,visibilityRect:this.state.visibilityRect}):l.a.Children.only(this.props.children)}}]),P}(l.a.Component);Z(te,"defaultProps",{active:!0,partialVisibility:!1,minTopValue:0,scrollCheck:!1,scrollDelay:250,scrollThrottle:-1,resizeCheck:!1,resizeDelay:250,resizeThrottle:-1,intervalCheck:!0,intervalDelay:100,delayedCall:!1,offset:{},containment:null,children:l.a.createElement("span",null)}),Z(te,"propTypes",{onChange:d.a.func,active:d.a.bool,partialVisibility:d.a.oneOfType([d.a.bool,d.a.oneOf(["top","right","bottom","left"])]),delayedCall:d.a.bool,offset:d.a.oneOfType([d.a.shape({top:d.a.number,left:d.a.number,bottom:d.a.number,right:d.a.number}),d.a.shape({direction:d.a.oneOf(["top","right","bottom","left"]),value:d.a.number})]),scrollCheck:d.a.bool,scrollDelay:d.a.number,scrollThrottle:d.a.number,resizeCheck:d.a.bool,resizeDelay:d.a.number,resizeThrottle:d.a.number,intervalCheck:d.a.bool,intervalDelay:d.a.number,containment:typeof window<"u"?d.a.instanceOf(window.Element):d.a.any,children:d.a.oneOfType([d.a.element,d.a.func]),minTopValue:d.a.number})},function(i,o,a){var s=a(6);function l(){}function c(){}c.resetWarningCache=l,i.exports=function(){function f(g,b,m,D,_,A){if(A!==s){var R=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw R.name="Invariant Violation",R}}f.isRequired=f;function u(){return f}var d={array:f,bool:f,func:f,number:f,object:f,string:f,symbol:f,any:f,arrayOf:u,element:f,elementType:f,instanceOf:u,node:f,objectOf:u,oneOf:u,oneOfType:u,shape:u,exact:u,checkPropTypes:c,resetWarningCache:l};return d.PropTypes=d,d}},function(i,o,a){var s="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";i.exports=s}])})}(qy)),qy.exports}var pH=hH();const gH=dm(pH);var Gd={},Op={};/**
|
|
248
|
-
* @license React
|
|
249
|
-
* react-dom-server-legacy.browser.production.js
|
|
250
|
-
*
|
|
251
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
252
|
-
*
|
|
253
|
-
* This source code is licensed under the MIT license found in the
|
|
254
|
-
* LICENSE file in the root directory of this source tree.
|
|
255
|
-
*/var $A;function yH(){if($A)return Op;$A=1;var n=_n,e=kg;function t(w){var E="https://react.dev/errors/"+w;if(1<arguments.length){E+="?args[]="+encodeURIComponent(arguments[1]);for(var F=2;F<arguments.length;F++)E+="&args[]="+encodeURIComponent(arguments[F])}return"Minified React error #"+w+"; visit "+E+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var r=Symbol.for("react.transitional.element"),i=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),c=Symbol.for("react.consumer"),f=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),g=Symbol.for("react.suspense_list"),b=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),D=Symbol.for("react.scope"),_=Symbol.for("react.debug_trace_mode"),A=Symbol.for("react.offscreen"),R=Symbol.for("react.legacy_hidden"),N=Symbol.for("react.memo_cache_sentinel"),I=Symbol.iterator,M=Array.isArray;function z(w,E){var F=w.length&3,V=w.length-F,Q=E;for(E=0;E<V;){var ue=w.charCodeAt(E)&255|(w.charCodeAt(++E)&255)<<8|(w.charCodeAt(++E)&255)<<16|(w.charCodeAt(++E)&255)<<24;++E,ue=3432918353*(ue&65535)+((3432918353*(ue>>>16)&65535)<<16)&4294967295,ue=ue<<15|ue>>>17,ue=461845907*(ue&65535)+((461845907*(ue>>>16)&65535)<<16)&4294967295,Q^=ue,Q=Q<<13|Q>>>19,Q=5*(Q&65535)+((5*(Q>>>16)&65535)<<16)&4294967295,Q=(Q&65535)+27492+(((Q>>>16)+58964&65535)<<16)}switch(ue=0,F){case 3:ue^=(w.charCodeAt(E+2)&255)<<16;case 2:ue^=(w.charCodeAt(E+1)&255)<<8;case 1:ue^=w.charCodeAt(E)&255,ue=3432918353*(ue&65535)+((3432918353*(ue>>>16)&65535)<<16)&4294967295,ue=ue<<15|ue>>>17,Q^=461845907*(ue&65535)+((461845907*(ue>>>16)&65535)<<16)&4294967295}return Q^=w.length,Q^=Q>>>16,Q=2246822507*(Q&65535)+((2246822507*(Q>>>16)&65535)<<16)&4294967295,Q^=Q>>>13,Q=3266489909*(Q&65535)+((3266489909*(Q>>>16)&65535)<<16)&4294967295,(Q^Q>>>16)>>>0}var Z=Object.assign,W=Object.prototype.hasOwnProperty,te=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),ce={},P={};function $(w){return W.call(P,w)?!0:W.call(ce,w)?!1:te.test(w)?P[w]=!0:(ce[w]=!0,!1)}var U=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),he=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),G=/["'&<>]/;function j(w){if(typeof w=="boolean"||typeof w=="number"||typeof w=="bigint")return""+w;w=""+w;var E=G.exec(w);if(E){var F="",V,Q=0;for(V=E.index;V<w.length;V++){switch(w.charCodeAt(V)){case 34:E=""";break;case 38:E="&";break;case 39:E="'";break;case 60:E="<";break;case 62:E=">";break;default:continue}Q!==V&&(F+=w.slice(Q,V)),Q=V+1,F+=E}w=Q!==V?F+w.slice(Q,V):F}return w}var De=/([A-Z])/g,ie=/^ms-/,fe=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function q(w){return fe.test(""+w)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":w}var xe=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,be=e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,se={pending:!1,data:null,method:null,action:null},ve=be.d;be.d={f:ve.f,r:ve.r,D:hr,C:In,L:ec,m:Ao,X:Ur,S:tl,M:Cs};var Xe=[],qe=/(<\/|<)(s)(cript)/gi;function je(w,E,F,V){return""+E+(F==="s"?"\\u0073":"\\u0053")+V}function st(w,E,F,V,Q){return{idPrefix:w===void 0?"":w,nextFormID:0,streamingFormat:0,bootstrapScriptContent:F,bootstrapScripts:V,bootstrapModules:Q,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function Pe(w,E,F){return{insertionMode:w,selectedValue:E,tagScope:F}}function rt(w,E,F){switch(E){case"noscript":return Pe(2,null,w.tagScope|1);case"select":return Pe(2,F.value!=null?F.value:F.defaultValue,w.tagScope);case"svg":return Pe(3,null,w.tagScope);case"picture":return Pe(2,null,w.tagScope|2);case"math":return Pe(4,null,w.tagScope);case"foreignObject":return Pe(2,null,w.tagScope);case"table":return Pe(5,null,w.tagScope);case"thead":case"tbody":case"tfoot":return Pe(6,null,w.tagScope);case"colgroup":return Pe(8,null,w.tagScope);case"tr":return Pe(7,null,w.tagScope)}return 5<=w.insertionMode?Pe(2,null,w.tagScope):w.insertionMode===0?Pe(E==="html"?1:2,null,w.tagScope):w.insertionMode===1?Pe(2,null,w.tagScope):w}var Ze=new Map;function lt(w,E){if(typeof E!="object")throw Error(t(62));var F=!0,V;for(V in E)if(W.call(E,V)){var Q=E[V];if(Q!=null&&typeof Q!="boolean"&&Q!==""){if(V.indexOf("--")===0){var ue=j(V);Q=j((""+Q).trim())}else ue=Ze.get(V),ue===void 0&&(ue=j(V.replace(De,"-$1").toLowerCase().replace(ie,"-ms-")),Ze.set(V,ue)),Q=typeof Q=="number"?Q===0||U.has(V)?""+Q:Q+"px":j((""+Q).trim());F?(F=!1,w.push(' style="',ue,":",Q)):w.push(";",ue,":",Q)}}F||w.push('"')}function O(w,E,F){F&&typeof F!="function"&&typeof F!="symbol"&&w.push(" ",E,'=""')}function pe(w,E,F){typeof F!="function"&&typeof F!="symbol"&&typeof F!="boolean"&&w.push(" ",E,'="',j(F),'"')}var ge=j("javascript:throw new Error('React form unexpectedly submitted.')");function re(w,E){this.push('<input type="hidden"'),ne(w),pe(this,"name",E),pe(this,"value",w),this.push("/>")}function ne(w){if(typeof w!="string")throw Error(t(480))}function ye(w,E){if(typeof E.$$FORM_ACTION=="function"){var F=w.nextFormID++;w=w.idPrefix+F;try{var V=E.$$FORM_ACTION(w);if(V){var Q=V.data;Q!=null&&Q.forEach(ne)}return V}catch(ue){if(typeof ue=="object"&&ue!==null&&typeof ue.then=="function")throw ue}}return null}function Le(w,E,F,V,Q,ue,Ae,Be){var ze=null;if(typeof V=="function"){var at=ye(E,V);at!==null?(Be=at.name,V=at.action||"",Q=at.encType,ue=at.method,Ae=at.target,ze=at.data):(w.push(" ","formAction",'="',ge,'"'),Ae=ue=Q=V=Be=null,Te(E,F))}return Be!=null&&_e(w,"name",Be),V!=null&&_e(w,"formAction",V),Q!=null&&_e(w,"formEncType",Q),ue!=null&&_e(w,"formMethod",ue),Ae!=null&&_e(w,"formTarget",Ae),ze}function _e(w,E,F){switch(E){case"className":pe(w,"class",F);break;case"tabIndex":pe(w,"tabindex",F);break;case"dir":case"role":case"viewBox":case"width":case"height":pe(w,E,F);break;case"style":lt(w,F);break;case"src":case"href":if(F==="")break;case"action":case"formAction":if(F==null||typeof F=="function"||typeof F=="symbol"||typeof F=="boolean")break;F=q(""+F),w.push(" ",E,'="',j(F),'"');break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":O(w,E.toLowerCase(),F);break;case"xlinkHref":if(typeof F=="function"||typeof F=="symbol"||typeof F=="boolean")break;F=q(""+F),w.push(" ","xlink:href",'="',j(F),'"');break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof F!="function"&&typeof F!="symbol"&&w.push(" ",E,'="',j(F),'"');break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":F&&typeof F!="function"&&typeof F!="symbol"&&w.push(" ",E,'=""');break;case"capture":case"download":F===!0?w.push(" ",E,'=""'):F!==!1&&typeof F!="function"&&typeof F!="symbol"&&w.push(" ",E,'="',j(F),'"');break;case"cols":case"rows":case"size":case"span":typeof F!="function"&&typeof F!="symbol"&&!isNaN(F)&&1<=F&&w.push(" ",E,'="',j(F),'"');break;case"rowSpan":case"start":typeof F=="function"||typeof F=="symbol"||isNaN(F)||w.push(" ",E,'="',j(F),'"');break;case"xlinkActuate":pe(w,"xlink:actuate",F);break;case"xlinkArcrole":pe(w,"xlink:arcrole",F);break;case"xlinkRole":pe(w,"xlink:role",F);break;case"xlinkShow":pe(w,"xlink:show",F);break;case"xlinkTitle":pe(w,"xlink:title",F);break;case"xlinkType":pe(w,"xlink:type",F);break;case"xmlBase":pe(w,"xml:base",F);break;case"xmlLang":pe(w,"xml:lang",F);break;case"xmlSpace":pe(w,"xml:space",F);break;default:if((!(2<E.length)||E[0]!=="o"&&E[0]!=="O"||E[1]!=="n"&&E[1]!=="N")&&(E=he.get(E)||E,$(E))){switch(typeof F){case"function":case"symbol":return;case"boolean":var V=E.toLowerCase().slice(0,5);if(V!=="data-"&&V!=="aria-")return}w.push(" ",E,'="',j(F),'"')}}}function we(w,E,F){if(E!=null){if(F!=null)throw Error(t(60));if(typeof E!="object"||!("__html"in E))throw Error(t(61));E=E.__html,E!=null&&w.push(""+E)}}function de(w){var E="";return n.Children.forEach(w,function(F){F!=null&&(E+=F)}),E}function Te(w,E){(w.instructions&16)===0&&(w.instructions|=16,E.bootstrapChunks.unshift(E.startInlineScript,`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`,"<\/script>"))}function ke(w,E){w.push(vt("link"));for(var F in E)if(W.call(E,F)){var V=E[F];if(V!=null)switch(F){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"link"));default:_e(w,F,V)}}return w.push("/>"),null}var We=/(<\/|<)(s)(tyle)/gi;function ut(w,E,F,V){return""+E+(F==="s"?"\\73 ":"\\53 ")+V}function xt(w,E,F){w.push(vt(F));for(var V in E)if(W.call(E,V)){var Q=E[V];if(Q!=null)switch(V){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,F));default:_e(w,V,Q)}}return w.push("/>"),null}function At(w,E){w.push(vt("title"));var F=null,V=null,Q;for(Q in E)if(W.call(E,Q)){var ue=E[Q];if(ue!=null)switch(Q){case"children":F=ue;break;case"dangerouslySetInnerHTML":V=ue;break;default:_e(w,Q,ue)}}return w.push(">"),E=Array.isArray(F)?2>F.length?F[0]:null:F,typeof E!="function"&&typeof E!="symbol"&&E!==null&&E!==void 0&&w.push(j(""+E)),we(w,V,F),w.push(Ne("title")),null}function kt(w,E){w.push(vt("script"));var F=null,V=null,Q;for(Q in E)if(W.call(E,Q)){var ue=E[Q];if(ue!=null)switch(Q){case"children":F=ue;break;case"dangerouslySetInnerHTML":V=ue;break;default:_e(w,Q,ue)}}return w.push(">"),we(w,V,F),typeof F=="string"&&w.push((""+F).replace(qe,je)),w.push(Ne("script")),null}function Ue(w,E,F){w.push(vt(F));var V=F=null,Q;for(Q in E)if(W.call(E,Q)){var ue=E[Q];if(ue!=null)switch(Q){case"children":F=ue;break;case"dangerouslySetInnerHTML":V=ue;break;default:_e(w,Q,ue)}}return w.push(">"),we(w,V,F),typeof F=="string"?(w.push(j(F)),null):F}var $e=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,ot=new Map;function vt(w){var E=ot.get(w);if(E===void 0){if(!$e.test(w))throw Error(t(65,w));E="<"+w,ot.set(w,E)}return E}function Bt(w,E,F,V,Q,ue,Ae,Be,ze){switch(E){case"div":case"span":case"svg":case"path":break;case"a":w.push(vt("a"));var at=null,Tt=null,dt;for(dt in F)if(W.call(F,dt)){var Rt=F[dt];if(Rt!=null)switch(dt){case"children":at=Rt;break;case"dangerouslySetInnerHTML":Tt=Rt;break;case"href":Rt===""?pe(w,"href",""):_e(w,dt,Rt);break;default:_e(w,dt,Rt)}}if(w.push(">"),we(w,Tt,at),typeof at=="string"){w.push(j(at));var Ft=null}else Ft=at;return Ft;case"g":case"p":case"li":break;case"select":w.push(vt("select"));var Et=null,Ht=null,nn;for(nn in F)if(W.call(F,nn)){var Xt=F[nn];if(Xt!=null)switch(nn){case"children":Et=Xt;break;case"dangerouslySetInnerHTML":Ht=Xt;break;case"defaultValue":case"value":break;default:_e(w,nn,Xt)}}return w.push(">"),we(w,Ht,Et),Et;case"option":var yn=Ae.selectedValue;w.push(vt("option"));var an=null,wn=null,en=null,sn=null,Xn;for(Xn in F)if(W.call(F,Xn)){var Mn=F[Xn];if(Mn!=null)switch(Xn){case"children":an=Mn;break;case"selected":en=Mn;break;case"dangerouslySetInnerHTML":sn=Mn;break;case"value":wn=Mn;default:_e(w,Xn,Mn)}}if(yn!=null){var ln=wn!==null?""+wn:de(an);if(M(yn)){for(var It=0;It<yn.length;It++)if(""+yn[It]===ln){w.push(' selected=""');break}}else""+yn===ln&&w.push(' selected=""')}else en&&w.push(' selected=""');return w.push(">"),we(w,sn,an),an;case"textarea":w.push(vt("textarea"));var qn=null,Xi=null,mn=null,zr;for(zr in F)if(W.call(F,zr)){var Jr=F[zr];if(Jr!=null)switch(zr){case"children":mn=Jr;break;case"value":qn=Jr;break;case"defaultValue":Xi=Jr;break;case"dangerouslySetInnerHTML":throw Error(t(91));default:_e(w,zr,Jr)}}if(qn===null&&Xi!==null&&(qn=Xi),w.push(">"),mn!=null){if(qn!=null)throw Error(t(92));if(M(mn)){if(1<mn.length)throw Error(t(93));qn=""+mn[0]}qn=""+mn}return typeof qn=="string"&&qn[0]===`
|
|
256
|
-
`&&w.push(`
|
|
257
|
-
`),qn!==null&&w.push(j(""+qn)),null;case"input":w.push(vt("input"));var bl=null,es=null,Oo=null,Ns=null,Kr=null,Ea=null,Hr=null,Pr=null,pi=null,Yi;for(Yi in F)if(W.call(F,Yi)){var gi=F[Yi];if(gi!=null)switch(Yi){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"input"));case"name":bl=gi;break;case"formAction":es=gi;break;case"formEncType":Oo=gi;break;case"formMethod":Ns=gi;break;case"formTarget":Kr=gi;break;case"defaultChecked":pi=gi;break;case"defaultValue":Hr=gi;break;case"checked":Pr=gi;break;case"value":Ea=gi;break;default:_e(w,Yi,gi)}}var cc=Le(w,V,Q,es,Oo,Ns,Kr,bl);return Pr!==null?O(w,"checked",Pr):pi!==null&&O(w,"checked",pi),Ea!==null?_e(w,"value",Ea):Hr!==null&&_e(w,"value",Hr),w.push("/>"),cc!=null&&cc.forEach(re,w),null;case"button":w.push(vt("button"));var _a=null,Io=null,Xc=null,Yc=null,Zc=null,Uf=null,gr=null,Dr;for(Dr in F)if(W.call(F,Dr)){var Yn=F[Dr];if(Yn!=null)switch(Dr){case"children":_a=Yn;break;case"dangerouslySetInnerHTML":Io=Yn;break;case"name":Xc=Yn;break;case"formAction":Yc=Yn;break;case"formEncType":Zc=Yn;break;case"formMethod":Uf=Yn;break;case"formTarget":gr=Yn;break;default:_e(w,Dr,Yn)}}var Jc=Le(w,V,Q,Yc,Zc,Uf,gr,Xc);if(w.push(">"),Jc!=null&&Jc.forEach(re,w),we(w,Io,_a),typeof _a=="string"){w.push(j(_a));var ts=null}else ts=_a;return ts;case"form":w.push(vt("form"));var Bs=null,Zn=null,Si=null,Ca=null,Ls=null,ml=null,so;for(so in F)if(W.call(F,so)){var Sa=F[so];if(Sa!=null)switch(so){case"children":Bs=Sa;break;case"dangerouslySetInnerHTML":Zn=Sa;break;case"action":Si=Sa;break;case"encType":Ca=Sa;break;case"method":Ls=Sa;break;case"target":ml=Sa;break;default:_e(w,so,Sa)}}var uc=null,Kc=null;if(typeof Si=="function"){var Pn=ye(V,Si);Pn!==null?(Si=Pn.action||"",Ca=Pn.encType,Ls=Pn.method,ml=Pn.target,uc=Pn.data,Kc=Pn.name):(w.push(" ","action",'="',ge,'"'),ml=Ls=Ca=Si=null,Te(V,Q))}if(Si!=null&&_e(w,"action",Si),Ca!=null&&_e(w,"encType",Ca),Ls!=null&&_e(w,"method",Ls),ml!=null&&_e(w,"target",ml),w.push(">"),Kc!==null&&(w.push('<input type="hidden"'),pe(w,"name",Kc),w.push("/>"),uc!=null&&uc.forEach(re,w)),we(w,Zn,Bs),typeof Bs=="string"){w.push(j(Bs));var Qc=null}else Qc=Bs;return Qc;case"menuitem":w.push(vt("menuitem"));for(var Aa in F)if(W.call(F,Aa)){var ns=F[Aa];if(ns!=null)switch(Aa){case"children":case"dangerouslySetInnerHTML":throw Error(t(400));default:_e(w,Aa,ns)}}return w.push(">"),null;case"object":w.push(vt("object"));var rs=null,vl=null,ka;for(ka in F)if(W.call(F,ka)){var lo=F[ka];if(lo!=null)switch(ka){case"children":rs=lo;break;case"dangerouslySetInnerHTML":vl=lo;break;case"data":var yi=q(""+lo);if(yi==="")break;w.push(" ","data",'="',j(yi),'"');break;default:_e(w,ka,lo)}}if(w.push(">"),we(w,vl,rs),typeof rs=="string"){w.push(j(rs));var is=null}else is=rs;return is;case"title":if(Ae.insertionMode===3||Ae.tagScope&1||F.itemProp!=null)var qc=At(w,F);else ze?qc=null:(At(Q.hoistableChunks,F),qc=void 0);return qc;case"link":var Lu=F.rel,co=F.href,Ws=F.precedence;if(Ae.insertionMode===3||Ae.tagScope&1||F.itemProp!=null||typeof Lu!="string"||typeof co!="string"||co===""){ke(w,F);var Qr=null}else if(F.rel==="stylesheet")if(typeof Ws!="string"||F.disabled!=null||F.onLoad||F.onError)Qr=ke(w,F);else{var as=Q.styles.get(Ws),xl=V.styleResources.hasOwnProperty(co)?V.styleResources[co]:void 0;if(xl!==null){V.styleResources[co]=null,as||(as={precedence:j(Ws),rules:[],hrefs:[],sheets:new Map},Q.styles.set(Ws,as));var wl={state:0,props:Z({},F,{"data-precedence":F.precedence,precedence:null})};if(xl){xl.length===2&&oa(wl.props,xl);var jc=Q.preloads.stylesheets.get(co);jc&&0<jc.length?jc.length=0:wl.state=1}as.sheets.set(co,wl),ue&&ue.stylesheets.add(wl)}else if(as){var Wu=as.sheets.get(co);Wu&&ue&&ue.stylesheets.add(Wu)}Be&&w.push("<!-- -->"),Qr=null}else F.onLoad||F.onError?Qr=ke(w,F):(Be&&w.push("<!-- -->"),Qr=ze?null:ke(Q.hoistableChunks,F));return Qr;case"script":var Ai=F.async;if(typeof F.src!="string"||!F.src||!Ai||typeof Ai=="function"||typeof Ai=="symbol"||F.onLoad||F.onError||Ae.insertionMode===3||Ae.tagScope&1||F.itemProp!=null)var Ff=kt(w,F);else{var uo=F.src;if(F.type==="module")var fc=V.moduleScriptResources,$c=Q.preloads.moduleScripts;else fc=V.scriptResources,$c=Q.preloads.scripts;var Dl=fc.hasOwnProperty(uo)?fc[uo]:void 0;if(Dl!==null){fc[uo]=null;var Tl=F;if(Dl){Dl.length===2&&(Tl=Z({},F),oa(Tl,Dl));var El=$c.get(uo);El&&(El.length=0)}var eu=[];Q.scripts.add(eu),kt(eu,Tl)}Be&&w.push("<!-- -->"),Ff=null}return Ff;case"style":var _l=F.precedence,Mo=F.href;if(Ae.insertionMode===3||Ae.tagScope&1||F.itemProp!=null||typeof _l!="string"||typeof Mo!="string"||Mo===""){w.push(vt("style"));var Ra=null,tu=null,Cl;for(Cl in F)if(W.call(F,Cl)){var ss=F[Cl];if(ss!=null)switch(Cl){case"children":Ra=ss;break;case"dangerouslySetInnerHTML":tu=ss;break;default:_e(w,Cl,ss)}}w.push(">");var ls=Array.isArray(Ra)?2>Ra.length?Ra[0]:null:Ra;typeof ls!="function"&&typeof ls!="symbol"&&ls!==null&&ls!==void 0&&w.push((""+ls).replace(We,ut)),we(w,tu,Ra),w.push(Ne("style"));var zu=null}else{var ki=Q.styles.get(_l);if((V.styleResources.hasOwnProperty(Mo)?V.styleResources[Mo]:void 0)!==null){V.styleResources[Mo]=null,ki?ki.hrefs.push(j(Mo)):(ki={precedence:j(_l),rules:[],hrefs:[j(Mo)],sheets:new Map},Q.styles.set(_l,ki));var Hu=ki.rules,fo=null,Vu=null,x;for(x in F)if(W.call(F,x)){var T=F[x];if(T!=null)switch(x){case"children":fo=T;break;case"dangerouslySetInnerHTML":Vu=T}}var k=Array.isArray(fo)?2>fo.length?fo[0]:null:fo;typeof k!="function"&&typeof k!="symbol"&&k!==null&&k!==void 0&&Hu.push((""+k).replace(We,ut)),we(Hu,Vu,fo)}ki&&ue&&ue.styles.add(ki),Be&&w.push("<!-- -->"),zu=void 0}return zu;case"meta":if(Ae.insertionMode===3||Ae.tagScope&1||F.itemProp!=null)var H=xt(w,F,"meta");else Be&&w.push("<!-- -->"),H=ze?null:typeof F.charSet=="string"?xt(Q.charsetChunks,F,"meta"):F.name==="viewport"?xt(Q.viewportChunks,F,"meta"):xt(Q.hoistableChunks,F,"meta");return H;case"listing":case"pre":w.push(vt(E));var J=null,le=null,Ce;for(Ce in F)if(W.call(F,Ce)){var Me=F[Ce];if(Me!=null)switch(Ce){case"children":J=Me;break;case"dangerouslySetInnerHTML":le=Me;break;default:_e(w,Ce,Me)}}if(w.push(">"),le!=null){if(J!=null)throw Error(t(60));if(typeof le!="object"||!("__html"in le))throw Error(t(61));var Ie=le.__html;Ie!=null&&(typeof Ie=="string"&&0<Ie.length&&Ie[0]===`
|
|
258
|
-
`?w.push(`
|
|
259
|
-
`,Ie):w.push(""+Ie))}return typeof J=="string"&&J[0]===`
|
|
260
|
-
`&&w.push(`
|
|
261
|
-
`),J;case"img":var Ke=F.src,ct=F.srcSet;if(!(F.loading==="lazy"||!Ke&&!ct||typeof Ke!="string"&&Ke!=null||typeof ct!="string"&&ct!=null)&&F.fetchPriority!=="low"&&!(Ae.tagScope&3)&&(typeof Ke!="string"||Ke[4]!==":"||Ke[0]!=="d"&&Ke[0]!=="D"||Ke[1]!=="a"&&Ke[1]!=="A"||Ke[2]!=="t"&&Ke[2]!=="T"||Ke[3]!=="a"&&Ke[3]!=="A")&&(typeof ct!="string"||ct[4]!==":"||ct[0]!=="d"&&ct[0]!=="D"||ct[1]!=="a"&&ct[1]!=="A"||ct[2]!=="t"&&ct[2]!=="T"||ct[3]!=="a"&&ct[3]!=="A")){var et=typeof F.sizes=="string"?F.sizes:void 0,gt=ct?ct+`
|
|
262
|
-
`+(et||""):Ke,Pt=Q.preloads.images,Nt=Pt.get(gt);if(Nt)(F.fetchPriority==="high"||10>Q.highImagePreloads.size)&&(Pt.delete(gt),Q.highImagePreloads.add(Nt));else if(!V.imageResources.hasOwnProperty(gt)){V.imageResources[gt]=Xe;var Vt=F.crossOrigin,ur=typeof Vt=="string"?Vt==="use-credentials"?Vt:"":void 0,Nr=Q.headers,si;Nr&&0<Nr.remainingCapacity&&(F.fetchPriority==="high"||500>Nr.highImagePreloads.length)&&(si=Rn(Ke,"image",{imageSrcSet:F.srcSet,imageSizes:F.sizes,crossOrigin:ur,integrity:F.integrity,nonce:F.nonce,type:F.type,fetchPriority:F.fetchPriority,referrerPolicy:F.refererPolicy}),0<=(Nr.remainingCapacity-=si.length+2))?(Q.resets.image[gt]=Xe,Nr.highImagePreloads&&(Nr.highImagePreloads+=", "),Nr.highImagePreloads+=si):(Nt=[],ke(Nt,{rel:"preload",as:"image",href:ct?void 0:Ke,imageSrcSet:ct,imageSizes:et,crossOrigin:ur,integrity:F.integrity,type:F.type,fetchPriority:F.fetchPriority,referrerPolicy:F.referrerPolicy}),F.fetchPriority==="high"||10>Q.highImagePreloads.size?Q.highImagePreloads.add(Nt):(Q.bulkPreloads.add(Nt),Pt.set(gt,Nt)))}}return xt(w,F,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return xt(w,F,E);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":break;case"head":if(2>Ae.insertionMode&&Q.headChunks===null){Q.headChunks=[];var tr=Ue(Q.headChunks,F,"head")}else tr=Ue(w,F,"head");return tr;case"html":if(Ae.insertionMode===0&&Q.htmlChunks===null){Q.htmlChunks=[""];var Br=Ue(Q.htmlChunks,F,"html")}else Br=Ue(w,F,"html");return Br;default:if(E.indexOf("-")!==-1){w.push(vt(E));var li=null,Vr=null,fr;for(fr in F)if(W.call(F,fr)){var bn=F[fr];if(bn!=null){var Lr=fr;switch(fr){case"children":li=bn;break;case"dangerouslySetInnerHTML":Vr=bn;break;case"style":lt(w,bn);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":Lr="class";default:if($(fr)&&typeof bn!="function"&&typeof bn!="symbol"&&bn!==!1){if(bn===!0)bn="";else if(typeof bn=="object")continue;w.push(" ",Lr,'="',j(bn),'"')}}}}return w.push(">"),we(w,Vr,li),li}}return Ue(w,F,E)}var Re=new Map;function Ne(w){var E=Re.get(w);return E===void 0&&(E="</"+w+">",Re.set(w,E)),E}function Lt(w,E){E=E.bootstrapChunks;for(var F=0;F<E.length-1;F++)w.push(E[F]);return F<E.length?(F=E[F],E.length=0,w.push(F)):!0}function Gt(w,E,F){if(w.push('<!--$?--><template id="'),F===null)throw Error(t(395));return w.push(E.boundaryPrefix),E=F.toString(16),w.push(E),w.push('"></template>')}function on(w,E,F,V){switch(F.insertionMode){case 0:case 1:case 2:return w.push('<div hidden id="'),w.push(E.segmentPrefix),E=V.toString(16),w.push(E),w.push('">');case 3:return w.push('<svg aria-hidden="true" style="display:none" id="'),w.push(E.segmentPrefix),E=V.toString(16),w.push(E),w.push('">');case 4:return w.push('<math aria-hidden="true" style="display:none" id="'),w.push(E.segmentPrefix),E=V.toString(16),w.push(E),w.push('">');case 5:return w.push('<table hidden id="'),w.push(E.segmentPrefix),E=V.toString(16),w.push(E),w.push('">');case 6:return w.push('<table hidden><tbody id="'),w.push(E.segmentPrefix),E=V.toString(16),w.push(E),w.push('">');case 7:return w.push('<table hidden><tr id="'),w.push(E.segmentPrefix),E=V.toString(16),w.push(E),w.push('">');case 8:return w.push('<table hidden><colgroup id="'),w.push(E.segmentPrefix),E=V.toString(16),w.push(E),w.push('">');default:throw Error(t(397))}}function K(w,E){switch(E.insertionMode){case 0:case 1:case 2:return w.push("</div>");case 3:return w.push("</svg>");case 4:return w.push("</math>");case 5:return w.push("</table>");case 6:return w.push("</tbody></table>");case 7:return w.push("</tr></table>");case 8:return w.push("</colgroup></table>");default:throw Error(t(397))}}var ee=/[<\u2028\u2029]/g;function me(w){return JSON.stringify(w).replace(ee,function(E){switch(E){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var He=/[&><\u2028\u2029]/g;function pt(w){return JSON.stringify(w).replace(He,function(E){switch(E){case"&":return"\\u0026";case">":return"\\u003e";case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var St=!1,Wt=!0;function zt(w){var E=w.rules,F=w.hrefs,V=0;if(F.length){for(this.push('<style media="not all" data-precedence="'),this.push(w.precedence),this.push('" data-href="');V<F.length-1;V++)this.push(F[V]),this.push(" ");for(this.push(F[V]),this.push('">'),V=0;V<E.length;V++)this.push(E[V]);Wt=this.push("</style>"),St=!0,E.length=0,F.length=0}}function xr(w){return w.state!==2?St=!0:!1}function jt(w,E,F){return St=!1,Wt=!0,E.styles.forEach(zt,w),E.stylesheets.forEach(xr),St&&(F.stylesToHoist=!0),Wt}function Jt(w){for(var E=0;E<w.length;E++)this.push(w[E]);w.length=0}var Vn=[];function Rr(w){ke(Vn,w.props);for(var E=0;E<Vn.length;E++)this.push(Vn[E]);Vn.length=0,w.state=2}function Wr(w){var E=0<w.sheets.size;w.sheets.forEach(Rr,this),w.sheets.clear();var F=w.rules,V=w.hrefs;if(!E||V.length){if(this.push('<style data-precedence="'),this.push(w.precedence),w=0,V.length){for(this.push('" data-href="');w<V.length-1;w++)this.push(V[w]),this.push(" ");this.push(V[w])}for(this.push('">'),w=0;w<F.length;w++)this.push(F[w]);this.push("</style>"),F.length=0,V.length=0}}function or(w){if(w.state===0){w.state=1;var E=w.props;for(ke(Vn,{rel:"preload",as:"style",href:w.props.href,crossOrigin:E.crossOrigin,fetchPriority:E.fetchPriority,integrity:E.integrity,media:E.media,hrefLang:E.hrefLang,referrerPolicy:E.referrerPolicy}),w=0;w<Vn.length;w++)this.push(Vn[w]);Vn.length=0}}function ar(w){w.sheets.forEach(or,this),w.sheets.clear()}function sr(w,E){w.push("[");var F="[";E.stylesheets.forEach(function(V){if(V.state!==2)if(V.state===3)w.push(F),V=pt(""+V.props.href),w.push(V),w.push("]"),F=",[";else{w.push(F);var Q=V.props["data-precedence"],ue=V.props,Ae=q(""+V.props.href);Ae=pt(Ae),w.push(Ae),Q=""+Q,w.push(","),Q=pt(Q),w.push(Q);for(var Be in ue)if(W.call(ue,Be)&&(Q=ue[Be],Q!=null))switch(Be){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"link"));default:Mt(w,Be,Q)}w.push("]"),F=",[",V.state=3}}),w.push("]")}function Mt(w,E,F){var V=E.toLowerCase();switch(typeof F){case"function":case"symbol":return}switch(E){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":V="class",E=""+F;break;case"hidden":if(F===!1)return;E="";break;case"src":case"href":F=q(F),E=""+F;break;default:if(2<E.length&&(E[0]==="o"||E[0]==="O")&&(E[1]==="n"||E[1]==="N")||!$(E))return;E=""+F}w.push(","),V=pt(V),w.push(V),w.push(","),V=pt(E),w.push(V)}function kn(){return{styles:new Set,stylesheets:new Set}}function hr(w){var E=Qn||null;if(E){var F=E.resumableState,V=E.renderState;if(typeof w=="string"&&w){if(!F.dnsResources.hasOwnProperty(w)){F.dnsResources[w]=null,F=V.headers;var Q,ue;(ue=F&&0<F.remainingCapacity)&&(ue=(Q="<"+(""+w).replace(aa,nl)+">; rel=dns-prefetch",0<=(F.remainingCapacity-=Q.length+2))),ue?(V.resets.dns[w]=null,F.preconnects&&(F.preconnects+=", "),F.preconnects+=Q):(Q=[],ke(Q,{href:w,rel:"dns-prefetch"}),V.preconnects.add(Q))}Ta(E)}}else ve.D(w)}function In(w,E){var F=Qn||null;if(F){var V=F.resumableState,Q=F.renderState;if(typeof w=="string"&&w){var ue=E==="use-credentials"?"credentials":typeof E=="string"?"anonymous":"default";if(!V.connectResources[ue].hasOwnProperty(w)){V.connectResources[ue][w]=null,V=Q.headers;var Ae,Be;if(Be=V&&0<V.remainingCapacity){if(Be="<"+(""+w).replace(aa,nl)+">; rel=preconnect",typeof E=="string"){var ze=(""+E).replace(ko,sa);Be+='; crossorigin="'+ze+'"'}Be=(Ae=Be,0<=(V.remainingCapacity-=Ae.length+2))}Be?(Q.resets.connect[ue][w]=null,V.preconnects&&(V.preconnects+=", "),V.preconnects+=Ae):(ue=[],ke(ue,{rel:"preconnect",href:w,crossOrigin:E}),Q.preconnects.add(ue))}Ta(F)}}else ve.C(w,E)}function ec(w,E,F){var V=Qn||null;if(V){var Q=V.resumableState,ue=V.renderState;if(E&&w){switch(E){case"image":if(F)var Ae=F.imageSrcSet,Be=F.imageSizes,ze=F.fetchPriority;var at=Ae?Ae+`
|
|
263
|
-
`+(Be||""):w;if(Q.imageResources.hasOwnProperty(at))return;Q.imageResources[at]=Xe,Q=ue.headers;var Tt;Q&&0<Q.remainingCapacity&&ze==="high"&&(Tt=Rn(w,E,F),0<=(Q.remainingCapacity-=Tt.length+2))?(ue.resets.image[at]=Xe,Q.highImagePreloads&&(Q.highImagePreloads+=", "),Q.highImagePreloads+=Tt):(Q=[],ke(Q,Z({rel:"preload",href:Ae?void 0:w,as:E},F)),ze==="high"?ue.highImagePreloads.add(Q):(ue.bulkPreloads.add(Q),ue.preloads.images.set(at,Q)));break;case"style":if(Q.styleResources.hasOwnProperty(w))return;Ae=[],ke(Ae,Z({rel:"preload",href:w,as:E},F)),Q.styleResources[w]=!F||typeof F.crossOrigin!="string"&&typeof F.integrity!="string"?Xe:[F.crossOrigin,F.integrity],ue.preloads.stylesheets.set(w,Ae),ue.bulkPreloads.add(Ae);break;case"script":if(Q.scriptResources.hasOwnProperty(w))return;Ae=[],ue.preloads.scripts.set(w,Ae),ue.bulkPreloads.add(Ae),ke(Ae,Z({rel:"preload",href:w,as:E},F)),Q.scriptResources[w]=!F||typeof F.crossOrigin!="string"&&typeof F.integrity!="string"?Xe:[F.crossOrigin,F.integrity];break;default:if(Q.unknownResources.hasOwnProperty(E)){if(Ae=Q.unknownResources[E],Ae.hasOwnProperty(w))return}else Ae={},Q.unknownResources[E]=Ae;if(Ae[w]=Xe,(Q=ue.headers)&&0<Q.remainingCapacity&&E==="font"&&(at=Rn(w,E,F),0<=(Q.remainingCapacity-=at.length+2)))ue.resets.font[w]=Xe,Q.fontPreloads&&(Q.fontPreloads+=", "),Q.fontPreloads+=at;else switch(Q=[],w=Z({rel:"preload",href:w,as:E},F),ke(Q,w),E){case"font":ue.fontPreloads.add(Q);break;default:ue.bulkPreloads.add(Q)}}Ta(V)}}else ve.L(w,E,F)}function Ao(w,E){var F=Qn||null;if(F){var V=F.resumableState,Q=F.renderState;if(w){var ue=E&&typeof E.as=="string"?E.as:"script";switch(ue){case"script":if(V.moduleScriptResources.hasOwnProperty(w))return;ue=[],V.moduleScriptResources[w]=!E||typeof E.crossOrigin!="string"&&typeof E.integrity!="string"?Xe:[E.crossOrigin,E.integrity],Q.preloads.moduleScripts.set(w,ue);break;default:if(V.moduleUnknownResources.hasOwnProperty(ue)){var Ae=V.unknownResources[ue];if(Ae.hasOwnProperty(w))return}else Ae={},V.moduleUnknownResources[ue]=Ae;ue=[],Ae[w]=Xe}ke(ue,Z({rel:"modulepreload",href:w},E)),Q.bulkPreloads.add(ue),Ta(F)}}else ve.m(w,E)}function tl(w,E,F){var V=Qn||null;if(V){var Q=V.resumableState,ue=V.renderState;if(w){E=E||"default";var Ae=ue.styles.get(E),Be=Q.styleResources.hasOwnProperty(w)?Q.styleResources[w]:void 0;Be!==null&&(Q.styleResources[w]=null,Ae||(Ae={precedence:j(E),rules:[],hrefs:[],sheets:new Map},ue.styles.set(E,Ae)),E={state:0,props:Z({rel:"stylesheet",href:w,"data-precedence":E},F)},Be&&(Be.length===2&&oa(E.props,Be),(ue=ue.preloads.stylesheets.get(w))&&0<ue.length?ue.length=0:E.state=1),Ae.sheets.set(w,E),Ta(V))}}else ve.S(w,E,F)}function Ur(w,E){var F=Qn||null;if(F){var V=F.resumableState,Q=F.renderState;if(w){var ue=V.scriptResources.hasOwnProperty(w)?V.scriptResources[w]:void 0;ue!==null&&(V.scriptResources[w]=null,E=Z({src:w,async:!0},E),ue&&(ue.length===2&&oa(E,ue),w=Q.preloads.scripts.get(w))&&(w.length=0),w=[],Q.scripts.add(w),kt(w,E),Ta(F))}}else ve.X(w,E)}function Cs(w,E){var F=Qn||null;if(F){var V=F.resumableState,Q=F.renderState;if(w){var ue=V.moduleScriptResources.hasOwnProperty(w)?V.moduleScriptResources[w]:void 0;ue!==null&&(V.moduleScriptResources[w]=null,E=Z({src:w,type:"module",async:!0},E),ue&&(ue.length===2&&oa(E,ue),w=Q.preloads.moduleScripts.get(w))&&(w.length=0),w=[],Q.scripts.add(w),kt(w,E),Ta(F))}}else ve.M(w,E)}function oa(w,E){w.crossOrigin==null&&(w.crossOrigin=E[0]),w.integrity==null&&(w.integrity=E[1])}function Rn(w,E,F){w=(""+w).replace(aa,nl),E=(""+E).replace(ko,sa),E="<"+w+'>; rel=preload; as="'+E+'"';for(var V in F)W.call(F,V)&&(w=F[V],typeof w=="string"&&(E+="; "+V.toLowerCase()+'="'+(""+w).replace(ko,sa)+'"'));return E}var aa=/[<>\r\n]/g;function nl(w){switch(w){case"<":return"%3C";case">":return"%3E";case`
|
|
264
|
-
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}var ko=/["';,\r\n]/g;function sa(w){switch(w){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case`
|
|
265
|
-
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function Ss(w){this.styles.add(w)}function rl(w){this.stylesheets.add(w)}function Iu(w,E){var F=w.idPrefix,V=[],Q=w.bootstrapScriptContent,ue=w.bootstrapScripts,Ae=w.bootstrapModules;Q!==void 0&&V.push("<script>",(""+Q).replace(qe,je),"<\/script>"),Q=F+"P:";var Be=F+"S:";F+="B:";var ze=new Set,at=new Set,Tt=new Set,dt=new Map,Rt=new Set,Ft=new Set,Et=new Set,Ht={images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map};if(ue!==void 0)for(var nn=0;nn<ue.length;nn++){var Xt=ue[nn],yn,an=void 0,wn=void 0,en={rel:"preload",as:"script",fetchPriority:"low",nonce:void 0};typeof Xt=="string"?en.href=yn=Xt:(en.href=yn=Xt.src,en.integrity=wn=typeof Xt.integrity=="string"?Xt.integrity:void 0,en.crossOrigin=an=typeof Xt=="string"||Xt.crossOrigin==null?void 0:Xt.crossOrigin==="use-credentials"?"use-credentials":""),Xt=w;var sn=yn;Xt.scriptResources[sn]=null,Xt.moduleScriptResources[sn]=null,Xt=[],ke(Xt,en),Rt.add(Xt),V.push('<script src="',j(yn)),typeof wn=="string"&&V.push('" integrity="',j(wn)),typeof an=="string"&&V.push('" crossorigin="',j(an)),V.push('" async=""><\/script>')}if(Ae!==void 0)for(ue=0;ue<Ae.length;ue++)en=Ae[ue],an=yn=void 0,wn={rel:"modulepreload",fetchPriority:"low",nonce:void 0},typeof en=="string"?wn.href=nn=en:(wn.href=nn=en.src,wn.integrity=an=typeof en.integrity=="string"?en.integrity:void 0,wn.crossOrigin=yn=typeof en=="string"||en.crossOrigin==null?void 0:en.crossOrigin==="use-credentials"?"use-credentials":""),en=w,Xt=nn,en.scriptResources[Xt]=null,en.moduleScriptResources[Xt]=null,en=[],ke(en,wn),Rt.add(en),V.push('<script type="module" src="',j(nn)),typeof an=="string"&&V.push('" integrity="',j(an)),typeof yn=="string"&&V.push('" crossorigin="',j(yn)),V.push('" async=""><\/script>');return{placeholderPrefix:Q,segmentPrefix:Be,boundaryPrefix:F,startInlineScript:"<script>",htmlChunks:null,headChunks:null,externalRuntimeScript:null,bootstrapChunks:V,importMapChunks:[],onHeaders:void 0,headers:null,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:ze,fontPreloads:at,highImagePreloads:Tt,styles:dt,bootstrapScripts:Rt,scripts:Ft,bulkPreloads:Et,preloads:Ht,stylesToHoist:!1,generateStaticMarkup:E}}function As(w,E,F,V){return F.generateStaticMarkup?(w.push(j(E)),!1):(E===""?w=V:(V&&w.push("<!-- -->"),w.push(j(E)),w=!0),w)}function Ya(w,E,F,V){E.generateStaticMarkup||F&&V&&w.push("<!-- -->")}var pr=Function.prototype.bind,kf=Symbol.for("react.client.reference");function Za(w){if(w==null)return null;if(typeof w=="function")return w.$$typeof===kf?null:w.displayName||w.name||null;if(typeof w=="string")return w;switch(w){case o:return"Fragment";case i:return"Portal";case s:return"Profiler";case a:return"StrictMode";case d:return"Suspense";case g:return"SuspenseList"}if(typeof w=="object")switch(w.$$typeof){case f:return(w.displayName||"Context")+".Provider";case c:return(w._context.displayName||"Context")+".Consumer";case u:var E=w.render;return w=w.displayName,w||(w=E.displayName||E.name||"",w=w!==""?"ForwardRef("+w+")":"ForwardRef"),w;case b:return E=w.displayName||null,E!==null?E:Za(w.type)||"Memo";case m:E=w._payload,w=w._init;try{return Za(w(E))}catch{}}return null}var la={},Ti=null;function tc(w,E){if(w!==E){w.context._currentValue2=w.parentValue,w=w.parent;var F=E.parent;if(w===null){if(F!==null)throw Error(t(401))}else{if(F===null)throw Error(t(401));tc(w,F)}E.context._currentValue2=E.value}}function Ja(w){w.context._currentValue2=w.parentValue,w=w.parent,w!==null&&Ja(w)}function ks(w){var E=w.parent;E!==null&&ks(E),w.context._currentValue2=w.value}function il(w,E){if(w.context._currentValue2=w.parentValue,w=w.parent,w===null)throw Error(t(402));w.depth===E.depth?tc(w,E):il(w,E)}function Fc(w,E){var F=E.parent;if(F===null)throw Error(t(402));w.depth===F.depth?tc(w,F):Fc(w,F),E.context._currentValue2=E.value}function zi(w){var E=Ti;E!==w&&(E===null?ks(w):w===null?Ja(E):E.depth===w.depth?tc(E,w):E.depth>w.depth?il(E,w):Fc(E,w),Ti=w)}var Rs={isMounted:function(){return!1},enqueueSetState:function(w,E){w=w._reactInternals,w.queue!==null&&w.queue.push(E)},enqueueReplaceState:function(w,E){w=w._reactInternals,w.replace=!0,w.queue=[E]},enqueueForceUpdate:function(){}},Oc={id:1,overflow:""};function Ka(w,E,F){var V=w.id;w=w.overflow;var Q=32-Ro(V)-1;V&=~(1<<Q),F+=1;var ue=32-Ro(E)+Q;if(30<ue){var Ae=Q-Q%5;return ue=(V&(1<<Ae)-1).toString(32),V>>=Ae,Q-=Ae,{id:1<<32-Ro(E)+Q|F<<Q|V,overflow:ue+w}}return{id:1<<ue|F<<Q|V,overflow:w}}var Ro=Math.clz32?Math.clz32:ca,Us=Math.log,Ei=Math.LN2;function ca(w){return w>>>=0,w===0?32:31-(Us(w)/Ei|0)|0}var ua=Error(t(460));function fa(){}function Ic(w,E,F){switch(F=w[F],F===void 0?w.push(E):F!==E&&(E.then(fa,fa),E=F),E.status){case"fulfilled":return E.value;case"rejected":throw E.reason;default:switch(typeof E.status=="string"?E.then(fa,fa):(w=E,w.status="pending",w.then(function(V){if(E.status==="pending"){var Q=E;Q.status="fulfilled",Q.value=V}},function(V){if(E.status==="pending"){var Q=E;Q.status="rejected",Q.reason=V}})),E.status){case"fulfilled":return E.value;case"rejected":throw E.reason}throw da=E,ua}}var da=null;function wr(){if(da===null)throw Error(t(459));var w=da;return da=null,w}function ha(w,E){return w===E&&(w!==0||1/w===1/E)||w!==w&&E!==E}var Qa=typeof Object.is=="function"?Object.is:ha,lr=null,qa=null,nc=null,fi=null,pa=null,Cn=null,Fr=!1,Fs=!1,ga=0,ya=0,ba=-1,ma=0,Or=null,no=null,Os=0;function di(){if(lr===null)throw Error(t(321));return lr}function rc(){if(0<Os)throw Error(t(312));return{memoizedState:null,queue:null,next:null}}function ol(){return Cn===null?pa===null?(Fr=!1,pa=Cn=rc()):(Fr=!0,Cn=pa):Cn.next===null?(Fr=!1,Cn=Cn.next=rc()):(Fr=!0,Cn=Cn.next),Cn}function va(){var w=Or;return Or=null,w}function ro(){fi=nc=qa=lr=null,Fs=!1,pa=null,Os=0,Cn=no=null}function al(w,E){return typeof E=="function"?E(w):E}function Uo(w,E,F){if(lr=di(),Cn=ol(),Fr){var V=Cn.queue;if(E=V.dispatch,no!==null&&(F=no.get(V),F!==void 0)){no.delete(V),V=Cn.memoizedState;do V=w(V,F.action),F=F.next;while(F!==null);return Cn.memoizedState=V,[V,E]}return[Cn.memoizedState,E]}return w=w===al?typeof E=="function"?E():E:F!==void 0?F(E):E,Cn.memoizedState=w,w=Cn.queue={last:null,dispatch:null},w=w.dispatch=Pc.bind(null,lr,w),[Cn.memoizedState,w]}function Mc(w,E){if(lr=di(),Cn=ol(),E=E===void 0?null:E,Cn!==null){var F=Cn.memoizedState;if(F!==null&&E!==null){var V=F[1];e:if(V===null)V=!1;else{for(var Q=0;Q<V.length&&Q<E.length;Q++)if(!Qa(E[Q],V[Q])){V=!1;break e}V=!0}if(V)return F[0]}}return w=w(),Cn.memoizedState=[w,E],w}function Pc(w,E,F){if(25<=Os)throw Error(t(301));if(w===lr)if(Fs=!0,w={action:F,next:null},no===null&&(no=new Map),F=no.get(E),F===void 0)no.set(E,w);else{for(E=F;E.next!==null;)E=E.next;E.next=w}}function Nc(){throw Error(t(394))}function Bc(){throw Error(t(479))}function Lc(w,E,F){di();var V=ya++,Q=nc;if(typeof w.$$FORM_ACTION=="function"){var ue=null,Ae=fi;Q=Q.formState;var Be=w.$$IS_SIGNATURE_EQUAL;if(Q!==null&&typeof Be=="function"){var ze=Q[1];Be.call(w,Q[2],Q[3])&&(ue=F!==void 0?"p"+F:"k"+z(JSON.stringify([Ae,null,V]),0),ze===ue&&(ba=V,E=Q[0]))}var at=w.bind(null,E);return w=function(dt){at(dt)},typeof at.$$FORM_ACTION=="function"&&(w.$$FORM_ACTION=function(dt){dt=at.$$FORM_ACTION(dt),F!==void 0&&(F+="",dt.action=F);var Rt=dt.data;return Rt&&(ue===null&&(ue=F!==void 0?"p"+F:"k"+z(JSON.stringify([Ae,null,V]),0)),Rt.append("$ACTION_KEY",ue)),dt}),[E,w,!1]}var Tt=w.bind(null,E);return[E,function(dt){Tt(dt)},!1]}function Mu(w){var E=ma;return ma+=1,Or===null&&(Or=[]),Ic(Or,w,E)}function Is(){throw Error(t(393))}function ja(){}var io={readContext:function(w){return w._currentValue2},use:function(w){if(w!==null&&typeof w=="object"){if(typeof w.then=="function")return Mu(w);if(w.$$typeof===f)return w._currentValue2}throw Error(t(438,String(w)))},useContext:function(w){return di(),w._currentValue2},useMemo:Mc,useReducer:Uo,useRef:function(w){lr=di(),Cn=ol();var E=Cn.memoizedState;return E===null?(w={current:w},Cn.memoizedState=w):E},useState:function(w){return Uo(al,w)},useInsertionEffect:ja,useLayoutEffect:ja,useCallback:function(w,E){return Mc(function(){return w},E)},useImperativeHandle:ja,useEffect:ja,useDebugValue:ja,useDeferredValue:function(w,E){return di(),E!==void 0?E:w},useTransition:function(){return di(),[!1,Nc]},useId:function(){var w=qa.treeContext,E=w.overflow;w=w.id,w=(w&~(1<<32-Ro(w)-1)).toString(32)+E;var F=sl;if(F===null)throw Error(t(404));return E=ga++,w=":"+F.idPrefix+"R"+w,0<E&&(w+="H"+E.toString(32)),w+":"},useSyncExternalStore:function(w,E,F){if(F===void 0)throw Error(t(407));return F()},useCacheRefresh:function(){return Is},useMemoCache:function(w){for(var E=Array(w),F=0;F<w;F++)E[F]=N;return E},useHostTransitionStatus:function(){return di(),se},useOptimistic:function(w){return di(),[w,Bc]}};io.useFormState=Lc,io.useActionState=Lc;var sl=null,Ms={getCacheForType:function(){throw Error(t(248))}},Wc,ll;function Fo(w){if(Wc===void 0)try{throw Error()}catch(F){var E=F.stack.trim().match(/\n( *(at )?)/);Wc=E&&E[1]||"",ll=-1<F.stack.indexOf(`
|
|
266
|
-
at`)?" (<anonymous>)":-1<F.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
267
|
-
`+Wc+w+ll}var xa=!1;function hi(w,E){if(!w||xa)return"";xa=!0;var F=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var V={DetermineComponentFrameRoot:function(){try{if(E){var dt=function(){throw Error()};if(Object.defineProperty(dt.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(dt,[])}catch(Ft){var Rt=Ft}Reflect.construct(w,[],dt)}else{try{dt.call()}catch(Ft){Rt=Ft}w.call(dt.prototype)}}else{try{throw Error()}catch(Ft){Rt=Ft}(dt=w())&&typeof dt.catch=="function"&&dt.catch(function(){})}}catch(Ft){if(Ft&&Rt&&typeof Ft.stack=="string")return[Ft.stack,Rt.stack]}return[null,null]}};V.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var Q=Object.getOwnPropertyDescriptor(V.DetermineComponentFrameRoot,"name");Q&&Q.configurable&&Object.defineProperty(V.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var ue=V.DetermineComponentFrameRoot(),Ae=ue[0],Be=ue[1];if(Ae&&Be){var ze=Ae.split(`
|
|
268
|
-
`),at=Be.split(`
|
|
269
|
-
`);for(Q=V=0;V<ze.length&&!ze[V].includes("DetermineComponentFrameRoot");)V++;for(;Q<at.length&&!at[Q].includes("DetermineComponentFrameRoot");)Q++;if(V===ze.length||Q===at.length)for(V=ze.length-1,Q=at.length-1;1<=V&&0<=Q&&ze[V]!==at[Q];)Q--;for(;1<=V&&0<=Q;V--,Q--)if(ze[V]!==at[Q]){if(V!==1||Q!==1)do if(V--,Q--,0>Q||ze[V]!==at[Q]){var Tt=`
|
|
270
|
-
`+ze[V].replace(" at new "," at ");return w.displayName&&Tt.includes("<anonymous>")&&(Tt=Tt.replace("<anonymous>",w.displayName)),Tt}while(1<=V&&0<=Q);break}}}finally{xa=!1,Error.prepareStackTrace=F}return(F=w?w.displayName||w.name:"")?Fo(F):""}function cl(w){if(typeof w=="string")return Fo(w);if(typeof w=="function")return w.prototype&&w.prototype.isReactComponent?(w=hi(w,!0),w):hi(w,!1);if(typeof w=="object"&&w!==null){switch(w.$$typeof){case u:return hi(w.render,!1);case b:return hi(w.type,!1);case m:var E=w,F=E._payload;E=E._init;try{w=E(F)}catch{return Fo("Lazy")}return cl(w)}if(typeof w.name=="string")return F=w.env,Fo(w.name+(F?" ["+F+"]":""))}switch(w){case g:return Fo("SuspenseList");case d:return Fo("Suspense")}return""}function ic(w){if(typeof w=="object"&&w!==null&&typeof w.environmentName=="string"){var E=w.environmentName;w=[w].slice(0),typeof w[0]=="string"?w.splice(0,1,"[%s] "+w[0]," "+E+" "):w.splice(0,0,"[%s] "," "+E+" "),w.unshift(console),E=pr.apply(console.error,w),E()}else console.error(w);return null}function Hi(){}function Ad(w,E,F,V,Q,ue,Ae,Be,ze,at,Tt){var dt=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=w,this.renderState=E,this.rootFormatContext=F,this.progressiveChunkSize=V===void 0?12800:V,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedRootSegment=null,this.abortableTasks=dt,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=Q===void 0?ic:Q,this.onPostpone=at===void 0?Hi:at,this.onAllReady=ue===void 0?Hi:ue,this.onShellReady=Ae===void 0?Hi:Ae,this.onShellError=Be===void 0?Hi:Be,this.onFatalError=ze===void 0?Hi:ze,this.formState=Tt===void 0?null:Tt}function ul(w,E,F,V,Q,ue,Ae,Be,ze,at,Tt,dt){return E=new Ad(E,F,V,Q,ue,Ae,Be,ze,at,Tt,dt),F=Ir(E,0,null,V,!1,!1),F.parentFlushed=!0,w=wa(E,null,w,-1,null,F,null,E.abortableTasks,null,V,null,Oc,null,!1),fl(w),E.pingedTasks.push(w),E}var Qn=null;function oc(w,E){w.pingedTasks.push(E),w.pingedTasks.length===1&&(w.flushScheduled=w.destination!==null,gl(w))}function Ps(w,E){return{status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:E,errorDigest:null,contentState:kn(),fallbackState:kn(),trackedContentKeyPath:null,trackedFallbackNode:null}}function wa(w,E,F,V,Q,ue,Ae,Be,ze,at,Tt,dt,Rt,Ft){w.allPendingTasks++,Q===null?w.pendingRootTasks++:Q.pendingTasks++;var Et={replay:null,node:F,childIndex:V,ping:function(){return oc(w,Et)},blockedBoundary:Q,blockedSegment:ue,hoistableState:Ae,abortSet:Be,keyPath:ze,formatContext:at,context:Tt,treeContext:dt,componentStack:Rt,thenableState:E,isFallback:Ft};return Be.add(Et),Et}function cr(w,E,F,V,Q,ue,Ae,Be,ze,at,Tt,dt,Rt,Ft){w.allPendingTasks++,ue===null?w.pendingRootTasks++:ue.pendingTasks++,F.pendingTasks++;var Et={replay:F,node:V,childIndex:Q,ping:function(){return oc(w,Et)},blockedBoundary:ue,blockedSegment:null,hoistableState:Ae,abortSet:Be,keyPath:ze,formatContext:at,context:Tt,treeContext:dt,componentStack:Rt,thenableState:E,isFallback:Ft};return Be.add(Et),Et}function Ir(w,E,F,V,Q,ue){return{status:0,id:-1,index:E,parentFlushed:!1,chunks:[],children:[],parentFormatContext:V,boundary:F,lastPushedText:Q,textEmbedded:ue}}function fl(w){var E=w.node;if(typeof E=="object"&&E!==null)switch(E.$$typeof){case r:w.componentStack={parent:w.componentStack,type:E.type}}}function Da(w){var E={};return w&&Object.defineProperty(E,"componentStack",{configurable:!0,enumerable:!0,get:function(){try{var F="",V=w;do F+=cl(V.type),V=V.parent;while(V);var Q=F}catch(ue){Q=`
|
|
271
|
-
Error generating stack: `+ue.message+`
|
|
272
|
-
`+ue.stack}return Object.defineProperty(E,"componentStack",{value:Q}),Q}}),E}function fn(w,E,F){if(w=w.onError,E=w(E,F),E==null||typeof E=="string")return E}function pn(w,E){var F=w.onShellError,V=w.onFatalError;F(E),V(E),w.destination!==null?(w.status=14,w.destination.destroy(E)):(w.status=13,w.fatalError=E)}function Rf(w,E,F,V,Q,ue){var Ae=E.thenableState;for(E.thenableState=null,lr={},qa=E,nc=w,fi=F,ya=ga=0,ba=-1,ma=0,Or=Ae,w=V(Q,ue);Fs;)Fs=!1,ya=ga=0,ba=-1,ma=0,Os+=1,Cn=null,w=V(Q,ue);return ro(),w}function zc(w,E,F,V,Q,ue,Ae){var Be=!1;if(ue!==0&&w.formState!==null){var ze=E.blockedSegment;if(ze!==null){Be=!0,ze=ze.chunks;for(var at=0;at<ue;at++)at===Ae?ze.push("<!--F!-->"):ze.push("<!--F-->")}}ue=E.keyPath,E.keyPath=F,Q?(F=E.treeContext,E.treeContext=Ka(F,1,0),Gn(w,E,V,-1),E.treeContext=F):Be?Gn(w,E,V,-1):_i(w,E,V,-1),E.keyPath=ue}function oo(w,E,F,V,Q,ue){if(typeof V=="function")if(V.prototype&&V.prototype.isReactComponent){var Ae=Q;if("ref"in Q){Ae={};for(var Be in Q)Be!=="ref"&&(Ae[Be]=Q[Be])}var ze=V.defaultProps;if(ze){Ae===Q&&(Ae=Z({},Ae,Q));for(var at in ze)Ae[at]===void 0&&(Ae[at]=ze[at])}Q=Ae,Ae=la,ze=V.contextType,typeof ze=="object"&&ze!==null&&(Ae=ze._currentValue2),Ae=new V(Q,Ae);var Tt=Ae.state!==void 0?Ae.state:null;if(Ae.updater=Rs,Ae.props=Q,Ae.state=Tt,ze={queue:[],replace:!1},Ae._reactInternals=ze,ue=V.contextType,Ae.context=typeof ue=="object"&&ue!==null?ue._currentValue2:la,ue=V.getDerivedStateFromProps,typeof ue=="function"&&(ue=ue(Q,Tt),Tt=ue==null?Tt:Z({},Tt,ue),Ae.state=Tt),typeof V.getDerivedStateFromProps!="function"&&typeof Ae.getSnapshotBeforeUpdate!="function"&&(typeof Ae.UNSAFE_componentWillMount=="function"||typeof Ae.componentWillMount=="function"))if(V=Ae.state,typeof Ae.componentWillMount=="function"&&Ae.componentWillMount(),typeof Ae.UNSAFE_componentWillMount=="function"&&Ae.UNSAFE_componentWillMount(),V!==Ae.state&&Rs.enqueueReplaceState(Ae,Ae.state,null),ze.queue!==null&&0<ze.queue.length)if(V=ze.queue,ue=ze.replace,ze.queue=null,ze.replace=!1,ue&&V.length===1)Ae.state=V[0];else{for(ze=ue?V[0]:Ae.state,Tt=!0,ue=ue?1:0;ue<V.length;ue++)at=V[ue],at=typeof at=="function"?at.call(Ae,ze,Q,void 0):at,at!=null&&(Tt?(Tt=!1,ze=Z({},ze,at)):Z(ze,at));Ae.state=ze}else ze.queue=null;if(V=Ae.render(),w.status===12)throw null;Q=E.keyPath,E.keyPath=F,_i(w,E,V,-1),E.keyPath=Q}else{if(V=Rf(w,E,F,V,Q,void 0),w.status===12)throw null;zc(w,E,F,V,ga!==0,ya,ba)}else if(typeof V=="string")if(Ae=E.blockedSegment,Ae===null)Ae=Q.children,ze=E.formatContext,Tt=E.keyPath,E.formatContext=rt(ze,V,Q),E.keyPath=F,Gn(w,E,Ae,-1),E.formatContext=ze,E.keyPath=Tt;else{Tt=Bt(Ae.chunks,V,Q,w.resumableState,w.renderState,E.hoistableState,E.formatContext,Ae.lastPushedText,E.isFallback),Ae.lastPushedText=!1,ze=E.formatContext,ue=E.keyPath,E.formatContext=rt(ze,V,Q),E.keyPath=F,Gn(w,E,Tt,-1),E.formatContext=ze,E.keyPath=ue;e:{switch(E=Ae.chunks,w=w.resumableState,V){case"title":case"style":case"script":case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break e;case"body":if(1>=ze.insertionMode){w.hasBody=!0;break e}break;case"html":if(ze.insertionMode===0){w.hasHtml=!0;break e}}E.push(Ne(V))}Ae.lastPushedText=!1}else{switch(V){case R:case _:case a:case s:case o:V=E.keyPath,E.keyPath=F,_i(w,E,Q.children,-1),E.keyPath=V;return;case A:Q.mode!=="hidden"&&(V=E.keyPath,E.keyPath=F,_i(w,E,Q.children,-1),E.keyPath=V);return;case g:V=E.keyPath,E.keyPath=F,_i(w,E,Q.children,-1),E.keyPath=V;return;case D:throw Error(t(343));case d:e:if(E.replay!==null){V=E.keyPath,E.keyPath=F,F=Q.children;try{Gn(w,E,F,-1)}finally{E.keyPath=V}}else{V=E.keyPath;var dt=E.blockedBoundary,Rt=E.hoistableState;ue=E.blockedSegment,at=Q.fallback,Q=Q.children;var Ft=new Set;Be=Ps(w,Ft),w.trackedPostpones!==null&&(Be.trackedContentKeyPath=F);var Et=Ir(w,ue.chunks.length,Be,E.formatContext,!1,!1);ue.children.push(Et),ue.lastPushedText=!1;var Ht=Ir(w,0,null,E.formatContext,!1,!1);if(Ht.parentFlushed=!0,w.trackedPostpones!==null){Ae=[F[0],"Suspense Fallback",F[2]],ze=[Ae[1],Ae[2],[],null],w.trackedPostpones.workingMap.set(Ae,ze),Be.trackedFallbackNode=ze,E.blockedSegment=Et,E.keyPath=Ae,Et.status=6;try{Gn(w,E,at,-1),Ya(Et.chunks,w.renderState,Et.lastPushedText,Et.textEmbedded),Et.status=1}catch(nn){throw Et.status=w.status===12?3:4,nn}finally{E.blockedSegment=ue,E.keyPath=V}E=wa(w,null,Q,-1,Be,Ht,Be.contentState,E.abortSet,F,E.formatContext,E.context,E.treeContext,E.componentStack,E.isFallback),fl(E),w.pingedTasks.push(E)}else{E.blockedBoundary=Be,E.hoistableState=Be.contentState,E.blockedSegment=Ht,E.keyPath=F,Ht.status=6;try{if(Gn(w,E,Q,-1),Ya(Ht.chunks,w.renderState,Ht.lastPushedText,Ht.textEmbedded),Ht.status=1,pl(Be,Ht),Be.pendingTasks===0&&Be.status===0){Be.status=1;break e}}catch(nn){Be.status=4,w.status===12?(Ht.status=3,Ae=w.fatalError):(Ht.status=4,Ae=nn),ze=Da(E.componentStack),Tt=fn(w,Ae,ze),Be.errorDigest=Tt,ao(w,Be)}finally{E.blockedBoundary=dt,E.hoistableState=Rt,E.blockedSegment=ue,E.keyPath=V}E=wa(w,null,at,-1,dt,Et,Be.fallbackState,Ft,[F[0],"Suspense Fallback",F[2]],E.formatContext,E.context,E.treeContext,E.componentStack,!0),fl(E),w.pingedTasks.push(E)}}return}if(typeof V=="object"&&V!==null)switch(V.$$typeof){case u:if("ref"in Q)for(Et in Ae={},Q)Et!=="ref"&&(Ae[Et]=Q[Et]);else Ae=Q;V=Rf(w,E,F,V.render,Ae,ue),zc(w,E,F,V,ga!==0,ya,ba);return;case b:oo(w,E,F,V.type,Q,ue);return;case l:case f:if(ze=Q.children,Ae=E.keyPath,Q=Q.value,Tt=V._currentValue2,V._currentValue2=Q,ue=Ti,Ti=V={parent:ue,depth:ue===null?0:ue.depth+1,context:V,parentValue:Tt,value:Q},E.context=V,E.keyPath=F,_i(w,E,ze,-1),w=Ti,w===null)throw Error(t(403));w.context._currentValue2=w.parentValue,w=Ti=w.parent,E.context=w,E.keyPath=Ae;return;case c:Q=Q.children,V=Q(V._context._currentValue2),Q=E.keyPath,E.keyPath=F,_i(w,E,V,-1),E.keyPath=Q;return;case m:if(Ae=V._init,V=Ae(V._payload),w.status===12)throw null;oo(w,E,F,V,Q,ue);return}throw Error(t(130,V==null?V:typeof V,""))}}function Hc(w,E,F,V,Q){var ue=E.replay,Ae=E.blockedBoundary,Be=Ir(w,0,null,E.formatContext,!1,!1);Be.id=F,Be.parentFlushed=!0;try{E.replay=null,E.blockedSegment=Be,Gn(w,E,V,Q),Be.status=1,Ae===null?w.completedRootSegment=Be:(pl(Ae,Be),Ae.parentFlushed&&w.partialBoundaries.push(Ae))}finally{E.replay=ue,E.blockedSegment=null}}function _i(w,E,F,V){E.replay!==null&&typeof E.replay.slots=="number"?Hc(w,E,E.replay.slots,F,V):(E.node=F,E.childIndex=V,F=E.componentStack,fl(E),dl(w,E),E.componentStack=F)}function dl(w,E){var F=E.node,V=E.childIndex;if(F!==null){if(typeof F=="object"){switch(F.$$typeof){case r:var Q=F.type,ue=F.key,Ae=F.props;F=Ae.ref;var Be=F!==void 0?F:null,ze=Za(Q),at=ue??(V===-1?0:V);if(ue=[E.keyPath,ze,at],E.replay!==null)e:{var Tt=E.replay;for(V=Tt.nodes,F=0;F<V.length;F++){var dt=V[F];if(at===dt[1]){if(dt.length===4){if(ze!==null&&ze!==dt[0])throw Error(t(490,dt[0],ze));var Rt=dt[2];ze=dt[3],at=E.node,E.replay={nodes:Rt,slots:ze,pendingTasks:1};try{if(oo(w,E,ue,Q,Ae,Be),E.replay.pendingTasks===1&&0<E.replay.nodes.length)throw Error(t(488));E.replay.pendingTasks--}catch(wn){if(typeof wn=="object"&&wn!==null&&(wn===ua||typeof wn.then=="function"))throw E.node===at&&(E.replay=Tt),wn;E.replay.pendingTasks--,Ae=Da(E.componentStack),ue=E.blockedBoundary,Q=wn,Ae=fn(w,Q,Ae),Mr(w,ue,Rt,ze,Q,Ae)}E.replay=Tt}else{if(Q!==d)throw Error(t(490,"Suspense",Za(Q)||"Unknown"));t:{Tt=void 0,Q=dt[5],Be=dt[2],ze=dt[3],at=dt[4]===null?[]:dt[4][2],dt=dt[4]===null?null:dt[4][3];var Ft=E.keyPath,Et=E.replay,Ht=E.blockedBoundary,nn=E.hoistableState,Xt=Ae.children;Ae=Ae.fallback;var yn=new Set,an=Ps(w,yn);an.parentFlushed=!0,an.rootSegmentID=Q,E.blockedBoundary=an,E.hoistableState=an.contentState,E.keyPath=ue,E.replay={nodes:Be,slots:ze,pendingTasks:1};try{if(Gn(w,E,Xt,-1),E.replay.pendingTasks===1&&0<E.replay.nodes.length)throw Error(t(488));if(E.replay.pendingTasks--,an.pendingTasks===0&&an.status===0){an.status=1,w.completedBoundaries.push(an);break t}}catch(wn){an.status=4,Rt=Da(E.componentStack),Tt=fn(w,wn,Rt),an.errorDigest=Tt,E.replay.pendingTasks--,w.clientRenderedBoundaries.push(an)}finally{E.blockedBoundary=Ht,E.hoistableState=nn,E.replay=Et,E.keyPath=Ft}E=cr(w,null,{nodes:at,slots:dt,pendingTasks:0},Ae,-1,Ht,an.fallbackState,yn,[ue[0],"Suspense Fallback",ue[2]],E.formatContext,E.context,E.treeContext,E.componentStack,!0),fl(E),w.pingedTasks.push(E)}}V.splice(F,1);break e}}}else oo(w,E,ue,Q,Ae,Be);return;case i:throw Error(t(257));case m:if(Rt=F._init,F=Rt(F._payload),w.status===12)throw null;_i(w,E,F,V);return}if(M(F)){hl(w,E,F,V);return}if(F===null||typeof F!="object"?Rt=null:(Rt=I&&F[I]||F["@@iterator"],Rt=typeof Rt=="function"?Rt:null),Rt&&(Rt=Rt.call(F))){if(F=Rt.next(),!F.done){Ae=[];do Ae.push(F.value),F=Rt.next();while(!F.done);hl(w,E,Ae,V)}return}if(typeof F.then=="function")return E.thenableState=null,_i(w,E,Mu(F),V);if(F.$$typeof===f)return _i(w,E,F._currentValue2,V);throw V=Object.prototype.toString.call(F),Error(t(31,V==="[object Object]"?"object with keys {"+Object.keys(F).join(", ")+"}":V))}typeof F=="string"?(V=E.blockedSegment,V!==null&&(V.lastPushedText=As(V.chunks,F,w.renderState,V.lastPushedText))):(typeof F=="number"||typeof F=="bigint")&&(V=E.blockedSegment,V!==null&&(V.lastPushedText=As(V.chunks,""+F,w.renderState,V.lastPushedText)))}}function hl(w,E,F,V){var Q=E.keyPath;if(V!==-1&&(E.keyPath=[E.keyPath,"Fragment",V],E.replay!==null)){for(var ue=E.replay,Ae=ue.nodes,Be=0;Be<Ae.length;Be++){var ze=Ae[Be];if(ze[1]===V){V=ze[2],ze=ze[3],E.replay={nodes:V,slots:ze,pendingTasks:1};try{if(hl(w,E,F,-1),E.replay.pendingTasks===1&&0<E.replay.nodes.length)throw Error(t(488));E.replay.pendingTasks--}catch(dt){if(typeof dt=="object"&&dt!==null&&(dt===ua||typeof dt.then=="function"))throw dt;E.replay.pendingTasks--,F=Da(E.componentStack);var at=E.blockedBoundary,Tt=dt;F=fn(w,Tt,F),Mr(w,at,V,ze,Tt,F)}E.replay=ue,Ae.splice(Be,1);break}}E.keyPath=Q;return}if(ue=E.treeContext,Ae=F.length,E.replay!==null&&(Be=E.replay.slots,Be!==null&&typeof Be=="object")){for(V=0;V<Ae;V++)ze=F[V],E.treeContext=Ka(ue,Ae,V),at=Be[V],typeof at=="number"?(Hc(w,E,at,ze,V),delete Be[V]):Gn(w,E,ze,V);E.treeContext=ue,E.keyPath=Q;return}for(Be=0;Be<Ae;Be++)V=F[Be],E.treeContext=Ka(ue,Ae,Be),Gn(w,E,V,Be);E.treeContext=ue,E.keyPath=Q}function ao(w,E){w=w.trackedPostpones,w!==null&&(E=E.trackedContentKeyPath,E!==null&&(E=w.workingMap.get(E),E!==void 0&&(E.length=4,E[2]=[],E[3]=null)))}function Vc(w,E,F){return cr(w,F,E.replay,E.node,E.childIndex,E.blockedBoundary,E.hoistableState,E.abortSet,E.keyPath,E.formatContext,E.context,E.treeContext,E.componentStack,E.isFallback)}function Pu(w,E,F){var V=E.blockedSegment,Q=Ir(w,V.chunks.length,null,E.formatContext,V.lastPushedText,!0);return V.children.push(Q),V.lastPushedText=!1,wa(w,F,E.node,E.childIndex,E.blockedBoundary,Q,E.hoistableState,E.abortSet,E.keyPath,E.formatContext,E.context,E.treeContext,E.componentStack,E.isFallback)}function Gn(w,E,F,V){var Q=E.formatContext,ue=E.context,Ae=E.keyPath,Be=E.treeContext,ze=E.componentStack,at=E.blockedSegment;if(at===null)try{return _i(w,E,F,V)}catch(Rt){if(ro(),F=Rt===ua?wr():Rt,typeof F=="object"&&F!==null){if(typeof F.then=="function"){V=va(),w=Vc(w,E,V).ping,F.then(w,w),E.formatContext=Q,E.context=ue,E.keyPath=Ae,E.treeContext=Be,E.componentStack=ze,zi(ue);return}if(F.message==="Maximum call stack size exceeded"){F=va(),F=Vc(w,E,F),w.pingedTasks.push(F),E.formatContext=Q,E.context=ue,E.keyPath=Ae,E.treeContext=Be,E.componentStack=ze,zi(ue);return}}}else{var Tt=at.children.length,dt=at.chunks.length;try{return _i(w,E,F,V)}catch(Rt){if(ro(),at.children.length=Tt,at.chunks.length=dt,F=Rt===ua?wr():Rt,typeof F=="object"&&F!==null){if(typeof F.then=="function"){V=va(),w=Pu(w,E,V).ping,F.then(w,w),E.formatContext=Q,E.context=ue,E.keyPath=Ae,E.treeContext=Be,E.componentStack=ze,zi(ue);return}if(F.message==="Maximum call stack size exceeded"){F=va(),F=Pu(w,E,F),w.pingedTasks.push(F),E.formatContext=Q,E.context=ue,E.keyPath=Ae,E.treeContext=Be,E.componentStack=ze,zi(ue);return}}}}throw E.formatContext=Q,E.context=ue,E.keyPath=Ae,E.treeContext=Be,zi(ue),F}function oi(w){var E=w.blockedBoundary;w=w.blockedSegment,w!==null&&(w.status=3,Bu(this,E,w))}function Mr(w,E,F,V,Q,ue){for(var Ae=0;Ae<F.length;Ae++){var Be=F[Ae];if(Be.length===4)Mr(w,E,Be[2],Be[3],Q,ue);else{Be=Be[5];var ze=w,at=ue,Tt=Ps(ze,new Set);Tt.parentFlushed=!0,Tt.rootSegmentID=Be,Tt.status=4,Tt.errorDigest=at,Tt.parentFlushed&&ze.clientRenderedBoundaries.push(Tt)}}if(F.length=0,V!==null){if(E===null)throw Error(t(487));if(E.status!==4&&(E.status=4,E.errorDigest=ue,E.parentFlushed&&w.clientRenderedBoundaries.push(E)),typeof V=="object")for(var dt in V)delete V[dt]}}function er(w,E,F){var V=w.blockedBoundary,Q=w.blockedSegment;if(Q!==null){if(Q.status===6)return;Q.status=3}if(Q=Da(w.componentStack),V===null){if(E.status!==13&&E.status!==14){if(V=w.replay,V===null){fn(E,F,Q),pn(E,F);return}V.pendingTasks--,V.pendingTasks===0&&0<V.nodes.length&&(w=fn(E,F,Q),Mr(E,null,V.nodes,V.slots,F,w)),E.pendingRootTasks--,E.pendingRootTasks===0&&Nu(E)}}else V.pendingTasks--,V.status!==4&&(V.status=4,w=fn(E,F,Q),V.status=4,V.errorDigest=w,ao(E,V),V.parentFlushed&&E.clientRenderedBoundaries.push(V)),V.fallbackAbortableTasks.forEach(function(ue){return er(ue,E,F)}),V.fallbackAbortableTasks.clear();E.allPendingTasks--,E.allPendingTasks===0&&ac(E)}function xn(w,E){try{var F=w.renderState,V=F.onHeaders;if(V){var Q=F.headers;if(Q){F.headers=null;var ue=Q.preconnects;if(Q.fontPreloads&&(ue&&(ue+=", "),ue+=Q.fontPreloads),Q.highImagePreloads&&(ue&&(ue+=", "),ue+=Q.highImagePreloads),!E){var Ae=F.styles.values(),Be=Ae.next();e:for(;0<Q.remainingCapacity&&!Be.done;Be=Ae.next())for(var ze=Be.value.sheets.values(),at=ze.next();0<Q.remainingCapacity&&!at.done;at=ze.next()){var Tt=at.value,dt=Tt.props,Rt=dt.href,Ft=Tt.props,Et=Rn(Ft.href,"style",{crossOrigin:Ft.crossOrigin,integrity:Ft.integrity,nonce:Ft.nonce,type:Ft.type,fetchPriority:Ft.fetchPriority,referrerPolicy:Ft.referrerPolicy,media:Ft.media});if(0<=(Q.remainingCapacity-=Et.length+2))F.resets.style[Rt]=Xe,ue&&(ue+=", "),ue+=Et,F.resets.style[Rt]=typeof dt.crossOrigin=="string"||typeof dt.integrity=="string"?[dt.crossOrigin,dt.integrity]:Xe;else break e}}V(ue?{Link:ue}:{})}}}catch(Ht){fn(w,Ht,{})}}function Nu(w){w.trackedPostpones===null&&xn(w,!0),w.onShellError=Hi,w=w.onShellReady,w()}function ac(w){xn(w,w.trackedPostpones===null?!0:w.completedRootSegment===null||w.completedRootSegment.status!==5),w=w.onAllReady,w()}function pl(w,E){if(E.chunks.length===0&&E.children.length===1&&E.children[0].boundary===null&&E.children[0].id===-1){var F=E.children[0];F.id=E.id,F.parentFlushed=!0,F.status===1&&pl(w,F)}else w.completedSegments.push(E)}function Bu(w,E,F){if(E===null){if(F!==null&&F.parentFlushed){if(w.completedRootSegment!==null)throw Error(t(389));w.completedRootSegment=F}w.pendingRootTasks--,w.pendingRootTasks===0&&Nu(w)}else E.pendingTasks--,E.status!==4&&(E.pendingTasks===0?(E.status===0&&(E.status=1),F!==null&&F.parentFlushed&&F.status===1&&pl(E,F),E.parentFlushed&&w.completedBoundaries.push(E),E.status===1&&(E.fallbackAbortableTasks.forEach(oi,w),E.fallbackAbortableTasks.clear())):F!==null&&F.parentFlushed&&F.status===1&&(pl(E,F),E.completedSegments.length===1&&E.parentFlushed&&w.partialBoundaries.push(E)));w.allPendingTasks--,w.allPendingTasks===0&&ac(w)}function gl(w){if(w.status!==14&&w.status!==13){var E=Ti,F=xe.H;xe.H=io;var V=xe.A;xe.A=Ms;var Q=Qn;Qn=w;var ue=sl;sl=w.resumableState;try{var Ae=w.pingedTasks,Be;for(Be=0;Be<Ae.length;Be++){var ze=Ae[Be],at=w,Tt=ze.blockedSegment;if(Tt===null){var dt=at;if(ze.replay.pendingTasks!==0){zi(ze.context);try{if(typeof ze.replay.slots=="number"?Hc(dt,ze,ze.replay.slots,ze.node,ze.childIndex):dl(dt,ze),ze.replay.pendingTasks===1&&0<ze.replay.nodes.length)throw Error(t(488));ze.replay.pendingTasks--,ze.abortSet.delete(ze),Bu(dt,ze.blockedBoundary,null)}catch(It){ro();var Rt=It===ua?wr():It;if(typeof Rt=="object"&&Rt!==null&&typeof Rt.then=="function"){var Ft=ze.ping;Rt.then(Ft,Ft),ze.thenableState=va()}else{ze.replay.pendingTasks--,ze.abortSet.delete(ze);var Et=Da(ze.componentStack);at=void 0;var Ht=dt,nn=ze.blockedBoundary,Xt=dt.status===12?dt.fatalError:Rt,yn=ze.replay.nodes,an=ze.replay.slots;at=fn(Ht,Xt,Et),Mr(Ht,nn,yn,an,Xt,at),dt.pendingRootTasks--,dt.pendingRootTasks===0&&Nu(dt),dt.allPendingTasks--,dt.allPendingTasks===0&&ac(dt)}}finally{}}}else if(dt=void 0,Ht=Tt,Ht.status===0){Ht.status=6,zi(ze.context);var wn=Ht.children.length,en=Ht.chunks.length;try{dl(at,ze),Ya(Ht.chunks,at.renderState,Ht.lastPushedText,Ht.textEmbedded),ze.abortSet.delete(ze),Ht.status=1,Bu(at,ze.blockedBoundary,Ht)}catch(It){ro(),Ht.children.length=wn,Ht.chunks.length=en;var sn=It===ua?wr():at.status===12?at.fatalError:It;if(typeof sn=="object"&&sn!==null&&typeof sn.then=="function"){Ht.status=0,ze.thenableState=va();var Xn=ze.ping;sn.then(Xn,Xn)}else{var Mn=Da(ze.componentStack);ze.abortSet.delete(ze),Ht.status=4;var ln=ze.blockedBoundary;dt=fn(at,sn,Mn),ln===null?pn(at,sn):(ln.pendingTasks--,ln.status!==4&&(ln.status=4,ln.errorDigest=dt,ao(at,ln),ln.parentFlushed&&at.clientRenderedBoundaries.push(ln))),at.allPendingTasks--,at.allPendingTasks===0&&ac(at)}}finally{}}}Ae.splice(0,Be),w.destination!==null&&yl(w,w.destination)}catch(It){fn(w,It,{}),pn(w,It)}finally{sl=ue,xe.H=F,xe.A=V,F===io&&zi(E),Qn=Q}}}function $a(w,E,F,V){switch(F.parentFlushed=!0,F.status){case 0:F.id=w.nextSegmentId++;case 5:return V=F.id,F.lastPushedText=!1,F.textEmbedded=!1,w=w.renderState,E.push('<template id="'),E.push(w.placeholderPrefix),w=V.toString(16),E.push(w),E.push('"></template>');case 1:F.status=2;var Q=!0,ue=F.chunks,Ae=0;F=F.children;for(var Be=0;Be<F.length;Be++){for(Q=F[Be];Ae<Q.index;Ae++)E.push(ue[Ae]);Q=Vi(w,E,Q,V)}for(;Ae<ue.length-1;Ae++)E.push(ue[Ae]);return Ae<ue.length&&(Q=E.push(ue[Ae])),Q;default:throw Error(t(390))}}function Vi(w,E,F,V){var Q=F.boundary;if(Q===null)return $a(w,E,F,V);if(Q.parentFlushed=!0,Q.status===4)return w.renderState.generateStaticMarkup||(Q=Q.errorDigest,E.push("<!--$!-->"),E.push("<template"),Q&&(E.push(' data-dgst="'),Q=j(Q),E.push(Q),E.push('"')),E.push("></template>")),$a(w,E,F,V),w=w.renderState.generateStaticMarkup?!0:E.push("<!--/$-->"),w;if(Q.status!==1)return Q.status===0&&(Q.rootSegmentID=w.nextSegmentId++),0<Q.completedSegments.length&&w.partialBoundaries.push(Q),Gt(E,w.renderState,Q.rootSegmentID),V&&(Q=Q.fallbackState,Q.styles.forEach(Ss,V),Q.stylesheets.forEach(rl,V)),$a(w,E,F,V),E.push("<!--/$-->");if(Q.byteSize>w.progressiveChunkSize)return Q.rootSegmentID=w.nextSegmentId++,w.completedBoundaries.push(Q),Gt(E,w.renderState,Q.rootSegmentID),$a(w,E,F,V),E.push("<!--/$-->");if(V&&(F=Q.contentState,F.styles.forEach(Ss,V),F.stylesheets.forEach(rl,V)),w.renderState.generateStaticMarkup||E.push("<!--$-->"),F=Q.completedSegments,F.length!==1)throw Error(t(391));return Vi(w,E,F[0],V),w=w.renderState.generateStaticMarkup?!0:E.push("<!--/$-->"),w}function Gi(w,E,F,V){return on(E,w.renderState,F.parentFormatContext,F.id),Vi(w,E,F,V),K(E,F.parentFormatContext)}function sc(w,E,F){for(var V=F.completedSegments,Q=0;Q<V.length;Q++)lc(w,E,F,V[Q]);V.length=0,jt(E,F.contentState,w.renderState),V=w.resumableState,w=w.renderState,Q=F.rootSegmentID,F=F.contentState;var ue=w.stylesToHoist;return w.stylesToHoist=!1,E.push(w.startInlineScript),ue?(V.instructions&2)===0?(V.instructions|=10,E.push(`$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;
|
|
273
|
-
$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=
|
|
274
|
-
d;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,
|
|
275
|
-
t,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("`)):(V.instructions&8)===0?(V.instructions|=8,E.push(`$RM=new Map;
|
|
276
|
-
$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=
|
|
277
|
-
d;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,
|
|
278
|
-
t,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("`)):E.push('$RR("'):(V.instructions&2)===0?(V.instructions|=2,E.push('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("')):E.push('$RC("'),V=Q.toString(16),E.push(w.boundaryPrefix),E.push(V),E.push('","'),E.push(w.segmentPrefix),E.push(V),ue?(E.push('",'),sr(E,F)):E.push('"'),F=E.push(")<\/script>"),Lt(E,w)&&F}function lc(w,E,F,V){if(V.status===2)return!0;var Q=F.contentState,ue=V.id;if(ue===-1){if((V.id=F.rootSegmentID)===-1)throw Error(t(392));return Gi(w,E,V,Q)}return ue===F.rootSegmentID?Gi(w,E,V,Q):(Gi(w,E,V,Q),F=w.resumableState,w=w.renderState,E.push(w.startInlineScript),(F.instructions&1)===0?(F.instructions|=1,E.push('$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')):E.push('$RS("'),E.push(w.segmentPrefix),ue=ue.toString(16),E.push(ue),E.push('","'),E.push(w.placeholderPrefix),E.push(ue),E=E.push('")<\/script>'),E)}function yl(w,E){try{if(!(0<w.pendingRootTasks)){var F,V=w.completedRootSegment;if(V!==null){if(V.status===5)return;var Q=w.renderState,ue=Q.htmlChunks,Ae=Q.headChunks,Be;if(ue){for(Be=0;Be<ue.length;Be++)E.push(ue[Be]);if(Ae)for(Be=0;Be<Ae.length;Be++)E.push(Ae[Be]);else{var ze=vt("head");E.push(ze),E.push(">")}}else if(Ae)for(Be=0;Be<Ae.length;Be++)E.push(Ae[Be]);var at=Q.charsetChunks;for(Be=0;Be<at.length;Be++)E.push(at[Be]);at.length=0,Q.preconnects.forEach(Jt,E),Q.preconnects.clear();var Tt=Q.viewportChunks;for(Be=0;Be<Tt.length;Be++)E.push(Tt[Be]);Tt.length=0,Q.fontPreloads.forEach(Jt,E),Q.fontPreloads.clear(),Q.highImagePreloads.forEach(Jt,E),Q.highImagePreloads.clear(),Q.styles.forEach(Wr,E);var dt=Q.importMapChunks;for(Be=0;Be<dt.length;Be++)E.push(dt[Be]);dt.length=0,Q.bootstrapScripts.forEach(Jt,E),Q.scripts.forEach(Jt,E),Q.scripts.clear(),Q.bulkPreloads.forEach(Jt,E),Q.bulkPreloads.clear();var Rt=Q.hoistableChunks;for(Be=0;Be<Rt.length;Be++)E.push(Rt[Be]);if(Rt.length=0,ue&&Ae===null){var Ft=Ne("head");E.push(Ft)}Vi(w,E,V,null),w.completedRootSegment=null,Lt(E,w.renderState)}var Et=w.renderState;V=0;var Ht=Et.viewportChunks;for(V=0;V<Ht.length;V++)E.push(Ht[V]);Ht.length=0,Et.preconnects.forEach(Jt,E),Et.preconnects.clear(),Et.fontPreloads.forEach(Jt,E),Et.fontPreloads.clear(),Et.highImagePreloads.forEach(Jt,E),Et.highImagePreloads.clear(),Et.styles.forEach(ar,E),Et.scripts.forEach(Jt,E),Et.scripts.clear(),Et.bulkPreloads.forEach(Jt,E),Et.bulkPreloads.clear();var nn=Et.hoistableChunks;for(V=0;V<nn.length;V++)E.push(nn[V]);nn.length=0;var Xt=w.clientRenderedBoundaries;for(F=0;F<Xt.length;F++){var yn=Xt[F];Et=E;var an=w.resumableState,wn=w.renderState,en=yn.rootSegmentID,sn=yn.errorDigest;Et.push(wn.startInlineScript),(an.instructions&4)===0?(an.instructions|=4,Et.push('$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("')):Et.push('$RX("'),Et.push(wn.boundaryPrefix);var Xn=en.toString(16);if(Et.push(Xn),Et.push('"'),sn){Et.push(",");var Mn=me(sn||"");Et.push(Mn)}var ln=Et.push(")<\/script>");if(!ln){w.destination=null,F++,Xt.splice(0,F);return}}Xt.splice(0,F);var It=w.completedBoundaries;for(F=0;F<It.length;F++)if(!sc(w,E,It[F])){w.destination=null,F++,It.splice(0,F);return}It.splice(0,F);var qn=w.partialBoundaries;for(F=0;F<qn.length;F++){var Xi=qn[F];e:{Xt=w,yn=E;var mn=Xi.completedSegments;for(ln=0;ln<mn.length;ln++)if(!lc(Xt,yn,Xi,mn[ln])){ln++,mn.splice(0,ln);var zr=!1;break e}mn.splice(0,ln),zr=jt(yn,Xi.contentState,Xt.renderState)}if(!zr){w.destination=null,F++,qn.splice(0,F);return}}qn.splice(0,F);var Jr=w.completedBoundaries;for(F=0;F<Jr.length;F++)if(!sc(w,E,Jr[F])){w.destination=null,F++,Jr.splice(0,F);return}Jr.splice(0,F)}}finally{w.allPendingTasks===0&&w.pingedTasks.length===0&&w.clientRenderedBoundaries.length===0&&w.completedBoundaries.length===0&&(w.flushScheduled=!1,F=w.resumableState,F.hasBody&&(qn=Ne("body"),E.push(qn)),F.hasHtml&&(F=Ne("html"),E.push(F)),w.status=14,E.push(null),w.destination=null)}}function Ta(w){if(w.flushScheduled===!1&&w.pingedTasks.length===0&&w.destination!==null){w.flushScheduled=!0;var E=w.destination;E?yl(w,E):w.flushScheduled=!1}}function Ci(w,E){if(w.status===13)w.status=14,E.destroy(w.fatalError);else if(w.status!==14&&w.destination===null){w.destination=E;try{yl(w,E)}catch(F){fn(w,F,{}),pn(w,F)}}}function kd(w,E){(w.status===11||w.status===10)&&(w.status=12);try{var F=w.abortableTasks;if(0<F.size){var V=E===void 0?Error(t(432)):typeof E=="object"&&E!==null&&typeof E.then=="function"?Error(t(530)):E;w.fatalError=V,F.forEach(function(Q){return er(Q,w,V)}),F.clear()}w.destination!==null&&yl(w,w.destination)}catch(Q){fn(w,Q,{}),pn(w,Q)}}function ai(){}function Gc(w,E,F,V){var Q=!1,ue=null,Ae="",Be=!1;if(E=st(E?E.identifierPrefix:void 0),w=ul(w,E,Iu(E,F),Pe(0,null,0),1/0,ai,void 0,function(){Be=!0},void 0,void 0,void 0),w.flushScheduled=w.destination!==null,gl(w),w.status===10&&(w.status=11),w.trackedPostpones===null&&xn(w,w.pendingRootTasks===0),kd(w,V),Ci(w,{push:function(ze){return ze!==null&&(Ae+=ze),!0},destroy:function(ze){Q=!0,ue=ze}}),Q&&ue!==V)throw ue;if(!Be)throw Error(t(426));return Ae}return Op.renderToStaticMarkup=function(w,E){return Gc(w,E,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},Op.renderToString=function(w,E){return Gc(w,E,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},Op.version="19.0.0",Op}var Ip={};/**
|
|
279
|
-
* @license React
|
|
280
|
-
* react-dom-server.browser.production.js
|
|
281
|
-
*
|
|
282
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
283
|
-
*
|
|
284
|
-
* This source code is licensed under the MIT license found in the
|
|
285
|
-
* LICENSE file in the root directory of this source tree.
|
|
286
|
-
*/var e3;function bH(){if(e3)return Ip;e3=1;var n=_n,e=kg;function t(x){var T="https://react.dev/errors/"+x;if(1<arguments.length){T+="?args[]="+encodeURIComponent(arguments[1]);for(var k=2;k<arguments.length;k++)T+="&args[]="+encodeURIComponent(arguments[k])}return"Minified React error #"+x+"; visit "+T+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var r=Symbol.for("react.transitional.element"),i=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),c=Symbol.for("react.consumer"),f=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),g=Symbol.for("react.suspense_list"),b=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),D=Symbol.for("react.scope"),_=Symbol.for("react.debug_trace_mode"),A=Symbol.for("react.offscreen"),R=Symbol.for("react.legacy_hidden"),N=Symbol.for("react.memo_cache_sentinel"),I=Symbol.iterator,M=Array.isArray;function z(x,T){var k=x.length&3,H=x.length-k,J=T;for(T=0;T<H;){var le=x.charCodeAt(T)&255|(x.charCodeAt(++T)&255)<<8|(x.charCodeAt(++T)&255)<<16|(x.charCodeAt(++T)&255)<<24;++T,le=3432918353*(le&65535)+((3432918353*(le>>>16)&65535)<<16)&4294967295,le=le<<15|le>>>17,le=461845907*(le&65535)+((461845907*(le>>>16)&65535)<<16)&4294967295,J^=le,J=J<<13|J>>>19,J=5*(J&65535)+((5*(J>>>16)&65535)<<16)&4294967295,J=(J&65535)+27492+(((J>>>16)+58964&65535)<<16)}switch(le=0,k){case 3:le^=(x.charCodeAt(T+2)&255)<<16;case 2:le^=(x.charCodeAt(T+1)&255)<<8;case 1:le^=x.charCodeAt(T)&255,le=3432918353*(le&65535)+((3432918353*(le>>>16)&65535)<<16)&4294967295,le=le<<15|le>>>17,J^=461845907*(le&65535)+((461845907*(le>>>16)&65535)<<16)&4294967295}return J^=x.length,J^=J>>>16,J=2246822507*(J&65535)+((2246822507*(J>>>16)&65535)<<16)&4294967295,J^=J>>>13,J=3266489909*(J&65535)+((3266489909*(J>>>16)&65535)<<16)&4294967295,(J^J>>>16)>>>0}var Z=new MessageChannel,W=[];Z.port1.onmessage=function(){var x=W.shift();x&&x()};function te(x){W.push(x),Z.port2.postMessage(null)}function ce(x){setTimeout(function(){throw x})}var P=Promise,$=typeof queueMicrotask=="function"?queueMicrotask:function(x){P.resolve(null).then(x).catch(ce)},U=null,he=0;function G(x,T){if(T.byteLength!==0)if(2048<T.byteLength)0<he&&(x.enqueue(new Uint8Array(U.buffer,0,he)),U=new Uint8Array(2048),he=0),x.enqueue(T);else{var k=U.length-he;k<T.byteLength&&(k===0?x.enqueue(U):(U.set(T.subarray(0,k),he),x.enqueue(U),T=T.subarray(k)),U=new Uint8Array(2048),he=0),U.set(T,he),he+=T.byteLength}}function j(x,T){return G(x,T),!0}function De(x){U&&0<he&&(x.enqueue(new Uint8Array(U.buffer,0,he)),U=null,he=0)}var ie=new TextEncoder;function fe(x){return ie.encode(x)}function q(x){return ie.encode(x)}function xe(x,T){typeof x.error=="function"?x.error(T):x.close()}var be=Object.assign,se=Object.prototype.hasOwnProperty,ve=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),Xe={},qe={};function je(x){return se.call(qe,x)?!0:se.call(Xe,x)?!1:ve.test(x)?qe[x]=!0:(Xe[x]=!0,!1)}var st=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),Pe=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),rt=/["'&<>]/;function Ze(x){if(typeof x=="boolean"||typeof x=="number"||typeof x=="bigint")return""+x;x=""+x;var T=rt.exec(x);if(T){var k="",H,J=0;for(H=T.index;H<x.length;H++){switch(x.charCodeAt(H)){case 34:T=""";break;case 38:T="&";break;case 39:T="'";break;case 60:T="<";break;case 62:T=">";break;default:continue}J!==H&&(k+=x.slice(J,H)),J=H+1,k+=T}x=J!==H?k+x.slice(J,H):k}return x}var lt=/([A-Z])/g,O=/^ms-/,pe=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function ge(x){return pe.test(""+x)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":x}var re=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ne=e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ye={pending:!1,data:null,method:null,action:null},Le=ne.d;ne.d={f:Le.f,r:Le.r,D:Mr,C:er,L:xn,m:Nu,X:pl,S:ac,M:Bu};var _e=[];q('"></template>');var we=q("<script>"),de=q("<\/script>"),Te=q('<script src="'),ke=q('<script type="module" src="'),We=q('" nonce="'),ut=q('" integrity="'),xt=q('" crossorigin="'),At=q('" async=""><\/script>'),kt=/(<\/|<)(s)(cript)/gi;function Ue(x,T,k,H){return""+T+(k==="s"?"\\u0073":"\\u0053")+H}var $e=q('<script type="importmap">'),ot=q("<\/script>");function vt(x,T,k,H,J,le){var Ce=T===void 0?we:q('<script nonce="'+Ze(T)+'">'),Me=x.idPrefix;k=[];var Ie=x.bootstrapScriptContent,Ke=x.bootstrapScripts,ct=x.bootstrapModules;if(Ie!==void 0&&k.push(Ce,fe((""+Ie).replace(kt,Ue)),de),Ie=[],H!==void 0&&(Ie.push($e),Ie.push(fe((""+JSON.stringify(H)).replace(kt,Ue))),Ie.push(ot)),H=J?{preconnects:"",fontPreloads:"",highImagePreloads:"",remainingCapacity:2+(typeof le=="number"?le:2e3)}:null,J={placeholderPrefix:q(Me+"P:"),segmentPrefix:q(Me+"S:"),boundaryPrefix:q(Me+"B:"),startInlineScript:Ce,htmlChunks:null,headChunks:null,externalRuntimeScript:null,bootstrapChunks:k,importMapChunks:Ie,onHeaders:J,headers:H,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:new Set,fontPreloads:new Set,highImagePreloads:new Set,styles:new Map,bootstrapScripts:new Set,scripts:new Set,bulkPreloads:new Set,preloads:{images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map},nonce:T,hoistableState:null,stylesToHoist:!1},Ke!==void 0)for(H=0;H<Ke.length;H++){var et=Ke[H];Me=Ce=void 0,Ie={rel:"preload",as:"script",fetchPriority:"low",nonce:T},typeof et=="string"?Ie.href=le=et:(Ie.href=le=et.src,Ie.integrity=Me=typeof et.integrity=="string"?et.integrity:void 0,Ie.crossOrigin=Ce=typeof et=="string"||et.crossOrigin==null?void 0:et.crossOrigin==="use-credentials"?"use-credentials":""),et=x;var gt=le;et.scriptResources[gt]=null,et.moduleScriptResources[gt]=null,et=[],Rn(et,Ie),J.bootstrapScripts.add(et),k.push(Te,fe(Ze(le))),T&&k.push(We,fe(Ze(T))),typeof Me=="string"&&k.push(ut,fe(Ze(Me))),typeof Ce=="string"&&k.push(xt,fe(Ze(Ce))),k.push(At)}if(ct!==void 0)for(Ke=0;Ke<ct.length;Ke++)Ie=ct[Ke],Ce=le=void 0,Me={rel:"modulepreload",fetchPriority:"low",nonce:T},typeof Ie=="string"?Me.href=H=Ie:(Me.href=H=Ie.src,Me.integrity=Ce=typeof Ie.integrity=="string"?Ie.integrity:void 0,Me.crossOrigin=le=typeof Ie=="string"||Ie.crossOrigin==null?void 0:Ie.crossOrigin==="use-credentials"?"use-credentials":""),Ie=x,et=H,Ie.scriptResources[et]=null,Ie.moduleScriptResources[et]=null,Ie=[],Rn(Ie,Me),J.bootstrapScripts.add(Ie),k.push(ke,fe(Ze(H))),T&&k.push(We,fe(Ze(T))),typeof Ce=="string"&&k.push(ut,fe(Ze(Ce))),typeof le=="string"&&k.push(xt,fe(Ze(le))),k.push(At);return J}function Bt(x,T,k,H,J){return{idPrefix:x===void 0?"":x,nextFormID:0,streamingFormat:0,bootstrapScriptContent:k,bootstrapScripts:H,bootstrapModules:J,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function Re(x,T,k){return{insertionMode:x,selectedValue:T,tagScope:k}}function Ne(x){return Re(x==="http://www.w3.org/2000/svg"?3:x==="http://www.w3.org/1998/Math/MathML"?4:0,null,0)}function Lt(x,T,k){switch(T){case"noscript":return Re(2,null,x.tagScope|1);case"select":return Re(2,k.value!=null?k.value:k.defaultValue,x.tagScope);case"svg":return Re(3,null,x.tagScope);case"picture":return Re(2,null,x.tagScope|2);case"math":return Re(4,null,x.tagScope);case"foreignObject":return Re(2,null,x.tagScope);case"table":return Re(5,null,x.tagScope);case"thead":case"tbody":case"tfoot":return Re(6,null,x.tagScope);case"colgroup":return Re(8,null,x.tagScope);case"tr":return Re(7,null,x.tagScope)}return 5<=x.insertionMode?Re(2,null,x.tagScope):x.insertionMode===0?Re(T==="html"?1:2,null,x.tagScope):x.insertionMode===1?Re(2,null,x.tagScope):x}var Gt=q("<!-- -->");function on(x,T,k,H){return T===""?H:(H&&x.push(Gt),x.push(fe(Ze(T))),!0)}var K=new Map,ee=q(' style="'),me=q(":"),He=q(";");function pt(x,T){if(typeof T!="object")throw Error(t(62));var k=!0,H;for(H in T)if(se.call(T,H)){var J=T[H];if(J!=null&&typeof J!="boolean"&&J!==""){if(H.indexOf("--")===0){var le=fe(Ze(H));J=fe(Ze((""+J).trim()))}else le=K.get(H),le===void 0&&(le=q(Ze(H.replace(lt,"-$1").toLowerCase().replace(O,"-ms-"))),K.set(H,le)),J=typeof J=="number"?J===0||st.has(H)?fe(""+J):fe(J+"px"):fe(Ze((""+J).trim()));k?(k=!1,x.push(ee,le,me,J)):x.push(He,le,me,J)}}k||x.push(zt)}var St=q(" "),Wt=q('="'),zt=q('"'),xr=q('=""');function jt(x,T,k){k&&typeof k!="function"&&typeof k!="symbol"&&x.push(St,fe(T),xr)}function Jt(x,T,k){typeof k!="function"&&typeof k!="symbol"&&typeof k!="boolean"&&x.push(St,fe(T),Wt,fe(Ze(k)),zt)}var Vn=q(Ze("javascript:throw new Error('React form unexpectedly submitted.')")),Rr=q('<input type="hidden"');function Wr(x,T){this.push(Rr),or(x),Jt(this,"name",T),Jt(this,"value",x),this.push(hr)}function or(x){if(typeof x!="string")throw Error(t(480))}function ar(x,T){if(typeof T.$$FORM_ACTION=="function"){var k=x.nextFormID++;x=x.idPrefix+k;try{var H=T.$$FORM_ACTION(x);if(H){var J=H.data;J!=null&&J.forEach(or)}return H}catch(le){if(typeof le=="object"&&le!==null&&typeof le.then=="function")throw le}}return null}function sr(x,T,k,H,J,le,Ce,Me){var Ie=null;if(typeof H=="function"){var Ke=ar(T,H);Ke!==null?(Me=Ke.name,H=Ke.action||"",J=Ke.encType,le=Ke.method,Ce=Ke.target,Ie=Ke.data):(x.push(St,fe("formAction"),Wt,Vn,zt),Ce=le=J=H=Me=null,Ur(T,k))}return Me!=null&&Mt(x,"name",Me),H!=null&&Mt(x,"formAction",H),J!=null&&Mt(x,"formEncType",J),le!=null&&Mt(x,"formMethod",le),Ce!=null&&Mt(x,"formTarget",Ce),Ie}function Mt(x,T,k){switch(T){case"className":Jt(x,"class",k);break;case"tabIndex":Jt(x,"tabindex",k);break;case"dir":case"role":case"viewBox":case"width":case"height":Jt(x,T,k);break;case"style":pt(x,k);break;case"src":case"href":if(k==="")break;case"action":case"formAction":if(k==null||typeof k=="function"||typeof k=="symbol"||typeof k=="boolean")break;k=ge(""+k),x.push(St,fe(T),Wt,fe(Ze(k)),zt);break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":jt(x,T.toLowerCase(),k);break;case"xlinkHref":if(typeof k=="function"||typeof k=="symbol"||typeof k=="boolean")break;k=ge(""+k),x.push(St,fe("xlink:href"),Wt,fe(Ze(k)),zt);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof k!="function"&&typeof k!="symbol"&&x.push(St,fe(T),Wt,fe(Ze(k)),zt);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":k&&typeof k!="function"&&typeof k!="symbol"&&x.push(St,fe(T),xr);break;case"capture":case"download":k===!0?x.push(St,fe(T),xr):k!==!1&&typeof k!="function"&&typeof k!="symbol"&&x.push(St,fe(T),Wt,fe(Ze(k)),zt);break;case"cols":case"rows":case"size":case"span":typeof k!="function"&&typeof k!="symbol"&&!isNaN(k)&&1<=k&&x.push(St,fe(T),Wt,fe(Ze(k)),zt);break;case"rowSpan":case"start":typeof k=="function"||typeof k=="symbol"||isNaN(k)||x.push(St,fe(T),Wt,fe(Ze(k)),zt);break;case"xlinkActuate":Jt(x,"xlink:actuate",k);break;case"xlinkArcrole":Jt(x,"xlink:arcrole",k);break;case"xlinkRole":Jt(x,"xlink:role",k);break;case"xlinkShow":Jt(x,"xlink:show",k);break;case"xlinkTitle":Jt(x,"xlink:title",k);break;case"xlinkType":Jt(x,"xlink:type",k);break;case"xmlBase":Jt(x,"xml:base",k);break;case"xmlLang":Jt(x,"xml:lang",k);break;case"xmlSpace":Jt(x,"xml:space",k);break;default:if((!(2<T.length)||T[0]!=="o"&&T[0]!=="O"||T[1]!=="n"&&T[1]!=="N")&&(T=Pe.get(T)||T,je(T))){switch(typeof k){case"function":case"symbol":return;case"boolean":var H=T.toLowerCase().slice(0,5);if(H!=="data-"&&H!=="aria-")return}x.push(St,fe(T),Wt,fe(Ze(k)),zt)}}}var kn=q(">"),hr=q("/>");function In(x,T,k){if(T!=null){if(k!=null)throw Error(t(60));if(typeof T!="object"||!("__html"in T))throw Error(t(61));T=T.__html,T!=null&&x.push(fe(""+T))}}function ec(x){var T="";return n.Children.forEach(x,function(k){k!=null&&(T+=k)}),T}var Ao=q(' selected=""'),tl=q(`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`);function Ur(x,T){(x.instructions&16)===0&&(x.instructions|=16,T.bootstrapChunks.unshift(T.startInlineScript,tl,de))}var Cs=q("<!--F!-->"),oa=q("<!--F-->");function Rn(x,T){x.push(pr("link"));for(var k in T)if(se.call(T,k)){var H=T[k];if(H!=null)switch(k){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"link"));default:Mt(x,k,H)}}return x.push(hr),null}var aa=/(<\/|<)(s)(tyle)/gi;function nl(x,T,k,H){return""+T+(k==="s"?"\\73 ":"\\53 ")+H}function ko(x,T,k){x.push(pr(k));for(var H in T)if(se.call(T,H)){var J=T[H];if(J!=null)switch(H){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,k));default:Mt(x,H,J)}}return x.push(hr),null}function sa(x,T){x.push(pr("title"));var k=null,H=null,J;for(J in T)if(se.call(T,J)){var le=T[J];if(le!=null)switch(J){case"children":k=le;break;case"dangerouslySetInnerHTML":H=le;break;default:Mt(x,J,le)}}return x.push(kn),T=Array.isArray(k)?2>k.length?k[0]:null:k,typeof T!="function"&&typeof T!="symbol"&&T!==null&&T!==void 0&&x.push(fe(Ze(""+T))),In(x,H,k),x.push(Ti("title")),null}function Ss(x,T){x.push(pr("script"));var k=null,H=null,J;for(J in T)if(se.call(T,J)){var le=T[J];if(le!=null)switch(J){case"children":k=le;break;case"dangerouslySetInnerHTML":H=le;break;default:Mt(x,J,le)}}return x.push(kn),In(x,H,k),typeof k=="string"&&x.push(fe((""+k).replace(kt,Ue))),x.push(Ti("script")),null}function rl(x,T,k){x.push(pr(k));var H=k=null,J;for(J in T)if(se.call(T,J)){var le=T[J];if(le!=null)switch(J){case"children":k=le;break;case"dangerouslySetInnerHTML":H=le;break;default:Mt(x,J,le)}}return x.push(kn),In(x,H,k),typeof k=="string"?(x.push(fe(Ze(k))),null):k}var Iu=q(`
|
|
287
|
-
`),As=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Ya=new Map;function pr(x){var T=Ya.get(x);if(T===void 0){if(!As.test(x))throw Error(t(65,x));T=q("<"+x),Ya.set(x,T)}return T}var kf=q("<!DOCTYPE html>");function Za(x,T,k,H,J,le,Ce,Me,Ie){switch(T){case"div":case"span":case"svg":case"path":break;case"a":x.push(pr("a"));var Ke=null,ct=null,et;for(et in k)if(se.call(k,et)){var gt=k[et];if(gt!=null)switch(et){case"children":Ke=gt;break;case"dangerouslySetInnerHTML":ct=gt;break;case"href":gt===""?Jt(x,"href",""):Mt(x,et,gt);break;default:Mt(x,et,gt)}}if(x.push(kn),In(x,ct,Ke),typeof Ke=="string"){x.push(fe(Ze(Ke)));var Pt=null}else Pt=Ke;return Pt;case"g":case"p":case"li":break;case"select":x.push(pr("select"));var Nt=null,Vt=null,ur;for(ur in k)if(se.call(k,ur)){var Nr=k[ur];if(Nr!=null)switch(ur){case"children":Nt=Nr;break;case"dangerouslySetInnerHTML":Vt=Nr;break;case"defaultValue":case"value":break;default:Mt(x,ur,Nr)}}return x.push(kn),In(x,Vt,Nt),Nt;case"option":var si=Ce.selectedValue;x.push(pr("option"));var tr=null,Br=null,li=null,Vr=null,fr;for(fr in k)if(se.call(k,fr)){var bn=k[fr];if(bn!=null)switch(fr){case"children":tr=bn;break;case"selected":li=bn;break;case"dangerouslySetInnerHTML":Vr=bn;break;case"value":Br=bn;default:Mt(x,fr,bn)}}if(si!=null){var Lr=Br!==null?""+Br:ec(tr);if(M(si)){for(var bi=0;bi<si.length;bi++)if(""+si[bi]===Lr){x.push(Ao);break}}else""+si===Lr&&x.push(Ao)}else li&&x.push(Ao);return x.push(kn),In(x,Vr,tr),tr;case"textarea":x.push(pr("textarea"));var mi=null,Of=null,dc=null,nu;for(nu in k)if(se.call(k,nu)){var ru=k[nu];if(ru!=null)switch(nu){case"children":dc=ru;break;case"value":mi=ru;break;case"defaultValue":Of=ru;break;case"dangerouslySetInnerHTML":throw Error(t(91));default:Mt(x,nu,ru)}}if(mi===null&&Of!==null&&(mi=Of),x.push(kn),dc!=null){if(mi!=null)throw Error(t(92));if(M(dc)){if(1<dc.length)throw Error(t(93));mi=""+dc[0]}mi=""+dc}return typeof mi=="string"&&mi[0]===`
|
|
288
|
-
`&&x.push(Iu),mi!==null&&x.push(fe(Ze(""+mi))),null;case"input":x.push(pr("input"));var iu=null,Gu=null,cs=null,Rd=null,Ud=null,If=null,ou=null,Fd=null,Mf=null,Po;for(Po in k)if(se.call(k,Po)){var vi=k[Po];if(vi!=null)switch(Po){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"input"));case"name":iu=vi;break;case"formAction":Gu=vi;break;case"formEncType":cs=vi;break;case"formMethod":Rd=vi;break;case"formTarget":Ud=vi;break;case"defaultChecked":Mf=vi;break;case"defaultValue":ou=vi;break;case"checked":Fd=vi;break;case"value":If=vi;break;default:Mt(x,Po,vi)}}var Pf=sr(x,H,J,Gu,cs,Rd,Ud,iu);return Fd!==null?jt(x,"checked",Fd):Mf!==null&&jt(x,"checked",Mf),If!==null?Mt(x,"value",If):ou!==null&&Mt(x,"value",ou),x.push(hr),Pf!=null&&Pf.forEach(Wr,x),null;case"button":x.push(pr("button"));var Ri=null,au=null,su=null,Xu=null,Yu=null,Bn=null,lu=null,Sl;for(Sl in k)if(se.call(k,Sl)){var Ui=k[Sl];if(Ui!=null)switch(Sl){case"children":Ri=Ui;break;case"dangerouslySetInnerHTML":au=Ui;break;case"name":su=Ui;break;case"formAction":Xu=Ui;break;case"formEncType":Yu=Ui;break;case"formMethod":Bn=Ui;break;case"formTarget":lu=Ui;break;default:Mt(x,Sl,Ui)}}var zs=sr(x,H,J,Xu,Yu,Bn,lu,su);if(x.push(kn),zs!=null&&zs.forEach(Wr,x),In(x,au,Ri),typeof Ri=="string"){x.push(fe(Ze(Ri)));var No=null}else No=Ri;return No;case"form":x.push(pr("form"));var Hs=null,Al=null,Fi=null,Vs=null,Oi=null,us=null,Gs;for(Gs in k)if(se.call(k,Gs)){var Bo=k[Gs];if(Bo!=null)switch(Gs){case"children":Hs=Bo;break;case"dangerouslySetInnerHTML":Al=Bo;break;case"action":Fi=Bo;break;case"encType":Vs=Bo;break;case"method":Oi=Bo;break;case"target":us=Bo;break;default:Mt(x,Gs,Bo)}}var Zi=null,Nf=null;if(typeof Fi=="function"){var Lo=ar(H,Fi);Lo!==null?(Fi=Lo.action||"",Vs=Lo.encType,Oi=Lo.method,us=Lo.target,Zi=Lo.data,Nf=Lo.name):(x.push(St,fe("action"),Wt,Vn,zt),us=Oi=Vs=Fi=null,Ur(H,J))}if(Fi!=null&&Mt(x,"action",Fi),Vs!=null&&Mt(x,"encType",Vs),Oi!=null&&Mt(x,"method",Oi),us!=null&&Mt(x,"target",us),x.push(kn),Nf!==null&&(x.push(Rr),Jt(x,"name",Nf),x.push(hr),Zi!=null&&Zi.forEach(Wr,x)),In(x,Al,Hs),typeof Hs=="string"){x.push(fe(Ze(Hs)));var Bf=null}else Bf=Hs;return Bf;case"menuitem":x.push(pr("menuitem"));for(var Zu in k)if(se.call(k,Zu)){var cu=k[Zu];if(cu!=null)switch(Zu){case"children":case"dangerouslySetInnerHTML":throw Error(t(400));default:Mt(x,Zu,cu)}}return x.push(kn),null;case"object":x.push(pr("object"));var uu=null,Od=null,Wo;for(Wo in k)if(se.call(k,Wo)){var Xs=k[Wo];if(Xs!=null)switch(Wo){case"children":uu=Xs;break;case"dangerouslySetInnerHTML":Od=Xs;break;case"data":var Lf=ge(""+Xs);if(Lf==="")break;x.push(St,fe("data"),Wt,fe(Ze(Lf)),zt);break;default:Mt(x,Wo,Xs)}}if(x.push(kn),In(x,Od,uu),typeof uu=="string"){x.push(fe(Ze(uu)));var Ua=null}else Ua=uu;return Ua;case"title":if(Ce.insertionMode===3||Ce.tagScope&1||k.itemProp!=null)var hc=sa(x,k);else Ie?hc=null:(sa(J.hoistableChunks,k),hc=void 0);return hc;case"link":var Ju=k.rel,Fa=k.href,pc=k.precedence;if(Ce.insertionMode===3||Ce.tagScope&1||k.itemProp!=null||typeof Ju!="string"||typeof Fa!="string"||Fa===""){Rn(x,k);var Dn=null}else if(k.rel==="stylesheet")if(typeof pc!="string"||k.disabled!=null||k.onLoad||k.onError)Dn=Rn(x,k);else{var fs=J.styles.get(pc),kl=H.styleResources.hasOwnProperty(Fa)?H.styleResources[Fa]:void 0;if(kl!==null){H.styleResources[Fa]=null,fs||(fs={precedence:fe(Ze(pc)),rules:[],hrefs:[],sheets:new Map},J.styles.set(pc,fs));var Ys={state:0,props:be({},k,{"data-precedence":k.precedence,precedence:null})};if(kl){kl.length===2&&gl(Ys.props,kl);var qr=J.preloads.stylesheets.get(Fa);qr&&0<qr.length?qr.length=0:Ys.state=1}fs.sheets.set(Fa,Ys),le&&le.stylesheets.add(Ys)}else if(fs){var Ji=fs.sheets.get(Fa);Ji&&le&&le.stylesheets.add(Ji)}Me&&x.push(Gt),Dn=null}else k.onLoad||k.onError?Dn=Rn(x,k):(Me&&x.push(Gt),Dn=Ie?null:Rn(J.hoistableChunks,k));return Dn;case"script":var jr=k.async;if(typeof k.src!="string"||!k.src||!jr||typeof jr=="function"||typeof jr=="symbol"||k.onLoad||k.onError||Ce.insertionMode===3||Ce.tagScope&1||k.itemProp!=null)var Rl=Ss(x,k);else{var ho=k.src;if(k.type==="module")var zo=H.moduleScriptResources,Ln=J.preloads.moduleScripts;else zo=H.scriptResources,Ln=J.preloads.scripts;var Zs=zo.hasOwnProperty(ho)?zo[ho]:void 0;if(Zs!==null){zo[ho]=null;var gc=k;if(Zs){Zs.length===2&&(gc=be({},k),gl(gc,Zs));var fu=Ln.get(ho);fu&&(fu.length=0)}var po=[];J.scripts.add(po),Ss(po,gc)}Me&&x.push(Gt),Rl=null}return Rl;case"style":var Ku=k.precedence,Ho=k.href;if(Ce.insertionMode===3||Ce.tagScope&1||k.itemProp!=null||typeof Ku!="string"||typeof Ho!="string"||Ho===""){x.push(pr("style"));var Ul=null,p=null,v;for(v in k)if(se.call(k,v)){var C=k[v];if(C!=null)switch(v){case"children":Ul=C;break;case"dangerouslySetInnerHTML":p=C;break;default:Mt(x,v,C)}}x.push(kn);var L=Array.isArray(Ul)?2>Ul.length?Ul[0]:null:Ul;typeof L!="function"&&typeof L!="symbol"&&L!==null&&L!==void 0&&x.push(fe((""+L).replace(aa,nl))),In(x,p,Ul),x.push(Ti("style"));var Y=null}else{var ae=J.styles.get(Ku);if((H.styleResources.hasOwnProperty(Ho)?H.styleResources[Ho]:void 0)!==null){H.styleResources[Ho]=null,ae?ae.hrefs.push(fe(Ze(Ho))):(ae={precedence:fe(Ze(Ku)),rules:[],hrefs:[fe(Ze(Ho))],sheets:new Map},J.styles.set(Ku,ae));var Se=ae.rules,Oe=null,tt=null,Ge;for(Ge in k)if(se.call(k,Ge)){var yt=k[Ge];if(yt!=null)switch(Ge){case"children":Oe=yt;break;case"dangerouslySetInnerHTML":tt=yt}}var _t=Array.isArray(Oe)?2>Oe.length?Oe[0]:null:Oe;typeof _t!="function"&&typeof _t!="symbol"&&_t!==null&&_t!==void 0&&Se.push(fe((""+_t).replace(aa,nl))),In(Se,tt,Oe)}ae&&le&&le.styles.add(ae),Me&&x.push(Gt),Y=void 0}return Y;case"meta":if(Ce.insertionMode===3||Ce.tagScope&1||k.itemProp!=null)var mt=ko(x,k,"meta");else Me&&x.push(Gt),mt=Ie?null:typeof k.charSet=="string"?ko(J.charsetChunks,k,"meta"):k.name==="viewport"?ko(J.viewportChunks,k,"meta"):ko(J.hoistableChunks,k,"meta");return mt;case"listing":case"pre":x.push(pr(T));var Ot=null,Je=null,dn;for(dn in k)if(se.call(k,dn)){var tn=k[dn];if(tn!=null)switch(dn){case"children":Ot=tn;break;case"dangerouslySetInnerHTML":Je=tn;break;default:Mt(x,dn,tn)}}if(x.push(kn),Je!=null){if(Ot!=null)throw Error(t(60));if(typeof Je!="object"||!("__html"in Je))throw Error(t(61));var Yt=Je.__html;Yt!=null&&(typeof Yt=="string"&&0<Yt.length&&Yt[0]===`
|
|
289
|
-
`?x.push(Iu,fe(Yt)):x.push(fe(""+Yt)))}return typeof Ot=="string"&&Ot[0]===`
|
|
290
|
-
`&&x.push(Iu),Ot;case"img":var Ut=k.src,Kt=k.srcSet;if(!(k.loading==="lazy"||!Ut&&!Kt||typeof Ut!="string"&&Ut!=null||typeof Kt!="string"&&Kt!=null)&&k.fetchPriority!=="low"&&!(Ce.tagScope&3)&&(typeof Ut!="string"||Ut[4]!==":"||Ut[0]!=="d"&&Ut[0]!=="D"||Ut[1]!=="a"&&Ut[1]!=="A"||Ut[2]!=="t"&&Ut[2]!=="T"||Ut[3]!=="a"&&Ut[3]!=="A")&&(typeof Kt!="string"||Kt[4]!==":"||Kt[0]!=="d"&&Kt[0]!=="D"||Kt[1]!=="a"&&Kt[1]!=="A"||Kt[2]!=="t"&&Kt[2]!=="T"||Kt[3]!=="a"&&Kt[3]!=="A")){var nr=typeof k.sizes=="string"?k.sizes:void 0,Qt=Kt?Kt+`
|
|
291
|
-
`+(nr||""):Ut,Nn=J.preloads.images,Tr=Nn.get(Qt);if(Tr)(k.fetchPriority==="high"||10>J.highImagePreloads.size)&&(Nn.delete(Qt),J.highImagePreloads.add(Tr));else if(!H.imageResources.hasOwnProperty(Qt)){H.imageResources[Qt]=_e;var Wn=k.crossOrigin,vn=typeof Wn=="string"?Wn==="use-credentials"?Wn:"":void 0,xi=J.headers,go;xi&&0<xi.remainingCapacity&&(k.fetchPriority==="high"||500>xi.highImagePreloads.length)&&(go=$a(Ut,"image",{imageSrcSet:k.srcSet,imageSizes:k.sizes,crossOrigin:vn,integrity:k.integrity,nonce:k.nonce,type:k.type,fetchPriority:k.fetchPriority,referrerPolicy:k.refererPolicy}),0<=(xi.remainingCapacity-=go.length+2))?(J.resets.image[Qt]=_e,xi.highImagePreloads&&(xi.highImagePreloads+=", "),xi.highImagePreloads+=go):(Tr=[],Rn(Tr,{rel:"preload",as:"image",href:Kt?void 0:Ut,imageSrcSet:Kt,imageSizes:nr,crossOrigin:vn,integrity:k.integrity,type:k.type,fetchPriority:k.fetchPriority,referrerPolicy:k.referrerPolicy}),k.fetchPriority==="high"||10>J.highImagePreloads.size?J.highImagePreloads.add(Tr):(J.bulkPreloads.add(Tr),Nn.set(Qt,Tr)))}}return ko(x,k,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return ko(x,k,T);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":break;case"head":if(2>Ce.insertionMode&&J.headChunks===null){J.headChunks=[];var $r=rl(J.headChunks,k,"head")}else $r=rl(x,k,"head");return $r;case"html":if(Ce.insertionMode===0&&J.htmlChunks===null){J.htmlChunks=[kf];var Vo=rl(J.htmlChunks,k,"html")}else Vo=rl(x,k,"html");return Vo;default:if(T.indexOf("-")!==-1){x.push(pr(T));var h=null,y=null,S;for(S in k)if(se.call(k,S)){var B=k[S];if(B!=null){var X=S;switch(S){case"children":h=B;break;case"dangerouslySetInnerHTML":y=B;break;case"style":pt(x,B);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":X="class";default:if(je(S)&&typeof B!="function"&&typeof B!="symbol"&&B!==!1){if(B===!0)B="";else if(typeof B=="object")continue;x.push(St,fe(X),Wt,fe(Ze(B)),zt)}}}}return x.push(kn),In(x,y,h),h}}return rl(x,k,T)}var la=new Map;function Ti(x){var T=la.get(x);return T===void 0&&(T=q("</"+x+">"),la.set(x,T)),T}function tc(x,T){T=T.bootstrapChunks;for(var k=0;k<T.length-1;k++)G(x,T[k]);return k<T.length?(k=T[k],T.length=0,j(x,k)):!0}var Ja=q('<template id="'),ks=q('"></template>'),il=q("<!--$-->"),Fc=q('<!--$?--><template id="'),zi=q('"></template>'),Rs=q("<!--$!-->"),Oc=q("<!--/$-->"),Ka=q("<template"),Ro=q('"'),Us=q(' data-dgst="');q(' data-msg="'),q(' data-stck="'),q(' data-cstck="');var Ei=q("></template>");function ca(x,T,k){if(G(x,Fc),k===null)throw Error(t(395));return G(x,T.boundaryPrefix),G(x,fe(k.toString(16))),j(x,zi)}var ua=q('<div hidden id="'),fa=q('">'),Ic=q("</div>"),da=q('<svg aria-hidden="true" style="display:none" id="'),wr=q('">'),ha=q("</svg>"),Qa=q('<math aria-hidden="true" style="display:none" id="'),lr=q('">'),qa=q("</math>"),nc=q('<table hidden id="'),fi=q('">'),pa=q("</table>"),Cn=q('<table hidden><tbody id="'),Fr=q('">'),Fs=q("</tbody></table>"),ga=q('<table hidden><tr id="'),ya=q('">'),ba=q("</tr></table>"),ma=q('<table hidden><colgroup id="'),Or=q('">'),no=q("</colgroup></table>");function Os(x,T,k,H){switch(k.insertionMode){case 0:case 1:case 2:return G(x,ua),G(x,T.segmentPrefix),G(x,fe(H.toString(16))),j(x,fa);case 3:return G(x,da),G(x,T.segmentPrefix),G(x,fe(H.toString(16))),j(x,wr);case 4:return G(x,Qa),G(x,T.segmentPrefix),G(x,fe(H.toString(16))),j(x,lr);case 5:return G(x,nc),G(x,T.segmentPrefix),G(x,fe(H.toString(16))),j(x,fi);case 6:return G(x,Cn),G(x,T.segmentPrefix),G(x,fe(H.toString(16))),j(x,Fr);case 7:return G(x,ga),G(x,T.segmentPrefix),G(x,fe(H.toString(16))),j(x,ya);case 8:return G(x,ma),G(x,T.segmentPrefix),G(x,fe(H.toString(16))),j(x,Or);default:throw Error(t(397))}}function di(x,T){switch(T.insertionMode){case 0:case 1:case 2:return j(x,Ic);case 3:return j(x,ha);case 4:return j(x,qa);case 5:return j(x,pa);case 6:return j(x,Fs);case 7:return j(x,ba);case 8:return j(x,no);default:throw Error(t(397))}}var rc=q('$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),ol=q('$RS("'),va=q('","'),ro=q('")<\/script>');q('<template data-rsi="" data-sid="'),q('" data-pid="');var al=q('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("'),Uo=q('$RC("'),Mc=q(`$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;
|
|
292
|
-
$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=
|
|
293
|
-
d;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,
|
|
294
|
-
t,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("`),Pc=q(`$RM=new Map;
|
|
295
|
-
$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=
|
|
296
|
-
d;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,
|
|
297
|
-
t,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("`),Nc=q('$RR("'),Bc=q('","'),Lc=q('",'),Mu=q('"'),Is=q(")<\/script>");q('<template data-rci="" data-bid="'),q('<template data-rri="" data-bid="'),q('" data-sid="'),q('" data-sty="');var ja=q('$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("'),io=q('$RX("'),sl=q('"'),Ms=q(","),Wc=q(")<\/script>");q('<template data-rxi="" data-bid="'),q('" data-dgst="'),q('" data-msg="'),q('" data-stck="'),q('" data-cstck="');var ll=/[<\u2028\u2029]/g;function Fo(x){return JSON.stringify(x).replace(ll,function(T){switch(T){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var xa=/[&><\u2028\u2029]/g;function hi(x){return JSON.stringify(x).replace(xa,function(T){switch(T){case"&":return"\\u0026";case">":return"\\u003e";case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var cl=q('<style media="not all" data-precedence="'),ic=q('" data-href="'),Hi=q('">'),Ad=q("</style>"),ul=!1,Qn=!0;function oc(x){var T=x.rules,k=x.hrefs,H=0;if(k.length){for(G(this,cl),G(this,x.precedence),G(this,ic);H<k.length-1;H++)G(this,k[H]),G(this,pn);for(G(this,k[H]),G(this,Hi),H=0;H<T.length;H++)G(this,T[H]);Qn=j(this,Ad),ul=!0,T.length=0,k.length=0}}function Ps(x){return x.state!==2?ul=!0:!1}function wa(x,T,k){return ul=!1,Qn=!0,T.styles.forEach(oc,x),T.stylesheets.forEach(Ps),ul&&(k.stylesToHoist=!0),Qn}function cr(x){for(var T=0;T<x.length;T++)G(this,x[T]);x.length=0}var Ir=[];function fl(x){Rn(Ir,x.props);for(var T=0;T<Ir.length;T++)G(this,Ir[T]);Ir.length=0,x.state=2}var Da=q('<style data-precedence="'),fn=q('" data-href="'),pn=q(" "),Rf=q('">'),zc=q("</style>");function oo(x){var T=0<x.sheets.size;x.sheets.forEach(fl,this),x.sheets.clear();var k=x.rules,H=x.hrefs;if(!T||H.length){if(G(this,Da),G(this,x.precedence),x=0,H.length){for(G(this,fn);x<H.length-1;x++)G(this,H[x]),G(this,pn);G(this,H[x])}for(G(this,Rf),x=0;x<k.length;x++)G(this,k[x]);G(this,zc),k.length=0,H.length=0}}function Hc(x){if(x.state===0){x.state=1;var T=x.props;for(Rn(Ir,{rel:"preload",as:"style",href:x.props.href,crossOrigin:T.crossOrigin,fetchPriority:T.fetchPriority,integrity:T.integrity,media:T.media,hrefLang:T.hrefLang,referrerPolicy:T.referrerPolicy}),x=0;x<Ir.length;x++)G(this,Ir[x]);Ir.length=0}}function _i(x){x.sheets.forEach(Hc,this),x.sheets.clear()}var dl=q("["),hl=q(",["),ao=q(","),Vc=q("]");function Pu(x,T){G(x,dl);var k=dl;T.stylesheets.forEach(function(H){if(H.state!==2)if(H.state===3)G(x,k),G(x,fe(hi(""+H.props.href))),G(x,Vc),k=hl;else{G(x,k);var J=H.props["data-precedence"],le=H.props,Ce=ge(""+H.props.href);G(x,fe(hi(Ce))),J=""+J,G(x,ao),G(x,fe(hi(J)));for(var Me in le)if(se.call(le,Me)&&(J=le[Me],J!=null))switch(Me){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"link"));default:Gn(x,Me,J)}G(x,Vc),k=hl,H.state=3}}),G(x,Vc)}function Gn(x,T,k){var H=T.toLowerCase();switch(typeof k){case"function":case"symbol":return}switch(T){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":H="class",T=""+k;break;case"hidden":if(k===!1)return;T="";break;case"src":case"href":k=ge(k),T=""+k;break;default:if(2<T.length&&(T[0]==="o"||T[0]==="O")&&(T[1]==="n"||T[1]==="N")||!je(T))return;T=""+k}G(x,ao),G(x,fe(hi(H))),G(x,ao),G(x,fe(hi(T)))}function oi(){return{styles:new Set,stylesheets:new Set}}function Mr(x){var T=Pn||null;if(T){var k=T.resumableState,H=T.renderState;if(typeof x=="string"&&x){if(!k.dnsResources.hasOwnProperty(x)){k.dnsResources[x]=null,k=H.headers;var J,le;(le=k&&0<k.remainingCapacity)&&(le=(J="<"+(""+x).replace(Vi,Gi)+">; rel=dns-prefetch",0<=(k.remainingCapacity-=J.length+2))),le?(H.resets.dns[x]=null,k.preconnects&&(k.preconnects+=", "),k.preconnects+=J):(J=[],Rn(J,{href:x,rel:"dns-prefetch"}),H.preconnects.add(J))}ki(T)}}else Le.D(x)}function er(x,T){var k=Pn||null;if(k){var H=k.resumableState,J=k.renderState;if(typeof x=="string"&&x){var le=T==="use-credentials"?"credentials":typeof T=="string"?"anonymous":"default";if(!H.connectResources[le].hasOwnProperty(x)){H.connectResources[le][x]=null,H=J.headers;var Ce,Me;if(Me=H&&0<H.remainingCapacity){if(Me="<"+(""+x).replace(Vi,Gi)+">; rel=preconnect",typeof T=="string"){var Ie=(""+T).replace(sc,lc);Me+='; crossorigin="'+Ie+'"'}Me=(Ce=Me,0<=(H.remainingCapacity-=Ce.length+2))}Me?(J.resets.connect[le][x]=null,H.preconnects&&(H.preconnects+=", "),H.preconnects+=Ce):(le=[],Rn(le,{rel:"preconnect",href:x,crossOrigin:T}),J.preconnects.add(le))}ki(k)}}else Le.C(x,T)}function xn(x,T,k){var H=Pn||null;if(H){var J=H.resumableState,le=H.renderState;if(T&&x){switch(T){case"image":if(k)var Ce=k.imageSrcSet,Me=k.imageSizes,Ie=k.fetchPriority;var Ke=Ce?Ce+`
|
|
298
|
-
`+(Me||""):x;if(J.imageResources.hasOwnProperty(Ke))return;J.imageResources[Ke]=_e,J=le.headers;var ct;J&&0<J.remainingCapacity&&Ie==="high"&&(ct=$a(x,T,k),0<=(J.remainingCapacity-=ct.length+2))?(le.resets.image[Ke]=_e,J.highImagePreloads&&(J.highImagePreloads+=", "),J.highImagePreloads+=ct):(J=[],Rn(J,be({rel:"preload",href:Ce?void 0:x,as:T},k)),Ie==="high"?le.highImagePreloads.add(J):(le.bulkPreloads.add(J),le.preloads.images.set(Ke,J)));break;case"style":if(J.styleResources.hasOwnProperty(x))return;Ce=[],Rn(Ce,be({rel:"preload",href:x,as:T},k)),J.styleResources[x]=!k||typeof k.crossOrigin!="string"&&typeof k.integrity!="string"?_e:[k.crossOrigin,k.integrity],le.preloads.stylesheets.set(x,Ce),le.bulkPreloads.add(Ce);break;case"script":if(J.scriptResources.hasOwnProperty(x))return;Ce=[],le.preloads.scripts.set(x,Ce),le.bulkPreloads.add(Ce),Rn(Ce,be({rel:"preload",href:x,as:T},k)),J.scriptResources[x]=!k||typeof k.crossOrigin!="string"&&typeof k.integrity!="string"?_e:[k.crossOrigin,k.integrity];break;default:if(J.unknownResources.hasOwnProperty(T)){if(Ce=J.unknownResources[T],Ce.hasOwnProperty(x))return}else Ce={},J.unknownResources[T]=Ce;if(Ce[x]=_e,(J=le.headers)&&0<J.remainingCapacity&&T==="font"&&(Ke=$a(x,T,k),0<=(J.remainingCapacity-=Ke.length+2)))le.resets.font[x]=_e,J.fontPreloads&&(J.fontPreloads+=", "),J.fontPreloads+=Ke;else switch(J=[],x=be({rel:"preload",href:x,as:T},k),Rn(J,x),T){case"font":le.fontPreloads.add(J);break;default:le.bulkPreloads.add(J)}}ki(H)}}else Le.L(x,T,k)}function Nu(x,T){var k=Pn||null;if(k){var H=k.resumableState,J=k.renderState;if(x){var le=T&&typeof T.as=="string"?T.as:"script";switch(le){case"script":if(H.moduleScriptResources.hasOwnProperty(x))return;le=[],H.moduleScriptResources[x]=!T||typeof T.crossOrigin!="string"&&typeof T.integrity!="string"?_e:[T.crossOrigin,T.integrity],J.preloads.moduleScripts.set(x,le);break;default:if(H.moduleUnknownResources.hasOwnProperty(le)){var Ce=H.unknownResources[le];if(Ce.hasOwnProperty(x))return}else Ce={},H.moduleUnknownResources[le]=Ce;le=[],Ce[x]=_e}Rn(le,be({rel:"modulepreload",href:x},T)),J.bulkPreloads.add(le),ki(k)}}else Le.m(x,T)}function ac(x,T,k){var H=Pn||null;if(H){var J=H.resumableState,le=H.renderState;if(x){T=T||"default";var Ce=le.styles.get(T),Me=J.styleResources.hasOwnProperty(x)?J.styleResources[x]:void 0;Me!==null&&(J.styleResources[x]=null,Ce||(Ce={precedence:fe(Ze(T)),rules:[],hrefs:[],sheets:new Map},le.styles.set(T,Ce)),T={state:0,props:be({rel:"stylesheet",href:x,"data-precedence":T},k)},Me&&(Me.length===2&&gl(T.props,Me),(le=le.preloads.stylesheets.get(x))&&0<le.length?le.length=0:T.state=1),Ce.sheets.set(x,T),ki(H))}}else Le.S(x,T,k)}function pl(x,T){var k=Pn||null;if(k){var H=k.resumableState,J=k.renderState;if(x){var le=H.scriptResources.hasOwnProperty(x)?H.scriptResources[x]:void 0;le!==null&&(H.scriptResources[x]=null,T=be({src:x,async:!0},T),le&&(le.length===2&&gl(T,le),x=J.preloads.scripts.get(x))&&(x.length=0),x=[],J.scripts.add(x),Ss(x,T),ki(k))}}else Le.X(x,T)}function Bu(x,T){var k=Pn||null;if(k){var H=k.resumableState,J=k.renderState;if(x){var le=H.moduleScriptResources.hasOwnProperty(x)?H.moduleScriptResources[x]:void 0;le!==null&&(H.moduleScriptResources[x]=null,T=be({src:x,type:"module",async:!0},T),le&&(le.length===2&&gl(T,le),x=J.preloads.moduleScripts.get(x))&&(x.length=0),x=[],J.scripts.add(x),Ss(x,T),ki(k))}}else Le.M(x,T)}function gl(x,T){x.crossOrigin==null&&(x.crossOrigin=T[0]),x.integrity==null&&(x.integrity=T[1])}function $a(x,T,k){x=(""+x).replace(Vi,Gi),T=(""+T).replace(sc,lc),T="<"+x+'>; rel=preload; as="'+T+'"';for(var H in k)se.call(k,H)&&(x=k[H],typeof x=="string"&&(T+="; "+H.toLowerCase()+'="'+(""+x).replace(sc,lc)+'"'));return T}var Vi=/[<>\r\n]/g;function Gi(x){switch(x){case"<":return"%3C";case">":return"%3E";case`
|
|
299
|
-
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}var sc=/["';,\r\n]/g;function lc(x){switch(x){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case`
|
|
300
|
-
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function yl(x){this.styles.add(x)}function Ta(x){this.stylesheets.add(x)}var Ci=Function.prototype.bind,kd=Symbol.for("react.client.reference");function ai(x){if(x==null)return null;if(typeof x=="function")return x.$$typeof===kd?null:x.displayName||x.name||null;if(typeof x=="string")return x;switch(x){case o:return"Fragment";case i:return"Portal";case s:return"Profiler";case a:return"StrictMode";case d:return"Suspense";case g:return"SuspenseList"}if(typeof x=="object")switch(x.$$typeof){case f:return(x.displayName||"Context")+".Provider";case c:return(x._context.displayName||"Context")+".Consumer";case u:var T=x.render;return x=x.displayName,x||(x=T.displayName||T.name||"",x=x!==""?"ForwardRef("+x+")":"ForwardRef"),x;case b:return T=x.displayName||null,T!==null?T:ai(x.type)||"Memo";case m:T=x._payload,x=x._init;try{return ai(x(T))}catch{}}return null}var Gc={},w=null;function E(x,T){if(x!==T){x.context._currentValue=x.parentValue,x=x.parent;var k=T.parent;if(x===null){if(k!==null)throw Error(t(401))}else{if(k===null)throw Error(t(401));E(x,k)}T.context._currentValue=T.value}}function F(x){x.context._currentValue=x.parentValue,x=x.parent,x!==null&&F(x)}function V(x){var T=x.parent;T!==null&&V(T),x.context._currentValue=x.value}function Q(x,T){if(x.context._currentValue=x.parentValue,x=x.parent,x===null)throw Error(t(402));x.depth===T.depth?E(x,T):Q(x,T)}function ue(x,T){var k=T.parent;if(k===null)throw Error(t(402));x.depth===k.depth?E(x,k):ue(x,k),T.context._currentValue=T.value}function Ae(x){var T=w;T!==x&&(T===null?V(x):x===null?F(T):T.depth===x.depth?E(T,x):T.depth>x.depth?Q(T,x):ue(T,x),w=x)}var Be={isMounted:function(){return!1},enqueueSetState:function(x,T){x=x._reactInternals,x.queue!==null&&x.queue.push(T)},enqueueReplaceState:function(x,T){x=x._reactInternals,x.replace=!0,x.queue=[T]},enqueueForceUpdate:function(){}},ze={id:1,overflow:""};function at(x,T,k){var H=x.id;x=x.overflow;var J=32-Tt(H)-1;H&=~(1<<J),k+=1;var le=32-Tt(T)+J;if(30<le){var Ce=J-J%5;return le=(H&(1<<Ce)-1).toString(32),H>>=Ce,J-=Ce,{id:1<<32-Tt(T)+J|k<<J|H,overflow:le+x}}return{id:1<<le|k<<J|H,overflow:x}}var Tt=Math.clz32?Math.clz32:Ft,dt=Math.log,Rt=Math.LN2;function Ft(x){return x>>>=0,x===0?32:31-(dt(x)/Rt|0)|0}var Et=Error(t(460));function Ht(){}function nn(x,T,k){switch(k=x[k],k===void 0?x.push(T):k!==T&&(T.then(Ht,Ht),T=k),T.status){case"fulfilled":return T.value;case"rejected":throw T.reason;default:switch(typeof T.status=="string"?T.then(Ht,Ht):(x=T,x.status="pending",x.then(function(H){if(T.status==="pending"){var J=T;J.status="fulfilled",J.value=H}},function(H){if(T.status==="pending"){var J=T;J.status="rejected",J.reason=H}})),T.status){case"fulfilled":return T.value;case"rejected":throw T.reason}throw Xt=T,Et}}var Xt=null;function yn(){if(Xt===null)throw Error(t(459));var x=Xt;return Xt=null,x}function an(x,T){return x===T&&(x!==0||1/x===1/T)||x!==x&&T!==T}var wn=typeof Object.is=="function"?Object.is:an,en=null,sn=null,Xn=null,Mn=null,ln=null,It=null,qn=!1,Xi=!1,mn=0,zr=0,Jr=-1,bl=0,es=null,Oo=null,Ns=0;function Kr(){if(en===null)throw Error(t(321));return en}function Ea(){if(0<Ns)throw Error(t(312));return{memoizedState:null,queue:null,next:null}}function Hr(){return It===null?ln===null?(qn=!1,ln=It=Ea()):(qn=!0,It=ln):It.next===null?(qn=!1,It=It.next=Ea()):(qn=!0,It=It.next),It}function Pr(){var x=es;return es=null,x}function pi(){Mn=Xn=sn=en=null,Xi=!1,ln=null,Ns=0,It=Oo=null}function Yi(x,T){return typeof T=="function"?T(x):T}function gi(x,T,k){if(en=Kr(),It=Hr(),qn){var H=It.queue;if(T=H.dispatch,Oo!==null&&(k=Oo.get(H),k!==void 0)){Oo.delete(H),H=It.memoizedState;do H=x(H,k.action),k=k.next;while(k!==null);return It.memoizedState=H,[H,T]}return[It.memoizedState,T]}return x=x===Yi?typeof T=="function"?T():T:k!==void 0?k(T):T,It.memoizedState=x,x=It.queue={last:null,dispatch:null},x=x.dispatch=_a.bind(null,en,x),[It.memoizedState,x]}function cc(x,T){if(en=Kr(),It=Hr(),T=T===void 0?null:T,It!==null){var k=It.memoizedState;if(k!==null&&T!==null){var H=k[1];e:if(H===null)H=!1;else{for(var J=0;J<H.length&&J<T.length;J++)if(!wn(T[J],H[J])){H=!1;break e}H=!0}if(H)return k[0]}}return x=x(),It.memoizedState=[x,T],x}function _a(x,T,k){if(25<=Ns)throw Error(t(301));if(x===en)if(Xi=!0,x={action:k,next:null},Oo===null&&(Oo=new Map),k=Oo.get(T),k===void 0)Oo.set(T,x);else{for(T=k;T.next!==null;)T=T.next;T.next=x}}function Io(){throw Error(t(394))}function Xc(){throw Error(t(479))}function Yc(x,T,k){Kr();var H=zr++,J=Xn;if(typeof x.$$FORM_ACTION=="function"){var le=null,Ce=Mn;J=J.formState;var Me=x.$$IS_SIGNATURE_EQUAL;if(J!==null&&typeof Me=="function"){var Ie=J[1];Me.call(x,J[2],J[3])&&(le=k!==void 0?"p"+k:"k"+z(JSON.stringify([Ce,null,H]),0),Ie===le&&(Jr=H,T=J[0]))}var Ke=x.bind(null,T);return x=function(et){Ke(et)},typeof Ke.$$FORM_ACTION=="function"&&(x.$$FORM_ACTION=function(et){et=Ke.$$FORM_ACTION(et),k!==void 0&&(k+="",et.action=k);var gt=et.data;return gt&&(le===null&&(le=k!==void 0?"p"+k:"k"+z(JSON.stringify([Ce,null,H]),0)),gt.append("$ACTION_KEY",le)),et}),[T,x,!1]}var ct=x.bind(null,T);return[T,function(et){ct(et)},!1]}function Zc(x){var T=bl;return bl+=1,es===null&&(es=[]),nn(es,x,T)}function Uf(){throw Error(t(393))}function gr(){}var Dr={readContext:function(x){return x._currentValue},use:function(x){if(x!==null&&typeof x=="object"){if(typeof x.then=="function")return Zc(x);if(x.$$typeof===f)return x._currentValue}throw Error(t(438,String(x)))},useContext:function(x){return Kr(),x._currentValue},useMemo:cc,useReducer:gi,useRef:function(x){en=Kr(),It=Hr();var T=It.memoizedState;return T===null?(x={current:x},It.memoizedState=x):T},useState:function(x){return gi(Yi,x)},useInsertionEffect:gr,useLayoutEffect:gr,useCallback:function(x,T){return cc(function(){return x},T)},useImperativeHandle:gr,useEffect:gr,useDebugValue:gr,useDeferredValue:function(x,T){return Kr(),T!==void 0?T:x},useTransition:function(){return Kr(),[!1,Io]},useId:function(){var x=sn.treeContext,T=x.overflow;x=x.id,x=(x&~(1<<32-Tt(x)-1)).toString(32)+T;var k=Yn;if(k===null)throw Error(t(404));return T=mn++,x=":"+k.idPrefix+"R"+x,0<T&&(x+="H"+T.toString(32)),x+":"},useSyncExternalStore:function(x,T,k){if(k===void 0)throw Error(t(407));return k()},useCacheRefresh:function(){return Uf},useMemoCache:function(x){for(var T=Array(x),k=0;k<x;k++)T[k]=N;return T},useHostTransitionStatus:function(){return Kr(),ye},useOptimistic:function(x){return Kr(),[x,Xc]}};Dr.useFormState=Yc,Dr.useActionState=Yc;var Yn=null,Jc={getCacheForType:function(){throw Error(t(248))}},ts,Bs;function Zn(x){if(ts===void 0)try{throw Error()}catch(k){var T=k.stack.trim().match(/\n( *(at )?)/);ts=T&&T[1]||"",Bs=-1<k.stack.indexOf(`
|
|
301
|
-
at`)?" (<anonymous>)":-1<k.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
302
|
-
`+ts+x+Bs}var Si=!1;function Ca(x,T){if(!x||Si)return"";Si=!0;var k=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var H={DetermineComponentFrameRoot:function(){try{if(T){var et=function(){throw Error()};if(Object.defineProperty(et.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(et,[])}catch(Pt){var gt=Pt}Reflect.construct(x,[],et)}else{try{et.call()}catch(Pt){gt=Pt}x.call(et.prototype)}}else{try{throw Error()}catch(Pt){gt=Pt}(et=x())&&typeof et.catch=="function"&&et.catch(function(){})}}catch(Pt){if(Pt&>&&typeof Pt.stack=="string")return[Pt.stack,gt.stack]}return[null,null]}};H.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var J=Object.getOwnPropertyDescriptor(H.DetermineComponentFrameRoot,"name");J&&J.configurable&&Object.defineProperty(H.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var le=H.DetermineComponentFrameRoot(),Ce=le[0],Me=le[1];if(Ce&&Me){var Ie=Ce.split(`
|
|
303
|
-
`),Ke=Me.split(`
|
|
304
|
-
`);for(J=H=0;H<Ie.length&&!Ie[H].includes("DetermineComponentFrameRoot");)H++;for(;J<Ke.length&&!Ke[J].includes("DetermineComponentFrameRoot");)J++;if(H===Ie.length||J===Ke.length)for(H=Ie.length-1,J=Ke.length-1;1<=H&&0<=J&&Ie[H]!==Ke[J];)J--;for(;1<=H&&0<=J;H--,J--)if(Ie[H]!==Ke[J]){if(H!==1||J!==1)do if(H--,J--,0>J||Ie[H]!==Ke[J]){var ct=`
|
|
305
|
-
`+Ie[H].replace(" at new "," at ");return x.displayName&&ct.includes("<anonymous>")&&(ct=ct.replace("<anonymous>",x.displayName)),ct}while(1<=H&&0<=J);break}}}finally{Si=!1,Error.prepareStackTrace=k}return(k=x?x.displayName||x.name:"")?Zn(k):""}function Ls(x){if(typeof x=="string")return Zn(x);if(typeof x=="function")return x.prototype&&x.prototype.isReactComponent?(x=Ca(x,!0),x):Ca(x,!1);if(typeof x=="object"&&x!==null){switch(x.$$typeof){case u:return Ca(x.render,!1);case b:return Ca(x.type,!1);case m:var T=x,k=T._payload;T=T._init;try{x=T(k)}catch{return Zn("Lazy")}return Ls(x)}if(typeof x.name=="string")return k=x.env,Zn(x.name+(k?" ["+k+"]":""))}switch(x){case g:return Zn("SuspenseList");case d:return Zn("Suspense")}return""}function ml(x){if(typeof x=="object"&&x!==null&&typeof x.environmentName=="string"){var T=x.environmentName;x=[x].slice(0),typeof x[0]=="string"?x.splice(0,1,"%c%s%c "+x[0],"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px"," "+T+" ",""):x.splice(0,0,"%c%s%c ","background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px"," "+T+" ",""),x.unshift(console),T=Ci.apply(console.error,x),T()}else console.error(x);return null}function so(){}function Sa(x,T,k,H,J,le,Ce,Me,Ie,Ke,ct){var et=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=x,this.renderState=T,this.rootFormatContext=k,this.progressiveChunkSize=H===void 0?12800:H,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedRootSegment=null,this.abortableTasks=et,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=J===void 0?ml:J,this.onPostpone=Ke===void 0?so:Ke,this.onAllReady=le===void 0?so:le,this.onShellReady=Ce===void 0?so:Ce,this.onShellError=Me===void 0?so:Me,this.onFatalError=Ie===void 0?so:Ie,this.formState=ct===void 0?null:ct}function uc(x,T,k,H,J,le,Ce,Me,Ie,Ke,ct,et){return T=new Sa(T,k,H,J,le,Ce,Me,Ie,Ke,ct,et),k=vl(T,0,null,H,!1,!1),k.parentFlushed=!0,x=ns(T,null,x,-1,null,k,null,T.abortableTasks,null,H,null,ze,null,!1),ka(x),T.pingedTasks.push(x),T}function Kc(x,T,k,H,J,le,Ce,Me,Ie,Ke,ct){return x=uc(x,T,k,H,J,le,Ce,Me,Ie,Ke,ct,void 0),x.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},x}var Pn=null;function Qc(x,T){x.pingedTasks.push(T),x.pingedTasks.length===1&&(x.flushScheduled=x.destination!==null,x.trackedPostpones!==null||x.status===10?$(function(){return _l(x)}):te(function(){return _l(x)}))}function Aa(x,T){return{status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:T,errorDigest:null,contentState:oi(),fallbackState:oi(),trackedContentKeyPath:null,trackedFallbackNode:null}}function ns(x,T,k,H,J,le,Ce,Me,Ie,Ke,ct,et,gt,Pt){x.allPendingTasks++,J===null?x.pendingRootTasks++:J.pendingTasks++;var Nt={replay:null,node:k,childIndex:H,ping:function(){return Qc(x,Nt)},blockedBoundary:J,blockedSegment:le,hoistableState:Ce,abortSet:Me,keyPath:Ie,formatContext:Ke,context:ct,treeContext:et,componentStack:gt,thenableState:T,isFallback:Pt};return Me.add(Nt),Nt}function rs(x,T,k,H,J,le,Ce,Me,Ie,Ke,ct,et,gt,Pt){x.allPendingTasks++,le===null?x.pendingRootTasks++:le.pendingTasks++,k.pendingTasks++;var Nt={replay:k,node:H,childIndex:J,ping:function(){return Qc(x,Nt)},blockedBoundary:le,blockedSegment:null,hoistableState:Ce,abortSet:Me,keyPath:Ie,formatContext:Ke,context:ct,treeContext:et,componentStack:gt,thenableState:T,isFallback:Pt};return Me.add(Nt),Nt}function vl(x,T,k,H,J,le){return{status:0,id:-1,index:T,parentFlushed:!1,chunks:[],children:[],parentFormatContext:H,boundary:k,lastPushedText:J,textEmbedded:le}}function ka(x){var T=x.node;if(typeof T=="object"&&T!==null)switch(T.$$typeof){case r:x.componentStack={parent:x.componentStack,type:T.type}}}function lo(x){var T={};return x&&Object.defineProperty(T,"componentStack",{configurable:!0,enumerable:!0,get:function(){try{var k="",H=x;do k+=Ls(H.type),H=H.parent;while(H);var J=k}catch(le){J=`
|
|
306
|
-
Error generating stack: `+le.message+`
|
|
307
|
-
`+le.stack}return Object.defineProperty(T,"componentStack",{value:J}),J}}),T}function yi(x,T,k){if(x=x.onError,T=x(T,k),T==null||typeof T=="string")return T}function is(x,T){var k=x.onShellError,H=x.onFatalError;k(T),H(T),x.destination!==null?(x.status=14,xe(x.destination,T)):(x.status=13,x.fatalError=T)}function qc(x,T,k,H,J,le){var Ce=T.thenableState;for(T.thenableState=null,en={},sn=T,Xn=x,Mn=k,zr=mn=0,Jr=-1,bl=0,es=Ce,x=H(J,le);Xi;)Xi=!1,zr=mn=0,Jr=-1,bl=0,Ns+=1,It=null,x=H(J,le);return pi(),x}function Lu(x,T,k,H,J,le,Ce){var Me=!1;if(le!==0&&x.formState!==null){var Ie=T.blockedSegment;if(Ie!==null){Me=!0,Ie=Ie.chunks;for(var Ke=0;Ke<le;Ke++)Ke===Ce?Ie.push(Cs):Ie.push(oa)}}le=T.keyPath,T.keyPath=k,J?(k=T.treeContext,T.treeContext=at(k,1,0),Ai(x,T,H,-1),T.treeContext=k):Me?Ai(x,T,H,-1):Qr(x,T,H,-1),T.keyPath=le}function co(x,T,k,H,J,le){if(typeof H=="function")if(H.prototype&&H.prototype.isReactComponent){var Ce=J;if("ref"in J){Ce={};for(var Me in J)Me!=="ref"&&(Ce[Me]=J[Me])}var Ie=H.defaultProps;if(Ie){Ce===J&&(Ce=be({},Ce,J));for(var Ke in Ie)Ce[Ke]===void 0&&(Ce[Ke]=Ie[Ke])}J=Ce,Ce=Gc,Ie=H.contextType,typeof Ie=="object"&&Ie!==null&&(Ce=Ie._currentValue),Ce=new H(J,Ce);var ct=Ce.state!==void 0?Ce.state:null;if(Ce.updater=Be,Ce.props=J,Ce.state=ct,Ie={queue:[],replace:!1},Ce._reactInternals=Ie,le=H.contextType,Ce.context=typeof le=="object"&&le!==null?le._currentValue:Gc,le=H.getDerivedStateFromProps,typeof le=="function"&&(le=le(J,ct),ct=le==null?ct:be({},ct,le),Ce.state=ct),typeof H.getDerivedStateFromProps!="function"&&typeof Ce.getSnapshotBeforeUpdate!="function"&&(typeof Ce.UNSAFE_componentWillMount=="function"||typeof Ce.componentWillMount=="function"))if(H=Ce.state,typeof Ce.componentWillMount=="function"&&Ce.componentWillMount(),typeof Ce.UNSAFE_componentWillMount=="function"&&Ce.UNSAFE_componentWillMount(),H!==Ce.state&&Be.enqueueReplaceState(Ce,Ce.state,null),Ie.queue!==null&&0<Ie.queue.length)if(H=Ie.queue,le=Ie.replace,Ie.queue=null,Ie.replace=!1,le&&H.length===1)Ce.state=H[0];else{for(Ie=le?H[0]:Ce.state,ct=!0,le=le?1:0;le<H.length;le++)Ke=H[le],Ke=typeof Ke=="function"?Ke.call(Ce,Ie,J,void 0):Ke,Ke!=null&&(ct?(ct=!1,Ie=be({},Ie,Ke)):be(Ie,Ke));Ce.state=Ie}else Ie.queue=null;if(H=Ce.render(),x.status===12)throw null;J=T.keyPath,T.keyPath=k,Qr(x,T,H,-1),T.keyPath=J}else{if(H=qc(x,T,k,H,J,void 0),x.status===12)throw null;Lu(x,T,k,H,mn!==0,zr,Jr)}else if(typeof H=="string")if(Ce=T.blockedSegment,Ce===null)Ce=J.children,Ie=T.formatContext,ct=T.keyPath,T.formatContext=Lt(Ie,H,J),T.keyPath=k,Ai(x,T,Ce,-1),T.formatContext=Ie,T.keyPath=ct;else{ct=Za(Ce.chunks,H,J,x.resumableState,x.renderState,T.hoistableState,T.formatContext,Ce.lastPushedText,T.isFallback),Ce.lastPushedText=!1,Ie=T.formatContext,le=T.keyPath,T.formatContext=Lt(Ie,H,J),T.keyPath=k,Ai(x,T,ct,-1),T.formatContext=Ie,T.keyPath=le;e:{switch(T=Ce.chunks,x=x.resumableState,H){case"title":case"style":case"script":case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break e;case"body":if(1>=Ie.insertionMode){x.hasBody=!0;break e}break;case"html":if(Ie.insertionMode===0){x.hasHtml=!0;break e}}T.push(Ti(H))}Ce.lastPushedText=!1}else{switch(H){case R:case _:case a:case s:case o:H=T.keyPath,T.keyPath=k,Qr(x,T,J.children,-1),T.keyPath=H;return;case A:J.mode!=="hidden"&&(H=T.keyPath,T.keyPath=k,Qr(x,T,J.children,-1),T.keyPath=H);return;case g:H=T.keyPath,T.keyPath=k,Qr(x,T,J.children,-1),T.keyPath=H;return;case D:throw Error(t(343));case d:e:if(T.replay!==null){H=T.keyPath,T.keyPath=k,k=J.children;try{Ai(x,T,k,-1)}finally{T.keyPath=H}}else{H=T.keyPath;var et=T.blockedBoundary,gt=T.hoistableState;le=T.blockedSegment,Ke=J.fallback,J=J.children;var Pt=new Set;Me=Aa(x,Pt),x.trackedPostpones!==null&&(Me.trackedContentKeyPath=k);var Nt=vl(x,le.chunks.length,Me,T.formatContext,!1,!1);le.children.push(Nt),le.lastPushedText=!1;var Vt=vl(x,0,null,T.formatContext,!1,!1);if(Vt.parentFlushed=!0,x.trackedPostpones!==null){Ce=[k[0],"Suspense Fallback",k[2]],Ie=[Ce[1],Ce[2],[],null],x.trackedPostpones.workingMap.set(Ce,Ie),Me.trackedFallbackNode=Ie,T.blockedSegment=Nt,T.keyPath=Ce,Nt.status=6;try{Ai(x,T,Ke,-1),Nt.lastPushedText&&Nt.textEmbedded&&Nt.chunks.push(Gt),Nt.status=1}catch(ur){throw Nt.status=x.status===12?3:4,ur}finally{T.blockedSegment=le,T.keyPath=H}T=ns(x,null,J,-1,Me,Vt,Me.contentState,T.abortSet,k,T.formatContext,T.context,T.treeContext,T.componentStack,T.isFallback),ka(T),x.pingedTasks.push(T)}else{T.blockedBoundary=Me,T.hoistableState=Me.contentState,T.blockedSegment=Vt,T.keyPath=k,Vt.status=6;try{if(Ai(x,T,J,-1),Vt.lastPushedText&&Vt.textEmbedded&&Vt.chunks.push(Gt),Vt.status=1,El(Me,Vt),Me.pendingTasks===0&&Me.status===0){Me.status=1;break e}}catch(ur){Me.status=4,x.status===12?(Vt.status=3,Ce=x.fatalError):(Vt.status=4,Ce=ur),Ie=lo(T.componentStack),ct=yi(x,Ce,Ie),Me.errorDigest=ct,wl(x,Me)}finally{T.blockedBoundary=et,T.hoistableState=gt,T.blockedSegment=le,T.keyPath=H}T=ns(x,null,Ke,-1,et,Nt,Me.fallbackState,Pt,[k[0],"Suspense Fallback",k[2]],T.formatContext,T.context,T.treeContext,T.componentStack,!0),ka(T),x.pingedTasks.push(T)}}return}if(typeof H=="object"&&H!==null)switch(H.$$typeof){case u:if("ref"in J)for(Nt in Ce={},J)Nt!=="ref"&&(Ce[Nt]=J[Nt]);else Ce=J;H=qc(x,T,k,H.render,Ce,le),Lu(x,T,k,H,mn!==0,zr,Jr);return;case b:co(x,T,k,H.type,J,le);return;case l:case f:if(Ie=J.children,Ce=T.keyPath,J=J.value,ct=H._currentValue,H._currentValue=J,le=w,w=H={parent:le,depth:le===null?0:le.depth+1,context:H,parentValue:ct,value:J},T.context=H,T.keyPath=k,Qr(x,T,Ie,-1),x=w,x===null)throw Error(t(403));x.context._currentValue=x.parentValue,x=w=x.parent,T.context=x,T.keyPath=Ce;return;case c:J=J.children,H=J(H._context._currentValue),J=T.keyPath,T.keyPath=k,Qr(x,T,H,-1),T.keyPath=J;return;case m:if(Ce=H._init,H=Ce(H._payload),x.status===12)throw null;co(x,T,k,H,J,le);return}throw Error(t(130,H==null?H:typeof H,""))}}function Ws(x,T,k,H,J){var le=T.replay,Ce=T.blockedBoundary,Me=vl(x,0,null,T.formatContext,!1,!1);Me.id=k,Me.parentFlushed=!0;try{T.replay=null,T.blockedSegment=Me,Ai(x,T,H,J),Me.status=1,Ce===null?x.completedRootSegment=Me:(El(Ce,Me),Ce.parentFlushed&&x.partialBoundaries.push(Ce))}finally{T.replay=le,T.blockedSegment=null}}function Qr(x,T,k,H){T.replay!==null&&typeof T.replay.slots=="number"?Ws(x,T,T.replay.slots,k,H):(T.node=k,T.childIndex=H,k=T.componentStack,ka(T),as(x,T),T.componentStack=k)}function as(x,T){var k=T.node,H=T.childIndex;if(k!==null){if(typeof k=="object"){switch(k.$$typeof){case r:var J=k.type,le=k.key,Ce=k.props;k=Ce.ref;var Me=k!==void 0?k:null,Ie=ai(J),Ke=le??(H===-1?0:H);if(le=[T.keyPath,Ie,Ke],T.replay!==null)e:{var ct=T.replay;for(H=ct.nodes,k=0;k<H.length;k++){var et=H[k];if(Ke===et[1]){if(et.length===4){if(Ie!==null&&Ie!==et[0])throw Error(t(490,et[0],Ie));var gt=et[2];Ie=et[3],Ke=T.node,T.replay={nodes:gt,slots:Ie,pendingTasks:1};try{if(co(x,T,le,J,Ce,Me),T.replay.pendingTasks===1&&0<T.replay.nodes.length)throw Error(t(488));T.replay.pendingTasks--}catch(Br){if(typeof Br=="object"&&Br!==null&&(Br===Et||typeof Br.then=="function"))throw T.node===Ke&&(T.replay=ct),Br;T.replay.pendingTasks--,Ce=lo(T.componentStack),le=T.blockedBoundary,J=Br,Ce=yi(x,J,Ce),uo(x,le,gt,Ie,J,Ce)}T.replay=ct}else{if(J!==d)throw Error(t(490,"Suspense",ai(J)||"Unknown"));t:{ct=void 0,J=et[5],Me=et[2],Ie=et[3],Ke=et[4]===null?[]:et[4][2],et=et[4]===null?null:et[4][3];var Pt=T.keyPath,Nt=T.replay,Vt=T.blockedBoundary,ur=T.hoistableState,Nr=Ce.children;Ce=Ce.fallback;var si=new Set,tr=Aa(x,si);tr.parentFlushed=!0,tr.rootSegmentID=J,T.blockedBoundary=tr,T.hoistableState=tr.contentState,T.keyPath=le,T.replay={nodes:Me,slots:Ie,pendingTasks:1};try{if(Ai(x,T,Nr,-1),T.replay.pendingTasks===1&&0<T.replay.nodes.length)throw Error(t(488));if(T.replay.pendingTasks--,tr.pendingTasks===0&&tr.status===0){tr.status=1,x.completedBoundaries.push(tr);break t}}catch(Br){tr.status=4,gt=lo(T.componentStack),ct=yi(x,Br,gt),tr.errorDigest=ct,T.replay.pendingTasks--,x.clientRenderedBoundaries.push(tr)}finally{T.blockedBoundary=Vt,T.hoistableState=ur,T.replay=Nt,T.keyPath=Pt}T=rs(x,null,{nodes:Ke,slots:et,pendingTasks:0},Ce,-1,Vt,tr.fallbackState,si,[le[0],"Suspense Fallback",le[2]],T.formatContext,T.context,T.treeContext,T.componentStack,!0),ka(T),x.pingedTasks.push(T)}}H.splice(k,1);break e}}}else co(x,T,le,J,Ce,Me);return;case i:throw Error(t(257));case m:if(gt=k._init,k=gt(k._payload),x.status===12)throw null;Qr(x,T,k,H);return}if(M(k)){xl(x,T,k,H);return}if(k===null||typeof k!="object"?gt=null:(gt=I&&k[I]||k["@@iterator"],gt=typeof gt=="function"?gt:null),gt&&(gt=gt.call(k))){if(k=gt.next(),!k.done){Ce=[];do Ce.push(k.value),k=gt.next();while(!k.done);xl(x,T,Ce,H)}return}if(typeof k.then=="function")return T.thenableState=null,Qr(x,T,Zc(k),H);if(k.$$typeof===f)return Qr(x,T,k._currentValue,H);throw H=Object.prototype.toString.call(k),Error(t(31,H==="[object Object]"?"object with keys {"+Object.keys(k).join(", ")+"}":H))}typeof k=="string"?(H=T.blockedSegment,H!==null&&(H.lastPushedText=on(H.chunks,k,x.renderState,H.lastPushedText))):(typeof k=="number"||typeof k=="bigint")&&(H=T.blockedSegment,H!==null&&(H.lastPushedText=on(H.chunks,""+k,x.renderState,H.lastPushedText)))}}function xl(x,T,k,H){var J=T.keyPath;if(H!==-1&&(T.keyPath=[T.keyPath,"Fragment",H],T.replay!==null)){for(var le=T.replay,Ce=le.nodes,Me=0;Me<Ce.length;Me++){var Ie=Ce[Me];if(Ie[1]===H){H=Ie[2],Ie=Ie[3],T.replay={nodes:H,slots:Ie,pendingTasks:1};try{if(xl(x,T,k,-1),T.replay.pendingTasks===1&&0<T.replay.nodes.length)throw Error(t(488));T.replay.pendingTasks--}catch(et){if(typeof et=="object"&&et!==null&&(et===Et||typeof et.then=="function"))throw et;T.replay.pendingTasks--,k=lo(T.componentStack);var Ke=T.blockedBoundary,ct=et;k=yi(x,ct,k),uo(x,Ke,H,Ie,ct,k)}T.replay=le,Ce.splice(Me,1);break}}T.keyPath=J;return}if(le=T.treeContext,Ce=k.length,T.replay!==null&&(Me=T.replay.slots,Me!==null&&typeof Me=="object")){for(H=0;H<Ce;H++)Ie=k[H],T.treeContext=at(le,Ce,H),Ke=Me[H],typeof Ke=="number"?(Ws(x,T,Ke,Ie,H),delete Me[H]):Ai(x,T,Ie,H);T.treeContext=le,T.keyPath=J;return}for(Me=0;Me<Ce;Me++)H=k[Me],T.treeContext=at(le,Ce,Me),Ai(x,T,H,Me);T.treeContext=le,T.keyPath=J}function wl(x,T){x=x.trackedPostpones,x!==null&&(T=T.trackedContentKeyPath,T!==null&&(T=x.workingMap.get(T),T!==void 0&&(T.length=4,T[2]=[],T[3]=null)))}function jc(x,T,k){return rs(x,k,T.replay,T.node,T.childIndex,T.blockedBoundary,T.hoistableState,T.abortSet,T.keyPath,T.formatContext,T.context,T.treeContext,T.componentStack,T.isFallback)}function Wu(x,T,k){var H=T.blockedSegment,J=vl(x,H.chunks.length,null,T.formatContext,H.lastPushedText,!0);return H.children.push(J),H.lastPushedText=!1,ns(x,k,T.node,T.childIndex,T.blockedBoundary,J,T.hoistableState,T.abortSet,T.keyPath,T.formatContext,T.context,T.treeContext,T.componentStack,T.isFallback)}function Ai(x,T,k,H){var J=T.formatContext,le=T.context,Ce=T.keyPath,Me=T.treeContext,Ie=T.componentStack,Ke=T.blockedSegment;if(Ke===null)try{return Qr(x,T,k,H)}catch(gt){if(pi(),k=gt===Et?yn():gt,typeof k=="object"&&k!==null){if(typeof k.then=="function"){H=Pr(),x=jc(x,T,H).ping,k.then(x,x),T.formatContext=J,T.context=le,T.keyPath=Ce,T.treeContext=Me,T.componentStack=Ie,Ae(le);return}if(k.message==="Maximum call stack size exceeded"){k=Pr(),k=jc(x,T,k),x.pingedTasks.push(k),T.formatContext=J,T.context=le,T.keyPath=Ce,T.treeContext=Me,T.componentStack=Ie,Ae(le);return}}}else{var ct=Ke.children.length,et=Ke.chunks.length;try{return Qr(x,T,k,H)}catch(gt){if(pi(),Ke.children.length=ct,Ke.chunks.length=et,k=gt===Et?yn():gt,typeof k=="object"&&k!==null){if(typeof k.then=="function"){H=Pr(),x=Wu(x,T,H).ping,k.then(x,x),T.formatContext=J,T.context=le,T.keyPath=Ce,T.treeContext=Me,T.componentStack=Ie,Ae(le);return}if(k.message==="Maximum call stack size exceeded"){k=Pr(),k=Wu(x,T,k),x.pingedTasks.push(k),T.formatContext=J,T.context=le,T.keyPath=Ce,T.treeContext=Me,T.componentStack=Ie,Ae(le);return}}}}throw T.formatContext=J,T.context=le,T.keyPath=Ce,T.treeContext=Me,Ae(le),k}function Ff(x){var T=x.blockedBoundary;x=x.blockedSegment,x!==null&&(x.status=3,eu(this,T,x))}function uo(x,T,k,H,J,le){for(var Ce=0;Ce<k.length;Ce++){var Me=k[Ce];if(Me.length===4)uo(x,T,Me[2],Me[3],J,le);else{Me=Me[5];var Ie=x,Ke=le,ct=Aa(Ie,new Set);ct.parentFlushed=!0,ct.rootSegmentID=Me,ct.status=4,ct.errorDigest=Ke,ct.parentFlushed&&Ie.clientRenderedBoundaries.push(ct)}}if(k.length=0,H!==null){if(T===null)throw Error(t(487));if(T.status!==4&&(T.status=4,T.errorDigest=le,T.parentFlushed&&x.clientRenderedBoundaries.push(T)),typeof H=="object")for(var et in H)delete H[et]}}function fc(x,T,k){var H=x.blockedBoundary,J=x.blockedSegment;if(J!==null){if(J.status===6)return;J.status=3}if(J=lo(x.componentStack),H===null){if(T.status!==13&&T.status!==14){if(H=x.replay,H===null){yi(T,k,J),is(T,k);return}H.pendingTasks--,H.pendingTasks===0&&0<H.nodes.length&&(x=yi(T,k,J),uo(T,null,H.nodes,H.slots,k,x)),T.pendingRootTasks--,T.pendingRootTasks===0&&Dl(T)}}else H.pendingTasks--,H.status!==4&&(H.status=4,x=yi(T,k,J),H.status=4,H.errorDigest=x,wl(T,H),H.parentFlushed&&T.clientRenderedBoundaries.push(H)),H.fallbackAbortableTasks.forEach(function(le){return fc(le,T,k)}),H.fallbackAbortableTasks.clear();T.allPendingTasks--,T.allPendingTasks===0&&Tl(T)}function $c(x,T){try{var k=x.renderState,H=k.onHeaders;if(H){var J=k.headers;if(J){k.headers=null;var le=J.preconnects;if(J.fontPreloads&&(le&&(le+=", "),le+=J.fontPreloads),J.highImagePreloads&&(le&&(le+=", "),le+=J.highImagePreloads),!T){var Ce=k.styles.values(),Me=Ce.next();e:for(;0<J.remainingCapacity&&!Me.done;Me=Ce.next())for(var Ie=Me.value.sheets.values(),Ke=Ie.next();0<J.remainingCapacity&&!Ke.done;Ke=Ie.next()){var ct=Ke.value,et=ct.props,gt=et.href,Pt=ct.props,Nt=$a(Pt.href,"style",{crossOrigin:Pt.crossOrigin,integrity:Pt.integrity,nonce:Pt.nonce,type:Pt.type,fetchPriority:Pt.fetchPriority,referrerPolicy:Pt.referrerPolicy,media:Pt.media});if(0<=(J.remainingCapacity-=Nt.length+2))k.resets.style[gt]=_e,le&&(le+=", "),le+=Nt,k.resets.style[gt]=typeof et.crossOrigin=="string"||typeof et.integrity=="string"?[et.crossOrigin,et.integrity]:_e;else break e}}H(le?{Link:le}:{})}}}catch(Vt){yi(x,Vt,{})}}function Dl(x){x.trackedPostpones===null&&$c(x,!0),x.onShellError=so,x=x.onShellReady,x()}function Tl(x){$c(x,x.trackedPostpones===null?!0:x.completedRootSegment===null||x.completedRootSegment.status!==5),x=x.onAllReady,x()}function El(x,T){if(T.chunks.length===0&&T.children.length===1&&T.children[0].boundary===null&&T.children[0].id===-1){var k=T.children[0];k.id=T.id,k.parentFlushed=!0,k.status===1&&El(x,k)}else x.completedSegments.push(T)}function eu(x,T,k){if(T===null){if(k!==null&&k.parentFlushed){if(x.completedRootSegment!==null)throw Error(t(389));x.completedRootSegment=k}x.pendingRootTasks--,x.pendingRootTasks===0&&Dl(x)}else T.pendingTasks--,T.status!==4&&(T.pendingTasks===0?(T.status===0&&(T.status=1),k!==null&&k.parentFlushed&&k.status===1&&El(T,k),T.parentFlushed&&x.completedBoundaries.push(T),T.status===1&&(T.fallbackAbortableTasks.forEach(Ff,x),T.fallbackAbortableTasks.clear())):k!==null&&k.parentFlushed&&k.status===1&&(El(T,k),T.completedSegments.length===1&&T.parentFlushed&&x.partialBoundaries.push(T)));x.allPendingTasks--,x.allPendingTasks===0&&Tl(x)}function _l(x){if(x.status!==14&&x.status!==13){var T=w,k=re.H;re.H=Dr;var H=re.A;re.A=Jc;var J=Pn;Pn=x;var le=Yn;Yn=x.resumableState;try{var Ce=x.pingedTasks,Me;for(Me=0;Me<Ce.length;Me++){var Ie=Ce[Me],Ke=x,ct=Ie.blockedSegment;if(ct===null){var et=Ke;if(Ie.replay.pendingTasks!==0){Ae(Ie.context);try{if(typeof Ie.replay.slots=="number"?Ws(et,Ie,Ie.replay.slots,Ie.node,Ie.childIndex):as(et,Ie),Ie.replay.pendingTasks===1&&0<Ie.replay.nodes.length)throw Error(t(488));Ie.replay.pendingTasks--,Ie.abortSet.delete(Ie),eu(et,Ie.blockedBoundary,null)}catch(bi){pi();var gt=bi===Et?yn():bi;if(typeof gt=="object"&>!==null&&typeof gt.then=="function"){var Pt=Ie.ping;gt.then(Pt,Pt),Ie.thenableState=Pr()}else{Ie.replay.pendingTasks--,Ie.abortSet.delete(Ie);var Nt=lo(Ie.componentStack);Ke=void 0;var Vt=et,ur=Ie.blockedBoundary,Nr=et.status===12?et.fatalError:gt,si=Ie.replay.nodes,tr=Ie.replay.slots;Ke=yi(Vt,Nr,Nt),uo(Vt,ur,si,tr,Nr,Ke),et.pendingRootTasks--,et.pendingRootTasks===0&&Dl(et),et.allPendingTasks--,et.allPendingTasks===0&&Tl(et)}}finally{}}}else if(et=void 0,Vt=ct,Vt.status===0){Vt.status=6,Ae(Ie.context);var Br=Vt.children.length,li=Vt.chunks.length;try{as(Ke,Ie),Vt.lastPushedText&&Vt.textEmbedded&&Vt.chunks.push(Gt),Ie.abortSet.delete(Ie),Vt.status=1,eu(Ke,Ie.blockedBoundary,Vt)}catch(bi){pi(),Vt.children.length=Br,Vt.chunks.length=li;var Vr=bi===Et?yn():Ke.status===12?Ke.fatalError:bi;if(typeof Vr=="object"&&Vr!==null&&typeof Vr.then=="function"){Vt.status=0,Ie.thenableState=Pr();var fr=Ie.ping;Vr.then(fr,fr)}else{var bn=lo(Ie.componentStack);Ie.abortSet.delete(Ie),Vt.status=4;var Lr=Ie.blockedBoundary;et=yi(Ke,Vr,bn),Lr===null?is(Ke,Vr):(Lr.pendingTasks--,Lr.status!==4&&(Lr.status=4,Lr.errorDigest=et,wl(Ke,Lr),Lr.parentFlushed&&Ke.clientRenderedBoundaries.push(Lr))),Ke.allPendingTasks--,Ke.allPendingTasks===0&&Tl(Ke)}}finally{}}}Ce.splice(0,Me),x.destination!==null&&ls(x,x.destination)}catch(bi){yi(x,bi,{}),is(x,bi)}finally{Yn=le,re.H=k,re.A=H,k===Dr&&Ae(T),Pn=J}}}function Mo(x,T,k,H){switch(k.parentFlushed=!0,k.status){case 0:k.id=x.nextSegmentId++;case 5:return H=k.id,k.lastPushedText=!1,k.textEmbedded=!1,x=x.renderState,G(T,Ja),G(T,x.placeholderPrefix),x=fe(H.toString(16)),G(T,x),j(T,ks);case 1:k.status=2;var J=!0,le=k.chunks,Ce=0;k=k.children;for(var Me=0;Me<k.length;Me++){for(J=k[Me];Ce<J.index;Ce++)G(T,le[Ce]);J=Ra(x,T,J,H)}for(;Ce<le.length-1;Ce++)G(T,le[Ce]);return Ce<le.length&&(J=j(T,le[Ce])),J;default:throw Error(t(390))}}function Ra(x,T,k,H){var J=k.boundary;if(J===null)return Mo(x,T,k,H);if(J.parentFlushed=!0,J.status===4)J=J.errorDigest,j(T,Rs),G(T,Ka),J&&(G(T,Us),G(T,fe(Ze(J))),G(T,Ro)),j(T,Ei),Mo(x,T,k,H);else if(J.status!==1)J.status===0&&(J.rootSegmentID=x.nextSegmentId++),0<J.completedSegments.length&&x.partialBoundaries.push(J),ca(T,x.renderState,J.rootSegmentID),H&&(J=J.fallbackState,J.styles.forEach(yl,H),J.stylesheets.forEach(Ta,H)),Mo(x,T,k,H);else if(J.byteSize>x.progressiveChunkSize)J.rootSegmentID=x.nextSegmentId++,x.completedBoundaries.push(J),ca(T,x.renderState,J.rootSegmentID),Mo(x,T,k,H);else{if(H&&(k=J.contentState,k.styles.forEach(yl,H),k.stylesheets.forEach(Ta,H)),j(T,il),k=J.completedSegments,k.length!==1)throw Error(t(391));Ra(x,T,k[0],H)}return j(T,Oc)}function tu(x,T,k,H){return Os(T,x.renderState,k.parentFormatContext,k.id),Ra(x,T,k,H),di(T,k.parentFormatContext)}function Cl(x,T,k){for(var H=k.completedSegments,J=0;J<H.length;J++)ss(x,T,k,H[J]);H.length=0,wa(T,k.contentState,x.renderState),H=x.resumableState,x=x.renderState,J=k.rootSegmentID,k=k.contentState;var le=x.stylesToHoist;return x.stylesToHoist=!1,G(T,x.startInlineScript),le?(H.instructions&2)===0?(H.instructions|=10,G(T,Mc)):(H.instructions&8)===0?(H.instructions|=8,G(T,Pc)):G(T,Nc):(H.instructions&2)===0?(H.instructions|=2,G(T,al)):G(T,Uo),H=fe(J.toString(16)),G(T,x.boundaryPrefix),G(T,H),G(T,Bc),G(T,x.segmentPrefix),G(T,H),le?(G(T,Lc),Pu(T,k)):G(T,Mu),k=j(T,Is),tc(T,x)&&k}function ss(x,T,k,H){if(H.status===2)return!0;var J=k.contentState,le=H.id;if(le===-1){if((H.id=k.rootSegmentID)===-1)throw Error(t(392));return tu(x,T,H,J)}return le===k.rootSegmentID?tu(x,T,H,J):(tu(x,T,H,J),k=x.resumableState,x=x.renderState,G(T,x.startInlineScript),(k.instructions&1)===0?(k.instructions|=1,G(T,rc)):G(T,ol),G(T,x.segmentPrefix),le=fe(le.toString(16)),G(T,le),G(T,va),G(T,x.placeholderPrefix),G(T,le),T=j(T,ro),T)}function ls(x,T){U=new Uint8Array(2048),he=0;try{if(!(0<x.pendingRootTasks)){var k,H=x.completedRootSegment;if(H!==null){if(H.status===5)return;var J=x.renderState,le=J.htmlChunks,Ce=J.headChunks,Me;if(le){for(Me=0;Me<le.length;Me++)G(T,le[Me]);if(Ce)for(Me=0;Me<Ce.length;Me++)G(T,Ce[Me]);else G(T,pr("head")),G(T,kn)}else if(Ce)for(Me=0;Me<Ce.length;Me++)G(T,Ce[Me]);var Ie=J.charsetChunks;for(Me=0;Me<Ie.length;Me++)G(T,Ie[Me]);Ie.length=0,J.preconnects.forEach(cr,T),J.preconnects.clear();var Ke=J.viewportChunks;for(Me=0;Me<Ke.length;Me++)G(T,Ke[Me]);Ke.length=0,J.fontPreloads.forEach(cr,T),J.fontPreloads.clear(),J.highImagePreloads.forEach(cr,T),J.highImagePreloads.clear(),J.styles.forEach(oo,T);var ct=J.importMapChunks;for(Me=0;Me<ct.length;Me++)G(T,ct[Me]);ct.length=0,J.bootstrapScripts.forEach(cr,T),J.scripts.forEach(cr,T),J.scripts.clear(),J.bulkPreloads.forEach(cr,T),J.bulkPreloads.clear();var et=J.hoistableChunks;for(Me=0;Me<et.length;Me++)G(T,et[Me]);et.length=0,le&&Ce===null&&G(T,Ti("head")),Ra(x,T,H,null),x.completedRootSegment=null,tc(T,x.renderState)}var gt=x.renderState;H=0;var Pt=gt.viewportChunks;for(H=0;H<Pt.length;H++)G(T,Pt[H]);Pt.length=0,gt.preconnects.forEach(cr,T),gt.preconnects.clear(),gt.fontPreloads.forEach(cr,T),gt.fontPreloads.clear(),gt.highImagePreloads.forEach(cr,T),gt.highImagePreloads.clear(),gt.styles.forEach(_i,T),gt.scripts.forEach(cr,T),gt.scripts.clear(),gt.bulkPreloads.forEach(cr,T),gt.bulkPreloads.clear();var Nt=gt.hoistableChunks;for(H=0;H<Nt.length;H++)G(T,Nt[H]);Nt.length=0;var Vt=x.clientRenderedBoundaries;for(k=0;k<Vt.length;k++){var ur=Vt[k];gt=T;var Nr=x.resumableState,si=x.renderState,tr=ur.rootSegmentID,Br=ur.errorDigest;G(gt,si.startInlineScript),(Nr.instructions&4)===0?(Nr.instructions|=4,G(gt,ja)):G(gt,io),G(gt,si.boundaryPrefix),G(gt,fe(tr.toString(16))),G(gt,sl),Br&&(G(gt,Ms),G(gt,fe(Fo(Br||""))));var li=j(gt,Wc);if(!li){x.destination=null,k++,Vt.splice(0,k);return}}Vt.splice(0,k);var Vr=x.completedBoundaries;for(k=0;k<Vr.length;k++)if(!Cl(x,T,Vr[k])){x.destination=null,k++,Vr.splice(0,k);return}Vr.splice(0,k),De(T),U=new Uint8Array(2048),he=0;var fr=x.partialBoundaries;for(k=0;k<fr.length;k++){var bn=fr[k];e:{Vt=x,ur=T;var Lr=bn.completedSegments;for(li=0;li<Lr.length;li++)if(!ss(Vt,ur,bn,Lr[li])){li++,Lr.splice(0,li);var bi=!1;break e}Lr.splice(0,li),bi=wa(ur,bn.contentState,Vt.renderState)}if(!bi){x.destination=null,k++,fr.splice(0,k);return}}fr.splice(0,k);var mi=x.completedBoundaries;for(k=0;k<mi.length;k++)if(!Cl(x,T,mi[k])){x.destination=null,k++,mi.splice(0,k);return}mi.splice(0,k)}}finally{x.allPendingTasks===0&&x.pingedTasks.length===0&&x.clientRenderedBoundaries.length===0&&x.completedBoundaries.length===0?(x.flushScheduled=!1,k=x.resumableState,k.hasBody&&G(T,Ti("body")),k.hasHtml&&G(T,Ti("html")),De(T),x.status=14,T.close(),x.destination=null):De(T)}}function zu(x){x.flushScheduled=x.destination!==null,$(function(){return _l(x)}),te(function(){x.status===10&&(x.status=11),x.trackedPostpones===null&&$c(x,x.pendingRootTasks===0)})}function ki(x){x.flushScheduled===!1&&x.pingedTasks.length===0&&x.destination!==null&&(x.flushScheduled=!0,te(function(){var T=x.destination;T?ls(x,T):x.flushScheduled=!1}))}function Hu(x,T){if(x.status===13)x.status=14,xe(T,x.fatalError);else if(x.status!==14&&x.destination===null){x.destination=T;try{ls(x,T)}catch(k){yi(x,k,{}),is(x,k)}}}function fo(x,T){(x.status===11||x.status===10)&&(x.status=12);try{var k=x.abortableTasks;if(0<k.size){var H=T===void 0?Error(t(432)):typeof T=="object"&&T!==null&&typeof T.then=="function"?Error(t(530)):T;x.fatalError=H,k.forEach(function(J){return fc(J,x,H)}),k.clear()}x.destination!==null&&ls(x,x.destination)}catch(J){yi(x,J,{}),is(x,J)}}function Vu(){var x=n.version;if(x!=="19.0.0")throw Error(t(527,x,"19.0.0"))}return Vu(),Vu(),Ip.prerender=function(x,T){return new Promise(function(k,H){var J=T?T.onHeaders:void 0,le;J&&(le=function(ct){J(new Headers(ct))});var Ce=Bt(T?T.identifierPrefix:void 0,T?T.unstable_externalRuntimeSrc:void 0,T?T.bootstrapScriptContent:void 0,T?T.bootstrapScripts:void 0,T?T.bootstrapModules:void 0),Me=Kc(x,Ce,vt(Ce,void 0,T?T.unstable_externalRuntimeSrc:void 0,T?T.importMap:void 0,le,T?T.maxHeadersLength:void 0),Ne(T?T.namespaceURI:void 0),T?T.progressiveChunkSize:void 0,T?T.onError:void 0,function(){var ct={prelude:new ReadableStream({type:"bytes",pull:function(et){Hu(Me,et)},cancel:function(et){Me.destination=null,fo(Me,et)}},{highWaterMark:0})};k(ct)},void 0,void 0,H,T?T.onPostpone:void 0);if(T&&T.signal){var Ie=T.signal;if(Ie.aborted)fo(Me,Ie.reason);else{var Ke=function(){fo(Me,Ie.reason),Ie.removeEventListener("abort",Ke)};Ie.addEventListener("abort",Ke)}}zu(Me)})},Ip.renderToReadableStream=function(x,T){return new Promise(function(k,H){var J,le,Ce=new Promise(function(Pt,Nt){le=Pt,J=Nt}),Me=T?T.onHeaders:void 0,Ie;Me&&(Ie=function(Pt){Me(new Headers(Pt))});var Ke=Bt(T?T.identifierPrefix:void 0,T?T.unstable_externalRuntimeSrc:void 0,T?T.bootstrapScriptContent:void 0,T?T.bootstrapScripts:void 0,T?T.bootstrapModules:void 0),ct=uc(x,Ke,vt(Ke,T?T.nonce:void 0,T?T.unstable_externalRuntimeSrc:void 0,T?T.importMap:void 0,Ie,T?T.maxHeadersLength:void 0),Ne(T?T.namespaceURI:void 0),T?T.progressiveChunkSize:void 0,T?T.onError:void 0,le,function(){var Pt=new ReadableStream({type:"bytes",pull:function(Nt){Hu(ct,Nt)},cancel:function(Nt){ct.destination=null,fo(ct,Nt)}},{highWaterMark:0});Pt.allReady=Ce,k(Pt)},function(Pt){Ce.catch(function(){}),H(Pt)},J,T?T.onPostpone:void 0,T?T.formState:void 0);if(T&&T.signal){var et=T.signal;if(et.aborted)fo(ct,et.reason);else{var gt=function(){fo(ct,et.reason),et.removeEventListener("abort",gt)};et.addEventListener("abort",gt)}}zu(ct)})},Ip.version="19.0.0",Ip}var Mp={},t3;function mH(){if(t3)return Mp;t3=1;var n={};/**
|
|
308
|
-
* @license React
|
|
309
|
-
* react-dom-server-legacy.browser.development.js
|
|
310
|
-
*
|
|
311
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
312
|
-
*
|
|
313
|
-
* This source code is licensed under the MIT license found in the
|
|
314
|
-
* LICENSE file in the root directory of this source tree.
|
|
315
|
-
*/return n.NODE_ENV!=="production"&&function(){function e(p,v,C,L){return""+v+(C==="s"?"\\73 ":"\\53 ")+L}function t(p,v,C,L){return""+v+(C==="s"?"\\u0073":"\\u0053")+L}function r(p){return Object.prototype.toString.call(p).replace(/^\[object (.*)\]$/,function(v,C){return C})}function i(p){var v=JSON.stringify(p);return'"'+p+'"'===v?p:v}function o(p){switch(typeof p){case"string":return JSON.stringify(10>=p.length?p:p.slice(0,10)+"...");case"object":return cr(p)?"[...]":p!==null&&p.$$typeof===Da?"client":(p=r(p),p==="Object"?"{...}":p);case"function":return p.$$typeof===Da?"client":(p=p.displayName||p.name)?"function "+p:"function";default:return String(p)}}function a(p){if(typeof p=="string")return p;switch(p){case hi:return"Suspense";case cl:return"SuspenseList"}if(typeof p=="object")switch(p.$$typeof){case xa:return a(p.render);case ic:return a(p.type);case Hi:var v=p._payload;p=p._init;try{return a(p(v))}catch{}}return""}function s(p,v){var C=r(p);if(C!=="Object"&&C!=="Array")return C;var L=-1,Y=0;if(cr(p))if(fl.has(p)){var ae=fl.get(p);C="<"+a(ae)+">";for(var Se=0;Se<p.length;Se++){var Oe=p[Se];Oe=typeof Oe=="string"?Oe:typeof Oe=="object"&&Oe!==null?"{"+s(Oe)+"}":"{"+o(Oe)+"}",""+Se===v?(L=C.length,Y=Oe.length,C+=Oe):C=15>Oe.length&&40>C.length+Oe.length?C+Oe:C+"{...}"}C+="</"+a(ae)+">"}else{for(C="[",ae=0;ae<p.length;ae++)0<ae&&(C+=", "),Se=p[ae],Se=typeof Se=="object"&&Se!==null?s(Se):o(Se),""+ae===v?(L=C.length,Y=Se.length,C+=Se):C=10>Se.length&&40>C.length+Se.length?C+Se:C+"...";C+="]"}else if(p.$$typeof===Is)C="<"+a(p.type)+"/>";else{if(p.$$typeof===Da)return"client";if(Ir.has(p)){for(C=Ir.get(p),C="<"+(a(C)||"..."),ae=Object.keys(p),Se=0;Se<ae.length;Se++){C+=" ",Oe=ae[Se],C+=i(Oe)+"=";var tt=p[Oe],Ge=Oe===v&&typeof tt=="object"&&tt!==null?s(tt):o(tt);typeof tt!="string"&&(Ge="{"+Ge+"}"),Oe===v?(L=C.length,Y=Ge.length,C+=Ge):C=10>Ge.length&&40>C.length+Ge.length?C+Ge:C+"..."}C+=">"}else{for(C="{",ae=Object.keys(p),Se=0;Se<ae.length;Se++)0<Se&&(C+=", "),Oe=ae[Se],C+=i(Oe)+": ",tt=p[Oe],tt=typeof tt=="object"&&tt!==null?s(tt):o(tt),Oe===v?(L=C.length,Y=tt.length,C+=tt):C=10>tt.length&&40>C.length+tt.length?C+tt:C+"...";C+="}"}}return v===void 0?C:-1<L&&0<Y?(p=" ".repeat(L)+"^".repeat(Y),`
|
|
316
|
-
`+C+`
|
|
317
|
-
`+p):`
|
|
318
|
-
`+C}function l(p,v){var C=p.length&3,L=p.length-C,Y=v;for(v=0;v<L;){var ae=p.charCodeAt(v)&255|(p.charCodeAt(++v)&255)<<8|(p.charCodeAt(++v)&255)<<16|(p.charCodeAt(++v)&255)<<24;++v,ae=3432918353*(ae&65535)+((3432918353*(ae>>>16)&65535)<<16)&4294967295,ae=ae<<15|ae>>>17,ae=461845907*(ae&65535)+((461845907*(ae>>>16)&65535)<<16)&4294967295,Y^=ae,Y=Y<<13|Y>>>19,Y=5*(Y&65535)+((5*(Y>>>16)&65535)<<16)&4294967295,Y=(Y&65535)+27492+(((Y>>>16)+58964&65535)<<16)}switch(ae=0,C){case 3:ae^=(p.charCodeAt(v+2)&255)<<16;case 2:ae^=(p.charCodeAt(v+1)&255)<<8;case 1:ae^=p.charCodeAt(v)&255,ae=3432918353*(ae&65535)+((3432918353*(ae>>>16)&65535)<<16)&4294967295,ae=ae<<15|ae>>>17,Y^=461845907*(ae&65535)+((461845907*(ae>>>16)&65535)<<16)&4294967295}return Y^=p.length,Y^=Y>>>16,Y=2246822507*(Y&65535)+((2246822507*(Y>>>16)&65535)<<16)&4294967295,Y^=Y>>>13,Y=3266489909*(Y&65535)+((3266489909*(Y>>>16)&65535)<<16)&4294967295,(Y^Y>>>16)>>>0}function c(p){return typeof Symbol=="function"&&Symbol.toStringTag&&p[Symbol.toStringTag]||p.constructor.name||"Object"}function f(p){try{return u(p),!1}catch{return!0}}function u(p){return""+p}function d(p,v){if(f(p))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",v,c(p)),u(p)}function g(p,v){if(f(p))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",v,c(p)),u(p)}function b(p){if(f(p))return console.error("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before using it here.",c(p)),u(p)}function m(p){return pn.call(oo,p)?!0:pn.call(zc,p)?!1:Rf.test(p)?oo[p]=!0:(zc[p]=!0,console.error("Invalid attribute name: `%s`",p),!1)}function D(p,v){dl[v.type]||v.onChange||v.onInput||v.readOnly||v.disabled||v.value==null||console.error(p==="select"?"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set `onChange`.":"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),v.onChange||v.readOnly||v.disabled||v.checked==null||console.error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function _(p,v){if(pn.call(ao,v)&&ao[v])return!0;if(Pu.test(v)){if(p="aria-"+v.slice(4).toLowerCase(),p=hl.hasOwnProperty(p)?p:null,p==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",v),ao[v]=!0;if(v!==p)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",v,p),ao[v]=!0}if(Vc.test(v)){if(p=v.toLowerCase(),p=hl.hasOwnProperty(p)?p:null,p==null)return ao[v]=!0,!1;v!==p&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",v,p),ao[v]=!0)}return!0}function A(p,v){var C=[],L;for(L in v)_(p,L)||C.push(L);v=C.map(function(Y){return"`"+Y+"`"}).join(", "),C.length===1?console.error("Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",v,p):1<C.length&&console.error("Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",v,p)}function R(p,v,C,L){if(pn.call(Mr,v)&&Mr[v])return!0;var Y=v.toLowerCase();if(Y==="onfocusin"||Y==="onfocusout")return console.error("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Mr[v]=!0;if(typeof C=="function"&&(p==="form"&&v==="action"||p==="input"&&v==="formAction"||p==="button"&&v==="formAction"))return!0;if(er.test(v))return xn.test(v)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",v),Mr[v]=!0;if(Nu.test(v)||ac.test(v))return!0;if(Y==="innerhtml")return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Mr[v]=!0;if(Y==="aria")return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Mr[v]=!0;if(Y==="is"&&C!==null&&C!==void 0&&typeof C!="string")return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof C),Mr[v]=!0;if(typeof C=="number"&&isNaN(C))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",v),Mr[v]=!0;if(oi.hasOwnProperty(Y)){if(Y=oi[Y],Y!==v)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",v,Y),Mr[v]=!0}else if(v!==Y)return console.error("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",v,Y),Mr[v]=!0;switch(v){case"dangerouslySetInnerHTML":case"children":case"style":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":return!0;case"innerText":case"textContent":return!0}switch(typeof C){case"boolean":switch(v){case"autoFocus":case"checked":case"multiple":case"muted":case"selected":case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":case"capture":case"download":case"inert":return!0;default:return Y=v.toLowerCase().slice(0,5),Y==="data-"||Y==="aria-"?!0:(C?console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',C,v,v,C,v):console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',C,v,v,C,v,v,v),Mr[v]=!0)}case"function":case"symbol":return Mr[v]=!0,!1;case"string":if(C==="false"||C==="true"){switch(v){case"checked":case"selected":case"multiple":case"muted":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":case"inert":break;default:return!0}console.error("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",C,v,C==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',v,C),Mr[v]=!0}}return!0}function N(p,v,C){var L=[],Y;for(Y in v)R(p,Y,v[Y])||L.push(Y);v=L.map(function(ae){return"`"+ae+"`"}).join(", "),L.length===1?console.error("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://react.dev/link/attribute-behavior ",v,p):1<L.length&&console.error("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://react.dev/link/attribute-behavior ",v,p)}function I(p){return p.replace(gl,function(v,C){return C.toUpperCase()})}function M(p){if(typeof p=="boolean"||typeof p=="number"||typeof p=="bigint")return""+p;b(p),p=""+p;var v=yl.exec(p);if(v){var C="",L,Y=0;for(L=v.index;L<p.length;L++){switch(p.charCodeAt(L)){case 34:v=""";break;case 38:v="&";break;case 39:v="'";break;case 60:v="<";break;case 62:v=">";break;default:continue}Y!==L&&(C+=p.slice(Y,L)),Y=L+1,C+=v}p=Y!==L?C+p.slice(Y,L):C}return p}function z(p){return kd.test(""+p)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":p}function Z(p){return b(p),(""+p).replace(at,t)}function W(p,v,C,L,Y){return{idPrefix:p===void 0?"":p,nextFormID:0,streamingFormat:0,bootstrapScriptContent:C,bootstrapScripts:L,bootstrapModules:Y,instructions:F,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function te(p,v,C){return{insertionMode:p,selectedValue:v,tagScope:C}}function ce(p,v,C){switch(v){case"noscript":return te(Ft,null,p.tagScope|1);case"select":return te(Ft,C.value!=null?C.value:C.defaultValue,p.tagScope);case"svg":return te(Et,null,p.tagScope);case"picture":return te(Ft,null,p.tagScope|2);case"math":return te(Ht,null,p.tagScope);case"foreignObject":return te(Ft,null,p.tagScope);case"table":return te(nn,null,p.tagScope);case"thead":case"tbody":case"tfoot":return te(Xt,null,p.tagScope);case"colgroup":return te(an,null,p.tagScope);case"tr":return te(yn,null,p.tagScope)}return p.insertionMode>=nn?te(Ft,null,p.tagScope):p.insertionMode===dt?te(v==="html"?Rt:Ft,null,p.tagScope):p.insertionMode===Rt?te(Ft,null,p.tagScope):p}function P(p,v){if(typeof v!="object")throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var C=!0,L;for(L in v)if(pn.call(v,L)){var Y=v[L];if(Y!=null&&typeof Y!="boolean"&&Y!==""){if(L.indexOf("--")===0){var ae=M(L);g(Y,L),Y=M((""+Y).trim())}else{ae=L;var Se=Y;if(-1<ae.indexOf("-")){var Oe=ae;Vi.hasOwnProperty(Oe)&&Vi[Oe]||(Vi[Oe]=!0,console.error("Unsupported style property %s. Did you mean %s?",Oe,I(Oe.replace(Bu,"ms-"))))}else if(pl.test(ae))Oe=ae,Vi.hasOwnProperty(Oe)&&Vi[Oe]||(Vi[Oe]=!0,console.error("Unsupported vendor-prefixed style property %s. Did you mean %s?",Oe,Oe.charAt(0).toUpperCase()+Oe.slice(1)));else if($a.test(Se)){Oe=ae;var tt=Se;Gi.hasOwnProperty(tt)&&Gi[tt]||(Gi[tt]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,Oe,tt.replace($a,"")))}typeof Se=="number"&&(isNaN(Se)?sc||(sc=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",ae)):isFinite(Se)||lc||(lc=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",ae))),ae=L,Se=wn.get(ae),Se!==void 0||(Se=M(ae.replace(Ta,"-$1").toLowerCase().replace(Ci,"-ms-")),wn.set(ae,Se)),ae=Se,typeof Y=="number"?Y=Y===0||Hc.has(L)?""+Y:Y+"px":(g(Y,L),Y=M((""+Y).trim()))}C?(C=!1,p.push(en,ae,sn,Y)):p.push(Xn,ae,sn,Y)}}C||p.push(It)}function $(p,v,C){C&&typeof C!="function"&&typeof C!="symbol"&&p.push(Mn,v,qn)}function U(p,v,C){typeof C!="function"&&typeof C!="symbol"&&typeof C!="boolean"&&p.push(Mn,v,ln,M(C),It)}function he(p,v){this.push('<input type="hidden"'),G(p),U(this,"name",v),U(this,"value",p),this.push(zr)}function G(p){if(typeof p!="string")throw Error("File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration.")}function j(p,v){if(typeof v.$$FORM_ACTION=="function"){var C=p.nextFormID++;p=p.idPrefix+C;try{var L=v.$$FORM_ACTION(p);if(L){var Y=L.data;Y!=null&&Y.forEach(G)}return L}catch(ae){if(typeof ae=="object"&&ae!==null&&typeof ae.then=="function")throw ae;console.error(`Failed to serialize an action for progressive enhancement:
|
|
319
|
-
%s`,ae)}}return null}function De(p,v,C,L,Y,ae,Se,Oe){var tt=null;if(typeof L=="function"){Oe===null||Pr||(Pr=!0,console.error('Cannot specify a "name" prop for a button that specifies a function as a formAction. React needs it to encode which action should be invoked. It will get overridden.')),Y===null&&ae===null||Yi||(Yi=!0,console.error("Cannot specify a formEncType or formMethod for a button that specifies a function as a formAction. React provides those automatically. They will get overridden.")),Se===null||pi||(pi=!0,console.error("Cannot specify a formTarget for a button that specifies a function as a formAction. The function will always be executed in the same window."));var Ge=j(v,L);Ge!==null?(Oe=Ge.name,L=Ge.action||"",Y=Ge.encType,ae=Ge.method,Se=Ge.target,tt=Ge.data):(p.push(Mn,"formAction",ln,Xi,It),Se=ae=Y=L=Oe=null,be(v,C))}return Oe!=null&&ie(p,"name",Oe),L!=null&&ie(p,"formAction",L),Y!=null&&ie(p,"formEncType",Y),ae!=null&&ie(p,"formMethod",ae),Se!=null&&ie(p,"formTarget",Se),tt}function ie(p,v,C){switch(v){case"className":U(p,"class",C);break;case"tabIndex":U(p,"tabindex",C);break;case"dir":case"role":case"viewBox":case"width":case"height":U(p,v,C);break;case"style":P(p,C);break;case"src":case"href":if(C===""){console.error(v==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',v,v);break}case"action":case"formAction":if(C==null||typeof C=="function"||typeof C=="symbol"||typeof C=="boolean")break;d(C,v),C=z(""+C),p.push(Mn,v,ln,M(C),It);break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":$(p,v.toLowerCase(),C);break;case"xlinkHref":if(typeof C=="function"||typeof C=="symbol"||typeof C=="boolean")break;d(C,v),C=z(""+C),p.push(Mn,"xlink:href",ln,M(C),It);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof C!="function"&&typeof C!="symbol"&&p.push(Mn,v,ln,M(C),It);break;case"inert":C!==""||Tt[v]||(Tt[v]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",v));case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":C&&typeof C!="function"&&typeof C!="symbol"&&p.push(Mn,v,qn);break;case"capture":case"download":C===!0?p.push(Mn,v,qn):C!==!1&&typeof C!="function"&&typeof C!="symbol"&&p.push(Mn,v,ln,M(C),It);break;case"cols":case"rows":case"size":case"span":typeof C!="function"&&typeof C!="symbol"&&!isNaN(C)&&1<=C&&p.push(Mn,v,ln,M(C),It);break;case"rowSpan":case"start":typeof C=="function"||typeof C=="symbol"||isNaN(C)||p.push(Mn,v,ln,M(C),It);break;case"xlinkActuate":U(p,"xlink:actuate",C);break;case"xlinkArcrole":U(p,"xlink:arcrole",C);break;case"xlinkRole":U(p,"xlink:role",C);break;case"xlinkShow":U(p,"xlink:show",C);break;case"xlinkTitle":U(p,"xlink:title",C);break;case"xlinkType":U(p,"xlink:type",C);break;case"xmlBase":U(p,"xml:base",C);break;case"xmlLang":U(p,"xml:lang",C);break;case"xmlSpace":U(p,"xml:space",C);break;default:if((!(2<v.length)||v[0]!=="o"&&v[0]!=="O"||v[1]!=="n"&&v[1]!=="N")&&(v=_i.get(v)||v,m(v))){switch(typeof C){case"function":case"symbol":return;case"boolean":var L=v.toLowerCase().slice(0,5);if(L!=="data-"&&L!=="aria-")return}p.push(Mn,v,ln,M(C),It)}}}function fe(p,v,C){if(v!=null){if(C!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof v!="object"||!("__html"in v))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");v=v.__html,v!=null&&(b(v),p.push(""+v))}}function q(p,v){var C=p[v];C!=null&&(C=cr(C),p.multiple&&!C?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.",v):!p.multiple&&C&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",v))}function xe(p){var v="";return Lc.Children.forEach(p,function(C){C!=null&&(v+=C,Ns||typeof C=="string"||typeof C=="number"||typeof C=="bigint"||(Ns=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),v}function be(p,v){(p.instructions&16)===F&&(p.instructions|=16,v.bootstrapChunks.unshift(v.startInlineScript,gi,"<\/script>"))}function se(p,v){p.push(Pe("link"));for(var C in v)if(pn.call(v,C)){var L=v[C];if(L!=null)switch(C){case"children":case"dangerouslySetInnerHTML":throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:ie(p,C,L)}}return p.push(zr),null}function ve(p){return b(p),(""+p).replace(cc,e)}function Xe(p,v,C){p.push(Pe(C));for(var L in v)if(pn.call(v,L)){var Y=v[L];if(Y!=null)switch(L){case"children":case"dangerouslySetInnerHTML":throw Error(C+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:ie(p,L,Y)}}return p.push(zr),null}function qe(p,v){p.push(Pe("title"));var C=null,L=null,Y;for(Y in v)if(pn.call(v,Y)){var ae=v[Y];if(ae!=null)switch(Y){case"children":C=ae;break;case"dangerouslySetInnerHTML":L=ae;break;default:ie(p,Y,ae)}}return p.push(mn),v=Array.isArray(C)?2>C.length?C[0]:null:C,typeof v!="function"&&typeof v!="symbol"&&v!==null&&v!==void 0&&p.push(M(""+v)),fe(p,L,C),p.push(Ze("title")),null}function je(p,v){p.push(Pe("script"));var C=null,L=null,Y;for(Y in v)if(pn.call(v,Y)){var ae=v[Y];if(ae!=null)switch(Y){case"children":C=ae;break;case"dangerouslySetInnerHTML":L=ae;break;default:ie(p,Y,ae)}}return p.push(mn),C!=null&&typeof C!="string"&&(v=typeof C=="number"?"a number for children":Array.isArray(C)?"an array for children":"something unexpected for children",console.error("A script element was rendered with %s. If script element has children it must be a single string. Consider using dangerouslySetInnerHTML or passing a plain string as children.",v)),fe(p,L,C),typeof C=="string"&&p.push(Z(C)),p.push(Ze("script")),null}function st(p,v,C){p.push(Pe(C));var L=C=null,Y;for(Y in v)if(pn.call(v,Y)){var ae=v[Y];if(ae!=null)switch(Y){case"children":C=ae;break;case"dangerouslySetInnerHTML":L=ae;break;default:ie(p,Y,ae)}}return p.push(mn),fe(p,L,C),typeof C=="string"?(p.push(M(C)),null):C}function Pe(p){var v=Xc.get(p);if(v===void 0){if(!Io.test(p))throw Error("Invalid tag: "+p);v="<"+p,Xc.set(p,v)}return v}function rt(p,v,C,L,Y,ae,Se,Oe,tt){A(v,C),v!=="input"&&v!=="textarea"&&v!=="select"||C==null||C.value!==null||Gn||(Gn=!0,v==="select"&&C.multiple?console.error("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",v):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",v));e:if(v.indexOf("-")===-1)var Ge=!1;else switch(v){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":Ge=!1;break e;default:Ge=!0}switch(Ge||typeof C.is=="string"||N(v,C),!C.suppressContentEditableWarning&&C.contentEditable&&C.children!=null&&console.error("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),Se.insertionMode!==Et&&Se.insertionMode!==Ht&&v.indexOf("-")===-1&&v.toLowerCase()!==v&&console.error("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",v),v){case"div":case"span":case"svg":case"path":break;case"a":p.push(Pe("a"));var yt=null,_t=null,mt;for(mt in C)if(pn.call(C,mt)){var Ot=C[mt];if(Ot!=null)switch(mt){case"children":yt=Ot;break;case"dangerouslySetInnerHTML":_t=Ot;break;case"href":Ot===""?U(p,"href",""):ie(p,mt,Ot);break;default:ie(p,mt,Ot)}}if(p.push(mn),fe(p,_t,yt),typeof yt=="string"){p.push(M(yt));var Je=null}else Je=yt;return Je;case"g":case"p":case"li":break;case"select":D("select",C),q(C,"value"),q(C,"defaultValue"),C.value===void 0||C.defaultValue===void 0||es||(console.error("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://react.dev/link/controlled-components"),es=!0),p.push(Pe("select"));var dn=null,tn=null,Yt;for(Yt in C)if(pn.call(C,Yt)){var Ut=C[Yt];if(Ut!=null)switch(Yt){case"children":dn=Ut;break;case"dangerouslySetInnerHTML":tn=Ut;break;case"defaultValue":case"value":break;default:ie(p,Yt,Ut)}}return p.push(mn),fe(p,tn,dn),dn;case"option":var Kt=Se.selectedValue;p.push(Pe("option"));var nr=null,Qt=null,Nn=null,Tr=null,Wn;for(Wn in C)if(pn.call(C,Wn)){var vn=C[Wn];if(vn!=null)switch(Wn){case"children":nr=vn;break;case"selected":Nn=vn,Ea||(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Ea=!0);break;case"dangerouslySetInnerHTML":Tr=vn;break;case"value":Qt=vn;default:ie(p,Wn,vn)}}if(Kt!=null){if(Qt!==null){d(Qt,"value");var xi=""+Qt}else Tr===null||Kr||(Kr=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")),xi=xe(nr);if(cr(Kt)){for(var go=0;go<Kt.length;go++)if(d(Kt[go],"value"),""+Kt[go]===xi){p.push(' selected=""');break}}else d(Kt,"select.value"),""+Kt===xi&&p.push(' selected=""')}else Nn&&p.push(' selected=""');return p.push(mn),fe(p,Tr,nr),nr;case"textarea":D("textarea",C),C.value===void 0||C.defaultValue===void 0||Oo||(console.error("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://react.dev/link/controlled-components"),Oo=!0),p.push(Pe("textarea"));var $r=null,Vo=null,h=null,y;for(y in C)if(pn.call(C,y)){var S=C[y];if(S!=null)switch(y){case"children":h=S;break;case"value":$r=S;break;case"defaultValue":Vo=S;break;case"dangerouslySetInnerHTML":throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:ie(p,y,S)}}if($r===null&&Vo!==null&&($r=Vo),p.push(mn),h!=null){if(console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),$r!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(cr(h)){if(1<h.length)throw Error("<textarea> can only have at most one child.");b(h[0]),$r=""+h[0]}b(h),$r=""+h}return typeof $r=="string"&&$r[0]===`
|
|
320
|
-
`&&p.push(_a),$r!==null&&(d($r,"value"),p.push(M(""+$r))),null;case"input":D("input",C),p.push(Pe("input"));var B=null,X=null,oe=null,Ee=null,Fe=null,Qe=null,Ve=null,ht=null,wt=null,nt;for(nt in C)if(pn.call(C,nt)){var Dt=C[nt];if(Dt!=null)switch(nt){case"children":case"dangerouslySetInnerHTML":throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"name":B=Dt;break;case"formAction":X=Dt;break;case"formEncType":oe=Dt;break;case"formMethod":Ee=Dt;break;case"formTarget":Fe=Dt;break;case"defaultChecked":wt=Dt;break;case"defaultValue":Ve=Dt;break;case"checked":ht=Dt;break;case"value":Qe=Dt;break;default:ie(p,nt,Dt)}}X===null||C.type==="image"||C.type==="submit"||Hr||(Hr=!0,console.error('An input can only specify a formAction along with type="submit" or type="image".'));var it=De(p,L,Y,X,oe,Ee,Fe,B);return ht===null||wt===null||bl||(console.error("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components","A component",C.type),bl=!0),Qe===null||Ve===null||Jr||(console.error("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components","A component",C.type),Jr=!0),ht!==null?$(p,"checked",ht):wt!==null&&$(p,"checked",wt),Qe!==null?ie(p,"value",Qe):Ve!==null&&ie(p,"value",Ve),p.push(zr),it!=null&&it.forEach(he,p),null;case"button":p.push(Pe("button"));var rn=null,Tn=null,Sn=null,gn=null,En=null,rr=null,qt=null,wi;for(wi in C)if(pn.call(C,wi)){var jn=C[wi];if(jn!=null)switch(wi){case"children":rn=jn;break;case"dangerouslySetInnerHTML":Tn=jn;break;case"name":Sn=jn;break;case"formAction":gn=jn;break;case"formEncType":En=jn;break;case"formMethod":rr=jn;break;case"formTarget":qt=jn;break;default:ie(p,wi,jn)}}gn===null||C.type==null||C.type==="submit"||Hr||(Hr=!0,console.error('A button can only specify a formAction along with type="submit" or no type.'));var Un=De(p,L,Y,gn,En,rr,qt,Sn);if(p.push(mn),Un!=null&&Un.forEach(he,p),fe(p,Tn,rn),typeof rn=="string"){p.push(M(rn));var An=null}else An=rn;return An;case"form":p.push(Pe("form"));var Gr=null,yo=null,$n=null,ci=null,yr=null,Go=null,Oa;for(Oa in C)if(pn.call(C,Oa)){var bo=C[Oa];if(bo!=null)switch(Oa){case"children":Gr=bo;break;case"dangerouslySetInnerHTML":yo=bo;break;case"action":$n=bo;break;case"encType":ci=bo;break;case"method":yr=bo;break;case"target":Go=bo;break;default:ie(p,Oa,bo)}}var Ia=null,Js=null;if(typeof $n=="function"){ci===null&&yr===null||Yi||(Yi=!0,console.error("Cannot specify a encType or method for a form that specifies a function as the action. React provides those automatically. They will get overridden.")),Go===null||pi||(pi=!0,console.error("Cannot specify a target for a form that specifies a function as the action. The function will always be executed in the same window."));var Ii=j(L,$n);Ii!==null?($n=Ii.action||"",ci=Ii.encType,yr=Ii.method,Go=Ii.target,Ia=Ii.data,Js=Ii.name):(p.push(Mn,"action",ln,Xi,It),Go=yr=ci=$n=null,be(L,Y))}if($n!=null&&ie(p,"action",$n),ci!=null&&ie(p,"encType",ci),yr!=null&&ie(p,"method",yr),Go!=null&&ie(p,"target",Go),p.push(mn),Js!==null&&(p.push('<input type="hidden"'),U(p,"name",Js),p.push(zr),Ia!=null&&Ia.forEach(he,p)),fe(p,yo,Gr),typeof Gr=="string"){p.push(M(Gr));var du=null}else du=Gr;return du;case"menuitem":p.push(Pe("menuitem"));for(var Mi in C)if(pn.call(C,Mi)){var ds=C[Mi];if(ds!=null)switch(Mi){case"children":case"dangerouslySetInnerHTML":throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:ie(p,Mi,ds)}}return p.push(mn),null;case"object":p.push(Pe("object"));var mo=null,Fl=null,zn;for(zn in C)if(pn.call(C,zn)){var Fn=C[zn];if(Fn!=null)switch(zn){case"children":mo=Fn;break;case"dangerouslySetInnerHTML":Fl=Fn;break;case"data":d(Fn,"data");var Pi=z(""+Fn);if(Pi===""){console.error('An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',zn,zn);break}p.push(Mn,"data",ln,M(Pi),It);break;default:ie(p,zn,Fn)}}if(p.push(mn),fe(p,Fl,mo),typeof mo=="string"){p.push(M(mo));var Ma=null}else Ma=mo;return Ma;case"title":var Qu=Se.insertionMode,qu=!!(Se.tagScope&1);if(pn.call(C,"children")){var Ni=C.children,Xo=Array.isArray(Ni)?2>Ni.length?Ni[0]:null:Ni;Array.isArray(Ni)&&1<Ni.length?console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an Array with length %s instead. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert `children` of <title> tags to a single string value which is why Arrays of length greater than 1 are not supported. When using JSX it can be commong to combine text nodes and value nodes. For example: <title>hello {nameOfUser}</title>. While not immediately apparent, `children` in this case is an Array with length 2. If your `children` prop is using this form try rewriting it using a template string: <title>{`hello ${nameOfUser}`}</title>.",Ni.length):typeof Xo=="function"||typeof Xo=="symbol"?console.error("React expect children of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found %s instead. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value.",typeof Xo=="function"?"a Function":"a Sybmol"):Xo&&Xo.toString==={}.toString&&(Xo.$$typeof!=null?console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that appears to be a React element which never implements a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value which is why rendering React elements is not supported. If the `children` of <title> is a React Component try moving the <title> tag into that component. If the `children` of <title> is some HTML markup change it to be Text only to be valid HTML."):console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that does not implement a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value. Using the default `toString` method available on every object is almost certainly an error. Consider whether the `children` of this <title> is an object in error and change it to a string or number value if so. Otherwise implement a `toString` method that React can use to produce a valid <title>."))}if(Qu===Et||qu||C.itemProp!=null)var Ol=qe(p,C);else tt?Ol=null:(qe(Y.hoistableChunks,C),Ol=void 0);return Ol;case"link":var Pa=C.rel,br=C.href,ei=C.precedence;if(Se.insertionMode===Et||Se.tagScope&1||C.itemProp!=null||typeof Pa!="string"||typeof br!="string"||br===""){Pa==="stylesheet"&&typeof C.precedence=="string"&&(typeof br=="string"&&br||console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and expected the `href` prop to be a non-empty string but ecountered %s instead. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop ensure there is a non-empty string `href` prop as well, otherwise remove the `precedence` prop.',br===null?"`null`":br===void 0?"`undefined`":br===""?"an empty string":'something with type "'+typeof br+'"')),se(p,C);var Il=null}else if(C.rel==="stylesheet")if(typeof ei!="string"||C.disabled!=null||C.onLoad||C.onError){if(typeof ei=="string"){if(C.disabled!=null)console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and a `disabled` prop. The presence of the `disabled` prop indicates an intent to manage the stylesheet active state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the `disabled` prop, otherwise remove the `precedence` prop.');else if(C.onLoad||C.onError){var hu=C.onLoad&&C.onError?"`onLoad` and `onError` props":C.onLoad?"`onLoad` prop":"`onError` prop";console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and %s. The presence of loading and error handlers indicates an intent to manage the stylesheet loading state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the %s, otherwise remove the `precedence` prop.',hu,hu)}}Il=se(p,C)}else{var Bi=Y.styles.get(ei),yc=L.styleResources.hasOwnProperty(br)?L.styleResources[br]:void 0;if(yc!==Be){L.styleResources[br]=Be,Bi||(Bi={precedence:M(ei),rules:[],hrefs:[],sheets:new Map},Y.styles.set(ei,Bi));var Yo={state:Pt,props:fn({},C,{"data-precedence":C.precedence,precedence:null})};if(yc){yc.length===2&&Ue(Yo.props,yc);var Na=Y.preloads.stylesheets.get(br);Na&&0<Na.length?Na.length=0:Yo.state=Nt}Bi.sheets.set(br,Yo),ae&&ae.stylesheets.add(Yo)}else if(Bi){var Ba=Bi.sheets.get(br);Ba&&ae&&ae.stylesheets.add(Ba)}Oe&&p.push("<!-- -->"),Il=null}else C.onLoad||C.onError?Il=se(p,C):(Oe&&p.push("<!-- -->"),Il=tt?null:se(Y.hoistableChunks,C));return Il;case"script":var La=C.async;if(typeof C.src!="string"||!C.src||!La||typeof La=="function"||typeof La=="symbol"||C.onLoad||C.onError||Se.insertionMode===Et||Se.tagScope&1||C.itemProp!=null)var Zo=je(p,C);else{var vo=C.src;if(C.type==="module")var Ml=L.moduleScriptResources,Pl=Y.preloads.moduleScripts;else Ml=L.scriptResources,Pl=Y.preloads.scripts;var xo=Ml.hasOwnProperty(vo)?Ml[vo]:void 0;if(xo!==Be){Ml[vo]=Be;var pu=C;if(xo){xo.length===2&&(pu=fn({},C),Ue(pu,xo));var Wa=Pl.get(vo);Wa&&(Wa.length=0)}var bc=[];Y.scripts.add(bc),je(bc,pu)}Oe&&p.push("<!-- -->"),Zo=null}return Zo;case"style":var hs=Se.insertionMode,Id=!!(Se.tagScope&1);if(pn.call(C,"children")){var ir=C.children,ti=Array.isArray(ir)?2>ir.length?ir[0]:null:ir;(typeof ti=="function"||typeof ti=="symbol"||Array.isArray(ti))&&console.error("React expect children of <style> tags to be a string, number, or object with a `toString` method but found %s instead. In browsers style Elements can only have `Text` Nodes as children.",typeof ti=="function"?"a Function":typeof ti=="symbol"?"a Sybmol":"an Array")}var Li=C.precedence,Ki=C.href;if(hs===Et||Id||C.itemProp!=null||typeof Li!="string"||typeof Ki!="string"||Ki===""){p.push(Pe("style"));var mc=null,Md=null,wo;for(wo in C)if(pn.call(C,wo)){var ps=C[wo];if(ps!=null)switch(wo){case"children":mc=ps;break;case"dangerouslySetInnerHTML":Md=ps;break;default:ie(p,wo,ps)}}p.push(mn);var vc=Array.isArray(mc)?2>mc.length?mc[0]:null:mc;typeof vc!="function"&&typeof vc!="symbol"&&vc!==null&&vc!==void 0&&p.push(ve(vc)),fe(p,Md,mc),p.push(Ze("style"));var Wf=null}else{Ki.includes(" ")&&console.error('React expected the `href` prop for a <style> tag opting into hoisting semantics using the `precedence` prop to not have any spaces but ecountered spaces instead. using spaces in this prop will cause hydration of this style to fail on the client. The href for the <style> where this ocurred is "%s".',Ki);var mr=Y.styles.get(Li),Nl=L.styleResources.hasOwnProperty(Ki)?L.styleResources[Ki]:void 0;if(Nl!==Be){L.styleResources[Ki]=Be,Nl&&console.error('React encountered a hoistable style tag for the same href as a preload: "%s". When using a style tag to inline styles you should not also preload it as a stylsheet.',Ki),mr?mr.hrefs.push(M(Ki)):(mr={precedence:M(Li),rules:[],hrefs:[M(Ki)],sheets:new Map},Y.styles.set(Li,mr));var gu=mr.rules,Bl=null,xc=null,wc;for(wc in C)if(pn.call(C,wc)){var yu=C[wc];if(yu!=null)switch(wc){case"children":Bl=yu;break;case"dangerouslySetInnerHTML":xc=yu}}var Dc=Array.isArray(Bl)?2>Bl.length?Bl[0]:null:Bl;typeof Dc!="function"&&typeof Dc!="symbol"&&Dc!==null&&Dc!==void 0&&gu.push(ve(Dc)),fe(gu,xc,Bl)}mr&&ae&&ae.styles.add(mr),Oe&&p.push("<!-- -->"),Wf=void 0}return Wf;case"meta":if(Se.insertionMode===Et||Se.tagScope&1||C.itemProp!=null)var ju=Xe(p,C,"meta");else Oe&&p.push("<!-- -->"),ju=tt?null:typeof C.charSet=="string"?Xe(Y.charsetChunks,C,"meta"):C.name==="viewport"?Xe(Y.viewportChunks,C,"meta"):Xe(Y.hoistableChunks,C,"meta");return ju;case"listing":case"pre":p.push(Pe(v));var Ll=null,gs=null,Wl;for(Wl in C)if(pn.call(C,Wl)){var Tc=C[Wl];if(Tc!=null)switch(Wl){case"children":Ll=Tc;break;case"dangerouslySetInnerHTML":gs=Tc;break;default:ie(p,Wl,Tc)}}if(p.push(mn),gs!=null){if(Ll!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof gs!="object"||!("__html"in gs))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");var ys=gs.__html;ys!=null&&(typeof ys=="string"&&0<ys.length&&ys[0]===`
|
|
321
|
-
`?p.push(_a,ys):(b(ys),p.push(""+ys)))}return typeof Ll=="string"&&Ll[0]===`
|
|
322
|
-
`&&p.push(_a),Ll;case"img":var Xr=C.src,Yr=C.srcSet;if(!(C.loading==="lazy"||!Xr&&!Yr||typeof Xr!="string"&&Xr!=null||typeof Yr!="string"&&Yr!=null)&&C.fetchPriority!=="low"&&!(Se.tagScope&3)&&(typeof Xr!="string"||Xr[4]!==":"||Xr[0]!=="d"&&Xr[0]!=="D"||Xr[1]!=="a"&&Xr[1]!=="A"||Xr[2]!=="t"&&Xr[2]!=="T"||Xr[3]!=="a"&&Xr[3]!=="A")&&(typeof Yr!="string"||Yr[4]!==":"||Yr[0]!=="d"&&Yr[0]!=="D"||Yr[1]!=="a"&&Yr[1]!=="A"||Yr[2]!=="t"&&Yr[2]!=="T"||Yr[3]!=="a"&&Yr[3]!=="A")){var Pd=typeof C.sizes=="string"?C.sizes:void 0,zl=Yr?Yr+`
|
|
323
|
-
`+(Pd||""):Xr,$u=Y.preloads.images,ef=$u.get(zl);if(ef)(C.fetchPriority==="high"||10>Y.highImagePreloads.size)&&($u.delete(zl),Y.highImagePreloads.add(ef));else if(!L.imageResources.hasOwnProperty(zl)){L.imageResources[zl]=ze;var zf=C.crossOrigin,Hf=typeof zf=="string"?zf==="use-credentials"?zf:"":void 0,Hl=Y.headers,bs;Hl&&0<Hl.remainingCapacity&&(C.fetchPriority==="high"||500>Hl.highImagePreloads.length)&&(bs=$e(Xr,"image",{imageSrcSet:C.srcSet,imageSizes:C.sizes,crossOrigin:Hf,integrity:C.integrity,nonce:C.nonce,type:C.type,fetchPriority:C.fetchPriority,referrerPolicy:C.refererPolicy}),0<=(Hl.remainingCapacity-=bs.length+2))?(Y.resets.image[zl]=ze,Hl.highImagePreloads&&(Hl.highImagePreloads+=", "),Hl.highImagePreloads+=bs):(ef=[],se(ef,{rel:"preload",as:"image",href:Yr?void 0:Xr,imageSrcSet:Yr,imageSizes:Pd,crossOrigin:Hf,integrity:C.integrity,type:C.type,fetchPriority:C.fetchPriority,referrerPolicy:C.referrerPolicy}),C.fetchPriority==="high"||10>Y.highImagePreloads.size?Y.highImagePreloads.add(ef):(Y.bulkPreloads.add(ef),$u.set(zl,ef)))}}return Xe(p,C,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return Xe(p,C,v);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":break;case"head":if(Se.insertionMode<Ft&&Y.headChunks===null){Y.headChunks=[];var tf=st(Y.headChunks,C,"head")}else tf=st(p,C,"head");return tf;case"html":if(Se.insertionMode===dt&&Y.htmlChunks===null){Y.htmlChunks=[tr];var dp=st(Y.htmlChunks,C,"html")}else dp=st(p,C,"html");return dp;default:if(v.indexOf("-")!==-1){p.push(Pe(v));var nf=null,Nd=null,Vl;for(Vl in C)if(pn.call(C,Vl)){var ms=C[Vl];if(ms!=null){var bu=Vl;switch(Vl){case"children":nf=ms;break;case"dangerouslySetInnerHTML":Nd=ms;break;case"style":P(p,ms);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":bu="class";default:if(m(Vl)&&typeof ms!="function"&&typeof ms!="symbol"&&ms!==!1){if(ms===!0)ms="";else if(typeof ms=="object")continue;p.push(Mn,bu,ln,M(ms),It)}}}}return p.push(mn),fe(p,Nd,nf),nf}}return st(p,C,v)}function Ze(p){var v=Yc.get(p);return v===void 0&&(v="</"+p+">",Yc.set(p,v)),v}function lt(p,v){v=v.bootstrapChunks;for(var C=0;C<v.length-1;C++)p.push(v[C]);return C<v.length?(C=v[C],v.length=0,p.push(C)):!0}function O(p,v,C){if(p.push(Dr),C===null)throw Error("An ID must have been assigned before we can complete the boundary.");return p.push(v.boundaryPrefix),v=C.toString(16),p.push(v),p.push(Yn)}function pe(p,v,C,L){switch(C.insertionMode){case dt:case Rt:case Ft:return p.push(Sa),p.push(v.segmentPrefix),v=L.toString(16),p.push(v),p.push(uc);case Et:return p.push(Pn),p.push(v.segmentPrefix),v=L.toString(16),p.push(v),p.push(Qc);case Ht:return p.push(ns),p.push(v.segmentPrefix),v=L.toString(16),p.push(v),p.push(rs);case nn:return p.push(ka),p.push(v.segmentPrefix),v=L.toString(16),p.push(v),p.push(lo);case Xt:return p.push(is),p.push(v.segmentPrefix),v=L.toString(16),p.push(v),p.push(qc);case yn:return p.push(co),p.push(v.segmentPrefix),v=L.toString(16),p.push(v),p.push(Ws);case an:return p.push(as),p.push(v.segmentPrefix),v=L.toString(16),p.push(v),p.push(xl);default:throw Error("Unknown insertion mode. This is a bug in React.")}}function ge(p,v){switch(v.insertionMode){case dt:case Rt:case Ft:return p.push(Kc);case Et:return p.push(Aa);case Ht:return p.push(vl);case nn:return p.push(yi);case Xt:return p.push(Lu);case yn:return p.push(Qr);case an:return p.push(wl);default:throw Error("Unknown insertion mode. This is a bug in React.")}}function re(p){return JSON.stringify(p).replace(zu,function(v){switch(v){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function ne(p){return JSON.stringify(p).replace(ki,function(v){switch(v){case"&":return"\\u0026";case">":return"\\u003e";case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function ye(p){var v=p.rules,C=p.hrefs;0<v.length&&C.length===0&&console.error("React expected to have at least one href for an a hoistable style but found none. This is a bug in React.");var L=0;if(C.length){for(this.push(Hu),this.push(p.precedence),this.push(fo);L<C.length-1;L++)this.push(C[L]),this.push(Ce);for(this.push(C[L]),this.push(Vu),L=0;L<v.length;L++)this.push(v[L]);k=this.push(x),T=!0,v.length=0,C.length=0}}function Le(p){return p.state!==Vt?T=!0:!1}function _e(p,v,C){return T=!1,k=!0,v.styles.forEach(ye,p),v.stylesheets.forEach(Le),T&&(C.stylesToHoist=!0),k}function we(p){for(var v=0;v<p.length;v++)this.push(p[v]);p.length=0}function de(p){se(H,p.props);for(var v=0;v<H.length;v++)this.push(H[v]);H.length=0,p.state=Vt}function Te(p){var v=0<p.sheets.size;p.sheets.forEach(de,this),p.sheets.clear();var C=p.rules,L=p.hrefs;if(!v||L.length){if(this.push(J),this.push(p.precedence),p=0,L.length){for(this.push(le);p<L.length-1;p++)this.push(L[p]),this.push(Ce);this.push(L[p])}for(this.push(Me),p=0;p<C.length;p++)this.push(C[p]);this.push(Ie),C.length=0,L.length=0}}function ke(p){if(p.state===Pt){p.state=Nt;var v=p.props;for(se(H,{rel:"preload",as:"style",href:p.props.href,crossOrigin:v.crossOrigin,fetchPriority:v.fetchPriority,integrity:v.integrity,media:v.media,hrefLang:v.hrefLang,referrerPolicy:v.referrerPolicy}),p=0;p<H.length;p++)this.push(H[p]);H.length=0}}function We(p){p.sheets.forEach(ke,this),p.sheets.clear()}function ut(p,v){p.push(Ke);var C=Ke;v.stylesheets.forEach(function(L){if(L.state!==Vt)if(L.state===ur)p.push(C),L=L.props.href,d(L,"href"),L=ne(""+L),p.push(L),p.push(gt),C=ct;else{p.push(C);var Y=L.props["data-precedence"],ae=L.props,Se=z(""+L.props.href);Se=ne(Se),p.push(Se),d(Y,"precedence"),Y=""+Y,p.push(et),Y=ne(Y),p.push(Y);for(var Oe in ae)if(pn.call(ae,Oe)&&(Y=ae[Oe],Y!=null))switch(Oe){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:xt(p,Oe,Y)}p.push(gt),C=ct,L.state=ur}}),p.push(gt)}function xt(p,v,C){var L=v.toLowerCase();switch(typeof C){case"function":case"symbol":return}switch(v){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":L="class",d(C,L),v=""+C;break;case"hidden":if(C===!1)return;v="";break;case"src":case"href":C=z(C),d(C,L),v=""+C;break;default:if(2<v.length&&(v[0]==="o"||v[0]==="O")&&(v[1]==="n"||v[1]==="N")||!m(v))return;d(C,L),v=""+C}p.push(et),L=ne(L),p.push(L),p.push(et),L=ne(v),p.push(L)}function At(){return{styles:new Set,stylesheets:new Set}}function kt(p,v,C,L){(p.scriptResources.hasOwnProperty(C)||p.moduleScriptResources.hasOwnProperty(C))&&console.error('Internal React Error: React expected bootstrap script or module with src "%s" to not have been preloaded already. please file an issue',C),p.scriptResources[C]=Be,p.moduleScriptResources[C]=Be,p=[],se(p,L),v.bootstrapScripts.add(p)}function Ue(p,v){p.crossOrigin==null&&(p.crossOrigin=v[0]),p.integrity==null&&(p.integrity=v[1])}function $e(p,v,C){p=ot(p),v=Bt(v,"as"),v="<"+p+'>; rel=preload; as="'+v+'"';for(var L in C)pn.call(C,L)&&(p=C[L],typeof p=="string"&&(v+="; "+L.toLowerCase()+'="'+Bt(p,L)+'"'));return v}function ot(p){return d(p,"href"),(""+p).replace(Nr,vt)}function vt(p){switch(p){case"<":return"%3C";case">":return"%3E";case`
|
|
324
|
-
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function Bt(p,v){return f(p)&&(console.error("The provided `%s` option is an unsupported type %s. This value must be coerced to a string before using it here.",v,c(p)),u(p)),(""+p).replace(si,Re)}function Re(p){switch(p){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case`
|
|
325
|
-
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function Ne(p){this.styles.add(p)}function Lt(p){this.stylesheets.add(p)}function Gt(p,v){var C=p.idPrefix,L=[],Y=p.bootstrapScriptContent,ae=p.bootstrapScripts,Se=p.bootstrapModules;if(Y!==void 0&&L.push("<script>",Z(Y),"<\/script>"),C={placeholderPrefix:C+"P:",segmentPrefix:C+"S:",boundaryPrefix:C+"B:",startInlineScript:"<script>",htmlChunks:null,headChunks:null,externalRuntimeScript:null,bootstrapChunks:L,importMapChunks:[],onHeaders:void 0,headers:null,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:new Set,fontPreloads:new Set,highImagePreloads:new Set,styles:new Map,bootstrapScripts:new Set,scripts:new Set,bulkPreloads:new Set,preloads:{images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map},nonce:void 0,hoistableState:null,stylesToHoist:!1},ae!==void 0)for(Y=0;Y<ae.length;Y++){var Oe=ae[Y],tt,Ge=void 0,yt=void 0,_t={rel:"preload",as:"script",fetchPriority:"low",nonce:void 0};typeof Oe=="string"?_t.href=tt=Oe:(_t.href=tt=Oe.src,_t.integrity=yt=typeof Oe.integrity=="string"?Oe.integrity:void 0,_t.crossOrigin=Ge=typeof Oe=="string"||Oe.crossOrigin==null?void 0:Oe.crossOrigin==="use-credentials"?"use-credentials":""),kt(p,C,tt,_t),L.push('<script src="',M(tt)),typeof yt=="string"&&L.push('" integrity="',M(yt)),typeof Ge=="string"&&L.push('" crossorigin="',M(Ge)),L.push('" async=""><\/script>')}if(Se!==void 0)for(ae=0;ae<Se.length;ae++)Y=Se[ae],Ge=tt=void 0,yt={rel:"modulepreload",fetchPriority:"low",nonce:void 0},typeof Y=="string"?yt.href=Oe=Y:(yt.href=Oe=Y.src,yt.integrity=Ge=typeof Y.integrity=="string"?Y.integrity:void 0,yt.crossOrigin=tt=typeof Y=="string"||Y.crossOrigin==null?void 0:Y.crossOrigin==="use-credentials"?"use-credentials":""),kt(p,C,Oe,yt),L.push('<script type="module" src="',M(Oe)),typeof Ge=="string"&&L.push('" integrity="',M(Ge)),typeof tt=="string"&&L.push('" crossorigin="',M(tt)),L.push('" async=""><\/script>');return{placeholderPrefix:C.placeholderPrefix,segmentPrefix:C.segmentPrefix,boundaryPrefix:C.boundaryPrefix,startInlineScript:C.startInlineScript,htmlChunks:C.htmlChunks,headChunks:C.headChunks,externalRuntimeScript:C.externalRuntimeScript,bootstrapChunks:C.bootstrapChunks,importMapChunks:C.importMapChunks,onHeaders:C.onHeaders,headers:C.headers,resets:C.resets,charsetChunks:C.charsetChunks,viewportChunks:C.viewportChunks,hoistableChunks:C.hoistableChunks,preconnects:C.preconnects,fontPreloads:C.fontPreloads,highImagePreloads:C.highImagePreloads,styles:C.styles,bootstrapScripts:C.bootstrapScripts,scripts:C.scripts,bulkPreloads:C.bulkPreloads,preloads:C.preloads,stylesToHoist:C.stylesToHoist,generateStaticMarkup:v}}function on(p,v,C,L){return C.generateStaticMarkup?(p.push(M(v)),!1):(v===""?p=L:(L&&p.push("<!-- -->"),p.push(M(v)),p=!0),p)}function K(p,v,C,L){v.generateStaticMarkup||C&&L&&p.push("<!-- -->")}function ee(p){if(p==null)return null;if(typeof p=="function")return p.$$typeof===li?null:p.displayName||p.name||null;if(typeof p=="string")return p;switch(p){case io:return"Fragment";case ja:return"Portal";case Ms:return"Profiler";case sl:return"StrictMode";case hi:return"Suspense";case cl:return"SuspenseList"}if(typeof p=="object")switch(typeof p.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),p.$$typeof){case Fo:return(p.displayName||"Context")+".Provider";case ll:return(p._context.displayName||"Context")+".Consumer";case xa:var v=p.render;return p=p.displayName,p||(p=v.displayName||v.name||"",p=p!==""?"ForwardRef("+p+")":"ForwardRef"),p;case ic:return v=p.displayName||null,v!==null?v:ee(p.type)||"Memo";case Hi:v=p._payload,p=p._init;try{return ee(p(v))}catch{}}return null}function me(p,v){if(p!==v){p.context._currentValue2=p.parentValue,p=p.parent;var C=v.parent;if(p===null){if(C!==null)throw Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(C===null)throw Error("The stacks must reach the root at the same time. This is a bug in React.");me(p,C)}v.context._currentValue2=v.value}}function He(p){p.context._currentValue2=p.parentValue,p=p.parent,p!==null&&He(p)}function pt(p){var v=p.parent;v!==null&&pt(v),p.context._currentValue2=p.value}function St(p,v){if(p.context._currentValue2=p.parentValue,p=p.parent,p===null)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");p.depth===v.depth?me(p,v):St(p,v)}function Wt(p,v){var C=v.parent;if(C===null)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");p.depth===C.depth?me(p,C):Wt(p,C),v.context._currentValue2=v.value}function zt(p){var v=bn;v!==p&&(v===null?pt(p):p===null?He(v):v.depth===p.depth?me(v,p):v.depth>p.depth?St(v,p):Wt(v,p),bn=p)}function xr(p){if(p!==null&&typeof p!="function"){var v=String(p);Rd.has(v)||(Rd.add(v),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",p))}}function jt(p,v){p=(p=p.constructor)&&ee(p)||"ReactClass";var C=p+"."+v;Lr[C]||(console.error(`Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
|
|
326
|
-
|
|
327
|
-
Please check the code for the %s component.`,v,p),Lr[C]=!0)}function Jt(p,v,C){var L=p.id;p=p.overflow;var Y=32-ou(L)-1;L&=~(1<<Y),C+=1;var ae=32-ou(v)+Y;if(30<ae){var Se=Y-Y%5;return ae=(L&(1<<Se)-1).toString(32),L>>=Se,Y-=Se,{id:1<<32-ou(v)+Y|C<<Y|L,overflow:ae+p}}return{id:1<<ae|C<<Y|L,overflow:p}}function Vn(p){return p>>>=0,p===0?32:31-(Fd(p)/Mf|0)|0}function Rr(){}function Wr(p,v,C){switch(C=p[C],C===void 0?p.push(v):C!==v&&(v.then(Rr,Rr),v=C),v.status){case"fulfilled":return v.value;case"rejected":throw v.reason;default:switch(typeof v.status=="string"?v.then(Rr,Rr):(p=v,p.status="pending",p.then(function(L){if(v.status==="pending"){var Y=v;Y.status="fulfilled",Y.value=L}},function(L){if(v.status==="pending"){var Y=v;Y.status="rejected",Y.reason=L}})),v.status){case"fulfilled":return v.value;case"rejected":throw v.reason}throw vi=v,Po}}function or(){if(vi===null)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var p=vi;return vi=null,p}function ar(p,v){return p===v&&(p!==0||1/p===1/v)||p!==p&&v!==v}function sr(){if(Ri===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
328
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
329
|
-
2. You might be breaking the Rules of Hooks
|
|
330
|
-
3. You might have more than one copy of React in the same app
|
|
331
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`);return Oi&&console.error("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://react.dev/link/rules-of-hooks"),Ri}function Mt(){if(0<Vs)throw Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function kn(){return Bn===null?Yu===null?(lu=!1,Yu=Bn=Mt()):(lu=!0,Bn=Yu):Bn.next===null?(lu=!1,Bn=Bn.next=Mt()):(lu=!0,Bn=Bn.next),Bn}function hr(){var p=Al;return Al=null,p}function In(){Oi=!1,Xu=su=au=Ri=null,Sl=!1,Yu=null,Vs=0,Bn=Fi=null}function ec(p){return Oi&&console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),p._currentValue2}function Ao(p,v){return typeof v=="function"?v(p):v}function tl(p,v,C){if(p!==Ao&&(us="useReducer"),Ri=sr(),Bn=kn(),lu){if(C=Bn.queue,v=C.dispatch,Fi!==null){var L=Fi.get(C);if(L!==void 0){Fi.delete(C),C=Bn.memoizedState;do{var Y=L.action;Oi=!0,C=p(C,Y),Oi=!1,L=L.next}while(L!==null);return Bn.memoizedState=C,[C,v]}}return[Bn.memoizedState,v]}return Oi=!0,p=p===Ao?typeof v=="function"?v():v:C!==void 0?C(v):v,Oi=!1,Bn.memoizedState=p,p=Bn.queue={last:null,dispatch:null},p=p.dispatch=Cs.bind(null,Ri,p),[Bn.memoizedState,p]}function Ur(p,v){if(Ri=sr(),Bn=kn(),v=v===void 0?null:v,Bn!==null){var C=Bn.memoizedState;if(C!==null&&v!==null){e:{var L=C[1];if(L===null)console.error("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",us),L=!1;else{v.length!==L.length&&console.error(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
332
|
-
|
|
333
|
-
Previous: %s
|
|
334
|
-
Incoming: %s`,us,"["+v.join(", ")+"]","["+L.join(", ")+"]");for(var Y=0;Y<L.length&&Y<v.length;Y++)if(!Pf(v[Y],L[Y])){L=!1;break e}L=!0}}if(L)return C[0]}}return Oi=!0,p=p(),Oi=!1,Bn.memoizedState=[p,v],p}function Cs(p,v,C){if(25<=Vs)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(p===Ri)if(Sl=!0,p={action:C,next:null},Fi===null&&(Fi=new Map),C=Fi.get(v),C===void 0)Fi.set(v,p);else{for(v=C;v.next!==null;)v=v.next;v.next=p}}function oa(){throw Error("startTransition cannot be called during server rendering.")}function Rn(){throw Error("Cannot update optimistic state while rendering.")}function aa(p,v,C){sr();var L=zs++,Y=su;if(typeof p.$$FORM_ACTION=="function"){var ae=null,Se=Xu;Y=Y.formState;var Oe=p.$$IS_SIGNATURE_EQUAL;if(Y!==null&&typeof Oe=="function"){var tt=Y[1];Oe.call(p,Y[2],Y[3])&&(ae=C!==void 0?"p"+C:"k"+l(JSON.stringify([Se,null,L]),0),tt===ae&&(No=L,v=Y[0]))}var Ge=p.bind(null,v);return p=function(_t){Ge(_t)},typeof Ge.$$FORM_ACTION=="function"&&(p.$$FORM_ACTION=function(_t){_t=Ge.$$FORM_ACTION(_t),C!==void 0&&(d(C,"target"),C+="",_t.action=C);var mt=_t.data;return mt&&(ae===null&&(ae=C!==void 0?"p"+C:"k"+l(JSON.stringify([Se,null,L]),0)),mt.append("$ACTION_KEY",ae)),_t}),[v,p,!1]}var yt=p.bind(null,v);return[v,function(_t){yt(_t)},!1]}function nl(p){var v=Hs;return Hs+=1,Al===null&&(Al=[]),Wr(Al,p,v)}function ko(){throw Error("Cache cannot be refreshed during server rendering.")}function sa(){}function Ss(){}function rl(){if(Lo===0){Bf=console.log,Zu=console.info,cu=console.warn,uu=console.error,Od=console.group,Wo=console.groupCollapsed,Xs=console.groupEnd;var p={configurable:!0,enumerable:!0,value:Ss,writable:!0};Object.defineProperties(console,{info:p,log:p,warn:p,error:p,group:p,groupCollapsed:p,groupEnd:p})}Lo++}function Iu(){if(Lo--,Lo===0){var p={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:fn({},p,{value:Bf}),info:fn({},p,{value:Zu}),warn:fn({},p,{value:cu}),error:fn({},p,{value:uu}),group:fn({},p,{value:Od}),groupCollapsed:fn({},p,{value:Wo}),groupEnd:fn({},p,{value:Xs})})}0>Lo&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function As(p){if(Lf===void 0)try{throw Error()}catch(C){var v=C.stack.trim().match(/\n( *(at )?)/);Lf=v&&v[1]||"",Ua=-1<C.stack.indexOf(`
|
|
335
|
-
at`)?" (<anonymous>)":-1<C.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
336
|
-
`+Lf+p+Ua}function Ya(p,v){if(!p||hc)return"";var C=Ju.get(p);if(C!==void 0)return C;hc=!0,C=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var L=null;L=ai.H,ai.H=null,rl();try{var Y={DetermineComponentFrameRoot:function(){try{if(v){var mt=function(){throw Error()};if(Object.defineProperty(mt.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(mt,[])}catch(Je){var Ot=Je}Reflect.construct(p,[],mt)}else{try{mt.call()}catch(Je){Ot=Je}p.call(mt.prototype)}}else{try{throw Error()}catch(Je){Ot=Je}(mt=p())&&typeof mt.catch=="function"&&mt.catch(function(){})}}catch(Je){if(Je&&Ot&&typeof Je.stack=="string")return[Je.stack,Ot.stack]}return[null,null]}};Y.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var ae=Object.getOwnPropertyDescriptor(Y.DetermineComponentFrameRoot,"name");ae&&ae.configurable&&Object.defineProperty(Y.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var Se=Y.DetermineComponentFrameRoot(),Oe=Se[0],tt=Se[1];if(Oe&&tt){var Ge=Oe.split(`
|
|
337
|
-
`),yt=tt.split(`
|
|
338
|
-
`);for(Se=ae=0;ae<Ge.length&&!Ge[ae].includes("DetermineComponentFrameRoot");)ae++;for(;Se<yt.length&&!yt[Se].includes("DetermineComponentFrameRoot");)Se++;if(ae===Ge.length||Se===yt.length)for(ae=Ge.length-1,Se=yt.length-1;1<=ae&&0<=Se&&Ge[ae]!==yt[Se];)Se--;for(;1<=ae&&0<=Se;ae--,Se--)if(Ge[ae]!==yt[Se]){if(ae!==1||Se!==1)do if(ae--,Se--,0>Se||Ge[ae]!==yt[Se]){var _t=`
|
|
339
|
-
`+Ge[ae].replace(" at new "," at ");return p.displayName&&_t.includes("<anonymous>")&&(_t=_t.replace("<anonymous>",p.displayName)),typeof p=="function"&&Ju.set(p,_t),_t}while(1<=ae&&0<=Se);break}}}finally{hc=!1,ai.H=L,Iu(),Error.prepareStackTrace=C}return Ge=(Ge=p?p.displayName||p.name:"")?As(Ge):"",typeof p=="function"&&Ju.set(p,Ge),Ge}function pr(p){if(typeof p=="string")return As(p);if(typeof p=="function")return p.prototype&&p.prototype.isReactComponent?(p=Ya(p,!0),p):Ya(p,!1);if(typeof p=="object"&&p!==null){switch(p.$$typeof){case xa:return Ya(p.render,!1);case ic:return Ya(p.type,!1);case Hi:var v=p,C=v._payload;v=v._init;try{p=v(C)}catch{return As("Lazy")}return pr(p)}if(typeof p.name=="string")return C=p.env,As(p.name+(C?" ["+C+"]":""))}switch(p){case cl:return As("SuspenseList");case hi:return As("Suspense")}return""}function kf(p){try{var v="";do v+=pr(p.type),p=p.parent;while(p);return v}catch(C){return`
|
|
340
|
-
Error generating stack: `+C.message+`
|
|
341
|
-
`+C.stack}}function Za(p){if(typeof p=="object"&&p!==null&&typeof p.environmentName=="string"){var v=p.environmentName;p=[p].slice(0),typeof p[0]=="string"?p.splice(0,1,"[%s] "+p[0]," "+v+" "):p.splice(0,0,"[%s] "," "+v+" "),p.unshift(console),v=Br.apply(console.error,p),v()}else console.error(p);return null}function la(){}function Ti(p,v,C,L,Y,ae,Se,Oe,tt,Ge,yt){var _t=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=p,this.renderState=v,this.rootFormatContext=C,this.progressiveChunkSize=L===void 0?12800:L,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedRootSegment=null,this.abortableTasks=_t,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=Y===void 0?Za:Y,this.onPostpone=Ge===void 0?la:Ge,this.onAllReady=ae===void 0?la:ae,this.onShellReady=Se===void 0?la:Se,this.onShellError=Oe===void 0?la:Oe,this.onFatalError=tt===void 0?la:tt,this.formState=yt===void 0?null:yt,this.didWarnForKey=null}function tc(p,v,C,L,Y,ae,Se,Oe,tt,Ge,yt,_t){return v=new Ti(v,C,L,Y,ae,Se,Oe,tt,Ge,yt,_t),C=zi(v,0,null,L,!1,!1),C.parentFlushed=!0,p=il(v,null,p,-1,null,C,null,v.abortableTasks,null,L,null,If,null,!1),Ka(p),v.pingedTasks.push(p),v}function Ja(p,v){p.pingedTasks.push(v),p.pingedTasks.length===1&&(p.flushScheduled=p.destination!==null,no(p))}function ks(p,v){return{status:Ji,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:v,errorDigest:null,contentState:At(),fallbackState:At(),trackedContentKeyPath:null,trackedFallbackNode:null,errorMessage:null,errorStack:null,errorComponentStack:null}}function il(p,v,C,L,Y,ae,Se,Oe,tt,Ge,yt,_t,mt,Ot){p.allPendingTasks++,Y===null?p.pendingRootTasks++:Y.pendingTasks++;var Je={replay:null,node:C,childIndex:L,ping:function(){return Ja(p,Je)},blockedBoundary:Y,blockedSegment:ae,hoistableState:Se,abortSet:Oe,keyPath:tt,formatContext:Ge,context:yt,treeContext:_t,componentStack:mt,thenableState:v,isFallback:Ot};return Oe.add(Je),Je}function Fc(p,v,C,L,Y,ae,Se,Oe,tt,Ge,yt,_t,mt,Ot){p.allPendingTasks++,ae===null?p.pendingRootTasks++:ae.pendingTasks++,C.pendingTasks++;var Je={replay:C,node:L,childIndex:Y,ping:function(){return Ja(p,Je)},blockedBoundary:ae,blockedSegment:null,hoistableState:Se,abortSet:Oe,keyPath:tt,formatContext:Ge,context:yt,treeContext:_t,componentStack:mt,thenableState:v,isFallback:Ot};return Oe.add(Je),Je}function zi(p,v,C,L,Y,ae){return{status:Ji,id:-1,index:v,parentFlushed:!1,chunks:[],children:[],parentFormatContext:L,boundary:C,lastPushedText:Y,textEmbedded:ae}}function Rs(){return Zi===null||Zi.componentStack===null?"":kf(Zi.componentStack)}function Oc(p,v){if(v!=null)for(var C=0;C<v.length;C++){var L=v[C];typeof L.name=="string"&&(p.componentStack={parent:p.componentStack,type:L,owner:L.owner,stack:null})}}function Ka(p){var v=p.node;if(typeof v=="object"&&v!==null)switch(v.$$typeof){case Is:var C=v.type,L=v._owner;Oc(p,v._debugInfo),p.componentStack={parent:p.componentStack,type:C,owner:L,stack:null};break;case Hi:Oc(p,v._debugInfo);break;default:typeof v.then=="function"&&Oc(p,v._debugInfo)}}function Ro(p){var v={};return p&&Object.defineProperty(v,"componentStack",{configurable:!0,enumerable:!0,get:function(){var C=kf(p);return Object.defineProperty(v,"componentStack",{value:C}),C}}),v}function Us(p,v,C,L,Y){p.errorDigest=v,C instanceof Error?(v=String(C.message),C=String(C.stack)):(v=typeof C=="object"&&C!==null?s(C):String(C),C=null),Y=Y?`Switched to client rendering because the server rendering aborted due to:
|
|
342
|
-
|
|
343
|
-
`:`Switched to client rendering because the server rendering errored:
|
|
344
|
-
|
|
345
|
-
`,p.errorMessage=Y+v,p.errorStack=C!==null?Y+C:null,p.errorComponentStack=L.componentStack}function Ei(p,v,C){if(p=p.onError,v=p(v,C),v!=null&&typeof v!="string")console.error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "%s" instead',typeof v);else return v}function ca(p,v){var C=p.onShellError,L=p.onFatalError;C(v),L(v),p.destination!==null?(p.status=zo,p.destination.destroy(v)):(p.status=13,p.fatalError=v)}function ua(p,v,C,L,Y,ae){var Se=v.thenableState;for(v.thenableState=null,Ri={},au=v,su=p,Xu=C,Oi=!1,zs=Ui=0,No=-1,Hs=0,Al=Se,p=pc(L,Y,ae);Sl;)Sl=!1,zs=Ui=0,No=-1,Hs=0,Vs+=1,Bn=null,p=L(Y,ae);return In(),p}function fa(p,v,C,L,Y,ae,Se){var Oe=!1;if(ae!==0&&p.formState!==null){var tt=v.blockedSegment;if(tt!==null){Oe=!0,tt=tt.chunks;for(var Ge=0;Ge<ae;Ge++)Ge===Se?tt.push("<!--F!-->"):tt.push("<!--F-->")}}ae=v.keyPath,v.keyPath=C,Y?(C=v.treeContext,v.treeContext=Jt(C,1,0),fi(p,v,L,-1),v.treeContext=C):Oe?fi(p,v,L,-1):wr(p,v,L,-1),v.keyPath=ae}function Ic(p,v,C,L,Y,ae){if(typeof L=="function")if(L.prototype&&L.prototype.isReactComponent){var Se=Y;if("ref"in Y){Se={};for(var Oe in Y)Oe!=="ref"&&(Se[Oe]=Y[Oe])}var tt=L.defaultProps;if(tt){Se===Y&&(Se=fn({},Se,Y));for(var Ge in tt)Se[Ge]===void 0&&(Se[Ge]=tt[Ge])}var yt=Se,_t=Vr,mt=L.contextType;if("contextType"in L&&mt!==null&&(mt===void 0||mt.$$typeof!==Fo)&&!cs.has(L)){cs.add(L);var Ot=mt===void 0?" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof mt!="object"?" However, it is set to a "+typeof mt+".":mt.$$typeof===ll?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(mt).join(", ")+"}.";console.error("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",ee(L)||"Component",Ot)}typeof mt=="object"&&mt!==null&&(_t=mt._currentValue2);var Je=new L(yt,_t);if(typeof L.getDerivedStateFromProps=="function"&&(Je.state===null||Je.state===void 0)){var dn=ee(L)||"Component";mi.has(dn)||(mi.add(dn),console.error("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",dn,Je.state===null?"null":"undefined",dn))}if(typeof L.getDerivedStateFromProps=="function"||typeof Je.getSnapshotBeforeUpdate=="function"){var tn=null,Yt=null,Ut=null;if(typeof Je.componentWillMount=="function"&&Je.componentWillMount.__suppressDeprecationWarning!==!0?tn="componentWillMount":typeof Je.UNSAFE_componentWillMount=="function"&&(tn="UNSAFE_componentWillMount"),typeof Je.componentWillReceiveProps=="function"&&Je.componentWillReceiveProps.__suppressDeprecationWarning!==!0?Yt="componentWillReceiveProps":typeof Je.UNSAFE_componentWillReceiveProps=="function"&&(Yt="UNSAFE_componentWillReceiveProps"),typeof Je.componentWillUpdate=="function"&&Je.componentWillUpdate.__suppressDeprecationWarning!==!0?Ut="componentWillUpdate":typeof Je.UNSAFE_componentWillUpdate=="function"&&(Ut="UNSAFE_componentWillUpdate"),tn!==null||Yt!==null||Ut!==null){var Kt=ee(L)||"Component",nr=typeof L.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";dc.has(Kt)||(dc.add(Kt),console.error(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
346
|
-
|
|
347
|
-
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
348
|
-
|
|
349
|
-
The above lifecycles should be removed. Learn more about this warning here:
|
|
350
|
-
https://react.dev/link/unsafe-component-lifecycles`,Kt,nr,tn!==null?`
|
|
351
|
-
`+tn:"",Yt!==null?`
|
|
352
|
-
`+Yt:"",Ut!==null?`
|
|
353
|
-
`+Ut:""))}}var Qt=ee(L)||"Component";Je.render||(L.prototype&&typeof L.prototype.render=="function"?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",Qt):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",Qt)),!Je.getInitialState||Je.getInitialState.isReactClassApproved||Je.state||console.error("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",Qt),Je.getDefaultProps&&!Je.getDefaultProps.isReactClassApproved&&console.error("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",Qt),Je.contextType&&console.error("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",Qt),L.childContextTypes&&!Gu.has(L)&&(Gu.add(L),console.error("%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)",Qt)),L.contextTypes&&!iu.has(L)&&(iu.add(L),console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with static contextType instead. (https://react.dev/link/legacy-context)",Qt)),typeof Je.componentShouldUpdate=="function"&&console.error("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",Qt),L.prototype&&L.prototype.isPureReactComponent&&typeof Je.shouldComponentUpdate<"u"&&console.error("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",ee(L)||"A pure component"),typeof Je.componentDidUnmount=="function"&&console.error("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",Qt),typeof Je.componentDidReceiveProps=="function"&&console.error("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",Qt),typeof Je.componentWillRecieveProps=="function"&&console.error("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",Qt),typeof Je.UNSAFE_componentWillRecieveProps=="function"&&console.error("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",Qt);var Nn=Je.props!==yt;Je.props!==void 0&&Nn&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",Qt),Je.defaultProps&&console.error("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",Qt,Qt),typeof Je.getSnapshotBeforeUpdate!="function"||typeof Je.componentDidUpdate=="function"||Of.has(L)||(Of.add(L),console.error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",ee(L))),typeof Je.getDerivedStateFromProps=="function"&&console.error("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",Qt),typeof Je.getDerivedStateFromError=="function"&&console.error("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",Qt),typeof L.getSnapshotBeforeUpdate=="function"&&console.error("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",Qt);var Tr=Je.state;Tr&&(typeof Tr!="object"||cr(Tr))&&console.error("%s.state: must be set to an object or null",Qt),typeof Je.getChildContext=="function"&&typeof L.childContextTypes!="object"&&console.error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",Qt);var Wn=Je.state!==void 0?Je.state:null;Je.updater=Ud,Je.props=yt,Je.state=Wn;var vn={queue:[],replace:!1};Je._reactInternals=vn;var xi=L.contextType;if(Je.context=typeof xi=="object"&&xi!==null?xi._currentValue2:Vr,Je.state===yt){var go=ee(L)||"Component";nu.has(go)||(nu.add(go),console.error("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",go))}var $r=L.getDerivedStateFromProps;if(typeof $r=="function"){var Vo=$r(yt,Wn);if(Vo===void 0){var h=ee(L)||"Component";ru.has(h)||(ru.add(h),console.error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",h))}var y=Vo==null?Wn:fn({},Wn,Vo);Je.state=y}if(typeof L.getDerivedStateFromProps!="function"&&typeof Je.getSnapshotBeforeUpdate!="function"&&(typeof Je.UNSAFE_componentWillMount=="function"||typeof Je.componentWillMount=="function")){var S=Je.state;if(typeof Je.componentWillMount=="function"){if(Je.componentWillMount.__suppressDeprecationWarning!==!0){var B=ee(L)||"Unknown";bi[B]||(console.warn(`componentWillMount has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
354
|
-
|
|
355
|
-
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
|
|
356
|
-
|
|
357
|
-
Please update the following components: %s`,B),bi[B]=!0)}Je.componentWillMount()}if(typeof Je.UNSAFE_componentWillMount=="function"&&Je.UNSAFE_componentWillMount(),S!==Je.state&&(console.error("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",ee(L)||"Component"),Ud.enqueueReplaceState(Je,Je.state,null)),vn.queue!==null&&0<vn.queue.length){var X=vn.queue,oe=vn.replace;if(vn.queue=null,vn.replace=!1,oe&&X.length===1)Je.state=X[0];else{for(var Ee=oe?X[0]:Je.state,Fe=!0,Qe=oe?1:0;Qe<X.length;Qe++){var Ve=X[Qe],ht=typeof Ve=="function"?Ve.call(Je,Ee,yt,void 0):Ve;ht!=null&&(Fe?(Fe=!1,Ee=fn({},Ee,ht)):fn(Ee,ht))}Je.state=Ee}}else vn.queue=null}var wt=fs(Je);if(p.status===12)throw null;Je.props!==yt&&(Ku||console.error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",ee(L)||"a component"),Ku=!0);var nt=v.keyPath;v.keyPath=C,wr(p,v,wt,-1),v.keyPath=nt}else{if(L.prototype&&typeof L.prototype.render=="function"){var Dt=ee(L)||"Unknown";Zs[Dt]||(console.error("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",Dt,Dt),Zs[Dt]=!0)}var it=ua(p,v,C,L,Y,void 0);if(p.status===12)throw null;var rn=Ui!==0,Tn=zs,Sn=No;if(L.contextTypes){var gn=ee(L)||"Unknown";gc[gn]||(gc[gn]=!0,console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with React.useContext() instead. (https://react.dev/link/legacy-context)",gn))}if(L&&L.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
|
|
358
|
-
%s.childContextTypes = ...`,L.displayName||L.name||"Component"),typeof L.getDerivedStateFromProps=="function"){var En=ee(L)||"Unknown";po[En]||(console.error("%s: Function components do not support getDerivedStateFromProps.",En),po[En]=!0)}if(typeof L.contextType=="object"&&L.contextType!==null){var rr=ee(L)||"Unknown";fu[rr]||(console.error("%s: Function components do not support contextType.",rr),fu[rr]=!0)}fa(p,v,C,it,rn,Tn,Sn)}else if(typeof L=="string"){var qt=v.blockedSegment;if(qt===null){var wi=Y.children,jn=v.formatContext,Un=v.keyPath;v.formatContext=ce(jn,L,Y),v.keyPath=C,fi(p,v,wi,-1),v.formatContext=jn,v.keyPath=Un}else{var An=rt(qt.chunks,L,Y,p.resumableState,p.renderState,v.hoistableState,v.formatContext,qt.lastPushedText,v.isFallback);qt.lastPushedText=!1;var Gr=v.formatContext,yo=v.keyPath;v.formatContext=ce(Gr,L,Y),v.keyPath=C,fi(p,v,An,-1),v.formatContext=Gr,v.keyPath=yo;e:{var $n=qt.chunks,ci=p.resumableState;switch(L){case"title":case"style":case"script":case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break e;case"body":if(Gr.insertionMode<=Rt){ci.hasBody=!0;break e}break;case"html":if(Gr.insertionMode===dt){ci.hasHtml=!0;break e}}$n.push(Ze(L))}qt.lastPushedText=!1}}else{switch(L){case oc:case ul:case sl:case Ms:case io:var yr=v.keyPath;v.keyPath=C,wr(p,v,Y.children,-1),v.keyPath=yr;return;case Qn:if(Y.mode!=="hidden"){var Go=v.keyPath;v.keyPath=C,wr(p,v,Y.children,-1),v.keyPath=Go}return;case cl:var Oa=v.keyPath;v.keyPath=C,wr(p,v,Y.children,-1),v.keyPath=Oa;return;case Ad:throw Error("ReactDOMServer does not yet support scope components.");case hi:e:if(v.replay!==null){var bo=v.keyPath;v.keyPath=C;var Ia=Y.children;try{fi(p,v,Ia,-1)}finally{v.keyPath=bo}}else{var Js=v.keyPath,Ii=v.blockedBoundary,du=v.hoistableState,Mi=v.blockedSegment,ds=Y.fallback,mo=Y.children,Fl=new Set,zn=ks(p,Fl);p.trackedPostpones!==null&&(zn.trackedContentKeyPath=C);var Fn=zi(p,Mi.chunks.length,zn,v.formatContext,!1,!1);Mi.children.push(Fn),Mi.lastPushedText=!1;var Pi=zi(p,0,null,v.formatContext,!1,!1);if(Pi.parentFlushed=!0,p.trackedPostpones!==null){var Ma=[C[0],"Suspense Fallback",C[2]],Qu=[Ma[1],Ma[2],[],null];p.trackedPostpones.workingMap.set(Ma,Qu),zn.trackedFallbackNode=Qu,v.blockedSegment=Fn,v.keyPath=Ma,Fn.status=6;try{fi(p,v,ds,-1),K(Fn.chunks,p.renderState,Fn.lastPushedText,Fn.textEmbedded),Fn.status=jr}catch(hs){throw Fn.status=p.status===12?3:4,hs}finally{v.blockedSegment=Mi,v.keyPath=Js}var qu=il(p,null,mo,-1,zn,Pi,zn.contentState,v.abortSet,C,v.formatContext,v.context,v.treeContext,v.componentStack,v.isFallback);Ka(qu),p.pingedTasks.push(qu)}else{v.blockedBoundary=zn,v.hoistableState=zn.contentState,v.blockedSegment=Pi,v.keyPath=C,Pi.status=6;try{if(fi(p,v,mo,-1),K(Pi.chunks,p.renderState,Pi.lastPushedText,Pi.textEmbedded),Pi.status=jr,ma(zn,Pi),zn.pendingTasks===0&&zn.status===Ji){zn.status=jr;break e}}catch(hs){if(zn.status=qr,p.status===12){Pi.status=3;var Ni=p.fatalError}else Pi.status=4,Ni=hs;var Xo=Ro(v.componentStack),Ol=Ei(p,Ni,Xo);Us(zn,Ol,Ni,Xo,!1),lr(p,zn)}finally{v.blockedBoundary=Ii,v.hoistableState=du,v.blockedSegment=Mi,v.keyPath=Js}var Pa=il(p,null,ds,-1,Ii,Fn,zn.fallbackState,Fl,[C[0],"Suspense Fallback",C[2]],v.formatContext,v.context,v.treeContext,v.componentStack,!0);Ka(Pa),p.pingedTasks.push(Pa)}}return}if(typeof L=="object"&&L!==null)switch(L.$$typeof){case xa:if("ref"in Y){var br={};for(var ei in Y)ei!=="ref"&&(br[ei]=Y[ei])}else br=Y;var Il=ua(p,v,C,L.render,br,ae);fa(p,v,C,Il,Ui!==0,zs,No);return;case ic:Ic(p,v,C,L.type,Y,ae);return;case Wc:case Fo:var hu=Y.value,Bi=Y.children,yc=v.context,Yo=v.keyPath,Na=L._currentValue2;L._currentValue2=hu,L._currentRenderer2!==void 0&&L._currentRenderer2!==null&&L._currentRenderer2!==fr&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),L._currentRenderer2=fr;var Ba=bn,La={parent:Ba,depth:Ba===null?0:Ba.depth+1,context:L,parentValue:Na,value:hu};bn=La,v.context=La,v.keyPath=C,wr(p,v,Bi,-1);var Zo=bn;if(Zo===null)throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");Zo.context!==L&&console.error("The parent context is not the expected context. This is probably a bug in React."),Zo.context._currentValue2=Zo.parentValue,L._currentRenderer2!==void 0&&L._currentRenderer2!==null&&L._currentRenderer2!==fr&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),L._currentRenderer2=fr;var vo=bn=Zo.parent;v.context=vo,v.keyPath=Yo,yc!==v.context&&console.error("Popping the context provider did not return back to the original snapshot. This is a bug in React.");return;case ll:var Ml=L._context,Pl=Y.children;typeof Pl!="function"&&console.error("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var xo=Pl(Ml._currentValue2),pu=v.keyPath;v.keyPath=C,wr(p,v,xo,-1),v.keyPath=pu;return;case Hi:var Wa=Ys(L);if(p.status===12)throw null;Ic(p,v,C,Wa,Y,ae);return}var bc="";throw(L===void 0||typeof L=="object"&&L!==null&&Object.keys(L).length===0)&&(bc+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+((L==null?L:typeof L)+"."+bc))}}function da(p,v,C,L,Y){var ae=v.replay,Se=v.blockedBoundary,Oe=zi(p,0,null,v.formatContext,!1,!1);Oe.id=C,Oe.parentFlushed=!0;try{v.replay=null,v.blockedSegment=Oe,fi(p,v,L,Y),Oe.status=jr,Se===null?p.completedRootSegment=Oe:(ma(Se,Oe),Se.parentFlushed&&p.partialBoundaries.push(Se))}finally{v.replay=ae,v.blockedSegment=null}}function wr(p,v,C,L){v.replay!==null&&typeof v.replay.slots=="number"?da(p,v,v.replay.slots,C,L):(v.node=C,v.childIndex=L,C=v.componentStack,Ka(v),ha(p,v),v.componentStack=C)}function ha(p,v){var C=v.node,L=v.childIndex;if(C!==null){if(typeof C=="object"){switch(C.$$typeof){case Is:var Y=C.type,ae=C.key,Se=C.props;C=Se.ref;var Oe=C!==void 0?C:null,tt=ee(Y),Ge=ae??(L===-1?0:L),yt=[v.keyPath,tt,Ge];if(v.replay!==null){var _t=v.replay;for(L=_t.nodes,C=0;C<L.length;C++)if(ae=L[C],Ge===ae[1]){if(ae.length===4){if(tt!==null&&tt!==ae[0])throw Error("Expected the resume to render <"+ae[0]+"> in this slot but instead it rendered <"+tt+">. The tree doesn't match so React will fallback to client rendering.");var mt=ae[2];ae=ae[3],tt=v.node,v.replay={nodes:mt,slots:ae,pendingTasks:1};try{if(Ic(p,v,yt,Y,Se,Oe),v.replay.pendingTasks===1&&0<v.replay.nodes.length)throw Error("Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.");v.replay.pendingTasks--}catch(nr){if(typeof nr=="object"&&nr!==null&&(nr===Po||typeof nr.then=="function"))throw v.node===tt&&(v.replay=_t),nr;v.replay.pendingTasks--,Se=Ro(v.componentStack),pa(p,v.blockedBoundary,nr,Se,mt,ae)}v.replay=_t}else{if(Y!==hi)throw Error("Expected the resume to render <Suspense> in this slot but instead it rendered <"+(ee(Y)||"Unknown")+">. The tree doesn't match so React will fallback to client rendering.");e:{Y=void 0,Oe=ae[5],_t=ae[2],tt=ae[3],Ge=ae[4]===null?[]:ae[4][2],ae=ae[4]===null?null:ae[4][3];var Ot=v.keyPath,Je=v.replay,dn=v.blockedBoundary,tn=v.hoistableState,Yt=Se.children;Se=Se.fallback;var Ut=new Set,Kt=ks(p,Ut);Kt.parentFlushed=!0,Kt.rootSegmentID=Oe,v.blockedBoundary=Kt,v.hoistableState=Kt.contentState,v.keyPath=yt,v.replay={nodes:_t,slots:tt,pendingTasks:1};try{if(fi(p,v,Yt,-1),v.replay.pendingTasks===1&&0<v.replay.nodes.length)throw Error("Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.");if(v.replay.pendingTasks--,Kt.pendingTasks===0&&Kt.status===Ji){Kt.status=jr,p.completedBoundaries.push(Kt);break e}}catch(nr){Kt.status=qr,mt=Ro(v.componentStack),Y=Ei(p,nr,mt),Us(Kt,Y,nr,mt,!1),v.replay.pendingTasks--,p.clientRenderedBoundaries.push(Kt)}finally{v.blockedBoundary=dn,v.hoistableState=tn,v.replay=Je,v.keyPath=Ot}mt=Fc(p,null,{nodes:Ge,slots:ae,pendingTasks:0},Se,-1,dn,Kt.fallbackState,Ut,[yt[0],"Suspense Fallback",yt[2]],v.formatContext,v.context,v.treeContext,v.componentStack,!0),Ka(mt),p.pingedTasks.push(mt)}}L.splice(C,1);break}}else Ic(p,v,yt,Y,Se,Oe);return;case ja:throw Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Hi:if(C=Ys(C),p.status===12)throw null;wr(p,v,C,L);return}if(cr(C)){Qa(p,v,C,L);return}if(C===null||typeof C!="object"?Se=null:(mt=wa&&C[wa]||C["@@iterator"],Se=typeof mt=="function"?mt:null),Se&&(mt=Se.call(C))){if(mt===C?(L!==-1||v.componentStack===null||typeof v.componentStack.type!="function"||Object.prototype.toString.call(v.componentStack.type)!=="[object GeneratorFunction]"||Object.prototype.toString.call(mt)!=="[object Generator]")&&(Ho||console.error("Using Iterators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. You can also use an Iterable that can iterate multiple times over the same items."),Ho=!0):C.entries!==Se||Ul||(console.error("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Ul=!0),C=mt.next(),!C.done){Se=[];do Se.push(C.value),C=mt.next();while(!C.done);Qa(p,v,Se,L)}return}if(typeof C.then=="function")return v.thenableState=null,wr(p,v,nl(C),L);if(C.$$typeof===Fo)return wr(p,v,C._currentValue2,L);throw L=Object.prototype.toString.call(C),Error("Objects are not valid as a React child (found: "+(L==="[object Object]"?"object with keys {"+Object.keys(C).join(", ")+"}":L)+"). If you meant to render a collection of children, use an array instead.")}typeof C=="string"?(L=v.blockedSegment,L!==null&&(L.lastPushedText=on(L.chunks,C,p.renderState,L.lastPushedText))):typeof C=="number"||typeof C=="bigint"?(L=v.blockedSegment,L!==null&&(L.lastPushedText=on(L.chunks,""+C,p.renderState,L.lastPushedText))):(typeof C=="function"&&(L=C.displayName||C.name||"Component",console.error("Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.",L,L)),typeof C=="symbol"&&console.error(`Symbols are not valid as a React child.
|
|
359
|
-
%s`,String(C)))}}function Qa(p,v,C,L){var Y=v.keyPath,ae=v.componentStack;if(Oc(v,v.node._debugInfo),L!==-1&&(v.keyPath=[v.keyPath,"Fragment",L],v.replay!==null)){for(var Se=v.replay,Oe=Se.nodes,tt=0;tt<Oe.length;tt++){var Ge=Oe[tt];if(Ge[1]===L){L=Ge[2],Ge=Ge[3],v.replay={nodes:L,slots:Ge,pendingTasks:1};try{if(Qa(p,v,C,-1),v.replay.pendingTasks===1&&0<v.replay.nodes.length)throw Error("Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.");v.replay.pendingTasks--}catch(tn){if(typeof tn=="object"&&tn!==null&&(tn===Po||typeof tn.then=="function"))throw tn;v.replay.pendingTasks--,C=Ro(v.componentStack),pa(p,v.blockedBoundary,tn,C,L,Ge)}v.replay=Se,Oe.splice(tt,1);break}}v.keyPath=Y,v.componentStack=ae;return}if(Se=v.treeContext,Oe=C.length,v.replay!==null&&(tt=v.replay.slots,tt!==null&&typeof tt=="object")){for(L=0;L<Oe;L++){Ge=C[L],v.treeContext=Jt(Se,Oe,L);var yt=tt[L];typeof yt=="number"?(da(p,v,yt,Ge,L),delete tt[L]):fi(p,v,Ge,L)}v.treeContext=Se,v.keyPath=Y,v.componentStack=ae;return}for(tt=0;tt<Oe;tt++){L=C[tt];var _t=p;if(Ge=v,yt=L,yt!==null&&typeof yt=="object"&&(yt.$$typeof===Is||yt.$$typeof===ja)&&yt._store&&(!yt._store.validated&&yt.key==null||yt._store.validated===2)){if(typeof yt._store!="object")throw Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");yt._store.validated=1;var mt=_t.didWarnForKey;if(mt==null&&(mt=_t.didWarnForKey=new WeakSet),_t=Ge.componentStack,_t!==null&&!mt.has(_t)){mt.add(_t);var Ot=ee(yt.type);mt=yt._owner;var Je=_t.owner;if(_t="",Je&&typeof Je.type<"u"){var dn=ee(Je.type);dn&&(_t=`
|
|
360
|
-
|
|
361
|
-
Check the render method of \``+dn+"`.")}_t||Ot&&(_t=`
|
|
362
|
-
|
|
363
|
-
Check the top-level render call using <`+Ot+">."),Ot="",mt!=null&&Je!==mt&&(Je=null,typeof mt.type<"u"?Je=ee(mt.type):typeof mt.name=="string"&&(Je=mt.name),Je&&(Ot=" It was passed a child from "+Je+".")),mt=Ge.componentStack,Ge.componentStack={parent:Ge.componentStack,type:yt.type,owner:yt._owner,stack:null},console.error('Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',_t,Ot),Ge.componentStack=mt}}v.treeContext=Jt(Se,Oe,tt),fi(p,v,L,tt)}v.treeContext=Se,v.keyPath=Y,v.componentStack=ae}function lr(p,v){p=p.trackedPostpones,p!==null&&(v=v.trackedContentKeyPath,v!==null&&(v=p.workingMap.get(v),v!==void 0&&(v.length=4,v[2]=[],v[3]=null)))}function qa(p,v,C){return Fc(p,C,v.replay,v.node,v.childIndex,v.blockedBoundary,v.hoistableState,v.abortSet,v.keyPath,v.formatContext,v.context,v.treeContext,v.componentStack,v.isFallback)}function nc(p,v,C){var L=v.blockedSegment,Y=zi(p,L.chunks.length,null,v.formatContext,L.lastPushedText,!0);return L.children.push(Y),L.lastPushedText=!1,il(p,C,v.node,v.childIndex,v.blockedBoundary,Y,v.hoistableState,v.abortSet,v.keyPath,v.formatContext,v.context,v.treeContext,v.componentStack,v.isFallback)}function fi(p,v,C,L){var Y=v.formatContext,ae=v.context,Se=v.keyPath,Oe=v.treeContext,tt=v.componentStack,Ge=v.blockedSegment;if(Ge===null)try{return wr(p,v,C,L)}catch(mt){if(In(),C=mt===Po?or():mt,typeof C=="object"&&C!==null){if(typeof C.then=="function"){L=hr(),p=qa(p,v,L).ping,C.then(p,p),v.formatContext=Y,v.context=ae,v.keyPath=Se,v.treeContext=Oe,v.componentStack=tt,zt(ae);return}if(C.message==="Maximum call stack size exceeded"){C=hr(),C=qa(p,v,C),p.pingedTasks.push(C),v.formatContext=Y,v.context=ae,v.keyPath=Se,v.treeContext=Oe,v.componentStack=tt,zt(ae);return}}}else{var yt=Ge.children.length,_t=Ge.chunks.length;try{return wr(p,v,C,L)}catch(mt){if(In(),Ge.children.length=yt,Ge.chunks.length=_t,C=mt===Po?or():mt,typeof C=="object"&&C!==null){if(typeof C.then=="function"){L=hr(),p=nc(p,v,L).ping,C.then(p,p),v.formatContext=Y,v.context=ae,v.keyPath=Se,v.treeContext=Oe,v.componentStack=tt,zt(ae);return}if(C.message==="Maximum call stack size exceeded"){C=hr(),C=nc(p,v,C),p.pingedTasks.push(C),v.formatContext=Y,v.context=ae,v.keyPath=Se,v.treeContext=Oe,v.componentStack=tt,zt(ae);return}}}}throw v.formatContext=Y,v.context=ae,v.keyPath=Se,v.treeContext=Oe,zt(ae),C}function pa(p,v,C,L,Y,ae){var Se=Ei(p,C,L);Fr(p,v,Y,ae,C,Se,L,!1)}function Cn(p){var v=p.blockedBoundary;p=p.blockedSegment,p!==null&&(p.status=3,Or(this,v,p))}function Fr(p,v,C,L,Y,ae,Se,Oe){for(var tt=0;tt<C.length;tt++){var Ge=C[tt];if(Ge.length===4)Fr(p,v,Ge[2],Ge[3],Y,ae,Se,Oe);else{var yt=p;Ge=Ge[5];var _t=Y,mt=ae,Ot=Se,Je=Oe,dn=ks(yt,new Set);dn.parentFlushed=!0,dn.rootSegmentID=Ge,dn.status=qr,Us(dn,mt,_t,Ot,Je),dn.parentFlushed&&yt.clientRenderedBoundaries.push(dn)}}if(C.length=0,L!==null){if(v===null)throw Error("We should not have any resumable nodes in the shell. This is a bug in React.");if(v.status!==qr&&(v.status=qr,Us(v,ae,Y,Se,Oe),v.parentFlushed&&p.clientRenderedBoundaries.push(v)),typeof L=="object")for(var tn in L)delete L[tn]}}function Fs(p,v,C){var L=p.blockedBoundary,Y=p.blockedSegment;if(Y!==null){if(Y.status===6)return;Y.status=3}if(Y=Ro(p.componentStack),L===null){if(v.status!==13&&v.status!==zo){if(L=p.replay,L===null){Ei(v,C,Y),ca(v,C);return}L.pendingTasks--,L.pendingTasks===0&&0<L.nodes.length&&(p=Ei(v,C,Y),Fr(v,null,L.nodes,L.slots,C,p,Y,!0)),v.pendingRootTasks--,v.pendingRootTasks===0&&ya(v)}}else L.pendingTasks--,L.status!==qr&&(L.status=qr,p=Ei(v,C,Y),L.status=qr,Us(L,p,C,Y,!0),lr(v,L),L.parentFlushed&&v.clientRenderedBoundaries.push(L)),L.fallbackAbortableTasks.forEach(function(ae){return Fs(ae,v,C)}),L.fallbackAbortableTasks.clear();v.allPendingTasks--,v.allPendingTasks===0&&ba(v)}function ga(p,v){try{var C=p.renderState,L=C.onHeaders;if(L){var Y=C.headers;if(Y){C.headers=null;var ae=Y.preconnects;if(Y.fontPreloads&&(ae&&(ae+=", "),ae+=Y.fontPreloads),Y.highImagePreloads&&(ae&&(ae+=", "),ae+=Y.highImagePreloads),!v){var Se=C.styles.values(),Oe=Se.next();e:for(;0<Y.remainingCapacity&&!Oe.done;Oe=Se.next())for(var tt=Oe.value.sheets.values(),Ge=tt.next();0<Y.remainingCapacity&&!Ge.done;Ge=tt.next()){var yt=Ge.value,_t=yt.props,mt=_t.href,Ot=yt.props,Je=$e(Ot.href,"style",{crossOrigin:Ot.crossOrigin,integrity:Ot.integrity,nonce:Ot.nonce,type:Ot.type,fetchPriority:Ot.fetchPriority,referrerPolicy:Ot.referrerPolicy,media:Ot.media});if(0<=(Y.remainingCapacity-=Je.length+2))C.resets.style[mt]=ze,ae&&(ae+=", "),ae+=Je,C.resets.style[mt]=typeof _t.crossOrigin=="string"||typeof _t.integrity=="string"?[_t.crossOrigin,_t.integrity]:ze;else break e}}L(ae?{Link:ae}:{})}}}catch(dn){Ei(p,dn,{})}}function ya(p){p.trackedPostpones===null&&ga(p,!0),p.onShellError=la,p=p.onShellReady,p()}function ba(p){ga(p,p.trackedPostpones===null?!0:p.completedRootSegment===null||p.completedRootSegment.status!==ho),p=p.onAllReady,p()}function ma(p,v){if(v.chunks.length===0&&v.children.length===1&&v.children[0].boundary===null&&v.children[0].id===-1){var C=v.children[0];C.id=v.id,C.parentFlushed=!0,C.status===jr&&ma(p,C)}else p.completedSegments.push(v)}function Or(p,v,C){if(v===null){if(C!==null&&C.parentFlushed){if(p.completedRootSegment!==null)throw Error("There can only be one root segment. This is a bug in React.");p.completedRootSegment=C}p.pendingRootTasks--,p.pendingRootTasks===0&&ya(p)}else v.pendingTasks--,v.status!==qr&&(v.pendingTasks===0?(v.status===Ji&&(v.status=jr),C!==null&&C.parentFlushed&&C.status===jr&&ma(v,C),v.parentFlushed&&p.completedBoundaries.push(v),v.status===jr&&(v.fallbackAbortableTasks.forEach(Cn,p),v.fallbackAbortableTasks.clear())):C!==null&&C.parentFlushed&&C.status===jr&&(ma(v,C),v.completedSegments.length===1&&v.parentFlushed&&p.partialBoundaries.push(v)));p.allPendingTasks--,p.allPendingTasks===0&&ba(p)}function no(p){if(p.status!==zo&&p.status!==13){var v=bn,C=ai.H;ai.H=Gs;var L=ai.A;ai.A=Nf;var Y=Ln;Ln=p;var ae=ai.getCurrentStack;ai.getCurrentStack=Rs;var Se=Bo;Bo=p.resumableState;try{var Oe=p.pingedTasks,tt;for(tt=0;tt<Oe.length;tt++){var Ge=p,yt=Oe[tt],_t=yt.blockedSegment;if(_t===null){var mt=void 0,Ot=Ge;if(Ge=yt,Ge.replay.pendingTasks!==0){zt(Ge.context),mt=Zi,Zi=Ge;try{if(typeof Ge.replay.slots=="number"?da(Ot,Ge,Ge.replay.slots,Ge.node,Ge.childIndex):ha(Ot,Ge),Ge.replay.pendingTasks===1&&0<Ge.replay.nodes.length)throw Error("Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.");Ge.replay.pendingTasks--,Ge.abortSet.delete(Ge),Or(Ot,Ge.blockedBoundary,null)}catch(vn){In();var Je=vn===Po?or():vn;if(typeof Je=="object"&&Je!==null&&typeof Je.then=="function"){var dn=Ge.ping;Je.then(dn,dn),Ge.thenableState=hr()}else{Ge.replay.pendingTasks--,Ge.abortSet.delete(Ge);var tn=Ro(Ge.componentStack);pa(Ot,Ge.blockedBoundary,Ot.status===12?Ot.fatalError:Je,tn,Ge.replay.nodes,Ge.replay.slots),Ot.pendingRootTasks--,Ot.pendingRootTasks===0&&ya(Ot),Ot.allPendingTasks--,Ot.allPendingTasks===0&&ba(Ot)}}finally{Zi=mt}}}else{Ot=mt=void 0;var Yt=yt,Ut=_t;if(Ut.status===Ji){Ut.status=6,zt(Yt.context),Ot=Zi,Zi=Yt;var Kt=Ut.children.length,nr=Ut.chunks.length;try{ha(Ge,Yt),K(Ut.chunks,Ge.renderState,Ut.lastPushedText,Ut.textEmbedded),Yt.abortSet.delete(Yt),Ut.status=jr,Or(Ge,Yt.blockedBoundary,Ut)}catch(vn){In(),Ut.children.length=Kt,Ut.chunks.length=nr;var Qt=vn===Po?or():Ge.status===12?Ge.fatalError:vn;if(typeof Qt=="object"&&Qt!==null&&typeof Qt.then=="function"){Ut.status=Ji,Yt.thenableState=hr();var Nn=Yt.ping;Qt.then(Nn,Nn)}else{var Tr=Ro(Yt.componentStack);Yt.abortSet.delete(Yt),Ut.status=4;var Wn=Yt.blockedBoundary;mt=Ei(Ge,Qt,Tr),Wn===null?ca(Ge,Qt):(Wn.pendingTasks--,Wn.status!==qr&&(Wn.status=qr,Us(Wn,mt,Qt,Tr,!1),lr(Ge,Wn),Wn.parentFlushed&&Ge.clientRenderedBoundaries.push(Wn))),Ge.allPendingTasks--,Ge.allPendingTasks===0&&ba(Ge)}}finally{Zi=Ot}}}}Oe.splice(0,tt),p.destination!==null&&ro(p,p.destination)}catch(vn){Ei(p,vn,{}),ca(p,vn)}finally{Bo=Se,ai.H=C,ai.A=L,ai.getCurrentStack=ae,C===Gs&&zt(v),Ln=Y}}}function Os(p,v,C,L){switch(C.parentFlushed=!0,C.status){case Ji:C.id=p.nextSegmentId++;case ho:return L=C.id,C.lastPushedText=!1,C.textEmbedded=!1,p=p.renderState,v.push(Zc),v.push(p.placeholderPrefix),p=L.toString(16),v.push(p),v.push(Uf);case jr:C.status=Rl;var Y=!0,ae=C.chunks,Se=0;C=C.children;for(var Oe=0;Oe<C.length;Oe++){for(Y=C[Oe];Se<Y.index;Se++)v.push(ae[Se]);Y=di(p,v,Y,L)}for(;Se<ae.length-1;Se++)v.push(ae[Se]);return Se<ae.length&&(Y=v.push(ae[Se])),Y;default:throw Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function di(p,v,C,L){var Y=C.boundary;if(Y===null)return Os(p,v,C,L);if(Y.parentFlushed=!0,Y.status===qr){if(!p.renderState.generateStaticMarkup){var ae=Y.errorDigest,Se=Y.errorMessage,Oe=Y.errorStack;Y=Y.errorComponentStack,v.push(Jc),v.push(Bs),ae&&(v.push(Si),ae=M(ae),v.push(ae),v.push(Zn)),Se&&(v.push(Ca),Se=M(Se),v.push(Se),v.push(Zn)),Oe&&(v.push(Ls),Oe=M(Oe),v.push(Oe),v.push(Zn)),Y&&(v.push(ml),Oe=M(Y),v.push(Oe),v.push(Zn)),v.push(so)}return Os(p,v,C,L),p=p.renderState.generateStaticMarkup?!0:v.push(ts),p}if(Y.status!==jr)return Y.status===Ji&&(Y.rootSegmentID=p.nextSegmentId++),0<Y.completedSegments.length&&p.partialBoundaries.push(Y),O(v,p.renderState,Y.rootSegmentID),L&&(Oe=Y.fallbackState,Oe.styles.forEach(Ne,L),Oe.stylesheets.forEach(Lt,L)),Os(p,v,C,L),v.push(ts);if(Y.byteSize>p.progressiveChunkSize)return Y.rootSegmentID=p.nextSegmentId++,p.completedBoundaries.push(Y),O(v,p.renderState,Y.rootSegmentID),Os(p,v,C,L),v.push(ts);if(L&&(C=Y.contentState,C.styles.forEach(Ne,L),C.stylesheets.forEach(Lt,L)),p.renderState.generateStaticMarkup||v.push(gr),C=Y.completedSegments,C.length!==1)throw Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");return di(p,v,C[0],L),p=p.renderState.generateStaticMarkup?!0:v.push(ts),p}function rc(p,v,C,L){return pe(v,p.renderState,C.parentFormatContext,C.id),di(p,v,C,L),ge(v,C.parentFormatContext)}function ol(p,v,C){for(var L=C.completedSegments,Y=0;Y<L.length;Y++)va(p,v,C,L[Y]);L.length=0,_e(v,C.contentState,p.renderState),L=p.resumableState,p=p.renderState,Y=C.rootSegmentID,C=C.contentState;var ae=p.stylesToHoist;return p.stylesToHoist=!1,v.push(p.startInlineScript),ae?(L.instructions&Q)===F?(L.instructions=L.instructions|Ae|Q,v.push($c)):(L.instructions&Ae)===F?(L.instructions|=Ae,v.push(Dl)):v.push(Tl):(L.instructions&Q)===F?(L.instructions|=Q,v.push(uo)):v.push(fc),L=Y.toString(16),v.push(p.boundaryPrefix),v.push(L),v.push(El),v.push(p.segmentPrefix),v.push(L),ae?(v.push(eu),ut(v,C)):v.push(_l),C=v.push(Mo),lt(v,p)&&C}function va(p,v,C,L){if(L.status===Rl)return!0;var Y=C.contentState,ae=L.id;if(ae===-1){if((L.id=C.rootSegmentID)===-1)throw Error("A root segment ID must have been assigned by now. This is a bug in React.");return rc(p,v,L,Y)}return ae===C.rootSegmentID?rc(p,v,L,Y):(rc(p,v,L,Y),C=p.resumableState,p=p.renderState,v.push(p.startInlineScript),(C.instructions&V)===F?(C.instructions|=V,v.push(jc)):v.push(Wu),v.push(p.segmentPrefix),ae=ae.toString(16),v.push(ae),v.push(Ai),v.push(p.placeholderPrefix),v.push(ae),v=v.push(Ff),v)}function ro(p,v){try{if(!(0<p.pendingRootTasks)){var C,L=p.completedRootSegment;if(L!==null){if(L.status===ho)return;var Y=p.renderState,ae=Y.htmlChunks,Se=Y.headChunks,Oe;if(ae){for(Oe=0;Oe<ae.length;Oe++)v.push(ae[Oe]);if(Se)for(Oe=0;Oe<Se.length;Oe++)v.push(Se[Oe]);else{var tt=Pe("head");v.push(tt),v.push(mn)}}else if(Se)for(Oe=0;Oe<Se.length;Oe++)v.push(Se[Oe]);var Ge=Y.charsetChunks;for(Oe=0;Oe<Ge.length;Oe++)v.push(Ge[Oe]);Ge.length=0,Y.preconnects.forEach(we,v),Y.preconnects.clear();var yt=Y.viewportChunks;for(Oe=0;Oe<yt.length;Oe++)v.push(yt[Oe]);yt.length=0,Y.fontPreloads.forEach(we,v),Y.fontPreloads.clear(),Y.highImagePreloads.forEach(we,v),Y.highImagePreloads.clear(),Y.styles.forEach(Te,v);var _t=Y.importMapChunks;for(Oe=0;Oe<_t.length;Oe++)v.push(_t[Oe]);_t.length=0,Y.bootstrapScripts.forEach(we,v),Y.scripts.forEach(we,v),Y.scripts.clear(),Y.bulkPreloads.forEach(we,v),Y.bulkPreloads.clear();var mt=Y.hoistableChunks;for(Oe=0;Oe<mt.length;Oe++)v.push(mt[Oe]);if(mt.length=0,ae&&Se===null){var Ot=Ze("head");v.push(Ot)}di(p,v,L,null),p.completedRootSegment=null,lt(v,p.renderState)}var Je=p.renderState;L=0;var dn=Je.viewportChunks;for(L=0;L<dn.length;L++)v.push(dn[L]);dn.length=0,Je.preconnects.forEach(we,v),Je.preconnects.clear(),Je.fontPreloads.forEach(we,v),Je.fontPreloads.clear(),Je.highImagePreloads.forEach(we,v),Je.highImagePreloads.clear(),Je.styles.forEach(We,v),Je.scripts.forEach(we,v),Je.scripts.clear(),Je.bulkPreloads.forEach(we,v),Je.bulkPreloads.clear();var tn=Je.hoistableChunks;for(L=0;L<tn.length;L++)v.push(tn[L]);tn.length=0;var Yt=p.clientRenderedBoundaries;for(C=0;C<Yt.length;C++){var Ut=Yt[C];Je=v;var Kt=p.resumableState,nr=p.renderState,Qt=Ut.rootSegmentID,Nn=Ut.errorDigest,Tr=Ut.errorMessage,Wn=Ut.errorStack,vn=Ut.errorComponentStack;Je.push(nr.startInlineScript),(Kt.instructions&ue)===F?(Kt.instructions|=ue,Je.push(Ra)):Je.push(tu),Je.push(nr.boundaryPrefix);var xi=Qt.toString(16);if(Je.push(xi),Je.push(Cl),Nn||Tr||Wn||vn){Je.push(ss);var go=re(Nn||"");Je.push(go)}if(Tr||Wn||vn){Je.push(ss);var $r=re(Tr||"");Je.push($r)}if(Wn||vn){Je.push(ss);var Vo=re(Wn||"");Je.push(Vo)}if(vn){Je.push(ss);var h=re(vn);Je.push(h)}var y=Je.push(ls);if(!y){p.destination=null,C++,Yt.splice(0,C);return}}Yt.splice(0,C);var S=p.completedBoundaries;for(C=0;C<S.length;C++)if(!ol(p,v,S[C])){p.destination=null,C++,S.splice(0,C);return}S.splice(0,C);var B=p.partialBoundaries;for(C=0;C<B.length;C++){e:{Yt=p,Ut=v;var X=B[C],oe=X.completedSegments;for(y=0;y<oe.length;y++)if(!va(Yt,Ut,X,oe[y])){y++,oe.splice(0,y);var Ee=!1;break e}oe.splice(0,y),Ee=_e(Ut,X.contentState,Yt.renderState)}if(!Ee){p.destination=null,C++,B.splice(0,C);return}}B.splice(0,C);var Fe=p.completedBoundaries;for(C=0;C<Fe.length;C++)if(!ol(p,v,Fe[C])){p.destination=null,C++,Fe.splice(0,C);return}Fe.splice(0,C)}}finally{p.allPendingTasks===0&&p.pingedTasks.length===0&&p.clientRenderedBoundaries.length===0&&p.completedBoundaries.length===0&&(p.flushScheduled=!1,C=p.resumableState,C.hasBody&&(B=Ze("body"),v.push(B)),C.hasHtml&&(C=Ze("html"),v.push(C)),p.abortableTasks.size!==0&&console.error("There was still abortable task at the root when we closed. This is a bug in React."),p.status=zo,v.push(null),p.destination=null)}}function al(p){p.flushScheduled=p.destination!==null,no(p),p.status===10&&(p.status=11),p.trackedPostpones===null&&ga(p,p.pendingRootTasks===0)}function Uo(p){if(p.flushScheduled===!1&&p.pingedTasks.length===0&&p.destination!==null){p.flushScheduled=!0;var v=p.destination;v?ro(p,v):p.flushScheduled=!1}}function Mc(p,v){if(p.status===13)p.status=zo,v.destroy(p.fatalError);else if(p.status!==zo&&p.destination===null){p.destination=v;try{ro(p,v)}catch(C){Ei(p,C,{}),ca(p,C)}}}function Pc(p,v){(p.status===11||p.status===10)&&(p.status=12);try{var C=p.abortableTasks;if(0<C.size){var L=v===void 0?Error("The render was aborted by the server without a reason."):typeof v=="object"&&v!==null&&typeof v.then=="function"?Error("The render was aborted by the server with a promise."):v;p.fatalError=L,C.forEach(function(Y){return Fs(Y,p,L)}),C.clear()}p.destination!==null&&ro(p,p.destination)}catch(Y){Ei(p,Y,{}),ca(p,Y)}}function Nc(){}function Bc(p,v,C,L){var Y=!1,ae=null,Se="",Oe=!1;if(v=W(v?v.identifierPrefix:void 0),p=tc(p,v,Gt(v,C),te(dt,null,0),1/0,Nc,void 0,function(){Oe=!0},void 0,void 0,void 0),al(p),Pc(p,L),Mc(p,{push:function(tt){return tt!==null&&(Se+=tt),!0},destroy:function(tt){Y=!0,ae=tt}}),Y&&ae!==L)throw ae;if(!Oe)throw Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");return Se}var Lc=_n,Mu=kg,Is=Symbol.for("react.transitional.element"),ja=Symbol.for("react.portal"),io=Symbol.for("react.fragment"),sl=Symbol.for("react.strict_mode"),Ms=Symbol.for("react.profiler"),Wc=Symbol.for("react.provider"),ll=Symbol.for("react.consumer"),Fo=Symbol.for("react.context"),xa=Symbol.for("react.forward_ref"),hi=Symbol.for("react.suspense"),cl=Symbol.for("react.suspense_list"),ic=Symbol.for("react.memo"),Hi=Symbol.for("react.lazy"),Ad=Symbol.for("react.scope"),ul=Symbol.for("react.debug_trace_mode"),Qn=Symbol.for("react.offscreen"),oc=Symbol.for("react.legacy_hidden"),Ps=Symbol.for("react.memo_cache_sentinel"),wa=Symbol.iterator,cr=Array.isArray,Ir=new WeakMap,fl=new WeakMap,Da=Symbol.for("react.client.reference"),fn=Object.assign,pn=Object.prototype.hasOwnProperty,Rf=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),zc={},oo={},Hc=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),_i=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),dl={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},hl={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},ao={},Vc=RegExp("^(aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),Pu=RegExp("^(aria)[A-Z][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),Gn=!1,oi={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",fetchpriority:"fetchPriority",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",inert:"inert",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",popover:"popover",popovertarget:"popoverTarget",popovertargetaction:"popoverTargetAction",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",transformorigin:"transformOrigin","transform-origin":"transformOrigin",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Mr={},er=/^on./,xn=/^on[^A-Z]/,Nu=RegExp("^(aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),ac=RegExp("^(aria)[A-Z][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),pl=/^(?:webkit|moz|o)[A-Z]/,Bu=/^-ms-/,gl=/-(.)/g,$a=/;\s*$/,Vi={},Gi={},sc=!1,lc=!1,yl=/["'&<>]/,Ta=/([A-Z])/g,Ci=/^ms-/,kd=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i,ai=Lc.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Gc=Mu.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,w=Object.freeze({pending:!1,data:null,method:null,action:null}),E=Gc.d;Gc.d={f:E.f,r:E.r,D:function(p){var v=Ln||null;if(v){var C=v.resumableState,L=v.renderState;if(typeof p=="string"&&p){if(!C.dnsResources.hasOwnProperty(p)){C.dnsResources[p]=Be,C=L.headers;var Y,ae;(ae=C&&0<C.remainingCapacity)&&(ae=(Y="<"+ot(p)+">; rel=dns-prefetch",0<=(C.remainingCapacity-=Y.length+2))),ae?(L.resets.dns[p]=Be,C.preconnects&&(C.preconnects+=", "),C.preconnects+=Y):(Y=[],se(Y,{href:p,rel:"dns-prefetch"}),L.preconnects.add(Y))}Uo(v)}}else E.D(p)},C:function(p,v){var C=Ln||null;if(C){var L=C.resumableState,Y=C.renderState;if(typeof p=="string"&&p){var ae=v==="use-credentials"?"credentials":typeof v=="string"?"anonymous":"default";if(!L.connectResources[ae].hasOwnProperty(p)){L.connectResources[ae][p]=Be,L=Y.headers;var Se,Oe;if(Oe=L&&0<L.remainingCapacity){if(Oe="<"+ot(p)+">; rel=preconnect",typeof v=="string"){var tt=Bt(v,"crossOrigin");Oe+='; crossorigin="'+tt+'"'}Oe=(Se=Oe,0<=(L.remainingCapacity-=Se.length+2))}Oe?(Y.resets.connect[ae][p]=Be,L.preconnects&&(L.preconnects+=", "),L.preconnects+=Se):(ae=[],se(ae,{rel:"preconnect",href:p,crossOrigin:v}),Y.preconnects.add(ae))}Uo(C)}}else E.C(p,v)},L:function(p,v,C){var L=Ln||null;if(L){var Y=L.resumableState,ae=L.renderState;if(v&&p){switch(v){case"image":if(C)var Se=C.imageSrcSet,Oe=C.imageSizes,tt=C.fetchPriority;var Ge=Se?Se+`
|
|
364
|
-
`+(Oe||""):p;if(Y.imageResources.hasOwnProperty(Ge))return;Y.imageResources[Ge]=ze,Y=ae.headers;var yt;Y&&0<Y.remainingCapacity&&tt==="high"&&(yt=$e(p,v,C),0<=(Y.remainingCapacity-=yt.length+2))?(ae.resets.image[Ge]=ze,Y.highImagePreloads&&(Y.highImagePreloads+=", "),Y.highImagePreloads+=yt):(Y=[],se(Y,fn({rel:"preload",href:Se?void 0:p,as:v},C)),tt==="high"?ae.highImagePreloads.add(Y):(ae.bulkPreloads.add(Y),ae.preloads.images.set(Ge,Y)));break;case"style":if(Y.styleResources.hasOwnProperty(p))return;Se=[],se(Se,fn({rel:"preload",href:p,as:v},C)),Y.styleResources[p]=!C||typeof C.crossOrigin!="string"&&typeof C.integrity!="string"?ze:[C.crossOrigin,C.integrity],ae.preloads.stylesheets.set(p,Se),ae.bulkPreloads.add(Se);break;case"script":if(Y.scriptResources.hasOwnProperty(p))return;Se=[],ae.preloads.scripts.set(p,Se),ae.bulkPreloads.add(Se),se(Se,fn({rel:"preload",href:p,as:v},C)),Y.scriptResources[p]=!C||typeof C.crossOrigin!="string"&&typeof C.integrity!="string"?ze:[C.crossOrigin,C.integrity];break;default:if(Y.unknownResources.hasOwnProperty(v)){if(Se=Y.unknownResources[v],Se.hasOwnProperty(p))return}else Se={},Y.unknownResources[v]=Se;if(Se[p]=ze,(Y=ae.headers)&&0<Y.remainingCapacity&&v==="font"&&(Ge=$e(p,v,C),0<=(Y.remainingCapacity-=Ge.length+2)))ae.resets.font[p]=ze,Y.fontPreloads&&(Y.fontPreloads+=", "),Y.fontPreloads+=Ge;else switch(Y=[],p=fn({rel:"preload",href:p,as:v},C),se(Y,p),v){case"font":ae.fontPreloads.add(Y);break;default:ae.bulkPreloads.add(Y)}}Uo(L)}}else E.L(p,v,C)},m:function(p,v){var C=Ln||null;if(C){var L=C.resumableState,Y=C.renderState;if(p){var ae=v&&typeof v.as=="string"?v.as:"script";switch(ae){case"script":if(L.moduleScriptResources.hasOwnProperty(p))return;ae=[],L.moduleScriptResources[p]=!v||typeof v.crossOrigin!="string"&&typeof v.integrity!="string"?ze:[v.crossOrigin,v.integrity],Y.preloads.moduleScripts.set(p,ae);break;default:if(L.moduleUnknownResources.hasOwnProperty(ae)){var Se=L.unknownResources[ae];if(Se.hasOwnProperty(p))return}else Se={},L.moduleUnknownResources[ae]=Se;ae=[],Se[p]=ze}se(ae,fn({rel:"modulepreload",href:p},v)),Y.bulkPreloads.add(ae),Uo(C)}}else E.m(p,v)},X:function(p,v){var C=Ln||null;if(C){var L=C.resumableState,Y=C.renderState;if(p){var ae=L.scriptResources.hasOwnProperty(p)?L.scriptResources[p]:void 0;ae!==Be&&(L.scriptResources[p]=Be,v=fn({src:p,async:!0},v),ae&&(ae.length===2&&Ue(v,ae),p=Y.preloads.scripts.get(p))&&(p.length=0),p=[],Y.scripts.add(p),je(p,v),Uo(C))}}else E.X(p,v)},S:function(p,v,C){var L=Ln||null;if(L){var Y=L.resumableState,ae=L.renderState;if(p){v=v||"default";var Se=ae.styles.get(v),Oe=Y.styleResources.hasOwnProperty(p)?Y.styleResources[p]:void 0;Oe!==Be&&(Y.styleResources[p]=Be,Se||(Se={precedence:M(v),rules:[],hrefs:[],sheets:new Map},ae.styles.set(v,Se)),v={state:Pt,props:fn({rel:"stylesheet",href:p,"data-precedence":v},C)},Oe&&(Oe.length===2&&Ue(v.props,Oe),(ae=ae.preloads.stylesheets.get(p))&&0<ae.length?ae.length=0:v.state=Nt),Se.sheets.set(p,v),Uo(L))}}else E.S(p,v,C)},M:function(p,v){var C=Ln||null;if(C){var L=C.resumableState,Y=C.renderState;if(p){var ae=L.moduleScriptResources.hasOwnProperty(p)?L.moduleScriptResources[p]:void 0;ae!==Be&&(L.moduleScriptResources[p]=Be,v=fn({src:p,type:"module",async:!0},v),ae&&(ae.length===2&&Ue(v,ae),p=Y.preloads.moduleScripts.get(p))&&(p.length=0),p=[],Y.scripts.add(p),je(p,v),Uo(C))}}else E.M(p,v)}};var F=0,V=1,Q=2,ue=4,Ae=8,Be=null,ze=[];Object.freeze(ze);var at=/(<\/|<)(s)(cript)/gi,Tt={},dt=0,Rt=1,Ft=2,Et=3,Ht=4,nn=5,Xt=6,yn=7,an=8,wn=new Map,en=' style="',sn=":",Xn=";",Mn=" ",ln='="',It='"',qn='=""',Xi=M("javascript:throw new Error('React form unexpectedly submitted.')"),mn=">",zr="/>",Jr=!1,bl=!1,es=!1,Oo=!1,Ns=!1,Kr=!1,Ea=!1,Hr=!1,Pr=!1,pi=!1,Yi=!1,gi=`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`,cc=/(<\/|<)(s)(tyle)/gi,_a=`
|
|
365
|
-
`,Io=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Xc=new Map,Yc=new Map,Zc='<template id="',Uf='"></template>',gr="<!--$-->",Dr='<!--$?--><template id="',Yn='"></template>',Jc="<!--$!-->",ts="<!--/$-->",Bs="<template",Zn='"',Si=' data-dgst="',Ca=' data-msg="',Ls=' data-stck="',ml=' data-cstck="',so="></template>",Sa='<div hidden id="',uc='">',Kc="</div>",Pn='<svg aria-hidden="true" style="display:none" id="',Qc='">',Aa="</svg>",ns='<math aria-hidden="true" style="display:none" id="',rs='">',vl="</math>",ka='<table hidden id="',lo='">',yi="</table>",is='<table hidden><tbody id="',qc='">',Lu="</tbody></table>",co='<table hidden><tr id="',Ws='">',Qr="</tr></table>",as='<table hidden><colgroup id="',xl='">',wl="</colgroup></table>",jc='$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("',Wu='$RS("',Ai='","',Ff='")<\/script>',uo='$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("',fc='$RC("',$c=`$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;
|
|
366
|
-
$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=
|
|
367
|
-
d;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,
|
|
368
|
-
t,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("`,Dl=`$RM=new Map;
|
|
369
|
-
$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=
|
|
370
|
-
d;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,
|
|
371
|
-
t,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("`,Tl='$RR("',El='","',eu='",',_l='"',Mo=")<\/script>",Ra='$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("',tu='$RX("',Cl='"',ss=",",ls=")<\/script>",zu=/[<\u2028\u2029]/g,ki=/[&><\u2028\u2029]/g,Hu='<style media="not all" data-precedence="',fo='" data-href="',Vu='">',x="</style>",T=!1,k=!0,H=[],J='<style data-precedence="',le='" data-href="',Ce=" ",Me='">',Ie="</style>",Ke="[",ct=",[",et=",",gt="]",Pt=0,Nt=1,Vt=2,ur=3,Nr=/[<>\r\n]/g,si=/["';,\r\n]/g,tr="",Br=Function.prototype.bind,li=Symbol.for("react.client.reference"),Vr={};Object.freeze(Vr);var fr={},bn=null,Lr={},bi={},mi=new Set,Of=new Set,dc=new Set,nu=new Set,ru=new Set,iu=new Set,Gu=new Set,cs=new Set,Rd=new Set,Ud={isMounted:function(){return!1},enqueueSetState:function(p,v,C){var L=p._reactInternals;L.queue===null?jt(p,"setState"):(L.queue.push(v),C!=null&&xr(C))},enqueueReplaceState:function(p,v,C){p=p._reactInternals,p.replace=!0,p.queue=[v],C!=null&&xr(C)},enqueueForceUpdate:function(p,v){p._reactInternals.queue===null?jt(p,"forceUpdate"):v!=null&&xr(v)}},If={id:1,overflow:""},ou=Math.clz32?Math.clz32:Vn,Fd=Math.log,Mf=Math.LN2,Po=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`"),vi=null,Pf=typeof Object.is=="function"?Object.is:ar,Ri=null,au=null,su=null,Xu=null,Yu=null,Bn=null,lu=!1,Sl=!1,Ui=0,zs=0,No=-1,Hs=0,Al=null,Fi=null,Vs=0,Oi=!1,us,Gs={readContext:ec,use:function(p){if(p!==null&&typeof p=="object"){if(typeof p.then=="function")return nl(p);if(p.$$typeof===Fo)return ec(p)}throw Error("An unsupported type was passed to use(): "+String(p))},useContext:function(p){return us="useContext",sr(),p._currentValue2},useMemo:Ur,useReducer:tl,useRef:function(p){Ri=sr(),Bn=kn();var v=Bn.memoizedState;return v===null?(p={current:p},Object.seal(p),Bn.memoizedState=p):v},useState:function(p){return us="useState",tl(Ao,p)},useInsertionEffect:sa,useLayoutEffect:sa,useCallback:function(p,v){return Ur(function(){return p},v)},useImperativeHandle:sa,useEffect:sa,useDebugValue:sa,useDeferredValue:function(p,v){return sr(),v!==void 0?v:p},useTransition:function(){return sr(),[!1,oa]},useId:function(){var p=au.treeContext,v=p.overflow;p=p.id,p=(p&~(1<<32-ou(p)-1)).toString(32)+v;var C=Bo;if(C===null)throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");return v=Ui++,p=":"+C.idPrefix+"R"+p,0<v&&(p+="H"+v.toString(32)),p+":"},useSyncExternalStore:function(p,v,C){if(C===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return C()},useCacheRefresh:function(){return ko},useMemoCache:function(p){for(var v=Array(p),C=0;C<p;C++)v[C]=Ps;return v},useHostTransitionStatus:function(){return sr(),w},useOptimistic:function(p){return sr(),[p,Rn]}};Gs.useFormState=aa,Gs.useActionState=aa;var Bo=null,Zi=null,Nf={getCacheForType:function(){throw Error("Not implemented.")},getOwner:function(){return Zi===null?null:Zi.componentStack}},Lo=0,Bf,Zu,cu,uu,Od,Wo,Xs;Ss.__reactDisabledLog=!0;var Lf,Ua,hc=!1,Ju=new(typeof WeakMap=="function"?WeakMap:Map),Fa={"react-stack-bottom-frame":function(p,v,C){return p(v,C)}},pc=Fa["react-stack-bottom-frame"].bind(Fa),Dn={"react-stack-bottom-frame":function(p){return p.render()}},fs=Dn["react-stack-bottom-frame"].bind(Dn),kl={"react-stack-bottom-frame":function(p){var v=p._init;return v(p._payload)}},Ys=kl["react-stack-bottom-frame"].bind(kl),qr=4,Ji=0,jr=1,Rl=2,ho=5,zo=14,Ln=null,Zs={},gc={},fu={},po={},Ku=!1,Ho=!1,Ul=!1;Mp.renderToStaticMarkup=function(p,v){return Bc(p,v,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},Mp.renderToString=function(p,v){return Bc(p,v,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},Mp.version="19.0.0"}(),Mp}var Pp={},n3;function vH(){if(n3)return Pp;n3=1;var n={};/**
|
|
372
|
-
* @license React
|
|
373
|
-
* react-dom-server.browser.development.js
|
|
374
|
-
*
|
|
375
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
376
|
-
*
|
|
377
|
-
* This source code is licensed under the MIT license found in the
|
|
378
|
-
* LICENSE file in the root directory of this source tree.
|
|
379
|
-
*/return n.NODE_ENV!=="production"&&function(){function e(h,y,S,B){return""+y+(S==="s"?"\\73 ":"\\53 ")+B}function t(h,y,S,B){return""+y+(S==="s"?"\\u0073":"\\u0053")+B}function r(h){return Object.prototype.toString.call(h).replace(/^\[object (.*)\]$/,function(y,S){return S})}function i(h){var y=JSON.stringify(h);return'"'+h+'"'===y?h:y}function o(h){switch(typeof h){case"string":return JSON.stringify(10>=h.length?h:h.slice(0,10)+"...");case"object":return oo(h)?"[...]":h!==null&&h.$$typeof===dl?"client":(h=r(h),h==="Object"?"{...}":h);case"function":return h.$$typeof===dl?"client":(h=h.displayName||h.name)?"function "+h:"function";default:return String(h)}}function a(h){if(typeof h=="string")return h;switch(h){case Ps:return"Suspense";case wa:return"SuspenseList"}if(typeof h=="object")switch(h.$$typeof){case oc:return a(h.render);case cr:return a(h.type);case Ir:var y=h._payload;h=h._init;try{return a(h(y))}catch{}}return""}function s(h,y){var S=r(h);if(S!=="Object"&&S!=="Array")return S;var B=-1,X=0;if(oo(h))if(_i.has(h)){var oe=_i.get(h);S="<"+a(oe)+">";for(var Ee=0;Ee<h.length;Ee++){var Fe=h[Ee];Fe=typeof Fe=="string"?Fe:typeof Fe=="object"&&Fe!==null?"{"+s(Fe)+"}":"{"+o(Fe)+"}",""+Ee===y?(B=S.length,X=Fe.length,S+=Fe):S=15>Fe.length&&40>S.length+Fe.length?S+Fe:S+"{...}"}S+="</"+a(oe)+">"}else{for(S="[",oe=0;oe<h.length;oe++)0<oe&&(S+=", "),Ee=h[oe],Ee=typeof Ee=="object"&&Ee!==null?s(Ee):o(Ee),""+oe===y?(B=S.length,X=Ee.length,S+=Ee):S=10>Ee.length&&40>S.length+Ee.length?S+Ee:S+"...";S+="]"}else if(h.$$typeof===xa)S="<"+a(h.type)+"/>";else{if(h.$$typeof===dl)return"client";if(Hc.has(h)){for(S=Hc.get(h),S="<"+(a(S)||"..."),oe=Object.keys(h),Ee=0;Ee<oe.length;Ee++){S+=" ",Fe=oe[Ee],S+=i(Fe)+"=";var Qe=h[Fe],Ve=Fe===y&&typeof Qe=="object"&&Qe!==null?s(Qe):o(Qe);typeof Qe!="string"&&(Ve="{"+Ve+"}"),Fe===y?(B=S.length,X=Ve.length,S+=Ve):S=10>Ve.length&&40>S.length+Ve.length?S+Ve:S+"..."}S+=">"}else{for(S="{",oe=Object.keys(h),Ee=0;Ee<oe.length;Ee++)0<Ee&&(S+=", "),Fe=oe[Ee],S+=i(Fe)+": ",Qe=h[Fe],Qe=typeof Qe=="object"&&Qe!==null?s(Qe):o(Qe),Fe===y?(B=S.length,X=Qe.length,S+=Qe):S=10>Qe.length&&40>S.length+Qe.length?S+Qe:S+"...";S+="}"}}return y===void 0?S:-1<B&&0<X?(h=" ".repeat(B)+"^".repeat(X),`
|
|
380
|
-
`+S+`
|
|
381
|
-
`+h):`
|
|
382
|
-
`+S}function l(h,y){var S=h.length&3,B=h.length-S,X=y;for(y=0;y<B;){var oe=h.charCodeAt(y)&255|(h.charCodeAt(++y)&255)<<8|(h.charCodeAt(++y)&255)<<16|(h.charCodeAt(++y)&255)<<24;++y,oe=3432918353*(oe&65535)+((3432918353*(oe>>>16)&65535)<<16)&4294967295,oe=oe<<15|oe>>>17,oe=461845907*(oe&65535)+((461845907*(oe>>>16)&65535)<<16)&4294967295,X^=oe,X=X<<13|X>>>19,X=5*(X&65535)+((5*(X>>>16)&65535)<<16)&4294967295,X=(X&65535)+27492+(((X>>>16)+58964&65535)<<16)}switch(oe=0,S){case 3:oe^=(h.charCodeAt(y+2)&255)<<16;case 2:oe^=(h.charCodeAt(y+1)&255)<<8;case 1:oe^=h.charCodeAt(y)&255,oe=3432918353*(oe&65535)+((3432918353*(oe>>>16)&65535)<<16)&4294967295,oe=oe<<15|oe>>>17,X^=461845907*(oe&65535)+((461845907*(oe>>>16)&65535)<<16)&4294967295}return X^=h.length,X^=X>>>16,X=2246822507*(X&65535)+((2246822507*(X>>>16)&65535)<<16)&4294967295,X^=X>>>13,X=3266489909*(X&65535)+((3266489909*(X>>>16)&65535)<<16)&4294967295,(X^X>>>16)>>>0}function c(h){ao.push(h),hl.port2.postMessage(null)}function f(h){setTimeout(function(){throw h})}function u(h,y){if(y.byteLength!==0)if(2048<y.byteLength)0<oi&&(h.enqueue(new Uint8Array(Gn.buffer,0,oi)),Gn=new Uint8Array(2048),oi=0),h.enqueue(y);else{var S=Gn.length-oi;S<y.byteLength&&(S===0?h.enqueue(Gn):(Gn.set(y.subarray(0,S),oi),h.enqueue(Gn),y=y.subarray(S)),Gn=new Uint8Array(2048),oi=0),Gn.set(y,oi),oi+=y.byteLength}}function d(h,y){return u(h,y),!0}function g(h){Gn&&0<oi&&(h.enqueue(new Uint8Array(Gn.buffer,0,oi)),Gn=null,oi=0)}function b(h){return Mr.encode(h)}function m(h){return h=Mr.encode(h),2048<h.byteLength&&console.error("precomputed chunks must be smaller than the view size configured for this host. This is a bug in React."),h}function D(h,y){typeof h.error=="function"?h.error(y):h.close()}function _(h){return typeof Symbol=="function"&&Symbol.toStringTag&&h[Symbol.toStringTag]||h.constructor.name||"Object"}function A(h){try{return R(h),!1}catch{return!0}}function R(h){return""+h}function N(h,y){if(A(h))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",y,_(h)),R(h)}function I(h,y){if(A(h))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",y,_(h)),R(h)}function M(h){if(A(h))return console.error("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before using it here.",_(h)),R(h)}function z(h){return xn.call(pl,h)?!0:xn.call(ac,h)?!1:Nu.test(h)?pl[h]=!0:(ac[h]=!0,console.error("Invalid attribute name: `%s`",h),!1)}function Z(h,y){$a[y.type]||y.onChange||y.onInput||y.readOnly||y.disabled||y.value==null||console.error(h==="select"?"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set `onChange`.":"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),y.onChange||y.readOnly||y.disabled||y.checked==null||console.error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function W(h,y){if(xn.call(Gi,y)&&Gi[y])return!0;if(lc.test(y)){if(h="aria-"+y.slice(4).toLowerCase(),h=Vi.hasOwnProperty(h)?h:null,h==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",y),Gi[y]=!0;if(y!==h)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",y,h),Gi[y]=!0}if(sc.test(y)){if(h=y.toLowerCase(),h=Vi.hasOwnProperty(h)?h:null,h==null)return Gi[y]=!0,!1;y!==h&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",y,h),Gi[y]=!0)}return!0}function te(h,y){var S=[],B;for(B in y)W(h,B)||S.push(B);y=S.map(function(X){return"`"+X+"`"}).join(", "),S.length===1?console.error("Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",y,h):1<S.length&&console.error("Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",y,h)}function ce(h,y,S,B){if(xn.call(Ci,y)&&Ci[y])return!0;var X=y.toLowerCase();if(X==="onfocusin"||X==="onfocusout")return console.error("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Ci[y]=!0;if(typeof S=="function"&&(h==="form"&&y==="action"||h==="input"&&y==="formAction"||h==="button"&&y==="formAction"))return!0;if(kd.test(y))return ai.test(y)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",y),Ci[y]=!0;if(Gc.test(y)||w.test(y))return!0;if(X==="innerhtml")return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Ci[y]=!0;if(X==="aria")return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Ci[y]=!0;if(X==="is"&&S!==null&&S!==void 0&&typeof S!="string")return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof S),Ci[y]=!0;if(typeof S=="number"&&isNaN(S))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",y),Ci[y]=!0;if(Ta.hasOwnProperty(X)){if(X=Ta[X],X!==y)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",y,X),Ci[y]=!0}else if(y!==X)return console.error("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",y,X),Ci[y]=!0;switch(y){case"dangerouslySetInnerHTML":case"children":case"style":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":return!0;case"innerText":case"textContent":return!0}switch(typeof S){case"boolean":switch(y){case"autoFocus":case"checked":case"multiple":case"muted":case"selected":case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":case"capture":case"download":case"inert":return!0;default:return X=y.toLowerCase().slice(0,5),X==="data-"||X==="aria-"?!0:(S?console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',S,y,y,S,y):console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',S,y,y,S,y,y,y),Ci[y]=!0)}case"function":case"symbol":return Ci[y]=!0,!1;case"string":if(S==="false"||S==="true"){switch(y){case"checked":case"selected":case"multiple":case"muted":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":case"inert":break;default:return!0}console.error("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",S,y,S==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',y,S),Ci[y]=!0}}return!0}function P(h,y,S){var B=[],X;for(X in y)ce(h,X,y[X])||B.push(X);y=B.map(function(oe){return"`"+oe+"`"}).join(", "),B.length===1?console.error("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://react.dev/link/attribute-behavior ",y,h):1<B.length&&console.error("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://react.dev/link/attribute-behavior ",y,h)}function $(h){return h.replace(V,function(y,S){return S.toUpperCase()})}function U(h){if(typeof h=="boolean"||typeof h=="number"||typeof h=="bigint")return""+h;M(h),h=""+h;var y=at.exec(h);if(y){var S="",B,X=0;for(B=y.index;B<h.length;B++){switch(h.charCodeAt(B)){case 34:y=""";break;case 38:y="&";break;case 39:y="'";break;case 60:y="<";break;case 62:y=">";break;default:continue}X!==B&&(S+=h.slice(X,B)),X=B+1,S+=y}h=X!==B?S+h.slice(X,B):S}return h}function he(h){return Rt.test(""+h)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":h}function G(h){return M(h),(""+h).replace(bl,t)}function j(h,y,S,B,X,oe){var Ee=y===void 0?Mn:m('<script nonce="'+U(y)+'">'),Fe=h.idPrefix;S=[];var Qe=h.bootstrapScriptContent,Ve=h.bootstrapScripts,ht=h.bootstrapModules;if(Qe!==void 0&&S.push(Ee,b(G(Qe)),ln),Qe=[],B!==void 0&&(Qe.push(es),Qe.push(b(G(JSON.stringify(B)))),Qe.push(Oo)),X&&typeof oe=="number"&&0>=oe&&console.error("React expected a positive non-zero `maxHeadersLength` option but found %s instead. When using the `onHeaders` option you may supply an optional `maxHeadersLength` option as well however, when setting this value to zero or less no headers will be captured.",oe===0?"zero":oe),B=X?{preconnects:"",fontPreloads:"",highImagePreloads:"",remainingCapacity:2+(typeof oe=="number"?oe:2e3)}:null,X={placeholderPrefix:m(Fe+"P:"),segmentPrefix:m(Fe+"S:"),boundaryPrefix:m(Fe+"B:"),startInlineScript:Ee,htmlChunks:null,headChunks:null,externalRuntimeScript:null,bootstrapChunks:S,importMapChunks:Qe,onHeaders:X,headers:B,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:new Set,fontPreloads:new Set,highImagePreloads:new Set,styles:new Map,bootstrapScripts:new Set,scripts:new Set,bulkPreloads:new Set,preloads:{images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map},nonce:y,hoistableState:null,stylesToHoist:!1},Ve!==void 0)for(B=0;B<Ve.length;B++){oe=Ve[B],Qe=Fe=void 0;var wt={rel:"preload",as:"script",fetchPriority:"low",nonce:y};typeof oe=="string"?wt.href=Ee=oe:(wt.href=Ee=oe.src,wt.integrity=Qe=typeof oe.integrity=="string"?oe.integrity:void 0,wt.crossOrigin=Fe=typeof oe=="string"||oe.crossOrigin==null?void 0:oe.crossOrigin==="use-credentials"?"use-credentials":""),K(h,X,Ee,wt),S.push(It,b(U(Ee))),y&&S.push(Xi,b(U(y))),typeof Qe=="string"&&S.push(mn,b(U(Qe))),typeof Fe=="string"&&S.push(zr,b(U(Fe))),S.push(Jr)}if(ht!==void 0)for(Ve=0;Ve<ht.length;Ve++)B=ht[Ve],Fe=Ee=void 0,Qe={rel:"modulepreload",fetchPriority:"low",nonce:y},typeof B=="string"?Qe.href=oe=B:(Qe.href=oe=B.src,Qe.integrity=Fe=typeof B.integrity=="string"?B.integrity:void 0,Qe.crossOrigin=Ee=typeof B=="string"||B.crossOrigin==null?void 0:B.crossOrigin==="use-credentials"?"use-credentials":""),K(h,X,oe,Qe),S.push(qn,b(U(oe))),y&&S.push(Xi,b(U(y))),typeof Fe=="string"&&S.push(mn,b(U(Fe))),typeof Ee=="string"&&S.push(zr,b(U(Ee))),S.push(Jr);return X}function De(h,y,S,B,X){return{idPrefix:h===void 0?"":h,nextFormID:0,streamingFormat:0,bootstrapScriptContent:S,bootstrapScripts:B,bootstrapModules:X,instructions:Xt,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function ie(h,y,S){return{insertionMode:h,selectedValue:y,tagScope:S}}function fe(h){return ie(h==="http://www.w3.org/2000/svg"?Pr:h==="http://www.w3.org/1998/Math/MathML"?pi:Kr,null,0)}function q(h,y,S){switch(y){case"noscript":return ie(Hr,null,h.tagScope|1);case"select":return ie(Hr,S.value!=null?S.value:S.defaultValue,h.tagScope);case"svg":return ie(Pr,null,h.tagScope);case"picture":return ie(Hr,null,h.tagScope|2);case"math":return ie(pi,null,h.tagScope);case"foreignObject":return ie(Hr,null,h.tagScope);case"table":return ie(Yi,null,h.tagScope);case"thead":case"tbody":case"tfoot":return ie(gi,null,h.tagScope);case"colgroup":return ie(_a,null,h.tagScope);case"tr":return ie(cc,null,h.tagScope)}return h.insertionMode>=Yi?ie(Hr,null,h.tagScope):h.insertionMode===Kr?ie(y==="html"?Ea:Hr,null,h.tagScope):h.insertionMode===Ea?ie(Hr,null,h.tagScope):h}function xe(h,y,S,B){return y===""?B:(B&&h.push(Io),h.push(b(U(y))),!0)}function be(h,y){if(typeof y!="object")throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var S=!0,B;for(B in y)if(xn.call(y,B)){var X=y[B];if(X!=null&&typeof X!="boolean"&&X!==""){if(B.indexOf("--")===0){var oe=b(U(B));I(X,B),X=b(U((""+X).trim()))}else{oe=B;var Ee=X;if(-1<oe.indexOf("-")){var Fe=oe;ue.hasOwnProperty(Fe)&&ue[Fe]||(ue[Fe]=!0,console.error("Unsupported style property %s. Did you mean %s?",Fe,$(Fe.replace(F,"ms-"))))}else if(E.test(oe))Fe=oe,ue.hasOwnProperty(Fe)&&ue[Fe]||(ue[Fe]=!0,console.error("Unsupported vendor-prefixed style property %s. Did you mean %s?",Fe,Fe.charAt(0).toUpperCase()+Fe.slice(1)));else if(Q.test(Ee)){Fe=oe;var Qe=Ee;Ae.hasOwnProperty(Qe)&&Ae[Qe]||(Ae[Qe]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,Fe,Qe.replace(Q,"")))}typeof Ee=="number"&&(isNaN(Ee)?Be||(Be=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",oe)):isFinite(Ee)||ze||(ze=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",oe))),oe=B,Ee=Xc.get(oe),Ee!==void 0||(Ee=m(U(oe.replace(Tt,"-$1").toLowerCase().replace(dt,"-ms-"))),Xc.set(oe,Ee)),oe=Ee,typeof X=="number"?X=X===0||Bu.has(B)?b(""+X):b(X+"px"):(I(X,B),X=b(U((""+X).trim())))}S?(S=!1,h.push(Yc,oe,Zc,X)):h.push(Uf,oe,Zc,X)}}S||h.push(Yn)}function se(h,y,S){S&&typeof S!="function"&&typeof S!="symbol"&&h.push(gr,b(y),Jc)}function ve(h,y,S){typeof S!="function"&&typeof S!="symbol"&&typeof S!="boolean"&&h.push(gr,b(y),Dr,b(U(S)),Yn)}function Xe(h,y){this.push(Bs),qe(h),ve(this,"name",y),ve(this,"value",h),this.push(Si)}function qe(h){if(typeof h!="string")throw Error("File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration.")}function je(h,y){if(typeof y.$$FORM_ACTION=="function"){var S=h.nextFormID++;h=h.idPrefix+S;try{var B=y.$$FORM_ACTION(h);if(B){var X=B.data;X!=null&&X.forEach(qe)}return B}catch(oe){if(typeof oe=="object"&&oe!==null&&typeof oe.then=="function")throw oe;console.error(`Failed to serialize an action for progressive enhancement:
|
|
383
|
-
%s`,oe)}}return null}function st(h,y,S,B,X,oe,Ee,Fe){var Qe=null;if(typeof B=="function"){Fe===null||Qc||(Qc=!0,console.error('Cannot specify a "name" prop for a button that specifies a function as a formAction. React needs it to encode which action should be invoked. It will get overridden.')),X===null&&oe===null||ns||(ns=!0,console.error("Cannot specify a formEncType or formMethod for a button that specifies a function as a formAction. React provides those automatically. They will get overridden.")),Ee===null||Aa||(Aa=!0,console.error("Cannot specify a formTarget for a button that specifies a function as a formAction. The function will always be executed in the same window."));var Ve=je(y,B);Ve!==null?(Fe=Ve.name,B=Ve.action||"",X=Ve.encType,oe=Ve.method,Ee=Ve.target,Qe=Ve.data):(h.push(gr,b("formAction"),Dr,ts,Yn),Ee=oe=X=B=Fe=null,O(y,S))}return Fe!=null&&Pe(h,"name",Fe),B!=null&&Pe(h,"formAction",B),X!=null&&Pe(h,"formEncType",X),oe!=null&&Pe(h,"formMethod",oe),Ee!=null&&Pe(h,"formTarget",Ee),Qe}function Pe(h,y,S){switch(y){case"className":ve(h,"class",S);break;case"tabIndex":ve(h,"tabindex",S);break;case"dir":case"role":case"viewBox":case"width":case"height":ve(h,y,S);break;case"style":be(h,S);break;case"src":case"href":if(S===""){console.error(y==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',y,y);break}case"action":case"formAction":if(S==null||typeof S=="function"||typeof S=="symbol"||typeof S=="boolean")break;N(S,y),S=he(""+S),h.push(gr,b(y),Dr,b(U(S)),Yn);break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":se(h,y.toLowerCase(),S);break;case"xlinkHref":if(typeof S=="function"||typeof S=="symbol"||typeof S=="boolean")break;N(S,y),S=he(""+S),h.push(gr,b("xlink:href"),Dr,b(U(S)),Yn);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof S!="function"&&typeof S!="symbol"&&h.push(gr,b(y),Dr,b(U(S)),Yn);break;case"inert":S!==""||Ns[y]||(Ns[y]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",y));case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":S&&typeof S!="function"&&typeof S!="symbol"&&h.push(gr,b(y),Jc);break;case"capture":case"download":S===!0?h.push(gr,b(y),Jc):S!==!1&&typeof S!="function"&&typeof S!="symbol"&&h.push(gr,b(y),Dr,b(U(S)),Yn);break;case"cols":case"rows":case"size":case"span":typeof S!="function"&&typeof S!="symbol"&&!isNaN(S)&&1<=S&&h.push(gr,b(y),Dr,b(U(S)),Yn);break;case"rowSpan":case"start":typeof S=="function"||typeof S=="symbol"||isNaN(S)||h.push(gr,b(y),Dr,b(U(S)),Yn);break;case"xlinkActuate":ve(h,"xlink:actuate",S);break;case"xlinkArcrole":ve(h,"xlink:arcrole",S);break;case"xlinkRole":ve(h,"xlink:role",S);break;case"xlinkShow":ve(h,"xlink:show",S);break;case"xlinkTitle":ve(h,"xlink:title",S);break;case"xlinkType":ve(h,"xlink:type",S);break;case"xmlBase":ve(h,"xml:base",S);break;case"xmlLang":ve(h,"xml:lang",S);break;case"xmlSpace":ve(h,"xml:space",S);break;default:if((!(2<y.length)||y[0]!=="o"&&y[0]!=="O"||y[1]!=="n"&&y[1]!=="N")&&(y=gl.get(y)||y,z(y))){switch(typeof S){case"function":case"symbol":return;case"boolean":var B=y.toLowerCase().slice(0,5);if(B!=="data-"&&B!=="aria-")return}h.push(gr,b(y),Dr,b(U(S)),Yn)}}}function rt(h,y,S){if(y!=null){if(S!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof y!="object"||!("__html"in y))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");y=y.__html,y!=null&&(M(y),h.push(b(""+y)))}}function Ze(h,y){var S=h[y];S!=null&&(S=oo(S),h.multiple&&!S?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.",y):!h.multiple&&S&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",y))}function lt(h){var y="";return ll.Children.forEach(h,function(S){S!=null&&(y+=S,Sa||typeof S=="string"||typeof S=="number"||typeof S=="bigint"||(Sa=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),y}function O(h,y){(h.instructions&16)===Xt&&(h.instructions|=16,y.bootstrapChunks.unshift(y.startInlineScript,vl,ln))}function pe(h,y){h.push(_e("link"));for(var S in y)if(xn.call(y,S)){var B=y[S];if(B!=null)switch(S){case"children":case"dangerouslySetInnerHTML":throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Pe(h,S,B)}}return h.push(Si),null}function ge(h){return M(h),(""+h).replace(yi,e)}function re(h,y,S){h.push(_e(S));for(var B in y)if(xn.call(y,B)){var X=y[B];if(X!=null)switch(B){case"children":case"dangerouslySetInnerHTML":throw Error(S+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Pe(h,B,X)}}return h.push(Si),null}function ne(h,y){h.push(_e("title"));var S=null,B=null,X;for(X in y)if(xn.call(y,X)){var oe=y[X];if(oe!=null)switch(X){case"children":S=oe;break;case"dangerouslySetInnerHTML":B=oe;break;default:Pe(h,X,oe)}}return h.push(Zn),y=Array.isArray(S)?2>S.length?S[0]:null:S,typeof y!="function"&&typeof y!="symbol"&&y!==null&&y!==void 0&&h.push(b(U(""+y))),rt(h,B,S),h.push(de("title")),null}function ye(h,y){h.push(_e("script"));var S=null,B=null,X;for(X in y)if(xn.call(y,X)){var oe=y[X];if(oe!=null)switch(X){case"children":S=oe;break;case"dangerouslySetInnerHTML":B=oe;break;default:Pe(h,X,oe)}}return h.push(Zn),S!=null&&typeof S!="string"&&(y=typeof S=="number"?"a number for children":Array.isArray(S)?"an array for children":"something unexpected for children",console.error("A script element was rendered with %s. If script element has children it must be a single string. Consider using dangerouslySetInnerHTML or passing a plain string as children.",y)),rt(h,B,S),typeof S=="string"&&h.push(b(G(S))),h.push(de("script")),null}function Le(h,y,S){h.push(_e(S));var B=S=null,X;for(X in y)if(xn.call(y,X)){var oe=y[X];if(oe!=null)switch(X){case"children":S=oe;break;case"dangerouslySetInnerHTML":B=oe;break;default:Pe(h,X,oe)}}return h.push(Zn),rt(h,B,S),typeof S=="string"?(h.push(b(U(S))),null):S}function _e(h){var y=Lu.get(h);if(y===void 0){if(!qc.test(h))throw Error("Invalid tag: "+h);y=m("<"+h),Lu.set(h,y)}return y}function we(h,y,S,B,X,oe,Ee,Fe,Qe){te(y,S),y!=="input"&&y!=="textarea"&&y!=="select"||S==null||S.value!==null||yl||(yl=!0,y==="select"&&S.multiple?console.error("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",y):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",y));e:if(y.indexOf("-")===-1)var Ve=!1;else switch(y){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":Ve=!1;break e;default:Ve=!0}switch(Ve||typeof S.is=="string"||P(y,S),!S.suppressContentEditableWarning&&S.contentEditable&&S.children!=null&&console.error("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),Ee.insertionMode!==Pr&&Ee.insertionMode!==pi&&y.indexOf("-")===-1&&y.toLowerCase()!==y&&console.error("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",y),y){case"div":case"span":case"svg":case"path":break;case"a":h.push(_e("a"));var ht=null,wt=null,nt;for(nt in S)if(xn.call(S,nt)){var Dt=S[nt];if(Dt!=null)switch(nt){case"children":ht=Dt;break;case"dangerouslySetInnerHTML":wt=Dt;break;case"href":Dt===""?ve(h,"href",""):Pe(h,nt,Dt);break;default:Pe(h,nt,Dt)}}if(h.push(Zn),rt(h,wt,ht),typeof ht=="string"){h.push(b(U(ht)));var it=null}else it=ht;return it;case"g":case"p":case"li":break;case"select":Z("select",S),Ze(S,"value"),Ze(S,"defaultValue"),S.value===void 0||S.defaultValue===void 0||ml||(console.error("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://react.dev/link/controlled-components"),ml=!0),h.push(_e("select"));var rn=null,Tn=null,Sn;for(Sn in S)if(xn.call(S,Sn)){var gn=S[Sn];if(gn!=null)switch(Sn){case"children":rn=gn;break;case"dangerouslySetInnerHTML":Tn=gn;break;case"defaultValue":case"value":break;default:Pe(h,Sn,gn)}}return h.push(Zn),rt(h,Tn,rn),rn;case"option":var En=Ee.selectedValue;h.push(_e("option"));var rr=null,qt=null,wi=null,jn=null,Un;for(Un in S)if(xn.call(S,Un)){var An=S[Un];if(An!=null)switch(Un){case"children":rr=An;break;case"selected":wi=An,Kc||(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Kc=!0);break;case"dangerouslySetInnerHTML":jn=An;break;case"value":qt=An;default:Pe(h,Un,An)}}if(En!=null){if(qt!==null){N(qt,"value");var Gr=""+qt}else jn===null||uc||(uc=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")),Gr=lt(rr);if(oo(En)){for(var yo=0;yo<En.length;yo++)if(N(En[yo],"value"),""+En[yo]===Gr){h.push(rs);break}}else N(En,"select.value"),""+En===Gr&&h.push(rs)}else wi&&h.push(rs);return h.push(Zn),rt(h,jn,rr),rr;case"textarea":Z("textarea",S),S.value===void 0||S.defaultValue===void 0||so||(console.error("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://react.dev/link/controlled-components"),so=!0),h.push(_e("textarea"));var $n=null,ci=null,yr=null,Go;for(Go in S)if(xn.call(S,Go)){var Oa=S[Go];if(Oa!=null)switch(Go){case"children":yr=Oa;break;case"value":$n=Oa;break;case"defaultValue":ci=Oa;break;case"dangerouslySetInnerHTML":throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:Pe(h,Go,Oa)}}if($n===null&&ci!==null&&($n=ci),h.push(Zn),yr!=null){if(console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),$n!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(oo(yr)){if(1<yr.length)throw Error("<textarea> can only have at most one child.");M(yr[0]),$n=""+yr[0]}M(yr),$n=""+yr}return typeof $n=="string"&&$n[0]===`
|
|
384
|
-
`&&h.push(is),$n!==null&&(N($n,"value"),h.push(b(U(""+$n)))),null;case"input":Z("input",S),h.push(_e("input"));var bo=null,Ia=null,Js=null,Ii=null,du=null,Mi=null,ds=null,mo=null,Fl=null,zn;for(zn in S)if(xn.call(S,zn)){var Fn=S[zn];if(Fn!=null)switch(zn){case"children":case"dangerouslySetInnerHTML":throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"name":bo=Fn;break;case"formAction":Ia=Fn;break;case"formEncType":Js=Fn;break;case"formMethod":Ii=Fn;break;case"formTarget":du=Fn;break;case"defaultChecked":Fl=Fn;break;case"defaultValue":ds=Fn;break;case"checked":mo=Fn;break;case"value":Mi=Fn;break;default:Pe(h,zn,Fn)}}Ia===null||S.type==="image"||S.type==="submit"||Pn||(Pn=!0,console.error('An input can only specify a formAction along with type="submit" or type="image".'));var Pi=st(h,B,X,Ia,Js,Ii,du,bo);return mo===null||Fl===null||Ls||(console.error("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components","A component",S.type),Ls=!0),Mi===null||ds===null||Ca||(console.error("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components","A component",S.type),Ca=!0),mo!==null?se(h,"checked",mo):Fl!==null&&se(h,"checked",Fl),Mi!==null?Pe(h,"value",Mi):ds!==null&&Pe(h,"value",ds),h.push(Si),Pi!=null&&Pi.forEach(Xe,h),null;case"button":h.push(_e("button"));var Ma=null,Qu=null,qu=null,Ni=null,Xo=null,Ol=null,Pa=null,br;for(br in S)if(xn.call(S,br)){var ei=S[br];if(ei!=null)switch(br){case"children":Ma=ei;break;case"dangerouslySetInnerHTML":Qu=ei;break;case"name":qu=ei;break;case"formAction":Ni=ei;break;case"formEncType":Xo=ei;break;case"formMethod":Ol=ei;break;case"formTarget":Pa=ei;break;default:Pe(h,br,ei)}}Ni===null||S.type==null||S.type==="submit"||Pn||(Pn=!0,console.error('A button can only specify a formAction along with type="submit" or no type.'));var Il=st(h,B,X,Ni,Xo,Ol,Pa,qu);if(h.push(Zn),Il!=null&&Il.forEach(Xe,h),rt(h,Qu,Ma),typeof Ma=="string"){h.push(b(U(Ma)));var hu=null}else hu=Ma;return hu;case"form":h.push(_e("form"));var Bi=null,yc=null,Yo=null,Na=null,Ba=null,La=null,Zo;for(Zo in S)if(xn.call(S,Zo)){var vo=S[Zo];if(vo!=null)switch(Zo){case"children":Bi=vo;break;case"dangerouslySetInnerHTML":yc=vo;break;case"action":Yo=vo;break;case"encType":Na=vo;break;case"method":Ba=vo;break;case"target":La=vo;break;default:Pe(h,Zo,vo)}}var Ml=null,Pl=null;if(typeof Yo=="function"){Na===null&&Ba===null||ns||(ns=!0,console.error("Cannot specify a encType or method for a form that specifies a function as the action. React provides those automatically. They will get overridden.")),La===null||Aa||(Aa=!0,console.error("Cannot specify a target for a form that specifies a function as the action. The function will always be executed in the same window."));var xo=je(B,Yo);xo!==null?(Yo=xo.action||"",Na=xo.encType,Ba=xo.method,La=xo.target,Ml=xo.data,Pl=xo.name):(h.push(gr,b("action"),Dr,ts,Yn),La=Ba=Na=Yo=null,O(B,X))}if(Yo!=null&&Pe(h,"action",Yo),Na!=null&&Pe(h,"encType",Na),Ba!=null&&Pe(h,"method",Ba),La!=null&&Pe(h,"target",La),h.push(Zn),Pl!==null&&(h.push(Bs),ve(h,"name",Pl),h.push(Si),Ml!=null&&Ml.forEach(Xe,h)),rt(h,yc,Bi),typeof Bi=="string"){h.push(b(U(Bi)));var pu=null}else pu=Bi;return pu;case"menuitem":h.push(_e("menuitem"));for(var Wa in S)if(xn.call(S,Wa)){var bc=S[Wa];if(bc!=null)switch(Wa){case"children":case"dangerouslySetInnerHTML":throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:Pe(h,Wa,bc)}}return h.push(Zn),null;case"object":h.push(_e("object"));var hs=null,Id=null,ir;for(ir in S)if(xn.call(S,ir)){var ti=S[ir];if(ti!=null)switch(ir){case"children":hs=ti;break;case"dangerouslySetInnerHTML":Id=ti;break;case"data":N(ti,"data");var Li=he(""+ti);if(Li===""){console.error('An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',ir,ir);break}h.push(gr,b("data"),Dr,b(U(Li)),Yn);break;default:Pe(h,ir,ti)}}if(h.push(Zn),rt(h,Id,hs),typeof hs=="string"){h.push(b(U(hs)));var Ki=null}else Ki=hs;return Ki;case"title":var mc=Ee.insertionMode,Md=!!(Ee.tagScope&1);if(xn.call(S,"children")){var wo=S.children,ps=Array.isArray(wo)?2>wo.length?wo[0]:null:wo;Array.isArray(wo)&&1<wo.length?console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an Array with length %s instead. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert `children` of <title> tags to a single string value which is why Arrays of length greater than 1 are not supported. When using JSX it can be commong to combine text nodes and value nodes. For example: <title>hello {nameOfUser}</title>. While not immediately apparent, `children` in this case is an Array with length 2. If your `children` prop is using this form try rewriting it using a template string: <title>{`hello ${nameOfUser}`}</title>.",wo.length):typeof ps=="function"||typeof ps=="symbol"?console.error("React expect children of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found %s instead. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value.",typeof ps=="function"?"a Function":"a Sybmol"):ps&&ps.toString==={}.toString&&(ps.$$typeof!=null?console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that appears to be a React element which never implements a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value which is why rendering React elements is not supported. If the `children` of <title> is a React Component try moving the <title> tag into that component. If the `children` of <title> is some HTML markup change it to be Text only to be valid HTML."):console.error("React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that does not implement a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value. Using the default `toString` method available on every object is almost certainly an error. Consider whether the `children` of this <title> is an object in error and change it to a string or number value if so. Otherwise implement a `toString` method that React can use to produce a valid <title>."))}if(mc===Pr||Md||S.itemProp!=null)var vc=ne(h,S);else Qe?vc=null:(ne(X.hoistableChunks,S),vc=void 0);return vc;case"link":var Wf=S.rel,mr=S.href,Nl=S.precedence;if(Ee.insertionMode===Pr||Ee.tagScope&1||S.itemProp!=null||typeof Wf!="string"||typeof mr!="string"||mr===""){Wf==="stylesheet"&&typeof S.precedence=="string"&&(typeof mr=="string"&&mr||console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and expected the `href` prop to be a non-empty string but ecountered %s instead. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop ensure there is a non-empty string `href` prop as well, otherwise remove the `precedence` prop.',mr===null?"`null`":mr===void 0?"`undefined`":mr===""?"an empty string":'something with type "'+typeof mr+'"')),pe(h,S);var gu=null}else if(S.rel==="stylesheet")if(typeof Nl!="string"||S.disabled!=null||S.onLoad||S.onError){if(typeof Nl=="string"){if(S.disabled!=null)console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and a `disabled` prop. The presence of the `disabled` prop indicates an intent to manage the stylesheet active state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the `disabled` prop, otherwise remove the `precedence` prop.');else if(S.onLoad||S.onError){var Bl=S.onLoad&&S.onError?"`onLoad` and `onError` props":S.onLoad?"`onLoad` prop":"`onError` prop";console.error('React encountered a `<link rel="stylesheet" .../>` with a `precedence` prop and %s. The presence of loading and error handlers indicates an intent to manage the stylesheet loading state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the %s, otherwise remove the `precedence` prop.',Bl,Bl)}}gu=pe(h,S)}else{var xc=X.styles.get(Nl),wc=B.styleResources.hasOwnProperty(mr)?B.styleResources[mr]:void 0;if(wc!==sn){B.styleResources[mr]=sn,xc||(xc={precedence:b(U(Nl)),rules:[],hrefs:[],sheets:new Map},X.styles.set(Nl,xc));var yu={state:Ri,props:er({},S,{"data-precedence":S.precedence,precedence:null})};if(wc){wc.length===2&&ee(yu.props,wc);var Dc=X.preloads.stylesheets.get(mr);Dc&&0<Dc.length?Dc.length=0:yu.state=au}xc.sheets.set(mr,yu),oe&&oe.stylesheets.add(yu)}else if(xc){var ju=xc.sheets.get(mr);ju&&oe&&oe.stylesheets.add(ju)}Fe&&h.push(Io),gu=null}else S.onLoad||S.onError?gu=pe(h,S):(Fe&&h.push(Io),gu=Qe?null:pe(X.hoistableChunks,S));return gu;case"script":var Ll=S.async;if(typeof S.src!="string"||!S.src||!Ll||typeof Ll=="function"||typeof Ll=="symbol"||S.onLoad||S.onError||Ee.insertionMode===Pr||Ee.tagScope&1||S.itemProp!=null)var gs=ye(h,S);else{var Wl=S.src;if(S.type==="module")var Tc=B.moduleScriptResources,ys=X.preloads.moduleScripts;else Tc=B.scriptResources,ys=X.preloads.scripts;var Xr=Tc.hasOwnProperty(Wl)?Tc[Wl]:void 0;if(Xr!==sn){Tc[Wl]=sn;var Yr=S;if(Xr){Xr.length===2&&(Yr=er({},S),ee(Yr,Xr));var Pd=ys.get(Wl);Pd&&(Pd.length=0)}var zl=[];X.scripts.add(zl),ye(zl,Yr)}Fe&&h.push(Io),gs=null}return gs;case"style":var $u=Ee.insertionMode,ef=!!(Ee.tagScope&1);if(xn.call(S,"children")){var zf=S.children,Hf=Array.isArray(zf)?2>zf.length?zf[0]:null:zf;(typeof Hf=="function"||typeof Hf=="symbol"||Array.isArray(Hf))&&console.error("React expect children of <style> tags to be a string, number, or object with a `toString` method but found %s instead. In browsers style Elements can only have `Text` Nodes as children.",typeof Hf=="function"?"a Function":typeof Hf=="symbol"?"a Sybmol":"an Array")}var Hl=S.precedence,bs=S.href;if($u===Pr||ef||S.itemProp!=null||typeof Hl!="string"||typeof bs!="string"||bs===""){h.push(_e("style"));var tf=null,dp=null,nf;for(nf in S)if(xn.call(S,nf)){var Nd=S[nf];if(Nd!=null)switch(nf){case"children":tf=Nd;break;case"dangerouslySetInnerHTML":dp=Nd;break;default:Pe(h,nf,Nd)}}h.push(Zn);var Vl=Array.isArray(tf)?2>tf.length?tf[0]:null:tf;typeof Vl!="function"&&typeof Vl!="symbol"&&Vl!==null&&Vl!==void 0&&h.push(b(ge(Vl))),rt(h,dp,tf),h.push(de("style"));var ms=null}else{bs.includes(" ")&&console.error('React expected the `href` prop for a <style> tag opting into hoisting semantics using the `precedence` prop to not have any spaces but ecountered spaces instead. using spaces in this prop will cause hydration of this style to fail on the client. The href for the <style> where this ocurred is "%s".',bs);var bu=X.styles.get(Hl),GD=B.styleResources.hasOwnProperty(bs)?B.styleResources[bs]:void 0;if(GD!==sn){B.styleResources[bs]=sn,GD&&console.error('React encountered a hoistable style tag for the same href as a preload: "%s". When using a style tag to inline styles you should not also preload it as a stylsheet.',bs),bu?bu.hrefs.push(b(U(bs))):(bu={precedence:b(U(Hl)),rules:[],hrefs:[b(U(bs))],sheets:new Map},X.styles.set(Hl,bu));var XD=bu.rules,xh=null,YD=null,Wg;for(Wg in S)if(xn.call(S,Wg)){var Ym=S[Wg];if(Ym!=null)switch(Wg){case"children":xh=Ym;break;case"dangerouslySetInnerHTML":YD=Ym}}var hp=Array.isArray(xh)?2>xh.length?xh[0]:null:xh;typeof hp!="function"&&typeof hp!="symbol"&&hp!==null&&hp!==void 0&&XD.push(b(ge(hp))),rt(XD,YD,xh)}bu&&oe&&oe.styles.add(bu),Fe&&h.push(Io),ms=void 0}return ms;case"meta":if(Ee.insertionMode===Pr||Ee.tagScope&1||S.itemProp!=null)var ZD=re(h,S,"meta");else Fe&&h.push(Io),ZD=Qe?null:typeof S.charSet=="string"?re(X.charsetChunks,S,"meta"):S.name==="viewport"?re(X.viewportChunks,S,"meta"):re(X.hoistableChunks,S,"meta");return ZD;case"listing":case"pre":h.push(_e(y));var pp=null,gp=null,yp;for(yp in S)if(xn.call(S,yp)){var zg=S[yp];if(zg!=null)switch(yp){case"children":pp=zg;break;case"dangerouslySetInnerHTML":gp=zg;break;default:Pe(h,yp,zg)}}if(h.push(Zn),gp!=null){if(pp!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof gp!="object"||!("__html"in gp))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");var Vf=gp.__html;Vf!=null&&(typeof Vf=="string"&&0<Vf.length&&Vf[0]===`
|
|
385
|
-
`?h.push(is,b(Vf)):(M(Vf),h.push(b(""+Vf))))}return typeof pp=="string"&&pp[0]===`
|
|
386
|
-
`&&h.push(is),pp;case"img":var Jo=S.src,Do=S.srcSet;if(!(S.loading==="lazy"||!Jo&&!Do||typeof Jo!="string"&&Jo!=null||typeof Do!="string"&&Do!=null)&&S.fetchPriority!=="low"&&!(Ee.tagScope&3)&&(typeof Jo!="string"||Jo[4]!==":"||Jo[0]!=="d"&&Jo[0]!=="D"||Jo[1]!=="a"&&Jo[1]!=="A"||Jo[2]!=="t"&&Jo[2]!=="T"||Jo[3]!=="a"&&Jo[3]!=="A")&&(typeof Do!="string"||Do[4]!==":"||Do[0]!=="d"&&Do[0]!=="D"||Do[1]!=="a"&&Do[1]!=="A"||Do[2]!=="t"&&Do[2]!=="T"||Do[3]!=="a"&&Do[3]!=="A")){var JD=typeof S.sizes=="string"?S.sizes:void 0,wh=Do?Do+`
|
|
387
|
-
`+(JD||""):Jo,Zm=X.preloads.images,Bd=Zm.get(wh);if(Bd)(S.fetchPriority==="high"||10>X.highImagePreloads.size)&&(Zm.delete(wh),X.highImagePreloads.add(Bd));else if(!B.imageResources.hasOwnProperty(wh)){B.imageResources[wh]=Xn;var Jm=S.crossOrigin,KD=typeof Jm=="string"?Jm==="use-credentials"?Jm:"":void 0,Ld=X.headers,Km;Ld&&0<Ld.remainingCapacity&&(S.fetchPriority==="high"||500>Ld.highImagePreloads.length)&&(Km=me(Jo,"image",{imageSrcSet:S.srcSet,imageSizes:S.sizes,crossOrigin:KD,integrity:S.integrity,nonce:S.nonce,type:S.type,fetchPriority:S.fetchPriority,referrerPolicy:S.refererPolicy}),0<=(Ld.remainingCapacity-=Km.length+2))?(X.resets.image[wh]=Xn,Ld.highImagePreloads&&(Ld.highImagePreloads+=", "),Ld.highImagePreloads+=Km):(Bd=[],pe(Bd,{rel:"preload",as:"image",href:Do?void 0:Jo,imageSrcSet:Do,imageSizes:JD,crossOrigin:KD,integrity:S.integrity,type:S.type,fetchPriority:S.fetchPriority,referrerPolicy:S.referrerPolicy}),S.fetchPriority==="high"||10>X.highImagePreloads.size?X.highImagePreloads.add(Bd):(X.bulkPreloads.add(Bd),Zm.set(wh,Bd)))}}return re(h,S,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return re(h,S,y);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":break;case"head":if(Ee.insertionMode<Hr&&X.headChunks===null){X.headChunks=[];var QD=Le(X.headChunks,S,"head")}else QD=Le(h,S,"head");return QD;case"html":if(Ee.insertionMode===Kr&&X.htmlChunks===null){X.htmlChunks=[co];var qD=Le(X.htmlChunks,S,"html")}else qD=Le(h,S,"html");return qD;default:if(y.indexOf("-")!==-1){h.push(_e(y));var Qm=null,jD=null,Dh;for(Dh in S)if(xn.call(S,Dh)){var Ec=S[Dh];if(Ec!=null){var $D=Dh;switch(Dh){case"children":Qm=Ec;break;case"dangerouslySetInnerHTML":jD=Ec;break;case"style":be(h,Ec);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":$D="class";default:if(z(Dh)&&typeof Ec!="function"&&typeof Ec!="symbol"&&Ec!==!1){if(Ec===!0)Ec="";else if(typeof Ec=="object")continue;h.push(gr,b($D),Dr,b(U(Ec)),Yn)}}}}return h.push(Zn),rt(h,jD,Qm),Qm}}return Le(h,S,y)}function de(h){var y=Ws.get(h);return y===void 0&&(y=m("</"+h+">"),Ws.set(h,y)),y}function Te(h,y){y=y.bootstrapChunks;for(var S=0;S<y.length-1;S++)u(h,y[S]);return S<y.length?(S=y[S],y.length=0,d(h,S)):!0}function ke(h,y,S){if(u(h,wl),S===null)throw Error("An ID must have been assigned before we can complete the boundary.");return u(h,y.boundaryPrefix),u(h,b(S.toString(16))),d(h,jc)}function We(h,y,S,B){switch(S.insertionMode){case Kr:case Ea:case Hr:return u(h,eu),u(h,y.segmentPrefix),u(h,b(B.toString(16))),d(h,_l);case Pr:return u(h,Ra),u(h,y.segmentPrefix),u(h,b(B.toString(16))),d(h,tu);case pi:return u(h,ss),u(h,y.segmentPrefix),u(h,b(B.toString(16))),d(h,ls);case Yi:return u(h,ki),u(h,y.segmentPrefix),u(h,b(B.toString(16))),d(h,Hu);case gi:return u(h,Vu),u(h,y.segmentPrefix),u(h,b(B.toString(16))),d(h,x);case cc:return u(h,k),u(h,y.segmentPrefix),u(h,b(B.toString(16))),d(h,H);case _a:return u(h,le),u(h,y.segmentPrefix),u(h,b(B.toString(16))),d(h,Ce);default:throw Error("Unknown insertion mode. This is a bug in React.")}}function ut(h,y){switch(y.insertionMode){case Kr:case Ea:case Hr:return d(h,Mo);case Pr:return d(h,Cl);case pi:return d(h,zu);case Yi:return d(h,fo);case gi:return d(h,T);case cc:return d(h,J);case _a:return d(h,Me);default:throw Error("Unknown insertion mode. This is a bug in React.")}}function xt(h){return JSON.stringify(h).replace(bi,function(y){switch(y){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function At(h){return JSON.stringify(h).replace(mi,function(y){switch(y){case"&":return"\\u0026";case">":return"\\u003e";case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function kt(h){var y=h.rules,S=h.hrefs;0<y.length&&S.length===0&&console.error("React expected to have at least one href for an a hoistable style but found none. This is a bug in React.");var B=0;if(S.length){for(u(this,Of),u(this,h.precedence),u(this,dc);B<S.length-1;B++)u(this,S[B]),u(this,If);for(u(this,S[B]),u(this,nu),B=0;B<y.length;B++)u(this,y[B]);Gu=d(this,ru),iu=!0,y.length=0,S.length=0}}function Ue(h){return h.state!==su?iu=!0:!1}function $e(h,y,S){return iu=!1,Gu=!0,y.styles.forEach(kt,h),y.stylesheets.forEach(Ue),iu&&(S.stylesToHoist=!0),Gu}function ot(h){for(var y=0;y<h.length;y++)u(this,h[y]);h.length=0}function vt(h){pe(cs,h.props);for(var y=0;y<cs.length;y++)u(this,cs[y]);cs.length=0,h.state=su}function Bt(h){var y=0<h.sheets.size;h.sheets.forEach(vt,this),h.sheets.clear();var S=h.rules,B=h.hrefs;if(!y||B.length){if(u(this,Rd),u(this,h.precedence),h=0,B.length){for(u(this,Ud);h<B.length-1;h++)u(this,B[h]),u(this,If);u(this,B[h])}for(u(this,ou),h=0;h<S.length;h++)u(this,S[h]);u(this,Fd),S.length=0,B.length=0}}function Re(h){if(h.state===Ri){h.state=au;var y=h.props;for(pe(cs,{rel:"preload",as:"style",href:h.props.href,crossOrigin:y.crossOrigin,fetchPriority:y.fetchPriority,integrity:y.integrity,media:y.media,hrefLang:y.hrefLang,referrerPolicy:y.referrerPolicy}),h=0;h<cs.length;h++)u(this,cs[h]);cs.length=0}}function Ne(h){h.sheets.forEach(Re,this),h.sheets.clear()}function Lt(h,y){u(h,Mf);var S=Mf;y.stylesheets.forEach(function(B){if(B.state!==su)if(B.state===Xu)u(h,S),B=B.props.href,N(B,"href"),u(h,b(At(""+B))),u(h,Pf),S=Po;else{u(h,S);var X=B.props["data-precedence"],oe=B.props,Ee=he(""+B.props.href);u(h,b(At(Ee))),N(X,"precedence"),X=""+X,u(h,vi),u(h,b(At(X)));for(var Fe in oe)if(xn.call(oe,Fe)&&(X=oe[Fe],X!=null))switch(Fe){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Gt(h,Fe,X)}u(h,Pf),S=Po,B.state=Xu}}),u(h,Pf)}function Gt(h,y,S){var B=y.toLowerCase();switch(typeof S){case"function":case"symbol":return}switch(y){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":B="class",N(S,B),y=""+S;break;case"hidden":if(S===!1)return;y="";break;case"src":case"href":S=he(S),N(S,B),y=""+S;break;default:if(2<y.length&&(y[0]==="o"||y[0]==="O")&&(y[1]==="n"||y[1]==="N")||!z(y))return;N(S,B),y=""+S}u(h,vi),u(h,b(At(B))),u(h,vi),u(h,b(At(y)))}function on(){return{styles:new Set,stylesheets:new Set}}function K(h,y,S,B){(h.scriptResources.hasOwnProperty(S)||h.moduleScriptResources.hasOwnProperty(S))&&console.error('Internal React Error: React expected bootstrap script or module with src "%s" to not have been preloaded already. please file an issue',S),h.scriptResources[S]=sn,h.moduleScriptResources[S]=sn,h=[],pe(h,B),y.bootstrapScripts.add(h)}function ee(h,y){h.crossOrigin==null&&(h.crossOrigin=y[0]),h.integrity==null&&(h.integrity=y[1])}function me(h,y,S){h=He(h),y=St(y,"as"),y="<"+h+'>; rel=preload; as="'+y+'"';for(var B in S)xn.call(S,B)&&(h=S[B],typeof h=="string"&&(y+="; "+B.toLowerCase()+'="'+St(h,B)+'"'));return y}function He(h){return N(h,"href"),(""+h).replace(Yu,pt)}function pt(h){switch(h){case"<":return"%3C";case">":return"%3E";case`
|
|
388
|
-
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function St(h,y){return A(h)&&(console.error("The provided `%s` option is an unsupported type %s. This value must be coerced to a string before using it here.",y,_(h)),R(h)),(""+h).replace(Bn,Wt)}function Wt(h){switch(h){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case`
|
|
389
|
-
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function zt(h){this.styles.add(h)}function xr(h){this.stylesheets.add(h)}function jt(h){if(h==null)return null;if(typeof h=="function")return h.$$typeof===Sl?null:h.displayName||h.name||null;if(typeof h=="string")return h;switch(h){case cl:return"Fragment";case hi:return"Portal";case Hi:return"Profiler";case ic:return"StrictMode";case Ps:return"Suspense";case wa:return"SuspenseList"}if(typeof h=="object")switch(typeof h.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),h.$$typeof){case Qn:return(h.displayName||"Context")+".Provider";case ul:return(h._context.displayName||"Context")+".Consumer";case oc:var y=h.render;return h=h.displayName,h||(h=y.displayName||y.name||"",h=h!==""?"ForwardRef("+h+")":"ForwardRef"),h;case cr:return y=h.displayName||null,y!==null?y:jt(h.type)||"Memo";case Ir:y=h._payload,h=h._init;try{return jt(h(y))}catch{}}return null}function Jt(h,y){if(h!==y){h.context._currentValue=h.parentValue,h=h.parent;var S=y.parent;if(h===null){if(S!==null)throw Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(S===null)throw Error("The stacks must reach the root at the same time. This is a bug in React.");Jt(h,S)}y.context._currentValue=y.value}}function Vn(h){h.context._currentValue=h.parentValue,h=h.parent,h!==null&&Vn(h)}function Rr(h){var y=h.parent;y!==null&&Rr(y),h.context._currentValue=h.value}function Wr(h,y){if(h.context._currentValue=h.parentValue,h=h.parent,h===null)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");h.depth===y.depth?Jt(h,y):Wr(h,y)}function or(h,y){var S=y.parent;if(S===null)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");h.depth===S.depth?Jt(h,S):or(h,S),y.context._currentValue=y.value}function ar(h){var y=No;y!==h&&(y===null?Rr(h):h===null?Vn(y):y.depth===h.depth?Jt(y,h):y.depth>h.depth?Wr(y,h):or(y,h),No=h)}function sr(h){if(h!==null&&typeof h!="function"){var y=String(h);Lo.has(y)||(Lo.add(y),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",h))}}function Mt(h,y){h=(h=h.constructor)&&jt(h)||"ReactClass";var S=h+"."+y;Hs[S]||(console.error(`Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
|
|
390
|
-
|
|
391
|
-
Please check the code for the %s component.`,y,h),Hs[S]=!0)}function kn(h,y,S){var B=h.id;h=h.overflow;var X=32-cu(B)-1;B&=~(1<<X),S+=1;var oe=32-cu(y)+X;if(30<oe){var Ee=X-X%5;return oe=(B&(1<<Ee)-1).toString(32),B>>=Ee,X-=Ee,{id:1<<32-cu(y)+X|S<<X|B,overflow:oe+h}}return{id:1<<oe|S<<X|B,overflow:h}}function hr(h){return h>>>=0,h===0?32:31-(uu(h)/Od|0)|0}function In(){}function ec(h,y,S){switch(S=h[S],S===void 0?h.push(y):S!==y&&(y.then(In,In),y=S),y.status){case"fulfilled":return y.value;case"rejected":throw y.reason;default:switch(typeof y.status=="string"?y.then(In,In):(h=y,h.status="pending",h.then(function(B){if(y.status==="pending"){var X=y;X.status="fulfilled",X.value=B}},function(B){if(y.status==="pending"){var X=y;X.status="rejected",X.reason=B}})),y.status){case"fulfilled":return y.value;case"rejected":throw y.reason}throw Xs=y,Wo}}function Ao(){if(Xs===null)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var h=Xs;return Xs=null,h}function tl(h,y){return h===y&&(h!==0||1/h===1/y)||h!==h&&y!==y}function Ur(){if(Ua===null)throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
392
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
393
|
-
2. You might be breaking the Rules of Hooks
|
|
394
|
-
3. You might have more than one copy of React in the same app
|
|
395
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`);return Ln&&console.error("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://react.dev/link/rules-of-hooks"),Ua}function Cs(){if(0<zo)throw Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function oa(){return Dn===null?pc===null?(fs=!1,pc=Dn=Cs()):(fs=!0,Dn=pc):Dn.next===null?(fs=!1,Dn=Dn.next=Cs()):(fs=!0,Dn=Dn.next),Dn}function Rn(){var h=Rl;return Rl=null,h}function aa(){Ln=!1,Fa=Ju=hc=Ua=null,kl=!1,pc=null,zo=0,Dn=ho=null}function nl(h){return Ln&&console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),h._currentValue}function ko(h,y){return typeof y=="function"?y(h):y}function sa(h,y,S){if(h!==ko&&(Zs="useReducer"),Ua=Ur(),Dn=oa(),fs){if(S=Dn.queue,y=S.dispatch,ho!==null){var B=ho.get(S);if(B!==void 0){ho.delete(S),S=Dn.memoizedState;do{var X=B.action;Ln=!0,S=h(S,X),Ln=!1,B=B.next}while(B!==null);return Dn.memoizedState=S,[S,y]}}return[Dn.memoizedState,y]}return Ln=!0,h=h===ko?typeof y=="function"?y():y:S!==void 0?S(y):y,Ln=!1,Dn.memoizedState=h,h=Dn.queue={last:null,dispatch:null},h=h.dispatch=rl.bind(null,Ua,h),[Dn.memoizedState,h]}function Ss(h,y){if(Ua=Ur(),Dn=oa(),y=y===void 0?null:y,Dn!==null){var S=Dn.memoizedState;if(S!==null&&y!==null){e:{var B=S[1];if(B===null)console.error("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",Zs),B=!1;else{y.length!==B.length&&console.error(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
396
|
-
|
|
397
|
-
Previous: %s
|
|
398
|
-
Incoming: %s`,Zs,"["+y.join(", ")+"]","["+B.join(", ")+"]");for(var X=0;X<B.length&&X<y.length;X++)if(!Lf(y[X],B[X])){B=!1;break e}B=!0}}if(B)return S[0]}}return Ln=!0,h=h(),Ln=!1,Dn.memoizedState=[h,y],h}function rl(h,y,S){if(25<=zo)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(h===Ua)if(kl=!0,h={action:S,next:null},ho===null&&(ho=new Map),S=ho.get(y),S===void 0)ho.set(y,h);else{for(y=S;y.next!==null;)y=y.next;y.next=h}}function Iu(){throw Error("startTransition cannot be called during server rendering.")}function As(){throw Error("Cannot update optimistic state while rendering.")}function Ya(h,y,S){Ur();var B=qr++,X=Ju;if(typeof h.$$FORM_ACTION=="function"){var oe=null,Ee=Fa;X=X.formState;var Fe=h.$$IS_SIGNATURE_EQUAL;if(X!==null&&typeof Fe=="function"){var Qe=X[1];Fe.call(h,X[2],X[3])&&(oe=S!==void 0?"p"+S:"k"+l(JSON.stringify([Ee,null,B]),0),Qe===oe&&(Ji=B,y=X[0]))}var Ve=h.bind(null,y);return h=function(wt){Ve(wt)},typeof Ve.$$FORM_ACTION=="function"&&(h.$$FORM_ACTION=function(wt){wt=Ve.$$FORM_ACTION(wt),S!==void 0&&(N(S,"target"),S+="",wt.action=S);var nt=wt.data;return nt&&(oe===null&&(oe=S!==void 0?"p"+S:"k"+l(JSON.stringify([Ee,null,B]),0)),nt.append("$ACTION_KEY",oe)),wt}),[y,h,!1]}var ht=h.bind(null,y);return[y,function(wt){ht(wt)},!1]}function pr(h){var y=jr;return jr+=1,Rl===null&&(Rl=[]),ec(Rl,h,y)}function kf(){throw Error("Cache cannot be refreshed during server rendering.")}function Za(){}function la(){}function Ti(){if(Ho===0){Ul=console.log,p=console.info,v=console.warn,C=console.error,L=console.group,Y=console.groupCollapsed,ae=console.groupEnd;var h={configurable:!0,enumerable:!0,value:la,writable:!0};Object.defineProperties(console,{info:h,log:h,warn:h,error:h,group:h,groupCollapsed:h,groupEnd:h})}Ho++}function tc(){if(Ho--,Ho===0){var h={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:er({},h,{value:Ul}),info:er({},h,{value:p}),warn:er({},h,{value:v}),error:er({},h,{value:C}),group:er({},h,{value:L}),groupCollapsed:er({},h,{value:Y}),groupEnd:er({},h,{value:ae})})}0>Ho&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function Ja(h){if(Se===void 0)try{throw Error()}catch(S){var y=S.stack.trim().match(/\n( *(at )?)/);Se=y&&y[1]||"",Oe=-1<S.stack.indexOf(`
|
|
399
|
-
at`)?" (<anonymous>)":-1<S.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
400
|
-
`+Se+h+Oe}function ks(h,y){if(!h||tt)return"";var S=Ge.get(h);if(S!==void 0)return S;tt=!0,S=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var B=null;B=Ft.H,Ft.H=null,Ti();try{var X={DetermineComponentFrameRoot:function(){try{if(y){var nt=function(){throw Error()};if(Object.defineProperty(nt.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(nt,[])}catch(it){var Dt=it}Reflect.construct(h,[],nt)}else{try{nt.call()}catch(it){Dt=it}h.call(nt.prototype)}}else{try{throw Error()}catch(it){Dt=it}(nt=h())&&typeof nt.catch=="function"&&nt.catch(function(){})}}catch(it){if(it&&Dt&&typeof it.stack=="string")return[it.stack,Dt.stack]}return[null,null]}};X.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var oe=Object.getOwnPropertyDescriptor(X.DetermineComponentFrameRoot,"name");oe&&oe.configurable&&Object.defineProperty(X.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var Ee=X.DetermineComponentFrameRoot(),Fe=Ee[0],Qe=Ee[1];if(Fe&&Qe){var Ve=Fe.split(`
|
|
401
|
-
`),ht=Qe.split(`
|
|
402
|
-
`);for(Ee=oe=0;oe<Ve.length&&!Ve[oe].includes("DetermineComponentFrameRoot");)oe++;for(;Ee<ht.length&&!ht[Ee].includes("DetermineComponentFrameRoot");)Ee++;if(oe===Ve.length||Ee===ht.length)for(oe=Ve.length-1,Ee=ht.length-1;1<=oe&&0<=Ee&&Ve[oe]!==ht[Ee];)Ee--;for(;1<=oe&&0<=Ee;oe--,Ee--)if(Ve[oe]!==ht[Ee]){if(oe!==1||Ee!==1)do if(oe--,Ee--,0>Ee||Ve[oe]!==ht[Ee]){var wt=`
|
|
403
|
-
`+Ve[oe].replace(" at new "," at ");return h.displayName&&wt.includes("<anonymous>")&&(wt=wt.replace("<anonymous>",h.displayName)),typeof h=="function"&&Ge.set(h,wt),wt}while(1<=oe&&0<=Ee);break}}}finally{tt=!1,Ft.H=B,tc(),Error.prepareStackTrace=S}return Ve=(Ve=h?h.displayName||h.name:"")?Ja(Ve):"",typeof h=="function"&&Ge.set(h,Ve),Ve}function il(h){if(typeof h=="string")return Ja(h);if(typeof h=="function")return h.prototype&&h.prototype.isReactComponent?(h=ks(h,!0),h):ks(h,!1);if(typeof h=="object"&&h!==null){switch(h.$$typeof){case oc:return ks(h.render,!1);case cr:return ks(h.type,!1);case Ir:var y=h,S=y._payload;y=y._init;try{h=y(S)}catch{return Ja("Lazy")}return il(h)}if(typeof h.name=="string")return S=h.env,Ja(h.name+(S?" ["+S+"]":""))}switch(h){case wa:return Ja("SuspenseList");case Ps:return Ja("Suspense")}return""}function Fc(h){try{var y="";do y+=il(h.type),h=h.parent;while(h);return y}catch(S){return`
|
|
404
|
-
Error generating stack: `+S.message+`
|
|
405
|
-
`+S.stack}}function zi(h){if(typeof h=="object"&&h!==null&&typeof h.environmentName=="string"){var y=h.environmentName;h=[h].slice(0),typeof h[0]=="string"?h.splice(0,1,"%c%s%c "+h[0],"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px"," "+y+" ",""):h.splice(0,0,"%c%s%c ","background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px"," "+y+" ",""),h.unshift(console),y=lu.apply(console.error,h),y()}else console.error(h);return null}function Rs(){}function Oc(h,y,S,B,X,oe,Ee,Fe,Qe,Ve,ht){var wt=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=h,this.renderState=y,this.rootFormatContext=S,this.progressiveChunkSize=B===void 0?12800:B,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedRootSegment=null,this.abortableTasks=wt,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=X===void 0?zi:X,this.onPostpone=Ve===void 0?Rs:Ve,this.onAllReady=oe===void 0?Rs:oe,this.onShellReady=Ee===void 0?Rs:Ee,this.onShellError=Fe===void 0?Rs:Fe,this.onFatalError=Qe===void 0?Rs:Qe,this.formState=ht===void 0?null:ht,this.didWarnForKey=null}function Ka(h,y,S,B,X,oe,Ee,Fe,Qe,Ve,ht,wt){return y=new Oc(y,S,B,X,oe,Ee,Fe,Qe,Ve,ht,wt),S=fa(y,0,null,B,!1,!1),S.parentFlushed=!0,h=ca(y,null,h,-1,null,S,null,y.abortableTasks,null,B,null,Zu,null,!1),wr(h),y.pingedTasks.push(h),y}function Ro(h,y,S,B,X,oe,Ee,Fe,Qe,Ve,ht){return h=Ka(h,y,S,B,X,oe,Ee,Fe,Qe,Ve,ht,void 0),h.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},h}function Us(h,y){h.pingedTasks.push(y),h.pingedTasks.length===1&&(h.flushScheduled=h.destination!==null,h.trackedPostpones!==null||h.status===10?Pu(function(){return Mc(h)}):c(function(){return Mc(h)}))}function Ei(h,y){return{status:Yt,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:y,errorDigest:null,contentState:on(),fallbackState:on(),trackedContentKeyPath:null,trackedFallbackNode:null,errorMessage:null,errorStack:null,errorComponentStack:null}}function ca(h,y,S,B,X,oe,Ee,Fe,Qe,Ve,ht,wt,nt,Dt){h.allPendingTasks++,X===null?h.pendingRootTasks++:X.pendingTasks++;var it={replay:null,node:S,childIndex:B,ping:function(){return Us(h,it)},blockedBoundary:X,blockedSegment:oe,hoistableState:Ee,abortSet:Fe,keyPath:Qe,formatContext:Ve,context:ht,treeContext:wt,componentStack:nt,thenableState:y,isFallback:Dt};return Fe.add(it),it}function ua(h,y,S,B,X,oe,Ee,Fe,Qe,Ve,ht,wt,nt,Dt){h.allPendingTasks++,oe===null?h.pendingRootTasks++:oe.pendingTasks++,S.pendingTasks++;var it={replay:S,node:B,childIndex:X,ping:function(){return Us(h,it)},blockedBoundary:oe,blockedSegment:null,hoistableState:Ee,abortSet:Fe,keyPath:Qe,formatContext:Ve,context:ht,treeContext:wt,componentStack:nt,thenableState:y,isFallback:Dt};return Fe.add(it),it}function fa(h,y,S,B,X,oe){return{status:Yt,id:-1,index:y,parentFlushed:!1,chunks:[],children:[],parentFormatContext:B,boundary:S,lastPushedText:X,textEmbedded:oe}}function Ic(){return po===null||po.componentStack===null?"":Fc(po.componentStack)}function da(h,y){if(y!=null)for(var S=0;S<y.length;S++){var B=y[S];typeof B.name=="string"&&(h.componentStack={parent:h.componentStack,type:B,owner:B.owner,stack:null})}}function wr(h){var y=h.node;if(typeof y=="object"&&y!==null)switch(y.$$typeof){case xa:var S=y.type,B=y._owner;da(h,y._debugInfo),h.componentStack={parent:h.componentStack,type:S,owner:B,stack:null};break;case Ir:da(h,y._debugInfo);break;default:typeof y.then=="function"&&da(h,y._debugInfo)}}function ha(h){var y={};return h&&Object.defineProperty(y,"componentStack",{configurable:!0,enumerable:!0,get:function(){var S=Fc(h);return Object.defineProperty(y,"componentStack",{value:S}),S}}),y}function Qa(h,y,S,B,X){h.errorDigest=y,S instanceof Error?(y=String(S.message),S=String(S.stack)):(y=typeof S=="object"&&S!==null?s(S):String(S),S=null),X=X?`Switched to client rendering because the server rendering aborted due to:
|
|
406
|
-
|
|
407
|
-
`:`Switched to client rendering because the server rendering errored:
|
|
408
|
-
|
|
409
|
-
`,h.errorMessage=X+y,h.errorStack=S!==null?X+S:null,h.errorComponentStack=B.componentStack}function lr(h,y,S){if(h=h.onError,y=h(y,S),y!=null&&typeof y!="string")console.error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "%s" instead',typeof y);else return y}function qa(h,y){var S=h.onShellError,B=h.onFatalError;S(y),B(y),h.destination!==null?(h.status=Qt,D(h.destination,y)):(h.status=13,h.fatalError=y)}function nc(h,y,S,B,X,oe){var Ee=y.thenableState;for(y.thenableState=null,Ua={},hc=y,Ju=h,Fa=S,Ln=!1,qr=Ys=0,Ji=-1,jr=0,Rl=Ee,h=_t(B,X,oe);kl;)kl=!1,qr=Ys=0,Ji=-1,jr=0,zo+=1,Dn=null,h=B(X,oe);return aa(),h}function fi(h,y,S,B,X,oe,Ee){var Fe=!1;if(oe!==0&&h.formState!==null){var Qe=y.blockedSegment;if(Qe!==null){Fe=!0,Qe=Qe.chunks;for(var Ve=0;Ve<oe;Ve++)Ve===Ee?Qe.push(ka):Qe.push(lo)}}oe=y.keyPath,y.keyPath=S,X?(S=y.treeContext,y.treeContext=kn(S,1,0),Or(h,y,B,-1),y.treeContext=S):Fe?Or(h,y,B,-1):Fr(h,y,B,-1),y.keyPath=oe}function pa(h,y,S,B,X,oe){if(typeof B=="function")if(B.prototype&&B.prototype.isReactComponent){var Ee=X;if("ref"in X){Ee={};for(var Fe in X)Fe!=="ref"&&(Ee[Fe]=X[Fe])}var Qe=B.defaultProps;if(Qe){Ee===X&&(Ee=er({},Ee,X));for(var Ve in Qe)Ee[Ve]===void 0&&(Ee[Ve]=Qe[Ve])}var ht=Ee,wt=Ui,nt=B.contextType;if("contextType"in B&&nt!==null&&(nt===void 0||nt.$$typeof!==Qn)&&!Nf.has(B)){Nf.add(B);var Dt=nt===void 0?" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof nt!="object"?" However, it is set to a "+typeof nt+".":nt.$$typeof===ul?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(nt).join(", ")+"}.";console.error("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",jt(B)||"Component",Dt)}typeof nt=="object"&&nt!==null&&(wt=nt._currentValue);var it=new B(ht,wt);if(typeof B.getDerivedStateFromProps=="function"&&(it.state===null||it.state===void 0)){var rn=jt(B)||"Component";Fi.has(rn)||(Fi.add(rn),console.error("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",rn,it.state===null?"null":"undefined",rn))}if(typeof B.getDerivedStateFromProps=="function"||typeof it.getSnapshotBeforeUpdate=="function"){var Tn=null,Sn=null,gn=null;if(typeof it.componentWillMount=="function"&&it.componentWillMount.__suppressDeprecationWarning!==!0?Tn="componentWillMount":typeof it.UNSAFE_componentWillMount=="function"&&(Tn="UNSAFE_componentWillMount"),typeof it.componentWillReceiveProps=="function"&&it.componentWillReceiveProps.__suppressDeprecationWarning!==!0?Sn="componentWillReceiveProps":typeof it.UNSAFE_componentWillReceiveProps=="function"&&(Sn="UNSAFE_componentWillReceiveProps"),typeof it.componentWillUpdate=="function"&&it.componentWillUpdate.__suppressDeprecationWarning!==!0?gn="componentWillUpdate":typeof it.UNSAFE_componentWillUpdate=="function"&&(gn="UNSAFE_componentWillUpdate"),Tn!==null||Sn!==null||gn!==null){var En=jt(B)||"Component",rr=typeof B.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Oi.has(En)||(Oi.add(En),console.error(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
410
|
-
|
|
411
|
-
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
412
|
-
|
|
413
|
-
The above lifecycles should be removed. Learn more about this warning here:
|
|
414
|
-
https://react.dev/link/unsafe-component-lifecycles`,En,rr,Tn!==null?`
|
|
415
|
-
`+Tn:"",Sn!==null?`
|
|
416
|
-
`+Sn:"",gn!==null?`
|
|
417
|
-
`+gn:""))}}var qt=jt(B)||"Component";it.render||(B.prototype&&typeof B.prototype.render=="function"?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",qt):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",qt)),!it.getInitialState||it.getInitialState.isReactClassApproved||it.state||console.error("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",qt),it.getDefaultProps&&!it.getDefaultProps.isReactClassApproved&&console.error("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",qt),it.contextType&&console.error("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",qt),B.childContextTypes&&!Zi.has(B)&&(Zi.add(B),console.error("%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)",qt)),B.contextTypes&&!Bo.has(B)&&(Bo.add(B),console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with static contextType instead. (https://react.dev/link/legacy-context)",qt)),typeof it.componentShouldUpdate=="function"&&console.error("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",qt),B.prototype&&B.prototype.isPureReactComponent&&typeof it.shouldComponentUpdate<"u"&&console.error("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",jt(B)||"A pure component"),typeof it.componentDidUnmount=="function"&&console.error("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",qt),typeof it.componentDidReceiveProps=="function"&&console.error("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",qt),typeof it.componentWillRecieveProps=="function"&&console.error("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",qt),typeof it.UNSAFE_componentWillRecieveProps=="function"&&console.error("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",qt);var wi=it.props!==ht;it.props!==void 0&&wi&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",qt),it.defaultProps&&console.error("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",qt,qt),typeof it.getSnapshotBeforeUpdate!="function"||typeof it.componentDidUpdate=="function"||Vs.has(B)||(Vs.add(B),console.error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",jt(B))),typeof it.getDerivedStateFromProps=="function"&&console.error("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",qt),typeof it.getDerivedStateFromError=="function"&&console.error("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",qt),typeof B.getSnapshotBeforeUpdate=="function"&&console.error("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",qt);var jn=it.state;jn&&(typeof jn!="object"||oo(jn))&&console.error("%s.state: must be set to an object or null",qt),typeof it.getChildContext=="function"&&typeof B.childContextTypes!="object"&&console.error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",qt);var Un=it.state!==void 0?it.state:null;it.updater=Bf,it.props=ht,it.state=Un;var An={queue:[],replace:!1};it._reactInternals=An;var Gr=B.contextType;if(it.context=typeof Gr=="object"&&Gr!==null?Gr._currentValue:Ui,it.state===ht){var yo=jt(B)||"Component";us.has(yo)||(us.add(yo),console.error("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",yo))}var $n=B.getDerivedStateFromProps;if(typeof $n=="function"){var ci=$n(ht,Un);if(ci===void 0){var yr=jt(B)||"Component";Gs.has(yr)||(Gs.add(yr),console.error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",yr))}var Go=ci==null?Un:er({},Un,ci);it.state=Go}if(typeof B.getDerivedStateFromProps!="function"&&typeof it.getSnapshotBeforeUpdate!="function"&&(typeof it.UNSAFE_componentWillMount=="function"||typeof it.componentWillMount=="function")){var Oa=it.state;if(typeof it.componentWillMount=="function"){if(it.componentWillMount.__suppressDeprecationWarning!==!0){var bo=jt(B)||"Unknown";Al[bo]||(console.warn(`componentWillMount has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
418
|
-
|
|
419
|
-
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
|
|
420
|
-
|
|
421
|
-
Please update the following components: %s`,bo),Al[bo]=!0)}it.componentWillMount()}if(typeof it.UNSAFE_componentWillMount=="function"&&it.UNSAFE_componentWillMount(),Oa!==it.state&&(console.error("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",jt(B)||"Component"),Bf.enqueueReplaceState(it,it.state,null)),An.queue!==null&&0<An.queue.length){var Ia=An.queue,Js=An.replace;if(An.queue=null,An.replace=!1,Js&&Ia.length===1)it.state=Ia[0];else{for(var Ii=Js?Ia[0]:it.state,du=!0,Mi=Js?1:0;Mi<Ia.length;Mi++){var ds=Ia[Mi],mo=typeof ds=="function"?ds.call(it,Ii,ht,void 0):ds;mo!=null&&(du?(du=!1,Ii=er({},Ii,mo)):er(Ii,mo))}it.state=Ii}}else An.queue=null}var Fl=Ot(it);if(h.status===12)throw null;it.props!==ht&&(go||console.error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",jt(B)||"a component"),go=!0);var zn=y.keyPath;y.keyPath=S,Fr(h,y,Fl,-1),y.keyPath=zn}else{if(B.prototype&&typeof B.prototype.render=="function"){var Fn=jt(B)||"Unknown";Tr[Fn]||(console.error("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",Fn,Fn),Tr[Fn]=!0)}var Pi=nc(h,y,S,B,X,void 0);if(h.status===12)throw null;var Ma=Ys!==0,Qu=qr,qu=Ji;if(B.contextTypes){var Ni=jt(B)||"Unknown";Wn[Ni]||(Wn[Ni]=!0,console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with React.useContext() instead. (https://react.dev/link/legacy-context)",Ni))}if(B&&B.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
|
|
422
|
-
%s.childContextTypes = ...`,B.displayName||B.name||"Component"),typeof B.getDerivedStateFromProps=="function"){var Xo=jt(B)||"Unknown";xi[Xo]||(console.error("%s: Function components do not support getDerivedStateFromProps.",Xo),xi[Xo]=!0)}if(typeof B.contextType=="object"&&B.contextType!==null){var Ol=jt(B)||"Unknown";vn[Ol]||(console.error("%s: Function components do not support contextType.",Ol),vn[Ol]=!0)}fi(h,y,S,Pi,Ma,Qu,qu)}else if(typeof B=="string"){var Pa=y.blockedSegment;if(Pa===null){var br=X.children,ei=y.formatContext,Il=y.keyPath;y.formatContext=q(ei,B,X),y.keyPath=S,Or(h,y,br,-1),y.formatContext=ei,y.keyPath=Il}else{var hu=we(Pa.chunks,B,X,h.resumableState,h.renderState,y.hoistableState,y.formatContext,Pa.lastPushedText,y.isFallback);Pa.lastPushedText=!1;var Bi=y.formatContext,yc=y.keyPath;y.formatContext=q(Bi,B,X),y.keyPath=S,Or(h,y,hu,-1),y.formatContext=Bi,y.keyPath=yc;e:{var Yo=Pa.chunks,Na=h.resumableState;switch(B){case"title":case"style":case"script":case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break e;case"body":if(Bi.insertionMode<=Ea){Na.hasBody=!0;break e}break;case"html":if(Bi.insertionMode===Kr){Na.hasHtml=!0;break e}}Yo.push(de(B))}Pa.lastPushedText=!1}}else{switch(B){case pn:case Da:case ic:case Hi:case cl:var Ba=y.keyPath;y.keyPath=S,Fr(h,y,X.children,-1),y.keyPath=Ba;return;case fn:if(X.mode!=="hidden"){var La=y.keyPath;y.keyPath=S,Fr(h,y,X.children,-1),y.keyPath=La}return;case wa:var Zo=y.keyPath;y.keyPath=S,Fr(h,y,X.children,-1),y.keyPath=Zo;return;case fl:throw Error("ReactDOMServer does not yet support scope components.");case Ps:e:if(y.replay!==null){var vo=y.keyPath;y.keyPath=S;var Ml=X.children;try{Or(h,y,Ml,-1)}finally{y.keyPath=vo}}else{var Pl=y.keyPath,xo=y.blockedBoundary,pu=y.hoistableState,Wa=y.blockedSegment,bc=X.fallback,hs=X.children,Id=new Set,ir=Ei(h,Id);h.trackedPostpones!==null&&(ir.trackedContentKeyPath=S);var ti=fa(h,Wa.chunks.length,ir,y.formatContext,!1,!1);Wa.children.push(ti),Wa.lastPushedText=!1;var Li=fa(h,0,null,y.formatContext,!1,!1);if(Li.parentFlushed=!0,h.trackedPostpones!==null){var Ki=[S[0],"Suspense Fallback",S[2]],mc=[Ki[1],Ki[2],[],null];h.trackedPostpones.workingMap.set(Ki,mc),ir.trackedFallbackNode=mc,y.blockedSegment=ti,y.keyPath=Ki,ti.status=6;try{Or(h,y,bc,-1),ti.lastPushedText&&ti.textEmbedded&&ti.chunks.push(Io),ti.status=Ut}catch($u){throw ti.status=h.status===12?3:4,$u}finally{y.blockedSegment=Wa,y.keyPath=Pl}var Md=ca(h,null,hs,-1,ir,Li,ir.contentState,y.abortSet,S,y.formatContext,y.context,y.treeContext,y.componentStack,y.isFallback);wr(Md),h.pingedTasks.push(Md)}else{y.blockedBoundary=ir,y.hoistableState=ir.contentState,y.blockedSegment=Li,y.keyPath=S,Li.status=6;try{if(Or(h,y,hs,-1),Li.lastPushedText&&Li.textEmbedded&&Li.chunks.push(Io),Li.status=Ut,al(ir,Li),ir.pendingTasks===0&&ir.status===Yt){ir.status=Ut;break e}}catch($u){if(ir.status=tn,h.status===12){Li.status=3;var wo=h.fatalError}else Li.status=4,wo=$u;var ps=ha(y.componentStack),vc=lr(h,wo,ps);Qa(ir,vc,wo,ps,!1),ya(h,ir)}finally{y.blockedBoundary=xo,y.hoistableState=pu,y.blockedSegment=Wa,y.keyPath=Pl}var Wf=ca(h,null,bc,-1,xo,ti,ir.fallbackState,Id,[S[0],"Suspense Fallback",S[2]],y.formatContext,y.context,y.treeContext,y.componentStack,!0);wr(Wf),h.pingedTasks.push(Wf)}}return}if(typeof B=="object"&&B!==null)switch(B.$$typeof){case oc:if("ref"in X){var mr={};for(var Nl in X)Nl!=="ref"&&(mr[Nl]=X[Nl])}else mr=X;var gu=nc(h,y,S,B.render,mr,oe);fi(h,y,S,gu,Ys!==0,qr,Ji);return;case cr:pa(h,y,S,B.type,X,oe);return;case Ad:case Qn:var Bl=X.value,xc=X.children,wc=y.context,yu=y.keyPath,Dc=B._currentValue;B._currentValue=Bl,B._currentRenderer!==void 0&&B._currentRenderer!==null&&B._currentRenderer!==zs&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),B._currentRenderer=zs;var ju=No,Ll={parent:ju,depth:ju===null?0:ju.depth+1,context:B,parentValue:Dc,value:Bl};No=Ll,y.context=Ll,y.keyPath=S,Fr(h,y,xc,-1);var gs=No;if(gs===null)throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");gs.context!==B&&console.error("The parent context is not the expected context. This is probably a bug in React."),gs.context._currentValue=gs.parentValue,B._currentRenderer!==void 0&&B._currentRenderer!==null&&B._currentRenderer!==zs&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),B._currentRenderer=zs;var Wl=No=gs.parent;y.context=Wl,y.keyPath=yu,wc!==y.context&&console.error("Popping the context provider did not return back to the original snapshot. This is a bug in React.");return;case ul:var Tc=B._context,ys=X.children;typeof ys!="function"&&console.error("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var Xr=ys(Tc._currentValue),Yr=y.keyPath;y.keyPath=S,Fr(h,y,Xr,-1),y.keyPath=Yr;return;case Ir:var Pd=dn(B);if(h.status===12)throw null;pa(h,y,S,Pd,X,oe);return}var zl="";throw(B===void 0||typeof B=="object"&&B!==null&&Object.keys(B).length===0)&&(zl+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+((B==null?B:typeof B)+"."+zl))}}function Cn(h,y,S,B,X){var oe=y.replay,Ee=y.blockedBoundary,Fe=fa(h,0,null,y.formatContext,!1,!1);Fe.id=S,Fe.parentFlushed=!0;try{y.replay=null,y.blockedSegment=Fe,Or(h,y,B,X),Fe.status=Ut,Ee===null?h.completedRootSegment=Fe:(al(Ee,Fe),Ee.parentFlushed&&h.partialBoundaries.push(Ee))}finally{y.replay=oe,y.blockedSegment=null}}function Fr(h,y,S,B){y.replay!==null&&typeof y.replay.slots=="number"?Cn(h,y,y.replay.slots,S,B):(y.node=S,y.childIndex=B,S=y.componentStack,wr(y),Fs(h,y),y.componentStack=S)}function Fs(h,y){var S=y.node,B=y.childIndex;if(S!==null){if(typeof S=="object"){switch(S.$$typeof){case xa:var X=S.type,oe=S.key,Ee=S.props;S=Ee.ref;var Fe=S!==void 0?S:null,Qe=jt(X),Ve=oe??(B===-1?0:B),ht=[y.keyPath,Qe,Ve];if(y.replay!==null){var wt=y.replay;for(B=wt.nodes,S=0;S<B.length;S++)if(oe=B[S],Ve===oe[1]){if(oe.length===4){if(Qe!==null&&Qe!==oe[0])throw Error("Expected the resume to render <"+oe[0]+"> in this slot but instead it rendered <"+Qe+">. The tree doesn't match so React will fallback to client rendering.");var nt=oe[2];oe=oe[3],Qe=y.node,y.replay={nodes:nt,slots:oe,pendingTasks:1};try{if(pa(h,y,ht,X,Ee,Fe),y.replay.pendingTasks===1&&0<y.replay.nodes.length)throw Error("Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.");y.replay.pendingTasks--}catch(rr){if(typeof rr=="object"&&rr!==null&&(rr===Wo||typeof rr.then=="function"))throw y.node===Qe&&(y.replay=wt),rr;y.replay.pendingTasks--,Ee=ha(y.componentStack),no(h,y.blockedBoundary,rr,Ee,nt,oe)}y.replay=wt}else{if(X!==Ps)throw Error("Expected the resume to render <Suspense> in this slot but instead it rendered <"+(jt(X)||"Unknown")+">. The tree doesn't match so React will fallback to client rendering.");e:{X=void 0,Fe=oe[5],wt=oe[2],Qe=oe[3],Ve=oe[4]===null?[]:oe[4][2],oe=oe[4]===null?null:oe[4][3];var Dt=y.keyPath,it=y.replay,rn=y.blockedBoundary,Tn=y.hoistableState,Sn=Ee.children;Ee=Ee.fallback;var gn=new Set,En=Ei(h,gn);En.parentFlushed=!0,En.rootSegmentID=Fe,y.blockedBoundary=En,y.hoistableState=En.contentState,y.keyPath=ht,y.replay={nodes:wt,slots:Qe,pendingTasks:1};try{if(Or(h,y,Sn,-1),y.replay.pendingTasks===1&&0<y.replay.nodes.length)throw Error("Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.");if(y.replay.pendingTasks--,En.pendingTasks===0&&En.status===Yt){En.status=Ut,h.completedBoundaries.push(En);break e}}catch(rr){En.status=tn,nt=ha(y.componentStack),X=lr(h,rr,nt),Qa(En,X,rr,nt,!1),y.replay.pendingTasks--,h.clientRenderedBoundaries.push(En)}finally{y.blockedBoundary=rn,y.hoistableState=Tn,y.replay=it,y.keyPath=Dt}nt=ua(h,null,{nodes:Ve,slots:oe,pendingTasks:0},Ee,-1,rn,En.fallbackState,gn,[ht[0],"Suspense Fallback",ht[2]],y.formatContext,y.context,y.treeContext,y.componentStack,!0),wr(nt),h.pingedTasks.push(nt)}}B.splice(S,1);break}}else pa(h,y,ht,X,Ee,Fe);return;case hi:throw Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Ir:if(S=dn(S),h.status===12)throw null;Fr(h,y,S,B);return}if(oo(S)){ga(h,y,S,B);return}if(S===null||typeof S!="object"?Ee=null:(nt=zc&&S[zc]||S["@@iterator"],Ee=typeof nt=="function"?nt:null),Ee&&(nt=Ee.call(S))){if(nt===S?(B!==-1||y.componentStack===null||typeof y.componentStack.type!="function"||Object.prototype.toString.call(y.componentStack.type)!=="[object GeneratorFunction]"||Object.prototype.toString.call(nt)!=="[object Generator]")&&($r||console.error("Using Iterators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. You can also use an Iterable that can iterate multiple times over the same items."),$r=!0):S.entries!==Ee||Vo||(console.error("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Vo=!0),S=nt.next(),!S.done){Ee=[];do Ee.push(S.value),S=nt.next();while(!S.done);ga(h,y,Ee,B)}return}if(typeof S.then=="function")return y.thenableState=null,Fr(h,y,pr(S),B);if(S.$$typeof===Qn)return Fr(h,y,S._currentValue,B);throw B=Object.prototype.toString.call(S),Error("Objects are not valid as a React child (found: "+(B==="[object Object]"?"object with keys {"+Object.keys(S).join(", ")+"}":B)+"). If you meant to render a collection of children, use an array instead.")}typeof S=="string"?(B=y.blockedSegment,B!==null&&(B.lastPushedText=xe(B.chunks,S,h.renderState,B.lastPushedText))):typeof S=="number"||typeof S=="bigint"?(B=y.blockedSegment,B!==null&&(B.lastPushedText=xe(B.chunks,""+S,h.renderState,B.lastPushedText))):(typeof S=="function"&&(B=S.displayName||S.name||"Component",console.error("Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.",B,B)),typeof S=="symbol"&&console.error(`Symbols are not valid as a React child.
|
|
423
|
-
%s`,String(S)))}}function ga(h,y,S,B){var X=y.keyPath,oe=y.componentStack;if(da(y,y.node._debugInfo),B!==-1&&(y.keyPath=[y.keyPath,"Fragment",B],y.replay!==null)){for(var Ee=y.replay,Fe=Ee.nodes,Qe=0;Qe<Fe.length;Qe++){var Ve=Fe[Qe];if(Ve[1]===B){B=Ve[2],Ve=Ve[3],y.replay={nodes:B,slots:Ve,pendingTasks:1};try{if(ga(h,y,S,-1),y.replay.pendingTasks===1&&0<y.replay.nodes.length)throw Error("Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.");y.replay.pendingTasks--}catch(Tn){if(typeof Tn=="object"&&Tn!==null&&(Tn===Wo||typeof Tn.then=="function"))throw Tn;y.replay.pendingTasks--,S=ha(y.componentStack),no(h,y.blockedBoundary,Tn,S,B,Ve)}y.replay=Ee,Fe.splice(Qe,1);break}}y.keyPath=X,y.componentStack=oe;return}if(Ee=y.treeContext,Fe=S.length,y.replay!==null&&(Qe=y.replay.slots,Qe!==null&&typeof Qe=="object")){for(B=0;B<Fe;B++){Ve=S[B],y.treeContext=kn(Ee,Fe,B);var ht=Qe[B];typeof ht=="number"?(Cn(h,y,ht,Ve,B),delete Qe[B]):Or(h,y,Ve,B)}y.treeContext=Ee,y.keyPath=X,y.componentStack=oe;return}for(Qe=0;Qe<Fe;Qe++){B=S[Qe];var wt=h;if(Ve=y,ht=B,ht!==null&&typeof ht=="object"&&(ht.$$typeof===xa||ht.$$typeof===hi)&&ht._store&&(!ht._store.validated&&ht.key==null||ht._store.validated===2)){if(typeof ht._store!="object")throw Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");ht._store.validated=1;var nt=wt.didWarnForKey;if(nt==null&&(nt=wt.didWarnForKey=new WeakSet),wt=Ve.componentStack,wt!==null&&!nt.has(wt)){nt.add(wt);var Dt=jt(ht.type);nt=ht._owner;var it=wt.owner;if(wt="",it&&typeof it.type<"u"){var rn=jt(it.type);rn&&(wt=`
|
|
424
|
-
|
|
425
|
-
Check the render method of \``+rn+"`.")}wt||Dt&&(wt=`
|
|
426
|
-
|
|
427
|
-
Check the top-level render call using <`+Dt+">."),Dt="",nt!=null&&it!==nt&&(it=null,typeof nt.type<"u"?it=jt(nt.type):typeof nt.name=="string"&&(it=nt.name),it&&(Dt=" It was passed a child from "+it+".")),nt=Ve.componentStack,Ve.componentStack={parent:Ve.componentStack,type:ht.type,owner:ht._owner,stack:null},console.error('Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',wt,Dt),Ve.componentStack=nt}}y.treeContext=kn(Ee,Fe,Qe),Or(h,y,B,Qe)}y.treeContext=Ee,y.keyPath=X,y.componentStack=oe}function ya(h,y){h=h.trackedPostpones,h!==null&&(y=y.trackedContentKeyPath,y!==null&&(y=h.workingMap.get(y),y!==void 0&&(y.length=4,y[2]=[],y[3]=null)))}function ba(h,y,S){return ua(h,S,y.replay,y.node,y.childIndex,y.blockedBoundary,y.hoistableState,y.abortSet,y.keyPath,y.formatContext,y.context,y.treeContext,y.componentStack,y.isFallback)}function ma(h,y,S){var B=y.blockedSegment,X=fa(h,B.chunks.length,null,y.formatContext,B.lastPushedText,!0);return B.children.push(X),B.lastPushedText=!1,ca(h,S,y.node,y.childIndex,y.blockedBoundary,X,y.hoistableState,y.abortSet,y.keyPath,y.formatContext,y.context,y.treeContext,y.componentStack,y.isFallback)}function Or(h,y,S,B){var X=y.formatContext,oe=y.context,Ee=y.keyPath,Fe=y.treeContext,Qe=y.componentStack,Ve=y.blockedSegment;if(Ve===null)try{return Fr(h,y,S,B)}catch(nt){if(aa(),S=nt===Wo?Ao():nt,typeof S=="object"&&S!==null){if(typeof S.then=="function"){B=Rn(),h=ba(h,y,B).ping,S.then(h,h),y.formatContext=X,y.context=oe,y.keyPath=Ee,y.treeContext=Fe,y.componentStack=Qe,ar(oe);return}if(S.message==="Maximum call stack size exceeded"){S=Rn(),S=ba(h,y,S),h.pingedTasks.push(S),y.formatContext=X,y.context=oe,y.keyPath=Ee,y.treeContext=Fe,y.componentStack=Qe,ar(oe);return}}}else{var ht=Ve.children.length,wt=Ve.chunks.length;try{return Fr(h,y,S,B)}catch(nt){if(aa(),Ve.children.length=ht,Ve.chunks.length=wt,S=nt===Wo?Ao():nt,typeof S=="object"&&S!==null){if(typeof S.then=="function"){B=Rn(),h=ma(h,y,B).ping,S.then(h,h),y.formatContext=X,y.context=oe,y.keyPath=Ee,y.treeContext=Fe,y.componentStack=Qe,ar(oe);return}if(S.message==="Maximum call stack size exceeded"){S=Rn(),S=ma(h,y,S),h.pingedTasks.push(S),y.formatContext=X,y.context=oe,y.keyPath=Ee,y.treeContext=Fe,y.componentStack=Qe,ar(oe);return}}}}throw y.formatContext=X,y.context=oe,y.keyPath=Ee,y.treeContext=Fe,ar(oe),S}function no(h,y,S,B,X,oe){var Ee=lr(h,S,B);di(h,y,X,oe,S,Ee,B,!1)}function Os(h){var y=h.blockedBoundary;h=h.blockedSegment,h!==null&&(h.status=3,Uo(this,y,h))}function di(h,y,S,B,X,oe,Ee,Fe){for(var Qe=0;Qe<S.length;Qe++){var Ve=S[Qe];if(Ve.length===4)di(h,y,Ve[2],Ve[3],X,oe,Ee,Fe);else{var ht=h;Ve=Ve[5];var wt=X,nt=oe,Dt=Ee,it=Fe,rn=Ei(ht,new Set);rn.parentFlushed=!0,rn.rootSegmentID=Ve,rn.status=tn,Qa(rn,nt,wt,Dt,it),rn.parentFlushed&&ht.clientRenderedBoundaries.push(rn)}}if(S.length=0,B!==null){if(y===null)throw Error("We should not have any resumable nodes in the shell. This is a bug in React.");if(y.status!==tn&&(y.status=tn,Qa(y,oe,X,Ee,Fe),y.parentFlushed&&h.clientRenderedBoundaries.push(y)),typeof B=="object")for(var Tn in B)delete B[Tn]}}function rc(h,y,S){var B=h.blockedBoundary,X=h.blockedSegment;if(X!==null){if(X.status===6)return;X.status=3}if(X=ha(h.componentStack),B===null){if(y.status!==13&&y.status!==Qt){if(B=h.replay,B===null){lr(y,S,X),qa(y,S);return}B.pendingTasks--,B.pendingTasks===0&&0<B.nodes.length&&(h=lr(y,S,X),di(y,null,B.nodes,B.slots,S,h,X,!0)),y.pendingRootTasks--,y.pendingRootTasks===0&&va(y)}}else B.pendingTasks--,B.status!==tn&&(B.status=tn,h=lr(y,S,X),B.status=tn,Qa(B,h,S,X,!0),ya(y,B),B.parentFlushed&&y.clientRenderedBoundaries.push(B)),B.fallbackAbortableTasks.forEach(function(oe){return rc(oe,y,S)}),B.fallbackAbortableTasks.clear();y.allPendingTasks--,y.allPendingTasks===0&&ro(y)}function ol(h,y){try{var S=h.renderState,B=S.onHeaders;if(B){var X=S.headers;if(X){S.headers=null;var oe=X.preconnects;if(X.fontPreloads&&(oe&&(oe+=", "),oe+=X.fontPreloads),X.highImagePreloads&&(oe&&(oe+=", "),oe+=X.highImagePreloads),!y){var Ee=S.styles.values(),Fe=Ee.next();e:for(;0<X.remainingCapacity&&!Fe.done;Fe=Ee.next())for(var Qe=Fe.value.sheets.values(),Ve=Qe.next();0<X.remainingCapacity&&!Ve.done;Ve=Qe.next()){var ht=Ve.value,wt=ht.props,nt=wt.href,Dt=ht.props,it=me(Dt.href,"style",{crossOrigin:Dt.crossOrigin,integrity:Dt.integrity,nonce:Dt.nonce,type:Dt.type,fetchPriority:Dt.fetchPriority,referrerPolicy:Dt.referrerPolicy,media:Dt.media});if(0<=(X.remainingCapacity-=it.length+2))S.resets.style[nt]=Xn,oe&&(oe+=", "),oe+=it,S.resets.style[nt]=typeof wt.crossOrigin=="string"||typeof wt.integrity=="string"?[wt.crossOrigin,wt.integrity]:Xn;else break e}}B(oe?{Link:oe}:{})}}}catch(rn){lr(h,rn,{})}}function va(h){h.trackedPostpones===null&&ol(h,!0),h.onShellError=Rs,h=h.onShellReady,h()}function ro(h){ol(h,h.trackedPostpones===null?!0:h.completedRootSegment===null||h.completedRootSegment.status!==nr),h=h.onAllReady,h()}function al(h,y){if(y.chunks.length===0&&y.children.length===1&&y.children[0].boundary===null&&y.children[0].id===-1){var S=y.children[0];S.id=y.id,S.parentFlushed=!0,S.status===Ut&&al(h,S)}else h.completedSegments.push(y)}function Uo(h,y,S){if(y===null){if(S!==null&&S.parentFlushed){if(h.completedRootSegment!==null)throw Error("There can only be one root segment. This is a bug in React.");h.completedRootSegment=S}h.pendingRootTasks--,h.pendingRootTasks===0&&va(h)}else y.pendingTasks--,y.status!==tn&&(y.pendingTasks===0?(y.status===Yt&&(y.status=Ut),S!==null&&S.parentFlushed&&S.status===Ut&&al(y,S),y.parentFlushed&&h.completedBoundaries.push(y),y.status===Ut&&(y.fallbackAbortableTasks.forEach(Os,h),y.fallbackAbortableTasks.clear())):S!==null&&S.parentFlushed&&S.status===Ut&&(al(y,S),y.completedSegments.length===1&&y.parentFlushed&&h.partialBoundaries.push(y)));h.allPendingTasks--,h.allPendingTasks===0&&ro(h)}function Mc(h){if(h.status!==Qt&&h.status!==13){var y=No,S=Ft.H;Ft.H=gc;var B=Ft.A;Ft.A=Ku;var X=Nn;Nn=h;var oe=Ft.getCurrentStack;Ft.getCurrentStack=Ic;var Ee=fu;fu=h.resumableState;try{var Fe=h.pingedTasks,Qe;for(Qe=0;Qe<Fe.length;Qe++){var Ve=h,ht=Fe[Qe],wt=ht.blockedSegment;if(wt===null){var nt=void 0,Dt=Ve;if(Ve=ht,Ve.replay.pendingTasks!==0){ar(Ve.context),nt=po,po=Ve;try{if(typeof Ve.replay.slots=="number"?Cn(Dt,Ve,Ve.replay.slots,Ve.node,Ve.childIndex):Fs(Dt,Ve),Ve.replay.pendingTasks===1&&0<Ve.replay.nodes.length)throw Error("Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering.");Ve.replay.pendingTasks--,Ve.abortSet.delete(Ve),Uo(Dt,Ve.blockedBoundary,null)}catch(An){aa();var it=An===Wo?Ao():An;if(typeof it=="object"&&it!==null&&typeof it.then=="function"){var rn=Ve.ping;it.then(rn,rn),Ve.thenableState=Rn()}else{Ve.replay.pendingTasks--,Ve.abortSet.delete(Ve);var Tn=ha(Ve.componentStack);no(Dt,Ve.blockedBoundary,Dt.status===12?Dt.fatalError:it,Tn,Ve.replay.nodes,Ve.replay.slots),Dt.pendingRootTasks--,Dt.pendingRootTasks===0&&va(Dt),Dt.allPendingTasks--,Dt.allPendingTasks===0&&ro(Dt)}}finally{po=nt}}}else{Dt=nt=void 0;var Sn=ht,gn=wt;if(gn.status===Yt){gn.status=6,ar(Sn.context),Dt=po,po=Sn;var En=gn.children.length,rr=gn.chunks.length;try{Fs(Ve,Sn),gn.lastPushedText&&gn.textEmbedded&&gn.chunks.push(Io),Sn.abortSet.delete(Sn),gn.status=Ut,Uo(Ve,Sn.blockedBoundary,gn)}catch(An){aa(),gn.children.length=En,gn.chunks.length=rr;var qt=An===Wo?Ao():Ve.status===12?Ve.fatalError:An;if(typeof qt=="object"&&qt!==null&&typeof qt.then=="function"){gn.status=Yt,Sn.thenableState=Rn();var wi=Sn.ping;qt.then(wi,wi)}else{var jn=ha(Sn.componentStack);Sn.abortSet.delete(Sn),gn.status=4;var Un=Sn.blockedBoundary;nt=lr(Ve,qt,jn),Un===null?qa(Ve,qt):(Un.pendingTasks--,Un.status!==tn&&(Un.status=tn,Qa(Un,nt,qt,jn,!1),ya(Ve,Un),Un.parentFlushed&&Ve.clientRenderedBoundaries.push(Un))),Ve.allPendingTasks--,Ve.allPendingTasks===0&&ro(Ve)}}finally{po=Dt}}}}Fe.splice(0,Qe),h.destination!==null&&Is(h,h.destination)}catch(An){lr(h,An,{}),qa(h,An)}finally{fu=Ee,Ft.H=S,Ft.A=B,Ft.getCurrentStack=oe,S===gc&&ar(y),Nn=X}}}function Pc(h,y,S,B){switch(S.parentFlushed=!0,S.status){case Yt:S.id=h.nextSegmentId++;case nr:return B=S.id,S.lastPushedText=!1,S.textEmbedded=!1,h=h.renderState,u(y,Qr),u(y,h.placeholderPrefix),h=b(B.toString(16)),u(y,h),d(y,as);case Ut:S.status=Kt;var X=!0,oe=S.chunks,Ee=0;S=S.children;for(var Fe=0;Fe<S.length;Fe++){for(X=S[Fe];Ee<X.index;Ee++)u(y,oe[Ee]);X=Nc(h,y,X,B)}for(;Ee<oe.length-1;Ee++)u(y,oe[Ee]);return Ee<oe.length&&(X=d(y,oe[Ee])),X;default:throw Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function Nc(h,y,S,B){var X=S.boundary;if(X===null)return Pc(h,y,S,B);if(X.parentFlushed=!0,X.status===tn){var oe=X.errorDigest,Ee=X.errorMessage,Fe=X.errorStack;X=X.errorComponentStack,d(y,Wu),u(y,Ff),oe&&(u(y,fc),u(y,b(U(oe))),u(y,uo)),Ee&&(u(y,$c),u(y,b(U(Ee))),u(y,uo)),Fe&&(u(y,Dl),u(y,b(U(Fe))),u(y,uo)),X&&(u(y,Tl),u(y,b(U(X))),u(y,uo)),d(y,El),Pc(h,y,S,B)}else if(X.status!==Ut)X.status===Yt&&(X.rootSegmentID=h.nextSegmentId++),0<X.completedSegments.length&&h.partialBoundaries.push(X),ke(y,h.renderState,X.rootSegmentID),B&&(X=X.fallbackState,X.styles.forEach(zt,B),X.stylesheets.forEach(xr,B)),Pc(h,y,S,B);else if(X.byteSize>h.progressiveChunkSize)X.rootSegmentID=h.nextSegmentId++,h.completedBoundaries.push(X),ke(y,h.renderState,X.rootSegmentID),Pc(h,y,S,B);else{if(B&&(S=X.contentState,S.styles.forEach(zt,B),S.stylesheets.forEach(xr,B)),d(y,xl),S=X.completedSegments,S.length!==1)throw Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");Nc(h,y,S[0],B)}return d(y,Ai)}function Bc(h,y,S,B){return We(y,h.renderState,S.parentFormatContext,S.id),Nc(h,y,S,B),ut(y,S.parentFormatContext)}function Lc(h,y,S){for(var B=S.completedSegments,X=0;X<B.length;X++)Mu(h,y,S,B[X]);B.length=0,$e(y,S.contentState,h.renderState),B=h.resumableState,h=h.renderState,X=S.rootSegmentID,S=S.contentState;var oe=h.stylesToHoist;return h.stylesToHoist=!1,u(y,h.startInlineScript),oe?(B.instructions&an)===Xt?(B.instructions=B.instructions|en|an,u(y,Nt)):(B.instructions&en)===Xt?(B.instructions|=en,u(y,Vt)):u(y,ur):(B.instructions&an)===Xt?(B.instructions|=an,u(y,gt)):u(y,Pt),B=b(X.toString(16)),u(y,h.boundaryPrefix),u(y,B),u(y,Nr),u(y,h.segmentPrefix),u(y,B),oe?(u(y,si),Lt(y,S)):u(y,tr),S=d(y,Br),Te(y,h)&&S}function Mu(h,y,S,B){if(B.status===Kt)return!0;var X=S.contentState,oe=B.id;if(oe===-1){if((B.id=S.rootSegmentID)===-1)throw Error("A root segment ID must have been assigned by now. This is a bug in React.");return Bc(h,y,B,X)}return oe===S.rootSegmentID?Bc(h,y,B,X):(Bc(h,y,B,X),S=h.resumableState,h=h.renderState,u(y,h.startInlineScript),(S.instructions&yn)===Xt?(S.instructions|=yn,u(y,Ie)):u(y,Ke),u(y,h.segmentPrefix),oe=b(oe.toString(16)),u(y,oe),u(y,ct),u(y,h.placeholderPrefix),u(y,oe),y=d(y,et),y)}function Is(h,y){Gn=new Uint8Array(2048),oi=0;try{if(!(0<h.pendingRootTasks)){var S,B=h.completedRootSegment;if(B!==null){if(B.status===nr)return;var X=h.renderState,oe=X.htmlChunks,Ee=X.headChunks,Fe;if(oe){for(Fe=0;Fe<oe.length;Fe++)u(y,oe[Fe]);if(Ee)for(Fe=0;Fe<Ee.length;Fe++)u(y,Ee[Fe]);else u(y,_e("head")),u(y,Zn)}else if(Ee)for(Fe=0;Fe<Ee.length;Fe++)u(y,Ee[Fe]);var Qe=X.charsetChunks;for(Fe=0;Fe<Qe.length;Fe++)u(y,Qe[Fe]);Qe.length=0,X.preconnects.forEach(ot,y),X.preconnects.clear();var Ve=X.viewportChunks;for(Fe=0;Fe<Ve.length;Fe++)u(y,Ve[Fe]);Ve.length=0,X.fontPreloads.forEach(ot,y),X.fontPreloads.clear(),X.highImagePreloads.forEach(ot,y),X.highImagePreloads.clear(),X.styles.forEach(Bt,y);var ht=X.importMapChunks;for(Fe=0;Fe<ht.length;Fe++)u(y,ht[Fe]);ht.length=0,X.bootstrapScripts.forEach(ot,y),X.scripts.forEach(ot,y),X.scripts.clear(),X.bulkPreloads.forEach(ot,y),X.bulkPreloads.clear();var wt=X.hoistableChunks;for(Fe=0;Fe<wt.length;Fe++)u(y,wt[Fe]);wt.length=0,oe&&Ee===null&&u(y,de("head")),Nc(h,y,B,null),h.completedRootSegment=null,Te(y,h.renderState)}var nt=h.renderState;B=0;var Dt=nt.viewportChunks;for(B=0;B<Dt.length;B++)u(y,Dt[B]);Dt.length=0,nt.preconnects.forEach(ot,y),nt.preconnects.clear(),nt.fontPreloads.forEach(ot,y),nt.fontPreloads.clear(),nt.highImagePreloads.forEach(ot,y),nt.highImagePreloads.clear(),nt.styles.forEach(Ne,y),nt.scripts.forEach(ot,y),nt.scripts.clear(),nt.bulkPreloads.forEach(ot,y),nt.bulkPreloads.clear();var it=nt.hoistableChunks;for(B=0;B<it.length;B++)u(y,it[B]);it.length=0;var rn=h.clientRenderedBoundaries;for(S=0;S<rn.length;S++){var Tn=rn[S];nt=y;var Sn=h.resumableState,gn=h.renderState,En=Tn.rootSegmentID,rr=Tn.errorDigest,qt=Tn.errorMessage,wi=Tn.errorStack,jn=Tn.errorComponentStack;u(nt,gn.startInlineScript),(Sn.instructions&wn)===Xt?(Sn.instructions|=wn,u(nt,li)):u(nt,Vr),u(nt,gn.boundaryPrefix),u(nt,b(En.toString(16))),u(nt,fr),(rr||qt||wi||jn)&&(u(nt,bn),u(nt,b(xt(rr||"")))),(qt||wi||jn)&&(u(nt,bn),u(nt,b(xt(qt||"")))),(wi||jn)&&(u(nt,bn),u(nt,b(xt(wi||"")))),jn&&(u(nt,bn),u(nt,b(xt(jn))));var Un=d(nt,Lr);if(!Un){h.destination=null,S++,rn.splice(0,S);return}}rn.splice(0,S);var An=h.completedBoundaries;for(S=0;S<An.length;S++)if(!Lc(h,y,An[S])){h.destination=null,S++,An.splice(0,S);return}An.splice(0,S),g(y),Gn=new Uint8Array(2048),oi=0;var Gr=h.partialBoundaries;for(S=0;S<Gr.length;S++){e:{rn=h,Tn=y;var yo=Gr[S],$n=yo.completedSegments;for(Un=0;Un<$n.length;Un++)if(!Mu(rn,Tn,yo,$n[Un])){Un++,$n.splice(0,Un);var ci=!1;break e}$n.splice(0,Un),ci=$e(Tn,yo.contentState,rn.renderState)}if(!ci){h.destination=null,S++,Gr.splice(0,S);return}}Gr.splice(0,S);var yr=h.completedBoundaries;for(S=0;S<yr.length;S++)if(!Lc(h,y,yr[S])){h.destination=null,S++,yr.splice(0,S);return}yr.splice(0,S)}}finally{h.allPendingTasks===0&&h.pingedTasks.length===0&&h.clientRenderedBoundaries.length===0&&h.completedBoundaries.length===0?(h.flushScheduled=!1,S=h.resumableState,S.hasBody&&u(y,de("body")),S.hasHtml&&u(y,de("html")),g(y),h.abortableTasks.size!==0&&console.error("There was still abortable task at the root when we closed. This is a bug in React."),h.status=Qt,y.close(),h.destination=null):g(y)}}function ja(h){h.flushScheduled=h.destination!==null,Pu(function(){return Mc(h)}),c(function(){h.status===10&&(h.status=11),h.trackedPostpones===null&&ol(h,h.pendingRootTasks===0)})}function io(h){h.flushScheduled===!1&&h.pingedTasks.length===0&&h.destination!==null&&(h.flushScheduled=!0,c(function(){var y=h.destination;y?Is(h,y):h.flushScheduled=!1}))}function sl(h,y){if(h.status===13)h.status=Qt,D(y,h.fatalError);else if(h.status!==Qt&&h.destination===null){h.destination=y;try{Is(h,y)}catch(S){lr(h,S,{}),qa(h,S)}}}function Ms(h,y){(h.status===11||h.status===10)&&(h.status=12);try{var S=h.abortableTasks;if(0<S.size){var B=y===void 0?Error("The render was aborted by the server without a reason."):typeof y=="object"&&y!==null&&typeof y.then=="function"?Error("The render was aborted by the server with a promise."):y;h.fatalError=B,S.forEach(function(X){return rc(X,h,B)}),S.clear()}h.destination!==null&&Is(h,h.destination)}catch(X){lr(h,X,{}),qa(h,X)}}function Wc(){var h=ll.version;if(h!=="19.0.0")throw Error(`Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
|
|
428
|
-
- react: `+(h+`
|
|
429
|
-
- react-dom: 19.0.0
|
|
430
|
-
Learn more: https://react.dev/warnings/version-mismatch`))}var ll=_n,Fo=kg,xa=Symbol.for("react.transitional.element"),hi=Symbol.for("react.portal"),cl=Symbol.for("react.fragment"),ic=Symbol.for("react.strict_mode"),Hi=Symbol.for("react.profiler"),Ad=Symbol.for("react.provider"),ul=Symbol.for("react.consumer"),Qn=Symbol.for("react.context"),oc=Symbol.for("react.forward_ref"),Ps=Symbol.for("react.suspense"),wa=Symbol.for("react.suspense_list"),cr=Symbol.for("react.memo"),Ir=Symbol.for("react.lazy"),fl=Symbol.for("react.scope"),Da=Symbol.for("react.debug_trace_mode"),fn=Symbol.for("react.offscreen"),pn=Symbol.for("react.legacy_hidden"),Rf=Symbol.for("react.memo_cache_sentinel"),zc=Symbol.iterator,oo=Array.isArray,Hc=new WeakMap,_i=new WeakMap,dl=Symbol.for("react.client.reference"),hl=new MessageChannel,ao=[];hl.port1.onmessage=function(){var h=ao.shift();h&&h()};var Vc=Promise,Pu=typeof queueMicrotask=="function"?queueMicrotask:function(h){Vc.resolve(null).then(h).catch(f)},Gn=null,oi=0,Mr=new TextEncoder,er=Object.assign,xn=Object.prototype.hasOwnProperty,Nu=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),ac={},pl={},Bu=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),gl=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),$a={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},Vi={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Gi={},sc=RegExp("^(aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),lc=RegExp("^(aria)[A-Z][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),yl=!1,Ta={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",fetchpriority:"fetchPriority",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",inert:"inert",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",popover:"popover",popovertarget:"popoverTarget",popovertargetaction:"popoverTargetAction",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",transformorigin:"transformOrigin","transform-origin":"transformOrigin",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Ci={},kd=/^on./,ai=/^on[^A-Z]/,Gc=RegExp("^(aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),w=RegExp("^(aria)[A-Z][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),E=/^(?:webkit|moz|o)[A-Z]/,F=/^-ms-/,V=/-(.)/g,Q=/;\s*$/,ue={},Ae={},Be=!1,ze=!1,at=/["'&<>]/,Tt=/([A-Z])/g,dt=/^ms-/,Rt=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i,Ft=ll.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Et=Fo.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Ht=Object.freeze({pending:!1,data:null,method:null,action:null}),nn=Et.d;Et.d={f:nn.f,r:nn.r,D:function(h){var y=Nn||null;if(y){var S=y.resumableState,B=y.renderState;if(typeof h=="string"&&h){if(!S.dnsResources.hasOwnProperty(h)){S.dnsResources[h]=sn,S=B.headers;var X,oe;(oe=S&&0<S.remainingCapacity)&&(oe=(X="<"+He(h)+">; rel=dns-prefetch",0<=(S.remainingCapacity-=X.length+2))),oe?(B.resets.dns[h]=sn,S.preconnects&&(S.preconnects+=", "),S.preconnects+=X):(X=[],pe(X,{href:h,rel:"dns-prefetch"}),B.preconnects.add(X))}io(y)}}else nn.D(h)},C:function(h,y){var S=Nn||null;if(S){var B=S.resumableState,X=S.renderState;if(typeof h=="string"&&h){var oe=y==="use-credentials"?"credentials":typeof y=="string"?"anonymous":"default";if(!B.connectResources[oe].hasOwnProperty(h)){B.connectResources[oe][h]=sn,B=X.headers;var Ee,Fe;if(Fe=B&&0<B.remainingCapacity){if(Fe="<"+He(h)+">; rel=preconnect",typeof y=="string"){var Qe=St(y,"crossOrigin");Fe+='; crossorigin="'+Qe+'"'}Fe=(Ee=Fe,0<=(B.remainingCapacity-=Ee.length+2))}Fe?(X.resets.connect[oe][h]=sn,B.preconnects&&(B.preconnects+=", "),B.preconnects+=Ee):(oe=[],pe(oe,{rel:"preconnect",href:h,crossOrigin:y}),X.preconnects.add(oe))}io(S)}}else nn.C(h,y)},L:function(h,y,S){var B=Nn||null;if(B){var X=B.resumableState,oe=B.renderState;if(y&&h){switch(y){case"image":if(S)var Ee=S.imageSrcSet,Fe=S.imageSizes,Qe=S.fetchPriority;var Ve=Ee?Ee+`
|
|
431
|
-
`+(Fe||""):h;if(X.imageResources.hasOwnProperty(Ve))return;X.imageResources[Ve]=Xn,X=oe.headers;var ht;X&&0<X.remainingCapacity&&Qe==="high"&&(ht=me(h,y,S),0<=(X.remainingCapacity-=ht.length+2))?(oe.resets.image[Ve]=Xn,X.highImagePreloads&&(X.highImagePreloads+=", "),X.highImagePreloads+=ht):(X=[],pe(X,er({rel:"preload",href:Ee?void 0:h,as:y},S)),Qe==="high"?oe.highImagePreloads.add(X):(oe.bulkPreloads.add(X),oe.preloads.images.set(Ve,X)));break;case"style":if(X.styleResources.hasOwnProperty(h))return;Ee=[],pe(Ee,er({rel:"preload",href:h,as:y},S)),X.styleResources[h]=!S||typeof S.crossOrigin!="string"&&typeof S.integrity!="string"?Xn:[S.crossOrigin,S.integrity],oe.preloads.stylesheets.set(h,Ee),oe.bulkPreloads.add(Ee);break;case"script":if(X.scriptResources.hasOwnProperty(h))return;Ee=[],oe.preloads.scripts.set(h,Ee),oe.bulkPreloads.add(Ee),pe(Ee,er({rel:"preload",href:h,as:y},S)),X.scriptResources[h]=!S||typeof S.crossOrigin!="string"&&typeof S.integrity!="string"?Xn:[S.crossOrigin,S.integrity];break;default:if(X.unknownResources.hasOwnProperty(y)){if(Ee=X.unknownResources[y],Ee.hasOwnProperty(h))return}else Ee={},X.unknownResources[y]=Ee;if(Ee[h]=Xn,(X=oe.headers)&&0<X.remainingCapacity&&y==="font"&&(Ve=me(h,y,S),0<=(X.remainingCapacity-=Ve.length+2)))oe.resets.font[h]=Xn,X.fontPreloads&&(X.fontPreloads+=", "),X.fontPreloads+=Ve;else switch(X=[],h=er({rel:"preload",href:h,as:y},S),pe(X,h),y){case"font":oe.fontPreloads.add(X);break;default:oe.bulkPreloads.add(X)}}io(B)}}else nn.L(h,y,S)},m:function(h,y){var S=Nn||null;if(S){var B=S.resumableState,X=S.renderState;if(h){var oe=y&&typeof y.as=="string"?y.as:"script";switch(oe){case"script":if(B.moduleScriptResources.hasOwnProperty(h))return;oe=[],B.moduleScriptResources[h]=!y||typeof y.crossOrigin!="string"&&typeof y.integrity!="string"?Xn:[y.crossOrigin,y.integrity],X.preloads.moduleScripts.set(h,oe);break;default:if(B.moduleUnknownResources.hasOwnProperty(oe)){var Ee=B.unknownResources[oe];if(Ee.hasOwnProperty(h))return}else Ee={},B.moduleUnknownResources[oe]=Ee;oe=[],Ee[h]=Xn}pe(oe,er({rel:"modulepreload",href:h},y)),X.bulkPreloads.add(oe),io(S)}}else nn.m(h,y)},X:function(h,y){var S=Nn||null;if(S){var B=S.resumableState,X=S.renderState;if(h){var oe=B.scriptResources.hasOwnProperty(h)?B.scriptResources[h]:void 0;oe!==sn&&(B.scriptResources[h]=sn,y=er({src:h,async:!0},y),oe&&(oe.length===2&&ee(y,oe),h=X.preloads.scripts.get(h))&&(h.length=0),h=[],X.scripts.add(h),ye(h,y),io(S))}}else nn.X(h,y)},S:function(h,y,S){var B=Nn||null;if(B){var X=B.resumableState,oe=B.renderState;if(h){y=y||"default";var Ee=oe.styles.get(y),Fe=X.styleResources.hasOwnProperty(h)?X.styleResources[h]:void 0;Fe!==sn&&(X.styleResources[h]=sn,Ee||(Ee={precedence:b(U(y)),rules:[],hrefs:[],sheets:new Map},oe.styles.set(y,Ee)),y={state:Ri,props:er({rel:"stylesheet",href:h,"data-precedence":y},S)},Fe&&(Fe.length===2&&ee(y.props,Fe),(oe=oe.preloads.stylesheets.get(h))&&0<oe.length?oe.length=0:y.state=au),Ee.sheets.set(h,y),io(B))}}else nn.S(h,y,S)},M:function(h,y){var S=Nn||null;if(S){var B=S.resumableState,X=S.renderState;if(h){var oe=B.moduleScriptResources.hasOwnProperty(h)?B.moduleScriptResources[h]:void 0;oe!==sn&&(B.moduleScriptResources[h]=sn,y=er({src:h,type:"module",async:!0},y),oe&&(oe.length===2&&ee(y,oe),h=X.preloads.moduleScripts.get(h))&&(h.length=0),h=[],X.scripts.add(h),ye(h,y),io(S))}}else nn.M(h,y)}};var Xt=0,yn=1,an=2,wn=4,en=8,sn=null,Xn=[];Object.freeze(Xn),m('"></template>');var Mn=m("<script>"),ln=m("<\/script>"),It=m('<script src="'),qn=m('<script type="module" src="'),Xi=m('" nonce="'),mn=m('" integrity="'),zr=m('" crossorigin="'),Jr=m('" async=""><\/script>'),bl=/(<\/|<)(s)(cript)/gi,es=m('<script type="importmap">'),Oo=m("<\/script>"),Ns={},Kr=0,Ea=1,Hr=2,Pr=3,pi=4,Yi=5,gi=6,cc=7,_a=8,Io=m("<!-- -->"),Xc=new Map,Yc=m(' style="'),Zc=m(":"),Uf=m(";"),gr=m(" "),Dr=m('="'),Yn=m('"'),Jc=m('=""'),ts=m(U("javascript:throw new Error('React form unexpectedly submitted.')")),Bs=m('<input type="hidden"'),Zn=m(">"),Si=m("/>"),Ca=!1,Ls=!1,ml=!1,so=!1,Sa=!1,uc=!1,Kc=!1,Pn=!1,Qc=!1,Aa=!1,ns=!1,rs=m(' selected=""'),vl=m(`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`),ka=m("<!--F!-->"),lo=m("<!--F-->"),yi=/(<\/|<)(s)(tyle)/gi,is=m(`
|
|
432
|
-
`),qc=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Lu=new Map,co=m("<!DOCTYPE html>"),Ws=new Map,Qr=m('<template id="'),as=m('"></template>'),xl=m("<!--$-->"),wl=m('<!--$?--><template id="'),jc=m('"></template>'),Wu=m("<!--$!-->"),Ai=m("<!--/$-->"),Ff=m("<template"),uo=m('"'),fc=m(' data-dgst="'),$c=m(' data-msg="'),Dl=m(' data-stck="'),Tl=m(' data-cstck="'),El=m("></template>"),eu=m('<div hidden id="'),_l=m('">'),Mo=m("</div>"),Ra=m('<svg aria-hidden="true" style="display:none" id="'),tu=m('">'),Cl=m("</svg>"),ss=m('<math aria-hidden="true" style="display:none" id="'),ls=m('">'),zu=m("</math>"),ki=m('<table hidden id="'),Hu=m('">'),fo=m("</table>"),Vu=m('<table hidden><tbody id="'),x=m('">'),T=m("</tbody></table>"),k=m('<table hidden><tr id="'),H=m('">'),J=m("</tr></table>"),le=m('<table hidden><colgroup id="'),Ce=m('">'),Me=m("</colgroup></table>"),Ie=m('$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),Ke=m('$RS("'),ct=m('","'),et=m('")<\/script>');m('<template data-rsi="" data-sid="'),m('" data-pid="');var gt=m('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("'),Pt=m('$RC("'),Nt=m(`$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;
|
|
433
|
-
$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=
|
|
434
|
-
d;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,
|
|
435
|
-
t,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("`),Vt=m(`$RM=new Map;
|
|
436
|
-
$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=
|
|
437
|
-
d;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,
|
|
438
|
-
t,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("`),ur=m('$RR("'),Nr=m('","'),si=m('",'),tr=m('"'),Br=m(")<\/script>");m('<template data-rci="" data-bid="'),m('<template data-rri="" data-bid="'),m('" data-sid="'),m('" data-sty="');var li=m('$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("'),Vr=m('$RX("'),fr=m('"'),bn=m(","),Lr=m(")<\/script>");m('<template data-rxi="" data-bid="'),m('" data-dgst="'),m('" data-msg="'),m('" data-stck="'),m('" data-cstck="');var bi=/[<\u2028\u2029]/g,mi=/[&><\u2028\u2029]/g,Of=m('<style media="not all" data-precedence="'),dc=m('" data-href="'),nu=m('">'),ru=m("</style>"),iu=!1,Gu=!0,cs=[],Rd=m('<style data-precedence="'),Ud=m('" data-href="'),If=m(" "),ou=m('">'),Fd=m("</style>"),Mf=m("["),Po=m(",["),vi=m(","),Pf=m("]"),Ri=0,au=1,su=2,Xu=3,Yu=/[<>\r\n]/g,Bn=/["';,\r\n]/g,lu=Function.prototype.bind,Sl=Symbol.for("react.client.reference"),Ui={};Object.freeze(Ui);var zs={},No=null,Hs={},Al={},Fi=new Set,Vs=new Set,Oi=new Set,us=new Set,Gs=new Set,Bo=new Set,Zi=new Set,Nf=new Set,Lo=new Set,Bf={isMounted:function(){return!1},enqueueSetState:function(h,y,S){var B=h._reactInternals;B.queue===null?Mt(h,"setState"):(B.queue.push(y),S!=null&&sr(S))},enqueueReplaceState:function(h,y,S){h=h._reactInternals,h.replace=!0,h.queue=[y],S!=null&&sr(S)},enqueueForceUpdate:function(h,y){h._reactInternals.queue===null?Mt(h,"forceUpdate"):y!=null&&sr(y)}},Zu={id:1,overflow:""},cu=Math.clz32?Math.clz32:hr,uu=Math.log,Od=Math.LN2,Wo=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`"),Xs=null,Lf=typeof Object.is=="function"?Object.is:tl,Ua=null,hc=null,Ju=null,Fa=null,pc=null,Dn=null,fs=!1,kl=!1,Ys=0,qr=0,Ji=-1,jr=0,Rl=null,ho=null,zo=0,Ln=!1,Zs,gc={readContext:nl,use:function(h){if(h!==null&&typeof h=="object"){if(typeof h.then=="function")return pr(h);if(h.$$typeof===Qn)return nl(h)}throw Error("An unsupported type was passed to use(): "+String(h))},useContext:function(h){return Zs="useContext",Ur(),h._currentValue},useMemo:Ss,useReducer:sa,useRef:function(h){Ua=Ur(),Dn=oa();var y=Dn.memoizedState;return y===null?(h={current:h},Object.seal(h),Dn.memoizedState=h):y},useState:function(h){return Zs="useState",sa(ko,h)},useInsertionEffect:Za,useLayoutEffect:Za,useCallback:function(h,y){return Ss(function(){return h},y)},useImperativeHandle:Za,useEffect:Za,useDebugValue:Za,useDeferredValue:function(h,y){return Ur(),y!==void 0?y:h},useTransition:function(){return Ur(),[!1,Iu]},useId:function(){var h=hc.treeContext,y=h.overflow;h=h.id,h=(h&~(1<<32-cu(h)-1)).toString(32)+y;var S=fu;if(S===null)throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");return y=Ys++,h=":"+S.idPrefix+"R"+h,0<y&&(h+="H"+y.toString(32)),h+":"},useSyncExternalStore:function(h,y,S){if(S===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return S()},useCacheRefresh:function(){return kf},useMemoCache:function(h){for(var y=Array(h),S=0;S<h;S++)y[S]=Rf;return y},useHostTransitionStatus:function(){return Ur(),Ht},useOptimistic:function(h){return Ur(),[h,As]}};gc.useFormState=Ya,gc.useActionState=Ya;var fu=null,po=null,Ku={getCacheForType:function(){throw Error("Not implemented.")},getOwner:function(){return po===null?null:po.componentStack}},Ho=0,Ul,p,v,C,L,Y,ae;la.__reactDisabledLog=!0;var Se,Oe,tt=!1,Ge=new(typeof WeakMap=="function"?WeakMap:Map),yt={"react-stack-bottom-frame":function(h,y,S){return h(y,S)}},_t=yt["react-stack-bottom-frame"].bind(yt),mt={"react-stack-bottom-frame":function(h){return h.render()}},Ot=mt["react-stack-bottom-frame"].bind(mt),Je={"react-stack-bottom-frame":function(h){var y=h._init;return y(h._payload)}},dn=Je["react-stack-bottom-frame"].bind(Je),tn=4,Yt=0,Ut=1,Kt=2,nr=5,Qt=14,Nn=null,Tr={},Wn={},vn={},xi={},go=!1,$r=!1,Vo=!1;Wc(),Wc(),Pp.prerender=function(h,y){return new Promise(function(S,B){var X=y?y.onHeaders:void 0,oe;X&&(oe=function(ht){X(new Headers(ht))});var Ee=De(y?y.identifierPrefix:void 0,y?y.unstable_externalRuntimeSrc:void 0,y?y.bootstrapScriptContent:void 0,y?y.bootstrapScripts:void 0,y?y.bootstrapModules:void 0),Fe=Ro(h,Ee,j(Ee,void 0,y?y.unstable_externalRuntimeSrc:void 0,y?y.importMap:void 0,oe,y?y.maxHeadersLength:void 0),fe(y?y.namespaceURI:void 0),y?y.progressiveChunkSize:void 0,y?y.onError:void 0,function(){var ht={prelude:new ReadableStream({type:"bytes",pull:function(wt){sl(Fe,wt)},cancel:function(wt){Fe.destination=null,Ms(Fe,wt)}},{highWaterMark:0})};S(ht)},void 0,void 0,B,y?y.onPostpone:void 0);if(y&&y.signal){var Qe=y.signal;if(Qe.aborted)Ms(Fe,Qe.reason);else{var Ve=function(){Ms(Fe,Qe.reason),Qe.removeEventListener("abort",Ve)};Qe.addEventListener("abort",Ve)}}ja(Fe)})},Pp.renderToReadableStream=function(h,y){return new Promise(function(S,B){var X,oe,Ee=new Promise(function(Dt,it){oe=Dt,X=it}),Fe=y?y.onHeaders:void 0,Qe;Fe&&(Qe=function(Dt){Fe(new Headers(Dt))});var Ve=De(y?y.identifierPrefix:void 0,y?y.unstable_externalRuntimeSrc:void 0,y?y.bootstrapScriptContent:void 0,y?y.bootstrapScripts:void 0,y?y.bootstrapModules:void 0),ht=Ka(h,Ve,j(Ve,y?y.nonce:void 0,y?y.unstable_externalRuntimeSrc:void 0,y?y.importMap:void 0,Qe,y?y.maxHeadersLength:void 0),fe(y?y.namespaceURI:void 0),y?y.progressiveChunkSize:void 0,y?y.onError:void 0,oe,function(){var Dt=new ReadableStream({type:"bytes",pull:function(it){sl(ht,it)},cancel:function(it){ht.destination=null,Ms(ht,it)}},{highWaterMark:0});Dt.allReady=Ee,S(Dt)},function(Dt){Ee.catch(function(){}),B(Dt)},X,y?y.onPostpone:void 0,y?y.formState:void 0);if(y&&y.signal){var wt=y.signal;if(wt.aborted)Ms(ht,wt.reason);else{var nt=function(){Ms(ht,wt.reason),wt.removeEventListener("abort",nt)};wt.addEventListener("abort",nt)}}ja(ht)})},Pp.version="19.0.0"}(),Pp}var r3;function xH(){if(r3)return Gd;r3=1;var n={},e,t;return n.NODE_ENV==="production"?(e=yH(),t=bH()):(e=mH(),t=vH()),Gd.version=e.version,Gd.renderToString=e.renderToString,Gd.renderToStaticMarkup=e.renderToStaticMarkup,Gd.renderToReadableStream=t.renderToReadableStream,t.resume&&(Gd.resume=t.resume),Gd}var wH=xH();const DH=dm(wH),py="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",TH=n=>{n=n.replace(/\r\n/g,`
|
|
439
|
-
`);let e=0,t="";for(;e<n.length;e++){const r=n.charCodeAt(e);r<128?t+=String.fromCharCode(r):r>127&&r<2048?(t+=String.fromCharCode(r>>6|192),t+=String.fromCharCode(63&r|128)):(t+=String.fromCharCode(r>>12|224),t+=String.fromCharCode(r>>6&63|128),t+=String.fromCharCode(63&r|128))}return t},EH=n=>{let e,t,r,i,o,a,s,l=0,c="";for(n=TH(n);l<n.length;)e=n.charCodeAt(l++),t=n.charCodeAt(l++),r=n.charCodeAt(l++),i=e>>2,o=(3&e)<<4|t>>4,a=(15&t)<<2|r>>6,s=63&r,isNaN(t)?a=s=64:isNaN(r)&&(s=64),c=c+py.charAt(i)+py.charAt(o)+py.charAt(a)+py.charAt(s);return c},_H=n=>typeof n=="string"?"string":typeof SVGElement<"u"&&n instanceof SVGElement?"element":void 0,S5=n=>"data:image/svg+xml;base64,"+EH(n),CH=n=>S5(new XMLSerializer().serializeToString(n)),SH=n=>{switch(_H(n)){case"string":return S5(n);case"element":return CH(n);default:return n}},AH="_verified_lvyh0_1",RD={verified:AH},kH=()=>Ye.jsx("svg",{viewBox:"0 0 24 24","aria-label":"Verified account",role:"img",className:RD.verified,children:Ye.jsx("g",{children:Ye.jsx("path",{d:"M22.25 12c0-1.43-.88-2.67-2.19-3.34.46-1.39.2-2.9-.81-3.91s-2.52-1.27-3.91-.81c-.66-1.31-1.91-2.19-3.34-2.19s-2.67.88-3.33 2.19c-1.4-.46-2.91-.2-3.92.81s-1.26 2.52-.8 3.91c-1.31.67-2.2 1.91-2.2 3.34s.89 2.67 2.2 3.34c-.46 1.39-.21 2.9.8 3.91s2.52 1.26 3.91.81c.67 1.31 1.91 2.19 3.34 2.19s2.68-.88 3.34-2.19c1.39.45 2.9.2 3.91-.81s1.27-2.52.81-3.91c1.31-.67 2.19-1.91 2.19-3.34zm-11.71 4.2L6.8 12.46l1.41-1.42 2.26 2.26 4.8-5.23 1.47 1.36-6.2 6.77z"})})}),RH=()=>Ye.jsx("svg",{viewBox:"0 0 22 22","aria-label":"Verified account",role:"img",className:RD.verified,children:Ye.jsxs("g",{children:[Ye.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"0-a",x1:"4.411",x2:"18.083",y1:"2.495",y2:"21.508",children:[Ye.jsx("stop",{offset:"0",stopColor:"#f4e72a"}),Ye.jsx("stop",{offset:".539",stopColor:"#cd8105"}),Ye.jsx("stop",{offset:".68",stopColor:"#cb7b00"}),Ye.jsx("stop",{offset:"1",stopColor:"#f4ec26"}),Ye.jsx("stop",{offset:"1",stopColor:"#f4e72a"})]}),Ye.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"0-b",x1:"5.355",x2:"16.361",y1:"3.395",y2:"19.133",children:[Ye.jsx("stop",{offset:"0",stopColor:"#f9e87f"}),Ye.jsx("stop",{offset:".406",stopColor:"#e2b719"}),Ye.jsx("stop",{offset:".989",stopColor:"#e2b719"})]}),Ye.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",children:[Ye.jsx("path",{d:"M13.324 3.848L11 1.6 8.676 3.848l-3.201-.453-.559 3.184L2.06 8.095 3.48 11l-1.42 2.904 2.856 1.516.559 3.184 3.201-.452L11 20.4l2.324-2.248 3.201.452.559-3.184 2.856-1.516L18.52 11l1.42-2.905-2.856-1.516-.559-3.184zm-7.09 7.575l3.428 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z",fill:"url(#0-a)"}),Ye.jsx("path",{d:"M13.101 4.533L11 2.5 8.899 4.533l-2.895-.41-.505 2.88-2.583 1.37L4.2 11l-1.284 2.627 2.583 1.37.505 2.88 2.895-.41L11 19.5l2.101-2.033 2.895.41.505-2.88 2.583-1.37L17.8 11l1.284-2.627-2.583-1.37-.505-2.88zm-6.868 6.89l3.429 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z",fill:"url(#0-b)"}),Ye.jsx("path",{d:"M6.233 11.423l3.429 3.428 5.65-6.17.038-.033-.005 1.398-5.683 6.206-3.429-3.429-.003-1.405.005.003z",fill:"#d18800"})]})]})}),UH=()=>Ye.jsx("svg",{viewBox:"0 0 22 22","aria-label":"Verified account",role:"img",className:RD.verified,children:Ye.jsx("g",{children:Ye.jsx("path",{clipRule:"evenodd",d:"M12.05 2.056c-.568-.608-1.532-.608-2.1 0l-1.393 1.49c-.284.303-.685.47-1.1.455L5.42 3.932c-.832-.028-1.514.654-1.486 1.486l.069 2.039c.014.415-.152.816-.456 1.1l-1.49 1.392c-.608.568-.608 1.533 0 2.101l1.49 1.393c.304.284.47.684.456 1.1l-.07 2.038c-.027.832.655 1.514 1.487 1.486l2.038-.069c.415-.014.816.152 1.1.455l1.392 1.49c.569.609 1.533.609 2.102 0l1.393-1.49c.283-.303.684-.47 1.099-.455l2.038.069c.832.028 1.515-.654 1.486-1.486L18 14.542c-.015-.415.152-.815.455-1.099l1.49-1.393c.608-.568.608-1.533 0-2.101l-1.49-1.393c-.303-.283-.47-.684-.455-1.1l.068-2.038c.029-.832-.654-1.514-1.486-1.486l-2.038.07c-.415.013-.816-.153-1.1-.456zm-5.817 9.367l3.429 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z",fillRule:"evenodd"})})}),FH="_root_98iqw_1",OH="_article_98iqw_21",i3={root:FH,article:OH},UD=({className:n,children:e})=>Ye.jsx("div",{className:Eu("react-tweet-theme",i3.root,n),children:Ye.jsx("article",{className:i3.article,children:e})}),A5=n=>Ye.jsx("img",{...n}),IH="_header_nqq4j_1",MH="_avatar_nqq4j_11",PH="_avatarOverflow_nqq4j_16",NH="_avatarSquare_nqq4j_23",BH="_avatarShadow_nqq4j_26",LH="_author_nqq4j_37",WH="_authorLink_nqq4j_44",zH="_authorVerified_nqq4j_53",HH="_authorLinkText_nqq4j_56",VH="_authorMeta_nqq4j_63",GH="_authorFollow_nqq4j_66",XH="_username_nqq4j_69",YH="_follow_nqq4j_74",ZH="_separator_nqq4j_82",JH="_brand_nqq4j_86",KH="_twitterIcon_nqq4j_90",To={header:IH,avatar:MH,avatarOverflow:PH,avatarSquare:NH,avatarShadow:BH,author:LH,authorLink:WH,authorVerified:zH,authorLinkText:HH,authorMeta:VH,authorFollow:GH,username:XH,follow:YH,separator:ZH,brand:JH,twitterIcon:KH},QH="_verifiedOld_lcna5_1",qH="_verifiedBlue_lcna5_4",jH="_verifiedGovernment_lcna5_7",g2={verifiedOld:QH,verifiedBlue:qH,verifiedGovernment:jH},k5=({user:n,className:e})=>{const t=n.verified||n.is_blue_verified||n.verified_type;let r=Ye.jsx(kH,{}),i=g2.verifiedBlue;if(t)switch(n.is_blue_verified||(i=g2.verifiedOld),n.verified_type){case"Government":r=Ye.jsx(UH,{}),i=g2.verifiedGovernment;break;case"Business":r=Ye.jsx(RH,{}),i=null;break}return t?Ye.jsx("div",{className:Eu(e,i),children:r}):null},$H=({tweet:n,components:e})=>{var t;const r=(t=e==null?void 0:e.AvatarImg)!=null?t:A5,{user:i}=n;return Ye.jsxs("div",{className:To.header,children:[Ye.jsxs("a",{href:n.url,className:To.avatar,target:"_blank",rel:"noopener noreferrer",children:[Ye.jsx("div",{className:Eu(To.avatarOverflow,i.profile_image_shape==="Square"&&To.avatarSquare),children:Ye.jsx(r,{src:i.profile_image_url_https,alt:i.name,width:48,height:48})}),Ye.jsx("div",{className:To.avatarOverflow,children:Ye.jsx("div",{className:To.avatarShadow})})]}),Ye.jsxs("div",{className:To.author,children:[Ye.jsxs("a",{href:n.url,className:To.authorLink,target:"_blank",rel:"noopener noreferrer",children:[Ye.jsx("div",{className:To.authorLinkText,children:Ye.jsx("span",{title:i.name,children:i.name})}),Ye.jsx(k5,{user:i,className:To.authorVerified})]}),Ye.jsxs("div",{className:To.authorMeta,children:[Ye.jsx("a",{href:n.url,className:To.username,target:"_blank",rel:"noopener noreferrer",children:Ye.jsxs("span",{title:`@${i.screen_name}`,children:["@",i.screen_name]})}),Ye.jsxs("div",{className:To.authorFollow,children:[Ye.jsx("span",{className:To.separator,children:"·"}),Ye.jsx("a",{href:i.follow_url,className:To.follow,target:"_blank",rel:"noopener noreferrer",children:"Follow"})]})]})]}),Ye.jsx("a",{href:n.url,className:To.brand,target:"_blank",rel:"noopener noreferrer","aria-label":"View on Twitter",children:Ye.jsx("svg",{viewBox:"0 0 24 24","aria-hidden":"true",className:To.twitterIcon,children:Ye.jsx("g",{children:Ye.jsx("path",{d:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"})})})})]})},eV="_root_1ec15_1",tV={root:eV},nV=({tweet:n})=>Ye.jsxs("a",{href:n.in_reply_to_url,className:tV.root,target:"_blank",rel:"noopener noreferrer",children:["Replying to @",n.in_reply_to_screen_name]}),rV="_root_eihfa_1",iV={root:rV},oV=({href:n,children:e})=>Ye.jsx("a",{href:n,className:iV.root,target:"_blank",rel:"noopener noreferrer nofollow",children:e}),aV="_root_1xq52_1",sV={root:aV},lV=({tweet:n})=>Ye.jsx("p",{className:sV.root,lang:n.lang,dir:"auto",children:n.entities.map((e,t)=>{switch(e.type){case"hashtag":case"mention":case"url":case"symbol":return Ye.jsx(oV,{href:e.href,children:e.text},t);case"media":return;default:return Ye.jsx("span",{dangerouslySetInnerHTML:{__html:e.text}},t)}})}),o3=n=>`https://x.com/${n.user.screen_name}/status/${n.id_str}`,R5=n=>`https://x.com/${typeof n=="string"?n:n.user.screen_name}`,cV=n=>`https://x.com/intent/like?tweet_id=${n.id_str}`,uV=n=>`https://x.com/intent/tweet?in_reply_to=${n.id_str}`,fV=n=>`https://x.com/intent/follow?screen_name=${n.user.screen_name}`,dV=n=>`https://x.com/hashtag/${n.text}`,hV=n=>`https://x.com/search?q=%24${n.text}`,pV=n=>`https://x.com/${n.in_reply_to_screen_name}/status/${n.in_reply_to_status_id_str}`,U5=(n,e)=>{const t=new URL(n.media_url_https),r=t.pathname.split(".").pop();return r?(t.pathname=t.pathname.replace(`.${r}`,""),t.searchParams.set("format",r),t.searchParams.set("name",e),t.toString()):n.media_url_https},gV=n=>{const{variants:e}=n.video_info;return e.filter(r=>r.content_type==="video/mp4").sort((r,i)=>{var o,a;return((o=i.bitrate)!=null?o:0)-((a=r.bitrate)!=null?a:0)})},yV=n=>{const e=gV(n);return e.length>1?e[1]:e[0]},Ex=n=>n>999999?`${(n/1e6).toFixed(1)}M`:n>999?`${(n/1e3).toFixed(1)}K`:n.toString();function a3(n){const e=Array.from(n.text),t=[{indices:n.display_text_range,type:"text"}];return Np(t,"hashtag",n.entities.hashtags),Np(t,"mention",n.entities.user_mentions),Np(t,"url",n.entities.urls),Np(t,"symbol",n.entities.symbols),n.entities.media&&Np(t,"media",n.entities.media),bV(n,t),t.map(r=>{const i=e.slice(r.indices[0],r.indices[1]).join("");switch(r.type){case"hashtag":return Object.assign(r,{href:dV(r),text:i});case"mention":return Object.assign(r,{href:R5(r.screen_name),text:i});case"url":case"media":return Object.assign(r,{href:r.expanded_url,text:r.display_url});case"symbol":return Object.assign(r,{href:hV(r),text:i});default:return Object.assign(r,{text:i})}})}function Np(n,e,t){for(const r of t)for(const[i,o]of n.entries()){if(o.indices[0]>r.indices[0]||o.indices[1]<r.indices[1])continue;const a=[{...r,type:e}];o.indices[0]<r.indices[0]&&a.unshift({indices:[o.indices[0],r.indices[0]],type:"text"}),o.indices[1]>r.indices[1]&&a.push({indices:[r.indices[1],o.indices[1]],type:"text"}),n.splice(i,1,...a);break}}function bV(n,e){n.entities.media&&n.entities.media[0].indices[0]<n.display_text_range[1]&&(n.display_text_range[1]=n.entities.media[0].indices[0]);const t=e.at(-1);t&&t.indices[1]>n.display_text_range[1]&&(t.indices[1]=n.display_text_range[1])}const mV=n=>({...n,url:o3(n),user:{...n.user,url:R5(n),follow_url:fV(n)},like_url:cV(n),reply_url:uV(n),in_reply_to_url:n.in_reply_to_screen_name?pV(n):void 0,entities:a3(n),quoted_tweet:n.quoted_tweet?{...n.quoted_tweet,url:o3(n.quoted_tweet),entities:a3(n.quoted_tweet)}:void 0}),vV="_root_g9tkv_1",xV="_rounded_g9tkv_6",wV="_mediaWrapper_g9tkv_10",DV="_grid2Columns_g9tkv_17",TV="_grid3_g9tkv_20",EV="_grid2x2_g9tkv_23",_V="_mediaContainer_g9tkv_26",CV="_mediaLink_g9tkv_34",SV="_skeleton_g9tkv_38",AV="_image_g9tkv_43",Ks={root:vV,rounded:xV,mediaWrapper:wV,grid2Columns:DV,grid3:TV,grid2x2:EV,mediaContainer:_V,mediaLink:CV,skeleton:SV,image:AV},kV="_anchor_fp31d_1",RV="_videoButton_fp31d_17",UV="_videoButtonIcon_fp31d_35",FV="_watchOnTwitter_fp31d_44",OV="_viewReplies_fp31d_60",Ah={anchor:kV,videoButton:RV,videoButtonIcon:UV,watchOnTwitter:FV,viewReplies:OV},IV=({tweet:n,media:e})=>{const[t,r]=_n.useState(!0),[i,o]=_n.useState(!1),[a,s]=_n.useState(!1),l=yV(e);let c=0;return Ye.jsxs(Ye.Fragment,{children:[Ye.jsx("video",{className:Ks.image,poster:U5(e,"small"),controls:!t,playsInline:!0,preload:"none",tabIndex:t?-1:0,onPlay:()=>{c&&window.clearTimeout(c),i||o(!0),a&&s(!1)},onPause:()=>{c&&window.clearTimeout(c),c=window.setTimeout(()=>{i&&o(!1),c=0},100)},onEnded:()=>{s(!0)},children:Ye.jsx("source",{src:l.url,type:l.content_type})}),t&&Ye.jsx("button",{type:"button",className:Ah.videoButton,"aria-label":"View video on X",onClick:f=>{const u=f.currentTarget.previousSibling;f.preventDefault(),r(!1),u.load(),u.play().then(()=>{o(!0),u.focus()}).catch(d=>{console.error("Error playing video:",d),r(!0),o(!1)})},children:Ye.jsx("svg",{viewBox:"0 0 24 24",className:Ah.videoButtonIcon,"aria-hidden":"true",children:Ye.jsx("g",{children:Ye.jsx("path",{d:"M21 12L4 2v20l17-10z"})})})}),!i&&!a&&Ye.jsx("div",{className:Ah.watchOnTwitter,children:Ye.jsx("a",{href:n.url,className:Ah.anchor,target:"_blank",rel:"noopener noreferrer",children:t?"Watch on X":"Continue watching on X"})}),a&&Ye.jsx("a",{href:n.url,className:Eu(Ah.anchor,Ah.viewReplies),target:"_blank",rel:"noopener noreferrer",children:"View replies"})]})},MV=n=>Ye.jsx("img",{...n}),s3=(n,e)=>{let t=56.25;return e===1&&(t=100/n.original_info.width*n.original_info.height),e===2&&(t=t*2),{width:n.type==="photo"?void 0:"unset",paddingBottom:`${t}%`}},F5=({tweet:n,components:e,quoted:t})=>{var r,i,o;const a=(o=(r=n.mediaDetails)==null?void 0:r.length)!=null?o:0;var s;const l=(s=e==null?void 0:e.MediaImg)!=null?s:MV;return Ye.jsx("div",{className:Eu(Ks.root,!t&&Ks.rounded),children:Ye.jsx("div",{className:Eu(Ks.mediaWrapper,a>1&&Ks.grid2Columns,a===3&&Ks.grid3,a>4&&Ks.grid2x2),children:(i=n.mediaDetails)==null?void 0:i.map(c=>Ye.jsx(_n.Fragment,{children:c.type==="photo"?Ye.jsxs("a",{href:n.url,className:Eu(Ks.mediaContainer,Ks.mediaLink),target:"_blank",rel:"noopener noreferrer",children:[Ye.jsx("div",{className:Ks.skeleton,style:s3(c,a)}),Ye.jsx(l,{src:U5(c,"small"),alt:c.ext_alt_text||"Image",className:Ks.image,draggable:!0})]},c.media_url_https):Ye.jsxs("div",{className:Ks.mediaContainer,children:[Ye.jsx("div",{className:Ks.skeleton,style:s3(c,a)}),Ye.jsx(IV,{tweet:n,media:c})]},c.media_url_https)},c.media_url_https))})})},PV={hour:"numeric",minute:"2-digit",hour12:!0,weekday:"short",month:"short",day:"numeric",year:"numeric"},NV=new Intl.DateTimeFormat("en-US",PV),BV=n=>{const e={};for(const t of n)e[t.type]=t.value;return e},LV=n=>{const e=BV(NV.formatToParts(n)),t=`${e.hour}:${e.minute} ${e.dayPeriod}`,r=`${e.month} ${e.day}, ${e.year}`;return`${t} · ${r}`},WV="_root_i24yn_1",zV={root:WV},HV=({tweet:n})=>{const e=new Date(n.created_at),t=LV(e);return Ye.jsx("a",{className:zV.root,href:n.url,target:"_blank",rel:"noopener noreferrer","aria-label":t,children:Ye.jsx("time",{dateTime:e.toISOString(),children:t})})},VV="_info_19qcj_1",GV="_infoLink_19qcj_10",XV="_infoIcon_19qcj_30",y2={info:VV,infoLink:GV,infoIcon:XV},YV=({tweet:n})=>Ye.jsxs("div",{className:y2.info,children:[Ye.jsx(HV,{tweet:n}),Ye.jsx("a",{className:y2.infoLink,href:"https://help.x.com/en/x-for-websites-ads-info-and-privacy",target:"_blank",rel:"noopener noreferrer","aria-label":"Twitter for Websites, Ads Information and Privacy",children:Ye.jsx("svg",{viewBox:"0 0 24 24","aria-hidden":"true",className:y2.infoIcon,children:Ye.jsx("g",{children:Ye.jsx("path",{d:"M13.5 8.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5S11.17 7 12 7s1.5.67 1.5 1.5zM13 17v-5h-2v5h2zm-1 5.25c5.66 0 10.25-4.59 10.25-10.25S17.66 1.75 12 1.75 1.75 6.34 1.75 12 6.34 22.25 12 22.25zM20.25 12c0 4.56-3.69 8.25-8.25 8.25S3.75 16.56 3.75 12 7.44 3.75 12 3.75s8.25 3.69 8.25 8.25z"})})})})]}),ZV="_actions_n2anf_1",JV="_like_n2anf_13",KV="_reply_n2anf_14",QV="_copy_n2anf_15",qV="_likeIconWrapper_n2anf_27",jV="_likeCount_n2anf_30",$V="_replyIconWrapper_n2anf_35",eG="_copyIconWrapper_n2anf_36",tG="_likeIcon_n2anf_27",nG="_replyIcon_n2anf_35",rG="_copyIcon_n2anf_36",iG="_replyText_n2anf_56",oG="_copyText_n2anf_57",vs={actions:ZV,like:JV,reply:KV,copy:QV,likeIconWrapper:qV,likeCount:jV,replyIconWrapper:$V,copyIconWrapper:eG,likeIcon:tG,replyIcon:nG,copyIcon:rG,replyText:iG,copyText:oG},aG=({tweet:n})=>{const[e,t]=_n.useState(!1),r=()=>{navigator.clipboard.writeText(n.url),t(!0)};return _n.useEffect(()=>{if(e){const i=setTimeout(()=>{t(!1)},6e3);return()=>clearTimeout(i)}},[e]),Ye.jsxs("button",{type:"button",className:vs.copy,"aria-label":"Copy link",onClick:r,children:[Ye.jsx("div",{className:vs.copyIconWrapper,children:e?Ye.jsx("svg",{viewBox:"0 0 24 24",className:vs.copyIcon,"aria-hidden":"true",children:Ye.jsx("g",{children:Ye.jsx("path",{d:"M9.64 18.952l-5.55-4.861 1.317-1.504 3.951 3.459 8.459-10.948L19.4 6.32 9.64 18.952z"})})}):Ye.jsx("svg",{viewBox:"0 0 24 24",className:vs.copyIcon,"aria-hidden":"true",children:Ye.jsx("g",{children:Ye.jsx("path",{d:"M18.36 5.64c-1.95-1.96-5.11-1.96-7.07 0L9.88 7.05 8.46 5.64l1.42-1.42c2.73-2.73 7.16-2.73 9.9 0 2.73 2.74 2.73 7.17 0 9.9l-1.42 1.42-1.41-1.42 1.41-1.41c1.96-1.96 1.96-5.12 0-7.07zm-2.12 3.53l-7.07 7.07-1.41-1.41 7.07-7.07 1.41 1.41zm-12.02.71l1.42-1.42 1.41 1.42-1.41 1.41c-1.96 1.96-1.96 5.12 0 7.07 1.95 1.96 5.11 1.96 7.07 0l1.41-1.41 1.42 1.41-1.42 1.42c-2.73 2.73-7.16 2.73-9.9 0-2.73-2.74-2.73-7.17 0-9.9z"})})})}),Ye.jsx("span",{className:vs.copyText,children:e?"Copied!":"Copy link"})]})},sG=({tweet:n})=>{const e=Ex(n.favorite_count);return Ye.jsxs("div",{className:vs.actions,children:[Ye.jsxs("a",{className:vs.like,href:n.like_url,target:"_blank",rel:"noopener noreferrer","aria-label":`Like. This Tweet has ${e} likes`,children:[Ye.jsx("div",{className:vs.likeIconWrapper,children:Ye.jsx("svg",{viewBox:"0 0 24 24",className:vs.likeIcon,"aria-hidden":"true",children:Ye.jsx("g",{children:Ye.jsx("path",{d:"M20.884 13.19c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z"})})})}),Ye.jsx("span",{className:vs.likeCount,children:e})]}),Ye.jsxs("a",{className:vs.reply,href:n.reply_url,target:"_blank",rel:"noopener noreferrer","aria-label":"Reply to this Tweet on Twitter",children:[Ye.jsx("div",{className:vs.replyIconWrapper,children:Ye.jsx("svg",{viewBox:"0 0 24 24",className:vs.replyIcon,"aria-hidden":"true",children:Ye.jsx("g",{children:Ye.jsx("path",{d:"M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01z"})})})}),Ye.jsx("span",{className:vs.replyText,children:"Reply"})]}),Ye.jsx(aG,{tweet:n})]})},lG="_replies_1cutb_1",cG="_link_1cutb_4",uG="_text_1cutb_23",b2={replies:lG,link:cG,text:uG},fG=({tweet:n})=>Ye.jsx("div",{className:b2.replies,children:Ye.jsx("a",{className:b2.link,href:n.url,target:"_blank",rel:"noopener noreferrer",children:Ye.jsx("span",{className:b2.text,children:n.conversation_count===0?"Read more on X":n.conversation_count===1?`Read ${Ex(n.conversation_count)} reply`:`Read ${Ex(n.conversation_count)} replies`})})}),dG="_root_q5799_1",hG="_article_q5799_16",l3={root:dG,article:hG},pG=({tweet:n,children:e})=>Ye.jsx("div",{className:l3.root,onClick:t=>{t.preventDefault(),window.open(n.url,"_blank")},children:Ye.jsx("article",{className:l3.article,children:e})}),gG="_header_r31i5_1",yG="_avatar_r31i5_11",bG="_avatarSquare_r31i5_17",mG="_author_r31i5_21",vG="_authorText_r31i5_26",xG="_username_r31i5_33",Xd={header:gG,avatar:yG,avatarSquare:bG,author:mG,authorText:vG,username:xG},wG=({tweet:n})=>{const{user:e}=n;return Ye.jsxs("div",{className:Xd.header,children:[Ye.jsx("a",{href:n.url,className:Xd.avatar,target:"_blank",rel:"noopener noreferrer",children:Ye.jsx("div",{className:Eu(Xd.avatarOverflow,e.profile_image_shape==="Square"&&Xd.avatarSquare),children:Ye.jsx(A5,{src:e.profile_image_url_https,alt:e.name,width:20,height:20})})}),Ye.jsxs("div",{className:Xd.author,children:[Ye.jsx("div",{className:Xd.authorText,children:Ye.jsx("span",{title:e.name,children:e.name})}),Ye.jsx(k5,{user:e}),Ye.jsx("div",{className:Xd.username,children:Ye.jsxs("span",{title:`@${e.screen_name}`,children:["@",e.screen_name]})})]})]})},DG="_root_175ot_1",TG={root:DG},EG=({tweet:n})=>Ye.jsx("p",{className:TG.root,lang:n.lang,dir:"auto",children:n.entities.map((e,t)=>Ye.jsx("span",{dangerouslySetInnerHTML:{__html:e.text}},t))}),_G=({tweet:n})=>{var e;return Ye.jsxs(pG,{tweet:n,children:[Ye.jsx(wG,{tweet:n}),Ye.jsx(EG,{tweet:n}),(e=n.mediaDetails)!=null&&e.length?Ye.jsx(F5,{quoted:!0,tweet:n}):null]})},CG=({tweet:n,components:e})=>{var t;const r=_n.useMemo(()=>mV(n),[n]);return Ye.jsxs(UD,{children:[Ye.jsx($H,{tweet:r,components:e}),r.in_reply_to_status_id_str&&Ye.jsx(nV,{tweet:r}),Ye.jsx(lV,{tweet:r}),(t=r.mediaDetails)!=null&&t.length?Ye.jsx(F5,{tweet:r,components:e}):null,r.quoted_tweet&&Ye.jsx(_G,{tweet:r.quoted_tweet}),Ye.jsx(YV,{tweet:r}),Ye.jsx(sG,{tweet:r}),Ye.jsx(fG,{tweet:r})]})},SG="_root_16yxa_1",AG={root:SG},kG=n=>Ye.jsx(UD,{children:Ye.jsxs("div",{className:AG.root,children:[Ye.jsx("h3",{children:"Tweet not found"}),Ye.jsx("p",{children:"The embedded tweet could not be found…"})]})}),RG="_skeleton_oi7hr_1",UG={skeleton:RG},gy=({style:n})=>Ye.jsx("span",{className:UG.skeleton,style:n}),FG="_root_17qqv_1",OG={root:FG},IG=()=>Ye.jsxs(UD,{className:OG.root,children:[Ye.jsx(gy,{style:{height:"3rem",marginBottom:"0.75rem"}}),Ye.jsx(gy,{style:{height:"6rem",margin:"0.5rem 0"}}),Ye.jsx("div",{style:{borderTop:"var(--tweet-border)",margin:"0.5rem 0"}}),Ye.jsx(gy,{style:{height:"2rem"}}),Ye.jsx(gy,{style:{height:"2rem",borderRadius:"9999px",marginTop:"0.5rem"}})]});var yy={exports:{}},m2={};/**
|
|
440
|
-
* @license React
|
|
441
|
-
* use-sync-external-store-shim.production.js
|
|
442
|
-
*
|
|
443
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
444
|
-
*
|
|
445
|
-
* This source code is licensed under the MIT license found in the
|
|
446
|
-
* LICENSE file in the root directory of this source tree.
|
|
447
|
-
*/var c3;function MG(){if(c3)return m2;c3=1;var n=_n;function e(u,d){return u===d&&(u!==0||1/u===1/d)||u!==u&&d!==d}var t=typeof Object.is=="function"?Object.is:e,r=n.useState,i=n.useEffect,o=n.useLayoutEffect,a=n.useDebugValue;function s(u,d){var g=d(),b=r({inst:{value:g,getSnapshot:d}}),m=b[0].inst,D=b[1];return o(function(){m.value=g,m.getSnapshot=d,l(m)&&D({inst:m})},[u,g,d]),i(function(){return l(m)&&D({inst:m}),u(function(){l(m)&&D({inst:m})})},[u]),a(g),g}function l(u){var d=u.getSnapshot;u=u.value;try{var g=d();return!t(u,g)}catch{return!0}}function c(u,d){return d()}var f=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:s;return m2.useSyncExternalStore=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:f,m2}var v2={},u3;function PG(){if(u3)return v2;u3=1;var n={};/**
|
|
448
|
-
* @license React
|
|
449
|
-
* use-sync-external-store-shim.development.js
|
|
450
|
-
*
|
|
451
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
452
|
-
*
|
|
453
|
-
* This source code is licensed under the MIT license found in the
|
|
454
|
-
* LICENSE file in the root directory of this source tree.
|
|
455
|
-
*/return n.NODE_ENV!=="production"&&function(){function e(b,m){return b===m&&(b!==0||1/b===1/m)||b!==b&&m!==m}function t(b,m){u||o.startTransition===void 0||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var D=m();if(!d){var _=m();a(D,_)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),d=!0)}_=s({inst:{value:D,getSnapshot:m}});var A=_[0].inst,R=_[1];return c(function(){A.value=D,A.getSnapshot=m,r(A)&&R({inst:A})},[b,D,m]),l(function(){return r(A)&&R({inst:A}),b(function(){r(A)&&R({inst:A})})},[b]),f(D),D}function r(b){var m=b.getSnapshot;b=b.value;try{var D=m();return!a(b,D)}catch{return!0}}function i(b,m){return m()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var o=_n,a=typeof Object.is=="function"?Object.is:e,s=o.useState,l=o.useEffect,c=o.useLayoutEffect,f=o.useDebugValue,u=!1,d=!1,g=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?i:t;v2.useSyncExternalStore=o.useSyncExternalStore!==void 0?o.useSyncExternalStore:g,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}(),v2}var f3;function NG(){if(f3)return yy.exports;f3=1;var n={};return n.NODE_ENV==="production"?yy.exports=MG():yy.exports=PG(),yy.exports}var BG=NG();const O5=0,I5=1,M5=2,d3=3;var h3=Object.prototype.hasOwnProperty;function _x(n,e){var t,r;if(n===e)return!0;if(n&&e&&(t=n.constructor)===e.constructor){if(t===Date)return n.getTime()===e.getTime();if(t===RegExp)return n.toString()===e.toString();if(t===Array){if((r=n.length)===e.length)for(;r--&&_x(n[r],e[r]););return r===-1}if(!t||typeof n=="object"){r=0;for(t in n)if(h3.call(n,t)&&++r&&!h3.call(e,t)||!(t in e)||!_x(n[t],e[t]))return!1;return Object.keys(e).length===r}}return n!==n&&e!==e}const pf=new WeakMap,ld=()=>{},za=ld(),Cx=Object,On=n=>n===za,Du=n=>typeof n=="function",bd=(n,e)=>({...n,...e}),P5=n=>Du(n.then),x2={},by={},FD="undefined",Ng=typeof window!=FD,Sx=typeof document!=FD,LG=Ng&&"Deno"in window,WG=()=>Ng&&typeof window.requestAnimationFrame!=FD,N5=(n,e)=>{const t=pf.get(n);return[()=>!On(e)&&n.get(e)||x2,r=>{if(!On(e)){const i=n.get(e);e in by||(by[e]=i),t[5](e,bd(i,r),i||x2)}},t[6],()=>!On(e)&&e in by?by[e]:!On(e)&&n.get(e)||x2]};let Ax=!0;const zG=()=>Ax,[kx,Rx]=Ng&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[ld,ld],HG=()=>{const n=Sx&&document.visibilityState;return On(n)||n!=="hidden"},VG=n=>(Sx&&document.addEventListener("visibilitychange",n),kx("focus",n),()=>{Sx&&document.removeEventListener("visibilitychange",n),Rx("focus",n)}),GG=n=>{const e=()=>{Ax=!0,n()},t=()=>{Ax=!1};return kx("online",e),kx("offline",t),()=>{Rx("online",e),Rx("offline",t)}},XG={isOnline:zG,isVisible:HG},YG={initFocus:VG,initReconnect:GG},p3=!_n.useId,vg=!Ng||LG,ZG=n=>WG()?window.requestAnimationFrame(n):setTimeout(n,1),w2=vg?_n.useEffect:_n.useLayoutEffect,D2=typeof navigator<"u"&&navigator.connection,g3=!vg&&D2&&(["slow-2g","2g"].includes(D2.effectiveType)||D2.saveData),my=new WeakMap,T2=(n,e)=>Cx.prototype.toString.call(n)===`[object ${e}]`;let JG=0;const Ux=n=>{const e=typeof n,t=T2(n,"Date"),r=T2(n,"RegExp"),i=T2(n,"Object");let o,a;if(Cx(n)===n&&!t&&!r){if(o=my.get(n),o)return o;if(o=++JG+"~",my.set(n,o),Array.isArray(n)){for(o="@",a=0;a<n.length;a++)o+=Ux(n[a])+",";my.set(n,o)}if(i){o="#";const s=Cx.keys(n).sort();for(;!On(a=s.pop());)On(n[a])||(o+=a+":"+Ux(n[a])+",");my.set(n,o)}}else o=t?n.toJSON():e=="symbol"?n.toString():e=="string"?JSON.stringify(n):""+n;return o},OD=n=>{if(Du(n))try{n=n()}catch{n=""}const e=n;return n=typeof n=="string"?n:(Array.isArray(n)?n.length:n)?Ux(n):"",[n,e]};let KG=0;const Fx=()=>++KG;async function B5(...n){const[e,t,r,i]=n,o=bd({populateCache:!0,throwOnError:!0},typeof i=="boolean"?{revalidate:i}:i||{});let a=o.populateCache;const s=o.rollbackOnError;let l=o.optimisticData;const c=d=>typeof s=="function"?s(d):s!==!1,f=o.throwOnError;if(Du(t)){const d=t,g=[],b=e.keys();for(const m of b)!/^\$(inf|sub)\$/.test(m)&&d(e.get(m)._k)&&g.push(m);return Promise.all(g.map(u))}return u(t);async function u(d){const[g]=OD(d);if(!g)return;const[b,m]=N5(e,g),[D,_,A,R]=pf.get(e),N=()=>{const $=D[g];return(Du(o.revalidate)?o.revalidate(b().data,d):o.revalidate!==!1)&&(delete A[g],delete R[g],$&&$[0])?$[0](M5).then(()=>b().data):b().data};if(n.length<3)return N();let I=r,M;const z=Fx();_[g]=[z,0];const Z=!On(l),W=b(),te=W.data,ce=W._c,P=On(ce)?te:ce;if(Z&&(l=Du(l)?l(P,te):l,m({data:l,_c:P})),Du(I))try{I=I(P)}catch($){M=$}if(I&&P5(I))if(I=await I.catch($=>{M=$}),z!==_[g][0]){if(M)throw M;return I}else M&&Z&&c(M)&&(a=!0,m({data:P,_c:za}));if(a&&!M)if(Du(a)){const $=a(I,P);m({data:$,error:za,_c:za})}else m({data:I,error:za,_c:za});if(_[g][1]=Fx(),Promise.resolve(N()).then(()=>{m({_c:za})}),M){if(f)throw M;return}return I}}const y3=(n,e)=>{for(const t in n)n[t][0]&&n[t][0](e)},QG=(n,e)=>{if(!pf.has(n)){const t=bd(YG,e),r={},i=B5.bind(za,n);let o=ld;const a={},s=(f,u)=>{const d=a[f]||[];return a[f]=d,d.push(u),()=>d.splice(d.indexOf(u),1)},l=(f,u,d)=>{n.set(f,u);const g=a[f];if(g)for(const b of g)b(u,d)},c=()=>{if(!pf.has(n)&&(pf.set(n,[r,{},{},{},i,l,s]),!vg)){const f=t.initFocus(setTimeout.bind(za,y3.bind(za,r,O5))),u=t.initReconnect(setTimeout.bind(za,y3.bind(za,r,I5)));o=()=>{f&&f(),u&&u(),pf.delete(n)}}};return c(),[n,i,c,o]}return[n,pf.get(n)[4]]},qG=(n,e,t,r,i)=>{const o=t.errorRetryCount,a=i.retryCount,s=~~((Math.random()+.5)*(1<<(a<8?a:8)))*t.errorRetryInterval;!On(o)&&a>o||setTimeout(r,s,i)},jG=_x,[L5,$G]=QG(new Map),eX=bd({onLoadingSlow:ld,onSuccess:ld,onError:ld,onErrorRetry:qG,onDiscarded:ld,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:g3?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:g3?5e3:3e3,compare:jG,isPaused:()=>!1,cache:L5,mutate:$G,fallback:{}},XG),tX=(n,e)=>{const t=bd(n,e);if(e){const{use:r,fallback:i}=n,{use:o,fallback:a}=e;r&&o&&(t.use=r.concat(o)),i&&a&&(t.fallback=bd(i,a))}return t},nX=_n.createContext({}),rX="$inf$",W5=Ng&&window.__SWR_DEVTOOLS_USE__,iX=W5?window.__SWR_DEVTOOLS_USE__:[],oX=()=>{W5&&(window.__SWR_DEVTOOLS_REACT__=_n)},aX=n=>Du(n[1])?[n[0],n[1],n[2]||{}]:[n[0],null,(n[1]===null?n[2]:n[1])||{}],sX=()=>bd(eX,_n.useContext(nX)),lX=n=>(e,t,r)=>n(e,t&&((...o)=>{const[a]=OD(e),[,,,s]=pf.get(L5);if(a.startsWith(rX))return t(...o);const l=s[a];return On(l)?t(...o):(delete s[a],l)}),r),cX=iX.concat(lX),uX=n=>function(...t){const r=sX(),[i,o,a]=aX(t),s=tX(r,a);let l=n;const{use:c}=s,f=(c||[]).concat(cX);for(let u=f.length;u--;)l=f[u](l);return l(i,o||s.fetcher||null,s)},fX=(n,e,t)=>{const r=e[n]||(e[n]=[]);return r.push(t),()=>{const i=r.indexOf(t);i>=0&&(r[i]=r[r.length-1],r.pop())}};oX();const E2=_n.use||(n=>{switch(n.status){case"pending":throw n;case"fulfilled":return n.value;case"rejected":throw n.reason;default:throw n.status="pending",n.then(e=>{n.status="fulfilled",n.value=e},e=>{n.status="rejected",n.reason=e}),n}}),_2={dedupe:!0},dX=(n,e,t)=>{const{cache:r,compare:i,suspense:o,fallbackData:a,revalidateOnMount:s,revalidateIfStale:l,refreshInterval:c,refreshWhenHidden:f,refreshWhenOffline:u,keepPreviousData:d}=t,[g,b,m,D]=pf.get(r),[_,A]=OD(n),R=_n.useRef(!1),N=_n.useRef(!1),I=_n.useRef(_),M=_n.useRef(e),z=_n.useRef(t),Z=()=>z.current,W=()=>Z().isVisible()&&Z().isOnline(),[te,ce,P,$]=N5(r,_),U=_n.useRef({}).current,he=On(a)?On(t.fallback)?za:t.fallback[_]:a,G=(lt,O)=>{for(const pe in U){const ge=pe;if(ge==="data"){if(!i(lt[ge],O[ge])&&(!On(lt[ge])||!i(ve,O[ge])))return!1}else if(O[ge]!==lt[ge])return!1}return!0},j=_n.useMemo(()=>{const lt=!_||!e?!1:On(s)?Z().isPaused()||o?!1:l!==!1:s,O=Le=>{const _e=bd(Le);return delete _e._k,lt?{isValidating:!0,isLoading:!0,..._e}:_e},pe=te(),ge=$(),re=O(pe),ne=pe===ge?re:O(ge);let ye=re;return[()=>{const Le=O(te());return G(Le,ye)?(ye.data=Le.data,ye.isLoading=Le.isLoading,ye.isValidating=Le.isValidating,ye.error=Le.error,ye):(ye=Le,Le)},()=>ne]},[r,_]),De=BG.useSyncExternalStore(_n.useCallback(lt=>P(_,(O,pe)=>{G(pe,O)||lt()}),[r,_]),j[0],j[1]),ie=!R.current,fe=g[_]&&g[_].length>0,q=De.data,xe=On(q)?he&&P5(he)?E2(he):he:q,be=De.error,se=_n.useRef(xe),ve=d?On(q)?On(se.current)?xe:se.current:q:xe,Xe=fe&&!On(be)?!1:ie&&!On(s)?s:Z().isPaused()?!1:o?On(xe)?!1:l:On(xe)||l,qe=!!(_&&e&&ie&&Xe),je=On(De.isValidating)?qe:De.isValidating,st=On(De.isLoading)?qe:De.isLoading,Pe=_n.useCallback(async lt=>{const O=M.current;if(!_||!O||N.current||Z().isPaused())return!1;let pe,ge,re=!0;const ne=lt||{},ye=!m[_]||!ne.dedupe,Le=()=>p3?!N.current&&_===I.current&&R.current:_===I.current,_e={isValidating:!1,isLoading:!1},we=()=>{ce(_e)},de=()=>{const ke=m[_];ke&&ke[1]===ge&&delete m[_]},Te={isValidating:!0};On(te().data)&&(Te.isLoading=!0);try{if(ye&&(ce(Te),t.loadingTimeout&&On(te().data)&&setTimeout(()=>{re&&Le()&&Z().onLoadingSlow(_,t)},t.loadingTimeout),m[_]=[O(A),Fx()]),[pe,ge]=m[_],pe=await pe,ye&&setTimeout(de,t.dedupingInterval),!m[_]||m[_][1]!==ge)return ye&&Le()&&Z().onDiscarded(_),!1;_e.error=za;const ke=b[_];if(!On(ke)&&(ge<=ke[0]||ge<=ke[1]||ke[1]===0))return we(),ye&&Le()&&Z().onDiscarded(_),!1;const We=te().data;_e.data=i(We,pe)?We:pe,ye&&Le()&&Z().onSuccess(pe,_,t)}catch(ke){de();const We=Z(),{shouldRetryOnError:ut}=We;We.isPaused()||(_e.error=ke,ye&&Le()&&(We.onError(ke,_,We),(ut===!0||Du(ut)&&ut(ke))&&(!Z().revalidateOnFocus||!Z().revalidateOnReconnect||W())&&We.onErrorRetry(ke,_,We,xt=>{const At=g[_];At&&At[0]&&At[0](d3,xt)},{retryCount:(ne.retryCount||0)+1,dedupe:!0})))}return re=!1,we(),!0},[_,r]),rt=_n.useCallback((...lt)=>B5(r,I.current,...lt),[]);if(w2(()=>{M.current=e,z.current=t,On(q)||(se.current=q)}),w2(()=>{if(!_)return;const lt=Pe.bind(za,_2);let O=0;const ge=fX(_,g,(re,ne={})=>{if(re==O5){const ye=Date.now();Z().revalidateOnFocus&&ye>O&&W()&&(O=ye+Z().focusThrottleInterval,lt())}else if(re==I5)Z().revalidateOnReconnect&&W()&<();else{if(re==M5)return Pe();if(re==d3)return Pe(ne)}});return N.current=!1,I.current=_,R.current=!0,ce({_k:A}),Xe&&(On(xe)||vg?lt():ZG(lt)),()=>{N.current=!0,ge()}},[_]),w2(()=>{let lt;function O(){const ge=Du(c)?c(te().data):c;ge&<!==-1&&(lt=setTimeout(pe,ge))}function pe(){!te().error&&(f||Z().isVisible())&&(u||Z().isOnline())?Pe(_2).then(O):O()}return O(),()=>{lt&&(clearTimeout(lt),lt=-1)}},[c,f,u,_]),_n.useDebugValue(ve),o&&On(xe)&&_){if(!p3&&vg)throw new Error("Fallback data is required when using Suspense in SSR.");M.current=e,z.current=t,N.current=!1;const lt=D[_];if(!On(lt)){const O=rt(lt);E2(O)}if(On(be)){const O=Pe(_2);On(ve)||(O.status="fulfilled",O.value=!0),E2(O)}else throw be}return{mutate:rt,get data(){return U.data=!0,ve},get error(){return U.error=!0,be},get isValidating(){return U.isValidating=!0,je},get isLoading(){return U.isLoading=!0,st}}},b3=uX(dX);class hX extends Error{constructor({message:e,status:t,data:r}){super(e),this.name="TwitterApiError",this.status=t,this.data=r}}const pX=b3.default||b3,gX="https://react-tweet.vercel.app";async function yX([n,e]){const t=await fetch(n,e),r=await t.json();if(t.ok)return r.data||null;throw new hX({message:`Failed to fetch tweet at "${n}" with "${t.status}".`,data:r,status:t.status})}const bX=(n,e,t)=>{const{isLoading:r,data:i,error:o}=pX(()=>e||n?[e||n&&`${gX}/api/tweet/${n}`,t]:null,yX,{revalidateIfStale:!1,revalidateOnFocus:!1,shouldRetryOnError:!1});return{isLoading:!!(r||i===void 0&&!o),data:i,error:o}},mX=({id:n,apiUrl:e,fallback:t=Ye.jsx(IG,{}),components:r,fetchOptions:i,onError:o})=>{const{data:a,error:s,isLoading:l}=bX(n,e,i);if(l)return t;if(s||!a){const c=(r==null?void 0:r.TweetNotFound)||kG;return Ye.jsx(c,{error:o?o(s):s})}return Ye.jsx(CG,{tweet:a,components:r})},Cu=()=>new Map,Ox=n=>{const e=Cu();return n.forEach((t,r)=>{e.set(r,t)}),e},lp=(n,e,t)=>{let r=n.get(e);return r===void 0&&n.set(e,r=t()),r},vX=(n,e)=>{const t=[];for(const[r,i]of n)t.push(e(i,r));return t},xX=(n,e)=>{for(const[t,r]of n)if(e(r,t))return!0;return!1},Qh=()=>new Set,C2=n=>n[n.length-1],qh=Array.from,wX=Array.isArray;class DX{constructor(){this._observers=Cu()}on(e,t){return lp(this._observers,e,Qh).add(t),t}once(e,t){const r=(...i)=>{this.off(e,r),t(...i)};this.on(e,r)}off(e,t){const r=this._observers.get(e);r!==void 0&&(r.delete(t),r.size===0&&this._observers.delete(e))}emit(e,t){return qh((this._observers.get(e)||Cu()).values()).forEach(r=>r(...t))}destroy(){this._observers=Cu()}}const lh=Math.floor,jy=Math.abs,z5=(n,e)=>n<e?n:e,cp=(n,e)=>n>e?n:e,TX=n=>n!==0?n<0:1/n<0,m3=1,v3=2,S2=4,A2=8,EX=32,H5=64,Yb=128,_X=31,x3=63,jp=127,CX=2147483647,SX=Number.isInteger||(n=>typeof n=="number"&&isFinite(n)&&lh(n)===n),AX=n=>n.toLowerCase(),kX=/^\s*/g,RX=n=>n.replace(kX,""),UX=/([A-Z])/g,w3=(n,e)=>RX(n.replace(UX,t=>`${e}${AX(t)}`)),FX=n=>{const e=unescape(encodeURIComponent(n)),t=e.length,r=new Uint8Array(t);for(let i=0;i<t;i++)r[i]=e.codePointAt(i);return r},xg=typeof TextEncoder<"u"?new TextEncoder:null,OX=n=>xg.encode(n),IX=xg?OX:FX;let k2=typeof TextDecoder>"u"?null:new TextDecoder("utf-8",{fatal:!0,ignoreBOM:!0});k2&&k2.decode(new Uint8Array).length===1&&(k2=null);class Bg{constructor(){this.cpos=0,this.cbuf=new Uint8Array(100),this.bufs=[]}}const ID=()=>new Bg,MX=n=>{let e=n.cpos;for(let t=0;t<n.bufs.length;t++)e+=n.bufs[t].length;return e},yf=n=>{const e=new Uint8Array(MX(n));let t=0;for(let r=0;r<n.bufs.length;r++){const i=n.bufs[r];e.set(i,t),t+=i.length}return e.set(new Uint8Array(n.cbuf.buffer,0,n.cpos),t),e},PX=(n,e)=>{const t=n.cbuf.length;t-n.cpos<e&&(n.bufs.push(new Uint8Array(n.cbuf.buffer,0,n.cpos)),n.cbuf=new Uint8Array(cp(t,e)*2),n.cpos=0)},qi=(n,e)=>{const t=n.cbuf.length;n.cpos===t&&(n.bufs.push(n.cbuf),n.cbuf=new Uint8Array(t*2),n.cpos=0),n.cbuf[n.cpos++]=e},Ix=qi,dr=(n,e)=>{for(;e>jp;)qi(n,Yb|jp&e),e=lh(e/128);qi(n,jp&e)},MD=(n,e)=>{const t=TX(e);for(t&&(e=-e),qi(n,(e>x3?Yb:0)|(t?H5:0)|x3&e),e=lh(e/64);e>0;)qi(n,(e>jp?Yb:0)|jp&e),e=lh(e/128)},Mx=new Uint8Array(3e4),NX=Mx.length/3,BX=(n,e)=>{if(e.length<NX){const t=xg.encodeInto(e,Mx).written||0;dr(n,t);for(let r=0;r<t;r++)qi(n,Mx[r])}else Qs(n,IX(e))},LX=(n,e)=>{const t=unescape(encodeURIComponent(e)),r=t.length;dr(n,r);for(let i=0;i<r;i++)qi(n,t.codePointAt(i))},Hh=xg&&xg.encodeInto?BX:LX,PD=(n,e)=>{const t=n.cbuf.length,r=n.cpos,i=z5(t-r,e.length),o=e.length-i;n.cbuf.set(e.subarray(0,i),r),n.cpos+=i,o>0&&(n.bufs.push(n.cbuf),n.cbuf=new Uint8Array(cp(t*2,o)),n.cbuf.set(e.subarray(i)),n.cpos=o)},Qs=(n,e)=>{dr(n,e.byteLength),PD(n,e)},ND=(n,e)=>{PX(n,e);const t=new DataView(n.cbuf.buffer,n.cpos,e);return n.cpos+=e,t},WX=(n,e)=>ND(n,4).setFloat32(0,e,!1),zX=(n,e)=>ND(n,8).setFloat64(0,e,!1),HX=(n,e)=>ND(n,8).setBigInt64(0,e,!1),D3=new DataView(new ArrayBuffer(4)),VX=n=>(D3.setFloat32(0,n),D3.getFloat32(0)===n),wg=(n,e)=>{switch(typeof e){case"string":qi(n,119),Hh(n,e);break;case"number":SX(e)&&jy(e)<=CX?(qi(n,125),MD(n,e)):VX(e)?(qi(n,124),WX(n,e)):(qi(n,123),zX(n,e));break;case"bigint":qi(n,122),HX(n,e);break;case"object":if(e===null)qi(n,126);else if(wX(e)){qi(n,117),dr(n,e.length);for(let t=0;t<e.length;t++)wg(n,e[t])}else if(e instanceof Uint8Array)qi(n,116),Qs(n,e);else{qi(n,118);const t=Object.keys(e);dr(n,t.length);for(let r=0;r<t.length;r++){const i=t[r];Hh(n,i),wg(n,e[i])}}break;case"boolean":qi(n,e?120:121);break;default:qi(n,127)}};class T3 extends Bg{constructor(e){super(),this.w=e,this.s=null,this.count=0}write(e){this.s===e?this.count++:(this.count>0&&dr(this,this.count-1),this.count=1,this.w(this,e),this.s=e)}}const E3=n=>{n.count>0&&(MD(n.encoder,n.count===1?n.s:-n.s),n.count>1&&dr(n.encoder,n.count-2))};class $y{constructor(){this.encoder=new Bg,this.s=0,this.count=0}write(e){this.s===e?this.count++:(E3(this),this.count=1,this.s=e)}toUint8Array(){return E3(this),yf(this.encoder)}}const _3=n=>{if(n.count>0){const e=n.diff*2+(n.count===1?0:1);MD(n.encoder,e),n.count>1&&dr(n.encoder,n.count-2)}};class R2{constructor(){this.encoder=new Bg,this.s=0,this.count=0,this.diff=0}write(e){this.diff===e-this.s?(this.s=e,this.count++):(_3(this),this.count=1,this.diff=e-this.s,this.s=e)}toUint8Array(){return _3(this),yf(this.encoder)}}class GX{constructor(){this.sarr=[],this.s="",this.lensE=new $y}write(e){this.s+=e,this.s.length>19&&(this.sarr.push(this.s),this.s=""),this.lensE.write(e.length)}toUint8Array(){const e=new Bg;return this.sarr.push(this.s),this.s="",Hh(e,this.sarr.join("")),PD(e,this.lensE.toUint8Array()),yf(e)}}const jh=n=>new Error(n),Su=()=>{throw jh("Method unimplemented")},md=()=>{throw jh("Unexpected case")},XX=crypto.getRandomValues.bind(crypto),V5=()=>XX(new Uint32Array(1))[0],YX="10000000-1000-4000-8000"+-1e11,ZX=()=>YX.replace(/[018]/g,n=>(n^V5()&15>>n/4).toString(16)),C3=n=>new Promise(n);Promise.all.bind(Promise);const S3=n=>n===void 0?null:n;class JX{constructor(){this.map=new Map}setItem(e,t){this.map.set(e,t)}getItem(e){return this.map.get(e)}}let G5=new JX,KX=!0;try{typeof localStorage<"u"&&localStorage&&(G5=localStorage,KX=!1)}catch{}const QX=G5,qX=Object.assign,jX=Object.keys,$X=(n,e)=>{for(const t in n)e(n[t],t)},A3=n=>jX(n).length,eY=n=>{for(const e in n)return!1;return!0},tY=(n,e)=>{for(const t in n)if(!e(n[t],t))return!1;return!0},nY=(n,e)=>Object.prototype.hasOwnProperty.call(n,e),rY=(n,e)=>n===e||A3(n)===A3(e)&&tY(n,(t,r)=>(t!==void 0||nY(e,r))&&e[r]===t),iY=Object.freeze,X5=n=>{for(const e in n){const t=n[e];(typeof t=="object"||typeof t=="function")&&X5(n[e])}return iY(n)},BD=(n,e,t=0)=>{try{for(;t<n.length;t++)n[t](...e)}finally{t<n.length&&BD(n,e,t+1)}},oY=(n,e)=>e.includes(n);var Y5={};const Dg=typeof process<"u"&&process.release&&/node|io\.js/.test(process.release.name)&&Object.prototype.toString.call(typeof process<"u"?process:0)==="[object process]";let vu;const aY=()=>{if(vu===void 0)if(Dg){vu=Cu();const n=process.argv;let e=null;for(let t=0;t<n.length;t++){const r=n[t];r[0]==="-"?(e!==null&&vu.set(e,""),e=r):e!==null&&(vu.set(e,r),e=null)}e!==null&&vu.set(e,"")}else typeof location=="object"?(vu=Cu(),(location.search||"?").slice(1).split("&").forEach(n=>{if(n.length!==0){const[e,t]=n.split("=");vu.set(`--${w3(e,"-")}`,t),vu.set(`-${w3(e,"-")}`,t)}})):vu=Cu();return vu},Px=n=>aY().has(n),Zb=n=>S3(Dg?Y5[n.toUpperCase().replaceAll("-","_")]:QX.getItem(n)),Z5=n=>Px("--"+n)||Zb(n)!==null;Z5("production");const sY=Dg&&oY(Y5.FORCE_COLOR,["true","1","2"]),lY=sY||!Px("--no-colors")&&!Z5("no-color")&&(!Dg||process.stdout.isTTY)&&(!Dg||Px("--color")||Zb("COLORTERM")!==null||(Zb("TERM")||"").includes("color"));class cY{constructor(e,t){this.left=e,this.right=t}}const uf=(n,e)=>new cY(n,e);typeof DOMParser<"u"&&new DOMParser;const uY=n=>vX(n,(e,t)=>`${t}:${e};`).join(""),Af=Symbol,J5=Af(),K5=Af(),fY=Af(),dY=Af(),hY=Af(),Q5=Af(),pY=Af(),LD=Af(),gY=Af(),yY=n=>{var i;n.length===1&&((i=n[0])==null?void 0:i.constructor)===Function&&(n=n[0]());const e=[],t=[];let r=0;for(;r<n.length;r++){const o=n[r];if(o===void 0)break;if(o.constructor===String||o.constructor===Number)e.push(o);else if(o.constructor===Object)break}for(r>0&&t.push(e.join(""));r<n.length;r++){const o=n[r];o instanceof Symbol||t.push(o)}return t},bY={[J5]:uf("font-weight","bold"),[K5]:uf("font-weight","normal"),[fY]:uf("color","blue"),[hY]:uf("color","green"),[dY]:uf("color","grey"),[Q5]:uf("color","red"),[pY]:uf("color","purple"),[LD]:uf("color","orange"),[gY]:uf("color","black")},mY=n=>{var a;n.length===1&&((a=n[0])==null?void 0:a.constructor)===Function&&(n=n[0]());const e=[],t=[],r=Cu();let i=[],o=0;for(;o<n.length;o++){const s=n[o],l=bY[s];if(l!==void 0)r.set(l.left,l.right);else{if(s===void 0)break;if(s.constructor===String||s.constructor===Number){const c=uY(r);o>0||c.length>0?(e.push("%c"+s),t.push(c)):e.push(s)}else break}}for(o>0&&(i=t,i.unshift(e.join("")));o<n.length;o++){const s=n[o];s instanceof Symbol||i.push(s)}return i},q5=lY?mY:yY,vY=(...n)=>{console.log(...q5(n)),j5.forEach(e=>e.print(n))},xY=(...n)=>{console.warn(...q5(n)),n.unshift(LD),j5.forEach(e=>e.print(n))},j5=Qh(),$5=n=>({[Symbol.iterator](){return this},next:n}),wY=(n,e)=>$5(()=>{let t;do t=n.next();while(!t.done&&!e(t.value));return t}),U2=(n,e)=>$5(()=>{const{done:t,value:r}=n.next();return{done:t,value:t?void 0:e(r)}});class DY{constructor(e,t){this.clock=e,this.len=t}}class TY{constructor(){this.clients=new Map}}const eO=(n,e,t)=>e.clients.forEach((r,i)=>{const o=n.doc.store.clients.get(i);for(let a=0;a<r.length;a++){const s=r[a];sO(n,o,s.clock,s.len,t)}}),EY=(n,e)=>{let t=0,r=n.length-1;for(;t<=r;){const i=lh((t+r)/2),o=n[i],a=o.clock;if(a<=e){if(e<a+o.len)return i;t=i+1}else r=i-1}return null},tO=(n,e)=>{const t=n.clients.get(e.client);return t!==void 0&&EY(t,e.clock)!==null},nO=n=>{n.clients.forEach(e=>{e.sort((i,o)=>i.clock-o.clock);let t,r;for(t=1,r=1;t<e.length;t++){const i=e[r-1],o=e[t];i.clock+i.len>=o.clock?i.len=cp(i.len,o.clock+o.len-i.clock):(r<t&&(e[r]=o),r++)}e.length=r})},rO=(n,e,t,r)=>{lp(n.clients,e,()=>[]).push(new DY(t,r))},_Y=(n,e)=>{dr(n.restEncoder,e.clients.size),qh(e.clients.entries()).sort((t,r)=>r[0]-t[0]).forEach(([t,r])=>{n.resetDsCurVal(),dr(n.restEncoder,t);const i=r.length;dr(n.restEncoder,i);for(let o=0;o<i;o++){const a=r[o];n.writeDsClock(a.clock),n.writeDsLen(a.len)}})},iO=V5;class Lg extends DX{constructor({guid:e=ZX(),collectionid:t=null,gc:r=!0,gcFilter:i=()=>!0,meta:o=null,autoLoad:a=!1,shouldLoad:s=!0}={}){super(),this.gc=r,this.gcFilter=i,this.clientID=iO(),this.guid=e,this.collectionid=t,this.share=new Map,this.store=new IY,this._transaction=null,this._transactionCleanups=[],this.subdocs=new Set,this._item=null,this.shouldLoad=s,this.autoLoad=a,this.meta=o,this.isLoaded=!1,this.isSynced=!1,this.isDestroyed=!1,this.whenLoaded=C3(c=>{this.on("load",()=>{this.isLoaded=!0,c(this)})});const l=()=>C3(c=>{const f=u=>{(u===void 0||u===!0)&&(this.off("sync",f),c())};this.on("sync",f)});this.on("sync",c=>{c===!1&&this.isSynced&&(this.whenSynced=l()),this.isSynced=c===void 0||c===!0,this.isSynced&&!this.isLoaded&&this.emit("load",[this])}),this.whenSynced=l()}load(){const e=this._item;e!==null&&!this.shouldLoad&&Sr(e.parent.doc,t=>{t.subdocsLoaded.add(this)},null,!0),this.shouldLoad=!0}getSubdocs(){return this.subdocs}getSubdocGuids(){return new Set(qh(this.subdocs).map(e=>e.guid))}transact(e,t=null){return Sr(this,e,t)}get(e,t=So){const r=lp(this.share,e,()=>{const o=new t;return o._integrate(this,null),o}),i=r.constructor;if(t!==So&&i!==t)if(i===So){const o=new t;o._map=r._map,r._map.forEach(a=>{for(;a!==null;a=a.left)a.parent=o}),o._start=r._start;for(let a=o._start;a!==null;a=a.right)a.parent=o;return o._length=r._length,this.share.set(e,o),o._integrate(this,null),o}else throw new Error(`Type with the name ${e} has already been defined with a different constructor`);return r}getArray(e=""){return this.get(e,$p)}getText(e=""){return this.get(e,Cg)}getMap(e=""){return this.get(e,qb)}getXmlElement(e=""){return this.get(e,Sg)}getXmlFragment(e=""){return this.get(e,$h)}toJSON(){const e={};return this.share.forEach((t,r)=>{e[r]=t.toJSON()}),e}destroy(){this.isDestroyed=!0,qh(this.subdocs).forEach(t=>t.destroy());const e=this._item;if(e!==null){this._item=null;const t=e.content;t.doc=new Lg({guid:this.guid,...t.opts,shouldLoad:!1}),t.doc._item=e,Sr(e.parent.doc,r=>{const i=t.doc;e.deleted||r.subdocsAdded.add(i),r.subdocsRemoved.add(this)},null,!0)}this.emit("destroyed",[!0]),this.emit("destroy",[this]),super.destroy()}}class CY{constructor(){this.restEncoder=ID()}toUint8Array(){return yf(this.restEncoder)}resetDsCurVal(){}writeDsClock(e){dr(this.restEncoder,e)}writeDsLen(e){dr(this.restEncoder,e)}}class SY extends CY{writeLeftID(e){dr(this.restEncoder,e.client),dr(this.restEncoder,e.clock)}writeRightID(e){dr(this.restEncoder,e.client),dr(this.restEncoder,e.clock)}writeClient(e){dr(this.restEncoder,e)}writeInfo(e){Ix(this.restEncoder,e)}writeString(e){Hh(this.restEncoder,e)}writeParentInfo(e){dr(this.restEncoder,e?1:0)}writeTypeRef(e){dr(this.restEncoder,e)}writeLen(e){dr(this.restEncoder,e)}writeAny(e){wg(this.restEncoder,e)}writeBuf(e){Qs(this.restEncoder,e)}writeJSON(e){Hh(this.restEncoder,JSON.stringify(e))}writeKey(e){Hh(this.restEncoder,e)}}class AY{constructor(){this.restEncoder=ID(),this.dsCurrVal=0}toUint8Array(){return yf(this.restEncoder)}resetDsCurVal(){this.dsCurrVal=0}writeDsClock(e){const t=e-this.dsCurrVal;this.dsCurrVal=e,dr(this.restEncoder,t)}writeDsLen(e){e===0&&md(),dr(this.restEncoder,e-1),this.dsCurrVal+=e}}class kY extends AY{constructor(){super(),this.keyMap=new Map,this.keyClock=0,this.keyClockEncoder=new R2,this.clientEncoder=new $y,this.leftClockEncoder=new R2,this.rightClockEncoder=new R2,this.infoEncoder=new T3(Ix),this.stringEncoder=new GX,this.parentInfoEncoder=new T3(Ix),this.typeRefEncoder=new $y,this.lenEncoder=new $y}toUint8Array(){const e=ID();return dr(e,0),Qs(e,this.keyClockEncoder.toUint8Array()),Qs(e,this.clientEncoder.toUint8Array()),Qs(e,this.leftClockEncoder.toUint8Array()),Qs(e,this.rightClockEncoder.toUint8Array()),Qs(e,yf(this.infoEncoder)),Qs(e,this.stringEncoder.toUint8Array()),Qs(e,yf(this.parentInfoEncoder)),Qs(e,this.typeRefEncoder.toUint8Array()),Qs(e,this.lenEncoder.toUint8Array()),PD(e,yf(this.restEncoder)),yf(e)}writeLeftID(e){this.clientEncoder.write(e.client),this.leftClockEncoder.write(e.clock)}writeRightID(e){this.clientEncoder.write(e.client),this.rightClockEncoder.write(e.clock)}writeClient(e){this.clientEncoder.write(e)}writeInfo(e){this.infoEncoder.write(e)}writeString(e){this.stringEncoder.write(e)}writeParentInfo(e){this.parentInfoEncoder.write(e?1:0)}writeTypeRef(e){this.typeRefEncoder.write(e)}writeLen(e){this.lenEncoder.write(e)}writeAny(e){wg(this.restEncoder,e)}writeBuf(e){Qs(this.restEncoder,e)}writeJSON(e){wg(this.restEncoder,e)}writeKey(e){const t=this.keyMap.get(e);t===void 0?(this.keyClockEncoder.write(this.keyClock++),this.stringEncoder.write(e)):this.keyClockEncoder.write(t)}}const RY=(n,e,t,r)=>{r=cp(r,e[0].id.clock);const i=Df(e,r);dr(n.restEncoder,e.length-i),n.writeClient(t),dr(n.restEncoder,r);const o=e[i];o.write(n,r-o.id.clock);for(let a=i+1;a<e.length;a++)e[a].write(n,0)},UY=(n,e,t)=>{const r=new Map;t.forEach((i,o)=>{ws(e,o)>i&&r.set(o,i)}),WD(e).forEach((i,o)=>{t.has(o)||r.set(o,0)}),dr(n.restEncoder,r.size),qh(r.entries()).sort((i,o)=>o[0]-i[0]).forEach(([i,o])=>{RY(n,e.clients.get(i),i,o)})},FY=(n,e)=>UY(n,e.doc.store,e.beforeState);class OY{constructor(){this.l=[]}}const k3=()=>new OY,R3=(n,e)=>n.l.push(e),U3=(n,e)=>{const t=n.l,r=t.length;n.l=t.filter(i=>e!==i),r===n.l.length&&console.error("[yjs] Tried to remove event handler that doesn't exist.")},oO=(n,e,t)=>BD(n.l,[e,t]);class eb{constructor(e,t){this.client=e,this.clock=t}}const vy=(n,e)=>n===e||n!==null&&e!==null&&n.client===e.client&&n.clock===e.clock,Ar=(n,e)=>new eb(n,e),Tg=n=>{for(const[e,t]of n.doc.share.entries())if(t===n)return e;throw md()};class Jb{constructor(e,t,r,i=0){this.type=e,this.tname=t,this.item=r,this.assoc=i}}const xy=(n,e,t)=>{let r=null,i=null;return n._item===null?i=Tg(n):r=Ar(n._item.id.client,n._item.id.clock),new Jb(r,i,e,t)},F2=(n,e,t=0)=>{let r=n._start;if(t<0){if(e===0)return xy(n,null,t);e--}for(;r!==null;){if(!r.deleted&&r.countable){if(r.length>e)return xy(n,Ar(r.id.client,r.id.clock+e),t);e-=r.length}if(r.right===null&&t<0)return xy(n,r.lastId,t);r=r.right}return xy(n,null,t)},Fh=(n,e)=>e===void 0?!n.deleted:e.sv.has(n.id.client)&&(e.sv.get(n.id.client)||0)>n.id.clock&&!tO(e.ds,n.id),Nx=(n,e)=>{const t=lp(n.meta,Nx,Qh),r=n.doc.store;t.has(e)||(e.sv.forEach((i,o)=>{i<ws(r,o)&&vd(n,Ar(o,i))}),eO(n,e.ds,i=>{}),t.add(e))};class IY{constructor(){this.clients=new Map,this.pendingStructs=null,this.pendingDs=null}}const WD=n=>{const e=new Map;return n.clients.forEach((t,r)=>{const i=t[t.length-1];e.set(r,i.id.clock+i.length)}),e},ws=(n,e)=>{const t=n.clients.get(e);if(t===void 0)return 0;const r=t[t.length-1];return r.id.clock+r.length},aO=(n,e)=>{let t=n.clients.get(e.id.client);if(t===void 0)t=[],n.clients.set(e.id.client,t);else{const r=t[t.length-1];if(r.id.clock+r.length!==e.id.clock)throw md()}t.push(e)},Df=(n,e)=>{let t=0,r=n.length-1,i=n[r],o=i.id.clock;if(o===e)return r;let a=lh(e/(o+i.length-1)*r);for(;t<=r;){if(i=n[a],o=i.id.clock,o<=e){if(e<o+i.length)return a;t=a+1}else r=a-1;a=lh((t+r)/2)}throw md()},MY=(n,e)=>{const t=n.clients.get(e.client);return t[Df(t,e.clock)]},O2=MY,Bx=(n,e,t)=>{const r=Df(e,t),i=e[r];return i.id.clock<t&&i instanceof jo?(e.splice(r+1,0,_O(n,i,t-i.id.clock)),r+1):r},vd=(n,e)=>{const t=n.doc.store.clients.get(e.client);return t[Bx(n,t,e.clock)]},F3=(n,e,t)=>{const r=e.clients.get(t.client),i=Df(r,t.clock),o=r[i];return t.clock!==o.id.clock+o.length-1&&o.constructor!==id&&r.splice(i+1,0,_O(n,o,t.clock-o.id.clock+1)),o},PY=(n,e,t)=>{const r=n.clients.get(e.id.client);r[Df(r,e.id.clock)]=t},sO=(n,e,t,r,i)=>{if(r===0)return;const o=t+r;let a=Bx(n,e,t),s;do s=e[a++],o<s.id.clock+s.length&&Bx(n,e,o),i(s);while(a<e.length&&e[a].id.clock<o)};class NY{constructor(e,t,r){this.doc=e,this.deleteSet=new TY,this.beforeState=WD(e.store),this.afterState=new Map,this.changed=new Map,this.changedParentTypes=new Map,this._mergeStructs=[],this.origin=t,this.meta=new Map,this.local=r,this.subdocsAdded=new Set,this.subdocsRemoved=new Set,this.subdocsLoaded=new Set,this._needFormattingCleanup=!1}}const O3=(n,e)=>e.deleteSet.clients.size===0&&!xX(e.afterState,(t,r)=>e.beforeState.get(r)!==t)?!1:(nO(e.deleteSet),FY(n,e),_Y(n,e.deleteSet),!0),I3=(n,e,t)=>{const r=e._item;(r===null||r.id.clock<(n.beforeState.get(r.id.client)||0)&&!r.deleted)&&lp(n.changed,e,Qh).add(t)},tb=(n,e)=>{let t=n[e],r=n[e-1],i=e;for(;i>0;t=r,r=n[--i-1]){if(r.deleted===t.deleted&&r.constructor===t.constructor&&r.mergeWith(t)){t instanceof jo&&t.parentSub!==null&&t.parent._map.get(t.parentSub)===t&&t.parent._map.set(t.parentSub,r);continue}break}const o=e-i;return o&&n.splice(e+1-o,o),o},BY=(n,e,t)=>{for(const[r,i]of n.clients.entries()){const o=e.clients.get(r);for(let a=i.length-1;a>=0;a--){const s=i[a],l=s.clock+s.len;for(let c=Df(o,s.clock),f=o[c];c<o.length&&f.id.clock<l;f=o[++c]){const u=o[c];if(s.clock+s.len<=u.id.clock)break;u instanceof jo&&u.deleted&&!u.keep&&t(u)&&u.gc(e,!1)}}}},LY=(n,e)=>{n.clients.forEach((t,r)=>{const i=e.clients.get(r);for(let o=t.length-1;o>=0;o--){const a=t[o],s=z5(i.length-1,1+Df(i,a.clock+a.len-1));for(let l=s,c=i[l];l>0&&c.id.clock>=a.clock;c=i[l])l-=1+tb(i,l)}})},lO=(n,e)=>{if(e<n.length){const t=n[e],r=t.doc,i=r.store,o=t.deleteSet,a=t._mergeStructs;try{nO(o),t.afterState=WD(t.doc.store),r.emit("beforeObserverCalls",[t,r]);const s=[];t.changed.forEach((l,c)=>s.push(()=>{(c._item===null||!c._item.deleted)&&c._callObserver(t,l)})),s.push(()=>{t.changedParentTypes.forEach((l,c)=>{c._dEH.l.length>0&&(c._item===null||!c._item.deleted)&&(l=l.filter(f=>f.target._item===null||!f.target._item.deleted),l.forEach(f=>{f.currentTarget=c,f._path=null}),l.sort((f,u)=>f.path.length-u.path.length),oO(c._dEH,l,t))})}),s.push(()=>r.emit("afterTransaction",[t,r])),BD(s,[]),t._needFormattingCleanup&&qY(t)}finally{r.gc&&BY(o,i,r.gcFilter),LY(o,i),t.afterState.forEach((f,u)=>{const d=t.beforeState.get(u)||0;if(d!==f){const g=i.clients.get(u),b=cp(Df(g,d),1);for(let m=g.length-1;m>=b;)m-=1+tb(g,m)}});for(let f=a.length-1;f>=0;f--){const{client:u,clock:d}=a[f].id,g=i.clients.get(u),b=Df(g,d);b+1<g.length&&tb(g,b+1)>1||b>0&&tb(g,b)}if(!t.local&&t.afterState.get(r.clientID)!==t.beforeState.get(r.clientID)&&(vY(LD,J5,"[yjs] ",K5,Q5,"Changed the client-id because another client seems to be using it."),r.clientID=iO()),r.emit("afterTransactionCleanup",[t,r]),r._observers.has("update")){const f=new SY;O3(f,t)&&r.emit("update",[f.toUint8Array(),t.origin,r,t])}if(r._observers.has("updateV2")){const f=new kY;O3(f,t)&&r.emit("updateV2",[f.toUint8Array(),t.origin,r,t])}const{subdocsAdded:s,subdocsLoaded:l,subdocsRemoved:c}=t;(s.size>0||c.size>0||l.size>0)&&(s.forEach(f=>{f.clientID=r.clientID,f.collectionid==null&&(f.collectionid=r.collectionid),r.subdocs.add(f)}),c.forEach(f=>r.subdocs.delete(f)),r.emit("subdocs",[{loaded:l,added:s,removed:c},r,t]),c.forEach(f=>f.destroy())),n.length<=e+1?(r._transactionCleanups=[],r.emit("afterAllTransactions",[r,n])):lO(n,e+1)}}},Sr=(n,e,t=null,r=!0)=>{const i=n._transactionCleanups;let o=!1,a=null;n._transaction===null&&(o=!0,n._transaction=new NY(n,t,r),i.push(n._transaction),i.length===1&&n.emit("beforeAllTransactions",[n]),n.emit("beforeTransaction",[n._transaction,n]));try{a=e(n._transaction)}finally{if(o){const s=n._transaction===i[0];n._transaction=null,s&&lO(i,0)}}return a},M3="You must not compute changes after the event-handler fired.";class zm{constructor(e,t){this.target=e,this.currentTarget=e,this.transaction=t,this._changes=null,this._keys=null,this._delta=null,this._path=null}get path(){return this._path||(this._path=WY(this.currentTarget,this.target))}deletes(e){return tO(this.transaction.deleteSet,e.id)}get keys(){if(this._keys===null){if(this.transaction.doc._transactionCleanups.length===0)throw jh(M3);const e=new Map,t=this.target;this.transaction.changed.get(t).forEach(i=>{if(i!==null){const o=t._map.get(i);let a,s;if(this.adds(o)){let l=o.left;for(;l!==null&&this.adds(l);)l=l.left;if(this.deletes(o))if(l!==null&&this.deletes(l))a="delete",s=C2(l.content.getContent());else return;else l!==null&&this.deletes(l)?(a="update",s=C2(l.content.getContent())):(a="add",s=void 0)}else if(this.deletes(o))a="delete",s=C2(o.content.getContent());else return;e.set(i,{action:a,oldValue:s})}}),this._keys=e}return this._keys}get delta(){return this.changes.delta}adds(e){return e.id.clock>=(this.transaction.beforeState.get(e.id.client)||0)}get changes(){let e=this._changes;if(e===null){if(this.transaction.doc._transactionCleanups.length===0)throw jh(M3);const t=this.target,r=Qh(),i=Qh(),o=[];if(e={added:r,deleted:i,delta:o,keys:this.keys},this.transaction.changed.get(t).has(null)){let s=null;const l=()=>{s&&o.push(s)};for(let c=t._start;c!==null;c=c.right)c.deleted?this.deletes(c)&&!this.adds(c)&&((s===null||s.delete===void 0)&&(l(),s={delete:0}),s.delete+=c.length,i.add(c)):this.adds(c)?((s===null||s.insert===void 0)&&(l(),s={insert:[]}),s.insert=s.insert.concat(c.content.getContent()),r.add(c)):((s===null||s.retain===void 0)&&(l(),s={retain:0}),s.retain+=c.length);s!==null&&s.retain===void 0&&l()}this._changes=e}return e}}const WY=(n,e)=>{const t=[];for(;e._item!==null&&e!==n;){if(e._item.parentSub!==null)t.unshift(e._item.parentSub);else{let r=0,i=e._item.parent._start;for(;i!==e._item&&i!==null;)!i.deleted&&i.countable&&(r+=i.length),i=i.right;t.unshift(r)}e=e._item.parent}return t},$o=()=>{xY("Invalid access: Add Yjs type to a document before reading data.")},cO=80;let zD=0;class zY{constructor(e,t){e.marker=!0,this.p=e,this.index=t,this.timestamp=zD++}}const HY=n=>{n.timestamp=zD++},uO=(n,e,t)=>{n.p.marker=!1,n.p=e,e.marker=!0,n.index=t,n.timestamp=zD++},VY=(n,e,t)=>{if(n.length>=cO){const r=n.reduce((i,o)=>i.timestamp<o.timestamp?i:o);return uO(r,e,t),r}else{const r=new zY(e,t);return n.push(r),r}},Hm=(n,e)=>{if(n._start===null||e===0||n._searchMarker===null)return null;const t=n._searchMarker.length===0?null:n._searchMarker.reduce((o,a)=>jy(e-o.index)<jy(e-a.index)?o:a);let r=n._start,i=0;for(t!==null&&(r=t.p,i=t.index,HY(t));r.right!==null&&i<e;){if(!r.deleted&&r.countable){if(e<i+r.length)break;i+=r.length}r=r.right}for(;r.left!==null&&i>e;)r=r.left,!r.deleted&&r.countable&&(i-=r.length);for(;r.left!==null&&r.left.id.client===r.id.client&&r.left.id.clock+r.left.length===r.id.clock;)r=r.left,!r.deleted&&r.countable&&(i-=r.length);return t!==null&&jy(t.index-i)<r.parent.length/cO?(uO(t,r,i),t):VY(n._searchMarker,r,i)},Eg=(n,e,t)=>{for(let r=n.length-1;r>=0;r--){const i=n[r];if(t>0){let o=i.p;for(o.marker=!1;o&&(o.deleted||!o.countable);)o=o.left,o&&!o.deleted&&o.countable&&(i.index-=o.length);if(o===null||o.marker===!0){n.splice(r,1);continue}i.p=o,o.marker=!0}(e<i.index||t>0&&e===i.index)&&(i.index=cp(e,i.index+t))}},Vm=(n,e,t)=>{const r=n,i=e.changedParentTypes;for(;lp(i,n,()=>[]).push(t),n._item!==null;)n=n._item.parent;oO(r._eH,t,e)};class So{constructor(){this._item=null,this._map=new Map,this._start=null,this.doc=null,this._length=0,this._eH=k3(),this._dEH=k3(),this._searchMarker=null}get parent(){return this._item?this._item.parent:null}_integrate(e,t){this.doc=e,this._item=t}_copy(){throw Su()}clone(){throw Su()}_write(e){}get _first(){let e=this._start;for(;e!==null&&e.deleted;)e=e.right;return e}_callObserver(e,t){!e.local&&this._searchMarker&&(this._searchMarker.length=0)}observe(e){R3(this._eH,e)}observeDeep(e){R3(this._dEH,e)}unobserve(e){U3(this._eH,e)}unobserveDeep(e){U3(this._dEH,e)}toJSON(){}}const fO=(n,e,t)=>{n.doc??$o(),e<0&&(e=n._length+e),t<0&&(t=n._length+t);let r=t-e;const i=[];let o=n._start;for(;o!==null&&r>0;){if(o.countable&&!o.deleted){const a=o.content.getContent();if(a.length<=e)e-=a.length;else{for(let s=e;s<a.length&&r>0;s++)i.push(a[s]),r--;e=0}}o=o.right}return i},dO=n=>{n.doc??$o();const e=[];let t=n._start;for(;t!==null;){if(t.countable&&!t.deleted){const r=t.content.getContent();for(let i=0;i<r.length;i++)e.push(r[i])}t=t.right}return e},_g=(n,e)=>{let t=0,r=n._start;for(n.doc??$o();r!==null;){if(r.countable&&!r.deleted){const i=r.content.getContent();for(let o=0;o<i.length;o++)e(i[o],t++,n)}r=r.right}},hO=(n,e)=>{const t=[];return _g(n,(r,i)=>{t.push(e(r,i,n))}),t},GY=n=>{let e=n._start,t=null,r=0;return{[Symbol.iterator](){return this},next:()=>{if(t===null){for(;e!==null&&e.deleted;)e=e.right;if(e===null)return{done:!0,value:void 0};t=e.content.getContent(),r=0,e=e.right}const i=t[r++];return t.length<=r&&(t=null),{done:!1,value:i}}}},pO=(n,e)=>{n.doc??$o();const t=Hm(n,e);let r=n._start;for(t!==null&&(r=t.p,e-=t.index);r!==null;r=r.right)if(!r.deleted&&r.countable){if(e<r.length)return r.content.getContent()[e];e-=r.length}},Kb=(n,e,t,r)=>{let i=t;const o=n.doc,a=o.clientID,s=o.store,l=t===null?e._start:t.right;let c=[];const f=()=>{c.length>0&&(i=new jo(Ar(a,ws(s,a)),i,i&&i.lastId,l,l&&l.id,e,null,new ep(c)),i.integrate(n,0),c=[])};r.forEach(u=>{if(u===null)c.push(u);else switch(u.constructor){case Number:case Object:case Boolean:case Array:case String:c.push(u);break;default:switch(f(),u.constructor){case Uint8Array:case ArrayBuffer:i=new jo(Ar(a,ws(s,a)),i,i&&i.lastId,l,l&&l.id,e,null,new Gm(new Uint8Array(u))),i.integrate(n,0);break;case Lg:i=new jo(Ar(a,ws(s,a)),i,i&&i.lastId,l,l&&l.id,e,null,new Xm(u)),i.integrate(n,0);break;default:if(u instanceof So)i=new jo(Ar(a,ws(s,a)),i,i&&i.lastId,l,l&&l.id,e,null,new Sd(u)),i.integrate(n,0);else throw new Error("Unexpected content type in insert operation")}}}),f()},gO=()=>jh("Length exceeded!"),yO=(n,e,t,r)=>{if(t>e._length)throw gO();if(t===0)return e._searchMarker&&Eg(e._searchMarker,t,r.length),Kb(n,e,null,r);const i=t,o=Hm(e,t);let a=e._start;for(o!==null&&(a=o.p,t-=o.index,t===0&&(a=a.prev,t+=a&&a.countable&&!a.deleted?a.length:0));a!==null;a=a.right)if(!a.deleted&&a.countable){if(t<=a.length){t<a.length&&vd(n,Ar(a.id.client,a.id.clock+t));break}t-=a.length}return e._searchMarker&&Eg(e._searchMarker,i,r.length),Kb(n,e,a,r)},XY=(n,e,t)=>{let i=(e._searchMarker||[]).reduce((o,a)=>a.index>o.index?a:o,{index:0,p:e._start}).p;if(i)for(;i.right;)i=i.right;return Kb(n,e,i,t)},bO=(n,e,t,r)=>{if(r===0)return;const i=t,o=r,a=Hm(e,t);let s=e._start;for(a!==null&&(s=a.p,t-=a.index);s!==null&&t>0;s=s.right)!s.deleted&&s.countable&&(t<s.length&&vd(n,Ar(s.id.client,s.id.clock+t)),t-=s.length);for(;r>0&&s!==null;)s.deleted||(r<s.length&&vd(n,Ar(s.id.client,s.id.clock+r)),s.delete(n),r-=s.length),s=s.right;if(r>0)throw gO();e._searchMarker&&Eg(e._searchMarker,i,-o+r)},Qb=(n,e,t)=>{const r=e._map.get(t);r!==void 0&&r.delete(n)},HD=(n,e,t,r)=>{const i=e._map.get(t)||null,o=n.doc,a=o.clientID;let s;if(r==null)s=new ep([r]);else switch(r.constructor){case Number:case Object:case Boolean:case Array:case String:s=new ep([r]);break;case Uint8Array:s=new Gm(r);break;case Lg:s=new Xm(r);break;default:if(r instanceof So)s=new Sd(r);else throw new Error("Unexpected content type")}new jo(Ar(a,ws(o.store,a)),i,i&&i.lastId,null,null,e,t,s).integrate(n,0)},VD=(n,e)=>{n.doc??$o();const t=n._map.get(e);return t!==void 0&&!t.deleted?t.content.getContent()[t.length-1]:void 0},mO=n=>{const e={};return n.doc??$o(),n._map.forEach((t,r)=>{t.deleted||(e[r]=t.content.getContent()[t.length-1])}),e},vO=(n,e)=>{n.doc??$o();const t=n._map.get(e);return t!==void 0&&!t.deleted},YY=(n,e)=>{const t={};return n._map.forEach((r,i)=>{let o=r;for(;o!==null&&(!e.sv.has(o.id.client)||o.id.clock>=(e.sv.get(o.id.client)||0));)o=o.left;o!==null&&Fh(o,e)&&(t[i]=o.content.getContent()[o.length-1])}),t},wy=n=>(n.doc??$o(),wY(n._map.entries(),e=>!e[1].deleted));class ZY extends zm{}class $p extends So{constructor(){super(),this._prelimContent=[],this._searchMarker=[]}static from(e){const t=new $p;return t.push(e),t}_integrate(e,t){super._integrate(e,t),this.insert(0,this._prelimContent),this._prelimContent=null}_copy(){return new $p}clone(){const e=new $p;return e.insert(0,this.toArray().map(t=>t instanceof So?t.clone():t)),e}get length(){return this.doc??$o(),this._length}_callObserver(e,t){super._callObserver(e,t),Vm(this,e,new ZY(this,e))}insert(e,t){this.doc!==null?Sr(this.doc,r=>{yO(r,this,e,t)}):this._prelimContent.splice(e,0,...t)}push(e){this.doc!==null?Sr(this.doc,t=>{XY(t,this,e)}):this._prelimContent.push(...e)}unshift(e){this.insert(0,e)}delete(e,t=1){this.doc!==null?Sr(this.doc,r=>{bO(r,this,e,t)}):this._prelimContent.splice(e,t)}get(e){return pO(this,e)}toArray(){return dO(this)}slice(e=0,t=this.length){return fO(this,e,t)}toJSON(){return this.map(e=>e instanceof So?e.toJSON():e)}map(e){return hO(this,e)}forEach(e){_g(this,e)}[Symbol.iterator](){return GY(this)}_write(e){e.writeTypeRef(rZ)}}class JY extends zm{constructor(e,t,r){super(e,t),this.keysChanged=r}}class qb extends So{constructor(e){super(),this._prelimContent=null,e===void 0?this._prelimContent=new Map:this._prelimContent=new Map(e)}_integrate(e,t){super._integrate(e,t),this._prelimContent.forEach((r,i)=>{this.set(i,r)}),this._prelimContent=null}_copy(){return new qb}clone(){const e=new qb;return this.forEach((t,r)=>{e.set(r,t instanceof So?t.clone():t)}),e}_callObserver(e,t){Vm(this,e,new JY(this,e,t))}toJSON(){this.doc??$o();const e={};return this._map.forEach((t,r)=>{if(!t.deleted){const i=t.content.getContent()[t.length-1];e[r]=i instanceof So?i.toJSON():i}}),e}get size(){return[...wy(this)].length}keys(){return U2(wy(this),e=>e[0])}values(){return U2(wy(this),e=>e[1].content.getContent()[e[1].length-1])}entries(){return U2(wy(this),e=>[e[0],e[1].content.getContent()[e[1].length-1]])}forEach(e){this.doc??$o(),this._map.forEach((t,r)=>{t.deleted||e(t.content.getContent()[t.length-1],r,this)})}[Symbol.iterator](){return this.entries()}delete(e){this.doc!==null?Sr(this.doc,t=>{Qb(t,this,e)}):this._prelimContent.delete(e)}set(e,t){return this.doc!==null?Sr(this.doc,r=>{HD(r,this,e,t)}):this._prelimContent.set(e,t),t}get(e){return VD(this,e)}has(e){return vO(this,e)}clear(){this.doc!==null?Sr(this.doc,e=>{this.forEach(function(t,r,i){Qb(e,i,r)})}):this._prelimContent.clear()}_write(e){e.writeTypeRef(iZ)}}const cd=(n,e)=>n===e||typeof n=="object"&&typeof e=="object"&&n&&e&&rY(n,e);class Lx{constructor(e,t,r,i){this.left=e,this.right=t,this.index=r,this.currentAttributes=i}forward(){switch(this.right===null&&md(),this.right.content.constructor){case to:this.right.deleted||up(this.currentAttributes,this.right.content);break;default:this.right.deleted||(this.index+=this.right.length);break}this.left=this.right,this.right=this.right.right}}const P3=(n,e,t)=>{for(;e.right!==null&&t>0;){switch(e.right.content.constructor){case to:e.right.deleted||up(e.currentAttributes,e.right.content);break;default:e.right.deleted||(t<e.right.length&&vd(n,Ar(e.right.id.client,e.right.id.clock+t)),e.index+=e.right.length,t-=e.right.length);break}e.left=e.right,e.right=e.right.right}return e},Dy=(n,e,t,r)=>{const i=new Map,o=r?Hm(e,t):null;if(o){const a=new Lx(o.p.left,o.p,o.index,i);return P3(n,a,t-o.index)}else{const a=new Lx(null,e._start,0,i);return P3(n,a,t)}},xO=(n,e,t,r)=>{for(;t.right!==null&&(t.right.deleted===!0||t.right.content.constructor===to&&cd(r.get(t.right.content.key),t.right.content.value));)t.right.deleted||r.delete(t.right.content.key),t.forward();const i=n.doc,o=i.clientID;r.forEach((a,s)=>{const l=t.left,c=t.right,f=new jo(Ar(o,ws(i.store,o)),l,l&&l.lastId,c,c&&c.id,e,null,new to(s,a));f.integrate(n,0),t.right=f,t.forward()})},up=(n,e)=>{const{key:t,value:r}=e;r===null?n.delete(t):n.set(t,r)},wO=(n,e)=>{for(;n.right!==null;){if(!(n.right.deleted||n.right.content.constructor===to&&cd(e[n.right.content.key]??null,n.right.content.value)))break;n.forward()}},DO=(n,e,t,r)=>{const i=n.doc,o=i.clientID,a=new Map;for(const s in r){const l=r[s],c=t.currentAttributes.get(s)??null;if(!cd(c,l)){a.set(s,c);const{left:f,right:u}=t;t.right=new jo(Ar(o,ws(i.store,o)),f,f&&f.lastId,u,u&&u.id,e,null,new to(s,l)),t.right.integrate(n,0),t.forward()}}return a},I2=(n,e,t,r,i)=>{t.currentAttributes.forEach((d,g)=>{i[g]===void 0&&(i[g]=null)});const o=n.doc,a=o.clientID;wO(t,i);const s=DO(n,e,t,i),l=r.constructor===String?new Tf(r):r instanceof So?new Sd(r):new fp(r);let{left:c,right:f,index:u}=t;e._searchMarker&&Eg(e._searchMarker,t.index,l.getLength()),f=new jo(Ar(a,ws(o.store,a)),c,c&&c.lastId,f,f&&f.id,e,null,l),f.integrate(n,0),t.right=f,t.index=u,t.forward(),xO(n,e,t,s)},N3=(n,e,t,r,i)=>{const o=n.doc,a=o.clientID;wO(t,i);const s=DO(n,e,t,i);e:for(;t.right!==null&&(r>0||s.size>0&&(t.right.deleted||t.right.content.constructor===to));){if(!t.right.deleted)switch(t.right.content.constructor){case to:{const{key:l,value:c}=t.right.content,f=i[l];if(f!==void 0){if(cd(f,c))s.delete(l);else{if(r===0)break e;s.set(l,c)}t.right.delete(n)}else t.currentAttributes.set(l,c);break}default:r<t.right.length&&vd(n,Ar(t.right.id.client,t.right.id.clock+r)),r-=t.right.length;break}t.forward()}if(r>0){let l="";for(;r>0;r--)l+=`
|
|
456
|
-
`;t.right=new jo(Ar(a,ws(o.store,a)),t.left,t.left&&t.left.lastId,t.right,t.right&&t.right.id,e,null,new Tf(l)),t.right.integrate(n,0),t.forward()}xO(n,e,t,s)},TO=(n,e,t,r,i)=>{let o=e;const a=Cu();for(;o&&(!o.countable||o.deleted);){if(!o.deleted&&o.content.constructor===to){const c=o.content;a.set(c.key,c)}o=o.right}let s=0,l=!1;for(;e!==o;){if(t===e&&(l=!0),!e.deleted){const c=e.content;switch(c.constructor){case to:{const{key:f,value:u}=c,d=r.get(f)??null;(a.get(f)!==c||d===u)&&(e.delete(n),s++,!l&&(i.get(f)??null)===u&&d!==u&&(d===null?i.delete(f):i.set(f,d))),!l&&!e.deleted&&up(i,c);break}}}e=e.right}return s},KY=(n,e)=>{for(;e&&e.right&&(e.right.deleted||!e.right.countable);)e=e.right;const t=new Set;for(;e&&(e.deleted||!e.countable);){if(!e.deleted&&e.content.constructor===to){const r=e.content.key;t.has(r)?e.delete(n):t.add(r)}e=e.left}},QY=n=>{let e=0;return Sr(n.doc,t=>{let r=n._start,i=n._start,o=Cu();const a=Ox(o);for(;i;){if(i.deleted===!1)switch(i.content.constructor){case to:up(a,i.content);break;default:e+=TO(t,r,i,o,a),o=Ox(a),r=i;break}i=i.right}}),e},qY=n=>{const e=new Set,t=n.doc;for(const[r,i]of n.afterState.entries()){const o=n.beforeState.get(r)||0;i!==o&&sO(n,t.store.clients.get(r),o,i,a=>{!a.deleted&&a.content.constructor===to&&a.constructor!==id&&e.add(a.parent)})}Sr(t,r=>{eO(n,n.deleteSet,i=>{if(i instanceof id||!i.parent._hasFormatting||e.has(i.parent))return;const o=i.parent;i.content.constructor===to?e.add(o):KY(r,i)});for(const i of e)QY(i)})},B3=(n,e,t)=>{const r=t,i=Ox(e.currentAttributes),o=e.right;for(;t>0&&e.right!==null;){if(e.right.deleted===!1)switch(e.right.content.constructor){case Sd:case fp:case Tf:t<e.right.length&&vd(n,Ar(e.right.id.client,e.right.id.clock+t)),t-=e.right.length,e.right.delete(n);break}e.forward()}o&&TO(n,o,e.right,i,e.currentAttributes);const a=(e.left||e.right).parent;return a._searchMarker&&Eg(a._searchMarker,e.index,-r+t),e};class jY extends zm{constructor(e,t,r){super(e,t),this.childListChanged=!1,this.keysChanged=new Set,r.forEach(i=>{i===null?this.childListChanged=!0:this.keysChanged.add(i)})}get changes(){if(this._changes===null){const e={keys:this.keys,delta:this.delta,added:new Set,deleted:new Set};this._changes=e}return this._changes}get delta(){if(this._delta===null){const e=this.target.doc,t=[];Sr(e,r=>{const i=new Map,o=new Map;let a=this.target._start,s=null;const l={};let c="",f=0,u=0;const d=()=>{if(s!==null){let g=null;switch(s){case"delete":u>0&&(g={delete:u}),u=0;break;case"insert":(typeof c=="object"||c.length>0)&&(g={insert:c},i.size>0&&(g.attributes={},i.forEach((b,m)=>{b!==null&&(g.attributes[m]=b)}))),c="";break;case"retain":f>0&&(g={retain:f},eY(l)||(g.attributes=qX({},l))),f=0;break}g&&t.push(g),s=null}};for(;a!==null;){switch(a.content.constructor){case Sd:case fp:this.adds(a)?this.deletes(a)||(d(),s="insert",c=a.content.getContent()[0],d()):this.deletes(a)?(s!=="delete"&&(d(),s="delete"),u+=1):a.deleted||(s!=="retain"&&(d(),s="retain"),f+=1);break;case Tf:this.adds(a)?this.deletes(a)||(s!=="insert"&&(d(),s="insert"),c+=a.content.str):this.deletes(a)?(s!=="delete"&&(d(),s="delete"),u+=a.length):a.deleted||(s!=="retain"&&(d(),s="retain"),f+=a.length);break;case to:{const{key:g,value:b}=a.content;if(this.adds(a)){if(!this.deletes(a)){const m=i.get(g)??null;cd(m,b)?b!==null&&a.delete(r):(s==="retain"&&d(),cd(b,o.get(g)??null)?delete l[g]:l[g]=b)}}else if(this.deletes(a)){o.set(g,b);const m=i.get(g)??null;cd(m,b)||(s==="retain"&&d(),l[g]=m)}else if(!a.deleted){o.set(g,b);const m=l[g];m!==void 0&&(cd(m,b)?m!==null&&a.delete(r):(s==="retain"&&d(),b===null?delete l[g]:l[g]=b))}a.deleted||(s==="insert"&&d(),up(i,a.content));break}}a=a.right}for(d();t.length>0;){const g=t[t.length-1];if(g.retain!==void 0&&g.attributes===void 0)t.pop();else break}}),this._delta=t}return this._delta}}class Cg extends So{constructor(e){super(),this._pending=e!==void 0?[()=>this.insert(0,e)]:[],this._searchMarker=[],this._hasFormatting=!1}get length(){return this.doc??$o(),this._length}_integrate(e,t){super._integrate(e,t);try{this._pending.forEach(r=>r())}catch(r){console.error(r)}this._pending=null}_copy(){return new Cg}clone(){const e=new Cg;return e.applyDelta(this.toDelta()),e}_callObserver(e,t){super._callObserver(e,t);const r=new jY(this,e,t);Vm(this,e,r),!e.local&&this._hasFormatting&&(e._needFormattingCleanup=!0)}toString(){this.doc??$o();let e="",t=this._start;for(;t!==null;)!t.deleted&&t.countable&&t.content.constructor===Tf&&(e+=t.content.str),t=t.right;return e}toJSON(){return this.toString()}applyDelta(e,{sanitize:t=!0}={}){this.doc!==null?Sr(this.doc,r=>{const i=new Lx(null,this._start,0,new Map);for(let o=0;o<e.length;o++){const a=e[o];if(a.insert!==void 0){const s=!t&&typeof a.insert=="string"&&o===e.length-1&&i.right===null&&a.insert.slice(-1)===`
|
|
457
|
-
`?a.insert.slice(0,-1):a.insert;(typeof s!="string"||s.length>0)&&I2(r,this,i,s,a.attributes||{})}else a.retain!==void 0?N3(r,this,i,a.retain,a.attributes||{}):a.delete!==void 0&&B3(r,i,a.delete)}}):this._pending.push(()=>this.applyDelta(e))}toDelta(e,t,r){this.doc??$o();const i=[],o=new Map,a=this.doc;let s="",l=this._start;function c(){if(s.length>0){const u={};let d=!1;o.forEach((b,m)=>{d=!0,u[m]=b});const g={insert:s};d&&(g.attributes=u),i.push(g),s=""}}const f=()=>{for(;l!==null;){if(Fh(l,e)||t!==void 0&&Fh(l,t))switch(l.content.constructor){case Tf:{const u=o.get("ychange");e!==void 0&&!Fh(l,e)?(u===void 0||u.user!==l.id.client||u.type!=="removed")&&(c(),o.set("ychange",r?r("removed",l.id):{type:"removed"})):t!==void 0&&!Fh(l,t)?(u===void 0||u.user!==l.id.client||u.type!=="added")&&(c(),o.set("ychange",r?r("added",l.id):{type:"added"})):u!==void 0&&(c(),o.delete("ychange")),s+=l.content.str;break}case Sd:case fp:{c();const u={insert:l.content.getContent()[0]};if(o.size>0){const d={};u.attributes=d,o.forEach((g,b)=>{d[b]=g})}i.push(u);break}case to:Fh(l,e)&&(c(),up(o,l.content));break}l=l.right}c()};return e||t?Sr(a,u=>{e&&Nx(u,e),t&&Nx(u,t),f()},"cleanup"):f(),i}insert(e,t,r){if(t.length<=0)return;const i=this.doc;i!==null?Sr(i,o=>{const a=Dy(o,this,e,!r);r||(r={},a.currentAttributes.forEach((s,l)=>{r[l]=s})),I2(o,this,a,t,r)}):this._pending.push(()=>this.insert(e,t,r))}insertEmbed(e,t,r){const i=this.doc;i!==null?Sr(i,o=>{const a=Dy(o,this,e,!r);I2(o,this,a,t,r||{})}):this._pending.push(()=>this.insertEmbed(e,t,r||{}))}delete(e,t){if(t===0)return;const r=this.doc;r!==null?Sr(r,i=>{B3(i,Dy(i,this,e,!0),t)}):this._pending.push(()=>this.delete(e,t))}format(e,t,r){if(t===0)return;const i=this.doc;i!==null?Sr(i,o=>{const a=Dy(o,this,e,!1);a.right!==null&&N3(o,this,a,t,r)}):this._pending.push(()=>this.format(e,t,r))}removeAttribute(e){this.doc!==null?Sr(this.doc,t=>{Qb(t,this,e)}):this._pending.push(()=>this.removeAttribute(e))}setAttribute(e,t){this.doc!==null?Sr(this.doc,r=>{HD(r,this,e,t)}):this._pending.push(()=>this.setAttribute(e,t))}getAttribute(e){return VD(this,e)}getAttributes(){return mO(this)}_write(e){e.writeTypeRef(oZ)}}class M2{constructor(e,t=()=>!0){this._filter=t,this._root=e,this._currentNode=e._start,this._firstCall=!0,e.doc??$o()}[Symbol.iterator](){return this}next(){let e=this._currentNode,t=e&&e.content&&e.content.type;if(e!==null&&(!this._firstCall||e.deleted||!this._filter(t)))do if(t=e.content.type,!e.deleted&&(t.constructor===Sg||t.constructor===$h)&&t._start!==null)e=t._start;else for(;e!==null;)if(e.right!==null){e=e.right;break}else e.parent===this._root?e=null:e=e.parent._item;while(e!==null&&(e.deleted||!this._filter(e.content.type)));return this._firstCall=!1,e===null?{value:void 0,done:!0}:(this._currentNode=e,{value:e.content.type,done:!1})}}class $h extends So{constructor(){super(),this._prelimContent=[]}get firstChild(){const e=this._first;return e?e.content.getContent()[0]:null}_integrate(e,t){super._integrate(e,t),this.insert(0,this._prelimContent),this._prelimContent=null}_copy(){return new $h}clone(){const e=new $h;return e.insert(0,this.toArray().map(t=>t instanceof So?t.clone():t)),e}get length(){return this.doc??$o(),this._prelimContent===null?this._length:this._prelimContent.length}createTreeWalker(e){return new M2(this,e)}querySelector(e){e=e.toUpperCase();const r=new M2(this,i=>i.nodeName&&i.nodeName.toUpperCase()===e).next();return r.done?null:r.value}querySelectorAll(e){return e=e.toUpperCase(),qh(new M2(this,t=>t.nodeName&&t.nodeName.toUpperCase()===e))}_callObserver(e,t){Vm(this,e,new $Y(this,t,e))}toString(){return hO(this,e=>e.toString()).join("")}toJSON(){return this.toString()}toDOM(e=document,t={},r){const i=e.createDocumentFragment();return r!==void 0&&r._createAssociation(i,this),_g(this,o=>{i.insertBefore(o.toDOM(e,t,r),null)}),i}insert(e,t){this.doc!==null?Sr(this.doc,r=>{yO(r,this,e,t)}):this._prelimContent.splice(e,0,...t)}insertAfter(e,t){if(this.doc!==null)Sr(this.doc,r=>{const i=e&&e instanceof So?e._item:e;Kb(r,this,i,t)});else{const r=this._prelimContent,i=e===null?0:r.findIndex(o=>o===e)+1;if(i===0&&e!==null)throw jh("Reference item not found");r.splice(i,0,...t)}}delete(e,t=1){this.doc!==null?Sr(this.doc,r=>{bO(r,this,e,t)}):this._prelimContent.splice(e,t)}toArray(){return dO(this)}push(e){this.insert(this.length,e)}unshift(e){this.insert(0,e)}get(e){return pO(this,e)}slice(e=0,t=this.length){return fO(this,e,t)}forEach(e){_g(this,e)}_write(e){e.writeTypeRef(sZ)}}class Sg extends $h{constructor(e="UNDEFINED"){super(),this.nodeName=e,this._prelimAttrs=new Map}get nextSibling(){const e=this._item?this._item.next:null;return e?e.content.type:null}get prevSibling(){const e=this._item?this._item.prev:null;return e?e.content.type:null}_integrate(e,t){super._integrate(e,t),this._prelimAttrs.forEach((r,i)=>{this.setAttribute(i,r)}),this._prelimAttrs=null}_copy(){return new Sg(this.nodeName)}clone(){const e=new Sg(this.nodeName),t=this.getAttributes();return $X(t,(r,i)=>{typeof r=="string"&&e.setAttribute(i,r)}),e.insert(0,this.toArray().map(r=>r instanceof So?r.clone():r)),e}toString(){const e=this.getAttributes(),t=[],r=[];for(const s in e)r.push(s);r.sort();const i=r.length;for(let s=0;s<i;s++){const l=r[s];t.push(l+'="'+e[l]+'"')}const o=this.nodeName.toLocaleLowerCase(),a=t.length>0?" "+t.join(" "):"";return`<${o}${a}>${super.toString()}</${o}>`}removeAttribute(e){this.doc!==null?Sr(this.doc,t=>{Qb(t,this,e)}):this._prelimAttrs.delete(e)}setAttribute(e,t){this.doc!==null?Sr(this.doc,r=>{HD(r,this,e,t)}):this._prelimAttrs.set(e,t)}getAttribute(e){return VD(this,e)}hasAttribute(e){return vO(this,e)}getAttributes(e){return e?YY(this,e):mO(this)}toDOM(e=document,t={},r){const i=e.createElement(this.nodeName),o=this.getAttributes();for(const a in o){const s=o[a];typeof s=="string"&&i.setAttribute(a,s)}return _g(this,a=>{i.appendChild(a.toDOM(e,t,r))}),r!==void 0&&r._createAssociation(i,this),i}_write(e){e.writeTypeRef(aZ),e.writeKey(this.nodeName)}}class $Y extends zm{constructor(e,t,r){super(e,r),this.childListChanged=!1,this.attributesChanged=new Set,t.forEach(i=>{i===null?this.childListChanged=!0:this.attributesChanged.add(i)})}}class Ag extends Cg{get nextSibling(){const e=this._item?this._item.next:null;return e?e.content.type:null}get prevSibling(){const e=this._item?this._item.prev:null;return e?e.content.type:null}_copy(){return new Ag}clone(){const e=new Ag;return e.applyDelta(this.toDelta()),e}toDOM(e=document,t,r){const i=e.createTextNode(this.toString());return r!==void 0&&r._createAssociation(i,this),i}toString(){return this.toDelta().map(e=>{const t=[];for(const i in e.attributes){const o=[];for(const a in e.attributes[i])o.push({key:a,value:e.attributes[i][a]});o.sort((a,s)=>a.key<s.key?-1:1),t.push({nodeName:i,attrs:o})}t.sort((i,o)=>i.nodeName<o.nodeName?-1:1);let r="";for(let i=0;i<t.length;i++){const o=t[i];r+=`<${o.nodeName}`;for(let a=0;a<o.attrs.length;a++){const s=o.attrs[a];r+=` ${s.key}="${s.value}"`}r+=">"}r+=e.insert;for(let i=t.length-1;i>=0;i--)r+=`</${t[i].nodeName}>`;return r}).join("")}toJSON(){return this.toString()}_write(e){e.writeTypeRef(lZ)}}class EO{constructor(e,t){this.id=e,this.length=t}get deleted(){throw Su()}mergeWith(e){return!1}write(e,t,r){throw Su()}integrate(e,t){throw Su()}}const eZ=0;class id extends EO{get deleted(){return!0}delete(){}mergeWith(e){return this.constructor!==e.constructor?!1:(this.length+=e.length,!0)}integrate(e,t){t>0&&(this.id.clock+=t,this.length-=t),aO(e.doc.store,this)}write(e,t){e.writeInfo(eZ),e.writeLen(this.length-t)}getMissing(e,t){return null}}class Gm{constructor(e){this.content=e}getLength(){return 1}getContent(){return[this.content]}isCountable(){return!0}copy(){return new Gm(this.content)}splice(e){throw Su()}mergeWith(e){return!1}integrate(e,t){}delete(e){}gc(e){}write(e,t){e.writeBuf(this.content)}getRef(){return 3}}class jb{constructor(e){this.len=e}getLength(){return this.len}getContent(){return[]}isCountable(){return!1}copy(){return new jb(this.len)}splice(e){const t=new jb(this.len-e);return this.len=e,t}mergeWith(e){return this.len+=e.len,!0}integrate(e,t){rO(e.deleteSet,t.id.client,t.id.clock,this.len),t.markDeleted()}delete(e){}gc(e){}write(e,t){e.writeLen(this.len-t)}getRef(){return 1}}const tZ=(n,e)=>new Lg({guid:n,...e,shouldLoad:e.shouldLoad||e.autoLoad||!1});class Xm{constructor(e){e._item&&console.error("This document was already integrated as a sub-document. You should create a second instance instead with the same guid."),this.doc=e;const t={};this.opts=t,e.gc||(t.gc=!1),e.autoLoad&&(t.autoLoad=!0),e.meta!==null&&(t.meta=e.meta)}getLength(){return 1}getContent(){return[this.doc]}isCountable(){return!0}copy(){return new Xm(tZ(this.doc.guid,this.opts))}splice(e){throw Su()}mergeWith(e){return!1}integrate(e,t){this.doc._item=t,e.subdocsAdded.add(this.doc),this.doc.shouldLoad&&e.subdocsLoaded.add(this.doc)}delete(e){e.subdocsAdded.has(this.doc)?e.subdocsAdded.delete(this.doc):e.subdocsRemoved.add(this.doc)}gc(e){}write(e,t){e.writeString(this.doc.guid),e.writeAny(this.opts)}getRef(){return 9}}class fp{constructor(e){this.embed=e}getLength(){return 1}getContent(){return[this.embed]}isCountable(){return!0}copy(){return new fp(this.embed)}splice(e){throw Su()}mergeWith(e){return!1}integrate(e,t){}delete(e){}gc(e){}write(e,t){e.writeJSON(this.embed)}getRef(){return 5}}class to{constructor(e,t){this.key=e,this.value=t}getLength(){return 1}getContent(){return[]}isCountable(){return!1}copy(){return new to(this.key,this.value)}splice(e){throw Su()}mergeWith(e){return!1}integrate(e,t){const r=t.parent;r._searchMarker=null,r._hasFormatting=!0}delete(e){}gc(e){}write(e,t){e.writeKey(this.key),e.writeJSON(this.value)}getRef(){return 6}}const nZ=Zb("node_env")==="development";class ep{constructor(e){this.arr=e,nZ&&X5(e)}getLength(){return this.arr.length}getContent(){return this.arr}isCountable(){return!0}copy(){return new ep(this.arr)}splice(e){const t=new ep(this.arr.slice(e));return this.arr=this.arr.slice(0,e),t}mergeWith(e){return this.arr=this.arr.concat(e.arr),!0}integrate(e,t){}delete(e){}gc(e){}write(e,t){const r=this.arr.length;e.writeLen(r-t);for(let i=t;i<r;i++){const o=this.arr[i];e.writeAny(o)}}getRef(){return 8}}class Tf{constructor(e){this.str=e}getLength(){return this.str.length}getContent(){return this.str.split("")}isCountable(){return!0}copy(){return new Tf(this.str)}splice(e){const t=new Tf(this.str.slice(e));this.str=this.str.slice(0,e);const r=this.str.charCodeAt(e-1);return r>=55296&&r<=56319&&(this.str=this.str.slice(0,e-1)+"�",t.str="�"+t.str.slice(1)),t}mergeWith(e){return this.str+=e.str,!0}integrate(e,t){}delete(e){}gc(e){}write(e,t){e.writeString(t===0?this.str:this.str.slice(t))}getRef(){return 4}}const rZ=0,iZ=1,oZ=2,aZ=3,sZ=4,lZ=6;class Sd{constructor(e){this.type=e}getLength(){return 1}getContent(){return[this.type]}isCountable(){return!0}copy(){return new Sd(this.type._copy())}splice(e){throw Su()}mergeWith(e){return!1}integrate(e,t){this.type._integrate(e.doc,t)}delete(e){let t=this.type._start;for(;t!==null;)t.deleted?t.id.clock<(e.beforeState.get(t.id.client)||0)&&e._mergeStructs.push(t):t.delete(e),t=t.right;this.type._map.forEach(r=>{r.deleted?r.id.clock<(e.beforeState.get(r.id.client)||0)&&e._mergeStructs.push(r):r.delete(e)}),e.changed.delete(this.type)}gc(e){let t=this.type._start;for(;t!==null;)t.gc(e,!0),t=t.right;this.type._start=null,this.type._map.forEach(r=>{for(;r!==null;)r.gc(e,!0),r=r.left}),this.type._map=new Map}write(e,t){this.type._write(e)}getRef(){return 7}}const _O=(n,e,t)=>{const{client:r,clock:i}=e.id,o=new jo(Ar(r,i+t),e,Ar(r,i+t-1),e.right,e.rightOrigin,e.parent,e.parentSub,e.content.splice(t));return e.deleted&&o.markDeleted(),e.keep&&(o.keep=!0),e.redone!==null&&(o.redone=Ar(e.redone.client,e.redone.clock+t)),e.right=o,o.right!==null&&(o.right.left=o),n._mergeStructs.push(o),o.parentSub!==null&&o.right===null&&o.parent._map.set(o.parentSub,o),e.length=t,o};class jo extends EO{constructor(e,t,r,i,o,a,s,l){super(e,l.getLength()),this.origin=r,this.left=t,this.right=i,this.rightOrigin=o,this.parent=a,this.parentSub=s,this.redone=null,this.content=l,this.info=this.content.isCountable()?v3:0}set marker(e){(this.info&A2)>0!==e&&(this.info^=A2)}get marker(){return(this.info&A2)>0}get keep(){return(this.info&m3)>0}set keep(e){this.keep!==e&&(this.info^=m3)}get countable(){return(this.info&v3)>0}get deleted(){return(this.info&S2)>0}set deleted(e){this.deleted!==e&&(this.info^=S2)}markDeleted(){this.info|=S2}getMissing(e,t){if(this.origin&&this.origin.client!==this.id.client&&this.origin.clock>=ws(t,this.origin.client))return this.origin.client;if(this.rightOrigin&&this.rightOrigin.client!==this.id.client&&this.rightOrigin.clock>=ws(t,this.rightOrigin.client))return this.rightOrigin.client;if(this.parent&&this.parent.constructor===eb&&this.id.client!==this.parent.client&&this.parent.clock>=ws(t,this.parent.client))return this.parent.client;if(this.origin&&(this.left=F3(e,t,this.origin),this.origin=this.left.lastId),this.rightOrigin&&(this.right=vd(e,this.rightOrigin),this.rightOrigin=this.right.id),this.left&&this.left.constructor===id||this.right&&this.right.constructor===id)this.parent=null;else if(!this.parent)this.left&&this.left.constructor===jo&&(this.parent=this.left.parent,this.parentSub=this.left.parentSub),this.right&&this.right.constructor===jo&&(this.parent=this.right.parent,this.parentSub=this.right.parentSub);else if(this.parent.constructor===eb){const r=O2(t,this.parent);r.constructor===id?this.parent=null:this.parent=r.content.type}return null}integrate(e,t){if(t>0&&(this.id.clock+=t,this.left=F3(e,e.doc.store,Ar(this.id.client,this.id.clock-1)),this.origin=this.left.lastId,this.content=this.content.splice(t),this.length-=t),this.parent){if(!this.left&&(!this.right||this.right.left!==null)||this.left&&this.left.right!==this.right){let r=this.left,i;if(r!==null)i=r.right;else if(this.parentSub!==null)for(i=this.parent._map.get(this.parentSub)||null;i!==null&&i.left!==null;)i=i.left;else i=this.parent._start;const o=new Set,a=new Set;for(;i!==null&&i!==this.right;){if(a.add(i),o.add(i),vy(this.origin,i.origin)){if(i.id.client<this.id.client)r=i,o.clear();else if(vy(this.rightOrigin,i.rightOrigin))break}else if(i.origin!==null&&a.has(O2(e.doc.store,i.origin)))o.has(O2(e.doc.store,i.origin))||(r=i,o.clear());else break;i=i.right}this.left=r}if(this.left!==null){const r=this.left.right;this.right=r,this.left.right=this}else{let r;if(this.parentSub!==null)for(r=this.parent._map.get(this.parentSub)||null;r!==null&&r.left!==null;)r=r.left;else r=this.parent._start,this.parent._start=this;this.right=r}this.right!==null?this.right.left=this:this.parentSub!==null&&(this.parent._map.set(this.parentSub,this),this.left!==null&&this.left.delete(e)),this.parentSub===null&&this.countable&&!this.deleted&&(this.parent._length+=this.length),aO(e.doc.store,this),this.content.integrate(e,this),I3(e,this.parent,this.parentSub),(this.parent._item!==null&&this.parent._item.deleted||this.parentSub!==null&&this.right!==null)&&this.delete(e)}else new id(this.id,this.length).integrate(e,0)}get next(){let e=this.right;for(;e!==null&&e.deleted;)e=e.right;return e}get prev(){let e=this.left;for(;e!==null&&e.deleted;)e=e.left;return e}get lastId(){return this.length===1?this.id:Ar(this.id.client,this.id.clock+this.length-1)}mergeWith(e){if(this.constructor===e.constructor&&vy(e.origin,this.lastId)&&this.right===e&&vy(this.rightOrigin,e.rightOrigin)&&this.id.client===e.id.client&&this.id.clock+this.length===e.id.clock&&this.deleted===e.deleted&&this.redone===null&&e.redone===null&&this.content.constructor===e.content.constructor&&this.content.mergeWith(e.content)){const t=this.parent._searchMarker;return t&&t.forEach(r=>{r.p===e&&(r.p=this,!this.deleted&&this.countable&&(r.index-=this.length))}),e.keep&&(this.keep=!0),this.right=e.right,this.right!==null&&(this.right.left=this),this.length+=e.length,!0}return!1}delete(e){if(!this.deleted){const t=this.parent;this.countable&&this.parentSub===null&&(t._length-=this.length),this.markDeleted(),rO(e.deleteSet,this.id.client,this.id.clock,this.length),I3(e,t,this.parentSub),this.content.delete(e)}}gc(e,t){if(!this.deleted)throw md();this.content.gc(e),t?PY(e,this,new id(this.id,this.length)):this.content=new jb(this.length)}write(e,t){const r=t>0?Ar(this.id.client,this.id.clock+t-1):this.origin,i=this.rightOrigin,o=this.parentSub,a=this.content.getRef()&_X|(r===null?0:Yb)|(i===null?0:H5)|(o===null?0:EX);if(e.writeInfo(a),r!==null&&e.writeLeftID(r),i!==null&&e.writeRightID(i),r===null&&i===null){const s=this.parent;if(s._item!==void 0){const l=s._item;if(l===null){const c=Tg(s);e.writeParentInfo(!0),e.writeString(c)}else e.writeParentInfo(!1),e.writeLeftID(l.id)}else s.constructor===String?(e.writeParentInfo(!0),e.writeString(s)):s.constructor===eb?(e.writeParentInfo(!1),e.writeLeftID(s)):md();o!==null&&e.writeString(o)}this.content.write(e,t)}}const CO=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:{},SO="__ $YJS$ __";CO[SO]===!0&&console.error("Yjs was already imported. This breaks constructor checks and will lead to issues! - https://github.com/yjs/yjs/issues/438");CO[SO]=!0;const cZ=new Ef("y-sync");new Ef("y-undo");new Ef("yjs-cursor");const uZ=(n,e,t)=>{if(n===0)return F2(e,0,-1);let r=e._first===null?null:e._first.content.type;for(;r!==null&&e!==r;){if(r instanceof Ag){if(r._length>=n)return F2(r,n,-1);if(n-=r._length,r._item!==null&&r._item.next!==null)r=r._item.next.content.type;else{do r=r._item===null?null:r._item.parent,n--;while(r!==e&&r!==null&&r._item!==null&&r._item.next===null);r!==null&&r!==e&&(r=r._item===null?null:r._item.next.content.type)}}else{const i=(t.get(r)||{nodeSize:0}).nodeSize;if(r._first!==null&&n<i)r=r._first.content.type,n--;else{if(n===1&&r._length===0&&i>1)return new Jb(r._item===null?null:r._item.id,r._item===null?Tg(r):null,null);if(n-=i,r._item!==null&&r._item.next!==null)r=r._item.next.content.type;else{if(n===0)return r=r._item===null?r:r._item.parent,new Jb(r._item===null?null:r._item.id,r._item===null?Tg(r):null,null);do r=r._item.parent,n--;while(r!==e&&r._item.next===null);r!==e&&(r=r._item.next.content.type)}}}if(r===null)throw md();if(n===0&&r.constructor!==Ag&&r!==e)return fZ(r._item.parent,r._item)}return F2(e,e._length,-1)},fZ=(n,e)=>{let t=null,r=null;return n._item===null?r=Tg(n):t=Ar(n._item.id.client,n._item.id.clock),new Jb(t,r,e.id)};exports.AllSelection=$s;exports.CellSelection=kr;exports.DOMParser=Wx;exports.DOMSerializer=ch;exports.Decoration=qo;exports.DecorationSet=Zr;exports.EditorState=Oh;exports.EditorView=e6;exports.Fragment=ft;exports.Node=Ac;exports.NodeRange=tg;exports.NodeSelection=Zt;exports.Plugin=uh;exports.PluginKey=Ef;exports.ReactDOMServer=DH;exports.ReplaceAroundStep=$i;exports.ReplaceStep=ji;exports.Schema=GO;exports.Selection=$t;exports.SelectionRange=Yx;exports.Slice=Ct;exports.TextSelection=hn;exports.Transform=Xx;exports.Tweet=mX;exports.VisibilitySensor=gH;exports.absolutePositionToRelativePosition=uZ;exports.addColumnAfter=o7;exports.addColumnBefore=i7;exports.addRowAfter=u7;exports.addRowBefore=c7;exports.b=iB;exports.canJoin=np;exports.canSplit=Mh;exports.clamp=k9;exports.clsx=Eu;exports.columnResizing=F7;exports.createParagraphNear=iR;exports.cva=oB;exports.d=nB;exports.debounce=IR;exports.deepEqual=GL;exports.deleteColumn=s7;exports.deleteRow=d7;exports.deleteSelection=iw;exports.deleteTable=D7;exports.differenceBy=VP;exports.dropCursor=IB;exports.exitCode=g6;exports.find=EB;exports.findWrapping=Vx;exports.fixTables=pU;exports.gapCursor=BB;exports.goToNextCell=w7;exports.history=OB;exports.i=SH;exports.isNumber=XP;exports.joinBackward=qk;exports.joinDown=h6;exports.joinForward=tR;exports.joinPoint=Gx;exports.joinTextblockBackward=u6;exports.joinTextblockForward=f6;exports.joinUp=d6;exports.keymap=c6;exports.lift=p6;exports.liftEmptyBlock=oR;exports.liftListItem=S6;exports.liftTarget=tp;exports.mammoth=fH;exports.mergeCells=p7;exports.newlineInCode=rR;exports.redo=cU;exports.registerCustomProtocol=DB;exports.reset=wB;exports.selectNodeBackward=$k;exports.selectNodeForward=nR;exports.selectParentNode=m6;exports.selectTextblockEnd=w6;exports.selectTextblockStart=x6;exports.setBlockType=T6;exports.setCellAttr=b7;exports.sinkListItem=R6;exports.splitCell=g7;exports.tableEditing=H7;exports.throttle=uN;exports.toggleHeader=fm;exports.toggleHeaderCell=v7;exports.tokenize=Aw;exports.truncate=pN;exports.twMerge=YN;exports.undo=lU;exports.wrapIn=D6;exports.wrapInList=E6;exports.x=rB;exports.ySyncPluginKey=cZ;
|